cf7edfd02528f7834e3dec7a5e36badaf5d16ecc
[gcc.git] / gcc / ChangeLog
1 2017-05-30 Richard Biener <rguenther@suse.de>
2
3 PR middle-end/80876
4 * cfgexpand.c (expand_gimple_cond): Fixup preserving loops again.
5
6 2017-05-30 Martin Liska <mliska@suse.cz>
7
8 * dumpfile.c: Use newly added macro DUMP_FILE_INFO.
9 * dumpfile.h (struct dump_file_info): Remove ctors.
10
11 2017-05-30 Martin Liska <mliska@suse.cz>
12
13 * predict.def: Fix GNU coding style.
14
15 2017-05-29 Max Filippov <jcmvbkbc@gmail.com>
16
17 * config/xtensa/xtensa.c (xtensa_initial_elimination_offset):
18 Mark 'to' argument with ATTRIBUTE_UNUSED.
19
20 2017-05-29 Max Filippov <jcmvbkbc@gmail.com>
21
22 * config/xtensa/xtensa.c (xtensa_emit_call): Use
23 HOST_WIDE_INT_PRINT_HEX instead of 0x%lx format string.
24 (print_operand): Use HOST_WIDE_INT_PRINT_DEC instead of %ld
25 format string.
26
27 2017-05-29 Eric Botcazou <ebotcazou@adacore.com>
28
29 * doc/install.texi (Options specification): Restore entry of
30 --enable-sjlj-exceptions.
31
32 2017-05-27 Michael Eager <eager@eagercon.com>
33
34 Revert:
35 2016-01-21 Ajit Agarwal <ajitkum@xilinx.com>
36
37 See https://gcc.gnu.org/ml/gcc/2017-05/msg00221.html.
38
39 * config/microblaze/microblaze.h
40 (FIXED_REGISTERS): Update in macro.
41 (CALL_USED_REGISTERS): Update in macro.
42
43 2017-05-27 François-Xavier Coudett <fxcoudert@gcc.gnu.org>
44
45 * doc/install.texi: Add links to macOS binary distributions.
46
47 2017-05-27 Jakub Jelinek <jakub@redhat.com>
48
49 PR bootstrap/80887
50 Revert:
51 2017-05-25 Marc Glisse <marc.glisse@inria.fr>
52
53 * match.pd ((A +- CST1) +- CST2): Allow some conversions.
54
55 2017-05-26 Martin Liska <mliska@suse.cz>
56
57 * dumpfile.h (enum dump_kind): Renumber TDF_* flags to be contiguous.
58
59 2017-05-26 Martin Liska <mliska@suse.cz>
60
61 * cfg.c (check_bb_profile): Do not use TDF_COMMENT and print
62 always leading ';; '.
63 (dump_bb_info): Likewise.
64 (brief_dump_cfg): Likewise.
65 * cfgrtl.c (print_rtl_with_bb): Do not use TDF_COMMENT.
66 * dumpfile.c: Remove usage of TDF_VERBOSE.
67 * dumpfile.h (enum dump_kind): Likewise.
68 (dump_gimple_bb_header): Do not use TDF_COMMENT.
69 * print-tree.c (debug_verbose): Remove.
70 * tree-cfg.c (gimple_dump_cfg): Do not use TDF_COMMENT.
71 (dump_function_to_file): Remove dumps guarded with TDF_VERBOSE.
72 * tree-diagnostic.c (default_tree_printer): Replace
73 TDF_DIAGNOSTIC with TDF_SLIM.
74
75 2017-05-26 Bin Cheng <bin.cheng@arm.com>
76
77 * tree-vect-loop-manip.c (create_intersect_range_checks_index): Pass
78 in parameter loop, rather than loop_vinfo.
79 (create_intersect_range_checks): Ditto.
80 (vect_create_cond_for_alias_checks): Update call to above functions.
81
82 2017-05-26 Bin Cheng <bin.cheng@arm.com>
83
84 PR tree-optimization/80815
85 * tree-data-ref.c (prune_runtime_alias_test_list): Simplify condition
86 for merging runtime alias checks. Handle negative DR_STEPs.
87
88 2017-05-26 Bin Cheng <bin.cheng@arm.com>
89
90 * tree-vect-data-refs.c (Operator==, comp_dr_with_seg_len_pair):
91 Move from ...
92 * tree-data-ref.c (Operator==, comp_dr_with_seg_len_pair): To here.
93 * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list): Factor
94 out code pruning runtime alias checks.
95 * tree-data-ref.c (prune_runtime_alias_test_list): New function
96 factored out from above.
97 * tree-vectorizer.h (struct dr_with_seg_len, dr_with_seg_len_pair_t):
98 Move from ...
99 * tree-data-ref.h (struct dr_with_seg_len, dr_with_seg_len_pair_t):
100 ... to here.
101 (prune_runtime_alias_test_list): New decalaration.
102
103 2017-05-26 Bin Cheng <bin.cheng@arm.com>
104
105 * tree-vect-data-refs.c (compare_tree): Rename and move ...
106 * tree-data-ref.c (data_ref_compare_tree): ... to here.
107 * tree-data-ref.h (data_ref_compare_tree): New decalaration.
108 * tree-vect-data-refs.c (dr_group_sort_cmp): Update uses.
109 (operator==, comp_dr_with_seg_len_pair): Ditto.
110 (vect_prune_runtime_alias_test_list): Ditto.
111
112 2017-05-26 Martin Liska <mliska@suse.cz>
113
114 PR ipa/80663
115 * params.def: Bound partial-inlining-entry-probability param.
116
117 2017-05-26 Marek Polacek <polacek@redhat.com>
118
119 PR sanitizer/80875
120 * fold-const.c (fold_binary_loc) <case MULT_EXPR>: Check if OP1
121 can be negated.
122
123 2017-05-26 Richard Biener <rguenther@suse.de>
124
125 PR tree-optimization/80842
126 * tree-ssa-ccp.c (set_lattice_value): Always meet with the old
127 value.
128
129 2017-05-26 Richard Biener <rguenther@suse.de>
130
131 PR tree-optimization/80844
132 * tree-vectorizer.c (adjust_simduid_builtins): Propagate
133 results.
134
135 2017-05-25 Sebastian Peryt <sebastian.peryt@intel.com>
136
137 * doc/md.texi (Machine Constraints): Update x86 family
138 machine constraints section to match 'config/i386/constraints.md'.
139
140 2017-05-25 Volker Reichelt <v.reichelt@netcologne.de>
141
142 * doc/invoke.texi (-Wcatch-value=): Document new warning option.
143
144 2017-05-25 Nathan Sidwell <nathan@acm.org>
145
146 * doc/invoke.texi (--enable-languages): Update documentation.
147
148 2017-05-25 Martin Liska <mliska@suse.cz>
149
150 * dumpfile.c: Add TDF_FOLDING.
151 * dumpfile.h (enum dump_kind): Likewise.
152 * genmatch.c (dt_simplify::gen_1): Use it.
153
154 2017-05-25 Marc Glisse <marc.glisse@inria.fr>
155
156 * match.pd (view_convert (convert@0 @1)): Handle zero-extension.
157
158 2017-05-25 Marc Glisse <marc.glisse@inria.fr>
159
160 * match.pd ((A +- CST1) +- CST2): Allow some conversions.
161 * tree.c (drop_tree_overflow): Handle COMPLEX_CST and VECTOR_CST.
162
163 2017-05-25 Marc Glisse <marc.glisse@inria.fr>
164
165 * fold-const.c (fold_binary_loc) [(A & C) == D]: Remove transformation.
166 * match.pd (X == C): Rewrite it here.
167 (with_possible_nonzero_bits, with_possible_nonzero_bits2,
168 with_certain_nonzero_bits2): New predicates.
169 * tree-ssanames.c (get_nonzero_bits): Handle INTEGER_CST.
170
171 2017-05-24 Nathan Sidwell <nathan@acm.org>
172
173 * lto-streamer-in.c (lto_input_data_block): Adjust T const cast to
174 avoid warning.
175
176 * auto-profile.c (afdo_propagate): Adjust T const cast to avoid
177 warning.
178
179 2017-05-24 Segher Boessenkool <segher@kernel.crashing.org>
180
181 * config/powerpcspe: New port. Files are copied from the rs6000
182 port, with "rs6000" in filenames replaced by "powerpcspe".
183
184 2017-05-24 Wilco Dijkstra <wdijkstr@arm.com>
185
186 PR rtl-optimization/80754
187 * lra-remat.c (do_remat): Add overlap checks for dst_regno.
188
189 2017-05-24 Sheldon Lobo <smlobo@sheldon.us.oracle.com>
190
191 * config/sparc/sparc.md (length): Return the correct value for -mflat
192 sibcalls to match output_sibcall.
193
194 2017-05-24 Segher Boessenkool <segher@kernel.crashing.org>
195
196 PR bootstrap/80860
197 PR bootstrap/80843
198 * config/rs6000/rs6000.c (struct machine_function): Add new field
199 n_components.
200 (rs6000_get_separate_components): Init that field, use it.
201 (rs6000_components_for_bb): Use the field.
202
203 2017-05-24 Thomas Preud'homme <thomas.preudhomme@arm.com>
204
205 * config/arm/arm.c (arm_expand_prologue): Fix typo in comment.
206
207 2017-05-24 Peter Bergner <bergner@vnet.ibm.com>
208
209 PR middle-end/80823
210 * tree-cfg.c (group_case_labels_stmt): Delete increment of "i";
211
212 2017-05-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
213
214 PR target/80725
215 * config/s390/s390.c (s390_check_qrst_address): Check incoming
216 address against address_operand predicate.
217 * config/s390/s390.md ("*indirect_jump"): Swap alternatives.
218
219 2017-05-24 Eric Botcazou <ebotcazou@adacore.com>
220
221 * var-tracking.c (track_expr_p): Do not return 0 for tracked record
222 parameters passed indirectly.
223
224 2017-05-23 Uros Bizjak <ubizjak@gmail.com>
225
226 * config/i386/i386.md (*movdi_internal): Remove SSE4
227 alternative 18 (?r, *v). Update insn attributes.
228 (*movsi_internal): Remove SSE4 alternative 13 (?r, *v).
229 Update insn attributes.
230 (*zero_extendsidi2): Remove SSE4 alternative (?r, *x).
231 Update insn attributes.
232 * config/i386/sse.md (vec_extract<ssevecmodelower>_0): Remove SSE4
233 alternative 1 (r, v). Remove isa attribute.
234 * config/i386/i386.c (dimode_scalar_chain::make_vector_copies):
235 Always move value through stack for !TARGET_INTER_UNIT_MOVES_TO_VEC
236 and !TARGET_INTER_UNIT_MOVES_TO_VEC targets.
237
238 2017-05-23 Tom de Vries <tom@codesourcery.com>
239
240 * doc/sourcebuild.texi (Directives, Verify compiler message): Document
241 dg-line directive.
242
243 2017-05-23 Jan Hubicka <hubicka@ucw.cz>
244
245 * cgraphunit.c (symbol_table::process_new_functions): Update.
246 * ipa-fnsummary.c (pass_data_inline_parameters): Remove.
247 (inline_generate_summary): Rename to ...
248 (ipa_fn_summary_generate): ... this one.
249 (inline_read_summary): Rename to ...
250 (ipa_fn_summary_read): ... this one.
251 (inline_write_summary): Rename to ...
252 (ipa_fn_summary_write): ... this one.
253 (inline_free_summary): Rename to ...
254 (ipa_free_fn_summary): ... this one.
255 (pass_data_local_fn_summary, pass_local_fn_summary,
256 make_pass_local_fn_summary, pass_data_ipa_free_fn_summary,
257 pass_ipa_free_fn_summary, make_pass_ipa_free_fn_summary,
258 pass_data_ipa_fn_summary, pass_ipa_fn_summary,
259 make_pass_ipa_fn_summary): New.
260 * ipa-fnsummary.h (inline_generate_summary, inline_read_summary,
261 inline_write_summary, inline_free_summary): Remove.
262 (ipa_free_fn_summary) : New.
263 * ipa-inline.c (ipa_inline): Update.
264 (pass_ipa_inline): Do not generate summaries.
265 * ipa.c (pass_data_ipa_free_fn_summary, pass_ipa_free_fn_summary):
266 Remove.
267 * passes.def: Replace pass_inline_parameters by pass_local_fn_summary
268 and add pass_ipa_fn_summary.
269 * tree-pass.h (make_pass_ipa_fn_summary, make_pass_local_fn_summary):
270 New.
271 (make_pass_inline_parameters): Remove.
272
273 2017-05-23 Thomas Schwinge <thomas@codesourcery.com>
274
275 * omp-low.c (struct omp_context): Remove "default_kind" member.
276 Adjust all users.
277
278 * omp-offload.c (execute_oacc_device_lower): Remove the
279 parallelism dimensions function attributes for unparallelized
280 OpenACC kernels constructs.
281
282 2017-05-23 Martin Liska <mliska@suse.cz>
283
284 * cgraph.c (cgraph_node::get_create): Use symtab_node::dump_{asm_,}name
285 functions.
286 (cgraph_edge::make_speculative): Likewise.
287 (cgraph_edge::resolve_speculation): Likewise.
288 (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
289 (cgraph_node::dump): Likewise.
290 * cgraph.h: Likewise.
291 * cgraphunit.c (analyze_functions): Likewise.
292 (symbol_table::compile): Likewise.
293 * ipa-cp.c (print_all_lattices): Likewise.
294 (determine_versionability): Likewise.
295 (initialize_node_lattices): Likewise.
296 (ipcp_verify_propagated_values): Likewise.
297 (estimate_local_effects): Likewise.
298 (update_profiling_info): Likewise.
299 (create_specialized_node): Likewise.
300 (perhaps_add_new_callers): Likewise.
301 (decide_about_value): Likewise.
302 (decide_whether_version_node): Likewise.
303 (identify_dead_nodes): Likewise.
304 (ipcp_store_bits_results): Likewise.
305 * ipa-devirt.c (dump_targets): Likewise.
306 (ipa_devirt): Likewise.
307 * ipa-icf.c (sem_item::dump): Likewise.
308 (sem_function::equals): Likewise.
309 (sem_variable::equals): Likewise.
310 (sem_item_optimizer::read_section): Likewise.
311 (sem_item_optimizer::execute): Likewise.
312 (congruence_class::dump): Likewise.
313 * ipa-inline-analysis.c (dump_ipa_call_summary): Likewise.
314 (dump_inline_summary): Likewise.
315 (estimate_node_size_and_time): Likewise.
316 (inline_analyze_function): Likewise.
317 * ipa-inline-transform.c (inline_call): Likewise.
318 * ipa-inline.c (report_inline_failed_reason): Likewise.
319 (want_early_inline_function_p): Likewise.
320 (edge_badness): Likewise.
321 (update_edge_key): Likewise.
322 (inline_small_functions): Likewise.
323 * ipa-profile.c (ipa_profile): Likewise.
324 * ipa-prop.c (ipa_print_node_jump_functions): Likewise.
325 (ipa_make_edge_direct_to_target): Likewise.
326 (remove_described_reference): Likewise.
327 (ipa_impossible_devirt_target): Likewise.
328 (propagate_controlled_uses): Likewise.
329 (ipa_print_node_params): Likewise.
330 (ipcp_transform_function): Likewise.
331 * ipa-pure-const.c (pure_const_read_summary): Likewise.
332 (propagate_pure_const): Likewise.
333 * ipa-reference.c (generate_summary): Likewise.
334 (read_write_all_from_decl): Likewise.
335 (propagate): Likewise.
336 (ipa_reference_read_optimization_summary): Likewise.
337 * ipa-utils.c (ipa_merge_profiles): Likewise.
338 * ipa.c (walk_polymorphic_call_targets): Likewise.
339 (symbol_table::remove_unreachable_nodes): Likewise.
340 (ipa_single_use): Likewise.
341 * passes.c (execute_todo): Likewise.
342 * predict.c (drop_profile): Likewise.
343 * symtab.c (symtab_node::get_dump_name): New function.
344 (symtab_node::dump_name): Likewise.
345 (symtab_node::dump_asm_name): Likewise.
346 (symtab_node::dump_references): Likewise.
347 (symtab_node::dump_referring): Likewise.
348 (symtab_node::dump_base): Likewise.
349 (symtab_node::debug_symtab): Likewise.
350 * tree-sra.c (convert_callers_for_node): Likewise.
351 * tree-ssa-structalias.c (ipa_pta_execute): Likewise.
352 * value-prof.c (init_node_map): Likewise.
353
354 2017-05-23 Martin Liska <mliska@suse.cz>
355
356 * cgraph.h: Move symtab_node::dump_table to symbol_table::dump
357 and symtab_node::debug_symtab to symbol_table::debug.
358 * cgraphunit.c (analyze_functions): Use the renamed function.
359 (symbol_table::compile): Likewise.
360 * ipa-cp.c (ipcp_verify_propagated_values): Likewise.
361 * ipa-icf.c (sem_item_optimizer::execute): Likewise.
362 * passes.c (execute_todo): Likewise.
363 * symtab.c (symbol_table::dump): New function.
364 * tree-ssa-structalias.c (ipa_pta_execute): Use the renamed function.
365
366 2017-05-23 Jan Hubicka <hubicka@ucw.cz>
367
368 * ipa-fnsummary.c (estimate_node_size_and_time): Do not sanity check
369 that nonconst implies exec.
370
371 2017-05-23 Jan Hubicka <hubicka@ucw.cz>
372
373 * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgraph_edge_hook_list,
374 inline_edge_removal_hook, inline_edge_duplication_hook): Remove.
375 (inline_edge_summary_vec): Turn into ...
376 (ipa_call_summaries): ... this one.
377 (redirect_to_unreachable, edge_set_predicate,
378 evaluate_properties_for_edge, inline_summary_alloc,
379 reset_ipa_call_summary, reset_inline_summary,
380 inline_summary_t::duplicate): Update.
381 (inline_edge_duplication_hook): Turn to ...
382 (ipa_call_summary_t::duplicate): ... this one.
383 (inline_edge_removal_hook): Turn to ...
384 (ipa_call_summary_t::remove): ... this one.
385 (dump_inline_edge_summary): Turn to ...
386 (dump_ipa_call_summary): ... this one.
387 (estimate_function_body_sizes): Update.
388 (inline_update_callee_summaries): Update.
389 (remap_edge_change_prob): Update.
390 (remap_edge_summaries): Update.
391 (inline_merge_summary): Update.
392 (do_estimate_edge_time): Update.
393 (inline_generate_summary): Update.
394 (inline_read_section): Update.
395 (inline_read_summary): Update.
396 (inline_free_summary): Update.
397 * ipa-inline.c (can_inline_edge_p): Update.
398 (compute_inlined_call_time): Update.
399 (want_inline_small_function_p): Update.
400 (edge_badness): Update.
401 (early_inliner): Update.
402 * ipa-inline.h (inline_edge_summary): Turn to ...
403 (ipa_call_summary): ... this one.
404 (ipa_call_summary_t): New class.
405 (inline_edge_summary_t, inline_edge_summary_vec): Remove.
406 (ipa_call_summaries): New.
407 (inline_edge_summary): Remove.
408 (estimate_edge_growth): Update.
409 * ipa-profile.c (ipa_propagate_frequency_1): Update.
410 * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
411 * ipa-split.c (execute_split_functions): Update.
412 * ipa.c (symbol_table::remove_unreachable_nodes): Update.
413
414 2017-05-23 Tom de Vries <tom@codesourcery.com>
415
416 * doc/sourcebuild.texi (Effective-Target Keywords, Other hardware
417 attributes): Document rdrand effective target.
418
419 2017-05-23 Tom de Vries <tom@codesourcery.com>
420
421 * doc/sourcebuild.texi (Effective-Target Keywords, Other hardware
422 attributes): Sort alphabetically.
423
424 2017-05-23 Georg-Johann Lay <avr@gjlay.de>
425
426 * config/avr/genmultilib.awk: Use gsub instead of gensub.
427
428 2017-05-22 Michael Meissner <meissner@linux.vnet.ibm.com>
429
430 PR target/80718
431 * config/rs6000/vsx.md (vsx_splat_<mode>, VSX_D iterator): Split
432 V2DF/V2DI splat into two separate patterns, one that handles
433 registers, and the other that only handles memory. Drop support
434 for splatting from a GPR on ISA 2.07 and then splitting the
435 splat into direct move and splat.
436 (vsx_splat_<mode>_reg): Likewise.
437 (vsx_splat_<mode>_mem): Likewise.
438
439 2017-05-22 Segher Boessenkool <segher@kernel.crashing.org>
440
441 * cfgcleanup.c (bb_is_just_return): Allow CLOBBERs.
442
443 2017-05-22 Jakub Jelinek <jakub@redhat.com>
444
445 PR middle-end/80809
446 * omp-low.c (finish_taskreg_remap): New function.
447 (finish_taskreg_scan): If unit size of ctx->record_type
448 is non-constant, unshare the size expression and replace
449 decls in it with possible outer var refs.
450
451 PR middle-end/80809
452 * gimplify.c (omp_add_variable): For GOVD_DEBUG_PRIVATE use
453 GOVD_SHARED rather than GOVD_PRIVATE with it.
454 (gimplify_adjust_omp_clauses_1, gimplify_adjust_omp_clauses): Expect
455 GOVD_SHARED rather than GOVD_PRIVATE with GOVD_DEBUG_PRIVATE.
456
457 PR middle-end/80853
458 * omp-low.c (lower_reduction_clauses): Pass OMP_CLAUSE_PRIVATE
459 as last argument to build_outer_var_ref for pointer bases of array
460 section reductions.
461
462 2017-05-19 Martin Sebor <msebor@redhat.com>
463
464 * print-tree.c (print_node): Print DECL_READ_P flag.
465
466 2017-05-22 Jan Hubicka <hubicka@ucw.cz>
467
468 * Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.h
469 * auto-profile.c: Replace ipa-inline.h by ipa-fnsummary.h
470 * cgraph.c: Likewise.
471 * cgraphunit.c: Likewise.
472 * gengtype.c: Likewise.
473 * ipa-cp.c: Likewise.
474 * ipa-devirt.c: Likewise.
475 * ipa-icf.c: Likewise.
476 * ipa-predicate.c: Likewise.
477 * ipa-profile.c: Likewise.
478 * ipa-prop.c: Likewise.
479 * ipa-split.c: Likewise.
480 * ipa.c: Likewise.
481 * ipa-inline-analysis.c (inline_summaries, ipa_call_summaries,
482 edge_predicate_pool, dump_inline_hints,
483 inline_summary::account_size_time, redirect_to_unreachable,
484 edge_set_predicate, set_hint_predicate,
485 evaluate_conditions_for_known_args, evaluate_properties_for_edge,
486 inline_summary_alloc, ipa_call_summary::reset, inline_summary::reset,
487 inline_summary_t::remove, remap_hint_predicate_after_duplication,
488 inline_summary_t::duplicate, ipa_call_summary_t::duplicate,
489 ipa_call_summary_t::remove, initialize_growth_caches,
490 free_growth_caches, dump_ipa_call_summary, dump_inline_summary,
491 debug_inline_summary, dump_inline_summaries, initialize_inline_failed,
492 mark_modified, unmodified_parm_1, unmodified_parm,
493 unmodified_parm_or_parm_agg_item, eliminated_by_inlining_prob,
494 set_cond_stmt_execution_predicate, set_switch_stmt_execution_predicate,
495 compute_bb_predicates, will_be_nonconstant_expr_predicate,
496 will_be_nonconstant_predicate, record_modified_bb_info,
497 get_minimal_bb, record_modified, param_change_prob,
498 phi_result_unknown_predicate, predicate_for_phi_result,
499 array_index_predicate, clobber_only_eh_bb_p, fp_expression_p,
500 estimate_function_body_sizes, compute_inline_parameters,
501 compute_inline_parameters_for_curren, pass_data_inline_parameters,
502 estimate_node_size_and_time, estimate_ipcp_clone_size_and_time,
503 inline_update_callee_summaries, remap_edge_change_prob,
504 remap_edge_summaries, remap_hint_predicate, inline_merge_summary,
505 inline_update_overall_summary, inline_indirect_intraprocedural_analysis,
506 inline_analyze_function, inline_summary_t::insert,
507 inline_generate_summary, read_ipa_call_summary, inline_read_section,
508 inline_read_summary, write_ipa_call_summary, inline_write_summary,
509 inline_free_summary): Move to ipa-fnsummary.h
510 (predicate_t): Remove.
511 * ipa-fnsummary.c: New file.
512 * ipa-inline.h: Do not include sreal.h and ipa-predicate.h
513 (enum inline_hints_vals, inline_hints, agg_position_info,
514 INLINE_SIZE_SCALE, size_time_entry, inline_summary, inline_summary_t,
515 inline_summaries, ipa_call_summary, ipa_call_summary_t,
516 ipa_call_summaries, debug_inline_summary, dump_inline_summaries,
517 dump_inline_summary, dump_inline_hints, inline_generate_summary,
518 inline_read_summary, inline_write_summary, inline_free_summary,
519 inline_analyze_function, initialize_inline_failed,
520 inline_merge_summary, inline_update_overall_summary,
521 compute_inline_parameters): Move to ipa-fnsummary.h
522 * ipa-fnsummary.h: New file.
523 * ipa-inline-transform.h: Include ipa-inline.h.
524 * ipa-inline.c: LIkewise.
525
526 2017-05-22 Jan Hubicka <hubicka@ucw.cz>
527
528 * ipa-inline.c (edge_badness): Use inlined_time instead of
529 inline_summaries->get.
530
531 2017-05-22 Jan Hubicka <hubicka@ucw.cz>
532
533 * ipa-inline.c (edge_badness): Use estimate_size_after_inlining.
534
535 2017-05-22 Nathan Sidwell <nathan@acm.org>
536
537 * doc/invoke.texi (fdump-translation-unit): Delete documentation.
538 (fdump-lang): Document 'raw' option.
539 * dumpfile.h (TDI_tu): Delete.
540 * dumpfile.c (dump_files): Remove translation-unit.
541 (FIRST_AUTO_NUMBERED_DUMP): Decrement.
542
543 2017-05-22 Georg-Johann Lay <avr@gjlay.de>
544
545 * config/avr/t-avr (AWK) [t-multilib]: Remove "-v FORMAT=Makefile"
546 command option from $(AWK) call.
547 * config/avr/genmultilib.awk: Simplify and rewrite so that it
548 generates MULTILIB_REQUIRED instead of MULTILIB_EXCEPTIONS.
549 [FORMAT]: Remove handling of variable.
550 * config/avr/t-multilib: Regenerate.
551
552 2017-05-22 Jan Hubicka <hubicka@ucw.cz>
553
554 * ipa-inline-analysis.c (inline_summary::reset): Do not reset
555 self_time.
556 (dump_inline_summary): Do not print self_time.
557 (estimate_function_body_sizes): Do not set self_time.
558 (compute_inline_parameters): Likewise.
559 (inline_read_section, inline_write_summary): Do not stream self_time.
560 * ipa-inline.h (inline_summary): Drop self_time.
561
562 2017-05-22 Jan Hubicka <hubicka@ucw.cz>
563
564 * ipa-inline-analysis.c (account_size_time): Rename to ...
565 (inline_summary::account_size_time): ... this one.
566 (reset_ipa_call_summary): Turn to ...
567 (ipa_call_summary::reset): ... this one.
568 (reset_inline_summary): Turn to ...
569 (inline_summary::reset): ... this one.
570 (inline_summary_t::remove): Update.
571 (inline_summary_t::duplicate): Update.
572 (ipa_call_summary_t::remove): Update.
573 (dump_inline_summary): Update.
574 (estimate_function_body_sizes): Update.
575 (compute_inline_parameters): Update.
576 (estimate_node_size_and_time): Update.
577 (inline_merge_summary): Update.
578 (inline_update_overall_summary): Update.
579 (inline_read_section): Update.
580 (inline_write_summary): Update.
581 * ipa-inline.h (inline_summary): Rename entry to size_time_table;
582 add account_size_time and reset member functions.
583 (ipa_call_summary): Add reset function.
584 * ipa-predicate.h (predicate::operator &): Constify.
585
586 2017-05-22 Richard Biener <rguenther@suse.de>
587
588 * df-scan.c (df_insn_refs_verify): Speedup when not verifying.
589
590 2017-05-19 Jason Merrill <jason@redhat.com>
591
592 * tree.c (make_tree_vec_stat, grow_tree_vec_stat): Use size_t.
593
594 2017-05-19 Marek Polacek <polacek@redhat.com>
595
596 PR sanitizer/80800
597 * fold-const.c (extract_muldiv_1) <case TRUNC_DIV_EXPR>: Add
598 TYPE_OVERFLOW_WRAPS checks.
599
600 2017-05-19 Thomas Schwinge <thomas@codesourcery.com>
601
602 * tree-core.h (enum omp_clause_default_kind): Add
603 "OMP_CLAUSE_DEFAULT_PRESENT".
604 * tree-pretty-print.c (dump_omp_clause): Handle it.
605 * gimplify.c (enum gimplify_omp_var_data): Add
606 "GOVD_MAP_FORCE_PRESENT".
607 (gimplify_adjust_omp_clauses_1): Map it to
608 "GOMP_MAP_FORCE_PRESENT".
609 (oacc_default_clause): Handle "OMP_CLAUSE_DEFAULT_PRESENT".
610
611 * gimplify.c (oacc_default_clause): Clarify.
612
613 2017-05-19 Nathan Sidwell <nathan@acm.org>
614
615 LANG_HOOK_REGISTER_DUMPS
616 * toplev.c (general_init): Call register dump lang hook.
617 * doc/invoke.texi: Document -fdump-lang option family.
618 * dumpfile.c (dump_files): Remove class dump here.
619 (FIRST_AUTO_NUMBERED_DUMP): Adjust.
620 * dumpfile.h (tree_dump_index): Remove TDI_class.
621 * langhooks-def.h (lhd_register_dumps): Declare.
622 (LANG_HOOKS_REGISTER_DUMPS): Define.
623 (LANG_HOOKS_INITIALIZER): Add it.
624 * langhooks.c (lhd_register_dumps): Define.
625 * langhooks.h (struct lang_hooks): Add register_dumps.
626
627 2017-05-19 Nathan Sidwell <nathan@acm.org>
628
629 * context.h (context::set_passes): New.
630 * context.c (context::context): Do not create pass manager.
631 * toplev.c (general_init): Create pass manager here.
632
633 2017-05-19 Segher Boessenkool <segher@kernel.crashing.org>
634
635 * config/rs6000/rs6000.md (splitter to load of -1 and mask): Don't
636 use this splitter if two add or or instructions would also work for
637 the constant we want to generate.
638
639 2017-05-19 Richard Biener <rguenther@suse.de>
640
641 PR build/80821
642 * genmatch.c (dt_node::gen_kids_1): Add missing scope around
643 predicate evaluation.
644
645 2017-05-19 Jan Hubicka <hubicka@ucw.cz>
646
647 * ipa-inline.h (ipa_call_summary): Turn sizes into signed;
648 add ctor.
649 * ipa-inline.c (want_inline_small_function_p): Do not cast to
650 unsigned.
651
652 2017-05-19 Jan Hubicka <hubicka@ucw.cz>
653
654 * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgraph_edge_hook_list,
655 inline_edge_removal_hook, inline_edge_duplication_hook): Remove.
656 (inline_edge_summary_vec): Turn into ...
657 (ipa_call_summaries): ... this one.
658 (redirect_to_unreachable, edge_set_predicate,
659 evaluate_properties_for_edge, inline_summary_alloc,
660 reset_ipa_call_summary, reset_inline_summary,
661 inline_summary_t::duplicate): Update.
662 (inline_edge_duplication_hook): Turn to ...
663 (ipa_call_summary_t::duplicate): ... this one.
664 (inline_edge_removal_hook): Turn to ...
665 (ipa_call_summary_t::remove): ... this one.
666 (dump_inline_edge_summary): Turn to ...
667 (dump_ipa_call_summary): ... this one.
668 (estimate_function_body_sizes): Update.
669 (inline_update_callee_summaries): Update.
670 (remap_edge_change_prob): Update.
671 (remap_edge_summaries): Update.
672 (inline_merge_summary): Update.
673 (do_estimate_edge_time): Update.
674 (inline_generate_summary): Update.
675 (inline_read_section): Update.
676 (inline_read_summary): Update.
677 (inline_free_summary): Update.
678 * ipa-inline.c (can_inline_edge_p): Update.
679 (compute_inlined_call_time): Update.
680 (want_inline_small_function_p): Update.
681 (edge_badness): Update.
682 (early_inliner): Update.
683 * ipa-inline.h (inline_edge_summary): Turn to ...
684 (ipa_call_summary): ... this one.
685 (ipa_call_summary_t): New class.
686 (inline_edge_summary_t, inline_edge_summary_vec): Remove.
687 (ipa_call_summaries): New.
688 (inline_edge_summary): Remove.
689 (estimate_edge_growth): Update.
690 * ipa-profile.c (ipa_propagate_frequency_1): Update.
691 * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
692 * ipa-split.c (execute_split_functions): Update.
693 * ipa.c (symbol_table::remove_unreachable_nodes): Update.
694
695 2017-05-19 Richard Biener <rguenther@suse.de>
696
697 PR middle-end/80764
698 * cfgexpand.c (expand_gimple_cond): Fix loop fixup.
699
700 2017-05-18 Segher Boessenkool <segher@kernel.crashing.org>
701
702 * config/rs6000/rs6000.c (struct machine_function): Add field
703 fpr_is_wrapped_separately.
704 (rs6000_get_separate_components): Use 64 components. Handle the
705 new FPR components.
706 (rs6000_components_for_bb): Handle the FPR components.
707 (rs6000_emit_prologue_components): Handle the FPR components.
708 (rs6000_emit_epilogue_components): Handle the FPR components.
709 (rs6000_set_handled_components): Handle the FPR components.
710 (rs6000_emit_prologue): Don't output prologue code for those FPRs
711 that are already separately shrink-wrapped.
712 (rs6000_emit_epilogue): Don't output epilogue code for those FPRs
713 that are already separately shrink-wrapped.
714
715 2017-05-18 Michael Meissner <meissner@linux.vnet.ibm.com>
716
717 PR target/80510
718 * config/rs6000/predicates.md (simple_offsettable_mem_operand):
719 New predicate.
720
721 * config/rs6000/rs6000.md (ALTIVEC_DFORM): New iterator.
722 (define_peephole2 for Altivec d-form load): Add peepholes to catch
723 cases where the register allocator uses a move and an offsettable
724 memory operation to/from a FPR register on ISA 2.06/2.07.
725 (define_peephole2 for Altivec d-form store): Likewise.
726
727 2017-05-18 Uros Bizjak <ubizjak@gmail.com>
728
729 PR target/80799
730 * config/i386/mmx.md (*mov<mode>_internal): Enable
731 alternatives 11, 12, 13 and 14 also for 32bit targets.
732 Remove alternatives 15, 16, 17 and 18.
733 * config/i386/sse.md (vec_concatv2di): Change
734 alternative (!x, *y) to (x, ?!*Yn).
735
736 2017-05-18 Paolo Carlini <paolo.carlini@oracle.com>
737
738 * dumpfile.h (enum dump_kind): Remove stray comma.
739
740 2017-05-18 Jan Hubicka <hubicka@ucw.cz>
741
742 * Makefile.in: Add ipa-predicate.o and ipa-predicate.h
743 * ipa-inline-analysis.c (NUM_CONDITIONS): turn into
744 predicate::num_conditions
745 (IS_NOT_CONSTANT): turn into predicate::is_not_constant.
746 (CHANGED): turn into predicate::changed.
747 (agg_position_info): Move to ipa-predicate.h
748 (add_condition, predicate::add_clause, predicate::operator &=,
749 predicate::or_with, predicate::evaluate, predicate::probability,
750 dump_condition, dump_clause, predicate::dump,
751 predicate::remap_after_duplication, predicate::remap_after_inlining,
752 predicate::stream_in, predicate::stream_out): Move to ipa-predicate.c
753 (evaluate_conditions_for_known_args): Update.
754 (set_cond_stmt_execution_predicate): Update.
755 * ipa-inline.h: Include ipa-predicate.h
756 (condition, inline_param_summary, conditions, agg_position_info,
757 predicate): Move to ipa-predicate.h
758 * ipa-predicate.c: New file.
759 * ipa-predicate.h: New file.
760
761 2017-05-18 Wilco Dijkstra <wdijkstr@arm.com>
762
763 * final.c (leaf_function_p): Check we are not in a sequence.
764
765 2017-05-18 Martin Liska <mliska@suse.cz>
766
767 * cfgrtl.c (rtl_verify_edges): Remove usage of TDF_RTL.
768 * dumpfile.c (dump_register): Use new enum dump_kind.
769 (get_dump_file_name): Likewise.
770 (dump_enable_all): Likewise.
771 (dump_switch_p_1): Likewise.
772 (enable_rtl_dump_file): Remove usage of TDF_RTL.
773 * dumpfile.h (enum dump_kind): New enum type.
774 (struct dump_file_info): Create constructor and
775 format fields and comments.
776 * passes.c (pass_manager::register_one_dump_file):
777 Use num dump_kind.
778 * statistics.c (statistics_early_init): Likewise.
779 * tree-ssa-loop-prefetch.c (dump_mem_details): Replace
780 TDF_TREE with TDF_SLIM.
781 (gather_memory_references_ref): Likewise.
782
783 2017-05-18 Martin Liska <mliska@suse.cz>
784
785 * vec.h (struct vnull): Use it.
786
787 2017-05-18 Jan Hubicka <hubicka@ucw.cz>
788
789 * ipa-inline-analysis.c (predicate_conditions): Move to ipa-inline.h
790 (true_predicate, false_predicate, true_predicate_p,
791 false_predicate_p): Remove.
792 (single_cond_predicate, not_inlined_predicate): Turn to member function
793 in ipa-inline.h
794 (add_condition): Update.
795 (add_clause): Turn to...
796 (predicate::add_clause): ... this one; update; allow passing NULL
797 as parameter.
798 (and_predicates): Turn to ...
799 (predicate::operator &=): ... this one.
800 (predicates_equal_p): Move to predicate::operator == in ipa-inline.h
801 (or_predicates): Turn to ...
802 (predicate::or_with): ... this one.
803 (evaluate_predicate): Turn to ...
804 (predicate::evaluate): ... this one.
805 (predicate_probability): Turn to ...
806 (predicate::probability): ... this one.
807 (dump_condition): Update.
808 (dump_predicate): Turn to ...
809 (predicate::dump): ... this one.
810 (account_size_time): Update.
811 (edge_set_predicate): Update.
812 (set_hint_predicate): UPdate.
813 (evaluate_conditions_for_known_args): Update.
814 (evaluate_properties_for_edge): Update.
815 (remap_predicate_after_duplication): Turn to...
816 (predicate::remap_after_duplication): ... this one.
817 (remap_hint_predicate_after_duplication): Update.
818 (inline_summary_t::duplicate): UPdate.
819 (dump_inline_edge_summary): Update.
820 (dump_inline_summary): Update.
821 (set_cond_stmt_execution_predicate): Update.
822 (set_switch_stmt_execution_predicate): Update.
823 (compute_bb_predicates): Update.
824 (will_be_nonconstant_expr_predicate): Update.
825 (will_be_nonconstant_predicate): Update.
826 (phi_result_unknown_predicate): Update.
827 (predicate_for_phi_result): Update.
828 (array_index_predicate): Update.
829 (estimate_function_body_sizes): Update.
830 (estimate_node_size_and_time): Update.
831 (estimate_ipcp_clone_size_and_time): Update.
832 (remap_predicate): Rename to ...
833 (predicate::remap_after_inlining): ... this one.
834 (remap_hint_predicate): Update.
835 (inline_merge_summary): Update.
836 (inline_update_overall_summary): Update.
837 (estimate_size_after_inlining): Update.
838 (read_predicate): Rename to ...
839 (predicate::stream_in): ... this one.
840 (read_inline_edge_summary): Update.
841 (write_predicate): Rename to ...
842 (predicate::stream_out): ... this one.
843 (write_inline_edge_summary): Update.
844 * ipa-inline.h (MAX_CLAUSES): Turn to predicate::max_clauses.
845 (clause_t): Turn to uint32_t
846 (predicate): Turn to class; implement constructor and operators
847 ==, !=, &
848 (size_time_entry): Update.
849 (inline_summary): Update.
850 (inline_edge_summary): Update.
851
852 2017-05-18 Marc Glisse <marc.glisse@inria.fr>
853
854 * fold-const.c (fold_binary_loc): Move transformation...
855 * match.pd (C - X CMP X): ... here.
856
857 2017-05-18 Sheldon Lobo <sheldon.lobo@oracle.com>
858
859 * config/sparc/sparc.c (sparc_option_override): Set function
860 alignment for -mcpu=niagara7 to 64 to match the I$ line.
861 * config/sparc/sparc.h (BRANCH_COST): Set the SPARC M7 branch
862 latency to 1.
863 * config/sparc/sparc.h (BRANCH_COST): Set the SPARC T4 branch
864 latency to 2.
865 * config/sparc/sol2.h: Fix a ASM_CPU32_DEFAULT_SPEC typo.
866
867 2017-05-18 Marek Polacek <polacek@redhat.com>
868
869 PR sanitizer/80797
870 * ubsan.c (instrument_null): Unwrap ADDR_EXPRs.
871 (pass_ubsan::execute): Call gimple_assign_single_p instead of
872 gimple_assign_load_p.
873
874 2017-05-17 Segher Boessenkool <segher@kernel.crashing.org>
875
876 PR middle-end/80692
877 * real.c (do_compare): Give decimal_do_compare preference over
878 comparing just the signs.
879
880 2017-05-17 Uros Bizjak <ubizjak@gmail.com>
881
882 * doc/md.texi (Canonicalization of Instructions): Describe the
883 canonical form of instructions that inherently set a condition
884 code register.
885
886 2017-05-17 Peter Bergner <bergner@vnet.ibm.com>
887
888 PR middle-end/80775
889 * tree-cfg.c: Move deletion of unreachable case statements to after
890 the merging of consecutive case labels.
891
892 2017-05-17 Thomas Preud'homme <thomas.preudhomme@arm.com>
893
894 * config/arm/arm.c (cmse_nonsecure_call_clear_caller_saved): Refer
895 readers to __gnu_cmse_nonsecure_call libcall for saving, clearing and
896 restoring of callee-saved registers.
897
898 2017-05-17 Eric Botcazou <ebotcazou@adacore.com>
899
900 * compare-elim.c (equivalent_reg_at_start): Adjust outdated comment.
901 * config/visium/visium.c (single_set_and_flags): Likewise.
902 * config/visium/visium.md (Substitutions): Likewise.
903
904 2017-05-17 Martin Liska <mliska@suse.cz>
905
906 * cfg.c: Introduce dump_flags_t type and
907 use it instead of int type.
908 * cfg.h: Likewise.
909 * cfghooks.c: Likewise.
910 * cfghooks.h (struct cfg_hooks): Likewise.
911 * cfgrtl.c: Likewise.
912 * cfgrtl.h: Likewise.
913 * cgraph.c (cgraph_node::get_body): Likewise.
914 * coretypes.h: Likewise.
915 * domwalk.c: Likewise.
916 * domwalk.h: Likewise.
917 * dumpfile.c (struct dump_option_value_info): Likewise.
918 (dump_enable_all): Likewise.
919 (dump_switch_p_1): Likewise.
920 (opt_info_switch_p): Likewise.
921 * dumpfile.h (enum tree_dump_index): Likewise.
922 (struct dump_file_info): Likewise.
923 * genemit.c: Likewise.
924 * generic-match-head.c: Likewise.
925 * gengtype.c (open_base_files): Likewise.
926 * gimple-pretty-print.c: Likewise.
927 * gimple-pretty-print.h: Likewise.
928 * graph.c (print_graph_cfg): Likewise.
929 * graphite-scop-detection.c (dot_all_sese): Likewise.
930 * ipa-devirt.c (build_type_inheritance_graph): Likewise.
931 * loop-unroll.c (report_unroll): Likewise.
932 * passes.c (pass_manager::register_one_dump_file): Likewise.
933 * print-tree.c: Likewise.
934 * statistics.c: Likewise.
935 * tree-cfg.c: Likewise.
936 * tree-cfg.h: Likewise.
937 * tree-dfa.c: Likewise.
938 * tree-dfa.h: Likewise.
939 * tree-dump.c (dump_function): Likewise.
940 * tree-dump.h (struct dump_info): Likewise.
941 * tree-pretty-print.c: Likewise.
942 * tree-pretty-print.h: Likewise.
943 * tree-ssa-live.c: Likewise.
944 * tree-ssa-live.h: Likewise.
945 * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Likewise.
946 * tree-vect-loop.c: Likewise.
947 * tree-vect-slp.c: Likewise.
948
949 2017-05-16 James Greenhalgh <james.greenhalgh@arm.com>
950 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
951
952 PR tree-optimization/80457
953 * tree-vect-stmts.c (vect_model_simple_cost): Model the cost
954 of all arguments to a statement as scalar_to_vec operations.
955 (vectorizable_call): Adjust call to vect_model_simple_cost for
956 new parameter.
957 (vectorizable_conversion): Likewise.
958 (vectorizable_assignment): Likewise.
959 (vectorizable_shift): Likewise.
960 (vectorizable_operation): Likewise.
961 (vectorizable_comparison): Likewise.
962 (vect_is_simple_cond): Record the def types for operands.
963 (vectorizable_condition): Likewise, call vect_model_simple_cost.
964 * tree-vectorizer.h (vect_model_simple_cost): Add new parameter
965 for statement argument count.
966
967 2017-05-16 Carl Love <cel@us.ibm.com>
968
969 * config/rs6000/rs6000-c: Add support for built-in functions
970 vector unsigned long long vec_bperm (vector unsigned long long,
971 vector unsigned char)
972 vector signed long long vec_mule (vector signed int,
973 vector signed int)
974 vector unsigned long long vec_mule (vector unsigned int,
975 vector unsigned int)
976 vector signed long long vec_mulo (vector signed int,
977 vector signed int)
978 vector unsigned long long vec_mulo (vector unsigned int,
979 vector unsigned int)
980 vector signed char vec_sldw (vector signed char,
981 vector signed char,
982 const int)
983 vector unsigned char vec_sldw (vector unsigned char,
984 vector unsigned char,
985 const int)
986 vector signed short vec_sldw (vector signed short,
987 vector signed short,
988 const int)
989 vector unsigned short vec_sldw (vector unsigned short,
990 vector unsigned short,
991 const int)
992 vector signed int vec_sldw (vector signed int,
993 vector signed int,
994 const int)
995 vector unsigned int vec_sldw (vector unsigned int,
996 vector unsigned int,
997 const int)
998 vector signed long long vec_sldw (vector signed long long,
999 vector signed long long,
1000 const int)
1001 vector unsigned long long vec_sldw (vector unsigned long long,
1002 vector unsigned long long,
1003 const int)
1004 * config/rs6000/rs6000-c: Add support for built-in functions
1005 * config/rs6000/rs6000-builtin.def: Add definition for SLDW.
1006 * config/rs6000/altivec.h: Add defintion for vec_sldw.
1007 * doc/extend.texi: Update the built-in documentation for the
1008 new built-in functions.
1009
1010 2017-05-16 Marek Polacek <polacek@redhat.com>
1011
1012 PR sanitizer/80536
1013 PR sanitizer/80386
1014 * tree.c (save_expr): Don't fold the expression.
1015
1016 2017-05-16 Uros Bizjak <ubizjak@gmail.com>
1017
1018 * config/i386/i386.md (*movsi_internal): Split (?rm,*y) alternative
1019 to (?r,*Yn) and (?m,*y) alternatives, and (?*y,rm) to (?*Ym,r)
1020 and (?*y,m). Update insn attributes.
1021
1022 2017-05-16 Martin Liska <mliska@suse.cz>
1023
1024 * cgraph.c (cgraph_edge::resolve_speculation): Add default value for
1025 flags argument of print_gimple_stmt, print_gimple_expr,
1026 print_generic_stmt and print_generic_expr.
1027 * cgraphclones.c (symbol_table::materialize_all_clones): Likewise.
1028 * coretypes.h: Likewise.
1029 * except.c (dump_eh_tree): Likewise.
1030 * gimple-fold.c (gimple_fold_stmt_to_constant_1): Likewise.
1031 * gimple-pretty-print.h: Likewise.
1032 * gimple-ssa-backprop.c (dump_usage_prefix): Likewise.
1033 (backprop::push_to_worklist): Likewise.
1034 (backprop::pop_from_worklist): Likewise.
1035 (backprop::process_use): Likewise.
1036 (backprop::intersect_uses): Likewise.
1037 (note_replacement): Likewise.
1038 * gimple-ssa-store-merging.c
1039 (pass_store_merging::terminate_all_aliasing_chains): Likewise.
1040 (imm_store_chain_info::coalesce_immediate_stores): Likewise.
1041 (pass_store_merging::execute): Likewise.
1042 * gimple-ssa-strength-reduction.c (dump_candidate): Likewise.
1043 (ssa_base_cand_dump_callback): Likewise.
1044 (dump_incr_vec): Likewise.
1045 (replace_refs): Likewise.
1046 (replace_mult_candidate): Likewise.
1047 (create_add_on_incoming_edge): Likewise.
1048 (create_phi_basis): Likewise.
1049 (insert_initializers): Likewise.
1050 (all_phi_incrs_profitable): Likewise.
1051 (introduce_cast_before_cand): Likewise.
1052 (replace_one_candidate): Likewise.
1053 * gimplify.c (gimplify_expr): Likewise.
1054 * graphite-isl-ast-to-gimple.c (is_valid_rename): Likewise.
1055 (set_rename): Likewise.
1056 (rename_uses): Likewise.
1057 (copy_loop_phi_nodes): Likewise.
1058 (add_close_phis_to_merge_points): Likewise.
1059 (copy_loop_close_phi_args): Likewise.
1060 (copy_cond_phi_args): Likewise.
1061 (graphite_copy_stmts_from_block): Likewise.
1062 (translate_pending_phi_nodes): Likewise.
1063 * graphite-poly.c (print_pdr): Likewise.
1064 (dump_gbb_cases): Likewise.
1065 (dump_gbb_conditions): Likewise.
1066 (print_scop_params): Likewise.
1067 * graphite-scop-detection.c (build_cross_bb_scalars_def): Likewise.
1068 (build_cross_bb_scalars_use): Likewise.
1069 (gather_bbs::before_dom_children): Likewise.
1070 * hsa-dump.c (dump_hsa_immed): Likewise.
1071 * ipa-cp.c (print_ipcp_constant_value): Likewise.
1072 (get_replacement_map): Likewise.
1073 * ipa-inline-analysis.c (dump_condition): Likewise.
1074 (estimate_function_body_sizes): Likewise.
1075 * ipa-polymorphic-call.c (check_stmt_for_type_change): Likewise.
1076 (ipa_polymorphic_call_context::get_dynamic_type): Likewise.
1077 * ipa-prop.c (ipa_dump_param): Likewise.
1078 (ipa_print_node_jump_functions_for_edge): Likewise.
1079 (ipa_modify_call_arguments): Likewise.
1080 (ipa_modify_expr): Likewise.
1081 (ipa_dump_param_adjustments): Likewise.
1082 (ipa_dump_agg_replacement_values): Likewise.
1083 (ipcp_modif_dom_walker::before_dom_children): Likewise.
1084 * ipa-pure-const.c (check_stmt): Likewise.
1085 (pass_nothrow::execute): Likewise.
1086 * ipa-split.c (execute_split_functions): Likewise.
1087 * omp-offload.c (dump_oacc_loop_part): Likewise.
1088 (dump_oacc_loop): Likewise.
1089 * trans-mem.c (tm_log_emit): Likewise.
1090 (tm_memopt_accumulate_memops): Likewise.
1091 (dump_tm_memopt_set): Likewise.
1092 (dump_tm_memopt_transform): Likewise.
1093 * tree-cfg.c (gimple_verify_flow_info): Likewise.
1094 (print_loop): Likewise.
1095 * tree-chkp-opt.c (chkp_print_addr): Likewise.
1096 (chkp_gather_checks_info): Likewise.
1097 (chkp_get_check_result): Likewise.
1098 (chkp_remove_check_if_pass): Likewise.
1099 (chkp_use_outer_bounds_if_possible): Likewise.
1100 (chkp_reduce_bounds_lifetime): Likewise.
1101 * tree-chkp.c (chkp_register_addr_bounds): Likewise.
1102 (chkp_mark_completed_bounds): Likewise.
1103 (chkp_register_incomplete_bounds): Likewise.
1104 (chkp_mark_invalid_bounds): Likewise.
1105 (chkp_maybe_copy_and_register_bounds): Likewise.
1106 (chkp_build_returned_bound): Likewise.
1107 (chkp_get_bound_for_parm): Likewise.
1108 (chkp_build_bndldx): Likewise.
1109 (chkp_get_bounds_by_definition): Likewise.
1110 (chkp_generate_extern_var_bounds): Likewise.
1111 (chkp_get_bounds_for_decl_addr): Likewise.
1112 * tree-chrec.c (chrec_apply): Likewise.
1113 * tree-data-ref.c (dump_data_reference): Likewise.
1114 (dump_subscript): Likewise.
1115 (dump_data_dependence_relation): Likewise.
1116 (analyze_overlapping_iterations): Likewise.
1117 * tree-inline.c (expand_call_inline): Likewise.
1118 (tree_function_versioning): Likewise.
1119 * tree-into-ssa.c (dump_defs_stack): Likewise.
1120 (dump_currdefs): Likewise.
1121 (dump_names_replaced_by): Likewise.
1122 (dump_update_ssa): Likewise.
1123 (update_ssa): Likewise.
1124 * tree-object-size.c (pass_object_sizes::execute): Likewise.
1125 * tree-parloops.c (build_new_reduction): Likewise.
1126 (try_create_reduction_list): Likewise.
1127 (ref_conflicts_with_region): Likewise.
1128 (oacc_entry_exit_ok_1): Likewise.
1129 (oacc_entry_exit_single_gang): Likewise.
1130 * tree-pretty-print.h: Likewise.
1131 * tree-scalar-evolution.c (set_scalar_evolution): Likewise.
1132 (get_scalar_evolution): Likewise.
1133 (add_to_evolution): Likewise.
1134 (get_loop_exit_condition): Likewise.
1135 (analyze_evolution_in_loop): Likewise.
1136 (analyze_initial_condition): Likewise.
1137 (analyze_scalar_evolution): Likewise.
1138 (instantiate_scev): Likewise.
1139 (number_of_latch_executions): Likewise.
1140 (gather_chrec_stats): Likewise.
1141 (final_value_replacement_loop): Likewise.
1142 (scev_const_prop): Likewise.
1143 * tree-sra.c (dump_access): Likewise.
1144 (disqualify_candidate): Likewise.
1145 (create_access): Likewise.
1146 (reject): Likewise.
1147 (maybe_add_sra_candidate): Likewise.
1148 (create_access_replacement): Likewise.
1149 (analyze_access_subtree): Likewise.
1150 (analyze_all_variable_accesses): Likewise.
1151 (sra_modify_assign): Likewise.
1152 (initialize_constant_pool_replacements): Likewise.
1153 (find_param_candidates): Likewise.
1154 (decide_one_param_reduction): Likewise.
1155 (replace_removed_params_ssa_names): Likewise.
1156 * tree-ssa-ccp.c (ccp_fold_stmt): Likewise.
1157 * tree-ssa-copy.c (dump_copy_of): Likewise.
1158 (copy_prop_visit_cond_stmt): Likewise.
1159 * tree-ssa-dce.c (mark_operand_necessary): Likewise.
1160 * tree-ssa-dom.c (pass_dominator::execute): Likewise.
1161 (record_equivalences_from_stmt): Likewise.
1162 * tree-ssa-dse.c (compute_trims): Likewise.
1163 (delete_dead_call): Likewise.
1164 (delete_dead_assignment): Likewise.
1165 * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond): Likewise.
1166 (forward_propagate_into_cond): Likewise.
1167 (pass_forwprop::execute): Likewise.
1168 * tree-ssa-ifcombine.c (ifcombine_ifandif): Likewise.
1169 * tree-ssa-loop-im.c (invariantness_dom_walker::before_dom_children):
1170 Likewise.
1171 (move_computations_worker): Likewise.
1172 (execute_sm): Likewise.
1173 * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Likewise.
1174 (remove_exits_and_undefined_stmts): Likewise.
1175 (remove_redundant_iv_tests): Likewise.
1176 * tree-ssa-loop-ivopts.c (dump_use): Likewise.
1177 (adjust_iv_update_pos): Likewise.
1178 * tree-ssa-math-opts.c (bswap_replace): Likewise.
1179 * tree-ssa-phiopt.c (factor_out_conditional_conversion): Likewise.
1180 (value_replacement): Likewise.
1181 * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
1182 * tree-ssa-pre.c (print_pre_expr): Likewise.
1183 (get_representative_for): Likewise.
1184 (create_expression_by_pieces): Likewise.
1185 (insert_into_preds_of_block): Likewise.
1186 (eliminate_insert): Likewise.
1187 (eliminate_dom_walker::before_dom_children): Likewise.
1188 (eliminate): Likewise.
1189 (remove_dead_inserted_code): Likewise.
1190 * tree-ssa-propagate.c (substitute_and_fold): Likewise.
1191 * tree-ssa-reassoc.c (get_rank): Likewise.
1192 (eliminate_duplicate_pair): Likewise.
1193 (eliminate_plus_minus_pair): Likewise.
1194 (eliminate_not_pairs): Likewise.
1195 (undistribute_ops_list): Likewise.
1196 (eliminate_redundant_comparison): Likewise.
1197 (update_range_test): Likewise.
1198 (optimize_range_tests_var_bound): Likewise.
1199 (optimize_vec_cond_expr): Likewise.
1200 (rewrite_expr_tree): Likewise.
1201 (rewrite_expr_tree_parallel): Likewise.
1202 (linearize_expr): Likewise.
1203 (break_up_subtract): Likewise.
1204 (linearize_expr_tree): Likewise.
1205 (attempt_builtin_powi): Likewise.
1206 (attempt_builtin_copysign): Likewise.
1207 (transform_stmt_to_copy): Likewise.
1208 (transform_stmt_to_multiply): Likewise.
1209 (dump_ops_vector): Likewise.
1210 * tree-ssa-sccvn.c (vn_nary_build_or_lookup_1): Likewise.
1211 (print_scc): Likewise.
1212 (set_ssa_val_to): Likewise.
1213 (visit_reference_op_store): Likewise.
1214 (visit_use): Likewise.
1215 (sccvn_dom_walker::before_dom_children): Likewise.
1216 (run_scc_vn): Likewise.
1217 * tree-ssa-scopedtables.c (avail_exprs_stack::lookup_avail_expr):
1218 Likewise.
1219 (expr_hash_elt::print): Likewise.
1220 (const_and_copies::pop_to_marker): Likewise.
1221 (const_and_copies::record_const_or_copy_raw): Likewise.
1222 * tree-ssa-structalias.c (compute_dependence_clique): Likewise.
1223 * tree-ssa-uninit.c (collect_phi_def_edges): Likewise.
1224 (dump_predicates): Likewise.
1225 (find_uninit_use): Likewise.
1226 (warn_uninitialized_phi): Likewise.
1227 (pass_late_warn_uninitialized::execute): Likewise.
1228 * tree-ssa.c (verify_vssa): Likewise.
1229 (verify_ssa): Likewise.
1230 (maybe_optimize_var): Likewise.
1231 * tree-vrp.c (dump_value_range): Likewise.
1232 (dump_all_value_ranges): Likewise.
1233 (dump_asserts_for): Likewise.
1234 (register_edge_assert_for_2): Likewise.
1235 (vrp_visit_cond_stmt): Likewise.
1236 (vrp_visit_switch_stmt): Likewise.
1237 (vrp_visit_stmt): Likewise.
1238 (vrp_visit_phi_node): Likewise.
1239 (simplify_cond_using_ranges_1): Likewise.
1240 (fold_predicate_in): Likewise.
1241 (evrp_dom_walker::before_dom_children): Likewise.
1242 (evrp_dom_walker::push_value_range): Likewise.
1243 (evrp_dom_walker::pop_value_range): Likewise.
1244 (execute_early_vrp): Likewise.
1245
1246 2017-05-16 Richard Biener <rguenther@suse.de>
1247
1248 * dwarf2out.c (loc_list_from_tree_1): Do not create
1249 DW_OP_GNU_variable_value for DECL_IGNORED_P decls.
1250
1251 2017-05-16 Richard Biener <rguenther@suse.de>
1252
1253 * dwarf2out.c (resolve_variable_value_in_expr): Lookup DIE
1254 just generated.
1255 (note_variable_value_in_expr): If we resolved the decl ref
1256 do not push to the stack.
1257
1258 2017-05-16 Matthew Wahab <matthew.wahab@arm.com>
1259
1260 * config/arm/arm_neon.h (vadd_f16): Use standard arithmetic
1261 operations in fast-math mode.
1262 (vaddq_f16): Likewise.
1263 (vmul_f16): Likewise.
1264 (vmulq_f16): Likewise.
1265 (vsub_f16): Likewise.
1266 (vsubq_f16): Likewise.
1267 * config/arm/neon.md (add<mode>3): New.
1268 (sub<mode>3): New.
1269 (fma:<VH:mode>3): New. Also remove outdated comment.
1270 (mul<mode>3): New.
1271
1272 2017-05-16 Martin Liska <mliska@suse.cz>
1273
1274 PR ipa/79849.
1275 PR ipa/79850.
1276 * ipa-devirt.c (warn_types_mismatch): Fix typo.
1277 (odr_types_equivalent_p): Likewise.
1278
1279 2017-05-15 Sylvestre Ledru <sylvestre@debian.org>
1280
1281 * plugin.c (try_init_one_plugin): Fix ressource leaks (CID 726637).
1282
1283 2017-05-15 Uros Bizjak <ubizjak@gmail.com>
1284
1285 PR target/80425
1286 * config/i386.i386.md (*zero_extendsidi2): Do not penalize
1287 non-interunit SSE move alternatives with '?'.
1288 (zero-extendsidi peephole2): New peephole to skip intermediate
1289 general register in SSE zero-extend sequence.
1290
1291 2017-05-15 Jeff Law <law@redhat.com>
1292
1293 * reorg.c (relax_delay_slots): Create a new variable to hold
1294 the temporary target rather than clobbering TARGET_LABEL.
1295
1296 * config/tilegx/tilegx.c (tilegx_expand_unaligned_load): Add
1297 missing argument to extract_bit_field call.
1298 * config/tilepro/tilepro.c (tilepro_expand_unaligned_load): Likewise.
1299
1300 2017-05-15 Martin Liska <mliska@suse.cz>
1301
1302 PR driver/31468
1303 * gcc.c (process_command): Do not allow empty argument of -o option.
1304
1305 2017-05-15 Renlin Li <renlin.li@arm.com>
1306
1307 * config/aarch64/aarch64-protos.h (aarch64_expand_call): Declare.
1308 * config/aarch64/aarch64.c (aarch64_expand_call): Define.
1309 * config/aarch64/constraints.md (Usf): Add long call check.
1310 * config/aarch64/aarch64.md (call): Use aarch64_expand_call.
1311 (call_value): Likewise.
1312 (sibcall): Likewise.
1313 (sibcall_value): Likewise.
1314 (call_insn): New.
1315 (call_value_insn): New.
1316 (sibcall_insn): Update rtx pattern.
1317 (sibcall_value_insn): Likewise.
1318 (call_internal): Remove.
1319 (call_value_internal): Likewise.
1320 (sibcall_internal): Likewise.
1321 (sibcall_value_internal): Likewise.
1322 (call_reg): Likewise.
1323 (call_symbol): Likewise.
1324 (call_value_reg): Likewise.
1325 (call_value_symbol): Likewise.
1326
1327 2017-05-14 Krister Walfridsson <krister.walfridsson@gmail.com>
1328
1329 PR target/80600
1330 * config/netbsd.h (NETBSD_LIBGCC_SPEC): Always add -lgcc.
1331
1332 2017-05-14 Uros Bizjak <ubizjak@gmail.com>
1333
1334 * config/i386.i386.c (ix86_cc_modes_compatible): CCNOmode is
1335 compatible with CCGOCmode and with CCZmode.
1336
1337 2017-05-14 Martin Sebor <msebor@redhat.com>
1338
1339 PR middle-end/77671
1340 * gimple-fold.c (gimple_fold_builtin_sprintf): Make extern.
1341 (gimple_fold_builtin_snprintf): Same.
1342 * gimple-fold.h (gimple_fold_builtin_sprintf): Declare.
1343 (gimple_fold_builtin_snprintf): Same.
1344 * gimple-ssa-sprintf.c (get_format_string): Correct the detection
1345 of character types.
1346 (is_call_safe): New function.
1347 (try_substitute_return_value): Call it.
1348 (try_simplify_call): New function.
1349 (pass_sprintf_length::handle_gimple_call): Call it.
1350
1351 2017-05-14 Martin Sebor <msebor@redhat.com>
1352
1353 PR middle-end/80669
1354 * builtins.c (expand_builtin_stpncpy): Simplify.
1355
1356 2017-05-14 Daniel Santos <daniel.santos@pobox.com>
1357
1358 * config/i386/i386.opt: Add option -mcall-ms2sysv-xlogues.
1359 * config/i386/i386.h
1360 (x86_64_ms_sysv_extra_clobbered_registers): Change type to unsigned.
1361 (NUM_X86_64_MS_CLOBBERED_REGS): New macro.
1362 (struct machine_function): Add new members call_ms2sysv,
1363 call_ms2sysv_pad_in, call_ms2sysv_pad_out and call_ms2sysv_extra_regs.
1364 (struct machine_frame_state): New fields sp_realigned and
1365 sp_realigned_offset.
1366 * config/i386/i386.c
1367 (enum xlogue_stub): New enum.
1368 (enum xlogue_stub_sets): New enum.
1369 (class xlogue_layout): New class.
1370 (struct ix86_frame): New fields stack_realign_allocate_offset,
1371 stack_realign_offset and outlined_save_offset. Modify comments to
1372 detail stack layout when using out-of-line stubs.
1373 (ix86_target_string): Add -mcall-ms2sysv-xlogues option.
1374 (ix86_option_override_internal): Add sorry() for TARGET_SEH and
1375 -mcall-ms2sysv-xlogues.
1376 (stub_managed_regs): New static variable.
1377 (ix86_save_reg): Add new parameter ignore_outlined to optionally omit
1378 registers managed by out-of-line stub.
1379 (disable_call_ms2sysv_xlogues): New function.
1380 (ix86_compute_frame_layout): Modify re-alignment calculations, disable
1381 m->call_ms2sysv when appropriate and compute frame layout for
1382 out-of-line stubs.
1383 (sp_valid_at, fp_valid_at): New inline functions.
1384 (choose_basereg): New function.
1385 (choose_baseaddr): Add align parameter, use choose_basereg and modify
1386 all callers.
1387 (ix86_emit_save_reg_using_mov, ix86_emit_restore_sse_regs_using_mov):
1388 Use align parameter of choose_baseaddr to generated aligned SSE movs
1389 when possible.
1390 (pro_epilogue_adjust_stack): Modify to track
1391 machine_frame_state::sp_realigned.
1392 (ix86_nsaved_regs): Modify to accommodate changes to ix86_save_reg.
1393 (ix86_nsaved_sseregs): Likewise.
1394 (ix86_emit_save_regs): Likewise.
1395 (ix86_emit_save_regs_using_mov): Likewise.
1396 (ix86_emit_save_sse_regs_using_mov): Likewise.
1397 (get_scratch_register_on_entry): Likewise.
1398 (gen_frame_set): New function.
1399 (gen_frame_load): Likewise.
1400 (gen_frame_store): Likewise.
1401 (emit_outlined_ms2sysv_save): Likewise.
1402 (emit_outlined_ms2sysv_restore): Likewise.
1403 (ix86_expand_prologue): Modify stack re-alignment code and call
1404 emit_outlined_ms2sysv_save when appropriate.
1405 (ix86_emit_leave): Clear machine_frame_state::sp_realigned. Add
1406 parameter rtx_insn *insn, which allows the function to be used to only
1407 generate the notes.
1408 (ix86_expand_epilogue): Modify validity checks of frame and stack
1409 pointers, and call emit_outlined_ms2sysv_restore when appropriate.
1410 (ix86_expand_call): Modify to enable m->call_ms2sysv when appropriate.
1411 * config/i386/predicates.md
1412 (save_multiple): New predicate.
1413 (restore_multiple): Likewise.
1414 * config/i386/sse.md
1415 (save_multiple<mode>): New pattern.
1416 (save_multiple_realign<mode>): Likewise.
1417 (restore_multiple<mode>): Likewise.
1418 (restore_multiple_and_return<mode>): Likewise.
1419 (restore_multiple_leave_return<mode>): Likewise.
1420 * Makefile.in: Export HOSTCXX and HOSTCXXFLAGS to site.exp
1421
1422 2017-05-14 Julia Koval <julia.koval@intel.com>
1423
1424 * config/i386/i386-builtin-types.def (VOID_FTYPE_INT_INT64): New type.
1425 * config/i386/i386-builtin.def (__builtin_ia32_xgetbv)
1426 (__builtin_ia32_xsetbv): New builtins.
1427 * config/i386/i386.c (ix86_expand_special_args_builtin):
1428 Process new types.
1429 (ix86_expand_builtin): Special expand for new intrinsics.
1430 * config/i386/i386.md (UNSPECV_XGETBV, UNSPECV_XSETBV): New.
1431 (xsetbv, xsetbv_rex64, xgetbv, xgetbv_rex64): New insn patterns.
1432 * config/i386/xsaveintrin.h (_xsetbv, _getbv): New intrinsics.
1433
1434 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1435
1436 * cfganal.c (inverted_post_order_compute): Change argument type
1437 to vec *.
1438 * cfganal.h (inverted_post_order_compute): Adjust prototype.
1439 * df-core.c (rest_of_handle_df_initialize): Adjust.
1440 (rest_of_handle_df_finish): Likewise.
1441 (df_analyze_1): Likewise.
1442 (df_analyze): Likewise.
1443 (loop_inverted_post_order_compute): Change argument to be a vec *.
1444 (df_analyze_loop): Adjust.
1445 (df_get_n_blocks): Likewise.
1446 (df_get_postorder): Likewise.
1447 * df.h (struct df_d): Change field to be a vec.
1448 * lcm.c (compute_laterin): Adjust.
1449 (compute_available): Likewise.
1450 * lra-lives.c (lra_create_live_ranges_1): Likewise.
1451 * tree-ssa-dce.c (remove_dead_stmt): Likewise.
1452 * tree-ssa-pre.c (compute_antic): Likewise.
1453
1454 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1455
1456 * cfganal.c (connect_infinite_loops_to_exit): Adjust.
1457 (depth_first_search::depth_first_search): Change structure init
1458 function to this constructor.
1459 (depth_first_search::add_bb): Rename function to this member.
1460 (depth_first_search::execute): Likewise.
1461 (flow_dfs_compute_reverse_finish): Adjust.
1462
1463 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1464
1465 * ddg.c (find_nodes_on_paths): Use auto_sbitmap.
1466 (longest_simple_path): Likewise.
1467 * shrink-wrap.c (spread_components): Likewise.
1468 (disqualify_problematic_components): Likewise.
1469 (emit_common_heads_for_components): Likewise.
1470 (emit_common_tails_for_components): Likewise.
1471 (insert_prologue_epilogue_for_components): Likewise.
1472
1473 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1474
1475 * tree-ssa-dse.c (dse_dom_walker): Make m_live_byes a
1476 auto_sbitmap.
1477
1478 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1479
1480 * df-core.c (df_set_blocks): Start using auto_bitmap.
1481 (df_compact_blocks): Likewise.
1482 * df-problems.c (df_rd_confluence_n): Likewise.
1483 * df-scan.c (df_insn_rescan_all): Likewise.
1484 (df_process_deferred_rescans): Likewise.
1485 (df_update_entry_block_defs): Likewise.
1486 (df_update_exit_block_uses): Likewise.
1487 (df_entry_block_bitmap_verify): Likewise.
1488 (df_exit_block_bitmap_verify): Likewise.
1489 (df_scan_verify): Likewise.
1490 * lra-constraints.c (lra_constraints): Likewise.
1491 (undo_optional_reloads): Likewise.
1492 (lra_undo_inheritance): Likewise.
1493 * lra-remat.c (calculate_gen_cands): Likewise.
1494 (do_remat): Likewise.
1495 * lra-spills.c (assign_spill_hard_regs): Likewise.
1496 (spill_pseudos): Likewise.
1497 * tree-ssa-pre.c (bitmap_set_and): Likewise.
1498 (bitmap_set_subtract_values): Likewise.
1499
1500 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1501
1502 * haifa-sched.c (estimate_shadow_tick): Replace manual bitmap
1503 management with auto_bitmap.
1504 (fix_inter_tick): Likewise.
1505 (fix_recovery_deps): Likewise.
1506 * ira.c (add_store_equivs): Likewise.
1507 (find_moveable_pseudos): Likewise.
1508 (split_live_ranges_for_shrink_wrap): Likewise.
1509 * print-rtl.c (rtx_reuse_manager::rtx_reuse_manager): Likewise.
1510 (rtx_reuse_manager::seen_def_p): Likewise.
1511 (rtx_reuse_manager::set_seen_def): Likewise.
1512 * print-rtl.h (class rtx_reuse_manager): Likewise.
1513
1514 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1515
1516 * bt-load.c (combine_btr_defs): Use auto_bitmap to manage bitmap
1517 lifetime.
1518 (migrate_btr_def): Likewise.
1519 * cfgloop.c (get_loop_body_in_bfs_order): Likewise.
1520 * df-core.c (loop_post_order_compute): Likewise.
1521 (loop_inverted_post_order_compute): Likewise.
1522 * hsa-common.h: Likewise.
1523 * hsa-gen.c (hsa_bb::~hsa_bb): Likewise.
1524 * init-regs.c (initialize_uninitialized_regs): Likewise.
1525 * ipa-inline.c (resolve_noninline_speculation): Likewise.
1526 (inline_small_functions): Likewise.
1527 * ipa-reference.c (ipa_reference_write_optimization_summary): Likewise.
1528 * ira.c (combine_and_move_insns): Likewise.
1529 (build_insn_chain): Likewise.
1530 * loop-invariant.c (find_invariants): Likewise.
1531 * lower-subreg.c (propagate_pseudo_copies): Likewise.
1532 * predict.c (tree_predict_by_opcode): Likewise.
1533 (predict_paths_leading_to): Likewise.
1534 (predict_paths_leading_to_edge): Likewise.
1535 (estimate_loops_at_level): Likewise.
1536 (estimate_loops): Likewise.
1537 * shrink-wrap.c (try_shrink_wrapping): Likewise.
1538 (spread_components): Likewise.
1539 * tree-cfg.c (remove_edge_and_dominated_blocks): Likewise.
1540 * tree-loop-distribution.c (rdg_build_partitions): Likewise.
1541 * tree-predcom.c (tree_predictive_commoning_loop): Likewise.
1542 * tree-ssa-coalesce.c (coalesce_ssa_name): Likewise.
1543 * tree-ssa-phionlycprop.c (pass_phi_only_cprop::execute): Likewise.
1544 * tree-ssa-pre.c (remove_dead_inserted_code): Likewise.
1545 * tree-ssa-sink.c (nearest_common_dominator_of_uses): Likewise.
1546 * tree-ssa-threadupdate.c (compute_path_counts): Likewise.
1547 (mark_threaded_blocks): Likewise.
1548 (thread_through_all_blocks): Likewise.
1549 * tree-ssa.c (verify_ssa): Likewise.
1550 (execute_update_addresses_taken): Likewise.
1551 * tree-ssanames.c (verify_ssaname_freelists): Likewise.
1552
1553 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1554
1555 * cfganal.c (mark_dfs_back_edges): Replace manual stack with
1556 auto_vec.
1557 (post_order_compute): Likewise.
1558 (inverted_post_order_compute): Likewise.
1559 (pre_and_rev_post_order_compute_fn): Likewise.
1560
1561 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1562
1563 * genrecog.c (int_set::int_set): Explicitly construct our
1564 auto_vec base class.
1565 * vec.h (auto_vec::auto_vec): New constructor.
1566
1567 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1568
1569 * bitmap.h (class auto_bitmap): New constructor taking
1570 bitmap_obstack * argument.
1571
1572 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1573
1574 * bitmap.h (class auto_bitmap): Change type of m_bits to
1575 bitmap_head, and adjust ctor / dtor and member operators.
1576
1577 2017-05-13 Uros Bizjak <ubizjak@gmail.com>
1578
1579 * compare-elim.c (equivalent_reg_at_start): Return NULL_RTX
1580 when returned register mode doesn't match original mode.
1581
1582 2017-05-12 Jeff Law <law@redhat.com>
1583 Jakub Jelinek <jakub@redhat.com>
1584
1585 * config/mn10300/mn10300.c (mn10300_match_ccmode): Fix where
1586 we look for cc setter after the compare-elim changes.
1587 * config/mn10300/mn10300.md (addsi3_flags): Fix order of patterns
1588 within the vector to match what compare-elim now expects.
1589 (subsi3_flags, andsi3_flags, iorsi3_flags): Likewise.
1590 (xorsi3_flags, one_cmplsi2_flags): Likewise.
1591
1592 * config/rx/rx.c (rx_match_ccmode): Fix where we look cc setter
1593 after the compare-elim changes.
1594 * config/rx/rx.md (abssi2_flags): Fix order of patterns within
1595 the vector to match what compare-elim now expects.
1596 (addsi3_flags, adc_flags, addsi3_flags peepholes): Likewise.
1597 (andsi3_flags, negsi2_flags, one_cmplsi2_flags): Likewise.
1598 (iorsi3_flags, rotlsi3_flags, rotrsi3_flags): Likewise.
1599 (ashrsi3_flags, lshrsi3_flags, ashlsi3_flags): Likewise.
1600 (ssaddsi3, subsi3_flags, sbb_flags, xorsi3_flags): Likewise.
1601
1602 * config/visium/visium.c (single_set_and_flags): Fix where
1603 we look for cc setter after the compare-elim changes.
1604 * config/visium/visium.md (flags_subst_logic): Fix order of patterns
1605 with the vector to match what compare-elim now expects.
1606 (flags_subst_arith, add<mode>3_insn_set_carry): Likewise.
1607 (add<mode>3_insn_set_overflow, addsi3_insn_set_carry): Likewise.
1608 (addsi3_insn_set_overflow, sub<mode>3_insn_set_carry): Likewise.
1609 (sub<mode>3_insn_set_overflow, subsi3_insn_set_carry): Likewise.
1610 (subsi3_insn_set_overflow, negsi2_insn_set_carry): Likewise.
1611 (neg<mode>2_insn_set_overflow): Likewise.
1612
1613 2017-05-12 Jim Wilson <jim.wilson@linaro.org>
1614
1615 PR middle-end/79794
1616 * expmed.c (extract_bit_field_1): Add alt_rtl argument. Before
1617 maybe_expand_insn call, set ops[0].target. If still set after call,
1618 set alt_rtl. Add extra arg to recursive calls.
1619 (extract_bit_field): Add alt_rtl argument. Pass to
1620 extract_bit_field.
1621 * expmed.h (extract_bit_field): Fix prototype.
1622 * expr.c (emit_group_load_1, copy_blkmode_from_reg)
1623 (copy_blkmode_to_reg, read_complex_part, store_field): Pass extra NULL
1624 to extract_bit_field_calls.
1625 (expand_expr_real_1): Pass alt_rtl to expand_expr_real instead of 0.
1626 Pass alt_rtl to extract_bit_field calls.
1627 * calls.c (store_unaligned_arguments_into_psuedos)
1628 load_register_parameters): Pass extra NULL to extract_bit_field calls.
1629 * optabs.c (maybe_legitimize_operand): Clear op->target when call
1630 gen_reg_rtx.
1631 * optabs.h (struct expand_operand): Add target bitfield.
1632
1633 2017-05-12 Uros Bizjak <ubizjak@gmail.com>
1634
1635 * compare-elim.c (try_eliminate_compare): Canonicalize
1636 operation with embedded compare to
1637 [(set (reg:CCM) (compare:CCM (operation) (immediate)))
1638 (set (reg) (operation)].
1639
1640 * config/i386/i386.c (TARGET_FLAGS_REGNUM): New define.
1641
1642 2017-05-12 Uros Bizjak <ubizjak@gmail.com>
1643
1644 PR target/80723
1645 * config/i386/i386.c (ix86_rtx_cost) [case PLUS]: Ignore the
1646 cost of adding a carry flag for ADC instruction.
1647 [case MINUS]: Ignore the cost of subtracting a carry flag
1648 for SBB instruction.
1649
1650 2017-05-12 Steven Munroe <munroesj@gcc.gnu.org>
1651
1652 * config.gcc (powerpc*-*-*): Add bmi2intrin.h, bmiintrin.h,
1653 and x86intrin.h
1654 * config/rs6000/bmiintrin.h: New file.
1655 * config/rs6000/bmi2intrin.h: New file.
1656 * config/rs6000/x86intrin.h: New file.
1657
1658 2017-05-12 Jeff Law <law@redhat.com>
1659
1660 * tree-vrp.c (vrp_dom_walker::before_dom_children): Push unwinding
1661 markers.
1662
1663 2017-05-12 Peter Bergner <bergner@vnet.ibm.com>
1664
1665 PR middle-end/80707
1666 * tree-cfg.c: Remove cfg edges of unreachable case statements.
1667
1668 2017-05-12 Will Schmidt <will_schmidt@vnet.ibm.com>
1669
1670 * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling for
1671 early expansion of vector divide builtins.
1672 (builtin_function_type): Add VSX_BUILTIN_UDIV_V2DI to the list of
1673 builtins identified as having unsigned arguments.
1674
1675 2017-05-12 Will Schmidt <will_schmidt@vnet.ibm.com>
1676
1677 * config/rs6000/rs6000.c (gimple-fold.h): New #include.
1678 (rs6000_gimple_fold_builtin): Add handling for early GIMPLE
1679 expansion of vector logical operations (and, andc, or, xor,
1680 nor, orc, nand).
1681
1682 2017-05-12 Will Schmidt <will_schmidt@vnet.ibm.com>
1683
1684 * gimple-fold.c (create_tmp_reg_or_ssa_name): Remove static declaration.
1685 * gimple-fold.h (create_tmp_reg_or_ssa_name): New prototype.
1686
1687 2017-05-12 Will Schmidt <will_schmidt@vnet.ibm.com>
1688
1689 * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling for
1690 early GIMPLE expansion of vector multiplies.
1691
1692 2017-05-12 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
1693
1694 * config/arm/arm.md (movsi): Add TARGET_32BIT in addition to the
1695 TARGET_HAVE_MOVT conditional.
1696 (movt splitter): Likewise.
1697
1698 2017-05-12 Richard Biener <rguenther@suse.de>
1699
1700 * tree-ssa-sccvn.h (has_VN_INFO): Declare.
1701 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
1702 Fold all stmts not inplace.
1703
1704 2017-05-12 Richard Biener <rguenther@suse.de>
1705
1706 PR tree-optimization/80713
1707 * tree-ssa-pre.c (remove_dead_inserted_code): Clear
1708 inserted_exprs bit for not removed stmts.
1709
1710 2017-05-12 Thomas Schwinge <thomas@codesourcery.com>
1711
1712 PR middle-end/69921
1713 * tree-parloops.c (create_parallel_loop): Set "oacc kernels
1714 parallelized" attribute for parallelized OpenACC kernels.
1715 * omp-offload.c (execute_oacc_device_lower): Use it.
1716
1717 * omp-expand.c (expand_omp_target) <GF_OMP_TARGET_KIND_OACC_KERNELS>:
1718 Set "oacc kernels" attribute.
1719 * omp-general.c (oacc_set_fn_attrib): Remove is_kernel formal
1720 parameter. Adjust all users.
1721 (oacc_fn_attrib_kernels_p): Remove function.
1722 * omp-offload.c (execute_oacc_device_lower): Look for "oacc
1723 kernels" attribute instead of calling oacc_fn_attrib_kernels_p.
1724 * tree-ssa-loop.c (gate_oacc_kernels): Likewise.
1725 * tree-parloops.c (create_parallel_loop): If oacc_kernels_p,
1726 assert "oacc kernels" attribute is set.
1727
1728 2017-05-11 Carl Love <cel@us.ibm.com>
1729
1730 * config/rs6000/rs6000-c: Add support for built-in functions
1731 vector unsigned char vec_popcnt (vector signed char)
1732 vector unsigned char vec_popcnt (vector unsigned char)
1733 vector unsigned short vec_popcnt (vector signed short)
1734 vector unsigned short vec_popcnt (vector unsigned short)
1735 vector unsigned int vec_popcnt (vector signed int)
1736 vector unsigned int vec_popcnt (vector unsigned int)
1737 vector unsigned long long vec_popcnt (vector signed long long)
1738 vector unsigned long long vec_popcnt (vector unsigned long long)
1739 vector signed long long vec_slo (vector signed long long,
1740 vector signed char)
1741 vector signed long long vec_slo (vector signed long long,
1742 vector unsigned char)
1743 vector unsigned long long vec_slo (vector unsigned long long,
1744 vector signed char)
1745 vector unsigned long long vec_slo (vector unsigned long long,
1746 vector unsigned char)
1747 * config/rs6000/rs6000-builtin.def: Add definitions for VPOPCNTUB,
1748 VPOPCNTUH, VPOPCNTUW, and VPOPCNTUD overloads.
1749 * config/rs6000/altivec.h: Add define for vec_popcnt, vec_popcntb,
1750 vec_popcnth, vec_popcntw and vec_popcntd built-in functions.
1751 * doc/extend.texi: Update the built-in documentation file for the
1752 new built-in functions.
1753
1754 2017-05-11 Michael Meissner <meissner@linux.vnet.ibm.com>
1755
1756 * attribs.h (sorted_attr_string): Move machine independent
1757 functions for target clone support from the i386 port to common
1758 code. Rename ix86_function_versions to common_function_versions.
1759 Rename make_name to make_unique_name.
1760 (common_function_versions): Likewise.
1761 (make_unique_name): Likewise.
1762 (make_dispatcher_decl): Likewise.
1763 (is_function_default_version): Likewise.
1764 * attribs.c (attr_strcmp): Likewise.
1765 (sorted_attr_string): Likewise.
1766 (common_function_versions): Likewise.
1767 (make_unique_name): Likewise.
1768 (make_dispatcher_decl): Likewise.
1769 (is_function_default_version): Likewise.
1770 * config/i386/i386.c (attr_strcmp): Likewise.
1771 (sorted_attr_string): Likewise.
1772 (ix86_function_versions): Likewise.
1773 (make_name): Likewise.
1774 (make_dispatcher_decl): Likewise.
1775 (is_function_default_version): Likewise.
1776 (TARGET_OPTION_FUNCTION_VERSIONS): Update target function hook.
1777
1778 2017-05-11 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1779
1780 PR target/80695
1781 * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
1782 Account for direct move costs for vec_construct of integer
1783 vectors.
1784
1785 2017-05-11 Uros Bizjak <ubizjak@gmail.com>
1786
1787 PR target/80706
1788 * config/i386/sync.md (UNSPEC_LDX_ATOMIC): New unspec.
1789 (UNSPEC_STX_ATOMIC): Ditto.
1790 (loaddi_via_sse): New insn.
1791 (storedi_via_sse): Ditto.
1792 (atomic_loaddi_fpu): Emit loaddi_via_sse and storedi_via_sse.
1793 Update corresponding peephole2 patterns.
1794 (atomic_storedi_fpu): Ditto.
1795
1796 2017-05-11 Julia Koval <julia.koval@intel.com>
1797
1798 * config/i386/avx512fintrin.h (_mm_mask_rsqrt14_sd)
1799 (_mm_maskz_rsqrt14_sd, _mm_mask_rsqrt14_ss, _mm_maskz_rsqrt14_ss):
1800 New intrinsics.
1801 * config/i386/i386-builtin.def (__builtin_ia32_rsqrt14sd_mask)
1802 (__builtin_ia32_rsqrt14ss_mask): New builtins.
1803 * config/i386/sse.md (rsqrt14_<mode>_mask): New pattern.
1804
1805 2017-05-11 Nathan Sidwell <nathan@acm.org>
1806
1807 * graphite-poly.c: Include dumpfile.h.
1808
1809 * dumpfle.h (dump_function): Declare here ...
1810 * tree-dump.h (dump_function): ... not here.
1811 * dumpfile.c: #include tree-cfg.h.
1812 (dump_function): Move here from ...
1813 * tree-dump.c (dump_function): ... here.
1814 * gimplify.c: #include splay-tree.h, not tree-dump.h.
1815 * graphite-poly.c: Don't include tree-dump.h.
1816 * cgraphclones.c: Include dumpfile.h not tree-dump.h.
1817 * print-tree.c: Likewise.
1818 * stor-layout.c: Likewise.
1819 * tree-nested.c: Likewise.
1820
1821 * dumpfile.c (dump_start): Use TDF_FLAGS.
1822 (dump_enable_all): Fix TDF_KIND check thinko.
1823
1824 2017-05-11 Kelvin Nilsen <kelvin@gcc.gnu.org>
1825
1826 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
1827 array entries to represent two legal parameterizations of the
1828 overloaded __builtin_cmpb function, as represented by the
1829 P6_OV_BUILTIN_CMPB constant.
1830 (altivec_resolve_overloaded_builtin): Add special case handling
1831 for the __builtin_cmpb function, as represented by the
1832 P6_OV_BUILTIN_CMPB constant.
1833 * config/rs6000/rs6000-builtin.def (BU_P6_2): New macro.
1834 (BU_P6_64BIT_2): New macro.
1835 (BU_P6_OVERLOAD_2): New macro
1836 (CMPB_32): Add 32-bit compare-bytes support for 32-bit only targets.
1837 (CMPB): Add 64-bit compare-bytes support for 32-bit and 64-bit targets.
1838 (CMPB): Add overload support to represent both 32-bit and 64-bit
1839 compare-bytes function.
1840 * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
1841 support for TARGET_CMPB.
1842 * config/rs6000/rs6000.h: Add support for RS6000_BTM_CMPB.
1843 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
1844 documentation of the __builtin_cmpb overloaded built-in function.
1845
1846 2017-05-11 Richard Biener <rguenther@suse.de>
1847
1848 PR tree-optimization/80705
1849 * tree-vect-data-refs.c (vect_analyze_data_refs): DECL_NONALIASED
1850 bases are not vectorizable.
1851
1852 2017-05-11 Bin Cheng <bin.cheng@arm.com>
1853
1854 * tree-ssa-loop-ivopts.c (determine_set_costs): Skip non-interger
1855 when counting register pressure.
1856
1857 2017-05-11 Bin Cheng <bin.cheng@arm.com>
1858
1859 * tree-ssa-loop-ivopts.c (compare_cost_pair): New.
1860 (iv_ca_more_deps): Renamed to ...
1861 (iv_ca_compare_deps): ... this.
1862 (iv_ca_extend): Extend iv_ca if NEW_CP is cheaper than OLD_CP.
1863
1864 2017-05-11 Bin Cheng <bin.cheng@arm.com>
1865
1866 * tree-ssa-loop-ivopts.c (find_interesting_uses): Move inv vars dump
1867 to ...
1868 (determine_group_iv_costs): ... here.
1869 (find_inv_vars_cb): Record inv var if it's not recorded before.
1870
1871 2017-05-11 Bin Cheng <bin.cheng@arm.com>
1872
1873 * tree-ssa-loop-ivopts.c (allow_ip_end_pos_p): Refine comments.
1874 (get_shiftadd_cost): Ditto.
1875
1876 2017-05-11 Bin Cheng <bin.cheng@arm.com>
1877
1878 * tree-ssa-address.c: Include header file.
1879 (move_hint_to_base): Return TRUE if BASE_HINT is moved to memory
1880 address.
1881 (add_to_parts): Refactor.
1882 (addr_to_parts): New parameter. Update use of move_hint_to_base.
1883 (create_mem_ref): Update use of addr_to_parts. Re-associate addr
1884 in new order.
1885
1886 2017-05-11 Bin Cheng <bin.cheng@arm.com>
1887
1888 PR tree-optimization/53090
1889 * tree-ssa-loop-ivopts.c (enum comp_iv_rewrite): New enum value
1890 COMP_IV_EXPR_2.
1891 (extract_cond_operands): Detect condition with IV on both sides
1892 and return COMP_IV_EXPR_2.
1893 (find_interesting_uses_cond): Add iv_use for both IVs in condition.
1894 (rewrite_use_compare): Simplify by removing call to function
1895 extract_cond_operands.
1896
1897 2017-05-11 Bin Cheng <bin.cheng@arm.com>
1898
1899 * tree-ssa-loop-ivopts.c (enum comp_iv_rewrite): New.
1900 (extract_cond_operands): Detect condition comparing against non-
1901 invariant bound and return appropriate enum value.
1902 (find_interesting_uses_cond): Update use of extract_cond_operands.
1903 Handle its return value accordingly.
1904 (determine_group_iv_cost_cond, rewrite_use_compare): Ditto.
1905
1906 2017-05-11 Bin Cheng <bin.cheng@arm.com>
1907
1908 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Re-associate
1909 nonlinear iv_use computation in loop invariant sensitive way.
1910
1911 2017-05-11 Bin Cheng <bin.cheng@arm.com>
1912
1913 * tree-ssa-loop-ivopts.c (relate_compare_use_with_all_cands): New.
1914 (find_iv_candidates): Call relate_compare_use_with_all_cands.
1915
1916 2017-05-11 Bin Cheng <bin.cheng@arm.com>
1917
1918 * tree-ssa-loop-ivopts.c (struct iv_cand): New field inv_exprs.
1919 (dump_cand): Support iv_cand.inv_exprs.
1920 (add_candidate_1): Record invariant exprs in iv_cand.inv_exprs
1921 for candidates.
1922 (iv_ca_set_no_cp, iv_ca_set_cp, free_loop_data): Support
1923 iv_cand.inv_exprs.
1924
1925 2017-05-11 Bin Cheng <bin.cheng@arm.com>
1926
1927 * tree-ssa-loop-ivopts.c (multiplier_allowed_in_address_p): Move
1928 from ...
1929 * tree-ssa-address.c (multiplier_allowed_in_address_p): ... to here
1930 as local function. Include necessary header files.
1931 * tree-ssa-loop-ivopts.h (multiplier_allowed_in_address_p): Delete.
1932
1933 2017-05-11 Bin Cheng <bin.cheng@arm.com>
1934
1935 * tree-ssa-loop-ivopts.c (autoinc_possible_for_pair): Simplify.
1936
1937 2017-05-11 Bin Cheng <bin.cheng@arm.com>
1938
1939 * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Handle more
1940 operators: TRUNC_DIV_EXPR, BIT_AND_EXPR, BIT_IOR_EXPR, LSHIFT_EXPR,
1941 RSHIFT_EXPR and BIT_NOT_EXPR.
1942
1943 2017-05-11 Bin Cheng <bin.cheng@arm.com>
1944
1945 * tree-ssa-loop-ivopts.c (get_loop_invariant_expr): Simplify.
1946 (adjust_setup_cost): New parameter supporting round up adjustment.
1947 (struct address_cost_data): Delete.
1948 (force_expr_to_var_cost): Don't bound cost with spill_cost.
1949 (split_address_cost, ptr_difference_cost): Delete.
1950 (difference_cost, compare_aff_trees, record_inv_expr): Delete.
1951 (struct ainc_cost_data): New struct.
1952 (get_address_cost_ainc): New function.
1953 (get_address_cost, get_computation_cost): Reimplement.
1954 (determine_group_iv_cost_address): Record inv_expr for all uses of
1955 a group.
1956 (determine_group_iv_cost_cond): Call get_loop_invariant_expr.
1957 (iv_ca_has_deps): Reimplemented to ...
1958 (iv_ca_more_deps): ... this. Check if NEW_CP introduces more deps
1959 than OLD_CP.
1960 (iv_ca_extend): Call iv_ca_more_deps.
1961
1962 2017-05-11 Bin Cheng <bin.cheng@arm.com>
1963
1964 * tree-ssa-address.c (struct mem_address): Move to header file.
1965 (valid_mem_ref_p, move_fixed_address_to_symbol): Make it global.
1966 * tree-ssa-address.h (struct mem_address): Move from C file.
1967 (valid_mem_ref_p, move_fixed_address_to_symbol): Declare.
1968
1969 2017-05-11 Bin Cheng <bin.cheng@arm.com>
1970
1971 * tree-affine.h (aff_combination_type): New interface.
1972 (aff_combination_zero_p): Remove static.
1973 (aff_combination_const_p): New interface.
1974 (aff_combination_singleton_var_p): New interfaces.
1975
1976 2017-05-11 Richard Biener <rguenther@suse.de>
1977
1978 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
1979 Skip unreachable blocks and destinations.
1980 (eliminate): Move stmt removal and fixup ...
1981 (fini_eliminate): ... here. Skip inserted exprs.
1982 (pass_pre::execute): Move fini_pre after fini_eliminate.
1983 * tree-ssa-tailmerge.c: Include tree-cfgcleanup.h.
1984 (tail_merge_optimize): Run cleanup_tree_cfg if requested by
1985 PRE to get rid of dead code that has invalid SSA form and
1986 split critical edges again.
1987
1988 2017-05-11 Bin Cheng <bin.cheng@arm.com>
1989
1990 * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
1991
1992 2017-05-11 Richard Biener <rguenther@suse.de>
1993
1994 * passes.c (execute_function_todo): Verify loops if they are
1995 said to be up-to-date.
1996 * cfgexpand.c (pass_expand::execute): Discard loops for -dx.
1997 * trans-mem.c (pass_tm_edges::execute): Mark loops for fixup.
1998
1999 2017-05-10 John David Anglin <danglin@gcc.gnu.org>
2000
2001 PR target/80090
2002 * config/pa/pa.c (pa_assemble_integer): When outputting a SYMBOL_REF,
2003 handle calling assemble_external ourself.
2004
2005 PR target/79027
2006 * config/pa/pa.c (pa_cannot_change_mode_class): Reject changes to/from
2007 modes with zero size. Enhance comment.
2008
2009 2017-05-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2010
2011 * config/rs6000/rs6000.c (altivec_init_builtins): Define POWER8
2012 built-ins for vec_xl and vec_xst with short and char pointer
2013 arguments.
2014
2015 2017-05-10 Sebastian Peryt <sebastian.peryt@intel.com>
2016
2017 * config/i386/avx512fintrin.h (_mm_mask_max_round_sd)
2018 (_mm_maskz_max_round_sd, _mm_mask_max_round_ss)
2019 (_mm_maskz_max_round_ss, _mm_mask_min_round_sd)
2020 (_mm_maskz_min_round_sd, _mm_mask_min_round_ss)
2021 (_mm_maskz_min_round_ss): New intrinsics.
2022 * config/i386/i386-builtin-types.def (V2DF, V2DF, V2DF, V2DF, UQI, INT)
2023 (V4SF, V4SF, V4SF, V4SF, UQI, INT): New function type aliases.
2024 * config/i386/i386-builtin.def (__builtin_ia32_maxsd_mask_round)
2025 (__builtin_ia32_maxss_mask_round, __builtin_ia32_minsd_mask_round)
2026 (__builtin_ia32_minss_mask_round): New builtins.
2027 * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
2028 (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
2029 * config/i386/sse.md (<sse>_vm<code><mode>3<round_saeonly_name>):
2030 Rename to ...
2031 (<sse>_vm<code><mode>3<mask_name><round_saeonly_name>): ... this.
2032 (v<maxmin_float><ssescalarmodesuffix>\t{<round_saeonly_op3>%2, %1, %0|%0, %1, %<iptr>2<round_saeonly_op3>}):
2033 Change to ...
2034 (v<maxmin_float><ssescalarmodesuffix>\t{<round_saeonly_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_saeonly_mask_op3>}):
2035 ... this.
2036
2037 2017-05-10 Sebastian Peryt <sebastian.peryt@intel.com>
2038
2039 * config/i386/avx512fintrin.h (_mm_mask_mul_round_sd)
2040 (_mm_maskz_mul_round_sd, _mm_mask_mul_round_ss)
2041 (_mm_maskz_mul_round_ss, _mm_mask_div_round_sd)
2042 (_mm_maskz_div_round_sd, _mm_mask_div_round_ss)
2043 (_mm_maskz_div_round_ss, _mm_mask_mul_sd, _mm_maskz_mul_sd)
2044 (_mm_mask_mul_ss, _mm_maskz_mul_ss, _mm_mask_div_sd)
2045 (_mm_maskz_div_sd, _mm_mask_div_ss, _mm_maskz_div_ss): New intrinsics.
2046 * config/i386/i386-builtin-types.def (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
2047 (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): New function type aliases.
2048 * config/i386/i386-builtin.def (__builtin_ia32_divsd_mask_round)
2049 (__builtin_ia32_divss_mask_round, __builtin_ia32_mulsd_mask_round)
2050 (__builtin_ia32_mulss_mask_round): New builtins.
2051 * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
2052 (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
2053 * config/i386/sse.md (<sse>_vm<multdiv_mnemonic><mode>3<round_name>):
2054 Rename to ...
2055 (<sse>_vm<multdiv_mnemonic><mode>3<mask_name><round_name>): ... this.
2056 (v<multdiv_mnemonic><ssescalarmodesuffix>\t{<round_op3>%2, %1, %0|%0, %1, %<iptr>2<round_op3>}):
2057 Change to ...
2058 (v<multdiv_mnemonic><ssescalarmodesuffix>\t{<round_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}):
2059 ... this.
2060
2061 2017-05-10 Julia Koval <julia.koval@intel.com>
2062
2063 * config/i386/avxintrin.h (_mm256_set_m128, _mm256_set_m128d)
2064 (_mm256_set_m128i, _mm256_setr_m128, _mm256_setr_m128d)
2065 (_mm256_setr_m128i): New intrinsics.
2066
2067 2017-05-10 Julia Koval <julia.koval@intel.com>
2068
2069 * config/i386/avx512fintrin.h (_mm_mask_rcp14_sd)
2070 (_mm_maskz_rcp14_sd, _mm_mask_rcp14_ss)
2071 (_mm_maskz_rcp14_ss): New intrinsics.
2072 * config/i386/i386-builtin.def (__builtin_ia32_rcp14sd_mask)
2073 (__builtin_ia32_rcp14ss_mask): New builtins.
2074 * config/i386/sse.md (srcp14<mode>_mask): New pattern.
2075
2076 2017-05-10 Peter Bergner <bergner@vnet.ibm.com>
2077
2078 PR tree-optimization/51513
2079 * tree-cfg.c (gimple_seq_unreachable_p): New function.
2080 (assert_unreachable_fallthru_edge_p): Use it.
2081 (group_case_labels_stmt): Likewise.
2082 * tree-cfg.h: Prototype it.
2083 * stmt.c: Include cfghooks.h and tree-cfg.h.
2084 (emit_case_dispatch_table) <gap_label>: New local variable.
2085 Use it to fill dispatch table gaps.
2086 Test for default_label before updating probabilities.
2087 (expand_case) <default_label>: Remove unneeded initialization.
2088 Test for unreachable default case statement and remove its edge.
2089 Set default_label accordingly.
2090 * tree-ssa-ccp.c (optimize_unreachable): Update comment.
2091
2092 2017-05-10 Carl Love <cel@us.ibm.com>
2093
2094 * config/rs6000/rs6000-c: Add support for built-in functions
2095 vector signed char vec_neg (vector signed char)
2096 vector signed short int vec_neg (vector short int)
2097 vector signed int vec_neg (vector signed int)
2098 vector signed long long vec_neg (vector signed long long)
2099 vector float vec_neg (vector float)
2100 vector double vec_neg (vector double)
2101 * config/rs6000/rs6000-builtin.def: Add definitions for NEG function
2102 overload.
2103 * config/rs6000/altivec.h: Add define for vec_neg
2104 * doc/extend.texi: Update the built-in documentation for the
2105 new built-in functions.
2106
2107 2017-05-10 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
2108
2109 PR tree-optimization/77644
2110 * match.pd (sqrt(x) cmp sqrt(y) -> x cmp y): New pattern.
2111
2112 2017-05-10 Nathan Sidwell <nathan@acm.org>
2113
2114 * dumpfile.h (TDI_lang_all): New.
2115 (TDF_KIND): New. Renumber others
2116 (TDF_LANG, TDF_TREE, TDF_RTL, TDF_IPA): Enumerate value, rather
2117 than bits.
2118 * dumpfile.c (dump_files): Mark language dumps as TDF_LANG. add
2119 lang-all.
2120 (get_dump_file_name): Adjust suffix generation.
2121 (dump_enable_all): Use TDF_KIND.
2122 * doc/invoke.texi (-fdump-lang-all): Document.
2123
2124 * dumpfile.h: Tabify.
2125
2126 2017-05-10 Wilco Dijkstra <wdijkstr@arm.com>
2127
2128 PR target/80671
2129 * config/aarch64/cortex-a57-fma-steering.c (merge_forest):
2130 Move member access before delete.
2131
2132 2017-05-10 Alexandre Oliva <aoliva@redhat.com>
2133
2134 * tree-inline.c (expand_call_inline): Split block at stmt
2135 before the call.
2136
2137 2017-05-09 Michael Meissner <meissner@linux.vnet.ibm.com>
2138
2139 PR target/68163
2140 * config/rs6000/rs6000.md (f32_lr): Delete mode attributes that
2141 are now unused after splitting mov{sf,sd}_hardfloat.
2142 (f32_lr2): Likewise.
2143 (f32_lm): Likewise.
2144 (f32_lm2): Likewise.
2145 (f32_li): Likewise.
2146 (f32_li2): Likewise.
2147 (f32_lv): Likewise.
2148 (f32_sr): Likewise.
2149 (f32_sr2): Likewise.
2150 (f32_sm): Likewise.
2151 (f32_sm2): Likewise.
2152 (f32_si): Likewise.
2153 (f32_si2): Likewise.
2154 (f32_sv): Likewise.
2155 (f32_dm): Likewise.
2156 (f32_vsx): Likewise.
2157 (f32_av): Likewise.
2158 (mov<mode>_hardfloat): Split into separate movsf and movsd pieces.
2159 For movsf, order stores so the VSX stores occur before the GPR
2160 store which encourages the register allocator to use a traditional
2161 FPR instead of a GPR. For movsd, order the stores so that the GPR
2162 store comes before the VSX stores to allow the power6 to work.
2163 This is due to the power6 not having a 32-bit integer store
2164 instruction from a FPR.
2165 (movsf_hardfloat): Likewise.
2166 (movsd_hardfloat): Likewise.
2167
2168 2017-05-09 Martin Sebor <msebor@redhat.com>
2169
2170 PR translation/80280
2171 * config/sol2-c.c (cmn_err_flag_specs): Initialize new data member
2172 added in r247778.
2173
2174 PR translation/80280
2175 * config/i386/msformat-c.c (ms_printf_flag_specs): Initialize new
2176 data member added in r247778.
2177 (ms_scanf_flag_specs, ms_strftime_flag_specs): Same.
2178
2179 2017-05-09 Nathan Sidwell <nathan@acm.org>
2180
2181 * tree.h (tree_fits_shwi_p, tree_fits_uhwi_p): Unconditionally pure.
2182
2183 * ipa-devirt.c (default_hash_traits<type_pair>): Skip struct-scope
2184 typedefs.
2185
2186 2017-05-09 Marek Polacek <polacek@redhat.com>
2187
2188 * doc/invoke.texi: Fix typo.
2189
2190 2017-05-09 Richard Biener <rguenther@suse.de>
2191
2192 * tree-vrp.c (vrp_val_is_max): Adjust comment.
2193 (vrp_val_is_min): Likewise.
2194 (set_value_range_to_value): Likewise.
2195 (set_value_range_to_nonnegative): Likewise.
2196 (gimple_assign_nonzero_p): Likewise.
2197 (gimple_stmt_nonzero_p): Likewise.
2198 (vrp_int_const_binop): Likewise. Remove unreachable case.
2199 (adjust_range_with_scev): Adjust comments.
2200 (compare_range_with_value): Likewise.
2201 (extract_range_from_phi_node): Likewise.
2202 (test_for_singularity): Likewise.
2203
2204 2017-05-09 Richard Biener <rguenther@suse.de>
2205
2206 * tree-vrp.c (get_single_symbol): Add assert that we don't
2207 get overflowed constants as invariant part.
2208 (compare_values_warnv): Add comment before the TREE_NO_WARNING
2209 checks. Use wi::cmp instead of recursing for integer constants.
2210 (compare_values): Just ignore whether we assumed undefined
2211 overflow instead of failing the compare.
2212 (extract_range_for_var_from_comparison_expr): Add comment before the
2213 TREE_NO_WARNING sets.
2214 (test_for_singularity): Likewise.
2215 (extract_range_from_comparison): Do not disable optimization
2216 when we assumed undefined overflow.
2217 (extract_range_basic): Remove init of unused var.
2218
2219 2017-05-09 Richard Biener <rguenther@suse.de>
2220
2221 * tree-vrp.c (vrp_int_const_binop): Use wide-ints and simplify.
2222 (extract_range_from_multiplicative_op_1): Adjust.
2223 (extract_range_from_binary_expr_1): Use int_const_binop.
2224
2225 2017-05-08 Kelvin Nilsen <kelvin@gcc.gnu.org>
2226
2227 PR target/80101
2228 * config/rs6000/power6.md: Replace store_data_bypass_p calls with
2229 rs6000_store_data_bypass_p in seven define_bypass directives and
2230 in several comments.
2231 * config/rs6000/rs6000-protos.h: Add prototype for
2232 rs6000_store_data_bypass_p function.
2233 * config/rs6000/rs6000.c (rs6000_store_data_bypass_p): New
2234 function implements slightly different (rs6000-specific) semantics
2235 than store_data_bypass_p, returning false rather than aborting
2236 with assertion error when arguments do not satisfy the
2237 requirements of store data bypass.
2238 (rs6000_adjust_cost): Replace six calls of store_data_bypass_p with
2239 rs6000_store_data_bypass_p.
2240
2241 2017-05-08 Max Filippov <jcmvbkbc@gmail.com>
2242
2243 * config/xtensa/xtensa-protos.h
2244 (xtensa_initial_elimination_offset): New declaration.
2245 * config/xtensa/xtensa.c (xtensa_initial_elimination_offset):
2246 New function. Move its body from the INITIAL_ELIMINATION_OFFSET
2247 macro definition, add case for FRAME_POINTER_REGNUM when
2248 FRAME_GROWS_DOWNWARD.
2249 * config/xtensa/xtensa.h (FRAME_GROWS_DOWNWARD): New macro definition.
2250 (INITIAL_ELIMINATION_OFFSET): Replace body with call to
2251 xtensa_initial_elimination_offset.
2252
2253 2017-05-08 Nathan Sidwell <nathan@acm.org>
2254
2255 * doc/invoke.texi: Alphabetize -fdump options.
2256
2257 2017-05-08 Martin Sebor <msebor@redhat.com>
2258
2259 PR translation/80280
2260 * config/sol2-c.c (solaris_pragma_align): Correct quoting.
2261
2262 2017-05-08 Bernd Edlinger <bernd.edlinger@hotmail.de>
2263
2264 * target.def (compute_frame_layout): New optional target hook.
2265 * doc/tm.texi.in (TARGET_COMPUTE_FRAME_LAYOUT): Add hook.
2266 * doc/tm.texi (TARGET_COMPUTE_FRAME_LAYOUT): Add documentation.
2267 * lra-eliminations.c (update_reg_eliminate): Call compute_frame_layout
2268 target hook.
2269 * reload1.c (verify_initial_elim_offsets): Likewise.
2270 * config/arm/arm.c (TARGET_COMPUTE_FRAME_LAYOUT): Define.
2271 (use_simple_return_p): Call arm_compute_frame_layout if needed.
2272 (arm_get_frame_offsets): Split up into this ...
2273 (arm_compute_frame_layout): ... and this function.
2274
2275 2017-05-08 Richard Sandiford <richard.sandiford@arm.com>
2276
2277 * config/aarch64/constraints.md (Usa): New constraint.
2278 * config/aarch64/aarch64.md (*movsi_aarch64, *movdi_aarch64): Use it.
2279
2280 2017-05-08 Thomas Preud'homme <thomas.preudhomme@arm.com>
2281
2282 * config.gcc (arm*-*-*): Set TM_MULTILIB_CONFIG from
2283 with_multilib_list after it has been checked.
2284
2285 2017-05-08 Richard Biener <rguenther@suse.de>
2286
2287 * tree-ssa-pre.c (bitmap_set_and): Avoid bitmap copy.
2288 (bitmap_set_subtract_values): Likewise.
2289
2290 2017-05-08 Richard Biener <rguenther@suse.de>
2291
2292 * tree-vrp.c (gimple_assign_nonzero_warnv_p): Rename to ...
2293 (gimple_assign_nonzero): ... this and remove strict_overflow_p
2294 argument.
2295 (gimple_stmt_nonzero_warnv_p): Rename to ...
2296 (gimple_stmt_nonzero_p): ... this and remove strict_overflow_p
2297 argument.
2298 (vrp_stmt_computes_nonzero): Remove strict_overflow_p argument.
2299 (extract_range_basic): Adjust, do not disable propagation on
2300 strict overflow sensitive simplification.
2301 (vrp_visit_cond_stmt): Likewise.
2302
2303 2017-05-05 Jan Hubicka <hubicka@ucw.cz>
2304
2305 * ipa-inline-analysis.c (estimate_function_body_sizes): Recompute
2306 body size unconditionally.
2307
2308 2017-05-07 Jeff Law <law@redhat.com>
2309
2310 Revert:
2311 2017-05-06 Jeff Law <law@redhat.com>
2312 PR tree-optimization/78496
2313 * tree-vrp.c (simplify_assert_expr_using_ranges): Remove debugging
2314 code.
2315
2316 PR tree-optimization/78496
2317 * tree-vrp.c (simplify_assert_expr_using_ranges): New function.
2318 (simplify_stmt_using_ranges): Call it.
2319 (vrp_dom_walker::before_dom_children): Extract equivalences
2320 from an ASSERT_EXPR with an equality comparison against a
2321 constant.
2322
2323 2017-05-06 Jeff Law <law@redhat.com>
2324
2325 PR tree-optimization/78496
2326 * tree-vrp.c (simplify_assert_expr_using_ranges): Remove debugging
2327 code.
2328
2329 PR tree-optimization/78496
2330 * tree-vrp.c (simplify_assert_expr_using_ranges): New function.
2331 (simplify_stmt_using_ranges): Call it.
2332 (vrp_dom_walker::before_dom_children): Extract equivalences
2333 from an ASSERT_EXPR with an equality comparison against a
2334 constant.
2335
2336 2017-05-06 Richard Sandiford <richard.sandiford@linaro.org>
2337
2338 * lra-constraints.c (lra_copy_reg_equiv): New function.
2339 (split_reg): Use it to copy equivalence information from the
2340 original register to the spill register.
2341
2342 2017-05-06 Richard Sandiford <richard.sandiford@linaro.org>
2343
2344 PR rtl-optimization/75964
2345 * simplify-rtx.c (simplify_const_relational_operation): Remove
2346 invalid handling of comparisons of integer ABS.
2347
2348 2017-05-06 Uros Bizjak <ubizjak@gmail.com>
2349
2350 * config/i386/i386.c (ext_80387_constant_init): Do not explicitly
2351 initialize to zero.
2352 (init_regs): Remove declaration.
2353 (function_arg_advance_32): Initialize error_p as boolean variable.
2354
2355 2017-05-05 Nathan Sidwell <nathan@acm.org>
2356
2357 * store-motion.c (remove_reachable_equiv_notes): Reformat long
2358 lines. Use for (;;).
2359
2360 2017-05-05 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2361
2362 * config/rs6000/rs6000.c (rs6000_vect_nonmem): New static var.
2363 (rs6000_init_cost): Initialize rs6000_vect_nonmem.
2364 (rs6000_add_stmt_cost): Update rs6000_vect_nonmem.
2365 (rs6000_finish_cost): Avoid vectorizing simple copy loops with
2366 VF=2 that require versioning.
2367
2368 2017-05-05 David Malcolm <dmalcolm@redhat.com>
2369
2370 * diagnostic.h (CARET_LINE_MARGIN): Convert from macro to const
2371 int.
2372
2373 2017-05-05 David Malcolm <dmalcolm@redhat.com>
2374
2375 * diagnostic.h (diagnostic_override_option_index): Convert from
2376 macro to inline function.
2377
2378 2017-05-05 David Malcolm <dmalcolm@redhat.com>
2379
2380 * diagnostic.c (last_module_changed_p): New function.
2381 (set_last_module): New function.
2382 (diagnostic_report_current_module): Convert macro usage to
2383 the above functions.
2384 * diagnostic.h (diagnostic_context::last_module): Strengthen
2385 from const line_map * to const line_map_ordinary *.
2386 (diagnostic_last_module_changed): Delete macro.
2387 (diagnostic_set_last_module): Delete macro.
2388
2389 2017-05-05 David Malcolm <dmalcolm@redhat.com>
2390
2391 * diagnostic.c (diagnostic_impl): Replace report_diagnostic
2392 with diagnostic_report_diagnostic.
2393 (diagnostic_n_impl_richloc): Likewise.
2394 * diagnostic.h (report_diagnostic): Delete macro.
2395 * rtl-error.c (diagnostic_for_asm): Replace report_diagnostic
2396 with diagnostic_report_diagnostic.
2397 * substring-locations.c (format_warning_va): Likewise.
2398
2399 2017-05-05 David Malcolm <dmalcolm@redhat.com>
2400
2401 * diagnostic.c (diagnostic_report_diagnostic): Eliminate
2402 save/restor of format_spec. Move option-printing code to...
2403 (print_option_information): ...this new function, and
2404 reimplement by simply printing to the pretty_printer,
2405 rather than appending to the format string.
2406
2407 2017-05-05 David Malcolm <dmalcolm@redhat.com>
2408
2409 * diagnostic.c (diagnostic_report_diagnostic): Split out pragma
2410 handling logic into...
2411 (update_effective_level_from_pragmas): ...this new function.
2412
2413 2017-05-04 Andrew Waterman <andrew@sifive.com>
2414
2415 * config/riscv/riscv.opt (mstrict-align): New option.
2416 * config/riscv/riscv.h (STRICT_ALIGNMENT): Use it. Update comment.
2417 (SLOW_UNALIGNED_ACCESS): Define.
2418 (riscv_slow_unaligned_access): Declare.
2419 * config/riscv/riscv.c (riscv_tune_info): Add slow_unaligned_access
2420 field.
2421 (riscv_slow_unaligned_access): New variable.
2422 (rocket_tune_info): Set slow_unaligned_access to true.
2423 (optimize_size_tune_info): Set slow_unaligned_access to false.
2424 (riscv_cpu_info_table): Add entry for optimize_size_tune_info.
2425 (riscv_valid_lo_sum_p): Use TARGET_STRICT_ALIGN.
2426 (riscv_option_override): Set riscv_slow_unaligned_access.
2427 * doc/invoke.texi: Add -mstrict-align to RISC-V.
2428
2429 2017-05-04 Kito Cheng <kito.cheng@gmail.com>
2430
2431 * config/riscv/riscv.md: Unify indentation.
2432
2433 2017-05-05 Michael Meissner <meissner@linux.vnet.ibm.com>
2434
2435 PR target/79038
2436 PR target/79202
2437 PR target/79203
2438 * config/rs6000/rs6000.md (u code attribute): Add FIX and
2439 UNSIGNED_FIX.
2440 (extendsi<mode>2): Add support for doing sign extension via
2441 VUPKHSW and XXPERMDI if the value is in Altivec registers and we
2442 don't have ISA 3.0 instructions.
2443 (extendsi<mode>2 splitter): Likewise.
2444 (fix_trunc<mode>si2): If we are at ISA 2.07 (VSX small integer),
2445 generate the normal insns since SImode can now go in vector
2446 registers. Disallow the special UNSPECs needed for previous
2447 machines to hide SImode being used. Add new insns
2448 fctiw{,w}_<mode>_smallint if SImode can go in vector registers.
2449 (fix_trunc<mode>si2_stfiwx): Likewise.
2450 (fix_trunc<mode>si2_internal): Likewise.
2451 (fixuns_trunc<mode>si2): Likewise.
2452 (fixuns_trunc<mode>si2_stfiwx): Likewise.
2453 (fctiw<u>z_<mode>_smallint): Likewise.
2454 (fctiw<u>z_<mode>_mem): New combiner pattern to prevent conversion
2455 of floating point to 32-bit integer from doing a direct move to
2456 the GPR registers to do a store.
2457 (fctiwz_<mode>): Break long line.
2458
2459 2017-05-05 Bin Cheng <bin.cheng@arm.com>
2460
2461 * Makefile.in (GTFILES): Add tree-ssa-loop-ivopts.c.
2462 * tree-ssa-loop-ivopts.c (compute_max_addr_offset): Delete.
2463 (addr_list, addr_offset_valid_p): New.
2464 (split_address_groups): Check offset validity with above function.
2465 (gt-tree-ssa-loop-ivopts.h): Include header file.
2466
2467 2017-05-05 Nathan Sidwell <nathan@acm.org>
2468
2469 * config.gcc (arm*-*-*): Add missing 'fi'.
2470
2471 2017-05-05 Steve Ellcey <sellcey@cavium.com>
2472
2473 * doc/invoke.texi (-fopt-info): Explicitly say order of options
2474 included in -fopt-info does not matter.
2475 * doc/optinfo.texi (-fopt-info): Fix description of default
2476 behavour. Explicitly say order of options included in -fopt-info
2477 does not matter.
2478
2479 2017-05-05 Thomas Preud'homme <thomas.preudhomme@arm.com>
2480
2481 * config.gcc: Allow combinations of aprofile and rmprofile values for
2482 --with-multilib-list.
2483 * config/arm/t-multilib: New file.
2484 * config/arm/t-aprofile: Remove initialization of MULTILIB_*
2485 variables. Remove setting of ISA and floating-point ABI in
2486 MULTILIB_OPTIONS and MULTILIB_DIRNAMES. Set architecture and FPU in
2487 MULTI_ARCH_OPTS_A and MULTI_ARCH_DIRS_A rather than MULTILIB_OPTIONS
2488 and MULTILIB_DIRNAMES respectively. Add comment to introduce all
2489 matches. Add architecture matches for marvel-pj4 and generic-armv7-a
2490 CPU options.
2491 * config/arm/t-rmprofile: Likewise except for the matches changes.
2492 * doc/install.texi (--with-multilib-list): Document the combination of
2493 aprofile and rmprofile values and warn about pitfalls in doing that.
2494
2495 2017-05-05 Wilco Dijkstra <wdijkstr@arm.com>
2496
2497 * config/aarch64/aarch64.md (movsi_aarch64): Remove '*' from r=w.
2498 (movdi_aarch64): Likewise.
2499
2500 2017-05-05 Jakub Jelinek <jakub@redhat.com>
2501
2502 PR tree-optimization/80632
2503 * tree-switch-conversion.c (struct switch_conv_info): Add target_vop
2504 field.
2505 (build_arrays): Initialize it for virtual phis.
2506 (fix_phi_nodes): Use it for virtual phis.
2507
2508 PR tree-optimization/80558
2509 * tree-vrp.c (extract_range_from_binary_expr_1): Optimize
2510 [x, y] op z into [x op, y op z] for op & or | if conditions
2511 are met.
2512
2513 2017-05-05 Andre Vieira <andre.simoesdiasvieira@arm.com>
2514 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
2515
2516 PR target/71607
2517 * config/arm/arm.md (use_literal_pool): Remove.
2518 (64-bit immediate split): No longer takes cost into consideration
2519 if arm_disable_literal_pool is enabled.
2520 * config/arm/arm.c (arm_tls_referenced_p): Add diagnostic if TLS is
2521 used when arm_disable_literal_pool is enabled.
2522 (arm_max_const_double_inline_cost): Remove use of
2523 arm_disable_literal_pool.
2524 (push_minipool_fix): Add assert.
2525 (arm_reorg): Add return if arm_disable_literal_pool is enabled.
2526 * config/arm/vfp.md (no_literal_pool_df_immediate): New.
2527 (no_literal_pool_sf_immediate): New.
2528
2529 2017-05-05 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
2530
2531 PR tree-optimization/80613
2532 * tree-ssa-dce.c (propagate_necessity): Remove cases for
2533 BUILT_IN_STRDUP and BUILT_IN_STRNDUP.
2534
2535 2017-05-05 Richard Biener <rguenther@suse.de>
2536
2537 * tree-ssa-pre.c (get_or_alloc_expr_for): Simplify.
2538
2539 2017-05-05 Georg-Johann Lay <avr@gjlay.de>
2540
2541 * config/avr/avr.md [flag_strict_overflow]: Remove any occurence
2542 of this flag from insn conditions due to removal from r247495.
2543
2544 2017-05-05 Wilco Dijkstra <wdijkstr@arm.com>
2545
2546 * config/arm/aarch-common.c (arm_early_load_addr_dep_ptr):
2547 New function.
2548 (arm_early_store_addr_dep_ptr): Likewise.
2549 * config/arm/aarch-common-protos.h
2550 (arm_early_load_addr_dep_ptr): Add prototype.
2551 (arm_early_store_addr_dep_ptr): Likewise.
2552 * config/arm/cortex-a53.md: Add new bypasses.
2553
2554 2017-05-05 Jakub Jelinek <jakub@redhat.com>
2555
2556 * tree.c (next_type_uid): Change type to unsigned.
2557 (type_hash_canon): Decrement back next_type_uid if
2558 freeing a type node with the highest TYPE_UID. For INTEGER_TYPEs
2559 also ggc_free TYPE_MIN_VALUE, TYPE_MAX_VALUE and TYPE_CACHED_VALUES
2560 if possible.
2561
2562 2017-05-04 Martin Sebor <msebor@redhat.com>
2563
2564 * builtins.c: Fix a trivial typo in a comment.
2565
2566 PR middle-end/79234
2567 * builtins.c (check_sizes): Adjust to handle reading past the end.
2568 Avoid printing excessive upper bound of ranges. Use %E to print
2569 tree nodes instead of converting them to %wu.
2570 (expand_builtin_memchr): New function.
2571 (compute_dest_size): Rename...
2572 (compute_objsize): ...to this.
2573 (expand_builtin_memcpy): Adjust.
2574 (expand_builtin_mempcpy): Adjust.
2575 (expand_builtin_strcat): Adjust.
2576 (expand_builtin_strcpy): Adjust.
2577 (check_strncat_sizes): Adjust.
2578 (expand_builtin_strncat): Adjust.
2579 (expand_builtin_strncpy): Adjust and simplify.
2580 (expand_builtin_memset): Adjust.
2581 (expand_builtin_bzero): Adjust.
2582 (expand_builtin_memcmp): Adjust.
2583 (expand_builtin): Handle memcmp.
2584 (maybe_emit_chk_warning): Check strncat just once.
2585
2586 2017-05-04 Martin Sebor <msebor@redhat.com>
2587
2588 PR preprocessor/79214
2589 PR middle-end/79222
2590 PR middle-end/79223
2591 * builtins.c (check_sizes): Add inlining context and issue
2592 warnings even when -Wno-system-headers is set.
2593 (check_strncat_sizes): Same.
2594 (expand_builtin_strncat): Same.
2595 (expand_builtin_memmove): New function.
2596 (expand_builtin_stpncpy): Same.
2597 (expand_builtin): Handle memmove and stpncpy.
2598
2599 2017-05-04 Bin Cheng <bin.cheng@arm.com>
2600
2601 * tree-ssa-loop-ivopts.c (struct cost_pair): Remove field inv_expr
2602 which is not used any more.
2603
2604 2017-05-04 Wilco Dijkstra <wdijkstr@arm.com>
2605
2606 * config/aarch64/aarch64.c (generic_tunings): Update prefetch model.
2607
2608 2017-05-04 Wilco Dijkstra <wdijkstr@arm.com>
2609
2610 * config/aarch64/aarch64.c (cortexa35_tunings): Set jump alignment to 4.
2611 (cortexa53_tunings): Likewise.
2612 (cortexa57_tunings): Likewise.
2613 (cortexa72_tunings): Likewise.
2614 (cortexa73_tunings): Likewise.
2615
2616 2017-05-04 Wilco Dijkstra <wdijkstr@arm.com>
2617
2618 * config/aarch64/aarch64.c (generic_tunings): Set jump alignment to 4.
2619 Set loop alignment to 8.
2620
2621 2017-05-04 Martin Sebor <msebor@redhat.com>
2622
2623 PR translation/80280
2624 * builtins.c (expand_builtin_object_size): Add missing quoting to
2625 %D and like directives.
2626 * hsa-gen.c (hsa_type_for_scalar_tree_type): Same.
2627 (hsa_type_for_tree_type): Same.
2628 (verify_function_arguments): Same.
2629 * symtab.c (symbol_table::change_decl_assembler_name): Same.
2630 * varasm.c (get_section): Same.
2631 (mark_weak): Same.
2632
2633 2017-05-04 Martin Sebor <msebor@redhat.com>
2634
2635 PR translation/80280
2636 * config/i386/i386.c (ix86_function_versions): Quote a %D directive.
2637
2638 2017-05-04 Wilco Dijkstra <wdijkstr@arm.com>
2639
2640 * config/aarch64/aarch64.c (generic_addrcost_table):
2641 Change HI/TI mode setting.
2642
2643 2017-05-04 Martin Jambor <mjambor@suse.cz>
2644
2645 PR tree-optimization/80622
2646 * tree-sra.c (comes_initialized_p): New function.
2647 (build_accesses_from_assign): Only set write lazily when
2648 comes_initialized_p is false.
2649 (analyze_access_subtree): Use comes_initialized_p.
2650 (propagate_subaccesses_across_link): Assert !comes_initialized_p
2651 instead of testing for PARM_DECL.
2652
2653 2017-05-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2654
2655 * config/aarch64/aarch64.md (prefetch); Adjust predicate and
2656 constraint on operand 0 to allow more general addressing modes.
2657 Adjust output template.
2658 * config/aarch64/aarch64.c (aarch64_address_valid_for_prefetch_p):
2659 New function.
2660 * config/aarch64/aarch64-protos.h
2661 (aarch64_address_valid_for_prefetch_p): Declare prototype.
2662 * config/aarch64/constraints.md (Dp): New address constraint.
2663 * config/aarch64/predicates.md (aarch64_prefetch_operand): New
2664 predicate.
2665
2666 2017-05-04 Jan Hubicka <hubicka@ucw.cz>
2667
2668 * ipa-cp.c (perform_estimation_of_a_value): Drop base_time parameter;
2669 update use of estimate_ipcp_clone_size_and_time.
2670 (estimate_local_effects): Update use of
2671 estimate_ipcp_clone_size_and_time and perform_estimation_of_a_value.
2672 * ipa-inline.h (estimate_ipcp_clone_size_and_time): Update prototype.
2673 * ipa-inline-analysis.c (estimate_ipcp_clone_size_and_time):
2674 Return nonspecialized time.
2675
2676 2017-05-04 Richard Biener <rguenther@suse.de>
2677
2678 * tree-ssa-alias.c (get_continuation_for_phi): Improve looking
2679 for the last VUSE which def dominates the PHI. Directly call
2680 maybe_skip_until.
2681 (get_continuation_for_phi_1): Remove.
2682
2683 2017-05-04 Richard Sandiford <richard.sandiford@linaro.org>
2684
2685 * tree-ssa-loop-manip.c (niter_for_unrolled_loop): Add commentary
2686 to explain the use of truncating division. Cap the number of
2687 iterations to the maximum given by nb_iterations_upper_bound,
2688 if defined.
2689
2690 2017-05-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
2691
2692 * configure.ac (--enable-mingw-wildcard): Add new configurable feature.
2693 * configure: Regenerate.
2694 * config.in: Regenerate.
2695 * config/i386/driver-mingw32.c: new file.
2696 * config/i386/x-mingw32: Add rule to build driver-mingw32.o.
2697 * config.host: Link driver-mingw32.o on MinGW host.
2698 * doc/install.texi: Document new --enable-mingw-wildcard configure
2699 option.
2700
2701 2017-05-04 Marek Polacek <polacek@redhat.com>
2702
2703 PR tree-optimization/80612
2704 * calls.c (get_size_range): Check for INTEGRAL_TYPE_P.
2705
2706 2017-05-04 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
2707 Andre Simoes Dias Vieira <andre.simoesdiasvieira@arm.com>
2708
2709 * config/arm/arm.md (movsi): Change TARGET_32BIT to TARGET_HAVE_MOVT.
2710 (movt splitter): Likewise.
2711 * config/arm/arm.c (arm_option_check_internal): Change arm_arch_thumb2
2712 to TARGET_HAVE_MOVT, and merge with -mslow-flash-data check.
2713 (const_ok_for_arm): Change else to else if (TARGET_THUMB2) and add else
2714 block for Thumb-1 with MOVT.
2715 (thumb2_legitimate_address_p): Move code block ...
2716 (can_avoid_literal_pool_for_label_p): ... into this new function.
2717 (thumb1_legitimate_address_p): Add check for TARGET_HAVE_MOVT and
2718 literal pool.
2719 (thumb_legitimate_constant_p): Add conditional on TARGET_HAVE_MOVT
2720 * doc/invoke.texi (-mpure-code): Change "ARMv7-M targets" for
2721 "M-profile targets with the MOVT instruction".
2722
2723 2017-05-04 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
2724
2725 * gcc/config/arm/arm-builtins.c (arm_init_builtins): Rename
2726 __builtin_arm_ldfscr to __builtin_arm_get_fpscr, and rename
2727 __builtin_arm_stfscr to __builtin_arm_set_fpscr.
2728
2729 2017-05-04 Martin Liska <mliska@suse.cz>
2730
2731 * tree-vrp.c (simplify_cond_using_ranges_2): Remove unused
2732 variable cond_code.
2733
2734 2017-05-04 Richard Biener <rguenther@suse.de>
2735
2736 * tree.c (array_at_struct_end_p): Handle arrays at struct
2737 end with flexarrays more conservatively. Refactor and treat
2738 arrays of arrays or aggregates more strict. Fix
2739 VIEW_CONVERT_EXPR handling. Remove allow_compref argument.
2740 * tree.c (array_at_struct_end_p): Adjust prototype.
2741 * emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust.
2742 * gimple-fold.c (get_range_strlen): Likewise.
2743 * tree-chkp.c (chkp_may_narrow_to_field): Likewise.
2744
2745 2017-05-04 Richard Biener <rguenther@suse.de>
2746
2747 PR tree-optimization/31130
2748 * tree-vrp.c (needs_overflow_infinity): Remove as always returning
2749 false.
2750 (supports_overflow_infinity): Likewise.
2751 (is_negative_overflow_infinity): Likewise.
2752 (is_positive_overflow_infinity): Likewise.
2753 (is_overflow_infinity): Likewise.
2754 (stmt_overflow_infinity): Likewise.
2755 (overflow_infinity_range_p): Likewise.
2756 (usable_range_p): Remove as always returning true.
2757 (make_overflow_infinity): Remove.
2758 (negative_overflow_infinity): Likewise.
2759 (positive_overflow_infinity): Likewise.
2760 (avoid_overflow_infinity): Likewise.
2761 (set_value_range): Adjust accordingly.
2762 (set_value_range_to_nonnegative): Likewise, remove now unused
2763 overflow_infinity arg.
2764 (vrp_operand_equal_p): Adjust.
2765 (update_value_range): Likewise.
2766 (range_int_cst_singleton_p): Likewise.
2767 (operand_less_p): Likewise.
2768 (compare_values_warnv): Likewise.
2769 (extract_range_for_var_from_comparison_expr): Likewise.
2770 (vrp_int_const_binop): Likewise.
2771 (zero_nonzero_bits_from_vr): Likewise.
2772 (extract_range_from_multiplicative_op_1): Likewise.
2773 (extract_range_from_binary_expr_1): Likewise.
2774 (extract_range_from_unary_expr): Likewise.
2775 (extract_range_from_comparison): Likewise.
2776 (extract_range_basic): Likewise.
2777 (adjust_range_with_scev): Likewise.
2778 (compare_ranges): Likewise.
2779 (compare_range_with_value): Likewise.
2780 (dump_value_range): Likewise.
2781 (test_for_singularity): Likewise, remove strict_overflow_p parameter
2782 never used.
2783 (simplify_cond_using_ranges): Adjust.
2784
2785 2017-05-04 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
2786
2787 * brig-builtins.def: Added a builtin for class_f64.
2788 * builtin-types.def: Added a builtin type needed by class_f64.
2789
2790 2017-05-03 Jason Merrill <jason@redhat.com>
2791
2792 * timevar.def: Add TV_CONSTEXPR.
2793
2794 2017-05-03 David Malcolm <dmalcolm@redhat.com>
2795
2796 * common.opt (fdiagnostics-parseable-fixits): Fix typo.
2797
2798 2017-05-03 Martin Jambor <mjambor@suse.cz>
2799
2800 * ipa-prop.c (ipa_update_after_lto_read): Removed.
2801 * ipa-prop.h (ipa_update_after_lto_read): Remove declaration.
2802 * ipa-cp.c (ipcp_propagate_stage): Do not call
2803 ipa_update_after_lto_read.
2804 * ipa-inline.c (ipa_inline): Likewise.
2805
2806 2017-05-03 Martin Jambor <mjambor@suse.cz>
2807
2808 * ipa-prop.h (ipa_edge_args): Make a class. Mark with for_user GTY
2809 tag. Added a default constructor and a destructor.
2810 (ipa_edge_args_sum_t): New class;
2811 (ipa_edge_args_sum): Declare.
2812 (ipa_edge_args_vector): Remove declaration.
2813 (IPA_EDGE_REF): Use ipa_edge_args_sum.
2814 (ipa_free_edge_args_substructures): Remove declaration.
2815 (ipa_check_create_edge_args): Use ipa_edge_args_sum.
2816 (ipa_edge_args_info_available_for_edge_p): Likewise.
2817 * ipa-prop.c (ipa_edge_args_vector): Removed.
2818 (edge_removal_hook_holder): Likewise.
2819 (edge_duplication_hook_holder): Likewise.
2820 (ipa_edge_args_sum): New variable.
2821 (ipa_propagate_indirect_call_infos): Test ipa_edge_args_sum instead of
2822 ipa_edge_args_vector.
2823 (ipa_free_edge_args_substructures): Likewise.
2824 (ipa_free_all_edge_args): Free ipa_edge_args_sum instead of
2825 ipa_edge_args_vector.
2826 (ipa_edge_removal_hook): Turned into method
2827 ipa_edge_args_sum_t::remove.
2828 (ipa_edge_duplication_hook): Turned into method
2829 ipa_edge_args_sum_t::duplicate.
2830 (ipa_register_cgraph_hooks): Create ipa_edge_args_sum instead of
2831 registering edge hooks.
2832 (ipa_unregister_cgraph_hooks): Do not unregister edge hooks.
2833 * ipa-inline-analysis.c (estimate_function_body_sizes): Test
2834 ipa_edge_args_sum instead of ipa_edge_args_vector.
2835 * ipa-profile.c (ipa_profile): Likewise.
2836
2837 2017-05-03 Martin Jambor <mjambor@suse.cz>
2838
2839 * symbol-summary.h (function_summary): New method exists.
2840 (function_summary::symtab_removal): Deallocate through release.
2841 (call_summary): New class.
2842 (gt_ggc_mx): New overload.
2843 (gt_pch_nx): Likewise.
2844 (gt_pch_nx): Likewise.
2845
2846 2017-05-03 Jeff Law <law@redhat.com>
2847
2848 PR tree-optimization/78496
2849 * tree-vrp.c (simplify_cond_using_ranges_1): Renamed
2850 from simplify_cond_using_ranges. Split off code to walk
2851 backwards through casts into ...
2852 (simplify_cond_using_ranges_2): New function.
2853 (simplify_stmt_using_ranges): Call simplify_cond_using_ranges_1.
2854 (execute_vrp): After identifying jump threads, call
2855 simplify_cond_using_ranges_2.
2856
2857 2017-05-03 Jan Hubicka <hubicka@ucw.cz>
2858
2859 PR bootstrap/80609
2860 * ipa-inline.h (inline_summary): Add ctor.
2861 (create_ggc): Do not use ggc_cleared_alloc.
2862
2863 2017-05-03 Jeff Downs <heydowns@somuchpressure.net>
2864 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2865
2866 * gcc.c (handle_braces): Support escaping in switch matching
2867 text.
2868 * doc/invoke.texi (Spec Files): Document it.
2869 Remove superfluous @code markup in items.
2870
2871 2017-05-03 David Malcolm <dmalcolm@redhat.com>
2872
2873 * diagnostic-show-locus.c (struct column_range): New struct.
2874 (get_affected_columns): New function.
2875 (get_printed_columns): New function.
2876 (struct correction): New struct.
2877 (correction::ensure_capacity): New function.
2878 (correction::ensure_terminated): New function.
2879 (struct line_corrections): New struct.
2880 (line_corrections::~line_corrections): New dtor.
2881 (line_corrections::add_hint): New function.
2882 (layout::print_trailing_fixits): Reimplement in terms of the new
2883 classes.
2884 (selftest::test_overlapped_fixit_printing): New function.
2885 (selftest::diagnostic_show_locus_c_tests): Call it.
2886
2887 2017-05-03 Nathan Sidwell <nathan@acm.org>
2888
2889 Canonicalize canonical type hashing
2890 * tree.h (type_hash_canon_hash): Declare.
2891 * tree.c (type_hash_list, attribute_hash_list): Move into
2892 type_hash_canon_hash.
2893 (build_type_attribute_qual_variant): Break out hash code calc into
2894 type_hash_canon_hash.
2895 (type_hash_canon_hash): New. Generic type hash computation.
2896 (build_range_type_1, build_array_type_1, build_function_type,
2897 build_method_type_directly, build_offset_type, build_complex_type,
2898 make_vector_type): Call it.
2899
2900 2017-05-03 Richard Biener <rguenther@suse.de>
2901
2902 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
2903 When all DRs have unknown misaligned do not always peel
2904 when there is a store but apply the same costing model as if
2905 there were only loads.
2906
2907 2017-05-03 Richard Biener <rguenther@suse.de>
2908
2909 Revert
2910 PR tree-optimization/80492
2911 * tree-ssa-alias.c (decl_refs_may_alias_p): Handle
2912 compare_base_decls returning dont-know properly.
2913
2914 2017-05-03 Thomas Preud'homme <thomas.preudhomme@arm.com>
2915
2916 * config/arm/iterators.md (CCSI): New mode iterator.
2917 (arch): New mode attribute.
2918 * config/arm/sync.md (atomic_compare_and_swap<mode>_1): Rename into ...
2919 (atomic_compare_and_swap<CCSI:arch><NARROW:mode>_1): This and ...
2920 (atomic_compare_and_swap<CCSI:arch><SIDI:mode>_1): This. Use CCSI
2921 code iterator for success result mode.
2922 * config/arm/arm.c (arm_expand_compare_and_swap): Adapt code to use
2923 the corresponding new insn generators.
2924
2925 2017-05-03 Bin Cheng <bin.cheng@arm.com>
2926
2927 Revert r247509
2928 2017-05-02 Bin Cheng <bin.cheng@arm.com>
2929 * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
2930
2931 2017-05-03 Richard Sandiford <richard.sandiford@linaro.org>
2932
2933 * tree-data-ref.h (SUB_CONFLICTS_IN_A): Wrap SUB argument in brackets.
2934 (SUB_CONFLICTS_IN_B, SUB_LAST_CONFLICT, SUB_DISTANCE): Likewise.
2935 (DDR_A): Wrap DDR argument in brackets.
2936 (DDR_B, DDR_AFFINE_P, DDR_ARE_DEPENDENT, DDR_SUBSCRIPTS): Likewise.
2937 (DDR_LOOP_NEST, DDR_INNER_LOOP, DDR_SELF_REFERENCE): Likewise.
2938 (DDR_REVERSED_P): Likewise.
2939
2940 2017-05-03 Jakub Jelinek <jakub@redhat.com>
2941
2942 PR tree-optimization/79472
2943 * tree-switch-conversion.c (struct switch_conv_info): Add
2944 contiguous_range and default_case_nonstandard fields.
2945 (collect_switch_conv_info): Compute contiguous_range and
2946 default_case_nonstandard fields, don't clear final_bb if
2947 contiguous_range and only the default case doesn't have the required
2948 structure.
2949 (check_all_empty_except_final): Set default_case_nonstandard instead
2950 of failing if contiguous_range and the default case doesn't have empty
2951 block.
2952 (check_final_bb): Add SWTCH argument, don't fail if contiguous_range
2953 and only the default case doesn't have the required constants. Skip
2954 virtual phis.
2955 (gather_default_values): Skip virtual phis. Allow non-NULL CASE_LOW
2956 if default_case_nonstandard.
2957 (build_constructors): Build constant 1 just once. Assert that default
2958 values aren't inserted in between cases if contiguous_range. Skip
2959 virtual phis.
2960 (build_arrays): Skip virtual phis.
2961 (prune_bbs): Add DEFAULT_BB argument, don't remove that bb.
2962 (fix_phi_nodes): Don't add e2f phi arg if default_case_nonstandard.
2963 Handle virtual phis.
2964 (gen_inbound_check): Handle default_case_nonstandard case.
2965 (process_switch): Adjust check_final_bb caller. Call
2966 gather_default_values with the first non-default case instead of
2967 default case if default_case_nonstandard.
2968
2969 2017-05-02 Nathan Sidwell <nathan@acm.org>
2970
2971 * ggc-page.c (move_ptes_to_front): Replace unsigned >0 with i--
2972 check. Fix formatting.
2973
2974 2017-05-02 Jan Hubicka <hubicka@ucw.cz>
2975
2976 * ipa-inline-analysis.c (estimate_node_size_and_time): Allow roundoff
2977 errors when comparing specialized and unspecialized times.
2978
2979 2017-05-02 David Malcolm <dmalcolm@redhat.com>
2980
2981 * diagnostic-show-locus.c
2982 (layout::should_print_annotation_line_p): Make private.
2983 (layout::print_annotation_line): Make private.
2984 (layout::annotation_line_showed_range_p): Make private.
2985 (layout::show_ruler): Make private.
2986 (layout::print_source_line): Make private. Pass in line and
2987 line_width, rather than calling location_get_source_line. Drop
2988 returned value.
2989 (layout::print_leading_fixits): New method.
2990 (layout::print_any_fixits): Rename to...
2991 (layout::print_trailing_fixits): ...this, and make private.
2992 Don't print newline fixits.
2993 (diagnostic_show_locus): Move logic for printing one row into...
2994 (layout::print_line): ...this new function. Move the
2995 location_get_source_line call and error-handling from
2996 print_source_line to here. Call print_leading_fixits, and rename
2997 print_any_fixits to print_trailing_fixits.
2998 (selftest::test_fixit_insert_containing_newline): Update now that
2999 newlines are partially supported.
3000 (selftest::test_fixit_insert_containing_newline_2): New test.
3001 (selftest::test_fixit_replace_containing_newline): Update comments.
3002 (selftest::diagnostic_show_locus_c_tests): Call the new test.
3003 * edit-context.c (class added_line): New class.
3004 (class edited_line): Describe newline handling in comment.
3005 (edited_line::actually_edited_p): New method.
3006 (edited_line::print_content): Delete redundant decl.
3007 (edited_line::m_predecessors): New field.
3008 (edited_file::print_content): Call edited_line::print_content.
3009 (edited_file::print_diff): Update to support newlines.
3010 (edited_file::print_diff_hunk): Likewise.
3011 (edited_file::print_run_of_changed_lines): New function.
3012 (edited_file::print_diff_line): Convert to...
3013 (print_diff_line): ...this.
3014 (edited_file::get_effective_line_count): New function.
3015 (edited_line::edited_line): Initialize new field m_predecessors.
3016 (edited_line::~edited_line): Clean up m_predecessors.
3017 (edited_line::apply_fixit): Handle newlines.
3018 (edited_line::get_effective_line_count): New function.
3019 (edited_line::print_content): New function.
3020 (edited_line::print_diff_lines): New function.
3021 (selftest::test_applying_fixits_insert_containing_newline): New
3022 test.
3023 (selftest::test_applying_fixits_replace_containing_newline): New
3024 test.
3025 (selftest::insert_line): New function.
3026 (selftest::test_applying_fixits_multiple_lines): Add example of
3027 inserting a line.
3028 (selftest::edit_context_c_tests): Call the new tests.
3029
3030 2017-05-02 Bin Cheng <bin.cheng@arm.com>
3031
3032 * tree-ssa-loop-ivopts.c (get_scaled_computation_cost_at): Delete
3033 parameter cand. Update dump information.
3034 (get_computation_cost): Update uses.
3035
3036 2017-05-02 Bin Cheng <bin.cheng@arm.com>
3037
3038 * tree-ssa-loop-ivopts.c (get_computation_aff_1): New.
3039 (get_computation_aff): Reorder parameters. Use get_computation_aff_1.
3040 (get_computation_at, rewrite_use_address): Update use of
3041 get_computation_aff.
3042
3043 2017-05-02 Bin Cheng <bin.cheng@arm.com>
3044
3045 * tree-ssa-loop-ivopts.c (get_computation_at): Reorder parameters.
3046 (get_computation): Delete.
3047 (get_computation_cost): Implement like get_computation_cost_at.
3048 Use get_computation_at.
3049 (get_computation_cost_at): Delete.
3050 (rewrite_use_nonlinear_expr): Use get_computation_at.
3051 (rewrite_use_compare, remove_unused_ivs): Ditto.
3052
3053 2017-05-02 Bin Cheng <bin.cheng@arm.com>
3054
3055 * tree-ssa-loop-ivopts.c (rewrite_use_address): Simple refactor.
3056
3057 2017-05-02 Bin Cheng <bin.cheng@arm.com>
3058
3059 * tree-ssa-loop-ivopts.c (struct iv_ca): Rename n_regs to n_invs.
3060 (ivopts_global_cost_for_size): Rename parameter and update uses.
3061 (iv_ca_recount_cost): Update uses.
3062 (iv_ca_set_remove_invs, iv_ca_set_no_cp): Record invariants and
3063 candidates seperately in n_invs and n_cands.
3064 (iv_ca_set_add_invs, iv_ca_set_cp, iv_ca_new): Ditto.
3065
3066 2017-05-02 Bin Cheng <bin.cheng@arm.com>
3067
3068 * tree-ssa-loop-ivopts.c (struct walk_tree_data): New.
3069 (find_inv_vars_cb): New.
3070 (find_depends): Renamed to ...
3071 (find_inv_vars): ... this.
3072 (add_candidate_1, force_var_cost): Call find_inv_vars.
3073 (split_address_cost, determine_group_iv_cost_cond): Ditto.
3074
3075 2017-05-02 Bin Cheng <bin.cheng@arm.com>
3076
3077 * tree-ssa-loop-ivopts.c (struct cost_pair): Rename depends_on to
3078 inv_vars. Add inv_exprs.
3079 (struct iv_cand): Rename depends_on to inv_vars.
3080 (struct ivopts_data): Rename max_inv_id/n_invariant_uses to
3081 max_inv_var_id/n_inv_var_uses. Move max_inv_expr_id around.
3082 Refactor field used_inv_exprs from has_map to array n_inv_expr_uses.
3083 (dump_cand): Dump inv_vars.
3084 (tree_ssa_iv_optimize_init): Support inv_vars and inv_exprs.
3085 (record_invariant, find_depends, add_candidate_1): Ditto.
3086 (set_group_iv_cost, force_var_cost): Ditto.
3087 (split_address_cost, ptr_difference_cost, difference_cost): Ditto.
3088 (get_computation_cost_at, get_computation_cost): Ditto.
3089 (determine_group_iv_cost_generic): Ditto.
3090 (determine_group_iv_cost_address): Ditto.
3091 (determine_group_iv_cost_cond, autoinc_possible_for_pair): Ditto.
3092 (determine_group_iv_costs): Ditto.
3093 (iv_ca_recount_cost): Update call to ivopts_global_cost_for_size.
3094 (iv_ca_set_remove_invariants): Renamed to ...
3095 (iv_ca_set_remove_invs): ... this. Support inv_vars and inv_exprs.
3096 (iv_ca_set_no_cp): Use iv_ca_set_remove_invs.
3097 (iv_ca_set_add_invariants): Renamed to ...
3098 (iv_ca_set_add_invs): ... this. Support inv_vars and inv_exprs.
3099 (iv_ca_set_cp): Use iv_ca_set_add_invs.
3100 (iv_ca_has_deps): Support inv_vars and inv_exprs.
3101 (iv_ca_new, iv_ca_free, iv_ca_dump, free_loop_data): Ditto.
3102 (create_new_ivs): Remove useless dump.
3103
3104 2017-05-02 Bin Cheng <bin.cheng@arm.com>
3105
3106 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Remove pseudo
3107 iv_cand code.
3108 (determine_group_iv_cost_cond, determine_iv_cost): Ditto.
3109 (iv_ca_set_no_cp, create_new_iv): Ditto.
3110
3111 2017-05-02 Bin Cheng <bin.cheng@arm.com>
3112
3113 * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
3114
3115 2017-05-02 Xi Ruoyao <ryxi@stu.xidian.edu.cn>
3116
3117 * tree.h (EXPR_CILK_SPAWN): Use macro TREE_CHECK2 instead of
3118 function tree_check2.
3119
3120 2017-05-02 Martin Liska <mliska@suse.cz>
3121
3122 * doc/gcov.texi: Add missing preposition.
3123 * gcov.c (function_info::function_info): Properly fill up
3124 all member variables.
3125
3126 2017-05-02 Tamar Christina <tamar.christina@arm.com>
3127
3128 * expr.c (expand_expr_real_2): Re-cost if previous costs are the same.
3129
3130 2017-05-02 Tamar Christina <tamar.christina@arm.com>
3131
3132 * simplify-rtx.c (simplify_binary_operation_1): Add LSHIFTRT case.
3133
3134 2017-05-02 Martin Liska <mliska@suse.cz>
3135
3136 PR lto/77954.
3137 * lto-streamer-in.c (lto_read_tree_1): Remove
3138 LTO_STREAMER_DEBUG.
3139 * lto-streamer.c (struct tree_hash_entry): Likewise.
3140 (struct tree_entry_hasher): Likewise.
3141 (tree_entry_hasher::hash): Likewise.
3142 (tree_entry_hasher::equal): Likewise.
3143 (lto_streamer_init): Likewise.
3144 (lto_orig_address_map): Likewise.
3145 (lto_orig_address_get): Likewise.
3146 (lto_orig_address_remove): Likewise.
3147 * lto-streamer.h: Likewise.
3148 * tree-streamer-in.c (streamer_alloc_tree): Likewise.
3149 * tree-streamer-out.c (streamer_write_tree_header): Likewise.
3150
3151 2017-05-02 Sebastian Peryt <sebastian.peryt@intel.com>
3152
3153 * config/i386/avx512fintrin.h (_mm_mask_add_round_sd)
3154 (_mm_maskz_add_round_sd, _mm_mask_add_round_ss)
3155 (mm_maskz_add_round_ss, _mm_mask_sub_round_sd)
3156 (mm_maskz_sub_round_sd, _mm_mask_sub_round_ss)
3157 (mm_maskz_sub_round_ss, _mm_mask_add_sd)
3158 (mm_maskz_add_sd, _mm_mask_add_ss, _mm_maskz_add_ss)
3159 (mm_mask_sub_sd, _mm_maskz_sub_sd, _mm_mask_sub_ss)
3160 (mm_maskz_sub_ss): New intrinsics.
3161 * config/i386/i386-builtin-types.def (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
3162 (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): New function type aliases.
3163 * config/i386/i386-builtin.def (__builtin_ia32_addsd_mask_round)
3164 (__builtin_ia32_addss_mask_round, __builtin_ia32_subsd_mask_round)
3165 (__builtin_ia32_subss_mask_round): New builtins.
3166 * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
3167 (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
3168 * config/i386/sse.md (<sse>_vm<plusminus_insn><mode>3<round_name>):
3169 Renamed to ...
3170 (<sse>_vm<plusminus_insn><mode>3<mask_name><round_name>): ... this.
3171 (v<plusminus_mnemonic><ssescalarmodesuffix>\t{<round_op3>%2, %1, %0|%0, %1, %<iptr>2<round_op3>}):
3172 Changed to ...
3173 (v<plusminus_mnemonic><ssescalarmodesuffix>\t{<round_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}):
3174 ... this.
3175
3176 2017-05-02 Martin Jambor <mjambor@suse.cz>
3177
3178 PR tree-optimization/78687
3179 * tree-sra.c (access): New field parent.
3180 (process_subtree_disqualification): New function.
3181 (disqualify_candidate): Call it.
3182 (build_accesses_from_assign): Reset write flag if creating an
3183 assighnment link.
3184 (build_access_subtree): Fill in parent field and also prpagate
3185 down grp_write flag.
3186 (create_artificial_child_access): New parameter set_grp_write, set
3187 grp_write to its value.
3188 (propagate_subaccesses_across_link): Also propagate grp_write flag
3189 values.
3190 (propagate_all_subaccesses): Push the closest parent back to work
3191 queue if add_access_to_work_queue returned true.
3192
3193 2017-05-02 Richard Biener <rguenther@suse.de>
3194
3195 * common.opt (fstrict-overflow): Alias negative to fwrapv.
3196 * doc/invoke.texi (fstrict-overflow): Remove all traces of
3197 -fstrict-overflow documentation.
3198 * tree.h (TYPE_OVERFLOW_UNDEFINED): Do not test flag_strict_overflow.
3199 (POINTER_TYPE_OVERFLOW_UNDEFINED): Test !flag_wrapv instead of
3200 flag_strict_overflow.
3201 * ipa-inline.c (can_inline_edge_p): Do not test flag_strict_overflow.
3202 * lto-opts.c (lto_write_options): Do not stream it.
3203 * lto-wrapper.c (merge_and_complain): Do not handle it.
3204 * opts.c (default_options_table): Do not set -fstrict-overflow.
3205 (finish_options): Likewise do not clear it when sanitizing.
3206 * simplify-rtx.c (simplify_const_relational_operation): Do not
3207 test flag_strict_overflow.
3208
3209 2017-05-02 Uros Bizjak <ubizjak@gmail.com>
3210
3211 * config/alpha/alpha.md (*add<mode>3_ieee): Merge to add<mode>3
3212 using enabled attribute.
3213 (*sub<mode>3_ieee): Merge to sub<mode>3 using enabled attribute.
3214 (*mul<mode>3_ieee): Merge to mul<mode>3 using enabled attribute.
3215 (*div<mode>3_ieee): Merge to div<mode>3 using enabled attribute.
3216 (*sqrt<mode>2_ieee): Merge to sqrt<mode>2 using enabled attribute.
3217 (*fix_truncdfdi_ieee): Merge to *fix_truncdfdi2 using enabled attribute.
3218 (*fix_truncsfdi_ieee): Merge to *fix_truncsfdi2 using enabled attribute.
3219 (*floatdisf_ieee): Merge to floatdisf2 using enabled attribute.
3220 (*floatdidf_ieee): Merge to floatdidf2 using enabled attribute.
3221 (*truncdfsf2_ieee): Merge to truncdfsf2 using enabled attribute.
3222 (*cmpdf_ieee): Merge to *cmpdf_internal using enabled attribute.
3223
3224 2017-05-02 Uros Bizjak <ubizjak@gmail.com>
3225
3226 * config/i386/i386.c (ix86_code_end): Use {FIRST,LAST}_INT_REG.
3227
3228 2017-05-02 Richard Biener <rguenther@suse.de>
3229
3230 PR tree-optimization/80591
3231 Revert
3232 2017-04-10 Richard Biener <rguenther@suse.de>
3233
3234 * tree-ssa-structalias.c (find_func_aliases): Properly handle
3235 asm inputs.
3236
3237 2017-05-02 Richard Biener <rguenther@suse.de>
3238
3239 PR tree-optimization/80549
3240 * tree-cfgcleanup.c (mfb_keep_latches): New helper.
3241 (cleanup_tree_cfg_noloop): Create forwarders to known loop
3242 headers if they do not have a preheader.
3243
3244 2017-05-02 Martin Liska <mliska@suse.cz>
3245
3246 PR other/80589
3247 * common.opt: Fix typo.
3248 * doc/invoke.texi: Likewise.
3249
3250 2017-05-01 Jan Beulich <jbeulich@suse.com>
3251
3252 * config/i386/sse.md (xop_vpermil2<mode>3): Do not allow operand
3253 swapping, add (x,x,m,x,n) alternative.
3254
3255 2017-05-01 Nathan Sidwell <nathan@acm.org>
3256
3257 * calls.c (combine_pending_stack_adjustment_and_call): Remove
3258 unnecessary unadjusted_alignment check.
3259
3260 2017-05-01 Xi Ruoyao <ryxi@stu.xidian.edu.cn>
3261
3262 PR c++/80038
3263 * cilk_common.c (expand_builtin_cilk_detach): Move pedigree
3264 operations here.
3265 * gimplify.c (gimplify_cilk_detach): New function.
3266 (gimplify_call_expr, gimplify_modify_expr): Call it as needed.
3267 * tree-core.h: Document EXPR_CILK_SPAWN.
3268 * tree.h (EXPR_CILK_SPAWN): Define.
3269
3270 2017-05-01 David Malcolm <dmalcolm@redhat.com>
3271
3272 * diagnostic-show-locus.c (layout::get_expanded_location): Rewrite
3273 to use new fixit_hint representation, using the "replace" logic.
3274 (get_line_span_for_fixit_hint): Likewise.
3275 (layout::print_any_fixits): Likewise.
3276 (selftest::test_one_liner_many_fixits): Rename to...
3277 (selftest::test_one_liner_many_fixits_1): ...this, and update
3278 comment and expected output to reflect that the multiple fix-it
3279 hints are now consolidated into one insertion.
3280 (selftest::test_one_liner_many_fixits_2): New test.
3281 (selftest::test_diagnostic_show_locus_one_liner): Update for
3282 above.
3283 (selftest::test_fixit_consolidation): Update for fix-it API
3284 change.
3285 * diagnostic.c (print_parseable_fixits): Likewise.
3286 * edit-context.c (edited_line::m_line_events): Convert from
3287 auto_vec <line_event *> to auto_vec <line_event>.
3288 (class line_event): Convert from abstract base class to a concrete
3289 class, taking over the role of replace_event.
3290 (class insert_event): Delete.
3291 (class replace_event): Rename to class line_event. Convert to
3292 half-open range.
3293 (edit_context::add_fixits): Reimplement.
3294 (edit_context::apply_insert): Delete.
3295 (edit_context::apply_replace): Rename to...
3296 (edit_context::apply_fixit): ...this. Convert to half-open range.
3297 (edited_file::apply_insert): Delete.
3298 (edited_file::apply_replace): Rename to...
3299 (edited_file::apply_fixit): ...this.
3300 (edited_line::~edited_line): Drop deletion of events.
3301 (edited_line::apply_insert): Delete.
3302 (edited_line::apply_replace): Rename to...
3303 (edited_line::apply_fixit): ...this. Convert to half-open range.
3304 Update for change to type of m_line_events.
3305 * edit-context.h (edit_context::apply_insert): Delete.
3306 (edit_context::apply_replace): Rename to...
3307 (edit_context::apply_fixit): ...this.
3308
3309 2017-05-01 Martin Sebor <msebor@redhat.com>
3310
3311 * gimple-ssa-sprintf.c (format_integer): Set knownrange when it's
3312 known.
3313
3314 2017-05-01 Uros Bizjak <ubizjak@gmail.com>
3315
3316 PR target/68491
3317 * config/i386/cpuid.h (__get_cpuid): Always return 0 when
3318 __get_cpuid_max returns 0.
3319 (__get_cpuid_count): Ditto.
3320
3321 2017-05-01 Eric Botcazou <ebotcazou@adacore.com>
3322
3323 * tree.c (substitute_in_expr) <tcc_vl_exp>: Also inline a call if the
3324 replacement expression is another instance of one of its arguments.
3325
3326 2017-05-01 Jakub Jelinek <jakub@redhat.com>
3327
3328 PR target/79430
3329 * rtlanal.c (reg_set_p): If reg is a stack_pointer_rtx, also
3330 check for stack push/pop autoinc.
3331 * config/i386/i386.c (ix86_agi_dependent): Return false
3332 if the only reason why modified_in_p returned true is that
3333 addr is SP based and set_insn is a push or pop.
3334
3335 2017-04-29 Jan Hubicka <hubicka@ucw.cz>
3336
3337 * ipa-inline.c (compute_inlined_call_time): Remove now unnecesary
3338 overflow check.
3339
3340 2017-04-29 Jan Hubicka <hubicka@ucw.cz>
3341
3342 PR ipa/79224
3343 * ipa-inline-analysis.c (dump_predicate): Add optional parameter NL.
3344 (account_size_time): Use two predicates - exec_pred and
3345 nonconst_pred_ptr.
3346 (evaluate_conditions_for_known_args): Compute both clause and
3347 nonspec_clause.
3348 (evaluate_properties_for_edge): Evaulate both clause and nonspec_clause.
3349 (inline_summary_t::duplicate): Update.
3350 (estimate_function_body_sizes): Caluculate exec and nonconst predicates
3351 separately.
3352 (compute_inline_parameters): Likewise.
3353 (estimate_edge_size_and_time): Update caluclation of time.
3354 (estimate_node_size_and_time): Compute both time and nonspecialized
3355 time.
3356 (estimate_ipcp_clone_size_and_time): Update.
3357 (inline_merge_summary): Update.
3358 (do_estimate_edge_time): Update.
3359 (do_estimate_edge_size): Update.
3360 (do_estimate_edge_hints): Update.
3361 (inline_read_section, inline_write_summary): Stream both new predicates.
3362 * ipa-inline.c (compute_uninlined_call_time): Take uninlined_call_time
3363 as argument.
3364 (compute_inlined_call_time): Cleanup.
3365 (big_speedup_p): Update.
3366 (edge_badness): Update.
3367 * ipa-inline.h (INLINE_TIME_SCALE): Remove.
3368 (size_time_entry): Replace predicate by exec_predicate and
3369 nonconst_predicate.
3370 (edge_growth_cache_entry): Cache both time nad nonspecialized time.
3371 (estimate_edge_time): Return also nonspec_time.
3372 (reset_edge_growth_cache): Update.
3373
3374 2017-04-29 Jakub Jelinek <jakub@redhat.com>
3375
3376 PR rtl-optimization/80491
3377 * ifcvt.c (noce_process_if_block): When looking for x setter
3378 with missing else_bb, don't check only the insn right before
3379 cond_earliest, but look for the last insn that x is modified in
3380 within the same bb.
3381
3382 PR rtl-optimization/80491
3383 * alias.c (memory_modified_in_insn_p): Return true for CALL_INSNs.
3384
3385 2017-04-29 Marc Glisse <marc.glisse@inria.fr>
3386
3387 PR tree-optimization/80487
3388 * tree-ssa-alias.c (stmt_kills_ref_p): Handle stpncpy and strncpy.
3389
3390 2017-04-29 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
3391
3392 PR tree-optimization/79697
3393 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Check if callee
3394 is BUILT_IN_STRDUP, BUILT_IN_STRNDUP, BUILT_IN_REALLOC.
3395 (propagate_necessity): Check if def_callee is BUILT_IN_STRDUP or
3396 BUILT_IN_STRNDUP.
3397 * gimple-fold.c (gimple_fold_builtin_realloc): New function.
3398 (gimple_fold_builtin): Call gimple_fold_builtin_realloc.
3399
3400 2017-04-28 Martin Sebor <msebor@redhat.com>
3401
3402 PR tree-optimization/80523
3403 * gimple-ssa-sprintf.c (target_to_host_charmap): New global variable.
3404 (init_target_to_host_charmap, target_to_host, target_strtol10): New
3405 functions.
3406 (maybe_warn, format_directive, parse_directive): Use new functions.
3407 (pass_sprintf_length::execute): Call init_target_to_host_charmap.
3408
3409 2017-04-28 Marc Glisse <marc.glisse@inria.fr>
3410
3411 * match.pd (X+Z OP Y+Z, X-Z OP Y-Z, Z-X OP Z-Y): New transformations.
3412
3413 2017-04-28 Bernd Edlinger <bernd.edlinger@hotmail.de>
3414
3415 * configure.ac (SYSTEM_HEADER_DIR, BUILD_SYSTEM_HEADER_DIR,
3416 target_header_dir): Set correctly.
3417 * configure: Regenerated.
3418 * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
3419 (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
3420 instead of SYSTEM_HEADER_DIR.
3421
3422 2017-04-28 Jan Hubicka <hubicka@ucw.cz>
3423
3424 * ipa-cp.c (perform_estimation_of_a_value): Turn time to sreal.
3425 (estimate_local_effects): Likewise.
3426 * ipa-inline.c (compute_inlined_call_time, want_inline_small_function_p,
3427 edge_badness, inline_small_functions, dump_overall_stats): LIkewise.
3428 * ipa-inline.h (edge_growth_cache_entry, estimate_time_after_inlining,
3429 estimate_ipcp_clone_size_and_time, do_estimate_edge_time,
3430 do_estimate_edge_time, estimate_edge_time): Likewise.
3431 * ipa-inline-analysis.c (estimate_node_size_and_time,
3432 estimate_ipcp_clone_size_and_time, do_estimate_edge_time): Likewise.
3433 (estimate_time_after_inlining): Remove.
3434
3435 2017-04-28 Martin Liska <mliska@suse.cz>
3436
3437 * doc/gcov.texi: Enhance documentation of gcov.
3438
3439 2017-04-28 Martin Liska <mliska@suse.cz>
3440
3441 * doc/gcov.texi: Sort options in alphabetic order.
3442 * doc/gcov-dump.texi: Likewise.
3443 * doc/gcov-tool.texi: Likewise.
3444 * gcov.c (print_usage): Likewise.
3445 * gcov-dump.c (print_usage): Likewise.
3446 * gcov-tool.c (print_merge_usage_message): Likewise.
3447 (print_rewrite_usage_message): Likewise.
3448 (print_overlap_usage_message): Likewise.
3449
3450 2017-04-28 Martin Liska <mliska@suse.cz>
3451
3452 PR gcov-profile/53915
3453 * gcov.c (format_gcov): Print 'NAN %' when top > bottom.
3454
3455 2017-04-28 Martin Liska <mliska@suse.cz>
3456
3457 PR gcov-profile/79891
3458 * gcov.c (add_line_counts): Assign BBs to lines just if the BB
3459 is marked by compiler as living on a line.
3460 (get_cycles_count): Remove usage of the union.
3461 (output_intermediate_file): Likewise.
3462 (find_source): Fix GNU coding style.
3463 (accumulate_line_counts): Remove old non-all block mode.
3464 (output_lines): Remove usage of the union.
3465 * profile.c (output_location): Include all BBs, even if
3466 belonging to a same line (and file) as a previous BB.
3467
3468 2017-04-28 Martin Liska <mliska@suse.cz>
3469
3470 * gcov.c (process_args): Handle new argument 'w'.
3471 (read_graph_file): Assign ID to BBs.
3472 (output_branch_count): Display BB # if verbose flag is set.
3473 (output_lines): Likewise for arcs.
3474 (print_usage): Add '--verbose' option help.
3475 * doc/gcov.texi: Document --verbose (-w) option.
3476
3477 2017-04-28 Martin Liska <mliska@suse.cz>
3478
3479 * gcov.c (struct block_location_info): New struct.
3480 (process_file): Fill up the new structure.
3481 (read_graph_file): Replace usage of encoding by the newly added
3482 struct.
3483 (add_line_counts): Likewise.
3484 (accumulate_line_counts): Remove usage of the union.
3485 (function_info::function_info): New function.
3486 (function_info::~function_info): Likewise.
3487 (process_file): Call delete instead of release_function.
3488 (release_function): Release the function.
3489 (release_structures): Call delete instead of release_function.
3490 (solve_flow_graph): Replace usage of num_blocks.
3491 (find_exception_blocks): Likewise.
3492 (output_lines): Fix GNU coding style.
3493
3494 2017-04-28 Martin Liska <mliska@suse.cz>
3495
3496 PR driver/56469
3497 * coverage.c (coverage_remove_note_file): New function.
3498 * coverage.h: Declare the function.
3499 * toplev.c (finalize): Clean if an error has been seen.
3500
3501 2017-04-28 Martin Liska <mliska@suse.cz>
3502
3503 PR gcov-profile/80031
3504 * gcov-dump.c (tag_blocks): Just print number of basic blocks.
3505 * gcov-io.h (GCOV_TAG_BLOCKS_NUM): Remove unused macro.
3506 * gcov.c (read_graph_file): Read just number of blocks.
3507 * profile.c (branch_prob): Do not stream 0 flags per a basic
3508 block.
3509
3510 2017-04-28 Martin Liska <mliska@suse.cz>
3511
3512 * gcov-dump.c (tag_*): Add new argument to declarations.
3513 (dump_gcov_file): Likewise.
3514 (tag_blocks): Add and use new argument depth.
3515 (tag_arcs): Likewise.
3516 (tag_lines): Likewise.
3517 (tag_counters): Likewise.
3518 (tag_summary): Likewise.
3519 (dump_working_sets): Use depth to do a proper indentation.
3520
3521 2017-04-28 Jakub Jelinek <jakub@redhat.com>
3522
3523 PR bootstrap/80531
3524 * cgraph.h (symtab_node::debug_symtab): No longer inline.
3525 * symtab.c (symtab_node::debug_symtab): Move definition here.
3526
3527 2017-04-28 Richard Biener <rguenther@suse.de>
3528
3529 * lto-streamer.h (LTO_major_version): Bump to 7.
3530
3531 2017-04-28 Richard Biener <rguenther@suse.de>
3532
3533 * tree-vrp.c (assert_info): New struct.
3534 (add_assert_info): New helper.
3535 (register_edge_assert_for_2): Refactor to add asserts to a vector
3536 of assert_info.
3537 (register_edge_assert_for_1): Likewise.
3538 (register_edge_assert_for): Likewise.
3539 (finish_register_edge_assert_for): New helper actually registering
3540 asserts where live on edge.
3541 (find_conditional_asserts): Adjust.
3542 (find_switch_asserts): Likewise.
3543 (evrp_dom_walker::try_find_new_range): Generalize.
3544 (evrp_dom_walker::before_dom_children): Use register_edge_assert_for.
3545
3546 2017-04-27 Marek Polacek <polacek@redhat.com>
3547
3548 PR sanitizer/80349
3549 * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Convert
3550 arg10 and arg11 to itype.
3551
3552 2017-04-27 Jonathan Wakely <jwakely@redhat.com>
3553
3554 * doc/extend.texi (Object Size Checking): Improve grammar.
3555
3556 2017-04-27 Richard Earnshaw <rearnsha@arm.com>
3557
3558 PR target/80530
3559 * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Ensure
3560 that the logic for permitting reciprocal estimates matches that
3561 in use_rsqrt_p.
3562
3563 2017-04-27 Jakub Jelinek <jakub@redhat.com>
3564
3565 PR c++/80534
3566 * tree.c (type_cache_hasher::equal): Only compare
3567 TYPE_TYPELESS_STORAGE flag on non-aggregate element types.
3568 (build_array_type_1): Only hash TYPE_TYPELESS_STORAGE flag on
3569 non-aggregate element types.
3570 * tree.h (TYPE_TYPELESS_STORAGE): Fix comment typo, add more details
3571 about the flag on ARRAY_TYPEs in the comment, formatting fix.
3572
3573 2017-04-27 Richard Biener <rguenther@suse.de>
3574
3575 PR middle-end/80533
3576 * emit-rtl.c (set_mem_attributes_minus_bitpos): When
3577 stripping ARRAY_REFs from MEM_EXPR make sure we're not
3578 keeping a reference to a trailing array.
3579
3580 2017-04-27 Richard Biener <rguenther@suse.de>
3581
3582 PR middle-end/80539
3583 * tree-chrec.c (chrec_fold_plus_poly_poly): Deal with not
3584 being in loop-closed SSA form conservatively.
3585 (chrec_fold_multiply_poly_poly): Likewise.
3586
3587 2017-04-27 Tamar Christina <tamar.christina@arm.com>
3588
3589 PR middle-end/79665
3590 * expr.c (expand_expr_real_2): Move TRUNC_MOD_EXPR, FLOOR_MOD_EXPR,
3591 CEIL_MOD_EXPR, ROUND_MOD_EXPR cases.
3592
3593 2017-04-27 Jakub Jelinek <jakub@redhat.com>
3594
3595 PR target/77728
3596 * config/aarch64/aarch64.c (struct aarch64_fn_arg_alignment): Remove.
3597 (aarch64_function_arg_alignment): Return unsigned int again, but still
3598 ignore TYPE_FIELDS chain decls other than FIELD_DECLs.
3599 (aarch64_layout_arg): Adjust aarch64_function_arg_alignment caller.
3600 Don't emit -Wpsabi note.
3601 (aarch64_function_arg_boundary): Likewise.
3602 (aarch64_gimplify_va_arg_expr): Adjust aarch64_function_arg_alignment
3603 caller.
3604
3605 2017-04-26 Nathan Sidwell <nathan@acm.org>
3606
3607 * tree.h (crc32_unsigned_n): Declare.
3608 (crc32_unsigned, crc32_unsigned): Make inline.
3609 * tree.c (crc32_unsigned_bits): Replace with ...
3610 (crc32_unsigned_n): ... this.
3611 (crc32_unsigned, crc32_byte): Remove.
3612 (crc32_string): Remove unnecessary braces.
3613
3614 2017-04-25 Jan Hubicka <hubicka@ucw.cz>
3615
3616 * ipa-cp.c (estimate_local_effects): Convert sreal to int.
3617 * ipa-inline-analysis.c (MAX_TIME): Remove.
3618 (account_size_time): Use sreal for time.
3619 (dump_inline_summary): Update.
3620 (estimate_function_body_sizes): Update.
3621 (estimate_edge_size_and_time): Update.
3622 (estimate_calls_size_and_time): Update.
3623 (estimate_node_size_and_time): Update.
3624 (inline_merge_summary): Update.
3625 (inline_update_overall_summary): Update.
3626 (estimate_time_after_inlining): Update.
3627 (inline_read_section): Update.
3628 (inline_write_summary): Update.
3629 * ipa-inline.c (compute_uninlined_call_time): Update.
3630 (compute_inlined_call_time): Update.
3631 (recursive_inlining): Update.
3632 (inline_small_functions): Update.
3633 (dump_overall_stats): Update.
3634 * ipa-inline.h: Include sreal.h.
3635 (size_time_entry): Turn time to sreal.
3636 (inline_summary): Turn self_time nad time to sreal.
3637
3638 2017-04-25 Jan Hubicka <hubicka@ucw.cz>
3639
3640 * sreal.c: Include backend.h, tree.h, gimple.h, cgraph.h and
3641 data-streamer.h
3642 (sreal::stream_out, sreal::stream_in): New.
3643 * sreal.h (sreal::stream_out, sreal::stream_in): Declare.
3644
3645 2017-04-25 Jakub Jelinek <jakub@redhat.com>
3646
3647 * Makefile.in (s-options): Invoke opt-gather.awk with LC_ALL=C in the
3648 environment.
3649
3650 2017-04-25 Uros Bizjak <ubizjak@gmail.com>
3651
3652 PR target/70799
3653 * config/i386/i386.c (dimode_scalar_to_vector_candidate_p):
3654 Handle ASHIFTRT.
3655 (dimode_scalar_chain::compute_convert_gain): Ditto.
3656 (dimode_scalar_chain::make_vector_copies): Ditto.
3657 (dimode_scalar_chain::convert_reg): Ditto.
3658 (dimode_scalar_chain::convert_insn): Ditto.
3659 * config/i386/sse.md (VI24_AVX512BW_1): Remove mode iterator.
3660 (VI248_AVX512BW_1): New mode iterator.
3661 (<mask_codefor>ashr<mode>3<mask_name>): Merge insn pattern with
3662 <mask_codefor>ashrv2di3<mask_name> insn using VI248_AVX512BW_1
3663 mode iterator.
3664
3665 2017-04-25 Martin Sebor <msebor@redhat.com>
3666
3667 PR tree-optimization/80497
3668 * gimple-ssa-sprintf.c (get_int_range): Avoid assuming all integer
3669 constants are representable in HOST_WIDE_INT.
3670 (parse_directive): Ditto.
3671
3672 2017-04-25 Martin Sebor <msebor@redhat.com>
3673
3674 PR bootstrap/80486
3675 * dominance.c (dom_info::m_n_basic_blocks): Change type to unsigned.
3676 (new_zero_array): Adjust signature.
3677 (dom_info::dom_init): Used unsigned rather that size_t.
3678 (dom_info::dom_info): Same.
3679
3680 2017-04-25 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3681 Jakub Jelinek <jakub@redhat.com>
3682
3683 PR target/77728
3684 * config/arm/arm.c: Include gimple.h.
3685 (aapcs_layout_arg): Emit -Wpsabi note if arm_needs_doubleword_align
3686 returns negative, increment ncrn only if it returned positive.
3687 (arm_needs_doubleword_align): Return int instead of bool,
3688 ignore DECL_ALIGN of non-FIELD_DECL TYPE_FIELDS chain
3689 members, but if there is any such non-FIELD_DECL
3690 > PARM_BOUNDARY aligned decl, return -1 instead of false.
3691 (arm_function_arg): Emit -Wpsabi note if arm_needs_doubleword_align
3692 returns negative, increment nregs only if it returned positive.
3693 (arm_setup_incoming_varargs): Likewise.
3694 (arm_function_arg_boundary): Emit -Wpsabi note if
3695 arm_needs_doubleword_align returns negative, return
3696 DOUBLEWORD_ALIGNMENT only if it returned positive.
3697
3698 2017-04-25 Marek Polacek <polacek@redhat.com>
3699
3700 PR sanitizer/80349
3701 * fold-const.c (fold_binary_loc) <case BIT_IOR_EXPR>: Convert arg0's
3702 first argument to type.
3703
3704 2017-04-25 Bill Seurer <seurer@linux.vnet.ibm.com>
3705
3706 PR target/80482
3707 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Change
3708 type checks to test for compatibility instead of equality.
3709
3710 2017-04-25 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3711 Jakub Jelinek <jakub@redhat.com>
3712
3713 PR target/77728
3714 * config/aarch64/aarch64.c (struct aarch64_fn_arg_alignment): New
3715 type.
3716 (aarch64_function_arg_alignment): Return aarch64_fn_arg_alignment
3717 struct. Ignore DECL_ALIGN of decls other than FIELD_DECL for
3718 the alignment computation, but return their maximum in warn_alignment.
3719 (aarch64_layout_arg): Adjust aarch64_function_arg_alignment caller.
3720 Emit a -Wpsabi note if warn_alignment is 16 bytes, but alignment
3721 is smaller.
3722 (aarch64_function_arg_boundary): Likewise. Simplify using MIN/MAX.
3723 (aarch64_gimplify_va_arg_expr): Adjust aarch64_function_arg_alignment
3724 caller.
3725
3726 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
3727
3728 * config/arc/simdext.md (dmpyh): Fix typo.
3729
3730 2017-04-25 Richard Biener <rguenther@suse.de>
3731
3732 PR tree-optimization/80492
3733 * alias.c (compare_base_decls): Handle registers with asm
3734 specification conservatively.
3735 * tree-ssa-alias.c (decl_refs_may_alias_p): Handle
3736 compare_base_decls returning dont-know properly.
3737
3738 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
3739
3740 * config/arc/arc.c (LEGITIMATE_OFFSET_ADDRESS_P): Delete macro.
3741 (legitimate_offset_address_p): New function.
3742 (arc_legitimate_address_p): Use above function.
3743
3744 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
3745
3746 * config/arc/arc.c (arc_output_mi_thunk): Emit PIC calls.
3747
3748 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
3749
3750 * config/arc/arc.c (arc_conditional_register_usage): Use ACCL,
3751 ACCH registers whenever they are available.
3752
3753 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
3754
3755 * config/arc/arc.c (arc_conditional_register_usage): Make D0, D1
3756 double regs fix when not used.
3757
3758 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
3759
3760 * config/arc/arc.h (REGNO_OK_FOR_BASE_P): Consider also extension
3761 core registers.
3762 (REG_OK_FOR_INDEX_P_NONSTRICT): Likewise.
3763 (REG_OK_FOR_BASE_P_NONSTRICT): Likewise.
3764
3765 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
3766
3767 * config/arc/arc.c (arc_output_addsi): Check for h-register class
3768 when emitting short ADD instructions.
3769
3770 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
3771
3772 * config/arc/arc.md (cmpsi_cc_insn_mixed): Use 'h' register
3773 constraint.
3774 (cmpsi_cc_c_insn): Likewise.
3775 (cbranchsi4_scratch): Compute proper instruction length using
3776 compact_hreg_operand.
3777 * config/arc/predicates.md (compact_hreg_operand): New predicate.
3778
3779 2017-04-25 Richard Biener <rguenther@suse.de>
3780
3781 PR middle-end/80509
3782 * passes.c (pass_manager::pass_manager): Initialize
3783 m_name_to_pass_map.
3784
3785 2017-04-25 Richard Biener <rguenther@suse.de>
3786
3787 PR tree-optimization/79201
3788 * tree-ssa-sink.c (statement_sink_location): Handle calls.
3789
3790 2017-04-25 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
3791
3792 PR target/80464
3793 * config/s390/vector.md: Split MEM->GPR vector moves for
3794 non-s_operand addresses.
3795
3796 2017-04-25 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
3797
3798 PR target/79895
3799 * config/s390/predicates.md (reload_const_wide_int_operand): New
3800 predicate.
3801 * config/s390/s390.md ("movti"): Remove d/P alternative.
3802 ("movti_bigconst"): New pattern definition.
3803
3804 2017-04-25 Dominik Vogt <vogt@linux.vnet.ibm.com>
3805
3806 PR target/80080
3807 * s390-protos.h (s390_expand_cs_hqi): Removed.
3808 (s390_expand_cs, s390_expand_atomic_exchange_tdsi): New prototypes.
3809 * config/s390/s390.c (s390_emit_compare_and_swap): Handle all integer
3810 modes as well as CCZ1mode and CCZmode.
3811 (s390_expand_atomic_exchange_tdsi, s390_expand_atomic): Adapt to new
3812 signature of s390_emit_compare_and_swap.
3813 (s390_expand_cs_hqi): Likewise, make static.
3814 (s390_expand_cs_tdsi): Generate an explicit compare before trying
3815 compare-and-swap, in some cases.
3816 (s390_expand_cs): Wrapper function.
3817 (s390_expand_atomic_exchange_tdsi): New backend specific expander for
3818 atomic_exchange.
3819 (s390_match_ccmode_set): Allow CCZmode <-> CCZ1 mode.
3820 * config/s390/s390.md ("atomic_compare_and_swap<mode>"): Merge the
3821 patterns for small and large integers. Forbid symref memory operands.
3822 Move expander to s390.c. Require cc register.
3823 ("atomic_compare_and_swap<DGPR:mode><CCZZ1:mode>_internal")
3824 ("*atomic_compare_and_swap<TDI:mode><CCZZ1:mode>_1")
3825 ("*atomic_compare_and_swapdi<CCZZ1:mode>_2")
3826 ("*atomic_compare_and_swapsi<CCZZ1:mode>_3"): Use s_operand to forbid
3827 symref memory operands. Remove CC mode and call s390_match_ccmode
3828 instead.
3829 ("atomic_exchange<mode>"): Allow and implement all integer modes.
3830
3831 2017-04-25 Dominik Vogt <vogt@linux.vnet.ibm.com>
3832
3833 * config/s390/s390.md (define_peephole2): New peephole to help
3834 combining the load-and-test pattern with volatile memory.
3835
3836 2017-04-25 Dominik Vogt <vogt@linux.vnet.ibm.com>
3837
3838 * config/s390/s390.md ("cstorecc4"): Use load-on-condition and deal
3839 with CCZmode for TARGET_Z196.
3840
3841 2017-04-25 Jakub Jelinek <jakub@redhat.com>
3842
3843 PR rtl-optimization/80501
3844 * combine.c (make_compound_operation_int): Set subreg_code to SET
3845 even for AND with mask of the sign bit of mode.
3846
3847 PR rtl-optimization/80500
3848 * loop-unroll.c (combine_var_copies_in_loop_exit): Call copy_rtx on
3849 sum's initial value.
3850
3851 2017-04-25 Julian Brown <julian@codesourcery.com>
3852 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
3853
3854 * config/aarch64/thunderx2t99.md (thunderx2t99_crc): New Reservation.
3855
3856 2017-04-25 Marc Glisse <marc.glisse@inria.fr>
3857
3858 * fold-const.c (tree_single_nonzero_warnv_p): Handle SSA_NAME.
3859
3860 2017-04-25 Julian Brown <julian@codesourcery.com>
3861 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
3862
3863 * config/aarch64/thunderx2t99.md (thunderx2t99_aes): New Reservation.
3864 (thunderx2t99_sha): New Reservation.
3865
3866 2017-04-25 Julian Brown <julian@codesourcery.com>
3867 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
3868
3869 * config/aarch64/aarch64-simd.md (aarch64_simd_vec_set<mode>): Fix
3870 type for 1-element load.
3871
3872 2017-04-24 Marc Glisse <marc.glisse@inria.fr>
3873
3874 * match.pd (X/[ex]C CMP Y/[ex]C): New transformation.
3875
3876 2017-04-24 Martin Jambor <mjambor@suse.cz>
3877
3878 PR tree-optimization/80293
3879 * tree-sra.c (scalarizable_type_p): New parameter const_decl, make
3880 char arrays not totally scalarizable if it is false.
3881 (analyze_all_variable_accesses): Pass correct value in the new
3882 parameter. Add a statistics counter.
3883
3884 2017-04-24 Jan Hubicka <hubicka@ucw.cz>
3885
3886 PR middle-end/79931
3887 * ipa-devirt.c (dump_possible_polymorphic_call_targets): Fix ICE.
3888
3889 2017-04-24 Richard Biener <rguenther@suse.de>
3890
3891 PR tree-optimization/80494
3892 * tree-scalar-evolution.c (analyze_scalar_evolution_1): Bail
3893 out for complex types.
3894
3895 2017-04-24 Richard Biener <rguenther@suse.de>
3896
3897 * tree-ssa-sccvn.h (run_scc_vn): Adjust prototype.
3898 * tree-ssa-sccvn.c (print_scc): Print SCC size.
3899 (extract_and_process_scc_for_name): Never fail but drop SCC to varying.
3900 (DFS): Adjust and never fail.
3901 (sccvn_dom_walker::fail): Remove.
3902 (sccvn_dom_walker::before_dom_children): Adjust.
3903 (run_scc_vn): Likewise and never fail.
3904 * tree-ssa-pre.c (pass_pre::execute): Adjust.
3905 (pass_fre::execute): Likewise.
3906
3907 2017-04-24 Richard Biener <rguenther@suse.de>
3908
3909 PR tree-optimization/79725
3910 * tree-ssa-sink.c (statement_sink_location): Return whether
3911 failure reason was zero uses. Move that check later.
3912 (sink_code_in_bb): Deal with zero uses by removing the stmt
3913 if possible.
3914
3915 2017-04-24 Richard Biener <rguenther@suse.de>
3916
3917 PR c++/2972
3918 * tree-ssa-uninit.c (warn_uninitialized_vars): Handle some
3919 pointer-based references.
3920
3921 2017-04-24 Richard Biener <rguenther@suse.de>
3922
3923 PR bootstrap/79814
3924 * pass_manager.h (pass_manager::operator new): Remove.
3925 (pass_manager::operator delete): Likewise.
3926 * passes.c (pass_manager::operator new): Remove.
3927 (pass_manager::operator delete): Likewise.
3928 (pass_manager::pass_manager): Zero individual pass members.
3929
3930 2017-04-23 Uros Bizjak <ubizjak@gmail.com>
3931
3932 PR target/70799
3933 * config/i386/i386.c (dimode_scalar_to_vector_candidate_p)
3934 <case ASHIFT, case LSHIFTRT>: Also consider variable shifts.
3935 Check "XEXP (src, 1)" operand here.
3936 <case PLUS, case MINUS, case IOR, case XOR, case AND>:
3937 Check "XEXP (src, 1)" operand here.
3938 (dimode_scalar_chain::make_vector_copies): Detect count register
3939 of a shift instruction. Zero extend count register from QImode
3940 to DImode to satisfy vector shift pattern count operand predicate.
3941 Substitute vector shift count operand with a DImode copy.
3942 (dimode_scalar_chain::convert_reg): Ditto, zero-extend from
3943 vector register.
3944
3945 2017-04-21 Uros Bizjak <ubizjak@gmail.com>
3946
3947 * config/i386/i386.md (*extzvqi_mem_rex64): Move above *extzv<mode>.
3948 Remove UNSPEC_NOREX_MEM tag. Update corresponding peephole2 pattern.
3949 (*insvqi_1_mem_rex64): Move above insv<mode>_1. Remove
3950 UNSPEC_NOREX_MEM tag. Update corresponding peephole2 pattern.
3951 (UNSPEC_NOREX_MEM): Remove definition.
3952
3953 2017-04-21 Richard Biener <rguenther@suse.de>
3954
3955 PR tree-optimization/79547
3956 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
3957 Handle strlen, strcmp, strncmp, strcasecmp, strncasecmp, memcmp,
3958 bcmp, strspn, strcspn, __builtin_object_size and __builtin_constant_p
3959 without any constraints.
3960
3961 2017-04-21 Richard Biener <rguenther@suse.de>
3962
3963 PR tree-optimization/78847
3964 * fold-const.c (split_tree): Handle POINTER_PLUS_EXPR.
3965
3966 2017-04-21 Richard Biener <rguenther@suse.de>
3967
3968 * tree.h (build_qualified_type): Annotate with CXX_MEM_STAT_INFO.
3969 (build_distinct_type_copy): Likewise.
3970 (build_variant_type_copy): Likewise.
3971 * tree.c (build_qualified_type): Pass down mem-stat info.
3972 (build_distinct_type_copy): Likewise.
3973 (build_variant_type_copy): Likewise.
3974
3975 2017-04-21 Richard Biener <rguenther@suse.de>
3976
3977 PR tree-optimization/80237
3978 * tree-ssa-pre.c (find_leader_in_sets): Add third set argument,
3979 defaulted to NULL.
3980 (phi_translate_1): Also allow a leader in AVAIL_OUT of pred
3981 for a simplified result.
3982
3983 2016-04-21 Richard Biener <rguenther@suse.de>
3984
3985 * tree-ssa-loop-ivcanon.c (constant_after_peeling): Do not require
3986 sth as strict as a simple_iv but a chrec without symbols and an
3987 operand defined in the loop we are peeling (and not some subloop).
3988 (propagate_constants_for_unrolling): Propagate all constants.
3989
3990 2017-04-20 Uros Bizjak <ubizjak@gmail.com>
3991
3992 PR target/79804
3993 * config/i386/i386.c (print_reg): Remove assert for disalowed
3994 regno values, call output_operand_lossage instead.
3995
3996 2017-04-20 Uros Bizjak <ubizjak@gmail.com>
3997
3998 PR target/78090
3999 * config/i386/constraints.md (Yc): New register constraint.
4000 * config/i386/i386.md (*float<SWI48:mode><MODEF:mode>2_mixed):
4001 Use Yc constraint for alternative 2 of operand 0. Remove
4002 preferred_for_speed attribute.
4003
4004 2017-04-20 Alexander Monakov <amonakov@ispras.ru>
4005
4006 * omp-low.c (lower_lastprivate_clauses): Correct handling of linear and
4007 lastprivate clauses in SIMT case.
4008
4009 2017-04-20 Volker Reichelt <v.reichelt@netcologne.de>
4010
4011 * doc/invoke.texi (-Wextra-semi): Document new warning option.
4012
4013 2017-04-20 Richard Biener <rguenther@suse.de>
4014
4015 PR tree-optimization/57796
4016 * tree-vect-stmts.c (vect_model_store_cost): Cost scatters
4017 as N scalar stores.
4018 (vect_model_load_cost): Cost gathers as N scalar loads.
4019
4020 2017-04-20 Richard Biener <rguenther@suse.de>
4021
4022 * ggc-page.c (ggc_allocated_p): Rename to ...
4023 (safe_lookup_page_table_entry): ... this and return the lookup
4024 result.
4025 (gt_ggc_m_S): Use safe_lookup_page_table_entry.
4026
4027 2017-04-20 Richard Biener <rguenther@suse.de>
4028
4029 PR tree-optimization/80453
4030 * tree-ssa-sccvn.h (struct vn_phi_s): Add cclhs and ccrhs members.
4031 * tree-ssa-sccvn.c (cond_stmts_equal_p): Use recorded lhs and rhs
4032 from the conditions.
4033 (vn_phi_eq): Pass them down.
4034 (vn_phi_lookup): Record them.
4035 (vn_phi_insert): Likewise.
4036
4037 2017-04-20 Matthew Fortune <matthew.fortune@imgtec.com>
4038
4039 * config/mips/mips.c (mips_expand_vec_perm_const): Re-fix
4040 uninitialized variable warning to avoid buffer overrun.
4041
4042 2017-04-20 Alexander Monakov <amonakov@ispras.ru>
4043
4044 PR other/71250
4045 * doc/invoke.texi (-Wmissing-field-initializers): Mention that warning
4046 is suppressed for '{ 0 }' in C.
4047
4048 2017-04-20 Jakub Jelinek <jakub@redhat.com>
4049
4050 * BASE-VER: Set to 8.0.0.
4051
4052 2017-04-20 Thomas Preud'homme <thomas.preudhomme@arm.com>
4053
4054 * config/arm/arm.c (arm_elf_asm_cdtor): Create non-default
4055 priority .init_array and .fini_array section with SECTION_NOTYPE
4056 flag.
4057
4058 2017-04-20 Jakub Jelinek <jakub@redhat.com>
4059
4060 PR middle-end/80423
4061 * tree.h (build_array_type): Add typeless_storage default argument.
4062 * tree.c (type_cache_hasher::equal): Also compare
4063 TYPE_TYPELESS_STORAGE flag for ARRAY_TYPEs.
4064 (build_array_type): Add typeless_storage argument, set
4065 TYPE_TYPELESS_STORAGE to it, if shared also hash it, and pass to
4066 recursive call.
4067 (build_nonshared_array_type): Adjust build_array_type_1 caller.
4068 (build_array_type): Likewise. Add typeless_storage argument.
4069
4070 2017-04-19 Eric Botcazou <ebotcazou@adacore.com>
4071 Jakub Jelinek <jakub@redhat.com>
4072
4073 PR tree-optimization/80426
4074 * tree-vrp.c (extract_range_from_binary_expr_1): For an additive
4075 operation on symbolic operands, also compute the overflow for the
4076 invariant part when the operation degenerates into a negation.
4077
4078 2017-04-19 Jakub Jelinek <jakub@redhat.com>
4079
4080 PR debug/80461
4081 * dwarf2out.c (modified_type_die, gen_type_die_with_usage):
4082 Check for t with zero TYPE_QUALS_NO_ADDR_SPACE.
4083
4084 PR debug/80436
4085 * tree-ssa-loop-manip.c (find_uses_to_rename_def): Ignore debug uses.
4086
4087 2017-04-19 Georg-Johann Lay <avr@gjlay.de>
4088
4089 PR target/80462
4090 * config/avr/avr.c (tree.h): Include it.
4091 (cgraph.h): Include it.
4092 (avr_encode_section_info): Don't warn for uninitialized progmem
4093 variable if it's just an alias.
4094
4095 2017-04-19 Richard Biener <rguenther@suse.de>
4096
4097 PR ipa/65972
4098 * auto-profile.c (afdo_vpt_for_early_inline): Update SSA
4099 when needed by AutoPGO.
4100
4101 2017-04-19 Paulo J. Matos <paulo@matos-sorge.com>
4102
4103 PR lto/50345
4104 * doc/lto.texi: Remove an extra 'that'.
4105
4106 2017-04-19 Segher Boessenkool <segher@kernel.crashing.org>
4107
4108 PR rtl-optimization/80429
4109 * ira.c (split_live_ranges_for_shrink_wrap): Don't split regs that
4110 are only used in debug insns.
4111
4112 2017-04-19 Eric Botcazou <ebotcazou@adacore.com>
4113 Vladimir Makarov <vmakarov@redhat.com>
4114
4115 * config/sparc/predicates.md (input_operand): Add comment. Return
4116 true for any memory operand when LRA is in progress.
4117 * config/sparc/sparc.c (sparc_expand_move): Minor formatting fix.
4118
4119 2017-04-18 Jeff Law <law@redhat.com>
4120
4121 PR target/74563
4122 * mips.md ({return,simple_return}_internal): Do not overwrite
4123 operands[0].
4124
4125 2017-04-18 Jakub Jelinek <jakub@redhat.com>
4126
4127 PR tree-optimization/80443
4128 * tree-vrp.c (intersect_ranges): For signed 1-bit precision type,
4129 instead of adding 1, subtract -1 and similarly instead of subtracting
4130 1 add -1.
4131
4132 2017-04-18 Richard Sandiford <richard.sandiford@arm.com>
4133
4134 PR rtl-optimization/80357
4135 * haifa-sched.c (tmp_bitmap): New variable.
4136 (model_recompute): Handle duplicate use records.
4137 (alloc_global_sched_pressure_data): Initialize tmp_bitmap.
4138 (free_global_sched_pressure_data): Free it.
4139
4140 2017-04-18 Bernd Edlinger <bernd.edlinger@hotmail.de>
4141
4142 Revert:
4143 2017-02-20 Bernd Edlinger <bernd.edlinger@hotmail.de>
4144 * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
4145 (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
4146 instead of SYSTEM_HEADER_DIR.
4147
4148 2017-04-18 Jeff Law <law@redhat.com>
4149
4150 PR middle-end/80422
4151 * cfgcleanup.c (try_crossjump_to_edge): Verify SRC1 and SRC2 have
4152 predecessors after walking up the insn chain.
4153
4154 2017-04-18 Jakub Jelinek <jakub@redhat.com>
4155
4156 PR debug/80263
4157 * dwarf2out.c (modified_type_die): Try harder not to emit internal
4158 sizetype type into debug info.
4159
4160 2017-04-18 Michael Meissner <meissner@linux.vnet.ibm.com>
4161
4162 PR target/80099
4163 * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Eliminate
4164 unneeded test for TARGET_UPPER_REGS_SF.
4165 * config/rs6000/vsx.md (vsx_extract_v4sf_var): Likewise.
4166
4167 2017-04-18 Jakub Jelinek <jakub@redhat.com>
4168
4169 PR sanitizer/80444
4170 * sancov.c (sancov_pass): Use gsi_start_nondebug_after_labels_bb
4171 instead of gsi_after_labels.
4172
4173 2017-04-18 Jeff Law <law@redhat.com>
4174
4175 * regcprop.c (maybe_mode_change): Avoid creating copies of the
4176 stack pointer.
4177
4178 Revert:
4179 2017-04-13 Jeff Law <law@redhat.com>
4180 * config/mips.mips.md (zero_extendsidi2): Do not allow SP to appear
4181 in operands[1] if it is a MEM and TARGET_MIPS16 is active.
4182
4183 2017-04-18 Georg-Johann Lay <avr@gjlay.de>
4184
4185 PR target/79453
4186 * config/avr/avr.c (intl.h): Include it.
4187 (avr_pgm_check_var_decl) [reason]: Wrap diagnostic snippets into _().
4188
4189 2017-04-18 Martin Liska <mliska@suse.cz>
4190
4191 PR gcov-profile/78783
4192 * gcov-tool.c (gcov_output_files): Validate that destination
4193 file is either removed by the tool or by a user.
4194
4195 2017-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
4196 Guy Benyei <guybe@mellanox.com>
4197
4198 * config/arc/arc.c (arc_reorg): Move loop_end_id into a more local
4199 block, and do not negate it, the stored id is already negative.
4200
4201 2017-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
4202
4203 * config/arc/arc.md (doloop_begin_i): Use @pcl assembler syntax.
4204
4205 2017-04-14 Michael Meissner <meissner@linux.vnet.ibm.com>
4206
4207 PR target/80098
4208 * config/rs6000/rs6000-cpus.def (OTHER_P9_VECTOR_MASKS): Define
4209 masks of options that should be turned off if the VSX vector
4210 options are turned off.
4211 (OTHER_P8_VECTOR_MASKS): Likewise.
4212 (OTHER_VSX_VECTOR_MASKS): Likewise.
4213 * config/rs6000/rs6000.c (rs6000_option_override_internal): Call
4214 rs6000_disable_incompatible_switches to validate no type switches
4215 like -mvsx.
4216 (rs6000_incompatible_switch): New function to disallow turning on
4217 other vector options if -mno-vsx, -mno-power8-vector, or
4218 -mno-power9-vector are specified.
4219
4220 2017-04-14 Claudiu Zissulescu <claziss@synopsys.com>
4221
4222 * config/arc/arc.h (CRT_CALL_STATIC_FUNCTION): Use long calls.
4223
4224 2017-04-14 Claudiu Zissulescu <claziss@synopsys.com>
4225
4226 * config/arc/arc-protos.h (arc_decl_pretend_args): Remove.
4227 * config/arc/arc.c (arc_decl_pretend_args): Likewise.
4228 * config/arc/arc.h (CFA_FRAME_BASE_OFFSET): Likewise.
4229 (ARG_POINTER_CFA_OFFSET): Likewise.
4230
4231 2017-04-14 Claudiu Zissulescu <claziss@synopsys.com>
4232
4233 * config/arc/arc.c (arc_mode_dependent_address_p): Relax
4234 conditions to take advantage of various optimizations.
4235
4236 2017-04-13 Jeff Law <law@redhat.com>
4237
4238 * config/mips.mips.md (zero_extendsidi2): Do not allow SP to appear
4239 in operands[1] if it is a MEM and TARGET_MIPS16 is active.
4240 (zero_extendsidi2_dext): Likewise.
4241
4242 2017-04-13 Jakub Jelinek <jakub@redhat.com>
4243
4244 PR sanitizer/80403
4245 * fold-const.c (fold_ternary_loc): Revert
4246 use op0 instead of fold_convert_loc (loc, type, arg0) part of
4247 2017-04-12 change.
4248
4249 2017-04-13 Vladimir Makarov <vmakarov@redhat.com>
4250
4251 PR rtl-optimization/80343
4252 * lra-remat.c (update_scratch_ops): Assign original hard reg to
4253 new scratch pseudo.
4254
4255 2017-04-13 Denis Khalikov <d.khalikov@partner.samsung.com>
4256
4257 PR sanitizer/80414
4258 * ubsan.c (ubsan_expand_bounds_ifn): Pass original index
4259 to ubsan_encode_value.
4260
4261 2017-04-13 Jeff Law <law@redhat.com>
4262
4263 * reload1.c (eliminate_regs_1): Call gen_rtx_raw_SUBREG for SUBREGs
4264 appearing in DEBUG_INSNs.
4265
4266 2017-04-13 Martin Liska <mliska@suse.cz>
4267
4268 PR gcov-profile/80413
4269 * gcov-io.c (gcov_write_string): Copy to buffer just when
4270 allocated size is greater than zero.
4271
4272 2017-04-13 Jakub Jelinek <jakub@redhat.com>
4273
4274 PR debug/80321
4275 * dwarf2out.c (decls_for_scope): Ignore declarations of
4276 current_function_decl in BLOCK_NONLOCALIZED_VARS.
4277
4278 2017-04-12 Jan Hubicka <hubicka@ucw.cz>
4279
4280 PR lto/69953
4281 * ipa-visibility.c (non_local_p): Fix typos.
4282 (localize_node): When localizing symbol in same comdat group,
4283 dissolve the group only when we know external symbols are going
4284 to be privatized.
4285 (function_and_variable_visibility): Do not localize DECL_EXTERNAL.
4286
4287 2017-04-12 Jakub Jelinek <jakub@redhat.com>
4288
4289 PR tree-optimization/79390
4290 * optabs.c (emit_conditional_move): If the preferred op2/op3 operand
4291 order does not result in usable sequence, retry with reversed operand
4292 order.
4293
4294 PR sanitizer/80403
4295 PR sanitizer/80404
4296 PR sanitizer/80405
4297 * fold-const.c (fold_ternary_loc): Use op1 instead of arg1 as argument
4298 to fold_build2_loc. Convert TREE_OPERAND (tem, 0) to type. Use
4299 op0 instead of fold_convert_loc (loc, type, arg0).
4300
4301 2017-04-12 Jeff Law <law@redhat.com>
4302
4303 * genattrtab.c (write_eligible_delay): Verify DELAY_INSN still
4304 has a delay slot in the generated code.
4305
4306 * config/cris/cris.md (cris_preferred_reload_class): Return
4307 GENNONACR_REGS rather than GENERAL_REGS.
4308
4309 2017-04-12 Jakub Jelinek <jakub@redhat.com>
4310
4311 PR c/80163
4312 * expr.c <CASE_CONVERT>: For EXPAND_INITIALIZER determine SIGN_EXTEND
4313 vs. ZERO_EXTEND based on signedness of treeop0's type rather than
4314 signedness of the result type.
4315
4316 2017-04-12 Richard Biener <rguenther@suse.de>
4317 Jeff Law <law@redhat.com>
4318
4319 PR tree-optimization/80359
4320 * tree-ssa-dse.c (maybe_trim_partially_dead_store): Do not
4321 trim stores to TARGET_MEM_REFs.
4322
4323 2017-04-12 Richard Biener <rguenther@suse.de>
4324
4325 PR tree-optimization/79390
4326 * gimple-ssa-split-paths.c (is_feasible_trace): Restrict
4327 threading case even more.
4328
4329 2017-04-12 Segher Boessenkool <segher@kernel.crashing.org>
4330
4331 PR target/80382
4332 * config/rs6000/sync.md (atomic_load<mode>, atomic_store<mode): Test
4333 for quad_address_p for TImode, instead of just not indexed_address.
4334
4335 2017-04-12 Richard Biener <rguenther@suse.de>
4336 Bernd Edlinger <bernd.edlinger@hotmail.de>
4337
4338 PR middle-end/79671
4339 * alias.c (component_uses_parent_alias_set_from): Handle
4340 TYPE_TYPELESS_STORAGE.
4341 (get_alias_set): Likewise.
4342 * tree-core.h (tree_type_common): Add typeless_storage flag.
4343 * tree.h (TYPE_TYPELESS_STORAGE): New macro.
4344 * stor-layout.c (place_union_field): Set TYPE_TYPELESS_STORAGE
4345 for types containing members with TYPE_TYPELESS_STORAGE.
4346 (place_field): Likewise.
4347 (layout_type): Likewise for ARRAY_TYPE.
4348 * lto-streamer-out.c (hash_tree): Hash TYPE_TYPELESS_STORAGE.
4349 * tree-streamer-in.c (unpack_ts_type_common_value_fields): Stream
4350 TYPE_TYPELESS_STORAGE.
4351 * tree-streamer-out.c (pack_ts_type_common_value_fields): Likewise.
4352
4353 2017-04-12 Jakub Jelinek <jakub@redhat.com>
4354
4355 PR sanitizer/80349
4356 * fold-const.c (fold_binary_loc) <case BIT_IOR_EXPR>: Convert arg0's
4357 first argument to type.
4358
4359 2017-04-11 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4360
4361 PR target/80376
4362 PR target/80315
4363 * config/rs6000/rs6000.c (rs6000_expand_unop_builtin): Return
4364 CONST0_RTX (mode) rather than const0_rtx where appropriate.
4365 (rs6000_expand_binop_builtin): Likewise.
4366 (rs6000_expand_ternop_builtin): Likewise; also add missing
4367 vsx_xxpermdi_* variants; also fix typo (arg1 => arg2) for
4368 vshasigma built-ins.
4369 * doc/extend.texi: Document that vec_xxpermdi's third argument
4370 must be a constant.
4371
4372 2017-04-11 Uros Bizjak <ubizjak@gmail.com>
4373
4374 * config/i386/i386.c (dimode_scalar_chain::compute_convert_gain):
4375 Use shift_const cost parameter when calculating gain of STV shifts.
4376
4377 2017-04-11 Vladimir Makarov <vmakarov@redhat.com>
4378
4379 PR rtl-optimization/70478
4380 * lra-constraints.c (process_alt_operands): Check memory for
4381 disfavoring memory insn operand.
4382
4383 2017-04-11 Jakub Jelinek <jakub@redhat.com>
4384
4385 PR middle-end/80100
4386 * simplify-rtx.c (simplify_binary_operation_1) <case IOR>: Perform
4387 left shift in unsigned HOST_WIDE_INT type.
4388
4389 PR rtl-optimization/80385
4390 * simplify-rtx.c (simplify_unary_operation_1): Don't transform
4391 (not (neg X)) into (plus X -1) for complex or non-integral modes.
4392
4393 PR libgomp/80394
4394 * omp-low.c (scan_omp_task): Don't optimize away empty tasks
4395 if they have any depend clauses.
4396
4397 2017-04-11 Martin Liska <mliska@suse.cz>
4398
4399 PR ipa/80212
4400 * cgraph.c (cgraph_node::dump): Dump calls_comdat_local.
4401 * ipa-split.c (split_function): Create a local comdat symbol
4402 if caller is in a comdat group.
4403
4404 2017-04-11 Martin Liska <mliska@suse.cz>
4405
4406 PR ipa/80212
4407 * ipa-cp.c (determine_versionability): Handle calls_comdat_local
4408 flags.
4409
4410 2017-04-11 Martin Sebor <msebor@redhat.com>
4411
4412 PR middle-end/80364
4413 * gimple-ssa-sprintf.c (get_int_range): Remove second argument and
4414 always use the int type. Use INTEGRAL_TYPE_P() rather than testing
4415 for INTEGER_TYPE.
4416 (directive::set_width, directive::set_precision, format_character):
4417 Adjust.
4418 (parse_directive): Use INTEGRAL_TYPE_P() rather than testing for
4419 INTEGER_TYPE.
4420
4421 2017-04-11 Richard Earnshaw <rearnsha@arm.com>
4422
4423 PR target/80389
4424 * config/arm/arm.c (arm_configure_build_target): When -mcpu and -arch
4425 conflict, set target->arch_name instead of target->cpu_name.
4426
4427 2017-04-11 Richard Biener <rguenther@suse.de>
4428
4429 PR tree-optimization/80374
4430 * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Use
4431 build_zero_cst, remove fold_convertible_p check again.
4432
4433 2017-04-11 Martin Liska <mliska@suse.cz>
4434
4435 PR sanitizer/70878
4436 * ubsan.c (instrument_object_size): Do not instrument register
4437 variables.
4438
4439 2017-04-11 Jakub Jelinek <jakub@redhat.com>
4440
4441 PR target/80381
4442 * config/i386/i386-builtin-types.def
4443 (V16HI_FTYPE_V16HI_INT_V16HI_UHI_COUNT,
4444 V16HI_FTYPE_V16HI_V8HI_V16HI_UHI_COUNT,
4445 V16SI_FTYPE_V16SI_INT_V16SI_UHI_COUNT,
4446 V16SI_FTYPE_V16SI_V4SI_V16SI_UHI_COUNT,
4447 V2DI_FTYPE_V2DI_INT_V2DI_UQI_COUNT,
4448 V2DI_FTYPE_V2DI_V2DI_V2DI_UQI_COUNT,
4449 V32HI_FTYPE_V32HI_INT_V32HI_USI_COUNT,
4450 V32HI_FTYPE_V32HI_V8HI_V32HI_USI_COUNT,
4451 V4DI_FTYPE_V4DI_INT_V4DI_UQI_COUNT,
4452 V4DI_FTYPE_V4DI_V2DI_V4DI_UQI_COUNT,
4453 V4SI_FTYPE_V4SI_INT_V4SI_UQI_COUNT,
4454 V4SI_FTYPE_V4SI_V4SI_V4SI_UQI_COUNT,
4455 V8DI_FTYPE_V8DI_INT_V8DI_UQI_COUNT,
4456 V8DI_FTYPE_V8DI_V2DI_V8DI_UQI_COUNT,
4457 V8HI_FTYPE_V8HI_INT_V8HI_UQI_COUNT,
4458 V8HI_FTYPE_V8HI_V8HI_V8HI_UQI_COUNT,
4459 V8SI_FTYPE_V8SI_INT_V8SI_UQI_COUNT,
4460 V8SI_FTYPE_V8SI_V4SI_V8SI_UQI_COUNT): New function type aliases.
4461 * config/i386/i386-builtin.def (__builtin_ia32_pslld512_mask,
4462 __builtin_ia32_pslldi512_mask, __builtin_ia32_psllq512_mask,
4463 __builtin_ia32_psllqi512_mask, __builtin_ia32_psrad512_mask,
4464 __builtin_ia32_psradi512_mask, __builtin_ia32_psraq512_mask,
4465 __builtin_ia32_psraqi512_mask, __builtin_ia32_psrld512_mask,
4466 __builtin_ia32_psrldi512_mask, __builtin_ia32_psrlq512_mask,
4467 __builtin_ia32_psrlqi512_mask, __builtin_ia32_psllwi128_mask,
4468 __builtin_ia32_pslldi128_mask, __builtin_ia32_psllqi128_mask,
4469 __builtin_ia32_psllw128_mask, __builtin_ia32_pslld128_mask,
4470 __builtin_ia32_psllq128_mask, __builtin_ia32_psllwi256_mask,
4471 __builtin_ia32_psllw256_mask, __builtin_ia32_pslldi256_mask,
4472 __builtin_ia32_pslld256_mask, __builtin_ia32_psllqi256_mask,
4473 __builtin_ia32_psllq256_mask, __builtin_ia32_psradi128_mask,
4474 __builtin_ia32_psrad128_mask, __builtin_ia32_psradi256_mask,
4475 __builtin_ia32_psrad256_mask, __builtin_ia32_psraqi128_mask,
4476 __builtin_ia32_psraq128_mask, __builtin_ia32_psraqi256_mask,
4477 __builtin_ia32_psraq256_mask, __builtin_ia32_psrldi128_mask,
4478 __builtin_ia32_psrld128_mask, __builtin_ia32_psrldi256_mask,
4479 __builtin_ia32_psrld256_mask, __builtin_ia32_psrlqi128_mask,
4480 __builtin_ia32_psrlq128_mask, __builtin_ia32_psrlqi256_mask,
4481 __builtin_ia32_psrlq256_mask, __builtin_ia32_psrawi256_mask,
4482 __builtin_ia32_psraw256_mask, __builtin_ia32_psrawi128_mask,
4483 __builtin_ia32_psraw128_mask, __builtin_ia32_psrlwi256_mask,
4484 __builtin_ia32_psrlw256_mask, __builtin_ia32_psrlwi128_mask,
4485 __builtin_ia32_psrlw128_mask, __builtin_ia32_psllwi512_mask,
4486 __builtin_ia32_psllw512_mask, __builtin_ia32_psrawi512_mask,
4487 __builtin_ia32_psraw512_mask, __builtin_ia32_psrlwi512_mask,
4488 __builtin_ia32_psrlw512_mask): Use _COUNT suffixed function type
4489 aliases.
4490 * config/i386/i386.c (ix86_expand_args_builtin): Rename last_arg_count
4491 flag to second_arg_count, handle 4 argument function type _COUNT
4492 aliases, handle second_arg_count on second argument rather than last.
4493
4494 2017-04-10 Jeff Law <law@redhat.com>
4495
4496 PR tree-optimization/80374
4497 * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Do not try to
4498 record anything if we can not convert integer_zero_node to the
4499 desired type.
4500
4501 2017-04-10 Kelvin Nilsen <kelvin@gcc.gnu.org>
4502
4503 PR target/80108
4504 * config/rs6000/rs6000.c (rs6000_option_override_internal):
4505 Enhance special handling given to the TARGET_P9_MINMAX option in
4506 relation to certain other options.
4507
4508 2017-04-10 Bin Cheng <bin.cheng@arm.com>
4509
4510 PR tree-optimization/80153
4511 * tree-ssa-loop-ivopts.c (add_iv_candidate_for_use): Check and
4512 remove POINTER_PLUS_EXPR's base part directly, rather than through
4513 aff_tree.
4514
4515 2017-04-10 Richard Biener <rguenther@suse.de>
4516 Bin Cheng <bin.cheng@arm.com>
4517
4518 PR tree-optimization/80153
4519 * tree-affine.c (aff_combination_to_tree): Get base pointer from
4520 the first element of pointer type aff_tree. Build result expr in
4521 aff_tree's type.
4522 (add_elt_to_tree): Convert to type unconditionally. Remove other
4523 fold_convert calls.
4524 * tree-ssa-loop-ivopts.c (alloc_iv): Pass in consistent types.
4525 (rewrite_use_nonlinear_expr): Check invariant using iv information.
4526
4527 2017-04-10 Richard Biener <rguenther@suse.de>
4528
4529 * tree-ssa-structalias.c (find_func_aliases): Properly handle
4530 asm inputs.
4531
4532 2017-04-10 Vladimir Makarov <vmakarov@redhat.com>
4533
4534 PR rtl-optimization/70478
4535 * lra-constraints.c (curr_small_class_check): New.
4536 (update_and_check_small_class_inputs): New.
4537 (process_alt_operands): Update curr_small_class_check. Disfavor
4538 alternative insn memory operands. Check available regs for small
4539 class operands.
4540
4541 2017-03-31 Matthew Fortune <matthew.fortune@imgtec.com>
4542
4543 PR target/80057
4544 * config/mips/mips.opt (-mvirt): Update description.
4545 * doc/invoke.texi (-mvirt): Likewise.
4546
4547 2017-04-10 Richard Biener <rguenther@suse.de>
4548
4549 PR middle-end/80362
4550 * fold-const.c (fold_binary_loc): Look at unstripped ops when
4551 looking for NEGATE_EXPR in -A / -B to A / B folding.
4552
4553 2017-04-10 Martin Liska <mliska@suse.cz>
4554
4555 PR gcov-profile/80224
4556 * gcov.c (print_usage): Fix usage string.
4557 (get_gcov_intermediate_filename): Remove.
4558 (output_gcov_file): Use both for normal and intermediate format.
4559 (generate_results): Do not initialize special file for
4560 intermediate format.
4561
4562 2017-04-10 Richard Biener <rguenther@suse.de>
4563
4564 PR tree-optimization/80304
4565 * tree-ssa-loop-im.c (ref_indep_loop_p_1): Also recurse
4566 for safelen.
4567
4568 2017-04-10 Nathan Sidwell <nathan@acm.org>
4569
4570 PR target/79905
4571 * config/rs6000/rs6000.c (rs6000_vector_type): New.
4572 (rs6000_init_builtins): Use it.
4573
4574 2016-04-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4575
4576 * config/arm/arm.md (<mrc>): Add mode to SET source.
4577 (<mrrc>): Likewise.
4578
4579 2017-04-10 Richard Biener <rguenther@suse.de>
4580
4581 PR middle-end/80344
4582 * gimplify.c (is_gimple_mem_rhs_or_call): Allow CLOBBERs.
4583
4584 2017-04-10 Jakub Jelinek <jakub@redhat.com>
4585
4586 PR target/80324
4587 * config/i386/avx512fintrin.h (_mm512_reduce_add_epi32,
4588 _mm512_reduce_mul_epi32, _mm512_reduce_and_epi32,
4589 _mm512_reduce_or_epi32, _mm512_mask_reduce_add_epi32,
4590 _mm512_mask_reduce_mul_epi32, _mm512_mask_reduce_and_epi32,
4591 _mm512_mask_reduce_or_epi32, _mm512_reduce_min_epi32,
4592 _mm512_reduce_max_epi32, _mm512_reduce_min_epu32,
4593 _mm512_reduce_max_epu32, _mm512_mask_reduce_min_epi32,
4594 _mm512_mask_reduce_max_epi32, _mm512_mask_reduce_min_epu32,
4595 _mm512_mask_reduce_max_epu32, _mm512_reduce_add_ps,
4596 _mm512_reduce_mul_ps, _mm512_mask_reduce_add_ps,
4597 _mm512_mask_reduce_mul_ps, _mm512_reduce_min_ps, _mm512_reduce_max_ps,
4598 _mm512_mask_reduce_min_ps, _mm512_mask_reduce_max_ps,
4599 _mm512_reduce_add_epi64, _mm512_reduce_mul_epi64,
4600 _mm512_reduce_and_epi64, _mm512_reduce_or_epi64,
4601 _mm512_mask_reduce_add_epi64, _mm512_mask_reduce_mul_epi64,
4602 _mm512_mask_reduce_and_epi64, _mm512_mask_reduce_or_epi64,
4603 _mm512_reduce_min_epi64, _mm512_reduce_max_epi64,
4604 _mm512_mask_reduce_min_epi64, _mm512_mask_reduce_max_epi64,
4605 _mm512_reduce_min_epu64, _mm512_reduce_max_epu64,
4606 _mm512_mask_reduce_min_epu64, _mm512_mask_reduce_max_epu64,
4607 _mm512_reduce_add_pd, _mm512_reduce_mul_pd, _mm512_mask_reduce_add_pd,
4608 _mm512_mask_reduce_mul_pd, _mm512_reduce_min_pd, _mm512_reduce_max_pd,
4609 _mm512_mask_reduce_min_pd, _mm512_mask_reduce_max_pd): New intrinsics.
4610
4611 2017-04-08 Vladimir Makarov <vmakarov@redhat.com>
4612
4613 PR rtl-optimization/70478
4614 * lra-constraints.c: Reverse the last patch.
4615
4616 2017-04-08 Andreas Tobler <andreast@gcc.gnu.org>
4617
4618 * config/aarch64/aarch64-freebsd.h: Define MCOUNT_NAME.
4619 Add comment for WCHAR_T.
4620
4621 2017-04-08 Martin Liska <mliska@suse.cz>
4622
4623 Revert:
4624 2017-04-07 Martin Liska <mliska@suse.cz>
4625
4626 PR ipa/80212
4627 * ipa-split.c (split_function): Add function part to a same comdat
4628 group.
4629
4630 2017-04-08 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
4631
4632 PR target/80358
4633 * config/rs6000/rs6000.c (expand_block_compare): Fix boundary check.
4634
4635 2017-04-07 Pat Haugen <pthaugen@us.ibm.com>
4636
4637 * rs6000/rs6000.c (vec_load_pendulum): Rename...
4638 (vec_pairing): ...to this.
4639 (power9_sched_reorder2): Rewrite code for pairing vector/vecload insns.
4640 (rs6000_sched_init): Adjust for name change.
4641 (struct rs6000_sched_context): Likewise.
4642 (rs6000_init_sched_context): Likewise.
4643 (rs6000_set_sched_context): Likewise.
4644
4645 2017-04-07 Jakub Jelinek <jakub@redhat.com>
4646
4647 PR target/80322
4648 PR target/80323
4649 PR target/80325
4650 PR target/80326
4651 * config/i386/avxintrin.h (_mm256_cvtsd_f64, _mm256_cvtss_f32): New
4652 intrinsics.
4653 * config/i386/avx512fintrin.h (_mm512_int2mask, _mm512_mask2int,
4654 _mm512_abs_ps, _mm512_mask_abs_ps, _mm512_abs_pd, _mm512_mask_abs_pd,
4655 _mm512_cvtsd_f64, _mm512_cvtss_f32): Likewise.
4656
4657 2017-04-07 Andreas Tobler <andreast@gcc.gnu.org>
4658
4659 * config/aarch64/aarch64-freebsd.h: Define WCHAR_TYPE.
4660
4661 2017-04-07 Vladimir Makarov <vmakarov@redhat.com>
4662
4663 PR rtl-optimization/70703
4664 * ira-color.c (update_conflict_hard_regno_costs): Use
4665 int64_t instead of HOST_WIDE_INT.
4666
4667 2017-04-07 Vladimir Makarov <vmakarov@redhat.com>
4668
4669 PR rtl-optimization/70478
4670 * lra-constraints.c (process_alt_operands): Disfavor alternative
4671 insn memory operands.
4672
4673 2017-04-07 Jeff Law <law@redhat.com>
4674
4675 * config/iq2000/iq2000.c (final_prescan_insn): Do not separate a
4676 CALL and NOTE_INSN_CALL_ARG_LOCATION.
4677
4678 2017-04-07 Martin Liska <mliska@suse.cz>
4679
4680 PR target/79889
4681 * config/aarch64/aarch64.c (aarch64_process_target_attr):
4682 Show error message instead of an ICE.
4683
4684 2017-04-07 Martin Liska <mliska@suse.cz>
4685
4686 PR ipa/80212
4687 * ipa-split.c (split_function): Add function part to a same comdat
4688 group.
4689
4690 2017-04-07 Richard Biener <rguenther@suse.de>
4691
4692 PR middle-end/80341
4693 * tree.c (get_unwidened): Also handle ! for_type case for
4694 INTEGER_CSTs.
4695 * convert.c (do_narrow): Split out from ...
4696 (convert_to_integer_1): ... here. Do not pass final truncation
4697 type to get_unwidened for TRUNC_DIV_EXPR.
4698
4699 2017-04-07 Richard Biener <rguenther@suse.de>
4700
4701 * tree-affine.c (wide_int_ext_for_comb): Take type rather
4702 than aff_tree.
4703 (aff_combination_const): Adjust.
4704 (aff_combination_scale): Likewise.
4705 (aff_combination_add_elt): Likewise.
4706 (aff_combination_add_cst): Likewise.
4707 (aff_combination_convert): Likewise.
4708 (add_elt_to_tree): Likewise. Remove unused argument.
4709 (aff_combination_to_tree): Adjust calls to add_elt_to_tree.
4710
4711 2017-04-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
4712
4713 * config/arm/arm.h (ARM_DEFAULT_SHORT_ENUMS): Provide default
4714 definition.
4715 * config/arm/arm.c (arm_default_short_enums): Use
4716 ARM_DEFAULT_SHORT_ENUMS.
4717 * config/arm/rtems.h (ARM_DEFAULT_SHORT_ENUMS): Define.
4718
4719 2017-04-06 Jakub Jelinek <jakub@redhat.com>
4720
4721 PR debug/80234
4722 * dwarf2out.c (gen_member_die): Handle C++17 inline static data
4723 members with redundant out-of-class redeclaration.
4724
4725 2017-04-06 Uros Bizjak <ubizjak@gmail.com>
4726
4727 PR target/80286
4728 * config/i386/sse.md (*vec_extractv4si_0_zext_sse4): New pattern.
4729 * config/i386/i386.md (*zero_extendsidi2):
4730 Add (?*x,*x) and (?*v,*v) alternatives.
4731
4732 2017-04-06 Uros Bizjak <ubizjak@gmail.com>
4733
4734 PR target/79733
4735 * config/i386/i386.c (ix86_expand_builtin)
4736 <case IX86_BUILTIN_K{,OR}TEST{C,Z}{8,16,32,64}>: Determine insn operand
4737 mode from insn data. Convert operands to insn operand mode.
4738 Copy operands that don't satisfy insn predicate to a register.
4739
4740 2017-04-06 Sam Thursfield <sam.thursfield@codethink.co.uk>
4741
4742 * config/rs6000/x-aix: Increase memory limit for genautomata on AIX.
4743 Update comments.
4744
4745 2017-04-06 Richard Biener <rguenther@suse.de>
4746
4747 PR tree-optimization/80334
4748 * tree-ssa-loop-ivopts.c (rewrite_use_address): Properly
4749 preserve alignment of accesses.
4750
4751 2017-04-06 Richard Biener <rguenther@suse.de>
4752
4753 PR tree-optimization/80262
4754 * tree-sra.c (build_ref_for_offset): Preserve address-space
4755 information.
4756 * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
4757 Drop useless address-space information on MEM_REF offsets.
4758
4759 2017-04-05 Andreas Schwab <schwab@linux-m68k.org>
4760
4761 * builtins.def (BUILT_IN_UPDATE_SETJMP_BUF): Fix type.
4762
4763 2017-04-05 Vladimir Makarov <vmakarov@redhat.com>
4764
4765 PR rtl-optimization/70703
4766 * ira-color.c (update_conflict_hard_regno_costs): Use
4767 HOST_WIDE_INT instead of long.
4768
4769 2017-04-05 Uros Bizjak <ubizjak@gmail.com>
4770
4771 PR target/80298
4772 * config/i386/mmintrin.h: Add -msse target option when __SSE__ is
4773 not defined for x86_64 target. Add -mmmx target option when __SSE2__
4774 is not defined.
4775 * config/i386/mm3dnow.h: Add -msse target when __SSE__ is not defined
4776 for x86_64 target. Handle -m3dnowa option.
4777
4778 2017-04-05 Vladimir Makarov <vmakarov@redhat.com>
4779
4780 PR rtl-optimization/70703
4781 * ira-color.c (update_costs_from_allocno): Use the smallest mode.
4782 (update_conflict_hard_regno_costs): Use long instead of unsigned
4783 arithmetic for cost calculation.
4784
4785 2017-04-05 Jakub Jelinek <jakub@redhat.com>
4786 Bernd Edlinger <bernd.edlinger@hotmail.de>
4787
4788 PR sanitizer/80308
4789 * asan.c (asan_store_shadow_bytes): Fix location of last_chunk_value
4790 for big endian.
4791
4792 2017-04-05 Eric Botcazou <ebotcazou@adacore.com>
4793
4794 PR target/78002
4795 * config/aarch64/aarch64.c (aarch64_emit_probe_stack_range): Replace
4796 ptr_mode with Pmode throughout.
4797 * config/aarch64/aarch64.md (probe_stack_range_<PTR:mode): Rename
4798 into probe_stack_range and use DImode.
4799
4800 2017-04-05 Dominik Vogt <vogt@linux.vnet.ibm.com>
4801
4802 PR target/79890
4803 * config/s390/s390.c (s390_register_info_gprtofpr): Return if
4804 call_eh_return is true.
4805
4806 2017-04-05 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
4807
4808 * config/s390/s390-c.c (s390_resolve_overloaded_builtin):
4809 Initialize last_match_fntype_index.
4810
4811 2017-04-05 Jakub Jelinek <jakub@redhat.com>
4812
4813 PR target/80310
4814 * tree-nvr.c: Include internal-fn.h.
4815 (pass_return_slot::execute): Ignore internal calls without
4816 direct optab.
4817
4818 2017-04-04 Jakub Jelinek <jakub@redhat.com>
4819 Richard Biener <rguenther@suse.de>
4820
4821 PR c++/80297
4822 * genmatch.c (capture::gen_transform): For GENERIC unshare_expr
4823 captures used multiple times, except for the last use.
4824 * generic-match-head.c: Include gimplify.h.
4825
4826 2017-04-04 Jakub Jelinek <jakub@redhat.com>
4827
4828 PR tree-optimization/79390
4829 * target.h (struct noce_if_info): Declare.
4830 * targhooks.h (default_noce_conversion_profitable_p): Declare.
4831 * target.def (noce_conversion_profitable_p): New target hook.
4832 * ifcvt.h (struct noce_if_info): New type, moved from ...
4833 * ifcvt.c (struct noce_if_info): ... here.
4834 (noce_conversion_profitable_p): Renamed to ...
4835 (default_noce_conversion_profitable_p): ... this. No longer
4836 static nor inline.
4837 (noce_try_store_flag_constants, noce_try_addcc,
4838 noce_try_store_flag_mask, noce_try_cmove, noce_try_cmove_arith,
4839 noce_convert_multiple_sets): Use targetm.noce_conversion_profitable_p
4840 instead of noce_conversion_profitable_p.
4841 * config/i386/i386.c: Include ifcvt.h.
4842 (ix86_option_override_internal): Don't override
4843 PARAM_MAX_RTL_IF_CONVERSION_INSNS default.
4844 (ix86_noce_conversion_profitable_p): New function.
4845 (TARGET_NOCE_CONVERSION_PROFITABLE_P): Redefine.
4846 * config/i386/x86-tune.def (X86_TUNE_ONE_IF_CONV_INSN): Adjust comment.
4847 * doc/tm.texi.in (TARGET_NOCE_CONVERSION_PROFITABLE_P): Add.
4848 * doc/tm.texi: Regenerated.
4849
4850 2017-04-04 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4851
4852 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Grammar
4853 correction.
4854
4855 2017-04-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
4856
4857 PR target/80307
4858 * config/arm/arm.c (thumb1_rtx_costs): Give a cost of 32
4859 instructions for small multiply cores.
4860
4861 2017-04-04 Jeff Law <law@redhat.com>
4862
4863 * config/mips/mips.c (mips_multi_add): Zero initialize the newly
4864 added member.
4865 (mips_expand_vec_perm_const): Initialize elements in orig_perm
4866 that are not set by the loop over the elements.
4867
4868 2017-04-04 Jakub Jelinek <jakub@redhat.com>
4869
4870 PR target/80286
4871 * config/i386/i386.c (ix86_expand_args_builtin): If op has scalar
4872 int mode, convert_modes it to mode as unsigned, otherwise use
4873 lowpart_subreg to mode rather than SImode.
4874 * config/i386/sse.md (<mask_codefor>ashr<mode>3<mask_name>,
4875 ashr<mode>3, ashr<mode>3<mask_name>, <shift_insn><mode>3<mask_name>):
4876 Use DImode instead of SImode for the shift count operand.
4877 * config/i386/mmx.md (mmx_ashr<mode>3, mmx_<shift_insn><mode>3):
4878 Likewise.
4879
4880 2017-04-04 Richard Biener <rguenther@suse.de>
4881
4882 PR middle-end/80281
4883 * match.pd (A + (-B) -> A - B): Make sure to preserve unsigned
4884 arithmetic done for the negate or the plus. Simplify.
4885 (A - (-B) -> A + B): Likewise.
4886 * fold-const.c (split_tree): Make sure to not negate pointers.
4887
4888 2017-04-04 Segher Boessenkool <segher@kernel.crashing.org>
4889
4890 PR rtl-optimization/60818
4891 * simplify-rtx.c (simplify_binary_operation_1): Do not replace
4892 a compare of comparisons with the thing compared if this results
4893 in a different machine mode.
4894
4895 2017-04-03 Jonathan Wakely <jwakely@redhat.com>
4896
4897 * alias.c (base_alias_check): Fix typo in comment.
4898 * cgraph.h (class ipa_polymorphic_call_context): Likewise.
4899 * cgraphunit.c (symbol_table::compile): Likewise.
4900 * collect2.c (maybe_run_lto_and_relink): Likewise.
4901 * config/arm/arm.c (arm_thumb1_mi_thunk): Likewise.
4902 * config/avr/avr-arch.h (avr_arch_info_t): Likewise.
4903 * config/avr/avr.c (avr_map_op_t): Likewise.
4904 * config/cr16/cr16.h (DATA_ALIGNMENT): Likewise.
4905 * config/epiphany/epiphany.c (TARGET_ARG_PARTIAL_BYTES): Likewise.
4906 * config/epiphany/epiphany.md (movcc): Likewise.
4907 * config/i386/i386.c (legitimize_pe_coff_extern_decl): Likewise.
4908 * config/m68k/m68k.c (struct _sched_ib, m68k_sched_variable_issue):
4909 Likewise.
4910 * config/mips/mips.c (mips_save_restore_reg): Likewise.
4911 * config/rx/rx.c (rx_is_restricted_memory_address): Likewise.
4912 * config/s390/s390.c (Z10_EARLYLOAD_DISTANCE): Likewise.
4913 * config/sh/sh.c (sh_rtx_costs): Likewise.
4914 * fold-const.c (fold_truth_andor): Likewise.
4915 * genautomata.c (collapse_flag): Likewise.
4916 * gengtype.h (struct type::u::s): Likewise.
4917 * gensupport.c (has_subst_attribute, add_mnemonic_string): Likewise.
4918 * input.c (FORMAT_AMOUNT): Likewise.
4919 * ipa-cp.c (class ipcp_lattice, agg_replacements_to_vector)
4920 (known_aggs_to_agg_replacement_list): Likewise.
4921 * ipa-inline-analysis.c: Likewise.
4922 * ipa-inline.h (estimate_edge_time, estimate_edge_hints): Likewise.
4923 * ipa-polymorphic-call.c
4924 (ipa_polymorphic_call_context::restrict_to_inner_class): Likewise.
4925 * loop-unroll.c (analyze_insn_to_expand_var): Likewise.
4926 * lra.c (lra_optional_reload_pseudos, lra_subreg_reload_pseudos):
4927 Likewise.
4928 * modulo-sched.c (apply_reg_moves): Likewise.
4929 * omp-expand.c (build_omp_regions_1): Likewise.
4930 * trans-mem.c (struct tm_wrapper_hasher): Likewise.
4931 * tree-ssa-loop-ivopts.c (may_eliminate_iv): Likewise.
4932 * tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Likewise.
4933 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
4934 * value-prof.c: Likewise.
4935 * var-tracking.c (val_reset): Likewise.
4936
4937 2017-04-03 Richard Biener <rguenther@suse.de>
4938
4939 PR tree-optimization/80275
4940 * fold-const.c (split_address_to_core_and_offset): Handle
4941 POINTER_PLUS_EXPR.
4942
4943 2017-04-03 Eric Botcazou <ebotcazou@adacore.com>
4944
4945 * tree-nested.c (get_descriptor_type): Make sure that the alignment of
4946 descriptors is at least equal to that of functions.
4947
4948 2017-04-02 Uros Bizjak <ubizjak@gmail.com>
4949
4950 * config/i386/sse.md (movdi_to_sse): Add missing DONE.
4951
4952 2017-04-02 Uros Bizjak <ubizjak@gmail.com>
4953
4954 PR target/80250
4955 * config/i386/sse.md (mov<IMOD4:mode>): Remove insn pattern.
4956 (mov<IMOD4:mode>): New expander.
4957 (*mov<IMOD4:mode>_internal): New insn and split pattern.
4958
4959 2017-03-31 Segher Boessenkool <segher@kernel.crashing.org>
4960
4961 PR rtl-optimization/79405
4962 * fwprop.c (propagations_left): New variable.
4963 (forward_propagate_into): Decrement it.
4964 (fwprop_init): Initialize it.
4965 (fw_prop): If the variable has reached zero, stop propagating.
4966 (fwprop_addr): Ditto.
4967
4968 2017-03-31 Jakub Jelinek <jakub@redhat.com>
4969
4970 PR debug/79255
4971 * dwarf2out.c (decls_for_scope): If BLOCK_NONLOCALIZED_VAR is
4972 a FUNCTION_DECL, pass it as decl instead of origin to
4973 process_scope_var.
4974
4975 2017-03-31 Alexander Monakov <amonakov@ispras.ru>
4976
4977 * config/nvptx/nvptx.c (nvptx_output_softstack_switch): Correct format
4978 string.
4979
4980 2017-03-31 Pat Haugen <pthaugen@us.ibm.com>
4981
4982 PR target/80107
4983 * config/rs6000/rs6000.md (extendhi<mode>2): Add test for
4984 TARGET_VSX_SMALL_INTEGER.
4985
4986 2017-03-31 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4987
4988 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
4989 reference to the OpenPOWER 64-Bit ELF V2 ABI Specification.
4990
4991 2017-03-31 Matthew Fortune <matthew.fortune@imgtec.com>
4992
4993 * config/mips/mips-msa.md (msa_vec_extract_<msafmt_f>): Update
4994 extraction from odd-numbered MSA register.
4995
4996 2017-03-31 Jakub Jelinek <jakub@redhat.com>
4997
4998 PR middle-end/80173
4999 * expmed.c (store_bit_field_1): Don't attempt to create
5000 a word subreg out of hard registers wider than word if they
5001 have HARD_REGNO_NREGS of 1 for their mode.
5002
5003 PR middle-end/80163
5004 * varasm.c (initializer_constant_valid_p_1): Disallow sign-extending
5005 conversions to integer types wider than word and pointer.
5006
5007 PR debug/80025
5008 * cselib.h (rtx_equal_for_cselib_1): Add depth argument.
5009 (rtx_equal_for_cselib_p): Pass 0 to it.
5010 * cselib.c (cselib_hasher::equal): Likewise.
5011 (rtx_equal_for_cselib_1): Add depth argument. If depth
5012 is 128, don't look up VALUE locs and punt. Increment
5013 depth in recursive calls when walking VALUE locs.
5014
5015 2017-03-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
5016
5017 * gcov.c (md5sum_to_hex): Fix output of MD5 hex bytes.
5018 (make_gcov_file_name): Use the canonical path name for generating
5019 the MD5 value.
5020 (read_line): Fix handling of files with ascii null bytes.
5021
5022 2017-03-30 Matthew Fortune <matthew.fortune@imgtec.com>
5023
5024 * config/mips/mips.c (mips_expand_vector_init): Create a const_vector
5025 to initialise a vector register instead
5026 of using a const_int.
5027
5028 2017-03-30 Jakub Jelinek <jakub@redhat.com>
5029
5030 PR translation/80189
5031 * gimplify.c (omp_default_clause): Use %qs instead of %s in
5032 diagnostic messages.
5033
5034 2017-03-30 Peter Bergner <bergner@vnet.ibm.com>
5035
5036 PR target/80246
5037 * config/rs6000/dfp.md (dfp_dxex_<mode>): Update mode of operand 0.
5038 (dfp_diex_<mode>): Update mode of operand 1.
5039 * doc/extend.texi (dxex, dxexq): Document change to return type.
5040 (diex, diexq): Document change to argument type.
5041
5042 2017-03-30 Martin Jambor <mjambor@suse.cz>
5043
5044 PR ipa/77333
5045 * cgraph.h (cgraph_build_function_type_skip_args): Declare.
5046 * cgraph.c (redirect_call_stmt_to_callee): Set gimple fntype so that
5047 it reflects the signature changes performed at the callee side.
5048 * cgraphclones.c (build_function_type_skip_args): Make public, renamed
5049 to cgraph_build_function_type_skip_args.
5050 (build_function_decl_skip_args): Adjust call to the above function.
5051
5052 2017-03-30 Jakub Jelinek <jakub@redhat.com>
5053
5054 PR target/80206
5055 * config/i386/sse.md
5056 (<extract_type>_vextract<shuffletype><extract_suf>_mask): Use
5057 register as dest whenever it is a MEM not rtx_equal_p to the
5058 corresponding dup operand, and when forcing into reg move the
5059 reg into the memory afterwards.
5060 (<extract_type_2>_vextract<shuffletype><extract_suf_2>_mask):
5061 Likewise. Use <ssehalfvecmode> instead of <ssequartermode>
5062 for the force_reg mode.
5063 (avx512vl_vextractf128<mode>): Use register as dest either
5064 always when a MEM, or when it is a MEM not rtx_equal_p to the
5065 corresponding dup operand, or even not when it is a CONST_VECTOR
5066 depending on the mode and lo vs. hi.
5067 (avx512dq_vextract<shuffletype>64x2_1_maskm): Remove extraneous
5068 parens.
5069 (avx512f_vextract<shuffletype>32x4_1_maskm): Likewise.
5070 (<mask_codefor>avx512dq_vextract<shuffletype>64x2_1<mask_name>):
5071 Likewise. Require that operands[2] is even.
5072 (<mask_codefor>avx512f_vextract<shuffletype>32x4_1<mask_name>):
5073 Remove extraneous parens. Require that operands[2] is a multiple
5074 of 4.
5075 (vec_extract_lo_<mode><mask_name>): Don't bother testing if
5076 operands[0] is a MEM if <mask_applied>, the predicates/constraints
5077 disallow memory then.
5078
5079 2017-03-30 Richard Biener <rguenther@suse.de>
5080
5081 PR tree-optimization/77498
5082 * tree-ssa-pre.c (phi_translate_1): Do not allow simplifications
5083 to non-constants over backedges.
5084
5085 2017-03-29 Segher Boessenkool <segher@kernel.crashing.org>
5086
5087 PR rtl-optimization/80233
5088 * combine.c (combine_instructions): Only take NONDEBUG_INSN_P insns
5089 as last_combined_insn. Do not test for BARRIER_P separately.
5090
5091 2017-03-29 Andreas Schwab <schwab@suse.de>
5092
5093 PR ada/80146
5094 * calls.c (prepare_call_address): Convert funexp to Pmode before
5095 copying to temp reg.
5096
5097 2017-03-29 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
5098
5099 PR tree-optimization/80158
5100 * gimple-ssa-strength-reduction.c (replace_mult_candidate):
5101 Handle possible future case of more than one alternate
5102 interpretation.
5103 (replace_rhs_if_not_dup): Likewise.
5104 (replace_one_candidate): Likewise.
5105
5106 2017-03-28 Vladimir Makarov <vmakarov@redhat.com>
5107
5108 PR rtl-optimization/80193
5109 * ira.c (ira): Do not check allocation for LRA.
5110
5111 2017-03-28 Alexander Monakov <amonakov@ispras.ru>
5112
5113 * config/nvptx/nvptx-protos.h (nvptx_output_simt_enter): Declare.
5114 (nvptx_output_simt_exit): Declare.
5115 * config/nvptx/nvptx.c (nvptx_init_unisimt_predicate): Use
5116 cfun->machine->unisimt_location. Handle NULL unisimt_predicate.
5117 (init_softstack_frame): Move initialization of crtl->is_leaf to...
5118 (nvptx_declare_function_name): ...here. Emit declaration of local
5119 memory space buffer for omp_simt_enter insn.
5120 (nvptx_output_unisimt_switch): New.
5121 (nvptx_output_softstack_switch): New.
5122 (nvptx_output_simt_enter): New.
5123 (nvptx_output_simt_exit): New.
5124 * config/nvptx/nvptx.h (struct machine_function): New fields
5125 has_simtreg, unisimt_location, simt_stack_size, simt_stack_align.
5126 * config/nvptx/nvptx.md (UNSPECV_SIMT_ENTER): New unspec.
5127 (UNSPECV_SIMT_EXIT): Ditto.
5128 (omp_simt_enter_insn): New insn.
5129 (omp_simt_enter): New expansion.
5130 (omp_simt_exit): New insn.
5131 * config/nvptx/nvptx.opt (msoft-stack-reserve-local): New option.
5132
5133 * internal-fn.c (expand_GOMP_SIMT_ENTER): New.
5134 (expand_GOMP_SIMT_ENTER_ALLOC): New.
5135 (expand_GOMP_SIMT_EXIT): New.
5136 * internal-fn.def (GOMP_SIMT_ENTER): New internal function.
5137 (GOMP_SIMT_ENTER_ALLOC): Ditto.
5138 (GOMP_SIMT_EXIT): Ditto.
5139 * target-insns.def (omp_simt_enter): New insn.
5140 (omp_simt_exit): Ditto.
5141 * omp-low.c (struct omplow_simd_context): New fields simt_eargs,
5142 simt_dlist.
5143 (lower_rec_simd_input_clauses): Implement SIMT privatization.
5144 (lower_rec_input_clauses): Likewise.
5145 (lower_lastprivate_clauses): Handle SIMT privatization.
5146
5147 * omp-offload.c: Include langhooks.h, tree-nested.h, stor-layout.h.
5148 (ompdevlow_adjust_simt_enter): New.
5149 (find_simtpriv_var_op): New.
5150 (execute_omp_device_lower): Handle IFN_GOMP_SIMT_ENTER,
5151 IFN_GOMP_SIMT_ENTER_ALLOC, IFN_GOMP_SIMT_EXIT.
5152
5153 * tree-inline.h (struct copy_body_data): New field dst_simt_vars.
5154 * tree-inline.c (expand_call_inline): Handle SIMT privatization.
5155 (copy_decl_for_dup_finish): Ditto.
5156
5157 * tree-ssa.c (execute_update_addresses_taken): Handle GOMP_SIMT_ENTER.
5158
5159 2017-03-28 Uros Bizjak <ubizjak@gmail.com>
5160
5161 PR target/53383
5162 * config/i386/i386.c (ix86_option_override_internal): Always
5163 allow -mpreferred-stack-boundary=3 for 64-bit targets.
5164
5165 2017-03-28 Bin Cheng <bin.cheng@arm.com>
5166
5167 * tree-vect-loop.c (optimize_mask_stores): Add bb to the right loop.
5168
5169 2017-03-28 Bin Cheng <bin.cheng@arm.com>
5170
5171 * tree-vect-loop-manip.c (slpeel_add_loop_guard): New param and
5172 mark new edge's irreducible flag accordign to it.
5173 (vect_do_peeling): Check loop preheader edge's irreducible flag
5174 and pass it to function slpeel_add_loop_guard.
5175
5176 2017-03-28 Richard Sandiford <richard.sandiford@arm.com>
5177
5178 PR tree-optimization/80218
5179 * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
5180 Update block frequencies and counts.
5181
5182 2017-03-28 Richard Biener <rguenther@suse.de>
5183
5184 PR tree-optimization/78644
5185 * tree-ssa-ccp.c (evaluate_stmt): When we may not use the value
5186 of a simplification result we may not use it at all.
5187
5188 2017-03-28 Richard Biener <rguenther@suse.de>
5189
5190 PR ipa/80205
5191 * tree-inline.c (copy_phis_for_bb): Do not create PHI node
5192 without arguments, generate default definition of a SSA name.
5193
5194 2017-03-28 Richard Biener <rguenther@suse.de>
5195
5196 PR middle-end/80222
5197 * gimple-fold.c (gimple_fold_indirect_ref): Do not touch
5198 TYPE_REF_CAN_ALIAS_ALL references.
5199 * fold-const.c (fold_indirect_ref_1): Likewise.
5200
5201 2017-03-28 Martin Liska <mliska@suse.cz>
5202
5203 PR ipa/80104
5204 * cgraphunit.c (cgraph_node::expand_thunk): Mark argument of a
5205 thunk call as DECL_GIMPLE_REG_P when vector or complex type.
5206
5207 2017-03-28 Claudiu Zissulescu <claziss@synopsys.com>
5208 Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
5209
5210 * config/arc/arc.h (CPP_SPEC): Add subtarget_cpp_spec.
5211 (EXTRA_SPECS): Define.
5212 (SUBTARGET_EXTRA_SPECS): Likewise.
5213 (SUBTARGET_CPP_SPEC): Likewise.
5214 * config/arc/elf.h (EXTRA_SPECS): Renamed to
5215 SUBTARGET_EXTRA_SPECS.
5216 * config/arc/linux.h (SUBTARGET_CPP_SPEC): Define.
5217
5218 2017-03-28 Claudiu Zissulescu <claziss@synopsys.com>
5219
5220 * config/arc/simdext.md (vst64_insn): Update pattern.
5221 (vld32wh_insn): Likewise.
5222 (vld32wl_insn): Likewise.
5223 (vld64_insn): Likewise.
5224 (vld32_insn): Likewise.
5225
5226 2017-03-28 Marek Polacek <polacek@redhat.com>
5227
5228 PR sanitizer/80067
5229 * fold-const.c (fold_comparison): Use protected_set_expr_location
5230 instead of SET_EXPR_LOCATION.
5231
5232 2017-03-28 Markus Trippelsdorf <markus@trippelsdorf.de>
5233
5234 * tree.c (add_expr): Avoid name lookup warning.
5235
5236 2017-03-27 Jeff Law <law@redhat.com>
5237
5238 PR tree-optimization/80216
5239 * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Fix typo in
5240 function name. Limit recursion depth.
5241 (record_temporary_equivalences): Corresponding changes.
5242
5243 2017-03-27 Jonathan Wakely <jwakely@redhat.com>
5244
5245 * doc/invoke.texi (-Wno-narrowing): Reorder so default behavior is
5246 covered first.
5247
5248 2017-03-27 Jakub Jelinek <jakub@redhat.com>
5249
5250 PR target/80102
5251 * reg-notes.def (REG_CFA_NOTE): Define. Use it for CFA related
5252 notes.
5253 * cfgcleanup.c (reg_note_cfa_p): New array.
5254 (insns_have_identical_cfa_notes): New function.
5255 (old_insns_match_p): Don't cross-jump in between /f
5256 and non-/f instructions. If both i1 and i2 are frame related,
5257 verify all CFA notes, their order and content.
5258
5259 2017-03-27 Michael Meissner <meissner@linux.vnet.ibm.com>
5260
5261 PR target/78543
5262 * config/rs6000/rs6000.md (bswaphi2_extenddi): Combine bswap
5263 HImode and SImode with zero extend to DImode to one insn.
5264 (bswap<mode>2_extenddi): Likewise.
5265 (bswapsi2_extenddi): Likewise.
5266 (bswaphi2_extendsi): Likewise.
5267 (bswaphi2): Combine bswap HImode and SImode into one insn.
5268 Separate memory insns from swapping register.
5269 (bswapsi2): Likewise.
5270 (bswap<mode>2): Likewise.
5271 (bswaphi2_internal): Delete, no longer used.
5272 (bswapsi2_internal): Likewise.
5273 (bswap<mode>2_load): Split bswap HImode/SImode into separate load,
5274 store, and gpr<-gpr swap insns.
5275 (bswap<mode>2_store): Likewise.
5276 (bswaphi2_reg): Register only splitter, combine with the splitter.
5277 (bswaphi2 splitter): Likewise.
5278 (bswapsi2_reg): Likewise.
5279 (bswapsi2 splitter): Likewise.
5280 (bswapdi2): If we have the LDBRX and STDBRX instructions, split
5281 the insns into load, store, and register/register insns.
5282 (bswapdi2_ldbrx): Likewise.
5283 (bswapdi2_load): Likewise.
5284 (bswapdi2_store): Likewise.
5285 (bswapdi2_reg): Likewise.
5286
5287 2017-03-27 Gunther Nikl <gnikl@users.sourceforge.net>
5288
5289 * system.h (HAVE_DESIGNATED_INITIALIZERS): Fix non C++ case.
5290 (HAVE_DESIGNATED_UNION_INITIALIZERS): Likewise.
5291
5292 2017-03-27 Kelvin Nilsen <kelvin@gcc.gnu.org>
5293
5294 PR target/80103
5295 * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Edit and
5296 add comments.
5297 * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
5298 special handling for target option conflicts between dform
5299 options (-mpower9-dform, -mpower9-dform-vector,
5300 -mpower9-dform-scalar) and -mno-direct-move.
5301
5302 2017-03-27 Richard Biener <rguenther@suse.de>
5303
5304 PR tree-optimization/80181
5305 * tree-ssa-ccp.c (likely_value): UNDEFINED ^ X is UNDEFINED.
5306
5307 2017-03-27 Claudiu Zissulescu <claziss@synopsys.com>
5308
5309 * config/arc/predicates.md (move_double_src_operand): Replace the
5310 call to move_double_src_operand with a call to address_operand.
5311
5312 2017-03-27 Claudiu Zissulescu <claziss@synopsys.com>
5313
5314 * config/arc/elf.h (ARGET_ARC_TP_REGNO_DEFAULT): Define.
5315 * config/arc/linux.h (ARGET_ARC_TP_REGNO_DEFAULT): Likewise.
5316 * config/arc/arc.opt (mtp-regno): Use ARGET_ARC_TP_REGNO_DEFAULT.
5317
5318 2017-03-27 Claudiu Zissulescu <claziss@synopsys.com>
5319
5320 * config/arc/predicates.md (long_immediate_loadstore_operand):
5321 Consider scaled addresses cases.
5322
5323 2017-03-27 Claudiu Zissulescu <claziss@synopsys.com>
5324
5325 * config/arc/arc.c (arc_epilogue_uses): BLINK should be also
5326 restored when in interrupt.
5327 * config/arc/arc.md (simple_return): ARCv2 rtie instruction
5328 doesn't have delay slot.
5329
5330 2017-03-27 Richard Biener <rguenther@suse.de>
5331
5332 PR ipa/79776
5333 * tree-ssa-structalias.c (associate_varinfo_to_alias): Skip
5334 inlined thunk clones.
5335
5336 2017-03-27 Jakub Jelinek <jakub@redhat.com>
5337
5338 PR sanitizer/80168
5339 * asan.c (instrument_derefs): Copy over last operand from
5340 original COMPONENT_REF to the new COMPONENT_REF with
5341 DECL_BIT_FIELD_REPRESENTATIVE.
5342 * ubsan.c (instrument_object_size): Likewise.
5343
5344 2017-03-27 Richard Biener <rguenther@suse.de>
5345
5346 PR tree-optimization/80170
5347 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Make
5348 sure DR/SCEV didnt fold in constants we do not see when looking
5349 at the reference base alignment.
5350
5351 2017-03-27 Richard Biener <rguenther@suse.de>
5352
5353 PR middle-end/80171
5354 * gimple-fold.c (fold_ctor_reference): Properly guard against
5355 NULL return value from canonicalize_constructor_val.
5356
5357 2017-03-25 Uros Bizjak <ubizjak@gmail.com>
5358
5359 PR target/80180
5360 * config/i386/i386.c (ix86_expand_builtin)
5361 <IX86_BUILTIN_RDSEED{16,32,64}_STEP>: Do not expand arg0 between
5362 flags reg setting and flags reg using instructions.
5363 <IX86_BUILTIN_RDRAND{16,32,64}_STEP>: Ditto. Use non-flags reg
5364 clobbering instructions to zero extend op2.
5365
5366 2017-03-25 Gerald Pfeifer <gerald@pfeifer.com>
5367
5368 * doc/install.texi (Configuration) <--with-aix-soname>:
5369 Update link to AIX ld.
5370
5371 2017-03-25 Bernd Schmidt <bschmidt@redhat.com>
5372
5373 PR rtl-optimization/80160
5374 PR rtl-optimization/80159
5375 * lra-assigns.c (must_not_spill_p): Tighten new test to also take
5376 reg_alternate_class into account.
5377
5378 2017-03-24 Vladimir Makarov <vmakarov@redhat.com>
5379
5380 PR target/80148
5381 * lra-assigns.c (assign_by_spills): Add spilled non-reload pseudos
5382 to consider in curr_insn_transform.
5383
5384 2017-03-24 Jakub Jelinek <jakub@redhat.com>
5385
5386 * genrecog.c (validate_pattern): Add VEC_SELECT validation.
5387 * genmodes.c (emit_min_insn_modes_c): Call emit_mode_nunits
5388 and emit_mode_inner.
5389
5390 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5391
5392 * config/s390/s390-builtins.def: Add VXE builtins. Add a flags
5393 argument to the overloaded builtin variants. Use the new flag to
5394 deprecate certain builtin variants.
5395 * config/s390/s390-builtin-types.def: Add new builtin types.
5396 * config/s390/s390-builtins.h: Support new flags field for
5397 overloaded builtins.
5398 * config/s390/s390-c.c (OB_DEF_VAR): New flags field.
5399 (s390_macro_to_expand): Enable vector float data type.
5400 (s390_cpu_cpp_builtins_internal): Indicate support of the new
5401 builtins by incrementing the __VEC__ version number.
5402 (s390_expand_overloaded_builtin): Support expansion of vec_xl and
5403 vec_xst.
5404 (s390_resolve_overloaded_builtin): Emit error messages depending
5405 on the builtin flags.
5406 * config/s390/s390.c (s390_expand_builtin): Support additional
5407 flags argument. Change error message to match the messages
5408 emitted in s390-c.c.
5409 * config/s390/s390.md: New UNSPEC_* constants.
5410 (op_type): Add new instruction types.
5411 * config/s390/vecintrin.h: Add new builtins and test data class
5412 constants.
5413 * config/s390/vx-builtins.md (V_HW_32_64): Add V4SF.
5414 (V_HW_4, VEC_HW, VECF_HW): New mode iterators.
5415 (VEC_INEXACT, VEC_NOINEXACT): New constants.
5416 ("vec_splats<mode>", "vec_insert<mode>", "vec_promote<mode>")
5417 ("vec_insert_and_zero<mode>", "vec_mergeh<mode>")
5418 ("vec_mergel<mode>"): V_HW -> VEC_HW.
5419
5420 ("vlrlrv16qi", "vstrlrv16qi", "vbpermv16qi", "vec_msumv2di")
5421 ("vmslg", "*vftci<mode>_cconly", "vftci<mode>_intcconly")
5422 ("*vftci<mode>", "vftci<mode>_intcc", "vec_double_s64")
5423 ("vec_double_u64", "vfmin<mode>", "vfmax<mode>"): New definition.
5424
5425 ("and_av2df3", "and_cv2df3", "vec_andc_av2df3")
5426 ("vec_andc_cv2df3", "xor_av2df3", "xor_cv2df3", "vec_nor_av2df3")
5427 ("vec_nor_cv2df3", "ior_av2df3", "ior_cv2df3", "vec_nabs")
5428 ("*vftcidb", "*vftcidb_cconly", "vftcidb"): Remove definition.
5429
5430 ("vec_all_<fpcmpcc:code>v2df", "vec_any_<fpcmpcc:code>v2df")
5431 ("vec_scatter_elementv4si_DI", "vec_cmp<fpcmp:code>v2df")
5432 ("vec_di_to_df_s64", "vec_di_to_df_u64", "vec_df_to_di_u64")
5433 ("vfidb", "*vldeb", "*vledb", "*vec_cmp<insn_cmp>v2df_cconly")
5434 ("vec_cmpeqv2df_cc", "vec_cmpeqv2df_cc", "vec_cmphv2df_cc")
5435 ("vec_cmphev2df_cc", "*vec_cmpeqv2df_cc")
5436 ("*vec_cmphv2df_cc", "*vec_cmphev2df_cc"): Enable new modes as ...
5437
5438 ("vec_all_<fpcmpcc:code><mode>", "vec_any_<fpcmpcc:code><mode>")
5439 ("vec_scatter_element<V_HW_4:mode>_DI")
5440 ("vec_cmp<fpcmp:code><mode>", "vcdgb", "vcdlgb", "vclgdb")
5441 ("vec_fpint<mode>", "vflls")
5442 ("vflrd", "*vec_cmp<insn_cmp><mode>_cconly", "vec_cmpeq<mode>_cc")
5443 ("vec_cmpeq<mode>_cc", "vec_cmph<mode>_cc", "vec_cmphe<mode>_cc")
5444 ("*vec_cmpeq<mode>_cc", "*vec_cmph<mode>_cc")
5445 ("*vec_cmphe<mode>_cc"): ... these.
5446
5447 ("vec_ctd_s64", "vec_ctsl", "vec_ctul", "vec_st2f"): Use rounding
5448 mode constant instead of magic value.
5449
5450 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5451
5452 * config/s390/s390.c (s390_expand_vec_compare): Support other
5453 vector floating point modes than just V2DF.
5454 (s390_expand_vcond): Likewise.
5455 (s390_hard_regno_mode_ok): Allow SFmode values in VRs.
5456 (s390_cannot_change_mode_class): Prevent mode changes between TF
5457 and V1TF in vector registers.
5458 * config/s390/s390.md (DF, SF): New mode attributes.
5459 ("*cmp<mode>_ccs", "add<mode>3", "sub<mode>3", "mul<mode>3")
5460 ("fma<mode>4", "fms<mode>4", "div<mode>3", "*neg<mode>2"): Add
5461 SFmode support for VRs.
5462 * config/s390/vector.md (V_HW, V_HW2, VT_HW, ti*, nonvec): Add new
5463 vector fp modes.
5464 (VFT, VF_HW): New mode iterators.
5465 (vw, sdx): New mode attributes.
5466 ("addv2df3", "subv2df3", "mulv2df3", "divv2df3", "sqrtv2df2")
5467 ("fmav2df4","fmsv2df4", "negv2df2", "absv2df2", "*negabsv2df2")
5468 ("smaxv2df3", "sminv2df3", "*vec_cmp<VFCMP_HW_OP:code>v2df_nocc")
5469 ("vec_cmpuneqv2df", "vec_cmpltgtv2df", "vec_orderedv2df")
5470 ("vec_unorderedv2df"): Adjust the v2df only patterns to support
5471 also the new vector floating point modes. Renaming to ...
5472
5473 ("add<mode>3", "sub<mode>3", "mul<mode>3", "div<mode>3")
5474 ("sqrt<mode>2", "fma<mode>4", "fms<mode>4", "neg<mode>2")
5475 ("abs<mode>2", "negabs<mode>2", "smax<mode>3")
5476 ("smin<mode>3", "*vec_cmp<VFCMP_HW_OP:code><mode>_nocc")
5477 ("vec_cmpuneq<mode>", "vec_cmpltgt<mode>", "vec_ordered<mode>")
5478 ("vec_unordered<mode>"): ... these.
5479
5480 ("neg_fma<mode>4", "neg_fms<mode>4", "*smax<mode>3_vxe")
5481 ("*smin<mode>3_vxe", "*sminv2df3_vx", "*vec_extendv4sf")
5482 ("*vec_extendv2df"): New insn definitions.
5483
5484 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5485
5486 * config/s390/s390.md ("*adddi3_sign", "*subdi3_sign", "mulditi3")
5487 ("mulditi3_2", "*muldi3_sign"): New patterns.
5488 ("muldi3", "*muldi3", "mulsi3", "*mulsi3"): Add an expander and
5489 rename the pattern definition.
5490
5491 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5492
5493 * config/s390/s390.md ("indirect_jump"): Turn insn definition into
5494 expander.
5495 ("*indirect_jump", "*indirect2_jump"): New pattern definitions.
5496
5497 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5498
5499 * config/s390/s390.c (s390_expand_vec_init): Use vllezl
5500 instruction if possible.
5501 * config/s390/vector.md (vec_halfnumelts): New mode
5502 attribute.
5503 ("*vec_vllezlf<mode>"): New pattern.
5504
5505 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5506
5507 * config/s390/vector.md ("popcountv16qi2", "popcountv8hi2")
5508 ("popcountv4si2", "popcountv2di2"): Rename to ...
5509 ("popcount<mode>2", "popcountv8hi2_vx", "popcountv4si2_vx")
5510 ("popcountv2di2_vx"): ... these and add !TARGET_VXE to the
5511 condition.
5512 ("popcount<mode>2_vxe"): New pattern.
5513
5514 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5515
5516 * common/config/s390/s390-common.c (processor_flags_table): Add
5517 arch12.
5518 * config.gcc: Add arch12.
5519 * config/s390/driver-native.c (s390_host_detect_local_cpu):
5520 Default to arch12 for unknown CPU model numbers.
5521 * config/s390/s390-builtins.def: Add B_VXE builtin flag.
5522 * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Adjust
5523 PROCESSOR_max sanity check.
5524 * config/s390/s390-opts.h (enum processor_type): Add
5525 PROCESSOR_ARCH12.
5526 * config/s390/s390.c (processor_table): Add arch12.
5527 (s390_expand_builtin): Add check for B_VXE flag.
5528 (s390_issue_rate): Add PROCESSOR_ARCH12.
5529 (s390_get_sched_attrmask): Likewise.
5530 (s390_get_unit_mask): Likewise.
5531 (s390_sched_score): Enable z13 scheduling for arch12.
5532 (s390_sched_reorder): Likewise.
5533 (s390_sched_variable_issue): Likewise.
5534 * config/s390/s390.h (enum processor_flags): Add PF_ARCH12 and
5535 PF_VXE.
5536 (s390_tune_attr): Use z13 scheduling also for arch12.
5537 (TARGET_CPU_ARCH12, TARGET_CPU_ARCH12_P, TARGET_CPU_VXE)
5538 (TARGET_CPU_VXE_P, TARGET_ARCH12, TARGET_ARCH12_P, TARGET_VXE)
5539 (TARGET_VXE_P): New macros.
5540 * config/s390/s390.md: Add arch12 to cpu attribute. Add arch12
5541 and vxe to cpu_facility. Add arch12 and vxe to enabled attribute.
5542 * config/s390/s390.opt: Add arch12 as processor_type.
5543
5544 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5545
5546 * config/s390/s390.md
5547 ("fixuns_truncdddi2", "fixuns_trunctddi2")
5548 ("fixuns_trunc<BFP:mode><GPR:mode>2"): Merge into ...
5549 ("fixuns_trunc<FP:mode><GPR:mode>2"): New expander.
5550
5551 ("fixuns_trunc<BFP:mode><GPR:mode>2", "fixuns_trunc<mode>si2"):
5552 Rename expanders to ...
5553
5554 ("fixuns_trunc<BFP:mode><GPR:mode>2_emu")
5555 ("fixuns_truncdddi2_emu"): ... these.
5556
5557 ("fixuns_trunc<mode>si2_emu"): New expander.
5558
5559 ("*fixuns_truncdfdi2_z13"): Rename to ...
5560 ("*fixuns_truncdfdi2_vx"): ... this.
5561
5562 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5563
5564 * config/s390/2964.md: Remove the single element vector compare
5565 instructions which are no longer used.
5566 * config/s390/s390.c (s390_select_ccmode): Remove handling of
5567 vector CCmodes.
5568 (s390_canonicalize_comparison): Remove handling of DFmode
5569 compares.
5570 (s390_expand_vec_compare_scalar): Remove function.
5571 (s390_emit_compare): Don't call s390_expand_vec_compare_scalar.
5572 * config/s390/s390.md ("*vec_cmp<insn_cmp>df_cconly"): Remove
5573 pattern.
5574 ("*cmp<mode>_ccs"): Add wfcdb instruction.
5575
5576 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5577
5578 * config/s390/s390.md ("mov<mode>_64dfp" DD_DF): Use vleig for loading a
5579 FP zero.
5580 ("*mov<mode>_64" DD_DF): Remove the vector instructions. These
5581 will anyway by matched by mov<mode>_64dfp.
5582
5583 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5584
5585 * config/s390/s390.md ("mov<mode>" SD_SF): Change vleg/vsteg to
5586 vlef/vstef. Add missing operand to vleif.
5587
5588 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5589
5590 * config/s390/s390.c (s390_expand_vec_init): Enable vector load
5591 pair for all vector types with 64 bit elements.
5592 * config/s390/vx-builtins.md (V_HW_64): Move mode iterator to ...
5593 * config/s390/vector.md (V_HW_64): ... here.
5594 (V_128_NOSINGLE): New mode iterator.
5595 ("vec_init<V_HW:mode>"): Use V_128 as mode iterator.
5596 ("*vec_splat<mode>"): Use V_128_NOSINGLE mode iterator.
5597 ("*vec_tf_to_v1tf", "*vec_ti_to_v1ti"): New pattern definitions.
5598 ("*vec_load_pairv2di"): Change to ...
5599 ("*vec_load_pair<mode>"): ... this one.
5600
5601 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5602
5603 * config/s390/constraints.md: Add comments.
5604 (jKK): Reject element sizes > 8 bytes.
5605 * config/s390/s390.c (s390_split_ok_p): Enable splitting also for
5606 s_operands.
5607 * config/s390/s390.md: Add the s_operand checks formerly in
5608 s390_split_ok_p to various splitters where they are still
5609 required.
5610 * config/s390/vector.md ("mov<mode>" V_128): Add GPR alternatives
5611 for 128 bit vectors. Plus two splitters.
5612
5613 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5614
5615 * config/s390/s390.md: Rename the cpu facilty vec to vx throughout
5616 the file.
5617
5618 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5619
5620 PR target/79893
5621 * config/s390/s390-c.c (s390_adjust_builtin_arglist): Issue an
5622 error if the boundary argument is not constant.
5623
5624 2017-03-24 Jakub Jelinek <jakub@redhat.com>
5625
5626 PR rtl-optimization/80112
5627 * loop-doloop.c (doloop_condition_get): Don't check condition
5628 if cmp isn't SET with IF_THEN_ELSE src.
5629
5630 2017-03-24 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
5631
5632 PR tree-optimization/80158
5633 * gimple-ssa-strength-reduction.c (replace_mult_candidate): When
5634 replacing a candidate statement, also replace it for the
5635 candidate's alternate interpretation.
5636 (replace_rhs_if_not_dup): Likewise.
5637 (replace_one_candidate): Likewise.
5638
5639 2017-03-24 Richard Biener <rguenther@suse.de>
5640
5641 PR tree-optimization/80167
5642 * graphite-isl-ast-to-gimple.c
5643 (translate_isl_ast_to_gimple::is_valid_rename): Handle default-defs
5644 properly.
5645 (translate_isl_ast_to_gimple::get_rename): Likewise.
5646
5647 2017-03-23 Kelvin Nilsen <kelvin@gcc.gnu.org>
5648
5649 * config/rs6000/rs6000.c (rs6000_option_override_internal): Change
5650 handling of certain combinations of target options, including the
5651 combinations -mpower8-vector vs. -mno-vsx, -mpower9-vector vs.
5652 -mno-power8-vector, and -mpower9_dform vs. -mno-power9-vector.
5653
5654 2017-03-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5655
5656 PR target/71436
5657 * config/arm/arm.md (*load_multiple): Add reload_completed to
5658 matching condition.
5659
5660 2017-03-23 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
5661 Richard Biener <rguenth@suse.de>
5662
5663 PR tree-optimization/79908
5664 PR tree-optimization/80136
5665 * tree-stdarg.c (expand_ifn_va_arg_1): For a VA_ARG whose LHS has
5666 been cast away, gimplify_and_add suffices.
5667
5668 2017-03-23 Markus Trippelsdorf <markus@trippelsdorf.de>
5669
5670 * tree-vrp.c (identify_jump_threads): Delete avail_exprs.
5671
5672 2017-03-23 Richard Biener <rguenther@suse.de>
5673
5674 PR tree-optimization/80032
5675 * gimplify.c (gimple_push_cleanup): Forced unconditional
5676 cleanups still have to go to the conditional_cleanups
5677 sequence.
5678
5679 2017-03-22 Jakub Jelinek <jakub@redhat.com>
5680
5681 PR tree-optimization/80072
5682 * tree-ssa-reassoc.c (struct operand_entry): Change id field type
5683 to unsigned int.
5684 (next_operand_entry_id): Change type to unsigned int.
5685 (sort_by_operand_rank): Make sure to return the right return value
5686 even if unsigned fields are bigger than INT_MAX.
5687 (struct oecount): Change cnt and id type to unsigned int.
5688 (oecount_hasher::equal): Formatting fix.
5689 (oecount_cmp): Make sure to return the right return value
5690 even if unsigned fields are bigger than INT_MAX.
5691 (undistribute_ops_list): Change next_oecount_id type to unsigned int.
5692
5693 PR c++/80129
5694 * gimplify.c (gimplify_modify_expr_rhs) <case COND_EXPR>: Clear
5695 TREE_READONLY on result if writing it more than once.
5696
5697 PR sanitizer/80110
5698 * doc/invoke.texi (-fsanitize=thread): Document that with
5699 -fnon-call-exceptions atomics are not able to throw
5700 exceptions.
5701
5702 PR sanitizer/80110
5703 * tsan.c: Include tree-eh.h.
5704 (instrument_builtin_call): Call maybe_clean_eh_stmt or
5705 maybe_clean_or_replace_eh_stmt where needed.
5706 (instrument_memory_accesses): Add cfg_changed argument.
5707 Call gimple_purge_dead_eh_edges on each block and set *cfg_changed
5708 if it returned true.
5709 (tsan_pass): Adjust caller. Return TODO_cleanup_cfg if cfg_changed.
5710
5711 PR rtl-optimization/63191
5712 * config/i386/i386.c (ix86_delegitimize_address): Turn into small
5713 wrapper function, moved the whole old content into ...
5714 (ix86_delegitimize_address_1): ... this. New inline function.
5715 (ix86_find_base_term): Use ix86_delegitimize_address_1 with
5716 true as last argument instead of ix86_delegitimize_address.
5717
5718 2017-03-22 Wilco Dijkstra <wdijkstr@arm.com>
5719
5720 * config/aarch64/aarch64.c (generic_branch_cost): Copy
5721 cortexa57_branch_cost.
5722
5723 2017-03-22 Wilco Dijkstra <wdijkstr@arm.com>
5724
5725 * config/aarch64/aarch64.c (generic_tunings): Add AES fusion.
5726
5727 2017-03-21 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
5728
5729 PR target/80123
5730 * doc/md.texi (Constraints): Document wA constraint.
5731 * config/rs6000/constraints.md (wA): New.
5732 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add wA reg_class.
5733 (rs6000_init_hard_regno_mode_ok): Init wA constraint.
5734 * config/rs6000/rs6000.h (RS6000_CONSTRAINT_wA): New.
5735 * config/rs6000/vsx.md (vsx_splat_<mode>): Use wA constraint.
5736
5737 2017-03-22 Cesar Philippidis <cesar@codesourcery.com>
5738
5739 PR c++/80029
5740 * gimplify.c (is_oacc_declared): New function.
5741 (oacc_default_clause): Use it to set default flags for acc declared
5742 variables inside parallel regions.
5743 (gimplify_scan_omp_clauses): Strip firstprivate pointers for acc
5744 declared variables.
5745 (gimplify_oacc_declare): Gimplify the declare clauses. Add the
5746 declare attribute to any decl as necessary.
5747
5748 2017-03-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
5749
5750 PR target/80082
5751 * config/arm/arm-isa.h (isa_bit_lpae): New feature bit.
5752 (ISA_ARMv7ve): Add isa_bit_lpae to the definition.
5753 * config/arm/arm-protos.h (arm_arch7ve): Rename into ...
5754 (arm_arch_lpae): This.
5755 * config/arm/arm.c (arm_arch7ve): Rename into ...
5756 (arm_arch_lpae): This. Define it in term of isa_bit_lpae.
5757 * config/arm/arm.h (TARGET_HAVE_LPAE): Redefine in term of
5758 arm_arch_lpae.
5759
5760 2017-03-22 Martin Liska <mliska@suse.cz>
5761
5762 PR target/79906
5763 * config/rs6000/rs6000.c (rs6000_inner_target_options): Show
5764 error message instead of an ICE.
5765
5766 2017-03-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
5767
5768 * doc/extend.texi (6.11 Additional Floating Types): Revise.
5769
5770 2017-03-21 Kelvin Nilsen <kelvin@gcc.gnu.org>
5771
5772 * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Add
5773 comments.
5774 * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
5775 comments.
5776
5777 2017-03-21 Martin Sebor <msebor@redhat.com>
5778
5779 * doc/extend.texi: Use "cannot" instead of "can't."
5780 * doc/hostconfig.texi: Same.
5781 * doc/install.texi: Same.
5782 * doc/invoke.texi: Same.
5783 * doc/loop.texi: Same.
5784 * doc/md.texi: Same.
5785 * doc/objc.texi: Same.
5786 * doc/rtl.texi: Same.
5787 * doc/tm.texi: Same.
5788 * doc/tm.texi.in: Same.
5789 * doc/trouble.texi: Same.
5790
5791 2017-03-21 Alexandre Oliva <aoliva@redhat.com>
5792
5793 PR debug/63238
5794 * dwarf2out.c (struct checksum_attributes): Add at_alignment.
5795 (collect_checksum_attributes): Set it.
5796 (die_checksum_ordered): Use it.
5797
5798 2017-03-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
5799
5800 PR tree-optimization/79908
5801 * tree-stdarg.c (expand_ifn_va_arg_1): Revert the following
5802 change: For a VA_ARG whose LHS has been cast away, use
5803 force_gimple_operand to construct the side effects.
5804
5805 2017-03-21 David Malcolm <dmalcolm@redhat.com>
5806
5807 PR translation/80001
5808 * omp-offload.c (oacc_loop_fixed_partitions): Make diagnostics
5809 more amenable to translation.
5810 (oacc_loop_auto_partitions): Likewise.
5811
5812 2017-03-21 Marek Polacek <polacek@redhat.com>
5813 Martin Sebor <msebor@redhat.com>
5814
5815 PR tree-optimization/80109
5816 * gimple-ssa-warn-alloca.c (alloca_call_type): Only call get_range_info
5817 on INTEGRAL_TYPE_P.
5818
5819 2017-03-21 Jakub Jelinek <jakub@redhat.com>
5820 Segher Boessenkool <segher@kernel.crashing.org>
5821
5822 PR target/80125
5823 * combine.c (can_combine_p): Revert the 2017-03-20 change, only
5824 check reg_used_between_p between insn and one of succ or succ2
5825 depending on if succ is artificial insn not inserted into insn
5826 stream.
5827
5828 2017-03-21 Martin Liska <mliska@suse.cz>
5829
5830 PR gcov-profile/80081
5831 * Makefile.in: Add gcov-dump and fix installation of gcov-tool.
5832 * doc/gcc.texi: Include gcov-dump stuff.
5833 * doc/gcov-dump.texi: New file.
5834
5835 2017-03-21 Toma Tabacu <toma.tabacu@imgtec.com>
5836
5837 PR rtl-optimization/79150
5838 * config/mips/mips.c (mips_block_move_loop): Emit a NOP after the
5839 conditional jump, if the jump is the last insn of the loop.
5840
5841 2017-03-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
5842 Richard Biener <rguenth@suse.de>
5843
5844 PR tree-optimization/79908
5845 * tree-stdarg.c (expand_ifn_va_arg_1): For a VA_ARG whose LHS has
5846 been cast away, use force_gimple_operand to construct the side
5847 effects.
5848
5849 2017-03-21 Martin Liska <mliska@suse.cz>
5850
5851 PR libfortran/79956
5852 * simplify-rtx.c (simplify_immed_subreg): Initialize a variable
5853 to NULL.
5854
5855 2017-03-21 Brad Spengler <spender@grsecurity.net>
5856
5857 PR plugins/80094
5858 * plugin.c (htab_hash_plugin): New function.
5859 (add_new_plugin): Use it and adjust.
5860 (parse_plugin_arg_opt): Adjust.
5861 (init_one_plugin): Likewise.
5862
5863 2017-03-21 Richard Biener <rguenther@suse.de>
5864
5865 PR tree-optimization/80032
5866 * gimplify.c (gimple_push_cleanup): Add force_uncond parameter,
5867 if set force the cleanup to happen unconditionally.
5868 (gimplify_target_expr): Push inserted clobbers with force_uncond
5869 to avoid them being removed by control-dependent DCE.
5870
5871 2017-03-21 Richard Biener <rguenther@suse.de>
5872
5873 PR tree-optimization/80122
5874 * tree-inline.c (copy_bb): Do not expans va-arg packs or
5875 va_arg_pack_len when the inlined call stmt requires pack
5876 expansion itself.
5877 * tree-inline.h (struct copy_body_data): Make call_stmt a gcall *.
5878
5879 2017-03-21 Jakub Jelinek <jakub@redhat.com>
5880
5881 PR sanitizer/78158
5882 * tsan.c (instrument_builtin_call): If the memory model argument
5883 is not a constant, assume it is valid.
5884
5885 PR c/67338
5886 * fold-const.c (round_up_loc): Negate divisor in unsigned type to
5887 avoid UB.
5888
5889 2017-03-20 Segher Boessenkool <segher@kernel.crashing.org>
5890
5891 PR rtl-optimization/79910
5892 * combine.c (can_combine_p): Do not allow combining an I0 or I1
5893 if its dest is used by an insn before I2 (other than the combined
5894 insns themselves, which are properly handled already).
5895
5896 2017-03-20 Segher Boessenkool <segher@kernel.crashing.org>
5897
5898 Revert:
5899 2017-03-17 Bernd Schmidt <bschmidt@redhat.com>
5900
5901 * combine.c (record_used_regs): New static function.
5902 (try_combine): Handle situations where there is an additional
5903 instruction between I2 and I3 which needs to have a LOG_LINK
5904 updated.
5905
5906 Revert:
5907 2017-03-17 Jim Wilson <jim.wilson@linaro.org>
5908
5909 * combine.c (try_combine): Delete redundant i1 test. Call
5910 prev_nonnote_nondebug_insn instead of prev_nonnote_insn.
5911
5912 2017-03-20 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
5913
5914 PR target/80083
5915 * config/rs6000/rs6000.md (*movsi_internal1): Fix constraints for
5916 alternatives 13/14.
5917
5918 2017-03-20 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
5919
5920 PR tree-optimization/80054
5921 * gimple-ssa-strength-reduction.c (all_phi_incrs_profitable): Fail
5922 the optimization if a PHI or any of its arguments is not dominated
5923 by the candidate's basis. Use gphi* rather than gimple* as
5924 appropriate.
5925 (replace_profitable_candidates): Clean up a gimple* variable that
5926 should be a gphi* variable.
5927
5928 2017-03-20 Martin Sebor <msebor@redhat.com>
5929
5930 PR c++/52477
5931 * doc/extend.texi (attribute constructor): Document present limitation.
5932
5933 2017-03-20 Kelvin Nilsen <kelvin@gcc.gnu.org>
5934
5935 PR target/79963
5936 * config/rs6000/altivec.h (vec_all_ne): Under __cplusplus__ and
5937 __POWER9_VECTOR__ #ifdef control, change template definition to
5938 use Power9-specific built-in function.
5939 (vec_any_eq): Likewise.
5940 * config/rs6000/vector.md (vector_ae_v2di_p): Change the flag used
5941 to control outcomes from this test.
5942 (vector_ae_<mode>p): For VEC_F modes, likewise.
5943
5944 2017-03-20 Ian Lance Taylor <iant@google.com>
5945
5946 * config/i386/i386.c (ix86_function_regparm): Save an extra
5947 register for -fsplit-stack with DECL_STATIC_CHAIN.
5948
5949 2017-03-17 Palmer Dabbelt <palmer@dabbelt.com>
5950
5951 PR target/79912
5952 * config/riscv/riscv.c (riscv_preferred_reload_class): Remove.
5953 (TARGET_PREFERRED_RELOAD_CLASS): Likewise.
5954
5955 2017-03-17 Palmer Dabbelt <palmer@dabbelt.com>
5956
5957 * config/riscv/riscv.c (riscv_print_operand): Use "fence
5958 iorw,ow".
5959 * config/riscv/sync.mc (mem_thread_fence_1): Use "fence
5960 iorw,iorw".
5961
5962 2017-03-20 Marek Polacek <polacek@redhat.com>
5963
5964 PR sanitizer/80063
5965 * asan.c (DEF_SANITIZER_BUILTIN): Use do { } while (0).
5966
5967 2017-03-20 Richard Biener <rguenther@suse.de>
5968
5969 PR tree-optimization/80113
5970 * graphite-isl-ast-to-gimple.c (copy_loop_phi_nodes): Do not
5971 allocate extra SSA name for PHI def.
5972 (add_close_phis_to_outer_loops): Likewise.
5973 (add_close_phis_to_merge_points): Likewise.
5974 (copy_loop_close_phi_args): Likewise.
5975 (copy_cond_phi_nodes): Likewise.
5976
5977 2017-03-20 Martin Liska <mliska@suse.cz>
5978
5979 PR middle-end/79753
5980 * tree-chkp.c (chkp_build_returned_bound): Do not build
5981 returned bounds for a LHS that's not a BOUNDED_P type.
5982
5983 2017-03-20 Martin Liska <mliska@suse.cz>
5984
5985 PR target/79769
5986 PR target/79770
5987 * tree-chkp.c (chkp_find_bounds_1): Handle REAL_CST,
5988 COMPLEX_CST and VECTOR_CST.
5989
5990 2017-03-20 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5991
5992 PR target/78857
5993 * config/s390/s390.md ("cmp<mode>_ccs_0"): Add a clobber of the
5994 target operand. A new splitter adds the clobber statement in case
5995 the target operand is dead anyway.
5996
5997 2017-03-19 Gerald Pfeifer <gerald@pfeifer.com>
5998
5999 * doc/install.texi (Specific) <sparc-*-linux*>: No longer refer
6000 to age-old versions of binutils and glibc.
6001
6002 2017-03-18 Segher Boessenkool <segher@kernel.crashing.org>
6003
6004 * doc/contrib.texi (Contributors): Remove duplicate entry for myself.
6005
6006 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
6007
6008 * doc/contrib.texi (Contributors): Add Segher Boessenkool.
6009
6010 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
6011
6012 * doc/install.texi (Specific) <arm-*-eabi>: Remove old
6013 requirement for binutils 2.13.
6014
6015 2017-03-17 Jim Wilson <jim.wilson@linaro.org>
6016
6017 * combine.c (try_combine): Delete redundant i1 test. Call
6018 prev_nonnote_nondebug_insn instead of prev_nonnote_insn.
6019
6020 2017-03-17 Palmer Dabbelt <palmer@dabbelt.com
6021
6022 * doc/install.texi (Specific) <riscv32-*-elf>: Add riscv32-*-elf,
6023 riscv32-*-linux, riscv64-*-elf, riscv64-*-linux to the table of
6024 contents.
6025 <riscv64-*-elf>: Re-arrange section
6026 <riscv32-*-elf>: Add a note about requiring binutils 2.28.
6027 <riscv32-*-linux>: Likewise.
6028 <riscv64-*-elf>: Likewise
6029 <riscv64-*-linux>: Likewise.
6030
6031 2017-03-17 Richard Earnshaw <rearnsha@arm.com>
6032
6033 PR target/80052
6034 * aarch64.opt(verbose-cost-dump): Fix typo.
6035
6036 2017-03-17 Pat Haugen <pthaugen@us.ibm.com>
6037
6038 PR target/79951
6039 * config/rs6000/rs6000.md (copysign<mode>3_fcpsgn): Test
6040 for VECTOR_UNIT_VSX_P (<MODE>mode) too.
6041
6042 2017-03-17 Bernd Schmidt <bschmidt@redhat.com>
6043
6044 * reload.c (find_reloads): When reloading a nonoffsettable address,
6045 use RELOAD_OTHER for it and its address reloads.
6046
6047 PR rtl-optimization/79910
6048 * combine.c (record_used_regs): New static function.
6049 (try_combine): Handle situations where there is an additional
6050 instruction between I2 and I3 which needs to have a LOG_LINK
6051 updated.
6052
6053 2017-03-17 Jeff Law <law@redhat.com>
6054
6055 PR tree-optimization/71437
6056 * tree-vrp.c (simplify_stmt_for_jump_threading): Lookup the
6057 conditional in the hash table first.
6058 (vrp_dom_walker::before_dom_children): Extract condition from
6059 ASSERT_EXPR. Record condition, its inverion and any implied
6060 conditions as well.
6061
6062 2017-03-17 Marek Polacek <polacek@redhat.com>
6063 Markus Trippelsdorf <markus@trippelsdorf.de>
6064
6065 PR tree-optimization/80079
6066 * gimple-ssa-store-merging.c (class pass_store_merging): Initialize
6067 m_stores_head.
6068
6069 2017-03-17 Richard Biener <rguenther@suse.de>
6070
6071 PR middle-end/80075
6072 * tree-eh.c (stmt_could_throw_1_p): Only handle gimple assigns.
6073 Properly verify the LHS before the RHS possibly claims to be
6074 handled.
6075 (stmt_could_throw_p): Hande gimple conds fully here. Clobbers
6076 do not throw.
6077
6078 2017-03-17 Martin Jambor <mjambor@suse.cz>
6079
6080 * doc/invoke.texi (Option Options): Include -fipa-vrp in the list.
6081 (List of -O2 options): Likewise.
6082 (-fipa-bit-cp): Replace "ipa" with "interprocedural."
6083 (-fipa-vrp) New.
6084
6085 2017-03-17 Tom de Vries <tom@codesourcery.com>
6086
6087 * gcov-dump.c (print_usage): Print bug_report_url.
6088
6089 2017-03-17 Richard Biener <rguenther@suse.de>
6090
6091 PR middle-end/80050
6092 * genmatch.c (parser::next): Remove pointless check for CPP_EOF.
6093 (parser::peek): Likewise.
6094
6095 2017-03-17 Richard Biener <rguenther@suse.de>
6096
6097 PR tree-optimization/80048
6098 * sese.c (free_sese_info): Properly release rename_map and
6099 copied_bb_map elements.
6100
6101 2017-03-16 Alexandre Oliva <aoliva@redhat.com>
6102
6103 * gimple-ssa-store-merging.c (struct imm_store_chain_info):
6104 Add linked-list forward and backlinks. Insert on
6105 construction, remove on destruction.
6106 (class pass_store_merging): Add m_stores_head field.
6107 (pass_store_merging::terminate_and_process_all_chains):
6108 Iterate over m_stores_head list.
6109 (pass_store_merging::terminate_all_aliasing_chains):
6110 Likewise.
6111 (pass_store_merging::execute): Check for debug stmts first.
6112 Push new chains onto the m_stores_head stack.
6113
6114 2017-03-16 Michael Meissner <meissner@linux.vnet.ibm.com>
6115
6116 PR target/71294
6117 * config/rs6000/vsx.md (vsx_splat_<mode>, VSX_D iterator): Allow a
6118 SPLAT operation on ISA 2.07 64-bit systems that have direct move,
6119 but no MTVSRDD support, by doing MTVSRD and XXPERMDI.
6120
6121 2017-03-16 Jeff Law <law@redhat.com>
6122
6123 PR tree-optimization/71437
6124 * tree-ssa-dom.c (dom_opt_dom_walker): Remove thread_across_edge
6125 member function. Implementation moved into after_dom_children
6126 member function and into the threader's thread_outgoing_edges
6127 function.
6128 (dom_opt_dom_walker::after_dom_children): Simplify by moving
6129 some code into new thread_outgoing_edges.
6130 * tree-ssa-threadedge.c (thread_across_edge): Make static and simplify
6131 definition. Simplify marker handling (do it here). Assume we always
6132 have the available expression and the const/copies tables.
6133 (thread_outgoing_edges): New function extracted from tree-ssa-dom.c
6134 and tree-vrp.c
6135 * tree-ssa-threadedge.h (thread_outgoing_edges): Declare.
6136 * tree-vrp.c (equiv_stack): No longer file scoped.
6137 (vrp_dom_walker): New class.
6138 (vrp_dom_walker::before_dom_children): New member function.
6139 (vrp_dom_walker::after_dom_children): Likewise.
6140 (identify_jump_threads): Setup domwalker. Use it rather than
6141 walking edges in a random order by hand. Simplify setup/finalization.
6142 (finalize_jump_threads): Remove.
6143 (vrp_finalize): Do not call identify_jump_threads here.
6144 (execute_vrp): Do it here instead and call thread_through_all_blocks
6145 here too.
6146
6147 PR tree-optimization/71437
6148 * tree-ssa-dom.c (pfn_simplify): Add basic_block argument. All
6149 callers changed.
6150 (simplify_stmt_for_jump_threading): Add basic_block argument. All
6151 callers changed.
6152 (lhs_of_dominating_assert): Moved from here into tree-vrp.c.
6153 (dom_opt_dom_walker::thread_across_edge): Remove
6154 handle_dominating_asserts argument. All callers changed.
6155 (record_temporary_equivalences_from_stmts_at_dest): Corresponding
6156 changes. Remove calls to lhs_of_dominating_assert. Other
6157 uses of handle_dominating_asserts turn into unconditional code
6158 (simplify_control_stmt_condition_1): Likewise.
6159 (simplify_control_stmt_condition): Likewise.
6160 (thread_through_normal_block, thread_across_edge): Likewise.
6161 * tree-ssa-threadedge.h (thread_across_edge): Corresponding changes.
6162 * tree-vrp.c (lhs_of_dominating_assert): Move here. Return original
6163 object if it is not an SSA_NAME.
6164 (simplify_stmt_for_jump_threading): Call lhs_of_dominating_assert
6165 before calling into the VRP specific simplifiers.
6166 (identify_jump_threads): Remove handle_dominating_asserts
6167 argument.
6168
6169 2017-03-16 Jakub Jelinek <jakub@redhat.com>
6170
6171 PR fortran/79886
6172 * tree-diagnostic.c (default_tree_printer): No longer static.
6173 * tree-diagnostic.h (default_tree_printer): New prototype.
6174
6175 2017-03-16 Tamar Christina <tamar.christina@arm.com>
6176
6177 * config/aarch64/aarch64-simd.md (*aarch64_simd_mov<mode>)
6178 Change ins into fmov.
6179
6180 2017-03-16 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6181
6182 * config/aarch64/iterators.md (h_con): Return "x" for V4HF and V8HF.
6183 * config/aarch64/aarch64-simd.md (*aarch64_fma4_elt_from_dup<mode>):
6184 Use h_con constraint for operand 1.
6185 (*aarch64_fnma4_elt_from_dup<mode>): Likewise.
6186 (*aarch64_mulx_elt_from_dup<mode>): Likewise for operand 2.
6187
6188 2017-03-15 Jeff Law <law@redhat.com>
6189
6190 PR tree-optimization/71437
6191 * tree-ssa-dom.c (derive_equivalences_from_bit_ior): New function.
6192 (record_temporary_equivalences): Use it.
6193
6194 PR tree-optimization/71437
6195 * tree-ssa-dom.c (struct cond_equivalence): Moved from here into
6196 tree-ssa-scopedtables.
6197 (lookup_avail_expr, build_and_record_new_cond): Likewise.
6198 (record_conditions, record_cond, vuse_eq): Likewise.
6199 (record_edge_info): Adjust to API tweak of record_conditions.
6200 (simplify_stmt_for_jump_threading): Similarly for lookup_avail_expr.
6201 (record_temporary_equivalences, optimize_stmt): Likewise.
6202 (eliminate_redundant_computations): Likewise.
6203 (record_equivalences_from_stmt): Likewise.
6204 * tree-ssa-scopedtables.c: Include options.h and params.h.
6205 (vuse_eq): New function, moved from tree-ssa-dom.c
6206 (build_and_record_new_cond): Likewise.
6207 (record_conditions): Likewise. Accept vector of conditions rather
6208 than edge_equivalence structure for first argument.
6209 for the first argument.
6210 (avail_exprs_stack::lookup_avail_expr): New member function, moved
6211 from tree-ssa-dom.c.
6212 (avail_exprs_stack::record_cond): Likewise.
6213 * tree-ssa-scopedtables.h (struct cond_equivalence): Moved here
6214 from tree-ssa-dom.c.
6215 (avail_exprs_stack): Add new member functions lookup_avail_expr
6216 and record_cond.
6217 (record_conditions): Declare.
6218
6219 2017-03-15 Vladimir Makarov <vmakarov@redhat.com>
6220
6221 PR target/80017
6222 * lra-constraints.c (process_alt_operands): Increase reject for
6223 reloading an input/output operand.
6224
6225 2017-03-15 Michael Meissner <meissner@linux.vnet.ibm.com>
6226
6227 PR target/79038
6228 * config/rs6000/rs6000.md (float<QHI:mode><IEEE128:mode>2): Define
6229 insns to convert from signed/unsigned char/short to IEEE 128-bit
6230 floating point.
6231 (floatuns<QHI:mode><IEEE128:mode>2): Likewise.
6232
6233 2017-03-15 Uros Bizjak <ubizjak@gmail.com>
6234
6235 PR target/80019
6236 * config/i386/i386.c (ix86_vector_duplicate_value): Create
6237 subreg of inner mode for values already in registers.
6238
6239 2017-03-15 Bernd Schmidt <bschmidt@redhat.com>
6240
6241 * config/c6x/c6x.c (hwloop_optimize): Handle case where the old
6242 iteration reg is used after the loop.
6243
6244 2017-03-14 Martin Sebor <msebor@redhat.com>
6245
6246 PR tree-optimization/79800
6247 * gimple-ssa-sprintf.c (format_floating: Add argument. Handle
6248 precision in negative-positive range.
6249 (format_floating): Call non-const overload with adjusted precision.
6250
6251 2017-03-14 Michael Meissner <meissner@linux.vnet.ibm.com>
6252
6253 PR target/79947
6254 * config/rs6000/rs6000.h (TARGET_FRSQRTES): Add check for
6255 -mpowerpc-gfxopt.
6256
6257 2017-03-14 Martin Sebor <msebor@redhat.com>
6258
6259 PR middle-end/80020
6260 * builtin-attrs.def (ATTR_ALLOC_SIZE_2_NOTHROW_LIST): New macro.
6261 * builtins.def (aligned_alloc): Use it.
6262
6263 PR c/79936
6264 * Makefile.in (GTFILES): Add calls.c.
6265 * calls.c: Include "gt-calls.h".
6266
6267 2017-03-14 Bernd Schmidt <bschmidt@redhat.com>
6268
6269 PR rtl-optimization/79728
6270 * regs.h (struct target_regs): New field
6271 x_contains_allocatable_regs_of_mode.
6272 (contains_allocatable_regs_of_mode): New macro.
6273 * reginfo.c (init_reg_sets_1): Initialize it, and change
6274 contains_reg_of_mode so it includes global regs as well.
6275 * reload.c (push_reload): Use contains_allocatable_regs_of_mode
6276 rather than contains_regs_of_mode.
6277
6278 2017-03-14 Martin Liska <mliska@suse.cz>
6279
6280 * doc/invoke.texi: Document options that can't be combined with
6281 -fcheck-pointer-bounds.
6282
6283 2017-03-14 Martin Liska <mliska@suse.cz>
6284
6285 PR middle-end/79831
6286 * doc/invoke.texi (-Wchkp): Document the option.
6287
6288 2017-03-14 Martin Liska <mliska@suse.cz>
6289
6290 * Makefile.in: Install gcov-dump.
6291
6292 2017-03-14 Martin Liska <mliska@suse.cz>
6293
6294 * multiple_target.c (expand_target_clones): Bail out for
6295 an invalid attribute.
6296
6297 2017-03-14 Richard Biener <rguenther@suse.de>
6298
6299 * alias.c (struct alias_set_entry): Pack properly.
6300 * cfgloop.h (struct loop): Likewise.
6301 * cse.c (struct set): Likewise.
6302 * ipa-utils.c (struct searchc_env): Likewise.
6303 * loop-invariant.c (struct invariant): Likewise.
6304 * lra-remat.c (struct cand): Likewise.
6305 * recog.c (struct change_t): Likewise.
6306 * rtl.h (struct address_info): Likewise.
6307 * symbol-summary.h (function_summary): Likewise.
6308 * tree-loop-distribution.c (struct partition): Likewise.
6309 * tree-object-size.c (struct object_size_info): Likewise.
6310 * tree-ssa-loop-ivopts.c (struct cost_pair): Likewise.
6311 * tree-ssa-threadupdate.c (struct ssa_local_info_t): Likewise.
6312 * tree-vect-data-refs.c (struct _vect_peel_info): Likewise.
6313 * tree-vect-slp.c (struct _slp_oprnd_info): Likewise.
6314 * tree-vect-stmts.c (struct simd_call_arg_info): Likewise.
6315 * tree-vectorizer.h (struct _loop_vec_info): Likewise.
6316 (struct _stmt_vec_info): Likewise.
6317
6318 2017-03-14 Martin Liska <mliska@suse.cz>
6319
6320 PR target/79892
6321 * multiple_target.c (create_dispatcher_calls): Check that
6322 a target can create a function dispatcher.
6323
6324 2017-03-14 Martin Liska <mliska@suse.cz>
6325
6326 PR lto/66295
6327 * multiple_target.c (expand_target_clones): Drop local.local
6328 flag for default implementation.
6329
6330 2017-03-14 Richard Biener <rguenther@suse.de>
6331
6332 PR tree-optimization/80030
6333 * tree-vect-stmts.c (vectorizable_store): Plug memleak.
6334
6335 2017-03-13 Kito Cheng <kito.cheng@gmail.com>
6336
6337 * config/riscv/riscv.c (riscv_emit_float_compare>: Use
6338 gcc_fallthrough() instead of __attribute__((fallthrough));
6339
6340 2017-03-13 Gerald Pfeifer <gerald@pfeifer.com>
6341
6342 * doc/gcc.texi: Remove "up" link to (DIR).
6343 * doc/gccint.texi: Ditto.
6344
6345 2017-03-13 Gerald Pfeifer <gerald@pfeifer.com>
6346
6347 * doc/install.texi (Specific) <avr>: Remove reference to
6348 binutils 2.13.
6349
6350 2017-03-13 Jeff Law <law@redhat.com>
6351
6352 * config/riscv/riscv.c (riscv_emit_float_compare): Use fallthru
6353 attribute rather than comments.
6354
6355 * config/pdp11/pdp11.md (movmemhi): Adjust operand numbers to
6356 match_scratch operand is highest.
6357
6358 2017-03-13 Martin Liska <mliska@suse.cz>
6359
6360 PR middle-end/78339
6361 * ipa-pure-const.c (warn_function_noreturn): If the declarations
6362 is a CHKP clone, use original declaration.
6363
6364 2017-03-13 Claudiu Zissulescu <claziss@synopsys.com>
6365
6366 * config/arc/arc.c (arc_init): Use multiplier whenever we have it.
6367 (arc_conditional_register_usage): Use a different allocation order
6368 when optimizing for size.
6369 * common/config/arc/arc-common.c (arc_option_optimization_table):
6370 Section anchors default on when optimizing for size.
6371
6372 2017-03-13 Claudiu Zissulescu <claziss@synopsys.com>
6373
6374 * config/arc/arc.md (*tst_bitfield_tst): Fix pattern.
6375
6376 2017-03-13 Claudiu Zissulescu <claziss@synopsys.com>
6377
6378 * config/arc/arc.c (arc_output_addsi): Emit code density adds.
6379 * config/arc/arc.md (cpu_facility): Add cd variant.
6380 (*movqi_insn): Add code density variant.
6381 (*movhi_insn): Likewise.
6382 (*movqi_insn): Likewise.
6383 (*addsi3_mixed): Likewise.
6384 (subsi3_insn): Likewise.
6385
6386 2017-03-13 Claudiu Zissulescu <claziss@synopsys.com>
6387
6388 * config/arc/arc.md (movsi_cond_exec): Update constraint.
6389
6390 2017-03-13 Claudiu Zissulescu <claziss@synopsys.com>
6391
6392 * config/arc/arc.c (arc_legitimize_pic_address): Handle PIC
6393 expressions with MINUS and UNARY ops.
6394
6395 2017-03-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6396
6397 PR target/79911
6398 * config/arm/neon.md (vec_sel_widen_ssum_lo<VQI:mode><VW:mode>3):
6399 Rename to...
6400 (vec_sel_widen_ssum_lo<mode><V_half>3): ... This. Avoid mismatch
6401 between vec_select and vector argument.
6402 (vec_sel_widen_ssum_hi<VQI:mode><VW:mode>3): Rename to...
6403 (vec_sel_widen_ssum_hi<mode><V_half>3): ... This. Likewise.
6404 (vec_sel_widen_usum_lo<VQI:mode><VW:mode>3): Rename to...
6405 (vec_sel_widen_usum_lo<mode><V_half>3): ... This.
6406 (vec_sel_widen_usum_hi<VQI:mode><VW:mode>3): Rename to...
6407 (vec_sel_widen_usum_hi<mode><V_half>3): ... This.
6408
6409 2017-03-13 Richard Biener <rguenther@suse.de>
6410
6411 PR other/79991
6412 * params.def (vect-max-peeling-for-alignment): Fix typo.
6413
6414 2017-03-12 Gerald Pfeifer <gerald@pfeifer.com>
6415
6416 * doc/install.texi (Specific) <mips-*-*>: Remove description of
6417 issue that only occurred with binutils below 2.18.
6418
6419 2017-03-12 Gerald Pfeifer <gerald@pfeifer.com>
6420
6421 * doc/install.texi (Specific) <cris-axis-elf>: No longer
6422 refer to binutils 2.11/2.12 minimum.
6423
6424 2017-03-12 Gerald Pfeifer <gerald@pfeifer.com>
6425
6426 * doc/install.texi (Specific) <powerpc-*-*>: Remove link to
6427 ftp.kernel.org and simplify binutils requirement.
6428
6429 2017-03-11 Gerald Pfeifer <gerald@pfeifer.com>
6430
6431 * doc/invoke.texi (Warning Options): Fix spelling of link-time
6432 optimization.
6433 (Optimize Options): Ditto. Also remove redundancy.
6434
6435 2017-03-10 David Malcolm <dmalcolm@redhat.com>
6436
6437 PR translation/79848
6438 * ipa-devirt.c (warn_types_mismatch): Simplify uses of "%<%s%>" to
6439 "%qs".
6440 * ipa-pure-const.c (suggest_attribute): Likewise. Convert _
6441 to G_ to avoid double translation.
6442
6443 2017-03-10 David Malcolm <dmalcolm@redhat.com>
6444
6445 PR translation/79923
6446 * auto-profile.c (get_combined_location): Convert leading
6447 character of diagnostics to lower case and remove trailing period.
6448 (read_profile): Likewise for various diagnostics.
6449 * config/arm/arm.c (arm_option_override): Remove trailing period
6450 from various diagnostics.
6451 * config/msp430/msp430.c (msp430_expand_delay_cycles): Likewise.
6452 (msp430_expand_delay_cycles): Likewise.
6453
6454 2017-03-10 David Malcolm <dmalcolm@redhat.com>
6455
6456 PR target/79925
6457 * config/aarch64/aarch64.c (aarch64_validate_mcpu): Quote the
6458 full command-line argument, rather than just "str".
6459 (aarch64_validate_march): Likewise.
6460 (aarch64_validate_mtune): Likewise.
6461
6462 2017-03-10 Bernd Schmidt <bschmidt@redhat.com>
6463
6464 PR rtl-optimization/78911
6465 * lra-assigns.c (must_not_spill_p): New function.
6466 (spill_for): Use it.
6467
6468 2017-03-10 Jakub Jelinek <jakub@redhat.com>
6469
6470 PR tree-optimization/79981
6471 * tree-vrp.c (extract_range_basic): Handle IMAGPART_EXPR of
6472 ATOMIC_COMPARE_EXCHANGE ifn result.
6473 (stmt_interesting_for_vrp, vrp_visit_stmt): Handle
6474 IFN_ATOMIC_COMPARE_EXCHANGE.
6475
6476 2017-03-10 David Malcolm <dmalcolm@redhat.com>
6477
6478 PR driver/79875
6479 * opts.c (parse_sanitizer_options): Add missing question mark to
6480 "did you mean" message.
6481
6482 2017-03-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
6483
6484 * config/rs6000/rs6000-builtin.def (VMULEUB_UNS): Remove orphaned
6485 built-in.
6486 (VMULEUH_UNS): Likewise.
6487 (VMULOUB_UNS): Likewise.
6488 (VMULOUH_UNS): Likewise.
6489 * config/rs6000/rs6000.c (builtin_function_type): Remove
6490 references to ALTIVEC_BUILTIN_VMUL[EO]U[BH]_UNS.
6491
6492 2017-03-10 David Malcolm <dmalcolm@redhat.com>
6493
6494 PR bootstrap/79952
6495 * read-rtl-function.c (function_reader::read_rtx_operand): Update
6496 x with result of extra_parsing_for_operand_code_0.
6497 (function_reader::extra_parsing_for_operand_code_0): Convert
6498 return type from void to rtx, returning x. When reading
6499 SYMBOL_REF with SYMBOL_FLAG_HAS_BLOCK_INFO, reallocate x to the
6500 larger size containing struct block_symbol.
6501
6502 2017-03-10 Segher Boessenkool <segher@kernel.crashing.org>
6503
6504 * config/rs6000/rs6000.c (rs6000_option_override_internal): Disallow
6505 -mfloat128-hardware without -m64.
6506
6507 2017-03-10 Will Schmidt <will_schmidt@vnet.ibm.com>
6508
6509 PR target/79941
6510 * config/rs6000/rs6000.c (builtin_function_type): Add VMUL*U[HB]
6511 entries to the case statement that marks unsigned arguments to
6512 overloaded functions.
6513
6514 2017-03-10 Kelvin Nilsen <kelvin@gcc.gnu.org>
6515
6516 * config/rs6000/rs6000.c (rs6000_option_override_internal): Fix
6517 two typographic errors in the handling of TARGET_UPPER_REGS_DI.
6518
6519 2017-03-10 Pat Haugen <pthaugen@us.ibm.com>
6520
6521 PR target/79907
6522 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Test
6523 TARGET_UPPER_REGS_DI when setting 'wi' constraint regclass.
6524
6525 2017-03-10 Martin Liska <mliska@suse.cz>
6526
6527 PR target/65705
6528 PR target/69804
6529 * toplev.c (process_options): Enable MPX with LSAN and UBSAN.
6530 * tree-chkp.c (chkp_walk_pointer_assignments): Verify that
6531 FIELD != NULL.
6532
6533 2017-03-10 Olivier Hainque <hainque@adacore.com>
6534
6535 * tree-switch-conversion (array_value_type): Start by resetting
6536 candidate type to it's main variant.
6537
6538 2017-03-10 Jakub Jelinek <jakub@redhat.com>
6539
6540 PR rtl-optimization/79909
6541 * combine.c (try_combine): Use simplify_replace_rtx on individual
6542 CALL_INSN_FUNCTION_USAGE elements instead of replace_rtx on copy_rtx
6543 of the whole CALL_INSN_FUNCTION_USAGE.
6544
6545 PR tree-optimization/79972
6546 * gimple-ssa-warn-alloca.c (alloca_call_type): Only call
6547 get_range_info on SSA_NAMEs. Formatting fixes.
6548
6549 2017-03-10 Richard Biener <rguenther@suse.de>
6550 Jakub Jelinek <jakub@redhat.com>
6551
6552 PR tree-optimization/77975
6553 * tree-ssa-loop-niter.c (get_base_for): Allow phi argument from latch
6554 edge to be constant.
6555 (get_val_for): For constant x return it. Formatting fix.
6556 (loop_niter_by_eval): Avoid pointless looping if the next iteration
6557 would use the same bases as the current one.
6558
6559 2017-03-09 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
6560
6561 * config/rs6000/rs6000.c (rs6000_gen_le_vsx_permute): Use rotate
6562 instead of vec_select for V1TImode.
6563 * conifg/rs6000/vsx.md (VSX_LE): Remove mode iterator that is no
6564 longer needed.
6565 (VSX_LE_128): Add V1TI to this mode iterator.
6566 (*vsx_le_perm_load_<mode>): Change to use VSX_D mode iterator.
6567 (*vsx_le_perm_store_<mode>): Likewise.
6568 (pre-reload splitter for VSX stores): Likewise.
6569 (post-reload splitter for VSX stores): Likewise.
6570 (*vsx_xxpermdi2_le_<mode>): Likewise.
6571 (*vsx_lxvd2x2_le_<mode>): Likewise.
6572 (*vsx_stxvd2x2_le_<mode>): Likewise.
6573
6574 2017-03-09 Michael Eager <eager@eagercon.com>
6575
6576 Correct failures with --enable-checking=yes,rtl.
6577
6578 * config/microblaze/microblaze.c (microblaze_expand_shift):
6579 Replace GET_CODE test with CONST_INT_P and INTVAL test with
6580 test for const0_rtx.
6581 * config/microblaze/microblaze.md (ashlsi3_byone, ashrsi3_byone,
6582 lshrsi3_byone): Replace INTVAL with test for const1_rtx.
6583
6584 2017-03-09 Richard Biener <rguenther@suse.de>
6585
6586 PR tree-optimization/79977
6587 * graphite-scop-detection.c (scop_detection::merge_sese):
6588 Handle the case of extra exits to blocks dominating the entry.
6589
6590 2017-03-09 Toma Tabacu <toma.tabacu@imgtec.com>
6591
6592 * doc/sourcebuild.texi (Effective-Target Keywords, Other attributes):
6593 Document rdynamic.
6594
6595 2017-03-09 Vladimir Makarov <vmakarov@redhat.com>
6596
6597 PR rtl-optimization/79949
6598 * lra-constraints.c (process_alt_operands): Check memory when
6599 trying to predict a cycle. Print about the overall increase.
6600
6601 2017-03-09 Richard Biener <rguenther@suse.de>
6602
6603 PR middle-end/79971
6604 * gimple-expr.c (useless_type_conversion_p): Preserve
6605 TYPE_SATURATING for fixed-point types.
6606
6607 2017-03-09 Richard Biener <rguenther@suse.de>
6608
6609 PR ipa/79970
6610 * ipa-prop.c (ipa_modify_formal_parameters): Avoid changing
6611 alignment of BLKmode params.
6612
6613 2017-03-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6614
6615 PR target/79913
6616 * config/aarch64/iterators.md (VALL_F16_NO_V2Q): New mode iterator.
6617 (VALL_NO_V2Q): Likewise.
6618 (VDQF_DF): Delete.
6619 * config/aarch64/aarch64-simd.md
6620 (aarch64_dup_lane_<vswap_width_name><mode>): Use VALL_F16_NO_V2Q
6621 iterator.
6622 (*aarch64_simd_vec_copy_lane_<vswap_width_name><mode>): Use
6623 VALL_NO_V2Q mode iterator.
6624 (*aarch64_vgetfmulx<mode>): Use VDQF iterator.
6625
6626 2017-03-09 Martin Liska <mliska@suse.cz>
6627
6628 PR tree-optimization/79631
6629 * tree-chkp-opt.c (chkp_is_constant_addr): Call
6630 tree_int_cst_sign_bit just for INTEGER constants.
6631
6632 2017-03-09 Martin Liska <mliska@suse.cz>
6633
6634 PR target/65705
6635 PR target/69804
6636 * toplev.c (process_options): Disable -fcheck-pointer-bounds with
6637 sanitizers.
6638
6639 2017-03-09 Marek Polacek <polacek@redhat.com>
6640
6641 PR c++/79672
6642 * tree.c (inchash::add_expr): Handle TREE_VEC.
6643
6644 2017-03-09 Martin Liska <mliska@suse.cz>
6645
6646 PR ipa/79764
6647 (chkp_narrow_size_and_offset): New function.
6648 (chkp_parse_array_and_component_ref): Support BIT_FIELD_REF.
6649 (void chkp_parse_bit_field_ref): New function.
6650 (chkp_make_addressed_object_bounds): Add case for BIT_FIELD_REF.
6651 (chkp_process_stmt): Use chkp_parse_bit_field_ref.
6652
6653 2017-03-09 Martin Liska <mliska@suse.cz>
6654
6655 PR ipa/79761
6656 * tree-chkp.c (chkp_get_bound_for_parm): Get bounds for a param.
6657 (chkp_find_bounds_1): Remove gcc_unreachable.
6658
6659 2017-03-09 Jakub Jelinek <jakub@redhat.com>
6660
6661 PR sanitizer/79944
6662 * asan.c (get_mem_refs_of_builtin_call): For BUILT_IN_ATOMIC* and
6663 BUILT_IN_SYNC*, determine the access type from the size suffix and
6664 always build a MEM_REF with that type. Handle forgotten
6665 BUILT_IN_SYNC_FETCH_AND_NAND_16 and BUILT_IN_SYNC_NAND_AND_FETCH_16.
6666
6667 PR target/79932
6668 * config/i386/avx512vlintrin.h (_mm256_cmpge_epi32_mask,
6669 _mm256_cmpge_epi64_mask, _mm256_cmpge_epu32_mask,
6670 _mm256_cmpge_epu64_mask, _mm256_cmple_epi32_mask,
6671 _mm256_cmple_epi64_mask, _mm256_cmple_epu32_mask,
6672 _mm256_cmple_epu64_mask, _mm256_cmplt_epi32_mask,
6673 _mm256_cmplt_epi64_mask, _mm256_cmplt_epu32_mask,
6674 _mm256_cmplt_epu64_mask, _mm256_cmpneq_epi32_mask,
6675 _mm256_cmpneq_epi64_mask, _mm256_cmpneq_epu32_mask,
6676 _mm256_cmpneq_epu64_mask, _mm256_mask_cmpge_epi32_mask,
6677 _mm256_mask_cmpge_epi64_mask, _mm256_mask_cmpge_epu32_mask,
6678 _mm256_mask_cmpge_epu64_mask, _mm256_mask_cmple_epi32_mask,
6679 _mm256_mask_cmple_epi64_mask, _mm256_mask_cmple_epu32_mask,
6680 _mm256_mask_cmple_epu64_mask, _mm256_mask_cmplt_epi32_mask,
6681 _mm256_mask_cmplt_epi64_mask, _mm256_mask_cmplt_epu32_mask,
6682 _mm256_mask_cmplt_epu64_mask, _mm256_mask_cmpneq_epi32_mask,
6683 _mm256_mask_cmpneq_epi64_mask, _mm256_mask_cmpneq_epu32_mask,
6684 _mm256_mask_cmpneq_epu64_mask, _mm_cmpge_epi32_mask,
6685 _mm_cmpge_epi64_mask, _mm_cmpge_epu32_mask, _mm_cmpge_epu64_mask,
6686 _mm_cmple_epi32_mask, _mm_cmple_epi64_mask, _mm_cmple_epu32_mask,
6687 _mm_cmple_epu64_mask, _mm_cmplt_epi32_mask, _mm_cmplt_epi64_mask,
6688 _mm_cmplt_epu32_mask, _mm_cmplt_epu64_mask, _mm_cmpneq_epi32_mask,
6689 _mm_cmpneq_epi64_mask, _mm_cmpneq_epu32_mask, _mm_cmpneq_epu64_mask,
6690 _mm_mask_cmpge_epi32_mask, _mm_mask_cmpge_epi64_mask,
6691 _mm_mask_cmpge_epu32_mask, _mm_mask_cmpge_epu64_mask,
6692 _mm_mask_cmple_epi32_mask, _mm_mask_cmple_epi64_mask,
6693 _mm_mask_cmple_epu32_mask, _mm_mask_cmple_epu64_mask,
6694 _mm_mask_cmplt_epi32_mask, _mm_mask_cmplt_epi64_mask,
6695 _mm_mask_cmplt_epu32_mask, _mm_mask_cmplt_epu64_mask,
6696 _mm_mask_cmpneq_epi32_mask, _mm_mask_cmpneq_epi64_mask,
6697 _mm_mask_cmpneq_epu32_mask, _mm_mask_cmpneq_epu64_mask): Move
6698 definitions outside of __OPTIMIZE__ guarded section.
6699
6700 PR target/79932
6701 * config/i386/avx512bwintrin.h (_mm512_packs_epi32,
6702 _mm512_maskz_packs_epi32, _mm512_mask_packs_epi32,
6703 _mm512_packus_epi32, _mm512_maskz_packus_epi32,
6704 _mm512_mask_packus_epi32): Move definitions outside of __OPTIMIZE__
6705 guarded section.
6706
6707 2017-03-09 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
6708
6709 * config/s390/vx-builtins.md ("vfee<mode>", "vfeez<mode>")
6710 ("vfenez<mode>"): Add missing constraints.
6711
6712 2017-03-08 Martin Sebor <msebor@redhat.com>
6713
6714 PR target/79928
6715 * config/nds32/nds32.c (nds32_option_override):
6716 Fix misspelled diagnostic.
6717
6718 2017-03-08 Jakub Jelinek <jakub@redhat.com>
6719
6720 PR c/79940
6721 * gimplify.c (gimplify_omp_for): Replace index var in outer
6722 taskloop statement with an artificial variable and add
6723 OMP_CLAUSE_PRIVATE clause for it.
6724
6725 2017-03-08 Richard Biener <rguenther@suse.de>
6726
6727 PR tree-optimization/79955
6728 * tree-ssa-uninit.c (warn_uninitialized_vars): Do not warn
6729 for accesses that are completely outside of the variable.
6730
6731 2017-03-08 Andrew Haley <aph@redhat.com>
6732
6733 PR tree-optimization/79943
6734 * tree-ssa-loop-split.c (compute_new_first_bound): When
6735 calculating the new upper bound, (END-BEG) should be added, not
6736 subtracted.
6737
6738 2017-03-08 Jakub Jelinek <jakub@redhat.com>
6739
6740 * config/avr/avr.md (setmemhi): Make sure match_dup
6741 operand number comes before match_scratch.
6742
6743 2017-03-08 Richard Biener <rguenther@suse.de>
6744
6745 PR tree-optimization/79920
6746 * tree-vect-slp.c (vect_create_mask_and_perm): Remove and inline
6747 with ncopies == 1 to ...
6748 (vect_transform_slp_perm_load): ... here. Properly compute
6749 all element loads by iterating VF times over the group. Do
6750 not handle ncopies (computed in a broken way) in
6751 vect_create_mask_and_perm.
6752
6753 2017-03-08 Jakub Jelinek <jakub@redhat.com>
6754
6755 PR sanitizer/79904
6756 * internal-fn.c (expand_vector_ubsan_overflow): If arg0 or arg1
6757 is a uniform vector, use uniform_vector_p return value instead of
6758 building ARRAY_REF on folded VIEW_CONVERT_EXPR to array type.
6759
6760 2017-03-07 Marek Polacek <polacek@redhat.com>
6761
6762 PR middle-end/79809
6763 * gimple-ssa-warn-alloca.c (pass_walloca::gate): Use HOST_WIDE_INT.
6764 (alloca_call_type): Likewise.
6765
6766 2017-03-07 Martin Liska <mliska@suse.cz>
6767
6768 * gcov.c (process_args): Put comment to correct location.
6769
6770 2017-03-07 Martin Liska <mliska@suse.cz>
6771
6772 PR middle-end/68270
6773 * tree-chkp.c (chkp_may_narrow_to_field): Add new argument ref.
6774 Use array_at_struct_end_p instead of DECL_CHAIN (field).
6775 (chkp_narrow_bounds_for_field): Likewise.
6776 (chkp_parse_array_and_component_ref): Pass one more argument to
6777 call.
6778
6779 2017-03-07 Richard Biener <rguenther@suse.de>
6780
6781 * tree-vect-loop-manip.c (slpeel_add_loop_guard): Preserve
6782 preheaders.
6783
6784 2017-03-07 Segher Boessenkool <segher@kernel.crashing.org>
6785
6786 * config/i386/i386.c (ix86_local_alignment): Align most aggregates
6787 of 16 bytes and more to 16 bytes, not those of 16 bits and more.
6788
6789 2017-03-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6790
6791 PR c/79855
6792 * params.def (PARAM_STORE_MERGING_ALLOW_UNALIGNED): Add full stop
6793 to end of description.
6794 (PARAM_MAX_STORES_TO_MERGE): Likewise.
6795
6796 2017-03-07 Jakub Jelinek <jakub@redhat.com>
6797
6798 PR rtl-optimization/79901
6799 * config/i386/sse.md (*avx512bw_<code><mode>3<mask_name>): Renamed to
6800 ...
6801 (*avx512f_<code><mode>3<mask_name>): ... this.
6802 (<code><mode>3 with maxmin code iterator): Use VI8_AVX2_AVX512F
6803 iterator instead of VI8_AVX2_AVX512BW.
6804
6805 PR rtl-optimization/79901
6806 * expr.c (expand_expr_real_2): For vector MIN/MAX, if there is no
6807 min/max expander, expand it using expand_vec_cond_expr.
6808
6809 PR sanitizer/79897
6810 * ubsan.c (ubsan_encode_value): Call mark_addressable on the
6811 temporary.
6812
6813 2017-03-06 Jakub Jelinek <jakub@redhat.com>
6814
6815 PR c++/79821
6816 * dwarf2out.h (dw_vec_const): Change array type from unsigned char *
6817 to void * for PCH reasons.
6818 * dwarf2out.c (output_loc_operands, output_die): Cast
6819 v.val_vec.array to unsigned char *.
6820
6821 2017-03-06 John David Anglin <danglin@gcc.gnu.org>
6822
6823 PR target/77850
6824 * config/pa/pa-64.h (PAD_VARARGS_DOWN): Don't pad down complex and
6825 vector types.
6826
6827 2017-03-06 Vladimir Makarov <vmakarov@redhat.com>
6828
6829 PR rtl-optimization/79571
6830 * lra-constraints.c (process_alt_operands): Calculate static
6831 reject and subtract it from overall when only addresses will be
6832 reloaded.
6833
6834 2017-03-06 Julia Koval <julia.koval@intel.com>
6835
6836 PR target/79793
6837 * config/i386/i386.c (ix86_minimum_incoming_stack_boundary): Set
6838 incoming stack boundary to 128 for 64-bit targets.
6839
6840 2017-03-06 Richard Biener <rguenther@suse.de>
6841
6842 PR tree-optimization/79894
6843 * tree-vectorizer.c (vectorize_loops): Set loop_vectorized_call
6844 to NULL after folding it.
6845
6846 2017-03-06 Richard Biener <rguenther@suse.de>
6847
6848 PR tree-optimization/79824
6849 * tree-vect-stmts.c (get_group_load_store_type): Fix alignment
6850 check disabling peeling for gaps.
6851
6852 2017-03-06 Toma Tabacu <toma.tabacu@imgtec.com>
6853
6854 * doc/sourcebuild.texi (Effective-Target Keywords, Environment
6855 attributes): Document gettimeofday.
6856
6857 2017-03-06 Robin Dapp <rdapp@linux.vnet.ibm.com>
6858
6859 * config/s390/s390.c (s390_option_override_internal): Set
6860 PARAM_MIN_VECT_LOOP_BOUND
6861
6862 2017-03-06 Robin Dapp <rdapp@linux.vnet.ibm.com>
6863
6864 * config/s390/s390.c (s390_asm_output_function_label): Use nopr %r0.
6865 * config/s390/s390.md: Likewise.
6866
6867 2017-03-06 Jakub Jelinek <jakub@redhat.com>
6868
6869 PR target/79812
6870 * config/i386/sse.md (VI8F_256_512): Remove mode iterator.
6871 (<avx2_avx512>_perm<mode>): Rename to ...
6872 (avx2_perm<mode>): ... this. Use VI8F_256 iterator instead
6873 of VI8F_256_512.
6874 (<avx512>_perm<mode>_mask): Rename to ...
6875 (avx512vl_perm<mode>_mask): ... this. Use VI8F_256 iterator instead
6876 of VI8F_256_512.
6877 (<avx2_avx512>_perm<mode>_1<mask_name>): Rename to ...
6878 (avx2_perm<mode>_1<mask_name): ... this. Use VI8F_256 iterator
6879 instead of VI8F_256_512.
6880 (avx512f_perm<mode>): New define_expand.
6881 (avx512f_perm<mode>_mask): Likewise.
6882 (avx512f_perm<mode>_1<mask_name>): New define_insn.
6883 (<avx512>_vec_dup<mode>_1): Fix up vec_select mode.
6884
6885 2017-03-06 Prachi Godbole <prachi.godbole@imgtec.com>
6886
6887 * config/mips/mips-msa.md (msa_fmax_a_<msafmt>, msa_fmin_a_<msafmt>,
6888 msa_max_a_<msafmt>, msa_min_a_<msafmt>): Introduce mode interator for
6889 if_then_else.
6890 (smin<mode>3, smax<mode>3): Change operand print code from 'B' to 'E'.
6891
6892 2017-03-06 Martin Liska <mliska@suse.cz>
6893
6894 PR sanitize/79783
6895 * asan.c (asan_expand_poison_ifn): Do not expand ASAN_POISON
6896 when having a SSA NAME w/o VAR_DECL assigned to it.
6897
6898 2017-03-06 Prachi Godbole <prachi.godbole@imgtec.com>
6899
6900 * config/mips/mips-msa.md (msa_dotp_<su>_d, msa_dpadd_<su>_d,
6901 msa_dpsub_<su>_d): Fix MODE for vec_select.
6902
6903 2017-03-06 Prachi Godbole <prachi.godbole@imgtec.com>
6904
6905 * config/mips/mips.c (mips_gen_const_int_vector): Change type of last
6906 argument.
6907 * config/mips/mips-protos.h (mips_gen_const_int_vector): Likewise.
6908
6909 2017-03-06 Richard Biener <rguenther@suse.de>
6910
6911 * lto-streamer.c (lto_check_version): Use %qs in diagnostics.
6912 * plugin.c (register_plugin_info): Likewise.
6913 * tree-chkp.c (chkp_make_static_const_bounds): Likewise.
6914
6915 2017-03-05 Jakub Jelinek <jakub@redhat.com>
6916
6917 * config/i386/sse.md (sse_storehps, sse_storelps,
6918 avx_<castmode><avxsizesuffix>_<castmode>,
6919 avx512f_<castmode><avxsizesuffix>_<castmode>,
6920 avx512f_<castmode><avxsizesuffix>_256<castmode>): Require
6921 in condition that at least one operand is not a MEM.
6922
6923 2017-03-03 Jakub Jelinek <jakub@redhat.com>
6924
6925 PR middle-end/79805
6926 * internal-fn.def (ATOMIC_BIT_TEST_AND_SET, ATOMIC_BIT_TEST_AND_RESET,
6927 ATOMIC_BIT_TEST_AND_COMPLEMENT, ATOMIC_COMPARE_EXCHANGE): Remove
6928 ECF_NOTHROW.
6929 * gimple-fold.c (fold_builtin_atomic_compare_exchange): Set
6930 gimple_call_nothrow_p flag based on whether original builtin can throw.
6931 If it can, emit following stmts on the fallthrough edge.
6932 * tree-ssa-ccp.c (optimize_atomic_bit_test_and): Similarly, except
6933 don't create new bb if inserting just debug stmts on the edge, try to
6934 insert them on the fallthru bb or just reset debug stmts.
6935
6936 2017-03-03 Segher Boesssenkool <segher@kernel.crashing.org>
6937
6938 PR target/43763
6939 * config/rs6000/rs6000.c (rs6000_final_prescan_insn): Save and
6940 restore recog_data (including the operand rtxes inside it) around
6941 the call to get_insn_template.
6942
6943 2017-03-03 Martin Sebor <msebor@redhat.com>
6944
6945 PR tree-optimization/79699
6946 * context.c (context::~context): Free MPFR caches to avoid
6947 a memory leak on program exit.
6948
6949 2017-03-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6950
6951 * config/aarch64/aarch64.c (aarch64_float_const_representable_p):
6952 Use wide_int::ulow () instead of .elt (0).
6953
6954 2017-03-03 Uros Bizjak <ubizjak@gmail.com>
6955
6956 * config/i386/i386.md (*pushtf): Change *roF constraint to *roC.
6957 (*pushxf): Limit oF constraint to 32bit targets and add oC
6958 constraint for 64bit targets.
6959 (pushxf splitter): Use PUSH_ROUNDING to calculate stack adjustment.
6960 (*pushdf): Change rmF constraint to rmC.
6961
6962 2017-03-03 Martin Liska <mliska@suse.cz>
6963
6964 * tree-ssa-loop-prefetch.c (pass_loop_prefetch::execute):
6965 Remove unused variable.
6966
6967 2017-03-03 Jakub Jelinek <jakub@redhat.com>
6968
6969 PR target/79807
6970 * config/i386/i386.c (ix86_expand_multi_arg_builtin): If target
6971 is a memory operand, increase num_memory.
6972 (ix86_expand_args_builtin): Likewise.
6973
6974 2017-03-03 Jan Hubicka <jh@suse.cz>
6975
6976 PR lto/79760
6977 * ipa-devirt.c (maybe_record_node): Properly handle
6978 __cxa_pure_virtual visibility.
6979
6980 2017-03-03 Martin Liska <mliska@suse.cz>
6981
6982 PR tree-optimization/79803
6983 * tree-ssa-loop-prefetch.c (tree_ssa_prefetch_arrays): Remove
6984 assert.
6985 (pass_loop_prefetch::execute): Disabled optimization if an
6986 assumption about L1 cache size is not met.
6987
6988 2017-03-03 Martin Liska <mliska@suse.cz>
6989
6990 PR rtl-optimization/79574
6991 * gcse.c (struct gcse_expr): Use HOST_WIDE_INT instead of int.
6992 (hash_scan_set): Likewise.
6993 (dump_hash_table): Likewise.
6994 (hoist_code): Likewise.
6995
6996 2017-03-03 Richard Biener <rguenther@suse.de>
6997
6998 * fixed-value.c (fixed_from_string): Restore use of elt (1)
6999 in place of uhigh ().
7000 (fixed_convert_from_real): Likewise.
7001
7002 2017-03-03 Uros Bizjak <ubizjak@gmail.com>
7003
7004 PR target/79514
7005 * config/i386/i386.md (*pushxf_rounded): Use Pmode instead of DImode.
7006
7007 2017-03-03 Richard Biener <rguenther@suse.de>
7008
7009 PR middle-end/79818
7010 * match.pd ( X +- C1 CMP C2 -> X CMP C2 -+ C1): Add missing
7011 TYPE_OVERFLOW_UNDEFINED check.
7012
7013 2017-03-02 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7014
7015 * config/rs6000/vector.md (vector_ne_<mode>_p): Correct operand
7016 numbers.
7017 (vector_ae_<mode>_p): Likewise.
7018 (vector_nez_<mode>_p): Likewise.
7019 (vector_ne_v2di_p): Likewise.
7020 (vector_ae_v2di_p): Likewise.
7021 (vector_ne_<mode>_p): Likewise.
7022 * config/rs6000/vsx.md (vsx_tsqrt<mode>2_fg): Correct operand
7023 numbers.
7024 (vsx_tsqrt<mode>2_fe): Likewise.
7025
7026 2017-03-02 Uros Bizjak <ubizjak@gmail.com>
7027
7028 PR target/79514
7029 * config/i386/i386.md (*pushxf_rounded): New insn_and_split pattern.
7030
7031 2017-03-02 Jakub Jelinek <jakub@redhat.com>
7032
7033 PR rtl-optimization/79780
7034 * cprop.c (one_cprop_pass): When second and further conditional trap
7035 in a single basic block is turned into an unconditional trap, turn it
7036 into a deleted note to avoid RTL verification failures.
7037
7038 2017-03-02 Richard Biener <rguenther@suse.de>
7039
7040 * fold-const.c (const_binop): Use ulow () instead of elt (0).
7041
7042 2017-03-02 Richard Biener <rguenther@suse.de>
7043
7044 PR tree-optimization/79345
7045 PR c++/42000
7046 * tree-ssa-alias.c (walk_aliased_vdefs_1): Take a limit
7047 param and abort the walk, returning -1 if it is hit.
7048 (walk_aliased_vdefs): Take a limit param and pass it on.
7049 * tree-ssa-alias.h (walk_aliased_vdefs): Add a limit param,
7050 defaulting to 0 and return a signed int.
7051 * tree-ssa-uninit.c (struct check_defs_data): New struct.
7052 (check_defs): New helper.
7053 (warn_uninitialized_vars): Use walk_aliased_vdefs to warn
7054 about uninitialized memory.
7055 * fixed-value.c (fixed_from_string): Use ulow/uhigh to avoid
7056 bogus uninitialized warning.
7057 (fixed_convert_from_real): Likewise.
7058
7059 2017-03-02 Bin Cheng <bin.cheng@arm.com>
7060
7061 PR tree-optimization/66768
7062 * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Skip addr
7063 iv_use if base object can't be determined.
7064
7065 2017-03-02 Jakub Jelinek <jakub@redhat.com>
7066
7067 PR tree-optimization/79345
7068 * gensupport.h (struct pattern_stats): Add min_scratch_opno field.
7069 * gensupport.c (get_pattern_stats_1) <case MATCH_SCRATCH>: Update it.
7070 (get_pattern_stats): Initialize it.
7071 * genemit.c (gen_expand): Verify match_scratch numbers come after
7072 match_operand/match_dup numbers.
7073 * config/i386/i386.md (<s>mul<mode>3_highpart): Swap match_dup and
7074 match_scratch numbers.
7075 * config/i386/sse.md (avx2_gathersi<mode>, avx2_gatherdi<mode>):
7076 Likewise.
7077 * config/s390/s390.md (trunctdsd2): Likewise.
7078
7079 2017-03-02 Richard Biener <rguenther@suse.de>
7080
7081 * wide-int.h (wide_int_storage::operator=): Implement in terms
7082 of wi::copy.
7083
7084 2017-03-02 Richard Biener <rguenther@suse.de>
7085
7086 PR tree-optimization/79777
7087 * tree-ssa-pre.c (eliminate_insert): Give up if we simplify
7088 the to insert expression to sth existing.
7089
7090 2017-03-01 Martin Sebor <msebor@redhat.com>
7091
7092 PR middle-end/79692
7093 * gimple-ssa-sprintf.c
7094 (directive::known_width_and_precision): New function.
7095 (format_integer): Use it.
7096 (get_mpfr_format_length): Consider the full range of precision
7097 when computing %g output with the # flag. Set the likely byte
7098 count to 3 rather than 1 when precision is indeterminate.
7099 (format_floating): Correct the lower bound of precision.
7100
7101 2017-03-01 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7102
7103 * doc/invoke.texi: Document default code model for 64-bit Linux.
7104
7105 2017-03-01 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
7106
7107 PR target/79752
7108 * config/rs6000/rs6000.md (peephole2 for udiv/umod): Should emit
7109 udiv rather than div since input pattern is unsigned.
7110
7111 2017-03-01 Uros Bizjak <ubizjak@gmail.com>
7112
7113 * config/i386/i386.c (print_reg): Warn for values of
7114 unsupported size in integer register.
7115
7116 2017-03-01 Michael Meissner <meissner@linux.vnet.ibm.com>
7117
7118 PR target/79439
7119 * config/rs6000/predicates.md (current_file_function_operand): Do
7120 not allow self calls to be local if the function is replaceable.
7121
7122 2017-03-01 Kelvin Nilsen <kelvin@gcc.gnu.org>
7123
7124 PR target/79395
7125 * config/rs6000/altivec.h (vec_ctz and others): Change the
7126 preprocessor macro that controls conditional compilation from
7127 _ARCH_PWR9 to __POWER9_VECTOR__.
7128 (vec_all_ne): Change parameterization of __altivec_scalar_pred
7129 macro expansion under preprocessor #ifdef __POWER9_VECTOR__
7130 control (instead of _ARCH_PWR9 control) so that template
7131 definition uses power9-specific function.
7132 (vec_any_eq): Likewise.
7133 (vec_all_ne): Change macro definition to use a power9-specific
7134 expansion under #ifdef __POWER9_VECTOR__ control (instead of
7135 _ARCH_PWR9 control).
7136 (vec_any_eq) Likewise.
7137 * config/rs6000/rs6000-builtin.def (CMPNEF): Remove BU_P9V_AV_2
7138 expansion for CMPNEF to remove support for xvcmpnesp instruction.
7139 (CMPNED): Remove BU_P9V_AV2 expansion for CMPNED to remove
7140 support for xvcmpnedp instruction.
7141 (VCMPNEB_P): Replace BU_P9V_AV_P macro expansion with BU_P9V_AV_2
7142 macro expansion so that Power9 implementation of vec_all_ne does
7143 not use the AltiVec predicate framework.
7144 (VCMPNEH_P): Likewise.
7145 (VCMPNEW_P): Likewise.
7146 (VCMPNED_P): Likewise.
7147 (VCMPNEFP_P): Likewise.
7148 (VCMPNEDP_P): Likewise.
7149 (VCMPAEB_P): Add BU_P9V_AV_2 macro expansion to change
7150 implementation of vec_any_eq to not use AltiVec predicate
7151 framework.
7152 (VCMPAEH_P): Likewise.
7153 (VCMPAEW_P): Likewise.
7154 (VCMPAED_P): Likewise.
7155 (VCMPAEFP_P): Likewise.
7156 (VCMPAEDP_P): Likewise.
7157 (VCMPNE_P): Replace BU_P9V_OVERLOAD_P macro expansion with
7158 BU_P9V_OVERLOAD_2 so that Power9 implementation of vec_all_ne does
7159 not use the AltiVec predicate framework.
7160 (VCMPAE_P): Add BU_P9V_OVERLOAD_2 macro to change implementation
7161 of vec_any_eq to not use AltiVec predicate framework.
7162 * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Add
7163 support for predefined __POWER9_VECTOR__ macro to indicate that
7164 Power9 instruction selection is enabled.
7165 (altivec_overloaded_builtins): Remove extraneous
7166 ALTIVEC_BUILTIN_VEC_CMPNE entry for overloaded
7167 function argument types RS6000_BTI_bool_V16QI and
7168 RS6000_BTI_bool_V16QI. Remove erroneous ALTIVEC_BUILTIN_VEC_CMPNE
7169 entry for overloaded function argument types RS6000_BTI_bool_V4SI
7170 andRS6000_BTI_bool_V4SI, mapping to P9V_BUILTIN_CMPNEB. Remove
7171 two entries mapping to P9V_BUITIN_CMPNED and one entry mapping to
7172 P9V_BUILTIN_CMPNEF to force use of instructions not specific to
7173 Power9 for implementations of vec_cmpne. Change the signature for
7174 all definitions of the overloaded P9V_BUILTIN_VEC_CMPNE_P function
7175 (representing vec_all_ne) to remove the previously described first
7176 argument of type RS6000_BTI_INTSI, as this was an artifact of
7177 reliance on the AltiVec predicate framework, which is no longer
7178 used in the implementation of these functions. Add
7179 P9V_BUILTIN_VEC_VCMPAE_P entries (representing the vec_anyeq
7180 function) to match all of the P9V_BUILTIN_VEC_VCMNE_P entries
7181 since, unlike the AltiVec predicate framework implementation, we
7182 do not share function descriptors between vec_alle and vec_anyeq.
7183 (altivec_resolve_overloaded_builtin): Add SFmode and DFmode to the
7184 set of modes that receive special treatment even when
7185 TARGET_P9_VECTOR is true. The special treatment emits code that
7186 does not depend on Power9 instructions.
7187 * config/rs6000/vector.md (vector_ne_<mode>_p): Change this
7188 define_expand to not rely on AltiVec predicate framework.
7189 (vector_ae_<mode>p): New define_expand to represent vec_any_eq
7190 function.
7191 (vector_ne_v2di_p): Change this define_expand to not rely on
7192 AltiVec predicate framework.
7193 (vector_ae_v2di_p): New define_expand to represent vec_any_eq
7194 function.
7195 (vector_ne_<mode>_p): Change this define_expand to not rely on
7196 AltiVec predicate framework.
7197 (vector_ae_<mode>p): New define_expand to represent vec_any_eq
7198 function.
7199 * config/rs6000/vsx.md (*vsx_ne_<mode>_p): For modes VSX_EXTRACT_I
7200 (V16QI, V8HI, V4SI), correct a typo in the code emitted for this
7201 define_insn pattern.
7202 (*vsx_ne_<mode>_p): For modes VSX_F (V4SF and V2DF), remove this
7203 define_insn pattern because the xvcmpne<VSs>. instruction is not
7204 supported.
7205 (vcmpne<VSs>): Remove this define_insn because xvcmpne<VSs>
7206 instruction is not supported.
7207
7208 2017-03-01 Jakub Jelinek <jakub@redhat.com>
7209
7210 * config/nvptx/nvptx.c: Include intl.h.
7211
7212 2017-03-01 Martin Jambor <mjambor@suse.cz>
7213
7214 PR lto/78140
7215 * ipa-prop.h (ipa_bits): Removed field known.
7216 (ipa_jump_func): Removed field vr_known. Changed fields bits and m_vr
7217 to pointers. Adjusted their comments to warn about their sharing.
7218 (ipcp_transformation_summary): Change bits to a vector of pointers.
7219 (ipa_check_create_edge_args): Moved to ipa-prop.c, declare.
7220 (ipa_get_ipa_bits_for_value): Declare.
7221 * tree-vrp.h (value_range): Mark as GTY((for_user)).
7222 * ipa-prop.c (ipa_bit_ggc_hash_traits): New.
7223 (ipa_bits_hash_table): Likewise.
7224 (ipa_vr_ggc_hash_traits): Likewise.
7225 (ipa_vr_hash_table): Likewise.
7226 (ipa_print_node_jump_functions_for_edge): Adjust for bits and m_vr
7227 being pointers and vr_known being removed.
7228 (ipa_set_jf_unknown): Likewise.
7229 (ipa_get_ipa_bits_for_value): New function.
7230 (ipa_set_jfunc_bits): Likewise.
7231 (ipa_get_value_range): New overloaded functions.
7232 (ipa_set_jfunc_vr): Likewise.
7233 (ipa_compute_jump_functions_for_edge): Use the above functions to
7234 construct bits and vr parts of jump functions.
7235 (ipa_check_create_edge_args): Move here from ipa-prop.h, also allocate
7236 ipa_bits_hash_table and ipa_vr_hash_table if they do not already
7237 exist.
7238 (ipcp_grow_transformations_if_necessary): Also allocate
7239 ipa_bits_hash_table and ipa_vr_hash_table if they do not already
7240 exist.
7241 (ipa_node_params_t::duplicate): Do not copy bits, just pointers to
7242 them. Fix too long lines.
7243 (ipa_write_jump_function): Adjust for bits and m_vr being pointers and
7244 vr_known being removed.
7245 (ipa_read_jump_function): Use new setter functions to construct bits
7246 and vr parts of jump functions or set them to NULL.
7247 (write_ipcp_transformation_info): Adjust for bits being pointers.
7248 (read_ipcp_transformation_info): Likewise.
7249 (ipcp_update_bits): Likewise. Fix excessively long lines a trailing
7250 space.
7251 Include gt-ipa-prop.h.
7252 * ipa-cp.c (propagate_bits_across_jump_function): Adjust for bits
7253 being pointers.
7254 (ipcp_store_bits_results): Likewise.
7255 (propagate_vr_across_jump_function): Adjust for m_vr being a pointer.
7256 Do not write to existing jump functions but use a temporary instead.
7257
7258 2017-03-01 Jakub Jelinek <jakub@redhat.com>
7259
7260 PR c++/79681
7261 * fold-const.c (make_bit_field_ref): If orig_inner is COMPONENT_REF,
7262 attempt to use its first operand as BIT_FIELD_REF base.
7263
7264 2017-03-01 Richard Biener <rguenther@suse.de>
7265
7266 PR middle-end/79721
7267 * tree-chrec.c (chrec_evaluate): Perform computation of Newtons
7268 interpolating formula in wrapping arithmetic.
7269 (chrec_apply): Convert chrec_evaluate return value to wanted type.
7270
7271 2017-03-01 Jakub Jelinek <jakub@redhat.com>
7272
7273 PR tree-optimization/79734
7274 * tree-vect-generic.c (expand_vector_condition): Optimize
7275 AVX512 vector boolean VEC_COND_EXPRs into bitwise operations.
7276 Handle VEC_COND_EXPR where comparison has different inner width from
7277 type's inner width.
7278
7279 2017-02-28 Sandra Loosemore <sandra@codesourcery.com>
7280
7281 * doc/invoke.texi (ARC Options): Copy-edit to fix punctuation,
7282 markup, and similar issues. Remove @opindex entries for things
7283 that aren't options. Add missing -mmpy-option entries.
7284
7285 2017-02-28 Jakub Jelinek <jakub@redhat.com>
7286
7287 PR tree-optimization/79737
7288 * gimple-ssa-store-merging.c (encode_tree_to_bitpos): If bitlen is
7289 a multiple of BITS_PER_UNIT and !BYTES_BIG_ENDIAN, clear
7290 tmpbuf[byte_size - 1]. Call natice_encode_expr with byte_size - 1
7291 instead of byte_size. Formatting fix.
7292 (shift_bytes_in_array_right): Formatting fix.
7293
7294 2017-02-28 Eric Botcazou <ebotcazou@adacore.com>
7295
7296 PR target/79749
7297 * config/sparc/sparc.c (sparc_frame_pointer_required): Add missing
7298 condition on optimize for the leaf function test.
7299
7300 2017-02-28 Martin Liska <mliska@suse.cz>
7301
7302 PR lto/79625
7303 * read-rtl-function.c (function_reader::handle_unknown_directive):
7304 Bail out when one uses -flto.
7305
7306 2017-02-28 Martin Liska <mliska@suse.cz>
7307
7308 * common.opt: Replace space with tabular for options of <number>
7309 type.
7310 * config/i386/i386.opt: Show <number> value for
7311 -mlarge-data-threshold.
7312 * opts.c (print_filtered_help): Do not display number in hexadecimal
7313 format.
7314
7315 2017-02-28 Martin Liska <mliska@suse.cz>
7316
7317 * common.opt: Fix --help=option -Q for options which are of
7318 an enum type.
7319
7320 2017-02-28 Uros Bizjak <ubizjak@gmail.com>
7321
7322 * config/i386/i386.c (print_reg): Error out for values
7323 of 8-bit size in invalid integer register.
7324
7325 2017-02-28 Martin Sebor <msebor@redhat.com>
7326
7327 PR tree-optimization/79691
7328 * passes.def (pass_all_optimizations_g): Enable pass_sprintf_length.
7329
7330 2017-02-28 Jakub Jelinek <jakub@redhat.com>
7331
7332 PR target/79729
7333 * config/i386/i386.c (ix86_print_operand) <case 'R'>: Replace
7334 gcc_unreachable with output_operand_lossage.
7335
7336 2017-02-28 Richard Biener <rguenther@suse.de>
7337
7338 PR tree-optimization/79740
7339 * tree-ssa-sccvn.c (vn_nary_op_insert_into): Allow redundant
7340 inserts.
7341 (visit_nary_op): Insert the nary into the hashtable if we
7342 pattern-matched sth.
7343 * tree-ssa-pre.c (eliminate_insert): Robustify.
7344
7345 2017-02-28 Richard Biener <rguenther@suse.de>
7346
7347 PR middle-end/79731
7348 * fold-const.c (decode_field_reference): Reject out-of-bound
7349 accesses.
7350
7351 2017-02-28 Jakub Jelinek <jakub@redhat.com>
7352
7353 * config/i386/i386.c: Include intl.h.
7354 (ix86_option_override_internal): Use cond ? G_("...") : G_("...")
7355 instead of just cond ? "..." : "...".
7356 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims): Likewise.
7357 * coverage.c (read_counts_file): Likewise.
7358 * omp-offload.c: Include intl.h.
7359 (oacc_loop_fixed_partitions): Use cond ? G_("...") : G_("...") instead
7360 of just cond ? "..." : "...".
7361 * gcov.c (read_count_file): Use cond ? N_("...") : N_("...") instead
7362 of just cond ? "..." : "...".
7363
7364 2017-02-28 Richard Earnshaw <rearnsha@arm.com>
7365
7366 PR target/79742
7367 * config/arm/parsecpu.awk (gen_data): Set tuning target to 'tune for'
7368 entry, if present.
7369 * config/arm/arm-cpus.in (cortex-m0plus.small-multiply): Correct
7370 'tune for' CPU name.
7371 * config/arm/arm-cpu-data.h: Regenerated.
7372
7373 2017-02-28 Richard Biener <rguenther@suse.de>
7374
7375 PR tree-optimization/79732
7376 * tree-inline.c (expand_call_inline): Do not shadow var.
7377
7378 2017-02-28 Richard Biener <rguenther@suse.de>
7379
7380 PR tree-optimization/79723
7381 * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size): Preserve
7382 address-space properly.
7383
7384 2017-02-28 Thomas Schwinge <thomas@codesourcery.com>
7385
7386 * doc/optinfo.texi (Optimization groups): Fix option used for
7387 OPTGROUP_ALL.
7388 * doc/invoke.texi (-fopt-info): Document "omp".
7389 * dumpfile.h: Sort OPTGROUP_OMP before OPTGROUP_VEC.
7390 (OPTGROUP_ALL): Add OPTGROUP_OMP.
7391 * hsa-gen.c (pass_data_gen_hsail): Use OPTGROUP_OMP.
7392 * ipa-hsa.c (pass_data_ipa_hsa): Likewise.
7393 * omp-simd-clone.c (pass_data_omp_simd_clone): Likewise.
7394
7395 * dumpfile.h (OPTGROUP_OPENMP): Rename to OPTGROUP_OMP. Adjust
7396 all users.
7397 * dumpfile.c (optgroup_options): Instead of "openmp", associate
7398 OPTGROUP_OMP with "omp".
7399
7400 2017-02-27 Pat Haugen <pthaugen@us.ibm.com>
7401
7402 PR target/79544
7403 * config/rs6000/rs6000-c.c (struct altivec_builtin_types): Use VSRAD
7404 for arithmetic shift of unsigned V2DI.
7405
7406 2017-02-27 Claudiu Zissulescu <claziss@synopsys.com>
7407
7408 * config.gcc (arc*-): Clean up, use arc/big.h, arc/elf.h, and
7409 arc/linux.h headers.
7410 * config/arc/arc.h (TARGET_OS_CPP_BUILTINS): Remove.
7411 (LINK_SPEC): Likewise.
7412 (ARC_TLS_EXTRA_START_SPEC): Likewise.
7413 (EXTRA_SPECS): Likewise.
7414 (STARTFILE_SPEC): Likewise.
7415 (ENDFILE_SPEC): Likewise.
7416 (LIB_SPEC): Likewise.
7417 (TARGET_SDATA_DEFAULT): Likewise.
7418 (TARGET_MMEDIUM_CALLS_DEFAULT): Likewise.
7419 (MULTILIB_DEFAULTS): Likewise.
7420 (DWARF2_UNWIND_INFO): Likewise.
7421 * config/arc/big.h: New file.
7422 * config/arc/elf.h: Likewise.
7423 * config/arc/linux.h: Likewise.
7424 * config/arc/t-uClibc: Remove.
7425
7426 2017-02-27 Bin Cheng <bin.cheng@arm.com>
7427
7428 PR tree-optimization/77536
7429 * tree-ssa-loop-manip.c (niter_for_unrolled_loop): New function.
7430 (tree_transform_and_unroll_loop): Use above function to compute the
7431 estimated niter of unrolled loop and use it when scaling profile.
7432 Also use count info rather than frequency if it's non-zero.
7433 * tree-ssa-loop-manip.h niter_for_unrolled_loop(): New declaration.
7434 * tree-vect-loop.c (scale_profile_for_vect_loop): New function.
7435 (vect_transform_loop): Call above function.
7436
7437 2017-02-27 Richard Biener <rguenther@suse.de>
7438
7439 PR tree-optimization/45397
7440 * tree-ssa-pre.c (eliminate_insert): Handle BIT_AND_EXPR.
7441 * tree-ssa-sccvn.c (valueized_wider_op): New helper.
7442 (visit_nary_op): Add pattern matching for CSEing sign-changed
7443 or truncated operations with wider ones.
7444
7445 2017-02-27 Richard Biener <rguenther@suse.de>
7446
7447 PR tree-optimization/79690
7448 * tree-vect-stmts.c (vectorizable_store): Use vector type
7449 built from the DR with address-space.
7450
7451 2017-02-26 Gerald Pfeifer <gerald@pfeifer.com>
7452
7453 * doc/invoke.texi (Optimize Options): Refine the description
7454 of asan-use-after-return.
7455
7456 2017-02-25 Alan Modra <amodra@gmail.com>
7457
7458 PR rtl-optimization/79584
7459 * lra-constraints.c (base_to_reg): Reload ad->base, the entire
7460 base, not ad->base_term, the reg within base. Remove assertion
7461 that ad->base == ad->base_term. Replace gen_int_mode using
7462 bogus mode with const0_rtx.
7463
7464 2017-02-25 Jakub Jelinek <jakub@redhat.com>
7465
7466 PR middle-end/79396
7467 * tree-eh.c (operation_could_trap_p, stmt_could_throw_1_p): Handle
7468 FMA_EXPR like tcc_binary or tcc_unary.
7469
7470 * tree-ssa-loop-niter.c (number_of_iterations_exit): Simplify warning.
7471
7472 PR debug/77589
7473 * dwarf2out.c (struct dw_loc_list_struct): Add noted_variable_value
7474 bitfield.
7475 (size_of_loc_descr): Handle DW_OP_GNU_variable_value.
7476 (output_loc_operands): Handle DW_OP_call_ref and
7477 DW_OP_GNU_variable_value.
7478 (struct variable_value_struct): New type.
7479 (struct variable_value_hasher): Likewise.
7480 (variable_value_hash): New variable.
7481 (string_types): Remove.
7482 (copy_loc_descr): New function.
7483 (add_loc_descr_to_each): Clarify comment. Use copy_loc_descr.
7484 (prepend_loc_descr_to_each): New function.
7485 (add_loc_list): Fix comment typo. Use prepend_loc_descr_to_each
7486 instead of add_loc_descr_to_each if the first argument is single
7487 location list and the second has multiple.
7488 (resolve_args_picking_1): Handle DW_OP_GNU_variable_value.
7489 (loc_list_from_tree_1): For early_dwarf, emit DW_OP_GNU_variable_value
7490 when looking for variable value which doesn't have other location info.
7491 (loc_list_from_tree): Formatting fix.
7492 (gen_array_type_die): Simplify DW_AT_string_length handling.
7493 (adjust_string_types): Remove.
7494 (gen_subprogram_die): Don't call adjust_string_types nor test/set
7495 string_types. Call resolve_variable_values.
7496 (prune_unused_types_walk_loc_descr): Handle DW_OP_GNU_variable_value.
7497 (resolve_addr_in_expr): Likewise. Add A argument.
7498 (copy_deref_exprloc): Remove deref argument. Adjust for the
7499 original expression being DW_OP_GNU_variable_value with optionally
7500 DW_OP_stack_value after it instead of DW_OP_call4 with DW_OP_deref
7501 optionally after it.
7502 (optimize_string_length): Rework for DW_OP_GNU_variable_value.
7503 (resolve_addr): Adjust optimize_string_length and resolve_addr_in_expr
7504 callers. Set remove_AT_byte_size if removing DW_AT_string_length.
7505 (variable_value_hasher::hash, variable_value_hasher::equal): New
7506 methods.
7507 (resolve_variable_value_in_expr, resolve_variable_value,
7508 resolve_variable_values, note_variable_value_in_expr,
7509 note_variable_value): New functions.
7510 (dwarf2out_early_finish): Call note_variable_value on all toplevel
7511 DIEs.
7512
7513 2017-02-24 Jakub Jelinek <jakub@redhat.com>
7514
7515 PR c/79677
7516 * opts.h (handle_generated_option): Add GENERATED_P argument.
7517 * opts-common.c (handle_option): Adjust function comment.
7518 (handle_generated_option): Add GENERATED_P argument, pass it to
7519 handle_option.
7520 (control_warning_option): Pass false to handle_generated_option
7521 GENERATED_P.
7522 * opts.c (maybe_default_option): Pass true to handle_generated_option
7523 GENERATED_P.
7524 * optc-gen.awk: Likewise.
7525
7526 2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
7527
7528 * config/sh/sh.md (tstsi_t): If operands[0] is a SUBREG instead of
7529 a REG, look at the REG it is a SUBREG of.
7530 (splitter for cmpeqsi_t): Ditto.
7531
7532 2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
7533
7534 * config/pa/pa.c (pa_combine_instructions): Do not share RTL. Make
7535 the special USEs with the pattern of the insn, not the insn itself.
7536
7537 2017-02-24 Matthew Fortune <matthew.fortune@imgtec.com>
7538
7539 PR target/79473
7540 * doc/invoke.texi: Document -mload-store-pairs.
7541
7542 2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
7543 Sandra Loosemore <sandra@codesourcery.com>
7544
7545 * config/nios2/nios2.c (nios2_simple_const_p): Returns false if the
7546 argument isn't a CONST_INT.
7547 (nios2_alternate_compare_const): Assert op is a CONST_INT.
7548 (nios2_valid_compare_const_p): Assert op is a CONST_INT.
7549 (nios2_validate_compare): Bypass alternate compare logic if *op2
7550 is not a CONST_INT.
7551 (ldstwm_operation_p): Return false if first_base is not a REG or
7552 if first_offset is not a CONST_INT.
7553
7554 2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
7555
7556 * config/cris/cris.md: Use correct operand in a define_peephole2.
7557
7558 2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
7559
7560 * config/c6x/c6x.c (predicate_insn): Do not incorrectly share RTL.
7561
7562 2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
7563
7564 * config/arc/arc.c (arc_ccfsm_advance): Only take the PATTERN of
7565 this_insn if it is an INSN or JUMP_INSN.
7566 (force_offsettable): Look at base, not at addr.
7567 * config/arc/predicates.md (brcc_nolimm_operator): Don't call INTVAL
7568 on things that aren't necessarily CONST_INTs.
7569
7570 2017-02-24 Uros Bizjak <ubizjak@gmail.com>
7571
7572 * doc/invoke.texi (x86 Options, -mfpmath=sse): Mention that
7573 -mfpmath=sse is the default also for x86-32 targets with SSE2
7574 instruction set when @option{-ffast-math} is enabled
7575
7576 2017-02-24 Jeff Law <law@redhat.com>
7577
7578 PR rtl-optimizatoin/79286
7579 * ira.c (update_equiv_regs): Drop may_trap_p exception to
7580 dominance test.
7581
7582 2017-02-24 Richard Biener <rguenther@suse.de>
7583
7584 PR tree-optimization/79389
7585 * gimple-ssa-split-paths.c (is_feasible_trace): Properly skip
7586 debug insns.
7587
7588 2017-02-24 Aldy Hernandez <aldyh@redhat.com>
7589
7590 * tree-ssa-loop-niter.c (number_of_iterations_exit): Update
7591 function comment to reflect reality.
7592 (loop_exits_before_overflow): Fix typo in function description.
7593
7594 2017-02-24 Richard Biener <rguenther@suse.de>
7595
7596 PR tree-optimization/79389
7597 * gimple-ssa-split-paths.c (is_feasible_trace): Verify more
7598 properly that a threading opportunity exists. Detect conditional
7599 copy/constant propagation opportunities.
7600
7601 2017-02-23 Eric Botcazou <ebotcazou@adacore.com>
7602
7603 * config/visium/visium.md (type): Add trap.
7604 (b): New mode attribute.
7605 (*btst): Rename into...
7606 (*btst<mode>): ...this and adjust.
7607 (*cbranchsi4_btst_insn): Rename into...
7608 (*cbranch<mode>4_btst_insn): ...this and adjust.
7609 (trap): New define_insn.
7610
7611 2017-02-23 Jakub Jelinek <jakub@redhat.com>
7612
7613 PR tree-optimization/79389
7614 * ifcvt.c (struct noce_if_info): Add rev_cond field.
7615 (noce_reversed_cond_code): New function.
7616 (noce_emit_store_flag): Use rev_cond if non-NULL instead of
7617 reversed_comparison_code. Formatting fix.
7618 (noce_try_store_flag): Test rev_cond != NULL in addition to
7619 reversed_comparison_code.
7620 (noce_try_store_flag_constants): Likewise.
7621 (noce_try_store_flag_mask): Likewise.
7622 (noce_try_addcc): Use rev_cond if non-NULL instead of
7623 reversed_comparison_code.
7624 (noce_try_cmove_arith): Likewise. Formatting fixes.
7625 (noce_try_minmax, noce_try_abs): Clear rev_cond.
7626 (noce_find_if_block): Initialize rev_cond.
7627 (find_cond_trap): Call noce_get_condition with then_bb == trap_bb
7628 instead of false as last argument never attempt to reverse it
7629 afterwards.
7630
7631 2017-02-23 Bin Cheng <bin.cheng@arm.com>
7632
7633 PR tree-optimization/79663
7634 * tree-predcom.c (combine_chains): Process refs in reverse order
7635 only for ZERO length chains, and add explaining comment.
7636
7637 2017-02-23 Jeff Law <law@redhat.com>
7638
7639 PR tree-optimization/79578
7640 * tree-ssa-dse.c (clear_bytes_written_by): Use OEP_ADDRESS_OF
7641 in call to operand_equal_p.
7642
7643 2017-01-23 Dominique d'Humieres <dominiq@lps.ens.fr>
7644
7645 PR target/71017
7646 * config/i386/cpuid.h: Fix another undefined behavior.
7647
7648 2017-02-23 Richard Biener <rguenther@suse.de>
7649
7650 PR tree-optimization/79683
7651 * tree-vect-stmts.c (vect_analyze_stmt): Do not overwrite
7652 vector types for data-refs.
7653
7654 2017-02-23 Martin Liska <mliska@suse.cz>
7655
7656 * params.def (PARAM_MIN_NONDEBUG_INSN_UID): Change default to 0.
7657
7658 2017-02-23 Jakub Jelinek <jakub@redhat.com>
7659
7660 PR middle-end/79665
7661 * internal-fn.c (get_range_pos_neg): Moved to ...
7662 * tree.c (get_range_pos_neg): ... here. No longer static.
7663 * tree.h (get_range_pos_neg): New prototype.
7664 * expr.c (expand_expr_real_2) <case TRUNC_DIV_EXPR>: If both arguments
7665 are known to be in between 0 and signed maximum inclusive, try to
7666 expand both unsigned and signed divmod and use the cheaper one from
7667 those.
7668
7669 2017-02-22 Jeff Law <law@redhat.com>
7670
7671 PR tree-optimization/79578
7672 * tree-ssa-dse.c (clear_bytes_written_by): Use operand_equal_p
7673 to compare base operands.
7674
7675 2017-02-22 Segher Boessenkool <segher@kernel.crashing.org>
7676
7677 PR target/79211
7678 * config/rs6000/rs6000.md (*fsel<SFDF:mode><SFDF2:mode>4): Use
7679 gpc_reg_operand instead of fpr_reg_operand.
7680
7681 2017-02-22 Sameera Deshpande <sameera.deshpande@imgtec.com>
7682
7683 * config/mips/mips.c (mips_return_in_memory): Force FP
7684 vector types to be returned in memory for o32 ABI.
7685
7686 2017-02-22 Jakub Jelinek <jakub@redhat.com>
7687
7688 * dwarf2out.c (gen_variable_die): For -gdwarf-5, use DW_TAG_variable
7689 instead of DW_TAG_member for static data member declarations and don't
7690 set no_linkage_name for static inline data members.
7691 (gen_member_die): For -gdwarf-5 don't change DW_TAG_variable
7692 to DW_TAG_member.
7693
7694 2017-02-22 Martin Liska <mliska@suse.cz>
7695
7696 * doc/invoke.texi: Replace inequality signs with square brackets
7697 for -Wnormalized.
7698
7699 2017-02-22 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7700
7701 PR tree-optimization/68644
7702 * gcc.dg/tree-ssa/ivopts-lt-2.c: Skip for powerpc*-*-*.
7703
7704 2017-02-22 Matthew Fortune <matthew.fortune@imgtec.com>
7705
7706 PR target/78660
7707 * lra-constraints.c (simplify_operand_subreg): Handle
7708 WORD_REGISTER_OPERATIONS targets.
7709
7710 2017-02-22 Jakub Jelinek <jakub@redhat.com>
7711
7712 PR target/70465
7713 * reg-stack.c (emit_swap_insn): Treat (float_extend:?F (mem:?F))
7714 and (const_double:?F) like (mem:?F) for the purpose of fxch %st(1)
7715 elimination by swapping fld*.
7716
7717 2017-02-22 Richard Biener <rguenther@suse.de>
7718
7719 PR tree-optimization/79673
7720 * tree-ssa-pre.c (compute_avail): Use wide_int_to_tree to
7721 convert the [TARGET_]MEM_REF offset INTEGER_CST, scrapping off
7722 irrelevant address-space qualifiers and avoiding a
7723 ADDR_SPACE_CONVERT_EXPR from fold_convert.
7724
7725 2017-02-22 Richard Biener <rguenther@suse.de>
7726
7727 PR tree-optimization/79666
7728 * tree-vrp.c (extract_range_from_binary_expr_1): Make sure
7729 to not symbolically negate if that may introduce undefined
7730 overflow.
7731
7732 2017-02-22 Martin Liska <mliska@suse.cz>
7733
7734 PR lto/79587
7735 * data-streamer-in.c (streamer_read_gcov_count): Remove assert.
7736 * data-streamer-out.c (streamer_write_gcov_count_stream):
7737 Likewise.
7738 * value-prof.c (stream_out_histogram_value): Make assert more
7739 precise based on type of counter.
7740
7741 2017-02-21 Uros Bizjak <ubizjak@gmail.com>
7742
7743 PR target/79593
7744 * config/i386/i386.md (standard_x87sse_constant_load splitter):
7745 Use nonimmediate_operand instead of memory_operand for operand 1.
7746 (float-extend standard_x87sse_constant_load splitter): Ditto.
7747
7748 2017-02-21 Jeff Law <law@redhat.com>
7749
7750 PR tree-optimization/79621
7751 * gimple-ssa-isolate-paths.c (find_implicit_erroneous_behavior): Ignore
7752 blocks with edges to themselves.
7753
7754 2017-02-21 Jakub Jelinek <jakub@redhat.com>
7755
7756 PR target/79633
7757 * tree-chkp-opt.c (chkp_optimize_string_function_calls): Use
7758 is_gimple_call instead of comparing gimple_code with GIMPLE_CALL.
7759 Use gimple_call_builtin_p.
7760
7761 PR target/79570
7762 * sel-sched.c (moveup_expr_cached): Don't call sel_bb_head
7763 on temporarily removed DEBUG_INSNs.
7764
7765 PR tree-optimization/79649
7766 * tree-loop-distribution.c (classify_partition): Give up on
7767 non-generic address space loads/stores.
7768
7769 2017-02-21 Aldy Hernandez <aldyh@redhat.com>
7770
7771 * doc/loop.texi (Loop manipulation): Remove nonexistent
7772 tree_ssa_loop_version from the documentation.
7773 * cfgloopmanip.c (loop_version): Document CONDITION_BB argument.
7774
7775 2017-02-21 Jakub Jelinek <jakub@redhat.com>
7776
7777 PR target/79494
7778 * config/i386/i386.c (ix86_expand_split_stack_prologue): Call
7779 make_reg_eh_region_note_nothrow_nononlocal on call_insn.
7780 * config/rs6000/rs6000.c: Include except.h.
7781 (rs6000_expand_split_stack_prologue): Call
7782 make_reg_eh_region_note_nothrow_nononlocal on the call insn.
7783
7784 2017-02-21 Martin Jambor <mjambor@suse.cz>
7785
7786 PR lto/79579
7787 * ipa-prop.c (ipa_prop_write_jump_functions): Bail out if no edges
7788 have been analyzed.
7789
7790 2017-02-21 Martin Jambor <mjambor@suse.cz>
7791
7792 * common.opt (-fipa-cp-alignment): Mark as ignored and preserved
7793 for backward compatibility only.
7794 * doc/invoke.texi (Option Summary): Remove all references to
7795 -fipa-cp-alignment.
7796
7797 2017-02-21 Matthew Fortune <matthew.fortune@imgtec.com>
7798
7799 PR target/78660
7800 Revert:
7801 2017-02-20 Matthew Fortune <matthew.fortune@imgtec.com>
7802
7803 * lra-constraints.c (curr_insn_transform): Handle
7804 WORD_REGISTER_OPERATIONS requirements when reloading SUBREGs.
7805
7806 2017-02-21 Martin Liska <mliska@suse.cz>
7807
7808 * config/i386/i386.opt: Replace -masm-dialect with -masm.
7809
7810 2017-02-21 Thomas Schwinge <thomas@codesourcery.com>
7811
7812 PR translation/79638
7813 * config/nvptx/nvptx.c (ENTRY_TEMPLATE): Single out "%ntid.y".
7814
7815 2017-02-21 Eric Botcazou <ebotcazou@adacore.com>
7816
7817 PR ada/67205
7818 * config/arm/arm.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define.
7819 (arm_function_ok_for_sibcall): Return false for an indirect call by
7820 descriptor if all the argument registers are used.
7821 (arm_relayout_function): Use FUNCTION_ALIGNMENT macro to adjust the
7822 alignment of the function.
7823
7824 2017-02-21 Jakub Jelinek <jakub@redhat.com>
7825
7826 PR tree-optimization/61441
7827 * simplify-rtx.c (simplify_const_unary_operation): For
7828 -fsignaling-nans and sNaN operand, return NULL_RTX rather than
7829 the sNaN unmodified.
7830
7831 2017-02-20 Bernd Edlinger <bernd.edlinger@hotmail.de>
7832
7833 * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
7834 (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
7835 instead of SYSTEM_HEADER_DIR.
7836
7837 2017-02-20 Gerald Pfeifer <gerald@pfeifer.com>
7838 Martin Liška <mliska@suse.cz>
7839
7840 * doc/invoke.texi (use-after-scope-direct-emission-threshold):
7841 Fix typos and grammar, use active voice, and clarify.
7842
7843 2017-02-20 Marek Polacek <polacek@redhat.com>
7844
7845 PR middle-end/79537
7846 * gimplify.c (gimplify_expr): Handle unused *&&L;.
7847
7848 PR sanitizer/79558
7849 * ubsan.c (ubsan_type_descriptor): Check if TYPE_MAX_VALUE is null.
7850
7851 2017-02-20 Jakub Jelinek <jakub@redhat.com>
7852
7853 PR target/79568
7854 * config/i386/i386.c (ix86_expand_builtin): Handle
7855 OPTION_MASK_ISA_AVX512VL and OPTION_MASK_ISA_64BIT in
7856 ix86_builtins_isa[fcode].isa as a requirement of those
7857 flags and any other flag in the bitmask.
7858 (ix86_init_mmx_sse_builtins): Use 0 instead of
7859 ~OPTION_MASK_ISA_64BIT as mask.
7860 * config/i386/i386-builtin.def (__builtin_ia32_rdtsc,
7861 __builtin_ia32_rdtscp, __builtin_ia32_pause, __builtin_ia32_bsrsi,
7862 __builtin_ia32_rdpmc, __builtin_ia32_rolqi, __builtin_ia32_rolhi,
7863 __builtin_ia32_rorqi, __builtin_ia32_rorhi): Likewise.
7864
7865 2017-02-20 Matthew Fortune <matthew.fortune@imgtec.com>
7866
7867 PR target/78012
7868 * lra-constraints.c (split_reg): Check requested split mode
7869 is supported by the register.
7870
7871 2017-02-20 Matthew Fortune <matthew.fortune@imgtec.com>
7872
7873 * lra-constraints.c (simplify_operand_subreg): Remove early
7874 return false.
7875
7876 2017-02-20 Matthew Fortune <matthew.fortune@imgtec.com>
7877
7878 PR target/78660
7879 * lra-constraints.c (curr_insn_transform): Tighten condition
7880 for converting SUBREG reloads from OP_OUT to OP_INOUT.
7881
7882 2017-02-20 Matthew Fortune <matthew.fortune@imgtec.com>
7883
7884 PR target/78660
7885 * lra-constraints.c (curr_insn_transform): Handle
7886 WORD_REGISTER_OPERATIONS requirements when reloading SUBREGs.
7887
7888 2017-02-19 Uros Bizjak <ubizjak@gmail.com>
7889
7890 Revert:
7891 2016-05-30 Uros Bizjak <ubizjak@gmail.com>
7892
7893 * config/i386/sync.md (mfence_nosse): Use "lock orl $0, -4(%esp)".
7894
7895 2017-02-19 Jonathan Wakely <jwakely@redhat.com>
7896
7897 PR c++/69523
7898 * doc/invoke.texi (C++ Dialect Options) [-Wliteral-suffix]: Update
7899 description.
7900
7901 2017-02-19 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
7902
7903 * gimple-pretty-print.c (dump_ternary_rhs): Adjust gimple dump format
7904 for FMA_EXPR.
7905
7906 2017-02-18 Jakub Jelinek <jakub@redhat.com>
7907
7908 * final.c (last_columnnum, override_columnnum): New variables.
7909 (final_start_function): Set last_columnnum, pass it to begin_prologue
7910 hook and pass 0 to dwarf2out_begin_prologue.
7911 (final_scan_insn): Update override_columnnum. Pass last_columnnum
7912 to source_line debug hook.
7913 (notice_source_line): Compute last_columnnum and for debug_column_info
7914 return true on column changes.
7915 * debug.h (struct gcc_debug_hooks): Add column argument to
7916 source_line and begin_prologue hooks.
7917 (debug_nothing_int_charstar_int_bool): Remove prototype.
7918 (debug_nothing_int_int_charstar,
7919 debug_nothing_int_int_charstar_int_bool): New prototypes.
7920 (dwarf2out_begin_prologue): Add column argument.
7921 * debug.c (do_nothing_debug_hooks): Adjust source_line and
7922 begin_prologue hooks.
7923 (debug_nothing_int_charstar_int_bool): Remove.
7924 (debug_nothing_int_int_charstar,
7925 debug_nothing_int_int_charstar_int_bool): New functions.
7926 * dwarf2out.c (dwarf2out_begin_prologue): Add column argument, pass it
7927 through to dwarf2out_source_line.
7928 (dwarf2_lineno_debug_hooks): Adjust begin_prologue hook.
7929 (dwarf2out_source_line): Add column argument, emit it if requested.
7930 * sdbout.c (sdbout_source_line, sdbout_begin_prologue): Add column
7931 arguments.
7932 * xcoffout.h (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
7933 * xcoffout.c (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
7934 * vmsdbgout.c (vmsdbgout_begin_prologue): Add column argument, pass it
7935 through to dwarf2out_begin_prologue.
7936 (vmsdbgout_source_line): Add column argument, pass it through to
7937 dwarf2out_source_line.
7938 * dbxout.c (dbxout_begin_prologue): Add column argument, adjust
7939 dbxout_source_line caller.
7940 (dbxout_source_line): Add column argument.
7941
7942 * common.opt (gno-column-info, gcolumn-info): New options.
7943 * dwarf2out.c (dwarf2_lineno_debug_hooks): Formatting fix.
7944 (check_die): Also test for multiple DW_AT_decl_column attributes.
7945 (add_src_coords_attributes, dwarf2out_imported_module_or_decl_1): Add
7946 DW_AT_decl_column if requested.
7947 (gen_subprogram_die): Compare and/or add also DW_AT_decl_column
7948 if requested.
7949 (gen_variable_die): Likewise.
7950 (add_call_src_coords_attributes): Add DW_AT_call_column if requested.
7951 * doc/invoke.texi (-gcolumn-info, -gno-column-info): Document.
7952
7953 PR target/79569
7954 * config/i386/i386.opt (m3dnowa): Replace Undocumented with Report.
7955 * common/config/i386/i386-common.c (OPTION_MASK_ISA_3DNOW_A_SET): Define.
7956 (ix86_handle_option): Handle OPT_m3dnowa.
7957 * doc/invoke.texi (-m3dnowa): Document.
7958 * doc/extend.texi (__builtin_ia32_pmulhuw, __builtin_ia32_pf2iw): Use
7959 -m3dnowa instead of -m3dnow -march=athlon.
7960
7961 PR target/79559
7962 * config/i386/i386.c (ix86_print_operand): Use output_operand_lossage
7963 instead of gcc_assert for K, r and R code checks. Formatting fixes.
7964
7965 2017-02-17 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7966
7967 PR target/79261
7968 * config/rs6000/rs6000.c (rs6000_expand_ternop_builtin): Add
7969 support for CODE_FOR_vsx_xxpermdi_v2d[fi]_be.
7970 * config/rs6000/rs6000.md (reload_gpr_from_vsx<mode>): Call
7971 generator for vsx_xxpermdi_<mode>_be.
7972 * config/rs6000/vsx.md (vsx_xxpermdi_<mode>): Remove logic to
7973 force big-endian semantics.
7974 (vsx_xxpermdi_<mode>_be): New define_expand with same
7975 implementation as previous version of vsx_xxpermdi_<mode>.
7976
7977 2017-02-17 Jakub Jelinek <jakub@redhat.com>
7978
7979 PR tree-optimization/79327
7980 * gimple-ssa-sprintf.c (format_integer): Remove likely_adjust
7981 variable, its initialization and use.
7982
7983 2017-02-17 Julia Koval <julia.koval@intel.com>
7984
7985 * common/config/i386/i386-common.c (OPTION_MASK_ISA_RDPID_SET): New.
7986 (OPTION_MASK_ISA_PKU_UNSET): New.
7987 (ix86_handle_option): Handle -mrdpid.
7988 * config/i386/cpuid.h (bit_RDPID): New.
7989 * config/i386/driver-i386.c (host_detect_local_cpu):
7990 Detect RDPID feature.
7991 * config/i386/i386-builtin.def (__builtin_ia32_rdpid): New.
7992 * config/i386/i386-c.c (ix86_target_macros_internal):
7993 Handle RDPID flag.
7994 * config/i386/i386.c (ix86_target_string): Add -mrdpid to isa2_opts.
7995 (ix86_valid_target_attribute_inner_p): Add "rdpid".
7996 (ix86_expand_builtin): Handle IX86_BUILTIN_RDPID.
7997 * config/i386/i386.h (TARGET_RDPID, TARGET_RDPID_P): New.
7998 * config/i386/i386.md (define_insn "rdpid"): New.
7999 * config/i386/i386.opt Add -mrdpid.
8000 * config/i386/immintrin.h (_rdpid_u32): New.
8001
8002 2017-02-17 Vladimir Makarov <vmakarov@redhat.com>
8003
8004 PR rtl-optimization/79541
8005 * lra-constraints.c (curr_insn_transform): Remove wrong asm insn
8006 instead of transforming it into USE.
8007
8008 2017-02-17 Segher Boessenkool <segher@kernel.crashing.org>
8009
8010 * config/rs6000/rs6000.md (extendsfdf2): Remove default arguments.
8011 If HONOR_SNANS (SFmode) force the input to a register.
8012 (*extendsfdf2_fpr): Add !HONOR_SNANS (SFmode) condition.
8013 (*extendsfdf2_snan): New pattern, used when using SNaNs; it generates
8014 an frsp or similar insn.
8015
8016 2017-02-17 Martin Liska <mliska@suse.cz>
8017
8018 PR rtl-optimization/79577
8019 * params.def (selsched-max-sched-times): Increase minimum to 1.
8020
8021 2017-02-17 Martin Liska <mliska@suse.cz>
8022
8023 PR rtl-optimization/79574
8024 * gcse.c (want_to_gcse_p): Prevent integer overflow.
8025
8026 2017-02-17 Martin Liska <mliska@suse.cz>
8027
8028 PR tree-optimization/79529
8029 * tree-ssa-loop-unswitch.c (is_maybe_undefined): Use
8030 ssa_defined_default_def_p to handle cases which are implicitly
8031 defined.
8032 * tree-ssa.c (ssa_defined_default_def_p): New function.
8033 (ssa_undefined_value_p): Use ssa_defined_default_def_p to handle cases
8034 which are implicitly defined.
8035 * tree-ssa.h (ssa_defined_default_def_p): Declare.
8036
8037 2017-02-17 Richard Biener <rguenther@suse.de>
8038
8039 PR middle-end/79576
8040 * params.def (max-ssa-name-query-depth): Limit to 10.
8041
8042 2017-02-17 Richard Biener <rguenther@suse.de>
8043
8044 PR tree-optimization/79552
8045 * tree-ssa-structalias.c (visit_loadstore): Properly verify
8046 default defs.
8047
8048 2017-02-17 Richard Biener <rguenther@suse.de>
8049
8050 PR bootstrap/79567
8051 * genmatch.c (output_line_directive): Handle DIR_SEPARATOR_2.
8052
8053 2017-02-17 Marek Polacek <polacek@redhat.com>
8054
8055 PR middle-end/79536
8056 * fold-const.c (fold_negate_expr_1): Renamed from fold_negate_expr.
8057 (fold_negate_expr): New wrapper.
8058
8059 2017-02-16 Sandra Loosemore <sandra@codesourcery.com>
8060
8061 * doc/invoke.texi (C++ Dialect Options) [-Wno-non-template-friend]:
8062 Correct terminology and de-emphasize pre-standard behavior.
8063
8064 2017-02-16 Alan Modra <amodra@gmail.com>
8065
8066 PR rtl-optimization/79286
8067 * ira.c (def_dominates_uses): New function.
8068 (update_equiv_regs): Don't create an equivalence for insns that
8069 may trap where the register def does not dominate the use.
8070
8071 2017-02-16 Vladimir Makarov <vmakarov@redhat.com>
8072
8073 PR rtl-optimization/78127
8074 * lra.c (lra): Call lra_eliminate before finish the loop after
8075 lra_constraint.
8076
8077 2017-02-16 Richard Biener <rguenther@suse.de>
8078
8079 * graphite.h: Do not include isl/isl_val_gmp.h, instead include
8080 isl/isl_val.h.
8081 * graphite-isl-ast-to-gimple.c (gmp_cst_to_tree): Remove.
8082 (gcc_expression_from_isl_expr_int): Use generic isl_val interface.
8083 * graphite-sese-to-poly.c: Do not include isl/isl_val_gmp.h.
8084 (isl_val_int_from_wi): New function.
8085 (extract_affine_gmp): Rename to ...
8086 (extract_affine_wi): ... this, take a widest_int.
8087 (extract_affine_int): Just wrap extract_affine_wi.
8088 (add_param_constraints): Use isl_val_int_from_wi.
8089 (add_loop_constraints): Likewise, and extract_affine_wi.
8090
8091 2017-02-15 Jeff Law <law@redhat.com>
8092
8093 PR middle-end/79521
8094 * ira-costs.c (scan_one_insn): Check have_regs_of_mode before calling
8095 ira_init_register_move_cost_if_necessary.
8096
8097 2017-02-15 Martin Sebor <msebor@redhat.com>
8098
8099 PR middle-end/32003
8100 * doc/invoke.texi (-fdump-final-insns): Replace option accidentally
8101 removed in a prior commit.
8102
8103 2017-02-15 Bin Cheng <bin.cheng@arm.com>
8104
8105 PR tree-optimization/79347
8106 * tree-vect-loop-manip.c (vect_do_peeling): Maintain profile
8107 counters during peeling.
8108
8109 2017-02-15 Thomas Schwinge <thomas@codesourcery.com>
8110
8111 * Makefile.in (site.exp): Remove "set ISLVER".
8112
8113 2017-02-15 Jakub Jelinek <jakub@redhat.com>
8114
8115 PR target/79487
8116 * real.c (real_from_integer): Call real_convert even for decimal.
8117
8118 2017-02-15 Dominik Vogt <vogt@linux.vnet.ibm.com>
8119
8120 PR target/79421
8121 * config/s390/s390.c: define TARGET_CUSTOM_FUNCTION_DESCRIPTORS.
8122
8123 2017-02-14 Andrew Pinski <apinski@cavium.com>
8124
8125 * config/aarch64/aarch64-cores.def (thunderx2t99): Move to under 'C"
8126 cores and change the partno/implementer to be correct.
8127 (thunderx2t99p1): New core which replaces thunderx2t99 and still has
8128 the 'B" as the implementer.
8129 * config/aarch64/aarch64-tune.md: Regenerate.
8130
8131 2017-02-14 Carl Love <cel@us.ibm.com>
8132
8133 * config/rs6000/rs6000.c: Add case statement entry to make the
8134 xvcvuxdsp built-in argument unsigned.
8135 * config/rs6000/vsx.md: Fix the source and return operand types so they
8136 match the instruction definitions from the ISA document. Fix typo
8137 in the instruction generation for the (define_insn "vsx_xvcvuxdsp"
8138 statement.
8139
8140 2017-02-14 Vladimir Makarov <vmakarov@redhat.com>
8141
8142 PR target/79282
8143 * lra-int.h (struct lra_operand_data, struct lra_insn_reg): Add
8144 member early_clobber_alts.
8145 * lra-lives.c (reg_early_clobber_p): New.
8146 (process_bb_lives): Use it.
8147 * lra.c (new_insn_reg): New arg early_clobber_alts. Use it.
8148 (debug_operand_data): Initialize early_clobber_alts.
8149 (setup_operand_alternative): Set up early_clobber_alts.
8150 (collect_non_operand_hard_regs): Ditto. Pass early clobber
8151 alternatives to new_insn_reg.
8152 (add_regs_to_insn_regno_info): Add arg early_clobber_alts. Use
8153 it.
8154 (lra_update_insn_regno_info): Pass the new arg.
8155
8156 2017-02-14 Jakub Jelinek <jakub@redhat.com>
8157
8158 PR middle-end/79505
8159 * omp-offload.c (free_oacc_loop): Release loop->ifns vector.
8160 (new_oacc_loop_raw): Don't clear already cleared fields.
8161
8162 PR target/79481
8163 * config/i386/avx512pfintrin.h (_mm512_prefetch_i32gather_pd,
8164 _mm512_prefetch_i32gather_ps, _mm512_prefetch_i64gather_pd,
8165 _mm512_prefetch_i64gather_ps): New inline functions and macros.
8166
8167 2017-02-14 Uros Bizjak <ubizjak@gmail.com>
8168
8169 PR target/79495
8170 * config/i386/i386.md (*movxf_internal): Add (o,rC) alternative.
8171
8172 2017-02-14 H.J. Lu <hongjiu.lu@intel.com>
8173
8174 PR target/79498
8175 * config/i386/i386.c (timode_scalar_chain::convert_insn): Insert
8176 the extra instruction to the right place to store 128-bit constant
8177 when needed.
8178
8179 2017-02-14 Martin Sebor <msebor@redhat.com>
8180
8181 PR middle-end/79448
8182 * gimple-ssa-sprintf.c (format_directive): Avoid issuing INT_MAX
8183 warning for strings of unknown length.
8184
8185 2017-02-13 Segher Boessenkool <segher@kernel.crashing.org>
8186
8187 * config.gcc (supported_defaults) [powerpc*-*-*]: Update.
8188
8189 2017-02-14 Jeff Law <law@redhat.com>
8190
8191 PR target/79404
8192 * ira-costs.c (scan_one_insn): Initialize register move costs
8193 for pseudos seen in USE/CLOBBER insns.
8194
8195 PR tree-optimization/79095
8196 * tree-vrp.c (extract_range_from_binary_expr_1): For EXACT_DIV_EXPR,
8197 if the numerator has the range ~[0,0] make the resultant range ~[0,0].
8198 (extract_range_from_binary_expr): For MINUS_EXPR with no derived range,
8199 if the operands are known to be not equal, then the resulting range
8200 is ~[0,0].
8201 (intersect_ranges): If the new range is ~[0,0] and the old range is
8202 wide, then prefer ~[0,0].
8203 * tree-vrp.c (overflow_comparison_p_1): New function.
8204 (overflow_comparison_p): New function.
8205 * tree-vrp.c (register_edge_assert_for_2): Register additional asserts
8206 if NAME is used in an overflow test.
8207 (vrp_evaluate_conditional_warnv_with_ops): If the ops represent an
8208 overflow check that can be expressed as an equality test, then adjust
8209 ops to be that equality test.
8210
8211 2017-02-14 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
8212
8213 * config/s390/s390-builtin-types.def: Remove flags argument.
8214 * config/s390/s390.c (s390_init_builtins): Likewise.
8215
8216 2017-02-14 Martin Liska <mliska@suse.cz>
8217
8218 * tree-ssa-loop-unswitch.c (hoist_guard): Release get_loop_body
8219 vector. Fix trailing white spaces.
8220
8221 2017-02-14 James Greenhalgh <james.greenhalgh@arm.com>
8222
8223 * config/aarch64/aarch64.c (aarch64_simd_container_mode): Handle
8224 HFmode.
8225
8226 2017-02-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8227
8228 PR rtl-optimization/68664
8229 * config/arm/arm.c (arm_sched_can_speculate_insn):
8230 New function. Declare prototype.
8231 (TARGET_SCHED_CAN_SPECULATE_INSN): Define.
8232
8233 2017-02-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8234
8235 PR rtl-optimization/68664
8236 * config/aarch64/aarch64.c (aarch64_sched_can_speculate_insn):
8237 New function.
8238 (TARGET_SCHED_CAN_SPECULATE_INSN): Define.
8239
8240 2017-02-14 Amit Pawar <amit.pawar@amd.com>
8241
8242 * config/i386/i386.c (znver1_cost): Fix the alignment for function and
8243 max skip bytes for function, loop and jump.
8244
8245 2017-02-14 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
8246
8247 * gimple-pretty-print.c (dump_unary_rhs): Adjust dump format for
8248 ABS_EXPR for gimple dump.
8249
8250 2017-02-14 Jakub Jelinek <jakub@redhat.com>
8251
8252 PR target/79462
8253 * config/sh/sh.c (expand_cbranchdi4): Don't clear operands[4].
8254
8255 PR tree-optimization/79408
8256 * tree-vrp.c (simplify_div_or_mod_using_ranges): Handle also the
8257 case when on TRUNC_MOD_EXPR op0 is INTEGER_CST.
8258 (simplify_stmt_using_ranges): Call simplify_div_or_mod_using_ranges
8259 also if rhs1 is INTEGER_CST.
8260
8261 2017-02-14 Richard Biener <rguenther@suse.de>
8262
8263 PR middle-end/79432
8264 * tree-into-ssa.c (insert_phi_nodes): When the function can
8265 have abnormal edges rewrite SSA names with broken use-def
8266 dominance out of SSA and register them for PHI insertion.
8267
8268 2017-02-13 Martin Sebor <msebor@redhat.com>
8269
8270 PR middle-end/79496
8271 * gimple-ssa-sprintf.c (pass_sprintf_length::handle_gimple_call): Avoid
8272 clearing info.nowrite flag when snprintf size argument is a range.
8273
8274 2017-02-13 Jakub Jelinek <jakub@redhat.com>
8275
8276 * cprop.c (cprop_jump): Add missing space in string literal.
8277 * tree-ssa-structalias.c (rewrite_constraints): Likewise.
8278 (get_constraint_for_component_ref): Likewise.
8279 * df-core.c (df_worklist_dataflow_doublequeue): Likewise.
8280 * tree-outof-ssa.c (insert_partition_copy_on_edge): Likewise.
8281 * lra-constraints.c (process_alt_operands): Likewise.
8282 * ipa-inline.c (inline_small_functions): Likewise.
8283 * tree-ssa-sccvn.c (visit_reference_op_store): Likewise.
8284 * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
8285 * trans-mem.c (diagnose_tm_1_op): Likewise.
8286 * omp-grid.c (grid_find_single_omp_among_assignments): Likewise.
8287 (grid_parallel_clauses_gridifiable): Likewise.
8288
8289 * config/nvptx/mkoffload.c (process): Add space in between
8290 , and %d.
8291
8292 * config/i386/i386.h (REG_CLASS_NAMES): Add , in between
8293 "MOD4_SSE_REGS" and "ALL_REGS".
8294
8295 * spellcheck.c (test_data): Add , in between "foo" and "food".
8296
8297 2017-02-13 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
8298
8299 PR target/79449
8300 * config/rs6000/rs6000.c (expand_block_compare): Make sure runtime
8301 boundary crossing check and subsequent code generation agree.
8302
8303 2017-02-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8304
8305 * config/aarch64/aarch64.c (has_memory_op): Delete.
8306 (aarch64_madd_needs_nop): Use contains_mem_rtx_p instead of
8307 has_memory_op.
8308
8309 2017-02-13 Jakub Jelinek <jakub@redhat.com>
8310
8311 PR rtl-optimization/79388
8312 PR rtl-optimization/79450
8313 * combine.c (distribute_notes): When removing TEM_INSN for which
8314 corresponding dest has last value recorded, invalidate that last
8315 value.
8316
8317 2017-02-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8318
8319 * config/arm/arm.c (arm_print_tune_info): Use ASM_COMMENT_START instead
8320 of explicit '@'. Add missing assembly comment marker on branch costs
8321 printout.
8322
8323 2017-02-13 Nathan Sidwell <nathan@acm.org>
8324
8325 * gengtype-lex.l (<in_struct>): Add '/'.
8326
8327 2017-02-13 Martin Liska <mliska@suse.cz>
8328
8329 PR c/79471
8330 * calls.c (expand_call): Replace XALLOCAVEC with XCNEWVEC.
8331
8332 2017-02-13 Richard Biener <rguenther@suse.de>
8333
8334 * configure.ac (HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS):
8335 Remove.
8336 * configure: Re-generate.
8337 * config.in: Likewise.
8338 * graphite-dependences.c: Simplify as if
8339 HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS was defined.
8340 * graphite-isl-ast-to-gimple.c: Likewise.
8341 * graphite-optimize-isl.c: Likewise.
8342 * graphite-poly.c: Likewise.
8343 * graphite-sese-to-poly.c: Likewise.
8344 * graphite.h: Likewise.
8345 * toplev.c: Include isl/version.h and use isl_version () for
8346 printing the ISL version.
8347 * doc/install.texi: Update ISL requirement.
8348
8349 2017-02-12 Gerald Pfeifer <gerald@pfeifer.com>
8350
8351 * doc/standards.texi (Standards): Update reference to
8352 Objective-C 2.0.
8353
8354 2017-02-12 Gerald Pfeifer <gerald@pfeifer.com>
8355
8356 * doc/extend.texi (Named Address Spaces): sourceware.org now
8357 defaults to https.
8358 * doc/install.texi (Binaries): Ditto.
8359 (Specific): Ditto.
8360
8361 2017-02-11 Sandra Loosemore <sandra@codesourcery.com>
8362
8363 * doc/cpp.texi: Replace "stringify"/"stringification" with C
8364 standard terminology "stringize"/"stringizing" throughout.
8365 * doc/cppinternals.texi: Likewise.
8366
8367 2017-02-11 Sandra Loosemore <sandra@codesourcery.com>
8368
8369 * doc/extend.texi: Fix some spelling mistakes and typos.
8370 * doc/invoke.texi: Likewise.
8371
8372 2017-02-11 Jan Hubicka <hubicka@ucw.cz>
8373
8374 PR ipa/79224
8375 * params.def (inline-min-speedup) Change from 10 to 8.
8376
8377 2017-02-11 Jakub Jelinek <jakub@redhat.com>
8378
8379 * doc/invoke.texi (fopenmp): Bump OpenMP version from 4.0 to
8380 4.5.
8381
8382 2017-02-11 Jan Hubicka <hubicka@ucw.cz>
8383
8384 PR ipa/79224
8385 * ipa-inline-analysis.c (get_minimal_bb): New function.
8386 (record_modified): Use it.
8387 (remap_edge_change_prob): Handle also ancestor functions.
8388
8389 2017-02-11 Gerald Pfeifer <gerald@pfeifer.com>
8390
8391 * doc/contrib.texi (Contributors): Remove broken link into
8392 the Mauve CVS repository.
8393
8394 2017-02-11 Jakub Jelinek <jakub@redhat.com>
8395
8396 PR middle-end/79454
8397 * internal-fn.c (expand_vector_ubsan_overflow): Use piece-wise
8398 result computation whenever lhs doesn't have vector mode, not
8399 just when it has BLKmode.
8400
8401 2017-02-10 Gerald Pfeifer <gerald@pfeifer.com>
8402
8403 * doc/makefile.texi (profiledbootstrap): Refer to the
8404 installation instructions only in textual form.
8405
8406 2017-02-10 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
8407
8408 PR target/79295
8409 * config/rs6000/altivec.md (bcd<bcd_add_sub>): Fix constraints.
8410
8411 2017-02-10 Gerald Pfeifer <gerald@pfeifer.com>
8412
8413 * doc/install.texi (Specific): Use https for blackfin.uclinux.org.
8414 (Specific): Update mingw-w64 reference.
8415 (Binaries): Ditto.
8416 (Specific): Remove broken link to Renesas RX processor.
8417
8418 2017-02-10 Richard Biener <rguenther@suse.de>
8419
8420 * toplev.c (process_options): Do not mention obsolete graphite
8421 options when printing sorry message about missing graphite support.
8422 Mention -floop-nest-optimize.
8423
8424 2017-02-10 Christophe Lyon <christophe.lyon@linaro.org>
8425
8426 * config/aarch64/arm_neon.h (vtst_p8): Rewrite without asm.
8427 (vtst_p16): Likewise.
8428 (vtstq_p8): Likewise.
8429 (vtstq_p16): Likewise.
8430 (vtst_p64): New.
8431 (vtstq_p64): Likewise.
8432 * config/arm/arm_neon.h (vgetq_lane_p64): New.
8433 (vset_lane_p64): New.
8434 (vsetq_lane_p64): New.
8435
8436 2017-02-10 Jakub Jelinek <jakub@redhat.com>
8437
8438 PR tree-optimization/79411
8439 * tree-ssa-reassoc.c (is_reassociable_op): Return false if
8440 stmt operands are SSA_NAMEs used in abnormal phis.
8441 (can_reassociate_p): Return false if op is SSA_NAME used in abnormal
8442 phis.
8443
8444 2017-02-09 Jan Hubicka <hubicka@ucw.cz>
8445
8446 PR ipa/70795
8447 * cgraphunit.c (cgraph_node::add_new_function): Set externally_visible
8448 flag if needed.
8449
8450 2017-02-09 Jan Hubicka <hubicka@ucw.cz>
8451
8452 * tree-ssa-loop-unswitch.c (hoist_guard): Update profile.
8453
8454 2017-02-09 Jakub Jelinek <jakub@redhat.com>
8455
8456 * omp-offload.c (oacc_loop_auto_partitions): Use || instead of |
8457 to avoid warning.
8458
8459 PR c/79413
8460 * gimplify.h (is_gimple_sizepos): Only test for INTEGER_CST constants,
8461 not arbitrary TREE_CONSTANT.
8462
8463 PR c/79431
8464 * gimplify.c (gimplify_adjust_omp_clauses): Ignore
8465 "omp declare target link" attribute unless is_global_var.
8466 * omp-offload.c (find_link_var_op): Likewise.
8467
8468 2017-02-09 Nathan Sidwell <nathan@codesourcery.com>
8469 Chung-Lin Tang <cltang@codesourcery.com>
8470
8471 * gimplify.c (gimplify_scan_omp_clauses): No special handling for
8472 OMP_CLAUSE_TILE.
8473 (gimplify_adjust_omp_clauses): Don't delete TILE.
8474 (gimplify_omp_for): Deal with TILE.
8475 * internal-fn.c (expand_GOACC_TILE): New function.
8476 * internal-fn.def (GOACC_DIM_POS): Comment may be overly conservative.
8477 (GOACC_TILE): New.
8478 * omp-expand.c (struct oacc_collapse): Add tile and outer fields.
8479 (expand_oacc_collapse_init): Add LOC paramter. Initialize tile
8480 element fields.
8481 (expand_oacc_collapse_vars): Add INNER parm, adjust for tiling,
8482 avoid DIV for outermost collapse var.
8483 (expand_oacc_for): Insert tile element loop as needed. Adjust.
8484 Remove out of date comments, fix whitespace.
8485 * omp-general.c (omp_extract_for_data): Deal with tiling.
8486 * omp-general.h (enum oacc_loop_flags): Add OLF_TILE flag,
8487 adjust OLF_DIM_BASE value.
8488 (struct omp_for_data): Add tiling field.
8489 * omp-low.c (scan_sharing_clauses): Allow OMP_CLAUSE_TILE.
8490 (lower_oacc_head_mark): Add OLF_TILE as appropriate. Ensure 2 levels
8491 for auto loops. Remove default auto determining, moved to
8492 oacc_loop_fixed_partitions.
8493 * omp-offload.c (struct oacc_loop): Change 'ifns' to vector of call
8494 stmts, add e_mask field.
8495 (oacc_dim_call): New function, abstracted out from oacc_thread_numbers.
8496 (oacc_thread_numbers): Use oacc_dim_call.
8497 (oacc_xform_tile): New.
8498 (new_oacc_loop_raw): Initialize e_mask, adjust for ifns vector.
8499 (finish_oacc_loop): Adjust for ifns vector.
8500 (oacc_loop_discover_walk): Append loop abstraction sites to list,
8501 add case for GOACC_TILE fns.
8502 (oacc_loop_xform_loop): Delete.
8503 (oacc_loop_process): Iterate over call list directly, and add
8504 handling for GOACC_TILE fns.
8505 (oacc_loop_fixed_partitions): Determine default auto, deal with TILE,
8506 dump partitioning.
8507 (oacc_loop_auto_partitions): Add outer_assign parm. Assign all but
8508 vector partitioning to outer loops. Assign 2 partitions to loops
8509 when available. Add TILE handling.
8510 (oacc_loop_partition): Adjust oacc_loop_auto_partitions call.
8511 (execite_oacc_device_lower): Process GOACC_TILE fns,
8512 ignore unknown specs.
8513 * tree-nested.c (convert_nonlocal_omp_clauses): Allow OMP_CLAUSE_TILE.
8514 * tree.c (omp_clause_num_ops): Adjust TILE ops.
8515 * tree.h (OMP_CLAUSE_TILE_ITERVAR, OMP_CLAUSE_TILE_COUNT): New.
8516
8517 2017-02-09 Gerald Pfeifer <gerald@pfeifer.com>
8518
8519 * configure.ac (ACX_BUGURL): Update.
8520 * configure: Regenerate.
8521
8522 2017-02-09 Richard Biener <rguenther@suse.de>
8523
8524 PR tree-optimization/69823
8525 * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
8526 Properly enumerate all BBs in the region. Use auto_vec/auto_bitmap.
8527
8528 2017-02-09 Andrew Burgess <andrew.burgess@embecosm.com>
8529
8530 * config/arc/arc-c.def: Add __NPS400__ definition.
8531 * config/arc/arc.h (CPP_SPEC): Don't define __NPS400__ here.
8532 (TARGET_NPS400): Define.
8533
8534 2017-02-09 Andrew Burgess <andrew.burgess@embecosm.com>
8535
8536 * config/arc/arc-arch.h (arc_arch_t): Move unchanged to earlier in
8537 file.
8538 (arc_cpu_t): Change base_architecture field, arch, to a arc_arc_t
8539 pointer, arch_info.
8540 (arc_cpu_types): Fill the arch_info field with a pointer into the
8541 arc_arch_types table.
8542 (arc_selected_cpu): Declare.
8543 * config/arc/arc.c (arc_selected_cpu): Make global.
8544 (arc_selected_arch): Delete.
8545 (arc_base_cpu): Delete.
8546 (arc_override_options): Remove references to deleted variables,
8547 update access to arch information.
8548 (ARC_OPT): Update access to arch information.
8549 (ARC_OPTX): Likewise.
8550 * config/arc/arc.h (arc_base_cpu): Remove declaration.
8551 (TARGET_ARC600): Update access to arch information.
8552 (TARGET_ARC601): Likewise.
8553 (TARGET_ARC700): Likewise.
8554 (TARGET_EM): Likewise.
8555 (TARGET_HS): Likewise.
8556 * config/arc/driver-arc.c (arc_cpu_to_as): Update access to arch
8557 information.
8558
8559 2017-02-08 Pat Haugen <pthaugen@us.ibm.com>
8560
8561 PR target/78604
8562 * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Invert
8563 condition/operands for integer GE/LE/GEU/LEU operations.
8564
8565 2017-02-08 Segher Boessenkool <segher@kernel.crashing.org>
8566
8567 PR translation/79397
8568 * config/rs6000/rs6000.opt (maltivec=le, maltivec=be): Fix spelling
8569 of AltiVec.
8570
8571 2017-02-08 Martin Jambor <mjambor@suse.cz>
8572
8573 PR ipa/79375
8574 * ipa-prop.c (ipa_alloc_node_params): Make static, return bool
8575 whether allocation happened.
8576 (ipa_initialize_node_params): Do not call ipa_alloc_node_params if
8577 nothing was allocated.
8578
8579 2017-02-08 Jakub Jelinek <jakub@redhat.com>
8580
8581 PR tree-optimization/79408
8582 * tree-vrp.c (simplify_div_or_mod_using_ranges): If op1 is not
8583 constant, but SSA_NAME with a known integer range, use the minimum
8584 of that range instead of op1 to determine if modulo can be replaced
8585 with its first operand.
8586
8587 2016-02-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8588
8589 * config/riscv/riscv.c (riscv_build_integer_1): Avoid use of INT16_MAX.
8590
8591 2017-02-08 Richard Biener <rguenther@suse.de>
8592
8593 PR tree-optimization/71824
8594 * graphite-scop-detection.c (scop_detection::build_scop_breadth):
8595 Check all loops contained in the merged region.
8596
8597 2017-02-07 Andrew Pinski <apinski@cavium.com>
8598
8599 * config/aarch64/aarch64.md (popcount<mode>2): New pattern.
8600
8601 2017-02-07 Andrew Pinski <apinski@cavium.com>
8602
8603 * config/aarch64/aarch64-cores.def (thunderx): Disable LSE.
8604 (thunderxt88): Likewise.
8605 (thunderxt81): Disable LSE and change v8.1 to v8.
8606 (thunderxt83): Likewise.
8607
8608 2017-02-07 Jakub Jelinek <jakub@redhat.com>
8609 Richard Biener <rguenther@suse.de>
8610
8611 PR middle-end/79399
8612 * ira-int.h (struct target_ira_int): Change x_max_struct_costs_size
8613 type from int to size_t.
8614 * ira-costs.c (struct_costs_size): Change type from int to size_t.
8615
8616 2017-02-07 Jakub Jelinek <jakub@redhat.com>
8617
8618 PR rtl-optimization/79386
8619 * cprop.c (bypass_conditional_jumps): Initialize
8620 bypass_last_basic_block already before splitting bbs after
8621 unconditional traps...
8622 (bypass_conditional_jumps): ... rather than here.
8623
8624 PR target/79299
8625 * config/i386/sse.md (xtg_mode, gatherq_mode): New mode attrs.
8626 (*avx512f_gathersi<mode>, *avx512f_gathersi<mode>_2,
8627 *avx512f_gatherdi<mode>, *avx512f_gatherdi<mode>_2): Use them,
8628 fix -masm=intel patterns.
8629
8630 2017-02-07 Richard Biener <rguenther@suse.de>
8631
8632 PR tree-optimization/79256
8633 PR middle-end/79278
8634 * builtins.c (get_object_alignment_2): Use min_align_of_type
8635 to extract alignment for MEM_REFs to honor BIGGEST_FIELD_ALIGNMENT
8636 and ADJUST_FIELD_ALIGN.
8637
8638 * doc/tm.texi.in (ADJUST_FIELD_ALIGN): Adjust to take additional
8639 type parameter.
8640 * doc/tm.texi: Regenerate.
8641 * stor-layout.c (layout_decl): Adjust.
8642 (update_alignment_for_field): Likewise.
8643 (place_field): Likewise.
8644 (min_align_of_type): Likewise.
8645 * config/arc/arc.h (ADJUST_FIELD_ALIGN): Adjust.
8646 * config/epiphany/epiphany.h (ADJUST_FIELD_ALIGN): Likewise.
8647 * config/epiphany/epiphany.c (epiphany_adjust_field_align): Likewise.
8648 * config/frv/frv.h (ADJUST_FIELD_ALIGN): Likewise.
8649 * config/frv/frv.c (frv_adjust_field_align): Likewise.
8650 * config/i386/i386.h (ADJUST_FIELD_ALIGN): Likewise.
8651 * config/i386/i386.c (x86_field_alignment): Likewise.
8652 * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Likewise.
8653 * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Likewise.
8654 * config/rs6000/freebsd64.h (ADJUST_FIELD_ALIGN): Likewise.
8655 * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Likewise.
8656 * config/rs6000/sysv4.h (ADJUST_FIELD_ALIGN): Likewise.
8657 * config/rs6000/rs6000.c (rs6000_special_adjust_field_align_p):
8658 Likewise.
8659
8660 Revert
8661 2017-01-30 Richard Biener <rguenther@suse.de>
8662
8663 PR tree-optimization/79256
8664 * targhooks.c (default_builtin_vector_alignment_reachable): Honor
8665 BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
8666 alignment on TYPE.
8667
8668 2017-02-07 Toma Tabacu <toma.tabacu@imgtec.com>
8669
8670 * config/mips/mips.c (mips_expand_builtin_insn): Convert the QImode
8671 argument of the pshufh, psllh, psllw, psrah, psraw, psrlh, psrlw
8672 builtins to SImode and emit a zero-extend, if necessary.
8673
8674 2017-02-06 Palmer Dabbelt <palmer@dabbelt.com>
8675
8676 * docs/invoke.texi (RISC-V Options): Alphabetize.
8677
8678 2017-02-06 Palmer Dabbelt <palmer@dabbelt.com>
8679
8680 * doc/invoke.texi (RISC-V Options): Use two spaces to separate
8681 options.
8682
8683 2017-02-06 Palmer Dabbelt <palmer@dabbelt.com>
8684
8685 * config/riscv/riscv.c: New file.
8686 * gcc/common/config/riscv/riscv-common.c: Likewise.
8687 * config.gcc: Likewise.
8688 * config/riscv/constraints.md: Likewise.
8689 * config/riscv/elf.h: Likewise.
8690 * config/riscv/generic.md: Likewise.
8691 * config/riscv/linux.h: Likewise.
8692 * config/riscv/multilib-generator: Likewise.
8693 * config/riscv/peephole.md: Likewise.
8694 * config/riscv/pic.md: Likewise.
8695 * config/riscv/predicates.md: Likewise.
8696 * config/riscv/riscv-builtins.c: Likewise.
8697 * config/riscv/riscv-c.c: Likewise.
8698 * config/riscv/riscv-ftypes.def: Likewise.
8699 * config/riscv/riscv-modes.def: Likewise.
8700 * config/riscv/riscv-opts.h: Likewise.
8701 * config/riscv/riscv-protos.h: Likewise.
8702 * config/riscv/riscv.h: Likewise.
8703 * config/riscv/riscv.md: Likewise.
8704 * config/riscv/riscv.opt: Likewise.
8705 * config/riscv/sync.md: Likewise.
8706 * config/riscv/t-elf-multilib: Likewise.
8707 * config/riscv/t-linux: Likewise.
8708 * config/riscv/t-linux-multilib: Likewise.
8709 * config/riscv/t-riscv: Likewise.
8710 * configure.ac: Likewise.
8711 * doc/contrib.texi: Add Kito Cheng, Palmer Dabbelt, and Andrew
8712 Waterman as RISC-V maintainers.
8713 * doc/install.texi: Add RISC-V entries.
8714 * doc/invoke.texi: Add RISC-V options section.
8715 * doc/md.texi: Add RISC-V constraints section.
8716 * configure: Regenerated.
8717
8718 2017-02-06 Michael Meissner <meissner@linux.vnet.ibm.com>
8719
8720 PR target/66144
8721 * config/rs6000/vector.md (vcond<mode><mode>): Allow the true and
8722 false values to be constant vectors with all 0 or all 1 bits set.
8723 (vcondu<mode><mode>): Likewise.
8724 * config/rs6000/predicates.md (vector_int_reg_or_same_bit): New
8725 predicate.
8726 (fpmask_comparison_operator): Update comment.
8727 (vecint_comparison_operator): New predicate.
8728 * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Optimize
8729 vector conditionals when the true and false values are constant
8730 vectors with all 0 bits or all 1 bits set.
8731
8732 2017-02-06 Martin Sebor <msebor@redhat.com>
8733
8734 PR tree-optimization/79376
8735 * gimple-fold.c (get_range_strlen): Set the minimum length to zero.
8736
8737 2017-02-06 Uros Bizjak <ubizjak@gmail.com>
8738
8739 * config/i386/sse.md (vector modes -> vec_extract* splitter): Use
8740 explicit subreg RTX with operand 1. Use VECTOR_MODE_P predicate
8741 to simplify split condition.
8742
8743 2017-02-06 Jakub Jelinek <jakub@redhat.com>
8744
8745 * omp-expand.c (oxpand_omp_atomic_fetch_op,
8746 expand_omp_atomic_pipeline): Return false if can_atomic_load_p is
8747 false.
8748
8749 2017-02-06 Segher Boessenkool <segher@kernel.crashing.org>
8750
8751 PR rtl-optimization/68664
8752 * target.def (can_speculate_insn): New hook.
8753 * doc/tm.texi.in (TARGET_SCHED_CAN_SPECULATE_INSN): New hook.
8754 * doc/tm.texi: Regenerate.
8755 * sched-rgn.c (can_schedule_ready_p): Use the new hook.
8756 * config/rs6000/rs6000.c (TARGET_SCHED_CAN_SPECULATE_INSN): New macro.
8757 (rs6000_sched_can_speculate_insn): New function.
8758
8759 2017-02-06 Jakub Jelinek <jakub@redhat.com>
8760
8761 PR tree-optimization/79284
8762 * tree-vectorizer.h (VECT_SCALAR_BOOLEAN_TYPE_P): Define.
8763 * tree-vect-stmts.c (vect_get_vec_def_for_operand,
8764 vectorizable_mask_load_store, vectorizable_operation,
8765 vect_is_simple_cond, get_same_sized_vectype): Use it instead
8766 of comparing TREE_CODE of a type against BOOLEAN_TYPE.
8767 * tree-vect-patterns.c (check_bool_pattern, search_type_for_mask_1,
8768 vect_recog_bool_pattern, vect_recog_mask_conversion_pattern): Likewise.
8769 * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
8770 * tree-vect-loop.c (vect_determine_vectorization_factor): Likewise.
8771 Remove redundant gimple_code (stmt) == GIMPLE_ASSIGN test after
8772 is_gimple_assign (stmt). Replace another such test with
8773 is_gimple_assign (stmt).
8774
8775 2017-02-06 Georg-Johann Lay <avr@gjlay.de>
8776
8777 PR target/78883
8778 * config/avr/avr.c (rtl-iter.h): Include it.
8779 (TARGET_LEGITIMATE_COMBINED_INSN): New hook define...
8780 (avr_legitimate_combined_insn): ...and implementation.
8781
8782 2017-02-06 Dominik Vogt <vogt@linux.vnet.ibm.com>
8783
8784 * config/s390/predicates.md ("larl_operand"): Use macros from hwint.h.
8785 * config/s390/s390.c (s390_const_operand_ok)
8786 (s390_canonicalize_comparison, s390_extract_part)
8787 (s390_single_part, s390_contiguous_bitmask_nowrap_p)
8788 (s390_contiguous_bitmask_p, s390_rtx_costs)
8789 (legitimize_pic_address): Likewise.
8790 * config/s390/s390.md ("clzdi2", "clztidi2"): Likewise.
8791 * config/s390/vx-builtins.md ("vec_genbytemaskv16qi")
8792 ("vec_permi<mode>", "vfae<mode>", "*vfaes<mode>", "vstrc<mode>")
8793 ("*vstrcs<mode>"): Use UINTVAL() to set unsigned HOST_WIDE_INT.
8794 * config/s390/vector.md ("vec_vfenes<mode>"): Likewise.
8795
8796 2017-02-06 Georg-Johann Lay <avr@gjlay.de>
8797
8798 * config/avr/avr.md (*addhi3_zero_extend): Add alternative where
8799 REGNO($0) == REGNO($1).
8800
8801 2017-02-06 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
8802
8803 * config/s390/linux.h(SIZE_TYPE): Add comment.
8804
8805 2017-02-06 Julian Brown <julian@codesourcery.com>
8806 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
8807 Virendra Pathak <virendra.pathak@broadcom.com>
8808
8809 * config/aarch64/aarch64-cores.def: Change the scheduler
8810 to Thunderx2t99.
8811 * config/aarch64/aarch64.md: Include thunderx2t99.md.
8812 * config/aarch64/thunderx2t99.md: New file.
8813
8814 2017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
8815
8816 * doc/standards.texi (Go Language): Update link to language
8817 standard.
8818
8819 2017-02-05 Jan Hubicka <hubicka@ucw.cz>
8820
8821 * tree-eh.c (lower_resx): Sanitize profile.
8822 (cleanup_empty_eh_move_lp): Likewise.
8823
8824 2017-02-05 Jan Hubicka <hubicka@ucw.cz>
8825
8826 PR tree-ssa/79347
8827 * cfgloopmanip.c (lv_adjust_loop_entry_edge, loop_version): Add
8828 ELSE_PROB.
8829 * cfgloopmanip.h (loop_version): Update prototype.
8830 * modulo-sched.c (sms_schedule): Update call of loop_version.
8831 * tree-if-conv.c(version_loop_for_if_conversion): Likewise.
8832 * tree-parloops.c (gen_parallel_loop): Likewise.
8833 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Likewise.
8834 * tree-ssa-loop-split.c (split_loop): Likewise.
8835 * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Likewise.
8836 * tree-vect-loop-manip.c (vect_loop_versioning): Likewise.
8837
8838 2017-02-05 Martin Liska <mliska@suse.cz>
8839
8840 PR bootstrap/78985
8841 * config/s390/s390.c (s390_gimplify_va_arg): Initialize local
8842 variable to NULL.
8843 (print_operand_address): Initialize a struct to zero.
8844
8845 2017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
8846
8847 * doc/contrib.texi (Contributors): Refer to Hans Boehm's
8848 garbage collector only in textual form.
8849
8850 2017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
8851
8852 * doc/extend.texi (x86 specific memory model extensions for
8853 transactional memory): Simplify a phrase.
8854
8855 2017-02-05 Eric Botcazou <ebotcazou@adacore.com>
8856
8857 PR target/79353
8858 * config/sparc/sync.md (atomic_loaddi_1): Replace 'U' constraint with
8859 'r', 'm' constraint with 'T' and !TARGET_ARCH64 with TARGET_ARCH32.
8860 (atomic_storedi_1): Likewise.
8861
8862 2017-02-04 Jakub Jelinek <jakub@redhat.com>
8863
8864 PR tree-optimization/79338
8865 * tree-parloops.c (gather_scalar_reductions): Don't call
8866 vect_analyze_loop_form for loop->inner before destroying loop's
8867 loop_vinfo.
8868
8869 2017-02-03 Martin Sebor <msebor@redhat.com>
8870
8871 PR tree-optimization/79327
8872 * gimple-ssa-sprintf.c (tree_digits): Avoid adding the base prefix
8873 when precision has resulted in leading zeros.
8874 (format_integer): Adjust the likely counter to assume an unknown
8875 argument that may be zero is non-zero.
8876
8877 2017-02-03 Jason Merrill <jason@redhat.com>
8878
8879 PR c++/78689
8880 * tree-inline.c (copy_tree_body_r) [COND_EXPR]: Revert change to
8881 avoid copying non-taken branch.
8882
8883 2017-02-03 Jakub Jelinek <jakub@redhat.com>
8884
8885 PR tree-optimization/79340
8886 * tree-vect-loop.c (vectorizable_reduction): Release
8887 vec_defs elements after safe_splicing them into other vectors.
8888 Formatting fixes.
8889
8890 PR tree-optimization/79327
8891 * gimple-ssa-sprintf.c (adjust_range_for_overflow): If returning
8892 true, always set *argmin and *argmax to TYPE_{MIN,MAX}_VALUE of
8893 dirtype.
8894 (format_integer): Use wide_int_to_tree instead of build_int_cst
8895 + to_?hwi. If argmin is NULL, just set argmin and argmax to
8896 TYPE_{MIN,MAX}_VALUE of argtype. Simplify and fix computation
8897 of shortest and longest sequence.
8898
8899 2017-02-03 Uros Bizjak <ubizjak@gmail.com>
8900
8901 * config/i386/i386.c (dimode_scalar_chain::convert_reg):
8902 Use pextrd for TARGET_SSE4_1 when creating scalar copy.
8903
8904 2017-02-03 Walter Lee <walt@tilera.com>
8905
8906 PR target/78862
8907 * config/tilegx/tilegx.md (tilegx_expand_prologue): Add blockage
8908 after initial stackframe link reg save.
8909 * config/tilepro/tilepro.md (tilepro_expand_prologue): Likewise.
8910
8911 2017-02-03 Jakub Jelinek <jakub@redhat.com>
8912
8913 PR target/79354
8914 * config/rs6000/rs6000.md (movsi_from_sf): Use wb constraint instead of
8915 wu for stxssp alternative.
8916
8917 2017-02-03 Martin Sebor <msebor@redhat.com>
8918
8919 PR tree-optimization/79352
8920 * gimple-fold.c (get_range_strlen): Add argument.
8921 (get_range_strlen): Change return type to bool.
8922 (get_maxval_strlen): Pass in a dummy argument.
8923 * gimple-fold.h (get_range_strlen): Change return type to bool.
8924 * gimple-ssa-sprintf.c (get_string_length): Set unlikely counter.
8925 * tree.h (array_at_struct_end_p): Add argument.
8926 * tree.c (array_at_struct_end_p): Handle it.
8927
8928 2017-02-03 Martin Liska <mliska@suse.cz>
8929
8930 PR lto/66295
8931 * multiple_target.c (create_dispatcher_calls): Redirect edge
8932 from a caller of a dispatcher.
8933 (expand_target_clones): Make the clones local.
8934 (ipa_target_clone): Do both target clones and resolvers.
8935 (ipa_dispatcher_calls): Remove the pass.
8936 (pass_dispatcher_calls::gate): Likewise.
8937 (make_pass_dispatcher_calls): Likewise.
8938 * passes.def (pass_target_clone): Put as very first IPA early
8939 pass.
8940
8941 2017-02-03 Martin Liska <mliska@suse.cz>
8942
8943 * symtab.c (symtab_node::binds_to_current_def_p): Bail out
8944 in case of a function with ifunc attribute.
8945
8946 2017-02-03 Martin Liska <mliska@suse.cz>
8947
8948 * cgraph.c (cgraph_node::dump): Dump function version info.
8949 * symtab.c (symtab_node::dump_base): Add missing new line.
8950
8951 2017-02-02 Jan Hubicka <hubicka@ucw.cz>
8952
8953 * tree-ssa-ifcombine.c (update_profile_after_ifcombine): New function.
8954 (ifcombine_ifandif): Use it.
8955
8956 2017-02-03 Martin Liska <mliska@suse.cz>
8957
8958 * doc/invoke.texi: Document default value for
8959 use-after-scope-direct-emission-threshold.
8960
8961 2017-02-03 Martin Liska <mliska@suse.cz>
8962
8963 PR tree-optimization/79339
8964 * gimple-ssa-sprintf.c (format_floating_max): Call mpfr_clear.
8965 (format_floating): Likewise.
8966
8967 2017-02-03 Martin Liska <mliska@suse.cz>
8968
8969 PR ipa/79337
8970 * ipa-prop.c (ipa_node_params_t::insert): Remove current
8971 implementation.
8972 (ipa_node_params_t::remove): Likewise.
8973 * ipa-prop.h (ipa_node_params::ipa_node_params): Make default
8974 initialization from removed ipa_node_params_t::insert.
8975 (ipa_node_params::~ipa_node_params): Move from removed
8976 ipa_node_params_t::release.
8977 * symbol-summary.h (symbol_summary::m_released): New member.
8978 Do not release a summary twice. Do not allow to call finalizer
8979 for types of a summary that live in GGC memory.
8980
8981 2017-02-02 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
8982
8983 * config/aarch64/aarch64.c (thunderx2t99_tunings): Enable AES and
8984 cmp_branch fusion.
8985
8986 2017-02-02 Martin Sebor <msebor@redhat.com>
8987
8988 PR middle-end/79275
8989 * gimple-ssa-sprintf.c (get_string_length): Set lower bound to zero.
8990 (format_string): Tighten up the range of output for non-constant
8991 strings and correct the expected range for wide non-constant strings.
8992
8993 2017-02-02 Martin Sebor <msebor@redhat.com>
8994
8995 * doc/invoke.texi (-maccumulate-args): Fix bad grammar.
8996
8997 PR middle-end/32003
8998 * doc/invoke.texi (-fdump-tree-): Remove pass-specific options from
8999 index.
9000 (-fdump-tree-@var): Add to index and document how to come up
9001 with pass-specific option and dump file names.
9002 (-fdump-passes): Clarify where to look for output.
9003
9004 2017-02-02 Jan Hubicka <hubicka@ucw.cz>
9005
9006 PR middle-end/77445
9007 * tree-ssa-threadbackward.c (profitable_jump_thread_path): Dump
9008 statistics of the analyzed path; allow threading for speed when
9009 any of BBs along the path are optimized for speed.
9010
9011 2017-02-02 Eric Botcazou <ebotcazou@adacore.com>
9012
9013 PR middle-end/78468
9014 * emit-rtl.c (init_emit): Add ??? comment for problematic alignment
9015 settings of the virtual registers.
9016
9017 Revert again
9018 2016-08-23 Dominik Vogt <vogt@linux.vnet.ibm.com>
9019
9020 * explow.c (get_dynamic_stack_size): Take known alignment of stack
9021 pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
9022 needed.
9023
9024 2017-02-02 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
9025
9026 * config/s390/vx-builtins.md ("vec_ceil", "vec_floor")
9027 ("vec_trunc", "vec_roundc", "vec_round"): Remove expanders.
9028
9029 2017-02-02 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
9030
9031 * config/s390/s390.md: Add missing comments with the expanded
9032 mnemonics.
9033 * config/s390/vector.md: Likewise.
9034 * config/s390/vx-builtins.md: Likewise.
9035
9036 2017-02-02 Jakub Jelinek <jakub@redhat.com>
9037
9038 PR target/79197
9039 * config/rs6000/rs6000.md (*fixuns_trunc<mode>di2_fctiduz): Rename to ...
9040 (fixuns_trunc<mode>di2): ... this, remove previous expander. Put all
9041 conditions on a single line.
9042
9043 2017-02-02 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
9044
9045 * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
9046 __S390_VX__ to __VX__.
9047
9048 2017-02-01 Andrew Pinski <apinski@cavium.com>
9049
9050 * tree-vect-loop.c (vect_compute_single_scalar_iteration_cost): Pass
9051 stmt_info to record_stmt_cost.
9052 (vect_get_known_peeling_cost): Pass stmt_info if known to
9053 record_stmt_cost.
9054 * config/aarch64/aarch64-protos.h (cpu_vector_cost): Split
9055 cpu_vector_cost field into
9056 scalar_int_stmt_cost and scalar_fp_stmt_cost. Split vec_stmt_cost
9057 field into vec_int_stmt_cost and vec_fp_stmt_cost.
9058 * config/aarch64/aarch64.c (generic_vector_cost): Update for the
9059 splitting of scalar_stmt_cost and vec_stmt_cost.
9060 (thunderx_vector_cost): Likewise.
9061 (cortexa57_vector_cost): LIkewise.
9062 (exynosm1_vector_cost): Likewise.
9063 (xgene1_vector_cost): Likewise.
9064 (thunderx2t99_vector_cost): Improve after the splitting of the two
9065 fields.
9066 (aarch64_builtin_vectorization_cost): Update for the splitting of
9067 scalar_stmt_cost and vec_stmt_cost.
9068
9069 2017-02-01 Torvald Riegel <triegel@redhat.com>
9070 Richard Henderson <rth@redhat.com>
9071
9072 * builtins.c (fold_builtin_atomic_always_lock_free): Make "lock-free"
9073 conditional on existance of a fast atomic load.
9074 * optabs-query.c (can_atomic_load_p): New function.
9075 * optabs-query.h (can_atomic_load_p): Declare it.
9076 * optabs.c (expand_atomic_exchange): Always delegate to libatomic if
9077 no fast atomic load is available for the particular size of access.
9078 (expand_atomic_compare_and_swap): Likewise.
9079 (expand_atomic_load): Likewise.
9080 (expand_atomic_store): Likewise.
9081 (expand_atomic_fetch_op): Likewise.
9082 * testsuite/lib/target-supports.exp
9083 (check_effective_target_sync_int_128): Remove x86 because it provides
9084 no fast atomic load.
9085 (check_effective_target_sync_int_128_runtime): Likewise.
9086
9087 2017-02-01 Richard Biener <rguenther@suse.de>
9088
9089 * graphite.c: Include tree-vectorizer.h for find_loop_location.
9090 (graphite_transform_loops): Provide opt-info for optimized nests.
9091 * tree-parloop.c (parallelize_loops): Provide opt-info for
9092 parallelized loops.
9093
9094 2017-02-01 Richard Biener <rguenther@suse.de>
9095
9096 PR middle-end/79315
9097 * tree-cfg.c (move_stmt_op): Never set TREE_BLOCK when it
9098 was not set before.
9099
9100 2017-02-01 Richard Biener <rguenther@suse.de>
9101
9102 PR tree-optimization/71824
9103 * graphite-scop-detection.c (scop_detection::build_scop_breadth):
9104 Verify the loops are valid in the merged SESE region.
9105 (scop_detection::can_represent_loop_1): Check analyzing the
9106 evolution of the number of iterations in the region succeeds.
9107
9108 2017-01-31 Ian Lance Taylor <iant@golang.org>
9109
9110 * config/i386/i386.c (ix86_expand_split_stack_prologue): Add
9111 REG_ARGS_SIZE note to 32-bit push insns and call insn.
9112
9113 2017-01-31 David Malcolm <dmalcolm@redhat.com>
9114
9115 PR preprocessor/79210
9116 * input.c (get_substring_ranges_for_loc): Replace line_width
9117 assertion with error-handling.
9118
9119 2017-01-31 Richard Biener <rguenther@suse.de>
9120
9121 PR tree-optimization/77318
9122 * graphite-sese-to-poly.c (extract_affine): Fix assert.
9123 (create_pw_aff_from_tree): Take loop parameter.
9124 (add_condition_to_pbb): Pass loop of the condition to
9125 create_pw_aff_from_tree.
9126
9127 2017-01-31 Jakub Jelinek <jakub@redhat.com>
9128
9129 * config/s390/s390.c (s390_asan_shadow_offset): New function.
9130 (TARGET_ASAN_SHADOW_OFFSET): Redefine.
9131
9132 2017-01-31 Michael Meissner <meissner@linux.vnet.ibm.com>
9133
9134 PR target/78597
9135 PR target/79038
9136 * config/rs6000/rs6000-protos.h (convert_float128_to_int): Delete,
9137 no longer used.
9138 (convert_int_to_float128): Likewise.
9139 * config/rs6000/rs6000.c (convert_float128_to_int): Likewise.
9140 (convert_int_to_float128): Likewise.
9141 * config/rs6000/rs6000.md (UNSPEC_IEEE128_MOVE): Likewise.
9142 (UNSPEC_IEEE128_CONVERT): Likewise.
9143 (floatsi<mode>2, FLOAT128 iterator): Bypass calling
9144 rs6000_expand_float128_convert if we have IEEE 128-bit hardware.
9145 Use local variables for IBM extended format.
9146 (fix_trunc<mode>si2, FLOAT128 iterator): Likewise.
9147 (fix_trunc<mode>si2_fprs): Likewise.
9148 (fixuns_trunc<IEEE128:mode><SDI:mode>2): Likewise.
9149 (floatuns<IEEE128:mode>2, IEEE128 iterator): Likewise.
9150 (fix<uns>_<mode>si2_hw): Rework the IEEE 128-bt hardware support
9151 to know that we can now have integers of all sizes in vector
9152 registers.
9153 (fix<uns>_<mode>di2_hw): Likewise.
9154 (float<uns>_<mode>si2_hw): Likewise.
9155 (fix_<mode>si2_hw): Likewise.
9156 (fixuns_<mode>si2_hw): Likewise.
9157 (float<uns>_<mode>di2_hw): Likewise.
9158 (float_<mode>di2_hw): Likewise.
9159 (float_<mode>si2_hw): Likewise.
9160 (floatuns_<mode>di2_hw): Likewise.
9161 (floatuns_<mode>si2_hw): Likewise.
9162 (xscvqp<su>wz_<mode>): Delete, no longer used.
9163 (xscvqp<su>dz_<mode>): Likewise.
9164 (xscv<su>dqp_<mode>): Likewise.
9165 (ieee128_mfvsrd_64bit): Likewise.
9166 (ieee128_mfvsrd_32bit): Likewise.
9167 (ieee128_mfvsrwz): Likewise.
9168 (ieee128_mtvsrw): Likewise.
9169 (ieee128_mtvsrd_64bit): Likewise.
9170 (ieee128_mtvsrd_32bit): Likewise.
9171
9172 2017-01-31 Martin Liska <mliska@suse.cz>
9173
9174 PR ipa/79285
9175 * ipa-prop.c (ipa_free_all_node_params): Call release method
9176 instead of ~sumbol_summary to not to trigger double times
9177 dtor of hash_map.
9178
9179 2017-01-31 Aldy Hernandez <aldyh@redhat.com>
9180
9181 PR tree-optimization/71691
9182 * bitmap.h (class auto_bitmap): New.
9183 * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): Call
9184 is_maybe_undefined instead of ssa_undefined_value_p.
9185
9186 2017-01-31 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
9187
9188 * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
9189 __S390_ARCH_LEVEL__ to __ARCH__.
9190
9191 2017-01-31 Jakub Jelinek <jakub@redhat.com>
9192
9193 PR tree-optimization/79267
9194 * value-prof.c (gimple_ic): Only drop lhs for noreturn calls
9195 if should_remove_lhs_p is true.
9196
9197 2017-01-30 Alexandre Oliva <aoliva@redhat.com>
9198
9199 PR debug/63238
9200 * dwarf2out.c (clone_as_declaration): Drop DW_AT_alignment.
9201 (add_alignment_attribute): New.
9202 (base_type_die): Add alignment attribute.
9203 (subrange_type_die): Likewise.
9204 (modified_type_die): Likewise.
9205 (gen_array_type_die): Likewise.
9206 (gen_descr_array_type_die: Likewise.
9207 (gen_enumeration_type_die): Likewise.
9208 (gen_subprogram_die): Likewise.
9209 (gen_variable_die): Likewise.
9210 (gen_field_die): Likewise.
9211 (gen_ptr_to_mbr_type_die): Likewise.
9212 (gen_struct_or_union_type_die): Likewise.
9213 (gen_subroutine_type_die): Likewise.
9214 (gen_typedef_die): Likewise.
9215 (base_type_cmp): Compare alignment attribute.
9216
9217 2017-01-30 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
9218
9219 PR target/79170
9220 * config/rs6000/altivec.md (*setb_internal): Rename to setb_signed.
9221 (setb_unsigned) New pattern for setb with CCUNS.
9222 * config/rs6000/rs6000.c (expand_block_compare): Use a different
9223 subfc./subfe sequence to avoid overflow problems. Generate a
9224 shorter sequence with cmpld/setb for power9.
9225 * config/rs6000/rs6000.md (subf<mode>3_carry_dot2): Add a new pattern
9226 for generating subfc. instruction.
9227 (cmpstrsi): Add TARGET_POPCNTD predicate as the generate sequence
9228 now uses this instruction.
9229
9230 2017-01-30 Ian Lance Taylor <iant@google.com>
9231
9232 PR debug/79289
9233 * dwarf2out.c (gen_type_die_with_usage): When picking a variant
9234 for FUNCTION_TYPE/METHOD_TYPE, use the first matching one.
9235
9236 2017-01-30 Martin Sebor <msebor@redhat.com>
9237
9238 * gimple-ssa-sprintf.c (fmtresult::adjust_for_width_or_precision):
9239 Move constant to the right of a relational operator.
9240 (get_mpfr_format_length, format_character, format_string): Ditto.
9241 (should_warn_p, maybe_warn): Same.
9242
9243 * doc/invoke.texi (-Wformat-truncation=1): Fix typo.
9244
9245 2017-01-30 Maxim Ostapenko <m.ostapenko@samsung.com>
9246
9247 PR lto/79061
9248 * asan.c (get_translation_unit_decl): Remove function.
9249 (asan_add_global): Force has_dynamic_init to zero in LTO mode.
9250
9251 2017-01-30 Martin Liska <mliska@suse.cz>
9252
9253 PR gcov-profile/79259
9254 * opts.c (common_handle_option): Enable flag_ipa_bit_cp w/
9255 -fprofile-generate.
9256
9257 2017-01-30 Martin Liska <mliska@suse.cz>
9258
9259 PR bootstrap/78985
9260 * config/aarch64/cortex-a57-fma-steering.c (func_fma_steering::analyze):
9261 Initialize variables with NULL value.
9262
9263 2017-01-30 Richard Earnshaw <rearnsh@arm.com>
9264
9265 PR target/79260
9266 * config.gcc (arm*-*-*): Add arm/arm-flags.h and arm/arm-isa.h to
9267 tm_p_file.
9268 * arm/arm-protos.h: Don't directly include arm-flags.h and arm-isa.h.
9269
9270 2017-01-30 Richard Biener <rguenther@suse.de>
9271
9272 PR tree-optimization/79276
9273 * tree-vrp.c (process_assert_insertions): Properly adjust common
9274 when removing a duplicate.
9275
9276 * gcc.dg/torture/pr79276.c: New testcase.
9277
9278 2017-01-30 Richard Biener <rguenther@suse.de>
9279
9280 PR tree-optimization/79256
9281 * targhooks.c (default_builtin_vector_alignment_reachable): Honor
9282 BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
9283 alignment on TYPE.
9284 * tree.c (build_aligned_type): Set TYPE_USER_ALIGN.
9285
9286 2017-01-30 Dominik Vogt <vogt@linux.vnet.ibm.com>
9287
9288 PR target/79240
9289 * config/s390/s390.md ("*r<noxa>sbg_<mode>_srl_bitmask")
9290 ("*r<noxa>sbg_<mode>_sll_bitmask")
9291 ("*extzv_<mode>_srl<clobbercc_or_nocc>")
9292 ("*extzv_<mode>_sll<clobbercc_or_nocc>"):
9293 Use contiguous_bitmask_nowrap_operand.
9294
9295 2017-01-29 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
9296
9297 PR target/79268
9298 * config/rs6000/altivec.h (vec_xl): Revise #define.
9299 (vec_xst): Likewise.
9300
9301 2017-01-27 Uros Bizjak <ubizjak@gmail.com>
9302
9303 * config/i386/i386.c (print_reg): Use REGNO instead of true_regnum.
9304
9305 2017-01-27 Bernd Schmidt <bschmidt@redhat.com>
9306
9307 PR rtl-optimization/79194
9308 * cprop.c (one_cprop_pass): Move deletion of code after unconditional
9309 traps before call to bypass_conditional_jumps.
9310
9311 2017-01-27 Vladimir Makarov <vmakarov@redhat.com>
9312
9313 PR tree-optimization/71374
9314 * lra-constraints.c (check_conflict_input_operands): New.
9315 (match_reload): Use it.
9316
9317 2017-01-27 Vladimir Makarov <vmakarov@redhat.com>
9318
9319 PR target/79131
9320 * lra-assigns.c (find_hard_regno_for_1): Take endianess for into
9321 account to calculate conflict_set.
9322
9323 2017-01-27 Bin Cheng <bin.cheng@arm.com>
9324
9325 PR rtl-optimization/78559
9326 * combine.c (try_combine): Discard REG_EQUAL and REG_EQUIV for
9327 other_insn in combine.
9328
9329 2017-01-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
9330
9331 * builtin-types.def: Use unsigned_char_type_node for BT_UINT8. Use
9332 uint16_type_node for BT_UINT16.
9333
9334 2017-01-27 David Malcolm <dmalcolm@redhat.com>
9335
9336 * doc/sourcebuild.texi (Testsuites): Add "GIMPLE Tests" and
9337 "RTL Tests" to menu.
9338 (GIMPLE Tests): New node.
9339 (RTL Tests): New node.
9340
9341 2017-01-27 Richard Biener <rguenther@suse.de>
9342
9343 PR tree-optimization/79245
9344 * tree-loop-distribution.c (distribute_loop): Apply cost
9345 modeling also to detected patterns.
9346
9347 2017-01-27 Richard Biener <rguenther@suse.de>
9348
9349 PR tree-optimization/71433
9350 * tree-vrp.c (register_new_assert_for): Revert earlier changes.
9351 (compare_assert_loc): New function.
9352 (process_assert_insertions): Sort and optimize assert locations
9353 to remove duplicates and push down identical assertions on
9354 edges to their destination block.
9355
9356 2017-01-27 Richard Biener <rguenther@suse.de>
9357
9358 PR tree-optimization/79244
9359 * tree-vrp.c (remove_range_assertions): Forcefully propagate
9360 out SSA names even if abnormal.
9361
9362 2017-01-27 Jakub Jelinek <jakub@redhat.com>
9363
9364 * realmpfr.h: Poison MPFR_RND{N,Z,U,D}.
9365 * gimple-ssa-sprintf.c (format_floating_max): Use GMP_RNDN
9366 instead of MPFR_RNDN.
9367
9368 2017-01-27 Richard Earnshaw <rearnsha@arm.com>
9369
9370 PR target/79239
9371 * arm.c (arm_option_override): Don't call build_target_option_node
9372 until after doing all option overrides.
9373 (arm_valid_target_attribute_tree): Likewise.
9374
9375 2017-01-27 Martin Liska <mliska@suse.cz>
9376
9377 * doc/invoke.texi (-fprofile-arcs): Document profiling support
9378 for {cd}tors and C++ {cd}tors.
9379
9380 2017-01-27 Dominik Vogt <vogt@linux.vnet.ibm.com>
9381
9382 * config/s390/s390.md ("*setmem_long_and")
9383 ("*setmem_long_and_31z"): Use zero_extend instead of and.
9384
9385 2017-01-26 Martin Sebor <msebor@redhat.com>
9386
9387 * gimple-ssa-sprintf.c (format_floating): Simplify the computation
9388 of precision.
9389
9390 2017-01-26 Martin Sebor <msebor@redhat.com>
9391
9392 * gimple-ssa-sprintf.c (format_floating): Test HAVE_XFmode and
9393 HAVE_DFmode before using XFmode or DFmode.
9394 (parse_directive): Avoid using the z length modifier to avoid
9395 the ISO C++98 does not support the ‘z’ gnu_printf length modifier.
9396
9397 PR middle-end/78703
9398 * gimple-ssa-sprintf.c (adjust_for_width_or_precision): Change
9399 to accept adjustment as an array.
9400 (get_int_range): New function.
9401 (struct directive): Make width and prec arrays.
9402 (directive::set_width, directive::set_precision): Call get_int_range.
9403 (format_integer, format_floating): Handle width and precision ranges.
9404 (format_string, parse_directive): Same.
9405
9406 2017-01-26 Jakub Jelinek <jakub@redhat.com>
9407
9408 PR debug/79129
9409 * dwarf2out.c (generate_skeleton_bottom_up): For children with
9410 comdat_type_p set, just clone them, but keep the children in the
9411 original DIE.
9412
9413 PR debug/78835
9414 * dwarf2out.c (prune_unused_types): Mark all functions with DIEs
9415 which have direct callers with -fvar-tracking-assignments enabled
9416 in the current TU.
9417 (resolve_addr): Avoid adding skeleton DIEs for DW_AT_call_origin
9418 inside of type units.
9419
9420 2017-01-26 Martin Sebor <msebor@redhat.com>
9421
9422 PR middle-end/78703
9423 * gimple-ssa-sprintf.c (struct result_range): Add likely and
9424 unlikely counters.
9425 (struct format_result): Replace number_chars, number_chars_min,
9426 and number_chars_max with a single member of struct result_range.
9427 Remove bounded.
9428 (format_result::operator+=): Adjust.
9429 (struct fmtresult): Remove bounded. Handle likely and unlikely
9430 counters.
9431 (fmtresult::adjust_for_width_or_precision): New function.
9432 (fmtresult:type_max_digits): New function.
9433 (bytes_remaining): Handle likely and unlikely counters.
9434 (min_bytes_remaining): Remove.
9435 (format_percent): Simplify.
9436 (format_integer, format_floating): Set likely and unlikely counters.
9437 (get_string_length, format_character, format_string): Same.
9438 (format_plain, should_warn_p): New function.
9439 (maybe_warn): Call should_warn_p. Update diagnostic messages
9440 and handle those for all directives, including plain strings.
9441 (format_directive): Handle likely and unlikely counters.
9442 Remove unnecessary quoting from diagnostics. Add an informational
9443 note.
9444 (add_bytes): Remove.
9445 (pass_sprintf_length::compute_format_length): Simplify.
9446 (try_substitute_return_value): Handle likely and unlikely counters.
9447
9448 2017-01-26 Carl Love <cel@us.ibm.com>
9449
9450 * config/rs6000/rs6000-c (altivec_overloaded_builtins): Remove
9451 bogus entries for the P8V_BUILTIN_VEC_VGBBD built-ins
9452
9453 2017-01-26 Vladimir Makarov <vmakarov@redhat.com>
9454
9455 PR target/79131
9456 * lra-assigns.c (setup_live_pseudos_and_spill_after_risky): Take
9457 endianess for subregs into account.
9458 * lra-constraints.c (lra_constraints): Do risky transformations
9459 always on the first iteration.
9460 * lra-lives.c (check_pseudos_live_through_calls): Add arg
9461 last_call_used_reg_set.
9462 (process_bb_lives): Define and use last_call_used_reg_set.
9463 * lra.c (lra): Always continue after lra_constraints on the first
9464 iteration.
9465
9466 2017-01-26 Kirill Yukhin <kirill.yukhin@gmail.com>
9467
9468 * gcc.target/i386/avx512bw-kshiftlq-2.c: Use unsigned long long
9469 constant.
9470 * gcc.target/i386/avx512bw-kshiftrq-2.c: Ditto.
9471
9472 2017-01-26 Jakub Jelinek <jakub@redhat.com>
9473
9474 * config/i386/avx512fintrin.h (_ktest_mask16_u8,
9475 _ktestz_mask16_u8, _ktestc_mask16_u8, _kadd_mask16): Move to ...
9476 * config/i386/avx512dqintrin.h (_ktest_mask16_u8,
9477 _ktestz_mask16_u8, _ktestc_mask16_u8, _kadd_mask16): ... here.
9478 * config/i386/i386-builtin.def (__builtin_ia32_ktestchi,
9479 __builtin_ia32_ktestzhi, __builtin_ia32_kaddhi): Use
9480 OPTION_MASK_ISA_AVX512DQ instead of OPTION_MASK_ISA_AVX512F.
9481 * config/i386/sse.md (SWI1248_AVX512BWDQ2): New mode iterator.
9482 (kadd<mode>, ktest<mode>): Use it instead of SWI1248_AVX512BWDQ.
9483
9484 2017-01-26 Marek Polacek <polacek@redhat.com>
9485
9486 PR c/79199
9487 * fold-const.c (operand_equal_p) [COND_EXPR]: Use OP_SAME_WITH_NULL
9488 for the third operand.
9489
9490 2017-01-26 Jakub Jelinek <jakub@redhat.com>
9491
9492 PR middle-end/79236
9493 * omp-low.c (struct omp_context): Add simt_stmt field.
9494 (scan_omp_for): Return omp_context *.
9495 (scan_omp_simd): Set simt_stmt on the non-_simt_ SIMD
9496 context to the _simt_ SIMD stmt.
9497 (lower_omp_for): For combined SIMD with sibling _simt_
9498 SIMD, make sure to use the same decls in _looptemp_
9499 clauses as in the sibling.
9500
9501 2017-01-26 David Sherwood <david.sherwood@arm.com>
9502
9503 PR middle-end/79212
9504 * gimplify.c (omp_notice_variable): Add GOVD_SEEN flag to variables in
9505 all contexts.
9506
9507 2017-01-26 Jakub Jelinek <jakub@redhat.com>
9508
9509 PR target/70465
9510 * reg-stack.c (emit_swap_insn): Instead of fld a; fld b; fxchg %st(1);
9511 emit fld b; fld a; if possible.
9512
9513 * brig-builtins.def: Update copyright years.
9514 * config/arm/arm_acle_builtins.def: Update copyright years.
9515
9516 2017-01-25 Michael Meissner <meissner@linux.vnet.ibm.com>
9517
9518 PR target/79179
9519 * config/rs6000/vsx.md (vsx_extract_<mode>_store): Use wY
9520 constraint instead of o for the stxsd instruction.
9521
9522 2017-01-25 Carl Love <cel@us.ibm.com>
9523
9524 * config/rs6000/rs6000-c (altivec_overloaded_builtins): Fix order
9525 of entries for ALTIVEC_BUILTIN_VEC_PACKS and P8V_BUILTIN_VEC_VGBBD.
9526
9527 2017-01-25 Jonathan Wakely <jwakely@redhat.com>
9528
9529 * doc/invoke.texi (C++ Dialect Options): Fix typo.
9530
9531 2017-01-25 Richard Biener <rguenther@suse.de>
9532
9533 PR tree-optimization/69264
9534 * target.def (vector_alignment_reachable): Improve documentation.
9535 * doc/tm.texi: Regenerate.
9536 * targhooks.c (default_builtin_vector_alignment_reachable): Simplify
9537 and add a comment.
9538 * tree-vect-data-refs.c (vect_supportable_dr_alignment): Revert
9539 earlier changes with respect to TYPE_USER_ALIGN.
9540 (vector_alignment_reachable_p): Likewise. Improve dumping.
9541
9542 2016-01-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9543
9544 PR target/79145
9545 * config/arm/arm.md (xordi3): Force constant operand into a register
9546 for TARGET_IWMMXT.
9547
9548 2016-01-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9549
9550 * doc/invoke.texi (-fstore-merging): Correct default optimization
9551 levels at which it is enabled.
9552 (-O): Move -fstore-merging from list to...
9553 (-O2): ... Here.
9554
9555 2017-01-25 Richard Biener <rguenther@suse.de>
9556
9557 PR debug/78363
9558 * omp-expand.c: Include debug.h.
9559 (expand_omp_taskreg): Make sure to generate early debug before
9560 outlining anything from a function.
9561 (expand_omp_target): Likewise.
9562 (grid_expand_target_grid_body): Likewise.
9563
9564 2017-01-25 Maxim Ostapenko <m.ostapenko@samsung.com>
9565
9566 PR lto/79061
9567 * asan.c (get_translation_unit_decl): New function.
9568 (asan_add_global): Extract modules file name from globals
9569 TRANSLATION_UNIT_DECL name.
9570
9571 2017-01-24 Eric Botcazou <ebotcazou@adacore.com>
9572
9573 PR target/77439
9574 * config/arm/arm.c (arm_function_ok_for_sibcall): Add back restriction
9575 for long calls with APCS frame and VFP.
9576
9577 2017-01-24 David Malcolm <dmalcolm@redhat.com>
9578
9579 * cfg.c (original_copy_tables_initialized_p): New function.
9580 * cfg.h (original_copy_tables_initialized_p): New decl.
9581 * cfgrtl.c (relink_block_chain): Guard the call to
9582 free_original_copy_tables with a call to
9583 original_copy_tables_initialized_p.
9584 * cgraph.h (symtab_node::native_rtl_p): New decl.
9585 * cgraphunit.c (symtab_node::native_rtl_p): New function.
9586 (symtab_node::needed_p): Don't assert for early assembly output
9587 for __RTL functions.
9588 (cgraph_node::finalize_function): Set "force_output" for __RTL
9589 functions.
9590 (cgraph_node::analyze): Bail out early for __RTL functions.
9591 (analyze_functions): Update assertion to support __RTL functions.
9592 (cgraph_node::expand): Bail out early for __RTL functions.
9593 * final.c (rest_of_clean_state): Don't call delete_tree_ssa for
9594 __RTL functions.
9595 * function.h (struct function): Update comment for field
9596 "pass_startwith".
9597 * gimple-expr.c: Include "tree-pass.h".
9598 (gimple_has_body_p): Return false for __RTL functions.
9599 * Makefile.in (OBJS): Add run-rtl-passes.o.
9600 * pass_manager.h (gcc::pass_manager::get_rest_of_compilation): New
9601 accessor.
9602 (gcc::pass_manager::get_clean_slate): New accessor.
9603 * passes.c: Include "insn-addr.h".
9604 (should_skip_pass_p): Add logging. Update logic for running
9605 "expand" to be compatible with both __GIMPLE and __RTL. Guard
9606 property-provider override so it is only done for gimple passes.
9607 Don't skip dfinit.
9608 (skip_pass): New function.
9609 (execute_one_pass): Call skip_pass when skipping passes.
9610 * read-md.c (md_reader::read_char): Support filtering
9611 the input to a subset of line numbers.
9612 (md_reader::md_reader): Initialize fields
9613 m_first_line and m_last_line.
9614 (md_reader::read_file_fragment): New function.
9615 * read-md.h (md_reader::read_file_fragment): New decl.
9616 (md_reader::m_first_line): New field.
9617 (md_reader::m_last_line): New field.
9618 * read-rtl-function.c (function_reader::create_function): Only
9619 create cfun if it doesn't already exist. Set PROP_rtl on cfun's
9620 curr_properties. Set DECL_INITIAL to a dummy block.
9621 (read_rtl_function_body_from_file_range): New function.
9622 * read-rtl-function.h (read_rtl_function_body_from_file_range):
9623 New decl.
9624 * run-rtl-passes.c: New file.
9625 * run-rtl-passes.h: New file.
9626
9627 2017-01-24 Jeff Law <law@redhat.com>
9628
9629 * config/microblaze/microblaze.h (ASM_FORMAT_PRIVATE_NAME): Increase
9630 buffer size.
9631
9632 2017-01-24 Bin Cheng <bin.cheng@arm.com>
9633
9634 PR tree-optimization/79159
9635 * tree-ssa-loop-niter.c (get_cst_init_from_scev): New function.
9636 (record_nonwrapping_iv): Improve boundary using above function if no
9637 value range information.
9638
9639 2017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
9640 Martin Jambor <mjambor@suse.cz>
9641
9642 * brig-builtins.def: New file.
9643 * builtins.def (DEF_HSAIL_BUILTIN): New macro.
9644 (DEF_HSAIL_ATOMIC_BUILTIN): Likewise.
9645 (DEF_HSAIL_SAT_BUILTIN): Likewise.
9646 (DEF_HSAIL_INTR_BUILTIN): Likewise.
9647 (DEF_HSAIL_CVT_ZEROI_SAT_BUILTIN): Likewise.
9648 * builtin-types.def (BT_INT8): New.
9649 (BT_INT16): Likewise.
9650 (BT_UINT8): Likewise.
9651 (BT_UINT16): Likewise.
9652 (BT_FN_ULONG): Likewise.
9653 (BT_FN_UINT_INT): Likewise.
9654 (BT_FN_UINT_ULONG): Likewise.
9655 (BT_FN_UINT_LONG): Likewise.
9656 (BT_FN_UINT_PTR): Likewise.
9657 (BT_FN_ULONG_PTR): Likewise.
9658 (BT_FN_INT8_FLOAT): Likewise.
9659 (BT_FN_INT16_FLOAT): Likewise.
9660 (BT_FN_UINT32_FLOAT): Likewise.
9661 (BT_FN_UINT16_FLOAT): Likewise.
9662 (BT_FN_UINT8_FLOAT): Likewise.
9663 (BT_FN_UINT64_FLOAT): Likewise.
9664 (BT_FN_UINT16_UINT32): Likewise.
9665 (BT_FN_UINT32_UINT16): Likewise.
9666 (BT_FN_UINT16_UINT16_UINT16): Likewise.
9667 (BT_FN_INT_PTR_INT): Likewise.
9668 (BT_FN_UINT_PTR_UINT): Likewise.
9669 (BT_FN_LONG_PTR_LONG): Likewise.
9670 (BT_FN_ULONG_PTR_ULONG): Likewise.
9671 (BT_FN_VOID_UINT64_UINT64): Likewise.
9672 (BT_FN_UINT8_UINT8_UINT8): Likewise.
9673 (BT_FN_INT8_INT8_INT8): Likewise.
9674 (BT_FN_INT16_INT16_INT16): Likewise.
9675 (BT_FN_INT_INT_INT): Likewise.
9676 (BT_FN_UINT_FLOAT_UINT): Likewise.
9677 (BT_FN_FLOAT_UINT_UINT): Likewise.
9678 (BT_FN_ULONG_UINT_UINT): Likewise.
9679 (BT_FN_ULONG_UINT_PTR): Likewise.
9680 (BT_FN_ULONG_ULONG_ULONG): Likewise.
9681 (BT_FN_UINT_UINT_UINT): Likewise.
9682 (BT_FN_VOID_UINT_PTR): Likewise.
9683 (BT_FN_UINT_UINT_PTR: Likewise.
9684 (BT_FN_UINT32_UINT64_PTR): Likewise.
9685 (BT_FN_INT_INT_UINT_UINT): Likewise.
9686 (BT_FN_UINT_UINT_UINT_UINT): Likewise.
9687 (BT_FN_UINT_UINT_UINT_PTR): Likewise.
9688 (BT_FN_UINT_ULONG_ULONG_UINT): Likewise.
9689 (BT_FN_ULONG_ULONG_ULONG_ULONG): Likewise.
9690 (BT_FN_LONG_LONG_UINT_UINT): Likewise.
9691 (BT_FN_ULONG_ULONG_UINT_UINT): Likewise.
9692 (BT_FN_VOID_UINT32_UINT64_PTR): Likewise.
9693 (BT_FN_VOID_UINT32_UINT32_PTR): Likewise.
9694 (BT_FN_UINT_UINT_UINT_UINT_UINT): Likewise.
9695 (BT_FN_UINT_FLOAT_FLOAT_FLOAT_FLOAT): Likewise.
9696 (BT_FN_ULONG_ULONG_ULONG_UINT_UINT): Likewise.
9697 * doc/frontends.texi: List BRIG FE.
9698 * doc/install.texi (Testing): Add BRIG tesring requirements.
9699 * doc/invoke.texi (Overall Options): Mention BRIG.
9700 * doc/standards.texi (Standards): Doucment BRIG HSA version.
9701
9702 2017-01-24 Richard Biener <rguenther@suse.de>
9703
9704 PR translation/79208
9705 * ipa-devirt.c (odr_types_equivalent_p): Fix typo in diagnostic.
9706
9707 2017-01-24 Martin Jambor <mjambor@suse.cz>
9708
9709 PR bootstrap/79198
9710 * ipa-prop.c (ipa_free_all_node_params): Call summary destructor.
9711 * ipa-prop.c (ipa_node_params_t::insert): Initialize fields known_csts
9712 and known_contexts.
9713
9714 2017-01-24 Aldy Hernandez <aldyh@redhat.com>
9715
9716 PR middle-end/79123
9717 * gimple-ssa-warn-alloca.c (alloca_call_type): Make sure
9718 casts from signed to unsigned really don't have a range.
9719
9720 2017-01-24 Markus Trippelsdorf <markus@trippelsdorf.de>
9721
9722 * gimple-ssa-sprintf.c (format_floating): Change MPFR_RNDx to
9723 GMP_RNDx for compatiblity.
9724
9725 2017-01-24 Martin Liska <mliska@suse.cz>
9726
9727 PR bootstrap/79132
9728 * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Insert assert
9729 that would prevent us to call alloca with -1 as argument.
9730
9731 2017-01-24 Jakub Jelinek <jakub@redhat.com>
9732
9733 * dwarf2out.c (output_compilation_unit_header, output_file_names):
9734 Avoid -Wformat-security warning.
9735
9736 2017-01-23 Andrew Pinski <apinski@cavium.com>
9737
9738 * config/aarch64/aarch64.c (thunderx2t99_addrcost_table): Improve
9739 cost table.
9740
9741 2017-01-23 Martin Sebor <msebor@redhat.com>
9742
9743 PR middle-end/78703
9744 * gimple-ssa-sprintf.c (warn_level): New global.
9745 (format_integer): Use it here and throughout the rest of the file.
9746 Use the same switch to compute sign as base.
9747 (maybe_warn): New function.
9748 (format_directive): Factor out warnings into maybe_warn.
9749 Add debugging output. Use warn_level.
9750 (add_bytes): Use warn_level.
9751 (pass_sprintf_length::compute_format_length): Add debugging output.
9752 (try_substitute_return_value): Same.
9753 (pass_sprintf_length::handle_gimple_call): Set and use warn_level.
9754
9755 PR middle-end/78703
9756 * gimple-ssa-sprintf.c (struct format_result): Remove constant member.
9757 (struct fmtresult, format_integer, format_floating): Adjust.
9758 (fmtresult::fmtresult): Set max correctly in two argument ctor.
9759 (get_string_length, format_string,format_directive): Same.
9760 (pass_sprintf_length::compute_format_length): Same.
9761 (try_substitute_return_value): Simplify slightly.
9762
9763 PR middle-end/78703
9764 * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Adjust formatting.
9765 (fmtresult::operator+=): Outlined.
9766 (struct fmtresult): Add ctors.
9767 (struct conversion_spec): Rename...
9768 (struct directive): ...to this. Add and remove data members.
9769 (directive::set_width, directive::set_precision): New functions.
9770 (format_percent): Use fmtresult ctor.
9771 (get_width_and_precision): Remove.
9772 (format_integer): Make naming changes. Avoid computing width and
9773 precision.
9774 (format_floating): Same. Adjust indentation.
9775 (format_character, format_none): New functions.
9776 (format_string): Moved character handling to format_character.
9777 (format_directive): Remove arguments, change return type.
9778 (parse_directive): New function.
9779 (pass_sprintf_length::compute_format_length): Move directive
9780 parsing to parse_directive.
9781
9782 2017-01-23 Jakub Jelinek <jakub@redhat.com>
9783
9784 * tree.h (assign_assembler_name_if_neeeded): Rename to ...
9785 (assign_assembler_name_if_needed): ... this.
9786 * tree.c (assign_assembler_name_if_neeeded): Rename to ...
9787 (assign_assembler_name_if_needed): ... this.
9788 (free_lang_data_in_cgraph): Adjust callers.
9789 * cgraphunit.c (cgraph_node::analyze): Likewise.
9790 * omp-expand.c (expand_omp_taskreg, expand_omp_target):
9791 Likewise.
9792
9793 2017-01-23 Richard Biener <rguenther@suse.de>
9794
9795 PR tree-optimization/79088
9796 PR tree-optimization/79188
9797 * tree-ssa-threadupdate.c (mark_threaded_blocks): Move code
9798 resetting loop bounds after last path deletion. Reset loop
9799 bounds of the target loop, make code match the comments.
9800 * tree-ssa-threadbackwards.c (pass_early_thread_jumps::execute):
9801 Make sure loops need no fixups.
9802
9803 2017-01-23 Kelvin Nilsen <kelvin@gcc.gnu.org>
9804
9805 * config/rs6000/rs6000-builtin.def (VSIEDPF): Add scalar insert
9806 exponent support with double type for first argument.
9807 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Changed
9808 type returned by __builtin_vec_extract_sig,
9809 __builtin_vec_extract_sig_sp, and __builtin_vec_extract_sig_dp
9810 functions from "vector int" to "vector unsigned int" or from
9811 "vector long long int" to "vector unsigned long long int".
9812 Changed type returned by __builtin_vec_extract_exp,
9813 __builtin_vec_extract_exp_sp, and __builtin_vec_extract_exp_dp
9814 functions from "vector int" to "vector unsigned int" or from
9815 "vector long long int" to "vector unsigned long long int".
9816 Changed return type of __builtin_vec_test_data_class,
9817 __builtin_vec_test_data_class_sp, and
9818 __builtin_vec_test_data_class_dp from "vector int" to
9819 "vector bool int" or from "vector long long int" to "vector bool
9820 long long int" and changed second argument type from "unsigned
9821 int" to "int". Added new overloaded function forms "vector float
9822 __builtin_vec_insert_exp (vector float, vector unsigned int)" and
9823 "vector float __builtin_vec_insert_exp_sp (vector float, vector
9824 unsigned int)" and "vector double __builtin_vec_insert_exp (vector
9825 double, vector unsigned long long int)" and "vector double
9826 __builtin_vec_insert_exp_dp (vector double, vector unsigned long
9827 long int)". Changed return type of
9828 __builtin_scalar_test_data_class and
9829 __builtin_scalar_test_data_class_sp and
9830 __builtin_scalar_test_data_class_dp from "unsigned int" to "bool
9831 int" and changed second argument from "unsigned int" to "int".
9832 Changed type returned by __builtin_scalar_test_neg,
9833 __builtin_scalar_test_neg_sp, and __builtin_scalar_test_neg_dp
9834 from "int" to "bool int". Added new overloaded function form
9835 "double __builtin_scalar_insert_exp (double, unsigned long long int)".
9836 * config/rs6000/vsx.md (xsiexpdpf): New insn for scalar insert
9837 exponent double-precision with floating point first argument.
9838 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Adjust
9839 documentation of scalar_test_data_class, scalar_test_neg,
9840 scalar_extract_sig, scalar_extract_exp, scalar_insert_exp,
9841 vector_extract_exp, vec_extract_sig, vec_insert_exp, and
9842 vec_test_data_class built-in functions to reflect refinements in
9843 their type signatures.
9844
9845 2017-01-23 Andreas Tobler <andreast@gcc.gnu.org>
9846
9847 * config/aarch64/aarch64.c (aarch64_elf_asm_constructor): Increase
9848 size of buf.
9849 (aarch64_elf_asm_destructor): Likewise.
9850
9851 2017-01-23 Bernd Schmidt <bschmidt@redhat.com>
9852
9853 PR rtl-optimization/78634
9854 * config/i386/i386.c (ix86_max_noce_ifcvt_seq_cost): New function.
9855 (TARGET_MAX_NOCE_IFCVT_SEQ_COST): Define.
9856 * ifcvt.c (noce_try_cmove): Add missing cost check.
9857
9858 PR rtl-optimization/71724
9859 * combine.c (if_then_else_cond): Look for situations where it is
9860 beneficial to undo the work of one of the recursive calls.
9861
9862 2017-01-23 Bin Cheng <bin.cheng@arm.com>
9863
9864 PR tree-optimization/70754
9865 * tree-predcom.c (stmt_combining_refs): New parameter INSERT_BEFORE.
9866 (reassociate_to_the_same_stmt): New parameter INSERT_BEFORE. Insert
9867 combined stmt before it if not NULL.
9868 (combine_chains): Process refs reversely and compute dominance point
9869 for root ref.
9870
9871 2017-01-23 Martin Liska <mliska@suse.cz>
9872
9873 PR tree-optimization/79196
9874 * tree-ssa-strlen.c (fold_strstr_to_memcmp): Rename to ...
9875 (fold_strstr_to_strncmp): ... this. Fold the pattern to strncmp
9876 instead of memcmp.
9877 (strlen_optimize_stmt): Call the renamed function.
9878
9879 2017-01-23 Michael Matz <matz@suse.de>
9880
9881 PR tree-optimization/78384
9882 * tree-ssa-loop-split.c (patch_loop_exit): Use correct edge.
9883
9884 2017-01-23 Richard Biener <rguenther@suse.de>
9885
9886 PR tree-optimization/79186
9887 * tree-vrp.c (register_new_assert_for): Make sure we've seen
9888 both incoming edges before moving an assert.
9889
9890 2017-01-23 Martin Jambor <mjambor@suse.cz>
9891
9892 * ipa-prop.c (load_from_param_1): Removed.
9893 (load_from_unmodified_param): Bits from load_from_param_1 put back
9894 here.
9895 (load_from_param): Removed.
9896 (compute_complex_assign_jump_func): Removed stmt2 and just replaced it
9897 with stmt. Reverted back to use of load_from_unmodified_param.
9898
9899 2017-01-23 Martin Jambor <mjambor@suse.cz>
9900
9901 PR ipa/79108
9902 * ipa-prop.h (ipa_param_descriptor): Anotate with with GTY(()).
9903 (ipa_node_params): Annotate with GTY((for_user)). Make descriptors
9904 field a pointer to garbage collected vector, mark lattices and
9905 ipcp_orig_node with GTY((skip)).
9906 (ipa_get_param_count): Adjust to descriptors being a pointer.
9907 (ipa_get_param): Likewise.
9908 (ipa_get_type): Likewise.
9909 (ipa_get_param_move_cost): Likewise.
9910 (ipa_set_param_used): Likewise.
9911 (ipa_get_controlled_uses): Likewise.
9912 (ipa_set_controlled_uses): Likewise.
9913 (ipa_is_param_used): Likewise.
9914 (ipa_node_params_t): Move into garbage collector. New methods insert
9915 and remove.
9916 (ipa_node_params_sum): Annotate wth GTY(()).
9917 (ipa_check_create_node_params): Adjust to ipa_node_params_sum being
9918 garbage collected.
9919 (ipa_load_from_parm_agg): Adjust declaration.
9920 * ipa-icf.c (param_used_p): Adjust to descriptors being a pointer.
9921 * ipa-profile.c (ipa_profile): Likewise.
9922 * ipa-prop.c (ipa_get_param_decl_index_1): Likewise.
9923 (ipa_populate_param_decls): Make descriptors parameter garbage
9924 collected.
9925 (ipa_dump_param): Adjust to descriptors being a pointer.
9926 (ipa_alloc_node_params): Likewise.
9927 (ipa_initialize_node_params): Likewise.
9928 (load_from_param_1): Make descriptors parameter garbage collected.
9929 (load_from_unmodified_param): Likewise.
9930 (load_from_param): Likewise.
9931 (ipa_load_from_parm_agg): Likewise.
9932 (ipa_node_params::~ipa_node_params): Removed.
9933 (ipa_free_all_node_params): Remove call to delete operator.
9934 (ipa_node_params_t::insert): New.
9935 (ipa_node_params_t::remove): Likewise.
9936 (ipa_node_params_t::duplicate): Adjust to descriptors being a pointer,
9937 copy known_csts and known_contexts vectors.
9938 (ipa_read_node_info): Adjust to descriptors being a pointer.
9939 (ipcp_modif_dom_walker): Make m_descriptors field garbage
9940 collected.
9941 (ipcp_transform_function): Make descriptors variable garbage
9942 collected.
9943
9944 2017-01-23 Andrew Senkevich <andrew.senkevich@intel.com>
9945
9946 * config/i386/avx512bwintrin.h: Add k-mask test, kortest intrinsics.
9947 * config/i386/avx512dqintrin.h: Ditto.
9948 * config/i386/avx512fintrin.h: Ditto.
9949 * gcc/config/i386/i386.c: Handle new builtins.
9950 * config/i386/i386-builtin.def: Add new builtins.
9951 * config/i386/sse.md (ktest<mode>, kortest<mode>): New.
9952 (UNSPEC_KORTEST, UNSPEC_KTEST): New.
9953
9954 2017-01-23 Jakub Jelinek <jakub@redhat.com>
9955 Martin Liska <mliska@suse.cz>
9956
9957 * asan.h: Define ASAN_USE_AFTER_SCOPE_ATTRIBUTE.
9958 * asan.c (asan_expand_poison_ifn): Support stores and use
9959 appropriate ASAN report function.
9960 * internal-fn.c (expand_ASAN_POISON_USE): New function.
9961 * internal-fn.def (ASAN_POISON_USE): Declare.
9962 * tree-into-ssa.c (maybe_add_asan_poison_write): New function.
9963 (maybe_register_def): Create ASAN_POISON_USE when sanitizing.
9964 * tree-ssa-dce.c (eliminate_unnecessary_stmts): Remove
9965 ASAN_POISON calls w/o LHS.
9966 * tree-ssa.c (execute_update_addresses_taken): Create clobber
9967 for ASAN_MARK (UNPOISON, &x, ...) in order to prevent usage of a LHS
9968 from ASAN_MARK (POISON, &x, ...) coming to a PHI node.
9969 * gimplify.c (asan_poison_variables): Add attribute
9970 use_after_scope_memory to variables that really needs to live
9971 in memory.
9972 * tree-ssa.c (is_asan_mark_p): Do not rewrite into SSA when
9973 having the attribute.
9974
9975 2017-01-23 Martin Liska <mliska@suse.cz>
9976
9977 * asan.c (create_asan_shadow_var): New function.
9978 (asan_expand_poison_ifn): Likewise.
9979 * asan.h (asan_expand_poison_ifn): New declaration.
9980 * internal-fn.c (expand_ASAN_POISON): Likewise.
9981 * internal-fn.def (ASAN_POISON): New builtin.
9982 * sanopt.c (pass_sanopt::execute): Expand
9983 asan_expand_poison_ifn.
9984 * tree-inline.c (copy_decl_for_dup_finish): Make function
9985 external.
9986 * tree-inline.h (copy_decl_for_dup_finish): Likewise.
9987 * tree-ssa.c (is_asan_mark_p): New function.
9988 (execute_update_addresses_taken): Rewrite local variables
9989 (identified just by use-after-scope as addressable) into SSA.
9990
9991 2017-01-22 Gerald Pfeifer <gerald@pfeifer.com>
9992
9993 * doc/install.texi (Specific): opensource.apple.com uses https
9994 now. Remove trailing slash.
9995
9996 2017-01-22 Gerald Pfeifer <gerald@pfeifer.com>
9997
9998 * README.Portability: Remove note on an Irix compatibility issue.
9999
10000 2017-01-22 Dimitry Andric <dim@FreeBSD.org>
10001
10002 * gcov.c (INCLUDE_ALGORITHM): Define.
10003 (INCLUDE_VECTOR): Define.
10004 No longer include <vector> and <algorithm> directly.
10005
10006 2017-01-21 Gerald Pfeifer <gerald@pfeifer.com>
10007
10008 * doc/extend.texi (Thread-Local): Change www.akkadia.org reference
10009 to https.
10010 * doc/invoke.texi (Code Gen Options): Ditto.
10011
10012 2017-01-21 Jan Hubicka <hubicka@ucw.cz>
10013
10014 PR lto/78407
10015 * cfg.c (update_bb_profile_for_threading): Fix updating of probablity.
10016
10017 2017-01-21 Bernd Schmidt <bschmidt@redhat.com>
10018
10019 rtl-optimization/79125
10020 * cprop.c (local_cprop_pass): Handle cases where we make an
10021 unconditional trap.
10022
10023 2017-01-20 Segher Boessenkool <segher@kernel.crashing.org>
10024
10025 PR target/61729
10026 PR target/77850
10027 * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Adjust address to
10028 read from, for big endian.
10029
10030 2017-01-20 Jiong Wang <jiong.wang@arm.com>
10031
10032 * config/aarch64/aarch64-builtins.c (aarch64_init_builtins): Register
10033 register pauth builtins for LP64 only.
10034
10035 2017-01-20 Marek Polacek <polacek@redhat.com>
10036
10037 PR c/79152
10038 * gimplify.c (should_warn_for_implicit_fallthrough): Handle consecutive
10039 non-case labels.
10040
10041 2017-01-20 Alexander Monakov <amonakov@ispras.ru>
10042
10043 * omp-expand.c (expand_omp_simd): Clear PROP_gimple_lomp_dev regardless
10044 of safelen status.
10045 * omp-offload.c (pass_omp_device_lower::gate): Use PROP_gimple_lomp_dev.
10046 * passes.c (dump_properties): Handle PROP_gimple_lomp_dev.
10047 * tree-inline.c (expand_call_inline): Propagate PROP_gimple_lomp_dev.
10048
10049 2017-01-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10050
10051 PR target/71270
10052 * config/arm/arm.c (neon_valid_immediate): Reject vector constants
10053 in big-endian mode when they are not a single duplicated value.
10054
10055 2017-01-20 Richard Biener <rguenther@suse.de>
10056
10057 * BASE-VER: Bump to 7.0.1.
10058
10059 2017-01-20 Alexander Monakov <amonakov@ispras.ru>
10060
10061 * omp-low.c (omplow_simd_context): New struct. Use it...
10062 (lower_rec_simd_input_clauses): ...here and...
10063 (lower_rec_input_clauses): ...here to hold common data. Adjust all
10064 references to idx, lane, max_vf, is_simt.
10065
10066 2017-01-20 Graham Markall <graham.markall@embecosm.com>
10067
10068 * config/arc/arc.h (LINK_SPEC): Use arclinux_nps emulation when
10069 mcpu=nps400.
10070
10071 2017-01-20 Martin Jambor <mjambor@suse.cz>
10072
10073 * hsa.h: Renaed to hsa-common.h. Adjusted a comment.
10074 * hsa.c: Renaed to hsa-common.c. Change include of gt-hsa.h to
10075 gt-hsa-common.h.
10076 * Makefile.in (OBJS): Rename hsa.o to hsa-common.o.
10077 (GTFILES): Rename hsa.c to hsa-common.c.
10078 * hsa-brig.c: Change include of hsa.h to hsa-common.h.
10079 * hsa-dump.c: Likewise.
10080 * hsa-gen.c: Likewise.
10081 * hsa-regalloc.c: Likewise.
10082 * ipa-hsa.c: Likewise.
10083 * omp-expand.c: Likewise.
10084 * omp-low.c: Likewise.
10085 * toplev.c: Likewise.
10086
10087 2017-01-20 Marek Polacek <polacek@redhat.com>
10088
10089 PR c/64279
10090 * doc/invoke.texi: Document -Wduplicated-branches.
10091 * fold-const.c (operand_equal_p): Handle MODIFY_EXPR, INIT_EXPR,
10092 COMPOUND_EXPR, PREDECREMENT_EXPR, PREINCREMENT_EXPR,
10093 POSTDECREMENT_EXPR, POSTINCREMENT_EXPR, CLEANUP_POINT_EXPR, EXPR_STMT,
10094 STATEMENT_LIST, and RETURN_EXPR. For non-pure non-const functions
10095 return 0 only when not OEP_LEXICOGRAPHIC.
10096 (fold_build_cleanup_point_expr): Use the expression
10097 location when building CLEANUP_POINT_EXPR.
10098 * tree-core.h (enum operand_equal_flag): Add OEP_LEXICOGRAPHIC.
10099 * tree.c (add_expr): Handle error_mark_node.
10100
10101 2017-01-20 Martin Liska <mliska@suse.cz>
10102
10103 PR lto/69188
10104 * tree-profile.c (init_ic_make_global_vars): Do not call
10105 finalize_decl.
10106 (gimple_init_gcov_profiler): Likewise.
10107
10108 2017-01-20 Martin Liska <mliska@suse.cz>
10109
10110 PR ipa/71190
10111 * cgraph.h (maybe_create_reference): Remove argument and
10112 update comment.
10113 * cgraphclones.c (cgraph_node::create_virtual_clone): Remove one
10114 argument.
10115 * ipa-cp.c (create_specialized_node): Likewise.
10116 * symtab.c (symtab_node::maybe_create_reference): Handle
10117 VAR_DECLs and ADDR_EXPRs and select ipa_ref_use type.
10118
10119 2017-01-20 Martin Liska <mliska@suse.cz>
10120
10121 * read-rtl-function.c (function_reader::create_function): Use
10122 build_decl instread of build_decl_stat.
10123
10124 2017-01-20 Andrew Senkevich <andrew.senkevich@intel.com>
10125
10126 * config/i386/avx512bwintrin.h: Add k-mask registers shift intrinsics.
10127 * config/i386/avx512dqintrin.h: Ditto.
10128 * config/i386/avx512fintrin.h: Ditto.
10129 * config/i386/i386-builtin-types.def: Add new types.
10130 * gcc/config/i386/i386.c: Handle new types.
10131 * config/i386/i386-builtin.def (__builtin_ia32_kshiftliqi)
10132 (__builtin_ia32_kshiftlihi, __builtin_ia32_kshiftlisi)
10133 (__builtin_ia32_kshiftlidi, __builtin_ia32_kshiftriqi)
10134 (__builtin_ia32_kshiftrihi, __builtin_ia32_kshiftrisi)
10135 (__builtin_ia32_kshiftridi): New.
10136 * config/i386/sse.md (k<code><mode>): Rename *k<code><mode>.
10137
10138 2017-01-19 Segher Boessenkool <segher@kernel.crashing.org>
10139
10140 PR target/78875
10141 PR target/79140
10142 * config/rs6000/rs6000.c (TARGET_STACK_PROTECT_GUARD): Unconditionally
10143 define to rs6000_init_stack_protect_guard.
10144 (rs6000_init_stack_protect_guard): New function.
10145
10146 2017-01-19 Matthew Fortune <matthew.fortune@imgtec.com>
10147 Yunqiang Su <yunqiang.su@imgtec.com>
10148
10149 * config.gcc (supported_defaults): Add madd4.
10150 (with_madd4): Add validation.
10151 (all_defaults): Add madd4.
10152 * config/mips/mips.opt (mmadd4): New option.
10153 * gcc/config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
10154 mmadd4.
10155 (TARGET_CPU_CPP_BUILTINS): Add builtin_define for
10156 __mips_no_madd4.
10157 (ISA_HAS_UNFUSED_MADD4): Gate with mips_madd4.
10158 (ISA_HAS_FUSED_MADD4): Likewise.
10159 * gcc/doc/invoke.texi (-mmadd4): Document the new option.
10160 * gcc/doc/install.texi (--with-madd4): Document the new option.
10161
10162 2017-01-19 Jiong Wang <jiong.wang@arm.com>
10163
10164 * config/aarch64/aarch64-builtins.c (enum aarch64_builtins): New
10165 entries for AARCH64_PAUTH_BUILTIN_XPACLRI,
10166 AARCH64_PAUTH_BUILTIN_PACIA1716, AARCH64_PAUTH_BUILTIN_AUTIA1716.
10167 (aarch64_init_pauth_hint_builtins): New.
10168 (aarch64_init_builtins): Call aarch64_init_pauth_hint_builtins.
10169 (aarch64_expand_builtin): Expand new builtins.
10170
10171 2017-01-19 Jiong Wang <jiong.wang@arm.com>
10172
10173 * reg-notes.def (CFA_TOGGLE_RA_MANGLE): New reg-note.
10174 * combine-stack-adj.c (no_unhandled_cfa): Handle
10175 REG_CFA_TOGGLE_RA_MANGLE.
10176 * dwarf2cfi.c (dwarf2out_frame_debug): Handle REG_CFA_TOGGLE_RA_MANGLE.
10177 * config/aarch64/aarch64.c (aarch64_expand_prologue): Generates DWARF
10178 info for return address signing.
10179 (aarch64_expand_epilogue): Likewise.
10180
10181 2017-01-19 Jiong Wang <jiong.wang@arm.com>
10182
10183 * config/aarch64/aarch64-opts.h (aarch64_function_type): New enum.
10184 * config/aarch64/aarch64-protos.h
10185 (aarch64_return_address_signing_enabled): New declaration.
10186 * config/aarch64/aarch64.c (aarch64_return_address_signing_enabled):
10187 New function.
10188 (aarch64_expand_prologue): Sign return address before it's pushed onto
10189 stack.
10190 (aarch64_expand_epilogue): Authenticate return address fetched from
10191 stack.
10192 (aarch64_override_options): Sanity check for ILP32 and ISA level.
10193 (aarch64_attributes): New function attributes for "sign-return-address".
10194 * config/aarch64/aarch64.md (UNSPEC_AUTI1716, UNSPEC_AUTISP,
10195 UNSPEC_PACI1716, UNSPEC_PACISP, UNSPEC_XPACLRI): New unspecs.
10196 ("*do_return"): Generate combined instructions according to key index.
10197 ("<pauth_mnem_prefix>sp", "<pauth_mnem_prefix1716", "xpaclri"): New.
10198 * config/aarch64/iterators.md (PAUTH_LR_SP, PAUTH_17_16): New integer
10199 iterators.
10200 (pauth_mnem_prefix, pauth_hint_num_a): New integer attributes.
10201 * config/aarch64/aarch64.opt (msign-return-address=): New.
10202 * doc/extend.texi (AArch64 Function Attributes): Documents
10203 "sign-return-address=".
10204 * doc/invoke.texi (AArch64 Options): Documents "-msign-return-address=".
10205
10206 2017-01-19 Matthew Fortune <matthew.fortune@imgtec.com>
10207
10208 * doc/invoke.texi: Add missing -mlxc1-sxc1 options to
10209 overall option summary.
10210
10211 2017-01-19 Jiong Wang <jiong.wang@arm.com>
10212
10213 * config/aarch64/aarch64-arches.def: New entry for "armv8.3-a".
10214 * config/aarch64/aarch64.h (AARCH64_FL_V8_3, AARCH64_FL_FOR_ARCH8_3,
10215 AARCH64_ISA_V8_3, TARGET_ARMV8_3): New.
10216 * doc/invoke.texi (AArch64 Options): Document "armv8.3-a".
10217
10218 2017-01-19 Michael Meissner <meissner@linux.vnet.ibm.com>
10219
10220 * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Enable
10221 -mpower9-minmax by default for -mcpu=power9.
10222 (ISA_3_MASKS_IEEE): Require -mvsx-small-integer to enable IEEE
10223 128-bit floating point.
10224
10225 2017-01-20 Alan Modra <amodra@gmail.com>
10226
10227 * config/rs6000/rs6000.md (cmpstrnsi, cmpstrsi): Fail if
10228 optimizing for size.
10229
10230 2017-01-20 Alan Modra <amodra@gmail.com>
10231
10232 PR target/79144
10233 * config/rs6000/rs6000.c (expand_strn_compare): Get the asm name
10234 for strcmp and strncmp from corresponding builtin decl.
10235
10236 2017-01-19 Uros Bizjak <ubizjak@gmail.com>
10237
10238 * config.gcc (x86_64-*-rtems*): Use i386/rtemself.h
10239 instead of i386/rtems-64.h.
10240 * config/i386/rtems-64.h: Remove.
10241
10242 2017-01-19 Uros Bizjak <ubizjak@gmail.com>
10243
10244 PR target/78478
10245 Revert:
10246 2013-11-05 Uros Bizjak <ubizjak@gmail.com>
10247
10248 * config/i386/rtemself.h (LONG_DOUBLE_TYPE_SIZE): New define.
10249
10250 2017-01-19 Tamar Christina <tamar.christina@arm.com>
10251
10252 * config/aarch64/aarch64.c (aarch64_simd_gen_const_vector_dup):
10253 Change int to HOST_WIDE_INT.
10254 * config/aarch64/aarch64-protos.h
10255 (aarch64_simd_gen_const_vector_dup): Likewise.
10256 * config/aarch64/aarch64-simd.md: Add copysign<mode>3.
10257
10258 2017-01-19 David Malcolm <dmalcolm@redhat.com>
10259
10260 * langhooks-def.h (lhd_type_for_size): New decl.
10261 (LANG_HOOKS_TYPE_FOR_SIZE): Define as lhd_type_for_size.
10262 * langhooks.c (lhd_type_for_size): New function, taken from
10263 lto_type_for_size.
10264
10265 2017-01-19 Pat Haugen <pthaugen@us.ibm.com>
10266
10267 * config/rs6000/power9.md (power9-alu): Remove 'cmp' type and add
10268 define_bypass for CR latency.
10269 (power9-cracked-alu): Update bypass latency and remove power9-branch.
10270 (power9-alu2): Add define_bypass for CR latency.
10271 (power9-cmp): New.
10272 (power9-mul): Update insn latency.
10273 (power9-mul-compare): Update insn latency, bypass latency and remove
10274 power9-branch.
10275
10276 2016-01-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10277
10278 * config/aarch64/aarch64-protos.h (aarch64_nopcrelative_literal_loads):
10279 Delete.
10280 * config/aarch64/aarch64.md
10281 (aarch64_reload_movcp<GPF_TF:mode><P:mode>): Delete reference to
10282 aarch64_nopcrelative_literal_loads.
10283 (aarch64_reload_movcp<VALL:mode><P:mode>): Likewise.
10284
10285 2017-01-19 Chenghua Xu <paul.hua.gm@gmail.com>
10286
10287 * config/mips/mips.h (ISA_HAS_FUSED_MADD4): Enable for
10288 TARGET_LOONGSON_3A.
10289 (ISA_HAS_UNFUSED_MADD4): Exclude TARGET_LOONGSON_3A.
10290
10291 2017-01-19 Doug Gilmore <doug.gilmore@imgtec.com>
10292
10293 PR target/78176
10294 * config.gcc (supported_defaults): Add lxc1-sxc1.
10295 (with_lxc1_sxc1): Add validation.
10296 (all_defaults): Add lxc1-sxc1.
10297 * config/mips/mips.opt (mlxc1-sxc1): New option.
10298 * gcc/config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
10299 mlxc1-sxc1.
10300 (TARGET_CPU_CPP_BUILTINS): Add builtin_define for
10301 __mips_no_lxc1_sxc1.
10302 (ISA_HAS_LXC1_SXC1): Gate with mips_lxc1_sxc1.
10303 * gcc/doc/invoke.texi (-mlxc1-sxc1): Document the new option.
10304 * doc/install.texi (--with-lxc1-sxc1): Document the new option.
10305
10306 2017-01-19 Richard Biener <rguenther@suse.de>
10307
10308 PR tree-optimization/72488
10309 * tree-ssa-sccvn.c (run_scc_vn): When we abort the VN make
10310 sure to restore SSA info.
10311 * tree-ssa.c (verify_ssa): Verify SSA info is not shared.
10312
10313 2017-01-19 Richard Earnshaw <rearnsha@arm.com>
10314
10315 PR rtl-optimization/79121
10316 * expr.c (expand_expr_real_2, case LSHIFT_EXPR): Look at the signedness
10317 of the inner type when shifting an extended value.
10318
10319 2017-01-17 Jan Hubicka <hubicka@ucw.cz>
10320
10321 PR lto/78407
10322 * symtab.c (symtab_node::equal_address_to): Fix comparing of
10323 interposable aliases.
10324
10325 2017-01-18 Peter Bergner <bergner@vnet.ibm.com>
10326
10327 PR target/78516
10328 * config/rs6000/spe.md (mov_si<mode>_e500_subreg0): Fix constraints.
10329 Use the evmergelohi instruction.
10330 (mov_si<mode>_e500_subreg4_2_le): Likewise.
10331 (mov_sitf_e500_subreg8_2_be): Likewise.
10332 (mov_sitf_e500_subreg12_2_le): Likewise.
10333 (mov_si<mode>_e500_subreg0_2_le): Fix constraints.
10334 (mov_si<mode>_e500_subreg4_2_be): Likewise.
10335 (mov_sitf_e500_subreg8_2_le): Likewise.
10336 (mov_sitf_e500_subreg12_2_be): Likewise.
10337
10338 2017-01-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
10339
10340 * config/rs6000/altivec.md (altivec_vbpermq): Change "type"
10341 attribute from vecsimple to vecperm.
10342 (altivec_vbpermq2): Likewise.
10343
10344 2017-01-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
10345
10346 PR target/79040
10347 * config/rs6000/altivec.h: Fix typo of vec_cntlz to vec_cnttz.
10348
10349 2017-01-18 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
10350 * config/rs6000/rs6000-protos.h (expand_strn_compare): Add arg.
10351 * config/rs6000/rs6000.c (expand_strn_compare): Add ability to expand
10352 strcmp. Fix bug where comparison didn't stop with zero byte. Fix
10353 case where N arg is SIZE_MAX.
10354 * config/rs6000/rs6000.md (cmpstrnsi): Args to expand_strn_compare.
10355 (cmpstrsi): Add pattern.
10356
10357 2017-01-18 Michael Meissner <meissner@linux.vnet.ibm.com>
10358
10359 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
10360 __builtin_vec_revb builtins.
10361 * config/rs6000/rs6000-builtins.def (P9V_BUILTIN_XXBRQ_V16QI): Add
10362 built-in functions to support generation of the ISA 3.0 XXBR<x>
10363 vector byte reverse instructions.
10364 (P9V_BUILTIN_XXBRQ_V1TI): Likewise.
10365 (P9V_BUILTIN_XXBRD_V2DI): Likewise.
10366 (P9V_BUILTIN_XXBRD_V2DF): Likewise.
10367 (P9V_BUILTIN_XXBGW_V4SI): Likewise.
10368 (P9V_BUILTIN_XXBGW_V4SF): Likewise.
10369 (P9V_BUILTIN_XXBGH_V8HI): Likewise.
10370 (P9V_BUILTIN_VEC_REVB): Likewise.
10371 * config/rs6000/vsx.md (p9_xxbrq_v1ti): New insns/expanders to
10372 generate the ISA 3.0 XXBR<x> vector byte reverse instructions.
10373 (p9_xxbrq_v16qi): Likewise.
10374 (p9_xxbrd_<mode>, VSX_D iterator): Likewise.
10375 (p9_xxbrw_<mode>, VSX_W iterator): Likewise.
10376 (p9_xxbrh_v8hi): Likewise.
10377 * config/rs6000/altivec.h (vec_revb): Define if ISA 3.0.
10378 * doc/extend.texi (RS/6000 Altivec Built-ins): Document the
10379 vec_revb built-in functions.
10380
10381 2017-01-18 Uros Bizjak <ubizjak@gmail.com>
10382
10383 PR rtl-optimization/78952
10384 * config/i386/i386.md (any_extract): New code iterator.
10385 (*insvqi_2): Use any_extract for source operand.
10386 (*insvqi_3): Use any_shiftrt for source operand.
10387
10388 2017-01-18 Wilco Dijkstra <wdijkstr@arm.com>
10389
10390 * config/aarch64/aarch64.c (aarch64_sched_adjust_priority)
10391 New function.
10392 (TARGET_SCHED_ADJUST_PRIORITY): Define target hook.
10393
10394 2017-01-18 Matthias Klose <doko@ubuntu.com>
10395
10396 * doc/install.texi: Allow default for --with-target-bdw-gc-include.
10397
10398 2016-01-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
10399
10400 * config/rs6000/altivec.h (vec_bperm): Change #define.
10401 * config/rs6000/altivec.md (UNSPEC_VBPERMD): New enum constant.
10402 (altivec_vbpermq2): New define_insn.
10403 (altivec_vbpermd): Likewise.
10404 * config/rs6000/rs6000-builtin.def (VBPERMQ2): New monomorphic
10405 function interface.
10406 (VBPERMD): Likewise.
10407 (VBPERM): New polymorphic function interface.
10408 * config/rs6000/r6000-c.c (altivec_overloaded_builtins_table):
10409 Add entries for P9V_BUILTIN_VEC_VBPERM.
10410 * doc/extend.texi: Add interfaces for vec_bperm.
10411
10412 2017-01-18 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10413
10414 * config/s390/s390-c.c (s390_expand_overloaded_builtin): Downcase
10415 first letter of error messages.
10416 (s390_resolve_overloaded_builtin): Likewise.
10417 * config/s390/s390.c (s390_expand_builtin): Likewise.
10418 (s390_invalid_arg_for_unprototyped_fn): Likewise.
10419 (s390_valid_target_attribute_inner_p): Likewise.
10420 * config/s390/s390.md ("tabort"): Likewise.
10421
10422 2017-01-18 Toma Tabacu <toma.tabacu@imgtec.com>
10423
10424 * config/mips/mips.h (ISA_HAS_DIV3): Remove unused macro.
10425 (ISA_AVOID_DIV_HILO): New macro.
10426 (ISA_HAS_DIV): Use new ISA_AVOID_DIV_HILO macro.
10427 (ISA_HAS_DDIV): Likewise.
10428
10429 2017-01-18 Markus Trippelsdorf <markus@trippelsdorf.de>
10430
10431 * doc/invoke.texi (fabi-version): Correct number of occurrences.
10432
10433 2017-01-18 Markus Trippelsdorf <markus@trippelsdorf.de>
10434
10435 * doc/invoke.texi (fabi-version): Spelling fix.
10436
10437 2017-01-18 Markus Trippelsdorf <markus@trippelsdorf.de>
10438
10439 PR c++/70182
10440 * doc/invoke.texi (fabi-version): Mention mangling fix for
10441 operator names.
10442
10443 2017-01-18 Markus Trippelsdorf <markus@trippelsdorf.de>
10444
10445 PR c++/77489
10446 * doc/invoke.texi (fabi-version): Document discriminator mangling.
10447
10448 2017-01-17 Segher Boessenkool <segher@kernel.crashing.org>
10449
10450 PR target/78875
10451 * config/rs6000/rs6000-opts.h (stack_protector_guard): New enum.
10452 * config/rs6000/rs6000.c (rs6000_option_override_internal): Handle
10453 the new options.
10454 * config/rs6000/rs6000.md (stack_protect_set): Handle the new more
10455 flexible settings.
10456 (stack_protect_test): Ditto.
10457 * config/rs6000/rs6000.opt (mstack-protector-guard=,
10458 mstack-protector-guard-reg=, mstack-protector-guard-offset=): New
10459 options.
10460 * doc/invoke.texi (Option Summary) [RS/6000 and PowerPC Options]:
10461 Add -mstack-protector-guard=, -mstack-protector-guard-reg=, and
10462 -mstack-protector-guard-offset=.
10463 (RS/6000 and PowerPC Options): Ditto.
10464
10465 2017-01-17 Uros Bizjak <ubizjak@gmail.com>
10466
10467 * config/i386/i386.h (MASK_CLASS_P): New define.
10468 * config/i386/i386.c (inline_secondary_memory_needed): Ensure that
10469 there are no registers from different register sets also when
10470 mask registers are used. Update function comment.
10471 * config/i386/i386.md (*movsi_internal): Split (*k/*krm) alternative
10472 to (*k/*r) and (*k/*km) alternatives.
10473
10474 2017-01-17 Wilco Dijkstra <wdijkstr@arm.com>
10475
10476 * config/aarch64/aarch64.md (eh_return): Remove pattern and splitter.
10477 * config/aarch64/aarch64.h (AARCH64_EH_STACKADJ_REGNUM): Remove.
10478 (EH_RETURN_HANDLER_RTX): New define.
10479 * config/aarch64/aarch64.c (aarch64_frame_pointer_required):
10480 Force frame pointer in EH return functions.
10481 (aarch64_expand_epilogue): Add barrier for eh_return.
10482 (aarch64_final_eh_return_addr): Remove.
10483 (aarch64_eh_return_handler_rtx): New function.
10484 * config/aarch64/aarch64-protos.h (aarch64_final_eh_return_addr):
10485 Remove.
10486 (aarch64_eh_return_handler_rtx): New prototype.
10487
10488 2017-01-17 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
10489
10490 * config/rs6000/altivec.h (vec_rlmi): New #define.
10491 (vec_vrlnm): Likewise.
10492 (vec_rlnm): Likewise.
10493 * config/rs6000/altivec.md (UNSPEC_VRLMI): New UNSPEC enum value.
10494 (UNSPEC_VRLNM): Likewise.
10495 (VIlong): New mode iterator.
10496 (altivec_vrl<VI_char>mi): New define_insn.
10497 (altivec_vrl<VI_char>nm): Likewise.
10498 * config/rs6000/rs6000-builtin.def (VRLWNM): New monomorphic
10499 function entry.
10500 (VRLDNM): Likewise.
10501 (RLNM): New polymorphic function entry.
10502 (VRLWMI): New monomorphic function entry.
10503 (VRLDMI): Likewise.
10504 (RLMI): New polymorphic function entry.
10505 * config/rs6000/r6000-c.c (altivec_overloaded_builtin_table): Add
10506 new entries for P9V_BUILTIN_VEC_RLMI and P9V_BUILTIN_VEC_RLNM.
10507 * doc/extend.texi: Add description of vec_rlmi, vec_rlnm, and
10508 vec_vrlnm.
10509
10510 2017-01-17 Jakub Jelinek <jakub@redhat.com>
10511
10512 PR debug/78839
10513 * dwarf2out.c (field_byte_offset): Restore the
10514 PCC_BITFIELD_TYPE_MATTERS behavior for INTEGER_CST DECL_FIELD_OFFSET
10515 and DECL_FIELD_BIT_OFFSET. Use fold_build2 instead of build2 + fold.
10516 (analyze_variants_discr, gen_variant_part): Use fold_build2 instead
10517 of build2 + fold.
10518
10519 2017-01-17 Eric Botcazou <ebotcazou@adacore.com>
10520
10521 PR ada/67205
10522 * config/aarch64/aarch64.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define
10523
10524 2017-01-17 Jakub Jelinek <jakub@redhat.com>
10525
10526 PR debug/71669
10527 * dwarf2out.c (add_data_member_location_attribute): For constant
10528 offset bitfield emit for -gdwarf-5 DW_AT_data_bit_offset attribute
10529 instead of DW_AT_data_member_location, DW_AT_bit_offset and
10530 DW_AT_byte_size attributes.
10531
10532 2017-01-17 Eric Botcazou <ebotcazou@adacore.com>
10533
10534 * config/rs6000/rs6000.c (rs6000_emit_move): Also use a TOC reference
10535 after forcing to constant memory when the code model is medium.
10536
10537 2017-01-17 Julia Koval <julia.koval@intel.com>
10538
10539 PR target/76731
10540 * config/i386/avx512fintrin.h
10541 (_mm512_i32gather_ps): Change __addr type to void const*.
10542 (_mm512_mask_i32gather_ps): Ditto.
10543 (_mm512_i32gather_pd): Ditto.
10544 (_mm512_mask_i32gather_pd): Ditto.
10545 (_mm512_i64gather_ps): Ditto.
10546 (_mm512_mask_i64gather_ps): Ditto.
10547 (_mm512_i64gather_pd): Ditto.
10548 (_mm512_mask_i64gather_pd): Ditto.
10549 (_mm512_i32gather_epi32): Ditto.
10550 (_mm512_mask_i32gather_epi32): Ditto.
10551 (_mm512_i32gather_epi64): Ditto.
10552 (_mm512_mask_i32gather_epi64): Ditto.
10553 (_mm512_i64gather_epi32): Ditto.
10554 (_mm512_mask_i64gather_epi32): Ditto.
10555 (_mm512_i64gather_epi64): Ditto.
10556 (_mm512_mask_i64gather_epi64): Ditto.
10557 (_mm512_i32scatter_ps): Change __addr type to void*.
10558 (_mm512_mask_i32scatter_ps): Ditto.
10559 (_mm512_i32scatter_pd): Ditto.
10560 (_mm512_mask_i32scatter_pd): Ditto.
10561 (_mm512_i64scatter_ps): Ditto.
10562 (_mm512_mask_i64scatter_ps): Ditto.
10563 (_mm512_i64scatter_pd): Ditto.
10564 (_mm512_mask_i64scatter_pd): Ditto.
10565 (_mm512_i32scatter_epi32): Ditto.
10566 (_mm512_mask_i32scatter_epi32): Ditto.
10567 (_mm512_i32scatter_epi64): Ditto.
10568 (_mm512_mask_i32scatter_epi64): Ditto.
10569 (_mm512_i64scatter_epi32): Ditto.
10570 (_mm512_mask_i64scatter_epi32): Ditto.
10571 (_mm512_i64scatter_epi64): Ditto.
10572 (_mm512_mask_i64scatter_epi64): Ditto.
10573 * config/i386/avx512pfintrin.h
10574 (_mm512_mask_prefetch_i32gather_pd): Change __addr type to void const*.
10575 (_mm512_mask_prefetch_i32gather_ps): Ditto.
10576 (_mm512_mask_prefetch_i64gather_pd): Ditto.
10577 (_mm512_mask_prefetch_i64gather_ps): Ditto.
10578 (_mm512_prefetch_i32scatter_pd): Change __addr type to void*.
10579 (_mm512_prefetch_i32scatter_ps): Ditto.
10580 (_mm512_mask_prefetch_i32scatter_pd): Ditto.
10581 (_mm512_mask_prefetch_i32scatter_ps): Ditto.
10582 (_mm512_prefetch_i64scatter_pd): Ditto.
10583 (_mm512_prefetch_i64scatter_ps): Ditto.
10584 (_mm512_mask_prefetch_i64scatter_pd): Ditto.
10585 (_mm512_mask_prefetch_i64scatter_ps): Ditto.
10586 * config/i386/avx512vlintrin.h
10587 (_mm256_mmask_i32gather_ps): Change __addr type to void const*.
10588 (_mm_mmask_i32gather_ps): Ditto.
10589 (_mm256_mmask_i32gather_pd): Ditto.
10590 (_mm_mmask_i32gather_pd): Ditto.
10591 (_mm256_mmask_i64gather_ps): Ditto.
10592 (_mm_mmask_i64gather_ps): Ditto.
10593 (_mm256_mmask_i64gather_pd): Ditto.
10594 (_mm_mmask_i64gather_pd): Ditto.
10595 (_mm256_mmask_i32gather_epi32): Ditto.
10596 (_mm_mmask_i32gather_epi32): Ditto.
10597 (_mm256_mmask_i32gather_epi64): Ditto.
10598 (_mm_mmask_i32gather_epi64): Ditto.
10599 (_mm256_mmask_i64gather_epi32): Ditto.
10600 (_mm_mmask_i64gather_epi32): Ditto.
10601 (_mm256_mmask_i64gather_epi64): Ditto.
10602 (_mm_mmask_i64gather_epi64): Ditto.
10603 (_mm256_i32scatter_ps): Change __addr type to void*.
10604 (_mm256_mask_i32scatter_ps): Ditto.
10605 (_mm_i32scatter_ps): Ditto.
10606 (_mm_mask_i32scatter_ps): Ditto.
10607 (_mm256_i32scatter_pd): Ditto.
10608 (_mm256_mask_i32scatter_pd): Ditto.
10609 (_mm_i32scatter_pd): Ditto.
10610 (_mm_mask_i32scatter_pd): Ditto.
10611 (_mm256_i64scatter_ps): Ditto.
10612 (_mm256_mask_i64scatter_ps): Ditto.
10613 (_mm_i64scatter_ps): Ditto.
10614 (_mm_mask_i64scatter_ps): Ditto.
10615 (_mm256_i64scatter_pd): Ditto.
10616 (_mm256_mask_i64scatter_pd): Ditto.
10617 (_mm_i64scatter_pd): Ditto.
10618 (_mm_mask_i64scatter_pd): Ditto.
10619 (_mm256_i32scatter_epi32): Ditto.
10620 (_mm256_mask_i32scatter_epi32): Ditto.
10621 (_mm_i32scatter_epi32): Ditto.
10622 (_mm_mask_i32scatter_epi32): Ditto.
10623 (_mm256_i32scatter_epi64): Ditto.
10624 (_mm256_mask_i32scatter_epi64): Ditto.
10625 (_mm_i32scatter_epi64): Ditto.
10626 (_mm_mask_i32scatter_epi64): Ditto.
10627 (_mm256_i64scatter_epi32): Ditto.
10628 (_mm256_mask_i64scatter_epi32): Ditto.
10629 (_mm_i64scatter_epi32): Ditto.
10630 (_mm_mask_i64scatter_epi32): Ditto.
10631 (_mm256_i64scatter_epi64): Ditto.
10632 (_mm256_mask_i64scatter_epi64): Ditto.
10633 (_mm_i64scatter_epi64): Ditto.
10634 (_mm_mask_i64scatter_epi64): Ditto.
10635 * config/i386/i386-builtin-types.def (V16SF_V16SF_PCFLOAT_V16SI_HI_INT)
10636 (V8DF_V8DF_PCDOUBLE_V8SI_QI_INT, V8SF_V8SF_PCFLOAT_V8DI_QI_INT)
10637 (V8DF_V8DF_PCDOUBLE_V8DI_QI_INT, V16SI_V16SI_PCINT_V16SI_HI_INT)
10638 (V8DI_V8DI_PCINT64_V8SI_QI_INT, V8SI_V8SI_PCINT_V8DI_QI_INT)
10639 (V8DI_V8DI_PCINT64_V8DI_QI_INT, V2DF_V2DF_PCDOUBLE_V4SI_QI_INT)
10640 (V4DF_V4DF_PCDOUBLE_V4SI_QI_INT, V2DF_V2DF_PCDOUBLE_V2DI_QI_INT)
10641 (V4DF_V4DF_PCDOUBLE_V4DI_QI_INT, V4SF_V4SF_PCFLOAT_V4SI_QI_INT)
10642 (V8SF_V8SF_PCFLOAT_V8SI_QI_INT, V4SF_V4SF_PCFLOAT_V2DI_QI_INT)
10643 (V4SF_V4SF_PCFLOAT_V4DI_QI_INT, V2DI_V2DI_PCINT64_V4SI_QI_INT)
10644 (V4DI_V4DI_PCINT64_V4SI_QI_INT, V2DI_V2DI_PCINT64_V2DI_QI_INT)
10645 (V4DI_V4DI_PCINT64_V4DI_QI_INT, V4SI_V4SI_PCINT_V4SI_QI_INT)
10646 (V8SI_V8SI_PCINT_V8SI_QI_INT, V4SI_V4SI_PCINT_V2DI_QI_INT)
10647 (V4SI_V4SI_PCINT_V4DI_QI_INT, VOID_PFLOAT_HI_V16SI_V16SF_INT)
10648 (VOID_PFLOAT_QI_V8SI_V8SF_INT, VOID_PFLOAT_QI_V4SI_V4SF_INT)
10649 (VOID_PDOUBLE_QI_V8SI_V8DF_INT, VOID_PDOUBLE_QI_V4SI_V4DF_INT)
10650 (VOID_PDOUBLE_QI_V4SI_V2DF_INT, VOID_PFLOAT_QI_V8DI_V8SF_INT)
10651 (VOID_PFLOAT_QI_V4DI_V4SF_INT, VOID_PFLOAT_QI_V2DI_V4SF_INT)
10652 (VOID_PDOUBLE_QI_V8DI_V8DF_INT, VOID_PDOUBLE_QI_V4DI_V4DF_INT)
10653 (VOID_PDOUBLE_QI_V2DI_V2DF_INT, VOID_PINT_HI_V16SI_V16SI_INT)
10654 (VOID_PINT_QI_V8SI_V8SI_INT, VOID_PINT_QI_V4SI_V4SI_INT)
10655 (VOID_PLONGLONG_QI_V8SI_V8DI_INT, VOID_PLONGLONG_QI_V4SI_V4DI_INT)
10656 (VOID_PLONGLONG_QI_V4SI_V2DI_INT, VOID_PINT_QI_V8DI_V8SI_INT)
10657 (VOID_PINT_QI_V4DI_V4SI_INT, VOID_PINT_QI_V2DI_V4SI_INT)
10658 (VOID_PLONGLONG_QI_V8DI_V8DI_INT, VOID_QI_V8SI_PCINT64_INT_INT)
10659 (VOID_PLONGLONG_QI_V4DI_V4DI_INT, VOID_PLONGLONG_QI_V2DI_V2DI_INT)
10660 (VOID_HI_V16SI_PCINT_INT_INT, VOID_QI_V8DI_PCINT64_INT_INT)
10661 (VOID_QI_V8DI_PCINT_INT_INT): Remove.
10662 (V16SF_V16SF_PCVOID_V16SI_HI_INT, V8DF_V8DF_PCVOID_V8SI_QI_INT)
10663 (V8SF_V8SF_PCVOID_V8DI_QI_INT, V8DF_V8DF_PCVOID_V8DI_QI_INT)
10664 (V16SI_V16SI_PCVOID_V16SI_HI_INT, V8DI_V8DI_PCVOID_V8SI_QI_INT)
10665 (V8SI_V8SI_PCVOID_V8DI_QI_INT, V8DI_V8DI_PCVOID_V8DI_QI_INT)
10666 (VOID_PVOID_HI_V16SI_V16SF_INT, VOID_PVOID_QI_V8SI_V8DF_INT)
10667 (VOID_PVOID_QI_V8DI_V8SF_INT, VOID_PVOID_QI_V8DI_V8DF_INT)
10668 (VOID_PVOID_HI_V16SI_V16SI_INT, VOID_PVOID_QI_V8SI_V8DI_INT)
10669 (VOID_PVOID_QI_V8DI_V8SI_INT, VOID_PVOID_QI_V8DI_V8DI_INT)
10670 (V2DF_V2DF_PCVOID_V4SI_QI_INT, V4DF_V4DF_PCVOID_V4SI_QI_INT)
10671 (V2DF_V2DF_PCVOID_V2DI_QI_INT, V4DF_V4DF_PCVOID_V4DI_QI_INT
10672 (V4SF_V4SF_PCVOID_V4SI_QI_INT, V8SF_V8SF_PCVOID_V8SI_QI_INT)
10673 (V4SF_V4SF_PCVOID_V2DI_QI_INT, V4SF_V4SF_PCVOID_V4DI_QI_INT)
10674 (V2DI_V2DI_PCVOID_V4SI_QI_INT, V4DI_V4DI_PCVOID_V4SI_QI_INT)
10675 (V2DI_V2DI_PCVOID_V2DI_QI_INT, V4DI_V4DI_PCVOID_V4DI_QI_INT)
10676 (V4SI_V4SI_PCVOID_V4SI_QI_INT, V8SI_V8SI_PCVOID_V8SI_QI_INT)
10677 (V4SI_V4SI_PCVOID_V2DI_QI_INT, V4SI_V4SI_PCVOID_V4DI_QI_INT)
10678 (VOID_PVOID_QI_V8SI_V8SF_INT, VOID_PVOID_QI_V4SI_V4SF_INT)
10679 (VOID_PVOID_QI_V4SI_V4DF_INT, VOID_PVOID_QI_V4SI_V2DF_INT)
10680 (VOID_PVOID_QI_V4DI_V4SF_INT, VOID_PVOID_QI_V2DI_V4SF_INT)
10681 (VOID_PVOID_QI_V4DI_V4DF_INT, VOID_PVOID_QI_V2DI_V2DF_INT)
10682 (VOID_PVOID_QI_V8SI_V8SI_INT, VOID_PVOID_QI_V4SI_V4SI_INT)
10683 (VOID_PVOID_QI_V4SI_V4DI_INT, VOID_PVOID_QI_V4SI_V2DI_INT)
10684 (VOID_PVOID_QI_V4DI_V4SI_INT, VOID_PVOID_QI_V2DI_V4SI_INT)
10685 (VOID_PVOID_QI_V4DI_V4DI_INT, VOID_PVOID_QI_V2DI_V2DI_INT)
10686 (VOID_QI_V8SI_PCVOID_INT_INT, VOID_HI_V16SI_PCVOID_INT_INT)
10687 (VOID_QI_V8DI_PCVOID_INT_INT): Add.
10688 * config/i386/i386.c (ix86_init_mmx_sse_builtins): Adjust builtin
10689 definitions accordingly.
10690
10691 2017-01-17 Kito Cheng <kito.cheng@gmail.com>
10692 Kuan-Lin Chen <kuanlinchentw@gmail.com>
10693
10694 PR target/79079
10695 * internal-fn.c (expand_mul_overflow): Use convert_modes instead of
10696 gen_lowpart.
10697
10698 2017-01-17 Vladimir Makarov <vmakarov@redhat.com>
10699
10700 PR target/79058
10701 * ira-conflicts.c (ira_build_conflicts): Update total conflict
10702 hard regs for inner regno.
10703
10704 2017-01-17 Martin Liska <mliska@suse.cz>
10705
10706 PR ipa/71207
10707 * ipa-polymorphic-call.c (contains_type_p): Fix wrong
10708 assumption and add comment.
10709
10710 2017-01-17 Nathan Sidwell <nathan@acm.org>
10711
10712 * ipa-visibility.c (localize_node): New function, broken out of ...
10713 (function_and_variable_visibility): ... here. Call it.
10714
10715 2017-01-17 Jan Hubicka <hubicka@ucw.cz>
10716
10717 PR middle-end/77445
10718 * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges):
10719 correctly set frequency of oudgoing edge.
10720 (duplicate_thread_path): Fix profile updating.
10721
10722 2017-01-17 Jakub Jelinek <jakub@redhat.com>
10723
10724 PR other/79046
10725 * configure.ac: Add GCC_BASE_VER.
10726 * Makefile.in (version): Use @get_gcc_base_ver@ instead of cat to get
10727 version from BASE-VER file.
10728 (CFLAGS-gcc.o): Add -DBASEVER=$(BASEVER_s).
10729 (gcc.o): Depend on $(BASEVER).
10730 * common.opt (dumpfullversion): New option.
10731 * gcc.c (driver_handle_option): Handle OPT_dumpfullversion.
10732 * doc/invoke.texi: Document -dumpfullversion.
10733 * doc/install.texi: Document --with-gcc-major-version-only.
10734 * configure: Regenerated.
10735
10736 2017-01-17 Richard Biener <rguenther@suse.de>
10737
10738 PR tree-optimization/71433
10739 * tree-vrp.c (register_new_assert_for): Merge same asserts
10740 on all incoming edges.
10741 (process_assert_insertions_for): Handle insertions at the
10742 beginning of BBs.
10743
10744 2017-01-17 Gerald Pfeifer <gerald@pfeifer.com>
10745
10746 * config/i386/cygwin.h (LIBGCJ_SONAME): Remove.
10747 * config/i386/mingw32.h (LIBGCJ_SONAME): Remove.
10748
10749 2017-01-17 Kaz Kojima <kkojima@gcc.gnu.org>
10750
10751 PR target/78633
10752 * config/sh/sh.md (cmpeqsi_t+1): Call copy_rtx to avoid invalid
10753 RTL sharing.
10754
10755 2017-01-17 Alan Modra <amodra@gmail.com>
10756
10757 PR target/79066
10758 * config/rs6000/rs6000.md (elf_high, elf_low): Disable when pic.
10759 * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Don't allow
10760 symbolic stack limit when pic.
10761
10762 2017-01-16 Martin Sebor <msebor@redhat.com>
10763
10764 PR tree-optimization/78608
10765 * gimple-ssa-sprintf.c (tree_digits): Avoid negating TYPE_MIN.
10766
10767 2017-01-16 Jeff Law <law@redhat.com>
10768
10769 Revert:
10770 2016-12-02 Tadek Kijkowski <tkijkowski@gmail.com>
10771 * Makefile.in (PREPROCESSOR_DEFINES): Add a level of indirection
10772 for several include directories that may be relative to sysroot.
10773 * config/i386/x-mingw32 (gplus_includedir): Define.
10774 (gplus_tool_includedir, gplus_backward_include_dir): Likewise.
10775 (native_system_includedir): Likewise.
10776 * config/i386/mingw32.h (STANDARD_STARTFILE_PREFIX_1): Do not
10777 override if TARGET_SYSTEM_ROOT is defined.
10778 (NATIVE_SYSTEM_HEADER_DIR): Likewise.
10779
10780 PR tree-optimization/79090
10781 PR tree-optimization/33562
10782 PR tree-optimization/61912
10783 PR tree-optimization/77485
10784 * tree-ssa-dse.c (compute_trims): Accept STMT argument. Dump STMT
10785 and computed trims into the dump file.
10786
10787 2017-01-17 Uros Bizjak <ubizjak@gmail.com>
10788
10789 * config/i386/i386.h (LIMIT_RELOAD_CLASS): Remove.
10790
10791 2017-01-16 Jakub Jelinek <jakub@redhat.com>
10792
10793 PR c/79089
10794 * gimplify.c (gimplify_init_constructor): If want_value and
10795 object == lhs, unshare lhs to avoid invalid tree sharing. Formatting
10796 fix.
10797
10798 PR target/79080
10799 * loop-doloop.c (doloop_modify): Call unshare_all_rtl_in_chain on
10800 sequence. Formatting fixes.
10801 (doloop_optimize): Formatting fixes.
10802
10803 PR driver/49726
10804 * gcc.c (debug_level_greater_than_spec_func): New function.
10805 (static_spec_functions): Add debug-level-gt spec function.
10806 (ASM_DEBUG_SPEC, cpp_options): Use %:debug-level-gt(0) instead of
10807 !g0.
10808 * config/darwin.h (DSYMUTIL_SPEC, ASM_DEBUG_SPEC): Likewise.
10809 * config/darwin9.h (DSYMUTIL_SPEC, ASM_DEBUG_SPEC): Likewise.
10810 * common.opt (g, gcoff, gdwarf, gdwarf-, ggdb, gno-pubnames,
10811 gpubnames, ggnu-pubnames, gno-record-gcc-switches,
10812 grecord-gcc-switches, gno-strict-dwarf, gstrict-dwarf, gstabs,
10813 gstabs+, gtoggle, gvms, gxcoff, gxcoff+): Add Driver flag.
10814
10815 2017-01-16 Uros Bizjak <ubizjak@gmail.com>
10816
10817 * config/i386/i386.h (HARD_REGNO_CALLER_SAVE_MODE): Apply HImode and
10818 QImode fixups to general and mask registers only.
10819
10820 2017-01-16 Carl Love <cel@us.ibm.com>
10821
10822 * config/rs6000/rs6000-c (altivec_overloaded_builtins): Add support
10823 for built-in functions
10824 vector signed char vec_nabs (vector signed char)
10825 vector signed short vec_nabs (vector signed short)
10826 vector signed int vec_nabs (vector signed int)
10827 vector signed long long vec_nabs (vector signed long long)
10828 vector float vec_nabs (vector float)
10829 vector double vec_nabs (vector double)
10830 * config/rs6000/rs6000-builtin.def: Add definitions for NABS functions
10831 and NABS overload.
10832 * config/rs6000/altivec.md: New define_expand nabs<mode>2 types
10833 * config/rs6000/altivec.h: New define for vec_nabs built-in function.
10834 * doc/extend.texi: Update the documentation file for the new built-in
10835 functions.
10836
10837 2017-01-16 Martin Sebor <msebor@redhat.com>
10838
10839 * gimple-ssa-sprintf.c (format_directive): Correct a typo in a warning
10840 message.
10841
10842 2017-01-16 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
10843
10844 * config/rs6000/rs6000.c (rtx_is_swappable_p): Change
10845 UNSPEC_VSX__XXSPLTD to require special splat handling.
10846
10847 2017-01-16 David Malcolm <dmalcolm@redhat.com>
10848
10849 PR bootstrap/78616
10850 * system.h: Poison strndup.
10851
10852 2017-01-16 Alan Modra <amodra@gmail.com>
10853
10854 PR target/79098
10855 * config/rs6000/rs6000.c (rs6000_legitimate_combined_insn): Don't
10856 use a switch.
10857
10858 2017-01-16 Georg-Johann Lay <avr@gjlay.de>
10859
10860 * config/avr/avr.h (BRANCH_COST) [reload_completed]: Increase by 4.
10861
10862 2017-01-15 Uros Bizjak <ubizjak@gmail.com>
10863
10864 * config/i386/i386.c (ix86_legitimate_combined_insn): Do not
10865 call recog here. Assert that INSN_CODE (insn) is non-negative.
10866
10867 2017-01-15 Segher Boessenkool <segher@kernel.crashing.org>
10868
10869 PR target/72749
10870 * cfgrtl.c (rtl_split_edge): Also patch jump insns that jump to the
10871 fallthrough.
10872 * haifa-sched.c (dump_insn_stream): Don't crash if there is a label
10873 in the currently scheduled RTL fragment.
10874
10875 2017-01-15 Segher Boessenkool <segher@kernel.crashing.org>
10876
10877 PR rtl-optimization/78751
10878 * ifcvt.c (find_cond_trap): If we generated a non-existing insn,
10879 give up.
10880
10881 2017-01-14 Jeff Law <law@redhat.com>
10882
10883 PR tree-optimization/79090
10884 * tree-ssa-dse.c (valid_ao_ref_for_dse): Reject zero length and
10885 variable length stores.
10886 (compute_trims): Delete dead assignment to *trim_tail.
10887 (dse_dom_walker::dse_optimize_stmt): Optimize mem* calls with
10888 zero length.
10889
10890 2017-01-14 Bernd Schmidt <bschmidt@redhat.com>
10891
10892 PR rtl-optimization/78626
10893 PR rtl-optimization/78727
10894 * cprop.c (one_cprop_pass): Collect unconditional traps in the middle
10895 of a block, and split such blocks after everything else is finished.
10896
10897 2017-01-14 Alan Modra <amodra@gmail.com>
10898
10899 PR target/72749
10900 * combine.c (recog_for_combine_1): Set INSN_CODE before calling
10901 target legitimate_combined_insn.
10902 * config/rs6000/rs6000.c (TARGET_LEGITIMATE_COMBINED_INSN): Define.
10903 (rs6000_legitimate_combined_insn): New function.
10904 * config/rs6000/rs6000.md (UNSPEC_DOLOOP): Delete, and remove
10905 all uses.
10906 (ctr<mode>_internal3): Rename from *ctr<mode>_internal5.
10907 (ctr<mode>_internal4): Rename from *ctr<mode>_internal6.
10908 (ctr<mode>_internal1, ctr<mode>_internal2): Remove '*' from name.
10909
10910 2017-01-14 Gerald Pfeifer <gerald@pfeifer.com>
10911
10912 * doc/frontends.texi (G++ and GCC): Remove references to Java.
10913
10914 2017-01-13 Jeff Law <law@redhat.com>
10915
10916 PR tree-optimization/33562
10917 PR tree-optimization/61912
10918 PR tree-optimization/77485
10919 * tree-ssa-dse.c (delete_dead_call): Accept gsi rather than
10920 a statement.
10921 (delete_dead_assignment): Likewise.
10922 (dse_dom_walker::dse_optimize_stmt): Pass in the gsi rather than
10923 statement to delete_dead_call and delete_dead_assignment.
10924
10925 2017-01-13 David Malcolm <dmalcolm@redhat.com>
10926
10927 PR c/78304
10928 * substring-locations.c (format_warning_va): Strengthen case 1 so
10929 that both endpoints of the substring must be within the format
10930 range for just the substring to be printed.
10931
10932 2017-01-13 Uros Bizjak <ubizjak@gmail.com>
10933
10934 * config/i386/i386.opt (msgx): Use ix86_isa_flags2 variable.
10935 * config/i386/i386.c (ix86_target_string): Add missing options
10936 to isa_opts and reorder options by implied ISAs. Rename isa_opts2 to
10937 isa2_opts, ix86_flag_opts to flag2_opts, ix86_target_other to
10938 flags_other and ix86_target_other to flags2_other. Display unknown
10939 isa2 options.
10940 (ix86_valid_target_attribute_inner_p): Add missing options and
10941 reorder options by implied ISAs, as in ix86_target_string.
10942
10943 2017-01-13 Richard Sandiford <richard.sandiford@arm.com>
10944
10945 * hash-table.h (hash_table::too_empty_p): New function.
10946 (hash_table::expand): Use it.
10947 (hash_table::traverse): Likewise.
10948 (hash_table::empty_slot): Use sizeof (value_type) instead of
10949 sizeof (PTR) to convert bytes to elements. Shrink the table
10950 if the current size is excessive for the current number of
10951 elements.
10952
10953 2017-01-13 Richard Sandiford <richard.sandiford@arm.com>
10954
10955 * ira-costs.c (record_reg_classes): Break from the inner loop
10956 early once alt_fail is known to be true. Update outer loop
10957 handling accordingly.
10958
10959 2017-01-13 Jeff Law <law@redhat.com>
10960
10961 * tree-ssa-dse.c (decrement_count): New function.
10962 (increment_start_addr, maybe_trim_memstar_call): Likewise.
10963 (dse_dom_walker::optimize_stmt): Call maybe_trim_memstar_call directly
10964 when we know the partially dead statement is a mem* function.
10965
10966 PR tree-optimization/61912
10967 PR tree-optimization/77485
10968 * tree-ssa-dse.c: Include expr.h.
10969 (maybe_trim_constructor_store): New function.
10970 (maybe_trim_partially_dead_store): Call maybe_trim_constructor_store.
10971
10972 PR tree-optimization/33562
10973 PR tree-optimization/61912
10974 PR tree-optimization/77485
10975 * doc/invoke.texi: Document new dse-max-object-size param.
10976 * params.def (PARM_DSE_MAX_OBJECT_SIZE): New PARAM.
10977 * tree-ssa-dse.c: Include params.h.
10978 (dse_store_status): New enum.
10979 (initialize_ao_ref_for_dse): New, partially extracted from
10980 dse_optimize_stmt.
10981 (valid_ao_ref_for_dse, normalize_ref): New.
10982 (setup_live_bytes_from_ref, compute_trims): Likewise.
10983 (clear_bytes_written_by, maybe_trim_complex_store): Likewise.
10984 (maybe_trim_partially_dead_store): Likewise.
10985 (maybe_trim_complex_store): Likewise.
10986 (dse_classify_store): Renamed from dse_possibly_dead_store_p.
10987 Track what bytes live from the original store. Return tri-state
10988 for dead, partially dead or live.
10989 (dse_dom_walker): Add constructor, destructor and new private members.
10990 (delete_dead_call, delete_dead_assignment): New extracted from
10991 dse_optimize_stmt.
10992 (dse_optimize_stmt): Make a member of dse_dom_walker.
10993 Use initialize_ao_ref_for_dse.
10994
10995 PR tree-optimization/33562
10996 PR tree-optimization/61912
10997 PR tree-optimization/77485
10998 * sbitmap.h (bitmap_count_bits): Prototype.
10999 (bitmap_clear_range, bitmap_set_range): Likewise.
11000 * sbitmap.c (bitmap_clear_range): New function.
11001 (bitmap_set_range, sbitmap_popcount, bitmap_count_bits): Likewise.
11002
11003 2017-01-13 Martin Liska <mliska@suse.cz>
11004
11005 PR ipa/79043
11006 * function.c (set_cfun): Add new argument force.
11007 * function.h (set_cfun): Likewise.
11008 * ipa-inline-transform.c (inline_call): Use the function when
11009 strict alising from is dropped for function we inline to.
11010
11011 2017-01-13 Richard Biener <rguenther@suse.de>
11012
11013 * tree-pretty-print.c (dump_generic_node): Fix inverted condition
11014 for dumping GIMPLE INTEGER_CSTs.
11015
11016 2017-01-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11017
11018 * config/sol2.h (TARGET_OS_CPP_BUILTINS): Define __STDC_VERSION__
11019 to 201112L since C++17.
11020
11021 2017-01-13 Maxim Ostapenko <m.ostapenko@samsung.com>
11022
11023 PR sanitizer/78887
11024 * asan.c (asan_needs_odr_indicator_p): Don't emit ODR indicators
11025 if -fsanitize=kernel-address is present.
11026
11027 2017-01-13 Richard Biener <rguenther@suse.de>
11028
11029 * tree-pretty-print.c (dump_generic_node): Dump INTEGER_CSTs
11030 as _Literal ( type ) number in case usual suffixes do not
11031 preserve all information.
11032
11033 2017-01-13 Richard Biener <rguenther@suse.de>
11034
11035 PR tree-optimization/77283
11036 * gimple-ssa-split-paths.c: Include gimple-ssa.h, tree-phinodes.h
11037 and ssa-iterators.h.
11038 (is_feasible_trace): Implement a cost model based on joiner
11039 PHI node uses.
11040
11041 2017-01-12 Michael Meissner <meissner@linux.vnet.ibm.com>
11042
11043 PR target/79004
11044 * config/rs6000/rs6000.md (FP_ISA3): Do not optimize converting
11045 char or short to __float128/_Float128 directly.
11046
11047 2017-01-12 Martin Sebor <msebor@redhat.com>
11048
11049 to -Wformat-overflow.
11050 * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Adjust.
11051 (min_bytes_remaining): Same.
11052 (get_string_length): Same.
11053 (format_string): Same.
11054 (format_directive): Same.
11055 (add_bytes): Same.
11056 (pass_sprintf_length::handle_gimple_call): Same.
11057
11058 2017-01-12 Jakub Jelinek <jakub@redhat.com>
11059
11060 * gimple-ssa-sprintf.c (try_substitute_return_value): Remove
11061 info.nowrite calls with no lhs that can't throw. Return bool
11062 whether gsi_remove has been called or not.
11063 (pass_sprintf_length::handle_gimple_call): Return bool whether
11064 try_substitute_return_value called gsi_remove. Formatting fix.
11065 (pass_sprintf_length::execute): Don't use gsi_remove if
11066 handle_gimple_call returned true.
11067
11068 PR bootstrap/79069
11069 * cfgrtl.c (rtl_tidy_fallthru_edge): For any_uncondjump_p that can't
11070 be removed due to side-effects, don't remove following barrier nor
11071 turn the successor edge into fallthru edge.
11072
11073 2017-01-12 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
11074
11075 PR target/79044
11076 * config/rs6000/rs6000.c (insn_is_swappable_p): Mark
11077 element-reversing loads and stores as not swappable.
11078
11079 2017-01-12 Nathan Sidwell <nathan@acm.org>
11080 Nicolai Stange <nicstange@gmail.com>
11081
11082 * combine.c (try_combine): Don't ignore result of overlap checking
11083 loop. Combine overlap & asm check into single loop.
11084
11085 2017-01-12 Richard Biener <rguenther@suse.de>
11086
11087 * tree-pretty-print.c (dump_generic_node): Provide -gimple
11088 variant for MEM_REF. Sanitize INTEGER_CST for -gimple.
11089
11090 2017-01-12 Richard Biener <rguenther@suse.de>
11091
11092 * tree.c (initialize_tree_contains_struct): Make TS_OPTIMIZATION
11093 and TS_TARGET_OPTION directly derive from TS_BASE.
11094 * tree-core.h (tree_optimization_option): Derive from tree_base.
11095 (tree_target_option): Likewise.
11096
11097 2017-01-11 Uros Bizjak <ubizjak@gmail.com>
11098
11099 * config/i386/i386.c (memory_address_length): Increase len
11100 only when rip_relative_addr_p returns false.
11101
11102 2017-01-11 Julia Koval <julia.koval@intel.com>
11103
11104 * common/config/i386/i386-common.c (OPTION_MASK_ISA_SGX_UNSET): New.
11105 (OPTION_MASK_ISA_SGX_SET): New.
11106 (ix86_handle_option): Handle OPT_msgx.
11107 * config.gcc: Added sgxintrin.h.
11108 * config/i386/driver-i386.c (host_detect_local_cpu): Detect sgx.
11109 * config/i386/i386-c.c (ix86_target_macros_internal): Define __SGX__.
11110 * config/i386/i386.c (ix86_target_string): Add -msgx.
11111 (PTA_SGX): New.
11112 (ix86_option_override_internal): Handle new options.
11113 (ix86_valid_target_attribute_inner_p): Add sgx.
11114 * config/i386/i386.h (TARGET_SGX, TARGET_SGX_P): New.
11115 * config/i386/i386.opt: Add msgx.
11116 * config/i386/sgxintrin.h: New file.
11117 * config/i386/x86intrin.h: Add sgxintrin.h.
11118
11119 2017-01-11 Jakub Jelinek <jakub@redhat.com>
11120
11121 PR c++/71537
11122 * fold-const.c (maybe_nonzero_address): Return 1 for function
11123 local objects.
11124 (tree_single_nonzero_warnv_p): Don't handle function local objects
11125 here.
11126
11127 PR c++/72813
11128 * gcc.c (default_compilers): Don't add -o %g.s for -S -save-temps
11129 of c-header.
11130
11131 2017-01-11 David Malcolm <dmalcolm@redhat.com>
11132
11133 PR driver/78877
11134 * opts.c: Include "spellcheck.h"
11135 (struct string_fragment): New struct.
11136 (struct edit_distance_traits<const string_fragment &>): New
11137 struct.
11138 (get_closest_sanitizer_option): New function.
11139 (parse_sanitizer_options): Offer suggestions for unrecognized arguments.
11140
11141 2017-01-11 Jakub Jelinek <jakub@redhat.com>
11142
11143 * dwarf2out.c (DWARF_COMPILE_UNIT_HEADER_SIZE): For DWARF5 decrease
11144 by 12.
11145 (DWARF_COMDAT_TYPE_UNIT_HEADER_SIZE): Always
11146 DWARF_COMPILE_UNIT_HEADER_SIZE plus 12.
11147 (DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE): Define.
11148 (calc_base_type_die_sizes): Use DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE
11149 for initial die_offset if dwarf_split_debug_info.
11150 (output_comp_unit): Use DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE for
11151 initial next_die_offset if dwo_id is non-NULL. Don't emit padding
11152 fields.
11153 (output_skeleton_debug_sections): Formatting fix. Use
11154 DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE instead of
11155 DWARF_COMPILE_UNIT_HEADER_SIZE. Don't emit padding.
11156
11157 2017-01-11 Wilco Dijkstra <wdijkstr@arm.com>
11158
11159 * config/arm/cortex-a53.md: Add bypasses for
11160 cortex_a53_r2f_cvt.
11161 (cortex_a53_r2f): Only use for transfers.
11162 (cortex_a53_f2r): Likewise.
11163 (cortex_a53_r2f_cvt): Add reservation for conversions.
11164 (cortex_a53_f2r_cvt): Likewise.
11165
11166 2017-01-11 Tamar Christina <tamar.christina@arm.com>
11167
11168 * config/arm/arm_neon.h: Add __artificial__ and gnu_inline
11169 to all inlined functions, change static to extern.
11170
11171 2017-01-11 Christophe Lyon <christophe.lyon@linaro.org>
11172
11173 PR target/78253
11174 * config/arm/arm.c (legitimize_pic_address): Handle reference to
11175 weak symbol.
11176 (arm_assemble_integer): Likewise.
11177
11178 2017-01-11 Richard Earnshaw <rearnsha@arm.com>
11179
11180 * config.gcc: Use new awk script to check CPU, FPU and architecture
11181 parameters for --with-... options.
11182 * config/arm/parsecpu.awk: New file
11183 * config/arm/arm-cpus.in: New file.
11184 * config/arm/arm-opts.h: Include arm-cpu.h instead of processing .def
11185 files.
11186 * config/arm/arm.c: Include arm-cpu-data.h instead of processing .def
11187 files.
11188 * config/arm/t-arm: Update dependency rules.
11189 * common/config/arm/arm-common.c: Include arm-cpu-cdata.h instead
11190 of processing .def files.
11191 * config/arm/genopt.sh: Deleted.
11192 * config/arm/gentune.sh: Deleted.
11193 * config/arm/arm-cores.def: Deleted.
11194 * config/arm/arm-arches.def: Deleted.
11195 * config/arm/arm-fpus.def: Deleted.
11196 * config/arm/arm-tune.md: Regenerated.
11197 * config/arm/arm-tables.opt: Regenerated.
11198 * config/arm/arm-cpu.h: New generated file.
11199 * config/arm/arm-cpu-data.h: New generated file.
11200 * config/arm/arm-cpu-cdata.h: New generated file.
11201
11202 2017-01-11 Maxim Ostapenko <m.ostapenko@samsung.com>
11203
11204 PR lto/79042
11205 * lto-cgraph.c (lto_output_varpool_node): Pack dynamically_initialized
11206 bit.
11207 (input_varpool_node): Unpack dynamically_initialized bit.
11208
11209 2017-01-11 Eric Botcazou <ebotcazou@adacore.com>
11210
11211 PR rtl-optimization/79032
11212 * lra-constraints.c (simplify_operand_subreg): In the MEM case, test
11213 the alignment of the adjusted memory reference against that of MODE,
11214 instead of the alignment of the original memory reference.
11215
11216 2017-01-11 Martin Jambor <mjambor@suse.cz>
11217
11218 * hsa.c (hsa_callable_function_p): Revert addition of DECL_ARTIFICIAL
11219 test.
11220 * ipa-hsa.c (process_hsa_functions): Only duplicate non-artificial
11221 decorated functions.
11222
11223 2017-01-11 Richard Biener <rguenther@suse.de>
11224
11225 * tree-vrp.c (evrp_dom_walker::before_dom_children): Also
11226 set range/nonnull info for PHI results. Do not set it on
11227 stmts marked for removal.
11228
11229 2017-01-10 Eric Botcazou <ebotcazou@adacore.com>
11230
11231 * expr.c (store_field): In the bitfield case, fetch the return value
11232 from the registers before applying a single big-endian adjustment.
11233 Always do a final load for a BLKmode value not larger than a word.
11234
11235 2017-01-10 David Malcolm <dmalcolm@redhat.com>
11236
11237 PR c++/77949
11238 * input.c (selftest::test_accessing_ordinary_linemaps): Verify
11239 that we correctly handle column numbers greater than
11240 LINE_MAP_MAX_COLUMN_NUMBER.
11241
11242 2017-01-10 Martin Sebor <msebor@redhat.com>
11243
11244 PR middle-end/78245
11245 * gimple-ssa-sprintf.c (get_destination_size): Call
11246 {init,fini}object_sizes.
11247 * tree-object-size.c (addr_object_size): Adjust.
11248 (pass_through_call): Adjust.
11249 (pass_object_sizes::execute): Adjust.
11250 * tree-object-size.h (fini_object_sizes): Declare.
11251
11252 2017-01-10 Martin Sebor <msebor@redhat.com>
11253
11254 PR tree-optimization/78775
11255 * builtins.c (get_size_range): Move...
11256 * calls.c: ...to here.
11257 (alloc_max_size): Accept zero argument.
11258 (operand_signed_p): Remove.
11259 (maybe_warn_alloc_args_overflow): Call get_size_range.
11260 * calls.h (get_size_range): Declare.
11261
11262 2017-01-10 Joe Seymour <joe.s@somniumtech.com>
11263
11264 * config/msp430/driver-msp430.c (msp430_mcu_data): Sync with data
11265 from TI's devices.csv file as of September 2016.
11266 * config/msp430/msp430.c (msp430_mcu_data): Likewise.
11267
11268 2017-01-10 Sandra Loosemore <sandra@codesourcery.com>
11269
11270 * doc/extend.texi: Tweak formatting to fix overfull hbox warnings.
11271 * doc/invoke.texi: Likewise.
11272 * doc/md.texi: Likewise.
11273 * doc/objc.texi: Likewise.
11274
11275 2017-01-10 Joshua Conner <joshconner@google.com>
11276
11277 * config/arm/fuchsia-elf.h: New file.
11278 * config/fuchsia.h: New file.
11279 * config.gcc (*-*-fuchsia*): Set native_system_header_dir.
11280 (aarch64*-*-fuchsia*, arm*-*-fuchsia*, x86_64-*-fuchsia*): Add to
11281 targets.
11282 * config.host: (aarch64*-*-fuchsia*, arm*-*-fuchsia*): Add to hosts.
11283
11284 2016-01-10 Richard Biener <rguenther@suse.de>
11285
11286 PR tree-optimization/79034
11287 * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
11288 Propagate out degenerate PHIs in the joiner.
11289
11290 2017-01-10 Martin Liska <mliska@suse.cz>
11291
11292 * ipa-icf.c (sort_sem_items_by_decl_uid): New function.
11293 (sort_congruence_classes_by_decl_uid): Likewise.
11294 (sort_congruence_class_groups_by_decl_uid): Likewise.
11295 (sem_item_optimizer::merge_classes): Sort class, groups in these
11296 classes and members in the groups by DECL_UID of declarations.
11297 This would make merge operations stable.
11298
11299 2017-01-10 Martin Liska <mliska@suse.cz>
11300
11301 * ipa-icf.c (sem_item_optimizer::sem_item_optimizer): Remove
11302 usage of m_classes_vec.
11303 (sem_item_optimizer::~sem_item_optimizer): Likewise.
11304 (sem_item_optimizer::get_group_by_hash): Likewise.
11305 (sem_item_optimizer::subdivide_classes_by_equality): Likewise.
11306 (sem_item_optimizer::subdivide_classes_by_sensitive_refs): Likewise.
11307 (sem_item_optimizer::verify_classes): Likewise.
11308 (sem_item_optimizer::process_cong_reduction): Likewise.
11309 (sem_item_optimizer::dump_cong_classes): Likewise.
11310 (sem_item_optimizer::merge_classes): Likewise.
11311 * ipa-icf.h (congruence_class_hash): Rename from
11312 congruence_class_group_hash. Remove declaration of m_classes_vec.
11313
11314 2017-01-10 Andrew Senkevich <andrew.senkevich@intel.com>
11315
11316 * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX512VPOPCNTDQ_SET,
11317 OPTION_MASK_ISA_AVX512VPOPCNTDQ_UNSET): New.
11318 * config.gcc: Add avx512vpopcntdqintrin.h.
11319 * config/i386/avx512vpopcntdqintrin.h: New.
11320 * config/i386/cpuid.h (bit_AVX512VPOPCNTDQ): New.
11321 * config/i386/i386-builtin-types.def: Add new types.
11322 * config/i386/i386-builtin.def (__builtin_ia32_vpopcountd_v16si,
11323 __builtin_ia32_vpopcountd_v16si_mask, __builtin_ia32_vpopcountq_v8di,
11324 __builtin_ia32_vpopcountq_v8di_mask): New.
11325 * config/i386/i386-c.c (ix86_target_macros_internal): Define
11326 __AVX512VPOPCNTDQ__.
11327 * config/i386/i386.c (ix86_target_string): Add -mavx512vpopcntdq.
11328 (PTA_AVX512VPOPCNTDQ): Define.
11329 * config/i386/i386.h (TARGET_AVX512VPOPCNTDQ,
11330 TARGET_AVX512VPOPCNTDQ_P): Define.
11331 * config/i386/i386.opt: Add mavx512vpopcntdq.
11332 * config/i386/immintrin.h: Include avx512vpopcntdqintrin.h.
11333 * config/i386/sse.md (define_insn "vpopcount<mode><mask_name>"): New.
11334
11335 2017-01-01 Jan Hubicka <hubicka@ucw.cz>
11336
11337 PR middle-end/77484
11338 * predict.def (PRED_CALL): Set to 67.
11339
11340 2017-01-09 Eric Botcazou <ebotcazou@adacore.com>
11341
11342 * expr.c (store_field): In the bitfield case, if the value comes from
11343 a function call and is of an aggregate type returned in registers, do
11344 not modify the field mode; extract the value in all cases if the mode
11345 is BLKmode and the size is not larger than a word.
11346
11347 2017-01-09 Dominique d'Humieres <dominiq@lps.ens.fr>
11348
11349 PR target/71017
11350 * config/i386/cpuid.h: Fix undefined behavior.
11351
11352 2017-01-04 Jeff Law <law@redhat.com>
11353
11354 PR tree-optimization/79007
11355 PR tree-optimization/67955
11356 * tree-ssa-alias.c (same_addr_size_stores_p): Only need to be
11357 conservative for pt.null when flag_non_call_exceptions is on.
11358
11359 2017-01-09 Jakub Jelinek <jakub@redhat.com>
11360
11361 PR translation/79019
11362 PR translation/79020
11363 * params.def (PARAM_INLINE_MIN_SPEEDUP,
11364 PARAM_IPA_CP_SINGLE_CALL_PENALTY,
11365 PARAM_USE_AFTER_SCOPE_DIRECT_EMISSION_THRESHOLD): Fix typos
11366 in descriptions.
11367 * config/avr/avr.opt (maccumulate-args): Likewise.
11368 * config/msp430/msp430.opt (mwarn-mcu): Likewise.
11369 * common.opt (freport-bug): Likewise.
11370 * cif-code.def (CIF_FINAL_ERROR): Likewise.
11371 * doc/invoke.texi (ipa-cp-single-call-penalty): Likewise.
11372 * config/s390/s390.c (s390_invalid_binary_op): Fix spelling in
11373 translatable string.
11374 * config/i386/i386.c (function_value_32): Likewise.
11375 * config/nios2/nios2.c (nios2_valid_target_attribute_rec): Likewise.
11376 * config/msp430/msp430.c (msp430_option_override, msp430_attr):
11377 Likewise.
11378 * config/msp430/driver-msp430.c (msp430_select_hwmult_lib): Likewise.
11379 * common/config/msp430/msp430-common.c (msp430_handle_option):
11380 Likewise.
11381 * symtab.c (symtab_node::verify_base): Likewise.
11382 * opts.c (set_debug_level): Likewise.
11383 * tree.c (verify_type_variant): Likewise. Fix typo in comment.
11384 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
11385 missing whitespace to translatable strings.
11386 * config/avr/avr.md (bswapsi2): Fix typo in comment.
11387 * config/sh/superh.h: Likewise.
11388 * config/i386/xopintrin.h: Likewise.
11389 * config/i386/znver1.md: Likewise.
11390 * config/rs6000/rs6000.c (struct rs6000_opt_mask): Likewise.
11391 * ipa-inline-analysis.c (compute_inline_parameters): Likewise.
11392 * double-int.h (struct double_int): Likewise.
11393 * double-int.c (div_and_round_double): Likewise.
11394 * wide-int.cc: Likewise.
11395 * tree-ssa.c (non_rewritable_mem_ref_base): Likewise.
11396 * tree-ssa-sccvn.c (vn_reference_lookup_3): Likewise.
11397 * cfgcleanup.c (crossjumps_occured): Renamed to ...
11398 (crossjumps_occurred): ... this.
11399 (try_crossjump_bb, try_head_merge_bb, try_optimize_cfg, cleanup_cfg):
11400 Adjust all uses.
11401
11402 PR tree-optimization/78899
11403 * tree-if-conv.c (version_loop_for_if_conversion): Instead of
11404 returning bool return struct loop *, NULL for failure and the new
11405 loop on success.
11406 (versionable_outer_loop_p): Don't version outer loop if it has
11407 dont_vectorized bit set.
11408 (tree_if_conversion): When versioning outer loop, ensure
11409 tree_if_conversion is performed also on the inner loop of the
11410 non-vectorizable outer loop copy.
11411 * tree-vectorizer.c (set_uid_loop_bbs): Formatting fix. Fold
11412 LOOP_VECTORIZED in inner loop of the scalar outer loop and
11413 prevent vectorization of it.
11414 (vectorize_loops): For outer + inner LOOP_VECTORIZED, ensure
11415 the outer loop vectorization of the non-scalar version is attempted
11416 before vectorization of the inner loop in scalar version. If
11417 outer LOOP_VECTORIZED guarded loop is not vectorized, prevent
11418 vectorization of its inner loop.
11419 * tree-vect-loop-manip.c (rename_variables_in_bb): If outer_loop
11420 has 2 inner loops, rename also on edges from bb whose single pred
11421 is outer_loop->header. Fix typo in function comment.
11422
11423 2017-01-09 Martin Sebor <msebor@redhat.com>
11424
11425 PR bootstrap/79033
11426 * asan.c (asan_emit_stack_protection): Increase local buffer size
11427 to avoid snprintf truncation warning.
11428
11429 2017-01-09 Andrew Pinski <apinski@cavium.com>
11430
11431 * config/aarch64/aarch64-cores.def: Add thunderx2t99. Change vulcan
11432 to reference thunderx2t99 for the tuning structure
11433 * config/aarch64/aarch64-cost-tables.h (vulcan_extra_costs):
11434 Rename to ...
11435 (thunderx2t99_extra_costs): This.
11436 * config/aarch64/aarch64-tune.md: Regenerate.
11437 * config/aarch64/aarch64.c (vulcan_addrcost_table): Rename to ...
11438 (vulcan_addrcost_table): This.
11439 (vulcan_regmove_cost): Rename to ...
11440 (thunderx2t99_regmove_cost): This.
11441 (vulcan_vector_cost): Rename to ...
11442 (thunderx2t99_vector_cost): this.
11443 (vulcan_branch_cost): Rename to ...
11444 (thunderx2t99_branch_cost): This.
11445 (vulcan_tunings): Rename to ...
11446 (thunderx2t99_tunings): This and s/vulcan/thunderx2t99 .
11447 * doc/invoke.texi (AARCH64/mtune): Add thunderx2t99.
11448
11449 2017-01-09 Martin Jambor <mjambor@suse.cz>
11450
11451 PR ipa/78365
11452 PR ipa/78599
11453 * ipa-prop.h (ipa_jump_func): Swap positions of vr_known and m_vr.
11454 * ipa-cp.c (ipa_vr_operation_and_type_effects): New function.
11455 (propagate_vr_accross_jump_function): Use the above function for all
11456 value range computations for pass-through jump functions and type
11457 converasion from explicit value range values.
11458 (ipcp_propagate_stage): Do not attempt to deduce types of formal
11459 parameters from TYPE_ARG_TYPES.
11460 * ipa-prop.c (ipa_write_jump_function): Remove trailing whitespace.
11461 (ipa_write_node_info): Stream type of the actual argument.
11462 (ipa_read_node_info): Likewise. Also remove trailing whitespace.
11463
11464 2017-01-09 Martin Liska <mliska@suse.cz>
11465
11466 PR pch/78970
11467 * gcc.c (driver_handle_option): Handle OPT_E and set have_E.
11468 (lookup_compiler): Do not show error message with have_E.
11469
11470 2017-01-09 Jakub Jelinek <jakub@redhat.com>
11471
11472 PR tree-optimization/78938
11473 * tree-vect-stmts.c (vectorizable_condition): For non-masked COND_EXPR
11474 where comp_vectype is VECTOR_BOOLEAN_TYPE_P, use
11475 BIT_{NOT,XOR,AND,IOR}_EXPR on the comparison operands instead of
11476 {EQ,NE,GE,GT,LE,LT}_EXPR directly inside of VEC_COND_EXPR. Formatting
11477 fixes.
11478
11479 2017-01-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11480
11481 * tree-ssa-address.c (gen_addr_rtx): Don't handle index if it
11482 is const0_rtx.
11483
11484 2017-01-09 Richard Biener <rguenther@suse.de>
11485
11486 PR tree-optimization/78997
11487 * tree-vect-slp.c (vect_mask_constant_operand_p): Handle SSA
11488 name condition properly.
11489
11490 2017-01-09 Richard Biener <rguenther@suse.de>
11491
11492 PR debug/79000
11493 * dwarf2out.c (is_cxx): New overload with context.
11494 (is_naming_typedef_decl): Use it.
11495
11496 2017-01-08 Sandra Loosemore <sandra@codesourcery.com>
11497
11498 * invoke.texi (Option Summary): Correct spacing in option lists
11499 and add line breaks to fix over-long lines.
11500
11501 2017-01-08 Sandra Loosemore <sandra@codesourcery.com>
11502
11503 PR middle-end/17660
11504
11505 * extend.texi (Common Variable Attributes): Add xref to GCC
11506 Internals manual to explain mode attribute keywords.
11507
11508 2017-01-08 Sandra Loosemore <sandra@codesourcery.com>
11509
11510 PR other/16519
11511 * doc/invoke.texi (Option Summary): Move -pthread to Linker Options
11512 and Preprocessor Options.
11513 (Options for Linking): Document -pthread here....
11514 (RS/6000 and PowerPC Options): ...not here.
11515 (Solaris 2 Options): ...or here.
11516 * doc/cppopts.texi: Document -pthread.
11517
11518 2017-01-08 Martin Sebor <msebor@redhat.com>
11519
11520 PR middle-end/77708
11521 * doc/invoke.texi (Warning Options): Document -Wformat-truncation.
11522 * gimple-ssa-sprintf.c (call_info::reval_used, call_info::warnopt):
11523 New member functions.
11524 (format_directive): Used them.
11525 (add_bytes): Same.
11526 (pass_sprintf_length::handle_gimple_call): Same.
11527 * graphite-sese-to-poly.c (tree_int_to_gmp): Increase buffer size
11528 to avoid truncation for any argument.
11529 (extract_affine_mul): Same.
11530 * tree.c (get_file_function_name): Same.
11531
11532 2017-01-01 Jan Hubicka <hubicka@ucw.cz>
11533
11534 PR middle-end/77484
11535 * predict.def (PRED_INDIR_CALL): Set to 86.
11536
11537 2017-01-07 Sandra Loosemore <sandra@codesourcery.com>
11538
11539 PR preprocessor/54124
11540 * doc/cppopts.texi: Reformat -d subtable to list the full name
11541 of the options. Add cross-reference to the docs for the general
11542 compiler -d options.
11543 * doc/invoke.texi (Developer Options): Add cross-reference to the
11544 preprocessor-specific -d option documentation.
11545
11546 2017-01-07 Sandra Loosemore <sandra@codesourcery.com>
11547
11548 PR preprocessor/13498
11549 * doc/cpp.texi (Search Path): Rewrite to remove obsolete and
11550 redudant material, and reflect new command-line options.
11551 (System Headers): Likewise.
11552
11553 2017-01-07 Sandra Loosemore <sandra@codesourcery.com>
11554
11555 * doc/cppdiropts.texi: Merge documentation of -I, -iquote,
11556 -isystem, and -idirafter. Copy-edit.
11557 * doc/cppopts.texi: Copy-edit. Remove contradiction about
11558 default for -ftrack-macro-expansion. Delete obsolete and
11559 badly-formatted implementation details about -fdebug-cpp output.
11560 * doc/cppwarnopts.texi: Copy-edit.
11561
11562 2017-01-07 David Malcolm <dmalcolm@redhat.com>
11563
11564 PR c++/72803
11565 * input.c (selftest::test_accessing_ordinary_linemaps): Verify
11566 that the transition from a max line width >= 1<<10 to narrower
11567 lines works correctly.
11568
11569 2017-01-07 Alexandre Oliva <aoliva@redhat.com>
11570
11571 * doc/options.texi (PerFunction): New.
11572 * opt-functions.awk (switch_flags): Map both Optimization and
11573 PerFunction to CL_OPTIMIZATION.
11574 * opth-gen.awk: Test for PerFunction flag along with
11575 Optimization.
11576 * optc-save-gen.awk: Likewise. Introduce var_opt_hash and set
11577 it only when the latter is present. Skip those that don't in
11578 the hash function generator.
11579 * common.opt (fvar-tracking): Mark as PerFunction instead of
11580 Optimization.
11581 (fvar-tracking-assignments): Likewise.
11582 (fvar-tracking-assignments-toggle): Likewise.
11583 (fvar-tracking-uninit): Likewise.
11584
11585 2017-01-07 Jakub Jelinek <jakub@redhat.com>
11586
11587 PR translation/79018
11588 * params.def (PARAM_MAX_STORES_TO_MERGE): Add missing space between
11589 the and store.
11590
11591 2017-01-06 Mikael Pettersson <mikpelinux@gmail.com>
11592
11593 PR target/57583
11594 * config/m68k/m68k.opt (LONG_JUMP_TABLE_OFFSETS): New option.
11595 * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Handle
11596 TARGET_LONG_JUMP_TABLE_OFFSETS.
11597 * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
11598 * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
11599 * config/m68k/m68k.h (CASE_VECTOR_MODE): Likewise.
11600 (ASM_OUTPUT_ADDR_DIFF_ELF): Likewise.
11601 * config/m68k/m68k.md (tablejump expander): Likewise.
11602 (*tablejump_pcrel_hi): Renamed from unnamed insn, reject
11603 TARGET_LONG_JUMP_TABLE_OFFSETS.
11604 (*tablejump_pcrel_si): New insn, handle TARGET_LONG_JUMP_TABLE_OFFSETS.
11605 * doc/invoke.texi (M68K options): Add -mlong-jump-table-offsets.
11606
11607 2017-01-06 Edgar E. Iglesias <edgar.iglesias@xilinx.com>
11608 David Holsgrove <david.holsgrove@xilinx.com>
11609
11610 * common/config/microblaze/microblaze-common.c
11611 (TARGET_EXCEPT_UNWIND_INFO): Remove.
11612 * config/microblaze/microblaze-protos.h (microblaze_eh_return):
11613 New prototype.
11614 * config/microblaze/microblaze.c (microblaze_must_save_register)
11615 (microblaze_expand_epilogue, microblaze_return_addr): Handle
11616 calls_eh_return.
11617 (microblaze_eh_return): New function.
11618 * config/microblaze/microblaze.h (RETURN_ADDR_OFFSET)
11619 (EH_RETURN_DATA_REGNO, MB_EH_STACKADJ_REGNUM)
11620 (EH_RETURN_STACKADJ_RTX, ASM_PREFERRED_EH_DATA_FORMAT): New macros.
11621 * config/microblaze/microblaze.md (eh_return): New pattern.
11622
11623 2017-01-06 Jakub Jelinek <jakub@redhat.com>
11624
11625 * system.h (GCC_DIAGNOSTIC_PUSH_IGNORED, GCC_DIAGNOSTIC_POP,
11626 GCC_DIAGNOSTIC_STRINGIFY): Define.
11627
11628 * read-rtl.c (rtx_reader::read_rtx_code): Avoid -Wsign-compare warning.
11629
11630 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
11631
11632 * config/arm/arm.md (<mcrr>): New.
11633 (<mrrc>): New.
11634 * config/arm/arm.c (arm_arch5te): New.
11635 (arm_option_override): Set arm_arch5te.
11636 (arm_coproc_builtin_available): Add support for mcrr, mcrr2, mrrc
11637 and mrrc2.
11638 * config/arm/arm-builtins.c (MCRR_QUALIFIERS): Define to...
11639 (arm_mcrr_qualifiers): ... this. New.
11640 (MRRC_QUALIFIERS): Define to...
11641 (arm_mrrc_qualifiers): ... this. New.
11642 * config/arm/arm_acle.h (__arm_mcrr, __arm_mcrr2, __arm_mrrc,
11643 __arm_mrrc2): New.
11644 * config/arm/arm_acle_builtins.def (mcrr, mcrr2, mrrc, mrrc2): New.
11645 * config/arm/iterators.md (MCRRI, mcrr, MCRR): New.
11646 (MRRCI, mrrc, MRRC): New.
11647 * config/arm/unspecs.md (VUNSPEC_MCRR, VUNSPEC_MCRR2, VUNSPEC_MRRC,
11648 VUNSPEC_MRRC2): New.
11649
11650 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
11651
11652 * config/arm/arm.md (<mcr>): New.
11653 (<mrc>): New.
11654 * config/arm/arm.c (arm_coproc_builtin_available): Add
11655 support for mcr, mrc, mcr2 and mrc2.
11656 * config/arm/arm-builtins.c (MCR_QUALIFIERS): Define to...
11657 (arm_mcr_qualifiers): ... this. New.
11658 (MRC_QUALIFIERS): Define to ...
11659 (arm_mrc_qualifiers): ... this. New.
11660 (MCR_QUALIFIERS): Define to ...
11661 (arm_mcr_qualifiers): ... this. New.
11662 * config/arm/arm_acle.h (__arm_mcr, __arm_mrc, __arm_mcr2,
11663 __arm_mrc2): New.
11664 * config/arm/arm_acle_builtins.def (mcr, mcr2, mrc, mrc2): New.
11665 * config/arm/iterators.md (MCRI, mcr, MCR, MRCI, mrc, MRC): New.
11666 * config/arm/unspecs.md (VUNSPEC_MCR, VUNSPEC_MCR2, VUNSPEC_MRC,
11667 VUNSPEC_MRC2): New.
11668
11669 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
11670
11671 * config/arm/arm.md (*ldc): New.
11672 (*stc): New.
11673 (<ldc>): New.
11674 (<stc>): New.
11675 * config/arm/arm.c (arm_coproc_builtin_available): Add
11676 support for ldc,ldcl,stc,stcl,ldc2,ldc2l,stc2 and stc2l.
11677 (arm_coproc_ldc_stc_legitimate_address): New.
11678 * config/arm/arm-builtins.c (arm_type_qualifiers): Add
11679 'qualifier_const_pointer'.
11680 (LDC_QUALIFIERS): Define to...
11681 (arm_ldc_qualifiers): ... this. New.
11682 (STC_QUALIFIERS): Define to...
11683 (arm_stc_qualifiers): ... this. New.
11684 * config/arm/arm-protos.h
11685 (arm_coproc_ldc_stc_legitimate_address): New.
11686 * config/arm/arm_acle.h (__arm_ldc, __arm_ldcl, __arm_stc,
11687 __arm_stcl, __arm_ldc2, __arm_ldc2l, __arm_stc2, __arm_stc2l): New.
11688 * config/arm/arm_acle_builtins.def (ldc, ldc2, ldcl, ldc2l, stc,
11689 stc2, stcl, stc2l): New.
11690 * config/arm/constraints.md (Uz): New.
11691 * config/arm/iterators.md (LDCI, STCI, ldc, stc, LDC STC): New.
11692 * config/arm/unspecs.md (VUNSPEC_LDC, VUNSPEC_LDC2, VUNSPEC_LDCL,
11693 VUNSPEC_LDC2L, VUNSPEC_STC, VUNSPEC_STC2, VUNSPEC_STCL,
11694 VUNSPEC_STC2L): New.
11695
11696 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
11697
11698 * config/arm/arm.md (<cdp>): New.
11699 * config/arm/arm.c (neon_const_bounds): Rename this ...
11700 (arm_const_bounds): ... this.
11701 (arm_coproc_builtin_available): New.
11702 * config/arm/arm-builtins.c (SIMD_MAX_BUILTIN_ARGS): Increase.
11703 (arm_type_qualifiers): Add 'qualifier_unsigned_immediate'.
11704 (CDP_QUALIFIERS): Define to...
11705 (arm_cdp_qualifiers): ... this. New.
11706 (void_UP): Define.
11707 (arm_expand_builtin_args): Add case for 6 arguments.
11708 * config/arm/arm-protos.h (neon_const_bounds): Rename this ...
11709 (arm_const_bounds): ... this.
11710 (arm_coproc_builtin_available): New.
11711 * config/arm/arm_acle.h (__arm_cdp): New.
11712 (__arm_cdp2): New.
11713 * config/arm/arm_acle_builtins.def (cdp): New.
11714 (cdp2): New.
11715 * config/arm/iterators.md (CDPI,CDP,cdp): New.
11716 * config/arm/neon.md: Rename all 'neon_const_bounds' to
11717 'arm_const_bounds'.
11718 * config/arm/types.md (coproc): New.
11719 * config/arm/unspecs.md (VUNSPEC_CDP, VUNSPEC_CDP2): New.
11720 * gcc/doc/extend.texi (ACLE): Add a mention of Coprocessor intrinsics.
11721 * gcc/doc/sourcebuild.texi (arm_coproc1_ok, arm_coproc2_ok,
11722 arm_coproc3_ok, arm_coproc4_ok): Document new effective targets.
11723
11724 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
11725
11726 * config/arm/arm-builtins.c (arm_unsigned_binop_qualifiers): New.
11727 (UBINOP_QUALIFIERS): New.
11728 (si_UP): Define.
11729 (acle_builtin_data): New. Change comment.
11730 (arm_builtins): Remove ARM_BUILTIN_CRC32B, ARM_BUILTIN_CRC32H,
11731 ARM_BUILTIN_CRC32W, ARM_BUILTIN_CRC32CB, ARM_BUILTIN_CRC32CH,
11732 ARM_BUILTIN_CRC32CW. Add ARM_BUILTIN_ACLE_BASE and include
11733 arm_acle_builtins.def.
11734 (ARM_BUILTIN_ACLE_PATTERN_START): Define.
11735 (arm_init_acle_builtins): New.
11736 (CRC32_BUILTIN): Remove.
11737 (bdesc_2arg): Remove entries for crc32b, crc32h, crc32w,
11738 crc32cb, crc32ch and crc32cw.
11739 (arm_init_crc32_builtins): Remove.
11740 (arm_init_builtins): Use arm_init_acle_builtins rather
11741 than arm_init_crc32_builtins.
11742 (arm_expand_acle_builtin): New.
11743 (arm_expand_builtin): Use 'arm_expand_acle_builtin'.
11744 * config/arm/arm_acle_builtins.def: New.
11745
11746 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
11747
11748 * config/arm/arm-builtins.c (neon_builtin_datum): Rename to ..
11749 (arm_builtin_datum): ... this.
11750 (arm_init_neon_builtin): Rename to ...
11751 (arm_init_builtin): ... this. Add a new parameters PREFIX
11752 and USE_SIG_IN_NAME.
11753 (arm_init_neon_builtins): Replace 'arm_init_neon_builtin' with
11754 'arm_init_builtin'. Replace type 'neon_builtin_datum' with
11755 'arm_builtin_datum'.
11756 (arm_init_vfp_builtins): Likewise.
11757 (builtin_arg): Rename enum's replacing 'NEON_ARG' with
11758 'ARG_BUILTIN' and add a 'ARG_BUILTIN_NEON_MEMORY.
11759 (arm_expand_neon_args): Rename to ...
11760 (arm_expand_builtin_args): ... this. Rename builtin_arg
11761 enum values and differentiate between ARG_BUILTIN_MEMORY
11762 and ARG_BUILTIN_NEON_MEMORY.
11763 (arm_expand_neon_builtin_1): Rename to ...
11764 (arm_expand_builtin_1): ... this. Rename builtin_arg enum
11765 values, arm_expand_builtin_args and add bool parameter NEON.
11766 (arm_expand_neon_builtin): Use arm_expand_builtin_1.
11767 (arm_expand_vfp_builtin): Likewise.
11768 (NEON_MAX_BUILTIN_ARGS): Remove, it was unused.
11769
11770 2017-01-01 Jan Hubicka <hubicka@ucw.cz>
11771
11772 PR middle-end/77484
11773 * predict.def (PRED_POLYMORPHIC_CALL): Set to 59.
11774 * predict.c (tree_estimate_probability_bb): Reverse direction of
11775 polymorphic call predictor.
11776
11777 2017-01-06 David Malcolm <dmalcolm@redhat.com>
11778
11779 * passes.c (execute_one_pass): Split out pass-skipping logic into...
11780 (determine_pass_name_match): ...this new function and...
11781 (should_skip_pass_p): ...this new function.
11782
11783 2017-01-06 Nathan Sidwell <nathan@acm.org>
11784
11785 * ipa-visibility.c (function_and_variable_visibility): Reformat
11786 comments and long lines. Remove extrneous if.
11787 * symtab.c (symtab_node::make_decl_local): Fix code format.
11788 (symtab_node::set_section_for_node): Fix comment typo.
11789
11790 2017-01-06 Martin Liska <mliska@suse.cz>
11791
11792 PR bootstrap/79003
11793 * lra-constraints.c: Rename invariant to lra_invariant.
11794 * predict.c (set_even_probabilities): Initialize e to NULL.
11795
11796 2017-01-05 Martin Sebor <msebor@redhat.com>
11797
11798 PR tree-optimization/78910
11799 * gimple-ssa-sprintf.c (tree_digits): Add an argument.
11800 (format_integer): Correct off-by-one error in the handling
11801 of precision with negative numbers in signed conversions..
11802
11803 2017-01-05 Eric Botcazou <ebotcazou@adacore.com>
11804
11805 * doc/invoke.texi (C Dialect Options): Adjust -fsso-struct entry.
11806
11807 2017-01-05 Jakub Jelinek <jakub@redhat.com>
11808
11809 PR tree-optimization/71016
11810 * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Pass cond_stmt to
11811 factor_out_conditional_conversion. Formatting fix.
11812 (factor_out_conditional_conversion): Add cond_stmt argument.
11813 If arg1 is INTEGER_CST, punt if new_arg0 is not any operand of
11814 cond_stmt and if arg0_def_stmt is not the only stmt in its bb.
11815 Formatting fix.
11816
11817 2017-01-05 David Malcolm <dmalcolm@redhat.com>
11818
11819 * Makefile.in (OBJS): Add read-md.o, read-rtl.o,
11820 read-rtl-function.o, and selftest-rtl.o.
11821 * config/aarch64/aarch64.c: Include selftest.h and selftest-rtl.h.
11822 (selftest::aarch64_test_loading_full_dump): New function.
11823 (selftest::aarch64_run_selftests): New function.
11824 (TARGET_RUN_TARGET_SELFTESTS): Wire it up to
11825 selftest::aarch64_run_selftests.
11826 * config/i386/i386.c
11827 (selftest::ix86_test_loading_dump_fragment_1): New function.
11828 (selftest::ix86_test_loading_call_insn): New function.
11829 (selftest::ix86_test_loading_full_dump): New function.
11830 (selftest::ix86_test_loading_unspec): New function.
11831 (selftest::ix86_run_selftests): Call the new functions.
11832 * emit-rtl.c (maybe_set_max_label_num): New function.
11833 * emit-rtl.h (maybe_set_max_label_num): New decl.
11834 * function.c (instantiate_decls): Guard call to
11835 instantiate_decls_1 with if (DECL_INITIAL (fndecl)).
11836 * function-tests.c (selftest::verify_three_block_rtl_cfg): Remove
11837 "static".
11838 * gensupport.c (gen_reader::gen_reader): Pass "false"
11839 for new "compact" param of rtx_reader.
11840 * print-rtl.c (rtx_writer::print_rtx_operand): Print "(nil)"
11841 rather than an empty string for NULL strings.
11842 * read-md.c: Potentially include config.h rather than bconfig.h.
11843 Wrap include of errors.h with #ifdef GENERATOR_FILE.
11844 (have_error): New global, copied from errors.c.
11845 (md_reader::read_name): Rename to...
11846 (md_reader::read_name_1): ...this, adding "out_loc" param,
11847 and converting "missing name or number" to returning false, rather
11848 than failing.
11849 (md_reader::read_name): Reimplement in terms of read_name_1.
11850 (md_reader::read_name_or_nil): New function.
11851 (md_reader::read_string): Handle "(nil)" by returning NULL.
11852 (md_reader::md_reader): Add new param "compact".
11853 (md_reader::read_md_files): Wrap with #ifdef GENERATOR_FILE.
11854 (md_reader::read_file): New method.
11855 * read-md.h (md_reader::md_reader): Add new param "compact".
11856 (md_reader::read_file): New method.
11857 (md_reader::is_compact): New accessor.
11858 (md_reader::read_name): Convert return type from void to file_location.
11859 (md_reader::read_name_or_nil): New decl.
11860 (md_reader::read_name_1): New decl.
11861 (md_reader::m_compact): New field.
11862 (noop_reader::noop_reader): Pass "false" for new "compact" param
11863 of rtx_reader.
11864 (rtx_reader::rtx_reader): Add new "compact" param.
11865 (rtx_reader::read_rtx_operand): Make virtual and convert return
11866 type from void to rtx.
11867 (rtx_reader::read_until): New decl.
11868 (rtx_reader::handle_any_trailing_information): New virtual function.
11869 (rtx_reader::postprocess): New virtual function.
11870 (rtx_reader::finalize_string): New virtual function.
11871 (rtx_reader::m_in_call_function_usage): New field.
11872 (rtx_reader::m_reuse_rtx_by_id): New field.
11873 * read-rtl-function.c: New file.
11874 * selftest-rtl.c (selftest::assert_rtx_ptr_eq_at): New function.
11875 * selftest-rtl.h (ASSERT_RTX_PTR_EQ): New macro.
11876 (selftest::verify_three_block_rtl_cfg): New decl.
11877 * read-rtl-function.h: New file.
11878 * read-rtl.c: Potentially include config.h rather than bconfig.h.
11879 For host, include function.h, memmodel.h, and emit-rtl.h.
11880 (one_time_initialization): New function.
11881 (struct compact_insn_name): New struct.
11882 (compact_insn_names): New array.
11883 (find_code): Handle insn codes in compact dumps.
11884 (apply_subst_iterator): Wrap with #ifdef GENERATOR_FILE.
11885 (bind_subst_iter_and_attr): Likewise.
11886 (add_condition_to_string): Likewise.
11887 (add_condition_to_rtx): Likewise.
11888 (apply_attribute_uses): Likewise.
11889 (add_current_iterators): Likewise.
11890 (apply_iterators): Likewise.
11891 (initialize_iterators): Guard usage of apply_subst_iterator with
11892 #ifdef GENERATOR_FILE.
11893 (read_conditions): Wrap with #ifdef GENERATOR_FILE.
11894 (md_reader::read_mapping): Likewise.
11895 (add_define_attr_for_define_subst): Likewise.
11896 (add_define_subst_attr): Likewise.
11897 (read_subst_mapping): Likewise.
11898 (check_code_iterator): Likewise.
11899 (rtx_reader::read_rtx): Likewise. Move one-time initialization
11900 logic to...
11901 (one_time_initialization): New function.
11902 (rtx_reader::read_until): New method.
11903 (read_flags): New function.
11904 (parse_reg_note_name): New function.
11905 (rtx_reader::read_rtx_code): Initialize "iterator" to NULL.
11906 Handle reuse_rtx ids.
11907 Wrap iterator lookup within #ifdef GENERATOR_FILE.
11908 Add parsing support for RTL dumps, mirroring the special-cases in
11909 print_rtx, by calling read_flags, reading REG_NOTE names, INSN_UID
11910 values, and calling handle_any_trailing_information.
11911 (rtx_reader::read_rtx_operand): Convert return type from void
11912 to rtx, returning return_rtx. Handle case 'e'. Call
11913 finalize_string on XSTR and XTMPL fields.
11914 (rtx_reader::read_nested_rtx): Handle dumps in which trailing
11915 "(nil)" values were omitted. Call the postprocess vfunc on the
11916 return_rtx.
11917 (rtx_reader::rtx_reader): Add new "compact" param and pass to base
11918 class ctor. Initialize m_in_call_function_usage. Call
11919 one_time_initialization.
11920 * rtl-tests.c (selftest::test_uncond_jump): Call
11921 set_new_first_and_last_insn.
11922 * rtl.h (read_rtx): Wrap decl with #ifdef GENERATOR_FILE.
11923 * selftest-rtl.c: New file.
11924 * selftest-rtl.h (class selftest::rtl_dump_test): New class.
11925 (selftest::get_insn_by_uid): New decl.
11926 * selftest-run-tests.c (selftest::run_tests): Call
11927 read_rtl_function_c_tests.
11928 * selftest.h (selftest::read_rtl_function_c_tests): New decl.
11929 * tree-dfa.c (ssa_default_def): Return NULL_TREE for rtl function
11930 dumps.
11931
11932 2017-01-05 Uros Bizjak <ubizjak@gmail.com>
11933
11934 * config/i386/i386.md (*testqi_ext_3): No need to handle memory
11935 operands in a special way. Assert that pos+len <= mode precision.
11936
11937 2017-01-05 Jakub Jelinek <jakub@redhat.com>
11938
11939 * common.opt (fvect-cost-model): Remove RejectNegative flag, use
11940 3 argument Alias with unlimited for the negative form.
11941 (fno-vect-cost-model): Removed.
11942
11943 2017-01-05 Martin Liska <mliska@suse.cz>
11944
11945 * hsa-gen.c (gen_hsa_divmod): New function.
11946 (gen_hsa_insn_for_internal_fn_call): Use the function for IFN_DIVMOD.
11947
11948 2017-01-05 Martin Liska <mliska@suse.cz>
11949
11950 PR pch/78970
11951 * gcc.c (lookup_compiler): Reject '-' filename for a precompiled
11952 header.
11953
11954 2017-01-05 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
11955
11956 * config/s390/s390.c (s390_expand_setmem): Unroll the loop for
11957 small constant length operands.
11958
11959 2017-01-05 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
11960
11961 * config/s390/s390.c (s390_expand_setmem): Avoid overlapping bytes
11962 between loop iterations.
11963
11964 2017-01-05 Martin Liska <mliska@suse.cz>
11965
11966 PR sanitizer/78815
11967 * gimplify.c (gimplify_decl_expr): Compare to
11968 asan_poisoned_variables instread of checking flags.
11969 (gimplify_target_expr): Likewise.
11970 (gimplify_expr): Likewise.
11971 (gimplify_function_tree): Conditionally initialize
11972 asan_poisoned_variables.
11973
11974 2017-01-04 Jeff Law <law@redhat.com>
11975
11976 PR tree-optimizatin/78812
11977 * rtl.h (contains_mem_rtx_p): Prototype.
11978 * ifcvt.c (containts_mem_rtx_p): Move from here to...
11979 * rtlanal.c (contains_mem_rtx_p): Here and remove static linkage.
11980 * gcse.c (prune_expressions): Use contains_mem_rtx_p to discover
11981 and prune MEMs that are not at the toplevel of a SET_SRC rtx. Look
11982 through ZERO_EXTEND and SIGN_EXTEND when trying to avoid pruning MEMs.
11983
11984 2017-01-04 Alexandre Oliva <aoliva@redhat.com>
11985
11986 * input.c (assert_char_at_range): Default-initialize actual_range.
11987
11988 2017-01-04 Alexandre Oliva <aoliva@redhat.com>
11989
11990 * df-scan.c (df_ref_create_structure): Make regno unsigned,
11991 to match the caller.
11992
11993 2017-01-04 Alexandre Oliva <aoliva@redhat.com>
11994
11995 * cfgexpand.c (expand_gimple_basic_block): Disregard debug
11996 insns after final jump in test to emit dummy move.
11997
11998 2017-01-04 Alexandre Oliva <aoliva@redhat.com>
11999
12000 * gimple-iterator.h (gsi_one_nondebug_before_end_p): New.
12001 * tree-eh.c (cleanup_empty_eh): Skip more debug stmts.
12002
12003 2017-01-04 Alexandre Oliva <aoliva@redhat.com>
12004
12005 * multiple_target.c (create_dispatcher_calls): Init e_next.
12006 * tree-ssa-loop-split.c (split_loop): Init border.
12007 * tree-vect-loop.c (vect_determine_vectorization_factor): Init
12008 scalar_type.
12009
12010 2017-01-04 Michael Meissner <meissner@linux.vnet.ibm.com>
12011
12012 PR target/71977
12013 PR target/70568
12014 PR target/78823
12015 * config/rs6000/predicates.md (sf_subreg_operand): New predicate.
12016 (altivec_register_operand): Do not return true if the operand
12017 contains a SUBREG mixing SImode and SFmode.
12018 (vsx_register_operand): Likewise.
12019 (vsx_reg_sfsubreg_ok): New predicate.
12020 (vfloat_operand): Do not return true if the operand contains a
12021 SUBREG mixing SImode and SFmode.
12022 (vint_operand): Likewise.
12023 (vlogical_operand): Likewise.
12024 (gpc_reg_operand): Likewise.
12025 (int_reg_operand): Likewise.
12026 * config/rs6000/rs6000-protos.h (valid_sf_si_move): Add declaration.
12027 * config/rs6000/rs6000.c (valid_sf_si_move): New function to
12028 determine if a MOVSI or MOVSF operation contains SUBREGs that mix
12029 SImode and SFmode.
12030 (rs6000_emit_move_si_sf_subreg): New helper function.
12031 (rs6000_emit_move): Call rs6000_emit_move_si_sf_subreg to possbily
12032 fixup SUBREGs involving SImode and SFmode.
12033 * config/rs6000/vsx.md (SFBOOL_*): New constants that are operand
12034 numbers for the new peephole2 optimization.
12035 (peephole2 for SFmode unions): New peephole2 to optimize cases in
12036 the GLIBC math library that do AND/IOR/XOR operations on single
12037 precision floating point.
12038 * config/rs6000/rs6000.h (TARGET_NO_SF_SUBREG): New internal
12039 target macros to say whether we need to avoid SUBREGs mixing
12040 SImode and SFmode.
12041 (TARGET_ALLOW_SF_SUBREG): Likewise.
12042 * config/rs6000/rs6000.md (UNSPEC_SF_FROM_SI): New unspecs.
12043 (UNSPEC_SI_FROM_SF): Likewise.
12044 (iorxor): Change spacing.
12045 (and_ior_xor): New iterator for AND, IOR, and XOR.
12046 (movsi_from_sf): New insns for SImode/SFmode SUBREG support.
12047 (movdi_from_sf_zero_ext): Likewise.
12048 (mov<mode>_hardfloat, FMOVE32 iterator): Use register_operand
12049 instead of gpc_reg_operand. Add SImode/SFmode SUBREG support.
12050 (movsf_from_si): New insn for SImode/SFmode SUBREG support.
12051 (fma<mode>4): Use gpc_reg_operand instead of register_operand.
12052 (fms<mode>4): Likewise.
12053 (fnma<mode>4): Likewise.
12054 (fnms<mode>4): Likewise.
12055 (nfma<mode>4): Likewise.
12056 (nfms<mode>4): Likewise.
12057
12058 2017-01-04 Marek Polacek <polacek@redhat.com>
12059
12060 PR c++/64767
12061 * doc/invoke.texi: Document -Wpointer-compare.
12062
12063 2017-01-04 Jakub Jelinek <jakub@redhat.com>
12064
12065 * optc-gen.awk: Emit #error for -W*/-f*/-m* Enum without
12066 RejectNegative.
12067
12068 * dwarf2out.c (output_loc_list): Don't throw away 64K+ location
12069 descriptions for -gdwarf-5 and emit them as uleb128 instead of
12070 2-byte data.
12071
12072 2017-01-04 Kelvin Nilsen <kelvin@gcc.gnu.org>
12073
12074 PR target/78056
12075 * doc/sourcebuild.texi (PowerPC-specific attributes): Add
12076 documentation of the powerpc_popcntb_ok attribute.
12077 * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
12078 code to issue warning messages if a requested CPU configuration is
12079 not supported by the binary (assembler and loader) toolchain.
12080 (spe_init_builtins): Add two assertions to prevent ICE if attempt is
12081 made to define a built-in function that has been disabled.
12082 (paired_init_builtins): Add assertion to prevent ICE if attempt is
12083 made to define a built-in function that has been disabled.
12084 (altivec_init_builtins): Add comment explaining why definition
12085 of the DST built-in functions is not preceded by an assertion
12086 check. Add assertions to prevent ICE if attempts are made to
12087 define an altivec predicate or an abs* built-in function that has
12088 been disabled.
12089 (htm_init_builtins): Add comment explaining why definition of the
12090 htm built-in functions is not preceded by an assertion check.
12091
12092 2017-01-04 Jeff Law <law@redhat.com>
12093
12094 PR tree-optimizatin/67955
12095 * tree-ssa-alias.c (same_addr_size_stores_p): Check offsets first.
12096 Allow any SSA_VAR_P as the base objects. Use integer_zerop. Verify
12097 the points-to solution does not include pt_null. Use DECL_PT_UID
12098 unconditionally.
12099
12100 2017-01-04 Uros Bizjak <ubizjak@gmail.com>
12101
12102 * config/i386/i386.md (HI/SImode test with imm to QImode splitters):
12103 Use gen_int_mode instead of gen_lopwart for const_int operands.
12104
12105 2017-01-04 Jakub Jelinek <jakub@redhat.com>
12106
12107 PR tree-optimization/71563
12108 * match.pd: Simplify X << Y into X if Y is known to be 0 or
12109 out of range value - has low bits known to be zero.
12110
12111 2017-01-04 Alan Modra <amodra@gmail.com>
12112
12113 * Makefile.in (aclocal_deps): Update and order as per aclocal.m4.
12114 * configure: Regenerate.
12115 * config.in: Regenerate.
12116
12117 2017-01-04 Jakub Jelinek <jakub@redhat.com>
12118
12119 PR bootstrap/77569
12120 * input.c (ebcdic_execution_charset::on_error): Don't use strstr for
12121 a substring of the message, but strcmp with the whole message. Ifdef
12122 ENABLE_NLS, translate the message first using dgettext.
12123
12124 2017-01-03 Jeff Law <law@redhat.com>
12125
12126 PR tree-optimizatin/78856
12127 * tree-ssa-threadupdate.c: Include tree-vectorizer.h.
12128 (mark_threaded_blocks): Remove code to truncate thread paths that
12129 cross multiple loop headers. Instead invalidate the cached loop
12130 iteration information and handle case of a thread path walking
12131 into an irreducible region.
12132
12133 2017-01-03 Michael Meissner <meissner@linux.vnet.ibm.com>
12134
12135 PR target/78900
12136 * config/rs6000/rs6000.c (rs6000_split_signbit): Change some
12137 assertions. Add support for doing the signbit if the IEEE 128-bit
12138 floating point value is in a GPR.
12139 * config/rs6000/rs6000.md (Fsignbit): Delete.
12140 (signbit<mode>2_dm): Delete using <Fsignbit> and just use "wa".
12141 Update the length attribute if the value is in a GPR.
12142 (signbit<mode>2_dm_<su>ext): Add combiner pattern to eliminate
12143 the sign or zero extension instruction, since the value is always 0/1.
12144 (signbit<mode>2_dm2): Delete using <Fsignbit>.
12145
12146 PR target/78953
12147 * config/rs6000/vsx.md (vsx_extract_<mode>_store_p9): If we are
12148 extracting SImode to a GPR register so that we can generate a
12149 store, limit the vector to be in a traditional Altivec register
12150 for the vextuwrx instruction.
12151
12152 2017-01-03 Ian Lance Taylor <iant@google.com>
12153
12154 * godump.c (go_format_type): Treat ENUMERAL_TYPE like INTEGER_TYPE.
12155
12156 2017-01-03 Martin Sebor <msebor@redhat.com>
12157
12158 PR tree-optimization/78696
12159 * gimple-ssa-sprintf.c (format_floating): Correct handling of
12160 precision. Use MPFR for %f for greater fidelity. Correct handling
12161 of %g.
12162 (pass_sprintf_length::compute_format_length): Set width and precision
12163 specified by asrerisk to void_node for vararg functions.
12164 (try_substitute_return_value): Adjust dump output.
12165
12166 2017-01-03 David Edelsohn <dje.gcc@gmail.com>
12167
12168 * doc/invoke.texi (RS6000 options): LRA is enabled by default.
12169
12170 2017-01-03 Eric Botcazou <ebotcazou@adacore.com>
12171
12172 * doc/invoke.texi (SPARC options): Document -mlra as the default.
12173 * config/sparc/sparc.c (sparc_option_override): Force LRA unless
12174 -mlra/-mno-lra was passed to the compiler.
12175
12176 2017-01-03 James Cowgill <James.Cowgill@imgtec.com>
12177
12178 PR rtl-optimization/65618
12179 * emit-rtl.c (try_split): Move initialization of "before" and
12180 "after" to just before the call to emit_insn_after_setloc.
12181
12182 2017-01-03 Gerald Pfeifer <gerald@pfeifer.com>
12183
12184 * doc/md.texi (Standard Names): Remove reference to Java frontend.
12185
12186 2017-01-03 Pierre-Marie de Rodat <derodat@adacore.com>
12187
12188 * dwarf2out.c (gen_enumeration_type_die): When
12189 -gno-strict-dwarf, add a DW_AT_encoding attribute.
12190
12191 2017-01-03 Jakub Jelinek <jakub@redhat.com>
12192
12193 PR tree-optimization/78965
12194 * gimple-ssa-sprintf.c (pass_sprintf_length::compute_format_length):
12195 Change first argument from const call_info & to call_info &. For %n
12196 set info.nowrite to false.
12197
12198 PR middle-end/78901
12199 * gimple-ssa-sprintf.c (try_substitute_return_value): Don't change
12200 possibly throwing calls.
12201
12202 * genmatch.c (dt_node::gen_kids_1): If generic_exprs include SSA_NAME
12203 and exprs_len || fns_len, emit the code for SSA_NAME next to the exprs
12204 and fns handling, rather than in a separate case SSA_NAME.
12205
12206 2017-01-02 Jeff Law <law@redhat.com>
12207
12208 * config/darwin-driver.c (darwin_driver_init): Const-correctness
12209 fixes for first_period and second_period variables.
12210
12211 2017-01-02 Uros Bizjak <ubizjak@gmail.com>
12212
12213 PR target/78967
12214 * config/i386/i386.md (UNSPEC_NOREX_MEM): New unspec.
12215 (*insvqi_1): New insn pattern.
12216 (*insvqi_1_mem_rex64): Ditto.
12217 (*insvqi_2): Ditto.
12218 (*insvqi_3): Rename from *insvqi.
12219
12220 (*extzvqi_mem_rex64): Add UNSPEC_NOREX_MEM tag.
12221
12222 2017-01-02 Gerald Pfeifer <gerald@pfeifer.com>
12223
12224 * doc/cfg.texi (Edges): Remove reference to Java.
12225 (Maintaining the CFG): Ditto.
12226
12227 2017-01-01 Jan Hubicka <hubicka@ucw.cz>
12228
12229 PR middle-end/77674
12230 * symtab.c (symtab_node::binds_to_current_def_p): Fix handling of
12231 transparent aliases.
12232
12233 2017-01-01 Jan Hubicka <hubicka@ucw.cz>
12234
12235 PR middle-end/77484
12236 * predict.def (PRED_CALL): Update hitrate.
12237 (PRED_INDIR_CALL, PRED_POLYMORPHIC_CALL): New predictors.
12238 * predict.c (tree_estimate_probability_bb): Split CALL predictor
12239 into direct/indirect/polymorphic variants.
12240
12241 2017-01-01 Jakub Jelinek <jakub@redhat.com>
12242
12243 Update copyright years.
12244
12245 * gcc.c (process_command): Update copyright notice dates.
12246 * gcov-dump.c (print_version): Ditto.
12247 * gcov.c (print_version): Ditto.
12248 * gcov-tool.c (print_version): Ditto.
12249 * gengtype.c (create_file): Ditto.
12250 * doc/cpp.texi: Bump @copying's copyright year.
12251 * doc/cppinternals.texi: Ditto.
12252 * doc/gcc.texi: Ditto.
12253 * doc/gccint.texi: Ditto.
12254 * doc/gcov.texi: Ditto.
12255 * doc/install.texi: Ditto.
12256 * doc/invoke.texi: Ditto.
12257 \f
12258 Copyright (C) 2017 Free Software Foundation, Inc.
12259
12260 Copying and distribution of this file, with or without modification,
12261 are permitted in any medium without royalty provided the copyright
12262 notice and this notice are preserved.