auto-profile.c (afdo_propagate): Adjust T const cast to avoid warning.
[gcc.git] / gcc / ChangeLog
1 2017-05-24 Nathan Sidwell <nathan@acm.org>
2
3 * auto-profile.c (afdo_propagate): Adjust T const cast to avoid
4 warning.
5
6 2017-05-24 Segher Boessenkool <segher@kernel.crashing.org>
7
8 * config/powerpcspe: New port. Files are copied from the rs6000
9 port, with "rs6000" in filenames replaced by "powerpcspe".
10
11 2017-05-24 Wilco Dijkstra <wdijkstr@arm.com>
12
13 PR rtl-optimization/80754
14 * lra-remat.c (do_remat): Add overlap checks for dst_regno.
15
16 2017-05-24 Sheldon Lobo <smlobo@sheldon.us.oracle.com>
17
18 * config/sparc/sparc.md (length): Return the correct value for -mflat
19 sibcalls to match output_sibcall.
20
21 2017-05-24 Segher Boessenkool <segher@kernel.crashing.org>
22
23 PR bootstrap/80860
24 PR bootstrap/80843
25 * config/rs6000/rs6000.c (struct machine_function): Add new field
26 n_components.
27 (rs6000_get_separate_components): Init that field, use it.
28 (rs6000_components_for_bb): Use the field.
29
30 2017-05-24 Thomas Preud'homme <thomas.preudhomme@arm.com>
31
32 * config/arm/arm.c (arm_expand_prologue): Fix typo in comment.
33
34 2017-05-24 Peter Bergner <bergner@vnet.ibm.com>
35
36 PR middle-end/80823
37 * tree-cfg.c (group_case_labels_stmt): Delete increment of "i";
38
39 2017-05-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
40
41 PR target/80725
42 * config/s390/s390.c (s390_check_qrst_address): Check incoming
43 address against address_operand predicate.
44 * config/s390/s390.md ("*indirect_jump"): Swap alternatives.
45
46 2017-05-24 Eric Botcazou <ebotcazou@adacore.com>
47
48 * var-tracking.c (track_expr_p): Do not return 0 for tracked record
49 parameters passed indirectly.
50
51 2017-05-23 Uros Bizjak <ubizjak@gmail.com>
52
53 * config/i386/i386.md (*movdi_internal): Remove SSE4
54 alternative 18 (?r, *v). Update insn attributes.
55 (*movsi_internal): Remove SSE4 alternative 13 (?r, *v).
56 Update insn attributes.
57 (*zero_extendsidi2): Remove SSE4 alternative (?r, *x).
58 Update insn attributes.
59 * config/i386/sse.md (vec_extract<ssevecmodelower>_0): Remove SSE4
60 alternative 1 (r, v). Remove isa attribute.
61 * config/i386/i386.c (dimode_scalar_chain::make_vector_copies):
62 Always move value through stack for !TARGET_INTER_UNIT_MOVES_TO_VEC
63 and !TARGET_INTER_UNIT_MOVES_TO_VEC targets.
64
65 2017-05-23 Tom de Vries <tom@codesourcery.com>
66
67 * doc/sourcebuild.texi (Directives, Verify compiler message): Document
68 dg-line directive.
69
70 2017-05-23 Jan Hubicka <hubicka@ucw.cz>
71
72 * cgraphunit.c (symbol_table::process_new_functions): Update.
73 * ipa-fnsummary.c (pass_data_inline_parameters): Remove.
74 (inline_generate_summary): Rename to ...
75 (ipa_fn_summary_generate): ... this one.
76 (inline_read_summary): Rename to ...
77 (ipa_fn_summary_read): ... this one.
78 (inline_write_summary): Rename to ...
79 (ipa_fn_summary_write): ... this one.
80 (inline_free_summary): Rename to ...
81 (ipa_free_fn_summary): ... this one.
82 (pass_data_local_fn_summary, pass_local_fn_summary,
83 make_pass_local_fn_summary, pass_data_ipa_free_fn_summary,
84 pass_ipa_free_fn_summary, make_pass_ipa_free_fn_summary,
85 pass_data_ipa_fn_summary, pass_ipa_fn_summary,
86 make_pass_ipa_fn_summary): New.
87 * ipa-fnsummary.h (inline_generate_summary, inline_read_summary,
88 inline_write_summary, inline_free_summary): Remove.
89 (ipa_free_fn_summary) : New.
90 * ipa-inline.c (ipa_inline): Update.
91 (pass_ipa_inline): Do not generate summaries.
92 * ipa.c (pass_data_ipa_free_fn_summary, pass_ipa_free_fn_summary):
93 Remove.
94 * passes.def: Replace pass_inline_parameters by pass_local_fn_summary
95 and add pass_ipa_fn_summary.
96 * tree-pass.h (make_pass_ipa_fn_summary, make_pass_local_fn_summary):
97 New.
98 (make_pass_inline_parameters): Remove.
99
100 2017-05-23 Thomas Schwinge <thomas@codesourcery.com>
101
102 * omp-low.c (struct omp_context): Remove "default_kind" member.
103 Adjust all users.
104
105 * omp-offload.c (execute_oacc_device_lower): Remove the
106 parallelism dimensions function attributes for unparallelized
107 OpenACC kernels constructs.
108
109 2017-05-23 Martin Liska <mliska@suse.cz>
110
111 * cgraph.c (cgraph_node::get_create): Use symtab_node::dump_{asm_,}name
112 functions.
113 (cgraph_edge::make_speculative): Likewise.
114 (cgraph_edge::resolve_speculation): Likewise.
115 (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
116 (cgraph_node::dump): Likewise.
117 * cgraph.h: Likewise.
118 * cgraphunit.c (analyze_functions): Likewise.
119 (symbol_table::compile): Likewise.
120 * ipa-cp.c (print_all_lattices): Likewise.
121 (determine_versionability): Likewise.
122 (initialize_node_lattices): Likewise.
123 (ipcp_verify_propagated_values): Likewise.
124 (estimate_local_effects): Likewise.
125 (update_profiling_info): Likewise.
126 (create_specialized_node): Likewise.
127 (perhaps_add_new_callers): Likewise.
128 (decide_about_value): Likewise.
129 (decide_whether_version_node): Likewise.
130 (identify_dead_nodes): Likewise.
131 (ipcp_store_bits_results): Likewise.
132 * ipa-devirt.c (dump_targets): Likewise.
133 (ipa_devirt): Likewise.
134 * ipa-icf.c (sem_item::dump): Likewise.
135 (sem_function::equals): Likewise.
136 (sem_variable::equals): Likewise.
137 (sem_item_optimizer::read_section): Likewise.
138 (sem_item_optimizer::execute): Likewise.
139 (congruence_class::dump): Likewise.
140 * ipa-inline-analysis.c (dump_ipa_call_summary): Likewise.
141 (dump_inline_summary): Likewise.
142 (estimate_node_size_and_time): Likewise.
143 (inline_analyze_function): Likewise.
144 * ipa-inline-transform.c (inline_call): Likewise.
145 * ipa-inline.c (report_inline_failed_reason): Likewise.
146 (want_early_inline_function_p): Likewise.
147 (edge_badness): Likewise.
148 (update_edge_key): Likewise.
149 (inline_small_functions): Likewise.
150 * ipa-profile.c (ipa_profile): Likewise.
151 * ipa-prop.c (ipa_print_node_jump_functions): Likewise.
152 (ipa_make_edge_direct_to_target): Likewise.
153 (remove_described_reference): Likewise.
154 (ipa_impossible_devirt_target): Likewise.
155 (propagate_controlled_uses): Likewise.
156 (ipa_print_node_params): Likewise.
157 (ipcp_transform_function): Likewise.
158 * ipa-pure-const.c (pure_const_read_summary): Likewise.
159 (propagate_pure_const): Likewise.
160 * ipa-reference.c (generate_summary): Likewise.
161 (read_write_all_from_decl): Likewise.
162 (propagate): Likewise.
163 (ipa_reference_read_optimization_summary): Likewise.
164 * ipa-utils.c (ipa_merge_profiles): Likewise.
165 * ipa.c (walk_polymorphic_call_targets): Likewise.
166 (symbol_table::remove_unreachable_nodes): Likewise.
167 (ipa_single_use): Likewise.
168 * passes.c (execute_todo): Likewise.
169 * predict.c (drop_profile): Likewise.
170 * symtab.c (symtab_node::get_dump_name): New function.
171 (symtab_node::dump_name): Likewise.
172 (symtab_node::dump_asm_name): Likewise.
173 (symtab_node::dump_references): Likewise.
174 (symtab_node::dump_referring): Likewise.
175 (symtab_node::dump_base): Likewise.
176 (symtab_node::debug_symtab): Likewise.
177 * tree-sra.c (convert_callers_for_node): Likewise.
178 * tree-ssa-structalias.c (ipa_pta_execute): Likewise.
179 * value-prof.c (init_node_map): Likewise.
180
181 2017-05-23 Martin Liska <mliska@suse.cz>
182
183 * cgraph.h: Move symtab_node::dump_table to symbol_table::dump
184 and symtab_node::debug_symtab to symbol_table::debug.
185 * cgraphunit.c (analyze_functions): Use the renamed function.
186 (symbol_table::compile): Likewise.
187 * ipa-cp.c (ipcp_verify_propagated_values): Likewise.
188 * ipa-icf.c (sem_item_optimizer::execute): Likewise.
189 * passes.c (execute_todo): Likewise.
190 * symtab.c (symbol_table::dump): New function.
191 * tree-ssa-structalias.c (ipa_pta_execute): Use the renamed function.
192
193 2017-05-23 Jan Hubicka <hubicka@ucw.cz>
194
195 * ipa-fnsummary.c (estimate_node_size_and_time): Do not sanity check
196 that nonconst implies exec.
197
198 2017-05-23 Jan Hubicka <hubicka@ucw.cz>
199
200 * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgraph_edge_hook_list,
201 inline_edge_removal_hook, inline_edge_duplication_hook): Remove.
202 (inline_edge_summary_vec): Turn into ...
203 (ipa_call_summaries): ... this one.
204 (redirect_to_unreachable, edge_set_predicate,
205 evaluate_properties_for_edge, inline_summary_alloc,
206 reset_ipa_call_summary, reset_inline_summary,
207 inline_summary_t::duplicate): Update.
208 (inline_edge_duplication_hook): Turn to ...
209 (ipa_call_summary_t::duplicate): ... this one.
210 (inline_edge_removal_hook): Turn to ...
211 (ipa_call_summary_t::remove): ... this one.
212 (dump_inline_edge_summary): Turn to ...
213 (dump_ipa_call_summary): ... this one.
214 (estimate_function_body_sizes): Update.
215 (inline_update_callee_summaries): Update.
216 (remap_edge_change_prob): Update.
217 (remap_edge_summaries): Update.
218 (inline_merge_summary): Update.
219 (do_estimate_edge_time): Update.
220 (inline_generate_summary): Update.
221 (inline_read_section): Update.
222 (inline_read_summary): Update.
223 (inline_free_summary): Update.
224 * ipa-inline.c (can_inline_edge_p): Update.
225 (compute_inlined_call_time): Update.
226 (want_inline_small_function_p): Update.
227 (edge_badness): Update.
228 (early_inliner): Update.
229 * ipa-inline.h (inline_edge_summary): Turn to ...
230 (ipa_call_summary): ... this one.
231 (ipa_call_summary_t): New class.
232 (inline_edge_summary_t, inline_edge_summary_vec): Remove.
233 (ipa_call_summaries): New.
234 (inline_edge_summary): Remove.
235 (estimate_edge_growth): Update.
236 * ipa-profile.c (ipa_propagate_frequency_1): Update.
237 * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
238 * ipa-split.c (execute_split_functions): Update.
239 * ipa.c (symbol_table::remove_unreachable_nodes): Update.
240
241 2017-05-23 Tom de Vries <tom@codesourcery.com>
242
243 * doc/sourcebuild.texi (Effective-Target Keywords, Other hardware
244 attributes): Document rdrand effective target.
245
246 2017-05-23 Tom de Vries <tom@codesourcery.com>
247
248 * doc/sourcebuild.texi (Effective-Target Keywords, Other hardware
249 attributes): Sort alphabetically.
250
251 2017-05-23 Georg-Johann Lay <avr@gjlay.de>
252
253 * config/avr/genmultilib.awk: Use gsub instead of gensub.
254
255 2017-05-22 Michael Meissner <meissner@linux.vnet.ibm.com>
256
257 PR target/80718
258 * config/rs6000/vsx.md (vsx_splat_<mode>, VSX_D iterator): Split
259 V2DF/V2DI splat into two separate patterns, one that handles
260 registers, and the other that only handles memory. Drop support
261 for splatting from a GPR on ISA 2.07 and then splitting the
262 splat into direct move and splat.
263 (vsx_splat_<mode>_reg): Likewise.
264 (vsx_splat_<mode>_mem): Likewise.
265
266 2017-05-22 Segher Boessenkool <segher@kernel.crashing.org>
267
268 * cfgcleanup.c (bb_is_just_return): Allow CLOBBERs.
269
270 2017-05-22 Jakub Jelinek <jakub@redhat.com>
271
272 PR middle-end/80809
273 * omp-low.c (finish_taskreg_remap): New function.
274 (finish_taskreg_scan): If unit size of ctx->record_type
275 is non-constant, unshare the size expression and replace
276 decls in it with possible outer var refs.
277
278 PR middle-end/80809
279 * gimplify.c (omp_add_variable): For GOVD_DEBUG_PRIVATE use
280 GOVD_SHARED rather than GOVD_PRIVATE with it.
281 (gimplify_adjust_omp_clauses_1, gimplify_adjust_omp_clauses): Expect
282 GOVD_SHARED rather than GOVD_PRIVATE with GOVD_DEBUG_PRIVATE.
283
284 PR middle-end/80853
285 * omp-low.c (lower_reduction_clauses): Pass OMP_CLAUSE_PRIVATE
286 as last argument to build_outer_var_ref for pointer bases of array
287 section reductions.
288
289 2017-05-19 Martin Sebor <msebor@redhat.com>
290
291 * print-tree.c (print_node): Print DECL_READ_P flag.
292
293 2017-05-22 Jan Hubicka <hubicka@ucw.cz>
294
295 * Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.h
296 * auto-profile.c: Replace ipa-inline.h by ipa-fnsummary.h
297 * cgraph.c: Likewise.
298 * cgraphunit.c: Likewise.
299 * gengtype.c: Likewise.
300 * ipa-cp.c: Likewise.
301 * ipa-devirt.c: Likewise.
302 * ipa-icf.c: Likewise.
303 * ipa-predicate.c: Likewise.
304 * ipa-profile.c: Likewise.
305 * ipa-prop.c: Likewise.
306 * ipa-split.c: Likewise.
307 * ipa.c: Likewise.
308 * ipa-inline-analysis.c (inline_summaries, ipa_call_summaries,
309 edge_predicate_pool, dump_inline_hints,
310 inline_summary::account_size_time, redirect_to_unreachable,
311 edge_set_predicate, set_hint_predicate,
312 evaluate_conditions_for_known_args, evaluate_properties_for_edge,
313 inline_summary_alloc, ipa_call_summary::reset, inline_summary::reset,
314 inline_summary_t::remove, remap_hint_predicate_after_duplication,
315 inline_summary_t::duplicate, ipa_call_summary_t::duplicate,
316 ipa_call_summary_t::remove, initialize_growth_caches,
317 free_growth_caches, dump_ipa_call_summary, dump_inline_summary,
318 debug_inline_summary, dump_inline_summaries, initialize_inline_failed,
319 mark_modified, unmodified_parm_1, unmodified_parm,
320 unmodified_parm_or_parm_agg_item, eliminated_by_inlining_prob,
321 set_cond_stmt_execution_predicate, set_switch_stmt_execution_predicate,
322 compute_bb_predicates, will_be_nonconstant_expr_predicate,
323 will_be_nonconstant_predicate, record_modified_bb_info,
324 get_minimal_bb, record_modified, param_change_prob,
325 phi_result_unknown_predicate, predicate_for_phi_result,
326 array_index_predicate, clobber_only_eh_bb_p, fp_expression_p,
327 estimate_function_body_sizes, compute_inline_parameters,
328 compute_inline_parameters_for_curren, pass_data_inline_parameters,
329 estimate_node_size_and_time, estimate_ipcp_clone_size_and_time,
330 inline_update_callee_summaries, remap_edge_change_prob,
331 remap_edge_summaries, remap_hint_predicate, inline_merge_summary,
332 inline_update_overall_summary, inline_indirect_intraprocedural_analysis,
333 inline_analyze_function, inline_summary_t::insert,
334 inline_generate_summary, read_ipa_call_summary, inline_read_section,
335 inline_read_summary, write_ipa_call_summary, inline_write_summary,
336 inline_free_summary): Move to ipa-fnsummary.h
337 (predicate_t): Remove.
338 * ipa-fnsummary.c: New file.
339 * ipa-inline.h: Do not include sreal.h and ipa-predicate.h
340 (enum inline_hints_vals, inline_hints, agg_position_info,
341 INLINE_SIZE_SCALE, size_time_entry, inline_summary, inline_summary_t,
342 inline_summaries, ipa_call_summary, ipa_call_summary_t,
343 ipa_call_summaries, debug_inline_summary, dump_inline_summaries,
344 dump_inline_summary, dump_inline_hints, inline_generate_summary,
345 inline_read_summary, inline_write_summary, inline_free_summary,
346 inline_analyze_function, initialize_inline_failed,
347 inline_merge_summary, inline_update_overall_summary,
348 compute_inline_parameters): Move to ipa-fnsummary.h
349 * ipa-fnsummary.h: New file.
350 * ipa-inline-transform.h: Include ipa-inline.h.
351 * ipa-inline.c: LIkewise.
352
353 2017-05-22 Jan Hubicka <hubicka@ucw.cz>
354
355 * ipa-inline.c (edge_badness): Use inlined_time instead of
356 inline_summaries->get.
357
358 2017-05-22 Jan Hubicka <hubicka@ucw.cz>
359
360 * ipa-inline.c (edge_badness): Use estimate_size_after_inlining.
361
362 2017-05-22 Nathan Sidwell <nathan@acm.org>
363
364 * doc/invoke.texi (fdump-translation-unit): Delete documentation.
365 (fdump-lang): Document 'raw' option.
366 * dumpfile.h (TDI_tu): Delete.
367 * dumpfile.c (dump_files): Remove translation-unit.
368 (FIRST_AUTO_NUMBERED_DUMP): Decrement.
369
370 2017-05-22 Georg-Johann Lay <avr@gjlay.de>
371
372 * config/avr/t-avr (AWK) [t-multilib]: Remove "-v FORMAT=Makefile"
373 command option from $(AWK) call.
374 * config/avr/genmultilib.awk: Simplify and rewrite so that it
375 generates MULTILIB_REQUIRED instead of MULTILIB_EXCEPTIONS.
376 [FORMAT]: Remove handling of variable.
377 * config/avr/t-multilib: Regenerate.
378
379 2017-05-22 Jan Hubicka <hubicka@ucw.cz>
380
381 * ipa-inline-analysis.c (inline_summary::reset): Do not reset
382 self_time.
383 (dump_inline_summary): Do not print self_time.
384 (estimate_function_body_sizes): Do not set self_time.
385 (compute_inline_parameters): Likewise.
386 (inline_read_section, inline_write_summary): Do not stream self_time.
387 * ipa-inline.h (inline_summary): Drop self_time.
388
389 2017-05-22 Jan Hubicka <hubicka@ucw.cz>
390
391 * ipa-inline-analysis.c (account_size_time): Rename to ...
392 (inline_summary::account_size_time): ... this one.
393 (reset_ipa_call_summary): Turn to ...
394 (ipa_call_summary::reset): ... this one.
395 (reset_inline_summary): Turn to ...
396 (inline_summary::reset): ... this one.
397 (inline_summary_t::remove): Update.
398 (inline_summary_t::duplicate): Update.
399 (ipa_call_summary_t::remove): Update.
400 (dump_inline_summary): Update.
401 (estimate_function_body_sizes): Update.
402 (compute_inline_parameters): Update.
403 (estimate_node_size_and_time): Update.
404 (inline_merge_summary): Update.
405 (inline_update_overall_summary): Update.
406 (inline_read_section): Update.
407 (inline_write_summary): Update.
408 * ipa-inline.h (inline_summary): Rename entry to size_time_table;
409 add account_size_time and reset member functions.
410 (ipa_call_summary): Add reset function.
411 * ipa-predicate.h (predicate::operator &): Constify.
412
413 2017-05-22 Richard Biener <rguenther@suse.de>
414
415 * df-scan.c (df_insn_refs_verify): Speedup when not verifying.
416
417 2017-05-19 Jason Merrill <jason@redhat.com>
418
419 * tree.c (make_tree_vec_stat, grow_tree_vec_stat): Use size_t.
420
421 2017-05-19 Marek Polacek <polacek@redhat.com>
422
423 PR sanitizer/80800
424 * fold-const.c (extract_muldiv_1) <case TRUNC_DIV_EXPR>: Add
425 TYPE_OVERFLOW_WRAPS checks.
426
427 2017-05-19 Thomas Schwinge <thomas@codesourcery.com>
428
429 * tree-core.h (enum omp_clause_default_kind): Add
430 "OMP_CLAUSE_DEFAULT_PRESENT".
431 * tree-pretty-print.c (dump_omp_clause): Handle it.
432 * gimplify.c (enum gimplify_omp_var_data): Add
433 "GOVD_MAP_FORCE_PRESENT".
434 (gimplify_adjust_omp_clauses_1): Map it to
435 "GOMP_MAP_FORCE_PRESENT".
436 (oacc_default_clause): Handle "OMP_CLAUSE_DEFAULT_PRESENT".
437
438 * gimplify.c (oacc_default_clause): Clarify.
439
440 2017-05-19 Nathan Sidwell <nathan@acm.org>
441
442 LANG_HOOK_REGISTER_DUMPS
443 * toplev.c (general_init): Call register dump lang hook.
444 * doc/invoke.texi: Document -fdump-lang option family.
445 * dumpfile.c (dump_files): Remove class dump here.
446 (FIRST_AUTO_NUMBERED_DUMP): Adjust.
447 * dumpfile.h (tree_dump_index): Remove TDI_class.
448 * langhooks-def.h (lhd_register_dumps): Declare.
449 (LANG_HOOKS_REGISTER_DUMPS): Define.
450 (LANG_HOOKS_INITIALIZER): Add it.
451 * langhooks.c (lhd_register_dumps): Define.
452 * langhooks.h (struct lang_hooks): Add register_dumps.
453
454 2017-05-19 Nathan Sidwell <nathan@acm.org>
455
456 * context.h (context::set_passes): New.
457 * context.c (context::context): Do not create pass manager.
458 * toplev.c (general_init): Create pass manager here.
459
460 2017-05-19 Segher Boessenkool <segher@kernel.crashing.org>
461
462 * config/rs6000/rs6000.md (splitter to load of -1 and mask): Don't
463 use this splitter if two add or or instructions would also work for
464 the constant we want to generate.
465
466 2017-05-19 Richard Biener <rguenther@suse.de>
467
468 PR build/80821
469 * genmatch.c (dt_node::gen_kids_1): Add missing scope around
470 predicate evaluation.
471
472 2017-05-19 Jan Hubicka <hubicka@ucw.cz>
473
474 * ipa-inline.h (ipa_call_summary): Turn sizes into signed;
475 add ctor.
476 * ipa-inline.c (want_inline_small_function_p): Do not cast to
477 unsigned.
478
479 2017-05-19 Jan Hubicka <hubicka@ucw.cz>
480
481 * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgraph_edge_hook_list,
482 inline_edge_removal_hook, inline_edge_duplication_hook): Remove.
483 (inline_edge_summary_vec): Turn into ...
484 (ipa_call_summaries): ... this one.
485 (redirect_to_unreachable, edge_set_predicate,
486 evaluate_properties_for_edge, inline_summary_alloc,
487 reset_ipa_call_summary, reset_inline_summary,
488 inline_summary_t::duplicate): Update.
489 (inline_edge_duplication_hook): Turn to ...
490 (ipa_call_summary_t::duplicate): ... this one.
491 (inline_edge_removal_hook): Turn to ...
492 (ipa_call_summary_t::remove): ... this one.
493 (dump_inline_edge_summary): Turn to ...
494 (dump_ipa_call_summary): ... this one.
495 (estimate_function_body_sizes): Update.
496 (inline_update_callee_summaries): Update.
497 (remap_edge_change_prob): Update.
498 (remap_edge_summaries): Update.
499 (inline_merge_summary): Update.
500 (do_estimate_edge_time): Update.
501 (inline_generate_summary): Update.
502 (inline_read_section): Update.
503 (inline_read_summary): Update.
504 (inline_free_summary): Update.
505 * ipa-inline.c (can_inline_edge_p): Update.
506 (compute_inlined_call_time): Update.
507 (want_inline_small_function_p): Update.
508 (edge_badness): Update.
509 (early_inliner): Update.
510 * ipa-inline.h (inline_edge_summary): Turn to ...
511 (ipa_call_summary): ... this one.
512 (ipa_call_summary_t): New class.
513 (inline_edge_summary_t, inline_edge_summary_vec): Remove.
514 (ipa_call_summaries): New.
515 (inline_edge_summary): Remove.
516 (estimate_edge_growth): Update.
517 * ipa-profile.c (ipa_propagate_frequency_1): Update.
518 * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
519 * ipa-split.c (execute_split_functions): Update.
520 * ipa.c (symbol_table::remove_unreachable_nodes): Update.
521
522 2017-05-19 Richard Biener <rguenther@suse.de>
523
524 PR middle-end/80764
525 * cfgexpand.c (expand_gimple_cond): Fix loop fixup.
526
527 2017-05-18 Segher Boessenkool <segher@kernel.crashing.org>
528
529 * config/rs6000/rs6000.c (struct machine_function): Add field
530 fpr_is_wrapped_separately.
531 (rs6000_get_separate_components): Use 64 components. Handle the
532 new FPR components.
533 (rs6000_components_for_bb): Handle the FPR components.
534 (rs6000_emit_prologue_components): Handle the FPR components.
535 (rs6000_emit_epilogue_components): Handle the FPR components.
536 (rs6000_set_handled_components): Handle the FPR components.
537 (rs6000_emit_prologue): Don't output prologue code for those FPRs
538 that are already separately shrink-wrapped.
539 (rs6000_emit_epilogue): Don't output epilogue code for those FPRs
540 that are already separately shrink-wrapped.
541
542 2017-05-18 Michael Meissner <meissner@linux.vnet.ibm.com>
543
544 PR target/80510
545 * config/rs6000/predicates.md (simple_offsettable_mem_operand):
546 New predicate.
547
548 * config/rs6000/rs6000.md (ALTIVEC_DFORM): New iterator.
549 (define_peephole2 for Altivec d-form load): Add peepholes to catch
550 cases where the register allocator uses a move and an offsettable
551 memory operation to/from a FPR register on ISA 2.06/2.07.
552 (define_peephole2 for Altivec d-form store): Likewise.
553
554 2017-05-18 Uros Bizjak <ubizjak@gmail.com>
555
556 PR target/80799
557 * config/i386/mmx.md (*mov<mode>_internal): Enable
558 alternatives 11, 12, 13 and 14 also for 32bit targets.
559 Remove alternatives 15, 16, 17 and 18.
560 * config/i386/sse.md (vec_concatv2di): Change
561 alternative (!x, *y) to (x, ?!*Yn).
562
563 2017-05-18 Paolo Carlini <paolo.carlini@oracle.com>
564
565 * dumpfile.h (enum dump_kind): Remove stray comma.
566
567 2017-05-18 Jan Hubicka <hubicka@ucw.cz>
568
569 * Makefile.in: Add ipa-predicate.o and ipa-predicate.h
570 * ipa-inline-analysis.c (NUM_CONDITIONS): turn into
571 predicate::num_conditions
572 (IS_NOT_CONSTANT): turn into predicate::is_not_constant.
573 (CHANGED): turn into predicate::changed.
574 (agg_position_info): Move to ipa-predicate.h
575 (add_condition, predicate::add_clause, predicate::operator &=,
576 predicate::or_with, predicate::evaluate, predicate::probability,
577 dump_condition, dump_clause, predicate::dump,
578 predicate::remap_after_duplication, predicate::remap_after_inlining,
579 predicate::stream_in, predicate::stream_out): Move to ipa-predicate.c
580 (evaluate_conditions_for_known_args): Update.
581 (set_cond_stmt_execution_predicate): Update.
582 * ipa-inline.h: Include ipa-predicate.h
583 (condition, inline_param_summary, conditions, agg_position_info,
584 predicate): Move to ipa-predicate.h
585 * ipa-predicate.c: New file.
586 * ipa-predicate.h: New file.
587
588 2017-05-18 Wilco Dijkstra <wdijkstr@arm.com>
589
590 * final.c (leaf_function_p): Check we are not in a sequence.
591
592 2017-05-18 Martin Liska <mliska@suse.cz>
593
594 * cfgrtl.c (rtl_verify_edges): Remove usage of TDF_RTL.
595 * dumpfile.c (dump_register): Use new enum dump_kind.
596 (get_dump_file_name): Likewise.
597 (dump_enable_all): Likewise.
598 (dump_switch_p_1): Likewise.
599 (enable_rtl_dump_file): Remove usage of TDF_RTL.
600 * dumpfile.h (enum dump_kind): New enum type.
601 (struct dump_file_info): Create constructor and
602 format fields and comments.
603 * passes.c (pass_manager::register_one_dump_file):
604 Use num dump_kind.
605 * statistics.c (statistics_early_init): Likewise.
606 * tree-ssa-loop-prefetch.c (dump_mem_details): Replace
607 TDF_TREE with TDF_SLIM.
608 (gather_memory_references_ref): Likewise.
609
610 2017-05-18 Martin Liska <mliska@suse.cz>
611
612 * vec.h (struct vnull): Use it.
613
614 2017-05-18 Jan Hubicka <hubicka@ucw.cz>
615
616 * ipa-inline-analysis.c (predicate_conditions): Move to ipa-inline.h
617 (true_predicate, false_predicate, true_predicate_p,
618 false_predicate_p): Remove.
619 (single_cond_predicate, not_inlined_predicate): Turn to member function
620 in ipa-inline.h
621 (add_condition): Update.
622 (add_clause): Turn to...
623 (predicate::add_clause): ... this one; update; allow passing NULL
624 as parameter.
625 (and_predicates): Turn to ...
626 (predicate::operator &=): ... this one.
627 (predicates_equal_p): Move to predicate::operator == in ipa-inline.h
628 (or_predicates): Turn to ...
629 (predicate::or_with): ... this one.
630 (evaluate_predicate): Turn to ...
631 (predicate::evaluate): ... this one.
632 (predicate_probability): Turn to ...
633 (predicate::probability): ... this one.
634 (dump_condition): Update.
635 (dump_predicate): Turn to ...
636 (predicate::dump): ... this one.
637 (account_size_time): Update.
638 (edge_set_predicate): Update.
639 (set_hint_predicate): UPdate.
640 (evaluate_conditions_for_known_args): Update.
641 (evaluate_properties_for_edge): Update.
642 (remap_predicate_after_duplication): Turn to...
643 (predicate::remap_after_duplication): ... this one.
644 (remap_hint_predicate_after_duplication): Update.
645 (inline_summary_t::duplicate): UPdate.
646 (dump_inline_edge_summary): Update.
647 (dump_inline_summary): Update.
648 (set_cond_stmt_execution_predicate): Update.
649 (set_switch_stmt_execution_predicate): Update.
650 (compute_bb_predicates): Update.
651 (will_be_nonconstant_expr_predicate): Update.
652 (will_be_nonconstant_predicate): Update.
653 (phi_result_unknown_predicate): Update.
654 (predicate_for_phi_result): Update.
655 (array_index_predicate): Update.
656 (estimate_function_body_sizes): Update.
657 (estimate_node_size_and_time): Update.
658 (estimate_ipcp_clone_size_and_time): Update.
659 (remap_predicate): Rename to ...
660 (predicate::remap_after_inlining): ... this one.
661 (remap_hint_predicate): Update.
662 (inline_merge_summary): Update.
663 (inline_update_overall_summary): Update.
664 (estimate_size_after_inlining): Update.
665 (read_predicate): Rename to ...
666 (predicate::stream_in): ... this one.
667 (read_inline_edge_summary): Update.
668 (write_predicate): Rename to ...
669 (predicate::stream_out): ... this one.
670 (write_inline_edge_summary): Update.
671 * ipa-inline.h (MAX_CLAUSES): Turn to predicate::max_clauses.
672 (clause_t): Turn to uint32_t
673 (predicate): Turn to class; implement constructor and operators
674 ==, !=, &
675 (size_time_entry): Update.
676 (inline_summary): Update.
677 (inline_edge_summary): Update.
678
679 2017-05-18 Marc Glisse <marc.glisse@inria.fr>
680
681 * fold-const.c (fold_binary_loc): Move transformation...
682 * match.pd (C - X CMP X): ... here.
683
684 2017-05-18 Sheldon Lobo <sheldon.lobo@oracle.com>
685
686 * config/sparc/sparc.c (sparc_option_override): Set function
687 alignment for -mcpu=niagara7 to 64 to match the I$ line.
688 * config/sparc/sparc.h (BRANCH_COST): Set the SPARC M7 branch
689 latency to 1.
690 * config/sparc/sparc.h (BRANCH_COST): Set the SPARC T4 branch
691 latency to 2.
692 * config/sparc/sol2.h: Fix a ASM_CPU32_DEFAULT_SPEC typo.
693
694 2017-05-18 Marek Polacek <polacek@redhat.com>
695
696 PR sanitizer/80797
697 * ubsan.c (instrument_null): Unwrap ADDR_EXPRs.
698 (pass_ubsan::execute): Call gimple_assign_single_p instead of
699 gimple_assign_load_p.
700
701 2017-05-17 Segher Boessenkool <segher@kernel.crashing.org>
702
703 PR middle-end/80692
704 * real.c (do_compare): Give decimal_do_compare preference over
705 comparing just the signs.
706
707 2017-05-17 Uros Bizjak <ubizjak@gmail.com>
708
709 * doc/md.texi (Canonicalization of Instructions): Describe the
710 canonical form of instructions that inherently set a condition
711 code register.
712
713 2017-05-17 Peter Bergner <bergner@vnet.ibm.com>
714
715 PR middle-end/80775
716 * tree-cfg.c: Move deletion of unreachable case statements to after
717 the merging of consecutive case labels.
718
719 2017-05-17 Thomas Preud'homme <thomas.preudhomme@arm.com>
720
721 * config/arm/arm.c (cmse_nonsecure_call_clear_caller_saved): Refer
722 readers to __gnu_cmse_nonsecure_call libcall for saving, clearing and
723 restoring of callee-saved registers.
724
725 2017-05-17 Eric Botcazou <ebotcazou@adacore.com>
726
727 * compare-elim.c (equivalent_reg_at_start): Adjust outdated comment.
728 * config/visium/visium.c (single_set_and_flags): Likewise.
729 * config/visium/visium.md (Substitutions): Likewise.
730
731 2017-05-17 Martin Liska <mliska@suse.cz>
732
733 * cfg.c: Introduce dump_flags_t type and
734 use it instead of int type.
735 * cfg.h: Likewise.
736 * cfghooks.c: Likewise.
737 * cfghooks.h (struct cfg_hooks): Likewise.
738 * cfgrtl.c: Likewise.
739 * cfgrtl.h: Likewise.
740 * cgraph.c (cgraph_node::get_body): Likewise.
741 * coretypes.h: Likewise.
742 * domwalk.c: Likewise.
743 * domwalk.h: Likewise.
744 * dumpfile.c (struct dump_option_value_info): Likewise.
745 (dump_enable_all): Likewise.
746 (dump_switch_p_1): Likewise.
747 (opt_info_switch_p): Likewise.
748 * dumpfile.h (enum tree_dump_index): Likewise.
749 (struct dump_file_info): Likewise.
750 * genemit.c: Likewise.
751 * generic-match-head.c: Likewise.
752 * gengtype.c (open_base_files): Likewise.
753 * gimple-pretty-print.c: Likewise.
754 * gimple-pretty-print.h: Likewise.
755 * graph.c (print_graph_cfg): Likewise.
756 * graphite-scop-detection.c (dot_all_sese): Likewise.
757 * ipa-devirt.c (build_type_inheritance_graph): Likewise.
758 * loop-unroll.c (report_unroll): Likewise.
759 * passes.c (pass_manager::register_one_dump_file): Likewise.
760 * print-tree.c: Likewise.
761 * statistics.c: Likewise.
762 * tree-cfg.c: Likewise.
763 * tree-cfg.h: Likewise.
764 * tree-dfa.c: Likewise.
765 * tree-dfa.h: Likewise.
766 * tree-dump.c (dump_function): Likewise.
767 * tree-dump.h (struct dump_info): Likewise.
768 * tree-pretty-print.c: Likewise.
769 * tree-pretty-print.h: Likewise.
770 * tree-ssa-live.c: Likewise.
771 * tree-ssa-live.h: Likewise.
772 * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Likewise.
773 * tree-vect-loop.c: Likewise.
774 * tree-vect-slp.c: Likewise.
775
776 2017-05-16 James Greenhalgh <james.greenhalgh@arm.com>
777 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
778
779 PR tree-optimization/80457
780 * tree-vect-stmts.c (vect_model_simple_cost): Model the cost
781 of all arguments to a statement as scalar_to_vec operations.
782 (vectorizable_call): Adjust call to vect_model_simple_cost for
783 new parameter.
784 (vectorizable_conversion): Likewise.
785 (vectorizable_assignment): Likewise.
786 (vectorizable_shift): Likewise.
787 (vectorizable_operation): Likewise.
788 (vectorizable_comparison): Likewise.
789 (vect_is_simple_cond): Record the def types for operands.
790 (vectorizable_condition): Likewise, call vect_model_simple_cost.
791 * tree-vectorizer.h (vect_model_simple_cost): Add new parameter
792 for statement argument count.
793
794 2017-05-16 Carl Love <cel@us.ibm.com>
795
796 * config/rs6000/rs6000-c: Add support for built-in functions
797 vector unsigned long long vec_bperm (vector unsigned long long,
798 vector unsigned char)
799 vector signed long long vec_mule (vector signed int,
800 vector signed int)
801 vector unsigned long long vec_mule (vector unsigned int,
802 vector unsigned int)
803 vector signed long long vec_mulo (vector signed int,
804 vector signed int)
805 vector unsigned long long vec_mulo (vector unsigned int,
806 vector unsigned int)
807 vector signed char vec_sldw (vector signed char,
808 vector signed char,
809 const int)
810 vector unsigned char vec_sldw (vector unsigned char,
811 vector unsigned char,
812 const int)
813 vector signed short vec_sldw (vector signed short,
814 vector signed short,
815 const int)
816 vector unsigned short vec_sldw (vector unsigned short,
817 vector unsigned short,
818 const int)
819 vector signed int vec_sldw (vector signed int,
820 vector signed int,
821 const int)
822 vector unsigned int vec_sldw (vector unsigned int,
823 vector unsigned int,
824 const int)
825 vector signed long long vec_sldw (vector signed long long,
826 vector signed long long,
827 const int)
828 vector unsigned long long vec_sldw (vector unsigned long long,
829 vector unsigned long long,
830 const int)
831 * config/rs6000/rs6000-c: Add support for built-in functions
832 * config/rs6000/rs6000-builtin.def: Add definition for SLDW.
833 * config/rs6000/altivec.h: Add defintion for vec_sldw.
834 * doc/extend.texi: Update the built-in documentation for the
835 new built-in functions.
836
837 2017-05-16 Marek Polacek <polacek@redhat.com>
838
839 PR sanitizer/80536
840 PR sanitizer/80386
841 * tree.c (save_expr): Don't fold the expression.
842
843 2017-05-16 Uros Bizjak <ubizjak@gmail.com>
844
845 * config/i386/i386.md (*movsi_internal): Split (?rm,*y) alternative
846 to (?r,*Yn) and (?m,*y) alternatives, and (?*y,rm) to (?*Ym,r)
847 and (?*y,m). Update insn attributes.
848
849 2017-05-16 Martin Liska <mliska@suse.cz>
850
851 * cgraph.c (cgraph_edge::resolve_speculation): Add default value for
852 flags argument of print_gimple_stmt, print_gimple_expr,
853 print_generic_stmt and print_generic_expr.
854 * cgraphclones.c (symbol_table::materialize_all_clones): Likewise.
855 * coretypes.h: Likewise.
856 * except.c (dump_eh_tree): Likewise.
857 * gimple-fold.c (gimple_fold_stmt_to_constant_1): Likewise.
858 * gimple-pretty-print.h: Likewise.
859 * gimple-ssa-backprop.c (dump_usage_prefix): Likewise.
860 (backprop::push_to_worklist): Likewise.
861 (backprop::pop_from_worklist): Likewise.
862 (backprop::process_use): Likewise.
863 (backprop::intersect_uses): Likewise.
864 (note_replacement): Likewise.
865 * gimple-ssa-store-merging.c
866 (pass_store_merging::terminate_all_aliasing_chains): Likewise.
867 (imm_store_chain_info::coalesce_immediate_stores): Likewise.
868 (pass_store_merging::execute): Likewise.
869 * gimple-ssa-strength-reduction.c (dump_candidate): Likewise.
870 (ssa_base_cand_dump_callback): Likewise.
871 (dump_incr_vec): Likewise.
872 (replace_refs): Likewise.
873 (replace_mult_candidate): Likewise.
874 (create_add_on_incoming_edge): Likewise.
875 (create_phi_basis): Likewise.
876 (insert_initializers): Likewise.
877 (all_phi_incrs_profitable): Likewise.
878 (introduce_cast_before_cand): Likewise.
879 (replace_one_candidate): Likewise.
880 * gimplify.c (gimplify_expr): Likewise.
881 * graphite-isl-ast-to-gimple.c (is_valid_rename): Likewise.
882 (set_rename): Likewise.
883 (rename_uses): Likewise.
884 (copy_loop_phi_nodes): Likewise.
885 (add_close_phis_to_merge_points): Likewise.
886 (copy_loop_close_phi_args): Likewise.
887 (copy_cond_phi_args): Likewise.
888 (graphite_copy_stmts_from_block): Likewise.
889 (translate_pending_phi_nodes): Likewise.
890 * graphite-poly.c (print_pdr): Likewise.
891 (dump_gbb_cases): Likewise.
892 (dump_gbb_conditions): Likewise.
893 (print_scop_params): Likewise.
894 * graphite-scop-detection.c (build_cross_bb_scalars_def): Likewise.
895 (build_cross_bb_scalars_use): Likewise.
896 (gather_bbs::before_dom_children): Likewise.
897 * hsa-dump.c (dump_hsa_immed): Likewise.
898 * ipa-cp.c (print_ipcp_constant_value): Likewise.
899 (get_replacement_map): Likewise.
900 * ipa-inline-analysis.c (dump_condition): Likewise.
901 (estimate_function_body_sizes): Likewise.
902 * ipa-polymorphic-call.c (check_stmt_for_type_change): Likewise.
903 (ipa_polymorphic_call_context::get_dynamic_type): Likewise.
904 * ipa-prop.c (ipa_dump_param): Likewise.
905 (ipa_print_node_jump_functions_for_edge): Likewise.
906 (ipa_modify_call_arguments): Likewise.
907 (ipa_modify_expr): Likewise.
908 (ipa_dump_param_adjustments): Likewise.
909 (ipa_dump_agg_replacement_values): Likewise.
910 (ipcp_modif_dom_walker::before_dom_children): Likewise.
911 * ipa-pure-const.c (check_stmt): Likewise.
912 (pass_nothrow::execute): Likewise.
913 * ipa-split.c (execute_split_functions): Likewise.
914 * omp-offload.c (dump_oacc_loop_part): Likewise.
915 (dump_oacc_loop): Likewise.
916 * trans-mem.c (tm_log_emit): Likewise.
917 (tm_memopt_accumulate_memops): Likewise.
918 (dump_tm_memopt_set): Likewise.
919 (dump_tm_memopt_transform): Likewise.
920 * tree-cfg.c (gimple_verify_flow_info): Likewise.
921 (print_loop): Likewise.
922 * tree-chkp-opt.c (chkp_print_addr): Likewise.
923 (chkp_gather_checks_info): Likewise.
924 (chkp_get_check_result): Likewise.
925 (chkp_remove_check_if_pass): Likewise.
926 (chkp_use_outer_bounds_if_possible): Likewise.
927 (chkp_reduce_bounds_lifetime): Likewise.
928 * tree-chkp.c (chkp_register_addr_bounds): Likewise.
929 (chkp_mark_completed_bounds): Likewise.
930 (chkp_register_incomplete_bounds): Likewise.
931 (chkp_mark_invalid_bounds): Likewise.
932 (chkp_maybe_copy_and_register_bounds): Likewise.
933 (chkp_build_returned_bound): Likewise.
934 (chkp_get_bound_for_parm): Likewise.
935 (chkp_build_bndldx): Likewise.
936 (chkp_get_bounds_by_definition): Likewise.
937 (chkp_generate_extern_var_bounds): Likewise.
938 (chkp_get_bounds_for_decl_addr): Likewise.
939 * tree-chrec.c (chrec_apply): Likewise.
940 * tree-data-ref.c (dump_data_reference): Likewise.
941 (dump_subscript): Likewise.
942 (dump_data_dependence_relation): Likewise.
943 (analyze_overlapping_iterations): Likewise.
944 * tree-inline.c (expand_call_inline): Likewise.
945 (tree_function_versioning): Likewise.
946 * tree-into-ssa.c (dump_defs_stack): Likewise.
947 (dump_currdefs): Likewise.
948 (dump_names_replaced_by): Likewise.
949 (dump_update_ssa): Likewise.
950 (update_ssa): Likewise.
951 * tree-object-size.c (pass_object_sizes::execute): Likewise.
952 * tree-parloops.c (build_new_reduction): Likewise.
953 (try_create_reduction_list): Likewise.
954 (ref_conflicts_with_region): Likewise.
955 (oacc_entry_exit_ok_1): Likewise.
956 (oacc_entry_exit_single_gang): Likewise.
957 * tree-pretty-print.h: Likewise.
958 * tree-scalar-evolution.c (set_scalar_evolution): Likewise.
959 (get_scalar_evolution): Likewise.
960 (add_to_evolution): Likewise.
961 (get_loop_exit_condition): Likewise.
962 (analyze_evolution_in_loop): Likewise.
963 (analyze_initial_condition): Likewise.
964 (analyze_scalar_evolution): Likewise.
965 (instantiate_scev): Likewise.
966 (number_of_latch_executions): Likewise.
967 (gather_chrec_stats): Likewise.
968 (final_value_replacement_loop): Likewise.
969 (scev_const_prop): Likewise.
970 * tree-sra.c (dump_access): Likewise.
971 (disqualify_candidate): Likewise.
972 (create_access): Likewise.
973 (reject): Likewise.
974 (maybe_add_sra_candidate): Likewise.
975 (create_access_replacement): Likewise.
976 (analyze_access_subtree): Likewise.
977 (analyze_all_variable_accesses): Likewise.
978 (sra_modify_assign): Likewise.
979 (initialize_constant_pool_replacements): Likewise.
980 (find_param_candidates): Likewise.
981 (decide_one_param_reduction): Likewise.
982 (replace_removed_params_ssa_names): Likewise.
983 * tree-ssa-ccp.c (ccp_fold_stmt): Likewise.
984 * tree-ssa-copy.c (dump_copy_of): Likewise.
985 (copy_prop_visit_cond_stmt): Likewise.
986 * tree-ssa-dce.c (mark_operand_necessary): Likewise.
987 * tree-ssa-dom.c (pass_dominator::execute): Likewise.
988 (record_equivalences_from_stmt): Likewise.
989 * tree-ssa-dse.c (compute_trims): Likewise.
990 (delete_dead_call): Likewise.
991 (delete_dead_assignment): Likewise.
992 * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond): Likewise.
993 (forward_propagate_into_cond): Likewise.
994 (pass_forwprop::execute): Likewise.
995 * tree-ssa-ifcombine.c (ifcombine_ifandif): Likewise.
996 * tree-ssa-loop-im.c (invariantness_dom_walker::before_dom_children):
997 Likewise.
998 (move_computations_worker): Likewise.
999 (execute_sm): Likewise.
1000 * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Likewise.
1001 (remove_exits_and_undefined_stmts): Likewise.
1002 (remove_redundant_iv_tests): Likewise.
1003 * tree-ssa-loop-ivopts.c (dump_use): Likewise.
1004 (adjust_iv_update_pos): Likewise.
1005 * tree-ssa-math-opts.c (bswap_replace): Likewise.
1006 * tree-ssa-phiopt.c (factor_out_conditional_conversion): Likewise.
1007 (value_replacement): Likewise.
1008 * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
1009 * tree-ssa-pre.c (print_pre_expr): Likewise.
1010 (get_representative_for): Likewise.
1011 (create_expression_by_pieces): Likewise.
1012 (insert_into_preds_of_block): Likewise.
1013 (eliminate_insert): Likewise.
1014 (eliminate_dom_walker::before_dom_children): Likewise.
1015 (eliminate): Likewise.
1016 (remove_dead_inserted_code): Likewise.
1017 * tree-ssa-propagate.c (substitute_and_fold): Likewise.
1018 * tree-ssa-reassoc.c (get_rank): Likewise.
1019 (eliminate_duplicate_pair): Likewise.
1020 (eliminate_plus_minus_pair): Likewise.
1021 (eliminate_not_pairs): Likewise.
1022 (undistribute_ops_list): Likewise.
1023 (eliminate_redundant_comparison): Likewise.
1024 (update_range_test): Likewise.
1025 (optimize_range_tests_var_bound): Likewise.
1026 (optimize_vec_cond_expr): Likewise.
1027 (rewrite_expr_tree): Likewise.
1028 (rewrite_expr_tree_parallel): Likewise.
1029 (linearize_expr): Likewise.
1030 (break_up_subtract): Likewise.
1031 (linearize_expr_tree): Likewise.
1032 (attempt_builtin_powi): Likewise.
1033 (attempt_builtin_copysign): Likewise.
1034 (transform_stmt_to_copy): Likewise.
1035 (transform_stmt_to_multiply): Likewise.
1036 (dump_ops_vector): Likewise.
1037 * tree-ssa-sccvn.c (vn_nary_build_or_lookup_1): Likewise.
1038 (print_scc): Likewise.
1039 (set_ssa_val_to): Likewise.
1040 (visit_reference_op_store): Likewise.
1041 (visit_use): Likewise.
1042 (sccvn_dom_walker::before_dom_children): Likewise.
1043 (run_scc_vn): Likewise.
1044 * tree-ssa-scopedtables.c (avail_exprs_stack::lookup_avail_expr):
1045 Likewise.
1046 (expr_hash_elt::print): Likewise.
1047 (const_and_copies::pop_to_marker): Likewise.
1048 (const_and_copies::record_const_or_copy_raw): Likewise.
1049 * tree-ssa-structalias.c (compute_dependence_clique): Likewise.
1050 * tree-ssa-uninit.c (collect_phi_def_edges): Likewise.
1051 (dump_predicates): Likewise.
1052 (find_uninit_use): Likewise.
1053 (warn_uninitialized_phi): Likewise.
1054 (pass_late_warn_uninitialized::execute): Likewise.
1055 * tree-ssa.c (verify_vssa): Likewise.
1056 (verify_ssa): Likewise.
1057 (maybe_optimize_var): Likewise.
1058 * tree-vrp.c (dump_value_range): Likewise.
1059 (dump_all_value_ranges): Likewise.
1060 (dump_asserts_for): Likewise.
1061 (register_edge_assert_for_2): Likewise.
1062 (vrp_visit_cond_stmt): Likewise.
1063 (vrp_visit_switch_stmt): Likewise.
1064 (vrp_visit_stmt): Likewise.
1065 (vrp_visit_phi_node): Likewise.
1066 (simplify_cond_using_ranges_1): Likewise.
1067 (fold_predicate_in): Likewise.
1068 (evrp_dom_walker::before_dom_children): Likewise.
1069 (evrp_dom_walker::push_value_range): Likewise.
1070 (evrp_dom_walker::pop_value_range): Likewise.
1071 (execute_early_vrp): Likewise.
1072
1073 2017-05-16 Richard Biener <rguenther@suse.de>
1074
1075 * dwarf2out.c (loc_list_from_tree_1): Do not create
1076 DW_OP_GNU_variable_value for DECL_IGNORED_P decls.
1077
1078 2017-05-16 Richard Biener <rguenther@suse.de>
1079
1080 * dwarf2out.c (resolve_variable_value_in_expr): Lookup DIE
1081 just generated.
1082 (note_variable_value_in_expr): If we resolved the decl ref
1083 do not push to the stack.
1084
1085 2017-05-16 Matthew Wahab <matthew.wahab@arm.com>
1086
1087 * config/arm/arm_neon.h (vadd_f16): Use standard arithmetic
1088 operations in fast-math mode.
1089 (vaddq_f16): Likewise.
1090 (vmul_f16): Likewise.
1091 (vmulq_f16): Likewise.
1092 (vsub_f16): Likewise.
1093 (vsubq_f16): Likewise.
1094 * config/arm/neon.md (add<mode>3): New.
1095 (sub<mode>3): New.
1096 (fma:<VH:mode>3): New. Also remove outdated comment.
1097 (mul<mode>3): New.
1098
1099 2017-05-16 Martin Liska <mliska@suse.cz>
1100
1101 PR ipa/79849.
1102 PR ipa/79850.
1103 * ipa-devirt.c (warn_types_mismatch): Fix typo.
1104 (odr_types_equivalent_p): Likewise.
1105
1106 2017-05-15 Sylvestre Ledru <sylvestre@debian.org>
1107
1108 * plugin.c (try_init_one_plugin): Fix ressource leaks (CID 726637).
1109
1110 2017-05-15 Uros Bizjak <ubizjak@gmail.com>
1111
1112 PR target/80425
1113 * config/i386.i386.md (*zero_extendsidi2): Do not penalize
1114 non-interunit SSE move alternatives with '?'.
1115 (zero-extendsidi peephole2): New peephole to skip intermediate
1116 general register in SSE zero-extend sequence.
1117
1118 2017-05-15 Jeff Law <law@redhat.com>
1119
1120 * reorg.c (relax_delay_slots): Create a new variable to hold
1121 the temporary target rather than clobbering TARGET_LABEL.
1122
1123 * config/tilegx/tilegx.c (tilegx_expand_unaligned_load): Add
1124 missing argument to extract_bit_field call.
1125 * config/tilepro/tilepro.c (tilepro_expand_unaligned_load): Likewise.
1126
1127 2017-05-15 Martin Liska <mliska@suse.cz>
1128
1129 PR driver/31468
1130 * gcc.c (process_command): Do not allow empty argument of -o option.
1131
1132 2017-05-15 Renlin Li <renlin.li@arm.com>
1133
1134 * config/aarch64/aarch64-protos.h (aarch64_expand_call): Declare.
1135 * config/aarch64/aarch64.c (aarch64_expand_call): Define.
1136 * config/aarch64/constraints.md (Usf): Add long call check.
1137 * config/aarch64/aarch64.md (call): Use aarch64_expand_call.
1138 (call_value): Likewise.
1139 (sibcall): Likewise.
1140 (sibcall_value): Likewise.
1141 (call_insn): New.
1142 (call_value_insn): New.
1143 (sibcall_insn): Update rtx pattern.
1144 (sibcall_value_insn): Likewise.
1145 (call_internal): Remove.
1146 (call_value_internal): Likewise.
1147 (sibcall_internal): Likewise.
1148 (sibcall_value_internal): Likewise.
1149 (call_reg): Likewise.
1150 (call_symbol): Likewise.
1151 (call_value_reg): Likewise.
1152 (call_value_symbol): Likewise.
1153
1154 2017-05-14 Krister Walfridsson <krister.walfridsson@gmail.com>
1155
1156 PR target/80600
1157 * config/netbsd.h (NETBSD_LIBGCC_SPEC): Always add -lgcc.
1158
1159 2017-05-14 Uros Bizjak <ubizjak@gmail.com>
1160
1161 * config/i386.i386.c (ix86_cc_modes_compatible): CCNOmode is
1162 compatible with CCGOCmode and with CCZmode.
1163
1164 2017-05-14 Martin Sebor <msebor@redhat.com>
1165
1166 PR middle-end/77671
1167 * gimple-fold.c (gimple_fold_builtin_sprintf): Make extern.
1168 (gimple_fold_builtin_snprintf): Same.
1169 * gimple-fold.h (gimple_fold_builtin_sprintf): Declare.
1170 (gimple_fold_builtin_snprintf): Same.
1171 * gimple-ssa-sprintf.c (get_format_string): Correct the detection
1172 of character types.
1173 (is_call_safe): New function.
1174 (try_substitute_return_value): Call it.
1175 (try_simplify_call): New function.
1176 (pass_sprintf_length::handle_gimple_call): Call it.
1177
1178 2017-05-14 Martin Sebor <msebor@redhat.com>
1179
1180 PR middle-end/80669
1181 * builtins.c (expand_builtin_stpncpy): Simplify.
1182
1183 2017-05-14 Daniel Santos <daniel.santos@pobox.com>
1184
1185 * config/i386/i386.opt: Add option -mcall-ms2sysv-xlogues.
1186 * config/i386/i386.h
1187 (x86_64_ms_sysv_extra_clobbered_registers): Change type to unsigned.
1188 (NUM_X86_64_MS_CLOBBERED_REGS): New macro.
1189 (struct machine_function): Add new members call_ms2sysv,
1190 call_ms2sysv_pad_in, call_ms2sysv_pad_out and call_ms2sysv_extra_regs.
1191 (struct machine_frame_state): New fields sp_realigned and
1192 sp_realigned_offset.
1193 * config/i386/i386.c
1194 (enum xlogue_stub): New enum.
1195 (enum xlogue_stub_sets): New enum.
1196 (class xlogue_layout): New class.
1197 (struct ix86_frame): New fields stack_realign_allocate_offset,
1198 stack_realign_offset and outlined_save_offset. Modify comments to
1199 detail stack layout when using out-of-line stubs.
1200 (ix86_target_string): Add -mcall-ms2sysv-xlogues option.
1201 (ix86_option_override_internal): Add sorry() for TARGET_SEH and
1202 -mcall-ms2sysv-xlogues.
1203 (stub_managed_regs): New static variable.
1204 (ix86_save_reg): Add new parameter ignore_outlined to optionally omit
1205 registers managed by out-of-line stub.
1206 (disable_call_ms2sysv_xlogues): New function.
1207 (ix86_compute_frame_layout): Modify re-alignment calculations, disable
1208 m->call_ms2sysv when appropriate and compute frame layout for
1209 out-of-line stubs.
1210 (sp_valid_at, fp_valid_at): New inline functions.
1211 (choose_basereg): New function.
1212 (choose_baseaddr): Add align parameter, use choose_basereg and modify
1213 all callers.
1214 (ix86_emit_save_reg_using_mov, ix86_emit_restore_sse_regs_using_mov):
1215 Use align parameter of choose_baseaddr to generated aligned SSE movs
1216 when possible.
1217 (pro_epilogue_adjust_stack): Modify to track
1218 machine_frame_state::sp_realigned.
1219 (ix86_nsaved_regs): Modify to accommodate changes to ix86_save_reg.
1220 (ix86_nsaved_sseregs): Likewise.
1221 (ix86_emit_save_regs): Likewise.
1222 (ix86_emit_save_regs_using_mov): Likewise.
1223 (ix86_emit_save_sse_regs_using_mov): Likewise.
1224 (get_scratch_register_on_entry): Likewise.
1225 (gen_frame_set): New function.
1226 (gen_frame_load): Likewise.
1227 (gen_frame_store): Likewise.
1228 (emit_outlined_ms2sysv_save): Likewise.
1229 (emit_outlined_ms2sysv_restore): Likewise.
1230 (ix86_expand_prologue): Modify stack re-alignment code and call
1231 emit_outlined_ms2sysv_save when appropriate.
1232 (ix86_emit_leave): Clear machine_frame_state::sp_realigned. Add
1233 parameter rtx_insn *insn, which allows the function to be used to only
1234 generate the notes.
1235 (ix86_expand_epilogue): Modify validity checks of frame and stack
1236 pointers, and call emit_outlined_ms2sysv_restore when appropriate.
1237 (ix86_expand_call): Modify to enable m->call_ms2sysv when appropriate.
1238 * config/i386/predicates.md
1239 (save_multiple): New predicate.
1240 (restore_multiple): Likewise.
1241 * config/i386/sse.md
1242 (save_multiple<mode>): New pattern.
1243 (save_multiple_realign<mode>): Likewise.
1244 (restore_multiple<mode>): Likewise.
1245 (restore_multiple_and_return<mode>): Likewise.
1246 (restore_multiple_leave_return<mode>): Likewise.
1247 * Makefile.in: Export HOSTCXX and HOSTCXXFLAGS to site.exp
1248
1249 2017-05-14 Julia Koval <julia.koval@intel.com>
1250
1251 * config/i386/i386-builtin-types.def (VOID_FTYPE_INT_INT64): New type.
1252 * config/i386/i386-builtin.def (__builtin_ia32_xgetbv)
1253 (__builtin_ia32_xsetbv): New builtins.
1254 * config/i386/i386.c (ix86_expand_special_args_builtin):
1255 Process new types.
1256 (ix86_expand_builtin): Special expand for new intrinsics.
1257 * config/i386/i386.md (UNSPECV_XGETBV, UNSPECV_XSETBV): New.
1258 (xsetbv, xsetbv_rex64, xgetbv, xgetbv_rex64): New insn patterns.
1259 * config/i386/xsaveintrin.h (_xsetbv, _getbv): New intrinsics.
1260
1261 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1262
1263 * cfganal.c (inverted_post_order_compute): Change argument type
1264 to vec *.
1265 * cfganal.h (inverted_post_order_compute): Adjust prototype.
1266 * df-core.c (rest_of_handle_df_initialize): Adjust.
1267 (rest_of_handle_df_finish): Likewise.
1268 (df_analyze_1): Likewise.
1269 (df_analyze): Likewise.
1270 (loop_inverted_post_order_compute): Change argument to be a vec *.
1271 (df_analyze_loop): Adjust.
1272 (df_get_n_blocks): Likewise.
1273 (df_get_postorder): Likewise.
1274 * df.h (struct df_d): Change field to be a vec.
1275 * lcm.c (compute_laterin): Adjust.
1276 (compute_available): Likewise.
1277 * lra-lives.c (lra_create_live_ranges_1): Likewise.
1278 * tree-ssa-dce.c (remove_dead_stmt): Likewise.
1279 * tree-ssa-pre.c (compute_antic): Likewise.
1280
1281 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1282
1283 * cfganal.c (connect_infinite_loops_to_exit): Adjust.
1284 (depth_first_search::depth_first_search): Change structure init
1285 function to this constructor.
1286 (depth_first_search::add_bb): Rename function to this member.
1287 (depth_first_search::execute): Likewise.
1288 (flow_dfs_compute_reverse_finish): Adjust.
1289
1290 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1291
1292 * ddg.c (find_nodes_on_paths): Use auto_sbitmap.
1293 (longest_simple_path): Likewise.
1294 * shrink-wrap.c (spread_components): Likewise.
1295 (disqualify_problematic_components): Likewise.
1296 (emit_common_heads_for_components): Likewise.
1297 (emit_common_tails_for_components): Likewise.
1298 (insert_prologue_epilogue_for_components): Likewise.
1299
1300 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1301
1302 * tree-ssa-dse.c (dse_dom_walker): Make m_live_byes a
1303 auto_sbitmap.
1304
1305 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1306
1307 * df-core.c (df_set_blocks): Start using auto_bitmap.
1308 (df_compact_blocks): Likewise.
1309 * df-problems.c (df_rd_confluence_n): Likewise.
1310 * df-scan.c (df_insn_rescan_all): Likewise.
1311 (df_process_deferred_rescans): Likewise.
1312 (df_update_entry_block_defs): Likewise.
1313 (df_update_exit_block_uses): Likewise.
1314 (df_entry_block_bitmap_verify): Likewise.
1315 (df_exit_block_bitmap_verify): Likewise.
1316 (df_scan_verify): Likewise.
1317 * lra-constraints.c (lra_constraints): Likewise.
1318 (undo_optional_reloads): Likewise.
1319 (lra_undo_inheritance): Likewise.
1320 * lra-remat.c (calculate_gen_cands): Likewise.
1321 (do_remat): Likewise.
1322 * lra-spills.c (assign_spill_hard_regs): Likewise.
1323 (spill_pseudos): Likewise.
1324 * tree-ssa-pre.c (bitmap_set_and): Likewise.
1325 (bitmap_set_subtract_values): Likewise.
1326
1327 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1328
1329 * haifa-sched.c (estimate_shadow_tick): Replace manual bitmap
1330 management with auto_bitmap.
1331 (fix_inter_tick): Likewise.
1332 (fix_recovery_deps): Likewise.
1333 * ira.c (add_store_equivs): Likewise.
1334 (find_moveable_pseudos): Likewise.
1335 (split_live_ranges_for_shrink_wrap): Likewise.
1336 * print-rtl.c (rtx_reuse_manager::rtx_reuse_manager): Likewise.
1337 (rtx_reuse_manager::seen_def_p): Likewise.
1338 (rtx_reuse_manager::set_seen_def): Likewise.
1339 * print-rtl.h (class rtx_reuse_manager): Likewise.
1340
1341 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1342
1343 * bt-load.c (combine_btr_defs): Use auto_bitmap to manage bitmap
1344 lifetime.
1345 (migrate_btr_def): Likewise.
1346 * cfgloop.c (get_loop_body_in_bfs_order): Likewise.
1347 * df-core.c (loop_post_order_compute): Likewise.
1348 (loop_inverted_post_order_compute): Likewise.
1349 * hsa-common.h: Likewise.
1350 * hsa-gen.c (hsa_bb::~hsa_bb): Likewise.
1351 * init-regs.c (initialize_uninitialized_regs): Likewise.
1352 * ipa-inline.c (resolve_noninline_speculation): Likewise.
1353 (inline_small_functions): Likewise.
1354 * ipa-reference.c (ipa_reference_write_optimization_summary): Likewise.
1355 * ira.c (combine_and_move_insns): Likewise.
1356 (build_insn_chain): Likewise.
1357 * loop-invariant.c (find_invariants): Likewise.
1358 * lower-subreg.c (propagate_pseudo_copies): Likewise.
1359 * predict.c (tree_predict_by_opcode): Likewise.
1360 (predict_paths_leading_to): Likewise.
1361 (predict_paths_leading_to_edge): Likewise.
1362 (estimate_loops_at_level): Likewise.
1363 (estimate_loops): Likewise.
1364 * shrink-wrap.c (try_shrink_wrapping): Likewise.
1365 (spread_components): Likewise.
1366 * tree-cfg.c (remove_edge_and_dominated_blocks): Likewise.
1367 * tree-loop-distribution.c (rdg_build_partitions): Likewise.
1368 * tree-predcom.c (tree_predictive_commoning_loop): Likewise.
1369 * tree-ssa-coalesce.c (coalesce_ssa_name): Likewise.
1370 * tree-ssa-phionlycprop.c (pass_phi_only_cprop::execute): Likewise.
1371 * tree-ssa-pre.c (remove_dead_inserted_code): Likewise.
1372 * tree-ssa-sink.c (nearest_common_dominator_of_uses): Likewise.
1373 * tree-ssa-threadupdate.c (compute_path_counts): Likewise.
1374 (mark_threaded_blocks): Likewise.
1375 (thread_through_all_blocks): Likewise.
1376 * tree-ssa.c (verify_ssa): Likewise.
1377 (execute_update_addresses_taken): Likewise.
1378 * tree-ssanames.c (verify_ssaname_freelists): Likewise.
1379
1380 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1381
1382 * cfganal.c (mark_dfs_back_edges): Replace manual stack with
1383 auto_vec.
1384 (post_order_compute): Likewise.
1385 (inverted_post_order_compute): Likewise.
1386 (pre_and_rev_post_order_compute_fn): Likewise.
1387
1388 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1389
1390 * genrecog.c (int_set::int_set): Explicitly construct our
1391 auto_vec base class.
1392 * vec.h (auto_vec::auto_vec): New constructor.
1393
1394 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1395
1396 * bitmap.h (class auto_bitmap): New constructor taking
1397 bitmap_obstack * argument.
1398
1399 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1400
1401 * bitmap.h (class auto_bitmap): Change type of m_bits to
1402 bitmap_head, and adjust ctor / dtor and member operators.
1403
1404 2017-05-13 Uros Bizjak <ubizjak@gmail.com>
1405
1406 * compare-elim.c (equivalent_reg_at_start): Return NULL_RTX
1407 when returned register mode doesn't match original mode.
1408
1409 2017-05-12 Jeff Law <law@redhat.com>
1410 Jakub Jelinek <jakub@redhat.com>
1411
1412 * config/mn10300/mn10300.c (mn10300_match_ccmode): Fix where
1413 we look for cc setter after the compare-elim changes.
1414 * config/mn10300/mn10300.md (addsi3_flags): Fix order of patterns
1415 within the vector to match what compare-elim now expects.
1416 (subsi3_flags, andsi3_flags, iorsi3_flags): Likewise.
1417 (xorsi3_flags, one_cmplsi2_flags): Likewise.
1418
1419 * config/rx/rx.c (rx_match_ccmode): Fix where we look cc setter
1420 after the compare-elim changes.
1421 * config/rx/rx.md (abssi2_flags): Fix order of patterns within
1422 the vector to match what compare-elim now expects.
1423 (addsi3_flags, adc_flags, addsi3_flags peepholes): Likewise.
1424 (andsi3_flags, negsi2_flags, one_cmplsi2_flags): Likewise.
1425 (iorsi3_flags, rotlsi3_flags, rotrsi3_flags): Likewise.
1426 (ashrsi3_flags, lshrsi3_flags, ashlsi3_flags): Likewise.
1427 (ssaddsi3, subsi3_flags, sbb_flags, xorsi3_flags): Likewise.
1428
1429 * config/visium/visium.c (single_set_and_flags): Fix where
1430 we look for cc setter after the compare-elim changes.
1431 * config/visium/visium.md (flags_subst_logic): Fix order of patterns
1432 with the vector to match what compare-elim now expects.
1433 (flags_subst_arith, add<mode>3_insn_set_carry): Likewise.
1434 (add<mode>3_insn_set_overflow, addsi3_insn_set_carry): Likewise.
1435 (addsi3_insn_set_overflow, sub<mode>3_insn_set_carry): Likewise.
1436 (sub<mode>3_insn_set_overflow, subsi3_insn_set_carry): Likewise.
1437 (subsi3_insn_set_overflow, negsi2_insn_set_carry): Likewise.
1438 (neg<mode>2_insn_set_overflow): Likewise.
1439
1440 2017-05-12 Jim Wilson <jim.wilson@linaro.org>
1441
1442 PR middle-end/79794
1443 * expmed.c (extract_bit_field_1): Add alt_rtl argument. Before
1444 maybe_expand_insn call, set ops[0].target. If still set after call,
1445 set alt_rtl. Add extra arg to recursive calls.
1446 (extract_bit_field): Add alt_rtl argument. Pass to
1447 extract_bit_field.
1448 * expmed.h (extract_bit_field): Fix prototype.
1449 * expr.c (emit_group_load_1, copy_blkmode_from_reg)
1450 (copy_blkmode_to_reg, read_complex_part, store_field): Pass extra NULL
1451 to extract_bit_field_calls.
1452 (expand_expr_real_1): Pass alt_rtl to expand_expr_real instead of 0.
1453 Pass alt_rtl to extract_bit_field calls.
1454 * calls.c (store_unaligned_arguments_into_psuedos)
1455 load_register_parameters): Pass extra NULL to extract_bit_field calls.
1456 * optabs.c (maybe_legitimize_operand): Clear op->target when call
1457 gen_reg_rtx.
1458 * optabs.h (struct expand_operand): Add target bitfield.
1459
1460 2017-05-12 Uros Bizjak <ubizjak@gmail.com>
1461
1462 * compare-elim.c (try_eliminate_compare): Canonicalize
1463 operation with embedded compare to
1464 [(set (reg:CCM) (compare:CCM (operation) (immediate)))
1465 (set (reg) (operation)].
1466
1467 * config/i386/i386.c (TARGET_FLAGS_REGNUM): New define.
1468
1469 2017-05-12 Uros Bizjak <ubizjak@gmail.com>
1470
1471 PR target/80723
1472 * config/i386/i386.c (ix86_rtx_cost) [case PLUS]: Ignore the
1473 cost of adding a carry flag for ADC instruction.
1474 [case MINUS]: Ignore the cost of subtracting a carry flag
1475 for SBB instruction.
1476
1477 2017-05-12 Steven Munroe <munroesj@gcc.gnu.org>
1478
1479 * config.gcc (powerpc*-*-*): Add bmi2intrin.h, bmiintrin.h,
1480 and x86intrin.h
1481 * config/rs6000/bmiintrin.h: New file.
1482 * config/rs6000/bmi2intrin.h: New file.
1483 * config/rs6000/x86intrin.h: New file.
1484
1485 2017-05-12 Jeff Law <law@redhat.com>
1486
1487 * tree-vrp.c (vrp_dom_walker::before_dom_children): Push unwinding
1488 markers.
1489
1490 2017-05-12 Peter Bergner <bergner@vnet.ibm.com>
1491
1492 PR middle-end/80707
1493 * tree-cfg.c: Remove cfg edges of unreachable case statements.
1494
1495 2017-05-12 Will Schmidt <will_schmidt@vnet.ibm.com>
1496
1497 * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling for
1498 early expansion of vector divide builtins.
1499 (builtin_function_type): Add VSX_BUILTIN_UDIV_V2DI to the list of
1500 builtins identified as having unsigned arguments.
1501
1502 2017-05-12 Will Schmidt <will_schmidt@vnet.ibm.com>
1503
1504 * config/rs6000/rs6000.c (gimple-fold.h): New #include.
1505 (rs6000_gimple_fold_builtin): Add handling for early GIMPLE
1506 expansion of vector logical operations (and, andc, or, xor,
1507 nor, orc, nand).
1508
1509 2017-05-12 Will Schmidt <will_schmidt@vnet.ibm.com>
1510
1511 * gimple-fold.c (create_tmp_reg_or_ssa_name): Remove static declaration.
1512 * gimple-fold.h (create_tmp_reg_or_ssa_name): New prototype.
1513
1514 2017-05-12 Will Schmidt <will_schmidt@vnet.ibm.com>
1515
1516 * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling for
1517 early GIMPLE expansion of vector multiplies.
1518
1519 2017-05-12 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
1520
1521 * config/arm/arm.md (movsi): Add TARGET_32BIT in addition to the
1522 TARGET_HAVE_MOVT conditional.
1523 (movt splitter): Likewise.
1524
1525 2017-05-12 Richard Biener <rguenther@suse.de>
1526
1527 * tree-ssa-sccvn.h (has_VN_INFO): Declare.
1528 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
1529 Fold all stmts not inplace.
1530
1531 2017-05-12 Richard Biener <rguenther@suse.de>
1532
1533 PR tree-optimization/80713
1534 * tree-ssa-pre.c (remove_dead_inserted_code): Clear
1535 inserted_exprs bit for not removed stmts.
1536
1537 2017-05-12 Thomas Schwinge <thomas@codesourcery.com>
1538
1539 PR middle-end/69921
1540 * tree-parloops.c (create_parallel_loop): Set "oacc kernels
1541 parallelized" attribute for parallelized OpenACC kernels.
1542 * omp-offload.c (execute_oacc_device_lower): Use it.
1543
1544 * omp-expand.c (expand_omp_target) <GF_OMP_TARGET_KIND_OACC_KERNELS>:
1545 Set "oacc kernels" attribute.
1546 * omp-general.c (oacc_set_fn_attrib): Remove is_kernel formal
1547 parameter. Adjust all users.
1548 (oacc_fn_attrib_kernels_p): Remove function.
1549 * omp-offload.c (execute_oacc_device_lower): Look for "oacc
1550 kernels" attribute instead of calling oacc_fn_attrib_kernels_p.
1551 * tree-ssa-loop.c (gate_oacc_kernels): Likewise.
1552 * tree-parloops.c (create_parallel_loop): If oacc_kernels_p,
1553 assert "oacc kernels" attribute is set.
1554
1555 2017-05-11 Carl Love <cel@us.ibm.com>
1556
1557 * config/rs6000/rs6000-c: Add support for built-in functions
1558 vector unsigned char vec_popcnt (vector signed char)
1559 vector unsigned char vec_popcnt (vector unsigned char)
1560 vector unsigned short vec_popcnt (vector signed short)
1561 vector unsigned short vec_popcnt (vector unsigned short)
1562 vector unsigned int vec_popcnt (vector signed int)
1563 vector unsigned int vec_popcnt (vector unsigned int)
1564 vector unsigned long long vec_popcnt (vector signed long long)
1565 vector unsigned long long vec_popcnt (vector unsigned long long)
1566 vector signed long long vec_slo (vector signed long long,
1567 vector signed char)
1568 vector signed long long vec_slo (vector signed long long,
1569 vector unsigned char)
1570 vector unsigned long long vec_slo (vector unsigned long long,
1571 vector signed char)
1572 vector unsigned long long vec_slo (vector unsigned long long,
1573 vector unsigned char)
1574 * config/rs6000/rs6000-builtin.def: Add definitions for VPOPCNTUB,
1575 VPOPCNTUH, VPOPCNTUW, and VPOPCNTUD overloads.
1576 * config/rs6000/altivec.h: Add define for vec_popcnt, vec_popcntb,
1577 vec_popcnth, vec_popcntw and vec_popcntd built-in functions.
1578 * doc/extend.texi: Update the built-in documentation file for the
1579 new built-in functions.
1580
1581 2017-05-11 Michael Meissner <meissner@linux.vnet.ibm.com>
1582
1583 * attribs.h (sorted_attr_string): Move machine independent
1584 functions for target clone support from the i386 port to common
1585 code. Rename ix86_function_versions to common_function_versions.
1586 Rename make_name to make_unique_name.
1587 (common_function_versions): Likewise.
1588 (make_unique_name): Likewise.
1589 (make_dispatcher_decl): Likewise.
1590 (is_function_default_version): Likewise.
1591 * attribs.c (attr_strcmp): Likewise.
1592 (sorted_attr_string): Likewise.
1593 (common_function_versions): Likewise.
1594 (make_unique_name): Likewise.
1595 (make_dispatcher_decl): Likewise.
1596 (is_function_default_version): Likewise.
1597 * config/i386/i386.c (attr_strcmp): Likewise.
1598 (sorted_attr_string): Likewise.
1599 (ix86_function_versions): Likewise.
1600 (make_name): Likewise.
1601 (make_dispatcher_decl): Likewise.
1602 (is_function_default_version): Likewise.
1603 (TARGET_OPTION_FUNCTION_VERSIONS): Update target function hook.
1604
1605 2017-05-11 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1606
1607 PR target/80695
1608 * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
1609 Account for direct move costs for vec_construct of integer
1610 vectors.
1611
1612 2017-05-11 Uros Bizjak <ubizjak@gmail.com>
1613
1614 PR target/80706
1615 * config/i386/sync.md (UNSPEC_LDX_ATOMIC): New unspec.
1616 (UNSPEC_STX_ATOMIC): Ditto.
1617 (loaddi_via_sse): New insn.
1618 (storedi_via_sse): Ditto.
1619 (atomic_loaddi_fpu): Emit loaddi_via_sse and storedi_via_sse.
1620 Update corresponding peephole2 patterns.
1621 (atomic_storedi_fpu): Ditto.
1622
1623 2017-05-11 Julia Koval <julia.koval@intel.com>
1624
1625 * config/i386/avx512fintrin.h (_mm_mask_rsqrt14_sd)
1626 (_mm_maskz_rsqrt14_sd, _mm_mask_rsqrt14_ss, _mm_maskz_rsqrt14_ss):
1627 New intrinsics.
1628 * config/i386/i386-builtin.def (__builtin_ia32_rsqrt14sd_mask)
1629 (__builtin_ia32_rsqrt14ss_mask): New builtins.
1630 * config/i386/sse.md (rsqrt14_<mode>_mask): New pattern.
1631
1632 2017-05-11 Nathan Sidwell <nathan@acm.org>
1633
1634 * graphite-poly.c: Include dumpfile.h.
1635
1636 * dumpfle.h (dump_function): Declare here ...
1637 * tree-dump.h (dump_function): ... not here.
1638 * dumpfile.c: #include tree-cfg.h.
1639 (dump_function): Move here from ...
1640 * tree-dump.c (dump_function): ... here.
1641 * gimplify.c: #include splay-tree.h, not tree-dump.h.
1642 * graphite-poly.c: Don't include tree-dump.h.
1643 * cgraphclones.c: Include dumpfile.h not tree-dump.h.
1644 * print-tree.c: Likewise.
1645 * stor-layout.c: Likewise.
1646 * tree-nested.c: Likewise.
1647
1648 * dumpfile.c (dump_start): Use TDF_FLAGS.
1649 (dump_enable_all): Fix TDF_KIND check thinko.
1650
1651 2017-05-11 Kelvin Nilsen <kelvin@gcc.gnu.org>
1652
1653 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
1654 array entries to represent two legal parameterizations of the
1655 overloaded __builtin_cmpb function, as represented by the
1656 P6_OV_BUILTIN_CMPB constant.
1657 (altivec_resolve_overloaded_builtin): Add special case handling
1658 for the __builtin_cmpb function, as represented by the
1659 P6_OV_BUILTIN_CMPB constant.
1660 * config/rs6000/rs6000-builtin.def (BU_P6_2): New macro.
1661 (BU_P6_64BIT_2): New macro.
1662 (BU_P6_OVERLOAD_2): New macro
1663 (CMPB_32): Add 32-bit compare-bytes support for 32-bit only targets.
1664 (CMPB): Add 64-bit compare-bytes support for 32-bit and 64-bit targets.
1665 (CMPB): Add overload support to represent both 32-bit and 64-bit
1666 compare-bytes function.
1667 * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
1668 support for TARGET_CMPB.
1669 * config/rs6000/rs6000.h: Add support for RS6000_BTM_CMPB.
1670 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
1671 documentation of the __builtin_cmpb overloaded built-in function.
1672
1673 2017-05-11 Richard Biener <rguenther@suse.de>
1674
1675 PR tree-optimization/80705
1676 * tree-vect-data-refs.c (vect_analyze_data_refs): DECL_NONALIASED
1677 bases are not vectorizable.
1678
1679 2017-05-11 Bin Cheng <bin.cheng@arm.com>
1680
1681 * tree-ssa-loop-ivopts.c (determine_set_costs): Skip non-interger
1682 when counting register pressure.
1683
1684 2017-05-11 Bin Cheng <bin.cheng@arm.com>
1685
1686 * tree-ssa-loop-ivopts.c (compare_cost_pair): New.
1687 (iv_ca_more_deps): Renamed to ...
1688 (iv_ca_compare_deps): ... this.
1689 (iv_ca_extend): Extend iv_ca if NEW_CP is cheaper than OLD_CP.
1690
1691 2017-05-11 Bin Cheng <bin.cheng@arm.com>
1692
1693 * tree-ssa-loop-ivopts.c (find_interesting_uses): Move inv vars dump
1694 to ...
1695 (determine_group_iv_costs): ... here.
1696 (find_inv_vars_cb): Record inv var if it's not recorded before.
1697
1698 2017-05-11 Bin Cheng <bin.cheng@arm.com>
1699
1700 * tree-ssa-loop-ivopts.c (allow_ip_end_pos_p): Refine comments.
1701 (get_shiftadd_cost): Ditto.
1702
1703 2017-05-11 Bin Cheng <bin.cheng@arm.com>
1704
1705 * tree-ssa-address.c: Include header file.
1706 (move_hint_to_base): Return TRUE if BASE_HINT is moved to memory
1707 address.
1708 (add_to_parts): Refactor.
1709 (addr_to_parts): New parameter. Update use of move_hint_to_base.
1710 (create_mem_ref): Update use of addr_to_parts. Re-associate addr
1711 in new order.
1712
1713 2017-05-11 Bin Cheng <bin.cheng@arm.com>
1714
1715 PR tree-optimization/53090
1716 * tree-ssa-loop-ivopts.c (enum comp_iv_rewrite): New enum value
1717 COMP_IV_EXPR_2.
1718 (extract_cond_operands): Detect condition with IV on both sides
1719 and return COMP_IV_EXPR_2.
1720 (find_interesting_uses_cond): Add iv_use for both IVs in condition.
1721 (rewrite_use_compare): Simplify by removing call to function
1722 extract_cond_operands.
1723
1724 2017-05-11 Bin Cheng <bin.cheng@arm.com>
1725
1726 * tree-ssa-loop-ivopts.c (enum comp_iv_rewrite): New.
1727 (extract_cond_operands): Detect condition comparing against non-
1728 invariant bound and return appropriate enum value.
1729 (find_interesting_uses_cond): Update use of extract_cond_operands.
1730 Handle its return value accordingly.
1731 (determine_group_iv_cost_cond, rewrite_use_compare): Ditto.
1732
1733 2017-05-11 Bin Cheng <bin.cheng@arm.com>
1734
1735 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Re-associate
1736 nonlinear iv_use computation in loop invariant sensitive way.
1737
1738 2017-05-11 Bin Cheng <bin.cheng@arm.com>
1739
1740 * tree-ssa-loop-ivopts.c (relate_compare_use_with_all_cands): New.
1741 (find_iv_candidates): Call relate_compare_use_with_all_cands.
1742
1743 2017-05-11 Bin Cheng <bin.cheng@arm.com>
1744
1745 * tree-ssa-loop-ivopts.c (struct iv_cand): New field inv_exprs.
1746 (dump_cand): Support iv_cand.inv_exprs.
1747 (add_candidate_1): Record invariant exprs in iv_cand.inv_exprs
1748 for candidates.
1749 (iv_ca_set_no_cp, iv_ca_set_cp, free_loop_data): Support
1750 iv_cand.inv_exprs.
1751
1752 2017-05-11 Bin Cheng <bin.cheng@arm.com>
1753
1754 * tree-ssa-loop-ivopts.c (multiplier_allowed_in_address_p): Move
1755 from ...
1756 * tree-ssa-address.c (multiplier_allowed_in_address_p): ... to here
1757 as local function. Include necessary header files.
1758 * tree-ssa-loop-ivopts.h (multiplier_allowed_in_address_p): Delete.
1759
1760 2017-05-11 Bin Cheng <bin.cheng@arm.com>
1761
1762 * tree-ssa-loop-ivopts.c (autoinc_possible_for_pair): Simplify.
1763
1764 2017-05-11 Bin Cheng <bin.cheng@arm.com>
1765
1766 * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Handle more
1767 operators: TRUNC_DIV_EXPR, BIT_AND_EXPR, BIT_IOR_EXPR, LSHIFT_EXPR,
1768 RSHIFT_EXPR and BIT_NOT_EXPR.
1769
1770 2017-05-11 Bin Cheng <bin.cheng@arm.com>
1771
1772 * tree-ssa-loop-ivopts.c (get_loop_invariant_expr): Simplify.
1773 (adjust_setup_cost): New parameter supporting round up adjustment.
1774 (struct address_cost_data): Delete.
1775 (force_expr_to_var_cost): Don't bound cost with spill_cost.
1776 (split_address_cost, ptr_difference_cost): Delete.
1777 (difference_cost, compare_aff_trees, record_inv_expr): Delete.
1778 (struct ainc_cost_data): New struct.
1779 (get_address_cost_ainc): New function.
1780 (get_address_cost, get_computation_cost): Reimplement.
1781 (determine_group_iv_cost_address): Record inv_expr for all uses of
1782 a group.
1783 (determine_group_iv_cost_cond): Call get_loop_invariant_expr.
1784 (iv_ca_has_deps): Reimplemented to ...
1785 (iv_ca_more_deps): ... this. Check if NEW_CP introduces more deps
1786 than OLD_CP.
1787 (iv_ca_extend): Call iv_ca_more_deps.
1788
1789 2017-05-11 Bin Cheng <bin.cheng@arm.com>
1790
1791 * tree-ssa-address.c (struct mem_address): Move to header file.
1792 (valid_mem_ref_p, move_fixed_address_to_symbol): Make it global.
1793 * tree-ssa-address.h (struct mem_address): Move from C file.
1794 (valid_mem_ref_p, move_fixed_address_to_symbol): Declare.
1795
1796 2017-05-11 Bin Cheng <bin.cheng@arm.com>
1797
1798 * tree-affine.h (aff_combination_type): New interface.
1799 (aff_combination_zero_p): Remove static.
1800 (aff_combination_const_p): New interface.
1801 (aff_combination_singleton_var_p): New interfaces.
1802
1803 2017-05-11 Richard Biener <rguenther@suse.de>
1804
1805 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
1806 Skip unreachable blocks and destinations.
1807 (eliminate): Move stmt removal and fixup ...
1808 (fini_eliminate): ... here. Skip inserted exprs.
1809 (pass_pre::execute): Move fini_pre after fini_eliminate.
1810 * tree-ssa-tailmerge.c: Include tree-cfgcleanup.h.
1811 (tail_merge_optimize): Run cleanup_tree_cfg if requested by
1812 PRE to get rid of dead code that has invalid SSA form and
1813 split critical edges again.
1814
1815 2017-05-11 Bin Cheng <bin.cheng@arm.com>
1816
1817 * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
1818
1819 2017-05-11 Richard Biener <rguenther@suse.de>
1820
1821 * passes.c (execute_function_todo): Verify loops if they are
1822 said to be up-to-date.
1823 * cfgexpand.c (pass_expand::execute): Discard loops for -dx.
1824 * trans-mem.c (pass_tm_edges::execute): Mark loops for fixup.
1825
1826 2017-05-10 John David Anglin <danglin@gcc.gnu.org>
1827
1828 PR target/80090
1829 * config/pa/pa.c (pa_assemble_integer): When outputting a SYMBOL_REF,
1830 handle calling assemble_external ourself.
1831
1832 PR target/79027
1833 * config/pa/pa.c (pa_cannot_change_mode_class): Reject changes to/from
1834 modes with zero size. Enhance comment.
1835
1836 2017-05-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1837
1838 * config/rs6000/rs6000.c (altivec_init_builtins): Define POWER8
1839 built-ins for vec_xl and vec_xst with short and char pointer
1840 arguments.
1841
1842 2017-05-10 Sebastian Peryt <sebastian.peryt@intel.com>
1843
1844 * config/i386/avx512fintrin.h (_mm_mask_max_round_sd)
1845 (_mm_maskz_max_round_sd, _mm_mask_max_round_ss)
1846 (_mm_maskz_max_round_ss, _mm_mask_min_round_sd)
1847 (_mm_maskz_min_round_sd, _mm_mask_min_round_ss)
1848 (_mm_maskz_min_round_ss): New intrinsics.
1849 * config/i386/i386-builtin-types.def (V2DF, V2DF, V2DF, V2DF, UQI, INT)
1850 (V4SF, V4SF, V4SF, V4SF, UQI, INT): New function type aliases.
1851 * config/i386/i386-builtin.def (__builtin_ia32_maxsd_mask_round)
1852 (__builtin_ia32_maxss_mask_round, __builtin_ia32_minsd_mask_round)
1853 (__builtin_ia32_minss_mask_round): New builtins.
1854 * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
1855 (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
1856 * config/i386/sse.md (<sse>_vm<code><mode>3<round_saeonly_name>):
1857 Rename to ...
1858 (<sse>_vm<code><mode>3<mask_name><round_saeonly_name>): ... this.
1859 (v<maxmin_float><ssescalarmodesuffix>\t{<round_saeonly_op3>%2, %1, %0|%0, %1, %<iptr>2<round_saeonly_op3>}):
1860 Change to ...
1861 (v<maxmin_float><ssescalarmodesuffix>\t{<round_saeonly_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_saeonly_mask_op3>}):
1862 ... this.
1863
1864 2017-05-10 Sebastian Peryt <sebastian.peryt@intel.com>
1865
1866 * config/i386/avx512fintrin.h (_mm_mask_mul_round_sd)
1867 (_mm_maskz_mul_round_sd, _mm_mask_mul_round_ss)
1868 (_mm_maskz_mul_round_ss, _mm_mask_div_round_sd)
1869 (_mm_maskz_div_round_sd, _mm_mask_div_round_ss)
1870 (_mm_maskz_div_round_ss, _mm_mask_mul_sd, _mm_maskz_mul_sd)
1871 (_mm_mask_mul_ss, _mm_maskz_mul_ss, _mm_mask_div_sd)
1872 (_mm_maskz_div_sd, _mm_mask_div_ss, _mm_maskz_div_ss): New intrinsics.
1873 * config/i386/i386-builtin-types.def (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
1874 (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): New function type aliases.
1875 * config/i386/i386-builtin.def (__builtin_ia32_divsd_mask_round)
1876 (__builtin_ia32_divss_mask_round, __builtin_ia32_mulsd_mask_round)
1877 (__builtin_ia32_mulss_mask_round): New builtins.
1878 * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
1879 (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
1880 * config/i386/sse.md (<sse>_vm<multdiv_mnemonic><mode>3<round_name>):
1881 Rename to ...
1882 (<sse>_vm<multdiv_mnemonic><mode>3<mask_name><round_name>): ... this.
1883 (v<multdiv_mnemonic><ssescalarmodesuffix>\t{<round_op3>%2, %1, %0|%0, %1, %<iptr>2<round_op3>}):
1884 Change to ...
1885 (v<multdiv_mnemonic><ssescalarmodesuffix>\t{<round_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}):
1886 ... this.
1887
1888 2017-05-10 Julia Koval <julia.koval@intel.com>
1889
1890 * config/i386/avxintrin.h (_mm256_set_m128, _mm256_set_m128d)
1891 (_mm256_set_m128i, _mm256_setr_m128, _mm256_setr_m128d)
1892 (_mm256_setr_m128i): New intrinsics.
1893
1894 2017-05-10 Julia Koval <julia.koval@intel.com>
1895
1896 * config/i386/avx512fintrin.h (_mm_mask_rcp14_sd)
1897 (_mm_maskz_rcp14_sd, _mm_mask_rcp14_ss)
1898 (_mm_maskz_rcp14_ss): New intrinsics.
1899 * config/i386/i386-builtin.def (__builtin_ia32_rcp14sd_mask)
1900 (__builtin_ia32_rcp14ss_mask): New builtins.
1901 * config/i386/sse.md (srcp14<mode>_mask): New pattern.
1902
1903 2017-05-10 Peter Bergner <bergner@vnet.ibm.com>
1904
1905 PR tree-optimization/51513
1906 * tree-cfg.c (gimple_seq_unreachable_p): New function.
1907 (assert_unreachable_fallthru_edge_p): Use it.
1908 (group_case_labels_stmt): Likewise.
1909 * tree-cfg.h: Prototype it.
1910 * stmt.c: Include cfghooks.h and tree-cfg.h.
1911 (emit_case_dispatch_table) <gap_label>: New local variable.
1912 Use it to fill dispatch table gaps.
1913 Test for default_label before updating probabilities.
1914 (expand_case) <default_label>: Remove unneeded initialization.
1915 Test for unreachable default case statement and remove its edge.
1916 Set default_label accordingly.
1917 * tree-ssa-ccp.c (optimize_unreachable): Update comment.
1918
1919 2017-05-10 Carl Love <cel@us.ibm.com>
1920
1921 * config/rs6000/rs6000-c: Add support for built-in functions
1922 vector signed char vec_neg (vector signed char)
1923 vector signed short int vec_neg (vector short int)
1924 vector signed int vec_neg (vector signed int)
1925 vector signed long long vec_neg (vector signed long long)
1926 vector float vec_neg (vector float)
1927 vector double vec_neg (vector double)
1928 * config/rs6000/rs6000-builtin.def: Add definitions for NEG function
1929 overload.
1930 * config/rs6000/altivec.h: Add define for vec_neg
1931 * doc/extend.texi: Update the built-in documentation for the
1932 new built-in functions.
1933
1934 2017-05-10 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
1935
1936 PR tree-optimization/77644
1937 * match.pd (sqrt(x) cmp sqrt(y) -> x cmp y): New pattern.
1938
1939 2017-05-10 Nathan Sidwell <nathan@acm.org>
1940
1941 * dumpfile.h (TDI_lang_all): New.
1942 (TDF_KIND): New. Renumber others
1943 (TDF_LANG, TDF_TREE, TDF_RTL, TDF_IPA): Enumerate value, rather
1944 than bits.
1945 * dumpfile.c (dump_files): Mark language dumps as TDF_LANG. add
1946 lang-all.
1947 (get_dump_file_name): Adjust suffix generation.
1948 (dump_enable_all): Use TDF_KIND.
1949 * doc/invoke.texi (-fdump-lang-all): Document.
1950
1951 * dumpfile.h: Tabify.
1952
1953 2017-05-10 Wilco Dijkstra <wdijkstr@arm.com>
1954
1955 PR target/80671
1956 * config/aarch64/cortex-a57-fma-steering.c (merge_forest):
1957 Move member access before delete.
1958
1959 2017-05-10 Alexandre Oliva <aoliva@redhat.com>
1960
1961 * tree-inline.c (expand_call_inline): Split block at stmt
1962 before the call.
1963
1964 2017-05-09 Michael Meissner <meissner@linux.vnet.ibm.com>
1965
1966 PR target/68163
1967 * config/rs6000/rs6000.md (f32_lr): Delete mode attributes that
1968 are now unused after splitting mov{sf,sd}_hardfloat.
1969 (f32_lr2): Likewise.
1970 (f32_lm): Likewise.
1971 (f32_lm2): Likewise.
1972 (f32_li): Likewise.
1973 (f32_li2): Likewise.
1974 (f32_lv): Likewise.
1975 (f32_sr): Likewise.
1976 (f32_sr2): Likewise.
1977 (f32_sm): Likewise.
1978 (f32_sm2): Likewise.
1979 (f32_si): Likewise.
1980 (f32_si2): Likewise.
1981 (f32_sv): Likewise.
1982 (f32_dm): Likewise.
1983 (f32_vsx): Likewise.
1984 (f32_av): Likewise.
1985 (mov<mode>_hardfloat): Split into separate movsf and movsd pieces.
1986 For movsf, order stores so the VSX stores occur before the GPR
1987 store which encourages the register allocator to use a traditional
1988 FPR instead of a GPR. For movsd, order the stores so that the GPR
1989 store comes before the VSX stores to allow the power6 to work.
1990 This is due to the power6 not having a 32-bit integer store
1991 instruction from a FPR.
1992 (movsf_hardfloat): Likewise.
1993 (movsd_hardfloat): Likewise.
1994
1995 2017-05-09 Martin Sebor <msebor@redhat.com>
1996
1997 PR translation/80280
1998 * config/sol2-c.c (cmn_err_flag_specs): Initialize new data member
1999 added in r247778.
2000
2001 PR translation/80280
2002 * config/i386/msformat-c.c (ms_printf_flag_specs): Initialize new
2003 data member added in r247778.
2004 (ms_scanf_flag_specs, ms_strftime_flag_specs): Same.
2005
2006 2017-05-09 Nathan Sidwell <nathan@acm.org>
2007
2008 * tree.h (tree_fits_shwi_p, tree_fits_uhwi_p): Unconditionally pure.
2009
2010 * ipa-devirt.c (default_hash_traits<type_pair>): Skip struct-scope
2011 typedefs.
2012
2013 2017-05-09 Marek Polacek <polacek@redhat.com>
2014
2015 * doc/invoke.texi: Fix typo.
2016
2017 2017-05-09 Richard Biener <rguenther@suse.de>
2018
2019 * tree-vrp.c (vrp_val_is_max): Adjust comment.
2020 (vrp_val_is_min): Likewise.
2021 (set_value_range_to_value): Likewise.
2022 (set_value_range_to_nonnegative): Likewise.
2023 (gimple_assign_nonzero_p): Likewise.
2024 (gimple_stmt_nonzero_p): Likewise.
2025 (vrp_int_const_binop): Likewise. Remove unreachable case.
2026 (adjust_range_with_scev): Adjust comments.
2027 (compare_range_with_value): Likewise.
2028 (extract_range_from_phi_node): Likewise.
2029 (test_for_singularity): Likewise.
2030
2031 2017-05-09 Richard Biener <rguenther@suse.de>
2032
2033 * tree-vrp.c (get_single_symbol): Add assert that we don't
2034 get overflowed constants as invariant part.
2035 (compare_values_warnv): Add comment before the TREE_NO_WARNING
2036 checks. Use wi::cmp instead of recursing for integer constants.
2037 (compare_values): Just ignore whether we assumed undefined
2038 overflow instead of failing the compare.
2039 (extract_range_for_var_from_comparison_expr): Add comment before the
2040 TREE_NO_WARNING sets.
2041 (test_for_singularity): Likewise.
2042 (extract_range_from_comparison): Do not disable optimization
2043 when we assumed undefined overflow.
2044 (extract_range_basic): Remove init of unused var.
2045
2046 2017-05-09 Richard Biener <rguenther@suse.de>
2047
2048 * tree-vrp.c (vrp_int_const_binop): Use wide-ints and simplify.
2049 (extract_range_from_multiplicative_op_1): Adjust.
2050 (extract_range_from_binary_expr_1): Use int_const_binop.
2051
2052 2017-05-08 Kelvin Nilsen <kelvin@gcc.gnu.org>
2053
2054 PR target/80101
2055 * config/rs6000/power6.md: Replace store_data_bypass_p calls with
2056 rs6000_store_data_bypass_p in seven define_bypass directives and
2057 in several comments.
2058 * config/rs6000/rs6000-protos.h: Add prototype for
2059 rs6000_store_data_bypass_p function.
2060 * config/rs6000/rs6000.c (rs6000_store_data_bypass_p): New
2061 function implements slightly different (rs6000-specific) semantics
2062 than store_data_bypass_p, returning false rather than aborting
2063 with assertion error when arguments do not satisfy the
2064 requirements of store data bypass.
2065 (rs6000_adjust_cost): Replace six calls of store_data_bypass_p with
2066 rs6000_store_data_bypass_p.
2067
2068 2017-05-08 Max Filippov <jcmvbkbc@gmail.com>
2069
2070 * config/xtensa/xtensa-protos.h
2071 (xtensa_initial_elimination_offset): New declaration.
2072 * config/xtensa/xtensa.c (xtensa_initial_elimination_offset):
2073 New function. Move its body from the INITIAL_ELIMINATION_OFFSET
2074 macro definition, add case for FRAME_POINTER_REGNUM when
2075 FRAME_GROWS_DOWNWARD.
2076 * config/xtensa/xtensa.h (FRAME_GROWS_DOWNWARD): New macro definition.
2077 (INITIAL_ELIMINATION_OFFSET): Replace body with call to
2078 xtensa_initial_elimination_offset.
2079
2080 2017-05-08 Nathan Sidwell <nathan@acm.org>
2081
2082 * doc/invoke.texi: Alphabetize -fdump options.
2083
2084 2017-05-08 Martin Sebor <msebor@redhat.com>
2085
2086 PR translation/80280
2087 * config/sol2-c.c (solaris_pragma_align): Correct quoting.
2088
2089 2017-05-08 Bernd Edlinger <bernd.edlinger@hotmail.de>
2090
2091 * target.def (compute_frame_layout): New optional target hook.
2092 * doc/tm.texi.in (TARGET_COMPUTE_FRAME_LAYOUT): Add hook.
2093 * doc/tm.texi (TARGET_COMPUTE_FRAME_LAYOUT): Add documentation.
2094 * lra-eliminations.c (update_reg_eliminate): Call compute_frame_layout
2095 target hook.
2096 * reload1.c (verify_initial_elim_offsets): Likewise.
2097 * config/arm/arm.c (TARGET_COMPUTE_FRAME_LAYOUT): Define.
2098 (use_simple_return_p): Call arm_compute_frame_layout if needed.
2099 (arm_get_frame_offsets): Split up into this ...
2100 (arm_compute_frame_layout): ... and this function.
2101
2102 2017-05-08 Richard Sandiford <richard.sandiford@arm.com>
2103
2104 * config/aarch64/constraints.md (Usa): New constraint.
2105 * config/aarch64/aarch64.md (*movsi_aarch64, *movdi_aarch64): Use it.
2106
2107 2017-05-08 Thomas Preud'homme <thomas.preudhomme@arm.com>
2108
2109 * config.gcc (arm*-*-*): Set TM_MULTILIB_CONFIG from
2110 with_multilib_list after it has been checked.
2111
2112 2017-05-08 Richard Biener <rguenther@suse.de>
2113
2114 * tree-ssa-pre.c (bitmap_set_and): Avoid bitmap copy.
2115 (bitmap_set_subtract_values): Likewise.
2116
2117 2017-05-08 Richard Biener <rguenther@suse.de>
2118
2119 * tree-vrp.c (gimple_assign_nonzero_warnv_p): Rename to ...
2120 (gimple_assign_nonzero): ... this and remove strict_overflow_p
2121 argument.
2122 (gimple_stmt_nonzero_warnv_p): Rename to ...
2123 (gimple_stmt_nonzero_p): ... this and remove strict_overflow_p
2124 argument.
2125 (vrp_stmt_computes_nonzero): Remove strict_overflow_p argument.
2126 (extract_range_basic): Adjust, do not disable propagation on
2127 strict overflow sensitive simplification.
2128 (vrp_visit_cond_stmt): Likewise.
2129
2130 2017-05-05 Jan Hubicka <hubicka@ucw.cz>
2131
2132 * ipa-inline-analysis.c (estimate_function_body_sizes): Recompute
2133 body size unconditionally.
2134
2135 2017-05-07 Jeff Law <law@redhat.com>
2136
2137 Revert:
2138 2017-05-06 Jeff Law <law@redhat.com>
2139 PR tree-optimization/78496
2140 * tree-vrp.c (simplify_assert_expr_using_ranges): Remove debugging
2141 code.
2142
2143 PR tree-optimization/78496
2144 * tree-vrp.c (simplify_assert_expr_using_ranges): New function.
2145 (simplify_stmt_using_ranges): Call it.
2146 (vrp_dom_walker::before_dom_children): Extract equivalences
2147 from an ASSERT_EXPR with an equality comparison against a
2148 constant.
2149
2150 2017-05-06 Jeff Law <law@redhat.com>
2151
2152 PR tree-optimization/78496
2153 * tree-vrp.c (simplify_assert_expr_using_ranges): Remove debugging
2154 code.
2155
2156 PR tree-optimization/78496
2157 * tree-vrp.c (simplify_assert_expr_using_ranges): New function.
2158 (simplify_stmt_using_ranges): Call it.
2159 (vrp_dom_walker::before_dom_children): Extract equivalences
2160 from an ASSERT_EXPR with an equality comparison against a
2161 constant.
2162
2163 2017-05-06 Richard Sandiford <richard.sandiford@linaro.org>
2164
2165 * lra-constraints.c (lra_copy_reg_equiv): New function.
2166 (split_reg): Use it to copy equivalence information from the
2167 original register to the spill register.
2168
2169 2017-05-06 Richard Sandiford <richard.sandiford@linaro.org>
2170
2171 PR rtl-optimization/75964
2172 * simplify-rtx.c (simplify_const_relational_operation): Remove
2173 invalid handling of comparisons of integer ABS.
2174
2175 2017-05-06 Uros Bizjak <ubizjak@gmail.com>
2176
2177 * config/i386/i386.c (ext_80387_constant_init): Do not explicitly
2178 initialize to zero.
2179 (init_regs): Remove declaration.
2180 (function_arg_advance_32): Initialize error_p as boolean variable.
2181
2182 2017-05-05 Nathan Sidwell <nathan@acm.org>
2183
2184 * store-motion.c (remove_reachable_equiv_notes): Reformat long
2185 lines. Use for (;;).
2186
2187 2017-05-05 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2188
2189 * config/rs6000/rs6000.c (rs6000_vect_nonmem): New static var.
2190 (rs6000_init_cost): Initialize rs6000_vect_nonmem.
2191 (rs6000_add_stmt_cost): Update rs6000_vect_nonmem.
2192 (rs6000_finish_cost): Avoid vectorizing simple copy loops with
2193 VF=2 that require versioning.
2194
2195 2017-05-05 David Malcolm <dmalcolm@redhat.com>
2196
2197 * diagnostic.h (CARET_LINE_MARGIN): Convert from macro to const
2198 int.
2199
2200 2017-05-05 David Malcolm <dmalcolm@redhat.com>
2201
2202 * diagnostic.h (diagnostic_override_option_index): Convert from
2203 macro to inline function.
2204
2205 2017-05-05 David Malcolm <dmalcolm@redhat.com>
2206
2207 * diagnostic.c (last_module_changed_p): New function.
2208 (set_last_module): New function.
2209 (diagnostic_report_current_module): Convert macro usage to
2210 the above functions.
2211 * diagnostic.h (diagnostic_context::last_module): Strengthen
2212 from const line_map * to const line_map_ordinary *.
2213 (diagnostic_last_module_changed): Delete macro.
2214 (diagnostic_set_last_module): Delete macro.
2215
2216 2017-05-05 David Malcolm <dmalcolm@redhat.com>
2217
2218 * diagnostic.c (diagnostic_impl): Replace report_diagnostic
2219 with diagnostic_report_diagnostic.
2220 (diagnostic_n_impl_richloc): Likewise.
2221 * diagnostic.h (report_diagnostic): Delete macro.
2222 * rtl-error.c (diagnostic_for_asm): Replace report_diagnostic
2223 with diagnostic_report_diagnostic.
2224 * substring-locations.c (format_warning_va): Likewise.
2225
2226 2017-05-05 David Malcolm <dmalcolm@redhat.com>
2227
2228 * diagnostic.c (diagnostic_report_diagnostic): Eliminate
2229 save/restor of format_spec. Move option-printing code to...
2230 (print_option_information): ...this new function, and
2231 reimplement by simply printing to the pretty_printer,
2232 rather than appending to the format string.
2233
2234 2017-05-05 David Malcolm <dmalcolm@redhat.com>
2235
2236 * diagnostic.c (diagnostic_report_diagnostic): Split out pragma
2237 handling logic into...
2238 (update_effective_level_from_pragmas): ...this new function.
2239
2240 2017-05-04 Andrew Waterman <andrew@sifive.com>
2241
2242 * config/riscv/riscv.opt (mstrict-align): New option.
2243 * config/riscv/riscv.h (STRICT_ALIGNMENT): Use it. Update comment.
2244 (SLOW_UNALIGNED_ACCESS): Define.
2245 (riscv_slow_unaligned_access): Declare.
2246 * config/riscv/riscv.c (riscv_tune_info): Add slow_unaligned_access
2247 field.
2248 (riscv_slow_unaligned_access): New variable.
2249 (rocket_tune_info): Set slow_unaligned_access to true.
2250 (optimize_size_tune_info): Set slow_unaligned_access to false.
2251 (riscv_cpu_info_table): Add entry for optimize_size_tune_info.
2252 (riscv_valid_lo_sum_p): Use TARGET_STRICT_ALIGN.
2253 (riscv_option_override): Set riscv_slow_unaligned_access.
2254 * doc/invoke.texi: Add -mstrict-align to RISC-V.
2255
2256 2017-05-04 Kito Cheng <kito.cheng@gmail.com>
2257
2258 * config/riscv/riscv.md: Unify indentation.
2259
2260 2017-05-05 Michael Meissner <meissner@linux.vnet.ibm.com>
2261
2262 PR target/79038
2263 PR target/79202
2264 PR target/79203
2265 * config/rs6000/rs6000.md (u code attribute): Add FIX and
2266 UNSIGNED_FIX.
2267 (extendsi<mode>2): Add support for doing sign extension via
2268 VUPKHSW and XXPERMDI if the value is in Altivec registers and we
2269 don't have ISA 3.0 instructions.
2270 (extendsi<mode>2 splitter): Likewise.
2271 (fix_trunc<mode>si2): If we are at ISA 2.07 (VSX small integer),
2272 generate the normal insns since SImode can now go in vector
2273 registers. Disallow the special UNSPECs needed for previous
2274 machines to hide SImode being used. Add new insns
2275 fctiw{,w}_<mode>_smallint if SImode can go in vector registers.
2276 (fix_trunc<mode>si2_stfiwx): Likewise.
2277 (fix_trunc<mode>si2_internal): Likewise.
2278 (fixuns_trunc<mode>si2): Likewise.
2279 (fixuns_trunc<mode>si2_stfiwx): Likewise.
2280 (fctiw<u>z_<mode>_smallint): Likewise.
2281 (fctiw<u>z_<mode>_mem): New combiner pattern to prevent conversion
2282 of floating point to 32-bit integer from doing a direct move to
2283 the GPR registers to do a store.
2284 (fctiwz_<mode>): Break long line.
2285
2286 2017-05-05 Bin Cheng <bin.cheng@arm.com>
2287
2288 * Makefile.in (GTFILES): Add tree-ssa-loop-ivopts.c.
2289 * tree-ssa-loop-ivopts.c (compute_max_addr_offset): Delete.
2290 (addr_list, addr_offset_valid_p): New.
2291 (split_address_groups): Check offset validity with above function.
2292 (gt-tree-ssa-loop-ivopts.h): Include header file.
2293
2294 2017-05-05 Nathan Sidwell <nathan@acm.org>
2295
2296 * config.gcc (arm*-*-*): Add missing 'fi'.
2297
2298 2017-05-05 Steve Ellcey <sellcey@cavium.com>
2299
2300 * doc/invoke.texi (-fopt-info): Explicitly say order of options
2301 included in -fopt-info does not matter.
2302 * doc/optinfo.texi (-fopt-info): Fix description of default
2303 behavour. Explicitly say order of options included in -fopt-info
2304 does not matter.
2305
2306 2017-05-05 Thomas Preud'homme <thomas.preudhomme@arm.com>
2307
2308 * config.gcc: Allow combinations of aprofile and rmprofile values for
2309 --with-multilib-list.
2310 * config/arm/t-multilib: New file.
2311 * config/arm/t-aprofile: Remove initialization of MULTILIB_*
2312 variables. Remove setting of ISA and floating-point ABI in
2313 MULTILIB_OPTIONS and MULTILIB_DIRNAMES. Set architecture and FPU in
2314 MULTI_ARCH_OPTS_A and MULTI_ARCH_DIRS_A rather than MULTILIB_OPTIONS
2315 and MULTILIB_DIRNAMES respectively. Add comment to introduce all
2316 matches. Add architecture matches for marvel-pj4 and generic-armv7-a
2317 CPU options.
2318 * config/arm/t-rmprofile: Likewise except for the matches changes.
2319 * doc/install.texi (--with-multilib-list): Document the combination of
2320 aprofile and rmprofile values and warn about pitfalls in doing that.
2321
2322 2017-05-05 Wilco Dijkstra <wdijkstr@arm.com>
2323
2324 * config/aarch64/aarch64.md (movsi_aarch64): Remove '*' from r=w.
2325 (movdi_aarch64): Likewise.
2326
2327 2017-05-05 Jakub Jelinek <jakub@redhat.com>
2328
2329 PR tree-optimization/80632
2330 * tree-switch-conversion.c (struct switch_conv_info): Add target_vop
2331 field.
2332 (build_arrays): Initialize it for virtual phis.
2333 (fix_phi_nodes): Use it for virtual phis.
2334
2335 PR tree-optimization/80558
2336 * tree-vrp.c (extract_range_from_binary_expr_1): Optimize
2337 [x, y] op z into [x op, y op z] for op & or | if conditions
2338 are met.
2339
2340 2017-05-05 Andre Vieira <andre.simoesdiasvieira@arm.com>
2341 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
2342
2343 PR target/71607
2344 * config/arm/arm.md (use_literal_pool): Remove.
2345 (64-bit immediate split): No longer takes cost into consideration
2346 if arm_disable_literal_pool is enabled.
2347 * config/arm/arm.c (arm_tls_referenced_p): Add diagnostic if TLS is
2348 used when arm_disable_literal_pool is enabled.
2349 (arm_max_const_double_inline_cost): Remove use of
2350 arm_disable_literal_pool.
2351 (push_minipool_fix): Add assert.
2352 (arm_reorg): Add return if arm_disable_literal_pool is enabled.
2353 * config/arm/vfp.md (no_literal_pool_df_immediate): New.
2354 (no_literal_pool_sf_immediate): New.
2355
2356 2017-05-05 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
2357
2358 PR tree-optimization/80613
2359 * tree-ssa-dce.c (propagate_necessity): Remove cases for
2360 BUILT_IN_STRDUP and BUILT_IN_STRNDUP.
2361
2362 2017-05-05 Richard Biener <rguenther@suse.de>
2363
2364 * tree-ssa-pre.c (get_or_alloc_expr_for): Simplify.
2365
2366 2017-05-05 Georg-Johann Lay <avr@gjlay.de>
2367
2368 * config/avr/avr.md [flag_strict_overflow]: Remove any occurence
2369 of this flag from insn conditions due to removal from r247495.
2370
2371 2017-05-05 Wilco Dijkstra <wdijkstr@arm.com>
2372
2373 * config/arm/aarch-common.c (arm_early_load_addr_dep_ptr):
2374 New function.
2375 (arm_early_store_addr_dep_ptr): Likewise.
2376 * config/arm/aarch-common-protos.h
2377 (arm_early_load_addr_dep_ptr): Add prototype.
2378 (arm_early_store_addr_dep_ptr): Likewise.
2379 * config/arm/cortex-a53.md: Add new bypasses.
2380
2381 2017-05-05 Jakub Jelinek <jakub@redhat.com>
2382
2383 * tree.c (next_type_uid): Change type to unsigned.
2384 (type_hash_canon): Decrement back next_type_uid if
2385 freeing a type node with the highest TYPE_UID. For INTEGER_TYPEs
2386 also ggc_free TYPE_MIN_VALUE, TYPE_MAX_VALUE and TYPE_CACHED_VALUES
2387 if possible.
2388
2389 2017-05-04 Martin Sebor <msebor@redhat.com>
2390
2391 * builtins.c: Fix a trivial typo in a comment.
2392
2393 PR middle-end/79234
2394 * builtins.c (check_sizes): Adjust to handle reading past the end.
2395 Avoid printing excessive upper bound of ranges. Use %E to print
2396 tree nodes instead of converting them to %wu.
2397 (expand_builtin_memchr): New function.
2398 (compute_dest_size): Rename...
2399 (compute_objsize): ...to this.
2400 (expand_builtin_memcpy): Adjust.
2401 (expand_builtin_mempcpy): Adjust.
2402 (expand_builtin_strcat): Adjust.
2403 (expand_builtin_strcpy): Adjust.
2404 (check_strncat_sizes): Adjust.
2405 (expand_builtin_strncat): Adjust.
2406 (expand_builtin_strncpy): Adjust and simplify.
2407 (expand_builtin_memset): Adjust.
2408 (expand_builtin_bzero): Adjust.
2409 (expand_builtin_memcmp): Adjust.
2410 (expand_builtin): Handle memcmp.
2411 (maybe_emit_chk_warning): Check strncat just once.
2412
2413 2017-05-04 Martin Sebor <msebor@redhat.com>
2414
2415 PR preprocessor/79214
2416 PR middle-end/79222
2417 PR middle-end/79223
2418 * builtins.c (check_sizes): Add inlining context and issue
2419 warnings even when -Wno-system-headers is set.
2420 (check_strncat_sizes): Same.
2421 (expand_builtin_strncat): Same.
2422 (expand_builtin_memmove): New function.
2423 (expand_builtin_stpncpy): Same.
2424 (expand_builtin): Handle memmove and stpncpy.
2425
2426 2017-05-04 Bin Cheng <bin.cheng@arm.com>
2427
2428 * tree-ssa-loop-ivopts.c (struct cost_pair): Remove field inv_expr
2429 which is not used any more.
2430
2431 2017-05-04 Wilco Dijkstra <wdijkstr@arm.com>
2432
2433 * config/aarch64/aarch64.c (generic_tunings): Update prefetch model.
2434
2435 2017-05-04 Wilco Dijkstra <wdijkstr@arm.com>
2436
2437 * config/aarch64/aarch64.c (cortexa35_tunings): Set jump alignment to 4.
2438 (cortexa53_tunings): Likewise.
2439 (cortexa57_tunings): Likewise.
2440 (cortexa72_tunings): Likewise.
2441 (cortexa73_tunings): Likewise.
2442
2443 2017-05-04 Wilco Dijkstra <wdijkstr@arm.com>
2444
2445 * config/aarch64/aarch64.c (generic_tunings): Set jump alignment to 4.
2446 Set loop alignment to 8.
2447
2448 2017-05-04 Martin Sebor <msebor@redhat.com>
2449
2450 PR translation/80280
2451 * builtins.c (expand_builtin_object_size): Add missing quoting to
2452 %D and like directives.
2453 * hsa-gen.c (hsa_type_for_scalar_tree_type): Same.
2454 (hsa_type_for_tree_type): Same.
2455 (verify_function_arguments): Same.
2456 * symtab.c (symbol_table::change_decl_assembler_name): Same.
2457 * varasm.c (get_section): Same.
2458 (mark_weak): Same.
2459
2460 2017-05-04 Martin Sebor <msebor@redhat.com>
2461
2462 PR translation/80280
2463 * config/i386/i386.c (ix86_function_versions): Quote a %D directive.
2464
2465 2017-05-04 Wilco Dijkstra <wdijkstr@arm.com>
2466
2467 * config/aarch64/aarch64.c (generic_addrcost_table):
2468 Change HI/TI mode setting.
2469
2470 2017-05-04 Martin Jambor <mjambor@suse.cz>
2471
2472 PR tree-optimization/80622
2473 * tree-sra.c (comes_initialized_p): New function.
2474 (build_accesses_from_assign): Only set write lazily when
2475 comes_initialized_p is false.
2476 (analyze_access_subtree): Use comes_initialized_p.
2477 (propagate_subaccesses_across_link): Assert !comes_initialized_p
2478 instead of testing for PARM_DECL.
2479
2480 2017-05-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2481
2482 * config/aarch64/aarch64.md (prefetch); Adjust predicate and
2483 constraint on operand 0 to allow more general addressing modes.
2484 Adjust output template.
2485 * config/aarch64/aarch64.c (aarch64_address_valid_for_prefetch_p):
2486 New function.
2487 * config/aarch64/aarch64-protos.h
2488 (aarch64_address_valid_for_prefetch_p): Declare prototype.
2489 * config/aarch64/constraints.md (Dp): New address constraint.
2490 * config/aarch64/predicates.md (aarch64_prefetch_operand): New
2491 predicate.
2492
2493 2017-05-04 Jan Hubicka <hubicka@ucw.cz>
2494
2495 * ipa-cp.c (perform_estimation_of_a_value): Drop base_time parameter;
2496 update use of estimate_ipcp_clone_size_and_time.
2497 (estimate_local_effects): Update use of
2498 estimate_ipcp_clone_size_and_time and perform_estimation_of_a_value.
2499 * ipa-inline.h (estimate_ipcp_clone_size_and_time): Update prototype.
2500 * ipa-inline-analysis.c (estimate_ipcp_clone_size_and_time):
2501 Return nonspecialized time.
2502
2503 2017-05-04 Richard Biener <rguenther@suse.de>
2504
2505 * tree-ssa-alias.c (get_continuation_for_phi): Improve looking
2506 for the last VUSE which def dominates the PHI. Directly call
2507 maybe_skip_until.
2508 (get_continuation_for_phi_1): Remove.
2509
2510 2017-05-04 Richard Sandiford <richard.sandiford@linaro.org>
2511
2512 * tree-ssa-loop-manip.c (niter_for_unrolled_loop): Add commentary
2513 to explain the use of truncating division. Cap the number of
2514 iterations to the maximum given by nb_iterations_upper_bound,
2515 if defined.
2516
2517 2017-05-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
2518
2519 * configure.ac (--enable-mingw-wildcard): Add new configurable feature.
2520 * configure: Regenerate.
2521 * config.in: Regenerate.
2522 * config/i386/driver-mingw32.c: new file.
2523 * config/i386/x-mingw32: Add rule to build driver-mingw32.o.
2524 * config.host: Link driver-mingw32.o on MinGW host.
2525 * doc/install.texi: Document new --enable-mingw-wildcard configure
2526 option.
2527
2528 2017-05-04 Marek Polacek <polacek@redhat.com>
2529
2530 PR tree-optimization/80612
2531 * calls.c (get_size_range): Check for INTEGRAL_TYPE_P.
2532
2533 2017-05-04 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
2534 Andre Simoes Dias Vieira <andre.simoesdiasvieira@arm.com>
2535
2536 * config/arm/arm.md (movsi): Change TARGET_32BIT to TARGET_HAVE_MOVT.
2537 (movt splitter): Likewise.
2538 * config/arm/arm.c (arm_option_check_internal): Change arm_arch_thumb2
2539 to TARGET_HAVE_MOVT, and merge with -mslow-flash-data check.
2540 (const_ok_for_arm): Change else to else if (TARGET_THUMB2) and add else
2541 block for Thumb-1 with MOVT.
2542 (thumb2_legitimate_address_p): Move code block ...
2543 (can_avoid_literal_pool_for_label_p): ... into this new function.
2544 (thumb1_legitimate_address_p): Add check for TARGET_HAVE_MOVT and
2545 literal pool.
2546 (thumb_legitimate_constant_p): Add conditional on TARGET_HAVE_MOVT
2547 * doc/invoke.texi (-mpure-code): Change "ARMv7-M targets" for
2548 "M-profile targets with the MOVT instruction".
2549
2550 2017-05-04 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
2551
2552 * gcc/config/arm/arm-builtins.c (arm_init_builtins): Rename
2553 __builtin_arm_ldfscr to __builtin_arm_get_fpscr, and rename
2554 __builtin_arm_stfscr to __builtin_arm_set_fpscr.
2555
2556 2017-05-04 Martin Liska <mliska@suse.cz>
2557
2558 * tree-vrp.c (simplify_cond_using_ranges_2): Remove unused
2559 variable cond_code.
2560
2561 2017-05-04 Richard Biener <rguenther@suse.de>
2562
2563 * tree.c (array_at_struct_end_p): Handle arrays at struct
2564 end with flexarrays more conservatively. Refactor and treat
2565 arrays of arrays or aggregates more strict. Fix
2566 VIEW_CONVERT_EXPR handling. Remove allow_compref argument.
2567 * tree.c (array_at_struct_end_p): Adjust prototype.
2568 * emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust.
2569 * gimple-fold.c (get_range_strlen): Likewise.
2570 * tree-chkp.c (chkp_may_narrow_to_field): Likewise.
2571
2572 2017-05-04 Richard Biener <rguenther@suse.de>
2573
2574 PR tree-optimization/31130
2575 * tree-vrp.c (needs_overflow_infinity): Remove as always returning
2576 false.
2577 (supports_overflow_infinity): Likewise.
2578 (is_negative_overflow_infinity): Likewise.
2579 (is_positive_overflow_infinity): Likewise.
2580 (is_overflow_infinity): Likewise.
2581 (stmt_overflow_infinity): Likewise.
2582 (overflow_infinity_range_p): Likewise.
2583 (usable_range_p): Remove as always returning true.
2584 (make_overflow_infinity): Remove.
2585 (negative_overflow_infinity): Likewise.
2586 (positive_overflow_infinity): Likewise.
2587 (avoid_overflow_infinity): Likewise.
2588 (set_value_range): Adjust accordingly.
2589 (set_value_range_to_nonnegative): Likewise, remove now unused
2590 overflow_infinity arg.
2591 (vrp_operand_equal_p): Adjust.
2592 (update_value_range): Likewise.
2593 (range_int_cst_singleton_p): Likewise.
2594 (operand_less_p): Likewise.
2595 (compare_values_warnv): Likewise.
2596 (extract_range_for_var_from_comparison_expr): Likewise.
2597 (vrp_int_const_binop): Likewise.
2598 (zero_nonzero_bits_from_vr): Likewise.
2599 (extract_range_from_multiplicative_op_1): Likewise.
2600 (extract_range_from_binary_expr_1): Likewise.
2601 (extract_range_from_unary_expr): Likewise.
2602 (extract_range_from_comparison): Likewise.
2603 (extract_range_basic): Likewise.
2604 (adjust_range_with_scev): Likewise.
2605 (compare_ranges): Likewise.
2606 (compare_range_with_value): Likewise.
2607 (dump_value_range): Likewise.
2608 (test_for_singularity): Likewise, remove strict_overflow_p parameter
2609 never used.
2610 (simplify_cond_using_ranges): Adjust.
2611
2612 2017-05-04 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
2613
2614 * brig-builtins.def: Added a builtin for class_f64.
2615 * builtin-types.def: Added a builtin type needed by class_f64.
2616
2617 2017-05-03 Jason Merrill <jason@redhat.com>
2618
2619 * timevar.def: Add TV_CONSTEXPR.
2620
2621 2017-05-03 David Malcolm <dmalcolm@redhat.com>
2622
2623 * common.opt (fdiagnostics-parseable-fixits): Fix typo.
2624
2625 2017-05-03 Martin Jambor <mjambor@suse.cz>
2626
2627 * ipa-prop.c (ipa_update_after_lto_read): Removed.
2628 * ipa-prop.h (ipa_update_after_lto_read): Remove declaration.
2629 * ipa-cp.c (ipcp_propagate_stage): Do not call
2630 ipa_update_after_lto_read.
2631 * ipa-inline.c (ipa_inline): Likewise.
2632
2633 2017-05-03 Martin Jambor <mjambor@suse.cz>
2634
2635 * ipa-prop.h (ipa_edge_args): Make a class. Mark with for_user GTY
2636 tag. Added a default constructor and a destructor.
2637 (ipa_edge_args_sum_t): New class;
2638 (ipa_edge_args_sum): Declare.
2639 (ipa_edge_args_vector): Remove declaration.
2640 (IPA_EDGE_REF): Use ipa_edge_args_sum.
2641 (ipa_free_edge_args_substructures): Remove declaration.
2642 (ipa_check_create_edge_args): Use ipa_edge_args_sum.
2643 (ipa_edge_args_info_available_for_edge_p): Likewise.
2644 * ipa-prop.c (ipa_edge_args_vector): Removed.
2645 (edge_removal_hook_holder): Likewise.
2646 (edge_duplication_hook_holder): Likewise.
2647 (ipa_edge_args_sum): New variable.
2648 (ipa_propagate_indirect_call_infos): Test ipa_edge_args_sum instead of
2649 ipa_edge_args_vector.
2650 (ipa_free_edge_args_substructures): Likewise.
2651 (ipa_free_all_edge_args): Free ipa_edge_args_sum instead of
2652 ipa_edge_args_vector.
2653 (ipa_edge_removal_hook): Turned into method
2654 ipa_edge_args_sum_t::remove.
2655 (ipa_edge_duplication_hook): Turned into method
2656 ipa_edge_args_sum_t::duplicate.
2657 (ipa_register_cgraph_hooks): Create ipa_edge_args_sum instead of
2658 registering edge hooks.
2659 (ipa_unregister_cgraph_hooks): Do not unregister edge hooks.
2660 * ipa-inline-analysis.c (estimate_function_body_sizes): Test
2661 ipa_edge_args_sum instead of ipa_edge_args_vector.
2662 * ipa-profile.c (ipa_profile): Likewise.
2663
2664 2017-05-03 Martin Jambor <mjambor@suse.cz>
2665
2666 * symbol-summary.h (function_summary): New method exists.
2667 (function_summary::symtab_removal): Deallocate through release.
2668 (call_summary): New class.
2669 (gt_ggc_mx): New overload.
2670 (gt_pch_nx): Likewise.
2671 (gt_pch_nx): Likewise.
2672
2673 2017-05-03 Jeff Law <law@redhat.com>
2674
2675 PR tree-optimization/78496
2676 * tree-vrp.c (simplify_cond_using_ranges_1): Renamed
2677 from simplify_cond_using_ranges. Split off code to walk
2678 backwards through casts into ...
2679 (simplify_cond_using_ranges_2): New function.
2680 (simplify_stmt_using_ranges): Call simplify_cond_using_ranges_1.
2681 (execute_vrp): After identifying jump threads, call
2682 simplify_cond_using_ranges_2.
2683
2684 2017-05-03 Jan Hubicka <hubicka@ucw.cz>
2685
2686 PR bootstrap/80609
2687 * ipa-inline.h (inline_summary): Add ctor.
2688 (create_ggc): Do not use ggc_cleared_alloc.
2689
2690 2017-05-03 Jeff Downs <heydowns@somuchpressure.net>
2691 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2692
2693 * gcc.c (handle_braces): Support escaping in switch matching
2694 text.
2695 * doc/invoke.texi (Spec Files): Document it.
2696 Remove superfluous @code markup in items.
2697
2698 2017-05-03 David Malcolm <dmalcolm@redhat.com>
2699
2700 * diagnostic-show-locus.c (struct column_range): New struct.
2701 (get_affected_columns): New function.
2702 (get_printed_columns): New function.
2703 (struct correction): New struct.
2704 (correction::ensure_capacity): New function.
2705 (correction::ensure_terminated): New function.
2706 (struct line_corrections): New struct.
2707 (line_corrections::~line_corrections): New dtor.
2708 (line_corrections::add_hint): New function.
2709 (layout::print_trailing_fixits): Reimplement in terms of the new
2710 classes.
2711 (selftest::test_overlapped_fixit_printing): New function.
2712 (selftest::diagnostic_show_locus_c_tests): Call it.
2713
2714 2017-05-03 Nathan Sidwell <nathan@acm.org>
2715
2716 Canonicalize canonical type hashing
2717 * tree.h (type_hash_canon_hash): Declare.
2718 * tree.c (type_hash_list, attribute_hash_list): Move into
2719 type_hash_canon_hash.
2720 (build_type_attribute_qual_variant): Break out hash code calc into
2721 type_hash_canon_hash.
2722 (type_hash_canon_hash): New. Generic type hash computation.
2723 (build_range_type_1, build_array_type_1, build_function_type,
2724 build_method_type_directly, build_offset_type, build_complex_type,
2725 make_vector_type): Call it.
2726
2727 2017-05-03 Richard Biener <rguenther@suse.de>
2728
2729 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
2730 When all DRs have unknown misaligned do not always peel
2731 when there is a store but apply the same costing model as if
2732 there were only loads.
2733
2734 2017-05-03 Richard Biener <rguenther@suse.de>
2735
2736 Revert
2737 PR tree-optimization/80492
2738 * tree-ssa-alias.c (decl_refs_may_alias_p): Handle
2739 compare_base_decls returning dont-know properly.
2740
2741 2017-05-03 Thomas Preud'homme <thomas.preudhomme@arm.com>
2742
2743 * config/arm/iterators.md (CCSI): New mode iterator.
2744 (arch): New mode attribute.
2745 * config/arm/sync.md (atomic_compare_and_swap<mode>_1): Rename into ...
2746 (atomic_compare_and_swap<CCSI:arch><NARROW:mode>_1): This and ...
2747 (atomic_compare_and_swap<CCSI:arch><SIDI:mode>_1): This. Use CCSI
2748 code iterator for success result mode.
2749 * config/arm/arm.c (arm_expand_compare_and_swap): Adapt code to use
2750 the corresponding new insn generators.
2751
2752 2017-05-03 Bin Cheng <bin.cheng@arm.com>
2753
2754 Revert r247509
2755 2017-05-02 Bin Cheng <bin.cheng@arm.com>
2756 * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
2757
2758 2017-05-03 Richard Sandiford <richard.sandiford@linaro.org>
2759
2760 * tree-data-ref.h (SUB_CONFLICTS_IN_A): Wrap SUB argument in brackets.
2761 (SUB_CONFLICTS_IN_B, SUB_LAST_CONFLICT, SUB_DISTANCE): Likewise.
2762 (DDR_A): Wrap DDR argument in brackets.
2763 (DDR_B, DDR_AFFINE_P, DDR_ARE_DEPENDENT, DDR_SUBSCRIPTS): Likewise.
2764 (DDR_LOOP_NEST, DDR_INNER_LOOP, DDR_SELF_REFERENCE): Likewise.
2765 (DDR_REVERSED_P): Likewise.
2766
2767 2017-05-03 Jakub Jelinek <jakub@redhat.com>
2768
2769 PR tree-optimization/79472
2770 * tree-switch-conversion.c (struct switch_conv_info): Add
2771 contiguous_range and default_case_nonstandard fields.
2772 (collect_switch_conv_info): Compute contiguous_range and
2773 default_case_nonstandard fields, don't clear final_bb if
2774 contiguous_range and only the default case doesn't have the required
2775 structure.
2776 (check_all_empty_except_final): Set default_case_nonstandard instead
2777 of failing if contiguous_range and the default case doesn't have empty
2778 block.
2779 (check_final_bb): Add SWTCH argument, don't fail if contiguous_range
2780 and only the default case doesn't have the required constants. Skip
2781 virtual phis.
2782 (gather_default_values): Skip virtual phis. Allow non-NULL CASE_LOW
2783 if default_case_nonstandard.
2784 (build_constructors): Build constant 1 just once. Assert that default
2785 values aren't inserted in between cases if contiguous_range. Skip
2786 virtual phis.
2787 (build_arrays): Skip virtual phis.
2788 (prune_bbs): Add DEFAULT_BB argument, don't remove that bb.
2789 (fix_phi_nodes): Don't add e2f phi arg if default_case_nonstandard.
2790 Handle virtual phis.
2791 (gen_inbound_check): Handle default_case_nonstandard case.
2792 (process_switch): Adjust check_final_bb caller. Call
2793 gather_default_values with the first non-default case instead of
2794 default case if default_case_nonstandard.
2795
2796 2017-05-02 Nathan Sidwell <nathan@acm.org>
2797
2798 * ggc-page.c (move_ptes_to_front): Replace unsigned >0 with i--
2799 check. Fix formatting.
2800
2801 2017-05-02 Jan Hubicka <hubicka@ucw.cz>
2802
2803 * ipa-inline-analysis.c (estimate_node_size_and_time): Allow roundoff
2804 errors when comparing specialized and unspecialized times.
2805
2806 2017-05-02 David Malcolm <dmalcolm@redhat.com>
2807
2808 * diagnostic-show-locus.c
2809 (layout::should_print_annotation_line_p): Make private.
2810 (layout::print_annotation_line): Make private.
2811 (layout::annotation_line_showed_range_p): Make private.
2812 (layout::show_ruler): Make private.
2813 (layout::print_source_line): Make private. Pass in line and
2814 line_width, rather than calling location_get_source_line. Drop
2815 returned value.
2816 (layout::print_leading_fixits): New method.
2817 (layout::print_any_fixits): Rename to...
2818 (layout::print_trailing_fixits): ...this, and make private.
2819 Don't print newline fixits.
2820 (diagnostic_show_locus): Move logic for printing one row into...
2821 (layout::print_line): ...this new function. Move the
2822 location_get_source_line call and error-handling from
2823 print_source_line to here. Call print_leading_fixits, and rename
2824 print_any_fixits to print_trailing_fixits.
2825 (selftest::test_fixit_insert_containing_newline): Update now that
2826 newlines are partially supported.
2827 (selftest::test_fixit_insert_containing_newline_2): New test.
2828 (selftest::test_fixit_replace_containing_newline): Update comments.
2829 (selftest::diagnostic_show_locus_c_tests): Call the new test.
2830 * edit-context.c (class added_line): New class.
2831 (class edited_line): Describe newline handling in comment.
2832 (edited_line::actually_edited_p): New method.
2833 (edited_line::print_content): Delete redundant decl.
2834 (edited_line::m_predecessors): New field.
2835 (edited_file::print_content): Call edited_line::print_content.
2836 (edited_file::print_diff): Update to support newlines.
2837 (edited_file::print_diff_hunk): Likewise.
2838 (edited_file::print_run_of_changed_lines): New function.
2839 (edited_file::print_diff_line): Convert to...
2840 (print_diff_line): ...this.
2841 (edited_file::get_effective_line_count): New function.
2842 (edited_line::edited_line): Initialize new field m_predecessors.
2843 (edited_line::~edited_line): Clean up m_predecessors.
2844 (edited_line::apply_fixit): Handle newlines.
2845 (edited_line::get_effective_line_count): New function.
2846 (edited_line::print_content): New function.
2847 (edited_line::print_diff_lines): New function.
2848 (selftest::test_applying_fixits_insert_containing_newline): New
2849 test.
2850 (selftest::test_applying_fixits_replace_containing_newline): New
2851 test.
2852 (selftest::insert_line): New function.
2853 (selftest::test_applying_fixits_multiple_lines): Add example of
2854 inserting a line.
2855 (selftest::edit_context_c_tests): Call the new tests.
2856
2857 2017-05-02 Bin Cheng <bin.cheng@arm.com>
2858
2859 * tree-ssa-loop-ivopts.c (get_scaled_computation_cost_at): Delete
2860 parameter cand. Update dump information.
2861 (get_computation_cost): Update uses.
2862
2863 2017-05-02 Bin Cheng <bin.cheng@arm.com>
2864
2865 * tree-ssa-loop-ivopts.c (get_computation_aff_1): New.
2866 (get_computation_aff): Reorder parameters. Use get_computation_aff_1.
2867 (get_computation_at, rewrite_use_address): Update use of
2868 get_computation_aff.
2869
2870 2017-05-02 Bin Cheng <bin.cheng@arm.com>
2871
2872 * tree-ssa-loop-ivopts.c (get_computation_at): Reorder parameters.
2873 (get_computation): Delete.
2874 (get_computation_cost): Implement like get_computation_cost_at.
2875 Use get_computation_at.
2876 (get_computation_cost_at): Delete.
2877 (rewrite_use_nonlinear_expr): Use get_computation_at.
2878 (rewrite_use_compare, remove_unused_ivs): Ditto.
2879
2880 2017-05-02 Bin Cheng <bin.cheng@arm.com>
2881
2882 * tree-ssa-loop-ivopts.c (rewrite_use_address): Simple refactor.
2883
2884 2017-05-02 Bin Cheng <bin.cheng@arm.com>
2885
2886 * tree-ssa-loop-ivopts.c (struct iv_ca): Rename n_regs to n_invs.
2887 (ivopts_global_cost_for_size): Rename parameter and update uses.
2888 (iv_ca_recount_cost): Update uses.
2889 (iv_ca_set_remove_invs, iv_ca_set_no_cp): Record invariants and
2890 candidates seperately in n_invs and n_cands.
2891 (iv_ca_set_add_invs, iv_ca_set_cp, iv_ca_new): Ditto.
2892
2893 2017-05-02 Bin Cheng <bin.cheng@arm.com>
2894
2895 * tree-ssa-loop-ivopts.c (struct walk_tree_data): New.
2896 (find_inv_vars_cb): New.
2897 (find_depends): Renamed to ...
2898 (find_inv_vars): ... this.
2899 (add_candidate_1, force_var_cost): Call find_inv_vars.
2900 (split_address_cost, determine_group_iv_cost_cond): Ditto.
2901
2902 2017-05-02 Bin Cheng <bin.cheng@arm.com>
2903
2904 * tree-ssa-loop-ivopts.c (struct cost_pair): Rename depends_on to
2905 inv_vars. Add inv_exprs.
2906 (struct iv_cand): Rename depends_on to inv_vars.
2907 (struct ivopts_data): Rename max_inv_id/n_invariant_uses to
2908 max_inv_var_id/n_inv_var_uses. Move max_inv_expr_id around.
2909 Refactor field used_inv_exprs from has_map to array n_inv_expr_uses.
2910 (dump_cand): Dump inv_vars.
2911 (tree_ssa_iv_optimize_init): Support inv_vars and inv_exprs.
2912 (record_invariant, find_depends, add_candidate_1): Ditto.
2913 (set_group_iv_cost, force_var_cost): Ditto.
2914 (split_address_cost, ptr_difference_cost, difference_cost): Ditto.
2915 (get_computation_cost_at, get_computation_cost): Ditto.
2916 (determine_group_iv_cost_generic): Ditto.
2917 (determine_group_iv_cost_address): Ditto.
2918 (determine_group_iv_cost_cond, autoinc_possible_for_pair): Ditto.
2919 (determine_group_iv_costs): Ditto.
2920 (iv_ca_recount_cost): Update call to ivopts_global_cost_for_size.
2921 (iv_ca_set_remove_invariants): Renamed to ...
2922 (iv_ca_set_remove_invs): ... this. Support inv_vars and inv_exprs.
2923 (iv_ca_set_no_cp): Use iv_ca_set_remove_invs.
2924 (iv_ca_set_add_invariants): Renamed to ...
2925 (iv_ca_set_add_invs): ... this. Support inv_vars and inv_exprs.
2926 (iv_ca_set_cp): Use iv_ca_set_add_invs.
2927 (iv_ca_has_deps): Support inv_vars and inv_exprs.
2928 (iv_ca_new, iv_ca_free, iv_ca_dump, free_loop_data): Ditto.
2929 (create_new_ivs): Remove useless dump.
2930
2931 2017-05-02 Bin Cheng <bin.cheng@arm.com>
2932
2933 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Remove pseudo
2934 iv_cand code.
2935 (determine_group_iv_cost_cond, determine_iv_cost): Ditto.
2936 (iv_ca_set_no_cp, create_new_iv): Ditto.
2937
2938 2017-05-02 Bin Cheng <bin.cheng@arm.com>
2939
2940 * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
2941
2942 2017-05-02 Xi Ruoyao <ryxi@stu.xidian.edu.cn>
2943
2944 * tree.h (EXPR_CILK_SPAWN): Use macro TREE_CHECK2 instead of
2945 function tree_check2.
2946
2947 2017-05-02 Martin Liska <mliska@suse.cz>
2948
2949 * doc/gcov.texi: Add missing preposition.
2950 * gcov.c (function_info::function_info): Properly fill up
2951 all member variables.
2952
2953 2017-05-02 Tamar Christina <tamar.christina@arm.com>
2954
2955 * expr.c (expand_expr_real_2): Re-cost if previous costs are the same.
2956
2957 2017-05-02 Tamar Christina <tamar.christina@arm.com>
2958
2959 * simplify-rtx.c (simplify_binary_operation_1): Add LSHIFTRT case.
2960
2961 2017-05-02 Martin Liska <mliska@suse.cz>
2962
2963 PR lto/77954.
2964 * lto-streamer-in.c (lto_read_tree_1): Remove
2965 LTO_STREAMER_DEBUG.
2966 * lto-streamer.c (struct tree_hash_entry): Likewise.
2967 (struct tree_entry_hasher): Likewise.
2968 (tree_entry_hasher::hash): Likewise.
2969 (tree_entry_hasher::equal): Likewise.
2970 (lto_streamer_init): Likewise.
2971 (lto_orig_address_map): Likewise.
2972 (lto_orig_address_get): Likewise.
2973 (lto_orig_address_remove): Likewise.
2974 * lto-streamer.h: Likewise.
2975 * tree-streamer-in.c (streamer_alloc_tree): Likewise.
2976 * tree-streamer-out.c (streamer_write_tree_header): Likewise.
2977
2978 2017-05-02 Sebastian Peryt <sebastian.peryt@intel.com>
2979
2980 * config/i386/avx512fintrin.h (_mm_mask_add_round_sd)
2981 (_mm_maskz_add_round_sd, _mm_mask_add_round_ss)
2982 (mm_maskz_add_round_ss, _mm_mask_sub_round_sd)
2983 (mm_maskz_sub_round_sd, _mm_mask_sub_round_ss)
2984 (mm_maskz_sub_round_ss, _mm_mask_add_sd)
2985 (mm_maskz_add_sd, _mm_mask_add_ss, _mm_maskz_add_ss)
2986 (mm_mask_sub_sd, _mm_maskz_sub_sd, _mm_mask_sub_ss)
2987 (mm_maskz_sub_ss): New intrinsics.
2988 * config/i386/i386-builtin-types.def (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
2989 (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): New function type aliases.
2990 * config/i386/i386-builtin.def (__builtin_ia32_addsd_mask_round)
2991 (__builtin_ia32_addss_mask_round, __builtin_ia32_subsd_mask_round)
2992 (__builtin_ia32_subss_mask_round): New builtins.
2993 * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
2994 (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
2995 * config/i386/sse.md (<sse>_vm<plusminus_insn><mode>3<round_name>):
2996 Renamed to ...
2997 (<sse>_vm<plusminus_insn><mode>3<mask_name><round_name>): ... this.
2998 (v<plusminus_mnemonic><ssescalarmodesuffix>\t{<round_op3>%2, %1, %0|%0, %1, %<iptr>2<round_op3>}):
2999 Changed to ...
3000 (v<plusminus_mnemonic><ssescalarmodesuffix>\t{<round_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}):
3001 ... this.
3002
3003 2017-05-02 Martin Jambor <mjambor@suse.cz>
3004
3005 PR tree-optimization/78687
3006 * tree-sra.c (access): New field parent.
3007 (process_subtree_disqualification): New function.
3008 (disqualify_candidate): Call it.
3009 (build_accesses_from_assign): Reset write flag if creating an
3010 assighnment link.
3011 (build_access_subtree): Fill in parent field and also prpagate
3012 down grp_write flag.
3013 (create_artificial_child_access): New parameter set_grp_write, set
3014 grp_write to its value.
3015 (propagate_subaccesses_across_link): Also propagate grp_write flag
3016 values.
3017 (propagate_all_subaccesses): Push the closest parent back to work
3018 queue if add_access_to_work_queue returned true.
3019
3020 2017-05-02 Richard Biener <rguenther@suse.de>
3021
3022 * common.opt (fstrict-overflow): Alias negative to fwrapv.
3023 * doc/invoke.texi (fstrict-overflow): Remove all traces of
3024 -fstrict-overflow documentation.
3025 * tree.h (TYPE_OVERFLOW_UNDEFINED): Do not test flag_strict_overflow.
3026 (POINTER_TYPE_OVERFLOW_UNDEFINED): Test !flag_wrapv instead of
3027 flag_strict_overflow.
3028 * ipa-inline.c (can_inline_edge_p): Do not test flag_strict_overflow.
3029 * lto-opts.c (lto_write_options): Do not stream it.
3030 * lto-wrapper.c (merge_and_complain): Do not handle it.
3031 * opts.c (default_options_table): Do not set -fstrict-overflow.
3032 (finish_options): Likewise do not clear it when sanitizing.
3033 * simplify-rtx.c (simplify_const_relational_operation): Do not
3034 test flag_strict_overflow.
3035
3036 2017-05-02 Uros Bizjak <ubizjak@gmail.com>
3037
3038 * config/alpha/alpha.md (*add<mode>3_ieee): Merge to add<mode>3
3039 using enabled attribute.
3040 (*sub<mode>3_ieee): Merge to sub<mode>3 using enabled attribute.
3041 (*mul<mode>3_ieee): Merge to mul<mode>3 using enabled attribute.
3042 (*div<mode>3_ieee): Merge to div<mode>3 using enabled attribute.
3043 (*sqrt<mode>2_ieee): Merge to sqrt<mode>2 using enabled attribute.
3044 (*fix_truncdfdi_ieee): Merge to *fix_truncdfdi2 using enabled attribute.
3045 (*fix_truncsfdi_ieee): Merge to *fix_truncsfdi2 using enabled attribute.
3046 (*floatdisf_ieee): Merge to floatdisf2 using enabled attribute.
3047 (*floatdidf_ieee): Merge to floatdidf2 using enabled attribute.
3048 (*truncdfsf2_ieee): Merge to truncdfsf2 using enabled attribute.
3049 (*cmpdf_ieee): Merge to *cmpdf_internal using enabled attribute.
3050
3051 2017-05-02 Uros Bizjak <ubizjak@gmail.com>
3052
3053 * config/i386/i386.c (ix86_code_end): Use {FIRST,LAST}_INT_REG.
3054
3055 2017-05-02 Richard Biener <rguenther@suse.de>
3056
3057 PR tree-optimization/80591
3058 Revert
3059 2017-04-10 Richard Biener <rguenther@suse.de>
3060
3061 * tree-ssa-structalias.c (find_func_aliases): Properly handle
3062 asm inputs.
3063
3064 2017-05-02 Richard Biener <rguenther@suse.de>
3065
3066 PR tree-optimization/80549
3067 * tree-cfgcleanup.c (mfb_keep_latches): New helper.
3068 (cleanup_tree_cfg_noloop): Create forwarders to known loop
3069 headers if they do not have a preheader.
3070
3071 2017-05-02 Martin Liska <mliska@suse.cz>
3072
3073 PR other/80589
3074 * common.opt: Fix typo.
3075 * doc/invoke.texi: Likewise.
3076
3077 2017-05-01 Jan Beulich <jbeulich@suse.com>
3078
3079 * config/i386/sse.md (xop_vpermil2<mode>3): Do not allow operand
3080 swapping, add (x,x,m,x,n) alternative.
3081
3082 2017-05-01 Nathan Sidwell <nathan@acm.org>
3083
3084 * calls.c (combine_pending_stack_adjustment_and_call): Remove
3085 unnecessary unadjusted_alignment check.
3086
3087 2017-05-01 Xi Ruoyao <ryxi@stu.xidian.edu.cn>
3088
3089 PR c++/80038
3090 * cilk_common.c (expand_builtin_cilk_detach): Move pedigree
3091 operations here.
3092 * gimplify.c (gimplify_cilk_detach): New function.
3093 (gimplify_call_expr, gimplify_modify_expr): Call it as needed.
3094 * tree-core.h: Document EXPR_CILK_SPAWN.
3095 * tree.h (EXPR_CILK_SPAWN): Define.
3096
3097 2017-05-01 David Malcolm <dmalcolm@redhat.com>
3098
3099 * diagnostic-show-locus.c (layout::get_expanded_location): Rewrite
3100 to use new fixit_hint representation, using the "replace" logic.
3101 (get_line_span_for_fixit_hint): Likewise.
3102 (layout::print_any_fixits): Likewise.
3103 (selftest::test_one_liner_many_fixits): Rename to...
3104 (selftest::test_one_liner_many_fixits_1): ...this, and update
3105 comment and expected output to reflect that the multiple fix-it
3106 hints are now consolidated into one insertion.
3107 (selftest::test_one_liner_many_fixits_2): New test.
3108 (selftest::test_diagnostic_show_locus_one_liner): Update for
3109 above.
3110 (selftest::test_fixit_consolidation): Update for fix-it API
3111 change.
3112 * diagnostic.c (print_parseable_fixits): Likewise.
3113 * edit-context.c (edited_line::m_line_events): Convert from
3114 auto_vec <line_event *> to auto_vec <line_event>.
3115 (class line_event): Convert from abstract base class to a concrete
3116 class, taking over the role of replace_event.
3117 (class insert_event): Delete.
3118 (class replace_event): Rename to class line_event. Convert to
3119 half-open range.
3120 (edit_context::add_fixits): Reimplement.
3121 (edit_context::apply_insert): Delete.
3122 (edit_context::apply_replace): Rename to...
3123 (edit_context::apply_fixit): ...this. Convert to half-open range.
3124 (edited_file::apply_insert): Delete.
3125 (edited_file::apply_replace): Rename to...
3126 (edited_file::apply_fixit): ...this.
3127 (edited_line::~edited_line): Drop deletion of events.
3128 (edited_line::apply_insert): Delete.
3129 (edited_line::apply_replace): Rename to...
3130 (edited_line::apply_fixit): ...this. Convert to half-open range.
3131 Update for change to type of m_line_events.
3132 * edit-context.h (edit_context::apply_insert): Delete.
3133 (edit_context::apply_replace): Rename to...
3134 (edit_context::apply_fixit): ...this.
3135
3136 2017-05-01 Martin Sebor <msebor@redhat.com>
3137
3138 * gimple-ssa-sprintf.c (format_integer): Set knownrange when it's
3139 known.
3140
3141 2017-05-01 Uros Bizjak <ubizjak@gmail.com>
3142
3143 PR target/68491
3144 * config/i386/cpuid.h (__get_cpuid): Always return 0 when
3145 __get_cpuid_max returns 0.
3146 (__get_cpuid_count): Ditto.
3147
3148 2017-05-01 Eric Botcazou <ebotcazou@adacore.com>
3149
3150 * tree.c (substitute_in_expr) <tcc_vl_exp>: Also inline a call if the
3151 replacement expression is another instance of one of its arguments.
3152
3153 2017-05-01 Jakub Jelinek <jakub@redhat.com>
3154
3155 PR target/79430
3156 * rtlanal.c (reg_set_p): If reg is a stack_pointer_rtx, also
3157 check for stack push/pop autoinc.
3158 * config/i386/i386.c (ix86_agi_dependent): Return false
3159 if the only reason why modified_in_p returned true is that
3160 addr is SP based and set_insn is a push or pop.
3161
3162 2017-04-29 Jan Hubicka <hubicka@ucw.cz>
3163
3164 * ipa-inline.c (compute_inlined_call_time): Remove now unnecesary
3165 overflow check.
3166
3167 2017-04-29 Jan Hubicka <hubicka@ucw.cz>
3168
3169 PR ipa/79224
3170 * ipa-inline-analysis.c (dump_predicate): Add optional parameter NL.
3171 (account_size_time): Use two predicates - exec_pred and
3172 nonconst_pred_ptr.
3173 (evaluate_conditions_for_known_args): Compute both clause and
3174 nonspec_clause.
3175 (evaluate_properties_for_edge): Evaulate both clause and nonspec_clause.
3176 (inline_summary_t::duplicate): Update.
3177 (estimate_function_body_sizes): Caluculate exec and nonconst predicates
3178 separately.
3179 (compute_inline_parameters): Likewise.
3180 (estimate_edge_size_and_time): Update caluclation of time.
3181 (estimate_node_size_and_time): Compute both time and nonspecialized
3182 time.
3183 (estimate_ipcp_clone_size_and_time): Update.
3184 (inline_merge_summary): Update.
3185 (do_estimate_edge_time): Update.
3186 (do_estimate_edge_size): Update.
3187 (do_estimate_edge_hints): Update.
3188 (inline_read_section, inline_write_summary): Stream both new predicates.
3189 * ipa-inline.c (compute_uninlined_call_time): Take uninlined_call_time
3190 as argument.
3191 (compute_inlined_call_time): Cleanup.
3192 (big_speedup_p): Update.
3193 (edge_badness): Update.
3194 * ipa-inline.h (INLINE_TIME_SCALE): Remove.
3195 (size_time_entry): Replace predicate by exec_predicate and
3196 nonconst_predicate.
3197 (edge_growth_cache_entry): Cache both time nad nonspecialized time.
3198 (estimate_edge_time): Return also nonspec_time.
3199 (reset_edge_growth_cache): Update.
3200
3201 2017-04-29 Jakub Jelinek <jakub@redhat.com>
3202
3203 PR rtl-optimization/80491
3204 * ifcvt.c (noce_process_if_block): When looking for x setter
3205 with missing else_bb, don't check only the insn right before
3206 cond_earliest, but look for the last insn that x is modified in
3207 within the same bb.
3208
3209 PR rtl-optimization/80491
3210 * alias.c (memory_modified_in_insn_p): Return true for CALL_INSNs.
3211
3212 2017-04-29 Marc Glisse <marc.glisse@inria.fr>
3213
3214 PR tree-optimization/80487
3215 * tree-ssa-alias.c (stmt_kills_ref_p): Handle stpncpy and strncpy.
3216
3217 2017-04-29 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
3218
3219 PR tree-optimization/79697
3220 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Check if callee
3221 is BUILT_IN_STRDUP, BUILT_IN_STRNDUP, BUILT_IN_REALLOC.
3222 (propagate_necessity): Check if def_callee is BUILT_IN_STRDUP or
3223 BUILT_IN_STRNDUP.
3224 * gimple-fold.c (gimple_fold_builtin_realloc): New function.
3225 (gimple_fold_builtin): Call gimple_fold_builtin_realloc.
3226
3227 2017-04-28 Martin Sebor <msebor@redhat.com>
3228
3229 PR tree-optimization/80523
3230 * gimple-ssa-sprintf.c (target_to_host_charmap): New global variable.
3231 (init_target_to_host_charmap, target_to_host, target_strtol10): New
3232 functions.
3233 (maybe_warn, format_directive, parse_directive): Use new functions.
3234 (pass_sprintf_length::execute): Call init_target_to_host_charmap.
3235
3236 2017-04-28 Marc Glisse <marc.glisse@inria.fr>
3237
3238 * match.pd (X+Z OP Y+Z, X-Z OP Y-Z, Z-X OP Z-Y): New transformations.
3239
3240 2017-04-28 Bernd Edlinger <bernd.edlinger@hotmail.de>
3241
3242 * configure.ac (SYSTEM_HEADER_DIR, BUILD_SYSTEM_HEADER_DIR,
3243 target_header_dir): Set correctly.
3244 * configure: Regenerated.
3245 * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
3246 (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
3247 instead of SYSTEM_HEADER_DIR.
3248
3249 2017-04-28 Jan Hubicka <hubicka@ucw.cz>
3250
3251 * ipa-cp.c (perform_estimation_of_a_value): Turn time to sreal.
3252 (estimate_local_effects): Likewise.
3253 * ipa-inline.c (compute_inlined_call_time, want_inline_small_function_p,
3254 edge_badness, inline_small_functions, dump_overall_stats): LIkewise.
3255 * ipa-inline.h (edge_growth_cache_entry, estimate_time_after_inlining,
3256 estimate_ipcp_clone_size_and_time, do_estimate_edge_time,
3257 do_estimate_edge_time, estimate_edge_time): Likewise.
3258 * ipa-inline-analysis.c (estimate_node_size_and_time,
3259 estimate_ipcp_clone_size_and_time, do_estimate_edge_time): Likewise.
3260 (estimate_time_after_inlining): Remove.
3261
3262 2017-04-28 Martin Liska <mliska@suse.cz>
3263
3264 * doc/gcov.texi: Enhance documentation of gcov.
3265
3266 2017-04-28 Martin Liska <mliska@suse.cz>
3267
3268 * doc/gcov.texi: Sort options in alphabetic order.
3269 * doc/gcov-dump.texi: Likewise.
3270 * doc/gcov-tool.texi: Likewise.
3271 * gcov.c (print_usage): Likewise.
3272 * gcov-dump.c (print_usage): Likewise.
3273 * gcov-tool.c (print_merge_usage_message): Likewise.
3274 (print_rewrite_usage_message): Likewise.
3275 (print_overlap_usage_message): Likewise.
3276
3277 2017-04-28 Martin Liska <mliska@suse.cz>
3278
3279 PR gcov-profile/53915
3280 * gcov.c (format_gcov): Print 'NAN %' when top > bottom.
3281
3282 2017-04-28 Martin Liska <mliska@suse.cz>
3283
3284 PR gcov-profile/79891
3285 * gcov.c (add_line_counts): Assign BBs to lines just if the BB
3286 is marked by compiler as living on a line.
3287 (get_cycles_count): Remove usage of the union.
3288 (output_intermediate_file): Likewise.
3289 (find_source): Fix GNU coding style.
3290 (accumulate_line_counts): Remove old non-all block mode.
3291 (output_lines): Remove usage of the union.
3292 * profile.c (output_location): Include all BBs, even if
3293 belonging to a same line (and file) as a previous BB.
3294
3295 2017-04-28 Martin Liska <mliska@suse.cz>
3296
3297 * gcov.c (process_args): Handle new argument 'w'.
3298 (read_graph_file): Assign ID to BBs.
3299 (output_branch_count): Display BB # if verbose flag is set.
3300 (output_lines): Likewise for arcs.
3301 (print_usage): Add '--verbose' option help.
3302 * doc/gcov.texi: Document --verbose (-w) option.
3303
3304 2017-04-28 Martin Liska <mliska@suse.cz>
3305
3306 * gcov.c (struct block_location_info): New struct.
3307 (process_file): Fill up the new structure.
3308 (read_graph_file): Replace usage of encoding by the newly added
3309 struct.
3310 (add_line_counts): Likewise.
3311 (accumulate_line_counts): Remove usage of the union.
3312 (function_info::function_info): New function.
3313 (function_info::~function_info): Likewise.
3314 (process_file): Call delete instead of release_function.
3315 (release_function): Release the function.
3316 (release_structures): Call delete instead of release_function.
3317 (solve_flow_graph): Replace usage of num_blocks.
3318 (find_exception_blocks): Likewise.
3319 (output_lines): Fix GNU coding style.
3320
3321 2017-04-28 Martin Liska <mliska@suse.cz>
3322
3323 PR driver/56469
3324 * coverage.c (coverage_remove_note_file): New function.
3325 * coverage.h: Declare the function.
3326 * toplev.c (finalize): Clean if an error has been seen.
3327
3328 2017-04-28 Martin Liska <mliska@suse.cz>
3329
3330 PR gcov-profile/80031
3331 * gcov-dump.c (tag_blocks): Just print number of basic blocks.
3332 * gcov-io.h (GCOV_TAG_BLOCKS_NUM): Remove unused macro.
3333 * gcov.c (read_graph_file): Read just number of blocks.
3334 * profile.c (branch_prob): Do not stream 0 flags per a basic
3335 block.
3336
3337 2017-04-28 Martin Liska <mliska@suse.cz>
3338
3339 * gcov-dump.c (tag_*): Add new argument to declarations.
3340 (dump_gcov_file): Likewise.
3341 (tag_blocks): Add and use new argument depth.
3342 (tag_arcs): Likewise.
3343 (tag_lines): Likewise.
3344 (tag_counters): Likewise.
3345 (tag_summary): Likewise.
3346 (dump_working_sets): Use depth to do a proper indentation.
3347
3348 2017-04-28 Jakub Jelinek <jakub@redhat.com>
3349
3350 PR bootstrap/80531
3351 * cgraph.h (symtab_node::debug_symtab): No longer inline.
3352 * symtab.c (symtab_node::debug_symtab): Move definition here.
3353
3354 2017-04-28 Richard Biener <rguenther@suse.de>
3355
3356 * lto-streamer.h (LTO_major_version): Bump to 7.
3357
3358 2017-04-28 Richard Biener <rguenther@suse.de>
3359
3360 * tree-vrp.c (assert_info): New struct.
3361 (add_assert_info): New helper.
3362 (register_edge_assert_for_2): Refactor to add asserts to a vector
3363 of assert_info.
3364 (register_edge_assert_for_1): Likewise.
3365 (register_edge_assert_for): Likewise.
3366 (finish_register_edge_assert_for): New helper actually registering
3367 asserts where live on edge.
3368 (find_conditional_asserts): Adjust.
3369 (find_switch_asserts): Likewise.
3370 (evrp_dom_walker::try_find_new_range): Generalize.
3371 (evrp_dom_walker::before_dom_children): Use register_edge_assert_for.
3372
3373 2017-04-27 Marek Polacek <polacek@redhat.com>
3374
3375 PR sanitizer/80349
3376 * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Convert
3377 arg10 and arg11 to itype.
3378
3379 2017-04-27 Jonathan Wakely <jwakely@redhat.com>
3380
3381 * doc/extend.texi (Object Size Checking): Improve grammar.
3382
3383 2017-04-27 Richard Earnshaw <rearnsha@arm.com>
3384
3385 PR target/80530
3386 * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Ensure
3387 that the logic for permitting reciprocal estimates matches that
3388 in use_rsqrt_p.
3389
3390 2017-04-27 Jakub Jelinek <jakub@redhat.com>
3391
3392 PR c++/80534
3393 * tree.c (type_cache_hasher::equal): Only compare
3394 TYPE_TYPELESS_STORAGE flag on non-aggregate element types.
3395 (build_array_type_1): Only hash TYPE_TYPELESS_STORAGE flag on
3396 non-aggregate element types.
3397 * tree.h (TYPE_TYPELESS_STORAGE): Fix comment typo, add more details
3398 about the flag on ARRAY_TYPEs in the comment, formatting fix.
3399
3400 2017-04-27 Richard Biener <rguenther@suse.de>
3401
3402 PR middle-end/80533
3403 * emit-rtl.c (set_mem_attributes_minus_bitpos): When
3404 stripping ARRAY_REFs from MEM_EXPR make sure we're not
3405 keeping a reference to a trailing array.
3406
3407 2017-04-27 Richard Biener <rguenther@suse.de>
3408
3409 PR middle-end/80539
3410 * tree-chrec.c (chrec_fold_plus_poly_poly): Deal with not
3411 being in loop-closed SSA form conservatively.
3412 (chrec_fold_multiply_poly_poly): Likewise.
3413
3414 2017-04-27 Tamar Christina <tamar.christina@arm.com>
3415
3416 PR middle-end/79665
3417 * expr.c (expand_expr_real_2): Move TRUNC_MOD_EXPR, FLOOR_MOD_EXPR,
3418 CEIL_MOD_EXPR, ROUND_MOD_EXPR cases.
3419
3420 2017-04-27 Jakub Jelinek <jakub@redhat.com>
3421
3422 PR target/77728
3423 * config/aarch64/aarch64.c (struct aarch64_fn_arg_alignment): Remove.
3424 (aarch64_function_arg_alignment): Return unsigned int again, but still
3425 ignore TYPE_FIELDS chain decls other than FIELD_DECLs.
3426 (aarch64_layout_arg): Adjust aarch64_function_arg_alignment caller.
3427 Don't emit -Wpsabi note.
3428 (aarch64_function_arg_boundary): Likewise.
3429 (aarch64_gimplify_va_arg_expr): Adjust aarch64_function_arg_alignment
3430 caller.
3431
3432 2017-04-26 Nathan Sidwell <nathan@acm.org>
3433
3434 * tree.h (crc32_unsigned_n): Declare.
3435 (crc32_unsigned, crc32_unsigned): Make inline.
3436 * tree.c (crc32_unsigned_bits): Replace with ...
3437 (crc32_unsigned_n): ... this.
3438 (crc32_unsigned, crc32_byte): Remove.
3439 (crc32_string): Remove unnecessary braces.
3440
3441 2017-04-25 Jan Hubicka <hubicka@ucw.cz>
3442
3443 * ipa-cp.c (estimate_local_effects): Convert sreal to int.
3444 * ipa-inline-analysis.c (MAX_TIME): Remove.
3445 (account_size_time): Use sreal for time.
3446 (dump_inline_summary): Update.
3447 (estimate_function_body_sizes): Update.
3448 (estimate_edge_size_and_time): Update.
3449 (estimate_calls_size_and_time): Update.
3450 (estimate_node_size_and_time): Update.
3451 (inline_merge_summary): Update.
3452 (inline_update_overall_summary): Update.
3453 (estimate_time_after_inlining): Update.
3454 (inline_read_section): Update.
3455 (inline_write_summary): Update.
3456 * ipa-inline.c (compute_uninlined_call_time): Update.
3457 (compute_inlined_call_time): Update.
3458 (recursive_inlining): Update.
3459 (inline_small_functions): Update.
3460 (dump_overall_stats): Update.
3461 * ipa-inline.h: Include sreal.h.
3462 (size_time_entry): Turn time to sreal.
3463 (inline_summary): Turn self_time nad time to sreal.
3464
3465 2017-04-25 Jan Hubicka <hubicka@ucw.cz>
3466
3467 * sreal.c: Include backend.h, tree.h, gimple.h, cgraph.h and
3468 data-streamer.h
3469 (sreal::stream_out, sreal::stream_in): New.
3470 * sreal.h (sreal::stream_out, sreal::stream_in): Declare.
3471
3472 2017-04-25 Jakub Jelinek <jakub@redhat.com>
3473
3474 * Makefile.in (s-options): Invoke opt-gather.awk with LC_ALL=C in the
3475 environment.
3476
3477 2017-04-25 Uros Bizjak <ubizjak@gmail.com>
3478
3479 PR target/70799
3480 * config/i386/i386.c (dimode_scalar_to_vector_candidate_p):
3481 Handle ASHIFTRT.
3482 (dimode_scalar_chain::compute_convert_gain): Ditto.
3483 (dimode_scalar_chain::make_vector_copies): Ditto.
3484 (dimode_scalar_chain::convert_reg): Ditto.
3485 (dimode_scalar_chain::convert_insn): Ditto.
3486 * config/i386/sse.md (VI24_AVX512BW_1): Remove mode iterator.
3487 (VI248_AVX512BW_1): New mode iterator.
3488 (<mask_codefor>ashr<mode>3<mask_name>): Merge insn pattern with
3489 <mask_codefor>ashrv2di3<mask_name> insn using VI248_AVX512BW_1
3490 mode iterator.
3491
3492 2017-04-25 Martin Sebor <msebor@redhat.com>
3493
3494 PR tree-optimization/80497
3495 * gimple-ssa-sprintf.c (get_int_range): Avoid assuming all integer
3496 constants are representable in HOST_WIDE_INT.
3497 (parse_directive): Ditto.
3498
3499 2017-04-25 Martin Sebor <msebor@redhat.com>
3500
3501 PR bootstrap/80486
3502 * dominance.c (dom_info::m_n_basic_blocks): Change type to unsigned.
3503 (new_zero_array): Adjust signature.
3504 (dom_info::dom_init): Used unsigned rather that size_t.
3505 (dom_info::dom_info): Same.
3506
3507 2017-04-25 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3508 Jakub Jelinek <jakub@redhat.com>
3509
3510 PR target/77728
3511 * config/arm/arm.c: Include gimple.h.
3512 (aapcs_layout_arg): Emit -Wpsabi note if arm_needs_doubleword_align
3513 returns negative, increment ncrn only if it returned positive.
3514 (arm_needs_doubleword_align): Return int instead of bool,
3515 ignore DECL_ALIGN of non-FIELD_DECL TYPE_FIELDS chain
3516 members, but if there is any such non-FIELD_DECL
3517 > PARM_BOUNDARY aligned decl, return -1 instead of false.
3518 (arm_function_arg): Emit -Wpsabi note if arm_needs_doubleword_align
3519 returns negative, increment nregs only if it returned positive.
3520 (arm_setup_incoming_varargs): Likewise.
3521 (arm_function_arg_boundary): Emit -Wpsabi note if
3522 arm_needs_doubleword_align returns negative, return
3523 DOUBLEWORD_ALIGNMENT only if it returned positive.
3524
3525 2017-04-25 Marek Polacek <polacek@redhat.com>
3526
3527 PR sanitizer/80349
3528 * fold-const.c (fold_binary_loc) <case BIT_IOR_EXPR>: Convert arg0's
3529 first argument to type.
3530
3531 2017-04-25 Bill Seurer <seurer@linux.vnet.ibm.com>
3532
3533 PR target/80482
3534 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Change
3535 type checks to test for compatibility instead of equality.
3536
3537 2017-04-25 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3538 Jakub Jelinek <jakub@redhat.com>
3539
3540 PR target/77728
3541 * config/aarch64/aarch64.c (struct aarch64_fn_arg_alignment): New
3542 type.
3543 (aarch64_function_arg_alignment): Return aarch64_fn_arg_alignment
3544 struct. Ignore DECL_ALIGN of decls other than FIELD_DECL for
3545 the alignment computation, but return their maximum in warn_alignment.
3546 (aarch64_layout_arg): Adjust aarch64_function_arg_alignment caller.
3547 Emit a -Wpsabi note if warn_alignment is 16 bytes, but alignment
3548 is smaller.
3549 (aarch64_function_arg_boundary): Likewise. Simplify using MIN/MAX.
3550 (aarch64_gimplify_va_arg_expr): Adjust aarch64_function_arg_alignment
3551 caller.
3552
3553 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
3554
3555 * config/arc/simdext.md (dmpyh): Fix typo.
3556
3557 2017-04-25 Richard Biener <rguenther@suse.de>
3558
3559 PR tree-optimization/80492
3560 * alias.c (compare_base_decls): Handle registers with asm
3561 specification conservatively.
3562 * tree-ssa-alias.c (decl_refs_may_alias_p): Handle
3563 compare_base_decls returning dont-know properly.
3564
3565 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
3566
3567 * config/arc/arc.c (LEGITIMATE_OFFSET_ADDRESS_P): Delete macro.
3568 (legitimate_offset_address_p): New function.
3569 (arc_legitimate_address_p): Use above function.
3570
3571 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
3572
3573 * config/arc/arc.c (arc_output_mi_thunk): Emit PIC calls.
3574
3575 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
3576
3577 * config/arc/arc.c (arc_conditional_register_usage): Use ACCL,
3578 ACCH registers whenever they are available.
3579
3580 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
3581
3582 * config/arc/arc.c (arc_conditional_register_usage): Make D0, D1
3583 double regs fix when not used.
3584
3585 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
3586
3587 * config/arc/arc.h (REGNO_OK_FOR_BASE_P): Consider also extension
3588 core registers.
3589 (REG_OK_FOR_INDEX_P_NONSTRICT): Likewise.
3590 (REG_OK_FOR_BASE_P_NONSTRICT): Likewise.
3591
3592 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
3593
3594 * config/arc/arc.c (arc_output_addsi): Check for h-register class
3595 when emitting short ADD instructions.
3596
3597 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
3598
3599 * config/arc/arc.md (cmpsi_cc_insn_mixed): Use 'h' register
3600 constraint.
3601 (cmpsi_cc_c_insn): Likewise.
3602 (cbranchsi4_scratch): Compute proper instruction length using
3603 compact_hreg_operand.
3604 * config/arc/predicates.md (compact_hreg_operand): New predicate.
3605
3606 2017-04-25 Richard Biener <rguenther@suse.de>
3607
3608 PR middle-end/80509
3609 * passes.c (pass_manager::pass_manager): Initialize
3610 m_name_to_pass_map.
3611
3612 2017-04-25 Richard Biener <rguenther@suse.de>
3613
3614 PR tree-optimization/79201
3615 * tree-ssa-sink.c (statement_sink_location): Handle calls.
3616
3617 2017-04-25 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
3618
3619 PR target/80464
3620 * config/s390/vector.md: Split MEM->GPR vector moves for
3621 non-s_operand addresses.
3622
3623 2017-04-25 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
3624
3625 PR target/79895
3626 * config/s390/predicates.md (reload_const_wide_int_operand): New
3627 predicate.
3628 * config/s390/s390.md ("movti"): Remove d/P alternative.
3629 ("movti_bigconst"): New pattern definition.
3630
3631 2017-04-25 Dominik Vogt <vogt@linux.vnet.ibm.com>
3632
3633 PR target/80080
3634 * s390-protos.h (s390_expand_cs_hqi): Removed.
3635 (s390_expand_cs, s390_expand_atomic_exchange_tdsi): New prototypes.
3636 * config/s390/s390.c (s390_emit_compare_and_swap): Handle all integer
3637 modes as well as CCZ1mode and CCZmode.
3638 (s390_expand_atomic_exchange_tdsi, s390_expand_atomic): Adapt to new
3639 signature of s390_emit_compare_and_swap.
3640 (s390_expand_cs_hqi): Likewise, make static.
3641 (s390_expand_cs_tdsi): Generate an explicit compare before trying
3642 compare-and-swap, in some cases.
3643 (s390_expand_cs): Wrapper function.
3644 (s390_expand_atomic_exchange_tdsi): New backend specific expander for
3645 atomic_exchange.
3646 (s390_match_ccmode_set): Allow CCZmode <-> CCZ1 mode.
3647 * config/s390/s390.md ("atomic_compare_and_swap<mode>"): Merge the
3648 patterns for small and large integers. Forbid symref memory operands.
3649 Move expander to s390.c. Require cc register.
3650 ("atomic_compare_and_swap<DGPR:mode><CCZZ1:mode>_internal")
3651 ("*atomic_compare_and_swap<TDI:mode><CCZZ1:mode>_1")
3652 ("*atomic_compare_and_swapdi<CCZZ1:mode>_2")
3653 ("*atomic_compare_and_swapsi<CCZZ1:mode>_3"): Use s_operand to forbid
3654 symref memory operands. Remove CC mode and call s390_match_ccmode
3655 instead.
3656 ("atomic_exchange<mode>"): Allow and implement all integer modes.
3657
3658 2017-04-25 Dominik Vogt <vogt@linux.vnet.ibm.com>
3659
3660 * config/s390/s390.md (define_peephole2): New peephole to help
3661 combining the load-and-test pattern with volatile memory.
3662
3663 2017-04-25 Dominik Vogt <vogt@linux.vnet.ibm.com>
3664
3665 * config/s390/s390.md ("cstorecc4"): Use load-on-condition and deal
3666 with CCZmode for TARGET_Z196.
3667
3668 2017-04-25 Jakub Jelinek <jakub@redhat.com>
3669
3670 PR rtl-optimization/80501
3671 * combine.c (make_compound_operation_int): Set subreg_code to SET
3672 even for AND with mask of the sign bit of mode.
3673
3674 PR rtl-optimization/80500
3675 * loop-unroll.c (combine_var_copies_in_loop_exit): Call copy_rtx on
3676 sum's initial value.
3677
3678 2017-04-25 Julian Brown <julian@codesourcery.com>
3679 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
3680
3681 * config/aarch64/thunderx2t99.md (thunderx2t99_crc): New Reservation.
3682
3683 2017-04-25 Marc Glisse <marc.glisse@inria.fr>
3684
3685 * fold-const.c (tree_single_nonzero_warnv_p): Handle SSA_NAME.
3686
3687 2017-04-25 Julian Brown <julian@codesourcery.com>
3688 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
3689
3690 * config/aarch64/thunderx2t99.md (thunderx2t99_aes): New Reservation.
3691 (thunderx2t99_sha): New Reservation.
3692
3693 2017-04-25 Julian Brown <julian@codesourcery.com>
3694 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
3695
3696 * config/aarch64/aarch64-simd.md (aarch64_simd_vec_set<mode>): Fix
3697 type for 1-element load.
3698
3699 2017-04-24 Marc Glisse <marc.glisse@inria.fr>
3700
3701 * match.pd (X/[ex]C CMP Y/[ex]C): New transformation.
3702
3703 2017-04-24 Martin Jambor <mjambor@suse.cz>
3704
3705 PR tree-optimization/80293
3706 * tree-sra.c (scalarizable_type_p): New parameter const_decl, make
3707 char arrays not totally scalarizable if it is false.
3708 (analyze_all_variable_accesses): Pass correct value in the new
3709 parameter. Add a statistics counter.
3710
3711 2017-04-24 Jan Hubicka <hubicka@ucw.cz>
3712
3713 PR middle-end/79931
3714 * ipa-devirt.c (dump_possible_polymorphic_call_targets): Fix ICE.
3715
3716 2017-04-24 Richard Biener <rguenther@suse.de>
3717
3718 PR tree-optimization/80494
3719 * tree-scalar-evolution.c (analyze_scalar_evolution_1): Bail
3720 out for complex types.
3721
3722 2017-04-24 Richard Biener <rguenther@suse.de>
3723
3724 * tree-ssa-sccvn.h (run_scc_vn): Adjust prototype.
3725 * tree-ssa-sccvn.c (print_scc): Print SCC size.
3726 (extract_and_process_scc_for_name): Never fail but drop SCC to varying.
3727 (DFS): Adjust and never fail.
3728 (sccvn_dom_walker::fail): Remove.
3729 (sccvn_dom_walker::before_dom_children): Adjust.
3730 (run_scc_vn): Likewise and never fail.
3731 * tree-ssa-pre.c (pass_pre::execute): Adjust.
3732 (pass_fre::execute): Likewise.
3733
3734 2017-04-24 Richard Biener <rguenther@suse.de>
3735
3736 PR tree-optimization/79725
3737 * tree-ssa-sink.c (statement_sink_location): Return whether
3738 failure reason was zero uses. Move that check later.
3739 (sink_code_in_bb): Deal with zero uses by removing the stmt
3740 if possible.
3741
3742 2017-04-24 Richard Biener <rguenther@suse.de>
3743
3744 PR c++/2972
3745 * tree-ssa-uninit.c (warn_uninitialized_vars): Handle some
3746 pointer-based references.
3747
3748 2017-04-24 Richard Biener <rguenther@suse.de>
3749
3750 PR bootstrap/79814
3751 * pass_manager.h (pass_manager::operator new): Remove.
3752 (pass_manager::operator delete): Likewise.
3753 * passes.c (pass_manager::operator new): Remove.
3754 (pass_manager::operator delete): Likewise.
3755 (pass_manager::pass_manager): Zero individual pass members.
3756
3757 2017-04-23 Uros Bizjak <ubizjak@gmail.com>
3758
3759 PR target/70799
3760 * config/i386/i386.c (dimode_scalar_to_vector_candidate_p)
3761 <case ASHIFT, case LSHIFTRT>: Also consider variable shifts.
3762 Check "XEXP (src, 1)" operand here.
3763 <case PLUS, case MINUS, case IOR, case XOR, case AND>:
3764 Check "XEXP (src, 1)" operand here.
3765 (dimode_scalar_chain::make_vector_copies): Detect count register
3766 of a shift instruction. Zero extend count register from QImode
3767 to DImode to satisfy vector shift pattern count operand predicate.
3768 Substitute vector shift count operand with a DImode copy.
3769 (dimode_scalar_chain::convert_reg): Ditto, zero-extend from
3770 vector register.
3771
3772 2017-04-21 Uros Bizjak <ubizjak@gmail.com>
3773
3774 * config/i386/i386.md (*extzvqi_mem_rex64): Move above *extzv<mode>.
3775 Remove UNSPEC_NOREX_MEM tag. Update corresponding peephole2 pattern.
3776 (*insvqi_1_mem_rex64): Move above insv<mode>_1. Remove
3777 UNSPEC_NOREX_MEM tag. Update corresponding peephole2 pattern.
3778 (UNSPEC_NOREX_MEM): Remove definition.
3779
3780 2017-04-21 Richard Biener <rguenther@suse.de>
3781
3782 PR tree-optimization/79547
3783 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
3784 Handle strlen, strcmp, strncmp, strcasecmp, strncasecmp, memcmp,
3785 bcmp, strspn, strcspn, __builtin_object_size and __builtin_constant_p
3786 without any constraints.
3787
3788 2017-04-21 Richard Biener <rguenther@suse.de>
3789
3790 PR tree-optimization/78847
3791 * fold-const.c (split_tree): Handle POINTER_PLUS_EXPR.
3792
3793 2017-04-21 Richard Biener <rguenther@suse.de>
3794
3795 * tree.h (build_qualified_type): Annotate with CXX_MEM_STAT_INFO.
3796 (build_distinct_type_copy): Likewise.
3797 (build_variant_type_copy): Likewise.
3798 * tree.c (build_qualified_type): Pass down mem-stat info.
3799 (build_distinct_type_copy): Likewise.
3800 (build_variant_type_copy): Likewise.
3801
3802 2017-04-21 Richard Biener <rguenther@suse.de>
3803
3804 PR tree-optimization/80237
3805 * tree-ssa-pre.c (find_leader_in_sets): Add third set argument,
3806 defaulted to NULL.
3807 (phi_translate_1): Also allow a leader in AVAIL_OUT of pred
3808 for a simplified result.
3809
3810 2016-04-21 Richard Biener <rguenther@suse.de>
3811
3812 * tree-ssa-loop-ivcanon.c (constant_after_peeling): Do not require
3813 sth as strict as a simple_iv but a chrec without symbols and an
3814 operand defined in the loop we are peeling (and not some subloop).
3815 (propagate_constants_for_unrolling): Propagate all constants.
3816
3817 2017-04-20 Uros Bizjak <ubizjak@gmail.com>
3818
3819 PR target/79804
3820 * config/i386/i386.c (print_reg): Remove assert for disalowed
3821 regno values, call output_operand_lossage instead.
3822
3823 2017-04-20 Uros Bizjak <ubizjak@gmail.com>
3824
3825 PR target/78090
3826 * config/i386/constraints.md (Yc): New register constraint.
3827 * config/i386/i386.md (*float<SWI48:mode><MODEF:mode>2_mixed):
3828 Use Yc constraint for alternative 2 of operand 0. Remove
3829 preferred_for_speed attribute.
3830
3831 2017-04-20 Alexander Monakov <amonakov@ispras.ru>
3832
3833 * omp-low.c (lower_lastprivate_clauses): Correct handling of linear and
3834 lastprivate clauses in SIMT case.
3835
3836 2017-04-20 Volker Reichelt <v.reichelt@netcologne.de>
3837
3838 * doc/invoke.texi (-Wextra-semi): Document new warning option.
3839
3840 2017-04-20 Richard Biener <rguenther@suse.de>
3841
3842 PR tree-optimization/57796
3843 * tree-vect-stmts.c (vect_model_store_cost): Cost scatters
3844 as N scalar stores.
3845 (vect_model_load_cost): Cost gathers as N scalar loads.
3846
3847 2017-04-20 Richard Biener <rguenther@suse.de>
3848
3849 * ggc-page.c (ggc_allocated_p): Rename to ...
3850 (safe_lookup_page_table_entry): ... this and return the lookup
3851 result.
3852 (gt_ggc_m_S): Use safe_lookup_page_table_entry.
3853
3854 2017-04-20 Richard Biener <rguenther@suse.de>
3855
3856 PR tree-optimization/80453
3857 * tree-ssa-sccvn.h (struct vn_phi_s): Add cclhs and ccrhs members.
3858 * tree-ssa-sccvn.c (cond_stmts_equal_p): Use recorded lhs and rhs
3859 from the conditions.
3860 (vn_phi_eq): Pass them down.
3861 (vn_phi_lookup): Record them.
3862 (vn_phi_insert): Likewise.
3863
3864 2017-04-20 Matthew Fortune <matthew.fortune@imgtec.com>
3865
3866 * config/mips/mips.c (mips_expand_vec_perm_const): Re-fix
3867 uninitialized variable warning to avoid buffer overrun.
3868
3869 2017-04-20 Alexander Monakov <amonakov@ispras.ru>
3870
3871 PR other/71250
3872 * doc/invoke.texi (-Wmissing-field-initializers): Mention that warning
3873 is suppressed for '{ 0 }' in C.
3874
3875 2017-04-20 Jakub Jelinek <jakub@redhat.com>
3876
3877 * BASE-VER: Set to 8.0.0.
3878
3879 2017-04-20 Thomas Preud'homme <thomas.preudhomme@arm.com>
3880
3881 * config/arm/arm.c (arm_elf_asm_cdtor): Create non-default
3882 priority .init_array and .fini_array section with SECTION_NOTYPE
3883 flag.
3884
3885 2017-04-20 Jakub Jelinek <jakub@redhat.com>
3886
3887 PR middle-end/80423
3888 * tree.h (build_array_type): Add typeless_storage default argument.
3889 * tree.c (type_cache_hasher::equal): Also compare
3890 TYPE_TYPELESS_STORAGE flag for ARRAY_TYPEs.
3891 (build_array_type): Add typeless_storage argument, set
3892 TYPE_TYPELESS_STORAGE to it, if shared also hash it, and pass to
3893 recursive call.
3894 (build_nonshared_array_type): Adjust build_array_type_1 caller.
3895 (build_array_type): Likewise. Add typeless_storage argument.
3896
3897 2017-04-19 Eric Botcazou <ebotcazou@adacore.com>
3898 Jakub Jelinek <jakub@redhat.com>
3899
3900 PR tree-optimization/80426
3901 * tree-vrp.c (extract_range_from_binary_expr_1): For an additive
3902 operation on symbolic operands, also compute the overflow for the
3903 invariant part when the operation degenerates into a negation.
3904
3905 2017-04-19 Jakub Jelinek <jakub@redhat.com>
3906
3907 PR debug/80461
3908 * dwarf2out.c (modified_type_die, gen_type_die_with_usage):
3909 Check for t with zero TYPE_QUALS_NO_ADDR_SPACE.
3910
3911 PR debug/80436
3912 * tree-ssa-loop-manip.c (find_uses_to_rename_def): Ignore debug uses.
3913
3914 2017-04-19 Georg-Johann Lay <avr@gjlay.de>
3915
3916 PR target/80462
3917 * config/avr/avr.c (tree.h): Include it.
3918 (cgraph.h): Include it.
3919 (avr_encode_section_info): Don't warn for uninitialized progmem
3920 variable if it's just an alias.
3921
3922 2017-04-19 Richard Biener <rguenther@suse.de>
3923
3924 PR ipa/65972
3925 * auto-profile.c (afdo_vpt_for_early_inline): Update SSA
3926 when needed by AutoPGO.
3927
3928 2017-04-19 Paulo J. Matos <paulo@matos-sorge.com>
3929
3930 PR lto/50345
3931 * doc/lto.texi: Remove an extra 'that'.
3932
3933 2017-04-19 Segher Boessenkool <segher@kernel.crashing.org>
3934
3935 PR rtl-optimization/80429
3936 * ira.c (split_live_ranges_for_shrink_wrap): Don't split regs that
3937 are only used in debug insns.
3938
3939 2017-04-19 Eric Botcazou <ebotcazou@adacore.com>
3940 Vladimir Makarov <vmakarov@redhat.com>
3941
3942 * config/sparc/predicates.md (input_operand): Add comment. Return
3943 true for any memory operand when LRA is in progress.
3944 * config/sparc/sparc.c (sparc_expand_move): Minor formatting fix.
3945
3946 2017-04-18 Jeff Law <law@redhat.com>
3947
3948 PR target/74563
3949 * mips.md ({return,simple_return}_internal): Do not overwrite
3950 operands[0].
3951
3952 2017-04-18 Jakub Jelinek <jakub@redhat.com>
3953
3954 PR tree-optimization/80443
3955 * tree-vrp.c (intersect_ranges): For signed 1-bit precision type,
3956 instead of adding 1, subtract -1 and similarly instead of subtracting
3957 1 add -1.
3958
3959 2017-04-18 Richard Sandiford <richard.sandiford@arm.com>
3960
3961 PR rtl-optimization/80357
3962 * haifa-sched.c (tmp_bitmap): New variable.
3963 (model_recompute): Handle duplicate use records.
3964 (alloc_global_sched_pressure_data): Initialize tmp_bitmap.
3965 (free_global_sched_pressure_data): Free it.
3966
3967 2017-04-18 Bernd Edlinger <bernd.edlinger@hotmail.de>
3968
3969 Revert:
3970 2017-02-20 Bernd Edlinger <bernd.edlinger@hotmail.de>
3971 * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
3972 (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
3973 instead of SYSTEM_HEADER_DIR.
3974
3975 2017-04-18 Jeff Law <law@redhat.com>
3976
3977 PR middle-end/80422
3978 * cfgcleanup.c (try_crossjump_to_edge): Verify SRC1 and SRC2 have
3979 predecessors after walking up the insn chain.
3980
3981 2017-04-18 Jakub Jelinek <jakub@redhat.com>
3982
3983 PR debug/80263
3984 * dwarf2out.c (modified_type_die): Try harder not to emit internal
3985 sizetype type into debug info.
3986
3987 2017-04-18 Michael Meissner <meissner@linux.vnet.ibm.com>
3988
3989 PR target/80099
3990 * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Eliminate
3991 unneeded test for TARGET_UPPER_REGS_SF.
3992 * config/rs6000/vsx.md (vsx_extract_v4sf_var): Likewise.
3993
3994 2017-04-18 Jakub Jelinek <jakub@redhat.com>
3995
3996 PR sanitizer/80444
3997 * sancov.c (sancov_pass): Use gsi_start_nondebug_after_labels_bb
3998 instead of gsi_after_labels.
3999
4000 2017-04-18 Jeff Law <law@redhat.com>
4001
4002 * regcprop.c (maybe_mode_change): Avoid creating copies of the
4003 stack pointer.
4004
4005 Revert:
4006 2017-04-13 Jeff Law <law@redhat.com>
4007 * config/mips.mips.md (zero_extendsidi2): Do not allow SP to appear
4008 in operands[1] if it is a MEM and TARGET_MIPS16 is active.
4009
4010 2017-04-18 Georg-Johann Lay <avr@gjlay.de>
4011
4012 PR target/79453
4013 * config/avr/avr.c (intl.h): Include it.
4014 (avr_pgm_check_var_decl) [reason]: Wrap diagnostic snippets into _().
4015
4016 2017-04-18 Martin Liska <mliska@suse.cz>
4017
4018 PR gcov-profile/78783
4019 * gcov-tool.c (gcov_output_files): Validate that destination
4020 file is either removed by the tool or by a user.
4021
4022 2017-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
4023 Guy Benyei <guybe@mellanox.com>
4024
4025 * config/arc/arc.c (arc_reorg): Move loop_end_id into a more local
4026 block, and do not negate it, the stored id is already negative.
4027
4028 2017-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
4029
4030 * config/arc/arc.md (doloop_begin_i): Use @pcl assembler syntax.
4031
4032 2017-04-14 Michael Meissner <meissner@linux.vnet.ibm.com>
4033
4034 PR target/80098
4035 * config/rs6000/rs6000-cpus.def (OTHER_P9_VECTOR_MASKS): Define
4036 masks of options that should be turned off if the VSX vector
4037 options are turned off.
4038 (OTHER_P8_VECTOR_MASKS): Likewise.
4039 (OTHER_VSX_VECTOR_MASKS): Likewise.
4040 * config/rs6000/rs6000.c (rs6000_option_override_internal): Call
4041 rs6000_disable_incompatible_switches to validate no type switches
4042 like -mvsx.
4043 (rs6000_incompatible_switch): New function to disallow turning on
4044 other vector options if -mno-vsx, -mno-power8-vector, or
4045 -mno-power9-vector are specified.
4046
4047 2017-04-14 Claudiu Zissulescu <claziss@synopsys.com>
4048
4049 * config/arc/arc.h (CRT_CALL_STATIC_FUNCTION): Use long calls.
4050
4051 2017-04-14 Claudiu Zissulescu <claziss@synopsys.com>
4052
4053 * config/arc/arc-protos.h (arc_decl_pretend_args): Remove.
4054 * config/arc/arc.c (arc_decl_pretend_args): Likewise.
4055 * config/arc/arc.h (CFA_FRAME_BASE_OFFSET): Likewise.
4056 (ARG_POINTER_CFA_OFFSET): Likewise.
4057
4058 2017-04-14 Claudiu Zissulescu <claziss@synopsys.com>
4059
4060 * config/arc/arc.c (arc_mode_dependent_address_p): Relax
4061 conditions to take advantage of various optimizations.
4062
4063 2017-04-13 Jeff Law <law@redhat.com>
4064
4065 * config/mips.mips.md (zero_extendsidi2): Do not allow SP to appear
4066 in operands[1] if it is a MEM and TARGET_MIPS16 is active.
4067 (zero_extendsidi2_dext): Likewise.
4068
4069 2017-04-13 Jakub Jelinek <jakub@redhat.com>
4070
4071 PR sanitizer/80403
4072 * fold-const.c (fold_ternary_loc): Revert
4073 use op0 instead of fold_convert_loc (loc, type, arg0) part of
4074 2017-04-12 change.
4075
4076 2017-04-13 Vladimir Makarov <vmakarov@redhat.com>
4077
4078 PR rtl-optimization/80343
4079 * lra-remat.c (update_scratch_ops): Assign original hard reg to
4080 new scratch pseudo.
4081
4082 2017-04-13 Denis Khalikov <d.khalikov@partner.samsung.com>
4083
4084 PR sanitizer/80414
4085 * ubsan.c (ubsan_expand_bounds_ifn): Pass original index
4086 to ubsan_encode_value.
4087
4088 2017-04-13 Jeff Law <law@redhat.com>
4089
4090 * reload1.c (eliminate_regs_1): Call gen_rtx_raw_SUBREG for SUBREGs
4091 appearing in DEBUG_INSNs.
4092
4093 2017-04-13 Martin Liska <mliska@suse.cz>
4094
4095 PR gcov-profile/80413
4096 * gcov-io.c (gcov_write_string): Copy to buffer just when
4097 allocated size is greater than zero.
4098
4099 2017-04-13 Jakub Jelinek <jakub@redhat.com>
4100
4101 PR debug/80321
4102 * dwarf2out.c (decls_for_scope): Ignore declarations of
4103 current_function_decl in BLOCK_NONLOCALIZED_VARS.
4104
4105 2017-04-12 Jan Hubicka <hubicka@ucw.cz>
4106
4107 PR lto/69953
4108 * ipa-visibility.c (non_local_p): Fix typos.
4109 (localize_node): When localizing symbol in same comdat group,
4110 dissolve the group only when we know external symbols are going
4111 to be privatized.
4112 (function_and_variable_visibility): Do not localize DECL_EXTERNAL.
4113
4114 2017-04-12 Jakub Jelinek <jakub@redhat.com>
4115
4116 PR tree-optimization/79390
4117 * optabs.c (emit_conditional_move): If the preferred op2/op3 operand
4118 order does not result in usable sequence, retry with reversed operand
4119 order.
4120
4121 PR sanitizer/80403
4122 PR sanitizer/80404
4123 PR sanitizer/80405
4124 * fold-const.c (fold_ternary_loc): Use op1 instead of arg1 as argument
4125 to fold_build2_loc. Convert TREE_OPERAND (tem, 0) to type. Use
4126 op0 instead of fold_convert_loc (loc, type, arg0).
4127
4128 2017-04-12 Jeff Law <law@redhat.com>
4129
4130 * genattrtab.c (write_eligible_delay): Verify DELAY_INSN still
4131 has a delay slot in the generated code.
4132
4133 * config/cris/cris.md (cris_preferred_reload_class): Return
4134 GENNONACR_REGS rather than GENERAL_REGS.
4135
4136 2017-04-12 Jakub Jelinek <jakub@redhat.com>
4137
4138 PR c/80163
4139 * expr.c <CASE_CONVERT>: For EXPAND_INITIALIZER determine SIGN_EXTEND
4140 vs. ZERO_EXTEND based on signedness of treeop0's type rather than
4141 signedness of the result type.
4142
4143 2017-04-12 Richard Biener <rguenther@suse.de>
4144 Jeff Law <law@redhat.com>
4145
4146 PR tree-optimization/80359
4147 * tree-ssa-dse.c (maybe_trim_partially_dead_store): Do not
4148 trim stores to TARGET_MEM_REFs.
4149
4150 2017-04-12 Richard Biener <rguenther@suse.de>
4151
4152 PR tree-optimization/79390
4153 * gimple-ssa-split-paths.c (is_feasible_trace): Restrict
4154 threading case even more.
4155
4156 2017-04-12 Segher Boessenkool <segher@kernel.crashing.org>
4157
4158 PR target/80382
4159 * config/rs6000/sync.md (atomic_load<mode>, atomic_store<mode): Test
4160 for quad_address_p for TImode, instead of just not indexed_address.
4161
4162 2017-04-12 Richard Biener <rguenther@suse.de>
4163 Bernd Edlinger <bernd.edlinger@hotmail.de>
4164
4165 PR middle-end/79671
4166 * alias.c (component_uses_parent_alias_set_from): Handle
4167 TYPE_TYPELESS_STORAGE.
4168 (get_alias_set): Likewise.
4169 * tree-core.h (tree_type_common): Add typeless_storage flag.
4170 * tree.h (TYPE_TYPELESS_STORAGE): New macro.
4171 * stor-layout.c (place_union_field): Set TYPE_TYPELESS_STORAGE
4172 for types containing members with TYPE_TYPELESS_STORAGE.
4173 (place_field): Likewise.
4174 (layout_type): Likewise for ARRAY_TYPE.
4175 * lto-streamer-out.c (hash_tree): Hash TYPE_TYPELESS_STORAGE.
4176 * tree-streamer-in.c (unpack_ts_type_common_value_fields): Stream
4177 TYPE_TYPELESS_STORAGE.
4178 * tree-streamer-out.c (pack_ts_type_common_value_fields): Likewise.
4179
4180 2017-04-12 Jakub Jelinek <jakub@redhat.com>
4181
4182 PR sanitizer/80349
4183 * fold-const.c (fold_binary_loc) <case BIT_IOR_EXPR>: Convert arg0's
4184 first argument to type.
4185
4186 2017-04-11 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4187
4188 PR target/80376
4189 PR target/80315
4190 * config/rs6000/rs6000.c (rs6000_expand_unop_builtin): Return
4191 CONST0_RTX (mode) rather than const0_rtx where appropriate.
4192 (rs6000_expand_binop_builtin): Likewise.
4193 (rs6000_expand_ternop_builtin): Likewise; also add missing
4194 vsx_xxpermdi_* variants; also fix typo (arg1 => arg2) for
4195 vshasigma built-ins.
4196 * doc/extend.texi: Document that vec_xxpermdi's third argument
4197 must be a constant.
4198
4199 2017-04-11 Uros Bizjak <ubizjak@gmail.com>
4200
4201 * config/i386/i386.c (dimode_scalar_chain::compute_convert_gain):
4202 Use shift_const cost parameter when calculating gain of STV shifts.
4203
4204 2017-04-11 Vladimir Makarov <vmakarov@redhat.com>
4205
4206 PR rtl-optimization/70478
4207 * lra-constraints.c (process_alt_operands): Check memory for
4208 disfavoring memory insn operand.
4209
4210 2017-04-11 Jakub Jelinek <jakub@redhat.com>
4211
4212 PR middle-end/80100
4213 * simplify-rtx.c (simplify_binary_operation_1) <case IOR>: Perform
4214 left shift in unsigned HOST_WIDE_INT type.
4215
4216 PR rtl-optimization/80385
4217 * simplify-rtx.c (simplify_unary_operation_1): Don't transform
4218 (not (neg X)) into (plus X -1) for complex or non-integral modes.
4219
4220 PR libgomp/80394
4221 * omp-low.c (scan_omp_task): Don't optimize away empty tasks
4222 if they have any depend clauses.
4223
4224 2017-04-11 Martin Liska <mliska@suse.cz>
4225
4226 PR ipa/80212
4227 * cgraph.c (cgraph_node::dump): Dump calls_comdat_local.
4228 * ipa-split.c (split_function): Create a local comdat symbol
4229 if caller is in a comdat group.
4230
4231 2017-04-11 Martin Liska <mliska@suse.cz>
4232
4233 PR ipa/80212
4234 * ipa-cp.c (determine_versionability): Handle calls_comdat_local
4235 flags.
4236
4237 2017-04-11 Martin Sebor <msebor@redhat.com>
4238
4239 PR middle-end/80364
4240 * gimple-ssa-sprintf.c (get_int_range): Remove second argument and
4241 always use the int type. Use INTEGRAL_TYPE_P() rather than testing
4242 for INTEGER_TYPE.
4243 (directive::set_width, directive::set_precision, format_character):
4244 Adjust.
4245 (parse_directive): Use INTEGRAL_TYPE_P() rather than testing for
4246 INTEGER_TYPE.
4247
4248 2017-04-11 Richard Earnshaw <rearnsha@arm.com>
4249
4250 PR target/80389
4251 * config/arm/arm.c (arm_configure_build_target): When -mcpu and -arch
4252 conflict, set target->arch_name instead of target->cpu_name.
4253
4254 2017-04-11 Richard Biener <rguenther@suse.de>
4255
4256 PR tree-optimization/80374
4257 * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Use
4258 build_zero_cst, remove fold_convertible_p check again.
4259
4260 2017-04-11 Martin Liska <mliska@suse.cz>
4261
4262 PR sanitizer/70878
4263 * ubsan.c (instrument_object_size): Do not instrument register
4264 variables.
4265
4266 2017-04-11 Jakub Jelinek <jakub@redhat.com>
4267
4268 PR target/80381
4269 * config/i386/i386-builtin-types.def
4270 (V16HI_FTYPE_V16HI_INT_V16HI_UHI_COUNT,
4271 V16HI_FTYPE_V16HI_V8HI_V16HI_UHI_COUNT,
4272 V16SI_FTYPE_V16SI_INT_V16SI_UHI_COUNT,
4273 V16SI_FTYPE_V16SI_V4SI_V16SI_UHI_COUNT,
4274 V2DI_FTYPE_V2DI_INT_V2DI_UQI_COUNT,
4275 V2DI_FTYPE_V2DI_V2DI_V2DI_UQI_COUNT,
4276 V32HI_FTYPE_V32HI_INT_V32HI_USI_COUNT,
4277 V32HI_FTYPE_V32HI_V8HI_V32HI_USI_COUNT,
4278 V4DI_FTYPE_V4DI_INT_V4DI_UQI_COUNT,
4279 V4DI_FTYPE_V4DI_V2DI_V4DI_UQI_COUNT,
4280 V4SI_FTYPE_V4SI_INT_V4SI_UQI_COUNT,
4281 V4SI_FTYPE_V4SI_V4SI_V4SI_UQI_COUNT,
4282 V8DI_FTYPE_V8DI_INT_V8DI_UQI_COUNT,
4283 V8DI_FTYPE_V8DI_V2DI_V8DI_UQI_COUNT,
4284 V8HI_FTYPE_V8HI_INT_V8HI_UQI_COUNT,
4285 V8HI_FTYPE_V8HI_V8HI_V8HI_UQI_COUNT,
4286 V8SI_FTYPE_V8SI_INT_V8SI_UQI_COUNT,
4287 V8SI_FTYPE_V8SI_V4SI_V8SI_UQI_COUNT): New function type aliases.
4288 * config/i386/i386-builtin.def (__builtin_ia32_pslld512_mask,
4289 __builtin_ia32_pslldi512_mask, __builtin_ia32_psllq512_mask,
4290 __builtin_ia32_psllqi512_mask, __builtin_ia32_psrad512_mask,
4291 __builtin_ia32_psradi512_mask, __builtin_ia32_psraq512_mask,
4292 __builtin_ia32_psraqi512_mask, __builtin_ia32_psrld512_mask,
4293 __builtin_ia32_psrldi512_mask, __builtin_ia32_psrlq512_mask,
4294 __builtin_ia32_psrlqi512_mask, __builtin_ia32_psllwi128_mask,
4295 __builtin_ia32_pslldi128_mask, __builtin_ia32_psllqi128_mask,
4296 __builtin_ia32_psllw128_mask, __builtin_ia32_pslld128_mask,
4297 __builtin_ia32_psllq128_mask, __builtin_ia32_psllwi256_mask,
4298 __builtin_ia32_psllw256_mask, __builtin_ia32_pslldi256_mask,
4299 __builtin_ia32_pslld256_mask, __builtin_ia32_psllqi256_mask,
4300 __builtin_ia32_psllq256_mask, __builtin_ia32_psradi128_mask,
4301 __builtin_ia32_psrad128_mask, __builtin_ia32_psradi256_mask,
4302 __builtin_ia32_psrad256_mask, __builtin_ia32_psraqi128_mask,
4303 __builtin_ia32_psraq128_mask, __builtin_ia32_psraqi256_mask,
4304 __builtin_ia32_psraq256_mask, __builtin_ia32_psrldi128_mask,
4305 __builtin_ia32_psrld128_mask, __builtin_ia32_psrldi256_mask,
4306 __builtin_ia32_psrld256_mask, __builtin_ia32_psrlqi128_mask,
4307 __builtin_ia32_psrlq128_mask, __builtin_ia32_psrlqi256_mask,
4308 __builtin_ia32_psrlq256_mask, __builtin_ia32_psrawi256_mask,
4309 __builtin_ia32_psraw256_mask, __builtin_ia32_psrawi128_mask,
4310 __builtin_ia32_psraw128_mask, __builtin_ia32_psrlwi256_mask,
4311 __builtin_ia32_psrlw256_mask, __builtin_ia32_psrlwi128_mask,
4312 __builtin_ia32_psrlw128_mask, __builtin_ia32_psllwi512_mask,
4313 __builtin_ia32_psllw512_mask, __builtin_ia32_psrawi512_mask,
4314 __builtin_ia32_psraw512_mask, __builtin_ia32_psrlwi512_mask,
4315 __builtin_ia32_psrlw512_mask): Use _COUNT suffixed function type
4316 aliases.
4317 * config/i386/i386.c (ix86_expand_args_builtin): Rename last_arg_count
4318 flag to second_arg_count, handle 4 argument function type _COUNT
4319 aliases, handle second_arg_count on second argument rather than last.
4320
4321 2017-04-10 Jeff Law <law@redhat.com>
4322
4323 PR tree-optimization/80374
4324 * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Do not try to
4325 record anything if we can not convert integer_zero_node to the
4326 desired type.
4327
4328 2017-04-10 Kelvin Nilsen <kelvin@gcc.gnu.org>
4329
4330 PR target/80108
4331 * config/rs6000/rs6000.c (rs6000_option_override_internal):
4332 Enhance special handling given to the TARGET_P9_MINMAX option in
4333 relation to certain other options.
4334
4335 2017-04-10 Bin Cheng <bin.cheng@arm.com>
4336
4337 PR tree-optimization/80153
4338 * tree-ssa-loop-ivopts.c (add_iv_candidate_for_use): Check and
4339 remove POINTER_PLUS_EXPR's base part directly, rather than through
4340 aff_tree.
4341
4342 2017-04-10 Richard Biener <rguenther@suse.de>
4343 Bin Cheng <bin.cheng@arm.com>
4344
4345 PR tree-optimization/80153
4346 * tree-affine.c (aff_combination_to_tree): Get base pointer from
4347 the first element of pointer type aff_tree. Build result expr in
4348 aff_tree's type.
4349 (add_elt_to_tree): Convert to type unconditionally. Remove other
4350 fold_convert calls.
4351 * tree-ssa-loop-ivopts.c (alloc_iv): Pass in consistent types.
4352 (rewrite_use_nonlinear_expr): Check invariant using iv information.
4353
4354 2017-04-10 Richard Biener <rguenther@suse.de>
4355
4356 * tree-ssa-structalias.c (find_func_aliases): Properly handle
4357 asm inputs.
4358
4359 2017-04-10 Vladimir Makarov <vmakarov@redhat.com>
4360
4361 PR rtl-optimization/70478
4362 * lra-constraints.c (curr_small_class_check): New.
4363 (update_and_check_small_class_inputs): New.
4364 (process_alt_operands): Update curr_small_class_check. Disfavor
4365 alternative insn memory operands. Check available regs for small
4366 class operands.
4367
4368 2017-03-31 Matthew Fortune <matthew.fortune@imgtec.com>
4369
4370 PR target/80057
4371 * config/mips/mips.opt (-mvirt): Update description.
4372 * doc/invoke.texi (-mvirt): Likewise.
4373
4374 2017-04-10 Richard Biener <rguenther@suse.de>
4375
4376 PR middle-end/80362
4377 * fold-const.c (fold_binary_loc): Look at unstripped ops when
4378 looking for NEGATE_EXPR in -A / -B to A / B folding.
4379
4380 2017-04-10 Martin Liska <mliska@suse.cz>
4381
4382 PR gcov-profile/80224
4383 * gcov.c (print_usage): Fix usage string.
4384 (get_gcov_intermediate_filename): Remove.
4385 (output_gcov_file): Use both for normal and intermediate format.
4386 (generate_results): Do not initialize special file for
4387 intermediate format.
4388
4389 2017-04-10 Richard Biener <rguenther@suse.de>
4390
4391 PR tree-optimization/80304
4392 * tree-ssa-loop-im.c (ref_indep_loop_p_1): Also recurse
4393 for safelen.
4394
4395 2017-04-10 Nathan Sidwell <nathan@acm.org>
4396
4397 PR target/79905
4398 * config/rs6000/rs6000.c (rs6000_vector_type): New.
4399 (rs6000_init_builtins): Use it.
4400
4401 2016-04-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4402
4403 * config/arm/arm.md (<mrc>): Add mode to SET source.
4404 (<mrrc>): Likewise.
4405
4406 2017-04-10 Richard Biener <rguenther@suse.de>
4407
4408 PR middle-end/80344
4409 * gimplify.c (is_gimple_mem_rhs_or_call): Allow CLOBBERs.
4410
4411 2017-04-10 Jakub Jelinek <jakub@redhat.com>
4412
4413 PR target/80324
4414 * config/i386/avx512fintrin.h (_mm512_reduce_add_epi32,
4415 _mm512_reduce_mul_epi32, _mm512_reduce_and_epi32,
4416 _mm512_reduce_or_epi32, _mm512_mask_reduce_add_epi32,
4417 _mm512_mask_reduce_mul_epi32, _mm512_mask_reduce_and_epi32,
4418 _mm512_mask_reduce_or_epi32, _mm512_reduce_min_epi32,
4419 _mm512_reduce_max_epi32, _mm512_reduce_min_epu32,
4420 _mm512_reduce_max_epu32, _mm512_mask_reduce_min_epi32,
4421 _mm512_mask_reduce_max_epi32, _mm512_mask_reduce_min_epu32,
4422 _mm512_mask_reduce_max_epu32, _mm512_reduce_add_ps,
4423 _mm512_reduce_mul_ps, _mm512_mask_reduce_add_ps,
4424 _mm512_mask_reduce_mul_ps, _mm512_reduce_min_ps, _mm512_reduce_max_ps,
4425 _mm512_mask_reduce_min_ps, _mm512_mask_reduce_max_ps,
4426 _mm512_reduce_add_epi64, _mm512_reduce_mul_epi64,
4427 _mm512_reduce_and_epi64, _mm512_reduce_or_epi64,
4428 _mm512_mask_reduce_add_epi64, _mm512_mask_reduce_mul_epi64,
4429 _mm512_mask_reduce_and_epi64, _mm512_mask_reduce_or_epi64,
4430 _mm512_reduce_min_epi64, _mm512_reduce_max_epi64,
4431 _mm512_mask_reduce_min_epi64, _mm512_mask_reduce_max_epi64,
4432 _mm512_reduce_min_epu64, _mm512_reduce_max_epu64,
4433 _mm512_mask_reduce_min_epu64, _mm512_mask_reduce_max_epu64,
4434 _mm512_reduce_add_pd, _mm512_reduce_mul_pd, _mm512_mask_reduce_add_pd,
4435 _mm512_mask_reduce_mul_pd, _mm512_reduce_min_pd, _mm512_reduce_max_pd,
4436 _mm512_mask_reduce_min_pd, _mm512_mask_reduce_max_pd): New intrinsics.
4437
4438 2017-04-08 Vladimir Makarov <vmakarov@redhat.com>
4439
4440 PR rtl-optimization/70478
4441 * lra-constraints.c: Reverse the last patch.
4442
4443 2017-04-08 Andreas Tobler <andreast@gcc.gnu.org>
4444
4445 * config/aarch64/aarch64-freebsd.h: Define MCOUNT_NAME.
4446 Add comment for WCHAR_T.
4447
4448 2017-04-08 Martin Liska <mliska@suse.cz>
4449
4450 Revert:
4451 2017-04-07 Martin Liska <mliska@suse.cz>
4452
4453 PR ipa/80212
4454 * ipa-split.c (split_function): Add function part to a same comdat
4455 group.
4456
4457 2017-04-08 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
4458
4459 PR target/80358
4460 * config/rs6000/rs6000.c (expand_block_compare): Fix boundary check.
4461
4462 2017-04-07 Pat Haugen <pthaugen@us.ibm.com>
4463
4464 * rs6000/rs6000.c (vec_load_pendulum): Rename...
4465 (vec_pairing): ...to this.
4466 (power9_sched_reorder2): Rewrite code for pairing vector/vecload insns.
4467 (rs6000_sched_init): Adjust for name change.
4468 (struct rs6000_sched_context): Likewise.
4469 (rs6000_init_sched_context): Likewise.
4470 (rs6000_set_sched_context): Likewise.
4471
4472 2017-04-07 Jakub Jelinek <jakub@redhat.com>
4473
4474 PR target/80322
4475 PR target/80323
4476 PR target/80325
4477 PR target/80326
4478 * config/i386/avxintrin.h (_mm256_cvtsd_f64, _mm256_cvtss_f32): New
4479 intrinsics.
4480 * config/i386/avx512fintrin.h (_mm512_int2mask, _mm512_mask2int,
4481 _mm512_abs_ps, _mm512_mask_abs_ps, _mm512_abs_pd, _mm512_mask_abs_pd,
4482 _mm512_cvtsd_f64, _mm512_cvtss_f32): Likewise.
4483
4484 2017-04-07 Andreas Tobler <andreast@gcc.gnu.org>
4485
4486 * config/aarch64/aarch64-freebsd.h: Define WCHAR_TYPE.
4487
4488 2017-04-07 Vladimir Makarov <vmakarov@redhat.com>
4489
4490 PR rtl-optimization/70703
4491 * ira-color.c (update_conflict_hard_regno_costs): Use
4492 int64_t instead of HOST_WIDE_INT.
4493
4494 2017-04-07 Vladimir Makarov <vmakarov@redhat.com>
4495
4496 PR rtl-optimization/70478
4497 * lra-constraints.c (process_alt_operands): Disfavor alternative
4498 insn memory operands.
4499
4500 2017-04-07 Jeff Law <law@redhat.com>
4501
4502 * config/iq2000/iq2000.c (final_prescan_insn): Do not separate a
4503 CALL and NOTE_INSN_CALL_ARG_LOCATION.
4504
4505 2017-04-07 Martin Liska <mliska@suse.cz>
4506
4507 PR target/79889
4508 * config/aarch64/aarch64.c (aarch64_process_target_attr):
4509 Show error message instead of an ICE.
4510
4511 2017-04-07 Martin Liska <mliska@suse.cz>
4512
4513 PR ipa/80212
4514 * ipa-split.c (split_function): Add function part to a same comdat
4515 group.
4516
4517 2017-04-07 Richard Biener <rguenther@suse.de>
4518
4519 PR middle-end/80341
4520 * tree.c (get_unwidened): Also handle ! for_type case for
4521 INTEGER_CSTs.
4522 * convert.c (do_narrow): Split out from ...
4523 (convert_to_integer_1): ... here. Do not pass final truncation
4524 type to get_unwidened for TRUNC_DIV_EXPR.
4525
4526 2017-04-07 Richard Biener <rguenther@suse.de>
4527
4528 * tree-affine.c (wide_int_ext_for_comb): Take type rather
4529 than aff_tree.
4530 (aff_combination_const): Adjust.
4531 (aff_combination_scale): Likewise.
4532 (aff_combination_add_elt): Likewise.
4533 (aff_combination_add_cst): Likewise.
4534 (aff_combination_convert): Likewise.
4535 (add_elt_to_tree): Likewise. Remove unused argument.
4536 (aff_combination_to_tree): Adjust calls to add_elt_to_tree.
4537
4538 2017-04-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
4539
4540 * config/arm/arm.h (ARM_DEFAULT_SHORT_ENUMS): Provide default
4541 definition.
4542 * config/arm/arm.c (arm_default_short_enums): Use
4543 ARM_DEFAULT_SHORT_ENUMS.
4544 * config/arm/rtems.h (ARM_DEFAULT_SHORT_ENUMS): Define.
4545
4546 2017-04-06 Jakub Jelinek <jakub@redhat.com>
4547
4548 PR debug/80234
4549 * dwarf2out.c (gen_member_die): Handle C++17 inline static data
4550 members with redundant out-of-class redeclaration.
4551
4552 2017-04-06 Uros Bizjak <ubizjak@gmail.com>
4553
4554 PR target/80286
4555 * config/i386/sse.md (*vec_extractv4si_0_zext_sse4): New pattern.
4556 * config/i386/i386.md (*zero_extendsidi2):
4557 Add (?*x,*x) and (?*v,*v) alternatives.
4558
4559 2017-04-06 Uros Bizjak <ubizjak@gmail.com>
4560
4561 PR target/79733
4562 * config/i386/i386.c (ix86_expand_builtin)
4563 <case IX86_BUILTIN_K{,OR}TEST{C,Z}{8,16,32,64}>: Determine insn operand
4564 mode from insn data. Convert operands to insn operand mode.
4565 Copy operands that don't satisfy insn predicate to a register.
4566
4567 2017-04-06 Sam Thursfield <sam.thursfield@codethink.co.uk>
4568
4569 * config/rs6000/x-aix: Increase memory limit for genautomata on AIX.
4570 Update comments.
4571
4572 2017-04-06 Richard Biener <rguenther@suse.de>
4573
4574 PR tree-optimization/80334
4575 * tree-ssa-loop-ivopts.c (rewrite_use_address): Properly
4576 preserve alignment of accesses.
4577
4578 2017-04-06 Richard Biener <rguenther@suse.de>
4579
4580 PR tree-optimization/80262
4581 * tree-sra.c (build_ref_for_offset): Preserve address-space
4582 information.
4583 * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
4584 Drop useless address-space information on MEM_REF offsets.
4585
4586 2017-04-05 Andreas Schwab <schwab@linux-m68k.org>
4587
4588 * builtins.def (BUILT_IN_UPDATE_SETJMP_BUF): Fix type.
4589
4590 2017-04-05 Vladimir Makarov <vmakarov@redhat.com>
4591
4592 PR rtl-optimization/70703
4593 * ira-color.c (update_conflict_hard_regno_costs): Use
4594 HOST_WIDE_INT instead of long.
4595
4596 2017-04-05 Uros Bizjak <ubizjak@gmail.com>
4597
4598 PR target/80298
4599 * config/i386/mmintrin.h: Add -msse target option when __SSE__ is
4600 not defined for x86_64 target. Add -mmmx target option when __SSE2__
4601 is not defined.
4602 * config/i386/mm3dnow.h: Add -msse target when __SSE__ is not defined
4603 for x86_64 target. Handle -m3dnowa option.
4604
4605 2017-04-05 Vladimir Makarov <vmakarov@redhat.com>
4606
4607 PR rtl-optimization/70703
4608 * ira-color.c (update_costs_from_allocno): Use the smallest mode.
4609 (update_conflict_hard_regno_costs): Use long instead of unsigned
4610 arithmetic for cost calculation.
4611
4612 2017-04-05 Jakub Jelinek <jakub@redhat.com>
4613 Bernd Edlinger <bernd.edlinger@hotmail.de>
4614
4615 PR sanitizer/80308
4616 * asan.c (asan_store_shadow_bytes): Fix location of last_chunk_value
4617 for big endian.
4618
4619 2017-04-05 Eric Botcazou <ebotcazou@adacore.com>
4620
4621 PR target/78002
4622 * config/aarch64/aarch64.c (aarch64_emit_probe_stack_range): Replace
4623 ptr_mode with Pmode throughout.
4624 * config/aarch64/aarch64.md (probe_stack_range_<PTR:mode): Rename
4625 into probe_stack_range and use DImode.
4626
4627 2017-04-05 Dominik Vogt <vogt@linux.vnet.ibm.com>
4628
4629 PR target/79890
4630 * config/s390/s390.c (s390_register_info_gprtofpr): Return if
4631 call_eh_return is true.
4632
4633 2017-04-05 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
4634
4635 * config/s390/s390-c.c (s390_resolve_overloaded_builtin):
4636 Initialize last_match_fntype_index.
4637
4638 2017-04-05 Jakub Jelinek <jakub@redhat.com>
4639
4640 PR target/80310
4641 * tree-nvr.c: Include internal-fn.h.
4642 (pass_return_slot::execute): Ignore internal calls without
4643 direct optab.
4644
4645 2017-04-04 Jakub Jelinek <jakub@redhat.com>
4646 Richard Biener <rguenther@suse.de>
4647
4648 PR c++/80297
4649 * genmatch.c (capture::gen_transform): For GENERIC unshare_expr
4650 captures used multiple times, except for the last use.
4651 * generic-match-head.c: Include gimplify.h.
4652
4653 2017-04-04 Jakub Jelinek <jakub@redhat.com>
4654
4655 PR tree-optimization/79390
4656 * target.h (struct noce_if_info): Declare.
4657 * targhooks.h (default_noce_conversion_profitable_p): Declare.
4658 * target.def (noce_conversion_profitable_p): New target hook.
4659 * ifcvt.h (struct noce_if_info): New type, moved from ...
4660 * ifcvt.c (struct noce_if_info): ... here.
4661 (noce_conversion_profitable_p): Renamed to ...
4662 (default_noce_conversion_profitable_p): ... this. No longer
4663 static nor inline.
4664 (noce_try_store_flag_constants, noce_try_addcc,
4665 noce_try_store_flag_mask, noce_try_cmove, noce_try_cmove_arith,
4666 noce_convert_multiple_sets): Use targetm.noce_conversion_profitable_p
4667 instead of noce_conversion_profitable_p.
4668 * config/i386/i386.c: Include ifcvt.h.
4669 (ix86_option_override_internal): Don't override
4670 PARAM_MAX_RTL_IF_CONVERSION_INSNS default.
4671 (ix86_noce_conversion_profitable_p): New function.
4672 (TARGET_NOCE_CONVERSION_PROFITABLE_P): Redefine.
4673 * config/i386/x86-tune.def (X86_TUNE_ONE_IF_CONV_INSN): Adjust comment.
4674 * doc/tm.texi.in (TARGET_NOCE_CONVERSION_PROFITABLE_P): Add.
4675 * doc/tm.texi: Regenerated.
4676
4677 2017-04-04 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4678
4679 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Grammar
4680 correction.
4681
4682 2017-04-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
4683
4684 PR target/80307
4685 * config/arm/arm.c (thumb1_rtx_costs): Give a cost of 32
4686 instructions for small multiply cores.
4687
4688 2017-04-04 Jeff Law <law@redhat.com>
4689
4690 * config/mips/mips.c (mips_multi_add): Zero initialize the newly
4691 added member.
4692 (mips_expand_vec_perm_const): Initialize elements in orig_perm
4693 that are not set by the loop over the elements.
4694
4695 2017-04-04 Jakub Jelinek <jakub@redhat.com>
4696
4697 PR target/80286
4698 * config/i386/i386.c (ix86_expand_args_builtin): If op has scalar
4699 int mode, convert_modes it to mode as unsigned, otherwise use
4700 lowpart_subreg to mode rather than SImode.
4701 * config/i386/sse.md (<mask_codefor>ashr<mode>3<mask_name>,
4702 ashr<mode>3, ashr<mode>3<mask_name>, <shift_insn><mode>3<mask_name>):
4703 Use DImode instead of SImode for the shift count operand.
4704 * config/i386/mmx.md (mmx_ashr<mode>3, mmx_<shift_insn><mode>3):
4705 Likewise.
4706
4707 2017-04-04 Richard Biener <rguenther@suse.de>
4708
4709 PR middle-end/80281
4710 * match.pd (A + (-B) -> A - B): Make sure to preserve unsigned
4711 arithmetic done for the negate or the plus. Simplify.
4712 (A - (-B) -> A + B): Likewise.
4713 * fold-const.c (split_tree): Make sure to not negate pointers.
4714
4715 2017-04-04 Segher Boessenkool <segher@kernel.crashing.org>
4716
4717 PR rtl-optimization/60818
4718 * simplify-rtx.c (simplify_binary_operation_1): Do not replace
4719 a compare of comparisons with the thing compared if this results
4720 in a different machine mode.
4721
4722 2017-04-03 Jonathan Wakely <jwakely@redhat.com>
4723
4724 * alias.c (base_alias_check): Fix typo in comment.
4725 * cgraph.h (class ipa_polymorphic_call_context): Likewise.
4726 * cgraphunit.c (symbol_table::compile): Likewise.
4727 * collect2.c (maybe_run_lto_and_relink): Likewise.
4728 * config/arm/arm.c (arm_thumb1_mi_thunk): Likewise.
4729 * config/avr/avr-arch.h (avr_arch_info_t): Likewise.
4730 * config/avr/avr.c (avr_map_op_t): Likewise.
4731 * config/cr16/cr16.h (DATA_ALIGNMENT): Likewise.
4732 * config/epiphany/epiphany.c (TARGET_ARG_PARTIAL_BYTES): Likewise.
4733 * config/epiphany/epiphany.md (movcc): Likewise.
4734 * config/i386/i386.c (legitimize_pe_coff_extern_decl): Likewise.
4735 * config/m68k/m68k.c (struct _sched_ib, m68k_sched_variable_issue):
4736 Likewise.
4737 * config/mips/mips.c (mips_save_restore_reg): Likewise.
4738 * config/rx/rx.c (rx_is_restricted_memory_address): Likewise.
4739 * config/s390/s390.c (Z10_EARLYLOAD_DISTANCE): Likewise.
4740 * config/sh/sh.c (sh_rtx_costs): Likewise.
4741 * fold-const.c (fold_truth_andor): Likewise.
4742 * genautomata.c (collapse_flag): Likewise.
4743 * gengtype.h (struct type::u::s): Likewise.
4744 * gensupport.c (has_subst_attribute, add_mnemonic_string): Likewise.
4745 * input.c (FORMAT_AMOUNT): Likewise.
4746 * ipa-cp.c (class ipcp_lattice, agg_replacements_to_vector)
4747 (known_aggs_to_agg_replacement_list): Likewise.
4748 * ipa-inline-analysis.c: Likewise.
4749 * ipa-inline.h (estimate_edge_time, estimate_edge_hints): Likewise.
4750 * ipa-polymorphic-call.c
4751 (ipa_polymorphic_call_context::restrict_to_inner_class): Likewise.
4752 * loop-unroll.c (analyze_insn_to_expand_var): Likewise.
4753 * lra.c (lra_optional_reload_pseudos, lra_subreg_reload_pseudos):
4754 Likewise.
4755 * modulo-sched.c (apply_reg_moves): Likewise.
4756 * omp-expand.c (build_omp_regions_1): Likewise.
4757 * trans-mem.c (struct tm_wrapper_hasher): Likewise.
4758 * tree-ssa-loop-ivopts.c (may_eliminate_iv): Likewise.
4759 * tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Likewise.
4760 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
4761 * value-prof.c: Likewise.
4762 * var-tracking.c (val_reset): Likewise.
4763
4764 2017-04-03 Richard Biener <rguenther@suse.de>
4765
4766 PR tree-optimization/80275
4767 * fold-const.c (split_address_to_core_and_offset): Handle
4768 POINTER_PLUS_EXPR.
4769
4770 2017-04-03 Eric Botcazou <ebotcazou@adacore.com>
4771
4772 * tree-nested.c (get_descriptor_type): Make sure that the alignment of
4773 descriptors is at least equal to that of functions.
4774
4775 2017-04-02 Uros Bizjak <ubizjak@gmail.com>
4776
4777 * config/i386/sse.md (movdi_to_sse): Add missing DONE.
4778
4779 2017-04-02 Uros Bizjak <ubizjak@gmail.com>
4780
4781 PR target/80250
4782 * config/i386/sse.md (mov<IMOD4:mode>): Remove insn pattern.
4783 (mov<IMOD4:mode>): New expander.
4784 (*mov<IMOD4:mode>_internal): New insn and split pattern.
4785
4786 2017-03-31 Segher Boessenkool <segher@kernel.crashing.org>
4787
4788 PR rtl-optimization/79405
4789 * fwprop.c (propagations_left): New variable.
4790 (forward_propagate_into): Decrement it.
4791 (fwprop_init): Initialize it.
4792 (fw_prop): If the variable has reached zero, stop propagating.
4793 (fwprop_addr): Ditto.
4794
4795 2017-03-31 Jakub Jelinek <jakub@redhat.com>
4796
4797 PR debug/79255
4798 * dwarf2out.c (decls_for_scope): If BLOCK_NONLOCALIZED_VAR is
4799 a FUNCTION_DECL, pass it as decl instead of origin to
4800 process_scope_var.
4801
4802 2017-03-31 Alexander Monakov <amonakov@ispras.ru>
4803
4804 * config/nvptx/nvptx.c (nvptx_output_softstack_switch): Correct format
4805 string.
4806
4807 2017-03-31 Pat Haugen <pthaugen@us.ibm.com>
4808
4809 PR target/80107
4810 * config/rs6000/rs6000.md (extendhi<mode>2): Add test for
4811 TARGET_VSX_SMALL_INTEGER.
4812
4813 2017-03-31 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4814
4815 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
4816 reference to the OpenPOWER 64-Bit ELF V2 ABI Specification.
4817
4818 2017-03-31 Matthew Fortune <matthew.fortune@imgtec.com>
4819
4820 * config/mips/mips-msa.md (msa_vec_extract_<msafmt_f>): Update
4821 extraction from odd-numbered MSA register.
4822
4823 2017-03-31 Jakub Jelinek <jakub@redhat.com>
4824
4825 PR middle-end/80173
4826 * expmed.c (store_bit_field_1): Don't attempt to create
4827 a word subreg out of hard registers wider than word if they
4828 have HARD_REGNO_NREGS of 1 for their mode.
4829
4830 PR middle-end/80163
4831 * varasm.c (initializer_constant_valid_p_1): Disallow sign-extending
4832 conversions to integer types wider than word and pointer.
4833
4834 PR debug/80025
4835 * cselib.h (rtx_equal_for_cselib_1): Add depth argument.
4836 (rtx_equal_for_cselib_p): Pass 0 to it.
4837 * cselib.c (cselib_hasher::equal): Likewise.
4838 (rtx_equal_for_cselib_1): Add depth argument. If depth
4839 is 128, don't look up VALUE locs and punt. Increment
4840 depth in recursive calls when walking VALUE locs.
4841
4842 2017-03-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
4843
4844 * gcov.c (md5sum_to_hex): Fix output of MD5 hex bytes.
4845 (make_gcov_file_name): Use the canonical path name for generating
4846 the MD5 value.
4847 (read_line): Fix handling of files with ascii null bytes.
4848
4849 2017-03-30 Matthew Fortune <matthew.fortune@imgtec.com>
4850
4851 * config/mips/mips.c (mips_expand_vector_init): Create a const_vector
4852 to initialise a vector register instead
4853 of using a const_int.
4854
4855 2017-03-30 Jakub Jelinek <jakub@redhat.com>
4856
4857 PR translation/80189
4858 * gimplify.c (omp_default_clause): Use %qs instead of %s in
4859 diagnostic messages.
4860
4861 2017-03-30 Peter Bergner <bergner@vnet.ibm.com>
4862
4863 PR target/80246
4864 * config/rs6000/dfp.md (dfp_dxex_<mode>): Update mode of operand 0.
4865 (dfp_diex_<mode>): Update mode of operand 1.
4866 * doc/extend.texi (dxex, dxexq): Document change to return type.
4867 (diex, diexq): Document change to argument type.
4868
4869 2017-03-30 Martin Jambor <mjambor@suse.cz>
4870
4871 PR ipa/77333
4872 * cgraph.h (cgraph_build_function_type_skip_args): Declare.
4873 * cgraph.c (redirect_call_stmt_to_callee): Set gimple fntype so that
4874 it reflects the signature changes performed at the callee side.
4875 * cgraphclones.c (build_function_type_skip_args): Make public, renamed
4876 to cgraph_build_function_type_skip_args.
4877 (build_function_decl_skip_args): Adjust call to the above function.
4878
4879 2017-03-30 Jakub Jelinek <jakub@redhat.com>
4880
4881 PR target/80206
4882 * config/i386/sse.md
4883 (<extract_type>_vextract<shuffletype><extract_suf>_mask): Use
4884 register as dest whenever it is a MEM not rtx_equal_p to the
4885 corresponding dup operand, and when forcing into reg move the
4886 reg into the memory afterwards.
4887 (<extract_type_2>_vextract<shuffletype><extract_suf_2>_mask):
4888 Likewise. Use <ssehalfvecmode> instead of <ssequartermode>
4889 for the force_reg mode.
4890 (avx512vl_vextractf128<mode>): Use register as dest either
4891 always when a MEM, or when it is a MEM not rtx_equal_p to the
4892 corresponding dup operand, or even not when it is a CONST_VECTOR
4893 depending on the mode and lo vs. hi.
4894 (avx512dq_vextract<shuffletype>64x2_1_maskm): Remove extraneous
4895 parens.
4896 (avx512f_vextract<shuffletype>32x4_1_maskm): Likewise.
4897 (<mask_codefor>avx512dq_vextract<shuffletype>64x2_1<mask_name>):
4898 Likewise. Require that operands[2] is even.
4899 (<mask_codefor>avx512f_vextract<shuffletype>32x4_1<mask_name>):
4900 Remove extraneous parens. Require that operands[2] is a multiple
4901 of 4.
4902 (vec_extract_lo_<mode><mask_name>): Don't bother testing if
4903 operands[0] is a MEM if <mask_applied>, the predicates/constraints
4904 disallow memory then.
4905
4906 2017-03-30 Richard Biener <rguenther@suse.de>
4907
4908 PR tree-optimization/77498
4909 * tree-ssa-pre.c (phi_translate_1): Do not allow simplifications
4910 to non-constants over backedges.
4911
4912 2017-03-29 Segher Boessenkool <segher@kernel.crashing.org>
4913
4914 PR rtl-optimization/80233
4915 * combine.c (combine_instructions): Only take NONDEBUG_INSN_P insns
4916 as last_combined_insn. Do not test for BARRIER_P separately.
4917
4918 2017-03-29 Andreas Schwab <schwab@suse.de>
4919
4920 PR ada/80146
4921 * calls.c (prepare_call_address): Convert funexp to Pmode before
4922 copying to temp reg.
4923
4924 2017-03-29 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4925
4926 PR tree-optimization/80158
4927 * gimple-ssa-strength-reduction.c (replace_mult_candidate):
4928 Handle possible future case of more than one alternate
4929 interpretation.
4930 (replace_rhs_if_not_dup): Likewise.
4931 (replace_one_candidate): Likewise.
4932
4933 2017-03-28 Vladimir Makarov <vmakarov@redhat.com>
4934
4935 PR rtl-optimization/80193
4936 * ira.c (ira): Do not check allocation for LRA.
4937
4938 2017-03-28 Alexander Monakov <amonakov@ispras.ru>
4939
4940 * config/nvptx/nvptx-protos.h (nvptx_output_simt_enter): Declare.
4941 (nvptx_output_simt_exit): Declare.
4942 * config/nvptx/nvptx.c (nvptx_init_unisimt_predicate): Use
4943 cfun->machine->unisimt_location. Handle NULL unisimt_predicate.
4944 (init_softstack_frame): Move initialization of crtl->is_leaf to...
4945 (nvptx_declare_function_name): ...here. Emit declaration of local
4946 memory space buffer for omp_simt_enter insn.
4947 (nvptx_output_unisimt_switch): New.
4948 (nvptx_output_softstack_switch): New.
4949 (nvptx_output_simt_enter): New.
4950 (nvptx_output_simt_exit): New.
4951 * config/nvptx/nvptx.h (struct machine_function): New fields
4952 has_simtreg, unisimt_location, simt_stack_size, simt_stack_align.
4953 * config/nvptx/nvptx.md (UNSPECV_SIMT_ENTER): New unspec.
4954 (UNSPECV_SIMT_EXIT): Ditto.
4955 (omp_simt_enter_insn): New insn.
4956 (omp_simt_enter): New expansion.
4957 (omp_simt_exit): New insn.
4958 * config/nvptx/nvptx.opt (msoft-stack-reserve-local): New option.
4959
4960 * internal-fn.c (expand_GOMP_SIMT_ENTER): New.
4961 (expand_GOMP_SIMT_ENTER_ALLOC): New.
4962 (expand_GOMP_SIMT_EXIT): New.
4963 * internal-fn.def (GOMP_SIMT_ENTER): New internal function.
4964 (GOMP_SIMT_ENTER_ALLOC): Ditto.
4965 (GOMP_SIMT_EXIT): Ditto.
4966 * target-insns.def (omp_simt_enter): New insn.
4967 (omp_simt_exit): Ditto.
4968 * omp-low.c (struct omplow_simd_context): New fields simt_eargs,
4969 simt_dlist.
4970 (lower_rec_simd_input_clauses): Implement SIMT privatization.
4971 (lower_rec_input_clauses): Likewise.
4972 (lower_lastprivate_clauses): Handle SIMT privatization.
4973
4974 * omp-offload.c: Include langhooks.h, tree-nested.h, stor-layout.h.
4975 (ompdevlow_adjust_simt_enter): New.
4976 (find_simtpriv_var_op): New.
4977 (execute_omp_device_lower): Handle IFN_GOMP_SIMT_ENTER,
4978 IFN_GOMP_SIMT_ENTER_ALLOC, IFN_GOMP_SIMT_EXIT.
4979
4980 * tree-inline.h (struct copy_body_data): New field dst_simt_vars.
4981 * tree-inline.c (expand_call_inline): Handle SIMT privatization.
4982 (copy_decl_for_dup_finish): Ditto.
4983
4984 * tree-ssa.c (execute_update_addresses_taken): Handle GOMP_SIMT_ENTER.
4985
4986 2017-03-28 Uros Bizjak <ubizjak@gmail.com>
4987
4988 PR target/53383
4989 * config/i386/i386.c (ix86_option_override_internal): Always
4990 allow -mpreferred-stack-boundary=3 for 64-bit targets.
4991
4992 2017-03-28 Bin Cheng <bin.cheng@arm.com>
4993
4994 * tree-vect-loop.c (optimize_mask_stores): Add bb to the right loop.
4995
4996 2017-03-28 Bin Cheng <bin.cheng@arm.com>
4997
4998 * tree-vect-loop-manip.c (slpeel_add_loop_guard): New param and
4999 mark new edge's irreducible flag accordign to it.
5000 (vect_do_peeling): Check loop preheader edge's irreducible flag
5001 and pass it to function slpeel_add_loop_guard.
5002
5003 2017-03-28 Richard Sandiford <richard.sandiford@arm.com>
5004
5005 PR tree-optimization/80218
5006 * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
5007 Update block frequencies and counts.
5008
5009 2017-03-28 Richard Biener <rguenther@suse.de>
5010
5011 PR tree-optimization/78644
5012 * tree-ssa-ccp.c (evaluate_stmt): When we may not use the value
5013 of a simplification result we may not use it at all.
5014
5015 2017-03-28 Richard Biener <rguenther@suse.de>
5016
5017 PR ipa/80205
5018 * tree-inline.c (copy_phis_for_bb): Do not create PHI node
5019 without arguments, generate default definition of a SSA name.
5020
5021 2017-03-28 Richard Biener <rguenther@suse.de>
5022
5023 PR middle-end/80222
5024 * gimple-fold.c (gimple_fold_indirect_ref): Do not touch
5025 TYPE_REF_CAN_ALIAS_ALL references.
5026 * fold-const.c (fold_indirect_ref_1): Likewise.
5027
5028 2017-03-28 Martin Liska <mliska@suse.cz>
5029
5030 PR ipa/80104
5031 * cgraphunit.c (cgraph_node::expand_thunk): Mark argument of a
5032 thunk call as DECL_GIMPLE_REG_P when vector or complex type.
5033
5034 2017-03-28 Claudiu Zissulescu <claziss@synopsys.com>
5035 Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
5036
5037 * config/arc/arc.h (CPP_SPEC): Add subtarget_cpp_spec.
5038 (EXTRA_SPECS): Define.
5039 (SUBTARGET_EXTRA_SPECS): Likewise.
5040 (SUBTARGET_CPP_SPEC): Likewise.
5041 * config/arc/elf.h (EXTRA_SPECS): Renamed to
5042 SUBTARGET_EXTRA_SPECS.
5043 * config/arc/linux.h (SUBTARGET_CPP_SPEC): Define.
5044
5045 2017-03-28 Claudiu Zissulescu <claziss@synopsys.com>
5046
5047 * config/arc/simdext.md (vst64_insn): Update pattern.
5048 (vld32wh_insn): Likewise.
5049 (vld32wl_insn): Likewise.
5050 (vld64_insn): Likewise.
5051 (vld32_insn): Likewise.
5052
5053 2017-03-28 Marek Polacek <polacek@redhat.com>
5054
5055 PR sanitizer/80067
5056 * fold-const.c (fold_comparison): Use protected_set_expr_location
5057 instead of SET_EXPR_LOCATION.
5058
5059 2017-03-28 Markus Trippelsdorf <markus@trippelsdorf.de>
5060
5061 * tree.c (add_expr): Avoid name lookup warning.
5062
5063 2017-03-27 Jeff Law <law@redhat.com>
5064
5065 PR tree-optimization/80216
5066 * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Fix typo in
5067 function name. Limit recursion depth.
5068 (record_temporary_equivalences): Corresponding changes.
5069
5070 2017-03-27 Jonathan Wakely <jwakely@redhat.com>
5071
5072 * doc/invoke.texi (-Wno-narrowing): Reorder so default behavior is
5073 covered first.
5074
5075 2017-03-27 Jakub Jelinek <jakub@redhat.com>
5076
5077 PR target/80102
5078 * reg-notes.def (REG_CFA_NOTE): Define. Use it for CFA related
5079 notes.
5080 * cfgcleanup.c (reg_note_cfa_p): New array.
5081 (insns_have_identical_cfa_notes): New function.
5082 (old_insns_match_p): Don't cross-jump in between /f
5083 and non-/f instructions. If both i1 and i2 are frame related,
5084 verify all CFA notes, their order and content.
5085
5086 2017-03-27 Michael Meissner <meissner@linux.vnet.ibm.com>
5087
5088 PR target/78543
5089 * config/rs6000/rs6000.md (bswaphi2_extenddi): Combine bswap
5090 HImode and SImode with zero extend to DImode to one insn.
5091 (bswap<mode>2_extenddi): Likewise.
5092 (bswapsi2_extenddi): Likewise.
5093 (bswaphi2_extendsi): Likewise.
5094 (bswaphi2): Combine bswap HImode and SImode into one insn.
5095 Separate memory insns from swapping register.
5096 (bswapsi2): Likewise.
5097 (bswap<mode>2): Likewise.
5098 (bswaphi2_internal): Delete, no longer used.
5099 (bswapsi2_internal): Likewise.
5100 (bswap<mode>2_load): Split bswap HImode/SImode into separate load,
5101 store, and gpr<-gpr swap insns.
5102 (bswap<mode>2_store): Likewise.
5103 (bswaphi2_reg): Register only splitter, combine with the splitter.
5104 (bswaphi2 splitter): Likewise.
5105 (bswapsi2_reg): Likewise.
5106 (bswapsi2 splitter): Likewise.
5107 (bswapdi2): If we have the LDBRX and STDBRX instructions, split
5108 the insns into load, store, and register/register insns.
5109 (bswapdi2_ldbrx): Likewise.
5110 (bswapdi2_load): Likewise.
5111 (bswapdi2_store): Likewise.
5112 (bswapdi2_reg): Likewise.
5113
5114 2017-03-27 Gunther Nikl <gnikl@users.sourceforge.net>
5115
5116 * system.h (HAVE_DESIGNATED_INITIALIZERS): Fix non C++ case.
5117 (HAVE_DESIGNATED_UNION_INITIALIZERS): Likewise.
5118
5119 2017-03-27 Kelvin Nilsen <kelvin@gcc.gnu.org>
5120
5121 PR target/80103
5122 * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Edit and
5123 add comments.
5124 * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
5125 special handling for target option conflicts between dform
5126 options (-mpower9-dform, -mpower9-dform-vector,
5127 -mpower9-dform-scalar) and -mno-direct-move.
5128
5129 2017-03-27 Richard Biener <rguenther@suse.de>
5130
5131 PR tree-optimization/80181
5132 * tree-ssa-ccp.c (likely_value): UNDEFINED ^ X is UNDEFINED.
5133
5134 2017-03-27 Claudiu Zissulescu <claziss@synopsys.com>
5135
5136 * config/arc/predicates.md (move_double_src_operand): Replace the
5137 call to move_double_src_operand with a call to address_operand.
5138
5139 2017-03-27 Claudiu Zissulescu <claziss@synopsys.com>
5140
5141 * config/arc/elf.h (ARGET_ARC_TP_REGNO_DEFAULT): Define.
5142 * config/arc/linux.h (ARGET_ARC_TP_REGNO_DEFAULT): Likewise.
5143 * config/arc/arc.opt (mtp-regno): Use ARGET_ARC_TP_REGNO_DEFAULT.
5144
5145 2017-03-27 Claudiu Zissulescu <claziss@synopsys.com>
5146
5147 * config/arc/predicates.md (long_immediate_loadstore_operand):
5148 Consider scaled addresses cases.
5149
5150 2017-03-27 Claudiu Zissulescu <claziss@synopsys.com>
5151
5152 * config/arc/arc.c (arc_epilogue_uses): BLINK should be also
5153 restored when in interrupt.
5154 * config/arc/arc.md (simple_return): ARCv2 rtie instruction
5155 doesn't have delay slot.
5156
5157 2017-03-27 Richard Biener <rguenther@suse.de>
5158
5159 PR ipa/79776
5160 * tree-ssa-structalias.c (associate_varinfo_to_alias): Skip
5161 inlined thunk clones.
5162
5163 2017-03-27 Jakub Jelinek <jakub@redhat.com>
5164
5165 PR sanitizer/80168
5166 * asan.c (instrument_derefs): Copy over last operand from
5167 original COMPONENT_REF to the new COMPONENT_REF with
5168 DECL_BIT_FIELD_REPRESENTATIVE.
5169 * ubsan.c (instrument_object_size): Likewise.
5170
5171 2017-03-27 Richard Biener <rguenther@suse.de>
5172
5173 PR tree-optimization/80170
5174 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Make
5175 sure DR/SCEV didnt fold in constants we do not see when looking
5176 at the reference base alignment.
5177
5178 2017-03-27 Richard Biener <rguenther@suse.de>
5179
5180 PR middle-end/80171
5181 * gimple-fold.c (fold_ctor_reference): Properly guard against
5182 NULL return value from canonicalize_constructor_val.
5183
5184 2017-03-25 Uros Bizjak <ubizjak@gmail.com>
5185
5186 PR target/80180
5187 * config/i386/i386.c (ix86_expand_builtin)
5188 <IX86_BUILTIN_RDSEED{16,32,64}_STEP>: Do not expand arg0 between
5189 flags reg setting and flags reg using instructions.
5190 <IX86_BUILTIN_RDRAND{16,32,64}_STEP>: Ditto. Use non-flags reg
5191 clobbering instructions to zero extend op2.
5192
5193 2017-03-25 Gerald Pfeifer <gerald@pfeifer.com>
5194
5195 * doc/install.texi (Configuration) <--with-aix-soname>:
5196 Update link to AIX ld.
5197
5198 2017-03-25 Bernd Schmidt <bschmidt@redhat.com>
5199
5200 PR rtl-optimization/80160
5201 PR rtl-optimization/80159
5202 * lra-assigns.c (must_not_spill_p): Tighten new test to also take
5203 reg_alternate_class into account.
5204
5205 2017-03-24 Vladimir Makarov <vmakarov@redhat.com>
5206
5207 PR target/80148
5208 * lra-assigns.c (assign_by_spills): Add spilled non-reload pseudos
5209 to consider in curr_insn_transform.
5210
5211 2017-03-24 Jakub Jelinek <jakub@redhat.com>
5212
5213 * genrecog.c (validate_pattern): Add VEC_SELECT validation.
5214 * genmodes.c (emit_min_insn_modes_c): Call emit_mode_nunits
5215 and emit_mode_inner.
5216
5217 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5218
5219 * config/s390/s390-builtins.def: Add VXE builtins. Add a flags
5220 argument to the overloaded builtin variants. Use the new flag to
5221 deprecate certain builtin variants.
5222 * config/s390/s390-builtin-types.def: Add new builtin types.
5223 * config/s390/s390-builtins.h: Support new flags field for
5224 overloaded builtins.
5225 * config/s390/s390-c.c (OB_DEF_VAR): New flags field.
5226 (s390_macro_to_expand): Enable vector float data type.
5227 (s390_cpu_cpp_builtins_internal): Indicate support of the new
5228 builtins by incrementing the __VEC__ version number.
5229 (s390_expand_overloaded_builtin): Support expansion of vec_xl and
5230 vec_xst.
5231 (s390_resolve_overloaded_builtin): Emit error messages depending
5232 on the builtin flags.
5233 * config/s390/s390.c (s390_expand_builtin): Support additional
5234 flags argument. Change error message to match the messages
5235 emitted in s390-c.c.
5236 * config/s390/s390.md: New UNSPEC_* constants.
5237 (op_type): Add new instruction types.
5238 * config/s390/vecintrin.h: Add new builtins and test data class
5239 constants.
5240 * config/s390/vx-builtins.md (V_HW_32_64): Add V4SF.
5241 (V_HW_4, VEC_HW, VECF_HW): New mode iterators.
5242 (VEC_INEXACT, VEC_NOINEXACT): New constants.
5243 ("vec_splats<mode>", "vec_insert<mode>", "vec_promote<mode>")
5244 ("vec_insert_and_zero<mode>", "vec_mergeh<mode>")
5245 ("vec_mergel<mode>"): V_HW -> VEC_HW.
5246
5247 ("vlrlrv16qi", "vstrlrv16qi", "vbpermv16qi", "vec_msumv2di")
5248 ("vmslg", "*vftci<mode>_cconly", "vftci<mode>_intcconly")
5249 ("*vftci<mode>", "vftci<mode>_intcc", "vec_double_s64")
5250 ("vec_double_u64", "vfmin<mode>", "vfmax<mode>"): New definition.
5251
5252 ("and_av2df3", "and_cv2df3", "vec_andc_av2df3")
5253 ("vec_andc_cv2df3", "xor_av2df3", "xor_cv2df3", "vec_nor_av2df3")
5254 ("vec_nor_cv2df3", "ior_av2df3", "ior_cv2df3", "vec_nabs")
5255 ("*vftcidb", "*vftcidb_cconly", "vftcidb"): Remove definition.
5256
5257 ("vec_all_<fpcmpcc:code>v2df", "vec_any_<fpcmpcc:code>v2df")
5258 ("vec_scatter_elementv4si_DI", "vec_cmp<fpcmp:code>v2df")
5259 ("vec_di_to_df_s64", "vec_di_to_df_u64", "vec_df_to_di_u64")
5260 ("vfidb", "*vldeb", "*vledb", "*vec_cmp<insn_cmp>v2df_cconly")
5261 ("vec_cmpeqv2df_cc", "vec_cmpeqv2df_cc", "vec_cmphv2df_cc")
5262 ("vec_cmphev2df_cc", "*vec_cmpeqv2df_cc")
5263 ("*vec_cmphv2df_cc", "*vec_cmphev2df_cc"): Enable new modes as ...
5264
5265 ("vec_all_<fpcmpcc:code><mode>", "vec_any_<fpcmpcc:code><mode>")
5266 ("vec_scatter_element<V_HW_4:mode>_DI")
5267 ("vec_cmp<fpcmp:code><mode>", "vcdgb", "vcdlgb", "vclgdb")
5268 ("vec_fpint<mode>", "vflls")
5269 ("vflrd", "*vec_cmp<insn_cmp><mode>_cconly", "vec_cmpeq<mode>_cc")
5270 ("vec_cmpeq<mode>_cc", "vec_cmph<mode>_cc", "vec_cmphe<mode>_cc")
5271 ("*vec_cmpeq<mode>_cc", "*vec_cmph<mode>_cc")
5272 ("*vec_cmphe<mode>_cc"): ... these.
5273
5274 ("vec_ctd_s64", "vec_ctsl", "vec_ctul", "vec_st2f"): Use rounding
5275 mode constant instead of magic value.
5276
5277 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5278
5279 * config/s390/s390.c (s390_expand_vec_compare): Support other
5280 vector floating point modes than just V2DF.
5281 (s390_expand_vcond): Likewise.
5282 (s390_hard_regno_mode_ok): Allow SFmode values in VRs.
5283 (s390_cannot_change_mode_class): Prevent mode changes between TF
5284 and V1TF in vector registers.
5285 * config/s390/s390.md (DF, SF): New mode attributes.
5286 ("*cmp<mode>_ccs", "add<mode>3", "sub<mode>3", "mul<mode>3")
5287 ("fma<mode>4", "fms<mode>4", "div<mode>3", "*neg<mode>2"): Add
5288 SFmode support for VRs.
5289 * config/s390/vector.md (V_HW, V_HW2, VT_HW, ti*, nonvec): Add new
5290 vector fp modes.
5291 (VFT, VF_HW): New mode iterators.
5292 (vw, sdx): New mode attributes.
5293 ("addv2df3", "subv2df3", "mulv2df3", "divv2df3", "sqrtv2df2")
5294 ("fmav2df4","fmsv2df4", "negv2df2", "absv2df2", "*negabsv2df2")
5295 ("smaxv2df3", "sminv2df3", "*vec_cmp<VFCMP_HW_OP:code>v2df_nocc")
5296 ("vec_cmpuneqv2df", "vec_cmpltgtv2df", "vec_orderedv2df")
5297 ("vec_unorderedv2df"): Adjust the v2df only patterns to support
5298 also the new vector floating point modes. Renaming to ...
5299
5300 ("add<mode>3", "sub<mode>3", "mul<mode>3", "div<mode>3")
5301 ("sqrt<mode>2", "fma<mode>4", "fms<mode>4", "neg<mode>2")
5302 ("abs<mode>2", "negabs<mode>2", "smax<mode>3")
5303 ("smin<mode>3", "*vec_cmp<VFCMP_HW_OP:code><mode>_nocc")
5304 ("vec_cmpuneq<mode>", "vec_cmpltgt<mode>", "vec_ordered<mode>")
5305 ("vec_unordered<mode>"): ... these.
5306
5307 ("neg_fma<mode>4", "neg_fms<mode>4", "*smax<mode>3_vxe")
5308 ("*smin<mode>3_vxe", "*sminv2df3_vx", "*vec_extendv4sf")
5309 ("*vec_extendv2df"): New insn definitions.
5310
5311 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5312
5313 * config/s390/s390.md ("*adddi3_sign", "*subdi3_sign", "mulditi3")
5314 ("mulditi3_2", "*muldi3_sign"): New patterns.
5315 ("muldi3", "*muldi3", "mulsi3", "*mulsi3"): Add an expander and
5316 rename the pattern definition.
5317
5318 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5319
5320 * config/s390/s390.md ("indirect_jump"): Turn insn definition into
5321 expander.
5322 ("*indirect_jump", "*indirect2_jump"): New pattern definitions.
5323
5324 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5325
5326 * config/s390/s390.c (s390_expand_vec_init): Use vllezl
5327 instruction if possible.
5328 * config/s390/vector.md (vec_halfnumelts): New mode
5329 attribute.
5330 ("*vec_vllezlf<mode>"): New pattern.
5331
5332 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5333
5334 * config/s390/vector.md ("popcountv16qi2", "popcountv8hi2")
5335 ("popcountv4si2", "popcountv2di2"): Rename to ...
5336 ("popcount<mode>2", "popcountv8hi2_vx", "popcountv4si2_vx")
5337 ("popcountv2di2_vx"): ... these and add !TARGET_VXE to the
5338 condition.
5339 ("popcount<mode>2_vxe"): New pattern.
5340
5341 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5342
5343 * common/config/s390/s390-common.c (processor_flags_table): Add
5344 arch12.
5345 * config.gcc: Add arch12.
5346 * config/s390/driver-native.c (s390_host_detect_local_cpu):
5347 Default to arch12 for unknown CPU model numbers.
5348 * config/s390/s390-builtins.def: Add B_VXE builtin flag.
5349 * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Adjust
5350 PROCESSOR_max sanity check.
5351 * config/s390/s390-opts.h (enum processor_type): Add
5352 PROCESSOR_ARCH12.
5353 * config/s390/s390.c (processor_table): Add arch12.
5354 (s390_expand_builtin): Add check for B_VXE flag.
5355 (s390_issue_rate): Add PROCESSOR_ARCH12.
5356 (s390_get_sched_attrmask): Likewise.
5357 (s390_get_unit_mask): Likewise.
5358 (s390_sched_score): Enable z13 scheduling for arch12.
5359 (s390_sched_reorder): Likewise.
5360 (s390_sched_variable_issue): Likewise.
5361 * config/s390/s390.h (enum processor_flags): Add PF_ARCH12 and
5362 PF_VXE.
5363 (s390_tune_attr): Use z13 scheduling also for arch12.
5364 (TARGET_CPU_ARCH12, TARGET_CPU_ARCH12_P, TARGET_CPU_VXE)
5365 (TARGET_CPU_VXE_P, TARGET_ARCH12, TARGET_ARCH12_P, TARGET_VXE)
5366 (TARGET_VXE_P): New macros.
5367 * config/s390/s390.md: Add arch12 to cpu attribute. Add arch12
5368 and vxe to cpu_facility. Add arch12 and vxe to enabled attribute.
5369 * config/s390/s390.opt: Add arch12 as processor_type.
5370
5371 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5372
5373 * config/s390/s390.md
5374 ("fixuns_truncdddi2", "fixuns_trunctddi2")
5375 ("fixuns_trunc<BFP:mode><GPR:mode>2"): Merge into ...
5376 ("fixuns_trunc<FP:mode><GPR:mode>2"): New expander.
5377
5378 ("fixuns_trunc<BFP:mode><GPR:mode>2", "fixuns_trunc<mode>si2"):
5379 Rename expanders to ...
5380
5381 ("fixuns_trunc<BFP:mode><GPR:mode>2_emu")
5382 ("fixuns_truncdddi2_emu"): ... these.
5383
5384 ("fixuns_trunc<mode>si2_emu"): New expander.
5385
5386 ("*fixuns_truncdfdi2_z13"): Rename to ...
5387 ("*fixuns_truncdfdi2_vx"): ... this.
5388
5389 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5390
5391 * config/s390/2964.md: Remove the single element vector compare
5392 instructions which are no longer used.
5393 * config/s390/s390.c (s390_select_ccmode): Remove handling of
5394 vector CCmodes.
5395 (s390_canonicalize_comparison): Remove handling of DFmode
5396 compares.
5397 (s390_expand_vec_compare_scalar): Remove function.
5398 (s390_emit_compare): Don't call s390_expand_vec_compare_scalar.
5399 * config/s390/s390.md ("*vec_cmp<insn_cmp>df_cconly"): Remove
5400 pattern.
5401 ("*cmp<mode>_ccs"): Add wfcdb instruction.
5402
5403 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5404
5405 * config/s390/s390.md ("mov<mode>_64dfp" DD_DF): Use vleig for loading a
5406 FP zero.
5407 ("*mov<mode>_64" DD_DF): Remove the vector instructions. These
5408 will anyway by matched by mov<mode>_64dfp.
5409
5410 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5411
5412 * config/s390/s390.md ("mov<mode>" SD_SF): Change vleg/vsteg to
5413 vlef/vstef. Add missing operand to vleif.
5414
5415 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5416
5417 * config/s390/s390.c (s390_expand_vec_init): Enable vector load
5418 pair for all vector types with 64 bit elements.
5419 * config/s390/vx-builtins.md (V_HW_64): Move mode iterator to ...
5420 * config/s390/vector.md (V_HW_64): ... here.
5421 (V_128_NOSINGLE): New mode iterator.
5422 ("vec_init<V_HW:mode>"): Use V_128 as mode iterator.
5423 ("*vec_splat<mode>"): Use V_128_NOSINGLE mode iterator.
5424 ("*vec_tf_to_v1tf", "*vec_ti_to_v1ti"): New pattern definitions.
5425 ("*vec_load_pairv2di"): Change to ...
5426 ("*vec_load_pair<mode>"): ... this one.
5427
5428 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5429
5430 * config/s390/constraints.md: Add comments.
5431 (jKK): Reject element sizes > 8 bytes.
5432 * config/s390/s390.c (s390_split_ok_p): Enable splitting also for
5433 s_operands.
5434 * config/s390/s390.md: Add the s_operand checks formerly in
5435 s390_split_ok_p to various splitters where they are still
5436 required.
5437 * config/s390/vector.md ("mov<mode>" V_128): Add GPR alternatives
5438 for 128 bit vectors. Plus two splitters.
5439
5440 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5441
5442 * config/s390/s390.md: Rename the cpu facilty vec to vx throughout
5443 the file.
5444
5445 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5446
5447 PR target/79893
5448 * config/s390/s390-c.c (s390_adjust_builtin_arglist): Issue an
5449 error if the boundary argument is not constant.
5450
5451 2017-03-24 Jakub Jelinek <jakub@redhat.com>
5452
5453 PR rtl-optimization/80112
5454 * loop-doloop.c (doloop_condition_get): Don't check condition
5455 if cmp isn't SET with IF_THEN_ELSE src.
5456
5457 2017-03-24 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
5458
5459 PR tree-optimization/80158
5460 * gimple-ssa-strength-reduction.c (replace_mult_candidate): When
5461 replacing a candidate statement, also replace it for the
5462 candidate's alternate interpretation.
5463 (replace_rhs_if_not_dup): Likewise.
5464 (replace_one_candidate): Likewise.
5465
5466 2017-03-24 Richard Biener <rguenther@suse.de>
5467
5468 PR tree-optimization/80167
5469 * graphite-isl-ast-to-gimple.c
5470 (translate_isl_ast_to_gimple::is_valid_rename): Handle default-defs
5471 properly.
5472 (translate_isl_ast_to_gimple::get_rename): Likewise.
5473
5474 2017-03-23 Kelvin Nilsen <kelvin@gcc.gnu.org>
5475
5476 * config/rs6000/rs6000.c (rs6000_option_override_internal): Change
5477 handling of certain combinations of target options, including the
5478 combinations -mpower8-vector vs. -mno-vsx, -mpower9-vector vs.
5479 -mno-power8-vector, and -mpower9_dform vs. -mno-power9-vector.
5480
5481 2017-03-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5482
5483 PR target/71436
5484 * config/arm/arm.md (*load_multiple): Add reload_completed to
5485 matching condition.
5486
5487 2017-03-23 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
5488 Richard Biener <rguenth@suse.de>
5489
5490 PR tree-optimization/79908
5491 PR tree-optimization/80136
5492 * tree-stdarg.c (expand_ifn_va_arg_1): For a VA_ARG whose LHS has
5493 been cast away, gimplify_and_add suffices.
5494
5495 2017-03-23 Markus Trippelsdorf <markus@trippelsdorf.de>
5496
5497 * tree-vrp.c (identify_jump_threads): Delete avail_exprs.
5498
5499 2017-03-23 Richard Biener <rguenther@suse.de>
5500
5501 PR tree-optimization/80032
5502 * gimplify.c (gimple_push_cleanup): Forced unconditional
5503 cleanups still have to go to the conditional_cleanups
5504 sequence.
5505
5506 2017-03-22 Jakub Jelinek <jakub@redhat.com>
5507
5508 PR tree-optimization/80072
5509 * tree-ssa-reassoc.c (struct operand_entry): Change id field type
5510 to unsigned int.
5511 (next_operand_entry_id): Change type to unsigned int.
5512 (sort_by_operand_rank): Make sure to return the right return value
5513 even if unsigned fields are bigger than INT_MAX.
5514 (struct oecount): Change cnt and id type to unsigned int.
5515 (oecount_hasher::equal): Formatting fix.
5516 (oecount_cmp): Make sure to return the right return value
5517 even if unsigned fields are bigger than INT_MAX.
5518 (undistribute_ops_list): Change next_oecount_id type to unsigned int.
5519
5520 PR c++/80129
5521 * gimplify.c (gimplify_modify_expr_rhs) <case COND_EXPR>: Clear
5522 TREE_READONLY on result if writing it more than once.
5523
5524 PR sanitizer/80110
5525 * doc/invoke.texi (-fsanitize=thread): Document that with
5526 -fnon-call-exceptions atomics are not able to throw
5527 exceptions.
5528
5529 PR sanitizer/80110
5530 * tsan.c: Include tree-eh.h.
5531 (instrument_builtin_call): Call maybe_clean_eh_stmt or
5532 maybe_clean_or_replace_eh_stmt where needed.
5533 (instrument_memory_accesses): Add cfg_changed argument.
5534 Call gimple_purge_dead_eh_edges on each block and set *cfg_changed
5535 if it returned true.
5536 (tsan_pass): Adjust caller. Return TODO_cleanup_cfg if cfg_changed.
5537
5538 PR rtl-optimization/63191
5539 * config/i386/i386.c (ix86_delegitimize_address): Turn into small
5540 wrapper function, moved the whole old content into ...
5541 (ix86_delegitimize_address_1): ... this. New inline function.
5542 (ix86_find_base_term): Use ix86_delegitimize_address_1 with
5543 true as last argument instead of ix86_delegitimize_address.
5544
5545 2017-03-22 Wilco Dijkstra <wdijkstr@arm.com>
5546
5547 * config/aarch64/aarch64.c (generic_branch_cost): Copy
5548 cortexa57_branch_cost.
5549
5550 2017-03-22 Wilco Dijkstra <wdijkstr@arm.com>
5551
5552 * config/aarch64/aarch64.c (generic_tunings): Add AES fusion.
5553
5554 2017-03-21 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
5555
5556 PR target/80123
5557 * doc/md.texi (Constraints): Document wA constraint.
5558 * config/rs6000/constraints.md (wA): New.
5559 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add wA reg_class.
5560 (rs6000_init_hard_regno_mode_ok): Init wA constraint.
5561 * config/rs6000/rs6000.h (RS6000_CONSTRAINT_wA): New.
5562 * config/rs6000/vsx.md (vsx_splat_<mode>): Use wA constraint.
5563
5564 2017-03-22 Cesar Philippidis <cesar@codesourcery.com>
5565
5566 PR c++/80029
5567 * gimplify.c (is_oacc_declared): New function.
5568 (oacc_default_clause): Use it to set default flags for acc declared
5569 variables inside parallel regions.
5570 (gimplify_scan_omp_clauses): Strip firstprivate pointers for acc
5571 declared variables.
5572 (gimplify_oacc_declare): Gimplify the declare clauses. Add the
5573 declare attribute to any decl as necessary.
5574
5575 2017-03-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
5576
5577 PR target/80082
5578 * config/arm/arm-isa.h (isa_bit_lpae): New feature bit.
5579 (ISA_ARMv7ve): Add isa_bit_lpae to the definition.
5580 * config/arm/arm-protos.h (arm_arch7ve): Rename into ...
5581 (arm_arch_lpae): This.
5582 * config/arm/arm.c (arm_arch7ve): Rename into ...
5583 (arm_arch_lpae): This. Define it in term of isa_bit_lpae.
5584 * config/arm/arm.h (TARGET_HAVE_LPAE): Redefine in term of
5585 arm_arch_lpae.
5586
5587 2017-03-22 Martin Liska <mliska@suse.cz>
5588
5589 PR target/79906
5590 * config/rs6000/rs6000.c (rs6000_inner_target_options): Show
5591 error message instead of an ICE.
5592
5593 2017-03-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
5594
5595 * doc/extend.texi (6.11 Additional Floating Types): Revise.
5596
5597 2017-03-21 Kelvin Nilsen <kelvin@gcc.gnu.org>
5598
5599 * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Add
5600 comments.
5601 * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
5602 comments.
5603
5604 2017-03-21 Martin Sebor <msebor@redhat.com>
5605
5606 * doc/extend.texi: Use "cannot" instead of "can't."
5607 * doc/hostconfig.texi: Same.
5608 * doc/install.texi: Same.
5609 * doc/invoke.texi: Same.
5610 * doc/loop.texi: Same.
5611 * doc/md.texi: Same.
5612 * doc/objc.texi: Same.
5613 * doc/rtl.texi: Same.
5614 * doc/tm.texi: Same.
5615 * doc/tm.texi.in: Same.
5616 * doc/trouble.texi: Same.
5617
5618 2017-03-21 Alexandre Oliva <aoliva@redhat.com>
5619
5620 PR debug/63238
5621 * dwarf2out.c (struct checksum_attributes): Add at_alignment.
5622 (collect_checksum_attributes): Set it.
5623 (die_checksum_ordered): Use it.
5624
5625 2017-03-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
5626
5627 PR tree-optimization/79908
5628 * tree-stdarg.c (expand_ifn_va_arg_1): Revert the following
5629 change: For a VA_ARG whose LHS has been cast away, use
5630 force_gimple_operand to construct the side effects.
5631
5632 2017-03-21 David Malcolm <dmalcolm@redhat.com>
5633
5634 PR translation/80001
5635 * omp-offload.c (oacc_loop_fixed_partitions): Make diagnostics
5636 more amenable to translation.
5637 (oacc_loop_auto_partitions): Likewise.
5638
5639 2017-03-21 Marek Polacek <polacek@redhat.com>
5640 Martin Sebor <msebor@redhat.com>
5641
5642 PR tree-optimization/80109
5643 * gimple-ssa-warn-alloca.c (alloca_call_type): Only call get_range_info
5644 on INTEGRAL_TYPE_P.
5645
5646 2017-03-21 Jakub Jelinek <jakub@redhat.com>
5647 Segher Boessenkool <segher@kernel.crashing.org>
5648
5649 PR target/80125
5650 * combine.c (can_combine_p): Revert the 2017-03-20 change, only
5651 check reg_used_between_p between insn and one of succ or succ2
5652 depending on if succ is artificial insn not inserted into insn
5653 stream.
5654
5655 2017-03-21 Martin Liska <mliska@suse.cz>
5656
5657 PR gcov-profile/80081
5658 * Makefile.in: Add gcov-dump and fix installation of gcov-tool.
5659 * doc/gcc.texi: Include gcov-dump stuff.
5660 * doc/gcov-dump.texi: New file.
5661
5662 2017-03-21 Toma Tabacu <toma.tabacu@imgtec.com>
5663
5664 PR rtl-optimization/79150
5665 * config/mips/mips.c (mips_block_move_loop): Emit a NOP after the
5666 conditional jump, if the jump is the last insn of the loop.
5667
5668 2017-03-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
5669 Richard Biener <rguenth@suse.de>
5670
5671 PR tree-optimization/79908
5672 * tree-stdarg.c (expand_ifn_va_arg_1): For a VA_ARG whose LHS has
5673 been cast away, use force_gimple_operand to construct the side
5674 effects.
5675
5676 2017-03-21 Martin Liska <mliska@suse.cz>
5677
5678 PR libfortran/79956
5679 * simplify-rtx.c (simplify_immed_subreg): Initialize a variable
5680 to NULL.
5681
5682 2017-03-21 Brad Spengler <spender@grsecurity.net>
5683
5684 PR plugins/80094
5685 * plugin.c (htab_hash_plugin): New function.
5686 (add_new_plugin): Use it and adjust.
5687 (parse_plugin_arg_opt): Adjust.
5688 (init_one_plugin): Likewise.
5689
5690 2017-03-21 Richard Biener <rguenther@suse.de>
5691
5692 PR tree-optimization/80032
5693 * gimplify.c (gimple_push_cleanup): Add force_uncond parameter,
5694 if set force the cleanup to happen unconditionally.
5695 (gimplify_target_expr): Push inserted clobbers with force_uncond
5696 to avoid them being removed by control-dependent DCE.
5697
5698 2017-03-21 Richard Biener <rguenther@suse.de>
5699
5700 PR tree-optimization/80122
5701 * tree-inline.c (copy_bb): Do not expans va-arg packs or
5702 va_arg_pack_len when the inlined call stmt requires pack
5703 expansion itself.
5704 * tree-inline.h (struct copy_body_data): Make call_stmt a gcall *.
5705
5706 2017-03-21 Jakub Jelinek <jakub@redhat.com>
5707
5708 PR sanitizer/78158
5709 * tsan.c (instrument_builtin_call): If the memory model argument
5710 is not a constant, assume it is valid.
5711
5712 PR c/67338
5713 * fold-const.c (round_up_loc): Negate divisor in unsigned type to
5714 avoid UB.
5715
5716 2017-03-20 Segher Boessenkool <segher@kernel.crashing.org>
5717
5718 PR rtl-optimization/79910
5719 * combine.c (can_combine_p): Do not allow combining an I0 or I1
5720 if its dest is used by an insn before I2 (other than the combined
5721 insns themselves, which are properly handled already).
5722
5723 2017-03-20 Segher Boessenkool <segher@kernel.crashing.org>
5724
5725 Revert:
5726 2017-03-17 Bernd Schmidt <bschmidt@redhat.com>
5727
5728 * combine.c (record_used_regs): New static function.
5729 (try_combine): Handle situations where there is an additional
5730 instruction between I2 and I3 which needs to have a LOG_LINK
5731 updated.
5732
5733 Revert:
5734 2017-03-17 Jim Wilson <jim.wilson@linaro.org>
5735
5736 * combine.c (try_combine): Delete redundant i1 test. Call
5737 prev_nonnote_nondebug_insn instead of prev_nonnote_insn.
5738
5739 2017-03-20 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
5740
5741 PR target/80083
5742 * config/rs6000/rs6000.md (*movsi_internal1): Fix constraints for
5743 alternatives 13/14.
5744
5745 2017-03-20 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
5746
5747 PR tree-optimization/80054
5748 * gimple-ssa-strength-reduction.c (all_phi_incrs_profitable): Fail
5749 the optimization if a PHI or any of its arguments is not dominated
5750 by the candidate's basis. Use gphi* rather than gimple* as
5751 appropriate.
5752 (replace_profitable_candidates): Clean up a gimple* variable that
5753 should be a gphi* variable.
5754
5755 2017-03-20 Martin Sebor <msebor@redhat.com>
5756
5757 PR c++/52477
5758 * doc/extend.texi (attribute constructor): Document present limitation.
5759
5760 2017-03-20 Kelvin Nilsen <kelvin@gcc.gnu.org>
5761
5762 PR target/79963
5763 * config/rs6000/altivec.h (vec_all_ne): Under __cplusplus__ and
5764 __POWER9_VECTOR__ #ifdef control, change template definition to
5765 use Power9-specific built-in function.
5766 (vec_any_eq): Likewise.
5767 * config/rs6000/vector.md (vector_ae_v2di_p): Change the flag used
5768 to control outcomes from this test.
5769 (vector_ae_<mode>p): For VEC_F modes, likewise.
5770
5771 2017-03-20 Ian Lance Taylor <iant@google.com>
5772
5773 * config/i386/i386.c (ix86_function_regparm): Save an extra
5774 register for -fsplit-stack with DECL_STATIC_CHAIN.
5775
5776 2017-03-17 Palmer Dabbelt <palmer@dabbelt.com>
5777
5778 PR target/79912
5779 * config/riscv/riscv.c (riscv_preferred_reload_class): Remove.
5780 (TARGET_PREFERRED_RELOAD_CLASS): Likewise.
5781
5782 2017-03-17 Palmer Dabbelt <palmer@dabbelt.com>
5783
5784 * config/riscv/riscv.c (riscv_print_operand): Use "fence
5785 iorw,ow".
5786 * config/riscv/sync.mc (mem_thread_fence_1): Use "fence
5787 iorw,iorw".
5788
5789 2017-03-20 Marek Polacek <polacek@redhat.com>
5790
5791 PR sanitizer/80063
5792 * asan.c (DEF_SANITIZER_BUILTIN): Use do { } while (0).
5793
5794 2017-03-20 Richard Biener <rguenther@suse.de>
5795
5796 PR tree-optimization/80113
5797 * graphite-isl-ast-to-gimple.c (copy_loop_phi_nodes): Do not
5798 allocate extra SSA name for PHI def.
5799 (add_close_phis_to_outer_loops): Likewise.
5800 (add_close_phis_to_merge_points): Likewise.
5801 (copy_loop_close_phi_args): Likewise.
5802 (copy_cond_phi_nodes): Likewise.
5803
5804 2017-03-20 Martin Liska <mliska@suse.cz>
5805
5806 PR middle-end/79753
5807 * tree-chkp.c (chkp_build_returned_bound): Do not build
5808 returned bounds for a LHS that's not a BOUNDED_P type.
5809
5810 2017-03-20 Martin Liska <mliska@suse.cz>
5811
5812 PR target/79769
5813 PR target/79770
5814 * tree-chkp.c (chkp_find_bounds_1): Handle REAL_CST,
5815 COMPLEX_CST and VECTOR_CST.
5816
5817 2017-03-20 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5818
5819 PR target/78857
5820 * config/s390/s390.md ("cmp<mode>_ccs_0"): Add a clobber of the
5821 target operand. A new splitter adds the clobber statement in case
5822 the target operand is dead anyway.
5823
5824 2017-03-19 Gerald Pfeifer <gerald@pfeifer.com>
5825
5826 * doc/install.texi (Specific) <sparc-*-linux*>: No longer refer
5827 to age-old versions of binutils and glibc.
5828
5829 2017-03-18 Segher Boessenkool <segher@kernel.crashing.org>
5830
5831 * doc/contrib.texi (Contributors): Remove duplicate entry for myself.
5832
5833 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
5834
5835 * doc/contrib.texi (Contributors): Add Segher Boessenkool.
5836
5837 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
5838
5839 * doc/install.texi (Specific) <arm-*-eabi>: Remove old
5840 requirement for binutils 2.13.
5841
5842 2017-03-17 Jim Wilson <jim.wilson@linaro.org>
5843
5844 * combine.c (try_combine): Delete redundant i1 test. Call
5845 prev_nonnote_nondebug_insn instead of prev_nonnote_insn.
5846
5847 2017-03-17 Palmer Dabbelt <palmer@dabbelt.com
5848
5849 * doc/install.texi (Specific) <riscv32-*-elf>: Add riscv32-*-elf,
5850 riscv32-*-linux, riscv64-*-elf, riscv64-*-linux to the table of
5851 contents.
5852 <riscv64-*-elf>: Re-arrange section
5853 <riscv32-*-elf>: Add a note about requiring binutils 2.28.
5854 <riscv32-*-linux>: Likewise.
5855 <riscv64-*-elf>: Likewise
5856 <riscv64-*-linux>: Likewise.
5857
5858 2017-03-17 Richard Earnshaw <rearnsha@arm.com>
5859
5860 PR target/80052
5861 * aarch64.opt(verbose-cost-dump): Fix typo.
5862
5863 2017-03-17 Pat Haugen <pthaugen@us.ibm.com>
5864
5865 PR target/79951
5866 * config/rs6000/rs6000.md (copysign<mode>3_fcpsgn): Test
5867 for VECTOR_UNIT_VSX_P (<MODE>mode) too.
5868
5869 2017-03-17 Bernd Schmidt <bschmidt@redhat.com>
5870
5871 * reload.c (find_reloads): When reloading a nonoffsettable address,
5872 use RELOAD_OTHER for it and its address reloads.
5873
5874 PR rtl-optimization/79910
5875 * combine.c (record_used_regs): New static function.
5876 (try_combine): Handle situations where there is an additional
5877 instruction between I2 and I3 which needs to have a LOG_LINK
5878 updated.
5879
5880 2017-03-17 Jeff Law <law@redhat.com>
5881
5882 PR tree-optimization/71437
5883 * tree-vrp.c (simplify_stmt_for_jump_threading): Lookup the
5884 conditional in the hash table first.
5885 (vrp_dom_walker::before_dom_children): Extract condition from
5886 ASSERT_EXPR. Record condition, its inverion and any implied
5887 conditions as well.
5888
5889 2017-03-17 Marek Polacek <polacek@redhat.com>
5890 Markus Trippelsdorf <markus@trippelsdorf.de>
5891
5892 PR tree-optimization/80079
5893 * gimple-ssa-store-merging.c (class pass_store_merging): Initialize
5894 m_stores_head.
5895
5896 2017-03-17 Richard Biener <rguenther@suse.de>
5897
5898 PR middle-end/80075
5899 * tree-eh.c (stmt_could_throw_1_p): Only handle gimple assigns.
5900 Properly verify the LHS before the RHS possibly claims to be
5901 handled.
5902 (stmt_could_throw_p): Hande gimple conds fully here. Clobbers
5903 do not throw.
5904
5905 2017-03-17 Martin Jambor <mjambor@suse.cz>
5906
5907 * doc/invoke.texi (Option Options): Include -fipa-vrp in the list.
5908 (List of -O2 options): Likewise.
5909 (-fipa-bit-cp): Replace "ipa" with "interprocedural."
5910 (-fipa-vrp) New.
5911
5912 2017-03-17 Tom de Vries <tom@codesourcery.com>
5913
5914 * gcov-dump.c (print_usage): Print bug_report_url.
5915
5916 2017-03-17 Richard Biener <rguenther@suse.de>
5917
5918 PR middle-end/80050
5919 * genmatch.c (parser::next): Remove pointless check for CPP_EOF.
5920 (parser::peek): Likewise.
5921
5922 2017-03-17 Richard Biener <rguenther@suse.de>
5923
5924 PR tree-optimization/80048
5925 * sese.c (free_sese_info): Properly release rename_map and
5926 copied_bb_map elements.
5927
5928 2017-03-16 Alexandre Oliva <aoliva@redhat.com>
5929
5930 * gimple-ssa-store-merging.c (struct imm_store_chain_info):
5931 Add linked-list forward and backlinks. Insert on
5932 construction, remove on destruction.
5933 (class pass_store_merging): Add m_stores_head field.
5934 (pass_store_merging::terminate_and_process_all_chains):
5935 Iterate over m_stores_head list.
5936 (pass_store_merging::terminate_all_aliasing_chains):
5937 Likewise.
5938 (pass_store_merging::execute): Check for debug stmts first.
5939 Push new chains onto the m_stores_head stack.
5940
5941 2017-03-16 Michael Meissner <meissner@linux.vnet.ibm.com>
5942
5943 PR target/71294
5944 * config/rs6000/vsx.md (vsx_splat_<mode>, VSX_D iterator): Allow a
5945 SPLAT operation on ISA 2.07 64-bit systems that have direct move,
5946 but no MTVSRDD support, by doing MTVSRD and XXPERMDI.
5947
5948 2017-03-16 Jeff Law <law@redhat.com>
5949
5950 PR tree-optimization/71437
5951 * tree-ssa-dom.c (dom_opt_dom_walker): Remove thread_across_edge
5952 member function. Implementation moved into after_dom_children
5953 member function and into the threader's thread_outgoing_edges
5954 function.
5955 (dom_opt_dom_walker::after_dom_children): Simplify by moving
5956 some code into new thread_outgoing_edges.
5957 * tree-ssa-threadedge.c (thread_across_edge): Make static and simplify
5958 definition. Simplify marker handling (do it here). Assume we always
5959 have the available expression and the const/copies tables.
5960 (thread_outgoing_edges): New function extracted from tree-ssa-dom.c
5961 and tree-vrp.c
5962 * tree-ssa-threadedge.h (thread_outgoing_edges): Declare.
5963 * tree-vrp.c (equiv_stack): No longer file scoped.
5964 (vrp_dom_walker): New class.
5965 (vrp_dom_walker::before_dom_children): New member function.
5966 (vrp_dom_walker::after_dom_children): Likewise.
5967 (identify_jump_threads): Setup domwalker. Use it rather than
5968 walking edges in a random order by hand. Simplify setup/finalization.
5969 (finalize_jump_threads): Remove.
5970 (vrp_finalize): Do not call identify_jump_threads here.
5971 (execute_vrp): Do it here instead and call thread_through_all_blocks
5972 here too.
5973
5974 PR tree-optimization/71437
5975 * tree-ssa-dom.c (pfn_simplify): Add basic_block argument. All
5976 callers changed.
5977 (simplify_stmt_for_jump_threading): Add basic_block argument. All
5978 callers changed.
5979 (lhs_of_dominating_assert): Moved from here into tree-vrp.c.
5980 (dom_opt_dom_walker::thread_across_edge): Remove
5981 handle_dominating_asserts argument. All callers changed.
5982 (record_temporary_equivalences_from_stmts_at_dest): Corresponding
5983 changes. Remove calls to lhs_of_dominating_assert. Other
5984 uses of handle_dominating_asserts turn into unconditional code
5985 (simplify_control_stmt_condition_1): Likewise.
5986 (simplify_control_stmt_condition): Likewise.
5987 (thread_through_normal_block, thread_across_edge): Likewise.
5988 * tree-ssa-threadedge.h (thread_across_edge): Corresponding changes.
5989 * tree-vrp.c (lhs_of_dominating_assert): Move here. Return original
5990 object if it is not an SSA_NAME.
5991 (simplify_stmt_for_jump_threading): Call lhs_of_dominating_assert
5992 before calling into the VRP specific simplifiers.
5993 (identify_jump_threads): Remove handle_dominating_asserts
5994 argument.
5995
5996 2017-03-16 Jakub Jelinek <jakub@redhat.com>
5997
5998 PR fortran/79886
5999 * tree-diagnostic.c (default_tree_printer): No longer static.
6000 * tree-diagnostic.h (default_tree_printer): New prototype.
6001
6002 2017-03-16 Tamar Christina <tamar.christina@arm.com>
6003
6004 * config/aarch64/aarch64-simd.md (*aarch64_simd_mov<mode>)
6005 Change ins into fmov.
6006
6007 2017-03-16 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6008
6009 * config/aarch64/iterators.md (h_con): Return "x" for V4HF and V8HF.
6010 * config/aarch64/aarch64-simd.md (*aarch64_fma4_elt_from_dup<mode>):
6011 Use h_con constraint for operand 1.
6012 (*aarch64_fnma4_elt_from_dup<mode>): Likewise.
6013 (*aarch64_mulx_elt_from_dup<mode>): Likewise for operand 2.
6014
6015 2017-03-15 Jeff Law <law@redhat.com>
6016
6017 PR tree-optimization/71437
6018 * tree-ssa-dom.c (derive_equivalences_from_bit_ior): New function.
6019 (record_temporary_equivalences): Use it.
6020
6021 PR tree-optimization/71437
6022 * tree-ssa-dom.c (struct cond_equivalence): Moved from here into
6023 tree-ssa-scopedtables.
6024 (lookup_avail_expr, build_and_record_new_cond): Likewise.
6025 (record_conditions, record_cond, vuse_eq): Likewise.
6026 (record_edge_info): Adjust to API tweak of record_conditions.
6027 (simplify_stmt_for_jump_threading): Similarly for lookup_avail_expr.
6028 (record_temporary_equivalences, optimize_stmt): Likewise.
6029 (eliminate_redundant_computations): Likewise.
6030 (record_equivalences_from_stmt): Likewise.
6031 * tree-ssa-scopedtables.c: Include options.h and params.h.
6032 (vuse_eq): New function, moved from tree-ssa-dom.c
6033 (build_and_record_new_cond): Likewise.
6034 (record_conditions): Likewise. Accept vector of conditions rather
6035 than edge_equivalence structure for first argument.
6036 for the first argument.
6037 (avail_exprs_stack::lookup_avail_expr): New member function, moved
6038 from tree-ssa-dom.c.
6039 (avail_exprs_stack::record_cond): Likewise.
6040 * tree-ssa-scopedtables.h (struct cond_equivalence): Moved here
6041 from tree-ssa-dom.c.
6042 (avail_exprs_stack): Add new member functions lookup_avail_expr
6043 and record_cond.
6044 (record_conditions): Declare.
6045
6046 2017-03-15 Vladimir Makarov <vmakarov@redhat.com>
6047
6048 PR target/80017
6049 * lra-constraints.c (process_alt_operands): Increase reject for
6050 reloading an input/output operand.
6051
6052 2017-03-15 Michael Meissner <meissner@linux.vnet.ibm.com>
6053
6054 PR target/79038
6055 * config/rs6000/rs6000.md (float<QHI:mode><IEEE128:mode>2): Define
6056 insns to convert from signed/unsigned char/short to IEEE 128-bit
6057 floating point.
6058 (floatuns<QHI:mode><IEEE128:mode>2): Likewise.
6059
6060 2017-03-15 Uros Bizjak <ubizjak@gmail.com>
6061
6062 PR target/80019
6063 * config/i386/i386.c (ix86_vector_duplicate_value): Create
6064 subreg of inner mode for values already in registers.
6065
6066 2017-03-15 Bernd Schmidt <bschmidt@redhat.com>
6067
6068 * config/c6x/c6x.c (hwloop_optimize): Handle case where the old
6069 iteration reg is used after the loop.
6070
6071 2017-03-14 Martin Sebor <msebor@redhat.com>
6072
6073 PR tree-optimization/79800
6074 * gimple-ssa-sprintf.c (format_floating: Add argument. Handle
6075 precision in negative-positive range.
6076 (format_floating): Call non-const overload with adjusted precision.
6077
6078 2017-03-14 Michael Meissner <meissner@linux.vnet.ibm.com>
6079
6080 PR target/79947
6081 * config/rs6000/rs6000.h (TARGET_FRSQRTES): Add check for
6082 -mpowerpc-gfxopt.
6083
6084 2017-03-14 Martin Sebor <msebor@redhat.com>
6085
6086 PR middle-end/80020
6087 * builtin-attrs.def (ATTR_ALLOC_SIZE_2_NOTHROW_LIST): New macro.
6088 * builtins.def (aligned_alloc): Use it.
6089
6090 PR c/79936
6091 * Makefile.in (GTFILES): Add calls.c.
6092 * calls.c: Include "gt-calls.h".
6093
6094 2017-03-14 Bernd Schmidt <bschmidt@redhat.com>
6095
6096 PR rtl-optimization/79728
6097 * regs.h (struct target_regs): New field
6098 x_contains_allocatable_regs_of_mode.
6099 (contains_allocatable_regs_of_mode): New macro.
6100 * reginfo.c (init_reg_sets_1): Initialize it, and change
6101 contains_reg_of_mode so it includes global regs as well.
6102 * reload.c (push_reload): Use contains_allocatable_regs_of_mode
6103 rather than contains_regs_of_mode.
6104
6105 2017-03-14 Martin Liska <mliska@suse.cz>
6106
6107 * doc/invoke.texi: Document options that can't be combined with
6108 -fcheck-pointer-bounds.
6109
6110 2017-03-14 Martin Liska <mliska@suse.cz>
6111
6112 PR middle-end/79831
6113 * doc/invoke.texi (-Wchkp): Document the option.
6114
6115 2017-03-14 Martin Liska <mliska@suse.cz>
6116
6117 * Makefile.in: Install gcov-dump.
6118
6119 2017-03-14 Martin Liska <mliska@suse.cz>
6120
6121 * multiple_target.c (expand_target_clones): Bail out for
6122 an invalid attribute.
6123
6124 2017-03-14 Richard Biener <rguenther@suse.de>
6125
6126 * alias.c (struct alias_set_entry): Pack properly.
6127 * cfgloop.h (struct loop): Likewise.
6128 * cse.c (struct set): Likewise.
6129 * ipa-utils.c (struct searchc_env): Likewise.
6130 * loop-invariant.c (struct invariant): Likewise.
6131 * lra-remat.c (struct cand): Likewise.
6132 * recog.c (struct change_t): Likewise.
6133 * rtl.h (struct address_info): Likewise.
6134 * symbol-summary.h (function_summary): Likewise.
6135 * tree-loop-distribution.c (struct partition): Likewise.
6136 * tree-object-size.c (struct object_size_info): Likewise.
6137 * tree-ssa-loop-ivopts.c (struct cost_pair): Likewise.
6138 * tree-ssa-threadupdate.c (struct ssa_local_info_t): Likewise.
6139 * tree-vect-data-refs.c (struct _vect_peel_info): Likewise.
6140 * tree-vect-slp.c (struct _slp_oprnd_info): Likewise.
6141 * tree-vect-stmts.c (struct simd_call_arg_info): Likewise.
6142 * tree-vectorizer.h (struct _loop_vec_info): Likewise.
6143 (struct _stmt_vec_info): Likewise.
6144
6145 2017-03-14 Martin Liska <mliska@suse.cz>
6146
6147 PR target/79892
6148 * multiple_target.c (create_dispatcher_calls): Check that
6149 a target can create a function dispatcher.
6150
6151 2017-03-14 Martin Liska <mliska@suse.cz>
6152
6153 PR lto/66295
6154 * multiple_target.c (expand_target_clones): Drop local.local
6155 flag for default implementation.
6156
6157 2017-03-14 Richard Biener <rguenther@suse.de>
6158
6159 PR tree-optimization/80030
6160 * tree-vect-stmts.c (vectorizable_store): Plug memleak.
6161
6162 2017-03-13 Kito Cheng <kito.cheng@gmail.com>
6163
6164 * config/riscv/riscv.c (riscv_emit_float_compare>: Use
6165 gcc_fallthrough() instead of __attribute__((fallthrough));
6166
6167 2017-03-13 Gerald Pfeifer <gerald@pfeifer.com>
6168
6169 * doc/gcc.texi: Remove "up" link to (DIR).
6170 * doc/gccint.texi: Ditto.
6171
6172 2017-03-13 Gerald Pfeifer <gerald@pfeifer.com>
6173
6174 * doc/install.texi (Specific) <avr>: Remove reference to
6175 binutils 2.13.
6176
6177 2017-03-13 Jeff Law <law@redhat.com>
6178
6179 * config/riscv/riscv.c (riscv_emit_float_compare): Use fallthru
6180 attribute rather than comments.
6181
6182 * config/pdp11/pdp11.md (movmemhi): Adjust operand numbers to
6183 match_scratch operand is highest.
6184
6185 2017-03-13 Martin Liska <mliska@suse.cz>
6186
6187 PR middle-end/78339
6188 * ipa-pure-const.c (warn_function_noreturn): If the declarations
6189 is a CHKP clone, use original declaration.
6190
6191 2017-03-13 Claudiu Zissulescu <claziss@synopsys.com>
6192
6193 * config/arc/arc.c (arc_init): Use multiplier whenever we have it.
6194 (arc_conditional_register_usage): Use a different allocation order
6195 when optimizing for size.
6196 * common/config/arc/arc-common.c (arc_option_optimization_table):
6197 Section anchors default on when optimizing for size.
6198
6199 2017-03-13 Claudiu Zissulescu <claziss@synopsys.com>
6200
6201 * config/arc/arc.md (*tst_bitfield_tst): Fix pattern.
6202
6203 2017-03-13 Claudiu Zissulescu <claziss@synopsys.com>
6204
6205 * config/arc/arc.c (arc_output_addsi): Emit code density adds.
6206 * config/arc/arc.md (cpu_facility): Add cd variant.
6207 (*movqi_insn): Add code density variant.
6208 (*movhi_insn): Likewise.
6209 (*movqi_insn): Likewise.
6210 (*addsi3_mixed): Likewise.
6211 (subsi3_insn): Likewise.
6212
6213 2017-03-13 Claudiu Zissulescu <claziss@synopsys.com>
6214
6215 * config/arc/arc.md (movsi_cond_exec): Update constraint.
6216
6217 2017-03-13 Claudiu Zissulescu <claziss@synopsys.com>
6218
6219 * config/arc/arc.c (arc_legitimize_pic_address): Handle PIC
6220 expressions with MINUS and UNARY ops.
6221
6222 2017-03-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6223
6224 PR target/79911
6225 * config/arm/neon.md (vec_sel_widen_ssum_lo<VQI:mode><VW:mode>3):
6226 Rename to...
6227 (vec_sel_widen_ssum_lo<mode><V_half>3): ... This. Avoid mismatch
6228 between vec_select and vector argument.
6229 (vec_sel_widen_ssum_hi<VQI:mode><VW:mode>3): Rename to...
6230 (vec_sel_widen_ssum_hi<mode><V_half>3): ... This. Likewise.
6231 (vec_sel_widen_usum_lo<VQI:mode><VW:mode>3): Rename to...
6232 (vec_sel_widen_usum_lo<mode><V_half>3): ... This.
6233 (vec_sel_widen_usum_hi<VQI:mode><VW:mode>3): Rename to...
6234 (vec_sel_widen_usum_hi<mode><V_half>3): ... This.
6235
6236 2017-03-13 Richard Biener <rguenther@suse.de>
6237
6238 PR other/79991
6239 * params.def (vect-max-peeling-for-alignment): Fix typo.
6240
6241 2017-03-12 Gerald Pfeifer <gerald@pfeifer.com>
6242
6243 * doc/install.texi (Specific) <mips-*-*>: Remove description of
6244 issue that only occurred with binutils below 2.18.
6245
6246 2017-03-12 Gerald Pfeifer <gerald@pfeifer.com>
6247
6248 * doc/install.texi (Specific) <cris-axis-elf>: No longer
6249 refer to binutils 2.11/2.12 minimum.
6250
6251 2017-03-12 Gerald Pfeifer <gerald@pfeifer.com>
6252
6253 * doc/install.texi (Specific) <powerpc-*-*>: Remove link to
6254 ftp.kernel.org and simplify binutils requirement.
6255
6256 2017-03-11 Gerald Pfeifer <gerald@pfeifer.com>
6257
6258 * doc/invoke.texi (Warning Options): Fix spelling of link-time
6259 optimization.
6260 (Optimize Options): Ditto. Also remove redundancy.
6261
6262 2017-03-10 David Malcolm <dmalcolm@redhat.com>
6263
6264 PR translation/79848
6265 * ipa-devirt.c (warn_types_mismatch): Simplify uses of "%<%s%>" to
6266 "%qs".
6267 * ipa-pure-const.c (suggest_attribute): Likewise. Convert _
6268 to G_ to avoid double translation.
6269
6270 2017-03-10 David Malcolm <dmalcolm@redhat.com>
6271
6272 PR translation/79923
6273 * auto-profile.c (get_combined_location): Convert leading
6274 character of diagnostics to lower case and remove trailing period.
6275 (read_profile): Likewise for various diagnostics.
6276 * config/arm/arm.c (arm_option_override): Remove trailing period
6277 from various diagnostics.
6278 * config/msp430/msp430.c (msp430_expand_delay_cycles): Likewise.
6279 (msp430_expand_delay_cycles): Likewise.
6280
6281 2017-03-10 David Malcolm <dmalcolm@redhat.com>
6282
6283 PR target/79925
6284 * config/aarch64/aarch64.c (aarch64_validate_mcpu): Quote the
6285 full command-line argument, rather than just "str".
6286 (aarch64_validate_march): Likewise.
6287 (aarch64_validate_mtune): Likewise.
6288
6289 2017-03-10 Bernd Schmidt <bschmidt@redhat.com>
6290
6291 PR rtl-optimization/78911
6292 * lra-assigns.c (must_not_spill_p): New function.
6293 (spill_for): Use it.
6294
6295 2017-03-10 Jakub Jelinek <jakub@redhat.com>
6296
6297 PR tree-optimization/79981
6298 * tree-vrp.c (extract_range_basic): Handle IMAGPART_EXPR of
6299 ATOMIC_COMPARE_EXCHANGE ifn result.
6300 (stmt_interesting_for_vrp, vrp_visit_stmt): Handle
6301 IFN_ATOMIC_COMPARE_EXCHANGE.
6302
6303 2017-03-10 David Malcolm <dmalcolm@redhat.com>
6304
6305 PR driver/79875
6306 * opts.c (parse_sanitizer_options): Add missing question mark to
6307 "did you mean" message.
6308
6309 2017-03-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
6310
6311 * config/rs6000/rs6000-builtin.def (VMULEUB_UNS): Remove orphaned
6312 built-in.
6313 (VMULEUH_UNS): Likewise.
6314 (VMULOUB_UNS): Likewise.
6315 (VMULOUH_UNS): Likewise.
6316 * config/rs6000/rs6000.c (builtin_function_type): Remove
6317 references to ALTIVEC_BUILTIN_VMUL[EO]U[BH]_UNS.
6318
6319 2017-03-10 David Malcolm <dmalcolm@redhat.com>
6320
6321 PR bootstrap/79952
6322 * read-rtl-function.c (function_reader::read_rtx_operand): Update
6323 x with result of extra_parsing_for_operand_code_0.
6324 (function_reader::extra_parsing_for_operand_code_0): Convert
6325 return type from void to rtx, returning x. When reading
6326 SYMBOL_REF with SYMBOL_FLAG_HAS_BLOCK_INFO, reallocate x to the
6327 larger size containing struct block_symbol.
6328
6329 2017-03-10 Segher Boessenkool <segher@kernel.crashing.org>
6330
6331 * config/rs6000/rs6000.c (rs6000_option_override_internal): Disallow
6332 -mfloat128-hardware without -m64.
6333
6334 2017-03-10 Will Schmidt <will_schmidt@vnet.ibm.com>
6335
6336 PR target/79941
6337 * config/rs6000/rs6000.c (builtin_function_type): Add VMUL*U[HB]
6338 entries to the case statement that marks unsigned arguments to
6339 overloaded functions.
6340
6341 2017-03-10 Kelvin Nilsen <kelvin@gcc.gnu.org>
6342
6343 * config/rs6000/rs6000.c (rs6000_option_override_internal): Fix
6344 two typographic errors in the handling of TARGET_UPPER_REGS_DI.
6345
6346 2017-03-10 Pat Haugen <pthaugen@us.ibm.com>
6347
6348 PR target/79907
6349 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Test
6350 TARGET_UPPER_REGS_DI when setting 'wi' constraint regclass.
6351
6352 2017-03-10 Martin Liska <mliska@suse.cz>
6353
6354 PR target/65705
6355 PR target/69804
6356 * toplev.c (process_options): Enable MPX with LSAN and UBSAN.
6357 * tree-chkp.c (chkp_walk_pointer_assignments): Verify that
6358 FIELD != NULL.
6359
6360 2017-03-10 Olivier Hainque <hainque@adacore.com>
6361
6362 * tree-switch-conversion (array_value_type): Start by resetting
6363 candidate type to it's main variant.
6364
6365 2017-03-10 Jakub Jelinek <jakub@redhat.com>
6366
6367 PR rtl-optimization/79909
6368 * combine.c (try_combine): Use simplify_replace_rtx on individual
6369 CALL_INSN_FUNCTION_USAGE elements instead of replace_rtx on copy_rtx
6370 of the whole CALL_INSN_FUNCTION_USAGE.
6371
6372 PR tree-optimization/79972
6373 * gimple-ssa-warn-alloca.c (alloca_call_type): Only call
6374 get_range_info on SSA_NAMEs. Formatting fixes.
6375
6376 2017-03-10 Richard Biener <rguenther@suse.de>
6377 Jakub Jelinek <jakub@redhat.com>
6378
6379 PR tree-optimization/77975
6380 * tree-ssa-loop-niter.c (get_base_for): Allow phi argument from latch
6381 edge to be constant.
6382 (get_val_for): For constant x return it. Formatting fix.
6383 (loop_niter_by_eval): Avoid pointless looping if the next iteration
6384 would use the same bases as the current one.
6385
6386 2017-03-09 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
6387
6388 * config/rs6000/rs6000.c (rs6000_gen_le_vsx_permute): Use rotate
6389 instead of vec_select for V1TImode.
6390 * conifg/rs6000/vsx.md (VSX_LE): Remove mode iterator that is no
6391 longer needed.
6392 (VSX_LE_128): Add V1TI to this mode iterator.
6393 (*vsx_le_perm_load_<mode>): Change to use VSX_D mode iterator.
6394 (*vsx_le_perm_store_<mode>): Likewise.
6395 (pre-reload splitter for VSX stores): Likewise.
6396 (post-reload splitter for VSX stores): Likewise.
6397 (*vsx_xxpermdi2_le_<mode>): Likewise.
6398 (*vsx_lxvd2x2_le_<mode>): Likewise.
6399 (*vsx_stxvd2x2_le_<mode>): Likewise.
6400
6401 2017-03-09 Michael Eager <eager@eagercon.com>
6402
6403 Correct failures with --enable-checking=yes,rtl.
6404
6405 * config/microblaze/microblaze.c (microblaze_expand_shift):
6406 Replace GET_CODE test with CONST_INT_P and INTVAL test with
6407 test for const0_rtx.
6408 * config/microblaze/microblaze.md (ashlsi3_byone, ashrsi3_byone,
6409 lshrsi3_byone): Replace INTVAL with test for const1_rtx.
6410
6411 2017-03-09 Richard Biener <rguenther@suse.de>
6412
6413 PR tree-optimization/79977
6414 * graphite-scop-detection.c (scop_detection::merge_sese):
6415 Handle the case of extra exits to blocks dominating the entry.
6416
6417 2017-03-09 Toma Tabacu <toma.tabacu@imgtec.com>
6418
6419 * doc/sourcebuild.texi (Effective-Target Keywords, Other attributes):
6420 Document rdynamic.
6421
6422 2017-03-09 Vladimir Makarov <vmakarov@redhat.com>
6423
6424 PR rtl-optimization/79949
6425 * lra-constraints.c (process_alt_operands): Check memory when
6426 trying to predict a cycle. Print about the overall increase.
6427
6428 2017-03-09 Richard Biener <rguenther@suse.de>
6429
6430 PR middle-end/79971
6431 * gimple-expr.c (useless_type_conversion_p): Preserve
6432 TYPE_SATURATING for fixed-point types.
6433
6434 2017-03-09 Richard Biener <rguenther@suse.de>
6435
6436 PR ipa/79970
6437 * ipa-prop.c (ipa_modify_formal_parameters): Avoid changing
6438 alignment of BLKmode params.
6439
6440 2017-03-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6441
6442 PR target/79913
6443 * config/aarch64/iterators.md (VALL_F16_NO_V2Q): New mode iterator.
6444 (VALL_NO_V2Q): Likewise.
6445 (VDQF_DF): Delete.
6446 * config/aarch64/aarch64-simd.md
6447 (aarch64_dup_lane_<vswap_width_name><mode>): Use VALL_F16_NO_V2Q
6448 iterator.
6449 (*aarch64_simd_vec_copy_lane_<vswap_width_name><mode>): Use
6450 VALL_NO_V2Q mode iterator.
6451 (*aarch64_vgetfmulx<mode>): Use VDQF iterator.
6452
6453 2017-03-09 Martin Liska <mliska@suse.cz>
6454
6455 PR tree-optimization/79631
6456 * tree-chkp-opt.c (chkp_is_constant_addr): Call
6457 tree_int_cst_sign_bit just for INTEGER constants.
6458
6459 2017-03-09 Martin Liska <mliska@suse.cz>
6460
6461 PR target/65705
6462 PR target/69804
6463 * toplev.c (process_options): Disable -fcheck-pointer-bounds with
6464 sanitizers.
6465
6466 2017-03-09 Marek Polacek <polacek@redhat.com>
6467
6468 PR c++/79672
6469 * tree.c (inchash::add_expr): Handle TREE_VEC.
6470
6471 2017-03-09 Martin Liska <mliska@suse.cz>
6472
6473 PR ipa/79764
6474 (chkp_narrow_size_and_offset): New function.
6475 (chkp_parse_array_and_component_ref): Support BIT_FIELD_REF.
6476 (void chkp_parse_bit_field_ref): New function.
6477 (chkp_make_addressed_object_bounds): Add case for BIT_FIELD_REF.
6478 (chkp_process_stmt): Use chkp_parse_bit_field_ref.
6479
6480 2017-03-09 Martin Liska <mliska@suse.cz>
6481
6482 PR ipa/79761
6483 * tree-chkp.c (chkp_get_bound_for_parm): Get bounds for a param.
6484 (chkp_find_bounds_1): Remove gcc_unreachable.
6485
6486 2017-03-09 Jakub Jelinek <jakub@redhat.com>
6487
6488 PR sanitizer/79944
6489 * asan.c (get_mem_refs_of_builtin_call): For BUILT_IN_ATOMIC* and
6490 BUILT_IN_SYNC*, determine the access type from the size suffix and
6491 always build a MEM_REF with that type. Handle forgotten
6492 BUILT_IN_SYNC_FETCH_AND_NAND_16 and BUILT_IN_SYNC_NAND_AND_FETCH_16.
6493
6494 PR target/79932
6495 * config/i386/avx512vlintrin.h (_mm256_cmpge_epi32_mask,
6496 _mm256_cmpge_epi64_mask, _mm256_cmpge_epu32_mask,
6497 _mm256_cmpge_epu64_mask, _mm256_cmple_epi32_mask,
6498 _mm256_cmple_epi64_mask, _mm256_cmple_epu32_mask,
6499 _mm256_cmple_epu64_mask, _mm256_cmplt_epi32_mask,
6500 _mm256_cmplt_epi64_mask, _mm256_cmplt_epu32_mask,
6501 _mm256_cmplt_epu64_mask, _mm256_cmpneq_epi32_mask,
6502 _mm256_cmpneq_epi64_mask, _mm256_cmpneq_epu32_mask,
6503 _mm256_cmpneq_epu64_mask, _mm256_mask_cmpge_epi32_mask,
6504 _mm256_mask_cmpge_epi64_mask, _mm256_mask_cmpge_epu32_mask,
6505 _mm256_mask_cmpge_epu64_mask, _mm256_mask_cmple_epi32_mask,
6506 _mm256_mask_cmple_epi64_mask, _mm256_mask_cmple_epu32_mask,
6507 _mm256_mask_cmple_epu64_mask, _mm256_mask_cmplt_epi32_mask,
6508 _mm256_mask_cmplt_epi64_mask, _mm256_mask_cmplt_epu32_mask,
6509 _mm256_mask_cmplt_epu64_mask, _mm256_mask_cmpneq_epi32_mask,
6510 _mm256_mask_cmpneq_epi64_mask, _mm256_mask_cmpneq_epu32_mask,
6511 _mm256_mask_cmpneq_epu64_mask, _mm_cmpge_epi32_mask,
6512 _mm_cmpge_epi64_mask, _mm_cmpge_epu32_mask, _mm_cmpge_epu64_mask,
6513 _mm_cmple_epi32_mask, _mm_cmple_epi64_mask, _mm_cmple_epu32_mask,
6514 _mm_cmple_epu64_mask, _mm_cmplt_epi32_mask, _mm_cmplt_epi64_mask,
6515 _mm_cmplt_epu32_mask, _mm_cmplt_epu64_mask, _mm_cmpneq_epi32_mask,
6516 _mm_cmpneq_epi64_mask, _mm_cmpneq_epu32_mask, _mm_cmpneq_epu64_mask,
6517 _mm_mask_cmpge_epi32_mask, _mm_mask_cmpge_epi64_mask,
6518 _mm_mask_cmpge_epu32_mask, _mm_mask_cmpge_epu64_mask,
6519 _mm_mask_cmple_epi32_mask, _mm_mask_cmple_epi64_mask,
6520 _mm_mask_cmple_epu32_mask, _mm_mask_cmple_epu64_mask,
6521 _mm_mask_cmplt_epi32_mask, _mm_mask_cmplt_epi64_mask,
6522 _mm_mask_cmplt_epu32_mask, _mm_mask_cmplt_epu64_mask,
6523 _mm_mask_cmpneq_epi32_mask, _mm_mask_cmpneq_epi64_mask,
6524 _mm_mask_cmpneq_epu32_mask, _mm_mask_cmpneq_epu64_mask): Move
6525 definitions outside of __OPTIMIZE__ guarded section.
6526
6527 PR target/79932
6528 * config/i386/avx512bwintrin.h (_mm512_packs_epi32,
6529 _mm512_maskz_packs_epi32, _mm512_mask_packs_epi32,
6530 _mm512_packus_epi32, _mm512_maskz_packus_epi32,
6531 _mm512_mask_packus_epi32): Move definitions outside of __OPTIMIZE__
6532 guarded section.
6533
6534 2017-03-09 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
6535
6536 * config/s390/vx-builtins.md ("vfee<mode>", "vfeez<mode>")
6537 ("vfenez<mode>"): Add missing constraints.
6538
6539 2017-03-08 Martin Sebor <msebor@redhat.com>
6540
6541 PR target/79928
6542 * config/nds32/nds32.c (nds32_option_override):
6543 Fix misspelled diagnostic.
6544
6545 2017-03-08 Jakub Jelinek <jakub@redhat.com>
6546
6547 PR c/79940
6548 * gimplify.c (gimplify_omp_for): Replace index var in outer
6549 taskloop statement with an artificial variable and add
6550 OMP_CLAUSE_PRIVATE clause for it.
6551
6552 2017-03-08 Richard Biener <rguenther@suse.de>
6553
6554 PR tree-optimization/79955
6555 * tree-ssa-uninit.c (warn_uninitialized_vars): Do not warn
6556 for accesses that are completely outside of the variable.
6557
6558 2017-03-08 Andrew Haley <aph@redhat.com>
6559
6560 PR tree-optimization/79943
6561 * tree-ssa-loop-split.c (compute_new_first_bound): When
6562 calculating the new upper bound, (END-BEG) should be added, not
6563 subtracted.
6564
6565 2017-03-08 Jakub Jelinek <jakub@redhat.com>
6566
6567 * config/avr/avr.md (setmemhi): Make sure match_dup
6568 operand number comes before match_scratch.
6569
6570 2017-03-08 Richard Biener <rguenther@suse.de>
6571
6572 PR tree-optimization/79920
6573 * tree-vect-slp.c (vect_create_mask_and_perm): Remove and inline
6574 with ncopies == 1 to ...
6575 (vect_transform_slp_perm_load): ... here. Properly compute
6576 all element loads by iterating VF times over the group. Do
6577 not handle ncopies (computed in a broken way) in
6578 vect_create_mask_and_perm.
6579
6580 2017-03-08 Jakub Jelinek <jakub@redhat.com>
6581
6582 PR sanitizer/79904
6583 * internal-fn.c (expand_vector_ubsan_overflow): If arg0 or arg1
6584 is a uniform vector, use uniform_vector_p return value instead of
6585 building ARRAY_REF on folded VIEW_CONVERT_EXPR to array type.
6586
6587 2017-03-07 Marek Polacek <polacek@redhat.com>
6588
6589 PR middle-end/79809
6590 * gimple-ssa-warn-alloca.c (pass_walloca::gate): Use HOST_WIDE_INT.
6591 (alloca_call_type): Likewise.
6592
6593 2017-03-07 Martin Liska <mliska@suse.cz>
6594
6595 * gcov.c (process_args): Put comment to correct location.
6596
6597 2017-03-07 Martin Liska <mliska@suse.cz>
6598
6599 PR middle-end/68270
6600 * tree-chkp.c (chkp_may_narrow_to_field): Add new argument ref.
6601 Use array_at_struct_end_p instead of DECL_CHAIN (field).
6602 (chkp_narrow_bounds_for_field): Likewise.
6603 (chkp_parse_array_and_component_ref): Pass one more argument to
6604 call.
6605
6606 2017-03-07 Richard Biener <rguenther@suse.de>
6607
6608 * tree-vect-loop-manip.c (slpeel_add_loop_guard): Preserve
6609 preheaders.
6610
6611 2017-03-07 Segher Boessenkool <segher@kernel.crashing.org>
6612
6613 * config/i386/i386.c (ix86_local_alignment): Align most aggregates
6614 of 16 bytes and more to 16 bytes, not those of 16 bits and more.
6615
6616 2017-03-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6617
6618 PR c/79855
6619 * params.def (PARAM_STORE_MERGING_ALLOW_UNALIGNED): Add full stop
6620 to end of description.
6621 (PARAM_MAX_STORES_TO_MERGE): Likewise.
6622
6623 2017-03-07 Jakub Jelinek <jakub@redhat.com>
6624
6625 PR rtl-optimization/79901
6626 * config/i386/sse.md (*avx512bw_<code><mode>3<mask_name>): Renamed to
6627 ...
6628 (*avx512f_<code><mode>3<mask_name>): ... this.
6629 (<code><mode>3 with maxmin code iterator): Use VI8_AVX2_AVX512F
6630 iterator instead of VI8_AVX2_AVX512BW.
6631
6632 PR rtl-optimization/79901
6633 * expr.c (expand_expr_real_2): For vector MIN/MAX, if there is no
6634 min/max expander, expand it using expand_vec_cond_expr.
6635
6636 PR sanitizer/79897
6637 * ubsan.c (ubsan_encode_value): Call mark_addressable on the
6638 temporary.
6639
6640 2017-03-06 Jakub Jelinek <jakub@redhat.com>
6641
6642 PR c++/79821
6643 * dwarf2out.h (dw_vec_const): Change array type from unsigned char *
6644 to void * for PCH reasons.
6645 * dwarf2out.c (output_loc_operands, output_die): Cast
6646 v.val_vec.array to unsigned char *.
6647
6648 2017-03-06 John David Anglin <danglin@gcc.gnu.org>
6649
6650 PR target/77850
6651 * config/pa/pa-64.h (PAD_VARARGS_DOWN): Don't pad down complex and
6652 vector types.
6653
6654 2017-03-06 Vladimir Makarov <vmakarov@redhat.com>
6655
6656 PR rtl-optimization/79571
6657 * lra-constraints.c (process_alt_operands): Calculate static
6658 reject and subtract it from overall when only addresses will be
6659 reloaded.
6660
6661 2017-03-06 Julia Koval <julia.koval@intel.com>
6662
6663 PR target/79793
6664 * config/i386/i386.c (ix86_minimum_incoming_stack_boundary): Set
6665 incoming stack boundary to 128 for 64-bit targets.
6666
6667 2017-03-06 Richard Biener <rguenther@suse.de>
6668
6669 PR tree-optimization/79894
6670 * tree-vectorizer.c (vectorize_loops): Set loop_vectorized_call
6671 to NULL after folding it.
6672
6673 2017-03-06 Richard Biener <rguenther@suse.de>
6674
6675 PR tree-optimization/79824
6676 * tree-vect-stmts.c (get_group_load_store_type): Fix alignment
6677 check disabling peeling for gaps.
6678
6679 2017-03-06 Toma Tabacu <toma.tabacu@imgtec.com>
6680
6681 * doc/sourcebuild.texi (Effective-Target Keywords, Environment
6682 attributes): Document gettimeofday.
6683
6684 2017-03-06 Robin Dapp <rdapp@linux.vnet.ibm.com>
6685
6686 * config/s390/s390.c (s390_option_override_internal): Set
6687 PARAM_MIN_VECT_LOOP_BOUND
6688
6689 2017-03-06 Robin Dapp <rdapp@linux.vnet.ibm.com>
6690
6691 * config/s390/s390.c (s390_asm_output_function_label): Use nopr %r0.
6692 * config/s390/s390.md: Likewise.
6693
6694 2017-03-06 Jakub Jelinek <jakub@redhat.com>
6695
6696 PR target/79812
6697 * config/i386/sse.md (VI8F_256_512): Remove mode iterator.
6698 (<avx2_avx512>_perm<mode>): Rename to ...
6699 (avx2_perm<mode>): ... this. Use VI8F_256 iterator instead
6700 of VI8F_256_512.
6701 (<avx512>_perm<mode>_mask): Rename to ...
6702 (avx512vl_perm<mode>_mask): ... this. Use VI8F_256 iterator instead
6703 of VI8F_256_512.
6704 (<avx2_avx512>_perm<mode>_1<mask_name>): Rename to ...
6705 (avx2_perm<mode>_1<mask_name): ... this. Use VI8F_256 iterator
6706 instead of VI8F_256_512.
6707 (avx512f_perm<mode>): New define_expand.
6708 (avx512f_perm<mode>_mask): Likewise.
6709 (avx512f_perm<mode>_1<mask_name>): New define_insn.
6710 (<avx512>_vec_dup<mode>_1): Fix up vec_select mode.
6711
6712 2017-03-06 Prachi Godbole <prachi.godbole@imgtec.com>
6713
6714 * config/mips/mips-msa.md (msa_fmax_a_<msafmt>, msa_fmin_a_<msafmt>,
6715 msa_max_a_<msafmt>, msa_min_a_<msafmt>): Introduce mode interator for
6716 if_then_else.
6717 (smin<mode>3, smax<mode>3): Change operand print code from 'B' to 'E'.
6718
6719 2017-03-06 Martin Liska <mliska@suse.cz>
6720
6721 PR sanitize/79783
6722 * asan.c (asan_expand_poison_ifn): Do not expand ASAN_POISON
6723 when having a SSA NAME w/o VAR_DECL assigned to it.
6724
6725 2017-03-06 Prachi Godbole <prachi.godbole@imgtec.com>
6726
6727 * config/mips/mips-msa.md (msa_dotp_<su>_d, msa_dpadd_<su>_d,
6728 msa_dpsub_<su>_d): Fix MODE for vec_select.
6729
6730 2017-03-06 Prachi Godbole <prachi.godbole@imgtec.com>
6731
6732 * config/mips/mips.c (mips_gen_const_int_vector): Change type of last
6733 argument.
6734 * config/mips/mips-protos.h (mips_gen_const_int_vector): Likewise.
6735
6736 2017-03-06 Richard Biener <rguenther@suse.de>
6737
6738 * lto-streamer.c (lto_check_version): Use %qs in diagnostics.
6739 * plugin.c (register_plugin_info): Likewise.
6740 * tree-chkp.c (chkp_make_static_const_bounds): Likewise.
6741
6742 2017-03-05 Jakub Jelinek <jakub@redhat.com>
6743
6744 * config/i386/sse.md (sse_storehps, sse_storelps,
6745 avx_<castmode><avxsizesuffix>_<castmode>,
6746 avx512f_<castmode><avxsizesuffix>_<castmode>,
6747 avx512f_<castmode><avxsizesuffix>_256<castmode>): Require
6748 in condition that at least one operand is not a MEM.
6749
6750 2017-03-03 Jakub Jelinek <jakub@redhat.com>
6751
6752 PR middle-end/79805
6753 * internal-fn.def (ATOMIC_BIT_TEST_AND_SET, ATOMIC_BIT_TEST_AND_RESET,
6754 ATOMIC_BIT_TEST_AND_COMPLEMENT, ATOMIC_COMPARE_EXCHANGE): Remove
6755 ECF_NOTHROW.
6756 * gimple-fold.c (fold_builtin_atomic_compare_exchange): Set
6757 gimple_call_nothrow_p flag based on whether original builtin can throw.
6758 If it can, emit following stmts on the fallthrough edge.
6759 * tree-ssa-ccp.c (optimize_atomic_bit_test_and): Similarly, except
6760 don't create new bb if inserting just debug stmts on the edge, try to
6761 insert them on the fallthru bb or just reset debug stmts.
6762
6763 2017-03-03 Segher Boesssenkool <segher@kernel.crashing.org>
6764
6765 PR target/43763
6766 * config/rs6000/rs6000.c (rs6000_final_prescan_insn): Save and
6767 restore recog_data (including the operand rtxes inside it) around
6768 the call to get_insn_template.
6769
6770 2017-03-03 Martin Sebor <msebor@redhat.com>
6771
6772 PR tree-optimization/79699
6773 * context.c (context::~context): Free MPFR caches to avoid
6774 a memory leak on program exit.
6775
6776 2017-03-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6777
6778 * config/aarch64/aarch64.c (aarch64_float_const_representable_p):
6779 Use wide_int::ulow () instead of .elt (0).
6780
6781 2017-03-03 Uros Bizjak <ubizjak@gmail.com>
6782
6783 * config/i386/i386.md (*pushtf): Change *roF constraint to *roC.
6784 (*pushxf): Limit oF constraint to 32bit targets and add oC
6785 constraint for 64bit targets.
6786 (pushxf splitter): Use PUSH_ROUNDING to calculate stack adjustment.
6787 (*pushdf): Change rmF constraint to rmC.
6788
6789 2017-03-03 Martin Liska <mliska@suse.cz>
6790
6791 * tree-ssa-loop-prefetch.c (pass_loop_prefetch::execute):
6792 Remove unused variable.
6793
6794 2017-03-03 Jakub Jelinek <jakub@redhat.com>
6795
6796 PR target/79807
6797 * config/i386/i386.c (ix86_expand_multi_arg_builtin): If target
6798 is a memory operand, increase num_memory.
6799 (ix86_expand_args_builtin): Likewise.
6800
6801 2017-03-03 Jan Hubicka <jh@suse.cz>
6802
6803 PR lto/79760
6804 * ipa-devirt.c (maybe_record_node): Properly handle
6805 __cxa_pure_virtual visibility.
6806
6807 2017-03-03 Martin Liska <mliska@suse.cz>
6808
6809 PR tree-optimization/79803
6810 * tree-ssa-loop-prefetch.c (tree_ssa_prefetch_arrays): Remove
6811 assert.
6812 (pass_loop_prefetch::execute): Disabled optimization if an
6813 assumption about L1 cache size is not met.
6814
6815 2017-03-03 Martin Liska <mliska@suse.cz>
6816
6817 PR rtl-optimization/79574
6818 * gcse.c (struct gcse_expr): Use HOST_WIDE_INT instead of int.
6819 (hash_scan_set): Likewise.
6820 (dump_hash_table): Likewise.
6821 (hoist_code): Likewise.
6822
6823 2017-03-03 Richard Biener <rguenther@suse.de>
6824
6825 * fixed-value.c (fixed_from_string): Restore use of elt (1)
6826 in place of uhigh ().
6827 (fixed_convert_from_real): Likewise.
6828
6829 2017-03-03 Uros Bizjak <ubizjak@gmail.com>
6830
6831 PR target/79514
6832 * config/i386/i386.md (*pushxf_rounded): Use Pmode instead of DImode.
6833
6834 2017-03-03 Richard Biener <rguenther@suse.de>
6835
6836 PR middle-end/79818
6837 * match.pd ( X +- C1 CMP C2 -> X CMP C2 -+ C1): Add missing
6838 TYPE_OVERFLOW_UNDEFINED check.
6839
6840 2017-03-02 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
6841
6842 * config/rs6000/vector.md (vector_ne_<mode>_p): Correct operand
6843 numbers.
6844 (vector_ae_<mode>_p): Likewise.
6845 (vector_nez_<mode>_p): Likewise.
6846 (vector_ne_v2di_p): Likewise.
6847 (vector_ae_v2di_p): Likewise.
6848 (vector_ne_<mode>_p): Likewise.
6849 * config/rs6000/vsx.md (vsx_tsqrt<mode>2_fg): Correct operand
6850 numbers.
6851 (vsx_tsqrt<mode>2_fe): Likewise.
6852
6853 2017-03-02 Uros Bizjak <ubizjak@gmail.com>
6854
6855 PR target/79514
6856 * config/i386/i386.md (*pushxf_rounded): New insn_and_split pattern.
6857
6858 2017-03-02 Jakub Jelinek <jakub@redhat.com>
6859
6860 PR rtl-optimization/79780
6861 * cprop.c (one_cprop_pass): When second and further conditional trap
6862 in a single basic block is turned into an unconditional trap, turn it
6863 into a deleted note to avoid RTL verification failures.
6864
6865 2017-03-02 Richard Biener <rguenther@suse.de>
6866
6867 * fold-const.c (const_binop): Use ulow () instead of elt (0).
6868
6869 2017-03-02 Richard Biener <rguenther@suse.de>
6870
6871 PR tree-optimization/79345
6872 PR c++/42000
6873 * tree-ssa-alias.c (walk_aliased_vdefs_1): Take a limit
6874 param and abort the walk, returning -1 if it is hit.
6875 (walk_aliased_vdefs): Take a limit param and pass it on.
6876 * tree-ssa-alias.h (walk_aliased_vdefs): Add a limit param,
6877 defaulting to 0 and return a signed int.
6878 * tree-ssa-uninit.c (struct check_defs_data): New struct.
6879 (check_defs): New helper.
6880 (warn_uninitialized_vars): Use walk_aliased_vdefs to warn
6881 about uninitialized memory.
6882 * fixed-value.c (fixed_from_string): Use ulow/uhigh to avoid
6883 bogus uninitialized warning.
6884 (fixed_convert_from_real): Likewise.
6885
6886 2017-03-02 Bin Cheng <bin.cheng@arm.com>
6887
6888 PR tree-optimization/66768
6889 * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Skip addr
6890 iv_use if base object can't be determined.
6891
6892 2017-03-02 Jakub Jelinek <jakub@redhat.com>
6893
6894 PR tree-optimization/79345
6895 * gensupport.h (struct pattern_stats): Add min_scratch_opno field.
6896 * gensupport.c (get_pattern_stats_1) <case MATCH_SCRATCH>: Update it.
6897 (get_pattern_stats): Initialize it.
6898 * genemit.c (gen_expand): Verify match_scratch numbers come after
6899 match_operand/match_dup numbers.
6900 * config/i386/i386.md (<s>mul<mode>3_highpart): Swap match_dup and
6901 match_scratch numbers.
6902 * config/i386/sse.md (avx2_gathersi<mode>, avx2_gatherdi<mode>):
6903 Likewise.
6904 * config/s390/s390.md (trunctdsd2): Likewise.
6905
6906 2017-03-02 Richard Biener <rguenther@suse.de>
6907
6908 * wide-int.h (wide_int_storage::operator=): Implement in terms
6909 of wi::copy.
6910
6911 2017-03-02 Richard Biener <rguenther@suse.de>
6912
6913 PR tree-optimization/79777
6914 * tree-ssa-pre.c (eliminate_insert): Give up if we simplify
6915 the to insert expression to sth existing.
6916
6917 2017-03-01 Martin Sebor <msebor@redhat.com>
6918
6919 PR middle-end/79692
6920 * gimple-ssa-sprintf.c
6921 (directive::known_width_and_precision): New function.
6922 (format_integer): Use it.
6923 (get_mpfr_format_length): Consider the full range of precision
6924 when computing %g output with the # flag. Set the likely byte
6925 count to 3 rather than 1 when precision is indeterminate.
6926 (format_floating): Correct the lower bound of precision.
6927
6928 2017-03-01 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
6929
6930 * doc/invoke.texi: Document default code model for 64-bit Linux.
6931
6932 2017-03-01 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
6933
6934 PR target/79752
6935 * config/rs6000/rs6000.md (peephole2 for udiv/umod): Should emit
6936 udiv rather than div since input pattern is unsigned.
6937
6938 2017-03-01 Uros Bizjak <ubizjak@gmail.com>
6939
6940 * config/i386/i386.c (print_reg): Warn for values of
6941 unsupported size in integer register.
6942
6943 2017-03-01 Michael Meissner <meissner@linux.vnet.ibm.com>
6944
6945 PR target/79439
6946 * config/rs6000/predicates.md (current_file_function_operand): Do
6947 not allow self calls to be local if the function is replaceable.
6948
6949 2017-03-01 Kelvin Nilsen <kelvin@gcc.gnu.org>
6950
6951 PR target/79395
6952 * config/rs6000/altivec.h (vec_ctz and others): Change the
6953 preprocessor macro that controls conditional compilation from
6954 _ARCH_PWR9 to __POWER9_VECTOR__.
6955 (vec_all_ne): Change parameterization of __altivec_scalar_pred
6956 macro expansion under preprocessor #ifdef __POWER9_VECTOR__
6957 control (instead of _ARCH_PWR9 control) so that template
6958 definition uses power9-specific function.
6959 (vec_any_eq): Likewise.
6960 (vec_all_ne): Change macro definition to use a power9-specific
6961 expansion under #ifdef __POWER9_VECTOR__ control (instead of
6962 _ARCH_PWR9 control).
6963 (vec_any_eq) Likewise.
6964 * config/rs6000/rs6000-builtin.def (CMPNEF): Remove BU_P9V_AV_2
6965 expansion for CMPNEF to remove support for xvcmpnesp instruction.
6966 (CMPNED): Remove BU_P9V_AV2 expansion for CMPNED to remove
6967 support for xvcmpnedp instruction.
6968 (VCMPNEB_P): Replace BU_P9V_AV_P macro expansion with BU_P9V_AV_2
6969 macro expansion so that Power9 implementation of vec_all_ne does
6970 not use the AltiVec predicate framework.
6971 (VCMPNEH_P): Likewise.
6972 (VCMPNEW_P): Likewise.
6973 (VCMPNED_P): Likewise.
6974 (VCMPNEFP_P): Likewise.
6975 (VCMPNEDP_P): Likewise.
6976 (VCMPAEB_P): Add BU_P9V_AV_2 macro expansion to change
6977 implementation of vec_any_eq to not use AltiVec predicate
6978 framework.
6979 (VCMPAEH_P): Likewise.
6980 (VCMPAEW_P): Likewise.
6981 (VCMPAED_P): Likewise.
6982 (VCMPAEFP_P): Likewise.
6983 (VCMPAEDP_P): Likewise.
6984 (VCMPNE_P): Replace BU_P9V_OVERLOAD_P macro expansion with
6985 BU_P9V_OVERLOAD_2 so that Power9 implementation of vec_all_ne does
6986 not use the AltiVec predicate framework.
6987 (VCMPAE_P): Add BU_P9V_OVERLOAD_2 macro to change implementation
6988 of vec_any_eq to not use AltiVec predicate framework.
6989 * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Add
6990 support for predefined __POWER9_VECTOR__ macro to indicate that
6991 Power9 instruction selection is enabled.
6992 (altivec_overloaded_builtins): Remove extraneous
6993 ALTIVEC_BUILTIN_VEC_CMPNE entry for overloaded
6994 function argument types RS6000_BTI_bool_V16QI and
6995 RS6000_BTI_bool_V16QI. Remove erroneous ALTIVEC_BUILTIN_VEC_CMPNE
6996 entry for overloaded function argument types RS6000_BTI_bool_V4SI
6997 andRS6000_BTI_bool_V4SI, mapping to P9V_BUILTIN_CMPNEB. Remove
6998 two entries mapping to P9V_BUITIN_CMPNED and one entry mapping to
6999 P9V_BUILTIN_CMPNEF to force use of instructions not specific to
7000 Power9 for implementations of vec_cmpne. Change the signature for
7001 all definitions of the overloaded P9V_BUILTIN_VEC_CMPNE_P function
7002 (representing vec_all_ne) to remove the previously described first
7003 argument of type RS6000_BTI_INTSI, as this was an artifact of
7004 reliance on the AltiVec predicate framework, which is no longer
7005 used in the implementation of these functions. Add
7006 P9V_BUILTIN_VEC_VCMPAE_P entries (representing the vec_anyeq
7007 function) to match all of the P9V_BUILTIN_VEC_VCMNE_P entries
7008 since, unlike the AltiVec predicate framework implementation, we
7009 do not share function descriptors between vec_alle and vec_anyeq.
7010 (altivec_resolve_overloaded_builtin): Add SFmode and DFmode to the
7011 set of modes that receive special treatment even when
7012 TARGET_P9_VECTOR is true. The special treatment emits code that
7013 does not depend on Power9 instructions.
7014 * config/rs6000/vector.md (vector_ne_<mode>_p): Change this
7015 define_expand to not rely on AltiVec predicate framework.
7016 (vector_ae_<mode>p): New define_expand to represent vec_any_eq
7017 function.
7018 (vector_ne_v2di_p): Change this define_expand to not rely on
7019 AltiVec predicate framework.
7020 (vector_ae_v2di_p): New define_expand to represent vec_any_eq
7021 function.
7022 (vector_ne_<mode>_p): Change this define_expand to not rely on
7023 AltiVec predicate framework.
7024 (vector_ae_<mode>p): New define_expand to represent vec_any_eq
7025 function.
7026 * config/rs6000/vsx.md (*vsx_ne_<mode>_p): For modes VSX_EXTRACT_I
7027 (V16QI, V8HI, V4SI), correct a typo in the code emitted for this
7028 define_insn pattern.
7029 (*vsx_ne_<mode>_p): For modes VSX_F (V4SF and V2DF), remove this
7030 define_insn pattern because the xvcmpne<VSs>. instruction is not
7031 supported.
7032 (vcmpne<VSs>): Remove this define_insn because xvcmpne<VSs>
7033 instruction is not supported.
7034
7035 2017-03-01 Jakub Jelinek <jakub@redhat.com>
7036
7037 * config/nvptx/nvptx.c: Include intl.h.
7038
7039 2017-03-01 Martin Jambor <mjambor@suse.cz>
7040
7041 PR lto/78140
7042 * ipa-prop.h (ipa_bits): Removed field known.
7043 (ipa_jump_func): Removed field vr_known. Changed fields bits and m_vr
7044 to pointers. Adjusted their comments to warn about their sharing.
7045 (ipcp_transformation_summary): Change bits to a vector of pointers.
7046 (ipa_check_create_edge_args): Moved to ipa-prop.c, declare.
7047 (ipa_get_ipa_bits_for_value): Declare.
7048 * tree-vrp.h (value_range): Mark as GTY((for_user)).
7049 * ipa-prop.c (ipa_bit_ggc_hash_traits): New.
7050 (ipa_bits_hash_table): Likewise.
7051 (ipa_vr_ggc_hash_traits): Likewise.
7052 (ipa_vr_hash_table): Likewise.
7053 (ipa_print_node_jump_functions_for_edge): Adjust for bits and m_vr
7054 being pointers and vr_known being removed.
7055 (ipa_set_jf_unknown): Likewise.
7056 (ipa_get_ipa_bits_for_value): New function.
7057 (ipa_set_jfunc_bits): Likewise.
7058 (ipa_get_value_range): New overloaded functions.
7059 (ipa_set_jfunc_vr): Likewise.
7060 (ipa_compute_jump_functions_for_edge): Use the above functions to
7061 construct bits and vr parts of jump functions.
7062 (ipa_check_create_edge_args): Move here from ipa-prop.h, also allocate
7063 ipa_bits_hash_table and ipa_vr_hash_table if they do not already
7064 exist.
7065 (ipcp_grow_transformations_if_necessary): Also allocate
7066 ipa_bits_hash_table and ipa_vr_hash_table if they do not already
7067 exist.
7068 (ipa_node_params_t::duplicate): Do not copy bits, just pointers to
7069 them. Fix too long lines.
7070 (ipa_write_jump_function): Adjust for bits and m_vr being pointers and
7071 vr_known being removed.
7072 (ipa_read_jump_function): Use new setter functions to construct bits
7073 and vr parts of jump functions or set them to NULL.
7074 (write_ipcp_transformation_info): Adjust for bits being pointers.
7075 (read_ipcp_transformation_info): Likewise.
7076 (ipcp_update_bits): Likewise. Fix excessively long lines a trailing
7077 space.
7078 Include gt-ipa-prop.h.
7079 * ipa-cp.c (propagate_bits_across_jump_function): Adjust for bits
7080 being pointers.
7081 (ipcp_store_bits_results): Likewise.
7082 (propagate_vr_across_jump_function): Adjust for m_vr being a pointer.
7083 Do not write to existing jump functions but use a temporary instead.
7084
7085 2017-03-01 Jakub Jelinek <jakub@redhat.com>
7086
7087 PR c++/79681
7088 * fold-const.c (make_bit_field_ref): If orig_inner is COMPONENT_REF,
7089 attempt to use its first operand as BIT_FIELD_REF base.
7090
7091 2017-03-01 Richard Biener <rguenther@suse.de>
7092
7093 PR middle-end/79721
7094 * tree-chrec.c (chrec_evaluate): Perform computation of Newtons
7095 interpolating formula in wrapping arithmetic.
7096 (chrec_apply): Convert chrec_evaluate return value to wanted type.
7097
7098 2017-03-01 Jakub Jelinek <jakub@redhat.com>
7099
7100 PR tree-optimization/79734
7101 * tree-vect-generic.c (expand_vector_condition): Optimize
7102 AVX512 vector boolean VEC_COND_EXPRs into bitwise operations.
7103 Handle VEC_COND_EXPR where comparison has different inner width from
7104 type's inner width.
7105
7106 2017-02-28 Sandra Loosemore <sandra@codesourcery.com>
7107
7108 * doc/invoke.texi (ARC Options): Copy-edit to fix punctuation,
7109 markup, and similar issues. Remove @opindex entries for things
7110 that aren't options. Add missing -mmpy-option entries.
7111
7112 2017-02-28 Jakub Jelinek <jakub@redhat.com>
7113
7114 PR tree-optimization/79737
7115 * gimple-ssa-store-merging.c (encode_tree_to_bitpos): If bitlen is
7116 a multiple of BITS_PER_UNIT and !BYTES_BIG_ENDIAN, clear
7117 tmpbuf[byte_size - 1]. Call natice_encode_expr with byte_size - 1
7118 instead of byte_size. Formatting fix.
7119 (shift_bytes_in_array_right): Formatting fix.
7120
7121 2017-02-28 Eric Botcazou <ebotcazou@adacore.com>
7122
7123 PR target/79749
7124 * config/sparc/sparc.c (sparc_frame_pointer_required): Add missing
7125 condition on optimize for the leaf function test.
7126
7127 2017-02-28 Martin Liska <mliska@suse.cz>
7128
7129 PR lto/79625
7130 * read-rtl-function.c (function_reader::handle_unknown_directive):
7131 Bail out when one uses -flto.
7132
7133 2017-02-28 Martin Liska <mliska@suse.cz>
7134
7135 * common.opt: Replace space with tabular for options of <number>
7136 type.
7137 * config/i386/i386.opt: Show <number> value for
7138 -mlarge-data-threshold.
7139 * opts.c (print_filtered_help): Do not display number in hexadecimal
7140 format.
7141
7142 2017-02-28 Martin Liska <mliska@suse.cz>
7143
7144 * common.opt: Fix --help=option -Q for options which are of
7145 an enum type.
7146
7147 2017-02-28 Uros Bizjak <ubizjak@gmail.com>
7148
7149 * config/i386/i386.c (print_reg): Error out for values
7150 of 8-bit size in invalid integer register.
7151
7152 2017-02-28 Martin Sebor <msebor@redhat.com>
7153
7154 PR tree-optimization/79691
7155 * passes.def (pass_all_optimizations_g): Enable pass_sprintf_length.
7156
7157 2017-02-28 Jakub Jelinek <jakub@redhat.com>
7158
7159 PR target/79729
7160 * config/i386/i386.c (ix86_print_operand) <case 'R'>: Replace
7161 gcc_unreachable with output_operand_lossage.
7162
7163 2017-02-28 Richard Biener <rguenther@suse.de>
7164
7165 PR tree-optimization/79740
7166 * tree-ssa-sccvn.c (vn_nary_op_insert_into): Allow redundant
7167 inserts.
7168 (visit_nary_op): Insert the nary into the hashtable if we
7169 pattern-matched sth.
7170 * tree-ssa-pre.c (eliminate_insert): Robustify.
7171
7172 2017-02-28 Richard Biener <rguenther@suse.de>
7173
7174 PR middle-end/79731
7175 * fold-const.c (decode_field_reference): Reject out-of-bound
7176 accesses.
7177
7178 2017-02-28 Jakub Jelinek <jakub@redhat.com>
7179
7180 * config/i386/i386.c: Include intl.h.
7181 (ix86_option_override_internal): Use cond ? G_("...") : G_("...")
7182 instead of just cond ? "..." : "...".
7183 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims): Likewise.
7184 * coverage.c (read_counts_file): Likewise.
7185 * omp-offload.c: Include intl.h.
7186 (oacc_loop_fixed_partitions): Use cond ? G_("...") : G_("...") instead
7187 of just cond ? "..." : "...".
7188 * gcov.c (read_count_file): Use cond ? N_("...") : N_("...") instead
7189 of just cond ? "..." : "...".
7190
7191 2017-02-28 Richard Earnshaw <rearnsha@arm.com>
7192
7193 PR target/79742
7194 * config/arm/parsecpu.awk (gen_data): Set tuning target to 'tune for'
7195 entry, if present.
7196 * config/arm/arm-cpus.in (cortex-m0plus.small-multiply): Correct
7197 'tune for' CPU name.
7198 * config/arm/arm-cpu-data.h: Regenerated.
7199
7200 2017-02-28 Richard Biener <rguenther@suse.de>
7201
7202 PR tree-optimization/79732
7203 * tree-inline.c (expand_call_inline): Do not shadow var.
7204
7205 2017-02-28 Richard Biener <rguenther@suse.de>
7206
7207 PR tree-optimization/79723
7208 * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size): Preserve
7209 address-space properly.
7210
7211 2017-02-28 Thomas Schwinge <thomas@codesourcery.com>
7212
7213 * doc/optinfo.texi (Optimization groups): Fix option used for
7214 OPTGROUP_ALL.
7215 * doc/invoke.texi (-fopt-info): Document "omp".
7216 * dumpfile.h: Sort OPTGROUP_OMP before OPTGROUP_VEC.
7217 (OPTGROUP_ALL): Add OPTGROUP_OMP.
7218 * hsa-gen.c (pass_data_gen_hsail): Use OPTGROUP_OMP.
7219 * ipa-hsa.c (pass_data_ipa_hsa): Likewise.
7220 * omp-simd-clone.c (pass_data_omp_simd_clone): Likewise.
7221
7222 * dumpfile.h (OPTGROUP_OPENMP): Rename to OPTGROUP_OMP. Adjust
7223 all users.
7224 * dumpfile.c (optgroup_options): Instead of "openmp", associate
7225 OPTGROUP_OMP with "omp".
7226
7227 2017-02-27 Pat Haugen <pthaugen@us.ibm.com>
7228
7229 PR target/79544
7230 * config/rs6000/rs6000-c.c (struct altivec_builtin_types): Use VSRAD
7231 for arithmetic shift of unsigned V2DI.
7232
7233 2017-02-27 Claudiu Zissulescu <claziss@synopsys.com>
7234
7235 * config.gcc (arc*-): Clean up, use arc/big.h, arc/elf.h, and
7236 arc/linux.h headers.
7237 * config/arc/arc.h (TARGET_OS_CPP_BUILTINS): Remove.
7238 (LINK_SPEC): Likewise.
7239 (ARC_TLS_EXTRA_START_SPEC): Likewise.
7240 (EXTRA_SPECS): Likewise.
7241 (STARTFILE_SPEC): Likewise.
7242 (ENDFILE_SPEC): Likewise.
7243 (LIB_SPEC): Likewise.
7244 (TARGET_SDATA_DEFAULT): Likewise.
7245 (TARGET_MMEDIUM_CALLS_DEFAULT): Likewise.
7246 (MULTILIB_DEFAULTS): Likewise.
7247 (DWARF2_UNWIND_INFO): Likewise.
7248 * config/arc/big.h: New file.
7249 * config/arc/elf.h: Likewise.
7250 * config/arc/linux.h: Likewise.
7251 * config/arc/t-uClibc: Remove.
7252
7253 2017-02-27 Bin Cheng <bin.cheng@arm.com>
7254
7255 PR tree-optimization/77536
7256 * tree-ssa-loop-manip.c (niter_for_unrolled_loop): New function.
7257 (tree_transform_and_unroll_loop): Use above function to compute the
7258 estimated niter of unrolled loop and use it when scaling profile.
7259 Also use count info rather than frequency if it's non-zero.
7260 * tree-ssa-loop-manip.h niter_for_unrolled_loop(): New declaration.
7261 * tree-vect-loop.c (scale_profile_for_vect_loop): New function.
7262 (vect_transform_loop): Call above function.
7263
7264 2017-02-27 Richard Biener <rguenther@suse.de>
7265
7266 PR tree-optimization/45397
7267 * tree-ssa-pre.c (eliminate_insert): Handle BIT_AND_EXPR.
7268 * tree-ssa-sccvn.c (valueized_wider_op): New helper.
7269 (visit_nary_op): Add pattern matching for CSEing sign-changed
7270 or truncated operations with wider ones.
7271
7272 2017-02-27 Richard Biener <rguenther@suse.de>
7273
7274 PR tree-optimization/79690
7275 * tree-vect-stmts.c (vectorizable_store): Use vector type
7276 built from the DR with address-space.
7277
7278 2017-02-26 Gerald Pfeifer <gerald@pfeifer.com>
7279
7280 * doc/invoke.texi (Optimize Options): Refine the description
7281 of asan-use-after-return.
7282
7283 2017-02-25 Alan Modra <amodra@gmail.com>
7284
7285 PR rtl-optimization/79584
7286 * lra-constraints.c (base_to_reg): Reload ad->base, the entire
7287 base, not ad->base_term, the reg within base. Remove assertion
7288 that ad->base == ad->base_term. Replace gen_int_mode using
7289 bogus mode with const0_rtx.
7290
7291 2017-02-25 Jakub Jelinek <jakub@redhat.com>
7292
7293 PR middle-end/79396
7294 * tree-eh.c (operation_could_trap_p, stmt_could_throw_1_p): Handle
7295 FMA_EXPR like tcc_binary or tcc_unary.
7296
7297 * tree-ssa-loop-niter.c (number_of_iterations_exit): Simplify warning.
7298
7299 PR debug/77589
7300 * dwarf2out.c (struct dw_loc_list_struct): Add noted_variable_value
7301 bitfield.
7302 (size_of_loc_descr): Handle DW_OP_GNU_variable_value.
7303 (output_loc_operands): Handle DW_OP_call_ref and
7304 DW_OP_GNU_variable_value.
7305 (struct variable_value_struct): New type.
7306 (struct variable_value_hasher): Likewise.
7307 (variable_value_hash): New variable.
7308 (string_types): Remove.
7309 (copy_loc_descr): New function.
7310 (add_loc_descr_to_each): Clarify comment. Use copy_loc_descr.
7311 (prepend_loc_descr_to_each): New function.
7312 (add_loc_list): Fix comment typo. Use prepend_loc_descr_to_each
7313 instead of add_loc_descr_to_each if the first argument is single
7314 location list and the second has multiple.
7315 (resolve_args_picking_1): Handle DW_OP_GNU_variable_value.
7316 (loc_list_from_tree_1): For early_dwarf, emit DW_OP_GNU_variable_value
7317 when looking for variable value which doesn't have other location info.
7318 (loc_list_from_tree): Formatting fix.
7319 (gen_array_type_die): Simplify DW_AT_string_length handling.
7320 (adjust_string_types): Remove.
7321 (gen_subprogram_die): Don't call adjust_string_types nor test/set
7322 string_types. Call resolve_variable_values.
7323 (prune_unused_types_walk_loc_descr): Handle DW_OP_GNU_variable_value.
7324 (resolve_addr_in_expr): Likewise. Add A argument.
7325 (copy_deref_exprloc): Remove deref argument. Adjust for the
7326 original expression being DW_OP_GNU_variable_value with optionally
7327 DW_OP_stack_value after it instead of DW_OP_call4 with DW_OP_deref
7328 optionally after it.
7329 (optimize_string_length): Rework for DW_OP_GNU_variable_value.
7330 (resolve_addr): Adjust optimize_string_length and resolve_addr_in_expr
7331 callers. Set remove_AT_byte_size if removing DW_AT_string_length.
7332 (variable_value_hasher::hash, variable_value_hasher::equal): New
7333 methods.
7334 (resolve_variable_value_in_expr, resolve_variable_value,
7335 resolve_variable_values, note_variable_value_in_expr,
7336 note_variable_value): New functions.
7337 (dwarf2out_early_finish): Call note_variable_value on all toplevel
7338 DIEs.
7339
7340 2017-02-24 Jakub Jelinek <jakub@redhat.com>
7341
7342 PR c/79677
7343 * opts.h (handle_generated_option): Add GENERATED_P argument.
7344 * opts-common.c (handle_option): Adjust function comment.
7345 (handle_generated_option): Add GENERATED_P argument, pass it to
7346 handle_option.
7347 (control_warning_option): Pass false to handle_generated_option
7348 GENERATED_P.
7349 * opts.c (maybe_default_option): Pass true to handle_generated_option
7350 GENERATED_P.
7351 * optc-gen.awk: Likewise.
7352
7353 2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
7354
7355 * config/sh/sh.md (tstsi_t): If operands[0] is a SUBREG instead of
7356 a REG, look at the REG it is a SUBREG of.
7357 (splitter for cmpeqsi_t): Ditto.
7358
7359 2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
7360
7361 * config/pa/pa.c (pa_combine_instructions): Do not share RTL. Make
7362 the special USEs with the pattern of the insn, not the insn itself.
7363
7364 2017-02-24 Matthew Fortune <matthew.fortune@imgtec.com>
7365
7366 PR target/79473
7367 * doc/invoke.texi: Document -mload-store-pairs.
7368
7369 2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
7370 Sandra Loosemore <sandra@codesourcery.com>
7371
7372 * config/nios2/nios2.c (nios2_simple_const_p): Returns false if the
7373 argument isn't a CONST_INT.
7374 (nios2_alternate_compare_const): Assert op is a CONST_INT.
7375 (nios2_valid_compare_const_p): Assert op is a CONST_INT.
7376 (nios2_validate_compare): Bypass alternate compare logic if *op2
7377 is not a CONST_INT.
7378 (ldstwm_operation_p): Return false if first_base is not a REG or
7379 if first_offset is not a CONST_INT.
7380
7381 2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
7382
7383 * config/cris/cris.md: Use correct operand in a define_peephole2.
7384
7385 2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
7386
7387 * config/c6x/c6x.c (predicate_insn): Do not incorrectly share RTL.
7388
7389 2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
7390
7391 * config/arc/arc.c (arc_ccfsm_advance): Only take the PATTERN of
7392 this_insn if it is an INSN or JUMP_INSN.
7393 (force_offsettable): Look at base, not at addr.
7394 * config/arc/predicates.md (brcc_nolimm_operator): Don't call INTVAL
7395 on things that aren't necessarily CONST_INTs.
7396
7397 2017-02-24 Uros Bizjak <ubizjak@gmail.com>
7398
7399 * doc/invoke.texi (x86 Options, -mfpmath=sse): Mention that
7400 -mfpmath=sse is the default also for x86-32 targets with SSE2
7401 instruction set when @option{-ffast-math} is enabled
7402
7403 2017-02-24 Jeff Law <law@redhat.com>
7404
7405 PR rtl-optimizatoin/79286
7406 * ira.c (update_equiv_regs): Drop may_trap_p exception to
7407 dominance test.
7408
7409 2017-02-24 Richard Biener <rguenther@suse.de>
7410
7411 PR tree-optimization/79389
7412 * gimple-ssa-split-paths.c (is_feasible_trace): Properly skip
7413 debug insns.
7414
7415 2017-02-24 Aldy Hernandez <aldyh@redhat.com>
7416
7417 * tree-ssa-loop-niter.c (number_of_iterations_exit): Update
7418 function comment to reflect reality.
7419 (loop_exits_before_overflow): Fix typo in function description.
7420
7421 2017-02-24 Richard Biener <rguenther@suse.de>
7422
7423 PR tree-optimization/79389
7424 * gimple-ssa-split-paths.c (is_feasible_trace): Verify more
7425 properly that a threading opportunity exists. Detect conditional
7426 copy/constant propagation opportunities.
7427
7428 2017-02-23 Eric Botcazou <ebotcazou@adacore.com>
7429
7430 * config/visium/visium.md (type): Add trap.
7431 (b): New mode attribute.
7432 (*btst): Rename into...
7433 (*btst<mode>): ...this and adjust.
7434 (*cbranchsi4_btst_insn): Rename into...
7435 (*cbranch<mode>4_btst_insn): ...this and adjust.
7436 (trap): New define_insn.
7437
7438 2017-02-23 Jakub Jelinek <jakub@redhat.com>
7439
7440 PR tree-optimization/79389
7441 * ifcvt.c (struct noce_if_info): Add rev_cond field.
7442 (noce_reversed_cond_code): New function.
7443 (noce_emit_store_flag): Use rev_cond if non-NULL instead of
7444 reversed_comparison_code. Formatting fix.
7445 (noce_try_store_flag): Test rev_cond != NULL in addition to
7446 reversed_comparison_code.
7447 (noce_try_store_flag_constants): Likewise.
7448 (noce_try_store_flag_mask): Likewise.
7449 (noce_try_addcc): Use rev_cond if non-NULL instead of
7450 reversed_comparison_code.
7451 (noce_try_cmove_arith): Likewise. Formatting fixes.
7452 (noce_try_minmax, noce_try_abs): Clear rev_cond.
7453 (noce_find_if_block): Initialize rev_cond.
7454 (find_cond_trap): Call noce_get_condition with then_bb == trap_bb
7455 instead of false as last argument never attempt to reverse it
7456 afterwards.
7457
7458 2017-02-23 Bin Cheng <bin.cheng@arm.com>
7459
7460 PR tree-optimization/79663
7461 * tree-predcom.c (combine_chains): Process refs in reverse order
7462 only for ZERO length chains, and add explaining comment.
7463
7464 2017-02-23 Jeff Law <law@redhat.com>
7465
7466 PR tree-optimization/79578
7467 * tree-ssa-dse.c (clear_bytes_written_by): Use OEP_ADDRESS_OF
7468 in call to operand_equal_p.
7469
7470 2017-01-23 Dominique d'Humieres <dominiq@lps.ens.fr>
7471
7472 PR target/71017
7473 * config/i386/cpuid.h: Fix another undefined behavior.
7474
7475 2017-02-23 Richard Biener <rguenther@suse.de>
7476
7477 PR tree-optimization/79683
7478 * tree-vect-stmts.c (vect_analyze_stmt): Do not overwrite
7479 vector types for data-refs.
7480
7481 2017-02-23 Martin Liska <mliska@suse.cz>
7482
7483 * params.def (PARAM_MIN_NONDEBUG_INSN_UID): Change default to 0.
7484
7485 2017-02-23 Jakub Jelinek <jakub@redhat.com>
7486
7487 PR middle-end/79665
7488 * internal-fn.c (get_range_pos_neg): Moved to ...
7489 * tree.c (get_range_pos_neg): ... here. No longer static.
7490 * tree.h (get_range_pos_neg): New prototype.
7491 * expr.c (expand_expr_real_2) <case TRUNC_DIV_EXPR>: If both arguments
7492 are known to be in between 0 and signed maximum inclusive, try to
7493 expand both unsigned and signed divmod and use the cheaper one from
7494 those.
7495
7496 2017-02-22 Jeff Law <law@redhat.com>
7497
7498 PR tree-optimization/79578
7499 * tree-ssa-dse.c (clear_bytes_written_by): Use operand_equal_p
7500 to compare base operands.
7501
7502 2017-02-22 Segher Boessenkool <segher@kernel.crashing.org>
7503
7504 PR target/79211
7505 * config/rs6000/rs6000.md (*fsel<SFDF:mode><SFDF2:mode>4): Use
7506 gpc_reg_operand instead of fpr_reg_operand.
7507
7508 2017-02-22 Sameera Deshpande <sameera.deshpande@imgtec.com>
7509
7510 * config/mips/mips.c (mips_return_in_memory): Force FP
7511 vector types to be returned in memory for o32 ABI.
7512
7513 2017-02-22 Jakub Jelinek <jakub@redhat.com>
7514
7515 * dwarf2out.c (gen_variable_die): For -gdwarf-5, use DW_TAG_variable
7516 instead of DW_TAG_member for static data member declarations and don't
7517 set no_linkage_name for static inline data members.
7518 (gen_member_die): For -gdwarf-5 don't change DW_TAG_variable
7519 to DW_TAG_member.
7520
7521 2017-02-22 Martin Liska <mliska@suse.cz>
7522
7523 * doc/invoke.texi: Replace inequality signs with square brackets
7524 for -Wnormalized.
7525
7526 2017-02-22 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7527
7528 PR tree-optimization/68644
7529 * gcc.dg/tree-ssa/ivopts-lt-2.c: Skip for powerpc*-*-*.
7530
7531 2017-02-22 Matthew Fortune <matthew.fortune@imgtec.com>
7532
7533 PR target/78660
7534 * lra-constraints.c (simplify_operand_subreg): Handle
7535 WORD_REGISTER_OPERATIONS targets.
7536
7537 2017-02-22 Jakub Jelinek <jakub@redhat.com>
7538
7539 PR target/70465
7540 * reg-stack.c (emit_swap_insn): Treat (float_extend:?F (mem:?F))
7541 and (const_double:?F) like (mem:?F) for the purpose of fxch %st(1)
7542 elimination by swapping fld*.
7543
7544 2017-02-22 Richard Biener <rguenther@suse.de>
7545
7546 PR tree-optimization/79673
7547 * tree-ssa-pre.c (compute_avail): Use wide_int_to_tree to
7548 convert the [TARGET_]MEM_REF offset INTEGER_CST, scrapping off
7549 irrelevant address-space qualifiers and avoiding a
7550 ADDR_SPACE_CONVERT_EXPR from fold_convert.
7551
7552 2017-02-22 Richard Biener <rguenther@suse.de>
7553
7554 PR tree-optimization/79666
7555 * tree-vrp.c (extract_range_from_binary_expr_1): Make sure
7556 to not symbolically negate if that may introduce undefined
7557 overflow.
7558
7559 2017-02-22 Martin Liska <mliska@suse.cz>
7560
7561 PR lto/79587
7562 * data-streamer-in.c (streamer_read_gcov_count): Remove assert.
7563 * data-streamer-out.c (streamer_write_gcov_count_stream):
7564 Likewise.
7565 * value-prof.c (stream_out_histogram_value): Make assert more
7566 precise based on type of counter.
7567
7568 2017-02-21 Uros Bizjak <ubizjak@gmail.com>
7569
7570 PR target/79593
7571 * config/i386/i386.md (standard_x87sse_constant_load splitter):
7572 Use nonimmediate_operand instead of memory_operand for operand 1.
7573 (float-extend standard_x87sse_constant_load splitter): Ditto.
7574
7575 2017-02-21 Jeff Law <law@redhat.com>
7576
7577 PR tree-optimization/79621
7578 * gimple-ssa-isolate-paths.c (find_implicit_erroneous_behavior): Ignore
7579 blocks with edges to themselves.
7580
7581 2017-02-21 Jakub Jelinek <jakub@redhat.com>
7582
7583 PR target/79633
7584 * tree-chkp-opt.c (chkp_optimize_string_function_calls): Use
7585 is_gimple_call instead of comparing gimple_code with GIMPLE_CALL.
7586 Use gimple_call_builtin_p.
7587
7588 PR target/79570
7589 * sel-sched.c (moveup_expr_cached): Don't call sel_bb_head
7590 on temporarily removed DEBUG_INSNs.
7591
7592 PR tree-optimization/79649
7593 * tree-loop-distribution.c (classify_partition): Give up on
7594 non-generic address space loads/stores.
7595
7596 2017-02-21 Aldy Hernandez <aldyh@redhat.com>
7597
7598 * doc/loop.texi (Loop manipulation): Remove nonexistent
7599 tree_ssa_loop_version from the documentation.
7600 * cfgloopmanip.c (loop_version): Document CONDITION_BB argument.
7601
7602 2017-02-21 Jakub Jelinek <jakub@redhat.com>
7603
7604 PR target/79494
7605 * config/i386/i386.c (ix86_expand_split_stack_prologue): Call
7606 make_reg_eh_region_note_nothrow_nononlocal on call_insn.
7607 * config/rs6000/rs6000.c: Include except.h.
7608 (rs6000_expand_split_stack_prologue): Call
7609 make_reg_eh_region_note_nothrow_nononlocal on the call insn.
7610
7611 2017-02-21 Martin Jambor <mjambor@suse.cz>
7612
7613 PR lto/79579
7614 * ipa-prop.c (ipa_prop_write_jump_functions): Bail out if no edges
7615 have been analyzed.
7616
7617 2017-02-21 Martin Jambor <mjambor@suse.cz>
7618
7619 * common.opt (-fipa-cp-alignment): Mark as ignored and preserved
7620 for backward compatibility only.
7621 * doc/invoke.texi (Option Summary): Remove all references to
7622 -fipa-cp-alignment.
7623
7624 2017-02-21 Matthew Fortune <matthew.fortune@imgtec.com>
7625
7626 PR target/78660
7627 Revert:
7628 2017-02-20 Matthew Fortune <matthew.fortune@imgtec.com>
7629
7630 * lra-constraints.c (curr_insn_transform): Handle
7631 WORD_REGISTER_OPERATIONS requirements when reloading SUBREGs.
7632
7633 2017-02-21 Martin Liska <mliska@suse.cz>
7634
7635 * config/i386/i386.opt: Replace -masm-dialect with -masm.
7636
7637 2017-02-21 Thomas Schwinge <thomas@codesourcery.com>
7638
7639 PR translation/79638
7640 * config/nvptx/nvptx.c (ENTRY_TEMPLATE): Single out "%ntid.y".
7641
7642 2017-02-21 Eric Botcazou <ebotcazou@adacore.com>
7643
7644 PR ada/67205
7645 * config/arm/arm.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define.
7646 (arm_function_ok_for_sibcall): Return false for an indirect call by
7647 descriptor if all the argument registers are used.
7648 (arm_relayout_function): Use FUNCTION_ALIGNMENT macro to adjust the
7649 alignment of the function.
7650
7651 2017-02-21 Jakub Jelinek <jakub@redhat.com>
7652
7653 PR tree-optimization/61441
7654 * simplify-rtx.c (simplify_const_unary_operation): For
7655 -fsignaling-nans and sNaN operand, return NULL_RTX rather than
7656 the sNaN unmodified.
7657
7658 2017-02-20 Bernd Edlinger <bernd.edlinger@hotmail.de>
7659
7660 * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
7661 (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
7662 instead of SYSTEM_HEADER_DIR.
7663
7664 2017-02-20 Gerald Pfeifer <gerald@pfeifer.com>
7665 Martin Liška <mliska@suse.cz>
7666
7667 * doc/invoke.texi (use-after-scope-direct-emission-threshold):
7668 Fix typos and grammar, use active voice, and clarify.
7669
7670 2017-02-20 Marek Polacek <polacek@redhat.com>
7671
7672 PR middle-end/79537
7673 * gimplify.c (gimplify_expr): Handle unused *&&L;.
7674
7675 PR sanitizer/79558
7676 * ubsan.c (ubsan_type_descriptor): Check if TYPE_MAX_VALUE is null.
7677
7678 2017-02-20 Jakub Jelinek <jakub@redhat.com>
7679
7680 PR target/79568
7681 * config/i386/i386.c (ix86_expand_builtin): Handle
7682 OPTION_MASK_ISA_AVX512VL and OPTION_MASK_ISA_64BIT in
7683 ix86_builtins_isa[fcode].isa as a requirement of those
7684 flags and any other flag in the bitmask.
7685 (ix86_init_mmx_sse_builtins): Use 0 instead of
7686 ~OPTION_MASK_ISA_64BIT as mask.
7687 * config/i386/i386-builtin.def (__builtin_ia32_rdtsc,
7688 __builtin_ia32_rdtscp, __builtin_ia32_pause, __builtin_ia32_bsrsi,
7689 __builtin_ia32_rdpmc, __builtin_ia32_rolqi, __builtin_ia32_rolhi,
7690 __builtin_ia32_rorqi, __builtin_ia32_rorhi): Likewise.
7691
7692 2017-02-20 Matthew Fortune <matthew.fortune@imgtec.com>
7693
7694 PR target/78012
7695 * lra-constraints.c (split_reg): Check requested split mode
7696 is supported by the register.
7697
7698 2017-02-20 Matthew Fortune <matthew.fortune@imgtec.com>
7699
7700 * lra-constraints.c (simplify_operand_subreg): Remove early
7701 return false.
7702
7703 2017-02-20 Matthew Fortune <matthew.fortune@imgtec.com>
7704
7705 PR target/78660
7706 * lra-constraints.c (curr_insn_transform): Tighten condition
7707 for converting SUBREG reloads from OP_OUT to OP_INOUT.
7708
7709 2017-02-20 Matthew Fortune <matthew.fortune@imgtec.com>
7710
7711 PR target/78660
7712 * lra-constraints.c (curr_insn_transform): Handle
7713 WORD_REGISTER_OPERATIONS requirements when reloading SUBREGs.
7714
7715 2017-02-19 Uros Bizjak <ubizjak@gmail.com>
7716
7717 Revert:
7718 2016-05-30 Uros Bizjak <ubizjak@gmail.com>
7719
7720 * config/i386/sync.md (mfence_nosse): Use "lock orl $0, -4(%esp)".
7721
7722 2017-02-19 Jonathan Wakely <jwakely@redhat.com>
7723
7724 PR c++/69523
7725 * doc/invoke.texi (C++ Dialect Options) [-Wliteral-suffix]: Update
7726 description.
7727
7728 2017-02-19 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
7729
7730 * gimple-pretty-print.c (dump_ternary_rhs): Adjust gimple dump format
7731 for FMA_EXPR.
7732
7733 2017-02-18 Jakub Jelinek <jakub@redhat.com>
7734
7735 * final.c (last_columnnum, override_columnnum): New variables.
7736 (final_start_function): Set last_columnnum, pass it to begin_prologue
7737 hook and pass 0 to dwarf2out_begin_prologue.
7738 (final_scan_insn): Update override_columnnum. Pass last_columnnum
7739 to source_line debug hook.
7740 (notice_source_line): Compute last_columnnum and for debug_column_info
7741 return true on column changes.
7742 * debug.h (struct gcc_debug_hooks): Add column argument to
7743 source_line and begin_prologue hooks.
7744 (debug_nothing_int_charstar_int_bool): Remove prototype.
7745 (debug_nothing_int_int_charstar,
7746 debug_nothing_int_int_charstar_int_bool): New prototypes.
7747 (dwarf2out_begin_prologue): Add column argument.
7748 * debug.c (do_nothing_debug_hooks): Adjust source_line and
7749 begin_prologue hooks.
7750 (debug_nothing_int_charstar_int_bool): Remove.
7751 (debug_nothing_int_int_charstar,
7752 debug_nothing_int_int_charstar_int_bool): New functions.
7753 * dwarf2out.c (dwarf2out_begin_prologue): Add column argument, pass it
7754 through to dwarf2out_source_line.
7755 (dwarf2_lineno_debug_hooks): Adjust begin_prologue hook.
7756 (dwarf2out_source_line): Add column argument, emit it if requested.
7757 * sdbout.c (sdbout_source_line, sdbout_begin_prologue): Add column
7758 arguments.
7759 * xcoffout.h (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
7760 * xcoffout.c (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
7761 * vmsdbgout.c (vmsdbgout_begin_prologue): Add column argument, pass it
7762 through to dwarf2out_begin_prologue.
7763 (vmsdbgout_source_line): Add column argument, pass it through to
7764 dwarf2out_source_line.
7765 * dbxout.c (dbxout_begin_prologue): Add column argument, adjust
7766 dbxout_source_line caller.
7767 (dbxout_source_line): Add column argument.
7768
7769 * common.opt (gno-column-info, gcolumn-info): New options.
7770 * dwarf2out.c (dwarf2_lineno_debug_hooks): Formatting fix.
7771 (check_die): Also test for multiple DW_AT_decl_column attributes.
7772 (add_src_coords_attributes, dwarf2out_imported_module_or_decl_1): Add
7773 DW_AT_decl_column if requested.
7774 (gen_subprogram_die): Compare and/or add also DW_AT_decl_column
7775 if requested.
7776 (gen_variable_die): Likewise.
7777 (add_call_src_coords_attributes): Add DW_AT_call_column if requested.
7778 * doc/invoke.texi (-gcolumn-info, -gno-column-info): Document.
7779
7780 PR target/79569
7781 * config/i386/i386.opt (m3dnowa): Replace Undocumented with Report.
7782 * common/config/i386/i386-common.c (OPTION_MASK_ISA_3DNOW_A_SET): Define.
7783 (ix86_handle_option): Handle OPT_m3dnowa.
7784 * doc/invoke.texi (-m3dnowa): Document.
7785 * doc/extend.texi (__builtin_ia32_pmulhuw, __builtin_ia32_pf2iw): Use
7786 -m3dnowa instead of -m3dnow -march=athlon.
7787
7788 PR target/79559
7789 * config/i386/i386.c (ix86_print_operand): Use output_operand_lossage
7790 instead of gcc_assert for K, r and R code checks. Formatting fixes.
7791
7792 2017-02-17 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7793
7794 PR target/79261
7795 * config/rs6000/rs6000.c (rs6000_expand_ternop_builtin): Add
7796 support for CODE_FOR_vsx_xxpermdi_v2d[fi]_be.
7797 * config/rs6000/rs6000.md (reload_gpr_from_vsx<mode>): Call
7798 generator for vsx_xxpermdi_<mode>_be.
7799 * config/rs6000/vsx.md (vsx_xxpermdi_<mode>): Remove logic to
7800 force big-endian semantics.
7801 (vsx_xxpermdi_<mode>_be): New define_expand with same
7802 implementation as previous version of vsx_xxpermdi_<mode>.
7803
7804 2017-02-17 Jakub Jelinek <jakub@redhat.com>
7805
7806 PR tree-optimization/79327
7807 * gimple-ssa-sprintf.c (format_integer): Remove likely_adjust
7808 variable, its initialization and use.
7809
7810 2017-02-17 Julia Koval <julia.koval@intel.com>
7811
7812 * common/config/i386/i386-common.c (OPTION_MASK_ISA_RDPID_SET): New.
7813 (OPTION_MASK_ISA_PKU_UNSET): New.
7814 (ix86_handle_option): Handle -mrdpid.
7815 * config/i386/cpuid.h (bit_RDPID): New.
7816 * config/i386/driver-i386.c (host_detect_local_cpu):
7817 Detect RDPID feature.
7818 * config/i386/i386-builtin.def (__builtin_ia32_rdpid): New.
7819 * config/i386/i386-c.c (ix86_target_macros_internal):
7820 Handle RDPID flag.
7821 * config/i386/i386.c (ix86_target_string): Add -mrdpid to isa2_opts.
7822 (ix86_valid_target_attribute_inner_p): Add "rdpid".
7823 (ix86_expand_builtin): Handle IX86_BUILTIN_RDPID.
7824 * config/i386/i386.h (TARGET_RDPID, TARGET_RDPID_P): New.
7825 * config/i386/i386.md (define_insn "rdpid"): New.
7826 * config/i386/i386.opt Add -mrdpid.
7827 * config/i386/immintrin.h (_rdpid_u32): New.
7828
7829 2017-02-17 Vladimir Makarov <vmakarov@redhat.com>
7830
7831 PR rtl-optimization/79541
7832 * lra-constraints.c (curr_insn_transform): Remove wrong asm insn
7833 instead of transforming it into USE.
7834
7835 2017-02-17 Segher Boessenkool <segher@kernel.crashing.org>
7836
7837 * config/rs6000/rs6000.md (extendsfdf2): Remove default arguments.
7838 If HONOR_SNANS (SFmode) force the input to a register.
7839 (*extendsfdf2_fpr): Add !HONOR_SNANS (SFmode) condition.
7840 (*extendsfdf2_snan): New pattern, used when using SNaNs; it generates
7841 an frsp or similar insn.
7842
7843 2017-02-17 Martin Liska <mliska@suse.cz>
7844
7845 PR rtl-optimization/79577
7846 * params.def (selsched-max-sched-times): Increase minimum to 1.
7847
7848 2017-02-17 Martin Liska <mliska@suse.cz>
7849
7850 PR rtl-optimization/79574
7851 * gcse.c (want_to_gcse_p): Prevent integer overflow.
7852
7853 2017-02-17 Martin Liska <mliska@suse.cz>
7854
7855 PR tree-optimization/79529
7856 * tree-ssa-loop-unswitch.c (is_maybe_undefined): Use
7857 ssa_defined_default_def_p to handle cases which are implicitly
7858 defined.
7859 * tree-ssa.c (ssa_defined_default_def_p): New function.
7860 (ssa_undefined_value_p): Use ssa_defined_default_def_p to handle cases
7861 which are implicitly defined.
7862 * tree-ssa.h (ssa_defined_default_def_p): Declare.
7863
7864 2017-02-17 Richard Biener <rguenther@suse.de>
7865
7866 PR middle-end/79576
7867 * params.def (max-ssa-name-query-depth): Limit to 10.
7868
7869 2017-02-17 Richard Biener <rguenther@suse.de>
7870
7871 PR tree-optimization/79552
7872 * tree-ssa-structalias.c (visit_loadstore): Properly verify
7873 default defs.
7874
7875 2017-02-17 Richard Biener <rguenther@suse.de>
7876
7877 PR bootstrap/79567
7878 * genmatch.c (output_line_directive): Handle DIR_SEPARATOR_2.
7879
7880 2017-02-17 Marek Polacek <polacek@redhat.com>
7881
7882 PR middle-end/79536
7883 * fold-const.c (fold_negate_expr_1): Renamed from fold_negate_expr.
7884 (fold_negate_expr): New wrapper.
7885
7886 2017-02-16 Sandra Loosemore <sandra@codesourcery.com>
7887
7888 * doc/invoke.texi (C++ Dialect Options) [-Wno-non-template-friend]:
7889 Correct terminology and de-emphasize pre-standard behavior.
7890
7891 2017-02-16 Alan Modra <amodra@gmail.com>
7892
7893 PR rtl-optimization/79286
7894 * ira.c (def_dominates_uses): New function.
7895 (update_equiv_regs): Don't create an equivalence for insns that
7896 may trap where the register def does not dominate the use.
7897
7898 2017-02-16 Vladimir Makarov <vmakarov@redhat.com>
7899
7900 PR rtl-optimization/78127
7901 * lra.c (lra): Call lra_eliminate before finish the loop after
7902 lra_constraint.
7903
7904 2017-02-16 Richard Biener <rguenther@suse.de>
7905
7906 * graphite.h: Do not include isl/isl_val_gmp.h, instead include
7907 isl/isl_val.h.
7908 * graphite-isl-ast-to-gimple.c (gmp_cst_to_tree): Remove.
7909 (gcc_expression_from_isl_expr_int): Use generic isl_val interface.
7910 * graphite-sese-to-poly.c: Do not include isl/isl_val_gmp.h.
7911 (isl_val_int_from_wi): New function.
7912 (extract_affine_gmp): Rename to ...
7913 (extract_affine_wi): ... this, take a widest_int.
7914 (extract_affine_int): Just wrap extract_affine_wi.
7915 (add_param_constraints): Use isl_val_int_from_wi.
7916 (add_loop_constraints): Likewise, and extract_affine_wi.
7917
7918 2017-02-15 Jeff Law <law@redhat.com>
7919
7920 PR middle-end/79521
7921 * ira-costs.c (scan_one_insn): Check have_regs_of_mode before calling
7922 ira_init_register_move_cost_if_necessary.
7923
7924 2017-02-15 Martin Sebor <msebor@redhat.com>
7925
7926 PR middle-end/32003
7927 * doc/invoke.texi (-fdump-final-insns): Replace option accidentally
7928 removed in a prior commit.
7929
7930 2017-02-15 Bin Cheng <bin.cheng@arm.com>
7931
7932 PR tree-optimization/79347
7933 * tree-vect-loop-manip.c (vect_do_peeling): Maintain profile
7934 counters during peeling.
7935
7936 2017-02-15 Thomas Schwinge <thomas@codesourcery.com>
7937
7938 * Makefile.in (site.exp): Remove "set ISLVER".
7939
7940 2017-02-15 Jakub Jelinek <jakub@redhat.com>
7941
7942 PR target/79487
7943 * real.c (real_from_integer): Call real_convert even for decimal.
7944
7945 2017-02-15 Dominik Vogt <vogt@linux.vnet.ibm.com>
7946
7947 PR target/79421
7948 * config/s390/s390.c: define TARGET_CUSTOM_FUNCTION_DESCRIPTORS.
7949
7950 2017-02-14 Andrew Pinski <apinski@cavium.com>
7951
7952 * config/aarch64/aarch64-cores.def (thunderx2t99): Move to under 'C"
7953 cores and change the partno/implementer to be correct.
7954 (thunderx2t99p1): New core which replaces thunderx2t99 and still has
7955 the 'B" as the implementer.
7956 * config/aarch64/aarch64-tune.md: Regenerate.
7957
7958 2017-02-14 Carl Love <cel@us.ibm.com>
7959
7960 * config/rs6000/rs6000.c: Add case statement entry to make the
7961 xvcvuxdsp built-in argument unsigned.
7962 * config/rs6000/vsx.md: Fix the source and return operand types so they
7963 match the instruction definitions from the ISA document. Fix typo
7964 in the instruction generation for the (define_insn "vsx_xvcvuxdsp"
7965 statement.
7966
7967 2017-02-14 Vladimir Makarov <vmakarov@redhat.com>
7968
7969 PR target/79282
7970 * lra-int.h (struct lra_operand_data, struct lra_insn_reg): Add
7971 member early_clobber_alts.
7972 * lra-lives.c (reg_early_clobber_p): New.
7973 (process_bb_lives): Use it.
7974 * lra.c (new_insn_reg): New arg early_clobber_alts. Use it.
7975 (debug_operand_data): Initialize early_clobber_alts.
7976 (setup_operand_alternative): Set up early_clobber_alts.
7977 (collect_non_operand_hard_regs): Ditto. Pass early clobber
7978 alternatives to new_insn_reg.
7979 (add_regs_to_insn_regno_info): Add arg early_clobber_alts. Use
7980 it.
7981 (lra_update_insn_regno_info): Pass the new arg.
7982
7983 2017-02-14 Jakub Jelinek <jakub@redhat.com>
7984
7985 PR middle-end/79505
7986 * omp-offload.c (free_oacc_loop): Release loop->ifns vector.
7987 (new_oacc_loop_raw): Don't clear already cleared fields.
7988
7989 PR target/79481
7990 * config/i386/avx512pfintrin.h (_mm512_prefetch_i32gather_pd,
7991 _mm512_prefetch_i32gather_ps, _mm512_prefetch_i64gather_pd,
7992 _mm512_prefetch_i64gather_ps): New inline functions and macros.
7993
7994 2017-02-14 Uros Bizjak <ubizjak@gmail.com>
7995
7996 PR target/79495
7997 * config/i386/i386.md (*movxf_internal): Add (o,rC) alternative.
7998
7999 2017-02-14 H.J. Lu <hongjiu.lu@intel.com>
8000
8001 PR target/79498
8002 * config/i386/i386.c (timode_scalar_chain::convert_insn): Insert
8003 the extra instruction to the right place to store 128-bit constant
8004 when needed.
8005
8006 2017-02-14 Martin Sebor <msebor@redhat.com>
8007
8008 PR middle-end/79448
8009 * gimple-ssa-sprintf.c (format_directive): Avoid issuing INT_MAX
8010 warning for strings of unknown length.
8011
8012 2017-02-13 Segher Boessenkool <segher@kernel.crashing.org>
8013
8014 * config.gcc (supported_defaults) [powerpc*-*-*]: Update.
8015
8016 2017-02-14 Jeff Law <law@redhat.com>
8017
8018 PR target/79404
8019 * ira-costs.c (scan_one_insn): Initialize register move costs
8020 for pseudos seen in USE/CLOBBER insns.
8021
8022 PR tree-optimization/79095
8023 * tree-vrp.c (extract_range_from_binary_expr_1): For EXACT_DIV_EXPR,
8024 if the numerator has the range ~[0,0] make the resultant range ~[0,0].
8025 (extract_range_from_binary_expr): For MINUS_EXPR with no derived range,
8026 if the operands are known to be not equal, then the resulting range
8027 is ~[0,0].
8028 (intersect_ranges): If the new range is ~[0,0] and the old range is
8029 wide, then prefer ~[0,0].
8030 * tree-vrp.c (overflow_comparison_p_1): New function.
8031 (overflow_comparison_p): New function.
8032 * tree-vrp.c (register_edge_assert_for_2): Register additional asserts
8033 if NAME is used in an overflow test.
8034 (vrp_evaluate_conditional_warnv_with_ops): If the ops represent an
8035 overflow check that can be expressed as an equality test, then adjust
8036 ops to be that equality test.
8037
8038 2017-02-14 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
8039
8040 * config/s390/s390-builtin-types.def: Remove flags argument.
8041 * config/s390/s390.c (s390_init_builtins): Likewise.
8042
8043 2017-02-14 Martin Liska <mliska@suse.cz>
8044
8045 * tree-ssa-loop-unswitch.c (hoist_guard): Release get_loop_body
8046 vector. Fix trailing white spaces.
8047
8048 2017-02-14 James Greenhalgh <james.greenhalgh@arm.com>
8049
8050 * config/aarch64/aarch64.c (aarch64_simd_container_mode): Handle
8051 HFmode.
8052
8053 2017-02-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8054
8055 PR rtl-optimization/68664
8056 * config/arm/arm.c (arm_sched_can_speculate_insn):
8057 New function. Declare prototype.
8058 (TARGET_SCHED_CAN_SPECULATE_INSN): Define.
8059
8060 2017-02-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8061
8062 PR rtl-optimization/68664
8063 * config/aarch64/aarch64.c (aarch64_sched_can_speculate_insn):
8064 New function.
8065 (TARGET_SCHED_CAN_SPECULATE_INSN): Define.
8066
8067 2017-02-14 Amit Pawar <amit.pawar@amd.com>
8068
8069 * config/i386/i386.c (znver1_cost): Fix the alignment for function and
8070 max skip bytes for function, loop and jump.
8071
8072 2017-02-14 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
8073
8074 * gimple-pretty-print.c (dump_unary_rhs): Adjust dump format for
8075 ABS_EXPR for gimple dump.
8076
8077 2017-02-14 Jakub Jelinek <jakub@redhat.com>
8078
8079 PR target/79462
8080 * config/sh/sh.c (expand_cbranchdi4): Don't clear operands[4].
8081
8082 PR tree-optimization/79408
8083 * tree-vrp.c (simplify_div_or_mod_using_ranges): Handle also the
8084 case when on TRUNC_MOD_EXPR op0 is INTEGER_CST.
8085 (simplify_stmt_using_ranges): Call simplify_div_or_mod_using_ranges
8086 also if rhs1 is INTEGER_CST.
8087
8088 2017-02-14 Richard Biener <rguenther@suse.de>
8089
8090 PR middle-end/79432
8091 * tree-into-ssa.c (insert_phi_nodes): When the function can
8092 have abnormal edges rewrite SSA names with broken use-def
8093 dominance out of SSA and register them for PHI insertion.
8094
8095 2017-02-13 Martin Sebor <msebor@redhat.com>
8096
8097 PR middle-end/79496
8098 * gimple-ssa-sprintf.c (pass_sprintf_length::handle_gimple_call): Avoid
8099 clearing info.nowrite flag when snprintf size argument is a range.
8100
8101 2017-02-13 Jakub Jelinek <jakub@redhat.com>
8102
8103 * cprop.c (cprop_jump): Add missing space in string literal.
8104 * tree-ssa-structalias.c (rewrite_constraints): Likewise.
8105 (get_constraint_for_component_ref): Likewise.
8106 * df-core.c (df_worklist_dataflow_doublequeue): Likewise.
8107 * tree-outof-ssa.c (insert_partition_copy_on_edge): Likewise.
8108 * lra-constraints.c (process_alt_operands): Likewise.
8109 * ipa-inline.c (inline_small_functions): Likewise.
8110 * tree-ssa-sccvn.c (visit_reference_op_store): Likewise.
8111 * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
8112 * trans-mem.c (diagnose_tm_1_op): Likewise.
8113 * omp-grid.c (grid_find_single_omp_among_assignments): Likewise.
8114 (grid_parallel_clauses_gridifiable): Likewise.
8115
8116 * config/nvptx/mkoffload.c (process): Add space in between
8117 , and %d.
8118
8119 * config/i386/i386.h (REG_CLASS_NAMES): Add , in between
8120 "MOD4_SSE_REGS" and "ALL_REGS".
8121
8122 * spellcheck.c (test_data): Add , in between "foo" and "food".
8123
8124 2017-02-13 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
8125
8126 PR target/79449
8127 * config/rs6000/rs6000.c (expand_block_compare): Make sure runtime
8128 boundary crossing check and subsequent code generation agree.
8129
8130 2017-02-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8131
8132 * config/aarch64/aarch64.c (has_memory_op): Delete.
8133 (aarch64_madd_needs_nop): Use contains_mem_rtx_p instead of
8134 has_memory_op.
8135
8136 2017-02-13 Jakub Jelinek <jakub@redhat.com>
8137
8138 PR rtl-optimization/79388
8139 PR rtl-optimization/79450
8140 * combine.c (distribute_notes): When removing TEM_INSN for which
8141 corresponding dest has last value recorded, invalidate that last
8142 value.
8143
8144 2017-02-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8145
8146 * config/arm/arm.c (arm_print_tune_info): Use ASM_COMMENT_START instead
8147 of explicit '@'. Add missing assembly comment marker on branch costs
8148 printout.
8149
8150 2017-02-13 Nathan Sidwell <nathan@acm.org>
8151
8152 * gengtype-lex.l (<in_struct>): Add '/'.
8153
8154 2017-02-13 Martin Liska <mliska@suse.cz>
8155
8156 PR c/79471
8157 * calls.c (expand_call): Replace XALLOCAVEC with XCNEWVEC.
8158
8159 2017-02-13 Richard Biener <rguenther@suse.de>
8160
8161 * configure.ac (HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS):
8162 Remove.
8163 * configure: Re-generate.
8164 * config.in: Likewise.
8165 * graphite-dependences.c: Simplify as if
8166 HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS was defined.
8167 * graphite-isl-ast-to-gimple.c: Likewise.
8168 * graphite-optimize-isl.c: Likewise.
8169 * graphite-poly.c: Likewise.
8170 * graphite-sese-to-poly.c: Likewise.
8171 * graphite.h: Likewise.
8172 * toplev.c: Include isl/version.h and use isl_version () for
8173 printing the ISL version.
8174 * doc/install.texi: Update ISL requirement.
8175
8176 2017-02-12 Gerald Pfeifer <gerald@pfeifer.com>
8177
8178 * doc/standards.texi (Standards): Update reference to
8179 Objective-C 2.0.
8180
8181 2017-02-12 Gerald Pfeifer <gerald@pfeifer.com>
8182
8183 * doc/extend.texi (Named Address Spaces): sourceware.org now
8184 defaults to https.
8185 * doc/install.texi (Binaries): Ditto.
8186 (Specific): Ditto.
8187
8188 2017-02-11 Sandra Loosemore <sandra@codesourcery.com>
8189
8190 * doc/cpp.texi: Replace "stringify"/"stringification" with C
8191 standard terminology "stringize"/"stringizing" throughout.
8192 * doc/cppinternals.texi: Likewise.
8193
8194 2017-02-11 Sandra Loosemore <sandra@codesourcery.com>
8195
8196 * doc/extend.texi: Fix some spelling mistakes and typos.
8197 * doc/invoke.texi: Likewise.
8198
8199 2017-02-11 Jan Hubicka <hubicka@ucw.cz>
8200
8201 PR ipa/79224
8202 * params.def (inline-min-speedup) Change from 10 to 8.
8203
8204 2017-02-11 Jakub Jelinek <jakub@redhat.com>
8205
8206 * doc/invoke.texi (fopenmp): Bump OpenMP version from 4.0 to
8207 4.5.
8208
8209 2017-02-11 Jan Hubicka <hubicka@ucw.cz>
8210
8211 PR ipa/79224
8212 * ipa-inline-analysis.c (get_minimal_bb): New function.
8213 (record_modified): Use it.
8214 (remap_edge_change_prob): Handle also ancestor functions.
8215
8216 2017-02-11 Gerald Pfeifer <gerald@pfeifer.com>
8217
8218 * doc/contrib.texi (Contributors): Remove broken link into
8219 the Mauve CVS repository.
8220
8221 2017-02-11 Jakub Jelinek <jakub@redhat.com>
8222
8223 PR middle-end/79454
8224 * internal-fn.c (expand_vector_ubsan_overflow): Use piece-wise
8225 result computation whenever lhs doesn't have vector mode, not
8226 just when it has BLKmode.
8227
8228 2017-02-10 Gerald Pfeifer <gerald@pfeifer.com>
8229
8230 * doc/makefile.texi (profiledbootstrap): Refer to the
8231 installation instructions only in textual form.
8232
8233 2017-02-10 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
8234
8235 PR target/79295
8236 * config/rs6000/altivec.md (bcd<bcd_add_sub>): Fix constraints.
8237
8238 2017-02-10 Gerald Pfeifer <gerald@pfeifer.com>
8239
8240 * doc/install.texi (Specific): Use https for blackfin.uclinux.org.
8241 (Specific): Update mingw-w64 reference.
8242 (Binaries): Ditto.
8243 (Specific): Remove broken link to Renesas RX processor.
8244
8245 2017-02-10 Richard Biener <rguenther@suse.de>
8246
8247 * toplev.c (process_options): Do not mention obsolete graphite
8248 options when printing sorry message about missing graphite support.
8249 Mention -floop-nest-optimize.
8250
8251 2017-02-10 Christophe Lyon <christophe.lyon@linaro.org>
8252
8253 * config/aarch64/arm_neon.h (vtst_p8): Rewrite without asm.
8254 (vtst_p16): Likewise.
8255 (vtstq_p8): Likewise.
8256 (vtstq_p16): Likewise.
8257 (vtst_p64): New.
8258 (vtstq_p64): Likewise.
8259 * config/arm/arm_neon.h (vgetq_lane_p64): New.
8260 (vset_lane_p64): New.
8261 (vsetq_lane_p64): New.
8262
8263 2017-02-10 Jakub Jelinek <jakub@redhat.com>
8264
8265 PR tree-optimization/79411
8266 * tree-ssa-reassoc.c (is_reassociable_op): Return false if
8267 stmt operands are SSA_NAMEs used in abnormal phis.
8268 (can_reassociate_p): Return false if op is SSA_NAME used in abnormal
8269 phis.
8270
8271 2017-02-09 Jan Hubicka <hubicka@ucw.cz>
8272
8273 PR ipa/70795
8274 * cgraphunit.c (cgraph_node::add_new_function): Set externally_visible
8275 flag if needed.
8276
8277 2017-02-09 Jan Hubicka <hubicka@ucw.cz>
8278
8279 * tree-ssa-loop-unswitch.c (hoist_guard): Update profile.
8280
8281 2017-02-09 Jakub Jelinek <jakub@redhat.com>
8282
8283 * omp-offload.c (oacc_loop_auto_partitions): Use || instead of |
8284 to avoid warning.
8285
8286 PR c/79413
8287 * gimplify.h (is_gimple_sizepos): Only test for INTEGER_CST constants,
8288 not arbitrary TREE_CONSTANT.
8289
8290 PR c/79431
8291 * gimplify.c (gimplify_adjust_omp_clauses): Ignore
8292 "omp declare target link" attribute unless is_global_var.
8293 * omp-offload.c (find_link_var_op): Likewise.
8294
8295 2017-02-09 Nathan Sidwell <nathan@codesourcery.com>
8296 Chung-Lin Tang <cltang@codesourcery.com>
8297
8298 * gimplify.c (gimplify_scan_omp_clauses): No special handling for
8299 OMP_CLAUSE_TILE.
8300 (gimplify_adjust_omp_clauses): Don't delete TILE.
8301 (gimplify_omp_for): Deal with TILE.
8302 * internal-fn.c (expand_GOACC_TILE): New function.
8303 * internal-fn.def (GOACC_DIM_POS): Comment may be overly conservative.
8304 (GOACC_TILE): New.
8305 * omp-expand.c (struct oacc_collapse): Add tile and outer fields.
8306 (expand_oacc_collapse_init): Add LOC paramter. Initialize tile
8307 element fields.
8308 (expand_oacc_collapse_vars): Add INNER parm, adjust for tiling,
8309 avoid DIV for outermost collapse var.
8310 (expand_oacc_for): Insert tile element loop as needed. Adjust.
8311 Remove out of date comments, fix whitespace.
8312 * omp-general.c (omp_extract_for_data): Deal with tiling.
8313 * omp-general.h (enum oacc_loop_flags): Add OLF_TILE flag,
8314 adjust OLF_DIM_BASE value.
8315 (struct omp_for_data): Add tiling field.
8316 * omp-low.c (scan_sharing_clauses): Allow OMP_CLAUSE_TILE.
8317 (lower_oacc_head_mark): Add OLF_TILE as appropriate. Ensure 2 levels
8318 for auto loops. Remove default auto determining, moved to
8319 oacc_loop_fixed_partitions.
8320 * omp-offload.c (struct oacc_loop): Change 'ifns' to vector of call
8321 stmts, add e_mask field.
8322 (oacc_dim_call): New function, abstracted out from oacc_thread_numbers.
8323 (oacc_thread_numbers): Use oacc_dim_call.
8324 (oacc_xform_tile): New.
8325 (new_oacc_loop_raw): Initialize e_mask, adjust for ifns vector.
8326 (finish_oacc_loop): Adjust for ifns vector.
8327 (oacc_loop_discover_walk): Append loop abstraction sites to list,
8328 add case for GOACC_TILE fns.
8329 (oacc_loop_xform_loop): Delete.
8330 (oacc_loop_process): Iterate over call list directly, and add
8331 handling for GOACC_TILE fns.
8332 (oacc_loop_fixed_partitions): Determine default auto, deal with TILE,
8333 dump partitioning.
8334 (oacc_loop_auto_partitions): Add outer_assign parm. Assign all but
8335 vector partitioning to outer loops. Assign 2 partitions to loops
8336 when available. Add TILE handling.
8337 (oacc_loop_partition): Adjust oacc_loop_auto_partitions call.
8338 (execite_oacc_device_lower): Process GOACC_TILE fns,
8339 ignore unknown specs.
8340 * tree-nested.c (convert_nonlocal_omp_clauses): Allow OMP_CLAUSE_TILE.
8341 * tree.c (omp_clause_num_ops): Adjust TILE ops.
8342 * tree.h (OMP_CLAUSE_TILE_ITERVAR, OMP_CLAUSE_TILE_COUNT): New.
8343
8344 2017-02-09 Gerald Pfeifer <gerald@pfeifer.com>
8345
8346 * configure.ac (ACX_BUGURL): Update.
8347 * configure: Regenerate.
8348
8349 2017-02-09 Richard Biener <rguenther@suse.de>
8350
8351 PR tree-optimization/69823
8352 * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
8353 Properly enumerate all BBs in the region. Use auto_vec/auto_bitmap.
8354
8355 2017-02-09 Andrew Burgess <andrew.burgess@embecosm.com>
8356
8357 * config/arc/arc-c.def: Add __NPS400__ definition.
8358 * config/arc/arc.h (CPP_SPEC): Don't define __NPS400__ here.
8359 (TARGET_NPS400): Define.
8360
8361 2017-02-09 Andrew Burgess <andrew.burgess@embecosm.com>
8362
8363 * config/arc/arc-arch.h (arc_arch_t): Move unchanged to earlier in
8364 file.
8365 (arc_cpu_t): Change base_architecture field, arch, to a arc_arc_t
8366 pointer, arch_info.
8367 (arc_cpu_types): Fill the arch_info field with a pointer into the
8368 arc_arch_types table.
8369 (arc_selected_cpu): Declare.
8370 * config/arc/arc.c (arc_selected_cpu): Make global.
8371 (arc_selected_arch): Delete.
8372 (arc_base_cpu): Delete.
8373 (arc_override_options): Remove references to deleted variables,
8374 update access to arch information.
8375 (ARC_OPT): Update access to arch information.
8376 (ARC_OPTX): Likewise.
8377 * config/arc/arc.h (arc_base_cpu): Remove declaration.
8378 (TARGET_ARC600): Update access to arch information.
8379 (TARGET_ARC601): Likewise.
8380 (TARGET_ARC700): Likewise.
8381 (TARGET_EM): Likewise.
8382 (TARGET_HS): Likewise.
8383 * config/arc/driver-arc.c (arc_cpu_to_as): Update access to arch
8384 information.
8385
8386 2017-02-08 Pat Haugen <pthaugen@us.ibm.com>
8387
8388 PR target/78604
8389 * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Invert
8390 condition/operands for integer GE/LE/GEU/LEU operations.
8391
8392 2017-02-08 Segher Boessenkool <segher@kernel.crashing.org>
8393
8394 PR translation/79397
8395 * config/rs6000/rs6000.opt (maltivec=le, maltivec=be): Fix spelling
8396 of AltiVec.
8397
8398 2017-02-08 Martin Jambor <mjambor@suse.cz>
8399
8400 PR ipa/79375
8401 * ipa-prop.c (ipa_alloc_node_params): Make static, return bool
8402 whether allocation happened.
8403 (ipa_initialize_node_params): Do not call ipa_alloc_node_params if
8404 nothing was allocated.
8405
8406 2017-02-08 Jakub Jelinek <jakub@redhat.com>
8407
8408 PR tree-optimization/79408
8409 * tree-vrp.c (simplify_div_or_mod_using_ranges): If op1 is not
8410 constant, but SSA_NAME with a known integer range, use the minimum
8411 of that range instead of op1 to determine if modulo can be replaced
8412 with its first operand.
8413
8414 2016-02-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8415
8416 * config/riscv/riscv.c (riscv_build_integer_1): Avoid use of INT16_MAX.
8417
8418 2017-02-08 Richard Biener <rguenther@suse.de>
8419
8420 PR tree-optimization/71824
8421 * graphite-scop-detection.c (scop_detection::build_scop_breadth):
8422 Check all loops contained in the merged region.
8423
8424 2017-02-07 Andrew Pinski <apinski@cavium.com>
8425
8426 * config/aarch64/aarch64.md (popcount<mode>2): New pattern.
8427
8428 2017-02-07 Andrew Pinski <apinski@cavium.com>
8429
8430 * config/aarch64/aarch64-cores.def (thunderx): Disable LSE.
8431 (thunderxt88): Likewise.
8432 (thunderxt81): Disable LSE and change v8.1 to v8.
8433 (thunderxt83): Likewise.
8434
8435 2017-02-07 Jakub Jelinek <jakub@redhat.com>
8436 Richard Biener <rguenther@suse.de>
8437
8438 PR middle-end/79399
8439 * ira-int.h (struct target_ira_int): Change x_max_struct_costs_size
8440 type from int to size_t.
8441 * ira-costs.c (struct_costs_size): Change type from int to size_t.
8442
8443 2017-02-07 Jakub Jelinek <jakub@redhat.com>
8444
8445 PR rtl-optimization/79386
8446 * cprop.c (bypass_conditional_jumps): Initialize
8447 bypass_last_basic_block already before splitting bbs after
8448 unconditional traps...
8449 (bypass_conditional_jumps): ... rather than here.
8450
8451 PR target/79299
8452 * config/i386/sse.md (xtg_mode, gatherq_mode): New mode attrs.
8453 (*avx512f_gathersi<mode>, *avx512f_gathersi<mode>_2,
8454 *avx512f_gatherdi<mode>, *avx512f_gatherdi<mode>_2): Use them,
8455 fix -masm=intel patterns.
8456
8457 2017-02-07 Richard Biener <rguenther@suse.de>
8458
8459 PR tree-optimization/79256
8460 PR middle-end/79278
8461 * builtins.c (get_object_alignment_2): Use min_align_of_type
8462 to extract alignment for MEM_REFs to honor BIGGEST_FIELD_ALIGNMENT
8463 and ADJUST_FIELD_ALIGN.
8464
8465 * doc/tm.texi.in (ADJUST_FIELD_ALIGN): Adjust to take additional
8466 type parameter.
8467 * doc/tm.texi: Regenerate.
8468 * stor-layout.c (layout_decl): Adjust.
8469 (update_alignment_for_field): Likewise.
8470 (place_field): Likewise.
8471 (min_align_of_type): Likewise.
8472 * config/arc/arc.h (ADJUST_FIELD_ALIGN): Adjust.
8473 * config/epiphany/epiphany.h (ADJUST_FIELD_ALIGN): Likewise.
8474 * config/epiphany/epiphany.c (epiphany_adjust_field_align): Likewise.
8475 * config/frv/frv.h (ADJUST_FIELD_ALIGN): Likewise.
8476 * config/frv/frv.c (frv_adjust_field_align): Likewise.
8477 * config/i386/i386.h (ADJUST_FIELD_ALIGN): Likewise.
8478 * config/i386/i386.c (x86_field_alignment): Likewise.
8479 * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Likewise.
8480 * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Likewise.
8481 * config/rs6000/freebsd64.h (ADJUST_FIELD_ALIGN): Likewise.
8482 * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Likewise.
8483 * config/rs6000/sysv4.h (ADJUST_FIELD_ALIGN): Likewise.
8484 * config/rs6000/rs6000.c (rs6000_special_adjust_field_align_p):
8485 Likewise.
8486
8487 Revert
8488 2017-01-30 Richard Biener <rguenther@suse.de>
8489
8490 PR tree-optimization/79256
8491 * targhooks.c (default_builtin_vector_alignment_reachable): Honor
8492 BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
8493 alignment on TYPE.
8494
8495 2017-02-07 Toma Tabacu <toma.tabacu@imgtec.com>
8496
8497 * config/mips/mips.c (mips_expand_builtin_insn): Convert the QImode
8498 argument of the pshufh, psllh, psllw, psrah, psraw, psrlh, psrlw
8499 builtins to SImode and emit a zero-extend, if necessary.
8500
8501 2017-02-06 Palmer Dabbelt <palmer@dabbelt.com>
8502
8503 * docs/invoke.texi (RISC-V Options): Alphabetize.
8504
8505 2017-02-06 Palmer Dabbelt <palmer@dabbelt.com>
8506
8507 * doc/invoke.texi (RISC-V Options): Use two spaces to separate
8508 options.
8509
8510 2017-02-06 Palmer Dabbelt <palmer@dabbelt.com>
8511
8512 * config/riscv/riscv.c: New file.
8513 * gcc/common/config/riscv/riscv-common.c: Likewise.
8514 * config.gcc: Likewise.
8515 * config/riscv/constraints.md: Likewise.
8516 * config/riscv/elf.h: Likewise.
8517 * config/riscv/generic.md: Likewise.
8518 * config/riscv/linux.h: Likewise.
8519 * config/riscv/multilib-generator: Likewise.
8520 * config/riscv/peephole.md: Likewise.
8521 * config/riscv/pic.md: Likewise.
8522 * config/riscv/predicates.md: Likewise.
8523 * config/riscv/riscv-builtins.c: Likewise.
8524 * config/riscv/riscv-c.c: Likewise.
8525 * config/riscv/riscv-ftypes.def: Likewise.
8526 * config/riscv/riscv-modes.def: Likewise.
8527 * config/riscv/riscv-opts.h: Likewise.
8528 * config/riscv/riscv-protos.h: Likewise.
8529 * config/riscv/riscv.h: Likewise.
8530 * config/riscv/riscv.md: Likewise.
8531 * config/riscv/riscv.opt: Likewise.
8532 * config/riscv/sync.md: Likewise.
8533 * config/riscv/t-elf-multilib: Likewise.
8534 * config/riscv/t-linux: Likewise.
8535 * config/riscv/t-linux-multilib: Likewise.
8536 * config/riscv/t-riscv: Likewise.
8537 * configure.ac: Likewise.
8538 * doc/contrib.texi: Add Kito Cheng, Palmer Dabbelt, and Andrew
8539 Waterman as RISC-V maintainers.
8540 * doc/install.texi: Add RISC-V entries.
8541 * doc/invoke.texi: Add RISC-V options section.
8542 * doc/md.texi: Add RISC-V constraints section.
8543 * configure: Regenerated.
8544
8545 2017-02-06 Michael Meissner <meissner@linux.vnet.ibm.com>
8546
8547 PR target/66144
8548 * config/rs6000/vector.md (vcond<mode><mode>): Allow the true and
8549 false values to be constant vectors with all 0 or all 1 bits set.
8550 (vcondu<mode><mode>): Likewise.
8551 * config/rs6000/predicates.md (vector_int_reg_or_same_bit): New
8552 predicate.
8553 (fpmask_comparison_operator): Update comment.
8554 (vecint_comparison_operator): New predicate.
8555 * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Optimize
8556 vector conditionals when the true and false values are constant
8557 vectors with all 0 bits or all 1 bits set.
8558
8559 2017-02-06 Martin Sebor <msebor@redhat.com>
8560
8561 PR tree-optimization/79376
8562 * gimple-fold.c (get_range_strlen): Set the minimum length to zero.
8563
8564 2017-02-06 Uros Bizjak <ubizjak@gmail.com>
8565
8566 * config/i386/sse.md (vector modes -> vec_extract* splitter): Use
8567 explicit subreg RTX with operand 1. Use VECTOR_MODE_P predicate
8568 to simplify split condition.
8569
8570 2017-02-06 Jakub Jelinek <jakub@redhat.com>
8571
8572 * omp-expand.c (oxpand_omp_atomic_fetch_op,
8573 expand_omp_atomic_pipeline): Return false if can_atomic_load_p is
8574 false.
8575
8576 2017-02-06 Segher Boessenkool <segher@kernel.crashing.org>
8577
8578 PR rtl-optimization/68664
8579 * target.def (can_speculate_insn): New hook.
8580 * doc/tm.texi.in (TARGET_SCHED_CAN_SPECULATE_INSN): New hook.
8581 * doc/tm.texi: Regenerate.
8582 * sched-rgn.c (can_schedule_ready_p): Use the new hook.
8583 * config/rs6000/rs6000.c (TARGET_SCHED_CAN_SPECULATE_INSN): New macro.
8584 (rs6000_sched_can_speculate_insn): New function.
8585
8586 2017-02-06 Jakub Jelinek <jakub@redhat.com>
8587
8588 PR tree-optimization/79284
8589 * tree-vectorizer.h (VECT_SCALAR_BOOLEAN_TYPE_P): Define.
8590 * tree-vect-stmts.c (vect_get_vec_def_for_operand,
8591 vectorizable_mask_load_store, vectorizable_operation,
8592 vect_is_simple_cond, get_same_sized_vectype): Use it instead
8593 of comparing TREE_CODE of a type against BOOLEAN_TYPE.
8594 * tree-vect-patterns.c (check_bool_pattern, search_type_for_mask_1,
8595 vect_recog_bool_pattern, vect_recog_mask_conversion_pattern): Likewise.
8596 * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
8597 * tree-vect-loop.c (vect_determine_vectorization_factor): Likewise.
8598 Remove redundant gimple_code (stmt) == GIMPLE_ASSIGN test after
8599 is_gimple_assign (stmt). Replace another such test with
8600 is_gimple_assign (stmt).
8601
8602 2017-02-06 Georg-Johann Lay <avr@gjlay.de>
8603
8604 PR target/78883
8605 * config/avr/avr.c (rtl-iter.h): Include it.
8606 (TARGET_LEGITIMATE_COMBINED_INSN): New hook define...
8607 (avr_legitimate_combined_insn): ...and implementation.
8608
8609 2017-02-06 Dominik Vogt <vogt@linux.vnet.ibm.com>
8610
8611 * config/s390/predicates.md ("larl_operand"): Use macros from hwint.h.
8612 * config/s390/s390.c (s390_const_operand_ok)
8613 (s390_canonicalize_comparison, s390_extract_part)
8614 (s390_single_part, s390_contiguous_bitmask_nowrap_p)
8615 (s390_contiguous_bitmask_p, s390_rtx_costs)
8616 (legitimize_pic_address): Likewise.
8617 * config/s390/s390.md ("clzdi2", "clztidi2"): Likewise.
8618 * config/s390/vx-builtins.md ("vec_genbytemaskv16qi")
8619 ("vec_permi<mode>", "vfae<mode>", "*vfaes<mode>", "vstrc<mode>")
8620 ("*vstrcs<mode>"): Use UINTVAL() to set unsigned HOST_WIDE_INT.
8621 * config/s390/vector.md ("vec_vfenes<mode>"): Likewise.
8622
8623 2017-02-06 Georg-Johann Lay <avr@gjlay.de>
8624
8625 * config/avr/avr.md (*addhi3_zero_extend): Add alternative where
8626 REGNO($0) == REGNO($1).
8627
8628 2017-02-06 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
8629
8630 * config/s390/linux.h(SIZE_TYPE): Add comment.
8631
8632 2017-02-06 Julian Brown <julian@codesourcery.com>
8633 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
8634 Virendra Pathak <virendra.pathak@broadcom.com>
8635
8636 * config/aarch64/aarch64-cores.def: Change the scheduler
8637 to Thunderx2t99.
8638 * config/aarch64/aarch64.md: Include thunderx2t99.md.
8639 * config/aarch64/thunderx2t99.md: New file.
8640
8641 2017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
8642
8643 * doc/standards.texi (Go Language): Update link to language
8644 standard.
8645
8646 2017-02-05 Jan Hubicka <hubicka@ucw.cz>
8647
8648 * tree-eh.c (lower_resx): Sanitize profile.
8649 (cleanup_empty_eh_move_lp): Likewise.
8650
8651 2017-02-05 Jan Hubicka <hubicka@ucw.cz>
8652
8653 PR tree-ssa/79347
8654 * cfgloopmanip.c (lv_adjust_loop_entry_edge, loop_version): Add
8655 ELSE_PROB.
8656 * cfgloopmanip.h (loop_version): Update prototype.
8657 * modulo-sched.c (sms_schedule): Update call of loop_version.
8658 * tree-if-conv.c(version_loop_for_if_conversion): Likewise.
8659 * tree-parloops.c (gen_parallel_loop): Likewise.
8660 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Likewise.
8661 * tree-ssa-loop-split.c (split_loop): Likewise.
8662 * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Likewise.
8663 * tree-vect-loop-manip.c (vect_loop_versioning): Likewise.
8664
8665 2017-02-05 Martin Liska <mliska@suse.cz>
8666
8667 PR bootstrap/78985
8668 * config/s390/s390.c (s390_gimplify_va_arg): Initialize local
8669 variable to NULL.
8670 (print_operand_address): Initialize a struct to zero.
8671
8672 2017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
8673
8674 * doc/contrib.texi (Contributors): Refer to Hans Boehm's
8675 garbage collector only in textual form.
8676
8677 2017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
8678
8679 * doc/extend.texi (x86 specific memory model extensions for
8680 transactional memory): Simplify a phrase.
8681
8682 2017-02-05 Eric Botcazou <ebotcazou@adacore.com>
8683
8684 PR target/79353
8685 * config/sparc/sync.md (atomic_loaddi_1): Replace 'U' constraint with
8686 'r', 'm' constraint with 'T' and !TARGET_ARCH64 with TARGET_ARCH32.
8687 (atomic_storedi_1): Likewise.
8688
8689 2017-02-04 Jakub Jelinek <jakub@redhat.com>
8690
8691 PR tree-optimization/79338
8692 * tree-parloops.c (gather_scalar_reductions): Don't call
8693 vect_analyze_loop_form for loop->inner before destroying loop's
8694 loop_vinfo.
8695
8696 2017-02-03 Martin Sebor <msebor@redhat.com>
8697
8698 PR tree-optimization/79327
8699 * gimple-ssa-sprintf.c (tree_digits): Avoid adding the base prefix
8700 when precision has resulted in leading zeros.
8701 (format_integer): Adjust the likely counter to assume an unknown
8702 argument that may be zero is non-zero.
8703
8704 2017-02-03 Jason Merrill <jason@redhat.com>
8705
8706 PR c++/78689
8707 * tree-inline.c (copy_tree_body_r) [COND_EXPR]: Revert change to
8708 avoid copying non-taken branch.
8709
8710 2017-02-03 Jakub Jelinek <jakub@redhat.com>
8711
8712 PR tree-optimization/79340
8713 * tree-vect-loop.c (vectorizable_reduction): Release
8714 vec_defs elements after safe_splicing them into other vectors.
8715 Formatting fixes.
8716
8717 PR tree-optimization/79327
8718 * gimple-ssa-sprintf.c (adjust_range_for_overflow): If returning
8719 true, always set *argmin and *argmax to TYPE_{MIN,MAX}_VALUE of
8720 dirtype.
8721 (format_integer): Use wide_int_to_tree instead of build_int_cst
8722 + to_?hwi. If argmin is NULL, just set argmin and argmax to
8723 TYPE_{MIN,MAX}_VALUE of argtype. Simplify and fix computation
8724 of shortest and longest sequence.
8725
8726 2017-02-03 Uros Bizjak <ubizjak@gmail.com>
8727
8728 * config/i386/i386.c (dimode_scalar_chain::convert_reg):
8729 Use pextrd for TARGET_SSE4_1 when creating scalar copy.
8730
8731 2017-02-03 Walter Lee <walt@tilera.com>
8732
8733 PR target/78862
8734 * config/tilegx/tilegx.md (tilegx_expand_prologue): Add blockage
8735 after initial stackframe link reg save.
8736 * config/tilepro/tilepro.md (tilepro_expand_prologue): Likewise.
8737
8738 2017-02-03 Jakub Jelinek <jakub@redhat.com>
8739
8740 PR target/79354
8741 * config/rs6000/rs6000.md (movsi_from_sf): Use wb constraint instead of
8742 wu for stxssp alternative.
8743
8744 2017-02-03 Martin Sebor <msebor@redhat.com>
8745
8746 PR tree-optimization/79352
8747 * gimple-fold.c (get_range_strlen): Add argument.
8748 (get_range_strlen): Change return type to bool.
8749 (get_maxval_strlen): Pass in a dummy argument.
8750 * gimple-fold.h (get_range_strlen): Change return type to bool.
8751 * gimple-ssa-sprintf.c (get_string_length): Set unlikely counter.
8752 * tree.h (array_at_struct_end_p): Add argument.
8753 * tree.c (array_at_struct_end_p): Handle it.
8754
8755 2017-02-03 Martin Liska <mliska@suse.cz>
8756
8757 PR lto/66295
8758 * multiple_target.c (create_dispatcher_calls): Redirect edge
8759 from a caller of a dispatcher.
8760 (expand_target_clones): Make the clones local.
8761 (ipa_target_clone): Do both target clones and resolvers.
8762 (ipa_dispatcher_calls): Remove the pass.
8763 (pass_dispatcher_calls::gate): Likewise.
8764 (make_pass_dispatcher_calls): Likewise.
8765 * passes.def (pass_target_clone): Put as very first IPA early
8766 pass.
8767
8768 2017-02-03 Martin Liska <mliska@suse.cz>
8769
8770 * symtab.c (symtab_node::binds_to_current_def_p): Bail out
8771 in case of a function with ifunc attribute.
8772
8773 2017-02-03 Martin Liska <mliska@suse.cz>
8774
8775 * cgraph.c (cgraph_node::dump): Dump function version info.
8776 * symtab.c (symtab_node::dump_base): Add missing new line.
8777
8778 2017-02-02 Jan Hubicka <hubicka@ucw.cz>
8779
8780 * tree-ssa-ifcombine.c (update_profile_after_ifcombine): New function.
8781 (ifcombine_ifandif): Use it.
8782
8783 2017-02-03 Martin Liska <mliska@suse.cz>
8784
8785 * doc/invoke.texi: Document default value for
8786 use-after-scope-direct-emission-threshold.
8787
8788 2017-02-03 Martin Liska <mliska@suse.cz>
8789
8790 PR tree-optimization/79339
8791 * gimple-ssa-sprintf.c (format_floating_max): Call mpfr_clear.
8792 (format_floating): Likewise.
8793
8794 2017-02-03 Martin Liska <mliska@suse.cz>
8795
8796 PR ipa/79337
8797 * ipa-prop.c (ipa_node_params_t::insert): Remove current
8798 implementation.
8799 (ipa_node_params_t::remove): Likewise.
8800 * ipa-prop.h (ipa_node_params::ipa_node_params): Make default
8801 initialization from removed ipa_node_params_t::insert.
8802 (ipa_node_params::~ipa_node_params): Move from removed
8803 ipa_node_params_t::release.
8804 * symbol-summary.h (symbol_summary::m_released): New member.
8805 Do not release a summary twice. Do not allow to call finalizer
8806 for types of a summary that live in GGC memory.
8807
8808 2017-02-02 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
8809
8810 * config/aarch64/aarch64.c (thunderx2t99_tunings): Enable AES and
8811 cmp_branch fusion.
8812
8813 2017-02-02 Martin Sebor <msebor@redhat.com>
8814
8815 PR middle-end/79275
8816 * gimple-ssa-sprintf.c (get_string_length): Set lower bound to zero.
8817 (format_string): Tighten up the range of output for non-constant
8818 strings and correct the expected range for wide non-constant strings.
8819
8820 2017-02-02 Martin Sebor <msebor@redhat.com>
8821
8822 * doc/invoke.texi (-maccumulate-args): Fix bad grammar.
8823
8824 PR middle-end/32003
8825 * doc/invoke.texi (-fdump-tree-): Remove pass-specific options from
8826 index.
8827 (-fdump-tree-@var): Add to index and document how to come up
8828 with pass-specific option and dump file names.
8829 (-fdump-passes): Clarify where to look for output.
8830
8831 2017-02-02 Jan Hubicka <hubicka@ucw.cz>
8832
8833 PR middle-end/77445
8834 * tree-ssa-threadbackward.c (profitable_jump_thread_path): Dump
8835 statistics of the analyzed path; allow threading for speed when
8836 any of BBs along the path are optimized for speed.
8837
8838 2017-02-02 Eric Botcazou <ebotcazou@adacore.com>
8839
8840 PR middle-end/78468
8841 * emit-rtl.c (init_emit): Add ??? comment for problematic alignment
8842 settings of the virtual registers.
8843
8844 Revert again
8845 2016-08-23 Dominik Vogt <vogt@linux.vnet.ibm.com>
8846
8847 * explow.c (get_dynamic_stack_size): Take known alignment of stack
8848 pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
8849 needed.
8850
8851 2017-02-02 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
8852
8853 * config/s390/vx-builtins.md ("vec_ceil", "vec_floor")
8854 ("vec_trunc", "vec_roundc", "vec_round"): Remove expanders.
8855
8856 2017-02-02 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
8857
8858 * config/s390/s390.md: Add missing comments with the expanded
8859 mnemonics.
8860 * config/s390/vector.md: Likewise.
8861 * config/s390/vx-builtins.md: Likewise.
8862
8863 2017-02-02 Jakub Jelinek <jakub@redhat.com>
8864
8865 PR target/79197
8866 * config/rs6000/rs6000.md (*fixuns_trunc<mode>di2_fctiduz): Rename to ...
8867 (fixuns_trunc<mode>di2): ... this, remove previous expander. Put all
8868 conditions on a single line.
8869
8870 2017-02-02 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
8871
8872 * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
8873 __S390_VX__ to __VX__.
8874
8875 2017-02-01 Andrew Pinski <apinski@cavium.com>
8876
8877 * tree-vect-loop.c (vect_compute_single_scalar_iteration_cost): Pass
8878 stmt_info to record_stmt_cost.
8879 (vect_get_known_peeling_cost): Pass stmt_info if known to
8880 record_stmt_cost.
8881 * config/aarch64/aarch64-protos.h (cpu_vector_cost): Split
8882 cpu_vector_cost field into
8883 scalar_int_stmt_cost and scalar_fp_stmt_cost. Split vec_stmt_cost
8884 field into vec_int_stmt_cost and vec_fp_stmt_cost.
8885 * config/aarch64/aarch64.c (generic_vector_cost): Update for the
8886 splitting of scalar_stmt_cost and vec_stmt_cost.
8887 (thunderx_vector_cost): Likewise.
8888 (cortexa57_vector_cost): LIkewise.
8889 (exynosm1_vector_cost): Likewise.
8890 (xgene1_vector_cost): Likewise.
8891 (thunderx2t99_vector_cost): Improve after the splitting of the two
8892 fields.
8893 (aarch64_builtin_vectorization_cost): Update for the splitting of
8894 scalar_stmt_cost and vec_stmt_cost.
8895
8896 2017-02-01 Torvald Riegel <triegel@redhat.com>
8897 Richard Henderson <rth@redhat.com>
8898
8899 * builtins.c (fold_builtin_atomic_always_lock_free): Make "lock-free"
8900 conditional on existance of a fast atomic load.
8901 * optabs-query.c (can_atomic_load_p): New function.
8902 * optabs-query.h (can_atomic_load_p): Declare it.
8903 * optabs.c (expand_atomic_exchange): Always delegate to libatomic if
8904 no fast atomic load is available for the particular size of access.
8905 (expand_atomic_compare_and_swap): Likewise.
8906 (expand_atomic_load): Likewise.
8907 (expand_atomic_store): Likewise.
8908 (expand_atomic_fetch_op): Likewise.
8909 * testsuite/lib/target-supports.exp
8910 (check_effective_target_sync_int_128): Remove x86 because it provides
8911 no fast atomic load.
8912 (check_effective_target_sync_int_128_runtime): Likewise.
8913
8914 2017-02-01 Richard Biener <rguenther@suse.de>
8915
8916 * graphite.c: Include tree-vectorizer.h for find_loop_location.
8917 (graphite_transform_loops): Provide opt-info for optimized nests.
8918 * tree-parloop.c (parallelize_loops): Provide opt-info for
8919 parallelized loops.
8920
8921 2017-02-01 Richard Biener <rguenther@suse.de>
8922
8923 PR middle-end/79315
8924 * tree-cfg.c (move_stmt_op): Never set TREE_BLOCK when it
8925 was not set before.
8926
8927 2017-02-01 Richard Biener <rguenther@suse.de>
8928
8929 PR tree-optimization/71824
8930 * graphite-scop-detection.c (scop_detection::build_scop_breadth):
8931 Verify the loops are valid in the merged SESE region.
8932 (scop_detection::can_represent_loop_1): Check analyzing the
8933 evolution of the number of iterations in the region succeeds.
8934
8935 2017-01-31 Ian Lance Taylor <iant@golang.org>
8936
8937 * config/i386/i386.c (ix86_expand_split_stack_prologue): Add
8938 REG_ARGS_SIZE note to 32-bit push insns and call insn.
8939
8940 2017-01-31 David Malcolm <dmalcolm@redhat.com>
8941
8942 PR preprocessor/79210
8943 * input.c (get_substring_ranges_for_loc): Replace line_width
8944 assertion with error-handling.
8945
8946 2017-01-31 Richard Biener <rguenther@suse.de>
8947
8948 PR tree-optimization/77318
8949 * graphite-sese-to-poly.c (extract_affine): Fix assert.
8950 (create_pw_aff_from_tree): Take loop parameter.
8951 (add_condition_to_pbb): Pass loop of the condition to
8952 create_pw_aff_from_tree.
8953
8954 2017-01-31 Jakub Jelinek <jakub@redhat.com>
8955
8956 * config/s390/s390.c (s390_asan_shadow_offset): New function.
8957 (TARGET_ASAN_SHADOW_OFFSET): Redefine.
8958
8959 2017-01-31 Michael Meissner <meissner@linux.vnet.ibm.com>
8960
8961 PR target/78597
8962 PR target/79038
8963 * config/rs6000/rs6000-protos.h (convert_float128_to_int): Delete,
8964 no longer used.
8965 (convert_int_to_float128): Likewise.
8966 * config/rs6000/rs6000.c (convert_float128_to_int): Likewise.
8967 (convert_int_to_float128): Likewise.
8968 * config/rs6000/rs6000.md (UNSPEC_IEEE128_MOVE): Likewise.
8969 (UNSPEC_IEEE128_CONVERT): Likewise.
8970 (floatsi<mode>2, FLOAT128 iterator): Bypass calling
8971 rs6000_expand_float128_convert if we have IEEE 128-bit hardware.
8972 Use local variables for IBM extended format.
8973 (fix_trunc<mode>si2, FLOAT128 iterator): Likewise.
8974 (fix_trunc<mode>si2_fprs): Likewise.
8975 (fixuns_trunc<IEEE128:mode><SDI:mode>2): Likewise.
8976 (floatuns<IEEE128:mode>2, IEEE128 iterator): Likewise.
8977 (fix<uns>_<mode>si2_hw): Rework the IEEE 128-bt hardware support
8978 to know that we can now have integers of all sizes in vector
8979 registers.
8980 (fix<uns>_<mode>di2_hw): Likewise.
8981 (float<uns>_<mode>si2_hw): Likewise.
8982 (fix_<mode>si2_hw): Likewise.
8983 (fixuns_<mode>si2_hw): Likewise.
8984 (float<uns>_<mode>di2_hw): Likewise.
8985 (float_<mode>di2_hw): Likewise.
8986 (float_<mode>si2_hw): Likewise.
8987 (floatuns_<mode>di2_hw): Likewise.
8988 (floatuns_<mode>si2_hw): Likewise.
8989 (xscvqp<su>wz_<mode>): Delete, no longer used.
8990 (xscvqp<su>dz_<mode>): Likewise.
8991 (xscv<su>dqp_<mode>): Likewise.
8992 (ieee128_mfvsrd_64bit): Likewise.
8993 (ieee128_mfvsrd_32bit): Likewise.
8994 (ieee128_mfvsrwz): Likewise.
8995 (ieee128_mtvsrw): Likewise.
8996 (ieee128_mtvsrd_64bit): Likewise.
8997 (ieee128_mtvsrd_32bit): Likewise.
8998
8999 2017-01-31 Martin Liska <mliska@suse.cz>
9000
9001 PR ipa/79285
9002 * ipa-prop.c (ipa_free_all_node_params): Call release method
9003 instead of ~sumbol_summary to not to trigger double times
9004 dtor of hash_map.
9005
9006 2017-01-31 Aldy Hernandez <aldyh@redhat.com>
9007
9008 PR tree-optimization/71691
9009 * bitmap.h (class auto_bitmap): New.
9010 * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): Call
9011 is_maybe_undefined instead of ssa_undefined_value_p.
9012
9013 2017-01-31 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
9014
9015 * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
9016 __S390_ARCH_LEVEL__ to __ARCH__.
9017
9018 2017-01-31 Jakub Jelinek <jakub@redhat.com>
9019
9020 PR tree-optimization/79267
9021 * value-prof.c (gimple_ic): Only drop lhs for noreturn calls
9022 if should_remove_lhs_p is true.
9023
9024 2017-01-30 Alexandre Oliva <aoliva@redhat.com>
9025
9026 PR debug/63238
9027 * dwarf2out.c (clone_as_declaration): Drop DW_AT_alignment.
9028 (add_alignment_attribute): New.
9029 (base_type_die): Add alignment attribute.
9030 (subrange_type_die): Likewise.
9031 (modified_type_die): Likewise.
9032 (gen_array_type_die): Likewise.
9033 (gen_descr_array_type_die: Likewise.
9034 (gen_enumeration_type_die): Likewise.
9035 (gen_subprogram_die): Likewise.
9036 (gen_variable_die): Likewise.
9037 (gen_field_die): Likewise.
9038 (gen_ptr_to_mbr_type_die): Likewise.
9039 (gen_struct_or_union_type_die): Likewise.
9040 (gen_subroutine_type_die): Likewise.
9041 (gen_typedef_die): Likewise.
9042 (base_type_cmp): Compare alignment attribute.
9043
9044 2017-01-30 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
9045
9046 PR target/79170
9047 * config/rs6000/altivec.md (*setb_internal): Rename to setb_signed.
9048 (setb_unsigned) New pattern for setb with CCUNS.
9049 * config/rs6000/rs6000.c (expand_block_compare): Use a different
9050 subfc./subfe sequence to avoid overflow problems. Generate a
9051 shorter sequence with cmpld/setb for power9.
9052 * config/rs6000/rs6000.md (subf<mode>3_carry_dot2): Add a new pattern
9053 for generating subfc. instruction.
9054 (cmpstrsi): Add TARGET_POPCNTD predicate as the generate sequence
9055 now uses this instruction.
9056
9057 2017-01-30 Ian Lance Taylor <iant@google.com>
9058
9059 PR debug/79289
9060 * dwarf2out.c (gen_type_die_with_usage): When picking a variant
9061 for FUNCTION_TYPE/METHOD_TYPE, use the first matching one.
9062
9063 2017-01-30 Martin Sebor <msebor@redhat.com>
9064
9065 * gimple-ssa-sprintf.c (fmtresult::adjust_for_width_or_precision):
9066 Move constant to the right of a relational operator.
9067 (get_mpfr_format_length, format_character, format_string): Ditto.
9068 (should_warn_p, maybe_warn): Same.
9069
9070 * doc/invoke.texi (-Wformat-truncation=1): Fix typo.
9071
9072 2017-01-30 Maxim Ostapenko <m.ostapenko@samsung.com>
9073
9074 PR lto/79061
9075 * asan.c (get_translation_unit_decl): Remove function.
9076 (asan_add_global): Force has_dynamic_init to zero in LTO mode.
9077
9078 2017-01-30 Martin Liska <mliska@suse.cz>
9079
9080 PR gcov-profile/79259
9081 * opts.c (common_handle_option): Enable flag_ipa_bit_cp w/
9082 -fprofile-generate.
9083
9084 2017-01-30 Martin Liska <mliska@suse.cz>
9085
9086 PR bootstrap/78985
9087 * config/aarch64/cortex-a57-fma-steering.c (func_fma_steering::analyze):
9088 Initialize variables with NULL value.
9089
9090 2017-01-30 Richard Earnshaw <rearnsh@arm.com>
9091
9092 PR target/79260
9093 * config.gcc (arm*-*-*): Add arm/arm-flags.h and arm/arm-isa.h to
9094 tm_p_file.
9095 * arm/arm-protos.h: Don't directly include arm-flags.h and arm-isa.h.
9096
9097 2017-01-30 Richard Biener <rguenther@suse.de>
9098
9099 PR tree-optimization/79276
9100 * tree-vrp.c (process_assert_insertions): Properly adjust common
9101 when removing a duplicate.
9102
9103 * gcc.dg/torture/pr79276.c: New testcase.
9104
9105 2017-01-30 Richard Biener <rguenther@suse.de>
9106
9107 PR tree-optimization/79256
9108 * targhooks.c (default_builtin_vector_alignment_reachable): Honor
9109 BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
9110 alignment on TYPE.
9111 * tree.c (build_aligned_type): Set TYPE_USER_ALIGN.
9112
9113 2017-01-30 Dominik Vogt <vogt@linux.vnet.ibm.com>
9114
9115 PR target/79240
9116 * config/s390/s390.md ("*r<noxa>sbg_<mode>_srl_bitmask")
9117 ("*r<noxa>sbg_<mode>_sll_bitmask")
9118 ("*extzv_<mode>_srl<clobbercc_or_nocc>")
9119 ("*extzv_<mode>_sll<clobbercc_or_nocc>"):
9120 Use contiguous_bitmask_nowrap_operand.
9121
9122 2017-01-29 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
9123
9124 PR target/79268
9125 * config/rs6000/altivec.h (vec_xl): Revise #define.
9126 (vec_xst): Likewise.
9127
9128 2017-01-27 Uros Bizjak <ubizjak@gmail.com>
9129
9130 * config/i386/i386.c (print_reg): Use REGNO instead of true_regnum.
9131
9132 2017-01-27 Bernd Schmidt <bschmidt@redhat.com>
9133
9134 PR rtl-optimization/79194
9135 * cprop.c (one_cprop_pass): Move deletion of code after unconditional
9136 traps before call to bypass_conditional_jumps.
9137
9138 2017-01-27 Vladimir Makarov <vmakarov@redhat.com>
9139
9140 PR tree-optimization/71374
9141 * lra-constraints.c (check_conflict_input_operands): New.
9142 (match_reload): Use it.
9143
9144 2017-01-27 Vladimir Makarov <vmakarov@redhat.com>
9145
9146 PR target/79131
9147 * lra-assigns.c (find_hard_regno_for_1): Take endianess for into
9148 account to calculate conflict_set.
9149
9150 2017-01-27 Bin Cheng <bin.cheng@arm.com>
9151
9152 PR rtl-optimization/78559
9153 * combine.c (try_combine): Discard REG_EQUAL and REG_EQUIV for
9154 other_insn in combine.
9155
9156 2017-01-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
9157
9158 * builtin-types.def: Use unsigned_char_type_node for BT_UINT8. Use
9159 uint16_type_node for BT_UINT16.
9160
9161 2017-01-27 David Malcolm <dmalcolm@redhat.com>
9162
9163 * doc/sourcebuild.texi (Testsuites): Add "GIMPLE Tests" and
9164 "RTL Tests" to menu.
9165 (GIMPLE Tests): New node.
9166 (RTL Tests): New node.
9167
9168 2017-01-27 Richard Biener <rguenther@suse.de>
9169
9170 PR tree-optimization/79245
9171 * tree-loop-distribution.c (distribute_loop): Apply cost
9172 modeling also to detected patterns.
9173
9174 2017-01-27 Richard Biener <rguenther@suse.de>
9175
9176 PR tree-optimization/71433
9177 * tree-vrp.c (register_new_assert_for): Revert earlier changes.
9178 (compare_assert_loc): New function.
9179 (process_assert_insertions): Sort and optimize assert locations
9180 to remove duplicates and push down identical assertions on
9181 edges to their destination block.
9182
9183 2017-01-27 Richard Biener <rguenther@suse.de>
9184
9185 PR tree-optimization/79244
9186 * tree-vrp.c (remove_range_assertions): Forcefully propagate
9187 out SSA names even if abnormal.
9188
9189 2017-01-27 Jakub Jelinek <jakub@redhat.com>
9190
9191 * realmpfr.h: Poison MPFR_RND{N,Z,U,D}.
9192 * gimple-ssa-sprintf.c (format_floating_max): Use GMP_RNDN
9193 instead of MPFR_RNDN.
9194
9195 2017-01-27 Richard Earnshaw <rearnsha@arm.com>
9196
9197 PR target/79239
9198 * arm.c (arm_option_override): Don't call build_target_option_node
9199 until after doing all option overrides.
9200 (arm_valid_target_attribute_tree): Likewise.
9201
9202 2017-01-27 Martin Liska <mliska@suse.cz>
9203
9204 * doc/invoke.texi (-fprofile-arcs): Document profiling support
9205 for {cd}tors and C++ {cd}tors.
9206
9207 2017-01-27 Dominik Vogt <vogt@linux.vnet.ibm.com>
9208
9209 * config/s390/s390.md ("*setmem_long_and")
9210 ("*setmem_long_and_31z"): Use zero_extend instead of and.
9211
9212 2017-01-26 Martin Sebor <msebor@redhat.com>
9213
9214 * gimple-ssa-sprintf.c (format_floating): Simplify the computation
9215 of precision.
9216
9217 2017-01-26 Martin Sebor <msebor@redhat.com>
9218
9219 * gimple-ssa-sprintf.c (format_floating): Test HAVE_XFmode and
9220 HAVE_DFmode before using XFmode or DFmode.
9221 (parse_directive): Avoid using the z length modifier to avoid
9222 the ISO C++98 does not support the ‘z’ gnu_printf length modifier.
9223
9224 PR middle-end/78703
9225 * gimple-ssa-sprintf.c (adjust_for_width_or_precision): Change
9226 to accept adjustment as an array.
9227 (get_int_range): New function.
9228 (struct directive): Make width and prec arrays.
9229 (directive::set_width, directive::set_precision): Call get_int_range.
9230 (format_integer, format_floating): Handle width and precision ranges.
9231 (format_string, parse_directive): Same.
9232
9233 2017-01-26 Jakub Jelinek <jakub@redhat.com>
9234
9235 PR debug/79129
9236 * dwarf2out.c (generate_skeleton_bottom_up): For children with
9237 comdat_type_p set, just clone them, but keep the children in the
9238 original DIE.
9239
9240 PR debug/78835
9241 * dwarf2out.c (prune_unused_types): Mark all functions with DIEs
9242 which have direct callers with -fvar-tracking-assignments enabled
9243 in the current TU.
9244 (resolve_addr): Avoid adding skeleton DIEs for DW_AT_call_origin
9245 inside of type units.
9246
9247 2017-01-26 Martin Sebor <msebor@redhat.com>
9248
9249 PR middle-end/78703
9250 * gimple-ssa-sprintf.c (struct result_range): Add likely and
9251 unlikely counters.
9252 (struct format_result): Replace number_chars, number_chars_min,
9253 and number_chars_max with a single member of struct result_range.
9254 Remove bounded.
9255 (format_result::operator+=): Adjust.
9256 (struct fmtresult): Remove bounded. Handle likely and unlikely
9257 counters.
9258 (fmtresult::adjust_for_width_or_precision): New function.
9259 (fmtresult:type_max_digits): New function.
9260 (bytes_remaining): Handle likely and unlikely counters.
9261 (min_bytes_remaining): Remove.
9262 (format_percent): Simplify.
9263 (format_integer, format_floating): Set likely and unlikely counters.
9264 (get_string_length, format_character, format_string): Same.
9265 (format_plain, should_warn_p): New function.
9266 (maybe_warn): Call should_warn_p. Update diagnostic messages
9267 and handle those for all directives, including plain strings.
9268 (format_directive): Handle likely and unlikely counters.
9269 Remove unnecessary quoting from diagnostics. Add an informational
9270 note.
9271 (add_bytes): Remove.
9272 (pass_sprintf_length::compute_format_length): Simplify.
9273 (try_substitute_return_value): Handle likely and unlikely counters.
9274
9275 2017-01-26 Carl Love <cel@us.ibm.com>
9276
9277 * config/rs6000/rs6000-c (altivec_overloaded_builtins): Remove
9278 bogus entries for the P8V_BUILTIN_VEC_VGBBD built-ins
9279
9280 2017-01-26 Vladimir Makarov <vmakarov@redhat.com>
9281
9282 PR target/79131
9283 * lra-assigns.c (setup_live_pseudos_and_spill_after_risky): Take
9284 endianess for subregs into account.
9285 * lra-constraints.c (lra_constraints): Do risky transformations
9286 always on the first iteration.
9287 * lra-lives.c (check_pseudos_live_through_calls): Add arg
9288 last_call_used_reg_set.
9289 (process_bb_lives): Define and use last_call_used_reg_set.
9290 * lra.c (lra): Always continue after lra_constraints on the first
9291 iteration.
9292
9293 2017-01-26 Kirill Yukhin <kirill.yukhin@gmail.com>
9294
9295 * gcc.target/i386/avx512bw-kshiftlq-2.c: Use unsigned long long
9296 constant.
9297 * gcc.target/i386/avx512bw-kshiftrq-2.c: Ditto.
9298
9299 2017-01-26 Jakub Jelinek <jakub@redhat.com>
9300
9301 * config/i386/avx512fintrin.h (_ktest_mask16_u8,
9302 _ktestz_mask16_u8, _ktestc_mask16_u8, _kadd_mask16): Move to ...
9303 * config/i386/avx512dqintrin.h (_ktest_mask16_u8,
9304 _ktestz_mask16_u8, _ktestc_mask16_u8, _kadd_mask16): ... here.
9305 * config/i386/i386-builtin.def (__builtin_ia32_ktestchi,
9306 __builtin_ia32_ktestzhi, __builtin_ia32_kaddhi): Use
9307 OPTION_MASK_ISA_AVX512DQ instead of OPTION_MASK_ISA_AVX512F.
9308 * config/i386/sse.md (SWI1248_AVX512BWDQ2): New mode iterator.
9309 (kadd<mode>, ktest<mode>): Use it instead of SWI1248_AVX512BWDQ.
9310
9311 2017-01-26 Marek Polacek <polacek@redhat.com>
9312
9313 PR c/79199
9314 * fold-const.c (operand_equal_p) [COND_EXPR]: Use OP_SAME_WITH_NULL
9315 for the third operand.
9316
9317 2017-01-26 Jakub Jelinek <jakub@redhat.com>
9318
9319 PR middle-end/79236
9320 * omp-low.c (struct omp_context): Add simt_stmt field.
9321 (scan_omp_for): Return omp_context *.
9322 (scan_omp_simd): Set simt_stmt on the non-_simt_ SIMD
9323 context to the _simt_ SIMD stmt.
9324 (lower_omp_for): For combined SIMD with sibling _simt_
9325 SIMD, make sure to use the same decls in _looptemp_
9326 clauses as in the sibling.
9327
9328 2017-01-26 David Sherwood <david.sherwood@arm.com>
9329
9330 PR middle-end/79212
9331 * gimplify.c (omp_notice_variable): Add GOVD_SEEN flag to variables in
9332 all contexts.
9333
9334 2017-01-26 Jakub Jelinek <jakub@redhat.com>
9335
9336 PR target/70465
9337 * reg-stack.c (emit_swap_insn): Instead of fld a; fld b; fxchg %st(1);
9338 emit fld b; fld a; if possible.
9339
9340 * brig-builtins.def: Update copyright years.
9341 * config/arm/arm_acle_builtins.def: Update copyright years.
9342
9343 2017-01-25 Michael Meissner <meissner@linux.vnet.ibm.com>
9344
9345 PR target/79179
9346 * config/rs6000/vsx.md (vsx_extract_<mode>_store): Use wY
9347 constraint instead of o for the stxsd instruction.
9348
9349 2017-01-25 Carl Love <cel@us.ibm.com>
9350
9351 * config/rs6000/rs6000-c (altivec_overloaded_builtins): Fix order
9352 of entries for ALTIVEC_BUILTIN_VEC_PACKS and P8V_BUILTIN_VEC_VGBBD.
9353
9354 2017-01-25 Jonathan Wakely <jwakely@redhat.com>
9355
9356 * doc/invoke.texi (C++ Dialect Options): Fix typo.
9357
9358 2017-01-25 Richard Biener <rguenther@suse.de>
9359
9360 PR tree-optimization/69264
9361 * target.def (vector_alignment_reachable): Improve documentation.
9362 * doc/tm.texi: Regenerate.
9363 * targhooks.c (default_builtin_vector_alignment_reachable): Simplify
9364 and add a comment.
9365 * tree-vect-data-refs.c (vect_supportable_dr_alignment): Revert
9366 earlier changes with respect to TYPE_USER_ALIGN.
9367 (vector_alignment_reachable_p): Likewise. Improve dumping.
9368
9369 2016-01-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9370
9371 PR target/79145
9372 * config/arm/arm.md (xordi3): Force constant operand into a register
9373 for TARGET_IWMMXT.
9374
9375 2016-01-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9376
9377 * doc/invoke.texi (-fstore-merging): Correct default optimization
9378 levels at which it is enabled.
9379 (-O): Move -fstore-merging from list to...
9380 (-O2): ... Here.
9381
9382 2017-01-25 Richard Biener <rguenther@suse.de>
9383
9384 PR debug/78363
9385 * omp-expand.c: Include debug.h.
9386 (expand_omp_taskreg): Make sure to generate early debug before
9387 outlining anything from a function.
9388 (expand_omp_target): Likewise.
9389 (grid_expand_target_grid_body): Likewise.
9390
9391 2017-01-25 Maxim Ostapenko <m.ostapenko@samsung.com>
9392
9393 PR lto/79061
9394 * asan.c (get_translation_unit_decl): New function.
9395 (asan_add_global): Extract modules file name from globals
9396 TRANSLATION_UNIT_DECL name.
9397
9398 2017-01-24 Eric Botcazou <ebotcazou@adacore.com>
9399
9400 PR target/77439
9401 * config/arm/arm.c (arm_function_ok_for_sibcall): Add back restriction
9402 for long calls with APCS frame and VFP.
9403
9404 2017-01-24 David Malcolm <dmalcolm@redhat.com>
9405
9406 * cfg.c (original_copy_tables_initialized_p): New function.
9407 * cfg.h (original_copy_tables_initialized_p): New decl.
9408 * cfgrtl.c (relink_block_chain): Guard the call to
9409 free_original_copy_tables with a call to
9410 original_copy_tables_initialized_p.
9411 * cgraph.h (symtab_node::native_rtl_p): New decl.
9412 * cgraphunit.c (symtab_node::native_rtl_p): New function.
9413 (symtab_node::needed_p): Don't assert for early assembly output
9414 for __RTL functions.
9415 (cgraph_node::finalize_function): Set "force_output" for __RTL
9416 functions.
9417 (cgraph_node::analyze): Bail out early for __RTL functions.
9418 (analyze_functions): Update assertion to support __RTL functions.
9419 (cgraph_node::expand): Bail out early for __RTL functions.
9420 * final.c (rest_of_clean_state): Don't call delete_tree_ssa for
9421 __RTL functions.
9422 * function.h (struct function): Update comment for field
9423 "pass_startwith".
9424 * gimple-expr.c: Include "tree-pass.h".
9425 (gimple_has_body_p): Return false for __RTL functions.
9426 * Makefile.in (OBJS): Add run-rtl-passes.o.
9427 * pass_manager.h (gcc::pass_manager::get_rest_of_compilation): New
9428 accessor.
9429 (gcc::pass_manager::get_clean_slate): New accessor.
9430 * passes.c: Include "insn-addr.h".
9431 (should_skip_pass_p): Add logging. Update logic for running
9432 "expand" to be compatible with both __GIMPLE and __RTL. Guard
9433 property-provider override so it is only done for gimple passes.
9434 Don't skip dfinit.
9435 (skip_pass): New function.
9436 (execute_one_pass): Call skip_pass when skipping passes.
9437 * read-md.c (md_reader::read_char): Support filtering
9438 the input to a subset of line numbers.
9439 (md_reader::md_reader): Initialize fields
9440 m_first_line and m_last_line.
9441 (md_reader::read_file_fragment): New function.
9442 * read-md.h (md_reader::read_file_fragment): New decl.
9443 (md_reader::m_first_line): New field.
9444 (md_reader::m_last_line): New field.
9445 * read-rtl-function.c (function_reader::create_function): Only
9446 create cfun if it doesn't already exist. Set PROP_rtl on cfun's
9447 curr_properties. Set DECL_INITIAL to a dummy block.
9448 (read_rtl_function_body_from_file_range): New function.
9449 * read-rtl-function.h (read_rtl_function_body_from_file_range):
9450 New decl.
9451 * run-rtl-passes.c: New file.
9452 * run-rtl-passes.h: New file.
9453
9454 2017-01-24 Jeff Law <law@redhat.com>
9455
9456 * config/microblaze/microblaze.h (ASM_FORMAT_PRIVATE_NAME): Increase
9457 buffer size.
9458
9459 2017-01-24 Bin Cheng <bin.cheng@arm.com>
9460
9461 PR tree-optimization/79159
9462 * tree-ssa-loop-niter.c (get_cst_init_from_scev): New function.
9463 (record_nonwrapping_iv): Improve boundary using above function if no
9464 value range information.
9465
9466 2017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
9467 Martin Jambor <mjambor@suse.cz>
9468
9469 * brig-builtins.def: New file.
9470 * builtins.def (DEF_HSAIL_BUILTIN): New macro.
9471 (DEF_HSAIL_ATOMIC_BUILTIN): Likewise.
9472 (DEF_HSAIL_SAT_BUILTIN): Likewise.
9473 (DEF_HSAIL_INTR_BUILTIN): Likewise.
9474 (DEF_HSAIL_CVT_ZEROI_SAT_BUILTIN): Likewise.
9475 * builtin-types.def (BT_INT8): New.
9476 (BT_INT16): Likewise.
9477 (BT_UINT8): Likewise.
9478 (BT_UINT16): Likewise.
9479 (BT_FN_ULONG): Likewise.
9480 (BT_FN_UINT_INT): Likewise.
9481 (BT_FN_UINT_ULONG): Likewise.
9482 (BT_FN_UINT_LONG): Likewise.
9483 (BT_FN_UINT_PTR): Likewise.
9484 (BT_FN_ULONG_PTR): Likewise.
9485 (BT_FN_INT8_FLOAT): Likewise.
9486 (BT_FN_INT16_FLOAT): Likewise.
9487 (BT_FN_UINT32_FLOAT): Likewise.
9488 (BT_FN_UINT16_FLOAT): Likewise.
9489 (BT_FN_UINT8_FLOAT): Likewise.
9490 (BT_FN_UINT64_FLOAT): Likewise.
9491 (BT_FN_UINT16_UINT32): Likewise.
9492 (BT_FN_UINT32_UINT16): Likewise.
9493 (BT_FN_UINT16_UINT16_UINT16): Likewise.
9494 (BT_FN_INT_PTR_INT): Likewise.
9495 (BT_FN_UINT_PTR_UINT): Likewise.
9496 (BT_FN_LONG_PTR_LONG): Likewise.
9497 (BT_FN_ULONG_PTR_ULONG): Likewise.
9498 (BT_FN_VOID_UINT64_UINT64): Likewise.
9499 (BT_FN_UINT8_UINT8_UINT8): Likewise.
9500 (BT_FN_INT8_INT8_INT8): Likewise.
9501 (BT_FN_INT16_INT16_INT16): Likewise.
9502 (BT_FN_INT_INT_INT): Likewise.
9503 (BT_FN_UINT_FLOAT_UINT): Likewise.
9504 (BT_FN_FLOAT_UINT_UINT): Likewise.
9505 (BT_FN_ULONG_UINT_UINT): Likewise.
9506 (BT_FN_ULONG_UINT_PTR): Likewise.
9507 (BT_FN_ULONG_ULONG_ULONG): Likewise.
9508 (BT_FN_UINT_UINT_UINT): Likewise.
9509 (BT_FN_VOID_UINT_PTR): Likewise.
9510 (BT_FN_UINT_UINT_PTR: Likewise.
9511 (BT_FN_UINT32_UINT64_PTR): Likewise.
9512 (BT_FN_INT_INT_UINT_UINT): Likewise.
9513 (BT_FN_UINT_UINT_UINT_UINT): Likewise.
9514 (BT_FN_UINT_UINT_UINT_PTR): Likewise.
9515 (BT_FN_UINT_ULONG_ULONG_UINT): Likewise.
9516 (BT_FN_ULONG_ULONG_ULONG_ULONG): Likewise.
9517 (BT_FN_LONG_LONG_UINT_UINT): Likewise.
9518 (BT_FN_ULONG_ULONG_UINT_UINT): Likewise.
9519 (BT_FN_VOID_UINT32_UINT64_PTR): Likewise.
9520 (BT_FN_VOID_UINT32_UINT32_PTR): Likewise.
9521 (BT_FN_UINT_UINT_UINT_UINT_UINT): Likewise.
9522 (BT_FN_UINT_FLOAT_FLOAT_FLOAT_FLOAT): Likewise.
9523 (BT_FN_ULONG_ULONG_ULONG_UINT_UINT): Likewise.
9524 * doc/frontends.texi: List BRIG FE.
9525 * doc/install.texi (Testing): Add BRIG tesring requirements.
9526 * doc/invoke.texi (Overall Options): Mention BRIG.
9527 * doc/standards.texi (Standards): Doucment BRIG HSA version.
9528
9529 2017-01-24 Richard Biener <rguenther@suse.de>
9530
9531 PR translation/79208
9532 * ipa-devirt.c (odr_types_equivalent_p): Fix typo in diagnostic.
9533
9534 2017-01-24 Martin Jambor <mjambor@suse.cz>
9535
9536 PR bootstrap/79198
9537 * ipa-prop.c (ipa_free_all_node_params): Call summary destructor.
9538 * ipa-prop.c (ipa_node_params_t::insert): Initialize fields known_csts
9539 and known_contexts.
9540
9541 2017-01-24 Aldy Hernandez <aldyh@redhat.com>
9542
9543 PR middle-end/79123
9544 * gimple-ssa-warn-alloca.c (alloca_call_type): Make sure
9545 casts from signed to unsigned really don't have a range.
9546
9547 2017-01-24 Markus Trippelsdorf <markus@trippelsdorf.de>
9548
9549 * gimple-ssa-sprintf.c (format_floating): Change MPFR_RNDx to
9550 GMP_RNDx for compatiblity.
9551
9552 2017-01-24 Martin Liska <mliska@suse.cz>
9553
9554 PR bootstrap/79132
9555 * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Insert assert
9556 that would prevent us to call alloca with -1 as argument.
9557
9558 2017-01-24 Jakub Jelinek <jakub@redhat.com>
9559
9560 * dwarf2out.c (output_compilation_unit_header, output_file_names):
9561 Avoid -Wformat-security warning.
9562
9563 2017-01-23 Andrew Pinski <apinski@cavium.com>
9564
9565 * config/aarch64/aarch64.c (thunderx2t99_addrcost_table): Improve
9566 cost table.
9567
9568 2017-01-23 Martin Sebor <msebor@redhat.com>
9569
9570 PR middle-end/78703
9571 * gimple-ssa-sprintf.c (warn_level): New global.
9572 (format_integer): Use it here and throughout the rest of the file.
9573 Use the same switch to compute sign as base.
9574 (maybe_warn): New function.
9575 (format_directive): Factor out warnings into maybe_warn.
9576 Add debugging output. Use warn_level.
9577 (add_bytes): Use warn_level.
9578 (pass_sprintf_length::compute_format_length): Add debugging output.
9579 (try_substitute_return_value): Same.
9580 (pass_sprintf_length::handle_gimple_call): Set and use warn_level.
9581
9582 PR middle-end/78703
9583 * gimple-ssa-sprintf.c (struct format_result): Remove constant member.
9584 (struct fmtresult, format_integer, format_floating): Adjust.
9585 (fmtresult::fmtresult): Set max correctly in two argument ctor.
9586 (get_string_length, format_string,format_directive): Same.
9587 (pass_sprintf_length::compute_format_length): Same.
9588 (try_substitute_return_value): Simplify slightly.
9589
9590 PR middle-end/78703
9591 * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Adjust formatting.
9592 (fmtresult::operator+=): Outlined.
9593 (struct fmtresult): Add ctors.
9594 (struct conversion_spec): Rename...
9595 (struct directive): ...to this. Add and remove data members.
9596 (directive::set_width, directive::set_precision): New functions.
9597 (format_percent): Use fmtresult ctor.
9598 (get_width_and_precision): Remove.
9599 (format_integer): Make naming changes. Avoid computing width and
9600 precision.
9601 (format_floating): Same. Adjust indentation.
9602 (format_character, format_none): New functions.
9603 (format_string): Moved character handling to format_character.
9604 (format_directive): Remove arguments, change return type.
9605 (parse_directive): New function.
9606 (pass_sprintf_length::compute_format_length): Move directive
9607 parsing to parse_directive.
9608
9609 2017-01-23 Jakub Jelinek <jakub@redhat.com>
9610
9611 * tree.h (assign_assembler_name_if_neeeded): Rename to ...
9612 (assign_assembler_name_if_needed): ... this.
9613 * tree.c (assign_assembler_name_if_neeeded): Rename to ...
9614 (assign_assembler_name_if_needed): ... this.
9615 (free_lang_data_in_cgraph): Adjust callers.
9616 * cgraphunit.c (cgraph_node::analyze): Likewise.
9617 * omp-expand.c (expand_omp_taskreg, expand_omp_target):
9618 Likewise.
9619
9620 2017-01-23 Richard Biener <rguenther@suse.de>
9621
9622 PR tree-optimization/79088
9623 PR tree-optimization/79188
9624 * tree-ssa-threadupdate.c (mark_threaded_blocks): Move code
9625 resetting loop bounds after last path deletion. Reset loop
9626 bounds of the target loop, make code match the comments.
9627 * tree-ssa-threadbackwards.c (pass_early_thread_jumps::execute):
9628 Make sure loops need no fixups.
9629
9630 2017-01-23 Kelvin Nilsen <kelvin@gcc.gnu.org>
9631
9632 * config/rs6000/rs6000-builtin.def (VSIEDPF): Add scalar insert
9633 exponent support with double type for first argument.
9634 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Changed
9635 type returned by __builtin_vec_extract_sig,
9636 __builtin_vec_extract_sig_sp, and __builtin_vec_extract_sig_dp
9637 functions from "vector int" to "vector unsigned int" or from
9638 "vector long long int" to "vector unsigned long long int".
9639 Changed type returned by __builtin_vec_extract_exp,
9640 __builtin_vec_extract_exp_sp, and __builtin_vec_extract_exp_dp
9641 functions from "vector int" to "vector unsigned int" or from
9642 "vector long long int" to "vector unsigned long long int".
9643 Changed return type of __builtin_vec_test_data_class,
9644 __builtin_vec_test_data_class_sp, and
9645 __builtin_vec_test_data_class_dp from "vector int" to
9646 "vector bool int" or from "vector long long int" to "vector bool
9647 long long int" and changed second argument type from "unsigned
9648 int" to "int". Added new overloaded function forms "vector float
9649 __builtin_vec_insert_exp (vector float, vector unsigned int)" and
9650 "vector float __builtin_vec_insert_exp_sp (vector float, vector
9651 unsigned int)" and "vector double __builtin_vec_insert_exp (vector
9652 double, vector unsigned long long int)" and "vector double
9653 __builtin_vec_insert_exp_dp (vector double, vector unsigned long
9654 long int)". Changed return type of
9655 __builtin_scalar_test_data_class and
9656 __builtin_scalar_test_data_class_sp and
9657 __builtin_scalar_test_data_class_dp from "unsigned int" to "bool
9658 int" and changed second argument from "unsigned int" to "int".
9659 Changed type returned by __builtin_scalar_test_neg,
9660 __builtin_scalar_test_neg_sp, and __builtin_scalar_test_neg_dp
9661 from "int" to "bool int". Added new overloaded function form
9662 "double __builtin_scalar_insert_exp (double, unsigned long long int)".
9663 * config/rs6000/vsx.md (xsiexpdpf): New insn for scalar insert
9664 exponent double-precision with floating point first argument.
9665 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Adjust
9666 documentation of scalar_test_data_class, scalar_test_neg,
9667 scalar_extract_sig, scalar_extract_exp, scalar_insert_exp,
9668 vector_extract_exp, vec_extract_sig, vec_insert_exp, and
9669 vec_test_data_class built-in functions to reflect refinements in
9670 their type signatures.
9671
9672 2017-01-23 Andreas Tobler <andreast@gcc.gnu.org>
9673
9674 * config/aarch64/aarch64.c (aarch64_elf_asm_constructor): Increase
9675 size of buf.
9676 (aarch64_elf_asm_destructor): Likewise.
9677
9678 2017-01-23 Bernd Schmidt <bschmidt@redhat.com>
9679
9680 PR rtl-optimization/78634
9681 * config/i386/i386.c (ix86_max_noce_ifcvt_seq_cost): New function.
9682 (TARGET_MAX_NOCE_IFCVT_SEQ_COST): Define.
9683 * ifcvt.c (noce_try_cmove): Add missing cost check.
9684
9685 PR rtl-optimization/71724
9686 * combine.c (if_then_else_cond): Look for situations where it is
9687 beneficial to undo the work of one of the recursive calls.
9688
9689 2017-01-23 Bin Cheng <bin.cheng@arm.com>
9690
9691 PR tree-optimization/70754
9692 * tree-predcom.c (stmt_combining_refs): New parameter INSERT_BEFORE.
9693 (reassociate_to_the_same_stmt): New parameter INSERT_BEFORE. Insert
9694 combined stmt before it if not NULL.
9695 (combine_chains): Process refs reversely and compute dominance point
9696 for root ref.
9697
9698 2017-01-23 Martin Liska <mliska@suse.cz>
9699
9700 PR tree-optimization/79196
9701 * tree-ssa-strlen.c (fold_strstr_to_memcmp): Rename to ...
9702 (fold_strstr_to_strncmp): ... this. Fold the pattern to strncmp
9703 instead of memcmp.
9704 (strlen_optimize_stmt): Call the renamed function.
9705
9706 2017-01-23 Michael Matz <matz@suse.de>
9707
9708 PR tree-optimization/78384
9709 * tree-ssa-loop-split.c (patch_loop_exit): Use correct edge.
9710
9711 2017-01-23 Richard Biener <rguenther@suse.de>
9712
9713 PR tree-optimization/79186
9714 * tree-vrp.c (register_new_assert_for): Make sure we've seen
9715 both incoming edges before moving an assert.
9716
9717 2017-01-23 Martin Jambor <mjambor@suse.cz>
9718
9719 * ipa-prop.c (load_from_param_1): Removed.
9720 (load_from_unmodified_param): Bits from load_from_param_1 put back
9721 here.
9722 (load_from_param): Removed.
9723 (compute_complex_assign_jump_func): Removed stmt2 and just replaced it
9724 with stmt. Reverted back to use of load_from_unmodified_param.
9725
9726 2017-01-23 Martin Jambor <mjambor@suse.cz>
9727
9728 PR ipa/79108
9729 * ipa-prop.h (ipa_param_descriptor): Anotate with with GTY(()).
9730 (ipa_node_params): Annotate with GTY((for_user)). Make descriptors
9731 field a pointer to garbage collected vector, mark lattices and
9732 ipcp_orig_node with GTY((skip)).
9733 (ipa_get_param_count): Adjust to descriptors being a pointer.
9734 (ipa_get_param): Likewise.
9735 (ipa_get_type): Likewise.
9736 (ipa_get_param_move_cost): Likewise.
9737 (ipa_set_param_used): Likewise.
9738 (ipa_get_controlled_uses): Likewise.
9739 (ipa_set_controlled_uses): Likewise.
9740 (ipa_is_param_used): Likewise.
9741 (ipa_node_params_t): Move into garbage collector. New methods insert
9742 and remove.
9743 (ipa_node_params_sum): Annotate wth GTY(()).
9744 (ipa_check_create_node_params): Adjust to ipa_node_params_sum being
9745 garbage collected.
9746 (ipa_load_from_parm_agg): Adjust declaration.
9747 * ipa-icf.c (param_used_p): Adjust to descriptors being a pointer.
9748 * ipa-profile.c (ipa_profile): Likewise.
9749 * ipa-prop.c (ipa_get_param_decl_index_1): Likewise.
9750 (ipa_populate_param_decls): Make descriptors parameter garbage
9751 collected.
9752 (ipa_dump_param): Adjust to descriptors being a pointer.
9753 (ipa_alloc_node_params): Likewise.
9754 (ipa_initialize_node_params): Likewise.
9755 (load_from_param_1): Make descriptors parameter garbage collected.
9756 (load_from_unmodified_param): Likewise.
9757 (load_from_param): Likewise.
9758 (ipa_load_from_parm_agg): Likewise.
9759 (ipa_node_params::~ipa_node_params): Removed.
9760 (ipa_free_all_node_params): Remove call to delete operator.
9761 (ipa_node_params_t::insert): New.
9762 (ipa_node_params_t::remove): Likewise.
9763 (ipa_node_params_t::duplicate): Adjust to descriptors being a pointer,
9764 copy known_csts and known_contexts vectors.
9765 (ipa_read_node_info): Adjust to descriptors being a pointer.
9766 (ipcp_modif_dom_walker): Make m_descriptors field garbage
9767 collected.
9768 (ipcp_transform_function): Make descriptors variable garbage
9769 collected.
9770
9771 2017-01-23 Andrew Senkevich <andrew.senkevich@intel.com>
9772
9773 * config/i386/avx512bwintrin.h: Add k-mask test, kortest intrinsics.
9774 * config/i386/avx512dqintrin.h: Ditto.
9775 * config/i386/avx512fintrin.h: Ditto.
9776 * gcc/config/i386/i386.c: Handle new builtins.
9777 * config/i386/i386-builtin.def: Add new builtins.
9778 * config/i386/sse.md (ktest<mode>, kortest<mode>): New.
9779 (UNSPEC_KORTEST, UNSPEC_KTEST): New.
9780
9781 2017-01-23 Jakub Jelinek <jakub@redhat.com>
9782 Martin Liska <mliska@suse.cz>
9783
9784 * asan.h: Define ASAN_USE_AFTER_SCOPE_ATTRIBUTE.
9785 * asan.c (asan_expand_poison_ifn): Support stores and use
9786 appropriate ASAN report function.
9787 * internal-fn.c (expand_ASAN_POISON_USE): New function.
9788 * internal-fn.def (ASAN_POISON_USE): Declare.
9789 * tree-into-ssa.c (maybe_add_asan_poison_write): New function.
9790 (maybe_register_def): Create ASAN_POISON_USE when sanitizing.
9791 * tree-ssa-dce.c (eliminate_unnecessary_stmts): Remove
9792 ASAN_POISON calls w/o LHS.
9793 * tree-ssa.c (execute_update_addresses_taken): Create clobber
9794 for ASAN_MARK (UNPOISON, &x, ...) in order to prevent usage of a LHS
9795 from ASAN_MARK (POISON, &x, ...) coming to a PHI node.
9796 * gimplify.c (asan_poison_variables): Add attribute
9797 use_after_scope_memory to variables that really needs to live
9798 in memory.
9799 * tree-ssa.c (is_asan_mark_p): Do not rewrite into SSA when
9800 having the attribute.
9801
9802 2017-01-23 Martin Liska <mliska@suse.cz>
9803
9804 * asan.c (create_asan_shadow_var): New function.
9805 (asan_expand_poison_ifn): Likewise.
9806 * asan.h (asan_expand_poison_ifn): New declaration.
9807 * internal-fn.c (expand_ASAN_POISON): Likewise.
9808 * internal-fn.def (ASAN_POISON): New builtin.
9809 * sanopt.c (pass_sanopt::execute): Expand
9810 asan_expand_poison_ifn.
9811 * tree-inline.c (copy_decl_for_dup_finish): Make function
9812 external.
9813 * tree-inline.h (copy_decl_for_dup_finish): Likewise.
9814 * tree-ssa.c (is_asan_mark_p): New function.
9815 (execute_update_addresses_taken): Rewrite local variables
9816 (identified just by use-after-scope as addressable) into SSA.
9817
9818 2017-01-22 Gerald Pfeifer <gerald@pfeifer.com>
9819
9820 * doc/install.texi (Specific): opensource.apple.com uses https
9821 now. Remove trailing slash.
9822
9823 2017-01-22 Gerald Pfeifer <gerald@pfeifer.com>
9824
9825 * README.Portability: Remove note on an Irix compatibility issue.
9826
9827 2017-01-22 Dimitry Andric <dim@FreeBSD.org>
9828
9829 * gcov.c (INCLUDE_ALGORITHM): Define.
9830 (INCLUDE_VECTOR): Define.
9831 No longer include <vector> and <algorithm> directly.
9832
9833 2017-01-21 Gerald Pfeifer <gerald@pfeifer.com>
9834
9835 * doc/extend.texi (Thread-Local): Change www.akkadia.org reference
9836 to https.
9837 * doc/invoke.texi (Code Gen Options): Ditto.
9838
9839 2017-01-21 Jan Hubicka <hubicka@ucw.cz>
9840
9841 PR lto/78407
9842 * cfg.c (update_bb_profile_for_threading): Fix updating of probablity.
9843
9844 2017-01-21 Bernd Schmidt <bschmidt@redhat.com>
9845
9846 rtl-optimization/79125
9847 * cprop.c (local_cprop_pass): Handle cases where we make an
9848 unconditional trap.
9849
9850 2017-01-20 Segher Boessenkool <segher@kernel.crashing.org>
9851
9852 PR target/61729
9853 PR target/77850
9854 * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Adjust address to
9855 read from, for big endian.
9856
9857 2017-01-20 Jiong Wang <jiong.wang@arm.com>
9858
9859 * config/aarch64/aarch64-builtins.c (aarch64_init_builtins): Register
9860 register pauth builtins for LP64 only.
9861
9862 2017-01-20 Marek Polacek <polacek@redhat.com>
9863
9864 PR c/79152
9865 * gimplify.c (should_warn_for_implicit_fallthrough): Handle consecutive
9866 non-case labels.
9867
9868 2017-01-20 Alexander Monakov <amonakov@ispras.ru>
9869
9870 * omp-expand.c (expand_omp_simd): Clear PROP_gimple_lomp_dev regardless
9871 of safelen status.
9872 * omp-offload.c (pass_omp_device_lower::gate): Use PROP_gimple_lomp_dev.
9873 * passes.c (dump_properties): Handle PROP_gimple_lomp_dev.
9874 * tree-inline.c (expand_call_inline): Propagate PROP_gimple_lomp_dev.
9875
9876 2017-01-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9877
9878 PR target/71270
9879 * config/arm/arm.c (neon_valid_immediate): Reject vector constants
9880 in big-endian mode when they are not a single duplicated value.
9881
9882 2017-01-20 Richard Biener <rguenther@suse.de>
9883
9884 * BASE-VER: Bump to 7.0.1.
9885
9886 2017-01-20 Alexander Monakov <amonakov@ispras.ru>
9887
9888 * omp-low.c (omplow_simd_context): New struct. Use it...
9889 (lower_rec_simd_input_clauses): ...here and...
9890 (lower_rec_input_clauses): ...here to hold common data. Adjust all
9891 references to idx, lane, max_vf, is_simt.
9892
9893 2017-01-20 Graham Markall <graham.markall@embecosm.com>
9894
9895 * config/arc/arc.h (LINK_SPEC): Use arclinux_nps emulation when
9896 mcpu=nps400.
9897
9898 2017-01-20 Martin Jambor <mjambor@suse.cz>
9899
9900 * hsa.h: Renaed to hsa-common.h. Adjusted a comment.
9901 * hsa.c: Renaed to hsa-common.c. Change include of gt-hsa.h to
9902 gt-hsa-common.h.
9903 * Makefile.in (OBJS): Rename hsa.o to hsa-common.o.
9904 (GTFILES): Rename hsa.c to hsa-common.c.
9905 * hsa-brig.c: Change include of hsa.h to hsa-common.h.
9906 * hsa-dump.c: Likewise.
9907 * hsa-gen.c: Likewise.
9908 * hsa-regalloc.c: Likewise.
9909 * ipa-hsa.c: Likewise.
9910 * omp-expand.c: Likewise.
9911 * omp-low.c: Likewise.
9912 * toplev.c: Likewise.
9913
9914 2017-01-20 Marek Polacek <polacek@redhat.com>
9915
9916 PR c/64279
9917 * doc/invoke.texi: Document -Wduplicated-branches.
9918 * fold-const.c (operand_equal_p): Handle MODIFY_EXPR, INIT_EXPR,
9919 COMPOUND_EXPR, PREDECREMENT_EXPR, PREINCREMENT_EXPR,
9920 POSTDECREMENT_EXPR, POSTINCREMENT_EXPR, CLEANUP_POINT_EXPR, EXPR_STMT,
9921 STATEMENT_LIST, and RETURN_EXPR. For non-pure non-const functions
9922 return 0 only when not OEP_LEXICOGRAPHIC.
9923 (fold_build_cleanup_point_expr): Use the expression
9924 location when building CLEANUP_POINT_EXPR.
9925 * tree-core.h (enum operand_equal_flag): Add OEP_LEXICOGRAPHIC.
9926 * tree.c (add_expr): Handle error_mark_node.
9927
9928 2017-01-20 Martin Liska <mliska@suse.cz>
9929
9930 PR lto/69188
9931 * tree-profile.c (init_ic_make_global_vars): Do not call
9932 finalize_decl.
9933 (gimple_init_gcov_profiler): Likewise.
9934
9935 2017-01-20 Martin Liska <mliska@suse.cz>
9936
9937 PR ipa/71190
9938 * cgraph.h (maybe_create_reference): Remove argument and
9939 update comment.
9940 * cgraphclones.c (cgraph_node::create_virtual_clone): Remove one
9941 argument.
9942 * ipa-cp.c (create_specialized_node): Likewise.
9943 * symtab.c (symtab_node::maybe_create_reference): Handle
9944 VAR_DECLs and ADDR_EXPRs and select ipa_ref_use type.
9945
9946 2017-01-20 Martin Liska <mliska@suse.cz>
9947
9948 * read-rtl-function.c (function_reader::create_function): Use
9949 build_decl instread of build_decl_stat.
9950
9951 2017-01-20 Andrew Senkevich <andrew.senkevich@intel.com>
9952
9953 * config/i386/avx512bwintrin.h: Add k-mask registers shift intrinsics.
9954 * config/i386/avx512dqintrin.h: Ditto.
9955 * config/i386/avx512fintrin.h: Ditto.
9956 * config/i386/i386-builtin-types.def: Add new types.
9957 * gcc/config/i386/i386.c: Handle new types.
9958 * config/i386/i386-builtin.def (__builtin_ia32_kshiftliqi)
9959 (__builtin_ia32_kshiftlihi, __builtin_ia32_kshiftlisi)
9960 (__builtin_ia32_kshiftlidi, __builtin_ia32_kshiftriqi)
9961 (__builtin_ia32_kshiftrihi, __builtin_ia32_kshiftrisi)
9962 (__builtin_ia32_kshiftridi): New.
9963 * config/i386/sse.md (k<code><mode>): Rename *k<code><mode>.
9964
9965 2017-01-19 Segher Boessenkool <segher@kernel.crashing.org>
9966
9967 PR target/78875
9968 PR target/79140
9969 * config/rs6000/rs6000.c (TARGET_STACK_PROTECT_GUARD): Unconditionally
9970 define to rs6000_init_stack_protect_guard.
9971 (rs6000_init_stack_protect_guard): New function.
9972
9973 2017-01-19 Matthew Fortune <matthew.fortune@imgtec.com>
9974 Yunqiang Su <yunqiang.su@imgtec.com>
9975
9976 * config.gcc (supported_defaults): Add madd4.
9977 (with_madd4): Add validation.
9978 (all_defaults): Add madd4.
9979 * config/mips/mips.opt (mmadd4): New option.
9980 * gcc/config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
9981 mmadd4.
9982 (TARGET_CPU_CPP_BUILTINS): Add builtin_define for
9983 __mips_no_madd4.
9984 (ISA_HAS_UNFUSED_MADD4): Gate with mips_madd4.
9985 (ISA_HAS_FUSED_MADD4): Likewise.
9986 * gcc/doc/invoke.texi (-mmadd4): Document the new option.
9987 * gcc/doc/install.texi (--with-madd4): Document the new option.
9988
9989 2017-01-19 Jiong Wang <jiong.wang@arm.com>
9990
9991 * config/aarch64/aarch64-builtins.c (enum aarch64_builtins): New
9992 entries for AARCH64_PAUTH_BUILTIN_XPACLRI,
9993 AARCH64_PAUTH_BUILTIN_PACIA1716, AARCH64_PAUTH_BUILTIN_AUTIA1716.
9994 (aarch64_init_pauth_hint_builtins): New.
9995 (aarch64_init_builtins): Call aarch64_init_pauth_hint_builtins.
9996 (aarch64_expand_builtin): Expand new builtins.
9997
9998 2017-01-19 Jiong Wang <jiong.wang@arm.com>
9999
10000 * reg-notes.def (CFA_TOGGLE_RA_MANGLE): New reg-note.
10001 * combine-stack-adj.c (no_unhandled_cfa): Handle
10002 REG_CFA_TOGGLE_RA_MANGLE.
10003 * dwarf2cfi.c (dwarf2out_frame_debug): Handle REG_CFA_TOGGLE_RA_MANGLE.
10004 * config/aarch64/aarch64.c (aarch64_expand_prologue): Generates DWARF
10005 info for return address signing.
10006 (aarch64_expand_epilogue): Likewise.
10007
10008 2017-01-19 Jiong Wang <jiong.wang@arm.com>
10009
10010 * config/aarch64/aarch64-opts.h (aarch64_function_type): New enum.
10011 * config/aarch64/aarch64-protos.h
10012 (aarch64_return_address_signing_enabled): New declaration.
10013 * config/aarch64/aarch64.c (aarch64_return_address_signing_enabled):
10014 New function.
10015 (aarch64_expand_prologue): Sign return address before it's pushed onto
10016 stack.
10017 (aarch64_expand_epilogue): Authenticate return address fetched from
10018 stack.
10019 (aarch64_override_options): Sanity check for ILP32 and ISA level.
10020 (aarch64_attributes): New function attributes for "sign-return-address".
10021 * config/aarch64/aarch64.md (UNSPEC_AUTI1716, UNSPEC_AUTISP,
10022 UNSPEC_PACI1716, UNSPEC_PACISP, UNSPEC_XPACLRI): New unspecs.
10023 ("*do_return"): Generate combined instructions according to key index.
10024 ("<pauth_mnem_prefix>sp", "<pauth_mnem_prefix1716", "xpaclri"): New.
10025 * config/aarch64/iterators.md (PAUTH_LR_SP, PAUTH_17_16): New integer
10026 iterators.
10027 (pauth_mnem_prefix, pauth_hint_num_a): New integer attributes.
10028 * config/aarch64/aarch64.opt (msign-return-address=): New.
10029 * doc/extend.texi (AArch64 Function Attributes): Documents
10030 "sign-return-address=".
10031 * doc/invoke.texi (AArch64 Options): Documents "-msign-return-address=".
10032
10033 2017-01-19 Matthew Fortune <matthew.fortune@imgtec.com>
10034
10035 * doc/invoke.texi: Add missing -mlxc1-sxc1 options to
10036 overall option summary.
10037
10038 2017-01-19 Jiong Wang <jiong.wang@arm.com>
10039
10040 * config/aarch64/aarch64-arches.def: New entry for "armv8.3-a".
10041 * config/aarch64/aarch64.h (AARCH64_FL_V8_3, AARCH64_FL_FOR_ARCH8_3,
10042 AARCH64_ISA_V8_3, TARGET_ARMV8_3): New.
10043 * doc/invoke.texi (AArch64 Options): Document "armv8.3-a".
10044
10045 2017-01-19 Michael Meissner <meissner@linux.vnet.ibm.com>
10046
10047 * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Enable
10048 -mpower9-minmax by default for -mcpu=power9.
10049 (ISA_3_MASKS_IEEE): Require -mvsx-small-integer to enable IEEE
10050 128-bit floating point.
10051
10052 2017-01-20 Alan Modra <amodra@gmail.com>
10053
10054 * config/rs6000/rs6000.md (cmpstrnsi, cmpstrsi): Fail if
10055 optimizing for size.
10056
10057 2017-01-20 Alan Modra <amodra@gmail.com>
10058
10059 PR target/79144
10060 * config/rs6000/rs6000.c (expand_strn_compare): Get the asm name
10061 for strcmp and strncmp from corresponding builtin decl.
10062
10063 2017-01-19 Uros Bizjak <ubizjak@gmail.com>
10064
10065 * config.gcc (x86_64-*-rtems*): Use i386/rtemself.h
10066 instead of i386/rtems-64.h.
10067 * config/i386/rtems-64.h: Remove.
10068
10069 2017-01-19 Uros Bizjak <ubizjak@gmail.com>
10070
10071 PR target/78478
10072 Revert:
10073 2013-11-05 Uros Bizjak <ubizjak@gmail.com>
10074
10075 * config/i386/rtemself.h (LONG_DOUBLE_TYPE_SIZE): New define.
10076
10077 2017-01-19 Tamar Christina <tamar.christina@arm.com>
10078
10079 * config/aarch64/aarch64.c (aarch64_simd_gen_const_vector_dup):
10080 Change int to HOST_WIDE_INT.
10081 * config/aarch64/aarch64-protos.h
10082 (aarch64_simd_gen_const_vector_dup): Likewise.
10083 * config/aarch64/aarch64-simd.md: Add copysign<mode>3.
10084
10085 2017-01-19 David Malcolm <dmalcolm@redhat.com>
10086
10087 * langhooks-def.h (lhd_type_for_size): New decl.
10088 (LANG_HOOKS_TYPE_FOR_SIZE): Define as lhd_type_for_size.
10089 * langhooks.c (lhd_type_for_size): New function, taken from
10090 lto_type_for_size.
10091
10092 2017-01-19 Pat Haugen <pthaugen@us.ibm.com>
10093
10094 * config/rs6000/power9.md (power9-alu): Remove 'cmp' type and add
10095 define_bypass for CR latency.
10096 (power9-cracked-alu): Update bypass latency and remove power9-branch.
10097 (power9-alu2): Add define_bypass for CR latency.
10098 (power9-cmp): New.
10099 (power9-mul): Update insn latency.
10100 (power9-mul-compare): Update insn latency, bypass latency and remove
10101 power9-branch.
10102
10103 2016-01-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10104
10105 * config/aarch64/aarch64-protos.h (aarch64_nopcrelative_literal_loads):
10106 Delete.
10107 * config/aarch64/aarch64.md
10108 (aarch64_reload_movcp<GPF_TF:mode><P:mode>): Delete reference to
10109 aarch64_nopcrelative_literal_loads.
10110 (aarch64_reload_movcp<VALL:mode><P:mode>): Likewise.
10111
10112 2017-01-19 Chenghua Xu <paul.hua.gm@gmail.com>
10113
10114 * config/mips/mips.h (ISA_HAS_FUSED_MADD4): Enable for
10115 TARGET_LOONGSON_3A.
10116 (ISA_HAS_UNFUSED_MADD4): Exclude TARGET_LOONGSON_3A.
10117
10118 2017-01-19 Doug Gilmore <doug.gilmore@imgtec.com>
10119
10120 PR target/78176
10121 * config.gcc (supported_defaults): Add lxc1-sxc1.
10122 (with_lxc1_sxc1): Add validation.
10123 (all_defaults): Add lxc1-sxc1.
10124 * config/mips/mips.opt (mlxc1-sxc1): New option.
10125 * gcc/config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
10126 mlxc1-sxc1.
10127 (TARGET_CPU_CPP_BUILTINS): Add builtin_define for
10128 __mips_no_lxc1_sxc1.
10129 (ISA_HAS_LXC1_SXC1): Gate with mips_lxc1_sxc1.
10130 * gcc/doc/invoke.texi (-mlxc1-sxc1): Document the new option.
10131 * doc/install.texi (--with-lxc1-sxc1): Document the new option.
10132
10133 2017-01-19 Richard Biener <rguenther@suse.de>
10134
10135 PR tree-optimization/72488
10136 * tree-ssa-sccvn.c (run_scc_vn): When we abort the VN make
10137 sure to restore SSA info.
10138 * tree-ssa.c (verify_ssa): Verify SSA info is not shared.
10139
10140 2017-01-19 Richard Earnshaw <rearnsha@arm.com>
10141
10142 PR rtl-optimization/79121
10143 * expr.c (expand_expr_real_2, case LSHIFT_EXPR): Look at the signedness
10144 of the inner type when shifting an extended value.
10145
10146 2017-01-17 Jan Hubicka <hubicka@ucw.cz>
10147
10148 PR lto/78407
10149 * symtab.c (symtab_node::equal_address_to): Fix comparing of
10150 interposable aliases.
10151
10152 2017-01-18 Peter Bergner <bergner@vnet.ibm.com>
10153
10154 PR target/78516
10155 * config/rs6000/spe.md (mov_si<mode>_e500_subreg0): Fix constraints.
10156 Use the evmergelohi instruction.
10157 (mov_si<mode>_e500_subreg4_2_le): Likewise.
10158 (mov_sitf_e500_subreg8_2_be): Likewise.
10159 (mov_sitf_e500_subreg12_2_le): Likewise.
10160 (mov_si<mode>_e500_subreg0_2_le): Fix constraints.
10161 (mov_si<mode>_e500_subreg4_2_be): Likewise.
10162 (mov_sitf_e500_subreg8_2_le): Likewise.
10163 (mov_sitf_e500_subreg12_2_be): Likewise.
10164
10165 2017-01-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
10166
10167 * config/rs6000/altivec.md (altivec_vbpermq): Change "type"
10168 attribute from vecsimple to vecperm.
10169 (altivec_vbpermq2): Likewise.
10170
10171 2017-01-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
10172
10173 PR target/79040
10174 * config/rs6000/altivec.h: Fix typo of vec_cntlz to vec_cnttz.
10175
10176 2017-01-18 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
10177 * config/rs6000/rs6000-protos.h (expand_strn_compare): Add arg.
10178 * config/rs6000/rs6000.c (expand_strn_compare): Add ability to expand
10179 strcmp. Fix bug where comparison didn't stop with zero byte. Fix
10180 case where N arg is SIZE_MAX.
10181 * config/rs6000/rs6000.md (cmpstrnsi): Args to expand_strn_compare.
10182 (cmpstrsi): Add pattern.
10183
10184 2017-01-18 Michael Meissner <meissner@linux.vnet.ibm.com>
10185
10186 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
10187 __builtin_vec_revb builtins.
10188 * config/rs6000/rs6000-builtins.def (P9V_BUILTIN_XXBRQ_V16QI): Add
10189 built-in functions to support generation of the ISA 3.0 XXBR<x>
10190 vector byte reverse instructions.
10191 (P9V_BUILTIN_XXBRQ_V1TI): Likewise.
10192 (P9V_BUILTIN_XXBRD_V2DI): Likewise.
10193 (P9V_BUILTIN_XXBRD_V2DF): Likewise.
10194 (P9V_BUILTIN_XXBGW_V4SI): Likewise.
10195 (P9V_BUILTIN_XXBGW_V4SF): Likewise.
10196 (P9V_BUILTIN_XXBGH_V8HI): Likewise.
10197 (P9V_BUILTIN_VEC_REVB): Likewise.
10198 * config/rs6000/vsx.md (p9_xxbrq_v1ti): New insns/expanders to
10199 generate the ISA 3.0 XXBR<x> vector byte reverse instructions.
10200 (p9_xxbrq_v16qi): Likewise.
10201 (p9_xxbrd_<mode>, VSX_D iterator): Likewise.
10202 (p9_xxbrw_<mode>, VSX_W iterator): Likewise.
10203 (p9_xxbrh_v8hi): Likewise.
10204 * config/rs6000/altivec.h (vec_revb): Define if ISA 3.0.
10205 * doc/extend.texi (RS/6000 Altivec Built-ins): Document the
10206 vec_revb built-in functions.
10207
10208 2017-01-18 Uros Bizjak <ubizjak@gmail.com>
10209
10210 PR rtl-optimization/78952
10211 * config/i386/i386.md (any_extract): New code iterator.
10212 (*insvqi_2): Use any_extract for source operand.
10213 (*insvqi_3): Use any_shiftrt for source operand.
10214
10215 2017-01-18 Wilco Dijkstra <wdijkstr@arm.com>
10216
10217 * config/aarch64/aarch64.c (aarch64_sched_adjust_priority)
10218 New function.
10219 (TARGET_SCHED_ADJUST_PRIORITY): Define target hook.
10220
10221 2017-01-18 Matthias Klose <doko@ubuntu.com>
10222
10223 * doc/install.texi: Allow default for --with-target-bdw-gc-include.
10224
10225 2016-01-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
10226
10227 * config/rs6000/altivec.h (vec_bperm): Change #define.
10228 * config/rs6000/altivec.md (UNSPEC_VBPERMD): New enum constant.
10229 (altivec_vbpermq2): New define_insn.
10230 (altivec_vbpermd): Likewise.
10231 * config/rs6000/rs6000-builtin.def (VBPERMQ2): New monomorphic
10232 function interface.
10233 (VBPERMD): Likewise.
10234 (VBPERM): New polymorphic function interface.
10235 * config/rs6000/r6000-c.c (altivec_overloaded_builtins_table):
10236 Add entries for P9V_BUILTIN_VEC_VBPERM.
10237 * doc/extend.texi: Add interfaces for vec_bperm.
10238
10239 2017-01-18 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10240
10241 * config/s390/s390-c.c (s390_expand_overloaded_builtin): Downcase
10242 first letter of error messages.
10243 (s390_resolve_overloaded_builtin): Likewise.
10244 * config/s390/s390.c (s390_expand_builtin): Likewise.
10245 (s390_invalid_arg_for_unprototyped_fn): Likewise.
10246 (s390_valid_target_attribute_inner_p): Likewise.
10247 * config/s390/s390.md ("tabort"): Likewise.
10248
10249 2017-01-18 Toma Tabacu <toma.tabacu@imgtec.com>
10250
10251 * config/mips/mips.h (ISA_HAS_DIV3): Remove unused macro.
10252 (ISA_AVOID_DIV_HILO): New macro.
10253 (ISA_HAS_DIV): Use new ISA_AVOID_DIV_HILO macro.
10254 (ISA_HAS_DDIV): Likewise.
10255
10256 2017-01-18 Markus Trippelsdorf <markus@trippelsdorf.de>
10257
10258 * doc/invoke.texi (fabi-version): Correct number of occurrences.
10259
10260 2017-01-18 Markus Trippelsdorf <markus@trippelsdorf.de>
10261
10262 * doc/invoke.texi (fabi-version): Spelling fix.
10263
10264 2017-01-18 Markus Trippelsdorf <markus@trippelsdorf.de>
10265
10266 PR c++/70182
10267 * doc/invoke.texi (fabi-version): Mention mangling fix for
10268 operator names.
10269
10270 2017-01-18 Markus Trippelsdorf <markus@trippelsdorf.de>
10271
10272 PR c++/77489
10273 * doc/invoke.texi (fabi-version): Document discriminator mangling.
10274
10275 2017-01-17 Segher Boessenkool <segher@kernel.crashing.org>
10276
10277 PR target/78875
10278 * config/rs6000/rs6000-opts.h (stack_protector_guard): New enum.
10279 * config/rs6000/rs6000.c (rs6000_option_override_internal): Handle
10280 the new options.
10281 * config/rs6000/rs6000.md (stack_protect_set): Handle the new more
10282 flexible settings.
10283 (stack_protect_test): Ditto.
10284 * config/rs6000/rs6000.opt (mstack-protector-guard=,
10285 mstack-protector-guard-reg=, mstack-protector-guard-offset=): New
10286 options.
10287 * doc/invoke.texi (Option Summary) [RS/6000 and PowerPC Options]:
10288 Add -mstack-protector-guard=, -mstack-protector-guard-reg=, and
10289 -mstack-protector-guard-offset=.
10290 (RS/6000 and PowerPC Options): Ditto.
10291
10292 2017-01-17 Uros Bizjak <ubizjak@gmail.com>
10293
10294 * config/i386/i386.h (MASK_CLASS_P): New define.
10295 * config/i386/i386.c (inline_secondary_memory_needed): Ensure that
10296 there are no registers from different register sets also when
10297 mask registers are used. Update function comment.
10298 * config/i386/i386.md (*movsi_internal): Split (*k/*krm) alternative
10299 to (*k/*r) and (*k/*km) alternatives.
10300
10301 2017-01-17 Wilco Dijkstra <wdijkstr@arm.com>
10302
10303 * config/aarch64/aarch64.md (eh_return): Remove pattern and splitter.
10304 * config/aarch64/aarch64.h (AARCH64_EH_STACKADJ_REGNUM): Remove.
10305 (EH_RETURN_HANDLER_RTX): New define.
10306 * config/aarch64/aarch64.c (aarch64_frame_pointer_required):
10307 Force frame pointer in EH return functions.
10308 (aarch64_expand_epilogue): Add barrier for eh_return.
10309 (aarch64_final_eh_return_addr): Remove.
10310 (aarch64_eh_return_handler_rtx): New function.
10311 * config/aarch64/aarch64-protos.h (aarch64_final_eh_return_addr):
10312 Remove.
10313 (aarch64_eh_return_handler_rtx): New prototype.
10314
10315 2017-01-17 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
10316
10317 * config/rs6000/altivec.h (vec_rlmi): New #define.
10318 (vec_vrlnm): Likewise.
10319 (vec_rlnm): Likewise.
10320 * config/rs6000/altivec.md (UNSPEC_VRLMI): New UNSPEC enum value.
10321 (UNSPEC_VRLNM): Likewise.
10322 (VIlong): New mode iterator.
10323 (altivec_vrl<VI_char>mi): New define_insn.
10324 (altivec_vrl<VI_char>nm): Likewise.
10325 * config/rs6000/rs6000-builtin.def (VRLWNM): New monomorphic
10326 function entry.
10327 (VRLDNM): Likewise.
10328 (RLNM): New polymorphic function entry.
10329 (VRLWMI): New monomorphic function entry.
10330 (VRLDMI): Likewise.
10331 (RLMI): New polymorphic function entry.
10332 * config/rs6000/r6000-c.c (altivec_overloaded_builtin_table): Add
10333 new entries for P9V_BUILTIN_VEC_RLMI and P9V_BUILTIN_VEC_RLNM.
10334 * doc/extend.texi: Add description of vec_rlmi, vec_rlnm, and
10335 vec_vrlnm.
10336
10337 2017-01-17 Jakub Jelinek <jakub@redhat.com>
10338
10339 PR debug/78839
10340 * dwarf2out.c (field_byte_offset): Restore the
10341 PCC_BITFIELD_TYPE_MATTERS behavior for INTEGER_CST DECL_FIELD_OFFSET
10342 and DECL_FIELD_BIT_OFFSET. Use fold_build2 instead of build2 + fold.
10343 (analyze_variants_discr, gen_variant_part): Use fold_build2 instead
10344 of build2 + fold.
10345
10346 2017-01-17 Eric Botcazou <ebotcazou@adacore.com>
10347
10348 PR ada/67205
10349 * config/aarch64/aarch64.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define
10350
10351 2017-01-17 Jakub Jelinek <jakub@redhat.com>
10352
10353 PR debug/71669
10354 * dwarf2out.c (add_data_member_location_attribute): For constant
10355 offset bitfield emit for -gdwarf-5 DW_AT_data_bit_offset attribute
10356 instead of DW_AT_data_member_location, DW_AT_bit_offset and
10357 DW_AT_byte_size attributes.
10358
10359 2017-01-17 Eric Botcazou <ebotcazou@adacore.com>
10360
10361 * config/rs6000/rs6000.c (rs6000_emit_move): Also use a TOC reference
10362 after forcing to constant memory when the code model is medium.
10363
10364 2017-01-17 Julia Koval <julia.koval@intel.com>
10365
10366 PR target/76731
10367 * config/i386/avx512fintrin.h
10368 (_mm512_i32gather_ps): Change __addr type to void const*.
10369 (_mm512_mask_i32gather_ps): Ditto.
10370 (_mm512_i32gather_pd): Ditto.
10371 (_mm512_mask_i32gather_pd): Ditto.
10372 (_mm512_i64gather_ps): Ditto.
10373 (_mm512_mask_i64gather_ps): Ditto.
10374 (_mm512_i64gather_pd): Ditto.
10375 (_mm512_mask_i64gather_pd): Ditto.
10376 (_mm512_i32gather_epi32): Ditto.
10377 (_mm512_mask_i32gather_epi32): Ditto.
10378 (_mm512_i32gather_epi64): Ditto.
10379 (_mm512_mask_i32gather_epi64): Ditto.
10380 (_mm512_i64gather_epi32): Ditto.
10381 (_mm512_mask_i64gather_epi32): Ditto.
10382 (_mm512_i64gather_epi64): Ditto.
10383 (_mm512_mask_i64gather_epi64): Ditto.
10384 (_mm512_i32scatter_ps): Change __addr type to void*.
10385 (_mm512_mask_i32scatter_ps): Ditto.
10386 (_mm512_i32scatter_pd): Ditto.
10387 (_mm512_mask_i32scatter_pd): Ditto.
10388 (_mm512_i64scatter_ps): Ditto.
10389 (_mm512_mask_i64scatter_ps): Ditto.
10390 (_mm512_i64scatter_pd): Ditto.
10391 (_mm512_mask_i64scatter_pd): Ditto.
10392 (_mm512_i32scatter_epi32): Ditto.
10393 (_mm512_mask_i32scatter_epi32): Ditto.
10394 (_mm512_i32scatter_epi64): Ditto.
10395 (_mm512_mask_i32scatter_epi64): Ditto.
10396 (_mm512_i64scatter_epi32): Ditto.
10397 (_mm512_mask_i64scatter_epi32): Ditto.
10398 (_mm512_i64scatter_epi64): Ditto.
10399 (_mm512_mask_i64scatter_epi64): Ditto.
10400 * config/i386/avx512pfintrin.h
10401 (_mm512_mask_prefetch_i32gather_pd): Change __addr type to void const*.
10402 (_mm512_mask_prefetch_i32gather_ps): Ditto.
10403 (_mm512_mask_prefetch_i64gather_pd): Ditto.
10404 (_mm512_mask_prefetch_i64gather_ps): Ditto.
10405 (_mm512_prefetch_i32scatter_pd): Change __addr type to void*.
10406 (_mm512_prefetch_i32scatter_ps): Ditto.
10407 (_mm512_mask_prefetch_i32scatter_pd): Ditto.
10408 (_mm512_mask_prefetch_i32scatter_ps): Ditto.
10409 (_mm512_prefetch_i64scatter_pd): Ditto.
10410 (_mm512_prefetch_i64scatter_ps): Ditto.
10411 (_mm512_mask_prefetch_i64scatter_pd): Ditto.
10412 (_mm512_mask_prefetch_i64scatter_ps): Ditto.
10413 * config/i386/avx512vlintrin.h
10414 (_mm256_mmask_i32gather_ps): Change __addr type to void const*.
10415 (_mm_mmask_i32gather_ps): Ditto.
10416 (_mm256_mmask_i32gather_pd): Ditto.
10417 (_mm_mmask_i32gather_pd): Ditto.
10418 (_mm256_mmask_i64gather_ps): Ditto.
10419 (_mm_mmask_i64gather_ps): Ditto.
10420 (_mm256_mmask_i64gather_pd): Ditto.
10421 (_mm_mmask_i64gather_pd): Ditto.
10422 (_mm256_mmask_i32gather_epi32): Ditto.
10423 (_mm_mmask_i32gather_epi32): Ditto.
10424 (_mm256_mmask_i32gather_epi64): Ditto.
10425 (_mm_mmask_i32gather_epi64): Ditto.
10426 (_mm256_mmask_i64gather_epi32): Ditto.
10427 (_mm_mmask_i64gather_epi32): Ditto.
10428 (_mm256_mmask_i64gather_epi64): Ditto.
10429 (_mm_mmask_i64gather_epi64): Ditto.
10430 (_mm256_i32scatter_ps): Change __addr type to void*.
10431 (_mm256_mask_i32scatter_ps): Ditto.
10432 (_mm_i32scatter_ps): Ditto.
10433 (_mm_mask_i32scatter_ps): Ditto.
10434 (_mm256_i32scatter_pd): Ditto.
10435 (_mm256_mask_i32scatter_pd): Ditto.
10436 (_mm_i32scatter_pd): Ditto.
10437 (_mm_mask_i32scatter_pd): Ditto.
10438 (_mm256_i64scatter_ps): Ditto.
10439 (_mm256_mask_i64scatter_ps): Ditto.
10440 (_mm_i64scatter_ps): Ditto.
10441 (_mm_mask_i64scatter_ps): Ditto.
10442 (_mm256_i64scatter_pd): Ditto.
10443 (_mm256_mask_i64scatter_pd): Ditto.
10444 (_mm_i64scatter_pd): Ditto.
10445 (_mm_mask_i64scatter_pd): Ditto.
10446 (_mm256_i32scatter_epi32): Ditto.
10447 (_mm256_mask_i32scatter_epi32): Ditto.
10448 (_mm_i32scatter_epi32): Ditto.
10449 (_mm_mask_i32scatter_epi32): Ditto.
10450 (_mm256_i32scatter_epi64): Ditto.
10451 (_mm256_mask_i32scatter_epi64): Ditto.
10452 (_mm_i32scatter_epi64): Ditto.
10453 (_mm_mask_i32scatter_epi64): Ditto.
10454 (_mm256_i64scatter_epi32): Ditto.
10455 (_mm256_mask_i64scatter_epi32): Ditto.
10456 (_mm_i64scatter_epi32): Ditto.
10457 (_mm_mask_i64scatter_epi32): Ditto.
10458 (_mm256_i64scatter_epi64): Ditto.
10459 (_mm256_mask_i64scatter_epi64): Ditto.
10460 (_mm_i64scatter_epi64): Ditto.
10461 (_mm_mask_i64scatter_epi64): Ditto.
10462 * config/i386/i386-builtin-types.def (V16SF_V16SF_PCFLOAT_V16SI_HI_INT)
10463 (V8DF_V8DF_PCDOUBLE_V8SI_QI_INT, V8SF_V8SF_PCFLOAT_V8DI_QI_INT)
10464 (V8DF_V8DF_PCDOUBLE_V8DI_QI_INT, V16SI_V16SI_PCINT_V16SI_HI_INT)
10465 (V8DI_V8DI_PCINT64_V8SI_QI_INT, V8SI_V8SI_PCINT_V8DI_QI_INT)
10466 (V8DI_V8DI_PCINT64_V8DI_QI_INT, V2DF_V2DF_PCDOUBLE_V4SI_QI_INT)
10467 (V4DF_V4DF_PCDOUBLE_V4SI_QI_INT, V2DF_V2DF_PCDOUBLE_V2DI_QI_INT)
10468 (V4DF_V4DF_PCDOUBLE_V4DI_QI_INT, V4SF_V4SF_PCFLOAT_V4SI_QI_INT)
10469 (V8SF_V8SF_PCFLOAT_V8SI_QI_INT, V4SF_V4SF_PCFLOAT_V2DI_QI_INT)
10470 (V4SF_V4SF_PCFLOAT_V4DI_QI_INT, V2DI_V2DI_PCINT64_V4SI_QI_INT)
10471 (V4DI_V4DI_PCINT64_V4SI_QI_INT, V2DI_V2DI_PCINT64_V2DI_QI_INT)
10472 (V4DI_V4DI_PCINT64_V4DI_QI_INT, V4SI_V4SI_PCINT_V4SI_QI_INT)
10473 (V8SI_V8SI_PCINT_V8SI_QI_INT, V4SI_V4SI_PCINT_V2DI_QI_INT)
10474 (V4SI_V4SI_PCINT_V4DI_QI_INT, VOID_PFLOAT_HI_V16SI_V16SF_INT)
10475 (VOID_PFLOAT_QI_V8SI_V8SF_INT, VOID_PFLOAT_QI_V4SI_V4SF_INT)
10476 (VOID_PDOUBLE_QI_V8SI_V8DF_INT, VOID_PDOUBLE_QI_V4SI_V4DF_INT)
10477 (VOID_PDOUBLE_QI_V4SI_V2DF_INT, VOID_PFLOAT_QI_V8DI_V8SF_INT)
10478 (VOID_PFLOAT_QI_V4DI_V4SF_INT, VOID_PFLOAT_QI_V2DI_V4SF_INT)
10479 (VOID_PDOUBLE_QI_V8DI_V8DF_INT, VOID_PDOUBLE_QI_V4DI_V4DF_INT)
10480 (VOID_PDOUBLE_QI_V2DI_V2DF_INT, VOID_PINT_HI_V16SI_V16SI_INT)
10481 (VOID_PINT_QI_V8SI_V8SI_INT, VOID_PINT_QI_V4SI_V4SI_INT)
10482 (VOID_PLONGLONG_QI_V8SI_V8DI_INT, VOID_PLONGLONG_QI_V4SI_V4DI_INT)
10483 (VOID_PLONGLONG_QI_V4SI_V2DI_INT, VOID_PINT_QI_V8DI_V8SI_INT)
10484 (VOID_PINT_QI_V4DI_V4SI_INT, VOID_PINT_QI_V2DI_V4SI_INT)
10485 (VOID_PLONGLONG_QI_V8DI_V8DI_INT, VOID_QI_V8SI_PCINT64_INT_INT)
10486 (VOID_PLONGLONG_QI_V4DI_V4DI_INT, VOID_PLONGLONG_QI_V2DI_V2DI_INT)
10487 (VOID_HI_V16SI_PCINT_INT_INT, VOID_QI_V8DI_PCINT64_INT_INT)
10488 (VOID_QI_V8DI_PCINT_INT_INT): Remove.
10489 (V16SF_V16SF_PCVOID_V16SI_HI_INT, V8DF_V8DF_PCVOID_V8SI_QI_INT)
10490 (V8SF_V8SF_PCVOID_V8DI_QI_INT, V8DF_V8DF_PCVOID_V8DI_QI_INT)
10491 (V16SI_V16SI_PCVOID_V16SI_HI_INT, V8DI_V8DI_PCVOID_V8SI_QI_INT)
10492 (V8SI_V8SI_PCVOID_V8DI_QI_INT, V8DI_V8DI_PCVOID_V8DI_QI_INT)
10493 (VOID_PVOID_HI_V16SI_V16SF_INT, VOID_PVOID_QI_V8SI_V8DF_INT)
10494 (VOID_PVOID_QI_V8DI_V8SF_INT, VOID_PVOID_QI_V8DI_V8DF_INT)
10495 (VOID_PVOID_HI_V16SI_V16SI_INT, VOID_PVOID_QI_V8SI_V8DI_INT)
10496 (VOID_PVOID_QI_V8DI_V8SI_INT, VOID_PVOID_QI_V8DI_V8DI_INT)
10497 (V2DF_V2DF_PCVOID_V4SI_QI_INT, V4DF_V4DF_PCVOID_V4SI_QI_INT)
10498 (V2DF_V2DF_PCVOID_V2DI_QI_INT, V4DF_V4DF_PCVOID_V4DI_QI_INT
10499 (V4SF_V4SF_PCVOID_V4SI_QI_INT, V8SF_V8SF_PCVOID_V8SI_QI_INT)
10500 (V4SF_V4SF_PCVOID_V2DI_QI_INT, V4SF_V4SF_PCVOID_V4DI_QI_INT)
10501 (V2DI_V2DI_PCVOID_V4SI_QI_INT, V4DI_V4DI_PCVOID_V4SI_QI_INT)
10502 (V2DI_V2DI_PCVOID_V2DI_QI_INT, V4DI_V4DI_PCVOID_V4DI_QI_INT)
10503 (V4SI_V4SI_PCVOID_V4SI_QI_INT, V8SI_V8SI_PCVOID_V8SI_QI_INT)
10504 (V4SI_V4SI_PCVOID_V2DI_QI_INT, V4SI_V4SI_PCVOID_V4DI_QI_INT)
10505 (VOID_PVOID_QI_V8SI_V8SF_INT, VOID_PVOID_QI_V4SI_V4SF_INT)
10506 (VOID_PVOID_QI_V4SI_V4DF_INT, VOID_PVOID_QI_V4SI_V2DF_INT)
10507 (VOID_PVOID_QI_V4DI_V4SF_INT, VOID_PVOID_QI_V2DI_V4SF_INT)
10508 (VOID_PVOID_QI_V4DI_V4DF_INT, VOID_PVOID_QI_V2DI_V2DF_INT)
10509 (VOID_PVOID_QI_V8SI_V8SI_INT, VOID_PVOID_QI_V4SI_V4SI_INT)
10510 (VOID_PVOID_QI_V4SI_V4DI_INT, VOID_PVOID_QI_V4SI_V2DI_INT)
10511 (VOID_PVOID_QI_V4DI_V4SI_INT, VOID_PVOID_QI_V2DI_V4SI_INT)
10512 (VOID_PVOID_QI_V4DI_V4DI_INT, VOID_PVOID_QI_V2DI_V2DI_INT)
10513 (VOID_QI_V8SI_PCVOID_INT_INT, VOID_HI_V16SI_PCVOID_INT_INT)
10514 (VOID_QI_V8DI_PCVOID_INT_INT): Add.
10515 * config/i386/i386.c (ix86_init_mmx_sse_builtins): Adjust builtin
10516 definitions accordingly.
10517
10518 2017-01-17 Kito Cheng <kito.cheng@gmail.com>
10519 Kuan-Lin Chen <kuanlinchentw@gmail.com>
10520
10521 PR target/79079
10522 * internal-fn.c (expand_mul_overflow): Use convert_modes instead of
10523 gen_lowpart.
10524
10525 2017-01-17 Vladimir Makarov <vmakarov@redhat.com>
10526
10527 PR target/79058
10528 * ira-conflicts.c (ira_build_conflicts): Update total conflict
10529 hard regs for inner regno.
10530
10531 2017-01-17 Martin Liska <mliska@suse.cz>
10532
10533 PR ipa/71207
10534 * ipa-polymorphic-call.c (contains_type_p): Fix wrong
10535 assumption and add comment.
10536
10537 2017-01-17 Nathan Sidwell <nathan@acm.org>
10538
10539 * ipa-visibility.c (localize_node): New function, broken out of ...
10540 (function_and_variable_visibility): ... here. Call it.
10541
10542 2017-01-17 Jan Hubicka <hubicka@ucw.cz>
10543
10544 PR middle-end/77445
10545 * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges):
10546 correctly set frequency of oudgoing edge.
10547 (duplicate_thread_path): Fix profile updating.
10548
10549 2017-01-17 Jakub Jelinek <jakub@redhat.com>
10550
10551 PR other/79046
10552 * configure.ac: Add GCC_BASE_VER.
10553 * Makefile.in (version): Use @get_gcc_base_ver@ instead of cat to get
10554 version from BASE-VER file.
10555 (CFLAGS-gcc.o): Add -DBASEVER=$(BASEVER_s).
10556 (gcc.o): Depend on $(BASEVER).
10557 * common.opt (dumpfullversion): New option.
10558 * gcc.c (driver_handle_option): Handle OPT_dumpfullversion.
10559 * doc/invoke.texi: Document -dumpfullversion.
10560 * doc/install.texi: Document --with-gcc-major-version-only.
10561 * configure: Regenerated.
10562
10563 2017-01-17 Richard Biener <rguenther@suse.de>
10564
10565 PR tree-optimization/71433
10566 * tree-vrp.c (register_new_assert_for): Merge same asserts
10567 on all incoming edges.
10568 (process_assert_insertions_for): Handle insertions at the
10569 beginning of BBs.
10570
10571 2017-01-17 Gerald Pfeifer <gerald@pfeifer.com>
10572
10573 * config/i386/cygwin.h (LIBGCJ_SONAME): Remove.
10574 * config/i386/mingw32.h (LIBGCJ_SONAME): Remove.
10575
10576 2017-01-17 Kaz Kojima <kkojima@gcc.gnu.org>
10577
10578 PR target/78633
10579 * config/sh/sh.md (cmpeqsi_t+1): Call copy_rtx to avoid invalid
10580 RTL sharing.
10581
10582 2017-01-17 Alan Modra <amodra@gmail.com>
10583
10584 PR target/79066
10585 * config/rs6000/rs6000.md (elf_high, elf_low): Disable when pic.
10586 * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Don't allow
10587 symbolic stack limit when pic.
10588
10589 2017-01-16 Martin Sebor <msebor@redhat.com>
10590
10591 PR tree-optimization/78608
10592 * gimple-ssa-sprintf.c (tree_digits): Avoid negating TYPE_MIN.
10593
10594 2017-01-16 Jeff Law <law@redhat.com>
10595
10596 Revert:
10597 2016-12-02 Tadek Kijkowski <tkijkowski@gmail.com>
10598 * Makefile.in (PREPROCESSOR_DEFINES): Add a level of indirection
10599 for several include directories that may be relative to sysroot.
10600 * config/i386/x-mingw32 (gplus_includedir): Define.
10601 (gplus_tool_includedir, gplus_backward_include_dir): Likewise.
10602 (native_system_includedir): Likewise.
10603 * config/i386/mingw32.h (STANDARD_STARTFILE_PREFIX_1): Do not
10604 override if TARGET_SYSTEM_ROOT is defined.
10605 (NATIVE_SYSTEM_HEADER_DIR): Likewise.
10606
10607 PR tree-optimization/79090
10608 PR tree-optimization/33562
10609 PR tree-optimization/61912
10610 PR tree-optimization/77485
10611 * tree-ssa-dse.c (compute_trims): Accept STMT argument. Dump STMT
10612 and computed trims into the dump file.
10613
10614 2017-01-17 Uros Bizjak <ubizjak@gmail.com>
10615
10616 * config/i386/i386.h (LIMIT_RELOAD_CLASS): Remove.
10617
10618 2017-01-16 Jakub Jelinek <jakub@redhat.com>
10619
10620 PR c/79089
10621 * gimplify.c (gimplify_init_constructor): If want_value and
10622 object == lhs, unshare lhs to avoid invalid tree sharing. Formatting
10623 fix.
10624
10625 PR target/79080
10626 * loop-doloop.c (doloop_modify): Call unshare_all_rtl_in_chain on
10627 sequence. Formatting fixes.
10628 (doloop_optimize): Formatting fixes.
10629
10630 PR driver/49726
10631 * gcc.c (debug_level_greater_than_spec_func): New function.
10632 (static_spec_functions): Add debug-level-gt spec function.
10633 (ASM_DEBUG_SPEC, cpp_options): Use %:debug-level-gt(0) instead of
10634 !g0.
10635 * config/darwin.h (DSYMUTIL_SPEC, ASM_DEBUG_SPEC): Likewise.
10636 * config/darwin9.h (DSYMUTIL_SPEC, ASM_DEBUG_SPEC): Likewise.
10637 * common.opt (g, gcoff, gdwarf, gdwarf-, ggdb, gno-pubnames,
10638 gpubnames, ggnu-pubnames, gno-record-gcc-switches,
10639 grecord-gcc-switches, gno-strict-dwarf, gstrict-dwarf, gstabs,
10640 gstabs+, gtoggle, gvms, gxcoff, gxcoff+): Add Driver flag.
10641
10642 2017-01-16 Uros Bizjak <ubizjak@gmail.com>
10643
10644 * config/i386/i386.h (HARD_REGNO_CALLER_SAVE_MODE): Apply HImode and
10645 QImode fixups to general and mask registers only.
10646
10647 2017-01-16 Carl Love <cel@us.ibm.com>
10648
10649 * config/rs6000/rs6000-c (altivec_overloaded_builtins): Add support
10650 for built-in functions
10651 vector signed char vec_nabs (vector signed char)
10652 vector signed short vec_nabs (vector signed short)
10653 vector signed int vec_nabs (vector signed int)
10654 vector signed long long vec_nabs (vector signed long long)
10655 vector float vec_nabs (vector float)
10656 vector double vec_nabs (vector double)
10657 * config/rs6000/rs6000-builtin.def: Add definitions for NABS functions
10658 and NABS overload.
10659 * config/rs6000/altivec.md: New define_expand nabs<mode>2 types
10660 * config/rs6000/altivec.h: New define for vec_nabs built-in function.
10661 * doc/extend.texi: Update the documentation file for the new built-in
10662 functions.
10663
10664 2017-01-16 Martin Sebor <msebor@redhat.com>
10665
10666 * gimple-ssa-sprintf.c (format_directive): Correct a typo in a warning
10667 message.
10668
10669 2017-01-16 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
10670
10671 * config/rs6000/rs6000.c (rtx_is_swappable_p): Change
10672 UNSPEC_VSX__XXSPLTD to require special splat handling.
10673
10674 2017-01-16 David Malcolm <dmalcolm@redhat.com>
10675
10676 PR bootstrap/78616
10677 * system.h: Poison strndup.
10678
10679 2017-01-16 Alan Modra <amodra@gmail.com>
10680
10681 PR target/79098
10682 * config/rs6000/rs6000.c (rs6000_legitimate_combined_insn): Don't
10683 use a switch.
10684
10685 2017-01-16 Georg-Johann Lay <avr@gjlay.de>
10686
10687 * config/avr/avr.h (BRANCH_COST) [reload_completed]: Increase by 4.
10688
10689 2017-01-15 Uros Bizjak <ubizjak@gmail.com>
10690
10691 * config/i386/i386.c (ix86_legitimate_combined_insn): Do not
10692 call recog here. Assert that INSN_CODE (insn) is non-negative.
10693
10694 2017-01-15 Segher Boessenkool <segher@kernel.crashing.org>
10695
10696 PR target/72749
10697 * cfgrtl.c (rtl_split_edge): Also patch jump insns that jump to the
10698 fallthrough.
10699 * haifa-sched.c (dump_insn_stream): Don't crash if there is a label
10700 in the currently scheduled RTL fragment.
10701
10702 2017-01-15 Segher Boessenkool <segher@kernel.crashing.org>
10703
10704 PR rtl-optimization/78751
10705 * ifcvt.c (find_cond_trap): If we generated a non-existing insn,
10706 give up.
10707
10708 2017-01-14 Jeff Law <law@redhat.com>
10709
10710 PR tree-optimization/79090
10711 * tree-ssa-dse.c (valid_ao_ref_for_dse): Reject zero length and
10712 variable length stores.
10713 (compute_trims): Delete dead assignment to *trim_tail.
10714 (dse_dom_walker::dse_optimize_stmt): Optimize mem* calls with
10715 zero length.
10716
10717 2017-01-14 Bernd Schmidt <bschmidt@redhat.com>
10718
10719 PR rtl-optimization/78626
10720 PR rtl-optimization/78727
10721 * cprop.c (one_cprop_pass): Collect unconditional traps in the middle
10722 of a block, and split such blocks after everything else is finished.
10723
10724 2017-01-14 Alan Modra <amodra@gmail.com>
10725
10726 PR target/72749
10727 * combine.c (recog_for_combine_1): Set INSN_CODE before calling
10728 target legitimate_combined_insn.
10729 * config/rs6000/rs6000.c (TARGET_LEGITIMATE_COMBINED_INSN): Define.
10730 (rs6000_legitimate_combined_insn): New function.
10731 * config/rs6000/rs6000.md (UNSPEC_DOLOOP): Delete, and remove
10732 all uses.
10733 (ctr<mode>_internal3): Rename from *ctr<mode>_internal5.
10734 (ctr<mode>_internal4): Rename from *ctr<mode>_internal6.
10735 (ctr<mode>_internal1, ctr<mode>_internal2): Remove '*' from name.
10736
10737 2017-01-14 Gerald Pfeifer <gerald@pfeifer.com>
10738
10739 * doc/frontends.texi (G++ and GCC): Remove references to Java.
10740
10741 2017-01-13 Jeff Law <law@redhat.com>
10742
10743 PR tree-optimization/33562
10744 PR tree-optimization/61912
10745 PR tree-optimization/77485
10746 * tree-ssa-dse.c (delete_dead_call): Accept gsi rather than
10747 a statement.
10748 (delete_dead_assignment): Likewise.
10749 (dse_dom_walker::dse_optimize_stmt): Pass in the gsi rather than
10750 statement to delete_dead_call and delete_dead_assignment.
10751
10752 2017-01-13 David Malcolm <dmalcolm@redhat.com>
10753
10754 PR c/78304
10755 * substring-locations.c (format_warning_va): Strengthen case 1 so
10756 that both endpoints of the substring must be within the format
10757 range for just the substring to be printed.
10758
10759 2017-01-13 Uros Bizjak <ubizjak@gmail.com>
10760
10761 * config/i386/i386.opt (msgx): Use ix86_isa_flags2 variable.
10762 * config/i386/i386.c (ix86_target_string): Add missing options
10763 to isa_opts and reorder options by implied ISAs. Rename isa_opts2 to
10764 isa2_opts, ix86_flag_opts to flag2_opts, ix86_target_other to
10765 flags_other and ix86_target_other to flags2_other. Display unknown
10766 isa2 options.
10767 (ix86_valid_target_attribute_inner_p): Add missing options and
10768 reorder options by implied ISAs, as in ix86_target_string.
10769
10770 2017-01-13 Richard Sandiford <richard.sandiford@arm.com>
10771
10772 * hash-table.h (hash_table::too_empty_p): New function.
10773 (hash_table::expand): Use it.
10774 (hash_table::traverse): Likewise.
10775 (hash_table::empty_slot): Use sizeof (value_type) instead of
10776 sizeof (PTR) to convert bytes to elements. Shrink the table
10777 if the current size is excessive for the current number of
10778 elements.
10779
10780 2017-01-13 Richard Sandiford <richard.sandiford@arm.com>
10781
10782 * ira-costs.c (record_reg_classes): Break from the inner loop
10783 early once alt_fail is known to be true. Update outer loop
10784 handling accordingly.
10785
10786 2017-01-13 Jeff Law <law@redhat.com>
10787
10788 * tree-ssa-dse.c (decrement_count): New function.
10789 (increment_start_addr, maybe_trim_memstar_call): Likewise.
10790 (dse_dom_walker::optimize_stmt): Call maybe_trim_memstar_call directly
10791 when we know the partially dead statement is a mem* function.
10792
10793 PR tree-optimization/61912
10794 PR tree-optimization/77485
10795 * tree-ssa-dse.c: Include expr.h.
10796 (maybe_trim_constructor_store): New function.
10797 (maybe_trim_partially_dead_store): Call maybe_trim_constructor_store.
10798
10799 PR tree-optimization/33562
10800 PR tree-optimization/61912
10801 PR tree-optimization/77485
10802 * doc/invoke.texi: Document new dse-max-object-size param.
10803 * params.def (PARM_DSE_MAX_OBJECT_SIZE): New PARAM.
10804 * tree-ssa-dse.c: Include params.h.
10805 (dse_store_status): New enum.
10806 (initialize_ao_ref_for_dse): New, partially extracted from
10807 dse_optimize_stmt.
10808 (valid_ao_ref_for_dse, normalize_ref): New.
10809 (setup_live_bytes_from_ref, compute_trims): Likewise.
10810 (clear_bytes_written_by, maybe_trim_complex_store): Likewise.
10811 (maybe_trim_partially_dead_store): Likewise.
10812 (maybe_trim_complex_store): Likewise.
10813 (dse_classify_store): Renamed from dse_possibly_dead_store_p.
10814 Track what bytes live from the original store. Return tri-state
10815 for dead, partially dead or live.
10816 (dse_dom_walker): Add constructor, destructor and new private members.
10817 (delete_dead_call, delete_dead_assignment): New extracted from
10818 dse_optimize_stmt.
10819 (dse_optimize_stmt): Make a member of dse_dom_walker.
10820 Use initialize_ao_ref_for_dse.
10821
10822 PR tree-optimization/33562
10823 PR tree-optimization/61912
10824 PR tree-optimization/77485
10825 * sbitmap.h (bitmap_count_bits): Prototype.
10826 (bitmap_clear_range, bitmap_set_range): Likewise.
10827 * sbitmap.c (bitmap_clear_range): New function.
10828 (bitmap_set_range, sbitmap_popcount, bitmap_count_bits): Likewise.
10829
10830 2017-01-13 Martin Liska <mliska@suse.cz>
10831
10832 PR ipa/79043
10833 * function.c (set_cfun): Add new argument force.
10834 * function.h (set_cfun): Likewise.
10835 * ipa-inline-transform.c (inline_call): Use the function when
10836 strict alising from is dropped for function we inline to.
10837
10838 2017-01-13 Richard Biener <rguenther@suse.de>
10839
10840 * tree-pretty-print.c (dump_generic_node): Fix inverted condition
10841 for dumping GIMPLE INTEGER_CSTs.
10842
10843 2017-01-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10844
10845 * config/sol2.h (TARGET_OS_CPP_BUILTINS): Define __STDC_VERSION__
10846 to 201112L since C++17.
10847
10848 2017-01-13 Maxim Ostapenko <m.ostapenko@samsung.com>
10849
10850 PR sanitizer/78887
10851 * asan.c (asan_needs_odr_indicator_p): Don't emit ODR indicators
10852 if -fsanitize=kernel-address is present.
10853
10854 2017-01-13 Richard Biener <rguenther@suse.de>
10855
10856 * tree-pretty-print.c (dump_generic_node): Dump INTEGER_CSTs
10857 as _Literal ( type ) number in case usual suffixes do not
10858 preserve all information.
10859
10860 2017-01-13 Richard Biener <rguenther@suse.de>
10861
10862 PR tree-optimization/77283
10863 * gimple-ssa-split-paths.c: Include gimple-ssa.h, tree-phinodes.h
10864 and ssa-iterators.h.
10865 (is_feasible_trace): Implement a cost model based on joiner
10866 PHI node uses.
10867
10868 2017-01-12 Michael Meissner <meissner@linux.vnet.ibm.com>
10869
10870 PR target/79004
10871 * config/rs6000/rs6000.md (FP_ISA3): Do not optimize converting
10872 char or short to __float128/_Float128 directly.
10873
10874 2017-01-12 Martin Sebor <msebor@redhat.com>
10875
10876 to -Wformat-overflow.
10877 * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Adjust.
10878 (min_bytes_remaining): Same.
10879 (get_string_length): Same.
10880 (format_string): Same.
10881 (format_directive): Same.
10882 (add_bytes): Same.
10883 (pass_sprintf_length::handle_gimple_call): Same.
10884
10885 2017-01-12 Jakub Jelinek <jakub@redhat.com>
10886
10887 * gimple-ssa-sprintf.c (try_substitute_return_value): Remove
10888 info.nowrite calls with no lhs that can't throw. Return bool
10889 whether gsi_remove has been called or not.
10890 (pass_sprintf_length::handle_gimple_call): Return bool whether
10891 try_substitute_return_value called gsi_remove. Formatting fix.
10892 (pass_sprintf_length::execute): Don't use gsi_remove if
10893 handle_gimple_call returned true.
10894
10895 PR bootstrap/79069
10896 * cfgrtl.c (rtl_tidy_fallthru_edge): For any_uncondjump_p that can't
10897 be removed due to side-effects, don't remove following barrier nor
10898 turn the successor edge into fallthru edge.
10899
10900 2017-01-12 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
10901
10902 PR target/79044
10903 * config/rs6000/rs6000.c (insn_is_swappable_p): Mark
10904 element-reversing loads and stores as not swappable.
10905
10906 2017-01-12 Nathan Sidwell <nathan@acm.org>
10907 Nicolai Stange <nicstange@gmail.com>
10908
10909 * combine.c (try_combine): Don't ignore result of overlap checking
10910 loop. Combine overlap & asm check into single loop.
10911
10912 2017-01-12 Richard Biener <rguenther@suse.de>
10913
10914 * tree-pretty-print.c (dump_generic_node): Provide -gimple
10915 variant for MEM_REF. Sanitize INTEGER_CST for -gimple.
10916
10917 2017-01-12 Richard Biener <rguenther@suse.de>
10918
10919 * tree.c (initialize_tree_contains_struct): Make TS_OPTIMIZATION
10920 and TS_TARGET_OPTION directly derive from TS_BASE.
10921 * tree-core.h (tree_optimization_option): Derive from tree_base.
10922 (tree_target_option): Likewise.
10923
10924 2017-01-11 Uros Bizjak <ubizjak@gmail.com>
10925
10926 * config/i386/i386.c (memory_address_length): Increase len
10927 only when rip_relative_addr_p returns false.
10928
10929 2017-01-11 Julia Koval <julia.koval@intel.com>
10930
10931 * common/config/i386/i386-common.c (OPTION_MASK_ISA_SGX_UNSET): New.
10932 (OPTION_MASK_ISA_SGX_SET): New.
10933 (ix86_handle_option): Handle OPT_msgx.
10934 * config.gcc: Added sgxintrin.h.
10935 * config/i386/driver-i386.c (host_detect_local_cpu): Detect sgx.
10936 * config/i386/i386-c.c (ix86_target_macros_internal): Define __SGX__.
10937 * config/i386/i386.c (ix86_target_string): Add -msgx.
10938 (PTA_SGX): New.
10939 (ix86_option_override_internal): Handle new options.
10940 (ix86_valid_target_attribute_inner_p): Add sgx.
10941 * config/i386/i386.h (TARGET_SGX, TARGET_SGX_P): New.
10942 * config/i386/i386.opt: Add msgx.
10943 * config/i386/sgxintrin.h: New file.
10944 * config/i386/x86intrin.h: Add sgxintrin.h.
10945
10946 2017-01-11 Jakub Jelinek <jakub@redhat.com>
10947
10948 PR c++/71537
10949 * fold-const.c (maybe_nonzero_address): Return 1 for function
10950 local objects.
10951 (tree_single_nonzero_warnv_p): Don't handle function local objects
10952 here.
10953
10954 PR c++/72813
10955 * gcc.c (default_compilers): Don't add -o %g.s for -S -save-temps
10956 of c-header.
10957
10958 2017-01-11 David Malcolm <dmalcolm@redhat.com>
10959
10960 PR driver/78877
10961 * opts.c: Include "spellcheck.h"
10962 (struct string_fragment): New struct.
10963 (struct edit_distance_traits<const string_fragment &>): New
10964 struct.
10965 (get_closest_sanitizer_option): New function.
10966 (parse_sanitizer_options): Offer suggestions for unrecognized arguments.
10967
10968 2017-01-11 Jakub Jelinek <jakub@redhat.com>
10969
10970 * dwarf2out.c (DWARF_COMPILE_UNIT_HEADER_SIZE): For DWARF5 decrease
10971 by 12.
10972 (DWARF_COMDAT_TYPE_UNIT_HEADER_SIZE): Always
10973 DWARF_COMPILE_UNIT_HEADER_SIZE plus 12.
10974 (DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE): Define.
10975 (calc_base_type_die_sizes): Use DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE
10976 for initial die_offset if dwarf_split_debug_info.
10977 (output_comp_unit): Use DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE for
10978 initial next_die_offset if dwo_id is non-NULL. Don't emit padding
10979 fields.
10980 (output_skeleton_debug_sections): Formatting fix. Use
10981 DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE instead of
10982 DWARF_COMPILE_UNIT_HEADER_SIZE. Don't emit padding.
10983
10984 2017-01-11 Wilco Dijkstra <wdijkstr@arm.com>
10985
10986 * config/arm/cortex-a53.md: Add bypasses for
10987 cortex_a53_r2f_cvt.
10988 (cortex_a53_r2f): Only use for transfers.
10989 (cortex_a53_f2r): Likewise.
10990 (cortex_a53_r2f_cvt): Add reservation for conversions.
10991 (cortex_a53_f2r_cvt): Likewise.
10992
10993 2017-01-11 Tamar Christina <tamar.christina@arm.com>
10994
10995 * config/arm/arm_neon.h: Add __artificial__ and gnu_inline
10996 to all inlined functions, change static to extern.
10997
10998 2017-01-11 Christophe Lyon <christophe.lyon@linaro.org>
10999
11000 PR target/78253
11001 * config/arm/arm.c (legitimize_pic_address): Handle reference to
11002 weak symbol.
11003 (arm_assemble_integer): Likewise.
11004
11005 2017-01-11 Richard Earnshaw <rearnsha@arm.com>
11006
11007 * config.gcc: Use new awk script to check CPU, FPU and architecture
11008 parameters for --with-... options.
11009 * config/arm/parsecpu.awk: New file
11010 * config/arm/arm-cpus.in: New file.
11011 * config/arm/arm-opts.h: Include arm-cpu.h instead of processing .def
11012 files.
11013 * config/arm/arm.c: Include arm-cpu-data.h instead of processing .def
11014 files.
11015 * config/arm/t-arm: Update dependency rules.
11016 * common/config/arm/arm-common.c: Include arm-cpu-cdata.h instead
11017 of processing .def files.
11018 * config/arm/genopt.sh: Deleted.
11019 * config/arm/gentune.sh: Deleted.
11020 * config/arm/arm-cores.def: Deleted.
11021 * config/arm/arm-arches.def: Deleted.
11022 * config/arm/arm-fpus.def: Deleted.
11023 * config/arm/arm-tune.md: Regenerated.
11024 * config/arm/arm-tables.opt: Regenerated.
11025 * config/arm/arm-cpu.h: New generated file.
11026 * config/arm/arm-cpu-data.h: New generated file.
11027 * config/arm/arm-cpu-cdata.h: New generated file.
11028
11029 2017-01-11 Maxim Ostapenko <m.ostapenko@samsung.com>
11030
11031 PR lto/79042
11032 * lto-cgraph.c (lto_output_varpool_node): Pack dynamically_initialized
11033 bit.
11034 (input_varpool_node): Unpack dynamically_initialized bit.
11035
11036 2017-01-11 Eric Botcazou <ebotcazou@adacore.com>
11037
11038 PR rtl-optimization/79032
11039 * lra-constraints.c (simplify_operand_subreg): In the MEM case, test
11040 the alignment of the adjusted memory reference against that of MODE,
11041 instead of the alignment of the original memory reference.
11042
11043 2017-01-11 Martin Jambor <mjambor@suse.cz>
11044
11045 * hsa.c (hsa_callable_function_p): Revert addition of DECL_ARTIFICIAL
11046 test.
11047 * ipa-hsa.c (process_hsa_functions): Only duplicate non-artificial
11048 decorated functions.
11049
11050 2017-01-11 Richard Biener <rguenther@suse.de>
11051
11052 * tree-vrp.c (evrp_dom_walker::before_dom_children): Also
11053 set range/nonnull info for PHI results. Do not set it on
11054 stmts marked for removal.
11055
11056 2017-01-10 Eric Botcazou <ebotcazou@adacore.com>
11057
11058 * expr.c (store_field): In the bitfield case, fetch the return value
11059 from the registers before applying a single big-endian adjustment.
11060 Always do a final load for a BLKmode value not larger than a word.
11061
11062 2017-01-10 David Malcolm <dmalcolm@redhat.com>
11063
11064 PR c++/77949
11065 * input.c (selftest::test_accessing_ordinary_linemaps): Verify
11066 that we correctly handle column numbers greater than
11067 LINE_MAP_MAX_COLUMN_NUMBER.
11068
11069 2017-01-10 Martin Sebor <msebor@redhat.com>
11070
11071 PR middle-end/78245
11072 * gimple-ssa-sprintf.c (get_destination_size): Call
11073 {init,fini}object_sizes.
11074 * tree-object-size.c (addr_object_size): Adjust.
11075 (pass_through_call): Adjust.
11076 (pass_object_sizes::execute): Adjust.
11077 * tree-object-size.h (fini_object_sizes): Declare.
11078
11079 2017-01-10 Martin Sebor <msebor@redhat.com>
11080
11081 PR tree-optimization/78775
11082 * builtins.c (get_size_range): Move...
11083 * calls.c: ...to here.
11084 (alloc_max_size): Accept zero argument.
11085 (operand_signed_p): Remove.
11086 (maybe_warn_alloc_args_overflow): Call get_size_range.
11087 * calls.h (get_size_range): Declare.
11088
11089 2017-01-10 Joe Seymour <joe.s@somniumtech.com>
11090
11091 * config/msp430/driver-msp430.c (msp430_mcu_data): Sync with data
11092 from TI's devices.csv file as of September 2016.
11093 * config/msp430/msp430.c (msp430_mcu_data): Likewise.
11094
11095 2017-01-10 Sandra Loosemore <sandra@codesourcery.com>
11096
11097 * doc/extend.texi: Tweak formatting to fix overfull hbox warnings.
11098 * doc/invoke.texi: Likewise.
11099 * doc/md.texi: Likewise.
11100 * doc/objc.texi: Likewise.
11101
11102 2017-01-10 Joshua Conner <joshconner@google.com>
11103
11104 * config/arm/fuchsia-elf.h: New file.
11105 * config/fuchsia.h: New file.
11106 * config.gcc (*-*-fuchsia*): Set native_system_header_dir.
11107 (aarch64*-*-fuchsia*, arm*-*-fuchsia*, x86_64-*-fuchsia*): Add to
11108 targets.
11109 * config.host: (aarch64*-*-fuchsia*, arm*-*-fuchsia*): Add to hosts.
11110
11111 2016-01-10 Richard Biener <rguenther@suse.de>
11112
11113 PR tree-optimization/79034
11114 * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
11115 Propagate out degenerate PHIs in the joiner.
11116
11117 2017-01-10 Martin Liska <mliska@suse.cz>
11118
11119 * ipa-icf.c (sort_sem_items_by_decl_uid): New function.
11120 (sort_congruence_classes_by_decl_uid): Likewise.
11121 (sort_congruence_class_groups_by_decl_uid): Likewise.
11122 (sem_item_optimizer::merge_classes): Sort class, groups in these
11123 classes and members in the groups by DECL_UID of declarations.
11124 This would make merge operations stable.
11125
11126 2017-01-10 Martin Liska <mliska@suse.cz>
11127
11128 * ipa-icf.c (sem_item_optimizer::sem_item_optimizer): Remove
11129 usage of m_classes_vec.
11130 (sem_item_optimizer::~sem_item_optimizer): Likewise.
11131 (sem_item_optimizer::get_group_by_hash): Likewise.
11132 (sem_item_optimizer::subdivide_classes_by_equality): Likewise.
11133 (sem_item_optimizer::subdivide_classes_by_sensitive_refs): Likewise.
11134 (sem_item_optimizer::verify_classes): Likewise.
11135 (sem_item_optimizer::process_cong_reduction): Likewise.
11136 (sem_item_optimizer::dump_cong_classes): Likewise.
11137 (sem_item_optimizer::merge_classes): Likewise.
11138 * ipa-icf.h (congruence_class_hash): Rename from
11139 congruence_class_group_hash. Remove declaration of m_classes_vec.
11140
11141 2017-01-10 Andrew Senkevich <andrew.senkevich@intel.com>
11142
11143 * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX512VPOPCNTDQ_SET,
11144 OPTION_MASK_ISA_AVX512VPOPCNTDQ_UNSET): New.
11145 * config.gcc: Add avx512vpopcntdqintrin.h.
11146 * config/i386/avx512vpopcntdqintrin.h: New.
11147 * config/i386/cpuid.h (bit_AVX512VPOPCNTDQ): New.
11148 * config/i386/i386-builtin-types.def: Add new types.
11149 * config/i386/i386-builtin.def (__builtin_ia32_vpopcountd_v16si,
11150 __builtin_ia32_vpopcountd_v16si_mask, __builtin_ia32_vpopcountq_v8di,
11151 __builtin_ia32_vpopcountq_v8di_mask): New.
11152 * config/i386/i386-c.c (ix86_target_macros_internal): Define
11153 __AVX512VPOPCNTDQ__.
11154 * config/i386/i386.c (ix86_target_string): Add -mavx512vpopcntdq.
11155 (PTA_AVX512VPOPCNTDQ): Define.
11156 * config/i386/i386.h (TARGET_AVX512VPOPCNTDQ,
11157 TARGET_AVX512VPOPCNTDQ_P): Define.
11158 * config/i386/i386.opt: Add mavx512vpopcntdq.
11159 * config/i386/immintrin.h: Include avx512vpopcntdqintrin.h.
11160 * config/i386/sse.md (define_insn "vpopcount<mode><mask_name>"): New.
11161
11162 2017-01-01 Jan Hubicka <hubicka@ucw.cz>
11163
11164 PR middle-end/77484
11165 * predict.def (PRED_CALL): Set to 67.
11166
11167 2017-01-09 Eric Botcazou <ebotcazou@adacore.com>
11168
11169 * expr.c (store_field): In the bitfield case, if the value comes from
11170 a function call and is of an aggregate type returned in registers, do
11171 not modify the field mode; extract the value in all cases if the mode
11172 is BLKmode and the size is not larger than a word.
11173
11174 2017-01-09 Dominique d'Humieres <dominiq@lps.ens.fr>
11175
11176 PR target/71017
11177 * config/i386/cpuid.h: Fix undefined behavior.
11178
11179 2017-01-04 Jeff Law <law@redhat.com>
11180
11181 PR tree-optimization/79007
11182 PR tree-optimization/67955
11183 * tree-ssa-alias.c (same_addr_size_stores_p): Only need to be
11184 conservative for pt.null when flag_non_call_exceptions is on.
11185
11186 2017-01-09 Jakub Jelinek <jakub@redhat.com>
11187
11188 PR translation/79019
11189 PR translation/79020
11190 * params.def (PARAM_INLINE_MIN_SPEEDUP,
11191 PARAM_IPA_CP_SINGLE_CALL_PENALTY,
11192 PARAM_USE_AFTER_SCOPE_DIRECT_EMISSION_THRESHOLD): Fix typos
11193 in descriptions.
11194 * config/avr/avr.opt (maccumulate-args): Likewise.
11195 * config/msp430/msp430.opt (mwarn-mcu): Likewise.
11196 * common.opt (freport-bug): Likewise.
11197 * cif-code.def (CIF_FINAL_ERROR): Likewise.
11198 * doc/invoke.texi (ipa-cp-single-call-penalty): Likewise.
11199 * config/s390/s390.c (s390_invalid_binary_op): Fix spelling in
11200 translatable string.
11201 * config/i386/i386.c (function_value_32): Likewise.
11202 * config/nios2/nios2.c (nios2_valid_target_attribute_rec): Likewise.
11203 * config/msp430/msp430.c (msp430_option_override, msp430_attr):
11204 Likewise.
11205 * config/msp430/driver-msp430.c (msp430_select_hwmult_lib): Likewise.
11206 * common/config/msp430/msp430-common.c (msp430_handle_option):
11207 Likewise.
11208 * symtab.c (symtab_node::verify_base): Likewise.
11209 * opts.c (set_debug_level): Likewise.
11210 * tree.c (verify_type_variant): Likewise. Fix typo in comment.
11211 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
11212 missing whitespace to translatable strings.
11213 * config/avr/avr.md (bswapsi2): Fix typo in comment.
11214 * config/sh/superh.h: Likewise.
11215 * config/i386/xopintrin.h: Likewise.
11216 * config/i386/znver1.md: Likewise.
11217 * config/rs6000/rs6000.c (struct rs6000_opt_mask): Likewise.
11218 * ipa-inline-analysis.c (compute_inline_parameters): Likewise.
11219 * double-int.h (struct double_int): Likewise.
11220 * double-int.c (div_and_round_double): Likewise.
11221 * wide-int.cc: Likewise.
11222 * tree-ssa.c (non_rewritable_mem_ref_base): Likewise.
11223 * tree-ssa-sccvn.c (vn_reference_lookup_3): Likewise.
11224 * cfgcleanup.c (crossjumps_occured): Renamed to ...
11225 (crossjumps_occurred): ... this.
11226 (try_crossjump_bb, try_head_merge_bb, try_optimize_cfg, cleanup_cfg):
11227 Adjust all uses.
11228
11229 PR tree-optimization/78899
11230 * tree-if-conv.c (version_loop_for_if_conversion): Instead of
11231 returning bool return struct loop *, NULL for failure and the new
11232 loop on success.
11233 (versionable_outer_loop_p): Don't version outer loop if it has
11234 dont_vectorized bit set.
11235 (tree_if_conversion): When versioning outer loop, ensure
11236 tree_if_conversion is performed also on the inner loop of the
11237 non-vectorizable outer loop copy.
11238 * tree-vectorizer.c (set_uid_loop_bbs): Formatting fix. Fold
11239 LOOP_VECTORIZED in inner loop of the scalar outer loop and
11240 prevent vectorization of it.
11241 (vectorize_loops): For outer + inner LOOP_VECTORIZED, ensure
11242 the outer loop vectorization of the non-scalar version is attempted
11243 before vectorization of the inner loop in scalar version. If
11244 outer LOOP_VECTORIZED guarded loop is not vectorized, prevent
11245 vectorization of its inner loop.
11246 * tree-vect-loop-manip.c (rename_variables_in_bb): If outer_loop
11247 has 2 inner loops, rename also on edges from bb whose single pred
11248 is outer_loop->header. Fix typo in function comment.
11249
11250 2017-01-09 Martin Sebor <msebor@redhat.com>
11251
11252 PR bootstrap/79033
11253 * asan.c (asan_emit_stack_protection): Increase local buffer size
11254 to avoid snprintf truncation warning.
11255
11256 2017-01-09 Andrew Pinski <apinski@cavium.com>
11257
11258 * config/aarch64/aarch64-cores.def: Add thunderx2t99. Change vulcan
11259 to reference thunderx2t99 for the tuning structure
11260 * config/aarch64/aarch64-cost-tables.h (vulcan_extra_costs):
11261 Rename to ...
11262 (thunderx2t99_extra_costs): This.
11263 * config/aarch64/aarch64-tune.md: Regenerate.
11264 * config/aarch64/aarch64.c (vulcan_addrcost_table): Rename to ...
11265 (vulcan_addrcost_table): This.
11266 (vulcan_regmove_cost): Rename to ...
11267 (thunderx2t99_regmove_cost): This.
11268 (vulcan_vector_cost): Rename to ...
11269 (thunderx2t99_vector_cost): this.
11270 (vulcan_branch_cost): Rename to ...
11271 (thunderx2t99_branch_cost): This.
11272 (vulcan_tunings): Rename to ...
11273 (thunderx2t99_tunings): This and s/vulcan/thunderx2t99 .
11274 * doc/invoke.texi (AARCH64/mtune): Add thunderx2t99.
11275
11276 2017-01-09 Martin Jambor <mjambor@suse.cz>
11277
11278 PR ipa/78365
11279 PR ipa/78599
11280 * ipa-prop.h (ipa_jump_func): Swap positions of vr_known and m_vr.
11281 * ipa-cp.c (ipa_vr_operation_and_type_effects): New function.
11282 (propagate_vr_accross_jump_function): Use the above function for all
11283 value range computations for pass-through jump functions and type
11284 converasion from explicit value range values.
11285 (ipcp_propagate_stage): Do not attempt to deduce types of formal
11286 parameters from TYPE_ARG_TYPES.
11287 * ipa-prop.c (ipa_write_jump_function): Remove trailing whitespace.
11288 (ipa_write_node_info): Stream type of the actual argument.
11289 (ipa_read_node_info): Likewise. Also remove trailing whitespace.
11290
11291 2017-01-09 Martin Liska <mliska@suse.cz>
11292
11293 PR pch/78970
11294 * gcc.c (driver_handle_option): Handle OPT_E and set have_E.
11295 (lookup_compiler): Do not show error message with have_E.
11296
11297 2017-01-09 Jakub Jelinek <jakub@redhat.com>
11298
11299 PR tree-optimization/78938
11300 * tree-vect-stmts.c (vectorizable_condition): For non-masked COND_EXPR
11301 where comp_vectype is VECTOR_BOOLEAN_TYPE_P, use
11302 BIT_{NOT,XOR,AND,IOR}_EXPR on the comparison operands instead of
11303 {EQ,NE,GE,GT,LE,LT}_EXPR directly inside of VEC_COND_EXPR. Formatting
11304 fixes.
11305
11306 2017-01-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11307
11308 * tree-ssa-address.c (gen_addr_rtx): Don't handle index if it
11309 is const0_rtx.
11310
11311 2017-01-09 Richard Biener <rguenther@suse.de>
11312
11313 PR tree-optimization/78997
11314 * tree-vect-slp.c (vect_mask_constant_operand_p): Handle SSA
11315 name condition properly.
11316
11317 2017-01-09 Richard Biener <rguenther@suse.de>
11318
11319 PR debug/79000
11320 * dwarf2out.c (is_cxx): New overload with context.
11321 (is_naming_typedef_decl): Use it.
11322
11323 2017-01-08 Sandra Loosemore <sandra@codesourcery.com>
11324
11325 * invoke.texi (Option Summary): Correct spacing in option lists
11326 and add line breaks to fix over-long lines.
11327
11328 2017-01-08 Sandra Loosemore <sandra@codesourcery.com>
11329
11330 PR middle-end/17660
11331
11332 * extend.texi (Common Variable Attributes): Add xref to GCC
11333 Internals manual to explain mode attribute keywords.
11334
11335 2017-01-08 Sandra Loosemore <sandra@codesourcery.com>
11336
11337 PR other/16519
11338 * doc/invoke.texi (Option Summary): Move -pthread to Linker Options
11339 and Preprocessor Options.
11340 (Options for Linking): Document -pthread here....
11341 (RS/6000 and PowerPC Options): ...not here.
11342 (Solaris 2 Options): ...or here.
11343 * doc/cppopts.texi: Document -pthread.
11344
11345 2017-01-08 Martin Sebor <msebor@redhat.com>
11346
11347 PR middle-end/77708
11348 * doc/invoke.texi (Warning Options): Document -Wformat-truncation.
11349 * gimple-ssa-sprintf.c (call_info::reval_used, call_info::warnopt):
11350 New member functions.
11351 (format_directive): Used them.
11352 (add_bytes): Same.
11353 (pass_sprintf_length::handle_gimple_call): Same.
11354 * graphite-sese-to-poly.c (tree_int_to_gmp): Increase buffer size
11355 to avoid truncation for any argument.
11356 (extract_affine_mul): Same.
11357 * tree.c (get_file_function_name): Same.
11358
11359 2017-01-01 Jan Hubicka <hubicka@ucw.cz>
11360
11361 PR middle-end/77484
11362 * predict.def (PRED_INDIR_CALL): Set to 86.
11363
11364 2017-01-07 Sandra Loosemore <sandra@codesourcery.com>
11365
11366 PR preprocessor/54124
11367 * doc/cppopts.texi: Reformat -d subtable to list the full name
11368 of the options. Add cross-reference to the docs for the general
11369 compiler -d options.
11370 * doc/invoke.texi (Developer Options): Add cross-reference to the
11371 preprocessor-specific -d option documentation.
11372
11373 2017-01-07 Sandra Loosemore <sandra@codesourcery.com>
11374
11375 PR preprocessor/13498
11376 * doc/cpp.texi (Search Path): Rewrite to remove obsolete and
11377 redudant material, and reflect new command-line options.
11378 (System Headers): Likewise.
11379
11380 2017-01-07 Sandra Loosemore <sandra@codesourcery.com>
11381
11382 * doc/cppdiropts.texi: Merge documentation of -I, -iquote,
11383 -isystem, and -idirafter. Copy-edit.
11384 * doc/cppopts.texi: Copy-edit. Remove contradiction about
11385 default for -ftrack-macro-expansion. Delete obsolete and
11386 badly-formatted implementation details about -fdebug-cpp output.
11387 * doc/cppwarnopts.texi: Copy-edit.
11388
11389 2017-01-07 David Malcolm <dmalcolm@redhat.com>
11390
11391 PR c++/72803
11392 * input.c (selftest::test_accessing_ordinary_linemaps): Verify
11393 that the transition from a max line width >= 1<<10 to narrower
11394 lines works correctly.
11395
11396 2017-01-07 Alexandre Oliva <aoliva@redhat.com>
11397
11398 * doc/options.texi (PerFunction): New.
11399 * opt-functions.awk (switch_flags): Map both Optimization and
11400 PerFunction to CL_OPTIMIZATION.
11401 * opth-gen.awk: Test for PerFunction flag along with
11402 Optimization.
11403 * optc-save-gen.awk: Likewise. Introduce var_opt_hash and set
11404 it only when the latter is present. Skip those that don't in
11405 the hash function generator.
11406 * common.opt (fvar-tracking): Mark as PerFunction instead of
11407 Optimization.
11408 (fvar-tracking-assignments): Likewise.
11409 (fvar-tracking-assignments-toggle): Likewise.
11410 (fvar-tracking-uninit): Likewise.
11411
11412 2017-01-07 Jakub Jelinek <jakub@redhat.com>
11413
11414 PR translation/79018
11415 * params.def (PARAM_MAX_STORES_TO_MERGE): Add missing space between
11416 the and store.
11417
11418 2017-01-06 Mikael Pettersson <mikpelinux@gmail.com>
11419
11420 PR target/57583
11421 * config/m68k/m68k.opt (LONG_JUMP_TABLE_OFFSETS): New option.
11422 * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Handle
11423 TARGET_LONG_JUMP_TABLE_OFFSETS.
11424 * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
11425 * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
11426 * config/m68k/m68k.h (CASE_VECTOR_MODE): Likewise.
11427 (ASM_OUTPUT_ADDR_DIFF_ELF): Likewise.
11428 * config/m68k/m68k.md (tablejump expander): Likewise.
11429 (*tablejump_pcrel_hi): Renamed from unnamed insn, reject
11430 TARGET_LONG_JUMP_TABLE_OFFSETS.
11431 (*tablejump_pcrel_si): New insn, handle TARGET_LONG_JUMP_TABLE_OFFSETS.
11432 * doc/invoke.texi (M68K options): Add -mlong-jump-table-offsets.
11433
11434 2017-01-06 Edgar E. Iglesias <edgar.iglesias@xilinx.com>
11435 David Holsgrove <david.holsgrove@xilinx.com>
11436
11437 * common/config/microblaze/microblaze-common.c
11438 (TARGET_EXCEPT_UNWIND_INFO): Remove.
11439 * config/microblaze/microblaze-protos.h (microblaze_eh_return):
11440 New prototype.
11441 * config/microblaze/microblaze.c (microblaze_must_save_register)
11442 (microblaze_expand_epilogue, microblaze_return_addr): Handle
11443 calls_eh_return.
11444 (microblaze_eh_return): New function.
11445 * config/microblaze/microblaze.h (RETURN_ADDR_OFFSET)
11446 (EH_RETURN_DATA_REGNO, MB_EH_STACKADJ_REGNUM)
11447 (EH_RETURN_STACKADJ_RTX, ASM_PREFERRED_EH_DATA_FORMAT): New macros.
11448 * config/microblaze/microblaze.md (eh_return): New pattern.
11449
11450 2017-01-06 Jakub Jelinek <jakub@redhat.com>
11451
11452 * system.h (GCC_DIAGNOSTIC_PUSH_IGNORED, GCC_DIAGNOSTIC_POP,
11453 GCC_DIAGNOSTIC_STRINGIFY): Define.
11454
11455 * read-rtl.c (rtx_reader::read_rtx_code): Avoid -Wsign-compare warning.
11456
11457 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
11458
11459 * config/arm/arm.md (<mcrr>): New.
11460 (<mrrc>): New.
11461 * config/arm/arm.c (arm_arch5te): New.
11462 (arm_option_override): Set arm_arch5te.
11463 (arm_coproc_builtin_available): Add support for mcrr, mcrr2, mrrc
11464 and mrrc2.
11465 * config/arm/arm-builtins.c (MCRR_QUALIFIERS): Define to...
11466 (arm_mcrr_qualifiers): ... this. New.
11467 (MRRC_QUALIFIERS): Define to...
11468 (arm_mrrc_qualifiers): ... this. New.
11469 * config/arm/arm_acle.h (__arm_mcrr, __arm_mcrr2, __arm_mrrc,
11470 __arm_mrrc2): New.
11471 * config/arm/arm_acle_builtins.def (mcrr, mcrr2, mrrc, mrrc2): New.
11472 * config/arm/iterators.md (MCRRI, mcrr, MCRR): New.
11473 (MRRCI, mrrc, MRRC): New.
11474 * config/arm/unspecs.md (VUNSPEC_MCRR, VUNSPEC_MCRR2, VUNSPEC_MRRC,
11475 VUNSPEC_MRRC2): New.
11476
11477 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
11478
11479 * config/arm/arm.md (<mcr>): New.
11480 (<mrc>): New.
11481 * config/arm/arm.c (arm_coproc_builtin_available): Add
11482 support for mcr, mrc, mcr2 and mrc2.
11483 * config/arm/arm-builtins.c (MCR_QUALIFIERS): Define to...
11484 (arm_mcr_qualifiers): ... this. New.
11485 (MRC_QUALIFIERS): Define to ...
11486 (arm_mrc_qualifiers): ... this. New.
11487 (MCR_QUALIFIERS): Define to ...
11488 (arm_mcr_qualifiers): ... this. New.
11489 * config/arm/arm_acle.h (__arm_mcr, __arm_mrc, __arm_mcr2,
11490 __arm_mrc2): New.
11491 * config/arm/arm_acle_builtins.def (mcr, mcr2, mrc, mrc2): New.
11492 * config/arm/iterators.md (MCRI, mcr, MCR, MRCI, mrc, MRC): New.
11493 * config/arm/unspecs.md (VUNSPEC_MCR, VUNSPEC_MCR2, VUNSPEC_MRC,
11494 VUNSPEC_MRC2): New.
11495
11496 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
11497
11498 * config/arm/arm.md (*ldc): New.
11499 (*stc): New.
11500 (<ldc>): New.
11501 (<stc>): New.
11502 * config/arm/arm.c (arm_coproc_builtin_available): Add
11503 support for ldc,ldcl,stc,stcl,ldc2,ldc2l,stc2 and stc2l.
11504 (arm_coproc_ldc_stc_legitimate_address): New.
11505 * config/arm/arm-builtins.c (arm_type_qualifiers): Add
11506 'qualifier_const_pointer'.
11507 (LDC_QUALIFIERS): Define to...
11508 (arm_ldc_qualifiers): ... this. New.
11509 (STC_QUALIFIERS): Define to...
11510 (arm_stc_qualifiers): ... this. New.
11511 * config/arm/arm-protos.h
11512 (arm_coproc_ldc_stc_legitimate_address): New.
11513 * config/arm/arm_acle.h (__arm_ldc, __arm_ldcl, __arm_stc,
11514 __arm_stcl, __arm_ldc2, __arm_ldc2l, __arm_stc2, __arm_stc2l): New.
11515 * config/arm/arm_acle_builtins.def (ldc, ldc2, ldcl, ldc2l, stc,
11516 stc2, stcl, stc2l): New.
11517 * config/arm/constraints.md (Uz): New.
11518 * config/arm/iterators.md (LDCI, STCI, ldc, stc, LDC STC): New.
11519 * config/arm/unspecs.md (VUNSPEC_LDC, VUNSPEC_LDC2, VUNSPEC_LDCL,
11520 VUNSPEC_LDC2L, VUNSPEC_STC, VUNSPEC_STC2, VUNSPEC_STCL,
11521 VUNSPEC_STC2L): New.
11522
11523 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
11524
11525 * config/arm/arm.md (<cdp>): New.
11526 * config/arm/arm.c (neon_const_bounds): Rename this ...
11527 (arm_const_bounds): ... this.
11528 (arm_coproc_builtin_available): New.
11529 * config/arm/arm-builtins.c (SIMD_MAX_BUILTIN_ARGS): Increase.
11530 (arm_type_qualifiers): Add 'qualifier_unsigned_immediate'.
11531 (CDP_QUALIFIERS): Define to...
11532 (arm_cdp_qualifiers): ... this. New.
11533 (void_UP): Define.
11534 (arm_expand_builtin_args): Add case for 6 arguments.
11535 * config/arm/arm-protos.h (neon_const_bounds): Rename this ...
11536 (arm_const_bounds): ... this.
11537 (arm_coproc_builtin_available): New.
11538 * config/arm/arm_acle.h (__arm_cdp): New.
11539 (__arm_cdp2): New.
11540 * config/arm/arm_acle_builtins.def (cdp): New.
11541 (cdp2): New.
11542 * config/arm/iterators.md (CDPI,CDP,cdp): New.
11543 * config/arm/neon.md: Rename all 'neon_const_bounds' to
11544 'arm_const_bounds'.
11545 * config/arm/types.md (coproc): New.
11546 * config/arm/unspecs.md (VUNSPEC_CDP, VUNSPEC_CDP2): New.
11547 * gcc/doc/extend.texi (ACLE): Add a mention of Coprocessor intrinsics.
11548 * gcc/doc/sourcebuild.texi (arm_coproc1_ok, arm_coproc2_ok,
11549 arm_coproc3_ok, arm_coproc4_ok): Document new effective targets.
11550
11551 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
11552
11553 * config/arm/arm-builtins.c (arm_unsigned_binop_qualifiers): New.
11554 (UBINOP_QUALIFIERS): New.
11555 (si_UP): Define.
11556 (acle_builtin_data): New. Change comment.
11557 (arm_builtins): Remove ARM_BUILTIN_CRC32B, ARM_BUILTIN_CRC32H,
11558 ARM_BUILTIN_CRC32W, ARM_BUILTIN_CRC32CB, ARM_BUILTIN_CRC32CH,
11559 ARM_BUILTIN_CRC32CW. Add ARM_BUILTIN_ACLE_BASE and include
11560 arm_acle_builtins.def.
11561 (ARM_BUILTIN_ACLE_PATTERN_START): Define.
11562 (arm_init_acle_builtins): New.
11563 (CRC32_BUILTIN): Remove.
11564 (bdesc_2arg): Remove entries for crc32b, crc32h, crc32w,
11565 crc32cb, crc32ch and crc32cw.
11566 (arm_init_crc32_builtins): Remove.
11567 (arm_init_builtins): Use arm_init_acle_builtins rather
11568 than arm_init_crc32_builtins.
11569 (arm_expand_acle_builtin): New.
11570 (arm_expand_builtin): Use 'arm_expand_acle_builtin'.
11571 * config/arm/arm_acle_builtins.def: New.
11572
11573 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
11574
11575 * config/arm/arm-builtins.c (neon_builtin_datum): Rename to ..
11576 (arm_builtin_datum): ... this.
11577 (arm_init_neon_builtin): Rename to ...
11578 (arm_init_builtin): ... this. Add a new parameters PREFIX
11579 and USE_SIG_IN_NAME.
11580 (arm_init_neon_builtins): Replace 'arm_init_neon_builtin' with
11581 'arm_init_builtin'. Replace type 'neon_builtin_datum' with
11582 'arm_builtin_datum'.
11583 (arm_init_vfp_builtins): Likewise.
11584 (builtin_arg): Rename enum's replacing 'NEON_ARG' with
11585 'ARG_BUILTIN' and add a 'ARG_BUILTIN_NEON_MEMORY.
11586 (arm_expand_neon_args): Rename to ...
11587 (arm_expand_builtin_args): ... this. Rename builtin_arg
11588 enum values and differentiate between ARG_BUILTIN_MEMORY
11589 and ARG_BUILTIN_NEON_MEMORY.
11590 (arm_expand_neon_builtin_1): Rename to ...
11591 (arm_expand_builtin_1): ... this. Rename builtin_arg enum
11592 values, arm_expand_builtin_args and add bool parameter NEON.
11593 (arm_expand_neon_builtin): Use arm_expand_builtin_1.
11594 (arm_expand_vfp_builtin): Likewise.
11595 (NEON_MAX_BUILTIN_ARGS): Remove, it was unused.
11596
11597 2017-01-01 Jan Hubicka <hubicka@ucw.cz>
11598
11599 PR middle-end/77484
11600 * predict.def (PRED_POLYMORPHIC_CALL): Set to 59.
11601 * predict.c (tree_estimate_probability_bb): Reverse direction of
11602 polymorphic call predictor.
11603
11604 2017-01-06 David Malcolm <dmalcolm@redhat.com>
11605
11606 * passes.c (execute_one_pass): Split out pass-skipping logic into...
11607 (determine_pass_name_match): ...this new function and...
11608 (should_skip_pass_p): ...this new function.
11609
11610 2017-01-06 Nathan Sidwell <nathan@acm.org>
11611
11612 * ipa-visibility.c (function_and_variable_visibility): Reformat
11613 comments and long lines. Remove extrneous if.
11614 * symtab.c (symtab_node::make_decl_local): Fix code format.
11615 (symtab_node::set_section_for_node): Fix comment typo.
11616
11617 2017-01-06 Martin Liska <mliska@suse.cz>
11618
11619 PR bootstrap/79003
11620 * lra-constraints.c: Rename invariant to lra_invariant.
11621 * predict.c (set_even_probabilities): Initialize e to NULL.
11622
11623 2017-01-05 Martin Sebor <msebor@redhat.com>
11624
11625 PR tree-optimization/78910
11626 * gimple-ssa-sprintf.c (tree_digits): Add an argument.
11627 (format_integer): Correct off-by-one error in the handling
11628 of precision with negative numbers in signed conversions..
11629
11630 2017-01-05 Eric Botcazou <ebotcazou@adacore.com>
11631
11632 * doc/invoke.texi (C Dialect Options): Adjust -fsso-struct entry.
11633
11634 2017-01-05 Jakub Jelinek <jakub@redhat.com>
11635
11636 PR tree-optimization/71016
11637 * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Pass cond_stmt to
11638 factor_out_conditional_conversion. Formatting fix.
11639 (factor_out_conditional_conversion): Add cond_stmt argument.
11640 If arg1 is INTEGER_CST, punt if new_arg0 is not any operand of
11641 cond_stmt and if arg0_def_stmt is not the only stmt in its bb.
11642 Formatting fix.
11643
11644 2017-01-05 David Malcolm <dmalcolm@redhat.com>
11645
11646 * Makefile.in (OBJS): Add read-md.o, read-rtl.o,
11647 read-rtl-function.o, and selftest-rtl.o.
11648 * config/aarch64/aarch64.c: Include selftest.h and selftest-rtl.h.
11649 (selftest::aarch64_test_loading_full_dump): New function.
11650 (selftest::aarch64_run_selftests): New function.
11651 (TARGET_RUN_TARGET_SELFTESTS): Wire it up to
11652 selftest::aarch64_run_selftests.
11653 * config/i386/i386.c
11654 (selftest::ix86_test_loading_dump_fragment_1): New function.
11655 (selftest::ix86_test_loading_call_insn): New function.
11656 (selftest::ix86_test_loading_full_dump): New function.
11657 (selftest::ix86_test_loading_unspec): New function.
11658 (selftest::ix86_run_selftests): Call the new functions.
11659 * emit-rtl.c (maybe_set_max_label_num): New function.
11660 * emit-rtl.h (maybe_set_max_label_num): New decl.
11661 * function.c (instantiate_decls): Guard call to
11662 instantiate_decls_1 with if (DECL_INITIAL (fndecl)).
11663 * function-tests.c (selftest::verify_three_block_rtl_cfg): Remove
11664 "static".
11665 * gensupport.c (gen_reader::gen_reader): Pass "false"
11666 for new "compact" param of rtx_reader.
11667 * print-rtl.c (rtx_writer::print_rtx_operand): Print "(nil)"
11668 rather than an empty string for NULL strings.
11669 * read-md.c: Potentially include config.h rather than bconfig.h.
11670 Wrap include of errors.h with #ifdef GENERATOR_FILE.
11671 (have_error): New global, copied from errors.c.
11672 (md_reader::read_name): Rename to...
11673 (md_reader::read_name_1): ...this, adding "out_loc" param,
11674 and converting "missing name or number" to returning false, rather
11675 than failing.
11676 (md_reader::read_name): Reimplement in terms of read_name_1.
11677 (md_reader::read_name_or_nil): New function.
11678 (md_reader::read_string): Handle "(nil)" by returning NULL.
11679 (md_reader::md_reader): Add new param "compact".
11680 (md_reader::read_md_files): Wrap with #ifdef GENERATOR_FILE.
11681 (md_reader::read_file): New method.
11682 * read-md.h (md_reader::md_reader): Add new param "compact".
11683 (md_reader::read_file): New method.
11684 (md_reader::is_compact): New accessor.
11685 (md_reader::read_name): Convert return type from void to file_location.
11686 (md_reader::read_name_or_nil): New decl.
11687 (md_reader::read_name_1): New decl.
11688 (md_reader::m_compact): New field.
11689 (noop_reader::noop_reader): Pass "false" for new "compact" param
11690 of rtx_reader.
11691 (rtx_reader::rtx_reader): Add new "compact" param.
11692 (rtx_reader::read_rtx_operand): Make virtual and convert return
11693 type from void to rtx.
11694 (rtx_reader::read_until): New decl.
11695 (rtx_reader::handle_any_trailing_information): New virtual function.
11696 (rtx_reader::postprocess): New virtual function.
11697 (rtx_reader::finalize_string): New virtual function.
11698 (rtx_reader::m_in_call_function_usage): New field.
11699 (rtx_reader::m_reuse_rtx_by_id): New field.
11700 * read-rtl-function.c: New file.
11701 * selftest-rtl.c (selftest::assert_rtx_ptr_eq_at): New function.
11702 * selftest-rtl.h (ASSERT_RTX_PTR_EQ): New macro.
11703 (selftest::verify_three_block_rtl_cfg): New decl.
11704 * read-rtl-function.h: New file.
11705 * read-rtl.c: Potentially include config.h rather than bconfig.h.
11706 For host, include function.h, memmodel.h, and emit-rtl.h.
11707 (one_time_initialization): New function.
11708 (struct compact_insn_name): New struct.
11709 (compact_insn_names): New array.
11710 (find_code): Handle insn codes in compact dumps.
11711 (apply_subst_iterator): Wrap with #ifdef GENERATOR_FILE.
11712 (bind_subst_iter_and_attr): Likewise.
11713 (add_condition_to_string): Likewise.
11714 (add_condition_to_rtx): Likewise.
11715 (apply_attribute_uses): Likewise.
11716 (add_current_iterators): Likewise.
11717 (apply_iterators): Likewise.
11718 (initialize_iterators): Guard usage of apply_subst_iterator with
11719 #ifdef GENERATOR_FILE.
11720 (read_conditions): Wrap with #ifdef GENERATOR_FILE.
11721 (md_reader::read_mapping): Likewise.
11722 (add_define_attr_for_define_subst): Likewise.
11723 (add_define_subst_attr): Likewise.
11724 (read_subst_mapping): Likewise.
11725 (check_code_iterator): Likewise.
11726 (rtx_reader::read_rtx): Likewise. Move one-time initialization
11727 logic to...
11728 (one_time_initialization): New function.
11729 (rtx_reader::read_until): New method.
11730 (read_flags): New function.
11731 (parse_reg_note_name): New function.
11732 (rtx_reader::read_rtx_code): Initialize "iterator" to NULL.
11733 Handle reuse_rtx ids.
11734 Wrap iterator lookup within #ifdef GENERATOR_FILE.
11735 Add parsing support for RTL dumps, mirroring the special-cases in
11736 print_rtx, by calling read_flags, reading REG_NOTE names, INSN_UID
11737 values, and calling handle_any_trailing_information.
11738 (rtx_reader::read_rtx_operand): Convert return type from void
11739 to rtx, returning return_rtx. Handle case 'e'. Call
11740 finalize_string on XSTR and XTMPL fields.
11741 (rtx_reader::read_nested_rtx): Handle dumps in which trailing
11742 "(nil)" values were omitted. Call the postprocess vfunc on the
11743 return_rtx.
11744 (rtx_reader::rtx_reader): Add new "compact" param and pass to base
11745 class ctor. Initialize m_in_call_function_usage. Call
11746 one_time_initialization.
11747 * rtl-tests.c (selftest::test_uncond_jump): Call
11748 set_new_first_and_last_insn.
11749 * rtl.h (read_rtx): Wrap decl with #ifdef GENERATOR_FILE.
11750 * selftest-rtl.c: New file.
11751 * selftest-rtl.h (class selftest::rtl_dump_test): New class.
11752 (selftest::get_insn_by_uid): New decl.
11753 * selftest-run-tests.c (selftest::run_tests): Call
11754 read_rtl_function_c_tests.
11755 * selftest.h (selftest::read_rtl_function_c_tests): New decl.
11756 * tree-dfa.c (ssa_default_def): Return NULL_TREE for rtl function
11757 dumps.
11758
11759 2017-01-05 Uros Bizjak <ubizjak@gmail.com>
11760
11761 * config/i386/i386.md (*testqi_ext_3): No need to handle memory
11762 operands in a special way. Assert that pos+len <= mode precision.
11763
11764 2017-01-05 Jakub Jelinek <jakub@redhat.com>
11765
11766 * common.opt (fvect-cost-model): Remove RejectNegative flag, use
11767 3 argument Alias with unlimited for the negative form.
11768 (fno-vect-cost-model): Removed.
11769
11770 2017-01-05 Martin Liska <mliska@suse.cz>
11771
11772 * hsa-gen.c (gen_hsa_divmod): New function.
11773 (gen_hsa_insn_for_internal_fn_call): Use the function for IFN_DIVMOD.
11774
11775 2017-01-05 Martin Liska <mliska@suse.cz>
11776
11777 PR pch/78970
11778 * gcc.c (lookup_compiler): Reject '-' filename for a precompiled
11779 header.
11780
11781 2017-01-05 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
11782
11783 * config/s390/s390.c (s390_expand_setmem): Unroll the loop for
11784 small constant length operands.
11785
11786 2017-01-05 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
11787
11788 * config/s390/s390.c (s390_expand_setmem): Avoid overlapping bytes
11789 between loop iterations.
11790
11791 2017-01-05 Martin Liska <mliska@suse.cz>
11792
11793 PR sanitizer/78815
11794 * gimplify.c (gimplify_decl_expr): Compare to
11795 asan_poisoned_variables instread of checking flags.
11796 (gimplify_target_expr): Likewise.
11797 (gimplify_expr): Likewise.
11798 (gimplify_function_tree): Conditionally initialize
11799 asan_poisoned_variables.
11800
11801 2017-01-04 Jeff Law <law@redhat.com>
11802
11803 PR tree-optimizatin/78812
11804 * rtl.h (contains_mem_rtx_p): Prototype.
11805 * ifcvt.c (containts_mem_rtx_p): Move from here to...
11806 * rtlanal.c (contains_mem_rtx_p): Here and remove static linkage.
11807 * gcse.c (prune_expressions): Use contains_mem_rtx_p to discover
11808 and prune MEMs that are not at the toplevel of a SET_SRC rtx. Look
11809 through ZERO_EXTEND and SIGN_EXTEND when trying to avoid pruning MEMs.
11810
11811 2017-01-04 Alexandre Oliva <aoliva@redhat.com>
11812
11813 * input.c (assert_char_at_range): Default-initialize actual_range.
11814
11815 2017-01-04 Alexandre Oliva <aoliva@redhat.com>
11816
11817 * df-scan.c (df_ref_create_structure): Make regno unsigned,
11818 to match the caller.
11819
11820 2017-01-04 Alexandre Oliva <aoliva@redhat.com>
11821
11822 * cfgexpand.c (expand_gimple_basic_block): Disregard debug
11823 insns after final jump in test to emit dummy move.
11824
11825 2017-01-04 Alexandre Oliva <aoliva@redhat.com>
11826
11827 * gimple-iterator.h (gsi_one_nondebug_before_end_p): New.
11828 * tree-eh.c (cleanup_empty_eh): Skip more debug stmts.
11829
11830 2017-01-04 Alexandre Oliva <aoliva@redhat.com>
11831
11832 * multiple_target.c (create_dispatcher_calls): Init e_next.
11833 * tree-ssa-loop-split.c (split_loop): Init border.
11834 * tree-vect-loop.c (vect_determine_vectorization_factor): Init
11835 scalar_type.
11836
11837 2017-01-04 Michael Meissner <meissner@linux.vnet.ibm.com>
11838
11839 PR target/71977
11840 PR target/70568
11841 PR target/78823
11842 * config/rs6000/predicates.md (sf_subreg_operand): New predicate.
11843 (altivec_register_operand): Do not return true if the operand
11844 contains a SUBREG mixing SImode and SFmode.
11845 (vsx_register_operand): Likewise.
11846 (vsx_reg_sfsubreg_ok): New predicate.
11847 (vfloat_operand): Do not return true if the operand contains a
11848 SUBREG mixing SImode and SFmode.
11849 (vint_operand): Likewise.
11850 (vlogical_operand): Likewise.
11851 (gpc_reg_operand): Likewise.
11852 (int_reg_operand): Likewise.
11853 * config/rs6000/rs6000-protos.h (valid_sf_si_move): Add declaration.
11854 * config/rs6000/rs6000.c (valid_sf_si_move): New function to
11855 determine if a MOVSI or MOVSF operation contains SUBREGs that mix
11856 SImode and SFmode.
11857 (rs6000_emit_move_si_sf_subreg): New helper function.
11858 (rs6000_emit_move): Call rs6000_emit_move_si_sf_subreg to possbily
11859 fixup SUBREGs involving SImode and SFmode.
11860 * config/rs6000/vsx.md (SFBOOL_*): New constants that are operand
11861 numbers for the new peephole2 optimization.
11862 (peephole2 for SFmode unions): New peephole2 to optimize cases in
11863 the GLIBC math library that do AND/IOR/XOR operations on single
11864 precision floating point.
11865 * config/rs6000/rs6000.h (TARGET_NO_SF_SUBREG): New internal
11866 target macros to say whether we need to avoid SUBREGs mixing
11867 SImode and SFmode.
11868 (TARGET_ALLOW_SF_SUBREG): Likewise.
11869 * config/rs6000/rs6000.md (UNSPEC_SF_FROM_SI): New unspecs.
11870 (UNSPEC_SI_FROM_SF): Likewise.
11871 (iorxor): Change spacing.
11872 (and_ior_xor): New iterator for AND, IOR, and XOR.
11873 (movsi_from_sf): New insns for SImode/SFmode SUBREG support.
11874 (movdi_from_sf_zero_ext): Likewise.
11875 (mov<mode>_hardfloat, FMOVE32 iterator): Use register_operand
11876 instead of gpc_reg_operand. Add SImode/SFmode SUBREG support.
11877 (movsf_from_si): New insn for SImode/SFmode SUBREG support.
11878 (fma<mode>4): Use gpc_reg_operand instead of register_operand.
11879 (fms<mode>4): Likewise.
11880 (fnma<mode>4): Likewise.
11881 (fnms<mode>4): Likewise.
11882 (nfma<mode>4): Likewise.
11883 (nfms<mode>4): Likewise.
11884
11885 2017-01-04 Marek Polacek <polacek@redhat.com>
11886
11887 PR c++/64767
11888 * doc/invoke.texi: Document -Wpointer-compare.
11889
11890 2017-01-04 Jakub Jelinek <jakub@redhat.com>
11891
11892 * optc-gen.awk: Emit #error for -W*/-f*/-m* Enum without
11893 RejectNegative.
11894
11895 * dwarf2out.c (output_loc_list): Don't throw away 64K+ location
11896 descriptions for -gdwarf-5 and emit them as uleb128 instead of
11897 2-byte data.
11898
11899 2017-01-04 Kelvin Nilsen <kelvin@gcc.gnu.org>
11900
11901 PR target/78056
11902 * doc/sourcebuild.texi (PowerPC-specific attributes): Add
11903 documentation of the powerpc_popcntb_ok attribute.
11904 * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
11905 code to issue warning messages if a requested CPU configuration is
11906 not supported by the binary (assembler and loader) toolchain.
11907 (spe_init_builtins): Add two assertions to prevent ICE if attempt is
11908 made to define a built-in function that has been disabled.
11909 (paired_init_builtins): Add assertion to prevent ICE if attempt is
11910 made to define a built-in function that has been disabled.
11911 (altivec_init_builtins): Add comment explaining why definition
11912 of the DST built-in functions is not preceded by an assertion
11913 check. Add assertions to prevent ICE if attempts are made to
11914 define an altivec predicate or an abs* built-in function that has
11915 been disabled.
11916 (htm_init_builtins): Add comment explaining why definition of the
11917 htm built-in functions is not preceded by an assertion check.
11918
11919 2017-01-04 Jeff Law <law@redhat.com>
11920
11921 PR tree-optimizatin/67955
11922 * tree-ssa-alias.c (same_addr_size_stores_p): Check offsets first.
11923 Allow any SSA_VAR_P as the base objects. Use integer_zerop. Verify
11924 the points-to solution does not include pt_null. Use DECL_PT_UID
11925 unconditionally.
11926
11927 2017-01-04 Uros Bizjak <ubizjak@gmail.com>
11928
11929 * config/i386/i386.md (HI/SImode test with imm to QImode splitters):
11930 Use gen_int_mode instead of gen_lopwart for const_int operands.
11931
11932 2017-01-04 Jakub Jelinek <jakub@redhat.com>
11933
11934 PR tree-optimization/71563
11935 * match.pd: Simplify X << Y into X if Y is known to be 0 or
11936 out of range value - has low bits known to be zero.
11937
11938 2017-01-04 Alan Modra <amodra@gmail.com>
11939
11940 * Makefile.in (aclocal_deps): Update and order as per aclocal.m4.
11941 * configure: Regenerate.
11942 * config.in: Regenerate.
11943
11944 2017-01-04 Jakub Jelinek <jakub@redhat.com>
11945
11946 PR bootstrap/77569
11947 * input.c (ebcdic_execution_charset::on_error): Don't use strstr for
11948 a substring of the message, but strcmp with the whole message. Ifdef
11949 ENABLE_NLS, translate the message first using dgettext.
11950
11951 2017-01-03 Jeff Law <law@redhat.com>
11952
11953 PR tree-optimizatin/78856
11954 * tree-ssa-threadupdate.c: Include tree-vectorizer.h.
11955 (mark_threaded_blocks): Remove code to truncate thread paths that
11956 cross multiple loop headers. Instead invalidate the cached loop
11957 iteration information and handle case of a thread path walking
11958 into an irreducible region.
11959
11960 2017-01-03 Michael Meissner <meissner@linux.vnet.ibm.com>
11961
11962 PR target/78900
11963 * config/rs6000/rs6000.c (rs6000_split_signbit): Change some
11964 assertions. Add support for doing the signbit if the IEEE 128-bit
11965 floating point value is in a GPR.
11966 * config/rs6000/rs6000.md (Fsignbit): Delete.
11967 (signbit<mode>2_dm): Delete using <Fsignbit> and just use "wa".
11968 Update the length attribute if the value is in a GPR.
11969 (signbit<mode>2_dm_<su>ext): Add combiner pattern to eliminate
11970 the sign or zero extension instruction, since the value is always 0/1.
11971 (signbit<mode>2_dm2): Delete using <Fsignbit>.
11972
11973 PR target/78953
11974 * config/rs6000/vsx.md (vsx_extract_<mode>_store_p9): If we are
11975 extracting SImode to a GPR register so that we can generate a
11976 store, limit the vector to be in a traditional Altivec register
11977 for the vextuwrx instruction.
11978
11979 2017-01-03 Ian Lance Taylor <iant@google.com>
11980
11981 * godump.c (go_format_type): Treat ENUMERAL_TYPE like INTEGER_TYPE.
11982
11983 2017-01-03 Martin Sebor <msebor@redhat.com>
11984
11985 PR tree-optimization/78696
11986 * gimple-ssa-sprintf.c (format_floating): Correct handling of
11987 precision. Use MPFR for %f for greater fidelity. Correct handling
11988 of %g.
11989 (pass_sprintf_length::compute_format_length): Set width and precision
11990 specified by asrerisk to void_node for vararg functions.
11991 (try_substitute_return_value): Adjust dump output.
11992
11993 2017-01-03 David Edelsohn <dje.gcc@gmail.com>
11994
11995 * doc/invoke.texi (RS6000 options): LRA is enabled by default.
11996
11997 2017-01-03 Eric Botcazou <ebotcazou@adacore.com>
11998
11999 * doc/invoke.texi (SPARC options): Document -mlra as the default.
12000 * config/sparc/sparc.c (sparc_option_override): Force LRA unless
12001 -mlra/-mno-lra was passed to the compiler.
12002
12003 2017-01-03 James Cowgill <James.Cowgill@imgtec.com>
12004
12005 PR rtl-optimization/65618
12006 * emit-rtl.c (try_split): Move initialization of "before" and
12007 "after" to just before the call to emit_insn_after_setloc.
12008
12009 2017-01-03 Gerald Pfeifer <gerald@pfeifer.com>
12010
12011 * doc/md.texi (Standard Names): Remove reference to Java frontend.
12012
12013 2017-01-03 Pierre-Marie de Rodat <derodat@adacore.com>
12014
12015 * dwarf2out.c (gen_enumeration_type_die): When
12016 -gno-strict-dwarf, add a DW_AT_encoding attribute.
12017
12018 2017-01-03 Jakub Jelinek <jakub@redhat.com>
12019
12020 PR tree-optimization/78965
12021 * gimple-ssa-sprintf.c (pass_sprintf_length::compute_format_length):
12022 Change first argument from const call_info & to call_info &. For %n
12023 set info.nowrite to false.
12024
12025 PR middle-end/78901
12026 * gimple-ssa-sprintf.c (try_substitute_return_value): Don't change
12027 possibly throwing calls.
12028
12029 * genmatch.c (dt_node::gen_kids_1): If generic_exprs include SSA_NAME
12030 and exprs_len || fns_len, emit the code for SSA_NAME next to the exprs
12031 and fns handling, rather than in a separate case SSA_NAME.
12032
12033 2017-01-02 Jeff Law <law@redhat.com>
12034
12035 * config/darwin-driver.c (darwin_driver_init): Const-correctness
12036 fixes for first_period and second_period variables.
12037
12038 2017-01-02 Uros Bizjak <ubizjak@gmail.com>
12039
12040 PR target/78967
12041 * config/i386/i386.md (UNSPEC_NOREX_MEM): New unspec.
12042 (*insvqi_1): New insn pattern.
12043 (*insvqi_1_mem_rex64): Ditto.
12044 (*insvqi_2): Ditto.
12045 (*insvqi_3): Rename from *insvqi.
12046
12047 (*extzvqi_mem_rex64): Add UNSPEC_NOREX_MEM tag.
12048
12049 2017-01-02 Gerald Pfeifer <gerald@pfeifer.com>
12050
12051 * doc/cfg.texi (Edges): Remove reference to Java.
12052 (Maintaining the CFG): Ditto.
12053
12054 2017-01-01 Jan Hubicka <hubicka@ucw.cz>
12055
12056 PR middle-end/77674
12057 * symtab.c (symtab_node::binds_to_current_def_p): Fix handling of
12058 transparent aliases.
12059
12060 2017-01-01 Jan Hubicka <hubicka@ucw.cz>
12061
12062 PR middle-end/77484
12063 * predict.def (PRED_CALL): Update hitrate.
12064 (PRED_INDIR_CALL, PRED_POLYMORPHIC_CALL): New predictors.
12065 * predict.c (tree_estimate_probability_bb): Split CALL predictor
12066 into direct/indirect/polymorphic variants.
12067
12068 2017-01-01 Jakub Jelinek <jakub@redhat.com>
12069
12070 Update copyright years.
12071
12072 * gcc.c (process_command): Update copyright notice dates.
12073 * gcov-dump.c (print_version): Ditto.
12074 * gcov.c (print_version): Ditto.
12075 * gcov-tool.c (print_version): Ditto.
12076 * gengtype.c (create_file): Ditto.
12077 * doc/cpp.texi: Bump @copying's copyright year.
12078 * doc/cppinternals.texi: Ditto.
12079 * doc/gcc.texi: Ditto.
12080 * doc/gccint.texi: Ditto.
12081 * doc/gcov.texi: Ditto.
12082 * doc/install.texi: Ditto.
12083 * doc/invoke.texi: Ditto.
12084 \f
12085 Copyright (C) 2017 Free Software Foundation, Inc.
12086
12087 Copying and distribution of this file, with or without modification,
12088 are permitted in any medium without royalty provided the copyright
12089 notice and this notice are preserved.