re PR rtl-optimization/80112 (ICE in doloop_condition_get at loop-doloop.c:158)
[gcc.git] / gcc / ChangeLog
1 2017-03-24 Jakub Jelinek <jakub@redhat.com>
2
3 PR rtl-optimization/80112
4 * loop-doloop.c (doloop_condition_get): Don't check condition
5 if cmp isn't SET with IF_THEN_ELSE src.
6
7 2017-03-24 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8
9 PR tree-optimization/80158
10 * gimple-ssa-strength-reduction.c (replace_mult_candidate): When
11 replacing a candidate statement, also replace it for the
12 candidate's alternate interpretation.
13 (replace_rhs_if_not_dup): Likewise.
14 (replace_one_candidate): Likewise.
15
16 2017-03-24 Richard Biener <rguenther@suse.de>
17
18 PR tree-optimization/80167
19 * graphite-isl-ast-to-gimple.c
20 (translate_isl_ast_to_gimple::is_valid_rename): Handle default-defs
21 properly.
22 (translate_isl_ast_to_gimple::get_rename): Likewise.
23
24 2017-03-23 Kelvin Nilsen <kelvin@gcc.gnu.org>
25
26 * config/rs6000/rs6000.c (rs6000_option_override_internal): Change
27 handling of certain combinations of target options, including the
28 combinations -mpower8-vector vs. -mno-vsx, -mpower9-vector vs.
29 -mno-power8-vector, and -mpower9_dform vs. -mno-power9-vector.
30
31 2017-03-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
32
33 PR target/71436
34 * config/arm/arm.md (*load_multiple): Add reload_completed to
35 matching condition.
36
37 2017-03-23 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
38 Richard Biener <rguenth@suse.com>
39
40 PR tree-optimization/79908
41 PR tree-optimization/80136
42 * tree-stdarg.c (expand_ifn_va_arg_1): For a VA_ARG whose LHS has
43 been cast away, gimplify_and_add suffices.
44
45 2017-03-23 Markus Trippelsdorf <markus@trippelsdorf.de>
46
47 * tree-vrp.c (identify_jump_threads): Delete avail_exprs.
48
49 2017-03-23 Richard Biener <rguenther@suse.de>
50
51 PR tree-optimization/80032
52 * gimplify.c (gimple_push_cleanup): Forced unconditional
53 cleanups still have to go to the conditional_cleanups
54 sequence.
55
56 2017-03-22 Jakub Jelinek <jakub@redhat.com>
57
58 PR tree-optimization/80072
59 * tree-ssa-reassoc.c (struct operand_entry): Change id field type
60 to unsigned int.
61 (next_operand_entry_id): Change type to unsigned int.
62 (sort_by_operand_rank): Make sure to return the right return value
63 even if unsigned fields are bigger than INT_MAX.
64 (struct oecount): Change cnt and id type to unsigned int.
65 (oecount_hasher::equal): Formatting fix.
66 (oecount_cmp): Make sure to return the right return value
67 even if unsigned fields are bigger than INT_MAX.
68 (undistribute_ops_list): Change next_oecount_id type to unsigned int.
69
70 PR c++/80129
71 * gimplify.c (gimplify_modify_expr_rhs) <case COND_EXPR>: Clear
72 TREE_READONLY on result if writing it more than once.
73
74 PR sanitizer/80110
75 * doc/invoke.texi (-fsanitize=thread): Document that with
76 -fnon-call-exceptions atomics are not able to throw
77 exceptions.
78
79 PR sanitizer/80110
80 * tsan.c: Include tree-eh.h.
81 (instrument_builtin_call): Call maybe_clean_eh_stmt or
82 maybe_clean_or_replace_eh_stmt where needed.
83 (instrument_memory_accesses): Add cfg_changed argument.
84 Call gimple_purge_dead_eh_edges on each block and set *cfg_changed
85 if it returned true.
86 (tsan_pass): Adjust caller. Return TODO_cleanup_cfg if cfg_changed.
87
88 PR rtl-optimization/63191
89 * config/i386/i386.c (ix86_delegitimize_address): Turn into small
90 wrapper function, moved the whole old content into ...
91 (ix86_delegitimize_address_1): ... this. New inline function.
92 (ix86_find_base_term): Use ix86_delegitimize_address_1 with
93 true as last argument instead of ix86_delegitimize_address.
94
95 2017-03-22 Wilco Dijkstra <wdijkstr@arm.com>
96
97 * config/aarch64/aarch64.c (generic_branch_cost): Copy
98 cortexa57_branch_cost.
99
100 2017-03-22 Wilco Dijkstra <wdijkstr@arm.com>
101
102 * config/aarch64/aarch64.c (generic_tunings): Add AES fusion.
103
104 2017-03-21 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
105
106 PR target/80123
107 * doc/md.texi (Constraints): Document wA constraint.
108 * config/rs6000/constraints.md (wA): New.
109 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add wA reg_class.
110 (rs6000_init_hard_regno_mode_ok): Init wA constraint.
111 * config/rs6000/rs6000.h (RS6000_CONSTRAINT_wA): New.
112 * config/rs6000/vsx.md (vsx_splat_<mode>): Use wA constraint.
113
114 2017-03-22 Cesar Philippidis <cesar@codesourcery.com>
115
116 PR c++/80029
117 * gimplify.c (is_oacc_declared): New function.
118 (oacc_default_clause): Use it to set default flags for acc declared
119 variables inside parallel regions.
120 (gimplify_scan_omp_clauses): Strip firstprivate pointers for acc
121 declared variables.
122 (gimplify_oacc_declare): Gimplify the declare clauses. Add the
123 declare attribute to any decl as necessary.
124
125 2017-03-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
126
127 PR target/80082
128 * config/arm/arm-isa.h (isa_bit_lpae): New feature bit.
129 (ISA_ARMv7ve): Add isa_bit_lpae to the definition.
130 * config/arm/arm-protos.h (arm_arch7ve): Rename into ...
131 (arm_arch_lpae): This.
132 * config/arm/arm.c (arm_arch7ve): Rename into ...
133 (arm_arch_lpae): This. Define it in term of isa_bit_lpae.
134 * config/arm/arm.h (TARGET_HAVE_LPAE): Redefine in term of
135 arm_arch_lpae.
136
137 2017-03-22 Martin Liska <mliska@suse.cz>
138
139 PR target/79906
140 * config/rs6000/rs6000.c (rs6000_inner_target_options): Show
141 error message instead of an ICE.
142
143 2017-03-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
144
145 * doc/extend.texi (6.11 Additional Floating Types): Revise.
146
147 2017-03-21 Kelvin Nilsen <kelvin@gcc.gnu.org>
148
149 * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Add
150 comments.
151 * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
152 comments.
153
154 2017-03-21 Martin Sebor <msebor@redhat.com>
155
156 * doc/extend.texi: Use "cannot" instead of "can't."
157 * doc/hostconfig.texi: Same.
158 * doc/install.texi: Same.
159 * doc/invoke.texi: Same.
160 * doc/loop.texi: Same.
161 * doc/md.texi: Same.
162 * doc/objc.texi: Same.
163 * doc/rtl.texi: Same.
164 * doc/tm.texi: Same.
165 * doc/tm.texi.in: Same.
166 * doc/trouble.texi: Same.
167
168 2017-03-21 Alexandre Oliva <aoliva@redhat.com>
169
170 PR debug/63238
171 * dwarf2out.c (struct checksum_attributes): Add at_alignment.
172 (collect_checksum_attributes): Set it.
173 (die_checksum_ordered): Use it.
174
175 2017-03-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
176
177 PR tree-optimization/79908
178 * tree-stdarg.c (expand_ifn_va_arg_1): Revert the following
179 change: For a VA_ARG whose LHS has been cast away, use
180 force_gimple_operand to construct the side effects.
181
182 2017-03-21 David Malcolm <dmalcolm@redhat.com>
183
184 PR translation/80001
185 * omp-offload.c (oacc_loop_fixed_partitions): Make diagnostics
186 more amenable to translation.
187 (oacc_loop_auto_partitions): Likewise.
188
189 2017-03-21 Marek Polacek <polacek@redhat.com>
190 Martin Sebor <msebor@redhat.com>
191
192 PR tree-optimization/80109
193 * gimple-ssa-warn-alloca.c (alloca_call_type): Only call get_range_info
194 on INTEGRAL_TYPE_P.
195
196 2017-03-21 Jakub Jelinek <jakub@redhat.com>
197 Segher Boessenkool <segher@kernel.crashing.org>
198
199 PR target/80125
200 * combine.c (can_combine_p): Revert the 2017-03-20 change, only
201 check reg_used_between_p between insn and one of succ or succ2
202 depending on if succ is artificial insn not inserted into insn
203 stream.
204
205 2017-03-21 Martin Liska <mliska@suse.cz>
206
207 PR gcov-profile/80081
208 * Makefile.in: Add gcov-dump and fix installation of gcov-tool.
209 * doc/gcc.texi: Include gcov-dump stuff.
210 * doc/gcov-dump.texi: New file.
211
212 2017-03-21 Toma Tabacu <toma.tabacu@imgtec.com>
213
214 PR rtl-optimization/79150
215 * config/mips/mips.c (mips_block_move_loop): Emit a NOP after the
216 conditional jump, if the jump is the last insn of the loop.
217
218 2017-03-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
219 Richard Biener <rguenth@suse.com>
220
221 PR tree-optimization/79908
222 * tree-stdarg.c (expand_ifn_va_arg_1): For a VA_ARG whose LHS has
223 been cast away, use force_gimple_operand to construct the side
224 effects.
225
226 2017-03-21 Martin Liska <mliska@suse.cz>
227
228 PR libfortran/79956
229 * simplify-rtx.c (simplify_immed_subreg): Initialize a variable
230 to NULL.
231
232 2017-03-21 Brad Spengler <spender@grsecurity.net>
233
234 PR plugins/80094
235 * plugin.c (htab_hash_plugin): New function.
236 (add_new_plugin): Use it and adjust.
237 (parse_plugin_arg_opt): Adjust.
238 (init_one_plugin): Likewise.
239
240 2017-03-21 Richard Biener <rguenther@suse.de>
241
242 PR tree-optimization/80032
243 * gimplify.c (gimple_push_cleanup): Add force_uncond parameter,
244 if set force the cleanup to happen unconditionally.
245 (gimplify_target_expr): Push inserted clobbers with force_uncond
246 to avoid them being removed by control-dependent DCE.
247
248 2017-03-21 Richard Biener <rguenther@suse.de>
249
250 PR tree-optimization/80122
251 * tree-inline.c (copy_bb): Do not expans va-arg packs or
252 va_arg_pack_len when the inlined call stmt requires pack
253 expansion itself.
254 * tree-inline.h (struct copy_body_data): Make call_stmt a gcall *.
255
256 2017-03-21 Jakub Jelinek <jakub@redhat.com>
257
258 PR sanitizer/78158
259 * tsan.c (instrument_builtin_call): If the memory model argument
260 is not a constant, assume it is valid.
261
262 PR c/67338
263 * fold-const.c (round_up_loc): Negate divisor in unsigned type to
264 avoid UB.
265
266 2017-03-20 Segher Boessenkool <segher@kernel.crashing.org>
267
268 PR rtl-optimization/79910
269 * combine.c (can_combine_p): Do not allow combining an I0 or I1
270 if its dest is used by an insn before I2 (other than the combined
271 insns themselves, which are properly handled already).
272
273 2017-03-20 Segher Boessenkool <segher@kernel.crashing.org>
274
275 Revert:
276 2017-03-17 Bernd Schmidt <bschmidt@redhat.com>
277
278 * combine.c (record_used_regs): New static function.
279 (try_combine): Handle situations where there is an additional
280 instruction between I2 and I3 which needs to have a LOG_LINK
281 updated.
282
283 Revert:
284 2017-03-17 Jim Wilson <jim.wilson@linaro.org>
285
286 * combine.c (try_combine): Delete redundant i1 test. Call
287 prev_nonnote_nondebug_insn instead of prev_nonnote_insn.
288
289 2017-03-20 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
290
291 PR target/80083
292 * config/rs6000/rs6000.md (*movsi_internal1): Fix constraints for
293 alternatives 13/14.
294
295 2017-03-20 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
296
297 PR tree-optimization/80054
298 * gimple-ssa-strength-reduction.c (all_phi_incrs_profitable): Fail
299 the optimization if a PHI or any of its arguments is not dominated
300 by the candidate's basis. Use gphi* rather than gimple* as
301 appropriate.
302 (replace_profitable_candidates): Clean up a gimple* variable that
303 should be a gphi* variable.
304
305 2017-03-20 Martin Sebor <msebor@redhat.com>
306
307 PR c++/52477
308 * doc/extend.texi (attribute constructor): Document present limitation.
309
310 2017-03-20 Kelvin Nilsen <kelvin@gcc.gnu.org>
311
312 PR target/79963
313 * config/rs6000/altivec.h (vec_all_ne): Under __cplusplus__ and
314 __POWER9_VECTOR__ #ifdef control, change template definition to
315 use Power9-specific built-in function.
316 (vec_any_eq): Likewise.
317 * config/rs6000/vector.md (vector_ae_v2di_p): Change the flag used
318 to control outcomes from this test.
319 (vector_ae_<mode>p): For VEC_F modes, likewise.
320
321 2017-03-20 Ian Lance Taylor <iant@google.com>
322
323 * config/i386/i386.c (ix86_function_regparm): Save an extra
324 register for -fsplit-stack with DECL_STATIC_CHAIN.
325
326 2017-03-17 Palmer Dabbelt <palmer@dabbelt.com>
327
328 PR target/79912
329 * config/riscv/riscv.c (riscv_preferred_reload_class): Remove.
330 (TARGET_PREFERRED_RELOAD_CLASS): Likewise.
331
332 2017-03-17 Palmer Dabbelt <palmer@dabbelt.com>
333
334 * config/riscv/riscv.c (riscv_print_operand): Use "fence
335 iorw,ow".
336 * config/riscv/sync.mc (mem_thread_fence_1): Use "fence
337 iorw,iorw".
338
339 2017-03-20 Marek Polacek <polacek@redhat.com>
340
341 PR sanitizer/80063
342 * asan.c (DEF_SANITIZER_BUILTIN): Use do { } while (0).
343
344 2017-03-20 Richard Biener <rguenther@suse.de>
345
346 PR tree-optimization/80113
347 * graphite-isl-ast-to-gimple.c (copy_loop_phi_nodes): Do not
348 allocate extra SSA name for PHI def.
349 (add_close_phis_to_outer_loops): Likewise.
350 (add_close_phis_to_merge_points): Likewise.
351 (copy_loop_close_phi_args): Likewise.
352 (copy_cond_phi_nodes): Likewise.
353
354 2017-03-20 Martin Liska <mliska@suse.cz>
355
356 PR middle-end/79753
357 * tree-chkp.c (chkp_build_returned_bound): Do not build
358 returned bounds for a LHS that's not a BOUNDED_P type.
359
360 2017-03-20 Martin Liska <mliska@suse.cz>
361
362 PR target/79769
363 PR target/79770
364 * tree-chkp.c (chkp_find_bounds_1): Handle REAL_CST,
365 COMPLEX_CST and VECTOR_CST.
366
367 2017-03-20 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
368
369 PR target/78857
370 * config/s390/s390.md ("cmp<mode>_ccs_0"): Add a clobber of the
371 target operand. A new splitter adds the clobber statement in case
372 the target operand is dead anyway.
373
374 2017-03-19 Gerald Pfeifer <gerald@pfeifer.com>
375
376 * doc/install.texi (Specific) <sparc-*-linux*>: No longer refer
377 to age-old versions of binutils and glibc.
378
379 2017-03-18 Segher Boessenkool <segher@kernel.crashing.org>
380
381 * doc/contrib.texi (Contributors): Remove duplicate entry for myself.
382
383 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
384
385 * doc/contrib.texi (Contributors): Add Segher Boessenkool.
386
387 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
388
389 * doc/install.texi (Specific) <arm-*-eabi>: Remove old
390 requirement for binutils 2.13.
391
392 2017-03-17 Jim Wilson <jim.wilson@linaro.org>
393
394 * combine.c (try_combine): Delete redundant i1 test. Call
395 prev_nonnote_nondebug_insn instead of prev_nonnote_insn.
396
397 2017-03-17 Palmer Dabbelt <palmer@dabbelt.com
398
399 * doc/install.texi (Specific) <riscv32-*-elf>: Add riscv32-*-elf,
400 riscv32-*-linux, riscv64-*-elf, riscv64-*-linux to the table of
401 contents.
402 <riscv64-*-elf>: Re-arrange section
403 <riscv32-*-elf>: Add a note about requiring binutils 2.28.
404 <riscv32-*-linux>: Likewise.
405 <riscv64-*-elf>: Likewise
406 <riscv64-*-linux>: Likewise.
407
408 2017-03-17 Richard Earnshaw <rearnsha@arm.com>
409
410 PR target/80052
411 * aarch64.opt(verbose-cost-dump): Fix typo.
412
413 2017-03-17 Pat Haugen <pthaugen@us.ibm.com>
414
415 PR target/79951
416 * config/rs6000/rs6000.md (copysign<mode>3_fcpsgn): Test
417 for VECTOR_UNIT_VSX_P (<MODE>mode) too.
418
419 2017-03-17 Bernd Schmidt <bschmidt@redhat.com>
420
421 * reload.c (find_reloads): When reloading a nonoffsettable address,
422 use RELOAD_OTHER for it and its address reloads.
423
424 PR rtl-optimization/79910
425 * combine.c (record_used_regs): New static function.
426 (try_combine): Handle situations where there is an additional
427 instruction between I2 and I3 which needs to have a LOG_LINK
428 updated.
429
430 2017-03-17 Jeff Law <law@redhat.com>
431
432 PR tree-optimization/71437
433 * tree-vrp.c (simplify_stmt_for_jump_threading): Lookup the
434 conditional in the hash table first.
435 (vrp_dom_walker::before_dom_children): Extract condition from
436 ASSERT_EXPR. Record condition, its inverion and any implied
437 conditions as well.
438
439 2017-03-17 Marek Polacek <polacek@redhat.com>
440 Markus Trippelsdorf <markus@trippelsdorf.de>
441
442 PR tree-optimization/80079
443 * gimple-ssa-store-merging.c (class pass_store_merging): Initialize
444 m_stores_head.
445
446 2017-03-17 Richard Biener <rguenther@suse.de>
447
448 PR middle-end/80075
449 * tree-eh.c (stmt_could_throw_1_p): Only handle gimple assigns.
450 Properly verify the LHS before the RHS possibly claims to be
451 handled.
452 (stmt_could_throw_p): Hande gimple conds fully here. Clobbers
453 do not throw.
454
455 2017-03-17 Martin Jambor <mjambor@suse.cz>
456
457 * doc/invoke.texi (Option Options): Include -fipa-vrp in the list.
458 (List of -O2 options): Likewise.
459 (-fipa-bit-cp): Replace "ipa" with "interprocedural."
460 (-fipa-vrp) New.
461
462 2017-03-17 Tom de Vries <tom@codesourcery.com>
463
464 * gcov-dump.c (print_usage): Print bug_report_url.
465
466 2017-03-17 Richard Biener <rguenther@suse.de>
467
468 PR middle-end/80050
469 * genmatch.c (parser::next): Remove pointless check for CPP_EOF.
470 (parser::peek): Likewise.
471
472 2017-03-17 Richard Biener <rguenther@suse.de>
473
474 PR tree-optimization/80048
475 * sese.c (free_sese_info): Properly release rename_map and
476 copied_bb_map elements.
477
478 2017-03-16 Alexandre Oliva <aoliva@redhat.com>
479
480 * gimple-ssa-store-merging.c (struct imm_store_chain_info):
481 Add linked-list forward and backlinks. Insert on
482 construction, remove on destruction.
483 (class pass_store_merging): Add m_stores_head field.
484 (pass_store_merging::terminate_and_process_all_chains):
485 Iterate over m_stores_head list.
486 (pass_store_merging::terminate_all_aliasing_chains):
487 Likewise.
488 (pass_store_merging::execute): Check for debug stmts first.
489 Push new chains onto the m_stores_head stack.
490
491 2017-03-16 Michael Meissner <meissner@linux.vnet.ibm.com>
492
493 PR target/71294
494 * config/rs6000/vsx.md (vsx_splat_<mode>, VSX_D iterator): Allow a
495 SPLAT operation on ISA 2.07 64-bit systems that have direct move,
496 but no MTVSRDD support, by doing MTVSRD and XXPERMDI.
497
498 2017-03-16 Jeff Law <law@redhat.com>
499
500 PR tree-optimization/71437
501 * tree-ssa-dom.c (dom_opt_dom_walker): Remove thread_across_edge
502 member function. Implementation moved into after_dom_children
503 member function and into the threader's thread_outgoing_edges
504 function.
505 (dom_opt_dom_walker::after_dom_children): Simplify by moving
506 some code into new thread_outgoing_edges.
507 * tree-ssa-threadedge.c (thread_across_edge): Make static and simplify
508 definition. Simplify marker handling (do it here). Assume we always
509 have the available expression and the const/copies tables.
510 (thread_outgoing_edges): New function extracted from tree-ssa-dom.c
511 and tree-vrp.c
512 * tree-ssa-threadedge.h (thread_outgoing_edges): Declare.
513 * tree-vrp.c (equiv_stack): No longer file scoped.
514 (vrp_dom_walker): New class.
515 (vrp_dom_walker::before_dom_children): New member function.
516 (vrp_dom_walker::after_dom_children): Likewise.
517 (identify_jump_threads): Setup domwalker. Use it rather than
518 walking edges in a random order by hand. Simplify setup/finalization.
519 (finalize_jump_threads): Remove.
520 (vrp_finalize): Do not call identify_jump_threads here.
521 (execute_vrp): Do it here instead and call thread_through_all_blocks
522 here too.
523
524 PR tree-optimization/71437
525 * tree-ssa-dom.c (pfn_simplify): Add basic_block argument. All
526 callers changed.
527 (simplify_stmt_for_jump_threading): Add basic_block argument. All
528 callers changed.
529 (lhs_of_dominating_assert): Moved from here into tree-vrp.c.
530 (dom_opt_dom_walker::thread_across_edge): Remove
531 handle_dominating_asserts argument. All callers changed.
532 (record_temporary_equivalences_from_stmts_at_dest): Corresponding
533 changes. Remove calls to lhs_of_dominating_assert. Other
534 uses of handle_dominating_asserts turn into unconditional code
535 (simplify_control_stmt_condition_1): Likewise.
536 (simplify_control_stmt_condition): Likewise.
537 (thread_through_normal_block, thread_across_edge): Likewise.
538 * tree-ssa-threadedge.h (thread_across_edge): Corresponding changes.
539 * tree-vrp.c (lhs_of_dominating_assert): Move here. Return original
540 object if it is not an SSA_NAME.
541 (simplify_stmt_for_jump_threading): Call lhs_of_dominating_assert
542 before calling into the VRP specific simplifiers.
543 (identify_jump_threads): Remove handle_dominating_asserts
544 argument.
545
546 2017-03-16 Jakub Jelinek <jakub@redhat.com>
547
548 PR fortran/79886
549 * tree-diagnostic.c (default_tree_printer): No longer static.
550 * tree-diagnostic.h (default_tree_printer): New prototype.
551
552 2017-03-16 Tamar Christina <tamar.christina@arm.com>
553
554 * config/aarch64/aarch64-simd.md (*aarch64_simd_mov<mode>)
555 Change ins into fmov.
556
557 2017-03-16 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
558
559 * config/aarch64/iterators.md (h_con): Return "x" for V4HF and V8HF.
560 * config/aarch64/aarch64-simd.md (*aarch64_fma4_elt_from_dup<mode>):
561 Use h_con constraint for operand 1.
562 (*aarch64_fnma4_elt_from_dup<mode>): Likewise.
563 (*aarch64_mulx_elt_from_dup<mode>): Likewise for operand 2.
564
565 2017-03-15 Jeff Law <law@redhat.com>
566
567 PR tree-optimization/71437
568 * tree-ssa-dom.c (derive_equivalences_from_bit_ior): New function.
569 (record_temporary_equivalences): Use it.
570
571 PR tree-optimization/71437
572 * tree-ssa-dom.c (struct cond_equivalence): Moved from here into
573 tree-ssa-scopedtables.
574 (lookup_avail_expr, build_and_record_new_cond): Likewise.
575 (record_conditions, record_cond, vuse_eq): Likewise.
576 (record_edge_info): Adjust to API tweak of record_conditions.
577 (simplify_stmt_for_jump_threading): Similarly for lookup_avail_expr.
578 (record_temporary_equivalences, optimize_stmt): Likewise.
579 (eliminate_redundant_computations): Likewise.
580 (record_equivalences_from_stmt): Likewise.
581 * tree-ssa-scopedtables.c: Include options.h and params.h.
582 (vuse_eq): New function, moved from tree-ssa-dom.c
583 (build_and_record_new_cond): Likewise.
584 (record_conditions): Likewise. Accept vector of conditions rather
585 than edge_equivalence structure for first argument.
586 for the first argument.
587 (avail_exprs_stack::lookup_avail_expr): New member function, moved
588 from tree-ssa-dom.c.
589 (avail_exprs_stack::record_cond): Likewise.
590 * tree-ssa-scopedtables.h (struct cond_equivalence): Moved here
591 from tree-ssa-dom.c.
592 (avail_exprs_stack): Add new member functions lookup_avail_expr
593 and record_cond.
594 (record_conditions): Declare.
595
596 2017-03-15 Vladimir Makarov <vmakarov@redhat.com>
597
598 PR target/80017
599 * lra-constraints.c (process_alt_operands): Increase reject for
600 reloading an input/output operand.
601
602 2017-03-15 Michael Meissner <meissner@linux.vnet.ibm.com>
603
604 PR target/79038
605 * config/rs6000/rs6000.md (float<QHI:mode><IEEE128:mode>2): Define
606 insns to convert from signed/unsigned char/short to IEEE 128-bit
607 floating point.
608 (floatuns<QHI:mode><IEEE128:mode>2): Likewise.
609
610 2017-03-15 Uros Bizjak <ubizjak@gmail.com>
611
612 PR target/80019
613 * config/i386/i386.c (ix86_vector_duplicate_value): Create
614 subreg of inner mode for values already in registers.
615
616 2017-03-15 Bernd Schmidt <bschmidt@redhat.com>
617
618 * config/c6x/c6x.c (hwloop_optimize): Handle case where the old
619 iteration reg is used after the loop.
620
621 2017-03-14 Martin Sebor <msebor@redhat.com>
622
623 PR tree-optimization/79800
624 * gimple-ssa-sprintf.c (format_floating: Add argument. Handle
625 precision in negative-positive range.
626 (format_floating): Call non-const overload with adjusted precision.
627
628 2017-03-14 Michael Meissner <meissner@linux.vnet.ibm.com>
629
630 PR target/79947
631 * config/rs6000/rs6000.h (TARGET_FRSQRTES): Add check for
632 -mpowerpc-gfxopt.
633
634 2017-03-14 Martin Sebor <msebor@redhat.com>
635
636 PR middle-end/80020
637 * builtin-attrs.def (ATTR_ALLOC_SIZE_2_NOTHROW_LIST): New macro.
638 * builtins.def (aligned_alloc): Use it.
639
640 PR c/79936
641 * Makefile.in (GTFILES): Add calls.c.
642 * calls.c: Include "gt-calls.h".
643
644 2017-03-14 Bernd Schmidt <bschmidt@redhat.com>
645
646 PR rtl-optimization/79728
647 * regs.h (struct target_regs): New field
648 x_contains_allocatable_regs_of_mode.
649 (contains_allocatable_regs_of_mode): New macro.
650 * reginfo.c (init_reg_sets_1): Initialize it, and change
651 contains_reg_of_mode so it includes global regs as well.
652 * reload.c (push_reload): Use contains_allocatable_regs_of_mode
653 rather than contains_regs_of_mode.
654
655 2017-03-14 Martin Liska <mliska@suse.cz>
656
657 * doc/invoke.texi: Document options that can't be combined with
658 -fcheck-pointer-bounds.
659
660 2017-03-14 Martin Liska <mliska@suse.cz>
661
662 PR middle-end/79831
663 * doc/invoke.texi (-Wchkp): Document the option.
664
665 2017-03-14 Martin Liska <mliska@suse.cz>
666
667 * Makefile.in: Install gcov-dump.
668
669 2017-03-14 Martin Liska <mliska@suse.cz>
670
671 * multiple_target.c (expand_target_clones): Bail out for
672 an invalid attribute.
673
674 2017-03-14 Richard Biener <rguenther@suse.de>
675
676 * alias.c (struct alias_set_entry): Pack properly.
677 * cfgloop.h (struct loop): Likewise.
678 * cse.c (struct set): Likewise.
679 * ipa-utils.c (struct searchc_env): Likewise.
680 * loop-invariant.c (struct invariant): Likewise.
681 * lra-remat.c (struct cand): Likewise.
682 * recog.c (struct change_t): Likewise.
683 * rtl.h (struct address_info): Likewise.
684 * symbol-summary.h (function_summary): Likewise.
685 * tree-loop-distribution.c (struct partition): Likewise.
686 * tree-object-size.c (struct object_size_info): Likewise.
687 * tree-ssa-loop-ivopts.c (struct cost_pair): Likewise.
688 * tree-ssa-threadupdate.c (struct ssa_local_info_t): Likewise.
689 * tree-vect-data-refs.c (struct _vect_peel_info): Likewise.
690 * tree-vect-slp.c (struct _slp_oprnd_info): Likewise.
691 * tree-vect-stmts.c (struct simd_call_arg_info): Likewise.
692 * tree-vectorizer.h (struct _loop_vec_info): Likewise.
693 (struct _stmt_vec_info): Likewise.
694
695 2017-03-14 Martin Liska <mliska@suse.cz>
696
697 PR target/79892
698 * multiple_target.c (create_dispatcher_calls): Check that
699 a target can create a function dispatcher.
700
701 2017-03-14 Martin Liska <mliska@suse.cz>
702
703 PR lto/66295
704 * multiple_target.c (expand_target_clones): Drop local.local
705 flag for default implementation.
706
707 2017-03-14 Richard Biener <rguenther@suse.de>
708
709 PR tree-optimization/80030
710 * tree-vect-stmts.c (vectorizable_store): Plug memleak.
711
712 2017-03-13 Kito Cheng <kito.cheng@gmail.com>
713
714 * config/riscv/riscv.c (riscv_emit_float_compare>: Use
715 gcc_fallthrough() instead of __attribute__((fallthrough));
716
717 2017-03-13 Gerald Pfeifer <gerald@pfeifer.com>
718
719 * doc/gcc.texi: Remove "up" link to (DIR).
720 * doc/gccint.texi: Ditto.
721
722 2017-03-13 Gerald Pfeifer <gerald@pfeifer.com>
723
724 * doc/install.texi (Specific) <avr>: Remove reference to
725 binutils 2.13.
726
727 2017-03-13 Jeff Law <law@redhat.com>
728
729 * config/riscv/riscv.c (riscv_emit_float_compare): Use fallthru
730 attribute rather than comments.
731
732 * config/pdp11/pdp11.md (movmemhi): Adjust operand numbers to
733 match_scratch operand is highest.
734
735 2017-03-13 Martin Liska <mliska@suse.cz>
736
737 PR middle-end/78339
738 * ipa-pure-const.c (warn_function_noreturn): If the declarations
739 is a CHKP clone, use original declaration.
740
741 2017-03-13 Claudiu Zissulescu <claziss@synopsys.com>
742
743 * config/arc/arc.c (arc_init): Use multiplier whenever we have it.
744 (arc_conditional_register_usage): Use a different allocation order
745 when optimizing for size.
746 * common/config/arc/arc-common.c (arc_option_optimization_table):
747 Section anchors default on when optimizing for size.
748
749 2017-03-13 Claudiu Zissulescu <claziss@synopsys.com>
750
751 * config/arc/arc.md (*tst_bitfield_tst): Fix pattern.
752
753 2017-03-13 Claudiu Zissulescu <claziss@synopsys.com>
754
755 * config/arc/arc.c (arc_output_addsi): Emit code density adds.
756 * config/arc/arc.md (cpu_facility): Add cd variant.
757 (*movqi_insn): Add code density variant.
758 (*movhi_insn): Likewise.
759 (*movqi_insn): Likewise.
760 (*addsi3_mixed): Likewise.
761 (subsi3_insn): Likewise.
762
763 2017-03-13 Claudiu Zissulescu <claziss@synopsys.com>
764
765 * config/arc/arc.md (movsi_cond_exec): Update constraint.
766
767 2017-03-13 Claudiu Zissulescu <claziss@synopsys.com>
768
769 * config/arc/arc.c (arc_legitimize_pic_address): Handle PIC
770 expressions with MINUS and UNARY ops.
771
772 2017-03-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
773
774 PR target/79911
775 * config/arm/neon.md (vec_sel_widen_ssum_lo<VQI:mode><VW:mode>3):
776 Rename to...
777 (vec_sel_widen_ssum_lo<mode><V_half>3): ... This. Avoid mismatch
778 between vec_select and vector argument.
779 (vec_sel_widen_ssum_hi<VQI:mode><VW:mode>3): Rename to...
780 (vec_sel_widen_ssum_hi<mode><V_half>3): ... This. Likewise.
781 (vec_sel_widen_usum_lo<VQI:mode><VW:mode>3): Rename to...
782 (vec_sel_widen_usum_lo<mode><V_half>3): ... This.
783 (vec_sel_widen_usum_hi<VQI:mode><VW:mode>3): Rename to...
784 (vec_sel_widen_usum_hi<mode><V_half>3): ... This.
785
786 2017-03-13 Richard Biener <rguenther@suse.de>
787
788 PR other/79991
789 * params.def (vect-max-peeling-for-alignment): Fix typo.
790
791 2017-03-12 Gerald Pfeifer <gerald@pfeifer.com>
792
793 * doc/install.texi (Specific) <mips-*-*>: Remove description of
794 issue that only occurred with binutils below 2.18.
795
796 2017-03-12 Gerald Pfeifer <gerald@pfeifer.com>
797
798 * doc/install.texi (Specific) <cris-axis-elf>: No longer
799 refer to binutils 2.11/2.12 minimum.
800
801 2017-03-12 Gerald Pfeifer <gerald@pfeifer.com>
802
803 * doc/install.texi (Specific) <powerpc-*-*>: Remove link to
804 ftp.kernel.org and simplify binutils requirement.
805
806 2017-03-11 Gerald Pfeifer <gerald@pfeifer.com>
807
808 * doc/invoke.texi (Warning Options): Fix spelling of link-time
809 optimization.
810 (Optimize Options): Ditto. Also remove redundancy.
811
812 2017-03-10 David Malcolm <dmalcolm@redhat.com>
813
814 PR translation/79848
815 * ipa-devirt.c (warn_types_mismatch): Simplify uses of "%<%s%>" to
816 "%qs".
817 * ipa-pure-const.c (suggest_attribute): Likewise. Convert _
818 to G_ to avoid double translation.
819
820 2017-03-10 David Malcolm <dmalcolm@redhat.com>
821
822 PR translation/79923
823 * auto-profile.c (get_combined_location): Convert leading
824 character of diagnostics to lower case and remove trailing period.
825 (read_profile): Likewise for various diagnostics.
826 * config/arm/arm.c (arm_option_override): Remove trailing period
827 from various diagnostics.
828 * config/msp430/msp430.c (msp430_expand_delay_cycles): Likewise.
829 (msp430_expand_delay_cycles): Likewise.
830
831 2017-03-10 David Malcolm <dmalcolm@redhat.com>
832
833 PR target/79925
834 * config/aarch64/aarch64.c (aarch64_validate_mcpu): Quote the
835 full command-line argument, rather than just "str".
836 (aarch64_validate_march): Likewise.
837 (aarch64_validate_mtune): Likewise.
838
839 2017-03-10 Bernd Schmidt <bschmidt@redhat.com>
840
841 PR rtl-optimization/78911
842 * lra-assigns.c (must_not_spill_p): New function.
843 (spill_for): Use it.
844
845 2017-03-10 Jakub Jelinek <jakub@redhat.com>
846
847 PR tree-optimization/79981
848 * tree-vrp.c (extract_range_basic): Handle IMAGPART_EXPR of
849 ATOMIC_COMPARE_EXCHANGE ifn result.
850 (stmt_interesting_for_vrp, vrp_visit_stmt): Handle
851 IFN_ATOMIC_COMPARE_EXCHANGE.
852
853 2017-03-10 David Malcolm <dmalcolm@redhat.com>
854
855 PR driver/79875
856 * opts.c (parse_sanitizer_options): Add missing question mark to
857 "did you mean" message.
858
859 2017-03-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
860
861 * config/rs6000/rs6000-builtin.def (VMULEUB_UNS): Remove orphaned
862 built-in.
863 (VMULEUH_UNS): Likewise.
864 (VMULOUB_UNS): Likewise.
865 (VMULOUH_UNS): Likewise.
866 * config/rs6000/rs6000.c (builtin_function_type): Remove
867 references to ALTIVEC_BUILTIN_VMUL[EO]U[BH]_UNS.
868
869 2017-03-10 David Malcolm <dmalcolm@redhat.com>
870
871 PR bootstrap/79952
872 * read-rtl-function.c (function_reader::read_rtx_operand): Update
873 x with result of extra_parsing_for_operand_code_0.
874 (function_reader::extra_parsing_for_operand_code_0): Convert
875 return type from void to rtx, returning x. When reading
876 SYMBOL_REF with SYMBOL_FLAG_HAS_BLOCK_INFO, reallocate x to the
877 larger size containing struct block_symbol.
878
879 2017-03-10 Segher Boessenkool <segher@kernel.crashing.org>
880
881 * config/rs6000/rs6000.c (rs6000_option_override_internal): Disallow
882 -mfloat128-hardware without -m64.
883
884 2017-03-10 Will Schmidt <will_schmidt@vnet.ibm.com>
885
886 PR target/79941
887 * config/rs6000/rs6000.c (builtin_function_type): Add VMUL*U[HB]
888 entries to the case statement that marks unsigned arguments to
889 overloaded functions.
890
891 2017-03-10 Kelvin Nilsen <kelvin@gcc.gnu.org>
892
893 * config/rs6000/rs6000.c (rs6000_option_override_internal): Fix
894 two typographic errors in the handling of TARGET_UPPER_REGS_DI.
895
896 2017-03-10 Pat Haugen <pthaugen@us.ibm.com>
897
898 PR target/79907
899 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Test
900 TARGET_UPPER_REGS_DI when setting 'wi' constraint regclass.
901
902 2017-03-10 Martin Liska <mliska@suse.cz>
903
904 PR target/65705
905 PR target/69804
906 * toplev.c (process_options): Enable MPX with LSAN and UBSAN.
907 * tree-chkp.c (chkp_walk_pointer_assignments): Verify that
908 FIELD != NULL.
909
910 2017-03-10 Olivier Hainque <hainque@adacore.com>
911
912 * tree-switch-conversion (array_value_type): Start by resetting
913 candidate type to it's main variant.
914
915 2017-03-10 Jakub Jelinek <jakub@redhat.com>
916
917 PR rtl-optimization/79909
918 * combine.c (try_combine): Use simplify_replace_rtx on individual
919 CALL_INSN_FUNCTION_USAGE elements instead of replace_rtx on copy_rtx
920 of the whole CALL_INSN_FUNCTION_USAGE.
921
922 PR tree-optimization/79972
923 * gimple-ssa-warn-alloca.c (alloca_call_type): Only call
924 get_range_info on SSA_NAMEs. Formatting fixes.
925
926 2017-03-10 Richard Biener <rguenther@suse.de>
927 Jakub Jelinek <jakub@redhat.com>
928
929 PR tree-optimization/77975
930 * tree-ssa-loop-niter.c (get_base_for): Allow phi argument from latch
931 edge to be constant.
932 (get_val_for): For constant x return it. Formatting fix.
933 (loop_niter_by_eval): Avoid pointless looping if the next iteration
934 would use the same bases as the current one.
935
936 2017-03-09 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
937
938 * config/rs6000/rs6000.c (rs6000_gen_le_vsx_permute): Use rotate
939 instead of vec_select for V1TImode.
940 * conifg/rs6000/vsx.md (VSX_LE): Remove mode iterator that is no
941 longer needed.
942 (VSX_LE_128): Add V1TI to this mode iterator.
943 (*vsx_le_perm_load_<mode>): Change to use VSX_D mode iterator.
944 (*vsx_le_perm_store_<mode>): Likewise.
945 (pre-reload splitter for VSX stores): Likewise.
946 (post-reload splitter for VSX stores): Likewise.
947 (*vsx_xxpermdi2_le_<mode>): Likewise.
948 (*vsx_lxvd2x2_le_<mode>): Likewise.
949 (*vsx_stxvd2x2_le_<mode>): Likewise.
950
951 2017-03-09 Michael Eager <eager@eagercon.com>
952
953 Correct failures with --enable-checking=yes,rtl.
954
955 * config/microblaze/microblaze.c (microblaze_expand_shift):
956 Replace GET_CODE test with CONST_INT_P and INTVAL test with
957 test for const0_rtx.
958 * config/microblaze/microblaze.md (ashlsi3_byone, ashrsi3_byone,
959 lshrsi3_byone): Replace INTVAL with test for const1_rtx.
960
961 2017-03-09 Richard Biener <rguenther@suse.de>
962
963 PR tree-optimization/79977
964 * graphite-scop-detection.c (scop_detection::merge_sese):
965 Handle the case of extra exits to blocks dominating the entry.
966
967 2017-03-09 Toma Tabacu <toma.tabacu@imgtec.com>
968
969 * doc/sourcebuild.texi (Effective-Target Keywords, Other attributes):
970 Document rdynamic.
971
972 2017-03-09 Vladimir Makarov <vmakarov@redhat.com>
973
974 PR rtl-optimization/79949
975 * lra-constraints.c (process_alt_operands): Check memory when
976 trying to predict a cycle. Print about the overall increase.
977
978 2017-03-09 Richard Biener <rguenther@suse.de>
979
980 PR middle-end/79971
981 * gimple-expr.c (useless_type_conversion_p): Preserve
982 TYPE_SATURATING for fixed-point types.
983
984 2017-03-09 Richard Biener <rguenther@suse.de>
985
986 PR ipa/79970
987 * ipa-prop.c (ipa_modify_formal_parameters): Avoid changing
988 alignment of BLKmode params.
989
990 2017-03-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
991
992 PR target/79913
993 * config/aarch64/iterators.md (VALL_F16_NO_V2Q): New mode iterator.
994 (VALL_NO_V2Q): Likewise.
995 (VDQF_DF): Delete.
996 * config/aarch64/aarch64-simd.md
997 (aarch64_dup_lane_<vswap_width_name><mode>): Use VALL_F16_NO_V2Q
998 iterator.
999 (*aarch64_simd_vec_copy_lane_<vswap_width_name><mode>): Use
1000 VALL_NO_V2Q mode iterator.
1001 (*aarch64_vgetfmulx<mode>): Use VDQF iterator.
1002
1003 2017-03-09 Martin Liska <mliska@suse.cz>
1004
1005 PR tree-optimization/79631
1006 * tree-chkp-opt.c (chkp_is_constant_addr): Call
1007 tree_int_cst_sign_bit just for INTEGER constants.
1008
1009 2017-03-09 Martin Liska <mliska@suse.cz>
1010
1011 PR target/65705
1012 PR target/69804
1013 * toplev.c (process_options): Disable -fcheck-pointer-bounds with
1014 sanitizers.
1015
1016 2017-03-09 Marek Polacek <polacek@redhat.com>
1017
1018 PR c++/79672
1019 * tree.c (inchash::add_expr): Handle TREE_VEC.
1020
1021 2017-03-09 Martin Liska <mliska@suse.cz>
1022
1023 PR ipa/79764
1024 (chkp_narrow_size_and_offset): New function.
1025 (chkp_parse_array_and_component_ref): Support BIT_FIELD_REF.
1026 (void chkp_parse_bit_field_ref): New function.
1027 (chkp_make_addressed_object_bounds): Add case for BIT_FIELD_REF.
1028 (chkp_process_stmt): Use chkp_parse_bit_field_ref.
1029
1030 2017-03-09 Martin Liska <mliska@suse.cz>
1031
1032 PR ipa/79761
1033 * tree-chkp.c (chkp_get_bound_for_parm): Get bounds for a param.
1034 (chkp_find_bounds_1): Remove gcc_unreachable.
1035
1036 2017-03-09 Jakub Jelinek <jakub@redhat.com>
1037
1038 PR sanitizer/79944
1039 * asan.c (get_mem_refs_of_builtin_call): For BUILT_IN_ATOMIC* and
1040 BUILT_IN_SYNC*, determine the access type from the size suffix and
1041 always build a MEM_REF with that type. Handle forgotten
1042 BUILT_IN_SYNC_FETCH_AND_NAND_16 and BUILT_IN_SYNC_NAND_AND_FETCH_16.
1043
1044 PR target/79932
1045 * config/i386/avx512vlintrin.h (_mm256_cmpge_epi32_mask,
1046 _mm256_cmpge_epi64_mask, _mm256_cmpge_epu32_mask,
1047 _mm256_cmpge_epu64_mask, _mm256_cmple_epi32_mask,
1048 _mm256_cmple_epi64_mask, _mm256_cmple_epu32_mask,
1049 _mm256_cmple_epu64_mask, _mm256_cmplt_epi32_mask,
1050 _mm256_cmplt_epi64_mask, _mm256_cmplt_epu32_mask,
1051 _mm256_cmplt_epu64_mask, _mm256_cmpneq_epi32_mask,
1052 _mm256_cmpneq_epi64_mask, _mm256_cmpneq_epu32_mask,
1053 _mm256_cmpneq_epu64_mask, _mm256_mask_cmpge_epi32_mask,
1054 _mm256_mask_cmpge_epi64_mask, _mm256_mask_cmpge_epu32_mask,
1055 _mm256_mask_cmpge_epu64_mask, _mm256_mask_cmple_epi32_mask,
1056 _mm256_mask_cmple_epi64_mask, _mm256_mask_cmple_epu32_mask,
1057 _mm256_mask_cmple_epu64_mask, _mm256_mask_cmplt_epi32_mask,
1058 _mm256_mask_cmplt_epi64_mask, _mm256_mask_cmplt_epu32_mask,
1059 _mm256_mask_cmplt_epu64_mask, _mm256_mask_cmpneq_epi32_mask,
1060 _mm256_mask_cmpneq_epi64_mask, _mm256_mask_cmpneq_epu32_mask,
1061 _mm256_mask_cmpneq_epu64_mask, _mm_cmpge_epi32_mask,
1062 _mm_cmpge_epi64_mask, _mm_cmpge_epu32_mask, _mm_cmpge_epu64_mask,
1063 _mm_cmple_epi32_mask, _mm_cmple_epi64_mask, _mm_cmple_epu32_mask,
1064 _mm_cmple_epu64_mask, _mm_cmplt_epi32_mask, _mm_cmplt_epi64_mask,
1065 _mm_cmplt_epu32_mask, _mm_cmplt_epu64_mask, _mm_cmpneq_epi32_mask,
1066 _mm_cmpneq_epi64_mask, _mm_cmpneq_epu32_mask, _mm_cmpneq_epu64_mask,
1067 _mm_mask_cmpge_epi32_mask, _mm_mask_cmpge_epi64_mask,
1068 _mm_mask_cmpge_epu32_mask, _mm_mask_cmpge_epu64_mask,
1069 _mm_mask_cmple_epi32_mask, _mm_mask_cmple_epi64_mask,
1070 _mm_mask_cmple_epu32_mask, _mm_mask_cmple_epu64_mask,
1071 _mm_mask_cmplt_epi32_mask, _mm_mask_cmplt_epi64_mask,
1072 _mm_mask_cmplt_epu32_mask, _mm_mask_cmplt_epu64_mask,
1073 _mm_mask_cmpneq_epi32_mask, _mm_mask_cmpneq_epi64_mask,
1074 _mm_mask_cmpneq_epu32_mask, _mm_mask_cmpneq_epu64_mask): Move
1075 definitions outside of __OPTIMIZE__ guarded section.
1076
1077 PR target/79932
1078 * config/i386/avx512bwintrin.h (_mm512_packs_epi32,
1079 _mm512_maskz_packs_epi32, _mm512_mask_packs_epi32,
1080 _mm512_packus_epi32, _mm512_maskz_packus_epi32,
1081 _mm512_mask_packus_epi32): Move definitions outside of __OPTIMIZE__
1082 guarded section.
1083
1084 2017-03-09 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
1085
1086 * config/s390/vx-builtins.md ("vfee<mode>", "vfeez<mode>")
1087 ("vfenez<mode>"): Add missing constraints.
1088
1089 2017-03-08 Martin Sebor <msebor@redhat.com>
1090
1091 PR target/79928
1092 * config/nds32/nds32.c (nds32_option_override):
1093
1094 2017-03-08 Jakub Jelinek <jakub@redhat.com>
1095
1096 PR c/79940
1097 * gimplify.c (gimplify_omp_for): Replace index var in outer
1098 taskloop statement with an artificial variable and add
1099 OMP_CLAUSE_PRIVATE clause for it.
1100
1101 2017-03-08 Richard Biener <rguenther@suse.de>
1102
1103 PR tree-optimization/79955
1104 * tree-ssa-uninit.c (warn_uninitialized_vars): Do not warn
1105 for accesses that are completely outside of the variable.
1106
1107 2017-03-08 Andrew Haley <aph@redhat.com>
1108
1109 PR tree-optimization/79943
1110 * tree-ssa-loop-split.c (compute_new_first_bound): When
1111 calculating the new upper bound, (END-BEG) should be added, not
1112 subtracted.
1113
1114 2017-03-08 Jakub Jelinek <jakub@redhat.com>
1115
1116 * config/avr/avr.md (setmemhi): Make sure match_dup
1117 operand number comes before match_scratch.
1118
1119 2017-03-08 Richard Biener <rguenther@suse.de>
1120
1121 PR tree-optimization/79920
1122 * tree-vect-slp.c (vect_create_mask_and_perm): Remove and inline
1123 with ncopies == 1 to ...
1124 (vect_transform_slp_perm_load): ... here. Properly compute
1125 all element loads by iterating VF times over the group. Do
1126 not handle ncopies (computed in a broken way) in
1127 vect_create_mask_and_perm.
1128
1129 2017-03-08 Jakub Jelinek <jakub@redhat.com>
1130
1131 PR sanitizer/79904
1132 * internal-fn.c (expand_vector_ubsan_overflow): If arg0 or arg1
1133 is a uniform vector, use uniform_vector_p return value instead of
1134 building ARRAY_REF on folded VIEW_CONVERT_EXPR to array type.
1135
1136 2017-03-07 Marek Polacek <polacek@redhat.com>
1137
1138 PR middle-end/79809
1139 * gimple-ssa-warn-alloca.c (pass_walloca::gate): Use HOST_WIDE_INT.
1140 (alloca_call_type): Likewise.
1141
1142 2017-03-07 Martin Liska <mliska@suse.cz>
1143
1144 * gcov.c (process_args): Put comment to correct location.
1145
1146 2017-03-07 Martin Liska <mliska@suse.cz>
1147
1148 PR middle-end/68270
1149 * tree-chkp.c (chkp_may_narrow_to_field): Add new argument ref.
1150 Use array_at_struct_end_p instead of DECL_CHAIN (field).
1151 (chkp_narrow_bounds_for_field): Likewise.
1152 (chkp_parse_array_and_component_ref): Pass one more argument to
1153 call.
1154
1155 2017-03-07 Richard Biener <rguenther@suse.de>
1156
1157 * tree-vect-loop-manip.c (slpeel_add_loop_guard): Preserve
1158 preheaders.
1159
1160 2017-03-07 Segher Boessenkool <segher@kernel.crashing.org>
1161
1162 * config/i386/i386.c (ix86_local_alignment): Align most aggregates
1163 of 16 bytes and more to 16 bytes, not those of 16 bits and more.
1164
1165 2017-03-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1166
1167 PR c/79855
1168 * params.def (PARAM_STORE_MERGING_ALLOW_UNALIGNED): Add full stop
1169 to end of description.
1170 (PARAM_MAX_STORES_TO_MERGE): Likewise.
1171
1172 2017-03-07 Jakub Jelinek <jakub@redhat.com>
1173
1174 PR rtl-optimization/79901
1175 * config/i386/sse.md (*avx512bw_<code><mode>3<mask_name>): Renamed to
1176 ...
1177 (*avx512f_<code><mode>3<mask_name>): ... this.
1178 (<code><mode>3 with maxmin code iterator): Use VI8_AVX2_AVX512F
1179 iterator instead of VI8_AVX2_AVX512BW.
1180
1181 PR rtl-optimization/79901
1182 * expr.c (expand_expr_real_2): For vector MIN/MAX, if there is no
1183 min/max expander, expand it using expand_vec_cond_expr.
1184
1185 PR sanitizer/79897
1186 * ubsan.c (ubsan_encode_value): Call mark_addressable on the
1187 temporary.
1188
1189 2017-03-06 Jakub Jelinek <jakub@redhat.com>
1190
1191 PR c++/79821
1192 * dwarf2out.h (dw_vec_const): Change array type from unsigned char *
1193 to void * for PCH reasons.
1194 * dwarf2out.c (output_loc_operands, output_die): Cast
1195 v.val_vec.array to unsigned char *.
1196
1197 2017-03-06 John David Anglin <danglin@gcc.gnu.org>
1198
1199 PR target/77850
1200 * config/pa/pa-64.h (PAD_VARARGS_DOWN): Don't pad down complex and
1201 vector types.
1202
1203 2017-03-06 Vladimir Makarov <vmakarov@redhat.com>
1204
1205 PR rtl-optimization/79571
1206 * lra-constraints.c (process_alt_operands): Calculate static
1207 reject and subtract it from overall when only addresses will be
1208 reloaded.
1209
1210 2017-03-06 Julia Koval <julia.koval@intel.com>
1211
1212 PR target/79793
1213 * config/i386/i386.c (ix86_minimum_incoming_stack_boundary): Set
1214 incoming stack boundary to 128 for 64-bit targets.
1215
1216 2017-03-06 Richard Biener <rguenther@suse.de>
1217
1218 PR tree-optimization/79894
1219 * tree-vectorizer.c (vectorize_loops): Set loop_vectorized_call
1220 to NULL after folding it.
1221
1222 2017-03-06 Richard Biener <rguenther@suse.de>
1223
1224 PR tree-optimization/79824
1225 * tree-vect-stmts.c (get_group_load_store_type): Fix alignment
1226 check disabling peeling for gaps.
1227
1228 2017-03-06 Toma Tabacu <toma.tabacu@imgtec.com>
1229
1230 * doc/sourcebuild.texi (Effective-Target Keywords, Environment
1231 attributes): Document gettimeofday.
1232
1233 2017-03-06 Robin Dapp <rdapp@linux.vnet.ibm.com>
1234
1235 * config/s390/s390.c (s390_option_override_internal): Set
1236 PARAM_MIN_VECT_LOOP_BOUND
1237
1238 2017-03-06 Robin Dapp <rdapp@linux.vnet.ibm.com>
1239
1240 * config/s390/s390.c (s390_asm_output_function_label): Use nopr %r0.
1241 * config/s390/s390.md: Likewise.
1242
1243 2017-03-06 Jakub Jelinek <jakub@redhat.com>
1244
1245 PR target/79812
1246 * config/i386/sse.md (VI8F_256_512): Remove mode iterator.
1247 (<avx2_avx512>_perm<mode>): Rename to ...
1248 (avx2_perm<mode>): ... this. Use VI8F_256 iterator instead
1249 of VI8F_256_512.
1250 (<avx512>_perm<mode>_mask): Rename to ...
1251 (avx512vl_perm<mode>_mask): ... this. Use VI8F_256 iterator instead
1252 of VI8F_256_512.
1253 (<avx2_avx512>_perm<mode>_1<mask_name>): Rename to ...
1254 (avx2_perm<mode>_1<mask_name): ... this. Use VI8F_256 iterator
1255 instead of VI8F_256_512.
1256 (avx512f_perm<mode>): New define_expand.
1257 (avx512f_perm<mode>_mask): Likewise.
1258 (avx512f_perm<mode>_1<mask_name>): New define_insn.
1259 (<avx512>_vec_dup<mode>_1): Fix up vec_select mode.
1260
1261 2017-03-06 Prachi Godbole <prachi.godbole@imgtec.com>
1262
1263 * config/mips/mips-msa.md (msa_fmax_a_<msafmt>, msa_fmin_a_<msafmt>,
1264 msa_max_a_<msafmt>, msa_min_a_<msafmt>): Introduce mode interator for
1265 if_then_else.
1266 (smin<mode>3, smax<mode>3): Change operand print code from 'B' to 'E'.
1267
1268 2017-03-06 Martin Liska <mliska@suse.cz>
1269
1270 PR sanitize/79783
1271 * asan.c (asan_expand_poison_ifn): Do not expand ASAN_POISON
1272 when having a SSA NAME w/o VAR_DECL assigned to it.
1273
1274 2017-03-06 Prachi Godbole <prachi.godbole@imgtec.com>
1275
1276 * config/mips/mips-msa.md (msa_dotp_<su>_d, msa_dpadd_<su>_d,
1277 msa_dpsub_<su>_d): Fix MODE for vec_select.
1278
1279 2017-03-06 Prachi Godbole <prachi.godbole@imgtec.com>
1280
1281 * config/mips/mips.c (mips_gen_const_int_vector): Change type of last
1282 argument.
1283 * config/mips/mips-protos.h (mips_gen_const_int_vector): Likewise.
1284
1285 2017-03-06 Richard Biener <rguenther@suse.de>
1286
1287 * lto-streamer.c (lto_check_version): Use %qs in diagnostics.
1288 * plugin.c (register_plugin_info): Likewise.
1289 * tree-chkp.c (chkp_make_static_const_bounds): Likewise.
1290
1291 2017-03-05 Jakub Jelinek <jakub@redhat.com>
1292
1293 * config/i386/sse.md (sse_storehps, sse_storelps,
1294 avx_<castmode><avxsizesuffix>_<castmode>,
1295 avx512f_<castmode><avxsizesuffix>_<castmode>,
1296 avx512f_<castmode><avxsizesuffix>_256<castmode>): Require
1297 in condition that at least one operand is not a MEM.
1298
1299 2017-03-03 Jakub Jelinek <jakub@redhat.com>
1300
1301 PR middle-end/79805
1302 * internal-fn.def (ATOMIC_BIT_TEST_AND_SET, ATOMIC_BIT_TEST_AND_RESET,
1303 ATOMIC_BIT_TEST_AND_COMPLEMENT, ATOMIC_COMPARE_EXCHANGE): Remove
1304 ECF_NOTHROW.
1305 * gimple-fold.c (fold_builtin_atomic_compare_exchange): Set
1306 gimple_call_nothrow_p flag based on whether original builtin can throw.
1307 If it can, emit following stmts on the fallthrough edge.
1308 * tree-ssa-ccp.c (optimize_atomic_bit_test_and): Similarly, except
1309 don't create new bb if inserting just debug stmts on the edge, try to
1310 insert them on the fallthru bb or just reset debug stmts.
1311
1312 2017-03-03 Segher Boesssenkool <segher@kernel.crashing.org>
1313
1314 PR target/43763
1315 * config/rs6000/rs6000.c (rs6000_final_prescan_insn): Save and
1316 restore recog_data (including the operand rtxes inside it) around
1317 the call to get_insn_template.
1318
1319 2017-03-03 Martin Sebor <msebor@redhat.com>
1320
1321 PR tree-optimization/79699
1322 * context.c (context::~context): Free MPFR caches to avoid
1323 a memory leak on program exit.
1324
1325 2017-03-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1326
1327 * config/aarch64/aarch64.c (aarch64_float_const_representable_p):
1328 Use wide_int::ulow () instead of .elt (0).
1329
1330 2017-03-03 Uros Bizjak <ubizjak@gmail.com>
1331
1332 * config/i386/i386.md (*pushtf): Change *roF constraint to *roC.
1333 (*pushxf): Limit oF constraint to 32bit targets and add oC
1334 constraint for 64bit targets.
1335 (pushxf splitter): Use PUSH_ROUNDING to calculate stack adjustment.
1336 (*pushdf): Change rmF constraint to rmC.
1337
1338 2017-03-03 Martin Liska <mliska@suse.cz>
1339
1340 * tree-ssa-loop-prefetch.c (pass_loop_prefetch::execute):
1341 Remove unused variable.
1342
1343 2017-03-03 Jakub Jelinek <jakub@redhat.com>
1344
1345 PR target/79807
1346 * config/i386/i386.c (ix86_expand_multi_arg_builtin): If target
1347 is a memory operand, increase num_memory.
1348 (ix86_expand_args_builtin): Likewise.
1349
1350 2017-03-03 Jan Hubicka <jh@suse.cz>
1351
1352 PR lto/79760
1353 * ipa-devirt.c (maybe_record_node): Properly handle
1354 __cxa_pure_virtual visibility.
1355
1356 2017-03-03 Martin Liska <mliska@suse.cz>
1357
1358 PR tree-optimization/79803
1359 * tree-ssa-loop-prefetch.c (tree_ssa_prefetch_arrays): Remove
1360 assert.
1361 (pass_loop_prefetch::execute): Disabled optimization if an
1362 assumption about L1 cache size is not met.
1363
1364 2017-03-03 Martin Liska <mliska@suse.cz>
1365
1366 PR rtl-optimization/79574
1367 * gcse.c (struct gcse_expr): Use HOST_WIDE_INT instead of int.
1368 (hash_scan_set): Likewise.
1369 (dump_hash_table): Likewise.
1370 (hoist_code): Likewise.
1371
1372 2017-03-03 Richard Biener <rguenther@suse.de>
1373
1374 * fixed-value.c (fixed_from_string): Restore use of elt (1)
1375 in place of uhigh ().
1376 (fixed_convert_from_real): Likewise.
1377
1378 2017-03-03 Uros Bizjak <ubizjak@gmail.com>
1379
1380 PR target/79514
1381 * config/i386/i386.md (*pushxf_rounded): Use Pmode instead of DImode.
1382
1383 2017-03-03 Richard Biener <rguenther@suse.de>
1384
1385 PR middle-end/79818
1386 * match.pd ( X +- C1 CMP C2 -> X CMP C2 -+ C1): Add missing
1387 TYPE_OVERFLOW_UNDEFINED check.
1388
1389 2017-03-02 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1390
1391 * config/rs6000/vector.md (vector_ne_<mode>_p): Correct operand
1392 numbers.
1393 (vector_ae_<mode>_p): Likewise.
1394 (vector_nez_<mode>_p): Likewise.
1395 (vector_ne_v2di_p): Likewise.
1396 (vector_ae_v2di_p): Likewise.
1397 (vector_ne_<mode>_p): Likewise.
1398 * config/rs6000/vsx.md (vsx_tsqrt<mode>2_fg): Correct operand
1399 numbers.
1400 (vsx_tsqrt<mode>2_fe): Likewise.
1401
1402 2017-03-02 Uros Bizjak <ubizjak@gmail.com>
1403
1404 PR target/79514
1405 * config/i386/i386.md (*pushxf_rounded): New insn_and_split pattern.
1406
1407 2017-03-02 Jakub Jelinek <jakub@redhat.com>
1408
1409 PR rtl-optimization/79780
1410 * cprop.c (one_cprop_pass): When second and further conditional trap
1411 in a single basic block is turned into an unconditional trap, turn it
1412 into a deleted note to avoid RTL verification failures.
1413
1414 2017-03-02 Richard Biener <rguenther@suse.de>
1415
1416 * fold-const.c (const_binop): Use ulow () instead of elt (0).
1417
1418 2017-03-02 Richard Biener <rguenther@suse.de>
1419
1420 PR tree-optimization/79345
1421 PR c++/42000
1422 * tree-ssa-alias.c (walk_aliased_vdefs_1): Take a limit
1423 param and abort the walk, returning -1 if it is hit.
1424 (walk_aliased_vdefs): Take a limit param and pass it on.
1425 * tree-ssa-alias.h (walk_aliased_vdefs): Add a limit param,
1426 defaulting to 0 and return a signed int.
1427 * tree-ssa-uninit.c (struct check_defs_data): New struct.
1428 (check_defs): New helper.
1429 (warn_uninitialized_vars): Use walk_aliased_vdefs to warn
1430 about uninitialized memory.
1431 * fixed-value.c (fixed_from_string): Use ulow/uhigh to avoid
1432 bogus uninitialized warning.
1433 (fixed_convert_from_real): Likewise.
1434
1435 2017-03-02 Bin Cheng <bin.cheng@arm.com>
1436
1437 PR tree-optimization/66768
1438 * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Skip addr
1439 iv_use if base object can't be determined.
1440
1441 2017-03-02 Jakub Jelinek <jakub@redhat.com>
1442
1443 PR tree-optimization/79345
1444 * gensupport.h (struct pattern_stats): Add min_scratch_opno field.
1445 * gensupport.c (get_pattern_stats_1) <case MATCH_SCRATCH>: Update it.
1446 (get_pattern_stats): Initialize it.
1447 * genemit.c (gen_expand): Verify match_scratch numbers come after
1448 match_operand/match_dup numbers.
1449 * config/i386/i386.md (<s>mul<mode>3_highpart): Swap match_dup and
1450 match_scratch numbers.
1451 * config/i386/sse.md (avx2_gathersi<mode>, avx2_gatherdi<mode>):
1452 Likewise.
1453 * config/s390/s390.md (trunctdsd2): Likewise.
1454
1455 2017-03-02 Richard Biener <rguenther@suse.de>
1456
1457 * wide-int.h (wide_int_storage::operator=): Implement in terms
1458 of wi::copy.
1459
1460 2017-03-02 Richard Biener <rguenther@suse.de>
1461
1462 PR tree-optimization/79777
1463 * tree-ssa-pre.c (eliminate_insert): Give up if we simplify
1464 the to insert expression to sth existing.
1465
1466 2017-03-01 Martin Sebor <msebor@redhat.com>
1467
1468 PR middle-end/79692
1469 * gimple-ssa-sprintf.c
1470 (directive::known_width_and_precision): New function.
1471 (format_integer): Use it.
1472 (get_mpfr_format_length): Consider the full range of precision
1473 when computing %g output with the # flag. Set the likely byte
1474 count to 3 rather than 1 when precision is indeterminate.
1475 (format_floating): Correct the lower bound of precision.
1476
1477 2017-03-01 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1478
1479 * doc/invoke.texi: Document default code model for 64-bit Linux.
1480
1481 2017-03-01 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
1482
1483 PR target/79752
1484 * config/rs6000/rs6000.md (peephole2 for udiv/umod): Should emit
1485 udiv rather than div since input pattern is unsigned.
1486
1487 2017-03-01 Uros Bizjak <ubizjak@gmail.com>
1488
1489 * config/i386/i386.c (print_reg): Warn for values of
1490 unsupported size in integer register.
1491
1492 2017-03-01 Michael Meissner <meissner@linux.vnet.ibm.com>
1493
1494 PR target/79439
1495 * config/rs6000/predicates.md (current_file_function_operand): Do
1496 not allow self calls to be local if the function is replaceable.
1497
1498 2017-03-01 Kelvin Nilsen <kelvin@gcc.gnu.org>
1499
1500 PR target/79395
1501 * config/rs6000/altivec.h (vec_ctz and others): Change the
1502 preprocessor macro that controls conditional compilation from
1503 _ARCH_PWR9 to __POWER9_VECTOR__.
1504 (vec_all_ne): Change parameterization of __altivec_scalar_pred
1505 macro expansion under preprocessor #ifdef __POWER9_VECTOR__
1506 control (instead of _ARCH_PWR9 control) so that template
1507 definition uses power9-specific function.
1508 (vec_any_eq): Likewise.
1509 (vec_all_ne): Change macro definition to use a power9-specific
1510 expansion under #ifdef __POWER9_VECTOR__ control (instead of
1511 _ARCH_PWR9 control).
1512 (vec_any_eq) Likewise.
1513 * config/rs6000/rs6000-builtin.def (CMPNEF): Remove BU_P9V_AV_2
1514 expansion for CMPNEF to remove support for xvcmpnesp instruction.
1515 (CMPNED): Remove BU_P9V_AV2 expansion for CMPNED to remove
1516 support for xvcmpnedp instruction.
1517 (VCMPNEB_P): Replace BU_P9V_AV_P macro expansion with BU_P9V_AV_2
1518 macro expansion so that Power9 implementation of vec_all_ne does
1519 not use the AltiVec predicate framework.
1520 (VCMPNEH_P): Likewise.
1521 (VCMPNEW_P): Likewise.
1522 (VCMPNED_P): Likewise.
1523 (VCMPNEFP_P): Likewise.
1524 (VCMPNEDP_P): Likewise.
1525 (VCMPAEB_P): Add BU_P9V_AV_2 macro expansion to change
1526 implementation of vec_any_eq to not use AltiVec predicate
1527 framework.
1528 (VCMPAEH_P): Likewise.
1529 (VCMPAEW_P): Likewise.
1530 (VCMPAED_P): Likewise.
1531 (VCMPAEFP_P): Likewise.
1532 (VCMPAEDP_P): Likewise.
1533 (VCMPNE_P): Replace BU_P9V_OVERLOAD_P macro expansion with
1534 BU_P9V_OVERLOAD_2 so that Power9 implementation of vec_all_ne does
1535 not use the AltiVec predicate framework.
1536 (VCMPAE_P): Add BU_P9V_OVERLOAD_2 macro to change implementation
1537 of vec_any_eq to not use AltiVec predicate framework.
1538 * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Add
1539 support for predefined __POWER9_VECTOR__ macro to indicate that
1540 Power9 instruction selection is enabled.
1541 (altivec_overloaded_builtins): Remove extraneous
1542 ALTIVEC_BUILTIN_VEC_CMPNE entry for overloaded
1543 function argument types RS6000_BTI_bool_V16QI and
1544 RS6000_BTI_bool_V16QI. Remove erroneous ALTIVEC_BUILTIN_VEC_CMPNE
1545 entry for overloaded function argument types RS6000_BTI_bool_V4SI
1546 andRS6000_BTI_bool_V4SI, mapping to P9V_BUILTIN_CMPNEB. Remove
1547 two entries mapping to P9V_BUITIN_CMPNED and one entry mapping to
1548 P9V_BUILTIN_CMPNEF to force use of instructions not specific to
1549 Power9 for implementations of vec_cmpne. Change the signature for
1550 all definitions of the overloaded P9V_BUILTIN_VEC_CMPNE_P function
1551 (representing vec_all_ne) to remove the previously described first
1552 argument of type RS6000_BTI_INTSI, as this was an artifact of
1553 reliance on the AltiVec predicate framework, which is no longer
1554 used in the implementation of these functions. Add
1555 P9V_BUILTIN_VEC_VCMPAE_P entries (representing the vec_anyeq
1556 function) to match all of the P9V_BUILTIN_VEC_VCMNE_P entries
1557 since, unlike the AltiVec predicate framework implementation, we
1558 do not share function descriptors between vec_alle and vec_anyeq.
1559 (altivec_resolve_overloaded_builtin): Add SFmode and DFmode to the
1560 set of modes that receive special treatment even when
1561 TARGET_P9_VECTOR is true. The special treatment emits code that
1562 does not depend on Power9 instructions.
1563 * config/rs6000/vector.md (vector_ne_<mode>_p): Change this
1564 define_expand to not rely on AltiVec predicate framework.
1565 (vector_ae_<mode>p): New define_expand to represent vec_any_eq
1566 function.
1567 (vector_ne_v2di_p): Change this define_expand to not rely on
1568 AltiVec predicate framework.
1569 (vector_ae_v2di_p): New define_expand to represent vec_any_eq
1570 function.
1571 (vector_ne_<mode>_p): Change this define_expand to not rely on
1572 AltiVec predicate framework.
1573 (vector_ae_<mode>p): New define_expand to represent vec_any_eq
1574 function.
1575 * config/rs6000/vsx.md (*vsx_ne_<mode>_p): For modes VSX_EXTRACT_I
1576 (V16QI, V8HI, V4SI), correct a typo in the code emitted for this
1577 define_insn pattern.
1578 (*vsx_ne_<mode>_p): For modes VSX_F (V4SF and V2DF), remove this
1579 define_insn pattern because the xvcmpne<VSs>. instruction is not
1580 supported.
1581 (vcmpne<VSs>): Remove this define_insn because xvcmpne<VSs>
1582 instruction is not supported.
1583
1584 2017-03-01 Jakub Jelinek <jakub@redhat.com>
1585
1586 * config/nvptx/nvptx.c: Include intl.h.
1587
1588 2017-03-01 Martin Jambor <mjambor@suse.cz>
1589
1590 PR lto/78140
1591 * ipa-prop.h (ipa_bits): Removed field known.
1592 (ipa_jump_func): Removed field vr_known. Changed fields bits and m_vr
1593 to pointers. Adjusted their comments to warn about their sharing.
1594 (ipcp_transformation_summary): Change bits to a vector of pointers.
1595 (ipa_check_create_edge_args): Moved to ipa-prop.c, declare.
1596 (ipa_get_ipa_bits_for_value): Declare.
1597 * tree-vrp.h (value_range): Mark as GTY((for_user)).
1598 * ipa-prop.c (ipa_bit_ggc_hash_traits): New.
1599 (ipa_bits_hash_table): Likewise.
1600 (ipa_vr_ggc_hash_traits): Likewise.
1601 (ipa_vr_hash_table): Likewise.
1602 (ipa_print_node_jump_functions_for_edge): Adjust for bits and m_vr
1603 being pointers and vr_known being removed.
1604 (ipa_set_jf_unknown): Likewise.
1605 (ipa_get_ipa_bits_for_value): New function.
1606 (ipa_set_jfunc_bits): Likewise.
1607 (ipa_get_value_range): New overloaded functions.
1608 (ipa_set_jfunc_vr): Likewise.
1609 (ipa_compute_jump_functions_for_edge): Use the above functions to
1610 construct bits and vr parts of jump functions.
1611 (ipa_check_create_edge_args): Move here from ipa-prop.h, also allocate
1612 ipa_bits_hash_table and ipa_vr_hash_table if they do not already
1613 exist.
1614 (ipcp_grow_transformations_if_necessary): Also allocate
1615 ipa_bits_hash_table and ipa_vr_hash_table if they do not already
1616 exist.
1617 (ipa_node_params_t::duplicate): Do not copy bits, just pointers to
1618 them. Fix too long lines.
1619 (ipa_write_jump_function): Adjust for bits and m_vr being pointers and
1620 vr_known being removed.
1621 (ipa_read_jump_function): Use new setter functions to construct bits
1622 and vr parts of jump functions or set them to NULL.
1623 (write_ipcp_transformation_info): Adjust for bits being pointers.
1624 (read_ipcp_transformation_info): Likewise.
1625 (ipcp_update_bits): Likewise. Fix excessively long lines a trailing
1626 space.
1627 Include gt-ipa-prop.h.
1628 * ipa-cp.c (propagate_bits_across_jump_function): Adjust for bits
1629 being pointers.
1630 (ipcp_store_bits_results): Likewise.
1631 (propagate_vr_across_jump_function): Adjust for m_vr being a pointer.
1632 Do not write to existing jump functions but use a temporary instead.
1633
1634 2017-03-01 Jakub Jelinek <jakub@redhat.com>
1635
1636 PR c++/79681
1637 * fold-const.c (make_bit_field_ref): If orig_inner is COMPONENT_REF,
1638 attempt to use its first operand as BIT_FIELD_REF base.
1639
1640 2017-03-01 Richard Biener <rguenther@suse.de>
1641
1642 PR middle-end/79721
1643 * tree-chrec.c (chrec_evaluate): Perform computation of Newtons
1644 interpolating formula in wrapping arithmetic.
1645 (chrec_apply): Convert chrec_evaluate return value to wanted type.
1646
1647 2017-03-01 Jakub Jelinek <jakub@redhat.com>
1648
1649 PR tree-optimization/79734
1650 * tree-vect-generic.c (expand_vector_condition): Optimize
1651 AVX512 vector boolean VEC_COND_EXPRs into bitwise operations.
1652 Handle VEC_COND_EXPR where comparison has different inner width from
1653 type's inner width.
1654
1655 2017-02-28 Sandra Loosemore <sandra@codesourcery.com>
1656
1657 * doc/invoke.texi (ARC Options): Copy-edit to fix punctuation,
1658 markup, and similar issues. Remove @opindex entries for things
1659 that aren't options. Add missing -mmpy-option entries.
1660
1661 2017-02-28 Jakub Jelinek <jakub@redhat.com>
1662
1663 PR tree-optimization/79737
1664 * gimple-ssa-store-merging.c (encode_tree_to_bitpos): If bitlen is
1665 a multiple of BITS_PER_UNIT and !BYTES_BIG_ENDIAN, clear
1666 tmpbuf[byte_size - 1]. Call natice_encode_expr with byte_size - 1
1667 instead of byte_size. Formatting fix.
1668 (shift_bytes_in_array_right): Formatting fix.
1669
1670 2017-02-28 Eric Botcazou <ebotcazou@adacore.com>
1671
1672 PR target/79749
1673 * config/sparc/sparc.c (sparc_frame_pointer_required): Add missing
1674 condition on optimize for the leaf function test.
1675
1676 2017-02-28 Martin Liska <mliska@suse.cz>
1677
1678 PR lto/79625
1679 * read-rtl-function.c (function_reader::handle_unknown_directive):
1680 Bail out when one uses -flto.
1681
1682 2017-02-28 Martin Liska <mliska@suse.cz>
1683
1684 * common.opt: Replace space with tabular for options of <number>
1685 type.
1686 * config/i386/i386.opt: Show <number> value for
1687 -mlarge-data-threshold.
1688 * opts.c (print_filtered_help): Do not display number in hexadecimal
1689 format.
1690
1691 2017-02-28 Martin Liska <mliska@suse.cz>
1692
1693 * common.opt: Fix --help=option -Q for options which are of
1694 an enum type.
1695
1696 2017-02-28 Uros Bizjak <ubizjak@gmail.com>
1697
1698 * config/i386/i386.c (print_reg): Error out for values
1699 of 8-bit size in invalid integer register.
1700
1701 2017-02-28 Martin Sebor <msebor@redhat.com>
1702
1703 PR tree-optimization/79691
1704 * passes.def (pass_all_optimizations_g): Enable pass_sprintf_length.
1705
1706 2017-02-28 Jakub Jelinek <jakub@redhat.com>
1707
1708 PR target/79729
1709 * config/i386/i386.c (ix86_print_operand) <case 'R'>: Replace
1710 gcc_unreachable with output_operand_lossage.
1711
1712 2017-02-28 Richard Biener <rguenther@suse.de>
1713
1714 PR tree-optimization/79740
1715 * tree-ssa-sccvn.c (vn_nary_op_insert_into): Allow redundant
1716 inserts.
1717 (visit_nary_op): Insert the nary into the hashtable if we
1718 pattern-matched sth.
1719 * tree-ssa-pre.c (eliminate_insert): Robustify.
1720
1721 2017-02-28 Richard Biener <rguenther@suse.de>
1722
1723 PR middle-end/79731
1724 * fold-const.c (decode_field_reference): Reject out-of-bound
1725 accesses.
1726
1727 2017-02-28 Jakub Jelinek <jakub@redhat.com>
1728
1729 * config/i386/i386.c: Include intl.h.
1730 (ix86_option_override_internal): Use cond ? G_("...") : G_("...")
1731 instead of just cond ? "..." : "...".
1732 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims): Likewise.
1733 * coverage.c (read_counts_file): Likewise.
1734 * omp-offload.c: Include intl.h.
1735 (oacc_loop_fixed_partitions): Use cond ? G_("...") : G_("...") instead
1736 of just cond ? "..." : "...".
1737 * gcov.c (read_count_file): Use cond ? N_("...") : N_("...") instead
1738 of just cond ? "..." : "...".
1739
1740 2017-02-28 Richard Earnshaw <rearnsha@arm.com>
1741
1742 PR target/79742
1743 * config/arm/parsecpu.awk (gen_data): Set tuning target to 'tune for'
1744 entry, if present.
1745 * config/arm/arm-cpus.in (cortex-m0plus.small-multiply): Correct
1746 'tune for' CPU name.
1747 * config/arm/arm-cpu-data.h: Regenerated.
1748
1749 2017-02-28 Richard Biener <rguenther@suse.de>
1750
1751 PR tree-optimization/79732
1752 * tree-inline.c (expand_call_inline): Do not shadow var.
1753
1754 2017-02-28 Richard Biener <rguenther@suse.de>
1755
1756 PR tree-optimization/79723
1757 * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size): Preserve
1758 address-space properly.
1759
1760 2017-02-28 Thomas Schwinge <thomas@codesourcery.com>
1761
1762 * doc/optinfo.texi (Optimization groups): Fix option used for
1763 OPTGROUP_ALL.
1764 * doc/invoke.texi (-fopt-info): Document "omp".
1765 * dumpfile.h: Sort OPTGROUP_OMP before OPTGROUP_VEC.
1766 (OPTGROUP_ALL): Add OPTGROUP_OMP.
1767 * hsa-gen.c (pass_data_gen_hsail): Use OPTGROUP_OMP.
1768 * ipa-hsa.c (pass_data_ipa_hsa): Likewise.
1769 * omp-simd-clone.c (pass_data_omp_simd_clone): Likewise.
1770
1771 * dumpfile.h (OPTGROUP_OPENMP): Rename to OPTGROUP_OMP. Adjust
1772 all users.
1773 * dumpfile.c (optgroup_options): Instead of "openmp", associate
1774 OPTGROUP_OMP with "omp".
1775
1776 2017-02-27 Pat Haugen <pthaugen@us.ibm.com>
1777
1778 PR target/79544
1779 * config/rs6000/rs6000-c.c (struct altivec_builtin_types): Use VSRAD
1780 for arithmetic shift of unsigned V2DI.
1781
1782 2017-02-27 Claudiu Zissulescu <claziss@synopsys.com>
1783
1784 * config.gcc (arc*-): Clean up, use arc/big.h, arc/elf.h, and
1785 arc/linux.h headers.
1786 * config/arc/arc.h (TARGET_OS_CPP_BUILTINS): Remove.
1787 (LINK_SPEC): Likewise.
1788 (ARC_TLS_EXTRA_START_SPEC): Likewise.
1789 (EXTRA_SPECS): Likewise.
1790 (STARTFILE_SPEC): Likewise.
1791 (ENDFILE_SPEC): Likewise.
1792 (LIB_SPEC): Likewise.
1793 (TARGET_SDATA_DEFAULT): Likewise.
1794 (TARGET_MMEDIUM_CALLS_DEFAULT): Likewise.
1795 (MULTILIB_DEFAULTS): Likewise.
1796 (DWARF2_UNWIND_INFO): Likewise.
1797 * config/arc/big.h: New file.
1798 * config/arc/elf.h: Likewise.
1799 * config/arc/linux.h: Likewise.
1800 * config/arc/t-uClibc: Remove.
1801
1802 2017-02-27 Bin Cheng <bin.cheng@arm.com>
1803
1804 PR tree-optimization/77536
1805 * tree-ssa-loop-manip.c (niter_for_unrolled_loop): New function.
1806 (tree_transform_and_unroll_loop): Use above function to compute the
1807 estimated niter of unrolled loop and use it when scaling profile.
1808 Also use count info rather than frequency if it's non-zero.
1809 * tree-ssa-loop-manip.h niter_for_unrolled_loop(): New declaration.
1810 * tree-vect-loop.c (scale_profile_for_vect_loop): New function.
1811 (vect_transform_loop): Call above function.
1812
1813 2017-02-27 Richard Biener <rguenther@suse.de>
1814
1815 PR tree-optimization/45397
1816 * tree-ssa-pre.c (eliminate_insert): Handle BIT_AND_EXPR.
1817 * tree-ssa-sccvn.c (valueized_wider_op): New helper.
1818 (visit_nary_op): Add pattern matching for CSEing sign-changed
1819 or truncated operations with wider ones.
1820
1821 2017-02-27 Richard Biener <rguenther@suse.de>
1822
1823 PR tree-optimization/79690
1824 * tree-vect-stmts.c (vectorizable_store): Use vector type
1825 built from the DR with address-space.
1826
1827 2017-02-26 Gerald Pfeifer <gerald@pfeifer.com>
1828
1829 * doc/invoke.texi (Optimize Options): Refine the description
1830 of asan-use-after-return.
1831
1832 2017-02-25 Alan Modra <amodra@gmail.com>
1833
1834 PR rtl-optimization/79584
1835 * lra-constraints.c (base_to_reg): Reload ad->base, the entire
1836 base, not ad->base_term, the reg within base. Remove assertion
1837 that ad->base == ad->base_term. Replace gen_int_mode using
1838 bogus mode with const0_rtx.
1839
1840 2017-02-25 Jakub Jelinek <jakub@redhat.com>
1841
1842 PR middle-end/79396
1843 * tree-eh.c (operation_could_trap_p, stmt_could_throw_1_p): Handle
1844 FMA_EXPR like tcc_binary or tcc_unary.
1845
1846 * tree-ssa-loop-niter.c (number_of_iterations_exit): Simplify warning.
1847
1848 PR debug/77589
1849 * dwarf2out.c (struct dw_loc_list_struct): Add noted_variable_value
1850 bitfield.
1851 (size_of_loc_descr): Handle DW_OP_GNU_variable_value.
1852 (output_loc_operands): Handle DW_OP_call_ref and
1853 DW_OP_GNU_variable_value.
1854 (struct variable_value_struct): New type.
1855 (struct variable_value_hasher): Likewise.
1856 (variable_value_hash): New variable.
1857 (string_types): Remove.
1858 (copy_loc_descr): New function.
1859 (add_loc_descr_to_each): Clarify comment. Use copy_loc_descr.
1860 (prepend_loc_descr_to_each): New function.
1861 (add_loc_list): Fix comment typo. Use prepend_loc_descr_to_each
1862 instead of add_loc_descr_to_each if the first argument is single
1863 location list and the second has multiple.
1864 (resolve_args_picking_1): Handle DW_OP_GNU_variable_value.
1865 (loc_list_from_tree_1): For early_dwarf, emit DW_OP_GNU_variable_value
1866 when looking for variable value which doesn't have other location info.
1867 (loc_list_from_tree): Formatting fix.
1868 (gen_array_type_die): Simplify DW_AT_string_length handling.
1869 (adjust_string_types): Remove.
1870 (gen_subprogram_die): Don't call adjust_string_types nor test/set
1871 string_types. Call resolve_variable_values.
1872 (prune_unused_types_walk_loc_descr): Handle DW_OP_GNU_variable_value.
1873 (resolve_addr_in_expr): Likewise. Add A argument.
1874 (copy_deref_exprloc): Remove deref argument. Adjust for the
1875 original expression being DW_OP_GNU_variable_value with optionally
1876 DW_OP_stack_value after it instead of DW_OP_call4 with DW_OP_deref
1877 optionally after it.
1878 (optimize_string_length): Rework for DW_OP_GNU_variable_value.
1879 (resolve_addr): Adjust optimize_string_length and resolve_addr_in_expr
1880 callers. Set remove_AT_byte_size if removing DW_AT_string_length.
1881 (variable_value_hasher::hash, variable_value_hasher::equal): New
1882 methods.
1883 (resolve_variable_value_in_expr, resolve_variable_value,
1884 resolve_variable_values, note_variable_value_in_expr,
1885 note_variable_value): New functions.
1886 (dwarf2out_early_finish): Call note_variable_value on all toplevel
1887 DIEs.
1888
1889 2017-02-24 Jakub Jelinek <jakub@redhat.com>
1890
1891 PR c/79677
1892 * opts.h (handle_generated_option): Add GENERATED_P argument.
1893 * opts-common.c (handle_option): Adjust function comment.
1894 (handle_generated_option): Add GENERATED_P argument, pass it to
1895 handle_option.
1896 (control_warning_option): Pass false to handle_generated_option
1897 GENERATED_P.
1898 * opts.c (maybe_default_option): Pass true to handle_generated_option
1899 GENERATED_P.
1900 * optc-gen.awk: Likewise.
1901
1902 2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
1903
1904 * config/sh/sh.md (tstsi_t): If operands[0] is a SUBREG instead of
1905 a REG, look at the REG it is a SUBREG of.
1906 (splitter for cmpeqsi_t): Ditto.
1907
1908 2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
1909
1910 * config/pa/pa.c (pa_combine_instructions): Do not share RTL. Make
1911 the special USEs with the pattern of the insn, not the insn itself.
1912
1913 2017-02-24 Matthew Fortune <matthew.fortune@imgtec.com>
1914
1915 PR target/79473
1916 * doc/invoke.texi: Document -mload-store-pairs.
1917
1918 2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
1919 Sandra Loosemore <sandra@codesourcery.com>
1920
1921 * config/nios2/nios2.c (nios2_simple_const_p): Returns false if the
1922 argument isn't a CONST_INT.
1923 (nios2_alternate_compare_const): Assert op is a CONST_INT.
1924 (nios2_valid_compare_const_p): Assert op is a CONST_INT.
1925 (nios2_validate_compare): Bypass alternate compare logic if *op2
1926 is not a CONST_INT.
1927 (ldstwm_operation_p): Return false if first_base is not a REG or
1928 if first_offset is not a CONST_INT.
1929
1930 2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
1931
1932 * config/cris/cris.md: Use correct operand in a define_peephole2.
1933
1934 2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
1935
1936 * config/c6x/c6x.c (predicate_insn): Do not incorrectly share RTL.
1937
1938 2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
1939
1940 * config/arc/arc.c (arc_ccfsm_advance): Only take the PATTERN of
1941 this_insn if it is an INSN or JUMP_INSN.
1942 (force_offsettable): Look at base, not at addr.
1943 * config/arc/predicates.md (brcc_nolimm_operator): Don't call INTVAL
1944 on things that aren't necessarily CONST_INTs.
1945
1946 2017-02-24 Uros Bizjak <ubizjak@gmail.com>
1947
1948 * doc/invoke.texi (x86 Options, -mfpmath=sse): Mention that
1949 -mfpmath=sse is the default also for x86-32 targets with SSE2
1950 instruction set when @option{-ffast-math} is enabled
1951
1952 2017-02-24 Jeff Law <law@redhat.com>
1953
1954 PR rtl-optimizatoin/79286
1955 * ira.c (update_equiv_regs): Drop may_trap_p exception to
1956 dominance test.
1957
1958 2017-02-24 Richard Biener <rguenther@suse.de>
1959
1960 PR tree-optimization/79389
1961 * gimple-ssa-split-paths.c (is_feasible_trace): Properly skip
1962 debug insns.
1963
1964 2017-02-24 Aldy Hernandez <aldyh@redhat.com>
1965
1966 * tree-ssa-loop-niter.c (number_of_iterations_exit): Update
1967 function comment to reflect reality.
1968 (loop_exits_before_overflow): Fix typo in function description.
1969
1970 2017-02-24 Richard Biener <rguenther@suse.de>
1971
1972 PR tree-optimization/79389
1973 * gimple-ssa-split-paths.c (is_feasible_trace): Verify more
1974 properly that a threading opportunity exists. Detect conditional
1975 copy/constant propagation opportunities.
1976
1977 2017-02-23 Eric Botcazou <ebotcazou@adacore.com>
1978
1979 * config/visium/visium.md (type): Add trap.
1980 (b): New mode attribute.
1981 (*btst): Rename into...
1982 (*btst<mode>): ...this and adjust.
1983 (*cbranchsi4_btst_insn): Rename into...
1984 (*cbranch<mode>4_btst_insn): ...this and adjust.
1985 (trap): New define_insn.
1986
1987 2017-02-23 Jakub Jelinek <jakub@redhat.com>
1988
1989 PR tree-optimization/79389
1990 * ifcvt.c (struct noce_if_info): Add rev_cond field.
1991 (noce_reversed_cond_code): New function.
1992 (noce_emit_store_flag): Use rev_cond if non-NULL instead of
1993 reversed_comparison_code. Formatting fix.
1994 (noce_try_store_flag): Test rev_cond != NULL in addition to
1995 reversed_comparison_code.
1996 (noce_try_store_flag_constants): Likewise.
1997 (noce_try_store_flag_mask): Likewise.
1998 (noce_try_addcc): Use rev_cond if non-NULL instead of
1999 reversed_comparison_code.
2000 (noce_try_cmove_arith): Likewise. Formatting fixes.
2001 (noce_try_minmax, noce_try_abs): Clear rev_cond.
2002 (noce_find_if_block): Initialize rev_cond.
2003 (find_cond_trap): Call noce_get_condition with then_bb == trap_bb
2004 instead of false as last argument never attempt to reverse it
2005 afterwards.
2006
2007 2017-02-23 Bin Cheng <bin.cheng@arm.com>
2008
2009 PR tree-optimization/79663
2010 * tree-predcom.c (combine_chains): Process refs in reverse order
2011 only for ZERO length chains, and add explaining comment.
2012
2013 2017-02-23 Jeff Law <law@redhat.com>
2014
2015 PR tree-optimization/79578
2016 * tree-ssa-dse.c (clear_bytes_written_by): Use OEP_ADDRESS_OF
2017 in call to operand_equal_p.
2018
2019 2017-01-23 Dominique d'Humieres <dominiq@lps.ens.fr>
2020
2021 PR target/71017
2022 * config/i386/cpuid.h: Fix another undefined behavior.
2023
2024 2017-02-23 Richard Biener <rguenther@suse.de>
2025
2026 PR tree-optimization/79683
2027 * tree-vect-stmts.c (vect_analyze_stmt): Do not overwrite
2028 vector types for data-refs.
2029
2030 2017-02-23 Martin Liska <mliska@suse.cz>
2031
2032 * params.def (PARAM_MIN_NONDEBUG_INSN_UID): Change default to 0.
2033
2034 2017-02-23 Jakub Jelinek <jakub@redhat.com>
2035
2036 PR middle-end/79665
2037 * internal-fn.c (get_range_pos_neg): Moved to ...
2038 * tree.c (get_range_pos_neg): ... here. No longer static.
2039 * tree.h (get_range_pos_neg): New prototype.
2040 * expr.c (expand_expr_real_2) <case TRUNC_DIV_EXPR>: If both arguments
2041 are known to be in between 0 and signed maximum inclusive, try to
2042 expand both unsigned and signed divmod and use the cheaper one from
2043 those.
2044
2045 2017-02-22 Jeff Law <law@redhat.com>
2046
2047 PR tree-optimization/79578
2048 * tree-ssa-dse.c (clear_bytes_written_by): Use operand_equal_p
2049 to compare base operands.
2050
2051 2017-02-22 Segher Boessenkool <segher@kernel.crashing.org>
2052
2053 PR target/79211
2054 * config/rs6000/rs6000.md (*fsel<SFDF:mode><SFDF2:mode>4): Use
2055 gpc_reg_operand instead of fpr_reg_operand.
2056
2057 2017-02-22 Sameera Deshpande <sameera.deshpande@imgtec.com>
2058
2059 * config/mips/mips.c (mips_return_in_memory): Force FP
2060 vector types to be returned in memory for o32 ABI.
2061
2062 2017-02-22 Jakub Jelinek <jakub@redhat.com>
2063
2064 * dwarf2out.c (gen_variable_die): For -gdwarf-5, use DW_TAG_variable
2065 instead of DW_TAG_member for static data member declarations and don't
2066 set no_linkage_name for static inline data members.
2067 (gen_member_die): For -gdwarf-5 don't change DW_TAG_variable
2068 to DW_TAG_member.
2069
2070 2017-02-22 Martin Liska <mliska@suse.cz>
2071
2072 * doc/invoke.texi: Replace inequality signs with square brackets
2073 for -Wnormalized.
2074
2075 2017-02-22 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2076
2077 PR tree-optimization/68644
2078 * gcc.dg/tree-ssa/ivopts-lt-2.c: Skip for powerpc*-*-*.
2079
2080 2017-02-22 Matthew Fortune <matthew.fortune@imgtec.com>
2081
2082 PR target/78660
2083 * lra-constraints.c (simplify_operand_subreg): Handle
2084 WORD_REGISTER_OPERATIONS targets.
2085
2086 2017-02-22 Jakub Jelinek <jakub@redhat.com>
2087
2088 PR target/70465
2089 * reg-stack.c (emit_swap_insn): Treat (float_extend:?F (mem:?F))
2090 and (const_double:?F) like (mem:?F) for the purpose of fxch %st(1)
2091 elimination by swapping fld*.
2092
2093 2017-02-22 Richard Biener <rguenther@suse.de>
2094
2095 PR tree-optimization/79673
2096 * tree-ssa-pre.c (compute_avail): Use wide_int_to_tree to
2097 convert the [TARGET_]MEM_REF offset INTEGER_CST, scrapping off
2098 irrelevant address-space qualifiers and avoiding a
2099 ADDR_SPACE_CONVERT_EXPR from fold_convert.
2100
2101 2017-02-22 Richard Biener <rguenther@suse.de>
2102
2103 PR tree-optimization/79666
2104 * tree-vrp.c (extract_range_from_binary_expr_1): Make sure
2105 to not symbolically negate if that may introduce undefined
2106 overflow.
2107
2108 2017-02-22 Martin Liska <mliska@suse.cz>
2109
2110 PR lto/79587
2111 * data-streamer-in.c (streamer_read_gcov_count): Remove assert.
2112 * data-streamer-out.c (streamer_write_gcov_count_stream):
2113 Likewise.
2114 * value-prof.c (stream_out_histogram_value): Make assert more
2115 precise based on type of counter.
2116
2117 2017-02-21 Uros Bizjak <ubizjak@gmail.com>
2118
2119 PR target/79593
2120 * config/i386/i386.md (standard_x87sse_constant_load splitter):
2121 Use nonimmediate_operand instead of memory_operand for operand 1.
2122 (float-extend standard_x87sse_constant_load splitter): Ditto.
2123
2124 2017-02-21 Jeff Law <law@redhat.com>
2125
2126 PR tree-optimization/79621
2127 * gimple-ssa-isolate-paths.c (find_implicit_erroneous_behavior): Ignore
2128 blocks with edges to themselves.
2129
2130 2017-02-21 Jakub Jelinek <jakub@redhat.com>
2131
2132 PR target/79633
2133 * tree-chkp-opt.c (chkp_optimize_string_function_calls): Use
2134 is_gimple_call instead of comparing gimple_code with GIMPLE_CALL.
2135 Use gimple_call_builtin_p.
2136
2137 PR target/79570
2138 * sel-sched.c (moveup_expr_cached): Don't call sel_bb_head
2139 on temporarily removed DEBUG_INSNs.
2140
2141 PR tree-optimization/79649
2142 * tree-loop-distribution.c (classify_partition): Give up on
2143 non-generic address space loads/stores.
2144
2145 2017-02-21 Aldy Hernandez <aldyh@redhat.com>
2146
2147 * doc/loop.texi (Loop manipulation): Remove nonexistent
2148 tree_ssa_loop_version from the documentation.
2149 * cfgloopmanip.c (loop_version): Document CONDITION_BB argument.
2150
2151 2017-02-21 Jakub Jelinek <jakub@redhat.com>
2152
2153 PR target/79494
2154 * config/i386/i386.c (ix86_expand_split_stack_prologue): Call
2155 make_reg_eh_region_note_nothrow_nononlocal on call_insn.
2156 * config/rs6000/rs6000.c: Include except.h.
2157 (rs6000_expand_split_stack_prologue): Call
2158 make_reg_eh_region_note_nothrow_nononlocal on the call insn.
2159
2160 2017-02-21 Martin Jambor <mjambor@suse.cz>
2161
2162 PR lto/79579
2163 * ipa-prop.c (ipa_prop_write_jump_functions): Bail out if no edges
2164 have been analyzed.
2165
2166 2017-02-21 Martin Jambor <mjambor@suse.cz>
2167
2168 * common.opt (-fipa-cp-alignment): Mark as ignored and preserved
2169 for backward compatibility only.
2170 * doc/invoke.texi (Option Summary): Remove all references to
2171 -fipa-cp-alignment.
2172
2173 2017-02-21 Matthew Fortune <matthew.fortune@imgtec.com>
2174
2175 PR target/78660
2176 Revert:
2177 2017-02-20 Matthew Fortune <matthew.fortune@imgtec.com>
2178
2179 * lra-constraints.c (curr_insn_transform): Handle
2180 WORD_REGISTER_OPERATIONS requirements when reloading SUBREGs.
2181
2182 2017-02-21 Martin Liska <mliska@suse.cz>
2183
2184 * config/i386/i386.opt: Replace -masm-dialect with -masm.
2185
2186 2017-02-21 Thomas Schwinge <thomas@codesourcery.com>
2187
2188 PR translation/79638
2189 * config/nvptx/nvptx.c (ENTRY_TEMPLATE): Single out "%ntid.y".
2190
2191 2017-02-21 Eric Botcazou <ebotcazou@adacore.com>
2192
2193 PR ada/67205
2194 * config/arm/arm.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define.
2195 (arm_function_ok_for_sibcall): Return false for an indirect call by
2196 descriptor if all the argument registers are used.
2197 (arm_relayout_function): Use FUNCTION_ALIGNMENT macro to adjust the
2198 alignment of the function.
2199
2200 2017-02-21 Jakub Jelinek <jakub@redhat.com>
2201
2202 PR tree-optimization/61441
2203 * simplify-rtx.c (simplify_const_unary_operation): For
2204 -fsignaling-nans and sNaN operand, return NULL_RTX rather than
2205 the sNaN unmodified.
2206
2207 2017-02-20 Bernd Edlinger <bernd.edlinger@hotmail.de>
2208
2209 * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
2210 (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
2211 instead of SYSTEM_HEADER_DIR.
2212
2213 2017-02-20 Gerald Pfeifer <gerald@pfeifer.com>
2214 Martin Liška <mliska@suse.cz>
2215
2216 * doc/invoke.texi (use-after-scope-direct-emission-threshold):
2217 Fix typos and grammar, use active voice, and clarify.
2218
2219 2017-02-20 Marek Polacek <polacek@redhat.com>
2220
2221 PR middle-end/79537
2222 * gimplify.c (gimplify_expr): Handle unused *&&L;.
2223
2224 PR sanitizer/79558
2225 * ubsan.c (ubsan_type_descriptor): Check if TYPE_MAX_VALUE is null.
2226
2227 2017-02-20 Jakub Jelinek <jakub@redhat.com>
2228
2229 PR target/79568
2230 * config/i386/i386.c (ix86_expand_builtin): Handle
2231 OPTION_MASK_ISA_AVX512VL and OPTION_MASK_ISA_64BIT in
2232 ix86_builtins_isa[fcode].isa as a requirement of those
2233 flags and any other flag in the bitmask.
2234 (ix86_init_mmx_sse_builtins): Use 0 instead of
2235 ~OPTION_MASK_ISA_64BIT as mask.
2236 * config/i386/i386-builtin.def (__builtin_ia32_rdtsc,
2237 __builtin_ia32_rdtscp, __builtin_ia32_pause, __builtin_ia32_bsrsi,
2238 __builtin_ia32_rdpmc, __builtin_ia32_rolqi, __builtin_ia32_rolhi,
2239 __builtin_ia32_rorqi, __builtin_ia32_rorhi): Likewise.
2240
2241 2017-02-20 Matthew Fortune <matthew.fortune@imgtec.com>
2242
2243 PR target/78012
2244 * lra-constraints.c (split_reg): Check requested split mode
2245 is supported by the register.
2246
2247 2017-02-20 Matthew Fortune <matthew.fortune@imgtec.com>
2248
2249 * lra-constraints.c (simplify_operand_subreg): Remove early
2250 return false.
2251
2252 2017-02-20 Matthew Fortune <matthew.fortune@imgtec.com>
2253
2254 PR target/78660
2255 * lra-constraints.c (curr_insn_transform): Tighten condition
2256 for converting SUBREG reloads from OP_OUT to OP_INOUT.
2257
2258 2017-02-20 Matthew Fortune <matthew.fortune@imgtec.com>
2259
2260 PR target/78660
2261 * lra-constraints.c (curr_insn_transform): Handle
2262 WORD_REGISTER_OPERATIONS requirements when reloading SUBREGs.
2263
2264 2017-02-19 Uros Bizjak <ubizjak@gmail.com>
2265
2266 Revert:
2267 2016-05-30 Uros Bizjak <ubizjak@gmail.com>
2268
2269 * config/i386/sync.md (mfence_nosse): Use "lock orl $0, -4(%esp)".
2270
2271 2017-02-19 Jonathan Wakely <jwakely@redhat.com>
2272
2273 PR c++/69523
2274 * doc/invoke.texi (C++ Dialect Options) [-Wliteral-suffix]: Update
2275 description.
2276
2277 2017-02-19 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
2278
2279 * gimple-pretty-print.c (dump_ternary_rhs): Adjust gimple dump format
2280 for FMA_EXPR.
2281
2282 2017-02-18 Jakub Jelinek <jakub@redhat.com>
2283
2284 * final.c (last_columnnum, override_columnnum): New variables.
2285 (final_start_function): Set last_columnnum, pass it to begin_prologue
2286 hook and pass 0 to dwarf2out_begin_prologue.
2287 (final_scan_insn): Update override_columnnum. Pass last_columnnum
2288 to source_line debug hook.
2289 (notice_source_line): Compute last_columnnum and for debug_column_info
2290 return true on column changes.
2291 * debug.h (struct gcc_debug_hooks): Add column argument to
2292 source_line and begin_prologue hooks.
2293 (debug_nothing_int_charstar_int_bool): Remove prototype.
2294 (debug_nothing_int_int_charstar,
2295 debug_nothing_int_int_charstar_int_bool): New prototypes.
2296 (dwarf2out_begin_prologue): Add column argument.
2297 * debug.c (do_nothing_debug_hooks): Adjust source_line and
2298 begin_prologue hooks.
2299 (debug_nothing_int_charstar_int_bool): Remove.
2300 (debug_nothing_int_int_charstar,
2301 debug_nothing_int_int_charstar_int_bool): New functions.
2302 * dwarf2out.c (dwarf2out_begin_prologue): Add column argument, pass it
2303 through to dwarf2out_source_line.
2304 (dwarf2_lineno_debug_hooks): Adjust begin_prologue hook.
2305 (dwarf2out_source_line): Add column argument, emit it if requested.
2306 * sdbout.c (sdbout_source_line, sdbout_begin_prologue): Add column
2307 arguments.
2308 * xcoffout.h (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
2309 * xcoffout.c (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
2310 * vmsdbgout.c (vmsdbgout_begin_prologue): Add column argument, pass it
2311 through to dwarf2out_begin_prologue.
2312 (vmsdbgout_source_line): Add column argument, pass it through to
2313 dwarf2out_source_line.
2314 * dbxout.c (dbxout_begin_prologue): Add column argument, adjust
2315 dbxout_source_line caller.
2316 (dbxout_source_line): Add column argument.
2317
2318 * common.opt (gno-column-info, gcolumn-info): New options.
2319 * dwarf2out.c (dwarf2_lineno_debug_hooks): Formatting fix.
2320 (check_die): Also test for multiple DW_AT_decl_column attributes.
2321 (add_src_coords_attributes, dwarf2out_imported_module_or_decl_1): Add
2322 DW_AT_decl_column if requested.
2323 (gen_subprogram_die): Compare and/or add also DW_AT_decl_column
2324 if requested.
2325 (gen_variable_die): Likewise.
2326 (add_call_src_coords_attributes): Add DW_AT_call_column if requested.
2327 * doc/invoke.texi (-gcolumn-info, -gno-column-info): Document.
2328
2329 PR target/79569
2330 * config/i386/i386.opt (m3dnowa): Replace Undocumented with Report.
2331 * common/config/i386/i386-common.c (OPTION_MASK_ISA_3DNOW_A_SET): Define.
2332 (ix86_handle_option): Handle OPT_m3dnowa.
2333 * doc/invoke.texi (-m3dnowa): Document.
2334 * doc/extend.texi (__builtin_ia32_pmulhuw, __builtin_ia32_pf2iw): Use
2335 -m3dnowa instead of -m3dnow -march=athlon.
2336
2337 PR target/79559
2338 * config/i386/i386.c (ix86_print_operand): Use output_operand_lossage
2339 instead of gcc_assert for K, r and R code checks. Formatting fixes.
2340
2341 2017-02-17 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2342
2343 PR target/79261
2344 * config/rs6000/rs6000.c (rs6000_expand_ternop_builtin): Add
2345 support for CODE_FOR_vsx_xxpermdi_v2d[fi]_be.
2346 * config/rs6000/rs6000.md (reload_gpr_from_vsx<mode>): Call
2347 generator for vsx_xxpermdi_<mode>_be.
2348 * config/rs6000/vsx.md (vsx_xxpermdi_<mode>): Remove logic to
2349 force big-endian semantics.
2350 (vsx_xxpermdi_<mode>_be): New define_expand with same
2351 implementation as previous version of vsx_xxpermdi_<mode>.
2352
2353 2017-02-17 Jakub Jelinek <jakub@redhat.com>
2354
2355 PR tree-optimization/79327
2356 * gimple-ssa-sprintf.c (format_integer): Remove likely_adjust
2357 variable, its initialization and use.
2358
2359 2017-02-17 Julia Koval <julia.koval@intel.com>
2360
2361 * common/config/i386/i386-common.c (OPTION_MASK_ISA_RDPID_SET): New.
2362 (OPTION_MASK_ISA_PKU_UNSET): New.
2363 (ix86_handle_option): Handle -mrdpid.
2364 * config/i386/cpuid.h (bit_RDPID): New.
2365 * config/i386/driver-i386.c (host_detect_local_cpu):
2366 Detect RDPID feature.
2367 * config/i386/i386-builtin.def (__builtin_ia32_rdpid): New.
2368 * config/i386/i386-c.c (ix86_target_macros_internal):
2369 Handle RDPID flag.
2370 * config/i386/i386.c (ix86_target_string): Add -mrdpid to isa2_opts.
2371 (ix86_valid_target_attribute_inner_p): Add "rdpid".
2372 (ix86_expand_builtin): Handle IX86_BUILTIN_RDPID.
2373 * config/i386/i386.h (TARGET_RDPID, TARGET_RDPID_P): New.
2374 * config/i386/i386.md (define_insn "rdpid"): New.
2375 * config/i386/i386.opt Add -mrdpid.
2376 * config/i386/immintrin.h (_rdpid_u32): New.
2377
2378 2017-02-17 Vladimir Makarov <vmakarov@redhat.com>
2379
2380 PR rtl-optimization/79541
2381 * lra-constraints.c (curr_insn_transform): Remove wrong asm insn
2382 instead of transforming it into USE.
2383
2384 2017-02-17 Segher Boessenkool <segher@kernel.crashing.org>
2385
2386 * config/rs6000/rs6000.md (extendsfdf2): Remove default arguments.
2387 If HONOR_SNANS (SFmode) force the input to a register.
2388 (*extendsfdf2_fpr): Add !HONOR_SNANS (SFmode) condition.
2389 (*extendsfdf2_snan): New pattern, used when using SNaNs; it generates
2390 an frsp or similar insn.
2391
2392 2017-02-17 Martin Liska <mliska@suse.cz>
2393
2394 PR rtl-optimization/79577
2395 * params.def (selsched-max-sched-times): Increase minimum to 1.
2396
2397 2017-02-17 Martin Liska <mliska@suse.cz>
2398
2399 PR rtl-optimization/79574
2400 * gcse.c (want_to_gcse_p): Prevent integer overflow.
2401
2402 2017-02-17 Martin Liska <mliska@suse.cz>
2403
2404 PR tree-optimization/79529
2405 * tree-ssa-loop-unswitch.c (is_maybe_undefined): Use
2406 ssa_defined_default_def_p to handle cases which are implicitly
2407 defined.
2408 * tree-ssa.c (ssa_defined_default_def_p): New function.
2409 (ssa_undefined_value_p): Use ssa_defined_default_def_p to handle cases
2410 which are implicitly defined.
2411 * tree-ssa.h (ssa_defined_default_def_p): Declare.
2412
2413 2017-02-17 Richard Biener <rguenther@suse.de>
2414
2415 PR middle-end/79576
2416 * params.def (max-ssa-name-query-depth): Limit to 10.
2417
2418 2017-02-17 Richard Biener <rguenther@suse.de>
2419
2420 PR tree-optimization/79552
2421 * tree-ssa-structalias.c (visit_loadstore): Properly verify
2422 default defs.
2423
2424 2017-02-17 Richard Biener <rguenther@suse.de>
2425
2426 PR bootstrap/79567
2427 * genmatch.c (output_line_directive): Handle DIR_SEPARATOR_2.
2428
2429 2017-02-17 Marek Polacek <polacek@redhat.com>
2430
2431 PR middle-end/79536
2432 * fold-const.c (fold_negate_expr_1): Renamed from fold_negate_expr.
2433 (fold_negate_expr): New wrapper.
2434
2435 2017-02-16 Sandra Loosemore <sandra@codesourcery.com>
2436
2437 * doc/invoke.texi (C++ Dialect Options) [-Wno-non-template-friend]:
2438 Correct terminology and de-emphasize pre-standard behavior.
2439
2440 2017-02-16 Alan Modra <amodra@gmail.com>
2441
2442 PR rtl-optimization/79286
2443 * ira.c (def_dominates_uses): New function.
2444 (update_equiv_regs): Don't create an equivalence for insns that
2445 may trap where the register def does not dominate the use.
2446
2447 2017-02-16 Vladimir Makarov <vmakarov@redhat.com>
2448
2449 PR rtl-optimization/78127
2450 * lra.c (lra): Call lra_eliminate before finish the loop after
2451 lra_constraint.
2452
2453 2017-02-16 Richard Biener <rguenther@suse.de>
2454
2455 * graphite.h: Do not include isl/isl_val_gmp.h, instead include
2456 isl/isl_val.h.
2457 * graphite-isl-ast-to-gimple.c (gmp_cst_to_tree): Remove.
2458 (gcc_expression_from_isl_expr_int): Use generic isl_val interface.
2459 * graphite-sese-to-poly.c: Do not include isl/isl_val_gmp.h.
2460 (isl_val_int_from_wi): New function.
2461 (extract_affine_gmp): Rename to ...
2462 (extract_affine_wi): ... this, take a widest_int.
2463 (extract_affine_int): Just wrap extract_affine_wi.
2464 (add_param_constraints): Use isl_val_int_from_wi.
2465 (add_loop_constraints): Likewise, and extract_affine_wi.
2466
2467 2017-02-15 Jeff Law <law@redhat.com>
2468
2469 PR middle-end/79521
2470 * ira-costs.c (scan_one_insn): Check have_regs_of_mode before calling
2471 ira_init_register_move_cost_if_necessary.
2472
2473 2017-02-15 Martin Sebor <msebor@redhat.com>
2474
2475 PR middle-end/32003
2476 * doc/invoke.texi (-fdump-final-insns): Replace option accidentally
2477 removed in a prior commit.
2478
2479 2017-02-15 Bin Cheng <bin.cheng@arm.com>
2480
2481 PR tree-optimization/79347
2482 * tree-vect-loop-manip.c (vect_do_peeling): Maintain profile
2483 counters during peeling.
2484
2485 2017-02-15 Thomas Schwinge <thomas@codesourcery.com>
2486
2487 * Makefile.in (site.exp): Remove "set ISLVER".
2488
2489 2017-02-15 Jakub Jelinek <jakub@redhat.com>
2490
2491 PR target/79487
2492 * real.c (real_from_integer): Call real_convert even for decimal.
2493
2494 2017-02-15 Dominik Vogt <vogt@linux.vnet.ibm.com>
2495
2496 PR target/79421
2497 * config/s390/s390.c: define TARGET_CUSTOM_FUNCTION_DESCRIPTORS.
2498
2499 2017-02-14 Andrew Pinski <apinski@cavium.com>
2500
2501 * config/aarch64/aarch64-cores.def (thunderx2t99): Move to under 'C"
2502 cores and change the partno/implementer to be correct.
2503 (thunderx2t99p1): New core which replaces thunderx2t99 and still has
2504 the 'B" as the implementer.
2505 * config/aarch64/aarch64-tune.md: Regenerate.
2506
2507 2017-02-14 Carl Love <cel@us.ibm.com>
2508
2509 * config/rs6000/rs6000.c: Add case statement entry to make the
2510 xvcvuxdsp built-in argument unsigned.
2511 * config/rs6000/vsx.md: Fix the source and return operand types so they
2512 match the instruction definitions from the ISA document. Fix typo
2513 in the instruction generation for the (define_insn "vsx_xvcvuxdsp"
2514 statement.
2515
2516 2017-02-14 Vladimir Makarov <vmakarov@redhat.com>
2517
2518 PR target/79282
2519 * lra-int.h (struct lra_operand_data, struct lra_insn_reg): Add
2520 member early_clobber_alts.
2521 * lra-lives.c (reg_early_clobber_p): New.
2522 (process_bb_lives): Use it.
2523 * lra.c (new_insn_reg): New arg early_clobber_alts. Use it.
2524 (debug_operand_data): Initialize early_clobber_alts.
2525 (setup_operand_alternative): Set up early_clobber_alts.
2526 (collect_non_operand_hard_regs): Ditto. Pass early clobber
2527 alternatives to new_insn_reg.
2528 (add_regs_to_insn_regno_info): Add arg early_clobber_alts. Use
2529 it.
2530 (lra_update_insn_regno_info): Pass the new arg.
2531
2532 2017-02-14 Jakub Jelinek <jakub@redhat.com>
2533
2534 PR middle-end/79505
2535 * omp-offload.c (free_oacc_loop): Release loop->ifns vector.
2536 (new_oacc_loop_raw): Don't clear already cleared fields.
2537
2538 PR target/79481
2539 * config/i386/avx512pfintrin.h (_mm512_prefetch_i32gather_pd,
2540 _mm512_prefetch_i32gather_ps, _mm512_prefetch_i64gather_pd,
2541 _mm512_prefetch_i64gather_ps): New inline functions and macros.
2542
2543 2017-02-14 Uros Bizjak <ubizjak@gmail.com>
2544
2545 PR target/79495
2546 * config/i386/i386.md (*movxf_internal): Add (o,rC) alternative.
2547
2548 2017-02-14 H.J. Lu <hongjiu.lu@intel.com>
2549
2550 PR target/79498
2551 * config/i386/i386.c (timode_scalar_chain::convert_insn): Insert
2552 the extra instruction to the right place to store 128-bit constant
2553 when needed.
2554
2555 2017-02-14 Martin Sebor <msebor@redhat.com>
2556
2557 PR middle-end/79448
2558 * gimple-ssa-sprintf.c (format_directive): Avoid issuing INT_MAX
2559 warning for strings of unknown length.
2560
2561 2017-02-13 Segher Boessenkool <segher@kernel.crashing.org>
2562
2563 * config.gcc (supported_defaults) [powerpc*-*-*]: Update.
2564
2565 2017-02-14 Jeff Law <law@redhat.com>
2566
2567 PR target/79404
2568 * ira-costs.c (scan_one_insn): Initialize register move costs
2569 for pseudos seen in USE/CLOBBER insns.
2570
2571 PR tree-optimization/79095
2572 * tree-vrp.c (extract_range_from_binary_expr_1): For EXACT_DIV_EXPR,
2573 if the numerator has the range ~[0,0] make the resultant range ~[0,0].
2574 (extract_range_from_binary_expr): For MINUS_EXPR with no derived range,
2575 if the operands are known to be not equal, then the resulting range
2576 is ~[0,0].
2577 (intersect_ranges): If the new range is ~[0,0] and the old range is
2578 wide, then prefer ~[0,0].
2579 * tree-vrp.c (overflow_comparison_p_1): New function.
2580 (overflow_comparison_p): New function.
2581 * tree-vrp.c (register_edge_assert_for_2): Register additional asserts
2582 if NAME is used in an overflow test.
2583 (vrp_evaluate_conditional_warnv_with_ops): If the ops represent an
2584 overflow check that can be expressed as an equality test, then adjust
2585 ops to be that equality test.
2586
2587 2017-02-14 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
2588
2589 * config/s390/s390-builtin-types.def: Remove flags argument.
2590 * config/s390/s390.c (s390_init_builtins): Likewise.
2591
2592 2017-02-14 Martin Liska <mliska@suse.cz>
2593
2594 * tree-ssa-loop-unswitch.c (hoist_guard): Release get_loop_body
2595 vector. Fix trailing white spaces.
2596
2597 2017-02-14 James Greenhalgh <james.greenhalgh@arm.com>
2598
2599 * config/aarch64/aarch64.c (aarch64_simd_container_mode): Handle
2600 HFmode.
2601
2602 2017-02-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2603
2604 PR rtl-optimization/68664
2605 * config/arm/arm.c (arm_sched_can_speculate_insn):
2606 New function. Declare prototype.
2607 (TARGET_SCHED_CAN_SPECULATE_INSN): Define.
2608
2609 2017-02-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2610
2611 PR rtl-optimization/68664
2612 * config/aarch64/aarch64.c (aarch64_sched_can_speculate_insn):
2613 New function.
2614 (TARGET_SCHED_CAN_SPECULATE_INSN): Define.
2615
2616 2017-02-14 Amit Pawar <amit.pawar@amd.com>
2617
2618 * config/i386/i386.c (znver1_cost): Fix the alignment for function and
2619 max skip bytes for function, loop and jump.
2620
2621 2017-02-14 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
2622
2623 * gimple-pretty-print.c (dump_unary_rhs): Adjust dump format for
2624 ABS_EXPR for gimple dump.
2625
2626 2017-02-14 Jakub Jelinek <jakub@redhat.com>
2627
2628 PR target/79462
2629 * config/sh/sh.c (expand_cbranchdi4): Don't clear operands[4].
2630
2631 PR tree-optimization/79408
2632 * tree-vrp.c (simplify_div_or_mod_using_ranges): Handle also the
2633 case when on TRUNC_MOD_EXPR op0 is INTEGER_CST.
2634 (simplify_stmt_using_ranges): Call simplify_div_or_mod_using_ranges
2635 also if rhs1 is INTEGER_CST.
2636
2637 2017-02-14 Richard Biener <rguenther@suse.de>
2638
2639 PR middle-end/79432
2640 * tree-into-ssa.c (insert_phi_nodes): When the function can
2641 have abnormal edges rewrite SSA names with broken use-def
2642 dominance out of SSA and register them for PHI insertion.
2643
2644 2017-02-13 Martin Sebor <msebor@redhat.com>
2645
2646 PR middle-end/79496
2647 * gimple-ssa-sprintf.c (pass_sprintf_length::handle_gimple_call): Avoid
2648 clearing info.nowrite flag when snprintf size argument is a range.
2649
2650 2017-02-13 Jakub Jelinek <jakub@redhat.com>
2651
2652 * cprop.c (cprop_jump): Add missing space in string literal.
2653 * tree-ssa-structalias.c (rewrite_constraints): Likewise.
2654 (get_constraint_for_component_ref): Likewise.
2655 * df-core.c (df_worklist_dataflow_doublequeue): Likewise.
2656 * tree-outof-ssa.c (insert_partition_copy_on_edge): Likewise.
2657 * lra-constraints.c (process_alt_operands): Likewise.
2658 * ipa-inline.c (inline_small_functions): Likewise.
2659 * tree-ssa-sccvn.c (visit_reference_op_store): Likewise.
2660 * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
2661 * trans-mem.c (diagnose_tm_1_op): Likewise.
2662 * omp-grid.c (grid_find_single_omp_among_assignments): Likewise.
2663 (grid_parallel_clauses_gridifiable): Likewise.
2664
2665 * config/nvptx/mkoffload.c (process): Add space in between
2666 , and %d.
2667
2668 * config/i386/i386.h (REG_CLASS_NAMES): Add , in between
2669 "MOD4_SSE_REGS" and "ALL_REGS".
2670
2671 * spellcheck.c (test_data): Add , in between "foo" and "food".
2672
2673 2017-02-13 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
2674
2675 PR target/79449
2676 * config/rs6000/rs6000.c (expand_block_compare): Make sure runtime
2677 boundary crossing check and subsequent code generation agree.
2678
2679 2017-02-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2680
2681 * config/aarch64/aarch64.c (has_memory_op): Delete.
2682 (aarch64_madd_needs_nop): Use contains_mem_rtx_p instead of
2683 has_memory_op.
2684
2685 2017-02-13 Jakub Jelinek <jakub@redhat.com>
2686
2687 PR rtl-optimization/79388
2688 PR rtl-optimization/79450
2689 * combine.c (distribute_notes): When removing TEM_INSN for which
2690 corresponding dest has last value recorded, invalidate that last
2691 value.
2692
2693 2017-02-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2694
2695 * config/arm/arm.c (arm_print_tune_info): Use ASM_COMMENT_START instead
2696 of explicit '@'. Add missing assembly comment marker on branch costs
2697 printout.
2698
2699 2017-02-13 Nathan Sidwell <nathan@acm.org>
2700
2701 * gengtype-lex.l (<in_struct>): Add '/'.
2702
2703 2017-02-13 Martin Liska <mliska@suse.cz>
2704
2705 PR c/79471
2706 * calls.c (expand_call): Replace XALLOCAVEC with XCNEWVEC.
2707
2708 2017-02-13 Richard Biener <rguenther@suse.de>
2709
2710 * configure.ac (HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS):
2711 Remove.
2712 * configure: Re-generate.
2713 * config.in: Likewise.
2714 * graphite-dependences.c: Simplify as if
2715 HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS was defined.
2716 * graphite-isl-ast-to-gimple.c: Likewise.
2717 * graphite-optimize-isl.c: Likewise.
2718 * graphite-poly.c: Likewise.
2719 * graphite-sese-to-poly.c: Likewise.
2720 * graphite.h: Likewise.
2721 * toplev.c: Include isl/version.h and use isl_version () for
2722 printing the ISL version.
2723 * doc/install.texi: Update ISL requirement.
2724
2725 2017-02-12 Gerald Pfeifer <gerald@pfeifer.com>
2726
2727 * doc/standards.texi (Standards): Update reference to
2728 Objective-C 2.0.
2729
2730 2017-02-12 Gerald Pfeifer <gerald@pfeifer.com>
2731
2732 * doc/extend.texi (Named Address Spaces): sourceware.org now
2733 defaults to https.
2734 * doc/install.texi (Binaries): Ditto.
2735 (Specific): Ditto.
2736
2737 2017-02-11 Sandra Loosemore <sandra@codesourcery.com>
2738
2739 * doc/cpp.texi: Replace "stringify"/"stringification" with C
2740 standard terminology "stringize"/"stringizing" throughout.
2741 * doc/cppinternals.texi: Likewise.
2742
2743 2017-02-11 Sandra Loosemore <sandra@codesourcery.com>
2744
2745 * doc/extend.texi: Fix some spelling mistakes and typos.
2746 * doc/invoke.texi: Likewise.
2747
2748 2017-02-11 Jan Hubicka <hubicka@ucw.cz>
2749
2750 PR ipa/79224
2751 * params.def (inline-min-speedup) Change from 10 to 8.
2752
2753 2017-02-11 Jakub Jelinek <jakub@redhat.com>
2754
2755 * doc/invoke.texi (fopenmp): Bump OpenMP version from 4.0 to
2756 4.5.
2757
2758 2017-02-11 Jan Hubicka <hubicka@ucw.cz>
2759
2760 PR ipa/79224
2761 * ipa-inline-analysis.c (get_minimal_bb): New function.
2762 (record_modified): Use it.
2763 (remap_edge_change_prob): Handle also ancestor functions.
2764
2765 2017-02-11 Gerald Pfeifer <gerald@pfeifer.com>
2766
2767 * doc/contrib.texi (Contributors): Remove broken link into
2768 the Mauve CVS repository.
2769
2770 2017-02-11 Jakub Jelinek <jakub@redhat.com>
2771
2772 PR middle-end/79454
2773 * internal-fn.c (expand_vector_ubsan_overflow): Use piece-wise
2774 result computation whenever lhs doesn't have vector mode, not
2775 just when it has BLKmode.
2776
2777 2017-02-10 Gerald Pfeifer <gerald@pfeifer.com>
2778
2779 * doc/makefile.texi (profiledbootstrap): Refer to the
2780 installation instructions only in textual form.
2781
2782 2017-02-10 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
2783
2784 PR target/79295
2785 * config/rs6000/altivec.md (bcd<bcd_add_sub>): Fix constraints.
2786
2787 2017-02-10 Gerald Pfeifer <gerald@pfeifer.com>
2788
2789 * doc/install.texi (Specific): Use https for blackfin.uclinux.org.
2790 (Specific): Update mingw-w64 reference.
2791 (Binaries): Ditto.
2792 (Specific): Remove broken link to Renesas RX processor.
2793
2794 2017-02-10 Richard Biener <rguenther@suse.de>
2795
2796 * toplev.c (process_options): Do not mention obsolete graphite
2797 options when printing sorry message about missing graphite support.
2798 Mention -floop-nest-optimize.
2799
2800 2017-02-10 Christophe Lyon <christophe.lyon@linaro.org>
2801
2802 * config/aarch64/arm_neon.h (vtst_p8): Rewrite without asm.
2803 (vtst_p16): Likewise.
2804 (vtstq_p8): Likewise.
2805 (vtstq_p16): Likewise.
2806 (vtst_p64): New.
2807 (vtstq_p64): Likewise.
2808 * config/arm/arm_neon.h (vgetq_lane_p64): New.
2809 (vset_lane_p64): New.
2810 (vsetq_lane_p64): New.
2811
2812 2017-02-10 Jakub Jelinek <jakub@redhat.com>
2813
2814 PR tree-optimization/79411
2815 * tree-ssa-reassoc.c (is_reassociable_op): Return false if
2816 stmt operands are SSA_NAMEs used in abnormal phis.
2817 (can_reassociate_p): Return false if op is SSA_NAME used in abnormal
2818 phis.
2819
2820 2017-02-09 Jan Hubicka <hubicka@ucw.cz>
2821
2822 PR ipa/70795
2823 * cgraphunit.c (cgraph_node::add_new_function): Set externally_visible
2824 flag if needed.
2825
2826 2017-02-09 Jan Hubicka <hubicka@ucw.cz>
2827
2828 * tree-ssa-loop-unswitch.c (hoist_guard): Update profile.
2829
2830 2017-02-09 Jakub Jelinek <jakub@redhat.com>
2831
2832 * omp-offload.c (oacc_loop_auto_partitions): Use || instead of |
2833 to avoid warning.
2834
2835 PR c/79413
2836 * gimplify.h (is_gimple_sizepos): Only test for INTEGER_CST constants,
2837 not arbitrary TREE_CONSTANT.
2838
2839 PR c/79431
2840 * gimplify.c (gimplify_adjust_omp_clauses): Ignore
2841 "omp declare target link" attribute unless is_global_var.
2842 * omp-offload.c (find_link_var_op): Likewise.
2843
2844 2017-02-09 Nathan Sidwell <nathan@codesourcery.com>
2845 Chung-Lin Tang <cltang@codesourcery.com>
2846
2847 * gimplify.c (gimplify_scan_omp_clauses): No special handling for
2848 OMP_CLAUSE_TILE.
2849 (gimplify_adjust_omp_clauses): Don't delete TILE.
2850 (gimplify_omp_for): Deal with TILE.
2851 * internal-fn.c (expand_GOACC_TILE): New function.
2852 * internal-fn.def (GOACC_DIM_POS): Comment may be overly conservative.
2853 (GOACC_TILE): New.
2854 * omp-expand.c (struct oacc_collapse): Add tile and outer fields.
2855 (expand_oacc_collapse_init): Add LOC paramter. Initialize tile
2856 element fields.
2857 (expand_oacc_collapse_vars): Add INNER parm, adjust for tiling,
2858 avoid DIV for outermost collapse var.
2859 (expand_oacc_for): Insert tile element loop as needed. Adjust.
2860 Remove out of date comments, fix whitespace.
2861 * omp-general.c (omp_extract_for_data): Deal with tiling.
2862 * omp-general.h (enum oacc_loop_flags): Add OLF_TILE flag,
2863 adjust OLF_DIM_BASE value.
2864 (struct omp_for_data): Add tiling field.
2865 * omp-low.c (scan_sharing_clauses): Allow OMP_CLAUSE_TILE.
2866 (lower_oacc_head_mark): Add OLF_TILE as appropriate. Ensure 2 levels
2867 for auto loops. Remove default auto determining, moved to
2868 oacc_loop_fixed_partitions.
2869 * omp-offload.c (struct oacc_loop): Change 'ifns' to vector of call
2870 stmts, add e_mask field.
2871 (oacc_dim_call): New function, abstracted out from oacc_thread_numbers.
2872 (oacc_thread_numbers): Use oacc_dim_call.
2873 (oacc_xform_tile): New.
2874 (new_oacc_loop_raw): Initialize e_mask, adjust for ifns vector.
2875 (finish_oacc_loop): Adjust for ifns vector.
2876 (oacc_loop_discover_walk): Append loop abstraction sites to list,
2877 add case for GOACC_TILE fns.
2878 (oacc_loop_xform_loop): Delete.
2879 (oacc_loop_process): Iterate over call list directly, and add
2880 handling for GOACC_TILE fns.
2881 (oacc_loop_fixed_partitions): Determine default auto, deal with TILE,
2882 dump partitioning.
2883 (oacc_loop_auto_partitions): Add outer_assign parm. Assign all but
2884 vector partitioning to outer loops. Assign 2 partitions to loops
2885 when available. Add TILE handling.
2886 (oacc_loop_partition): Adjust oacc_loop_auto_partitions call.
2887 (execite_oacc_device_lower): Process GOACC_TILE fns, ignore unknown specs.
2888 * tree-nested.c (convert_nonlocal_omp_clauses): Allow OMP_CLAUSE_TILE.
2889 * tree.c (omp_clause_num_ops): Adjust TILE ops.
2890 * tree.h (OMP_CLAUSE_TILE_ITERVAR, OMP_CLAUSE_TILE_COUNT): New.
2891
2892 2017-02-09 Gerald Pfeifer <gerald@pfeifer.com>
2893
2894 * configure.ac (ACX_BUGURL): Update.
2895 * configure: Regenerate.
2896
2897 2017-02-09 Richard Biener <rguenther@suse.de>
2898
2899 PR tree-optimization/69823
2900 * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
2901 Properly enumerate all BBs in the region. Use auto_vec/auto_bitmap.
2902
2903 2017-02-09 Andrew Burgess <andrew.burgess@embecosm.com>
2904
2905 * config/arc/arc-c.def: Add __NPS400__ definition.
2906 * config/arc/arc.h (CPP_SPEC): Don't define __NPS400__ here.
2907 (TARGET_NPS400): Define.
2908
2909 2017-02-09 Andrew Burgess <andrew.burgess@embecosm.com>
2910
2911 * config/arc/arc-arch.h (arc_arch_t): Move unchanged to earlier in
2912 file.
2913 (arc_cpu_t): Change base_architecture field, arch, to a arc_arc_t
2914 pointer, arch_info.
2915 (arc_cpu_types): Fill the arch_info field with a pointer into the
2916 arc_arch_types table.
2917 (arc_selected_cpu): Declare.
2918 * config/arc/arc.c (arc_selected_cpu): Make global.
2919 (arc_selected_arch): Delete.
2920 (arc_base_cpu): Delete.
2921 (arc_override_options): Remove references to deleted variables,
2922 update access to arch information.
2923 (ARC_OPT): Update access to arch information.
2924 (ARC_OPTX): Likewise.
2925 * config/arc/arc.h (arc_base_cpu): Remove declaration.
2926 (TARGET_ARC600): Update access to arch information.
2927 (TARGET_ARC601): Likewise.
2928 (TARGET_ARC700): Likewise.
2929 (TARGET_EM): Likewise.
2930 (TARGET_HS): Likewise.
2931 * config/arc/driver-arc.c (arc_cpu_to_as): Update access to arch
2932 information.
2933
2934 2017-02-08 Pat Haugen <pthaugen@us.ibm.com>
2935
2936 PR target/78604
2937 * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Invert
2938 condition/operands for integer GE/LE/GEU/LEU operations.
2939
2940 2017-02-08 Segher Boessenkool <segher@kernel.crashing.org>
2941
2942 PR translation/79397
2943 * config/rs6000/rs6000.opt (maltivec=le, maltivec=be): Fix spelling
2944 of AltiVec.
2945
2946 2017-02-08 Martin Jambor <mjambor@suse.cz>
2947
2948 PR ipa/79375
2949 * ipa-prop.c (ipa_alloc_node_params): Make static, return bool
2950 whether allocation happened.
2951 (ipa_initialize_node_params): Do not call ipa_alloc_node_params if
2952 nothing was allocated.
2953
2954 2017-02-08 Jakub Jelinek <jakub@redhat.com>
2955
2956 PR tree-optimization/79408
2957 * tree-vrp.c (simplify_div_or_mod_using_ranges): If op1 is not
2958 constant, but SSA_NAME with a known integer range, use the minimum
2959 of that range instead of op1 to determine if modulo can be replaced
2960 with its first operand.
2961
2962 2016-02-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2963
2964 * config/riscv/riscv.c (riscv_build_integer_1): Avoid use of INT16_MAX.
2965
2966 2017-02-08 Richard Biener <rguenther@suse.de>
2967
2968 PR tree-optimization/71824
2969 * graphite-scop-detection.c (scop_detection::build_scop_breadth):
2970 Check all loops contained in the merged region.
2971
2972 2017-02-07 Andrew Pinski <apinski@cavium.com>
2973
2974 * config/aarch64/aarch64.md (popcount<mode>2): New pattern.
2975
2976 2017-02-07 Andrew Pinski <apinski@cavium.com>
2977
2978 * config/aarch64/aarch64-cores.def (thunderx): Disable LSE.
2979 (thunderxt88): Likewise.
2980 (thunderxt81): Disable LSE and change v8.1 to v8.
2981 (thunderxt83): Likewise.
2982
2983 2017-02-07 Jakub Jelinek <jakub@redhat.com>
2984 Richard Biener <rguenther@suse.de>
2985
2986 PR middle-end/79399
2987 * ira-int.h (struct target_ira_int): Change x_max_struct_costs_size
2988 type from int to size_t.
2989 * ira-costs.c (struct_costs_size): Change type from int to size_t.
2990
2991 2017-02-07 Jakub Jelinek <jakub@redhat.com>
2992
2993 PR rtl-optimization/79386
2994 * cprop.c (bypass_conditional_jumps): Initialize
2995 bypass_last_basic_block already before splitting bbs after
2996 unconditional traps...
2997 (bypass_conditional_jumps): ... rather than here.
2998
2999 PR target/79299
3000 * config/i386/sse.md (xtg_mode, gatherq_mode): New mode attrs.
3001 (*avx512f_gathersi<mode>, *avx512f_gathersi<mode>_2,
3002 *avx512f_gatherdi<mode>, *avx512f_gatherdi<mode>_2): Use them,
3003 fix -masm=intel patterns.
3004
3005 2017-02-07 Richard Biener <rguenther@suse.de>
3006
3007 PR tree-optimization/79256
3008 PR middle-end/79278
3009 * builtins.c (get_object_alignment_2): Use min_align_of_type
3010 to extract alignment for MEM_REFs to honor BIGGEST_FIELD_ALIGNMENT
3011 and ADJUST_FIELD_ALIGN.
3012
3013 * doc/tm.texi.in (ADJUST_FIELD_ALIGN): Adjust to take additional
3014 type parameter.
3015 * doc/tm.texi: Regenerate.
3016 * stor-layout.c (layout_decl): Adjust.
3017 (update_alignment_for_field): Likewise.
3018 (place_field): Likewise.
3019 (min_align_of_type): Likewise.
3020 * config/arc/arc.h (ADJUST_FIELD_ALIGN): Adjust.
3021 * config/epiphany/epiphany.h (ADJUST_FIELD_ALIGN): Likewise.
3022 * config/epiphany/epiphany.c (epiphany_adjust_field_align): Likewise.
3023 * config/frv/frv.h (ADJUST_FIELD_ALIGN): Likewise.
3024 * config/frv/frv.c (frv_adjust_field_align): Likewise.
3025 * config/i386/i386.h (ADJUST_FIELD_ALIGN): Likewise.
3026 * config/i386/i386.c (x86_field_alignment): Likewise.
3027 * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Likewise.
3028 * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Likewise.
3029 * config/rs6000/freebsd64.h (ADJUST_FIELD_ALIGN): Likewise.
3030 * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Likewise.
3031 * config/rs6000/sysv4.h (ADJUST_FIELD_ALIGN): Likewise.
3032 * config/rs6000/rs6000.c (rs6000_special_adjust_field_align_p):
3033 Likewise.
3034
3035 Revert
3036 2017-01-30 Richard Biener <rguenther@suse.de>
3037
3038 PR tree-optimization/79256
3039 * targhooks.c (default_builtin_vector_alignment_reachable): Honor
3040 BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
3041 alignment on TYPE.
3042
3043 2017-02-07 Toma Tabacu <toma.tabacu@imgtec.com>
3044
3045 * config/mips/mips.c (mips_expand_builtin_insn): Convert the QImode
3046 argument of the pshufh, psllh, psllw, psrah, psraw, psrlh, psrlw
3047 builtins to SImode and emit a zero-extend, if necessary.
3048
3049 2017-02-06 Palmer Dabbelt <palmer@dabbelt.com>
3050
3051 * docs/invoke.texi (RISC-V Options): Alphabetize.
3052
3053 2017-02-06 Palmer Dabbelt <palmer@dabbelt.com>
3054
3055 * doc/invoke.texi (RISC-V Options): Use two spaces to separate
3056 options.
3057
3058 2017-02-06 Palmer Dabbelt <palmer@dabbelt.com>
3059
3060 * config/riscv/riscv.c: New file.
3061 * gcc/common/config/riscv/riscv-common.c: Likewise.
3062 * config.gcc: Likewise.
3063 * config/riscv/constraints.md: Likewise.
3064 * config/riscv/elf.h: Likewise.
3065 * config/riscv/generic.md: Likewise.
3066 * config/riscv/linux.h: Likewise.
3067 * config/riscv/multilib-generator: Likewise.
3068 * config/riscv/peephole.md: Likewise.
3069 * config/riscv/pic.md: Likewise.
3070 * config/riscv/predicates.md: Likewise.
3071 * config/riscv/riscv-builtins.c: Likewise.
3072 * config/riscv/riscv-c.c: Likewise.
3073 * config/riscv/riscv-ftypes.def: Likewise.
3074 * config/riscv/riscv-modes.def: Likewise.
3075 * config/riscv/riscv-opts.h: Likewise.
3076 * config/riscv/riscv-protos.h: Likewise.
3077 * config/riscv/riscv.h: Likewise.
3078 * config/riscv/riscv.md: Likewise.
3079 * config/riscv/riscv.opt: Likewise.
3080 * config/riscv/sync.md: Likewise.
3081 * config/riscv/t-elf-multilib: Likewise.
3082 * config/riscv/t-linux: Likewise.
3083 * config/riscv/t-linux-multilib: Likewise.
3084 * config/riscv/t-riscv: Likewise.
3085 * configure.ac: Likewise.
3086 * doc/contrib.texi: Add Kito Cheng, Palmer Dabbelt, and Andrew
3087 Waterman as RISC-V maintainers.
3088 * doc/install.texi: Add RISC-V entries.
3089 * doc/invoke.texi: Add RISC-V options section.
3090 * doc/md.texi: Add RISC-V constraints section.
3091 * configure: Regenerated.
3092
3093 2017-02-06 Michael Meissner <meissner@linux.vnet.ibm.com>
3094
3095 PR target/66144
3096 * config/rs6000/vector.md (vcond<mode><mode>): Allow the true and
3097 false values to be constant vectors with all 0 or all 1 bits set.
3098 (vcondu<mode><mode>): Likewise.
3099 * config/rs6000/predicates.md (vector_int_reg_or_same_bit): New
3100 predicate.
3101 (fpmask_comparison_operator): Update comment.
3102 (vecint_comparison_operator): New predicate.
3103 * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Optimize
3104 vector conditionals when the true and false values are constant
3105 vectors with all 0 bits or all 1 bits set.
3106
3107 2017-02-06 Martin Sebor <msebor@redhat.com>
3108
3109 PR tree-optimization/79376
3110 * gimple-fold.c (get_range_strlen): Set the minimum length to zero.
3111
3112 2017-02-06 Uros Bizjak <ubizjak@gmail.com>
3113
3114 * config/i386/sse.md (vector modes -> vec_extract* splitter): Use
3115 explicit subreg RTX with operand 1. Use VECTOR_MODE_P predicate
3116 to simplify split condition.
3117
3118 2017-02-06 Jakub Jelinek <jakub@redhat.com>
3119
3120 * omp-expand.c (oxpand_omp_atomic_fetch_op,
3121 expand_omp_atomic_pipeline): Return false if can_atomic_load_p is
3122 false.
3123
3124 2017-02-06 Segher Boessenkool <segher@kernel.crashing.org>
3125
3126 PR rtl-optimization/68664
3127 * target.def (can_speculate_insn): New hook.
3128 * doc/tm.texi.in (TARGET_SCHED_CAN_SPECULATE_INSN): New hook.
3129 * doc/tm.texi: Regenerate.
3130 * sched-rgn.c (can_schedule_ready_p): Use the new hook.
3131 * config/rs6000/rs6000.c (TARGET_SCHED_CAN_SPECULATE_INSN): New macro.
3132 (rs6000_sched_can_speculate_insn): New function.
3133
3134 2017-02-06 Jakub Jelinek <jakub@redhat.com>
3135
3136 PR tree-optimization/79284
3137 * tree-vectorizer.h (VECT_SCALAR_BOOLEAN_TYPE_P): Define.
3138 * tree-vect-stmts.c (vect_get_vec_def_for_operand,
3139 vectorizable_mask_load_store, vectorizable_operation,
3140 vect_is_simple_cond, get_same_sized_vectype): Use it instead
3141 of comparing TREE_CODE of a type against BOOLEAN_TYPE.
3142 * tree-vect-patterns.c (check_bool_pattern, search_type_for_mask_1,
3143 vect_recog_bool_pattern, vect_recog_mask_conversion_pattern): Likewise.
3144 * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
3145 * tree-vect-loop.c (vect_determine_vectorization_factor): Likewise.
3146 Remove redundant gimple_code (stmt) == GIMPLE_ASSIGN test after
3147 is_gimple_assign (stmt). Replace another such test with
3148 is_gimple_assign (stmt).
3149
3150 2017-02-06 Georg-Johann Lay <avr@gjlay.de>
3151
3152 PR target/78883
3153 * config/avr/avr.c (rtl-iter.h): Include it.
3154 (TARGET_LEGITIMATE_COMBINED_INSN): New hook define...
3155 (avr_legitimate_combined_insn): ...and implementation.
3156
3157 2017-02-06 Dominik Vogt <vogt@linux.vnet.ibm.com>
3158
3159 * config/s390/predicates.md ("larl_operand"): Use macros from hwint.h.
3160 * config/s390/s390.c (s390_const_operand_ok)
3161 (s390_canonicalize_comparison, s390_extract_part)
3162 (s390_single_part, s390_contiguous_bitmask_nowrap_p)
3163 (s390_contiguous_bitmask_p, s390_rtx_costs)
3164 (legitimize_pic_address): Likewise.
3165 * config/s390/s390.md ("clzdi2", "clztidi2"): Likewise.
3166 * config/s390/vx-builtins.md ("vec_genbytemaskv16qi")
3167 ("vec_permi<mode>", "vfae<mode>", "*vfaes<mode>", "vstrc<mode>")
3168 ("*vstrcs<mode>"): Use UINTVAL() to set unsigned HOST_WIDE_INT.
3169 * config/s390/vector.md ("vec_vfenes<mode>"): Likewise.
3170
3171 2017-02-06 Georg-Johann Lay <avr@gjlay.de>
3172
3173 * config/avr/avr.md (*addhi3_zero_extend): Add alternative where
3174 REGNO($0) == REGNO($1).
3175
3176 2017-02-06 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
3177
3178 * config/s390/linux.h(SIZE_TYPE): Add comment.
3179
3180 2017-02-06 Julian Brown <julian@codesourcery.com>
3181 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
3182 Virendra Pathak <virendra.pathak@broadcom.com>
3183
3184 * config/aarch64/aarch64-cores.def: Change the scheduler
3185 to Thunderx2t99.
3186 * config/aarch64/aarch64.md: Include thunderx2t99.md.
3187 * config/aarch64/thunderx2t99.md: New file.
3188
3189 2017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
3190
3191 * doc/standards.texi (Go Language): Update link to language
3192 standard.
3193
3194 2017-02-05 Jan Hubicka <hubicka@ucw.cz>
3195
3196 * tree-eh.c (lower_resx): Sanitize profile.
3197 (cleanup_empty_eh_move_lp): Likewise.
3198
3199 2017-02-05 Jan Hubicka <hubicka@ucw.cz>
3200
3201 PR tree-ssa/79347
3202 * cfgloopmanip.c (lv_adjust_loop_entry_edge, loop_version): Add
3203 ELSE_PROB.
3204 * cfgloopmanip.h (loop_version): Update prototype.
3205 * modulo-sched.c (sms_schedule): Update call of loop_version.
3206 * tree-if-conv.c(version_loop_for_if_conversion): Likewise.
3207 * tree-parloops.c (gen_parallel_loop): Likewise.
3208 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Likewise.
3209 * tree-ssa-loop-split.c (split_loop): Likewise.
3210 * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Likewise.
3211 * tree-vect-loop-manip.c (vect_loop_versioning): Likewise.
3212
3213 2017-02-05 Martin Liska <mliska@suse.cz>
3214
3215 PR bootstrap/78985
3216 * config/s390/s390.c (s390_gimplify_va_arg): Initialize local
3217 variable to NULL.
3218 (print_operand_address): Initialize a struct to zero.
3219
3220 2017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
3221
3222 * doc/contrib.texi (Contributors): Refer to Hans Boehm's
3223 garbage collector only in textual form.
3224
3225 2017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
3226
3227 * doc/extend.texi (x86 specific memory model extensions for
3228 transactional memory): Simplify a phrase.
3229
3230 2017-02-05 Eric Botcazou <ebotcazou@adacore.com>
3231
3232 PR target/79353
3233 * config/sparc/sync.md (atomic_loaddi_1): Replace 'U' constraint with
3234 'r', 'm' constraint with 'T' and !TARGET_ARCH64 with TARGET_ARCH32.
3235 (atomic_storedi_1): Likewise.
3236
3237 2017-02-04 Jakub Jelinek <jakub@redhat.com>
3238
3239 PR tree-optimization/79338
3240 * tree-parloops.c (gather_scalar_reductions): Don't call
3241 vect_analyze_loop_form for loop->inner before destroying loop's
3242 loop_vinfo.
3243
3244 2017-02-03 Martin Sebor <msebor@redhat.com>
3245
3246 PR tree-optimization/79327
3247 * gimple-ssa-sprintf.c (tree_digits): Avoid adding the base prefix
3248 when precision has resulted in leading zeros.
3249 (format_integer): Adjust the likely counter to assume an unknown
3250 argument that may be zero is non-zero.
3251
3252 2017-02-03 Jason Merrill <jason@redhat.com>
3253
3254 PR c++/78689
3255 * tree-inline.c (copy_tree_body_r) [COND_EXPR]: Revert change to
3256 avoid copying non-taken branch.
3257
3258 2017-02-03 Jakub Jelinek <jakub@redhat.com>
3259
3260 PR tree-optimization/79340
3261 * tree-vect-loop.c (vectorizable_reduction): Release
3262 vec_defs elements after safe_splicing them into other vectors.
3263 Formatting fixes.
3264
3265 PR tree-optimization/79327
3266 * gimple-ssa-sprintf.c (adjust_range_for_overflow): If returning
3267 true, always set *argmin and *argmax to TYPE_{MIN,MAX}_VALUE of
3268 dirtype.
3269 (format_integer): Use wide_int_to_tree instead of build_int_cst
3270 + to_?hwi. If argmin is NULL, just set argmin and argmax to
3271 TYPE_{MIN,MAX}_VALUE of argtype. Simplify and fix computation
3272 of shortest and longest sequence.
3273
3274 2017-02-03 Uros Bizjak <ubizjak@gmail.com>
3275
3276 * config/i386/i386.c (dimode_scalar_chain::convert_reg):
3277 Use pextrd for TARGET_SSE4_1 when creating scalar copy.
3278
3279 2017-02-03 Walter Lee <walt@tilera.com>
3280
3281 PR target/78862
3282 * config/tilegx/tilegx.md (tilegx_expand_prologue): Add blockage
3283 after initial stackframe link reg save.
3284 * config/tilepro/tilepro.md (tilepro_expand_prologue): Likewise.
3285
3286 2017-02-03 Jakub Jelinek <jakub@redhat.com>
3287
3288 PR target/79354
3289 * config/rs6000/rs6000.md (movsi_from_sf): Use wb constraint instead of
3290 wu for stxssp alternative.
3291
3292 2017-02-03 Martin Sebor <msebor@redhat.com>
3293
3294 PR tree-optimization/79352
3295 * gimple-fold.c (get_range_strlen): Add argument.
3296 (get_range_strlen): Change return type to bool.
3297 (get_maxval_strlen): Pass in a dummy argument.
3298 * gimple-fold.h (get_range_strlen): Change return type to bool.
3299 * gimple-ssa-sprintf.c (get_string_length): Set unlikely counter.
3300 * tree.h (array_at_struct_end_p): Add argument.
3301 * tree.c (array_at_struct_end_p): Handle it.
3302
3303 2017-02-03 Martin Liska <mliska@suse.cz>
3304
3305 PR lto/66295
3306 * multiple_target.c (create_dispatcher_calls): Redirect edge
3307 from a caller of a dispatcher.
3308 (expand_target_clones): Make the clones local.
3309 (ipa_target_clone): Do both target clones and resolvers.
3310 (ipa_dispatcher_calls): Remove the pass.
3311 (pass_dispatcher_calls::gate): Likewise.
3312 (make_pass_dispatcher_calls): Likewise.
3313 * passes.def (pass_target_clone): Put as very first IPA early
3314 pass.
3315
3316 2017-02-03 Martin Liska <mliska@suse.cz>
3317
3318 * symtab.c (symtab_node::binds_to_current_def_p): Bail out
3319 in case of a function with ifunc attribute.
3320
3321 2017-02-03 Martin Liska <mliska@suse.cz>
3322
3323 * cgraph.c (cgraph_node::dump): Dump function version info.
3324 * symtab.c (symtab_node::dump_base): Add missing new line.
3325
3326 2017-02-02 Jan Hubicka <hubicka@ucw.cz>
3327
3328 * tree-ssa-ifcombine.c (update_profile_after_ifcombine): New function.
3329 (ifcombine_ifandif): Use it.
3330
3331 2017-02-03 Martin Liska <mliska@suse.cz>
3332
3333 * doc/invoke.texi: Document default value for
3334 use-after-scope-direct-emission-threshold.
3335
3336 2017-02-03 Martin Liska <mliska@suse.cz>
3337
3338 PR tree-optimization/79339
3339 * gimple-ssa-sprintf.c (format_floating_max): Call mpfr_clear.
3340 (format_floating): Likewise.
3341
3342 2017-02-03 Martin Liska <mliska@suse.cz>
3343
3344 PR ipa/79337
3345 * ipa-prop.c (ipa_node_params_t::insert): Remove current
3346 implementation.
3347 (ipa_node_params_t::remove): Likewise.
3348 * ipa-prop.h (ipa_node_params::ipa_node_params): Make default
3349 initialization from removed ipa_node_params_t::insert.
3350 (ipa_node_params::~ipa_node_params): Move from removed
3351 ipa_node_params_t::release.
3352 * symbol-summary.h (symbol_summary::m_released): New member.
3353 Do not release a summary twice. Do not allow to call finalizer
3354 for types of a summary that live in GGC memory.
3355
3356 2017-02-02 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
3357
3358 * config/aarch64/aarch64.c (thunderx2t99_tunings): Enable AES and
3359 cmp_branch fusion.
3360
3361 2017-02-02 Martin Sebor <msebor@redhat.com>
3362
3363 PR middle-end/79275
3364 * gimple-ssa-sprintf.c (get_string_length): Set lower bound to zero.
3365 (format_string): Tighten up the range of output for non-constant
3366 strings and correct the expected range for wide non-constant strings.
3367
3368 2017-02-02 Martin Sebor <msebor@redhat.com>
3369
3370 * doc/invoke.texi (-maccumulate-args): Fix bad grammar.
3371
3372 PR middle-end/32003
3373 * doc/invoke.texi (-fdump-tree-): Remove pass-specific options from
3374 index.
3375 (-fdump-tree-@var): Add to index and document how to come up
3376 with pass-specific option and dump file names.
3377 (-fdump-passes): Clarify where to look for output.
3378
3379 2017-02-02 Jan Hubicka <hubicka@ucw.cz>
3380
3381 PR middle-end/77445
3382 * tree-ssa-threadbackward.c (profitable_jump_thread_path): Dump
3383 statistics of the analyzed path; allow threading for speed when
3384 any of BBs along the path are optimized for speed.
3385
3386 2017-02-02 Eric Botcazou <ebotcazou@adacore.com>
3387
3388 PR middle-end/78468
3389 * emit-rtl.c (init_emit): Add ??? comment for problematic alignment
3390 settings of the virtual registers.
3391
3392 Revert again
3393 2016-08-23 Dominik Vogt <vogt@linux.vnet.ibm.com>
3394
3395 * explow.c (get_dynamic_stack_size): Take known alignment of stack
3396 pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
3397 needed.
3398
3399 2017-02-02 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
3400
3401 * config/s390/vx-builtins.md ("vec_ceil", "vec_floor")
3402 ("vec_trunc", "vec_roundc", "vec_round"): Remove expanders.
3403
3404 2017-02-02 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
3405
3406 * config/s390/s390.md: Add missing comments with the expanded
3407 mnemonics.
3408 * config/s390/vector.md: Likewise.
3409 * config/s390/vx-builtins.md: Likewise.
3410
3411 2017-02-02 Jakub Jelinek <jakub@redhat.com>
3412
3413 PR target/79197
3414 * config/rs6000/rs6000.md (*fixuns_trunc<mode>di2_fctiduz): Rename to ...
3415 (fixuns_trunc<mode>di2): ... this, remove previous expander. Put all
3416 conditions on a single line.
3417
3418 2017-02-02 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
3419
3420 * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
3421 __S390_VX__ to __VX__.
3422
3423 2017-02-01 Andrew Pinski <apinski@cavium.com>
3424
3425 * tree-vect-loop.c (vect_compute_single_scalar_iteration_cost): Pass
3426 stmt_info to record_stmt_cost.
3427 (vect_get_known_peeling_cost): Pass stmt_info if known to
3428 record_stmt_cost.
3429 * config/aarch64/aarch64-protos.h (cpu_vector_cost): Split
3430 cpu_vector_cost field into
3431 scalar_int_stmt_cost and scalar_fp_stmt_cost. Split vec_stmt_cost
3432 field into vec_int_stmt_cost and vec_fp_stmt_cost.
3433 * config/aarch64/aarch64.c (generic_vector_cost): Update for the
3434 splitting of scalar_stmt_cost and vec_stmt_cost.
3435 (thunderx_vector_cost): Likewise.
3436 (cortexa57_vector_cost): LIkewise.
3437 (exynosm1_vector_cost): Likewise.
3438 (xgene1_vector_cost): Likewise.
3439 (thunderx2t99_vector_cost): Improve after the splitting of the two
3440 fields.
3441 (aarch64_builtin_vectorization_cost): Update for the splitting of
3442 scalar_stmt_cost and vec_stmt_cost.
3443
3444 2017-02-01 Torvald Riegel <triegel@redhat.com>
3445 Richard Henderson <rth@redhat.com>
3446
3447 * builtins.c (fold_builtin_atomic_always_lock_free): Make "lock-free"
3448 conditional on existance of a fast atomic load.
3449 * optabs-query.c (can_atomic_load_p): New function.
3450 * optabs-query.h (can_atomic_load_p): Declare it.
3451 * optabs.c (expand_atomic_exchange): Always delegate to libatomic if
3452 no fast atomic load is available for the particular size of access.
3453 (expand_atomic_compare_and_swap): Likewise.
3454 (expand_atomic_load): Likewise.
3455 (expand_atomic_store): Likewise.
3456 (expand_atomic_fetch_op): Likewise.
3457 * testsuite/lib/target-supports.exp
3458 (check_effective_target_sync_int_128): Remove x86 because it provides
3459 no fast atomic load.
3460 (check_effective_target_sync_int_128_runtime): Likewise.
3461
3462 2017-02-01 Richard Biener <rguenther@suse.de>
3463
3464 * graphite.c: Include tree-vectorizer.h for find_loop_location.
3465 (graphite_transform_loops): Provide opt-info for optimized nests.
3466 * tree-parloop.c (parallelize_loops): Provide opt-info for
3467 parallelized loops.
3468
3469 2017-02-01 Richard Biener <rguenther@suse.de>
3470
3471 PR middle-end/79315
3472 * tree-cfg.c (move_stmt_op): Never set TREE_BLOCK when it
3473 was not set before.
3474
3475 2017-02-01 Richard Biener <rguenther@suse.de>
3476
3477 PR tree-optimization/71824
3478 * graphite-scop-detection.c (scop_detection::build_scop_breadth):
3479 Verify the loops are valid in the merged SESE region.
3480 (scop_detection::can_represent_loop_1): Check analyzing the
3481 evolution of the number of iterations in the region succeeds.
3482
3483 2017-01-31 Ian Lance Taylor <iant@golang.org>
3484
3485 * config/i386/i386.c (ix86_expand_split_stack_prologue): Add
3486 REG_ARGS_SIZE note to 32-bit push insns and call insn.
3487
3488 2017-01-31 David Malcolm <dmalcolm@redhat.com>
3489
3490 PR preprocessor/79210
3491 * input.c (get_substring_ranges_for_loc): Replace line_width
3492 assertion with error-handling.
3493
3494 2017-01-31 Richard Biener <rguenther@suse.de>
3495
3496 PR tree-optimization/77318
3497 * graphite-sese-to-poly.c (extract_affine): Fix assert.
3498 (create_pw_aff_from_tree): Take loop parameter.
3499 (add_condition_to_pbb): Pass loop of the condition to
3500 create_pw_aff_from_tree.
3501
3502 2017-01-31 Jakub Jelinek <jakub@redhat.com>
3503
3504 * config/s390/s390.c (s390_asan_shadow_offset): New function.
3505 (TARGET_ASAN_SHADOW_OFFSET): Redefine.
3506
3507 2017-01-31 Michael Meissner <meissner@linux.vnet.ibm.com>
3508
3509 PR target/78597
3510 PR target/79038
3511 * config/rs6000/rs6000-protos.h (convert_float128_to_int): Delete,
3512 no longer used.
3513 (convert_int_to_float128): Likewise.
3514 * config/rs6000/rs6000.c (convert_float128_to_int): Likewise.
3515 (convert_int_to_float128): Likewise.
3516 * config/rs6000/rs6000.md (UNSPEC_IEEE128_MOVE): Likewise.
3517 (UNSPEC_IEEE128_CONVERT): Likewise.
3518 (floatsi<mode>2, FLOAT128 iterator): Bypass calling
3519 rs6000_expand_float128_convert if we have IEEE 128-bit hardware.
3520 Use local variables for IBM extended format.
3521 (fix_trunc<mode>si2, FLOAT128 iterator): Likewise.
3522 (fix_trunc<mode>si2_fprs): Likewise.
3523 (fixuns_trunc<IEEE128:mode><SDI:mode>2): Likewise.
3524 (floatuns<IEEE128:mode>2, IEEE128 iterator): Likewise.
3525 (fix<uns>_<mode>si2_hw): Rework the IEEE 128-bt hardware support
3526 to know that we can now have integers of all sizes in vector
3527 registers.
3528 (fix<uns>_<mode>di2_hw): Likewise.
3529 (float<uns>_<mode>si2_hw): Likewise.
3530 (fix_<mode>si2_hw): Likewise.
3531 (fixuns_<mode>si2_hw): Likewise.
3532 (float<uns>_<mode>di2_hw): Likewise.
3533 (float_<mode>di2_hw): Likewise.
3534 (float_<mode>si2_hw): Likewise.
3535 (floatuns_<mode>di2_hw): Likewise.
3536 (floatuns_<mode>si2_hw): Likewise.
3537 (xscvqp<su>wz_<mode>): Delete, no longer used.
3538 (xscvqp<su>dz_<mode>): Likewise.
3539 (xscv<su>dqp_<mode>): Likewise.
3540 (ieee128_mfvsrd_64bit): Likewise.
3541 (ieee128_mfvsrd_32bit): Likewise.
3542 (ieee128_mfvsrwz): Likewise.
3543 (ieee128_mtvsrw): Likewise.
3544 (ieee128_mtvsrd_64bit): Likewise.
3545 (ieee128_mtvsrd_32bit): Likewise.
3546
3547 2017-01-31 Martin Liska <mliska@suse.cz>
3548
3549 PR ipa/79285
3550 * ipa-prop.c (ipa_free_all_node_params): Call release method
3551 instead of ~sumbol_summary to not to trigger double times
3552 dtor of hash_map.
3553
3554 2017-01-31 Aldy Hernandez <aldyh@redhat.com>
3555
3556 PR tree-optimization/71691
3557 * bitmap.h (class auto_bitmap): New.
3558 * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): Call
3559 is_maybe_undefined instead of ssa_undefined_value_p.
3560
3561 2017-01-31 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
3562
3563 * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
3564 __S390_ARCH_LEVEL__ to __ARCH__.
3565
3566 2017-01-31 Jakub Jelinek <jakub@redhat.com>
3567
3568 PR tree-optimization/79267
3569 * value-prof.c (gimple_ic): Only drop lhs for noreturn calls
3570 if should_remove_lhs_p is true.
3571
3572 2017-01-30 Alexandre Oliva <aoliva@redhat.com>
3573
3574 PR debug/63238
3575 * dwarf2out.c (clone_as_declaration): Drop DW_AT_alignment.
3576 (add_alignment_attribute): New.
3577 (base_type_die): Add alignment attribute.
3578 (subrange_type_die): Likewise.
3579 (modified_type_die): Likewise.
3580 (gen_array_type_die): Likewise.
3581 (gen_descr_array_type_die: Likewise.
3582 (gen_enumeration_type_die): Likewise.
3583 (gen_subprogram_die): Likewise.
3584 (gen_variable_die): Likewise.
3585 (gen_field_die): Likewise.
3586 (gen_ptr_to_mbr_type_die): Likewise.
3587 (gen_struct_or_union_type_die): Likewise.
3588 (gen_subroutine_type_die): Likewise.
3589 (gen_typedef_die): Likewise.
3590 (base_type_cmp): Compare alignment attribute.
3591
3592 2017-01-30 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
3593
3594 PR target/79170
3595 * config/rs6000/altivec.md (*setb_internal): Rename to setb_signed.
3596 (setb_unsigned) New pattern for setb with CCUNS.
3597 * config/rs6000/rs6000.c (expand_block_compare): Use a different
3598 subfc./subfe sequence to avoid overflow problems. Generate a
3599 shorter sequence with cmpld/setb for power9.
3600 * config/rs6000/rs6000.md (subf<mode>3_carry_dot2): Add a new pattern
3601 for generating subfc. instruction.
3602 (cmpstrsi): Add TARGET_POPCNTD predicate as the generate sequence
3603 now uses this instruction.
3604
3605 2017-01-30 Ian Lance Taylor <iant@google.com>
3606
3607 PR debug/79289
3608 * dwarf2out.c (gen_type_die_with_usage): When picking a variant
3609 for FUNCTION_TYPE/METHOD_TYPE, use the first matching one.
3610
3611 2017-01-30 Martin Sebor <msebor@redhat.com>
3612
3613 * gimple-ssa-sprintf.c (fmtresult::adjust_for_width_or_precision):
3614 Move constant to the right of a relational operator.
3615 (get_mpfr_format_length, format_character, format_string): Ditto.
3616 (should_warn_p, maybe_warn): Same.
3617
3618 * doc/invoke.texi (-Wformat-truncation=1): Fix typo.
3619
3620 2017-01-30 Maxim Ostapenko <m.ostapenko@samsung.com>
3621
3622 PR lto/79061
3623 * asan.c (get_translation_unit_decl): Remove function.
3624 (asan_add_global): Force has_dynamic_init to zero in LTO mode.
3625
3626 2017-01-30 Martin Liska <mliska@suse.cz>
3627
3628 PR gcov-profile/79259
3629 * opts.c (common_handle_option): Enable flag_ipa_bit_cp w/
3630 -fprofile-generate.
3631
3632 2017-01-30 Martin Liska <mliska@suse.cz>
3633
3634 PR bootstrap/78985
3635 * config/aarch64/cortex-a57-fma-steering.c (func_fma_steering::analyze):
3636 Initialize variables with NULL value.
3637
3638 2017-01-30 Richard Earnshaw <rearnsh@arm.com>
3639
3640 PR target/79260
3641 * config.gcc (arm*-*-*): Add arm/arm-flags.h and arm/arm-isa.h to
3642 tm_p_file.
3643 * arm/arm-protos.h: Don't directly include arm-flags.h and arm-isa.h.
3644
3645 2017-01-30 Richard Biener <rguenther@suse.de>
3646
3647 PR tree-optimization/79276
3648 * tree-vrp.c (process_assert_insertions): Properly adjust common
3649 when removing a duplicate.
3650
3651 * gcc.dg/torture/pr79276.c: New testcase.
3652
3653 2017-01-30 Richard Biener <rguenther@suse.de>
3654
3655 PR tree-optimization/79256
3656 * targhooks.c (default_builtin_vector_alignment_reachable): Honor
3657 BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
3658 alignment on TYPE.
3659 * tree.c (build_aligned_type): Set TYPE_USER_ALIGN.
3660
3661 2017-01-30 Dominik Vogt <vogt@linux.vnet.ibm.com>
3662
3663 PR target/79240
3664 * config/s390/s390.md ("*r<noxa>sbg_<mode>_srl_bitmask")
3665 ("*r<noxa>sbg_<mode>_sll_bitmask")
3666 ("*extzv_<mode>_srl<clobbercc_or_nocc>")
3667 ("*extzv_<mode>_sll<clobbercc_or_nocc>"):
3668 Use contiguous_bitmask_nowrap_operand.
3669
3670 2017-01-29 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3671
3672 PR target/79268
3673 * config/rs6000/altivec.h (vec_xl): Revise #define.
3674 (vec_xst): Likewise.
3675
3676 2017-01-27 Uros Bizjak <ubizjak@gmail.com>
3677
3678 * config/i386/i386.c (print_reg): Use REGNO instead of true_regnum.
3679
3680 2017-01-27 Bernd Schmidt <bschmidt@redhat.com>
3681
3682 PR rtl-optimization/79194
3683 * cprop.c (one_cprop_pass): Move deletion of code after unconditional
3684 traps before call to bypass_conditional_jumps.
3685
3686 2017-01-27 Vladimir Makarov <vmakarov@redhat.com>
3687
3688 PR tree-optimization/71374
3689 * lra-constraints.c (check_conflict_input_operands): New.
3690 (match_reload): Use it.
3691
3692 2017-01-27 Vladimir Makarov <vmakarov@redhat.com>
3693
3694 PR target/79131
3695 * lra-assigns.c (find_hard_regno_for_1): Take endianess for into
3696 account to calculate conflict_set.
3697
3698 2017-01-27 Bin Cheng <bin.cheng@arm.com>
3699
3700 PR rtl-optimization/78559
3701 * combine.c (try_combine): Discard REG_EQUAL and REG_EQUIV for
3702 other_insn in combine.
3703
3704 2017-01-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
3705
3706 * builtin-types.def: Use unsigned_char_type_node for BT_UINT8. Use
3707 uint16_type_node for BT_UINT16.
3708
3709 2017-01-27 David Malcolm <dmalcolm@redhat.com>
3710
3711 * doc/sourcebuild.texi (Testsuites): Add "GIMPLE Tests" and
3712 "RTL Tests" to menu.
3713 (GIMPLE Tests): New node.
3714 (RTL Tests): New node.
3715
3716 2017-01-27 Richard Biener <rguenther@suse.de>
3717
3718 PR tree-optimization/79245
3719 * tree-loop-distribution.c (distribute_loop): Apply cost
3720 modeling also to detected patterns.
3721
3722 2017-01-27 Richard Biener <rguenther@suse.de>
3723
3724 PR tree-optimization/71433
3725 * tree-vrp.c (register_new_assert_for): Revert earlier changes.
3726 (compare_assert_loc): New function.
3727 (process_assert_insertions): Sort and optimize assert locations
3728 to remove duplicates and push down identical assertions on
3729 edges to their destination block.
3730
3731 2017-01-27 Richard Biener <rguenther@suse.de>
3732
3733 PR tree-optimization/79244
3734 * tree-vrp.c (remove_range_assertions): Forcefully propagate
3735 out SSA names even if abnormal.
3736
3737 2017-01-27 Jakub Jelinek <jakub@redhat.com>
3738
3739 * realmpfr.h: Poison MPFR_RND{N,Z,U,D}.
3740 * gimple-ssa-sprintf.c (format_floating_max): Use GMP_RNDN
3741 instead of MPFR_RNDN.
3742
3743 2017-01-27 Richard Earnshaw <rearnsha@arm.com>
3744
3745 PR target/79239
3746 * arm.c (arm_option_override): Don't call build_target_option_node
3747 until after doing all option overrides.
3748 (arm_valid_target_attribute_tree): Likewise.
3749
3750 2017-01-27 Martin Liska <mliska@suse.cz>
3751
3752 * doc/invoke.texi (-fprofile-arcs): Document profiling support
3753 for {cd}tors and C++ {cd}tors.
3754
3755 2017-01-27 Dominik Vogt <vogt@linux.vnet.ibm.com>
3756
3757 * config/s390/s390.md ("*setmem_long_and")
3758 ("*setmem_long_and_31z"): Use zero_extend instead of and.
3759
3760 2017-01-26 Martin Sebor <msebor@redhat.com>
3761
3762 * gimple-ssa-sprintf.c (format_floating): Simplify the computation
3763 of precision.
3764
3765 2017-01-26 Martin Sebor <msebor@redhat.com>
3766
3767 * gimple-ssa-sprintf.c (format_floating): Test HAVE_XFmode and
3768 HAVE_DFmode before using XFmode or DFmode.
3769 (parse_directive): Avoid using the z length modifier to avoid
3770 the ISO C++98 does not support the ‘z’ gnu_printf length modifier.
3771
3772 PR middle-end/78703
3773 * gimple-ssa-sprintf.c (adjust_for_width_or_precision): Change
3774 to accept adjustment as an array.
3775 (get_int_range): New function.
3776 (struct directive): Make width and prec arrays.
3777 (directive::set_width, directive::set_precision): Call get_int_range.
3778 (format_integer, format_floating): Handle width and precision ranges.
3779 (format_string, parse_directive): Same.
3780
3781 2017-01-26 Jakub Jelinek <jakub@redhat.com>
3782
3783 PR debug/79129
3784 * dwarf2out.c (generate_skeleton_bottom_up): For children with
3785 comdat_type_p set, just clone them, but keep the children in the
3786 original DIE.
3787
3788 PR debug/78835
3789 * dwarf2out.c (prune_unused_types): Mark all functions with DIEs
3790 which have direct callers with -fvar-tracking-assignments enabled
3791 in the current TU.
3792 (resolve_addr): Avoid adding skeleton DIEs for DW_AT_call_origin
3793 inside of type units.
3794
3795 2017-01-26 Martin Sebor <msebor@redhat.com>
3796
3797 PR middle-end/78703
3798 * gimple-ssa-sprintf.c (struct result_range): Add likely and
3799 unlikely counters.
3800 (struct format_result): Replace number_chars, number_chars_min,
3801 and number_chars_max with a single member of struct result_range.
3802 Remove bounded.
3803 (format_result::operator+=): Adjust.
3804 (struct fmtresult): Remove bounded. Handle likely and unlikely
3805 counters.
3806 (fmtresult::adjust_for_width_or_precision): New function.
3807 (fmtresult:type_max_digits): New function.
3808 (bytes_remaining): Handle likely and unlikely counters.
3809 (min_bytes_remaining): Remove.
3810 (format_percent): Simplify.
3811 (format_integer, format_floating): Set likely and unlikely counters.
3812 (get_string_length, format_character, format_string): Same.
3813 (format_plain, should_warn_p): New function.
3814 (maybe_warn): Call should_warn_p. Update diagnostic messages
3815 and handle those for all directives, including plain strings.
3816 (format_directive): Handle likely and unlikely counters.
3817 Remove unnecessary quoting from diagnostics. Add an informational
3818 note.
3819 (add_bytes): Remove.
3820 (pass_sprintf_length::compute_format_length): Simplify.
3821 (try_substitute_return_value): Handle likely and unlikely counters.
3822
3823 2017-01-26 Carl Love <cel@us.ibm.com>
3824
3825 * config/rs6000/rs6000-c (altivec_overloaded_builtins): Remove
3826 bogus entries for the P8V_BUILTIN_VEC_VGBBD built-ins
3827
3828 2017-01-26 Vladimir Makarov <vmakarov@redhat.com>
3829
3830 PR target/79131
3831 * lra-assigns.c (setup_live_pseudos_and_spill_after_risky): Take
3832 endianess for subregs into account.
3833 * lra-constraints.c (lra_constraints): Do risky transformations
3834 always on the first iteration.
3835 * lra-lives.c (check_pseudos_live_through_calls): Add arg
3836 last_call_used_reg_set.
3837 (process_bb_lives): Define and use last_call_used_reg_set.
3838 * lra.c (lra): Always continue after lra_constraints on the first
3839 iteration.
3840
3841 2017-01-26 Kirill Yukhin <kirill.yukhin@gmail.com>
3842
3843 * gcc.target/i386/avx512bw-kshiftlq-2.c: Use unsigned long long
3844 constant.
3845 * gcc.target/i386/avx512bw-kshiftrq-2.c: Ditto.
3846
3847 2017-01-26 Jakub Jelinek <jakub@redhat.com>
3848
3849 * config/i386/avx512fintrin.h (_ktest_mask16_u8,
3850 _ktestz_mask16_u8, _ktestc_mask16_u8, _kadd_mask16): Move to ...
3851 * config/i386/avx512dqintrin.h (_ktest_mask16_u8,
3852 _ktestz_mask16_u8, _ktestc_mask16_u8, _kadd_mask16): ... here.
3853 * config/i386/i386-builtin.def (__builtin_ia32_ktestchi,
3854 __builtin_ia32_ktestzhi, __builtin_ia32_kaddhi): Use
3855 OPTION_MASK_ISA_AVX512DQ instead of OPTION_MASK_ISA_AVX512F.
3856 * config/i386/sse.md (SWI1248_AVX512BWDQ2): New mode iterator.
3857 (kadd<mode>, ktest<mode>): Use it instead of SWI1248_AVX512BWDQ.
3858
3859 2017-01-26 Marek Polacek <polacek@redhat.com>
3860
3861 PR c/79199
3862 * fold-const.c (operand_equal_p) [COND_EXPR]: Use OP_SAME_WITH_NULL
3863 for the third operand.
3864
3865 2017-01-26 Jakub Jelinek <jakub@redhat.com>
3866
3867 PR middle-end/79236
3868 * omp-low.c (struct omp_context): Add simt_stmt field.
3869 (scan_omp_for): Return omp_context *.
3870 (scan_omp_simd): Set simt_stmt on the non-_simt_ SIMD
3871 context to the _simt_ SIMD stmt.
3872 (lower_omp_for): For combined SIMD with sibling _simt_
3873 SIMD, make sure to use the same decls in _looptemp_
3874 clauses as in the sibling.
3875
3876 2017-01-26 David Sherwood <david.sherwood@arm.com>
3877
3878 PR middle-end/79212
3879 * gimplify.c (omp_notice_variable): Add GOVD_SEEN flag to variables in
3880 all contexts.
3881
3882 2017-01-26 Jakub Jelinek <jakub@redhat.com>
3883
3884 PR target/70465
3885 * reg-stack.c (emit_swap_insn): Instead of fld a; fld b; fxchg %st(1);
3886 emit fld b; fld a; if possible.
3887
3888 * brig-builtins.def: Update copyright years.
3889 * config/arm/arm_acle_builtins.def: Update copyright years.
3890
3891 2017-01-25 Michael Meissner <meissner@linux.vnet.ibm.com>
3892
3893 PR target/79179
3894 * config/rs6000/vsx.md (vsx_extract_<mode>_store): Use wY
3895 constraint instead of o for the stxsd instruction.
3896
3897 2017-01-25 Carl Love <cel@us.ibm.com>
3898
3899 * config/rs6000/rs6000-c (altivec_overloaded_builtins): Fix order
3900 of entries for ALTIVEC_BUILTIN_VEC_PACKS and P8V_BUILTIN_VEC_VGBBD.
3901
3902 2017-01-25 Jonathan Wakely <jwakely@redhat.com>
3903
3904 * doc/invoke.texi (C++ Dialect Options): Fix typo.
3905
3906 2017-01-25 Richard Biener <rguenther@suse.de>
3907
3908 PR tree-optimization/69264
3909 * target.def (vector_alignment_reachable): Improve documentation.
3910 * doc/tm.texi: Regenerate.
3911 * targhooks.c (default_builtin_vector_alignment_reachable): Simplify
3912 and add a comment.
3913 * tree-vect-data-refs.c (vect_supportable_dr_alignment): Revert
3914 earlier changes with respect to TYPE_USER_ALIGN.
3915 (vector_alignment_reachable_p): Likewise. Improve dumping.
3916
3917 2016-01-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3918
3919 PR target/79145
3920 * config/arm/arm.md (xordi3): Force constant operand into a register
3921 for TARGET_IWMMXT.
3922
3923 2016-01-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3924
3925 * doc/invoke.texi (-fstore-merging): Correct default optimization
3926 levels at which it is enabled.
3927 (-O): Move -fstore-merging from list to...
3928 (-O2): ... Here.
3929
3930 2017-01-25 Richard Biener <rguenther@suse.de>
3931
3932 PR debug/78363
3933 * omp-expand.c: Include debug.h.
3934 (expand_omp_taskreg): Make sure to generate early debug before
3935 outlining anything from a function.
3936 (expand_omp_target): Likewise.
3937 (grid_expand_target_grid_body): Likewise.
3938
3939 2017-01-25 Maxim Ostapenko <m.ostapenko@samsung.com>
3940
3941 PR lto/79061
3942 * asan.c (get_translation_unit_decl): New function.
3943 (asan_add_global): Extract modules file name from globals
3944 TRANSLATION_UNIT_DECL name.
3945
3946 2017-01-24 Eric Botcazou <ebotcazou@adacore.com>
3947
3948 PR target/77439
3949 * config/arm/arm.c (arm_function_ok_for_sibcall): Add back restriction
3950 for long calls with APCS frame and VFP.
3951
3952 2017-01-24 David Malcolm <dmalcolm@redhat.com>
3953
3954 * cfg.c (original_copy_tables_initialized_p): New function.
3955 * cfg.h (original_copy_tables_initialized_p): New decl.
3956 * cfgrtl.c (relink_block_chain): Guard the call to
3957 free_original_copy_tables with a call to
3958 original_copy_tables_initialized_p.
3959 * cgraph.h (symtab_node::native_rtl_p): New decl.
3960 * cgraphunit.c (symtab_node::native_rtl_p): New function.
3961 (symtab_node::needed_p): Don't assert for early assembly output
3962 for __RTL functions.
3963 (cgraph_node::finalize_function): Set "force_output" for __RTL
3964 functions.
3965 (cgraph_node::analyze): Bail out early for __RTL functions.
3966 (analyze_functions): Update assertion to support __RTL functions.
3967 (cgraph_node::expand): Bail out early for __RTL functions.
3968 * final.c (rest_of_clean_state): Don't call delete_tree_ssa for
3969 __RTL functions.
3970 * function.h (struct function): Update comment for field
3971 "pass_startwith".
3972 * gimple-expr.c: Include "tree-pass.h".
3973 (gimple_has_body_p): Return false for __RTL functions.
3974 * Makefile.in (OBJS): Add run-rtl-passes.o.
3975 * pass_manager.h (gcc::pass_manager::get_rest_of_compilation): New
3976 accessor.
3977 (gcc::pass_manager::get_clean_slate): New accessor.
3978 * passes.c: Include "insn-addr.h".
3979 (should_skip_pass_p): Add logging. Update logic for running
3980 "expand" to be compatible with both __GIMPLE and __RTL. Guard
3981 property-provider override so it is only done for gimple passes.
3982 Don't skip dfinit.
3983 (skip_pass): New function.
3984 (execute_one_pass): Call skip_pass when skipping passes.
3985 * read-md.c (md_reader::read_char): Support filtering
3986 the input to a subset of line numbers.
3987 (md_reader::md_reader): Initialize fields
3988 m_first_line and m_last_line.
3989 (md_reader::read_file_fragment): New function.
3990 * read-md.h (md_reader::read_file_fragment): New decl.
3991 (md_reader::m_first_line): New field.
3992 (md_reader::m_last_line): New field.
3993 * read-rtl-function.c (function_reader::create_function): Only
3994 create cfun if it doesn't already exist. Set PROP_rtl on cfun's
3995 curr_properties. Set DECL_INITIAL to a dummy block.
3996 (read_rtl_function_body_from_file_range): New function.
3997 * read-rtl-function.h (read_rtl_function_body_from_file_range):
3998 New decl.
3999 * run-rtl-passes.c: New file.
4000 * run-rtl-passes.h: New file.
4001
4002 2017-01-24 Jeff Law <law@redhat.com>
4003
4004 * config/microblaze/microblaze.h (ASM_FORMAT_PRIVATE_NAME): Increase
4005 buffer size.
4006
4007 2017-01-24 Bin Cheng <bin.cheng@arm.com>
4008
4009 PR tree-optimization/79159
4010 * tree-ssa-loop-niter.c (get_cst_init_from_scev): New function.
4011 (record_nonwrapping_iv): Improve boundary using above function if no
4012 value range information.
4013
4014 2017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
4015 Martin Jambor <mjambor@suse.cz>
4016
4017 * brig-builtins.def: New file.
4018 * builtins.def (DEF_HSAIL_BUILTIN): New macro.
4019 (DEF_HSAIL_ATOMIC_BUILTIN): Likewise.
4020 (DEF_HSAIL_SAT_BUILTIN): Likewise.
4021 (DEF_HSAIL_INTR_BUILTIN): Likewise.
4022 (DEF_HSAIL_CVT_ZEROI_SAT_BUILTIN): Likewise.
4023 * builtin-types.def (BT_INT8): New.
4024 (BT_INT16): Likewise.
4025 (BT_UINT8): Likewise.
4026 (BT_UINT16): Likewise.
4027 (BT_FN_ULONG): Likewise.
4028 (BT_FN_UINT_INT): Likewise.
4029 (BT_FN_UINT_ULONG): Likewise.
4030 (BT_FN_UINT_LONG): Likewise.
4031 (BT_FN_UINT_PTR): Likewise.
4032 (BT_FN_ULONG_PTR): Likewise.
4033 (BT_FN_INT8_FLOAT): Likewise.
4034 (BT_FN_INT16_FLOAT): Likewise.
4035 (BT_FN_UINT32_FLOAT): Likewise.
4036 (BT_FN_UINT16_FLOAT): Likewise.
4037 (BT_FN_UINT8_FLOAT): Likewise.
4038 (BT_FN_UINT64_FLOAT): Likewise.
4039 (BT_FN_UINT16_UINT32): Likewise.
4040 (BT_FN_UINT32_UINT16): Likewise.
4041 (BT_FN_UINT16_UINT16_UINT16): Likewise.
4042 (BT_FN_INT_PTR_INT): Likewise.
4043 (BT_FN_UINT_PTR_UINT): Likewise.
4044 (BT_FN_LONG_PTR_LONG): Likewise.
4045 (BT_FN_ULONG_PTR_ULONG): Likewise.
4046 (BT_FN_VOID_UINT64_UINT64): Likewise.
4047 (BT_FN_UINT8_UINT8_UINT8): Likewise.
4048 (BT_FN_INT8_INT8_INT8): Likewise.
4049 (BT_FN_INT16_INT16_INT16): Likewise.
4050 (BT_FN_INT_INT_INT): Likewise.
4051 (BT_FN_UINT_FLOAT_UINT): Likewise.
4052 (BT_FN_FLOAT_UINT_UINT): Likewise.
4053 (BT_FN_ULONG_UINT_UINT): Likewise.
4054 (BT_FN_ULONG_UINT_PTR): Likewise.
4055 (BT_FN_ULONG_ULONG_ULONG): Likewise.
4056 (BT_FN_UINT_UINT_UINT): Likewise.
4057 (BT_FN_VOID_UINT_PTR): Likewise.
4058 (BT_FN_UINT_UINT_PTR: Likewise.
4059 (BT_FN_UINT32_UINT64_PTR): Likewise.
4060 (BT_FN_INT_INT_UINT_UINT): Likewise.
4061 (BT_FN_UINT_UINT_UINT_UINT): Likewise.
4062 (BT_FN_UINT_UINT_UINT_PTR): Likewise.
4063 (BT_FN_UINT_ULONG_ULONG_UINT): Likewise.
4064 (BT_FN_ULONG_ULONG_ULONG_ULONG): Likewise.
4065 (BT_FN_LONG_LONG_UINT_UINT): Likewise.
4066 (BT_FN_ULONG_ULONG_UINT_UINT): Likewise.
4067 (BT_FN_VOID_UINT32_UINT64_PTR): Likewise.
4068 (BT_FN_VOID_UINT32_UINT32_PTR): Likewise.
4069 (BT_FN_UINT_UINT_UINT_UINT_UINT): Likewise.
4070 (BT_FN_UINT_FLOAT_FLOAT_FLOAT_FLOAT): Likewise.
4071 (BT_FN_ULONG_ULONG_ULONG_UINT_UINT): Likewise.
4072 * doc/frontends.texi: List BRIG FE.
4073 * doc/install.texi (Testing): Add BRIG tesring requirements.
4074 * doc/invoke.texi (Overall Options): Mention BRIG.
4075 * doc/standards.texi (Standards): Doucment BRIG HSA version.
4076
4077 2017-01-24 Richard Biener <rguenther@suse.de>
4078
4079 PR translation/79208
4080 * ipa-devirt.c (odr_types_equivalent_p): Fix typo in diagnostic.
4081
4082 2017-01-24 Martin Jambor <mjambor@suse.cz>
4083
4084 PR bootstrap/79198
4085 * ipa-prop.c (ipa_free_all_node_params): Call summary destructor.
4086 * ipa-prop.c (ipa_node_params_t::insert): Initialize fields known_csts
4087 and known_contexts.
4088
4089 2017-01-24 Aldy Hernandez <aldyh@redhat.com>
4090
4091 PR middle-end/79123
4092 * gimple-ssa-warn-alloca.c (alloca_call_type): Make sure
4093 casts from signed to unsigned really don't have a range.
4094
4095 2017-01-24 Markus Trippelsdorf <markus@trippelsdorf.de>
4096
4097 * gimple-ssa-sprintf.c (format_floating): Change MPFR_RNDx to
4098 GMP_RNDx for compatiblity.
4099
4100 2017-01-24 Martin Liska <mliska@suse.cz>
4101
4102 PR bootstrap/79132
4103 * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Insert assert
4104 that would prevent us to call alloca with -1 as argument.
4105
4106 2017-01-24 Jakub Jelinek <jakub@redhat.com>
4107
4108 * dwarf2out.c (output_compilation_unit_header, output_file_names):
4109 Avoid -Wformat-security warning.
4110
4111 2017-01-23 Andrew Pinski <apinski@cavium.com>
4112
4113 * config/aarch64/aarch64.c (thunderx2t99_addrcost_table): Improve
4114 cost table.
4115
4116 2017-01-23 Martin Sebor <msebor@redhat.com>
4117
4118 PR middle-end/78703
4119 * gimple-ssa-sprintf.c (warn_level): New global.
4120 (format_integer): Use it here and throughout the rest of the file.
4121 Use the same switch to compute sign as base.
4122 (maybe_warn): New function.
4123 (format_directive): Factor out warnings into maybe_warn.
4124 Add debugging output. Use warn_level.
4125 (add_bytes): Use warn_level.
4126 (pass_sprintf_length::compute_format_length): Add debugging output.
4127 (try_substitute_return_value): Same.
4128 (pass_sprintf_length::handle_gimple_call): Set and use warn_level.
4129
4130 PR middle-end/78703
4131 * gimple-ssa-sprintf.c (struct format_result): Remove constant member.
4132 (struct fmtresult, format_integer, format_floating): Adjust.
4133 (fmtresult::fmtresult): Set max correctly in two argument ctor.
4134 (get_string_length, format_string,format_directive): Same.
4135 (pass_sprintf_length::compute_format_length): Same.
4136 (try_substitute_return_value): Simplify slightly.
4137
4138 PR middle-end/78703
4139 * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Adjust formatting.
4140 (fmtresult::operator+=): Outlined.
4141 (struct fmtresult): Add ctors.
4142 (struct conversion_spec): Rename...
4143 (struct directive): ...to this. Add and remove data members.
4144 (directive::set_width, directive::set_precision): New functions.
4145 (format_percent): Use fmtresult ctor.
4146 (get_width_and_precision): Remove.
4147 (format_integer): Make naming changes. Avoid computing width and
4148 precision.
4149 (format_floating): Same. Adjust indentation.
4150 (format_character, format_none): New functions.
4151 (format_string): Moved character handling to format_character.
4152 (format_directive): Remove arguments, change return type.
4153 (parse_directive): New function.
4154 (pass_sprintf_length::compute_format_length): Move directive
4155 parsing to parse_directive.
4156
4157 2017-01-23 Jakub Jelinek <jakub@redhat.com>
4158
4159 * tree.h (assign_assembler_name_if_neeeded): Rename to ...
4160 (assign_assembler_name_if_needed): ... this.
4161 * tree.c (assign_assembler_name_if_neeeded): Rename to ...
4162 (assign_assembler_name_if_needed): ... this.
4163 (free_lang_data_in_cgraph): Adjust callers.
4164 * cgraphunit.c (cgraph_node::analyze): Likewise.
4165 * omp-expand.c (expand_omp_taskreg, expand_omp_target):
4166 Likewise.
4167
4168 2017-01-23 Richard Biener <rguenther@suse.de>
4169
4170 PR tree-optimization/79088
4171 PR tree-optimization/79188
4172 * tree-ssa-threadupdate.c (mark_threaded_blocks): Move code
4173 resetting loop bounds after last path deletion. Reset loop
4174 bounds of the target loop, make code match the comments.
4175 * tree-ssa-threadbackwards.c (pass_early_thread_jumps::execute):
4176 Make sure loops need no fixups.
4177
4178 2017-01-23 Kelvin Nilsen <kelvin@gcc.gnu.org>
4179
4180 * config/rs6000/rs6000-builtin.def (VSIEDPF): Add scalar insert
4181 exponent support with double type for first argument.
4182 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Changed
4183 type returned by __builtin_vec_extract_sig,
4184 __builtin_vec_extract_sig_sp, and __builtin_vec_extract_sig_dp
4185 functions from "vector int" to "vector unsigned int" or from
4186 "vector long long int" to "vector unsigned long long int".
4187 Changed type returned by __builtin_vec_extract_exp,
4188 __builtin_vec_extract_exp_sp, and __builtin_vec_extract_exp_dp
4189 functions from "vector int" to "vector unsigned int" or from
4190 "vector long long int" to "vector unsigned long long int".
4191 Changed return type of __builtin_vec_test_data_class,
4192 __builtin_vec_test_data_class_sp, and
4193 __builtin_vec_test_data_class_dp from "vector int" to
4194 "vector bool int" or from "vector long long int" to "vector bool
4195 long long int" and changed second argument type from "unsigned
4196 int" to "int". Added new overloaded function forms "vector float
4197 __builtin_vec_insert_exp (vector float, vector unsigned int)" and
4198 "vector float __builtin_vec_insert_exp_sp (vector float, vector
4199 unsigned int)" and "vector double __builtin_vec_insert_exp (vector
4200 double, vector unsigned long long int)" and "vector double
4201 __builtin_vec_insert_exp_dp (vector double, vector unsigned long
4202 long int)". Changed return type of
4203 __builtin_scalar_test_data_class and
4204 __builtin_scalar_test_data_class_sp and
4205 __builtin_scalar_test_data_class_dp from "unsigned int" to "bool
4206 int" and changed second argument from "unsigned int" to "int".
4207 Changed type returned by __builtin_scalar_test_neg,
4208 __builtin_scalar_test_neg_sp, and __builtin_scalar_test_neg_dp
4209 from "int" to "bool int". Added new overloaded function form
4210 "double __builtin_scalar_insert_exp (double, unsigned long long int)".
4211 * config/rs6000/vsx.md (xsiexpdpf): New insn for scalar insert
4212 exponent double-precision with floating point first argument.
4213 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Adjust
4214 documentation of scalar_test_data_class, scalar_test_neg,
4215 scalar_extract_sig, scalar_extract_exp, scalar_insert_exp,
4216 vector_extract_exp, vec_extract_sig, vec_insert_exp, and
4217 vec_test_data_class built-in functions to reflect refinements in
4218 their type signatures.
4219
4220 2017-01-23 Andreas Tobler <andreast@gcc.gnu.org>
4221
4222 * config/aarch64/aarch64.c (aarch64_elf_asm_constructor): Increase
4223 size of buf.
4224 (aarch64_elf_asm_destructor): Likewise.
4225
4226 2017-01-23 Bernd Schmidt <bschmidt@redhat.com>
4227
4228 PR rtl-optimization/78634
4229 * config/i386/i386.c (ix86_max_noce_ifcvt_seq_cost): New function.
4230 (TARGET_MAX_NOCE_IFCVT_SEQ_COST): Define.
4231 * ifcvt.c (noce_try_cmove): Add missing cost check.
4232
4233 PR rtl-optimization/71724
4234 * combine.c (if_then_else_cond): Look for situations where it is
4235 beneficial to undo the work of one of the recursive calls.
4236
4237 2017-01-23 Bin Cheng <bin.cheng@arm.com>
4238
4239 PR tree-optimization/70754
4240 * tree-predcom.c (stmt_combining_refs): New parameter INSERT_BEFORE.
4241 (reassociate_to_the_same_stmt): New parameter INSERT_BEFORE. Insert
4242 combined stmt before it if not NULL.
4243 (combine_chains): Process refs reversely and compute dominance point
4244 for root ref.
4245
4246 2017-01-23 Martin Liska <mliska@suse.cz>
4247
4248 PR tree-optimization/79196
4249 * tree-ssa-strlen.c (fold_strstr_to_memcmp): Rename to ...
4250 (fold_strstr_to_strncmp): ... this. Fold the pattern to strncmp
4251 instead of memcmp.
4252 (strlen_optimize_stmt): Call the renamed function.
4253
4254 2017-01-23 Michael Matz <matz@suse.de>
4255
4256 PR tree-optimization/78384
4257 * tree-ssa-loop-split.c (patch_loop_exit): Use correct edge.
4258
4259 2017-01-23 Richard Biener <rguenther@suse.de>
4260
4261 PR tree-optimization/79186
4262 * tree-vrp.c (register_new_assert_for): Make sure we've seen
4263 both incoming edges before moving an assert.
4264
4265 2017-01-23 Martin Jambor <mjambor@suse.cz>
4266
4267 * ipa-prop.c (load_from_param_1): Removed.
4268 (load_from_unmodified_param): Bits from load_from_param_1 put back
4269 here.
4270 (load_from_param): Removed.
4271 (compute_complex_assign_jump_func): Removed stmt2 and just replaced it
4272 with stmt. Reverted back to use of load_from_unmodified_param.
4273
4274 2017-01-23 Martin Jambor <mjambor@suse.cz>
4275
4276 PR ipa/79108
4277 * ipa-prop.h (ipa_param_descriptor): Anotate with with GTY(()).
4278 (ipa_node_params): Annotate with GTY((for_user)). Make descriptors
4279 field a pointer to garbage collected vector, mark lattices and
4280 ipcp_orig_node with GTY((skip)).
4281 (ipa_get_param_count): Adjust to descriptors being a pointer.
4282 (ipa_get_param): Likewise.
4283 (ipa_get_type): Likewise.
4284 (ipa_get_param_move_cost): Likewise.
4285 (ipa_set_param_used): Likewise.
4286 (ipa_get_controlled_uses): Likewise.
4287 (ipa_set_controlled_uses): Likewise.
4288 (ipa_is_param_used): Likewise.
4289 (ipa_node_params_t): Move into garbage collector. New methods insert
4290 and remove.
4291 (ipa_node_params_sum): Annotate wth GTY(()).
4292 (ipa_check_create_node_params): Adjust to ipa_node_params_sum being
4293 garbage collected.
4294 (ipa_load_from_parm_agg): Adjust declaration.
4295 * ipa-icf.c (param_used_p): Adjust to descriptors being a pointer.
4296 * ipa-profile.c (ipa_profile): Likewise.
4297 * ipa-prop.c (ipa_get_param_decl_index_1): Likewise.
4298 (ipa_populate_param_decls): Make descriptors parameter garbage
4299 collected.
4300 (ipa_dump_param): Adjust to descriptors being a pointer.
4301 (ipa_alloc_node_params): Likewise.
4302 (ipa_initialize_node_params): Likewise.
4303 (load_from_param_1): Make descriptors parameter garbage collected.
4304 (load_from_unmodified_param): Likewise.
4305 (load_from_param): Likewise.
4306 (ipa_load_from_parm_agg): Likewise.
4307 (ipa_node_params::~ipa_node_params): Removed.
4308 (ipa_free_all_node_params): Remove call to delete operator.
4309 (ipa_node_params_t::insert): New.
4310 (ipa_node_params_t::remove): Likewise.
4311 (ipa_node_params_t::duplicate): Adjust to descriptors being a pointer,
4312 copy known_csts and known_contexts vectors.
4313 (ipa_read_node_info): Adjust to descriptors being a pointer.
4314 (ipcp_modif_dom_walker): Make m_descriptors field garbage
4315 collected.
4316 (ipcp_transform_function): Make descriptors variable garbage
4317 collected.
4318
4319 2017-01-23 Andrew Senkevich <andrew.senkevich@intel.com>
4320
4321 * config/i386/avx512bwintrin.h: Add k-mask test, kortest intrinsics.
4322 * config/i386/avx512dqintrin.h: Ditto.
4323 * config/i386/avx512fintrin.h: Ditto.
4324 * gcc/config/i386/i386.c: Handle new builtins.
4325 * config/i386/i386-builtin.def: Add new builtins.
4326 * config/i386/sse.md (ktest<mode>, kortest<mode>): New.
4327 (UNSPEC_KORTEST, UNSPEC_KTEST): New.
4328
4329 2017-01-23 Jakub Jelinek <jakub@redhat.com>
4330 Martin Liska <mliska@suse.cz>
4331
4332 * asan.h: Define ASAN_USE_AFTER_SCOPE_ATTRIBUTE.
4333 * asan.c (asan_expand_poison_ifn): Support stores and use
4334 appropriate ASAN report function.
4335 * internal-fn.c (expand_ASAN_POISON_USE): New function.
4336 * internal-fn.def (ASAN_POISON_USE): Declare.
4337 * tree-into-ssa.c (maybe_add_asan_poison_write): New function.
4338 (maybe_register_def): Create ASAN_POISON_USE when sanitizing.
4339 * tree-ssa-dce.c (eliminate_unnecessary_stmts): Remove
4340 ASAN_POISON calls w/o LHS.
4341 * tree-ssa.c (execute_update_addresses_taken): Create clobber
4342 for ASAN_MARK (UNPOISON, &x, ...) in order to prevent usage of a LHS
4343 from ASAN_MARK (POISON, &x, ...) coming to a PHI node.
4344 * gimplify.c (asan_poison_variables): Add attribute
4345 use_after_scope_memory to variables that really needs to live
4346 in memory.
4347 * tree-ssa.c (is_asan_mark_p): Do not rewrite into SSA when
4348 having the attribute.
4349
4350 2017-01-23 Martin Liska <mliska@suse.cz>
4351
4352 * asan.c (create_asan_shadow_var): New function.
4353 (asan_expand_poison_ifn): Likewise.
4354 * asan.h (asan_expand_poison_ifn): New declaration.
4355 * internal-fn.c (expand_ASAN_POISON): Likewise.
4356 * internal-fn.def (ASAN_POISON): New builtin.
4357 * sanopt.c (pass_sanopt::execute): Expand
4358 asan_expand_poison_ifn.
4359 * tree-inline.c (copy_decl_for_dup_finish): Make function
4360 external.
4361 * tree-inline.h (copy_decl_for_dup_finish): Likewise.
4362 * tree-ssa.c (is_asan_mark_p): New function.
4363 (execute_update_addresses_taken): Rewrite local variables
4364 (identified just by use-after-scope as addressable) into SSA.
4365
4366 2017-01-22 Gerald Pfeifer <gerald@pfeifer.com>
4367
4368 * doc/install.texi (Specific): opensource.apple.com uses https
4369 now. Remove trailing slash.
4370
4371 2017-01-22 Gerald Pfeifer <gerald@pfeifer.com>
4372
4373 * README.Portability: Remove note on an Irix compatibility issue.
4374
4375 2017-01-22 Dimitry Andric <dim@FreeBSD.org>
4376
4377 * gcov.c (INCLUDE_ALGORITHM): Define.
4378 (INCLUDE_VECTOR): Define.
4379 No longer include <vector> and <algorithm> directly.
4380
4381 2017-01-21 Gerald Pfeifer <gerald@pfeifer.com>
4382
4383 * doc/extend.texi (Thread-Local): Change www.akkadia.org reference
4384 to https.
4385 * doc/invoke.texi (Code Gen Options): Ditto.
4386
4387 2017-01-21 Jan Hubicka <hubicka@ucw.cz>
4388
4389 PR lto/78407
4390 * cfg.c (update_bb_profile_for_threading): Fix updating of probablity.
4391
4392 2017-01-21 Bernd Schmidt <bschmidt@redhat.com>
4393
4394 rtl-optimization/79125
4395 * cprop.c (local_cprop_pass): Handle cases where we make an
4396 unconditional trap.
4397
4398 2017-01-20 Segher Boessenkool <segher@kernel.crashing.org>
4399
4400 PR target/61729
4401 PR target/77850
4402 * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Adjust address to
4403 read from, for big endian.
4404
4405 2017-01-20 Jiong Wang <jiong.wang@arm.com>
4406
4407 * config/aarch64/aarch64-builtins.c (aarch64_init_builtins): Register
4408 register pauth builtins for LP64 only.
4409
4410 2017-01-20 Marek Polacek <polacek@redhat.com>
4411
4412 PR c/79152
4413 * gimplify.c (should_warn_for_implicit_fallthrough): Handle consecutive
4414 non-case labels.
4415
4416 2017-01-20 Alexander Monakov <amonakov@ispras.ru>
4417
4418 * omp-expand.c (expand_omp_simd): Clear PROP_gimple_lomp_dev regardless
4419 of safelen status.
4420 * omp-offload.c (pass_omp_device_lower::gate): Use PROP_gimple_lomp_dev.
4421 * passes.c (dump_properties): Handle PROP_gimple_lomp_dev.
4422 * tree-inline.c (expand_call_inline): Propagate PROP_gimple_lomp_dev.
4423
4424 2017-01-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4425
4426 PR target/71270
4427 * config/arm/arm.c (neon_valid_immediate): Reject vector constants
4428 in big-endian mode when they are not a single duplicated value.
4429
4430 2017-01-20 Richard Biener <rguenther@suse.de>
4431
4432 * BASE-VER: Bump to 7.0.1.
4433
4434 2017-01-20 Alexander Monakov <amonakov@ispras.ru>
4435
4436 * omp-low.c (omplow_simd_context): New struct. Use it...
4437 (lower_rec_simd_input_clauses): ...here and...
4438 (lower_rec_input_clauses): ...here to hold common data. Adjust all
4439 references to idx, lane, max_vf, is_simt.
4440
4441 2017-01-20 Graham Markall <graham.markall@embecosm.com>
4442
4443 * config/arc/arc.h (LINK_SPEC): Use arclinux_nps emulation when
4444 mcpu=nps400.
4445
4446 2017-01-20 Martin Jambor <mjambor@suse.cz>
4447
4448 * hsa.h: Renaed to hsa-common.h. Adjusted a comment.
4449 * hsa.c: Renaed to hsa-common.c. Change include of gt-hsa.h to
4450 gt-hsa-common.h.
4451 * Makefile.in (OBJS): Rename hsa.o to hsa-common.o.
4452 (GTFILES): Rename hsa.c to hsa-common.c.
4453 * hsa-brig.c: Change include of hsa.h to hsa-common.h.
4454 * hsa-dump.c: Likewise.
4455 * hsa-gen.c: Likewise.
4456 * hsa-regalloc.c: Likewise.
4457 * ipa-hsa.c: Likewise.
4458 * omp-expand.c: Likewise.
4459 * omp-low.c: Likewise.
4460 * toplev.c: Likewise.
4461
4462 2017-01-20 Marek Polacek <polacek@redhat.com>
4463
4464 PR c/64279
4465 * doc/invoke.texi: Document -Wduplicated-branches.
4466 * fold-const.c (operand_equal_p): Handle MODIFY_EXPR, INIT_EXPR,
4467 COMPOUND_EXPR, PREDECREMENT_EXPR, PREINCREMENT_EXPR,
4468 POSTDECREMENT_EXPR, POSTINCREMENT_EXPR, CLEANUP_POINT_EXPR, EXPR_STMT,
4469 STATEMENT_LIST, and RETURN_EXPR. For non-pure non-const functions
4470 return 0 only when not OEP_LEXICOGRAPHIC.
4471 (fold_build_cleanup_point_expr): Use the expression
4472 location when building CLEANUP_POINT_EXPR.
4473 * tree-core.h (enum operand_equal_flag): Add OEP_LEXICOGRAPHIC.
4474 * tree.c (add_expr): Handle error_mark_node.
4475
4476 2017-01-20 Martin Liska <mliska@suse.cz>
4477
4478 PR lto/69188
4479 * tree-profile.c (init_ic_make_global_vars): Do not call
4480 finalize_decl.
4481 (gimple_init_gcov_profiler): Likewise.
4482
4483 2017-01-20 Martin Liska <mliska@suse.cz>
4484
4485 PR ipa/71190
4486 * cgraph.h (maybe_create_reference): Remove argument and
4487 update comment.
4488 * cgraphclones.c (cgraph_node::create_virtual_clone): Remove one
4489 argument.
4490 * ipa-cp.c (create_specialized_node): Likewise.
4491 * symtab.c (symtab_node::maybe_create_reference): Handle
4492 VAR_DECLs and ADDR_EXPRs and select ipa_ref_use type.
4493
4494 2017-01-20 Martin Liska <mliska@suse.cz>
4495
4496 * read-rtl-function.c (function_reader::create_function): Use
4497 build_decl instread of build_decl_stat.
4498
4499 2017-01-20 Andrew Senkevich <andrew.senkevich@intel.com>
4500
4501 * config/i386/avx512bwintrin.h: Add k-mask registers shift intrinsics.
4502 * config/i386/avx512dqintrin.h: Ditto.
4503 * config/i386/avx512fintrin.h: Ditto.
4504 * config/i386/i386-builtin-types.def: Add new types.
4505 * gcc/config/i386/i386.c: Handle new types.
4506 * config/i386/i386-builtin.def (__builtin_ia32_kshiftliqi)
4507 (__builtin_ia32_kshiftlihi, __builtin_ia32_kshiftlisi)
4508 (__builtin_ia32_kshiftlidi, __builtin_ia32_kshiftriqi)
4509 (__builtin_ia32_kshiftrihi, __builtin_ia32_kshiftrisi)
4510 (__builtin_ia32_kshiftridi): New.
4511 * config/i386/sse.md (k<code><mode>): Rename *k<code><mode>.
4512
4513 2017-01-19 Segher Boessenkool <segher@kernel.crashing.org>
4514
4515 PR target/78875
4516 PR target/79140
4517 * config/rs6000/rs6000.c (TARGET_STACK_PROTECT_GUARD): Unconditionally
4518 define to rs6000_init_stack_protect_guard.
4519 (rs6000_init_stack_protect_guard): New function.
4520
4521 2017-01-19 Matthew Fortune <matthew.fortune@imgtec.com>
4522 Yunqiang Su <yunqiang.su@imgtec.com>
4523
4524 * config.gcc (supported_defaults): Add madd4.
4525 (with_madd4): Add validation.
4526 (all_defaults): Add madd4.
4527 * config/mips/mips.opt (mmadd4): New option.
4528 * gcc/config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
4529 mmadd4.
4530 (TARGET_CPU_CPP_BUILTINS): Add builtin_define for
4531 __mips_no_madd4.
4532 (ISA_HAS_UNFUSED_MADD4): Gate with mips_madd4.
4533 (ISA_HAS_FUSED_MADD4): Likewise.
4534 * gcc/doc/invoke.texi (-mmadd4): Document the new option.
4535 * gcc/doc/install.texi (--with-madd4): Document the new option.
4536
4537 2017-01-19 Jiong Wang <jiong.wang@arm.com>
4538
4539 * config/aarch64/aarch64-builtins.c (enum aarch64_builtins): New
4540 entries for AARCH64_PAUTH_BUILTIN_XPACLRI,
4541 AARCH64_PAUTH_BUILTIN_PACIA1716, AARCH64_PAUTH_BUILTIN_AUTIA1716.
4542 (aarch64_init_pauth_hint_builtins): New.
4543 (aarch64_init_builtins): Call aarch64_init_pauth_hint_builtins.
4544 (aarch64_expand_builtin): Expand new builtins.
4545
4546 2017-01-19 Jiong Wang <jiong.wang@arm.com>
4547
4548 * reg-notes.def (CFA_TOGGLE_RA_MANGLE): New reg-note.
4549 * combine-stack-adj.c (no_unhandled_cfa): Handle
4550 REG_CFA_TOGGLE_RA_MANGLE.
4551 * dwarf2cfi.c (dwarf2out_frame_debug): Handle REG_CFA_TOGGLE_RA_MANGLE.
4552 * config/aarch64/aarch64.c (aarch64_expand_prologue): Generates DWARF
4553 info for return address signing.
4554 (aarch64_expand_epilogue): Likewise.
4555
4556 2017-01-19 Jiong Wang <jiong.wang@arm.com>
4557
4558 * config/aarch64/aarch64-opts.h (aarch64_function_type): New enum.
4559 * config/aarch64/aarch64-protos.h
4560 (aarch64_return_address_signing_enabled): New declaration.
4561 * config/aarch64/aarch64.c (aarch64_return_address_signing_enabled):
4562 New function.
4563 (aarch64_expand_prologue): Sign return address before it's pushed onto
4564 stack.
4565 (aarch64_expand_epilogue): Authenticate return address fetched from
4566 stack.
4567 (aarch64_override_options): Sanity check for ILP32 and ISA level.
4568 (aarch64_attributes): New function attributes for "sign-return-address".
4569 * config/aarch64/aarch64.md (UNSPEC_AUTI1716, UNSPEC_AUTISP,
4570 UNSPEC_PACI1716, UNSPEC_PACISP, UNSPEC_XPACLRI): New unspecs.
4571 ("*do_return"): Generate combined instructions according to key index.
4572 ("<pauth_mnem_prefix>sp", "<pauth_mnem_prefix1716", "xpaclri"): New.
4573 * config/aarch64/iterators.md (PAUTH_LR_SP, PAUTH_17_16): New integer
4574 iterators.
4575 (pauth_mnem_prefix, pauth_hint_num_a): New integer attributes.
4576 * config/aarch64/aarch64.opt (msign-return-address=): New.
4577 * doc/extend.texi (AArch64 Function Attributes): Documents
4578 "sign-return-address=".
4579 * doc/invoke.texi (AArch64 Options): Documents "-msign-return-address=".
4580
4581 2017-01-19 Matthew Fortune <matthew.fortune@imgtec.com>
4582
4583 * doc/invoke.texi: Add missing -mlxc1-sxc1 options to
4584 overall option summary.
4585
4586 2017-01-19 Jiong Wang <jiong.wang@arm.com>
4587
4588 * config/aarch64/aarch64-arches.def: New entry for "armv8.3-a".
4589 * config/aarch64/aarch64.h (AARCH64_FL_V8_3, AARCH64_FL_FOR_ARCH8_3,
4590 AARCH64_ISA_V8_3, TARGET_ARMV8_3): New.
4591 * doc/invoke.texi (AArch64 Options): Document "armv8.3-a".
4592
4593 2017-01-19 Michael Meissner <meissner@linux.vnet.ibm.com>
4594
4595 * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Enable
4596 -mpower9-minmax by default for -mcpu=power9.
4597 (ISA_3_MASKS_IEEE): Require -mvsx-small-integer to enable IEEE
4598 128-bit floating point.
4599
4600 2017-01-20 Alan Modra <amodra@gmail.com>
4601
4602 * config/rs6000/rs6000.md (cmpstrnsi, cmpstrsi): Fail if
4603 optimizing for size.
4604
4605 2017-01-20 Alan Modra <amodra@gmail.com>
4606
4607 PR target/79144
4608 * config/rs6000/rs6000.c (expand_strn_compare): Get the asm name
4609 for strcmp and strncmp from corresponding builtin decl.
4610
4611 2017-01-19 Uros Bizjak <ubizjak@gmail.com>
4612
4613 * config.gcc (x86_64-*-rtems*): Use i386/rtemself.h
4614 instead of i386/rtems-64.h.
4615 * config/i386/rtems-64.h: Remove.
4616
4617 2017-01-19 Uros Bizjak <ubizjak@gmail.com>
4618
4619 PR target/78478
4620 Revert:
4621 2013-11-05 Uros Bizjak <ubizjak@gmail.com>
4622
4623 * config/i386/rtemself.h (LONG_DOUBLE_TYPE_SIZE): New define.
4624
4625 2017-01-19 Tamar Christina <tamar.christina@arm.com>
4626
4627 * config/aarch64/aarch64.c (aarch64_simd_gen_const_vector_dup):
4628 Change int to HOST_WIDE_INT.
4629 * config/aarch64/aarch64-protos.h
4630 (aarch64_simd_gen_const_vector_dup): Likewise.
4631 * config/aarch64/aarch64-simd.md: Add copysign<mode>3.
4632
4633 2017-01-19 David Malcolm <dmalcolm@redhat.com>
4634
4635 * langhooks-def.h (lhd_type_for_size): New decl.
4636 (LANG_HOOKS_TYPE_FOR_SIZE): Define as lhd_type_for_size.
4637 * langhooks.c (lhd_type_for_size): New function, taken from
4638 lto_type_for_size.
4639
4640 2017-01-19 Pat Haugen <pthaugen@us.ibm.com>
4641
4642 * config/rs6000/power9.md (power9-alu): Remove 'cmp' type and add
4643 define_bypass for CR latency.
4644 (power9-cracked-alu): Update bypass latency and remove power9-branch.
4645 (power9-alu2): Add define_bypass for CR latency.
4646 (power9-cmp): New.
4647 (power9-mul): Update insn latency.
4648 (power9-mul-compare): Update insn latency, bypass latency and remove
4649 power9-branch.
4650
4651 2016-01-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4652
4653 * config/aarch64/aarch64-protos.h (aarch64_nopcrelative_literal_loads):
4654 Delete.
4655 * config/aarch64/aarch64.md
4656 (aarch64_reload_movcp<GPF_TF:mode><P:mode>): Delete reference to
4657 aarch64_nopcrelative_literal_loads.
4658 (aarch64_reload_movcp<VALL:mode><P:mode>): Likewise.
4659
4660 2017-01-19 Chenghua Xu <paul.hua.gm@gmail.com>
4661
4662 * config/mips/mips.h (ISA_HAS_FUSED_MADD4): Enable for
4663 TARGET_LOONGSON_3A.
4664 (ISA_HAS_UNFUSED_MADD4): Exclude TARGET_LOONGSON_3A.
4665
4666 2017-01-19 Doug Gilmore <doug.gilmore@imgtec.com>
4667
4668 PR target/78176
4669 * config.gcc (supported_defaults): Add lxc1-sxc1.
4670 (with_lxc1_sxc1): Add validation.
4671 (all_defaults): Add lxc1-sxc1.
4672 * config/mips/mips.opt (mlxc1-sxc1): New option.
4673 * gcc/config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
4674 mlxc1-sxc1.
4675 (TARGET_CPU_CPP_BUILTINS): Add builtin_define for
4676 __mips_no_lxc1_sxc1.
4677 (ISA_HAS_LXC1_SXC1): Gate with mips_lxc1_sxc1.
4678 * gcc/doc/invoke.texi (-mlxc1-sxc1): Document the new option.
4679 * doc/install.texi (--with-lxc1-sxc1): Document the new option.
4680
4681 2017-01-19 Richard Biener <rguenther@suse.de>
4682
4683 PR tree-optimization/72488
4684 * tree-ssa-sccvn.c (run_scc_vn): When we abort the VN make
4685 sure to restore SSA info.
4686 * tree-ssa.c (verify_ssa): Verify SSA info is not shared.
4687
4688 2017-01-19 Richard Earnshaw <rearnsha@arm.com>
4689
4690 PR rtl-optimization/79121
4691 * expr.c (expand_expr_real_2, case LSHIFT_EXPR): Look at the signedness
4692 of the inner type when shifting an extended value.
4693
4694 2017-01-17 Jan Hubicka <hubicka@ucw.cz>
4695
4696 PR lto/78407
4697 * symtab.c (symtab_node::equal_address_to): Fix comparing of
4698 interposable aliases.
4699
4700 2017-01-18 Peter Bergner <bergner@vnet.ibm.com>
4701
4702 PR target/78516
4703 * config/rs6000/spe.md (mov_si<mode>_e500_subreg0): Fix constraints.
4704 Use the evmergelohi instruction.
4705 (mov_si<mode>_e500_subreg4_2_le): Likewise.
4706 (mov_sitf_e500_subreg8_2_be): Likewise.
4707 (mov_sitf_e500_subreg12_2_le): Likewise.
4708 (mov_si<mode>_e500_subreg0_2_le): Fix constraints.
4709 (mov_si<mode>_e500_subreg4_2_be): Likewise.
4710 (mov_sitf_e500_subreg8_2_le): Likewise.
4711 (mov_sitf_e500_subreg12_2_be): Likewise.
4712
4713 2017-01-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4714
4715 * config/rs6000/altivec.md (altivec_vbpermq): Change "type"
4716 attribute from vecsimple to vecperm.
4717 (altivec_vbpermq2): Likewise.
4718
4719 2017-01-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4720
4721 PR target/79040
4722 * config/rs6000/altivec.h: Fix typo of vec_cntlz to vec_cnttz.
4723
4724 2017-01-18 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
4725 * config/rs6000/rs6000-protos.h (expand_strn_compare): Add arg.
4726 * config/rs6000/rs6000.c (expand_strn_compare): Add ability to expand
4727 strcmp. Fix bug where comparison didn't stop with zero byte. Fix
4728 case where N arg is SIZE_MAX.
4729 * config/rs6000/rs6000.md (cmpstrnsi): Args to expand_strn_compare.
4730 (cmpstrsi): Add pattern.
4731
4732 2017-01-18 Michael Meissner <meissner@linux.vnet.ibm.com>
4733
4734 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
4735 __builtin_vec_revb builtins.
4736 * config/rs6000/rs6000-builtins.def (P9V_BUILTIN_XXBRQ_V16QI): Add
4737 built-in functions to support generation of the ISA 3.0 XXBR<x>
4738 vector byte reverse instructions.
4739 (P9V_BUILTIN_XXBRQ_V1TI): Likewise.
4740 (P9V_BUILTIN_XXBRD_V2DI): Likewise.
4741 (P9V_BUILTIN_XXBRD_V2DF): Likewise.
4742 (P9V_BUILTIN_XXBGW_V4SI): Likewise.
4743 (P9V_BUILTIN_XXBGW_V4SF): Likewise.
4744 (P9V_BUILTIN_XXBGH_V8HI): Likewise.
4745 (P9V_BUILTIN_VEC_REVB): Likewise.
4746 * config/rs6000/vsx.md (p9_xxbrq_v1ti): New insns/expanders to
4747 generate the ISA 3.0 XXBR<x> vector byte reverse instructions.
4748 (p9_xxbrq_v16qi): Likewise.
4749 (p9_xxbrd_<mode>, VSX_D iterator): Likewise.
4750 (p9_xxbrw_<mode>, VSX_W iterator): Likewise.
4751 (p9_xxbrh_v8hi): Likewise.
4752 * config/rs6000/altivec.h (vec_revb): Define if ISA 3.0.
4753 * doc/extend.texi (RS/6000 Altivec Built-ins): Document the
4754 vec_revb built-in functions.
4755
4756 2017-01-18 Uros Bizjak <ubizjak@gmail.com>
4757
4758 PR rtl-optimization/78952
4759 * config/i386/i386.md (any_extract): New code iterator.
4760 (*insvqi_2): Use any_extract for source operand.
4761 (*insvqi_3): Use any_shiftrt for source operand.
4762
4763 2017-01-18 Wilco Dijkstra <wdijkstr@arm.com>
4764
4765 * config/aarch64/aarch64.c (aarch64_sched_adjust_priority)
4766 New function.
4767 (TARGET_SCHED_ADJUST_PRIORITY): Define target hook.
4768
4769 2017-01-18 Matthias Klose <doko@ubuntu.com>
4770
4771 * doc/install.texi: Allow default for --with-target-bdw-gc-include.
4772
4773 2016-01-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4774
4775 * config/rs6000/altivec.h (vec_bperm): Change #define.
4776 * config/rs6000/altivec.md (UNSPEC_VBPERMD): New enum constant.
4777 (altivec_vbpermq2): New define_insn.
4778 (altivec_vbpermd): Likewise.
4779 * config/rs6000/rs6000-builtin.def (VBPERMQ2): New monomorphic
4780 function interface.
4781 (VBPERMD): Likewise.
4782 (VBPERM): New polymorphic function interface.
4783 * config/rs6000/r6000-c.c (altivec_overloaded_builtins_table):
4784 Add entries for P9V_BUILTIN_VEC_VBPERM.
4785 * doc/extend.texi: Add interfaces for vec_bperm.
4786
4787 2017-01-18 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
4788
4789 * config/s390/s390-c.c (s390_expand_overloaded_builtin): Downcase
4790 first letter of error messages.
4791 (s390_resolve_overloaded_builtin): Likewise.
4792 * config/s390/s390.c (s390_expand_builtin): Likewise.
4793 (s390_invalid_arg_for_unprototyped_fn): Likewise.
4794 (s390_valid_target_attribute_inner_p): Likewise.
4795 * config/s390/s390.md ("tabort"): Likewise.
4796
4797 2017-01-18 Toma Tabacu <toma.tabacu@imgtec.com>
4798
4799 * config/mips/mips.h (ISA_HAS_DIV3): Remove unused macro.
4800 (ISA_AVOID_DIV_HILO): New macro.
4801 (ISA_HAS_DIV): Use new ISA_AVOID_DIV_HILO macro.
4802 (ISA_HAS_DDIV): Likewise.
4803
4804 2017-01-18 Markus Trippelsdorf <markus@trippelsdorf.de>
4805
4806 * doc/invoke.texi (fabi-version): Correct number of occurrences.
4807
4808 2017-01-18 Markus Trippelsdorf <markus@trippelsdorf.de>
4809
4810 * doc/invoke.texi (fabi-version): Spelling fix.
4811
4812 2017-01-18 Markus Trippelsdorf <markus@trippelsdorf.de>
4813
4814 PR c++/70182
4815 * doc/invoke.texi (fabi-version): Mention mangling fix for
4816 operator names.
4817
4818 2017-01-18 Markus Trippelsdorf <markus@trippelsdorf.de>
4819
4820 PR c++/77489
4821 * doc/invoke.texi (fabi-version): Document discriminator mangling.
4822
4823 2017-01-17 Segher Boessenkool <segher@kernel.crashing.org>
4824
4825 PR target/78875
4826 * config/rs6000/rs6000-opts.h (stack_protector_guard): New enum.
4827 * config/rs6000/rs6000.c (rs6000_option_override_internal): Handle
4828 the new options.
4829 * config/rs6000/rs6000.md (stack_protect_set): Handle the new more
4830 flexible settings.
4831 (stack_protect_test): Ditto.
4832 * config/rs6000/rs6000.opt (mstack-protector-guard=,
4833 mstack-protector-guard-reg=, mstack-protector-guard-offset=): New
4834 options.
4835 * doc/invoke.texi (Option Summary) [RS/6000 and PowerPC Options]:
4836 Add -mstack-protector-guard=, -mstack-protector-guard-reg=, and
4837 -mstack-protector-guard-offset=.
4838 (RS/6000 and PowerPC Options): Ditto.
4839
4840 2017-01-17 Uros Bizjak <ubizjak@gmail.com>
4841
4842 * config/i386/i386.h (MASK_CLASS_P): New define.
4843 * config/i386/i386.c (inline_secondary_memory_needed): Ensure that
4844 there are no registers from different register sets also when
4845 mask registers are used. Update function comment.
4846 * config/i386/i386.md (*movsi_internal): Split (*k/*krm) alternative
4847 to (*k/*r) and (*k/*km) alternatives.
4848
4849 2017-01-17 Wilco Dijkstra <wdijkstr@arm.com>
4850
4851 * config/aarch64/aarch64.md (eh_return): Remove pattern and splitter.
4852 * config/aarch64/aarch64.h (AARCH64_EH_STACKADJ_REGNUM): Remove.
4853 (EH_RETURN_HANDLER_RTX): New define.
4854 * config/aarch64/aarch64.c (aarch64_frame_pointer_required):
4855 Force frame pointer in EH return functions.
4856 (aarch64_expand_epilogue): Add barrier for eh_return.
4857 (aarch64_final_eh_return_addr): Remove.
4858 (aarch64_eh_return_handler_rtx): New function.
4859 * config/aarch64/aarch64-protos.h (aarch64_final_eh_return_addr):
4860 Remove.
4861 (aarch64_eh_return_handler_rtx): New prototype.
4862
4863 2017-01-17 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4864
4865 * config/rs6000/altivec.h (vec_rlmi): New #define.
4866 (vec_vrlnm): Likewise.
4867 (vec_rlnm): Likewise.
4868 * config/rs6000/altivec.md (UNSPEC_VRLMI): New UNSPEC enum value.
4869 (UNSPEC_VRLNM): Likewise.
4870 (VIlong): New mode iterator.
4871 (altivec_vrl<VI_char>mi): New define_insn.
4872 (altivec_vrl<VI_char>nm): Likewise.
4873 * config/rs6000/rs6000-builtin.def (VRLWNM): New monomorphic
4874 function entry.
4875 (VRLDNM): Likewise.
4876 (RLNM): New polymorphic function entry.
4877 (VRLWMI): New monomorphic function entry.
4878 (VRLDMI): Likewise.
4879 (RLMI): New polymorphic function entry.
4880 * config/rs6000/r6000-c.c (altivec_overloaded_builtin_table): Add
4881 new entries for P9V_BUILTIN_VEC_RLMI and P9V_BUILTIN_VEC_RLNM.
4882 * doc/extend.texi: Add description of vec_rlmi, vec_rlnm, and
4883 vec_vrlnm.
4884
4885 2017-01-17 Jakub Jelinek <jakub@redhat.com>
4886
4887 PR debug/78839
4888 * dwarf2out.c (field_byte_offset): Restore the
4889 PCC_BITFIELD_TYPE_MATTERS behavior for INTEGER_CST DECL_FIELD_OFFSET
4890 and DECL_FIELD_BIT_OFFSET. Use fold_build2 instead of build2 + fold.
4891 (analyze_variants_discr, gen_variant_part): Use fold_build2 instead
4892 of build2 + fold.
4893
4894 2017-01-17 Eric Botcazou <ebotcazou@adacore.com>
4895
4896 PR ada/67205
4897 * config/aarch64/aarch64.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define
4898
4899 2017-01-17 Jakub Jelinek <jakub@redhat.com>
4900
4901 PR debug/71669
4902 * dwarf2out.c (add_data_member_location_attribute): For constant
4903 offset bitfield emit for -gdwarf-5 DW_AT_data_bit_offset attribute
4904 instead of DW_AT_data_member_location, DW_AT_bit_offset and
4905 DW_AT_byte_size attributes.
4906
4907 2017-01-17 Eric Botcazou <ebotcazou@adacore.com>
4908
4909 * config/rs6000/rs6000.c (rs6000_emit_move): Also use a TOC reference
4910 after forcing to constant memory when the code model is medium.
4911
4912 2017-01-17 Julia Koval <julia.koval@intel.com>
4913
4914 PR target/76731
4915 * config/i386/avx512fintrin.h
4916 (_mm512_i32gather_ps): Change __addr type to void const*.
4917 (_mm512_mask_i32gather_ps): Ditto.
4918 (_mm512_i32gather_pd): Ditto.
4919 (_mm512_mask_i32gather_pd): Ditto.
4920 (_mm512_i64gather_ps): Ditto.
4921 (_mm512_mask_i64gather_ps): Ditto.
4922 (_mm512_i64gather_pd): Ditto.
4923 (_mm512_mask_i64gather_pd): Ditto.
4924 (_mm512_i32gather_epi32): Ditto.
4925 (_mm512_mask_i32gather_epi32): Ditto.
4926 (_mm512_i32gather_epi64): Ditto.
4927 (_mm512_mask_i32gather_epi64): Ditto.
4928 (_mm512_i64gather_epi32): Ditto.
4929 (_mm512_mask_i64gather_epi32): Ditto.
4930 (_mm512_i64gather_epi64): Ditto.
4931 (_mm512_mask_i64gather_epi64): Ditto.
4932 (_mm512_i32scatter_ps): Change __addr type to void*.
4933 (_mm512_mask_i32scatter_ps): Ditto.
4934 (_mm512_i32scatter_pd): Ditto.
4935 (_mm512_mask_i32scatter_pd): Ditto.
4936 (_mm512_i64scatter_ps): Ditto.
4937 (_mm512_mask_i64scatter_ps): Ditto.
4938 (_mm512_i64scatter_pd): Ditto.
4939 (_mm512_mask_i64scatter_pd): Ditto.
4940 (_mm512_i32scatter_epi32): Ditto.
4941 (_mm512_mask_i32scatter_epi32): Ditto.
4942 (_mm512_i32scatter_epi64): Ditto.
4943 (_mm512_mask_i32scatter_epi64): Ditto.
4944 (_mm512_i64scatter_epi32): Ditto.
4945 (_mm512_mask_i64scatter_epi32): Ditto.
4946 (_mm512_i64scatter_epi64): Ditto.
4947 (_mm512_mask_i64scatter_epi64): Ditto.
4948 * config/i386/avx512pfintrin.h
4949 (_mm512_mask_prefetch_i32gather_pd): Change __addr type to void const*.
4950 (_mm512_mask_prefetch_i32gather_ps): Ditto.
4951 (_mm512_mask_prefetch_i64gather_pd): Ditto.
4952 (_mm512_mask_prefetch_i64gather_ps): Ditto.
4953 (_mm512_prefetch_i32scatter_pd): Change __addr type to void*.
4954 (_mm512_prefetch_i32scatter_ps): Ditto.
4955 (_mm512_mask_prefetch_i32scatter_pd): Ditto.
4956 (_mm512_mask_prefetch_i32scatter_ps): Ditto.
4957 (_mm512_prefetch_i64scatter_pd): Ditto.
4958 (_mm512_prefetch_i64scatter_ps): Ditto.
4959 (_mm512_mask_prefetch_i64scatter_pd): Ditto.
4960 (_mm512_mask_prefetch_i64scatter_ps): Ditto.
4961 * config/i386/avx512vlintrin.h
4962 (_mm256_mmask_i32gather_ps): Change __addr type to void const*.
4963 (_mm_mmask_i32gather_ps): Ditto.
4964 (_mm256_mmask_i32gather_pd): Ditto.
4965 (_mm_mmask_i32gather_pd): Ditto.
4966 (_mm256_mmask_i64gather_ps): Ditto.
4967 (_mm_mmask_i64gather_ps): Ditto.
4968 (_mm256_mmask_i64gather_pd): Ditto.
4969 (_mm_mmask_i64gather_pd): Ditto.
4970 (_mm256_mmask_i32gather_epi32): Ditto.
4971 (_mm_mmask_i32gather_epi32): Ditto.
4972 (_mm256_mmask_i32gather_epi64): Ditto.
4973 (_mm_mmask_i32gather_epi64): Ditto.
4974 (_mm256_mmask_i64gather_epi32): Ditto.
4975 (_mm_mmask_i64gather_epi32): Ditto.
4976 (_mm256_mmask_i64gather_epi64): Ditto.
4977 (_mm_mmask_i64gather_epi64): Ditto.
4978 (_mm256_i32scatter_ps): Change __addr type to void*.
4979 (_mm256_mask_i32scatter_ps): Ditto.
4980 (_mm_i32scatter_ps): Ditto.
4981 (_mm_mask_i32scatter_ps): Ditto.
4982 (_mm256_i32scatter_pd): Ditto.
4983 (_mm256_mask_i32scatter_pd): Ditto.
4984 (_mm_i32scatter_pd): Ditto.
4985 (_mm_mask_i32scatter_pd): Ditto.
4986 (_mm256_i64scatter_ps): Ditto.
4987 (_mm256_mask_i64scatter_ps): Ditto.
4988 (_mm_i64scatter_ps): Ditto.
4989 (_mm_mask_i64scatter_ps): Ditto.
4990 (_mm256_i64scatter_pd): Ditto.
4991 (_mm256_mask_i64scatter_pd): Ditto.
4992 (_mm_i64scatter_pd): Ditto.
4993 (_mm_mask_i64scatter_pd): Ditto.
4994 (_mm256_i32scatter_epi32): Ditto.
4995 (_mm256_mask_i32scatter_epi32): Ditto.
4996 (_mm_i32scatter_epi32): Ditto.
4997 (_mm_mask_i32scatter_epi32): Ditto.
4998 (_mm256_i32scatter_epi64): Ditto.
4999 (_mm256_mask_i32scatter_epi64): Ditto.
5000 (_mm_i32scatter_epi64): Ditto.
5001 (_mm_mask_i32scatter_epi64): Ditto.
5002 (_mm256_i64scatter_epi32): Ditto.
5003 (_mm256_mask_i64scatter_epi32): Ditto.
5004 (_mm_i64scatter_epi32): Ditto.
5005 (_mm_mask_i64scatter_epi32): Ditto.
5006 (_mm256_i64scatter_epi64): Ditto.
5007 (_mm256_mask_i64scatter_epi64): Ditto.
5008 (_mm_i64scatter_epi64): Ditto.
5009 (_mm_mask_i64scatter_epi64): Ditto.
5010 * config/i386/i386-builtin-types.def (V16SF_V16SF_PCFLOAT_V16SI_HI_INT)
5011 (V8DF_V8DF_PCDOUBLE_V8SI_QI_INT, V8SF_V8SF_PCFLOAT_V8DI_QI_INT)
5012 (V8DF_V8DF_PCDOUBLE_V8DI_QI_INT, V16SI_V16SI_PCINT_V16SI_HI_INT)
5013 (V8DI_V8DI_PCINT64_V8SI_QI_INT, V8SI_V8SI_PCINT_V8DI_QI_INT)
5014 (V8DI_V8DI_PCINT64_V8DI_QI_INT, V2DF_V2DF_PCDOUBLE_V4SI_QI_INT)
5015 (V4DF_V4DF_PCDOUBLE_V4SI_QI_INT, V2DF_V2DF_PCDOUBLE_V2DI_QI_INT)
5016 (V4DF_V4DF_PCDOUBLE_V4DI_QI_INT, V4SF_V4SF_PCFLOAT_V4SI_QI_INT)
5017 (V8SF_V8SF_PCFLOAT_V8SI_QI_INT, V4SF_V4SF_PCFLOAT_V2DI_QI_INT)
5018 (V4SF_V4SF_PCFLOAT_V4DI_QI_INT, V2DI_V2DI_PCINT64_V4SI_QI_INT)
5019 (V4DI_V4DI_PCINT64_V4SI_QI_INT, V2DI_V2DI_PCINT64_V2DI_QI_INT)
5020 (V4DI_V4DI_PCINT64_V4DI_QI_INT, V4SI_V4SI_PCINT_V4SI_QI_INT)
5021 (V8SI_V8SI_PCINT_V8SI_QI_INT, V4SI_V4SI_PCINT_V2DI_QI_INT)
5022 (V4SI_V4SI_PCINT_V4DI_QI_INT, VOID_PFLOAT_HI_V16SI_V16SF_INT)
5023 (VOID_PFLOAT_QI_V8SI_V8SF_INT, VOID_PFLOAT_QI_V4SI_V4SF_INT)
5024 (VOID_PDOUBLE_QI_V8SI_V8DF_INT, VOID_PDOUBLE_QI_V4SI_V4DF_INT)
5025 (VOID_PDOUBLE_QI_V4SI_V2DF_INT, VOID_PFLOAT_QI_V8DI_V8SF_INT)
5026 (VOID_PFLOAT_QI_V4DI_V4SF_INT, VOID_PFLOAT_QI_V2DI_V4SF_INT)
5027 (VOID_PDOUBLE_QI_V8DI_V8DF_INT, VOID_PDOUBLE_QI_V4DI_V4DF_INT)
5028 (VOID_PDOUBLE_QI_V2DI_V2DF_INT, VOID_PINT_HI_V16SI_V16SI_INT)
5029 (VOID_PINT_QI_V8SI_V8SI_INT, VOID_PINT_QI_V4SI_V4SI_INT)
5030 (VOID_PLONGLONG_QI_V8SI_V8DI_INT, VOID_PLONGLONG_QI_V4SI_V4DI_INT)
5031 (VOID_PLONGLONG_QI_V4SI_V2DI_INT, VOID_PINT_QI_V8DI_V8SI_INT)
5032 (VOID_PINT_QI_V4DI_V4SI_INT, VOID_PINT_QI_V2DI_V4SI_INT)
5033 (VOID_PLONGLONG_QI_V8DI_V8DI_INT, VOID_QI_V8SI_PCINT64_INT_INT)
5034 (VOID_PLONGLONG_QI_V4DI_V4DI_INT, VOID_PLONGLONG_QI_V2DI_V2DI_INT)
5035 (VOID_HI_V16SI_PCINT_INT_INT, VOID_QI_V8DI_PCINT64_INT_INT)
5036 (VOID_QI_V8DI_PCINT_INT_INT): Remove.
5037 (V16SF_V16SF_PCVOID_V16SI_HI_INT, V8DF_V8DF_PCVOID_V8SI_QI_INT)
5038 (V8SF_V8SF_PCVOID_V8DI_QI_INT, V8DF_V8DF_PCVOID_V8DI_QI_INT)
5039 (V16SI_V16SI_PCVOID_V16SI_HI_INT, V8DI_V8DI_PCVOID_V8SI_QI_INT)
5040 (V8SI_V8SI_PCVOID_V8DI_QI_INT, V8DI_V8DI_PCVOID_V8DI_QI_INT)
5041 (VOID_PVOID_HI_V16SI_V16SF_INT, VOID_PVOID_QI_V8SI_V8DF_INT)
5042 (VOID_PVOID_QI_V8DI_V8SF_INT, VOID_PVOID_QI_V8DI_V8DF_INT)
5043 (VOID_PVOID_HI_V16SI_V16SI_INT, VOID_PVOID_QI_V8SI_V8DI_INT)
5044 (VOID_PVOID_QI_V8DI_V8SI_INT, VOID_PVOID_QI_V8DI_V8DI_INT)
5045 (V2DF_V2DF_PCVOID_V4SI_QI_INT, V4DF_V4DF_PCVOID_V4SI_QI_INT)
5046 (V2DF_V2DF_PCVOID_V2DI_QI_INT, V4DF_V4DF_PCVOID_V4DI_QI_INT
5047 (V4SF_V4SF_PCVOID_V4SI_QI_INT, V8SF_V8SF_PCVOID_V8SI_QI_INT)
5048 (V4SF_V4SF_PCVOID_V2DI_QI_INT, V4SF_V4SF_PCVOID_V4DI_QI_INT)
5049 (V2DI_V2DI_PCVOID_V4SI_QI_INT, V4DI_V4DI_PCVOID_V4SI_QI_INT)
5050 (V2DI_V2DI_PCVOID_V2DI_QI_INT, V4DI_V4DI_PCVOID_V4DI_QI_INT)
5051 (V4SI_V4SI_PCVOID_V4SI_QI_INT, V8SI_V8SI_PCVOID_V8SI_QI_INT)
5052 (V4SI_V4SI_PCVOID_V2DI_QI_INT, V4SI_V4SI_PCVOID_V4DI_QI_INT)
5053 (VOID_PVOID_QI_V8SI_V8SF_INT, VOID_PVOID_QI_V4SI_V4SF_INT)
5054 (VOID_PVOID_QI_V4SI_V4DF_INT, VOID_PVOID_QI_V4SI_V2DF_INT)
5055 (VOID_PVOID_QI_V4DI_V4SF_INT, VOID_PVOID_QI_V2DI_V4SF_INT)
5056 (VOID_PVOID_QI_V4DI_V4DF_INT, VOID_PVOID_QI_V2DI_V2DF_INT)
5057 (VOID_PVOID_QI_V8SI_V8SI_INT, VOID_PVOID_QI_V4SI_V4SI_INT)
5058 (VOID_PVOID_QI_V4SI_V4DI_INT, VOID_PVOID_QI_V4SI_V2DI_INT)
5059 (VOID_PVOID_QI_V4DI_V4SI_INT, VOID_PVOID_QI_V2DI_V4SI_INT)
5060 (VOID_PVOID_QI_V4DI_V4DI_INT, VOID_PVOID_QI_V2DI_V2DI_INT)
5061 (VOID_QI_V8SI_PCVOID_INT_INT, VOID_HI_V16SI_PCVOID_INT_INT)
5062 (VOID_QI_V8DI_PCVOID_INT_INT): Add.
5063 * config/i386/i386.c (ix86_init_mmx_sse_builtins): Adjust builtin
5064 definitions accordingly.
5065
5066 2017-01-17 Kito Cheng <kito.cheng@gmail.com>
5067 Kuan-Lin Chen <kuanlinchentw@gmail.com>
5068
5069 PR target/79079
5070 * internal-fn.c (expand_mul_overflow): Use convert_modes instead of
5071 gen_lowpart.
5072
5073 2017-01-17 Vladimir Makarov <vmakarov@redhat.com>
5074
5075 PR target/79058
5076 * ira-conflicts.c (ira_build_conflicts): Update total conflict
5077 hard regs for inner regno.
5078
5079 2017-01-17 Martin Liska <mliska@suse.cz>
5080
5081 PR ipa/71207
5082 * ipa-polymorphic-call.c (contains_type_p): Fix wrong
5083 assumption and add comment.
5084
5085 2017-01-17 Nathan Sidwell <nathan@acm.org>
5086
5087 * ipa-visibility.c (localize_node): New function, broken out of ...
5088 (function_and_variable_visibility): ... here. Call it.
5089
5090 2017-01-17 Jan Hubicka <hubicka@ucw.cz>
5091
5092 PR middle-end/77445
5093 * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges):
5094 correctly set frequency of oudgoing edge.
5095 (duplicate_thread_path): Fix profile updating.
5096
5097 2017-01-17 Jakub Jelinek <jakub@redhat.com>
5098
5099 PR other/79046
5100 * configure.ac: Add GCC_BASE_VER.
5101 * Makefile.in (version): Use @get_gcc_base_ver@ instead of cat to get
5102 version from BASE-VER file.
5103 (CFLAGS-gcc.o): Add -DBASEVER=$(BASEVER_s).
5104 (gcc.o): Depend on $(BASEVER).
5105 * common.opt (dumpfullversion): New option.
5106 * gcc.c (driver_handle_option): Handle OPT_dumpfullversion.
5107 * doc/invoke.texi: Document -dumpfullversion.
5108 * doc/install.texi: Document --with-gcc-major-version-only.
5109 * configure: Regenerated.
5110
5111 2017-01-17 Richard Biener <rguenther@suse.de>
5112
5113 PR tree-optimization/71433
5114 * tree-vrp.c (register_new_assert_for): Merge same asserts
5115 on all incoming edges.
5116 (process_assert_insertions_for): Handle insertions at the
5117 beginning of BBs.
5118
5119 2017-01-17 Gerald Pfeifer <gerald@pfeifer.com>
5120
5121 * config/i386/cygwin.h (LIBGCJ_SONAME): Remove.
5122 * config/i386/mingw32.h (LIBGCJ_SONAME): Remove.
5123
5124 2017-01-17 Kaz Kojima <kkojima@gcc.gnu.org>
5125
5126 PR target/78633
5127 * config/sh/sh.md (cmpeqsi_t+1): Call copy_rtx to avoid invalid
5128 RTL sharing.
5129
5130 2017-01-17 Alan Modra <amodra@gmail.com>
5131
5132 PR target/79066
5133 * config/rs6000/rs6000.md (elf_high, elf_low): Disable when pic.
5134 * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Don't allow
5135 symbolic stack limit when pic.
5136
5137 2017-01-16 Martin Sebor <msebor@redhat.com>
5138
5139 PR tree-optimization/78608
5140 * gimple-ssa-sprintf.c (tree_digits): Avoid negating TYPE_MIN.
5141
5142 2017-01-16 Jeff Law <law@redhat.com>
5143
5144 Revert:
5145 2016-12-02 Tadek Kijkowski <tkijkowski@gmail.com>
5146 * Makefile.in (PREPROCESSOR_DEFINES): Add a level of indirection
5147 for several include directories that may be relative to sysroot.
5148 * config/i386/x-mingw32 (gplus_includedir): Define.
5149 (gplus_tool_includedir, gplus_backward_include_dir): Likewise.
5150 (native_system_includedir): Likewise.
5151 * config/i386/mingw32.h (STANDARD_STARTFILE_PREFIX_1): Do not
5152 override if TARGET_SYSTEM_ROOT is defined.
5153 (NATIVE_SYSTEM_HEADER_DIR): Likewise.
5154
5155 PR tree-optimization/79090
5156 PR tree-optimization/33562
5157 PR tree-optimization/61912
5158 PR tree-optimization/77485
5159 * tree-ssa-dse.c (compute_trims): Accept STMT argument. Dump STMT
5160 and computed trims into the dump file.
5161
5162 2017-01-17 Uros Bizjak <ubizjak@gmail.com>
5163
5164 * config/i386/i386.h (LIMIT_RELOAD_CLASS): Remove.
5165
5166 2017-01-16 Jakub Jelinek <jakub@redhat.com>
5167
5168 PR c/79089
5169 * gimplify.c (gimplify_init_constructor): If want_value and
5170 object == lhs, unshare lhs to avoid invalid tree sharing. Formatting
5171 fix.
5172
5173 PR target/79080
5174 * loop-doloop.c (doloop_modify): Call unshare_all_rtl_in_chain on
5175 sequence. Formatting fixes.
5176 (doloop_optimize): Formatting fixes.
5177
5178 PR driver/49726
5179 * gcc.c (debug_level_greater_than_spec_func): New function.
5180 (static_spec_functions): Add debug-level-gt spec function.
5181 (ASM_DEBUG_SPEC, cpp_options): Use %:debug-level-gt(0) instead of
5182 !g0.
5183 * config/darwin.h (DSYMUTIL_SPEC, ASM_DEBUG_SPEC): Likewise.
5184 * config/darwin9.h (DSYMUTIL_SPEC, ASM_DEBUG_SPEC): Likewise.
5185 * common.opt (g, gcoff, gdwarf, gdwarf-, ggdb, gno-pubnames,
5186 gpubnames, ggnu-pubnames, gno-record-gcc-switches,
5187 grecord-gcc-switches, gno-strict-dwarf, gstrict-dwarf, gstabs,
5188 gstabs+, gtoggle, gvms, gxcoff, gxcoff+): Add Driver flag.
5189
5190 2017-01-16 Uros Bizjak <ubizjak@gmail.com>
5191
5192 * config/i386/i386.h (HARD_REGNO_CALLER_SAVE_MODE): Apply HImode and
5193 QImode fixups to general and mask registers only.
5194
5195 2017-01-16 Carl Love <cel@us.ibm.com>
5196
5197 * config/rs6000/rs6000-c (altivec_overloaded_builtins): Add support
5198 for built-in functions
5199 vector signed char vec_nabs (vector signed char)
5200 vector signed short vec_nabs (vector signed short)
5201 vector signed int vec_nabs (vector signed int)
5202 vector signed long long vec_nabs (vector signed long long)
5203 vector float vec_nabs (vector float)
5204 vector double vec_nabs (vector double)
5205 * config/rs6000/rs6000-builtin.def: Add definitions for NABS functions
5206 and NABS overload.
5207 * config/rs6000/altivec.md: New define_expand nabs<mode>2 types
5208 * config/rs6000/altivec.h: New define for vec_nabs built-in function.
5209 * doc/extend.texi: Update the documentation file for the new built-in
5210 functions.
5211
5212 2017-01-16 Martin Sebor <msebor@redhat.com>
5213
5214 * gimple-ssa-sprintf.c (format_directive): Correct a typo in a warning
5215 message.
5216
5217 2017-01-16 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
5218
5219 * config/rs6000/rs6000.c (rtx_is_swappable_p): Change
5220 UNSPEC_VSX__XXSPLTD to require special splat handling.
5221
5222 2017-01-16 David Malcolm <dmalcolm@redhat.com>
5223
5224 PR bootstrap/78616
5225 * system.h: Poison strndup.
5226
5227 2017-01-16 Alan Modra <amodra@gmail.com>
5228
5229 PR target/79098
5230 * config/rs6000/rs6000.c (rs6000_legitimate_combined_insn): Don't
5231 use a switch.
5232
5233 2017-01-16 Georg-Johann Lay <avr@gjlay.de>
5234
5235 * config/avr/avr.h (BRANCH_COST) [reload_completed]: Increase by 4.
5236
5237 2017-01-15 Uros Bizjak <ubizjak@gmail.com>
5238
5239 * config/i386/i386.c (ix86_legitimate_combined_insn): Do not
5240 call recog here. Assert that INSN_CODE (insn) is non-negative.
5241
5242 2017-01-15 Segher Boessenkool <segher@kernel.crashing.org>
5243
5244 PR target/72749
5245 * cfgrtl.c (rtl_split_edge): Also patch jump insns that jump to the
5246 fallthrough.
5247 * haifa-sched.c (dump_insn_stream): Don't crash if there is a label
5248 in the currently scheduled RTL fragment.
5249
5250 2017-01-15 Segher Boessenkool <segher@kernel.crashing.org>
5251
5252 PR rtl-optimization/78751
5253 * ifcvt.c (find_cond_trap): If we generated a non-existing insn,
5254 give up.
5255
5256 2017-01-14 Jeff Law <law@redhat.com>
5257
5258 PR tree-optimization/79090
5259 * tree-ssa-dse.c (valid_ao_ref_for_dse): Reject zero length and
5260 variable length stores.
5261 (compute_trims): Delete dead assignment to *trim_tail.
5262 (dse_dom_walker::dse_optimize_stmt): Optimize mem* calls with
5263 zero length.
5264
5265 2017-01-14 Bernd Schmidt <bschmidt@redhat.com>
5266
5267 PR rtl-optimization/78626
5268 PR rtl-optimization/78727
5269 * cprop.c (one_cprop_pass): Collect unconditional traps in the middle
5270 of a block, and split such blocks after everything else is finished.
5271
5272 2017-01-14 Alan Modra <amodra@gmail.com>
5273
5274 PR target/72749
5275 * combine.c (recog_for_combine_1): Set INSN_CODE before calling
5276 target legitimate_combined_insn.
5277 * config/rs6000/rs6000.c (TARGET_LEGITIMATE_COMBINED_INSN): Define.
5278 (rs6000_legitimate_combined_insn): New function.
5279 * config/rs6000/rs6000.md (UNSPEC_DOLOOP): Delete, and remove
5280 all uses.
5281 (ctr<mode>_internal3): Rename from *ctr<mode>_internal5.
5282 (ctr<mode>_internal4): Rename from *ctr<mode>_internal6.
5283 (ctr<mode>_internal1, ctr<mode>_internal2): Remove '*' from name.
5284
5285 2017-01-14 Gerald Pfeifer <gerald@pfeifer.com>
5286
5287 * doc/frontends.texi (G++ and GCC): Remove references to Java.
5288
5289 2017-01-13 Jeff Law <law@redhat.com>
5290
5291 PR tree-optimization/33562
5292 PR tree-optimization/61912
5293 PR tree-optimization/77485
5294 * tree-ssa-dse.c (delete_dead_call): Accept gsi rather than
5295 a statement.
5296 (delete_dead_assignment): Likewise.
5297 (dse_dom_walker::dse_optimize_stmt): Pass in the gsi rather than
5298 statement to delete_dead_call and delete_dead_assignment.
5299
5300 2017-01-13 David Malcolm <dmalcolm@redhat.com>
5301
5302 PR c/78304
5303 * substring-locations.c (format_warning_va): Strengthen case 1 so
5304 that both endpoints of the substring must be within the format
5305 range for just the substring to be printed.
5306
5307 2017-01-13 Uros Bizjak <ubizjak@gmail.com>
5308
5309 * config/i386/i386.opt (msgx): Use ix86_isa_flags2 variable.
5310 * config/i386/i386.c (ix86_target_string): Add missing options
5311 to isa_opts and reorder options by implied ISAs. Rename isa_opts2 to
5312 isa2_opts, ix86_flag_opts to flag2_opts, ix86_target_other to
5313 flags_other and ix86_target_other to flags2_other. Display unknown
5314 isa2 options.
5315 (ix86_valid_target_attribute_inner_p): Add missing options and
5316 reorder options by implied ISAs, as in ix86_target_string.
5317
5318 2017-01-13 Richard Sandiford <richard.sandiford@arm.com>
5319
5320 * hash-table.h (hash_table::too_empty_p): New function.
5321 (hash_table::expand): Use it.
5322 (hash_table::traverse): Likewise.
5323 (hash_table::empty_slot): Use sizeof (value_type) instead of
5324 sizeof (PTR) to convert bytes to elements. Shrink the table
5325 if the current size is excessive for the current number of
5326 elements.
5327
5328 2017-01-13 Richard Sandiford <richard.sandiford@arm.com>
5329
5330 * ira-costs.c (record_reg_classes): Break from the inner loop
5331 early once alt_fail is known to be true. Update outer loop
5332 handling accordingly.
5333
5334 2017-01-13 Jeff Law <law@redhat.com>
5335
5336 * tree-ssa-dse.c (decrement_count): New function.
5337 (increment_start_addr, maybe_trim_memstar_call): Likewise.
5338 (dse_dom_walker::optimize_stmt): Call maybe_trim_memstar_call directly
5339 when we know the partially dead statement is a mem* function.
5340
5341 PR tree-optimization/61912
5342 PR tree-optimization/77485
5343 * tree-ssa-dse.c: Include expr.h.
5344 (maybe_trim_constructor_store): New function.
5345 (maybe_trim_partially_dead_store): Call maybe_trim_constructor_store.
5346
5347 PR tree-optimization/33562
5348 PR tree-optimization/61912
5349 PR tree-optimization/77485
5350 * doc/invoke.texi: Document new dse-max-object-size param.
5351 * params.def (PARM_DSE_MAX_OBJECT_SIZE): New PARAM.
5352 * tree-ssa-dse.c: Include params.h.
5353 (dse_store_status): New enum.
5354 (initialize_ao_ref_for_dse): New, partially extracted from
5355 dse_optimize_stmt.
5356 (valid_ao_ref_for_dse, normalize_ref): New.
5357 (setup_live_bytes_from_ref, compute_trims): Likewise.
5358 (clear_bytes_written_by, maybe_trim_complex_store): Likewise.
5359 (maybe_trim_partially_dead_store): Likewise.
5360 (maybe_trim_complex_store): Likewise.
5361 (dse_classify_store): Renamed from dse_possibly_dead_store_p.
5362 Track what bytes live from the original store. Return tri-state
5363 for dead, partially dead or live.
5364 (dse_dom_walker): Add constructor, destructor and new private members.
5365 (delete_dead_call, delete_dead_assignment): New extracted from
5366 dse_optimize_stmt.
5367 (dse_optimize_stmt): Make a member of dse_dom_walker.
5368 Use initialize_ao_ref_for_dse.
5369
5370 PR tree-optimization/33562
5371 PR tree-optimization/61912
5372 PR tree-optimization/77485
5373 * sbitmap.h (bitmap_count_bits): Prototype.
5374 (bitmap_clear_range, bitmap_set_range): Likewise.
5375 * sbitmap.c (bitmap_clear_range): New function.
5376 (bitmap_set_range, sbitmap_popcount, bitmap_count_bits): Likewise.
5377
5378 2017-01-13 Martin Liska <mliska@suse.cz>
5379
5380 PR ipa/79043
5381 * function.c (set_cfun): Add new argument force.
5382 * function.h (set_cfun): Likewise.
5383 * ipa-inline-transform.c (inline_call): Use the function when
5384 strict alising from is dropped for function we inline to.
5385
5386 2017-01-13 Richard Biener <rguenther@suse.de>
5387
5388 * tree-pretty-print.c (dump_generic_node): Fix inverted condition
5389 for dumping GIMPLE INTEGER_CSTs.
5390
5391 2017-01-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5392
5393 * config/sol2.h (TARGET_OS_CPP_BUILTINS): Define __STDC_VERSION__
5394 to 201112L since C++17.
5395
5396 2017-01-13 Maxim Ostapenko <m.ostapenko@samsung.com>
5397
5398 PR sanitizer/78887
5399 * asan.c (asan_needs_odr_indicator_p): Don't emit ODR indicators
5400 if -fsanitize=kernel-address is present.
5401
5402 2017-01-13 Richard Biener <rguenther@suse.de>
5403
5404 * tree-pretty-print.c (dump_generic_node): Dump INTEGER_CSTs
5405 as _Literal ( type ) number in case usual suffixes do not
5406 preserve all information.
5407
5408 2017-01-13 Richard Biener <rguenther@suse.de>
5409
5410 PR tree-optimization/77283
5411 * gimple-ssa-split-paths.c: Include gimple-ssa.h, tree-phinodes.h
5412 and ssa-iterators.h.
5413 (is_feasible_trace): Implement a cost model based on joiner
5414 PHI node uses.
5415
5416 2017-01-12 Michael Meissner <meissner@linux.vnet.ibm.com>
5417
5418 PR target/79004
5419 * config/rs6000/rs6000.md (FP_ISA3): Do not optimize converting
5420 char or short to __float128/_Float128 directly.
5421
5422 2017-01-12 Martin Sebor <msebor@redhat.com>
5423
5424 to -Wformat-overflow.
5425 * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Adjust.
5426 (min_bytes_remaining): Same.
5427 (get_string_length): Same.
5428 (format_string): Same.
5429 (format_directive): Same.
5430 (add_bytes): Same.
5431 (pass_sprintf_length::handle_gimple_call): Same.
5432
5433 2017-01-12 Jakub Jelinek <jakub@redhat.com>
5434
5435 * gimple-ssa-sprintf.c (try_substitute_return_value): Remove
5436 info.nowrite calls with no lhs that can't throw. Return bool
5437 whether gsi_remove has been called or not.
5438 (pass_sprintf_length::handle_gimple_call): Return bool whether
5439 try_substitute_return_value called gsi_remove. Formatting fix.
5440 (pass_sprintf_length::execute): Don't use gsi_remove if
5441 handle_gimple_call returned true.
5442
5443 PR bootstrap/79069
5444 * cfgrtl.c (rtl_tidy_fallthru_edge): For any_uncondjump_p that can't
5445 be removed due to side-effects, don't remove following barrier nor
5446 turn the successor edge into fallthru edge.
5447
5448 2017-01-12 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
5449
5450 PR target/79044
5451 * config/rs6000/rs6000.c (insn_is_swappable_p): Mark
5452 element-reversing loads and stores as not swappable.
5453
5454 2017-01-12 Nathan Sidwell <nathan@acm.org>
5455 Nicolai Stange <nicstange@gmail.com>
5456
5457 * combine.c (try_combine): Don't ignore result of overlap checking
5458 loop. Combine overlap & asm check into single loop.
5459
5460 2017-01-12 Richard Biener <rguenther@suse.de>
5461
5462 * tree-pretty-print.c (dump_generic_node): Provide -gimple
5463 variant for MEM_REF. Sanitize INTEGER_CST for -gimple.
5464
5465 2017-01-12 Richard Biener <rguenther@suse.de>
5466
5467 * tree.c (initialize_tree_contains_struct): Make TS_OPTIMIZATION
5468 and TS_TARGET_OPTION directly derive from TS_BASE.
5469 * tree-core.h (tree_optimization_option): Derive from tree_base.
5470 (tree_target_option): Likewise.
5471
5472 2017-01-11 Uros Bizjak <ubizjak@gmail.com>
5473
5474 * config/i386/i386.c (memory_address_length): Increase len
5475 only when rip_relative_addr_p returns false.
5476
5477 2017-01-11 Julia Koval <julia.koval@intel.com>
5478
5479 * common/config/i386/i386-common.c (OPTION_MASK_ISA_SGX_UNSET): New.
5480 (OPTION_MASK_ISA_SGX_SET): New.
5481 (ix86_handle_option): Handle OPT_msgx.
5482 * config.gcc: Added sgxintrin.h.
5483 * config/i386/driver-i386.c (host_detect_local_cpu): Detect sgx.
5484 * config/i386/i386-c.c (ix86_target_macros_internal): Define __SGX__.
5485 * config/i386/i386.c (ix86_target_string): Add -msgx.
5486 (PTA_SGX): New.
5487 (ix86_option_override_internal): Handle new options.
5488 (ix86_valid_target_attribute_inner_p): Add sgx.
5489 * config/i386/i386.h (TARGET_SGX, TARGET_SGX_P): New.
5490 * config/i386/i386.opt: Add msgx.
5491 * config/i386/sgxintrin.h: New file.
5492 * config/i386/x86intrin.h: Add sgxintrin.h.
5493
5494 2017-01-11 Jakub Jelinek <jakub@redhat.com>
5495
5496 PR c++/71537
5497 * fold-const.c (maybe_nonzero_address): Return 1 for function
5498 local objects.
5499 (tree_single_nonzero_warnv_p): Don't handle function local objects
5500 here.
5501
5502 PR c++/72813
5503 * gcc.c (default_compilers): Don't add -o %g.s for -S -save-temps
5504 of c-header.
5505
5506 2017-01-11 David Malcolm <dmalcolm@redhat.com>
5507
5508 PR driver/78877
5509 * opts.c: Include "spellcheck.h"
5510 (struct string_fragment): New struct.
5511 (struct edit_distance_traits<const string_fragment &>): New
5512 struct.
5513 (get_closest_sanitizer_option): New function.
5514 (parse_sanitizer_options): Offer suggestions for unrecognized arguments.
5515
5516 2017-01-11 Jakub Jelinek <jakub@redhat.com>
5517
5518 * dwarf2out.c (DWARF_COMPILE_UNIT_HEADER_SIZE): For DWARF5 decrease
5519 by 12.
5520 (DWARF_COMDAT_TYPE_UNIT_HEADER_SIZE): Always
5521 DWARF_COMPILE_UNIT_HEADER_SIZE plus 12.
5522 (DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE): Define.
5523 (calc_base_type_die_sizes): Use DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE
5524 for initial die_offset if dwarf_split_debug_info.
5525 (output_comp_unit): Use DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE for
5526 initial next_die_offset if dwo_id is non-NULL. Don't emit padding
5527 fields.
5528 (output_skeleton_debug_sections): Formatting fix. Use
5529 DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE instead of
5530 DWARF_COMPILE_UNIT_HEADER_SIZE. Don't emit padding.
5531
5532 2017-01-11 Wilco Dijkstra <wdijkstr@arm.com>
5533
5534 * config/arm/cortex-a53.md: Add bypasses for
5535 cortex_a53_r2f_cvt.
5536 (cortex_a53_r2f): Only use for transfers.
5537 (cortex_a53_f2r): Likewise.
5538 (cortex_a53_r2f_cvt): Add reservation for conversions.
5539 (cortex_a53_f2r_cvt): Likewise.
5540
5541 2017-01-11 Tamar Christina <tamar.christina@arm.com>
5542
5543 * config/arm/arm_neon.h: Add __artificial__ and gnu_inline
5544 to all inlined functions, change static to extern.
5545
5546 2017-01-11 Christophe Lyon <christophe.lyon@linaro.org>
5547
5548 PR target/78253
5549 * config/arm/arm.c (legitimize_pic_address): Handle reference to
5550 weak symbol.
5551 (arm_assemble_integer): Likewise.
5552
5553 2017-01-11 Richard Earnshaw <rearnsha@arm.com>
5554
5555 * config.gcc: Use new awk script to check CPU, FPU and architecture
5556 parameters for --with-... options.
5557 * config/arm/parsecpu.awk: New file
5558 * config/arm/arm-cpus.in: New file.
5559 * config/arm/arm-opts.h: Include arm-cpu.h instead of processing .def
5560 files.
5561 * config/arm/arm.c: Include arm-cpu-data.h instead of processing .def
5562 files.
5563 * config/arm/t-arm: Update dependency rules.
5564 * common/config/arm/arm-common.c: Include arm-cpu-cdata.h instead
5565 of processing .def files.
5566 * config/arm/genopt.sh: Deleted.
5567 * config/arm/gentune.sh: Deleted.
5568 * config/arm/arm-cores.def: Deleted.
5569 * config/arm/arm-arches.def: Deleted.
5570 * config/arm/arm-fpus.def: Deleted.
5571 * config/arm/arm-tune.md: Regenerated.
5572 * config/arm/arm-tables.opt: Regenerated.
5573 * config/arm/arm-cpu.h: New generated file.
5574 * config/arm/arm-cpu-data.h: New generated file.
5575 * config/arm/arm-cpu-cdata.h: New generated file.
5576
5577 2017-01-11 Maxim Ostapenko <m.ostapenko@samsung.com>
5578
5579 PR lto/79042
5580 * lto-cgraph.c (lto_output_varpool_node): Pack dynamically_initialized
5581 bit.
5582 (input_varpool_node): Unpack dynamically_initialized bit.
5583
5584 2017-01-11 Eric Botcazou <ebotcazou@adacore.com>
5585
5586 PR rtl-optimization/79032
5587 * lra-constraints.c (simplify_operand_subreg): In the MEM case, test
5588 the alignment of the adjusted memory reference against that of MODE,
5589 instead of the alignment of the original memory reference.
5590
5591 2017-01-11 Martin Jambor <mjambor@suse.cz>
5592
5593 * hsa.c (hsa_callable_function_p): Revert addition of DECL_ARTIFICIAL
5594 test.
5595 * ipa-hsa.c (process_hsa_functions): Only duplicate non-artificial
5596 decorated functions.
5597
5598 2017-01-11 Richard Biener <rguenther@suse.de>
5599
5600 * tree-vrp.c (evrp_dom_walker::before_dom_children): Also
5601 set range/nonnull info for PHI results. Do not set it on
5602 stmts marked for removal.
5603
5604 2017-01-10 Eric Botcazou <ebotcazou@adacore.com>
5605
5606 * expr.c (store_field): In the bitfield case, fetch the return value
5607 from the registers before applying a single big-endian adjustment.
5608 Always do a final load for a BLKmode value not larger than a word.
5609
5610 2017-01-10 David Malcolm <dmalcolm@redhat.com>
5611
5612 PR c++/77949
5613 * input.c (selftest::test_accessing_ordinary_linemaps): Verify
5614 that we correctly handle column numbers greater than
5615 LINE_MAP_MAX_COLUMN_NUMBER.
5616
5617 2017-01-10 Martin Sebor <msebor@redhat.com>
5618
5619 PR middle-end/78245
5620 * gimple-ssa-sprintf.c (get_destination_size): Call
5621 {init,fini}object_sizes.
5622 * tree-object-size.c (addr_object_size): Adjust.
5623 (pass_through_call): Adjust.
5624 (pass_object_sizes::execute): Adjust.
5625 * tree-object-size.h (fini_object_sizes): Declare.
5626
5627 2017-01-10 Martin Sebor <msebor@redhat.com>
5628
5629 PR tree-optimization/78775
5630 * builtins.c (get_size_range): Move...
5631 * calls.c: ...to here.
5632 (alloc_max_size): Accept zero argument.
5633 (operand_signed_p): Remove.
5634 (maybe_warn_alloc_args_overflow): Call get_size_range.
5635 * calls.h (get_size_range): Declare.
5636
5637 2017-01-10 Joe Seymour <joe.s@somniumtech.com>
5638
5639 * config/msp430/driver-msp430.c (msp430_mcu_data): Sync with data
5640 from TI's devices.csv file as of September 2016.
5641 * config/msp430/msp430.c (msp430_mcu_data): Likewise.
5642
5643 2017-01-10 Sandra Loosemore <sandra@codesourcery.com>
5644
5645 * doc/extend.texi: Tweak formatting to fix overfull hbox warnings.
5646 * doc/invoke.texi: Likewise.
5647 * doc/md.texi: Likewise.
5648 * doc/objc.texi: Likewise.
5649
5650 2017-01-10 Joshua Conner <joshconner@google.com>
5651
5652 * config/arm/fuchsia-elf.h: New file.
5653 * config/fuchsia.h: New file.
5654 * config.gcc (*-*-fuchsia*): Set native_system_header_dir.
5655 (aarch64*-*-fuchsia*, arm*-*-fuchsia*, x86_64-*-fuchsia*): Add to
5656 targets.
5657 * config.host: (aarch64*-*-fuchsia*, arm*-*-fuchsia*): Add to hosts.
5658
5659 2016-01-10 Richard Biener <rguenther@suse.de>
5660
5661 PR tree-optimization/79034
5662 * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
5663 Propagate out degenerate PHIs in the joiner.
5664
5665 2017-01-10 Martin Liska <mliska@suse.cz>
5666
5667 * ipa-icf.c (sort_sem_items_by_decl_uid): New function.
5668 (sort_congruence_classes_by_decl_uid): Likewise.
5669 (sort_congruence_class_groups_by_decl_uid): Likewise.
5670 (sem_item_optimizer::merge_classes): Sort class, groups in these
5671 classes and members in the groups by DECL_UID of declarations.
5672 This would make merge operations stable.
5673
5674 2017-01-10 Martin Liska <mliska@suse.cz>
5675
5676 * ipa-icf.c (sem_item_optimizer::sem_item_optimizer): Remove
5677 usage of m_classes_vec.
5678 (sem_item_optimizer::~sem_item_optimizer): Likewise.
5679 (sem_item_optimizer::get_group_by_hash): Likewise.
5680 (sem_item_optimizer::subdivide_classes_by_equality): Likewise.
5681 (sem_item_optimizer::subdivide_classes_by_sensitive_refs): Likewise.
5682 (sem_item_optimizer::verify_classes): Likewise.
5683 (sem_item_optimizer::process_cong_reduction): Likewise.
5684 (sem_item_optimizer::dump_cong_classes): Likewise.
5685 (sem_item_optimizer::merge_classes): Likewise.
5686 * ipa-icf.h (congruence_class_hash): Rename from
5687 congruence_class_group_hash. Remove declaration of m_classes_vec.
5688
5689 2017-01-10 Andrew Senkevich <andrew.senkevich@intel.com>
5690
5691 * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX512VPOPCNTDQ_SET,
5692 OPTION_MASK_ISA_AVX512VPOPCNTDQ_UNSET): New.
5693 * config.gcc: Add avx512vpopcntdqintrin.h.
5694 * config/i386/avx512vpopcntdqintrin.h: New.
5695 * config/i386/cpuid.h (bit_AVX512VPOPCNTDQ): New.
5696 * config/i386/i386-builtin-types.def: Add new types.
5697 * config/i386/i386-builtin.def (__builtin_ia32_vpopcountd_v16si,
5698 __builtin_ia32_vpopcountd_v16si_mask, __builtin_ia32_vpopcountq_v8di,
5699 __builtin_ia32_vpopcountq_v8di_mask): New.
5700 * config/i386/i386-c.c (ix86_target_macros_internal): Define
5701 __AVX512VPOPCNTDQ__.
5702 * config/i386/i386.c (ix86_target_string): Add -mavx512vpopcntdq.
5703 (PTA_AVX512VPOPCNTDQ): Define.
5704 * config/i386/i386.h (TARGET_AVX512VPOPCNTDQ,
5705 TARGET_AVX512VPOPCNTDQ_P): Define.
5706 * config/i386/i386.opt: Add mavx512vpopcntdq.
5707 * config/i386/immintrin.h: Include avx512vpopcntdqintrin.h.
5708 * config/i386/sse.md (define_insn "vpopcount<mode><mask_name>"): New.
5709
5710 2017-01-01 Jan Hubicka <hubicka@ucw.cz>
5711
5712 PR middle-end/77484
5713 * predict.def (PRED_CALL): Set to 67.
5714
5715 2017-01-09 Eric Botcazou <ebotcazou@adacore.com>
5716
5717 * expr.c (store_field): In the bitfield case, if the value comes from
5718 a function call and is of an aggregate type returned in registers, do
5719 not modify the field mode; extract the value in all cases if the mode
5720 is BLKmode and the size is not larger than a word.
5721
5722 2017-01-09 Dominique d'Humieres <dominiq@lps.ens.fr>
5723
5724 PR target/71017
5725 * config/i386/cpuid.h: Fix undefined behavior.
5726
5727 2017-01-04 Jeff Law <law@redhat.com>
5728
5729 PR tree-optimization/79007
5730 PR tree-optimization/67955
5731 * tree-ssa-alias.c (same_addr_size_stores_p): Only need to be
5732 conservative for pt.null when flag_non_call_exceptions is on.
5733
5734 2017-01-09 Jakub Jelinek <jakub@redhat.com>
5735
5736 PR translation/79019
5737 PR translation/79020
5738 * params.def (PARAM_INLINE_MIN_SPEEDUP,
5739 PARAM_IPA_CP_SINGLE_CALL_PENALTY,
5740 PARAM_USE_AFTER_SCOPE_DIRECT_EMISSION_THRESHOLD): Fix typos
5741 in descriptions.
5742 * config/avr/avr.opt (maccumulate-args): Likewise.
5743 * config/msp430/msp430.opt (mwarn-mcu): Likewise.
5744 * common.opt (freport-bug): Likewise.
5745 * cif-code.def (CIF_FINAL_ERROR): Likewise.
5746 * doc/invoke.texi (ipa-cp-single-call-penalty): Likewise.
5747 * config/s390/s390.c (s390_invalid_binary_op): Fix spelling in
5748 translatable string.
5749 * config/i386/i386.c (function_value_32): Likewise.
5750 * config/nios2/nios2.c (nios2_valid_target_attribute_rec): Likewise.
5751 * config/msp430/msp430.c (msp430_option_override, msp430_attr):
5752 Likewise.
5753 * config/msp430/driver-msp430.c (msp430_select_hwmult_lib): Likewise.
5754 * common/config/msp430/msp430-common.c (msp430_handle_option):
5755 Likewise.
5756 * symtab.c (symtab_node::verify_base): Likewise.
5757 * opts.c (set_debug_level): Likewise.
5758 * tree.c (verify_type_variant): Likewise. Fix typo in comment.
5759 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
5760 missing whitespace to translatable strings.
5761 * config/avr/avr.md (bswapsi2): Fix typo in comment.
5762 * config/sh/superh.h: Likewise.
5763 * config/i386/xopintrin.h: Likewise.
5764 * config/i386/znver1.md: Likewise.
5765 * config/rs6000/rs6000.c (struct rs6000_opt_mask): Likewise.
5766 * ipa-inline-analysis.c (compute_inline_parameters): Likewise.
5767 * double-int.h (struct double_int): Likewise.
5768 * double-int.c (div_and_round_double): Likewise.
5769 * wide-int.cc: Likewise.
5770 * tree-ssa.c (non_rewritable_mem_ref_base): Likewise.
5771 * tree-ssa-sccvn.c (vn_reference_lookup_3): Likewise.
5772 * cfgcleanup.c (crossjumps_occured): Renamed to ...
5773 (crossjumps_occurred): ... this.
5774 (try_crossjump_bb, try_head_merge_bb, try_optimize_cfg, cleanup_cfg):
5775 Adjust all uses.
5776
5777 PR tree-optimization/78899
5778 * tree-if-conv.c (version_loop_for_if_conversion): Instead of
5779 returning bool return struct loop *, NULL for failure and the new
5780 loop on success.
5781 (versionable_outer_loop_p): Don't version outer loop if it has
5782 dont_vectorized bit set.
5783 (tree_if_conversion): When versioning outer loop, ensure
5784 tree_if_conversion is performed also on the inner loop of the
5785 non-vectorizable outer loop copy.
5786 * tree-vectorizer.c (set_uid_loop_bbs): Formatting fix. Fold
5787 LOOP_VECTORIZED in inner loop of the scalar outer loop and
5788 prevent vectorization of it.
5789 (vectorize_loops): For outer + inner LOOP_VECTORIZED, ensure
5790 the outer loop vectorization of the non-scalar version is attempted
5791 before vectorization of the inner loop in scalar version. If
5792 outer LOOP_VECTORIZED guarded loop is not vectorized, prevent
5793 vectorization of its inner loop.
5794 * tree-vect-loop-manip.c (rename_variables_in_bb): If outer_loop
5795 has 2 inner loops, rename also on edges from bb whose single pred
5796 is outer_loop->header. Fix typo in function comment.
5797
5798 2017-01-09 Martin Sebor <msebor@redhat.com>
5799
5800 PR bootstrap/79033
5801 * asan.c (asan_emit_stack_protection): Increase local buffer size
5802 to avoid snprintf truncation warning.
5803
5804 2017-01-09 Andrew Pinski <apinski@cavium.com>
5805
5806 * config/aarch64/aarch64-cores.def: Add thunderx2t99. Change vulcan
5807 to reference thunderx2t99 for the tuning structure
5808 * config/aarch64/aarch64-cost-tables.h (vulcan_extra_costs):
5809 Rename to ...
5810 (thunderx2t99_extra_costs): This.
5811 * config/aarch64/aarch64-tune.md: Regenerate.
5812 * config/aarch64/aarch64.c (vulcan_addrcost_table): Rename to ...
5813 (vulcan_addrcost_table): This.
5814 (vulcan_regmove_cost): Rename to ...
5815 (thunderx2t99_regmove_cost): This.
5816 (vulcan_vector_cost): Rename to ...
5817 (thunderx2t99_vector_cost): this.
5818 (vulcan_branch_cost): Rename to ...
5819 (thunderx2t99_branch_cost): This.
5820 (vulcan_tunings): Rename to ...
5821 (thunderx2t99_tunings): This and s/vulcan/thunderx2t99 .
5822 * doc/invoke.texi (AARCH64/mtune): Add thunderx2t99.
5823
5824 2017-01-09 Martin Jambor <mjambor@suse.cz>
5825
5826 PR ipa/78365
5827 PR ipa/78599
5828 * ipa-prop.h (ipa_jump_func): Swap positions of vr_known and m_vr.
5829 * ipa-cp.c (ipa_vr_operation_and_type_effects): New function.
5830 (propagate_vr_accross_jump_function): Use the above function for all
5831 value range computations for pass-through jump functions and type
5832 converasion from explicit value range values.
5833 (ipcp_propagate_stage): Do not attempt to deduce types of formal
5834 parameters from TYPE_ARG_TYPES.
5835 * ipa-prop.c (ipa_write_jump_function): Remove trailing whitespace.
5836 (ipa_write_node_info): Stream type of the actual argument.
5837 (ipa_read_node_info): Likewise. Also remove trailing whitespace.
5838
5839 2017-01-09 Martin Liska <mliska@suse.cz>
5840
5841 PR pch/78970
5842 * gcc.c (driver_handle_option): Handle OPT_E and set have_E.
5843 (lookup_compiler): Do not show error message with have_E.
5844
5845 2017-01-09 Jakub Jelinek <jakub@redhat.com>
5846
5847 PR tree-optimization/78938
5848 * tree-vect-stmts.c (vectorizable_condition): For non-masked COND_EXPR
5849 where comp_vectype is VECTOR_BOOLEAN_TYPE_P, use
5850 BIT_{NOT,XOR,AND,IOR}_EXPR on the comparison operands instead of
5851 {EQ,NE,GE,GT,LE,LT}_EXPR directly inside of VEC_COND_EXPR. Formatting
5852 fixes.
5853
5854 2017-01-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5855
5856 * tree-ssa-address.c (gen_addr_rtx): Don't handle index if it
5857 is const0_rtx.
5858
5859 2017-01-09 Richard Biener <rguenther@suse.de>
5860
5861 PR tree-optimization/78997
5862 * tree-vect-slp.c (vect_mask_constant_operand_p): Handle SSA
5863 name condition properly.
5864
5865 2017-01-09 Richard Biener <rguenther@suse.de>
5866
5867 PR debug/79000
5868 * dwarf2out.c (is_cxx): New overload with context.
5869 (is_naming_typedef_decl): Use it.
5870
5871 2017-01-08 Sandra Loosemore <sandra@codesourcery.com>
5872
5873 * invoke.texi (Option Summary): Correct spacing in option lists
5874 and add line breaks to fix over-long lines.
5875
5876 2017-01-08 Sandra Loosemore <sandra@codesourcery.com>
5877
5878 PR middle-end/17660
5879
5880 * extend.texi (Common Variable Attributes): Add xref to GCC
5881 Internals manual to explain mode attribute keywords.
5882
5883 2017-01-08 Sandra Loosemore <sandra@codesourcery.com>
5884
5885 PR other/16519
5886 * doc/invoke.texi (Option Summary): Move -pthread to Linker Options
5887 and Preprocessor Options.
5888 (Options for Linking): Document -pthread here....
5889 (RS/6000 and PowerPC Options): ...not here.
5890 (Solaris 2 Options): ...or here.
5891 * doc/cppopts.texi: Document -pthread.
5892
5893 2017-01-08 Martin Sebor <msebor@redhat.com>
5894
5895 PR middle-end/77708
5896 * doc/invoke.texi (Warning Options): Document -Wformat-truncation.
5897 * gimple-ssa-sprintf.c (call_info::reval_used, call_info::warnopt):
5898 New member functions.
5899 (format_directive): Used them.
5900 (add_bytes): Same.
5901 (pass_sprintf_length::handle_gimple_call): Same.
5902 * graphite-sese-to-poly.c (tree_int_to_gmp): Increase buffer size
5903 to avoid truncation for any argument.
5904 (extract_affine_mul): Same.
5905 * tree.c (get_file_function_name): Same.
5906
5907 2017-01-01 Jan Hubicka <hubicka@ucw.cz>
5908
5909 PR middle-end/77484
5910 * predict.def (PRED_INDIR_CALL): Set to 86.
5911
5912 2017-01-07 Sandra Loosemore <sandra@codesourcery.com>
5913
5914 PR preprocessor/54124
5915 * doc/cppopts.texi: Reformat -d subtable to list the full name
5916 of the options. Add cross-reference to the docs for the general
5917 compiler -d options.
5918 * doc/invoke.texi (Developer Options): Add cross-reference to the
5919 preprocessor-specific -d option documentation.
5920
5921 2017-01-07 Sandra Loosemore <sandra@codesourcery.com>
5922
5923 PR preprocessor/13498
5924 * doc/cpp.texi (Search Path): Rewrite to remove obsolete and
5925 redudant material, and reflect new command-line options.
5926 (System Headers): Likewise.
5927
5928 2017-01-07 Sandra Loosemore <sandra@codesourcery.com>
5929
5930 * doc/cppdiropts.texi: Merge documentation of -I, -iquote,
5931 -isystem, and -idirafter. Copy-edit.
5932 * doc/cppopts.texi: Copy-edit. Remove contradiction about
5933 default for -ftrack-macro-expansion. Delete obsolete and
5934 badly-formatted implementation details about -fdebug-cpp output.
5935 * doc/cppwarnopts.texi: Copy-edit.
5936
5937 2017-01-07 David Malcolm <dmalcolm@redhat.com>
5938
5939 PR c++/72803
5940 * input.c (selftest::test_accessing_ordinary_linemaps): Verify
5941 that the transition from a max line width >= 1<<10 to narrower
5942 lines works correctly.
5943
5944 2017-01-07 Alexandre Oliva <aoliva@redhat.com>
5945
5946 * doc/options.texi (PerFunction): New.
5947 * opt-functions.awk (switch_flags): Map both Optimization and
5948 PerFunction to CL_OPTIMIZATION.
5949 * opth-gen.awk: Test for PerFunction flag along with
5950 Optimization.
5951 * optc-save-gen.awk: Likewise. Introduce var_opt_hash and set
5952 it only when the latter is present. Skip those that don't in
5953 the hash function generator.
5954 * common.opt (fvar-tracking): Mark as PerFunction instead of
5955 Optimization.
5956 (fvar-tracking-assignments): Likewise.
5957 (fvar-tracking-assignments-toggle): Likewise.
5958 (fvar-tracking-uninit): Likewise.
5959
5960 2017-01-07 Jakub Jelinek <jakub@redhat.com>
5961
5962 PR translation/79018
5963 * params.def (PARAM_MAX_STORES_TO_MERGE): Add missing space between
5964 the and store.
5965
5966 2017-01-06 Mikael Pettersson <mikpelinux@gmail.com>
5967
5968 PR target/57583
5969 * config/m68k/m68k.opt (LONG_JUMP_TABLE_OFFSETS): New option.
5970 * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Handle
5971 TARGET_LONG_JUMP_TABLE_OFFSETS.
5972 * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
5973 * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
5974 * config/m68k/m68k.h (CASE_VECTOR_MODE): Likewise.
5975 (ASM_OUTPUT_ADDR_DIFF_ELF): Likewise.
5976 * config/m68k/m68k.md (tablejump expander): Likewise.
5977 (*tablejump_pcrel_hi): Renamed from unnamed insn, reject
5978 TARGET_LONG_JUMP_TABLE_OFFSETS.
5979 (*tablejump_pcrel_si): New insn, handle TARGET_LONG_JUMP_TABLE_OFFSETS.
5980 * doc/invoke.texi (M68K options): Add -mlong-jump-table-offsets.
5981
5982 2017-01-06 Edgar E. Iglesias <edgar.iglesias@xilinx.com>
5983 David Holsgrove <david.holsgrove@xilinx.com>
5984
5985 * common/config/microblaze/microblaze-common.c
5986 (TARGET_EXCEPT_UNWIND_INFO): Remove.
5987 * config/microblaze/microblaze-protos.h (microblaze_eh_return):
5988 New prototype.
5989 * config/microblaze/microblaze.c (microblaze_must_save_register)
5990 (microblaze_expand_epilogue, microblaze_return_addr): Handle
5991 calls_eh_return.
5992 (microblaze_eh_return): New function.
5993 * config/microblaze/microblaze.h (RETURN_ADDR_OFFSET)
5994 (EH_RETURN_DATA_REGNO, MB_EH_STACKADJ_REGNUM)
5995 (EH_RETURN_STACKADJ_RTX, ASM_PREFERRED_EH_DATA_FORMAT): New macros.
5996 * config/microblaze/microblaze.md (eh_return): New pattern.
5997
5998 2017-01-06 Jakub Jelinek <jakub@redhat.com>
5999
6000 * system.h (GCC_DIAGNOSTIC_PUSH_IGNORED, GCC_DIAGNOSTIC_POP,
6001 GCC_DIAGNOSTIC_STRINGIFY): Define.
6002
6003 * read-rtl.c (rtx_reader::read_rtx_code): Avoid -Wsign-compare warning.
6004
6005 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
6006
6007 * config/arm/arm.md (<mcrr>): New.
6008 (<mrrc>): New.
6009 * config/arm/arm.c (arm_arch5te): New.
6010 (arm_option_override): Set arm_arch5te.
6011 (arm_coproc_builtin_available): Add support for mcrr, mcrr2, mrrc
6012 and mrrc2.
6013 * config/arm/arm-builtins.c (MCRR_QUALIFIERS): Define to...
6014 (arm_mcrr_qualifiers): ... this. New.
6015 (MRRC_QUALIFIERS): Define to...
6016 (arm_mrrc_qualifiers): ... this. New.
6017 * config/arm/arm_acle.h (__arm_mcrr, __arm_mcrr2, __arm_mrrc,
6018 __arm_mrrc2): New.
6019 * config/arm/arm_acle_builtins.def (mcrr, mcrr2, mrrc, mrrc2): New.
6020 * config/arm/iterators.md (MCRRI, mcrr, MCRR): New.
6021 (MRRCI, mrrc, MRRC): New.
6022 * config/arm/unspecs.md (VUNSPEC_MCRR, VUNSPEC_MCRR2, VUNSPEC_MRRC,
6023 VUNSPEC_MRRC2): New.
6024
6025 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
6026
6027 * config/arm/arm.md (<mcr>): New.
6028 (<mrc>): New.
6029 * config/arm/arm.c (arm_coproc_builtin_available): Add
6030 support for mcr, mrc, mcr2 and mrc2.
6031 * config/arm/arm-builtins.c (MCR_QUALIFIERS): Define to...
6032 (arm_mcr_qualifiers): ... this. New.
6033 (MRC_QUALIFIERS): Define to ...
6034 (arm_mrc_qualifiers): ... this. New.
6035 (MCR_QUALIFIERS): Define to ...
6036 (arm_mcr_qualifiers): ... this. New.
6037 * config/arm/arm_acle.h (__arm_mcr, __arm_mrc, __arm_mcr2,
6038 __arm_mrc2): New.
6039 * config/arm/arm_acle_builtins.def (mcr, mcr2, mrc, mrc2): New.
6040 * config/arm/iterators.md (MCRI, mcr, MCR, MRCI, mrc, MRC): New.
6041 * config/arm/unspecs.md (VUNSPEC_MCR, VUNSPEC_MCR2, VUNSPEC_MRC,
6042 VUNSPEC_MRC2): New.
6043
6044 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
6045
6046 * config/arm/arm.md (*ldc): New.
6047 (*stc): New.
6048 (<ldc>): New.
6049 (<stc>): New.
6050 * config/arm/arm.c (arm_coproc_builtin_available): Add
6051 support for ldc,ldcl,stc,stcl,ldc2,ldc2l,stc2 and stc2l.
6052 (arm_coproc_ldc_stc_legitimate_address): New.
6053 * config/arm/arm-builtins.c (arm_type_qualifiers): Add
6054 'qualifier_const_pointer'.
6055 (LDC_QUALIFIERS): Define to...
6056 (arm_ldc_qualifiers): ... this. New.
6057 (STC_QUALIFIERS): Define to...
6058 (arm_stc_qualifiers): ... this. New.
6059 * config/arm/arm-protos.h
6060 (arm_coproc_ldc_stc_legitimate_address): New.
6061 * config/arm/arm_acle.h (__arm_ldc, __arm_ldcl, __arm_stc,
6062 __arm_stcl, __arm_ldc2, __arm_ldc2l, __arm_stc2, __arm_stc2l): New.
6063 * config/arm/arm_acle_builtins.def (ldc, ldc2, ldcl, ldc2l, stc,
6064 stc2, stcl, stc2l): New.
6065 * config/arm/constraints.md (Uz): New.
6066 * config/arm/iterators.md (LDCI, STCI, ldc, stc, LDC STC): New.
6067 * config/arm/unspecs.md (VUNSPEC_LDC, VUNSPEC_LDC2, VUNSPEC_LDCL,
6068 VUNSPEC_LDC2L, VUNSPEC_STC, VUNSPEC_STC2, VUNSPEC_STCL,
6069 VUNSPEC_STC2L): New.
6070
6071 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
6072
6073 * config/arm/arm.md (<cdp>): New.
6074 * config/arm/arm.c (neon_const_bounds): Rename this ...
6075 (arm_const_bounds): ... this.
6076 (arm_coproc_builtin_available): New.
6077 * config/arm/arm-builtins.c (SIMD_MAX_BUILTIN_ARGS): Increase.
6078 (arm_type_qualifiers): Add 'qualifier_unsigned_immediate'.
6079 (CDP_QUALIFIERS): Define to...
6080 (arm_cdp_qualifiers): ... this. New.
6081 (void_UP): Define.
6082 (arm_expand_builtin_args): Add case for 6 arguments.
6083 * config/arm/arm-protos.h (neon_const_bounds): Rename this ...
6084 (arm_const_bounds): ... this.
6085 (arm_coproc_builtin_available): New.
6086 * config/arm/arm_acle.h (__arm_cdp): New.
6087 (__arm_cdp2): New.
6088 * config/arm/arm_acle_builtins.def (cdp): New.
6089 (cdp2): New.
6090 * config/arm/iterators.md (CDPI,CDP,cdp): New.
6091 * config/arm/neon.md: Rename all 'neon_const_bounds' to
6092 'arm_const_bounds'.
6093 * config/arm/types.md (coproc): New.
6094 * config/arm/unspecs.md (VUNSPEC_CDP, VUNSPEC_CDP2): New.
6095 * gcc/doc/extend.texi (ACLE): Add a mention of Coprocessor intrinsics.
6096 * gcc/doc/sourcebuild.texi (arm_coproc1_ok, arm_coproc2_ok,
6097 arm_coproc3_ok, arm_coproc4_ok): Document new effective targets.
6098
6099 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
6100
6101 * config/arm/arm-builtins.c (arm_unsigned_binop_qualifiers): New.
6102 (UBINOP_QUALIFIERS): New.
6103 (si_UP): Define.
6104 (acle_builtin_data): New. Change comment.
6105 (arm_builtins): Remove ARM_BUILTIN_CRC32B, ARM_BUILTIN_CRC32H,
6106 ARM_BUILTIN_CRC32W, ARM_BUILTIN_CRC32CB, ARM_BUILTIN_CRC32CH,
6107 ARM_BUILTIN_CRC32CW. Add ARM_BUILTIN_ACLE_BASE and include
6108 arm_acle_builtins.def.
6109 (ARM_BUILTIN_ACLE_PATTERN_START): Define.
6110 (arm_init_acle_builtins): New.
6111 (CRC32_BUILTIN): Remove.
6112 (bdesc_2arg): Remove entries for crc32b, crc32h, crc32w,
6113 crc32cb, crc32ch and crc32cw.
6114 (arm_init_crc32_builtins): Remove.
6115 (arm_init_builtins): Use arm_init_acle_builtins rather
6116 than arm_init_crc32_builtins.
6117 (arm_expand_acle_builtin): New.
6118 (arm_expand_builtin): Use 'arm_expand_acle_builtin'.
6119 * config/arm/arm_acle_builtins.def: New.
6120
6121 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
6122
6123 * config/arm/arm-builtins.c (neon_builtin_datum): Rename to ..
6124 (arm_builtin_datum): ... this.
6125 (arm_init_neon_builtin): Rename to ...
6126 (arm_init_builtin): ... this. Add a new parameters PREFIX
6127 and USE_SIG_IN_NAME.
6128 (arm_init_neon_builtins): Replace 'arm_init_neon_builtin' with
6129 'arm_init_builtin'. Replace type 'neon_builtin_datum' with
6130 'arm_builtin_datum'.
6131 (arm_init_vfp_builtins): Likewise.
6132 (builtin_arg): Rename enum's replacing 'NEON_ARG' with
6133 'ARG_BUILTIN' and add a 'ARG_BUILTIN_NEON_MEMORY.
6134 (arm_expand_neon_args): Rename to ...
6135 (arm_expand_builtin_args): ... this. Rename builtin_arg
6136 enum values and differentiate between ARG_BUILTIN_MEMORY
6137 and ARG_BUILTIN_NEON_MEMORY.
6138 (arm_expand_neon_builtin_1): Rename to ...
6139 (arm_expand_builtin_1): ... this. Rename builtin_arg enum
6140 values, arm_expand_builtin_args and add bool parameter NEON.
6141 (arm_expand_neon_builtin): Use arm_expand_builtin_1.
6142 (arm_expand_vfp_builtin): Likewise.
6143 (NEON_MAX_BUILTIN_ARGS): Remove, it was unused.
6144
6145 2017-01-01 Jan Hubicka <hubicka@ucw.cz>
6146
6147 PR middle-end/77484
6148 * predict.def (PRED_POLYMORPHIC_CALL): Set to 59.
6149 * predict.c (tree_estimate_probability_bb): Reverse direction of
6150 polymorphic call predictor.
6151
6152 2017-01-06 David Malcolm <dmalcolm@redhat.com>
6153
6154 * passes.c (execute_one_pass): Split out pass-skipping logic into...
6155 (determine_pass_name_match): ...this new function and...
6156 (should_skip_pass_p): ...this new function.
6157
6158 2017-01-06 Nathan Sidwell <nathan@acm.org>
6159
6160 * ipa-visibility.c (function_and_variable_visibility): Reformat
6161 comments and long lines. Remove extrneous if.
6162 * symtab.c (symtab_node::make_decl_local): Fix code format.
6163 (symtab_node::set_section_for_node): Fix comment typo.
6164
6165 2017-01-06 Martin Liska <mliska@suse.cz>
6166
6167 PR bootstrap/79003
6168 * lra-constraints.c: Rename invariant to lra_invariant.
6169 * predict.c (set_even_probabilities): Initialize e to NULL.
6170
6171 2017-01-05 Martin Sebor <msebor@redhat.com>
6172
6173 PR tree-optimization/78910
6174 * gimple-ssa-sprintf.c (tree_digits): Add an argument.
6175 (format_integer): Correct off-by-one error in the handling
6176 of precision with negative numbers in signed conversions..
6177
6178 2017-01-05 Eric Botcazou <ebotcazou@adacore.com>
6179
6180 * doc/invoke.texi (C Dialect Options): Adjust -fsso-struct entry.
6181
6182 2017-01-05 Jakub Jelinek <jakub@redhat.com>
6183
6184 PR tree-optimization/71016
6185 * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Pass cond_stmt to
6186 factor_out_conditional_conversion. Formatting fix.
6187 (factor_out_conditional_conversion): Add cond_stmt argument.
6188 If arg1 is INTEGER_CST, punt if new_arg0 is not any operand of
6189 cond_stmt and if arg0_def_stmt is not the only stmt in its bb.
6190 Formatting fix.
6191
6192 2017-01-05 David Malcolm <dmalcolm@redhat.com>
6193
6194 * Makefile.in (OBJS): Add read-md.o, read-rtl.o,
6195 read-rtl-function.o, and selftest-rtl.o.
6196 * config/aarch64/aarch64.c: Include selftest.h and selftest-rtl.h.
6197 (selftest::aarch64_test_loading_full_dump): New function.
6198 (selftest::aarch64_run_selftests): New function.
6199 (TARGET_RUN_TARGET_SELFTESTS): Wire it up to
6200 selftest::aarch64_run_selftests.
6201 * config/i386/i386.c
6202 (selftest::ix86_test_loading_dump_fragment_1): New function.
6203 (selftest::ix86_test_loading_call_insn): New function.
6204 (selftest::ix86_test_loading_full_dump): New function.
6205 (selftest::ix86_test_loading_unspec): New function.
6206 (selftest::ix86_run_selftests): Call the new functions.
6207 * emit-rtl.c (maybe_set_max_label_num): New function.
6208 * emit-rtl.h (maybe_set_max_label_num): New decl.
6209 * function.c (instantiate_decls): Guard call to
6210 instantiate_decls_1 with if (DECL_INITIAL (fndecl)).
6211 * function-tests.c (selftest::verify_three_block_rtl_cfg): Remove
6212 "static".
6213 * gensupport.c (gen_reader::gen_reader): Pass "false"
6214 for new "compact" param of rtx_reader.
6215 * print-rtl.c (rtx_writer::print_rtx_operand): Print "(nil)"
6216 rather than an empty string for NULL strings.
6217 * read-md.c: Potentially include config.h rather than bconfig.h.
6218 Wrap include of errors.h with #ifdef GENERATOR_FILE.
6219 (have_error): New global, copied from errors.c.
6220 (md_reader::read_name): Rename to...
6221 (md_reader::read_name_1): ...this, adding "out_loc" param,
6222 and converting "missing name or number" to returning false, rather
6223 than failing.
6224 (md_reader::read_name): Reimplement in terms of read_name_1.
6225 (md_reader::read_name_or_nil): New function.
6226 (md_reader::read_string): Handle "(nil)" by returning NULL.
6227 (md_reader::md_reader): Add new param "compact".
6228 (md_reader::read_md_files): Wrap with #ifdef GENERATOR_FILE.
6229 (md_reader::read_file): New method.
6230 * read-md.h (md_reader::md_reader): Add new param "compact".
6231 (md_reader::read_file): New method.
6232 (md_reader::is_compact): New accessor.
6233 (md_reader::read_name): Convert return type from void to file_location.
6234 (md_reader::read_name_or_nil): New decl.
6235 (md_reader::read_name_1): New decl.
6236 (md_reader::m_compact): New field.
6237 (noop_reader::noop_reader): Pass "false" for new "compact" param
6238 of rtx_reader.
6239 (rtx_reader::rtx_reader): Add new "compact" param.
6240 (rtx_reader::read_rtx_operand): Make virtual and convert return
6241 type from void to rtx.
6242 (rtx_reader::read_until): New decl.
6243 (rtx_reader::handle_any_trailing_information): New virtual function.
6244 (rtx_reader::postprocess): New virtual function.
6245 (rtx_reader::finalize_string): New virtual function.
6246 (rtx_reader::m_in_call_function_usage): New field.
6247 (rtx_reader::m_reuse_rtx_by_id): New field.
6248 * read-rtl-function.c: New file.
6249 * selftest-rtl.c (selftest::assert_rtx_ptr_eq_at): New function.
6250 * selftest-rtl.h (ASSERT_RTX_PTR_EQ): New macro.
6251 (selftest::verify_three_block_rtl_cfg): New decl.
6252 * read-rtl-function.h: New file.
6253 * read-rtl.c: Potentially include config.h rather than bconfig.h.
6254 For host, include function.h, memmodel.h, and emit-rtl.h.
6255 (one_time_initialization): New function.
6256 (struct compact_insn_name): New struct.
6257 (compact_insn_names): New array.
6258 (find_code): Handle insn codes in compact dumps.
6259 (apply_subst_iterator): Wrap with #ifdef GENERATOR_FILE.
6260 (bind_subst_iter_and_attr): Likewise.
6261 (add_condition_to_string): Likewise.
6262 (add_condition_to_rtx): Likewise.
6263 (apply_attribute_uses): Likewise.
6264 (add_current_iterators): Likewise.
6265 (apply_iterators): Likewise.
6266 (initialize_iterators): Guard usage of apply_subst_iterator with
6267 #ifdef GENERATOR_FILE.
6268 (read_conditions): Wrap with #ifdef GENERATOR_FILE.
6269 (md_reader::read_mapping): Likewise.
6270 (add_define_attr_for_define_subst): Likewise.
6271 (add_define_subst_attr): Likewise.
6272 (read_subst_mapping): Likewise.
6273 (check_code_iterator): Likewise.
6274 (rtx_reader::read_rtx): Likewise. Move one-time initialization
6275 logic to...
6276 (one_time_initialization): New function.
6277 (rtx_reader::read_until): New method.
6278 (read_flags): New function.
6279 (parse_reg_note_name): New function.
6280 (rtx_reader::read_rtx_code): Initialize "iterator" to NULL.
6281 Handle reuse_rtx ids.
6282 Wrap iterator lookup within #ifdef GENERATOR_FILE.
6283 Add parsing support for RTL dumps, mirroring the special-cases in
6284 print_rtx, by calling read_flags, reading REG_NOTE names, INSN_UID
6285 values, and calling handle_any_trailing_information.
6286 (rtx_reader::read_rtx_operand): Convert return type from void
6287 to rtx, returning return_rtx. Handle case 'e'. Call
6288 finalize_string on XSTR and XTMPL fields.
6289 (rtx_reader::read_nested_rtx): Handle dumps in which trailing
6290 "(nil)" values were omitted. Call the postprocess vfunc on the
6291 return_rtx.
6292 (rtx_reader::rtx_reader): Add new "compact" param and pass to base
6293 class ctor. Initialize m_in_call_function_usage. Call
6294 one_time_initialization.
6295 * rtl-tests.c (selftest::test_uncond_jump): Call
6296 set_new_first_and_last_insn.
6297 * rtl.h (read_rtx): Wrap decl with #ifdef GENERATOR_FILE.
6298 * selftest-rtl.c: New file.
6299 * selftest-rtl.h (class selftest::rtl_dump_test): New class.
6300 (selftest::get_insn_by_uid): New decl.
6301 * selftest-run-tests.c (selftest::run_tests): Call
6302 read_rtl_function_c_tests.
6303 * selftest.h (selftest::read_rtl_function_c_tests): New decl.
6304 * tree-dfa.c (ssa_default_def): Return NULL_TREE for rtl function
6305 dumps.
6306
6307 2017-01-05 Uros Bizjak <ubizjak@gmail.com>
6308
6309 * config/i386/i386.md (*testqi_ext_3): No need to handle memory
6310 operands in a special way. Assert that pos+len <= mode precision.
6311
6312 2017-01-05 Jakub Jelinek <jakub@redhat.com>
6313
6314 * common.opt (fvect-cost-model): Remove RejectNegative flag, use
6315 3 argument Alias with unlimited for the negative form.
6316 (fno-vect-cost-model): Removed.
6317
6318 2017-01-05 Martin Liska <mliska@suse.cz>
6319
6320 * hsa-gen.c (gen_hsa_divmod): New function.
6321 (gen_hsa_insn_for_internal_fn_call): Use the function for IFN_DIVMOD.
6322
6323 2017-01-05 Martin Liska <mliska@suse.cz>
6324
6325 PR pch/78970
6326 * gcc.c (lookup_compiler): Reject '-' filename for a precompiled
6327 header.
6328
6329 2017-01-05 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
6330
6331 * config/s390/s390.c (s390_expand_setmem): Unroll the loop for
6332 small constant length operands.
6333
6334 2017-01-05 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
6335
6336 * config/s390/s390.c (s390_expand_setmem): Avoid overlapping bytes
6337 between loop iterations.
6338
6339 2017-01-05 Martin Liska <mliska@suse.cz>
6340
6341 PR sanitizer/78815
6342 * gimplify.c (gimplify_decl_expr): Compare to
6343 asan_poisoned_variables instread of checking flags.
6344 (gimplify_target_expr): Likewise.
6345 (gimplify_expr): Likewise.
6346 (gimplify_function_tree): Conditionally initialize
6347 asan_poisoned_variables.
6348
6349 2017-01-04 Jeff Law <law@redhat.com>
6350
6351 PR tree-optimizatin/78812
6352 * rtl.h (contains_mem_rtx_p): Prototype.
6353 * ifcvt.c (containts_mem_rtx_p): Move from here to...
6354 * rtlanal.c (contains_mem_rtx_p): Here and remove static linkage.
6355 * gcse.c (prune_expressions): Use contains_mem_rtx_p to discover
6356 and prune MEMs that are not at the toplevel of a SET_SRC rtx. Look
6357 through ZERO_EXTEND and SIGN_EXTEND when trying to avoid pruning MEMs.
6358
6359 2017-01-04 Alexandre Oliva <aoliva@redhat.com>
6360
6361 * input.c (assert_char_at_range): Default-initialize actual_range.
6362
6363 2017-01-04 Alexandre Oliva <aoliva@redhat.com>
6364
6365 * df-scan.c (df_ref_create_structure): Make regno unsigned,
6366 to match the caller.
6367
6368 2017-01-04 Alexandre Oliva <aoliva@redhat.com>
6369
6370 * cfgexpand.c (expand_gimple_basic_block): Disregard debug
6371 insns after final jump in test to emit dummy move.
6372
6373 2017-01-04 Alexandre Oliva <aoliva@redhat.com>
6374
6375 * gimple-iterator.h (gsi_one_nondebug_before_end_p): New.
6376 * tree-eh.c (cleanup_empty_eh): Skip more debug stmts.
6377
6378 2017-01-04 Alexandre Oliva <aoliva@redhat.com>
6379
6380 * multiple_target.c (create_dispatcher_calls): Init e_next.
6381 * tree-ssa-loop-split.c (split_loop): Init border.
6382 * tree-vect-loop.c (vect_determine_vectorization_factor): Init
6383 scalar_type.
6384
6385 2017-01-04 Michael Meissner <meissner@linux.vnet.ibm.com>
6386
6387 PR target/71977
6388 PR target/70568
6389 PR target/78823
6390 * config/rs6000/predicates.md (sf_subreg_operand): New predicate.
6391 (altivec_register_operand): Do not return true if the operand
6392 contains a SUBREG mixing SImode and SFmode.
6393 (vsx_register_operand): Likewise.
6394 (vsx_reg_sfsubreg_ok): New predicate.
6395 (vfloat_operand): Do not return true if the operand contains a
6396 SUBREG mixing SImode and SFmode.
6397 (vint_operand): Likewise.
6398 (vlogical_operand): Likewise.
6399 (gpc_reg_operand): Likewise.
6400 (int_reg_operand): Likewise.
6401 * config/rs6000/rs6000-protos.h (valid_sf_si_move): Add declaration.
6402 * config/rs6000/rs6000.c (valid_sf_si_move): New function to
6403 determine if a MOVSI or MOVSF operation contains SUBREGs that mix
6404 SImode and SFmode.
6405 (rs6000_emit_move_si_sf_subreg): New helper function.
6406 (rs6000_emit_move): Call rs6000_emit_move_si_sf_subreg to possbily
6407 fixup SUBREGs involving SImode and SFmode.
6408 * config/rs6000/vsx.md (SFBOOL_*): New constants that are operand
6409 numbers for the new peephole2 optimization.
6410 (peephole2 for SFmode unions): New peephole2 to optimize cases in
6411 the GLIBC math library that do AND/IOR/XOR operations on single
6412 precision floating point.
6413 * config/rs6000/rs6000.h (TARGET_NO_SF_SUBREG): New internal
6414 target macros to say whether we need to avoid SUBREGs mixing
6415 SImode and SFmode.
6416 (TARGET_ALLOW_SF_SUBREG): Likewise.
6417 * config/rs6000/rs6000.md (UNSPEC_SF_FROM_SI): New unspecs.
6418 (UNSPEC_SI_FROM_SF): Likewise.
6419 (iorxor): Change spacing.
6420 (and_ior_xor): New iterator for AND, IOR, and XOR.
6421 (movsi_from_sf): New insns for SImode/SFmode SUBREG support.
6422 (movdi_from_sf_zero_ext): Likewise.
6423 (mov<mode>_hardfloat, FMOVE32 iterator): Use register_operand
6424 instead of gpc_reg_operand. Add SImode/SFmode SUBREG support.
6425 (movsf_from_si): New insn for SImode/SFmode SUBREG support.
6426 (fma<mode>4): Use gpc_reg_operand instead of register_operand.
6427 (fms<mode>4): Likewise.
6428 (fnma<mode>4): Likewise.
6429 (fnms<mode>4): Likewise.
6430 (nfma<mode>4): Likewise.
6431 (nfms<mode>4): Likewise.
6432
6433 2017-01-04 Marek Polacek <polacek@redhat.com>
6434
6435 PR c++/64767
6436 * doc/invoke.texi: Document -Wpointer-compare.
6437
6438 2017-01-04 Jakub Jelinek <jakub@redhat.com>
6439
6440 * optc-gen.awk: Emit #error for -W*/-f*/-m* Enum without
6441 RejectNegative.
6442
6443 * dwarf2out.c (output_loc_list): Don't throw away 64K+ location
6444 descriptions for -gdwarf-5 and emit them as uleb128 instead of
6445 2-byte data.
6446
6447 2017-01-04 Kelvin Nilsen <kelvin@gcc.gnu.org>
6448
6449 PR target/78056
6450 * doc/sourcebuild.texi (PowerPC-specific attributes): Add
6451 documentation of the powerpc_popcntb_ok attribute.
6452 * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
6453 code to issue warning messages if a requested CPU configuration is
6454 not supported by the binary (assembler and loader) toolchain.
6455 (spe_init_builtins): Add two assertions to prevent ICE if attempt is
6456 made to define a built-in function that has been disabled.
6457 (paired_init_builtins): Add assertion to prevent ICE if attempt is
6458 made to define a built-in function that has been disabled.
6459 (altivec_init_builtins): Add comment explaining why definition
6460 of the DST built-in functions is not preceded by an assertion
6461 check. Add assertions to prevent ICE if attempts are made to
6462 define an altivec predicate or an abs* built-in function that has
6463 been disabled.
6464 (htm_init_builtins): Add comment explaining why definition of the
6465 htm built-in functions is not preceded by an assertion check.
6466
6467 2017-01-04 Jeff Law <law@redhat.com>
6468
6469 PR tree-optimizatin/67955
6470 * tree-ssa-alias.c (same_addr_size_stores_p): Check offsets first.
6471 Allow any SSA_VAR_P as the base objects. Use integer_zerop. Verify
6472 the points-to solution does not include pt_null. Use DECL_PT_UID
6473 unconditionally.
6474
6475 2017-01-04 Uros Bizjak <ubizjak@gmail.com>
6476
6477 * config/i386/i386.md (HI/SImode test with imm to QImode splitters):
6478 Use gen_int_mode instead of gen_lopwart for const_int operands.
6479
6480 2017-01-04 Jakub Jelinek <jakub@redhat.com>
6481
6482 PR tree-optimization/71563
6483 * match.pd: Simplify X << Y into X if Y is known to be 0 or
6484 out of range value - has low bits known to be zero.
6485
6486 2017-01-04 Alan Modra <amodra@gmail.com>
6487
6488 * Makefile.in (aclocal_deps): Update and order as per aclocal.m4.
6489 * configure: Regenerate.
6490 * config.in: Regenerate.
6491
6492 2017-01-04 Jakub Jelinek <jakub@redhat.com>
6493
6494 PR bootstrap/77569
6495 * input.c (ebcdic_execution_charset::on_error): Don't use strstr for
6496 a substring of the message, but strcmp with the whole message. Ifdef
6497 ENABLE_NLS, translate the message first using dgettext.
6498
6499 2017-01-03 Jeff Law <law@redhat.com>
6500
6501 PR tree-optimizatin/78856
6502 * tree-ssa-threadupdate.c: Include tree-vectorizer.h.
6503 (mark_threaded_blocks): Remove code to truncate thread paths that
6504 cross multiple loop headers. Instead invalidate the cached loop
6505 iteration information and handle case of a thread path walking
6506 into an irreducible region.
6507
6508 2017-01-03 Michael Meissner <meissner@linux.vnet.ibm.com>
6509
6510 PR target/78900
6511 * config/rs6000/rs6000.c (rs6000_split_signbit): Change some
6512 assertions. Add support for doing the signbit if the IEEE 128-bit
6513 floating point value is in a GPR.
6514 * config/rs6000/rs6000.md (Fsignbit): Delete.
6515 (signbit<mode>2_dm): Delete using <Fsignbit> and just use "wa".
6516 Update the length attribute if the value is in a GPR.
6517 (signbit<mode>2_dm_<su>ext): Add combiner pattern to eliminate
6518 the sign or zero extension instruction, since the value is always 0/1.
6519 (signbit<mode>2_dm2): Delete using <Fsignbit>.
6520
6521 PR target/78953
6522 * config/rs6000/vsx.md (vsx_extract_<mode>_store_p9): If we are
6523 extracting SImode to a GPR register so that we can generate a
6524 store, limit the vector to be in a traditional Altivec register
6525 for the vextuwrx instruction.
6526
6527 2017-01-03 Ian Lance Taylor <iant@google.com>
6528
6529 * godump.c (go_format_type): Treat ENUMERAL_TYPE like INTEGER_TYPE.
6530
6531 2017-01-03 Martin Sebor <msebor@redhat.com>
6532
6533 PR tree-optimization/78696
6534 * gimple-ssa-sprintf.c (format_floating): Correct handling of
6535 precision. Use MPFR for %f for greater fidelity. Correct handling
6536 of %g.
6537 (pass_sprintf_length::compute_format_length): Set width and precision
6538 specified by asrerisk to void_node for vararg functions.
6539 (try_substitute_return_value): Adjust dump output.
6540
6541 2017-01-03 David Edelsohn <dje.gcc@gmail.com>
6542
6543 * doc/invoke.texi (RS6000 options): LRA is enabled by default.
6544
6545 2017-01-03 Eric Botcazou <ebotcazou@adacore.com>
6546
6547 * doc/invoke.texi (SPARC options): Document -mlra as the default.
6548 * config/sparc/sparc.c (sparc_option_override): Force LRA unless
6549 -mlra/-mno-lra was passed to the compiler.
6550
6551 2017-01-03 James Cowgill <James.Cowgill@imgtec.com>
6552
6553 PR rtl-optimization/65618
6554 * emit-rtl.c (try_split): Move initialization of "before" and
6555 "after" to just before the call to emit_insn_after_setloc.
6556
6557 2017-01-03 Gerald Pfeifer <gerald@pfeifer.com>
6558
6559 * doc/md.texi (Standard Names): Remove reference to Java frontend.
6560
6561 2017-01-03 Pierre-Marie de Rodat <derodat@adacore.com>
6562
6563 * dwarf2out.c (gen_enumeration_type_die): When
6564 -gno-strict-dwarf, add a DW_AT_encoding attribute.
6565
6566 2017-01-03 Jakub Jelinek <jakub@redhat.com>
6567
6568 PR tree-optimization/78965
6569 * gimple-ssa-sprintf.c (pass_sprintf_length::compute_format_length):
6570 Change first argument from const call_info & to call_info &. For %n
6571 set info.nowrite to false.
6572
6573 PR middle-end/78901
6574 * gimple-ssa-sprintf.c (try_substitute_return_value): Don't change
6575 possibly throwing calls.
6576
6577 * genmatch.c (dt_node::gen_kids_1): If generic_exprs include SSA_NAME
6578 and exprs_len || fns_len, emit the code for SSA_NAME next to the exprs
6579 and fns handling, rather than in a separate case SSA_NAME.
6580
6581 2017-01-02 Jeff Law <law@redhat.com>
6582
6583 * config/darwin-driver.c (darwin_driver_init): Const-correctness
6584 fixes for first_period and second_period variables.
6585
6586 2017-01-02 Uros Bizjak <ubizjak@gmail.com>
6587
6588 PR target/78967
6589 * config/i386/i386.md (UNSPEC_NOREX_MEM): New unspec.
6590 (*insvqi_1): New insn pattern.
6591 (*insvqi_1_mem_rex64): Ditto.
6592 (*insvqi_2): Ditto.
6593 (*insvqi_3): Rename from *insvqi.
6594
6595 (*extzvqi_mem_rex64): Add UNSPEC_NOREX_MEM tag.
6596
6597 2017-01-02 Gerald Pfeifer <gerald@pfeifer.com>
6598
6599 * doc/cfg.texi (Edges): Remove reference to Java.
6600 (Maintaining the CFG): Ditto.
6601
6602 2017-01-01 Jan Hubicka <hubicka@ucw.cz>
6603
6604 PR middle-end/77674
6605 * symtab.c (symtab_node::binds_to_current_def_p): Fix handling of
6606 transparent aliases.
6607
6608 2017-01-01 Jan Hubicka <hubicka@ucw.cz>
6609
6610 PR middle-end/77484
6611 * predict.def (PRED_CALL): Update hitrate.
6612 (PRED_INDIR_CALL, PRED_POLYMORPHIC_CALL): New predictors.
6613 * predict.c (tree_estimate_probability_bb): Split CALL predictor
6614 into direct/indirect/polymorphic variants.
6615
6616 2017-01-01 Jakub Jelinek <jakub@redhat.com>
6617
6618 Update copyright years.
6619
6620 * gcc.c (process_command): Update copyright notice dates.
6621 * gcov-dump.c (print_version): Ditto.
6622 * gcov.c (print_version): Ditto.
6623 * gcov-tool.c (print_version): Ditto.
6624 * gengtype.c (create_file): Ditto.
6625 * doc/cpp.texi: Bump @copying's copyright year.
6626 * doc/cppinternals.texi: Ditto.
6627 * doc/gcc.texi: Ditto.
6628 * doc/gccint.texi: Ditto.
6629 * doc/gcov.texi: Ditto.
6630 * doc/install.texi: Ditto.
6631 * doc/invoke.texi: Ditto.
6632 \f
6633 Copyright (C) 2017 Free Software Foundation, Inc.
6634
6635 Copying and distribution of this file, with or without modification,
6636 are permitted in any medium without royalty provided the copyright
6637 notice and this notice are preserved.