58693c5a4760b9c1a3236f4d9f5de31ba667c86d
[gcc.git] / gcc / ChangeLog
1 2017-05-08 Richard Sandiford <richard.sandiford@arm.com>
2
3 * config/aarch64/constraints.md (Usa): New constraint.
4 * config/aarch64/aarch64.md (*movsi_aarch64, *movdi_aarch64): Use it.
5
6 2017-05-08 Thomas Preud'homme <thomas.preudhomme@arm.com>
7
8 * config.gcc (arm*-*-*): Set TM_MULTILIB_CONFIG from
9 with_multilib_list after it has been checked.
10
11 2017-05-08 Richard Biener <rguenther@suse.de>
12
13 * tree-ssa-pre.c (bitmap_set_and): Avoid bitmap copy.
14 (bitmap_set_subtract_values): Likewise.
15
16 2017-05-08 Richard Biener <rguenther@suse.de>
17
18 * tree-vrp.c (gimple_assign_nonzero_warnv_p): Rename to ...
19 (gimple_assign_nonzero): ... this and remove strict_overflow_p
20 argument.
21 (gimple_stmt_nonzero_warnv_p): Rename to ...
22 (gimple_stmt_nonzero_p): ... this and remove strict_overflow_p
23 argument.
24 (vrp_stmt_computes_nonzero): Remove strict_overflow_p argument.
25 (extract_range_basic): Adjust, do not disable propagation on
26 strict overflow sensitive simplification.
27 (vrp_visit_cond_stmt): Likewise.
28
29 2017-05-05 Jan Hubicka <hubicka@ucw.cz>
30
31 * ipa-inline-analysis.c (estimate_function_body_sizes): Recompute
32 body size unconditionally.
33
34 2017-05-07 Jeff Law <law@redhat.com>
35
36 Revert:
37 2017-05-06 Jeff Law <law@redhat.com>
38 PR tree-optimization/78496
39 * tree-vrp.c (simplify_assert_expr_using_ranges): Remove debugging
40 code.
41
42 PR tree-optimization/78496
43 * tree-vrp.c (simplify_assert_expr_using_ranges): New function.
44 (simplify_stmt_using_ranges): Call it.
45 (vrp_dom_walker::before_dom_children): Extract equivalences
46 from an ASSERT_EXPR with an equality comparison against a
47 constant.
48
49 2017-05-06 Jeff Law <law@redhat.com>
50
51 PR tree-optimization/78496
52 * tree-vrp.c (simplify_assert_expr_using_ranges): Remove debugging
53 code.
54
55 PR tree-optimization/78496
56 * tree-vrp.c (simplify_assert_expr_using_ranges): New function.
57 (simplify_stmt_using_ranges): Call it.
58 (vrp_dom_walker::before_dom_children): Extract equivalences
59 from an ASSERT_EXPR with an equality comparison against a
60 constant.
61
62 2017-05-06 Richard Sandiford <richard.sandiford@linaro.org>
63
64 * lra-constraints.c (lra_copy_reg_equiv): New function.
65 (split_reg): Use it to copy equivalence information from the
66 original register to the spill register.
67
68 2017-05-06 Richard Sandiford <richard.sandiford@linaro.org>
69
70 PR rtl-optimization/75964
71 * simplify-rtx.c (simplify_const_relational_operation): Remove
72 invalid handling of comparisons of integer ABS.
73
74 2017-05-06 Uros Bizjak <ubizjak@gmail.com>
75
76 * config/i386/i386.c (ext_80387_constant_init): Do not explicitly
77 initialize to zero.
78 (init_regs): Remove declaration.
79 (function_arg_advance_32): Initialize error_p as boolean variable.
80
81 2017-05-05 Nathan Sidwell <nathan@acm.org>
82
83 * store-motion.c (remove_reachable_equiv_notes): Reformat long
84 lines. Use for (;;).
85
86 2017-05-05 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
87
88 * config/rs6000/rs6000.c (rs6000_vect_nonmem): New static var.
89 (rs6000_init_cost): Initialize rs6000_vect_nonmem.
90 (rs6000_add_stmt_cost): Update rs6000_vect_nonmem.
91 (rs6000_finish_cost): Avoid vectorizing simple copy loops with
92 VF=2 that require versioning.
93
94 2017-05-05 David Malcolm <dmalcolm@redhat.com>
95
96 * diagnostic.h (CARET_LINE_MARGIN): Convert from macro to const
97 int.
98
99 2017-05-05 David Malcolm <dmalcolm@redhat.com>
100
101 * diagnostic.h (diagnostic_override_option_index): Convert from
102 macro to inline function.
103
104 2017-05-05 David Malcolm <dmalcolm@redhat.com>
105
106 * diagnostic.c (last_module_changed_p): New function.
107 (set_last_module): New function.
108 (diagnostic_report_current_module): Convert macro usage to
109 the above functions.
110 * diagnostic.h (diagnostic_context::last_module): Strengthen
111 from const line_map * to const line_map_ordinary *.
112 (diagnostic_last_module_changed): Delete macro.
113 (diagnostic_set_last_module): Delete macro.
114
115 2017-05-05 David Malcolm <dmalcolm@redhat.com>
116
117 * diagnostic.c (diagnostic_impl): Replace report_diagnostic
118 with diagnostic_report_diagnostic.
119 (diagnostic_n_impl_richloc): Likewise.
120 * diagnostic.h (report_diagnostic): Delete macro.
121 * rtl-error.c (diagnostic_for_asm): Replace report_diagnostic
122 with diagnostic_report_diagnostic.
123 * substring-locations.c (format_warning_va): Likewise.
124
125 2017-05-05 David Malcolm <dmalcolm@redhat.com>
126
127 * diagnostic.c (diagnostic_report_diagnostic): Eliminate
128 save/restor of format_spec. Move option-printing code to...
129 (print_option_information): ...this new function, and
130 reimplement by simply printing to the pretty_printer,
131 rather than appending to the format string.
132
133 2017-05-05 David Malcolm <dmalcolm@redhat.com>
134
135 * diagnostic.c (diagnostic_report_diagnostic): Split out pragma
136 handling logic into...
137 (update_effective_level_from_pragmas): ...this new function.
138
139 2017-05-04 Andrew Waterman <andrew@sifive.com>
140
141 * config/riscv/riscv.opt (mstrict-align): New option.
142 * config/riscv/riscv.h (STRICT_ALIGNMENT): Use it. Update comment.
143 (SLOW_UNALIGNED_ACCESS): Define.
144 (riscv_slow_unaligned_access): Declare.
145 * config/riscv/riscv.c (riscv_tune_info): Add slow_unaligned_access
146 field.
147 (riscv_slow_unaligned_access): New variable.
148 (rocket_tune_info): Set slow_unaligned_access to true.
149 (optimize_size_tune_info): Set slow_unaligned_access to false.
150 (riscv_cpu_info_table): Add entry for optimize_size_tune_info.
151 (riscv_valid_lo_sum_p): Use TARGET_STRICT_ALIGN.
152 (riscv_option_override): Set riscv_slow_unaligned_access.
153 * doc/invoke.texi: Add -mstrict-align to RISC-V.
154
155 2017-05-04 Kito Cheng <kito.cheng@gmail.com>
156
157 * config/riscv/riscv.md: Unify indentation.
158
159 2017-05-05 Michael Meissner <meissner@linux.vnet.ibm.com>
160
161 PR target/79038
162 PR target/79202
163 PR target/79203
164 * config/rs6000/rs6000.md (u code attribute): Add FIX and
165 UNSIGNED_FIX.
166 (extendsi<mode>2): Add support for doing sign extension via
167 VUPKHSW and XXPERMDI if the value is in Altivec registers and we
168 don't have ISA 3.0 instructions.
169 (extendsi<mode>2 splitter): Likewise.
170 (fix_trunc<mode>si2): If we are at ISA 2.07 (VSX small integer),
171 generate the normal insns since SImode can now go in vector
172 registers. Disallow the special UNSPECs needed for previous
173 machines to hide SImode being used. Add new insns
174 fctiw{,w}_<mode>_smallint if SImode can go in vector registers.
175 (fix_trunc<mode>si2_stfiwx): Likewise.
176 (fix_trunc<mode>si2_internal): Likewise.
177 (fixuns_trunc<mode>si2): Likewise.
178 (fixuns_trunc<mode>si2_stfiwx): Likewise.
179 (fctiw<u>z_<mode>_smallint): Likewise.
180 (fctiw<u>z_<mode>_mem): New combiner pattern to prevent conversion
181 of floating point to 32-bit integer from doing a direct move to
182 the GPR registers to do a store.
183 (fctiwz_<mode>): Break long line.
184
185 2017-05-05 Bin Cheng <bin.cheng@arm.com>
186
187 * Makefile.in (GTFILES): Add tree-ssa-loop-ivopts.c.
188 * tree-ssa-loop-ivopts.c (compute_max_addr_offset): Delete.
189 (addr_list, addr_offset_valid_p): New.
190 (split_address_groups): Check offset validity with above function.
191 (gt-tree-ssa-loop-ivopts.h): Include header file.
192
193 2017-05-05 Nathan Sidwell <nathan@acm.org>
194
195 * config.gcc (arm*-*-*): Add missing 'fi'.
196
197 2017-05-05 Steve Ellcey <sellcey@cavium.com>
198
199 * doc/invoke.texi (-fopt-info): Explicitly say order of options
200 included in -fopt-info does not matter.
201 * doc/optinfo.texi (-fopt-info): Fix description of default
202 behavour. Explicitly say order of options included in -fopt-info
203 does not matter.
204
205 2017-05-05 Thomas Preud'homme <thomas.preudhomme@arm.com>
206
207 * config.gcc: Allow combinations of aprofile and rmprofile values for
208 --with-multilib-list.
209 * config/arm/t-multilib: New file.
210 * config/arm/t-aprofile: Remove initialization of MULTILIB_*
211 variables. Remove setting of ISA and floating-point ABI in
212 MULTILIB_OPTIONS and MULTILIB_DIRNAMES. Set architecture and FPU in
213 MULTI_ARCH_OPTS_A and MULTI_ARCH_DIRS_A rather than MULTILIB_OPTIONS
214 and MULTILIB_DIRNAMES respectively. Add comment to introduce all
215 matches. Add architecture matches for marvel-pj4 and generic-armv7-a
216 CPU options.
217 * config/arm/t-rmprofile: Likewise except for the matches changes.
218 * doc/install.texi (--with-multilib-list): Document the combination of
219 aprofile and rmprofile values and warn about pitfalls in doing that.
220
221 2017-05-05 Wilco Dijkstra <wdijkstr@arm.com>
222
223 * config/aarch64/aarch64.md (movsi_aarch64): Remove '*' from r=w.
224 (movdi_aarch64): Likewise.
225
226 2017-05-05 Jakub Jelinek <jakub@redhat.com>
227
228 PR tree-optimization/80632
229 * tree-switch-conversion.c (struct switch_conv_info): Add target_vop
230 field.
231 (build_arrays): Initialize it for virtual phis.
232 (fix_phi_nodes): Use it for virtual phis.
233
234 PR tree-optimization/80558
235 * tree-vrp.c (extract_range_from_binary_expr_1): Optimize
236 [x, y] op z into [x op, y op z] for op & or | if conditions
237 are met.
238
239 2017-05-05 Andre Vieira <andre.simoesdiasvieira@arm.com>
240 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
241
242 PR target/71607
243 * config/arm/arm.md (use_literal_pool): Remove.
244 (64-bit immediate split): No longer takes cost into consideration
245 if arm_disable_literal_pool is enabled.
246 * config/arm/arm.c (arm_tls_referenced_p): Add diagnostic if TLS is
247 used when arm_disable_literal_pool is enabled.
248 (arm_max_const_double_inline_cost): Remove use of
249 arm_disable_literal_pool.
250 (push_minipool_fix): Add assert.
251 (arm_reorg): Add return if arm_disable_literal_pool is enabled.
252 * config/arm/vfp.md (no_literal_pool_df_immediate): New.
253 (no_literal_pool_sf_immediate): New.
254
255 2017-05-05 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
256
257 PR tree-optimization/80613
258 * tree-ssa-dce.c (propagate_necessity): Remove cases for
259 BUILT_IN_STRDUP and BUILT_IN_STRNDUP.
260
261 2017-05-05 Richard Biener <rguenther@suse.de>
262
263 * tree-ssa-pre.c (get_or_alloc_expr_for): Simplify.
264
265 2017-05-05 Georg-Johann Lay <avr@gjlay.de>
266
267 * config/avr/avr.md [flag_strict_overflow]: Remove any occurence
268 of this flag from insn conditions due to removal from r247495.
269
270 2017-05-05 Wilco Dijkstra <wdijkstr@arm.com>
271
272 * config/arm/aarch-common.c (arm_early_load_addr_dep_ptr):
273 New function.
274 (arm_early_store_addr_dep_ptr): Likewise.
275 * config/arm/aarch-common-protos.h
276 (arm_early_load_addr_dep_ptr): Add prototype.
277 (arm_early_store_addr_dep_ptr): Likewise.
278 * config/arm/cortex-a53.md: Add new bypasses.
279
280 2017-05-05 Jakub Jelinek <jakub@redhat.com>
281
282 * tree.c (next_type_uid): Change type to unsigned.
283 (type_hash_canon): Decrement back next_type_uid if
284 freeing a type node with the highest TYPE_UID. For INTEGER_TYPEs
285 also ggc_free TYPE_MIN_VALUE, TYPE_MAX_VALUE and TYPE_CACHED_VALUES
286 if possible.
287
288 2017-05-04 Martin Sebor <msebor@redhat.com>
289
290 * builtins.c: Fix a trivial typo in a comment.
291
292 PR middle-end/79234
293 * builtins.c (check_sizes): Adjust to handle reading past the end.
294 Avoid printing excessive upper bound of ranges. Use %E to print
295 tree nodes instead of converting them to %wu.
296 (expand_builtin_memchr): New function.
297 (compute_dest_size): Rename...
298 (compute_objsize): ...to this.
299 (expand_builtin_memcpy): Adjust.
300 (expand_builtin_mempcpy): Adjust.
301 (expand_builtin_strcat): Adjust.
302 (expand_builtin_strcpy): Adjust.
303 (check_strncat_sizes): Adjust.
304 (expand_builtin_strncat): Adjust.
305 (expand_builtin_strncpy): Adjust and simplify.
306 (expand_builtin_memset): Adjust.
307 (expand_builtin_bzero): Adjust.
308 (expand_builtin_memcmp): Adjust.
309 (expand_builtin): Handle memcmp.
310 (maybe_emit_chk_warning): Check strncat just once.
311
312 2017-05-04 Martin Sebor <msebor@redhat.com>
313
314 PR preprocessor/79214
315 PR middle-end/79222
316 PR middle-end/79223
317 * builtins.c (check_sizes): Add inlining context and issue
318 warnings even when -Wno-system-headers is set.
319 (check_strncat_sizes): Same.
320 (expand_builtin_strncat): Same.
321 (expand_builtin_memmove): New function.
322 (expand_builtin_stpncpy): Same.
323 (expand_builtin): Handle memmove and stpncpy.
324
325 2017-05-04 Bin Cheng <bin.cheng@arm.com>
326
327 * tree-ssa-loop-ivopts.c (struct cost_pair): Remove field inv_expr
328 which is not used any more.
329
330 2017-05-04 Wilco Dijkstra <wdijkstr@arm.com>
331
332 * config/aarch64/aarch64.c (generic_tunings): Update prefetch model.
333
334 2017-05-04 Wilco Dijkstra <wdijkstr@arm.com>
335
336 * config/aarch64/aarch64.c (cortexa35_tunings): Set jump alignment to 4.
337 (cortexa53_tunings): Likewise.
338 (cortexa57_tunings): Likewise.
339 (cortexa72_tunings): Likewise.
340 (cortexa73_tunings): Likewise.
341
342 2017-05-04 Wilco Dijkstra <wdijkstr@arm.com>
343
344 * config/aarch64/aarch64.c (generic_tunings): Set jump alignment to 4.
345 Set loop alignment to 8.
346
347 2017-05-04 Martin Sebor <msebor@redhat.com>
348
349 PR translation/80280
350 * builtins.c (expand_builtin_object_size): Add missing quoting to
351 %D and like directives.
352 * hsa-gen.c (hsa_type_for_scalar_tree_type): Same.
353 (hsa_type_for_tree_type): Same.
354 (verify_function_arguments): Same.
355 * symtab.c (symbol_table::change_decl_assembler_name): Same.
356 * varasm.c (get_section): Same.
357 (mark_weak): Same.
358
359 2017-05-04 Martin Sebor <msebor@redhat.com>
360
361 PR translation/80280
362 * config/i386/i386.c (ix86_function_versions): Quote a %D directive.
363
364 2017-05-04 Wilco Dijkstra <wdijkstr@arm.com>
365
366 * config/aarch64/aarch64.c (generic_addrcost_table):
367 Change HI/TI mode setting.
368
369 2017-05-04 Martin Jambor <mjambor@suse.cz>
370
371 PR tree-optimization/80622
372 * tree-sra.c (comes_initialized_p): New function.
373 (build_accesses_from_assign): Only set write lazily when
374 comes_initialized_p is false.
375 (analyze_access_subtree): Use comes_initialized_p.
376 (propagate_subaccesses_across_link): Assert !comes_initialized_p
377 instead of testing for PARM_DECL.
378
379 2017-05-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
380
381 * config/aarch64/aarch64.md (prefetch); Adjust predicate and
382 constraint on operand 0 to allow more general addressing modes.
383 Adjust output template.
384 * config/aarch64/aarch64.c (aarch64_address_valid_for_prefetch_p):
385 New function.
386 * config/aarch64/aarch64-protos.h
387 (aarch64_address_valid_for_prefetch_p): Declare prototype.
388 * config/aarch64/constraints.md (Dp): New address constraint.
389 * config/aarch64/predicates.md (aarch64_prefetch_operand): New
390 predicate.
391
392 2017-05-04 Jan Hubicka <hubicka@ucw.cz>
393
394 * ipa-cp.c (perform_estimation_of_a_value): Drop base_time parameter;
395 update use of estimate_ipcp_clone_size_and_time.
396 (estimate_local_effects): Update use of
397 estimate_ipcp_clone_size_and_time and perform_estimation_of_a_value.
398 * ipa-inline.h (estimate_ipcp_clone_size_and_time): Update prototype.
399 * ipa-inline-analysis.c (estimate_ipcp_clone_size_and_time):
400 Return nonspecialized time.
401
402 2017-05-04 Richard Biener <rguenther@suse.de>
403
404 * tree-ssa-alias.c (get_continuation_for_phi): Improve looking
405 for the last VUSE which def dominates the PHI. Directly call
406 maybe_skip_until.
407 (get_continuation_for_phi_1): Remove.
408
409 2017-05-04 Richard Sandiford <richard.sandiford@linaro.org>
410
411 * tree-ssa-loop-manip.c (niter_for_unrolled_loop): Add commentary
412 to explain the use of truncating division. Cap the number of
413 iterations to the maximum given by nb_iterations_upper_bound,
414 if defined.
415
416 2017-05-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
417
418 * configure.ac (--enable-mingw-wildcard): Add new configurable feature.
419 * configure: Regenerate.
420 * config.in: Regenerate.
421 * config/i386/driver-mingw32.c: new file.
422 * config/i386/x-mingw32: Add rule to build driver-mingw32.o.
423 * config.host: Link driver-mingw32.o on MinGW host.
424 * doc/install.texi: Document new --enable-mingw-wildcard configure
425 option.
426
427 2017-05-04 Marek Polacek <polacek@redhat.com>
428
429 PR tree-optimization/80612
430 * calls.c (get_size_range): Check for INTEGRAL_TYPE_P.
431
432 2017-05-04 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
433 Andre Simoes Dias Vieira <andre.simoesdiasvieira@arm.com>
434
435 * config/arm/arm.md (movsi): Change TARGET_32BIT to TARGET_HAVE_MOVT.
436 (movt splitter): Likewise.
437 * config/arm/arm.c (arm_option_check_internal): Change arm_arch_thumb2
438 to TARGET_HAVE_MOVT, and merge with -mslow-flash-data check.
439 (const_ok_for_arm): Change else to else if (TARGET_THUMB2) and add else
440 block for Thumb-1 with MOVT.
441 (thumb2_legitimate_address_p): Move code block ...
442 (can_avoid_literal_pool_for_label_p): ... into this new function.
443 (thumb1_legitimate_address_p): Add check for TARGET_HAVE_MOVT and
444 literal pool.
445 (thumb_legitimate_constant_p): Add conditional on TARGET_HAVE_MOVT
446 * doc/invoke.texi (-mpure-code): Change "ARMv7-M targets" for
447 "M-profile targets with the MOVT instruction".
448
449 2017-05-04 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
450
451 * gcc/config/arm/arm-builtins.c (arm_init_builtins): Rename
452 __builtin_arm_ldfscr to __builtin_arm_get_fpscr, and rename
453 __builtin_arm_stfscr to __builtin_arm_set_fpscr.
454
455 2017-05-04 Martin Liska <mliska@suse.cz>
456
457 * tree-vrp.c (simplify_cond_using_ranges_2): Remove unused
458 variable cond_code.
459
460 2017-05-04 Richard Biener <rguenther@suse.de>
461
462 * tree.c (array_at_struct_end_p): Handle arrays at struct
463 end with flexarrays more conservatively. Refactor and treat
464 arrays of arrays or aggregates more strict. Fix
465 VIEW_CONVERT_EXPR handling. Remove allow_compref argument.
466 * tree.c (array_at_struct_end_p): Adjust prototype.
467 * emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust.
468 * gimple-fold.c (get_range_strlen): Likewise.
469 * tree-chkp.c (chkp_may_narrow_to_field): Likewise.
470
471 2017-05-04 Richard Biener <rguenther@suse.de>
472
473 PR tree-optimization/31130
474 * tree-vrp.c (needs_overflow_infinity): Remove as always returning
475 false.
476 (supports_overflow_infinity): Likewise.
477 (is_negative_overflow_infinity): Likewise.
478 (is_positive_overflow_infinity): Likewise.
479 (is_overflow_infinity): Likewise.
480 (stmt_overflow_infinity): Likewise.
481 (overflow_infinity_range_p): Likewise.
482 (usable_range_p): Remove as always returning true.
483 (make_overflow_infinity): Remove.
484 (negative_overflow_infinity): Likewise.
485 (positive_overflow_infinity): Likewise.
486 (avoid_overflow_infinity): Likewise.
487 (set_value_range): Adjust accordingly.
488 (set_value_range_to_nonnegative): Likewise, remove now unused
489 overflow_infinity arg.
490 (vrp_operand_equal_p): Adjust.
491 (update_value_range): Likewise.
492 (range_int_cst_singleton_p): Likewise.
493 (operand_less_p): Likewise.
494 (compare_values_warnv): Likewise.
495 (extract_range_for_var_from_comparison_expr): Likewise.
496 (vrp_int_const_binop): Likewise.
497 (zero_nonzero_bits_from_vr): Likewise.
498 (extract_range_from_multiplicative_op_1): Likewise.
499 (extract_range_from_binary_expr_1): Likewise.
500 (extract_range_from_unary_expr): Likewise.
501 (extract_range_from_comparison): Likewise.
502 (extract_range_basic): Likewise.
503 (adjust_range_with_scev): Likewise.
504 (compare_ranges): Likewise.
505 (compare_range_with_value): Likewise.
506 (dump_value_range): Likewise.
507 (test_for_singularity): Likewise, remove strict_overflow_p parameter
508 never used.
509 (simplify_cond_using_ranges): Adjust.
510
511 2017-05-04 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
512
513 * brig-builtins.def: Added a builtin for class_f64.
514 * builtin-types.def: Added a builtin type needed by class_f64.
515
516 2017-05-03 Jason Merrill <jason@redhat.com>
517
518 * timevar.def: Add TV_CONSTEXPR.
519
520 2017-05-03 David Malcolm <dmalcolm@redhat.com>
521
522 * common.opt (fdiagnostics-parseable-fixits): Fix typo.
523
524 2017-05-03 Martin Jambor <mjambor@suse.cz>
525
526 * ipa-prop.c (ipa_update_after_lto_read): Removed.
527 * ipa-prop.h (ipa_update_after_lto_read): Remove declaration.
528 * ipa-cp.c (ipcp_propagate_stage): Do not call
529 ipa_update_after_lto_read.
530 * ipa-inline.c (ipa_inline): Likewise.
531
532 2017-05-03 Martin Jambor <mjambor@suse.cz>
533
534 * ipa-prop.h (ipa_edge_args): Make a class. Mark with for_user GTY
535 tag. Added a default constructor and a destructor.
536 (ipa_edge_args_sum_t): New class;
537 (ipa_edge_args_sum): Declare.
538 (ipa_edge_args_vector): Remove declaration.
539 (IPA_EDGE_REF): Use ipa_edge_args_sum.
540 (ipa_free_edge_args_substructures): Remove declaration.
541 (ipa_check_create_edge_args): Use ipa_edge_args_sum.
542 (ipa_edge_args_info_available_for_edge_p): Likewise.
543 * ipa-prop.c (ipa_edge_args_vector): Removed.
544 (edge_removal_hook_holder): Likewise.
545 (edge_duplication_hook_holder): Likewise.
546 (ipa_edge_args_sum): New variable.
547 (ipa_propagate_indirect_call_infos): Test ipa_edge_args_sum instead of
548 ipa_edge_args_vector.
549 (ipa_free_edge_args_substructures): Likewise.
550 (ipa_free_all_edge_args): Free ipa_edge_args_sum instead of
551 ipa_edge_args_vector.
552 (ipa_edge_removal_hook): Turned into method
553 ipa_edge_args_sum_t::remove.
554 (ipa_edge_duplication_hook): Turned into method
555 ipa_edge_args_sum_t::duplicate.
556 (ipa_register_cgraph_hooks): Create ipa_edge_args_sum instead of
557 registering edge hooks.
558 (ipa_unregister_cgraph_hooks): Do not unregister edge hooks.
559 * ipa-inline-analysis.c (estimate_function_body_sizes): Test
560 ipa_edge_args_sum instead of ipa_edge_args_vector.
561 * ipa-profile.c (ipa_profile): Likewise.
562
563 2017-05-03 Martin Jambor <mjambor@suse.cz>
564
565 * symbol-summary.h (function_summary): New method exists.
566 (function_summary::symtab_removal): Deallocate through release.
567 (call_summary): New class.
568 (gt_ggc_mx): New overload.
569 (gt_pch_nx): Likewise.
570 (gt_pch_nx): Likewise.
571
572 2017-05-03 Jeff Law <law@redhat.com>
573
574 PR tree-optimization/78496
575 * tree-vrp.c (simplify_cond_using_ranges_1): Renamed
576 from simplify_cond_using_ranges. Split off code to walk
577 backwards through casts into ...
578 (simplify_cond_using_ranges_2): New function.
579 (simplify_stmt_using_ranges): Call simplify_cond_using_ranges_1.
580 (execute_vrp): After identifying jump threads, call
581 simplify_cond_using_ranges_2.
582
583 2017-05-03 Jan Hubicka <hubicka@ucw.cz>
584
585 PR bootstrap/80609
586 * ipa-inline.h (inline_summary): Add ctor.
587 (create_ggc): Do not use ggc_cleared_alloc.
588
589 2017-05-03 Jeff Downs <heydowns@somuchpressure.net>
590 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
591
592 * gcc.c (handle_braces): Support escaping in switch matching
593 text.
594 * doc/invoke.texi (Spec Files): Document it.
595 Remove superfluous @code markup in items.
596
597 2017-05-03 David Malcolm <dmalcolm@redhat.com>
598
599 * diagnostic-show-locus.c (struct column_range): New struct.
600 (get_affected_columns): New function.
601 (get_printed_columns): New function.
602 (struct correction): New struct.
603 (correction::ensure_capacity): New function.
604 (correction::ensure_terminated): New function.
605 (struct line_corrections): New struct.
606 (line_corrections::~line_corrections): New dtor.
607 (line_corrections::add_hint): New function.
608 (layout::print_trailing_fixits): Reimplement in terms of the new
609 classes.
610 (selftest::test_overlapped_fixit_printing): New function.
611 (selftest::diagnostic_show_locus_c_tests): Call it.
612
613 2017-05-03 Nathan Sidwell <nathan@acm.org>
614
615 Canonicalize canonical type hashing
616 * tree.h (type_hash_canon_hash): Declare.
617 * tree.c (type_hash_list, attribute_hash_list): Move into
618 type_hash_canon_hash.
619 (build_type_attribute_qual_variant): Break out hash code calc into
620 type_hash_canon_hash.
621 (type_hash_canon_hash): New. Generic type hash computation.
622 (build_range_type_1, build_array_type_1, build_function_type,
623 build_method_type_directly, build_offset_type, build_complex_type,
624 make_vector_type): Call it.
625
626 2017-05-03 Richard Biener <rguenther@suse.de>
627
628 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
629 When all DRs have unknown misaligned do not always peel
630 when there is a store but apply the same costing model as if
631 there were only loads.
632
633 2017-05-03 Richard Biener <rguenther@suse.de>
634
635 Revert
636 PR tree-optimization/80492
637 * tree-ssa-alias.c (decl_refs_may_alias_p): Handle
638 compare_base_decls returning dont-know properly.
639
640 2017-05-03 Thomas Preud'homme <thomas.preudhomme@arm.com>
641
642 * config/arm/iterators.md (CCSI): New mode iterator.
643 (arch): New mode attribute.
644 * config/arm/sync.md (atomic_compare_and_swap<mode>_1): Rename into ...
645 (atomic_compare_and_swap<CCSI:arch><NARROW:mode>_1): This and ...
646 (atomic_compare_and_swap<CCSI:arch><SIDI:mode>_1): This. Use CCSI
647 code iterator for success result mode.
648 * config/arm/arm.c (arm_expand_compare_and_swap): Adapt code to use
649 the corresponding new insn generators.
650
651 2017-05-03 Bin Cheng <bin.cheng@arm.com>
652
653 Revert r247509
654 2017-05-02 Bin Cheng <bin.cheng@arm.com>
655 * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
656
657 2017-05-03 Richard Sandiford <richard.sandiford@linaro.org>
658
659 * tree-data-ref.h (SUB_CONFLICTS_IN_A): Wrap SUB argument in brackets.
660 (SUB_CONFLICTS_IN_B, SUB_LAST_CONFLICT, SUB_DISTANCE): Likewise.
661 (DDR_A): Wrap DDR argument in brackets.
662 (DDR_B, DDR_AFFINE_P, DDR_ARE_DEPENDENT, DDR_SUBSCRIPTS): Likewise.
663 (DDR_LOOP_NEST, DDR_INNER_LOOP, DDR_SELF_REFERENCE): Likewise.
664 (DDR_REVERSED_P): Likewise.
665
666 2017-05-03 Jakub Jelinek <jakub@redhat.com>
667
668 PR tree-optimization/79472
669 * tree-switch-conversion.c (struct switch_conv_info): Add
670 contiguous_range and default_case_nonstandard fields.
671 (collect_switch_conv_info): Compute contiguous_range and
672 default_case_nonstandard fields, don't clear final_bb if
673 contiguous_range and only the default case doesn't have the required
674 structure.
675 (check_all_empty_except_final): Set default_case_nonstandard instead
676 of failing if contiguous_range and the default case doesn't have empty
677 block.
678 (check_final_bb): Add SWTCH argument, don't fail if contiguous_range
679 and only the default case doesn't have the required constants. Skip
680 virtual phis.
681 (gather_default_values): Skip virtual phis. Allow non-NULL CASE_LOW
682 if default_case_nonstandard.
683 (build_constructors): Build constant 1 just once. Assert that default
684 values aren't inserted in between cases if contiguous_range. Skip
685 virtual phis.
686 (build_arrays): Skip virtual phis.
687 (prune_bbs): Add DEFAULT_BB argument, don't remove that bb.
688 (fix_phi_nodes): Don't add e2f phi arg if default_case_nonstandard.
689 Handle virtual phis.
690 (gen_inbound_check): Handle default_case_nonstandard case.
691 (process_switch): Adjust check_final_bb caller. Call
692 gather_default_values with the first non-default case instead of
693 default case if default_case_nonstandard.
694
695 2017-05-02 Nathan Sidwell <nathan@acm.org>
696
697 * ggc-page.c (move_ptes_to_front): Replace unsigned >0 with i--
698 check. Fix formatting.
699
700 2017-05-02 Jan Hubicka <hubicka@ucw.cz>
701
702 * ipa-inline-analysis.c (estimate_node_size_and_time): Allow roundoff
703 errors when comparing specialized and unspecialized times.
704
705 2017-05-02 David Malcolm <dmalcolm@redhat.com>
706
707 * diagnostic-show-locus.c
708 (layout::should_print_annotation_line_p): Make private.
709 (layout::print_annotation_line): Make private.
710 (layout::annotation_line_showed_range_p): Make private.
711 (layout::show_ruler): Make private.
712 (layout::print_source_line): Make private. Pass in line and
713 line_width, rather than calling location_get_source_line. Drop
714 returned value.
715 (layout::print_leading_fixits): New method.
716 (layout::print_any_fixits): Rename to...
717 (layout::print_trailing_fixits): ...this, and make private.
718 Don't print newline fixits.
719 (diagnostic_show_locus): Move logic for printing one row into...
720 (layout::print_line): ...this new function. Move the
721 location_get_source_line call and error-handling from
722 print_source_line to here. Call print_leading_fixits, and rename
723 print_any_fixits to print_trailing_fixits.
724 (selftest::test_fixit_insert_containing_newline): Update now that
725 newlines are partially supported.
726 (selftest::test_fixit_insert_containing_newline_2): New test.
727 (selftest::test_fixit_replace_containing_newline): Update comments.
728 (selftest::diagnostic_show_locus_c_tests): Call the new test.
729 * edit-context.c (class added_line): New class.
730 (class edited_line): Describe newline handling in comment.
731 (edited_line::actually_edited_p): New method.
732 (edited_line::print_content): Delete redundant decl.
733 (edited_line::m_predecessors): New field.
734 (edited_file::print_content): Call edited_line::print_content.
735 (edited_file::print_diff): Update to support newlines.
736 (edited_file::print_diff_hunk): Likewise.
737 (edited_file::print_run_of_changed_lines): New function.
738 (edited_file::print_diff_line): Convert to...
739 (print_diff_line): ...this.
740 (edited_file::get_effective_line_count): New function.
741 (edited_line::edited_line): Initialize new field m_predecessors.
742 (edited_line::~edited_line): Clean up m_predecessors.
743 (edited_line::apply_fixit): Handle newlines.
744 (edited_line::get_effective_line_count): New function.
745 (edited_line::print_content): New function.
746 (edited_line::print_diff_lines): New function.
747 (selftest::test_applying_fixits_insert_containing_newline): New
748 test.
749 (selftest::test_applying_fixits_replace_containing_newline): New
750 test.
751 (selftest::insert_line): New function.
752 (selftest::test_applying_fixits_multiple_lines): Add example of
753 inserting a line.
754 (selftest::edit_context_c_tests): Call the new tests.
755
756 2017-05-02 Bin Cheng <bin.cheng@arm.com>
757
758 * tree-ssa-loop-ivopts.c (get_scaled_computation_cost_at): Delete
759 parameter cand. Update dump information.
760 (get_computation_cost): Update uses.
761
762 2017-05-02 Bin Cheng <bin.cheng@arm.com>
763
764 * tree-ssa-loop-ivopts.c (get_computation_aff_1): New.
765 (get_computation_aff): Reorder parameters. Use get_computation_aff_1.
766 (get_computation_at, rewrite_use_address): Update use of
767 get_computation_aff.
768
769 2017-05-02 Bin Cheng <bin.cheng@arm.com>
770
771 * tree-ssa-loop-ivopts.c (get_computation_at): Reorder parameters.
772 (get_computation): Delete.
773 (get_computation_cost): Implement like get_computation_cost_at.
774 Use get_computation_at.
775 (get_computation_cost_at): Delete.
776 (rewrite_use_nonlinear_expr): Use get_computation_at.
777 (rewrite_use_compare, remove_unused_ivs): Ditto.
778
779 2017-05-02 Bin Cheng <bin.cheng@arm.com>
780
781 * tree-ssa-loop-ivopts.c (rewrite_use_address): Simple refactor.
782
783 2017-05-02 Bin Cheng <bin.cheng@arm.com>
784
785 * tree-ssa-loop-ivopts.c (struct iv_ca): Rename n_regs to n_invs.
786 (ivopts_global_cost_for_size): Rename parameter and update uses.
787 (iv_ca_recount_cost): Update uses.
788 (iv_ca_set_remove_invs, iv_ca_set_no_cp): Record invariants and
789 candidates seperately in n_invs and n_cands.
790 (iv_ca_set_add_invs, iv_ca_set_cp, iv_ca_new): Ditto.
791
792 2017-05-02 Bin Cheng <bin.cheng@arm.com>
793
794 * tree-ssa-loop-ivopts.c (struct walk_tree_data): New.
795 (find_inv_vars_cb): New.
796 (find_depends): Renamed to ...
797 (find_inv_vars): ... this.
798 (add_candidate_1, force_var_cost): Call find_inv_vars.
799 (split_address_cost, determine_group_iv_cost_cond): Ditto.
800
801 2017-05-02 Bin Cheng <bin.cheng@arm.com>
802
803 * tree-ssa-loop-ivopts.c (struct cost_pair): Rename depends_on to
804 inv_vars. Add inv_exprs.
805 (struct iv_cand): Rename depends_on to inv_vars.
806 (struct ivopts_data): Rename max_inv_id/n_invariant_uses to
807 max_inv_var_id/n_inv_var_uses. Move max_inv_expr_id around.
808 Refactor field used_inv_exprs from has_map to array n_inv_expr_uses.
809 (dump_cand): Dump inv_vars.
810 (tree_ssa_iv_optimize_init): Support inv_vars and inv_exprs.
811 (record_invariant, find_depends, add_candidate_1): Ditto.
812 (set_group_iv_cost, force_var_cost): Ditto.
813 (split_address_cost, ptr_difference_cost, difference_cost): Ditto.
814 (get_computation_cost_at, get_computation_cost): Ditto.
815 (determine_group_iv_cost_generic): Ditto.
816 (determine_group_iv_cost_address): Ditto.
817 (determine_group_iv_cost_cond, autoinc_possible_for_pair): Ditto.
818 (determine_group_iv_costs): Ditto.
819 (iv_ca_recount_cost): Update call to ivopts_global_cost_for_size.
820 (iv_ca_set_remove_invariants): Renamed to ...
821 (iv_ca_set_remove_invs): ... this. Support inv_vars and inv_exprs.
822 (iv_ca_set_no_cp): Use iv_ca_set_remove_invs.
823 (iv_ca_set_add_invariants): Renamed to ...
824 (iv_ca_set_add_invs): ... this. Support inv_vars and inv_exprs.
825 (iv_ca_set_cp): Use iv_ca_set_add_invs.
826 (iv_ca_has_deps): Support inv_vars and inv_exprs.
827 (iv_ca_new, iv_ca_free, iv_ca_dump, free_loop_data): Ditto.
828 (create_new_ivs): Remove useless dump.
829
830 2017-05-02 Bin Cheng <bin.cheng@arm.com>
831
832 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Remove pseudo
833 iv_cand code.
834 (determine_group_iv_cost_cond, determine_iv_cost): Ditto.
835 (iv_ca_set_no_cp, create_new_iv): Ditto.
836
837 2017-05-02 Bin Cheng <bin.cheng@arm.com>
838
839 * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
840
841 2017-05-02 Xi Ruoyao <ryxi@stu.xidian.edu.cn>
842
843 * tree.h (EXPR_CILK_SPAWN): Use macro TREE_CHECK2 instead of
844 function tree_check2.
845
846 2017-05-02 Martin Liska <mliska@suse.cz>
847
848 * doc/gcov.texi: Add missing preposition.
849 * gcov.c (function_info::function_info): Properly fill up
850 all member variables.
851
852 2017-05-02 Tamar Christina <tamar.christina@arm.com>
853
854 * expr.c (expand_expr_real_2): Re-cost if previous costs are the same.
855
856 2017-05-02 Tamar Christina <tamar.christina@arm.com>
857
858 * simplify-rtx.c (simplify_binary_operation_1): Add LSHIFTRT case.
859
860 2017-05-02 Martin Liska <mliska@suse.cz>
861
862 PR lto/77954.
863 * lto-streamer-in.c (lto_read_tree_1): Remove
864 LTO_STREAMER_DEBUG.
865 * lto-streamer.c (struct tree_hash_entry): Likewise.
866 (struct tree_entry_hasher): Likewise.
867 (tree_entry_hasher::hash): Likewise.
868 (tree_entry_hasher::equal): Likewise.
869 (lto_streamer_init): Likewise.
870 (lto_orig_address_map): Likewise.
871 (lto_orig_address_get): Likewise.
872 (lto_orig_address_remove): Likewise.
873 * lto-streamer.h: Likewise.
874 * tree-streamer-in.c (streamer_alloc_tree): Likewise.
875 * tree-streamer-out.c (streamer_write_tree_header): Likewise.
876
877 2017-05-02 Sebastian Peryt <sebastian.peryt@intel.com>
878
879 * config/i386/avx512fintrin.h (_mm_mask_add_round_sd)
880 (_mm_maskz_add_round_sd, _mm_mask_add_round_ss)
881 (mm_maskz_add_round_ss, _mm_mask_sub_round_sd)
882 (mm_maskz_sub_round_sd, _mm_mask_sub_round_ss)
883 (mm_maskz_sub_round_ss, _mm_mask_add_sd)
884 (mm_maskz_add_sd, _mm_mask_add_ss, _mm_maskz_add_ss)
885 (mm_mask_sub_sd, _mm_maskz_sub_sd, _mm_mask_sub_ss)
886 (mm_maskz_sub_ss): New intrinsics.
887 * config/i386/i386-builtin-types.def (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
888 (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): New function type aliases.
889 * config/i386/i386-builtin.def (__builtin_ia32_addsd_mask_round)
890 (__builtin_ia32_addss_mask_round, __builtin_ia32_subsd_mask_round)
891 (__builtin_ia32_subss_mask_round): New builtins.
892 * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
893 (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
894 * config/i386/sse.md (<sse>_vm<plusminus_insn><mode>3<round_name>):
895 Renamed to ...
896 (<sse>_vm<plusminus_insn><mode>3<mask_name><round_name>): ... this.
897 (v<plusminus_mnemonic><ssescalarmodesuffix>\t{<round_op3>%2, %1, %0|%0, %1, %<iptr>2<round_op3>}):
898 Changed to ...
899 (v<plusminus_mnemonic><ssescalarmodesuffix>\t{<round_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}):
900 ... this.
901
902 2017-05-02 Martin Jambor <mjambor@suse.cz>
903
904 PR tree-optimization/78687
905 * tree-sra.c (access): New field parent.
906 (process_subtree_disqualification): New function.
907 (disqualify_candidate): Call it.
908 (build_accesses_from_assign): Reset write flag if creating an
909 assighnment link.
910 (build_access_subtree): Fill in parent field and also prpagate
911 down grp_write flag.
912 (create_artificial_child_access): New parameter set_grp_write, set
913 grp_write to its value.
914 (propagate_subaccesses_across_link): Also propagate grp_write flag
915 values.
916 (propagate_all_subaccesses): Push the closest parent back to work
917 queue if add_access_to_work_queue returned true.
918
919 2017-05-02 Richard Biener <rguenther@suse.de>
920
921 * common.opt (fstrict-overflow): Alias negative to fwrapv.
922 * doc/invoke.texi (fstrict-overflow): Remove all traces of
923 -fstrict-overflow documentation.
924 * tree.h (TYPE_OVERFLOW_UNDEFINED): Do not test flag_strict_overflow.
925 (POINTER_TYPE_OVERFLOW_UNDEFINED): Test !flag_wrapv instead of
926 flag_strict_overflow.
927 * ipa-inline.c (can_inline_edge_p): Do not test flag_strict_overflow.
928 * lto-opts.c (lto_write_options): Do not stream it.
929 * lto-wrapper.c (merge_and_complain): Do not handle it.
930 * opts.c (default_options_table): Do not set -fstrict-overflow.
931 (finish_options): Likewise do not clear it when sanitizing.
932 * simplify-rtx.c (simplify_const_relational_operation): Do not
933 test flag_strict_overflow.
934
935 2017-05-02 Uros Bizjak <ubizjak@gmail.com>
936
937 * config/alpha/alpha.md (*add<mode>3_ieee): Merge to add<mode>3
938 using enabled attribute.
939 (*sub<mode>3_ieee): Merge to sub<mode>3 using enabled attribute.
940 (*mul<mode>3_ieee): Merge to mul<mode>3 using enabled attribute.
941 (*div<mode>3_ieee): Merge to div<mode>3 using enabled attribute.
942 (*sqrt<mode>2_ieee): Merge to sqrt<mode>2 using enabled attribute.
943 (*fix_truncdfdi_ieee): Merge to *fix_truncdfdi2 using enabled attribute.
944 (*fix_truncsfdi_ieee): Merge to *fix_truncsfdi2 using enabled attribute.
945 (*floatdisf_ieee): Merge to floatdisf2 using enabled attribute.
946 (*floatdidf_ieee): Merge to floatdidf2 using enabled attribute.
947 (*truncdfsf2_ieee): Merge to truncdfsf2 using enabled attribute.
948 (*cmpdf_ieee): Merge to *cmpdf_internal using enabled attribute.
949
950 2017-05-02 Uros Bizjak <ubizjak@gmail.com>
951
952 * config/i386/i386.c (ix86_code_end): Use {FIRST,LAST}_INT_REG.
953
954 2017-05-02 Richard Biener <rguenther@suse.de>
955
956 PR tree-optimization/80591
957 Revert
958 2017-04-10 Richard Biener <rguenther@suse.de>
959
960 * tree-ssa-structalias.c (find_func_aliases): Properly handle
961 asm inputs.
962
963 2017-05-02 Richard Biener <rguenther@suse.de>
964
965 PR tree-optimization/80549
966 * tree-cfgcleanup.c (mfb_keep_latches): New helper.
967 (cleanup_tree_cfg_noloop): Create forwarders to known loop
968 headers if they do not have a preheader.
969
970 2017-05-02 Martin Liska <mliska@suse.cz>
971
972 PR other/80589
973 * common.opt: Fix typo.
974 * doc/invoke.texi: Likewise.
975
976 2017-05-01 Jan Beulich <jbeulich@suse.com>
977
978 * config/i386/sse.md (xop_vpermil2<mode>3): Do not allow operand
979 swapping, add (x,x,m,x,n) alternative.
980
981 2017-05-01 Nathan Sidwell <nathan@acm.org>
982
983 * calls.c (combine_pending_stack_adjustment_and_call): Remove
984 unnecessary unadjusted_alignment check.
985
986 2017-05-01 Xi Ruoyao <ryxi@stu.xidian.edu.cn>
987
988 PR c++/80038
989 * cilk_common.c (expand_builtin_cilk_detach): Move pedigree
990 operations here.
991 * gimplify.c (gimplify_cilk_detach): New function.
992 (gimplify_call_expr, gimplify_modify_expr): Call it as needed.
993 * tree-core.h: Document EXPR_CILK_SPAWN.
994 * tree.h (EXPR_CILK_SPAWN): Define.
995
996 2017-05-01 David Malcolm <dmalcolm@redhat.com>
997
998 * diagnostic-show-locus.c (layout::get_expanded_location): Rewrite
999 to use new fixit_hint representation, using the "replace" logic.
1000 (get_line_span_for_fixit_hint): Likewise.
1001 (layout::print_any_fixits): Likewise.
1002 (selftest::test_one_liner_many_fixits): Rename to...
1003 (selftest::test_one_liner_many_fixits_1): ...this, and update
1004 comment and expected output to reflect that the multiple fix-it
1005 hints are now consolidated into one insertion.
1006 (selftest::test_one_liner_many_fixits_2): New test.
1007 (selftest::test_diagnostic_show_locus_one_liner): Update for
1008 above.
1009 (selftest::test_fixit_consolidation): Update for fix-it API
1010 change.
1011 * diagnostic.c (print_parseable_fixits): Likewise.
1012 * edit-context.c (edited_line::m_line_events): Convert from
1013 auto_vec <line_event *> to auto_vec <line_event>.
1014 (class line_event): Convert from abstract base class to a concrete
1015 class, taking over the role of replace_event.
1016 (class insert_event): Delete.
1017 (class replace_event): Rename to class line_event. Convert to
1018 half-open range.
1019 (edit_context::add_fixits): Reimplement.
1020 (edit_context::apply_insert): Delete.
1021 (edit_context::apply_replace): Rename to...
1022 (edit_context::apply_fixit): ...this. Convert to half-open range.
1023 (edited_file::apply_insert): Delete.
1024 (edited_file::apply_replace): Rename to...
1025 (edited_file::apply_fixit): ...this.
1026 (edited_line::~edited_line): Drop deletion of events.
1027 (edited_line::apply_insert): Delete.
1028 (edited_line::apply_replace): Rename to...
1029 (edited_line::apply_fixit): ...this. Convert to half-open range.
1030 Update for change to type of m_line_events.
1031 * edit-context.h (edit_context::apply_insert): Delete.
1032 (edit_context::apply_replace): Rename to...
1033 (edit_context::apply_fixit): ...this.
1034
1035 2017-05-01 Martin Sebor <msebor@redhat.com>
1036
1037 * gimple-ssa-sprintf.c (format_integer): Set knownrange when it's
1038 known.
1039
1040 2017-05-01 Uros Bizjak <ubizjak@gmail.com>
1041
1042 PR target/68491
1043 * config/i386/cpuid.h (__get_cpuid): Always return 0 when
1044 __get_cpuid_max returns 0.
1045 (__get_cpuid_count): Ditto.
1046
1047 2017-05-01 Eric Botcazou <ebotcazou@adacore.com>
1048
1049 * tree.c (substitute_in_expr) <tcc_vl_exp>: Also inline a call if the
1050 replacement expression is another instance of one of its arguments.
1051
1052 2017-05-01 Jakub Jelinek <jakub@redhat.com>
1053
1054 PR target/79430
1055 * rtlanal.c (reg_set_p): If reg is a stack_pointer_rtx, also
1056 check for stack push/pop autoinc.
1057 * config/i386/i386.c (ix86_agi_dependent): Return false
1058 if the only reason why modified_in_p returned true is that
1059 addr is SP based and set_insn is a push or pop.
1060
1061 2017-04-29 Jan Hubicka <hubicka@ucw.cz>
1062
1063 * ipa-inline.c (compute_inlined_call_time): Remove now unnecesary
1064 overflow check.
1065
1066 2017-04-29 Jan Hubicka <hubicka@ucw.cz>
1067
1068 PR ipa/79224
1069 * ipa-inline-analysis.c (dump_predicate): Add optional parameter NL.
1070 (account_size_time): Use two predicates - exec_pred and
1071 nonconst_pred_ptr.
1072 (evaluate_conditions_for_known_args): Compute both clause and
1073 nonspec_clause.
1074 (evaluate_properties_for_edge): Evaulate both clause and nonspec_clause.
1075 (inline_summary_t::duplicate): Update.
1076 (estimate_function_body_sizes): Caluculate exec and nonconst predicates
1077 separately.
1078 (compute_inline_parameters): Likewise.
1079 (estimate_edge_size_and_time): Update caluclation of time.
1080 (estimate_node_size_and_time): Compute both time and nonspecialized
1081 time.
1082 (estimate_ipcp_clone_size_and_time): Update.
1083 (inline_merge_summary): Update.
1084 (do_estimate_edge_time): Update.
1085 (do_estimate_edge_size): Update.
1086 (do_estimate_edge_hints): Update.
1087 (inline_read_section, inline_write_summary): Stream both new predicates.
1088 * ipa-inline.c (compute_uninlined_call_time): Take uninlined_call_time
1089 as argument.
1090 (compute_inlined_call_time): Cleanup.
1091 (big_speedup_p): Update.
1092 (edge_badness): Update.
1093 * ipa-inline.h (INLINE_TIME_SCALE): Remove.
1094 (size_time_entry): Replace predicate by exec_predicate and
1095 nonconst_predicate.
1096 (edge_growth_cache_entry): Cache both time nad nonspecialized time.
1097 (estimate_edge_time): Return also nonspec_time.
1098 (reset_edge_growth_cache): Update.
1099
1100 2017-04-29 Jakub Jelinek <jakub@redhat.com>
1101
1102 PR rtl-optimization/80491
1103 * ifcvt.c (noce_process_if_block): When looking for x setter
1104 with missing else_bb, don't check only the insn right before
1105 cond_earliest, but look for the last insn that x is modified in
1106 within the same bb.
1107
1108 PR rtl-optimization/80491
1109 * alias.c (memory_modified_in_insn_p): Return true for CALL_INSNs.
1110
1111 2017-04-29 Marc Glisse <marc.glisse@inria.fr>
1112
1113 PR tree-optimization/80487
1114 * tree-ssa-alias.c (stmt_kills_ref_p): Handle stpncpy and strncpy.
1115
1116 2017-04-29 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
1117
1118 PR tree-optimization/79697
1119 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Check if callee
1120 is BUILT_IN_STRDUP, BUILT_IN_STRNDUP, BUILT_IN_REALLOC.
1121 (propagate_necessity): Check if def_callee is BUILT_IN_STRDUP or
1122 BUILT_IN_STRNDUP.
1123 * gimple-fold.c (gimple_fold_builtin_realloc): New function.
1124 (gimple_fold_builtin): Call gimple_fold_builtin_realloc.
1125
1126 2017-04-28 Martin Sebor <msebor@redhat.com>
1127
1128 PR tree-optimization/80523
1129 * gimple-ssa-sprintf.c (target_to_host_charmap): New global variable.
1130 (init_target_to_host_charmap, target_to_host, target_strtol10): New
1131 functions.
1132 (maybe_warn, format_directive, parse_directive): Use new functions.
1133 (pass_sprintf_length::execute): Call init_target_to_host_charmap.
1134
1135 2017-04-28 Marc Glisse <marc.glisse@inria.fr>
1136
1137 * match.pd (X+Z OP Y+Z, X-Z OP Y-Z, Z-X OP Z-Y): New transformations.
1138
1139 2017-04-28 Bernd Edlinger <bernd.edlinger@hotmail.de>
1140
1141 * configure.ac (SYSTEM_HEADER_DIR, BUILD_SYSTEM_HEADER_DIR,
1142 target_header_dir): Set correctly.
1143 * configure: Regenerated.
1144 * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
1145 (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
1146 instead of SYSTEM_HEADER_DIR.
1147
1148 2017-04-28 Jan Hubicka <hubicka@ucw.cz>
1149
1150 * ipa-cp.c (perform_estimation_of_a_value): Turn time to sreal.
1151 (estimate_local_effects): Likewise.
1152 * ipa-inline.c (compute_inlined_call_time, want_inline_small_function_p,
1153 edge_badness, inline_small_functions, dump_overall_stats): LIkewise.
1154 * ipa-inline.h (edge_growth_cache_entry, estimate_time_after_inlining,
1155 estimate_ipcp_clone_size_and_time, do_estimate_edge_time,
1156 do_estimate_edge_time, estimate_edge_time): Likewise.
1157 * ipa-inline-analysis.c (estimate_node_size_and_time,
1158 estimate_ipcp_clone_size_and_time, do_estimate_edge_time): Likewise.
1159 (estimate_time_after_inlining): Remove.
1160
1161 2017-04-28 Martin Liska <mliska@suse.cz>
1162
1163 * doc/gcov.texi: Enhance documentation of gcov.
1164
1165 2017-04-28 Martin Liska <mliska@suse.cz>
1166
1167 * doc/gcov.texi: Sort options in alphabetic order.
1168 * doc/gcov-dump.texi: Likewise.
1169 * doc/gcov-tool.texi: Likewise.
1170 * gcov.c (print_usage): Likewise.
1171 * gcov-dump.c (print_usage): Likewise.
1172 * gcov-tool.c (print_merge_usage_message): Likewise.
1173 (print_rewrite_usage_message): Likewise.
1174 (print_overlap_usage_message): Likewise.
1175
1176 2017-04-28 Martin Liska <mliska@suse.cz>
1177
1178 PR gcov-profile/53915
1179 * gcov.c (format_gcov): Print 'NAN %' when top > bottom.
1180
1181 2017-04-28 Martin Liska <mliska@suse.cz>
1182
1183 PR gcov-profile/79891
1184 * gcov.c (add_line_counts): Assign BBs to lines just if the BB
1185 is marked by compiler as living on a line.
1186 (get_cycles_count): Remove usage of the union.
1187 (output_intermediate_file): Likewise.
1188 (find_source): Fix GNU coding style.
1189 (accumulate_line_counts): Remove old non-all block mode.
1190 (output_lines): Remove usage of the union.
1191 * profile.c (output_location): Include all BBs, even if
1192 belonging to a same line (and file) as a previous BB.
1193
1194 2017-04-28 Martin Liska <mliska@suse.cz>
1195
1196 * gcov.c (process_args): Handle new argument 'w'.
1197 (read_graph_file): Assign ID to BBs.
1198 (output_branch_count): Display BB # if verbose flag is set.
1199 (output_lines): Likewise for arcs.
1200 (print_usage): Add '--verbose' option help.
1201 * doc/gcov.texi: Document --verbose (-w) option.
1202
1203 2017-04-28 Martin Liska <mliska@suse.cz>
1204
1205 * gcov.c (struct block_location_info): New struct.
1206 (process_file): Fill up the new structure.
1207 (read_graph_file): Replace usage of encoding by the newly added
1208 struct.
1209 (add_line_counts): Likewise.
1210 (accumulate_line_counts): Remove usage of the union.
1211 (function_info::function_info): New function.
1212 (function_info::~function_info): Likewise.
1213 (process_file): Call delete instead of release_function.
1214 (release_function): Release the function.
1215 (release_structures): Call delete instead of release_function.
1216 (solve_flow_graph): Replace usage of num_blocks.
1217 (find_exception_blocks): Likewise.
1218 (output_lines): Fix GNU coding style.
1219
1220 2017-04-28 Martin Liska <mliska@suse.cz>
1221
1222 PR driver/56469
1223 * coverage.c (coverage_remove_note_file): New function.
1224 * coverage.h: Declare the function.
1225 * toplev.c (finalize): Clean if an error has been seen.
1226
1227 2017-04-28 Martin Liska <mliska@suse.cz>
1228
1229 PR gcov-profile/80031
1230 * gcov-dump.c (tag_blocks): Just print number of basic blocks.
1231 * gcov-io.h (GCOV_TAG_BLOCKS_NUM): Remove unused macro.
1232 * gcov.c (read_graph_file): Read just number of blocks.
1233 * profile.c (branch_prob): Do not stream 0 flags per a basic
1234 block.
1235
1236 2017-04-28 Martin Liska <mliska@suse.cz>
1237
1238 * gcov-dump.c (tag_*): Add new argument to declarations.
1239 (dump_gcov_file): Likewise.
1240 (tag_blocks): Add and use new argument depth.
1241 (tag_arcs): Likewise.
1242 (tag_lines): Likewise.
1243 (tag_counters): Likewise.
1244 (tag_summary): Likewise.
1245 (dump_working_sets): Use depth to do a proper indentation.
1246
1247 2017-04-28 Jakub Jelinek <jakub@redhat.com>
1248
1249 PR bootstrap/80531
1250 * cgraph.h (symtab_node::debug_symtab): No longer inline.
1251 * symtab.c (symtab_node::debug_symtab): Move definition here.
1252
1253 2017-04-28 Richard Biener <rguenther@suse.de>
1254
1255 * lto-streamer.h (LTO_major_version): Bump to 7.
1256
1257 2017-04-28 Richard Biener <rguenther@suse.de>
1258
1259 * tree-vrp.c (assert_info): New struct.
1260 (add_assert_info): New helper.
1261 (register_edge_assert_for_2): Refactor to add asserts to a vector
1262 of assert_info.
1263 (register_edge_assert_for_1): Likewise.
1264 (register_edge_assert_for): Likewise.
1265 (finish_register_edge_assert_for): New helper actually registering
1266 asserts where live on edge.
1267 (find_conditional_asserts): Adjust.
1268 (find_switch_asserts): Likewise.
1269 (evrp_dom_walker::try_find_new_range): Generalize.
1270 (evrp_dom_walker::before_dom_children): Use register_edge_assert_for.
1271
1272 2017-04-27 Marek Polacek <polacek@redhat.com>
1273
1274 PR sanitizer/80349
1275 * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Convert
1276 arg10 and arg11 to itype.
1277
1278 2017-04-27 Jonathan Wakely <jwakely@redhat.com>
1279
1280 * doc/extend.texi (Object Size Checking): Improve grammar.
1281
1282 2017-04-27 Richard Earnshaw <rearnsha@arm.com>
1283
1284 PR target/80530
1285 * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Ensure
1286 that the logic for permitting reciprocal estimates matches that
1287 in use_rsqrt_p.
1288
1289 2017-04-27 Jakub Jelinek <jakub@redhat.com>
1290
1291 PR c++/80534
1292 * tree.c (type_cache_hasher::equal): Only compare
1293 TYPE_TYPELESS_STORAGE flag on non-aggregate element types.
1294 (build_array_type_1): Only hash TYPE_TYPELESS_STORAGE flag on
1295 non-aggregate element types.
1296 * tree.h (TYPE_TYPELESS_STORAGE): Fix comment typo, add more details
1297 about the flag on ARRAY_TYPEs in the comment, formatting fix.
1298
1299 2017-04-27 Richard Biener <rguenther@suse.de>
1300
1301 PR middle-end/80533
1302 * emit-rtl.c (set_mem_attributes_minus_bitpos): When
1303 stripping ARRAY_REFs from MEM_EXPR make sure we're not
1304 keeping a reference to a trailing array.
1305
1306 2017-04-27 Richard Biener <rguenther@suse.de>
1307
1308 PR middle-end/80539
1309 * tree-chrec.c (chrec_fold_plus_poly_poly): Deal with not
1310 being in loop-closed SSA form conservatively.
1311 (chrec_fold_multiply_poly_poly): Likewise.
1312
1313 2017-04-27 Tamar Christina <tamar.christina@arm.com>
1314
1315 PR middle-end/79665
1316 * expr.c (expand_expr_real_2): Move TRUNC_MOD_EXPR, FLOOR_MOD_EXPR,
1317 CEIL_MOD_EXPR, ROUND_MOD_EXPR cases.
1318
1319 2017-04-27 Jakub Jelinek <jakub@redhat.com>
1320
1321 PR target/77728
1322 * config/aarch64/aarch64.c (struct aarch64_fn_arg_alignment): Remove.
1323 (aarch64_function_arg_alignment): Return unsigned int again, but still
1324 ignore TYPE_FIELDS chain decls other than FIELD_DECLs.
1325 (aarch64_layout_arg): Adjust aarch64_function_arg_alignment caller.
1326 Don't emit -Wpsabi note.
1327 (aarch64_function_arg_boundary): Likewise.
1328 (aarch64_gimplify_va_arg_expr): Adjust aarch64_function_arg_alignment
1329 caller.
1330
1331 2017-04-26 Nathan Sidwell <nathan@acm.org>
1332
1333 * tree.h (crc32_unsigned_n): Declare.
1334 (crc32_unsigned, crc32_unsigned): Make inline.
1335 * tree.c (crc32_unsigned_bits): Replace with ...
1336 (crc32_unsigned_n): ... this.
1337 (crc32_unsigned, crc32_byte): Remove.
1338 (crc32_string): Remove unnecessary braces.
1339
1340 2017-04-25 Jan Hubicka <hubicka@ucw.cz>
1341
1342 * ipa-cp.c (estimate_local_effects): Convert sreal to int.
1343 * ipa-inline-analysis.c (MAX_TIME): Remove.
1344 (account_size_time): Use sreal for time.
1345 (dump_inline_summary): Update.
1346 (estimate_function_body_sizes): Update.
1347 (estimate_edge_size_and_time): Update.
1348 (estimate_calls_size_and_time): Update.
1349 (estimate_node_size_and_time): Update.
1350 (inline_merge_summary): Update.
1351 (inline_update_overall_summary): Update.
1352 (estimate_time_after_inlining): Update.
1353 (inline_read_section): Update.
1354 (inline_write_summary): Update.
1355 * ipa-inline.c (compute_uninlined_call_time): Update.
1356 (compute_inlined_call_time): Update.
1357 (recursive_inlining): Update.
1358 (inline_small_functions): Update.
1359 (dump_overall_stats): Update.
1360 * ipa-inline.h: Include sreal.h.
1361 (size_time_entry): Turn time to sreal.
1362 (inline_summary): Turn self_time nad time to sreal.
1363
1364 2017-04-25 Jan Hubicka <hubicka@ucw.cz>
1365
1366 * sreal.c: Include backend.h, tree.h, gimple.h, cgraph.h and
1367 data-streamer.h
1368 (sreal::stream_out, sreal::stream_in): New.
1369 * sreal.h (sreal::stream_out, sreal::stream_in): Declare.
1370
1371 2017-04-25 Jakub Jelinek <jakub@redhat.com>
1372
1373 * Makefile.in (s-options): Invoke opt-gather.awk with LC_ALL=C in the
1374 environment.
1375
1376 2017-04-25 Uros Bizjak <ubizjak@gmail.com>
1377
1378 PR target/70799
1379 * config/i386/i386.c (dimode_scalar_to_vector_candidate_p):
1380 Handle ASHIFTRT.
1381 (dimode_scalar_chain::compute_convert_gain): Ditto.
1382 (dimode_scalar_chain::make_vector_copies): Ditto.
1383 (dimode_scalar_chain::convert_reg): Ditto.
1384 (dimode_scalar_chain::convert_insn): Ditto.
1385 * config/i386/sse.md (VI24_AVX512BW_1): Remove mode iterator.
1386 (VI248_AVX512BW_1): New mode iterator.
1387 (<mask_codefor>ashr<mode>3<mask_name>): Merge insn pattern with
1388 <mask_codefor>ashrv2di3<mask_name> insn using VI248_AVX512BW_1
1389 mode iterator.
1390
1391 2017-04-25 Martin Sebor <msebor@redhat.com>
1392
1393 PR tree-optimization/80497
1394 * gimple-ssa-sprintf.c (get_int_range): Avoid assuming all integer
1395 constants are representable in HOST_WIDE_INT.
1396 (parse_directive): Ditto.
1397
1398 2017-04-25 Martin Sebor <msebor@redhat.com>
1399
1400 PR bootstrap/80486
1401 * dominance.c (dom_info::m_n_basic_blocks): Change type to unsigned.
1402 (new_zero_array): Adjust signature.
1403 (dom_info::dom_init): Used unsigned rather that size_t.
1404 (dom_info::dom_info): Same.
1405
1406 2017-04-25 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1407 Jakub Jelinek <jakub@redhat.com>
1408
1409 PR target/77728
1410 * config/arm/arm.c: Include gimple.h.
1411 (aapcs_layout_arg): Emit -Wpsabi note if arm_needs_doubleword_align
1412 returns negative, increment ncrn only if it returned positive.
1413 (arm_needs_doubleword_align): Return int instead of bool,
1414 ignore DECL_ALIGN of non-FIELD_DECL TYPE_FIELDS chain
1415 members, but if there is any such non-FIELD_DECL
1416 > PARM_BOUNDARY aligned decl, return -1 instead of false.
1417 (arm_function_arg): Emit -Wpsabi note if arm_needs_doubleword_align
1418 returns negative, increment nregs only if it returned positive.
1419 (arm_setup_incoming_varargs): Likewise.
1420 (arm_function_arg_boundary): Emit -Wpsabi note if
1421 arm_needs_doubleword_align returns negative, return
1422 DOUBLEWORD_ALIGNMENT only if it returned positive.
1423
1424 2017-04-25 Marek Polacek <polacek@redhat.com>
1425
1426 PR sanitizer/80349
1427 * fold-const.c (fold_binary_loc) <case BIT_IOR_EXPR>: Convert arg0's
1428 first argument to type.
1429
1430 2017-04-25 Bill Seurer <seurer@linux.vnet.ibm.com>
1431
1432 PR target/80482
1433 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Change
1434 type checks to test for compatibility instead of equality.
1435
1436 2017-04-25 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1437 Jakub Jelinek <jakub@redhat.com>
1438
1439 PR target/77728
1440 * config/aarch64/aarch64.c (struct aarch64_fn_arg_alignment): New
1441 type.
1442 (aarch64_function_arg_alignment): Return aarch64_fn_arg_alignment
1443 struct. Ignore DECL_ALIGN of decls other than FIELD_DECL for
1444 the alignment computation, but return their maximum in warn_alignment.
1445 (aarch64_layout_arg): Adjust aarch64_function_arg_alignment caller.
1446 Emit a -Wpsabi note if warn_alignment is 16 bytes, but alignment
1447 is smaller.
1448 (aarch64_function_arg_boundary): Likewise. Simplify using MIN/MAX.
1449 (aarch64_gimplify_va_arg_expr): Adjust aarch64_function_arg_alignment
1450 caller.
1451
1452 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
1453
1454 * config/arc/simdext.md (dmpyh): Fix typo.
1455
1456 2017-04-25 Richard Biener <rguenther@suse.de>
1457
1458 PR tree-optimization/80492
1459 * alias.c (compare_base_decls): Handle registers with asm
1460 specification conservatively.
1461 * tree-ssa-alias.c (decl_refs_may_alias_p): Handle
1462 compare_base_decls returning dont-know properly.
1463
1464 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
1465
1466 * config/arc/arc.c (LEGITIMATE_OFFSET_ADDRESS_P): Delete macro.
1467 (legitimate_offset_address_p): New function.
1468 (arc_legitimate_address_p): Use above function.
1469
1470 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
1471
1472 * config/arc/arc.c (arc_output_mi_thunk): Emit PIC calls.
1473
1474 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
1475
1476 * config/arc/arc.c (arc_conditional_register_usage): Use ACCL,
1477 ACCH registers whenever they are available.
1478
1479 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
1480
1481 * config/arc/arc.c (arc_conditional_register_usage): Make D0, D1
1482 double regs fix when not used.
1483
1484 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
1485
1486 * config/arc/arc.h (REGNO_OK_FOR_BASE_P): Consider also extension
1487 core registers.
1488 (REG_OK_FOR_INDEX_P_NONSTRICT): Likewise.
1489 (REG_OK_FOR_BASE_P_NONSTRICT): Likewise.
1490
1491 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
1492
1493 * config/arc/arc.c (arc_output_addsi): Check for h-register class
1494 when emitting short ADD instructions.
1495
1496 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
1497
1498 * config/arc/arc.md (cmpsi_cc_insn_mixed): Use 'h' register
1499 constraint.
1500 (cmpsi_cc_c_insn): Likewise.
1501 (cbranchsi4_scratch): Compute proper instruction length using
1502 compact_hreg_operand.
1503 * config/arc/predicates.md (compact_hreg_operand): New predicate.
1504
1505 2017-04-25 Richard Biener <rguenther@suse.de>
1506
1507 PR middle-end/80509
1508 * passes.c (pass_manager::pass_manager): Initialize
1509 m_name_to_pass_map.
1510
1511 2017-04-25 Richard Biener <rguenther@suse.de>
1512
1513 PR tree-optimization/79201
1514 * tree-ssa-sink.c (statement_sink_location): Handle calls.
1515
1516 2017-04-25 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
1517
1518 PR target/80464
1519 * config/s390/vector.md: Split MEM->GPR vector moves for
1520 non-s_operand addresses.
1521
1522 2017-04-25 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
1523
1524 PR target/79895
1525 * config/s390/predicates.md (reload_const_wide_int_operand): New
1526 predicate.
1527 * config/s390/s390.md ("movti"): Remove d/P alternative.
1528 ("movti_bigconst"): New pattern definition.
1529
1530 2017-04-25 Dominik Vogt <vogt@linux.vnet.ibm.com>
1531
1532 PR target/80080
1533 * s390-protos.h (s390_expand_cs_hqi): Removed.
1534 (s390_expand_cs, s390_expand_atomic_exchange_tdsi): New prototypes.
1535 * config/s390/s390.c (s390_emit_compare_and_swap): Handle all integer
1536 modes as well as CCZ1mode and CCZmode.
1537 (s390_expand_atomic_exchange_tdsi, s390_expand_atomic): Adapt to new
1538 signature of s390_emit_compare_and_swap.
1539 (s390_expand_cs_hqi): Likewise, make static.
1540 (s390_expand_cs_tdsi): Generate an explicit compare before trying
1541 compare-and-swap, in some cases.
1542 (s390_expand_cs): Wrapper function.
1543 (s390_expand_atomic_exchange_tdsi): New backend specific expander for
1544 atomic_exchange.
1545 (s390_match_ccmode_set): Allow CCZmode <-> CCZ1 mode.
1546 * config/s390/s390.md ("atomic_compare_and_swap<mode>"): Merge the
1547 patterns for small and large integers. Forbid symref memory operands.
1548 Move expander to s390.c. Require cc register.
1549 ("atomic_compare_and_swap<DGPR:mode><CCZZ1:mode>_internal")
1550 ("*atomic_compare_and_swap<TDI:mode><CCZZ1:mode>_1")
1551 ("*atomic_compare_and_swapdi<CCZZ1:mode>_2")
1552 ("*atomic_compare_and_swapsi<CCZZ1:mode>_3"): Use s_operand to forbid
1553 symref memory operands. Remove CC mode and call s390_match_ccmode
1554 instead.
1555 ("atomic_exchange<mode>"): Allow and implement all integer modes.
1556
1557 2017-04-25 Dominik Vogt <vogt@linux.vnet.ibm.com>
1558
1559 * config/s390/s390.md (define_peephole2): New peephole to help
1560 combining the load-and-test pattern with volatile memory.
1561
1562 2017-04-25 Dominik Vogt <vogt@linux.vnet.ibm.com>
1563
1564 * config/s390/s390.md ("cstorecc4"): Use load-on-condition and deal
1565 with CCZmode for TARGET_Z196.
1566
1567 2017-04-25 Jakub Jelinek <jakub@redhat.com>
1568
1569 PR rtl-optimization/80501
1570 * combine.c (make_compound_operation_int): Set subreg_code to SET
1571 even for AND with mask of the sign bit of mode.
1572
1573 PR rtl-optimization/80500
1574 * loop-unroll.c (combine_var_copies_in_loop_exit): Call copy_rtx on
1575 sum's initial value.
1576
1577 2017-04-25 Julian Brown <julian@codesourcery.com>
1578 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
1579
1580 * config/aarch64/thunderx2t99.md (thunderx2t99_crc): New Reservation.
1581
1582 2017-04-25 Marc Glisse <marc.glisse@inria.fr>
1583
1584 * fold-const.c (tree_single_nonzero_warnv_p): Handle SSA_NAME.
1585
1586 2017-04-25 Julian Brown <julian@codesourcery.com>
1587 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
1588
1589 * config/aarch64/thunderx2t99.md (thunderx2t99_aes): New Reservation.
1590 (thunderx2t99_sha): New Reservation.
1591
1592 2017-04-25 Julian Brown <julian@codesourcery.com>
1593 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
1594
1595 * config/aarch64/aarch64-simd.md (aarch64_simd_vec_set<mode>): Fix
1596 type for 1-element load.
1597
1598 2017-04-24 Marc Glisse <marc.glisse@inria.fr>
1599
1600 * match.pd (X/[ex]C CMP Y/[ex]C): New transformation.
1601
1602 2017-04-24 Martin Jambor <mjambor@suse.cz>
1603
1604 PR tree-optimization/80293
1605 * tree-sra.c (scalarizable_type_p): New parameter const_decl, make
1606 char arrays not totally scalarizable if it is false.
1607 (analyze_all_variable_accesses): Pass correct value in the new
1608 parameter. Add a statistics counter.
1609
1610 2017-04-24 Jan Hubicka <hubicka@ucw.cz>
1611
1612 PR middle-end/79931
1613 * ipa-devirt.c (dump_possible_polymorphic_call_targets): Fix ICE.
1614
1615 2017-04-24 Richard Biener <rguenther@suse.de>
1616
1617 PR tree-optimization/80494
1618 * tree-scalar-evolution.c (analyze_scalar_evolution_1): Bail
1619 out for complex types.
1620
1621 2017-04-24 Richard Biener <rguenther@suse.de>
1622
1623 * tree-ssa-sccvn.h (run_scc_vn): Adjust prototype.
1624 * tree-ssa-sccvn.c (print_scc): Print SCC size.
1625 (extract_and_process_scc_for_name): Never fail but drop SCC to varying.
1626 (DFS): Adjust and never fail.
1627 (sccvn_dom_walker::fail): Remove.
1628 (sccvn_dom_walker::before_dom_children): Adjust.
1629 (run_scc_vn): Likewise and never fail.
1630 * tree-ssa-pre.c (pass_pre::execute): Adjust.
1631 (pass_fre::execute): Likewise.
1632
1633 2017-04-24 Richard Biener <rguenther@suse.de>
1634
1635 PR tree-optimization/79725
1636 * tree-ssa-sink.c (statement_sink_location): Return whether
1637 failure reason was zero uses. Move that check later.
1638 (sink_code_in_bb): Deal with zero uses by removing the stmt
1639 if possible.
1640
1641 2017-04-24 Richard Biener <rguenther@suse.de>
1642
1643 PR c++/2972
1644 * tree-ssa-uninit.c (warn_uninitialized_vars): Handle some
1645 pointer-based references.
1646
1647 2017-04-24 Richard Biener <rguenther@suse.de>
1648
1649 PR bootstrap/79814
1650 * pass_manager.h (pass_manager::operator new): Remove.
1651 (pass_manager::operator delete): Likewise.
1652 * passes.c (pass_manager::operator new): Remove.
1653 (pass_manager::operator delete): Likewise.
1654 (pass_manager::pass_manager): Zero individual pass members.
1655
1656 2017-04-23 Uros Bizjak <ubizjak@gmail.com>
1657
1658 PR target/70799
1659 * config/i386/i386.c (dimode_scalar_to_vector_candidate_p)
1660 <case ASHIFT, case LSHIFTRT>: Also consider variable shifts.
1661 Check "XEXP (src, 1)" operand here.
1662 <case PLUS, case MINUS, case IOR, case XOR, case AND>:
1663 Check "XEXP (src, 1)" operand here.
1664 (dimode_scalar_chain::make_vector_copies): Detect count register
1665 of a shift instruction. Zero extend count register from QImode
1666 to DImode to satisfy vector shift pattern count operand predicate.
1667 Substitute vector shift count operand with a DImode copy.
1668 (dimode_scalar_chain::convert_reg): Ditto, zero-extend from
1669 vector register.
1670
1671 2017-04-21 Uros Bizjak <ubizjak@gmail.com>
1672
1673 * config/i386/i386.md (*extzvqi_mem_rex64): Move above *extzv<mode>.
1674 Remove UNSPEC_NOREX_MEM tag. Update corresponding peephole2 pattern.
1675 (*insvqi_1_mem_rex64): Move above insv<mode>_1. Remove
1676 UNSPEC_NOREX_MEM tag. Update corresponding peephole2 pattern.
1677 (UNSPEC_NOREX_MEM): Remove definition.
1678
1679 2017-04-21 Richard Biener <rguenther@suse.de>
1680
1681 PR tree-optimization/79547
1682 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
1683 Handle strlen, strcmp, strncmp, strcasecmp, strncasecmp, memcmp,
1684 bcmp, strspn, strcspn, __builtin_object_size and __builtin_constant_p
1685 without any constraints.
1686
1687 2017-04-21 Richard Biener <rguenther@suse.de>
1688
1689 PR tree-optimization/78847
1690 * fold-const.c (split_tree): Handle POINTER_PLUS_EXPR.
1691
1692 2017-04-21 Richard Biener <rguenther@suse.de>
1693
1694 * tree.h (build_qualified_type): Annotate with CXX_MEM_STAT_INFO.
1695 (build_distinct_type_copy): Likewise.
1696 (build_variant_type_copy): Likewise.
1697 * tree.c (build_qualified_type): Pass down mem-stat info.
1698 (build_distinct_type_copy): Likewise.
1699 (build_variant_type_copy): Likewise.
1700
1701 2017-04-21 Richard Biener <rguenther@suse.de>
1702
1703 PR tree-optimization/80237
1704 * tree-ssa-pre.c (find_leader_in_sets): Add third set argument,
1705 defaulted to NULL.
1706 (phi_translate_1): Also allow a leader in AVAIL_OUT of pred
1707 for a simplified result.
1708
1709 2016-04-21 Richard Biener <rguenther@suse.de>
1710
1711 * tree-ssa-loop-ivcanon.c (constant_after_peeling): Do not require
1712 sth as strict as a simple_iv but a chrec without symbols and an
1713 operand defined in the loop we are peeling (and not some subloop).
1714 (propagate_constants_for_unrolling): Propagate all constants.
1715
1716 2017-04-20 Uros Bizjak <ubizjak@gmail.com>
1717
1718 PR target/79804
1719 * config/i386/i386.c (print_reg): Remove assert for disalowed
1720 regno values, call output_operand_lossage instead.
1721
1722 2017-04-20 Uros Bizjak <ubizjak@gmail.com>
1723
1724 PR target/78090
1725 * config/i386/constraints.md (Yc): New register constraint.
1726 * config/i386/i386.md (*float<SWI48:mode><MODEF:mode>2_mixed):
1727 Use Yc constraint for alternative 2 of operand 0. Remove
1728 preferred_for_speed attribute.
1729
1730 2017-04-20 Alexander Monakov <amonakov@ispras.ru>
1731
1732 * omp-low.c (lower_lastprivate_clauses): Correct handling of linear and
1733 lastprivate clauses in SIMT case.
1734
1735 2017-04-20 Volker Reichelt <v.reichelt@netcologne.de>
1736
1737 * doc/invoke.texi (-Wextra-semi): Document new warning option.
1738
1739 2017-04-20 Richard Biener <rguenther@suse.de>
1740
1741 PR tree-optimization/57796
1742 * tree-vect-stmts.c (vect_model_store_cost): Cost scatters
1743 as N scalar stores.
1744 (vect_model_load_cost): Cost gathers as N scalar loads.
1745
1746 2017-04-20 Richard Biener <rguenther@suse.de>
1747
1748 * ggc-page.c (ggc_allocated_p): Rename to ...
1749 (safe_lookup_page_table_entry): ... this and return the lookup
1750 result.
1751 (gt_ggc_m_S): Use safe_lookup_page_table_entry.
1752
1753 2017-04-20 Richard Biener <rguenther@suse.de>
1754
1755 PR tree-optimization/80453
1756 * tree-ssa-sccvn.h (struct vn_phi_s): Add cclhs and ccrhs members.
1757 * tree-ssa-sccvn.c (cond_stmts_equal_p): Use recorded lhs and rhs
1758 from the conditions.
1759 (vn_phi_eq): Pass them down.
1760 (vn_phi_lookup): Record them.
1761 (vn_phi_insert): Likewise.
1762
1763 2017-04-20 Matthew Fortune <matthew.fortune@imgtec.com>
1764
1765 * config/mips/mips.c (mips_expand_vec_perm_const): Re-fix
1766 uninitialized variable warning to avoid buffer overrun.
1767
1768 2017-04-20 Alexander Monakov <amonakov@ispras.ru>
1769
1770 PR other/71250
1771 * doc/invoke.texi (-Wmissing-field-initializers): Mention that warning
1772 is suppressed for '{ 0 }' in C.
1773
1774 2017-04-20 Jakub Jelinek <jakub@redhat.com>
1775
1776 * BASE-VER: Set to 8.0.0.
1777
1778 2017-04-20 Thomas Preud'homme <thomas.preudhomme@arm.com>
1779
1780 * config/arm/arm.c (arm_elf_asm_cdtor): Create non-default
1781 priority .init_array and .fini_array section with SECTION_NOTYPE
1782 flag.
1783
1784 2017-04-20 Jakub Jelinek <jakub@redhat.com>
1785
1786 PR middle-end/80423
1787 * tree.h (build_array_type): Add typeless_storage default argument.
1788 * tree.c (type_cache_hasher::equal): Also compare
1789 TYPE_TYPELESS_STORAGE flag for ARRAY_TYPEs.
1790 (build_array_type): Add typeless_storage argument, set
1791 TYPE_TYPELESS_STORAGE to it, if shared also hash it, and pass to
1792 recursive call.
1793 (build_nonshared_array_type): Adjust build_array_type_1 caller.
1794 (build_array_type): Likewise. Add typeless_storage argument.
1795
1796 2017-04-19 Eric Botcazou <ebotcazou@adacore.com>
1797 Jakub Jelinek <jakub@redhat.com>
1798
1799 PR tree-optimization/80426
1800 * tree-vrp.c (extract_range_from_binary_expr_1): For an additive
1801 operation on symbolic operands, also compute the overflow for the
1802 invariant part when the operation degenerates into a negation.
1803
1804 2017-04-19 Jakub Jelinek <jakub@redhat.com>
1805
1806 PR debug/80461
1807 * dwarf2out.c (modified_type_die, gen_type_die_with_usage):
1808 Check for t with zero TYPE_QUALS_NO_ADDR_SPACE.
1809
1810 PR debug/80436
1811 * tree-ssa-loop-manip.c (find_uses_to_rename_def): Ignore debug uses.
1812
1813 2017-04-19 Georg-Johann Lay <avr@gjlay.de>
1814
1815 PR target/80462
1816 * config/avr/avr.c (tree.h): Include it.
1817 (cgraph.h): Include it.
1818 (avr_encode_section_info): Don't warn for uninitialized progmem
1819 variable if it's just an alias.
1820
1821 2017-04-19 Richard Biener <rguenther@suse.de>
1822
1823 PR ipa/65972
1824 * auto-profile.c (afdo_vpt_for_early_inline): Update SSA
1825 when needed by AutoPGO.
1826
1827 2017-04-19 Paulo J. Matos <paulo@matos-sorge.com>
1828
1829 PR lto/50345
1830 * doc/lto.texi: Remove an extra 'that'.
1831
1832 2017-04-19 Segher Boessenkool <segher@kernel.crashing.org>
1833
1834 PR rtl-optimization/80429
1835 * ira.c (split_live_ranges_for_shrink_wrap): Don't split regs that
1836 are only used in debug insns.
1837
1838 2017-04-19 Eric Botcazou <ebotcazou@adacore.com>
1839 Vladimir Makarov <vmakarov@redhat.com>
1840
1841 * config/sparc/predicates.md (input_operand): Add comment. Return
1842 true for any memory operand when LRA is in progress.
1843 * config/sparc/sparc.c (sparc_expand_move): Minor formatting fix.
1844
1845 2017-04-18 Jeff Law <law@redhat.com>
1846
1847 PR target/74563
1848 * mips.md ({return,simple_return}_internal): Do not overwrite
1849 operands[0].
1850
1851 2017-04-18 Jakub Jelinek <jakub@redhat.com>
1852
1853 PR tree-optimization/80443
1854 * tree-vrp.c (intersect_ranges): For signed 1-bit precision type,
1855 instead of adding 1, subtract -1 and similarly instead of subtracting
1856 1 add -1.
1857
1858 2017-04-18 Richard Sandiford <richard.sandiford@arm.com>
1859
1860 PR rtl-optimization/80357
1861 * haifa-sched.c (tmp_bitmap): New variable.
1862 (model_recompute): Handle duplicate use records.
1863 (alloc_global_sched_pressure_data): Initialize tmp_bitmap.
1864 (free_global_sched_pressure_data): Free it.
1865
1866 2017-04-18 Bernd Edlinger <bernd.edlinger@hotmail.de>
1867
1868 Revert:
1869 2017-02-20 Bernd Edlinger <bernd.edlinger@hotmail.de>
1870 * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
1871 (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
1872 instead of SYSTEM_HEADER_DIR.
1873
1874 2017-04-18 Jeff Law <law@redhat.com>
1875
1876 PR middle-end/80422
1877 * cfgcleanup.c (try_crossjump_to_edge): Verify SRC1 and SRC2 have
1878 predecessors after walking up the insn chain.
1879
1880 2017-04-18 Jakub Jelinek <jakub@redhat.com>
1881
1882 PR debug/80263
1883 * dwarf2out.c (modified_type_die): Try harder not to emit internal
1884 sizetype type into debug info.
1885
1886 2017-04-18 Michael Meissner <meissner@linux.vnet.ibm.com>
1887
1888 PR target/80099
1889 * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Eliminate
1890 unneeded test for TARGET_UPPER_REGS_SF.
1891 * config/rs6000/vsx.md (vsx_extract_v4sf_var): Likewise.
1892
1893 2017-04-18 Jakub Jelinek <jakub@redhat.com>
1894
1895 PR sanitizer/80444
1896 * sancov.c (sancov_pass): Use gsi_start_nondebug_after_labels_bb
1897 instead of gsi_after_labels.
1898
1899 2017-04-18 Jeff Law <law@redhat.com>
1900
1901 * regcprop.c (maybe_mode_change): Avoid creating copies of the
1902 stack pointer.
1903
1904 Revert:
1905 2017-04-13 Jeff Law <law@redhat.com>
1906 * config/mips.mips.md (zero_extendsidi2): Do not allow SP to appear
1907 in operands[1] if it is a MEM and TARGET_MIPS16 is active.
1908
1909 2017-04-18 Georg-Johann Lay <avr@gjlay.de>
1910
1911 PR target/79453
1912 * config/avr/avr.c (intl.h): Include it.
1913 (avr_pgm_check_var_decl) [reason]: Wrap diagnostic snippets into _().
1914
1915 2017-04-18 Martin Liska <mliska@suse.cz>
1916
1917 PR gcov-profile/78783
1918 * gcov-tool.c (gcov_output_files): Validate that destination
1919 file is either removed by the tool or by a user.
1920
1921 2017-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1922 Guy Benyei <guybe@mellanox.com>
1923
1924 * config/arc/arc.c (arc_reorg): Move loop_end_id into a more local
1925 block, and do not negate it, the stored id is already negative.
1926
1927 2017-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1928
1929 * config/arc/arc.md (doloop_begin_i): Use @pcl assembler syntax.
1930
1931 2017-04-14 Michael Meissner <meissner@linux.vnet.ibm.com>
1932
1933 PR target/80098
1934 * config/rs6000/rs6000-cpus.def (OTHER_P9_VECTOR_MASKS): Define
1935 masks of options that should be turned off if the VSX vector
1936 options are turned off.
1937 (OTHER_P8_VECTOR_MASKS): Likewise.
1938 (OTHER_VSX_VECTOR_MASKS): Likewise.
1939 * config/rs6000/rs6000.c (rs6000_option_override_internal): Call
1940 rs6000_disable_incompatible_switches to validate no type switches
1941 like -mvsx.
1942 (rs6000_incompatible_switch): New function to disallow turning on
1943 other vector options if -mno-vsx, -mno-power8-vector, or
1944 -mno-power9-vector are specified.
1945
1946 2017-04-14 Claudiu Zissulescu <claziss@synopsys.com>
1947
1948 * config/arc/arc.h (CRT_CALL_STATIC_FUNCTION): Use long calls.
1949
1950 2017-04-14 Claudiu Zissulescu <claziss@synopsys.com>
1951
1952 * config/arc/arc-protos.h (arc_decl_pretend_args): Remove.
1953 * config/arc/arc.c (arc_decl_pretend_args): Likewise.
1954 * config/arc/arc.h (CFA_FRAME_BASE_OFFSET): Likewise.
1955 (ARG_POINTER_CFA_OFFSET): Likewise.
1956
1957 2017-04-14 Claudiu Zissulescu <claziss@synopsys.com>
1958
1959 * config/arc/arc.c (arc_mode_dependent_address_p): Relax
1960 conditions to take advantage of various optimizations.
1961
1962 2017-04-13 Jeff Law <law@redhat.com>
1963
1964 * config/mips.mips.md (zero_extendsidi2): Do not allow SP to appear
1965 in operands[1] if it is a MEM and TARGET_MIPS16 is active.
1966 (zero_extendsidi2_dext): Likewise.
1967
1968 2017-04-13 Jakub Jelinek <jakub@redhat.com>
1969
1970 PR sanitizer/80403
1971 * fold-const.c (fold_ternary_loc): Revert
1972 use op0 instead of fold_convert_loc (loc, type, arg0) part of
1973 2017-04-12 change.
1974
1975 2017-04-13 Vladimir Makarov <vmakarov@redhat.com>
1976
1977 PR rtl-optimization/80343
1978 * lra-remat.c (update_scratch_ops): Assign original hard reg to
1979 new scratch pseudo.
1980
1981 2017-04-13 Denis Khalikov <d.khalikov@partner.samsung.com>
1982
1983 PR sanitizer/80414
1984 * ubsan.c (ubsan_expand_bounds_ifn): Pass original index
1985 to ubsan_encode_value.
1986
1987 2017-04-13 Jeff Law <law@redhat.com>
1988
1989 * reload1.c (eliminate_regs_1): Call gen_rtx_raw_SUBREG for SUBREGs
1990 appearing in DEBUG_INSNs.
1991
1992 2017-04-13 Martin Liska <mliska@suse.cz>
1993
1994 PR gcov-profile/80413
1995 * gcov-io.c (gcov_write_string): Copy to buffer just when
1996 allocated size is greater than zero.
1997
1998 2017-04-13 Jakub Jelinek <jakub@redhat.com>
1999
2000 PR debug/80321
2001 * dwarf2out.c (decls_for_scope): Ignore declarations of
2002 current_function_decl in BLOCK_NONLOCALIZED_VARS.
2003
2004 2017-04-12 Jan Hubicka <hubicka@ucw.cz>
2005
2006 PR lto/69953
2007 * ipa-visibility.c (non_local_p): Fix typos.
2008 (localize_node): When localizing symbol in same comdat group,
2009 dissolve the group only when we know external symbols are going
2010 to be privatized.
2011 (function_and_variable_visibility): Do not localize DECL_EXTERNAL.
2012
2013 2017-04-12 Jakub Jelinek <jakub@redhat.com>
2014
2015 PR tree-optimization/79390
2016 * optabs.c (emit_conditional_move): If the preferred op2/op3 operand
2017 order does not result in usable sequence, retry with reversed operand
2018 order.
2019
2020 PR sanitizer/80403
2021 PR sanitizer/80404
2022 PR sanitizer/80405
2023 * fold-const.c (fold_ternary_loc): Use op1 instead of arg1 as argument
2024 to fold_build2_loc. Convert TREE_OPERAND (tem, 0) to type. Use
2025 op0 instead of fold_convert_loc (loc, type, arg0).
2026
2027 2017-04-12 Jeff Law <law@redhat.com>
2028
2029 * genattrtab.c (write_eligible_delay): Verify DELAY_INSN still
2030 has a delay slot in the generated code.
2031
2032 * config/cris/cris.md (cris_preferred_reload_class): Return
2033 GENNONACR_REGS rather than GENERAL_REGS.
2034
2035 2017-04-12 Jakub Jelinek <jakub@redhat.com>
2036
2037 PR c/80163
2038 * expr.c <CASE_CONVERT>: For EXPAND_INITIALIZER determine SIGN_EXTEND
2039 vs. ZERO_EXTEND based on signedness of treeop0's type rather than
2040 signedness of the result type.
2041
2042 2017-04-12 Richard Biener <rguenther@suse.de>
2043 Jeff Law <law@redhat.com>
2044
2045 PR tree-optimization/80359
2046 * tree-ssa-dse.c (maybe_trim_partially_dead_store): Do not
2047 trim stores to TARGET_MEM_REFs.
2048
2049 2017-04-12 Richard Biener <rguenther@suse.de>
2050
2051 PR tree-optimization/79390
2052 * gimple-ssa-split-paths.c (is_feasible_trace): Restrict
2053 threading case even more.
2054
2055 2017-04-12 Segher Boessenkool <segher@kernel.crashing.org>
2056
2057 PR target/80382
2058 * config/rs6000/sync.md (atomic_load<mode>, atomic_store<mode): Test
2059 for quad_address_p for TImode, instead of just not indexed_address.
2060
2061 2017-04-12 Richard Biener <rguenther@suse.de>
2062 Bernd Edlinger <bernd.edlinger@hotmail.de>
2063
2064 PR middle-end/79671
2065 * alias.c (component_uses_parent_alias_set_from): Handle
2066 TYPE_TYPELESS_STORAGE.
2067 (get_alias_set): Likewise.
2068 * tree-core.h (tree_type_common): Add typeless_storage flag.
2069 * tree.h (TYPE_TYPELESS_STORAGE): New macro.
2070 * stor-layout.c (place_union_field): Set TYPE_TYPELESS_STORAGE
2071 for types containing members with TYPE_TYPELESS_STORAGE.
2072 (place_field): Likewise.
2073 (layout_type): Likewise for ARRAY_TYPE.
2074 * lto-streamer-out.c (hash_tree): Hash TYPE_TYPELESS_STORAGE.
2075 * tree-streamer-in.c (unpack_ts_type_common_value_fields): Stream
2076 TYPE_TYPELESS_STORAGE.
2077 * tree-streamer-out.c (pack_ts_type_common_value_fields): Likewise.
2078
2079 2017-04-12 Jakub Jelinek <jakub@redhat.com>
2080
2081 PR sanitizer/80349
2082 * fold-const.c (fold_binary_loc) <case BIT_IOR_EXPR>: Convert arg0's
2083 first argument to type.
2084
2085 2017-04-11 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2086
2087 PR target/80376
2088 PR target/80315
2089 * config/rs6000/rs6000.c (rs6000_expand_unop_builtin): Return
2090 CONST0_RTX (mode) rather than const0_rtx where appropriate.
2091 (rs6000_expand_binop_builtin): Likewise.
2092 (rs6000_expand_ternop_builtin): Likewise; also add missing
2093 vsx_xxpermdi_* variants; also fix typo (arg1 => arg2) for
2094 vshasigma built-ins.
2095 * doc/extend.texi: Document that vec_xxpermdi's third argument
2096 must be a constant.
2097
2098 2017-04-11 Uros Bizjak <ubizjak@gmail.com>
2099
2100 * config/i386/i386.c (dimode_scalar_chain::compute_convert_gain):
2101 Use shift_const cost parameter when calculating gain of STV shifts.
2102
2103 2017-04-11 Vladimir Makarov <vmakarov@redhat.com>
2104
2105 PR rtl-optimization/70478
2106 * lra-constraints.c (process_alt_operands): Check memory for
2107 disfavoring memory insn operand.
2108
2109 2017-04-11 Jakub Jelinek <jakub@redhat.com>
2110
2111 PR middle-end/80100
2112 * simplify-rtx.c (simplify_binary_operation_1) <case IOR>: Perform
2113 left shift in unsigned HOST_WIDE_INT type.
2114
2115 PR rtl-optimization/80385
2116 * simplify-rtx.c (simplify_unary_operation_1): Don't transform
2117 (not (neg X)) into (plus X -1) for complex or non-integral modes.
2118
2119 PR libgomp/80394
2120 * omp-low.c (scan_omp_task): Don't optimize away empty tasks
2121 if they have any depend clauses.
2122
2123 2017-04-11 Martin Liska <mliska@suse.cz>
2124
2125 PR ipa/80212
2126 * cgraph.c (cgraph_node::dump): Dump calls_comdat_local.
2127 * ipa-split.c (split_function): Create a local comdat symbol
2128 if caller is in a comdat group.
2129
2130 2017-04-11 Martin Liska <mliska@suse.cz>
2131
2132 PR ipa/80212
2133 * ipa-cp.c (determine_versionability): Handle calls_comdat_local
2134 flags.
2135
2136 2017-04-11 Martin Sebor <msebor@redhat.com>
2137
2138 PR middle-end/80364
2139 * gimple-ssa-sprintf.c (get_int_range): Remove second argument and
2140 always use the int type. Use INTEGRAL_TYPE_P() rather than testing
2141 for INTEGER_TYPE.
2142 (directive::set_width, directive::set_precision, format_character):
2143 Adjust.
2144 (parse_directive): Use INTEGRAL_TYPE_P() rather than testing for
2145 INTEGER_TYPE.
2146
2147 2017-04-11 Richard Earnshaw <rearnsha@arm.com>
2148
2149 PR target/80389
2150 * config/arm/arm.c (arm_configure_build_target): When -mcpu and -arch
2151 conflict, set target->arch_name instead of target->cpu_name.
2152
2153 2017-04-11 Richard Biener <rguenther@suse.de>
2154
2155 PR tree-optimization/80374
2156 * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Use
2157 build_zero_cst, remove fold_convertible_p check again.
2158
2159 2017-04-11 Martin Liska <mliska@suse.cz>
2160
2161 PR sanitizer/70878
2162 * ubsan.c (instrument_object_size): Do not instrument register
2163 variables.
2164
2165 2017-04-11 Jakub Jelinek <jakub@redhat.com>
2166
2167 PR target/80381
2168 * config/i386/i386-builtin-types.def
2169 (V16HI_FTYPE_V16HI_INT_V16HI_UHI_COUNT,
2170 V16HI_FTYPE_V16HI_V8HI_V16HI_UHI_COUNT,
2171 V16SI_FTYPE_V16SI_INT_V16SI_UHI_COUNT,
2172 V16SI_FTYPE_V16SI_V4SI_V16SI_UHI_COUNT,
2173 V2DI_FTYPE_V2DI_INT_V2DI_UQI_COUNT,
2174 V2DI_FTYPE_V2DI_V2DI_V2DI_UQI_COUNT,
2175 V32HI_FTYPE_V32HI_INT_V32HI_USI_COUNT,
2176 V32HI_FTYPE_V32HI_V8HI_V32HI_USI_COUNT,
2177 V4DI_FTYPE_V4DI_INT_V4DI_UQI_COUNT,
2178 V4DI_FTYPE_V4DI_V2DI_V4DI_UQI_COUNT,
2179 V4SI_FTYPE_V4SI_INT_V4SI_UQI_COUNT,
2180 V4SI_FTYPE_V4SI_V4SI_V4SI_UQI_COUNT,
2181 V8DI_FTYPE_V8DI_INT_V8DI_UQI_COUNT,
2182 V8DI_FTYPE_V8DI_V2DI_V8DI_UQI_COUNT,
2183 V8HI_FTYPE_V8HI_INT_V8HI_UQI_COUNT,
2184 V8HI_FTYPE_V8HI_V8HI_V8HI_UQI_COUNT,
2185 V8SI_FTYPE_V8SI_INT_V8SI_UQI_COUNT,
2186 V8SI_FTYPE_V8SI_V4SI_V8SI_UQI_COUNT): New function type aliases.
2187 * config/i386/i386-builtin.def (__builtin_ia32_pslld512_mask,
2188 __builtin_ia32_pslldi512_mask, __builtin_ia32_psllq512_mask,
2189 __builtin_ia32_psllqi512_mask, __builtin_ia32_psrad512_mask,
2190 __builtin_ia32_psradi512_mask, __builtin_ia32_psraq512_mask,
2191 __builtin_ia32_psraqi512_mask, __builtin_ia32_psrld512_mask,
2192 __builtin_ia32_psrldi512_mask, __builtin_ia32_psrlq512_mask,
2193 __builtin_ia32_psrlqi512_mask, __builtin_ia32_psllwi128_mask,
2194 __builtin_ia32_pslldi128_mask, __builtin_ia32_psllqi128_mask,
2195 __builtin_ia32_psllw128_mask, __builtin_ia32_pslld128_mask,
2196 __builtin_ia32_psllq128_mask, __builtin_ia32_psllwi256_mask,
2197 __builtin_ia32_psllw256_mask, __builtin_ia32_pslldi256_mask,
2198 __builtin_ia32_pslld256_mask, __builtin_ia32_psllqi256_mask,
2199 __builtin_ia32_psllq256_mask, __builtin_ia32_psradi128_mask,
2200 __builtin_ia32_psrad128_mask, __builtin_ia32_psradi256_mask,
2201 __builtin_ia32_psrad256_mask, __builtin_ia32_psraqi128_mask,
2202 __builtin_ia32_psraq128_mask, __builtin_ia32_psraqi256_mask,
2203 __builtin_ia32_psraq256_mask, __builtin_ia32_psrldi128_mask,
2204 __builtin_ia32_psrld128_mask, __builtin_ia32_psrldi256_mask,
2205 __builtin_ia32_psrld256_mask, __builtin_ia32_psrlqi128_mask,
2206 __builtin_ia32_psrlq128_mask, __builtin_ia32_psrlqi256_mask,
2207 __builtin_ia32_psrlq256_mask, __builtin_ia32_psrawi256_mask,
2208 __builtin_ia32_psraw256_mask, __builtin_ia32_psrawi128_mask,
2209 __builtin_ia32_psraw128_mask, __builtin_ia32_psrlwi256_mask,
2210 __builtin_ia32_psrlw256_mask, __builtin_ia32_psrlwi128_mask,
2211 __builtin_ia32_psrlw128_mask, __builtin_ia32_psllwi512_mask,
2212 __builtin_ia32_psllw512_mask, __builtin_ia32_psrawi512_mask,
2213 __builtin_ia32_psraw512_mask, __builtin_ia32_psrlwi512_mask,
2214 __builtin_ia32_psrlw512_mask): Use _COUNT suffixed function type
2215 aliases.
2216 * config/i386/i386.c (ix86_expand_args_builtin): Rename last_arg_count
2217 flag to second_arg_count, handle 4 argument function type _COUNT
2218 aliases, handle second_arg_count on second argument rather than last.
2219
2220 2017-04-10 Jeff Law <law@redhat.com>
2221
2222 PR tree-optimization/80374
2223 * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Do not try to
2224 record anything if we can not convert integer_zero_node to the
2225 desired type.
2226
2227 2017-04-10 Kelvin Nilsen <kelvin@gcc.gnu.org>
2228
2229 PR target/80108
2230 * config/rs6000/rs6000.c (rs6000_option_override_internal):
2231 Enhance special handling given to the TARGET_P9_MINMAX option in
2232 relation to certain other options.
2233
2234 2017-04-10 Bin Cheng <bin.cheng@arm.com>
2235
2236 PR tree-optimization/80153
2237 * tree-ssa-loop-ivopts.c (add_iv_candidate_for_use): Check and
2238 remove POINTER_PLUS_EXPR's base part directly, rather than through
2239 aff_tree.
2240
2241 2017-04-10 Richard Biener <rguenther@suse.de>
2242 Bin Cheng <bin.cheng@arm.com>
2243
2244 PR tree-optimization/80153
2245 * tree-affine.c (aff_combination_to_tree): Get base pointer from
2246 the first element of pointer type aff_tree. Build result expr in
2247 aff_tree's type.
2248 (add_elt_to_tree): Convert to type unconditionally. Remove other
2249 fold_convert calls.
2250 * tree-ssa-loop-ivopts.c (alloc_iv): Pass in consistent types.
2251 (rewrite_use_nonlinear_expr): Check invariant using iv information.
2252
2253 2017-04-10 Richard Biener <rguenther@suse.de>
2254
2255 * tree-ssa-structalias.c (find_func_aliases): Properly handle
2256 asm inputs.
2257
2258 2017-04-10 Vladimir Makarov <vmakarov@redhat.com>
2259
2260 PR rtl-optimization/70478
2261 * lra-constraints.c (curr_small_class_check): New.
2262 (update_and_check_small_class_inputs): New.
2263 (process_alt_operands): Update curr_small_class_check. Disfavor
2264 alternative insn memory operands. Check available regs for small
2265 class operands.
2266
2267 2017-03-31 Matthew Fortune <matthew.fortune@imgtec.com>
2268
2269 PR target/80057
2270 * config/mips/mips.opt (-mvirt): Update description.
2271 * doc/invoke.texi (-mvirt): Likewise.
2272
2273 2017-04-10 Richard Biener <rguenther@suse.de>
2274
2275 PR middle-end/80362
2276 * fold-const.c (fold_binary_loc): Look at unstripped ops when
2277 looking for NEGATE_EXPR in -A / -B to A / B folding.
2278
2279 2017-04-10 Martin Liska <mliska@suse.cz>
2280
2281 PR gcov-profile/80224
2282 * gcov.c (print_usage): Fix usage string.
2283 (get_gcov_intermediate_filename): Remove.
2284 (output_gcov_file): Use both for normal and intermediate format.
2285 (generate_results): Do not initialize special file for
2286 intermediate format.
2287
2288 2017-04-10 Richard Biener <rguenther@suse.de>
2289
2290 PR tree-optimization/80304
2291 * tree-ssa-loop-im.c (ref_indep_loop_p_1): Also recurse
2292 for safelen.
2293
2294 2017-04-10 Nathan Sidwell <nathan@acm.org>
2295
2296 PR target/79905
2297 * config/rs6000/rs6000.c (rs6000_vector_type): New.
2298 (rs6000_init_builtins): Use it.
2299
2300 2016-04-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2301
2302 * config/arm/arm.md (<mrc>): Add mode to SET source.
2303 (<mrrc>): Likewise.
2304
2305 2017-04-10 Richard Biener <rguenther@suse.de>
2306
2307 PR middle-end/80344
2308 * gimplify.c (is_gimple_mem_rhs_or_call): Allow CLOBBERs.
2309
2310 2017-04-10 Jakub Jelinek <jakub@redhat.com>
2311
2312 PR target/80324
2313 * config/i386/avx512fintrin.h (_mm512_reduce_add_epi32,
2314 _mm512_reduce_mul_epi32, _mm512_reduce_and_epi32,
2315 _mm512_reduce_or_epi32, _mm512_mask_reduce_add_epi32,
2316 _mm512_mask_reduce_mul_epi32, _mm512_mask_reduce_and_epi32,
2317 _mm512_mask_reduce_or_epi32, _mm512_reduce_min_epi32,
2318 _mm512_reduce_max_epi32, _mm512_reduce_min_epu32,
2319 _mm512_reduce_max_epu32, _mm512_mask_reduce_min_epi32,
2320 _mm512_mask_reduce_max_epi32, _mm512_mask_reduce_min_epu32,
2321 _mm512_mask_reduce_max_epu32, _mm512_reduce_add_ps,
2322 _mm512_reduce_mul_ps, _mm512_mask_reduce_add_ps,
2323 _mm512_mask_reduce_mul_ps, _mm512_reduce_min_ps, _mm512_reduce_max_ps,
2324 _mm512_mask_reduce_min_ps, _mm512_mask_reduce_max_ps,
2325 _mm512_reduce_add_epi64, _mm512_reduce_mul_epi64,
2326 _mm512_reduce_and_epi64, _mm512_reduce_or_epi64,
2327 _mm512_mask_reduce_add_epi64, _mm512_mask_reduce_mul_epi64,
2328 _mm512_mask_reduce_and_epi64, _mm512_mask_reduce_or_epi64,
2329 _mm512_reduce_min_epi64, _mm512_reduce_max_epi64,
2330 _mm512_mask_reduce_min_epi64, _mm512_mask_reduce_max_epi64,
2331 _mm512_reduce_min_epu64, _mm512_reduce_max_epu64,
2332 _mm512_mask_reduce_min_epu64, _mm512_mask_reduce_max_epu64,
2333 _mm512_reduce_add_pd, _mm512_reduce_mul_pd, _mm512_mask_reduce_add_pd,
2334 _mm512_mask_reduce_mul_pd, _mm512_reduce_min_pd, _mm512_reduce_max_pd,
2335 _mm512_mask_reduce_min_pd, _mm512_mask_reduce_max_pd): New intrinsics.
2336
2337 2017-04-08 Vladimir Makarov <vmakarov@redhat.com>
2338
2339 PR rtl-optimization/70478
2340 * lra-constraints.c: Reverse the last patch.
2341
2342 2017-04-08 Andreas Tobler <andreast@gcc.gnu.org>
2343
2344 * config/aarch64/aarch64-freebsd.h: Define MCOUNT_NAME.
2345 Add comment for WCHAR_T.
2346
2347 2017-04-08 Martin Liska <mliska@suse.cz>
2348
2349 Revert:
2350 2017-04-07 Martin Liska <mliska@suse.cz>
2351
2352 PR ipa/80212
2353 * ipa-split.c (split_function): Add function part to a same comdat
2354 group.
2355
2356 2017-04-08 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
2357
2358 PR target/80358
2359 * config/rs6000/rs6000.c (expand_block_compare): Fix boundary check.
2360
2361 2017-04-07 Pat Haugen <pthaugen@us.ibm.com>
2362
2363 * rs6000/rs6000.c (vec_load_pendulum): Rename...
2364 (vec_pairing): ...to this.
2365 (power9_sched_reorder2): Rewrite code for pairing vector/vecload insns.
2366 (rs6000_sched_init): Adjust for name change.
2367 (struct rs6000_sched_context): Likewise.
2368 (rs6000_init_sched_context): Likewise.
2369 (rs6000_set_sched_context): Likewise.
2370
2371 2017-04-07 Jakub Jelinek <jakub@redhat.com>
2372
2373 PR target/80322
2374 PR target/80323
2375 PR target/80325
2376 PR target/80326
2377 * config/i386/avxintrin.h (_mm256_cvtsd_f64, _mm256_cvtss_f32): New
2378 intrinsics.
2379 * config/i386/avx512fintrin.h (_mm512_int2mask, _mm512_mask2int,
2380 _mm512_abs_ps, _mm512_mask_abs_ps, _mm512_abs_pd, _mm512_mask_abs_pd,
2381 _mm512_cvtsd_f64, _mm512_cvtss_f32): Likewise.
2382
2383 2017-04-07 Andreas Tobler <andreast@gcc.gnu.org>
2384
2385 * config/aarch64/aarch64-freebsd.h: Define WCHAR_TYPE.
2386
2387 2017-04-07 Vladimir Makarov <vmakarov@redhat.com>
2388
2389 PR rtl-optimization/70703
2390 * ira-color.c (update_conflict_hard_regno_costs): Use
2391 int64_t instead of HOST_WIDE_INT.
2392
2393 2017-04-07 Vladimir Makarov <vmakarov@redhat.com>
2394
2395 PR rtl-optimization/70478
2396 * lra-constraints.c (process_alt_operands): Disfavor alternative
2397 insn memory operands.
2398
2399 2017-04-07 Jeff Law <law@redhat.com>
2400
2401 * config/iq2000/iq2000.c (final_prescan_insn): Do not separate a
2402 CALL and NOTE_INSN_CALL_ARG_LOCATION.
2403
2404 2017-04-07 Martin Liska <mliska@suse.cz>
2405
2406 PR target/79889
2407 * config/aarch64/aarch64.c (aarch64_process_target_attr):
2408 Show error message instead of an ICE.
2409
2410 2017-04-07 Martin Liska <mliska@suse.cz>
2411
2412 PR ipa/80212
2413 * ipa-split.c (split_function): Add function part to a same comdat
2414 group.
2415
2416 2017-04-07 Richard Biener <rguenther@suse.de>
2417
2418 PR middle-end/80341
2419 * tree.c (get_unwidened): Also handle ! for_type case for
2420 INTEGER_CSTs.
2421 * convert.c (do_narrow): Split out from ...
2422 (convert_to_integer_1): ... here. Do not pass final truncation
2423 type to get_unwidened for TRUNC_DIV_EXPR.
2424
2425 2017-04-07 Richard Biener <rguenther@suse.de>
2426
2427 * tree-affine.c (wide_int_ext_for_comb): Take type rather
2428 than aff_tree.
2429 (aff_combination_const): Adjust.
2430 (aff_combination_scale): Likewise.
2431 (aff_combination_add_elt): Likewise.
2432 (aff_combination_add_cst): Likewise.
2433 (aff_combination_convert): Likewise.
2434 (add_elt_to_tree): Likewise. Remove unused argument.
2435 (aff_combination_to_tree): Adjust calls to add_elt_to_tree.
2436
2437 2017-04-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
2438
2439 * config/arm/arm.h (ARM_DEFAULT_SHORT_ENUMS): Provide default
2440 definition.
2441 * config/arm/arm.c (arm_default_short_enums): Use
2442 ARM_DEFAULT_SHORT_ENUMS.
2443 * config/arm/rtems.h (ARM_DEFAULT_SHORT_ENUMS): Define.
2444
2445 2017-04-06 Jakub Jelinek <jakub@redhat.com>
2446
2447 PR debug/80234
2448 * dwarf2out.c (gen_member_die): Handle C++17 inline static data
2449 members with redundant out-of-class redeclaration.
2450
2451 2017-04-06 Uros Bizjak <ubizjak@gmail.com>
2452
2453 PR target/80286
2454 * config/i386/sse.md (*vec_extractv4si_0_zext_sse4): New pattern.
2455 * config/i386/i386.md (*zero_extendsidi2):
2456 Add (?*x,*x) and (?*v,*v) alternatives.
2457
2458 2017-04-06 Uros Bizjak <ubizjak@gmail.com>
2459
2460 PR target/79733
2461 * config/i386/i386.c (ix86_expand_builtin)
2462 <case IX86_BUILTIN_K{,OR}TEST{C,Z}{8,16,32,64}>: Determine insn operand
2463 mode from insn data. Convert operands to insn operand mode.
2464 Copy operands that don't satisfy insn predicate to a register.
2465
2466 2017-04-06 Sam Thursfield <sam.thursfield@codethink.co.uk>
2467
2468 * config/rs6000/x-aix: Increase memory limit for genautomata on AIX.
2469 Update comments.
2470
2471 2017-04-06 Richard Biener <rguenther@suse.de>
2472
2473 PR tree-optimization/80334
2474 * tree-ssa-loop-ivopts.c (rewrite_use_address): Properly
2475 preserve alignment of accesses.
2476
2477 2017-04-06 Richard Biener <rguenther@suse.de>
2478
2479 PR tree-optimization/80262
2480 * tree-sra.c (build_ref_for_offset): Preserve address-space
2481 information.
2482 * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
2483 Drop useless address-space information on MEM_REF offsets.
2484
2485 2017-04-05 Andreas Schwab <schwab@linux-m68k.org>
2486
2487 * builtins.def (BUILT_IN_UPDATE_SETJMP_BUF): Fix type.
2488
2489 2017-04-05 Vladimir Makarov <vmakarov@redhat.com>
2490
2491 PR rtl-optimization/70703
2492 * ira-color.c (update_conflict_hard_regno_costs): Use
2493 HOST_WIDE_INT instead of long.
2494
2495 2017-04-05 Uros Bizjak <ubizjak@gmail.com>
2496
2497 PR target/80298
2498 * config/i386/mmintrin.h: Add -msse target option when __SSE__ is
2499 not defined for x86_64 target. Add -mmmx target option when __SSE2__
2500 is not defined.
2501 * config/i386/mm3dnow.h: Add -msse target when __SSE__ is not defined
2502 for x86_64 target. Handle -m3dnowa option.
2503
2504 2017-04-05 Vladimir Makarov <vmakarov@redhat.com>
2505
2506 PR rtl-optimization/70703
2507 * ira-color.c (update_costs_from_allocno): Use the smallest mode.
2508 (update_conflict_hard_regno_costs): Use long instead of unsigned
2509 arithmetic for cost calculation.
2510
2511 2017-04-05 Jakub Jelinek <jakub@redhat.com>
2512 Bernd Edlinger <bernd.edlinger@hotmail.de>
2513
2514 PR sanitizer/80308
2515 * asan.c (asan_store_shadow_bytes): Fix location of last_chunk_value
2516 for big endian.
2517
2518 2017-04-05 Eric Botcazou <ebotcazou@adacore.com>
2519
2520 PR target/78002
2521 * config/aarch64/aarch64.c (aarch64_emit_probe_stack_range): Replace
2522 ptr_mode with Pmode throughout.
2523 * config/aarch64/aarch64.md (probe_stack_range_<PTR:mode): Rename
2524 into probe_stack_range and use DImode.
2525
2526 2017-04-05 Dominik Vogt <vogt@linux.vnet.ibm.com>
2527
2528 PR target/79890
2529 * config/s390/s390.c (s390_register_info_gprtofpr): Return if
2530 call_eh_return is true.
2531
2532 2017-04-05 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
2533
2534 * config/s390/s390-c.c (s390_resolve_overloaded_builtin):
2535 Initialize last_match_fntype_index.
2536
2537 2017-04-05 Jakub Jelinek <jakub@redhat.com>
2538
2539 PR target/80310
2540 * tree-nvr.c: Include internal-fn.h.
2541 (pass_return_slot::execute): Ignore internal calls without
2542 direct optab.
2543
2544 2017-04-04 Jakub Jelinek <jakub@redhat.com>
2545 Richard Biener <rguenther@suse.de>
2546
2547 PR c++/80297
2548 * genmatch.c (capture::gen_transform): For GENERIC unshare_expr
2549 captures used multiple times, except for the last use.
2550 * generic-match-head.c: Include gimplify.h.
2551
2552 2017-04-04 Jakub Jelinek <jakub@redhat.com>
2553
2554 PR tree-optimization/79390
2555 * target.h (struct noce_if_info): Declare.
2556 * targhooks.h (default_noce_conversion_profitable_p): Declare.
2557 * target.def (noce_conversion_profitable_p): New target hook.
2558 * ifcvt.h (struct noce_if_info): New type, moved from ...
2559 * ifcvt.c (struct noce_if_info): ... here.
2560 (noce_conversion_profitable_p): Renamed to ...
2561 (default_noce_conversion_profitable_p): ... this. No longer
2562 static nor inline.
2563 (noce_try_store_flag_constants, noce_try_addcc,
2564 noce_try_store_flag_mask, noce_try_cmove, noce_try_cmove_arith,
2565 noce_convert_multiple_sets): Use targetm.noce_conversion_profitable_p
2566 instead of noce_conversion_profitable_p.
2567 * config/i386/i386.c: Include ifcvt.h.
2568 (ix86_option_override_internal): Don't override
2569 PARAM_MAX_RTL_IF_CONVERSION_INSNS default.
2570 (ix86_noce_conversion_profitable_p): New function.
2571 (TARGET_NOCE_CONVERSION_PROFITABLE_P): Redefine.
2572 * config/i386/x86-tune.def (X86_TUNE_ONE_IF_CONV_INSN): Adjust comment.
2573 * doc/tm.texi.in (TARGET_NOCE_CONVERSION_PROFITABLE_P): Add.
2574 * doc/tm.texi: Regenerated.
2575
2576 2017-04-04 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2577
2578 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Grammar
2579 correction.
2580
2581 2017-04-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
2582
2583 PR target/80307
2584 * config/arm/arm.c (thumb1_rtx_costs): Give a cost of 32
2585 instructions for small multiply cores.
2586
2587 2017-04-04 Jeff Law <law@redhat.com>
2588
2589 * config/mips/mips.c (mips_multi_add): Zero initialize the newly
2590 added member.
2591 (mips_expand_vec_perm_const): Initialize elements in orig_perm
2592 that are not set by the loop over the elements.
2593
2594 2017-04-04 Jakub Jelinek <jakub@redhat.com>
2595
2596 PR target/80286
2597 * config/i386/i386.c (ix86_expand_args_builtin): If op has scalar
2598 int mode, convert_modes it to mode as unsigned, otherwise use
2599 lowpart_subreg to mode rather than SImode.
2600 * config/i386/sse.md (<mask_codefor>ashr<mode>3<mask_name>,
2601 ashr<mode>3, ashr<mode>3<mask_name>, <shift_insn><mode>3<mask_name>):
2602 Use DImode instead of SImode for the shift count operand.
2603 * config/i386/mmx.md (mmx_ashr<mode>3, mmx_<shift_insn><mode>3):
2604 Likewise.
2605
2606 2017-04-04 Richard Biener <rguenther@suse.de>
2607
2608 PR middle-end/80281
2609 * match.pd (A + (-B) -> A - B): Make sure to preserve unsigned
2610 arithmetic done for the negate or the plus. Simplify.
2611 (A - (-B) -> A + B): Likewise.
2612 * fold-const.c (split_tree): Make sure to not negate pointers.
2613
2614 2017-04-04 Segher Boessenkool <segher@kernel.crashing.org>
2615
2616 PR rtl-optimization/60818
2617 * simplify-rtx.c (simplify_binary_operation_1): Do not replace
2618 a compare of comparisons with the thing compared if this results
2619 in a different machine mode.
2620
2621 2017-04-03 Jonathan Wakely <jwakely@redhat.com>
2622
2623 * alias.c (base_alias_check): Fix typo in comment.
2624 * cgraph.h (class ipa_polymorphic_call_context): Likewise.
2625 * cgraphunit.c (symbol_table::compile): Likewise.
2626 * collect2.c (maybe_run_lto_and_relink): Likewise.
2627 * config/arm/arm.c (arm_thumb1_mi_thunk): Likewise.
2628 * config/avr/avr-arch.h (avr_arch_info_t): Likewise.
2629 * config/avr/avr.c (avr_map_op_t): Likewise.
2630 * config/cr16/cr16.h (DATA_ALIGNMENT): Likewise.
2631 * config/epiphany/epiphany.c (TARGET_ARG_PARTIAL_BYTES): Likewise.
2632 * config/epiphany/epiphany.md (movcc): Likewise.
2633 * config/i386/i386.c (legitimize_pe_coff_extern_decl): Likewise.
2634 * config/m68k/m68k.c (struct _sched_ib, m68k_sched_variable_issue):
2635 Likewise.
2636 * config/mips/mips.c (mips_save_restore_reg): Likewise.
2637 * config/rx/rx.c (rx_is_restricted_memory_address): Likewise.
2638 * config/s390/s390.c (Z10_EARLYLOAD_DISTANCE): Likewise.
2639 * config/sh/sh.c (sh_rtx_costs): Likewise.
2640 * fold-const.c (fold_truth_andor): Likewise.
2641 * genautomata.c (collapse_flag): Likewise.
2642 * gengtype.h (struct type::u::s): Likewise.
2643 * gensupport.c (has_subst_attribute, add_mnemonic_string): Likewise.
2644 * input.c (FORMAT_AMOUNT): Likewise.
2645 * ipa-cp.c (class ipcp_lattice, agg_replacements_to_vector)
2646 (known_aggs_to_agg_replacement_list): Likewise.
2647 * ipa-inline-analysis.c: Likewise.
2648 * ipa-inline.h (estimate_edge_time, estimate_edge_hints): Likewise.
2649 * ipa-polymorphic-call.c
2650 (ipa_polymorphic_call_context::restrict_to_inner_class): Likewise.
2651 * loop-unroll.c (analyze_insn_to_expand_var): Likewise.
2652 * lra.c (lra_optional_reload_pseudos, lra_subreg_reload_pseudos):
2653 Likewise.
2654 * modulo-sched.c (apply_reg_moves): Likewise.
2655 * omp-expand.c (build_omp_regions_1): Likewise.
2656 * trans-mem.c (struct tm_wrapper_hasher): Likewise.
2657 * tree-ssa-loop-ivopts.c (may_eliminate_iv): Likewise.
2658 * tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Likewise.
2659 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
2660 * value-prof.c: Likewise.
2661 * var-tracking.c (val_reset): Likewise.
2662
2663 2017-04-03 Richard Biener <rguenther@suse.de>
2664
2665 PR tree-optimization/80275
2666 * fold-const.c (split_address_to_core_and_offset): Handle
2667 POINTER_PLUS_EXPR.
2668
2669 2017-04-03 Eric Botcazou <ebotcazou@adacore.com>
2670
2671 * tree-nested.c (get_descriptor_type): Make sure that the alignment of
2672 descriptors is at least equal to that of functions.
2673
2674 2017-04-02 Uros Bizjak <ubizjak@gmail.com>
2675
2676 * config/i386/sse.md (movdi_to_sse): Add missing DONE.
2677
2678 2017-04-02 Uros Bizjak <ubizjak@gmail.com>
2679
2680 PR target/80250
2681 * config/i386/sse.md (mov<IMOD4:mode>): Remove insn pattern.
2682 (mov<IMOD4:mode>): New expander.
2683 (*mov<IMOD4:mode>_internal): New insn and split pattern.
2684
2685 2017-03-31 Segher Boessenkool <segher@kernel.crashing.org>
2686
2687 PR rtl-optimization/79405
2688 * fwprop.c (propagations_left): New variable.
2689 (forward_propagate_into): Decrement it.
2690 (fwprop_init): Initialize it.
2691 (fw_prop): If the variable has reached zero, stop propagating.
2692 (fwprop_addr): Ditto.
2693
2694 2017-03-31 Jakub Jelinek <jakub@redhat.com>
2695
2696 PR debug/79255
2697 * dwarf2out.c (decls_for_scope): If BLOCK_NONLOCALIZED_VAR is
2698 a FUNCTION_DECL, pass it as decl instead of origin to
2699 process_scope_var.
2700
2701 2017-03-31 Alexander Monakov <amonakov@ispras.ru>
2702
2703 * config/nvptx/nvptx.c (nvptx_output_softstack_switch): Correct format
2704 string.
2705
2706 2017-03-31 Pat Haugen <pthaugen@us.ibm.com>
2707
2708 PR target/80107
2709 * config/rs6000/rs6000.md (extendhi<mode>2): Add test for
2710 TARGET_VSX_SMALL_INTEGER.
2711
2712 2017-03-31 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2713
2714 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
2715 reference to the OpenPOWER 64-Bit ELF V2 ABI Specification.
2716
2717 2017-03-31 Matthew Fortune <matthew.fortune@imgtec.com>
2718
2719 * config/mips/mips-msa.md (msa_vec_extract_<msafmt_f>): Update
2720 extraction from odd-numbered MSA register.
2721
2722 2017-03-31 Jakub Jelinek <jakub@redhat.com>
2723
2724 PR middle-end/80173
2725 * expmed.c (store_bit_field_1): Don't attempt to create
2726 a word subreg out of hard registers wider than word if they
2727 have HARD_REGNO_NREGS of 1 for their mode.
2728
2729 PR middle-end/80163
2730 * varasm.c (initializer_constant_valid_p_1): Disallow sign-extending
2731 conversions to integer types wider than word and pointer.
2732
2733 PR debug/80025
2734 * cselib.h (rtx_equal_for_cselib_1): Add depth argument.
2735 (rtx_equal_for_cselib_p): Pass 0 to it.
2736 * cselib.c (cselib_hasher::equal): Likewise.
2737 (rtx_equal_for_cselib_1): Add depth argument. If depth
2738 is 128, don't look up VALUE locs and punt. Increment
2739 depth in recursive calls when walking VALUE locs.
2740
2741 2017-03-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
2742
2743 * gcov.c (md5sum_to_hex): Fix output of MD5 hex bytes.
2744 (make_gcov_file_name): Use the canonical path name for generating
2745 the MD5 value.
2746 (read_line): Fix handling of files with ascii null bytes.
2747
2748 2017-03-30 Matthew Fortune <matthew.fortune@imgtec.com>
2749
2750 * config/mips/mips.c (mips_expand_vector_init): Create a const_vector
2751 to initialise a vector register instead
2752 of using a const_int.
2753
2754 2017-03-30 Jakub Jelinek <jakub@redhat.com>
2755
2756 PR translation/80189
2757 * gimplify.c (omp_default_clause): Use %qs instead of %s in
2758 diagnostic messages.
2759
2760 2017-03-30 Peter Bergner <bergner@vnet.ibm.com>
2761
2762 PR target/80246
2763 * config/rs6000/dfp.md (dfp_dxex_<mode>): Update mode of operand 0.
2764 (dfp_diex_<mode>): Update mode of operand 1.
2765 * doc/extend.texi (dxex, dxexq): Document change to return type.
2766 (diex, diexq): Document change to argument type.
2767
2768 2017-03-30 Martin Jambor <mjambor@suse.cz>
2769
2770 PR ipa/77333
2771 * cgraph.h (cgraph_build_function_type_skip_args): Declare.
2772 * cgraph.c (redirect_call_stmt_to_callee): Set gimple fntype so that
2773 it reflects the signature changes performed at the callee side.
2774 * cgraphclones.c (build_function_type_skip_args): Make public, renamed
2775 to cgraph_build_function_type_skip_args.
2776 (build_function_decl_skip_args): Adjust call to the above function.
2777
2778 2017-03-30 Jakub Jelinek <jakub@redhat.com>
2779
2780 PR target/80206
2781 * config/i386/sse.md
2782 (<extract_type>_vextract<shuffletype><extract_suf>_mask): Use
2783 register as dest whenever it is a MEM not rtx_equal_p to the
2784 corresponding dup operand, and when forcing into reg move the
2785 reg into the memory afterwards.
2786 (<extract_type_2>_vextract<shuffletype><extract_suf_2>_mask):
2787 Likewise. Use <ssehalfvecmode> instead of <ssequartermode>
2788 for the force_reg mode.
2789 (avx512vl_vextractf128<mode>): Use register as dest either
2790 always when a MEM, or when it is a MEM not rtx_equal_p to the
2791 corresponding dup operand, or even not when it is a CONST_VECTOR
2792 depending on the mode and lo vs. hi.
2793 (avx512dq_vextract<shuffletype>64x2_1_maskm): Remove extraneous
2794 parens.
2795 (avx512f_vextract<shuffletype>32x4_1_maskm): Likewise.
2796 (<mask_codefor>avx512dq_vextract<shuffletype>64x2_1<mask_name>):
2797 Likewise. Require that operands[2] is even.
2798 (<mask_codefor>avx512f_vextract<shuffletype>32x4_1<mask_name>):
2799 Remove extraneous parens. Require that operands[2] is a multiple
2800 of 4.
2801 (vec_extract_lo_<mode><mask_name>): Don't bother testing if
2802 operands[0] is a MEM if <mask_applied>, the predicates/constraints
2803 disallow memory then.
2804
2805 2017-03-30 Richard Biener <rguenther@suse.de>
2806
2807 PR tree-optimization/77498
2808 * tree-ssa-pre.c (phi_translate_1): Do not allow simplifications
2809 to non-constants over backedges.
2810
2811 2017-03-29 Segher Boessenkool <segher@kernel.crashing.org>
2812
2813 PR rtl-optimization/80233
2814 * combine.c (combine_instructions): Only take NONDEBUG_INSN_P insns
2815 as last_combined_insn. Do not test for BARRIER_P separately.
2816
2817 2017-03-29 Andreas Schwab <schwab@suse.de>
2818
2819 PR ada/80146
2820 * calls.c (prepare_call_address): Convert funexp to Pmode before
2821 copying to temp reg.
2822
2823 2017-03-29 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2824
2825 PR tree-optimization/80158
2826 * gimple-ssa-strength-reduction.c (replace_mult_candidate):
2827 Handle possible future case of more than one alternate
2828 interpretation.
2829 (replace_rhs_if_not_dup): Likewise.
2830 (replace_one_candidate): Likewise.
2831
2832 2017-03-28 Vladimir Makarov <vmakarov@redhat.com>
2833
2834 PR rtl-optimization/80193
2835 * ira.c (ira): Do not check allocation for LRA.
2836
2837 2017-03-28 Alexander Monakov <amonakov@ispras.ru>
2838
2839 * config/nvptx/nvptx-protos.h (nvptx_output_simt_enter): Declare.
2840 (nvptx_output_simt_exit): Declare.
2841 * config/nvptx/nvptx.c (nvptx_init_unisimt_predicate): Use
2842 cfun->machine->unisimt_location. Handle NULL unisimt_predicate.
2843 (init_softstack_frame): Move initialization of crtl->is_leaf to...
2844 (nvptx_declare_function_name): ...here. Emit declaration of local
2845 memory space buffer for omp_simt_enter insn.
2846 (nvptx_output_unisimt_switch): New.
2847 (nvptx_output_softstack_switch): New.
2848 (nvptx_output_simt_enter): New.
2849 (nvptx_output_simt_exit): New.
2850 * config/nvptx/nvptx.h (struct machine_function): New fields
2851 has_simtreg, unisimt_location, simt_stack_size, simt_stack_align.
2852 * config/nvptx/nvptx.md (UNSPECV_SIMT_ENTER): New unspec.
2853 (UNSPECV_SIMT_EXIT): Ditto.
2854 (omp_simt_enter_insn): New insn.
2855 (omp_simt_enter): New expansion.
2856 (omp_simt_exit): New insn.
2857 * config/nvptx/nvptx.opt (msoft-stack-reserve-local): New option.
2858
2859 * internal-fn.c (expand_GOMP_SIMT_ENTER): New.
2860 (expand_GOMP_SIMT_ENTER_ALLOC): New.
2861 (expand_GOMP_SIMT_EXIT): New.
2862 * internal-fn.def (GOMP_SIMT_ENTER): New internal function.
2863 (GOMP_SIMT_ENTER_ALLOC): Ditto.
2864 (GOMP_SIMT_EXIT): Ditto.
2865 * target-insns.def (omp_simt_enter): New insn.
2866 (omp_simt_exit): Ditto.
2867 * omp-low.c (struct omplow_simd_context): New fields simt_eargs,
2868 simt_dlist.
2869 (lower_rec_simd_input_clauses): Implement SIMT privatization.
2870 (lower_rec_input_clauses): Likewise.
2871 (lower_lastprivate_clauses): Handle SIMT privatization.
2872
2873 * omp-offload.c: Include langhooks.h, tree-nested.h, stor-layout.h.
2874 (ompdevlow_adjust_simt_enter): New.
2875 (find_simtpriv_var_op): New.
2876 (execute_omp_device_lower): Handle IFN_GOMP_SIMT_ENTER,
2877 IFN_GOMP_SIMT_ENTER_ALLOC, IFN_GOMP_SIMT_EXIT.
2878
2879 * tree-inline.h (struct copy_body_data): New field dst_simt_vars.
2880 * tree-inline.c (expand_call_inline): Handle SIMT privatization.
2881 (copy_decl_for_dup_finish): Ditto.
2882
2883 * tree-ssa.c (execute_update_addresses_taken): Handle GOMP_SIMT_ENTER.
2884
2885 2017-03-28 Uros Bizjak <ubizjak@gmail.com>
2886
2887 PR target/53383
2888 * config/i386/i386.c (ix86_option_override_internal): Always
2889 allow -mpreferred-stack-boundary=3 for 64-bit targets.
2890
2891 2017-03-28 Bin Cheng <bin.cheng@arm.com>
2892
2893 * tree-vect-loop.c (optimize_mask_stores): Add bb to the right loop.
2894
2895 2017-03-28 Bin Cheng <bin.cheng@arm.com>
2896
2897 * tree-vect-loop-manip.c (slpeel_add_loop_guard): New param and
2898 mark new edge's irreducible flag accordign to it.
2899 (vect_do_peeling): Check loop preheader edge's irreducible flag
2900 and pass it to function slpeel_add_loop_guard.
2901
2902 2017-03-28 Richard Sandiford <richard.sandiford@arm.com>
2903
2904 PR tree-optimization/80218
2905 * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
2906 Update block frequencies and counts.
2907
2908 2017-03-28 Richard Biener <rguenther@suse.de>
2909
2910 PR tree-optimization/78644
2911 * tree-ssa-ccp.c (evaluate_stmt): When we may not use the value
2912 of a simplification result we may not use it at all.
2913
2914 2017-03-28 Richard Biener <rguenther@suse.de>
2915
2916 PR ipa/80205
2917 * tree-inline.c (copy_phis_for_bb): Do not create PHI node
2918 without arguments, generate default definition of a SSA name.
2919
2920 2017-03-28 Richard Biener <rguenther@suse.de>
2921
2922 PR middle-end/80222
2923 * gimple-fold.c (gimple_fold_indirect_ref): Do not touch
2924 TYPE_REF_CAN_ALIAS_ALL references.
2925 * fold-const.c (fold_indirect_ref_1): Likewise.
2926
2927 2017-03-28 Martin Liska <mliska@suse.cz>
2928
2929 PR ipa/80104
2930 * cgraphunit.c (cgraph_node::expand_thunk): Mark argument of a
2931 thunk call as DECL_GIMPLE_REG_P when vector or complex type.
2932
2933 2017-03-28 Claudiu Zissulescu <claziss@synopsys.com>
2934 Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2935
2936 * config/arc/arc.h (CPP_SPEC): Add subtarget_cpp_spec.
2937 (EXTRA_SPECS): Define.
2938 (SUBTARGET_EXTRA_SPECS): Likewise.
2939 (SUBTARGET_CPP_SPEC): Likewise.
2940 * config/arc/elf.h (EXTRA_SPECS): Renamed to
2941 SUBTARGET_EXTRA_SPECS.
2942 * config/arc/linux.h (SUBTARGET_CPP_SPEC): Define.
2943
2944 2017-03-28 Claudiu Zissulescu <claziss@synopsys.com>
2945
2946 * config/arc/simdext.md (vst64_insn): Update pattern.
2947 (vld32wh_insn): Likewise.
2948 (vld32wl_insn): Likewise.
2949 (vld64_insn): Likewise.
2950 (vld32_insn): Likewise.
2951
2952 2017-03-28 Marek Polacek <polacek@redhat.com>
2953
2954 PR sanitizer/80067
2955 * fold-const.c (fold_comparison): Use protected_set_expr_location
2956 instead of SET_EXPR_LOCATION.
2957
2958 2017-03-28 Markus Trippelsdorf <markus@trippelsdorf.de>
2959
2960 * tree.c (add_expr): Avoid name lookup warning.
2961
2962 2017-03-27 Jeff Law <law@redhat.com>
2963
2964 PR tree-optimization/80216
2965 * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Fix typo in
2966 function name. Limit recursion depth.
2967 (record_temporary_equivalences): Corresponding changes.
2968
2969 2017-03-27 Jonathan Wakely <jwakely@redhat.com>
2970
2971 * doc/invoke.texi (-Wno-narrowing): Reorder so default behavior is
2972 covered first.
2973
2974 2017-03-27 Jakub Jelinek <jakub@redhat.com>
2975
2976 PR target/80102
2977 * reg-notes.def (REG_CFA_NOTE): Define. Use it for CFA related
2978 notes.
2979 * cfgcleanup.c (reg_note_cfa_p): New array.
2980 (insns_have_identical_cfa_notes): New function.
2981 (old_insns_match_p): Don't cross-jump in between /f
2982 and non-/f instructions. If both i1 and i2 are frame related,
2983 verify all CFA notes, their order and content.
2984
2985 2017-03-27 Michael Meissner <meissner@linux.vnet.ibm.com>
2986
2987 PR target/78543
2988 * config/rs6000/rs6000.md (bswaphi2_extenddi): Combine bswap
2989 HImode and SImode with zero extend to DImode to one insn.
2990 (bswap<mode>2_extenddi): Likewise.
2991 (bswapsi2_extenddi): Likewise.
2992 (bswaphi2_extendsi): Likewise.
2993 (bswaphi2): Combine bswap HImode and SImode into one insn.
2994 Separate memory insns from swapping register.
2995 (bswapsi2): Likewise.
2996 (bswap<mode>2): Likewise.
2997 (bswaphi2_internal): Delete, no longer used.
2998 (bswapsi2_internal): Likewise.
2999 (bswap<mode>2_load): Split bswap HImode/SImode into separate load,
3000 store, and gpr<-gpr swap insns.
3001 (bswap<mode>2_store): Likewise.
3002 (bswaphi2_reg): Register only splitter, combine with the splitter.
3003 (bswaphi2 splitter): Likewise.
3004 (bswapsi2_reg): Likewise.
3005 (bswapsi2 splitter): Likewise.
3006 (bswapdi2): If we have the LDBRX and STDBRX instructions, split
3007 the insns into load, store, and register/register insns.
3008 (bswapdi2_ldbrx): Likewise.
3009 (bswapdi2_load): Likewise.
3010 (bswapdi2_store): Likewise.
3011 (bswapdi2_reg): Likewise.
3012
3013 2017-03-27 Gunther Nikl <gnikl@users.sourceforge.net>
3014
3015 * system.h (HAVE_DESIGNATED_INITIALIZERS): Fix non C++ case.
3016 (HAVE_DESIGNATED_UNION_INITIALIZERS): Likewise.
3017
3018 2017-03-27 Kelvin Nilsen <kelvin@gcc.gnu.org>
3019
3020 PR target/80103
3021 * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Edit and
3022 add comments.
3023 * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
3024 special handling for target option conflicts between dform
3025 options (-mpower9-dform, -mpower9-dform-vector,
3026 -mpower9-dform-scalar) and -mno-direct-move.
3027
3028 2017-03-27 Richard Biener <rguenther@suse.de>
3029
3030 PR tree-optimization/80181
3031 * tree-ssa-ccp.c (likely_value): UNDEFINED ^ X is UNDEFINED.
3032
3033 2017-03-27 Claudiu Zissulescu <claziss@synopsys.com>
3034
3035 * config/arc/predicates.md (move_double_src_operand): Replace the
3036 call to move_double_src_operand with a call to address_operand.
3037
3038 2017-03-27 Claudiu Zissulescu <claziss@synopsys.com>
3039
3040 * config/arc/elf.h (ARGET_ARC_TP_REGNO_DEFAULT): Define.
3041 * config/arc/linux.h (ARGET_ARC_TP_REGNO_DEFAULT): Likewise.
3042 * config/arc/arc.opt (mtp-regno): Use ARGET_ARC_TP_REGNO_DEFAULT.
3043
3044 2017-03-27 Claudiu Zissulescu <claziss@synopsys.com>
3045
3046 * config/arc/predicates.md (long_immediate_loadstore_operand):
3047 Consider scaled addresses cases.
3048
3049 2017-03-27 Claudiu Zissulescu <claziss@synopsys.com>
3050
3051 * config/arc/arc.c (arc_epilogue_uses): BLINK should be also
3052 restored when in interrupt.
3053 * config/arc/arc.md (simple_return): ARCv2 rtie instruction
3054 doesn't have delay slot.
3055
3056 2017-03-27 Richard Biener <rguenther@suse.de>
3057
3058 PR ipa/79776
3059 * tree-ssa-structalias.c (associate_varinfo_to_alias): Skip
3060 inlined thunk clones.
3061
3062 2017-03-27 Jakub Jelinek <jakub@redhat.com>
3063
3064 PR sanitizer/80168
3065 * asan.c (instrument_derefs): Copy over last operand from
3066 original COMPONENT_REF to the new COMPONENT_REF with
3067 DECL_BIT_FIELD_REPRESENTATIVE.
3068 * ubsan.c (instrument_object_size): Likewise.
3069
3070 2017-03-27 Richard Biener <rguenther@suse.de>
3071
3072 PR tree-optimization/80170
3073 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Make
3074 sure DR/SCEV didnt fold in constants we do not see when looking
3075 at the reference base alignment.
3076
3077 2017-03-27 Richard Biener <rguenther@suse.de>
3078
3079 PR middle-end/80171
3080 * gimple-fold.c (fold_ctor_reference): Properly guard against
3081 NULL return value from canonicalize_constructor_val.
3082
3083 2017-03-25 Uros Bizjak <ubizjak@gmail.com>
3084
3085 PR target/80180
3086 * config/i386/i386.c (ix86_expand_builtin)
3087 <IX86_BUILTIN_RDSEED{16,32,64}_STEP>: Do not expand arg0 between
3088 flags reg setting and flags reg using instructions.
3089 <IX86_BUILTIN_RDRAND{16,32,64}_STEP>: Ditto. Use non-flags reg
3090 clobbering instructions to zero extend op2.
3091
3092 2017-03-25 Gerald Pfeifer <gerald@pfeifer.com>
3093
3094 * doc/install.texi (Configuration) <--with-aix-soname>:
3095 Update link to AIX ld.
3096
3097 2017-03-25 Bernd Schmidt <bschmidt@redhat.com>
3098
3099 PR rtl-optimization/80160
3100 PR rtl-optimization/80159
3101 * lra-assigns.c (must_not_spill_p): Tighten new test to also take
3102 reg_alternate_class into account.
3103
3104 2017-03-24 Vladimir Makarov <vmakarov@redhat.com>
3105
3106 PR target/80148
3107 * lra-assigns.c (assign_by_spills): Add spilled non-reload pseudos
3108 to consider in curr_insn_transform.
3109
3110 2017-03-24 Jakub Jelinek <jakub@redhat.com>
3111
3112 * genrecog.c (validate_pattern): Add VEC_SELECT validation.
3113 * genmodes.c (emit_min_insn_modes_c): Call emit_mode_nunits
3114 and emit_mode_inner.
3115
3116 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
3117
3118 * config/s390/s390-builtins.def: Add VXE builtins. Add a flags
3119 argument to the overloaded builtin variants. Use the new flag to
3120 deprecate certain builtin variants.
3121 * config/s390/s390-builtin-types.def: Add new builtin types.
3122 * config/s390/s390-builtins.h: Support new flags field for
3123 overloaded builtins.
3124 * config/s390/s390-c.c (OB_DEF_VAR): New flags field.
3125 (s390_macro_to_expand): Enable vector float data type.
3126 (s390_cpu_cpp_builtins_internal): Indicate support of the new
3127 builtins by incrementing the __VEC__ version number.
3128 (s390_expand_overloaded_builtin): Support expansion of vec_xl and
3129 vec_xst.
3130 (s390_resolve_overloaded_builtin): Emit error messages depending
3131 on the builtin flags.
3132 * config/s390/s390.c (s390_expand_builtin): Support additional
3133 flags argument. Change error message to match the messages
3134 emitted in s390-c.c.
3135 * config/s390/s390.md: New UNSPEC_* constants.
3136 (op_type): Add new instruction types.
3137 * config/s390/vecintrin.h: Add new builtins and test data class
3138 constants.
3139 * config/s390/vx-builtins.md (V_HW_32_64): Add V4SF.
3140 (V_HW_4, VEC_HW, VECF_HW): New mode iterators.
3141 (VEC_INEXACT, VEC_NOINEXACT): New constants.
3142 ("vec_splats<mode>", "vec_insert<mode>", "vec_promote<mode>")
3143 ("vec_insert_and_zero<mode>", "vec_mergeh<mode>")
3144 ("vec_mergel<mode>"): V_HW -> VEC_HW.
3145
3146 ("vlrlrv16qi", "vstrlrv16qi", "vbpermv16qi", "vec_msumv2di")
3147 ("vmslg", "*vftci<mode>_cconly", "vftci<mode>_intcconly")
3148 ("*vftci<mode>", "vftci<mode>_intcc", "vec_double_s64")
3149 ("vec_double_u64", "vfmin<mode>", "vfmax<mode>"): New definition.
3150
3151 ("and_av2df3", "and_cv2df3", "vec_andc_av2df3")
3152 ("vec_andc_cv2df3", "xor_av2df3", "xor_cv2df3", "vec_nor_av2df3")
3153 ("vec_nor_cv2df3", "ior_av2df3", "ior_cv2df3", "vec_nabs")
3154 ("*vftcidb", "*vftcidb_cconly", "vftcidb"): Remove definition.
3155
3156 ("vec_all_<fpcmpcc:code>v2df", "vec_any_<fpcmpcc:code>v2df")
3157 ("vec_scatter_elementv4si_DI", "vec_cmp<fpcmp:code>v2df")
3158 ("vec_di_to_df_s64", "vec_di_to_df_u64", "vec_df_to_di_u64")
3159 ("vfidb", "*vldeb", "*vledb", "*vec_cmp<insn_cmp>v2df_cconly")
3160 ("vec_cmpeqv2df_cc", "vec_cmpeqv2df_cc", "vec_cmphv2df_cc")
3161 ("vec_cmphev2df_cc", "*vec_cmpeqv2df_cc")
3162 ("*vec_cmphv2df_cc", "*vec_cmphev2df_cc"): Enable new modes as ...
3163
3164 ("vec_all_<fpcmpcc:code><mode>", "vec_any_<fpcmpcc:code><mode>")
3165 ("vec_scatter_element<V_HW_4:mode>_DI")
3166 ("vec_cmp<fpcmp:code><mode>", "vcdgb", "vcdlgb", "vclgdb")
3167 ("vec_fpint<mode>", "vflls")
3168 ("vflrd", "*vec_cmp<insn_cmp><mode>_cconly", "vec_cmpeq<mode>_cc")
3169 ("vec_cmpeq<mode>_cc", "vec_cmph<mode>_cc", "vec_cmphe<mode>_cc")
3170 ("*vec_cmpeq<mode>_cc", "*vec_cmph<mode>_cc")
3171 ("*vec_cmphe<mode>_cc"): ... these.
3172
3173 ("vec_ctd_s64", "vec_ctsl", "vec_ctul", "vec_st2f"): Use rounding
3174 mode constant instead of magic value.
3175
3176 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
3177
3178 * config/s390/s390.c (s390_expand_vec_compare): Support other
3179 vector floating point modes than just V2DF.
3180 (s390_expand_vcond): Likewise.
3181 (s390_hard_regno_mode_ok): Allow SFmode values in VRs.
3182 (s390_cannot_change_mode_class): Prevent mode changes between TF
3183 and V1TF in vector registers.
3184 * config/s390/s390.md (DF, SF): New mode attributes.
3185 ("*cmp<mode>_ccs", "add<mode>3", "sub<mode>3", "mul<mode>3")
3186 ("fma<mode>4", "fms<mode>4", "div<mode>3", "*neg<mode>2"): Add
3187 SFmode support for VRs.
3188 * config/s390/vector.md (V_HW, V_HW2, VT_HW, ti*, nonvec): Add new
3189 vector fp modes.
3190 (VFT, VF_HW): New mode iterators.
3191 (vw, sdx): New mode attributes.
3192 ("addv2df3", "subv2df3", "mulv2df3", "divv2df3", "sqrtv2df2")
3193 ("fmav2df4","fmsv2df4", "negv2df2", "absv2df2", "*negabsv2df2")
3194 ("smaxv2df3", "sminv2df3", "*vec_cmp<VFCMP_HW_OP:code>v2df_nocc")
3195 ("vec_cmpuneqv2df", "vec_cmpltgtv2df", "vec_orderedv2df")
3196 ("vec_unorderedv2df"): Adjust the v2df only patterns to support
3197 also the new vector floating point modes. Renaming to ...
3198
3199 ("add<mode>3", "sub<mode>3", "mul<mode>3", "div<mode>3")
3200 ("sqrt<mode>2", "fma<mode>4", "fms<mode>4", "neg<mode>2")
3201 ("abs<mode>2", "negabs<mode>2", "smax<mode>3")
3202 ("smin<mode>3", "*vec_cmp<VFCMP_HW_OP:code><mode>_nocc")
3203 ("vec_cmpuneq<mode>", "vec_cmpltgt<mode>", "vec_ordered<mode>")
3204 ("vec_unordered<mode>"): ... these.
3205
3206 ("neg_fma<mode>4", "neg_fms<mode>4", "*smax<mode>3_vxe")
3207 ("*smin<mode>3_vxe", "*sminv2df3_vx", "*vec_extendv4sf")
3208 ("*vec_extendv2df"): New insn definitions.
3209
3210 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
3211
3212 * config/s390/s390.md ("*adddi3_sign", "*subdi3_sign", "mulditi3")
3213 ("mulditi3_2", "*muldi3_sign"): New patterns.
3214 ("muldi3", "*muldi3", "mulsi3", "*mulsi3"): Add an expander and
3215 rename the pattern definition.
3216
3217 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
3218
3219 * config/s390/s390.md ("indirect_jump"): Turn insn definition into
3220 expander.
3221 ("*indirect_jump", "*indirect2_jump"): New pattern definitions.
3222
3223 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
3224
3225 * config/s390/s390.c (s390_expand_vec_init): Use vllezl
3226 instruction if possible.
3227 * config/s390/vector.md (vec_halfnumelts): New mode
3228 attribute.
3229 ("*vec_vllezlf<mode>"): New pattern.
3230
3231 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
3232
3233 * config/s390/vector.md ("popcountv16qi2", "popcountv8hi2")
3234 ("popcountv4si2", "popcountv2di2"): Rename to ...
3235 ("popcount<mode>2", "popcountv8hi2_vx", "popcountv4si2_vx")
3236 ("popcountv2di2_vx"): ... these and add !TARGET_VXE to the
3237 condition.
3238 ("popcount<mode>2_vxe"): New pattern.
3239
3240 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
3241
3242 * common/config/s390/s390-common.c (processor_flags_table): Add
3243 arch12.
3244 * config.gcc: Add arch12.
3245 * config/s390/driver-native.c (s390_host_detect_local_cpu):
3246 Default to arch12 for unknown CPU model numbers.
3247 * config/s390/s390-builtins.def: Add B_VXE builtin flag.
3248 * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Adjust
3249 PROCESSOR_max sanity check.
3250 * config/s390/s390-opts.h (enum processor_type): Add
3251 PROCESSOR_ARCH12.
3252 * config/s390/s390.c (processor_table): Add arch12.
3253 (s390_expand_builtin): Add check for B_VXE flag.
3254 (s390_issue_rate): Add PROCESSOR_ARCH12.
3255 (s390_get_sched_attrmask): Likewise.
3256 (s390_get_unit_mask): Likewise.
3257 (s390_sched_score): Enable z13 scheduling for arch12.
3258 (s390_sched_reorder): Likewise.
3259 (s390_sched_variable_issue): Likewise.
3260 * config/s390/s390.h (enum processor_flags): Add PF_ARCH12 and
3261 PF_VXE.
3262 (s390_tune_attr): Use z13 scheduling also for arch12.
3263 (TARGET_CPU_ARCH12, TARGET_CPU_ARCH12_P, TARGET_CPU_VXE)
3264 (TARGET_CPU_VXE_P, TARGET_ARCH12, TARGET_ARCH12_P, TARGET_VXE)
3265 (TARGET_VXE_P): New macros.
3266 * config/s390/s390.md: Add arch12 to cpu attribute. Add arch12
3267 and vxe to cpu_facility. Add arch12 and vxe to enabled attribute.
3268 * config/s390/s390.opt: Add arch12 as processor_type.
3269
3270 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
3271
3272 * config/s390/s390.md
3273 ("fixuns_truncdddi2", "fixuns_trunctddi2")
3274 ("fixuns_trunc<BFP:mode><GPR:mode>2"): Merge into ...
3275 ("fixuns_trunc<FP:mode><GPR:mode>2"): New expander.
3276
3277 ("fixuns_trunc<BFP:mode><GPR:mode>2", "fixuns_trunc<mode>si2"):
3278 Rename expanders to ...
3279
3280 ("fixuns_trunc<BFP:mode><GPR:mode>2_emu")
3281 ("fixuns_truncdddi2_emu"): ... these.
3282
3283 ("fixuns_trunc<mode>si2_emu"): New expander.
3284
3285 ("*fixuns_truncdfdi2_z13"): Rename to ...
3286 ("*fixuns_truncdfdi2_vx"): ... this.
3287
3288 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
3289
3290 * config/s390/2964.md: Remove the single element vector compare
3291 instructions which are no longer used.
3292 * config/s390/s390.c (s390_select_ccmode): Remove handling of
3293 vector CCmodes.
3294 (s390_canonicalize_comparison): Remove handling of DFmode
3295 compares.
3296 (s390_expand_vec_compare_scalar): Remove function.
3297 (s390_emit_compare): Don't call s390_expand_vec_compare_scalar.
3298 * config/s390/s390.md ("*vec_cmp<insn_cmp>df_cconly"): Remove
3299 pattern.
3300 ("*cmp<mode>_ccs"): Add wfcdb instruction.
3301
3302 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
3303
3304 * config/s390/s390.md ("mov<mode>_64dfp" DD_DF): Use vleig for loading a
3305 FP zero.
3306 ("*mov<mode>_64" DD_DF): Remove the vector instructions. These
3307 will anyway by matched by mov<mode>_64dfp.
3308
3309 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
3310
3311 * config/s390/s390.md ("mov<mode>" SD_SF): Change vleg/vsteg to
3312 vlef/vstef. Add missing operand to vleif.
3313
3314 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
3315
3316 * config/s390/s390.c (s390_expand_vec_init): Enable vector load
3317 pair for all vector types with 64 bit elements.
3318 * config/s390/vx-builtins.md (V_HW_64): Move mode iterator to ...
3319 * config/s390/vector.md (V_HW_64): ... here.
3320 (V_128_NOSINGLE): New mode iterator.
3321 ("vec_init<V_HW:mode>"): Use V_128 as mode iterator.
3322 ("*vec_splat<mode>"): Use V_128_NOSINGLE mode iterator.
3323 ("*vec_tf_to_v1tf", "*vec_ti_to_v1ti"): New pattern definitions.
3324 ("*vec_load_pairv2di"): Change to ...
3325 ("*vec_load_pair<mode>"): ... this one.
3326
3327 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
3328
3329 * config/s390/constraints.md: Add comments.
3330 (jKK): Reject element sizes > 8 bytes.
3331 * config/s390/s390.c (s390_split_ok_p): Enable splitting also for
3332 s_operands.
3333 * config/s390/s390.md: Add the s_operand checks formerly in
3334 s390_split_ok_p to various splitters where they are still
3335 required.
3336 * config/s390/vector.md ("mov<mode>" V_128): Add GPR alternatives
3337 for 128 bit vectors. Plus two splitters.
3338
3339 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
3340
3341 * config/s390/s390.md: Rename the cpu facilty vec to vx throughout
3342 the file.
3343
3344 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
3345
3346 PR target/79893
3347 * config/s390/s390-c.c (s390_adjust_builtin_arglist): Issue an
3348 error if the boundary argument is not constant.
3349
3350 2017-03-24 Jakub Jelinek <jakub@redhat.com>
3351
3352 PR rtl-optimization/80112
3353 * loop-doloop.c (doloop_condition_get): Don't check condition
3354 if cmp isn't SET with IF_THEN_ELSE src.
3355
3356 2017-03-24 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3357
3358 PR tree-optimization/80158
3359 * gimple-ssa-strength-reduction.c (replace_mult_candidate): When
3360 replacing a candidate statement, also replace it for the
3361 candidate's alternate interpretation.
3362 (replace_rhs_if_not_dup): Likewise.
3363 (replace_one_candidate): Likewise.
3364
3365 2017-03-24 Richard Biener <rguenther@suse.de>
3366
3367 PR tree-optimization/80167
3368 * graphite-isl-ast-to-gimple.c
3369 (translate_isl_ast_to_gimple::is_valid_rename): Handle default-defs
3370 properly.
3371 (translate_isl_ast_to_gimple::get_rename): Likewise.
3372
3373 2017-03-23 Kelvin Nilsen <kelvin@gcc.gnu.org>
3374
3375 * config/rs6000/rs6000.c (rs6000_option_override_internal): Change
3376 handling of certain combinations of target options, including the
3377 combinations -mpower8-vector vs. -mno-vsx, -mpower9-vector vs.
3378 -mno-power8-vector, and -mpower9_dform vs. -mno-power9-vector.
3379
3380 2017-03-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3381
3382 PR target/71436
3383 * config/arm/arm.md (*load_multiple): Add reload_completed to
3384 matching condition.
3385
3386 2017-03-23 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3387 Richard Biener <rguenth@suse.de>
3388
3389 PR tree-optimization/79908
3390 PR tree-optimization/80136
3391 * tree-stdarg.c (expand_ifn_va_arg_1): For a VA_ARG whose LHS has
3392 been cast away, gimplify_and_add suffices.
3393
3394 2017-03-23 Markus Trippelsdorf <markus@trippelsdorf.de>
3395
3396 * tree-vrp.c (identify_jump_threads): Delete avail_exprs.
3397
3398 2017-03-23 Richard Biener <rguenther@suse.de>
3399
3400 PR tree-optimization/80032
3401 * gimplify.c (gimple_push_cleanup): Forced unconditional
3402 cleanups still have to go to the conditional_cleanups
3403 sequence.
3404
3405 2017-03-22 Jakub Jelinek <jakub@redhat.com>
3406
3407 PR tree-optimization/80072
3408 * tree-ssa-reassoc.c (struct operand_entry): Change id field type
3409 to unsigned int.
3410 (next_operand_entry_id): Change type to unsigned int.
3411 (sort_by_operand_rank): Make sure to return the right return value
3412 even if unsigned fields are bigger than INT_MAX.
3413 (struct oecount): Change cnt and id type to unsigned int.
3414 (oecount_hasher::equal): Formatting fix.
3415 (oecount_cmp): Make sure to return the right return value
3416 even if unsigned fields are bigger than INT_MAX.
3417 (undistribute_ops_list): Change next_oecount_id type to unsigned int.
3418
3419 PR c++/80129
3420 * gimplify.c (gimplify_modify_expr_rhs) <case COND_EXPR>: Clear
3421 TREE_READONLY on result if writing it more than once.
3422
3423 PR sanitizer/80110
3424 * doc/invoke.texi (-fsanitize=thread): Document that with
3425 -fnon-call-exceptions atomics are not able to throw
3426 exceptions.
3427
3428 PR sanitizer/80110
3429 * tsan.c: Include tree-eh.h.
3430 (instrument_builtin_call): Call maybe_clean_eh_stmt or
3431 maybe_clean_or_replace_eh_stmt where needed.
3432 (instrument_memory_accesses): Add cfg_changed argument.
3433 Call gimple_purge_dead_eh_edges on each block and set *cfg_changed
3434 if it returned true.
3435 (tsan_pass): Adjust caller. Return TODO_cleanup_cfg if cfg_changed.
3436
3437 PR rtl-optimization/63191
3438 * config/i386/i386.c (ix86_delegitimize_address): Turn into small
3439 wrapper function, moved the whole old content into ...
3440 (ix86_delegitimize_address_1): ... this. New inline function.
3441 (ix86_find_base_term): Use ix86_delegitimize_address_1 with
3442 true as last argument instead of ix86_delegitimize_address.
3443
3444 2017-03-22 Wilco Dijkstra <wdijkstr@arm.com>
3445
3446 * config/aarch64/aarch64.c (generic_branch_cost): Copy
3447 cortexa57_branch_cost.
3448
3449 2017-03-22 Wilco Dijkstra <wdijkstr@arm.com>
3450
3451 * config/aarch64/aarch64.c (generic_tunings): Add AES fusion.
3452
3453 2017-03-21 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
3454
3455 PR target/80123
3456 * doc/md.texi (Constraints): Document wA constraint.
3457 * config/rs6000/constraints.md (wA): New.
3458 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add wA reg_class.
3459 (rs6000_init_hard_regno_mode_ok): Init wA constraint.
3460 * config/rs6000/rs6000.h (RS6000_CONSTRAINT_wA): New.
3461 * config/rs6000/vsx.md (vsx_splat_<mode>): Use wA constraint.
3462
3463 2017-03-22 Cesar Philippidis <cesar@codesourcery.com>
3464
3465 PR c++/80029
3466 * gimplify.c (is_oacc_declared): New function.
3467 (oacc_default_clause): Use it to set default flags for acc declared
3468 variables inside parallel regions.
3469 (gimplify_scan_omp_clauses): Strip firstprivate pointers for acc
3470 declared variables.
3471 (gimplify_oacc_declare): Gimplify the declare clauses. Add the
3472 declare attribute to any decl as necessary.
3473
3474 2017-03-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
3475
3476 PR target/80082
3477 * config/arm/arm-isa.h (isa_bit_lpae): New feature bit.
3478 (ISA_ARMv7ve): Add isa_bit_lpae to the definition.
3479 * config/arm/arm-protos.h (arm_arch7ve): Rename into ...
3480 (arm_arch_lpae): This.
3481 * config/arm/arm.c (arm_arch7ve): Rename into ...
3482 (arm_arch_lpae): This. Define it in term of isa_bit_lpae.
3483 * config/arm/arm.h (TARGET_HAVE_LPAE): Redefine in term of
3484 arm_arch_lpae.
3485
3486 2017-03-22 Martin Liska <mliska@suse.cz>
3487
3488 PR target/79906
3489 * config/rs6000/rs6000.c (rs6000_inner_target_options): Show
3490 error message instead of an ICE.
3491
3492 2017-03-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3493
3494 * doc/extend.texi (6.11 Additional Floating Types): Revise.
3495
3496 2017-03-21 Kelvin Nilsen <kelvin@gcc.gnu.org>
3497
3498 * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Add
3499 comments.
3500 * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
3501 comments.
3502
3503 2017-03-21 Martin Sebor <msebor@redhat.com>
3504
3505 * doc/extend.texi: Use "cannot" instead of "can't."
3506 * doc/hostconfig.texi: Same.
3507 * doc/install.texi: Same.
3508 * doc/invoke.texi: Same.
3509 * doc/loop.texi: Same.
3510 * doc/md.texi: Same.
3511 * doc/objc.texi: Same.
3512 * doc/rtl.texi: Same.
3513 * doc/tm.texi: Same.
3514 * doc/tm.texi.in: Same.
3515 * doc/trouble.texi: Same.
3516
3517 2017-03-21 Alexandre Oliva <aoliva@redhat.com>
3518
3519 PR debug/63238
3520 * dwarf2out.c (struct checksum_attributes): Add at_alignment.
3521 (collect_checksum_attributes): Set it.
3522 (die_checksum_ordered): Use it.
3523
3524 2017-03-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3525
3526 PR tree-optimization/79908
3527 * tree-stdarg.c (expand_ifn_va_arg_1): Revert the following
3528 change: For a VA_ARG whose LHS has been cast away, use
3529 force_gimple_operand to construct the side effects.
3530
3531 2017-03-21 David Malcolm <dmalcolm@redhat.com>
3532
3533 PR translation/80001
3534 * omp-offload.c (oacc_loop_fixed_partitions): Make diagnostics
3535 more amenable to translation.
3536 (oacc_loop_auto_partitions): Likewise.
3537
3538 2017-03-21 Marek Polacek <polacek@redhat.com>
3539 Martin Sebor <msebor@redhat.com>
3540
3541 PR tree-optimization/80109
3542 * gimple-ssa-warn-alloca.c (alloca_call_type): Only call get_range_info
3543 on INTEGRAL_TYPE_P.
3544
3545 2017-03-21 Jakub Jelinek <jakub@redhat.com>
3546 Segher Boessenkool <segher@kernel.crashing.org>
3547
3548 PR target/80125
3549 * combine.c (can_combine_p): Revert the 2017-03-20 change, only
3550 check reg_used_between_p between insn and one of succ or succ2
3551 depending on if succ is artificial insn not inserted into insn
3552 stream.
3553
3554 2017-03-21 Martin Liska <mliska@suse.cz>
3555
3556 PR gcov-profile/80081
3557 * Makefile.in: Add gcov-dump and fix installation of gcov-tool.
3558 * doc/gcc.texi: Include gcov-dump stuff.
3559 * doc/gcov-dump.texi: New file.
3560
3561 2017-03-21 Toma Tabacu <toma.tabacu@imgtec.com>
3562
3563 PR rtl-optimization/79150
3564 * config/mips/mips.c (mips_block_move_loop): Emit a NOP after the
3565 conditional jump, if the jump is the last insn of the loop.
3566
3567 2017-03-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3568 Richard Biener <rguenth@suse.de>
3569
3570 PR tree-optimization/79908
3571 * tree-stdarg.c (expand_ifn_va_arg_1): For a VA_ARG whose LHS has
3572 been cast away, use force_gimple_operand to construct the side
3573 effects.
3574
3575 2017-03-21 Martin Liska <mliska@suse.cz>
3576
3577 PR libfortran/79956
3578 * simplify-rtx.c (simplify_immed_subreg): Initialize a variable
3579 to NULL.
3580
3581 2017-03-21 Brad Spengler <spender@grsecurity.net>
3582
3583 PR plugins/80094
3584 * plugin.c (htab_hash_plugin): New function.
3585 (add_new_plugin): Use it and adjust.
3586 (parse_plugin_arg_opt): Adjust.
3587 (init_one_plugin): Likewise.
3588
3589 2017-03-21 Richard Biener <rguenther@suse.de>
3590
3591 PR tree-optimization/80032
3592 * gimplify.c (gimple_push_cleanup): Add force_uncond parameter,
3593 if set force the cleanup to happen unconditionally.
3594 (gimplify_target_expr): Push inserted clobbers with force_uncond
3595 to avoid them being removed by control-dependent DCE.
3596
3597 2017-03-21 Richard Biener <rguenther@suse.de>
3598
3599 PR tree-optimization/80122
3600 * tree-inline.c (copy_bb): Do not expans va-arg packs or
3601 va_arg_pack_len when the inlined call stmt requires pack
3602 expansion itself.
3603 * tree-inline.h (struct copy_body_data): Make call_stmt a gcall *.
3604
3605 2017-03-21 Jakub Jelinek <jakub@redhat.com>
3606
3607 PR sanitizer/78158
3608 * tsan.c (instrument_builtin_call): If the memory model argument
3609 is not a constant, assume it is valid.
3610
3611 PR c/67338
3612 * fold-const.c (round_up_loc): Negate divisor in unsigned type to
3613 avoid UB.
3614
3615 2017-03-20 Segher Boessenkool <segher@kernel.crashing.org>
3616
3617 PR rtl-optimization/79910
3618 * combine.c (can_combine_p): Do not allow combining an I0 or I1
3619 if its dest is used by an insn before I2 (other than the combined
3620 insns themselves, which are properly handled already).
3621
3622 2017-03-20 Segher Boessenkool <segher@kernel.crashing.org>
3623
3624 Revert:
3625 2017-03-17 Bernd Schmidt <bschmidt@redhat.com>
3626
3627 * combine.c (record_used_regs): New static function.
3628 (try_combine): Handle situations where there is an additional
3629 instruction between I2 and I3 which needs to have a LOG_LINK
3630 updated.
3631
3632 Revert:
3633 2017-03-17 Jim Wilson <jim.wilson@linaro.org>
3634
3635 * combine.c (try_combine): Delete redundant i1 test. Call
3636 prev_nonnote_nondebug_insn instead of prev_nonnote_insn.
3637
3638 2017-03-20 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
3639
3640 PR target/80083
3641 * config/rs6000/rs6000.md (*movsi_internal1): Fix constraints for
3642 alternatives 13/14.
3643
3644 2017-03-20 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3645
3646 PR tree-optimization/80054
3647 * gimple-ssa-strength-reduction.c (all_phi_incrs_profitable): Fail
3648 the optimization if a PHI or any of its arguments is not dominated
3649 by the candidate's basis. Use gphi* rather than gimple* as
3650 appropriate.
3651 (replace_profitable_candidates): Clean up a gimple* variable that
3652 should be a gphi* variable.
3653
3654 2017-03-20 Martin Sebor <msebor@redhat.com>
3655
3656 PR c++/52477
3657 * doc/extend.texi (attribute constructor): Document present limitation.
3658
3659 2017-03-20 Kelvin Nilsen <kelvin@gcc.gnu.org>
3660
3661 PR target/79963
3662 * config/rs6000/altivec.h (vec_all_ne): Under __cplusplus__ and
3663 __POWER9_VECTOR__ #ifdef control, change template definition to
3664 use Power9-specific built-in function.
3665 (vec_any_eq): Likewise.
3666 * config/rs6000/vector.md (vector_ae_v2di_p): Change the flag used
3667 to control outcomes from this test.
3668 (vector_ae_<mode>p): For VEC_F modes, likewise.
3669
3670 2017-03-20 Ian Lance Taylor <iant@google.com>
3671
3672 * config/i386/i386.c (ix86_function_regparm): Save an extra
3673 register for -fsplit-stack with DECL_STATIC_CHAIN.
3674
3675 2017-03-17 Palmer Dabbelt <palmer@dabbelt.com>
3676
3677 PR target/79912
3678 * config/riscv/riscv.c (riscv_preferred_reload_class): Remove.
3679 (TARGET_PREFERRED_RELOAD_CLASS): Likewise.
3680
3681 2017-03-17 Palmer Dabbelt <palmer@dabbelt.com>
3682
3683 * config/riscv/riscv.c (riscv_print_operand): Use "fence
3684 iorw,ow".
3685 * config/riscv/sync.mc (mem_thread_fence_1): Use "fence
3686 iorw,iorw".
3687
3688 2017-03-20 Marek Polacek <polacek@redhat.com>
3689
3690 PR sanitizer/80063
3691 * asan.c (DEF_SANITIZER_BUILTIN): Use do { } while (0).
3692
3693 2017-03-20 Richard Biener <rguenther@suse.de>
3694
3695 PR tree-optimization/80113
3696 * graphite-isl-ast-to-gimple.c (copy_loop_phi_nodes): Do not
3697 allocate extra SSA name for PHI def.
3698 (add_close_phis_to_outer_loops): Likewise.
3699 (add_close_phis_to_merge_points): Likewise.
3700 (copy_loop_close_phi_args): Likewise.
3701 (copy_cond_phi_nodes): Likewise.
3702
3703 2017-03-20 Martin Liska <mliska@suse.cz>
3704
3705 PR middle-end/79753
3706 * tree-chkp.c (chkp_build_returned_bound): Do not build
3707 returned bounds for a LHS that's not a BOUNDED_P type.
3708
3709 2017-03-20 Martin Liska <mliska@suse.cz>
3710
3711 PR target/79769
3712 PR target/79770
3713 * tree-chkp.c (chkp_find_bounds_1): Handle REAL_CST,
3714 COMPLEX_CST and VECTOR_CST.
3715
3716 2017-03-20 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
3717
3718 PR target/78857
3719 * config/s390/s390.md ("cmp<mode>_ccs_0"): Add a clobber of the
3720 target operand. A new splitter adds the clobber statement in case
3721 the target operand is dead anyway.
3722
3723 2017-03-19 Gerald Pfeifer <gerald@pfeifer.com>
3724
3725 * doc/install.texi (Specific) <sparc-*-linux*>: No longer refer
3726 to age-old versions of binutils and glibc.
3727
3728 2017-03-18 Segher Boessenkool <segher@kernel.crashing.org>
3729
3730 * doc/contrib.texi (Contributors): Remove duplicate entry for myself.
3731
3732 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
3733
3734 * doc/contrib.texi (Contributors): Add Segher Boessenkool.
3735
3736 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
3737
3738 * doc/install.texi (Specific) <arm-*-eabi>: Remove old
3739 requirement for binutils 2.13.
3740
3741 2017-03-17 Jim Wilson <jim.wilson@linaro.org>
3742
3743 * combine.c (try_combine): Delete redundant i1 test. Call
3744 prev_nonnote_nondebug_insn instead of prev_nonnote_insn.
3745
3746 2017-03-17 Palmer Dabbelt <palmer@dabbelt.com
3747
3748 * doc/install.texi (Specific) <riscv32-*-elf>: Add riscv32-*-elf,
3749 riscv32-*-linux, riscv64-*-elf, riscv64-*-linux to the table of
3750 contents.
3751 <riscv64-*-elf>: Re-arrange section
3752 <riscv32-*-elf>: Add a note about requiring binutils 2.28.
3753 <riscv32-*-linux>: Likewise.
3754 <riscv64-*-elf>: Likewise
3755 <riscv64-*-linux>: Likewise.
3756
3757 2017-03-17 Richard Earnshaw <rearnsha@arm.com>
3758
3759 PR target/80052
3760 * aarch64.opt(verbose-cost-dump): Fix typo.
3761
3762 2017-03-17 Pat Haugen <pthaugen@us.ibm.com>
3763
3764 PR target/79951
3765 * config/rs6000/rs6000.md (copysign<mode>3_fcpsgn): Test
3766 for VECTOR_UNIT_VSX_P (<MODE>mode) too.
3767
3768 2017-03-17 Bernd Schmidt <bschmidt@redhat.com>
3769
3770 * reload.c (find_reloads): When reloading a nonoffsettable address,
3771 use RELOAD_OTHER for it and its address reloads.
3772
3773 PR rtl-optimization/79910
3774 * combine.c (record_used_regs): New static function.
3775 (try_combine): Handle situations where there is an additional
3776 instruction between I2 and I3 which needs to have a LOG_LINK
3777 updated.
3778
3779 2017-03-17 Jeff Law <law@redhat.com>
3780
3781 PR tree-optimization/71437
3782 * tree-vrp.c (simplify_stmt_for_jump_threading): Lookup the
3783 conditional in the hash table first.
3784 (vrp_dom_walker::before_dom_children): Extract condition from
3785 ASSERT_EXPR. Record condition, its inverion and any implied
3786 conditions as well.
3787
3788 2017-03-17 Marek Polacek <polacek@redhat.com>
3789 Markus Trippelsdorf <markus@trippelsdorf.de>
3790
3791 PR tree-optimization/80079
3792 * gimple-ssa-store-merging.c (class pass_store_merging): Initialize
3793 m_stores_head.
3794
3795 2017-03-17 Richard Biener <rguenther@suse.de>
3796
3797 PR middle-end/80075
3798 * tree-eh.c (stmt_could_throw_1_p): Only handle gimple assigns.
3799 Properly verify the LHS before the RHS possibly claims to be
3800 handled.
3801 (stmt_could_throw_p): Hande gimple conds fully here. Clobbers
3802 do not throw.
3803
3804 2017-03-17 Martin Jambor <mjambor@suse.cz>
3805
3806 * doc/invoke.texi (Option Options): Include -fipa-vrp in the list.
3807 (List of -O2 options): Likewise.
3808 (-fipa-bit-cp): Replace "ipa" with "interprocedural."
3809 (-fipa-vrp) New.
3810
3811 2017-03-17 Tom de Vries <tom@codesourcery.com>
3812
3813 * gcov-dump.c (print_usage): Print bug_report_url.
3814
3815 2017-03-17 Richard Biener <rguenther@suse.de>
3816
3817 PR middle-end/80050
3818 * genmatch.c (parser::next): Remove pointless check for CPP_EOF.
3819 (parser::peek): Likewise.
3820
3821 2017-03-17 Richard Biener <rguenther@suse.de>
3822
3823 PR tree-optimization/80048
3824 * sese.c (free_sese_info): Properly release rename_map and
3825 copied_bb_map elements.
3826
3827 2017-03-16 Alexandre Oliva <aoliva@redhat.com>
3828
3829 * gimple-ssa-store-merging.c (struct imm_store_chain_info):
3830 Add linked-list forward and backlinks. Insert on
3831 construction, remove on destruction.
3832 (class pass_store_merging): Add m_stores_head field.
3833 (pass_store_merging::terminate_and_process_all_chains):
3834 Iterate over m_stores_head list.
3835 (pass_store_merging::terminate_all_aliasing_chains):
3836 Likewise.
3837 (pass_store_merging::execute): Check for debug stmts first.
3838 Push new chains onto the m_stores_head stack.
3839
3840 2017-03-16 Michael Meissner <meissner@linux.vnet.ibm.com>
3841
3842 PR target/71294
3843 * config/rs6000/vsx.md (vsx_splat_<mode>, VSX_D iterator): Allow a
3844 SPLAT operation on ISA 2.07 64-bit systems that have direct move,
3845 but no MTVSRDD support, by doing MTVSRD and XXPERMDI.
3846
3847 2017-03-16 Jeff Law <law@redhat.com>
3848
3849 PR tree-optimization/71437
3850 * tree-ssa-dom.c (dom_opt_dom_walker): Remove thread_across_edge
3851 member function. Implementation moved into after_dom_children
3852 member function and into the threader's thread_outgoing_edges
3853 function.
3854 (dom_opt_dom_walker::after_dom_children): Simplify by moving
3855 some code into new thread_outgoing_edges.
3856 * tree-ssa-threadedge.c (thread_across_edge): Make static and simplify
3857 definition. Simplify marker handling (do it here). Assume we always
3858 have the available expression and the const/copies tables.
3859 (thread_outgoing_edges): New function extracted from tree-ssa-dom.c
3860 and tree-vrp.c
3861 * tree-ssa-threadedge.h (thread_outgoing_edges): Declare.
3862 * tree-vrp.c (equiv_stack): No longer file scoped.
3863 (vrp_dom_walker): New class.
3864 (vrp_dom_walker::before_dom_children): New member function.
3865 (vrp_dom_walker::after_dom_children): Likewise.
3866 (identify_jump_threads): Setup domwalker. Use it rather than
3867 walking edges in a random order by hand. Simplify setup/finalization.
3868 (finalize_jump_threads): Remove.
3869 (vrp_finalize): Do not call identify_jump_threads here.
3870 (execute_vrp): Do it here instead and call thread_through_all_blocks
3871 here too.
3872
3873 PR tree-optimization/71437
3874 * tree-ssa-dom.c (pfn_simplify): Add basic_block argument. All
3875 callers changed.
3876 (simplify_stmt_for_jump_threading): Add basic_block argument. All
3877 callers changed.
3878 (lhs_of_dominating_assert): Moved from here into tree-vrp.c.
3879 (dom_opt_dom_walker::thread_across_edge): Remove
3880 handle_dominating_asserts argument. All callers changed.
3881 (record_temporary_equivalences_from_stmts_at_dest): Corresponding
3882 changes. Remove calls to lhs_of_dominating_assert. Other
3883 uses of handle_dominating_asserts turn into unconditional code
3884 (simplify_control_stmt_condition_1): Likewise.
3885 (simplify_control_stmt_condition): Likewise.
3886 (thread_through_normal_block, thread_across_edge): Likewise.
3887 * tree-ssa-threadedge.h (thread_across_edge): Corresponding changes.
3888 * tree-vrp.c (lhs_of_dominating_assert): Move here. Return original
3889 object if it is not an SSA_NAME.
3890 (simplify_stmt_for_jump_threading): Call lhs_of_dominating_assert
3891 before calling into the VRP specific simplifiers.
3892 (identify_jump_threads): Remove handle_dominating_asserts
3893 argument.
3894
3895 2017-03-16 Jakub Jelinek <jakub@redhat.com>
3896
3897 PR fortran/79886
3898 * tree-diagnostic.c (default_tree_printer): No longer static.
3899 * tree-diagnostic.h (default_tree_printer): New prototype.
3900
3901 2017-03-16 Tamar Christina <tamar.christina@arm.com>
3902
3903 * config/aarch64/aarch64-simd.md (*aarch64_simd_mov<mode>)
3904 Change ins into fmov.
3905
3906 2017-03-16 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3907
3908 * config/aarch64/iterators.md (h_con): Return "x" for V4HF and V8HF.
3909 * config/aarch64/aarch64-simd.md (*aarch64_fma4_elt_from_dup<mode>):
3910 Use h_con constraint for operand 1.
3911 (*aarch64_fnma4_elt_from_dup<mode>): Likewise.
3912 (*aarch64_mulx_elt_from_dup<mode>): Likewise for operand 2.
3913
3914 2017-03-15 Jeff Law <law@redhat.com>
3915
3916 PR tree-optimization/71437
3917 * tree-ssa-dom.c (derive_equivalences_from_bit_ior): New function.
3918 (record_temporary_equivalences): Use it.
3919
3920 PR tree-optimization/71437
3921 * tree-ssa-dom.c (struct cond_equivalence): Moved from here into
3922 tree-ssa-scopedtables.
3923 (lookup_avail_expr, build_and_record_new_cond): Likewise.
3924 (record_conditions, record_cond, vuse_eq): Likewise.
3925 (record_edge_info): Adjust to API tweak of record_conditions.
3926 (simplify_stmt_for_jump_threading): Similarly for lookup_avail_expr.
3927 (record_temporary_equivalences, optimize_stmt): Likewise.
3928 (eliminate_redundant_computations): Likewise.
3929 (record_equivalences_from_stmt): Likewise.
3930 * tree-ssa-scopedtables.c: Include options.h and params.h.
3931 (vuse_eq): New function, moved from tree-ssa-dom.c
3932 (build_and_record_new_cond): Likewise.
3933 (record_conditions): Likewise. Accept vector of conditions rather
3934 than edge_equivalence structure for first argument.
3935 for the first argument.
3936 (avail_exprs_stack::lookup_avail_expr): New member function, moved
3937 from tree-ssa-dom.c.
3938 (avail_exprs_stack::record_cond): Likewise.
3939 * tree-ssa-scopedtables.h (struct cond_equivalence): Moved here
3940 from tree-ssa-dom.c.
3941 (avail_exprs_stack): Add new member functions lookup_avail_expr
3942 and record_cond.
3943 (record_conditions): Declare.
3944
3945 2017-03-15 Vladimir Makarov <vmakarov@redhat.com>
3946
3947 PR target/80017
3948 * lra-constraints.c (process_alt_operands): Increase reject for
3949 reloading an input/output operand.
3950
3951 2017-03-15 Michael Meissner <meissner@linux.vnet.ibm.com>
3952
3953 PR target/79038
3954 * config/rs6000/rs6000.md (float<QHI:mode><IEEE128:mode>2): Define
3955 insns to convert from signed/unsigned char/short to IEEE 128-bit
3956 floating point.
3957 (floatuns<QHI:mode><IEEE128:mode>2): Likewise.
3958
3959 2017-03-15 Uros Bizjak <ubizjak@gmail.com>
3960
3961 PR target/80019
3962 * config/i386/i386.c (ix86_vector_duplicate_value): Create
3963 subreg of inner mode for values already in registers.
3964
3965 2017-03-15 Bernd Schmidt <bschmidt@redhat.com>
3966
3967 * config/c6x/c6x.c (hwloop_optimize): Handle case where the old
3968 iteration reg is used after the loop.
3969
3970 2017-03-14 Martin Sebor <msebor@redhat.com>
3971
3972 PR tree-optimization/79800
3973 * gimple-ssa-sprintf.c (format_floating: Add argument. Handle
3974 precision in negative-positive range.
3975 (format_floating): Call non-const overload with adjusted precision.
3976
3977 2017-03-14 Michael Meissner <meissner@linux.vnet.ibm.com>
3978
3979 PR target/79947
3980 * config/rs6000/rs6000.h (TARGET_FRSQRTES): Add check for
3981 -mpowerpc-gfxopt.
3982
3983 2017-03-14 Martin Sebor <msebor@redhat.com>
3984
3985 PR middle-end/80020
3986 * builtin-attrs.def (ATTR_ALLOC_SIZE_2_NOTHROW_LIST): New macro.
3987 * builtins.def (aligned_alloc): Use it.
3988
3989 PR c/79936
3990 * Makefile.in (GTFILES): Add calls.c.
3991 * calls.c: Include "gt-calls.h".
3992
3993 2017-03-14 Bernd Schmidt <bschmidt@redhat.com>
3994
3995 PR rtl-optimization/79728
3996 * regs.h (struct target_regs): New field
3997 x_contains_allocatable_regs_of_mode.
3998 (contains_allocatable_regs_of_mode): New macro.
3999 * reginfo.c (init_reg_sets_1): Initialize it, and change
4000 contains_reg_of_mode so it includes global regs as well.
4001 * reload.c (push_reload): Use contains_allocatable_regs_of_mode
4002 rather than contains_regs_of_mode.
4003
4004 2017-03-14 Martin Liska <mliska@suse.cz>
4005
4006 * doc/invoke.texi: Document options that can't be combined with
4007 -fcheck-pointer-bounds.
4008
4009 2017-03-14 Martin Liska <mliska@suse.cz>
4010
4011 PR middle-end/79831
4012 * doc/invoke.texi (-Wchkp): Document the option.
4013
4014 2017-03-14 Martin Liska <mliska@suse.cz>
4015
4016 * Makefile.in: Install gcov-dump.
4017
4018 2017-03-14 Martin Liska <mliska@suse.cz>
4019
4020 * multiple_target.c (expand_target_clones): Bail out for
4021 an invalid attribute.
4022
4023 2017-03-14 Richard Biener <rguenther@suse.de>
4024
4025 * alias.c (struct alias_set_entry): Pack properly.
4026 * cfgloop.h (struct loop): Likewise.
4027 * cse.c (struct set): Likewise.
4028 * ipa-utils.c (struct searchc_env): Likewise.
4029 * loop-invariant.c (struct invariant): Likewise.
4030 * lra-remat.c (struct cand): Likewise.
4031 * recog.c (struct change_t): Likewise.
4032 * rtl.h (struct address_info): Likewise.
4033 * symbol-summary.h (function_summary): Likewise.
4034 * tree-loop-distribution.c (struct partition): Likewise.
4035 * tree-object-size.c (struct object_size_info): Likewise.
4036 * tree-ssa-loop-ivopts.c (struct cost_pair): Likewise.
4037 * tree-ssa-threadupdate.c (struct ssa_local_info_t): Likewise.
4038 * tree-vect-data-refs.c (struct _vect_peel_info): Likewise.
4039 * tree-vect-slp.c (struct _slp_oprnd_info): Likewise.
4040 * tree-vect-stmts.c (struct simd_call_arg_info): Likewise.
4041 * tree-vectorizer.h (struct _loop_vec_info): Likewise.
4042 (struct _stmt_vec_info): Likewise.
4043
4044 2017-03-14 Martin Liska <mliska@suse.cz>
4045
4046 PR target/79892
4047 * multiple_target.c (create_dispatcher_calls): Check that
4048 a target can create a function dispatcher.
4049
4050 2017-03-14 Martin Liska <mliska@suse.cz>
4051
4052 PR lto/66295
4053 * multiple_target.c (expand_target_clones): Drop local.local
4054 flag for default implementation.
4055
4056 2017-03-14 Richard Biener <rguenther@suse.de>
4057
4058 PR tree-optimization/80030
4059 * tree-vect-stmts.c (vectorizable_store): Plug memleak.
4060
4061 2017-03-13 Kito Cheng <kito.cheng@gmail.com>
4062
4063 * config/riscv/riscv.c (riscv_emit_float_compare>: Use
4064 gcc_fallthrough() instead of __attribute__((fallthrough));
4065
4066 2017-03-13 Gerald Pfeifer <gerald@pfeifer.com>
4067
4068 * doc/gcc.texi: Remove "up" link to (DIR).
4069 * doc/gccint.texi: Ditto.
4070
4071 2017-03-13 Gerald Pfeifer <gerald@pfeifer.com>
4072
4073 * doc/install.texi (Specific) <avr>: Remove reference to
4074 binutils 2.13.
4075
4076 2017-03-13 Jeff Law <law@redhat.com>
4077
4078 * config/riscv/riscv.c (riscv_emit_float_compare): Use fallthru
4079 attribute rather than comments.
4080
4081 * config/pdp11/pdp11.md (movmemhi): Adjust operand numbers to
4082 match_scratch operand is highest.
4083
4084 2017-03-13 Martin Liska <mliska@suse.cz>
4085
4086 PR middle-end/78339
4087 * ipa-pure-const.c (warn_function_noreturn): If the declarations
4088 is a CHKP clone, use original declaration.
4089
4090 2017-03-13 Claudiu Zissulescu <claziss@synopsys.com>
4091
4092 * config/arc/arc.c (arc_init): Use multiplier whenever we have it.
4093 (arc_conditional_register_usage): Use a different allocation order
4094 when optimizing for size.
4095 * common/config/arc/arc-common.c (arc_option_optimization_table):
4096 Section anchors default on when optimizing for size.
4097
4098 2017-03-13 Claudiu Zissulescu <claziss@synopsys.com>
4099
4100 * config/arc/arc.md (*tst_bitfield_tst): Fix pattern.
4101
4102 2017-03-13 Claudiu Zissulescu <claziss@synopsys.com>
4103
4104 * config/arc/arc.c (arc_output_addsi): Emit code density adds.
4105 * config/arc/arc.md (cpu_facility): Add cd variant.
4106 (*movqi_insn): Add code density variant.
4107 (*movhi_insn): Likewise.
4108 (*movqi_insn): Likewise.
4109 (*addsi3_mixed): Likewise.
4110 (subsi3_insn): Likewise.
4111
4112 2017-03-13 Claudiu Zissulescu <claziss@synopsys.com>
4113
4114 * config/arc/arc.md (movsi_cond_exec): Update constraint.
4115
4116 2017-03-13 Claudiu Zissulescu <claziss@synopsys.com>
4117
4118 * config/arc/arc.c (arc_legitimize_pic_address): Handle PIC
4119 expressions with MINUS and UNARY ops.
4120
4121 2017-03-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4122
4123 PR target/79911
4124 * config/arm/neon.md (vec_sel_widen_ssum_lo<VQI:mode><VW:mode>3):
4125 Rename to...
4126 (vec_sel_widen_ssum_lo<mode><V_half>3): ... This. Avoid mismatch
4127 between vec_select and vector argument.
4128 (vec_sel_widen_ssum_hi<VQI:mode><VW:mode>3): Rename to...
4129 (vec_sel_widen_ssum_hi<mode><V_half>3): ... This. Likewise.
4130 (vec_sel_widen_usum_lo<VQI:mode><VW:mode>3): Rename to...
4131 (vec_sel_widen_usum_lo<mode><V_half>3): ... This.
4132 (vec_sel_widen_usum_hi<VQI:mode><VW:mode>3): Rename to...
4133 (vec_sel_widen_usum_hi<mode><V_half>3): ... This.
4134
4135 2017-03-13 Richard Biener <rguenther@suse.de>
4136
4137 PR other/79991
4138 * params.def (vect-max-peeling-for-alignment): Fix typo.
4139
4140 2017-03-12 Gerald Pfeifer <gerald@pfeifer.com>
4141
4142 * doc/install.texi (Specific) <mips-*-*>: Remove description of
4143 issue that only occurred with binutils below 2.18.
4144
4145 2017-03-12 Gerald Pfeifer <gerald@pfeifer.com>
4146
4147 * doc/install.texi (Specific) <cris-axis-elf>: No longer
4148 refer to binutils 2.11/2.12 minimum.
4149
4150 2017-03-12 Gerald Pfeifer <gerald@pfeifer.com>
4151
4152 * doc/install.texi (Specific) <powerpc-*-*>: Remove link to
4153 ftp.kernel.org and simplify binutils requirement.
4154
4155 2017-03-11 Gerald Pfeifer <gerald@pfeifer.com>
4156
4157 * doc/invoke.texi (Warning Options): Fix spelling of link-time
4158 optimization.
4159 (Optimize Options): Ditto. Also remove redundancy.
4160
4161 2017-03-10 David Malcolm <dmalcolm@redhat.com>
4162
4163 PR translation/79848
4164 * ipa-devirt.c (warn_types_mismatch): Simplify uses of "%<%s%>" to
4165 "%qs".
4166 * ipa-pure-const.c (suggest_attribute): Likewise. Convert _
4167 to G_ to avoid double translation.
4168
4169 2017-03-10 David Malcolm <dmalcolm@redhat.com>
4170
4171 PR translation/79923
4172 * auto-profile.c (get_combined_location): Convert leading
4173 character of diagnostics to lower case and remove trailing period.
4174 (read_profile): Likewise for various diagnostics.
4175 * config/arm/arm.c (arm_option_override): Remove trailing period
4176 from various diagnostics.
4177 * config/msp430/msp430.c (msp430_expand_delay_cycles): Likewise.
4178 (msp430_expand_delay_cycles): Likewise.
4179
4180 2017-03-10 David Malcolm <dmalcolm@redhat.com>
4181
4182 PR target/79925
4183 * config/aarch64/aarch64.c (aarch64_validate_mcpu): Quote the
4184 full command-line argument, rather than just "str".
4185 (aarch64_validate_march): Likewise.
4186 (aarch64_validate_mtune): Likewise.
4187
4188 2017-03-10 Bernd Schmidt <bschmidt@redhat.com>
4189
4190 PR rtl-optimization/78911
4191 * lra-assigns.c (must_not_spill_p): New function.
4192 (spill_for): Use it.
4193
4194 2017-03-10 Jakub Jelinek <jakub@redhat.com>
4195
4196 PR tree-optimization/79981
4197 * tree-vrp.c (extract_range_basic): Handle IMAGPART_EXPR of
4198 ATOMIC_COMPARE_EXCHANGE ifn result.
4199 (stmt_interesting_for_vrp, vrp_visit_stmt): Handle
4200 IFN_ATOMIC_COMPARE_EXCHANGE.
4201
4202 2017-03-10 David Malcolm <dmalcolm@redhat.com>
4203
4204 PR driver/79875
4205 * opts.c (parse_sanitizer_options): Add missing question mark to
4206 "did you mean" message.
4207
4208 2017-03-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4209
4210 * config/rs6000/rs6000-builtin.def (VMULEUB_UNS): Remove orphaned
4211 built-in.
4212 (VMULEUH_UNS): Likewise.
4213 (VMULOUB_UNS): Likewise.
4214 (VMULOUH_UNS): Likewise.
4215 * config/rs6000/rs6000.c (builtin_function_type): Remove
4216 references to ALTIVEC_BUILTIN_VMUL[EO]U[BH]_UNS.
4217
4218 2017-03-10 David Malcolm <dmalcolm@redhat.com>
4219
4220 PR bootstrap/79952
4221 * read-rtl-function.c (function_reader::read_rtx_operand): Update
4222 x with result of extra_parsing_for_operand_code_0.
4223 (function_reader::extra_parsing_for_operand_code_0): Convert
4224 return type from void to rtx, returning x. When reading
4225 SYMBOL_REF with SYMBOL_FLAG_HAS_BLOCK_INFO, reallocate x to the
4226 larger size containing struct block_symbol.
4227
4228 2017-03-10 Segher Boessenkool <segher@kernel.crashing.org>
4229
4230 * config/rs6000/rs6000.c (rs6000_option_override_internal): Disallow
4231 -mfloat128-hardware without -m64.
4232
4233 2017-03-10 Will Schmidt <will_schmidt@vnet.ibm.com>
4234
4235 PR target/79941
4236 * config/rs6000/rs6000.c (builtin_function_type): Add VMUL*U[HB]
4237 entries to the case statement that marks unsigned arguments to
4238 overloaded functions.
4239
4240 2017-03-10 Kelvin Nilsen <kelvin@gcc.gnu.org>
4241
4242 * config/rs6000/rs6000.c (rs6000_option_override_internal): Fix
4243 two typographic errors in the handling of TARGET_UPPER_REGS_DI.
4244
4245 2017-03-10 Pat Haugen <pthaugen@us.ibm.com>
4246
4247 PR target/79907
4248 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Test
4249 TARGET_UPPER_REGS_DI when setting 'wi' constraint regclass.
4250
4251 2017-03-10 Martin Liska <mliska@suse.cz>
4252
4253 PR target/65705
4254 PR target/69804
4255 * toplev.c (process_options): Enable MPX with LSAN and UBSAN.
4256 * tree-chkp.c (chkp_walk_pointer_assignments): Verify that
4257 FIELD != NULL.
4258
4259 2017-03-10 Olivier Hainque <hainque@adacore.com>
4260
4261 * tree-switch-conversion (array_value_type): Start by resetting
4262 candidate type to it's main variant.
4263
4264 2017-03-10 Jakub Jelinek <jakub@redhat.com>
4265
4266 PR rtl-optimization/79909
4267 * combine.c (try_combine): Use simplify_replace_rtx on individual
4268 CALL_INSN_FUNCTION_USAGE elements instead of replace_rtx on copy_rtx
4269 of the whole CALL_INSN_FUNCTION_USAGE.
4270
4271 PR tree-optimization/79972
4272 * gimple-ssa-warn-alloca.c (alloca_call_type): Only call
4273 get_range_info on SSA_NAMEs. Formatting fixes.
4274
4275 2017-03-10 Richard Biener <rguenther@suse.de>
4276 Jakub Jelinek <jakub@redhat.com>
4277
4278 PR tree-optimization/77975
4279 * tree-ssa-loop-niter.c (get_base_for): Allow phi argument from latch
4280 edge to be constant.
4281 (get_val_for): For constant x return it. Formatting fix.
4282 (loop_niter_by_eval): Avoid pointless looping if the next iteration
4283 would use the same bases as the current one.
4284
4285 2017-03-09 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4286
4287 * config/rs6000/rs6000.c (rs6000_gen_le_vsx_permute): Use rotate
4288 instead of vec_select for V1TImode.
4289 * conifg/rs6000/vsx.md (VSX_LE): Remove mode iterator that is no
4290 longer needed.
4291 (VSX_LE_128): Add V1TI to this mode iterator.
4292 (*vsx_le_perm_load_<mode>): Change to use VSX_D mode iterator.
4293 (*vsx_le_perm_store_<mode>): Likewise.
4294 (pre-reload splitter for VSX stores): Likewise.
4295 (post-reload splitter for VSX stores): Likewise.
4296 (*vsx_xxpermdi2_le_<mode>): Likewise.
4297 (*vsx_lxvd2x2_le_<mode>): Likewise.
4298 (*vsx_stxvd2x2_le_<mode>): Likewise.
4299
4300 2017-03-09 Michael Eager <eager@eagercon.com>
4301
4302 Correct failures with --enable-checking=yes,rtl.
4303
4304 * config/microblaze/microblaze.c (microblaze_expand_shift):
4305 Replace GET_CODE test with CONST_INT_P and INTVAL test with
4306 test for const0_rtx.
4307 * config/microblaze/microblaze.md (ashlsi3_byone, ashrsi3_byone,
4308 lshrsi3_byone): Replace INTVAL with test for const1_rtx.
4309
4310 2017-03-09 Richard Biener <rguenther@suse.de>
4311
4312 PR tree-optimization/79977
4313 * graphite-scop-detection.c (scop_detection::merge_sese):
4314 Handle the case of extra exits to blocks dominating the entry.
4315
4316 2017-03-09 Toma Tabacu <toma.tabacu@imgtec.com>
4317
4318 * doc/sourcebuild.texi (Effective-Target Keywords, Other attributes):
4319 Document rdynamic.
4320
4321 2017-03-09 Vladimir Makarov <vmakarov@redhat.com>
4322
4323 PR rtl-optimization/79949
4324 * lra-constraints.c (process_alt_operands): Check memory when
4325 trying to predict a cycle. Print about the overall increase.
4326
4327 2017-03-09 Richard Biener <rguenther@suse.de>
4328
4329 PR middle-end/79971
4330 * gimple-expr.c (useless_type_conversion_p): Preserve
4331 TYPE_SATURATING for fixed-point types.
4332
4333 2017-03-09 Richard Biener <rguenther@suse.de>
4334
4335 PR ipa/79970
4336 * ipa-prop.c (ipa_modify_formal_parameters): Avoid changing
4337 alignment of BLKmode params.
4338
4339 2017-03-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4340
4341 PR target/79913
4342 * config/aarch64/iterators.md (VALL_F16_NO_V2Q): New mode iterator.
4343 (VALL_NO_V2Q): Likewise.
4344 (VDQF_DF): Delete.
4345 * config/aarch64/aarch64-simd.md
4346 (aarch64_dup_lane_<vswap_width_name><mode>): Use VALL_F16_NO_V2Q
4347 iterator.
4348 (*aarch64_simd_vec_copy_lane_<vswap_width_name><mode>): Use
4349 VALL_NO_V2Q mode iterator.
4350 (*aarch64_vgetfmulx<mode>): Use VDQF iterator.
4351
4352 2017-03-09 Martin Liska <mliska@suse.cz>
4353
4354 PR tree-optimization/79631
4355 * tree-chkp-opt.c (chkp_is_constant_addr): Call
4356 tree_int_cst_sign_bit just for INTEGER constants.
4357
4358 2017-03-09 Martin Liska <mliska@suse.cz>
4359
4360 PR target/65705
4361 PR target/69804
4362 * toplev.c (process_options): Disable -fcheck-pointer-bounds with
4363 sanitizers.
4364
4365 2017-03-09 Marek Polacek <polacek@redhat.com>
4366
4367 PR c++/79672
4368 * tree.c (inchash::add_expr): Handle TREE_VEC.
4369
4370 2017-03-09 Martin Liska <mliska@suse.cz>
4371
4372 PR ipa/79764
4373 (chkp_narrow_size_and_offset): New function.
4374 (chkp_parse_array_and_component_ref): Support BIT_FIELD_REF.
4375 (void chkp_parse_bit_field_ref): New function.
4376 (chkp_make_addressed_object_bounds): Add case for BIT_FIELD_REF.
4377 (chkp_process_stmt): Use chkp_parse_bit_field_ref.
4378
4379 2017-03-09 Martin Liska <mliska@suse.cz>
4380
4381 PR ipa/79761
4382 * tree-chkp.c (chkp_get_bound_for_parm): Get bounds for a param.
4383 (chkp_find_bounds_1): Remove gcc_unreachable.
4384
4385 2017-03-09 Jakub Jelinek <jakub@redhat.com>
4386
4387 PR sanitizer/79944
4388 * asan.c (get_mem_refs_of_builtin_call): For BUILT_IN_ATOMIC* and
4389 BUILT_IN_SYNC*, determine the access type from the size suffix and
4390 always build a MEM_REF with that type. Handle forgotten
4391 BUILT_IN_SYNC_FETCH_AND_NAND_16 and BUILT_IN_SYNC_NAND_AND_FETCH_16.
4392
4393 PR target/79932
4394 * config/i386/avx512vlintrin.h (_mm256_cmpge_epi32_mask,
4395 _mm256_cmpge_epi64_mask, _mm256_cmpge_epu32_mask,
4396 _mm256_cmpge_epu64_mask, _mm256_cmple_epi32_mask,
4397 _mm256_cmple_epi64_mask, _mm256_cmple_epu32_mask,
4398 _mm256_cmple_epu64_mask, _mm256_cmplt_epi32_mask,
4399 _mm256_cmplt_epi64_mask, _mm256_cmplt_epu32_mask,
4400 _mm256_cmplt_epu64_mask, _mm256_cmpneq_epi32_mask,
4401 _mm256_cmpneq_epi64_mask, _mm256_cmpneq_epu32_mask,
4402 _mm256_cmpneq_epu64_mask, _mm256_mask_cmpge_epi32_mask,
4403 _mm256_mask_cmpge_epi64_mask, _mm256_mask_cmpge_epu32_mask,
4404 _mm256_mask_cmpge_epu64_mask, _mm256_mask_cmple_epi32_mask,
4405 _mm256_mask_cmple_epi64_mask, _mm256_mask_cmple_epu32_mask,
4406 _mm256_mask_cmple_epu64_mask, _mm256_mask_cmplt_epi32_mask,
4407 _mm256_mask_cmplt_epi64_mask, _mm256_mask_cmplt_epu32_mask,
4408 _mm256_mask_cmplt_epu64_mask, _mm256_mask_cmpneq_epi32_mask,
4409 _mm256_mask_cmpneq_epi64_mask, _mm256_mask_cmpneq_epu32_mask,
4410 _mm256_mask_cmpneq_epu64_mask, _mm_cmpge_epi32_mask,
4411 _mm_cmpge_epi64_mask, _mm_cmpge_epu32_mask, _mm_cmpge_epu64_mask,
4412 _mm_cmple_epi32_mask, _mm_cmple_epi64_mask, _mm_cmple_epu32_mask,
4413 _mm_cmple_epu64_mask, _mm_cmplt_epi32_mask, _mm_cmplt_epi64_mask,
4414 _mm_cmplt_epu32_mask, _mm_cmplt_epu64_mask, _mm_cmpneq_epi32_mask,
4415 _mm_cmpneq_epi64_mask, _mm_cmpneq_epu32_mask, _mm_cmpneq_epu64_mask,
4416 _mm_mask_cmpge_epi32_mask, _mm_mask_cmpge_epi64_mask,
4417 _mm_mask_cmpge_epu32_mask, _mm_mask_cmpge_epu64_mask,
4418 _mm_mask_cmple_epi32_mask, _mm_mask_cmple_epi64_mask,
4419 _mm_mask_cmple_epu32_mask, _mm_mask_cmple_epu64_mask,
4420 _mm_mask_cmplt_epi32_mask, _mm_mask_cmplt_epi64_mask,
4421 _mm_mask_cmplt_epu32_mask, _mm_mask_cmplt_epu64_mask,
4422 _mm_mask_cmpneq_epi32_mask, _mm_mask_cmpneq_epi64_mask,
4423 _mm_mask_cmpneq_epu32_mask, _mm_mask_cmpneq_epu64_mask): Move
4424 definitions outside of __OPTIMIZE__ guarded section.
4425
4426 PR target/79932
4427 * config/i386/avx512bwintrin.h (_mm512_packs_epi32,
4428 _mm512_maskz_packs_epi32, _mm512_mask_packs_epi32,
4429 _mm512_packus_epi32, _mm512_maskz_packus_epi32,
4430 _mm512_mask_packus_epi32): Move definitions outside of __OPTIMIZE__
4431 guarded section.
4432
4433 2017-03-09 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
4434
4435 * config/s390/vx-builtins.md ("vfee<mode>", "vfeez<mode>")
4436 ("vfenez<mode>"): Add missing constraints.
4437
4438 2017-03-08 Martin Sebor <msebor@redhat.com>
4439
4440 PR target/79928
4441 * config/nds32/nds32.c (nds32_option_override):
4442 Fix misspelled diagnostic.
4443
4444 2017-03-08 Jakub Jelinek <jakub@redhat.com>
4445
4446 PR c/79940
4447 * gimplify.c (gimplify_omp_for): Replace index var in outer
4448 taskloop statement with an artificial variable and add
4449 OMP_CLAUSE_PRIVATE clause for it.
4450
4451 2017-03-08 Richard Biener <rguenther@suse.de>
4452
4453 PR tree-optimization/79955
4454 * tree-ssa-uninit.c (warn_uninitialized_vars): Do not warn
4455 for accesses that are completely outside of the variable.
4456
4457 2017-03-08 Andrew Haley <aph@redhat.com>
4458
4459 PR tree-optimization/79943
4460 * tree-ssa-loop-split.c (compute_new_first_bound): When
4461 calculating the new upper bound, (END-BEG) should be added, not
4462 subtracted.
4463
4464 2017-03-08 Jakub Jelinek <jakub@redhat.com>
4465
4466 * config/avr/avr.md (setmemhi): Make sure match_dup
4467 operand number comes before match_scratch.
4468
4469 2017-03-08 Richard Biener <rguenther@suse.de>
4470
4471 PR tree-optimization/79920
4472 * tree-vect-slp.c (vect_create_mask_and_perm): Remove and inline
4473 with ncopies == 1 to ...
4474 (vect_transform_slp_perm_load): ... here. Properly compute
4475 all element loads by iterating VF times over the group. Do
4476 not handle ncopies (computed in a broken way) in
4477 vect_create_mask_and_perm.
4478
4479 2017-03-08 Jakub Jelinek <jakub@redhat.com>
4480
4481 PR sanitizer/79904
4482 * internal-fn.c (expand_vector_ubsan_overflow): If arg0 or arg1
4483 is a uniform vector, use uniform_vector_p return value instead of
4484 building ARRAY_REF on folded VIEW_CONVERT_EXPR to array type.
4485
4486 2017-03-07 Marek Polacek <polacek@redhat.com>
4487
4488 PR middle-end/79809
4489 * gimple-ssa-warn-alloca.c (pass_walloca::gate): Use HOST_WIDE_INT.
4490 (alloca_call_type): Likewise.
4491
4492 2017-03-07 Martin Liska <mliska@suse.cz>
4493
4494 * gcov.c (process_args): Put comment to correct location.
4495
4496 2017-03-07 Martin Liska <mliska@suse.cz>
4497
4498 PR middle-end/68270
4499 * tree-chkp.c (chkp_may_narrow_to_field): Add new argument ref.
4500 Use array_at_struct_end_p instead of DECL_CHAIN (field).
4501 (chkp_narrow_bounds_for_field): Likewise.
4502 (chkp_parse_array_and_component_ref): Pass one more argument to
4503 call.
4504
4505 2017-03-07 Richard Biener <rguenther@suse.de>
4506
4507 * tree-vect-loop-manip.c (slpeel_add_loop_guard): Preserve
4508 preheaders.
4509
4510 2017-03-07 Segher Boessenkool <segher@kernel.crashing.org>
4511
4512 * config/i386/i386.c (ix86_local_alignment): Align most aggregates
4513 of 16 bytes and more to 16 bytes, not those of 16 bits and more.
4514
4515 2017-03-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4516
4517 PR c/79855
4518 * params.def (PARAM_STORE_MERGING_ALLOW_UNALIGNED): Add full stop
4519 to end of description.
4520 (PARAM_MAX_STORES_TO_MERGE): Likewise.
4521
4522 2017-03-07 Jakub Jelinek <jakub@redhat.com>
4523
4524 PR rtl-optimization/79901
4525 * config/i386/sse.md (*avx512bw_<code><mode>3<mask_name>): Renamed to
4526 ...
4527 (*avx512f_<code><mode>3<mask_name>): ... this.
4528 (<code><mode>3 with maxmin code iterator): Use VI8_AVX2_AVX512F
4529 iterator instead of VI8_AVX2_AVX512BW.
4530
4531 PR rtl-optimization/79901
4532 * expr.c (expand_expr_real_2): For vector MIN/MAX, if there is no
4533 min/max expander, expand it using expand_vec_cond_expr.
4534
4535 PR sanitizer/79897
4536 * ubsan.c (ubsan_encode_value): Call mark_addressable on the
4537 temporary.
4538
4539 2017-03-06 Jakub Jelinek <jakub@redhat.com>
4540
4541 PR c++/79821
4542 * dwarf2out.h (dw_vec_const): Change array type from unsigned char *
4543 to void * for PCH reasons.
4544 * dwarf2out.c (output_loc_operands, output_die): Cast
4545 v.val_vec.array to unsigned char *.
4546
4547 2017-03-06 John David Anglin <danglin@gcc.gnu.org>
4548
4549 PR target/77850
4550 * config/pa/pa-64.h (PAD_VARARGS_DOWN): Don't pad down complex and
4551 vector types.
4552
4553 2017-03-06 Vladimir Makarov <vmakarov@redhat.com>
4554
4555 PR rtl-optimization/79571
4556 * lra-constraints.c (process_alt_operands): Calculate static
4557 reject and subtract it from overall when only addresses will be
4558 reloaded.
4559
4560 2017-03-06 Julia Koval <julia.koval@intel.com>
4561
4562 PR target/79793
4563 * config/i386/i386.c (ix86_minimum_incoming_stack_boundary): Set
4564 incoming stack boundary to 128 for 64-bit targets.
4565
4566 2017-03-06 Richard Biener <rguenther@suse.de>
4567
4568 PR tree-optimization/79894
4569 * tree-vectorizer.c (vectorize_loops): Set loop_vectorized_call
4570 to NULL after folding it.
4571
4572 2017-03-06 Richard Biener <rguenther@suse.de>
4573
4574 PR tree-optimization/79824
4575 * tree-vect-stmts.c (get_group_load_store_type): Fix alignment
4576 check disabling peeling for gaps.
4577
4578 2017-03-06 Toma Tabacu <toma.tabacu@imgtec.com>
4579
4580 * doc/sourcebuild.texi (Effective-Target Keywords, Environment
4581 attributes): Document gettimeofday.
4582
4583 2017-03-06 Robin Dapp <rdapp@linux.vnet.ibm.com>
4584
4585 * config/s390/s390.c (s390_option_override_internal): Set
4586 PARAM_MIN_VECT_LOOP_BOUND
4587
4588 2017-03-06 Robin Dapp <rdapp@linux.vnet.ibm.com>
4589
4590 * config/s390/s390.c (s390_asm_output_function_label): Use nopr %r0.
4591 * config/s390/s390.md: Likewise.
4592
4593 2017-03-06 Jakub Jelinek <jakub@redhat.com>
4594
4595 PR target/79812
4596 * config/i386/sse.md (VI8F_256_512): Remove mode iterator.
4597 (<avx2_avx512>_perm<mode>): Rename to ...
4598 (avx2_perm<mode>): ... this. Use VI8F_256 iterator instead
4599 of VI8F_256_512.
4600 (<avx512>_perm<mode>_mask): Rename to ...
4601 (avx512vl_perm<mode>_mask): ... this. Use VI8F_256 iterator instead
4602 of VI8F_256_512.
4603 (<avx2_avx512>_perm<mode>_1<mask_name>): Rename to ...
4604 (avx2_perm<mode>_1<mask_name): ... this. Use VI8F_256 iterator
4605 instead of VI8F_256_512.
4606 (avx512f_perm<mode>): New define_expand.
4607 (avx512f_perm<mode>_mask): Likewise.
4608 (avx512f_perm<mode>_1<mask_name>): New define_insn.
4609 (<avx512>_vec_dup<mode>_1): Fix up vec_select mode.
4610
4611 2017-03-06 Prachi Godbole <prachi.godbole@imgtec.com>
4612
4613 * config/mips/mips-msa.md (msa_fmax_a_<msafmt>, msa_fmin_a_<msafmt>,
4614 msa_max_a_<msafmt>, msa_min_a_<msafmt>): Introduce mode interator for
4615 if_then_else.
4616 (smin<mode>3, smax<mode>3): Change operand print code from 'B' to 'E'.
4617
4618 2017-03-06 Martin Liska <mliska@suse.cz>
4619
4620 PR sanitize/79783
4621 * asan.c (asan_expand_poison_ifn): Do not expand ASAN_POISON
4622 when having a SSA NAME w/o VAR_DECL assigned to it.
4623
4624 2017-03-06 Prachi Godbole <prachi.godbole@imgtec.com>
4625
4626 * config/mips/mips-msa.md (msa_dotp_<su>_d, msa_dpadd_<su>_d,
4627 msa_dpsub_<su>_d): Fix MODE for vec_select.
4628
4629 2017-03-06 Prachi Godbole <prachi.godbole@imgtec.com>
4630
4631 * config/mips/mips.c (mips_gen_const_int_vector): Change type of last
4632 argument.
4633 * config/mips/mips-protos.h (mips_gen_const_int_vector): Likewise.
4634
4635 2017-03-06 Richard Biener <rguenther@suse.de>
4636
4637 * lto-streamer.c (lto_check_version): Use %qs in diagnostics.
4638 * plugin.c (register_plugin_info): Likewise.
4639 * tree-chkp.c (chkp_make_static_const_bounds): Likewise.
4640
4641 2017-03-05 Jakub Jelinek <jakub@redhat.com>
4642
4643 * config/i386/sse.md (sse_storehps, sse_storelps,
4644 avx_<castmode><avxsizesuffix>_<castmode>,
4645 avx512f_<castmode><avxsizesuffix>_<castmode>,
4646 avx512f_<castmode><avxsizesuffix>_256<castmode>): Require
4647 in condition that at least one operand is not a MEM.
4648
4649 2017-03-03 Jakub Jelinek <jakub@redhat.com>
4650
4651 PR middle-end/79805
4652 * internal-fn.def (ATOMIC_BIT_TEST_AND_SET, ATOMIC_BIT_TEST_AND_RESET,
4653 ATOMIC_BIT_TEST_AND_COMPLEMENT, ATOMIC_COMPARE_EXCHANGE): Remove
4654 ECF_NOTHROW.
4655 * gimple-fold.c (fold_builtin_atomic_compare_exchange): Set
4656 gimple_call_nothrow_p flag based on whether original builtin can throw.
4657 If it can, emit following stmts on the fallthrough edge.
4658 * tree-ssa-ccp.c (optimize_atomic_bit_test_and): Similarly, except
4659 don't create new bb if inserting just debug stmts on the edge, try to
4660 insert them on the fallthru bb or just reset debug stmts.
4661
4662 2017-03-03 Segher Boesssenkool <segher@kernel.crashing.org>
4663
4664 PR target/43763
4665 * config/rs6000/rs6000.c (rs6000_final_prescan_insn): Save and
4666 restore recog_data (including the operand rtxes inside it) around
4667 the call to get_insn_template.
4668
4669 2017-03-03 Martin Sebor <msebor@redhat.com>
4670
4671 PR tree-optimization/79699
4672 * context.c (context::~context): Free MPFR caches to avoid
4673 a memory leak on program exit.
4674
4675 2017-03-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4676
4677 * config/aarch64/aarch64.c (aarch64_float_const_representable_p):
4678 Use wide_int::ulow () instead of .elt (0).
4679
4680 2017-03-03 Uros Bizjak <ubizjak@gmail.com>
4681
4682 * config/i386/i386.md (*pushtf): Change *roF constraint to *roC.
4683 (*pushxf): Limit oF constraint to 32bit targets and add oC
4684 constraint for 64bit targets.
4685 (pushxf splitter): Use PUSH_ROUNDING to calculate stack adjustment.
4686 (*pushdf): Change rmF constraint to rmC.
4687
4688 2017-03-03 Martin Liska <mliska@suse.cz>
4689
4690 * tree-ssa-loop-prefetch.c (pass_loop_prefetch::execute):
4691 Remove unused variable.
4692
4693 2017-03-03 Jakub Jelinek <jakub@redhat.com>
4694
4695 PR target/79807
4696 * config/i386/i386.c (ix86_expand_multi_arg_builtin): If target
4697 is a memory operand, increase num_memory.
4698 (ix86_expand_args_builtin): Likewise.
4699
4700 2017-03-03 Jan Hubicka <jh@suse.cz>
4701
4702 PR lto/79760
4703 * ipa-devirt.c (maybe_record_node): Properly handle
4704 __cxa_pure_virtual visibility.
4705
4706 2017-03-03 Martin Liska <mliska@suse.cz>
4707
4708 PR tree-optimization/79803
4709 * tree-ssa-loop-prefetch.c (tree_ssa_prefetch_arrays): Remove
4710 assert.
4711 (pass_loop_prefetch::execute): Disabled optimization if an
4712 assumption about L1 cache size is not met.
4713
4714 2017-03-03 Martin Liska <mliska@suse.cz>
4715
4716 PR rtl-optimization/79574
4717 * gcse.c (struct gcse_expr): Use HOST_WIDE_INT instead of int.
4718 (hash_scan_set): Likewise.
4719 (dump_hash_table): Likewise.
4720 (hoist_code): Likewise.
4721
4722 2017-03-03 Richard Biener <rguenther@suse.de>
4723
4724 * fixed-value.c (fixed_from_string): Restore use of elt (1)
4725 in place of uhigh ().
4726 (fixed_convert_from_real): Likewise.
4727
4728 2017-03-03 Uros Bizjak <ubizjak@gmail.com>
4729
4730 PR target/79514
4731 * config/i386/i386.md (*pushxf_rounded): Use Pmode instead of DImode.
4732
4733 2017-03-03 Richard Biener <rguenther@suse.de>
4734
4735 PR middle-end/79818
4736 * match.pd ( X +- C1 CMP C2 -> X CMP C2 -+ C1): Add missing
4737 TYPE_OVERFLOW_UNDEFINED check.
4738
4739 2017-03-02 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4740
4741 * config/rs6000/vector.md (vector_ne_<mode>_p): Correct operand
4742 numbers.
4743 (vector_ae_<mode>_p): Likewise.
4744 (vector_nez_<mode>_p): Likewise.
4745 (vector_ne_v2di_p): Likewise.
4746 (vector_ae_v2di_p): Likewise.
4747 (vector_ne_<mode>_p): Likewise.
4748 * config/rs6000/vsx.md (vsx_tsqrt<mode>2_fg): Correct operand
4749 numbers.
4750 (vsx_tsqrt<mode>2_fe): Likewise.
4751
4752 2017-03-02 Uros Bizjak <ubizjak@gmail.com>
4753
4754 PR target/79514
4755 * config/i386/i386.md (*pushxf_rounded): New insn_and_split pattern.
4756
4757 2017-03-02 Jakub Jelinek <jakub@redhat.com>
4758
4759 PR rtl-optimization/79780
4760 * cprop.c (one_cprop_pass): When second and further conditional trap
4761 in a single basic block is turned into an unconditional trap, turn it
4762 into a deleted note to avoid RTL verification failures.
4763
4764 2017-03-02 Richard Biener <rguenther@suse.de>
4765
4766 * fold-const.c (const_binop): Use ulow () instead of elt (0).
4767
4768 2017-03-02 Richard Biener <rguenther@suse.de>
4769
4770 PR tree-optimization/79345
4771 PR c++/42000
4772 * tree-ssa-alias.c (walk_aliased_vdefs_1): Take a limit
4773 param and abort the walk, returning -1 if it is hit.
4774 (walk_aliased_vdefs): Take a limit param and pass it on.
4775 * tree-ssa-alias.h (walk_aliased_vdefs): Add a limit param,
4776 defaulting to 0 and return a signed int.
4777 * tree-ssa-uninit.c (struct check_defs_data): New struct.
4778 (check_defs): New helper.
4779 (warn_uninitialized_vars): Use walk_aliased_vdefs to warn
4780 about uninitialized memory.
4781 * fixed-value.c (fixed_from_string): Use ulow/uhigh to avoid
4782 bogus uninitialized warning.
4783 (fixed_convert_from_real): Likewise.
4784
4785 2017-03-02 Bin Cheng <bin.cheng@arm.com>
4786
4787 PR tree-optimization/66768
4788 * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Skip addr
4789 iv_use if base object can't be determined.
4790
4791 2017-03-02 Jakub Jelinek <jakub@redhat.com>
4792
4793 PR tree-optimization/79345
4794 * gensupport.h (struct pattern_stats): Add min_scratch_opno field.
4795 * gensupport.c (get_pattern_stats_1) <case MATCH_SCRATCH>: Update it.
4796 (get_pattern_stats): Initialize it.
4797 * genemit.c (gen_expand): Verify match_scratch numbers come after
4798 match_operand/match_dup numbers.
4799 * config/i386/i386.md (<s>mul<mode>3_highpart): Swap match_dup and
4800 match_scratch numbers.
4801 * config/i386/sse.md (avx2_gathersi<mode>, avx2_gatherdi<mode>):
4802 Likewise.
4803 * config/s390/s390.md (trunctdsd2): Likewise.
4804
4805 2017-03-02 Richard Biener <rguenther@suse.de>
4806
4807 * wide-int.h (wide_int_storage::operator=): Implement in terms
4808 of wi::copy.
4809
4810 2017-03-02 Richard Biener <rguenther@suse.de>
4811
4812 PR tree-optimization/79777
4813 * tree-ssa-pre.c (eliminate_insert): Give up if we simplify
4814 the to insert expression to sth existing.
4815
4816 2017-03-01 Martin Sebor <msebor@redhat.com>
4817
4818 PR middle-end/79692
4819 * gimple-ssa-sprintf.c
4820 (directive::known_width_and_precision): New function.
4821 (format_integer): Use it.
4822 (get_mpfr_format_length): Consider the full range of precision
4823 when computing %g output with the # flag. Set the likely byte
4824 count to 3 rather than 1 when precision is indeterminate.
4825 (format_floating): Correct the lower bound of precision.
4826
4827 2017-03-01 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4828
4829 * doc/invoke.texi: Document default code model for 64-bit Linux.
4830
4831 2017-03-01 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
4832
4833 PR target/79752
4834 * config/rs6000/rs6000.md (peephole2 for udiv/umod): Should emit
4835 udiv rather than div since input pattern is unsigned.
4836
4837 2017-03-01 Uros Bizjak <ubizjak@gmail.com>
4838
4839 * config/i386/i386.c (print_reg): Warn for values of
4840 unsupported size in integer register.
4841
4842 2017-03-01 Michael Meissner <meissner@linux.vnet.ibm.com>
4843
4844 PR target/79439
4845 * config/rs6000/predicates.md (current_file_function_operand): Do
4846 not allow self calls to be local if the function is replaceable.
4847
4848 2017-03-01 Kelvin Nilsen <kelvin@gcc.gnu.org>
4849
4850 PR target/79395
4851 * config/rs6000/altivec.h (vec_ctz and others): Change the
4852 preprocessor macro that controls conditional compilation from
4853 _ARCH_PWR9 to __POWER9_VECTOR__.
4854 (vec_all_ne): Change parameterization of __altivec_scalar_pred
4855 macro expansion under preprocessor #ifdef __POWER9_VECTOR__
4856 control (instead of _ARCH_PWR9 control) so that template
4857 definition uses power9-specific function.
4858 (vec_any_eq): Likewise.
4859 (vec_all_ne): Change macro definition to use a power9-specific
4860 expansion under #ifdef __POWER9_VECTOR__ control (instead of
4861 _ARCH_PWR9 control).
4862 (vec_any_eq) Likewise.
4863 * config/rs6000/rs6000-builtin.def (CMPNEF): Remove BU_P9V_AV_2
4864 expansion for CMPNEF to remove support for xvcmpnesp instruction.
4865 (CMPNED): Remove BU_P9V_AV2 expansion for CMPNED to remove
4866 support for xvcmpnedp instruction.
4867 (VCMPNEB_P): Replace BU_P9V_AV_P macro expansion with BU_P9V_AV_2
4868 macro expansion so that Power9 implementation of vec_all_ne does
4869 not use the AltiVec predicate framework.
4870 (VCMPNEH_P): Likewise.
4871 (VCMPNEW_P): Likewise.
4872 (VCMPNED_P): Likewise.
4873 (VCMPNEFP_P): Likewise.
4874 (VCMPNEDP_P): Likewise.
4875 (VCMPAEB_P): Add BU_P9V_AV_2 macro expansion to change
4876 implementation of vec_any_eq to not use AltiVec predicate
4877 framework.
4878 (VCMPAEH_P): Likewise.
4879 (VCMPAEW_P): Likewise.
4880 (VCMPAED_P): Likewise.
4881 (VCMPAEFP_P): Likewise.
4882 (VCMPAEDP_P): Likewise.
4883 (VCMPNE_P): Replace BU_P9V_OVERLOAD_P macro expansion with
4884 BU_P9V_OVERLOAD_2 so that Power9 implementation of vec_all_ne does
4885 not use the AltiVec predicate framework.
4886 (VCMPAE_P): Add BU_P9V_OVERLOAD_2 macro to change implementation
4887 of vec_any_eq to not use AltiVec predicate framework.
4888 * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Add
4889 support for predefined __POWER9_VECTOR__ macro to indicate that
4890 Power9 instruction selection is enabled.
4891 (altivec_overloaded_builtins): Remove extraneous
4892 ALTIVEC_BUILTIN_VEC_CMPNE entry for overloaded
4893 function argument types RS6000_BTI_bool_V16QI and
4894 RS6000_BTI_bool_V16QI. Remove erroneous ALTIVEC_BUILTIN_VEC_CMPNE
4895 entry for overloaded function argument types RS6000_BTI_bool_V4SI
4896 andRS6000_BTI_bool_V4SI, mapping to P9V_BUILTIN_CMPNEB. Remove
4897 two entries mapping to P9V_BUITIN_CMPNED and one entry mapping to
4898 P9V_BUILTIN_CMPNEF to force use of instructions not specific to
4899 Power9 for implementations of vec_cmpne. Change the signature for
4900 all definitions of the overloaded P9V_BUILTIN_VEC_CMPNE_P function
4901 (representing vec_all_ne) to remove the previously described first
4902 argument of type RS6000_BTI_INTSI, as this was an artifact of
4903 reliance on the AltiVec predicate framework, which is no longer
4904 used in the implementation of these functions. Add
4905 P9V_BUILTIN_VEC_VCMPAE_P entries (representing the vec_anyeq
4906 function) to match all of the P9V_BUILTIN_VEC_VCMNE_P entries
4907 since, unlike the AltiVec predicate framework implementation, we
4908 do not share function descriptors between vec_alle and vec_anyeq.
4909 (altivec_resolve_overloaded_builtin): Add SFmode and DFmode to the
4910 set of modes that receive special treatment even when
4911 TARGET_P9_VECTOR is true. The special treatment emits code that
4912 does not depend on Power9 instructions.
4913 * config/rs6000/vector.md (vector_ne_<mode>_p): Change this
4914 define_expand to not rely on AltiVec predicate framework.
4915 (vector_ae_<mode>p): New define_expand to represent vec_any_eq
4916 function.
4917 (vector_ne_v2di_p): Change this define_expand to not rely on
4918 AltiVec predicate framework.
4919 (vector_ae_v2di_p): New define_expand to represent vec_any_eq
4920 function.
4921 (vector_ne_<mode>_p): Change this define_expand to not rely on
4922 AltiVec predicate framework.
4923 (vector_ae_<mode>p): New define_expand to represent vec_any_eq
4924 function.
4925 * config/rs6000/vsx.md (*vsx_ne_<mode>_p): For modes VSX_EXTRACT_I
4926 (V16QI, V8HI, V4SI), correct a typo in the code emitted for this
4927 define_insn pattern.
4928 (*vsx_ne_<mode>_p): For modes VSX_F (V4SF and V2DF), remove this
4929 define_insn pattern because the xvcmpne<VSs>. instruction is not
4930 supported.
4931 (vcmpne<VSs>): Remove this define_insn because xvcmpne<VSs>
4932 instruction is not supported.
4933
4934 2017-03-01 Jakub Jelinek <jakub@redhat.com>
4935
4936 * config/nvptx/nvptx.c: Include intl.h.
4937
4938 2017-03-01 Martin Jambor <mjambor@suse.cz>
4939
4940 PR lto/78140
4941 * ipa-prop.h (ipa_bits): Removed field known.
4942 (ipa_jump_func): Removed field vr_known. Changed fields bits and m_vr
4943 to pointers. Adjusted their comments to warn about their sharing.
4944 (ipcp_transformation_summary): Change bits to a vector of pointers.
4945 (ipa_check_create_edge_args): Moved to ipa-prop.c, declare.
4946 (ipa_get_ipa_bits_for_value): Declare.
4947 * tree-vrp.h (value_range): Mark as GTY((for_user)).
4948 * ipa-prop.c (ipa_bit_ggc_hash_traits): New.
4949 (ipa_bits_hash_table): Likewise.
4950 (ipa_vr_ggc_hash_traits): Likewise.
4951 (ipa_vr_hash_table): Likewise.
4952 (ipa_print_node_jump_functions_for_edge): Adjust for bits and m_vr
4953 being pointers and vr_known being removed.
4954 (ipa_set_jf_unknown): Likewise.
4955 (ipa_get_ipa_bits_for_value): New function.
4956 (ipa_set_jfunc_bits): Likewise.
4957 (ipa_get_value_range): New overloaded functions.
4958 (ipa_set_jfunc_vr): Likewise.
4959 (ipa_compute_jump_functions_for_edge): Use the above functions to
4960 construct bits and vr parts of jump functions.
4961 (ipa_check_create_edge_args): Move here from ipa-prop.h, also allocate
4962 ipa_bits_hash_table and ipa_vr_hash_table if they do not already
4963 exist.
4964 (ipcp_grow_transformations_if_necessary): Also allocate
4965 ipa_bits_hash_table and ipa_vr_hash_table if they do not already
4966 exist.
4967 (ipa_node_params_t::duplicate): Do not copy bits, just pointers to
4968 them. Fix too long lines.
4969 (ipa_write_jump_function): Adjust for bits and m_vr being pointers and
4970 vr_known being removed.
4971 (ipa_read_jump_function): Use new setter functions to construct bits
4972 and vr parts of jump functions or set them to NULL.
4973 (write_ipcp_transformation_info): Adjust for bits being pointers.
4974 (read_ipcp_transformation_info): Likewise.
4975 (ipcp_update_bits): Likewise. Fix excessively long lines a trailing
4976 space.
4977 Include gt-ipa-prop.h.
4978 * ipa-cp.c (propagate_bits_across_jump_function): Adjust for bits
4979 being pointers.
4980 (ipcp_store_bits_results): Likewise.
4981 (propagate_vr_across_jump_function): Adjust for m_vr being a pointer.
4982 Do not write to existing jump functions but use a temporary instead.
4983
4984 2017-03-01 Jakub Jelinek <jakub@redhat.com>
4985
4986 PR c++/79681
4987 * fold-const.c (make_bit_field_ref): If orig_inner is COMPONENT_REF,
4988 attempt to use its first operand as BIT_FIELD_REF base.
4989
4990 2017-03-01 Richard Biener <rguenther@suse.de>
4991
4992 PR middle-end/79721
4993 * tree-chrec.c (chrec_evaluate): Perform computation of Newtons
4994 interpolating formula in wrapping arithmetic.
4995 (chrec_apply): Convert chrec_evaluate return value to wanted type.
4996
4997 2017-03-01 Jakub Jelinek <jakub@redhat.com>
4998
4999 PR tree-optimization/79734
5000 * tree-vect-generic.c (expand_vector_condition): Optimize
5001 AVX512 vector boolean VEC_COND_EXPRs into bitwise operations.
5002 Handle VEC_COND_EXPR where comparison has different inner width from
5003 type's inner width.
5004
5005 2017-02-28 Sandra Loosemore <sandra@codesourcery.com>
5006
5007 * doc/invoke.texi (ARC Options): Copy-edit to fix punctuation,
5008 markup, and similar issues. Remove @opindex entries for things
5009 that aren't options. Add missing -mmpy-option entries.
5010
5011 2017-02-28 Jakub Jelinek <jakub@redhat.com>
5012
5013 PR tree-optimization/79737
5014 * gimple-ssa-store-merging.c (encode_tree_to_bitpos): If bitlen is
5015 a multiple of BITS_PER_UNIT and !BYTES_BIG_ENDIAN, clear
5016 tmpbuf[byte_size - 1]. Call natice_encode_expr with byte_size - 1
5017 instead of byte_size. Formatting fix.
5018 (shift_bytes_in_array_right): Formatting fix.
5019
5020 2017-02-28 Eric Botcazou <ebotcazou@adacore.com>
5021
5022 PR target/79749
5023 * config/sparc/sparc.c (sparc_frame_pointer_required): Add missing
5024 condition on optimize for the leaf function test.
5025
5026 2017-02-28 Martin Liska <mliska@suse.cz>
5027
5028 PR lto/79625
5029 * read-rtl-function.c (function_reader::handle_unknown_directive):
5030 Bail out when one uses -flto.
5031
5032 2017-02-28 Martin Liska <mliska@suse.cz>
5033
5034 * common.opt: Replace space with tabular for options of <number>
5035 type.
5036 * config/i386/i386.opt: Show <number> value for
5037 -mlarge-data-threshold.
5038 * opts.c (print_filtered_help): Do not display number in hexadecimal
5039 format.
5040
5041 2017-02-28 Martin Liska <mliska@suse.cz>
5042
5043 * common.opt: Fix --help=option -Q for options which are of
5044 an enum type.
5045
5046 2017-02-28 Uros Bizjak <ubizjak@gmail.com>
5047
5048 * config/i386/i386.c (print_reg): Error out for values
5049 of 8-bit size in invalid integer register.
5050
5051 2017-02-28 Martin Sebor <msebor@redhat.com>
5052
5053 PR tree-optimization/79691
5054 * passes.def (pass_all_optimizations_g): Enable pass_sprintf_length.
5055
5056 2017-02-28 Jakub Jelinek <jakub@redhat.com>
5057
5058 PR target/79729
5059 * config/i386/i386.c (ix86_print_operand) <case 'R'>: Replace
5060 gcc_unreachable with output_operand_lossage.
5061
5062 2017-02-28 Richard Biener <rguenther@suse.de>
5063
5064 PR tree-optimization/79740
5065 * tree-ssa-sccvn.c (vn_nary_op_insert_into): Allow redundant
5066 inserts.
5067 (visit_nary_op): Insert the nary into the hashtable if we
5068 pattern-matched sth.
5069 * tree-ssa-pre.c (eliminate_insert): Robustify.
5070
5071 2017-02-28 Richard Biener <rguenther@suse.de>
5072
5073 PR middle-end/79731
5074 * fold-const.c (decode_field_reference): Reject out-of-bound
5075 accesses.
5076
5077 2017-02-28 Jakub Jelinek <jakub@redhat.com>
5078
5079 * config/i386/i386.c: Include intl.h.
5080 (ix86_option_override_internal): Use cond ? G_("...") : G_("...")
5081 instead of just cond ? "..." : "...".
5082 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims): Likewise.
5083 * coverage.c (read_counts_file): Likewise.
5084 * omp-offload.c: Include intl.h.
5085 (oacc_loop_fixed_partitions): Use cond ? G_("...") : G_("...") instead
5086 of just cond ? "..." : "...".
5087 * gcov.c (read_count_file): Use cond ? N_("...") : N_("...") instead
5088 of just cond ? "..." : "...".
5089
5090 2017-02-28 Richard Earnshaw <rearnsha@arm.com>
5091
5092 PR target/79742
5093 * config/arm/parsecpu.awk (gen_data): Set tuning target to 'tune for'
5094 entry, if present.
5095 * config/arm/arm-cpus.in (cortex-m0plus.small-multiply): Correct
5096 'tune for' CPU name.
5097 * config/arm/arm-cpu-data.h: Regenerated.
5098
5099 2017-02-28 Richard Biener <rguenther@suse.de>
5100
5101 PR tree-optimization/79732
5102 * tree-inline.c (expand_call_inline): Do not shadow var.
5103
5104 2017-02-28 Richard Biener <rguenther@suse.de>
5105
5106 PR tree-optimization/79723
5107 * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size): Preserve
5108 address-space properly.
5109
5110 2017-02-28 Thomas Schwinge <thomas@codesourcery.com>
5111
5112 * doc/optinfo.texi (Optimization groups): Fix option used for
5113 OPTGROUP_ALL.
5114 * doc/invoke.texi (-fopt-info): Document "omp".
5115 * dumpfile.h: Sort OPTGROUP_OMP before OPTGROUP_VEC.
5116 (OPTGROUP_ALL): Add OPTGROUP_OMP.
5117 * hsa-gen.c (pass_data_gen_hsail): Use OPTGROUP_OMP.
5118 * ipa-hsa.c (pass_data_ipa_hsa): Likewise.
5119 * omp-simd-clone.c (pass_data_omp_simd_clone): Likewise.
5120
5121 * dumpfile.h (OPTGROUP_OPENMP): Rename to OPTGROUP_OMP. Adjust
5122 all users.
5123 * dumpfile.c (optgroup_options): Instead of "openmp", associate
5124 OPTGROUP_OMP with "omp".
5125
5126 2017-02-27 Pat Haugen <pthaugen@us.ibm.com>
5127
5128 PR target/79544
5129 * config/rs6000/rs6000-c.c (struct altivec_builtin_types): Use VSRAD
5130 for arithmetic shift of unsigned V2DI.
5131
5132 2017-02-27 Claudiu Zissulescu <claziss@synopsys.com>
5133
5134 * config.gcc (arc*-): Clean up, use arc/big.h, arc/elf.h, and
5135 arc/linux.h headers.
5136 * config/arc/arc.h (TARGET_OS_CPP_BUILTINS): Remove.
5137 (LINK_SPEC): Likewise.
5138 (ARC_TLS_EXTRA_START_SPEC): Likewise.
5139 (EXTRA_SPECS): Likewise.
5140 (STARTFILE_SPEC): Likewise.
5141 (ENDFILE_SPEC): Likewise.
5142 (LIB_SPEC): Likewise.
5143 (TARGET_SDATA_DEFAULT): Likewise.
5144 (TARGET_MMEDIUM_CALLS_DEFAULT): Likewise.
5145 (MULTILIB_DEFAULTS): Likewise.
5146 (DWARF2_UNWIND_INFO): Likewise.
5147 * config/arc/big.h: New file.
5148 * config/arc/elf.h: Likewise.
5149 * config/arc/linux.h: Likewise.
5150 * config/arc/t-uClibc: Remove.
5151
5152 2017-02-27 Bin Cheng <bin.cheng@arm.com>
5153
5154 PR tree-optimization/77536
5155 * tree-ssa-loop-manip.c (niter_for_unrolled_loop): New function.
5156 (tree_transform_and_unroll_loop): Use above function to compute the
5157 estimated niter of unrolled loop and use it when scaling profile.
5158 Also use count info rather than frequency if it's non-zero.
5159 * tree-ssa-loop-manip.h niter_for_unrolled_loop(): New declaration.
5160 * tree-vect-loop.c (scale_profile_for_vect_loop): New function.
5161 (vect_transform_loop): Call above function.
5162
5163 2017-02-27 Richard Biener <rguenther@suse.de>
5164
5165 PR tree-optimization/45397
5166 * tree-ssa-pre.c (eliminate_insert): Handle BIT_AND_EXPR.
5167 * tree-ssa-sccvn.c (valueized_wider_op): New helper.
5168 (visit_nary_op): Add pattern matching for CSEing sign-changed
5169 or truncated operations with wider ones.
5170
5171 2017-02-27 Richard Biener <rguenther@suse.de>
5172
5173 PR tree-optimization/79690
5174 * tree-vect-stmts.c (vectorizable_store): Use vector type
5175 built from the DR with address-space.
5176
5177 2017-02-26 Gerald Pfeifer <gerald@pfeifer.com>
5178
5179 * doc/invoke.texi (Optimize Options): Refine the description
5180 of asan-use-after-return.
5181
5182 2017-02-25 Alan Modra <amodra@gmail.com>
5183
5184 PR rtl-optimization/79584
5185 * lra-constraints.c (base_to_reg): Reload ad->base, the entire
5186 base, not ad->base_term, the reg within base. Remove assertion
5187 that ad->base == ad->base_term. Replace gen_int_mode using
5188 bogus mode with const0_rtx.
5189
5190 2017-02-25 Jakub Jelinek <jakub@redhat.com>
5191
5192 PR middle-end/79396
5193 * tree-eh.c (operation_could_trap_p, stmt_could_throw_1_p): Handle
5194 FMA_EXPR like tcc_binary or tcc_unary.
5195
5196 * tree-ssa-loop-niter.c (number_of_iterations_exit): Simplify warning.
5197
5198 PR debug/77589
5199 * dwarf2out.c (struct dw_loc_list_struct): Add noted_variable_value
5200 bitfield.
5201 (size_of_loc_descr): Handle DW_OP_GNU_variable_value.
5202 (output_loc_operands): Handle DW_OP_call_ref and
5203 DW_OP_GNU_variable_value.
5204 (struct variable_value_struct): New type.
5205 (struct variable_value_hasher): Likewise.
5206 (variable_value_hash): New variable.
5207 (string_types): Remove.
5208 (copy_loc_descr): New function.
5209 (add_loc_descr_to_each): Clarify comment. Use copy_loc_descr.
5210 (prepend_loc_descr_to_each): New function.
5211 (add_loc_list): Fix comment typo. Use prepend_loc_descr_to_each
5212 instead of add_loc_descr_to_each if the first argument is single
5213 location list and the second has multiple.
5214 (resolve_args_picking_1): Handle DW_OP_GNU_variable_value.
5215 (loc_list_from_tree_1): For early_dwarf, emit DW_OP_GNU_variable_value
5216 when looking for variable value which doesn't have other location info.
5217 (loc_list_from_tree): Formatting fix.
5218 (gen_array_type_die): Simplify DW_AT_string_length handling.
5219 (adjust_string_types): Remove.
5220 (gen_subprogram_die): Don't call adjust_string_types nor test/set
5221 string_types. Call resolve_variable_values.
5222 (prune_unused_types_walk_loc_descr): Handle DW_OP_GNU_variable_value.
5223 (resolve_addr_in_expr): Likewise. Add A argument.
5224 (copy_deref_exprloc): Remove deref argument. Adjust for the
5225 original expression being DW_OP_GNU_variable_value with optionally
5226 DW_OP_stack_value after it instead of DW_OP_call4 with DW_OP_deref
5227 optionally after it.
5228 (optimize_string_length): Rework for DW_OP_GNU_variable_value.
5229 (resolve_addr): Adjust optimize_string_length and resolve_addr_in_expr
5230 callers. Set remove_AT_byte_size if removing DW_AT_string_length.
5231 (variable_value_hasher::hash, variable_value_hasher::equal): New
5232 methods.
5233 (resolve_variable_value_in_expr, resolve_variable_value,
5234 resolve_variable_values, note_variable_value_in_expr,
5235 note_variable_value): New functions.
5236 (dwarf2out_early_finish): Call note_variable_value on all toplevel
5237 DIEs.
5238
5239 2017-02-24 Jakub Jelinek <jakub@redhat.com>
5240
5241 PR c/79677
5242 * opts.h (handle_generated_option): Add GENERATED_P argument.
5243 * opts-common.c (handle_option): Adjust function comment.
5244 (handle_generated_option): Add GENERATED_P argument, pass it to
5245 handle_option.
5246 (control_warning_option): Pass false to handle_generated_option
5247 GENERATED_P.
5248 * opts.c (maybe_default_option): Pass true to handle_generated_option
5249 GENERATED_P.
5250 * optc-gen.awk: Likewise.
5251
5252 2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
5253
5254 * config/sh/sh.md (tstsi_t): If operands[0] is a SUBREG instead of
5255 a REG, look at the REG it is a SUBREG of.
5256 (splitter for cmpeqsi_t): Ditto.
5257
5258 2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
5259
5260 * config/pa/pa.c (pa_combine_instructions): Do not share RTL. Make
5261 the special USEs with the pattern of the insn, not the insn itself.
5262
5263 2017-02-24 Matthew Fortune <matthew.fortune@imgtec.com>
5264
5265 PR target/79473
5266 * doc/invoke.texi: Document -mload-store-pairs.
5267
5268 2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
5269 Sandra Loosemore <sandra@codesourcery.com>
5270
5271 * config/nios2/nios2.c (nios2_simple_const_p): Returns false if the
5272 argument isn't a CONST_INT.
5273 (nios2_alternate_compare_const): Assert op is a CONST_INT.
5274 (nios2_valid_compare_const_p): Assert op is a CONST_INT.
5275 (nios2_validate_compare): Bypass alternate compare logic if *op2
5276 is not a CONST_INT.
5277 (ldstwm_operation_p): Return false if first_base is not a REG or
5278 if first_offset is not a CONST_INT.
5279
5280 2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
5281
5282 * config/cris/cris.md: Use correct operand in a define_peephole2.
5283
5284 2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
5285
5286 * config/c6x/c6x.c (predicate_insn): Do not incorrectly share RTL.
5287
5288 2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
5289
5290 * config/arc/arc.c (arc_ccfsm_advance): Only take the PATTERN of
5291 this_insn if it is an INSN or JUMP_INSN.
5292 (force_offsettable): Look at base, not at addr.
5293 * config/arc/predicates.md (brcc_nolimm_operator): Don't call INTVAL
5294 on things that aren't necessarily CONST_INTs.
5295
5296 2017-02-24 Uros Bizjak <ubizjak@gmail.com>
5297
5298 * doc/invoke.texi (x86 Options, -mfpmath=sse): Mention that
5299 -mfpmath=sse is the default also for x86-32 targets with SSE2
5300 instruction set when @option{-ffast-math} is enabled
5301
5302 2017-02-24 Jeff Law <law@redhat.com>
5303
5304 PR rtl-optimizatoin/79286
5305 * ira.c (update_equiv_regs): Drop may_trap_p exception to
5306 dominance test.
5307
5308 2017-02-24 Richard Biener <rguenther@suse.de>
5309
5310 PR tree-optimization/79389
5311 * gimple-ssa-split-paths.c (is_feasible_trace): Properly skip
5312 debug insns.
5313
5314 2017-02-24 Aldy Hernandez <aldyh@redhat.com>
5315
5316 * tree-ssa-loop-niter.c (number_of_iterations_exit): Update
5317 function comment to reflect reality.
5318 (loop_exits_before_overflow): Fix typo in function description.
5319
5320 2017-02-24 Richard Biener <rguenther@suse.de>
5321
5322 PR tree-optimization/79389
5323 * gimple-ssa-split-paths.c (is_feasible_trace): Verify more
5324 properly that a threading opportunity exists. Detect conditional
5325 copy/constant propagation opportunities.
5326
5327 2017-02-23 Eric Botcazou <ebotcazou@adacore.com>
5328
5329 * config/visium/visium.md (type): Add trap.
5330 (b): New mode attribute.
5331 (*btst): Rename into...
5332 (*btst<mode>): ...this and adjust.
5333 (*cbranchsi4_btst_insn): Rename into...
5334 (*cbranch<mode>4_btst_insn): ...this and adjust.
5335 (trap): New define_insn.
5336
5337 2017-02-23 Jakub Jelinek <jakub@redhat.com>
5338
5339 PR tree-optimization/79389
5340 * ifcvt.c (struct noce_if_info): Add rev_cond field.
5341 (noce_reversed_cond_code): New function.
5342 (noce_emit_store_flag): Use rev_cond if non-NULL instead of
5343 reversed_comparison_code. Formatting fix.
5344 (noce_try_store_flag): Test rev_cond != NULL in addition to
5345 reversed_comparison_code.
5346 (noce_try_store_flag_constants): Likewise.
5347 (noce_try_store_flag_mask): Likewise.
5348 (noce_try_addcc): Use rev_cond if non-NULL instead of
5349 reversed_comparison_code.
5350 (noce_try_cmove_arith): Likewise. Formatting fixes.
5351 (noce_try_minmax, noce_try_abs): Clear rev_cond.
5352 (noce_find_if_block): Initialize rev_cond.
5353 (find_cond_trap): Call noce_get_condition with then_bb == trap_bb
5354 instead of false as last argument never attempt to reverse it
5355 afterwards.
5356
5357 2017-02-23 Bin Cheng <bin.cheng@arm.com>
5358
5359 PR tree-optimization/79663
5360 * tree-predcom.c (combine_chains): Process refs in reverse order
5361 only for ZERO length chains, and add explaining comment.
5362
5363 2017-02-23 Jeff Law <law@redhat.com>
5364
5365 PR tree-optimization/79578
5366 * tree-ssa-dse.c (clear_bytes_written_by): Use OEP_ADDRESS_OF
5367 in call to operand_equal_p.
5368
5369 2017-01-23 Dominique d'Humieres <dominiq@lps.ens.fr>
5370
5371 PR target/71017
5372 * config/i386/cpuid.h: Fix another undefined behavior.
5373
5374 2017-02-23 Richard Biener <rguenther@suse.de>
5375
5376 PR tree-optimization/79683
5377 * tree-vect-stmts.c (vect_analyze_stmt): Do not overwrite
5378 vector types for data-refs.
5379
5380 2017-02-23 Martin Liska <mliska@suse.cz>
5381
5382 * params.def (PARAM_MIN_NONDEBUG_INSN_UID): Change default to 0.
5383
5384 2017-02-23 Jakub Jelinek <jakub@redhat.com>
5385
5386 PR middle-end/79665
5387 * internal-fn.c (get_range_pos_neg): Moved to ...
5388 * tree.c (get_range_pos_neg): ... here. No longer static.
5389 * tree.h (get_range_pos_neg): New prototype.
5390 * expr.c (expand_expr_real_2) <case TRUNC_DIV_EXPR>: If both arguments
5391 are known to be in between 0 and signed maximum inclusive, try to
5392 expand both unsigned and signed divmod and use the cheaper one from
5393 those.
5394
5395 2017-02-22 Jeff Law <law@redhat.com>
5396
5397 PR tree-optimization/79578
5398 * tree-ssa-dse.c (clear_bytes_written_by): Use operand_equal_p
5399 to compare base operands.
5400
5401 2017-02-22 Segher Boessenkool <segher@kernel.crashing.org>
5402
5403 PR target/79211
5404 * config/rs6000/rs6000.md (*fsel<SFDF:mode><SFDF2:mode>4): Use
5405 gpc_reg_operand instead of fpr_reg_operand.
5406
5407 2017-02-22 Sameera Deshpande <sameera.deshpande@imgtec.com>
5408
5409 * config/mips/mips.c (mips_return_in_memory): Force FP
5410 vector types to be returned in memory for o32 ABI.
5411
5412 2017-02-22 Jakub Jelinek <jakub@redhat.com>
5413
5414 * dwarf2out.c (gen_variable_die): For -gdwarf-5, use DW_TAG_variable
5415 instead of DW_TAG_member for static data member declarations and don't
5416 set no_linkage_name for static inline data members.
5417 (gen_member_die): For -gdwarf-5 don't change DW_TAG_variable
5418 to DW_TAG_member.
5419
5420 2017-02-22 Martin Liska <mliska@suse.cz>
5421
5422 * doc/invoke.texi: Replace inequality signs with square brackets
5423 for -Wnormalized.
5424
5425 2017-02-22 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
5426
5427 PR tree-optimization/68644
5428 * gcc.dg/tree-ssa/ivopts-lt-2.c: Skip for powerpc*-*-*.
5429
5430 2017-02-22 Matthew Fortune <matthew.fortune@imgtec.com>
5431
5432 PR target/78660
5433 * lra-constraints.c (simplify_operand_subreg): Handle
5434 WORD_REGISTER_OPERATIONS targets.
5435
5436 2017-02-22 Jakub Jelinek <jakub@redhat.com>
5437
5438 PR target/70465
5439 * reg-stack.c (emit_swap_insn): Treat (float_extend:?F (mem:?F))
5440 and (const_double:?F) like (mem:?F) for the purpose of fxch %st(1)
5441 elimination by swapping fld*.
5442
5443 2017-02-22 Richard Biener <rguenther@suse.de>
5444
5445 PR tree-optimization/79673
5446 * tree-ssa-pre.c (compute_avail): Use wide_int_to_tree to
5447 convert the [TARGET_]MEM_REF offset INTEGER_CST, scrapping off
5448 irrelevant address-space qualifiers and avoiding a
5449 ADDR_SPACE_CONVERT_EXPR from fold_convert.
5450
5451 2017-02-22 Richard Biener <rguenther@suse.de>
5452
5453 PR tree-optimization/79666
5454 * tree-vrp.c (extract_range_from_binary_expr_1): Make sure
5455 to not symbolically negate if that may introduce undefined
5456 overflow.
5457
5458 2017-02-22 Martin Liska <mliska@suse.cz>
5459
5460 PR lto/79587
5461 * data-streamer-in.c (streamer_read_gcov_count): Remove assert.
5462 * data-streamer-out.c (streamer_write_gcov_count_stream):
5463 Likewise.
5464 * value-prof.c (stream_out_histogram_value): Make assert more
5465 precise based on type of counter.
5466
5467 2017-02-21 Uros Bizjak <ubizjak@gmail.com>
5468
5469 PR target/79593
5470 * config/i386/i386.md (standard_x87sse_constant_load splitter):
5471 Use nonimmediate_operand instead of memory_operand for operand 1.
5472 (float-extend standard_x87sse_constant_load splitter): Ditto.
5473
5474 2017-02-21 Jeff Law <law@redhat.com>
5475
5476 PR tree-optimization/79621
5477 * gimple-ssa-isolate-paths.c (find_implicit_erroneous_behavior): Ignore
5478 blocks with edges to themselves.
5479
5480 2017-02-21 Jakub Jelinek <jakub@redhat.com>
5481
5482 PR target/79633
5483 * tree-chkp-opt.c (chkp_optimize_string_function_calls): Use
5484 is_gimple_call instead of comparing gimple_code with GIMPLE_CALL.
5485 Use gimple_call_builtin_p.
5486
5487 PR target/79570
5488 * sel-sched.c (moveup_expr_cached): Don't call sel_bb_head
5489 on temporarily removed DEBUG_INSNs.
5490
5491 PR tree-optimization/79649
5492 * tree-loop-distribution.c (classify_partition): Give up on
5493 non-generic address space loads/stores.
5494
5495 2017-02-21 Aldy Hernandez <aldyh@redhat.com>
5496
5497 * doc/loop.texi (Loop manipulation): Remove nonexistent
5498 tree_ssa_loop_version from the documentation.
5499 * cfgloopmanip.c (loop_version): Document CONDITION_BB argument.
5500
5501 2017-02-21 Jakub Jelinek <jakub@redhat.com>
5502
5503 PR target/79494
5504 * config/i386/i386.c (ix86_expand_split_stack_prologue): Call
5505 make_reg_eh_region_note_nothrow_nononlocal on call_insn.
5506 * config/rs6000/rs6000.c: Include except.h.
5507 (rs6000_expand_split_stack_prologue): Call
5508 make_reg_eh_region_note_nothrow_nononlocal on the call insn.
5509
5510 2017-02-21 Martin Jambor <mjambor@suse.cz>
5511
5512 PR lto/79579
5513 * ipa-prop.c (ipa_prop_write_jump_functions): Bail out if no edges
5514 have been analyzed.
5515
5516 2017-02-21 Martin Jambor <mjambor@suse.cz>
5517
5518 * common.opt (-fipa-cp-alignment): Mark as ignored and preserved
5519 for backward compatibility only.
5520 * doc/invoke.texi (Option Summary): Remove all references to
5521 -fipa-cp-alignment.
5522
5523 2017-02-21 Matthew Fortune <matthew.fortune@imgtec.com>
5524
5525 PR target/78660
5526 Revert:
5527 2017-02-20 Matthew Fortune <matthew.fortune@imgtec.com>
5528
5529 * lra-constraints.c (curr_insn_transform): Handle
5530 WORD_REGISTER_OPERATIONS requirements when reloading SUBREGs.
5531
5532 2017-02-21 Martin Liska <mliska@suse.cz>
5533
5534 * config/i386/i386.opt: Replace -masm-dialect with -masm.
5535
5536 2017-02-21 Thomas Schwinge <thomas@codesourcery.com>
5537
5538 PR translation/79638
5539 * config/nvptx/nvptx.c (ENTRY_TEMPLATE): Single out "%ntid.y".
5540
5541 2017-02-21 Eric Botcazou <ebotcazou@adacore.com>
5542
5543 PR ada/67205
5544 * config/arm/arm.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define.
5545 (arm_function_ok_for_sibcall): Return false for an indirect call by
5546 descriptor if all the argument registers are used.
5547 (arm_relayout_function): Use FUNCTION_ALIGNMENT macro to adjust the
5548 alignment of the function.
5549
5550 2017-02-21 Jakub Jelinek <jakub@redhat.com>
5551
5552 PR tree-optimization/61441
5553 * simplify-rtx.c (simplify_const_unary_operation): For
5554 -fsignaling-nans and sNaN operand, return NULL_RTX rather than
5555 the sNaN unmodified.
5556
5557 2017-02-20 Bernd Edlinger <bernd.edlinger@hotmail.de>
5558
5559 * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
5560 (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
5561 instead of SYSTEM_HEADER_DIR.
5562
5563 2017-02-20 Gerald Pfeifer <gerald@pfeifer.com>
5564 Martin Liška <mliska@suse.cz>
5565
5566 * doc/invoke.texi (use-after-scope-direct-emission-threshold):
5567 Fix typos and grammar, use active voice, and clarify.
5568
5569 2017-02-20 Marek Polacek <polacek@redhat.com>
5570
5571 PR middle-end/79537
5572 * gimplify.c (gimplify_expr): Handle unused *&&L;.
5573
5574 PR sanitizer/79558
5575 * ubsan.c (ubsan_type_descriptor): Check if TYPE_MAX_VALUE is null.
5576
5577 2017-02-20 Jakub Jelinek <jakub@redhat.com>
5578
5579 PR target/79568
5580 * config/i386/i386.c (ix86_expand_builtin): Handle
5581 OPTION_MASK_ISA_AVX512VL and OPTION_MASK_ISA_64BIT in
5582 ix86_builtins_isa[fcode].isa as a requirement of those
5583 flags and any other flag in the bitmask.
5584 (ix86_init_mmx_sse_builtins): Use 0 instead of
5585 ~OPTION_MASK_ISA_64BIT as mask.
5586 * config/i386/i386-builtin.def (__builtin_ia32_rdtsc,
5587 __builtin_ia32_rdtscp, __builtin_ia32_pause, __builtin_ia32_bsrsi,
5588 __builtin_ia32_rdpmc, __builtin_ia32_rolqi, __builtin_ia32_rolhi,
5589 __builtin_ia32_rorqi, __builtin_ia32_rorhi): Likewise.
5590
5591 2017-02-20 Matthew Fortune <matthew.fortune@imgtec.com>
5592
5593 PR target/78012
5594 * lra-constraints.c (split_reg): Check requested split mode
5595 is supported by the register.
5596
5597 2017-02-20 Matthew Fortune <matthew.fortune@imgtec.com>
5598
5599 * lra-constraints.c (simplify_operand_subreg): Remove early
5600 return false.
5601
5602 2017-02-20 Matthew Fortune <matthew.fortune@imgtec.com>
5603
5604 PR target/78660
5605 * lra-constraints.c (curr_insn_transform): Tighten condition
5606 for converting SUBREG reloads from OP_OUT to OP_INOUT.
5607
5608 2017-02-20 Matthew Fortune <matthew.fortune@imgtec.com>
5609
5610 PR target/78660
5611 * lra-constraints.c (curr_insn_transform): Handle
5612 WORD_REGISTER_OPERATIONS requirements when reloading SUBREGs.
5613
5614 2017-02-19 Uros Bizjak <ubizjak@gmail.com>
5615
5616 Revert:
5617 2016-05-30 Uros Bizjak <ubizjak@gmail.com>
5618
5619 * config/i386/sync.md (mfence_nosse): Use "lock orl $0, -4(%esp)".
5620
5621 2017-02-19 Jonathan Wakely <jwakely@redhat.com>
5622
5623 PR c++/69523
5624 * doc/invoke.texi (C++ Dialect Options) [-Wliteral-suffix]: Update
5625 description.
5626
5627 2017-02-19 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
5628
5629 * gimple-pretty-print.c (dump_ternary_rhs): Adjust gimple dump format
5630 for FMA_EXPR.
5631
5632 2017-02-18 Jakub Jelinek <jakub@redhat.com>
5633
5634 * final.c (last_columnnum, override_columnnum): New variables.
5635 (final_start_function): Set last_columnnum, pass it to begin_prologue
5636 hook and pass 0 to dwarf2out_begin_prologue.
5637 (final_scan_insn): Update override_columnnum. Pass last_columnnum
5638 to source_line debug hook.
5639 (notice_source_line): Compute last_columnnum and for debug_column_info
5640 return true on column changes.
5641 * debug.h (struct gcc_debug_hooks): Add column argument to
5642 source_line and begin_prologue hooks.
5643 (debug_nothing_int_charstar_int_bool): Remove prototype.
5644 (debug_nothing_int_int_charstar,
5645 debug_nothing_int_int_charstar_int_bool): New prototypes.
5646 (dwarf2out_begin_prologue): Add column argument.
5647 * debug.c (do_nothing_debug_hooks): Adjust source_line and
5648 begin_prologue hooks.
5649 (debug_nothing_int_charstar_int_bool): Remove.
5650 (debug_nothing_int_int_charstar,
5651 debug_nothing_int_int_charstar_int_bool): New functions.
5652 * dwarf2out.c (dwarf2out_begin_prologue): Add column argument, pass it
5653 through to dwarf2out_source_line.
5654 (dwarf2_lineno_debug_hooks): Adjust begin_prologue hook.
5655 (dwarf2out_source_line): Add column argument, emit it if requested.
5656 * sdbout.c (sdbout_source_line, sdbout_begin_prologue): Add column
5657 arguments.
5658 * xcoffout.h (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
5659 * xcoffout.c (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
5660 * vmsdbgout.c (vmsdbgout_begin_prologue): Add column argument, pass it
5661 through to dwarf2out_begin_prologue.
5662 (vmsdbgout_source_line): Add column argument, pass it through to
5663 dwarf2out_source_line.
5664 * dbxout.c (dbxout_begin_prologue): Add column argument, adjust
5665 dbxout_source_line caller.
5666 (dbxout_source_line): Add column argument.
5667
5668 * common.opt (gno-column-info, gcolumn-info): New options.
5669 * dwarf2out.c (dwarf2_lineno_debug_hooks): Formatting fix.
5670 (check_die): Also test for multiple DW_AT_decl_column attributes.
5671 (add_src_coords_attributes, dwarf2out_imported_module_or_decl_1): Add
5672 DW_AT_decl_column if requested.
5673 (gen_subprogram_die): Compare and/or add also DW_AT_decl_column
5674 if requested.
5675 (gen_variable_die): Likewise.
5676 (add_call_src_coords_attributes): Add DW_AT_call_column if requested.
5677 * doc/invoke.texi (-gcolumn-info, -gno-column-info): Document.
5678
5679 PR target/79569
5680 * config/i386/i386.opt (m3dnowa): Replace Undocumented with Report.
5681 * common/config/i386/i386-common.c (OPTION_MASK_ISA_3DNOW_A_SET): Define.
5682 (ix86_handle_option): Handle OPT_m3dnowa.
5683 * doc/invoke.texi (-m3dnowa): Document.
5684 * doc/extend.texi (__builtin_ia32_pmulhuw, __builtin_ia32_pf2iw): Use
5685 -m3dnowa instead of -m3dnow -march=athlon.
5686
5687 PR target/79559
5688 * config/i386/i386.c (ix86_print_operand): Use output_operand_lossage
5689 instead of gcc_assert for K, r and R code checks. Formatting fixes.
5690
5691 2017-02-17 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
5692
5693 PR target/79261
5694 * config/rs6000/rs6000.c (rs6000_expand_ternop_builtin): Add
5695 support for CODE_FOR_vsx_xxpermdi_v2d[fi]_be.
5696 * config/rs6000/rs6000.md (reload_gpr_from_vsx<mode>): Call
5697 generator for vsx_xxpermdi_<mode>_be.
5698 * config/rs6000/vsx.md (vsx_xxpermdi_<mode>): Remove logic to
5699 force big-endian semantics.
5700 (vsx_xxpermdi_<mode>_be): New define_expand with same
5701 implementation as previous version of vsx_xxpermdi_<mode>.
5702
5703 2017-02-17 Jakub Jelinek <jakub@redhat.com>
5704
5705 PR tree-optimization/79327
5706 * gimple-ssa-sprintf.c (format_integer): Remove likely_adjust
5707 variable, its initialization and use.
5708
5709 2017-02-17 Julia Koval <julia.koval@intel.com>
5710
5711 * common/config/i386/i386-common.c (OPTION_MASK_ISA_RDPID_SET): New.
5712 (OPTION_MASK_ISA_PKU_UNSET): New.
5713 (ix86_handle_option): Handle -mrdpid.
5714 * config/i386/cpuid.h (bit_RDPID): New.
5715 * config/i386/driver-i386.c (host_detect_local_cpu):
5716 Detect RDPID feature.
5717 * config/i386/i386-builtin.def (__builtin_ia32_rdpid): New.
5718 * config/i386/i386-c.c (ix86_target_macros_internal):
5719 Handle RDPID flag.
5720 * config/i386/i386.c (ix86_target_string): Add -mrdpid to isa2_opts.
5721 (ix86_valid_target_attribute_inner_p): Add "rdpid".
5722 (ix86_expand_builtin): Handle IX86_BUILTIN_RDPID.
5723 * config/i386/i386.h (TARGET_RDPID, TARGET_RDPID_P): New.
5724 * config/i386/i386.md (define_insn "rdpid"): New.
5725 * config/i386/i386.opt Add -mrdpid.
5726 * config/i386/immintrin.h (_rdpid_u32): New.
5727
5728 2017-02-17 Vladimir Makarov <vmakarov@redhat.com>
5729
5730 PR rtl-optimization/79541
5731 * lra-constraints.c (curr_insn_transform): Remove wrong asm insn
5732 instead of transforming it into USE.
5733
5734 2017-02-17 Segher Boessenkool <segher@kernel.crashing.org>
5735
5736 * config/rs6000/rs6000.md (extendsfdf2): Remove default arguments.
5737 If HONOR_SNANS (SFmode) force the input to a register.
5738 (*extendsfdf2_fpr): Add !HONOR_SNANS (SFmode) condition.
5739 (*extendsfdf2_snan): New pattern, used when using SNaNs; it generates
5740 an frsp or similar insn.
5741
5742 2017-02-17 Martin Liska <mliska@suse.cz>
5743
5744 PR rtl-optimization/79577
5745 * params.def (selsched-max-sched-times): Increase minimum to 1.
5746
5747 2017-02-17 Martin Liska <mliska@suse.cz>
5748
5749 PR rtl-optimization/79574
5750 * gcse.c (want_to_gcse_p): Prevent integer overflow.
5751
5752 2017-02-17 Martin Liska <mliska@suse.cz>
5753
5754 PR tree-optimization/79529
5755 * tree-ssa-loop-unswitch.c (is_maybe_undefined): Use
5756 ssa_defined_default_def_p to handle cases which are implicitly
5757 defined.
5758 * tree-ssa.c (ssa_defined_default_def_p): New function.
5759 (ssa_undefined_value_p): Use ssa_defined_default_def_p to handle cases
5760 which are implicitly defined.
5761 * tree-ssa.h (ssa_defined_default_def_p): Declare.
5762
5763 2017-02-17 Richard Biener <rguenther@suse.de>
5764
5765 PR middle-end/79576
5766 * params.def (max-ssa-name-query-depth): Limit to 10.
5767
5768 2017-02-17 Richard Biener <rguenther@suse.de>
5769
5770 PR tree-optimization/79552
5771 * tree-ssa-structalias.c (visit_loadstore): Properly verify
5772 default defs.
5773
5774 2017-02-17 Richard Biener <rguenther@suse.de>
5775
5776 PR bootstrap/79567
5777 * genmatch.c (output_line_directive): Handle DIR_SEPARATOR_2.
5778
5779 2017-02-17 Marek Polacek <polacek@redhat.com>
5780
5781 PR middle-end/79536
5782 * fold-const.c (fold_negate_expr_1): Renamed from fold_negate_expr.
5783 (fold_negate_expr): New wrapper.
5784
5785 2017-02-16 Sandra Loosemore <sandra@codesourcery.com>
5786
5787 * doc/invoke.texi (C++ Dialect Options) [-Wno-non-template-friend]:
5788 Correct terminology and de-emphasize pre-standard behavior.
5789
5790 2017-02-16 Alan Modra <amodra@gmail.com>
5791
5792 PR rtl-optimization/79286
5793 * ira.c (def_dominates_uses): New function.
5794 (update_equiv_regs): Don't create an equivalence for insns that
5795 may trap where the register def does not dominate the use.
5796
5797 2017-02-16 Vladimir Makarov <vmakarov@redhat.com>
5798
5799 PR rtl-optimization/78127
5800 * lra.c (lra): Call lra_eliminate before finish the loop after
5801 lra_constraint.
5802
5803 2017-02-16 Richard Biener <rguenther@suse.de>
5804
5805 * graphite.h: Do not include isl/isl_val_gmp.h, instead include
5806 isl/isl_val.h.
5807 * graphite-isl-ast-to-gimple.c (gmp_cst_to_tree): Remove.
5808 (gcc_expression_from_isl_expr_int): Use generic isl_val interface.
5809 * graphite-sese-to-poly.c: Do not include isl/isl_val_gmp.h.
5810 (isl_val_int_from_wi): New function.
5811 (extract_affine_gmp): Rename to ...
5812 (extract_affine_wi): ... this, take a widest_int.
5813 (extract_affine_int): Just wrap extract_affine_wi.
5814 (add_param_constraints): Use isl_val_int_from_wi.
5815 (add_loop_constraints): Likewise, and extract_affine_wi.
5816
5817 2017-02-15 Jeff Law <law@redhat.com>
5818
5819 PR middle-end/79521
5820 * ira-costs.c (scan_one_insn): Check have_regs_of_mode before calling
5821 ira_init_register_move_cost_if_necessary.
5822
5823 2017-02-15 Martin Sebor <msebor@redhat.com>
5824
5825 PR middle-end/32003
5826 * doc/invoke.texi (-fdump-final-insns): Replace option accidentally
5827 removed in a prior commit.
5828
5829 2017-02-15 Bin Cheng <bin.cheng@arm.com>
5830
5831 PR tree-optimization/79347
5832 * tree-vect-loop-manip.c (vect_do_peeling): Maintain profile
5833 counters during peeling.
5834
5835 2017-02-15 Thomas Schwinge <thomas@codesourcery.com>
5836
5837 * Makefile.in (site.exp): Remove "set ISLVER".
5838
5839 2017-02-15 Jakub Jelinek <jakub@redhat.com>
5840
5841 PR target/79487
5842 * real.c (real_from_integer): Call real_convert even for decimal.
5843
5844 2017-02-15 Dominik Vogt <vogt@linux.vnet.ibm.com>
5845
5846 PR target/79421
5847 * config/s390/s390.c: define TARGET_CUSTOM_FUNCTION_DESCRIPTORS.
5848
5849 2017-02-14 Andrew Pinski <apinski@cavium.com>
5850
5851 * config/aarch64/aarch64-cores.def (thunderx2t99): Move to under 'C"
5852 cores and change the partno/implementer to be correct.
5853 (thunderx2t99p1): New core which replaces thunderx2t99 and still has
5854 the 'B" as the implementer.
5855 * config/aarch64/aarch64-tune.md: Regenerate.
5856
5857 2017-02-14 Carl Love <cel@us.ibm.com>
5858
5859 * config/rs6000/rs6000.c: Add case statement entry to make the
5860 xvcvuxdsp built-in argument unsigned.
5861 * config/rs6000/vsx.md: Fix the source and return operand types so they
5862 match the instruction definitions from the ISA document. Fix typo
5863 in the instruction generation for the (define_insn "vsx_xvcvuxdsp"
5864 statement.
5865
5866 2017-02-14 Vladimir Makarov <vmakarov@redhat.com>
5867
5868 PR target/79282
5869 * lra-int.h (struct lra_operand_data, struct lra_insn_reg): Add
5870 member early_clobber_alts.
5871 * lra-lives.c (reg_early_clobber_p): New.
5872 (process_bb_lives): Use it.
5873 * lra.c (new_insn_reg): New arg early_clobber_alts. Use it.
5874 (debug_operand_data): Initialize early_clobber_alts.
5875 (setup_operand_alternative): Set up early_clobber_alts.
5876 (collect_non_operand_hard_regs): Ditto. Pass early clobber
5877 alternatives to new_insn_reg.
5878 (add_regs_to_insn_regno_info): Add arg early_clobber_alts. Use
5879 it.
5880 (lra_update_insn_regno_info): Pass the new arg.
5881
5882 2017-02-14 Jakub Jelinek <jakub@redhat.com>
5883
5884 PR middle-end/79505
5885 * omp-offload.c (free_oacc_loop): Release loop->ifns vector.
5886 (new_oacc_loop_raw): Don't clear already cleared fields.
5887
5888 PR target/79481
5889 * config/i386/avx512pfintrin.h (_mm512_prefetch_i32gather_pd,
5890 _mm512_prefetch_i32gather_ps, _mm512_prefetch_i64gather_pd,
5891 _mm512_prefetch_i64gather_ps): New inline functions and macros.
5892
5893 2017-02-14 Uros Bizjak <ubizjak@gmail.com>
5894
5895 PR target/79495
5896 * config/i386/i386.md (*movxf_internal): Add (o,rC) alternative.
5897
5898 2017-02-14 H.J. Lu <hongjiu.lu@intel.com>
5899
5900 PR target/79498
5901 * config/i386/i386.c (timode_scalar_chain::convert_insn): Insert
5902 the extra instruction to the right place to store 128-bit constant
5903 when needed.
5904
5905 2017-02-14 Martin Sebor <msebor@redhat.com>
5906
5907 PR middle-end/79448
5908 * gimple-ssa-sprintf.c (format_directive): Avoid issuing INT_MAX
5909 warning for strings of unknown length.
5910
5911 2017-02-13 Segher Boessenkool <segher@kernel.crashing.org>
5912
5913 * config.gcc (supported_defaults) [powerpc*-*-*]: Update.
5914
5915 2017-02-14 Jeff Law <law@redhat.com>
5916
5917 PR target/79404
5918 * ira-costs.c (scan_one_insn): Initialize register move costs
5919 for pseudos seen in USE/CLOBBER insns.
5920
5921 PR tree-optimization/79095
5922 * tree-vrp.c (extract_range_from_binary_expr_1): For EXACT_DIV_EXPR,
5923 if the numerator has the range ~[0,0] make the resultant range ~[0,0].
5924 (extract_range_from_binary_expr): For MINUS_EXPR with no derived range,
5925 if the operands are known to be not equal, then the resulting range
5926 is ~[0,0].
5927 (intersect_ranges): If the new range is ~[0,0] and the old range is
5928 wide, then prefer ~[0,0].
5929 * tree-vrp.c (overflow_comparison_p_1): New function.
5930 (overflow_comparison_p): New function.
5931 * tree-vrp.c (register_edge_assert_for_2): Register additional asserts
5932 if NAME is used in an overflow test.
5933 (vrp_evaluate_conditional_warnv_with_ops): If the ops represent an
5934 overflow check that can be expressed as an equality test, then adjust
5935 ops to be that equality test.
5936
5937 2017-02-14 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5938
5939 * config/s390/s390-builtin-types.def: Remove flags argument.
5940 * config/s390/s390.c (s390_init_builtins): Likewise.
5941
5942 2017-02-14 Martin Liska <mliska@suse.cz>
5943
5944 * tree-ssa-loop-unswitch.c (hoist_guard): Release get_loop_body
5945 vector. Fix trailing white spaces.
5946
5947 2017-02-14 James Greenhalgh <james.greenhalgh@arm.com>
5948
5949 * config/aarch64/aarch64.c (aarch64_simd_container_mode): Handle
5950 HFmode.
5951
5952 2017-02-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5953
5954 PR rtl-optimization/68664
5955 * config/arm/arm.c (arm_sched_can_speculate_insn):
5956 New function. Declare prototype.
5957 (TARGET_SCHED_CAN_SPECULATE_INSN): Define.
5958
5959 2017-02-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5960
5961 PR rtl-optimization/68664
5962 * config/aarch64/aarch64.c (aarch64_sched_can_speculate_insn):
5963 New function.
5964 (TARGET_SCHED_CAN_SPECULATE_INSN): Define.
5965
5966 2017-02-14 Amit Pawar <amit.pawar@amd.com>
5967
5968 * config/i386/i386.c (znver1_cost): Fix the alignment for function and
5969 max skip bytes for function, loop and jump.
5970
5971 2017-02-14 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
5972
5973 * gimple-pretty-print.c (dump_unary_rhs): Adjust dump format for
5974 ABS_EXPR for gimple dump.
5975
5976 2017-02-14 Jakub Jelinek <jakub@redhat.com>
5977
5978 PR target/79462
5979 * config/sh/sh.c (expand_cbranchdi4): Don't clear operands[4].
5980
5981 PR tree-optimization/79408
5982 * tree-vrp.c (simplify_div_or_mod_using_ranges): Handle also the
5983 case when on TRUNC_MOD_EXPR op0 is INTEGER_CST.
5984 (simplify_stmt_using_ranges): Call simplify_div_or_mod_using_ranges
5985 also if rhs1 is INTEGER_CST.
5986
5987 2017-02-14 Richard Biener <rguenther@suse.de>
5988
5989 PR middle-end/79432
5990 * tree-into-ssa.c (insert_phi_nodes): When the function can
5991 have abnormal edges rewrite SSA names with broken use-def
5992 dominance out of SSA and register them for PHI insertion.
5993
5994 2017-02-13 Martin Sebor <msebor@redhat.com>
5995
5996 PR middle-end/79496
5997 * gimple-ssa-sprintf.c (pass_sprintf_length::handle_gimple_call): Avoid
5998 clearing info.nowrite flag when snprintf size argument is a range.
5999
6000 2017-02-13 Jakub Jelinek <jakub@redhat.com>
6001
6002 * cprop.c (cprop_jump): Add missing space in string literal.
6003 * tree-ssa-structalias.c (rewrite_constraints): Likewise.
6004 (get_constraint_for_component_ref): Likewise.
6005 * df-core.c (df_worklist_dataflow_doublequeue): Likewise.
6006 * tree-outof-ssa.c (insert_partition_copy_on_edge): Likewise.
6007 * lra-constraints.c (process_alt_operands): Likewise.
6008 * ipa-inline.c (inline_small_functions): Likewise.
6009 * tree-ssa-sccvn.c (visit_reference_op_store): Likewise.
6010 * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
6011 * trans-mem.c (diagnose_tm_1_op): Likewise.
6012 * omp-grid.c (grid_find_single_omp_among_assignments): Likewise.
6013 (grid_parallel_clauses_gridifiable): Likewise.
6014
6015 * config/nvptx/mkoffload.c (process): Add space in between
6016 , and %d.
6017
6018 * config/i386/i386.h (REG_CLASS_NAMES): Add , in between
6019 "MOD4_SSE_REGS" and "ALL_REGS".
6020
6021 * spellcheck.c (test_data): Add , in between "foo" and "food".
6022
6023 2017-02-13 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
6024
6025 PR target/79449
6026 * config/rs6000/rs6000.c (expand_block_compare): Make sure runtime
6027 boundary crossing check and subsequent code generation agree.
6028
6029 2017-02-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6030
6031 * config/aarch64/aarch64.c (has_memory_op): Delete.
6032 (aarch64_madd_needs_nop): Use contains_mem_rtx_p instead of
6033 has_memory_op.
6034
6035 2017-02-13 Jakub Jelinek <jakub@redhat.com>
6036
6037 PR rtl-optimization/79388
6038 PR rtl-optimization/79450
6039 * combine.c (distribute_notes): When removing TEM_INSN for which
6040 corresponding dest has last value recorded, invalidate that last
6041 value.
6042
6043 2017-02-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6044
6045 * config/arm/arm.c (arm_print_tune_info): Use ASM_COMMENT_START instead
6046 of explicit '@'. Add missing assembly comment marker on branch costs
6047 printout.
6048
6049 2017-02-13 Nathan Sidwell <nathan@acm.org>
6050
6051 * gengtype-lex.l (<in_struct>): Add '/'.
6052
6053 2017-02-13 Martin Liska <mliska@suse.cz>
6054
6055 PR c/79471
6056 * calls.c (expand_call): Replace XALLOCAVEC with XCNEWVEC.
6057
6058 2017-02-13 Richard Biener <rguenther@suse.de>
6059
6060 * configure.ac (HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS):
6061 Remove.
6062 * configure: Re-generate.
6063 * config.in: Likewise.
6064 * graphite-dependences.c: Simplify as if
6065 HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS was defined.
6066 * graphite-isl-ast-to-gimple.c: Likewise.
6067 * graphite-optimize-isl.c: Likewise.
6068 * graphite-poly.c: Likewise.
6069 * graphite-sese-to-poly.c: Likewise.
6070 * graphite.h: Likewise.
6071 * toplev.c: Include isl/version.h and use isl_version () for
6072 printing the ISL version.
6073 * doc/install.texi: Update ISL requirement.
6074
6075 2017-02-12 Gerald Pfeifer <gerald@pfeifer.com>
6076
6077 * doc/standards.texi (Standards): Update reference to
6078 Objective-C 2.0.
6079
6080 2017-02-12 Gerald Pfeifer <gerald@pfeifer.com>
6081
6082 * doc/extend.texi (Named Address Spaces): sourceware.org now
6083 defaults to https.
6084 * doc/install.texi (Binaries): Ditto.
6085 (Specific): Ditto.
6086
6087 2017-02-11 Sandra Loosemore <sandra@codesourcery.com>
6088
6089 * doc/cpp.texi: Replace "stringify"/"stringification" with C
6090 standard terminology "stringize"/"stringizing" throughout.
6091 * doc/cppinternals.texi: Likewise.
6092
6093 2017-02-11 Sandra Loosemore <sandra@codesourcery.com>
6094
6095 * doc/extend.texi: Fix some spelling mistakes and typos.
6096 * doc/invoke.texi: Likewise.
6097
6098 2017-02-11 Jan Hubicka <hubicka@ucw.cz>
6099
6100 PR ipa/79224
6101 * params.def (inline-min-speedup) Change from 10 to 8.
6102
6103 2017-02-11 Jakub Jelinek <jakub@redhat.com>
6104
6105 * doc/invoke.texi (fopenmp): Bump OpenMP version from 4.0 to
6106 4.5.
6107
6108 2017-02-11 Jan Hubicka <hubicka@ucw.cz>
6109
6110 PR ipa/79224
6111 * ipa-inline-analysis.c (get_minimal_bb): New function.
6112 (record_modified): Use it.
6113 (remap_edge_change_prob): Handle also ancestor functions.
6114
6115 2017-02-11 Gerald Pfeifer <gerald@pfeifer.com>
6116
6117 * doc/contrib.texi (Contributors): Remove broken link into
6118 the Mauve CVS repository.
6119
6120 2017-02-11 Jakub Jelinek <jakub@redhat.com>
6121
6122 PR middle-end/79454
6123 * internal-fn.c (expand_vector_ubsan_overflow): Use piece-wise
6124 result computation whenever lhs doesn't have vector mode, not
6125 just when it has BLKmode.
6126
6127 2017-02-10 Gerald Pfeifer <gerald@pfeifer.com>
6128
6129 * doc/makefile.texi (profiledbootstrap): Refer to the
6130 installation instructions only in textual form.
6131
6132 2017-02-10 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
6133
6134 PR target/79295
6135 * config/rs6000/altivec.md (bcd<bcd_add_sub>): Fix constraints.
6136
6137 2017-02-10 Gerald Pfeifer <gerald@pfeifer.com>
6138
6139 * doc/install.texi (Specific): Use https for blackfin.uclinux.org.
6140 (Specific): Update mingw-w64 reference.
6141 (Binaries): Ditto.
6142 (Specific): Remove broken link to Renesas RX processor.
6143
6144 2017-02-10 Richard Biener <rguenther@suse.de>
6145
6146 * toplev.c (process_options): Do not mention obsolete graphite
6147 options when printing sorry message about missing graphite support.
6148 Mention -floop-nest-optimize.
6149
6150 2017-02-10 Christophe Lyon <christophe.lyon@linaro.org>
6151
6152 * config/aarch64/arm_neon.h (vtst_p8): Rewrite without asm.
6153 (vtst_p16): Likewise.
6154 (vtstq_p8): Likewise.
6155 (vtstq_p16): Likewise.
6156 (vtst_p64): New.
6157 (vtstq_p64): Likewise.
6158 * config/arm/arm_neon.h (vgetq_lane_p64): New.
6159 (vset_lane_p64): New.
6160 (vsetq_lane_p64): New.
6161
6162 2017-02-10 Jakub Jelinek <jakub@redhat.com>
6163
6164 PR tree-optimization/79411
6165 * tree-ssa-reassoc.c (is_reassociable_op): Return false if
6166 stmt operands are SSA_NAMEs used in abnormal phis.
6167 (can_reassociate_p): Return false if op is SSA_NAME used in abnormal
6168 phis.
6169
6170 2017-02-09 Jan Hubicka <hubicka@ucw.cz>
6171
6172 PR ipa/70795
6173 * cgraphunit.c (cgraph_node::add_new_function): Set externally_visible
6174 flag if needed.
6175
6176 2017-02-09 Jan Hubicka <hubicka@ucw.cz>
6177
6178 * tree-ssa-loop-unswitch.c (hoist_guard): Update profile.
6179
6180 2017-02-09 Jakub Jelinek <jakub@redhat.com>
6181
6182 * omp-offload.c (oacc_loop_auto_partitions): Use || instead of |
6183 to avoid warning.
6184
6185 PR c/79413
6186 * gimplify.h (is_gimple_sizepos): Only test for INTEGER_CST constants,
6187 not arbitrary TREE_CONSTANT.
6188
6189 PR c/79431
6190 * gimplify.c (gimplify_adjust_omp_clauses): Ignore
6191 "omp declare target link" attribute unless is_global_var.
6192 * omp-offload.c (find_link_var_op): Likewise.
6193
6194 2017-02-09 Nathan Sidwell <nathan@codesourcery.com>
6195 Chung-Lin Tang <cltang@codesourcery.com>
6196
6197 * gimplify.c (gimplify_scan_omp_clauses): No special handling for
6198 OMP_CLAUSE_TILE.
6199 (gimplify_adjust_omp_clauses): Don't delete TILE.
6200 (gimplify_omp_for): Deal with TILE.
6201 * internal-fn.c (expand_GOACC_TILE): New function.
6202 * internal-fn.def (GOACC_DIM_POS): Comment may be overly conservative.
6203 (GOACC_TILE): New.
6204 * omp-expand.c (struct oacc_collapse): Add tile and outer fields.
6205 (expand_oacc_collapse_init): Add LOC paramter. Initialize tile
6206 element fields.
6207 (expand_oacc_collapse_vars): Add INNER parm, adjust for tiling,
6208 avoid DIV for outermost collapse var.
6209 (expand_oacc_for): Insert tile element loop as needed. Adjust.
6210 Remove out of date comments, fix whitespace.
6211 * omp-general.c (omp_extract_for_data): Deal with tiling.
6212 * omp-general.h (enum oacc_loop_flags): Add OLF_TILE flag,
6213 adjust OLF_DIM_BASE value.
6214 (struct omp_for_data): Add tiling field.
6215 * omp-low.c (scan_sharing_clauses): Allow OMP_CLAUSE_TILE.
6216 (lower_oacc_head_mark): Add OLF_TILE as appropriate. Ensure 2 levels
6217 for auto loops. Remove default auto determining, moved to
6218 oacc_loop_fixed_partitions.
6219 * omp-offload.c (struct oacc_loop): Change 'ifns' to vector of call
6220 stmts, add e_mask field.
6221 (oacc_dim_call): New function, abstracted out from oacc_thread_numbers.
6222 (oacc_thread_numbers): Use oacc_dim_call.
6223 (oacc_xform_tile): New.
6224 (new_oacc_loop_raw): Initialize e_mask, adjust for ifns vector.
6225 (finish_oacc_loop): Adjust for ifns vector.
6226 (oacc_loop_discover_walk): Append loop abstraction sites to list,
6227 add case for GOACC_TILE fns.
6228 (oacc_loop_xform_loop): Delete.
6229 (oacc_loop_process): Iterate over call list directly, and add
6230 handling for GOACC_TILE fns.
6231 (oacc_loop_fixed_partitions): Determine default auto, deal with TILE,
6232 dump partitioning.
6233 (oacc_loop_auto_partitions): Add outer_assign parm. Assign all but
6234 vector partitioning to outer loops. Assign 2 partitions to loops
6235 when available. Add TILE handling.
6236 (oacc_loop_partition): Adjust oacc_loop_auto_partitions call.
6237 (execite_oacc_device_lower): Process GOACC_TILE fns, ignore unknown specs.
6238 * tree-nested.c (convert_nonlocal_omp_clauses): Allow OMP_CLAUSE_TILE.
6239 * tree.c (omp_clause_num_ops): Adjust TILE ops.
6240 * tree.h (OMP_CLAUSE_TILE_ITERVAR, OMP_CLAUSE_TILE_COUNT): New.
6241
6242 2017-02-09 Gerald Pfeifer <gerald@pfeifer.com>
6243
6244 * configure.ac (ACX_BUGURL): Update.
6245 * configure: Regenerate.
6246
6247 2017-02-09 Richard Biener <rguenther@suse.de>
6248
6249 PR tree-optimization/69823
6250 * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
6251 Properly enumerate all BBs in the region. Use auto_vec/auto_bitmap.
6252
6253 2017-02-09 Andrew Burgess <andrew.burgess@embecosm.com>
6254
6255 * config/arc/arc-c.def: Add __NPS400__ definition.
6256 * config/arc/arc.h (CPP_SPEC): Don't define __NPS400__ here.
6257 (TARGET_NPS400): Define.
6258
6259 2017-02-09 Andrew Burgess <andrew.burgess@embecosm.com>
6260
6261 * config/arc/arc-arch.h (arc_arch_t): Move unchanged to earlier in
6262 file.
6263 (arc_cpu_t): Change base_architecture field, arch, to a arc_arc_t
6264 pointer, arch_info.
6265 (arc_cpu_types): Fill the arch_info field with a pointer into the
6266 arc_arch_types table.
6267 (arc_selected_cpu): Declare.
6268 * config/arc/arc.c (arc_selected_cpu): Make global.
6269 (arc_selected_arch): Delete.
6270 (arc_base_cpu): Delete.
6271 (arc_override_options): Remove references to deleted variables,
6272 update access to arch information.
6273 (ARC_OPT): Update access to arch information.
6274 (ARC_OPTX): Likewise.
6275 * config/arc/arc.h (arc_base_cpu): Remove declaration.
6276 (TARGET_ARC600): Update access to arch information.
6277 (TARGET_ARC601): Likewise.
6278 (TARGET_ARC700): Likewise.
6279 (TARGET_EM): Likewise.
6280 (TARGET_HS): Likewise.
6281 * config/arc/driver-arc.c (arc_cpu_to_as): Update access to arch
6282 information.
6283
6284 2017-02-08 Pat Haugen <pthaugen@us.ibm.com>
6285
6286 PR target/78604
6287 * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Invert
6288 condition/operands for integer GE/LE/GEU/LEU operations.
6289
6290 2017-02-08 Segher Boessenkool <segher@kernel.crashing.org>
6291
6292 PR translation/79397
6293 * config/rs6000/rs6000.opt (maltivec=le, maltivec=be): Fix spelling
6294 of AltiVec.
6295
6296 2017-02-08 Martin Jambor <mjambor@suse.cz>
6297
6298 PR ipa/79375
6299 * ipa-prop.c (ipa_alloc_node_params): Make static, return bool
6300 whether allocation happened.
6301 (ipa_initialize_node_params): Do not call ipa_alloc_node_params if
6302 nothing was allocated.
6303
6304 2017-02-08 Jakub Jelinek <jakub@redhat.com>
6305
6306 PR tree-optimization/79408
6307 * tree-vrp.c (simplify_div_or_mod_using_ranges): If op1 is not
6308 constant, but SSA_NAME with a known integer range, use the minimum
6309 of that range instead of op1 to determine if modulo can be replaced
6310 with its first operand.
6311
6312 2016-02-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6313
6314 * config/riscv/riscv.c (riscv_build_integer_1): Avoid use of INT16_MAX.
6315
6316 2017-02-08 Richard Biener <rguenther@suse.de>
6317
6318 PR tree-optimization/71824
6319 * graphite-scop-detection.c (scop_detection::build_scop_breadth):
6320 Check all loops contained in the merged region.
6321
6322 2017-02-07 Andrew Pinski <apinski@cavium.com>
6323
6324 * config/aarch64/aarch64.md (popcount<mode>2): New pattern.
6325
6326 2017-02-07 Andrew Pinski <apinski@cavium.com>
6327
6328 * config/aarch64/aarch64-cores.def (thunderx): Disable LSE.
6329 (thunderxt88): Likewise.
6330 (thunderxt81): Disable LSE and change v8.1 to v8.
6331 (thunderxt83): Likewise.
6332
6333 2017-02-07 Jakub Jelinek <jakub@redhat.com>
6334 Richard Biener <rguenther@suse.de>
6335
6336 PR middle-end/79399
6337 * ira-int.h (struct target_ira_int): Change x_max_struct_costs_size
6338 type from int to size_t.
6339 * ira-costs.c (struct_costs_size): Change type from int to size_t.
6340
6341 2017-02-07 Jakub Jelinek <jakub@redhat.com>
6342
6343 PR rtl-optimization/79386
6344 * cprop.c (bypass_conditional_jumps): Initialize
6345 bypass_last_basic_block already before splitting bbs after
6346 unconditional traps...
6347 (bypass_conditional_jumps): ... rather than here.
6348
6349 PR target/79299
6350 * config/i386/sse.md (xtg_mode, gatherq_mode): New mode attrs.
6351 (*avx512f_gathersi<mode>, *avx512f_gathersi<mode>_2,
6352 *avx512f_gatherdi<mode>, *avx512f_gatherdi<mode>_2): Use them,
6353 fix -masm=intel patterns.
6354
6355 2017-02-07 Richard Biener <rguenther@suse.de>
6356
6357 PR tree-optimization/79256
6358 PR middle-end/79278
6359 * builtins.c (get_object_alignment_2): Use min_align_of_type
6360 to extract alignment for MEM_REFs to honor BIGGEST_FIELD_ALIGNMENT
6361 and ADJUST_FIELD_ALIGN.
6362
6363 * doc/tm.texi.in (ADJUST_FIELD_ALIGN): Adjust to take additional
6364 type parameter.
6365 * doc/tm.texi: Regenerate.
6366 * stor-layout.c (layout_decl): Adjust.
6367 (update_alignment_for_field): Likewise.
6368 (place_field): Likewise.
6369 (min_align_of_type): Likewise.
6370 * config/arc/arc.h (ADJUST_FIELD_ALIGN): Adjust.
6371 * config/epiphany/epiphany.h (ADJUST_FIELD_ALIGN): Likewise.
6372 * config/epiphany/epiphany.c (epiphany_adjust_field_align): Likewise.
6373 * config/frv/frv.h (ADJUST_FIELD_ALIGN): Likewise.
6374 * config/frv/frv.c (frv_adjust_field_align): Likewise.
6375 * config/i386/i386.h (ADJUST_FIELD_ALIGN): Likewise.
6376 * config/i386/i386.c (x86_field_alignment): Likewise.
6377 * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Likewise.
6378 * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Likewise.
6379 * config/rs6000/freebsd64.h (ADJUST_FIELD_ALIGN): Likewise.
6380 * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Likewise.
6381 * config/rs6000/sysv4.h (ADJUST_FIELD_ALIGN): Likewise.
6382 * config/rs6000/rs6000.c (rs6000_special_adjust_field_align_p):
6383 Likewise.
6384
6385 Revert
6386 2017-01-30 Richard Biener <rguenther@suse.de>
6387
6388 PR tree-optimization/79256
6389 * targhooks.c (default_builtin_vector_alignment_reachable): Honor
6390 BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
6391 alignment on TYPE.
6392
6393 2017-02-07 Toma Tabacu <toma.tabacu@imgtec.com>
6394
6395 * config/mips/mips.c (mips_expand_builtin_insn): Convert the QImode
6396 argument of the pshufh, psllh, psllw, psrah, psraw, psrlh, psrlw
6397 builtins to SImode and emit a zero-extend, if necessary.
6398
6399 2017-02-06 Palmer Dabbelt <palmer@dabbelt.com>
6400
6401 * docs/invoke.texi (RISC-V Options): Alphabetize.
6402
6403 2017-02-06 Palmer Dabbelt <palmer@dabbelt.com>
6404
6405 * doc/invoke.texi (RISC-V Options): Use two spaces to separate
6406 options.
6407
6408 2017-02-06 Palmer Dabbelt <palmer@dabbelt.com>
6409
6410 * config/riscv/riscv.c: New file.
6411 * gcc/common/config/riscv/riscv-common.c: Likewise.
6412 * config.gcc: Likewise.
6413 * config/riscv/constraints.md: Likewise.
6414 * config/riscv/elf.h: Likewise.
6415 * config/riscv/generic.md: Likewise.
6416 * config/riscv/linux.h: Likewise.
6417 * config/riscv/multilib-generator: Likewise.
6418 * config/riscv/peephole.md: Likewise.
6419 * config/riscv/pic.md: Likewise.
6420 * config/riscv/predicates.md: Likewise.
6421 * config/riscv/riscv-builtins.c: Likewise.
6422 * config/riscv/riscv-c.c: Likewise.
6423 * config/riscv/riscv-ftypes.def: Likewise.
6424 * config/riscv/riscv-modes.def: Likewise.
6425 * config/riscv/riscv-opts.h: Likewise.
6426 * config/riscv/riscv-protos.h: Likewise.
6427 * config/riscv/riscv.h: Likewise.
6428 * config/riscv/riscv.md: Likewise.
6429 * config/riscv/riscv.opt: Likewise.
6430 * config/riscv/sync.md: Likewise.
6431 * config/riscv/t-elf-multilib: Likewise.
6432 * config/riscv/t-linux: Likewise.
6433 * config/riscv/t-linux-multilib: Likewise.
6434 * config/riscv/t-riscv: Likewise.
6435 * configure.ac: Likewise.
6436 * doc/contrib.texi: Add Kito Cheng, Palmer Dabbelt, and Andrew
6437 Waterman as RISC-V maintainers.
6438 * doc/install.texi: Add RISC-V entries.
6439 * doc/invoke.texi: Add RISC-V options section.
6440 * doc/md.texi: Add RISC-V constraints section.
6441 * configure: Regenerated.
6442
6443 2017-02-06 Michael Meissner <meissner@linux.vnet.ibm.com>
6444
6445 PR target/66144
6446 * config/rs6000/vector.md (vcond<mode><mode>): Allow the true and
6447 false values to be constant vectors with all 0 or all 1 bits set.
6448 (vcondu<mode><mode>): Likewise.
6449 * config/rs6000/predicates.md (vector_int_reg_or_same_bit): New
6450 predicate.
6451 (fpmask_comparison_operator): Update comment.
6452 (vecint_comparison_operator): New predicate.
6453 * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Optimize
6454 vector conditionals when the true and false values are constant
6455 vectors with all 0 bits or all 1 bits set.
6456
6457 2017-02-06 Martin Sebor <msebor@redhat.com>
6458
6459 PR tree-optimization/79376
6460 * gimple-fold.c (get_range_strlen): Set the minimum length to zero.
6461
6462 2017-02-06 Uros Bizjak <ubizjak@gmail.com>
6463
6464 * config/i386/sse.md (vector modes -> vec_extract* splitter): Use
6465 explicit subreg RTX with operand 1. Use VECTOR_MODE_P predicate
6466 to simplify split condition.
6467
6468 2017-02-06 Jakub Jelinek <jakub@redhat.com>
6469
6470 * omp-expand.c (oxpand_omp_atomic_fetch_op,
6471 expand_omp_atomic_pipeline): Return false if can_atomic_load_p is
6472 false.
6473
6474 2017-02-06 Segher Boessenkool <segher@kernel.crashing.org>
6475
6476 PR rtl-optimization/68664
6477 * target.def (can_speculate_insn): New hook.
6478 * doc/tm.texi.in (TARGET_SCHED_CAN_SPECULATE_INSN): New hook.
6479 * doc/tm.texi: Regenerate.
6480 * sched-rgn.c (can_schedule_ready_p): Use the new hook.
6481 * config/rs6000/rs6000.c (TARGET_SCHED_CAN_SPECULATE_INSN): New macro.
6482 (rs6000_sched_can_speculate_insn): New function.
6483
6484 2017-02-06 Jakub Jelinek <jakub@redhat.com>
6485
6486 PR tree-optimization/79284
6487 * tree-vectorizer.h (VECT_SCALAR_BOOLEAN_TYPE_P): Define.
6488 * tree-vect-stmts.c (vect_get_vec_def_for_operand,
6489 vectorizable_mask_load_store, vectorizable_operation,
6490 vect_is_simple_cond, get_same_sized_vectype): Use it instead
6491 of comparing TREE_CODE of a type against BOOLEAN_TYPE.
6492 * tree-vect-patterns.c (check_bool_pattern, search_type_for_mask_1,
6493 vect_recog_bool_pattern, vect_recog_mask_conversion_pattern): Likewise.
6494 * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
6495 * tree-vect-loop.c (vect_determine_vectorization_factor): Likewise.
6496 Remove redundant gimple_code (stmt) == GIMPLE_ASSIGN test after
6497 is_gimple_assign (stmt). Replace another such test with
6498 is_gimple_assign (stmt).
6499
6500 2017-02-06 Georg-Johann Lay <avr@gjlay.de>
6501
6502 PR target/78883
6503 * config/avr/avr.c (rtl-iter.h): Include it.
6504 (TARGET_LEGITIMATE_COMBINED_INSN): New hook define...
6505 (avr_legitimate_combined_insn): ...and implementation.
6506
6507 2017-02-06 Dominik Vogt <vogt@linux.vnet.ibm.com>
6508
6509 * config/s390/predicates.md ("larl_operand"): Use macros from hwint.h.
6510 * config/s390/s390.c (s390_const_operand_ok)
6511 (s390_canonicalize_comparison, s390_extract_part)
6512 (s390_single_part, s390_contiguous_bitmask_nowrap_p)
6513 (s390_contiguous_bitmask_p, s390_rtx_costs)
6514 (legitimize_pic_address): Likewise.
6515 * config/s390/s390.md ("clzdi2", "clztidi2"): Likewise.
6516 * config/s390/vx-builtins.md ("vec_genbytemaskv16qi")
6517 ("vec_permi<mode>", "vfae<mode>", "*vfaes<mode>", "vstrc<mode>")
6518 ("*vstrcs<mode>"): Use UINTVAL() to set unsigned HOST_WIDE_INT.
6519 * config/s390/vector.md ("vec_vfenes<mode>"): Likewise.
6520
6521 2017-02-06 Georg-Johann Lay <avr@gjlay.de>
6522
6523 * config/avr/avr.md (*addhi3_zero_extend): Add alternative where
6524 REGNO($0) == REGNO($1).
6525
6526 2017-02-06 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
6527
6528 * config/s390/linux.h(SIZE_TYPE): Add comment.
6529
6530 2017-02-06 Julian Brown <julian@codesourcery.com>
6531 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
6532 Virendra Pathak <virendra.pathak@broadcom.com>
6533
6534 * config/aarch64/aarch64-cores.def: Change the scheduler
6535 to Thunderx2t99.
6536 * config/aarch64/aarch64.md: Include thunderx2t99.md.
6537 * config/aarch64/thunderx2t99.md: New file.
6538
6539 2017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
6540
6541 * doc/standards.texi (Go Language): Update link to language
6542 standard.
6543
6544 2017-02-05 Jan Hubicka <hubicka@ucw.cz>
6545
6546 * tree-eh.c (lower_resx): Sanitize profile.
6547 (cleanup_empty_eh_move_lp): Likewise.
6548
6549 2017-02-05 Jan Hubicka <hubicka@ucw.cz>
6550
6551 PR tree-ssa/79347
6552 * cfgloopmanip.c (lv_adjust_loop_entry_edge, loop_version): Add
6553 ELSE_PROB.
6554 * cfgloopmanip.h (loop_version): Update prototype.
6555 * modulo-sched.c (sms_schedule): Update call of loop_version.
6556 * tree-if-conv.c(version_loop_for_if_conversion): Likewise.
6557 * tree-parloops.c (gen_parallel_loop): Likewise.
6558 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Likewise.
6559 * tree-ssa-loop-split.c (split_loop): Likewise.
6560 * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Likewise.
6561 * tree-vect-loop-manip.c (vect_loop_versioning): Likewise.
6562
6563 2017-02-05 Martin Liska <mliska@suse.cz>
6564
6565 PR bootstrap/78985
6566 * config/s390/s390.c (s390_gimplify_va_arg): Initialize local
6567 variable to NULL.
6568 (print_operand_address): Initialize a struct to zero.
6569
6570 2017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
6571
6572 * doc/contrib.texi (Contributors): Refer to Hans Boehm's
6573 garbage collector only in textual form.
6574
6575 2017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
6576
6577 * doc/extend.texi (x86 specific memory model extensions for
6578 transactional memory): Simplify a phrase.
6579
6580 2017-02-05 Eric Botcazou <ebotcazou@adacore.com>
6581
6582 PR target/79353
6583 * config/sparc/sync.md (atomic_loaddi_1): Replace 'U' constraint with
6584 'r', 'm' constraint with 'T' and !TARGET_ARCH64 with TARGET_ARCH32.
6585 (atomic_storedi_1): Likewise.
6586
6587 2017-02-04 Jakub Jelinek <jakub@redhat.com>
6588
6589 PR tree-optimization/79338
6590 * tree-parloops.c (gather_scalar_reductions): Don't call
6591 vect_analyze_loop_form for loop->inner before destroying loop's
6592 loop_vinfo.
6593
6594 2017-02-03 Martin Sebor <msebor@redhat.com>
6595
6596 PR tree-optimization/79327
6597 * gimple-ssa-sprintf.c (tree_digits): Avoid adding the base prefix
6598 when precision has resulted in leading zeros.
6599 (format_integer): Adjust the likely counter to assume an unknown
6600 argument that may be zero is non-zero.
6601
6602 2017-02-03 Jason Merrill <jason@redhat.com>
6603
6604 PR c++/78689
6605 * tree-inline.c (copy_tree_body_r) [COND_EXPR]: Revert change to
6606 avoid copying non-taken branch.
6607
6608 2017-02-03 Jakub Jelinek <jakub@redhat.com>
6609
6610 PR tree-optimization/79340
6611 * tree-vect-loop.c (vectorizable_reduction): Release
6612 vec_defs elements after safe_splicing them into other vectors.
6613 Formatting fixes.
6614
6615 PR tree-optimization/79327
6616 * gimple-ssa-sprintf.c (adjust_range_for_overflow): If returning
6617 true, always set *argmin and *argmax to TYPE_{MIN,MAX}_VALUE of
6618 dirtype.
6619 (format_integer): Use wide_int_to_tree instead of build_int_cst
6620 + to_?hwi. If argmin is NULL, just set argmin and argmax to
6621 TYPE_{MIN,MAX}_VALUE of argtype. Simplify and fix computation
6622 of shortest and longest sequence.
6623
6624 2017-02-03 Uros Bizjak <ubizjak@gmail.com>
6625
6626 * config/i386/i386.c (dimode_scalar_chain::convert_reg):
6627 Use pextrd for TARGET_SSE4_1 when creating scalar copy.
6628
6629 2017-02-03 Walter Lee <walt@tilera.com>
6630
6631 PR target/78862
6632 * config/tilegx/tilegx.md (tilegx_expand_prologue): Add blockage
6633 after initial stackframe link reg save.
6634 * config/tilepro/tilepro.md (tilepro_expand_prologue): Likewise.
6635
6636 2017-02-03 Jakub Jelinek <jakub@redhat.com>
6637
6638 PR target/79354
6639 * config/rs6000/rs6000.md (movsi_from_sf): Use wb constraint instead of
6640 wu for stxssp alternative.
6641
6642 2017-02-03 Martin Sebor <msebor@redhat.com>
6643
6644 PR tree-optimization/79352
6645 * gimple-fold.c (get_range_strlen): Add argument.
6646 (get_range_strlen): Change return type to bool.
6647 (get_maxval_strlen): Pass in a dummy argument.
6648 * gimple-fold.h (get_range_strlen): Change return type to bool.
6649 * gimple-ssa-sprintf.c (get_string_length): Set unlikely counter.
6650 * tree.h (array_at_struct_end_p): Add argument.
6651 * tree.c (array_at_struct_end_p): Handle it.
6652
6653 2017-02-03 Martin Liska <mliska@suse.cz>
6654
6655 PR lto/66295
6656 * multiple_target.c (create_dispatcher_calls): Redirect edge
6657 from a caller of a dispatcher.
6658 (expand_target_clones): Make the clones local.
6659 (ipa_target_clone): Do both target clones and resolvers.
6660 (ipa_dispatcher_calls): Remove the pass.
6661 (pass_dispatcher_calls::gate): Likewise.
6662 (make_pass_dispatcher_calls): Likewise.
6663 * passes.def (pass_target_clone): Put as very first IPA early
6664 pass.
6665
6666 2017-02-03 Martin Liska <mliska@suse.cz>
6667
6668 * symtab.c (symtab_node::binds_to_current_def_p): Bail out
6669 in case of a function with ifunc attribute.
6670
6671 2017-02-03 Martin Liska <mliska@suse.cz>
6672
6673 * cgraph.c (cgraph_node::dump): Dump function version info.
6674 * symtab.c (symtab_node::dump_base): Add missing new line.
6675
6676 2017-02-02 Jan Hubicka <hubicka@ucw.cz>
6677
6678 * tree-ssa-ifcombine.c (update_profile_after_ifcombine): New function.
6679 (ifcombine_ifandif): Use it.
6680
6681 2017-02-03 Martin Liska <mliska@suse.cz>
6682
6683 * doc/invoke.texi: Document default value for
6684 use-after-scope-direct-emission-threshold.
6685
6686 2017-02-03 Martin Liska <mliska@suse.cz>
6687
6688 PR tree-optimization/79339
6689 * gimple-ssa-sprintf.c (format_floating_max): Call mpfr_clear.
6690 (format_floating): Likewise.
6691
6692 2017-02-03 Martin Liska <mliska@suse.cz>
6693
6694 PR ipa/79337
6695 * ipa-prop.c (ipa_node_params_t::insert): Remove current
6696 implementation.
6697 (ipa_node_params_t::remove): Likewise.
6698 * ipa-prop.h (ipa_node_params::ipa_node_params): Make default
6699 initialization from removed ipa_node_params_t::insert.
6700 (ipa_node_params::~ipa_node_params): Move from removed
6701 ipa_node_params_t::release.
6702 * symbol-summary.h (symbol_summary::m_released): New member.
6703 Do not release a summary twice. Do not allow to call finalizer
6704 for types of a summary that live in GGC memory.
6705
6706 2017-02-02 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
6707
6708 * config/aarch64/aarch64.c (thunderx2t99_tunings): Enable AES and
6709 cmp_branch fusion.
6710
6711 2017-02-02 Martin Sebor <msebor@redhat.com>
6712
6713 PR middle-end/79275
6714 * gimple-ssa-sprintf.c (get_string_length): Set lower bound to zero.
6715 (format_string): Tighten up the range of output for non-constant
6716 strings and correct the expected range for wide non-constant strings.
6717
6718 2017-02-02 Martin Sebor <msebor@redhat.com>
6719
6720 * doc/invoke.texi (-maccumulate-args): Fix bad grammar.
6721
6722 PR middle-end/32003
6723 * doc/invoke.texi (-fdump-tree-): Remove pass-specific options from
6724 index.
6725 (-fdump-tree-@var): Add to index and document how to come up
6726 with pass-specific option and dump file names.
6727 (-fdump-passes): Clarify where to look for output.
6728
6729 2017-02-02 Jan Hubicka <hubicka@ucw.cz>
6730
6731 PR middle-end/77445
6732 * tree-ssa-threadbackward.c (profitable_jump_thread_path): Dump
6733 statistics of the analyzed path; allow threading for speed when
6734 any of BBs along the path are optimized for speed.
6735
6736 2017-02-02 Eric Botcazou <ebotcazou@adacore.com>
6737
6738 PR middle-end/78468
6739 * emit-rtl.c (init_emit): Add ??? comment for problematic alignment
6740 settings of the virtual registers.
6741
6742 Revert again
6743 2016-08-23 Dominik Vogt <vogt@linux.vnet.ibm.com>
6744
6745 * explow.c (get_dynamic_stack_size): Take known alignment of stack
6746 pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
6747 needed.
6748
6749 2017-02-02 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
6750
6751 * config/s390/vx-builtins.md ("vec_ceil", "vec_floor")
6752 ("vec_trunc", "vec_roundc", "vec_round"): Remove expanders.
6753
6754 2017-02-02 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
6755
6756 * config/s390/s390.md: Add missing comments with the expanded
6757 mnemonics.
6758 * config/s390/vector.md: Likewise.
6759 * config/s390/vx-builtins.md: Likewise.
6760
6761 2017-02-02 Jakub Jelinek <jakub@redhat.com>
6762
6763 PR target/79197
6764 * config/rs6000/rs6000.md (*fixuns_trunc<mode>di2_fctiduz): Rename to ...
6765 (fixuns_trunc<mode>di2): ... this, remove previous expander. Put all
6766 conditions on a single line.
6767
6768 2017-02-02 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
6769
6770 * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
6771 __S390_VX__ to __VX__.
6772
6773 2017-02-01 Andrew Pinski <apinski@cavium.com>
6774
6775 * tree-vect-loop.c (vect_compute_single_scalar_iteration_cost): Pass
6776 stmt_info to record_stmt_cost.
6777 (vect_get_known_peeling_cost): Pass stmt_info if known to
6778 record_stmt_cost.
6779 * config/aarch64/aarch64-protos.h (cpu_vector_cost): Split
6780 cpu_vector_cost field into
6781 scalar_int_stmt_cost and scalar_fp_stmt_cost. Split vec_stmt_cost
6782 field into vec_int_stmt_cost and vec_fp_stmt_cost.
6783 * config/aarch64/aarch64.c (generic_vector_cost): Update for the
6784 splitting of scalar_stmt_cost and vec_stmt_cost.
6785 (thunderx_vector_cost): Likewise.
6786 (cortexa57_vector_cost): LIkewise.
6787 (exynosm1_vector_cost): Likewise.
6788 (xgene1_vector_cost): Likewise.
6789 (thunderx2t99_vector_cost): Improve after the splitting of the two
6790 fields.
6791 (aarch64_builtin_vectorization_cost): Update for the splitting of
6792 scalar_stmt_cost and vec_stmt_cost.
6793
6794 2017-02-01 Torvald Riegel <triegel@redhat.com>
6795 Richard Henderson <rth@redhat.com>
6796
6797 * builtins.c (fold_builtin_atomic_always_lock_free): Make "lock-free"
6798 conditional on existance of a fast atomic load.
6799 * optabs-query.c (can_atomic_load_p): New function.
6800 * optabs-query.h (can_atomic_load_p): Declare it.
6801 * optabs.c (expand_atomic_exchange): Always delegate to libatomic if
6802 no fast atomic load is available for the particular size of access.
6803 (expand_atomic_compare_and_swap): Likewise.
6804 (expand_atomic_load): Likewise.
6805 (expand_atomic_store): Likewise.
6806 (expand_atomic_fetch_op): Likewise.
6807 * testsuite/lib/target-supports.exp
6808 (check_effective_target_sync_int_128): Remove x86 because it provides
6809 no fast atomic load.
6810 (check_effective_target_sync_int_128_runtime): Likewise.
6811
6812 2017-02-01 Richard Biener <rguenther@suse.de>
6813
6814 * graphite.c: Include tree-vectorizer.h for find_loop_location.
6815 (graphite_transform_loops): Provide opt-info for optimized nests.
6816 * tree-parloop.c (parallelize_loops): Provide opt-info for
6817 parallelized loops.
6818
6819 2017-02-01 Richard Biener <rguenther@suse.de>
6820
6821 PR middle-end/79315
6822 * tree-cfg.c (move_stmt_op): Never set TREE_BLOCK when it
6823 was not set before.
6824
6825 2017-02-01 Richard Biener <rguenther@suse.de>
6826
6827 PR tree-optimization/71824
6828 * graphite-scop-detection.c (scop_detection::build_scop_breadth):
6829 Verify the loops are valid in the merged SESE region.
6830 (scop_detection::can_represent_loop_1): Check analyzing the
6831 evolution of the number of iterations in the region succeeds.
6832
6833 2017-01-31 Ian Lance Taylor <iant@golang.org>
6834
6835 * config/i386/i386.c (ix86_expand_split_stack_prologue): Add
6836 REG_ARGS_SIZE note to 32-bit push insns and call insn.
6837
6838 2017-01-31 David Malcolm <dmalcolm@redhat.com>
6839
6840 PR preprocessor/79210
6841 * input.c (get_substring_ranges_for_loc): Replace line_width
6842 assertion with error-handling.
6843
6844 2017-01-31 Richard Biener <rguenther@suse.de>
6845
6846 PR tree-optimization/77318
6847 * graphite-sese-to-poly.c (extract_affine): Fix assert.
6848 (create_pw_aff_from_tree): Take loop parameter.
6849 (add_condition_to_pbb): Pass loop of the condition to
6850 create_pw_aff_from_tree.
6851
6852 2017-01-31 Jakub Jelinek <jakub@redhat.com>
6853
6854 * config/s390/s390.c (s390_asan_shadow_offset): New function.
6855 (TARGET_ASAN_SHADOW_OFFSET): Redefine.
6856
6857 2017-01-31 Michael Meissner <meissner@linux.vnet.ibm.com>
6858
6859 PR target/78597
6860 PR target/79038
6861 * config/rs6000/rs6000-protos.h (convert_float128_to_int): Delete,
6862 no longer used.
6863 (convert_int_to_float128): Likewise.
6864 * config/rs6000/rs6000.c (convert_float128_to_int): Likewise.
6865 (convert_int_to_float128): Likewise.
6866 * config/rs6000/rs6000.md (UNSPEC_IEEE128_MOVE): Likewise.
6867 (UNSPEC_IEEE128_CONVERT): Likewise.
6868 (floatsi<mode>2, FLOAT128 iterator): Bypass calling
6869 rs6000_expand_float128_convert if we have IEEE 128-bit hardware.
6870 Use local variables for IBM extended format.
6871 (fix_trunc<mode>si2, FLOAT128 iterator): Likewise.
6872 (fix_trunc<mode>si2_fprs): Likewise.
6873 (fixuns_trunc<IEEE128:mode><SDI:mode>2): Likewise.
6874 (floatuns<IEEE128:mode>2, IEEE128 iterator): Likewise.
6875 (fix<uns>_<mode>si2_hw): Rework the IEEE 128-bt hardware support
6876 to know that we can now have integers of all sizes in vector
6877 registers.
6878 (fix<uns>_<mode>di2_hw): Likewise.
6879 (float<uns>_<mode>si2_hw): Likewise.
6880 (fix_<mode>si2_hw): Likewise.
6881 (fixuns_<mode>si2_hw): Likewise.
6882 (float<uns>_<mode>di2_hw): Likewise.
6883 (float_<mode>di2_hw): Likewise.
6884 (float_<mode>si2_hw): Likewise.
6885 (floatuns_<mode>di2_hw): Likewise.
6886 (floatuns_<mode>si2_hw): Likewise.
6887 (xscvqp<su>wz_<mode>): Delete, no longer used.
6888 (xscvqp<su>dz_<mode>): Likewise.
6889 (xscv<su>dqp_<mode>): Likewise.
6890 (ieee128_mfvsrd_64bit): Likewise.
6891 (ieee128_mfvsrd_32bit): Likewise.
6892 (ieee128_mfvsrwz): Likewise.
6893 (ieee128_mtvsrw): Likewise.
6894 (ieee128_mtvsrd_64bit): Likewise.
6895 (ieee128_mtvsrd_32bit): Likewise.
6896
6897 2017-01-31 Martin Liska <mliska@suse.cz>
6898
6899 PR ipa/79285
6900 * ipa-prop.c (ipa_free_all_node_params): Call release method
6901 instead of ~sumbol_summary to not to trigger double times
6902 dtor of hash_map.
6903
6904 2017-01-31 Aldy Hernandez <aldyh@redhat.com>
6905
6906 PR tree-optimization/71691
6907 * bitmap.h (class auto_bitmap): New.
6908 * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): Call
6909 is_maybe_undefined instead of ssa_undefined_value_p.
6910
6911 2017-01-31 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
6912
6913 * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
6914 __S390_ARCH_LEVEL__ to __ARCH__.
6915
6916 2017-01-31 Jakub Jelinek <jakub@redhat.com>
6917
6918 PR tree-optimization/79267
6919 * value-prof.c (gimple_ic): Only drop lhs for noreturn calls
6920 if should_remove_lhs_p is true.
6921
6922 2017-01-30 Alexandre Oliva <aoliva@redhat.com>
6923
6924 PR debug/63238
6925 * dwarf2out.c (clone_as_declaration): Drop DW_AT_alignment.
6926 (add_alignment_attribute): New.
6927 (base_type_die): Add alignment attribute.
6928 (subrange_type_die): Likewise.
6929 (modified_type_die): Likewise.
6930 (gen_array_type_die): Likewise.
6931 (gen_descr_array_type_die: Likewise.
6932 (gen_enumeration_type_die): Likewise.
6933 (gen_subprogram_die): Likewise.
6934 (gen_variable_die): Likewise.
6935 (gen_field_die): Likewise.
6936 (gen_ptr_to_mbr_type_die): Likewise.
6937 (gen_struct_or_union_type_die): Likewise.
6938 (gen_subroutine_type_die): Likewise.
6939 (gen_typedef_die): Likewise.
6940 (base_type_cmp): Compare alignment attribute.
6941
6942 2017-01-30 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
6943
6944 PR target/79170
6945 * config/rs6000/altivec.md (*setb_internal): Rename to setb_signed.
6946 (setb_unsigned) New pattern for setb with CCUNS.
6947 * config/rs6000/rs6000.c (expand_block_compare): Use a different
6948 subfc./subfe sequence to avoid overflow problems. Generate a
6949 shorter sequence with cmpld/setb for power9.
6950 * config/rs6000/rs6000.md (subf<mode>3_carry_dot2): Add a new pattern
6951 for generating subfc. instruction.
6952 (cmpstrsi): Add TARGET_POPCNTD predicate as the generate sequence
6953 now uses this instruction.
6954
6955 2017-01-30 Ian Lance Taylor <iant@google.com>
6956
6957 PR debug/79289
6958 * dwarf2out.c (gen_type_die_with_usage): When picking a variant
6959 for FUNCTION_TYPE/METHOD_TYPE, use the first matching one.
6960
6961 2017-01-30 Martin Sebor <msebor@redhat.com>
6962
6963 * gimple-ssa-sprintf.c (fmtresult::adjust_for_width_or_precision):
6964 Move constant to the right of a relational operator.
6965 (get_mpfr_format_length, format_character, format_string): Ditto.
6966 (should_warn_p, maybe_warn): Same.
6967
6968 * doc/invoke.texi (-Wformat-truncation=1): Fix typo.
6969
6970 2017-01-30 Maxim Ostapenko <m.ostapenko@samsung.com>
6971
6972 PR lto/79061
6973 * asan.c (get_translation_unit_decl): Remove function.
6974 (asan_add_global): Force has_dynamic_init to zero in LTO mode.
6975
6976 2017-01-30 Martin Liska <mliska@suse.cz>
6977
6978 PR gcov-profile/79259
6979 * opts.c (common_handle_option): Enable flag_ipa_bit_cp w/
6980 -fprofile-generate.
6981
6982 2017-01-30 Martin Liska <mliska@suse.cz>
6983
6984 PR bootstrap/78985
6985 * config/aarch64/cortex-a57-fma-steering.c (func_fma_steering::analyze):
6986 Initialize variables with NULL value.
6987
6988 2017-01-30 Richard Earnshaw <rearnsh@arm.com>
6989
6990 PR target/79260
6991 * config.gcc (arm*-*-*): Add arm/arm-flags.h and arm/arm-isa.h to
6992 tm_p_file.
6993 * arm/arm-protos.h: Don't directly include arm-flags.h and arm-isa.h.
6994
6995 2017-01-30 Richard Biener <rguenther@suse.de>
6996
6997 PR tree-optimization/79276
6998 * tree-vrp.c (process_assert_insertions): Properly adjust common
6999 when removing a duplicate.
7000
7001 * gcc.dg/torture/pr79276.c: New testcase.
7002
7003 2017-01-30 Richard Biener <rguenther@suse.de>
7004
7005 PR tree-optimization/79256
7006 * targhooks.c (default_builtin_vector_alignment_reachable): Honor
7007 BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
7008 alignment on TYPE.
7009 * tree.c (build_aligned_type): Set TYPE_USER_ALIGN.
7010
7011 2017-01-30 Dominik Vogt <vogt@linux.vnet.ibm.com>
7012
7013 PR target/79240
7014 * config/s390/s390.md ("*r<noxa>sbg_<mode>_srl_bitmask")
7015 ("*r<noxa>sbg_<mode>_sll_bitmask")
7016 ("*extzv_<mode>_srl<clobbercc_or_nocc>")
7017 ("*extzv_<mode>_sll<clobbercc_or_nocc>"):
7018 Use contiguous_bitmask_nowrap_operand.
7019
7020 2017-01-29 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7021
7022 PR target/79268
7023 * config/rs6000/altivec.h (vec_xl): Revise #define.
7024 (vec_xst): Likewise.
7025
7026 2017-01-27 Uros Bizjak <ubizjak@gmail.com>
7027
7028 * config/i386/i386.c (print_reg): Use REGNO instead of true_regnum.
7029
7030 2017-01-27 Bernd Schmidt <bschmidt@redhat.com>
7031
7032 PR rtl-optimization/79194
7033 * cprop.c (one_cprop_pass): Move deletion of code after unconditional
7034 traps before call to bypass_conditional_jumps.
7035
7036 2017-01-27 Vladimir Makarov <vmakarov@redhat.com>
7037
7038 PR tree-optimization/71374
7039 * lra-constraints.c (check_conflict_input_operands): New.
7040 (match_reload): Use it.
7041
7042 2017-01-27 Vladimir Makarov <vmakarov@redhat.com>
7043
7044 PR target/79131
7045 * lra-assigns.c (find_hard_regno_for_1): Take endianess for into
7046 account to calculate conflict_set.
7047
7048 2017-01-27 Bin Cheng <bin.cheng@arm.com>
7049
7050 PR rtl-optimization/78559
7051 * combine.c (try_combine): Discard REG_EQUAL and REG_EQUIV for
7052 other_insn in combine.
7053
7054 2017-01-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
7055
7056 * builtin-types.def: Use unsigned_char_type_node for BT_UINT8. Use
7057 uint16_type_node for BT_UINT16.
7058
7059 2017-01-27 David Malcolm <dmalcolm@redhat.com>
7060
7061 * doc/sourcebuild.texi (Testsuites): Add "GIMPLE Tests" and
7062 "RTL Tests" to menu.
7063 (GIMPLE Tests): New node.
7064 (RTL Tests): New node.
7065
7066 2017-01-27 Richard Biener <rguenther@suse.de>
7067
7068 PR tree-optimization/79245
7069 * tree-loop-distribution.c (distribute_loop): Apply cost
7070 modeling also to detected patterns.
7071
7072 2017-01-27 Richard Biener <rguenther@suse.de>
7073
7074 PR tree-optimization/71433
7075 * tree-vrp.c (register_new_assert_for): Revert earlier changes.
7076 (compare_assert_loc): New function.
7077 (process_assert_insertions): Sort and optimize assert locations
7078 to remove duplicates and push down identical assertions on
7079 edges to their destination block.
7080
7081 2017-01-27 Richard Biener <rguenther@suse.de>
7082
7083 PR tree-optimization/79244
7084 * tree-vrp.c (remove_range_assertions): Forcefully propagate
7085 out SSA names even if abnormal.
7086
7087 2017-01-27 Jakub Jelinek <jakub@redhat.com>
7088
7089 * realmpfr.h: Poison MPFR_RND{N,Z,U,D}.
7090 * gimple-ssa-sprintf.c (format_floating_max): Use GMP_RNDN
7091 instead of MPFR_RNDN.
7092
7093 2017-01-27 Richard Earnshaw <rearnsha@arm.com>
7094
7095 PR target/79239
7096 * arm.c (arm_option_override): Don't call build_target_option_node
7097 until after doing all option overrides.
7098 (arm_valid_target_attribute_tree): Likewise.
7099
7100 2017-01-27 Martin Liska <mliska@suse.cz>
7101
7102 * doc/invoke.texi (-fprofile-arcs): Document profiling support
7103 for {cd}tors and C++ {cd}tors.
7104
7105 2017-01-27 Dominik Vogt <vogt@linux.vnet.ibm.com>
7106
7107 * config/s390/s390.md ("*setmem_long_and")
7108 ("*setmem_long_and_31z"): Use zero_extend instead of and.
7109
7110 2017-01-26 Martin Sebor <msebor@redhat.com>
7111
7112 * gimple-ssa-sprintf.c (format_floating): Simplify the computation
7113 of precision.
7114
7115 2017-01-26 Martin Sebor <msebor@redhat.com>
7116
7117 * gimple-ssa-sprintf.c (format_floating): Test HAVE_XFmode and
7118 HAVE_DFmode before using XFmode or DFmode.
7119 (parse_directive): Avoid using the z length modifier to avoid
7120 the ISO C++98 does not support the ‘z’ gnu_printf length modifier.
7121
7122 PR middle-end/78703
7123 * gimple-ssa-sprintf.c (adjust_for_width_or_precision): Change
7124 to accept adjustment as an array.
7125 (get_int_range): New function.
7126 (struct directive): Make width and prec arrays.
7127 (directive::set_width, directive::set_precision): Call get_int_range.
7128 (format_integer, format_floating): Handle width and precision ranges.
7129 (format_string, parse_directive): Same.
7130
7131 2017-01-26 Jakub Jelinek <jakub@redhat.com>
7132
7133 PR debug/79129
7134 * dwarf2out.c (generate_skeleton_bottom_up): For children with
7135 comdat_type_p set, just clone them, but keep the children in the
7136 original DIE.
7137
7138 PR debug/78835
7139 * dwarf2out.c (prune_unused_types): Mark all functions with DIEs
7140 which have direct callers with -fvar-tracking-assignments enabled
7141 in the current TU.
7142 (resolve_addr): Avoid adding skeleton DIEs for DW_AT_call_origin
7143 inside of type units.
7144
7145 2017-01-26 Martin Sebor <msebor@redhat.com>
7146
7147 PR middle-end/78703
7148 * gimple-ssa-sprintf.c (struct result_range): Add likely and
7149 unlikely counters.
7150 (struct format_result): Replace number_chars, number_chars_min,
7151 and number_chars_max with a single member of struct result_range.
7152 Remove bounded.
7153 (format_result::operator+=): Adjust.
7154 (struct fmtresult): Remove bounded. Handle likely and unlikely
7155 counters.
7156 (fmtresult::adjust_for_width_or_precision): New function.
7157 (fmtresult:type_max_digits): New function.
7158 (bytes_remaining): Handle likely and unlikely counters.
7159 (min_bytes_remaining): Remove.
7160 (format_percent): Simplify.
7161 (format_integer, format_floating): Set likely and unlikely counters.
7162 (get_string_length, format_character, format_string): Same.
7163 (format_plain, should_warn_p): New function.
7164 (maybe_warn): Call should_warn_p. Update diagnostic messages
7165 and handle those for all directives, including plain strings.
7166 (format_directive): Handle likely and unlikely counters.
7167 Remove unnecessary quoting from diagnostics. Add an informational
7168 note.
7169 (add_bytes): Remove.
7170 (pass_sprintf_length::compute_format_length): Simplify.
7171 (try_substitute_return_value): Handle likely and unlikely counters.
7172
7173 2017-01-26 Carl Love <cel@us.ibm.com>
7174
7175 * config/rs6000/rs6000-c (altivec_overloaded_builtins): Remove
7176 bogus entries for the P8V_BUILTIN_VEC_VGBBD built-ins
7177
7178 2017-01-26 Vladimir Makarov <vmakarov@redhat.com>
7179
7180 PR target/79131
7181 * lra-assigns.c (setup_live_pseudos_and_spill_after_risky): Take
7182 endianess for subregs into account.
7183 * lra-constraints.c (lra_constraints): Do risky transformations
7184 always on the first iteration.
7185 * lra-lives.c (check_pseudos_live_through_calls): Add arg
7186 last_call_used_reg_set.
7187 (process_bb_lives): Define and use last_call_used_reg_set.
7188 * lra.c (lra): Always continue after lra_constraints on the first
7189 iteration.
7190
7191 2017-01-26 Kirill Yukhin <kirill.yukhin@gmail.com>
7192
7193 * gcc.target/i386/avx512bw-kshiftlq-2.c: Use unsigned long long
7194 constant.
7195 * gcc.target/i386/avx512bw-kshiftrq-2.c: Ditto.
7196
7197 2017-01-26 Jakub Jelinek <jakub@redhat.com>
7198
7199 * config/i386/avx512fintrin.h (_ktest_mask16_u8,
7200 _ktestz_mask16_u8, _ktestc_mask16_u8, _kadd_mask16): Move to ...
7201 * config/i386/avx512dqintrin.h (_ktest_mask16_u8,
7202 _ktestz_mask16_u8, _ktestc_mask16_u8, _kadd_mask16): ... here.
7203 * config/i386/i386-builtin.def (__builtin_ia32_ktestchi,
7204 __builtin_ia32_ktestzhi, __builtin_ia32_kaddhi): Use
7205 OPTION_MASK_ISA_AVX512DQ instead of OPTION_MASK_ISA_AVX512F.
7206 * config/i386/sse.md (SWI1248_AVX512BWDQ2): New mode iterator.
7207 (kadd<mode>, ktest<mode>): Use it instead of SWI1248_AVX512BWDQ.
7208
7209 2017-01-26 Marek Polacek <polacek@redhat.com>
7210
7211 PR c/79199
7212 * fold-const.c (operand_equal_p) [COND_EXPR]: Use OP_SAME_WITH_NULL
7213 for the third operand.
7214
7215 2017-01-26 Jakub Jelinek <jakub@redhat.com>
7216
7217 PR middle-end/79236
7218 * omp-low.c (struct omp_context): Add simt_stmt field.
7219 (scan_omp_for): Return omp_context *.
7220 (scan_omp_simd): Set simt_stmt on the non-_simt_ SIMD
7221 context to the _simt_ SIMD stmt.
7222 (lower_omp_for): For combined SIMD with sibling _simt_
7223 SIMD, make sure to use the same decls in _looptemp_
7224 clauses as in the sibling.
7225
7226 2017-01-26 David Sherwood <david.sherwood@arm.com>
7227
7228 PR middle-end/79212
7229 * gimplify.c (omp_notice_variable): Add GOVD_SEEN flag to variables in
7230 all contexts.
7231
7232 2017-01-26 Jakub Jelinek <jakub@redhat.com>
7233
7234 PR target/70465
7235 * reg-stack.c (emit_swap_insn): Instead of fld a; fld b; fxchg %st(1);
7236 emit fld b; fld a; if possible.
7237
7238 * brig-builtins.def: Update copyright years.
7239 * config/arm/arm_acle_builtins.def: Update copyright years.
7240
7241 2017-01-25 Michael Meissner <meissner@linux.vnet.ibm.com>
7242
7243 PR target/79179
7244 * config/rs6000/vsx.md (vsx_extract_<mode>_store): Use wY
7245 constraint instead of o for the stxsd instruction.
7246
7247 2017-01-25 Carl Love <cel@us.ibm.com>
7248
7249 * config/rs6000/rs6000-c (altivec_overloaded_builtins): Fix order
7250 of entries for ALTIVEC_BUILTIN_VEC_PACKS and P8V_BUILTIN_VEC_VGBBD.
7251
7252 2017-01-25 Jonathan Wakely <jwakely@redhat.com>
7253
7254 * doc/invoke.texi (C++ Dialect Options): Fix typo.
7255
7256 2017-01-25 Richard Biener <rguenther@suse.de>
7257
7258 PR tree-optimization/69264
7259 * target.def (vector_alignment_reachable): Improve documentation.
7260 * doc/tm.texi: Regenerate.
7261 * targhooks.c (default_builtin_vector_alignment_reachable): Simplify
7262 and add a comment.
7263 * tree-vect-data-refs.c (vect_supportable_dr_alignment): Revert
7264 earlier changes with respect to TYPE_USER_ALIGN.
7265 (vector_alignment_reachable_p): Likewise. Improve dumping.
7266
7267 2016-01-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
7268
7269 PR target/79145
7270 * config/arm/arm.md (xordi3): Force constant operand into a register
7271 for TARGET_IWMMXT.
7272
7273 2016-01-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
7274
7275 * doc/invoke.texi (-fstore-merging): Correct default optimization
7276 levels at which it is enabled.
7277 (-O): Move -fstore-merging from list to...
7278 (-O2): ... Here.
7279
7280 2017-01-25 Richard Biener <rguenther@suse.de>
7281
7282 PR debug/78363
7283 * omp-expand.c: Include debug.h.
7284 (expand_omp_taskreg): Make sure to generate early debug before
7285 outlining anything from a function.
7286 (expand_omp_target): Likewise.
7287 (grid_expand_target_grid_body): Likewise.
7288
7289 2017-01-25 Maxim Ostapenko <m.ostapenko@samsung.com>
7290
7291 PR lto/79061
7292 * asan.c (get_translation_unit_decl): New function.
7293 (asan_add_global): Extract modules file name from globals
7294 TRANSLATION_UNIT_DECL name.
7295
7296 2017-01-24 Eric Botcazou <ebotcazou@adacore.com>
7297
7298 PR target/77439
7299 * config/arm/arm.c (arm_function_ok_for_sibcall): Add back restriction
7300 for long calls with APCS frame and VFP.
7301
7302 2017-01-24 David Malcolm <dmalcolm@redhat.com>
7303
7304 * cfg.c (original_copy_tables_initialized_p): New function.
7305 * cfg.h (original_copy_tables_initialized_p): New decl.
7306 * cfgrtl.c (relink_block_chain): Guard the call to
7307 free_original_copy_tables with a call to
7308 original_copy_tables_initialized_p.
7309 * cgraph.h (symtab_node::native_rtl_p): New decl.
7310 * cgraphunit.c (symtab_node::native_rtl_p): New function.
7311 (symtab_node::needed_p): Don't assert for early assembly output
7312 for __RTL functions.
7313 (cgraph_node::finalize_function): Set "force_output" for __RTL
7314 functions.
7315 (cgraph_node::analyze): Bail out early for __RTL functions.
7316 (analyze_functions): Update assertion to support __RTL functions.
7317 (cgraph_node::expand): Bail out early for __RTL functions.
7318 * final.c (rest_of_clean_state): Don't call delete_tree_ssa for
7319 __RTL functions.
7320 * function.h (struct function): Update comment for field
7321 "pass_startwith".
7322 * gimple-expr.c: Include "tree-pass.h".
7323 (gimple_has_body_p): Return false for __RTL functions.
7324 * Makefile.in (OBJS): Add run-rtl-passes.o.
7325 * pass_manager.h (gcc::pass_manager::get_rest_of_compilation): New
7326 accessor.
7327 (gcc::pass_manager::get_clean_slate): New accessor.
7328 * passes.c: Include "insn-addr.h".
7329 (should_skip_pass_p): Add logging. Update logic for running
7330 "expand" to be compatible with both __GIMPLE and __RTL. Guard
7331 property-provider override so it is only done for gimple passes.
7332 Don't skip dfinit.
7333 (skip_pass): New function.
7334 (execute_one_pass): Call skip_pass when skipping passes.
7335 * read-md.c (md_reader::read_char): Support filtering
7336 the input to a subset of line numbers.
7337 (md_reader::md_reader): Initialize fields
7338 m_first_line and m_last_line.
7339 (md_reader::read_file_fragment): New function.
7340 * read-md.h (md_reader::read_file_fragment): New decl.
7341 (md_reader::m_first_line): New field.
7342 (md_reader::m_last_line): New field.
7343 * read-rtl-function.c (function_reader::create_function): Only
7344 create cfun if it doesn't already exist. Set PROP_rtl on cfun's
7345 curr_properties. Set DECL_INITIAL to a dummy block.
7346 (read_rtl_function_body_from_file_range): New function.
7347 * read-rtl-function.h (read_rtl_function_body_from_file_range):
7348 New decl.
7349 * run-rtl-passes.c: New file.
7350 * run-rtl-passes.h: New file.
7351
7352 2017-01-24 Jeff Law <law@redhat.com>
7353
7354 * config/microblaze/microblaze.h (ASM_FORMAT_PRIVATE_NAME): Increase
7355 buffer size.
7356
7357 2017-01-24 Bin Cheng <bin.cheng@arm.com>
7358
7359 PR tree-optimization/79159
7360 * tree-ssa-loop-niter.c (get_cst_init_from_scev): New function.
7361 (record_nonwrapping_iv): Improve boundary using above function if no
7362 value range information.
7363
7364 2017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
7365 Martin Jambor <mjambor@suse.cz>
7366
7367 * brig-builtins.def: New file.
7368 * builtins.def (DEF_HSAIL_BUILTIN): New macro.
7369 (DEF_HSAIL_ATOMIC_BUILTIN): Likewise.
7370 (DEF_HSAIL_SAT_BUILTIN): Likewise.
7371 (DEF_HSAIL_INTR_BUILTIN): Likewise.
7372 (DEF_HSAIL_CVT_ZEROI_SAT_BUILTIN): Likewise.
7373 * builtin-types.def (BT_INT8): New.
7374 (BT_INT16): Likewise.
7375 (BT_UINT8): Likewise.
7376 (BT_UINT16): Likewise.
7377 (BT_FN_ULONG): Likewise.
7378 (BT_FN_UINT_INT): Likewise.
7379 (BT_FN_UINT_ULONG): Likewise.
7380 (BT_FN_UINT_LONG): Likewise.
7381 (BT_FN_UINT_PTR): Likewise.
7382 (BT_FN_ULONG_PTR): Likewise.
7383 (BT_FN_INT8_FLOAT): Likewise.
7384 (BT_FN_INT16_FLOAT): Likewise.
7385 (BT_FN_UINT32_FLOAT): Likewise.
7386 (BT_FN_UINT16_FLOAT): Likewise.
7387 (BT_FN_UINT8_FLOAT): Likewise.
7388 (BT_FN_UINT64_FLOAT): Likewise.
7389 (BT_FN_UINT16_UINT32): Likewise.
7390 (BT_FN_UINT32_UINT16): Likewise.
7391 (BT_FN_UINT16_UINT16_UINT16): Likewise.
7392 (BT_FN_INT_PTR_INT): Likewise.
7393 (BT_FN_UINT_PTR_UINT): Likewise.
7394 (BT_FN_LONG_PTR_LONG): Likewise.
7395 (BT_FN_ULONG_PTR_ULONG): Likewise.
7396 (BT_FN_VOID_UINT64_UINT64): Likewise.
7397 (BT_FN_UINT8_UINT8_UINT8): Likewise.
7398 (BT_FN_INT8_INT8_INT8): Likewise.
7399 (BT_FN_INT16_INT16_INT16): Likewise.
7400 (BT_FN_INT_INT_INT): Likewise.
7401 (BT_FN_UINT_FLOAT_UINT): Likewise.
7402 (BT_FN_FLOAT_UINT_UINT): Likewise.
7403 (BT_FN_ULONG_UINT_UINT): Likewise.
7404 (BT_FN_ULONG_UINT_PTR): Likewise.
7405 (BT_FN_ULONG_ULONG_ULONG): Likewise.
7406 (BT_FN_UINT_UINT_UINT): Likewise.
7407 (BT_FN_VOID_UINT_PTR): Likewise.
7408 (BT_FN_UINT_UINT_PTR: Likewise.
7409 (BT_FN_UINT32_UINT64_PTR): Likewise.
7410 (BT_FN_INT_INT_UINT_UINT): Likewise.
7411 (BT_FN_UINT_UINT_UINT_UINT): Likewise.
7412 (BT_FN_UINT_UINT_UINT_PTR): Likewise.
7413 (BT_FN_UINT_ULONG_ULONG_UINT): Likewise.
7414 (BT_FN_ULONG_ULONG_ULONG_ULONG): Likewise.
7415 (BT_FN_LONG_LONG_UINT_UINT): Likewise.
7416 (BT_FN_ULONG_ULONG_UINT_UINT): Likewise.
7417 (BT_FN_VOID_UINT32_UINT64_PTR): Likewise.
7418 (BT_FN_VOID_UINT32_UINT32_PTR): Likewise.
7419 (BT_FN_UINT_UINT_UINT_UINT_UINT): Likewise.
7420 (BT_FN_UINT_FLOAT_FLOAT_FLOAT_FLOAT): Likewise.
7421 (BT_FN_ULONG_ULONG_ULONG_UINT_UINT): Likewise.
7422 * doc/frontends.texi: List BRIG FE.
7423 * doc/install.texi (Testing): Add BRIG tesring requirements.
7424 * doc/invoke.texi (Overall Options): Mention BRIG.
7425 * doc/standards.texi (Standards): Doucment BRIG HSA version.
7426
7427 2017-01-24 Richard Biener <rguenther@suse.de>
7428
7429 PR translation/79208
7430 * ipa-devirt.c (odr_types_equivalent_p): Fix typo in diagnostic.
7431
7432 2017-01-24 Martin Jambor <mjambor@suse.cz>
7433
7434 PR bootstrap/79198
7435 * ipa-prop.c (ipa_free_all_node_params): Call summary destructor.
7436 * ipa-prop.c (ipa_node_params_t::insert): Initialize fields known_csts
7437 and known_contexts.
7438
7439 2017-01-24 Aldy Hernandez <aldyh@redhat.com>
7440
7441 PR middle-end/79123
7442 * gimple-ssa-warn-alloca.c (alloca_call_type): Make sure
7443 casts from signed to unsigned really don't have a range.
7444
7445 2017-01-24 Markus Trippelsdorf <markus@trippelsdorf.de>
7446
7447 * gimple-ssa-sprintf.c (format_floating): Change MPFR_RNDx to
7448 GMP_RNDx for compatiblity.
7449
7450 2017-01-24 Martin Liska <mliska@suse.cz>
7451
7452 PR bootstrap/79132
7453 * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Insert assert
7454 that would prevent us to call alloca with -1 as argument.
7455
7456 2017-01-24 Jakub Jelinek <jakub@redhat.com>
7457
7458 * dwarf2out.c (output_compilation_unit_header, output_file_names):
7459 Avoid -Wformat-security warning.
7460
7461 2017-01-23 Andrew Pinski <apinski@cavium.com>
7462
7463 * config/aarch64/aarch64.c (thunderx2t99_addrcost_table): Improve
7464 cost table.
7465
7466 2017-01-23 Martin Sebor <msebor@redhat.com>
7467
7468 PR middle-end/78703
7469 * gimple-ssa-sprintf.c (warn_level): New global.
7470 (format_integer): Use it here and throughout the rest of the file.
7471 Use the same switch to compute sign as base.
7472 (maybe_warn): New function.
7473 (format_directive): Factor out warnings into maybe_warn.
7474 Add debugging output. Use warn_level.
7475 (add_bytes): Use warn_level.
7476 (pass_sprintf_length::compute_format_length): Add debugging output.
7477 (try_substitute_return_value): Same.
7478 (pass_sprintf_length::handle_gimple_call): Set and use warn_level.
7479
7480 PR middle-end/78703
7481 * gimple-ssa-sprintf.c (struct format_result): Remove constant member.
7482 (struct fmtresult, format_integer, format_floating): Adjust.
7483 (fmtresult::fmtresult): Set max correctly in two argument ctor.
7484 (get_string_length, format_string,format_directive): Same.
7485 (pass_sprintf_length::compute_format_length): Same.
7486 (try_substitute_return_value): Simplify slightly.
7487
7488 PR middle-end/78703
7489 * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Adjust formatting.
7490 (fmtresult::operator+=): Outlined.
7491 (struct fmtresult): Add ctors.
7492 (struct conversion_spec): Rename...
7493 (struct directive): ...to this. Add and remove data members.
7494 (directive::set_width, directive::set_precision): New functions.
7495 (format_percent): Use fmtresult ctor.
7496 (get_width_and_precision): Remove.
7497 (format_integer): Make naming changes. Avoid computing width and
7498 precision.
7499 (format_floating): Same. Adjust indentation.
7500 (format_character, format_none): New functions.
7501 (format_string): Moved character handling to format_character.
7502 (format_directive): Remove arguments, change return type.
7503 (parse_directive): New function.
7504 (pass_sprintf_length::compute_format_length): Move directive
7505 parsing to parse_directive.
7506
7507 2017-01-23 Jakub Jelinek <jakub@redhat.com>
7508
7509 * tree.h (assign_assembler_name_if_neeeded): Rename to ...
7510 (assign_assembler_name_if_needed): ... this.
7511 * tree.c (assign_assembler_name_if_neeeded): Rename to ...
7512 (assign_assembler_name_if_needed): ... this.
7513 (free_lang_data_in_cgraph): Adjust callers.
7514 * cgraphunit.c (cgraph_node::analyze): Likewise.
7515 * omp-expand.c (expand_omp_taskreg, expand_omp_target):
7516 Likewise.
7517
7518 2017-01-23 Richard Biener <rguenther@suse.de>
7519
7520 PR tree-optimization/79088
7521 PR tree-optimization/79188
7522 * tree-ssa-threadupdate.c (mark_threaded_blocks): Move code
7523 resetting loop bounds after last path deletion. Reset loop
7524 bounds of the target loop, make code match the comments.
7525 * tree-ssa-threadbackwards.c (pass_early_thread_jumps::execute):
7526 Make sure loops need no fixups.
7527
7528 2017-01-23 Kelvin Nilsen <kelvin@gcc.gnu.org>
7529
7530 * config/rs6000/rs6000-builtin.def (VSIEDPF): Add scalar insert
7531 exponent support with double type for first argument.
7532 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Changed
7533 type returned by __builtin_vec_extract_sig,
7534 __builtin_vec_extract_sig_sp, and __builtin_vec_extract_sig_dp
7535 functions from "vector int" to "vector unsigned int" or from
7536 "vector long long int" to "vector unsigned long long int".
7537 Changed type returned by __builtin_vec_extract_exp,
7538 __builtin_vec_extract_exp_sp, and __builtin_vec_extract_exp_dp
7539 functions from "vector int" to "vector unsigned int" or from
7540 "vector long long int" to "vector unsigned long long int".
7541 Changed return type of __builtin_vec_test_data_class,
7542 __builtin_vec_test_data_class_sp, and
7543 __builtin_vec_test_data_class_dp from "vector int" to
7544 "vector bool int" or from "vector long long int" to "vector bool
7545 long long int" and changed second argument type from "unsigned
7546 int" to "int". Added new overloaded function forms "vector float
7547 __builtin_vec_insert_exp (vector float, vector unsigned int)" and
7548 "vector float __builtin_vec_insert_exp_sp (vector float, vector
7549 unsigned int)" and "vector double __builtin_vec_insert_exp (vector
7550 double, vector unsigned long long int)" and "vector double
7551 __builtin_vec_insert_exp_dp (vector double, vector unsigned long
7552 long int)". Changed return type of
7553 __builtin_scalar_test_data_class and
7554 __builtin_scalar_test_data_class_sp and
7555 __builtin_scalar_test_data_class_dp from "unsigned int" to "bool
7556 int" and changed second argument from "unsigned int" to "int".
7557 Changed type returned by __builtin_scalar_test_neg,
7558 __builtin_scalar_test_neg_sp, and __builtin_scalar_test_neg_dp
7559 from "int" to "bool int". Added new overloaded function form
7560 "double __builtin_scalar_insert_exp (double, unsigned long long int)".
7561 * config/rs6000/vsx.md (xsiexpdpf): New insn for scalar insert
7562 exponent double-precision with floating point first argument.
7563 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Adjust
7564 documentation of scalar_test_data_class, scalar_test_neg,
7565 scalar_extract_sig, scalar_extract_exp, scalar_insert_exp,
7566 vector_extract_exp, vec_extract_sig, vec_insert_exp, and
7567 vec_test_data_class built-in functions to reflect refinements in
7568 their type signatures.
7569
7570 2017-01-23 Andreas Tobler <andreast@gcc.gnu.org>
7571
7572 * config/aarch64/aarch64.c (aarch64_elf_asm_constructor): Increase
7573 size of buf.
7574 (aarch64_elf_asm_destructor): Likewise.
7575
7576 2017-01-23 Bernd Schmidt <bschmidt@redhat.com>
7577
7578 PR rtl-optimization/78634
7579 * config/i386/i386.c (ix86_max_noce_ifcvt_seq_cost): New function.
7580 (TARGET_MAX_NOCE_IFCVT_SEQ_COST): Define.
7581 * ifcvt.c (noce_try_cmove): Add missing cost check.
7582
7583 PR rtl-optimization/71724
7584 * combine.c (if_then_else_cond): Look for situations where it is
7585 beneficial to undo the work of one of the recursive calls.
7586
7587 2017-01-23 Bin Cheng <bin.cheng@arm.com>
7588
7589 PR tree-optimization/70754
7590 * tree-predcom.c (stmt_combining_refs): New parameter INSERT_BEFORE.
7591 (reassociate_to_the_same_stmt): New parameter INSERT_BEFORE. Insert
7592 combined stmt before it if not NULL.
7593 (combine_chains): Process refs reversely and compute dominance point
7594 for root ref.
7595
7596 2017-01-23 Martin Liska <mliska@suse.cz>
7597
7598 PR tree-optimization/79196
7599 * tree-ssa-strlen.c (fold_strstr_to_memcmp): Rename to ...
7600 (fold_strstr_to_strncmp): ... this. Fold the pattern to strncmp
7601 instead of memcmp.
7602 (strlen_optimize_stmt): Call the renamed function.
7603
7604 2017-01-23 Michael Matz <matz@suse.de>
7605
7606 PR tree-optimization/78384
7607 * tree-ssa-loop-split.c (patch_loop_exit): Use correct edge.
7608
7609 2017-01-23 Richard Biener <rguenther@suse.de>
7610
7611 PR tree-optimization/79186
7612 * tree-vrp.c (register_new_assert_for): Make sure we've seen
7613 both incoming edges before moving an assert.
7614
7615 2017-01-23 Martin Jambor <mjambor@suse.cz>
7616
7617 * ipa-prop.c (load_from_param_1): Removed.
7618 (load_from_unmodified_param): Bits from load_from_param_1 put back
7619 here.
7620 (load_from_param): Removed.
7621 (compute_complex_assign_jump_func): Removed stmt2 and just replaced it
7622 with stmt. Reverted back to use of load_from_unmodified_param.
7623
7624 2017-01-23 Martin Jambor <mjambor@suse.cz>
7625
7626 PR ipa/79108
7627 * ipa-prop.h (ipa_param_descriptor): Anotate with with GTY(()).
7628 (ipa_node_params): Annotate with GTY((for_user)). Make descriptors
7629 field a pointer to garbage collected vector, mark lattices and
7630 ipcp_orig_node with GTY((skip)).
7631 (ipa_get_param_count): Adjust to descriptors being a pointer.
7632 (ipa_get_param): Likewise.
7633 (ipa_get_type): Likewise.
7634 (ipa_get_param_move_cost): Likewise.
7635 (ipa_set_param_used): Likewise.
7636 (ipa_get_controlled_uses): Likewise.
7637 (ipa_set_controlled_uses): Likewise.
7638 (ipa_is_param_used): Likewise.
7639 (ipa_node_params_t): Move into garbage collector. New methods insert
7640 and remove.
7641 (ipa_node_params_sum): Annotate wth GTY(()).
7642 (ipa_check_create_node_params): Adjust to ipa_node_params_sum being
7643 garbage collected.
7644 (ipa_load_from_parm_agg): Adjust declaration.
7645 * ipa-icf.c (param_used_p): Adjust to descriptors being a pointer.
7646 * ipa-profile.c (ipa_profile): Likewise.
7647 * ipa-prop.c (ipa_get_param_decl_index_1): Likewise.
7648 (ipa_populate_param_decls): Make descriptors parameter garbage
7649 collected.
7650 (ipa_dump_param): Adjust to descriptors being a pointer.
7651 (ipa_alloc_node_params): Likewise.
7652 (ipa_initialize_node_params): Likewise.
7653 (load_from_param_1): Make descriptors parameter garbage collected.
7654 (load_from_unmodified_param): Likewise.
7655 (load_from_param): Likewise.
7656 (ipa_load_from_parm_agg): Likewise.
7657 (ipa_node_params::~ipa_node_params): Removed.
7658 (ipa_free_all_node_params): Remove call to delete operator.
7659 (ipa_node_params_t::insert): New.
7660 (ipa_node_params_t::remove): Likewise.
7661 (ipa_node_params_t::duplicate): Adjust to descriptors being a pointer,
7662 copy known_csts and known_contexts vectors.
7663 (ipa_read_node_info): Adjust to descriptors being a pointer.
7664 (ipcp_modif_dom_walker): Make m_descriptors field garbage
7665 collected.
7666 (ipcp_transform_function): Make descriptors variable garbage
7667 collected.
7668
7669 2017-01-23 Andrew Senkevich <andrew.senkevich@intel.com>
7670
7671 * config/i386/avx512bwintrin.h: Add k-mask test, kortest intrinsics.
7672 * config/i386/avx512dqintrin.h: Ditto.
7673 * config/i386/avx512fintrin.h: Ditto.
7674 * gcc/config/i386/i386.c: Handle new builtins.
7675 * config/i386/i386-builtin.def: Add new builtins.
7676 * config/i386/sse.md (ktest<mode>, kortest<mode>): New.
7677 (UNSPEC_KORTEST, UNSPEC_KTEST): New.
7678
7679 2017-01-23 Jakub Jelinek <jakub@redhat.com>
7680 Martin Liska <mliska@suse.cz>
7681
7682 * asan.h: Define ASAN_USE_AFTER_SCOPE_ATTRIBUTE.
7683 * asan.c (asan_expand_poison_ifn): Support stores and use
7684 appropriate ASAN report function.
7685 * internal-fn.c (expand_ASAN_POISON_USE): New function.
7686 * internal-fn.def (ASAN_POISON_USE): Declare.
7687 * tree-into-ssa.c (maybe_add_asan_poison_write): New function.
7688 (maybe_register_def): Create ASAN_POISON_USE when sanitizing.
7689 * tree-ssa-dce.c (eliminate_unnecessary_stmts): Remove
7690 ASAN_POISON calls w/o LHS.
7691 * tree-ssa.c (execute_update_addresses_taken): Create clobber
7692 for ASAN_MARK (UNPOISON, &x, ...) in order to prevent usage of a LHS
7693 from ASAN_MARK (POISON, &x, ...) coming to a PHI node.
7694 * gimplify.c (asan_poison_variables): Add attribute
7695 use_after_scope_memory to variables that really needs to live
7696 in memory.
7697 * tree-ssa.c (is_asan_mark_p): Do not rewrite into SSA when
7698 having the attribute.
7699
7700 2017-01-23 Martin Liska <mliska@suse.cz>
7701
7702 * asan.c (create_asan_shadow_var): New function.
7703 (asan_expand_poison_ifn): Likewise.
7704 * asan.h (asan_expand_poison_ifn): New declaration.
7705 * internal-fn.c (expand_ASAN_POISON): Likewise.
7706 * internal-fn.def (ASAN_POISON): New builtin.
7707 * sanopt.c (pass_sanopt::execute): Expand
7708 asan_expand_poison_ifn.
7709 * tree-inline.c (copy_decl_for_dup_finish): Make function
7710 external.
7711 * tree-inline.h (copy_decl_for_dup_finish): Likewise.
7712 * tree-ssa.c (is_asan_mark_p): New function.
7713 (execute_update_addresses_taken): Rewrite local variables
7714 (identified just by use-after-scope as addressable) into SSA.
7715
7716 2017-01-22 Gerald Pfeifer <gerald@pfeifer.com>
7717
7718 * doc/install.texi (Specific): opensource.apple.com uses https
7719 now. Remove trailing slash.
7720
7721 2017-01-22 Gerald Pfeifer <gerald@pfeifer.com>
7722
7723 * README.Portability: Remove note on an Irix compatibility issue.
7724
7725 2017-01-22 Dimitry Andric <dim@FreeBSD.org>
7726
7727 * gcov.c (INCLUDE_ALGORITHM): Define.
7728 (INCLUDE_VECTOR): Define.
7729 No longer include <vector> and <algorithm> directly.
7730
7731 2017-01-21 Gerald Pfeifer <gerald@pfeifer.com>
7732
7733 * doc/extend.texi (Thread-Local): Change www.akkadia.org reference
7734 to https.
7735 * doc/invoke.texi (Code Gen Options): Ditto.
7736
7737 2017-01-21 Jan Hubicka <hubicka@ucw.cz>
7738
7739 PR lto/78407
7740 * cfg.c (update_bb_profile_for_threading): Fix updating of probablity.
7741
7742 2017-01-21 Bernd Schmidt <bschmidt@redhat.com>
7743
7744 rtl-optimization/79125
7745 * cprop.c (local_cprop_pass): Handle cases where we make an
7746 unconditional trap.
7747
7748 2017-01-20 Segher Boessenkool <segher@kernel.crashing.org>
7749
7750 PR target/61729
7751 PR target/77850
7752 * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Adjust address to
7753 read from, for big endian.
7754
7755 2017-01-20 Jiong Wang <jiong.wang@arm.com>
7756
7757 * config/aarch64/aarch64-builtins.c (aarch64_init_builtins): Register
7758 register pauth builtins for LP64 only.
7759
7760 2017-01-20 Marek Polacek <polacek@redhat.com>
7761
7762 PR c/79152
7763 * gimplify.c (should_warn_for_implicit_fallthrough): Handle consecutive
7764 non-case labels.
7765
7766 2017-01-20 Alexander Monakov <amonakov@ispras.ru>
7767
7768 * omp-expand.c (expand_omp_simd): Clear PROP_gimple_lomp_dev regardless
7769 of safelen status.
7770 * omp-offload.c (pass_omp_device_lower::gate): Use PROP_gimple_lomp_dev.
7771 * passes.c (dump_properties): Handle PROP_gimple_lomp_dev.
7772 * tree-inline.c (expand_call_inline): Propagate PROP_gimple_lomp_dev.
7773
7774 2017-01-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
7775
7776 PR target/71270
7777 * config/arm/arm.c (neon_valid_immediate): Reject vector constants
7778 in big-endian mode when they are not a single duplicated value.
7779
7780 2017-01-20 Richard Biener <rguenther@suse.de>
7781
7782 * BASE-VER: Bump to 7.0.1.
7783
7784 2017-01-20 Alexander Monakov <amonakov@ispras.ru>
7785
7786 * omp-low.c (omplow_simd_context): New struct. Use it...
7787 (lower_rec_simd_input_clauses): ...here and...
7788 (lower_rec_input_clauses): ...here to hold common data. Adjust all
7789 references to idx, lane, max_vf, is_simt.
7790
7791 2017-01-20 Graham Markall <graham.markall@embecosm.com>
7792
7793 * config/arc/arc.h (LINK_SPEC): Use arclinux_nps emulation when
7794 mcpu=nps400.
7795
7796 2017-01-20 Martin Jambor <mjambor@suse.cz>
7797
7798 * hsa.h: Renaed to hsa-common.h. Adjusted a comment.
7799 * hsa.c: Renaed to hsa-common.c. Change include of gt-hsa.h to
7800 gt-hsa-common.h.
7801 * Makefile.in (OBJS): Rename hsa.o to hsa-common.o.
7802 (GTFILES): Rename hsa.c to hsa-common.c.
7803 * hsa-brig.c: Change include of hsa.h to hsa-common.h.
7804 * hsa-dump.c: Likewise.
7805 * hsa-gen.c: Likewise.
7806 * hsa-regalloc.c: Likewise.
7807 * ipa-hsa.c: Likewise.
7808 * omp-expand.c: Likewise.
7809 * omp-low.c: Likewise.
7810 * toplev.c: Likewise.
7811
7812 2017-01-20 Marek Polacek <polacek@redhat.com>
7813
7814 PR c/64279
7815 * doc/invoke.texi: Document -Wduplicated-branches.
7816 * fold-const.c (operand_equal_p): Handle MODIFY_EXPR, INIT_EXPR,
7817 COMPOUND_EXPR, PREDECREMENT_EXPR, PREINCREMENT_EXPR,
7818 POSTDECREMENT_EXPR, POSTINCREMENT_EXPR, CLEANUP_POINT_EXPR, EXPR_STMT,
7819 STATEMENT_LIST, and RETURN_EXPR. For non-pure non-const functions
7820 return 0 only when not OEP_LEXICOGRAPHIC.
7821 (fold_build_cleanup_point_expr): Use the expression
7822 location when building CLEANUP_POINT_EXPR.
7823 * tree-core.h (enum operand_equal_flag): Add OEP_LEXICOGRAPHIC.
7824 * tree.c (add_expr): Handle error_mark_node.
7825
7826 2017-01-20 Martin Liska <mliska@suse.cz>
7827
7828 PR lto/69188
7829 * tree-profile.c (init_ic_make_global_vars): Do not call
7830 finalize_decl.
7831 (gimple_init_gcov_profiler): Likewise.
7832
7833 2017-01-20 Martin Liska <mliska@suse.cz>
7834
7835 PR ipa/71190
7836 * cgraph.h (maybe_create_reference): Remove argument and
7837 update comment.
7838 * cgraphclones.c (cgraph_node::create_virtual_clone): Remove one
7839 argument.
7840 * ipa-cp.c (create_specialized_node): Likewise.
7841 * symtab.c (symtab_node::maybe_create_reference): Handle
7842 VAR_DECLs and ADDR_EXPRs and select ipa_ref_use type.
7843
7844 2017-01-20 Martin Liska <mliska@suse.cz>
7845
7846 * read-rtl-function.c (function_reader::create_function): Use
7847 build_decl instread of build_decl_stat.
7848
7849 2017-01-20 Andrew Senkevich <andrew.senkevich@intel.com>
7850
7851 * config/i386/avx512bwintrin.h: Add k-mask registers shift intrinsics.
7852 * config/i386/avx512dqintrin.h: Ditto.
7853 * config/i386/avx512fintrin.h: Ditto.
7854 * config/i386/i386-builtin-types.def: Add new types.
7855 * gcc/config/i386/i386.c: Handle new types.
7856 * config/i386/i386-builtin.def (__builtin_ia32_kshiftliqi)
7857 (__builtin_ia32_kshiftlihi, __builtin_ia32_kshiftlisi)
7858 (__builtin_ia32_kshiftlidi, __builtin_ia32_kshiftriqi)
7859 (__builtin_ia32_kshiftrihi, __builtin_ia32_kshiftrisi)
7860 (__builtin_ia32_kshiftridi): New.
7861 * config/i386/sse.md (k<code><mode>): Rename *k<code><mode>.
7862
7863 2017-01-19 Segher Boessenkool <segher@kernel.crashing.org>
7864
7865 PR target/78875
7866 PR target/79140
7867 * config/rs6000/rs6000.c (TARGET_STACK_PROTECT_GUARD): Unconditionally
7868 define to rs6000_init_stack_protect_guard.
7869 (rs6000_init_stack_protect_guard): New function.
7870
7871 2017-01-19 Matthew Fortune <matthew.fortune@imgtec.com>
7872 Yunqiang Su <yunqiang.su@imgtec.com>
7873
7874 * config.gcc (supported_defaults): Add madd4.
7875 (with_madd4): Add validation.
7876 (all_defaults): Add madd4.
7877 * config/mips/mips.opt (mmadd4): New option.
7878 * gcc/config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
7879 mmadd4.
7880 (TARGET_CPU_CPP_BUILTINS): Add builtin_define for
7881 __mips_no_madd4.
7882 (ISA_HAS_UNFUSED_MADD4): Gate with mips_madd4.
7883 (ISA_HAS_FUSED_MADD4): Likewise.
7884 * gcc/doc/invoke.texi (-mmadd4): Document the new option.
7885 * gcc/doc/install.texi (--with-madd4): Document the new option.
7886
7887 2017-01-19 Jiong Wang <jiong.wang@arm.com>
7888
7889 * config/aarch64/aarch64-builtins.c (enum aarch64_builtins): New
7890 entries for AARCH64_PAUTH_BUILTIN_XPACLRI,
7891 AARCH64_PAUTH_BUILTIN_PACIA1716, AARCH64_PAUTH_BUILTIN_AUTIA1716.
7892 (aarch64_init_pauth_hint_builtins): New.
7893 (aarch64_init_builtins): Call aarch64_init_pauth_hint_builtins.
7894 (aarch64_expand_builtin): Expand new builtins.
7895
7896 2017-01-19 Jiong Wang <jiong.wang@arm.com>
7897
7898 * reg-notes.def (CFA_TOGGLE_RA_MANGLE): New reg-note.
7899 * combine-stack-adj.c (no_unhandled_cfa): Handle
7900 REG_CFA_TOGGLE_RA_MANGLE.
7901 * dwarf2cfi.c (dwarf2out_frame_debug): Handle REG_CFA_TOGGLE_RA_MANGLE.
7902 * config/aarch64/aarch64.c (aarch64_expand_prologue): Generates DWARF
7903 info for return address signing.
7904 (aarch64_expand_epilogue): Likewise.
7905
7906 2017-01-19 Jiong Wang <jiong.wang@arm.com>
7907
7908 * config/aarch64/aarch64-opts.h (aarch64_function_type): New enum.
7909 * config/aarch64/aarch64-protos.h
7910 (aarch64_return_address_signing_enabled): New declaration.
7911 * config/aarch64/aarch64.c (aarch64_return_address_signing_enabled):
7912 New function.
7913 (aarch64_expand_prologue): Sign return address before it's pushed onto
7914 stack.
7915 (aarch64_expand_epilogue): Authenticate return address fetched from
7916 stack.
7917 (aarch64_override_options): Sanity check for ILP32 and ISA level.
7918 (aarch64_attributes): New function attributes for "sign-return-address".
7919 * config/aarch64/aarch64.md (UNSPEC_AUTI1716, UNSPEC_AUTISP,
7920 UNSPEC_PACI1716, UNSPEC_PACISP, UNSPEC_XPACLRI): New unspecs.
7921 ("*do_return"): Generate combined instructions according to key index.
7922 ("<pauth_mnem_prefix>sp", "<pauth_mnem_prefix1716", "xpaclri"): New.
7923 * config/aarch64/iterators.md (PAUTH_LR_SP, PAUTH_17_16): New integer
7924 iterators.
7925 (pauth_mnem_prefix, pauth_hint_num_a): New integer attributes.
7926 * config/aarch64/aarch64.opt (msign-return-address=): New.
7927 * doc/extend.texi (AArch64 Function Attributes): Documents
7928 "sign-return-address=".
7929 * doc/invoke.texi (AArch64 Options): Documents "-msign-return-address=".
7930
7931 2017-01-19 Matthew Fortune <matthew.fortune@imgtec.com>
7932
7933 * doc/invoke.texi: Add missing -mlxc1-sxc1 options to
7934 overall option summary.
7935
7936 2017-01-19 Jiong Wang <jiong.wang@arm.com>
7937
7938 * config/aarch64/aarch64-arches.def: New entry for "armv8.3-a".
7939 * config/aarch64/aarch64.h (AARCH64_FL_V8_3, AARCH64_FL_FOR_ARCH8_3,
7940 AARCH64_ISA_V8_3, TARGET_ARMV8_3): New.
7941 * doc/invoke.texi (AArch64 Options): Document "armv8.3-a".
7942
7943 2017-01-19 Michael Meissner <meissner@linux.vnet.ibm.com>
7944
7945 * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Enable
7946 -mpower9-minmax by default for -mcpu=power9.
7947 (ISA_3_MASKS_IEEE): Require -mvsx-small-integer to enable IEEE
7948 128-bit floating point.
7949
7950 2017-01-20 Alan Modra <amodra@gmail.com>
7951
7952 * config/rs6000/rs6000.md (cmpstrnsi, cmpstrsi): Fail if
7953 optimizing for size.
7954
7955 2017-01-20 Alan Modra <amodra@gmail.com>
7956
7957 PR target/79144
7958 * config/rs6000/rs6000.c (expand_strn_compare): Get the asm name
7959 for strcmp and strncmp from corresponding builtin decl.
7960
7961 2017-01-19 Uros Bizjak <ubizjak@gmail.com>
7962
7963 * config.gcc (x86_64-*-rtems*): Use i386/rtemself.h
7964 instead of i386/rtems-64.h.
7965 * config/i386/rtems-64.h: Remove.
7966
7967 2017-01-19 Uros Bizjak <ubizjak@gmail.com>
7968
7969 PR target/78478
7970 Revert:
7971 2013-11-05 Uros Bizjak <ubizjak@gmail.com>
7972
7973 * config/i386/rtemself.h (LONG_DOUBLE_TYPE_SIZE): New define.
7974
7975 2017-01-19 Tamar Christina <tamar.christina@arm.com>
7976
7977 * config/aarch64/aarch64.c (aarch64_simd_gen_const_vector_dup):
7978 Change int to HOST_WIDE_INT.
7979 * config/aarch64/aarch64-protos.h
7980 (aarch64_simd_gen_const_vector_dup): Likewise.
7981 * config/aarch64/aarch64-simd.md: Add copysign<mode>3.
7982
7983 2017-01-19 David Malcolm <dmalcolm@redhat.com>
7984
7985 * langhooks-def.h (lhd_type_for_size): New decl.
7986 (LANG_HOOKS_TYPE_FOR_SIZE): Define as lhd_type_for_size.
7987 * langhooks.c (lhd_type_for_size): New function, taken from
7988 lto_type_for_size.
7989
7990 2017-01-19 Pat Haugen <pthaugen@us.ibm.com>
7991
7992 * config/rs6000/power9.md (power9-alu): Remove 'cmp' type and add
7993 define_bypass for CR latency.
7994 (power9-cracked-alu): Update bypass latency and remove power9-branch.
7995 (power9-alu2): Add define_bypass for CR latency.
7996 (power9-cmp): New.
7997 (power9-mul): Update insn latency.
7998 (power9-mul-compare): Update insn latency, bypass latency and remove
7999 power9-branch.
8000
8001 2016-01-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8002
8003 * config/aarch64/aarch64-protos.h (aarch64_nopcrelative_literal_loads):
8004 Delete.
8005 * config/aarch64/aarch64.md
8006 (aarch64_reload_movcp<GPF_TF:mode><P:mode>): Delete reference to
8007 aarch64_nopcrelative_literal_loads.
8008 (aarch64_reload_movcp<VALL:mode><P:mode>): Likewise.
8009
8010 2017-01-19 Chenghua Xu <paul.hua.gm@gmail.com>
8011
8012 * config/mips/mips.h (ISA_HAS_FUSED_MADD4): Enable for
8013 TARGET_LOONGSON_3A.
8014 (ISA_HAS_UNFUSED_MADD4): Exclude TARGET_LOONGSON_3A.
8015
8016 2017-01-19 Doug Gilmore <doug.gilmore@imgtec.com>
8017
8018 PR target/78176
8019 * config.gcc (supported_defaults): Add lxc1-sxc1.
8020 (with_lxc1_sxc1): Add validation.
8021 (all_defaults): Add lxc1-sxc1.
8022 * config/mips/mips.opt (mlxc1-sxc1): New option.
8023 * gcc/config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
8024 mlxc1-sxc1.
8025 (TARGET_CPU_CPP_BUILTINS): Add builtin_define for
8026 __mips_no_lxc1_sxc1.
8027 (ISA_HAS_LXC1_SXC1): Gate with mips_lxc1_sxc1.
8028 * gcc/doc/invoke.texi (-mlxc1-sxc1): Document the new option.
8029 * doc/install.texi (--with-lxc1-sxc1): Document the new option.
8030
8031 2017-01-19 Richard Biener <rguenther@suse.de>
8032
8033 PR tree-optimization/72488
8034 * tree-ssa-sccvn.c (run_scc_vn): When we abort the VN make
8035 sure to restore SSA info.
8036 * tree-ssa.c (verify_ssa): Verify SSA info is not shared.
8037
8038 2017-01-19 Richard Earnshaw <rearnsha@arm.com>
8039
8040 PR rtl-optimization/79121
8041 * expr.c (expand_expr_real_2, case LSHIFT_EXPR): Look at the signedness
8042 of the inner type when shifting an extended value.
8043
8044 2017-01-17 Jan Hubicka <hubicka@ucw.cz>
8045
8046 PR lto/78407
8047 * symtab.c (symtab_node::equal_address_to): Fix comparing of
8048 interposable aliases.
8049
8050 2017-01-18 Peter Bergner <bergner@vnet.ibm.com>
8051
8052 PR target/78516
8053 * config/rs6000/spe.md (mov_si<mode>_e500_subreg0): Fix constraints.
8054 Use the evmergelohi instruction.
8055 (mov_si<mode>_e500_subreg4_2_le): Likewise.
8056 (mov_sitf_e500_subreg8_2_be): Likewise.
8057 (mov_sitf_e500_subreg12_2_le): Likewise.
8058 (mov_si<mode>_e500_subreg0_2_le): Fix constraints.
8059 (mov_si<mode>_e500_subreg4_2_be): Likewise.
8060 (mov_sitf_e500_subreg8_2_le): Likewise.
8061 (mov_sitf_e500_subreg12_2_be): Likewise.
8062
8063 2017-01-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8064
8065 * config/rs6000/altivec.md (altivec_vbpermq): Change "type"
8066 attribute from vecsimple to vecperm.
8067 (altivec_vbpermq2): Likewise.
8068
8069 2017-01-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8070
8071 PR target/79040
8072 * config/rs6000/altivec.h: Fix typo of vec_cntlz to vec_cnttz.
8073
8074 2017-01-18 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
8075 * config/rs6000/rs6000-protos.h (expand_strn_compare): Add arg.
8076 * config/rs6000/rs6000.c (expand_strn_compare): Add ability to expand
8077 strcmp. Fix bug where comparison didn't stop with zero byte. Fix
8078 case where N arg is SIZE_MAX.
8079 * config/rs6000/rs6000.md (cmpstrnsi): Args to expand_strn_compare.
8080 (cmpstrsi): Add pattern.
8081
8082 2017-01-18 Michael Meissner <meissner@linux.vnet.ibm.com>
8083
8084 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
8085 __builtin_vec_revb builtins.
8086 * config/rs6000/rs6000-builtins.def (P9V_BUILTIN_XXBRQ_V16QI): Add
8087 built-in functions to support generation of the ISA 3.0 XXBR<x>
8088 vector byte reverse instructions.
8089 (P9V_BUILTIN_XXBRQ_V1TI): Likewise.
8090 (P9V_BUILTIN_XXBRD_V2DI): Likewise.
8091 (P9V_BUILTIN_XXBRD_V2DF): Likewise.
8092 (P9V_BUILTIN_XXBGW_V4SI): Likewise.
8093 (P9V_BUILTIN_XXBGW_V4SF): Likewise.
8094 (P9V_BUILTIN_XXBGH_V8HI): Likewise.
8095 (P9V_BUILTIN_VEC_REVB): Likewise.
8096 * config/rs6000/vsx.md (p9_xxbrq_v1ti): New insns/expanders to
8097 generate the ISA 3.0 XXBR<x> vector byte reverse instructions.
8098 (p9_xxbrq_v16qi): Likewise.
8099 (p9_xxbrd_<mode>, VSX_D iterator): Likewise.
8100 (p9_xxbrw_<mode>, VSX_W iterator): Likewise.
8101 (p9_xxbrh_v8hi): Likewise.
8102 * config/rs6000/altivec.h (vec_revb): Define if ISA 3.0.
8103 * doc/extend.texi (RS/6000 Altivec Built-ins): Document the
8104 vec_revb built-in functions.
8105
8106 2017-01-18 Uros Bizjak <ubizjak@gmail.com>
8107
8108 PR rtl-optimization/78952
8109 * config/i386/i386.md (any_extract): New code iterator.
8110 (*insvqi_2): Use any_extract for source operand.
8111 (*insvqi_3): Use any_shiftrt for source operand.
8112
8113 2017-01-18 Wilco Dijkstra <wdijkstr@arm.com>
8114
8115 * config/aarch64/aarch64.c (aarch64_sched_adjust_priority)
8116 New function.
8117 (TARGET_SCHED_ADJUST_PRIORITY): Define target hook.
8118
8119 2017-01-18 Matthias Klose <doko@ubuntu.com>
8120
8121 * doc/install.texi: Allow default for --with-target-bdw-gc-include.
8122
8123 2016-01-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8124
8125 * config/rs6000/altivec.h (vec_bperm): Change #define.
8126 * config/rs6000/altivec.md (UNSPEC_VBPERMD): New enum constant.
8127 (altivec_vbpermq2): New define_insn.
8128 (altivec_vbpermd): Likewise.
8129 * config/rs6000/rs6000-builtin.def (VBPERMQ2): New monomorphic
8130 function interface.
8131 (VBPERMD): Likewise.
8132 (VBPERM): New polymorphic function interface.
8133 * config/rs6000/r6000-c.c (altivec_overloaded_builtins_table):
8134 Add entries for P9V_BUILTIN_VEC_VBPERM.
8135 * doc/extend.texi: Add interfaces for vec_bperm.
8136
8137 2017-01-18 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
8138
8139 * config/s390/s390-c.c (s390_expand_overloaded_builtin): Downcase
8140 first letter of error messages.
8141 (s390_resolve_overloaded_builtin): Likewise.
8142 * config/s390/s390.c (s390_expand_builtin): Likewise.
8143 (s390_invalid_arg_for_unprototyped_fn): Likewise.
8144 (s390_valid_target_attribute_inner_p): Likewise.
8145 * config/s390/s390.md ("tabort"): Likewise.
8146
8147 2017-01-18 Toma Tabacu <toma.tabacu@imgtec.com>
8148
8149 * config/mips/mips.h (ISA_HAS_DIV3): Remove unused macro.
8150 (ISA_AVOID_DIV_HILO): New macro.
8151 (ISA_HAS_DIV): Use new ISA_AVOID_DIV_HILO macro.
8152 (ISA_HAS_DDIV): Likewise.
8153
8154 2017-01-18 Markus Trippelsdorf <markus@trippelsdorf.de>
8155
8156 * doc/invoke.texi (fabi-version): Correct number of occurrences.
8157
8158 2017-01-18 Markus Trippelsdorf <markus@trippelsdorf.de>
8159
8160 * doc/invoke.texi (fabi-version): Spelling fix.
8161
8162 2017-01-18 Markus Trippelsdorf <markus@trippelsdorf.de>
8163
8164 PR c++/70182
8165 * doc/invoke.texi (fabi-version): Mention mangling fix for
8166 operator names.
8167
8168 2017-01-18 Markus Trippelsdorf <markus@trippelsdorf.de>
8169
8170 PR c++/77489
8171 * doc/invoke.texi (fabi-version): Document discriminator mangling.
8172
8173 2017-01-17 Segher Boessenkool <segher@kernel.crashing.org>
8174
8175 PR target/78875
8176 * config/rs6000/rs6000-opts.h (stack_protector_guard): New enum.
8177 * config/rs6000/rs6000.c (rs6000_option_override_internal): Handle
8178 the new options.
8179 * config/rs6000/rs6000.md (stack_protect_set): Handle the new more
8180 flexible settings.
8181 (stack_protect_test): Ditto.
8182 * config/rs6000/rs6000.opt (mstack-protector-guard=,
8183 mstack-protector-guard-reg=, mstack-protector-guard-offset=): New
8184 options.
8185 * doc/invoke.texi (Option Summary) [RS/6000 and PowerPC Options]:
8186 Add -mstack-protector-guard=, -mstack-protector-guard-reg=, and
8187 -mstack-protector-guard-offset=.
8188 (RS/6000 and PowerPC Options): Ditto.
8189
8190 2017-01-17 Uros Bizjak <ubizjak@gmail.com>
8191
8192 * config/i386/i386.h (MASK_CLASS_P): New define.
8193 * config/i386/i386.c (inline_secondary_memory_needed): Ensure that
8194 there are no registers from different register sets also when
8195 mask registers are used. Update function comment.
8196 * config/i386/i386.md (*movsi_internal): Split (*k/*krm) alternative
8197 to (*k/*r) and (*k/*km) alternatives.
8198
8199 2017-01-17 Wilco Dijkstra <wdijkstr@arm.com>
8200
8201 * config/aarch64/aarch64.md (eh_return): Remove pattern and splitter.
8202 * config/aarch64/aarch64.h (AARCH64_EH_STACKADJ_REGNUM): Remove.
8203 (EH_RETURN_HANDLER_RTX): New define.
8204 * config/aarch64/aarch64.c (aarch64_frame_pointer_required):
8205 Force frame pointer in EH return functions.
8206 (aarch64_expand_epilogue): Add barrier for eh_return.
8207 (aarch64_final_eh_return_addr): Remove.
8208 (aarch64_eh_return_handler_rtx): New function.
8209 * config/aarch64/aarch64-protos.h (aarch64_final_eh_return_addr):
8210 Remove.
8211 (aarch64_eh_return_handler_rtx): New prototype.
8212
8213 2017-01-17 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8214
8215 * config/rs6000/altivec.h (vec_rlmi): New #define.
8216 (vec_vrlnm): Likewise.
8217 (vec_rlnm): Likewise.
8218 * config/rs6000/altivec.md (UNSPEC_VRLMI): New UNSPEC enum value.
8219 (UNSPEC_VRLNM): Likewise.
8220 (VIlong): New mode iterator.
8221 (altivec_vrl<VI_char>mi): New define_insn.
8222 (altivec_vrl<VI_char>nm): Likewise.
8223 * config/rs6000/rs6000-builtin.def (VRLWNM): New monomorphic
8224 function entry.
8225 (VRLDNM): Likewise.
8226 (RLNM): New polymorphic function entry.
8227 (VRLWMI): New monomorphic function entry.
8228 (VRLDMI): Likewise.
8229 (RLMI): New polymorphic function entry.
8230 * config/rs6000/r6000-c.c (altivec_overloaded_builtin_table): Add
8231 new entries for P9V_BUILTIN_VEC_RLMI and P9V_BUILTIN_VEC_RLNM.
8232 * doc/extend.texi: Add description of vec_rlmi, vec_rlnm, and
8233 vec_vrlnm.
8234
8235 2017-01-17 Jakub Jelinek <jakub@redhat.com>
8236
8237 PR debug/78839
8238 * dwarf2out.c (field_byte_offset): Restore the
8239 PCC_BITFIELD_TYPE_MATTERS behavior for INTEGER_CST DECL_FIELD_OFFSET
8240 and DECL_FIELD_BIT_OFFSET. Use fold_build2 instead of build2 + fold.
8241 (analyze_variants_discr, gen_variant_part): Use fold_build2 instead
8242 of build2 + fold.
8243
8244 2017-01-17 Eric Botcazou <ebotcazou@adacore.com>
8245
8246 PR ada/67205
8247 * config/aarch64/aarch64.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define
8248
8249 2017-01-17 Jakub Jelinek <jakub@redhat.com>
8250
8251 PR debug/71669
8252 * dwarf2out.c (add_data_member_location_attribute): For constant
8253 offset bitfield emit for -gdwarf-5 DW_AT_data_bit_offset attribute
8254 instead of DW_AT_data_member_location, DW_AT_bit_offset and
8255 DW_AT_byte_size attributes.
8256
8257 2017-01-17 Eric Botcazou <ebotcazou@adacore.com>
8258
8259 * config/rs6000/rs6000.c (rs6000_emit_move): Also use a TOC reference
8260 after forcing to constant memory when the code model is medium.
8261
8262 2017-01-17 Julia Koval <julia.koval@intel.com>
8263
8264 PR target/76731
8265 * config/i386/avx512fintrin.h
8266 (_mm512_i32gather_ps): Change __addr type to void const*.
8267 (_mm512_mask_i32gather_ps): Ditto.
8268 (_mm512_i32gather_pd): Ditto.
8269 (_mm512_mask_i32gather_pd): Ditto.
8270 (_mm512_i64gather_ps): Ditto.
8271 (_mm512_mask_i64gather_ps): Ditto.
8272 (_mm512_i64gather_pd): Ditto.
8273 (_mm512_mask_i64gather_pd): Ditto.
8274 (_mm512_i32gather_epi32): Ditto.
8275 (_mm512_mask_i32gather_epi32): Ditto.
8276 (_mm512_i32gather_epi64): Ditto.
8277 (_mm512_mask_i32gather_epi64): Ditto.
8278 (_mm512_i64gather_epi32): Ditto.
8279 (_mm512_mask_i64gather_epi32): Ditto.
8280 (_mm512_i64gather_epi64): Ditto.
8281 (_mm512_mask_i64gather_epi64): Ditto.
8282 (_mm512_i32scatter_ps): Change __addr type to void*.
8283 (_mm512_mask_i32scatter_ps): Ditto.
8284 (_mm512_i32scatter_pd): Ditto.
8285 (_mm512_mask_i32scatter_pd): Ditto.
8286 (_mm512_i64scatter_ps): Ditto.
8287 (_mm512_mask_i64scatter_ps): Ditto.
8288 (_mm512_i64scatter_pd): Ditto.
8289 (_mm512_mask_i64scatter_pd): Ditto.
8290 (_mm512_i32scatter_epi32): Ditto.
8291 (_mm512_mask_i32scatter_epi32): Ditto.
8292 (_mm512_i32scatter_epi64): Ditto.
8293 (_mm512_mask_i32scatter_epi64): Ditto.
8294 (_mm512_i64scatter_epi32): Ditto.
8295 (_mm512_mask_i64scatter_epi32): Ditto.
8296 (_mm512_i64scatter_epi64): Ditto.
8297 (_mm512_mask_i64scatter_epi64): Ditto.
8298 * config/i386/avx512pfintrin.h
8299 (_mm512_mask_prefetch_i32gather_pd): Change __addr type to void const*.
8300 (_mm512_mask_prefetch_i32gather_ps): Ditto.
8301 (_mm512_mask_prefetch_i64gather_pd): Ditto.
8302 (_mm512_mask_prefetch_i64gather_ps): Ditto.
8303 (_mm512_prefetch_i32scatter_pd): Change __addr type to void*.
8304 (_mm512_prefetch_i32scatter_ps): Ditto.
8305 (_mm512_mask_prefetch_i32scatter_pd): Ditto.
8306 (_mm512_mask_prefetch_i32scatter_ps): Ditto.
8307 (_mm512_prefetch_i64scatter_pd): Ditto.
8308 (_mm512_prefetch_i64scatter_ps): Ditto.
8309 (_mm512_mask_prefetch_i64scatter_pd): Ditto.
8310 (_mm512_mask_prefetch_i64scatter_ps): Ditto.
8311 * config/i386/avx512vlintrin.h
8312 (_mm256_mmask_i32gather_ps): Change __addr type to void const*.
8313 (_mm_mmask_i32gather_ps): Ditto.
8314 (_mm256_mmask_i32gather_pd): Ditto.
8315 (_mm_mmask_i32gather_pd): Ditto.
8316 (_mm256_mmask_i64gather_ps): Ditto.
8317 (_mm_mmask_i64gather_ps): Ditto.
8318 (_mm256_mmask_i64gather_pd): Ditto.
8319 (_mm_mmask_i64gather_pd): Ditto.
8320 (_mm256_mmask_i32gather_epi32): Ditto.
8321 (_mm_mmask_i32gather_epi32): Ditto.
8322 (_mm256_mmask_i32gather_epi64): Ditto.
8323 (_mm_mmask_i32gather_epi64): Ditto.
8324 (_mm256_mmask_i64gather_epi32): Ditto.
8325 (_mm_mmask_i64gather_epi32): Ditto.
8326 (_mm256_mmask_i64gather_epi64): Ditto.
8327 (_mm_mmask_i64gather_epi64): Ditto.
8328 (_mm256_i32scatter_ps): Change __addr type to void*.
8329 (_mm256_mask_i32scatter_ps): Ditto.
8330 (_mm_i32scatter_ps): Ditto.
8331 (_mm_mask_i32scatter_ps): Ditto.
8332 (_mm256_i32scatter_pd): Ditto.
8333 (_mm256_mask_i32scatter_pd): Ditto.
8334 (_mm_i32scatter_pd): Ditto.
8335 (_mm_mask_i32scatter_pd): Ditto.
8336 (_mm256_i64scatter_ps): Ditto.
8337 (_mm256_mask_i64scatter_ps): Ditto.
8338 (_mm_i64scatter_ps): Ditto.
8339 (_mm_mask_i64scatter_ps): Ditto.
8340 (_mm256_i64scatter_pd): Ditto.
8341 (_mm256_mask_i64scatter_pd): Ditto.
8342 (_mm_i64scatter_pd): Ditto.
8343 (_mm_mask_i64scatter_pd): Ditto.
8344 (_mm256_i32scatter_epi32): Ditto.
8345 (_mm256_mask_i32scatter_epi32): Ditto.
8346 (_mm_i32scatter_epi32): Ditto.
8347 (_mm_mask_i32scatter_epi32): Ditto.
8348 (_mm256_i32scatter_epi64): Ditto.
8349 (_mm256_mask_i32scatter_epi64): Ditto.
8350 (_mm_i32scatter_epi64): Ditto.
8351 (_mm_mask_i32scatter_epi64): Ditto.
8352 (_mm256_i64scatter_epi32): Ditto.
8353 (_mm256_mask_i64scatter_epi32): Ditto.
8354 (_mm_i64scatter_epi32): Ditto.
8355 (_mm_mask_i64scatter_epi32): Ditto.
8356 (_mm256_i64scatter_epi64): Ditto.
8357 (_mm256_mask_i64scatter_epi64): Ditto.
8358 (_mm_i64scatter_epi64): Ditto.
8359 (_mm_mask_i64scatter_epi64): Ditto.
8360 * config/i386/i386-builtin-types.def (V16SF_V16SF_PCFLOAT_V16SI_HI_INT)
8361 (V8DF_V8DF_PCDOUBLE_V8SI_QI_INT, V8SF_V8SF_PCFLOAT_V8DI_QI_INT)
8362 (V8DF_V8DF_PCDOUBLE_V8DI_QI_INT, V16SI_V16SI_PCINT_V16SI_HI_INT)
8363 (V8DI_V8DI_PCINT64_V8SI_QI_INT, V8SI_V8SI_PCINT_V8DI_QI_INT)
8364 (V8DI_V8DI_PCINT64_V8DI_QI_INT, V2DF_V2DF_PCDOUBLE_V4SI_QI_INT)
8365 (V4DF_V4DF_PCDOUBLE_V4SI_QI_INT, V2DF_V2DF_PCDOUBLE_V2DI_QI_INT)
8366 (V4DF_V4DF_PCDOUBLE_V4DI_QI_INT, V4SF_V4SF_PCFLOAT_V4SI_QI_INT)
8367 (V8SF_V8SF_PCFLOAT_V8SI_QI_INT, V4SF_V4SF_PCFLOAT_V2DI_QI_INT)
8368 (V4SF_V4SF_PCFLOAT_V4DI_QI_INT, V2DI_V2DI_PCINT64_V4SI_QI_INT)
8369 (V4DI_V4DI_PCINT64_V4SI_QI_INT, V2DI_V2DI_PCINT64_V2DI_QI_INT)
8370 (V4DI_V4DI_PCINT64_V4DI_QI_INT, V4SI_V4SI_PCINT_V4SI_QI_INT)
8371 (V8SI_V8SI_PCINT_V8SI_QI_INT, V4SI_V4SI_PCINT_V2DI_QI_INT)
8372 (V4SI_V4SI_PCINT_V4DI_QI_INT, VOID_PFLOAT_HI_V16SI_V16SF_INT)
8373 (VOID_PFLOAT_QI_V8SI_V8SF_INT, VOID_PFLOAT_QI_V4SI_V4SF_INT)
8374 (VOID_PDOUBLE_QI_V8SI_V8DF_INT, VOID_PDOUBLE_QI_V4SI_V4DF_INT)
8375 (VOID_PDOUBLE_QI_V4SI_V2DF_INT, VOID_PFLOAT_QI_V8DI_V8SF_INT)
8376 (VOID_PFLOAT_QI_V4DI_V4SF_INT, VOID_PFLOAT_QI_V2DI_V4SF_INT)
8377 (VOID_PDOUBLE_QI_V8DI_V8DF_INT, VOID_PDOUBLE_QI_V4DI_V4DF_INT)
8378 (VOID_PDOUBLE_QI_V2DI_V2DF_INT, VOID_PINT_HI_V16SI_V16SI_INT)
8379 (VOID_PINT_QI_V8SI_V8SI_INT, VOID_PINT_QI_V4SI_V4SI_INT)
8380 (VOID_PLONGLONG_QI_V8SI_V8DI_INT, VOID_PLONGLONG_QI_V4SI_V4DI_INT)
8381 (VOID_PLONGLONG_QI_V4SI_V2DI_INT, VOID_PINT_QI_V8DI_V8SI_INT)
8382 (VOID_PINT_QI_V4DI_V4SI_INT, VOID_PINT_QI_V2DI_V4SI_INT)
8383 (VOID_PLONGLONG_QI_V8DI_V8DI_INT, VOID_QI_V8SI_PCINT64_INT_INT)
8384 (VOID_PLONGLONG_QI_V4DI_V4DI_INT, VOID_PLONGLONG_QI_V2DI_V2DI_INT)
8385 (VOID_HI_V16SI_PCINT_INT_INT, VOID_QI_V8DI_PCINT64_INT_INT)
8386 (VOID_QI_V8DI_PCINT_INT_INT): Remove.
8387 (V16SF_V16SF_PCVOID_V16SI_HI_INT, V8DF_V8DF_PCVOID_V8SI_QI_INT)
8388 (V8SF_V8SF_PCVOID_V8DI_QI_INT, V8DF_V8DF_PCVOID_V8DI_QI_INT)
8389 (V16SI_V16SI_PCVOID_V16SI_HI_INT, V8DI_V8DI_PCVOID_V8SI_QI_INT)
8390 (V8SI_V8SI_PCVOID_V8DI_QI_INT, V8DI_V8DI_PCVOID_V8DI_QI_INT)
8391 (VOID_PVOID_HI_V16SI_V16SF_INT, VOID_PVOID_QI_V8SI_V8DF_INT)
8392 (VOID_PVOID_QI_V8DI_V8SF_INT, VOID_PVOID_QI_V8DI_V8DF_INT)
8393 (VOID_PVOID_HI_V16SI_V16SI_INT, VOID_PVOID_QI_V8SI_V8DI_INT)
8394 (VOID_PVOID_QI_V8DI_V8SI_INT, VOID_PVOID_QI_V8DI_V8DI_INT)
8395 (V2DF_V2DF_PCVOID_V4SI_QI_INT, V4DF_V4DF_PCVOID_V4SI_QI_INT)
8396 (V2DF_V2DF_PCVOID_V2DI_QI_INT, V4DF_V4DF_PCVOID_V4DI_QI_INT
8397 (V4SF_V4SF_PCVOID_V4SI_QI_INT, V8SF_V8SF_PCVOID_V8SI_QI_INT)
8398 (V4SF_V4SF_PCVOID_V2DI_QI_INT, V4SF_V4SF_PCVOID_V4DI_QI_INT)
8399 (V2DI_V2DI_PCVOID_V4SI_QI_INT, V4DI_V4DI_PCVOID_V4SI_QI_INT)
8400 (V2DI_V2DI_PCVOID_V2DI_QI_INT, V4DI_V4DI_PCVOID_V4DI_QI_INT)
8401 (V4SI_V4SI_PCVOID_V4SI_QI_INT, V8SI_V8SI_PCVOID_V8SI_QI_INT)
8402 (V4SI_V4SI_PCVOID_V2DI_QI_INT, V4SI_V4SI_PCVOID_V4DI_QI_INT)
8403 (VOID_PVOID_QI_V8SI_V8SF_INT, VOID_PVOID_QI_V4SI_V4SF_INT)
8404 (VOID_PVOID_QI_V4SI_V4DF_INT, VOID_PVOID_QI_V4SI_V2DF_INT)
8405 (VOID_PVOID_QI_V4DI_V4SF_INT, VOID_PVOID_QI_V2DI_V4SF_INT)
8406 (VOID_PVOID_QI_V4DI_V4DF_INT, VOID_PVOID_QI_V2DI_V2DF_INT)
8407 (VOID_PVOID_QI_V8SI_V8SI_INT, VOID_PVOID_QI_V4SI_V4SI_INT)
8408 (VOID_PVOID_QI_V4SI_V4DI_INT, VOID_PVOID_QI_V4SI_V2DI_INT)
8409 (VOID_PVOID_QI_V4DI_V4SI_INT, VOID_PVOID_QI_V2DI_V4SI_INT)
8410 (VOID_PVOID_QI_V4DI_V4DI_INT, VOID_PVOID_QI_V2DI_V2DI_INT)
8411 (VOID_QI_V8SI_PCVOID_INT_INT, VOID_HI_V16SI_PCVOID_INT_INT)
8412 (VOID_QI_V8DI_PCVOID_INT_INT): Add.
8413 * config/i386/i386.c (ix86_init_mmx_sse_builtins): Adjust builtin
8414 definitions accordingly.
8415
8416 2017-01-17 Kito Cheng <kito.cheng@gmail.com>
8417 Kuan-Lin Chen <kuanlinchentw@gmail.com>
8418
8419 PR target/79079
8420 * internal-fn.c (expand_mul_overflow): Use convert_modes instead of
8421 gen_lowpart.
8422
8423 2017-01-17 Vladimir Makarov <vmakarov@redhat.com>
8424
8425 PR target/79058
8426 * ira-conflicts.c (ira_build_conflicts): Update total conflict
8427 hard regs for inner regno.
8428
8429 2017-01-17 Martin Liska <mliska@suse.cz>
8430
8431 PR ipa/71207
8432 * ipa-polymorphic-call.c (contains_type_p): Fix wrong
8433 assumption and add comment.
8434
8435 2017-01-17 Nathan Sidwell <nathan@acm.org>
8436
8437 * ipa-visibility.c (localize_node): New function, broken out of ...
8438 (function_and_variable_visibility): ... here. Call it.
8439
8440 2017-01-17 Jan Hubicka <hubicka@ucw.cz>
8441
8442 PR middle-end/77445
8443 * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges):
8444 correctly set frequency of oudgoing edge.
8445 (duplicate_thread_path): Fix profile updating.
8446
8447 2017-01-17 Jakub Jelinek <jakub@redhat.com>
8448
8449 PR other/79046
8450 * configure.ac: Add GCC_BASE_VER.
8451 * Makefile.in (version): Use @get_gcc_base_ver@ instead of cat to get
8452 version from BASE-VER file.
8453 (CFLAGS-gcc.o): Add -DBASEVER=$(BASEVER_s).
8454 (gcc.o): Depend on $(BASEVER).
8455 * common.opt (dumpfullversion): New option.
8456 * gcc.c (driver_handle_option): Handle OPT_dumpfullversion.
8457 * doc/invoke.texi: Document -dumpfullversion.
8458 * doc/install.texi: Document --with-gcc-major-version-only.
8459 * configure: Regenerated.
8460
8461 2017-01-17 Richard Biener <rguenther@suse.de>
8462
8463 PR tree-optimization/71433
8464 * tree-vrp.c (register_new_assert_for): Merge same asserts
8465 on all incoming edges.
8466 (process_assert_insertions_for): Handle insertions at the
8467 beginning of BBs.
8468
8469 2017-01-17 Gerald Pfeifer <gerald@pfeifer.com>
8470
8471 * config/i386/cygwin.h (LIBGCJ_SONAME): Remove.
8472 * config/i386/mingw32.h (LIBGCJ_SONAME): Remove.
8473
8474 2017-01-17 Kaz Kojima <kkojima@gcc.gnu.org>
8475
8476 PR target/78633
8477 * config/sh/sh.md (cmpeqsi_t+1): Call copy_rtx to avoid invalid
8478 RTL sharing.
8479
8480 2017-01-17 Alan Modra <amodra@gmail.com>
8481
8482 PR target/79066
8483 * config/rs6000/rs6000.md (elf_high, elf_low): Disable when pic.
8484 * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Don't allow
8485 symbolic stack limit when pic.
8486
8487 2017-01-16 Martin Sebor <msebor@redhat.com>
8488
8489 PR tree-optimization/78608
8490 * gimple-ssa-sprintf.c (tree_digits): Avoid negating TYPE_MIN.
8491
8492 2017-01-16 Jeff Law <law@redhat.com>
8493
8494 Revert:
8495 2016-12-02 Tadek Kijkowski <tkijkowski@gmail.com>
8496 * Makefile.in (PREPROCESSOR_DEFINES): Add a level of indirection
8497 for several include directories that may be relative to sysroot.
8498 * config/i386/x-mingw32 (gplus_includedir): Define.
8499 (gplus_tool_includedir, gplus_backward_include_dir): Likewise.
8500 (native_system_includedir): Likewise.
8501 * config/i386/mingw32.h (STANDARD_STARTFILE_PREFIX_1): Do not
8502 override if TARGET_SYSTEM_ROOT is defined.
8503 (NATIVE_SYSTEM_HEADER_DIR): Likewise.
8504
8505 PR tree-optimization/79090
8506 PR tree-optimization/33562
8507 PR tree-optimization/61912
8508 PR tree-optimization/77485
8509 * tree-ssa-dse.c (compute_trims): Accept STMT argument. Dump STMT
8510 and computed trims into the dump file.
8511
8512 2017-01-17 Uros Bizjak <ubizjak@gmail.com>
8513
8514 * config/i386/i386.h (LIMIT_RELOAD_CLASS): Remove.
8515
8516 2017-01-16 Jakub Jelinek <jakub@redhat.com>
8517
8518 PR c/79089
8519 * gimplify.c (gimplify_init_constructor): If want_value and
8520 object == lhs, unshare lhs to avoid invalid tree sharing. Formatting
8521 fix.
8522
8523 PR target/79080
8524 * loop-doloop.c (doloop_modify): Call unshare_all_rtl_in_chain on
8525 sequence. Formatting fixes.
8526 (doloop_optimize): Formatting fixes.
8527
8528 PR driver/49726
8529 * gcc.c (debug_level_greater_than_spec_func): New function.
8530 (static_spec_functions): Add debug-level-gt spec function.
8531 (ASM_DEBUG_SPEC, cpp_options): Use %:debug-level-gt(0) instead of
8532 !g0.
8533 * config/darwin.h (DSYMUTIL_SPEC, ASM_DEBUG_SPEC): Likewise.
8534 * config/darwin9.h (DSYMUTIL_SPEC, ASM_DEBUG_SPEC): Likewise.
8535 * common.opt (g, gcoff, gdwarf, gdwarf-, ggdb, gno-pubnames,
8536 gpubnames, ggnu-pubnames, gno-record-gcc-switches,
8537 grecord-gcc-switches, gno-strict-dwarf, gstrict-dwarf, gstabs,
8538 gstabs+, gtoggle, gvms, gxcoff, gxcoff+): Add Driver flag.
8539
8540 2017-01-16 Uros Bizjak <ubizjak@gmail.com>
8541
8542 * config/i386/i386.h (HARD_REGNO_CALLER_SAVE_MODE): Apply HImode and
8543 QImode fixups to general and mask registers only.
8544
8545 2017-01-16 Carl Love <cel@us.ibm.com>
8546
8547 * config/rs6000/rs6000-c (altivec_overloaded_builtins): Add support
8548 for built-in functions
8549 vector signed char vec_nabs (vector signed char)
8550 vector signed short vec_nabs (vector signed short)
8551 vector signed int vec_nabs (vector signed int)
8552 vector signed long long vec_nabs (vector signed long long)
8553 vector float vec_nabs (vector float)
8554 vector double vec_nabs (vector double)
8555 * config/rs6000/rs6000-builtin.def: Add definitions for NABS functions
8556 and NABS overload.
8557 * config/rs6000/altivec.md: New define_expand nabs<mode>2 types
8558 * config/rs6000/altivec.h: New define for vec_nabs built-in function.
8559 * doc/extend.texi: Update the documentation file for the new built-in
8560 functions.
8561
8562 2017-01-16 Martin Sebor <msebor@redhat.com>
8563
8564 * gimple-ssa-sprintf.c (format_directive): Correct a typo in a warning
8565 message.
8566
8567 2017-01-16 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8568
8569 * config/rs6000/rs6000.c (rtx_is_swappable_p): Change
8570 UNSPEC_VSX__XXSPLTD to require special splat handling.
8571
8572 2017-01-16 David Malcolm <dmalcolm@redhat.com>
8573
8574 PR bootstrap/78616
8575 * system.h: Poison strndup.
8576
8577 2017-01-16 Alan Modra <amodra@gmail.com>
8578
8579 PR target/79098
8580 * config/rs6000/rs6000.c (rs6000_legitimate_combined_insn): Don't
8581 use a switch.
8582
8583 2017-01-16 Georg-Johann Lay <avr@gjlay.de>
8584
8585 * config/avr/avr.h (BRANCH_COST) [reload_completed]: Increase by 4.
8586
8587 2017-01-15 Uros Bizjak <ubizjak@gmail.com>
8588
8589 * config/i386/i386.c (ix86_legitimate_combined_insn): Do not
8590 call recog here. Assert that INSN_CODE (insn) is non-negative.
8591
8592 2017-01-15 Segher Boessenkool <segher@kernel.crashing.org>
8593
8594 PR target/72749
8595 * cfgrtl.c (rtl_split_edge): Also patch jump insns that jump to the
8596 fallthrough.
8597 * haifa-sched.c (dump_insn_stream): Don't crash if there is a label
8598 in the currently scheduled RTL fragment.
8599
8600 2017-01-15 Segher Boessenkool <segher@kernel.crashing.org>
8601
8602 PR rtl-optimization/78751
8603 * ifcvt.c (find_cond_trap): If we generated a non-existing insn,
8604 give up.
8605
8606 2017-01-14 Jeff Law <law@redhat.com>
8607
8608 PR tree-optimization/79090
8609 * tree-ssa-dse.c (valid_ao_ref_for_dse): Reject zero length and
8610 variable length stores.
8611 (compute_trims): Delete dead assignment to *trim_tail.
8612 (dse_dom_walker::dse_optimize_stmt): Optimize mem* calls with
8613 zero length.
8614
8615 2017-01-14 Bernd Schmidt <bschmidt@redhat.com>
8616
8617 PR rtl-optimization/78626
8618 PR rtl-optimization/78727
8619 * cprop.c (one_cprop_pass): Collect unconditional traps in the middle
8620 of a block, and split such blocks after everything else is finished.
8621
8622 2017-01-14 Alan Modra <amodra@gmail.com>
8623
8624 PR target/72749
8625 * combine.c (recog_for_combine_1): Set INSN_CODE before calling
8626 target legitimate_combined_insn.
8627 * config/rs6000/rs6000.c (TARGET_LEGITIMATE_COMBINED_INSN): Define.
8628 (rs6000_legitimate_combined_insn): New function.
8629 * config/rs6000/rs6000.md (UNSPEC_DOLOOP): Delete, and remove
8630 all uses.
8631 (ctr<mode>_internal3): Rename from *ctr<mode>_internal5.
8632 (ctr<mode>_internal4): Rename from *ctr<mode>_internal6.
8633 (ctr<mode>_internal1, ctr<mode>_internal2): Remove '*' from name.
8634
8635 2017-01-14 Gerald Pfeifer <gerald@pfeifer.com>
8636
8637 * doc/frontends.texi (G++ and GCC): Remove references to Java.
8638
8639 2017-01-13 Jeff Law <law@redhat.com>
8640
8641 PR tree-optimization/33562
8642 PR tree-optimization/61912
8643 PR tree-optimization/77485
8644 * tree-ssa-dse.c (delete_dead_call): Accept gsi rather than
8645 a statement.
8646 (delete_dead_assignment): Likewise.
8647 (dse_dom_walker::dse_optimize_stmt): Pass in the gsi rather than
8648 statement to delete_dead_call and delete_dead_assignment.
8649
8650 2017-01-13 David Malcolm <dmalcolm@redhat.com>
8651
8652 PR c/78304
8653 * substring-locations.c (format_warning_va): Strengthen case 1 so
8654 that both endpoints of the substring must be within the format
8655 range for just the substring to be printed.
8656
8657 2017-01-13 Uros Bizjak <ubizjak@gmail.com>
8658
8659 * config/i386/i386.opt (msgx): Use ix86_isa_flags2 variable.
8660 * config/i386/i386.c (ix86_target_string): Add missing options
8661 to isa_opts and reorder options by implied ISAs. Rename isa_opts2 to
8662 isa2_opts, ix86_flag_opts to flag2_opts, ix86_target_other to
8663 flags_other and ix86_target_other to flags2_other. Display unknown
8664 isa2 options.
8665 (ix86_valid_target_attribute_inner_p): Add missing options and
8666 reorder options by implied ISAs, as in ix86_target_string.
8667
8668 2017-01-13 Richard Sandiford <richard.sandiford@arm.com>
8669
8670 * hash-table.h (hash_table::too_empty_p): New function.
8671 (hash_table::expand): Use it.
8672 (hash_table::traverse): Likewise.
8673 (hash_table::empty_slot): Use sizeof (value_type) instead of
8674 sizeof (PTR) to convert bytes to elements. Shrink the table
8675 if the current size is excessive for the current number of
8676 elements.
8677
8678 2017-01-13 Richard Sandiford <richard.sandiford@arm.com>
8679
8680 * ira-costs.c (record_reg_classes): Break from the inner loop
8681 early once alt_fail is known to be true. Update outer loop
8682 handling accordingly.
8683
8684 2017-01-13 Jeff Law <law@redhat.com>
8685
8686 * tree-ssa-dse.c (decrement_count): New function.
8687 (increment_start_addr, maybe_trim_memstar_call): Likewise.
8688 (dse_dom_walker::optimize_stmt): Call maybe_trim_memstar_call directly
8689 when we know the partially dead statement is a mem* function.
8690
8691 PR tree-optimization/61912
8692 PR tree-optimization/77485
8693 * tree-ssa-dse.c: Include expr.h.
8694 (maybe_trim_constructor_store): New function.
8695 (maybe_trim_partially_dead_store): Call maybe_trim_constructor_store.
8696
8697 PR tree-optimization/33562
8698 PR tree-optimization/61912
8699 PR tree-optimization/77485
8700 * doc/invoke.texi: Document new dse-max-object-size param.
8701 * params.def (PARM_DSE_MAX_OBJECT_SIZE): New PARAM.
8702 * tree-ssa-dse.c: Include params.h.
8703 (dse_store_status): New enum.
8704 (initialize_ao_ref_for_dse): New, partially extracted from
8705 dse_optimize_stmt.
8706 (valid_ao_ref_for_dse, normalize_ref): New.
8707 (setup_live_bytes_from_ref, compute_trims): Likewise.
8708 (clear_bytes_written_by, maybe_trim_complex_store): Likewise.
8709 (maybe_trim_partially_dead_store): Likewise.
8710 (maybe_trim_complex_store): Likewise.
8711 (dse_classify_store): Renamed from dse_possibly_dead_store_p.
8712 Track what bytes live from the original store. Return tri-state
8713 for dead, partially dead or live.
8714 (dse_dom_walker): Add constructor, destructor and new private members.
8715 (delete_dead_call, delete_dead_assignment): New extracted from
8716 dse_optimize_stmt.
8717 (dse_optimize_stmt): Make a member of dse_dom_walker.
8718 Use initialize_ao_ref_for_dse.
8719
8720 PR tree-optimization/33562
8721 PR tree-optimization/61912
8722 PR tree-optimization/77485
8723 * sbitmap.h (bitmap_count_bits): Prototype.
8724 (bitmap_clear_range, bitmap_set_range): Likewise.
8725 * sbitmap.c (bitmap_clear_range): New function.
8726 (bitmap_set_range, sbitmap_popcount, bitmap_count_bits): Likewise.
8727
8728 2017-01-13 Martin Liska <mliska@suse.cz>
8729
8730 PR ipa/79043
8731 * function.c (set_cfun): Add new argument force.
8732 * function.h (set_cfun): Likewise.
8733 * ipa-inline-transform.c (inline_call): Use the function when
8734 strict alising from is dropped for function we inline to.
8735
8736 2017-01-13 Richard Biener <rguenther@suse.de>
8737
8738 * tree-pretty-print.c (dump_generic_node): Fix inverted condition
8739 for dumping GIMPLE INTEGER_CSTs.
8740
8741 2017-01-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8742
8743 * config/sol2.h (TARGET_OS_CPP_BUILTINS): Define __STDC_VERSION__
8744 to 201112L since C++17.
8745
8746 2017-01-13 Maxim Ostapenko <m.ostapenko@samsung.com>
8747
8748 PR sanitizer/78887
8749 * asan.c (asan_needs_odr_indicator_p): Don't emit ODR indicators
8750 if -fsanitize=kernel-address is present.
8751
8752 2017-01-13 Richard Biener <rguenther@suse.de>
8753
8754 * tree-pretty-print.c (dump_generic_node): Dump INTEGER_CSTs
8755 as _Literal ( type ) number in case usual suffixes do not
8756 preserve all information.
8757
8758 2017-01-13 Richard Biener <rguenther@suse.de>
8759
8760 PR tree-optimization/77283
8761 * gimple-ssa-split-paths.c: Include gimple-ssa.h, tree-phinodes.h
8762 and ssa-iterators.h.
8763 (is_feasible_trace): Implement a cost model based on joiner
8764 PHI node uses.
8765
8766 2017-01-12 Michael Meissner <meissner@linux.vnet.ibm.com>
8767
8768 PR target/79004
8769 * config/rs6000/rs6000.md (FP_ISA3): Do not optimize converting
8770 char or short to __float128/_Float128 directly.
8771
8772 2017-01-12 Martin Sebor <msebor@redhat.com>
8773
8774 to -Wformat-overflow.
8775 * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Adjust.
8776 (min_bytes_remaining): Same.
8777 (get_string_length): Same.
8778 (format_string): Same.
8779 (format_directive): Same.
8780 (add_bytes): Same.
8781 (pass_sprintf_length::handle_gimple_call): Same.
8782
8783 2017-01-12 Jakub Jelinek <jakub@redhat.com>
8784
8785 * gimple-ssa-sprintf.c (try_substitute_return_value): Remove
8786 info.nowrite calls with no lhs that can't throw. Return bool
8787 whether gsi_remove has been called or not.
8788 (pass_sprintf_length::handle_gimple_call): Return bool whether
8789 try_substitute_return_value called gsi_remove. Formatting fix.
8790 (pass_sprintf_length::execute): Don't use gsi_remove if
8791 handle_gimple_call returned true.
8792
8793 PR bootstrap/79069
8794 * cfgrtl.c (rtl_tidy_fallthru_edge): For any_uncondjump_p that can't
8795 be removed due to side-effects, don't remove following barrier nor
8796 turn the successor edge into fallthru edge.
8797
8798 2017-01-12 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8799
8800 PR target/79044
8801 * config/rs6000/rs6000.c (insn_is_swappable_p): Mark
8802 element-reversing loads and stores as not swappable.
8803
8804 2017-01-12 Nathan Sidwell <nathan@acm.org>
8805 Nicolai Stange <nicstange@gmail.com>
8806
8807 * combine.c (try_combine): Don't ignore result of overlap checking
8808 loop. Combine overlap & asm check into single loop.
8809
8810 2017-01-12 Richard Biener <rguenther@suse.de>
8811
8812 * tree-pretty-print.c (dump_generic_node): Provide -gimple
8813 variant for MEM_REF. Sanitize INTEGER_CST for -gimple.
8814
8815 2017-01-12 Richard Biener <rguenther@suse.de>
8816
8817 * tree.c (initialize_tree_contains_struct): Make TS_OPTIMIZATION
8818 and TS_TARGET_OPTION directly derive from TS_BASE.
8819 * tree-core.h (tree_optimization_option): Derive from tree_base.
8820 (tree_target_option): Likewise.
8821
8822 2017-01-11 Uros Bizjak <ubizjak@gmail.com>
8823
8824 * config/i386/i386.c (memory_address_length): Increase len
8825 only when rip_relative_addr_p returns false.
8826
8827 2017-01-11 Julia Koval <julia.koval@intel.com>
8828
8829 * common/config/i386/i386-common.c (OPTION_MASK_ISA_SGX_UNSET): New.
8830 (OPTION_MASK_ISA_SGX_SET): New.
8831 (ix86_handle_option): Handle OPT_msgx.
8832 * config.gcc: Added sgxintrin.h.
8833 * config/i386/driver-i386.c (host_detect_local_cpu): Detect sgx.
8834 * config/i386/i386-c.c (ix86_target_macros_internal): Define __SGX__.
8835 * config/i386/i386.c (ix86_target_string): Add -msgx.
8836 (PTA_SGX): New.
8837 (ix86_option_override_internal): Handle new options.
8838 (ix86_valid_target_attribute_inner_p): Add sgx.
8839 * config/i386/i386.h (TARGET_SGX, TARGET_SGX_P): New.
8840 * config/i386/i386.opt: Add msgx.
8841 * config/i386/sgxintrin.h: New file.
8842 * config/i386/x86intrin.h: Add sgxintrin.h.
8843
8844 2017-01-11 Jakub Jelinek <jakub@redhat.com>
8845
8846 PR c++/71537
8847 * fold-const.c (maybe_nonzero_address): Return 1 for function
8848 local objects.
8849 (tree_single_nonzero_warnv_p): Don't handle function local objects
8850 here.
8851
8852 PR c++/72813
8853 * gcc.c (default_compilers): Don't add -o %g.s for -S -save-temps
8854 of c-header.
8855
8856 2017-01-11 David Malcolm <dmalcolm@redhat.com>
8857
8858 PR driver/78877
8859 * opts.c: Include "spellcheck.h"
8860 (struct string_fragment): New struct.
8861 (struct edit_distance_traits<const string_fragment &>): New
8862 struct.
8863 (get_closest_sanitizer_option): New function.
8864 (parse_sanitizer_options): Offer suggestions for unrecognized arguments.
8865
8866 2017-01-11 Jakub Jelinek <jakub@redhat.com>
8867
8868 * dwarf2out.c (DWARF_COMPILE_UNIT_HEADER_SIZE): For DWARF5 decrease
8869 by 12.
8870 (DWARF_COMDAT_TYPE_UNIT_HEADER_SIZE): Always
8871 DWARF_COMPILE_UNIT_HEADER_SIZE plus 12.
8872 (DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE): Define.
8873 (calc_base_type_die_sizes): Use DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE
8874 for initial die_offset if dwarf_split_debug_info.
8875 (output_comp_unit): Use DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE for
8876 initial next_die_offset if dwo_id is non-NULL. Don't emit padding
8877 fields.
8878 (output_skeleton_debug_sections): Formatting fix. Use
8879 DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE instead of
8880 DWARF_COMPILE_UNIT_HEADER_SIZE. Don't emit padding.
8881
8882 2017-01-11 Wilco Dijkstra <wdijkstr@arm.com>
8883
8884 * config/arm/cortex-a53.md: Add bypasses for
8885 cortex_a53_r2f_cvt.
8886 (cortex_a53_r2f): Only use for transfers.
8887 (cortex_a53_f2r): Likewise.
8888 (cortex_a53_r2f_cvt): Add reservation for conversions.
8889 (cortex_a53_f2r_cvt): Likewise.
8890
8891 2017-01-11 Tamar Christina <tamar.christina@arm.com>
8892
8893 * config/arm/arm_neon.h: Add __artificial__ and gnu_inline
8894 to all inlined functions, change static to extern.
8895
8896 2017-01-11 Christophe Lyon <christophe.lyon@linaro.org>
8897
8898 PR target/78253
8899 * config/arm/arm.c (legitimize_pic_address): Handle reference to
8900 weak symbol.
8901 (arm_assemble_integer): Likewise.
8902
8903 2017-01-11 Richard Earnshaw <rearnsha@arm.com>
8904
8905 * config.gcc: Use new awk script to check CPU, FPU and architecture
8906 parameters for --with-... options.
8907 * config/arm/parsecpu.awk: New file
8908 * config/arm/arm-cpus.in: New file.
8909 * config/arm/arm-opts.h: Include arm-cpu.h instead of processing .def
8910 files.
8911 * config/arm/arm.c: Include arm-cpu-data.h instead of processing .def
8912 files.
8913 * config/arm/t-arm: Update dependency rules.
8914 * common/config/arm/arm-common.c: Include arm-cpu-cdata.h instead
8915 of processing .def files.
8916 * config/arm/genopt.sh: Deleted.
8917 * config/arm/gentune.sh: Deleted.
8918 * config/arm/arm-cores.def: Deleted.
8919 * config/arm/arm-arches.def: Deleted.
8920 * config/arm/arm-fpus.def: Deleted.
8921 * config/arm/arm-tune.md: Regenerated.
8922 * config/arm/arm-tables.opt: Regenerated.
8923 * config/arm/arm-cpu.h: New generated file.
8924 * config/arm/arm-cpu-data.h: New generated file.
8925 * config/arm/arm-cpu-cdata.h: New generated file.
8926
8927 2017-01-11 Maxim Ostapenko <m.ostapenko@samsung.com>
8928
8929 PR lto/79042
8930 * lto-cgraph.c (lto_output_varpool_node): Pack dynamically_initialized
8931 bit.
8932 (input_varpool_node): Unpack dynamically_initialized bit.
8933
8934 2017-01-11 Eric Botcazou <ebotcazou@adacore.com>
8935
8936 PR rtl-optimization/79032
8937 * lra-constraints.c (simplify_operand_subreg): In the MEM case, test
8938 the alignment of the adjusted memory reference against that of MODE,
8939 instead of the alignment of the original memory reference.
8940
8941 2017-01-11 Martin Jambor <mjambor@suse.cz>
8942
8943 * hsa.c (hsa_callable_function_p): Revert addition of DECL_ARTIFICIAL
8944 test.
8945 * ipa-hsa.c (process_hsa_functions): Only duplicate non-artificial
8946 decorated functions.
8947
8948 2017-01-11 Richard Biener <rguenther@suse.de>
8949
8950 * tree-vrp.c (evrp_dom_walker::before_dom_children): Also
8951 set range/nonnull info for PHI results. Do not set it on
8952 stmts marked for removal.
8953
8954 2017-01-10 Eric Botcazou <ebotcazou@adacore.com>
8955
8956 * expr.c (store_field): In the bitfield case, fetch the return value
8957 from the registers before applying a single big-endian adjustment.
8958 Always do a final load for a BLKmode value not larger than a word.
8959
8960 2017-01-10 David Malcolm <dmalcolm@redhat.com>
8961
8962 PR c++/77949
8963 * input.c (selftest::test_accessing_ordinary_linemaps): Verify
8964 that we correctly handle column numbers greater than
8965 LINE_MAP_MAX_COLUMN_NUMBER.
8966
8967 2017-01-10 Martin Sebor <msebor@redhat.com>
8968
8969 PR middle-end/78245
8970 * gimple-ssa-sprintf.c (get_destination_size): Call
8971 {init,fini}object_sizes.
8972 * tree-object-size.c (addr_object_size): Adjust.
8973 (pass_through_call): Adjust.
8974 (pass_object_sizes::execute): Adjust.
8975 * tree-object-size.h (fini_object_sizes): Declare.
8976
8977 2017-01-10 Martin Sebor <msebor@redhat.com>
8978
8979 PR tree-optimization/78775
8980 * builtins.c (get_size_range): Move...
8981 * calls.c: ...to here.
8982 (alloc_max_size): Accept zero argument.
8983 (operand_signed_p): Remove.
8984 (maybe_warn_alloc_args_overflow): Call get_size_range.
8985 * calls.h (get_size_range): Declare.
8986
8987 2017-01-10 Joe Seymour <joe.s@somniumtech.com>
8988
8989 * config/msp430/driver-msp430.c (msp430_mcu_data): Sync with data
8990 from TI's devices.csv file as of September 2016.
8991 * config/msp430/msp430.c (msp430_mcu_data): Likewise.
8992
8993 2017-01-10 Sandra Loosemore <sandra@codesourcery.com>
8994
8995 * doc/extend.texi: Tweak formatting to fix overfull hbox warnings.
8996 * doc/invoke.texi: Likewise.
8997 * doc/md.texi: Likewise.
8998 * doc/objc.texi: Likewise.
8999
9000 2017-01-10 Joshua Conner <joshconner@google.com>
9001
9002 * config/arm/fuchsia-elf.h: New file.
9003 * config/fuchsia.h: New file.
9004 * config.gcc (*-*-fuchsia*): Set native_system_header_dir.
9005 (aarch64*-*-fuchsia*, arm*-*-fuchsia*, x86_64-*-fuchsia*): Add to
9006 targets.
9007 * config.host: (aarch64*-*-fuchsia*, arm*-*-fuchsia*): Add to hosts.
9008
9009 2016-01-10 Richard Biener <rguenther@suse.de>
9010
9011 PR tree-optimization/79034
9012 * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
9013 Propagate out degenerate PHIs in the joiner.
9014
9015 2017-01-10 Martin Liska <mliska@suse.cz>
9016
9017 * ipa-icf.c (sort_sem_items_by_decl_uid): New function.
9018 (sort_congruence_classes_by_decl_uid): Likewise.
9019 (sort_congruence_class_groups_by_decl_uid): Likewise.
9020 (sem_item_optimizer::merge_classes): Sort class, groups in these
9021 classes and members in the groups by DECL_UID of declarations.
9022 This would make merge operations stable.
9023
9024 2017-01-10 Martin Liska <mliska@suse.cz>
9025
9026 * ipa-icf.c (sem_item_optimizer::sem_item_optimizer): Remove
9027 usage of m_classes_vec.
9028 (sem_item_optimizer::~sem_item_optimizer): Likewise.
9029 (sem_item_optimizer::get_group_by_hash): Likewise.
9030 (sem_item_optimizer::subdivide_classes_by_equality): Likewise.
9031 (sem_item_optimizer::subdivide_classes_by_sensitive_refs): Likewise.
9032 (sem_item_optimizer::verify_classes): Likewise.
9033 (sem_item_optimizer::process_cong_reduction): Likewise.
9034 (sem_item_optimizer::dump_cong_classes): Likewise.
9035 (sem_item_optimizer::merge_classes): Likewise.
9036 * ipa-icf.h (congruence_class_hash): Rename from
9037 congruence_class_group_hash. Remove declaration of m_classes_vec.
9038
9039 2017-01-10 Andrew Senkevich <andrew.senkevich@intel.com>
9040
9041 * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX512VPOPCNTDQ_SET,
9042 OPTION_MASK_ISA_AVX512VPOPCNTDQ_UNSET): New.
9043 * config.gcc: Add avx512vpopcntdqintrin.h.
9044 * config/i386/avx512vpopcntdqintrin.h: New.
9045 * config/i386/cpuid.h (bit_AVX512VPOPCNTDQ): New.
9046 * config/i386/i386-builtin-types.def: Add new types.
9047 * config/i386/i386-builtin.def (__builtin_ia32_vpopcountd_v16si,
9048 __builtin_ia32_vpopcountd_v16si_mask, __builtin_ia32_vpopcountq_v8di,
9049 __builtin_ia32_vpopcountq_v8di_mask): New.
9050 * config/i386/i386-c.c (ix86_target_macros_internal): Define
9051 __AVX512VPOPCNTDQ__.
9052 * config/i386/i386.c (ix86_target_string): Add -mavx512vpopcntdq.
9053 (PTA_AVX512VPOPCNTDQ): Define.
9054 * config/i386/i386.h (TARGET_AVX512VPOPCNTDQ,
9055 TARGET_AVX512VPOPCNTDQ_P): Define.
9056 * config/i386/i386.opt: Add mavx512vpopcntdq.
9057 * config/i386/immintrin.h: Include avx512vpopcntdqintrin.h.
9058 * config/i386/sse.md (define_insn "vpopcount<mode><mask_name>"): New.
9059
9060 2017-01-01 Jan Hubicka <hubicka@ucw.cz>
9061
9062 PR middle-end/77484
9063 * predict.def (PRED_CALL): Set to 67.
9064
9065 2017-01-09 Eric Botcazou <ebotcazou@adacore.com>
9066
9067 * expr.c (store_field): In the bitfield case, if the value comes from
9068 a function call and is of an aggregate type returned in registers, do
9069 not modify the field mode; extract the value in all cases if the mode
9070 is BLKmode and the size is not larger than a word.
9071
9072 2017-01-09 Dominique d'Humieres <dominiq@lps.ens.fr>
9073
9074 PR target/71017
9075 * config/i386/cpuid.h: Fix undefined behavior.
9076
9077 2017-01-04 Jeff Law <law@redhat.com>
9078
9079 PR tree-optimization/79007
9080 PR tree-optimization/67955
9081 * tree-ssa-alias.c (same_addr_size_stores_p): Only need to be
9082 conservative for pt.null when flag_non_call_exceptions is on.
9083
9084 2017-01-09 Jakub Jelinek <jakub@redhat.com>
9085
9086 PR translation/79019
9087 PR translation/79020
9088 * params.def (PARAM_INLINE_MIN_SPEEDUP,
9089 PARAM_IPA_CP_SINGLE_CALL_PENALTY,
9090 PARAM_USE_AFTER_SCOPE_DIRECT_EMISSION_THRESHOLD): Fix typos
9091 in descriptions.
9092 * config/avr/avr.opt (maccumulate-args): Likewise.
9093 * config/msp430/msp430.opt (mwarn-mcu): Likewise.
9094 * common.opt (freport-bug): Likewise.
9095 * cif-code.def (CIF_FINAL_ERROR): Likewise.
9096 * doc/invoke.texi (ipa-cp-single-call-penalty): Likewise.
9097 * config/s390/s390.c (s390_invalid_binary_op): Fix spelling in
9098 translatable string.
9099 * config/i386/i386.c (function_value_32): Likewise.
9100 * config/nios2/nios2.c (nios2_valid_target_attribute_rec): Likewise.
9101 * config/msp430/msp430.c (msp430_option_override, msp430_attr):
9102 Likewise.
9103 * config/msp430/driver-msp430.c (msp430_select_hwmult_lib): Likewise.
9104 * common/config/msp430/msp430-common.c (msp430_handle_option):
9105 Likewise.
9106 * symtab.c (symtab_node::verify_base): Likewise.
9107 * opts.c (set_debug_level): Likewise.
9108 * tree.c (verify_type_variant): Likewise. Fix typo in comment.
9109 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
9110 missing whitespace to translatable strings.
9111 * config/avr/avr.md (bswapsi2): Fix typo in comment.
9112 * config/sh/superh.h: Likewise.
9113 * config/i386/xopintrin.h: Likewise.
9114 * config/i386/znver1.md: Likewise.
9115 * config/rs6000/rs6000.c (struct rs6000_opt_mask): Likewise.
9116 * ipa-inline-analysis.c (compute_inline_parameters): Likewise.
9117 * double-int.h (struct double_int): Likewise.
9118 * double-int.c (div_and_round_double): Likewise.
9119 * wide-int.cc: Likewise.
9120 * tree-ssa.c (non_rewritable_mem_ref_base): Likewise.
9121 * tree-ssa-sccvn.c (vn_reference_lookup_3): Likewise.
9122 * cfgcleanup.c (crossjumps_occured): Renamed to ...
9123 (crossjumps_occurred): ... this.
9124 (try_crossjump_bb, try_head_merge_bb, try_optimize_cfg, cleanup_cfg):
9125 Adjust all uses.
9126
9127 PR tree-optimization/78899
9128 * tree-if-conv.c (version_loop_for_if_conversion): Instead of
9129 returning bool return struct loop *, NULL for failure and the new
9130 loop on success.
9131 (versionable_outer_loop_p): Don't version outer loop if it has
9132 dont_vectorized bit set.
9133 (tree_if_conversion): When versioning outer loop, ensure
9134 tree_if_conversion is performed also on the inner loop of the
9135 non-vectorizable outer loop copy.
9136 * tree-vectorizer.c (set_uid_loop_bbs): Formatting fix. Fold
9137 LOOP_VECTORIZED in inner loop of the scalar outer loop and
9138 prevent vectorization of it.
9139 (vectorize_loops): For outer + inner LOOP_VECTORIZED, ensure
9140 the outer loop vectorization of the non-scalar version is attempted
9141 before vectorization of the inner loop in scalar version. If
9142 outer LOOP_VECTORIZED guarded loop is not vectorized, prevent
9143 vectorization of its inner loop.
9144 * tree-vect-loop-manip.c (rename_variables_in_bb): If outer_loop
9145 has 2 inner loops, rename also on edges from bb whose single pred
9146 is outer_loop->header. Fix typo in function comment.
9147
9148 2017-01-09 Martin Sebor <msebor@redhat.com>
9149
9150 PR bootstrap/79033
9151 * asan.c (asan_emit_stack_protection): Increase local buffer size
9152 to avoid snprintf truncation warning.
9153
9154 2017-01-09 Andrew Pinski <apinski@cavium.com>
9155
9156 * config/aarch64/aarch64-cores.def: Add thunderx2t99. Change vulcan
9157 to reference thunderx2t99 for the tuning structure
9158 * config/aarch64/aarch64-cost-tables.h (vulcan_extra_costs):
9159 Rename to ...
9160 (thunderx2t99_extra_costs): This.
9161 * config/aarch64/aarch64-tune.md: Regenerate.
9162 * config/aarch64/aarch64.c (vulcan_addrcost_table): Rename to ...
9163 (vulcan_addrcost_table): This.
9164 (vulcan_regmove_cost): Rename to ...
9165 (thunderx2t99_regmove_cost): This.
9166 (vulcan_vector_cost): Rename to ...
9167 (thunderx2t99_vector_cost): this.
9168 (vulcan_branch_cost): Rename to ...
9169 (thunderx2t99_branch_cost): This.
9170 (vulcan_tunings): Rename to ...
9171 (thunderx2t99_tunings): This and s/vulcan/thunderx2t99 .
9172 * doc/invoke.texi (AARCH64/mtune): Add thunderx2t99.
9173
9174 2017-01-09 Martin Jambor <mjambor@suse.cz>
9175
9176 PR ipa/78365
9177 PR ipa/78599
9178 * ipa-prop.h (ipa_jump_func): Swap positions of vr_known and m_vr.
9179 * ipa-cp.c (ipa_vr_operation_and_type_effects): New function.
9180 (propagate_vr_accross_jump_function): Use the above function for all
9181 value range computations for pass-through jump functions and type
9182 converasion from explicit value range values.
9183 (ipcp_propagate_stage): Do not attempt to deduce types of formal
9184 parameters from TYPE_ARG_TYPES.
9185 * ipa-prop.c (ipa_write_jump_function): Remove trailing whitespace.
9186 (ipa_write_node_info): Stream type of the actual argument.
9187 (ipa_read_node_info): Likewise. Also remove trailing whitespace.
9188
9189 2017-01-09 Martin Liska <mliska@suse.cz>
9190
9191 PR pch/78970
9192 * gcc.c (driver_handle_option): Handle OPT_E and set have_E.
9193 (lookup_compiler): Do not show error message with have_E.
9194
9195 2017-01-09 Jakub Jelinek <jakub@redhat.com>
9196
9197 PR tree-optimization/78938
9198 * tree-vect-stmts.c (vectorizable_condition): For non-masked COND_EXPR
9199 where comp_vectype is VECTOR_BOOLEAN_TYPE_P, use
9200 BIT_{NOT,XOR,AND,IOR}_EXPR on the comparison operands instead of
9201 {EQ,NE,GE,GT,LE,LT}_EXPR directly inside of VEC_COND_EXPR. Formatting
9202 fixes.
9203
9204 2017-01-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9205
9206 * tree-ssa-address.c (gen_addr_rtx): Don't handle index if it
9207 is const0_rtx.
9208
9209 2017-01-09 Richard Biener <rguenther@suse.de>
9210
9211 PR tree-optimization/78997
9212 * tree-vect-slp.c (vect_mask_constant_operand_p): Handle SSA
9213 name condition properly.
9214
9215 2017-01-09 Richard Biener <rguenther@suse.de>
9216
9217 PR debug/79000
9218 * dwarf2out.c (is_cxx): New overload with context.
9219 (is_naming_typedef_decl): Use it.
9220
9221 2017-01-08 Sandra Loosemore <sandra@codesourcery.com>
9222
9223 * invoke.texi (Option Summary): Correct spacing in option lists
9224 and add line breaks to fix over-long lines.
9225
9226 2017-01-08 Sandra Loosemore <sandra@codesourcery.com>
9227
9228 PR middle-end/17660
9229
9230 * extend.texi (Common Variable Attributes): Add xref to GCC
9231 Internals manual to explain mode attribute keywords.
9232
9233 2017-01-08 Sandra Loosemore <sandra@codesourcery.com>
9234
9235 PR other/16519
9236 * doc/invoke.texi (Option Summary): Move -pthread to Linker Options
9237 and Preprocessor Options.
9238 (Options for Linking): Document -pthread here....
9239 (RS/6000 and PowerPC Options): ...not here.
9240 (Solaris 2 Options): ...or here.
9241 * doc/cppopts.texi: Document -pthread.
9242
9243 2017-01-08 Martin Sebor <msebor@redhat.com>
9244
9245 PR middle-end/77708
9246 * doc/invoke.texi (Warning Options): Document -Wformat-truncation.
9247 * gimple-ssa-sprintf.c (call_info::reval_used, call_info::warnopt):
9248 New member functions.
9249 (format_directive): Used them.
9250 (add_bytes): Same.
9251 (pass_sprintf_length::handle_gimple_call): Same.
9252 * graphite-sese-to-poly.c (tree_int_to_gmp): Increase buffer size
9253 to avoid truncation for any argument.
9254 (extract_affine_mul): Same.
9255 * tree.c (get_file_function_name): Same.
9256
9257 2017-01-01 Jan Hubicka <hubicka@ucw.cz>
9258
9259 PR middle-end/77484
9260 * predict.def (PRED_INDIR_CALL): Set to 86.
9261
9262 2017-01-07 Sandra Loosemore <sandra@codesourcery.com>
9263
9264 PR preprocessor/54124
9265 * doc/cppopts.texi: Reformat -d subtable to list the full name
9266 of the options. Add cross-reference to the docs for the general
9267 compiler -d options.
9268 * doc/invoke.texi (Developer Options): Add cross-reference to the
9269 preprocessor-specific -d option documentation.
9270
9271 2017-01-07 Sandra Loosemore <sandra@codesourcery.com>
9272
9273 PR preprocessor/13498
9274 * doc/cpp.texi (Search Path): Rewrite to remove obsolete and
9275 redudant material, and reflect new command-line options.
9276 (System Headers): Likewise.
9277
9278 2017-01-07 Sandra Loosemore <sandra@codesourcery.com>
9279
9280 * doc/cppdiropts.texi: Merge documentation of -I, -iquote,
9281 -isystem, and -idirafter. Copy-edit.
9282 * doc/cppopts.texi: Copy-edit. Remove contradiction about
9283 default for -ftrack-macro-expansion. Delete obsolete and
9284 badly-formatted implementation details about -fdebug-cpp output.
9285 * doc/cppwarnopts.texi: Copy-edit.
9286
9287 2017-01-07 David Malcolm <dmalcolm@redhat.com>
9288
9289 PR c++/72803
9290 * input.c (selftest::test_accessing_ordinary_linemaps): Verify
9291 that the transition from a max line width >= 1<<10 to narrower
9292 lines works correctly.
9293
9294 2017-01-07 Alexandre Oliva <aoliva@redhat.com>
9295
9296 * doc/options.texi (PerFunction): New.
9297 * opt-functions.awk (switch_flags): Map both Optimization and
9298 PerFunction to CL_OPTIMIZATION.
9299 * opth-gen.awk: Test for PerFunction flag along with
9300 Optimization.
9301 * optc-save-gen.awk: Likewise. Introduce var_opt_hash and set
9302 it only when the latter is present. Skip those that don't in
9303 the hash function generator.
9304 * common.opt (fvar-tracking): Mark as PerFunction instead of
9305 Optimization.
9306 (fvar-tracking-assignments): Likewise.
9307 (fvar-tracking-assignments-toggle): Likewise.
9308 (fvar-tracking-uninit): Likewise.
9309
9310 2017-01-07 Jakub Jelinek <jakub@redhat.com>
9311
9312 PR translation/79018
9313 * params.def (PARAM_MAX_STORES_TO_MERGE): Add missing space between
9314 the and store.
9315
9316 2017-01-06 Mikael Pettersson <mikpelinux@gmail.com>
9317
9318 PR target/57583
9319 * config/m68k/m68k.opt (LONG_JUMP_TABLE_OFFSETS): New option.
9320 * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Handle
9321 TARGET_LONG_JUMP_TABLE_OFFSETS.
9322 * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
9323 * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
9324 * config/m68k/m68k.h (CASE_VECTOR_MODE): Likewise.
9325 (ASM_OUTPUT_ADDR_DIFF_ELF): Likewise.
9326 * config/m68k/m68k.md (tablejump expander): Likewise.
9327 (*tablejump_pcrel_hi): Renamed from unnamed insn, reject
9328 TARGET_LONG_JUMP_TABLE_OFFSETS.
9329 (*tablejump_pcrel_si): New insn, handle TARGET_LONG_JUMP_TABLE_OFFSETS.
9330 * doc/invoke.texi (M68K options): Add -mlong-jump-table-offsets.
9331
9332 2017-01-06 Edgar E. Iglesias <edgar.iglesias@xilinx.com>
9333 David Holsgrove <david.holsgrove@xilinx.com>
9334
9335 * common/config/microblaze/microblaze-common.c
9336 (TARGET_EXCEPT_UNWIND_INFO): Remove.
9337 * config/microblaze/microblaze-protos.h (microblaze_eh_return):
9338 New prototype.
9339 * config/microblaze/microblaze.c (microblaze_must_save_register)
9340 (microblaze_expand_epilogue, microblaze_return_addr): Handle
9341 calls_eh_return.
9342 (microblaze_eh_return): New function.
9343 * config/microblaze/microblaze.h (RETURN_ADDR_OFFSET)
9344 (EH_RETURN_DATA_REGNO, MB_EH_STACKADJ_REGNUM)
9345 (EH_RETURN_STACKADJ_RTX, ASM_PREFERRED_EH_DATA_FORMAT): New macros.
9346 * config/microblaze/microblaze.md (eh_return): New pattern.
9347
9348 2017-01-06 Jakub Jelinek <jakub@redhat.com>
9349
9350 * system.h (GCC_DIAGNOSTIC_PUSH_IGNORED, GCC_DIAGNOSTIC_POP,
9351 GCC_DIAGNOSTIC_STRINGIFY): Define.
9352
9353 * read-rtl.c (rtx_reader::read_rtx_code): Avoid -Wsign-compare warning.
9354
9355 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
9356
9357 * config/arm/arm.md (<mcrr>): New.
9358 (<mrrc>): New.
9359 * config/arm/arm.c (arm_arch5te): New.
9360 (arm_option_override): Set arm_arch5te.
9361 (arm_coproc_builtin_available): Add support for mcrr, mcrr2, mrrc
9362 and mrrc2.
9363 * config/arm/arm-builtins.c (MCRR_QUALIFIERS): Define to...
9364 (arm_mcrr_qualifiers): ... this. New.
9365 (MRRC_QUALIFIERS): Define to...
9366 (arm_mrrc_qualifiers): ... this. New.
9367 * config/arm/arm_acle.h (__arm_mcrr, __arm_mcrr2, __arm_mrrc,
9368 __arm_mrrc2): New.
9369 * config/arm/arm_acle_builtins.def (mcrr, mcrr2, mrrc, mrrc2): New.
9370 * config/arm/iterators.md (MCRRI, mcrr, MCRR): New.
9371 (MRRCI, mrrc, MRRC): New.
9372 * config/arm/unspecs.md (VUNSPEC_MCRR, VUNSPEC_MCRR2, VUNSPEC_MRRC,
9373 VUNSPEC_MRRC2): New.
9374
9375 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
9376
9377 * config/arm/arm.md (<mcr>): New.
9378 (<mrc>): New.
9379 * config/arm/arm.c (arm_coproc_builtin_available): Add
9380 support for mcr, mrc, mcr2 and mrc2.
9381 * config/arm/arm-builtins.c (MCR_QUALIFIERS): Define to...
9382 (arm_mcr_qualifiers): ... this. New.
9383 (MRC_QUALIFIERS): Define to ...
9384 (arm_mrc_qualifiers): ... this. New.
9385 (MCR_QUALIFIERS): Define to ...
9386 (arm_mcr_qualifiers): ... this. New.
9387 * config/arm/arm_acle.h (__arm_mcr, __arm_mrc, __arm_mcr2,
9388 __arm_mrc2): New.
9389 * config/arm/arm_acle_builtins.def (mcr, mcr2, mrc, mrc2): New.
9390 * config/arm/iterators.md (MCRI, mcr, MCR, MRCI, mrc, MRC): New.
9391 * config/arm/unspecs.md (VUNSPEC_MCR, VUNSPEC_MCR2, VUNSPEC_MRC,
9392 VUNSPEC_MRC2): New.
9393
9394 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
9395
9396 * config/arm/arm.md (*ldc): New.
9397 (*stc): New.
9398 (<ldc>): New.
9399 (<stc>): New.
9400 * config/arm/arm.c (arm_coproc_builtin_available): Add
9401 support for ldc,ldcl,stc,stcl,ldc2,ldc2l,stc2 and stc2l.
9402 (arm_coproc_ldc_stc_legitimate_address): New.
9403 * config/arm/arm-builtins.c (arm_type_qualifiers): Add
9404 'qualifier_const_pointer'.
9405 (LDC_QUALIFIERS): Define to...
9406 (arm_ldc_qualifiers): ... this. New.
9407 (STC_QUALIFIERS): Define to...
9408 (arm_stc_qualifiers): ... this. New.
9409 * config/arm/arm-protos.h
9410 (arm_coproc_ldc_stc_legitimate_address): New.
9411 * config/arm/arm_acle.h (__arm_ldc, __arm_ldcl, __arm_stc,
9412 __arm_stcl, __arm_ldc2, __arm_ldc2l, __arm_stc2, __arm_stc2l): New.
9413 * config/arm/arm_acle_builtins.def (ldc, ldc2, ldcl, ldc2l, stc,
9414 stc2, stcl, stc2l): New.
9415 * config/arm/constraints.md (Uz): New.
9416 * config/arm/iterators.md (LDCI, STCI, ldc, stc, LDC STC): New.
9417 * config/arm/unspecs.md (VUNSPEC_LDC, VUNSPEC_LDC2, VUNSPEC_LDCL,
9418 VUNSPEC_LDC2L, VUNSPEC_STC, VUNSPEC_STC2, VUNSPEC_STCL,
9419 VUNSPEC_STC2L): New.
9420
9421 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
9422
9423 * config/arm/arm.md (<cdp>): New.
9424 * config/arm/arm.c (neon_const_bounds): Rename this ...
9425 (arm_const_bounds): ... this.
9426 (arm_coproc_builtin_available): New.
9427 * config/arm/arm-builtins.c (SIMD_MAX_BUILTIN_ARGS): Increase.
9428 (arm_type_qualifiers): Add 'qualifier_unsigned_immediate'.
9429 (CDP_QUALIFIERS): Define to...
9430 (arm_cdp_qualifiers): ... this. New.
9431 (void_UP): Define.
9432 (arm_expand_builtin_args): Add case for 6 arguments.
9433 * config/arm/arm-protos.h (neon_const_bounds): Rename this ...
9434 (arm_const_bounds): ... this.
9435 (arm_coproc_builtin_available): New.
9436 * config/arm/arm_acle.h (__arm_cdp): New.
9437 (__arm_cdp2): New.
9438 * config/arm/arm_acle_builtins.def (cdp): New.
9439 (cdp2): New.
9440 * config/arm/iterators.md (CDPI,CDP,cdp): New.
9441 * config/arm/neon.md: Rename all 'neon_const_bounds' to
9442 'arm_const_bounds'.
9443 * config/arm/types.md (coproc): New.
9444 * config/arm/unspecs.md (VUNSPEC_CDP, VUNSPEC_CDP2): New.
9445 * gcc/doc/extend.texi (ACLE): Add a mention of Coprocessor intrinsics.
9446 * gcc/doc/sourcebuild.texi (arm_coproc1_ok, arm_coproc2_ok,
9447 arm_coproc3_ok, arm_coproc4_ok): Document new effective targets.
9448
9449 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
9450
9451 * config/arm/arm-builtins.c (arm_unsigned_binop_qualifiers): New.
9452 (UBINOP_QUALIFIERS): New.
9453 (si_UP): Define.
9454 (acle_builtin_data): New. Change comment.
9455 (arm_builtins): Remove ARM_BUILTIN_CRC32B, ARM_BUILTIN_CRC32H,
9456 ARM_BUILTIN_CRC32W, ARM_BUILTIN_CRC32CB, ARM_BUILTIN_CRC32CH,
9457 ARM_BUILTIN_CRC32CW. Add ARM_BUILTIN_ACLE_BASE and include
9458 arm_acle_builtins.def.
9459 (ARM_BUILTIN_ACLE_PATTERN_START): Define.
9460 (arm_init_acle_builtins): New.
9461 (CRC32_BUILTIN): Remove.
9462 (bdesc_2arg): Remove entries for crc32b, crc32h, crc32w,
9463 crc32cb, crc32ch and crc32cw.
9464 (arm_init_crc32_builtins): Remove.
9465 (arm_init_builtins): Use arm_init_acle_builtins rather
9466 than arm_init_crc32_builtins.
9467 (arm_expand_acle_builtin): New.
9468 (arm_expand_builtin): Use 'arm_expand_acle_builtin'.
9469 * config/arm/arm_acle_builtins.def: New.
9470
9471 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
9472
9473 * config/arm/arm-builtins.c (neon_builtin_datum): Rename to ..
9474 (arm_builtin_datum): ... this.
9475 (arm_init_neon_builtin): Rename to ...
9476 (arm_init_builtin): ... this. Add a new parameters PREFIX
9477 and USE_SIG_IN_NAME.
9478 (arm_init_neon_builtins): Replace 'arm_init_neon_builtin' with
9479 'arm_init_builtin'. Replace type 'neon_builtin_datum' with
9480 'arm_builtin_datum'.
9481 (arm_init_vfp_builtins): Likewise.
9482 (builtin_arg): Rename enum's replacing 'NEON_ARG' with
9483 'ARG_BUILTIN' and add a 'ARG_BUILTIN_NEON_MEMORY.
9484 (arm_expand_neon_args): Rename to ...
9485 (arm_expand_builtin_args): ... this. Rename builtin_arg
9486 enum values and differentiate between ARG_BUILTIN_MEMORY
9487 and ARG_BUILTIN_NEON_MEMORY.
9488 (arm_expand_neon_builtin_1): Rename to ...
9489 (arm_expand_builtin_1): ... this. Rename builtin_arg enum
9490 values, arm_expand_builtin_args and add bool parameter NEON.
9491 (arm_expand_neon_builtin): Use arm_expand_builtin_1.
9492 (arm_expand_vfp_builtin): Likewise.
9493 (NEON_MAX_BUILTIN_ARGS): Remove, it was unused.
9494
9495 2017-01-01 Jan Hubicka <hubicka@ucw.cz>
9496
9497 PR middle-end/77484
9498 * predict.def (PRED_POLYMORPHIC_CALL): Set to 59.
9499 * predict.c (tree_estimate_probability_bb): Reverse direction of
9500 polymorphic call predictor.
9501
9502 2017-01-06 David Malcolm <dmalcolm@redhat.com>
9503
9504 * passes.c (execute_one_pass): Split out pass-skipping logic into...
9505 (determine_pass_name_match): ...this new function and...
9506 (should_skip_pass_p): ...this new function.
9507
9508 2017-01-06 Nathan Sidwell <nathan@acm.org>
9509
9510 * ipa-visibility.c (function_and_variable_visibility): Reformat
9511 comments and long lines. Remove extrneous if.
9512 * symtab.c (symtab_node::make_decl_local): Fix code format.
9513 (symtab_node::set_section_for_node): Fix comment typo.
9514
9515 2017-01-06 Martin Liska <mliska@suse.cz>
9516
9517 PR bootstrap/79003
9518 * lra-constraints.c: Rename invariant to lra_invariant.
9519 * predict.c (set_even_probabilities): Initialize e to NULL.
9520
9521 2017-01-05 Martin Sebor <msebor@redhat.com>
9522
9523 PR tree-optimization/78910
9524 * gimple-ssa-sprintf.c (tree_digits): Add an argument.
9525 (format_integer): Correct off-by-one error in the handling
9526 of precision with negative numbers in signed conversions..
9527
9528 2017-01-05 Eric Botcazou <ebotcazou@adacore.com>
9529
9530 * doc/invoke.texi (C Dialect Options): Adjust -fsso-struct entry.
9531
9532 2017-01-05 Jakub Jelinek <jakub@redhat.com>
9533
9534 PR tree-optimization/71016
9535 * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Pass cond_stmt to
9536 factor_out_conditional_conversion. Formatting fix.
9537 (factor_out_conditional_conversion): Add cond_stmt argument.
9538 If arg1 is INTEGER_CST, punt if new_arg0 is not any operand of
9539 cond_stmt and if arg0_def_stmt is not the only stmt in its bb.
9540 Formatting fix.
9541
9542 2017-01-05 David Malcolm <dmalcolm@redhat.com>
9543
9544 * Makefile.in (OBJS): Add read-md.o, read-rtl.o,
9545 read-rtl-function.o, and selftest-rtl.o.
9546 * config/aarch64/aarch64.c: Include selftest.h and selftest-rtl.h.
9547 (selftest::aarch64_test_loading_full_dump): New function.
9548 (selftest::aarch64_run_selftests): New function.
9549 (TARGET_RUN_TARGET_SELFTESTS): Wire it up to
9550 selftest::aarch64_run_selftests.
9551 * config/i386/i386.c
9552 (selftest::ix86_test_loading_dump_fragment_1): New function.
9553 (selftest::ix86_test_loading_call_insn): New function.
9554 (selftest::ix86_test_loading_full_dump): New function.
9555 (selftest::ix86_test_loading_unspec): New function.
9556 (selftest::ix86_run_selftests): Call the new functions.
9557 * emit-rtl.c (maybe_set_max_label_num): New function.
9558 * emit-rtl.h (maybe_set_max_label_num): New decl.
9559 * function.c (instantiate_decls): Guard call to
9560 instantiate_decls_1 with if (DECL_INITIAL (fndecl)).
9561 * function-tests.c (selftest::verify_three_block_rtl_cfg): Remove
9562 "static".
9563 * gensupport.c (gen_reader::gen_reader): Pass "false"
9564 for new "compact" param of rtx_reader.
9565 * print-rtl.c (rtx_writer::print_rtx_operand): Print "(nil)"
9566 rather than an empty string for NULL strings.
9567 * read-md.c: Potentially include config.h rather than bconfig.h.
9568 Wrap include of errors.h with #ifdef GENERATOR_FILE.
9569 (have_error): New global, copied from errors.c.
9570 (md_reader::read_name): Rename to...
9571 (md_reader::read_name_1): ...this, adding "out_loc" param,
9572 and converting "missing name or number" to returning false, rather
9573 than failing.
9574 (md_reader::read_name): Reimplement in terms of read_name_1.
9575 (md_reader::read_name_or_nil): New function.
9576 (md_reader::read_string): Handle "(nil)" by returning NULL.
9577 (md_reader::md_reader): Add new param "compact".
9578 (md_reader::read_md_files): Wrap with #ifdef GENERATOR_FILE.
9579 (md_reader::read_file): New method.
9580 * read-md.h (md_reader::md_reader): Add new param "compact".
9581 (md_reader::read_file): New method.
9582 (md_reader::is_compact): New accessor.
9583 (md_reader::read_name): Convert return type from void to file_location.
9584 (md_reader::read_name_or_nil): New decl.
9585 (md_reader::read_name_1): New decl.
9586 (md_reader::m_compact): New field.
9587 (noop_reader::noop_reader): Pass "false" for new "compact" param
9588 of rtx_reader.
9589 (rtx_reader::rtx_reader): Add new "compact" param.
9590 (rtx_reader::read_rtx_operand): Make virtual and convert return
9591 type from void to rtx.
9592 (rtx_reader::read_until): New decl.
9593 (rtx_reader::handle_any_trailing_information): New virtual function.
9594 (rtx_reader::postprocess): New virtual function.
9595 (rtx_reader::finalize_string): New virtual function.
9596 (rtx_reader::m_in_call_function_usage): New field.
9597 (rtx_reader::m_reuse_rtx_by_id): New field.
9598 * read-rtl-function.c: New file.
9599 * selftest-rtl.c (selftest::assert_rtx_ptr_eq_at): New function.
9600 * selftest-rtl.h (ASSERT_RTX_PTR_EQ): New macro.
9601 (selftest::verify_three_block_rtl_cfg): New decl.
9602 * read-rtl-function.h: New file.
9603 * read-rtl.c: Potentially include config.h rather than bconfig.h.
9604 For host, include function.h, memmodel.h, and emit-rtl.h.
9605 (one_time_initialization): New function.
9606 (struct compact_insn_name): New struct.
9607 (compact_insn_names): New array.
9608 (find_code): Handle insn codes in compact dumps.
9609 (apply_subst_iterator): Wrap with #ifdef GENERATOR_FILE.
9610 (bind_subst_iter_and_attr): Likewise.
9611 (add_condition_to_string): Likewise.
9612 (add_condition_to_rtx): Likewise.
9613 (apply_attribute_uses): Likewise.
9614 (add_current_iterators): Likewise.
9615 (apply_iterators): Likewise.
9616 (initialize_iterators): Guard usage of apply_subst_iterator with
9617 #ifdef GENERATOR_FILE.
9618 (read_conditions): Wrap with #ifdef GENERATOR_FILE.
9619 (md_reader::read_mapping): Likewise.
9620 (add_define_attr_for_define_subst): Likewise.
9621 (add_define_subst_attr): Likewise.
9622 (read_subst_mapping): Likewise.
9623 (check_code_iterator): Likewise.
9624 (rtx_reader::read_rtx): Likewise. Move one-time initialization
9625 logic to...
9626 (one_time_initialization): New function.
9627 (rtx_reader::read_until): New method.
9628 (read_flags): New function.
9629 (parse_reg_note_name): New function.
9630 (rtx_reader::read_rtx_code): Initialize "iterator" to NULL.
9631 Handle reuse_rtx ids.
9632 Wrap iterator lookup within #ifdef GENERATOR_FILE.
9633 Add parsing support for RTL dumps, mirroring the special-cases in
9634 print_rtx, by calling read_flags, reading REG_NOTE names, INSN_UID
9635 values, and calling handle_any_trailing_information.
9636 (rtx_reader::read_rtx_operand): Convert return type from void
9637 to rtx, returning return_rtx. Handle case 'e'. Call
9638 finalize_string on XSTR and XTMPL fields.
9639 (rtx_reader::read_nested_rtx): Handle dumps in which trailing
9640 "(nil)" values were omitted. Call the postprocess vfunc on the
9641 return_rtx.
9642 (rtx_reader::rtx_reader): Add new "compact" param and pass to base
9643 class ctor. Initialize m_in_call_function_usage. Call
9644 one_time_initialization.
9645 * rtl-tests.c (selftest::test_uncond_jump): Call
9646 set_new_first_and_last_insn.
9647 * rtl.h (read_rtx): Wrap decl with #ifdef GENERATOR_FILE.
9648 * selftest-rtl.c: New file.
9649 * selftest-rtl.h (class selftest::rtl_dump_test): New class.
9650 (selftest::get_insn_by_uid): New decl.
9651 * selftest-run-tests.c (selftest::run_tests): Call
9652 read_rtl_function_c_tests.
9653 * selftest.h (selftest::read_rtl_function_c_tests): New decl.
9654 * tree-dfa.c (ssa_default_def): Return NULL_TREE for rtl function
9655 dumps.
9656
9657 2017-01-05 Uros Bizjak <ubizjak@gmail.com>
9658
9659 * config/i386/i386.md (*testqi_ext_3): No need to handle memory
9660 operands in a special way. Assert that pos+len <= mode precision.
9661
9662 2017-01-05 Jakub Jelinek <jakub@redhat.com>
9663
9664 * common.opt (fvect-cost-model): Remove RejectNegative flag, use
9665 3 argument Alias with unlimited for the negative form.
9666 (fno-vect-cost-model): Removed.
9667
9668 2017-01-05 Martin Liska <mliska@suse.cz>
9669
9670 * hsa-gen.c (gen_hsa_divmod): New function.
9671 (gen_hsa_insn_for_internal_fn_call): Use the function for IFN_DIVMOD.
9672
9673 2017-01-05 Martin Liska <mliska@suse.cz>
9674
9675 PR pch/78970
9676 * gcc.c (lookup_compiler): Reject '-' filename for a precompiled
9677 header.
9678
9679 2017-01-05 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
9680
9681 * config/s390/s390.c (s390_expand_setmem): Unroll the loop for
9682 small constant length operands.
9683
9684 2017-01-05 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
9685
9686 * config/s390/s390.c (s390_expand_setmem): Avoid overlapping bytes
9687 between loop iterations.
9688
9689 2017-01-05 Martin Liska <mliska@suse.cz>
9690
9691 PR sanitizer/78815
9692 * gimplify.c (gimplify_decl_expr): Compare to
9693 asan_poisoned_variables instread of checking flags.
9694 (gimplify_target_expr): Likewise.
9695 (gimplify_expr): Likewise.
9696 (gimplify_function_tree): Conditionally initialize
9697 asan_poisoned_variables.
9698
9699 2017-01-04 Jeff Law <law@redhat.com>
9700
9701 PR tree-optimizatin/78812
9702 * rtl.h (contains_mem_rtx_p): Prototype.
9703 * ifcvt.c (containts_mem_rtx_p): Move from here to...
9704 * rtlanal.c (contains_mem_rtx_p): Here and remove static linkage.
9705 * gcse.c (prune_expressions): Use contains_mem_rtx_p to discover
9706 and prune MEMs that are not at the toplevel of a SET_SRC rtx. Look
9707 through ZERO_EXTEND and SIGN_EXTEND when trying to avoid pruning MEMs.
9708
9709 2017-01-04 Alexandre Oliva <aoliva@redhat.com>
9710
9711 * input.c (assert_char_at_range): Default-initialize actual_range.
9712
9713 2017-01-04 Alexandre Oliva <aoliva@redhat.com>
9714
9715 * df-scan.c (df_ref_create_structure): Make regno unsigned,
9716 to match the caller.
9717
9718 2017-01-04 Alexandre Oliva <aoliva@redhat.com>
9719
9720 * cfgexpand.c (expand_gimple_basic_block): Disregard debug
9721 insns after final jump in test to emit dummy move.
9722
9723 2017-01-04 Alexandre Oliva <aoliva@redhat.com>
9724
9725 * gimple-iterator.h (gsi_one_nondebug_before_end_p): New.
9726 * tree-eh.c (cleanup_empty_eh): Skip more debug stmts.
9727
9728 2017-01-04 Alexandre Oliva <aoliva@redhat.com>
9729
9730 * multiple_target.c (create_dispatcher_calls): Init e_next.
9731 * tree-ssa-loop-split.c (split_loop): Init border.
9732 * tree-vect-loop.c (vect_determine_vectorization_factor): Init
9733 scalar_type.
9734
9735 2017-01-04 Michael Meissner <meissner@linux.vnet.ibm.com>
9736
9737 PR target/71977
9738 PR target/70568
9739 PR target/78823
9740 * config/rs6000/predicates.md (sf_subreg_operand): New predicate.
9741 (altivec_register_operand): Do not return true if the operand
9742 contains a SUBREG mixing SImode and SFmode.
9743 (vsx_register_operand): Likewise.
9744 (vsx_reg_sfsubreg_ok): New predicate.
9745 (vfloat_operand): Do not return true if the operand contains a
9746 SUBREG mixing SImode and SFmode.
9747 (vint_operand): Likewise.
9748 (vlogical_operand): Likewise.
9749 (gpc_reg_operand): Likewise.
9750 (int_reg_operand): Likewise.
9751 * config/rs6000/rs6000-protos.h (valid_sf_si_move): Add declaration.
9752 * config/rs6000/rs6000.c (valid_sf_si_move): New function to
9753 determine if a MOVSI or MOVSF operation contains SUBREGs that mix
9754 SImode and SFmode.
9755 (rs6000_emit_move_si_sf_subreg): New helper function.
9756 (rs6000_emit_move): Call rs6000_emit_move_si_sf_subreg to possbily
9757 fixup SUBREGs involving SImode and SFmode.
9758 * config/rs6000/vsx.md (SFBOOL_*): New constants that are operand
9759 numbers for the new peephole2 optimization.
9760 (peephole2 for SFmode unions): New peephole2 to optimize cases in
9761 the GLIBC math library that do AND/IOR/XOR operations on single
9762 precision floating point.
9763 * config/rs6000/rs6000.h (TARGET_NO_SF_SUBREG): New internal
9764 target macros to say whether we need to avoid SUBREGs mixing
9765 SImode and SFmode.
9766 (TARGET_ALLOW_SF_SUBREG): Likewise.
9767 * config/rs6000/rs6000.md (UNSPEC_SF_FROM_SI): New unspecs.
9768 (UNSPEC_SI_FROM_SF): Likewise.
9769 (iorxor): Change spacing.
9770 (and_ior_xor): New iterator for AND, IOR, and XOR.
9771 (movsi_from_sf): New insns for SImode/SFmode SUBREG support.
9772 (movdi_from_sf_zero_ext): Likewise.
9773 (mov<mode>_hardfloat, FMOVE32 iterator): Use register_operand
9774 instead of gpc_reg_operand. Add SImode/SFmode SUBREG support.
9775 (movsf_from_si): New insn for SImode/SFmode SUBREG support.
9776 (fma<mode>4): Use gpc_reg_operand instead of register_operand.
9777 (fms<mode>4): Likewise.
9778 (fnma<mode>4): Likewise.
9779 (fnms<mode>4): Likewise.
9780 (nfma<mode>4): Likewise.
9781 (nfms<mode>4): Likewise.
9782
9783 2017-01-04 Marek Polacek <polacek@redhat.com>
9784
9785 PR c++/64767
9786 * doc/invoke.texi: Document -Wpointer-compare.
9787
9788 2017-01-04 Jakub Jelinek <jakub@redhat.com>
9789
9790 * optc-gen.awk: Emit #error for -W*/-f*/-m* Enum without
9791 RejectNegative.
9792
9793 * dwarf2out.c (output_loc_list): Don't throw away 64K+ location
9794 descriptions for -gdwarf-5 and emit them as uleb128 instead of
9795 2-byte data.
9796
9797 2017-01-04 Kelvin Nilsen <kelvin@gcc.gnu.org>
9798
9799 PR target/78056
9800 * doc/sourcebuild.texi (PowerPC-specific attributes): Add
9801 documentation of the powerpc_popcntb_ok attribute.
9802 * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
9803 code to issue warning messages if a requested CPU configuration is
9804 not supported by the binary (assembler and loader) toolchain.
9805 (spe_init_builtins): Add two assertions to prevent ICE if attempt is
9806 made to define a built-in function that has been disabled.
9807 (paired_init_builtins): Add assertion to prevent ICE if attempt is
9808 made to define a built-in function that has been disabled.
9809 (altivec_init_builtins): Add comment explaining why definition
9810 of the DST built-in functions is not preceded by an assertion
9811 check. Add assertions to prevent ICE if attempts are made to
9812 define an altivec predicate or an abs* built-in function that has
9813 been disabled.
9814 (htm_init_builtins): Add comment explaining why definition of the
9815 htm built-in functions is not preceded by an assertion check.
9816
9817 2017-01-04 Jeff Law <law@redhat.com>
9818
9819 PR tree-optimizatin/67955
9820 * tree-ssa-alias.c (same_addr_size_stores_p): Check offsets first.
9821 Allow any SSA_VAR_P as the base objects. Use integer_zerop. Verify
9822 the points-to solution does not include pt_null. Use DECL_PT_UID
9823 unconditionally.
9824
9825 2017-01-04 Uros Bizjak <ubizjak@gmail.com>
9826
9827 * config/i386/i386.md (HI/SImode test with imm to QImode splitters):
9828 Use gen_int_mode instead of gen_lopwart for const_int operands.
9829
9830 2017-01-04 Jakub Jelinek <jakub@redhat.com>
9831
9832 PR tree-optimization/71563
9833 * match.pd: Simplify X << Y into X if Y is known to be 0 or
9834 out of range value - has low bits known to be zero.
9835
9836 2017-01-04 Alan Modra <amodra@gmail.com>
9837
9838 * Makefile.in (aclocal_deps): Update and order as per aclocal.m4.
9839 * configure: Regenerate.
9840 * config.in: Regenerate.
9841
9842 2017-01-04 Jakub Jelinek <jakub@redhat.com>
9843
9844 PR bootstrap/77569
9845 * input.c (ebcdic_execution_charset::on_error): Don't use strstr for
9846 a substring of the message, but strcmp with the whole message. Ifdef
9847 ENABLE_NLS, translate the message first using dgettext.
9848
9849 2017-01-03 Jeff Law <law@redhat.com>
9850
9851 PR tree-optimizatin/78856
9852 * tree-ssa-threadupdate.c: Include tree-vectorizer.h.
9853 (mark_threaded_blocks): Remove code to truncate thread paths that
9854 cross multiple loop headers. Instead invalidate the cached loop
9855 iteration information and handle case of a thread path walking
9856 into an irreducible region.
9857
9858 2017-01-03 Michael Meissner <meissner@linux.vnet.ibm.com>
9859
9860 PR target/78900
9861 * config/rs6000/rs6000.c (rs6000_split_signbit): Change some
9862 assertions. Add support for doing the signbit if the IEEE 128-bit
9863 floating point value is in a GPR.
9864 * config/rs6000/rs6000.md (Fsignbit): Delete.
9865 (signbit<mode>2_dm): Delete using <Fsignbit> and just use "wa".
9866 Update the length attribute if the value is in a GPR.
9867 (signbit<mode>2_dm_<su>ext): Add combiner pattern to eliminate
9868 the sign or zero extension instruction, since the value is always 0/1.
9869 (signbit<mode>2_dm2): Delete using <Fsignbit>.
9870
9871 PR target/78953
9872 * config/rs6000/vsx.md (vsx_extract_<mode>_store_p9): If we are
9873 extracting SImode to a GPR register so that we can generate a
9874 store, limit the vector to be in a traditional Altivec register
9875 for the vextuwrx instruction.
9876
9877 2017-01-03 Ian Lance Taylor <iant@google.com>
9878
9879 * godump.c (go_format_type): Treat ENUMERAL_TYPE like INTEGER_TYPE.
9880
9881 2017-01-03 Martin Sebor <msebor@redhat.com>
9882
9883 PR tree-optimization/78696
9884 * gimple-ssa-sprintf.c (format_floating): Correct handling of
9885 precision. Use MPFR for %f for greater fidelity. Correct handling
9886 of %g.
9887 (pass_sprintf_length::compute_format_length): Set width and precision
9888 specified by asrerisk to void_node for vararg functions.
9889 (try_substitute_return_value): Adjust dump output.
9890
9891 2017-01-03 David Edelsohn <dje.gcc@gmail.com>
9892
9893 * doc/invoke.texi (RS6000 options): LRA is enabled by default.
9894
9895 2017-01-03 Eric Botcazou <ebotcazou@adacore.com>
9896
9897 * doc/invoke.texi (SPARC options): Document -mlra as the default.
9898 * config/sparc/sparc.c (sparc_option_override): Force LRA unless
9899 -mlra/-mno-lra was passed to the compiler.
9900
9901 2017-01-03 James Cowgill <James.Cowgill@imgtec.com>
9902
9903 PR rtl-optimization/65618
9904 * emit-rtl.c (try_split): Move initialization of "before" and
9905 "after" to just before the call to emit_insn_after_setloc.
9906
9907 2017-01-03 Gerald Pfeifer <gerald@pfeifer.com>
9908
9909 * doc/md.texi (Standard Names): Remove reference to Java frontend.
9910
9911 2017-01-03 Pierre-Marie de Rodat <derodat@adacore.com>
9912
9913 * dwarf2out.c (gen_enumeration_type_die): When
9914 -gno-strict-dwarf, add a DW_AT_encoding attribute.
9915
9916 2017-01-03 Jakub Jelinek <jakub@redhat.com>
9917
9918 PR tree-optimization/78965
9919 * gimple-ssa-sprintf.c (pass_sprintf_length::compute_format_length):
9920 Change first argument from const call_info & to call_info &. For %n
9921 set info.nowrite to false.
9922
9923 PR middle-end/78901
9924 * gimple-ssa-sprintf.c (try_substitute_return_value): Don't change
9925 possibly throwing calls.
9926
9927 * genmatch.c (dt_node::gen_kids_1): If generic_exprs include SSA_NAME
9928 and exprs_len || fns_len, emit the code for SSA_NAME next to the exprs
9929 and fns handling, rather than in a separate case SSA_NAME.
9930
9931 2017-01-02 Jeff Law <law@redhat.com>
9932
9933 * config/darwin-driver.c (darwin_driver_init): Const-correctness
9934 fixes for first_period and second_period variables.
9935
9936 2017-01-02 Uros Bizjak <ubizjak@gmail.com>
9937
9938 PR target/78967
9939 * config/i386/i386.md (UNSPEC_NOREX_MEM): New unspec.
9940 (*insvqi_1): New insn pattern.
9941 (*insvqi_1_mem_rex64): Ditto.
9942 (*insvqi_2): Ditto.
9943 (*insvqi_3): Rename from *insvqi.
9944
9945 (*extzvqi_mem_rex64): Add UNSPEC_NOREX_MEM tag.
9946
9947 2017-01-02 Gerald Pfeifer <gerald@pfeifer.com>
9948
9949 * doc/cfg.texi (Edges): Remove reference to Java.
9950 (Maintaining the CFG): Ditto.
9951
9952 2017-01-01 Jan Hubicka <hubicka@ucw.cz>
9953
9954 PR middle-end/77674
9955 * symtab.c (symtab_node::binds_to_current_def_p): Fix handling of
9956 transparent aliases.
9957
9958 2017-01-01 Jan Hubicka <hubicka@ucw.cz>
9959
9960 PR middle-end/77484
9961 * predict.def (PRED_CALL): Update hitrate.
9962 (PRED_INDIR_CALL, PRED_POLYMORPHIC_CALL): New predictors.
9963 * predict.c (tree_estimate_probability_bb): Split CALL predictor
9964 into direct/indirect/polymorphic variants.
9965
9966 2017-01-01 Jakub Jelinek <jakub@redhat.com>
9967
9968 Update copyright years.
9969
9970 * gcc.c (process_command): Update copyright notice dates.
9971 * gcov-dump.c (print_version): Ditto.
9972 * gcov.c (print_version): Ditto.
9973 * gcov-tool.c (print_version): Ditto.
9974 * gengtype.c (create_file): Ditto.
9975 * doc/cpp.texi: Bump @copying's copyright year.
9976 * doc/cppinternals.texi: Ditto.
9977 * doc/gcc.texi: Ditto.
9978 * doc/gccint.texi: Ditto.
9979 * doc/gcov.texi: Ditto.
9980 * doc/install.texi: Ditto.
9981 * doc/invoke.texi: Ditto.
9982 \f
9983 Copyright (C) 2017 Free Software Foundation, Inc.
9984
9985 Copying and distribution of this file, with or without modification,
9986 are permitted in any medium without royalty provided the copyright
9987 notice and this notice are preserved.