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