final.c (last_columnnum, [...]): New variables.
[gcc.git] / gcc / ChangeLog
1 2017-02-18 Jakub Jelinek <jakub@redhat.com>
2
3 * final.c (last_columnnum, override_columnnum): New variables.
4 (final_start_function): Set last_columnnum, pass it to begin_prologue
5 hook and pass 0 to dwarf2out_begin_prologue.
6 (final_scan_insn): Update override_columnnum. Pass last_columnnum
7 to source_line debug hook.
8 (notice_source_line): Compute last_columnnum and for debug_column_info
9 return true on column changes.
10 * debug.h (struct gcc_debug_hooks): Add column argument to
11 source_line and begin_prologue hooks.
12 (debug_nothing_int_charstar_int_bool): Remove prototype.
13 (debug_nothing_int_int_charstar,
14 debug_nothing_int_int_charstar_int_bool): New prototypes.
15 (dwarf2out_begin_prologue): Add column argument.
16 * debug.c (do_nothing_debug_hooks): Adjust source_line and
17 begin_prologue hooks.
18 (debug_nothing_int_charstar_int_bool): Remove.
19 (debug_nothing_int_int_charstar,
20 debug_nothing_int_int_charstar_int_bool): New functions.
21 * dwarf2out.c (dwarf2out_begin_prologue): Add column argument, pass it
22 through to dwarf2out_source_line.
23 (dwarf2_lineno_debug_hooks): Adjust begin_prologue hook.
24 (dwarf2out_source_line): Add column argument, emit it if requested.
25 * sdbout.c (sdbout_source_line, sdbout_begin_prologue): Add column
26 arguments.
27 * xcoffout.h (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
28 * xcoffout.c (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
29 * vmsdbgout.c (vmsdbgout_begin_prologue): Add column argument, pass it
30 through to dwarf2out_begin_prologue.
31 (vmsdbgout_source_line): Add column argument, pass it through to
32 dwarf2out_source_line.
33 * dbxout.c (dbxout_begin_prologue): Add column argument, adjust
34 dbxout_source_line caller.
35 (dbxout_source_line): Add column argument.
36
37 * common.opt (gno-column-info, gcolumn-info): New options.
38 * dwarf2out.c (dwarf2_lineno_debug_hooks): Formatting fix.
39 (check_die): Also test for multiple DW_AT_decl_column attributes.
40 (add_src_coords_attributes, dwarf2out_imported_module_or_decl_1): Add
41 DW_AT_decl_column if requested.
42 (gen_subprogram_die): Compare and/or add also DW_AT_decl_column
43 if requested.
44 (gen_variable_die): Likewise.
45 (add_call_src_coords_attributes): Add DW_AT_call_column if requested.
46 * doc/invoke.texi (-gcolumn-info, -gno-column-info): Document.
47
48 PR target/79569
49 * config/i386/i386.opt (m3dnowa): Replace Undocumented with Report.
50 * common/config/i386/i386-common.c (OPTION_MASK_ISA_3DNOW_A_SET): Define.
51 (ix86_handle_option): Handle OPT_m3dnowa.
52 * doc/invoke.texi (-m3dnowa): Document.
53 * doc/extend.texi (__builtin_ia32_pmulhuw, __builtin_ia32_pf2iw): Use
54 -m3dnowa instead of -m3dnow -march=athlon.
55
56 PR target/79559
57 * config/i386/i386.c (ix86_print_operand): Use output_operand_lossage
58 instead of gcc_assert for K, r and R code checks. Formatting fixes.
59
60 2017-02-17 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
61
62 PR target/79261
63 * config/rs6000/rs6000.c (rs6000_expand_ternop_builtin): Add
64 support for CODE_FOR_vsx_xxpermdi_v2d[fi]_be.
65 * config/rs6000/rs6000.md (reload_gpr_from_vsx<mode>): Call
66 generator for vsx_xxpermdi_<mode>_be.
67 * config/rs6000/vsx.md (vsx_xxpermdi_<mode>): Remove logic to
68 force big-endian semantics.
69 (vsx_xxpermdi_<mode>_be): New define_expand with same
70 implementation as previous version of vsx_xxpermdi_<mode>.
71
72 2017-02-17 Jakub Jelinek <jakub@redhat.com>
73
74 PR tree-optimization/79327
75 * gimple-ssa-sprintf.c (format_integer): Remove likely_adjust
76 variable, its initialization and use.
77
78 2017-02-17 Julia Koval <julia.koval@intel.com>
79
80 * common/config/i386/i386-common.c (OPTION_MASK_ISA_RDPID_SET): New.
81 (OPTION_MASK_ISA_PKU_UNSET): New.
82 (ix86_handle_option): Handle -mrdpid.
83 * config/i386/cpuid.h (bit_RDPID): New.
84 * config/i386/driver-i386.c (host_detect_local_cpu):
85 Detect RDPID feature.
86 * config/i386/i386-builtin.def (__builtin_ia32_rdpid): New.
87 * config/i386/i386-c.c (ix86_target_macros_internal):
88 Handle RDPID flag.
89 * config/i386/i386.c (ix86_target_string): Add -mrdpid to isa2_opts.
90 (ix86_valid_target_attribute_inner_p): Add "rdpid".
91 (ix86_expand_builtin): Handle IX86_BUILTIN_RDPID.
92 * config/i386/i386.h (TARGET_RDPID, TARGET_RDPID_P): New.
93 * config/i386/i386.md (define_insn "rdpid"): New.
94 * config/i386/i386.opt Add -mrdpid.
95 * config/i386/immintrin.h (_rdpid_u32): New.
96
97 2017-02-17 Vladimir Makarov <vmakarov@redhat.com>
98
99 PR rtl-optimization/79541
100 * lra-constraints.c (curr_insn_transform): Remove wrong asm insn
101 instead of transforming it into USE.
102
103 2017-02-17 Segher Boessenkool <segher@kernel.crashing.org>
104
105 * config/rs6000/rs6000.md (extendsfdf2): Remove default arguments.
106 If HONOR_SNANS (SFmode) force the input to a register.
107 (*extendsfdf2_fpr): Add !HONOR_SNANS (SFmode) condition.
108 (*extendsfdf2_snan): New pattern, used when using SNaNs; it generates
109 an frsp or similar insn.
110
111 2017-02-17 Martin Liska <mliska@suse.cz>
112
113 PR rtl-optimization/79577
114 * params.def (selsched-max-sched-times): Increase minimum to 1.
115
116 2017-02-17 Martin Liska <mliska@suse.cz>
117
118 PR rtl-optimization/79574
119 * gcse.c (want_to_gcse_p): Prevent integer overflow.
120
121 2017-02-17 Martin Liska <mliska@suse.cz>
122
123 PR tree-optimization/79529
124 * tree-ssa-loop-unswitch.c (is_maybe_undefined): Use
125 ssa_defined_default_def_p to handle cases which are implicitly
126 defined.
127 * tree-ssa.c (ssa_defined_default_def_p): New function.
128 (ssa_undefined_value_p): Use ssa_defined_default_def_p to handle cases
129 which are implicitly defined.
130 * tree-ssa.h (ssa_defined_default_def_p): Declare.
131
132 2017-02-17 Richard Biener <rguenther@suse.de>
133
134 PR middle-end/79576
135 * params.def (max-ssa-name-query-depth): Limit to 10.
136
137 2017-02-17 Richard Biener <rguenther@suse.de>
138
139 PR tree-optimization/79552
140 * tree-ssa-structalias.c (visit_loadstore): Properly verify
141 default defs.
142
143 2017-02-17 Richard Biener <rguenther@suse.de>
144
145 PR bootstrap/79567
146 * genmatch.c (output_line_directive): Handle DIR_SEPARATOR_2.
147
148 2017-02-17 Marek Polacek <polacek@redhat.com>
149
150 PR middle-end/79536
151 * fold-const.c (fold_negate_expr_1): Renamed from fold_negate_expr.
152 (fold_negate_expr): New wrapper.
153
154 2017-02-16 Sandra Loosemore <sandra@codesourcery.com>
155
156 * doc/invoke.texi (C++ Dialect Options) [-Wno-non-template-friend]:
157 Correct terminology and de-emphasize pre-standard behavior.
158
159 2017-02-16 Alan Modra <amodra@gmail.com>
160
161 PR rtl-optimization/79286
162 * ira.c (def_dominates_uses): New function.
163 (update_equiv_regs): Don't create an equivalence for insns that
164 may trap where the register def does not dominate the use.
165
166 2017-02-16 Vladimir Makarov <vmakarov@redhat.com>
167
168 PR rtl-optimization/78127
169 * lra.c (lra): Call lra_eliminate before finish the loop after
170 lra_constraint.
171
172 2017-02-16 Richard Biener <rguenther@suse.de>
173
174 * graphite.h: Do not include isl/isl_val_gmp.h, instead include
175 isl/isl_val.h.
176 * graphite-isl-ast-to-gimple.c (gmp_cst_to_tree): Remove.
177 (gcc_expression_from_isl_expr_int): Use generic isl_val interface.
178 * graphite-sese-to-poly.c: Do not include isl/isl_val_gmp.h.
179 (isl_val_int_from_wi): New function.
180 (extract_affine_gmp): Rename to ...
181 (extract_affine_wi): ... this, take a widest_int.
182 (extract_affine_int): Just wrap extract_affine_wi.
183 (add_param_constraints): Use isl_val_int_from_wi.
184 (add_loop_constraints): Likewise, and extract_affine_wi.
185
186 2017-02-15 Jeff Law <law@redhat.com>
187
188 PR middle-end/79521
189 * ira-costs.c (scan_one_insn): Check have_regs_of_mode before calling
190 ira_init_register_move_cost_if_necessary.
191
192 2017-02-15 Martin Sebor <msebor@redhat.com>
193
194 PR middle-end/32003
195 * doc/invoke.texi (-fdump-final-insns): Replace option accidentally
196 removed in a prior commit.
197
198 2017-02-15 Bin Cheng <bin.cheng@arm.com>
199
200 PR tree-optimization/79347
201 * tree-vect-loop-manip.c (vect_do_peeling): Maintain profile
202 counters during peeling.
203
204 2017-02-15 Thomas Schwinge <thomas@codesourcery.com>
205
206 * Makefile.in (site.exp): Remove "set ISLVER".
207
208 2017-02-15 Jakub Jelinek <jakub@redhat.com>
209
210 PR target/79487
211 * real.c (real_from_integer): Call real_convert even for decimal.
212
213 2017-02-15 Dominik Vogt <vogt@linux.vnet.ibm.com>
214
215 PR target/79421
216 * config/s390/s390.c: define TARGET_CUSTOM_FUNCTION_DESCRIPTORS.
217
218 2017-02-14 Andrew Pinski <apinski@cavium.com>
219
220 * config/aarch64/aarch64-cores.def (thunderx2t99): Move to under 'C"
221 cores and change the partno/implementer to be correct.
222 (thunderx2t99p1): New core which replaces thunderx2t99 and still has
223 the 'B" as the implementer.
224 * config/aarch64/aarch64-tune.md: Regenerate.
225
226 2017-02-14 Carl Love <cel@us.ibm.com>
227
228 * config/rs6000/rs6000.c: Add case statement entry to make the
229 xvcvuxdsp built-in argument unsigned.
230 * config/rs6000/vsx.md: Fix the source and return operand types so they
231 match the instruction definitions from the ISA document. Fix typo
232 in the instruction generation for the (define_insn "vsx_xvcvuxdsp"
233 statement.
234
235 2017-02-14 Vladimir Makarov <vmakarov@redhat.com>
236
237 PR target/79282
238 * lra-int.h (struct lra_operand_data, struct lra_insn_reg): Add
239 member early_clobber_alts.
240 * lra-lives.c (reg_early_clobber_p): New.
241 (process_bb_lives): Use it.
242 * lra.c (new_insn_reg): New arg early_clobber_alts. Use it.
243 (debug_operand_data): Initialize early_clobber_alts.
244 (setup_operand_alternative): Set up early_clobber_alts.
245 (collect_non_operand_hard_regs): Ditto. Pass early clobber
246 alternatives to new_insn_reg.
247 (add_regs_to_insn_regno_info): Add arg early_clobber_alts. Use
248 it.
249 (lra_update_insn_regno_info): Pass the new arg.
250
251 2017-02-14 Jakub Jelinek <jakub@redhat.com>
252
253 PR middle-end/79505
254 * omp-offload.c (free_oacc_loop): Release loop->ifns vector.
255 (new_oacc_loop_raw): Don't clear already cleared fields.
256
257 PR target/79481
258 * config/i386/avx512pfintrin.h (_mm512_prefetch_i32gather_pd,
259 _mm512_prefetch_i32gather_ps, _mm512_prefetch_i64gather_pd,
260 _mm512_prefetch_i64gather_ps): New inline functions and macros.
261
262 2017-02-14 Uros Bizjak <ubizjak@gmail.com>
263
264 PR target/79495
265 * config/i386/i386.md (*movxf_internal): Add (o,rC) alternative.
266
267 2017-02-14 H.J. Lu <hongjiu.lu@intel.com>
268
269 PR target/79498
270 * config/i386/i386.c (timode_scalar_chain::convert_insn): Insert
271 the extra instruction to the right place to store 128-bit constant
272 when needed.
273
274 2017-02-14 Martin Sebor <msebor@redhat.com>
275
276 PR middle-end/79448
277 * gimple-ssa-sprintf.c (format_directive): Avoid issuing INT_MAX
278 warning for strings of unknown length.
279
280 2017-02-13 Segher Boessenkool <segher@kernel.crashing.org>
281
282 * config.gcc (supported_defaults) [powerpc*-*-*]: Update.
283
284 2017-02-14 Jeff Law <law@redhat.com>
285
286 PR target/79404
287 * ira-costs.c (scan_one_insn): Initialize register move costs
288 for pseudos seen in USE/CLOBBER insns.
289
290 PR tree-optimization/79095
291 * tree-vrp.c (extract_range_from_binary_expr_1): For EXACT_DIV_EXPR,
292 if the numerator has the range ~[0,0] make the resultant range ~[0,0].
293 (extract_range_from_binary_expr): For MINUS_EXPR with no derived range,
294 if the operands are known to be not equal, then the resulting range
295 is ~[0,0].
296 (intersect_ranges): If the new range is ~[0,0] and the old range is
297 wide, then prefer ~[0,0].
298 * tree-vrp.c (overflow_comparison_p_1): New function.
299 (overflow_comparison_p): New function.
300 * tree-vrp.c (register_edge_assert_for_2): Register additional asserts
301 if NAME is used in an overflow test.
302 (vrp_evaluate_conditional_warnv_with_ops): If the ops represent an
303 overflow check that can be expressed as an equality test, then adjust
304 ops to be that equality test.
305
306 2017-02-14 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
307
308 * config/s390/s390-builtin-types.def: Remove flags argument.
309 * config/s390/s390.c (s390_init_builtins): Likewise.
310
311 2017-02-14 Martin Liska <mliska@suse.cz>
312
313 * tree-ssa-loop-unswitch.c (hoist_guard): Release get_loop_body
314 vector. Fix trailing white spaces.
315
316 2017-02-14 James Greenhalgh <james.greenhalgh@arm.com>
317
318 * config/aarch64/aarch64.c (aarch64_simd_container_mode): Handle
319 HFmode.
320
321 2017-02-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
322
323 PR rtl-optimization/68664
324 * config/arm/arm.c (arm_sched_can_speculate_insn):
325 New function. Declare prototype.
326 (TARGET_SCHED_CAN_SPECULATE_INSN): Define.
327
328 2017-02-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
329
330 PR rtl-optimization/68664
331 * config/aarch64/aarch64.c (aarch64_sched_can_speculate_insn):
332 New function.
333 (TARGET_SCHED_CAN_SPECULATE_INSN): Define.
334
335 2017-02-14 Amit Pawar <amit.pawar@amd.com>
336
337 * config/i386/i386.c (znver1_cost): Fix the alignment for function and
338 max skip bytes for function, loop and jump.
339
340 2017-02-14 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
341
342 * gimple-pretty-print.c (dump_unary_rhs): Adjust dump format for
343 ABS_EXPR for gimple dump.
344
345 2017-02-14 Jakub Jelinek <jakub@redhat.com>
346
347 PR target/79462
348 * config/sh/sh.c (expand_cbranchdi4): Don't clear operands[4].
349
350 PR tree-optimization/79408
351 * tree-vrp.c (simplify_div_or_mod_using_ranges): Handle also the
352 case when on TRUNC_MOD_EXPR op0 is INTEGER_CST.
353 (simplify_stmt_using_ranges): Call simplify_div_or_mod_using_ranges
354 also if rhs1 is INTEGER_CST.
355
356 2017-02-14 Richard Biener <rguenther@suse.de>
357
358 PR middle-end/79432
359 * tree-into-ssa.c (insert_phi_nodes): When the function can
360 have abnormal edges rewrite SSA names with broken use-def
361 dominance out of SSA and register them for PHI insertion.
362
363 2017-02-13 Martin Sebor <msebor@redhat.com>
364
365 PR middle-end/79496
366 * gimple-ssa-sprintf.c (pass_sprintf_length::handle_gimple_call): Avoid
367 clearing info.nowrite flag when snprintf size argument is a range.
368
369 2017-02-13 Jakub Jelinek <jakub@redhat.com>
370
371 * cprop.c (cprop_jump): Add missing space in string literal.
372 * tree-ssa-structalias.c (rewrite_constraints): Likewise.
373 (get_constraint_for_component_ref): Likewise.
374 * df-core.c (df_worklist_dataflow_doublequeue): Likewise.
375 * tree-outof-ssa.c (insert_partition_copy_on_edge): Likewise.
376 * lra-constraints.c (process_alt_operands): Likewise.
377 * ipa-inline.c (inline_small_functions): Likewise.
378 * tree-ssa-sccvn.c (visit_reference_op_store): Likewise.
379 * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
380 * trans-mem.c (diagnose_tm_1_op): Likewise.
381 * omp-grid.c (grid_find_single_omp_among_assignments): Likewise.
382 (grid_parallel_clauses_gridifiable): Likewise.
383
384 * config/nvptx/mkoffload.c (process): Add space in between
385 , and %d.
386
387 * config/i386/i386.h (REG_CLASS_NAMES): Add , in between
388 "MOD4_SSE_REGS" and "ALL_REGS".
389
390 * spellcheck.c (test_data): Add , in between "foo" and "food".
391
392 2017-02-13 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
393
394 PR target/79449
395 * config/rs6000/rs6000.c (expand_block_compare): Make sure runtime
396 boundary crossing check and subsequent code generation agree.
397
398 2017-02-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
399
400 * config/aarch64/aarch64.c (has_memory_op): Delete.
401 (aarch64_madd_needs_nop): Use contains_mem_rtx_p instead of
402 has_memory_op.
403
404 2017-02-13 Jakub Jelinek <jakub@redhat.com>
405
406 PR rtl-optimization/79388
407 PR rtl-optimization/79450
408 * combine.c (distribute_notes): When removing TEM_INSN for which
409 corresponding dest has last value recorded, invalidate that last
410 value.
411
412 2017-02-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
413
414 * config/arm/arm.c (arm_print_tune_info): Use ASM_COMMENT_START instead
415 of explicit '@'. Add missing assembly comment marker on branch costs
416 printout.
417
418 2017-02-13 Nathan Sidwell <nathan@acm.org>
419
420 * gengtype-lex.l (<in_struct>): Add '/'.
421
422 2017-02-13 Martin Liska <mliska@suse.cz>
423
424 PR c/79471
425 * calls.c (expand_call): Replace XALLOCAVEC with XCNEWVEC.
426
427 2017-02-13 Richard Biener <rguenther@suse.de>
428
429 * configure.ac (HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS):
430 Remove.
431 * configure: Re-generate.
432 * config.in: Likewise.
433 * graphite-dependences.c: Simplify as if
434 HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS was defined.
435 * graphite-isl-ast-to-gimple.c: Likewise.
436 * graphite-optimize-isl.c: Likewise.
437 * graphite-poly.c: Likewise.
438 * graphite-sese-to-poly.c: Likewise.
439 * graphite.h: Likewise.
440 * toplev.c: Include isl/version.h and use isl_version () for
441 printing the ISL version.
442 * doc/install.texi: Update ISL requirement.
443
444 2017-02-12 Gerald Pfeifer <gerald@pfeifer.com>
445
446 * doc/standards.texi (Standards): Update reference to
447 Objective-C 2.0.
448
449 2017-02-12 Gerald Pfeifer <gerald@pfeifer.com>
450
451 * doc/extend.texi (Named Address Spaces): sourceware.org now
452 defaults to https.
453 * doc/install.texi (Binaries): Ditto.
454 (Specific): Ditto.
455
456 2017-02-11 Sandra Loosemore <sandra@codesourcery.com>
457
458 * doc/cpp.texi: Replace "stringify"/"stringification" with C
459 standard terminology "stringize"/"stringizing" throughout.
460 * doc/cppinternals.texi: Likewise.
461
462 2017-02-11 Sandra Loosemore <sandra@codesourcery.com>
463
464 * doc/extend.texi: Fix some spelling mistakes and typos.
465 * doc/invoke.texi: Likewise.
466
467 2017-02-11 Jan Hubicka <hubicka@ucw.cz>
468
469 PR ipa/79224
470 * params.def (inline-min-speedup) Change from 10 to 8.
471
472 2017-02-11 Jakub Jelinek <jakub@redhat.com>
473
474 * doc/invoke.texi (fopenmp): Bump OpenMP version from 4.0 to
475 4.5.
476
477 2017-02-11 Jan Hubicka <hubicka@ucw.cz>
478
479 PR ipa/79224
480 * ipa-inline-analysis.c (get_minimal_bb): New function.
481 (record_modified): Use it.
482 (remap_edge_change_prob): Handle also ancestor functions.
483
484 2017-02-11 Gerald Pfeifer <gerald@pfeifer.com>
485
486 * doc/contrib.texi (Contributors): Remove broken link into
487 the Mauve CVS repository.
488
489 2017-02-11 Jakub Jelinek <jakub@redhat.com>
490
491 PR middle-end/79454
492 * internal-fn.c (expand_vector_ubsan_overflow): Use piece-wise
493 result computation whenever lhs doesn't have vector mode, not
494 just when it has BLKmode.
495
496 2017-02-10 Gerald Pfeifer <gerald@pfeifer.com>
497
498 * doc/makefile.texi (profiledbootstrap): Refer to the
499 installation instructions only in textual form.
500
501 2017-02-10 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
502
503 PR target/79295
504 * config/rs6000/altivec.md (bcd<bcd_add_sub>): Fix constraints.
505
506 2017-02-10 Gerald Pfeifer <gerald@pfeifer.com>
507
508 * doc/install.texi (Specific): Use https for blackfin.uclinux.org.
509 (Specific): Update mingw-w64 reference.
510 (Binaries): Ditto.
511 (Specific): Remove broken link to Renesas RX processor.
512
513 2017-02-10 Richard Biener <rguenther@suse.de>
514
515 * toplev.c (process_options): Do not mention obsolete graphite
516 options when printing sorry message about missing graphite support.
517 Mention -floop-nest-optimize.
518
519 2017-02-10 Christophe Lyon <christophe.lyon@linaro.org>
520
521 * config/aarch64/arm_neon.h (vtst_p8): Rewrite without asm.
522 (vtst_p16): Likewise.
523 (vtstq_p8): Likewise.
524 (vtstq_p16): Likewise.
525 (vtst_p64): New.
526 (vtstq_p64): Likewise.
527 * config/arm/arm_neon.h (vgetq_lane_p64): New.
528 (vset_lane_p64): New.
529 (vsetq_lane_p64): New.
530
531 2017-02-10 Jakub Jelinek <jakub@redhat.com>
532
533 PR tree-optimization/79411
534 * tree-ssa-reassoc.c (is_reassociable_op): Return false if
535 stmt operands are SSA_NAMEs used in abnormal phis.
536 (can_reassociate_p): Return false if op is SSA_NAME used in abnormal
537 phis.
538
539 2017-02-09 Jan Hubicka <hubicka@ucw.cz>
540
541 PR ipa/70795
542 * cgraphunit.c (cgraph_node::add_new_function): Set externally_visible
543 flag if needed.
544
545 2017-02-09 Jan Hubicka <hubicka@ucw.cz>
546
547 * tree-ssa-loop-unswitch.c (hoist_guard): Update profile.
548
549 2017-02-09 Jakub Jelinek <jakub@redhat.com>
550
551 * omp-offload.c (oacc_loop_auto_partitions): Use || instead of |
552 to avoid warning.
553
554 PR c/79413
555 * gimplify.h (is_gimple_sizepos): Only test for INTEGER_CST constants,
556 not arbitrary TREE_CONSTANT.
557
558 PR c/79431
559 * gimplify.c (gimplify_adjust_omp_clauses): Ignore
560 "omp declare target link" attribute unless is_global_var.
561 * omp-offload.c (find_link_var_op): Likewise.
562
563 2017-02-09 Nathan Sidwell <nathan@codesourcery.com>
564 Chung-Lin Tang <cltang@codesourcery.com>
565
566 * gimplify.c (gimplify_scan_omp_clauses): No special handling for
567 OMP_CLAUSE_TILE.
568 (gimplify_adjust_omp_clauses): Don't delete TILE.
569 (gimplify_omp_for): Deal with TILE.
570 * internal-fn.c (expand_GOACC_TILE): New function.
571 * internal-fn.def (GOACC_DIM_POS): Comment may be overly conservative.
572 (GOACC_TILE): New.
573 * omp-expand.c (struct oacc_collapse): Add tile and outer fields.
574 (expand_oacc_collapse_init): Add LOC paramter. Initialize tile
575 element fields.
576 (expand_oacc_collapse_vars): Add INNER parm, adjust for tiling,
577 avoid DIV for outermost collapse var.
578 (expand_oacc_for): Insert tile element loop as needed. Adjust.
579 Remove out of date comments, fix whitespace.
580 * omp-general.c (omp_extract_for_data): Deal with tiling.
581 * omp-general.h (enum oacc_loop_flags): Add OLF_TILE flag,
582 adjust OLF_DIM_BASE value.
583 (struct omp_for_data): Add tiling field.
584 * omp-low.c (scan_sharing_clauses): Allow OMP_CLAUSE_TILE.
585 (lower_oacc_head_mark): Add OLF_TILE as appropriate. Ensure 2 levels
586 for auto loops. Remove default auto determining, moved to
587 oacc_loop_fixed_partitions.
588 * omp-offload.c (struct oacc_loop): Change 'ifns' to vector of call
589 stmts, add e_mask field.
590 (oacc_dim_call): New function, abstracted out from oacc_thread_numbers.
591 (oacc_thread_numbers): Use oacc_dim_call.
592 (oacc_xform_tile): New.
593 (new_oacc_loop_raw): Initialize e_mask, adjust for ifns vector.
594 (finish_oacc_loop): Adjust for ifns vector.
595 (oacc_loop_discover_walk): Append loop abstraction sites to list,
596 add case for GOACC_TILE fns.
597 (oacc_loop_xform_loop): Delete.
598 (oacc_loop_process): Iterate over call list directly, and add
599 handling for GOACC_TILE fns.
600 (oacc_loop_fixed_partitions): Determine default auto, deal with TILE,
601 dump partitioning.
602 (oacc_loop_auto_partitions): Add outer_assign parm. Assign all but
603 vector partitioning to outer loops. Assign 2 partitions to loops
604 when available. Add TILE handling.
605 (oacc_loop_partition): Adjust oacc_loop_auto_partitions call.
606 (execite_oacc_device_lower): Process GOACC_TILE fns, ignore unknown specs.
607 * tree-nested.c (convert_nonlocal_omp_clauses): Allow OMP_CLAUSE_TILE.
608 * tree.c (omp_clause_num_ops): Adjust TILE ops.
609 * tree.h (OMP_CLAUSE_TILE_ITERVAR, OMP_CLAUSE_TILE_COUNT): New.
610
611 2017-02-09 Gerald Pfeifer <gerald@pfeifer.com>
612
613 * configure.ac (ACX_BUGURL): Update.
614 * configure: Regenerate.
615
616 2017-02-09 Richard Biener <rguenther@suse.de>
617
618 PR tree-optimization/69823
619 * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
620 Properly enumerate all BBs in the region. Use auto_vec/auto_bitmap.
621
622 2017-02-09 Andrew Burgess <andrew.burgess@embecosm.com>
623
624 * config/arc/arc-c.def: Add __NPS400__ definition.
625 * config/arc/arc.h (CPP_SPEC): Don't define __NPS400__ here.
626 (TARGET_NPS400): Define.
627
628 2017-02-09 Andrew Burgess <andrew.burgess@embecosm.com>
629
630 * config/arc/arc-arch.h (arc_arch_t): Move unchanged to earlier in
631 file.
632 (arc_cpu_t): Change base_architecture field, arch, to a arc_arc_t
633 pointer, arch_info.
634 (arc_cpu_types): Fill the arch_info field with a pointer into the
635 arc_arch_types table.
636 (arc_selected_cpu): Declare.
637 * config/arc/arc.c (arc_selected_cpu): Make global.
638 (arc_selected_arch): Delete.
639 (arc_base_cpu): Delete.
640 (arc_override_options): Remove references to deleted variables,
641 update access to arch information.
642 (ARC_OPT): Update access to arch information.
643 (ARC_OPTX): Likewise.
644 * config/arc/arc.h (arc_base_cpu): Remove declaration.
645 (TARGET_ARC600): Update access to arch information.
646 (TARGET_ARC601): Likewise.
647 (TARGET_ARC700): Likewise.
648 (TARGET_EM): Likewise.
649 (TARGET_HS): Likewise.
650 * config/arc/driver-arc.c (arc_cpu_to_as): Update access to arch
651 information.
652
653 2017-02-08 Pat Haugen <pthaugen@us.ibm.com>
654
655 PR target/78604
656 * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Invert
657 condition/operands for integer GE/LE/GEU/LEU operations.
658
659 2017-02-08 Segher Boessenkool <segher@kernel.crashing.org>
660
661 PR translation/79397
662 * config/rs6000/rs6000.opt (maltivec=le, maltivec=be): Fix spelling
663 of AltiVec.
664
665 2017-02-08 Martin Jambor <mjambor@suse.cz>
666
667 PR ipa/79375
668 * ipa-prop.c (ipa_alloc_node_params): Make static, return bool
669 whether allocation happened.
670 (ipa_initialize_node_params): Do not call ipa_alloc_node_params if
671 nothing was allocated.
672
673 2017-02-08 Jakub Jelinek <jakub@redhat.com>
674
675 PR tree-optimization/79408
676 * tree-vrp.c (simplify_div_or_mod_using_ranges): If op1 is not
677 constant, but SSA_NAME with a known integer range, use the minimum
678 of that range instead of op1 to determine if modulo can be replaced
679 with its first operand.
680
681 2016-02-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
682
683 * config/riscv/riscv.c (riscv_build_integer_1): Avoid use of INT16_MAX.
684
685 2017-02-08 Richard Biener <rguenther@suse.de>
686
687 PR tree-optimization/71824
688 * graphite-scop-detection.c (scop_detection::build_scop_breadth):
689 Check all loops contained in the merged region.
690
691 2017-02-07 Andrew Pinski <apinski@cavium.com>
692
693 * config/aarch64/aarch64.md (popcount<mode>2): New pattern.
694
695 2017-02-07 Andrew Pinski <apinski@cavium.com>
696
697 * config/aarch64/aarch64-cores.def (thunderx): Disable LSE.
698 (thunderxt88): Likewise.
699 (thunderxt81): Disable LSE and change v8.1 to v8.
700 (thunderxt83): Likewise.
701
702 2017-02-07 Jakub Jelinek <jakub@redhat.com>
703 Richard Biener <rguenther@suse.de>
704
705 PR middle-end/79399
706 * ira-int.h (struct target_ira_int): Change x_max_struct_costs_size
707 type from int to size_t.
708 * ira-costs.c (struct_costs_size): Change type from int to size_t.
709
710 2017-02-07 Jakub Jelinek <jakub@redhat.com>
711
712 PR rtl-optimization/79386
713 * cprop.c (bypass_conditional_jumps): Initialize
714 bypass_last_basic_block already before splitting bbs after
715 unconditional traps...
716 (bypass_conditional_jumps): ... rather than here.
717
718 PR target/79299
719 * config/i386/sse.md (xtg_mode, gatherq_mode): New mode attrs.
720 (*avx512f_gathersi<mode>, *avx512f_gathersi<mode>_2,
721 *avx512f_gatherdi<mode>, *avx512f_gatherdi<mode>_2): Use them,
722 fix -masm=intel patterns.
723
724 2017-02-07 Richard Biener <rguenther@suse.de>
725
726 PR tree-optimization/79256
727 PR middle-end/79278
728 * builtins.c (get_object_alignment_2): Use min_align_of_type
729 to extract alignment for MEM_REFs to honor BIGGEST_FIELD_ALIGNMENT
730 and ADJUST_FIELD_ALIGN.
731
732 * doc/tm.texi.in (ADJUST_FIELD_ALIGN): Adjust to take additional
733 type parameter.
734 * doc/tm.texi: Regenerate.
735 * stor-layout.c (layout_decl): Adjust.
736 (update_alignment_for_field): Likewise.
737 (place_field): Likewise.
738 (min_align_of_type): Likewise.
739 * config/arc/arc.h (ADJUST_FIELD_ALIGN): Adjust.
740 * config/epiphany/epiphany.h (ADJUST_FIELD_ALIGN): Likewise.
741 * config/epiphany/epiphany.c (epiphany_adjust_field_align): Likewise.
742 * config/frv/frv.h (ADJUST_FIELD_ALIGN): Likewise.
743 * config/frv/frv.c (frv_adjust_field_align): Likewise.
744 * config/i386/i386.h (ADJUST_FIELD_ALIGN): Likewise.
745 * config/i386/i386.c (x86_field_alignment): Likewise.
746 * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Likewise.
747 * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Likewise.
748 * config/rs6000/freebsd64.h (ADJUST_FIELD_ALIGN): Likewise.
749 * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Likewise.
750 * config/rs6000/sysv4.h (ADJUST_FIELD_ALIGN): Likewise.
751 * config/rs6000/rs6000.c (rs6000_special_adjust_field_align_p):
752 Likewise.
753
754 Revert
755 2017-01-30 Richard Biener <rguenther@suse.de>
756
757 PR tree-optimization/79256
758 * targhooks.c (default_builtin_vector_alignment_reachable): Honor
759 BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
760 alignment on TYPE.
761
762 2017-02-07 Toma Tabacu <toma.tabacu@imgtec.com>
763
764 * config/mips/mips.c (mips_expand_builtin_insn): Convert the QImode
765 argument of the pshufh, psllh, psllw, psrah, psraw, psrlh, psrlw
766 builtins to SImode and emit a zero-extend, if necessary.
767
768 2017-02-06 Palmer Dabbelt <palmer@dabbelt.com>
769
770 * docs/invoke.texi (RISC-V Options): Alphabetize.
771
772 2017-02-06 Palmer Dabbelt <palmer@dabbelt.com>
773
774 * doc/invoke.texi (RISC-V Options): Use two spaces to separate
775 options.
776
777 2017-02-06 Palmer Dabbelt <palmer@dabbelt.com>
778
779 * config/riscv/riscv.c: New file.
780 * gcc/common/config/riscv/riscv-common.c: Likewise.
781 * config.gcc: Likewise.
782 * config/riscv/constraints.md: Likewise.
783 * config/riscv/elf.h: Likewise.
784 * config/riscv/generic.md: Likewise.
785 * config/riscv/linux.h: Likewise.
786 * config/riscv/multilib-generator: Likewise.
787 * config/riscv/peephole.md: Likewise.
788 * config/riscv/pic.md: Likewise.
789 * config/riscv/predicates.md: Likewise.
790 * config/riscv/riscv-builtins.c: Likewise.
791 * config/riscv/riscv-c.c: Likewise.
792 * config/riscv/riscv-ftypes.def: Likewise.
793 * config/riscv/riscv-modes.def: Likewise.
794 * config/riscv/riscv-opts.h: Likewise.
795 * config/riscv/riscv-protos.h: Likewise.
796 * config/riscv/riscv.h: Likewise.
797 * config/riscv/riscv.md: Likewise.
798 * config/riscv/riscv.opt: Likewise.
799 * config/riscv/sync.md: Likewise.
800 * config/riscv/t-elf-multilib: Likewise.
801 * config/riscv/t-linux: Likewise.
802 * config/riscv/t-linux-multilib: Likewise.
803 * config/riscv/t-riscv: Likewise.
804 * configure.ac: Likewise.
805 * doc/contrib.texi: Add Kito Cheng, Palmer Dabbelt, and Andrew
806 Waterman as RISC-V maintainers.
807 * doc/install.texi: Add RISC-V entries.
808 * doc/invoke.texi: Add RISC-V options section.
809 * doc/md.texi: Add RISC-V constraints section.
810 * configure: Regenerated.
811
812 2017-02-06 Michael Meissner <meissner@linux.vnet.ibm.com>
813
814 PR target/66144
815 * config/rs6000/vector.md (vcond<mode><mode>): Allow the true and
816 false values to be constant vectors with all 0 or all 1 bits set.
817 (vcondu<mode><mode>): Likewise.
818 * config/rs6000/predicates.md (vector_int_reg_or_same_bit): New
819 predicate.
820 (fpmask_comparison_operator): Update comment.
821 (vecint_comparison_operator): New predicate.
822 * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Optimize
823 vector conditionals when the true and false values are constant
824 vectors with all 0 bits or all 1 bits set.
825
826 2017-02-06 Martin Sebor <msebor@redhat.com>
827
828 PR tree-optimization/79376
829 * gimple-fold.c (get_range_strlen): Set the minimum length to zero.
830
831 2017-02-06 Uros Bizjak <ubizjak@gmail.com>
832
833 * config/i386/sse.md (vector modes -> vec_extract* splitter): Use
834 explicit subreg RTX with operand 1. Use VECTOR_MODE_P predicate
835 to simplify split condition.
836
837 2017-02-06 Jakub Jelinek <jakub@redhat.com>
838
839 * omp-expand.c (oxpand_omp_atomic_fetch_op,
840 expand_omp_atomic_pipeline): Return false if can_atomic_load_p is
841 false.
842
843 2017-02-06 Segher Boessenkool <segher@kernel.crashing.org>
844
845 PR rtl-optimization/68664
846 * target.def (can_speculate_insn): New hook.
847 * doc/tm.texi.in (TARGET_SCHED_CAN_SPECULATE_INSN): New hook.
848 * doc/tm.texi: Regenerate.
849 * sched-rgn.c (can_schedule_ready_p): Use the new hook.
850 * config/rs6000/rs6000.c (TARGET_SCHED_CAN_SPECULATE_INSN): New macro.
851 (rs6000_sched_can_speculate_insn): New function.
852
853 2017-02-06 Jakub Jelinek <jakub@redhat.com>
854
855 PR tree-optimization/79284
856 * tree-vectorizer.h (VECT_SCALAR_BOOLEAN_TYPE_P): Define.
857 * tree-vect-stmts.c (vect_get_vec_def_for_operand,
858 vectorizable_mask_load_store, vectorizable_operation,
859 vect_is_simple_cond, get_same_sized_vectype): Use it instead
860 of comparing TREE_CODE of a type against BOOLEAN_TYPE.
861 * tree-vect-patterns.c (check_bool_pattern, search_type_for_mask_1,
862 vect_recog_bool_pattern, vect_recog_mask_conversion_pattern): Likewise.
863 * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
864 * tree-vect-loop.c (vect_determine_vectorization_factor): Likewise.
865 Remove redundant gimple_code (stmt) == GIMPLE_ASSIGN test after
866 is_gimple_assign (stmt). Replace another such test with
867 is_gimple_assign (stmt).
868
869 2017-02-06 Georg-Johann Lay <avr@gjlay.de>
870
871 PR target/78883
872 * config/avr/avr.c (rtl-iter.h): Include it.
873 (TARGET_LEGITIMATE_COMBINED_INSN): New hook define...
874 (avr_legitimate_combined_insn): ...and implementation.
875
876 2017-02-06 Dominik Vogt <vogt@linux.vnet.ibm.com>
877
878 * config/s390/predicates.md ("larl_operand"): Use macros from hwint.h.
879 * config/s390/s390.c (s390_const_operand_ok)
880 (s390_canonicalize_comparison, s390_extract_part)
881 (s390_single_part, s390_contiguous_bitmask_nowrap_p)
882 (s390_contiguous_bitmask_p, s390_rtx_costs)
883 (legitimize_pic_address): Likewise.
884 * config/s390/s390.md ("clzdi2", "clztidi2"): Likewise.
885 * config/s390/vx-builtins.md ("vec_genbytemaskv16qi")
886 ("vec_permi<mode>", "vfae<mode>", "*vfaes<mode>", "vstrc<mode>")
887 ("*vstrcs<mode>"): Use UINTVAL() to set unsigned HOST_WIDE_INT.
888 * config/s390/vector.md ("vec_vfenes<mode>"): Likewise.
889
890 2017-02-06 Georg-Johann Lay <avr@gjlay.de>
891
892 * config/avr/avr.md (*addhi3_zero_extend): Add alternative where
893 REGNO($0) == REGNO($1).
894
895 2017-02-06 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
896
897 * config/s390/linux.h(SIZE_TYPE): Add comment.
898
899 2017-02-06 Julian Brown <julian@codesourcery.com>
900 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
901 Virendra Pathak <virendra.pathak@broadcom.com>
902
903 * config/aarch64/aarch64-cores.def: Change the scheduler
904 to Thunderx2t99.
905 * config/aarch64/aarch64.md: Include thunderx2t99.md.
906 * config/aarch64/thunderx2t99.md: New file.
907
908 2017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
909
910 * doc/standards.texi (Go Language): Update link to language
911 standard.
912
913 2017-02-05 Jan Hubicka <hubicka@ucw.cz>
914
915 * tree-eh.c (lower_resx): Sanitize profile.
916 (cleanup_empty_eh_move_lp): Likewise.
917
918 2017-02-05 Jan Hubicka <hubicka@ucw.cz>
919
920 PR tree-ssa/79347
921 * cfgloopmanip.c (lv_adjust_loop_entry_edge, loop_version): Add
922 ELSE_PROB.
923 * cfgloopmanip.h (loop_version): Update prototype.
924 * modulo-sched.c (sms_schedule): Update call of loop_version.
925 * tree-if-conv.c(version_loop_for_if_conversion): Likewise.
926 * tree-parloops.c (gen_parallel_loop): Likewise.
927 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Likewise.
928 * tree-ssa-loop-split.c (split_loop): Likewise.
929 * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Likewise.
930 * tree-vect-loop-manip.c (vect_loop_versioning): Likewise.
931
932 2017-02-05 Martin Liska <mliska@suse.cz>
933
934 PR bootstrap/78985
935 * config/s390/s390.c (s390_gimplify_va_arg): Initialize local
936 variable to NULL.
937 (print_operand_address): Initialize a struct to zero.
938
939 2017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
940
941 * doc/contrib.texi (Contributors): Refer to Hans Boehm's
942 garbage collector only in textual form.
943
944 2017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
945
946 * doc/extend.texi (x86 specific memory model extensions for
947 transactional memory): Simplify a phrase.
948
949 2017-02-05 Eric Botcazou <ebotcazou@adacore.com>
950
951 PR target/79353
952 * config/sparc/sync.md (atomic_loaddi_1): Replace 'U' constraint with
953 'r', 'm' constraint with 'T' and !TARGET_ARCH64 with TARGET_ARCH32.
954 (atomic_storedi_1): Likewise.
955
956 2017-02-04 Jakub Jelinek <jakub@redhat.com>
957
958 PR tree-optimization/79338
959 * tree-parloops.c (gather_scalar_reductions): Don't call
960 vect_analyze_loop_form for loop->inner before destroying loop's
961 loop_vinfo.
962
963 2017-02-03 Martin Sebor <msebor@redhat.com>
964
965 PR tree-optimization/79327
966 * gimple-ssa-sprintf.c (tree_digits): Avoid adding the base prefix
967 when precision has resulted in leading zeros.
968 (format_integer): Adjust the likely counter to assume an unknown
969 argument that may be zero is non-zero.
970
971 2017-02-03 Jason Merrill <jason@redhat.com>
972
973 PR c++/78689
974 * tree-inline.c (copy_tree_body_r) [COND_EXPR]: Revert change to
975 avoid copying non-taken branch.
976
977 2017-02-03 Jakub Jelinek <jakub@redhat.com>
978
979 PR tree-optimization/79340
980 * tree-vect-loop.c (vectorizable_reduction): Release
981 vec_defs elements after safe_splicing them into other vectors.
982 Formatting fixes.
983
984 PR tree-optimization/79327
985 * gimple-ssa-sprintf.c (adjust_range_for_overflow): If returning
986 true, always set *argmin and *argmax to TYPE_{MIN,MAX}_VALUE of
987 dirtype.
988 (format_integer): Use wide_int_to_tree instead of build_int_cst
989 + to_?hwi. If argmin is NULL, just set argmin and argmax to
990 TYPE_{MIN,MAX}_VALUE of argtype. Simplify and fix computation
991 of shortest and longest sequence.
992
993 2017-02-03 Uros Bizjak <ubizjak@gmail.com>
994
995 * config/i386/i386.c (dimode_scalar_chain::convert_reg):
996 Use pextrd for TARGET_SSE4_1 when creating scalar copy.
997
998 2017-02-03 Walter Lee <walt@tilera.com>
999
1000 PR target/78862
1001 * config/tilegx/tilegx.md (tilegx_expand_prologue): Add blockage
1002 after initial stackframe link reg save.
1003 * config/tilepro/tilepro.md (tilepro_expand_prologue): Likewise.
1004
1005 2017-02-03 Jakub Jelinek <jakub@redhat.com>
1006
1007 PR target/79354
1008 * config/rs6000/rs6000.md (movsi_from_sf): Use wb constraint instead of
1009 wu for stxssp alternative.
1010
1011 2017-02-03 Martin Sebor <msebor@redhat.com>
1012
1013 PR tree-optimization/79352
1014 * gimple-fold.c (get_range_strlen): Add argument.
1015 (get_range_strlen): Change return type to bool.
1016 (get_maxval_strlen): Pass in a dummy argument.
1017 * gimple-fold.h (get_range_strlen): Change return type to bool.
1018 * gimple-ssa-sprintf.c (get_string_length): Set unlikely counter.
1019 * tree.h (array_at_struct_end_p): Add argument.
1020 * tree.c (array_at_struct_end_p): Handle it.
1021
1022 2017-02-03 Martin Liska <mliska@suse.cz>
1023
1024 PR lto/66295
1025 * multiple_target.c (create_dispatcher_calls): Redirect edge
1026 from a caller of a dispatcher.
1027 (expand_target_clones): Make the clones local.
1028 (ipa_target_clone): Do both target clones and resolvers.
1029 (ipa_dispatcher_calls): Remove the pass.
1030 (pass_dispatcher_calls::gate): Likewise.
1031 (make_pass_dispatcher_calls): Likewise.
1032 * passes.def (pass_target_clone): Put as very first IPA early
1033 pass.
1034
1035 2017-02-03 Martin Liska <mliska@suse.cz>
1036
1037 * symtab.c (symtab_node::binds_to_current_def_p): Bail out
1038 in case of a function with ifunc attribute.
1039
1040 2017-02-03 Martin Liska <mliska@suse.cz>
1041
1042 * cgraph.c (cgraph_node::dump): Dump function version info.
1043 * symtab.c (symtab_node::dump_base): Add missing new line.
1044
1045 2017-02-02 Jan Hubicka <hubicka@ucw.cz>
1046
1047 * tree-ssa-ifcombine.c (update_profile_after_ifcombine): New function.
1048 (ifcombine_ifandif): Use it.
1049
1050 2017-02-03 Martin Liska <mliska@suse.cz>
1051
1052 * doc/invoke.texi: Document default value for
1053 use-after-scope-direct-emission-threshold.
1054
1055 2017-02-03 Martin Liska <mliska@suse.cz>
1056
1057 PR tree-optimization/79339
1058 * gimple-ssa-sprintf.c (format_floating_max): Call mpfr_clear.
1059 (format_floating): Likewise.
1060
1061 2017-02-03 Martin Liska <mliska@suse.cz>
1062
1063 PR ipa/79337
1064 * ipa-prop.c (ipa_node_params_t::insert): Remove current
1065 implementation.
1066 (ipa_node_params_t::remove): Likewise.
1067 * ipa-prop.h (ipa_node_params::ipa_node_params): Make default
1068 initialization from removed ipa_node_params_t::insert.
1069 (ipa_node_params::~ipa_node_params): Move from removed
1070 ipa_node_params_t::release.
1071 * symbol-summary.h (symbol_summary::m_released): New member.
1072 Do not release a summary twice. Do not allow to call finalizer
1073 for types of a summary that live in GGC memory.
1074
1075 2017-02-02 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
1076
1077 * config/aarch64/aarch64.c (thunderx2t99_tunings): Enable AES and
1078 cmp_branch fusion.
1079
1080 2017-02-02 Martin Sebor <msebor@redhat.com>
1081
1082 PR middle-end/79275
1083 * gimple-ssa-sprintf.c (get_string_length): Set lower bound to zero.
1084 (format_string): Tighten up the range of output for non-constant
1085 strings and correct the expected range for wide non-constant strings.
1086
1087 2017-02-02 Martin Sebor <msebor@redhat.com>
1088
1089 * doc/invoke.texi (-maccumulate-args): Fix bad grammar.
1090
1091 PR middle-end/32003
1092 * doc/invoke.texi (-fdump-tree-): Remove pass-specific options from
1093 index.
1094 (-fdump-tree-@var): Add to index and document how to come up
1095 with pass-specific option and dump file names.
1096 (-fdump-passes): Clarify where to look for output.
1097
1098 2017-02-02 Jan Hubicka <hubicka@ucw.cz>
1099
1100 PR middle-end/77445
1101 * tree-ssa-threadbackward.c (profitable_jump_thread_path): Dump
1102 statistics of the analyzed path; allow threading for speed when
1103 any of BBs along the path are optimized for speed.
1104
1105 2017-02-02 Eric Botcazou <ebotcazou@adacore.com>
1106
1107 PR middle-end/78468
1108 * emit-rtl.c (init_emit): Add ??? comment for problematic alignment
1109 settings of the virtual registers.
1110
1111 Revert again
1112 2016-08-23 Dominik Vogt <vogt@linux.vnet.ibm.com>
1113
1114 * explow.c (get_dynamic_stack_size): Take known alignment of stack
1115 pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
1116 needed.
1117
1118 2017-02-02 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
1119
1120 * config/s390/vx-builtins.md ("vec_ceil", "vec_floor")
1121 ("vec_trunc", "vec_roundc", "vec_round"): Remove expanders.
1122
1123 2017-02-02 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
1124
1125 * config/s390/s390.md: Add missing comments with the expanded
1126 mnemonics.
1127 * config/s390/vector.md: Likewise.
1128 * config/s390/vx-builtins.md: Likewise.
1129
1130 2017-02-02 Jakub Jelinek <jakub@redhat.com>
1131
1132 PR target/79197
1133 * config/rs6000/rs6000.md (*fixuns_trunc<mode>di2_fctiduz): Rename to ...
1134 (fixuns_trunc<mode>di2): ... this, remove previous expander. Put all
1135 conditions on a single line.
1136
1137 2017-02-02 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
1138
1139 * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
1140 __S390_VX__ to __VX__.
1141
1142 2017-02-01 Andrew Pinski <apinski@cavium.com>
1143
1144 * tree-vect-loop.c (vect_compute_single_scalar_iteration_cost): Pass
1145 stmt_info to record_stmt_cost.
1146 (vect_get_known_peeling_cost): Pass stmt_info if known to
1147 record_stmt_cost.
1148 * config/aarch64/aarch64-protos.h (cpu_vector_cost): Split
1149 cpu_vector_cost field into
1150 scalar_int_stmt_cost and scalar_fp_stmt_cost. Split vec_stmt_cost
1151 field into vec_int_stmt_cost and vec_fp_stmt_cost.
1152 * config/aarch64/aarch64.c (generic_vector_cost): Update for the
1153 splitting of scalar_stmt_cost and vec_stmt_cost.
1154 (thunderx_vector_cost): Likewise.
1155 (cortexa57_vector_cost): LIkewise.
1156 (exynosm1_vector_cost): Likewise.
1157 (xgene1_vector_cost): Likewise.
1158 (thunderx2t99_vector_cost): Improve after the splitting of the two
1159 fields.
1160 (aarch64_builtin_vectorization_cost): Update for the splitting of
1161 scalar_stmt_cost and vec_stmt_cost.
1162
1163 2017-02-01 Torvald Riegel <triegel@redhat.com>
1164 Richard Henderson <rth@redhat.com>
1165
1166 * builtins.c (fold_builtin_atomic_always_lock_free): Make "lock-free"
1167 conditional on existance of a fast atomic load.
1168 * optabs-query.c (can_atomic_load_p): New function.
1169 * optabs-query.h (can_atomic_load_p): Declare it.
1170 * optabs.c (expand_atomic_exchange): Always delegate to libatomic if
1171 no fast atomic load is available for the particular size of access.
1172 (expand_atomic_compare_and_swap): Likewise.
1173 (expand_atomic_load): Likewise.
1174 (expand_atomic_store): Likewise.
1175 (expand_atomic_fetch_op): Likewise.
1176 * testsuite/lib/target-supports.exp
1177 (check_effective_target_sync_int_128): Remove x86 because it provides
1178 no fast atomic load.
1179 (check_effective_target_sync_int_128_runtime): Likewise.
1180
1181 2017-02-01 Richard Biener <rguenther@suse.de>
1182
1183 * graphite.c: Include tree-vectorizer.h for find_loop_location.
1184 (graphite_transform_loops): Provide opt-info for optimized nests.
1185 * tree-parloop.c (parallelize_loops): Provide opt-info for
1186 parallelized loops.
1187
1188 2017-02-01 Richard Biener <rguenther@suse.de>
1189
1190 PR middle-end/79315
1191 * tree-cfg.c (move_stmt_op): Never set TREE_BLOCK when it
1192 was not set before.
1193
1194 2017-02-01 Richard Biener <rguenther@suse.de>
1195
1196 PR tree-optimization/71824
1197 * graphite-scop-detection.c (scop_detection::build_scop_breadth):
1198 Verify the loops are valid in the merged SESE region.
1199 (scop_detection::can_represent_loop_1): Check analyzing the
1200 evolution of the number of iterations in the region succeeds.
1201
1202 2017-01-31 Ian Lance Taylor <iant@golang.org>
1203
1204 * config/i386/i386.c (ix86_expand_split_stack_prologue): Add
1205 REG_ARGS_SIZE note to 32-bit push insns and call insn.
1206
1207 2017-01-31 David Malcolm <dmalcolm@redhat.com>
1208
1209 PR preprocessor/79210
1210 * input.c (get_substring_ranges_for_loc): Replace line_width
1211 assertion with error-handling.
1212
1213 2017-01-31 Richard Biener <rguenther@suse.de>
1214
1215 PR tree-optimization/77318
1216 * graphite-sese-to-poly.c (extract_affine): Fix assert.
1217 (create_pw_aff_from_tree): Take loop parameter.
1218 (add_condition_to_pbb): Pass loop of the condition to
1219 create_pw_aff_from_tree.
1220
1221 2017-01-31 Jakub Jelinek <jakub@redhat.com>
1222
1223 * config/s390/s390.c (s390_asan_shadow_offset): New function.
1224 (TARGET_ASAN_SHADOW_OFFSET): Redefine.
1225
1226 2017-01-31 Michael Meissner <meissner@linux.vnet.ibm.com>
1227
1228 PR target/78597
1229 PR target/79038
1230 * config/rs6000/rs6000-protos.h (convert_float128_to_int): Delete,
1231 no longer used.
1232 (convert_int_to_float128): Likewise.
1233 * config/rs6000/rs6000.c (convert_float128_to_int): Likewise.
1234 (convert_int_to_float128): Likewise.
1235 * config/rs6000/rs6000.md (UNSPEC_IEEE128_MOVE): Likewise.
1236 (UNSPEC_IEEE128_CONVERT): Likewise.
1237 (floatsi<mode>2, FLOAT128 iterator): Bypass calling
1238 rs6000_expand_float128_convert if we have IEEE 128-bit hardware.
1239 Use local variables for IBM extended format.
1240 (fix_trunc<mode>si2, FLOAT128 iterator): Likewise.
1241 (fix_trunc<mode>si2_fprs): Likewise.
1242 (fixuns_trunc<IEEE128:mode><SDI:mode>2): Likewise.
1243 (floatuns<IEEE128:mode>2, IEEE128 iterator): Likewise.
1244 (fix<uns>_<mode>si2_hw): Rework the IEEE 128-bt hardware support
1245 to know that we can now have integers of all sizes in vector
1246 registers.
1247 (fix<uns>_<mode>di2_hw): Likewise.
1248 (float<uns>_<mode>si2_hw): Likewise.
1249 (fix_<mode>si2_hw): Likewise.
1250 (fixuns_<mode>si2_hw): Likewise.
1251 (float<uns>_<mode>di2_hw): Likewise.
1252 (float_<mode>di2_hw): Likewise.
1253 (float_<mode>si2_hw): Likewise.
1254 (floatuns_<mode>di2_hw): Likewise.
1255 (floatuns_<mode>si2_hw): Likewise.
1256 (xscvqp<su>wz_<mode>): Delete, no longer used.
1257 (xscvqp<su>dz_<mode>): Likewise.
1258 (xscv<su>dqp_<mode>): Likewise.
1259 (ieee128_mfvsrd_64bit): Likewise.
1260 (ieee128_mfvsrd_32bit): Likewise.
1261 (ieee128_mfvsrwz): Likewise.
1262 (ieee128_mtvsrw): Likewise.
1263 (ieee128_mtvsrd_64bit): Likewise.
1264 (ieee128_mtvsrd_32bit): Likewise.
1265
1266 2017-01-31 Martin Liska <mliska@suse.cz>
1267
1268 PR ipa/79285
1269 * ipa-prop.c (ipa_free_all_node_params): Call release method
1270 instead of ~sumbol_summary to not to trigger double times
1271 dtor of hash_map.
1272
1273 2017-01-31 Aldy Hernandez <aldyh@redhat.com>
1274
1275 PR tree-optimization/71691
1276 * bitmap.h (class auto_bitmap): New.
1277 * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): Call
1278 is_maybe_undefined instead of ssa_undefined_value_p.
1279
1280 2017-01-31 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
1281
1282 * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
1283 __S390_ARCH_LEVEL__ to __ARCH__.
1284
1285 2017-01-31 Jakub Jelinek <jakub@redhat.com>
1286
1287 PR tree-optimization/79267
1288 * value-prof.c (gimple_ic): Only drop lhs for noreturn calls
1289 if should_remove_lhs_p is true.
1290
1291 2017-01-30 Alexandre Oliva <aoliva@redhat.com>
1292
1293 PR debug/63238
1294 * dwarf2out.c (clone_as_declaration): Drop DW_AT_alignment.
1295 (add_alignment_attribute): New.
1296 (base_type_die): Add alignment attribute.
1297 (subrange_type_die): Likewise.
1298 (modified_type_die): Likewise.
1299 (gen_array_type_die): Likewise.
1300 (gen_descr_array_type_die: Likewise.
1301 (gen_enumeration_type_die): Likewise.
1302 (gen_subprogram_die): Likewise.
1303 (gen_variable_die): Likewise.
1304 (gen_field_die): Likewise.
1305 (gen_ptr_to_mbr_type_die): Likewise.
1306 (gen_struct_or_union_type_die): Likewise.
1307 (gen_subroutine_type_die): Likewise.
1308 (gen_typedef_die): Likewise.
1309 (base_type_cmp): Compare alignment attribute.
1310
1311 2017-01-30 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
1312
1313 PR target/79170
1314 * config/rs6000/altivec.md (*setb_internal): Rename to setb_signed.
1315 (setb_unsigned) New pattern for setb with CCUNS.
1316 * config/rs6000/rs6000.c (expand_block_compare): Use a different
1317 subfc./subfe sequence to avoid overflow problems. Generate a
1318 shorter sequence with cmpld/setb for power9.
1319 * config/rs6000/rs6000.md (subf<mode>3_carry_dot2): Add a new pattern
1320 for generating subfc. instruction.
1321 (cmpstrsi): Add TARGET_POPCNTD predicate as the generate sequence
1322 now uses this instruction.
1323
1324 2017-01-30 Ian Lance Taylor <iant@google.com>
1325
1326 PR debug/79289
1327 * dwarf2out.c (gen_type_die_with_usage): When picking a variant
1328 for FUNCTION_TYPE/METHOD_TYPE, use the first matching one.
1329
1330 2017-01-30 Martin Sebor <msebor@redhat.com>
1331
1332 * gimple-ssa-sprintf.c (fmtresult::adjust_for_width_or_precision):
1333 Move constant to the right of a relational operator.
1334 (get_mpfr_format_length, format_character, format_string): Ditto.
1335 (should_warn_p, maybe_warn): Same.
1336
1337 * doc/invoke.texi (-Wformat-truncation=1): Fix typo.
1338
1339 2017-01-30 Maxim Ostapenko <m.ostapenko@samsung.com>
1340
1341 PR lto/79061
1342 * asan.c (get_translation_unit_decl): Remove function.
1343 (asan_add_global): Force has_dynamic_init to zero in LTO mode.
1344
1345 2017-01-30 Martin Liska <mliska@suse.cz>
1346
1347 PR gcov-profile/79259
1348 * opts.c (common_handle_option): Enable flag_ipa_bit_cp w/
1349 -fprofile-generate.
1350
1351 2017-01-30 Martin Liska <mliska@suse.cz>
1352
1353 PR bootstrap/78985
1354 * config/aarch64/cortex-a57-fma-steering.c (func_fma_steering::analyze):
1355 Initialize variables with NULL value.
1356
1357 2017-01-30 Richard Earnshaw <rearnsh@arm.com>
1358
1359 PR target/79260
1360 * config.gcc (arm*-*-*): Add arm/arm-flags.h and arm/arm-isa.h to
1361 tm_p_file.
1362 * arm/arm-protos.h: Don't directly include arm-flags.h and arm-isa.h.
1363
1364 2017-01-30 Richard Biener <rguenther@suse.de>
1365
1366 PR tree-optimization/79276
1367 * tree-vrp.c (process_assert_insertions): Properly adjust common
1368 when removing a duplicate.
1369
1370 * gcc.dg/torture/pr79276.c: New testcase.
1371
1372 2017-01-30 Richard Biener <rguenther@suse.de>
1373
1374 PR tree-optimization/79256
1375 * targhooks.c (default_builtin_vector_alignment_reachable): Honor
1376 BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
1377 alignment on TYPE.
1378 * tree.c (build_aligned_type): Set TYPE_USER_ALIGN.
1379
1380 2017-01-30 Dominik Vogt <vogt@linux.vnet.ibm.com>
1381
1382 PR target/79240
1383 * config/s390/s390.md ("*r<noxa>sbg_<mode>_srl_bitmask")
1384 ("*r<noxa>sbg_<mode>_sll_bitmask")
1385 ("*extzv_<mode>_srl<clobbercc_or_nocc>")
1386 ("*extzv_<mode>_sll<clobbercc_or_nocc>"):
1387 Use contiguous_bitmask_nowrap_operand.
1388
1389 2017-01-29 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1390
1391 PR target/79268
1392 * config/rs6000/altivec.h (vec_xl): Revise #define.
1393 (vec_xst): Likewise.
1394
1395 2017-01-27 Uros Bizjak <ubizjak@gmail.com>
1396
1397 * config/i386/i386.c (print_reg): Use REGNO instead of true_regnum.
1398
1399 2017-01-27 Bernd Schmidt <bschmidt@redhat.com>
1400
1401 PR rtl-optimization/79194
1402 * cprop.c (one_cprop_pass): Move deletion of code after unconditional
1403 traps before call to bypass_conditional_jumps.
1404
1405 2017-01-27 Vladimir Makarov <vmakarov@redhat.com>
1406
1407 PR tree-optimization/71374
1408 * lra-constraints.c (check_conflict_input_operands): New.
1409 (match_reload): Use it.
1410
1411 2017-01-27 Vladimir Makarov <vmakarov@redhat.com>
1412
1413 PR target/79131
1414 * lra-assigns.c (find_hard_regno_for_1): Take endianess for into
1415 account to calculate conflict_set.
1416
1417 2017-01-27 Bin Cheng <bin.cheng@arm.com>
1418
1419 PR rtl-optimization/78559
1420 * combine.c (try_combine): Discard REG_EQUAL and REG_EQUIV for
1421 other_insn in combine.
1422
1423 2017-01-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
1424
1425 * builtin-types.def: Use unsigned_char_type_node for BT_UINT8. Use
1426 uint16_type_node for BT_UINT16.
1427
1428 2017-01-27 David Malcolm <dmalcolm@redhat.com>
1429
1430 * doc/sourcebuild.texi (Testsuites): Add "GIMPLE Tests" and
1431 "RTL Tests" to menu.
1432 (GIMPLE Tests): New node.
1433 (RTL Tests): New node.
1434
1435 2017-01-27 Richard Biener <rguenther@suse.de>
1436
1437 PR tree-optimization/79245
1438 * tree-loop-distribution.c (distribute_loop): Apply cost
1439 modeling also to detected patterns.
1440
1441 2017-01-27 Richard Biener <rguenther@suse.de>
1442
1443 PR tree-optimization/71433
1444 * tree-vrp.c (register_new_assert_for): Revert earlier changes.
1445 (compare_assert_loc): New function.
1446 (process_assert_insertions): Sort and optimize assert locations
1447 to remove duplicates and push down identical assertions on
1448 edges to their destination block.
1449
1450 2017-01-27 Richard Biener <rguenther@suse.de>
1451
1452 PR tree-optimization/79244
1453 * tree-vrp.c (remove_range_assertions): Forcefully propagate
1454 out SSA names even if abnormal.
1455
1456 2017-01-27 Jakub Jelinek <jakub@redhat.com>
1457
1458 * realmpfr.h: Poison MPFR_RND{N,Z,U,D}.
1459 * gimple-ssa-sprintf.c (format_floating_max): Use GMP_RNDN
1460 instead of MPFR_RNDN.
1461
1462 2017-01-27 Richard Earnshaw <rearnsha@arm.com>
1463
1464 PR target/79239
1465 * arm.c (arm_option_override): Don't call build_target_option_node
1466 until after doing all option overrides.
1467 (arm_valid_target_attribute_tree): Likewise.
1468
1469 2017-01-27 Martin Liska <mliska@suse.cz>
1470
1471 * doc/invoke.texi (-fprofile-arcs): Document profiling support
1472 for {cd}tors and C++ {cd}tors.
1473
1474 2017-01-27 Dominik Vogt <vogt@linux.vnet.ibm.com>
1475
1476 * config/s390/s390.md ("*setmem_long_and")
1477 ("*setmem_long_and_31z"): Use zero_extend instead of and.
1478
1479 2017-01-26 Martin Sebor <msebor@redhat.com>
1480
1481 * gimple-ssa-sprintf.c (format_floating): Simplify the computation
1482 of precision.
1483
1484 2017-01-26 Martin Sebor <msebor@redhat.com>
1485
1486 * gimple-ssa-sprintf.c (format_floating): Test HAVE_XFmode and
1487 HAVE_DFmode before using XFmode or DFmode.
1488 (parse_directive): Avoid using the z length modifier to avoid
1489 the ISO C++98 does not support the ‘z’ gnu_printf length modifier.
1490
1491 PR middle-end/78703
1492 * gimple-ssa-sprintf.c (adjust_for_width_or_precision): Change
1493 to accept adjustment as an array.
1494 (get_int_range): New function.
1495 (struct directive): Make width and prec arrays.
1496 (directive::set_width, directive::set_precision): Call get_int_range.
1497 (format_integer, format_floating): Handle width and precision ranges.
1498 (format_string, parse_directive): Same.
1499
1500 2017-01-26 Jakub Jelinek <jakub@redhat.com>
1501
1502 PR debug/79129
1503 * dwarf2out.c (generate_skeleton_bottom_up): For children with
1504 comdat_type_p set, just clone them, but keep the children in the
1505 original DIE.
1506
1507 PR debug/78835
1508 * dwarf2out.c (prune_unused_types): Mark all functions with DIEs
1509 which have direct callers with -fvar-tracking-assignments enabled
1510 in the current TU.
1511 (resolve_addr): Avoid adding skeleton DIEs for DW_AT_call_origin
1512 inside of type units.
1513
1514 2017-01-26 Martin Sebor <msebor@redhat.com>
1515
1516 PR middle-end/78703
1517 * gimple-ssa-sprintf.c (struct result_range): Add likely and
1518 unlikely counters.
1519 (struct format_result): Replace number_chars, number_chars_min,
1520 and number_chars_max with a single member of struct result_range.
1521 Remove bounded.
1522 (format_result::operator+=): Adjust.
1523 (struct fmtresult): Remove bounded. Handle likely and unlikely
1524 counters.
1525 (fmtresult::adjust_for_width_or_precision): New function.
1526 (fmtresult:type_max_digits): New function.
1527 (bytes_remaining): Handle likely and unlikely counters.
1528 (min_bytes_remaining): Remove.
1529 (format_percent): Simplify.
1530 (format_integer, format_floating): Set likely and unlikely counters.
1531 (get_string_length, format_character, format_string): Same.
1532 (format_plain, should_warn_p): New function.
1533 (maybe_warn): Call should_warn_p. Update diagnostic messages
1534 and handle those for all directives, including plain strings.
1535 (format_directive): Handle likely and unlikely counters.
1536 Remove unnecessary quoting from diagnostics. Add an informational
1537 note.
1538 (add_bytes): Remove.
1539 (pass_sprintf_length::compute_format_length): Simplify.
1540 (try_substitute_return_value): Handle likely and unlikely counters.
1541
1542 2017-01-26 Carl Love <cel@us.ibm.com>
1543
1544 * config/rs6000/rs6000-c (altivec_overloaded_builtins): Remove
1545 bogus entries for the P8V_BUILTIN_VEC_VGBBD built-ins
1546
1547 2017-01-26 Vladimir Makarov <vmakarov@redhat.com>
1548
1549 PR target/79131
1550 * lra-assigns.c (setup_live_pseudos_and_spill_after_risky): Take
1551 endianess for subregs into account.
1552 * lra-constraints.c (lra_constraints): Do risky transformations
1553 always on the first iteration.
1554 * lra-lives.c (check_pseudos_live_through_calls): Add arg
1555 last_call_used_reg_set.
1556 (process_bb_lives): Define and use last_call_used_reg_set.
1557 * lra.c (lra): Always continue after lra_constraints on the first
1558 iteration.
1559
1560 2017-01-26 Kirill Yukhin <kirill.yukhin@gmail.com>
1561
1562 * gcc.target/i386/avx512bw-kshiftlq-2.c: Use unsigned long long
1563 constant.
1564 * gcc.target/i386/avx512bw-kshiftrq-2.c: Ditto.
1565
1566 2017-01-26 Jakub Jelinek <jakub@redhat.com>
1567
1568 * config/i386/avx512fintrin.h (_ktest_mask16_u8,
1569 _ktestz_mask16_u8, _ktestc_mask16_u8, _kadd_mask16): Move to ...
1570 * config/i386/avx512dqintrin.h (_ktest_mask16_u8,
1571 _ktestz_mask16_u8, _ktestc_mask16_u8, _kadd_mask16): ... here.
1572 * config/i386/i386-builtin.def (__builtin_ia32_ktestchi,
1573 __builtin_ia32_ktestzhi, __builtin_ia32_kaddhi): Use
1574 OPTION_MASK_ISA_AVX512DQ instead of OPTION_MASK_ISA_AVX512F.
1575 * config/i386/sse.md (SWI1248_AVX512BWDQ2): New mode iterator.
1576 (kadd<mode>, ktest<mode>): Use it instead of SWI1248_AVX512BWDQ.
1577
1578 2017-01-26 Marek Polacek <polacek@redhat.com>
1579
1580 PR c/79199
1581 * fold-const.c (operand_equal_p) [COND_EXPR]: Use OP_SAME_WITH_NULL
1582 for the third operand.
1583
1584 2017-01-26 Jakub Jelinek <jakub@redhat.com>
1585
1586 PR middle-end/79236
1587 * omp-low.c (struct omp_context): Add simt_stmt field.
1588 (scan_omp_for): Return omp_context *.
1589 (scan_omp_simd): Set simt_stmt on the non-_simt_ SIMD
1590 context to the _simt_ SIMD stmt.
1591 (lower_omp_for): For combined SIMD with sibling _simt_
1592 SIMD, make sure to use the same decls in _looptemp_
1593 clauses as in the sibling.
1594
1595 2017-01-26 David Sherwood <david.sherwood@arm.com>
1596
1597 PR middle-end/79212
1598 * gimplify.c (omp_notice_variable): Add GOVD_SEEN flag to variables in
1599 all contexts.
1600
1601 2017-01-26 Jakub Jelinek <jakub@redhat.com>
1602
1603 PR target/70465
1604 * reg-stack.c (emit_swap_insn): Instead of fld a; fld b; fxchg %st(1);
1605 emit fld b; fld a; if possible.
1606
1607 * brig-builtins.def: Update copyright years.
1608 * config/arm/arm_acle_builtins.def: Update copyright years.
1609
1610 2017-01-25 Michael Meissner <meissner@linux.vnet.ibm.com>
1611
1612 PR target/79179
1613 * config/rs6000/vsx.md (vsx_extract_<mode>_store): Use wY
1614 constraint instead of o for the stxsd instruction.
1615
1616 2017-01-25 Carl Love <cel@us.ibm.com>
1617
1618 * config/rs6000/rs6000-c (altivec_overloaded_builtins): Fix order
1619 of entries for ALTIVEC_BUILTIN_VEC_PACKS and P8V_BUILTIN_VEC_VGBBD.
1620
1621 2017-01-25 Jonathan Wakely <jwakely@redhat.com>
1622
1623 * doc/invoke.texi (C++ Dialect Options): Fix typo.
1624
1625 2017-01-25 Richard Biener <rguenther@suse.de>
1626
1627 PR tree-optimization/69264
1628 * target.def (vector_alignment_reachable): Improve documentation.
1629 * doc/tm.texi: Regenerate.
1630 * targhooks.c (default_builtin_vector_alignment_reachable): Simplify
1631 and add a comment.
1632 * tree-vect-data-refs.c (vect_supportable_dr_alignment): Revert
1633 earlier changes with respect to TYPE_USER_ALIGN.
1634 (vector_alignment_reachable_p): Likewise. Improve dumping.
1635
1636 2016-01-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1637
1638 PR target/79145
1639 * config/arm/arm.md (xordi3): Force constant operand into a register
1640 for TARGET_IWMMXT.
1641
1642 2016-01-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1643
1644 * doc/invoke.texi (-fstore-merging): Correct default optimization
1645 levels at which it is enabled.
1646 (-O): Move -fstore-merging from list to...
1647 (-O2): ... Here.
1648
1649 2017-01-25 Richard Biener <rguenther@suse.de>
1650
1651 PR debug/78363
1652 * omp-expand.c: Include debug.h.
1653 (expand_omp_taskreg): Make sure to generate early debug before
1654 outlining anything from a function.
1655 (expand_omp_target): Likewise.
1656 (grid_expand_target_grid_body): Likewise.
1657
1658 2017-01-25 Maxim Ostapenko <m.ostapenko@samsung.com>
1659
1660 PR lto/79061
1661 * asan.c (get_translation_unit_decl): New function.
1662 (asan_add_global): Extract modules file name from globals
1663 TRANSLATION_UNIT_DECL name.
1664
1665 2017-01-24 Eric Botcazou <ebotcazou@adacore.com>
1666
1667 PR target/77439
1668 * config/arm/arm.c (arm_function_ok_for_sibcall): Add back restriction
1669 for long calls with APCS frame and VFP.
1670
1671 2017-01-24 David Malcolm <dmalcolm@redhat.com>
1672
1673 * cfg.c (original_copy_tables_initialized_p): New function.
1674 * cfg.h (original_copy_tables_initialized_p): New decl.
1675 * cfgrtl.c (relink_block_chain): Guard the call to
1676 free_original_copy_tables with a call to
1677 original_copy_tables_initialized_p.
1678 * cgraph.h (symtab_node::native_rtl_p): New decl.
1679 * cgraphunit.c (symtab_node::native_rtl_p): New function.
1680 (symtab_node::needed_p): Don't assert for early assembly output
1681 for __RTL functions.
1682 (cgraph_node::finalize_function): Set "force_output" for __RTL
1683 functions.
1684 (cgraph_node::analyze): Bail out early for __RTL functions.
1685 (analyze_functions): Update assertion to support __RTL functions.
1686 (cgraph_node::expand): Bail out early for __RTL functions.
1687 * final.c (rest_of_clean_state): Don't call delete_tree_ssa for
1688 __RTL functions.
1689 * function.h (struct function): Update comment for field
1690 "pass_startwith".
1691 * gimple-expr.c: Include "tree-pass.h".
1692 (gimple_has_body_p): Return false for __RTL functions.
1693 * Makefile.in (OBJS): Add run-rtl-passes.o.
1694 * pass_manager.h (gcc::pass_manager::get_rest_of_compilation): New
1695 accessor.
1696 (gcc::pass_manager::get_clean_slate): New accessor.
1697 * passes.c: Include "insn-addr.h".
1698 (should_skip_pass_p): Add logging. Update logic for running
1699 "expand" to be compatible with both __GIMPLE and __RTL. Guard
1700 property-provider override so it is only done for gimple passes.
1701 Don't skip dfinit.
1702 (skip_pass): New function.
1703 (execute_one_pass): Call skip_pass when skipping passes.
1704 * read-md.c (md_reader::read_char): Support filtering
1705 the input to a subset of line numbers.
1706 (md_reader::md_reader): Initialize fields
1707 m_first_line and m_last_line.
1708 (md_reader::read_file_fragment): New function.
1709 * read-md.h (md_reader::read_file_fragment): New decl.
1710 (md_reader::m_first_line): New field.
1711 (md_reader::m_last_line): New field.
1712 * read-rtl-function.c (function_reader::create_function): Only
1713 create cfun if it doesn't already exist. Set PROP_rtl on cfun's
1714 curr_properties. Set DECL_INITIAL to a dummy block.
1715 (read_rtl_function_body_from_file_range): New function.
1716 * read-rtl-function.h (read_rtl_function_body_from_file_range):
1717 New decl.
1718 * run-rtl-passes.c: New file.
1719 * run-rtl-passes.h: New file.
1720
1721 2017-01-24 Jeff Law <law@redhat.com>
1722
1723 * config/microblaze/microblaze.h (ASM_FORMAT_PRIVATE_NAME): Increase
1724 buffer size.
1725
1726 2017-01-24 Bin Cheng <bin.cheng@arm.com>
1727
1728 PR tree-optimization/79159
1729 * tree-ssa-loop-niter.c (get_cst_init_from_scev): New function.
1730 (record_nonwrapping_iv): Improve boundary using above function if no
1731 value range information.
1732
1733 2017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
1734 Martin Jambor <mjambor@suse.cz>
1735
1736 * brig-builtins.def: New file.
1737 * builtins.def (DEF_HSAIL_BUILTIN): New macro.
1738 (DEF_HSAIL_ATOMIC_BUILTIN): Likewise.
1739 (DEF_HSAIL_SAT_BUILTIN): Likewise.
1740 (DEF_HSAIL_INTR_BUILTIN): Likewise.
1741 (DEF_HSAIL_CVT_ZEROI_SAT_BUILTIN): Likewise.
1742 * builtin-types.def (BT_INT8): New.
1743 (BT_INT16): Likewise.
1744 (BT_UINT8): Likewise.
1745 (BT_UINT16): Likewise.
1746 (BT_FN_ULONG): Likewise.
1747 (BT_FN_UINT_INT): Likewise.
1748 (BT_FN_UINT_ULONG): Likewise.
1749 (BT_FN_UINT_LONG): Likewise.
1750 (BT_FN_UINT_PTR): Likewise.
1751 (BT_FN_ULONG_PTR): Likewise.
1752 (BT_FN_INT8_FLOAT): Likewise.
1753 (BT_FN_INT16_FLOAT): Likewise.
1754 (BT_FN_UINT32_FLOAT): Likewise.
1755 (BT_FN_UINT16_FLOAT): Likewise.
1756 (BT_FN_UINT8_FLOAT): Likewise.
1757 (BT_FN_UINT64_FLOAT): Likewise.
1758 (BT_FN_UINT16_UINT32): Likewise.
1759 (BT_FN_UINT32_UINT16): Likewise.
1760 (BT_FN_UINT16_UINT16_UINT16): Likewise.
1761 (BT_FN_INT_PTR_INT): Likewise.
1762 (BT_FN_UINT_PTR_UINT): Likewise.
1763 (BT_FN_LONG_PTR_LONG): Likewise.
1764 (BT_FN_ULONG_PTR_ULONG): Likewise.
1765 (BT_FN_VOID_UINT64_UINT64): Likewise.
1766 (BT_FN_UINT8_UINT8_UINT8): Likewise.
1767 (BT_FN_INT8_INT8_INT8): Likewise.
1768 (BT_FN_INT16_INT16_INT16): Likewise.
1769 (BT_FN_INT_INT_INT): Likewise.
1770 (BT_FN_UINT_FLOAT_UINT): Likewise.
1771 (BT_FN_FLOAT_UINT_UINT): Likewise.
1772 (BT_FN_ULONG_UINT_UINT): Likewise.
1773 (BT_FN_ULONG_UINT_PTR): Likewise.
1774 (BT_FN_ULONG_ULONG_ULONG): Likewise.
1775 (BT_FN_UINT_UINT_UINT): Likewise.
1776 (BT_FN_VOID_UINT_PTR): Likewise.
1777 (BT_FN_UINT_UINT_PTR: Likewise.
1778 (BT_FN_UINT32_UINT64_PTR): Likewise.
1779 (BT_FN_INT_INT_UINT_UINT): Likewise.
1780 (BT_FN_UINT_UINT_UINT_UINT): Likewise.
1781 (BT_FN_UINT_UINT_UINT_PTR): Likewise.
1782 (BT_FN_UINT_ULONG_ULONG_UINT): Likewise.
1783 (BT_FN_ULONG_ULONG_ULONG_ULONG): Likewise.
1784 (BT_FN_LONG_LONG_UINT_UINT): Likewise.
1785 (BT_FN_ULONG_ULONG_UINT_UINT): Likewise.
1786 (BT_FN_VOID_UINT32_UINT64_PTR): Likewise.
1787 (BT_FN_VOID_UINT32_UINT32_PTR): Likewise.
1788 (BT_FN_UINT_UINT_UINT_UINT_UINT): Likewise.
1789 (BT_FN_UINT_FLOAT_FLOAT_FLOAT_FLOAT): Likewise.
1790 (BT_FN_ULONG_ULONG_ULONG_UINT_UINT): Likewise.
1791 * doc/frontends.texi: List BRIG FE.
1792 * doc/install.texi (Testing): Add BRIG tesring requirements.
1793 * doc/invoke.texi (Overall Options): Mention BRIG.
1794 * doc/standards.texi (Standards): Doucment BRIG HSA version.
1795
1796 2017-01-24 Richard Biener <rguenther@suse.de>
1797
1798 PR translation/79208
1799 * ipa-devirt.c (odr_types_equivalent_p): Fix typo in diagnostic.
1800
1801 2017-01-24 Martin Jambor <mjambor@suse.cz>
1802
1803 PR bootstrap/79198
1804 * ipa-prop.c (ipa_free_all_node_params): Call summary destructor.
1805 * ipa-prop.c (ipa_node_params_t::insert): Initialize fields known_csts
1806 and known_contexts.
1807
1808 2017-01-24 Aldy Hernandez <aldyh@redhat.com>
1809
1810 PR middle-end/79123
1811 * gimple-ssa-warn-alloca.c (alloca_call_type): Make sure
1812 casts from signed to unsigned really don't have a range.
1813
1814 2017-01-24 Markus Trippelsdorf <markus@trippelsdorf.de>
1815
1816 * gimple-ssa-sprintf.c (format_floating): Change MPFR_RNDx to
1817 GMP_RNDx for compatiblity.
1818
1819 2017-01-24 Martin Liska <mliska@suse.cz>
1820
1821 PR bootstrap/79132
1822 * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Insert assert
1823 that would prevent us to call alloca with -1 as argument.
1824
1825 2017-01-24 Jakub Jelinek <jakub@redhat.com>
1826
1827 * dwarf2out.c (output_compilation_unit_header, output_file_names):
1828 Avoid -Wformat-security warning.
1829
1830 2017-01-23 Andrew Pinski <apinski@cavium.com>
1831
1832 * config/aarch64/aarch64.c (thunderx2t99_addrcost_table): Improve
1833 cost table.
1834
1835 2017-01-23 Martin Sebor <msebor@redhat.com>
1836
1837 PR middle-end/78703
1838 * gimple-ssa-sprintf.c (warn_level): New global.
1839 (format_integer): Use it here and throughout the rest of the file.
1840 Use the same switch to compute sign as base.
1841 (maybe_warn): New function.
1842 (format_directive): Factor out warnings into maybe_warn.
1843 Add debugging output. Use warn_level.
1844 (add_bytes): Use warn_level.
1845 (pass_sprintf_length::compute_format_length): Add debugging output.
1846 (try_substitute_return_value): Same.
1847 (pass_sprintf_length::handle_gimple_call): Set and use warn_level.
1848
1849 PR middle-end/78703
1850 * gimple-ssa-sprintf.c (struct format_result): Remove constant member.
1851 (struct fmtresult, format_integer, format_floating): Adjust.
1852 (fmtresult::fmtresult): Set max correctly in two argument ctor.
1853 (get_string_length, format_string,format_directive): Same.
1854 (pass_sprintf_length::compute_format_length): Same.
1855 (try_substitute_return_value): Simplify slightly.
1856
1857 PR middle-end/78703
1858 * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Adjust formatting.
1859 (fmtresult::operator+=): Outlined.
1860 (struct fmtresult): Add ctors.
1861 (struct conversion_spec): Rename...
1862 (struct directive): ...to this. Add and remove data members.
1863 (directive::set_width, directive::set_precision): New functions.
1864 (format_percent): Use fmtresult ctor.
1865 (get_width_and_precision): Remove.
1866 (format_integer): Make naming changes. Avoid computing width and
1867 precision.
1868 (format_floating): Same. Adjust indentation.
1869 (format_character, format_none): New functions.
1870 (format_string): Moved character handling to format_character.
1871 (format_directive): Remove arguments, change return type.
1872 (parse_directive): New function.
1873 (pass_sprintf_length::compute_format_length): Move directive
1874 parsing to parse_directive.
1875
1876 2017-01-23 Jakub Jelinek <jakub@redhat.com>
1877
1878 * tree.h (assign_assembler_name_if_neeeded): Rename to ...
1879 (assign_assembler_name_if_needed): ... this.
1880 * tree.c (assign_assembler_name_if_neeeded): Rename to ...
1881 (assign_assembler_name_if_needed): ... this.
1882 (free_lang_data_in_cgraph): Adjust callers.
1883 * cgraphunit.c (cgraph_node::analyze): Likewise.
1884 * omp-expand.c (expand_omp_taskreg, expand_omp_target):
1885 Likewise.
1886
1887 2017-01-23 Richard Biener <rguenther@suse.de>
1888
1889 PR tree-optimization/79088
1890 PR tree-optimization/79188
1891 * tree-ssa-threadupdate.c (mark_threaded_blocks): Move code
1892 resetting loop bounds after last path deletion. Reset loop
1893 bounds of the target loop, make code match the comments.
1894 * tree-ssa-threadbackwards.c (pass_early_thread_jumps::execute):
1895 Make sure loops need no fixups.
1896
1897 2017-01-23 Kelvin Nilsen <kelvin@gcc.gnu.org>
1898
1899 * config/rs6000/rs6000-builtin.def (VSIEDPF): Add scalar insert
1900 exponent support with double type for first argument.
1901 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Changed
1902 type returned by __builtin_vec_extract_sig,
1903 __builtin_vec_extract_sig_sp, and __builtin_vec_extract_sig_dp
1904 functions from "vector int" to "vector unsigned int" or from
1905 "vector long long int" to "vector unsigned long long int".
1906 Changed type returned by __builtin_vec_extract_exp,
1907 __builtin_vec_extract_exp_sp, and __builtin_vec_extract_exp_dp
1908 functions from "vector int" to "vector unsigned int" or from
1909 "vector long long int" to "vector unsigned long long int".
1910 Changed return type of __builtin_vec_test_data_class,
1911 __builtin_vec_test_data_class_sp, and
1912 __builtin_vec_test_data_class_dp from "vector int" to
1913 "vector bool int" or from "vector long long int" to "vector bool
1914 long long int" and changed second argument type from "unsigned
1915 int" to "int". Added new overloaded function forms "vector float
1916 __builtin_vec_insert_exp (vector float, vector unsigned int)" and
1917 "vector float __builtin_vec_insert_exp_sp (vector float, vector
1918 unsigned int)" and "vector double __builtin_vec_insert_exp (vector
1919 double, vector unsigned long long int)" and "vector double
1920 __builtin_vec_insert_exp_dp (vector double, vector unsigned long
1921 long int)". Changed return type of
1922 __builtin_scalar_test_data_class and
1923 __builtin_scalar_test_data_class_sp and
1924 __builtin_scalar_test_data_class_dp from "unsigned int" to "bool
1925 int" and changed second argument from "unsigned int" to "int".
1926 Changed type returned by __builtin_scalar_test_neg,
1927 __builtin_scalar_test_neg_sp, and __builtin_scalar_test_neg_dp
1928 from "int" to "bool int". Added new overloaded function form
1929 "double __builtin_scalar_insert_exp (double, unsigned long long int)".
1930 * config/rs6000/vsx.md (xsiexpdpf): New insn for scalar insert
1931 exponent double-precision with floating point first argument.
1932 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Adjust
1933 documentation of scalar_test_data_class, scalar_test_neg,
1934 scalar_extract_sig, scalar_extract_exp, scalar_insert_exp,
1935 vector_extract_exp, vec_extract_sig, vec_insert_exp, and
1936 vec_test_data_class built-in functions to reflect refinements in
1937 their type signatures.
1938
1939 2017-01-23 Andreas Tobler <andreast@gcc.gnu.org>
1940
1941 * config/aarch64/aarch64.c (aarch64_elf_asm_constructor): Increase
1942 size of buf.
1943 (aarch64_elf_asm_destructor): Likewise.
1944
1945 2017-01-23 Bernd Schmidt <bschmidt@redhat.com>
1946
1947 PR rtl-optimization/78634
1948 * config/i386/i386.c (ix86_max_noce_ifcvt_seq_cost): New function.
1949 (TARGET_MAX_NOCE_IFCVT_SEQ_COST): Define.
1950 * ifcvt.c (noce_try_cmove): Add missing cost check.
1951
1952 PR rtl-optimization/71724
1953 * combine.c (if_then_else_cond): Look for situations where it is
1954 beneficial to undo the work of one of the recursive calls.
1955
1956 2017-01-23 Bin Cheng <bin.cheng@arm.com>
1957
1958 PR tree-optimization/70754
1959 * tree-predcom.c (stmt_combining_refs): New parameter INSERT_BEFORE.
1960 (reassociate_to_the_same_stmt): New parameter INSERT_BEFORE. Insert
1961 combined stmt before it if not NULL.
1962 (combine_chains): Process refs reversely and compute dominance point
1963 for root ref.
1964
1965 2017-01-23 Martin Liska <mliska@suse.cz>
1966
1967 PR tree-optimization/79196
1968 * tree-ssa-strlen.c (fold_strstr_to_memcmp): Rename to ...
1969 (fold_strstr_to_strncmp): ... this. Fold the pattern to strncmp
1970 instead of memcmp.
1971 (strlen_optimize_stmt): Call the renamed function.
1972
1973 2017-01-23 Michael Matz <matz@suse.de>
1974
1975 PR tree-optimization/78384
1976 * tree-ssa-loop-split.c (patch_loop_exit): Use correct edge.
1977
1978 2017-01-23 Richard Biener <rguenther@suse.de>
1979
1980 PR tree-optimization/79186
1981 * tree-vrp.c (register_new_assert_for): Make sure we've seen
1982 both incoming edges before moving an assert.
1983
1984 2017-01-23 Martin Jambor <mjambor@suse.cz>
1985
1986 * ipa-prop.c (load_from_param_1): Removed.
1987 (load_from_unmodified_param): Bits from load_from_param_1 put back
1988 here.
1989 (load_from_param): Removed.
1990 (compute_complex_assign_jump_func): Removed stmt2 and just replaced it
1991 with stmt. Reverted back to use of load_from_unmodified_param.
1992
1993 2017-01-23 Martin Jambor <mjambor@suse.cz>
1994
1995 PR ipa/79108
1996 * ipa-prop.h (ipa_param_descriptor): Anotate with with GTY(()).
1997 (ipa_node_params): Annotate with GTY((for_user)). Make descriptors
1998 field a pointer to garbage collected vector, mark lattices and
1999 ipcp_orig_node with GTY((skip)).
2000 (ipa_get_param_count): Adjust to descriptors being a pointer.
2001 (ipa_get_param): Likewise.
2002 (ipa_get_type): Likewise.
2003 (ipa_get_param_move_cost): Likewise.
2004 (ipa_set_param_used): Likewise.
2005 (ipa_get_controlled_uses): Likewise.
2006 (ipa_set_controlled_uses): Likewise.
2007 (ipa_is_param_used): Likewise.
2008 (ipa_node_params_t): Move into garbage collector. New methods insert
2009 and remove.
2010 (ipa_node_params_sum): Annotate wth GTY(()).
2011 (ipa_check_create_node_params): Adjust to ipa_node_params_sum being
2012 garbage collected.
2013 (ipa_load_from_parm_agg): Adjust declaration.
2014 * ipa-icf.c (param_used_p): Adjust to descriptors being a pointer.
2015 * ipa-profile.c (ipa_profile): Likewise.
2016 * ipa-prop.c (ipa_get_param_decl_index_1): Likewise.
2017 (ipa_populate_param_decls): Make descriptors parameter garbage
2018 collected.
2019 (ipa_dump_param): Adjust to descriptors being a pointer.
2020 (ipa_alloc_node_params): Likewise.
2021 (ipa_initialize_node_params): Likewise.
2022 (load_from_param_1): Make descriptors parameter garbage collected.
2023 (load_from_unmodified_param): Likewise.
2024 (load_from_param): Likewise.
2025 (ipa_load_from_parm_agg): Likewise.
2026 (ipa_node_params::~ipa_node_params): Removed.
2027 (ipa_free_all_node_params): Remove call to delete operator.
2028 (ipa_node_params_t::insert): New.
2029 (ipa_node_params_t::remove): Likewise.
2030 (ipa_node_params_t::duplicate): Adjust to descriptors being a pointer,
2031 copy known_csts and known_contexts vectors.
2032 (ipa_read_node_info): Adjust to descriptors being a pointer.
2033 (ipcp_modif_dom_walker): Make m_descriptors field garbage
2034 collected.
2035 (ipcp_transform_function): Make descriptors variable garbage
2036 collected.
2037
2038 2017-01-23 Andrew Senkevich <andrew.senkevich@intel.com>
2039
2040 * config/i386/avx512bwintrin.h: Add k-mask test, kortest intrinsics.
2041 * config/i386/avx512dqintrin.h: Ditto.
2042 * config/i386/avx512fintrin.h: Ditto.
2043 * gcc/config/i386/i386.c: Handle new builtins.
2044 * config/i386/i386-builtin.def: Add new builtins.
2045 * config/i386/sse.md (ktest<mode>, kortest<mode>): New.
2046 (UNSPEC_KORTEST, UNSPEC_KTEST): New.
2047
2048 2017-01-23 Jakub Jelinek <jakub@redhat.com>
2049 Martin Liska <mliska@suse.cz>
2050
2051 * asan.h: Define ASAN_USE_AFTER_SCOPE_ATTRIBUTE.
2052 * asan.c (asan_expand_poison_ifn): Support stores and use
2053 appropriate ASAN report function.
2054 * internal-fn.c (expand_ASAN_POISON_USE): New function.
2055 * internal-fn.def (ASAN_POISON_USE): Declare.
2056 * tree-into-ssa.c (maybe_add_asan_poison_write): New function.
2057 (maybe_register_def): Create ASAN_POISON_USE when sanitizing.
2058 * tree-ssa-dce.c (eliminate_unnecessary_stmts): Remove
2059 ASAN_POISON calls w/o LHS.
2060 * tree-ssa.c (execute_update_addresses_taken): Create clobber
2061 for ASAN_MARK (UNPOISON, &x, ...) in order to prevent usage of a LHS
2062 from ASAN_MARK (POISON, &x, ...) coming to a PHI node.
2063 * gimplify.c (asan_poison_variables): Add attribute
2064 use_after_scope_memory to variables that really needs to live
2065 in memory.
2066 * tree-ssa.c (is_asan_mark_p): Do not rewrite into SSA when
2067 having the attribute.
2068
2069 2017-01-23 Martin Liska <mliska@suse.cz>
2070
2071 * asan.c (create_asan_shadow_var): New function.
2072 (asan_expand_poison_ifn): Likewise.
2073 * asan.h (asan_expand_poison_ifn): New declaration.
2074 * internal-fn.c (expand_ASAN_POISON): Likewise.
2075 * internal-fn.def (ASAN_POISON): New builtin.
2076 * sanopt.c (pass_sanopt::execute): Expand
2077 asan_expand_poison_ifn.
2078 * tree-inline.c (copy_decl_for_dup_finish): Make function
2079 external.
2080 * tree-inline.h (copy_decl_for_dup_finish): Likewise.
2081 * tree-ssa.c (is_asan_mark_p): New function.
2082 (execute_update_addresses_taken): Rewrite local variables
2083 (identified just by use-after-scope as addressable) into SSA.
2084
2085 2017-01-22 Gerald Pfeifer <gerald@pfeifer.com>
2086
2087 * doc/install.texi (Specific): opensource.apple.com uses https
2088 now. Remove trailing slash.
2089
2090 2017-01-22 Gerald Pfeifer <gerald@pfeifer.com>
2091
2092 * README.Portability: Remove note on an Irix compatibility issue.
2093
2094 2017-01-22 Dimitry Andric <dim@FreeBSD.org>
2095
2096 * gcov.c (INCLUDE_ALGORITHM): Define.
2097 (INCLUDE_VECTOR): Define.
2098 No longer include <vector> and <algorithm> directly.
2099
2100 2017-01-21 Gerald Pfeifer <gerald@pfeifer.com>
2101
2102 * doc/extend.texi (Thread-Local): Change www.akkadia.org reference
2103 to https.
2104 * doc/invoke.texi (Code Gen Options): Ditto.
2105
2106 2017-01-21 Jan Hubicka <hubicka@ucw.cz>
2107
2108 PR lto/78407
2109 * cfg.c (update_bb_profile_for_threading): Fix updating of probablity.
2110
2111 2017-01-21 Bernd Schmidt <bschmidt@redhat.com>
2112
2113 rtl-optimization/79125
2114 * cprop.c (local_cprop_pass): Handle cases where we make an
2115 unconditional trap.
2116
2117 2017-01-20 Segher Boessenkool <segher@kernel.crashing.org>
2118
2119 PR target/61729
2120 PR target/77850
2121 * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Adjust address to
2122 read from, for big endian.
2123
2124 2017-01-20 Jiong Wang <jiong.wang@arm.com>
2125
2126 * config/aarch64/aarch64-builtins.c (aarch64_init_builtins): Register
2127 register pauth builtins for LP64 only.
2128
2129 2017-01-20 Marek Polacek <polacek@redhat.com>
2130
2131 PR c/79152
2132 * gimplify.c (should_warn_for_implicit_fallthrough): Handle consecutive
2133 non-case labels.
2134
2135 2017-01-20 Alexander Monakov <amonakov@ispras.ru>
2136
2137 * omp-expand.c (expand_omp_simd): Clear PROP_gimple_lomp_dev regardless
2138 of safelen status.
2139 * omp-offload.c (pass_omp_device_lower::gate): Use PROP_gimple_lomp_dev.
2140 * passes.c (dump_properties): Handle PROP_gimple_lomp_dev.
2141 * tree-inline.c (expand_call_inline): Propagate PROP_gimple_lomp_dev.
2142
2143 2017-01-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2144
2145 PR target/71270
2146 * config/arm/arm.c (neon_valid_immediate): Reject vector constants
2147 in big-endian mode when they are not a single duplicated value.
2148
2149 2017-01-20 Richard Biener <rguenther@suse.de>
2150
2151 * BASE-VER: Bump to 7.0.1.
2152
2153 2017-01-20 Alexander Monakov <amonakov@ispras.ru>
2154
2155 * omp-low.c (omplow_simd_context): New struct. Use it...
2156 (lower_rec_simd_input_clauses): ...here and...
2157 (lower_rec_input_clauses): ...here to hold common data. Adjust all
2158 references to idx, lane, max_vf, is_simt.
2159
2160 2017-01-20 Graham Markall <graham.markall@embecosm.com>
2161
2162 * config/arc/arc.h (LINK_SPEC): Use arclinux_nps emulation when
2163 mcpu=nps400.
2164
2165 2017-01-20 Martin Jambor <mjambor@suse.cz>
2166
2167 * hsa.h: Renaed to hsa-common.h. Adjusted a comment.
2168 * hsa.c: Renaed to hsa-common.c. Change include of gt-hsa.h to
2169 gt-hsa-common.h.
2170 * Makefile.in (OBJS): Rename hsa.o to hsa-common.o.
2171 (GTFILES): Rename hsa.c to hsa-common.c.
2172 * hsa-brig.c: Change include of hsa.h to hsa-common.h.
2173 * hsa-dump.c: Likewise.
2174 * hsa-gen.c: Likewise.
2175 * hsa-regalloc.c: Likewise.
2176 * ipa-hsa.c: Likewise.
2177 * omp-expand.c: Likewise.
2178 * omp-low.c: Likewise.
2179 * toplev.c: Likewise.
2180
2181 2017-01-20 Marek Polacek <polacek@redhat.com>
2182
2183 PR c/64279
2184 * doc/invoke.texi: Document -Wduplicated-branches.
2185 * fold-const.c (operand_equal_p): Handle MODIFY_EXPR, INIT_EXPR,
2186 COMPOUND_EXPR, PREDECREMENT_EXPR, PREINCREMENT_EXPR,
2187 POSTDECREMENT_EXPR, POSTINCREMENT_EXPR, CLEANUP_POINT_EXPR, EXPR_STMT,
2188 STATEMENT_LIST, and RETURN_EXPR. For non-pure non-const functions
2189 return 0 only when not OEP_LEXICOGRAPHIC.
2190 (fold_build_cleanup_point_expr): Use the expression
2191 location when building CLEANUP_POINT_EXPR.
2192 * tree-core.h (enum operand_equal_flag): Add OEP_LEXICOGRAPHIC.
2193 * tree.c (add_expr): Handle error_mark_node.
2194
2195 2017-01-20 Martin Liska <mliska@suse.cz>
2196
2197 PR lto/69188
2198 * tree-profile.c (init_ic_make_global_vars): Do not call
2199 finalize_decl.
2200 (gimple_init_gcov_profiler): Likewise.
2201
2202 2017-01-20 Martin Liska <mliska@suse.cz>
2203
2204 PR ipa/71190
2205 * cgraph.h (maybe_create_reference): Remove argument and
2206 update comment.
2207 * cgraphclones.c (cgraph_node::create_virtual_clone): Remove one
2208 argument.
2209 * ipa-cp.c (create_specialized_node): Likewise.
2210 * symtab.c (symtab_node::maybe_create_reference): Handle
2211 VAR_DECLs and ADDR_EXPRs and select ipa_ref_use type.
2212
2213 2017-01-20 Martin Liska <mliska@suse.cz>
2214
2215 * read-rtl-function.c (function_reader::create_function): Use
2216 build_decl instread of build_decl_stat.
2217
2218 2017-01-20 Andrew Senkevich <andrew.senkevich@intel.com>
2219
2220 * config/i386/avx512bwintrin.h: Add k-mask registers shift intrinsics.
2221 * config/i386/avx512dqintrin.h: Ditto.
2222 * config/i386/avx512fintrin.h: Ditto.
2223 * config/i386/i386-builtin-types.def: Add new types.
2224 * gcc/config/i386/i386.c: Handle new types.
2225 * config/i386/i386-builtin.def (__builtin_ia32_kshiftliqi)
2226 (__builtin_ia32_kshiftlihi, __builtin_ia32_kshiftlisi)
2227 (__builtin_ia32_kshiftlidi, __builtin_ia32_kshiftriqi)
2228 (__builtin_ia32_kshiftrihi, __builtin_ia32_kshiftrisi)
2229 (__builtin_ia32_kshiftridi): New.
2230 * config/i386/sse.md (k<code><mode>): Rename *k<code><mode>.
2231
2232 2017-01-19 Segher Boessenkool <segher@kernel.crashing.org>
2233
2234 PR target/78875
2235 PR target/79140
2236 * config/rs6000/rs6000.c (TARGET_STACK_PROTECT_GUARD): Unconditionally
2237 define to rs6000_init_stack_protect_guard.
2238 (rs6000_init_stack_protect_guard): New function.
2239
2240 2017-01-19 Matthew Fortune <matthew.fortune@imgtec.com>
2241 Yunqiang Su <yunqiang.su@imgtec.com>
2242
2243 * config.gcc (supported_defaults): Add madd4.
2244 (with_madd4): Add validation.
2245 (all_defaults): Add madd4.
2246 * config/mips/mips.opt (mmadd4): New option.
2247 * gcc/config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
2248 mmadd4.
2249 (TARGET_CPU_CPP_BUILTINS): Add builtin_define for
2250 __mips_no_madd4.
2251 (ISA_HAS_UNFUSED_MADD4): Gate with mips_madd4.
2252 (ISA_HAS_FUSED_MADD4): Likewise.
2253 * gcc/doc/invoke.texi (-mmadd4): Document the new option.
2254 * gcc/doc/install.texi (--with-madd4): Document the new option.
2255
2256 2017-01-19 Jiong Wang <jiong.wang@arm.com>
2257
2258 * config/aarch64/aarch64-builtins.c (enum aarch64_builtins): New
2259 entries for AARCH64_PAUTH_BUILTIN_XPACLRI,
2260 AARCH64_PAUTH_BUILTIN_PACIA1716, AARCH64_PAUTH_BUILTIN_AUTIA1716.
2261 (aarch64_init_pauth_hint_builtins): New.
2262 (aarch64_init_builtins): Call aarch64_init_pauth_hint_builtins.
2263 (aarch64_expand_builtin): Expand new builtins.
2264
2265 2017-01-19 Jiong Wang <jiong.wang@arm.com>
2266
2267 * reg-notes.def (CFA_TOGGLE_RA_MANGLE): New reg-note.
2268 * combine-stack-adj.c (no_unhandled_cfa): Handle
2269 REG_CFA_TOGGLE_RA_MANGLE.
2270 * dwarf2cfi.c (dwarf2out_frame_debug): Handle REG_CFA_TOGGLE_RA_MANGLE.
2271 * config/aarch64/aarch64.c (aarch64_expand_prologue): Generates DWARF
2272 info for return address signing.
2273 (aarch64_expand_epilogue): Likewise.
2274
2275 2017-01-19 Jiong Wang <jiong.wang@arm.com>
2276
2277 * config/aarch64/aarch64-opts.h (aarch64_function_type): New enum.
2278 * config/aarch64/aarch64-protos.h
2279 (aarch64_return_address_signing_enabled): New declaration.
2280 * config/aarch64/aarch64.c (aarch64_return_address_signing_enabled):
2281 New function.
2282 (aarch64_expand_prologue): Sign return address before it's pushed onto
2283 stack.
2284 (aarch64_expand_epilogue): Authenticate return address fetched from
2285 stack.
2286 (aarch64_override_options): Sanity check for ILP32 and ISA level.
2287 (aarch64_attributes): New function attributes for "sign-return-address".
2288 * config/aarch64/aarch64.md (UNSPEC_AUTI1716, UNSPEC_AUTISP,
2289 UNSPEC_PACI1716, UNSPEC_PACISP, UNSPEC_XPACLRI): New unspecs.
2290 ("*do_return"): Generate combined instructions according to key index.
2291 ("<pauth_mnem_prefix>sp", "<pauth_mnem_prefix1716", "xpaclri"): New.
2292 * config/aarch64/iterators.md (PAUTH_LR_SP, PAUTH_17_16): New integer
2293 iterators.
2294 (pauth_mnem_prefix, pauth_hint_num_a): New integer attributes.
2295 * config/aarch64/aarch64.opt (msign-return-address=): New.
2296 * doc/extend.texi (AArch64 Function Attributes): Documents
2297 "sign-return-address=".
2298 * doc/invoke.texi (AArch64 Options): Documents "-msign-return-address=".
2299
2300 2017-01-19 Matthew Fortune <matthew.fortune@imgtec.com>
2301
2302 * doc/invoke.texi: Add missing -mlxc1-sxc1 options to
2303 overall option summary.
2304
2305 2017-01-19 Jiong Wang <jiong.wang@arm.com>
2306
2307 * config/aarch64/aarch64-arches.def: New entry for "armv8.3-a".
2308 * config/aarch64/aarch64.h (AARCH64_FL_V8_3, AARCH64_FL_FOR_ARCH8_3,
2309 AARCH64_ISA_V8_3, TARGET_ARMV8_3): New.
2310 * doc/invoke.texi (AArch64 Options): Document "armv8.3-a".
2311
2312 2017-01-19 Michael Meissner <meissner@linux.vnet.ibm.com>
2313
2314 * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Enable
2315 -mpower9-minmax by default for -mcpu=power9.
2316 (ISA_3_MASKS_IEEE): Require -mvsx-small-integer to enable IEEE
2317 128-bit floating point.
2318
2319 2017-01-20 Alan Modra <amodra@gmail.com>
2320
2321 * config/rs6000/rs6000.md (cmpstrnsi, cmpstrsi): Fail if
2322 optimizing for size.
2323
2324 2017-01-20 Alan Modra <amodra@gmail.com>
2325
2326 PR target/79144
2327 * config/rs6000/rs6000.c (expand_strn_compare): Get the asm name
2328 for strcmp and strncmp from corresponding builtin decl.
2329
2330 2017-01-19 Uros Bizjak <ubizjak@gmail.com>
2331
2332 * config.gcc (x86_64-*-rtems*): Use i386/rtemself.h
2333 instead of i386/rtems-64.h.
2334 * config/i386/rtems-64.h: Remove.
2335
2336 2017-01-19 Uros Bizjak <ubizjak@gmail.com>
2337
2338 PR target/78478
2339 Revert:
2340 2013-11-05 Uros Bizjak <ubizjak@gmail.com>
2341
2342 * config/i386/rtemself.h (LONG_DOUBLE_TYPE_SIZE): New define.
2343
2344 2017-01-19 Tamar Christina <tamar.christina@arm.com>
2345
2346 * config/aarch64/aarch64.c (aarch64_simd_gen_const_vector_dup):
2347 Change int to HOST_WIDE_INT.
2348 * config/aarch64/aarch64-protos.h
2349 (aarch64_simd_gen_const_vector_dup): Likewise.
2350 * config/aarch64/aarch64-simd.md: Add copysign<mode>3.
2351
2352 2017-01-19 David Malcolm <dmalcolm@redhat.com>
2353
2354 * langhooks-def.h (lhd_type_for_size): New decl.
2355 (LANG_HOOKS_TYPE_FOR_SIZE): Define as lhd_type_for_size.
2356 * langhooks.c (lhd_type_for_size): New function, taken from
2357 lto_type_for_size.
2358
2359 2017-01-19 Pat Haugen <pthaugen@us.ibm.com>
2360
2361 * config/rs6000/power9.md (power9-alu): Remove 'cmp' type and add
2362 define_bypass for CR latency.
2363 (power9-cracked-alu): Update bypass latency and remove power9-branch.
2364 (power9-alu2): Add define_bypass for CR latency.
2365 (power9-cmp): New.
2366 (power9-mul): Update insn latency.
2367 (power9-mul-compare): Update insn latency, bypass latency and remove
2368 power9-branch.
2369
2370 2016-01-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2371
2372 * config/aarch64/aarch64-protos.h (aarch64_nopcrelative_literal_loads):
2373 Delete.
2374 * config/aarch64/aarch64.md
2375 (aarch64_reload_movcp<GPF_TF:mode><P:mode>): Delete reference to
2376 aarch64_nopcrelative_literal_loads.
2377 (aarch64_reload_movcp<VALL:mode><P:mode>): Likewise.
2378
2379 2017-01-19 Chenghua Xu <paul.hua.gm@gmail.com>
2380
2381 * config/mips/mips.h (ISA_HAS_FUSED_MADD4): Enable for
2382 TARGET_LOONGSON_3A.
2383 (ISA_HAS_UNFUSED_MADD4): Exclude TARGET_LOONGSON_3A.
2384
2385 2017-01-19 Doug Gilmore <doug.gilmore@imgtec.com>
2386
2387 PR target/78176
2388 * config.gcc (supported_defaults): Add lxc1-sxc1.
2389 (with_lxc1_sxc1): Add validation.
2390 (all_defaults): Add lxc1-sxc1.
2391 * config/mips/mips.opt (mlxc1-sxc1): New option.
2392 * gcc/config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
2393 mlxc1-sxc1.
2394 (TARGET_CPU_CPP_BUILTINS): Add builtin_define for
2395 __mips_no_lxc1_sxc1.
2396 (ISA_HAS_LXC1_SXC1): Gate with mips_lxc1_sxc1.
2397 * gcc/doc/invoke.texi (-mlxc1-sxc1): Document the new option.
2398 * doc/install.texi (--with-lxc1-sxc1): Document the new option.
2399
2400 2017-01-19 Richard Biener <rguenther@suse.de>
2401
2402 PR tree-optimization/72488
2403 * tree-ssa-sccvn.c (run_scc_vn): When we abort the VN make
2404 sure to restore SSA info.
2405 * tree-ssa.c (verify_ssa): Verify SSA info is not shared.
2406
2407 2017-01-19 Richard Earnshaw <rearnsha@arm.com>
2408
2409 PR rtl-optimization/79121
2410 * expr.c (expand_expr_real_2, case LSHIFT_EXPR): Look at the signedness
2411 of the inner type when shifting an extended value.
2412
2413 2017-01-17 Jan Hubicka <hubicka@ucw.cz>
2414
2415 PR lto/78407
2416 * symtab.c (symtab_node::equal_address_to): Fix comparing of
2417 interposable aliases.
2418
2419 2017-01-18 Peter Bergner <bergner@vnet.ibm.com>
2420
2421 PR target/78516
2422 * config/rs6000/spe.md (mov_si<mode>_e500_subreg0): Fix constraints.
2423 Use the evmergelohi instruction.
2424 (mov_si<mode>_e500_subreg4_2_le): Likewise.
2425 (mov_sitf_e500_subreg8_2_be): Likewise.
2426 (mov_sitf_e500_subreg12_2_le): Likewise.
2427 (mov_si<mode>_e500_subreg0_2_le): Fix constraints.
2428 (mov_si<mode>_e500_subreg4_2_be): Likewise.
2429 (mov_sitf_e500_subreg8_2_le): Likewise.
2430 (mov_sitf_e500_subreg12_2_be): Likewise.
2431
2432 2017-01-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2433
2434 * config/rs6000/altivec.md (altivec_vbpermq): Change "type"
2435 attribute from vecsimple to vecperm.
2436 (altivec_vbpermq2): Likewise.
2437
2438 2017-01-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2439
2440 PR target/79040
2441 * config/rs6000/altivec.h: Fix typo of vec_cntlz to vec_cnttz.
2442
2443 2017-01-18 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
2444 * config/rs6000/rs6000-protos.h (expand_strn_compare): Add arg.
2445 * config/rs6000/rs6000.c (expand_strn_compare): Add ability to expand
2446 strcmp. Fix bug where comparison didn't stop with zero byte. Fix
2447 case where N arg is SIZE_MAX.
2448 * config/rs6000/rs6000.md (cmpstrnsi): Args to expand_strn_compare.
2449 (cmpstrsi): Add pattern.
2450
2451 2017-01-18 Michael Meissner <meissner@linux.vnet.ibm.com>
2452
2453 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
2454 __builtin_vec_revb builtins.
2455 * config/rs6000/rs6000-builtins.def (P9V_BUILTIN_XXBRQ_V16QI): Add
2456 built-in functions to support generation of the ISA 3.0 XXBR<x>
2457 vector byte reverse instructions.
2458 (P9V_BUILTIN_XXBRQ_V1TI): Likewise.
2459 (P9V_BUILTIN_XXBRD_V2DI): Likewise.
2460 (P9V_BUILTIN_XXBRD_V2DF): Likewise.
2461 (P9V_BUILTIN_XXBGW_V4SI): Likewise.
2462 (P9V_BUILTIN_XXBGW_V4SF): Likewise.
2463 (P9V_BUILTIN_XXBGH_V8HI): Likewise.
2464 (P9V_BUILTIN_VEC_REVB): Likewise.
2465 * config/rs6000/vsx.md (p9_xxbrq_v1ti): New insns/expanders to
2466 generate the ISA 3.0 XXBR<x> vector byte reverse instructions.
2467 (p9_xxbrq_v16qi): Likewise.
2468 (p9_xxbrd_<mode>, VSX_D iterator): Likewise.
2469 (p9_xxbrw_<mode>, VSX_W iterator): Likewise.
2470 (p9_xxbrh_v8hi): Likewise.
2471 * config/rs6000/altivec.h (vec_revb): Define if ISA 3.0.
2472 * doc/extend.texi (RS/6000 Altivec Built-ins): Document the
2473 vec_revb built-in functions.
2474
2475 2017-01-18 Uros Bizjak <ubizjak@gmail.com>
2476
2477 PR rtl-optimization/78952
2478 * config/i386/i386.md (any_extract): New code iterator.
2479 (*insvqi_2): Use any_extract for source operand.
2480 (*insvqi_3): Use any_shiftrt for source operand.
2481
2482 2017-01-18 Wilco Dijkstra <wdijkstr@arm.com>
2483
2484 * config/aarch64/aarch64.c (aarch64_sched_adjust_priority)
2485 New function.
2486 (TARGET_SCHED_ADJUST_PRIORITY): Define target hook.
2487
2488 2017-01-18 Matthias Klose <doko@ubuntu.com>
2489
2490 * doc/install.texi: Allow default for --with-target-bdw-gc-include.
2491
2492 2016-01-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2493
2494 * config/rs6000/altivec.h (vec_bperm): Change #define.
2495 * config/rs6000/altivec.md (UNSPEC_VBPERMD): New enum constant.
2496 (altivec_vbpermq2): New define_insn.
2497 (altivec_vbpermd): Likewise.
2498 * config/rs6000/rs6000-builtin.def (VBPERMQ2): New monomorphic
2499 function interface.
2500 (VBPERMD): Likewise.
2501 (VBPERM): New polymorphic function interface.
2502 * config/rs6000/r6000-c.c (altivec_overloaded_builtins_table):
2503 Add entries for P9V_BUILTIN_VEC_VBPERM.
2504 * doc/extend.texi: Add interfaces for vec_bperm.
2505
2506 2017-01-18 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
2507
2508 * config/s390/s390-c.c (s390_expand_overloaded_builtin): Downcase
2509 first letter of error messages.
2510 (s390_resolve_overloaded_builtin): Likewise.
2511 * config/s390/s390.c (s390_expand_builtin): Likewise.
2512 (s390_invalid_arg_for_unprototyped_fn): Likewise.
2513 (s390_valid_target_attribute_inner_p): Likewise.
2514 * config/s390/s390.md ("tabort"): Likewise.
2515
2516 2017-01-18 Toma Tabacu <toma.tabacu@imgtec.com>
2517
2518 * config/mips/mips.h (ISA_HAS_DIV3): Remove unused macro.
2519 (ISA_AVOID_DIV_HILO): New macro.
2520 (ISA_HAS_DIV): Use new ISA_AVOID_DIV_HILO macro.
2521 (ISA_HAS_DDIV): Likewise.
2522
2523 2017-01-18 Markus Trippelsdorf <markus@trippelsdorf.de>
2524
2525 * doc/invoke.texi (fabi-version): Correct number of occurrences.
2526
2527 2017-01-18 Markus Trippelsdorf <markus@trippelsdorf.de>
2528
2529 * doc/invoke.texi (fabi-version): Spelling fix.
2530
2531 2017-01-18 Markus Trippelsdorf <markus@trippelsdorf.de>
2532
2533 PR c++/70182
2534 * doc/invoke.texi (fabi-version): Mention mangling fix for
2535 operator names.
2536
2537 2017-01-18 Markus Trippelsdorf <markus@trippelsdorf.de>
2538
2539 PR c++/77489
2540 * doc/invoke.texi (fabi-version): Document discriminator mangling.
2541
2542 2017-01-17 Segher Boessenkool <segher@kernel.crashing.org>
2543
2544 PR target/78875
2545 * config/rs6000/rs6000-opts.h (stack_protector_guard): New enum.
2546 * config/rs6000/rs6000.c (rs6000_option_override_internal): Handle
2547 the new options.
2548 * config/rs6000/rs6000.md (stack_protect_set): Handle the new more
2549 flexible settings.
2550 (stack_protect_test): Ditto.
2551 * config/rs6000/rs6000.opt (mstack-protector-guard=,
2552 mstack-protector-guard-reg=, mstack-protector-guard-offset=): New
2553 options.
2554 * doc/invoke.texi (Option Summary) [RS/6000 and PowerPC Options]:
2555 Add -mstack-protector-guard=, -mstack-protector-guard-reg=, and
2556 -mstack-protector-guard-offset=.
2557 (RS/6000 and PowerPC Options): Ditto.
2558
2559 2017-01-17 Uros Bizjak <ubizjak@gmail.com>
2560
2561 * config/i386/i386.h (MASK_CLASS_P): New define.
2562 * config/i386/i386.c (inline_secondary_memory_needed): Ensure that
2563 there are no registers from different register sets also when
2564 mask registers are used. Update function comment.
2565 * config/i386/i386.md (*movsi_internal): Split (*k/*krm) alternative
2566 to (*k/*r) and (*k/*km) alternatives.
2567
2568 2017-01-17 Wilco Dijkstra <wdijkstr@arm.com>
2569
2570 * config/aarch64/aarch64.md (eh_return): Remove pattern and splitter.
2571 * config/aarch64/aarch64.h (AARCH64_EH_STACKADJ_REGNUM): Remove.
2572 (EH_RETURN_HANDLER_RTX): New define.
2573 * config/aarch64/aarch64.c (aarch64_frame_pointer_required):
2574 Force frame pointer in EH return functions.
2575 (aarch64_expand_epilogue): Add barrier for eh_return.
2576 (aarch64_final_eh_return_addr): Remove.
2577 (aarch64_eh_return_handler_rtx): New function.
2578 * config/aarch64/aarch64-protos.h (aarch64_final_eh_return_addr):
2579 Remove.
2580 (aarch64_eh_return_handler_rtx): New prototype.
2581
2582 2017-01-17 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2583
2584 * config/rs6000/altivec.h (vec_rlmi): New #define.
2585 (vec_vrlnm): Likewise.
2586 (vec_rlnm): Likewise.
2587 * config/rs6000/altivec.md (UNSPEC_VRLMI): New UNSPEC enum value.
2588 (UNSPEC_VRLNM): Likewise.
2589 (VIlong): New mode iterator.
2590 (altivec_vrl<VI_char>mi): New define_insn.
2591 (altivec_vrl<VI_char>nm): Likewise.
2592 * config/rs6000/rs6000-builtin.def (VRLWNM): New monomorphic
2593 function entry.
2594 (VRLDNM): Likewise.
2595 (RLNM): New polymorphic function entry.
2596 (VRLWMI): New monomorphic function entry.
2597 (VRLDMI): Likewise.
2598 (RLMI): New polymorphic function entry.
2599 * config/rs6000/r6000-c.c (altivec_overloaded_builtin_table): Add
2600 new entries for P9V_BUILTIN_VEC_RLMI and P9V_BUILTIN_VEC_RLNM.
2601 * doc/extend.texi: Add description of vec_rlmi, vec_rlnm, and
2602 vec_vrlnm.
2603
2604 2017-01-17 Jakub Jelinek <jakub@redhat.com>
2605
2606 PR debug/78839
2607 * dwarf2out.c (field_byte_offset): Restore the
2608 PCC_BITFIELD_TYPE_MATTERS behavior for INTEGER_CST DECL_FIELD_OFFSET
2609 and DECL_FIELD_BIT_OFFSET. Use fold_build2 instead of build2 + fold.
2610 (analyze_variants_discr, gen_variant_part): Use fold_build2 instead
2611 of build2 + fold.
2612
2613 2017-01-17 Eric Botcazou <ebotcazou@adacore.com>
2614
2615 PR ada/67205
2616 * config/aarch64/aarch64.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define
2617
2618 2017-01-17 Jakub Jelinek <jakub@redhat.com>
2619
2620 PR debug/71669
2621 * dwarf2out.c (add_data_member_location_attribute): For constant
2622 offset bitfield emit for -gdwarf-5 DW_AT_data_bit_offset attribute
2623 instead of DW_AT_data_member_location, DW_AT_bit_offset and
2624 DW_AT_byte_size attributes.
2625
2626 2017-01-17 Eric Botcazou <ebotcazou@adacore.com>
2627
2628 * config/rs6000/rs6000.c (rs6000_emit_move): Also use a TOC reference
2629 after forcing to constant memory when the code model is medium.
2630
2631 2017-01-17 Julia Koval <julia.koval@intel.com>
2632
2633 PR target/76731
2634 * config/i386/avx512fintrin.h
2635 (_mm512_i32gather_ps): Change __addr type to void const*.
2636 (_mm512_mask_i32gather_ps): Ditto.
2637 (_mm512_i32gather_pd): Ditto.
2638 (_mm512_mask_i32gather_pd): Ditto.
2639 (_mm512_i64gather_ps): Ditto.
2640 (_mm512_mask_i64gather_ps): Ditto.
2641 (_mm512_i64gather_pd): Ditto.
2642 (_mm512_mask_i64gather_pd): Ditto.
2643 (_mm512_i32gather_epi32): Ditto.
2644 (_mm512_mask_i32gather_epi32): Ditto.
2645 (_mm512_i32gather_epi64): Ditto.
2646 (_mm512_mask_i32gather_epi64): Ditto.
2647 (_mm512_i64gather_epi32): Ditto.
2648 (_mm512_mask_i64gather_epi32): Ditto.
2649 (_mm512_i64gather_epi64): Ditto.
2650 (_mm512_mask_i64gather_epi64): Ditto.
2651 (_mm512_i32scatter_ps): Change __addr type to void*.
2652 (_mm512_mask_i32scatter_ps): Ditto.
2653 (_mm512_i32scatter_pd): Ditto.
2654 (_mm512_mask_i32scatter_pd): Ditto.
2655 (_mm512_i64scatter_ps): Ditto.
2656 (_mm512_mask_i64scatter_ps): Ditto.
2657 (_mm512_i64scatter_pd): Ditto.
2658 (_mm512_mask_i64scatter_pd): Ditto.
2659 (_mm512_i32scatter_epi32): Ditto.
2660 (_mm512_mask_i32scatter_epi32): Ditto.
2661 (_mm512_i32scatter_epi64): Ditto.
2662 (_mm512_mask_i32scatter_epi64): Ditto.
2663 (_mm512_i64scatter_epi32): Ditto.
2664 (_mm512_mask_i64scatter_epi32): Ditto.
2665 (_mm512_i64scatter_epi64): Ditto.
2666 (_mm512_mask_i64scatter_epi64): Ditto.
2667 * config/i386/avx512pfintrin.h
2668 (_mm512_mask_prefetch_i32gather_pd): Change __addr type to void const*.
2669 (_mm512_mask_prefetch_i32gather_ps): Ditto.
2670 (_mm512_mask_prefetch_i64gather_pd): Ditto.
2671 (_mm512_mask_prefetch_i64gather_ps): Ditto.
2672 (_mm512_prefetch_i32scatter_pd): Change __addr type to void*.
2673 (_mm512_prefetch_i32scatter_ps): Ditto.
2674 (_mm512_mask_prefetch_i32scatter_pd): Ditto.
2675 (_mm512_mask_prefetch_i32scatter_ps): Ditto.
2676 (_mm512_prefetch_i64scatter_pd): Ditto.
2677 (_mm512_prefetch_i64scatter_ps): Ditto.
2678 (_mm512_mask_prefetch_i64scatter_pd): Ditto.
2679 (_mm512_mask_prefetch_i64scatter_ps): Ditto.
2680 * config/i386/avx512vlintrin.h
2681 (_mm256_mmask_i32gather_ps): Change __addr type to void const*.
2682 (_mm_mmask_i32gather_ps): Ditto.
2683 (_mm256_mmask_i32gather_pd): Ditto.
2684 (_mm_mmask_i32gather_pd): Ditto.
2685 (_mm256_mmask_i64gather_ps): Ditto.
2686 (_mm_mmask_i64gather_ps): Ditto.
2687 (_mm256_mmask_i64gather_pd): Ditto.
2688 (_mm_mmask_i64gather_pd): Ditto.
2689 (_mm256_mmask_i32gather_epi32): Ditto.
2690 (_mm_mmask_i32gather_epi32): Ditto.
2691 (_mm256_mmask_i32gather_epi64): Ditto.
2692 (_mm_mmask_i32gather_epi64): Ditto.
2693 (_mm256_mmask_i64gather_epi32): Ditto.
2694 (_mm_mmask_i64gather_epi32): Ditto.
2695 (_mm256_mmask_i64gather_epi64): Ditto.
2696 (_mm_mmask_i64gather_epi64): Ditto.
2697 (_mm256_i32scatter_ps): Change __addr type to void*.
2698 (_mm256_mask_i32scatter_ps): Ditto.
2699 (_mm_i32scatter_ps): Ditto.
2700 (_mm_mask_i32scatter_ps): Ditto.
2701 (_mm256_i32scatter_pd): Ditto.
2702 (_mm256_mask_i32scatter_pd): Ditto.
2703 (_mm_i32scatter_pd): Ditto.
2704 (_mm_mask_i32scatter_pd): Ditto.
2705 (_mm256_i64scatter_ps): Ditto.
2706 (_mm256_mask_i64scatter_ps): Ditto.
2707 (_mm_i64scatter_ps): Ditto.
2708 (_mm_mask_i64scatter_ps): Ditto.
2709 (_mm256_i64scatter_pd): Ditto.
2710 (_mm256_mask_i64scatter_pd): Ditto.
2711 (_mm_i64scatter_pd): Ditto.
2712 (_mm_mask_i64scatter_pd): Ditto.
2713 (_mm256_i32scatter_epi32): Ditto.
2714 (_mm256_mask_i32scatter_epi32): Ditto.
2715 (_mm_i32scatter_epi32): Ditto.
2716 (_mm_mask_i32scatter_epi32): Ditto.
2717 (_mm256_i32scatter_epi64): Ditto.
2718 (_mm256_mask_i32scatter_epi64): Ditto.
2719 (_mm_i32scatter_epi64): Ditto.
2720 (_mm_mask_i32scatter_epi64): Ditto.
2721 (_mm256_i64scatter_epi32): Ditto.
2722 (_mm256_mask_i64scatter_epi32): Ditto.
2723 (_mm_i64scatter_epi32): Ditto.
2724 (_mm_mask_i64scatter_epi32): Ditto.
2725 (_mm256_i64scatter_epi64): Ditto.
2726 (_mm256_mask_i64scatter_epi64): Ditto.
2727 (_mm_i64scatter_epi64): Ditto.
2728 (_mm_mask_i64scatter_epi64): Ditto.
2729 * config/i386/i386-builtin-types.def (V16SF_V16SF_PCFLOAT_V16SI_HI_INT)
2730 (V8DF_V8DF_PCDOUBLE_V8SI_QI_INT, V8SF_V8SF_PCFLOAT_V8DI_QI_INT)
2731 (V8DF_V8DF_PCDOUBLE_V8DI_QI_INT, V16SI_V16SI_PCINT_V16SI_HI_INT)
2732 (V8DI_V8DI_PCINT64_V8SI_QI_INT, V8SI_V8SI_PCINT_V8DI_QI_INT)
2733 (V8DI_V8DI_PCINT64_V8DI_QI_INT, V2DF_V2DF_PCDOUBLE_V4SI_QI_INT)
2734 (V4DF_V4DF_PCDOUBLE_V4SI_QI_INT, V2DF_V2DF_PCDOUBLE_V2DI_QI_INT)
2735 (V4DF_V4DF_PCDOUBLE_V4DI_QI_INT, V4SF_V4SF_PCFLOAT_V4SI_QI_INT)
2736 (V8SF_V8SF_PCFLOAT_V8SI_QI_INT, V4SF_V4SF_PCFLOAT_V2DI_QI_INT)
2737 (V4SF_V4SF_PCFLOAT_V4DI_QI_INT, V2DI_V2DI_PCINT64_V4SI_QI_INT)
2738 (V4DI_V4DI_PCINT64_V4SI_QI_INT, V2DI_V2DI_PCINT64_V2DI_QI_INT)
2739 (V4DI_V4DI_PCINT64_V4DI_QI_INT, V4SI_V4SI_PCINT_V4SI_QI_INT)
2740 (V8SI_V8SI_PCINT_V8SI_QI_INT, V4SI_V4SI_PCINT_V2DI_QI_INT)
2741 (V4SI_V4SI_PCINT_V4DI_QI_INT, VOID_PFLOAT_HI_V16SI_V16SF_INT)
2742 (VOID_PFLOAT_QI_V8SI_V8SF_INT, VOID_PFLOAT_QI_V4SI_V4SF_INT)
2743 (VOID_PDOUBLE_QI_V8SI_V8DF_INT, VOID_PDOUBLE_QI_V4SI_V4DF_INT)
2744 (VOID_PDOUBLE_QI_V4SI_V2DF_INT, VOID_PFLOAT_QI_V8DI_V8SF_INT)
2745 (VOID_PFLOAT_QI_V4DI_V4SF_INT, VOID_PFLOAT_QI_V2DI_V4SF_INT)
2746 (VOID_PDOUBLE_QI_V8DI_V8DF_INT, VOID_PDOUBLE_QI_V4DI_V4DF_INT)
2747 (VOID_PDOUBLE_QI_V2DI_V2DF_INT, VOID_PINT_HI_V16SI_V16SI_INT)
2748 (VOID_PINT_QI_V8SI_V8SI_INT, VOID_PINT_QI_V4SI_V4SI_INT)
2749 (VOID_PLONGLONG_QI_V8SI_V8DI_INT, VOID_PLONGLONG_QI_V4SI_V4DI_INT)
2750 (VOID_PLONGLONG_QI_V4SI_V2DI_INT, VOID_PINT_QI_V8DI_V8SI_INT)
2751 (VOID_PINT_QI_V4DI_V4SI_INT, VOID_PINT_QI_V2DI_V4SI_INT)
2752 (VOID_PLONGLONG_QI_V8DI_V8DI_INT, VOID_QI_V8SI_PCINT64_INT_INT)
2753 (VOID_PLONGLONG_QI_V4DI_V4DI_INT, VOID_PLONGLONG_QI_V2DI_V2DI_INT)
2754 (VOID_HI_V16SI_PCINT_INT_INT, VOID_QI_V8DI_PCINT64_INT_INT)
2755 (VOID_QI_V8DI_PCINT_INT_INT): Remove.
2756 (V16SF_V16SF_PCVOID_V16SI_HI_INT, V8DF_V8DF_PCVOID_V8SI_QI_INT)
2757 (V8SF_V8SF_PCVOID_V8DI_QI_INT, V8DF_V8DF_PCVOID_V8DI_QI_INT)
2758 (V16SI_V16SI_PCVOID_V16SI_HI_INT, V8DI_V8DI_PCVOID_V8SI_QI_INT)
2759 (V8SI_V8SI_PCVOID_V8DI_QI_INT, V8DI_V8DI_PCVOID_V8DI_QI_INT)
2760 (VOID_PVOID_HI_V16SI_V16SF_INT, VOID_PVOID_QI_V8SI_V8DF_INT)
2761 (VOID_PVOID_QI_V8DI_V8SF_INT, VOID_PVOID_QI_V8DI_V8DF_INT)
2762 (VOID_PVOID_HI_V16SI_V16SI_INT, VOID_PVOID_QI_V8SI_V8DI_INT)
2763 (VOID_PVOID_QI_V8DI_V8SI_INT, VOID_PVOID_QI_V8DI_V8DI_INT)
2764 (V2DF_V2DF_PCVOID_V4SI_QI_INT, V4DF_V4DF_PCVOID_V4SI_QI_INT)
2765 (V2DF_V2DF_PCVOID_V2DI_QI_INT, V4DF_V4DF_PCVOID_V4DI_QI_INT
2766 (V4SF_V4SF_PCVOID_V4SI_QI_INT, V8SF_V8SF_PCVOID_V8SI_QI_INT)
2767 (V4SF_V4SF_PCVOID_V2DI_QI_INT, V4SF_V4SF_PCVOID_V4DI_QI_INT)
2768 (V2DI_V2DI_PCVOID_V4SI_QI_INT, V4DI_V4DI_PCVOID_V4SI_QI_INT)
2769 (V2DI_V2DI_PCVOID_V2DI_QI_INT, V4DI_V4DI_PCVOID_V4DI_QI_INT)
2770 (V4SI_V4SI_PCVOID_V4SI_QI_INT, V8SI_V8SI_PCVOID_V8SI_QI_INT)
2771 (V4SI_V4SI_PCVOID_V2DI_QI_INT, V4SI_V4SI_PCVOID_V4DI_QI_INT)
2772 (VOID_PVOID_QI_V8SI_V8SF_INT, VOID_PVOID_QI_V4SI_V4SF_INT)
2773 (VOID_PVOID_QI_V4SI_V4DF_INT, VOID_PVOID_QI_V4SI_V2DF_INT)
2774 (VOID_PVOID_QI_V4DI_V4SF_INT, VOID_PVOID_QI_V2DI_V4SF_INT)
2775 (VOID_PVOID_QI_V4DI_V4DF_INT, VOID_PVOID_QI_V2DI_V2DF_INT)
2776 (VOID_PVOID_QI_V8SI_V8SI_INT, VOID_PVOID_QI_V4SI_V4SI_INT)
2777 (VOID_PVOID_QI_V4SI_V4DI_INT, VOID_PVOID_QI_V4SI_V2DI_INT)
2778 (VOID_PVOID_QI_V4DI_V4SI_INT, VOID_PVOID_QI_V2DI_V4SI_INT)
2779 (VOID_PVOID_QI_V4DI_V4DI_INT, VOID_PVOID_QI_V2DI_V2DI_INT)
2780 (VOID_QI_V8SI_PCVOID_INT_INT, VOID_HI_V16SI_PCVOID_INT_INT)
2781 (VOID_QI_V8DI_PCVOID_INT_INT): Add.
2782 * config/i386/i386.c (ix86_init_mmx_sse_builtins): Adjust builtin
2783 definitions accordingly.
2784
2785 2017-01-17 Kito Cheng <kito.cheng@gmail.com>
2786 Kuan-Lin Chen <kuanlinchentw@gmail.com>
2787
2788 PR target/79079
2789 * internal-fn.c (expand_mul_overflow): Use convert_modes instead of
2790 gen_lowpart.
2791
2792 2017-01-17 Vladimir Makarov <vmakarov@redhat.com>
2793
2794 PR target/79058
2795 * ira-conflicts.c (ira_build_conflicts): Update total conflict
2796 hard regs for inner regno.
2797
2798 2017-01-17 Martin Liska <mliska@suse.cz>
2799
2800 PR ipa/71207
2801 * ipa-polymorphic-call.c (contains_type_p): Fix wrong
2802 assumption and add comment.
2803
2804 2017-01-17 Nathan Sidwell <nathan@acm.org>
2805
2806 * ipa-visibility.c (localize_node): New function, broken out of ...
2807 (function_and_variable_visibility): ... here. Call it.
2808
2809 2017-01-17 Jan Hubicka <hubicka@ucw.cz>
2810
2811 PR middle-end/77445
2812 * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges):
2813 correctly set frequency of oudgoing edge.
2814 (duplicate_thread_path): Fix profile updating.
2815
2816 2017-01-17 Jakub Jelinek <jakub@redhat.com>
2817
2818 PR other/79046
2819 * configure.ac: Add GCC_BASE_VER.
2820 * Makefile.in (version): Use @get_gcc_base_ver@ instead of cat to get
2821 version from BASE-VER file.
2822 (CFLAGS-gcc.o): Add -DBASEVER=$(BASEVER_s).
2823 (gcc.o): Depend on $(BASEVER).
2824 * common.opt (dumpfullversion): New option.
2825 * gcc.c (driver_handle_option): Handle OPT_dumpfullversion.
2826 * doc/invoke.texi: Document -dumpfullversion.
2827 * doc/install.texi: Document --with-gcc-major-version-only.
2828 * configure: Regenerated.
2829
2830 2017-01-17 Richard Biener <rguenther@suse.de>
2831
2832 PR tree-optimization/71433
2833 * tree-vrp.c (register_new_assert_for): Merge same asserts
2834 on all incoming edges.
2835 (process_assert_insertions_for): Handle insertions at the
2836 beginning of BBs.
2837
2838 2017-01-17 Gerald Pfeifer <gerald@pfeifer.com>
2839
2840 * config/i386/cygwin.h (LIBGCJ_SONAME): Remove.
2841 * config/i386/mingw32.h (LIBGCJ_SONAME): Remove.
2842
2843 2017-01-17 Kaz Kojima <kkojima@gcc.gnu.org>
2844
2845 PR target/78633
2846 * config/sh/sh.md (cmpeqsi_t+1): Call copy_rtx to avoid invalid
2847 RTL sharing.
2848
2849 2017-01-17 Alan Modra <amodra@gmail.com>
2850
2851 PR target/79066
2852 * config/rs6000/rs6000.md (elf_high, elf_low): Disable when pic.
2853 * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Don't allow
2854 symbolic stack limit when pic.
2855
2856 2017-01-16 Martin Sebor <msebor@redhat.com>
2857
2858 PR tree-optimization/78608
2859 * gimple-ssa-sprintf.c (tree_digits): Avoid negating TYPE_MIN.
2860
2861 2017-01-16 Jeff Law <law@redhat.com>
2862
2863 Revert:
2864 2016-12-02 Tadek Kijkowski <tkijkowski@gmail.com>
2865 * Makefile.in (PREPROCESSOR_DEFINES): Add a level of indirection
2866 for several include directories that may be relative to sysroot.
2867 * config/i386/x-mingw32 (gplus_includedir): Define.
2868 (gplus_tool_includedir, gplus_backward_include_dir): Likewise.
2869 (native_system_includedir): Likewise.
2870 * config/i386/mingw32.h (STANDARD_STARTFILE_PREFIX_1): Do not
2871 override if TARGET_SYSTEM_ROOT is defined.
2872 (NATIVE_SYSTEM_HEADER_DIR): Likewise.
2873
2874 PR tree-optimization/79090
2875 PR tree-optimization/33562
2876 PR tree-optimization/61912
2877 PR tree-optimization/77485
2878 * tree-ssa-dse.c (compute_trims): Accept STMT argument. Dump STMT
2879 and computed trims into the dump file.
2880
2881 2017-01-17 Uros Bizjak <ubizjak@gmail.com>
2882
2883 * config/i386/i386.h (LIMIT_RELOAD_CLASS): Remove.
2884
2885 2017-01-16 Jakub Jelinek <jakub@redhat.com>
2886
2887 PR c/79089
2888 * gimplify.c (gimplify_init_constructor): If want_value and
2889 object == lhs, unshare lhs to avoid invalid tree sharing. Formatting
2890 fix.
2891
2892 PR target/79080
2893 * loop-doloop.c (doloop_modify): Call unshare_all_rtl_in_chain on
2894 sequence. Formatting fixes.
2895 (doloop_optimize): Formatting fixes.
2896
2897 PR driver/49726
2898 * gcc.c (debug_level_greater_than_spec_func): New function.
2899 (static_spec_functions): Add debug-level-gt spec function.
2900 (ASM_DEBUG_SPEC, cpp_options): Use %:debug-level-gt(0) instead of
2901 !g0.
2902 * config/darwin.h (DSYMUTIL_SPEC, ASM_DEBUG_SPEC): Likewise.
2903 * config/darwin9.h (DSYMUTIL_SPEC, ASM_DEBUG_SPEC): Likewise.
2904 * common.opt (g, gcoff, gdwarf, gdwarf-, ggdb, gno-pubnames,
2905 gpubnames, ggnu-pubnames, gno-record-gcc-switches,
2906 grecord-gcc-switches, gno-strict-dwarf, gstrict-dwarf, gstabs,
2907 gstabs+, gtoggle, gvms, gxcoff, gxcoff+): Add Driver flag.
2908
2909 2017-01-16 Uros Bizjak <ubizjak@gmail.com>
2910
2911 * config/i386/i386.h (HARD_REGNO_CALLER_SAVE_MODE): Apply HImode and
2912 QImode fixups to general and mask registers only.
2913
2914 2017-01-16 Carl Love <cel@us.ibm.com>
2915
2916 * config/rs6000/rs6000-c (altivec_overloaded_builtins): Add support
2917 for built-in functions
2918 vector signed char vec_nabs (vector signed char)
2919 vector signed short vec_nabs (vector signed short)
2920 vector signed int vec_nabs (vector signed int)
2921 vector signed long long vec_nabs (vector signed long long)
2922 vector float vec_nabs (vector float)
2923 vector double vec_nabs (vector double)
2924 * config/rs6000/rs6000-builtin.def: Add definitions for NABS functions
2925 and NABS overload.
2926 * config/rs6000/altivec.md: New define_expand nabs<mode>2 types
2927 * config/rs6000/altivec.h: New define for vec_nabs built-in function.
2928 * doc/extend.texi: Update the documentation file for the new built-in
2929 functions.
2930
2931 2017-01-16 Martin Sebor <msebor@redhat.com>
2932
2933 * gimple-ssa-sprintf.c (format_directive): Correct a typo in a warning
2934 message.
2935
2936 2017-01-16 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2937
2938 * config/rs6000/rs6000.c (rtx_is_swappable_p): Change
2939 UNSPEC_VSX__XXSPLTD to require special splat handling.
2940
2941 2017-01-16 David Malcolm <dmalcolm@redhat.com>
2942
2943 PR bootstrap/78616
2944 * system.h: Poison strndup.
2945
2946 2017-01-16 Alan Modra <amodra@gmail.com>
2947
2948 PR target/79098
2949 * config/rs6000/rs6000.c (rs6000_legitimate_combined_insn): Don't
2950 use a switch.
2951
2952 2017-01-16 Georg-Johann Lay <avr@gjlay.de>
2953
2954 * config/avr/avr.h (BRANCH_COST) [reload_completed]: Increase by 4.
2955
2956 2017-01-15 Uros Bizjak <ubizjak@gmail.com>
2957
2958 * config/i386/i386.c (ix86_legitimate_combined_insn): Do not
2959 call recog here. Assert that INSN_CODE (insn) is non-negative.
2960
2961 2017-01-15 Segher Boessenkool <segher@kernel.crashing.org>
2962
2963 PR target/72749
2964 * cfgrtl.c (rtl_split_edge): Also patch jump insns that jump to the
2965 fallthrough.
2966 * haifa-sched.c (dump_insn_stream): Don't crash if there is a label
2967 in the currently scheduled RTL fragment.
2968
2969 2017-01-15 Segher Boessenkool <segher@kernel.crashing.org>
2970
2971 PR rtl-optimization/78751
2972 * ifcvt.c (find_cond_trap): If we generated a non-existing insn,
2973 give up.
2974
2975 2017-01-14 Jeff Law <law@redhat.com>
2976
2977 PR tree-optimization/79090
2978 * tree-ssa-dse.c (valid_ao_ref_for_dse): Reject zero length and
2979 variable length stores.
2980 (compute_trims): Delete dead assignment to *trim_tail.
2981 (dse_dom_walker::dse_optimize_stmt): Optimize mem* calls with
2982 zero length.
2983
2984 2017-01-14 Bernd Schmidt <bschmidt@redhat.com>
2985
2986 PR rtl-optimization/78626
2987 PR rtl-optimization/78727
2988 * cprop.c (one_cprop_pass): Collect unconditional traps in the middle
2989 of a block, and split such blocks after everything else is finished.
2990
2991 2017-01-14 Alan Modra <amodra@gmail.com>
2992
2993 PR target/72749
2994 * combine.c (recog_for_combine_1): Set INSN_CODE before calling
2995 target legitimate_combined_insn.
2996 * config/rs6000/rs6000.c (TARGET_LEGITIMATE_COMBINED_INSN): Define.
2997 (rs6000_legitimate_combined_insn): New function.
2998 * config/rs6000/rs6000.md (UNSPEC_DOLOOP): Delete, and remove
2999 all uses.
3000 (ctr<mode>_internal3): Rename from *ctr<mode>_internal5.
3001 (ctr<mode>_internal4): Rename from *ctr<mode>_internal6.
3002 (ctr<mode>_internal1, ctr<mode>_internal2): Remove '*' from name.
3003
3004 2017-01-14 Gerald Pfeifer <gerald@pfeifer.com>
3005
3006 * doc/frontends.texi (G++ and GCC): Remove references to Java.
3007
3008 2017-01-13 Jeff Law <law@redhat.com>
3009
3010 PR tree-optimization/33562
3011 PR tree-optimization/61912
3012 PR tree-optimization/77485
3013 * tree-ssa-dse.c (delete_dead_call): Accept gsi rather than
3014 a statement.
3015 (delete_dead_assignment): Likewise.
3016 (dse_dom_walker::dse_optimize_stmt): Pass in the gsi rather than
3017 statement to delete_dead_call and delete_dead_assignment.
3018
3019 2017-01-13 David Malcolm <dmalcolm@redhat.com>
3020
3021 PR c/78304
3022 * substring-locations.c (format_warning_va): Strengthen case 1 so
3023 that both endpoints of the substring must be within the format
3024 range for just the substring to be printed.
3025
3026 2017-01-13 Uros Bizjak <ubizjak@gmail.com>
3027
3028 * config/i386/i386.opt (msgx): Use ix86_isa_flags2 variable.
3029 * config/i386/i386.c (ix86_target_string): Add missing options
3030 to isa_opts and reorder options by implied ISAs. Rename isa_opts2 to
3031 isa2_opts, ix86_flag_opts to flag2_opts, ix86_target_other to
3032 flags_other and ix86_target_other to flags2_other. Display unknown
3033 isa2 options.
3034 (ix86_valid_target_attribute_inner_p): Add missing options and
3035 reorder options by implied ISAs, as in ix86_target_string.
3036
3037 2017-01-13 Richard Sandiford <richard.sandiford@arm.com>
3038
3039 * hash-table.h (hash_table::too_empty_p): New function.
3040 (hash_table::expand): Use it.
3041 (hash_table::traverse): Likewise.
3042 (hash_table::empty_slot): Use sizeof (value_type) instead of
3043 sizeof (PTR) to convert bytes to elements. Shrink the table
3044 if the current size is excessive for the current number of
3045 elements.
3046
3047 2017-01-13 Richard Sandiford <richard.sandiford@arm.com>
3048
3049 * ira-costs.c (record_reg_classes): Break from the inner loop
3050 early once alt_fail is known to be true. Update outer loop
3051 handling accordingly.
3052
3053 2017-01-13 Jeff Law <law@redhat.com>
3054
3055 * tree-ssa-dse.c (decrement_count): New function.
3056 (increment_start_addr, maybe_trim_memstar_call): Likewise.
3057 (dse_dom_walker::optimize_stmt): Call maybe_trim_memstar_call directly
3058 when we know the partially dead statement is a mem* function.
3059
3060 PR tree-optimization/61912
3061 PR tree-optimization/77485
3062 * tree-ssa-dse.c: Include expr.h.
3063 (maybe_trim_constructor_store): New function.
3064 (maybe_trim_partially_dead_store): Call maybe_trim_constructor_store.
3065
3066 PR tree-optimization/33562
3067 PR tree-optimization/61912
3068 PR tree-optimization/77485
3069 * doc/invoke.texi: Document new dse-max-object-size param.
3070 * params.def (PARM_DSE_MAX_OBJECT_SIZE): New PARAM.
3071 * tree-ssa-dse.c: Include params.h.
3072 (dse_store_status): New enum.
3073 (initialize_ao_ref_for_dse): New, partially extracted from
3074 dse_optimize_stmt.
3075 (valid_ao_ref_for_dse, normalize_ref): New.
3076 (setup_live_bytes_from_ref, compute_trims): Likewise.
3077 (clear_bytes_written_by, maybe_trim_complex_store): Likewise.
3078 (maybe_trim_partially_dead_store): Likewise.
3079 (maybe_trim_complex_store): Likewise.
3080 (dse_classify_store): Renamed from dse_possibly_dead_store_p.
3081 Track what bytes live from the original store. Return tri-state
3082 for dead, partially dead or live.
3083 (dse_dom_walker): Add constructor, destructor and new private members.
3084 (delete_dead_call, delete_dead_assignment): New extracted from
3085 dse_optimize_stmt.
3086 (dse_optimize_stmt): Make a member of dse_dom_walker.
3087 Use initialize_ao_ref_for_dse.
3088
3089 PR tree-optimization/33562
3090 PR tree-optimization/61912
3091 PR tree-optimization/77485
3092 * sbitmap.h (bitmap_count_bits): Prototype.
3093 (bitmap_clear_range, bitmap_set_range): Likewise.
3094 * sbitmap.c (bitmap_clear_range): New function.
3095 (bitmap_set_range, sbitmap_popcount, bitmap_count_bits): Likewise.
3096
3097 2017-01-13 Martin Liska <mliska@suse.cz>
3098
3099 PR ipa/79043
3100 * function.c (set_cfun): Add new argument force.
3101 * function.h (set_cfun): Likewise.
3102 * ipa-inline-transform.c (inline_call): Use the function when
3103 strict alising from is dropped for function we inline to.
3104
3105 2017-01-13 Richard Biener <rguenther@suse.de>
3106
3107 * tree-pretty-print.c (dump_generic_node): Fix inverted condition
3108 for dumping GIMPLE INTEGER_CSTs.
3109
3110 2017-01-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3111
3112 * config/sol2.h (TARGET_OS_CPP_BUILTINS): Define __STDC_VERSION__
3113 to 201112L since C++17.
3114
3115 2017-01-13 Maxim Ostapenko <m.ostapenko@samsung.com>
3116
3117 PR sanitizer/78887
3118 * asan.c (asan_needs_odr_indicator_p): Don't emit ODR indicators
3119 if -fsanitize=kernel-address is present.
3120
3121 2017-01-13 Richard Biener <rguenther@suse.de>
3122
3123 * tree-pretty-print.c (dump_generic_node): Dump INTEGER_CSTs
3124 as _Literal ( type ) number in case usual suffixes do not
3125 preserve all information.
3126
3127 2017-01-13 Richard Biener <rguenther@suse.de>
3128
3129 PR tree-optimization/77283
3130 * gimple-ssa-split-paths.c: Include gimple-ssa.h, tree-phinodes.h
3131 and ssa-iterators.h.
3132 (is_feasible_trace): Implement a cost model based on joiner
3133 PHI node uses.
3134
3135 2017-01-12 Michael Meissner <meissner@linux.vnet.ibm.com>
3136
3137 PR target/79004
3138 * config/rs6000/rs6000.md (FP_ISA3): Do not optimize converting
3139 char or short to __float128/_Float128 directly.
3140
3141 2017-01-12 Martin Sebor <msebor@redhat.com>
3142
3143 to -Wformat-overflow.
3144 * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Adjust.
3145 (min_bytes_remaining): Same.
3146 (get_string_length): Same.
3147 (format_string): Same.
3148 (format_directive): Same.
3149 (add_bytes): Same.
3150 (pass_sprintf_length::handle_gimple_call): Same.
3151
3152 2017-01-12 Jakub Jelinek <jakub@redhat.com>
3153
3154 * gimple-ssa-sprintf.c (try_substitute_return_value): Remove
3155 info.nowrite calls with no lhs that can't throw. Return bool
3156 whether gsi_remove has been called or not.
3157 (pass_sprintf_length::handle_gimple_call): Return bool whether
3158 try_substitute_return_value called gsi_remove. Formatting fix.
3159 (pass_sprintf_length::execute): Don't use gsi_remove if
3160 handle_gimple_call returned true.
3161
3162 PR bootstrap/79069
3163 * cfgrtl.c (rtl_tidy_fallthru_edge): For any_uncondjump_p that can't
3164 be removed due to side-effects, don't remove following barrier nor
3165 turn the successor edge into fallthru edge.
3166
3167 2017-01-12 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3168
3169 PR target/79044
3170 * config/rs6000/rs6000.c (insn_is_swappable_p): Mark
3171 element-reversing loads and stores as not swappable.
3172
3173 2017-01-12 Nathan Sidwell <nathan@acm.org>
3174 Nicolai Stange <nicstange@gmail.com>
3175
3176 * combine.c (try_combine): Don't ignore result of overlap checking
3177 loop. Combine overlap & asm check into single loop.
3178
3179 2017-01-12 Richard Biener <rguenther@suse.de>
3180
3181 * tree-pretty-print.c (dump_generic_node): Provide -gimple
3182 variant for MEM_REF. Sanitize INTEGER_CST for -gimple.
3183
3184 2017-01-12 Richard Biener <rguenther@suse.de>
3185
3186 * tree.c (initialize_tree_contains_struct): Make TS_OPTIMIZATION
3187 and TS_TARGET_OPTION directly derive from TS_BASE.
3188 * tree-core.h (tree_optimization_option): Derive from tree_base.
3189 (tree_target_option): Likewise.
3190
3191 2017-01-11 Uros Bizjak <ubizjak@gmail.com>
3192
3193 * config/i386/i386.c (memory_address_length): Increase len
3194 only when rip_relative_addr_p returns false.
3195
3196 2017-01-11 Julia Koval <julia.koval@intel.com>
3197
3198 * common/config/i386/i386-common.c (OPTION_MASK_ISA_SGX_UNSET): New.
3199 (OPTION_MASK_ISA_SGX_SET): New.
3200 (ix86_handle_option): Handle OPT_msgx.
3201 * config.gcc: Added sgxintrin.h.
3202 * config/i386/driver-i386.c (host_detect_local_cpu): Detect sgx.
3203 * config/i386/i386-c.c (ix86_target_macros_internal): Define __SGX__.
3204 * config/i386/i386.c (ix86_target_string): Add -msgx.
3205 (PTA_SGX): New.
3206 (ix86_option_override_internal): Handle new options.
3207 (ix86_valid_target_attribute_inner_p): Add sgx.
3208 * config/i386/i386.h (TARGET_SGX, TARGET_SGX_P): New.
3209 * config/i386/i386.opt: Add msgx.
3210 * config/i386/sgxintrin.h: New file.
3211 * config/i386/x86intrin.h: Add sgxintrin.h.
3212
3213 2017-01-11 Jakub Jelinek <jakub@redhat.com>
3214
3215 PR c++/71537
3216 * fold-const.c (maybe_nonzero_address): Return 1 for function
3217 local objects.
3218 (tree_single_nonzero_warnv_p): Don't handle function local objects
3219 here.
3220
3221 PR c++/72813
3222 * gcc.c (default_compilers): Don't add -o %g.s for -S -save-temps
3223 of c-header.
3224
3225 2017-01-11 David Malcolm <dmalcolm@redhat.com>
3226
3227 PR driver/78877
3228 * opts.c: Include "spellcheck.h"
3229 (struct string_fragment): New struct.
3230 (struct edit_distance_traits<const string_fragment &>): New
3231 struct.
3232 (get_closest_sanitizer_option): New function.
3233 (parse_sanitizer_options): Offer suggestions for unrecognized arguments.
3234
3235 2017-01-11 Jakub Jelinek <jakub@redhat.com>
3236
3237 * dwarf2out.c (DWARF_COMPILE_UNIT_HEADER_SIZE): For DWARF5 decrease
3238 by 12.
3239 (DWARF_COMDAT_TYPE_UNIT_HEADER_SIZE): Always
3240 DWARF_COMPILE_UNIT_HEADER_SIZE plus 12.
3241 (DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE): Define.
3242 (calc_base_type_die_sizes): Use DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE
3243 for initial die_offset if dwarf_split_debug_info.
3244 (output_comp_unit): Use DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE for
3245 initial next_die_offset if dwo_id is non-NULL. Don't emit padding
3246 fields.
3247 (output_skeleton_debug_sections): Formatting fix. Use
3248 DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE instead of
3249 DWARF_COMPILE_UNIT_HEADER_SIZE. Don't emit padding.
3250
3251 2017-01-11 Wilco Dijkstra <wdijkstr@arm.com>
3252
3253 * config/arm/cortex-a53.md: Add bypasses for
3254 cortex_a53_r2f_cvt.
3255 (cortex_a53_r2f): Only use for transfers.
3256 (cortex_a53_f2r): Likewise.
3257 (cortex_a53_r2f_cvt): Add reservation for conversions.
3258 (cortex_a53_f2r_cvt): Likewise.
3259
3260 2017-01-11 Tamar Christina <tamar.christina@arm.com>
3261
3262 * config/arm/arm_neon.h: Add __artificial__ and gnu_inline
3263 to all inlined functions, change static to extern.
3264
3265 2017-01-11 Christophe Lyon <christophe.lyon@linaro.org>
3266
3267 PR target/78253
3268 * config/arm/arm.c (legitimize_pic_address): Handle reference to
3269 weak symbol.
3270 (arm_assemble_integer): Likewise.
3271
3272 2017-01-11 Richard Earnshaw <rearnsha@arm.com>
3273
3274 * config.gcc: Use new awk script to check CPU, FPU and architecture
3275 parameters for --with-... options.
3276 * config/arm/parsecpu.awk: New file
3277 * config/arm/arm-cpus.in: New file.
3278 * config/arm/arm-opts.h: Include arm-cpu.h instead of processing .def
3279 files.
3280 * config/arm/arm.c: Include arm-cpu-data.h instead of processing .def
3281 files.
3282 * config/arm/t-arm: Update dependency rules.
3283 * common/config/arm/arm-common.c: Include arm-cpu-cdata.h instead
3284 of processing .def files.
3285 * config/arm/genopt.sh: Deleted.
3286 * config/arm/gentune.sh: Deleted.
3287 * config/arm/arm-cores.def: Deleted.
3288 * config/arm/arm-arches.def: Deleted.
3289 * config/arm/arm-fpus.def: Deleted.
3290 * config/arm/arm-tune.md: Regenerated.
3291 * config/arm/arm-tables.opt: Regenerated.
3292 * config/arm/arm-cpu.h: New generated file.
3293 * config/arm/arm-cpu-data.h: New generated file.
3294 * config/arm/arm-cpu-cdata.h: New generated file.
3295
3296 2017-01-11 Maxim Ostapenko <m.ostapenko@samsung.com>
3297
3298 PR lto/79042
3299 * lto-cgraph.c (lto_output_varpool_node): Pack dynamically_initialized
3300 bit.
3301 (input_varpool_node): Unpack dynamically_initialized bit.
3302
3303 2017-01-11 Eric Botcazou <ebotcazou@adacore.com>
3304
3305 PR rtl-optimization/79032
3306 * lra-constraints.c (simplify_operand_subreg): In the MEM case, test
3307 the alignment of the adjusted memory reference against that of MODE,
3308 instead of the alignment of the original memory reference.
3309
3310 2017-01-11 Martin Jambor <mjambor@suse.cz>
3311
3312 * hsa.c (hsa_callable_function_p): Revert addition of DECL_ARTIFICIAL
3313 test.
3314 * ipa-hsa.c (process_hsa_functions): Only duplicate non-artificial
3315 decorated functions.
3316
3317 2017-01-11 Richard Biener <rguenther@suse.de>
3318
3319 * tree-vrp.c (evrp_dom_walker::before_dom_children): Also
3320 set range/nonnull info for PHI results. Do not set it on
3321 stmts marked for removal.
3322
3323 2017-01-10 Eric Botcazou <ebotcazou@adacore.com>
3324
3325 * expr.c (store_field): In the bitfield case, fetch the return value
3326 from the registers before applying a single big-endian adjustment.
3327 Always do a final load for a BLKmode value not larger than a word.
3328
3329 2017-01-10 David Malcolm <dmalcolm@redhat.com>
3330
3331 PR c++/77949
3332 * input.c (selftest::test_accessing_ordinary_linemaps): Verify
3333 that we correctly handle column numbers greater than
3334 LINE_MAP_MAX_COLUMN_NUMBER.
3335
3336 2017-01-10 Martin Sebor <msebor@redhat.com>
3337
3338 PR middle-end/78245
3339 * gimple-ssa-sprintf.c (get_destination_size): Call
3340 {init,fini}object_sizes.
3341 * tree-object-size.c (addr_object_size): Adjust.
3342 (pass_through_call): Adjust.
3343 (pass_object_sizes::execute): Adjust.
3344 * tree-object-size.h (fini_object_sizes): Declare.
3345
3346 2017-01-10 Martin Sebor <msebor@redhat.com>
3347
3348 PR tree-optimization/78775
3349 * builtins.c (get_size_range): Move...
3350 * calls.c: ...to here.
3351 (alloc_max_size): Accept zero argument.
3352 (operand_signed_p): Remove.
3353 (maybe_warn_alloc_args_overflow): Call get_size_range.
3354 * calls.h (get_size_range): Declare.
3355
3356 2017-01-10 Joe Seymour <joe.s@somniumtech.com>
3357
3358 * config/msp430/driver-msp430.c (msp430_mcu_data): Sync with data
3359 from TI's devices.csv file as of September 2016.
3360 * config/msp430/msp430.c (msp430_mcu_data): Likewise.
3361
3362 2017-01-10 Sandra Loosemore <sandra@codesourcery.com>
3363
3364 * doc/extend.texi: Tweak formatting to fix overfull hbox warnings.
3365 * doc/invoke.texi: Likewise.
3366 * doc/md.texi: Likewise.
3367 * doc/objc.texi: Likewise.
3368
3369 2017-01-10 Joshua Conner <joshconner@google.com>
3370
3371 * config/arm/fuchsia-elf.h: New file.
3372 * config/fuchsia.h: New file.
3373 * config.gcc (*-*-fuchsia*): Set native_system_header_dir.
3374 (aarch64*-*-fuchsia*, arm*-*-fuchsia*, x86_64-*-fuchsia*): Add to
3375 targets.
3376 * config.host: (aarch64*-*-fuchsia*, arm*-*-fuchsia*): Add to hosts.
3377
3378 2016-01-10 Richard Biener <rguenther@suse.de>
3379
3380 PR tree-optimization/79034
3381 * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
3382 Propagate out degenerate PHIs in the joiner.
3383
3384 2017-01-10 Martin Liska <mliska@suse.cz>
3385
3386 * ipa-icf.c (sort_sem_items_by_decl_uid): New function.
3387 (sort_congruence_classes_by_decl_uid): Likewise.
3388 (sort_congruence_class_groups_by_decl_uid): Likewise.
3389 (sem_item_optimizer::merge_classes): Sort class, groups in these
3390 classes and members in the groups by DECL_UID of declarations.
3391 This would make merge operations stable.
3392
3393 2017-01-10 Martin Liska <mliska@suse.cz>
3394
3395 * ipa-icf.c (sem_item_optimizer::sem_item_optimizer): Remove
3396 usage of m_classes_vec.
3397 (sem_item_optimizer::~sem_item_optimizer): Likewise.
3398 (sem_item_optimizer::get_group_by_hash): Likewise.
3399 (sem_item_optimizer::subdivide_classes_by_equality): Likewise.
3400 (sem_item_optimizer::subdivide_classes_by_sensitive_refs): Likewise.
3401 (sem_item_optimizer::verify_classes): Likewise.
3402 (sem_item_optimizer::process_cong_reduction): Likewise.
3403 (sem_item_optimizer::dump_cong_classes): Likewise.
3404 (sem_item_optimizer::merge_classes): Likewise.
3405 * ipa-icf.h (congruence_class_hash): Rename from
3406 congruence_class_group_hash. Remove declaration of m_classes_vec.
3407
3408 2017-01-10 Andrew Senkevich <andrew.senkevich@intel.com>
3409
3410 * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX512VPOPCNTDQ_SET,
3411 OPTION_MASK_ISA_AVX512VPOPCNTDQ_UNSET): New.
3412 * config.gcc: Add avx512vpopcntdqintrin.h.
3413 * config/i386/avx512vpopcntdqintrin.h: New.
3414 * config/i386/cpuid.h (bit_AVX512VPOPCNTDQ): New.
3415 * config/i386/i386-builtin-types.def: Add new types.
3416 * config/i386/i386-builtin.def (__builtin_ia32_vpopcountd_v16si,
3417 __builtin_ia32_vpopcountd_v16si_mask, __builtin_ia32_vpopcountq_v8di,
3418 __builtin_ia32_vpopcountq_v8di_mask): New.
3419 * config/i386/i386-c.c (ix86_target_macros_internal): Define
3420 __AVX512VPOPCNTDQ__.
3421 * config/i386/i386.c (ix86_target_string): Add -mavx512vpopcntdq.
3422 (PTA_AVX512VPOPCNTDQ): Define.
3423 * config/i386/i386.h (TARGET_AVX512VPOPCNTDQ,
3424 TARGET_AVX512VPOPCNTDQ_P): Define.
3425 * config/i386/i386.opt: Add mavx512vpopcntdq.
3426 * config/i386/immintrin.h: Include avx512vpopcntdqintrin.h.
3427 * config/i386/sse.md (define_insn "vpopcount<mode><mask_name>"): New.
3428
3429 2017-01-01 Jan Hubicka <hubicka@ucw.cz>
3430
3431 PR middle-end/77484
3432 * predict.def (PRED_CALL): Set to 67.
3433
3434 2017-01-09 Eric Botcazou <ebotcazou@adacore.com>
3435
3436 * expr.c (store_field): In the bitfield case, if the value comes from
3437 a function call and is of an aggregate type returned in registers, do
3438 not modify the field mode; extract the value in all cases if the mode
3439 is BLKmode and the size is not larger than a word.
3440
3441 2017-01-09 Dominique d'Humieres <dominiq@lps.ens.fr>
3442
3443 PR target/71017
3444 * config/i386/cpuid.h: Fix undefined behavior.
3445
3446 2017-01-04 Jeff Law <law@redhat.com>
3447
3448 PR tree-optimization/79007
3449 PR tree-optimization/67955
3450 * tree-ssa-alias.c (same_addr_size_stores_p): Only need to be
3451 conservative for pt.null when flag_non_call_exceptions is on.
3452
3453 2017-01-09 Jakub Jelinek <jakub@redhat.com>
3454
3455 PR translation/79019
3456 PR translation/79020
3457 * params.def (PARAM_INLINE_MIN_SPEEDUP,
3458 PARAM_IPA_CP_SINGLE_CALL_PENALTY,
3459 PARAM_USE_AFTER_SCOPE_DIRECT_EMISSION_THRESHOLD): Fix typos
3460 in descriptions.
3461 * config/avr/avr.opt (maccumulate-args): Likewise.
3462 * config/msp430/msp430.opt (mwarn-mcu): Likewise.
3463 * common.opt (freport-bug): Likewise.
3464 * cif-code.def (CIF_FINAL_ERROR): Likewise.
3465 * doc/invoke.texi (ipa-cp-single-call-penalty): Likewise.
3466 * config/s390/s390.c (s390_invalid_binary_op): Fix spelling in
3467 translatable string.
3468 * config/i386/i386.c (function_value_32): Likewise.
3469 * config/nios2/nios2.c (nios2_valid_target_attribute_rec): Likewise.
3470 * config/msp430/msp430.c (msp430_option_override, msp430_attr):
3471 Likewise.
3472 * config/msp430/driver-msp430.c (msp430_select_hwmult_lib): Likewise.
3473 * common/config/msp430/msp430-common.c (msp430_handle_option):
3474 Likewise.
3475 * symtab.c (symtab_node::verify_base): Likewise.
3476 * opts.c (set_debug_level): Likewise.
3477 * tree.c (verify_type_variant): Likewise. Fix typo in comment.
3478 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
3479 missing whitespace to translatable strings.
3480 * config/avr/avr.md (bswapsi2): Fix typo in comment.
3481 * config/sh/superh.h: Likewise.
3482 * config/i386/xopintrin.h: Likewise.
3483 * config/i386/znver1.md: Likewise.
3484 * config/rs6000/rs6000.c (struct rs6000_opt_mask): Likewise.
3485 * ipa-inline-analysis.c (compute_inline_parameters): Likewise.
3486 * double-int.h (struct double_int): Likewise.
3487 * double-int.c (div_and_round_double): Likewise.
3488 * wide-int.cc: Likewise.
3489 * tree-ssa.c (non_rewritable_mem_ref_base): Likewise.
3490 * tree-ssa-sccvn.c (vn_reference_lookup_3): Likewise.
3491 * cfgcleanup.c (crossjumps_occured): Renamed to ...
3492 (crossjumps_occurred): ... this.
3493 (try_crossjump_bb, try_head_merge_bb, try_optimize_cfg, cleanup_cfg):
3494 Adjust all uses.
3495
3496 PR tree-optimization/78899
3497 * tree-if-conv.c (version_loop_for_if_conversion): Instead of
3498 returning bool return struct loop *, NULL for failure and the new
3499 loop on success.
3500 (versionable_outer_loop_p): Don't version outer loop if it has
3501 dont_vectorized bit set.
3502 (tree_if_conversion): When versioning outer loop, ensure
3503 tree_if_conversion is performed also on the inner loop of the
3504 non-vectorizable outer loop copy.
3505 * tree-vectorizer.c (set_uid_loop_bbs): Formatting fix. Fold
3506 LOOP_VECTORIZED in inner loop of the scalar outer loop and
3507 prevent vectorization of it.
3508 (vectorize_loops): For outer + inner LOOP_VECTORIZED, ensure
3509 the outer loop vectorization of the non-scalar version is attempted
3510 before vectorization of the inner loop in scalar version. If
3511 outer LOOP_VECTORIZED guarded loop is not vectorized, prevent
3512 vectorization of its inner loop.
3513 * tree-vect-loop-manip.c (rename_variables_in_bb): If outer_loop
3514 has 2 inner loops, rename also on edges from bb whose single pred
3515 is outer_loop->header. Fix typo in function comment.
3516
3517 2017-01-09 Martin Sebor <msebor@redhat.com>
3518
3519 PR bootstrap/79033
3520 * asan.c (asan_emit_stack_protection): Increase local buffer size
3521 to avoid snprintf truncation warning.
3522
3523 2017-01-09 Andrew Pinski <apinski@cavium.com>
3524
3525 * config/aarch64/aarch64-cores.def: Add thunderx2t99. Change vulcan
3526 to reference thunderx2t99 for the tuning structure
3527 * config/aarch64/aarch64-cost-tables.h (vulcan_extra_costs):
3528 Rename to ...
3529 (thunderx2t99_extra_costs): This.
3530 * config/aarch64/aarch64-tune.md: Regenerate.
3531 * config/aarch64/aarch64.c (vulcan_addrcost_table): Rename to ...
3532 (vulcan_addrcost_table): This.
3533 (vulcan_regmove_cost): Rename to ...
3534 (thunderx2t99_regmove_cost): This.
3535 (vulcan_vector_cost): Rename to ...
3536 (thunderx2t99_vector_cost): this.
3537 (vulcan_branch_cost): Rename to ...
3538 (thunderx2t99_branch_cost): This.
3539 (vulcan_tunings): Rename to ...
3540 (thunderx2t99_tunings): This and s/vulcan/thunderx2t99 .
3541 * doc/invoke.texi (AARCH64/mtune): Add thunderx2t99.
3542
3543 2017-01-09 Martin Jambor <mjambor@suse.cz>
3544
3545 PR ipa/78365
3546 PR ipa/78599
3547 * ipa-prop.h (ipa_jump_func): Swap positions of vr_known and m_vr.
3548 * ipa-cp.c (ipa_vr_operation_and_type_effects): New function.
3549 (propagate_vr_accross_jump_function): Use the above function for all
3550 value range computations for pass-through jump functions and type
3551 converasion from explicit value range values.
3552 (ipcp_propagate_stage): Do not attempt to deduce types of formal
3553 parameters from TYPE_ARG_TYPES.
3554 * ipa-prop.c (ipa_write_jump_function): Remove trailing whitespace.
3555 (ipa_write_node_info): Stream type of the actual argument.
3556 (ipa_read_node_info): Likewise. Also remove trailing whitespace.
3557
3558 2017-01-09 Martin Liska <mliska@suse.cz>
3559
3560 PR pch/78970
3561 * gcc.c (driver_handle_option): Handle OPT_E and set have_E.
3562 (lookup_compiler): Do not show error message with have_E.
3563
3564 2017-01-09 Jakub Jelinek <jakub@redhat.com>
3565
3566 PR tree-optimization/78938
3567 * tree-vect-stmts.c (vectorizable_condition): For non-masked COND_EXPR
3568 where comp_vectype is VECTOR_BOOLEAN_TYPE_P, use
3569 BIT_{NOT,XOR,AND,IOR}_EXPR on the comparison operands instead of
3570 {EQ,NE,GE,GT,LE,LT}_EXPR directly inside of VEC_COND_EXPR. Formatting
3571 fixes.
3572
3573 2017-01-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3574
3575 * tree-ssa-address.c (gen_addr_rtx): Don't handle index if it
3576 is const0_rtx.
3577
3578 2017-01-09 Richard Biener <rguenther@suse.de>
3579
3580 PR tree-optimization/78997
3581 * tree-vect-slp.c (vect_mask_constant_operand_p): Handle SSA
3582 name condition properly.
3583
3584 2017-01-09 Richard Biener <rguenther@suse.de>
3585
3586 PR debug/79000
3587 * dwarf2out.c (is_cxx): New overload with context.
3588 (is_naming_typedef_decl): Use it.
3589
3590 2017-01-08 Sandra Loosemore <sandra@codesourcery.com>
3591
3592 * invoke.texi (Option Summary): Correct spacing in option lists
3593 and add line breaks to fix over-long lines.
3594
3595 2017-01-08 Sandra Loosemore <sandra@codesourcery.com>
3596
3597 PR middle-end/17660
3598
3599 * extend.texi (Common Variable Attributes): Add xref to GCC
3600 Internals manual to explain mode attribute keywords.
3601
3602 2017-01-08 Sandra Loosemore <sandra@codesourcery.com>
3603
3604 PR other/16519
3605 * doc/invoke.texi (Option Summary): Move -pthread to Linker Options
3606 and Preprocessor Options.
3607 (Options for Linking): Document -pthread here....
3608 (RS/6000 and PowerPC Options): ...not here.
3609 (Solaris 2 Options): ...or here.
3610 * doc/cppopts.texi: Document -pthread.
3611
3612 2017-01-08 Martin Sebor <msebor@redhat.com>
3613
3614 PR middle-end/77708
3615 * doc/invoke.texi (Warning Options): Document -Wformat-truncation.
3616 * gimple-ssa-sprintf.c (call_info::reval_used, call_info::warnopt):
3617 New member functions.
3618 (format_directive): Used them.
3619 (add_bytes): Same.
3620 (pass_sprintf_length::handle_gimple_call): Same.
3621 * graphite-sese-to-poly.c (tree_int_to_gmp): Increase buffer size
3622 to avoid truncation for any argument.
3623 (extract_affine_mul): Same.
3624 * tree.c (get_file_function_name): Same.
3625
3626 2017-01-01 Jan Hubicka <hubicka@ucw.cz>
3627
3628 PR middle-end/77484
3629 * predict.def (PRED_INDIR_CALL): Set to 86.
3630
3631 2017-01-07 Sandra Loosemore <sandra@codesourcery.com>
3632
3633 PR preprocessor/54124
3634 * doc/cppopts.texi: Reformat -d subtable to list the full name
3635 of the options. Add cross-reference to the docs for the general
3636 compiler -d options.
3637 * doc/invoke.texi (Developer Options): Add cross-reference to the
3638 preprocessor-specific -d option documentation.
3639
3640 2017-01-07 Sandra Loosemore <sandra@codesourcery.com>
3641
3642 PR preprocessor/13498
3643 * doc/cpp.texi (Search Path): Rewrite to remove obsolete and
3644 redudant material, and reflect new command-line options.
3645 (System Headers): Likewise.
3646
3647 2017-01-07 Sandra Loosemore <sandra@codesourcery.com>
3648
3649 * doc/cppdiropts.texi: Merge documentation of -I, -iquote,
3650 -isystem, and -idirafter. Copy-edit.
3651 * doc/cppopts.texi: Copy-edit. Remove contradiction about
3652 default for -ftrack-macro-expansion. Delete obsolete and
3653 badly-formatted implementation details about -fdebug-cpp output.
3654 * doc/cppwarnopts.texi: Copy-edit.
3655
3656 2017-01-07 David Malcolm <dmalcolm@redhat.com>
3657
3658 PR c++/72803
3659 * input.c (selftest::test_accessing_ordinary_linemaps): Verify
3660 that the transition from a max line width >= 1<<10 to narrower
3661 lines works correctly.
3662
3663 2017-01-07 Alexandre Oliva <aoliva@redhat.com>
3664
3665 * doc/options.texi (PerFunction): New.
3666 * opt-functions.awk (switch_flags): Map both Optimization and
3667 PerFunction to CL_OPTIMIZATION.
3668 * opth-gen.awk: Test for PerFunction flag along with
3669 Optimization.
3670 * optc-save-gen.awk: Likewise. Introduce var_opt_hash and set
3671 it only when the latter is present. Skip those that don't in
3672 the hash function generator.
3673 * common.opt (fvar-tracking): Mark as PerFunction instead of
3674 Optimization.
3675 (fvar-tracking-assignments): Likewise.
3676 (fvar-tracking-assignments-toggle): Likewise.
3677 (fvar-tracking-uninit): Likewise.
3678
3679 2017-01-07 Jakub Jelinek <jakub@redhat.com>
3680
3681 PR translation/79018
3682 * params.def (PARAM_MAX_STORES_TO_MERGE): Add missing space between
3683 the and store.
3684
3685 2017-01-06 Mikael Pettersson <mikpelinux@gmail.com>
3686
3687 PR target/57583
3688 * config/m68k/m68k.opt (LONG_JUMP_TABLE_OFFSETS): New option.
3689 * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Handle
3690 TARGET_LONG_JUMP_TABLE_OFFSETS.
3691 * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
3692 * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
3693 * config/m68k/m68k.h (CASE_VECTOR_MODE): Likewise.
3694 (ASM_OUTPUT_ADDR_DIFF_ELF): Likewise.
3695 * config/m68k/m68k.md (tablejump expander): Likewise.
3696 (*tablejump_pcrel_hi): Renamed from unnamed insn, reject
3697 TARGET_LONG_JUMP_TABLE_OFFSETS.
3698 (*tablejump_pcrel_si): New insn, handle TARGET_LONG_JUMP_TABLE_OFFSETS.
3699 * doc/invoke.texi (M68K options): Add -mlong-jump-table-offsets.
3700
3701 2017-01-06 Edgar E. Iglesias <edgar.iglesias@xilinx.com>
3702 David Holsgrove <david.holsgrove@xilinx.com>
3703
3704 * common/config/microblaze/microblaze-common.c
3705 (TARGET_EXCEPT_UNWIND_INFO): Remove.
3706 * config/microblaze/microblaze-protos.h (microblaze_eh_return):
3707 New prototype.
3708 * config/microblaze/microblaze.c (microblaze_must_save_register)
3709 (microblaze_expand_epilogue, microblaze_return_addr): Handle
3710 calls_eh_return.
3711 (microblaze_eh_return): New function.
3712 * config/microblaze/microblaze.h (RETURN_ADDR_OFFSET)
3713 (EH_RETURN_DATA_REGNO, MB_EH_STACKADJ_REGNUM)
3714 (EH_RETURN_STACKADJ_RTX, ASM_PREFERRED_EH_DATA_FORMAT): New macros.
3715 * config/microblaze/microblaze.md (eh_return): New pattern.
3716
3717 2017-01-06 Jakub Jelinek <jakub@redhat.com>
3718
3719 * system.h (GCC_DIAGNOSTIC_PUSH_IGNORED, GCC_DIAGNOSTIC_POP,
3720 GCC_DIAGNOSTIC_STRINGIFY): Define.
3721
3722 * read-rtl.c (rtx_reader::read_rtx_code): Avoid -Wsign-compare warning.
3723
3724 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
3725
3726 * config/arm/arm.md (<mcrr>): New.
3727 (<mrrc>): New.
3728 * config/arm/arm.c (arm_arch5te): New.
3729 (arm_option_override): Set arm_arch5te.
3730 (arm_coproc_builtin_available): Add support for mcrr, mcrr2, mrrc
3731 and mrrc2.
3732 * config/arm/arm-builtins.c (MCRR_QUALIFIERS): Define to...
3733 (arm_mcrr_qualifiers): ... this. New.
3734 (MRRC_QUALIFIERS): Define to...
3735 (arm_mrrc_qualifiers): ... this. New.
3736 * config/arm/arm_acle.h (__arm_mcrr, __arm_mcrr2, __arm_mrrc,
3737 __arm_mrrc2): New.
3738 * config/arm/arm_acle_builtins.def (mcrr, mcrr2, mrrc, mrrc2): New.
3739 * config/arm/iterators.md (MCRRI, mcrr, MCRR): New.
3740 (MRRCI, mrrc, MRRC): New.
3741 * config/arm/unspecs.md (VUNSPEC_MCRR, VUNSPEC_MCRR2, VUNSPEC_MRRC,
3742 VUNSPEC_MRRC2): New.
3743
3744 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
3745
3746 * config/arm/arm.md (<mcr>): New.
3747 (<mrc>): New.
3748 * config/arm/arm.c (arm_coproc_builtin_available): Add
3749 support for mcr, mrc, mcr2 and mrc2.
3750 * config/arm/arm-builtins.c (MCR_QUALIFIERS): Define to...
3751 (arm_mcr_qualifiers): ... this. New.
3752 (MRC_QUALIFIERS): Define to ...
3753 (arm_mrc_qualifiers): ... this. New.
3754 (MCR_QUALIFIERS): Define to ...
3755 (arm_mcr_qualifiers): ... this. New.
3756 * config/arm/arm_acle.h (__arm_mcr, __arm_mrc, __arm_mcr2,
3757 __arm_mrc2): New.
3758 * config/arm/arm_acle_builtins.def (mcr, mcr2, mrc, mrc2): New.
3759 * config/arm/iterators.md (MCRI, mcr, MCR, MRCI, mrc, MRC): New.
3760 * config/arm/unspecs.md (VUNSPEC_MCR, VUNSPEC_MCR2, VUNSPEC_MRC,
3761 VUNSPEC_MRC2): New.
3762
3763 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
3764
3765 * config/arm/arm.md (*ldc): New.
3766 (*stc): New.
3767 (<ldc>): New.
3768 (<stc>): New.
3769 * config/arm/arm.c (arm_coproc_builtin_available): Add
3770 support for ldc,ldcl,stc,stcl,ldc2,ldc2l,stc2 and stc2l.
3771 (arm_coproc_ldc_stc_legitimate_address): New.
3772 * config/arm/arm-builtins.c (arm_type_qualifiers): Add
3773 'qualifier_const_pointer'.
3774 (LDC_QUALIFIERS): Define to...
3775 (arm_ldc_qualifiers): ... this. New.
3776 (STC_QUALIFIERS): Define to...
3777 (arm_stc_qualifiers): ... this. New.
3778 * config/arm/arm-protos.h
3779 (arm_coproc_ldc_stc_legitimate_address): New.
3780 * config/arm/arm_acle.h (__arm_ldc, __arm_ldcl, __arm_stc,
3781 __arm_stcl, __arm_ldc2, __arm_ldc2l, __arm_stc2, __arm_stc2l): New.
3782 * config/arm/arm_acle_builtins.def (ldc, ldc2, ldcl, ldc2l, stc,
3783 stc2, stcl, stc2l): New.
3784 * config/arm/constraints.md (Uz): New.
3785 * config/arm/iterators.md (LDCI, STCI, ldc, stc, LDC STC): New.
3786 * config/arm/unspecs.md (VUNSPEC_LDC, VUNSPEC_LDC2, VUNSPEC_LDCL,
3787 VUNSPEC_LDC2L, VUNSPEC_STC, VUNSPEC_STC2, VUNSPEC_STCL,
3788 VUNSPEC_STC2L): New.
3789
3790 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
3791
3792 * config/arm/arm.md (<cdp>): New.
3793 * config/arm/arm.c (neon_const_bounds): Rename this ...
3794 (arm_const_bounds): ... this.
3795 (arm_coproc_builtin_available): New.
3796 * config/arm/arm-builtins.c (SIMD_MAX_BUILTIN_ARGS): Increase.
3797 (arm_type_qualifiers): Add 'qualifier_unsigned_immediate'.
3798 (CDP_QUALIFIERS): Define to...
3799 (arm_cdp_qualifiers): ... this. New.
3800 (void_UP): Define.
3801 (arm_expand_builtin_args): Add case for 6 arguments.
3802 * config/arm/arm-protos.h (neon_const_bounds): Rename this ...
3803 (arm_const_bounds): ... this.
3804 (arm_coproc_builtin_available): New.
3805 * config/arm/arm_acle.h (__arm_cdp): New.
3806 (__arm_cdp2): New.
3807 * config/arm/arm_acle_builtins.def (cdp): New.
3808 (cdp2): New.
3809 * config/arm/iterators.md (CDPI,CDP,cdp): New.
3810 * config/arm/neon.md: Rename all 'neon_const_bounds' to
3811 'arm_const_bounds'.
3812 * config/arm/types.md (coproc): New.
3813 * config/arm/unspecs.md (VUNSPEC_CDP, VUNSPEC_CDP2): New.
3814 * gcc/doc/extend.texi (ACLE): Add a mention of Coprocessor intrinsics.
3815 * gcc/doc/sourcebuild.texi (arm_coproc1_ok, arm_coproc2_ok,
3816 arm_coproc3_ok, arm_coproc4_ok): Document new effective targets.
3817
3818 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
3819
3820 * config/arm/arm-builtins.c (arm_unsigned_binop_qualifiers): New.
3821 (UBINOP_QUALIFIERS): New.
3822 (si_UP): Define.
3823 (acle_builtin_data): New. Change comment.
3824 (arm_builtins): Remove ARM_BUILTIN_CRC32B, ARM_BUILTIN_CRC32H,
3825 ARM_BUILTIN_CRC32W, ARM_BUILTIN_CRC32CB, ARM_BUILTIN_CRC32CH,
3826 ARM_BUILTIN_CRC32CW. Add ARM_BUILTIN_ACLE_BASE and include
3827 arm_acle_builtins.def.
3828 (ARM_BUILTIN_ACLE_PATTERN_START): Define.
3829 (arm_init_acle_builtins): New.
3830 (CRC32_BUILTIN): Remove.
3831 (bdesc_2arg): Remove entries for crc32b, crc32h, crc32w,
3832 crc32cb, crc32ch and crc32cw.
3833 (arm_init_crc32_builtins): Remove.
3834 (arm_init_builtins): Use arm_init_acle_builtins rather
3835 than arm_init_crc32_builtins.
3836 (arm_expand_acle_builtin): New.
3837 (arm_expand_builtin): Use 'arm_expand_acle_builtin'.
3838 * config/arm/arm_acle_builtins.def: New.
3839
3840 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
3841
3842 * config/arm/arm-builtins.c (neon_builtin_datum): Rename to ..
3843 (arm_builtin_datum): ... this.
3844 (arm_init_neon_builtin): Rename to ...
3845 (arm_init_builtin): ... this. Add a new parameters PREFIX
3846 and USE_SIG_IN_NAME.
3847 (arm_init_neon_builtins): Replace 'arm_init_neon_builtin' with
3848 'arm_init_builtin'. Replace type 'neon_builtin_datum' with
3849 'arm_builtin_datum'.
3850 (arm_init_vfp_builtins): Likewise.
3851 (builtin_arg): Rename enum's replacing 'NEON_ARG' with
3852 'ARG_BUILTIN' and add a 'ARG_BUILTIN_NEON_MEMORY.
3853 (arm_expand_neon_args): Rename to ...
3854 (arm_expand_builtin_args): ... this. Rename builtin_arg
3855 enum values and differentiate between ARG_BUILTIN_MEMORY
3856 and ARG_BUILTIN_NEON_MEMORY.
3857 (arm_expand_neon_builtin_1): Rename to ...
3858 (arm_expand_builtin_1): ... this. Rename builtin_arg enum
3859 values, arm_expand_builtin_args and add bool parameter NEON.
3860 (arm_expand_neon_builtin): Use arm_expand_builtin_1.
3861 (arm_expand_vfp_builtin): Likewise.
3862 (NEON_MAX_BUILTIN_ARGS): Remove, it was unused.
3863
3864 2017-01-01 Jan Hubicka <hubicka@ucw.cz>
3865
3866 PR middle-end/77484
3867 * predict.def (PRED_POLYMORPHIC_CALL): Set to 59.
3868 * predict.c (tree_estimate_probability_bb): Reverse direction of
3869 polymorphic call predictor.
3870
3871 2017-01-06 David Malcolm <dmalcolm@redhat.com>
3872
3873 * passes.c (execute_one_pass): Split out pass-skipping logic into...
3874 (determine_pass_name_match): ...this new function and...
3875 (should_skip_pass_p): ...this new function.
3876
3877 2017-01-06 Nathan Sidwell <nathan@acm.org>
3878
3879 * ipa-visibility.c (function_and_variable_visibility): Reformat
3880 comments and long lines. Remove extrneous if.
3881 * symtab.c (symtab_node::make_decl_local): Fix code format.
3882 (symtab_node::set_section_for_node): Fix comment typo.
3883
3884 2017-01-06 Martin Liska <mliska@suse.cz>
3885
3886 PR bootstrap/79003
3887 * lra-constraints.c: Rename invariant to lra_invariant.
3888 * predict.c (set_even_probabilities): Initialize e to NULL.
3889
3890 2017-01-05 Martin Sebor <msebor@redhat.com>
3891
3892 PR tree-optimization/78910
3893 * gimple-ssa-sprintf.c (tree_digits): Add an argument.
3894 (format_integer): Correct off-by-one error in the handling
3895 of precision with negative numbers in signed conversions..
3896
3897 2017-01-05 Eric Botcazou <ebotcazou@adacore.com>
3898
3899 * doc/invoke.texi (C Dialect Options): Adjust -fsso-struct entry.
3900
3901 2017-01-05 Jakub Jelinek <jakub@redhat.com>
3902
3903 PR tree-optimization/71016
3904 * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Pass cond_stmt to
3905 factor_out_conditional_conversion. Formatting fix.
3906 (factor_out_conditional_conversion): Add cond_stmt argument.
3907 If arg1 is INTEGER_CST, punt if new_arg0 is not any operand of
3908 cond_stmt and if arg0_def_stmt is not the only stmt in its bb.
3909 Formatting fix.
3910
3911 2017-01-05 David Malcolm <dmalcolm@redhat.com>
3912
3913 * Makefile.in (OBJS): Add read-md.o, read-rtl.o,
3914 read-rtl-function.o, and selftest-rtl.o.
3915 * config/aarch64/aarch64.c: Include selftest.h and selftest-rtl.h.
3916 (selftest::aarch64_test_loading_full_dump): New function.
3917 (selftest::aarch64_run_selftests): New function.
3918 (TARGET_RUN_TARGET_SELFTESTS): Wire it up to
3919 selftest::aarch64_run_selftests.
3920 * config/i386/i386.c
3921 (selftest::ix86_test_loading_dump_fragment_1): New function.
3922 (selftest::ix86_test_loading_call_insn): New function.
3923 (selftest::ix86_test_loading_full_dump): New function.
3924 (selftest::ix86_test_loading_unspec): New function.
3925 (selftest::ix86_run_selftests): Call the new functions.
3926 * emit-rtl.c (maybe_set_max_label_num): New function.
3927 * emit-rtl.h (maybe_set_max_label_num): New decl.
3928 * function.c (instantiate_decls): Guard call to
3929 instantiate_decls_1 with if (DECL_INITIAL (fndecl)).
3930 * function-tests.c (selftest::verify_three_block_rtl_cfg): Remove
3931 "static".
3932 * gensupport.c (gen_reader::gen_reader): Pass "false"
3933 for new "compact" param of rtx_reader.
3934 * print-rtl.c (rtx_writer::print_rtx_operand): Print "(nil)"
3935 rather than an empty string for NULL strings.
3936 * read-md.c: Potentially include config.h rather than bconfig.h.
3937 Wrap include of errors.h with #ifdef GENERATOR_FILE.
3938 (have_error): New global, copied from errors.c.
3939 (md_reader::read_name): Rename to...
3940 (md_reader::read_name_1): ...this, adding "out_loc" param,
3941 and converting "missing name or number" to returning false, rather
3942 than failing.
3943 (md_reader::read_name): Reimplement in terms of read_name_1.
3944 (md_reader::read_name_or_nil): New function.
3945 (md_reader::read_string): Handle "(nil)" by returning NULL.
3946 (md_reader::md_reader): Add new param "compact".
3947 (md_reader::read_md_files): Wrap with #ifdef GENERATOR_FILE.
3948 (md_reader::read_file): New method.
3949 * read-md.h (md_reader::md_reader): Add new param "compact".
3950 (md_reader::read_file): New method.
3951 (md_reader::is_compact): New accessor.
3952 (md_reader::read_name): Convert return type from void to file_location.
3953 (md_reader::read_name_or_nil): New decl.
3954 (md_reader::read_name_1): New decl.
3955 (md_reader::m_compact): New field.
3956 (noop_reader::noop_reader): Pass "false" for new "compact" param
3957 of rtx_reader.
3958 (rtx_reader::rtx_reader): Add new "compact" param.
3959 (rtx_reader::read_rtx_operand): Make virtual and convert return
3960 type from void to rtx.
3961 (rtx_reader::read_until): New decl.
3962 (rtx_reader::handle_any_trailing_information): New virtual function.
3963 (rtx_reader::postprocess): New virtual function.
3964 (rtx_reader::finalize_string): New virtual function.
3965 (rtx_reader::m_in_call_function_usage): New field.
3966 (rtx_reader::m_reuse_rtx_by_id): New field.
3967 * read-rtl-function.c: New file.
3968 * selftest-rtl.c (selftest::assert_rtx_ptr_eq_at): New function.
3969 * selftest-rtl.h (ASSERT_RTX_PTR_EQ): New macro.
3970 (selftest::verify_three_block_rtl_cfg): New decl.
3971 * read-rtl-function.h: New file.
3972 * read-rtl.c: Potentially include config.h rather than bconfig.h.
3973 For host, include function.h, memmodel.h, and emit-rtl.h.
3974 (one_time_initialization): New function.
3975 (struct compact_insn_name): New struct.
3976 (compact_insn_names): New array.
3977 (find_code): Handle insn codes in compact dumps.
3978 (apply_subst_iterator): Wrap with #ifdef GENERATOR_FILE.
3979 (bind_subst_iter_and_attr): Likewise.
3980 (add_condition_to_string): Likewise.
3981 (add_condition_to_rtx): Likewise.
3982 (apply_attribute_uses): Likewise.
3983 (add_current_iterators): Likewise.
3984 (apply_iterators): Likewise.
3985 (initialize_iterators): Guard usage of apply_subst_iterator with
3986 #ifdef GENERATOR_FILE.
3987 (read_conditions): Wrap with #ifdef GENERATOR_FILE.
3988 (md_reader::read_mapping): Likewise.
3989 (add_define_attr_for_define_subst): Likewise.
3990 (add_define_subst_attr): Likewise.
3991 (read_subst_mapping): Likewise.
3992 (check_code_iterator): Likewise.
3993 (rtx_reader::read_rtx): Likewise. Move one-time initialization
3994 logic to...
3995 (one_time_initialization): New function.
3996 (rtx_reader::read_until): New method.
3997 (read_flags): New function.
3998 (parse_reg_note_name): New function.
3999 (rtx_reader::read_rtx_code): Initialize "iterator" to NULL.
4000 Handle reuse_rtx ids.
4001 Wrap iterator lookup within #ifdef GENERATOR_FILE.
4002 Add parsing support for RTL dumps, mirroring the special-cases in
4003 print_rtx, by calling read_flags, reading REG_NOTE names, INSN_UID
4004 values, and calling handle_any_trailing_information.
4005 (rtx_reader::read_rtx_operand): Convert return type from void
4006 to rtx, returning return_rtx. Handle case 'e'. Call
4007 finalize_string on XSTR and XTMPL fields.
4008 (rtx_reader::read_nested_rtx): Handle dumps in which trailing
4009 "(nil)" values were omitted. Call the postprocess vfunc on the
4010 return_rtx.
4011 (rtx_reader::rtx_reader): Add new "compact" param and pass to base
4012 class ctor. Initialize m_in_call_function_usage. Call
4013 one_time_initialization.
4014 * rtl-tests.c (selftest::test_uncond_jump): Call
4015 set_new_first_and_last_insn.
4016 * rtl.h (read_rtx): Wrap decl with #ifdef GENERATOR_FILE.
4017 * selftest-rtl.c: New file.
4018 * selftest-rtl.h (class selftest::rtl_dump_test): New class.
4019 (selftest::get_insn_by_uid): New decl.
4020 * selftest-run-tests.c (selftest::run_tests): Call
4021 read_rtl_function_c_tests.
4022 * selftest.h (selftest::read_rtl_function_c_tests): New decl.
4023 * tree-dfa.c (ssa_default_def): Return NULL_TREE for rtl function
4024 dumps.
4025
4026 2017-01-05 Uros Bizjak <ubizjak@gmail.com>
4027
4028 * config/i386/i386.md (*testqi_ext_3): No need to handle memory
4029 operands in a special way. Assert that pos+len <= mode precision.
4030
4031 2017-01-05 Jakub Jelinek <jakub@redhat.com>
4032
4033 * common.opt (fvect-cost-model): Remove RejectNegative flag, use
4034 3 argument Alias with unlimited for the negative form.
4035 (fno-vect-cost-model): Removed.
4036
4037 2017-01-05 Martin Liska <mliska@suse.cz>
4038
4039 * hsa-gen.c (gen_hsa_divmod): New function.
4040 (gen_hsa_insn_for_internal_fn_call): Use the function for IFN_DIVMOD.
4041
4042 2017-01-05 Martin Liska <mliska@suse.cz>
4043
4044 PR pch/78970
4045 * gcc.c (lookup_compiler): Reject '-' filename for a precompiled
4046 header.
4047
4048 2017-01-05 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
4049
4050 * config/s390/s390.c (s390_expand_setmem): Unroll the loop for
4051 small constant length operands.
4052
4053 2017-01-05 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
4054
4055 * config/s390/s390.c (s390_expand_setmem): Avoid overlapping bytes
4056 between loop iterations.
4057
4058 2017-01-05 Martin Liska <mliska@suse.cz>
4059
4060 PR sanitizer/78815
4061 * gimplify.c (gimplify_decl_expr): Compare to
4062 asan_poisoned_variables instread of checking flags.
4063 (gimplify_target_expr): Likewise.
4064 (gimplify_expr): Likewise.
4065 (gimplify_function_tree): Conditionally initialize
4066 asan_poisoned_variables.
4067
4068 2017-01-04 Jeff Law <law@redhat.com>
4069
4070 PR tree-optimizatin/78812
4071 * rtl.h (contains_mem_rtx_p): Prototype.
4072 * ifcvt.c (containts_mem_rtx_p): Move from here to...
4073 * rtlanal.c (contains_mem_rtx_p): Here and remove static linkage.
4074 * gcse.c (prune_expressions): Use contains_mem_rtx_p to discover
4075 and prune MEMs that are not at the toplevel of a SET_SRC rtx. Look
4076 through ZERO_EXTEND and SIGN_EXTEND when trying to avoid pruning MEMs.
4077
4078 2017-01-04 Alexandre Oliva <aoliva@redhat.com>
4079
4080 * input.c (assert_char_at_range): Default-initialize actual_range.
4081
4082 2017-01-04 Alexandre Oliva <aoliva@redhat.com>
4083
4084 * df-scan.c (df_ref_create_structure): Make regno unsigned,
4085 to match the caller.
4086
4087 2017-01-04 Alexandre Oliva <aoliva@redhat.com>
4088
4089 * cfgexpand.c (expand_gimple_basic_block): Disregard debug
4090 insns after final jump in test to emit dummy move.
4091
4092 2017-01-04 Alexandre Oliva <aoliva@redhat.com>
4093
4094 * gimple-iterator.h (gsi_one_nondebug_before_end_p): New.
4095 * tree-eh.c (cleanup_empty_eh): Skip more debug stmts.
4096
4097 2017-01-04 Alexandre Oliva <aoliva@redhat.com>
4098
4099 * multiple_target.c (create_dispatcher_calls): Init e_next.
4100 * tree-ssa-loop-split.c (split_loop): Init border.
4101 * tree-vect-loop.c (vect_determine_vectorization_factor): Init
4102 scalar_type.
4103
4104 2017-01-04 Michael Meissner <meissner@linux.vnet.ibm.com>
4105
4106 PR target/71977
4107 PR target/70568
4108 PR target/78823
4109 * config/rs6000/predicates.md (sf_subreg_operand): New predicate.
4110 (altivec_register_operand): Do not return true if the operand
4111 contains a SUBREG mixing SImode and SFmode.
4112 (vsx_register_operand): Likewise.
4113 (vsx_reg_sfsubreg_ok): New predicate.
4114 (vfloat_operand): Do not return true if the operand contains a
4115 SUBREG mixing SImode and SFmode.
4116 (vint_operand): Likewise.
4117 (vlogical_operand): Likewise.
4118 (gpc_reg_operand): Likewise.
4119 (int_reg_operand): Likewise.
4120 * config/rs6000/rs6000-protos.h (valid_sf_si_move): Add declaration.
4121 * config/rs6000/rs6000.c (valid_sf_si_move): New function to
4122 determine if a MOVSI or MOVSF operation contains SUBREGs that mix
4123 SImode and SFmode.
4124 (rs6000_emit_move_si_sf_subreg): New helper function.
4125 (rs6000_emit_move): Call rs6000_emit_move_si_sf_subreg to possbily
4126 fixup SUBREGs involving SImode and SFmode.
4127 * config/rs6000/vsx.md (SFBOOL_*): New constants that are operand
4128 numbers for the new peephole2 optimization.
4129 (peephole2 for SFmode unions): New peephole2 to optimize cases in
4130 the GLIBC math library that do AND/IOR/XOR operations on single
4131 precision floating point.
4132 * config/rs6000/rs6000.h (TARGET_NO_SF_SUBREG): New internal
4133 target macros to say whether we need to avoid SUBREGs mixing
4134 SImode and SFmode.
4135 (TARGET_ALLOW_SF_SUBREG): Likewise.
4136 * config/rs6000/rs6000.md (UNSPEC_SF_FROM_SI): New unspecs.
4137 (UNSPEC_SI_FROM_SF): Likewise.
4138 (iorxor): Change spacing.
4139 (and_ior_xor): New iterator for AND, IOR, and XOR.
4140 (movsi_from_sf): New insns for SImode/SFmode SUBREG support.
4141 (movdi_from_sf_zero_ext): Likewise.
4142 (mov<mode>_hardfloat, FMOVE32 iterator): Use register_operand
4143 instead of gpc_reg_operand. Add SImode/SFmode SUBREG support.
4144 (movsf_from_si): New insn for SImode/SFmode SUBREG support.
4145 (fma<mode>4): Use gpc_reg_operand instead of register_operand.
4146 (fms<mode>4): Likewise.
4147 (fnma<mode>4): Likewise.
4148 (fnms<mode>4): Likewise.
4149 (nfma<mode>4): Likewise.
4150 (nfms<mode>4): Likewise.
4151
4152 2017-01-04 Marek Polacek <polacek@redhat.com>
4153
4154 PR c++/64767
4155 * doc/invoke.texi: Document -Wpointer-compare.
4156
4157 2017-01-04 Jakub Jelinek <jakub@redhat.com>
4158
4159 * optc-gen.awk: Emit #error for -W*/-f*/-m* Enum without
4160 RejectNegative.
4161
4162 * dwarf2out.c (output_loc_list): Don't throw away 64K+ location
4163 descriptions for -gdwarf-5 and emit them as uleb128 instead of
4164 2-byte data.
4165
4166 2017-01-04 Kelvin Nilsen <kelvin@gcc.gnu.org>
4167
4168 PR target/78056
4169 * doc/sourcebuild.texi (PowerPC-specific attributes): Add
4170 documentation of the powerpc_popcntb_ok attribute.
4171 * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
4172 code to issue warning messages if a requested CPU configuration is
4173 not supported by the binary (assembler and loader) toolchain.
4174 (spe_init_builtins): Add two assertions to prevent ICE if attempt is
4175 made to define a built-in function that has been disabled.
4176 (paired_init_builtins): Add assertion to prevent ICE if attempt is
4177 made to define a built-in function that has been disabled.
4178 (altivec_init_builtins): Add comment explaining why definition
4179 of the DST built-in functions is not preceded by an assertion
4180 check. Add assertions to prevent ICE if attempts are made to
4181 define an altivec predicate or an abs* built-in function that has
4182 been disabled.
4183 (htm_init_builtins): Add comment explaining why definition of the
4184 htm built-in functions is not preceded by an assertion check.
4185
4186 2017-01-04 Jeff Law <law@redhat.com>
4187
4188 PR tree-optimizatin/67955
4189 * tree-ssa-alias.c (same_addr_size_stores_p): Check offsets first.
4190 Allow any SSA_VAR_P as the base objects. Use integer_zerop. Verify
4191 the points-to solution does not include pt_null. Use DECL_PT_UID
4192 unconditionally.
4193
4194 2017-01-04 Uros Bizjak <ubizjak@gmail.com>
4195
4196 * config/i386/i386.md (HI/SImode test with imm to QImode splitters):
4197 Use gen_int_mode instead of gen_lopwart for const_int operands.
4198
4199 2017-01-04 Jakub Jelinek <jakub@redhat.com>
4200
4201 PR tree-optimization/71563
4202 * match.pd: Simplify X << Y into X if Y is known to be 0 or
4203 out of range value - has low bits known to be zero.
4204
4205 2017-01-04 Alan Modra <amodra@gmail.com>
4206
4207 * Makefile.in (aclocal_deps): Update and order as per aclocal.m4.
4208 * configure: Regenerate.
4209 * config.in: Regenerate.
4210
4211 2017-01-04 Jakub Jelinek <jakub@redhat.com>
4212
4213 PR bootstrap/77569
4214 * input.c (ebcdic_execution_charset::on_error): Don't use strstr for
4215 a substring of the message, but strcmp with the whole message. Ifdef
4216 ENABLE_NLS, translate the message first using dgettext.
4217
4218 2017-01-03 Jeff Law <law@redhat.com>
4219
4220 PR tree-optimizatin/78856
4221 * tree-ssa-threadupdate.c: Include tree-vectorizer.h.
4222 (mark_threaded_blocks): Remove code to truncate thread paths that
4223 cross multiple loop headers. Instead invalidate the cached loop
4224 iteration information and handle case of a thread path walking
4225 into an irreducible region.
4226
4227 2017-01-03 Michael Meissner <meissner@linux.vnet.ibm.com>
4228
4229 PR target/78900
4230 * config/rs6000/rs6000.c (rs6000_split_signbit): Change some
4231 assertions. Add support for doing the signbit if the IEEE 128-bit
4232 floating point value is in a GPR.
4233 * config/rs6000/rs6000.md (Fsignbit): Delete.
4234 (signbit<mode>2_dm): Delete using <Fsignbit> and just use "wa".
4235 Update the length attribute if the value is in a GPR.
4236 (signbit<mode>2_dm_<su>ext): Add combiner pattern to eliminate
4237 the sign or zero extension instruction, since the value is always 0/1.
4238 (signbit<mode>2_dm2): Delete using <Fsignbit>.
4239
4240 PR target/78953
4241 * config/rs6000/vsx.md (vsx_extract_<mode>_store_p9): If we are
4242 extracting SImode to a GPR register so that we can generate a
4243 store, limit the vector to be in a traditional Altivec register
4244 for the vextuwrx instruction.
4245
4246 2017-01-03 Ian Lance Taylor <iant@google.com>
4247
4248 * godump.c (go_format_type): Treat ENUMERAL_TYPE like INTEGER_TYPE.
4249
4250 2017-01-03 Martin Sebor <msebor@redhat.com>
4251
4252 PR tree-optimization/78696
4253 * gimple-ssa-sprintf.c (format_floating): Correct handling of
4254 precision. Use MPFR for %f for greater fidelity. Correct handling
4255 of %g.
4256 (pass_sprintf_length::compute_format_length): Set width and precision
4257 specified by asrerisk to void_node for vararg functions.
4258 (try_substitute_return_value): Adjust dump output.
4259
4260 2017-01-03 David Edelsohn <dje.gcc@gmail.com>
4261
4262 * doc/invoke.texi (RS6000 options): LRA is enabled by default.
4263
4264 2017-01-03 Eric Botcazou <ebotcazou@adacore.com>
4265
4266 * doc/invoke.texi (SPARC options): Document -mlra as the default.
4267 * config/sparc/sparc.c (sparc_option_override): Force LRA unless
4268 -mlra/-mno-lra was passed to the compiler.
4269
4270 2017-01-03 James Cowgill <James.Cowgill@imgtec.com>
4271
4272 PR rtl-optimization/65618
4273 * emit-rtl.c (try_split): Move initialization of "before" and
4274 "after" to just before the call to emit_insn_after_setloc.
4275
4276 2017-01-03 Gerald Pfeifer <gerald@pfeifer.com>
4277
4278 * doc/md.texi (Standard Names): Remove reference to Java frontend.
4279
4280 2017-01-03 Pierre-Marie de Rodat <derodat@adacore.com>
4281
4282 * dwarf2out.c (gen_enumeration_type_die): When
4283 -gno-strict-dwarf, add a DW_AT_encoding attribute.
4284
4285 2017-01-03 Jakub Jelinek <jakub@redhat.com>
4286
4287 PR tree-optimization/78965
4288 * gimple-ssa-sprintf.c (pass_sprintf_length::compute_format_length):
4289 Change first argument from const call_info & to call_info &. For %n
4290 set info.nowrite to false.
4291
4292 PR middle-end/78901
4293 * gimple-ssa-sprintf.c (try_substitute_return_value): Don't change
4294 possibly throwing calls.
4295
4296 * genmatch.c (dt_node::gen_kids_1): If generic_exprs include SSA_NAME
4297 and exprs_len || fns_len, emit the code for SSA_NAME next to the exprs
4298 and fns handling, rather than in a separate case SSA_NAME.
4299
4300 2017-01-02 Jeff Law <law@redhat.com>
4301
4302 * config/darwin-driver.c (darwin_driver_init): Const-correctness
4303 fixes for first_period and second_period variables.
4304
4305 2017-01-02 Uros Bizjak <ubizjak@gmail.com>
4306
4307 PR target/78967
4308 * config/i386/i386.md (UNSPEC_NOREX_MEM): New unspec.
4309 (*insvqi_1): New insn pattern.
4310 (*insvqi_1_mem_rex64): Ditto.
4311 (*insvqi_2): Ditto.
4312 (*insvqi_3): Rename from *insvqi.
4313
4314 (*extzvqi_mem_rex64): Add UNSPEC_NOREX_MEM tag.
4315
4316 2017-01-02 Gerald Pfeifer <gerald@pfeifer.com>
4317
4318 * doc/cfg.texi (Edges): Remove reference to Java.
4319 (Maintaining the CFG): Ditto.
4320
4321 2017-01-01 Jan Hubicka <hubicka@ucw.cz>
4322
4323 PR middle-end/77674
4324 * symtab.c (symtab_node::binds_to_current_def_p): Fix handling of
4325 transparent aliases.
4326
4327 2017-01-01 Jan Hubicka <hubicka@ucw.cz>
4328
4329 PR middle-end/77484
4330 * predict.def (PRED_CALL): Update hitrate.
4331 (PRED_INDIR_CALL, PRED_POLYMORPHIC_CALL): New predictors.
4332 * predict.c (tree_estimate_probability_bb): Split CALL predictor
4333 into direct/indirect/polymorphic variants.
4334
4335 2017-01-01 Jakub Jelinek <jakub@redhat.com>
4336
4337 Update copyright years.
4338
4339 * gcc.c (process_command): Update copyright notice dates.
4340 * gcov-dump.c (print_version): Ditto.
4341 * gcov.c (print_version): Ditto.
4342 * gcov-tool.c (print_version): Ditto.
4343 * gengtype.c (create_file): Ditto.
4344 * doc/cpp.texi: Bump @copying's copyright year.
4345 * doc/cppinternals.texi: Ditto.
4346 * doc/gcc.texi: Ditto.
4347 * doc/gccint.texi: Ditto.
4348 * doc/gcov.texi: Ditto.
4349 * doc/install.texi: Ditto.
4350 * doc/invoke.texi: Ditto.
4351 \f
4352 Copyright (C) 2017 Free Software Foundation, Inc.
4353
4354 Copying and distribution of this file, with or without modification,
4355 are permitted in any medium without royalty provided the copyright
4356 notice and this notice are preserved.