* tree-loop-distribution.c (struct ddr_hasher): New.
[official-gcc.git] / gcc / ChangeLog
blob0b6d86ee2244f4e17ea7e59e7061ccaffe7649c9
1 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
3         * tree-loop-distribution.c (struct ddr_hasher): New.
4         (ddr_hasher::hash, ::equal, get_data_dependence): New function.
5         (ddrs_table): New.
6         (classify_partition): Call get_data_dependence.
7         (pg_add_dependence_edges): Ditto.
8         (distribute_loop): Release data dependence hash table.
10 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
12         * tree-loop-distribution.c (ref_base_address): Delete.
13         (similar_memory_accesses): Rename ...
14         (share_memory_accesses): ... to this.  Check if partitions access
15         the same memory reference.
16         (distribute_loop): Call share_memory_accesses.
18 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
20         * tree-loop-distribution.c (struct partition): New field recording
21         its data reference.
22         (partition_alloc, partition_free): Init and release data refs.
23         (partition_merge_into): Merge data refs.
24         (build_rdg_partition_for_vertex): Collect data refs for partition.
25         (pg_add_dependence_edges): Change parameters from vector to bitmap.
26         Update uses.
27         (distribute_loop): Remve data refs from vertice data of partition
28         graph.
30 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
32         * tree-loop-distribution.c (params.h): Include header file.
33         (MAX_DATAREFS_NUM, DR_INDEX): New macro.
34         (datarefs_vec): New global var.
35         (create_rdg_vertices): Use datarefs_vec directly.
36         (free_rdg): Don't free data references.
37         (build_rdg): Update use.  Don't free data references.
38         (distribute_loop): Compute global variable for data references.
39         Bail out if there are too many data references.
41 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
43         * tree-loop-distribution.c (loop_nest): New global var.
44         (build_rdg): Use loop directly, rather than loop nest.
45         (pg_add_dependence_edges): Remove loop nest parameter.  Use global
46         variable directly.
47         (distribute_loop): Compute global variable loop nest.  Update use.
49 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
51         * tree-loop-distribution.c (enum fuse_type, fuse_message): New.
52         (partition_merge_into): New parameter.  Dump reason for fusion.
53         (distribute_loop): Update use of partition_merge_into.
55 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
57         * tree-loop-distribution.c (bb_top_order_index): New.
58         (bb_top_order_index_size, bb_top_order_cmp): New.
59         (stmts_from_loop): Use topological order.
60         (pass_loop_distribution::execute): Compute and release topological
61         order for basic blocks.
63 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
65         * tree-loop-distribution.c (pass_loop_distribution::execute): Skip
66         if no loops.
68 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
70         * cfgloop.h (struct loop): Add comment.  New field orig_loop_num.
71         * cfgloopmanip.c (lv_adjust_loop_entry_edge): Comment change.
72         * internal-fn.c (expand_LOOP_DIST_ALIAS): New function.
73         * internal-fn.def (LOOP_DIST_ALIAS): New.
74         * tree-vectorizer.c (fold_loop_vectorized_call): Rename to ...
75         (fold_loop_internal_call): ... this.
76         (vect_loop_dist_alias_call): New function.
77         (set_uid_loop_bbs): Call fold_loop_internal_call.
78         (vectorize_loops): Fold IFN_LOOP_VECTORIZED and IFN_LOOP_DIST_ALIAS
79         internal calls.
81 2017-07-04  Uros Bizjak  <ubizjak@gmail.com>
83         PR target/81300
84         * config/i386/i386.md (setcc + movzbl/and to xor + setcc peepholes):
85         Require dead FLAGS_REG at the beginning of a peephole.
87 2017-07-04  Uros Bizjak  <ubizjak@gmail.com>
89         PR target/81294
90         * config/i386/adxintrin.h (_subborrow_u32): Swap _X and _Y
91         arguments in the call to __builtin_ia32_sbb_u32.
92         (_subborrow_u64): Swap _X and _Y arguments in the call to
93         __builtin_ia32_sbb_u64.
95 2017-07-04  Jakub Jelinek  <jakub@redhat.com>
97         PR debug/81278
98         * tree-vrp.c (compare_assert_loc): Turn into a function template
99         with stable template parameter.  Only test if a->e is NULL,
100         !a->e == !b->e has been verified already.  Use e == NULL or
101         e != NULL instead of e or ! e tests.  If stable is true, don't use
102         iterative_hash_expr, on the other side allow a or b or both NULL
103         and sort the NULLs last.
104         (process_assert_insertions): Sort using compare_assert_loc<false>
105         instead of compare_assert_loc, later sort using
106         compare_assert_loc<true> before calling process_assert_insertions_for
107         in a loop.  Use break instead of continue once seen NULL pointer.
109 2017-07-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
111         * config/arm/driver-arm.c (arm_cpu_table): Add entry for ARM
112         Cortex-R7 and Cortex-R8 processors.
114 2017-07-04  Jan Hubicka  <hubicka@ucw.cz>
116         * ipa-utils.c (ipa_merge_profiles): Fix merging when dst is
117         uninitialized while src is not.
119 2017-07-04  Richard Earnshaw  <rearnsha@arm.com>
121         * common/config/arm/arm-common.c: Adjust include path for
122         arm-cpu-cdata.h
123         * config/arm/t-arm (TM_H): Adjust path for arm-cpu.h.
124         (arm-cpu.h): Create in build directory.  Adjust dependency rules.
125         (arm-cpu-data.h): Likewise.
126         (arm-cpu-cdata.h): Likewise.
127         * config/arm/arm-cpu.h: Delete.
128         * config/arm/arm-cpu-cdata.h: Delete.
129         * config/arm/arm-cpu-data.h: Delete.
131 2017-07-04  James Greenhalgh  <james.greenhalgh@arm.com>
133         * config/arm/arm-cpus.in (cortex-a55): New.
134         (cortex-a75): Likewise.
135         (cortex-a75.cortex-a55): Likewise.
136         * config/arm/driver-arm.c (arm_cpu_table): Add cortex-a55 and
137         cortex-a75.
138         * doc/invoke.texi (-mcpu): Document cortex-a55 and cortex-a75.
139         * config/arm/arm-cpu-cdata.h: Regenerate.
140         * config/arm/arm-cpu-data.h: Regenerate.
141         * config/arm/arm-cpu.h: Regenerate.
142         * config/arm/arm-tables.opt: Regenerate.
143         * config/arm/arm-tune.md: Regenerate.
145 2017-07-04  Jan Hubicka  <hubicka@ucw.cz>
147         * haifa-sched.c (sched_create_recovery_edges): Update profile.
149 2017-07-04  Jan Hubicka  <hubicka@ucw.cz>
151         * bb-reorder.c (better_edge_p): Fix handling of uninitialized
152         probability.
154 2017-07-04  Richard Sandiford  <richard.sandiford@linaro.org>
156         PR tree-optimization/81292
157         * tree-ssa-strlen.c (handle_builtin_strlen): When setting
158         full_string_p, also call adjust_related_strinfos if the adjustment
159         is simple, otherwise invalidate related strinfos.
161 2017-07-04  Martin Liska  <mliska@suse.cz>
163         PR sanitizer/81040
164         * sanopt.c (sanitize_rewrite_addressable_params): Mark the
165         newly created variable as DECL_IGNORED_P.
167 2017-07-04  Martin Liska  <mliska@suse.cz>
169         PR ipa/81293
170         * ipa-inline.c (inline_small_functions):
171         Use xstrdup_for_dump.
173 2017-07-04  Tom de Vries  <tom@codesourcery.com>
175         * graph.c (draw_cfg_edges): Save and restore EDGE_DFS_BACK.
177 2017-07-03  Dominique d'Humieres  <dominiq@lps.ens.fr>
179         PR target/81033
180         * config/darwin.c (darwin_function_switched_text_sections):
181         Fix spaces.
183 2017-07-03  Jan Hubicka  <hubicka@ucw.cz>
185         * tree-vect-loop-manip.c (vect_do_peeling): Fix scaling up.
187 2017-07-03  Richard Earnshaw  <rearnsha@arm.com>
189         * doc/invoke.texi (ARM Options): Add -mbe8 and -mbe32 to option summary.
191 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
193         * tree-vect-loop.c (vect_analyze_loop_2): Treat min_scalar_loop_bound,
194         min_profitable_iters, and th as inclusive lower bounds.
195         Fix LOOP_VINFO_PEELING_FOR_GAPS condition.
196         (vect_estimate_min_profitable_iters): Return inclusive lower bounds
197         for min_profitable_iters and min_profitable_estimate.
198         (vect_transform_loop): Treat th as an inclusive lower bound.
199         * tree-vect-loop-manip.c (vect_loop_versioning): Likewise.
201 2017-07-03  Dominique d'Humieres  <dominiq@lps.ens.fr>
203         PR target/81033
204         * config/darwin.c (darwin_function_switched_text_sections):
205         Replace DECL_NAME with DECL_ASSEMBLER_NAME, split assemble_name_raw
206         in two pieces, and suppress the use of buf.
208 2017-07-03  Nathan Sidwell  <nathan@acm.org>
210         * hash-table.h (hash_table_mod1): Fix indentation.
212 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
214         PR middle-end/81290
215         * predict.c (force_edge_cold): Be more careful about propagation
216         backward.
217         * profile-count.h (profile_probability::guessed,
218         profile_probability::fdo, profile_count::guessed, profile_count::fdo):
219         New.
220         * tree-ssa-threadupdate.c (recompute_probabilities): Result is guessed.
222 2017-07-03  James Greenhalgh  <james.greenhalgh@arm.com>
224         * doc/invoke.texi (rcpc architecture extension): Document it.
226 2017-07-03  Richard Biener  <rguenther@suse.de>
228         PR tree-optimization/60510
229         * tree-vect-loop.c (vect_create_epilog_for_reduction): Pass in
230         the scalar reduction PHI and use it.
231         (vectorizable_reduction): Properly guard the single_defuse_cycle
232         path for non-SLP reduction chains where we cannot use it.
233         Rework reduc_def/index and vector type deduction.  Rework
234         vector operand gathering during reduction op code-gen.
235         * tree-vect-slp.c (vect_analyze_slp): For failed SLP reduction
236         chains dissolve the chain and leave it to non-SLP reduction
237         handling.
239 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
241         * tree-data-ref.h (dr_alignment): Declare.
242         * tree-data-ref.c (dr_alignment): New function.
243         * tree-vectorizer.h (dataref_aux): Remove base_element_aligned.
244         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Don't
245         set it.
246         * tree-vect-stmts.c (vectorizable_store): Use dr_alignment.
248 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
250         * tree-data-ref.h (innermost_loop_behavior): Add base_alignment
251         and base_misalignment fields.
252         (DR_BASE_ALIGNMENT, DR_BASE_MISALIGNMENT): New macros.
253         * tree-data-ref.c: Include builtins.h.
254         (dr_analyze_innermost): Set up the new innmost_loop_behavior fields.
255         * tree-vectorizer.h (STMT_VINFO_DR_BASE_ALIGNMENT): New macro.
256         (STMT_VINFO_DR_BASE_MISALIGNMENT): Likewise.
257         * tree-vect-data-refs.c: Include tree-cfg.h.
258         (vect_compute_data_ref_alignment): Use the new innermost_loop_behavior
259         fields instead of calculating an alignment here.
260         (vect_analyze_data_refs): Use dr_analyze_innermost.  Dump the new
261         innermost_loop_behavior fields.
263 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
265         * tree-data-ref.h (innermost_loop_behavior): Add a step_alignment
266         field.
267         (DR_STEP_ALIGNMENT): New macro.
268         * tree-vectorizer.h (STMT_VINFO_DR_STEP_ALIGNMENT): Likewise.
269         * tree-data-ref.c (dr_analyze_innermost): Initalize step_alignment.
270         (create_data_ref): Print it.
271         * tree-vect-stmts.c (vectorizable_load): Use the step alignment
272         to tell whether the step preserves vector (mis)alignment.
273         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Likewise.
274         Move the check for an integer step and generalise to all INTEGER_CST.
275         (vect_analyze_data_refs): Set DR_STEP_ALIGNMENT when setting DR_STEP.
276         Print the outer step alignment.
278 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
280         * tree-data-ref.h (innermost_loop_behavior): Replace aligned_to
281         with offset_alignment.
282         (DR_ALIGNED_TO): Delete.
283         (DR_OFFSET_ALIGNMENT): New macro.
284         * tree-vectorizer.h (STMT_VINFO_DR_ALIGNED_TO): Delete.
285         (STMT_VINFO_DR_OFFSET_ALIGNMENT): New macro.
286         * tree-data-ref.c (dr_analyze_innermost): Update after above changes.
287         (create_data_ref): Likewise.
288         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Likewise.
289         (vect_analyze_data_refs): Likewise.
290         * tree-if-conv.c (if_convertible_loop_p_1): Use memset before
291         creating dummy innermost behavior.
293 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
295         * tree-data-ref.h (dr_analyze_innermost): Replace the dr argument
296         with a "innermost_loop_behavior *" and refeence tree.
297         * tree-data-ref.c (dr_analyze_innermost): Likewise.
298         (create_data_ref): Update call accordingly.
299         * tree-predcom.c (find_looparound_phi): Likewise.
301 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
303         * tree-vectorizer.h (_stmt_vec_info): Replace individual dr_*
304         fields with dr_wrt_vec_loop.
305         (STMT_VINFO_DR_BASE_ADDRESS, STMT_VINFO_DR_INIT, STMT_VINFO_DR_OFFSET)
306         (STMT_VINFO_DR_STEP, STMT_VINFO_DR_ALIGNED_TO): Update accordingly.
307         (STMT_VINFO_DR_WRT_VEC_LOOP): New macro.
308         (vect_dr_behavior): New function.
309         (vect_create_addr_base_for_vector_ref): Remove loop parameter.
310         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Use
311         vect_dr_behavior.  Use a step_preserves_misalignment_p boolean to
312         track whether the step preserves the misalignment.
313         (vect_create_addr_base_for_vector_ref): Remove loop parameter.
314         Use vect_dr_behavior.
315         (vect_setup_realignment): Update call accordingly.
316         (vect_create_data_ref_ptr): Likewise.  Use vect_dr_behavior.
317         * tree-vect-loop-manip.c (vect_gen_prolog_loop_niters): Update
318         call to vect_create_addr_base_for_vector_ref.
319         (vect_create_cond_for_align_checks): Likewise.
320         * tree-vect-patterns.c (vect_recog_bool_pattern): Copy
321         STMT_VINFO_DR_WRT_VEC_LOOP as a block.
322         (vect_recog_mask_conversion_pattern): Likewise.
323         * tree-vect-stmts.c (compare_step_with_zero): Use vect_dr_behavior.
324         (new_stmt_vec_info): Remove redundant zeroing.
326 2017-07-03  Richard Earnshaw  <rearnsha@arm.com>
328         * common/config/arm/arm-common.c (arm_be8_option): New function.
329         * config/arm/arm-isa.h (isa_feature): Add new feature bit isa_bit_be8.
330         (ISA_ARMv6): Add isa_bit_be8.
331         * config/arm/arm.h (arm_be8_option): Add prototype.
332         (BE8_SPEC_FUNCTION): New define.
333         (EXTRA_SPEC_FUNCTIONS): Add BE8_SPEC_FUNCTION.
334         * config/arm/arm.opt (mbig-endian): Mark as Negative of mlittle-endian.
335         (mlittle-endian): Similarly.
336         (mbe8, mbe32): New options.
337         * config/arm/bpabi.h (BE8_LINK_SPEC): Call arm_be8_option.
338         * doc/invoke.texi (ARM Options): Document -mbe8 and -mbe32.
340 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
342         * tree-cfg.c (gimple_find_sub_bbs): Fix profile updating.
344 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
346         * tree-cfgcleanup.c (want_merge_blocks_p): New function.
347         (cleanup_tree_cfg_bb): Use it.
348         * profile-count.h (profile_count::of_for_merging, profile_count::merge):
349         New functions.
350         * tree-cfg.c (gimple_merge_blocks): Use profile_count::merge.
352 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
354         PR bootstrap/81285
355         * loop-doloop.c (add_test): Update profile.
357 2017-07-03  Martin Liska  <mliska@suse.cz>
359         PR sanitize/81040
360         * sanopt.c (rewrite_usage_of_param): New function.
361         (sanitize_rewrite_addressable_params): Likewise.
362         (pass_sanopt::execute): Call rewrite_usage_of_param.
364 2017-07-03  Richard Biener  <rguenther@suse.de>
366         * tree-vect-loop.c (vect_create_epilog_for_reduction): Revert
367         back to using VIEW_CONVERT_EXPR.
369 2017-07-03  Martin Liska  <mliska@suse.cz>
371         PR other/78366
372         * doc/extend.texi: Document when a resolver function is
373         generated for target_clones.
375 2017-07-03  Martin Liska  <mliska@suse.cz>
377         * asan.c (asan_emit_stack_protection): Unpoison just red zones
378         and shadow memory of auto variables which are subject of
379         use-after-scope sanitization.
380         (asan_expand_mark_ifn): Add do set only when is_poison.
382 2016-07-03  Richard Biener  <rguenther@suse.de>
384         * tree-vect-loop.c (vect_analyze_loop_operations): Also analyze
385         reduction PHIs.
386         (vect_force_simple_reduction): Record reduction def -> phi mapping.
387         (vectorizable_reduction): Perform reduction PHI creation when
388         visiting a reduction PHI and adjust and simplify code generation
389         phase of the reduction op.  Cache dts, use fold_binary, not fold_build2.
390         (vect_transform_loop): Visit reduction PHIs.
391         * tree-vect-slp.c (vect_get_and_check_slp_defs): Record reduction
392         defs into the SLP tree.
393         (vect_build_slp_tree): Reduction defs terminate the recursion.
394         * tree-vect-stmts.c (vect_get_vec_def_for_operand_1): Allow lookup
395         of reduction defs.
396         (vect_get_vec_defs_for_stmt_copy): Export.
397         (vect_get_vec_defs): Likewise.
398         * tree-vectorizer.h (struct _stmt_vec_info): Amend reduc_def
399         purpose.
400         (vect_get_vec_defs_for_stmt_copy): Declare.
401         (vect_get_vec_defs): Likewise.
403 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
405         * tree-data-ref.c (dr_analyze_innermost): Replace the "nest"
406         parameter with a "loop" parameter and use it instead of the
407         loop containing DR_STMT.  Don't check simple_iv when doing
408         BB analysis.  Describe the two analysis modes in the comment.
410 2017-07-03  Tom de Vries  <tom@codesourcery.com>
412         PR tree-optimization/69468
413         * tree-ssa-tail-merge.c (ignore_edge_flags): New constant.
414         (find_same_succ_bb): Handle ignore_edge_flags.
416 2017-07-03  Tom de Vries  <tom@codesourcery.com>
418         PR tree-optimization/81192
419         * tree-ssa-tail-merge.c (same_succ_hash): Use bb->loop_father->num in
420         hash.
421         (same_succ::equal): Don't find bbs to be equal if bb->loop_father
422         differs.
423         (find_same_succ_bb): Remove obsolete test on bb->loop_father->latch.
425 2017-07-03  Tom de Vries  <tom@codesourcery.com>
427         PR tree-optimization/81192
428         * tree-ssa-tail-merge.c (same_succ_flush_bb): Handle
429         BB_SAME_SUCC (bb) == NULL.
431 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
433         * cfgrtl.c (rtl_verify_edges): Enable checking of profile_probability
434         consistency.
436 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
438         * dumpfile.c: Include profile-count.h
439         * tree-cfg.c (gimple_duplicate_sese_tail): Drop UNUSED attributes;
440         update profile.
441         (insert_cond_bb): Update profile.
442         * tree-cfg.h (insert_cond_bb): Update prototype.
443         * tree-chkp-opt.c (chkp_optimize_string_function_calls): Update.
444         * tree-dump.c: Do not include tree-cfg.
446 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
448         * bb-reorder.c (fix_up_crossing_landing_pad): Update profile.
450 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
452         * expect.c (dw2_build_landing_pads): Update profile of the landing pad
453         bb.
455 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
457         * tree-complex.c (expand_complex_div_wide): update profile.
459 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
460             Alan Hayward  <alan.hayward@arm.com>
461             David Sherwood  <david.sherwood@arm.com>
463         * Makefile.in (MACHMODE_H): Remove insn-modes.h
464         (CORETYPES_H): New define.
465         (MOSTLYCLEANFILES): Add insn-modes-inline.h.
466         (insn-modes-inline.h, s-modes-inline-h): New rules.
467         (generated_files): Add insn-modes-inline.h.
468         (RTL_BASE_H, TREE_CORE_H): Use CORETYPES_H instead of coretypes.h.
469         (build/gensupport.o, build/ggc-none.o, build/print-rtl.o): Likewise.
470         (build/read-md.o, build/read-rtl.o, build/rtl.o): Likewise.
471         (build/vec.o, build/hash-table.o, build/inchash.o): Likewise.
472         (build/gencondmd.o, build/genattr.o, build/genattr-common.o): Likewise.
473         (build/genattrtab.o, build/genautomata.o, build/gencheck.o): Likewise.
474         (build/gencodes.o, build/genconditions.o): Likewise.
475         (build/genconfig.o, build/genconstants.o, build/genemit.o): Likewise.
476         (build/genenums.o, build/genextract.o, build/genflags.o): Likewise.
477         (build/gentarget-def.o, build/genmddeps.o, build/genopinit.o)
478         (build/genoutput.o, build/genpeep.o, build/genpreds.o): Likewise.
479         (build/genrecog.o, build/genmddump.o, build/genmatch.o): Likewise.
480         (build/gencfn-macros.o, build/gcov-iov.o): Likewise.
481         * coretypes.h: Include everything up to real.h for generators.
482         Include insn-modes.h first.  Include wide-int-print.h after
483         wide-int.h.  Include insn-modes-inline.h and then machmode.h.
484         * machmode.h: Don't include insn-modes.h here.
485         * function-tests.c: Remove includes of signop.h, machmode.h,
486         double-int.h and wide-int.h.
487         * rtl.h: Likewise.
488         * gcc-rich-location.c: Remove includes of machmode.h, double-int.h
489         and wide-int.h.
490         * optc-save-gen.awk: Likewise.
491         * gencheck.c (BITS_PER_UNIT): Delete dummy definition.
492         * godump.c: Remove include of wide-int-print.h.
493         * pretty-print.h: Likewise.
494         * wide-int-print.cc: Likewise.
495         * wide-int.cc: Likewise.
496         * hash-map-tests.c: Remove include of signop.h.
497         * hash-set-tests.c: Likewise.
498         * rtl-tests.c: Likewise.
499         * mkconfig.sh: Remove include of machmode.h.
500         * genmodes.c (emit_insn_modes_h): Split emission of inline functions
501         into...
502         (emit_insn_modes_inline_h): ...this new function.  Emit the code
503         into an insn-modes-inline.h header file, adding appropriate
504         include guards and end comments.
505         (emit_insn_modes_c_header): Remove include of machmode.h.
506         (emit_min_insn_modes_c_header): Include coretypes.h rather than
507         machmode.h.
508         (main): Handle -i flag and call emit_insn_modes_inline_h when
509         it is passed.
511 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
513         * tree-ssa-strlen.c (strinfo): Rename the length field to
514         nonzero_chars.  Add a full_string_p field.
515         (compare_nonzero_chars, zero_length_string_p): New functions.
516         (get_addr_stridx): Add an offset_out parameter.
517         Use compare_nonzero_chars.
518         (get_stridx): Update accordingly.  Use compare_nonzero_chars.
519         (new_strinfo): Update after above changes to strinfo.
520         (set_endptr_and_length): Set full_string_p.
521         (get_string_length): Update after above changes to strinfo.
522         (unshare_strinfo): Update call to new_strinfo.
523         (maybe_invalidate): Likewise.
524         (get_stridx_plus_constant): Change off to unsigned HOST_WIDE_INT.
525         Use compare_nonzero_chars and zero_string_p.  Treat nonzero_chars
526         as a uhwi instead of an shwi.  Update after above changes to
527         strinfo and new_strinfo.
528         (zero_length_string): Assert that chainsi contains full strings.
529         Use zero_length_string_p.  Update call to new_strinfo.
530         (adjust_related_strinfos): Update after above changes to strinfo.
531         Copy full_string_p from origsi.
532         (adjust_last_stmt): Use zero_length_string_p.
533         (handle_builtin_strlen): Update after above changes to strinfo and
534         new_strinfo.  Install the lhs as the string length if the previous
535         entry didn't describe a full string.
536         (handle_builtin_strchr): Update after above changes to strinfo
537         and new_strinfo.
538         (handle_builtin_strcpy): Likewise.
539         (handle_builtin_strcat): Likewise.
540         (handle_builtin_malloc): Likewise.
541         (handle_pointer_plus): Likewise.
542         (handle_builtin_memcpy): Likewise.  Track nonzero characters
543         that aren't necessarily followed by a nul terminator.
544         (handle_char_store): Likewise.
546 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
548         PR tree-optimization/80769
549         * tree-ssa-strlen.c (strinfo): Document that "stmt" is also used
550         for malloc and calloc.  Document the new invariant that all related
551         strinfos have delayed lengths or none do.
552         (verify_related_strinfos): Move earlier in file.
553         (set_endptr_and_length): New function, split out from...
554         (get_string_length): ...here.  Also set the lengths of related
555         strinfos.
556         (zero_length_string): Assert that chainsi has known (rather than
557         delayed) lengths.
558         (adjust_related_strinfos): Likewise.
560 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
562         PR tree-optimization/81136
563         * tree-vect-data-refs.c (vect_update_misalignment_for_peel): Only
564         assert that two references with the same misalignment have the same
565         compile-time misalignment if those compile-time misalignments
566         are known.
568 2017-07-01  Andi Kleen  <ak@linux.intel.com>
570         * print-tree.c (print_node): Print all attributes.
572 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
574         * cfg.c (scale_bbs_frequencies): New function.
575         * cfg.h (scale_bbs_frequencies): Declare it.
576         * cfgloopanal.c (single_likely_exit): Cleanup.
577         * cfgloopmanip.c (scale_loop_frequencies): Take profile_probability
578         as parameter.
579         (scale_loop_profile): Likewise.
580         (loop_version): Likewise.
581         (create_empty_loop_on_edge): Update.
582         * cfgloopmanip.h (scale_loop_frequencies, scale_loop_profile,
583         scale_loop_frequencies, scale_loop_profile, loopify,
584         loop_version): Update prototypes.
585         * modulo-sched.c (sms_schedule): Update.
586         * predict.c (unlikely_executed_edge_p): Also check probability.
587         (probably_never_executed_edge_p): Fix typo.
588         * tree-if-conv.c (version_loop_for_if_conversion): Update.
589         * tree-parloops.c (gen_parallel_loop): Update.
590         * tree-ssa-loop-ivcanon.c (try_peel_loop): Update.
591         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update.
592         * tree-ssa-loop-split.c (split_loop): Update.
593         * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Update.
594         * tree-vect-loop-manip.c (vect_do_peeling): Update.
595         (vect_loop_versioning): Update.
596         * tree-vect-loop.c (scale_profile_for_vect_loop): Update.
598 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
600         * trans-mem.c (split_bb_make_tm_edge): Update profile.
602 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
604         * tree-if-conv.c (combine_blocks): Use make_single_succ_edge
605         to keep profile consistent.
607 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
609         * cfgrtl.c (rtl_flow_call_edges_add): Update profile.
610         * tree-cfg.c (gimple_flow_call_edges_add): Likewise.
611         * profile-count.h (max_safe_multiplier): Make unsigned.
612         (profile_count::guessed_zero): New.
614 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
616         * bb-reorder.c (fix_up_crossing_landing_pad,
617         fix_crossing_conditional_branches): Use make_single_succ_edge
618         to keep profile consistent.
620 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
622         * tree-vect-loop.c (optimize_mask_stores): Use make_single_succ_edge
623         to update profile.
625 2017-07-01  Jakub Jelinek  <jakub@redhat.com>
627         PR sanitizer/81262
628         * bb-reorder.c (fix_up_fall_thru_edges): Move variable declarations to
629         the right scopes, make sure cond_jump isn't preserved between multiple
630         iterations.  Search for fallthru edge whenever there are 3+ edges and
631         use find_fallthru_edge for it.
633 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
635         Patch by Alexander Monakov <amonakov@ispras.ru>
636         * sel-sched-ir.c (compute_succs_info): Handle uninitialized
637         probabilities consistently.
639 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
641         * pa.c (pa_expand_compare_and_swap_loop): Update call of
642         emit_cmp_and_jump_insns.
644 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
646         PR ipa/81261
647         * tree-inline.c (expand_call_inline): Combine profile statuses.
649 2017-06-30  Andrew Pinski  <apinski@cavium.com>
651         * tree-if-conv.c (predicate_scalar_phi): Update new_stmt if
652         fold_stmt returned true.
654 2017-06-30  Nathan Sidwell  <nathan@acm.org>
656         * ggc.h (empty_string): Delete.
657         * cfgexpand.c (expand_asm_stmt): Use plain "".
658         * optabs.c (expand_asm_memory_barrier): Likewise.
659         * stringpool.c (empty_string): Delete.
660         (digit_vector, digit_string): Delete.
661         (ggc_alloc_string): Use plain "", don't optimize single digit
662         strings.  Use ggc_alloc_atomic.
664 2017-06-30  Richard Earnshaw  <rearnsha@arm.com>
666         * rtlanal.c (insn_rtx_cost): If a parallel contains exactly one
667         comparison set and one other set, use the cost of the non-comparison
668         set.
670 2017-06-30  Nathan Sidwell  <nathan@acm.org>
672         * ggc.h: Replace all 'static inline' with plain 'inline'.  Fix
673         some formatting.
675 2017-06-30  Peter Bergner  <bergner@vnet.ibm.com>
677         * tree-cfg.c (group_case_labels_stmt): Merge scanning and compressing
678         loops.  Remove now unneeded calls to gimple_switch_set_label() that
679         just set removed labels to NULL_TREE.
681 2017-06-30  Aldy Hernandez  <aldyh@redhat.com>
683         * tree-ssanames.c (set_range_info_raw): Abstract from ...
684         (set_range_info): ...here.  Only call set_range_info_raw if domain
685         is useful.
686         (set_nonzero_bits): Call set_range_info_raw.
687         * tree-ssanames.h (set_range_info_raw): New.
689 2017-06-30  Jakub Jelinek  <jakub@redhat.com>
691         PR target/81225
692         * config/i386/sse.md (vec_extract_lo_<mode><mask_name>): For V8FI,
693         V16FI and VI8F_256 iterators, use <store_mask_predicate> instead
694         of nonimmediate_operand and <store_mask_constraint> instead of m
695         for the input operand.  For V8FI iterator, always split if input
696         is a MEM.  For V16FI and V8SF_256 iterators, don't test if both
697         operands are MEM if <mask_applied>.  For VI4F_256 iterator, use
698         <store_mask_predicate> instead of register_operand and
699         <store_mask_constraint> instead of v for the input operand.  Make
700         sure both operands aren't MEMs for if not <mask_applied>.
702 2017-06-30  Sylvestre Ledru  <sylvestre@debian.org>
704         * lto-wrapper.c (copy_file) Close both file descriptors before
705         exiting normally.
707 2017-06-30  Martin Liska  <mliska@suse.cz>
709         PR ipa/81214
710         * multiple_target.c (create_dispatcher_calls): Make ifunc
711         also for function that don't have calls or are not referenced.
713 2017-06-30  Richard Biener  <rguenther@suse.de>
715         * tree-vect-slp.c (vect_slp_analyze_node_operations): Only
716         analyze the first scalar stmt.  Move vector type computation
717         for the BB case here from ...
718         * tree-vect-stmts.c (vect_analyze_stmt): ... here.  Guard
719         live operation processing in the SLP case properly.
721 2017-06-30  Richard Biener  <rguenther@suse.de>
723         * graph.c (draw_cfg_node_succ_edges): Fix broken dot syntax.
725 2017-06-30  Martin Liska  <mliska@suse.cz>
727         PR sanitizer/81021
728         * tree-eh.c (lower_resx): Call BUILT_IN_ASAN_HANDLE_NO_RETURN
729         before BUILT_IN_UNWIND_RESUME when ASAN is used.
731 2017-06-30  Yvan Roux  <yvan.roux@linaro.org>
733         * doc/invoke.texi (AArch64): Add missing options and remove redundant
734         ones.
736 2017-06-30  Richard Biener  <rguenther@suse.de>
738         PR tree-optimization/81249
739         * tree-vect-loop.c (vect_create_epilog_for_reduction): Convert
740         condition reduction result to original scalar type.
742 2017-06-30  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
744         * profile-count.h (enum profile_quality): Fix typos and whitespace
745         issues.
747 2017-06-30  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
749         * config/s390/s390.c (s390_expand_setmem): Adjust to the new data
750         type for branch probabilities.
752 2017-06-29  Julian Brown  <julian@codesourcery.com>
753             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
755         * config/aarch64/aarch64-fusion-pairs.def: Add ALU_BRANCH entry.
756         * config/aarch64/aarch64.c (AARCH64_FUSE_ALU_BRANCH): New fusion type.
757         (thunderx2t99_tunings): Set AARCH64_FUSE_ALU_BRANCH flag.
758         (aarch_macro_fusion_pair_p): Add support for AARCH64_FUSE_ALU_BRANCH.
760 2017-06-29  Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
762         * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Push the
763         check for CC usage into AARCH64_FUSE_CMP_BRANCH.
764         * config/i386/i386.c (ix86_macro_fusion_pair_p): Push the check for
765         CC usage from generic code to here.
766         * sched-deps.c (sched_macro_fuse_insns): Move the condition for
767         CC usage into the target macros.
769 2017-06-29  Maya Rashish  <coypu@sdf.org>
771         * config/netbsd.h (NETBSD_LIB_SPEC): Add -lc when creating shared
772         objects.
774 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
776         * arm/arm-builtins.c: Include profile-count.h
777         * except.c (sjlj_emit_function_enter): Use
778         profile_probability::unlikely.
780 2017-06-29  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
782         * config/rs6000/rs6000.c (toc_relative_expr_p): Make tocrel_base
783         and tocrel_offset be pointer args rather than implicitly using
784         static versions.
785         (legitimate_constant_pool_address_p, rs6000_emit_move,
786         const_load_sequence_p, adjust_vperm): Add local tocrel_base and
787         tocrel_offset and use in toc_relative_expr_p call.
788         (print_operand, print_operand_address): Use static tocrel_base_oac
789         and tocrel_offset_oac.
790         (rs6000_output_addr_const_extra): Use static tocrel_base_oac and
791         tocrel_offset_oac.
793 2017-06-29  Maya Rashish  <coypu@sdf.org>
795         * config/vax/builtins.md (ffssi2_internal): Correct constraint.
797 2017-06-29  Eric Botcazou  <ebotcazou@adacore.com>
799         * expr.c (expand_expr) <normal_inner_ref>: When testing for unaligned
800         objects, take into account only the alignment of 'op0' and 'mode1' if
801         'op0' is a MEM.
803 2017-06-29  Steve Ellcey  <sellcey@cavium.com>
805         * ccmp.c (ccmp_tree_comparison_p): New function.
806         (ccmp_candidate_p): Update to use above function.
807         (get_compare_parts): New function.
808         (expand_ccmp_next): Update to use new functions.
809         (expand_ccmp_expr_1): Take tree arg instead of gimple, update to use
810         new functions.
811         (expand_ccmp_expr): Pass tree instead of gimple to expand_ccmp_expr_1,
812         take mode as argument.
813         * ccmp.h (expand_ccmp_expr): Add mode as argument.
814         * expr.c (expand_expr_real_1): Pass mode as argument.
816 2017-06-29  Segher Boessenkool  <segher@kernel.crashing.org>
818         * combine.c (combine_instructions): Print insns to dump_file, together
819         with their costs.
821 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
823         * asan.c (asan_emit_stack_protection): Update.
824         (create_cond_insert_point): Update.
825         * auto-profile.c (afdo_propagate_circuit): Update.
826         * basic-block.h (struct edge_def): Turn probability to
827         profile_probability.
828         (EDGE_FREQUENCY): Update.
829         * bb-reorder.c (find_traces_1_round): Update.
830         (better_edge_p): Update.
831         (sanitize_hot_paths): Update.
832         * cfg.c (unchecked_make_edge): Initialize probability to uninitialized.
833         (make_single_succ_edge): Update.
834         (check_bb_profile): Update.
835         (dump_edge_info): Update.
836         (update_bb_profile_for_threading): Update.
837         * cfganal.c (connect_infinite_loops_to_exit): Initialize new edge
838         probabilitycount to 0.
839         * cfgbuild.c (compute_outgoing_frequencies): Update.
840         * cfgcleanup.c (try_forward_edges): Update.
841         (outgoing_edges_match): Update.
842         (try_crossjump_to_edge): Update.
843         * cfgexpand.c (expand_gimple_cond): Update make_single_succ_edge.
844         (expand_gimple_tailcall): Update.
845         (construct_init_block): Use make_single_succ_edge.
846         (construct_exit_block): Use make_single_succ_edge.
847         * cfghooks.c (verify_flow_info): Update.
848         (redirect_edge_succ_nodup): Update.
849         (split_edge): Update.
850         (account_profile_record): Update.
851         * cfgloopanal.c (single_likely_exit): Update.
852         * cfgloopmanip.c (scale_loop_profile): Update.
853         (set_zero_probability): Remove.
854         (duplicate_loop_to_header_edge): Update.
855         * cfgloopmanip.h (loop_version): Update prototype.
856         * cfgrtl.c (try_redirect_by_replacing_jump): Update.
857         (force_nonfallthru_and_redirect): Update.
858         (update_br_prob_note): Update.
859         (rtl_verify_edges): Update.
860         (purge_dead_edges): Update.
861         (rtl_lv_add_condition_to_bb): Update.
862         * cgraph.c: (cgraph_edge::redirect_call_stmt_to_calle): Update.
863         * cgraphunit.c (init_lowered_empty_function): Update.
864         (cgraph_node::expand_thunk): Update.
865         * cilk-common.c: Include profile-count.h
866         * dojump.c (inv): Remove.
867         (jumpifnot): Update.
868         (jumpifnot_1): Update.
869         (do_jump_1): Update.
870         (do_jump): Update.
871         (do_jump_by_parts_greater_rtx): Update.
872         (do_compare_rtx_and_jump): Update.
873         * dojump.h (jumpifnot, jumpifnot_1, jumpif_1, jumpif, do_jump,
874         do_jump_1. do_compare_rtx_and_jump): Update prototype.
875         * dwarf2cfi.c: Include profile-count.h
876         * except.c (dw2_build_landing_pads): Use make_single_succ_edge.
877         (sjlj_emit_dispatch_table): Likewise.
878         * explow.c: Include profile-count.h
879         * expmed.c (emit_store_flag_force): Update.
880         (do_cmp_and_jump): Update.
881         * expr.c (compare_by_pieces_d::generate): Update.
882         (compare_by_pieces_d::finish_mode): Update.
883         (emit_block_move_via_loop): Update.
884         (store_expr_with_bounds): Update.
885         (store_constructor): Update.
886         (expand_expr_real_2): Update.
887         (expand_expr_real_1): Update.
888         * expr.h (try_casesi, try_tablejump): Update prototypes.
889         * gimple-pretty-print.c (dump_probability): Update.
890         (dump_profile): New.
891         (dump_gimple_label): Update.
892         (dump_gimple_bb_header): Update.
893         * graph.c (draw_cfg_node_succ_edges): Update.
894         * hsa-gen.c (convert_switch_statements): Update.
895         * ifcvt.c (cheap_bb_rtx_cost_p): Update.
896         (find_if_case_1): Update.
897         (find_if_case_2): Update.
898         * internal-fn.c (expand_arith_overflow_result_store): Update.
899         (expand_addsub_overflow): Update.
900         (expand_neg_overflow): Update.
901         (expand_mul_overflow): Update.
902         (expand_vector_ubsan_overflow): Update.
903         * ipa-cp.c (good_cloning_opportunity_p): Update.
904         * ipa-split.c (split_function): Use make_single_succ_edge.
905         * ipa-utils.c (ipa_merge_profiles): Update.
906         * loop-doloop.c (add_test): Update.
907         (doloop_modify): Update.
908         * loop-unroll.c (compare_and_jump_seq): Update.
909         (unroll_loop_runtime_iterations): Update.
910         * lra-constraints.c (lra_inheritance): Update.
911         * lto-streamer-in.c (input_cfg): Update.
912         * lto-streamer-out.c (output_cfg): Update.
913         * mcf.c (adjust_cfg_counts): Update.
914         * modulo-sched.c (sms_schedule): Update.
915         * omp-expand.c (expand_omp_for_init_counts): Update.
916         (extract_omp_for_update_vars): Update.
917         (expand_omp_ordered_sink): Update.
918         (expand_omp_for_ordered_loops): Update.
919         (expand_omp_for_generic): Update.
920         (expand_omp_for_static_nochunk): Update.
921         (expand_omp_for_static_chunk): Update.
922         (expand_cilk_for): Update.
923         (expand_omp_simd): Update.
924         (expand_omp_taskloop_for_outer): Update.
925         (expand_omp_taskloop_for_inner): Update.
926         * omp-simd-clone.c (simd_clone_adjust): Update.
927         * optabs.c (expand_doubleword_shift): Update.
928         (expand_abs): Update.
929         (emit_cmp_and_jump_insn_1): Update.
930         (expand_compare_and_swap_loop): Update.
931         * optabs.h (emit_cmp_and_jump_insns): Update prototype.
932         * predict.c (predictable_edge_p): Update.
933         (edge_probability_reliable_p): Update.
934         (set_even_probabilities): Update.
935         (combine_predictions_for_insn): Update.
936         (combine_predictions_for_bb): Update.
937         (propagate_freq): Update.
938         (estimate_bb_frequencies): Update.
939         (force_edge_cold): Update.
940         * profile-count.c (profile_count::dump): Add missing space into dump.
941         (profile_count::debug): Add newline.
942         (profile_count::differs_from_p): Explicitly convert to unsigned.
943         (profile_count::stream_in): Update.
944         (profile_probability::dump): New member function.
945         (profile_probability::debug): New member function.
946         (profile_probability::differs_from_p): New member function.
947         (profile_probability::differs_lot_from_p): New member function.
948         (profile_probability::stream_in): New member function.
949         (profile_probability::stream_out): New member function.
950         * profile-count.h (profile_count_quality): Rename to ...
951         (profile_quality): ... this one.
952         (profile_probability): New.
953         (profile_count): Update.
954         * profile.c (compute_branch_probabilities): Update.
955         * recog.c (peep2_attempt): Update.
956         * sched-ebb.c (schedule_ebbs): Update.
957         * sched-rgn.c (find_single_block_region): Update.
958         (compute_dom_prob_ps): Update.
959         (schedule_region): Update.
960         * sel-sched-ir.c (compute_succs_info): Update.
961         * stmt.c (struct case_node): Update.
962         (do_jump_if_equal): Update.
963         (get_outgoing_edge_probs): Update.
964         (conditional_probability): Update.
965         (emit_case_dispatch_table): Update.
966         (expand_case): Update.
967         (expand_sjlj_dispatch_table): Update.
968         (emit_case_nodes): Update.
969         * targhooks.c: Update.
970         * tracer.c (better_p): Update.
971         (find_best_successor): Update.
972         * trans-mem.c (expand_transaction): Update.
973         * tree-call-cdce.c: Update.
974         * tree-cfg.c (gimple_split_edge): Upate.
975         (move_sese_region_to_fn): Upate.
976         * tree-cfgcleanup.c (cleanup_control_expr_graph): Upate.
977         * tree-eh.c (lower_resx): Upate.
978         (cleanup_empty_eh_move_lp): Upate.
979         * tree-if-conv.c (version_loop_for_if_conversion): Update.
980         * tree-inline.c (copy_edges_for_bb): Update.
981         (copy_cfg_body): Update.
982         * tree-parloops.c (gen_parallel_loop): Update.
983         * tree-profile.c (gimple_gen_ic_func_profiler): Update.
984         (gimple_gen_time_profiler): Update.
985         * tree-ssa-dce.c (remove_dead_stmt): Update.
986         * tree-ssa-ifcombine.c (update_profile_after_ifcombine): Update.
987         * tree-ssa-loop-im.c (execute_sm_if_changed): Update.
988         * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Update.
989         (unloop_loops): Update.
990         (try_peel_loop): Update.
991         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update.
992         * tree-ssa-loop-split.c (connect_loops): Update.
993         (split_loop): Update.
994         * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Update.
995         (hoist_guard): Update.
996         * tree-ssa-phionlycprop.c (propagate_rhs_into_lhs): Update.
997         * tree-ssa-phiopt.c (replace_phi_edge_with_variable): Update.
998         (value_replacement): Update.
999         * tree-ssa-reassoc.c (branch_fixup): Update.
1000         * tree-ssa-tail-merge.c (replace_block_by): Update.
1001         * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges): Update.
1002         (create_edge_and_update_destination_phis): Update.
1003         (compute_path_counts): Update.
1004         (recompute_probabilities): Update.
1005         (update_joiner_offpath_counts): Update.
1006         (freqs_to_counts_path): Update.
1007         (duplicate_thread_path): Update.
1008         * tree-switch-conversion.c (hoist_edge_and_branch_if_true): Update.
1009         (struct switch_conv_info): Update.
1010         (gen_inbound_check): Update.
1011         * tree-vect-loop-manip.c (slpeel_add_loop_guard): Update.
1012         (vect_do_peeling): Update.
1013         (vect_loop_versioning): Update.
1014         * tree-vect-loop.c (scale_profile_for_vect_loop): Update.
1015         (optimize_mask_stores): Update.
1016         * ubsan.c (ubsan_expand_null_ifn): Update.
1017         * value-prof.c (gimple_divmod_fixed_value): Update.
1018         (gimple_divmod_fixed_value_transform): Update.
1019         (gimple_mod_pow2): Update.
1020         (gimple_mod_pow2_value_transform): Update.
1021         (gimple_mod_subtract): Update.
1022         (gimple_mod_subtract_transform): Update.
1023         (gimple_ic): Update.
1024         (gimple_stringop_fixed_value): Update.
1025         (gimple_stringops_transform): Update.
1026         * value-prof.h: Update.
1028 2017-06-29  Carl Love  <cel@us.ibm.com>
1030         * config/rs6000/rs6000-c.c: Add support for built-in functions
1031         vector signed int vec_signed (vector float);
1032         vector signed long long vec_signed (vector double);
1033         vector signed int vec_signed2 (vector double, vector double);
1034         vector signed int vec_signede (vector double);
1035         vector signed int vec_signedo (vector double);
1036         * config/rs6000/rs6000.c (rs6000_generate_vsigned2_code): Add
1037         instruction generator.
1038         * config/rs6000/vsx.md (UNSPEC_VSX_XVCVSPSXWS, UNSPEC_VSX_XVCVSPSXDS,
1039         UNSPEC_VSX_VSIGNED2): Add UNSPECS.
1040         (vsx_xvcvspsxws, vsx_xvcvdpuxds_scale, vsx_xvcvspuxws, vsigned2_v2df):
1041         Add define_insn.
1042         (vsignedo_v2df, vsignede_v2df, vunsigned2_v2df, vunsignedo_v2df,
1043         vunsignede_v2df): Add define_expands.
1044         * config/rs6000/rs6000-builtin.def (VEC_SIGNED, VEC_UNSIGNED,
1045         VEC_SIGNED2, VEC_UNSIGNED2, VEC_SIGNEDE, VEC_UNSIGNEDE, VEC_SIGNEDO,
1046         VEC_UNSIGNEDO): Add definitions.
1047         * config/vsx.md (UNSPEC_VSX_XVCVSPSXWS, UNSPEC_VSX_XVCVSPSXDS,
1048         UNSPEC_VSX_VSIGNED2): Add UNSPECs.
1049         (vsx_xvcvspsxws, vsx_xvcvspuxws): Add define_insn.
1050         (vsigned2_v2df, vsigendo_v2df, vsignede_v2df,
1051         vunsigned2_v2df, vunsignedo_v2df, vunsignede_v2df): Add define_expands.
1052         * config/rs6000/altivec.h (vec_signed, vec_signed2,
1053         vec_signede and vec_signedo, vec_unsigned, vec_unsigned2,
1054         vec_unsignede, vec_unsignedo): Add builtin defines.
1055         * config/rs6000-protos.h (rs6000_generate_vsigned2_code): Add extern
1056         declaration.
1057         * doc/extend.texi: Update the built-in documentation file for the
1058         new built-in functions.
1060 2017-06-29  Richard Biener  <rguenther@suse.de>
1062         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Do not add
1063         reduction chains to LOOP_VINFO_REDUCTIONS.
1064         * tree-vect-slp.c (vect_analyze_slp): Continue looking for
1065         SLP reductions after processing reduction chains.
1067 2017-06-29  Nathan Sidwell  <nathan@acm.org>
1069         * builtins.c (fold_builtin_FUNCTION): Use
1070         lang_hooks.decl_printable_name.
1072 2017-06-29  Peter Bergner  <bergner@vnet.ibm.com>
1074         PR middle-end/81194
1075         * cfgexpand.c (expand_gimple_stmt_1): Handle switch statements
1076         with only one label.
1077         * stmt.c (expand_case): Assert NCASES is greater than one.
1079 2017-06-29  Richard Biener  <rguenther@suse.de>
1081         * tree-cfg.c (group_case_labels_stmt): Return whether we changed
1082         anything.
1083         (group_case_labels): Likewise.
1084         (find_taken_edge): Push sanity checking on val to workers...
1085         (find_taken_edge_cond_expr): ... here
1086         (find_taken_edge_switch_expr): ... and here, handle cases
1087         with just a default label.
1088         * tree-cfg.h (group_case_labels_stmt): Adjust prototype.
1089         (group_case_labels): Likewise.
1090         * tree-cfgcleanup.c (execute_cleanup_cfg_post_optimizing): When
1091         group_case_labels does anything cleanup the CFG again.
1093 2017-06-29  Bin Cheng  <bin.cheng@arm.com>
1095         PR tree-optimization/81196
1096         * tree-ssa-loop-niter.c (number_of_iterations_cond): Handle loop
1097         exit condition comparing two IVs.
1099 2017-06-29  Richard Earnshaw  <rearnsha@arm.com>
1101         * config/arm/parsecpu.awk (gen_comm_data): Add initializer for
1102         profile to the dummy entry at the end of the list of architectures.
1103         * config/arm/arm-cpu-cdata.h: Regenerated.
1105 2017-06-29  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1106             Michael Collison <michael.collison@arm.com>
1108         PR target/70119
1109         * config/aarch64/aarch64.md (*aarch64_<optab>_reg_<mode>3_mask1):
1110         New pattern.
1111         (*aarch64_reg_<mode>3_neg_mask2): New pattern.
1112         (*aarch64_reg_<mode>3_minus_mask): New pattern.
1113         (*aarch64_<optab>_reg_di3_mask2): New pattern.
1114         * config/aarch64/aarch64.c (aarch64_rtx_costs): Account for cost
1115         of shift when the shift amount is masked with constant equal to
1116         the size of the mode.
1117         * config/aarch64/predicates.md (subreg_lowpart_operator): New
1118         predicate.
1120 2017-06-29  Martin Liska  <mliska@suse.cz>
1122         * config/i386/i386.opt: Change range from [1,5] to [0,5].
1124 2017-06-29  Yury Gribov  <tetra2005@gmail.com>
1126         PR bootstrap/80565
1127         * ipa-cp.c (allocate_and_init_ipcp_value): Add initialization
1128         code.
1129         * ipa-inline.h
1130         (edge_growth_cache_entry::edge_growth_cache_entry): New
1131         function.
1132         (reset_edge_growth_cache): Update to use constructor.
1134 2017-06-28  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1136         * config/aarch64/aarch64.h (AARCH64_EXPAND_ALIGNMENT): New.
1137         (DATA_ALIGNMENT): Update to use AARCH64_EXPAND_ALIGNMENT.
1138         (LOCAL_ALIGNMENT): Update to use AARCH64_EXPAND_ALIGNMENT.
1140 2017-06-28  Sebastian Peryt  <sebastian.peryt@intel.com>
1142         * config/i386/avx512vlintrin.h (_mm256_permutexvar_epi64)
1143         (_mm256_permutexvar_epi32, _mm256_permutex_epi64): New intrinsics.
1145 2017-06-28  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1147         * config.gcc (*-linux-musl*): Add t-musl tmake_file.
1148         (*-linux-uclibc*): Add t-uclibc tmake_file.
1149         * config/t-musl: New.
1150         * config/t-uclibc: New.
1152 2017-06-28  Richard Earnshaw  <rearnsha@arm.com>
1154         * config/arm/parsecpu.awk (profile): Parse new keyword in an arch
1155         context.
1156         (gen_comm_data): Emit architectural setting of arch_prof.
1157         * config/arm/arm-cpus.in (armv6-m, armv6s-m, armv7-a, armv7ve): Set the
1158         profile.
1159         (armv7-r, armv7-m, armv7e-m, armv8-a, armv8.1-a, armv8.2-a): Likewise.
1160         (armv8-m.base, armv8-m.main): Likewise.
1161         * arm-protos.h (arm_build_target): Add profile field.
1162         (arch_option): Likewise.
1163         * config/arm/arm.c (arm_configure_build_target): Copy the profile to
1164         the active target.
1165         * config/arm/arm.h (TARGET_ARM_ARCH_PROFILE): Use
1166         arm_active_target.profile.
1168 2017-06-28  Richard Biener  <rguenther@suse.de>
1170         PR middle-end/81227
1171         * fold-const.c (negate_expr_p): Use TYPE_UNSIGNED, not
1172         TYPE_OVERFLOW_WRAPS.
1173         * match.pd (negate_expr_p): Likewise.
1174         * tree-ssa-reassoc.c (optimize_range_tests_diff): Use
1175         fold_build2, not fold_binary.
1177 2017-06-28  Wilco Dijkstra  <wdijkstr@arm.com>
1179         * config/aarch64/aarch64 (aarch64_expand_mov_immediate):
1180         Convert memory address to Pmode.
1181         (aarch64_print_operand): Assert MEM operands are always Pmode.
1183 2017-06-28  Wilco Dijkstra  <wdijkstr@arm.com>
1185         PR target/79665
1186         * config/arm/aarch-common.c (arm_no_early_alu_shift_dep):
1187         Remove redundant if.
1188         (aarch_forward_to_shift_is_not_shifted_reg): Remove.
1189         * config/arm/aarch-common-protos.h
1190         (aarch_forward_to_shift_is_not_shifted_re): Remove.
1191         * config/arm/cortex-a53.md: Use arm_no_early_alu_shift_dep in bypass.
1193 2017-06-28  Michael Meissner  <meissner@linux.vnet.ibm.com>
1195         PR ipa/81238
1196         * multiple_target.c (create_dispatcher_calls): Set the default
1197         clone to be static, not public.
1199 2017-06-28  Richard Biener  <rguenther@suse.de>
1201         * tree-vect-loop.c (vectorizable_reduction): Move special
1202         cond reduction IV var creation ...
1203         (vect_create_epilog_for_reduction): ... here.  Remove induction_index
1204         parameter.  Use STMT_VINFO_VECTYPE.
1205         * tree-vect-slp.c (vect_get_constant_vectors): Properly reset
1206         constant_p.
1208 2017-06-28  Martin Liska  <mliska@suse.cz>
1210         PR ipa/81128
1211         * ipa-visibility.c (non_local_p): Handle visibility.
1213 2017-06-28  Martin Liska  <mliska@suse.cz>
1215         PR driver/79659
1216         * common.opt: Add IntegerRange to various options.
1217         * opt-functions.awk (integer_range_info): New function.
1218         * optc-gen.awk: Add integer_range_info to cl_options struct.
1219         * opts-common.c (decode_cmdline_option): Handle
1220         CL_ERR_INT_RANGE_ARG.
1221         (cmdline_handle_error): Likewise.
1222         * opts.c (print_filtered_help): Show valid interval in
1223         when --help is provided.
1224         * opts.h (struct cl_option): Add range_min and range_max fields.
1225         * config/i386/i386.opt: Add IntegerRange for -mbranch-cost.
1227 2017-06-28  Marc Glisse  <marc.glisse@inria.fr>
1229         * match.pd ((X & ~Y) | (~X & Y)): Generalize to + and ^.
1230         (x * C EQ/NE y * C): New transformation.
1232 2017-06-28  Christophe Lyon  <christophe.lyon@linaro.org>
1234         * genmultilib (combination_space): Accept '+' in option names.
1236 2017-06-28  Martin Liska  <mliska@suse.cz>
1238         PR sanitizer/81224
1239         * asan.c (instrument_derefs): Bail out inner references
1240         that are hard register variables.
1242 2017-06-28  Jakub Jelinek  <jakub@redhat.com>
1244         PR target/81175
1245         * config/i386/i386.c (ix86_init_mmx_sse_builtins): Use def_builtin
1246         rather than def_builtin_pure for __builtin_ia32_gatherpf*.
1248 2017-06-28  Richard Biener  <rguenther@suse.de>
1250         * tree-vectorizer.h (vect_get_vec_defs): Remove.
1251         (vect_get_slp_defs): Adjust.
1252         * tree-vect-loop.c (get_initial_defs_for_reduction): Split
1253         out from ...
1254         * tree-vect-slp.c (vect_get_constant_vectors): ... here and
1255         simplify.
1256         * tree-vect-loop.c (vect_create_epilog_for_reduction): Use
1257         get_initial_defs_for_reduction instead of vect_get_vec_defs.
1258         (vectorizable_reduction): Adjust.
1259         * tree-vect-slp.c (vect_get_constant_vectors): Remove reduction
1260         handling.
1261         (vect_get_slp_defs): Likewise.
1262         * tree-vect-stmts.c (vect_get_vec_defs): Make static and adjust.
1263         (vectorizable_bswap): Adjust.
1264         (vectorizable_call): Likewise.
1265         (vectorizable_conversion): Likewise.
1266         (vectorizable_assignment): Likewise.
1267         (vectorizable_shift): Likewise.
1268         (vectorizable_operation): Likewise.
1269         (vectorizable_store): Likewise.
1270         (vectorizable_condition): Likewise.
1271         (vectorizable_comparison): Likewise.
1273 2017-06-28  Michael Collison  <michael.collison@arm.com>
1275         PR target/68535
1276         * config/arm/arm.c (gen_ldm_seq): Remove last unnecessary
1277         set of base_reg
1278         (arm_gen_movmemqi): Removed unused variable 'i'.
1279         Convert 'for' loop into 'while' loop.
1280         (arm_expand_prologue): Remove last unnecessary set of insn.
1281         (thumb_pop): Remove unused variable 'pushed_words'.
1282         (thumb_exit): Remove last unnecessary set of regs_to_pop.
1284 2017-06-28  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
1286         * config/s390/predicates.md: Use s390_rel_address_ok_p.
1287         * config/s390/s390-protos.h: Add prototype of
1288         s390_rel_address_ok_p.
1289         * config/s390/s390.c (s390_got_symbol): New function.
1290         (s390_rel_address_ok_p): New function.
1291         (legitimize_pic_address): Use s390_rel_address_ok_p.
1292         (s390_load_got): Use s390_got_symbol.
1293         (s390_option_override): Issue error if
1294         -mno-pic-data-is-text-relative is used without -fpic/-fPIC.
1295         * config/s390/s390.h (TARGET_DEFAULT_PIC_DATA_IS_TEXT_RELATIVE):
1296         New macro.
1297         * config/s390/s390.opt: New option mpic-data-is-text-relative.
1299 2017-06-27  Andrew Pinski  <apinski@cavium.com>
1301         * match.pd (X >/>=/</<= 0 ? 1.0 : -1.0): New patterns.
1302         (X * copysign (1.0, X)): New pattern.
1303         (X * copysign (1.0, -X)): New pattern.
1304         (copysign (-1.0, CST)): New pattern.
1306 2017-06-27  Joseph Myers  <joseph@codesourcery.com>
1308         * genmultilib (combination_space): Remove variable.
1309         Validate reuse rules against regular expression for any sequence
1310         of multilib options in any order.
1312 2017-06-27  Michael Collison  <michael.collison@arm.com>
1314         * config/aarch64/aarch64-simd.md (aarch64_combine<mode>): Directly
1315         call aarch64_split_simd_combine.
1316         * (aarch64_combine_internal<mode>): Delete pattern.
1317         * config/aarch64/aarch64.c (aarch64_split_simd_combine):
1318         Allow register and subreg operands.
1320 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
1322         * config/i386/vxworks.h (ASM_SPEC): Remove definition. No target
1323         specific need, just fallback on defaults.
1324         (ASM_OUTPUT_ALIGNED_BSS): Add #undef before #define.
1326 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
1327             Olivier Hainque  <hainque@adacore.com>
1329         * config/i386/vxworks.h (DBX_REGISTER_NUMBER): Pick distinct
1330         map for 64bits.
1331         (TARGET_OS_CPP_BUILTINS): builtin_define CPU to X86_64 for 64bit
1332         targets. Pick a default if no particular attempt applied.
1333         (STACK_CHECK_PROTECT): Double for 64bit targets, which have
1334         larger contexts.
1336 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
1338         * config.gcc (i*86-wrs-vxworks7): Handle new acceptable triplet.
1339         (x86_64-wrs-vxworks7): Likewise.
1341 2017-06-27  Marek Polacek  <polacek@redhat.com>
1343         PR sanitizer/81223
1344         * ubsan.c (instrument_null): Check get_base_address's result for null.
1346 2017-06-27  Marc Glisse  <marc.glisse@inria.fr>
1348         * match.pd ((A+-B)+(C-A), (A+B)-(A-C)): New transformations.
1350 2017-06-27  Marc Glisse  <marc.glisse@inria.fr>
1352         * builtin-types.def (BT_FENV_T_PTR, BT_CONST_FENV_T_PTR,
1353         BT_FEXCEPT_T_PTR, BT_CONST_FEXCEPT_T_PTR): New primitive types.
1354         (BT_FN_INT_FENV_T_PTR, BT_FN_INT_CONST_FENV_T_PTR,
1355         BT_FN_INT_FEXCEPT_T_PTR_INT, BT_FN_INT_CONST_FEXCEPT_T_PTR_INT):
1356         New function types.
1357         * builtins.def (BUILT_IN_FECLEAREXCEPT, BUILT_IN_FEGETENV,
1358         BUILT_IN_FEGETEXCEPTFLAG, BUILT_IN_FEGETROUND,
1359         BUILT_IN_FEHOLDEXCEPT, BUILT_IN_FERAISEEXCEPT,
1360         BUILT_IN_FESETENV, BUILT_IN_FESETEXCEPTFLAG,
1361         BUILT_IN_FESETROUND, BUILT_IN_FETESTEXCEPT,
1362         BUILT_IN_FEUPDATEENV): New builtins.
1363         * tree-core.h (TI_FENV_T_PTR_TYPE, TI_CONST_FENV_T_PTR_TYPE,
1364         TI_FEXCEPT_T_PTR_TYPE, TI_CONST_FEXCEPT_T_PTR_TYPE): New entries.
1365         * tree.h (fenv_t_ptr_type_node, const_fenv_t_ptr_type_node,
1366         fexcept_t_ptr_type_node, const_fexcept_t_ptr_type_node): New
1367         macros.
1368         (builtin_structptr_types): Adjust size.
1369         * tree.c (builtin_structptr_types): Add four entries.
1371 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
1372             Olivier Hainque  <hainque@adacore.com>
1374         * config/vxworks.h (VXWORKS_LIB_SPEC): Incorporate ...
1375         (TLS_SYM): New local macro, forcing reference to __tls__ on
1376         link command lines for VxWorks 7 RTPs, triggering initialization
1377         of tlsLib.
1378         (VXWORKS_HAVE_TLS): New macro. State whether the target VxWorks
1379         OS features TLS support, true for RTPs on VxWorks 7.
1380         * config/vxworks.c (vxworks_override_options): Setup emutls
1381         accordingly.
1383 2017-06-27  Jakub Jelinek  <jakub@redhat.com>
1385         * predict.c (test_prediction_value_range): Use -1U instead of -1
1386         to avoid narrowing conversion warning.
1387         * dumpfile.c (dump_options): Wrap all value into dump_flags_t cast
1388         to avoid narrowing conversion warning.
1389         * opt-functions.awk (var_ref): Return (unsigned short) -1 instead of
1390         -1.
1391         * optc-gen.awk (END): Expect (unsigned short) -1 instead of -1.
1393 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
1395         * config/vxworks.h (VXWORKS_LIBS_RTP): Alternative definition for
1396         64bit configurations.
1397         (PTR_DIFF_TYPE): Alternative definition for TARGET_LP64.
1398         (SIZE_TYPE): Likewise.
1399         * config/vxworks.c (vxworks_emutls_var_fields): Use
1400         long_unsigned_type_node instead of unsigned_type_node as the offset
1401         field type, which is "pointer" mode in emutls.c.
1403 2017-06-27  Jakub Jelinek  <jakub@redhat.com>
1405         PR sanitizer/81209
1406         * ubsan.c (ubsan_encode_value): Initialize DECL_CONTEXT on var.
1408         PR middle-end/81207
1409         * gimple-fold.c (replace_call_with_call_and_fold): Handle
1410         gimple_vuse copying separately from gimple_vdef copying.
1412 2017-06-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
1414         * value-prof.c (free_hist): Remove call to memset and the enclosing if
1415         condition.
1417 2017-06-26  Jerome Lambourg  <lambourg@adacore.com>
1418             Olivier Hainque  <hainque@adacore.com>
1420         * config.gcc (*-*-vxworks*): Add TARGET_VXWORKS7=1 to tm_defines
1421         for all vxworks7 targets.
1422         * config/vxworks.h (TARGET_VXWORKS7): If not defined, define to 0.
1423         (VXWORKS_ADDITIONAL_CPP_SPEC): Alternative definition for VXWORKS7.
1424         (VXWORKS_LIBS_RTP, VXWORKS_LIBS_RTP_DIR): New macros, allowing
1425         variations for VX6/VX7 and 32/64bits later on in ...
1426         (VXWORKS_LIB_SPEC): Leverage new macros.
1427         (VXWORKS_OS_CPP_BUILTINS): Define _VSB_CONFIG_FILE for VXWORKS7,
1428         as well as _ALLOW_KEYWORD_MACROS when "inline" is not a keyword.
1430 2017-06-26  Jerome Lambourg  <lambourg@adacore.com>
1432         * config/vxworks.h (VXWORKS_OS_CPP_BUILTINS): builtin_define
1433         _VX_TOOL_FAMILY and _VX_TOOL to gnu.
1435 2017-06-26  Carl Love  <cel@us.ibm.com>
1437         * config/rs6000/rs6000-c.c: Add support for built-in functions
1438         vector bool char vec_reve (vector bool char);
1439         vector signed char vec_reve (vector signed char);
1440         vector unsigned char vec_reve (vector unsigned char);
1441         vector bool int vec_reve (vector bool int);
1442         vector signed int vec_reve (vector signed int);
1443         vector unsigned int vec_reve (vector unsigned int);
1444         vector bool long long vec_reve (vector bool long long);
1445         vector signed long long vec_reve (vector signed long long);
1446         vector unsigned long long vec_reve (vector unsigned long long);
1447         vector bool short vec_reve (vector bool short);
1448         vector signed short vec_reve (vector signed short);
1449         vector double vec_reve (vector double);
1450         vector float vec_reve (vector float);
1451         * config/rs6000/rs6000-builtin.def (VREVE_V2DI, VREVE_V4SI,
1452         VREVE_V8HI, VREVE_V16QI, VREVE_V2DF, VREVE_V4SF, VREVE): New builtin.
1453         * config/rs6000/altivec.md (UNSPEC_VREVEV): New UNSPEC.
1454         (altivec_vreve): New pattern.
1455         * config/rs6000/altivec.h (vec_reve): New define.
1456         * doc/extend.texi (vec_rev): Update the built-in documentation file
1457         for the new built-in functions.
1459 2016-06-26  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1461         PR tree-optimization/71815
1462         * gimple-ssa-strength-reduction.c (uses_consumed_by_stmt): New
1463         function.
1464         (find_basis_for_candidate): Call uses_consumed_by_stmt rather than
1465         has_single_use.
1466         (slsr_process_phi): Likewise.
1467         (replace_uncond_cands_and_profitable_phis): Don't replace a
1468         multiply candidate with a stride of 1 (copy or cast).
1469         (phi_incr_cost): Call uses_consumed_by_stmt rather than
1470         has_single_use.
1471         (lowest_cost_path): Likewise.
1472         (total_savings): Likewise.
1474 2017-06-26  Richard Biener  <rguenther@suse.de>
1476         PR target/81175
1477         * config/i386/i386.c (ix86_init_mmx_sse_builtins):
1478         Use def_builtin_pure for all gather builtins.
1480 2017-06-26  Richard Biener  <rguenther@suse.de>
1482         PR tree-optimization/81203
1483         * tree-tailcall.c (find_tail_calls): Do not move stmts into
1484         non-dominating BBs.
1486 2017-06-26  Marek Polacek  <polacek@redhat.com>
1488         PR c/80116
1489         * doc/invoke.texi: Document -Wmultistatement-macros.
1491 2017-06-26  Christophe Lyon  <christophe.lyon@linaro.org>
1493         * doc/sourcebuild.texi (ARM-specific attributes): Document new
1494         arm_neon_ok_no_float_abi effective target.
1496 2017-06-26  Richard Biener  <rguenther@suse.de>
1498         PR tree-optimization/80928
1499         * cfghooks.c (duplicate_block): Do not copy BB_DUPLICATED flag.
1500         (copy_bbs): Set BB_DUPLICATED flag early.
1501         (execute_on_growing_pred): Do not execute for BB_DUPLICATED
1502         marked blocks.
1503         (execute_on_shrinking_pred): Likewise.
1504         * tree-ssa.c (ssa_redirect_edge): Do not look for PHI args in
1505         BB_DUPLICATED blocks.
1506         * tree-ssa-phionlycoprop.c (eliminate_degenerate_phis_1): Properly
1507         iterate over all PHIs considering removal of *gsi.
1509 2017-06-23  Jim Wilson  <jim.wilson@linaro.org>
1511         * doc/invoke.texi (AArch64 Options, -mtune): Re-add falkor and
1512         qdf24xx.
1514 2017-06-23  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
1516         * config/rs6000/rs6000-string.c: (expand_block_clear,
1517         do_load_for_compare, select_block_compare_mode,
1518         compute_current_alignment, expand_block_compare,
1519         expand_strncmp_align_check, expand_strn_compare,
1520         expand_block_move, rs6000_output_load_multiple)
1521         Move functions related to string/block move/compare
1522         to a separate file.
1523         * config/rs6000/rs6000.c: Move above functions to rs6000-string.c.
1524         * config/rs6000/rs6000-protos.h (rs6000_emit_dot_insn): Add prototype
1525         for this function which is now used in two files.
1526         * config/rs6000/t-rs6000: Add rule to compile rs6000-string.o.
1527         * config.gcc: Add rs6000-string.o to extra_objs for
1528         targets powerpc*-*-* and rs6000*-*-*.
1530 2017-06-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
1532         PR target/80510
1533         * config/rs6000/rs6000.md (ALTIVEC_DFORM): Do not allow DImode in
1534         32-bit, since indexed is not valid for DImode.
1535         (mov<mode>_hardfloat32): Reorder ISA 2.07 load/stores before ISA
1536         3.0 d-form load/stores to be the same as mov<mode>_hardfloat64.
1537         (define_peephole2 for Altivec d-form load): Add 32-bit support.
1538         (define_peephole2 for Altivec d-form store): Likewise.
1540         PR ipa/81185
1541         * multiple_target.c (create_dispatcher_calls): Only create the
1542         dispatcher call if the function is the default clone of a
1543         versioned function.
1545 2017-06-23  Segher Boessenkool  <segher@kernel.crashing.org>
1547         PR middle-end/80902
1548         * builtins.c (expand_builtin_atomic_fetch_op): If emitting code after
1549         a call, force the call to not be a tail call.
1551 2017-06-23  Jeff Law  <law@redhat.com>
1553         * doc/contrib.texi: Add entry for Steven Pemberton's work on
1554         enquire.
1556 2017-06-23  Will Schmidt  <will_schmidt@vnet.ibm.com>
1558         * config/rs6000/rs6000.c: Add include of ssa-propagate.h for
1559         update_call_from_tree().  (rs6000_gimple_fold_builtin): Add
1560         handling for early expansion of vector shifts (sl,sr,sra,rl).
1561         (builtin_function_type): Add vector shift right instructions
1562         to the unsigned argument list.
1564 2017-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1566         rtl-optimizatoin/79286
1567         * ira.c (update_equiv_regs): Revert to using may_trap_or_fault_p again.
1568         * rtlanal.c (rtx_addr_can_trap_p_1): SYMBOL_REF_FUNCTION_P can never
1569         trap.  PIC register plus a const unspec without offset can never trap.
1571 2017-06-23  Marc Glisse  <marc.glisse@inria.fr>
1573         * tree.h (builtin_structptr_type): New type.
1574         (builtin_structptr_types): Declare new array.
1575         * tree.c (builtin_structptr_types): New array.
1576         (free_lang_data, build_common_tree_nodes): Use it.
1578 2017-06-23  Jonathan Wakely  <jwakely@redhat.com>
1580         PR c++/81187
1581         * doc/invoke.texi (-Wnoexcept-type): Fix name of option, from
1582         -Wnoexcept.
1584 2017-06-22  Matt Turner  <mattst88@gmail.com>
1586         * config/i386/driver-i386.c (host_detect_local_cpu): Add Kaby
1587         Lake models to skylake case.  Assume skylake for unknown
1588         models with clflushopt.
1590 2017-06-22  Jeff Law  <law@redhat.com>
1592         * config/aarch64/aarch64.c (aarch64_emit_probe_stack_range): Handle
1593         frame sizes that do not satisfy aarch64_uimm12_shift.
1595 2017-06-22  Jan Hubicka <hubicka@ucw.cz>
1597         * profile-count.h (apply_probability,
1598         apply_scale, probability_in): Fix checks for zero.
1600 2017-06-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1602         * incpath.c (add_sysroot_to_chain): Allow for $SYSROOT prefix.
1603         * doc/cppdiropts.texi (-I @var{dir}): Document it.
1605 2016-06-22  Richard Biener  <rguenther@suse.de>
1607         * tree-vect-loop.c (vect_model_reduction_cost): Handle
1608         COND_REDUCTION and INTEGER_INDUC_COND_REDUCTION without
1609         REDUC_MAX_EXPR support.
1610         (vectorizable_reduction): Likewise.
1611         (vect_create_epilog_for_reduction): Likewise.
1613 2017-06-22  James Greenhalgh  <james.greenhalgh@arm.com>
1615         * match.pd (A / (1 << B) -> A >> B): New.
1616         * generic-match-head.c: Include optabs-tree.h.
1617         * gimple-match-head.c: Likewise.
1618         * optabs-tree.h (target_supports_op_p): New.
1619         * optabs-tree.c (target_supports_op_p): New.
1621 2017-06-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1623         * configure.ac (gcc_cv_ld_static_dynamic): Also check stderr for
1624         $gcc_cv_ld --help output.
1625         (gcc_cv_ld_demangle): Likewise.
1626         (gcc_cv_ld_eh_frame_hdr): Likewise.
1627         (gcc_cv_ld_pie): Likewise.
1628         (gcc_cv_ld_as_needed): Likewise.  Prefer native forms unless $gnu_ld.
1629         (gcc_cv_ld_buildid): Likewise.
1630         (gcc_cv_ld_sysroot): Likewise.
1631         (ld_bndplt_support): Likewise.
1632         (ld_pushpopstate_support): Likewise.
1633         * configure: Regenerate.
1634         * config/sol2.h [!USE_GLD] (SYSROOT_SPEC): Define.
1636 2017-06-21  Jakub Jelinek  <jakub@redhat.com>
1638         PR target/81151
1639         * config/i386/sse.md (round<mode>2): Renumber match_dup and
1640         operands indexes to avoid gap between operands and match_dups.
1642 2017-06-21  Andrew Pinski  <apinski@cavium.com>
1644         * config/aarch64/aarch64-cost-tables.h (thunderx_extra_costs):
1645         Increment Arith_shift and Arith_shift_reg by 1.
1646         * config/aarch64/aarch64-tuning-flags.def (cheap_shift_extend):
1647         New tuning flag.
1648         * config/aarch64/aarch64.c (thunderx_tunings): Enable
1649         AARCH64_EXTRA_TUNE_CHEAP_SHIFT_EXTEND.
1650         (aarch64_strip_extend): Add new argument and test for it.
1651         (aarch64_cheap_mult_shift_p): New function.
1652         (aarch64_rtx_mult_cost): Call aarch64_cheap_mult_shift_p and don't
1653         add a cost if it is true.
1654         Update calls to aarch64_strip_extend.
1655         (aarch64_rtx_costs): Update calls to aarch64_strip_extend.
1657 2017-06-21  Andrew Pinski  <apinski@cavium.com>
1659         * config/aarch64/aarch64-cores.def (thunderxt88p1): Use thunderxt88
1660         tunings.
1661         (thunderxt88): Likewise.
1662         * config/aarch64/aarch64.c (thunderxt88_prefetch_tune): New variable.
1663         (thunderx_prefetch_tune): New variable.
1664         (thunderx2t99_prefetch_tune): Update for the correct values.
1665         (thunderxt88_tunings): New variable.
1666         (thunderx_tunings): Use thunderx_prefetch_tune instead of
1667         generic_prefetch_tune.
1668         (thunderx2t99_tunings): Use AUTOPREFETCHER_WEAK.
1670 2017-06-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1672         * config/aarch64/atomics.md (aarch64_compare_and_swap<mode>_lse,
1673         SHORT): Relax operand 3 to aarch64_reg_or_zero and constraint to Z.
1674         (aarch64_compare_and_swap<mode>_lse, GPI): Likewise.
1675         (aarch64_atomic_cas<mode>, SHORT): Likewise for operand 2.
1676         (aarch64_atomic_cas<mode>, GPI): Likewise.
1678 2017-06-21  Martin Liska  <mliska@suse.cz>
1680         * gimplify.c (gimplify_label_expr): Insert GIMPLE_PREDICT
1681         statements on cold and hot labels.
1682         * predict.c (tree_estimate_probability_bb): Remove the
1683         prediction from this place.
1685 2017-06-21  Martin Liska  <mliska@suse.cz>
1687         PR tree-optimization/79489
1688         * gimplify.c (maybe_add_early_return_predict_stmt): New
1689         function.
1690         (gimplify_return_expr): Call the function.
1691         * predict.c (tree_estimate_probability_bb): Remove handling
1692         of early return.
1693         * predict.def: Update comment about early return predictor.
1694         * gimple-predict.h (is_gimple_predict): New function.
1695         * predict.def: Change default value of early return to 66.
1696         * tree-tailcall.c (find_tail_calls): Skip GIMPLE_PREDICT
1697         statements.
1698         * passes.def: Put pass_strip_predict_hints to the beginning of
1699         IPA passes.
1701 2017-06-21  Pierre-Marie de Rodat  <derodat@adacore.com>
1703         * dwarf2out.c (gen_decl_die): Remove the guard to skip file-scope
1704         FUNCTION_DECL declarations.
1705         (dwarf2out_early_global_decl): Remove the guard to skip FUNCTION_DECL
1706         declarations.
1707         (dwaf2out_decl): Likewise.
1708         * godump.c (go_early_global_decl): Skip call to the real debug hook
1709         for FUNCTION_DECL declarations.
1710         * passes.c (rest_of_decl_compilation): Skip call to the
1711         early_global_decl debug hook for FUNCTION_DECL declarations, unless
1712         -fdump-go-spec is passed.
1714 2017-06-21  Marc Glisse  <marc.glisse@inria.fr>
1716         * config/i386/i386.c (struct builtin_isa): New field pure_p.
1717         Reorder for compactness.
1718         (def_builtin, def_builtin2, ix86_add_new_builtins): Handle pure_p.
1719         (def_builtin_pure, def_builtin_pure2): New functions.
1720         (ix86_init_mmx_sse_builtins) [__builtin_ia32_stmxcsr]: Mark as pure.
1722 2017-06-21  Marc Glisse  <marc.glisse@inria.fr>
1724         * match.pd (nop_convert): New predicate.
1725         ((A +- CST1) +- CST2): Allow some NOP conversions.
1727 2017-06-21  Jakub Jelinek  <jakub@redhat.com>
1729         PR c++/81130
1730         * gimplify.c (omp_add_variable): Don't force GOVD_SEEN for types
1731         with ctors/dtors if GOVD_SHARED is set.
1733 2017-06-21  Wilco Dijkstra  <wdijkstr@arm.com>
1735         * config/aarch64/aarch64.md (movti_aarch64):
1736         Emit mov rather than orr.
1737         (movtf_aarch64): Likewise.
1738         * config/aarch64/aarch64-simd.md (aarch64_simd_mov):
1739         Emit mov rather than orr.
1741 2017-06-21  Wilco Dijkstra  <wdijkstr@arm.com>
1743         * config/aarch64/aarch64-simd.md (aarch64_simd_dup):
1744         Swap alternatives, make integer dup more expensive.
1746 2017-06-21  Wilco Dijkstra  <wdijkstr@arm.com>
1748         * config/aarch64/aarch64.c (aarch64_legitimate_constant_p):
1749         Return true for non-tls symbols.
1751 2017-06-21  James Greenhalgh  <james.greenhalgh@arm.com>
1753         * config/aarch64/aarch64-cores.def (cortex-a55): New.
1754         (cortex-a75): Likewise.
1755         (cortex-a75.cortex-a55): Likewise.
1756         * config/aarch64/aarch64-tune.md: Regenerate.
1757         * doc/invoke.texi (-mtune): Document new values for -mtune.
1759 2017-06-21  Tom de Vries  <tom@codesourcery.com>
1761         * doc/sourcebuild.texi (Add Options, Features for dg-add-options): Add
1762         stack_size feature.
1763         (Effective-Target Keywords, Other attributes): Suggest using
1764         dg-add-options stack_size feature to get stack limit in stack_size
1765         effective target documentation.
1767 2017-06-21  Julian Brown  <julian@codesourcery.com>
1768             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
1770         * config/aarch64/aarch64-simd.md (aarch64_crypto_pmulldi)
1771         (aarch64_crypto_pmullv2di): Change type attribute to crypto_pmull.
1772         * config/aarch64/thunderx2t99.md (thunderx2t99_pmull): New
1773         reservation.
1774         * config/arm/cortex-a53.md (cortex_a53_advsimd_type): Add crypto_pmull to
1775         attribute type list for neon_multiply.
1776         * config/arm/cortex-a57.md (cortex_a57_neon_type): Add crypto_pmull to
1777         attribute type list for neon_multiply.
1778         * config/arm/crypto.md (crypto_vmullp64): Change type to crypto_pmull.
1779         * config/arm/exynos-m1.md (exynos_m1_neon_type): Add crypto_pmull to
1780         attribute type list for neon_multiply.
1781         * config/arm/types.md (crypto_pmull): Add.
1782         * config/arm/xgene1.md (xgene1_neon_pmull): Add crypto_pmull to
1783         attribute type list.
1785 2017-06-20  Andreas Tobler  <andreast@gcc.gnu.org>
1787         * config.gcc (armv6*-*-freebsd*): Change the target_cpu_cname to
1788         arm1176jzf-s.
1790 2017-06-20  Jakub Jelinek  <jakub@redhat.com>
1792         * ira-costs.c (find_costs_and_classes): Initialize cost_classes later
1793         to make sure not to dereference a NULL cost_classes_ptr pointer.
1795 2017-06-20  Carl Love  <cel@us.ibm.com>
1797         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
1798         ALTIVEC_BUILTIN_VMULESW, ALTIVEC_BUILTIN_VMULEUW,
1799         ALTIVEC_BUILTIN_VMULOSW, ALTIVEC_BUILTIN_VMULOUW entries.
1800         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin,
1801         builtin_function_type): Add ALTIVEC_BUILTIN_* case statements.
1802         * config/rs6000/altivec.md (MVULEUW, VMULESW, VMULOUW,
1803         VMULOSW): New enum "unspec" values.
1804         (vec_widen_umult_even_v4si, vec_widen_smult_even_v4si,
1805         vec_widen_umult_odd_v4si, vec_widen_smult_odd_v4si,
1806         altivec_vmuleuw, altivec_vmulesw, altivec_vmulouw,
1807         altivec_vmulosw): New patterns.
1808         * config/rs6000/rs6000-builtin.def (VMLEUW, VMULESW, VMULOUW,
1809         VMULOSW): Add definitions.
1811 2017-06-20  Julia Koval  <julia.koval@intel.com>
1813         * config/i386/i386.c: Fix rounding expand for new pattern.
1814         * config/i386/subst.md: Fix pattern (parallel -> unspec).
1816 2017-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
1818         * config/aarch64/aarch64-option-extensions.def (rcpc): New.
1819         * config/aarch64/aarch64.h (AARCH64_FL_RCPC): New.
1821 2017-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
1823         * config/aarch64/aarch64-option-extensions.def (fp16): Fix expected
1824         feature string.
1826 2017-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
1828         * config/aarch64/aarch64-cores.def: Rearrange to sort by
1829         architecture, then by implementer ID.
1830         * config/aarch64/aarch64-tune.md: Regenerate.
1832 2017-06-20  Richard Biener  <rguenther@suse.de>
1834         PR middle-end/81097
1835         * fold-const.c (split_tree): Fold to type before negating.
1837 2017-06-20  David Malcolm  <dmalcolm@redhat.com>
1839         * diagnostic-show-locus.c
1840         (selftest::test_fixit_deletion_affecting_newline): New function.
1841         (selftest::diagnostic_show_locus_c_tests): Call it.
1843 2017-06-20  Andreas Schwab  <schwab@suse.de>
1845         PR target/80970
1846         * config/m68k/m68k.md (bsetdreg, bchgdreg, bclrdreg): Use "=d"
1847         instead of "+d".
1849 2017-06-20  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
1851         * config/arm/arm-c.c (arm_cpu_builtins): New block to define
1852         __ARM_FEATURE_COPROC according to support.
1854 2017-06-20  Jakub Jelinek  <jakub@redhat.com>
1856         * tree-chkp.c (chkp_get_hard_register_var_fake_base_address):
1857         Rewritten to avoid overflow for > 32-bit pointers.
1859         PR sanitizer/81125
1860         * ubsan.h (ubsan_encode_value): Workaround buggy clang++ parser
1861         by removing enum keyword.
1862         (ubsan_type_descriptor): Likewise.  Formatting fix.
1864         PR target/81121
1865         * config/i386/i386.md (TARGET_USE_VECTOR_CONVERTS float si->{sf,df}
1866         splitter): Require TARGET_SSE2 in the condition.
1868 2017-06-20  Michael Meissner  <meissner@linux.vnet.ibm.com>
1870         PR target/79799
1871         * config/rs6000/rs6000.c (rs6000_expand_vector_init): Add support
1872         for doing vector set of SFmode on ISA 3.0.
1873         * config/rs6000/vsx.md (vsx_set_v4sf_p9): Likewise.
1874         (vsx_set_v4sf_p9_zero): Special case setting 0.0f to a V4SF
1875         element.
1876         (vsx_insert_extract_v4sf_p9): Add an optimization for inserting a
1877         SFmode value into a V4SF variable that was extracted from another
1878         V4SF variable without converting the element to double precision
1879         and back to single precision vector format.
1880         (vsx_insert_extract_v4sf_p9_2): Likewise.
1882 2017-06-19  Jakub Jelinek  <jakub@redhat.com>
1884         * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Multiply
1885         in UWHI to avoid undefined overflow.
1887         PR sanitizer/81125
1888         * ubsan.h (enum ubsan_encode_value_phase): New.
1889         (ubsan_encode_value): Change second argument to
1890         enum ubsan_encode_value_phase with default value of
1891         UBSAN_ENCODE_VALUE_GENERIC.
1892         * ubsan.c (ubsan_encode_value): Change second argument to
1893         enum ubsan_encode_value_phase PHASE from bool IN_EXPAND_P,
1894         adjust uses, for UBSAN_ENCODE_VALUE_GENERIC use just
1895         create_tmp_var_raw instead of create_tmp_var and use a
1896         TARGET_EXPR.
1897         (ubsan_expand_bounds_ifn, ubsan_build_overflow_builtin,
1898         instrument_bool_enum_load, ubsan_instrument_float_cast): Adjust
1899         ubsan_encode_value callers.
1901         PR sanitizer/81111
1902         * ubsan.c (ubsan_encode_value): If current_function_decl is NULL,
1903         use create_tmp_var_raw instead of create_tmp_var, mark it addressable
1904         just by setting TREE_ADDRESSABLE on the result and use a TARGET_EXPR.
1906 2017-06-19  Richard Biener  <rguenther@suse.de>
1908         PR middle-end/81118
1909         * tree-cfgcleanup.c (cleanup_tree_cfg_noloop): Clear niter
1910         estimates if we changed anything.
1912 2017-06-19  Richard Biener  <rguenther@suse.de>
1914         PR tree-optimization/80887
1915         * tree-ssa-sccvn.c (mprts_hook_cnt): New global.
1916         (vn_lookup_simplify_result): Allow only mprts_hook_cnt succesful
1917         simplified lookups, then reset mprts_hook.
1918         (vn_nary_build_or_lookup_1): Set mprts_hook_cnt to 9 before
1919         simplifying.
1920         (try_to_simplify): Likewise.
1922 2017-06-19  Martin Liska  <mliska@suse.cz>
1924         PR sanitizer/80879
1925         * gimplify.c (gimplify_switch_expr):
1926         Initialize live_switch_vars for SWITCH_BODY == STATEMENT_LIST.
1928 2017-06-19  Martin Liska  <mliska@suse.cz>
1930         * doc/install.texi: Document that PGO runs in 4 stages.
1932 2017-06-19  Martin Liska  <mliska@suse.cz>
1934         PR ipa/80732
1935         * attribs.c (make_dispatcher_decl): Do not append '.ifunc'
1936         to dispatcher function name.
1937         * multiple_target.c (replace_function_decl): New function.
1938         (create_dispatcher_calls): Redirect both edges and references.
1940 2017-06-19  Jan Hubicka <hubicka@ucw.cz>
1942         * profile-count.c (profile_count::dump): Dump quality.
1943         (profile_count::differs_from_p): Update for unsigned val.
1944         * profile-count.h (profile_count_quality): New enum.
1945         (profile_count): Turn m_val to 62bit unsigned, add quality tracking.
1947 2017-06-19  Richard Biener  <rguenther@suse.de>
1949         * tree-ssa-loop-niter.h (estimate_numbers_of_iterations): Take
1950         struct function as arg.
1951         (estimate_numbers_of_iterations): Export overload with loop arg.
1952         (free_numbers_of_iterations_estimates_loop): Use an overload of
1953         free_numbers_of_iterations_estimates instead.
1954         * tree-cfg.c (remove_bb): Adjust.
1955         * tree-cfgcleanup.c (remove_forwarder_block_with_phi): Likewise.
1956         * tree-parloops.c (gen_parallel_loop): Likewise.
1957         * tree-ssa-loop-ivcanon.c (canonicalize_induction_variables):
1958         Likewise.
1959         (tree_unroll_loops_completely): Likewise.
1960         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop):
1961         Use an overload instead and export.
1962         (estimated_loop_iterations): Adjust.
1963         (max_loop_iterations): Likewise.
1964         (likely_max_loop_iterations): Likewise.
1965         (estimate_numbers_of_iterations): Take struct function as arg
1966         and adjust.
1967         (loop_exits_before_overflow): Adjust.
1968         (free_numbers_of_iterations_estimates_loop): Use an overload.
1969         * tree-vect-loop.c (vect_analyze_loop_form): Adjust.
1970         * tree-vectorizer.c (vect_free_loop_info_assumptions): Likewise.
1972 2017-06-19  Richard Biener  <rguenther@suse.de>
1974         PR ipa/81112
1975         * ipa-prop.c (find_constructor_constant_at_offset): Handle
1976         RANGE_EXPR conservatively.
1978 2017-06-16  Carl Love  <cel@us.ibm.com>
1980         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
1981         definitions for vec_float, vec_float2, vec_floato,
1982         vec_floate built-ins.
1983         * config/rs6000/vsx.md (define_c_enum "unspec"): Add RTL code
1984         for instructions vsx_xvcvsxws vsx_xvcvuxwsp, float2, floato and
1985         floate.
1986         * config/rs6000/rs6000-builtin.def (FLOAT2_V2DI, FLOATE_V2DF,
1987         FLOATE_2DI, FLOATO_V2DF, FLOATEE_V2DI, XVCVSXWSP_V4SF,
1988         UNS_FLOATO_V2DI, UNS_FLOATE_V2DI): Add definitions.
1989         * config/altivec.md (define_insn "p8_vmrgew_<mode>",
1990         define_mode_attr VF_sxddp): Add V4SF type to p8_vmrgew.
1991         * config/rs6000/altivec.h (vec_float, vec_float2, vec_floate,
1992         vec_floato): Add builtin defines.
1993         * doc/extend.texi (vec_float, vec_float2, vec_floate, vec_floato):
1994         Update the built-in documentation file for the new built-in
1995         functions.
1997 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
1999         * config/arm/arm.opt (marm): Mark as the negative of of -mthumb.
2000         (mthumb): Mark as the negative of -marm.
2002 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
2004         * doc/invoke.texi (ARM Options, -mcpu): Document supported
2005         extension options.
2006         (ARM Options, -mtune): Document that this accepts the same
2007         extension options as -mcpu.
2008         (ARM Options, -mfpu): Document addition of -mfpu=auto.
2010 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
2012         * doc/invoke.texi (ARM Options, -march=): Document new syntax and
2013         permitted extensions.
2015 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
2017         * config/arm/arm-cpus.in (armv7): Add extension +nofp.
2018         (armv7-r): Add aliases vfpv3xd and vfpv3-d16.
2019         (armv8-m.main): Add option +nodsp.
2020         * config/arm/arm-cpu-cdata.h: Regenerated.
2022 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
2024         * config/arm/t-fuchsia: New file.
2025         * config.gcc (arm*-*-fuchsia*): Use it.
2027 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
2029         * config/arm/t-symbian: Rewrite for new option infrastructure.
2031 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
2033         * config/arm/t-phoenix (MULTILIB_REUSE): Clear variable.
2034         (MULTILIB_REQUIRED): Likewise.
2036 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
2038         * config/arm/t-linux-eabi (MULTILIB_EXCEPTIONS): Set to empty.
2039         (MULTILIB_RESUE): Likewise.
2040         (MULTILIB_MATCHES): Likewise.
2041         (MULTLIB_REQUIRED): Likewise.
2043 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
2045         * config/arm/t-rtems: Rewrite for new option framework.
2047 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
2049         * config/arm/t-aprofile (v7_a_nosimd_variants, v7_a_simd_variants)
2050         (v7ve_nosimd_variatns, v7ve_vfpv3_simd_variants)
2051         (v7ve_vfpv4_simd_variants, v8_a_nosimd_variants, v8_a_simd_variants)
2052         (v8_1_a_simd_variants, v8_2_a_simd_variants): Move to ...
2053         * config/arm/t-multilib: ... here.
2054         (MULTILIB_OPTIONS): Add armv7 and armv7+fp architectures.
2055         (MULTILIB_MATCHES): Use armv7 libraries for armv7-r.  Also use for
2056         armv7-a and armv8*-a when A-profile libraries have not been built.
2057         * config/arm/t-rmprofile: Rewrite.
2059 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
2061         * genmultilib (multilib_reuse): Allow an explicit period to be escaped
2062         with a backslash.  Remove the backslash after substituting unescaped
2063         periods.
2064         * doc/fragments.texi (MULTILIB_REUSE): Document it.
2066 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
2068         * config.gcc: (arm*-*-*): When building a-profile libraries, force
2069         the driver to pass through the default setting of -mfloat-abi.
2070         * common/config/arm/arm-common.c (arm_target_thumb_only): Return -marm
2071         rather than NULL.
2072         * config/arm/t-multilib (MULTILIB_REUSE): Initialize to empty.
2073         (all_feat_combs): New rule.
2074         (MULTILIB_OPTIONS): Use explicit ARM and Thumb directories.  Rework
2075         default libraries.
2076         * config/arm/t-aprofile: Rewrite.
2078 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
2080         * config/arm/arm.h (FPUTYPE_AUTO): Define.
2081         * config/arm/arm.c (arm_option_override): Use FPUTYPE_AUTO if the
2082         fpu is not specified by the user/command-line.
2083         * config/arm/bpabi.h (FPUTYPE_DEFAULT): Delete.
2084         * config/arm/netbsd-elf.h (FPUTYPE_DEFAULT): Delete.
2085         * config/arm/linux-elf.h (FPUTYPE_DEFAULT): Delete.
2086         * config/arm/vxworks.h (FPUTYPE_DEFAULT): Delete.
2087         * common/config/arm/arm-common.c (arm_canon_arch_option): Use
2088         FPUTYPE_AUTO insted of FPUTYPE_DEFAULT.
2090 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
2092         * config/arm/elf.h (MULTILIB_DEFAULTS): Delete.
2093         * config/arm/t-arm-elf: Rewritten.
2095 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
2097         * config/arm/arm.h (TARGET_HARD_FLOAT): Also check that we
2098         have some floating-point instructions.
2099         (TARGET_SOFT_FLOAT): Define as inverse of TARGET_HARD_FLOAT.
2100         (TARGET_MAYBE_HARD_FLOAT): New macro.
2101         * config/arm/arm-builtins.c (arm_init_builtins): Use
2102         TARGET_MAYBE_HARD_FLOAT.
2103         * config/arm/arm.c (arm_option_override): Use TARGET_HARD_FLOAT_ABI.
2105 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
2107         * common/config/arm/arm-common.c: Define INCLUDE_LIST.
2108         (configargs.h): Include it.
2109         (arm_print_hint_for_fpu_option): New function.
2110         (arm_parse_fpu_option): New function.
2111         (candidate_extension): New class.
2112         (arm_canon_for_multilib): New function.
2113         * config/arm/arm.h (CANON_ARCH_SPEC_FUNCTION): New macro.
2114         (EXTRA_SPEC_FUNCTIONS): Add CANON_ARCH_SPEC_FUNCTION.
2115         (ARCH_CANONICAL_SPECS): New macro.
2116         (DRIVER_SELF_SPECS): Add ARCH_CANONICAL_SPECS.
2118 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
2120         * config.gcc (arm*-*-*): Ensure both target_cpu_cname and with_cpu
2121         are set after handling multilib fragments.  Set target_cpu_default2
2122         from with_cpu.
2124 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
2126         * config.gcc (arm*-*-fucshia*): Set target_cpu_cname to the real
2127         cpu name.
2128         (arm*-*-*): Set target_cpu_default2 to a quoted string.
2129         * config/arm/parsecpu.awk (check_cpu): Validate any extension
2130         options.
2131         (check_arch): Likewise.
2132         * config/arm/arm.c (arm_configure_build_target): Handle
2133         TARGET_CPU_DEFAULT being a string constant.  Scan any feature
2134         options in the default.
2136 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
2138         * config/arm/arm-protos.h (cpu_arch_extension): Add field to record
2139         when an option is an alias of another.
2140         * config/arm/parsecpu.awk (optalias): New parser token.
2141         (gen_comm_data): Mark non-alias options as such.  Emit entries
2142         for extension aliases.
2143         * config/arm/arm-cpus.in (armv5e): Make vfpv2 an alias.
2144         (armv5te, armv5tej, armv6, armv6j, armv6k, armv6z): Likewise.
2145         (armv6kz, armv6zk, armv6t2): Likewise.
2146         (armv7): Make vfpv3-d16 an alias.
2147         (armv7-a): Make vfpv3-d16, neon and neon-vfpv3 aliases.  Sort in
2148         canonical order.
2149         (armv7ve): Make vfpv4-d16, neon-vfpv3 and neon-vfpv4 aliases.
2150         Sort in canonical order.
2151         (armv8-a): Sort in canonical order.
2152         (armv8.1-a, armv8.2-a):  Likewise.
2153         (generic-armv7-a): Make neon and neon-vfpv3 aliases.  Sort in
2154         canonical order.
2155         (cortex-a9): Sort in canonical order.
2156         * config/arm/arm.c (selftests.h): Include it.
2157         (arm_test_cpu_arch_data): New function.
2158         (arm_run_self_tests): New function.
2159         (TARGET_RUN_TARGET_SELFTESTS): Redefine.
2160         (targetm): Move declaration to the end of the file.
2161         * arm-cpu-cdata.h: Regenerated.
2163 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
2165         * config/arm/arm.h (TARGET_MODE_SPECS): Add additional parameter to
2166         call to target_mode_check describing the type of option passed.
2167         * common/config/arm/arm-common.c (arm_arch_core_flag): Delete.
2168         (arm_target_thumb_only): Use arm_parse_arch_option_name or
2169         arm_parse_cpu_option_name to match parameters against list of
2170         available targets.
2171         * config/arm/parsecpu.awk (gen_comm_data): Don't generate
2172         arm_arch_core_flags data structure.
2173         * config/arm/arm-cpu_cdata.h: Regenerated.
2175 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
2177         * common/config/arm/arm-common.c (arm_initialize_isa): Moved here from
2178         config/arm/arm.c.
2179         (arm_print_hint_for_cpu_option): Likewise.
2180         (arm_print_hint_for_arch_option): Likewise.
2181         (arm_parse_cpu_option_name): Likewise.
2182         (arm_parse_arch_option_name): Likewise.
2183         * config/arm/arm.c (arm_identify_fpu_from_isa): Use the computed number
2184         of entries in the all_fpus list.
2185         * config/arm/arm-protos.h (all_architectures, all_cores): Declare.
2186         (arm_parse_cpu_option_name): Declare.
2187         (arm_parse_arch_option_name): Declare.
2188         (arm_parse_option_features): Declare.
2189         (arm_intialize_isa): Declare.
2190         * config/arm/parsecpu.awk (gen_data): Move CPU and architecture
2191         data tables to ...
2192         (gen_comm_data): ... here.  Make definitions non-static.
2193         * config/arm/arm-cpu-data.h: Regenerated.
2194         * config/arm/arm-cpu-cdata.h: Regenerated.
2196 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
2198         * config/arm/arm-protos.h (arm_build_target): Remove arch_core.
2199         (cpu_arch_extension): New structure.
2200         (cpu_arch_option, arch_option, cpu_option): New structures.
2201         * config/arm/parsecpu.awk (gen_headers): Build an enumeration of
2202         architecture types.
2203         (gen_data): Generate new format data tables.
2204         * config/arm/arm.c (cpu_tune): New structure.
2205         (cpu_option, processors): Delete.
2206         (arm_print_hint_for_core_or_arch): Delete.  Replace with ...
2207         (arm_print_hint_for_cpu_option): ... this and ...
2208         (arm_print_hint_for_arch_option): ... this.
2209         (arm_parse_arch_cpu_name): Delete.  Replace with ...
2210         (arm_parse_cpu_option_name): ... this and ...
2211         (arm_parse_arch_option_name): ... this.
2212         (arm_unrecognized_feature): Change type of target parameter to
2213         cpu_arch_option.
2214         (arm_parse_arch_cpu_features): Delete.  Replace with ...
2215         (arm_parse_option_features): ... this.
2216         (arm_configure_build_target): Rework to use new configuration data
2217         tables.
2218         (arm_print_tune_info): Rework for new configuration data tables.
2219         * config/arm/arm-cpu-data.h: Regenerated.
2220         * config/arm/arm-cpu.h: Regenerated.
2222 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
2224         * Makefile.in (OBJS): Move sbitmap.o from here ...
2225         (OBJS-libcommon): ... to here.
2227 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
2229         * config/arm/arm-isa.h (ISA_ALL_FPU_INTERNAL): Renamed from ISA_ALL_FPU.
2230         (ISA_ALL_CRYPTO): New macro.
2231         (ISA_ALL_SIMD): New macro
2232         (ISA_ALL_FP): New macro.
2233         * config/arm/arm.c (fpu_bitlist): Update initializer.
2234         * config/arm/arm-cpus.in: Use new ISA_ALL macros to disable crypto,
2235         simd or fp.
2236         (arm9e): Add fpu.  Add option for nofp
2237         (arm946e-s, arm966e-s, arm968e-s, arm10e, arm1020e, arm1022e): Likewise.
2238         (arm926ej-s, arm1026ej-s): Likewise.
2239         (generic-armv7-a): Add fpu.  Add options for simd, vfpv3, vfpv3-d16,
2240         vfpv3-fp16, vfpv3-d16-fp16, vfpv4, vfpv4-d16, neon, neon-vfp3,
2241         neon-fp16, neon-vfpv4, nofp and nosimd.
2242         (cortex-a5, cortex-a7): Add fpu.  Add options for nosimd and nofp.
2243         (cortex-a8): Add fpu.  Add option for nofp.
2244         (cortex-a9): Add fpu.  Add options for nosimd and nofp.
2245         (cortex-a12, cortex-a15, cortex-a17): Add fpu.  Add option for nofp.
2246         (cortex-r4f): Add fpu.
2247         (cortex-r5): Add fpu.  Add options for nofp.dp and nofp.
2248         (cortex-r7): Use idiv option from architecture.  Add fpu.  Add option
2249         for nofp.
2250         (cortex-r8): Likewise.
2251         (cortex-m4): Add fpu.  Add option for nofp.
2252         (cortex-a15.cortex-a7): Add fpu.  Add option for nofp.
2253         (cortex-a17.cortex-a7): Likewise.
2254         (cortex-a32): Add fpu.  Add options for crypto and nofp.
2255         (cortex-a35, cortex-a53): Likewise.
2256         (cortex-a57): Add fpu.  Add option for crypto.
2257         (cortex-a72, cortex-a73): Likewise.
2258         (exynos-m1): Likewise.
2259         (cortex-a57.cortex-a53, cortex-a72.cortex-a53): Likewise.
2260         (cortex-a73.cortex-a35, cortex-a73.cortex-a53): Likewise.
2261         (cortex-m33): Add fpu.  Add option for nofp.
2262         * config/arm/arm-cpu-cdata.h: Regenerated
2263         * config/arm/arm-cpu-data.h: Regenerated.
2265 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
2267         * arm-cpus.in (armv5e): Add options fp, vfpv2 and nofp.
2268         (armv5te, armv5tej): Likewise.
2269         (armv6, armv6j, armv6k, armv6z, armv6kz, armv6zk, armv6t2): Likewise.
2270         (armv7): Add options fp and vfpv3-d16.
2271         (armv7-a): Add options fp, simd, vfpv3, vfpv3-d16, vfpv3-d16-fp16,
2272         vfpv3-fp16, vfpv4, vfpv4-d16, neon, neon-vfpv3, neon-fp16, neon-vfpv4,
2273         nofp and nosimd.
2274         (armv7ve): Likewise.
2275         (armv7-r): Add options fp, fp.sp, idiv, nofp and noidiv.
2276         (armv7e-m): Add options fp, fpv5, fp.dp and nofp.
2277         (armv8-a): Add nocrypto option.
2278         (armv8.1-a, armv8.2-a): Likewise.
2279         (armv8-m.main): add options fp, fp.dp and nofp.
2281 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
2283         * config/arm/arm-cpus.in (armv8-a): Add options crc, simd crypto and
2284         nofp.
2285         (armv8-a+crc): Delete.
2286         (armv8.1-a): Add options simd, crypto and nofp.
2287         (armv8.2-a): Add options fp16, simd, crypto and nofp.
2288         (armv8.2-a+fp16): Delete.
2289         (armv8-m.main): Add option dsp.
2290         (armv8-m.main+dsp): Delete.
2291         (cortex-a8): Add fpu.  Add nofp option.
2292         (cortex-a9): Add fpu.  Add nofp and nosimd options.
2293         * config/arm/parsecpu.awk (gen_data): Generate option tables and
2294         link to main cpu and architecture data structures.
2295         (gen_comm_data): Only put isa attributes from the main architecture
2296         in common tables.
2297         (option): New statement for architecture and CPU entries.
2298         * arm.c (struct cpu_option): New structure.
2299         (struct processors): Add entry for options.
2300         (arm_unrecognized_feature): New function.
2301         (arm_parse_arch_cpu_name): Ignore any characters after the first
2302         '+' character.
2303         (arm_parse_arch_cpu_feature): New function.
2304         (arm_configure_build_target): Separate out any CPU and architecture
2305         features and parse separately.  Don't error out if -mfpu=auto is
2306         used with only an architecture string.
2307         (arm_print_asm_arch_directives): New function.
2308         (arm_file_start): Call it.
2309         * config/arm/arm-cpu-cdata.h: Regenerated.
2310         * config/arm/arm-cpu-data.h: Likewise.
2311         * config/arm/arm-tables.opt: Likewise.
2313 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
2315         * config/arm/elf.h (ASM_SPEC): Only pass -mfpu through to the
2316         assembler when it is not -mfpu=auto.
2318 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
2320         * config/arm/arm.h (BIG_LITTLE_SPEC): Delete macro.
2321         (ASM_REWRITE_SPEC_FUNCTIONS): New macro.
2322         (BIG_LITTLE_CPU_SPEC_FUNCTIONS): Delete macro.
2323         (ASM_CPU_SPEC): Rewrite.
2324         (MCPU_MTUNE_NATIVE_FUNCTIONS): New macro.
2325         (EXTRA_SPEC_FUNCTIONS): Move outside of ifdef.  Use
2326         MCPU_MTUNE_NATIVE_FUNCTIONS and ASM_REWRITE_SPEC_FUNCTIONS.  Remove
2327         reference to BIG_LITTLE_CPU_SPEC_FUNCTIONS.
2328         * common/config/arm/arm-common.c (arm_rewrite_selected_cpu): Ensure
2329         copied string is NUL-terminated.  Also strip any characters prefixed
2330         by '+'.
2331         (arm_rewrite_selected_arch): New function.
2332         (arm_rewrite_march): New function.
2334 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
2336         * config/arm/arm.opt (x_arm_arch_string): New TargetSave option.
2337         (x_arm_cpu_string, x_arm_tune_string): Likewise.
2338         (march, mcpu, mtune): Convert to string-based options.
2339         * config/arm/arm.c (arm_print_hint_for_core_or_arch): New function.
2340         (arm_parse_arch_cpu_name): New function.
2341         (arm_configure_build_target): Use arm_parse_arch_cpu_name to
2342         identify selected architecture or CPU.
2343         (arm_option_save): New function.
2344         (TARGET_OPTION_SAVE): Redefine.
2345         (arm_option_restore): Restore string options.
2346         (arm_option_print): Print string options.
2348 2017-06-16  Martin Sebor  <msebor@redhat.com>
2350         PR tree-optimization/80933
2351         PR tree-optimization/80934
2352         * builtins.c (fold_builtin_3): Do not handle bcmp here.
2353         * gimple-fold.c (gimple_fold_builtin_bcmp): New function.
2354         (gimple_fold_builtin_bcopy, gimple_fold_builtin_bzero): Likewise.
2355         (gimple_fold_builtin): Call them.
2357 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
2359         * gimple-ssa-isolate-paths.c (isolate_path): Set edge leading to path
2360         as unlikely; update profile.
2362 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
2364         * predict.c (force_edge_cold): Handle declaring edges impossible
2365         more aggresively.
2367 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
2369         * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Update
2370         profile.
2371         (try_unroll_loop_completely): Fix reporting.
2373 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
2375         * tree-ssa-tail-merge.c (replace_block_by): Fix profile updating.
2377 2017-06-16  James Greenhalgh  <james.greenhalgh@arm.com>
2379         PR target/71778
2380         * config/arm/arm-builtins.c (arm_expand_builtin_args): Return TARGET
2381         if given a non-constant argument for an intrinsic which requires a
2382         constant.
2384 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
2386         * profile.c (compare_freqs): New function.
2387         (branch_prob): Sort edge list.
2388         (find_spanning_tree): Assume that the list is priority sorted.
2390 2017-06-16  Richard Biener  <rguenther@suse.de>
2392         PR tree-optimization/81090
2393         * passes.def (pass_record_bounds): Remove.
2394         * tree-pass.h (make_pass_record_bounds): Likewise.
2395         * tree-ssa-loop.c (pass_data_record_bounds, pass_record_bounds,
2396         make_pass_record_bounds): Likewise.
2397         * tree-ssa-loop-ivcanon.c (canonicalize_induction_variables): Do
2398         not free niter estimates at the beginning but at the end.
2399         * tree-scalar-evolution.c (scev_finalize): Free niter estimates.
2401 2017-06-16  Richard Biener  <rguenther@suse.de>
2403         * tree-switch-conversion.c (emit_case_bit_tests): Adjust
2404         initializer to workaround ICE in host GCC 4.8.
2406 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
2408         * ipa-inline-transform.c (update_noncloned_frequencies): Update also
2409         counts.
2410         (clone_inlined_nodes): Update.
2412 2017-06-16  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
2414         * config/aarch64/aarch64.c (qdf24xx_prefetch_tune): Update
2415         prefetch settings, and enable prefetching by default at -O3.
2417 2017-06-16  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
2419         * config/aarch64/aarch64.c (aarch64_override_options_internal):
2420         Set flag_prefetch_loop_arrays according to tuning data.
2422 2017-06-16  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
2424         * config/aarch64/aarch64-protos.h (struct cpu_prefetch_tune):
2425         New tune structure.
2426         (struct tune_params): Use cpu_prefetch_tune instead of cache_line_size.
2427         [Unrelated to main purpose of the patch] Place the pointer field last
2428         to enable type checking errors when tune structure are wrongly merged.
2429         * config/aarch64/aarch64.c (generic_prefetch_tune,)
2430         (exynosm1_prefetch_tune, qdf24xx_prefetch_tune,)
2431         (thunderx2t99_prefetch_tune): New tune constants.
2432         (tune_params *_tunings): Update all tunings (no functional change).
2433         (aarch64_override_options_internal): Set PARAM_SIMULTANEOUS_PREFETCHES,
2434         PARAM_L1_CACHE_SIZE, PARAM_L1_CACHE_LINE_SIZE, and PARAM_L2_CACHE_SIZE
2435         from tunings structures.
2437 2017-06-16  Jakub Jelinek  <jakub@redhat.com>
2439         PR sanitizer/81094
2440         * ubsan.c (instrument_null): Add T argument, use it instead
2441         of computing it based on IS_LHS.
2442         (instrument_object_size): Likewise.
2443         (pass_ubsan::execute): Adjust instrument_null and
2444         instrument_object_size callers to pass gimple_get_lhs or
2445         gimple_assign_rhs1 result to it.  Use instrument_null instead of
2446         calling get_base_address and instrument_mem_ref.  Handle
2447         aggregate call arguments for object-size sanitization.
2449 2017-06-16  Yury Gribov  <tetra2005@gmail.com>
2451         PR tree-optimization/81089
2452         * tree-vrp.c (is_masked_range_test): Validate operands of
2453         subexpression.
2455 2017-06-15  Martin Sebor  <msebor@redhat.com>
2457         PR c++/80560
2458         * dumpfile.c (dump_register): Avoid calling memset to initialize
2459         a class with a default ctor.
2460         * gcc.c (struct compiler): Remove const qualification.
2461         * genattrtab.c (gen_insn_reserv): Replace memset with initialization.
2462         * hash-table.h: Ditto.
2463         * ipa-cp.c (allocate_and_init_ipcp_value): Replace memset with
2464           assignment.
2465         * ipa-prop.c (ipa_free_edge_args_substructures): Ditto.
2466         * omp-low.c (lower_omp_ordered_clauses): Replace memset with
2467         default ctor.
2468         * params.h (struct param_info): Make struct members non-const.
2469         * tree-switch-conversion.c (emit_case_bit_tests): Replace memset
2470         with default initialization.
2471         * vec.h (vec_copy_construct, vec_default_construct): New helper
2472         functions.
2473         (vec<T>::copy, vec<T>::splice, vec<T>::reserve): Replace memcpy
2474         with vec_copy_construct.
2475         (vect<T>::quick_grow_cleared): Replace memset with default ctor.
2476         (vect<T>::vec_safe_grow_cleared, vec_safe_grow_cleared): Same.
2477         * doc/invoke.texi (-Wclass-memaccess): Document.
2479 2017-06-15  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
2481         * emit-rtl.h (is_leaf): Update comment about local
2482         register allocator.
2484 2017-06-15  Jozef Lawrynowicz   <jozef.l@somniumtech.com>
2486         PR target/78818
2487         * config/msp430/msp430.c (msp430_data_attr): Check that it's possible
2488         for a variable to have a section before checking if the section has a
2489         name.
2490         Set section to.persistent if persistent attribute is set.
2491         Warn if .persistent attribute is used on an automatic variable.
2493 2017-06-15  Eric Botcazou  <ebotcazou@adacore.com>
2495         PR rtl-optimization/80474
2496         * reorg.c (update_block): Do not ignore instructions in a delay slot.
2498 2017-06-15  Segher Boessenkool  <segher@kernel.crashing.org>
2500         * config/rs6000/rs6000.md (add<mode>3): Use reg_or_subregno instead
2501         of REGNO.
2503 2017-06-14  Maciej W. Rozycki  <macro@imgtec.com>
2505         * config/mips/mips.md (MIPS16_T_REGNUM): Remove constant.
2506         (casesi): Emit bounds checking as RTL.
2507         (casesi_internal_mips16_<mode>): Remove bounds checking.
2509 2017-06-14  Max Filippov  <jcmvbkbc@gmail.com>
2511         * config/xtensa/xtensa.c (xtensa_option_override): Append
2512         MASK_CONST16 to target_flags in the absence of TARGET_L32R.
2513         (hwloop_optimize, hwloop_fail, hwloop_pattern_reg,
2514          xtensa_doloop_hooks): Define unconditionally.
2515         (xtensa_reorg_loops): Only call reorg_loops in the presence of
2516         TARGET_LOOPS.
2517         * config/xtensa/xtensa.h (TARGET_L32R): New definition.
2518         (TARGET_DEFAULT): Remove XCHAL_HAVE_L32R condition and account
2519         for it in xtensa_option_override.
2520         (HARD_FRAME_POINTER_IS_FRAME_POINTER,
2521          HARD_FRAME_POINTER_IS_ARG_POINTER): New definitions.
2523 2017-06-14  Boris Kolpackov  <boris@codesynthesis.com>
2525         * doc/cppopts.texi: Document '-' special value to -MF.
2527 2017-06-14  Wilco Dijkstra  <wdijkstr@arm.com>
2529         * config/arm/cortex-a53.md (cortex_a53_fpalu) Adjust latency.
2530         (cortex_a53_fconst): Likewise.
2531         (cortex_a53_fpmul): Likewise.
2532         (cortex_a53_f_load_64): Likewise.
2533         (cortex_a53_f_load_many): Likewise.
2534         (cortex_a53_advsimd_alu): Likewise.
2535         (cortex_a53_advsimd_alu_q): Likewise.
2536         (cortex_a53_advsimd_mul): Likewise.
2537         (cortex_a53_advsimd_mul_q): Likewise.
2538         (fpmac bypass): Add new bypass for fpmac-fpmac case.
2539         Add missing fmul, r2f_cvt and fconst cases.
2541 2017-06-14  Richard Biener  <rguenther@suse.de>
2543         PR middle-end/81088
2544         * fold-const.c (split_tree): Drop TREE_OVERFLOW flag from
2545         literal constants.
2546         (fold_binary_loc): When associating do not treat pre-existing
2547         TREE_OVERFLOW on literal constants as a reason to allow
2548         TREE_OVERFLOW on associated literal constants.
2550 2017-06-14  Eric Botcazou  <ebotcazou@adacore.com>
2552         * config/sparc/sparc.h (MASK_ISA): Add MASK_LEON and MASK_LEON3.
2553         (MASK_FEATURES): New macro.
2554         * config/sparc/sparc.c (sparc_option_override): Remove the special
2555         handling of -mfpu and generalize it to all MASK_FEATURES switches.
2557 2017-06-14  Eric Botcazou  <ebotcazou@adacore.com>
2559         * simplify-rtx.c (simplify_binary_operation_1) <UDIV>: Do not simplify
2560         a division of 0 if non-call exceptions are enabled.
2562 2017-06-14  Andrew Pinski  <apinski@cavium.com>
2563             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
2565         PR target/71663
2566         * config/aarch64/aarch64.c (aarch64_expand_vector_init):
2567         Improve vector initialization code gen for only variable case.
2569 2017-06-14  Eric Botcazou  <ebotcazou@adacore.com>
2571         * config/sparc/driver-sparc.c (cpu_names): Add SPARC-T5 entry.
2573 2017-06-14  Richard Biener  <rguenther@suse.de>
2575         PR tree-optimization/81083
2576         * tree-ssa-sccvn.c (vn_reference_lookup_3): Do not use abnormals
2577         as values.
2579 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
2581         * config/rs6000/rs6000.c: Update all comments that mentioned SPE.
2582         (rs6000_expand_builtin): Remove RS6000_BTC_EVSEL.
2583         * config/rs6000/rs6000.h (RS6000_BTC_EVSEL): Delete.
2584         * config/rs6000/vxworks.h (VXCPU_FOR_8548): Delete.  Adjust former use.
2585         * config/rs6000/vxworksae.h (VXCPU_FOR_8548): Delete.
2586         * config/rs6000/vxworksmils.h (VXCPU_FOR_8548): Delete.
2588 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
2590         * config/rs6000/rs6000-opts.h (enum rs6000_vector): Delete VECTOR_SPE.
2591         * config/rs6000/rs6000.c (rs6000_debug_vector_unit): Delete VECTOR_SPE.
2593 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
2595         * config/rs6000/rs6000.h (FIXED_SCRATCH): Delete.
2597 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
2599         * config/rs6000/t-rtems: Don't handle SPE.
2601 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
2603         * config/rs6000/t-linux: Don't handle SPE.
2605 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
2607         * config/rs6000/eabispe.h: Delete file.
2609 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
2611         * config/rs6000/t-spe: Delete file.
2613 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
2615         * config/rs6000/rs6000.c (SPE_CONST_OFFSET_OK): Delete.
2616         (rs6000_legitimate_offset_address_p): Return false for anything in
2617         V2SImode or V2SFmode.
2619 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
2621         * config/rs6000/rs6000-modes.def: Remove all 8-byte vector modes
2622         except V2SF and V2SI.  Rearrange the vector modes, and add comments.
2623         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Remove V8QImode
2624         and V4HImode.
2625         (reg_offset_addressing_ok_p): Remove V4HImode and V1DImode.
2626         (rs6000_legitimate_offset_address_p): Ditto.
2627         (rs6000_emit_move): Ditto.
2628         (rs6000_init_builtins): Remove V4HI_type_node.
2630 2017-06-13  Martin Liska  <mliska@suse.cz>
2632         PR sanitize/78204
2633         * asan.c (asan_sanitize_stack_p): Use sanitize_flags_p.
2634         (gate_asan): Likewise.
2635         * asan.h (asan_no_sanitize_address_p): Remove the function.
2636         (sanitize_flags_p): New function.
2637         * builtins.def: Fix coding style.
2638         * common.opt: Use renamed enum value.
2639         * convert.c (convert_to_integer_1): Use sanitize_flags_p.
2640         * doc/extend.texi: Document no_sanitize attribute.
2641         * flag-types.h (enum sanitize_code): Rename SANITIZE_NONDEFAULT
2642         to SANITIZE_UNDEFINED_NONDEFAULT.
2643         * gcc.c (sanitize_spec_function): Use the renamed enum value.
2644         * gimple-fold.c (optimize_atomic_compare_exchange_p):
2645         Use sanitize_flags_p.
2646         * gimplify.c (gimplify_function_tree): Likewise.
2647         * ipa-inline.c (sanitize_attrs_match_for_inline_p): Likewise.
2648         * opts.c (parse_no_sanitize_attribute): New function.
2649         (common_handle_option): Use renamed enum value.
2650         * opts.h (parse_no_sanitize_attribute): Declare.
2651         * tree.c (sanitize_flags_p): New function.
2652         * tree.h: Declared here.
2653         * tsan.c: Use sanitize_flags_p.
2654         * ubsan.c (ubsan_expand_null_ifn): Likewise.
2655         (instrument_mem_ref): Likewise.
2656         (instrument_bool_enum_load): Likewise.
2657         (do_ubsan_in_current_function): Remove the function.
2658         (pass_ubsan::execute): Use sanitize_flags_p.
2659         * ubsan.h: Remove do_ubsan_in_current_function
2660         * tree-cfg.c (print_no_sanitize_attr_value): New function.
2661         (dump_function_to_file): Use it here.
2663 2017-06-13  Martin Jambor  <mjambor@suse.cz>
2665         PR tree-optimization/80803
2666         PR tree-optimization/81063
2667         * tree-sra.c (subtree_mark_written_and_enqueue): Move up in the file.
2668         (propagate_subaccesses_across_link): Enqueue subtree whenever
2669         necessary instead of relying on the caller.
2671 2017-06-13  Martin Jambor  <mjambor@suse.cz>
2673         * tree-sra.c (add_access_to_work_queue): Only enqueue accesses
2674         that have a first_link.
2675         (sort_and_splice_var_accesses): Do not check first_link before
2676         enquing.
2677         (subtree_mark_written_and_enqueue): Likewise.
2678         (propagate_all_subaccesses): Likewise and do not stop at first
2679         parent with a first_link.
2681 2017-06-13  Martin Jambor  <mjambor@suse.cz>
2683         * tree-sra.c (dump_access_tree_1): Fix accidental dumping to stderr
2684         instead of f.
2686 2017-06-13  Yury Gribov  <tetra2005@gmail.com>
2688         * match.pd: New pattern.
2690 2017-06-13  Yury Gribov  <tetra2005@gmail.com>
2692         * tree-vrp.c (is_masked_range_test): New function.
2693         (register_edge_assert_for): Determine ranges for
2694         some bit tests.
2696 2017-06-13  Yury Gribov  <tetra2005@gmail.com>
2698         PR tree-optimization/67328
2699         * fold-const.c (maskable_range_p): New function.
2700         (build_range_check): Generate bittests if possible.
2702 2017-06-13  Martin Liska  <mliska@suse.cz>
2704         * gimple-pretty-print.c (dump_probability): Add new argument.
2705         (dump_edge_probability): Dump both probability and count.
2706         (dump_gimple_label): Likewise.
2707         (dump_gimple_bb_header): Likewise.
2709 2017-06-13  Georg-Johann Lay  <avr@gjlay.de>
2711         PR target/81072
2712         * config/avr/avr-devices.c: Fix indentation.
2713         * config/avr/gen-avr-mmcu-specs.c: Dito.
2715 2017-06-13  Richard Biener  <rguenther@suse.de>
2717         * tree-vect-loop.c (vect_model_reduction_cost): Do not fail,
2718         instead get vector type from stmt_info.
2719         (vectorizable_reduction): Adjust.  Remove dead code.
2721 2017-06-13  Richard Biener  <rguenther@suse.de>
2723         PR middle-end/81065
2724         * fold-const.c (extract_muldiv_1): Remove bogus distribution
2725         case of C * (x * C2 + C3).
2726         (fold_addr_of_array_ref_difference): Properly fold index difference.
2728 2017-06-12  David S. Miller  <davem@davemloft.net>
2730         PR target/80968
2731         * config/sparc/sparc.md (return expander): Emit frame blockage if
2732         function uses alloca.
2734 2017-06-12  Richard Sandiford  <richard.sandiford@linaro.org>
2736         * combine.c (make_field_assignment): Check len rather than the mode
2737         precision when calling force_to_mode.
2739 2017-06-12  Georg-Johann Lay  <avr@gjlay.de>
2741         Support multilibs and devices that see flash in RAM address range.
2743         PR target/81072
2744         * config/avr/avr-arch.h (avr_arch_id) <ARCH_AVRXMEGA3>: New enum.
2745         (avr_mcu_t) <flash_pm_offset>: New field.
2746         (avr_device_specific_features) <AVR_ISA_RCALL>: New enum.
2747         * config/avr/avr.h (AVR_SHORT_CALLS): New define.
2748         (AVR_HAVE_JMP_CALL): Don't set if AVR_SHORT_CALLS.
2749         (AVR_TINY_PM_OFFSET): Remove macro.
2750         * config/avr/avr.opt (-mshort-calls): New option.
2751         * config/avr/gen-avr-mmcu-specs.c (print_mcu)
2752         [*self_spec]: Add / remove -mshort-calls depending on AVR_ISA_RCALL.
2753         * config/avr/avr-c.c (avr_cpu_cpp_builtins)
2754         <__AVR_SHORT_CALLS__>: Built-in define if AVR_SHORT_CALLS.
2755         <__AVR_HAVE_JMP_CALL__>: Use AVR_HAVE_JMP_CALL as condition
2756         instead of avr_arch->have_jmp_call.
2757         <__AVR_PM_BASE_ADDRESS__>: Built-in define if avr_arch->flash_pm_offset.
2758         [AVR_TINY] <__AVR_TINY_PM_BASE_ADDRESS__>: Use
2759         avr_arch->flash_pm_offset to define.
2760         * config/avr/avr-devices.c (avr_arch_types): Add initializers for
2761         new field flash_pm_offset.  Add entry for avrxmega3.
2762         (avr_texinfo): Add entry for avrxmega3.
2763         * config/avr/avr-mcus.def: Add entries for: avrxmega3,
2764         attiny212, attiny214,
2765         attiny412, attiny414, attiny416, attiny417,
2766         attiny814, attiny816, attiny817,
2767         attiny1614, attiny1616, attiny1617,
2768         attiny3214, attiny3216, attiny3217.
2769         * config/avr/avr.c (avr_assemble_integer)[AVR_TINY]: Use
2770         avr_arch->flash_pm_offset instead of AVR_TINY_PM_OFFSET.
2771         (avr_print_operand_address) [AVR_TINY]: Same.
2772         (avr_asm_init_sections) <readonly_data_section>: Only patch
2773         callback if avr_arch->flash_pm_offset = 0.
2774         (avr_asm_named_section) <avr_need_copy_data_p>: Skip setting it
2775         for rodata if avr_arch->flash_pm_offset != 0.
2776         (avr_encode_section_info) [AVR_TINY]: Adjust comment.
2777         * config/avr/genmultilib.awk (dir_rcall, opt_rcall): New vars.
2778         (opts) [AVR_ISA_RCALL]: Append opt_rcall.
2779         (m_options): Append opt_rcall.
2780         (m_dirnames): Append dir_rcall.
2781         * config/avr/t-multilib: Regenerate.
2783         * configure.ac [target=avr]: Check whether avrxmega3 default
2784         linker description file works as needed.
2785         * configure: Regenerate.
2786         * doc/avr-mmcu.texi: Regenerate.
2787         * doc/invoke.texi (AVR Options) <-mshort-calls>: Document it.
2788         <__AVR_ARCH__>: Document avrxmega3 and 103.
2789         <__AVR_HAVE_JMP_CALL__>: Adjust documentation.
2790         <__AVR_SHORT_CALLS__>: Document it.
2791         <__AVR_PM_BASE_ADDRESS__>: Document it.
2792         * doc/extend.texi (AVR Options) <-mshort-calls>: Document it.
2793         (AVR Variable Attributes) <progmem>: Document this is
2794         not needed for avrxmega3.
2795         (AVR Named Address Spaces) <__flash>: Dito.
2797 2017-06-12  Jan Hubicka  <hubicka@ucw.cz>
2799         * cgraph.c (cgraph_node::dump): Complain about profile insanities.
2801 2017-06-12  Doug Rupp  <rupp@adacore.com>
2803         * config.gcc (*-*-vxworks*): Set use_gcc_stdint to "provide".
2804         Append vxworks-stdint.h to the tm_file list.
2805         * config/vxworks-stdint.h: New file.
2807 2017-06-12  Martin Liska  <mliska@suse.cz>
2809         PR tree-optimization/81041
2810         * tree-profile.c (gimple_gen_ic_func_profiler):
2811         Create an extra BB in profile-generate
2812         (gimple_gen_time_profiler): Likewise.
2814 2017-06-12  Jakub Jelinek  <jakub@redhat.com>
2816         PR tree-optimization/81003
2817         * tree-ssa-reassoc.c (force_into_ssa_name): New function.
2818         (update_range_test): Use it instead of force_gimple_operand_gsi.
2820 2017-06-12  Richard Biener  <rguenther@suse.de>
2822         PR tree-optimization/81053
2823         * tree-vect-loop.c (vect_is_simple_reduction): Handle PHI
2824         with backedge value not defined in loop.  Simplify def stmt
2825         compute.
2827 2017-06-11  Tom de Vries  <tom@codesourcery.com>
2829         PR target/79939
2830         * config/nvptx/nvptx.c (nvptx_cannot_force_const_mem): New function.
2831         Return true.
2832         (TARGET_CANNOT_FORCE_CONST_MEM): Redefine to
2833         nvptx_cannot_force_const_mem.
2835 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
2837         * opts.c (finish_options): Move test for flag_split_stack after
2838         it has been initialized.
2840 2017-06-11  Jason Merrill  <jason@redhat.com>
2842         * tree.h (id_equal): New.
2843         * dwarf2out.c, hsa-gen.c, ipa-devirt.c, omp-expand.c,
2844         omp-simd-clone.c, read-rtl-function.c, tree-chkp.c, tree.c: Use it
2845         instead of strcmp of IDENTIFIER_POINTER.
2847 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
2849         * ipa-inline-transform.c: Include function.h, cfg.h and basic-block.h
2850         (mark_all_inlined_calls_cdtor): Fix formating.
2851         (inline_transform): Rescale profile before inlining.
2853 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
2855         * cgraph.h (cgraph_edge::clone): Update prototype.
2856         * cgraphclones.c (cgraph_edge::clone): Update profile scaling.
2857         (cgraph_node::create_clone): Update.
2858         (cgraph_node::create_version_clone): Update.
2859         * tree-inline.c (copy_bb): Update.
2860         (expand_call_inline): Update.
2862 2017-06-10  Segher Boessenkool  <segher@kernel.crashing.org>
2864         * config/rs6000/rs6000.c (emit_vrsave_prologue): New function,
2865         factored out from ...
2866         (rs6000_emit_prologue): ... here.
2868 2017-06-10  Segher Boessenkool  <segher@kernel.crashing.org>
2870         * config/rs6000/rs6000.c (emit_split_stack_prologue): New function,
2871         factored out from ...
2872         (rs6000_emit_prologue): ... here.
2874 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
2876         * predict.c (drop_profile): Also drop individual bb/edge and cgraph
2877         edge counts.
2878         (handle_missing_profiles): Fix computation of tp_first_run.
2879         (counts_to_freqs): Do not touch freqs when count is 0.
2881 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
2883         * cgraphbuild.c (cgraph_edge::rebuild_references): Do not touch
2884         profile.
2886 2017-06-10  Tom de Vries  <tom@codesourcery.com>
2888         * doc/sourcebuild.texi (Effective-Target Keywords, Environment
2889         attributes): Document signal effective target.
2891 2017-06-10  Tom de Vries  <tom@codesourcery.com>
2893         * doc/sourcebuild.texi (Effective-Target Keywords, Other attributes):
2894         Document effective target stack_size.
2896 2017-06-09  David Malcolm  <dmalcolm@redhat.com>
2898         * diagnostic.c (diagnostic_report_diagnostic): Only add fixits
2899         to the edit_context if they can be auto-applied.
2901 2017-06-9  Ian Lance Taylor  <iant@golang.org>
2903         * opts.c (finish_options): If -fsplit-stack, disable implicit
2904         -forder-blocks-and-partition.
2905         * doc/invoke.texi (Optimize Options): Document that when using
2906         -fsplit-stack -forder-blocks-and-partition is not implicitly
2907         enabled.
2909 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
2911         * builtin-attrs.def (ATTR_NORETURN_NOTHROW_LEAF_COLD_LIST,
2912         ATTR_CONST_NORETURN_NOTHROW_LEAF_COLD_LIST,
2913         ATTR_TMPURE_NORETURN_NOTHROW_LEAF_COLD_LIST): New.
2914         * builtins.def (abort, trap, unreachable): Declare cold.
2915         * calls.c (flags_from_decl_or_type): Lookup ECF_COLD.
2916         * tree-core.h (ECF_COLD): New.
2917         * tree.c (set_call_expr_flags): Handle ECF_COLD.
2918         (build_common_builtin_nodes): Mark unreachable and abort as cold.
2920 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
2922         * predict.c (unlikely_executed_stmt_p): Cleanup.
2924 2017-06-09  Richard Biener  <rguenther@suse.de>
2926         * tree-ssa-loop-im.c (execute_sm): Do not force multi-threaded
2927         model if the ref is always written to.
2929 2017-06-09  Tamar Christina  <tamar.christina@arm.com>
2931         * config/aarch64/aarch64.md (lrint<GPF:mode><GPI:mode>2): New.
2933 2017-06-09  Tamar Christina  <tamar.christina@arm.com>
2935         * config/arm/arm.c (arm_rtx_costs_internal): Make sdiv more expensive
2936         than udiv.
2938 2017-06-09  Tom de Vries  <tom@codesourcery.com>
2940         PR target/80855
2941         * config/nvptx/nvptx.md (define_expand "mov<QHSDISDFM>"): Error out with
2942         "target cannot support label values" when encountering LABEL_REF.
2944 2017-06-09  Martin Liska  <mliska@suse.cz>
2946         * tree-profile.c (gimple_gen_ic_profiler): Update comment.
2947         (gimple_gen_ic_func_profiler): Emit direct comparison
2948         of __gcov_indirect_call_callee with NULL.
2949         (gimple_gen_time_profiler): Change probability from
2950         PROB_VERY_UNLIKELY to PROB_UNLIKELY.
2952 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
2954         * profile.c (edge_gcov_counts): Turn to pointer.
2955         (compute_branch_probabilities, compute_branch_probabilities): Update.
2956         (branch_prob): Do not clear edge_gcov_count.
2957         * profile.h (edge_gcov_counts): Turn to pointer.
2958         (edge_gcov_count): Update.
2960 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
2962         * gimple.h (gimple_check_failed): Mark cold.
2964 2017-06-09  Richard Biener  <rguenther@suse.de>
2966         PR tree-optimization/66623
2967         * tree-vect-loop.c (vect_is_simple_reduction): Cleanup,
2968         refactor check_reduction into two parts, properly computing
2969         whether we have to check reduction validity for outer loop
2970         vectorization.
2972 2017-06-09  Richard Biener  <rguenther@suse.de>
2974         PR tree-optimization/79483
2975         * graphite-scop-detection.c (order): New global.
2976         (get_order): Compute bb to order mapping that satisfies code
2977         generation constraints.
2978         (cmp_pbbs): New helper.
2979         (build_scops): Start domwalk at entry block, sort generated
2980         pbbs.
2982 2017-06-09  Richard Biener  <rguenther@suse.de>
2984         PR middle-end/81007
2985         * ipa-polymorphic-call.c
2986         (ipa_polymorphic_call_context::restrict_to_inner_class):
2987         Skip FIELD_DECLs with error_mark_node type.
2988         * passes.def (all_lowering_passes): Run pass_build_cgraph_edges
2989         last again.
2991 2017-06-09  Martin Liska  <mliska@suse.cz>
2993         * predict.c (struct branch_predictor): New struct.
2994         (test_prediction_value_range): New test.
2995         (predict_c_tests): New function.
2996         * selftest-run-tests.c (selftest::run_tests): Run the function.
2997         * selftest.h: Declare new tests.
2999 2017-06-09  Segher Boessenkool  <segher@kernel.crashing.org>
3001         PR target/80966
3002         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Assert that
3003         gen_add3_insn did not fail.
3004         * config/rs6000/rs6000.md (add<mode>3): If asked to add a constant to
3005         r0, construct that number in a temporary reg and add that reg to r0.
3006         If asked to put the result in r0 as well, fail.
3008 2017-06-08  Will Schmidt  <will_schmidt@vnet.ibm.com>
3010         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
3011         for early expansion of vec_eqv.
3013 2017-06-08  Jakub Jelinek  <jakub@redhat.com>
3015         PR middle-end/81005
3016         * ubsan.c (instrument_null): Avoid pointless code temporary.
3017         (pass_ubsan::execute): Instrument aggregate arguments of calls.
3019 2017-06-08  Uros Bizjak  <ubizjak@gmail.com>
3021         PR target/81015
3022         Revert:
3023         2016-12-14  Uros Bizjak  <ubizjak@gmail.com>
3025         PR target/59874
3026         * config/i386/i386.md (*ctzhi2): New insn_and_split pattern.
3027         (*clzhi2): Ditto.
3029 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
3031         * predict.c (unlikely_executed_edge_p): Move ahead.
3032         (probably_never_executed_edge_p): Use it.
3034 2017-06-08  Alexander Ivchenko  <alexander.ivchenko@intel.com>
3036         PR middle-end/79988
3037         * tree-chkp.c (chkp_gimple_call_builtin_p): Remove
3038         gimple_call_builtin_p call.
3040 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
3042         * system.h (fancy_abort): Annotate by ATTRIBUTE_COLD.
3043         * rtl.h (rtl_check_failed_bounds, rtl_check_failed_type1,
3044         rtl_check_failed_type2, rtl_check_failed_code1,
3045         rtl_check_failed_code2, rtl_check_failed_code_mode,
3046         rtl_check_failed_block_symbol, cwi_check_failed_bounds,
3047         rtvec_check_failed_bounds, rtl_check_failed_flag,
3048         _fatal_insn_not_found, _fatal_insn): Likewise.
3049         * tree.h (tree_contains_struct_check_failed,
3050         tree_check_failed, tree_not_check_failed,
3051         tree_class_check_failed, tree_range_check_failed,
3052         tree_not_class_check_failed, tree_int_cst_elt_check_failed,
3053         tree_vec_elt_check_failed, phi_node_elt_check_failed,
3054         tree_operand_check_failed, omp_clause_check_failed,
3055         omp_clause_operand_check_failed, omp_clause_range_check_failed):
3056         Likewise.
3058 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
3060         * cgraph.c (cgraph_edge::maybe_hot_p): Do not check
3061         flag_branch_probabilities.
3062         * ipa-inline.c (edge_badness): Likewise.
3063         * ipa-profile.c (ipa_propagate_frequency_1): Likewise.
3064         * postreload-gcse.c (eliminate_partially_redundant_load): Likewise.
3065         * predict.c (maybe_hot_frequency_p): Likewise.
3066         (probably_never_executed): Likewise.
3067         * sched-ebb.c (schedule_ebbs): Likewise.
3068         * sched-rgn.c (find_single_block_region): Likewise.
3069         * tracer.c (tail_duplicate): Likewise.
3071 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
3073         * opts.c (finish_options): x_flag_reorder_blocks_and_partition no
3074         longer requires x_flag_profile_use.
3076 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
3078         * cfgrtl.c (cfg_layout_initialize): Check crtl->has_bb_partition
3079         instead of flag_reorder_blocks_and_partition.
3080         * dbxout.c (dbxout_function_end): Likewise.
3081         * dwarf2out.c (gen_subprogram_die): Likewise.
3082         * haifa-sched.c (sched_create_recovery_edges): Likewise.
3083         * hw-doloop.c (reorg_loops): Likewise.
3084         * varasm.c (assemble_start_function,
3085         assemble_end_function): Likewise.
3086         (decide_function_section): Do not check for
3087         flag_reorder_blocks_and_partition.
3089 2017-06-08  Alexander Ivchenko  <alexander.ivchenko@intel.com>
3091         * tree-chkp.c (chkp_get_hard_register_var_fake_base_address):
3092         New function.
3093         (chkp_get_hard_register_fake_addr_expr): Ditto.
3094         (chkp_build_addr_expr): Add check for hard reg case.
3095         (chkp_parse_array_and_component_ref): Ditto.
3096         (chkp_find_bounds_1): Ditto.
3097         (chkp_process_stmt): Don't generate bounds store for
3098         hard reg case.
3100 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
3102         * predict.c (maybe_hot_bb_p): Do not check profile status.
3103         (maybe_hot_edge_p): Likewise.
3104         (probably_never_executed): Check for zero counts even if profile
3105         is not read.
3106         (unlikely_executed_edge_p): New function.
3107         (unlikely_executed_stmt_p): New function.
3108         (unlikely_executed_bb_p): New function.
3109         (set_even_probabilities): Use unlikely predicates.
3110         (combine_predictions_for_bb): Likewise.
3111         (predict_paths_for_bb): Likewise.
3112         (predict_paths_leading_to_edge): Likewise.
3113         (determine_unlikely_bbs): New function.
3114         (estimate_bb_frequencies): Use it.
3115         (compute_function_frequency): Use zero counts even if profile is
3116         not read.
3117         * profile-count.h: Fix typo.
3119 2017-08-08  Julia Koval  <julia.koval@intel.com>
3121         * config/i386/avx512bwintrin.h (_mm512_mask_cvtepi16_storeu_epi8,
3122         _mm512_mask_cvtsepi16_storeu_epi8,
3123         _mm512_mask_cvtusepi16_storeu_epi8): New intrinsics.
3124         * config/i386/avx512vlbwintrin.h (_mm256_mask_cvtepi16_storeu_epi8,
3125         _mm_mask_cvtsepi16_storeu_epi8, _mm256_mask_cvtsepi16_storeu_epi8,
3126         _mm_mask_cvtusepi16_storeu_epi8, _mm256_mask_cvtusepi16_storeu_epi8,
3127         _mm_mask_cvtepi16_storeu_epi8): New intrinsics.
3128         * config/i386/i386-builtin-types.def (PV8Q, V8QI): New pointer type.
3129         (VOID_FTYPE_PV32QI_V32HI_USI, VOID_FTYPE_PV8QI_V8HI_UQI,
3130         VOID_FTYPE_PV16QI_V16HI_UHI): New function types.
3131         * config/i386/i386-builtin.def (__builtin_ia32_pmovwb128mem_mask,
3132         __builtin_ia32_pmovwb256mem_mask, __builtin_ia32_pmovswb128mem_mask,
3133         __builtin_ia32_pmovswb256mem_mask, __builtin_ia32_pmovuswb128mem_mask,
3134         __builtin_ia32_pmovuswb256mem_mask,
3135         __builtin_ia32_pmovuswb512mem_mask, __builtin_ia32_pmovswb512mem_mask)
3136         __builtin_ia32_pmovwb512mem_mask): New builtins.
3138 2017-08-08  Julia Koval  <julia.koval@intel.com>
3140         PR target/73350,80862
3141         * config/i386/subst.md (round): Fix round pattern.
3142         * config/i386/i386.c (ix86_erase_embedded_rounding):
3143         Fix erasing rounding for the fixed pattern.
3145 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
3147         * cfgbuild.c (find_many_sub_basic_blocks): Fix thinko.
3149 2017-06-08  Martin Liska  <mliska@suse.cz>
3151         PR gcov-profile/80911
3152         * gcov.c (block_info::block_info): New constructor.
3154 2017-06-07  Carl Love  <cel@us.ibm.com>
3156         * config/rs6000/rs6000-c: The return type of the following
3157         built-in functions was implemented as int not long long.  Fix sign
3158         of return value for the unsigned version of vec_mulo and vec_mule.
3159         vector unsigned long long vec_bperm (vector unsigned long long,
3160                                              vector unsigned char)
3161         vector signed long long vec_mule (vector signed int,
3162                                           vector signed int)
3163         vector unsigned long long vec_mule (vector unsigned int,
3164                                             vector unsigned int)
3165         vector signed long long vec_mulo (vector signed int,
3166                                           vector signed int)
3167         vector unsigned long long vec_mulo (vector unsigned int,
3168                                             vector unsigned int)
3169         * doc/extend.texi: Fix the documentation for the built-in
3170         functions.
3172 2017-06-07  Carl Love  <cel@us.ibm.com>
3174         PR target/80982
3175         * config/rs6000/altivec.md (double<mode>2): Fix the implementation of
3176         for BE.
3178 2017-06-07  Carl Love  <cel@us.ibm.com>
3180         * config/rs6000/altivec.md: Fix argument swizzle in vec_doublel
3181         support, Generate       doublehv for signed int/float for BE case only.
3183 2017-06-07  Alexander Monakov  <amonakov@ispras.ru>
3185         * doc/invoke.texi (mcx16): Rewrite.
3187 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
3189         * config/rs6000/predicates.md (rs6000_nonimmediate_operand): Delete.
3190         * config/rs6000/rs6000.md (*movsi_internal1, movsi_from_sf,
3191         *mov<mode>_softfloat, and an anonymous splitter): Use
3192         nonimmediate_operand instead of rs6000_nonimmediate_operand.
3194 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
3196         * config/rs6000/darwin.h (REGISTER_NAMES): Delete the SPE_ACC and
3197         SPEFSCR registers.
3198         * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Ditto.
3199         (enum rs6000_reg_type): Delete SPE_ACC_TYPE and SPEFSCR_REG_TYPE.
3200         (rs6000_debug_reg_global): Adjust.
3201         (rs6000_init_hard_regno_mode_ok): Adjust.
3202         (rs6000_dbx_register_number): Adjust.
3203         * config/rs6000/rs6000.h (FIRST_PSEUDO_REGISTER): Change to 115.
3204         (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS):
3205         Remove SPE_ACC and SPEFSCR.
3206         (REG_ALLOC_ORDER): Ditto.
3207         (FRAME_POINTER_REGNUM): Change to 111.
3208         (enum reg_class): Remove the SPE_ACC and SPEFSCR registers.
3209         (REG_CLASS_NAMES): Ditto.
3210         (REG_CLASS_CONTENTS): Delete the SPE_ACC and SPEFSCR registers.
3211         (REGISTER_NAMES): Ditto.
3212         (ADDITIONAL_REG_NAMES): Ditto.
3213         (rs6000_reg_names): Ditto.
3214         * config/rs6000/rs6000.md: Renumber some register number
3215         define_constants.
3217 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
3219         * config/rs6000/darwin.h (REGISTER_NAMES): Delete the SPE high
3220         registers.
3221         * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Ditto.
3222         * config/rs6000/rs6000.h (FIRST_PSEUDO_REGISTER): Change from 149
3223         to 117.
3224         (DWARF_REG_TO_UNWIND_COLUMN): Do not define.
3225         (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS):
3226         Delete the SPE high registers.
3227         (REG_ALLOC_ORDER): Ditto.
3228         (enum reg_class): Remove SPE_HIGH_REGS.
3229         (REG_CLASS_NAMES): Ditto.
3230         (REG_CLASS_CONTENTS): Delete the SPE high registers.
3231         (REGISTER_NAMES): Ditto.
3232         (rs6000_reg_names): Ditto.
3233         * doc/tm.texi.in: Remove SPE as example.
3234         * doc/tm.texi: Regenerate.
3236 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
3238         * config/rs6000/8540.md (ppc8540_brinc): Delete.
3239         * config/rs6000/e500mc.md (e500mc_brinc): Delete.
3240         * config/rs6000/e500mc64.md (e500mc64_brinc): Delete.
3241         * config/rs6000/rs6000.md (type): Remove "brinc".
3243 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
3245         * config.gcc (powerpc*-*-*): Don't add spe.h to extra_headers.
3246         (powerpc*-linux*spe*): Use ${cpu_type} instead of rs6000.
3247         * config/rs6000/linuxspe.h: Delete file.
3248         * config/rs6000/rs6000.md: Don't include spe.md.
3249         * config/rs6000/spe.h: Delete file.
3250         * config/rs6000/spe.md: Delete file.
3251         * config/rs6000/t-rs6000: Remove spe.md.
3253 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
3255         * config/rs6000/predicates.md (reg_or_mem_operand): Reformat.
3256         (reg_or_none500mem_operand): Delete.
3257         * config/rs6000/rs6000.md (extendsfdf2): Use reg_or_mem_operand
3258         instead of reg_or_none500mem_operand.
3260 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
3262         * config/rs6000/rs6000.c (rs6000_option_override_internal): Delete
3263         handling of SPE flags.
3264         * config/rs6000/rs6000.opt (-mspe, -mspe=no, -mspe=yes): Delete.
3266 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
3268         * config/rs6000/rs6000-common.c (rs6000_handle_option): Remove
3269         SPE ABI handling.
3270         * config/rs6000/paired.md (paired_negv2sf2): Rename to negv2sf2.
3271         (paired_absv2sf2, paired_addv2sf3, paired_subv2sf3, paired_mulv2sf3,
3272         paired_divv2sf3): Similar.
3273         * config/rs6000/predicates.md: Replace TARGET_SPE, TARGET_SPE_ABI,
3274         SPE_VECTOR_MODE and SPE_HIGH_REGNO_P by 0; simplify.
3275         * config/rs6000/rs6000-builtin.def: Delete RS6000_BUILTIN_E and
3276         RS6000_BUILTIN_S.
3277         Delete BU_SPE_1, BU_SPE_2, BU_SPE_3, BU_SPE_E, BU_SPE_P, and BU_SPE_X.
3278         Rename the paired_* instruction patterns.
3279         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Do not
3280         define __SPE__.
3281         * config/rs6000/rs6000-protos.h (invalid_e500_subreg): Delete.
3282         * config/rs6000/rs6000.c: Delete RS6000_BUILTIN_E and RS6000_BUILTIN_S.
3283         (struct rs6000_stack): Delete fields spe_gp_save_offset, spe_gp_size,
3284         spe_padding_size, and spe_64bit_regs_used.  Replace TARGET_SPE and
3285         TARGET_SPE_ABI with 0, simplify.  Replace SPE_VECTOR_MODE with
3286         PAIRED_VECTOR_MODE.
3287         (struct machine_function): Delete field spe_insn_chain_scanned_p.
3288         (spe_func_has_64bit_regs_p): Delete.
3289         (spe_expand_predicate_builtin): Delete.
3290         (spe_expand_evsel_builtin): Delete.
3291         (TARGET_DWARF_REGISTER_SPAN): Do not define.
3292         (TARGET_MEMBER_TYPE_FORCES_BLK): Do not define.
3293         (invalid_e500_subreg): Delete.
3294         (rs6000_legitimize_address): Always force_reg op2 as well, for
3295         paired single memory accesses.
3296         (rs6000_member_type_forces_blk): Delete.
3297         (rs6000_spe_function_arg): Delete.
3298         (rs6000_expand_unop_builtin): Delete SPE handling.
3299         (rs6000_expand_binop_builtin): Ditto.
3300         (spe_expand_stv_builtin): Delete.
3301         (bdesc_2arg_spe): Delete.
3302         (spe_expand_builtin): Delete.
3303         (spe_expand_predicate_builtin): Delete.
3304         (spe_expand_evsel_builtin): Delete.
3305         (rs6000_invalid_builtin): Remove RS6000_BTM_SPE handling.
3306         (spe_init_builtins): Delete.
3307         (spe_func_has_64bit_regs_p): Delete.
3308         (savres_routine_name): Delete "info" parameter.  Adjust callers.
3309         (rs6000_emit_stack_reset): Ditto.
3310         (rs6000_dwarf_register_span): Delete.
3311         * config/rs6000/rs6000.h (TARGET_SPE_ABI, TARGET_SPE,
3312         UNITS_PER_SPE_WORD, SPE_HIGH_REGNO_P, SPE_SIMD_REGNO_P,
3313         SPE_VECTOR_MODE, RS6000_BTM_SPE, RS6000_BUILTIN_E, RS6000_BUILTIN_S):
3314         Delete.
3315         * config/rs6000/rs6000.md (FIRST_SPE_HIGH_REGNO, LAST_SPE_HIGH_REGNO):
3316         Delete.
3317         * config/rs6000/rs6000.opt (-mabi=spe, -mabi=no-spe): Delete.
3318         * config/rs6000/spe.md: Delete every pattern that uses TARGET_SPE.
3319         * config/rs6000/vector.md (absv2sf2, negv2sf2, addv2sf3, subv2sf3,
3320         mulv2sf3, divv2sf3): Delete expanders.
3322 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
3324         config/rs6000/rs6000.md (UNSPEC_MV_CR_GT): Delete.
3326 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
3328         * config/rs6000/rs6000-protos.h (output_e500_flip_gt_bit): Delete.
3329         * config/rs6000/rs6000.c: Ditto.
3331 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
3333         * config/rs6000/predicated.md (rs6000_cbranch_operator): Delete.
3334         * config/rs6000/rs6000.md: Replace rs6000_cbranch_operator by
3335         comparison_operator.
3337 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
3339         * config/rs6000/rs6000.c: Remove everything related to -mfloat-gprs.
3340         * config/rs6000/rs6000.opt: Ditto.
3341         * config/rs6000/t-rtems: Ditto.
3343 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
3345         * config/rs6000/predicates.md: Replace TARGET_E500_DOUBLE and
3346         TARGET_E500_SINGLE by 0, simplify.
3347         * config/rs6000/rs6000.c: Ditto.
3348         (rs6000_option_override_internal): Delete CHECK_E500_OPTIONS.
3349         (spe_build_register_parallel): Delete.
3350         * config/rs6000/rs6000.h: Delete TARGET_E500_SINGLE,
3351         TARGET_E500_DOUBLE, and CHECK_E500_OPTIONS.
3352         * config/rs6000/rs6000.md: Replace TARGET_E500_DOUBLE,
3353         TARGET_E500_SINGLE, and <E500_CONVERT> by 0, simplify.
3354         (E500_CONVERT): Delete.
3355         * config/rs6000/spe.md: Remove many patterns and all define_constants.
3357 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
3359         * config/rs6000/darwin.md: Replace TARGET_FPRS by 1 and simplify.
3360         * config/rs6000/dfp.md: Ditto.
3361         (negdd2, *negdd2_fpr): Merge.
3362         (absdd2, *absdd2_fpr): Merge.
3363         (negtd2, *negtd2_fpr): Merge.
3364         (abstd2, *abstd2_fpr): Merge.
3365         * config/rs6000/e500.h: Delete file.
3366         * config/rs6000/predicates.md (rs6000_cbranch_operator): Replace
3367         TARGET_FPRS by 1 and simplify.
3368         * config/rs6000/rs6000-c.c: Ditto.
3369         * config/rs6000/rs6000.c: Ditto.  Also replace TARGET_SF_SPE and
3370         TARGET_DF_SPE by 0.
3371         * config/rs6000/rs6000.h: Ditto.  Delete TARGET_SF_SPE and
3372         TARGET_DF_SPE.
3373         * config/rs6000/rs6000.md: Ditto.
3374         (floatdidf2, *floatdidf2_fpr): Merge.
3375         (move_from_CR_gt_bit): Delete.
3376         * config/rs6000/spe.md: Replace TARGET_FPRS by 1 and simplify.
3377         (E500_CR_IOR_COMPARE): Delete.
3378         (All patterns that require !TARGET_FPRS): Delete.
3379         * config/rs6000/vsx.md: Replace TARGET_FPRS by 1 and simplify.
3381 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
3383         * passes.def (pass_iv_canon): Move before pass_loop_distribution.
3385 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
3387         * graphds.c (add_edge): Intitialize edge's attached data.
3388         (foll_in_subgraph, dfs_fst_edge, dfs_next_edge): New function
3389         pointer parameter.  Call pointed function on each edge during
3390         graph traversing.  Skip traversing the edge when the function
3391         returns true.
3392         (graphds_dfs, graphds_scc): Ditto.
3393         (for_each_edge): New parameter.  Pass the new parameter to callback
3394         function.
3395         * graphds.h (skip_edge_callback): New function pointer type.
3396         (graphds_dfs, graphds_scc): New function pointer parameter.
3397         (graphds_edge_callback, for_each_edge): New parameter.
3399 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
3401         * tree-vect-data-refs.c (vect_mark_for_runtime_alias_test): Factor
3402         out code checking if runtime alias check is possible to below ...
3403         Call the new function.
3404         * tree-data-ref.c (runtime_alias_check_p): ... to new function.
3405         * tree-data-ref.h (runtime_alias_check_p): New decalaration.
3407 2017-06-07  Marek Polacek  <polacek@redhat.com>
3409         PR sanitizer/80932
3410         * fold-const.c (extract_muldiv_1) <case MINUS_EXPR>: Add
3411         TYPE_OVERFLOW_WRAPS check.
3413 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
3415         * tree-vect-loop-manip.c (vect_do_peeling): Don't skip vector loop
3416         if versioning is required.
3417         * tree-vect-loop.c (vect_analyze_loop_2): Merge niter check for loop
3418         peeling with the check for versioning.
3420 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
3422         * tree-vectorizer.h (vect_build_loop_niters): New parameter.
3423         * tree-vect-loop-manip.c (vect_build_loop_niters): New parameter.
3424         Set true to new parameter if new ssa variable is defined.
3425         (vect_gen_vector_loop_niters): Refactor.  Set range information
3426         for the new vector loop bound variable.
3427         (vect_do_peeling): Ditto.
3429 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
3431         * tree-affine.c (ssa.h): Include header file.
3432         (tree_to_aff_combination): Handle (T1)(X - CST) when inner type
3433         has wrapping overflow behavior.
3435 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
3437         * tree-affine.c (tree_to_aff_combination): Handle (T1)(X + X).
3439 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
3441         (aff_combination_expand): Move (T1)(X *+- CST) simplification to ...
3442         (tree_to_aff_combination): ... here.
3444 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
3446         * tree-ssa-loop-ivopts.c (ivopts_estimate_reg_pressure): New
3447         reg_pressure model function.
3448         (ivopts_global_cost_for_size): Delete.
3449         (determine_set_costs, iv_ca_recount_cost): Call new model function
3450         ivopts_estimate_reg_pressure.
3452 2017-06-07  Tamar Christina  <tamar.christina@arm.com>
3454         * config/aarch64/aarch64.c (aarch64_rtx_costs): Make sdiv more
3455         expensive than udiv.  Remove floating point cases from mod.
3457 2017-06-07  Tamar Christina  <tamar.christina@arm.com>
3459         * config/arm/aarch-cost-tables.h (cortexa53_extra_cost):
3460         Increase idiv cost.
3462 2017-06-07  Tamar Christina  <tamar.christina@arm.com>
3464         * config/aarch64/aarch64.md
3465         (copysignsf3): Fix mask generation.
3467 2017-06-07  Jakub Jelinek  <jakub@redhat.com>
3469         * dumpfile.h (enum tree_dump_index): Rename TDI_generic to
3470         TDI_gimple.
3471         (class dump_manager): Add register_dumps method.
3472         * dumpfile.c: Include langhooks.h.
3473         (dump_files): Use 0 instead of 3/4/5 for TDI_{original,gimple,nested}.
3474         (FIRST_AUTO_NUMBERED_DUMP): Decrease to 1.
3475         (FIRST_ME_AUTO_NUMBERED_DUMP): Define.
3476         (dump_manager::dump_register): Start with 512 entries instead of 32.
3477         (dump_manager::register_dumps): New method.
3478         * toplev.c (general_init): Instead of invoking register_dumps
3479         langhook, invoke register_dumps method on the dump manager.
3480         * gimplify.c (gimplify_function_tree): Use TDI_gimple instead of
3481         TDI_generic.
3483 2017-06-07  Richard Sandiford  <richard.sandiford@linaro.org>
3485         * doc/md.texi: Clarify the restrictions on a define_insn condition.
3486         Say that # requires an associated define_split to exist, and that
3487         the define_split must be suitable for use after register allocation.
3489 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
3491         * cfgbuild.c (find_bb_boundaries): Initialize profile of split blocks.
3492         (compute_outgoing_frequencies): Also initialize zero counts.
3493         (find_many_sub_basic_blocks): Do not produce uninitialized profile
3494         around loops; preserve more of profile when nothing changes.
3496 2017-06-06  Jim Wilson  <jim.wilson@linaro.org>
3498         * config/aarch64/aarch64-cost-tables.h (qdf24xx_extra_costs): Move to
3499         here.
3500         * config/arm/aarch-cost-tables.h (qdf24xx_extra_costs): From here.
3501         * config/arm/arm-cpu-cdata.h: Regenerate.
3502         * config/arm/arm-cpu-data.h, config/arm/arm-cpu.h: Likewise.
3503         * config/arm/arm-tables.opt, config/arm/arm-tune.md: Likewise.
3504         * config/arm/arm-cpus.in: Delete falkor and qdf24xx entries.
3505         * config/arm/arm.c (arm_qdf24xx_tune): Delete.
3506         * config/arm/bpabi.h (BE8_LINK_SPEC): Delete falkor and qdf24xx
3507         support.
3508         * config/arm/t-aprofile (MULTILIB_MATCHES): Delete falkor and qdf24xx
3509         support.
3510         * config/arm/t-rmprofile: Likewise.
3511         * doc/invoke.texi (ARM Options): Drop falkor and qdf24xx support.
3513 2017-06-06  David S. Miller  <davem@davemloft.net>
3515         PR target/80968
3516         * config/sparc/sparc.c (sparc_expand_prologue): Emit frame
3517         blockage if function uses alloca.
3519 2017-06-06  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
3521         * tree-ssa-loop-prefetch.c (struct mem_ref_group, struct mem_ref):
3522         New "uid" fields to hold pretty-print IDs of group and ref.
3523         Memory references are now identified as <group_id>:<ref_id>
3524         instead of using [random] addresses.
3525         (dump_mem_details): Simplify, no functional change.
3526         (dump_mem_ref): Simplify and make output more concise.
3527         Replace couple of fprintf's throughout code with calls to dump_mem_ref.
3528         (find_or_create_group): Initialize group uid.
3529         (record_ref): Initialize ref uid.  Improve debug output.
3530         (prune_group_by_reuse, should_issue_prefetch_p,)
3531         (should_issue_prefetch_p, schedule_prefetches, issue_prefetch_ref,)
3532         (mark_nontemporal_store, determine_loop_nest_reuse):
3533         Improve debug output.
3535 2017-06-06  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
3537         * dbgcnt.def (prefetch): New debug counter.
3538         * tree-ssa-loop-prefetch.c (dbgcnt.h): New include.
3539         (schedule_prefetches): Stop issueing prefetches if debug counter
3540         tripped.
3542 2017-06-06  Tom de Vries  <tom@codesourcery.com>
3544         * doc/sourcebuild.texi (Testsuites, C Language Testsuites,
3545         gcc.c-torture/compile): Remove mention of NO_LABEL_VALUES in fixme.
3547 2017-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3549         * config/aarch64/atomics.md (atomic_compare_and_swap<mode> expander):
3550         Use aarch64_reg_or_zero predicate for operand 4.
3551         (aarch64_compare_and_swap<mode> define_insn_and_split):
3552         Use aarch64_reg_or_zero predicate for operand 3.  Add 'Z' constraint.
3553         (aarch64_store_exclusive<mode>): Likewise for operand 2.
3555 2017-06-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3557         * config/arm/arm.c (arm_compute_save_reg_mask): Rename into ...
3558         (arm_compute_save_core_reg_mask): This.
3559         (thumb1_compute_save_reg_mask): Rename into ...
3560         (thumb1_compute_save_core_reg_mask): This.
3561         (arm_compute_save_reg0_reg12_mask): Adapt comment.
3562         (arm_compute_frame_layout): Likewise.
3564 2017-06-06  Richard Biener  <rguenther@suse.de>
3566         PR tree-optimization/80974
3567         * tree-ssa-sccvn.c (set_ssa_val_to): Do not change but only
3568         keep or clear leaders SSA info.
3570 2017-06-06  Tom de Vries  <tom@codesourcery.com>
3572         * config/nvptx/nvptx.c (split_mode_p): New function.
3573         (nvptx_declare_function_name, nvptx_print_operand): Use split_mode_p.
3575 2017-06-06  Tom de Vries  <tom@codesourcery.com>
3577         * config/nvptx/nvptx.c (nvptx_print_operand): Use maybe_split_mode.
3579 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
3581         PR bootstrap/80978
3582         * tree-cfg.c (execute_fixup_cfg): Fix condition on when to rescale
3583         profile.
3585 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
3587         * shrink-wrap.c (handle_simple_exit): Update profile.
3588         (try_shrink_wrapping): Upate profile.
3590 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
3592         * predict.c (tree_estimate_probability_bb): Add LOCAL_ONLY.
3593         (tree_guess_outgoing_edge_probabilities): New.
3594         * predict.h (tree_guess_outgoing_edge_probabilities): Declare.
3595         * tree-cfg.c (gimple_find_sub_bbs): Propagate profile.
3597 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
3599         * ipa-split.c (split_function): Initialize return bb profile.
3601 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
3603         * profile.c (compute_branch_probabilities): Also initialize
3604         EXIT_BLOCK profile.
3606 2017-06-06  Richard Biener  <rguenther@suse.de>
3608         PR tree-optimization/80928
3609         * tree-vect-loop.c (vect_update_vf_for_slp): Amend dumps.
3610         (vect_analyze_loop_operations): Properly guard analysis for
3611         pure SLP case.
3612         (vect_transform_loop): Likewise.
3613         (vect_analyze_loop_2): Also reset SLP type on PHIs.
3614         (vect_model_induction_cost): Do not cost for pure SLP.
3615         (vectorizable_induction): Pass in SLP node, implement SLP vectorization
3616         of induction in inner loop vectorization.
3617         * tree-vect-slp.c (vect_create_new_slp_node): Handle PHIs.
3618         (vect_get_and_check_slp_defs): Handle vect_induction_def.
3619         (vect_build_slp_tree): Likewise.  Handle PHIs as terminating the
3620         recursion.
3621         (vect_analyze_slp_cost_1): Cost induction.
3622         (vect_detect_hybrid_slp_stmts): Handle PHIs.
3623         (vect_get_slp_vect_defs): Likewise.
3624         * tree-vect-stmts.c (vect_analyze_stmt): Handle induction.
3625         (vect_transform_stmt): Handle SLP reductions.
3626         * tree-vectorizer.h (vectorizable_induction): Adjust.
3628 2017-06-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
3630         * config/rs6000/rs6000.c (make_resolver_func): Update
3631         init_lowered_empty_function call.
3633 2017-06-05  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3635         * doc/invoke.texi: Document the -fprofile-abs-path option.
3636         * common.opt (fprofile-abs-path): New option.
3637         * gcov-io.h (gcov_write_filename): Declare.
3638         * gcov-io.c (gcov_write_filename): New function.
3639         * coverage.c (coverage_begin_function): Use gcov_write_filename.
3640         * profile.c (output_location): Likewise.
3642 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
3644         * shring-wrap.c: Revert accidental commit.
3646 2017-06-05  Volker Reichelt  <v.reichelt@netcologne.de>
3648         * doc/invoke.texi (-Wduplicated-branches): Add to warning list.
3650 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
3652         * cfgexpand.c (expand_gimple_tailcall): Initialize profile of
3653         new edge.
3654         * ipa-inline.c (want_inline_self_recursive_call_p): Watch for missing
3655         profile in callgraph edge.
3656         * profile-count.h (apply_probability): If THIS is 0, then result is 0
3657         (apply_scale): Likewise.
3658         * tree-inline.c (copy_bb, copy_edges_for_bb, copy_cfg_body):
3659         Also scale profile when inlining function with zero profile.
3660         (initialize_cfun): Update exit block profile even when it is zero.
3661         * tree-ssa-threadupdate.c (clear_counts_path): Handle correctly case
3662         when profile is read.
3664 2017-06-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
3666         * config/rs6000/rs6000.c (toplevel): Include attribs.h.
3667         (CLONE_*): New constants to define the processors we can generate
3668         code for with the target_clone attribute.
3669         (rs6000_clone_map): New array to identify which clone processors
3670         the current program is running on.
3671         (TARGET_COMPARE_VERSION_PRIORITY): Define to enable the
3672         target_clone attribute.
3673         (TARGET_GENERATE_VERSION_DISPATCHER_BODY): Likewise.
3674         (TARGET_GET_FUNCTION_VERSIONS_DISPATCHER): Likewise.
3675         (TARGET_OPTION_FUNCTION_VERSIONS): Likewise.
3676         (cpu_expand_builtin): Add support for target_clone attribute.
3677         (rs6000_valid_attribute_p): Allow "default" attribute.
3678         (get_decl_name): New debug function to simplify printing the
3679         current function name in debugging statements.
3680         (rs6000_clone_priority): New functions to support the target_clone
3681         attribute, and be able to generate code to switch between ISA 2.05
3682         through ISA 3.0 (power6 through power9).
3683         (rs6000_compare_version_priority): Likewise.
3684         (rs6000_get_function_versions_dispatcher): Likewise.
3685         (make_resolver_func): Likewise.
3686         (add_condition_to_bb): Likewise.
3687         (dispatch_function_versions): Likewise.
3688         (rs6000_generate_version_dispatcher_body): Likewise.
3689         (rs6000_can_inline_p): Call get_decl_name for debugging usage.
3690         (fusion_gpr_load_p): Fix a spacing issue.
3691         * doc/extend.texi (Common Function Attributes): Document that the
3692         PowerPC supports the target_clone attribute.
3694 2017-06-05  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3696         * config/arm/arm.h: explain F symbol found in description of ARM
3697         register allocation in its legend.
3699 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
3701         * config/mips/frame-header-opt.c: Include profile-count.h.
3702         * config/riscv/riscv.c: Include profile-count.h
3704 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
3706         * tree-ssa-loop-im.c (execute_sm_if_changed): Add FLAG_BBS parameter;
3707         update profile.
3708         (sm_set_flag_if_changed): Add bbs field.
3709         (execute_sm_if_changed_flag_set): Pass BBS.
3710         (execute_sm): Update.
3712 2017-06-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3714         * config/aarch64/aarch64-simd.md (aarch64_store_lane0<mode>):
3715         New pattern.
3717 2017-06-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3719         * config/aarch64/aarch64.md (sub<mode>3_compare1_imm): New define_insn.
3720         (peephole2): New peephole2 to emit the above.
3721         * config/aarch64/predicates.md (aarch64_sub_immediate): New predicate.
3723 2017-06-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3725         * config/aarch64/aarch64.c (define_peephole2 above
3726         *sub_<shift>_<mode>): New peephole.
3728 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
3730         * config/i386/i386.c (make_resolver_func): Update.
3731         * Makefile.in: Add profile-count.h and profile-count.o
3732         * auto-profile.c (afdo_indirect_call): Update to new API.
3733         (afdo_set_bb_count): Update.
3734         (afdo_propagate_edge): Update.
3735         (afdo_propagate_circuit): Update.
3736         (afdo_calculate_branch_prob): Update.
3737         (afdo_annotate_cfg): Update.
3738         * basic-block.h: Include profile-count.h
3739         (struct edge_def): Turn count to profile_count.
3740         (struct basic_block_def): Likewie.
3741         (REG_BR_PROB_BASE): Move to profile-count.h
3742         (RDIV): Move to profile-count.h
3743         * bb-reorder.c (max_entry_count): Turn to profile_count.
3744         (find_traces): Update.
3745         (rotate_loop):Update.
3746         (connect_traces):Update.
3747         (sanitize_hot_paths):Update.
3748         * bt-load.c (migrate_btr_defs): Update.
3749         * cfg.c (RDIV): Remove.
3750         (init_flow): Use alloc_block.
3751         (alloc_block): Uninitialize count.
3752         (unchecked_make_edge): Uninitialize count.
3753         (check_bb_profile): Update.
3754         (dump_edge_info): Update.
3755         (dump_bb_info): Update.
3756         (update_bb_profile_for_threading): Update.
3757         (scale_bbs_frequencies_int): Update.
3758         (scale_bbs_frequencies_gcov_type): Update.
3759         (scale_bbs_frequencies_profile_count): New.
3760         * cfg.h (update_bb_profile_for_threading): Update.
3761         (scale_bbs_frequencies_profile_count): Declare.
3762         * cfgbuild.c (compute_outgoing_frequencies): Update.
3763         (find_many_sub_basic_blocks): Update.
3764         * cfgcleanup.c (try_forward_edges): Update.
3765         (try_crossjump_to_edge): Update.
3766         * cfgexpand.c (expand_gimple_tailcall): Update.
3767         (construct_exit_block): Update.
3768         * cfghooks.c (verify_flow_info): Update.
3769         (dump_bb_for_graph): Update.
3770         (split_edge): Update.
3771         (make_forwarder_block): Update.
3772         (duplicate_block): Update.
3773         (account_profile_record): Update.
3774         * cfgloop.c (find_subloop_latch_edge_by_profile): Update.
3775         (get_estimated_loop_iterations): Update.
3776         * cfgloopanal.c (expected_loop_iterations_unbounded): Update.
3777         (single_likely_exit): Update.
3778         * cfgloopmanip.c (scale_loop_profile): Update.
3779         (loopify): Update.
3780         (set_zero_probability): Update.
3781         (lv_adjust_loop_entry_edge): Update.
3782         * cfgrtl.c (force_nonfallthru_and_redirect): Update.
3783         (purge_dead_edges): Update.
3784         (rtl_account_profile_record): Update.
3785         * cgraph.c (cgraph_node::create): Uninitialize count.
3786         (symbol_table::create_edge): Uninitialize count.
3787         (cgraph_update_edges_for_call_stmt_node): Update.
3788         (cgraph_edge::dump_edge_flags): Update.
3789         (cgraph_node::dump): Update.
3790         (cgraph_edge::maybe_hot_p): Update.
3791         * cgraph.h: Include profile-count.h
3792         (create_clone), create_edge, create_indirect_edge): Update.
3793         (cgraph_node): Turn count to profile_count.
3794         (cgraph_edge0: Likewise.
3795         (make_speculative, clone): Update.
3796         (create_edge): Update.
3797         (init_lowered_empty_function): Update.
3798         * cgraphclones.c (cgraph_edge::clone): Update.
3799         (duplicate_thunk_for_node): Update.
3800         (cgraph_node::create_clone): Update.
3801         * cgraphunit.c (cgraph_node::analyze): Update.
3802         (cgraph_node::expand_thunk): Update.
3803         * final.c (dump_basic_block_info): Update.
3804         * gimple-streamer-in.c (input_bb): Update.
3805         * gimple-streamer-out.c (output_bb): Update.
3806         * graphite.c (print_global_statistics): Update.
3807         (print_graphite_scop_statistics): Update.
3808         * hsa-brig.c: Include basic-block.h.
3809         * hsa-dump.c: Include basic-block.h.
3810         * hsa-gen.c (T sum_slice): Update.
3811         (convert_switch_statements):Update.
3812         * hsa-regalloc.c: Include basic-block.h.
3813         * ipa-chkp.c (chkp_produce_thunks): Update.
3814         * ipa-cp.c (struct caller_statistics): Update.
3815         (init_caller_stats): Update.
3816         (gather_caller_stats): Update.
3817         (ipcp_cloning_candidate_p): Update.
3818         (good_cloning_opportunity_p): Update.
3819         (get_info_about_necessary_edges): Update.
3820         (dump_profile_updates): Update.
3821         (update_profiling_info): Update.
3822         (update_specialized_profile): Update.
3823         (perhaps_add_new_callers): Update.
3824         (decide_about_value): Update.
3825         (ipa_cp_c_finalize): Update.
3826         * ipa-devirt.c (struct odr_type_warn_count): Update.
3827         (struct decl_warn_count): Update.
3828         (struct final_warning_record): Update.
3829         (possible_polymorphic_call_targets): Update.
3830         (ipa_devirt): Update.
3831         * ipa-fnsummary.c (redirect_to_unreachable): Update.
3832         * ipa-icf.c (sem_function::merge): Update.
3833         * ipa-inline-analysis.c (do_estimate_edge_time): Update.
3834         * ipa-inline.c (compute_uninlined_call_time): Update.
3835         (compute_inlined_call_time): Update.
3836         (want_inline_small_function_p): Update.
3837         (want_inline_self_recursive_call_p): Update.
3838         (edge_badness): Update.
3839         (lookup_recursive_calls): Update.
3840         (recursive_inlining): Update.
3841         (inline_small_functions): Update.
3842         (dump_overall_stats): Update.
3843         (dump_inline_stats): Update.
3844         * ipa-profile.c (ipa_profile_generate_summary): Update.
3845         (ipa_propagate_frequency): Update.
3846         (ipa_profile): Update.
3847         * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
3848         * ipa-utils.c (ipa_merge_profiles): Update.
3849         * loop-doloop.c (doloop_modify): Update.
3850         * loop-unroll.c (report_unroll): Update.
3851         (unroll_loop_runtime_iterations): Update.
3852         * lto-cgraph.c (lto_output_edge): Update.
3853         (lto_output_node): Update.
3854         (input_node): Update.
3855         (input_edge): Update.
3856         (merge_profile_summaries): Update.
3857         * lto-streamer-in.c (input_cfg): Update.
3858         * lto-streamer-out.c (output_cfg): Update.
3859         * mcf.c (create_fixup_graph): Update.
3860         (adjust_cfg_counts): Update.
3861         (sum_edge_counts): Update.
3862         * modulo-sched.c (sms_schedule): Update.
3863         * postreload-gcse.c (eliminate_partially_redundant_load): Update.
3864         * predict.c (maybe_hot_count_p): Update.
3865         (probably_never_executed): Update.
3866         (dump_prediction): Update.
3867         (combine_predictions_for_bb): Update.
3868         (propagate_freq): Update.
3869         (handle_missing_profiles): Update.
3870         (counts_to_freqs): Update.
3871         (rebuild_frequencies): Update.
3872         (force_edge_cold): Update.
3873         * predict.h: Include profile-count.h
3874         (maybe_hot_count_p, counts_to_freqs): UPdate.
3875         * print-rtl-function.c: Do not include cfg.h
3876         * print-rtl.c: Include basic-block.h
3877         * profile-count.c: New file.
3878         * profile-count.h: New file.
3879         * profile.c (is_edge_inconsistent): Update.
3880         (correct_negative_edge_counts): Update.
3881         (is_inconsistent): Update.
3882         (set_bb_counts): Update.
3883         (read_profile_edge_counts): Update.
3884         (compute_frequency_overlap): Update.
3885         (compute_branch_probabilities): Update; Initialize and deinitialize
3886         gcov_count tables.
3887         (branch_prob): Update.
3888         * profile.h (bb_gcov_counts, edge_gcov_counts): New.
3889         (edge_gcov_count): New.
3890         (bb_gcov_count): New.
3891         * shrink-wrap.c (try_shrink_wrapping): Update.
3892         * tracer.c (better_p): Update.
3893         * trans-mem.c (expand_transaction): Update.
3894         (ipa_tm_insert_irr_call): Update.
3895         (ipa_tm_insert_gettmclone_call): Update.
3896         * tree-call-cdce.c: Update.
3897         * tree-cfg.c (gimple_duplicate_sese_region): Update.
3898         (gimple_duplicate_sese_tail): Update.
3899         (gimple_account_profile_record): Update.
3900         (execute_fixup_cfg): Update.
3901         * tree-inline.c (copy_bb): Update.
3902         (copy_edges_for_bb): Update.
3903         (initialize_cfun): Update.
3904         (freqs_to_counts): Update.
3905         (copy_cfg_body): Update.
3906         (expand_call_inline): Update.
3907         * tree-ssa-ifcombine.c (update_profile_after_ifcombine): Update.
3908         * tree-ssa-loop-ivcanon.c (unloop_loops): Update.
3909         (try_unroll_loop_completely): Update.
3910         (try_peel_loop): Update.
3911         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update.
3912         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Update.
3913         * tree-ssa-loop-split.c (connect_loops): Update.
3914         * tree-ssa-loop-unswitch.c (hoist_guard): Update.
3915         * tree-ssa-reassoc.c (branch_fixup): Update.
3916         * tree-ssa-tail-merge.c (replace_block_by): Update.
3917         * tree-ssa-threadupdate.c (create_block_for_threading): Update.
3918         (compute_path_counts): Update.
3919         (update_profile): Update.
3920         (recompute_probabilities): Update.
3921         (update_joiner_offpath_counts): Update.
3922         (estimated_freqs_path): Update.
3923         (freqs_to_counts_path): Update.
3924         (clear_counts_path): Update.
3925         (ssa_fix_duplicate_block_edges): Update.
3926         (duplicate_thread_path): Update.
3927         * tree-switch-conversion.c (case_bit_test_cmp): Update.
3928         (struct switch_conv_info): Update.
3929         * tree-tailcall.c (decrease_profile): Update.
3930         * tree-vect-loop-manip.c (slpeel_add_loop_guard): Update.
3931         * tree-vect-loop.c (scale_profile_for_vect_loop): Update.
3932         * value-prof.c (check_counter): Update.
3933         (gimple_divmod_fixed_value): Update.
3934         (gimple_mod_pow2): Update.
3935         (gimple_mod_subtract): Update.
3936         (gimple_ic_transform): Update.
3937         (gimple_stringop_fixed_value): Update.
3938         * value-prof.h (gimple_ic): Update.
3940 2017-06-02  Carl Love  <cel@us.ibm.com>
3942         * config/rs6000/rs6000-c: Add support for built-in functions
3943         vector double vec_doublee (vector signed int);
3944         vector double vec_doublee (vector unsigned int);
3945         vector double vec_doublee (vector float);
3946         vector double vec_doubleh (vector signed int);
3947         vector double vec_doubleh (vector unsigned int);
3948         vector double vec_doubleh (vector float);
3949         vector double vec_doublel (vector signed int);
3950         vector double vec_doublel (vector unsigned int);
3951         vector double vec_doublel (vector float);
3952         vector double vec_doubleo (vector signed int);
3953         vector double vec_doubleo (vector unsigned int);
3954         vector double vec_doubleo (vector float);.
3955         * config/rs6000/rs6000-builtin.def: Add definitions for DOUBLEE,
3956         DOUBLEO, DOUBLEH, DOUBLEL, UNS_DOUBLEO, UNS_DOUBLEE, UNS_DOUBLEH,
3957         UNS_DOUBLEL.
3958         * config/rs6000/altivec.md: Add code generator for doublee<mode>2,
3959         unsdoubleev4si2, doubleo<mode>2, unsdoubleov4si2, doubleh<mode>2,
3960         unsdoublehv4si2, doublel<mode>2, unsdoublelv4si2, add mode attribute
3961         VS_sxwsp.
3962         * config/rs6000/altivec.h: Add define for vec_doublee, vec_doubleo,
3963         vec_doublel, vec_doubleh.
3964         * doc/extend.texi: Update the built-in documentation file for the
3965         new built-in functions.
3967 2017-06-02  David Malcolm  <dmalcolm@redhat.com>
3969         PR jit/80954
3970         * ipa-inline-analysis.c (free_growth_caches): Set
3971         edge_removal_hook_holder to NULL after removing it.
3973 2017-06-02  Sudakshina Das  <sudi.das@arm.com>
3975         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Return CC_SWP for
3976         comparision with zero.
3978 2017-06-02  Will Schmidt  <will_schmidt@vnet.ibm.com>
3979         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
3980         for early expansion of vec_min and vec_max builtins.
3981         (builtin_function_type): Add min/max unsigned variants to those
3982         identified as having unsigned arguments.
3984 2017-06-02  Olivier Hainque  <hainque@adacore.com>
3986         * config/vx-common.h (DWARF_UNWIND_INFO): Switch #define to 1.
3988 2017-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3990         * config/aarch64/aarch64-simd.md (*aarch64_simd_vec_copy_lane<mode>):
3991         Use VALL_F16 iterator rather than VALL.
3993 2017-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3995         * config/aarch64/aarch64.c (aarch64_split_compare_and_swap):
3996         Emit CBNZ inside loop when doing a strong exchange and comparing
3997         against zero.  Generate the CC flags after the loop.
3999 2017-06-02  David Edelsohn  <dje.gcc@gmail.com>
4001         * dwarf2out.c (DWARF_INITIAL_LENGTH_SIZE_STR): New.
4002         (dl_section_ref): New.
4003         (dwarf2out_finish): Copy debug_line_section_label to dl_section_ref.
4004         On AIX, append an expression to subtract the size of the
4005         section length to dl_section_ref.
4007 2017-06-02  Will Schmidt  <will_schmidt@vnet.ibm.com>
4009         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
4010         for early expansion of vector absolute builtins.
4012 2017-06-02  Richard Biener  <rguenther@suse.de>
4014         * tree-vect-slp.c (vect_detect_hybrid_slp_2): Match up
4015         what we consider a relevant use stmt with vect_detect_hybrid_slp_stmts.
4017 2017-06-02  Richard Biener  <rguenther@suse.de>
4019         PR tree-optimization/80948
4020         * tree-tailcall.c (find_tail_calls): Track stmts to move in
4021         stmt order as well.
4023 2017-06-02  Richard Biener  <rguenther@suse.de>
4025         * tree-vect-loop.c (vect_analyze_loop_operations): Not relevant
4026         PHIs are ok.
4027         * tree-vect-stmts.c (process_use): Do not mark backedge defs
4028         for inductions as relevant.
4030 2017-06-02  Richard Biener  <rguenther@suse.de>
4032         * tree-vect-loop.c (get_initial_def_for_induction): Inline into ...
4033         (vectorizable_induction): ... this.  Remove dead code.
4035 2017-06-02  Eric Botcazou  <ebotcazou@adacore.com>
4037         * builtins. (expand_builtin_alloca): Remove second parameter and
4038         infer its value from the first parameter instead.
4039         (expand_builtin) <BUILT_IN_ALLOCA>: Adjust call to above.
4041 2017-06-02  Jakub Jelinek  <jakub@redhat.com>
4043         PR rtl-optimization/80903
4044         * loop-doloop.c (add_test): Unshare sequence.
4046 2017-06-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4048         * doc/invoke.texi: Document the -Wsizeof-pointer-div warning.
4050 2017-06-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4052         * config/i386/i386.c (x86_64_ms_sysv_extra_clobbered_registers): Make
4053         static.
4054         (xlogue_layout::get_stack_space_used, xlogue_layout::s_instances,
4055         xlogue_layout::get_instance, logue_layout::xlogue_layout,
4056         sp_valid_at, fp_valid_at, choose_basereg): Formatting.
4057         (xlogue_layout::get_stub_rtx): Make static.
4058         (xlogue_layout::get_stub_name): Avoid const-cast, make static.
4059         (xlogue_layout::compute_stub_managed_regs): Rename to...
4060         (xlogue_layout::count_stub_managed_regs): ...this.
4061         (xlogue_layout::is_stub_managed_reg): New function.
4062         (xlogue_layout::m_stub_names): Rename to...
4063         (xlogue_layout::s_stub_names): ...this, make static.
4064         (xlogue_layout::STUB_INDEX_OFFSET, xlogue_layout::MIN_REGS,
4065         xlogue_layout::MAX_REGS, xlogue_layout::MAX_EXTRA_REGS,
4066         xlogue_layout::VARIANT_COUNT, xlogue_layout::STUB_NAME_MAX_LEN,
4067         xlogue_layout::s_stub_names): Instantiate statics.
4068         (stub_managed_regs): Remove.
4069         (ix86_save_reg): Use xlogue_layout::compute_stub_managed_regs.
4070         (disable_call_ms2sysv_xlogues): Rename to...
4071         (warn_once_call_ms2sysv_xlogues): ...this, and warn only once.
4072         (ix86_initial_elimination_offset, ix86_expand_call): Fix call_ms2sysv
4073         warning logic.
4074         (ix86_static_chain): Make sure that ix86_static_chain_on_stack can't
4075         change after reload_completed.
4076         (ix86_can_use_return_insn_p): Use the ix86_frame data structure
4077         directly.
4078         (ix86_expand_prologue): Likewise.
4079         (ix86_expand_epilogue): Likewise.
4080         (ix86_expand_split_stack_prologue): Likewise.
4081         (ix86_compute_frame_layout): Remove frame parameter ...
4082         (TARGET_COMPUTE_FRAME_LAYOUT): ... and export it as a target hook.
4083         (ix86_finalize_stack_realign_flags): Call ix86_compute_frame_layout
4084         only if necessary.
4085         (ix86_init_machine_status): Don't set use_fast_prologue_epilogue_nregs.
4086         (ix86_frame): Move from here ...
4087         * config/i386/i386.h (ix86_frame): ... to here.
4088         (machine_function): Remove use_fast_prologue_epilogue_nregs, cache the
4089         complete ix86_frame data structure instead.  Remove some_ld_name.
4091 2017-06-01  Pierre-Marie de Rodat  <derodat@adacore.com>
4093         * dwarf2out.c (dwarf2out_late_global_decl): Add locations for
4094         symbols that hold a DECL_VALUE_EXPR.
4096 2017-06-01  Martin Jambor  <mjambor@suse.cz>
4098         PR tree-optimization/80898
4099         * tree-sra.c (process_subtree_disqualification): Removed.
4100         (disqualify_candidate): Do not acll
4101         process_subtree_disqualification.
4102         (subtree_mark_written_and_enqueue): New function.
4103         (propagate_all_subaccesses): Set grp_write of LHS subtree if the
4104         RHS has been disqualified and re-queue LHS if necessary.  Apart
4105         from that, ignore disqualified RHS.
4107 2017-06-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
4109         * config/s390/s390.c (s390_emit_epilogue): Disable early return
4110         address fetch for z10 or later.
4112 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
4114         * config/arc/arc.md (tst_movb): Add guard when splitting.
4116 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
4118         * config/arc/arc.c (arc_can_eliminate): Test against
4119         arc_frame_pointer_needed.
4121 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
4123         * config/arc/arc.c (arc_expand_prologue): Emit a special barrier
4124         to prevent store reordering.
4125         * config/arc/arc.md (UNSPEC_ARC_STKTIE): Define.
4126         (type): Add block type.
4127         (stack_tie): Define special instruction to be used in
4128         expand_prologue.
4130 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
4132         * config/arc/arc.md (commutative_binary_comparison): Remove 'I'
4133         constraint. It is not valid for the pattern.
4134         (noncommutative_binary_comparison): Likewise.
4136 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
4138         * config/arc/simdext.md (movv2hi_insn): Change predicate to avoid
4139         scaled addresses.
4141 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
4143         * config/arc/arc.c (arc_conditional_register_usage): Allow r30 to
4144         be used by the reg-alloc.
4146 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
4148         * config/arc/arc.md (mulsi3): Avoid use of hard registers before
4149         reg-alloc when having mul64 or mul32x16 instructions.
4150         (mulsidi3): Likewise.
4151         (umulsidi3): Likewise.
4152         (mulsi32x16): New pattern.
4153         (mulsi64): Likewise.
4154         (mulsidi64): Likewise.
4155         (umulsidi64): Likewise.
4156         (MUL32x16_REG): Define.
4157         (mul64_600): Use MUL32x16_REG.
4158         (mac64_600): Likewise.
4159         (umul64_600): Likewise.
4160         (umac64_600): Likewise.
4162 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
4164         * config/arc/arc.md (mulsi3_700): Make it commutative.
4166 2017-06-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
4168         * config/sparc/sparc.md (*zero_extendsidi2_insn_sp64): Set insn
4169         type for movstouw.
4170         (*sign_extendsidi2_insn): Likewise for movstosw.
4172 2017-06-01  Pierre-Marie de Rodat  <derodat@adacore.com>
4174         * dwarf2out.c (get_discr_value): Call the get_debug_type hook on
4175         the type of the input discriminant value.  Convert the
4176         discriminant value of signedness vary.
4178 2017-06-01  Volker Reichelt  <v.reichelt@netcologne.de>
4180         * doc/invoke.texi (-Wcatch-value): Document new shortcut.
4181         Add to -Wall section.
4183 2017-06-01  Richard Biener  <rguenther@suse.de>
4185         PR middle-end/66313
4186         * fold-const.c (fold_plusminus_mult_expr): If the factored
4187         factor may be zero use a wrapping type for the inner operation.
4188         * tree-tailcall.c (independent_of_stmt_p): Pass in to_move bitmap
4189         and handle moved defs.
4190         (process_assignment): Properly guard the unary op case.  Return a
4191         tri-state indicating that moving the stmt before the call may allow
4192         to continue.  Pass through to_move.
4193         (find_tail_calls): Handle moving unrelated defs before
4194         the call.
4196 2017-05-31  Segher Boessenkool  <segher@kernel.crashing.org>
4198         PR target/80618
4199         * config/rs6000/vector.md (*vector_uneq<mode>): Write the nor in the
4200         splitter result in the canonical way.
4202 2017-05-31  Uros Bizjak  <ubizjak@gmail.com>
4204         * config/i386/i386.md (*zero_extendsidi2): Enable alternative (?r, *Yj)
4205         also for 32bit target.  Update insn attributes.
4206         (zero-extendsidi2 splitter): Allow all registers for operand 1.
4208 2017-05-31  Sebastian Peryt  <sebastian.peryt@intel.com>
4210         * config/i386/avx512fintrin.h (_mm_mask_max_sd)
4211         (_mm_maskz_max_sd, _mm_mask_max_ss, _mm_maskz_max_ss)
4212         (_mm_mask_min_sd, _mm_maskz_min_sd, _mm_mask_min_ss)
4213         (_mm_maskz_min_ss): New intrinsics.
4215 2017-05-31  Martin Liska  <mliska@suse.cz>
4217         * tree-vect-loop.c (vect_create_epilog_for_reduction):
4218         Change comment style to one we normally use.
4219         (vectorizable_reduction): Likewise.
4220         (vectorizable_induction): Likewise.
4221         * tree-vect-stmts.c (vectorizable_mask_load_store): Likewise.
4222         (vectorizable_call): Likewise.
4223         (vectorizable_simd_clone_call): Likewise.
4224         (vectorizable_conversion): Likewise.
4225         (vectorizable_assignment): Likewise.
4226         (vectorizable_shift): Likewise.
4227         (vectorizable_operation): Likewise.
4228         (vectorizable_store): Likewise.
4229         (vectorizable_load): Likewise.
4230         * tree-vectorizer.h: Likewise.
4232 2017-05-31  Alexander Monakov  <amonakov@ispras.ru>
4234         * passes.c (emergency_dump_function): New.
4235         * tree-pass.h (emergency_dump_function): Declare.
4236         * plugin.c (plugins_internal_error_function): Remove.
4237         * plugin.h (plugins_internal_error_function): Remove declaration.
4238         * toplev.c (internal_error_function): New static function.  Use it...
4239         (general_init): ...here.
4241 2017-05-31  Graham Markall  <graham.markall@embecosm.com>
4243         * config/arc/arc.c (arc_print_operand): Handle constant operands.
4244         (arc_rtx_costs): Add costs for new patterns.
4245         * config/arc/arc.md: Additional *add_n and *sub_n patterns.
4246         * config/arc/predicates.md: Add _1_2_3_operand predicate.
4248 2017-05-31  Richard Sandiford  <richard.sandiford@linaro.org>
4250         * tree-ssa-strlen.c (get_next_strinfo): New function.
4251         (get_stridx_plus_constant): Use it.
4252         (zero_length_string): Likewise.
4253         (adjust_related_strinfos): Likewise.
4254         (adjust_last_stmt): Likewise.
4256 2017-05-31  Richard Biener  <rguenther@suse.de>
4258         PR target/80880
4259         * config/i386/i386.c (ix86_expand_builtin): Remove assert
4260         for arg being an SSA name when expanding IX86_BUILTIN_BNDRET.
4262 2017-05-31  Richard Sandiford  <richard.sandiford@linaro.org>
4264         * tree-vect-data-refs.c (vect_find_same_alignment_drs): Remove
4265         loop_vinfo argument and use of dependence distance vectors.
4266         Check instead whether the two references differ only in their
4267         initial value and assume that they have the same alignment if the
4268         difference is a multiple of the vector alignment.
4269         (vect_analyze_data_refs_alignment): Update call accordingly.
4271 2017-05-31  Martin Liska  <mliska@suse.cz>
4273         PR target/79155
4274         * config/i386/cpuid.h: Fix typo in a comment in cpuid.h.
4276 2017-05-31  Bin Cheng  <bin.cheng@arm.com>
4278         * tree-vect-loop-manip.c (create_intersect_range_checks_index)
4279         (create_intersect_range_checks): Move from ...
4280         * tree-data-ref.c (create_intersect_range_checks_index)
4281         (create_intersect_range_checks): ... to here.
4282         (create_runtime_alias_checks): New function factored from ...
4283         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): ...
4284         here.  Call above function.
4285         * tree-data-ref.h (create_runtime_alias_checks): New function.
4287 2017-05-31  Bin Cheng  <bin.cheng@arm.com>
4289         * tree-data-ref.c (prune_runtime_alias_test_list): Relax minimal
4290         segment length for dr_b and compute it in wide_int.
4292 2017-05-31  Richard Biener  <rguenther@suse.de>
4294         PR tree-optimization/80906
4295         * graphite-isl-ast-to-gimple.c (copy_loop_close_phi_nodes): Get
4296         and pass through iv_map.
4297         (copy_bb_and_scalar_dependences): Adjust.
4298         (translate_pending_phi_nodes): Likewise.
4299         (copy_loop_close_phi_args): Handle code-generating IVs instead
4300         of ICEing.
4302 2017-05-30  David Malcolm  <dmalcolm@redhat.com>
4304         * diagnostic-color.c (color_dict): Add "type-diff".
4305         (parse_gcc_colors): Update comment.
4306         * doc/invoke.texi (Diagnostic Message Formatting Options): Add
4307         -fdiagnostics-show-template-tree and -fno-elide-type.
4308         (GCC_COLORS): Add type-diff to example.
4309         (type-diff=): New.
4310         (-fdiagnostics-show-template-tree): New.
4311         (-fno-elide-type): New.
4312         * pretty-print.c (pp_format): Pass quote and formatters[argno] to
4313         the pp_format_decoder callback.  Call any m_format_postprocessor's
4314         "handle" method.
4315         (pretty_printer::pretty_printer): Initialize
4316         m_format_postprocessor.
4317         (pretty_printer::~pretty_printer): Delete any
4318         m_format_postprocessor.
4319         * pretty-print.h (printer_fn): Add bool and const char ** parameters.
4320         (class format_postprocessor): New class.
4321         (struct pretty_printer::format_decoder): Document the new parameters.
4322         (struct pretty_printer::m_format_postprocessor): New field.
4323         * tree-diagnostic.c (default_tree_printer): Update for new
4324         bool and const char ** params.
4325         * tree-diagnostic.h (default_tree_printer): Likewise.
4327 2017-05-30  Segher Boessenkool  <segher@kernel.crashing.org>
4329         * config/rs6000/predicates.md (cc_reg_not_micro_cr0_operand): Delete.
4330         (lwa_operand): Delete rs6000_gen_cell_microcode test.
4331         * config/rs6000/rs6000.c (rs6000_option_override_internal): Delete
4332         rs6000_gen_cell_microcode code.
4333         (rs6000_final_prescan_insn): Delete.
4334         (rs6000_opt_vars): Delete the "gen-cell-microcode" and
4335         "warn-cell-microcode" entries.
4336         * config/rs6000/rs6000.h (FINAL_PRESCAN_INSN): Delete.
4337         * config/rs6000/rs6000.md: Delete rs6000_gen_cell_microcode tests
4338         throughout.  Change cc_reg_not_micro_cr0_operand to
4339         cc_reg_not_cr0_operand throughout.
4340         (*extendhi<mode>2_noload): Delete.
4341         * config/rs6000/rs6000.opt (mgen-cell-microcode): Replace by stub.
4342         (mwarn-cell-microcode): Delete.
4343         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete
4344         -mgen-cell-microcode and -mwarn-cell-microcode.
4346 2017-05-30  Uros Bizjak  <ubizjak@gmail.com>
4348         PR target/80833
4349         * config/i386/constraints.md (Yd): New constraint.
4350         (Ye): Ditto.
4351         * config/i386/i386.md (*movti_internal): Add (?r, Ye)
4352         and (?Yd, r) alternatives.  Update insn attributes.
4353         * config/i386/i386.md (*movti_internal): Add (?r, *Ye)
4354         and (?*Yd, r) alternatives.  Update insn attributes.
4355         (double-mode inter-unit splitters): Add new GR<->XMM splitters.
4357 2017-05-30  Pierre-Marie de Rodat  <derodat@adacore.com>
4359         * gimplify.c (gimplify_modify_expr): Don't create a
4360         DECL_DEBUG_EXPR link if *FROM_P does not belong to the current
4361         function.
4363 2017-05-30  Wilco Dijkstra  <wdijkstr@arm.com>
4365         * config/arm/arm-builtins.c (arm_expand_builtin): Remove const.
4367 2017-05-30  Richard Biener  <rguenther@suse.de>
4369         * tree-vectorizer.h (struct _stmt_vec_info): Add reduc_type
4370         and reduc_def fields.
4371         (STMT_VINFO_REDUC_TYPE): New define.
4372         (STMT_VINFO_REDUC_DEF): Likewise.
4373         (vect_force_simple_reduction): Adjust prototype.
4374         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Adjust.
4375         (vect_is_simple_reduction): Remove check_reduction argument.
4376         (vect_force_simple_reduction): Adjust and set
4377         STMT_VINFO_REDUC_TYPE and STMT_VINFO_REDUC_DEF.
4378         (vectorizable_reduction): Do not re-do reduction analysis
4379         but use STMT_VINFO_REDUC_TYPE and STMT_VINFO_REDUC_DEF.
4380         * tree-parloops.c (gather_scalar_reductions): Adjust.
4382 2017-05-30  Richard Biener  <rguenther@suse.de>
4384         PR middle-end/80901
4385         * cfgexpand.c (expand_gimple_cond): Match up loop fixup with
4386         split_edge code.
4388 2017-05-24  Robin Dapp  <rdapp@linux.vnet.ibm.com>
4390         * tree-vect-data-refs.c (vect_get_peeling_costs_all_drs):
4391         Introduce unknown_misalignment parameter and remove vf.
4392         (vect_peeling_hash_get_lowest_cost):
4393         Pass unknown_misalignment parameter.
4394         (vect_enhance_data_refs_alignment):
4395         Fix unsupportable data ref treatment.
4397 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
4399         * tree-vect-data-refs.c (vect_get_data_access_cost):
4400         Workaround for SLP handling.
4401         (vect_enhance_data_refs_alignment):
4402         Compute costs for doing no peeling at all, compare to the best
4403         peeling costs so far and avoid peeling if cheaper.
4405 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
4407         * tree-vect-data-refs.c (vect_peeling_hash_choose_best_peeling):
4408         Return peeling info and set costs to zero for unlimited cost
4409         model.
4410         (vect_enhance_data_refs_alignment): Also inspect all datarefs
4411         with unknown misalignment. Compute and costs for unknown
4412         misalignment, compare them to the costs for known misalignment
4413         and choose the cheapest for peeling.
4415 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
4417         * tree-vect-data-refs.c (vect_update_misalignment_for_peel): Rename.
4418         (vect_get_peeling_costs_all_drs): Create function.
4419         (vect_peeling_hash_get_lowest_cost):
4420         Use vect_get_peeling_costs_all_drs.
4421         (vect_peeling_supportable): Create function.
4422         (vect_enhance_data_refs_alignment): Use vect_peeling_supportable.
4424 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
4426         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Create
4427         DR_HAS_NEGATIVE_STEP.
4428         (vect_update_misalignment_for_peel): Define DR_MISALIGNMENT.
4429         (vect_enhance_data_refs_alignment): Use.
4430         (vect_duplicate_ssa_name_ptr_info): Use.
4431         * tree-vectorizer.h (dr_misalignment): Use.
4432         (known_alignment_for_access_p): Use.
4434 2017-05-30  Jozef Lawrynowicz  <jozef.l@somniumtech.com>
4436         PR target/78838
4437         * config/msp430/msp430.c (gen_prefix): Return NULL when section name is
4438         .lowtext.
4439         (has_section_name): New function.
4441 2017-05-30  Martin Liska  <mliska@suse.cz>
4443         PR other/80909
4444         * auto-profile.c (get_function_decl_from_block): Fix
4445         parenthesis.
4447 2017-05-30  Richard Biener  <rguenther@suse.de>
4449         PR middle-end/80876
4450         * cfgexpand.c (expand_gimple_cond): Fixup preserving loops again.
4452 2017-05-30  Martin Liska  <mliska@suse.cz>
4454         * dumpfile.c: Use newly added macro DUMP_FILE_INFO.
4455         * dumpfile.h (struct dump_file_info): Remove ctors.
4457 2017-05-30  Martin Liska  <mliska@suse.cz>
4459         * predict.def: Fix GNU coding style.
4461 2017-05-29  Max Filippov  <jcmvbkbc@gmail.com>
4463         * config/xtensa/xtensa.c (xtensa_initial_elimination_offset):
4464         Mark 'to' argument with ATTRIBUTE_UNUSED.
4466 2017-05-29  Max Filippov  <jcmvbkbc@gmail.com>
4468         * config/xtensa/xtensa.c (xtensa_emit_call): Use
4469         HOST_WIDE_INT_PRINT_HEX instead of 0x%lx format string.
4470         (print_operand): Use HOST_WIDE_INT_PRINT_DEC instead of %ld
4471         format string.
4473 2017-05-29  Eric Botcazou  <ebotcazou@adacore.com>
4475         * doc/install.texi (Options specification): Restore entry of
4476         --enable-sjlj-exceptions.
4478 2017-05-27  Michael Eager  <eager@eagercon.com>
4480         Revert:
4481         2016-01-21  Ajit Agarwal  <ajitkum@xilinx.com>
4483         See https://gcc.gnu.org/ml/gcc/2017-05/msg00221.html.
4485         * config/microblaze/microblaze.h
4486         (FIXED_REGISTERS): Update in macro.
4487         (CALL_USED_REGISTERS): Update in macro.
4489 2017-05-27  François-Xavier Coudett  <fxcoudert@gcc.gnu.org>
4491         * doc/install.texi: Add links to macOS binary distributions.
4493 2017-05-27  Jakub Jelinek  <jakub@redhat.com>
4495         PR bootstrap/80887
4496         Revert:
4497         2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
4499         * match.pd ((A +- CST1) +- CST2): Allow some conversions.
4501 2017-05-26  Martin Liska  <mliska@suse.cz>
4503         * dumpfile.h (enum dump_kind): Renumber TDF_* flags to be contiguous.
4505 2017-05-26  Martin Liska  <mliska@suse.cz>
4507         * cfg.c (check_bb_profile): Do not use TDF_COMMENT and print
4508         always leading ';; '.
4509         (dump_bb_info): Likewise.
4510         (brief_dump_cfg): Likewise.
4511         * cfgrtl.c (print_rtl_with_bb): Do not use TDF_COMMENT.
4512         * dumpfile.c: Remove usage of TDF_VERBOSE.
4513         * dumpfile.h (enum dump_kind): Likewise.
4514         (dump_gimple_bb_header): Do not use TDF_COMMENT.
4515         * print-tree.c (debug_verbose): Remove.
4516         * tree-cfg.c (gimple_dump_cfg): Do not use TDF_COMMENT.
4517         (dump_function_to_file): Remove dumps guarded with TDF_VERBOSE.
4518         * tree-diagnostic.c (default_tree_printer): Replace
4519         TDF_DIAGNOSTIC with TDF_SLIM.
4521 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
4523         * tree-vect-loop-manip.c (create_intersect_range_checks_index): Pass
4524         in parameter loop, rather than loop_vinfo.
4525         (create_intersect_range_checks): Ditto.
4526         (vect_create_cond_for_alias_checks): Update call to above functions.
4528 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
4530         PR tree-optimization/80815
4531         * tree-data-ref.c (prune_runtime_alias_test_list): Simplify condition
4532         for merging runtime alias checks.  Handle negative DR_STEPs.
4534 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
4536         * tree-vect-data-refs.c (Operator==, comp_dr_with_seg_len_pair):
4537         Move from ...
4538         * tree-data-ref.c (Operator==, comp_dr_with_seg_len_pair): To here.
4539         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list): Factor
4540         out code pruning runtime alias checks.
4541         * tree-data-ref.c (prune_runtime_alias_test_list): New function
4542         factored out from above.
4543         * tree-vectorizer.h (struct dr_with_seg_len, dr_with_seg_len_pair_t):
4544         Move from ...
4545         * tree-data-ref.h (struct dr_with_seg_len, dr_with_seg_len_pair_t):
4546         ... to here.
4547         (prune_runtime_alias_test_list): New decalaration.
4549 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
4551         * tree-vect-data-refs.c (compare_tree): Rename and move ...
4552         * tree-data-ref.c (data_ref_compare_tree): ... to here.
4553         * tree-data-ref.h (data_ref_compare_tree): New decalaration.
4554         * tree-vect-data-refs.c (dr_group_sort_cmp): Update uses.
4555         (operator==, comp_dr_with_seg_len_pair): Ditto.
4556         (vect_prune_runtime_alias_test_list): Ditto.
4558 2017-05-26  Martin Liska  <mliska@suse.cz>
4560         PR ipa/80663
4561         * params.def: Bound partial-inlining-entry-probability param.
4563 2017-05-26  Marek Polacek  <polacek@redhat.com>
4565         PR sanitizer/80875
4566         * fold-const.c (fold_binary_loc) <case MULT_EXPR>: Check if OP1
4567         can be negated.
4569 2017-05-26  Richard Biener  <rguenther@suse.de>
4571         PR tree-optimization/80842
4572         * tree-ssa-ccp.c (set_lattice_value): Always meet with the old
4573         value.
4575 2017-05-26  Richard Biener  <rguenther@suse.de>
4577         PR tree-optimization/80844
4578         * tree-vectorizer.c (adjust_simduid_builtins): Propagate results.
4580 2017-05-25  Sebastian Peryt  <sebastian.peryt@intel.com>
4582         * doc/md.texi (Machine Constraints): Update x86 family
4583         machine constraints section to match 'config/i386/constraints.md'.
4585 2017-05-25  Volker Reichelt  <v.reichelt@netcologne.de>
4587         * doc/invoke.texi (-Wcatch-value=): Document new warning option.
4589 2017-05-25  Nathan Sidwell  <nathan@acm.org>
4591         * doc/invoke.texi (--enable-languages): Update documentation.
4593 2017-05-25  Martin Liska  <mliska@suse.cz>
4595         * dumpfile.c: Add TDF_FOLDING.
4596         * dumpfile.h (enum dump_kind): Likewise.
4597         * genmatch.c (dt_simplify::gen_1): Use it.
4599 2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
4601         * match.pd (view_convert (convert@0 @1)): Handle zero-extension.
4603 2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
4605         * match.pd ((A +- CST1) +- CST2): Allow some conversions.
4606         * tree.c (drop_tree_overflow): Handle COMPLEX_CST and VECTOR_CST.
4608 2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
4610         * fold-const.c (fold_binary_loc) [(A & C) == D]: Remove transformation.
4611         * match.pd (X == C): Rewrite it here.
4612         (with_possible_nonzero_bits, with_possible_nonzero_bits2,
4613         with_certain_nonzero_bits2): New predicates.
4614         * tree-ssanames.c (get_nonzero_bits): Handle INTEGER_CST.
4616 2017-05-24  Nathan Sidwell  <nathan@acm.org>
4618         * lto-streamer-in.c (lto_input_data_block): Adjust T const cast to
4619         avoid warning.
4621         * auto-profile.c (afdo_propagate): Adjust T const cast to avoid
4622         warning.
4624 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
4626         * config/powerpcspe: New port.  Files are copied from the rs6000
4627         port, with "rs6000" in filenames replaced by "powerpcspe".
4629 2017-05-24  Wilco Dijkstra  <wdijkstr@arm.com>
4631         PR rtl-optimization/80754
4632         * lra-remat.c (do_remat): Add overlap checks for dst_regno.
4634 2017-05-24  Sheldon Lobo  <smlobo@sheldon.us.oracle.com>
4636         * config/sparc/sparc.md (length): Return the correct value for -mflat
4637         sibcalls to match output_sibcall.
4639 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
4641         PR bootstrap/80860
4642         PR bootstrap/80843
4643         * config/rs6000/rs6000.c (struct machine_function): Add new field
4644         n_components.
4645         (rs6000_get_separate_components): Init that field, use it.
4646         (rs6000_components_for_bb): Use the field.
4648 2017-05-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4650         * config/arm/arm.c (arm_expand_prologue): Fix typo in comment.
4652 2017-05-24  Peter Bergner  <bergner@vnet.ibm.com>
4654         PR middle-end/80823
4655         * tree-cfg.c (group_case_labels_stmt): Delete increment of "i";
4657 2017-05-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
4659         PR target/80725
4660         * config/s390/s390.c (s390_check_qrst_address): Check incoming
4661         address against address_operand predicate.
4662         * config/s390/s390.md ("*indirect_jump"): Swap alternatives.
4664 2017-05-24  Eric Botcazou  <ebotcazou@adacore.com>
4666         * var-tracking.c (track_expr_p): Do not return 0 for tracked record
4667         parameters passed indirectly.
4669 2017-05-23  Uros Bizjak  <ubizjak@gmail.com>
4671         * config/i386/i386.md (*movdi_internal): Remove SSE4
4672         alternative 18 (?r, *v).  Update insn attributes.
4673         (*movsi_internal): Remove SSE4 alternative 13 (?r, *v).
4674         Update insn attributes.
4675         (*zero_extendsidi2): Remove SSE4 alternative (?r, *x).
4676         Update insn attributes.
4677         * config/i386/sse.md (vec_extract<ssevecmodelower>_0): Remove SSE4
4678         alternative 1 (r, v). Remove isa attribute.
4679         * config/i386/i386.c (dimode_scalar_chain::make_vector_copies):
4680         Always move value through stack for !TARGET_INTER_UNIT_MOVES_TO_VEC
4681         and !TARGET_INTER_UNIT_MOVES_TO_VEC targets.
4683 2017-05-23  Tom de Vries  <tom@codesourcery.com>
4685         * doc/sourcebuild.texi (Directives, Verify compiler message): Document
4686         dg-line directive.
4688 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
4690         * cgraphunit.c (symbol_table::process_new_functions): Update.
4691         * ipa-fnsummary.c (pass_data_inline_parameters): Remove.
4692         (inline_generate_summary): Rename to ...
4693         (ipa_fn_summary_generate): ... this one.
4694         (inline_read_summary): Rename to ...
4695         (ipa_fn_summary_read): ... this one.
4696         (inline_write_summary): Rename to ...
4697         (ipa_fn_summary_write): ... this one.
4698         (inline_free_summary): Rename to ...
4699         (ipa_free_fn_summary): ... this one.
4700         (pass_data_local_fn_summary, pass_local_fn_summary,
4701         make_pass_local_fn_summary, pass_data_ipa_free_fn_summary,
4702         pass_ipa_free_fn_summary, make_pass_ipa_free_fn_summary,
4703         pass_data_ipa_fn_summary, pass_ipa_fn_summary,
4704         make_pass_ipa_fn_summary): New.
4705         * ipa-fnsummary.h (inline_generate_summary, inline_read_summary,
4706         inline_write_summary, inline_free_summary): Remove.
4707         (ipa_free_fn_summary) : New.
4708         * ipa-inline.c (ipa_inline): Update.
4709         (pass_ipa_inline): Do not generate summaries.
4710         * ipa.c (pass_data_ipa_free_fn_summary, pass_ipa_free_fn_summary):
4711         Remove.
4712         * passes.def: Replace pass_inline_parameters by pass_local_fn_summary
4713         and add pass_ipa_fn_summary.
4714         * tree-pass.h (make_pass_ipa_fn_summary, make_pass_local_fn_summary):
4715         New.
4716         (make_pass_inline_parameters): Remove.
4718 2017-05-23  Thomas Schwinge  <thomas@codesourcery.com>
4720         * omp-low.c (struct omp_context): Remove "default_kind" member.
4721         Adjust all users.
4723         * omp-offload.c (execute_oacc_device_lower): Remove the
4724         parallelism dimensions function attributes for unparallelized
4725         OpenACC kernels constructs.
4727 2017-05-23  Martin Liska  <mliska@suse.cz>
4729         * cgraph.c (cgraph_node::get_create): Use symtab_node::dump_{asm_,}name
4730         functions.
4731         (cgraph_edge::make_speculative): Likewise.
4732         (cgraph_edge::resolve_speculation): Likewise.
4733         (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
4734         (cgraph_node::dump): Likewise.
4735         * cgraph.h: Likewise.
4736         * cgraphunit.c (analyze_functions): Likewise.
4737         (symbol_table::compile): Likewise.
4738         * ipa-cp.c (print_all_lattices): Likewise.
4739         (determine_versionability): Likewise.
4740         (initialize_node_lattices): Likewise.
4741         (ipcp_verify_propagated_values): Likewise.
4742         (estimate_local_effects): Likewise.
4743         (update_profiling_info): Likewise.
4744         (create_specialized_node): Likewise.
4745         (perhaps_add_new_callers): Likewise.
4746         (decide_about_value): Likewise.
4747         (decide_whether_version_node): Likewise.
4748         (identify_dead_nodes): Likewise.
4749         (ipcp_store_bits_results): Likewise.
4750         * ipa-devirt.c (dump_targets): Likewise.
4751         (ipa_devirt): Likewise.
4752         * ipa-icf.c (sem_item::dump): Likewise.
4753         (sem_function::equals): Likewise.
4754         (sem_variable::equals): Likewise.
4755         (sem_item_optimizer::read_section): Likewise.
4756         (sem_item_optimizer::execute): Likewise.
4757         (congruence_class::dump): Likewise.
4758         * ipa-inline-analysis.c (dump_ipa_call_summary): Likewise.
4759         (dump_inline_summary): Likewise.
4760         (estimate_node_size_and_time): Likewise.
4761         (inline_analyze_function): Likewise.
4762         * ipa-inline-transform.c (inline_call): Likewise.
4763         * ipa-inline.c (report_inline_failed_reason): Likewise.
4764         (want_early_inline_function_p): Likewise.
4765         (edge_badness): Likewise.
4766         (update_edge_key): Likewise.
4767         (inline_small_functions): Likewise.
4768         * ipa-profile.c (ipa_profile): Likewise.
4769         * ipa-prop.c (ipa_print_node_jump_functions): Likewise.
4770         (ipa_make_edge_direct_to_target): Likewise.
4771         (remove_described_reference): Likewise.
4772         (ipa_impossible_devirt_target): Likewise.
4773         (propagate_controlled_uses): Likewise.
4774         (ipa_print_node_params): Likewise.
4775         (ipcp_transform_function): Likewise.
4776         * ipa-pure-const.c (pure_const_read_summary): Likewise.
4777         (propagate_pure_const): Likewise.
4778         * ipa-reference.c (generate_summary): Likewise.
4779         (read_write_all_from_decl): Likewise.
4780         (propagate): Likewise.
4781         (ipa_reference_read_optimization_summary): Likewise.
4782         * ipa-utils.c (ipa_merge_profiles): Likewise.
4783         * ipa.c (walk_polymorphic_call_targets): Likewise.
4784         (symbol_table::remove_unreachable_nodes): Likewise.
4785         (ipa_single_use): Likewise.
4786         * passes.c (execute_todo): Likewise.
4787         * predict.c (drop_profile): Likewise.
4788         * symtab.c (symtab_node::get_dump_name): New function.
4789         (symtab_node::dump_name): Likewise.
4790         (symtab_node::dump_asm_name): Likewise.
4791         (symtab_node::dump_references): Likewise.
4792         (symtab_node::dump_referring): Likewise.
4793         (symtab_node::dump_base): Likewise.
4794         (symtab_node::debug_symtab): Likewise.
4795         * tree-sra.c (convert_callers_for_node): Likewise.
4796         * tree-ssa-structalias.c (ipa_pta_execute): Likewise.
4797         * value-prof.c (init_node_map): Likewise.
4799 2017-05-23  Martin Liska  <mliska@suse.cz>
4801         * cgraph.h: Move symtab_node::dump_table to symbol_table::dump
4802         and symtab_node::debug_symtab to symbol_table::debug.
4803         * cgraphunit.c (analyze_functions): Use the renamed function.
4804         (symbol_table::compile): Likewise.
4805         * ipa-cp.c (ipcp_verify_propagated_values): Likewise.
4806         * ipa-icf.c (sem_item_optimizer::execute): Likewise.
4807         * passes.c (execute_todo): Likewise.
4808         * symtab.c (symbol_table::dump): New function.
4809         * tree-ssa-structalias.c (ipa_pta_execute): Use the renamed function.
4811 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
4813         * ipa-fnsummary.c (estimate_node_size_and_time): Do not sanity check
4814         that nonconst implies exec.
4816 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
4818         * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgraph_edge_hook_list,
4819         inline_edge_removal_hook, inline_edge_duplication_hook): Remove.
4820         (inline_edge_summary_vec): Turn into ...
4821         (ipa_call_summaries): ... this one.
4822         (redirect_to_unreachable, edge_set_predicate,
4823         evaluate_properties_for_edge, inline_summary_alloc,
4824         reset_ipa_call_summary, reset_inline_summary,
4825         inline_summary_t::duplicate): Update.
4826         (inline_edge_duplication_hook): Turn to ...
4827         (ipa_call_summary_t::duplicate): ... this one.
4828         (inline_edge_removal_hook): Turn to ...
4829         (ipa_call_summary_t::remove): ... this one.
4830         (dump_inline_edge_summary): Turn to ...
4831         (dump_ipa_call_summary): ... this one.
4832         (estimate_function_body_sizes): Update.
4833         (inline_update_callee_summaries): Update.
4834         (remap_edge_change_prob): Update.
4835         (remap_edge_summaries): Update.
4836         (inline_merge_summary): Update.
4837         (do_estimate_edge_time): Update.
4838         (inline_generate_summary): Update.
4839         (inline_read_section): Update.
4840         (inline_read_summary): Update.
4841         (inline_free_summary): Update.
4842         * ipa-inline.c (can_inline_edge_p): Update.
4843         (compute_inlined_call_time): Update.
4844         (want_inline_small_function_p): Update.
4845         (edge_badness): Update.
4846         (early_inliner): Update.
4847         * ipa-inline.h (inline_edge_summary): Turn to ...
4848         (ipa_call_summary): ... this one.
4849         (ipa_call_summary_t): New class.
4850         (inline_edge_summary_t, inline_edge_summary_vec): Remove.
4851         (ipa_call_summaries): New.
4852         (inline_edge_summary): Remove.
4853         (estimate_edge_growth): Update.
4854         * ipa-profile.c (ipa_propagate_frequency_1): Update.
4855         * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
4856         * ipa-split.c (execute_split_functions): Update.
4857         * ipa.c (symbol_table::remove_unreachable_nodes): Update.
4859 2017-05-23  Tom de Vries  <tom@codesourcery.com>
4861         * doc/sourcebuild.texi (Effective-Target Keywords, Other hardware
4862         attributes): Document rdrand effective target.
4864 2017-05-23  Tom de Vries  <tom@codesourcery.com>
4866         * doc/sourcebuild.texi (Effective-Target Keywords, Other hardware
4867         attributes): Sort alphabetically.
4869 2017-05-23  Georg-Johann Lay  <avr@gjlay.de>
4871         * config/avr/genmultilib.awk: Use gsub instead of gensub.
4873 2017-05-22  Michael Meissner  <meissner@linux.vnet.ibm.com>
4875         PR target/80718
4876         * config/rs6000/vsx.md (vsx_splat_<mode>, VSX_D iterator): Split
4877         V2DF/V2DI splat into two separate patterns, one that handles
4878         registers, and the other that only handles memory.  Drop support
4879         for splatting from a GPR on ISA 2.07 and then splitting the
4880         splat into direct move and splat.
4881         (vsx_splat_<mode>_reg): Likewise.
4882         (vsx_splat_<mode>_mem): Likewise.
4884 2017-05-22  Segher Boessenkool  <segher@kernel.crashing.org>
4886         * cfgcleanup.c (bb_is_just_return): Allow CLOBBERs.
4888 2017-05-22  Jakub Jelinek  <jakub@redhat.com>
4890         PR middle-end/80809
4891         * omp-low.c (finish_taskreg_remap): New function.
4892         (finish_taskreg_scan): If unit size of ctx->record_type
4893         is non-constant, unshare the size expression and replace
4894         decls in it with possible outer var refs.
4896         PR middle-end/80809
4897         * gimplify.c (omp_add_variable): For GOVD_DEBUG_PRIVATE use
4898         GOVD_SHARED rather than GOVD_PRIVATE with it.
4899         (gimplify_adjust_omp_clauses_1, gimplify_adjust_omp_clauses): Expect
4900         GOVD_SHARED rather than GOVD_PRIVATE with GOVD_DEBUG_PRIVATE.
4902         PR middle-end/80853
4903         * omp-low.c (lower_reduction_clauses): Pass OMP_CLAUSE_PRIVATE
4904         as last argument to build_outer_var_ref for pointer bases of array
4905         section reductions.
4907 2017-05-19  Martin Sebor  <msebor@redhat.com>
4909         * print-tree.c (print_node): Print DECL_READ_P flag.
4911 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
4913         * Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.h
4914         * auto-profile.c: Replace ipa-inline.h by ipa-fnsummary.h
4915         * cgraph.c: Likewise.
4916         * cgraphunit.c: Likewise.
4917         * gengtype.c: Likewise.
4918         * ipa-cp.c: Likewise.
4919         * ipa-devirt.c: Likewise.
4920         * ipa-icf.c: Likewise.
4921         * ipa-predicate.c: Likewise.
4922         * ipa-profile.c: Likewise.
4923         * ipa-prop.c: Likewise.
4924         * ipa-split.c: Likewise.
4925         * ipa.c: Likewise.
4926         * ipa-inline-analysis.c (inline_summaries, ipa_call_summaries,
4927         edge_predicate_pool, dump_inline_hints,
4928         inline_summary::account_size_time, redirect_to_unreachable,
4929         edge_set_predicate, set_hint_predicate,
4930         evaluate_conditions_for_known_args, evaluate_properties_for_edge,
4931         inline_summary_alloc, ipa_call_summary::reset, inline_summary::reset,
4932         inline_summary_t::remove, remap_hint_predicate_after_duplication,
4933         inline_summary_t::duplicate, ipa_call_summary_t::duplicate,
4934         ipa_call_summary_t::remove, initialize_growth_caches,
4935         free_growth_caches, dump_ipa_call_summary, dump_inline_summary,
4936         debug_inline_summary, dump_inline_summaries, initialize_inline_failed,
4937         mark_modified, unmodified_parm_1, unmodified_parm,
4938         unmodified_parm_or_parm_agg_item, eliminated_by_inlining_prob,
4939         set_cond_stmt_execution_predicate, set_switch_stmt_execution_predicate,
4940         compute_bb_predicates, will_be_nonconstant_expr_predicate,
4941         will_be_nonconstant_predicate, record_modified_bb_info,
4942         get_minimal_bb, record_modified, param_change_prob,
4943         phi_result_unknown_predicate, predicate_for_phi_result,
4944         array_index_predicate, clobber_only_eh_bb_p, fp_expression_p,
4945         estimate_function_body_sizes, compute_inline_parameters,
4946         compute_inline_parameters_for_curren, pass_data_inline_parameters,
4947         estimate_node_size_and_time, estimate_ipcp_clone_size_and_time,
4948         inline_update_callee_summaries, remap_edge_change_prob,
4949         remap_edge_summaries, remap_hint_predicate, inline_merge_summary,
4950         inline_update_overall_summary, inline_indirect_intraprocedural_analysis,
4951         inline_analyze_function, inline_summary_t::insert,
4952         inline_generate_summary, read_ipa_call_summary, inline_read_section,
4953         inline_read_summary, write_ipa_call_summary, inline_write_summary,
4954         inline_free_summary): Move to ipa-fnsummary.h
4955         (predicate_t): Remove.
4956         * ipa-fnsummary.c: New file.
4957         * ipa-inline.h:  Do not include sreal.h and ipa-predicate.h
4958         (enum inline_hints_vals, inline_hints, agg_position_info,
4959         INLINE_SIZE_SCALE, size_time_entry, inline_summary, inline_summary_t,
4960         inline_summaries, ipa_call_summary, ipa_call_summary_t,
4961         ipa_call_summaries, debug_inline_summary, dump_inline_summaries,
4962         dump_inline_summary, dump_inline_hints, inline_generate_summary,
4963         inline_read_summary, inline_write_summary, inline_free_summary,
4964         inline_analyze_function, initialize_inline_failed,
4965         inline_merge_summary, inline_update_overall_summary,
4966         compute_inline_parameters): Move to ipa-fnsummary.h
4967         * ipa-fnsummary.h: New file.
4968         * ipa-inline-transform.h: Include ipa-inline.h.
4969         * ipa-inline.c: LIkewise.
4971 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
4973         * ipa-inline.c (edge_badness): Use inlined_time instead of
4974         inline_summaries->get.
4976 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
4978         * ipa-inline.c (edge_badness): Use estimate_size_after_inlining.
4980 2017-05-22  Nathan Sidwell  <nathan@acm.org>
4982         * doc/invoke.texi (fdump-translation-unit): Delete documentation.
4983         (fdump-lang): Document 'raw' option.
4984         * dumpfile.h (TDI_tu): Delete.
4985         * dumpfile.c (dump_files): Remove translation-unit.
4986         (FIRST_AUTO_NUMBERED_DUMP): Decrement.
4988 2017-05-22  Georg-Johann Lay  <avr@gjlay.de>
4990         * config/avr/t-avr (AWK) [t-multilib]: Remove "-v FORMAT=Makefile"
4991         command option from $(AWK) call.
4992         * config/avr/genmultilib.awk: Simplify and rewrite so that it
4993         generates MULTILIB_REQUIRED instead of MULTILIB_EXCEPTIONS.
4994         [FORMAT]: Remove handling of variable.
4995         * config/avr/t-multilib: Regenerate.
4997 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
4999         * ipa-inline-analysis.c (inline_summary::reset): Do not reset
5000         self_time.
5001         (dump_inline_summary): Do not print self_time.
5002         (estimate_function_body_sizes): Do not set self_time.
5003         (compute_inline_parameters): Likewise.
5004         (inline_read_section, inline_write_summary): Do not stream self_time.
5005         * ipa-inline.h (inline_summary): Drop self_time.
5007 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
5009         * ipa-inline-analysis.c (account_size_time): Rename to ...
5010         (inline_summary::account_size_time): ... this one.
5011         (reset_ipa_call_summary): Turn to ...
5012         (ipa_call_summary::reset): ... this one.
5013         (reset_inline_summary): Turn to ...
5014         (inline_summary::reset): ... this one.
5015         (inline_summary_t::remove): Update.
5016         (inline_summary_t::duplicate): Update.
5017         (ipa_call_summary_t::remove): Update.
5018         (dump_inline_summary): Update.
5019         (estimate_function_body_sizes): Update.
5020         (compute_inline_parameters): Update.
5021         (estimate_node_size_and_time): Update.
5022         (inline_merge_summary): Update.
5023         (inline_update_overall_summary): Update.
5024         (inline_read_section): Update.
5025         (inline_write_summary): Update.
5026         * ipa-inline.h (inline_summary): Rename entry to size_time_table;
5027         add account_size_time and reset member functions.
5028         (ipa_call_summary): Add reset function.
5029         * ipa-predicate.h (predicate::operator &): Constify.
5031 2017-05-22  Richard Biener  <rguenther@suse.de>
5033         * df-scan.c (df_insn_refs_verify): Speedup when not verifying.
5035 2017-05-19  Jason Merrill  <jason@redhat.com>
5037         * tree.c (make_tree_vec_stat, grow_tree_vec_stat): Use size_t.
5039 2017-05-19  Marek Polacek  <polacek@redhat.com>
5041         PR sanitizer/80800
5042         * fold-const.c (extract_muldiv_1) <case TRUNC_DIV_EXPR>: Add
5043         TYPE_OVERFLOW_WRAPS checks.
5045 2017-05-19  Thomas Schwinge  <thomas@codesourcery.com>
5047         * tree-core.h (enum omp_clause_default_kind): Add
5048         "OMP_CLAUSE_DEFAULT_PRESENT".
5049         * tree-pretty-print.c (dump_omp_clause): Handle it.
5050         * gimplify.c (enum gimplify_omp_var_data): Add
5051         "GOVD_MAP_FORCE_PRESENT".
5052         (gimplify_adjust_omp_clauses_1): Map it to
5053         "GOMP_MAP_FORCE_PRESENT".
5054         (oacc_default_clause): Handle "OMP_CLAUSE_DEFAULT_PRESENT".
5056         * gimplify.c (oacc_default_clause): Clarify.
5058 2017-05-19  Nathan Sidwell  <nathan@acm.org>
5060         LANG_HOOK_REGISTER_DUMPS
5061         * toplev.c (general_init): Call register dump lang hook.
5062         * doc/invoke.texi: Document -fdump-lang option family.
5063         * dumpfile.c (dump_files): Remove class dump here.
5064         (FIRST_AUTO_NUMBERED_DUMP): Adjust.
5065         * dumpfile.h (tree_dump_index): Remove TDI_class.
5066         * langhooks-def.h (lhd_register_dumps): Declare.
5067         (LANG_HOOKS_REGISTER_DUMPS): Define.
5068         (LANG_HOOKS_INITIALIZER): Add it.
5069         * langhooks.c (lhd_register_dumps): Define.
5070         * langhooks.h (struct lang_hooks): Add register_dumps.
5072 2017-05-19  Nathan Sidwell  <nathan@acm.org>
5074         * context.h (context::set_passes): New.
5075         * context.c (context::context): Do not create pass manager.
5076         * toplev.c (general_init): Create pass manager here.
5078 2017-05-19  Segher Boessenkool  <segher@kernel.crashing.org>
5080         * config/rs6000/rs6000.md (splitter to load of -1 and mask): Don't
5081         use this splitter if two add or or instructions would also work for
5082         the constant we want to generate.
5084 2017-05-19  Richard Biener  <rguenther@suse.de>
5086         PR build/80821
5087         * genmatch.c (dt_node::gen_kids_1): Add missing scope around
5088         predicate evaluation.
5090 2017-05-19  Jan Hubicka  <hubicka@ucw.cz>
5092         * ipa-inline.h (ipa_call_summary): Turn sizes into signed;
5093         add ctor.
5094         * ipa-inline.c (want_inline_small_function_p): Do not cast to
5095         unsigned.
5097 2017-05-19  Jan Hubicka  <hubicka@ucw.cz>
5099         * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgraph_edge_hook_list,
5100         inline_edge_removal_hook, inline_edge_duplication_hook): Remove.
5101         (inline_edge_summary_vec): Turn into ...
5102         (ipa_call_summaries): ... this one.
5103         (redirect_to_unreachable, edge_set_predicate,
5104         evaluate_properties_for_edge, inline_summary_alloc,
5105         reset_ipa_call_summary, reset_inline_summary,
5106         inline_summary_t::duplicate): Update.
5107         (inline_edge_duplication_hook): Turn to ...
5108         (ipa_call_summary_t::duplicate): ... this one.
5109         (inline_edge_removal_hook): Turn to ...
5110         (ipa_call_summary_t::remove): ... this one.
5111         (dump_inline_edge_summary): Turn to ...
5112         (dump_ipa_call_summary): ... this one.
5113         (estimate_function_body_sizes): Update.
5114         (inline_update_callee_summaries): Update.
5115         (remap_edge_change_prob): Update.
5116         (remap_edge_summaries): Update.
5117         (inline_merge_summary): Update.
5118         (do_estimate_edge_time): Update.
5119         (inline_generate_summary): Update.
5120         (inline_read_section): Update.
5121         (inline_read_summary): Update.
5122         (inline_free_summary): Update.
5123         * ipa-inline.c (can_inline_edge_p): Update.
5124         (compute_inlined_call_time): Update.
5125         (want_inline_small_function_p): Update.
5126         (edge_badness): Update.
5127         (early_inliner): Update.
5128         * ipa-inline.h (inline_edge_summary): Turn to ...
5129         (ipa_call_summary): ... this one.
5130         (ipa_call_summary_t): New class.
5131         (inline_edge_summary_t, inline_edge_summary_vec): Remove.
5132         (ipa_call_summaries): New.
5133         (inline_edge_summary): Remove.
5134         (estimate_edge_growth): Update.
5135         * ipa-profile.c (ipa_propagate_frequency_1): Update.
5136         * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
5137         * ipa-split.c (execute_split_functions): Update.
5138         * ipa.c (symbol_table::remove_unreachable_nodes): Update.
5140 2017-05-19  Richard Biener  <rguenther@suse.de>
5142         PR middle-end/80764
5143         * cfgexpand.c (expand_gimple_cond): Fix loop fixup.
5145 2017-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
5147         * config/rs6000/rs6000.c (struct machine_function): Add field
5148         fpr_is_wrapped_separately.
5149         (rs6000_get_separate_components): Use 64 components.  Handle the
5150         new FPR components.
5151         (rs6000_components_for_bb): Handle the FPR components.
5152         (rs6000_emit_prologue_components): Handle the FPR components.
5153         (rs6000_emit_epilogue_components): Handle the FPR components.
5154         (rs6000_set_handled_components): Handle the FPR components.
5155         (rs6000_emit_prologue): Don't output prologue code for those FPRs
5156         that are already separately shrink-wrapped.
5157         (rs6000_emit_epilogue): Don't output epilogue code for those FPRs
5158         that are already separately shrink-wrapped.
5160 2017-05-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
5162         PR target/80510
5163         * config/rs6000/predicates.md (simple_offsettable_mem_operand):
5164         New predicate.
5166         * config/rs6000/rs6000.md (ALTIVEC_DFORM): New iterator.
5167         (define_peephole2 for Altivec d-form load): Add peepholes to catch
5168         cases where the register allocator uses a move and an offsettable
5169         memory operation to/from a FPR register on ISA 2.06/2.07.
5170         (define_peephole2 for Altivec d-form store): Likewise.
5172 2017-05-18  Uros Bizjak  <ubizjak@gmail.com>
5174         PR target/80799
5175         * config/i386/mmx.md (*mov<mode>_internal): Enable
5176         alternatives 11, 12, 13 and 14 also for 32bit targets.
5177         Remove alternatives 15, 16, 17 and 18.
5178         * config/i386/sse.md (vec_concatv2di): Change
5179         alternative (!x, *y) to (x, ?!*Yn).
5181 2017-05-18  Paolo Carlini  <paolo.carlini@oracle.com>
5183         * dumpfile.h (enum dump_kind): Remove stray comma.
5185 2017-05-18  Jan Hubicka  <hubicka@ucw.cz>
5187         * Makefile.in: Add ipa-predicate.o and ipa-predicate.h
5188         * ipa-inline-analysis.c (NUM_CONDITIONS): turn into
5189         predicate::num_conditions
5190         (IS_NOT_CONSTANT): turn into predicate::is_not_constant.
5191         (CHANGED): turn into predicate::changed.
5192         (agg_position_info): Move to ipa-predicate.h
5193         (add_condition, predicate::add_clause, predicate::operator &=,
5194         predicate::or_with, predicate::evaluate, predicate::probability,
5195         dump_condition, dump_clause, predicate::dump,
5196         predicate::remap_after_duplication, predicate::remap_after_inlining,
5197         predicate::stream_in, predicate::stream_out): Move to ipa-predicate.c
5198         (evaluate_conditions_for_known_args): Update.
5199         (set_cond_stmt_execution_predicate): Update.
5200         * ipa-inline.h: Include ipa-predicate.h
5201         (condition, inline_param_summary, conditions, agg_position_info,
5202         predicate): Move to ipa-predicate.h
5203         * ipa-predicate.c: New file.
5204         * ipa-predicate.h: New file.
5206 2017-05-18  Wilco Dijkstra  <wdijkstr@arm.com>
5208         * final.c (leaf_function_p): Check we are not in a sequence.
5210 2017-05-18  Martin Liska  <mliska@suse.cz>
5212         * cfgrtl.c (rtl_verify_edges): Remove usage of TDF_RTL.
5213         * dumpfile.c (dump_register): Use new enum dump_kind.
5214         (get_dump_file_name): Likewise.
5215         (dump_enable_all): Likewise.
5216         (dump_switch_p_1): Likewise.
5217         (enable_rtl_dump_file): Remove usage of TDF_RTL.
5218         * dumpfile.h (enum dump_kind): New enum type.
5219         (struct dump_file_info): Create constructor and
5220         format fields and comments.
5221         * passes.c (pass_manager::register_one_dump_file):
5222         Use num dump_kind.
5223         * statistics.c (statistics_early_init): Likewise.
5224         * tree-ssa-loop-prefetch.c (dump_mem_details): Replace
5225         TDF_TREE with TDF_SLIM.
5226         (gather_memory_references_ref): Likewise.
5228 2017-05-18  Martin Liska  <mliska@suse.cz>
5230         * vec.h (struct vnull): Use it.
5232 2017-05-18  Jan Hubicka  <hubicka@ucw.cz>
5234         * ipa-inline-analysis.c (predicate_conditions): Move to ipa-inline.h
5235         (true_predicate, false_predicate, true_predicate_p,
5236         false_predicate_p): Remove.
5237         (single_cond_predicate, not_inlined_predicate): Turn to member function
5238         in ipa-inline.h
5239         (add_condition): Update.
5240         (add_clause): Turn to...
5241         (predicate::add_clause): ... this one; update; allow passing NULL
5242         as parameter.
5243         (and_predicates): Turn to ...
5244         (predicate::operator &=): ... this one.
5245         (predicates_equal_p): Move to predicate::operator == in ipa-inline.h
5246         (or_predicates): Turn to ...
5247         (predicate::or_with): ... this one.
5248         (evaluate_predicate): Turn to ...
5249         (predicate::evaluate): ... this one.
5250         (predicate_probability): Turn to ...
5251         (predicate::probability): ... this one.
5252         (dump_condition): Update.
5253         (dump_predicate): Turn to ...
5254         (predicate::dump): ... this one.
5255         (account_size_time): Update.
5256         (edge_set_predicate): Update.
5257         (set_hint_predicate): UPdate.
5258         (evaluate_conditions_for_known_args): Update.
5259         (evaluate_properties_for_edge): Update.
5260         (remap_predicate_after_duplication): Turn to...
5261         (predicate::remap_after_duplication): ... this one.
5262         (remap_hint_predicate_after_duplication): Update.
5263         (inline_summary_t::duplicate): UPdate.
5264         (dump_inline_edge_summary): Update.
5265         (dump_inline_summary): Update.
5266         (set_cond_stmt_execution_predicate): Update.
5267         (set_switch_stmt_execution_predicate): Update.
5268         (compute_bb_predicates): Update.
5269         (will_be_nonconstant_expr_predicate): Update.
5270         (will_be_nonconstant_predicate): Update.
5271         (phi_result_unknown_predicate): Update.
5272         (predicate_for_phi_result): Update.
5273         (array_index_predicate): Update.
5274         (estimate_function_body_sizes): Update.
5275         (estimate_node_size_and_time): Update.
5276         (estimate_ipcp_clone_size_and_time): Update.
5277         (remap_predicate): Rename to ...
5278         (predicate::remap_after_inlining): ... this one.
5279         (remap_hint_predicate): Update.
5280         (inline_merge_summary): Update.
5281         (inline_update_overall_summary): Update.
5282         (estimate_size_after_inlining): Update.
5283         (read_predicate): Rename to ...
5284         (predicate::stream_in): ... this one.
5285         (read_inline_edge_summary): Update.
5286         (write_predicate): Rename to ...
5287         (predicate::stream_out): ... this one.
5288         (write_inline_edge_summary): Update.
5289         * ipa-inline.h (MAX_CLAUSES): Turn to predicate::max_clauses.
5290         (clause_t): Turn to uint32_t
5291         (predicate): Turn to class; implement constructor and operators
5292         ==, !=, &
5293         (size_time_entry): Update.
5294         (inline_summary): Update.
5295         (inline_edge_summary): Update.
5297 2017-05-18  Marc Glisse  <marc.glisse@inria.fr>
5299         * fold-const.c (fold_binary_loc): Move transformation...
5300         * match.pd (C - X CMP X): ... here.
5302 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
5304         * config/sparc/sparc.c (sparc_option_override): Set function
5305         alignment for -mcpu=niagara7 to 64 to match the I$ line.
5306         * config/sparc/sparc.h (BRANCH_COST): Set the SPARC M7 branch
5307         latency to 1.
5308         * config/sparc/sparc.h (BRANCH_COST): Set the SPARC T4 branch
5309         latency to 2.
5310         * config/sparc/sol2.h: Fix a ASM_CPU32_DEFAULT_SPEC typo.
5312 2017-05-18  Marek Polacek  <polacek@redhat.com>
5314         PR sanitizer/80797
5315         * ubsan.c (instrument_null): Unwrap ADDR_EXPRs.
5316         (pass_ubsan::execute): Call gimple_assign_single_p instead of
5317         gimple_assign_load_p.
5319 2017-05-17  Segher Boessenkool  <segher@kernel.crashing.org>
5321         PR middle-end/80692
5322         * real.c (do_compare): Give decimal_do_compare preference over
5323         comparing just the signs.
5325 2017-05-17  Uros Bizjak  <ubizjak@gmail.com>
5327         * doc/md.texi (Canonicalization of Instructions): Describe the
5328         canonical form of instructions that inherently set a condition
5329         code register.
5331 2017-05-17  Peter Bergner  <bergner@vnet.ibm.com>
5333         PR middle-end/80775
5334         * tree-cfg.c: Move deletion of unreachable case statements to after
5335         the merging of consecutive case labels.
5337 2017-05-17  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5339         * config/arm/arm.c (cmse_nonsecure_call_clear_caller_saved): Refer
5340         readers to __gnu_cmse_nonsecure_call libcall for saving, clearing and
5341         restoring of callee-saved registers.
5343 2017-05-17  Eric Botcazou  <ebotcazou@adacore.com>
5345         * compare-elim.c (equivalent_reg_at_start): Adjust outdated comment.
5346         * config/visium/visium.c (single_set_and_flags): Likewise.
5347         * config/visium/visium.md (Substitutions): Likewise.
5349 2017-05-17  Martin Liska  <mliska@suse.cz>
5351         * cfg.c: Introduce dump_flags_t type and
5352         use it instead of int type.
5353         * cfg.h: Likewise.
5354         * cfghooks.c: Likewise.
5355         * cfghooks.h (struct cfg_hooks): Likewise.
5356         * cfgrtl.c: Likewise.
5357         * cfgrtl.h: Likewise.
5358         * cgraph.c (cgraph_node::get_body): Likewise.
5359         * coretypes.h: Likewise.
5360         * domwalk.c: Likewise.
5361         * domwalk.h: Likewise.
5362         * dumpfile.c (struct dump_option_value_info): Likewise.
5363         (dump_enable_all): Likewise.
5364         (dump_switch_p_1): Likewise.
5365         (opt_info_switch_p): Likewise.
5366         * dumpfile.h (enum tree_dump_index): Likewise.
5367         (struct dump_file_info): Likewise.
5368         * genemit.c: Likewise.
5369         * generic-match-head.c: Likewise.
5370         * gengtype.c (open_base_files): Likewise.
5371         * gimple-pretty-print.c: Likewise.
5372         * gimple-pretty-print.h: Likewise.
5373         * graph.c (print_graph_cfg): Likewise.
5374         * graphite-scop-detection.c (dot_all_sese): Likewise.
5375         * ipa-devirt.c (build_type_inheritance_graph): Likewise.
5376         * loop-unroll.c (report_unroll): Likewise.
5377         * passes.c (pass_manager::register_one_dump_file): Likewise.
5378         * print-tree.c: Likewise.
5379         * statistics.c: Likewise.
5380         * tree-cfg.c: Likewise.
5381         * tree-cfg.h: Likewise.
5382         * tree-dfa.c: Likewise.
5383         * tree-dfa.h: Likewise.
5384         * tree-dump.c (dump_function): Likewise.
5385         * tree-dump.h (struct dump_info): Likewise.
5386         * tree-pretty-print.c: Likewise.
5387         * tree-pretty-print.h: Likewise.
5388         * tree-ssa-live.c: Likewise.
5389         * tree-ssa-live.h: Likewise.
5390         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Likewise.
5391         * tree-vect-loop.c: Likewise.
5392         * tree-vect-slp.c: Likewise.
5394 2017-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
5395             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5397         PR tree-optimization/80457
5398         * tree-vect-stmts.c (vect_model_simple_cost): Model the cost
5399         of all arguments to a statement as scalar_to_vec operations.
5400         (vectorizable_call): Adjust call to vect_model_simple_cost for
5401         new parameter.
5402         (vectorizable_conversion): Likewise.
5403         (vectorizable_assignment): Likewise.
5404         (vectorizable_shift): Likewise.
5405         (vectorizable_operation): Likewise.
5406         (vectorizable_comparison): Likewise.
5407         (vect_is_simple_cond): Record the def types for operands.
5408         (vectorizable_condition): Likewise, call vect_model_simple_cost.
5409         * tree-vectorizer.h (vect_model_simple_cost): Add new parameter
5410         for statement argument count.
5412 2017-05-16  Carl Love  <cel@us.ibm.com>
5414         * config/rs6000/rs6000-c: Add support for built-in functions
5415         vector unsigned long long vec_bperm (vector unsigned long long,
5416                                              vector unsigned char)
5417         vector signed long long vec_mule (vector signed int,
5418                                           vector signed int)
5419         vector unsigned long long vec_mule (vector unsigned int,
5420                                             vector unsigned int)
5421         vector signed long long vec_mulo (vector signed int,
5422                                           vector signed int)
5423         vector unsigned long long vec_mulo (vector unsigned int,
5424                                             vector unsigned int)
5425         vector signed char vec_sldw (vector signed char,
5426                                      vector signed char,
5427                                      const int)
5428         vector unsigned char vec_sldw (vector unsigned char,
5429                                        vector unsigned char,
5430                                        const int)
5431         vector signed short vec_sldw (vector signed short,
5432                                       vector signed short,
5433                                       const int)
5434         vector unsigned short vec_sldw (vector unsigned short,
5435                                         vector unsigned short,
5436                                         const int)
5437         vector signed int vec_sldw (vector signed int,
5438                                     vector signed int,
5439                                     const int)
5440         vector unsigned int vec_sldw (vector unsigned int,
5441                                       vector unsigned int,
5442                                       const int)
5443         vector signed long long vec_sldw (vector signed long long,
5444                                           vector signed long long,
5445                                           const int)
5446         vector unsigned long long vec_sldw (vector unsigned long long,
5447                                             vector unsigned long long,
5448                                             const int)
5449         * config/rs6000/rs6000-c: Add support for built-in functions
5450         * config/rs6000/rs6000-builtin.def: Add definition for SLDW.
5451         * config/rs6000/altivec.h: Add defintion for vec_sldw.
5452         * doc/extend.texi: Update the built-in documentation for the
5453         new built-in functions.
5455 2017-05-16  Marek Polacek  <polacek@redhat.com>
5457         PR sanitizer/80536
5458         PR sanitizer/80386
5459         * tree.c (save_expr): Don't fold the expression.
5461 2017-05-16  Uros Bizjak  <ubizjak@gmail.com>
5463         * config/i386/i386.md (*movsi_internal): Split (?rm,*y) alternative
5464         to (?r,*Yn) and (?m,*y) alternatives, and (?*y,rm) to (?*Ym,r)
5465         and (?*y,m).  Update insn attributes.
5467 2017-05-16  Martin Liska  <mliska@suse.cz>
5469         * cgraph.c (cgraph_edge::resolve_speculation): Add default value for
5470         flags argument of print_gimple_stmt, print_gimple_expr,
5471         print_generic_stmt and print_generic_expr.
5472         * cgraphclones.c (symbol_table::materialize_all_clones): Likewise.
5473         * coretypes.h: Likewise.
5474         * except.c (dump_eh_tree): Likewise.
5475         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Likewise.
5476         * gimple-pretty-print.h: Likewise.
5477         * gimple-ssa-backprop.c (dump_usage_prefix): Likewise.
5478         (backprop::push_to_worklist): Likewise.
5479         (backprop::pop_from_worklist): Likewise.
5480         (backprop::process_use): Likewise.
5481         (backprop::intersect_uses): Likewise.
5482         (note_replacement): Likewise.
5483         * gimple-ssa-store-merging.c
5484         (pass_store_merging::terminate_all_aliasing_chains): Likewise.
5485         (imm_store_chain_info::coalesce_immediate_stores): Likewise.
5486         (pass_store_merging::execute): Likewise.
5487         * gimple-ssa-strength-reduction.c (dump_candidate): Likewise.
5488         (ssa_base_cand_dump_callback): Likewise.
5489         (dump_incr_vec): Likewise.
5490         (replace_refs): Likewise.
5491         (replace_mult_candidate): Likewise.
5492         (create_add_on_incoming_edge): Likewise.
5493         (create_phi_basis): Likewise.
5494         (insert_initializers): Likewise.
5495         (all_phi_incrs_profitable): Likewise.
5496         (introduce_cast_before_cand): Likewise.
5497         (replace_one_candidate): Likewise.
5498         * gimplify.c (gimplify_expr): Likewise.
5499         * graphite-isl-ast-to-gimple.c (is_valid_rename): Likewise.
5500         (set_rename): Likewise.
5501         (rename_uses): Likewise.
5502         (copy_loop_phi_nodes): Likewise.
5503         (add_close_phis_to_merge_points): Likewise.
5504         (copy_loop_close_phi_args): Likewise.
5505         (copy_cond_phi_args): Likewise.
5506         (graphite_copy_stmts_from_block): Likewise.
5507         (translate_pending_phi_nodes): Likewise.
5508         * graphite-poly.c (print_pdr): Likewise.
5509         (dump_gbb_cases): Likewise.
5510         (dump_gbb_conditions): Likewise.
5511         (print_scop_params): Likewise.
5512         * graphite-scop-detection.c (build_cross_bb_scalars_def): Likewise.
5513         (build_cross_bb_scalars_use): Likewise.
5514         (gather_bbs::before_dom_children): Likewise.
5515         * hsa-dump.c (dump_hsa_immed): Likewise.
5516         * ipa-cp.c (print_ipcp_constant_value): Likewise.
5517         (get_replacement_map): Likewise.
5518         * ipa-inline-analysis.c (dump_condition): Likewise.
5519         (estimate_function_body_sizes): Likewise.
5520         * ipa-polymorphic-call.c (check_stmt_for_type_change): Likewise.
5521         (ipa_polymorphic_call_context::get_dynamic_type): Likewise.
5522         * ipa-prop.c (ipa_dump_param): Likewise.
5523         (ipa_print_node_jump_functions_for_edge): Likewise.
5524         (ipa_modify_call_arguments): Likewise.
5525         (ipa_modify_expr): Likewise.
5526         (ipa_dump_param_adjustments): Likewise.
5527         (ipa_dump_agg_replacement_values): Likewise.
5528         (ipcp_modif_dom_walker::before_dom_children): Likewise.
5529         * ipa-pure-const.c (check_stmt): Likewise.
5530         (pass_nothrow::execute): Likewise.
5531         * ipa-split.c (execute_split_functions): Likewise.
5532         * omp-offload.c (dump_oacc_loop_part): Likewise.
5533         (dump_oacc_loop): Likewise.
5534         * trans-mem.c (tm_log_emit): Likewise.
5535         (tm_memopt_accumulate_memops): Likewise.
5536         (dump_tm_memopt_set): Likewise.
5537         (dump_tm_memopt_transform): Likewise.
5538         * tree-cfg.c (gimple_verify_flow_info): Likewise.
5539         (print_loop): Likewise.
5540         * tree-chkp-opt.c (chkp_print_addr): Likewise.
5541         (chkp_gather_checks_info): Likewise.
5542         (chkp_get_check_result): Likewise.
5543         (chkp_remove_check_if_pass): Likewise.
5544         (chkp_use_outer_bounds_if_possible): Likewise.
5545         (chkp_reduce_bounds_lifetime): Likewise.
5546         * tree-chkp.c (chkp_register_addr_bounds): Likewise.
5547         (chkp_mark_completed_bounds): Likewise.
5548         (chkp_register_incomplete_bounds): Likewise.
5549         (chkp_mark_invalid_bounds): Likewise.
5550         (chkp_maybe_copy_and_register_bounds): Likewise.
5551         (chkp_build_returned_bound): Likewise.
5552         (chkp_get_bound_for_parm): Likewise.
5553         (chkp_build_bndldx): Likewise.
5554         (chkp_get_bounds_by_definition): Likewise.
5555         (chkp_generate_extern_var_bounds): Likewise.
5556         (chkp_get_bounds_for_decl_addr): Likewise.
5557         * tree-chrec.c (chrec_apply): Likewise.
5558         * tree-data-ref.c (dump_data_reference): Likewise.
5559         (dump_subscript): Likewise.
5560         (dump_data_dependence_relation): Likewise.
5561         (analyze_overlapping_iterations): Likewise.
5562         * tree-inline.c (expand_call_inline): Likewise.
5563         (tree_function_versioning): Likewise.
5564         * tree-into-ssa.c (dump_defs_stack): Likewise.
5565         (dump_currdefs): Likewise.
5566         (dump_names_replaced_by): Likewise.
5567         (dump_update_ssa): Likewise.
5568         (update_ssa): Likewise.
5569         * tree-object-size.c (pass_object_sizes::execute): Likewise.
5570         * tree-parloops.c (build_new_reduction): Likewise.
5571         (try_create_reduction_list): Likewise.
5572         (ref_conflicts_with_region): Likewise.
5573         (oacc_entry_exit_ok_1): Likewise.
5574         (oacc_entry_exit_single_gang): Likewise.
5575         * tree-pretty-print.h: Likewise.
5576         * tree-scalar-evolution.c (set_scalar_evolution): Likewise.
5577         (get_scalar_evolution): Likewise.
5578         (add_to_evolution): Likewise.
5579         (get_loop_exit_condition): Likewise.
5580         (analyze_evolution_in_loop): Likewise.
5581         (analyze_initial_condition): Likewise.
5582         (analyze_scalar_evolution): Likewise.
5583         (instantiate_scev): Likewise.
5584         (number_of_latch_executions): Likewise.
5585         (gather_chrec_stats): Likewise.
5586         (final_value_replacement_loop): Likewise.
5587         (scev_const_prop): Likewise.
5588         * tree-sra.c (dump_access): Likewise.
5589         (disqualify_candidate): Likewise.
5590         (create_access): Likewise.
5591         (reject): Likewise.
5592         (maybe_add_sra_candidate): Likewise.
5593         (create_access_replacement): Likewise.
5594         (analyze_access_subtree): Likewise.
5595         (analyze_all_variable_accesses): Likewise.
5596         (sra_modify_assign): Likewise.
5597         (initialize_constant_pool_replacements): Likewise.
5598         (find_param_candidates): Likewise.
5599         (decide_one_param_reduction): Likewise.
5600         (replace_removed_params_ssa_names): Likewise.
5601         * tree-ssa-ccp.c (ccp_fold_stmt): Likewise.
5602         * tree-ssa-copy.c (dump_copy_of): Likewise.
5603         (copy_prop_visit_cond_stmt): Likewise.
5604         * tree-ssa-dce.c (mark_operand_necessary): Likewise.
5605         * tree-ssa-dom.c (pass_dominator::execute): Likewise.
5606         (record_equivalences_from_stmt): Likewise.
5607         * tree-ssa-dse.c (compute_trims): Likewise.
5608         (delete_dead_call): Likewise.
5609         (delete_dead_assignment): Likewise.
5610         * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond): Likewise.
5611         (forward_propagate_into_cond): Likewise.
5612         (pass_forwprop::execute): Likewise.
5613         * tree-ssa-ifcombine.c (ifcombine_ifandif): Likewise.
5614         * tree-ssa-loop-im.c (invariantness_dom_walker::before_dom_children):
5615         Likewise.
5616         (move_computations_worker): Likewise.
5617         (execute_sm): Likewise.
5618         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Likewise.
5619         (remove_exits_and_undefined_stmts): Likewise.
5620         (remove_redundant_iv_tests): Likewise.
5621         * tree-ssa-loop-ivopts.c (dump_use): Likewise.
5622         (adjust_iv_update_pos): Likewise.
5623         * tree-ssa-math-opts.c (bswap_replace): Likewise.
5624         * tree-ssa-phiopt.c (factor_out_conditional_conversion): Likewise.
5625         (value_replacement): Likewise.
5626         * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
5627         * tree-ssa-pre.c (print_pre_expr): Likewise.
5628         (get_representative_for): Likewise.
5629         (create_expression_by_pieces): Likewise.
5630         (insert_into_preds_of_block): Likewise.
5631         (eliminate_insert): Likewise.
5632         (eliminate_dom_walker::before_dom_children): Likewise.
5633         (eliminate): Likewise.
5634         (remove_dead_inserted_code): Likewise.
5635         * tree-ssa-propagate.c (substitute_and_fold): Likewise.
5636         * tree-ssa-reassoc.c (get_rank): Likewise.
5637         (eliminate_duplicate_pair): Likewise.
5638         (eliminate_plus_minus_pair): Likewise.
5639         (eliminate_not_pairs): Likewise.
5640         (undistribute_ops_list): Likewise.
5641         (eliminate_redundant_comparison): Likewise.
5642         (update_range_test): Likewise.
5643         (optimize_range_tests_var_bound): Likewise.
5644         (optimize_vec_cond_expr): Likewise.
5645         (rewrite_expr_tree): Likewise.
5646         (rewrite_expr_tree_parallel): Likewise.
5647         (linearize_expr): Likewise.
5648         (break_up_subtract): Likewise.
5649         (linearize_expr_tree): Likewise.
5650         (attempt_builtin_powi): Likewise.
5651         (attempt_builtin_copysign): Likewise.
5652         (transform_stmt_to_copy): Likewise.
5653         (transform_stmt_to_multiply): Likewise.
5654         (dump_ops_vector): Likewise.
5655         * tree-ssa-sccvn.c (vn_nary_build_or_lookup_1): Likewise.
5656         (print_scc): Likewise.
5657         (set_ssa_val_to): Likewise.
5658         (visit_reference_op_store): Likewise.
5659         (visit_use): Likewise.
5660         (sccvn_dom_walker::before_dom_children): Likewise.
5661         (run_scc_vn): Likewise.
5662         * tree-ssa-scopedtables.c (avail_exprs_stack::lookup_avail_expr):
5663         Likewise.
5664         (expr_hash_elt::print): Likewise.
5665         (const_and_copies::pop_to_marker): Likewise.
5666         (const_and_copies::record_const_or_copy_raw): Likewise.
5667         * tree-ssa-structalias.c (compute_dependence_clique): Likewise.
5668         * tree-ssa-uninit.c (collect_phi_def_edges): Likewise.
5669         (dump_predicates): Likewise.
5670         (find_uninit_use): Likewise.
5671         (warn_uninitialized_phi): Likewise.
5672         (pass_late_warn_uninitialized::execute): Likewise.
5673         * tree-ssa.c (verify_vssa): Likewise.
5674         (verify_ssa): Likewise.
5675         (maybe_optimize_var): Likewise.
5676         * tree-vrp.c (dump_value_range): Likewise.
5677         (dump_all_value_ranges): Likewise.
5678         (dump_asserts_for): Likewise.
5679         (register_edge_assert_for_2): Likewise.
5680         (vrp_visit_cond_stmt): Likewise.
5681         (vrp_visit_switch_stmt): Likewise.
5682         (vrp_visit_stmt): Likewise.
5683         (vrp_visit_phi_node): Likewise.
5684         (simplify_cond_using_ranges_1): Likewise.
5685         (fold_predicate_in): Likewise.
5686         (evrp_dom_walker::before_dom_children): Likewise.
5687         (evrp_dom_walker::push_value_range): Likewise.
5688         (evrp_dom_walker::pop_value_range): Likewise.
5689         (execute_early_vrp): Likewise.
5691 2017-05-16  Richard Biener  <rguenther@suse.de>
5693         * dwarf2out.c (loc_list_from_tree_1): Do not create
5694         DW_OP_GNU_variable_value for DECL_IGNORED_P decls.
5696 2017-05-16  Richard Biener  <rguenther@suse.de>
5698         * dwarf2out.c (resolve_variable_value_in_expr): Lookup DIE
5699         just generated.
5700         (note_variable_value_in_expr): If we resolved the decl ref
5701         do not push to the stack.
5703 2017-05-16  Matthew Wahab  <matthew.wahab@arm.com>
5705         * config/arm/arm_neon.h (vadd_f16): Use standard arithmetic
5706         operations in fast-math mode.
5707         (vaddq_f16): Likewise.
5708         (vmul_f16): Likewise.
5709         (vmulq_f16): Likewise.
5710         (vsub_f16): Likewise.
5711         (vsubq_f16): Likewise.
5712         * config/arm/neon.md (add<mode>3): New.
5713         (sub<mode>3): New.
5714         (fma:<VH:mode>3): New.  Also remove outdated comment.
5715         (mul<mode>3): New.
5717 2017-05-16  Martin Liska  <mliska@suse.cz>
5719         PR ipa/79849.
5720         PR ipa/79850.
5721         * ipa-devirt.c (warn_types_mismatch): Fix typo.
5722         (odr_types_equivalent_p): Likewise.
5724 2017-05-15  Sylvestre Ledru  <sylvestre@debian.org>
5726         * plugin.c (try_init_one_plugin): Fix ressource leaks (CID 726637).
5728 2017-05-15  Uros Bizjak  <ubizjak@gmail.com>
5730         PR target/80425
5731         * config/i386.i386.md (*zero_extendsidi2): Do not penalize
5732         non-interunit SSE move alternatives with '?'.
5733         (zero-extendsidi peephole2): New peephole to skip intermediate
5734         general register in SSE zero-extend sequence.
5736 2017-05-15  Jeff Law  <law@redhat.com>
5738         * reorg.c (relax_delay_slots): Create a new variable to hold
5739         the temporary target rather than clobbering TARGET_LABEL.
5741         * config/tilegx/tilegx.c (tilegx_expand_unaligned_load): Add
5742         missing argument to extract_bit_field call.
5743         * config/tilepro/tilepro.c (tilepro_expand_unaligned_load): Likewise.
5745 2017-05-15  Martin Liska  <mliska@suse.cz>
5747         PR driver/31468
5748         * gcc.c (process_command): Do not allow empty argument of -o option.
5750 2017-05-15  Renlin Li  <renlin.li@arm.com>
5752         * config/aarch64/aarch64-protos.h (aarch64_expand_call): Declare.
5753         * config/aarch64/aarch64.c (aarch64_expand_call): Define.
5754         * config/aarch64/constraints.md (Usf): Add long call check.
5755         * config/aarch64/aarch64.md (call): Use aarch64_expand_call.
5756         (call_value): Likewise.
5757         (sibcall): Likewise.
5758         (sibcall_value): Likewise.
5759         (call_insn): New.
5760         (call_value_insn): New.
5761         (sibcall_insn): Update rtx pattern.
5762         (sibcall_value_insn): Likewise.
5763         (call_internal): Remove.
5764         (call_value_internal): Likewise.
5765         (sibcall_internal): Likewise.
5766         (sibcall_value_internal): Likewise.
5767         (call_reg): Likewise.
5768         (call_symbol): Likewise.
5769         (call_value_reg): Likewise.
5770         (call_value_symbol): Likewise.
5772 2017-05-14  Krister Walfridsson  <krister.walfridsson@gmail.com>
5774         PR target/80600
5775         * config/netbsd.h (NETBSD_LIBGCC_SPEC): Always add -lgcc.
5777 2017-05-14  Uros Bizjak  <ubizjak@gmail.com>
5779         * config/i386.i386.c (ix86_cc_modes_compatible): CCNOmode is
5780         compatible with CCGOCmode and with CCZmode.
5782 2017-05-14  Martin Sebor  <msebor@redhat.com>
5784         PR middle-end/77671
5785         * gimple-fold.c (gimple_fold_builtin_sprintf): Make extern.
5786         (gimple_fold_builtin_snprintf): Same.
5787         * gimple-fold.h (gimple_fold_builtin_sprintf): Declare.
5788         (gimple_fold_builtin_snprintf): Same.
5789         * gimple-ssa-sprintf.c (get_format_string): Correct the detection
5790         of character types.
5791         (is_call_safe): New function.
5792         (try_substitute_return_value): Call it.
5793         (try_simplify_call): New function.
5794         (pass_sprintf_length::handle_gimple_call): Call it.
5796 2017-05-14  Martin Sebor  <msebor@redhat.com>
5798         PR middle-end/80669
5799         * builtins.c (expand_builtin_stpncpy): Simplify.
5801 2017-05-14  Daniel Santos  <daniel.santos@pobox.com>
5803         * config/i386/i386.opt: Add option -mcall-ms2sysv-xlogues.
5804         * config/i386/i386.h
5805         (x86_64_ms_sysv_extra_clobbered_registers): Change type to unsigned.
5806         (NUM_X86_64_MS_CLOBBERED_REGS): New macro.
5807         (struct machine_function): Add new members call_ms2sysv,
5808         call_ms2sysv_pad_in, call_ms2sysv_pad_out and call_ms2sysv_extra_regs.
5809         (struct machine_frame_state): New fields sp_realigned and
5810         sp_realigned_offset.
5811         * config/i386/i386.c
5812         (enum xlogue_stub): New enum.
5813         (enum xlogue_stub_sets): New enum.
5814         (class xlogue_layout): New class.
5815         (struct ix86_frame): New fields stack_realign_allocate_offset,
5816         stack_realign_offset and outlined_save_offset.  Modify comments to
5817         detail stack layout when using out-of-line stubs.
5818         (ix86_target_string): Add -mcall-ms2sysv-xlogues option.
5819         (ix86_option_override_internal): Add sorry() for TARGET_SEH and
5820         -mcall-ms2sysv-xlogues.
5821         (stub_managed_regs): New static variable.
5822         (ix86_save_reg): Add new parameter ignore_outlined to optionally omit
5823         registers managed by out-of-line stub.
5824         (disable_call_ms2sysv_xlogues): New function.
5825         (ix86_compute_frame_layout): Modify re-alignment calculations, disable
5826         m->call_ms2sysv when appropriate and compute frame layout for
5827         out-of-line stubs.
5828         (sp_valid_at, fp_valid_at): New inline functions.
5829         (choose_basereg): New function.
5830         (choose_baseaddr): Add align parameter, use choose_basereg and modify
5831         all callers.
5832         (ix86_emit_save_reg_using_mov, ix86_emit_restore_sse_regs_using_mov):
5833         Use align parameter of choose_baseaddr to generated aligned SSE movs
5834         when possible.
5835         (pro_epilogue_adjust_stack): Modify to track
5836         machine_frame_state::sp_realigned.
5837         (ix86_nsaved_regs): Modify to accommodate changes to ix86_save_reg.
5838         (ix86_nsaved_sseregs): Likewise.
5839         (ix86_emit_save_regs): Likewise.
5840         (ix86_emit_save_regs_using_mov): Likewise.
5841         (ix86_emit_save_sse_regs_using_mov): Likewise.
5842         (get_scratch_register_on_entry): Likewise.
5843         (gen_frame_set): New function.
5844         (gen_frame_load): Likewise.
5845         (gen_frame_store): Likewise.
5846         (emit_outlined_ms2sysv_save): Likewise.
5847         (emit_outlined_ms2sysv_restore): Likewise.
5848         (ix86_expand_prologue): Modify stack re-alignment code and call
5849         emit_outlined_ms2sysv_save when appropriate.
5850         (ix86_emit_leave): Clear machine_frame_state::sp_realigned.  Add
5851         parameter rtx_insn *insn, which allows the function to be used to only
5852         generate the notes.
5853         (ix86_expand_epilogue): Modify validity checks of frame and stack
5854         pointers, and call emit_outlined_ms2sysv_restore when appropriate.
5855         (ix86_expand_call): Modify to enable m->call_ms2sysv when appropriate.
5856         * config/i386/predicates.md
5857         (save_multiple): New predicate.
5858         (restore_multiple): Likewise.
5859         * config/i386/sse.md
5860         (save_multiple<mode>): New pattern.
5861         (save_multiple_realign<mode>): Likewise.
5862         (restore_multiple<mode>): Likewise.
5863         (restore_multiple_and_return<mode>): Likewise.
5864         (restore_multiple_leave_return<mode>): Likewise.
5865         * Makefile.in: Export HOSTCXX and HOSTCXXFLAGS to site.exp
5867 2017-05-14  Julia Koval  <julia.koval@intel.com>
5869         * config/i386/i386-builtin-types.def (VOID_FTYPE_INT_INT64): New type.
5870         * config/i386/i386-builtin.def (__builtin_ia32_xgetbv)
5871         (__builtin_ia32_xsetbv): New builtins.
5872         * config/i386/i386.c (ix86_expand_special_args_builtin):
5873         Process new types.
5874         (ix86_expand_builtin): Special expand for new intrinsics.
5875         * config/i386/i386.md (UNSPECV_XGETBV, UNSPECV_XSETBV): New.
5876         (xsetbv, xsetbv_rex64, xgetbv, xgetbv_rex64): New insn patterns.
5877         * config/i386/xsaveintrin.h (_xsetbv, _getbv): New intrinsics.
5879 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5881         * cfganal.c (inverted_post_order_compute): Change argument type
5882         to vec *.
5883         * cfganal.h (inverted_post_order_compute): Adjust prototype.
5884         * df-core.c (rest_of_handle_df_initialize): Adjust.
5885         (rest_of_handle_df_finish): Likewise.
5886         (df_analyze_1): Likewise.
5887         (df_analyze): Likewise.
5888         (loop_inverted_post_order_compute): Change argument to be a vec *.
5889         (df_analyze_loop): Adjust.
5890         (df_get_n_blocks): Likewise.
5891         (df_get_postorder): Likewise.
5892         * df.h (struct df_d): Change field to be a vec.
5893         * lcm.c (compute_laterin): Adjust.
5894         (compute_available): Likewise.
5895         * lra-lives.c (lra_create_live_ranges_1): Likewise.
5896         * tree-ssa-dce.c (remove_dead_stmt): Likewise.
5897         * tree-ssa-pre.c (compute_antic): Likewise.
5899 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5901         * cfganal.c (connect_infinite_loops_to_exit): Adjust.
5902         (depth_first_search::depth_first_search): Change structure init
5903         function to this constructor.
5904         (depth_first_search::add_bb): Rename function to this member.
5905         (depth_first_search::execute): Likewise.
5906         (flow_dfs_compute_reverse_finish): Adjust.
5908 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5910         * ddg.c (find_nodes_on_paths): Use auto_sbitmap.
5911         (longest_simple_path): Likewise.
5912         * shrink-wrap.c (spread_components): Likewise.
5913         (disqualify_problematic_components): Likewise.
5914         (emit_common_heads_for_components): Likewise.
5915         (emit_common_tails_for_components): Likewise.
5916         (insert_prologue_epilogue_for_components): Likewise.
5918 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5920         * tree-ssa-dse.c (dse_dom_walker): Make m_live_byes a
5921         auto_sbitmap.
5923 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5925         * df-core.c (df_set_blocks): Start using auto_bitmap.
5926         (df_compact_blocks): Likewise.
5927         * df-problems.c (df_rd_confluence_n): Likewise.
5928         * df-scan.c (df_insn_rescan_all): Likewise.
5929         (df_process_deferred_rescans): Likewise.
5930         (df_update_entry_block_defs): Likewise.
5931         (df_update_exit_block_uses): Likewise.
5932         (df_entry_block_bitmap_verify): Likewise.
5933         (df_exit_block_bitmap_verify): Likewise.
5934         (df_scan_verify): Likewise.
5935         * lra-constraints.c (lra_constraints): Likewise.
5936         (undo_optional_reloads): Likewise.
5937         (lra_undo_inheritance): Likewise.
5938         * lra-remat.c (calculate_gen_cands): Likewise.
5939         (do_remat): Likewise.
5940         * lra-spills.c (assign_spill_hard_regs): Likewise.
5941         (spill_pseudos): Likewise.
5942         * tree-ssa-pre.c (bitmap_set_and): Likewise.
5943         (bitmap_set_subtract_values): Likewise.
5945 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5947         * haifa-sched.c (estimate_shadow_tick): Replace manual bitmap
5948         management with auto_bitmap.
5949         (fix_inter_tick): Likewise.
5950         (fix_recovery_deps): Likewise.
5951         * ira.c (add_store_equivs): Likewise.
5952         (find_moveable_pseudos): Likewise.
5953         (split_live_ranges_for_shrink_wrap): Likewise.
5954         * print-rtl.c (rtx_reuse_manager::rtx_reuse_manager): Likewise.
5955         (rtx_reuse_manager::seen_def_p): Likewise.
5956         (rtx_reuse_manager::set_seen_def): Likewise.
5957         * print-rtl.h (class rtx_reuse_manager): Likewise.
5959 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
5961         * bt-load.c (combine_btr_defs): Use auto_bitmap to manage bitmap
5962         lifetime.
5963         (migrate_btr_def): Likewise.
5964         * cfgloop.c (get_loop_body_in_bfs_order): Likewise.
5965         * df-core.c (loop_post_order_compute): Likewise.
5966         (loop_inverted_post_order_compute): Likewise.
5967         * hsa-common.h: Likewise.
5968         * hsa-gen.c (hsa_bb::~hsa_bb): Likewise.
5969         * init-regs.c (initialize_uninitialized_regs): Likewise.
5970         * ipa-inline.c (resolve_noninline_speculation): Likewise.
5971         (inline_small_functions): Likewise.
5972         * ipa-reference.c (ipa_reference_write_optimization_summary): Likewise.
5973         * ira.c (combine_and_move_insns): Likewise.
5974         (build_insn_chain): Likewise.
5975         * loop-invariant.c (find_invariants): Likewise.
5976         * lower-subreg.c (propagate_pseudo_copies): Likewise.
5977         * predict.c (tree_predict_by_opcode): Likewise.
5978         (predict_paths_leading_to): Likewise.
5979         (predict_paths_leading_to_edge): Likewise.
5980         (estimate_loops_at_level): Likewise.
5981         (estimate_loops): Likewise.
5982         * shrink-wrap.c (try_shrink_wrapping): Likewise.
5983         (spread_components): Likewise.
5984         * tree-cfg.c (remove_edge_and_dominated_blocks): Likewise.
5985         * tree-loop-distribution.c (rdg_build_partitions): Likewise.
5986         * tree-predcom.c (tree_predictive_commoning_loop): Likewise.
5987         * tree-ssa-coalesce.c (coalesce_ssa_name): Likewise.
5988         * tree-ssa-phionlycprop.c (pass_phi_only_cprop::execute): Likewise.
5989         * tree-ssa-pre.c (remove_dead_inserted_code): Likewise.
5990         * tree-ssa-sink.c (nearest_common_dominator_of_uses): Likewise.
5991         * tree-ssa-threadupdate.c (compute_path_counts): Likewise.
5992         (mark_threaded_blocks): Likewise.
5993         (thread_through_all_blocks): Likewise.
5994         * tree-ssa.c (verify_ssa): Likewise.
5995         (execute_update_addresses_taken): Likewise.
5996         * tree-ssanames.c (verify_ssaname_freelists): Likewise.
5998 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6000         * cfganal.c (mark_dfs_back_edges): Replace manual stack with
6001         auto_vec.
6002         (post_order_compute): Likewise.
6003         (inverted_post_order_compute): Likewise.
6004         (pre_and_rev_post_order_compute_fn): Likewise.
6006 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6008         * genrecog.c (int_set::int_set): Explicitly construct our
6009         auto_vec base class.
6010         * vec.h (auto_vec::auto_vec): New constructor.
6012 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6014         * bitmap.h (class auto_bitmap): New constructor taking
6015         bitmap_obstack * argument.
6017 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6019         * bitmap.h (class auto_bitmap): Change type of m_bits to
6020         bitmap_head, and adjust ctor / dtor and member operators.
6022 2017-05-13  Uros Bizjak  <ubizjak@gmail.com>
6024         * compare-elim.c (equivalent_reg_at_start): Return NULL_RTX
6025         when returned register mode doesn't match original mode.
6027 2017-05-12  Jeff Law  <law@redhat.com>
6028             Jakub Jelinek  <jakub@redhat.com>
6030         * config/mn10300/mn10300.c (mn10300_match_ccmode): Fix where
6031         we look for cc setter after the compare-elim changes.
6032         * config/mn10300/mn10300.md (addsi3_flags): Fix order of patterns
6033         within the vector to match what compare-elim now expects.
6034         (subsi3_flags, andsi3_flags, iorsi3_flags): Likewise.
6035         (xorsi3_flags, one_cmplsi2_flags): Likewise.
6037         * config/rx/rx.c (rx_match_ccmode): Fix where we look cc setter
6038         after the compare-elim changes.
6039         * config/rx/rx.md (abssi2_flags): Fix order of patterns within
6040         the vector to match what compare-elim now expects.
6041         (addsi3_flags, adc_flags, addsi3_flags peepholes): Likewise.
6042         (andsi3_flags, negsi2_flags, one_cmplsi2_flags): Likewise.
6043         (iorsi3_flags, rotlsi3_flags, rotrsi3_flags): Likewise.
6044         (ashrsi3_flags, lshrsi3_flags, ashlsi3_flags): Likewise.
6045         (ssaddsi3, subsi3_flags, sbb_flags, xorsi3_flags): Likewise.
6047         * config/visium/visium.c (single_set_and_flags): Fix where
6048         we look for cc setter after the compare-elim changes.
6049         * config/visium/visium.md (flags_subst_logic): Fix order of patterns
6050         with the vector to match what compare-elim now expects.
6051         (flags_subst_arith, add<mode>3_insn_set_carry): Likewise.
6052         (add<mode>3_insn_set_overflow, addsi3_insn_set_carry): Likewise.
6053         (addsi3_insn_set_overflow, sub<mode>3_insn_set_carry): Likewise.
6054         (sub<mode>3_insn_set_overflow, subsi3_insn_set_carry): Likewise.
6055         (subsi3_insn_set_overflow, negsi2_insn_set_carry): Likewise.
6056         (neg<mode>2_insn_set_overflow): Likewise.
6058 2017-05-12  Jim Wilson  <jim.wilson@linaro.org>
6060         PR middle-end/79794
6061         * expmed.c (extract_bit_field_1): Add alt_rtl argument.  Before
6062         maybe_expand_insn call, set ops[0].target.  If still set after call,
6063         set alt_rtl.  Add extra arg to recursive calls.
6064         (extract_bit_field): Add alt_rtl argument.  Pass to
6065         extract_bit_field.
6066         * expmed.h (extract_bit_field): Fix prototype.
6067         * expr.c (emit_group_load_1, copy_blkmode_from_reg)
6068         (copy_blkmode_to_reg, read_complex_part, store_field): Pass extra NULL
6069         to extract_bit_field_calls.
6070         (expand_expr_real_1): Pass alt_rtl to expand_expr_real instead of 0.
6071         Pass alt_rtl to extract_bit_field calls.
6072         * calls.c (store_unaligned_arguments_into_psuedos)
6073         load_register_parameters): Pass extra NULL to extract_bit_field calls.
6074         * optabs.c (maybe_legitimize_operand): Clear op->target when call
6075         gen_reg_rtx.
6076         * optabs.h (struct expand_operand): Add target bitfield.
6078 2017-05-12  Uros Bizjak  <ubizjak@gmail.com>
6080         * compare-elim.c (try_eliminate_compare): Canonicalize
6081         operation with embedded compare to
6082         [(set (reg:CCM) (compare:CCM (operation) (immediate)))
6083          (set (reg) (operation)].
6085         * config/i386/i386.c (TARGET_FLAGS_REGNUM): New define.
6087 2017-05-12  Uros Bizjak  <ubizjak@gmail.com>
6089         PR target/80723
6090         * config/i386/i386.c (ix86_rtx_cost) [case PLUS]: Ignore the
6091         cost of adding a carry flag for ADC instruction.
6092         [case MINUS]: Ignore the cost of subtracting a carry flag
6093         for SBB instruction.
6095 2017-05-12  Steven Munroe  <munroesj@gcc.gnu.org>
6097         * config.gcc (powerpc*-*-*): Add bmi2intrin.h, bmiintrin.h,
6098         and x86intrin.h
6099         * config/rs6000/bmiintrin.h: New file.
6100         * config/rs6000/bmi2intrin.h: New file.
6101         * config/rs6000/x86intrin.h: New file.
6103 2017-05-12  Jeff Law  <law@redhat.com>
6105         * tree-vrp.c (vrp_dom_walker::before_dom_children): Push unwinding
6106         markers.
6108 2017-05-12  Peter Bergner  <bergner@vnet.ibm.com>
6110         PR middle-end/80707
6111         * tree-cfg.c: Remove cfg edges of unreachable case statements.
6113 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
6115         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling for
6116         early expansion of vector divide builtins.
6117         (builtin_function_type): Add VSX_BUILTIN_UDIV_V2DI to the list of
6118         builtins identified as having unsigned arguments.
6120 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
6122         * config/rs6000/rs6000.c (gimple-fold.h): New #include.
6123         (rs6000_gimple_fold_builtin): Add handling for early GIMPLE
6124         expansion of vector logical operations (and, andc, or, xor,
6125         nor, orc, nand).
6127 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
6129         * gimple-fold.c (create_tmp_reg_or_ssa_name): Remove static declaration.
6130         * gimple-fold.h (create_tmp_reg_or_ssa_name): New prototype.
6132 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
6134         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling for
6135         early GIMPLE expansion of vector multiplies.
6137 2017-05-12  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
6139         * config/arm/arm.md (movsi): Add TARGET_32BIT in addition to the
6140         TARGET_HAVE_MOVT conditional.
6141         (movt splitter): Likewise.
6143 2017-05-12  Richard Biener  <rguenther@suse.de>
6145         * tree-ssa-sccvn.h (has_VN_INFO): Declare.
6146         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
6147         Fold all stmts not inplace.
6149 2017-05-12  Richard Biener  <rguenther@suse.de>
6151         PR tree-optimization/80713
6152         * tree-ssa-pre.c (remove_dead_inserted_code): Clear
6153         inserted_exprs bit for not removed stmts.
6155 2017-05-12  Thomas Schwinge  <thomas@codesourcery.com>
6157         PR middle-end/69921
6158         * tree-parloops.c (create_parallel_loop): Set "oacc kernels
6159         parallelized" attribute for parallelized OpenACC kernels.
6160         * omp-offload.c (execute_oacc_device_lower): Use it.
6162         * omp-expand.c (expand_omp_target) <GF_OMP_TARGET_KIND_OACC_KERNELS>:
6163         Set "oacc kernels" attribute.
6164         * omp-general.c (oacc_set_fn_attrib): Remove is_kernel formal
6165         parameter.  Adjust all users.
6166         (oacc_fn_attrib_kernels_p): Remove function.
6167         * omp-offload.c (execute_oacc_device_lower): Look for "oacc
6168         kernels" attribute instead of calling oacc_fn_attrib_kernels_p.
6169         * tree-ssa-loop.c (gate_oacc_kernels): Likewise.
6170         * tree-parloops.c (create_parallel_loop): If oacc_kernels_p,
6171         assert "oacc kernels" attribute is set.
6173 2017-05-11  Carl Love  <cel@us.ibm.com>
6175         * config/rs6000/rs6000-c: Add support for built-in functions
6176         vector unsigned char vec_popcnt (vector signed char)
6177         vector unsigned char vec_popcnt (vector unsigned char)
6178         vector unsigned short vec_popcnt (vector signed short)
6179         vector unsigned short vec_popcnt (vector unsigned short)
6180         vector unsigned int vec_popcnt (vector signed int)
6181         vector unsigned int vec_popcnt (vector unsigned int)
6182         vector unsigned long long vec_popcnt (vector signed long long)
6183         vector unsigned long long vec_popcnt (vector unsigned long long)
6184         vector signed long long vec_slo (vector signed long long,
6185                                          vector signed char)
6186         vector signed long long vec_slo (vector signed long long,
6187                                          vector unsigned char)
6188         vector unsigned long long vec_slo (vector unsigned long long,
6189                                            vector signed char)
6190         vector unsigned long long vec_slo (vector unsigned long long,
6191                                            vector unsigned char)
6192         * config/rs6000/rs6000-builtin.def: Add definitions for VPOPCNTUB,
6193         VPOPCNTUH, VPOPCNTUW, and VPOPCNTUD overloads.
6194         * config/rs6000/altivec.h: Add define for vec_popcnt, vec_popcntb,
6195         vec_popcnth, vec_popcntw and vec_popcntd built-in functions.
6196         * doc/extend.texi: Update the built-in documentation file for the
6197         new built-in functions.
6199 2017-05-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
6201         * attribs.h (sorted_attr_string): Move machine independent
6202         functions for target clone support from the i386 port to common
6203         code.  Rename ix86_function_versions to common_function_versions.
6204         Rename make_name to make_unique_name.
6205         (common_function_versions): Likewise.
6206         (make_unique_name): Likewise.
6207         (make_dispatcher_decl): Likewise.
6208         (is_function_default_version): Likewise.
6209         * attribs.c (attr_strcmp): Likewise.
6210         (sorted_attr_string): Likewise.
6211         (common_function_versions): Likewise.
6212         (make_unique_name): Likewise.
6213         (make_dispatcher_decl): Likewise.
6214         (is_function_default_version): Likewise.
6215         * config/i386/i386.c (attr_strcmp): Likewise.
6216         (sorted_attr_string): Likewise.
6217         (ix86_function_versions): Likewise.
6218         (make_name): Likewise.
6219         (make_dispatcher_decl): Likewise.
6220         (is_function_default_version): Likewise.
6221         (TARGET_OPTION_FUNCTION_VERSIONS): Update target function hook.
6223 2017-05-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
6225         PR target/80695
6226         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
6227         Account for direct move costs for vec_construct of integer
6228         vectors.
6230 2017-05-11  Uros Bizjak  <ubizjak@gmail.com>
6232         PR target/80706
6233         * config/i386/sync.md (UNSPEC_LDX_ATOMIC): New unspec.
6234         (UNSPEC_STX_ATOMIC): Ditto.
6235         (loaddi_via_sse): New insn.
6236         (storedi_via_sse): Ditto.
6237         (atomic_loaddi_fpu): Emit loaddi_via_sse and storedi_via_sse.
6238         Update corresponding peephole2 patterns.
6239         (atomic_storedi_fpu): Ditto.
6241 2017-05-11  Julia Koval  <julia.koval@intel.com>
6243         * config/i386/avx512fintrin.h (_mm_mask_rsqrt14_sd)
6244         (_mm_maskz_rsqrt14_sd, _mm_mask_rsqrt14_ss, _mm_maskz_rsqrt14_ss):
6245         New intrinsics.
6246         * config/i386/i386-builtin.def (__builtin_ia32_rsqrt14sd_mask)
6247         (__builtin_ia32_rsqrt14ss_mask): New builtins.
6248         * config/i386/sse.md (rsqrt14_<mode>_mask): New pattern.
6250 2017-05-11  Nathan Sidwell  <nathan@acm.org>
6252         * graphite-poly.c: Include dumpfile.h.
6254         * dumpfle.h (dump_function): Declare here ...
6255         * tree-dump.h (dump_function): ... not here.
6256         * dumpfile.c: #include tree-cfg.h.
6257         (dump_function): Move here from ...
6258         * tree-dump.c (dump_function): ... here.
6259         * gimplify.c: #include splay-tree.h, not tree-dump.h.
6260         * graphite-poly.c: Don't include tree-dump.h.
6261         * cgraphclones.c: Include dumpfile.h not tree-dump.h.
6262         * print-tree.c: Likewise.
6263         * stor-layout.c: Likewise.
6264         * tree-nested.c: Likewise.
6266         * dumpfile.c (dump_start): Use TDF_FLAGS.
6267         (dump_enable_all): Fix TDF_KIND check thinko.
6269 2017-05-11  Kelvin Nilsen  <kelvin@gcc.gnu.org>
6271         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
6272         array entries to represent two legal parameterizations of the
6273         overloaded __builtin_cmpb function, as represented by the
6274         P6_OV_BUILTIN_CMPB constant.
6275         (altivec_resolve_overloaded_builtin): Add special case handling
6276         for the __builtin_cmpb function, as represented by the
6277         P6_OV_BUILTIN_CMPB constant.
6278         * config/rs6000/rs6000-builtin.def (BU_P6_2): New macro.
6279         (BU_P6_64BIT_2): New macro.
6280         (BU_P6_OVERLOAD_2): New macro
6281         (CMPB_32): Add 32-bit compare-bytes support for 32-bit only targets.
6282         (CMPB): Add 64-bit compare-bytes support for 32-bit and 64-bit targets.
6283         (CMPB): Add overload support to represent both 32-bit and 64-bit
6284         compare-bytes function.
6285         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
6286         support for TARGET_CMPB.
6287         * config/rs6000/rs6000.h: Add support for RS6000_BTM_CMPB.
6288         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
6289         documentation of the __builtin_cmpb overloaded built-in function.
6291 2017-05-11  Richard Biener  <rguenther@suse.de>
6293         PR tree-optimization/80705
6294         * tree-vect-data-refs.c (vect_analyze_data_refs): DECL_NONALIASED
6295         bases are not vectorizable.
6297 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
6299         * tree-ssa-loop-ivopts.c (determine_set_costs): Skip non-interger
6300         when counting register pressure.
6302 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
6304         * tree-ssa-loop-ivopts.c (compare_cost_pair): New.
6305         (iv_ca_more_deps): Renamed to ...
6306         (iv_ca_compare_deps): ... this.
6307         (iv_ca_extend): Extend iv_ca if NEW_CP is cheaper than OLD_CP.
6309 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
6311         * tree-ssa-loop-ivopts.c (find_interesting_uses): Move inv vars dump
6312         to ...
6313         (determine_group_iv_costs): ... here.
6314         (find_inv_vars_cb): Record inv var if it's not recorded before.
6316 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
6318         * tree-ssa-loop-ivopts.c (allow_ip_end_pos_p): Refine comments.
6319         (get_shiftadd_cost): Ditto.
6321 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
6323         * tree-ssa-address.c: Include header file.
6324         (move_hint_to_base): Return TRUE if BASE_HINT is moved to memory
6325         address.
6326         (add_to_parts): Refactor.
6327         (addr_to_parts): New parameter.  Update use of move_hint_to_base.
6328         (create_mem_ref): Update use of addr_to_parts.  Re-associate addr
6329         in new order.
6331 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
6333         PR tree-optimization/53090
6334         * tree-ssa-loop-ivopts.c (enum comp_iv_rewrite): New enum value
6335         COMP_IV_EXPR_2.
6336         (extract_cond_operands): Detect condition with IV on both sides
6337         and return COMP_IV_EXPR_2.
6338         (find_interesting_uses_cond): Add iv_use for both IVs in condition.
6339         (rewrite_use_compare): Simplify by removing call to function
6340         extract_cond_operands.
6342 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
6344         * tree-ssa-loop-ivopts.c (enum comp_iv_rewrite): New.
6345         (extract_cond_operands): Detect condition comparing against non-
6346         invariant bound and return appropriate enum value.
6347         (find_interesting_uses_cond): Update use of extract_cond_operands.
6348         Handle its return value accordingly.
6349         (determine_group_iv_cost_cond, rewrite_use_compare): Ditto.
6351 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
6353         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Re-associate
6354         nonlinear iv_use computation in loop invariant sensitive way.
6356 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
6358         * tree-ssa-loop-ivopts.c (relate_compare_use_with_all_cands): New.
6359         (find_iv_candidates): Call relate_compare_use_with_all_cands.
6361 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
6363         * tree-ssa-loop-ivopts.c (struct iv_cand): New field inv_exprs.
6364         (dump_cand): Support iv_cand.inv_exprs.
6365         (add_candidate_1): Record invariant exprs in iv_cand.inv_exprs
6366         for candidates.
6367         (iv_ca_set_no_cp, iv_ca_set_cp, free_loop_data): Support
6368         iv_cand.inv_exprs.
6370 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
6372         * tree-ssa-loop-ivopts.c (multiplier_allowed_in_address_p): Move
6373         from ...
6374         * tree-ssa-address.c (multiplier_allowed_in_address_p): ... to here
6375         as local function.  Include necessary header files.
6376         * tree-ssa-loop-ivopts.h (multiplier_allowed_in_address_p): Delete.
6378 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
6380         * tree-ssa-loop-ivopts.c (autoinc_possible_for_pair): Simplify.
6382 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
6384         * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Handle more
6385         operators: TRUNC_DIV_EXPR, BIT_AND_EXPR, BIT_IOR_EXPR, LSHIFT_EXPR,
6386         RSHIFT_EXPR and BIT_NOT_EXPR.
6388 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
6390         * tree-ssa-loop-ivopts.c (get_loop_invariant_expr): Simplify.
6391         (adjust_setup_cost): New parameter supporting round up adjustment.
6392         (struct address_cost_data): Delete.
6393         (force_expr_to_var_cost): Don't bound cost with spill_cost.
6394         (split_address_cost, ptr_difference_cost): Delete.
6395         (difference_cost, compare_aff_trees, record_inv_expr): Delete.
6396         (struct ainc_cost_data): New struct.
6397         (get_address_cost_ainc): New function.
6398         (get_address_cost, get_computation_cost): Reimplement.
6399         (determine_group_iv_cost_address): Record inv_expr for all uses of
6400         a group.
6401         (determine_group_iv_cost_cond): Call get_loop_invariant_expr.
6402         (iv_ca_has_deps): Reimplemented to ...
6403         (iv_ca_more_deps): ... this.  Check if NEW_CP introduces more deps
6404         than OLD_CP.
6405         (iv_ca_extend): Call iv_ca_more_deps.
6407 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
6409         * tree-ssa-address.c (struct mem_address): Move to header file.
6410         (valid_mem_ref_p, move_fixed_address_to_symbol): Make it global.
6411         * tree-ssa-address.h (struct mem_address): Move from C file.
6412         (valid_mem_ref_p, move_fixed_address_to_symbol): Declare.
6414 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
6416         * tree-affine.h (aff_combination_type): New interface.
6417         (aff_combination_zero_p): Remove static.
6418         (aff_combination_const_p): New interface.
6419         (aff_combination_singleton_var_p): New interfaces.
6421 2017-05-11  Richard Biener  <rguenther@suse.de>
6423         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
6424         Skip unreachable blocks and destinations.
6425         (eliminate): Move stmt removal and fixup ...
6426         (fini_eliminate): ... here.  Skip inserted exprs.
6427         (pass_pre::execute): Move fini_pre after fini_eliminate.
6428         * tree-ssa-tailmerge.c: Include tree-cfgcleanup.h.
6429         (tail_merge_optimize): Run cleanup_tree_cfg if requested by
6430         PRE to get rid of dead code that has invalid SSA form and
6431         split critical edges again.
6433 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
6435         * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
6437 2017-05-11  Richard Biener  <rguenther@suse.de>
6439         * passes.c (execute_function_todo): Verify loops if they are
6440         said to be up-to-date.
6441         * cfgexpand.c (pass_expand::execute): Discard loops for -dx.
6442         * trans-mem.c (pass_tm_edges::execute): Mark loops for fixup.
6444 2017-05-10  John David Anglin  <danglin@gcc.gnu.org>
6446         PR target/80090
6447         * config/pa/pa.c (pa_assemble_integer): When outputting a SYMBOL_REF,
6448         handle calling assemble_external ourself.
6450         PR target/79027
6451         * config/pa/pa.c (pa_cannot_change_mode_class): Reject changes to/from
6452         modes with zero size.  Enhance comment.
6454 2017-05-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
6456         * config/rs6000/rs6000.c (altivec_init_builtins): Define POWER8
6457         built-ins for vec_xl and vec_xst with short and char pointer
6458         arguments.
6460 2017-05-10  Sebastian Peryt  <sebastian.peryt@intel.com>
6462         * config/i386/avx512fintrin.h (_mm_mask_max_round_sd)
6463         (_mm_maskz_max_round_sd, _mm_mask_max_round_ss)
6464         (_mm_maskz_max_round_ss, _mm_mask_min_round_sd)
6465         (_mm_maskz_min_round_sd, _mm_mask_min_round_ss)
6466         (_mm_maskz_min_round_ss): New intrinsics.
6467         * config/i386/i386-builtin-types.def (V2DF, V2DF, V2DF, V2DF, UQI, INT)
6468         (V4SF, V4SF, V4SF, V4SF, UQI, INT): New function type aliases.
6469         * config/i386/i386-builtin.def (__builtin_ia32_maxsd_mask_round)
6470         (__builtin_ia32_maxss_mask_round, __builtin_ia32_minsd_mask_round)
6471         (__builtin_ia32_minss_mask_round): New builtins.
6472         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
6473         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
6474         * config/i386/sse.md (<sse>_vm<code><mode>3<round_saeonly_name>):
6475         Rename to ...
6476         (<sse>_vm<code><mode>3<mask_name><round_saeonly_name>): ... this.
6477         (v<maxmin_float><ssescalarmodesuffix>\t{<round_saeonly_op3>%2, %1, %0|%0, %1, %<iptr>2<round_saeonly_op3>}):
6478         Change to ...
6479         (v<maxmin_float><ssescalarmodesuffix>\t{<round_saeonly_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_saeonly_mask_op3>}):
6480         ... this.
6482 2017-05-10  Sebastian Peryt  <sebastian.peryt@intel.com>
6484         * config/i386/avx512fintrin.h (_mm_mask_mul_round_sd)
6485         (_mm_maskz_mul_round_sd, _mm_mask_mul_round_ss)
6486         (_mm_maskz_mul_round_ss, _mm_mask_div_round_sd)
6487         (_mm_maskz_div_round_sd, _mm_mask_div_round_ss)
6488         (_mm_maskz_div_round_ss, _mm_mask_mul_sd, _mm_maskz_mul_sd)
6489         (_mm_mask_mul_ss, _mm_maskz_mul_ss, _mm_mask_div_sd)
6490         (_mm_maskz_div_sd, _mm_mask_div_ss, _mm_maskz_div_ss): New intrinsics.
6491         * config/i386/i386-builtin-types.def (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
6492         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): New function type aliases.
6493         * config/i386/i386-builtin.def (__builtin_ia32_divsd_mask_round)
6494         (__builtin_ia32_divss_mask_round, __builtin_ia32_mulsd_mask_round)
6495         (__builtin_ia32_mulss_mask_round): New builtins.
6496         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
6497         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
6498         * config/i386/sse.md (<sse>_vm<multdiv_mnemonic><mode>3<round_name>):
6499         Rename to ...
6500         (<sse>_vm<multdiv_mnemonic><mode>3<mask_name><round_name>): ... this.
6501         (v<multdiv_mnemonic><ssescalarmodesuffix>\t{<round_op3>%2, %1, %0|%0, %1, %<iptr>2<round_op3>}):
6502         Change to ...
6503         (v<multdiv_mnemonic><ssescalarmodesuffix>\t{<round_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}):
6504         ... this.
6506 2017-05-10  Julia Koval  <julia.koval@intel.com>
6508         * config/i386/avxintrin.h (_mm256_set_m128, _mm256_set_m128d)
6509         (_mm256_set_m128i, _mm256_setr_m128, _mm256_setr_m128d)
6510         (_mm256_setr_m128i): New intrinsics.
6512 2017-05-10  Julia Koval  <julia.koval@intel.com>
6514         * config/i386/avx512fintrin.h (_mm_mask_rcp14_sd)
6515         (_mm_maskz_rcp14_sd, _mm_mask_rcp14_ss)
6516         (_mm_maskz_rcp14_ss): New intrinsics.
6517         * config/i386/i386-builtin.def (__builtin_ia32_rcp14sd_mask)
6518         (__builtin_ia32_rcp14ss_mask): New builtins.
6519         * config/i386/sse.md (srcp14<mode>_mask): New pattern.
6521 2017-05-10  Peter Bergner  <bergner@vnet.ibm.com>
6523         PR tree-optimization/51513
6524         * tree-cfg.c (gimple_seq_unreachable_p): New function.
6525         (assert_unreachable_fallthru_edge_p): Use it.
6526         (group_case_labels_stmt): Likewise.
6527         * tree-cfg.h: Prototype it.
6528         * stmt.c: Include cfghooks.h and tree-cfg.h.
6529         (emit_case_dispatch_table) <gap_label>: New local variable.
6530         Use it to fill dispatch table gaps.
6531         Test for default_label before updating probabilities.
6532         (expand_case) <default_label>: Remove unneeded initialization.
6533         Test for unreachable default case statement and remove its edge.
6534         Set default_label accordingly.
6535         * tree-ssa-ccp.c (optimize_unreachable): Update comment.
6537 2017-05-10  Carl Love  <cel@us.ibm.com>
6539         * config/rs6000/rs6000-c: Add support for built-in functions
6540         vector signed char      vec_neg (vector signed char)
6541         vector signed short int vec_neg (vector short int)
6542         vector signed int       vec_neg (vector signed int)
6543         vector signed long long vec_neg (vector signed long long)
6544         vector float            vec_neg (vector float)
6545         vector double           vec_neg (vector double)
6546         * config/rs6000/rs6000-builtin.def: Add definitions for NEG function
6547         overload.
6548         * config/rs6000/altivec.h: Add define for vec_neg
6549         * doc/extend.texi: Update the built-in documentation for the
6550         new built-in functions.
6552 2017-05-10  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
6554         PR tree-optimization/77644
6555         * match.pd (sqrt(x) cmp sqrt(y) -> x cmp y): New pattern.
6557 2017-05-10  Nathan Sidwell  <nathan@acm.org>
6559         * dumpfile.h (TDI_lang_all): New.
6560         (TDF_KIND): New. Renumber others
6561         (TDF_LANG, TDF_TREE, TDF_RTL, TDF_IPA): Enumerate value, rather
6562         than bits.
6563         * dumpfile.c (dump_files): Mark language dumps as TDF_LANG.  add
6564         lang-all.
6565         (get_dump_file_name): Adjust suffix generation.
6566         (dump_enable_all): Use TDF_KIND.
6567         * doc/invoke.texi (-fdump-lang-all): Document.
6569         * dumpfile.h: Tabify.
6571 2017-05-10  Wilco Dijkstra  <wdijkstr@arm.com>
6573         PR target/80671
6574         * config/aarch64/cortex-a57-fma-steering.c (merge_forest):
6575         Move member access before delete.
6577 2017-05-10  Alexandre Oliva <aoliva@redhat.com>
6579         * tree-inline.c (expand_call_inline): Split block at stmt
6580         before the call.
6582 2017-05-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
6584         PR target/68163
6585         * config/rs6000/rs6000.md (f32_lr): Delete mode attributes that
6586         are now unused after splitting mov{sf,sd}_hardfloat.
6587         (f32_lr2): Likewise.
6588         (f32_lm): Likewise.
6589         (f32_lm2): Likewise.
6590         (f32_li): Likewise.
6591         (f32_li2): Likewise.
6592         (f32_lv): Likewise.
6593         (f32_sr): Likewise.
6594         (f32_sr2): Likewise.
6595         (f32_sm): Likewise.
6596         (f32_sm2): Likewise.
6597         (f32_si): Likewise.
6598         (f32_si2): Likewise.
6599         (f32_sv): Likewise.
6600         (f32_dm): Likewise.
6601         (f32_vsx): Likewise.
6602         (f32_av): Likewise.
6603         (mov<mode>_hardfloat): Split into separate movsf and movsd pieces.
6604         For movsf, order stores so the VSX stores occur before the GPR
6605         store which encourages the register allocator to use a traditional
6606         FPR instead of a GPR.  For movsd, order the stores so that the GPR
6607         store comes before the VSX stores to allow the power6 to work.
6608         This is due to the power6 not having a 32-bit integer store
6609         instruction from a FPR.
6610         (movsf_hardfloat): Likewise.
6611         (movsd_hardfloat): Likewise.
6613 2017-05-09  Martin Sebor  <msebor@redhat.com>
6615         PR translation/80280
6616         * config/sol2-c.c (cmn_err_flag_specs): Initialize new data member
6617         added in r247778.
6619         PR translation/80280
6620         * config/i386/msformat-c.c (ms_printf_flag_specs): Initialize new
6621         data member added in r247778.
6622         (ms_scanf_flag_specs, ms_strftime_flag_specs): Same.
6624 2017-05-09  Nathan Sidwell  <nathan@acm.org>
6626         * tree.h (tree_fits_shwi_p, tree_fits_uhwi_p): Unconditionally pure.
6628         * ipa-devirt.c (default_hash_traits<type_pair>): Skip struct-scope
6629         typedefs.
6631 2017-05-09  Marek Polacek  <polacek@redhat.com>
6633         * doc/invoke.texi: Fix typo.
6635 2017-05-09  Richard Biener  <rguenther@suse.de>
6637         * tree-vrp.c (vrp_val_is_max): Adjust comment.
6638         (vrp_val_is_min): Likewise.
6639         (set_value_range_to_value): Likewise.
6640         (set_value_range_to_nonnegative): Likewise.
6641         (gimple_assign_nonzero_p): Likewise.
6642         (gimple_stmt_nonzero_p): Likewise.
6643         (vrp_int_const_binop): Likewise.  Remove unreachable case.
6644         (adjust_range_with_scev): Adjust comments.
6645         (compare_range_with_value): Likewise.
6646         (extract_range_from_phi_node): Likewise.
6647         (test_for_singularity): Likewise.
6649 2017-05-09  Richard Biener  <rguenther@suse.de>
6651         * tree-vrp.c (get_single_symbol): Add assert that we don't
6652         get overflowed constants as invariant part.
6653         (compare_values_warnv): Add comment before the TREE_NO_WARNING
6654         checks.  Use wi::cmp instead of recursing for integer constants.
6655         (compare_values): Just ignore whether we assumed undefined
6656         overflow instead of failing the compare.
6657         (extract_range_for_var_from_comparison_expr): Add comment before the
6658         TREE_NO_WARNING sets.
6659         (test_for_singularity): Likewise.
6660         (extract_range_from_comparison): Do not disable optimization
6661         when we assumed undefined overflow.
6662         (extract_range_basic): Remove init of unused var.
6664 2017-05-09  Richard Biener  <rguenther@suse.de>
6666         * tree-vrp.c (vrp_int_const_binop): Use wide-ints and simplify.
6667         (extract_range_from_multiplicative_op_1): Adjust.
6668         (extract_range_from_binary_expr_1): Use int_const_binop.
6670 2017-05-08  Kelvin Nilsen  <kelvin@gcc.gnu.org>
6672         PR target/80101
6673         * config/rs6000/power6.md: Replace store_data_bypass_p calls with
6674         rs6000_store_data_bypass_p in seven define_bypass directives and
6675         in several comments.
6676         * config/rs6000/rs6000-protos.h: Add prototype for
6677         rs6000_store_data_bypass_p function.
6678         * config/rs6000/rs6000.c (rs6000_store_data_bypass_p): New
6679         function implements slightly different (rs6000-specific) semantics
6680         than store_data_bypass_p, returning false rather than aborting
6681         with assertion error when arguments do not satisfy the
6682         requirements of store data bypass.
6683         (rs6000_adjust_cost): Replace six calls of store_data_bypass_p with
6684         rs6000_store_data_bypass_p.
6686 2017-05-08  Max Filippov  <jcmvbkbc@gmail.com>
6688         * config/xtensa/xtensa-protos.h
6689         (xtensa_initial_elimination_offset): New declaration.
6690         * config/xtensa/xtensa.c (xtensa_initial_elimination_offset):
6691         New function. Move its body from the INITIAL_ELIMINATION_OFFSET
6692         macro definition, add case for FRAME_POINTER_REGNUM when
6693         FRAME_GROWS_DOWNWARD.
6694         * config/xtensa/xtensa.h (FRAME_GROWS_DOWNWARD): New macro definition.
6695         (INITIAL_ELIMINATION_OFFSET): Replace body with call to
6696         xtensa_initial_elimination_offset.
6698 2017-05-08  Nathan Sidwell  <nathan@acm.org>
6700         * doc/invoke.texi: Alphabetize -fdump options.
6702 2017-05-08  Martin Sebor  <msebor@redhat.com>
6704         PR translation/80280
6705         * config/sol2-c.c (solaris_pragma_align): Correct quoting.
6707 2017-05-08  Bernd Edlinger  <bernd.edlinger@hotmail.de>
6709         * target.def (compute_frame_layout): New optional target hook.
6710         * doc/tm.texi.in (TARGET_COMPUTE_FRAME_LAYOUT): Add hook.
6711         * doc/tm.texi (TARGET_COMPUTE_FRAME_LAYOUT): Add documentation.
6712         * lra-eliminations.c (update_reg_eliminate): Call compute_frame_layout
6713         target hook.
6714         * reload1.c (verify_initial_elim_offsets): Likewise.
6715         * config/arm/arm.c (TARGET_COMPUTE_FRAME_LAYOUT): Define.
6716         (use_simple_return_p): Call arm_compute_frame_layout if needed.
6717         (arm_get_frame_offsets): Split up into this ...
6718         (arm_compute_frame_layout): ... and this function.
6720 2017-05-08  Richard Sandiford  <richard.sandiford@arm.com>
6722         * config/aarch64/constraints.md (Usa): New constraint.
6723         * config/aarch64/aarch64.md (*movsi_aarch64, *movdi_aarch64): Use it.
6725 2017-05-08  Thomas Preud'homme  <thomas.preudhomme@arm.com>
6727         * config.gcc (arm*-*-*): Set TM_MULTILIB_CONFIG from
6728         with_multilib_list after it has been checked.
6730 2017-05-08  Richard Biener  <rguenther@suse.de>
6732         * tree-ssa-pre.c (bitmap_set_and): Avoid bitmap copy.
6733         (bitmap_set_subtract_values): Likewise.
6735 2017-05-08  Richard Biener  <rguenther@suse.de>
6737         * tree-vrp.c (gimple_assign_nonzero_warnv_p): Rename to ...
6738         (gimple_assign_nonzero): ... this and remove strict_overflow_p
6739         argument.
6740         (gimple_stmt_nonzero_warnv_p): Rename to ...
6741         (gimple_stmt_nonzero_p): ... this and remove strict_overflow_p
6742         argument.
6743         (vrp_stmt_computes_nonzero): Remove strict_overflow_p argument.
6744         (extract_range_basic): Adjust, do not disable propagation on
6745         strict overflow sensitive simplification.
6746         (vrp_visit_cond_stmt): Likewise.
6748 2017-05-05  Jan Hubicka  <hubicka@ucw.cz>
6750         * ipa-inline-analysis.c (estimate_function_body_sizes): Recompute
6751         body size unconditionally.
6753 2017-05-07  Jeff Law  <law@redhat.com>
6755         Revert:
6756         2017-05-06  Jeff Law  <law@redhat.com>
6757         PR tree-optimization/78496
6758         * tree-vrp.c (simplify_assert_expr_using_ranges): Remove debugging
6759         code.
6761         PR tree-optimization/78496
6762         * tree-vrp.c (simplify_assert_expr_using_ranges): New function.
6763         (simplify_stmt_using_ranges): Call it.
6764         (vrp_dom_walker::before_dom_children): Extract equivalences
6765         from an ASSERT_EXPR with an equality comparison against a
6766         constant.
6768 2017-05-06  Jeff Law  <law@redhat.com>
6770         PR tree-optimization/78496
6771         * tree-vrp.c (simplify_assert_expr_using_ranges): Remove debugging
6772         code.
6774         PR tree-optimization/78496
6775         * tree-vrp.c (simplify_assert_expr_using_ranges): New function.
6776         (simplify_stmt_using_ranges): Call it.
6777         (vrp_dom_walker::before_dom_children): Extract equivalences
6778         from an ASSERT_EXPR with an equality comparison against a
6779         constant.
6781 2017-05-06  Richard Sandiford  <richard.sandiford@linaro.org>
6783         * lra-constraints.c (lra_copy_reg_equiv): New function.
6784         (split_reg): Use it to copy equivalence information from the
6785         original register to the spill register.
6787 2017-05-06  Richard Sandiford  <richard.sandiford@linaro.org>
6789         PR rtl-optimization/75964
6790         * simplify-rtx.c (simplify_const_relational_operation): Remove
6791         invalid handling of comparisons of integer ABS.
6793 2017-05-06  Uros Bizjak  <ubizjak@gmail.com>
6795         * config/i386/i386.c (ext_80387_constant_init): Do not explicitly
6796         initialize to zero.
6797         (init_regs): Remove declaration.
6798         (function_arg_advance_32): Initialize error_p as boolean variable.
6800 2017-05-05  Nathan Sidwell  <nathan@acm.org>
6802         * store-motion.c (remove_reachable_equiv_notes): Reformat long
6803         lines.  Use for (;;).
6805 2017-05-05  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
6807         * config/rs6000/rs6000.c (rs6000_vect_nonmem): New static var.
6808         (rs6000_init_cost): Initialize rs6000_vect_nonmem.
6809         (rs6000_add_stmt_cost): Update rs6000_vect_nonmem.
6810         (rs6000_finish_cost): Avoid vectorizing simple copy loops with
6811         VF=2 that require versioning.
6813 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
6815         * diagnostic.h (CARET_LINE_MARGIN): Convert from macro to const
6816         int.
6818 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
6820         * diagnostic.h (diagnostic_override_option_index): Convert from
6821         macro to inline function.
6823 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
6825         * diagnostic.c (last_module_changed_p): New function.
6826         (set_last_module): New function.
6827         (diagnostic_report_current_module): Convert macro usage to
6828         the above functions.
6829         * diagnostic.h (diagnostic_context::last_module): Strengthen
6830         from const line_map * to const line_map_ordinary *.
6831         (diagnostic_last_module_changed): Delete macro.
6832         (diagnostic_set_last_module): Delete macro.
6834 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
6836         * diagnostic.c (diagnostic_impl): Replace report_diagnostic
6837         with diagnostic_report_diagnostic.
6838         (diagnostic_n_impl_richloc): Likewise.
6839         * diagnostic.h (report_diagnostic): Delete macro.
6840         * rtl-error.c (diagnostic_for_asm): Replace report_diagnostic
6841         with diagnostic_report_diagnostic.
6842         * substring-locations.c (format_warning_va): Likewise.
6844 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
6846         * diagnostic.c (diagnostic_report_diagnostic): Eliminate
6847         save/restor of format_spec.  Move option-printing code to...
6848         (print_option_information): ...this new function, and
6849         reimplement by simply printing to the pretty_printer,
6850         rather than appending to the format string.
6852 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
6854         * diagnostic.c (diagnostic_report_diagnostic): Split out pragma
6855         handling logic into...
6856         (update_effective_level_from_pragmas): ...this new function.
6858 2017-05-04  Andrew Waterman  <andrew@sifive.com>
6860         * config/riscv/riscv.opt (mstrict-align): New option.
6861         * config/riscv/riscv.h (STRICT_ALIGNMENT): Use it.  Update comment.
6862         (SLOW_UNALIGNED_ACCESS): Define.
6863         (riscv_slow_unaligned_access): Declare.
6864         * config/riscv/riscv.c (riscv_tune_info): Add slow_unaligned_access
6865         field.
6866         (riscv_slow_unaligned_access): New variable.
6867         (rocket_tune_info): Set slow_unaligned_access to true.
6868         (optimize_size_tune_info): Set slow_unaligned_access to false.
6869         (riscv_cpu_info_table): Add entry for optimize_size_tune_info.
6870         (riscv_valid_lo_sum_p): Use TARGET_STRICT_ALIGN.
6871         (riscv_option_override): Set riscv_slow_unaligned_access.
6872         * doc/invoke.texi: Add -mstrict-align to RISC-V.
6874 2017-05-04  Kito Cheng  <kito.cheng@gmail.com>
6876         * config/riscv/riscv.md: Unify indentation.
6878 2017-05-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
6880         PR target/79038
6881         PR target/79202
6882         PR target/79203
6883         * config/rs6000/rs6000.md (u code attribute): Add FIX and
6884         UNSIGNED_FIX.
6885         (extendsi<mode>2): Add support for doing sign extension via
6886         VUPKHSW and XXPERMDI if the value is in Altivec registers and we
6887         don't have ISA 3.0 instructions.
6888         (extendsi<mode>2 splitter): Likewise.
6889         (fix_trunc<mode>si2): If we are at ISA 2.07 (VSX small integer),
6890         generate the normal insns since SImode can now go in vector
6891         registers.  Disallow the special UNSPECs needed for previous
6892         machines to hide SImode being used.  Add new insns
6893         fctiw{,w}_<mode>_smallint if SImode can go in vector registers.
6894         (fix_trunc<mode>si2_stfiwx): Likewise.
6895         (fix_trunc<mode>si2_internal): Likewise.
6896         (fixuns_trunc<mode>si2): Likewise.
6897         (fixuns_trunc<mode>si2_stfiwx): Likewise.
6898         (fctiw<u>z_<mode>_smallint): Likewise.
6899         (fctiw<u>z_<mode>_mem): New combiner pattern to prevent conversion
6900         of floating point to 32-bit integer from doing a direct move to
6901         the GPR registers to do a store.
6902         (fctiwz_<mode>): Break long line.
6904 2017-05-05  Bin Cheng  <bin.cheng@arm.com>
6906         * Makefile.in (GTFILES): Add tree-ssa-loop-ivopts.c.
6907         * tree-ssa-loop-ivopts.c (compute_max_addr_offset): Delete.
6908         (addr_list, addr_offset_valid_p): New.
6909         (split_address_groups): Check offset validity with above function.
6910         (gt-tree-ssa-loop-ivopts.h): Include header file.
6912 2017-05-05  Nathan Sidwell  <nathan@acm.org>
6914         * config.gcc (arm*-*-*): Add missing 'fi'.
6916 2017-05-05  Steve Ellcey  <sellcey@cavium.com>
6918         * doc/invoke.texi (-fopt-info): Explicitly say order of options
6919         included in -fopt-info does not matter.
6920         * doc/optinfo.texi (-fopt-info): Fix description of default
6921         behavour. Explicitly say order of options included in -fopt-info
6922         does not matter.
6924 2017-05-05  Thomas Preud'homme  <thomas.preudhomme@arm.com>
6926         * config.gcc: Allow combinations of aprofile and rmprofile values for
6927         --with-multilib-list.
6928         * config/arm/t-multilib: New file.
6929         * config/arm/t-aprofile: Remove initialization of MULTILIB_*
6930         variables.  Remove setting of ISA and floating-point ABI in
6931         MULTILIB_OPTIONS and MULTILIB_DIRNAMES.  Set architecture and FPU in
6932         MULTI_ARCH_OPTS_A and MULTI_ARCH_DIRS_A rather than MULTILIB_OPTIONS
6933         and MULTILIB_DIRNAMES respectively.  Add comment to introduce all
6934         matches.  Add architecture matches for marvel-pj4 and generic-armv7-a
6935         CPU options.
6936         * config/arm/t-rmprofile: Likewise except for the matches changes.
6937         * doc/install.texi (--with-multilib-list): Document the combination of
6938         aprofile and rmprofile values and warn about pitfalls in doing that.
6940 2017-05-05  Wilco Dijkstra  <wdijkstr@arm.com>
6942         * config/aarch64/aarch64.md (movsi_aarch64): Remove '*' from r=w.
6943         (movdi_aarch64): Likewise.
6945 2017-05-05  Jakub Jelinek  <jakub@redhat.com>
6947         PR tree-optimization/80632
6948         * tree-switch-conversion.c (struct switch_conv_info): Add target_vop
6949         field.
6950         (build_arrays): Initialize it for virtual phis.
6951         (fix_phi_nodes): Use it for virtual phis.
6953         PR tree-optimization/80558
6954         * tree-vrp.c (extract_range_from_binary_expr_1): Optimize
6955         [x, y] op z into [x op, y op z] for op & or | if conditions
6956         are met.
6958 2017-05-05  Andre Vieira  <andre.simoesdiasvieira@arm.com>
6959             Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
6961         PR target/71607
6962         * config/arm/arm.md (use_literal_pool): Remove.
6963         (64-bit immediate split): No longer takes cost into consideration
6964         if arm_disable_literal_pool is enabled.
6965         * config/arm/arm.c (arm_tls_referenced_p): Add diagnostic if TLS is
6966         used when arm_disable_literal_pool is enabled.
6967         (arm_max_const_double_inline_cost): Remove use of
6968         arm_disable_literal_pool.
6969         (push_minipool_fix): Add assert.
6970         (arm_reorg): Add return if arm_disable_literal_pool is enabled.
6971         * config/arm/vfp.md (no_literal_pool_df_immediate): New.
6972         (no_literal_pool_sf_immediate): New.
6974 2017-05-05  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
6976         PR tree-optimization/80613
6977         * tree-ssa-dce.c (propagate_necessity): Remove cases for
6978         BUILT_IN_STRDUP and BUILT_IN_STRNDUP.
6980 2017-05-05  Richard Biener  <rguenther@suse.de>
6982         * tree-ssa-pre.c (get_or_alloc_expr_for): Simplify.
6984 2017-05-05  Georg-Johann Lay  <avr@gjlay.de>
6986         * config/avr/avr.md [flag_strict_overflow]: Remove any occurence
6987         of this flag from insn conditions due to removal from r247495.
6989 2017-05-05  Wilco Dijkstra  <wdijkstr@arm.com>
6991         * config/arm/aarch-common.c (arm_early_load_addr_dep_ptr):
6992         New function.
6993         (arm_early_store_addr_dep_ptr): Likewise.
6994         * config/arm/aarch-common-protos.h
6995         (arm_early_load_addr_dep_ptr): Add prototype.
6996         (arm_early_store_addr_dep_ptr): Likewise.
6997         * config/arm/cortex-a53.md: Add new bypasses.
6999 2017-05-05  Jakub Jelinek  <jakub@redhat.com>
7001         * tree.c (next_type_uid): Change type to unsigned.
7002         (type_hash_canon): Decrement back next_type_uid if
7003         freeing a type node with the highest TYPE_UID.  For INTEGER_TYPEs
7004         also ggc_free TYPE_MIN_VALUE, TYPE_MAX_VALUE and TYPE_CACHED_VALUES
7005         if possible.
7007 2017-05-04  Martin Sebor  <msebor@redhat.com>
7009         * builtins.c: Fix a trivial typo in a comment.
7011         PR middle-end/79234
7012         * builtins.c (check_sizes): Adjust to handle reading past the end.
7013         Avoid printing excessive upper bound of ranges.  Use %E to print
7014         tree nodes instead of converting them to %wu.
7015         (expand_builtin_memchr): New function.
7016         (compute_dest_size): Rename...
7017         (compute_objsize): ...to this.
7018         (expand_builtin_memcpy): Adjust.
7019         (expand_builtin_mempcpy): Adjust.
7020         (expand_builtin_strcat): Adjust.
7021         (expand_builtin_strcpy): Adjust.
7022         (check_strncat_sizes): Adjust.
7023         (expand_builtin_strncat): Adjust.
7024         (expand_builtin_strncpy): Adjust and simplify.
7025         (expand_builtin_memset): Adjust.
7026         (expand_builtin_bzero): Adjust.
7027         (expand_builtin_memcmp): Adjust.
7028         (expand_builtin): Handle memcmp.
7029         (maybe_emit_chk_warning): Check strncat just once.
7031 2017-05-04  Martin Sebor  <msebor@redhat.com>
7033         PR preprocessor/79214
7034         PR middle-end/79222
7035         PR middle-end/79223
7036         * builtins.c (check_sizes): Add inlining context and issue
7037         warnings even when -Wno-system-headers is set.
7038         (check_strncat_sizes): Same.
7039         (expand_builtin_strncat): Same.
7040         (expand_builtin_memmove): New function.
7041         (expand_builtin_stpncpy): Same.
7042         (expand_builtin): Handle memmove and stpncpy.
7044 2017-05-04  Bin Cheng  <bin.cheng@arm.com>
7046         * tree-ssa-loop-ivopts.c (struct cost_pair): Remove field inv_expr
7047         which is not used any more.
7049 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
7051         * config/aarch64/aarch64.c (generic_tunings): Update prefetch model.
7053 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
7055         * config/aarch64/aarch64.c (cortexa35_tunings): Set jump alignment to 4.
7056         (cortexa53_tunings): Likewise.
7057         (cortexa57_tunings): Likewise.
7058         (cortexa72_tunings): Likewise.
7059         (cortexa73_tunings): Likewise.
7061 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
7063         * config/aarch64/aarch64.c (generic_tunings): Set jump alignment to 4.
7064         Set loop alignment to 8.
7066 2017-05-04  Martin Sebor  <msebor@redhat.com>
7068         PR translation/80280
7069         * builtins.c (expand_builtin_object_size): Add missing quoting to
7070         %D and like directives.
7071         * hsa-gen.c (hsa_type_for_scalar_tree_type): Same.
7072         (hsa_type_for_tree_type): Same.
7073         (verify_function_arguments): Same.
7074         * symtab.c (symbol_table::change_decl_assembler_name): Same.
7075         * varasm.c (get_section): Same.
7076         (mark_weak): Same.
7078 2017-05-04  Martin Sebor  <msebor@redhat.com>
7080         PR translation/80280
7081         * config/i386/i386.c (ix86_function_versions): Quote a %D directive.
7083 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
7085         * config/aarch64/aarch64.c (generic_addrcost_table):
7086         Change HI/TI mode setting.
7088 2017-05-04  Martin Jambor  <mjambor@suse.cz>
7090         PR tree-optimization/80622
7091         * tree-sra.c (comes_initialized_p): New function.
7092         (build_accesses_from_assign): Only set write lazily when
7093         comes_initialized_p is false.
7094         (analyze_access_subtree): Use comes_initialized_p.
7095         (propagate_subaccesses_across_link): Assert !comes_initialized_p
7096         instead of testing for PARM_DECL.
7098 2017-05-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7100         * config/aarch64/aarch64.md (prefetch); Adjust predicate and
7101         constraint on operand 0 to allow more general addressing modes.
7102         Adjust output template.
7103         * config/aarch64/aarch64.c (aarch64_address_valid_for_prefetch_p):
7104         New function.
7105         * config/aarch64/aarch64-protos.h
7106         (aarch64_address_valid_for_prefetch_p): Declare prototype.
7107         * config/aarch64/constraints.md (Dp): New address constraint.
7108         * config/aarch64/predicates.md (aarch64_prefetch_operand): New
7109         predicate.
7111 2017-05-04  Jan Hubicka  <hubicka@ucw.cz>
7113         * ipa-cp.c (perform_estimation_of_a_value): Drop base_time parameter;
7114         update use of estimate_ipcp_clone_size_and_time.
7115         (estimate_local_effects): Update use of
7116         estimate_ipcp_clone_size_and_time and perform_estimation_of_a_value.
7117         * ipa-inline.h (estimate_ipcp_clone_size_and_time): Update prototype.
7118         * ipa-inline-analysis.c (estimate_ipcp_clone_size_and_time):
7119         Return nonspecialized time.
7121 2017-05-04  Richard Biener  <rguenther@suse.de>
7123         * tree-ssa-alias.c (get_continuation_for_phi): Improve looking
7124         for the last VUSE which def dominates the PHI.  Directly call
7125         maybe_skip_until.
7126         (get_continuation_for_phi_1): Remove.
7128 2017-05-04  Richard Sandiford  <richard.sandiford@linaro.org>
7130         * tree-ssa-loop-manip.c (niter_for_unrolled_loop): Add commentary
7131         to explain the use of truncating division.  Cap the number of
7132         iterations to the maximum given by nb_iterations_upper_bound,
7133         if defined.
7135 2017-05-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
7137         * configure.ac (--enable-mingw-wildcard): Add new configurable feature.
7138         * configure: Regenerate.
7139         * config.in: Regenerate.
7140         * config/i386/driver-mingw32.c: new file.
7141         * config/i386/x-mingw32: Add rule to build driver-mingw32.o.
7142         * config.host: Link driver-mingw32.o on MinGW host.
7143         * doc/install.texi: Document new --enable-mingw-wildcard configure
7144         option.
7146 2017-05-04  Marek Polacek  <polacek@redhat.com>
7148         PR tree-optimization/80612
7149         * calls.c (get_size_range): Check for INTEGRAL_TYPE_P.
7151 2017-05-04  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
7152             Andre Simoes Dias Vieira  <andre.simoesdiasvieira@arm.com>
7154         * config/arm/arm.md (movsi): Change TARGET_32BIT to TARGET_HAVE_MOVT.
7155         (movt splitter): Likewise.
7156         * config/arm/arm.c (arm_option_check_internal): Change arm_arch_thumb2
7157         to TARGET_HAVE_MOVT, and merge with -mslow-flash-data check.
7158         (const_ok_for_arm): Change else to else if (TARGET_THUMB2) and add else
7159         block for Thumb-1 with MOVT.
7160         (thumb2_legitimate_address_p): Move code block ...
7161         (can_avoid_literal_pool_for_label_p): ... into this new function.
7162         (thumb1_legitimate_address_p): Add check for TARGET_HAVE_MOVT and
7163         literal pool.
7164         (thumb_legitimate_constant_p): Add conditional on TARGET_HAVE_MOVT
7165         * doc/invoke.texi (-mpure-code): Change "ARMv7-M targets" for
7166         "M-profile targets with the MOVT instruction".
7168 2017-05-04  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
7170         * config/arm/arm-builtins.c (arm_init_builtins): Rename
7171         __builtin_arm_ldfscr to __builtin_arm_get_fpscr, and rename
7172         __builtin_arm_stfscr to __builtin_arm_set_fpscr.
7174 2017-05-04  Martin Liska  <mliska@suse.cz>
7176         * tree-vrp.c (simplify_cond_using_ranges_2): Remove unused
7177         variable cond_code.
7179 2017-05-04  Richard Biener  <rguenther@suse.de>
7181         * tree.c (array_at_struct_end_p): Handle arrays at struct
7182         end with flexarrays more conservatively.  Refactor and treat
7183         arrays of arrays or aggregates more strict.  Fix
7184         VIEW_CONVERT_EXPR handling.  Remove allow_compref argument.
7185         * tree.c (array_at_struct_end_p): Adjust prototype.
7186         * emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust.
7187         * gimple-fold.c (get_range_strlen): Likewise.
7188         * tree-chkp.c (chkp_may_narrow_to_field): Likewise.
7190 2017-05-04  Richard Biener  <rguenther@suse.de>
7192         PR tree-optimization/31130
7193         * tree-vrp.c (needs_overflow_infinity): Remove as always returning
7194         false.
7195         (supports_overflow_infinity): Likewise.
7196         (is_negative_overflow_infinity): Likewise.
7197         (is_positive_overflow_infinity): Likewise.
7198         (is_overflow_infinity): Likewise.
7199         (stmt_overflow_infinity): Likewise.
7200         (overflow_infinity_range_p): Likewise.
7201         (usable_range_p): Remove as always returning true.
7202         (make_overflow_infinity): Remove.
7203         (negative_overflow_infinity): Likewise.
7204         (positive_overflow_infinity): Likewise.
7205         (avoid_overflow_infinity): Likewise.
7206         (set_value_range): Adjust accordingly.
7207         (set_value_range_to_nonnegative): Likewise, remove now unused
7208         overflow_infinity arg.
7209         (vrp_operand_equal_p): Adjust.
7210         (update_value_range): Likewise.
7211         (range_int_cst_singleton_p): Likewise.
7212         (operand_less_p): Likewise.
7213         (compare_values_warnv): Likewise.
7214         (extract_range_for_var_from_comparison_expr): Likewise.
7215         (vrp_int_const_binop): Likewise.
7216         (zero_nonzero_bits_from_vr): Likewise.
7217         (extract_range_from_multiplicative_op_1): Likewise.
7218         (extract_range_from_binary_expr_1): Likewise.
7219         (extract_range_from_unary_expr): Likewise.
7220         (extract_range_from_comparison): Likewise.
7221         (extract_range_basic): Likewise.
7222         (adjust_range_with_scev): Likewise.
7223         (compare_ranges): Likewise.
7224         (compare_range_with_value): Likewise.
7225         (dump_value_range): Likewise.
7226         (test_for_singularity): Likewise, remove strict_overflow_p parameter
7227         never used.
7228         (simplify_cond_using_ranges): Adjust.
7230 2017-05-04  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
7232         * brig-builtins.def: Added a builtin for class_f64.
7233         * builtin-types.def: Added a builtin type needed by class_f64.
7235 2017-05-03  Jason Merrill  <jason@redhat.com>
7237         * timevar.def: Add TV_CONSTEXPR.
7239 2017-05-03  David Malcolm  <dmalcolm@redhat.com>
7241         * common.opt (fdiagnostics-parseable-fixits): Fix typo.
7243 2017-05-03  Martin Jambor  <mjambor@suse.cz>
7245         * ipa-prop.c (ipa_update_after_lto_read): Removed.
7246         * ipa-prop.h (ipa_update_after_lto_read): Remove declaration.
7247         * ipa-cp.c (ipcp_propagate_stage): Do not call
7248         ipa_update_after_lto_read.
7249         * ipa-inline.c (ipa_inline): Likewise.
7251 2017-05-03  Martin Jambor  <mjambor@suse.cz>
7253         * ipa-prop.h (ipa_edge_args): Make a class.  Mark with for_user GTY
7254         tag.  Added a default constructor and a destructor.
7255         (ipa_edge_args_sum_t): New class;
7256         (ipa_edge_args_sum): Declare.
7257         (ipa_edge_args_vector): Remove declaration.
7258         (IPA_EDGE_REF): Use ipa_edge_args_sum.
7259         (ipa_free_edge_args_substructures): Remove declaration.
7260         (ipa_check_create_edge_args): Use ipa_edge_args_sum.
7261         (ipa_edge_args_info_available_for_edge_p): Likewise.
7262         * ipa-prop.c (ipa_edge_args_vector): Removed.
7263         (edge_removal_hook_holder): Likewise.
7264         (edge_duplication_hook_holder): Likewise.
7265         (ipa_edge_args_sum): New variable.
7266         (ipa_propagate_indirect_call_infos): Test ipa_edge_args_sum instead of
7267         ipa_edge_args_vector.
7268         (ipa_free_edge_args_substructures): Likewise.
7269         (ipa_free_all_edge_args): Free ipa_edge_args_sum instead of
7270         ipa_edge_args_vector.
7271         (ipa_edge_removal_hook): Turned into method
7272         ipa_edge_args_sum_t::remove.
7273         (ipa_edge_duplication_hook): Turned into method
7274         ipa_edge_args_sum_t::duplicate.
7275         (ipa_register_cgraph_hooks): Create ipa_edge_args_sum instead of
7276         registering edge hooks.
7277         (ipa_unregister_cgraph_hooks): Do not unregister edge hooks.
7278         * ipa-inline-analysis.c (estimate_function_body_sizes): Test
7279         ipa_edge_args_sum instead of ipa_edge_args_vector.
7280         * ipa-profile.c (ipa_profile): Likewise.
7282 2017-05-03  Martin Jambor  <mjambor@suse.cz>
7284         * symbol-summary.h (function_summary): New method exists.
7285         (function_summary::symtab_removal): Deallocate through release.
7286         (call_summary): New class.
7287         (gt_ggc_mx): New overload.
7288         (gt_pch_nx): Likewise.
7289         (gt_pch_nx): Likewise.
7291 2017-05-03  Jeff Law  <law@redhat.com>
7293         PR tree-optimization/78496
7294         * tree-vrp.c (simplify_cond_using_ranges_1): Renamed
7295         from simplify_cond_using_ranges.  Split off code to walk
7296         backwards through casts into ...
7297         (simplify_cond_using_ranges_2): New function.
7298         (simplify_stmt_using_ranges): Call simplify_cond_using_ranges_1.
7299         (execute_vrp): After identifying jump threads, call
7300         simplify_cond_using_ranges_2.
7302 2017-05-03  Jan Hubicka  <hubicka@ucw.cz>
7304         PR bootstrap/80609
7305         * ipa-inline.h (inline_summary): Add ctor.
7306         (create_ggc): Do not use ggc_cleared_alloc.
7308 2017-05-03  Jeff Downs  <heydowns@somuchpressure.net>
7309             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7311         * gcc.c (handle_braces): Support escaping in switch matching
7312         text.
7313         * doc/invoke.texi (Spec Files): Document it.
7314         Remove superfluous @code markup in items.
7316 2017-05-03  David Malcolm  <dmalcolm@redhat.com>
7318         * diagnostic-show-locus.c (struct column_range): New struct.
7319         (get_affected_columns): New function.
7320         (get_printed_columns): New function.
7321         (struct correction): New struct.
7322         (correction::ensure_capacity): New function.
7323         (correction::ensure_terminated): New function.
7324         (struct line_corrections): New struct.
7325         (line_corrections::~line_corrections): New dtor.
7326         (line_corrections::add_hint): New function.
7327         (layout::print_trailing_fixits): Reimplement in terms of the new
7328         classes.
7329         (selftest::test_overlapped_fixit_printing): New function.
7330         (selftest::diagnostic_show_locus_c_tests): Call it.
7332 2017-05-03  Nathan Sidwell  <nathan@acm.org>
7334         Canonicalize canonical type hashing
7335         * tree.h (type_hash_canon_hash): Declare.
7336         * tree.c (type_hash_list, attribute_hash_list): Move into
7337         type_hash_canon_hash.
7338         (build_type_attribute_qual_variant): Break out hash code calc into
7339         type_hash_canon_hash.
7340         (type_hash_canon_hash): New.  Generic type hash computation.
7341         (build_range_type_1, build_array_type_1, build_function_type,
7342         build_method_type_directly, build_offset_type, build_complex_type,
7343         make_vector_type): Call it.
7345 2017-05-03  Richard Biener  <rguenther@suse.de>
7347         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
7348         When all DRs have unknown misaligned do not always peel
7349         when there is a store but apply the same costing model as if
7350         there were only loads.
7352 2017-05-03  Richard Biener  <rguenther@suse.de>
7354         Revert
7355         PR tree-optimization/80492
7356         * tree-ssa-alias.c (decl_refs_may_alias_p): Handle
7357         compare_base_decls returning dont-know properly.
7359 2017-05-03  Thomas Preud'homme  <thomas.preudhomme@arm.com>
7361         * config/arm/iterators.md (CCSI): New mode iterator.
7362         (arch): New mode attribute.
7363         * config/arm/sync.md (atomic_compare_and_swap<mode>_1): Rename into ...
7364         (atomic_compare_and_swap<CCSI:arch><NARROW:mode>_1): This and ...
7365         (atomic_compare_and_swap<CCSI:arch><SIDI:mode>_1): This.  Use CCSI
7366         code iterator for success result mode.
7367         * config/arm/arm.c (arm_expand_compare_and_swap): Adapt code to use
7368         the corresponding new insn generators.
7370 2017-05-03  Bin Cheng  <bin.cheng@arm.com>
7372         Revert r247509
7373         2017-05-02  Bin Cheng  <bin.cheng@arm.com>
7374         * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
7376 2017-05-03  Richard Sandiford  <richard.sandiford@linaro.org>
7378         * tree-data-ref.h (SUB_CONFLICTS_IN_A): Wrap SUB argument in brackets.
7379         (SUB_CONFLICTS_IN_B, SUB_LAST_CONFLICT, SUB_DISTANCE): Likewise.
7380         (DDR_A): Wrap DDR argument in brackets.
7381         (DDR_B, DDR_AFFINE_P, DDR_ARE_DEPENDENT, DDR_SUBSCRIPTS): Likewise.
7382         (DDR_LOOP_NEST, DDR_INNER_LOOP, DDR_SELF_REFERENCE): Likewise.
7383         (DDR_REVERSED_P): Likewise.
7385 2017-05-03  Jakub Jelinek  <jakub@redhat.com>
7387         PR tree-optimization/79472
7388         * tree-switch-conversion.c (struct switch_conv_info): Add
7389         contiguous_range and default_case_nonstandard fields.
7390         (collect_switch_conv_info): Compute contiguous_range and
7391         default_case_nonstandard fields, don't clear final_bb if
7392         contiguous_range and only the default case doesn't have the required
7393         structure.
7394         (check_all_empty_except_final): Set default_case_nonstandard instead
7395         of failing if contiguous_range and the default case doesn't have empty
7396         block.
7397         (check_final_bb): Add SWTCH argument, don't fail if contiguous_range
7398         and only the default case doesn't have the required constants.  Skip
7399         virtual phis.
7400         (gather_default_values): Skip virtual phis.  Allow non-NULL CASE_LOW
7401         if default_case_nonstandard.
7402         (build_constructors): Build constant 1 just once.  Assert that default
7403         values aren't inserted in between cases if contiguous_range.  Skip
7404         virtual phis.
7405         (build_arrays): Skip virtual phis.
7406         (prune_bbs): Add DEFAULT_BB argument, don't remove that bb.
7407         (fix_phi_nodes): Don't add e2f phi arg if default_case_nonstandard.
7408         Handle virtual phis.
7409         (gen_inbound_check): Handle default_case_nonstandard case.
7410         (process_switch): Adjust check_final_bb caller.  Call
7411         gather_default_values with the first non-default case instead of
7412         default case if default_case_nonstandard.
7414 2017-05-02  Nathan Sidwell  <nathan@acm.org>
7416         * ggc-page.c (move_ptes_to_front): Replace unsigned >0 with i--
7417         check.  Fix formatting.
7419 2017-05-02  Jan Hubicka  <hubicka@ucw.cz>
7421         * ipa-inline-analysis.c (estimate_node_size_and_time): Allow roundoff
7422         errors when comparing specialized and unspecialized times.
7424 2017-05-02  David Malcolm  <dmalcolm@redhat.com>
7426         * diagnostic-show-locus.c
7427         (layout::should_print_annotation_line_p): Make private.
7428         (layout::print_annotation_line): Make private.
7429         (layout::annotation_line_showed_range_p): Make private.
7430         (layout::show_ruler): Make private.
7431         (layout::print_source_line): Make private.  Pass in line and
7432         line_width, rather than calling location_get_source_line.  Drop
7433         returned value.
7434         (layout::print_leading_fixits): New method.
7435         (layout::print_any_fixits): Rename to...
7436         (layout::print_trailing_fixits): ...this, and make private.
7437         Don't print newline fixits.
7438         (diagnostic_show_locus): Move logic for printing one row into...
7439         (layout::print_line): ...this new function.  Move the
7440         location_get_source_line call and error-handling from
7441         print_source_line to here.  Call print_leading_fixits, and rename
7442         print_any_fixits to print_trailing_fixits.
7443         (selftest::test_fixit_insert_containing_newline): Update now that
7444         newlines are partially supported.
7445         (selftest::test_fixit_insert_containing_newline_2): New test.
7446         (selftest::test_fixit_replace_containing_newline): Update comments.
7447         (selftest::diagnostic_show_locus_c_tests): Call the new test.
7448         * edit-context.c (class added_line): New class.
7449         (class edited_line): Describe newline handling in comment.
7450         (edited_line::actually_edited_p): New method.
7451         (edited_line::print_content): Delete redundant decl.
7452         (edited_line::m_predecessors): New field.
7453         (edited_file::print_content): Call edited_line::print_content.
7454         (edited_file::print_diff): Update to support newlines.
7455         (edited_file::print_diff_hunk): Likewise.
7456         (edited_file::print_run_of_changed_lines): New function.
7457         (edited_file::print_diff_line): Convert to...
7458         (print_diff_line): ...this.
7459         (edited_file::get_effective_line_count): New function.
7460         (edited_line::edited_line): Initialize new field m_predecessors.
7461         (edited_line::~edited_line): Clean up m_predecessors.
7462         (edited_line::apply_fixit): Handle newlines.
7463         (edited_line::get_effective_line_count): New function.
7464         (edited_line::print_content): New function.
7465         (edited_line::print_diff_lines): New function.
7466         (selftest::test_applying_fixits_insert_containing_newline): New
7467         test.
7468         (selftest::test_applying_fixits_replace_containing_newline): New
7469         test.
7470         (selftest::insert_line): New function.
7471         (selftest::test_applying_fixits_multiple_lines): Add example of
7472         inserting a line.
7473         (selftest::edit_context_c_tests): Call the new tests.
7475 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
7477         * tree-ssa-loop-ivopts.c (get_scaled_computation_cost_at): Delete
7478         parameter cand.  Update dump information.
7479         (get_computation_cost): Update uses.
7481 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
7483         * tree-ssa-loop-ivopts.c (get_computation_aff_1): New.
7484         (get_computation_aff): Reorder parameters.  Use get_computation_aff_1.
7485         (get_computation_at, rewrite_use_address): Update use of
7486         get_computation_aff.
7488 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
7490         * tree-ssa-loop-ivopts.c (get_computation_at): Reorder parameters.
7491         (get_computation): Delete.
7492         (get_computation_cost): Implement like get_computation_cost_at.
7493         Use get_computation_at.
7494         (get_computation_cost_at): Delete.
7495         (rewrite_use_nonlinear_expr): Use get_computation_at.
7496         (rewrite_use_compare, remove_unused_ivs): Ditto.
7498 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
7500         * tree-ssa-loop-ivopts.c (rewrite_use_address): Simple refactor.
7502 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
7504         * tree-ssa-loop-ivopts.c (struct iv_ca): Rename n_regs to n_invs.
7505         (ivopts_global_cost_for_size): Rename parameter and update uses.
7506         (iv_ca_recount_cost): Update uses.
7507         (iv_ca_set_remove_invs, iv_ca_set_no_cp): Record invariants and
7508         candidates seperately in n_invs and n_cands.
7509         (iv_ca_set_add_invs, iv_ca_set_cp, iv_ca_new): Ditto.
7511 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
7513         * tree-ssa-loop-ivopts.c (struct walk_tree_data): New.
7514         (find_inv_vars_cb): New.
7515         (find_depends): Renamed to ...
7516         (find_inv_vars): ... this.
7517         (add_candidate_1, force_var_cost): Call find_inv_vars.
7518         (split_address_cost, determine_group_iv_cost_cond): Ditto.
7520 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
7522         * tree-ssa-loop-ivopts.c (struct cost_pair): Rename depends_on to
7523         inv_vars.  Add inv_exprs.
7524         (struct iv_cand): Rename depends_on to inv_vars.
7525         (struct ivopts_data): Rename max_inv_id/n_invariant_uses to
7526         max_inv_var_id/n_inv_var_uses.  Move max_inv_expr_id around.
7527         Refactor field used_inv_exprs from has_map to array n_inv_expr_uses.
7528         (dump_cand): Dump inv_vars.
7529         (tree_ssa_iv_optimize_init): Support inv_vars and inv_exprs.
7530         (record_invariant, find_depends, add_candidate_1): Ditto.
7531         (set_group_iv_cost, force_var_cost): Ditto.
7532         (split_address_cost, ptr_difference_cost, difference_cost): Ditto.
7533         (get_computation_cost_at, get_computation_cost): Ditto.
7534         (determine_group_iv_cost_generic): Ditto.
7535         (determine_group_iv_cost_address): Ditto.
7536         (determine_group_iv_cost_cond, autoinc_possible_for_pair): Ditto.
7537         (determine_group_iv_costs): Ditto.
7538         (iv_ca_recount_cost): Update call to ivopts_global_cost_for_size.
7539         (iv_ca_set_remove_invariants): Renamed to ...
7540         (iv_ca_set_remove_invs): ... this.  Support inv_vars and inv_exprs.
7541         (iv_ca_set_no_cp): Use iv_ca_set_remove_invs.
7542         (iv_ca_set_add_invariants):  Renamed to ...
7543         (iv_ca_set_add_invs): ... this.  Support inv_vars and inv_exprs.
7544         (iv_ca_set_cp): Use iv_ca_set_add_invs.
7545         (iv_ca_has_deps): Support inv_vars and inv_exprs.
7546         (iv_ca_new, iv_ca_free, iv_ca_dump, free_loop_data): Ditto.
7547         (create_new_ivs): Remove useless dump.
7549 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
7551         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Remove pseudo
7552         iv_cand code.
7553         (determine_group_iv_cost_cond, determine_iv_cost): Ditto.
7554         (iv_ca_set_no_cp, create_new_iv): Ditto.
7556 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
7558         * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
7560 2017-05-02  Xi Ruoyao  <ryxi@stu.xidian.edu.cn>
7562         * tree.h (EXPR_CILK_SPAWN): Use macro TREE_CHECK2 instead of
7563         function tree_check2.
7565 2017-05-02  Martin Liska  <mliska@suse.cz>
7567         * doc/gcov.texi: Add missing preposition.
7568         * gcov.c (function_info::function_info): Properly fill up
7569         all member variables.
7571 2017-05-02  Tamar Christina  <tamar.christina@arm.com>
7573         * expr.c (expand_expr_real_2): Re-cost if previous costs are the same.
7575 2017-05-02  Tamar Christina  <tamar.christina@arm.com>
7577         * simplify-rtx.c (simplify_binary_operation_1): Add LSHIFTRT case.
7579 2017-05-02  Martin Liska  <mliska@suse.cz>
7581         PR lto/77954.
7582         * lto-streamer-in.c (lto_read_tree_1): Remove
7583         LTO_STREAMER_DEBUG.
7584         * lto-streamer.c (struct tree_hash_entry): Likewise.
7585         (struct tree_entry_hasher): Likewise.
7586         (tree_entry_hasher::hash): Likewise.
7587         (tree_entry_hasher::equal): Likewise.
7588         (lto_streamer_init): Likewise.
7589         (lto_orig_address_map): Likewise.
7590         (lto_orig_address_get): Likewise.
7591         (lto_orig_address_remove): Likewise.
7592         * lto-streamer.h: Likewise.
7593         * tree-streamer-in.c (streamer_alloc_tree): Likewise.
7594         * tree-streamer-out.c (streamer_write_tree_header): Likewise.
7596 2017-05-02  Sebastian Peryt  <sebastian.peryt@intel.com>
7598         * config/i386/avx512fintrin.h (_mm_mask_add_round_sd)
7599         (_mm_maskz_add_round_sd, _mm_mask_add_round_ss)
7600         (mm_maskz_add_round_ss, _mm_mask_sub_round_sd)
7601         (mm_maskz_sub_round_sd, _mm_mask_sub_round_ss)
7602         (mm_maskz_sub_round_ss, _mm_mask_add_sd)
7603         (mm_maskz_add_sd, _mm_mask_add_ss, _mm_maskz_add_ss)
7604         (mm_mask_sub_sd, _mm_maskz_sub_sd, _mm_mask_sub_ss)
7605         (mm_maskz_sub_ss): New intrinsics.
7606         * config/i386/i386-builtin-types.def (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
7607         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): New function type aliases.
7608         * config/i386/i386-builtin.def (__builtin_ia32_addsd_mask_round)
7609         (__builtin_ia32_addss_mask_round, __builtin_ia32_subsd_mask_round)
7610         (__builtin_ia32_subss_mask_round): New builtins.
7611         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
7612         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
7613         * config/i386/sse.md (<sse>_vm<plusminus_insn><mode>3<round_name>):
7614         Renamed to ...
7615         (<sse>_vm<plusminus_insn><mode>3<mask_name><round_name>): ... this.
7616         (v<plusminus_mnemonic><ssescalarmodesuffix>\t{<round_op3>%2, %1, %0|%0, %1, %<iptr>2<round_op3>}):
7617         Changed to ...
7618         (v<plusminus_mnemonic><ssescalarmodesuffix>\t{<round_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}):
7619         ... this.
7621 2017-05-02  Martin Jambor  <mjambor@suse.cz>
7623         PR tree-optimization/78687
7624         * tree-sra.c (access): New field parent.
7625         (process_subtree_disqualification): New function.
7626         (disqualify_candidate): Call it.
7627         (build_accesses_from_assign): Reset write flag if creating an
7628         assighnment link.
7629         (build_access_subtree): Fill in parent field and also prpagate
7630         down grp_write flag.
7631         (create_artificial_child_access): New parameter set_grp_write, set
7632         grp_write to its value.
7633         (propagate_subaccesses_across_link): Also propagate grp_write flag
7634         values.
7635         (propagate_all_subaccesses): Push the closest parent back to work
7636         queue if add_access_to_work_queue returned true.
7638 2017-05-02  Richard Biener  <rguenther@suse.de>
7640         * common.opt (fstrict-overflow): Alias negative to fwrapv.
7641         * doc/invoke.texi (fstrict-overflow): Remove all traces of
7642         -fstrict-overflow documentation.
7643         * tree.h (TYPE_OVERFLOW_UNDEFINED): Do not test flag_strict_overflow.
7644         (POINTER_TYPE_OVERFLOW_UNDEFINED): Test !flag_wrapv instead of
7645         flag_strict_overflow.
7646         * ipa-inline.c (can_inline_edge_p): Do not test flag_strict_overflow.
7647         * lto-opts.c (lto_write_options): Do not stream it.
7648         * lto-wrapper.c (merge_and_complain): Do not handle it.
7649         * opts.c (default_options_table): Do not set -fstrict-overflow.
7650         (finish_options): Likewise do not clear it when sanitizing.
7651         * simplify-rtx.c (simplify_const_relational_operation): Do not
7652         test flag_strict_overflow.
7654 2017-05-02  Uros Bizjak  <ubizjak@gmail.com>
7656         * config/alpha/alpha.md (*add<mode>3_ieee): Merge to add<mode>3
7657         using enabled attribute.
7658         (*sub<mode>3_ieee): Merge to sub<mode>3 using enabled attribute.
7659         (*mul<mode>3_ieee): Merge to mul<mode>3 using enabled attribute.
7660         (*div<mode>3_ieee): Merge to div<mode>3 using enabled attribute.
7661         (*sqrt<mode>2_ieee): Merge to sqrt<mode>2 using enabled attribute.
7662         (*fix_truncdfdi_ieee): Merge to *fix_truncdfdi2 using enabled attribute.
7663         (*fix_truncsfdi_ieee): Merge to *fix_truncsfdi2 using enabled attribute.
7664         (*floatdisf_ieee): Merge to floatdisf2 using enabled attribute.
7665         (*floatdidf_ieee): Merge to floatdidf2 using enabled attribute.
7666         (*truncdfsf2_ieee): Merge to truncdfsf2 using enabled attribute.
7667         (*cmpdf_ieee): Merge to *cmpdf_internal using enabled attribute.
7669 2017-05-02  Uros Bizjak  <ubizjak@gmail.com>
7671         * config/i386/i386.c (ix86_code_end): Use {FIRST,LAST}_INT_REG.
7673 2017-05-02  Richard Biener  <rguenther@suse.de>
7675         PR tree-optimization/80591
7676         Revert
7677         2017-04-10  Richard Biener  <rguenther@suse.de>
7679         * tree-ssa-structalias.c (find_func_aliases): Properly handle
7680         asm inputs.
7682 2017-05-02  Richard Biener  <rguenther@suse.de>
7684         PR tree-optimization/80549
7685         * tree-cfgcleanup.c (mfb_keep_latches): New helper.
7686         (cleanup_tree_cfg_noloop): Create forwarders to known loop
7687         headers if they do not have a preheader.
7689 2017-05-02  Martin Liska  <mliska@suse.cz>
7691         PR other/80589
7692         * common.opt: Fix typo.
7693         * doc/invoke.texi: Likewise.
7695 2017-05-01  Jan Beulich  <jbeulich@suse.com>
7697         * config/i386/sse.md (xop_vpermil2<mode>3): Do not allow operand
7698         swapping, add (x,x,m,x,n) alternative.
7700 2017-05-01  Nathan Sidwell  <nathan@acm.org>
7702         * calls.c (combine_pending_stack_adjustment_and_call): Remove
7703         unnecessary unadjusted_alignment check.
7705 2017-05-01  Xi Ruoyao  <ryxi@stu.xidian.edu.cn>
7707         PR c++/80038
7708         * cilk_common.c (expand_builtin_cilk_detach): Move pedigree
7709         operations here.
7710         * gimplify.c (gimplify_cilk_detach): New function.
7711         (gimplify_call_expr, gimplify_modify_expr): Call it as needed.
7712         * tree-core.h: Document EXPR_CILK_SPAWN.
7713         * tree.h (EXPR_CILK_SPAWN): Define.
7715 2017-05-01  David Malcolm  <dmalcolm@redhat.com>
7717         * diagnostic-show-locus.c (layout::get_expanded_location): Rewrite
7718         to use new fixit_hint representation, using the "replace" logic.
7719         (get_line_span_for_fixit_hint): Likewise.
7720         (layout::print_any_fixits): Likewise.
7721         (selftest::test_one_liner_many_fixits): Rename to...
7722         (selftest::test_one_liner_many_fixits_1): ...this, and update
7723         comment and expected output to reflect that the multiple fix-it
7724         hints are now consolidated into one insertion.
7725         (selftest::test_one_liner_many_fixits_2): New test.
7726         (selftest::test_diagnostic_show_locus_one_liner): Update for
7727         above.
7728         (selftest::test_fixit_consolidation): Update for fix-it API
7729         change.
7730         * diagnostic.c (print_parseable_fixits): Likewise.
7731         * edit-context.c (edited_line::m_line_events): Convert from
7732         auto_vec <line_event *> to auto_vec <line_event>.
7733         (class line_event): Convert from abstract base class to a concrete
7734         class, taking over the role of replace_event.
7735         (class insert_event): Delete.
7736         (class replace_event): Rename to class line_event.  Convert to
7737         half-open range.
7738         (edit_context::add_fixits): Reimplement.
7739         (edit_context::apply_insert): Delete.
7740         (edit_context::apply_replace): Rename to...
7741         (edit_context::apply_fixit): ...this.  Convert to half-open range.
7742         (edited_file::apply_insert): Delete.
7743         (edited_file::apply_replace): Rename to...
7744         (edited_file::apply_fixit): ...this.
7745         (edited_line::~edited_line): Drop deletion of events.
7746         (edited_line::apply_insert): Delete.
7747         (edited_line::apply_replace): Rename to...
7748         (edited_line::apply_fixit): ...this.  Convert to half-open range.
7749         Update for change to type of m_line_events.
7750         * edit-context.h (edit_context::apply_insert): Delete.
7751         (edit_context::apply_replace): Rename to...
7752         (edit_context::apply_fixit): ...this.
7754 2017-05-01  Martin Sebor  <msebor@redhat.com>
7756         * gimple-ssa-sprintf.c (format_integer): Set knownrange when it's
7757         known.
7759 2017-05-01  Uros Bizjak  <ubizjak@gmail.com>
7761         PR target/68491
7762         * config/i386/cpuid.h (__get_cpuid): Always return 0 when
7763         __get_cpuid_max returns 0.
7764         (__get_cpuid_count): Ditto.
7766 2017-05-01  Eric Botcazou  <ebotcazou@adacore.com>
7768         * tree.c (substitute_in_expr) <tcc_vl_exp>: Also inline a call if the
7769         replacement expression is another instance of one of its arguments.
7771 2017-05-01  Jakub Jelinek  <jakub@redhat.com>
7773         PR target/79430
7774         * rtlanal.c (reg_set_p): If reg is a stack_pointer_rtx, also
7775         check for stack push/pop autoinc.
7776         * config/i386/i386.c (ix86_agi_dependent): Return false
7777         if the only reason why modified_in_p returned true is that
7778         addr is SP based and set_insn is a push or pop.
7780 2017-04-29  Jan Hubicka  <hubicka@ucw.cz>
7782         * ipa-inline.c (compute_inlined_call_time): Remove now unnecesary
7783         overflow check.
7785 2017-04-29  Jan Hubicka  <hubicka@ucw.cz>
7787         PR ipa/79224
7788         * ipa-inline-analysis.c (dump_predicate): Add optional parameter NL.
7789         (account_size_time): Use two predicates - exec_pred and
7790         nonconst_pred_ptr.
7791         (evaluate_conditions_for_known_args): Compute both clause and
7792         nonspec_clause.
7793         (evaluate_properties_for_edge): Evaulate both clause and nonspec_clause.
7794         (inline_summary_t::duplicate): Update.
7795         (estimate_function_body_sizes): Caluculate exec and nonconst predicates
7796         separately.
7797         (compute_inline_parameters): Likewise.
7798         (estimate_edge_size_and_time): Update caluclation of time.
7799         (estimate_node_size_and_time): Compute both time and nonspecialized
7800         time.
7801         (estimate_ipcp_clone_size_and_time): Update.
7802         (inline_merge_summary): Update.
7803         (do_estimate_edge_time): Update.
7804         (do_estimate_edge_size): Update.
7805         (do_estimate_edge_hints): Update.
7806         (inline_read_section, inline_write_summary): Stream both new predicates.
7807         * ipa-inline.c (compute_uninlined_call_time): Take uninlined_call_time
7808         as argument.
7809         (compute_inlined_call_time): Cleanup.
7810         (big_speedup_p): Update.
7811         (edge_badness): Update.
7812         * ipa-inline.h (INLINE_TIME_SCALE): Remove.
7813         (size_time_entry): Replace predicate by exec_predicate and
7814         nonconst_predicate.
7815         (edge_growth_cache_entry): Cache both time nad nonspecialized time.
7816         (estimate_edge_time): Return also nonspec_time.
7817         (reset_edge_growth_cache): Update.
7819 2017-04-29  Jakub Jelinek  <jakub@redhat.com>
7821         PR rtl-optimization/80491
7822         * ifcvt.c (noce_process_if_block): When looking for x setter
7823         with missing else_bb, don't check only the insn right before
7824         cond_earliest, but look for the last insn that x is modified in
7825         within the same bb.
7827         PR rtl-optimization/80491
7828         * alias.c (memory_modified_in_insn_p): Return true for CALL_INSNs.
7830 2017-04-29  Marc Glisse  <marc.glisse@inria.fr>
7832         PR tree-optimization/80487
7833         * tree-ssa-alias.c (stmt_kills_ref_p): Handle stpncpy and strncpy.
7835 2017-04-29  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
7837         PR tree-optimization/79697
7838         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Check if callee
7839         is BUILT_IN_STRDUP, BUILT_IN_STRNDUP, BUILT_IN_REALLOC.
7840         (propagate_necessity): Check if def_callee is BUILT_IN_STRDUP or
7841         BUILT_IN_STRNDUP.
7842         * gimple-fold.c (gimple_fold_builtin_realloc): New function.
7843         (gimple_fold_builtin): Call gimple_fold_builtin_realloc.
7845 2017-04-28  Martin Sebor  <msebor@redhat.com>
7847         PR tree-optimization/80523
7848         * gimple-ssa-sprintf.c (target_to_host_charmap): New global variable.
7849         (init_target_to_host_charmap, target_to_host, target_strtol10): New
7850         functions.
7851         (maybe_warn, format_directive, parse_directive): Use new functions.
7852         (pass_sprintf_length::execute): Call init_target_to_host_charmap.
7854 2017-04-28  Marc Glisse  <marc.glisse@inria.fr>
7856         * match.pd (X+Z OP Y+Z, X-Z OP Y-Z, Z-X OP Z-Y): New transformations.
7858 2017-04-28  Bernd Edlinger  <bernd.edlinger@hotmail.de>
7860         * configure.ac (SYSTEM_HEADER_DIR, BUILD_SYSTEM_HEADER_DIR,
7861         target_header_dir): Set correctly.
7862         * configure: Regenerated.
7863         * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
7864         (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
7865         instead of SYSTEM_HEADER_DIR.
7867 2017-04-28  Jan Hubicka  <hubicka@ucw.cz>
7869         * ipa-cp.c (perform_estimation_of_a_value): Turn time to sreal.
7870         (estimate_local_effects): Likewise.
7871         * ipa-inline.c (compute_inlined_call_time, want_inline_small_function_p,
7872         edge_badness, inline_small_functions, dump_overall_stats): LIkewise.
7873         * ipa-inline.h (edge_growth_cache_entry, estimate_time_after_inlining,
7874         estimate_ipcp_clone_size_and_time, do_estimate_edge_time,
7875         do_estimate_edge_time, estimate_edge_time): Likewise.
7876         * ipa-inline-analysis.c (estimate_node_size_and_time,
7877         estimate_ipcp_clone_size_and_time, do_estimate_edge_time): Likewise.
7878         (estimate_time_after_inlining): Remove.
7880 2017-04-28  Martin Liska  <mliska@suse.cz>
7882         * doc/gcov.texi: Enhance documentation of gcov.
7884 2017-04-28  Martin Liska  <mliska@suse.cz>
7886         * doc/gcov.texi: Sort options in alphabetic order.
7887         * doc/gcov-dump.texi: Likewise.
7888         * doc/gcov-tool.texi: Likewise.
7889         * gcov.c (print_usage): Likewise.
7890         * gcov-dump.c (print_usage): Likewise.
7891         * gcov-tool.c (print_merge_usage_message): Likewise.
7892         (print_rewrite_usage_message): Likewise.
7893         (print_overlap_usage_message): Likewise.
7895 2017-04-28  Martin Liska  <mliska@suse.cz>
7897         PR gcov-profile/53915
7898         * gcov.c (format_gcov): Print 'NAN %' when top > bottom.
7900 2017-04-28  Martin Liska  <mliska@suse.cz>
7902         PR gcov-profile/79891
7903         * gcov.c (add_line_counts): Assign BBs to lines just if the BB
7904         is marked by compiler as living on a line.
7905         (get_cycles_count): Remove usage of the union.
7906         (output_intermediate_file): Likewise.
7907         (find_source): Fix GNU coding style.
7908         (accumulate_line_counts): Remove old non-all block mode.
7909         (output_lines): Remove usage of the union.
7910         * profile.c (output_location): Include all BBs, even if
7911         belonging to a same line (and file) as a previous BB.
7913 2017-04-28  Martin Liska  <mliska@suse.cz>
7915         * gcov.c (process_args): Handle new argument 'w'.
7916         (read_graph_file): Assign ID to BBs.
7917         (output_branch_count): Display BB # if verbose flag is set.
7918         (output_lines): Likewise for arcs.
7919         (print_usage): Add '--verbose' option help.
7920         * doc/gcov.texi: Document --verbose (-w) option.
7922 2017-04-28  Martin Liska  <mliska@suse.cz>
7924         * gcov.c (struct block_location_info): New struct.
7925         (process_file): Fill up the new structure.
7926         (read_graph_file): Replace usage of encoding by the newly added
7927         struct.
7928         (add_line_counts): Likewise.
7929         (accumulate_line_counts): Remove usage of the union.
7930         (function_info::function_info): New function.
7931         (function_info::~function_info): Likewise.
7932         (process_file): Call delete instead of release_function.
7933         (release_function): Release the function.
7934         (release_structures): Call delete instead of release_function.
7935         (solve_flow_graph): Replace usage of num_blocks.
7936         (find_exception_blocks): Likewise.
7937         (output_lines): Fix GNU coding style.
7939 2017-04-28  Martin Liska  <mliska@suse.cz>
7941         PR driver/56469
7942         * coverage.c (coverage_remove_note_file): New function.
7943         * coverage.h: Declare the function.
7944         * toplev.c (finalize): Clean if an error has been seen.
7946 2017-04-28  Martin Liska  <mliska@suse.cz>
7948         PR gcov-profile/80031
7949         * gcov-dump.c (tag_blocks): Just print number of basic blocks.
7950         * gcov-io.h (GCOV_TAG_BLOCKS_NUM): Remove unused macro.
7951         * gcov.c (read_graph_file): Read just number of blocks.
7952         * profile.c (branch_prob): Do not stream 0 flags per a basic
7953         block.
7955 2017-04-28  Martin Liska  <mliska@suse.cz>
7957         * gcov-dump.c (tag_*): Add new argument to declarations.
7958         (dump_gcov_file): Likewise.
7959         (tag_blocks): Add and use new argument depth.
7960         (tag_arcs): Likewise.
7961         (tag_lines): Likewise.
7962         (tag_counters): Likewise.
7963         (tag_summary): Likewise.
7964         (dump_working_sets): Use depth to do a proper indentation.
7966 2017-04-28  Jakub Jelinek  <jakub@redhat.com>
7968         PR bootstrap/80531
7969         * cgraph.h (symtab_node::debug_symtab): No longer inline.
7970         * symtab.c (symtab_node::debug_symtab): Move definition here.
7972 2017-04-28  Richard Biener  <rguenther@suse.de>
7974         * lto-streamer.h (LTO_major_version): Bump to 7.
7976 2017-04-28  Richard Biener  <rguenther@suse.de>
7978         * tree-vrp.c (assert_info): New struct.
7979         (add_assert_info): New helper.
7980         (register_edge_assert_for_2): Refactor to add asserts to a vector
7981         of assert_info.
7982         (register_edge_assert_for_1): Likewise.
7983         (register_edge_assert_for): Likewise.
7984         (finish_register_edge_assert_for): New helper actually registering
7985         asserts where live on edge.
7986         (find_conditional_asserts): Adjust.
7987         (find_switch_asserts): Likewise.
7988         (evrp_dom_walker::try_find_new_range): Generalize.
7989         (evrp_dom_walker::before_dom_children): Use register_edge_assert_for.
7991 2017-04-27  Marek Polacek  <polacek@redhat.com>
7993         PR sanitizer/80349
7994         * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Convert
7995         arg10 and arg11 to itype.
7997 2017-04-27  Jonathan Wakely  <jwakely@redhat.com>
7999         * doc/extend.texi (Object Size Checking): Improve grammar.
8001 2017-04-27  Richard Earnshaw  <rearnsha@arm.com>
8003         PR target/80530
8004         * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Ensure
8005         that the logic for permitting reciprocal estimates matches that
8006         in use_rsqrt_p.
8008 2017-04-27  Jakub Jelinek  <jakub@redhat.com>
8010         PR c++/80534
8011         * tree.c (type_cache_hasher::equal): Only compare
8012         TYPE_TYPELESS_STORAGE flag on non-aggregate element types.
8013         (build_array_type_1): Only hash TYPE_TYPELESS_STORAGE flag on
8014         non-aggregate element types.
8015         * tree.h (TYPE_TYPELESS_STORAGE): Fix comment typo, add more details
8016         about the flag on ARRAY_TYPEs in the comment, formatting fix.
8018 2017-04-27  Richard Biener  <rguenther@suse.de>
8020         PR middle-end/80533
8021         * emit-rtl.c (set_mem_attributes_minus_bitpos): When
8022         stripping ARRAY_REFs from MEM_EXPR make sure we're not
8023         keeping a reference to a trailing array.
8025 2017-04-27  Richard Biener  <rguenther@suse.de>
8027         PR middle-end/80539
8028         * tree-chrec.c (chrec_fold_plus_poly_poly): Deal with not
8029         being in loop-closed SSA form conservatively.
8030         (chrec_fold_multiply_poly_poly): Likewise.
8032 2017-04-27  Tamar Christina  <tamar.christina@arm.com>
8034         PR middle-end/79665
8035         * expr.c (expand_expr_real_2): Move TRUNC_MOD_EXPR, FLOOR_MOD_EXPR,
8036         CEIL_MOD_EXPR, ROUND_MOD_EXPR cases.
8038 2017-04-27  Jakub Jelinek  <jakub@redhat.com>
8040         PR target/77728
8041         * config/aarch64/aarch64.c (struct aarch64_fn_arg_alignment): Remove.
8042         (aarch64_function_arg_alignment): Return unsigned int again, but still
8043         ignore TYPE_FIELDS chain decls other than FIELD_DECLs.
8044         (aarch64_layout_arg): Adjust aarch64_function_arg_alignment caller.
8045         Don't emit -Wpsabi note.
8046         (aarch64_function_arg_boundary): Likewise.
8047         (aarch64_gimplify_va_arg_expr): Adjust aarch64_function_arg_alignment
8048         caller.
8050 2017-04-26  Nathan Sidwell  <nathan@acm.org>
8052         * tree.h (crc32_unsigned_n): Declare.
8053         (crc32_unsigned, crc32_unsigned): Make inline.
8054         * tree.c (crc32_unsigned_bits): Replace with ...
8055         (crc32_unsigned_n): ... this.
8056         (crc32_unsigned, crc32_byte): Remove.
8057         (crc32_string): Remove unnecessary braces.
8059 2017-04-25  Jan Hubicka  <hubicka@ucw.cz>
8061         * ipa-cp.c (estimate_local_effects): Convert sreal to int.
8062         * ipa-inline-analysis.c (MAX_TIME): Remove.
8063         (account_size_time): Use sreal for time.
8064         (dump_inline_summary): Update.
8065         (estimate_function_body_sizes): Update.
8066         (estimate_edge_size_and_time): Update.
8067         (estimate_calls_size_and_time): Update.
8068         (estimate_node_size_and_time): Update.
8069         (inline_merge_summary): Update.
8070         (inline_update_overall_summary): Update.
8071         (estimate_time_after_inlining): Update.
8072         (inline_read_section): Update.
8073         (inline_write_summary): Update.
8074         * ipa-inline.c (compute_uninlined_call_time): Update.
8075         (compute_inlined_call_time): Update.
8076         (recursive_inlining): Update.
8077         (inline_small_functions): Update.
8078         (dump_overall_stats): Update.
8079         * ipa-inline.h: Include sreal.h.
8080         (size_time_entry): Turn time to sreal.
8081         (inline_summary): Turn self_time nad time to sreal.
8083 2017-04-25  Jan Hubicka  <hubicka@ucw.cz>
8085         * sreal.c: Include backend.h, tree.h, gimple.h, cgraph.h and
8086         data-streamer.h
8087         (sreal::stream_out, sreal::stream_in): New.
8088         * sreal.h (sreal::stream_out, sreal::stream_in): Declare.
8090 2017-04-25  Jakub Jelinek  <jakub@redhat.com>
8092         * Makefile.in (s-options): Invoke opt-gather.awk with LC_ALL=C in the
8093         environment.
8095 2017-04-25  Uros Bizjak  <ubizjak@gmail.com>
8097         PR target/70799
8098         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p):
8099         Handle ASHIFTRT.
8100         (dimode_scalar_chain::compute_convert_gain): Ditto.
8101         (dimode_scalar_chain::make_vector_copies): Ditto.
8102         (dimode_scalar_chain::convert_reg): Ditto.
8103         (dimode_scalar_chain::convert_insn): Ditto.
8104         * config/i386/sse.md (VI24_AVX512BW_1): Remove mode iterator.
8105         (VI248_AVX512BW_1): New mode iterator.
8106         (<mask_codefor>ashr<mode>3<mask_name>): Merge insn pattern with
8107         <mask_codefor>ashrv2di3<mask_name> insn using VI248_AVX512BW_1
8108         mode iterator.
8110 2017-04-25  Martin Sebor  <msebor@redhat.com>
8112         PR tree-optimization/80497
8113         * gimple-ssa-sprintf.c (get_int_range): Avoid assuming all integer
8114         constants are representable in HOST_WIDE_INT.
8115         (parse_directive): Ditto.
8117 2017-04-25  Martin Sebor  <msebor@redhat.com>
8119         PR bootstrap/80486
8120         * dominance.c (dom_info::m_n_basic_blocks): Change type to unsigned.
8121         (new_zero_array): Adjust signature.
8122         (dom_info::dom_init): Used unsigned rather that size_t.
8123         (dom_info::dom_info): Same.
8125 2017-04-25  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
8126             Jakub Jelinek  <jakub@redhat.com>
8128         PR target/77728
8129         * config/arm/arm.c: Include gimple.h.
8130         (aapcs_layout_arg): Emit -Wpsabi note if arm_needs_doubleword_align
8131         returns negative, increment ncrn only if it returned positive.
8132         (arm_needs_doubleword_align): Return int instead of bool,
8133         ignore DECL_ALIGN of non-FIELD_DECL TYPE_FIELDS chain
8134         members, but if there is any such non-FIELD_DECL
8135         > PARM_BOUNDARY aligned decl, return -1 instead of false.
8136         (arm_function_arg): Emit -Wpsabi note if arm_needs_doubleword_align
8137         returns negative, increment nregs only if it returned positive.
8138         (arm_setup_incoming_varargs): Likewise.
8139         (arm_function_arg_boundary): Emit -Wpsabi note if
8140         arm_needs_doubleword_align returns negative, return
8141         DOUBLEWORD_ALIGNMENT only if it returned positive.
8143 2017-04-25  Marek Polacek  <polacek@redhat.com>
8145         PR sanitizer/80349
8146         * fold-const.c (fold_binary_loc) <case BIT_IOR_EXPR>: Convert arg0's
8147         first argument to type.
8149 2017-04-25  Bill Seurer  <seurer@linux.vnet.ibm.com>
8151         PR target/80482
8152         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Change
8153         type checks to test for compatibility instead of equality.
8155 2017-04-25  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
8156             Jakub Jelinek  <jakub@redhat.com>
8158         PR target/77728
8159         * config/aarch64/aarch64.c (struct aarch64_fn_arg_alignment): New
8160         type.
8161         (aarch64_function_arg_alignment): Return aarch64_fn_arg_alignment
8162         struct.  Ignore DECL_ALIGN of decls other than FIELD_DECL for
8163         the alignment computation, but return their maximum in warn_alignment.
8164         (aarch64_layout_arg): Adjust aarch64_function_arg_alignment caller.
8165         Emit a -Wpsabi note if warn_alignment is 16 bytes, but alignment
8166         is smaller.
8167         (aarch64_function_arg_boundary): Likewise.  Simplify using MIN/MAX.
8168         (aarch64_gimplify_va_arg_expr): Adjust aarch64_function_arg_alignment
8169         caller.
8171 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
8173         * config/arc/simdext.md (dmpyh): Fix typo.
8175 2017-04-25  Richard Biener  <rguenther@suse.de>
8177         PR tree-optimization/80492
8178         * alias.c (compare_base_decls): Handle registers with asm
8179         specification conservatively.
8180         * tree-ssa-alias.c (decl_refs_may_alias_p): Handle
8181         compare_base_decls returning dont-know properly.
8183 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
8185         * config/arc/arc.c (LEGITIMATE_OFFSET_ADDRESS_P): Delete macro.
8186         (legitimate_offset_address_p): New function.
8187         (arc_legitimate_address_p): Use above function.
8189 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
8191         * config/arc/arc.c (arc_output_mi_thunk): Emit PIC calls.
8193 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
8195         * config/arc/arc.c (arc_conditional_register_usage): Use ACCL,
8196         ACCH registers whenever they are available.
8198 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
8200         * config/arc/arc.c (arc_conditional_register_usage): Make D0, D1
8201         double regs fix when not used.
8203 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
8205         * config/arc/arc.h (REGNO_OK_FOR_BASE_P): Consider also extension
8206         core registers.
8207         (REG_OK_FOR_INDEX_P_NONSTRICT): Likewise.
8208         (REG_OK_FOR_BASE_P_NONSTRICT): Likewise.
8210 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
8212         * config/arc/arc.c (arc_output_addsi): Check for h-register class
8213         when emitting short ADD instructions.
8215 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
8217         * config/arc/arc.md (cmpsi_cc_insn_mixed): Use 'h' register
8218         constraint.
8219         (cmpsi_cc_c_insn): Likewise.
8220         (cbranchsi4_scratch): Compute proper instruction length using
8221         compact_hreg_operand.
8222         * config/arc/predicates.md (compact_hreg_operand): New predicate.
8224 2017-04-25  Richard Biener  <rguenther@suse.de>
8226         PR middle-end/80509
8227         * passes.c (pass_manager::pass_manager): Initialize
8228         m_name_to_pass_map.
8230 2017-04-25  Richard Biener  <rguenther@suse.de>
8232         PR tree-optimization/79201
8233         * tree-ssa-sink.c (statement_sink_location): Handle calls.
8235 2017-04-25  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
8237         PR target/80464
8238         * config/s390/vector.md: Split MEM->GPR vector moves for
8239         non-s_operand addresses.
8241 2017-04-25  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
8243         PR target/79895
8244         * config/s390/predicates.md (reload_const_wide_int_operand): New
8245         predicate.
8246         * config/s390/s390.md ("movti"): Remove d/P alternative.
8247         ("movti_bigconst"): New pattern definition.
8249 2017-04-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
8251         PR target/80080
8252         * s390-protos.h (s390_expand_cs_hqi): Removed.
8253         (s390_expand_cs, s390_expand_atomic_exchange_tdsi): New prototypes.
8254         * config/s390/s390.c (s390_emit_compare_and_swap): Handle all integer
8255         modes as well as CCZ1mode and CCZmode.
8256         (s390_expand_atomic_exchange_tdsi, s390_expand_atomic): Adapt to new
8257         signature of s390_emit_compare_and_swap.
8258         (s390_expand_cs_hqi): Likewise, make static.
8259         (s390_expand_cs_tdsi): Generate an explicit compare before trying
8260         compare-and-swap, in some cases.
8261         (s390_expand_cs): Wrapper function.
8262         (s390_expand_atomic_exchange_tdsi): New backend specific expander for
8263         atomic_exchange.
8264         (s390_match_ccmode_set): Allow CCZmode <-> CCZ1 mode.
8265         * config/s390/s390.md ("atomic_compare_and_swap<mode>"): Merge the
8266         patterns for small and large integers.  Forbid symref memory operands.
8267         Move expander to s390.c.  Require cc register.
8268         ("atomic_compare_and_swap<DGPR:mode><CCZZ1:mode>_internal")
8269         ("*atomic_compare_and_swap<TDI:mode><CCZZ1:mode>_1")
8270         ("*atomic_compare_and_swapdi<CCZZ1:mode>_2")
8271         ("*atomic_compare_and_swapsi<CCZZ1:mode>_3"): Use s_operand to forbid
8272         symref memory operands.  Remove CC mode and call s390_match_ccmode
8273         instead.
8274         ("atomic_exchange<mode>"): Allow and implement all integer modes.
8276 2017-04-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
8278         * config/s390/s390.md (define_peephole2): New peephole to help
8279         combining the load-and-test pattern with volatile memory.
8281 2017-04-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
8283         * config/s390/s390.md ("cstorecc4"): Use load-on-condition and deal
8284         with CCZmode for TARGET_Z196.
8286 2017-04-25  Jakub Jelinek  <jakub@redhat.com>
8288         PR rtl-optimization/80501
8289         * combine.c (make_compound_operation_int): Set subreg_code to SET
8290         even for AND with mask of the sign bit of mode.
8292         PR rtl-optimization/80500
8293         * loop-unroll.c (combine_var_copies_in_loop_exit): Call copy_rtx on
8294         sum's initial value.
8296 2017-04-25  Julian Brown  <julian@codesourcery.com>
8297             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
8299         * config/aarch64/thunderx2t99.md (thunderx2t99_crc): New Reservation.
8301 2017-04-25  Marc Glisse  <marc.glisse@inria.fr>
8303         * fold-const.c (tree_single_nonzero_warnv_p): Handle SSA_NAME.
8305 2017-04-25  Julian Brown  <julian@codesourcery.com>
8306             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
8308         * config/aarch64/thunderx2t99.md (thunderx2t99_aes): New Reservation.
8309         (thunderx2t99_sha): New Reservation.
8311 2017-04-25  Julian Brown  <julian@codesourcery.com>
8312             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
8314         * config/aarch64/aarch64-simd.md (aarch64_simd_vec_set<mode>): Fix
8315         type for 1-element load.
8317 2017-04-24  Marc Glisse  <marc.glisse@inria.fr>
8319         * match.pd (X/[ex]C CMP Y/[ex]C): New transformation.
8321 2017-04-24  Martin Jambor  <mjambor@suse.cz>
8323         PR tree-optimization/80293
8324         * tree-sra.c (scalarizable_type_p): New parameter const_decl, make
8325         char arrays not totally scalarizable if it is false.
8326         (analyze_all_variable_accesses): Pass correct value in the new
8327         parameter.  Add a statistics counter.
8329 2017-04-24  Jan Hubicka  <hubicka@ucw.cz>
8331         PR middle-end/79931
8332         * ipa-devirt.c (dump_possible_polymorphic_call_targets): Fix ICE.
8334 2017-04-24  Richard Biener  <rguenther@suse.de>
8336         PR tree-optimization/80494
8337         * tree-scalar-evolution.c (analyze_scalar_evolution_1): Bail
8338         out for complex types.
8340 2017-04-24  Richard Biener  <rguenther@suse.de>
8342         * tree-ssa-sccvn.h (run_scc_vn): Adjust prototype.
8343         * tree-ssa-sccvn.c (print_scc): Print SCC size.
8344         (extract_and_process_scc_for_name): Never fail but drop SCC to varying.
8345         (DFS): Adjust and never fail.
8346         (sccvn_dom_walker::fail): Remove.
8347         (sccvn_dom_walker::before_dom_children): Adjust.
8348         (run_scc_vn): Likewise and never fail.
8349         * tree-ssa-pre.c (pass_pre::execute): Adjust.
8350         (pass_fre::execute): Likewise.
8352 2017-04-24  Richard Biener  <rguenther@suse.de>
8354         PR tree-optimization/79725
8355         * tree-ssa-sink.c (statement_sink_location): Return whether
8356         failure reason was zero uses.  Move that check later.
8357         (sink_code_in_bb): Deal with zero uses by removing the stmt
8358         if possible.
8360 2017-04-24  Richard Biener  <rguenther@suse.de>
8362         PR c++/2972
8363         * tree-ssa-uninit.c (warn_uninitialized_vars): Handle some
8364         pointer-based references.
8366 2017-04-24  Richard Biener  <rguenther@suse.de>
8368         PR bootstrap/79814
8369         * pass_manager.h (pass_manager::operator new): Remove.
8370         (pass_manager::operator delete): Likewise.
8371         * passes.c (pass_manager::operator new): Remove.
8372         (pass_manager::operator delete): Likewise.
8373         (pass_manager::pass_manager): Zero individual pass members.
8375 2017-04-23  Uros Bizjak  <ubizjak@gmail.com>
8377         PR target/70799
8378         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p)
8379         <case ASHIFT, case LSHIFTRT>: Also consider variable shifts.
8380         Check "XEXP (src, 1)" operand here.
8381         <case PLUS, case MINUS, case IOR, case XOR, case AND>:
8382         Check "XEXP (src, 1)" operand here.
8383         (dimode_scalar_chain::make_vector_copies): Detect count register
8384         of a shift instruction.  Zero extend count register from QImode
8385         to DImode to satisfy vector shift pattern count operand predicate.
8386         Substitute vector shift count operand with a DImode copy.
8387         (dimode_scalar_chain::convert_reg): Ditto, zero-extend from
8388         vector register.
8390 2017-04-21  Uros Bizjak  <ubizjak@gmail.com>
8392         * config/i386/i386.md (*extzvqi_mem_rex64): Move above *extzv<mode>.
8393         Remove UNSPEC_NOREX_MEM tag.  Update corresponding peephole2 pattern.
8394         (*insvqi_1_mem_rex64): Move above insv<mode>_1.  Remove
8395         UNSPEC_NOREX_MEM tag.  Update corresponding peephole2 pattern.
8396         (UNSPEC_NOREX_MEM): Remove definition.
8398 2017-04-21  Richard Biener  <rguenther@suse.de>
8400         PR tree-optimization/79547
8401         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
8402         Handle strlen, strcmp, strncmp, strcasecmp, strncasecmp, memcmp,
8403         bcmp, strspn, strcspn, __builtin_object_size and __builtin_constant_p
8404         without any constraints.
8406 2017-04-21  Richard Biener  <rguenther@suse.de>
8408         PR tree-optimization/78847
8409         * fold-const.c (split_tree): Handle POINTER_PLUS_EXPR.
8411 2017-04-21  Richard Biener  <rguenther@suse.de>
8413         * tree.h (build_qualified_type): Annotate with CXX_MEM_STAT_INFO.
8414         (build_distinct_type_copy): Likewise.
8415         (build_variant_type_copy): Likewise.
8416         * tree.c (build_qualified_type): Pass down mem-stat info.
8417         (build_distinct_type_copy): Likewise.
8418         (build_variant_type_copy): Likewise.
8420 2017-04-21  Richard Biener  <rguenther@suse.de>
8422         PR tree-optimization/80237
8423         * tree-ssa-pre.c (find_leader_in_sets): Add third set argument,
8424         defaulted to NULL.
8425         (phi_translate_1): Also allow a leader in AVAIL_OUT of pred
8426         for a simplified result.
8428 2016-04-21  Richard Biener  <rguenther@suse.de>
8430         * tree-ssa-loop-ivcanon.c (constant_after_peeling): Do not require
8431         sth as strict as a simple_iv but a chrec without symbols and an
8432         operand defined in the loop we are peeling (and not some subloop).
8433         (propagate_constants_for_unrolling): Propagate all constants.
8435 2017-04-20  Uros Bizjak  <ubizjak@gmail.com>
8437         PR target/79804
8438         * config/i386/i386.c (print_reg): Remove assert for disalowed
8439         regno values, call output_operand_lossage instead.
8441 2017-04-20  Uros Bizjak  <ubizjak@gmail.com>
8443         PR target/78090
8444         * config/i386/constraints.md (Yc): New register constraint.
8445         * config/i386/i386.md (*float<SWI48:mode><MODEF:mode>2_mixed):
8446         Use Yc constraint for alternative 2 of operand 0.  Remove
8447         preferred_for_speed attribute.
8449 2017-04-20  Alexander Monakov  <amonakov@ispras.ru>
8451         * omp-low.c (lower_lastprivate_clauses): Correct handling of linear and
8452         lastprivate clauses in SIMT case.
8454 2017-04-20  Volker Reichelt  <v.reichelt@netcologne.de>
8456         * doc/invoke.texi (-Wextra-semi): Document new warning option.
8458 2017-04-20  Richard Biener  <rguenther@suse.de>
8460         PR tree-optimization/57796
8461         * tree-vect-stmts.c (vect_model_store_cost): Cost scatters
8462         as N scalar stores.
8463         (vect_model_load_cost): Cost gathers as N scalar loads.
8465 2017-04-20  Richard Biener  <rguenther@suse.de>
8467         * ggc-page.c (ggc_allocated_p): Rename to ...
8468         (safe_lookup_page_table_entry): ... this and return the lookup
8469         result.
8470         (gt_ggc_m_S): Use safe_lookup_page_table_entry.
8472 2017-04-20  Richard Biener  <rguenther@suse.de>
8474         PR tree-optimization/80453
8475         * tree-ssa-sccvn.h (struct vn_phi_s): Add cclhs and ccrhs members.
8476         * tree-ssa-sccvn.c (cond_stmts_equal_p): Use recorded lhs and rhs
8477         from the conditions.
8478         (vn_phi_eq): Pass them down.
8479         (vn_phi_lookup): Record them.
8480         (vn_phi_insert): Likewise.
8482 2017-04-20  Matthew Fortune  <matthew.fortune@imgtec.com>
8484         * config/mips/mips.c (mips_expand_vec_perm_const): Re-fix
8485         uninitialized variable warning to avoid buffer overrun.
8487 2017-04-20  Alexander Monakov  <amonakov@ispras.ru>
8489         PR other/71250
8490         * doc/invoke.texi (-Wmissing-field-initializers): Mention that warning
8491         is suppressed for '{ 0 }' in C.
8493 2017-04-20  Jakub Jelinek  <jakub@redhat.com>
8495         * BASE-VER: Set to 8.0.0.
8497 2017-04-20  Thomas Preud'homme  <thomas.preudhomme@arm.com>
8499         * config/arm/arm.c (arm_elf_asm_cdtor): Create non-default
8500         priority .init_array and .fini_array section with SECTION_NOTYPE
8501         flag.
8503 2017-04-20  Jakub Jelinek  <jakub@redhat.com>
8505         PR middle-end/80423
8506         * tree.h (build_array_type): Add typeless_storage default argument.
8507         * tree.c (type_cache_hasher::equal): Also compare
8508         TYPE_TYPELESS_STORAGE flag for ARRAY_TYPEs.
8509         (build_array_type): Add typeless_storage argument, set
8510         TYPE_TYPELESS_STORAGE to it, if shared also hash it, and pass to
8511         recursive call.
8512         (build_nonshared_array_type): Adjust build_array_type_1 caller.
8513         (build_array_type): Likewise.  Add typeless_storage argument.
8515 2017-04-19  Eric Botcazou  <ebotcazou@adacore.com>
8516             Jakub Jelinek  <jakub@redhat.com>
8518         PR tree-optimization/80426
8519         * tree-vrp.c (extract_range_from_binary_expr_1): For an additive
8520         operation on symbolic operands, also compute the overflow for the
8521         invariant part when the operation degenerates into a negation.
8523 2017-04-19  Jakub Jelinek  <jakub@redhat.com>
8525         PR debug/80461
8526         * dwarf2out.c (modified_type_die, gen_type_die_with_usage):
8527         Check for t with zero TYPE_QUALS_NO_ADDR_SPACE.
8529         PR debug/80436
8530         * tree-ssa-loop-manip.c (find_uses_to_rename_def): Ignore debug uses.
8532 2017-04-19  Georg-Johann Lay  <avr@gjlay.de>
8534         PR target/80462
8535         * config/avr/avr.c (tree.h): Include it.
8536         (cgraph.h): Include it.
8537         (avr_encode_section_info): Don't warn for uninitialized progmem
8538         variable if it's just an alias.
8540 2017-04-19  Richard Biener  <rguenther@suse.de>
8542         PR ipa/65972
8543         * auto-profile.c (afdo_vpt_for_early_inline): Update SSA
8544         when needed by AutoPGO.
8546 2017-04-19  Paulo J. Matos  <paulo@matos-sorge.com>
8548         PR lto/50345
8549         * doc/lto.texi: Remove an extra 'that'.
8551 2017-04-19  Segher Boessenkool  <segher@kernel.crashing.org>
8553         PR rtl-optimization/80429
8554         * ira.c (split_live_ranges_for_shrink_wrap): Don't split regs that
8555         are only used in debug insns.
8557 2017-04-19  Eric Botcazou  <ebotcazou@adacore.com>
8558             Vladimir Makarov  <vmakarov@redhat.com>
8560         * config/sparc/predicates.md (input_operand): Add comment.  Return
8561         true for any memory operand when LRA is in progress.
8562         * config/sparc/sparc.c (sparc_expand_move): Minor formatting fix.
8564 2017-04-18  Jeff Law  <law@redhat.com>
8566         PR target/74563
8567         * mips.md ({return,simple_return}_internal): Do not overwrite
8568         operands[0].
8570 2017-04-18  Jakub Jelinek  <jakub@redhat.com>
8572         PR tree-optimization/80443
8573         * tree-vrp.c (intersect_ranges): For signed 1-bit precision type,
8574         instead of adding 1, subtract -1 and similarly instead of subtracting
8575         1 add -1.
8577 2017-04-18  Richard Sandiford  <richard.sandiford@arm.com>
8579         PR rtl-optimization/80357
8580         * haifa-sched.c (tmp_bitmap): New variable.
8581         (model_recompute): Handle duplicate use records.
8582         (alloc_global_sched_pressure_data): Initialize tmp_bitmap.
8583         (free_global_sched_pressure_data): Free it.
8585 2017-04-18  Bernd Edlinger  <bernd.edlinger@hotmail.de>
8587         Revert:
8588         2017-02-20  Bernd Edlinger  <bernd.edlinger@hotmail.de>
8589         * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
8590         (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
8591         instead of SYSTEM_HEADER_DIR.
8593 2017-04-18  Jeff Law  <law@redhat.com>
8595         PR middle-end/80422
8596         * cfgcleanup.c (try_crossjump_to_edge): Verify SRC1 and SRC2 have
8597         predecessors after walking up the insn chain.
8599 2017-04-18  Jakub Jelinek  <jakub@redhat.com>
8601         PR debug/80263
8602         * dwarf2out.c (modified_type_die): Try harder not to emit internal
8603         sizetype type into debug info.
8605 2017-04-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
8607         PR target/80099
8608         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Eliminate
8609         unneeded test for TARGET_UPPER_REGS_SF.
8610         * config/rs6000/vsx.md (vsx_extract_v4sf_var): Likewise.
8612 2017-04-18  Jakub Jelinek  <jakub@redhat.com>
8614         PR sanitizer/80444
8615         * sancov.c (sancov_pass): Use gsi_start_nondebug_after_labels_bb
8616         instead of gsi_after_labels.
8618 2017-04-18  Jeff Law  <law@redhat.com>
8620         * regcprop.c (maybe_mode_change): Avoid creating copies of the
8621         stack pointer.
8623         Revert:
8624         2017-04-13  Jeff Law  <law@redhat.com>
8625         * config/mips.mips.md (zero_extendsidi2): Do not allow SP to appear
8626         in operands[1] if it is a MEM and TARGET_MIPS16 is active.
8628 2017-04-18  Georg-Johann Lay  <avr@gjlay.de>
8630         PR target/79453
8631         * config/avr/avr.c (intl.h): Include it.
8632         (avr_pgm_check_var_decl) [reason]: Wrap diagnostic snippets into _().
8634 2017-04-18  Martin Liska  <mliska@suse.cz>
8636         PR gcov-profile/78783
8637         * gcov-tool.c (gcov_output_files): Validate that destination
8638         file is either removed by the tool or by a user.
8640 2017-04-14  Andrew Burgess  <andrew.burgess@embecosm.com>
8641             Guy Benyei  <guybe@mellanox.com>
8643         * config/arc/arc.c (arc_reorg): Move loop_end_id into a more local
8644         block, and do not negate it, the stored id is already negative.
8646 2017-04-14  Andrew Burgess  <andrew.burgess@embecosm.com>
8648         * config/arc/arc.md (doloop_begin_i): Use @pcl assembler syntax.
8650 2017-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
8652         PR target/80098
8653         * config/rs6000/rs6000-cpus.def (OTHER_P9_VECTOR_MASKS): Define
8654         masks of options that should be turned off if the VSX vector
8655         options are turned off.
8656         (OTHER_P8_VECTOR_MASKS): Likewise.
8657         (OTHER_VSX_VECTOR_MASKS): Likewise.
8658         * config/rs6000/rs6000.c (rs6000_option_override_internal): Call
8659         rs6000_disable_incompatible_switches to validate no type switches
8660         like -mvsx.
8661         (rs6000_incompatible_switch): New function to disallow turning on
8662         other vector options if -mno-vsx, -mno-power8-vector, or
8663         -mno-power9-vector are specified.
8665 2017-04-14  Claudiu Zissulescu  <claziss@synopsys.com>
8667         * config/arc/arc.h (CRT_CALL_STATIC_FUNCTION): Use long calls.
8669 2017-04-14  Claudiu Zissulescu  <claziss@synopsys.com>
8671         * config/arc/arc-protos.h (arc_decl_pretend_args): Remove.
8672         * config/arc/arc.c (arc_decl_pretend_args): Likewise.
8673         * config/arc/arc.h (CFA_FRAME_BASE_OFFSET): Likewise.
8674         (ARG_POINTER_CFA_OFFSET): Likewise.
8676 2017-04-14  Claudiu Zissulescu  <claziss@synopsys.com>
8678         * config/arc/arc.c (arc_mode_dependent_address_p): Relax
8679         conditions to take advantage of various optimizations.
8681 2017-04-13  Jeff Law  <law@redhat.com>
8683         * config/mips.mips.md (zero_extendsidi2): Do not allow SP to appear
8684         in operands[1] if it is a MEM and TARGET_MIPS16 is active.
8685         (zero_extendsidi2_dext): Likewise.
8687 2017-04-13  Jakub Jelinek  <jakub@redhat.com>
8689         PR sanitizer/80403
8690         * fold-const.c (fold_ternary_loc): Revert
8691         use op0 instead of fold_convert_loc (loc, type, arg0) part of
8692         2017-04-12 change.
8694 2017-04-13  Vladimir Makarov  <vmakarov@redhat.com>
8696         PR rtl-optimization/80343
8697         * lra-remat.c (update_scratch_ops): Assign original hard reg to
8698         new scratch pseudo.
8700 2017-04-13  Denis Khalikov <d.khalikov@partner.samsung.com>
8702         PR sanitizer/80414
8703         * ubsan.c (ubsan_expand_bounds_ifn): Pass original index
8704         to ubsan_encode_value.
8706 2017-04-13  Jeff Law  <law@redhat.com>
8708         * reload1.c (eliminate_regs_1): Call gen_rtx_raw_SUBREG for SUBREGs
8709         appearing in DEBUG_INSNs.
8711 2017-04-13  Martin Liska  <mliska@suse.cz>
8713         PR gcov-profile/80413
8714         * gcov-io.c (gcov_write_string): Copy to buffer just when
8715         allocated size is greater than zero.
8717 2017-04-13  Jakub Jelinek  <jakub@redhat.com>
8719         PR debug/80321
8720         * dwarf2out.c (decls_for_scope): Ignore declarations of
8721         current_function_decl in BLOCK_NONLOCALIZED_VARS.
8723 2017-04-12  Jan Hubicka  <hubicka@ucw.cz>
8725         PR lto/69953
8726         * ipa-visibility.c (non_local_p): Fix typos.
8727         (localize_node): When localizing symbol in same comdat group,
8728         dissolve the group only when we know external symbols are going
8729         to be privatized.
8730         (function_and_variable_visibility): Do not localize DECL_EXTERNAL.
8732 2017-04-12  Jakub Jelinek  <jakub@redhat.com>
8734         PR tree-optimization/79390
8735         * optabs.c (emit_conditional_move): If the preferred op2/op3 operand
8736         order does not result in usable sequence, retry with reversed operand
8737         order.
8739         PR sanitizer/80403
8740         PR sanitizer/80404
8741         PR sanitizer/80405
8742         * fold-const.c (fold_ternary_loc): Use op1 instead of arg1 as argument
8743         to fold_build2_loc.  Convert TREE_OPERAND (tem, 0) to type.  Use
8744         op0 instead of fold_convert_loc (loc, type, arg0).
8746 2017-04-12  Jeff Law  <law@redhat.com>
8748         * genattrtab.c (write_eligible_delay): Verify DELAY_INSN still
8749         has a delay slot in the generated code.
8751         * config/cris/cris.md (cris_preferred_reload_class): Return
8752         GENNONACR_REGS rather than GENERAL_REGS.
8754 2017-04-12  Jakub Jelinek  <jakub@redhat.com>
8756         PR c/80163
8757         * expr.c <CASE_CONVERT>: For EXPAND_INITIALIZER determine SIGN_EXTEND
8758         vs. ZERO_EXTEND based on signedness of treeop0's type rather than
8759         signedness of the result type.
8761 2017-04-12  Richard Biener  <rguenther@suse.de>
8762             Jeff Law  <law@redhat.com>
8764         PR tree-optimization/80359
8765         * tree-ssa-dse.c (maybe_trim_partially_dead_store): Do not
8766         trim stores to TARGET_MEM_REFs.
8768 2017-04-12  Richard Biener  <rguenther@suse.de>
8770         PR tree-optimization/79390
8771         * gimple-ssa-split-paths.c (is_feasible_trace): Restrict
8772         threading case even more.
8774 2017-04-12  Segher Boessenkool  <segher@kernel.crashing.org>
8776         PR target/80382
8777         * config/rs6000/sync.md (atomic_load<mode>, atomic_store<mode): Test
8778         for quad_address_p for TImode, instead of just not indexed_address.
8780 2017-04-12  Richard Biener  <rguenther@suse.de>
8781             Bernd Edlinger  <bernd.edlinger@hotmail.de>
8783         PR middle-end/79671
8784         * alias.c (component_uses_parent_alias_set_from): Handle
8785         TYPE_TYPELESS_STORAGE.
8786         (get_alias_set): Likewise.
8787         * tree-core.h (tree_type_common): Add typeless_storage flag.
8788         * tree.h (TYPE_TYPELESS_STORAGE): New macro.
8789         * stor-layout.c (place_union_field): Set TYPE_TYPELESS_STORAGE
8790         for types containing members with TYPE_TYPELESS_STORAGE.
8791         (place_field): Likewise.
8792         (layout_type): Likewise for ARRAY_TYPE.
8793         * lto-streamer-out.c (hash_tree): Hash TYPE_TYPELESS_STORAGE.
8794         * tree-streamer-in.c (unpack_ts_type_common_value_fields): Stream
8795         TYPE_TYPELESS_STORAGE.
8796         * tree-streamer-out.c (pack_ts_type_common_value_fields): Likewise.
8798 2017-04-12  Jakub Jelinek  <jakub@redhat.com>
8800         PR sanitizer/80349
8801         * fold-const.c (fold_binary_loc) <case BIT_IOR_EXPR>: Convert arg0's
8802         first argument to type.
8804 2017-04-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
8806         PR target/80376
8807         PR target/80315
8808         * config/rs6000/rs6000.c (rs6000_expand_unop_builtin): Return
8809         CONST0_RTX (mode) rather than const0_rtx where appropriate.
8810         (rs6000_expand_binop_builtin): Likewise.
8811         (rs6000_expand_ternop_builtin): Likewise; also add missing
8812         vsx_xxpermdi_* variants; also fix typo (arg1 => arg2) for
8813         vshasigma built-ins.
8814         * doc/extend.texi: Document that vec_xxpermdi's third argument
8815         must be a constant.
8817 2017-04-11  Uros Bizjak  <ubizjak@gmail.com>
8819         * config/i386/i386.c (dimode_scalar_chain::compute_convert_gain):
8820         Use shift_const cost parameter when calculating gain of STV shifts.
8822 2017-04-11  Vladimir Makarov  <vmakarov@redhat.com>
8824         PR rtl-optimization/70478
8825         * lra-constraints.c (process_alt_operands): Check memory for
8826         disfavoring memory insn operand.
8828 2017-04-11  Jakub Jelinek  <jakub@redhat.com>
8830         PR middle-end/80100
8831         * simplify-rtx.c (simplify_binary_operation_1) <case IOR>: Perform
8832         left shift in unsigned HOST_WIDE_INT type.
8834         PR rtl-optimization/80385
8835         * simplify-rtx.c (simplify_unary_operation_1): Don't transform
8836         (not (neg X)) into (plus X -1) for complex or non-integral modes.
8838         PR libgomp/80394
8839         * omp-low.c (scan_omp_task): Don't optimize away empty tasks
8840         if they have any depend clauses.
8842 2017-04-11  Martin Liska  <mliska@suse.cz>
8844         PR ipa/80212
8845         * cgraph.c (cgraph_node::dump): Dump calls_comdat_local.
8846         * ipa-split.c (split_function): Create a local comdat symbol
8847         if caller is in a comdat group.
8849 2017-04-11  Martin Liska  <mliska@suse.cz>
8851         PR ipa/80212
8852         * ipa-cp.c (determine_versionability): Handle calls_comdat_local
8853         flags.
8855 2017-04-11  Martin Sebor  <msebor@redhat.com>
8857         PR middle-end/80364
8858         * gimple-ssa-sprintf.c (get_int_range): Remove second argument and
8859         always use the int type.  Use INTEGRAL_TYPE_P() rather than testing
8860         for INTEGER_TYPE.
8861         (directive::set_width, directive::set_precision, format_character):
8862         Adjust.
8863         (parse_directive): Use INTEGRAL_TYPE_P() rather than testing for
8864         INTEGER_TYPE.
8866 2017-04-11  Richard Earnshaw  <rearnsha@arm.com>
8868         PR target/80389
8869         * config/arm/arm.c (arm_configure_build_target): When -mcpu and -arch
8870         conflict, set target->arch_name instead of target->cpu_name.
8872 2017-04-11  Richard Biener  <rguenther@suse.de>
8874         PR tree-optimization/80374
8875         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Use
8876         build_zero_cst, remove fold_convertible_p check again.
8878 2017-04-11  Martin Liska  <mliska@suse.cz>
8880         PR sanitizer/70878
8881         * ubsan.c (instrument_object_size): Do not instrument register
8882         variables.
8884 2017-04-11  Jakub Jelinek  <jakub@redhat.com>
8886         PR target/80381
8887         * config/i386/i386-builtin-types.def
8888         (V16HI_FTYPE_V16HI_INT_V16HI_UHI_COUNT,
8889         V16HI_FTYPE_V16HI_V8HI_V16HI_UHI_COUNT,
8890         V16SI_FTYPE_V16SI_INT_V16SI_UHI_COUNT,
8891         V16SI_FTYPE_V16SI_V4SI_V16SI_UHI_COUNT,
8892         V2DI_FTYPE_V2DI_INT_V2DI_UQI_COUNT,
8893         V2DI_FTYPE_V2DI_V2DI_V2DI_UQI_COUNT,
8894         V32HI_FTYPE_V32HI_INT_V32HI_USI_COUNT,
8895         V32HI_FTYPE_V32HI_V8HI_V32HI_USI_COUNT,
8896         V4DI_FTYPE_V4DI_INT_V4DI_UQI_COUNT,
8897         V4DI_FTYPE_V4DI_V2DI_V4DI_UQI_COUNT,
8898         V4SI_FTYPE_V4SI_INT_V4SI_UQI_COUNT,
8899         V4SI_FTYPE_V4SI_V4SI_V4SI_UQI_COUNT,
8900         V8DI_FTYPE_V8DI_INT_V8DI_UQI_COUNT,
8901         V8DI_FTYPE_V8DI_V2DI_V8DI_UQI_COUNT,
8902         V8HI_FTYPE_V8HI_INT_V8HI_UQI_COUNT,
8903         V8HI_FTYPE_V8HI_V8HI_V8HI_UQI_COUNT,
8904         V8SI_FTYPE_V8SI_INT_V8SI_UQI_COUNT,
8905         V8SI_FTYPE_V8SI_V4SI_V8SI_UQI_COUNT): New function type aliases.
8906         * config/i386/i386-builtin.def (__builtin_ia32_pslld512_mask,
8907         __builtin_ia32_pslldi512_mask, __builtin_ia32_psllq512_mask,
8908         __builtin_ia32_psllqi512_mask, __builtin_ia32_psrad512_mask,
8909         __builtin_ia32_psradi512_mask, __builtin_ia32_psraq512_mask,
8910         __builtin_ia32_psraqi512_mask, __builtin_ia32_psrld512_mask,
8911         __builtin_ia32_psrldi512_mask, __builtin_ia32_psrlq512_mask,
8912         __builtin_ia32_psrlqi512_mask, __builtin_ia32_psllwi128_mask,
8913         __builtin_ia32_pslldi128_mask, __builtin_ia32_psllqi128_mask,
8914         __builtin_ia32_psllw128_mask, __builtin_ia32_pslld128_mask,
8915         __builtin_ia32_psllq128_mask, __builtin_ia32_psllwi256_mask,
8916         __builtin_ia32_psllw256_mask, __builtin_ia32_pslldi256_mask,
8917         __builtin_ia32_pslld256_mask, __builtin_ia32_psllqi256_mask,
8918         __builtin_ia32_psllq256_mask, __builtin_ia32_psradi128_mask,
8919         __builtin_ia32_psrad128_mask, __builtin_ia32_psradi256_mask,
8920         __builtin_ia32_psrad256_mask, __builtin_ia32_psraqi128_mask,
8921         __builtin_ia32_psraq128_mask, __builtin_ia32_psraqi256_mask,
8922         __builtin_ia32_psraq256_mask, __builtin_ia32_psrldi128_mask,
8923         __builtin_ia32_psrld128_mask, __builtin_ia32_psrldi256_mask,
8924         __builtin_ia32_psrld256_mask, __builtin_ia32_psrlqi128_mask,
8925         __builtin_ia32_psrlq128_mask, __builtin_ia32_psrlqi256_mask,
8926         __builtin_ia32_psrlq256_mask, __builtin_ia32_psrawi256_mask,
8927         __builtin_ia32_psraw256_mask, __builtin_ia32_psrawi128_mask,
8928         __builtin_ia32_psraw128_mask, __builtin_ia32_psrlwi256_mask,
8929         __builtin_ia32_psrlw256_mask, __builtin_ia32_psrlwi128_mask,
8930         __builtin_ia32_psrlw128_mask, __builtin_ia32_psllwi512_mask,
8931         __builtin_ia32_psllw512_mask, __builtin_ia32_psrawi512_mask,
8932         __builtin_ia32_psraw512_mask, __builtin_ia32_psrlwi512_mask,
8933         __builtin_ia32_psrlw512_mask): Use _COUNT suffixed function type
8934         aliases.
8935         * config/i386/i386.c (ix86_expand_args_builtin): Rename last_arg_count
8936         flag to second_arg_count, handle 4 argument function type _COUNT
8937         aliases, handle second_arg_count on second argument rather than last.
8939 2017-04-10  Jeff Law  <law@redhat.com>
8941         PR tree-optimization/80374
8942         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Do not try to
8943         record anything if we can not convert integer_zero_node to the
8944         desired type.
8946 2017-04-10  Kelvin Nilsen  <kelvin@gcc.gnu.org>
8948         PR target/80108
8949         * config/rs6000/rs6000.c (rs6000_option_override_internal):
8950         Enhance special handling given to the TARGET_P9_MINMAX option in
8951         relation to certain other options.
8953 2017-04-10  Bin Cheng  <bin.cheng@arm.com>
8955         PR tree-optimization/80153
8956         * tree-ssa-loop-ivopts.c (add_iv_candidate_for_use): Check and
8957         remove POINTER_PLUS_EXPR's base part directly, rather than through
8958         aff_tree.
8960 2017-04-10  Richard Biener  <rguenther@suse.de>
8961             Bin Cheng  <bin.cheng@arm.com>
8963         PR tree-optimization/80153
8964         * tree-affine.c (aff_combination_to_tree): Get base pointer from
8965         the first element of pointer type aff_tree.  Build result expr in
8966         aff_tree's type.
8967         (add_elt_to_tree): Convert to type unconditionally.  Remove other
8968         fold_convert calls.
8969         * tree-ssa-loop-ivopts.c (alloc_iv): Pass in consistent types.
8970         (rewrite_use_nonlinear_expr): Check invariant using iv information.
8972 2017-04-10  Richard Biener  <rguenther@suse.de>
8974         * tree-ssa-structalias.c (find_func_aliases): Properly handle
8975         asm inputs.
8977 2017-04-10  Vladimir Makarov  <vmakarov@redhat.com>
8979         PR rtl-optimization/70478
8980         * lra-constraints.c (curr_small_class_check): New.
8981         (update_and_check_small_class_inputs): New.
8982         (process_alt_operands): Update curr_small_class_check.  Disfavor
8983         alternative insn memory operands.  Check available regs for small
8984         class operands.
8986 2017-03-31  Matthew Fortune  <matthew.fortune@imgtec.com>
8988         PR target/80057
8989         * config/mips/mips.opt (-mvirt): Update description.
8990         * doc/invoke.texi (-mvirt): Likewise.
8992 2017-04-10  Richard Biener  <rguenther@suse.de>
8994         PR middle-end/80362
8995         * fold-const.c (fold_binary_loc): Look at unstripped ops when
8996         looking for NEGATE_EXPR in -A / -B to A / B folding.
8998 2017-04-10  Martin Liska  <mliska@suse.cz>
9000         PR gcov-profile/80224
9001         * gcov.c (print_usage): Fix usage string.
9002         (get_gcov_intermediate_filename): Remove.
9003         (output_gcov_file): Use both for normal and intermediate format.
9004         (generate_results): Do not initialize special file for
9005         intermediate format.
9007 2017-04-10  Richard Biener  <rguenther@suse.de>
9009         PR tree-optimization/80304
9010         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Also recurse
9011         for safelen.
9013 2017-04-10  Nathan Sidwell  <nathan@acm.org>
9015         PR target/79905
9016         * config/rs6000/rs6000.c (rs6000_vector_type): New.
9017         (rs6000_init_builtins): Use it.
9019 2016-04-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9021         * config/arm/arm.md (<mrc>): Add mode to SET source.
9022         (<mrrc>): Likewise.
9024 2017-04-10  Richard Biener  <rguenther@suse.de>
9026         PR middle-end/80344
9027         * gimplify.c (is_gimple_mem_rhs_or_call): Allow CLOBBERs.
9029 2017-04-10  Jakub Jelinek  <jakub@redhat.com>
9031         PR target/80324
9032         * config/i386/avx512fintrin.h (_mm512_reduce_add_epi32,
9033         _mm512_reduce_mul_epi32, _mm512_reduce_and_epi32,
9034         _mm512_reduce_or_epi32, _mm512_mask_reduce_add_epi32,
9035         _mm512_mask_reduce_mul_epi32, _mm512_mask_reduce_and_epi32,
9036         _mm512_mask_reduce_or_epi32, _mm512_reduce_min_epi32,
9037         _mm512_reduce_max_epi32, _mm512_reduce_min_epu32,
9038         _mm512_reduce_max_epu32, _mm512_mask_reduce_min_epi32,
9039         _mm512_mask_reduce_max_epi32, _mm512_mask_reduce_min_epu32,
9040         _mm512_mask_reduce_max_epu32, _mm512_reduce_add_ps,
9041         _mm512_reduce_mul_ps, _mm512_mask_reduce_add_ps,
9042         _mm512_mask_reduce_mul_ps, _mm512_reduce_min_ps, _mm512_reduce_max_ps,
9043         _mm512_mask_reduce_min_ps, _mm512_mask_reduce_max_ps,
9044         _mm512_reduce_add_epi64, _mm512_reduce_mul_epi64,
9045         _mm512_reduce_and_epi64, _mm512_reduce_or_epi64,
9046         _mm512_mask_reduce_add_epi64, _mm512_mask_reduce_mul_epi64,
9047         _mm512_mask_reduce_and_epi64, _mm512_mask_reduce_or_epi64,
9048         _mm512_reduce_min_epi64, _mm512_reduce_max_epi64,
9049         _mm512_mask_reduce_min_epi64, _mm512_mask_reduce_max_epi64,
9050         _mm512_reduce_min_epu64, _mm512_reduce_max_epu64,
9051         _mm512_mask_reduce_min_epu64, _mm512_mask_reduce_max_epu64,
9052         _mm512_reduce_add_pd, _mm512_reduce_mul_pd, _mm512_mask_reduce_add_pd,
9053         _mm512_mask_reduce_mul_pd, _mm512_reduce_min_pd, _mm512_reduce_max_pd,
9054         _mm512_mask_reduce_min_pd, _mm512_mask_reduce_max_pd): New intrinsics.
9056 2017-04-08  Vladimir Makarov  <vmakarov@redhat.com>
9058         PR rtl-optimization/70478
9059         * lra-constraints.c: Reverse the last patch.
9061 2017-04-08  Andreas Tobler  <andreast@gcc.gnu.org>
9063         * config/aarch64/aarch64-freebsd.h: Define MCOUNT_NAME.
9064         Add comment for WCHAR_T.
9066 2017-04-08  Martin Liska  <mliska@suse.cz>
9068         Revert:
9069         2017-04-07  Martin Liska  <mliska@suse.cz>
9071         PR ipa/80212
9072         * ipa-split.c (split_function): Add function part to a same comdat
9073         group.
9075 2017-04-08  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
9077         PR target/80358
9078         * config/rs6000/rs6000.c (expand_block_compare): Fix boundary check.
9080 2017-04-07  Pat Haugen  <pthaugen@us.ibm.com>
9082         * rs6000/rs6000.c (vec_load_pendulum): Rename...
9083         (vec_pairing): ...to this.
9084         (power9_sched_reorder2): Rewrite code for pairing vector/vecload insns.
9085         (rs6000_sched_init): Adjust for name change.
9086         (struct rs6000_sched_context): Likewise.
9087         (rs6000_init_sched_context): Likewise.
9088         (rs6000_set_sched_context): Likewise.
9090 2017-04-07  Jakub Jelinek  <jakub@redhat.com>
9092         PR target/80322
9093         PR target/80323
9094         PR target/80325
9095         PR target/80326
9096         * config/i386/avxintrin.h (_mm256_cvtsd_f64, _mm256_cvtss_f32): New
9097         intrinsics.
9098         * config/i386/avx512fintrin.h (_mm512_int2mask, _mm512_mask2int,
9099         _mm512_abs_ps, _mm512_mask_abs_ps, _mm512_abs_pd, _mm512_mask_abs_pd,
9100         _mm512_cvtsd_f64, _mm512_cvtss_f32): Likewise.
9102 2017-04-07  Andreas Tobler  <andreast@gcc.gnu.org>
9104         * config/aarch64/aarch64-freebsd.h: Define WCHAR_TYPE.
9106 2017-04-07  Vladimir Makarov  <vmakarov@redhat.com>
9108         PR rtl-optimization/70703
9109         * ira-color.c (update_conflict_hard_regno_costs): Use
9110         int64_t instead of HOST_WIDE_INT.
9112 2017-04-07  Vladimir Makarov  <vmakarov@redhat.com>
9114         PR rtl-optimization/70478
9115         * lra-constraints.c (process_alt_operands): Disfavor alternative
9116         insn memory operands.
9118 2017-04-07  Jeff Law  <law@redhat.com>
9120         * config/iq2000/iq2000.c (final_prescan_insn): Do not separate a
9121         CALL and NOTE_INSN_CALL_ARG_LOCATION.
9123 2017-04-07  Martin Liska  <mliska@suse.cz>
9125         PR target/79889
9126         * config/aarch64/aarch64.c (aarch64_process_target_attr):
9127         Show error message instead of an ICE.
9129 2017-04-07  Martin Liska  <mliska@suse.cz>
9131         PR ipa/80212
9132         * ipa-split.c (split_function): Add function part to a same comdat
9133         group.
9135 2017-04-07  Richard Biener  <rguenther@suse.de>
9137         PR middle-end/80341
9138         * tree.c (get_unwidened): Also handle ! for_type case for
9139         INTEGER_CSTs.
9140         * convert.c (do_narrow): Split out from ...
9141         (convert_to_integer_1): ... here.  Do not pass final truncation
9142         type to get_unwidened for TRUNC_DIV_EXPR.
9144 2017-04-07  Richard Biener  <rguenther@suse.de>
9146         * tree-affine.c (wide_int_ext_for_comb): Take type rather
9147         than aff_tree.
9148         (aff_combination_const): Adjust.
9149         (aff_combination_scale): Likewise.
9150         (aff_combination_add_elt): Likewise.
9151         (aff_combination_add_cst): Likewise.
9152         (aff_combination_convert): Likewise.
9153         (add_elt_to_tree): Likewise.  Remove unused argument.
9154         (aff_combination_to_tree): Adjust calls to add_elt_to_tree.
9156 2017-04-07  Sebastian Huber  <sebastian.huber@embedded-brains.de>
9158         * config/arm/arm.h (ARM_DEFAULT_SHORT_ENUMS): Provide default
9159         definition.
9160         * config/arm/arm.c (arm_default_short_enums): Use
9161         ARM_DEFAULT_SHORT_ENUMS.
9162         * config/arm/rtems.h (ARM_DEFAULT_SHORT_ENUMS): Define.
9164 2017-04-06  Jakub Jelinek  <jakub@redhat.com>
9166         PR debug/80234
9167         * dwarf2out.c (gen_member_die): Handle C++17 inline static data
9168         members with redundant out-of-class redeclaration.
9170 2017-04-06  Uros Bizjak  <ubizjak@gmail.com>
9172         PR target/80286
9173         * config/i386/sse.md (*vec_extractv4si_0_zext_sse4): New pattern.
9174         * config/i386/i386.md (*zero_extendsidi2):
9175         Add (?*x,*x) and (?*v,*v) alternatives.
9177 2017-04-06  Uros Bizjak  <ubizjak@gmail.com>
9179         PR target/79733
9180         * config/i386/i386.c (ix86_expand_builtin)
9181         <case IX86_BUILTIN_K{,OR}TEST{C,Z}{8,16,32,64}>: Determine insn operand
9182         mode from insn data. Convert operands to insn operand mode.
9183         Copy operands that don't satisfy insn predicate to a register.
9185 2017-04-06  Sam Thursfield  <sam.thursfield@codethink.co.uk>
9187         * config/rs6000/x-aix: Increase memory limit for genautomata on AIX.
9188         Update comments.
9190 2017-04-06  Richard Biener  <rguenther@suse.de>
9192         PR tree-optimization/80334
9193         * tree-ssa-loop-ivopts.c (rewrite_use_address): Properly
9194         preserve alignment of accesses.
9196 2017-04-06  Richard Biener  <rguenther@suse.de>
9198         PR tree-optimization/80262
9199         * tree-sra.c (build_ref_for_offset): Preserve address-space
9200         information.
9201         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
9202         Drop useless address-space information on MEM_REF offsets.
9204 2017-04-05  Andreas Schwab  <schwab@linux-m68k.org>
9206         * builtins.def (BUILT_IN_UPDATE_SETJMP_BUF): Fix type.
9208 2017-04-05  Vladimir Makarov  <vmakarov@redhat.com>
9210         PR rtl-optimization/70703
9211         * ira-color.c (update_conflict_hard_regno_costs): Use
9212         HOST_WIDE_INT instead of long.
9214 2017-04-05  Uros Bizjak  <ubizjak@gmail.com>
9216         PR target/80298
9217         * config/i386/mmintrin.h: Add -msse target option when __SSE__ is
9218         not defined for x86_64 target.  Add -mmmx target option when __SSE2__
9219         is not defined.
9220         * config/i386/mm3dnow.h: Add -msse target when __SSE__ is not defined
9221         for x86_64 target.  Handle -m3dnowa option.
9223 2017-04-05  Vladimir Makarov  <vmakarov@redhat.com>
9225         PR rtl-optimization/70703
9226         * ira-color.c (update_costs_from_allocno): Use the smallest mode.
9227         (update_conflict_hard_regno_costs): Use long instead of unsigned
9228         arithmetic for cost calculation.
9230 2017-04-05  Jakub Jelinek  <jakub@redhat.com>
9231             Bernd Edlinger  <bernd.edlinger@hotmail.de>
9233         PR sanitizer/80308
9234         * asan.c (asan_store_shadow_bytes): Fix location of last_chunk_value
9235         for big endian.
9237 2017-04-05  Eric Botcazou  <ebotcazou@adacore.com>
9239         PR target/78002
9240         * config/aarch64/aarch64.c (aarch64_emit_probe_stack_range): Replace
9241         ptr_mode with Pmode throughout.
9242         * config/aarch64/aarch64.md (probe_stack_range_<PTR:mode): Rename
9243         into probe_stack_range and use DImode.
9245 2017-04-05  Dominik Vogt  <vogt@linux.vnet.ibm.com>
9247         PR target/79890
9248         * config/s390/s390.c (s390_register_info_gprtofpr): Return if
9249         call_eh_return is true.
9251 2017-04-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
9253         * config/s390/s390-c.c (s390_resolve_overloaded_builtin):
9254         Initialize last_match_fntype_index.
9256 2017-04-05  Jakub Jelinek  <jakub@redhat.com>
9258         PR target/80310
9259         * tree-nvr.c: Include internal-fn.h.
9260         (pass_return_slot::execute): Ignore internal calls without
9261         direct optab.
9263 2017-04-04  Jakub Jelinek  <jakub@redhat.com>
9264             Richard Biener  <rguenther@suse.de>
9266         PR c++/80297
9267         * genmatch.c (capture::gen_transform): For GENERIC unshare_expr
9268         captures used multiple times, except for the last use.
9269         * generic-match-head.c: Include gimplify.h.
9271 2017-04-04  Jakub Jelinek  <jakub@redhat.com>
9273         PR tree-optimization/79390
9274         * target.h (struct noce_if_info): Declare.
9275         * targhooks.h (default_noce_conversion_profitable_p): Declare.
9276         * target.def (noce_conversion_profitable_p): New target hook.
9277         * ifcvt.h (struct noce_if_info): New type, moved from ...
9278         * ifcvt.c (struct noce_if_info): ... here.
9279         (noce_conversion_profitable_p): Renamed to ...
9280         (default_noce_conversion_profitable_p): ... this.  No longer
9281         static nor inline.
9282         (noce_try_store_flag_constants, noce_try_addcc,
9283         noce_try_store_flag_mask, noce_try_cmove, noce_try_cmove_arith,
9284         noce_convert_multiple_sets): Use targetm.noce_conversion_profitable_p
9285         instead of noce_conversion_profitable_p.
9286         * config/i386/i386.c: Include ifcvt.h.
9287         (ix86_option_override_internal): Don't override
9288         PARAM_MAX_RTL_IF_CONVERSION_INSNS default.
9289         (ix86_noce_conversion_profitable_p): New function.
9290         (TARGET_NOCE_CONVERSION_PROFITABLE_P): Redefine.
9291         * config/i386/x86-tune.def (X86_TUNE_ONE_IF_CONV_INSN): Adjust comment.
9292         * doc/tm.texi.in (TARGET_NOCE_CONVERSION_PROFITABLE_P): Add.
9293         * doc/tm.texi: Regenerated.
9295 2017-04-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
9297         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Grammar
9298         correction.
9300 2017-04-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
9302         PR target/80307
9303         * config/arm/arm.c (thumb1_rtx_costs): Give a cost of 32
9304         instructions for small multiply cores.
9306 2017-04-04  Jeff Law  <law@redhat.com>
9308         * config/mips/mips.c (mips_multi_add): Zero initialize the newly
9309         added member.
9310         (mips_expand_vec_perm_const): Initialize elements in orig_perm
9311         that are not set by the loop over the elements.
9313 2017-04-04  Jakub Jelinek  <jakub@redhat.com>
9315         PR target/80286
9316         * config/i386/i386.c (ix86_expand_args_builtin): If op has scalar
9317         int mode, convert_modes it to mode as unsigned, otherwise use
9318         lowpart_subreg to mode rather than SImode.
9319         * config/i386/sse.md (<mask_codefor>ashr<mode>3<mask_name>,
9320         ashr<mode>3, ashr<mode>3<mask_name>, <shift_insn><mode>3<mask_name>):
9321         Use DImode instead of SImode for the shift count operand.
9322         * config/i386/mmx.md (mmx_ashr<mode>3, mmx_<shift_insn><mode>3):
9323         Likewise.
9325 2017-04-04  Richard Biener  <rguenther@suse.de>
9327         PR middle-end/80281
9328         * match.pd (A + (-B) -> A - B): Make sure to preserve unsigned
9329         arithmetic done for the negate or the plus.  Simplify.
9330         (A - (-B) -> A + B): Likewise.
9331         * fold-const.c (split_tree): Make sure to not negate pointers.
9333 2017-04-04  Segher Boessenkool  <segher@kernel.crashing.org>
9335         PR rtl-optimization/60818
9336         * simplify-rtx.c (simplify_binary_operation_1): Do not replace
9337         a compare of comparisons with the thing compared if this results
9338         in a different machine mode.
9340 2017-04-03  Jonathan Wakely  <jwakely@redhat.com>
9342         * alias.c (base_alias_check): Fix typo in comment.
9343         * cgraph.h (class ipa_polymorphic_call_context): Likewise.
9344         * cgraphunit.c (symbol_table::compile): Likewise.
9345         * collect2.c (maybe_run_lto_and_relink): Likewise.
9346         * config/arm/arm.c (arm_thumb1_mi_thunk): Likewise.
9347         * config/avr/avr-arch.h (avr_arch_info_t): Likewise.
9348         * config/avr/avr.c (avr_map_op_t): Likewise.
9349         * config/cr16/cr16.h (DATA_ALIGNMENT): Likewise.
9350         * config/epiphany/epiphany.c (TARGET_ARG_PARTIAL_BYTES): Likewise.
9351         * config/epiphany/epiphany.md (movcc): Likewise.
9352         * config/i386/i386.c (legitimize_pe_coff_extern_decl): Likewise.
9353         * config/m68k/m68k.c (struct _sched_ib, m68k_sched_variable_issue):
9354         Likewise.
9355         * config/mips/mips.c (mips_save_restore_reg): Likewise.
9356         * config/rx/rx.c (rx_is_restricted_memory_address): Likewise.
9357         * config/s390/s390.c (Z10_EARLYLOAD_DISTANCE): Likewise.
9358         * config/sh/sh.c (sh_rtx_costs): Likewise.
9359         * fold-const.c (fold_truth_andor): Likewise.
9360         * genautomata.c (collapse_flag): Likewise.
9361         * gengtype.h (struct type::u::s): Likewise.
9362         * gensupport.c (has_subst_attribute, add_mnemonic_string): Likewise.
9363         * input.c (FORMAT_AMOUNT): Likewise.
9364         * ipa-cp.c (class ipcp_lattice, agg_replacements_to_vector)
9365         (known_aggs_to_agg_replacement_list): Likewise.
9366         * ipa-inline-analysis.c: Likewise.
9367         * ipa-inline.h (estimate_edge_time, estimate_edge_hints): Likewise.
9368         * ipa-polymorphic-call.c
9369         (ipa_polymorphic_call_context::restrict_to_inner_class): Likewise.
9370         * loop-unroll.c (analyze_insn_to_expand_var): Likewise.
9371         * lra.c (lra_optional_reload_pseudos, lra_subreg_reload_pseudos):
9372         Likewise.
9373         * modulo-sched.c (apply_reg_moves): Likewise.
9374         * omp-expand.c (build_omp_regions_1): Likewise.
9375         * trans-mem.c (struct tm_wrapper_hasher): Likewise.
9376         * tree-ssa-loop-ivopts.c (may_eliminate_iv): Likewise.
9377         * tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Likewise.
9378         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
9379         * value-prof.c: Likewise.
9380         * var-tracking.c (val_reset): Likewise.
9382 2017-04-03  Richard Biener  <rguenther@suse.de>
9384         PR tree-optimization/80275
9385         * fold-const.c (split_address_to_core_and_offset): Handle
9386         POINTER_PLUS_EXPR.
9388 2017-04-03  Eric Botcazou  <ebotcazou@adacore.com>
9390         * tree-nested.c (get_descriptor_type): Make sure that the alignment of
9391         descriptors is at least equal to that of functions.
9393 2017-04-02  Uros Bizjak  <ubizjak@gmail.com>
9395         * config/i386/sse.md (movdi_to_sse): Add missing DONE.
9397 2017-04-02  Uros Bizjak  <ubizjak@gmail.com>
9399         PR target/80250
9400         * config/i386/sse.md (mov<IMOD4:mode>): Remove insn pattern.
9401         (mov<IMOD4:mode>): New expander.
9402         (*mov<IMOD4:mode>_internal): New insn and split pattern.
9404 2017-03-31  Segher Boessenkool  <segher@kernel.crashing.org>
9406         PR rtl-optimization/79405
9407         * fwprop.c (propagations_left): New variable.
9408         (forward_propagate_into): Decrement it.
9409         (fwprop_init): Initialize it.
9410         (fw_prop): If the variable has reached zero, stop propagating.
9411         (fwprop_addr): Ditto.
9413 2017-03-31  Jakub Jelinek  <jakub@redhat.com>
9415         PR debug/79255
9416         * dwarf2out.c (decls_for_scope): If BLOCK_NONLOCALIZED_VAR is
9417         a FUNCTION_DECL, pass it as decl instead of origin to
9418         process_scope_var.
9420 2017-03-31  Alexander Monakov  <amonakov@ispras.ru>
9422         * config/nvptx/nvptx.c (nvptx_output_softstack_switch): Correct format
9423         string.
9425 2017-03-31  Pat Haugen  <pthaugen@us.ibm.com>
9427         PR target/80107
9428         * config/rs6000/rs6000.md (extendhi<mode>2): Add test for
9429         TARGET_VSX_SMALL_INTEGER.
9431 2017-03-31  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
9433         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
9434         reference to the OpenPOWER 64-Bit ELF V2 ABI Specification.
9436 2017-03-31  Matthew Fortune  <matthew.fortune@imgtec.com>
9438         * config/mips/mips-msa.md (msa_vec_extract_<msafmt_f>): Update
9439         extraction from odd-numbered MSA register.
9441 2017-03-31  Jakub Jelinek  <jakub@redhat.com>
9443         PR middle-end/80173
9444         * expmed.c (store_bit_field_1): Don't attempt to create
9445         a word subreg out of hard registers wider than word if they
9446         have HARD_REGNO_NREGS of 1 for their mode.
9448         PR middle-end/80163
9449         * varasm.c (initializer_constant_valid_p_1): Disallow sign-extending
9450         conversions to integer types wider than word and pointer.
9452         PR debug/80025
9453         * cselib.h (rtx_equal_for_cselib_1): Add depth argument.
9454         (rtx_equal_for_cselib_p): Pass 0 to it.
9455         * cselib.c (cselib_hasher::equal): Likewise.
9456         (rtx_equal_for_cselib_1): Add depth argument.  If depth
9457         is 128, don't look up VALUE locs and punt.  Increment
9458         depth in recursive calls when walking VALUE locs.
9460 2017-03-31  Bernd Edlinger  <bernd.edlinger@hotmail.de>
9462         * gcov.c (md5sum_to_hex): Fix output of MD5 hex bytes.
9463         (make_gcov_file_name): Use the canonical path name for generating
9464         the MD5 value.
9465         (read_line): Fix handling of files with ascii null bytes.
9467 2017-03-30  Matthew Fortune  <matthew.fortune@imgtec.com>
9469         * config/mips/mips.c (mips_expand_vector_init): Create a const_vector
9470         to initialise a vector register instead
9471         of using a const_int.
9473 2017-03-30  Jakub Jelinek  <jakub@redhat.com>
9475         PR translation/80189
9476         * gimplify.c (omp_default_clause): Use %qs instead of %s in
9477         diagnostic messages.
9479 2017-03-30  Peter Bergner  <bergner@vnet.ibm.com>
9481         PR target/80246
9482         * config/rs6000/dfp.md (dfp_dxex_<mode>): Update mode of operand 0.
9483         (dfp_diex_<mode>): Update mode of operand 1.
9484         * doc/extend.texi (dxex, dxexq): Document change to return type.
9485         (diex, diexq): Document change to argument type.
9487 2017-03-30  Martin Jambor  <mjambor@suse.cz>
9489         PR ipa/77333
9490         * cgraph.h (cgraph_build_function_type_skip_args): Declare.
9491         * cgraph.c (redirect_call_stmt_to_callee): Set gimple fntype so that
9492         it reflects the signature changes performed at the callee side.
9493         * cgraphclones.c (build_function_type_skip_args): Make public, renamed
9494         to cgraph_build_function_type_skip_args.
9495         (build_function_decl_skip_args): Adjust call to the above function.
9497 2017-03-30  Jakub Jelinek  <jakub@redhat.com>
9499         PR target/80206
9500         * config/i386/sse.md
9501         (<extract_type>_vextract<shuffletype><extract_suf>_mask): Use
9502         register as dest whenever it is a MEM not rtx_equal_p to the
9503         corresponding dup operand, and when forcing into reg move the
9504         reg into the memory afterwards.
9505         (<extract_type_2>_vextract<shuffletype><extract_suf_2>_mask):
9506         Likewise.  Use <ssehalfvecmode> instead of <ssequartermode>
9507         for the force_reg mode.
9508         (avx512vl_vextractf128<mode>): Use register as dest either
9509         always when a MEM, or when it is a MEM not rtx_equal_p to the
9510         corresponding dup operand, or even not when it is a CONST_VECTOR
9511         depending on the mode and lo vs. hi.
9512         (avx512dq_vextract<shuffletype>64x2_1_maskm): Remove extraneous
9513         parens.
9514         (avx512f_vextract<shuffletype>32x4_1_maskm): Likewise.
9515         (<mask_codefor>avx512dq_vextract<shuffletype>64x2_1<mask_name>):
9516         Likewise.  Require that operands[2] is even.
9517         (<mask_codefor>avx512f_vextract<shuffletype>32x4_1<mask_name>):
9518         Remove extraneous parens.  Require that operands[2] is a multiple
9519         of 4.
9520         (vec_extract_lo_<mode><mask_name>): Don't bother testing if
9521         operands[0] is a MEM if <mask_applied>, the predicates/constraints
9522         disallow memory then.
9524 2017-03-30  Richard Biener  <rguenther@suse.de>
9526         PR tree-optimization/77498
9527         * tree-ssa-pre.c (phi_translate_1): Do not allow simplifications
9528         to non-constants over backedges.
9530 2017-03-29  Segher Boessenkool  <segher@kernel.crashing.org>
9532         PR rtl-optimization/80233
9533         * combine.c (combine_instructions): Only take NONDEBUG_INSN_P insns
9534         as last_combined_insn.  Do not test for BARRIER_P separately.
9536 2017-03-29  Andreas Schwab  <schwab@suse.de>
9538         PR ada/80146
9539         * calls.c (prepare_call_address): Convert funexp to Pmode before
9540         copying to temp reg.
9542 2017-03-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
9544         PR tree-optimization/80158
9545         * gimple-ssa-strength-reduction.c (replace_mult_candidate):
9546         Handle possible future case of more than one alternate
9547         interpretation.
9548         (replace_rhs_if_not_dup): Likewise.
9549         (replace_one_candidate): Likewise.
9551 2017-03-28  Vladimir Makarov  <vmakarov@redhat.com>
9553         PR rtl-optimization/80193
9554         * ira.c (ira): Do not check allocation for LRA.
9556 2017-03-28  Alexander Monakov  <amonakov@ispras.ru>
9558         * config/nvptx/nvptx-protos.h (nvptx_output_simt_enter): Declare.
9559         (nvptx_output_simt_exit): Declare.
9560         * config/nvptx/nvptx.c (nvptx_init_unisimt_predicate): Use
9561         cfun->machine->unisimt_location.  Handle NULL unisimt_predicate.
9562         (init_softstack_frame): Move initialization of crtl->is_leaf to...
9563         (nvptx_declare_function_name): ...here.  Emit declaration of local
9564         memory space buffer for omp_simt_enter insn.
9565         (nvptx_output_unisimt_switch): New.
9566         (nvptx_output_softstack_switch): New.
9567         (nvptx_output_simt_enter): New.
9568         (nvptx_output_simt_exit): New.
9569         * config/nvptx/nvptx.h (struct machine_function): New fields
9570         has_simtreg, unisimt_location, simt_stack_size, simt_stack_align.
9571         * config/nvptx/nvptx.md (UNSPECV_SIMT_ENTER): New unspec.
9572         (UNSPECV_SIMT_EXIT): Ditto.
9573         (omp_simt_enter_insn): New insn.
9574         (omp_simt_enter): New expansion.
9575         (omp_simt_exit): New insn.
9576         * config/nvptx/nvptx.opt (msoft-stack-reserve-local): New option.
9578         * internal-fn.c (expand_GOMP_SIMT_ENTER): New.
9579         (expand_GOMP_SIMT_ENTER_ALLOC): New.
9580         (expand_GOMP_SIMT_EXIT): New.
9581         * internal-fn.def (GOMP_SIMT_ENTER): New internal function.
9582         (GOMP_SIMT_ENTER_ALLOC): Ditto.
9583         (GOMP_SIMT_EXIT): Ditto.
9584         * target-insns.def (omp_simt_enter): New insn.
9585         (omp_simt_exit): Ditto.
9586         * omp-low.c (struct omplow_simd_context): New fields simt_eargs,
9587         simt_dlist.
9588         (lower_rec_simd_input_clauses): Implement SIMT privatization.
9589         (lower_rec_input_clauses): Likewise.
9590         (lower_lastprivate_clauses): Handle SIMT privatization.
9592         * omp-offload.c: Include langhooks.h, tree-nested.h, stor-layout.h.
9593         (ompdevlow_adjust_simt_enter): New.
9594         (find_simtpriv_var_op): New.
9595         (execute_omp_device_lower): Handle IFN_GOMP_SIMT_ENTER,
9596         IFN_GOMP_SIMT_ENTER_ALLOC, IFN_GOMP_SIMT_EXIT.
9598         * tree-inline.h (struct copy_body_data): New field dst_simt_vars.
9599         * tree-inline.c (expand_call_inline): Handle SIMT privatization.
9600         (copy_decl_for_dup_finish): Ditto.
9602         * tree-ssa.c (execute_update_addresses_taken): Handle GOMP_SIMT_ENTER.
9604 2017-03-28  Uros Bizjak  <ubizjak@gmail.com>
9606         PR target/53383
9607         * config/i386/i386.c (ix86_option_override_internal): Always
9608         allow -mpreferred-stack-boundary=3 for 64-bit targets.
9610 2017-03-28  Bin Cheng  <bin.cheng@arm.com>
9612         * tree-vect-loop.c (optimize_mask_stores): Add bb to the right loop.
9614 2017-03-28  Bin Cheng  <bin.cheng@arm.com>
9616         * tree-vect-loop-manip.c (slpeel_add_loop_guard): New param and
9617         mark new edge's irreducible flag accordign to it.
9618         (vect_do_peeling): Check loop preheader edge's irreducible flag
9619         and pass it to function slpeel_add_loop_guard.
9621 2017-03-28  Richard Sandiford  <richard.sandiford@arm.com>
9623         PR tree-optimization/80218
9624         * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
9625         Update block frequencies and counts.
9627 2017-03-28  Richard Biener  <rguenther@suse.de>
9629         PR tree-optimization/78644
9630         * tree-ssa-ccp.c (evaluate_stmt): When we may not use the value
9631         of a simplification result we may not use it at all.
9633 2017-03-28  Richard Biener  <rguenther@suse.de>
9635         PR ipa/80205
9636         * tree-inline.c (copy_phis_for_bb): Do not create PHI node
9637         without arguments, generate default definition of a SSA name.
9639 2017-03-28  Richard Biener  <rguenther@suse.de>
9641         PR middle-end/80222
9642         * gimple-fold.c (gimple_fold_indirect_ref): Do not touch
9643         TYPE_REF_CAN_ALIAS_ALL references.
9644         * fold-const.c (fold_indirect_ref_1): Likewise.
9646 2017-03-28  Martin Liska  <mliska@suse.cz>
9648         PR ipa/80104
9649         * cgraphunit.c (cgraph_node::expand_thunk): Mark argument of a
9650         thunk call as DECL_GIMPLE_REG_P when vector or complex type.
9652 2017-03-28  Claudiu Zissulescu  <claziss@synopsys.com>
9653             Thomas Petazzoni  <thomas.petazzoni@free-electrons.com>
9655         * config/arc/arc.h (CPP_SPEC): Add subtarget_cpp_spec.
9656         (EXTRA_SPECS): Define.
9657         (SUBTARGET_EXTRA_SPECS): Likewise.
9658         (SUBTARGET_CPP_SPEC): Likewise.
9659         * config/arc/elf.h (EXTRA_SPECS): Renamed to
9660         SUBTARGET_EXTRA_SPECS.
9661         * config/arc/linux.h (SUBTARGET_CPP_SPEC): Define.
9663 2017-03-28  Claudiu Zissulescu  <claziss@synopsys.com>
9665         * config/arc/simdext.md (vst64_insn): Update pattern.
9666         (vld32wh_insn): Likewise.
9667         (vld32wl_insn): Likewise.
9668         (vld64_insn): Likewise.
9669         (vld32_insn): Likewise.
9671 2017-03-28  Marek Polacek  <polacek@redhat.com>
9673         PR sanitizer/80067
9674         * fold-const.c (fold_comparison): Use protected_set_expr_location
9675         instead of SET_EXPR_LOCATION.
9677 2017-03-28  Markus Trippelsdorf  <markus@trippelsdorf.de>
9679         * tree.c (add_expr): Avoid name lookup warning.
9681 2017-03-27  Jeff Law  <law@redhat.com>
9683         PR tree-optimization/80216
9684         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Fix typo in
9685         function name.  Limit recursion depth.
9686         (record_temporary_equivalences): Corresponding changes.
9688 2017-03-27  Jonathan Wakely  <jwakely@redhat.com>
9690         * doc/invoke.texi (-Wno-narrowing): Reorder so default behavior is
9691         covered first.
9693 2017-03-27  Jakub Jelinek  <jakub@redhat.com>
9695         PR target/80102
9696         * reg-notes.def (REG_CFA_NOTE): Define.  Use it for CFA related
9697         notes.
9698         * cfgcleanup.c (reg_note_cfa_p): New array.
9699         (insns_have_identical_cfa_notes): New function.
9700         (old_insns_match_p): Don't cross-jump in between /f
9701         and non-/f instructions.  If both i1 and i2 are frame related,
9702         verify all CFA notes, their order and content.
9704 2017-03-27  Michael Meissner  <meissner@linux.vnet.ibm.com>
9706         PR target/78543
9707         * config/rs6000/rs6000.md (bswaphi2_extenddi): Combine bswap
9708         HImode and SImode with zero extend to DImode to one insn.
9709         (bswap<mode>2_extenddi): Likewise.
9710         (bswapsi2_extenddi): Likewise.
9711         (bswaphi2_extendsi): Likewise.
9712         (bswaphi2): Combine bswap HImode and SImode into one insn.
9713         Separate memory insns from swapping register.
9714         (bswapsi2): Likewise.
9715         (bswap<mode>2): Likewise.
9716         (bswaphi2_internal): Delete, no longer used.
9717         (bswapsi2_internal): Likewise.
9718         (bswap<mode>2_load): Split bswap HImode/SImode into separate load,
9719         store, and gpr<-gpr swap insns.
9720         (bswap<mode>2_store): Likewise.
9721         (bswaphi2_reg): Register only splitter, combine with the splitter.
9722         (bswaphi2 splitter): Likewise.
9723         (bswapsi2_reg): Likewise.
9724         (bswapsi2 splitter): Likewise.
9725         (bswapdi2): If we have the LDBRX and STDBRX instructions, split
9726         the insns into load, store, and register/register insns.
9727         (bswapdi2_ldbrx): Likewise.
9728         (bswapdi2_load): Likewise.
9729         (bswapdi2_store): Likewise.
9730         (bswapdi2_reg): Likewise.
9732 2017-03-27  Gunther Nikl  <gnikl@users.sourceforge.net>
9734         * system.h (HAVE_DESIGNATED_INITIALIZERS): Fix non C++ case.
9735         (HAVE_DESIGNATED_UNION_INITIALIZERS): Likewise.
9737 2017-03-27  Kelvin Nilsen  <kelvin@gcc.gnu.org>
9739         PR target/80103
9740         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Edit and
9741         add comments.
9742         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
9743         special handling for target option conflicts between dform
9744         options (-mpower9-dform, -mpower9-dform-vector,
9745         -mpower9-dform-scalar) and -mno-direct-move.
9747 2017-03-27  Richard Biener  <rguenther@suse.de>
9749         PR tree-optimization/80181
9750         * tree-ssa-ccp.c (likely_value): UNDEFINED ^ X is UNDEFINED.
9752 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
9754         * config/arc/predicates.md (move_double_src_operand): Replace the
9755         call to move_double_src_operand with a call to address_operand.
9757 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
9759         * config/arc/elf.h (ARGET_ARC_TP_REGNO_DEFAULT): Define.
9760         * config/arc/linux.h (ARGET_ARC_TP_REGNO_DEFAULT): Likewise.
9761         * config/arc/arc.opt (mtp-regno): Use ARGET_ARC_TP_REGNO_DEFAULT.
9763 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
9765         * config/arc/predicates.md (long_immediate_loadstore_operand):
9766         Consider scaled addresses cases.
9768 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
9770         * config/arc/arc.c (arc_epilogue_uses): BLINK should be also
9771         restored when in interrupt.
9772         * config/arc/arc.md (simple_return): ARCv2 rtie instruction
9773         doesn't have delay slot.
9775 2017-03-27  Richard Biener  <rguenther@suse.de>
9777         PR ipa/79776
9778         * tree-ssa-structalias.c (associate_varinfo_to_alias): Skip
9779         inlined thunk clones.
9781 2017-03-27  Jakub Jelinek  <jakub@redhat.com>
9783         PR sanitizer/80168
9784         * asan.c (instrument_derefs): Copy over last operand from
9785         original COMPONENT_REF to the new COMPONENT_REF with
9786         DECL_BIT_FIELD_REPRESENTATIVE.
9787         * ubsan.c (instrument_object_size): Likewise.
9789 2017-03-27  Richard Biener  <rguenther@suse.de>
9791         PR tree-optimization/80170
9792         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Make
9793         sure DR/SCEV didnt fold in constants we do not see when looking
9794         at the reference base alignment.
9796 2017-03-27  Richard Biener  <rguenther@suse.de>
9798         PR middle-end/80171
9799         * gimple-fold.c (fold_ctor_reference): Properly guard against
9800         NULL return value from canonicalize_constructor_val.
9802 2017-03-25  Uros Bizjak  <ubizjak@gmail.com>
9804         PR target/80180
9805         * config/i386/i386.c (ix86_expand_builtin)
9806         <IX86_BUILTIN_RDSEED{16,32,64}_STEP>: Do not expand arg0 between
9807         flags reg setting and flags reg using instructions.
9808         <IX86_BUILTIN_RDRAND{16,32,64}_STEP>: Ditto.  Use non-flags reg
9809         clobbering instructions to zero extend op2.
9811 2017-03-25  Gerald Pfeifer  <gerald@pfeifer.com>
9813         * doc/install.texi (Configuration) <--with-aix-soname>:
9814         Update link to AIX ld.
9816 2017-03-25  Bernd Schmidt  <bschmidt@redhat.com>
9818         PR rtl-optimization/80160
9819         PR rtl-optimization/80159
9820         * lra-assigns.c (must_not_spill_p): Tighten new test to also take
9821         reg_alternate_class into account.
9823 2017-03-24  Vladimir Makarov  <vmakarov@redhat.com>
9825         PR target/80148
9826         * lra-assigns.c (assign_by_spills): Add spilled non-reload pseudos
9827         to consider in curr_insn_transform.
9829 2017-03-24  Jakub Jelinek  <jakub@redhat.com>
9831         * genrecog.c (validate_pattern): Add VEC_SELECT validation.
9832         * genmodes.c (emit_min_insn_modes_c): Call emit_mode_nunits
9833         and emit_mode_inner.
9835 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
9837         * config/s390/s390-builtins.def: Add VXE builtins.  Add a flags
9838         argument to the overloaded builtin variants.  Use the new flag to
9839         deprecate certain builtin variants.
9840         * config/s390/s390-builtin-types.def: Add new builtin types.
9841         * config/s390/s390-builtins.h: Support new flags field for
9842         overloaded builtins.
9843         * config/s390/s390-c.c (OB_DEF_VAR): New flags field.
9844         (s390_macro_to_expand): Enable vector float data type.
9845         (s390_cpu_cpp_builtins_internal): Indicate support of the new
9846         builtins by incrementing the __VEC__ version number.
9847         (s390_expand_overloaded_builtin): Support expansion of vec_xl and
9848         vec_xst.
9849         (s390_resolve_overloaded_builtin): Emit error messages depending
9850         on the builtin flags.
9851         * config/s390/s390.c (s390_expand_builtin): Support additional
9852         flags argument.  Change error message to match the messages
9853         emitted in s390-c.c.
9854         * config/s390/s390.md: New UNSPEC_* constants.
9855         (op_type): Add new instruction types.
9856         * config/s390/vecintrin.h: Add new builtins and test data class
9857         constants.
9858         * config/s390/vx-builtins.md (V_HW_32_64): Add V4SF.
9859         (V_HW_4, VEC_HW, VECF_HW): New mode iterators.
9860         (VEC_INEXACT, VEC_NOINEXACT): New constants.
9861         ("vec_splats<mode>", "vec_insert<mode>", "vec_promote<mode>")
9862         ("vec_insert_and_zero<mode>", "vec_mergeh<mode>")
9863         ("vec_mergel<mode>"): V_HW -> VEC_HW.
9865         ("vlrlrv16qi", "vstrlrv16qi", "vbpermv16qi", "vec_msumv2di")
9866         ("vmslg", "*vftci<mode>_cconly", "vftci<mode>_intcconly")
9867         ("*vftci<mode>", "vftci<mode>_intcc", "vec_double_s64")
9868         ("vec_double_u64", "vfmin<mode>", "vfmax<mode>"): New definition.
9870         ("and_av2df3", "and_cv2df3", "vec_andc_av2df3")
9871         ("vec_andc_cv2df3", "xor_av2df3", "xor_cv2df3", "vec_nor_av2df3")
9872         ("vec_nor_cv2df3", "ior_av2df3", "ior_cv2df3", "vec_nabs")
9873         ("*vftcidb", "*vftcidb_cconly", "vftcidb"): Remove definition.
9875         ("vec_all_<fpcmpcc:code>v2df", "vec_any_<fpcmpcc:code>v2df")
9876         ("vec_scatter_elementv4si_DI", "vec_cmp<fpcmp:code>v2df")
9877         ("vec_di_to_df_s64", "vec_di_to_df_u64", "vec_df_to_di_u64")
9878         ("vfidb", "*vldeb", "*vledb", "*vec_cmp<insn_cmp>v2df_cconly")
9879         ("vec_cmpeqv2df_cc", "vec_cmpeqv2df_cc", "vec_cmphv2df_cc")
9880         ("vec_cmphev2df_cc", "*vec_cmpeqv2df_cc")
9881         ("*vec_cmphv2df_cc", "*vec_cmphev2df_cc"): Enable new modes as ...
9883         ("vec_all_<fpcmpcc:code><mode>", "vec_any_<fpcmpcc:code><mode>")
9884         ("vec_scatter_element<V_HW_4:mode>_DI")
9885         ("vec_cmp<fpcmp:code><mode>", "vcdgb", "vcdlgb", "vclgdb")
9886         ("vec_fpint<mode>", "vflls")
9887         ("vflrd", "*vec_cmp<insn_cmp><mode>_cconly", "vec_cmpeq<mode>_cc")
9888         ("vec_cmpeq<mode>_cc", "vec_cmph<mode>_cc", "vec_cmphe<mode>_cc")
9889         ("*vec_cmpeq<mode>_cc", "*vec_cmph<mode>_cc")
9890         ("*vec_cmphe<mode>_cc"): ... these.
9892         ("vec_ctd_s64", "vec_ctsl", "vec_ctul", "vec_st2f"): Use rounding
9893         mode constant instead of magic value.
9895 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
9897         * config/s390/s390.c (s390_expand_vec_compare): Support other
9898         vector floating point modes than just V2DF.
9899         (s390_expand_vcond): Likewise.
9900         (s390_hard_regno_mode_ok): Allow SFmode values in VRs.
9901         (s390_cannot_change_mode_class): Prevent mode changes between TF
9902         and V1TF in vector registers.
9903         * config/s390/s390.md (DF, SF): New mode attributes.
9904         ("*cmp<mode>_ccs", "add<mode>3", "sub<mode>3", "mul<mode>3")
9905         ("fma<mode>4", "fms<mode>4", "div<mode>3", "*neg<mode>2"): Add
9906         SFmode support for VRs.
9907         * config/s390/vector.md (V_HW, V_HW2, VT_HW, ti*, nonvec): Add new
9908         vector fp modes.
9909         (VFT, VF_HW): New mode iterators.
9910         (vw, sdx): New mode attributes.
9911         ("addv2df3", "subv2df3", "mulv2df3", "divv2df3", "sqrtv2df2")
9912         ("fmav2df4","fmsv2df4", "negv2df2", "absv2df2", "*negabsv2df2")
9913         ("smaxv2df3", "sminv2df3", "*vec_cmp<VFCMP_HW_OP:code>v2df_nocc")
9914         ("vec_cmpuneqv2df", "vec_cmpltgtv2df", "vec_orderedv2df")
9915         ("vec_unorderedv2df"): Adjust the v2df only patterns to support
9916         also the new vector floating point modes.  Renaming to ...
9918         ("add<mode>3", "sub<mode>3", "mul<mode>3", "div<mode>3")
9919         ("sqrt<mode>2", "fma<mode>4", "fms<mode>4", "neg<mode>2")
9920         ("abs<mode>2", "negabs<mode>2", "smax<mode>3")
9921         ("smin<mode>3", "*vec_cmp<VFCMP_HW_OP:code><mode>_nocc")
9922         ("vec_cmpuneq<mode>", "vec_cmpltgt<mode>", "vec_ordered<mode>")
9923         ("vec_unordered<mode>"): ... these.
9925         ("neg_fma<mode>4", "neg_fms<mode>4", "*smax<mode>3_vxe")
9926         ("*smin<mode>3_vxe", "*sminv2df3_vx", "*vec_extendv4sf")
9927         ("*vec_extendv2df"): New insn definitions.
9929 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
9931         * config/s390/s390.md ("*adddi3_sign", "*subdi3_sign", "mulditi3")
9932         ("mulditi3_2", "*muldi3_sign"): New patterns.
9933         ("muldi3", "*muldi3", "mulsi3", "*mulsi3"): Add an expander and
9934         rename the pattern definition.
9936 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
9938         * config/s390/s390.md ("indirect_jump"): Turn insn definition into
9939         expander.
9940         ("*indirect_jump", "*indirect2_jump"): New pattern definitions.
9942 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
9944         * config/s390/s390.c (s390_expand_vec_init): Use vllezl
9945         instruction if possible.
9946         * config/s390/vector.md (vec_halfnumelts): New mode
9947         attribute.
9948         ("*vec_vllezlf<mode>"): New pattern.
9950 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
9952         * config/s390/vector.md ("popcountv16qi2", "popcountv8hi2")
9953         ("popcountv4si2", "popcountv2di2"): Rename to ...
9954         ("popcount<mode>2", "popcountv8hi2_vx", "popcountv4si2_vx")
9955         ("popcountv2di2_vx"): ... these and add !TARGET_VXE to the
9956         condition.
9957         ("popcount<mode>2_vxe"): New pattern.
9959 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
9961         * common/config/s390/s390-common.c (processor_flags_table): Add
9962         arch12.
9963         * config.gcc: Add arch12.
9964         * config/s390/driver-native.c (s390_host_detect_local_cpu):
9965         Default to arch12 for unknown CPU model numbers.
9966         * config/s390/s390-builtins.def: Add B_VXE builtin flag.
9967         * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Adjust
9968         PROCESSOR_max sanity check.
9969         * config/s390/s390-opts.h (enum processor_type): Add
9970         PROCESSOR_ARCH12.
9971         * config/s390/s390.c (processor_table): Add arch12.
9972         (s390_expand_builtin): Add check for B_VXE flag.
9973         (s390_issue_rate): Add PROCESSOR_ARCH12.
9974         (s390_get_sched_attrmask): Likewise.
9975         (s390_get_unit_mask): Likewise.
9976         (s390_sched_score): Enable z13 scheduling for arch12.
9977         (s390_sched_reorder): Likewise.
9978         (s390_sched_variable_issue): Likewise.
9979         * config/s390/s390.h (enum processor_flags): Add PF_ARCH12 and
9980         PF_VXE.
9981         (s390_tune_attr): Use z13 scheduling also for arch12.
9982         (TARGET_CPU_ARCH12, TARGET_CPU_ARCH12_P, TARGET_CPU_VXE)
9983         (TARGET_CPU_VXE_P, TARGET_ARCH12, TARGET_ARCH12_P, TARGET_VXE)
9984         (TARGET_VXE_P): New macros.
9985         * config/s390/s390.md: Add arch12 to cpu attribute.  Add arch12
9986         and vxe to cpu_facility.  Add arch12 and vxe to enabled attribute.
9987         * config/s390/s390.opt: Add arch12 as processor_type.
9989 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
9991         * config/s390/s390.md
9992         ("fixuns_truncdddi2", "fixuns_trunctddi2")
9993         ("fixuns_trunc<BFP:mode><GPR:mode>2"): Merge into ...
9994         ("fixuns_trunc<FP:mode><GPR:mode>2"): New expander.
9996         ("fixuns_trunc<BFP:mode><GPR:mode>2", "fixuns_trunc<mode>si2"):
9997         Rename expanders to ...
9999         ("fixuns_trunc<BFP:mode><GPR:mode>2_emu")
10000         ("fixuns_truncdddi2_emu"): ... these.
10002         ("fixuns_trunc<mode>si2_emu"): New expander.
10004         ("*fixuns_truncdfdi2_z13"): Rename to ...
10005         ("*fixuns_truncdfdi2_vx"): ... this.
10007 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10009         * config/s390/2964.md: Remove the single element vector compare
10010         instructions which are no longer used.
10011         * config/s390/s390.c (s390_select_ccmode): Remove handling of
10012         vector CCmodes.
10013         (s390_canonicalize_comparison): Remove handling of DFmode
10014         compares.
10015         (s390_expand_vec_compare_scalar): Remove function.
10016         (s390_emit_compare): Don't call s390_expand_vec_compare_scalar.
10017         * config/s390/s390.md ("*vec_cmp<insn_cmp>df_cconly"): Remove
10018         pattern.
10019         ("*cmp<mode>_ccs"): Add wfcdb instruction.
10021 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10023         * config/s390/s390.md ("mov<mode>_64dfp" DD_DF): Use vleig for loading a
10024         FP zero.
10025         ("*mov<mode>_64" DD_DF): Remove the vector instructions. These
10026         will anyway by matched by mov<mode>_64dfp.
10028 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10030         * config/s390/s390.md ("mov<mode>" SD_SF): Change vleg/vsteg to
10031         vlef/vstef.  Add missing operand to vleif.
10033 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10035         * config/s390/s390.c (s390_expand_vec_init): Enable vector load
10036         pair for all vector types with 64 bit elements.
10037         * config/s390/vx-builtins.md (V_HW_64): Move mode iterator to ...
10038         * config/s390/vector.md (V_HW_64): ... here.
10039         (V_128_NOSINGLE): New mode iterator.
10040         ("vec_init<V_HW:mode>"): Use V_128 as mode iterator.
10041         ("*vec_splat<mode>"): Use V_128_NOSINGLE mode iterator.
10042         ("*vec_tf_to_v1tf", "*vec_ti_to_v1ti"): New pattern definitions.
10043         ("*vec_load_pairv2di"): Change to ...
10044         ("*vec_load_pair<mode>"): ... this one.
10046 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10048         * config/s390/constraints.md: Add comments.
10049         (jKK): Reject element sizes > 8 bytes.
10050         * config/s390/s390.c (s390_split_ok_p): Enable splitting also for
10051         s_operands.
10052         * config/s390/s390.md: Add the s_operand checks formerly in
10053         s390_split_ok_p to various splitters where they are still
10054         required.
10055         * config/s390/vector.md ("mov<mode>" V_128): Add GPR alternatives
10056         for 128 bit vectors.  Plus two splitters.
10058 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10060         * config/s390/s390.md: Rename the cpu facilty vec to vx throughout
10061         the file.
10063 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10065         PR target/79893
10066         * config/s390/s390-c.c (s390_adjust_builtin_arglist): Issue an
10067         error if the boundary argument is not constant.
10069 2017-03-24  Jakub Jelinek  <jakub@redhat.com>
10071         PR rtl-optimization/80112
10072         * loop-doloop.c (doloop_condition_get): Don't check condition
10073         if cmp isn't SET with IF_THEN_ELSE src.
10075 2017-03-24  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
10077         PR tree-optimization/80158
10078         * gimple-ssa-strength-reduction.c (replace_mult_candidate): When
10079         replacing a candidate statement, also replace it for the
10080         candidate's alternate interpretation.
10081         (replace_rhs_if_not_dup): Likewise.
10082         (replace_one_candidate): Likewise.
10084 2017-03-24  Richard Biener  <rguenther@suse.de>
10086         PR tree-optimization/80167
10087         * graphite-isl-ast-to-gimple.c
10088         (translate_isl_ast_to_gimple::is_valid_rename): Handle default-defs
10089         properly.
10090         (translate_isl_ast_to_gimple::get_rename): Likewise.
10092 2017-03-23  Kelvin Nilsen  <kelvin@gcc.gnu.org>
10094         * config/rs6000/rs6000.c (rs6000_option_override_internal): Change
10095         handling of certain combinations of target options, including the
10096         combinations -mpower8-vector vs. -mno-vsx, -mpower9-vector vs.
10097         -mno-power8-vector, and -mpower9_dform vs. -mno-power9-vector.
10099 2017-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10101         PR target/71436
10102         * config/arm/arm.md (*load_multiple): Add reload_completed to
10103         matching condition.
10105 2017-03-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
10106             Richard Biener  <rguenth@suse.de>
10108         PR tree-optimization/79908
10109         PR tree-optimization/80136
10110         * tree-stdarg.c (expand_ifn_va_arg_1): For a VA_ARG whose LHS has
10111         been cast away, gimplify_and_add suffices.
10113 2017-03-23  Markus Trippelsdorf  <markus@trippelsdorf.de>
10115         * tree-vrp.c (identify_jump_threads): Delete avail_exprs.
10117 2017-03-23  Richard Biener  <rguenther@suse.de>
10119         PR tree-optimization/80032
10120         * gimplify.c (gimple_push_cleanup): Forced unconditional
10121         cleanups still have to go to the conditional_cleanups
10122         sequence.
10124 2017-03-22  Jakub Jelinek  <jakub@redhat.com>
10126         PR tree-optimization/80072
10127         * tree-ssa-reassoc.c (struct operand_entry): Change id field type
10128         to unsigned int.
10129         (next_operand_entry_id): Change type to unsigned int.
10130         (sort_by_operand_rank): Make sure to return the right return value
10131         even if unsigned fields are bigger than INT_MAX.
10132         (struct oecount): Change cnt and id type to unsigned int.
10133         (oecount_hasher::equal): Formatting fix.
10134         (oecount_cmp): Make sure to return the right return value
10135         even if unsigned fields are bigger than INT_MAX.
10136         (undistribute_ops_list): Change next_oecount_id type to unsigned int.
10138         PR c++/80129
10139         * gimplify.c (gimplify_modify_expr_rhs) <case COND_EXPR>: Clear
10140         TREE_READONLY on result if writing it more than once.
10142         PR sanitizer/80110
10143         * doc/invoke.texi (-fsanitize=thread): Document that with
10144         -fnon-call-exceptions atomics are not able to throw
10145         exceptions.
10147         PR sanitizer/80110
10148         * tsan.c: Include tree-eh.h.
10149         (instrument_builtin_call): Call maybe_clean_eh_stmt or
10150         maybe_clean_or_replace_eh_stmt where needed.
10151         (instrument_memory_accesses): Add cfg_changed argument.
10152         Call gimple_purge_dead_eh_edges on each block and set *cfg_changed
10153         if it returned true.
10154         (tsan_pass): Adjust caller.  Return TODO_cleanup_cfg if cfg_changed.
10156         PR rtl-optimization/63191
10157         * config/i386/i386.c (ix86_delegitimize_address): Turn into small
10158         wrapper function, moved the whole old content into ...
10159         (ix86_delegitimize_address_1): ... this.  New inline function.
10160         (ix86_find_base_term): Use ix86_delegitimize_address_1 with
10161         true as last argument instead of ix86_delegitimize_address.
10163 2017-03-22  Wilco Dijkstra  <wdijkstr@arm.com>
10165         * config/aarch64/aarch64.c (generic_branch_cost): Copy
10166         cortexa57_branch_cost.
10168 2017-03-22  Wilco Dijkstra  <wdijkstr@arm.com>
10170         * config/aarch64/aarch64.c (generic_tunings): Add AES fusion.
10172 2017-03-21  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
10174         PR target/80123
10175         * doc/md.texi (Constraints): Document wA constraint.
10176         * config/rs6000/constraints.md (wA): New.
10177         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add wA reg_class.
10178         (rs6000_init_hard_regno_mode_ok): Init wA constraint.
10179         * config/rs6000/rs6000.h (RS6000_CONSTRAINT_wA): New.
10180         * config/rs6000/vsx.md (vsx_splat_<mode>): Use wA constraint.
10182 2017-03-22  Cesar Philippidis  <cesar@codesourcery.com>
10184         PR c++/80029
10185         * gimplify.c (is_oacc_declared): New function.
10186         (oacc_default_clause): Use it to set default flags for acc declared
10187         variables inside parallel regions.
10188         (gimplify_scan_omp_clauses): Strip firstprivate pointers for acc
10189         declared variables.
10190         (gimplify_oacc_declare): Gimplify the declare clauses.  Add the
10191         declare attribute to any decl as necessary.
10193 2017-03-22  Thomas Preud'homme  <thomas.preudhomme@arm.com>
10195         PR target/80082
10196         * config/arm/arm-isa.h (isa_bit_lpae): New feature bit.
10197         (ISA_ARMv7ve): Add isa_bit_lpae to the definition.
10198         * config/arm/arm-protos.h (arm_arch7ve): Rename into ...
10199         (arm_arch_lpae): This.
10200         * config/arm/arm.c (arm_arch7ve): Rename into ...
10201         (arm_arch_lpae): This.  Define it in term of isa_bit_lpae.
10202         * config/arm/arm.h (TARGET_HAVE_LPAE): Redefine in term of
10203         arm_arch_lpae.
10205 2017-03-22  Martin Liska  <mliska@suse.cz>
10207         PR target/79906
10208         * config/rs6000/rs6000.c (rs6000_inner_target_options): Show
10209         error message instead of an ICE.
10211 2017-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
10213         * doc/extend.texi (6.11 Additional Floating Types): Revise.
10215 2017-03-21  Kelvin Nilsen  <kelvin@gcc.gnu.org>
10217         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Add
10218         comments.
10219         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
10220         comments.
10222 2017-03-21  Martin Sebor  <msebor@redhat.com>
10224         * doc/extend.texi: Use "cannot" instead of "can't."
10225         * doc/hostconfig.texi: Same.
10226         * doc/install.texi: Same.
10227         * doc/invoke.texi: Same.
10228         * doc/loop.texi: Same.
10229         * doc/md.texi: Same.
10230         * doc/objc.texi: Same.
10231         * doc/rtl.texi: Same.
10232         * doc/tm.texi: Same.
10233         * doc/tm.texi.in: Same.
10234         * doc/trouble.texi: Same.
10236 2017-03-21  Alexandre Oliva <aoliva@redhat.com>
10238         PR debug/63238
10239         * dwarf2out.c (struct checksum_attributes): Add at_alignment.
10240         (collect_checksum_attributes): Set it.
10241         (die_checksum_ordered): Use it.
10243 2017-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
10245         PR tree-optimization/79908
10246         * tree-stdarg.c (expand_ifn_va_arg_1): Revert the following
10247         change: For a VA_ARG whose LHS has been cast away, use
10248         force_gimple_operand to construct the side effects.
10250 2017-03-21  David Malcolm  <dmalcolm@redhat.com>
10252         PR translation/80001
10253         * omp-offload.c (oacc_loop_fixed_partitions): Make diagnostics
10254         more amenable to translation.
10255         (oacc_loop_auto_partitions): Likewise.
10257 2017-03-21  Marek Polacek  <polacek@redhat.com>
10258             Martin Sebor  <msebor@redhat.com>
10260         PR tree-optimization/80109
10261         * gimple-ssa-warn-alloca.c (alloca_call_type): Only call get_range_info
10262         on INTEGRAL_TYPE_P.
10264 2017-03-21  Jakub Jelinek  <jakub@redhat.com>
10265             Segher Boessenkool  <segher@kernel.crashing.org>
10267         PR target/80125
10268         * combine.c (can_combine_p): Revert the 2017-03-20 change, only
10269         check reg_used_between_p between insn and one of succ or succ2
10270         depending on if succ is artificial insn not inserted into insn
10271         stream.
10273 2017-03-21  Martin Liska  <mliska@suse.cz>
10275         PR gcov-profile/80081
10276         * Makefile.in: Add gcov-dump and fix installation of gcov-tool.
10277         * doc/gcc.texi: Include gcov-dump stuff.
10278         * doc/gcov-dump.texi: New file.
10280 2017-03-21  Toma Tabacu  <toma.tabacu@imgtec.com>
10282         PR rtl-optimization/79150
10283         * config/mips/mips.c (mips_block_move_loop): Emit a NOP after the
10284         conditional jump, if the jump is the last insn of the loop.
10286 2017-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
10287             Richard Biener  <rguenth@suse.de>
10289         PR tree-optimization/79908
10290         * tree-stdarg.c (expand_ifn_va_arg_1): For a VA_ARG whose LHS has
10291         been cast away, use force_gimple_operand to construct the side
10292         effects.
10294 2017-03-21  Martin Liska  <mliska@suse.cz>
10296         PR libfortran/79956
10297         * simplify-rtx.c (simplify_immed_subreg): Initialize a variable
10298         to NULL.
10300 2017-03-21  Brad Spengler <spender@grsecurity.net>
10302         PR plugins/80094
10303         * plugin.c (htab_hash_plugin): New function.
10304         (add_new_plugin): Use it and adjust.
10305         (parse_plugin_arg_opt): Adjust.
10306         (init_one_plugin): Likewise.
10308 2017-03-21  Richard Biener  <rguenther@suse.de>
10310         PR tree-optimization/80032
10311         * gimplify.c (gimple_push_cleanup): Add force_uncond parameter,
10312         if set force the cleanup to happen unconditionally.
10313         (gimplify_target_expr): Push inserted clobbers with force_uncond
10314         to avoid them being removed by control-dependent DCE.
10316 2017-03-21  Richard Biener  <rguenther@suse.de>
10318         PR tree-optimization/80122
10319         * tree-inline.c (copy_bb): Do not expans va-arg packs or
10320         va_arg_pack_len when the inlined call stmt requires pack
10321         expansion itself.
10322         * tree-inline.h (struct copy_body_data): Make call_stmt a gcall *.
10324 2017-03-21  Jakub Jelinek  <jakub@redhat.com>
10326         PR sanitizer/78158
10327         * tsan.c (instrument_builtin_call): If the memory model argument
10328         is not a constant, assume it is valid.
10330         PR c/67338
10331         * fold-const.c (round_up_loc): Negate divisor in unsigned type to
10332         avoid UB.
10334 2017-03-20  Segher Boessenkool  <segher@kernel.crashing.org>
10336         PR rtl-optimization/79910
10337         * combine.c (can_combine_p): Do not allow combining an I0 or I1
10338         if its dest is used by an insn before I2 (other than the combined
10339         insns themselves, which are properly handled already).
10341 2017-03-20  Segher Boessenkool  <segher@kernel.crashing.org>
10343         Revert:
10344         2017-03-17  Bernd Schmidt  <bschmidt@redhat.com>
10346         * combine.c (record_used_regs): New static function.
10347         (try_combine): Handle situations where there is an additional
10348         instruction between I2 and I3 which needs to have a LOG_LINK
10349         updated.
10351         Revert:
10352         2017-03-17  Jim Wilson  <jim.wilson@linaro.org>
10354         * combine.c (try_combine): Delete redundant i1 test.  Call
10355         prev_nonnote_nondebug_insn instead of prev_nonnote_insn.
10357 2017-03-20  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
10359         PR target/80083
10360         * config/rs6000/rs6000.md (*movsi_internal1): Fix constraints for
10361         alternatives 13/14.
10363 2017-03-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
10365         PR tree-optimization/80054
10366         * gimple-ssa-strength-reduction.c (all_phi_incrs_profitable): Fail
10367         the optimization if a PHI or any of its arguments is not dominated
10368         by the candidate's basis.  Use gphi* rather than gimple* as
10369         appropriate.
10370         (replace_profitable_candidates): Clean up a gimple* variable that
10371         should be a gphi* variable.
10373 2017-03-20  Martin Sebor  <msebor@redhat.com>
10375         PR c++/52477
10376         * doc/extend.texi (attribute constructor): Document present limitation.
10378 2017-03-20  Kelvin Nilsen  <kelvin@gcc.gnu.org>
10380         PR target/79963
10381         * config/rs6000/altivec.h (vec_all_ne): Under __cplusplus__ and
10382         __POWER9_VECTOR__ #ifdef control, change template definition to
10383         use Power9-specific built-in function.
10384         (vec_any_eq): Likewise.
10385         * config/rs6000/vector.md (vector_ae_v2di_p): Change the flag used
10386         to control outcomes from this test.
10387         (vector_ae_<mode>p): For VEC_F modes, likewise.
10389 2017-03-20  Ian Lance Taylor  <iant@google.com>
10391         * config/i386/i386.c (ix86_function_regparm): Save an extra
10392         register for -fsplit-stack with DECL_STATIC_CHAIN.
10394 2017-03-17  Palmer Dabbelt  <palmer@dabbelt.com>
10396         PR target/79912
10397         * config/riscv/riscv.c (riscv_preferred_reload_class): Remove.
10398         (TARGET_PREFERRED_RELOAD_CLASS): Likewise.
10400 2017-03-17  Palmer Dabbelt  <palmer@dabbelt.com>
10402         * config/riscv/riscv.c (riscv_print_operand): Use "fence
10403         iorw,ow".
10404         * config/riscv/sync.mc (mem_thread_fence_1): Use "fence
10405         iorw,iorw".
10407 2017-03-20  Marek Polacek  <polacek@redhat.com>
10409         PR sanitizer/80063
10410         * asan.c (DEF_SANITIZER_BUILTIN): Use do { } while (0).
10412 2017-03-20  Richard Biener  <rguenther@suse.de>
10414         PR tree-optimization/80113
10415         * graphite-isl-ast-to-gimple.c (copy_loop_phi_nodes): Do not
10416         allocate extra SSA name for PHI def.
10417         (add_close_phis_to_outer_loops): Likewise.
10418         (add_close_phis_to_merge_points): Likewise.
10419         (copy_loop_close_phi_args): Likewise.
10420         (copy_cond_phi_nodes): Likewise.
10422 2017-03-20  Martin Liska  <mliska@suse.cz>
10424         PR middle-end/79753
10425         * tree-chkp.c (chkp_build_returned_bound): Do not build
10426         returned bounds for a LHS that's not a BOUNDED_P type.
10428 2017-03-20  Martin Liska  <mliska@suse.cz>
10430         PR target/79769
10431         PR target/79770
10432         * tree-chkp.c (chkp_find_bounds_1): Handle REAL_CST,
10433         COMPLEX_CST and VECTOR_CST.
10435 2017-03-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10437         PR target/78857
10438         * config/s390/s390.md ("cmp<mode>_ccs_0"): Add a clobber of the
10439         target operand.  A new splitter adds the clobber statement in case
10440         the target operand is dead anyway.
10442 2017-03-19  Gerald Pfeifer  <gerald@pfeifer.com>
10444         * doc/install.texi (Specific) <sparc-*-linux*>: No longer refer
10445         to age-old versions of binutils and glibc.
10447 2017-03-18  Segher Boessenkool  <segher@kernel.crashing.org>
10449         * doc/contrib.texi (Contributors): Remove duplicate entry for myself.
10451 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
10453         * doc/contrib.texi (Contributors): Add Segher Boessenkool.
10455 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
10457         * doc/install.texi (Specific) <arm-*-eabi>: Remove old
10458         requirement for binutils 2.13.
10460 2017-03-17  Jim Wilson  <jim.wilson@linaro.org>
10462         * combine.c (try_combine): Delete redundant i1 test.  Call
10463         prev_nonnote_nondebug_insn instead of prev_nonnote_insn.
10465 2017-03-17  Palmer Dabbelt  <palmer@dabbelt.com
10467         * doc/install.texi (Specific) <riscv32-*-elf>: Add riscv32-*-elf,
10468         riscv32-*-linux, riscv64-*-elf, riscv64-*-linux to the table of
10469         contents.
10470         <riscv64-*-elf>: Re-arrange section
10471         <riscv32-*-elf>: Add a note about requiring binutils 2.28.
10472         <riscv32-*-linux>: Likewise.
10473         <riscv64-*-elf>: Likewise
10474         <riscv64-*-linux>: Likewise.
10476 2017-03-17  Richard Earnshaw  <rearnsha@arm.com>
10478         PR target/80052
10479         * aarch64.opt(verbose-cost-dump): Fix typo.
10481 2017-03-17  Pat Haugen  <pthaugen@us.ibm.com>
10483         PR target/79951
10484         * config/rs6000/rs6000.md (copysign<mode>3_fcpsgn): Test
10485         for VECTOR_UNIT_VSX_P (<MODE>mode) too.
10487 2017-03-17  Bernd Schmidt  <bschmidt@redhat.com>
10489         * reload.c (find_reloads): When reloading a nonoffsettable address,
10490         use RELOAD_OTHER for it and its address reloads.
10492         PR rtl-optimization/79910
10493         * combine.c (record_used_regs): New static function.
10494         (try_combine): Handle situations where there is an additional
10495         instruction between I2 and I3 which needs to have a LOG_LINK
10496         updated.
10498 2017-03-17  Jeff Law  <law@redhat.com>
10500         PR tree-optimization/71437
10501         * tree-vrp.c (simplify_stmt_for_jump_threading): Lookup the
10502         conditional in the hash table first.
10503         (vrp_dom_walker::before_dom_children): Extract condition from
10504         ASSERT_EXPR.  Record condition, its inverion and any implied
10505         conditions as well.
10507 2017-03-17  Marek Polacek  <polacek@redhat.com>
10508             Markus Trippelsdorf  <markus@trippelsdorf.de>
10510         PR tree-optimization/80079
10511         * gimple-ssa-store-merging.c (class pass_store_merging): Initialize
10512         m_stores_head.
10514 2017-03-17  Richard Biener  <rguenther@suse.de>
10516         PR middle-end/80075
10517         * tree-eh.c (stmt_could_throw_1_p): Only handle gimple assigns.
10518         Properly verify the LHS before the RHS possibly claims to be
10519         handled.
10520         (stmt_could_throw_p): Hande gimple conds fully here.  Clobbers
10521         do not throw.
10523 2017-03-17  Martin Jambor  <mjambor@suse.cz>
10525         * doc/invoke.texi (Option Options): Include -fipa-vrp in the list.
10526         (List of -O2 options): Likewise.
10527         (-fipa-bit-cp): Replace "ipa" with "interprocedural."
10528         (-fipa-vrp) New.
10530 2017-03-17  Tom de Vries  <tom@codesourcery.com>
10532         * gcov-dump.c (print_usage): Print bug_report_url.
10534 2017-03-17  Richard Biener  <rguenther@suse.de>
10536         PR middle-end/80050
10537         * genmatch.c (parser::next): Remove pointless check for CPP_EOF.
10538         (parser::peek): Likewise.
10540 2017-03-17  Richard Biener  <rguenther@suse.de>
10542         PR tree-optimization/80048
10543         * sese.c (free_sese_info): Properly release rename_map and
10544         copied_bb_map elements.
10546 2017-03-16  Alexandre Oliva <aoliva@redhat.com>
10548         * gimple-ssa-store-merging.c (struct imm_store_chain_info):
10549         Add linked-list forward and backlinks.  Insert on
10550         construction, remove on destruction.
10551         (class pass_store_merging): Add m_stores_head field.
10552         (pass_store_merging::terminate_and_process_all_chains):
10553         Iterate over m_stores_head list.
10554         (pass_store_merging::terminate_all_aliasing_chains):
10555         Likewise.
10556         (pass_store_merging::execute): Check for debug stmts first.
10557         Push new chains onto the m_stores_head stack.
10559 2017-03-16  Michael Meissner  <meissner@linux.vnet.ibm.com>
10561         PR target/71294
10562         * config/rs6000/vsx.md (vsx_splat_<mode>, VSX_D iterator): Allow a
10563         SPLAT operation on ISA 2.07 64-bit systems that have direct move,
10564         but no MTVSRDD support, by doing MTVSRD and XXPERMDI.
10566 2017-03-16  Jeff Law  <law@redhat.com>
10568         PR tree-optimization/71437
10569         * tree-ssa-dom.c (dom_opt_dom_walker): Remove thread_across_edge
10570         member function.  Implementation moved into after_dom_children
10571         member function and into the threader's thread_outgoing_edges
10572         function.
10573         (dom_opt_dom_walker::after_dom_children): Simplify by moving
10574         some code into new thread_outgoing_edges.
10575         * tree-ssa-threadedge.c (thread_across_edge): Make static and simplify
10576         definition.  Simplify marker handling (do it here).   Assume we always
10577         have the available expression and the const/copies tables.
10578         (thread_outgoing_edges): New function extracted from tree-ssa-dom.c
10579         and tree-vrp.c
10580         * tree-ssa-threadedge.h (thread_outgoing_edges): Declare.
10581         * tree-vrp.c (equiv_stack): No longer file scoped.
10582         (vrp_dom_walker): New class.
10583         (vrp_dom_walker::before_dom_children): New member function.
10584         (vrp_dom_walker::after_dom_children): Likewise.
10585         (identify_jump_threads):  Setup domwalker.  Use it rather than
10586         walking edges in a random order by hand.  Simplify setup/finalization.
10587         (finalize_jump_threads): Remove.
10588         (vrp_finalize): Do not call identify_jump_threads here.
10589         (execute_vrp): Do it here instead and call thread_through_all_blocks
10590         here too.
10592         PR tree-optimization/71437
10593         * tree-ssa-dom.c (pfn_simplify): Add basic_block argument.  All
10594         callers changed.
10595         (simplify_stmt_for_jump_threading): Add basic_block argument.  All
10596         callers changed.
10597         (lhs_of_dominating_assert): Moved from here into tree-vrp.c.
10598         (dom_opt_dom_walker::thread_across_edge): Remove
10599         handle_dominating_asserts argument.  All callers changed.
10600         (record_temporary_equivalences_from_stmts_at_dest): Corresponding
10601         changes.  Remove calls to lhs_of_dominating_assert.  Other
10602         uses of handle_dominating_asserts turn into unconditional code
10603         (simplify_control_stmt_condition_1): Likewise.
10604         (simplify_control_stmt_condition): Likewise.
10605         (thread_through_normal_block, thread_across_edge): Likewise.
10606         * tree-ssa-threadedge.h (thread_across_edge): Corresponding changes.
10607         * tree-vrp.c (lhs_of_dominating_assert): Move here.  Return original
10608         object if it is not an SSA_NAME.
10609         (simplify_stmt_for_jump_threading): Call lhs_of_dominating_assert
10610         before calling into the VRP specific simplifiers.
10611         (identify_jump_threads): Remove handle_dominating_asserts
10612         argument.
10614 2017-03-16  Jakub Jelinek  <jakub@redhat.com>
10616         PR fortran/79886
10617         * tree-diagnostic.c (default_tree_printer): No longer static.
10618         * tree-diagnostic.h (default_tree_printer): New prototype.
10620 2017-03-16  Tamar Christina  <tamar.christina@arm.com>
10622         * config/aarch64/aarch64-simd.md (*aarch64_simd_mov<mode>)
10623         Change ins into fmov.
10625 2017-03-16  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10627         * config/aarch64/iterators.md (h_con): Return "x" for V4HF and V8HF.
10628         * config/aarch64/aarch64-simd.md (*aarch64_fma4_elt_from_dup<mode>):
10629         Use h_con constraint for operand 1.
10630         (*aarch64_fnma4_elt_from_dup<mode>): Likewise.
10631         (*aarch64_mulx_elt_from_dup<mode>): Likewise for operand 2.
10633 2017-03-15  Jeff Law  <law@redhat.com>
10635         PR tree-optimization/71437
10636         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): New function.
10637         (record_temporary_equivalences): Use it.
10639         PR tree-optimization/71437
10640         * tree-ssa-dom.c (struct cond_equivalence): Moved from here into
10641         tree-ssa-scopedtables.
10642         (lookup_avail_expr, build_and_record_new_cond): Likewise.
10643         (record_conditions, record_cond, vuse_eq): Likewise.
10644         (record_edge_info): Adjust to API tweak of record_conditions.
10645         (simplify_stmt_for_jump_threading): Similarly for lookup_avail_expr.
10646         (record_temporary_equivalences, optimize_stmt): Likewise.
10647         (eliminate_redundant_computations): Likewise.
10648         (record_equivalences_from_stmt): Likewise.
10649         * tree-ssa-scopedtables.c: Include options.h and params.h.
10650         (vuse_eq): New function, moved from tree-ssa-dom.c
10651         (build_and_record_new_cond): Likewise.
10652         (record_conditions): Likewise.  Accept vector of conditions rather
10653         than edge_equivalence structure for first argument.
10654         for the first argument.
10655         (avail_exprs_stack::lookup_avail_expr): New member function, moved
10656         from tree-ssa-dom.c.
10657         (avail_exprs_stack::record_cond): Likewise.
10658         * tree-ssa-scopedtables.h (struct cond_equivalence): Moved here
10659         from tree-ssa-dom.c.
10660         (avail_exprs_stack): Add new member functions lookup_avail_expr
10661         and record_cond.
10662         (record_conditions): Declare.
10664 2017-03-15  Vladimir Makarov  <vmakarov@redhat.com>
10666         PR target/80017
10667         * lra-constraints.c (process_alt_operands): Increase reject for
10668         reloading an input/output operand.
10670 2017-03-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
10672         PR target/79038
10673         * config/rs6000/rs6000.md (float<QHI:mode><IEEE128:mode>2): Define
10674         insns to convert from signed/unsigned char/short to IEEE 128-bit
10675         floating point.
10676         (floatuns<QHI:mode><IEEE128:mode>2): Likewise.
10678 2017-03-15  Uros Bizjak  <ubizjak@gmail.com>
10680         PR target/80019
10681         * config/i386/i386.c (ix86_vector_duplicate_value): Create
10682         subreg of inner mode for values already in registers.
10684 2017-03-15  Bernd Schmidt  <bschmidt@redhat.com>
10686         * config/c6x/c6x.c (hwloop_optimize): Handle case where the old
10687         iteration reg is used after the loop.
10689 2017-03-14  Martin Sebor  <msebor@redhat.com>
10691         PR tree-optimization/79800
10692         * gimple-ssa-sprintf.c (format_floating: Add argument.  Handle
10693         precision in negative-positive range.
10694         (format_floating): Call non-const overload with adjusted precision.
10696 2017-03-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
10698         PR target/79947
10699         * config/rs6000/rs6000.h (TARGET_FRSQRTES): Add check for
10700         -mpowerpc-gfxopt.
10702 2017-03-14  Martin Sebor  <msebor@redhat.com>
10704         PR middle-end/80020
10705         * builtin-attrs.def (ATTR_ALLOC_SIZE_2_NOTHROW_LIST): New macro.
10706         * builtins.def (aligned_alloc): Use it.
10708         PR c/79936
10709         * Makefile.in (GTFILES): Add calls.c.
10710         * calls.c: Include "gt-calls.h".
10712 2017-03-14  Bernd Schmidt  <bschmidt@redhat.com>
10714         PR rtl-optimization/79728
10715         * regs.h (struct target_regs): New field
10716         x_contains_allocatable_regs_of_mode.
10717         (contains_allocatable_regs_of_mode): New macro.
10718         * reginfo.c (init_reg_sets_1): Initialize it, and change
10719         contains_reg_of_mode so it includes global regs as well.
10720         * reload.c (push_reload): Use contains_allocatable_regs_of_mode
10721         rather than contains_regs_of_mode.
10723 2017-03-14  Martin Liska  <mliska@suse.cz>
10725         * doc/invoke.texi: Document options that can't be combined with
10726         -fcheck-pointer-bounds.
10728 2017-03-14  Martin Liska  <mliska@suse.cz>
10730         PR middle-end/79831
10731         * doc/invoke.texi (-Wchkp): Document the option.
10733 2017-03-14  Martin Liska  <mliska@suse.cz>
10735         * Makefile.in: Install gcov-dump.
10737 2017-03-14  Martin Liska  <mliska@suse.cz>
10739         * multiple_target.c (expand_target_clones): Bail out for
10740         an invalid attribute.
10742 2017-03-14  Richard Biener  <rguenther@suse.de>
10744         * alias.c (struct alias_set_entry): Pack properly.
10745         * cfgloop.h (struct loop): Likewise.
10746         * cse.c (struct set): Likewise.
10747         * ipa-utils.c (struct searchc_env): Likewise.
10748         * loop-invariant.c (struct invariant): Likewise.
10749         * lra-remat.c (struct cand): Likewise.
10750         * recog.c (struct change_t): Likewise.
10751         * rtl.h (struct address_info): Likewise.
10752         * symbol-summary.h (function_summary): Likewise.
10753         * tree-loop-distribution.c (struct partition): Likewise.
10754         * tree-object-size.c (struct object_size_info): Likewise.
10755         * tree-ssa-loop-ivopts.c (struct cost_pair): Likewise.
10756         * tree-ssa-threadupdate.c (struct ssa_local_info_t): Likewise.
10757         * tree-vect-data-refs.c (struct _vect_peel_info): Likewise.
10758         * tree-vect-slp.c (struct _slp_oprnd_info): Likewise.
10759         * tree-vect-stmts.c (struct simd_call_arg_info): Likewise.
10760         * tree-vectorizer.h (struct _loop_vec_info): Likewise.
10761         (struct _stmt_vec_info): Likewise.
10763 2017-03-14  Martin Liska  <mliska@suse.cz>
10765         PR target/79892
10766         * multiple_target.c (create_dispatcher_calls): Check that
10767         a target can create a function dispatcher.
10769 2017-03-14  Martin Liska  <mliska@suse.cz>
10771         PR lto/66295
10772         * multiple_target.c (expand_target_clones): Drop local.local
10773         flag for default implementation.
10775 2017-03-14  Richard Biener  <rguenther@suse.de>
10777         PR tree-optimization/80030
10778         * tree-vect-stmts.c (vectorizable_store): Plug memleak.
10780 2017-03-13  Kito Cheng  <kito.cheng@gmail.com>
10782         * config/riscv/riscv.c (riscv_emit_float_compare>: Use
10783         gcc_fallthrough() instead of __attribute__((fallthrough));
10785 2017-03-13  Gerald Pfeifer  <gerald@pfeifer.com>
10787         * doc/gcc.texi: Remove "up" link to (DIR).
10788         * doc/gccint.texi: Ditto.
10790 2017-03-13  Gerald Pfeifer  <gerald@pfeifer.com>
10792         * doc/install.texi (Specific) <avr>: Remove reference to
10793         binutils 2.13.
10795 2017-03-13  Jeff Law  <law@redhat.com>
10797         * config/riscv/riscv.c (riscv_emit_float_compare): Use fallthru
10798         attribute rather than comments.
10800         * config/pdp11/pdp11.md (movmemhi): Adjust operand numbers to
10801         match_scratch operand is highest.
10803 2017-03-13  Martin Liska  <mliska@suse.cz>
10805         PR middle-end/78339
10806         * ipa-pure-const.c (warn_function_noreturn): If the declarations
10807         is a CHKP clone, use original declaration.
10809 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
10811         * config/arc/arc.c (arc_init): Use multiplier whenever we have it.
10812         (arc_conditional_register_usage): Use a different allocation order
10813         when optimizing for size.
10814         * common/config/arc/arc-common.c (arc_option_optimization_table):
10815         Section anchors default on when optimizing for size.
10817 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
10819         * config/arc/arc.md (*tst_bitfield_tst): Fix pattern.
10821 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
10823         * config/arc/arc.c (arc_output_addsi): Emit code density adds.
10824         * config/arc/arc.md (cpu_facility): Add cd variant.
10825         (*movqi_insn): Add code density variant.
10826         (*movhi_insn): Likewise.
10827         (*movqi_insn): Likewise.
10828         (*addsi3_mixed): Likewise.
10829         (subsi3_insn): Likewise.
10831 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
10833         * config/arc/arc.md (movsi_cond_exec): Update constraint.
10835 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
10837         * config/arc/arc.c (arc_legitimize_pic_address): Handle PIC
10838         expressions with MINUS and UNARY ops.
10840 2017-03-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10842         PR target/79911
10843         * config/arm/neon.md (vec_sel_widen_ssum_lo<VQI:mode><VW:mode>3):
10844         Rename to...
10845         (vec_sel_widen_ssum_lo<mode><V_half>3): ... This. Avoid mismatch
10846         between vec_select and vector argument.
10847         (vec_sel_widen_ssum_hi<VQI:mode><VW:mode>3): Rename to...
10848         (vec_sel_widen_ssum_hi<mode><V_half>3): ... This. Likewise.
10849         (vec_sel_widen_usum_lo<VQI:mode><VW:mode>3): Rename to...
10850         (vec_sel_widen_usum_lo<mode><V_half>3): ... This.
10851         (vec_sel_widen_usum_hi<VQI:mode><VW:mode>3): Rename to...
10852         (vec_sel_widen_usum_hi<mode><V_half>3): ... This.
10854 2017-03-13  Richard Biener  <rguenther@suse.de>
10856         PR other/79991
10857         * params.def (vect-max-peeling-for-alignment): Fix typo.
10859 2017-03-12  Gerald Pfeifer  <gerald@pfeifer.com>
10861         * doc/install.texi (Specific) <mips-*-*>: Remove description of
10862         issue that only occurred with binutils below 2.18.
10864 2017-03-12  Gerald Pfeifer  <gerald@pfeifer.com>
10866         * doc/install.texi (Specific) <cris-axis-elf>: No longer
10867         refer to binutils 2.11/2.12 minimum.
10869 2017-03-12  Gerald Pfeifer  <gerald@pfeifer.com>
10871         * doc/install.texi (Specific) <powerpc-*-*>: Remove link to
10872         ftp.kernel.org and simplify binutils requirement.
10874 2017-03-11  Gerald Pfeifer  <gerald@pfeifer.com>
10876         * doc/invoke.texi (Warning Options): Fix spelling of link-time
10877         optimization.
10878         (Optimize Options): Ditto.  Also remove redundancy.
10880 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
10882         PR translation/79848
10883         * ipa-devirt.c (warn_types_mismatch): Simplify uses of "%<%s%>" to
10884         "%qs".
10885         * ipa-pure-const.c (suggest_attribute): Likewise.  Convert _
10886         to G_ to avoid double translation.
10888 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
10890         PR translation/79923
10891         * auto-profile.c (get_combined_location): Convert leading
10892         character of diagnostics to lower case and remove trailing period.
10893         (read_profile): Likewise for various diagnostics.
10894         * config/arm/arm.c (arm_option_override): Remove trailing period
10895         from various diagnostics.
10896         * config/msp430/msp430.c (msp430_expand_delay_cycles): Likewise.
10897         (msp430_expand_delay_cycles): Likewise.
10899 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
10901         PR target/79925
10902         * config/aarch64/aarch64.c (aarch64_validate_mcpu): Quote the
10903         full command-line argument, rather than just "str".
10904         (aarch64_validate_march): Likewise.
10905         (aarch64_validate_mtune): Likewise.
10907 2017-03-10  Bernd Schmidt  <bschmidt@redhat.com>
10909         PR rtl-optimization/78911
10910         * lra-assigns.c (must_not_spill_p): New function.
10911         (spill_for): Use it.
10913 2017-03-10  Jakub Jelinek  <jakub@redhat.com>
10915         PR tree-optimization/79981
10916         * tree-vrp.c (extract_range_basic): Handle IMAGPART_EXPR of
10917         ATOMIC_COMPARE_EXCHANGE ifn result.
10918         (stmt_interesting_for_vrp, vrp_visit_stmt): Handle
10919         IFN_ATOMIC_COMPARE_EXCHANGE.
10921 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
10923         PR driver/79875
10924         * opts.c (parse_sanitizer_options): Add missing question mark to
10925         "did you mean" message.
10927 2017-03-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
10929         * config/rs6000/rs6000-builtin.def (VMULEUB_UNS): Remove orphaned
10930         built-in.
10931         (VMULEUH_UNS): Likewise.
10932         (VMULOUB_UNS): Likewise.
10933         (VMULOUH_UNS): Likewise.
10934         * config/rs6000/rs6000.c (builtin_function_type): Remove
10935         references to ALTIVEC_BUILTIN_VMUL[EO]U[BH]_UNS.
10937 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
10939         PR bootstrap/79952
10940         * read-rtl-function.c (function_reader::read_rtx_operand): Update
10941         x with result of extra_parsing_for_operand_code_0.
10942         (function_reader::extra_parsing_for_operand_code_0): Convert
10943         return type from void to rtx, returning x.  When reading
10944         SYMBOL_REF with SYMBOL_FLAG_HAS_BLOCK_INFO, reallocate x to the
10945         larger size containing struct block_symbol.
10947 2017-03-10  Segher Boessenkool  <segher@kernel.crashing.org>
10949         * config/rs6000/rs6000.c (rs6000_option_override_internal): Disallow
10950         -mfloat128-hardware without -m64.
10952 2017-03-10  Will Schmidt <will_schmidt@vnet.ibm.com>
10954         PR target/79941
10955         * config/rs6000/rs6000.c (builtin_function_type): Add VMUL*U[HB]
10956         entries to the case statement that marks unsigned arguments to
10957         overloaded functions.
10959 2017-03-10  Kelvin Nilsen  <kelvin@gcc.gnu.org>
10961         * config/rs6000/rs6000.c (rs6000_option_override_internal): Fix
10962         two typographic errors in the handling of TARGET_UPPER_REGS_DI.
10964 2017-03-10  Pat Haugen  <pthaugen@us.ibm.com>
10966         PR target/79907
10967         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Test
10968         TARGET_UPPER_REGS_DI when setting 'wi' constraint regclass.
10970 2017-03-10  Martin Liska  <mliska@suse.cz>
10972         PR target/65705
10973         PR target/69804
10974         * toplev.c (process_options): Enable MPX with LSAN and UBSAN.
10975         * tree-chkp.c (chkp_walk_pointer_assignments): Verify that
10976         FIELD != NULL.
10978 2017-03-10  Olivier Hainque  <hainque@adacore.com>
10980         * tree-switch-conversion (array_value_type): Start by resetting
10981         candidate type to it's main variant.
10983 2017-03-10  Jakub Jelinek  <jakub@redhat.com>
10985         PR rtl-optimization/79909
10986         * combine.c (try_combine): Use simplify_replace_rtx on individual
10987         CALL_INSN_FUNCTION_USAGE elements instead of replace_rtx on copy_rtx
10988         of the whole CALL_INSN_FUNCTION_USAGE.
10990         PR tree-optimization/79972
10991         * gimple-ssa-warn-alloca.c (alloca_call_type): Only call
10992         get_range_info on SSA_NAMEs.  Formatting fixes.
10994 2017-03-10  Richard Biener  <rguenther@suse.de>
10995             Jakub Jelinek  <jakub@redhat.com>
10997         PR tree-optimization/77975
10998         * tree-ssa-loop-niter.c (get_base_for): Allow phi argument from latch
10999         edge to be constant.
11000         (get_val_for): For constant x return it.  Formatting fix.
11001         (loop_niter_by_eval): Avoid pointless looping if the next iteration
11002         would use the same bases as the current one.
11004 2017-03-09  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
11006         * config/rs6000/rs6000.c (rs6000_gen_le_vsx_permute): Use rotate
11007         instead of vec_select for V1TImode.
11008         * conifg/rs6000/vsx.md (VSX_LE): Remove mode iterator that is no
11009         longer needed.
11010         (VSX_LE_128): Add V1TI to this mode iterator.
11011         (*vsx_le_perm_load_<mode>): Change to use VSX_D mode iterator.
11012         (*vsx_le_perm_store_<mode>): Likewise.
11013         (pre-reload splitter for VSX stores): Likewise.
11014         (post-reload splitter for VSX stores): Likewise.
11015         (*vsx_xxpermdi2_le_<mode>): Likewise.
11016         (*vsx_lxvd2x2_le_<mode>): Likewise.
11017         (*vsx_stxvd2x2_le_<mode>): Likewise.
11019 2017-03-09  Michael Eager  <eager@eagercon.com>
11021         Correct failures with --enable-checking=yes,rtl.
11023         * config/microblaze/microblaze.c (microblaze_expand_shift):
11024         Replace GET_CODE test with CONST_INT_P and INTVAL test with
11025         test for const0_rtx.
11026         * config/microblaze/microblaze.md (ashlsi3_byone, ashrsi3_byone,
11027         lshrsi3_byone): Replace INTVAL with test for const1_rtx.
11029 2017-03-09  Richard Biener  <rguenther@suse.de>
11031         PR tree-optimization/79977
11032         * graphite-scop-detection.c (scop_detection::merge_sese):
11033         Handle the case of extra exits to blocks dominating the entry.
11035 2017-03-09  Toma Tabacu  <toma.tabacu@imgtec.com>
11037         * doc/sourcebuild.texi (Effective-Target Keywords, Other attributes):
11038         Document rdynamic.
11040 2017-03-09  Vladimir Makarov  <vmakarov@redhat.com>
11042         PR rtl-optimization/79949
11043         * lra-constraints.c (process_alt_operands): Check memory when
11044         trying to predict a cycle.  Print about the overall increase.
11046 2017-03-09  Richard Biener  <rguenther@suse.de>
11048         PR middle-end/79971
11049         * gimple-expr.c (useless_type_conversion_p): Preserve
11050         TYPE_SATURATING for fixed-point types.
11052 2017-03-09  Richard Biener  <rguenther@suse.de>
11054         PR ipa/79970
11055         * ipa-prop.c (ipa_modify_formal_parameters): Avoid changing
11056         alignment of BLKmode params.
11058 2017-03-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11060         PR target/79913
11061         * config/aarch64/iterators.md (VALL_F16_NO_V2Q): New mode iterator.
11062         (VALL_NO_V2Q): Likewise.
11063         (VDQF_DF): Delete.
11064         * config/aarch64/aarch64-simd.md
11065         (aarch64_dup_lane_<vswap_width_name><mode>): Use VALL_F16_NO_V2Q
11066         iterator.
11067         (*aarch64_simd_vec_copy_lane_<vswap_width_name><mode>): Use
11068         VALL_NO_V2Q mode iterator.
11069         (*aarch64_vgetfmulx<mode>): Use VDQF iterator.
11071 2017-03-09  Martin Liska  <mliska@suse.cz>
11073         PR tree-optimization/79631
11074         * tree-chkp-opt.c (chkp_is_constant_addr): Call
11075         tree_int_cst_sign_bit just for INTEGER constants.
11077 2017-03-09  Martin Liska  <mliska@suse.cz>
11079         PR target/65705
11080         PR target/69804
11081         * toplev.c (process_options): Disable -fcheck-pointer-bounds with
11082         sanitizers.
11084 2017-03-09  Marek Polacek  <polacek@redhat.com>
11086         PR c++/79672
11087         * tree.c (inchash::add_expr): Handle TREE_VEC.
11089 2017-03-09  Martin Liska  <mliska@suse.cz>
11091         PR ipa/79764
11092         (chkp_narrow_size_and_offset): New function.
11093         (chkp_parse_array_and_component_ref): Support BIT_FIELD_REF.
11094         (void chkp_parse_bit_field_ref): New function.
11095         (chkp_make_addressed_object_bounds): Add case for BIT_FIELD_REF.
11096         (chkp_process_stmt): Use chkp_parse_bit_field_ref.
11098 2017-03-09  Martin Liska  <mliska@suse.cz>
11100         PR ipa/79761
11101         * tree-chkp.c (chkp_get_bound_for_parm): Get bounds for a param.
11102         (chkp_find_bounds_1): Remove gcc_unreachable.
11104 2017-03-09  Jakub Jelinek  <jakub@redhat.com>
11106         PR sanitizer/79944
11107         * asan.c (get_mem_refs_of_builtin_call): For BUILT_IN_ATOMIC* and
11108         BUILT_IN_SYNC*, determine the access type from the size suffix and
11109         always build a MEM_REF with that type.  Handle forgotten
11110         BUILT_IN_SYNC_FETCH_AND_NAND_16 and BUILT_IN_SYNC_NAND_AND_FETCH_16.
11112         PR target/79932
11113         * config/i386/avx512vlintrin.h (_mm256_cmpge_epi32_mask,
11114         _mm256_cmpge_epi64_mask, _mm256_cmpge_epu32_mask,
11115         _mm256_cmpge_epu64_mask, _mm256_cmple_epi32_mask,
11116         _mm256_cmple_epi64_mask, _mm256_cmple_epu32_mask,
11117         _mm256_cmple_epu64_mask, _mm256_cmplt_epi32_mask,
11118         _mm256_cmplt_epi64_mask, _mm256_cmplt_epu32_mask,
11119         _mm256_cmplt_epu64_mask, _mm256_cmpneq_epi32_mask,
11120         _mm256_cmpneq_epi64_mask, _mm256_cmpneq_epu32_mask,
11121         _mm256_cmpneq_epu64_mask, _mm256_mask_cmpge_epi32_mask,
11122         _mm256_mask_cmpge_epi64_mask, _mm256_mask_cmpge_epu32_mask,
11123         _mm256_mask_cmpge_epu64_mask, _mm256_mask_cmple_epi32_mask,
11124         _mm256_mask_cmple_epi64_mask, _mm256_mask_cmple_epu32_mask,
11125         _mm256_mask_cmple_epu64_mask, _mm256_mask_cmplt_epi32_mask,
11126         _mm256_mask_cmplt_epi64_mask, _mm256_mask_cmplt_epu32_mask,
11127         _mm256_mask_cmplt_epu64_mask, _mm256_mask_cmpneq_epi32_mask,
11128         _mm256_mask_cmpneq_epi64_mask, _mm256_mask_cmpneq_epu32_mask,
11129         _mm256_mask_cmpneq_epu64_mask, _mm_cmpge_epi32_mask,
11130         _mm_cmpge_epi64_mask, _mm_cmpge_epu32_mask, _mm_cmpge_epu64_mask,
11131         _mm_cmple_epi32_mask, _mm_cmple_epi64_mask, _mm_cmple_epu32_mask,
11132         _mm_cmple_epu64_mask, _mm_cmplt_epi32_mask, _mm_cmplt_epi64_mask,
11133         _mm_cmplt_epu32_mask, _mm_cmplt_epu64_mask, _mm_cmpneq_epi32_mask,
11134         _mm_cmpneq_epi64_mask, _mm_cmpneq_epu32_mask, _mm_cmpneq_epu64_mask,
11135         _mm_mask_cmpge_epi32_mask, _mm_mask_cmpge_epi64_mask,
11136         _mm_mask_cmpge_epu32_mask, _mm_mask_cmpge_epu64_mask,
11137         _mm_mask_cmple_epi32_mask, _mm_mask_cmple_epi64_mask,
11138         _mm_mask_cmple_epu32_mask, _mm_mask_cmple_epu64_mask,
11139         _mm_mask_cmplt_epi32_mask, _mm_mask_cmplt_epi64_mask,
11140         _mm_mask_cmplt_epu32_mask, _mm_mask_cmplt_epu64_mask,
11141         _mm_mask_cmpneq_epi32_mask, _mm_mask_cmpneq_epi64_mask,
11142         _mm_mask_cmpneq_epu32_mask, _mm_mask_cmpneq_epu64_mask): Move
11143         definitions outside of __OPTIMIZE__ guarded section.
11145         PR target/79932
11146         * config/i386/avx512bwintrin.h (_mm512_packs_epi32,
11147         _mm512_maskz_packs_epi32, _mm512_mask_packs_epi32,
11148         _mm512_packus_epi32, _mm512_maskz_packus_epi32,
11149         _mm512_mask_packus_epi32): Move definitions outside of __OPTIMIZE__
11150         guarded section.
11152 2017-03-09  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11154         * config/s390/vx-builtins.md ("vfee<mode>", "vfeez<mode>")
11155         ("vfenez<mode>"): Add missing constraints.
11157 2017-03-08  Martin Sebor  <msebor@redhat.com>
11159         PR target/79928
11160         * config/nds32/nds32.c (nds32_option_override):
11161         Fix misspelled diagnostic.
11163 2017-03-08  Jakub Jelinek  <jakub@redhat.com>
11165         PR c/79940
11166         * gimplify.c (gimplify_omp_for): Replace index var in outer
11167         taskloop statement with an artificial variable and add
11168         OMP_CLAUSE_PRIVATE clause for it.
11170 2017-03-08  Richard Biener  <rguenther@suse.de>
11172         PR tree-optimization/79955
11173         * tree-ssa-uninit.c (warn_uninitialized_vars): Do not warn
11174         for accesses that are completely outside of the variable.
11176 2017-03-08  Andrew Haley  <aph@redhat.com>
11178         PR tree-optimization/79943
11179         * tree-ssa-loop-split.c (compute_new_first_bound): When
11180         calculating the new upper bound, (END-BEG) should be added, not
11181         subtracted.
11183 2017-03-08  Jakub Jelinek  <jakub@redhat.com>
11185         * config/avr/avr.md (setmemhi): Make sure match_dup
11186         operand number comes before match_scratch.
11188 2017-03-08  Richard Biener  <rguenther@suse.de>
11190         PR tree-optimization/79920
11191         * tree-vect-slp.c (vect_create_mask_and_perm): Remove and inline
11192         with ncopies == 1 to ...
11193         (vect_transform_slp_perm_load): ... here.  Properly compute
11194         all element loads by iterating VF times over the group.  Do
11195         not handle ncopies (computed in a broken way) in
11196         vect_create_mask_and_perm.
11198 2017-03-08  Jakub Jelinek  <jakub@redhat.com>
11200         PR sanitizer/79904
11201         * internal-fn.c (expand_vector_ubsan_overflow): If arg0 or arg1
11202         is a uniform vector, use uniform_vector_p return value instead of
11203         building ARRAY_REF on folded VIEW_CONVERT_EXPR to array type.
11205 2017-03-07  Marek Polacek  <polacek@redhat.com>
11207         PR middle-end/79809
11208         * gimple-ssa-warn-alloca.c (pass_walloca::gate): Use HOST_WIDE_INT.
11209         (alloca_call_type): Likewise.
11211 2017-03-07  Martin Liska  <mliska@suse.cz>
11213         * gcov.c (process_args): Put comment to correct location.
11215 2017-03-07  Martin Liska  <mliska@suse.cz>
11217         PR middle-end/68270
11218         * tree-chkp.c (chkp_may_narrow_to_field): Add new argument ref.
11219         Use array_at_struct_end_p instead of DECL_CHAIN (field).
11220         (chkp_narrow_bounds_for_field): Likewise.
11221         (chkp_parse_array_and_component_ref): Pass one more argument to
11222         call.
11224 2017-03-07  Richard Biener  <rguenther@suse.de>
11226         * tree-vect-loop-manip.c (slpeel_add_loop_guard): Preserve
11227         preheaders.
11229 2017-03-07  Segher Boessenkool  <segher@kernel.crashing.org>
11231         * config/i386/i386.c (ix86_local_alignment): Align most aggregates
11232         of 16 bytes and more to 16 bytes, not those of 16 bits and more.
11234 2017-03-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11236         PR c/79855
11237         * params.def (PARAM_STORE_MERGING_ALLOW_UNALIGNED): Add full stop
11238         to end of description.
11239         (PARAM_MAX_STORES_TO_MERGE): Likewise.
11241 2017-03-07  Jakub Jelinek  <jakub@redhat.com>
11243         PR rtl-optimization/79901
11244         * config/i386/sse.md (*avx512bw_<code><mode>3<mask_name>): Renamed to
11245         ...
11246         (*avx512f_<code><mode>3<mask_name>): ... this.
11247         (<code><mode>3 with maxmin code iterator): Use VI8_AVX2_AVX512F
11248         iterator instead of VI8_AVX2_AVX512BW.
11250         PR rtl-optimization/79901
11251         * expr.c (expand_expr_real_2): For vector MIN/MAX, if there is no
11252         min/max expander, expand it using expand_vec_cond_expr.
11254         PR sanitizer/79897
11255         * ubsan.c (ubsan_encode_value): Call mark_addressable on the
11256         temporary.
11258 2017-03-06  Jakub Jelinek  <jakub@redhat.com>
11260         PR c++/79821
11261         * dwarf2out.h (dw_vec_const): Change array type from unsigned char *
11262         to void * for PCH reasons.
11263         * dwarf2out.c (output_loc_operands, output_die): Cast
11264         v.val_vec.array to unsigned char *.
11266 2017-03-06  John David Anglin  <danglin@gcc.gnu.org>
11268         PR target/77850
11269         * config/pa/pa-64.h (PAD_VARARGS_DOWN): Don't pad down complex and
11270         vector types.
11272 2017-03-06  Vladimir Makarov  <vmakarov@redhat.com>
11274         PR rtl-optimization/79571
11275         * lra-constraints.c (process_alt_operands): Calculate static
11276         reject and subtract it from overall when only addresses will be
11277         reloaded.
11279 2017-03-06  Julia Koval  <julia.koval@intel.com>
11281         PR target/79793
11282         * config/i386/i386.c (ix86_minimum_incoming_stack_boundary): Set
11283         incoming stack boundary to 128 for 64-bit targets.
11285 2017-03-06  Richard Biener  <rguenther@suse.de>
11287         PR tree-optimization/79894
11288         * tree-vectorizer.c (vectorize_loops): Set loop_vectorized_call
11289         to NULL after folding it.
11291 2017-03-06  Richard Biener  <rguenther@suse.de>
11293         PR tree-optimization/79824
11294         * tree-vect-stmts.c (get_group_load_store_type): Fix alignment
11295         check disabling peeling for gaps.
11297 2017-03-06  Toma Tabacu  <toma.tabacu@imgtec.com>
11299         * doc/sourcebuild.texi (Effective-Target Keywords, Environment
11300         attributes): Document gettimeofday.
11302 2017-03-06  Robin Dapp  <rdapp@linux.vnet.ibm.com>
11304         * config/s390/s390.c (s390_option_override_internal): Set
11305         PARAM_MIN_VECT_LOOP_BOUND
11307 2017-03-06  Robin Dapp  <rdapp@linux.vnet.ibm.com>
11309         * config/s390/s390.c (s390_asm_output_function_label): Use nopr %r0.
11310         * config/s390/s390.md: Likewise.
11312 2017-03-06  Jakub Jelinek  <jakub@redhat.com>
11314         PR target/79812
11315         * config/i386/sse.md (VI8F_256_512): Remove mode iterator.
11316         (<avx2_avx512>_perm<mode>): Rename to ...
11317         (avx2_perm<mode>): ... this.  Use VI8F_256 iterator instead
11318         of VI8F_256_512.
11319         (<avx512>_perm<mode>_mask): Rename to ...
11320         (avx512vl_perm<mode>_mask): ... this.  Use VI8F_256 iterator instead
11321         of VI8F_256_512.
11322         (<avx2_avx512>_perm<mode>_1<mask_name>): Rename to ...
11323         (avx2_perm<mode>_1<mask_name): ... this.  Use VI8F_256 iterator
11324         instead of VI8F_256_512.
11325         (avx512f_perm<mode>): New define_expand.
11326         (avx512f_perm<mode>_mask): Likewise.
11327         (avx512f_perm<mode>_1<mask_name>): New define_insn.
11328         (<avx512>_vec_dup<mode>_1): Fix up vec_select mode.
11330 2017-03-06  Prachi Godbole  <prachi.godbole@imgtec.com>
11332         * config/mips/mips-msa.md (msa_fmax_a_<msafmt>, msa_fmin_a_<msafmt>,
11333         msa_max_a_<msafmt>, msa_min_a_<msafmt>): Introduce mode interator for
11334         if_then_else.
11335         (smin<mode>3, smax<mode>3): Change operand print code from 'B' to 'E'.
11337 2017-03-06  Martin Liska  <mliska@suse.cz>
11339         PR sanitize/79783
11340         * asan.c (asan_expand_poison_ifn): Do not expand ASAN_POISON
11341         when having a SSA NAME w/o VAR_DECL assigned to it.
11343 2017-03-06  Prachi Godbole  <prachi.godbole@imgtec.com>
11345         * config/mips/mips-msa.md (msa_dotp_<su>_d, msa_dpadd_<su>_d,
11346         msa_dpsub_<su>_d): Fix MODE for vec_select.
11348 2017-03-06  Prachi Godbole  <prachi.godbole@imgtec.com>
11350         * config/mips/mips.c (mips_gen_const_int_vector): Change type of last
11351         argument.
11352         * config/mips/mips-protos.h (mips_gen_const_int_vector): Likewise.
11354 2017-03-06  Richard Biener  <rguenther@suse.de>
11356         * lto-streamer.c (lto_check_version): Use %qs in diagnostics.
11357         * plugin.c (register_plugin_info): Likewise.
11358         * tree-chkp.c (chkp_make_static_const_bounds): Likewise.
11360 2017-03-05  Jakub Jelinek  <jakub@redhat.com>
11362         * config/i386/sse.md (sse_storehps, sse_storelps,
11363         avx_<castmode><avxsizesuffix>_<castmode>,
11364         avx512f_<castmode><avxsizesuffix>_<castmode>,
11365         avx512f_<castmode><avxsizesuffix>_256<castmode>): Require
11366         in condition that at least one operand is not a MEM.
11368 2017-03-03  Jakub Jelinek  <jakub@redhat.com>
11370         PR middle-end/79805
11371         * internal-fn.def (ATOMIC_BIT_TEST_AND_SET, ATOMIC_BIT_TEST_AND_RESET,
11372         ATOMIC_BIT_TEST_AND_COMPLEMENT, ATOMIC_COMPARE_EXCHANGE): Remove
11373         ECF_NOTHROW.
11374         * gimple-fold.c (fold_builtin_atomic_compare_exchange): Set
11375         gimple_call_nothrow_p flag based on whether original builtin can throw.
11376         If it can, emit following stmts on the fallthrough edge.
11377         * tree-ssa-ccp.c (optimize_atomic_bit_test_and): Similarly, except
11378         don't create new bb if inserting just debug stmts on the edge, try to
11379         insert them on the fallthru bb or just reset debug stmts.
11381 2017-03-03  Segher Boesssenkool  <segher@kernel.crashing.org>
11383         PR target/43763
11384         * config/rs6000/rs6000.c (rs6000_final_prescan_insn): Save and
11385         restore recog_data (including the operand rtxes inside it) around
11386         the call to get_insn_template.
11388 2017-03-03  Martin Sebor  <msebor@redhat.com>
11390         PR tree-optimization/79699
11391         * context.c (context::~context): Free MPFR caches to avoid
11392         a memory leak on program exit.
11394 2017-03-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11396         * config/aarch64/aarch64.c (aarch64_float_const_representable_p):
11397         Use wide_int::ulow () instead of .elt (0).
11399 2017-03-03  Uros Bizjak  <ubizjak@gmail.com>
11401         * config/i386/i386.md (*pushtf): Change *roF constraint to *roC.
11402         (*pushxf): Limit oF constraint to 32bit targets and add oC
11403         constraint for 64bit targets.
11404         (pushxf splitter): Use PUSH_ROUNDING to calculate stack adjustment.
11405         (*pushdf): Change rmF constraint to rmC.
11407 2017-03-03  Martin Liska  <mliska@suse.cz>
11409         * tree-ssa-loop-prefetch.c (pass_loop_prefetch::execute):
11410         Remove unused variable.
11412 2017-03-03  Jakub Jelinek  <jakub@redhat.com>
11414         PR target/79807
11415         * config/i386/i386.c (ix86_expand_multi_arg_builtin): If target
11416         is a memory operand, increase num_memory.
11417         (ix86_expand_args_builtin): Likewise.
11419 2017-03-03  Jan Hubicka  <jh@suse.cz>
11421         PR lto/79760
11422         * ipa-devirt.c (maybe_record_node): Properly handle
11423         __cxa_pure_virtual visibility.
11425 2017-03-03  Martin Liska  <mliska@suse.cz>
11427         PR tree-optimization/79803
11428         * tree-ssa-loop-prefetch.c (tree_ssa_prefetch_arrays): Remove
11429         assert.
11430         (pass_loop_prefetch::execute): Disabled optimization if an
11431         assumption about L1 cache size is not met.
11433 2017-03-03  Martin Liska  <mliska@suse.cz>
11435         PR rtl-optimization/79574
11436         * gcse.c (struct gcse_expr): Use HOST_WIDE_INT instead of int.
11437         (hash_scan_set): Likewise.
11438         (dump_hash_table): Likewise.
11439         (hoist_code): Likewise.
11441 2017-03-03  Richard Biener  <rguenther@suse.de>
11443         * fixed-value.c (fixed_from_string): Restore use of elt (1)
11444         in place of uhigh ().
11445         (fixed_convert_from_real): Likewise.
11447 2017-03-03  Uros Bizjak  <ubizjak@gmail.com>
11449         PR target/79514
11450         * config/i386/i386.md (*pushxf_rounded): Use Pmode instead of DImode.
11452 2017-03-03  Richard Biener  <rguenther@suse.de>
11454         PR middle-end/79818
11455         * match.pd ( X +- C1 CMP C2 -> X CMP C2 -+ C1): Add missing
11456         TYPE_OVERFLOW_UNDEFINED check.
11458 2017-03-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
11460         * config/rs6000/vector.md (vector_ne_<mode>_p): Correct operand
11461         numbers.
11462         (vector_ae_<mode>_p): Likewise.
11463         (vector_nez_<mode>_p): Likewise.
11464         (vector_ne_v2di_p): Likewise.
11465         (vector_ae_v2di_p): Likewise.
11466         (vector_ne_<mode>_p): Likewise.
11467         * config/rs6000/vsx.md (vsx_tsqrt<mode>2_fg): Correct operand
11468         numbers.
11469         (vsx_tsqrt<mode>2_fe): Likewise.
11471 2017-03-02  Uros Bizjak  <ubizjak@gmail.com>
11473         PR target/79514
11474         * config/i386/i386.md (*pushxf_rounded): New insn_and_split pattern.
11476 2017-03-02  Jakub Jelinek  <jakub@redhat.com>
11478         PR rtl-optimization/79780
11479         * cprop.c (one_cprop_pass): When second and further conditional trap
11480         in a single basic block is turned into an unconditional trap, turn it
11481         into a deleted note to avoid RTL verification failures.
11483 2017-03-02  Richard Biener  <rguenther@suse.de>
11485         * fold-const.c (const_binop): Use ulow () instead of elt (0).
11487 2017-03-02  Richard Biener  <rguenther@suse.de>
11489         PR tree-optimization/79345
11490         PR c++/42000
11491         * tree-ssa-alias.c (walk_aliased_vdefs_1): Take a limit
11492         param and abort the walk, returning -1 if it is hit.
11493         (walk_aliased_vdefs): Take a limit param and pass it on.
11494         * tree-ssa-alias.h (walk_aliased_vdefs): Add a limit param,
11495         defaulting to 0 and return a signed int.
11496         * tree-ssa-uninit.c (struct check_defs_data): New struct.
11497         (check_defs): New helper.
11498         (warn_uninitialized_vars): Use walk_aliased_vdefs to warn
11499         about uninitialized memory.
11500         * fixed-value.c (fixed_from_string): Use ulow/uhigh to avoid
11501         bogus uninitialized warning.
11502         (fixed_convert_from_real): Likewise.
11504 2017-03-02  Bin Cheng  <bin.cheng@arm.com>
11506         PR tree-optimization/66768
11507         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Skip addr
11508         iv_use if base object can't be determined.
11510 2017-03-02  Jakub Jelinek  <jakub@redhat.com>
11512         PR tree-optimization/79345
11513         * gensupport.h (struct pattern_stats): Add min_scratch_opno field.
11514         * gensupport.c (get_pattern_stats_1) <case MATCH_SCRATCH>: Update it.
11515         (get_pattern_stats): Initialize it.
11516         * genemit.c (gen_expand): Verify match_scratch numbers come after
11517         match_operand/match_dup numbers.
11518         * config/i386/i386.md (<s>mul<mode>3_highpart): Swap match_dup and
11519         match_scratch numbers.
11520         * config/i386/sse.md (avx2_gathersi<mode>, avx2_gatherdi<mode>):
11521         Likewise.
11522         * config/s390/s390.md (trunctdsd2): Likewise.
11524 2017-03-02  Richard Biener  <rguenther@suse.de>
11526         * wide-int.h (wide_int_storage::operator=): Implement in terms
11527         of wi::copy.
11529 2017-03-02  Richard Biener  <rguenther@suse.de>
11531         PR tree-optimization/79777
11532         * tree-ssa-pre.c (eliminate_insert): Give up if we simplify
11533         the to insert expression to sth existing.
11535 2017-03-01  Martin Sebor  <msebor@redhat.com>
11537         PR middle-end/79692
11538         * gimple-ssa-sprintf.c
11539         (directive::known_width_and_precision): New function.
11540         (format_integer): Use it.
11541         (get_mpfr_format_length): Consider the full range of precision
11542         when computing %g output with the # flag.  Set the likely byte
11543         count to 3 rather than 1 when precision is indeterminate.
11544         (format_floating): Correct the lower bound of precision.
11546 2017-03-01  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
11548         * doc/invoke.texi: Document default code model for 64-bit Linux.
11550 2017-03-01  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
11552         PR target/79752
11553         * config/rs6000/rs6000.md (peephole2 for udiv/umod): Should emit
11554         udiv rather than div since input pattern is unsigned.
11556 2017-03-01  Uros Bizjak  <ubizjak@gmail.com>
11558         * config/i386/i386.c (print_reg): Warn for values of
11559         unsupported size in integer register.
11561 2017-03-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
11563         PR target/79439
11564         * config/rs6000/predicates.md (current_file_function_operand): Do
11565         not allow self calls to be local if the function is replaceable.
11567 2017-03-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>
11569         PR target/79395
11570         * config/rs6000/altivec.h (vec_ctz and others): Change the
11571         preprocessor macro that controls conditional compilation from
11572         _ARCH_PWR9 to __POWER9_VECTOR__.
11573         (vec_all_ne): Change parameterization of __altivec_scalar_pred
11574         macro expansion under preprocessor #ifdef __POWER9_VECTOR__
11575         control (instead of _ARCH_PWR9 control) so that template
11576         definition uses power9-specific function.
11577         (vec_any_eq): Likewise.
11578         (vec_all_ne): Change macro definition to use a power9-specific
11579         expansion under #ifdef __POWER9_VECTOR__ control (instead of
11580         _ARCH_PWR9 control).
11581         (vec_any_eq) Likewise.
11582         * config/rs6000/rs6000-builtin.def (CMPNEF): Remove BU_P9V_AV_2
11583         expansion for CMPNEF to remove support for xvcmpnesp instruction.
11584         (CMPNED): Remove BU_P9V_AV2 expansion for CMPNED to remove
11585         support for xvcmpnedp instruction.
11586         (VCMPNEB_P): Replace BU_P9V_AV_P macro expansion with BU_P9V_AV_2
11587         macro expansion so that Power9 implementation of vec_all_ne does
11588         not use the AltiVec predicate framework.
11589         (VCMPNEH_P): Likewise.
11590         (VCMPNEW_P): Likewise.
11591         (VCMPNED_P): Likewise.
11592         (VCMPNEFP_P): Likewise.
11593         (VCMPNEDP_P): Likewise.
11594         (VCMPAEB_P): Add BU_P9V_AV_2 macro expansion to change
11595         implementation of vec_any_eq to not use AltiVec predicate
11596         framework.
11597         (VCMPAEH_P): Likewise.
11598         (VCMPAEW_P): Likewise.
11599         (VCMPAED_P): Likewise.
11600         (VCMPAEFP_P): Likewise.
11601         (VCMPAEDP_P): Likewise.
11602         (VCMPNE_P): Replace BU_P9V_OVERLOAD_P macro expansion with
11603         BU_P9V_OVERLOAD_2 so that Power9 implementation of vec_all_ne does
11604         not use the AltiVec predicate framework.
11605         (VCMPAE_P): Add BU_P9V_OVERLOAD_2 macro to change implementation
11606         of vec_any_eq to not use AltiVec predicate framework.
11607         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Add
11608         support for predefined __POWER9_VECTOR__ macro to indicate that
11609         Power9 instruction selection is enabled.
11610         (altivec_overloaded_builtins): Remove extraneous
11611         ALTIVEC_BUILTIN_VEC_CMPNE entry for overloaded
11612         function argument types RS6000_BTI_bool_V16QI and
11613         RS6000_BTI_bool_V16QI.  Remove erroneous ALTIVEC_BUILTIN_VEC_CMPNE
11614         entry for overloaded function argument types RS6000_BTI_bool_V4SI
11615         andRS6000_BTI_bool_V4SI, mapping to P9V_BUILTIN_CMPNEB.  Remove
11616         two entries mapping to P9V_BUITIN_CMPNED and one entry mapping to
11617         P9V_BUILTIN_CMPNEF to force use of instructions not specific to
11618         Power9 for implementations of vec_cmpne.  Change the signature for
11619         all definitions of the overloaded P9V_BUILTIN_VEC_CMPNE_P function
11620         (representing vec_all_ne) to remove the previously described first
11621         argument of type RS6000_BTI_INTSI, as this was an artifact of
11622         reliance on the AltiVec predicate framework, which is no longer
11623         used in the implementation of these functions.  Add
11624         P9V_BUILTIN_VEC_VCMPAE_P entries (representing the vec_anyeq
11625         function) to match all of the P9V_BUILTIN_VEC_VCMNE_P entries
11626         since, unlike the AltiVec predicate framework implementation, we
11627         do not share function descriptors between vec_alle and vec_anyeq.
11628         (altivec_resolve_overloaded_builtin): Add SFmode and DFmode to the
11629         set of modes that receive special treatment even when
11630         TARGET_P9_VECTOR is true.  The special treatment emits code that
11631         does not depend on Power9 instructions.
11632         * config/rs6000/vector.md (vector_ne_<mode>_p): Change this
11633         define_expand to not rely on AltiVec predicate framework.
11634         (vector_ae_<mode>p): New define_expand to represent vec_any_eq
11635         function.
11636         (vector_ne_v2di_p): Change this define_expand to not rely on
11637         AltiVec predicate framework.
11638         (vector_ae_v2di_p): New define_expand to represent vec_any_eq
11639         function.
11640         (vector_ne_<mode>_p): Change this define_expand to not rely on
11641         AltiVec predicate framework.
11642         (vector_ae_<mode>p): New define_expand to represent vec_any_eq
11643         function.
11644         * config/rs6000/vsx.md (*vsx_ne_<mode>_p): For modes VSX_EXTRACT_I
11645         (V16QI, V8HI, V4SI), correct a typo in the code emitted for this
11646         define_insn pattern.
11647         (*vsx_ne_<mode>_p): For modes VSX_F (V4SF and V2DF), remove this
11648         define_insn pattern because the xvcmpne<VSs>. instruction is not
11649         supported.
11650         (vcmpne<VSs>): Remove this define_insn because xvcmpne<VSs>
11651         instruction is not supported.
11653 2017-03-01  Jakub Jelinek  <jakub@redhat.com>
11655         * config/nvptx/nvptx.c: Include intl.h.
11657 2017-03-01  Martin Jambor  <mjambor@suse.cz>
11659         PR lto/78140
11660         * ipa-prop.h (ipa_bits): Removed field known.
11661         (ipa_jump_func): Removed field vr_known.  Changed fields bits and m_vr
11662         to pointers.  Adjusted their comments to warn about their sharing.
11663         (ipcp_transformation_summary): Change bits to a vector of pointers.
11664         (ipa_check_create_edge_args): Moved to ipa-prop.c, declare.
11665         (ipa_get_ipa_bits_for_value): Declare.
11666         * tree-vrp.h (value_range): Mark as GTY((for_user)).
11667         * ipa-prop.c (ipa_bit_ggc_hash_traits): New.
11668         (ipa_bits_hash_table): Likewise.
11669         (ipa_vr_ggc_hash_traits): Likewise.
11670         (ipa_vr_hash_table): Likewise.
11671         (ipa_print_node_jump_functions_for_edge): Adjust for bits and m_vr
11672         being pointers and vr_known being removed.
11673         (ipa_set_jf_unknown): Likewise.
11674         (ipa_get_ipa_bits_for_value): New function.
11675         (ipa_set_jfunc_bits): Likewise.
11676         (ipa_get_value_range): New overloaded functions.
11677         (ipa_set_jfunc_vr): Likewise.
11678         (ipa_compute_jump_functions_for_edge): Use the above functions to
11679         construct bits and vr parts of jump functions.
11680         (ipa_check_create_edge_args): Move here from ipa-prop.h, also allocate
11681         ipa_bits_hash_table and ipa_vr_hash_table if they do not already
11682         exist.
11683         (ipcp_grow_transformations_if_necessary): Also allocate
11684         ipa_bits_hash_table and ipa_vr_hash_table if they do not already
11685         exist.
11686         (ipa_node_params_t::duplicate): Do not copy bits, just pointers to
11687         them.  Fix too long lines.
11688         (ipa_write_jump_function): Adjust for bits and m_vr being pointers and
11689         vr_known being removed.
11690         (ipa_read_jump_function): Use new setter functions to construct bits
11691         and vr parts of jump functions or set them to NULL.
11692         (write_ipcp_transformation_info): Adjust for bits being pointers.
11693         (read_ipcp_transformation_info): Likewise.
11694         (ipcp_update_bits): Likewise.  Fix excessively long lines a trailing
11695         space.
11696         Include gt-ipa-prop.h.
11697         * ipa-cp.c (propagate_bits_across_jump_function): Adjust for bits
11698         being pointers.
11699         (ipcp_store_bits_results): Likewise.
11700         (propagate_vr_across_jump_function): Adjust for m_vr being a pointer.
11701         Do not write to existing jump functions but use a temporary instead.
11703 2017-03-01  Jakub Jelinek  <jakub@redhat.com>
11705         PR c++/79681
11706         * fold-const.c (make_bit_field_ref): If orig_inner is COMPONENT_REF,
11707         attempt to use its first operand as BIT_FIELD_REF base.
11709 2017-03-01  Richard Biener  <rguenther@suse.de>
11711         PR middle-end/79721
11712         * tree-chrec.c (chrec_evaluate): Perform computation of Newtons
11713         interpolating formula in wrapping arithmetic.
11714         (chrec_apply): Convert chrec_evaluate return value to wanted type.
11716 2017-03-01  Jakub Jelinek  <jakub@redhat.com>
11718         PR tree-optimization/79734
11719         * tree-vect-generic.c (expand_vector_condition): Optimize
11720         AVX512 vector boolean VEC_COND_EXPRs into bitwise operations.
11721         Handle VEC_COND_EXPR where comparison has different inner width from
11722         type's inner width.
11724 2017-02-28  Sandra Loosemore  <sandra@codesourcery.com>
11726         * doc/invoke.texi (ARC Options): Copy-edit to fix punctuation,
11727         markup, and similar issues.  Remove @opindex entries for things
11728         that aren't options.  Add missing -mmpy-option entries.
11730 2017-02-28  Jakub Jelinek  <jakub@redhat.com>
11732         PR tree-optimization/79737
11733         * gimple-ssa-store-merging.c (encode_tree_to_bitpos): If bitlen is
11734         a multiple of BITS_PER_UNIT and !BYTES_BIG_ENDIAN, clear
11735         tmpbuf[byte_size - 1].  Call natice_encode_expr with byte_size - 1
11736         instead of byte_size.  Formatting fix.
11737         (shift_bytes_in_array_right): Formatting fix.
11739 2017-02-28  Eric Botcazou  <ebotcazou@adacore.com>
11741         PR target/79749
11742         * config/sparc/sparc.c (sparc_frame_pointer_required): Add missing
11743         condition on optimize for the leaf function test.
11745 2017-02-28  Martin Liska  <mliska@suse.cz>
11747         PR lto/79625
11748         * read-rtl-function.c (function_reader::handle_unknown_directive):
11749         Bail out when one uses -flto.
11751 2017-02-28  Martin Liska  <mliska@suse.cz>
11753         * common.opt: Replace space with tabular for options of <number>
11754         type.
11755         * config/i386/i386.opt: Show <number> value for
11756         -mlarge-data-threshold.
11757         * opts.c (print_filtered_help): Do not display number in hexadecimal
11758         format.
11760 2017-02-28  Martin Liska  <mliska@suse.cz>
11762         * common.opt: Fix --help=option -Q for options which are of
11763         an enum type.
11765 2017-02-28  Uros Bizjak  <ubizjak@gmail.com>
11767         * config/i386/i386.c (print_reg): Error out for values
11768         of 8-bit size in invalid integer register.
11770 2017-02-28  Martin Sebor  <msebor@redhat.com>
11772         PR tree-optimization/79691
11773         * passes.def (pass_all_optimizations_g): Enable pass_sprintf_length.
11775 2017-02-28  Jakub Jelinek  <jakub@redhat.com>
11777         PR target/79729
11778         * config/i386/i386.c (ix86_print_operand) <case 'R'>: Replace
11779         gcc_unreachable with output_operand_lossage.
11781 2017-02-28  Richard Biener  <rguenther@suse.de>
11783         PR tree-optimization/79740
11784         * tree-ssa-sccvn.c (vn_nary_op_insert_into): Allow redundant
11785         inserts.
11786         (visit_nary_op): Insert the nary into the hashtable if we
11787         pattern-matched sth.
11788         * tree-ssa-pre.c (eliminate_insert): Robustify.
11790 2017-02-28  Richard Biener  <rguenther@suse.de>
11792         PR middle-end/79731
11793         * fold-const.c (decode_field_reference): Reject out-of-bound
11794         accesses.
11796 2017-02-28  Jakub Jelinek  <jakub@redhat.com>
11798         * config/i386/i386.c: Include intl.h.
11799         (ix86_option_override_internal): Use cond ? G_("...") : G_("...")
11800         instead of just cond ? "..." : "...".
11801         * config/nvptx/nvptx.c (nvptx_goacc_validate_dims): Likewise.
11802         * coverage.c (read_counts_file): Likewise.
11803         * omp-offload.c: Include intl.h.
11804         (oacc_loop_fixed_partitions): Use cond ? G_("...") : G_("...") instead
11805         of just cond ? "..." : "...".
11806         * gcov.c (read_count_file): Use cond ? N_("...") : N_("...") instead
11807         of just cond ? "..." : "...".
11809 2017-02-28  Richard Earnshaw  <rearnsha@arm.com>
11811         PR target/79742
11812         * config/arm/parsecpu.awk (gen_data): Set tuning target to 'tune for'
11813         entry, if present.
11814         * config/arm/arm-cpus.in (cortex-m0plus.small-multiply): Correct
11815         'tune for' CPU name.
11816         * config/arm/arm-cpu-data.h: Regenerated.
11818 2017-02-28  Richard Biener  <rguenther@suse.de>
11820         PR tree-optimization/79732
11821         * tree-inline.c (expand_call_inline): Do not shadow var.
11823 2017-02-28  Richard Biener  <rguenther@suse.de>
11825         PR tree-optimization/79723
11826         * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size): Preserve
11827         address-space properly.
11829 2017-02-28  Thomas Schwinge  <thomas@codesourcery.com>
11831         * doc/optinfo.texi (Optimization groups): Fix option used for
11832         OPTGROUP_ALL.
11833         * doc/invoke.texi (-fopt-info): Document "omp".
11834         * dumpfile.h: Sort OPTGROUP_OMP before OPTGROUP_VEC.
11835         (OPTGROUP_ALL): Add OPTGROUP_OMP.
11836         * hsa-gen.c (pass_data_gen_hsail): Use OPTGROUP_OMP.
11837         * ipa-hsa.c (pass_data_ipa_hsa): Likewise.
11838         * omp-simd-clone.c (pass_data_omp_simd_clone): Likewise.
11840         * dumpfile.h (OPTGROUP_OPENMP): Rename to OPTGROUP_OMP.  Adjust
11841         all users.
11842         * dumpfile.c (optgroup_options): Instead of "openmp", associate
11843         OPTGROUP_OMP with "omp".
11845 2017-02-27  Pat Haugen  <pthaugen@us.ibm.com>
11847         PR target/79544
11848         * config/rs6000/rs6000-c.c (struct altivec_builtin_types): Use VSRAD
11849         for arithmetic shift of unsigned V2DI.
11851 2017-02-27  Claudiu Zissulescu  <claziss@synopsys.com>
11853         * config.gcc (arc*-): Clean up, use arc/big.h, arc/elf.h, and
11854         arc/linux.h headers.
11855         * config/arc/arc.h (TARGET_OS_CPP_BUILTINS): Remove.
11856         (LINK_SPEC): Likewise.
11857         (ARC_TLS_EXTRA_START_SPEC): Likewise.
11858         (EXTRA_SPECS): Likewise.
11859         (STARTFILE_SPEC): Likewise.
11860         (ENDFILE_SPEC): Likewise.
11861         (LIB_SPEC): Likewise.
11862         (TARGET_SDATA_DEFAULT): Likewise.
11863         (TARGET_MMEDIUM_CALLS_DEFAULT): Likewise.
11864         (MULTILIB_DEFAULTS): Likewise.
11865         (DWARF2_UNWIND_INFO): Likewise.
11866         * config/arc/big.h: New file.
11867         * config/arc/elf.h: Likewise.
11868         * config/arc/linux.h: Likewise.
11869         * config/arc/t-uClibc: Remove.
11871 2017-02-27  Bin Cheng  <bin.cheng@arm.com>
11873         PR tree-optimization/77536
11874         * tree-ssa-loop-manip.c (niter_for_unrolled_loop): New function.
11875         (tree_transform_and_unroll_loop): Use above function to compute the
11876         estimated niter of unrolled loop and use it when scaling profile.
11877         Also use count info rather than frequency if it's non-zero.
11878         * tree-ssa-loop-manip.h niter_for_unrolled_loop(): New declaration.
11879         * tree-vect-loop.c (scale_profile_for_vect_loop): New function.
11880         (vect_transform_loop): Call above function.
11882 2017-02-27  Richard Biener  <rguenther@suse.de>
11884         PR tree-optimization/45397
11885         * tree-ssa-pre.c (eliminate_insert): Handle BIT_AND_EXPR.
11886         * tree-ssa-sccvn.c (valueized_wider_op): New helper.
11887         (visit_nary_op): Add pattern matching for CSEing sign-changed
11888         or truncated operations with wider ones.
11890 2017-02-27  Richard Biener  <rguenther@suse.de>
11892         PR tree-optimization/79690
11893         * tree-vect-stmts.c (vectorizable_store): Use vector type
11894         built from the DR with address-space.
11896 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
11898         * doc/invoke.texi (Optimize Options): Refine the description
11899         of asan-use-after-return.
11901 2017-02-25  Alan Modra  <amodra@gmail.com>
11903         PR rtl-optimization/79584
11904         * lra-constraints.c (base_to_reg): Reload ad->base, the entire
11905         base, not ad->base_term, the reg within base.  Remove assertion
11906         that ad->base == ad->base_term.  Replace gen_int_mode using
11907         bogus mode with const0_rtx.
11909 2017-02-25  Jakub Jelinek  <jakub@redhat.com>
11911         PR middle-end/79396
11912         * tree-eh.c (operation_could_trap_p, stmt_could_throw_1_p): Handle
11913         FMA_EXPR like tcc_binary or tcc_unary.
11915         * tree-ssa-loop-niter.c (number_of_iterations_exit): Simplify warning.
11917         PR debug/77589
11918         * dwarf2out.c (struct dw_loc_list_struct): Add noted_variable_value
11919         bitfield.
11920         (size_of_loc_descr): Handle DW_OP_GNU_variable_value.
11921         (output_loc_operands): Handle DW_OP_call_ref and
11922         DW_OP_GNU_variable_value.
11923         (struct variable_value_struct): New type.
11924         (struct variable_value_hasher): Likewise.
11925         (variable_value_hash): New variable.
11926         (string_types): Remove.
11927         (copy_loc_descr): New function.
11928         (add_loc_descr_to_each): Clarify comment.  Use copy_loc_descr.
11929         (prepend_loc_descr_to_each): New function.
11930         (add_loc_list): Fix comment typo.  Use prepend_loc_descr_to_each
11931         instead of add_loc_descr_to_each if the first argument is single
11932         location list and the second has multiple.
11933         (resolve_args_picking_1): Handle DW_OP_GNU_variable_value.
11934         (loc_list_from_tree_1): For early_dwarf, emit DW_OP_GNU_variable_value
11935         when looking for variable value which doesn't have other location info.
11936         (loc_list_from_tree): Formatting fix.
11937         (gen_array_type_die): Simplify DW_AT_string_length handling.
11938         (adjust_string_types): Remove.
11939         (gen_subprogram_die): Don't call adjust_string_types nor test/set
11940         string_types.  Call resolve_variable_values.
11941         (prune_unused_types_walk_loc_descr): Handle DW_OP_GNU_variable_value.
11942         (resolve_addr_in_expr): Likewise.  Add A argument.
11943         (copy_deref_exprloc): Remove deref argument.  Adjust for the
11944         original expression being DW_OP_GNU_variable_value with optionally
11945         DW_OP_stack_value after it instead of DW_OP_call4 with DW_OP_deref
11946         optionally after it.
11947         (optimize_string_length): Rework for DW_OP_GNU_variable_value.
11948         (resolve_addr): Adjust optimize_string_length and resolve_addr_in_expr
11949         callers.  Set remove_AT_byte_size if removing DW_AT_string_length.
11950         (variable_value_hasher::hash, variable_value_hasher::equal): New
11951         methods.
11952         (resolve_variable_value_in_expr, resolve_variable_value,
11953         resolve_variable_values, note_variable_value_in_expr,
11954         note_variable_value): New functions.
11955         (dwarf2out_early_finish): Call note_variable_value on all toplevel
11956         DIEs.
11958 2017-02-24  Jakub Jelinek  <jakub@redhat.com>
11960         PR c/79677
11961         * opts.h (handle_generated_option): Add GENERATED_P argument.
11962         * opts-common.c (handle_option): Adjust function comment.
11963         (handle_generated_option): Add GENERATED_P argument, pass it to
11964         handle_option.
11965         (control_warning_option): Pass false to handle_generated_option
11966         GENERATED_P.
11967         * opts.c (maybe_default_option): Pass true to handle_generated_option
11968         GENERATED_P.
11969         * optc-gen.awk: Likewise.
11971 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
11973         * config/sh/sh.md (tstsi_t): If operands[0] is a SUBREG instead of
11974         a REG, look at the REG it is a SUBREG of.
11975         (splitter for cmpeqsi_t): Ditto.
11977 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
11979         * config/pa/pa.c (pa_combine_instructions): Do not share RTL.  Make
11980         the special USEs with the pattern of the insn, not the insn itself.
11982 2017-02-24  Matthew Fortune  <matthew.fortune@imgtec.com>
11984         PR target/79473
11985         * doc/invoke.texi: Document -mload-store-pairs.
11987 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
11988             Sandra Loosemore  <sandra@codesourcery.com>
11990         * config/nios2/nios2.c (nios2_simple_const_p): Returns false if the
11991         argument isn't a CONST_INT.
11992         (nios2_alternate_compare_const): Assert op is a CONST_INT.
11993         (nios2_valid_compare_const_p): Assert op is a CONST_INT.
11994         (nios2_validate_compare): Bypass alternate compare logic if *op2
11995         is not a CONST_INT.
11996         (ldstwm_operation_p): Return false if first_base is not a REG or
11997         if first_offset is not a CONST_INT.
11999 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
12001         * config/cris/cris.md: Use correct operand in a define_peephole2.
12003 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
12005         * config/c6x/c6x.c (predicate_insn): Do not incorrectly share RTL.
12007 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
12009         * config/arc/arc.c (arc_ccfsm_advance): Only take the PATTERN of
12010         this_insn if it is an INSN or JUMP_INSN.
12011         (force_offsettable): Look at base, not at addr.
12012         * config/arc/predicates.md (brcc_nolimm_operator): Don't call INTVAL
12013         on things that aren't necessarily CONST_INTs.
12015 2017-02-24  Uros Bizjak  <ubizjak@gmail.com>
12017         * doc/invoke.texi (x86 Options, -mfpmath=sse): Mention that
12018         -mfpmath=sse is the default also for x86-32 targets with SSE2
12019         instruction set when @option{-ffast-math} is enabled
12021 2017-02-24  Jeff Law  <law@redhat.com>
12023         PR rtl-optimizatoin/79286
12024         * ira.c (update_equiv_regs): Drop may_trap_p exception to
12025         dominance test.
12027 2017-02-24  Richard Biener  <rguenther@suse.de>
12029         PR tree-optimization/79389
12030         * gimple-ssa-split-paths.c (is_feasible_trace): Properly skip
12031         debug insns.
12033 2017-02-24  Aldy Hernandez  <aldyh@redhat.com>
12035         * tree-ssa-loop-niter.c (number_of_iterations_exit): Update
12036         function comment to reflect reality.
12037         (loop_exits_before_overflow): Fix typo in function description.
12039 2017-02-24  Richard Biener  <rguenther@suse.de>
12041         PR tree-optimization/79389
12042         * gimple-ssa-split-paths.c (is_feasible_trace): Verify more
12043         properly that a threading opportunity exists.  Detect conditional
12044         copy/constant propagation opportunities.
12046 2017-02-23  Eric Botcazou  <ebotcazou@adacore.com>
12048         * config/visium/visium.md (type): Add trap.
12049         (b): New mode attribute.
12050         (*btst): Rename into...
12051         (*btst<mode>): ...this and adjust.
12052         (*cbranchsi4_btst_insn): Rename into...
12053         (*cbranch<mode>4_btst_insn): ...this and adjust.
12054         (trap): New define_insn.
12056 2017-02-23  Jakub Jelinek  <jakub@redhat.com>
12058         PR tree-optimization/79389
12059         * ifcvt.c (struct noce_if_info): Add rev_cond field.
12060         (noce_reversed_cond_code): New function.
12061         (noce_emit_store_flag): Use rev_cond if non-NULL instead of
12062         reversed_comparison_code.  Formatting fix.
12063         (noce_try_store_flag): Test rev_cond != NULL in addition to
12064         reversed_comparison_code.
12065         (noce_try_store_flag_constants): Likewise.
12066         (noce_try_store_flag_mask): Likewise.
12067         (noce_try_addcc): Use rev_cond if non-NULL instead of
12068         reversed_comparison_code.
12069         (noce_try_cmove_arith): Likewise.  Formatting fixes.
12070         (noce_try_minmax, noce_try_abs): Clear rev_cond.
12071         (noce_find_if_block): Initialize rev_cond.
12072         (find_cond_trap): Call noce_get_condition with then_bb == trap_bb
12073         instead of false as last argument never attempt to reverse it
12074         afterwards.
12076 2017-02-23  Bin Cheng  <bin.cheng@arm.com>
12078         PR tree-optimization/79663
12079         * tree-predcom.c (combine_chains): Process refs in reverse order
12080         only for ZERO length chains, and add explaining comment.
12082 2017-02-23  Jeff Law  <law@redhat.com>
12084         PR tree-optimization/79578
12085         * tree-ssa-dse.c (clear_bytes_written_by): Use OEP_ADDRESS_OF
12086         in call to operand_equal_p.
12088 2017-01-23  Dominique d'Humieres  <dominiq@lps.ens.fr>
12090         PR target/71017
12091         * config/i386/cpuid.h: Fix another undefined behavior.
12093 2017-02-23  Richard Biener  <rguenther@suse.de>
12095         PR tree-optimization/79683
12096         * tree-vect-stmts.c (vect_analyze_stmt): Do not overwrite
12097         vector types for data-refs.
12099 2017-02-23  Martin Liska  <mliska@suse.cz>
12101         * params.def (PARAM_MIN_NONDEBUG_INSN_UID): Change default to 0.
12103 2017-02-23  Jakub Jelinek  <jakub@redhat.com>
12105         PR middle-end/79665
12106         * internal-fn.c (get_range_pos_neg): Moved to ...
12107         * tree.c (get_range_pos_neg): ... here.  No longer static.
12108         * tree.h (get_range_pos_neg): New prototype.
12109         * expr.c (expand_expr_real_2) <case TRUNC_DIV_EXPR>: If both arguments
12110         are known to be in between 0 and signed maximum inclusive, try to
12111         expand both unsigned and signed divmod and use the cheaper one from
12112         those.
12114 2017-02-22  Jeff Law  <law@redhat.com>
12116         PR tree-optimization/79578
12117         * tree-ssa-dse.c (clear_bytes_written_by): Use operand_equal_p
12118         to compare base operands.
12120 2017-02-22  Segher Boessenkool  <segher@kernel.crashing.org>
12122         PR target/79211
12123         * config/rs6000/rs6000.md (*fsel<SFDF:mode><SFDF2:mode>4): Use
12124         gpc_reg_operand instead of fpr_reg_operand.
12126 2017-02-22  Sameera Deshpande  <sameera.deshpande@imgtec.com>
12128         * config/mips/mips.c (mips_return_in_memory): Force FP
12129         vector types to be returned in memory for o32 ABI.
12131 2017-02-22  Jakub Jelinek  <jakub@redhat.com>
12133         * dwarf2out.c (gen_variable_die): For -gdwarf-5, use DW_TAG_variable
12134         instead of DW_TAG_member for static data member declarations and don't
12135         set no_linkage_name for static inline data members.
12136         (gen_member_die): For -gdwarf-5 don't change DW_TAG_variable
12137         to DW_TAG_member.
12139 2017-02-22  Martin Liska  <mliska@suse.cz>
12141         * doc/invoke.texi: Replace inequality signs with square brackets
12142         for -Wnormalized.
12144 2017-02-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
12146         PR tree-optimization/68644
12147         * gcc.dg/tree-ssa/ivopts-lt-2.c: Skip for powerpc*-*-*.
12149 2017-02-22  Matthew Fortune  <matthew.fortune@imgtec.com>
12151         PR target/78660
12152         * lra-constraints.c (simplify_operand_subreg): Handle
12153         WORD_REGISTER_OPERATIONS targets.
12155 2017-02-22  Jakub Jelinek  <jakub@redhat.com>
12157         PR target/70465
12158         * reg-stack.c (emit_swap_insn): Treat (float_extend:?F (mem:?F))
12159         and (const_double:?F) like (mem:?F) for the purpose of fxch %st(1)
12160         elimination by swapping fld*.
12162 2017-02-22  Richard Biener  <rguenther@suse.de>
12164         PR tree-optimization/79673
12165         * tree-ssa-pre.c (compute_avail): Use wide_int_to_tree to
12166         convert the [TARGET_]MEM_REF offset INTEGER_CST, scrapping off
12167         irrelevant address-space qualifiers and avoiding a
12168         ADDR_SPACE_CONVERT_EXPR from fold_convert.
12170 2017-02-22  Richard Biener  <rguenther@suse.de>
12172         PR tree-optimization/79666
12173         * tree-vrp.c (extract_range_from_binary_expr_1): Make sure
12174         to not symbolically negate if that may introduce undefined
12175         overflow.
12177 2017-02-22  Martin Liska  <mliska@suse.cz>
12179         PR lto/79587
12180         * data-streamer-in.c (streamer_read_gcov_count): Remove assert.
12181         * data-streamer-out.c (streamer_write_gcov_count_stream):
12182         Likewise.
12183         * value-prof.c (stream_out_histogram_value): Make assert more
12184         precise based on type of counter.
12186 2017-02-21  Uros Bizjak  <ubizjak@gmail.com>
12188         PR target/79593
12189         * config/i386/i386.md (standard_x87sse_constant_load splitter):
12190         Use nonimmediate_operand instead of memory_operand for operand 1.
12191         (float-extend standard_x87sse_constant_load splitter): Ditto.
12193 2017-02-21  Jeff Law  <law@redhat.com>
12195         PR tree-optimization/79621
12196         * gimple-ssa-isolate-paths.c (find_implicit_erroneous_behavior): Ignore
12197         blocks with edges to themselves.
12199 2017-02-21  Jakub Jelinek  <jakub@redhat.com>
12201         PR target/79633
12202         * tree-chkp-opt.c (chkp_optimize_string_function_calls): Use
12203         is_gimple_call instead of comparing gimple_code with GIMPLE_CALL.
12204         Use gimple_call_builtin_p.
12206         PR target/79570
12207         * sel-sched.c (moveup_expr_cached): Don't call sel_bb_head
12208         on temporarily removed DEBUG_INSNs.
12210         PR tree-optimization/79649
12211         * tree-loop-distribution.c (classify_partition): Give up on
12212         non-generic address space loads/stores.
12214 2017-02-21  Aldy Hernandez  <aldyh@redhat.com>
12216         * doc/loop.texi (Loop manipulation): Remove nonexistent
12217         tree_ssa_loop_version from the documentation.
12218         * cfgloopmanip.c (loop_version): Document CONDITION_BB argument.
12220 2017-02-21  Jakub Jelinek  <jakub@redhat.com>
12222         PR target/79494
12223         * config/i386/i386.c (ix86_expand_split_stack_prologue): Call
12224         make_reg_eh_region_note_nothrow_nononlocal on call_insn.
12225         * config/rs6000/rs6000.c: Include except.h.
12226         (rs6000_expand_split_stack_prologue): Call
12227         make_reg_eh_region_note_nothrow_nononlocal on the call insn.
12229 2017-02-21  Martin Jambor  <mjambor@suse.cz>
12231         PR lto/79579
12232         * ipa-prop.c (ipa_prop_write_jump_functions): Bail out if no edges
12233         have been analyzed.
12235 2017-02-21  Martin Jambor  <mjambor@suse.cz>
12237         * common.opt (-fipa-cp-alignment): Mark as ignored and preserved
12238         for backward compatibility only.
12239         * doc/invoke.texi (Option Summary): Remove all references to
12240         -fipa-cp-alignment.
12242 2017-02-21  Matthew Fortune  <matthew.fortune@imgtec.com>
12244         PR target/78660
12245         Revert:
12246         2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
12248         * lra-constraints.c (curr_insn_transform): Handle
12249         WORD_REGISTER_OPERATIONS requirements when reloading SUBREGs.
12251 2017-02-21  Martin Liska  <mliska@suse.cz>
12253         * config/i386/i386.opt: Replace -masm-dialect with -masm.
12255 2017-02-21  Thomas Schwinge  <thomas@codesourcery.com>
12257         PR translation/79638
12258         * config/nvptx/nvptx.c (ENTRY_TEMPLATE): Single out "%ntid.y".
12260 2017-02-21  Eric Botcazou  <ebotcazou@adacore.com>
12262         PR ada/67205
12263         * config/arm/arm.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define.
12264         (arm_function_ok_for_sibcall): Return false for an indirect call by
12265         descriptor if all the argument registers are used.
12266         (arm_relayout_function): Use FUNCTION_ALIGNMENT macro to adjust the
12267         alignment of the function.
12269 2017-02-21  Jakub Jelinek  <jakub@redhat.com>
12271         PR tree-optimization/61441
12272         * simplify-rtx.c (simplify_const_unary_operation): For
12273         -fsignaling-nans and sNaN operand, return NULL_RTX rather than
12274         the sNaN unmodified.
12276 2017-02-20  Bernd Edlinger  <bernd.edlinger@hotmail.de>
12278         * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
12279         (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
12280         instead of SYSTEM_HEADER_DIR.
12282 2017-02-20  Gerald Pfeifer  <gerald@pfeifer.com>
12283             Martin LiÅ¡ka  <mliska@suse.cz>
12285         * doc/invoke.texi (use-after-scope-direct-emission-threshold):
12286         Fix typos and grammar, use active voice, and clarify.
12288 2017-02-20  Marek Polacek  <polacek@redhat.com>
12290         PR middle-end/79537
12291         * gimplify.c (gimplify_expr): Handle unused *&&L;.
12293         PR sanitizer/79558
12294         * ubsan.c (ubsan_type_descriptor): Check if TYPE_MAX_VALUE is null.
12296 2017-02-20  Jakub Jelinek  <jakub@redhat.com>
12298         PR target/79568
12299         * config/i386/i386.c (ix86_expand_builtin): Handle
12300         OPTION_MASK_ISA_AVX512VL and OPTION_MASK_ISA_64BIT in
12301         ix86_builtins_isa[fcode].isa as a requirement of those
12302         flags and any other flag in the bitmask.
12303         (ix86_init_mmx_sse_builtins): Use 0 instead of
12304         ~OPTION_MASK_ISA_64BIT as mask.
12305         * config/i386/i386-builtin.def (__builtin_ia32_rdtsc,
12306         __builtin_ia32_rdtscp, __builtin_ia32_pause, __builtin_ia32_bsrsi,
12307         __builtin_ia32_rdpmc, __builtin_ia32_rolqi, __builtin_ia32_rolhi,
12308         __builtin_ia32_rorqi, __builtin_ia32_rorhi): Likewise.
12310 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
12312         PR target/78012
12313         * lra-constraints.c (split_reg): Check requested split mode
12314         is supported by the register.
12316 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
12318         * lra-constraints.c (simplify_operand_subreg): Remove early
12319         return false.
12321 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
12323         PR target/78660
12324         * lra-constraints.c (curr_insn_transform): Tighten condition
12325         for converting SUBREG reloads from OP_OUT to OP_INOUT.
12327 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
12329         PR target/78660
12330         * lra-constraints.c (curr_insn_transform): Handle
12331         WORD_REGISTER_OPERATIONS requirements when reloading SUBREGs.
12333 2017-02-19  Uros Bizjak  <ubizjak@gmail.com>
12335         Revert:
12336         2016-05-30  Uros Bizjak  <ubizjak@gmail.com>
12338         * config/i386/sync.md (mfence_nosse): Use "lock orl $0, -4(%esp)".
12340 2017-02-19  Jonathan Wakely  <jwakely@redhat.com>
12342         PR c++/69523
12343         * doc/invoke.texi (C++ Dialect Options) [-Wliteral-suffix]: Update
12344         description.
12346 2017-02-19  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
12348         * gimple-pretty-print.c (dump_ternary_rhs): Adjust gimple dump format
12349         for FMA_EXPR.
12351 2017-02-18  Jakub Jelinek  <jakub@redhat.com>
12353         * final.c (last_columnnum, override_columnnum): New variables.
12354         (final_start_function): Set last_columnnum, pass it to begin_prologue
12355         hook and pass 0 to dwarf2out_begin_prologue.
12356         (final_scan_insn): Update override_columnnum.  Pass last_columnnum
12357         to source_line debug hook.
12358         (notice_source_line): Compute last_columnnum and for debug_column_info
12359         return true on column changes.
12360         * debug.h (struct gcc_debug_hooks): Add column argument to
12361         source_line and begin_prologue hooks.
12362         (debug_nothing_int_charstar_int_bool): Remove prototype.
12363         (debug_nothing_int_int_charstar,
12364         debug_nothing_int_int_charstar_int_bool): New prototypes.
12365         (dwarf2out_begin_prologue): Add column argument.
12366         * debug.c (do_nothing_debug_hooks): Adjust source_line and
12367         begin_prologue hooks.
12368         (debug_nothing_int_charstar_int_bool): Remove.
12369         (debug_nothing_int_int_charstar,
12370         debug_nothing_int_int_charstar_int_bool): New functions.
12371         * dwarf2out.c (dwarf2out_begin_prologue): Add column argument, pass it
12372         through to dwarf2out_source_line.
12373         (dwarf2_lineno_debug_hooks): Adjust begin_prologue hook.
12374         (dwarf2out_source_line): Add column argument, emit it if requested.
12375         * sdbout.c (sdbout_source_line, sdbout_begin_prologue): Add column
12376         arguments.
12377         * xcoffout.h (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
12378         * xcoffout.c (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
12379         * vmsdbgout.c (vmsdbgout_begin_prologue): Add column argument, pass it
12380         through to dwarf2out_begin_prologue.
12381         (vmsdbgout_source_line): Add column argument, pass it through to
12382         dwarf2out_source_line.
12383         * dbxout.c (dbxout_begin_prologue): Add column argument, adjust
12384         dbxout_source_line caller.
12385         (dbxout_source_line): Add column argument.
12387         * common.opt (gno-column-info, gcolumn-info): New options.
12388         * dwarf2out.c (dwarf2_lineno_debug_hooks): Formatting fix.
12389         (check_die): Also test for multiple DW_AT_decl_column attributes.
12390         (add_src_coords_attributes, dwarf2out_imported_module_or_decl_1): Add
12391         DW_AT_decl_column if requested.
12392         (gen_subprogram_die): Compare and/or add also DW_AT_decl_column
12393         if requested.
12394         (gen_variable_die): Likewise.
12395         (add_call_src_coords_attributes): Add DW_AT_call_column if requested.
12396         * doc/invoke.texi (-gcolumn-info, -gno-column-info): Document.
12398         PR target/79569
12399         * config/i386/i386.opt (m3dnowa): Replace Undocumented with Report.
12400         * common/config/i386/i386-common.c (OPTION_MASK_ISA_3DNOW_A_SET): Define.
12401         (ix86_handle_option): Handle OPT_m3dnowa.
12402         * doc/invoke.texi (-m3dnowa): Document.
12403         * doc/extend.texi (__builtin_ia32_pmulhuw, __builtin_ia32_pf2iw): Use
12404         -m3dnowa instead of -m3dnow -march=athlon.
12406         PR target/79559
12407         * config/i386/i386.c (ix86_print_operand): Use output_operand_lossage
12408         instead of gcc_assert for K, r and R code checks.  Formatting fixes.
12410 2017-02-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
12412         PR target/79261
12413         * config/rs6000/rs6000.c (rs6000_expand_ternop_builtin): Add
12414         support for CODE_FOR_vsx_xxpermdi_v2d[fi]_be.
12415         * config/rs6000/rs6000.md (reload_gpr_from_vsx<mode>): Call
12416         generator for vsx_xxpermdi_<mode>_be.
12417         * config/rs6000/vsx.md (vsx_xxpermdi_<mode>): Remove logic to
12418         force big-endian semantics.
12419         (vsx_xxpermdi_<mode>_be): New define_expand with same
12420         implementation as previous version of vsx_xxpermdi_<mode>.
12422 2017-02-17  Jakub Jelinek  <jakub@redhat.com>
12424         PR tree-optimization/79327
12425         * gimple-ssa-sprintf.c (format_integer): Remove likely_adjust
12426         variable, its initialization and use.
12428 2017-02-17  Julia Koval  <julia.koval@intel.com>
12430         * common/config/i386/i386-common.c (OPTION_MASK_ISA_RDPID_SET): New.
12431         (OPTION_MASK_ISA_PKU_UNSET): New.
12432         (ix86_handle_option): Handle -mrdpid.
12433         * config/i386/cpuid.h (bit_RDPID): New.
12434         * config/i386/driver-i386.c (host_detect_local_cpu):
12435         Detect RDPID feature.
12436         * config/i386/i386-builtin.def (__builtin_ia32_rdpid): New.
12437         * config/i386/i386-c.c (ix86_target_macros_internal):
12438         Handle RDPID flag.
12439         * config/i386/i386.c (ix86_target_string): Add -mrdpid to isa2_opts.
12440         (ix86_valid_target_attribute_inner_p): Add "rdpid".
12441         (ix86_expand_builtin): Handle IX86_BUILTIN_RDPID.
12442         * config/i386/i386.h (TARGET_RDPID, TARGET_RDPID_P): New.
12443         * config/i386/i386.md (define_insn "rdpid"): New.
12444         * config/i386/i386.opt Add -mrdpid.
12445         * config/i386/immintrin.h (_rdpid_u32): New.
12447 2017-02-17  Vladimir Makarov  <vmakarov@redhat.com>
12449         PR rtl-optimization/79541
12450         * lra-constraints.c (curr_insn_transform): Remove wrong asm insn
12451         instead of transforming it into USE.
12453 2017-02-17  Segher Boessenkool  <segher@kernel.crashing.org>
12455         * config/rs6000/rs6000.md (extendsfdf2): Remove default arguments.
12456         If HONOR_SNANS (SFmode) force the input to a register.
12457         (*extendsfdf2_fpr): Add !HONOR_SNANS (SFmode) condition.
12458         (*extendsfdf2_snan): New pattern, used when using SNaNs; it generates
12459         an frsp or similar insn.
12461 2017-02-17  Martin Liska  <mliska@suse.cz>
12463         PR rtl-optimization/79577
12464         * params.def (selsched-max-sched-times): Increase minimum to 1.
12466 2017-02-17  Martin Liska  <mliska@suse.cz>
12468         PR rtl-optimization/79574
12469         * gcse.c (want_to_gcse_p): Prevent integer overflow.
12471 2017-02-17  Martin Liska  <mliska@suse.cz>
12473         PR tree-optimization/79529
12474         * tree-ssa-loop-unswitch.c (is_maybe_undefined): Use
12475         ssa_defined_default_def_p to handle cases which are implicitly
12476         defined.
12477         * tree-ssa.c (ssa_defined_default_def_p): New function.
12478         (ssa_undefined_value_p): Use ssa_defined_default_def_p to handle cases
12479         which are implicitly defined.
12480         * tree-ssa.h (ssa_defined_default_def_p): Declare.
12482 2017-02-17  Richard Biener  <rguenther@suse.de>
12484         PR middle-end/79576
12485         * params.def (max-ssa-name-query-depth): Limit to 10.
12487 2017-02-17  Richard Biener  <rguenther@suse.de>
12489         PR tree-optimization/79552
12490         * tree-ssa-structalias.c (visit_loadstore): Properly verify
12491         default defs.
12493 2017-02-17  Richard Biener  <rguenther@suse.de>
12495         PR bootstrap/79567
12496         * genmatch.c (output_line_directive): Handle DIR_SEPARATOR_2.
12498 2017-02-17  Marek Polacek  <polacek@redhat.com>
12500         PR middle-end/79536
12501         * fold-const.c (fold_negate_expr_1): Renamed from fold_negate_expr.
12502         (fold_negate_expr): New wrapper.
12504 2017-02-16  Sandra Loosemore  <sandra@codesourcery.com>
12506         * doc/invoke.texi (C++ Dialect Options) [-Wno-non-template-friend]: 
12507         Correct terminology and de-emphasize pre-standard behavior.
12509 2017-02-16  Alan Modra  <amodra@gmail.com>
12511         PR rtl-optimization/79286
12512         * ira.c (def_dominates_uses): New function.
12513         (update_equiv_regs): Don't create an equivalence for insns that
12514         may trap where the register def does not dominate the use.
12516 2017-02-16  Vladimir Makarov  <vmakarov@redhat.com>
12518         PR rtl-optimization/78127
12519         * lra.c (lra): Call lra_eliminate before finish the loop after
12520         lra_constraint.
12522 2017-02-16  Richard Biener  <rguenther@suse.de>
12524         * graphite.h: Do not include isl/isl_val_gmp.h, instead include
12525         isl/isl_val.h.
12526         * graphite-isl-ast-to-gimple.c (gmp_cst_to_tree): Remove.
12527         (gcc_expression_from_isl_expr_int): Use generic isl_val interface.
12528         * graphite-sese-to-poly.c: Do not include isl/isl_val_gmp.h.
12529         (isl_val_int_from_wi): New function.
12530         (extract_affine_gmp): Rename to ...
12531         (extract_affine_wi): ... this, take a widest_int.
12532         (extract_affine_int): Just wrap extract_affine_wi.
12533         (add_param_constraints): Use isl_val_int_from_wi.
12534         (add_loop_constraints): Likewise, and extract_affine_wi.
12536 2017-02-15  Jeff Law  <law@redhat.com>
12538         PR middle-end/79521
12539         * ira-costs.c (scan_one_insn): Check have_regs_of_mode before calling
12540         ira_init_register_move_cost_if_necessary.
12542 2017-02-15  Martin Sebor  <msebor@redhat.com>
12544         PR middle-end/32003
12545         * doc/invoke.texi (-fdump-final-insns): Replace option accidentally
12546         removed in a prior commit.
12548 2017-02-15  Bin Cheng  <bin.cheng@arm.com>
12550         PR tree-optimization/79347
12551         * tree-vect-loop-manip.c (vect_do_peeling): Maintain profile
12552         counters during peeling.
12554 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
12556         * Makefile.in (site.exp): Remove "set ISLVER".
12558 2017-02-15  Jakub Jelinek  <jakub@redhat.com>
12560         PR target/79487
12561         * real.c (real_from_integer): Call real_convert even for decimal.
12563 2017-02-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
12565         PR target/79421
12566         * config/s390/s390.c: define TARGET_CUSTOM_FUNCTION_DESCRIPTORS.
12568 2017-02-14  Andrew Pinski  <apinski@cavium.com>
12570         * config/aarch64/aarch64-cores.def (thunderx2t99): Move to under 'C"
12571         cores and change the partno/implementer to be correct.
12572         (thunderx2t99p1): New core which replaces thunderx2t99 and still has
12573         the 'B" as the implementer.
12574         * config/aarch64/aarch64-tune.md: Regenerate.
12576 2017-02-14  Carl Love  <cel@us.ibm.com>
12578         * config/rs6000/rs6000.c: Add case statement entry to make the
12579         xvcvuxdsp built-in argument unsigned.
12580         * config/rs6000/vsx.md: Fix the source and return operand types so they
12581         match the instruction definitions from the ISA document.  Fix typo
12582         in the instruction generation for the (define_insn "vsx_xvcvuxdsp"
12583         statement.
12585 2017-02-14  Vladimir Makarov  <vmakarov@redhat.com>
12587         PR target/79282
12588         * lra-int.h (struct lra_operand_data, struct lra_insn_reg): Add
12589         member early_clobber_alts.
12590         * lra-lives.c (reg_early_clobber_p): New.
12591         (process_bb_lives): Use it.
12592         * lra.c (new_insn_reg): New arg early_clobber_alts.  Use it.
12593         (debug_operand_data): Initialize early_clobber_alts.
12594         (setup_operand_alternative): Set up early_clobber_alts.
12595         (collect_non_operand_hard_regs): Ditto.  Pass early clobber
12596         alternatives to new_insn_reg.
12597         (add_regs_to_insn_regno_info): Add arg early_clobber_alts.  Use
12598         it.
12599         (lra_update_insn_regno_info): Pass the new arg.
12601 2017-02-14  Jakub Jelinek  <jakub@redhat.com>
12603         PR middle-end/79505
12604         * omp-offload.c (free_oacc_loop): Release loop->ifns vector.
12605         (new_oacc_loop_raw): Don't clear already cleared fields.
12607         PR target/79481
12608         * config/i386/avx512pfintrin.h (_mm512_prefetch_i32gather_pd,
12609         _mm512_prefetch_i32gather_ps, _mm512_prefetch_i64gather_pd,
12610         _mm512_prefetch_i64gather_ps): New inline functions and macros.
12612 2017-02-14  Uros Bizjak  <ubizjak@gmail.com>
12614         PR target/79495
12615         * config/i386/i386.md (*movxf_internal): Add (o,rC) alternative.
12617 2017-02-14  H.J. Lu  <hongjiu.lu@intel.com>
12619         PR target/79498
12620         * config/i386/i386.c (timode_scalar_chain::convert_insn): Insert
12621         the extra instruction to the right place to store 128-bit constant
12622         when needed.
12624 2017-02-14  Martin Sebor  <msebor@redhat.com>
12626         PR middle-end/79448
12627         * gimple-ssa-sprintf.c (format_directive): Avoid issuing INT_MAX
12628           warning for strings of unknown length.
12630 2017-02-13  Segher Boessenkool  <segher@kernel.crashing.org>
12632         * config.gcc (supported_defaults) [powerpc*-*-*]: Update.
12634 2017-02-14  Jeff Law  <law@redhat.com>
12636         PR target/79404
12637         * ira-costs.c (scan_one_insn): Initialize register move costs
12638         for pseudos seen in USE/CLOBBER insns.
12640         PR tree-optimization/79095
12641         * tree-vrp.c (extract_range_from_binary_expr_1): For EXACT_DIV_EXPR,
12642         if the numerator has the range ~[0,0] make the resultant range ~[0,0].
12643         (extract_range_from_binary_expr): For MINUS_EXPR with no derived range,
12644         if the operands are known to be not equal, then the resulting range
12645         is ~[0,0].
12646         (intersect_ranges): If the new range is ~[0,0] and the old range is
12647         wide, then prefer ~[0,0].
12648         * tree-vrp.c (overflow_comparison_p_1): New function.
12649         (overflow_comparison_p): New function.
12650         * tree-vrp.c (register_edge_assert_for_2): Register additional asserts
12651         if NAME is used in an overflow test.
12652         (vrp_evaluate_conditional_warnv_with_ops): If the ops represent an
12653         overflow check that can be expressed as an equality test, then adjust
12654         ops to be that equality test.
12656 2017-02-14  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12658         * config/s390/s390-builtin-types.def: Remove flags argument.
12659         * config/s390/s390.c (s390_init_builtins): Likewise.
12661 2017-02-14  Martin Liska  <mliska@suse.cz>
12663         * tree-ssa-loop-unswitch.c (hoist_guard): Release get_loop_body
12664         vector.  Fix trailing white spaces.
12666 2017-02-14  James Greenhalgh  <james.greenhalgh@arm.com>
12668         * config/aarch64/aarch64.c (aarch64_simd_container_mode): Handle
12669         HFmode.
12671 2017-02-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12673         PR rtl-optimization/68664
12674         * config/arm/arm.c (arm_sched_can_speculate_insn):
12675         New function.  Declare prototype.
12676         (TARGET_SCHED_CAN_SPECULATE_INSN): Define.
12678 2017-02-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12680         PR rtl-optimization/68664
12681         * config/aarch64/aarch64.c (aarch64_sched_can_speculate_insn):
12682         New function.
12683         (TARGET_SCHED_CAN_SPECULATE_INSN): Define.
12685 2017-02-14  Amit Pawar  <amit.pawar@amd.com>
12687         * config/i386/i386.c (znver1_cost): Fix the alignment for function and
12688         max skip bytes for function, loop and jump.
12690 2017-02-14  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
12692         * gimple-pretty-print.c (dump_unary_rhs): Adjust dump format for
12693         ABS_EXPR for gimple dump.
12695 2017-02-14  Jakub Jelinek  <jakub@redhat.com>
12697         PR target/79462
12698         * config/sh/sh.c (expand_cbranchdi4): Don't clear operands[4].
12700         PR tree-optimization/79408
12701         * tree-vrp.c (simplify_div_or_mod_using_ranges): Handle also the
12702         case when on TRUNC_MOD_EXPR op0 is INTEGER_CST.
12703         (simplify_stmt_using_ranges): Call simplify_div_or_mod_using_ranges
12704         also if rhs1 is INTEGER_CST.
12706 2017-02-14  Richard Biener  <rguenther@suse.de>
12708         PR middle-end/79432
12709         * tree-into-ssa.c (insert_phi_nodes): When the function can
12710         have abnormal edges rewrite SSA names with broken use-def
12711         dominance out of SSA and register them for PHI insertion.
12713 2017-02-13  Martin Sebor  <msebor@redhat.com>
12715         PR middle-end/79496
12716         * gimple-ssa-sprintf.c (pass_sprintf_length::handle_gimple_call): Avoid
12717         clearing info.nowrite flag when snprintf size argument is a range.
12719 2017-02-13  Jakub Jelinek  <jakub@redhat.com>
12721         * cprop.c (cprop_jump): Add missing space in string literal.
12722         * tree-ssa-structalias.c (rewrite_constraints): Likewise.
12723         (get_constraint_for_component_ref): Likewise.
12724         * df-core.c (df_worklist_dataflow_doublequeue): Likewise.
12725         * tree-outof-ssa.c (insert_partition_copy_on_edge): Likewise.
12726         * lra-constraints.c (process_alt_operands): Likewise.
12727         * ipa-inline.c (inline_small_functions): Likewise.
12728         * tree-ssa-sccvn.c (visit_reference_op_store): Likewise.
12729         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
12730         * trans-mem.c (diagnose_tm_1_op): Likewise.
12731         * omp-grid.c (grid_find_single_omp_among_assignments): Likewise.
12732         (grid_parallel_clauses_gridifiable): Likewise.
12734         * config/nvptx/mkoffload.c (process): Add space in between
12735         , and %d.
12737         * config/i386/i386.h (REG_CLASS_NAMES): Add , in between
12738         "MOD4_SSE_REGS" and "ALL_REGS".
12740         * spellcheck.c (test_data): Add , in between "foo" and "food".
12742 2017-02-13  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
12744         PR target/79449
12745         * config/rs6000/rs6000.c (expand_block_compare): Make sure runtime
12746         boundary crossing check and subsequent code generation agree.
12748 2017-02-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12750         * config/aarch64/aarch64.c (has_memory_op): Delete.
12751         (aarch64_madd_needs_nop): Use contains_mem_rtx_p instead of
12752         has_memory_op.
12754 2017-02-13  Jakub Jelinek  <jakub@redhat.com>
12756         PR rtl-optimization/79388
12757         PR rtl-optimization/79450
12758         * combine.c (distribute_notes): When removing TEM_INSN for which
12759         corresponding dest has last value recorded, invalidate that last
12760         value.
12762 2017-02-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12764         * config/arm/arm.c (arm_print_tune_info): Use ASM_COMMENT_START instead
12765         of explicit '@'.  Add missing assembly comment marker on branch costs
12766         printout.
12768 2017-02-13  Nathan Sidwell  <nathan@acm.org>
12770         * gengtype-lex.l (<in_struct>): Add '/'.
12772 2017-02-13  Martin Liska  <mliska@suse.cz>
12774         PR c/79471
12775         * calls.c (expand_call): Replace XALLOCAVEC with XCNEWVEC.
12777 2017-02-13  Richard Biener  <rguenther@suse.de>
12779         * configure.ac (HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS):
12780         Remove.
12781         * configure: Re-generate.
12782         * config.in: Likewise.
12783         * graphite-dependences.c: Simplify as if
12784         HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS was defined.
12785         * graphite-isl-ast-to-gimple.c: Likewise.
12786         * graphite-optimize-isl.c: Likewise.
12787         * graphite-poly.c: Likewise.
12788         * graphite-sese-to-poly.c: Likewise.
12789         * graphite.h: Likewise.
12790         * toplev.c: Include isl/version.h and use isl_version () for
12791         printing the ISL version.
12792         * doc/install.texi: Update ISL requirement.
12794 2017-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
12796         * doc/standards.texi (Standards): Update reference to
12797         Objective-C 2.0.
12799 2017-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
12801         * doc/extend.texi (Named Address Spaces): sourceware.org now
12802         defaults to https.
12803         * doc/install.texi (Binaries): Ditto.
12804         (Specific): Ditto.
12806 2017-02-11  Sandra Loosemore  <sandra@codesourcery.com>
12808         * doc/cpp.texi: Replace "stringify"/"stringification" with C
12809         standard terminology "stringize"/"stringizing" throughout.
12810         * doc/cppinternals.texi: Likewise.
12812 2017-02-11  Sandra Loosemore  <sandra@codesourcery.com>
12814         * doc/extend.texi: Fix some spelling mistakes and typos.
12815         * doc/invoke.texi: Likewise.
12817 2017-02-11  Jan Hubicka  <hubicka@ucw.cz>
12819         PR ipa/79224
12820         * params.def (inline-min-speedup) Change from 10 to 8.
12822 2017-02-11  Jakub Jelinek  <jakub@redhat.com>
12824         * doc/invoke.texi (fopenmp): Bump OpenMP version from 4.0 to
12825         4.5.
12827 2017-02-11  Jan Hubicka  <hubicka@ucw.cz>
12829         PR ipa/79224
12830         * ipa-inline-analysis.c (get_minimal_bb): New function.
12831         (record_modified): Use it.
12832         (remap_edge_change_prob): Handle also ancestor functions.
12834 2017-02-11  Gerald Pfeifer  <gerald@pfeifer.com>
12836         * doc/contrib.texi (Contributors): Remove broken link into
12837         the Mauve CVS repository.
12839 2017-02-11  Jakub Jelinek  <jakub@redhat.com>
12841         PR middle-end/79454
12842         * internal-fn.c (expand_vector_ubsan_overflow): Use piece-wise
12843         result computation whenever lhs doesn't have vector mode, not
12844         just when it has BLKmode.
12846 2017-02-10  Gerald Pfeifer  <gerald@pfeifer.com>
12848         * doc/makefile.texi (profiledbootstrap): Refer to the
12849         installation instructions only in textual form.
12851 2017-02-10  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
12853         PR target/79295
12854         * config/rs6000/altivec.md (bcd<bcd_add_sub>): Fix constraints.
12856 2017-02-10  Gerald Pfeifer  <gerald@pfeifer.com>
12858         * doc/install.texi (Specific): Use https for blackfin.uclinux.org.
12859         (Specific): Update mingw-w64 reference.
12860         (Binaries): Ditto.
12861         (Specific): Remove broken link to Renesas RX processor.
12863 2017-02-10  Richard Biener  <rguenther@suse.de>
12865         * toplev.c (process_options): Do not mention obsolete graphite
12866         options when printing sorry message about missing graphite support.
12867         Mention -floop-nest-optimize.
12869 2017-02-10  Christophe Lyon  <christophe.lyon@linaro.org>
12871         * config/aarch64/arm_neon.h (vtst_p8): Rewrite without asm.
12872         (vtst_p16): Likewise.
12873         (vtstq_p8): Likewise.
12874         (vtstq_p16): Likewise.
12875         (vtst_p64): New.
12876         (vtstq_p64): Likewise.
12877         * config/arm/arm_neon.h (vgetq_lane_p64): New.
12878         (vset_lane_p64): New.
12879         (vsetq_lane_p64): New.
12881 2017-02-10  Jakub Jelinek  <jakub@redhat.com>
12883         PR tree-optimization/79411
12884         * tree-ssa-reassoc.c (is_reassociable_op): Return false if
12885         stmt operands are SSA_NAMEs used in abnormal phis.
12886         (can_reassociate_p): Return false if op is SSA_NAME used in abnormal
12887         phis.
12889 2017-02-09  Jan Hubicka  <hubicka@ucw.cz>
12891         PR ipa/70795
12892         * cgraphunit.c (cgraph_node::add_new_function): Set externally_visible
12893         flag if needed.
12895 2017-02-09  Jan Hubicka  <hubicka@ucw.cz>
12897         * tree-ssa-loop-unswitch.c (hoist_guard): Update profile.
12899 2017-02-09  Jakub Jelinek  <jakub@redhat.com>
12901         * omp-offload.c (oacc_loop_auto_partitions): Use || instead of |
12902         to avoid warning.
12904         PR c/79413
12905         * gimplify.h (is_gimple_sizepos): Only test for INTEGER_CST constants,
12906         not arbitrary TREE_CONSTANT.
12908         PR c/79431
12909         * gimplify.c (gimplify_adjust_omp_clauses): Ignore
12910         "omp declare target link" attribute unless is_global_var.
12911         * omp-offload.c (find_link_var_op): Likewise.
12913 2017-02-09  Nathan Sidwell  <nathan@codesourcery.com>
12914             Chung-Lin Tang  <cltang@codesourcery.com>
12916         * gimplify.c (gimplify_scan_omp_clauses): No special handling for
12917         OMP_CLAUSE_TILE.
12918         (gimplify_adjust_omp_clauses): Don't delete TILE.
12919         (gimplify_omp_for): Deal with TILE.
12920         * internal-fn.c (expand_GOACC_TILE): New function.
12921         * internal-fn.def (GOACC_DIM_POS): Comment may be overly conservative.
12922         (GOACC_TILE): New.
12923         * omp-expand.c (struct oacc_collapse): Add tile and outer fields.
12924         (expand_oacc_collapse_init): Add LOC paramter.  Initialize tile
12925         element fields.
12926         (expand_oacc_collapse_vars): Add INNER parm, adjust for tiling,
12927         avoid DIV for outermost collapse var.
12928         (expand_oacc_for): Insert tile element loop as needed.  Adjust.
12929         Remove out of date comments, fix whitespace.
12930         * omp-general.c (omp_extract_for_data): Deal with tiling.
12931         * omp-general.h (enum oacc_loop_flags): Add OLF_TILE flag,
12932         adjust OLF_DIM_BASE value.
12933         (struct omp_for_data): Add tiling field.
12934         * omp-low.c (scan_sharing_clauses): Allow OMP_CLAUSE_TILE.
12935         (lower_oacc_head_mark): Add OLF_TILE as appropriate.  Ensure 2 levels
12936         for auto loops.  Remove default auto determining, moved to
12937         oacc_loop_fixed_partitions.
12938         * omp-offload.c (struct oacc_loop): Change 'ifns' to vector of call
12939         stmts, add e_mask field.
12940         (oacc_dim_call): New function, abstracted out from oacc_thread_numbers.
12941         (oacc_thread_numbers): Use oacc_dim_call.
12942         (oacc_xform_tile): New.
12943         (new_oacc_loop_raw): Initialize e_mask, adjust for ifns vector.
12944         (finish_oacc_loop): Adjust for ifns vector.
12945         (oacc_loop_discover_walk): Append loop abstraction sites to list,
12946         add case for GOACC_TILE fns.
12947         (oacc_loop_xform_loop): Delete.
12948         (oacc_loop_process): Iterate over call list directly, and add
12949         handling for GOACC_TILE fns.
12950         (oacc_loop_fixed_partitions): Determine default auto, deal with TILE,
12951         dump partitioning.
12952         (oacc_loop_auto_partitions): Add outer_assign parm. Assign all but
12953         vector partitioning to outer loops.  Assign 2 partitions to loops
12954         when available. Add TILE handling.
12955         (oacc_loop_partition): Adjust oacc_loop_auto_partitions call.
12956         (execite_oacc_device_lower): Process GOACC_TILE fns,
12957         ignore unknown specs.
12958         * tree-nested.c (convert_nonlocal_omp_clauses): Allow OMP_CLAUSE_TILE.
12959         * tree.c (omp_clause_num_ops): Adjust TILE ops.
12960         * tree.h (OMP_CLAUSE_TILE_ITERVAR, OMP_CLAUSE_TILE_COUNT): New.
12962 2017-02-09  Gerald Pfeifer  <gerald@pfeifer.com>
12964         * configure.ac (ACX_BUGURL): Update.
12965         * configure: Regenerate.
12967 2017-02-09  Richard Biener  <rguenther@suse.de>
12969         PR tree-optimization/69823
12970         * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
12971         Properly enumerate all BBs in the region.  Use auto_vec/auto_bitmap.
12973 2017-02-09  Andrew Burgess  <andrew.burgess@embecosm.com>
12975         * config/arc/arc-c.def: Add __NPS400__ definition.
12976         * config/arc/arc.h (CPP_SPEC): Don't define __NPS400__ here.
12977         (TARGET_NPS400): Define.
12979 2017-02-09  Andrew Burgess  <andrew.burgess@embecosm.com>
12981         * config/arc/arc-arch.h (arc_arch_t): Move unchanged to earlier in
12982         file.
12983         (arc_cpu_t): Change base_architecture field, arch, to a arc_arc_t
12984         pointer, arch_info.
12985         (arc_cpu_types): Fill the arch_info field with a pointer into the
12986         arc_arch_types table.
12987         (arc_selected_cpu): Declare.
12988         * config/arc/arc.c (arc_selected_cpu): Make global.
12989         (arc_selected_arch): Delete.
12990         (arc_base_cpu): Delete.
12991         (arc_override_options): Remove references to deleted variables,
12992         update access to arch information.
12993         (ARC_OPT): Update access to arch information.
12994         (ARC_OPTX): Likewise.
12995         * config/arc/arc.h (arc_base_cpu): Remove declaration.
12996         (TARGET_ARC600): Update access to arch information.
12997         (TARGET_ARC601): Likewise.
12998         (TARGET_ARC700): Likewise.
12999         (TARGET_EM): Likewise.
13000         (TARGET_HS): Likewise.
13001         * config/arc/driver-arc.c (arc_cpu_to_as): Update access to arch
13002         information.
13004 2017-02-08  Pat Haugen  <pthaugen@us.ibm.com>
13006         PR target/78604
13007         * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Invert
13008         condition/operands for integer GE/LE/GEU/LEU operations.
13010 2017-02-08  Segher Boessenkool  <segher@kernel.crashing.org>
13012         PR translation/79397
13013         * config/rs6000/rs6000.opt (maltivec=le, maltivec=be): Fix spelling
13014         of AltiVec.
13016 2017-02-08  Martin Jambor  <mjambor@suse.cz>
13018         PR ipa/79375
13019         * ipa-prop.c (ipa_alloc_node_params): Make static, return bool
13020         whether allocation happened.
13021         (ipa_initialize_node_params): Do not call ipa_alloc_node_params if
13022         nothing was allocated.
13024 2017-02-08  Jakub Jelinek  <jakub@redhat.com>
13026         PR tree-optimization/79408
13027         * tree-vrp.c (simplify_div_or_mod_using_ranges): If op1 is not
13028         constant, but SSA_NAME with a known integer range, use the minimum
13029         of that range instead of op1 to determine if modulo can be replaced
13030         with its first operand.
13032 2016-02-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13034         * config/riscv/riscv.c (riscv_build_integer_1): Avoid use of INT16_MAX.
13036 2017-02-08  Richard Biener  <rguenther@suse.de>
13038         PR tree-optimization/71824
13039         * graphite-scop-detection.c (scop_detection::build_scop_breadth):
13040         Check all loops contained in the merged region.
13042 2017-02-07  Andrew Pinski  <apinski@cavium.com>
13044         * config/aarch64/aarch64.md (popcount<mode>2): New pattern.
13046 2017-02-07  Andrew Pinski  <apinski@cavium.com>
13048         * config/aarch64/aarch64-cores.def (thunderx): Disable LSE.
13049         (thunderxt88): Likewise.
13050         (thunderxt81): Disable LSE and change v8.1 to v8.
13051         (thunderxt83): Likewise.
13053 2017-02-07  Jakub Jelinek  <jakub@redhat.com>
13054             Richard Biener  <rguenther@suse.de>
13056         PR middle-end/79399
13057         * ira-int.h (struct target_ira_int): Change x_max_struct_costs_size
13058         type from int to size_t.
13059         * ira-costs.c (struct_costs_size): Change type from int to size_t.
13061 2017-02-07  Jakub Jelinek  <jakub@redhat.com>
13063         PR rtl-optimization/79386
13064         * cprop.c (bypass_conditional_jumps): Initialize
13065         bypass_last_basic_block already before splitting bbs after
13066         unconditional traps...
13067         (bypass_conditional_jumps): ... rather than here.
13069         PR target/79299
13070         * config/i386/sse.md (xtg_mode, gatherq_mode): New mode attrs.
13071         (*avx512f_gathersi<mode>, *avx512f_gathersi<mode>_2,
13072         *avx512f_gatherdi<mode>, *avx512f_gatherdi<mode>_2): Use them,
13073         fix -masm=intel patterns.
13075 2017-02-07  Richard Biener  <rguenther@suse.de>
13077         PR tree-optimization/79256
13078         PR middle-end/79278
13079         * builtins.c (get_object_alignment_2): Use min_align_of_type
13080         to extract alignment for MEM_REFs to honor BIGGEST_FIELD_ALIGNMENT
13081         and ADJUST_FIELD_ALIGN.
13083         * doc/tm.texi.in (ADJUST_FIELD_ALIGN): Adjust to take additional
13084         type parameter.
13085         * doc/tm.texi: Regenerate.
13086         * stor-layout.c (layout_decl): Adjust.
13087         (update_alignment_for_field): Likewise.
13088         (place_field): Likewise.
13089         (min_align_of_type): Likewise.
13090         * config/arc/arc.h (ADJUST_FIELD_ALIGN): Adjust.
13091         * config/epiphany/epiphany.h (ADJUST_FIELD_ALIGN): Likewise.
13092         * config/epiphany/epiphany.c (epiphany_adjust_field_align): Likewise.
13093         * config/frv/frv.h (ADJUST_FIELD_ALIGN): Likewise.
13094         * config/frv/frv.c (frv_adjust_field_align): Likewise.
13095         * config/i386/i386.h (ADJUST_FIELD_ALIGN): Likewise.
13096         * config/i386/i386.c (x86_field_alignment): Likewise.
13097         * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Likewise.
13098         * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Likewise.
13099         * config/rs6000/freebsd64.h (ADJUST_FIELD_ALIGN): Likewise.
13100         * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Likewise.
13101         * config/rs6000/sysv4.h (ADJUST_FIELD_ALIGN): Likewise.
13102         * config/rs6000/rs6000.c (rs6000_special_adjust_field_align_p):
13103          Likewise.
13105         Revert
13106         2017-01-30  Richard Biener  <rguenther@suse.de>
13108         PR tree-optimization/79256
13109         * targhooks.c (default_builtin_vector_alignment_reachable): Honor
13110         BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
13111         alignment on TYPE.
13113 2017-02-07  Toma Tabacu  <toma.tabacu@imgtec.com>
13115         * config/mips/mips.c (mips_expand_builtin_insn): Convert the QImode
13116         argument of the pshufh, psllh, psllw, psrah, psraw, psrlh, psrlw
13117         builtins to SImode and emit a zero-extend, if necessary.
13119 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
13121         * docs/invoke.texi (RISC-V Options): Alphabetize.
13123 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
13125         * doc/invoke.texi (RISC-V Options): Use two spaces to separate
13126         options.
13128 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
13130         * config/riscv/riscv.c: New file.
13131         * gcc/common/config/riscv/riscv-common.c: Likewise.
13132         * config.gcc: Likewise.
13133         * config/riscv/constraints.md: Likewise.
13134         * config/riscv/elf.h: Likewise.
13135         * config/riscv/generic.md: Likewise.
13136         * config/riscv/linux.h: Likewise.
13137         * config/riscv/multilib-generator: Likewise.
13138         * config/riscv/peephole.md: Likewise.
13139         * config/riscv/pic.md: Likewise.
13140         * config/riscv/predicates.md: Likewise.
13141         * config/riscv/riscv-builtins.c: Likewise.
13142         * config/riscv/riscv-c.c: Likewise.
13143         * config/riscv/riscv-ftypes.def: Likewise.
13144         * config/riscv/riscv-modes.def: Likewise.
13145         * config/riscv/riscv-opts.h: Likewise.
13146         * config/riscv/riscv-protos.h: Likewise.
13147         * config/riscv/riscv.h: Likewise.
13148         * config/riscv/riscv.md: Likewise.
13149         * config/riscv/riscv.opt: Likewise.
13150         * config/riscv/sync.md: Likewise.
13151         * config/riscv/t-elf-multilib: Likewise.
13152         * config/riscv/t-linux: Likewise.
13153         * config/riscv/t-linux-multilib: Likewise.
13154         * config/riscv/t-riscv: Likewise.
13155         * configure.ac: Likewise.
13156         * doc/contrib.texi: Add Kito Cheng, Palmer Dabbelt, and Andrew
13157         Waterman as RISC-V maintainers.
13158         * doc/install.texi: Add RISC-V entries.
13159         * doc/invoke.texi: Add RISC-V options section.
13160         * doc/md.texi: Add RISC-V constraints section.
13161         * configure: Regenerated.
13163 2017-02-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
13165         PR target/66144
13166         * config/rs6000/vector.md (vcond<mode><mode>): Allow the true and
13167         false values to be constant vectors with all 0 or all 1 bits set.
13168         (vcondu<mode><mode>): Likewise.
13169         * config/rs6000/predicates.md (vector_int_reg_or_same_bit): New
13170         predicate.
13171         (fpmask_comparison_operator): Update comment.
13172         (vecint_comparison_operator): New predicate.
13173         * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Optimize
13174         vector conditionals when the true and false values are constant
13175         vectors with all 0 bits or all 1 bits set.
13177 2017-02-06  Martin Sebor  <msebor@redhat.com>
13179         PR  tree-optimization/79376
13180         * gimple-fold.c (get_range_strlen): Set the minimum length to zero.
13182 2017-02-06  Uros Bizjak  <ubizjak@gmail.com>
13184         * config/i386/sse.md (vector modes -> vec_extract* splitter): Use
13185         explicit subreg RTX with operand 1.  Use VECTOR_MODE_P predicate
13186         to simplify split condition.
13188 2017-02-06  Jakub Jelinek  <jakub@redhat.com>
13190         * omp-expand.c (oxpand_omp_atomic_fetch_op,
13191         expand_omp_atomic_pipeline): Return false if can_atomic_load_p is
13192         false.
13194 2017-02-06  Segher Boessenkool  <segher@kernel.crashing.org>
13196         PR rtl-optimization/68664
13197         * target.def (can_speculate_insn): New hook.
13198         * doc/tm.texi.in (TARGET_SCHED_CAN_SPECULATE_INSN): New hook.
13199         * doc/tm.texi: Regenerate.
13200         * sched-rgn.c (can_schedule_ready_p): Use the new hook.
13201         * config/rs6000/rs6000.c (TARGET_SCHED_CAN_SPECULATE_INSN): New macro.
13202         (rs6000_sched_can_speculate_insn): New function.
13204 2017-02-06  Jakub Jelinek  <jakub@redhat.com>
13206         PR tree-optimization/79284
13207         * tree-vectorizer.h (VECT_SCALAR_BOOLEAN_TYPE_P): Define.
13208         * tree-vect-stmts.c (vect_get_vec_def_for_operand,
13209         vectorizable_mask_load_store, vectorizable_operation,
13210         vect_is_simple_cond, get_same_sized_vectype): Use it instead
13211         of comparing TREE_CODE of a type against BOOLEAN_TYPE.
13212         * tree-vect-patterns.c (check_bool_pattern, search_type_for_mask_1,
13213         vect_recog_bool_pattern, vect_recog_mask_conversion_pattern): Likewise.
13214         * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
13215         * tree-vect-loop.c (vect_determine_vectorization_factor): Likewise.
13216         Remove redundant gimple_code (stmt) == GIMPLE_ASSIGN test after
13217         is_gimple_assign (stmt).  Replace another such test with
13218         is_gimple_assign (stmt).
13220 2017-02-06  Georg-Johann Lay  <avr@gjlay.de>
13222         PR target/78883
13223         * config/avr/avr.c (rtl-iter.h): Include it.
13224         (TARGET_LEGITIMATE_COMBINED_INSN): New hook define...
13225         (avr_legitimate_combined_insn): ...and implementation.
13227 2017-02-06  Dominik Vogt  <vogt@linux.vnet.ibm.com>
13229         * config/s390/predicates.md ("larl_operand"): Use macros from hwint.h.
13230         * config/s390/s390.c (s390_const_operand_ok)
13231         (s390_canonicalize_comparison, s390_extract_part)
13232         (s390_single_part, s390_contiguous_bitmask_nowrap_p)
13233         (s390_contiguous_bitmask_p, s390_rtx_costs)
13234         (legitimize_pic_address): Likewise.
13235         * config/s390/s390.md ("clzdi2", "clztidi2"): Likewise.
13236         * config/s390/vx-builtins.md ("vec_genbytemaskv16qi")
13237         ("vec_permi<mode>", "vfae<mode>", "*vfaes<mode>", "vstrc<mode>")
13238         ("*vstrcs<mode>"): Use UINTVAL() to set unsigned HOST_WIDE_INT.
13239         * config/s390/vector.md ("vec_vfenes<mode>"): Likewise.
13241 2017-02-06  Georg-Johann Lay  <avr@gjlay.de>
13243         * config/avr/avr.md (*addhi3_zero_extend): Add alternative where
13244         REGNO($0) == REGNO($1).
13246 2017-02-06  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
13248         * config/s390/linux.h(SIZE_TYPE): Add comment.
13250 2017-02-06  Julian Brown  <julian@codesourcery.com>
13251             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
13252             Virendra Pathak  <virendra.pathak@broadcom.com>
13254         * config/aarch64/aarch64-cores.def: Change the scheduler
13255         to Thunderx2t99.
13256         * config/aarch64/aarch64.md: Include thunderx2t99.md.
13257         * config/aarch64/thunderx2t99.md: New file.
13259 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
13261         * doc/standards.texi (Go Language): Update link to language
13262         standard.
13264 2017-02-05  Jan Hubicka  <hubicka@ucw.cz>
13266         * tree-eh.c (lower_resx): Sanitize profile.
13267         (cleanup_empty_eh_move_lp): Likewise.
13269 2017-02-05  Jan Hubicka  <hubicka@ucw.cz>
13271         PR tree-ssa/79347
13272         * cfgloopmanip.c (lv_adjust_loop_entry_edge, loop_version): Add
13273         ELSE_PROB.
13274         * cfgloopmanip.h (loop_version): Update prototype.
13275         * modulo-sched.c (sms_schedule): Update call of loop_version.
13276         * tree-if-conv.c(version_loop_for_if_conversion): Likewise.
13277         * tree-parloops.c (gen_parallel_loop): Likewise.
13278         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Likewise.
13279         * tree-ssa-loop-split.c (split_loop): Likewise.
13280         * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Likewise.
13281         * tree-vect-loop-manip.c (vect_loop_versioning): Likewise.
13283 2017-02-05  Martin Liska  <mliska@suse.cz>
13285         PR bootstrap/78985
13286         * config/s390/s390.c (s390_gimplify_va_arg): Initialize local
13287         variable to NULL.
13288         (print_operand_address): Initialize a struct to zero.
13290 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
13292         * doc/contrib.texi (Contributors): Refer to Hans Boehm's
13293         garbage collector only in textual form.
13295 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
13297         * doc/extend.texi (x86 specific memory model extensions for
13298         transactional memory): Simplify a phrase.
13300 2017-02-05  Eric Botcazou  <ebotcazou@adacore.com>
13302         PR target/79353
13303         * config/sparc/sync.md (atomic_loaddi_1): Replace 'U' constraint with
13304         'r', 'm' constraint with 'T' and !TARGET_ARCH64 with TARGET_ARCH32.
13305         (atomic_storedi_1): Likewise.
13307 2017-02-04  Jakub Jelinek  <jakub@redhat.com>
13309         PR tree-optimization/79338
13310         * tree-parloops.c (gather_scalar_reductions): Don't call
13311         vect_analyze_loop_form for loop->inner before destroying loop's
13312         loop_vinfo.
13314 2017-02-03  Martin Sebor  <msebor@redhat.com>
13316         PR tree-optimization/79327
13317         * gimple-ssa-sprintf.c (tree_digits): Avoid adding the base prefix
13318         when precision has resulted in leading zeros.
13319         (format_integer): Adjust the likely counter to assume an unknown
13320         argument that may be zero is non-zero.
13322 2017-02-03  Jason Merrill  <jason@redhat.com>
13324         PR c++/78689
13325         * tree-inline.c (copy_tree_body_r) [COND_EXPR]: Revert change to
13326         avoid copying non-taken branch.
13328 2017-02-03  Jakub Jelinek  <jakub@redhat.com>
13330         PR tree-optimization/79340
13331         * tree-vect-loop.c (vectorizable_reduction): Release
13332         vec_defs elements after safe_splicing them into other vectors.
13333         Formatting fixes.
13335         PR tree-optimization/79327
13336         * gimple-ssa-sprintf.c (adjust_range_for_overflow): If returning
13337         true, always set *argmin and *argmax to TYPE_{MIN,MAX}_VALUE of
13338         dirtype.
13339         (format_integer): Use wide_int_to_tree instead of build_int_cst
13340         + to_?hwi.  If argmin is NULL, just set argmin and argmax to
13341         TYPE_{MIN,MAX}_VALUE of argtype.  Simplify and fix computation
13342         of shortest and longest sequence.
13344 2017-02-03  Uros Bizjak  <ubizjak@gmail.com>
13346         * config/i386/i386.c (dimode_scalar_chain::convert_reg):
13347         Use pextrd for TARGET_SSE4_1 when creating scalar copy.
13349 2017-02-03  Walter Lee  <walt@tilera.com>
13351         PR target/78862
13352         * config/tilegx/tilegx.md (tilegx_expand_prologue): Add blockage
13353         after initial stackframe link reg save.
13354         * config/tilepro/tilepro.md (tilepro_expand_prologue): Likewise.
13356 2017-02-03  Jakub Jelinek  <jakub@redhat.com>
13358         PR target/79354
13359         * config/rs6000/rs6000.md (movsi_from_sf): Use wb constraint instead of
13360         wu for stxssp alternative.
13362 2017-02-03  Martin Sebor  <msebor@redhat.com>
13364         PR tree-optimization/79352
13365         * gimple-fold.c (get_range_strlen): Add argument.
13366         (get_range_strlen): Change return type to bool.
13367         (get_maxval_strlen): Pass in a dummy argument.
13368         * gimple-fold.h (get_range_strlen): Change return type to bool.
13369         * gimple-ssa-sprintf.c (get_string_length): Set unlikely counter.
13370         * tree.h (array_at_struct_end_p): Add argument.
13371         * tree.c (array_at_struct_end_p): Handle it.
13373 2017-02-03  Martin Liska  <mliska@suse.cz>
13375         PR lto/66295
13376         * multiple_target.c (create_dispatcher_calls): Redirect edge
13377         from a caller of a dispatcher.
13378         (expand_target_clones): Make the clones local.
13379         (ipa_target_clone): Do both target clones and resolvers.
13380         (ipa_dispatcher_calls): Remove the pass.
13381         (pass_dispatcher_calls::gate): Likewise.
13382         (make_pass_dispatcher_calls): Likewise.
13383         * passes.def (pass_target_clone): Put as very first IPA early
13384         pass.
13386 2017-02-03  Martin Liska  <mliska@suse.cz>
13388         * symtab.c (symtab_node::binds_to_current_def_p): Bail out
13389         in case of a function with ifunc attribute.
13391 2017-02-03  Martin Liska  <mliska@suse.cz>
13393         * cgraph.c (cgraph_node::dump): Dump function version info.
13394         * symtab.c (symtab_node::dump_base): Add missing new line.
13396 2017-02-02  Jan Hubicka  <hubicka@ucw.cz>
13398         * tree-ssa-ifcombine.c (update_profile_after_ifcombine): New function.
13399         (ifcombine_ifandif): Use it.
13401 2017-02-03  Martin Liska  <mliska@suse.cz>
13403         * doc/invoke.texi: Document default value for
13404         use-after-scope-direct-emission-threshold.
13406 2017-02-03  Martin Liska  <mliska@suse.cz>
13408         PR tree-optimization/79339
13409         * gimple-ssa-sprintf.c (format_floating_max): Call mpfr_clear.
13410         (format_floating): Likewise.
13412 2017-02-03  Martin Liska  <mliska@suse.cz>
13414         PR ipa/79337
13415         * ipa-prop.c (ipa_node_params_t::insert): Remove current
13416         implementation.
13417         (ipa_node_params_t::remove): Likewise.
13418         * ipa-prop.h (ipa_node_params::ipa_node_params): Make default
13419         initialization from removed ipa_node_params_t::insert.
13420         (ipa_node_params::~ipa_node_params): Move from removed
13421         ipa_node_params_t::release.
13422         * symbol-summary.h (symbol_summary::m_released): New member.
13423         Do not release a summary twice.  Do not allow to call finalizer
13424         for types of a summary that live in GGC memory.
13426 2017-02-02  Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
13428         * config/aarch64/aarch64.c (thunderx2t99_tunings): Enable AES and
13429         cmp_branch fusion.
13431 2017-02-02  Martin Sebor  <msebor@redhat.com>
13433         PR middle-end/79275
13434         * gimple-ssa-sprintf.c (get_string_length): Set lower bound to zero.
13435         (format_string): Tighten up the range of output for non-constant
13436         strings and correct the expected range for wide non-constant strings.
13438 2017-02-02  Martin Sebor  <msebor@redhat.com>
13440         * doc/invoke.texi (-maccumulate-args): Fix bad grammar.
13442         PR middle-end/32003
13443         * doc/invoke.texi (-fdump-tree-): Remove pass-specific options from
13444         index.
13445         (-fdump-tree-@var): Add to index and document how to come up
13446         with pass-specific option and dump file names.
13447         (-fdump-passes): Clarify where to look for output.
13449 2017-02-02  Jan Hubicka  <hubicka@ucw.cz>
13451         PR middle-end/77445
13452         * tree-ssa-threadbackward.c (profitable_jump_thread_path): Dump
13453         statistics of the analyzed path; allow threading for speed when
13454         any of BBs along the path are optimized for speed.
13456 2017-02-02  Eric Botcazou  <ebotcazou@adacore.com>
13458         PR middle-end/78468
13459         * emit-rtl.c (init_emit): Add ??? comment for problematic alignment
13460         settings of the virtual registers.
13462         Revert again
13463         2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
13465         * explow.c (get_dynamic_stack_size): Take known alignment of stack
13466         pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
13467         needed.
13469 2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
13471         * config/s390/vx-builtins.md ("vec_ceil", "vec_floor")
13472         ("vec_trunc", "vec_roundc", "vec_round"): Remove expanders.
13474 2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
13476         * config/s390/s390.md: Add missing comments with the expanded
13477         mnemonics.
13478         * config/s390/vector.md: Likewise.
13479         * config/s390/vx-builtins.md: Likewise.
13481 2017-02-02  Jakub Jelinek  <jakub@redhat.com>
13483         PR target/79197
13484         * config/rs6000/rs6000.md (*fixuns_trunc<mode>di2_fctiduz): Rename to ...
13485         (fixuns_trunc<mode>di2): ... this, remove previous expander.  Put all
13486         conditions on a single line.
13488 2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
13490         * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
13491         __S390_VX__ to __VX__.
13493 2017-02-01  Andrew Pinski  <apinski@cavium.com>
13495         * tree-vect-loop.c (vect_compute_single_scalar_iteration_cost): Pass
13496         stmt_info to record_stmt_cost.
13497         (vect_get_known_peeling_cost): Pass stmt_info if known to
13498         record_stmt_cost.
13499         * config/aarch64/aarch64-protos.h (cpu_vector_cost): Split
13500         cpu_vector_cost field into
13501         scalar_int_stmt_cost and scalar_fp_stmt_cost.  Split vec_stmt_cost
13502         field into vec_int_stmt_cost and vec_fp_stmt_cost.
13503         * config/aarch64/aarch64.c (generic_vector_cost): Update for the
13504         splitting of scalar_stmt_cost and vec_stmt_cost.
13505         (thunderx_vector_cost): Likewise.
13506         (cortexa57_vector_cost): LIkewise.
13507         (exynosm1_vector_cost): Likewise.
13508         (xgene1_vector_cost): Likewise.
13509         (thunderx2t99_vector_cost): Improve after the splitting of the two
13510         fields.
13511         (aarch64_builtin_vectorization_cost): Update for the splitting of
13512         scalar_stmt_cost and vec_stmt_cost.
13514 2017-02-01  Torvald Riegel  <triegel@redhat.com>
13515             Richard Henderson  <rth@redhat.com>
13517         * builtins.c (fold_builtin_atomic_always_lock_free): Make "lock-free"
13518         conditional on existance of a fast atomic load.
13519         * optabs-query.c (can_atomic_load_p): New function.
13520         * optabs-query.h (can_atomic_load_p): Declare it.
13521         * optabs.c (expand_atomic_exchange): Always delegate to libatomic if
13522         no fast atomic load is available for the particular size of access.
13523         (expand_atomic_compare_and_swap): Likewise.
13524         (expand_atomic_load): Likewise.
13525         (expand_atomic_store): Likewise.
13526         (expand_atomic_fetch_op): Likewise.
13527         * testsuite/lib/target-supports.exp
13528         (check_effective_target_sync_int_128): Remove x86 because it provides
13529         no fast atomic load.
13530         (check_effective_target_sync_int_128_runtime): Likewise.
13532 2017-02-01  Richard Biener  <rguenther@suse.de>
13534         * graphite.c: Include tree-vectorizer.h for find_loop_location.
13535         (graphite_transform_loops): Provide opt-info for optimized nests.
13536         * tree-parloop.c (parallelize_loops): Provide opt-info for
13537         parallelized loops.
13539 2017-02-01  Richard Biener  <rguenther@suse.de>
13541         PR middle-end/79315
13542         * tree-cfg.c (move_stmt_op): Never set TREE_BLOCK when it
13543         was not set before.
13545 2017-02-01  Richard Biener  <rguenther@suse.de>
13547         PR tree-optimization/71824
13548         * graphite-scop-detection.c (scop_detection::build_scop_breadth):
13549         Verify the loops are valid in the merged SESE region.
13550         (scop_detection::can_represent_loop_1): Check analyzing the
13551         evolution of the number of iterations in the region succeeds.
13553 2017-01-31  Ian Lance Taylor  <iant@golang.org>
13555         * config/i386/i386.c (ix86_expand_split_stack_prologue): Add
13556         REG_ARGS_SIZE note to 32-bit push insns and call insn.
13558 2017-01-31  David Malcolm  <dmalcolm@redhat.com>
13560         PR preprocessor/79210
13561         * input.c (get_substring_ranges_for_loc): Replace line_width
13562         assertion with error-handling.
13564 2017-01-31  Richard Biener  <rguenther@suse.de>
13566         PR tree-optimization/77318
13567         * graphite-sese-to-poly.c (extract_affine): Fix assert.
13568         (create_pw_aff_from_tree): Take loop parameter.
13569         (add_condition_to_pbb): Pass loop of the condition to
13570         create_pw_aff_from_tree.
13572 2017-01-31  Jakub Jelinek  <jakub@redhat.com>
13574         * config/s390/s390.c (s390_asan_shadow_offset): New function.
13575         (TARGET_ASAN_SHADOW_OFFSET): Redefine.
13577 2017-01-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
13579         PR target/78597
13580         PR target/79038
13581         * config/rs6000/rs6000-protos.h (convert_float128_to_int): Delete,
13582         no longer used.
13583         (convert_int_to_float128): Likewise.
13584         * config/rs6000/rs6000.c (convert_float128_to_int): Likewise.
13585         (convert_int_to_float128): Likewise.
13586         * config/rs6000/rs6000.md (UNSPEC_IEEE128_MOVE): Likewise.
13587         (UNSPEC_IEEE128_CONVERT): Likewise.
13588         (floatsi<mode>2, FLOAT128 iterator): Bypass calling
13589         rs6000_expand_float128_convert if we have IEEE 128-bit hardware.
13590         Use local variables for IBM extended format.
13591         (fix_trunc<mode>si2, FLOAT128 iterator): Likewise.
13592         (fix_trunc<mode>si2_fprs): Likewise.
13593         (fixuns_trunc<IEEE128:mode><SDI:mode>2): Likewise.
13594         (floatuns<IEEE128:mode>2, IEEE128 iterator): Likewise.
13595         (fix<uns>_<mode>si2_hw): Rework the IEEE 128-bt hardware support
13596         to know that we can now have integers of all sizes in vector
13597         registers.
13598         (fix<uns>_<mode>di2_hw): Likewise.
13599         (float<uns>_<mode>si2_hw): Likewise.
13600         (fix_<mode>si2_hw): Likewise.
13601         (fixuns_<mode>si2_hw): Likewise.
13602         (float<uns>_<mode>di2_hw): Likewise.
13603         (float_<mode>di2_hw): Likewise.
13604         (float_<mode>si2_hw): Likewise.
13605         (floatuns_<mode>di2_hw): Likewise.
13606         (floatuns_<mode>si2_hw): Likewise.
13607         (xscvqp<su>wz_<mode>): Delete, no longer used.
13608         (xscvqp<su>dz_<mode>): Likewise.
13609         (xscv<su>dqp_<mode>): Likewise.
13610         (ieee128_mfvsrd_64bit): Likewise.
13611         (ieee128_mfvsrd_32bit): Likewise.
13612         (ieee128_mfvsrwz): Likewise.
13613         (ieee128_mtvsrw): Likewise.
13614         (ieee128_mtvsrd_64bit): Likewise.
13615         (ieee128_mtvsrd_32bit): Likewise.
13617 2017-01-31  Martin Liska  <mliska@suse.cz>
13619         PR ipa/79285
13620         * ipa-prop.c (ipa_free_all_node_params): Call release method
13621         instead of ~sumbol_summary to not to trigger double times
13622         dtor of hash_map.
13624 2017-01-31  Aldy Hernandez  <aldyh@redhat.com>
13626         PR tree-optimization/71691
13627         * bitmap.h (class auto_bitmap): New.
13628         * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): Call
13629         is_maybe_undefined instead of ssa_undefined_value_p.
13631 2017-01-31  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
13633         * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
13634         __S390_ARCH_LEVEL__ to __ARCH__.
13636 2017-01-31  Jakub Jelinek  <jakub@redhat.com>
13638         PR tree-optimization/79267
13639         * value-prof.c (gimple_ic): Only drop lhs for noreturn calls
13640         if should_remove_lhs_p is true.
13642 2017-01-30  Alexandre Oliva <aoliva@redhat.com>
13644         PR debug/63238
13645         * dwarf2out.c (clone_as_declaration): Drop DW_AT_alignment.
13646         (add_alignment_attribute): New.
13647         (base_type_die): Add alignment attribute.
13648         (subrange_type_die): Likewise.
13649         (modified_type_die): Likewise.
13650         (gen_array_type_die): Likewise.
13651         (gen_descr_array_type_die: Likewise.
13652         (gen_enumeration_type_die): Likewise.
13653         (gen_subprogram_die): Likewise.
13654         (gen_variable_die): Likewise.
13655         (gen_field_die): Likewise.
13656         (gen_ptr_to_mbr_type_die): Likewise.
13657         (gen_struct_or_union_type_die): Likewise.
13658         (gen_subroutine_type_die): Likewise.
13659         (gen_typedef_die): Likewise.
13660         (base_type_cmp): Compare alignment attribute.
13662 2017-01-30  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
13664         PR target/79170
13665         * config/rs6000/altivec.md (*setb_internal): Rename to setb_signed.
13666         (setb_unsigned) New pattern for setb with CCUNS.
13667         * config/rs6000/rs6000.c (expand_block_compare): Use a different
13668         subfc./subfe sequence to avoid overflow problems.  Generate a
13669         shorter sequence with cmpld/setb for power9.
13670         * config/rs6000/rs6000.md (subf<mode>3_carry_dot2): Add a new pattern
13671         for generating subfc. instruction.
13672         (cmpstrsi): Add TARGET_POPCNTD predicate as the generate sequence
13673         now uses this instruction.
13675 2017-01-30  Ian Lance Taylor  <iant@google.com>
13677         PR debug/79289
13678         * dwarf2out.c (gen_type_die_with_usage): When picking a variant
13679         for FUNCTION_TYPE/METHOD_TYPE, use the first matching one.
13681 2017-01-30  Martin Sebor  <msebor@redhat.com>
13683         * gimple-ssa-sprintf.c (fmtresult::adjust_for_width_or_precision):
13684         Move constant to the right of a relational operator.
13685         (get_mpfr_format_length, format_character, format_string): Ditto.
13686         (should_warn_p, maybe_warn): Same.
13688         * doc/invoke.texi (-Wformat-truncation=1): Fix typo.
13690 2017-01-30  Maxim Ostapenko  <m.ostapenko@samsung.com>
13692         PR lto/79061
13693         * asan.c (get_translation_unit_decl): Remove function.
13694         (asan_add_global): Force has_dynamic_init to zero in LTO mode.
13696 2017-01-30  Martin Liska  <mliska@suse.cz>
13698         PR gcov-profile/79259
13699         * opts.c (common_handle_option): Enable flag_ipa_bit_cp w/
13700         -fprofile-generate.
13702 2017-01-30  Martin Liska  <mliska@suse.cz>
13704         PR bootstrap/78985
13705         * config/aarch64/cortex-a57-fma-steering.c (func_fma_steering::analyze):
13706         Initialize variables with NULL value.
13708 2017-01-30  Richard Earnshaw  <rearnsh@arm.com>
13710         PR target/79260
13711         * config.gcc (arm*-*-*): Add arm/arm-flags.h and arm/arm-isa.h to
13712         tm_p_file.
13713         * arm/arm-protos.h: Don't directly include arm-flags.h and arm-isa.h.
13715 2017-01-30  Richard Biener  <rguenther@suse.de>
13717         PR tree-optimization/79276
13718         * tree-vrp.c (process_assert_insertions): Properly adjust common
13719         when removing a duplicate.
13721         * gcc.dg/torture/pr79276.c: New testcase.
13723 2017-01-30  Richard Biener  <rguenther@suse.de>
13725         PR tree-optimization/79256
13726         * targhooks.c (default_builtin_vector_alignment_reachable): Honor
13727         BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
13728         alignment on TYPE.
13729         * tree.c (build_aligned_type): Set TYPE_USER_ALIGN.
13731 2017-01-30  Dominik Vogt  <vogt@linux.vnet.ibm.com>
13733         PR target/79240
13734         * config/s390/s390.md ("*r<noxa>sbg_<mode>_srl_bitmask")
13735         ("*r<noxa>sbg_<mode>_sll_bitmask")
13736         ("*extzv_<mode>_srl<clobbercc_or_nocc>")
13737         ("*extzv_<mode>_sll<clobbercc_or_nocc>"):
13738         Use contiguous_bitmask_nowrap_operand.
13740 2017-01-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13742         PR target/79268
13743         * config/rs6000/altivec.h (vec_xl): Revise #define.
13744         (vec_xst): Likewise.
13746 2017-01-27  Uros Bizjak  <ubizjak@gmail.com>
13748         * config/i386/i386.c (print_reg): Use REGNO instead of true_regnum.
13750 2017-01-27  Bernd Schmidt  <bschmidt@redhat.com>
13752         PR rtl-optimization/79194
13753         * cprop.c (one_cprop_pass): Move deletion of code after unconditional
13754         traps before call to bypass_conditional_jumps.
13756 2017-01-27  Vladimir Makarov  <vmakarov@redhat.com>
13758         PR tree-optimization/71374
13759         * lra-constraints.c (check_conflict_input_operands): New.
13760         (match_reload): Use it.
13762 2017-01-27  Vladimir Makarov  <vmakarov@redhat.com>
13764         PR target/79131
13765         * lra-assigns.c (find_hard_regno_for_1): Take endianess for into
13766         account to calculate conflict_set.
13768 2017-01-27  Bin Cheng  <bin.cheng@arm.com>
13770         PR rtl-optimization/78559
13771         * combine.c (try_combine): Discard REG_EQUAL and REG_EQUIV for
13772         other_insn in combine.
13774 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
13776         * builtin-types.def: Use unsigned_char_type_node for BT_UINT8.  Use
13777         uint16_type_node for BT_UINT16.
13779 2017-01-27  David Malcolm  <dmalcolm@redhat.com>
13781         * doc/sourcebuild.texi (Testsuites): Add "GIMPLE Tests" and
13782         "RTL Tests" to menu.
13783         (GIMPLE Tests): New node.
13784         (RTL Tests): New node.
13786 2017-01-27  Richard Biener  <rguenther@suse.de>
13788         PR tree-optimization/79245
13789         * tree-loop-distribution.c (distribute_loop): Apply cost
13790         modeling also to detected patterns.
13792 2017-01-27  Richard Biener  <rguenther@suse.de>
13794         PR tree-optimization/71433
13795         * tree-vrp.c (register_new_assert_for): Revert earlier changes.
13796         (compare_assert_loc): New function.
13797         (process_assert_insertions): Sort and optimize assert locations
13798         to remove duplicates and push down identical assertions on
13799         edges to their destination block.
13801 2017-01-27  Richard Biener  <rguenther@suse.de>
13803         PR tree-optimization/79244
13804         * tree-vrp.c (remove_range_assertions): Forcefully propagate
13805         out SSA names even if abnormal.
13807 2017-01-27  Jakub Jelinek  <jakub@redhat.com>
13809         * realmpfr.h: Poison MPFR_RND{N,Z,U,D}.
13810         * gimple-ssa-sprintf.c (format_floating_max): Use GMP_RNDN
13811         instead of MPFR_RNDN.
13813 2017-01-27  Richard Earnshaw  <rearnsha@arm.com>
13815         PR target/79239
13816         * arm.c (arm_option_override): Don't call build_target_option_node
13817         until after doing all option overrides.
13818         (arm_valid_target_attribute_tree): Likewise.
13820 2017-01-27  Martin Liska  <mliska@suse.cz>
13822         * doc/invoke.texi (-fprofile-arcs): Document profiling support
13823         for {cd}tors and C++ {cd}tors.
13825 2017-01-27  Dominik Vogt  <vogt@linux.vnet.ibm.com>
13827         * config/s390/s390.md ("*setmem_long_and")
13828         ("*setmem_long_and_31z"): Use zero_extend instead of and.
13830 2017-01-26  Martin Sebor  <msebor@redhat.com>
13832         * gimple-ssa-sprintf.c (format_floating): Simplify the computation
13833         of precision.
13835 2017-01-26  Martin Sebor  <msebor@redhat.com>
13837         * gimple-ssa-sprintf.c (format_floating): Test HAVE_XFmode and
13838         HAVE_DFmode before using XFmode or DFmode.
13839         (parse_directive): Avoid using the z length modifier to avoid
13840         the ISO C++98 does not support the â€˜z’ gnu_printf length modifier.
13842         PR middle-end/78703
13843         * gimple-ssa-sprintf.c (adjust_for_width_or_precision): Change
13844         to accept adjustment as an array.
13845         (get_int_range): New function.
13846         (struct directive): Make width and prec arrays.
13847         (directive::set_width, directive::set_precision): Call get_int_range.
13848         (format_integer, format_floating): Handle width and precision ranges.
13849         (format_string, parse_directive): Same.
13851 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
13853         PR debug/79129
13854         * dwarf2out.c (generate_skeleton_bottom_up): For children with
13855         comdat_type_p set, just clone them, but keep the children in the
13856         original DIE.
13858         PR debug/78835
13859         * dwarf2out.c (prune_unused_types): Mark all functions with DIEs
13860         which have direct callers with -fvar-tracking-assignments enabled
13861         in the current TU.
13862         (resolve_addr): Avoid adding skeleton DIEs for DW_AT_call_origin
13863         inside of type units.
13865 2017-01-26  Martin Sebor  <msebor@redhat.com>
13867         PR middle-end/78703
13868         * gimple-ssa-sprintf.c (struct result_range): Add likely and
13869         unlikely counters.
13870         (struct format_result): Replace number_chars, number_chars_min,
13871         and number_chars_max with a single member of struct result_range.
13872         Remove bounded.
13873         (format_result::operator+=): Adjust.
13874         (struct fmtresult): Remove bounded.  Handle likely and unlikely
13875         counters.
13876         (fmtresult::adjust_for_width_or_precision): New function.
13877         (fmtresult:type_max_digits): New function.
13878         (bytes_remaining): Handle likely and unlikely counters.
13879         (min_bytes_remaining): Remove.
13880         (format_percent): Simplify.
13881         (format_integer, format_floating): Set likely and unlikely counters.
13882         (get_string_length, format_character, format_string): Same.
13883         (format_plain, should_warn_p): New function.
13884         (maybe_warn): Call should_warn_p.  Update diagnostic messages
13885         and handle those for all directives, including plain strings.
13886         (format_directive): Handle likely and unlikely counters.
13887         Remove unnecessary quoting from diagnostics.  Add an informational
13888         note.
13889         (add_bytes): Remove.
13890         (pass_sprintf_length::compute_format_length): Simplify.
13891         (try_substitute_return_value): Handle likely and unlikely counters.
13893 2017-01-26  Carl Love  <cel@us.ibm.com>
13895         * config/rs6000/rs6000-c (altivec_overloaded_builtins): Remove
13896         bogus entries for the P8V_BUILTIN_VEC_VGBBD built-ins
13898 2017-01-26  Vladimir Makarov  <vmakarov@redhat.com>
13900         PR target/79131
13901         * lra-assigns.c (setup_live_pseudos_and_spill_after_risky): Take
13902         endianess for subregs into account.
13903         * lra-constraints.c (lra_constraints): Do risky transformations
13904         always on the first iteration.
13905         * lra-lives.c (check_pseudos_live_through_calls): Add arg
13906         last_call_used_reg_set.
13907         (process_bb_lives): Define and use last_call_used_reg_set.
13908         * lra.c (lra): Always continue after lra_constraints on the first
13909         iteration.
13911 2017-01-26  Kirill Yukhin  <kirill.yukhin@gmail.com>
13913         * gcc.target/i386/avx512bw-kshiftlq-2.c: Use unsigned long long
13914         constant.
13915         * gcc.target/i386/avx512bw-kshiftrq-2.c: Ditto.
13917 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
13919         * config/i386/avx512fintrin.h (_ktest_mask16_u8,
13920         _ktestz_mask16_u8, _ktestc_mask16_u8, _kadd_mask16): Move to ...
13921         * config/i386/avx512dqintrin.h (_ktest_mask16_u8,
13922         _ktestz_mask16_u8, _ktestc_mask16_u8, _kadd_mask16): ... here.
13923         * config/i386/i386-builtin.def (__builtin_ia32_ktestchi,
13924         __builtin_ia32_ktestzhi, __builtin_ia32_kaddhi): Use
13925         OPTION_MASK_ISA_AVX512DQ instead of OPTION_MASK_ISA_AVX512F.
13926         * config/i386/sse.md (SWI1248_AVX512BWDQ2): New mode iterator.
13927         (kadd<mode>, ktest<mode>): Use it instead of SWI1248_AVX512BWDQ.
13929 2017-01-26  Marek Polacek  <polacek@redhat.com>
13931         PR c/79199
13932         * fold-const.c (operand_equal_p) [COND_EXPR]: Use OP_SAME_WITH_NULL
13933         for the third operand.
13935 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
13937         PR middle-end/79236
13938         * omp-low.c (struct omp_context): Add simt_stmt field.
13939         (scan_omp_for): Return omp_context *.
13940         (scan_omp_simd): Set simt_stmt on the non-_simt_ SIMD
13941         context to the _simt_ SIMD stmt.
13942         (lower_omp_for): For combined SIMD with sibling _simt_
13943         SIMD, make sure to use the same decls in _looptemp_
13944         clauses as in the sibling.
13946 2017-01-26  David Sherwood  <david.sherwood@arm.com>
13948         PR middle-end/79212
13949         * gimplify.c (omp_notice_variable): Add GOVD_SEEN flag to variables in
13950         all contexts.
13952 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
13954         PR target/70465
13955         * reg-stack.c (emit_swap_insn): Instead of fld a; fld b; fxchg %st(1);
13956         emit fld b; fld a; if possible.
13958         * brig-builtins.def: Update copyright years.
13959         * config/arm/arm_acle_builtins.def: Update copyright years.
13961 2017-01-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
13963         PR target/79179
13964         * config/rs6000/vsx.md (vsx_extract_<mode>_store): Use wY
13965         constraint instead of o for the stxsd instruction.
13967 2017-01-25  Carl Love  <cel@us.ibm.com>
13969         * config/rs6000/rs6000-c (altivec_overloaded_builtins): Fix order
13970         of entries for ALTIVEC_BUILTIN_VEC_PACKS and P8V_BUILTIN_VEC_VGBBD.
13972 2017-01-25  Jonathan Wakely  <jwakely@redhat.com>
13974         * doc/invoke.texi (C++ Dialect Options): Fix typo.
13976 2017-01-25  Richard Biener  <rguenther@suse.de>
13978         PR tree-optimization/69264
13979         * target.def (vector_alignment_reachable): Improve documentation.
13980         * doc/tm.texi: Regenerate.
13981         * targhooks.c (default_builtin_vector_alignment_reachable): Simplify
13982         and add a comment.
13983         * tree-vect-data-refs.c (vect_supportable_dr_alignment): Revert
13984         earlier changes with respect to TYPE_USER_ALIGN.
13985         (vector_alignment_reachable_p): Likewise.  Improve dumping.
13987 2016-01-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13989         PR target/79145
13990         * config/arm/arm.md (xordi3): Force constant operand into a register
13991         for TARGET_IWMMXT.
13993 2016-01-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13995         * doc/invoke.texi (-fstore-merging): Correct default optimization
13996         levels at which it is enabled.
13997         (-O): Move -fstore-merging from list to...
13998         (-O2): ... Here.
14000 2017-01-25  Richard Biener  <rguenther@suse.de>
14002         PR debug/78363
14003         * omp-expand.c: Include debug.h.
14004         (expand_omp_taskreg): Make sure to generate early debug before
14005         outlining anything from a function.
14006         (expand_omp_target): Likewise.
14007         (grid_expand_target_grid_body): Likewise.
14009 2017-01-25  Maxim Ostapenko  <m.ostapenko@samsung.com>
14011         PR lto/79061
14012         * asan.c (get_translation_unit_decl): New function.
14013         (asan_add_global): Extract modules file name from globals
14014         TRANSLATION_UNIT_DECL name.
14016 2017-01-24  Eric Botcazou  <ebotcazou@adacore.com>
14018         PR target/77439
14019         * config/arm/arm.c (arm_function_ok_for_sibcall): Add back restriction
14020         for long calls with APCS frame and VFP.
14022 2017-01-24  David Malcolm  <dmalcolm@redhat.com>
14024         * cfg.c (original_copy_tables_initialized_p): New function.
14025         * cfg.h (original_copy_tables_initialized_p): New decl.
14026         * cfgrtl.c (relink_block_chain): Guard the call to
14027         free_original_copy_tables with a call to
14028         original_copy_tables_initialized_p.
14029         * cgraph.h (symtab_node::native_rtl_p): New decl.
14030         * cgraphunit.c (symtab_node::native_rtl_p): New function.
14031         (symtab_node::needed_p): Don't assert for early assembly output
14032         for __RTL functions.
14033         (cgraph_node::finalize_function): Set "force_output" for __RTL
14034         functions.
14035         (cgraph_node::analyze): Bail out early for __RTL functions.
14036         (analyze_functions): Update assertion to support __RTL functions.
14037         (cgraph_node::expand): Bail out early for __RTL functions.
14038         * final.c (rest_of_clean_state): Don't call delete_tree_ssa for
14039         __RTL functions.
14040         * function.h (struct function): Update comment for field
14041         "pass_startwith".
14042         * gimple-expr.c: Include "tree-pass.h".
14043         (gimple_has_body_p): Return false for __RTL functions.
14044         * Makefile.in (OBJS): Add run-rtl-passes.o.
14045         * pass_manager.h (gcc::pass_manager::get_rest_of_compilation): New
14046         accessor.
14047         (gcc::pass_manager::get_clean_slate): New accessor.
14048         * passes.c: Include "insn-addr.h".
14049         (should_skip_pass_p): Add logging.  Update logic for running
14050         "expand" to be compatible with both __GIMPLE and __RTL.  Guard
14051         property-provider override so it is only done for gimple passes.
14052         Don't skip dfinit.
14053         (skip_pass): New function.
14054         (execute_one_pass): Call skip_pass when skipping passes.
14055         * read-md.c (md_reader::read_char): Support filtering
14056         the input to a subset of line numbers.
14057         (md_reader::md_reader): Initialize fields
14058         m_first_line and m_last_line.
14059         (md_reader::read_file_fragment): New function.
14060         * read-md.h (md_reader::read_file_fragment): New decl.
14061         (md_reader::m_first_line): New field.
14062         (md_reader::m_last_line): New field.
14063         * read-rtl-function.c (function_reader::create_function): Only
14064         create cfun if it doesn't already exist.  Set PROP_rtl on cfun's
14065         curr_properties.  Set DECL_INITIAL to a dummy block.
14066         (read_rtl_function_body_from_file_range): New function.
14067         * read-rtl-function.h (read_rtl_function_body_from_file_range):
14068         New decl.
14069         * run-rtl-passes.c: New file.
14070         * run-rtl-passes.h: New file.
14072 2017-01-24  Jeff Law  <law@redhat.com>
14074         * config/microblaze/microblaze.h (ASM_FORMAT_PRIVATE_NAME): Increase
14075         buffer size.
14077 2017-01-24  Bin Cheng  <bin.cheng@arm.com>
14079         PR tree-optimization/79159
14080         * tree-ssa-loop-niter.c (get_cst_init_from_scev): New function.
14081         (record_nonwrapping_iv): Improve boundary using above function if no
14082         value range information.
14084 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
14085             Martin Jambor  <mjambor@suse.cz>
14087         * brig-builtins.def: New file.
14088         * builtins.def (DEF_HSAIL_BUILTIN): New macro.
14089         (DEF_HSAIL_ATOMIC_BUILTIN): Likewise.
14090         (DEF_HSAIL_SAT_BUILTIN): Likewise.
14091         (DEF_HSAIL_INTR_BUILTIN): Likewise.
14092         (DEF_HSAIL_CVT_ZEROI_SAT_BUILTIN): Likewise.
14093         * builtin-types.def (BT_INT8): New.
14094         (BT_INT16): Likewise.
14095         (BT_UINT8): Likewise.
14096         (BT_UINT16): Likewise.
14097         (BT_FN_ULONG): Likewise.
14098         (BT_FN_UINT_INT): Likewise.
14099         (BT_FN_UINT_ULONG): Likewise.
14100         (BT_FN_UINT_LONG): Likewise.
14101         (BT_FN_UINT_PTR): Likewise.
14102         (BT_FN_ULONG_PTR): Likewise.
14103         (BT_FN_INT8_FLOAT): Likewise.
14104         (BT_FN_INT16_FLOAT): Likewise.
14105         (BT_FN_UINT32_FLOAT): Likewise.
14106         (BT_FN_UINT16_FLOAT): Likewise.
14107         (BT_FN_UINT8_FLOAT): Likewise.
14108         (BT_FN_UINT64_FLOAT): Likewise.
14109         (BT_FN_UINT16_UINT32): Likewise.
14110         (BT_FN_UINT32_UINT16): Likewise.
14111         (BT_FN_UINT16_UINT16_UINT16): Likewise.
14112         (BT_FN_INT_PTR_INT): Likewise.
14113         (BT_FN_UINT_PTR_UINT): Likewise.
14114         (BT_FN_LONG_PTR_LONG): Likewise.
14115         (BT_FN_ULONG_PTR_ULONG): Likewise.
14116         (BT_FN_VOID_UINT64_UINT64): Likewise.
14117         (BT_FN_UINT8_UINT8_UINT8): Likewise.
14118         (BT_FN_INT8_INT8_INT8): Likewise.
14119         (BT_FN_INT16_INT16_INT16): Likewise.
14120         (BT_FN_INT_INT_INT): Likewise.
14121         (BT_FN_UINT_FLOAT_UINT): Likewise.
14122         (BT_FN_FLOAT_UINT_UINT): Likewise.
14123         (BT_FN_ULONG_UINT_UINT): Likewise.
14124         (BT_FN_ULONG_UINT_PTR): Likewise.
14125         (BT_FN_ULONG_ULONG_ULONG): Likewise.
14126         (BT_FN_UINT_UINT_UINT): Likewise.
14127         (BT_FN_VOID_UINT_PTR): Likewise.
14128         (BT_FN_UINT_UINT_PTR: Likewise.
14129         (BT_FN_UINT32_UINT64_PTR): Likewise.
14130         (BT_FN_INT_INT_UINT_UINT): Likewise.
14131         (BT_FN_UINT_UINT_UINT_UINT): Likewise.
14132         (BT_FN_UINT_UINT_UINT_PTR): Likewise.
14133         (BT_FN_UINT_ULONG_ULONG_UINT): Likewise.
14134         (BT_FN_ULONG_ULONG_ULONG_ULONG): Likewise.
14135         (BT_FN_LONG_LONG_UINT_UINT): Likewise.
14136         (BT_FN_ULONG_ULONG_UINT_UINT): Likewise.
14137         (BT_FN_VOID_UINT32_UINT64_PTR): Likewise.
14138         (BT_FN_VOID_UINT32_UINT32_PTR): Likewise.
14139         (BT_FN_UINT_UINT_UINT_UINT_UINT): Likewise.
14140         (BT_FN_UINT_FLOAT_FLOAT_FLOAT_FLOAT): Likewise.
14141         (BT_FN_ULONG_ULONG_ULONG_UINT_UINT): Likewise.
14142         * doc/frontends.texi: List BRIG FE.
14143         * doc/install.texi (Testing): Add BRIG tesring requirements.
14144         * doc/invoke.texi (Overall Options): Mention BRIG.
14145         * doc/standards.texi (Standards): Doucment BRIG HSA version.
14147 2017-01-24  Richard Biener  <rguenther@suse.de>
14149         PR translation/79208
14150         * ipa-devirt.c (odr_types_equivalent_p): Fix typo in diagnostic.
14152 2017-01-24  Martin Jambor  <mjambor@suse.cz>
14154         PR bootstrap/79198
14155         * ipa-prop.c (ipa_free_all_node_params): Call summary destructor.
14156         * ipa-prop.c (ipa_node_params_t::insert): Initialize fields known_csts
14157         and known_contexts.
14159 2017-01-24  Aldy Hernandez  <aldyh@redhat.com>
14161         PR middle-end/79123
14162         * gimple-ssa-warn-alloca.c (alloca_call_type): Make sure
14163         casts from signed to unsigned really don't have a range.
14165 2017-01-24  Markus Trippelsdorf  <markus@trippelsdorf.de>
14167         * gimple-ssa-sprintf.c (format_floating): Change MPFR_RNDx to
14168         GMP_RNDx for compatiblity.
14170 2017-01-24  Martin Liska  <mliska@suse.cz>
14172         PR bootstrap/79132
14173         * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Insert assert
14174         that would prevent us to call alloca with -1 as argument.
14176 2017-01-24  Jakub Jelinek  <jakub@redhat.com>
14178         * dwarf2out.c (output_compilation_unit_header, output_file_names):
14179         Avoid -Wformat-security warning.
14181 2017-01-23  Andrew Pinski  <apinski@cavium.com>
14183         * config/aarch64/aarch64.c (thunderx2t99_addrcost_table): Improve
14184         cost table.
14186 2017-01-23  Martin Sebor  <msebor@redhat.com>
14188         PR middle-end/78703
14189         * gimple-ssa-sprintf.c (warn_level): New global.
14190         (format_integer): Use it here and throughout the rest of the file.
14191         Use the same switch to compute sign as base.
14192         (maybe_warn): New function.
14193         (format_directive): Factor out warnings into maybe_warn.
14194         Add debugging output.  Use warn_level.
14195         (add_bytes): Use warn_level.
14196         (pass_sprintf_length::compute_format_length): Add debugging output.
14197         (try_substitute_return_value): Same.
14198         (pass_sprintf_length::handle_gimple_call): Set and use warn_level.
14200         PR middle-end/78703
14201         * gimple-ssa-sprintf.c (struct format_result): Remove constant member.
14202         (struct fmtresult, format_integer, format_floating): Adjust.
14203         (fmtresult::fmtresult): Set max correctly in two argument ctor.
14204         (get_string_length, format_string,format_directive): Same.
14205         (pass_sprintf_length::compute_format_length): Same.
14206         (try_substitute_return_value): Simplify slightly.
14208         PR middle-end/78703
14209         * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Adjust formatting.
14210         (fmtresult::operator+=): Outlined.
14211         (struct fmtresult): Add ctors.
14212         (struct conversion_spec): Rename...
14213         (struct directive): ...to this.  Add and remove data members.
14214         (directive::set_width, directive::set_precision): New functions.
14215         (format_percent): Use fmtresult ctor.
14216         (get_width_and_precision): Remove.
14217         (format_integer): Make naming changes.  Avoid computing width and
14218         precision.
14219         (format_floating): Same.  Adjust indentation.
14220         (format_character, format_none): New functions.
14221         (format_string): Moved character handling to format_character.
14222         (format_directive): Remove arguments, change return type.
14223         (parse_directive): New function.
14224         (pass_sprintf_length::compute_format_length): Move directive
14225         parsing to parse_directive.
14227 2017-01-23  Jakub Jelinek  <jakub@redhat.com>
14229         * tree.h (assign_assembler_name_if_neeeded): Rename to ...
14230         (assign_assembler_name_if_needed): ... this.
14231         * tree.c (assign_assembler_name_if_neeeded): Rename to ...
14232         (assign_assembler_name_if_needed): ... this.
14233         (free_lang_data_in_cgraph): Adjust callers.
14234         * cgraphunit.c (cgraph_node::analyze): Likewise.
14235         * omp-expand.c (expand_omp_taskreg, expand_omp_target):
14236         Likewise.
14238 2017-01-23  Richard Biener  <rguenther@suse.de>
14240         PR tree-optimization/79088
14241         PR tree-optimization/79188
14242         * tree-ssa-threadupdate.c (mark_threaded_blocks): Move code
14243         resetting loop bounds after last path deletion.  Reset loop
14244         bounds of the target loop, make code match the comments.
14245         * tree-ssa-threadbackwards.c (pass_early_thread_jumps::execute):
14246         Make sure loops need no fixups.
14248 2017-01-23  Kelvin Nilsen  <kelvin@gcc.gnu.org>
14250         * config/rs6000/rs6000-builtin.def (VSIEDPF): Add scalar insert
14251         exponent support with double type for first argument.
14252         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Changed
14253         type returned by __builtin_vec_extract_sig,
14254         __builtin_vec_extract_sig_sp, and __builtin_vec_extract_sig_dp
14255         functions from "vector int" to "vector unsigned int" or from
14256         "vector long long int" to "vector unsigned long long int".
14257         Changed type returned by __builtin_vec_extract_exp,
14258         __builtin_vec_extract_exp_sp, and __builtin_vec_extract_exp_dp
14259         functions from "vector int" to "vector unsigned int" or from
14260         "vector long long int" to "vector unsigned long long int".
14261         Changed return type of __builtin_vec_test_data_class,
14262         __builtin_vec_test_data_class_sp, and
14263         __builtin_vec_test_data_class_dp from "vector int" to
14264         "vector bool int" or from "vector long long int" to "vector bool
14265         long long int" and changed second argument type from "unsigned
14266         int" to "int".  Added new overloaded function forms "vector float
14267         __builtin_vec_insert_exp (vector float, vector unsigned int)" and
14268         "vector float __builtin_vec_insert_exp_sp (vector float, vector
14269         unsigned int)" and "vector double __builtin_vec_insert_exp (vector
14270         double, vector unsigned long long int)" and "vector double
14271         __builtin_vec_insert_exp_dp (vector double, vector unsigned long
14272         long int)".  Changed return type of
14273         __builtin_scalar_test_data_class and
14274         __builtin_scalar_test_data_class_sp and
14275         __builtin_scalar_test_data_class_dp from "unsigned int" to "bool
14276         int" and changed second argument from "unsigned int" to "int".
14277         Changed type returned by __builtin_scalar_test_neg,
14278         __builtin_scalar_test_neg_sp, and __builtin_scalar_test_neg_dp
14279         from "int" to "bool int".  Added new overloaded function form
14280         "double __builtin_scalar_insert_exp (double, unsigned long long int)".
14281         * config/rs6000/vsx.md (xsiexpdpf): New insn for scalar insert
14282         exponent double-precision with floating point first argument.
14283         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Adjust
14284         documentation of scalar_test_data_class, scalar_test_neg,
14285         scalar_extract_sig, scalar_extract_exp, scalar_insert_exp,
14286         vector_extract_exp, vec_extract_sig, vec_insert_exp, and
14287         vec_test_data_class built-in functions to reflect refinements in
14288         their type signatures.
14290 2017-01-23  Andreas Tobler  <andreast@gcc.gnu.org>
14292         * config/aarch64/aarch64.c (aarch64_elf_asm_constructor): Increase
14293         size of buf.
14294         (aarch64_elf_asm_destructor): Likewise.
14296 2017-01-23  Bernd Schmidt  <bschmidt@redhat.com>
14298         PR rtl-optimization/78634
14299         * config/i386/i386.c (ix86_max_noce_ifcvt_seq_cost): New function.
14300         (TARGET_MAX_NOCE_IFCVT_SEQ_COST): Define.
14301         * ifcvt.c (noce_try_cmove): Add missing cost check.
14303         PR rtl-optimization/71724
14304         * combine.c (if_then_else_cond): Look for situations where it is
14305         beneficial to undo the work of one of the recursive calls.
14307 2017-01-23  Bin Cheng  <bin.cheng@arm.com>
14309         PR tree-optimization/70754
14310         * tree-predcom.c (stmt_combining_refs): New parameter INSERT_BEFORE.
14311         (reassociate_to_the_same_stmt): New parameter INSERT_BEFORE.  Insert
14312         combined stmt before it if not NULL.
14313         (combine_chains): Process refs reversely and compute dominance point
14314         for root ref.
14316 2017-01-23  Martin Liska  <mliska@suse.cz>
14318         PR tree-optimization/79196
14319         * tree-ssa-strlen.c (fold_strstr_to_memcmp): Rename to ...
14320         (fold_strstr_to_strncmp): ... this.  Fold the pattern to strncmp
14321         instead of memcmp.
14322         (strlen_optimize_stmt): Call the renamed function.
14324 2017-01-23  Michael Matz  <matz@suse.de>
14326         PR tree-optimization/78384
14327         * tree-ssa-loop-split.c (patch_loop_exit): Use correct edge.
14329 2017-01-23  Richard Biener  <rguenther@suse.de>
14331         PR tree-optimization/79186
14332         * tree-vrp.c (register_new_assert_for): Make sure we've seen
14333         both incoming edges before moving an assert.
14335 2017-01-23  Martin Jambor  <mjambor@suse.cz>
14337         * ipa-prop.c (load_from_param_1): Removed.
14338         (load_from_unmodified_param): Bits from load_from_param_1 put back
14339         here.
14340         (load_from_param): Removed.
14341         (compute_complex_assign_jump_func): Removed stmt2 and just replaced it
14342         with stmt.  Reverted back to use of load_from_unmodified_param.
14344 2017-01-23  Martin Jambor  <mjambor@suse.cz>
14346         PR ipa/79108
14347         * ipa-prop.h (ipa_param_descriptor): Anotate with with GTY(()).
14348         (ipa_node_params): Annotate with GTY((for_user)).  Make descriptors
14349         field a pointer to garbage collected vector, mark lattices and
14350         ipcp_orig_node with GTY((skip)).
14351         (ipa_get_param_count): Adjust to descriptors being a pointer.
14352         (ipa_get_param): Likewise.
14353         (ipa_get_type): Likewise.
14354         (ipa_get_param_move_cost): Likewise.
14355         (ipa_set_param_used): Likewise.
14356         (ipa_get_controlled_uses): Likewise.
14357         (ipa_set_controlled_uses): Likewise.
14358         (ipa_is_param_used): Likewise.
14359         (ipa_node_params_t): Move into garbage collector.  New methods insert
14360         and remove.
14361         (ipa_node_params_sum): Annotate wth GTY(()).
14362         (ipa_check_create_node_params): Adjust to ipa_node_params_sum being
14363         garbage collected.
14364         (ipa_load_from_parm_agg): Adjust declaration.
14365         * ipa-icf.c (param_used_p): Adjust to descriptors being a pointer.
14366         * ipa-profile.c (ipa_profile): Likewise.
14367         * ipa-prop.c (ipa_get_param_decl_index_1): Likewise.
14368         (ipa_populate_param_decls): Make descriptors parameter garbage
14369         collected.
14370         (ipa_dump_param): Adjust to descriptors being a pointer.
14371         (ipa_alloc_node_params): Likewise.
14372         (ipa_initialize_node_params): Likewise.
14373         (load_from_param_1): Make descriptors parameter garbage collected.
14374         (load_from_unmodified_param): Likewise.
14375         (load_from_param): Likewise.
14376         (ipa_load_from_parm_agg): Likewise.
14377         (ipa_node_params::~ipa_node_params): Removed.
14378         (ipa_free_all_node_params): Remove call to delete operator.
14379         (ipa_node_params_t::insert): New.
14380         (ipa_node_params_t::remove): Likewise.
14381         (ipa_node_params_t::duplicate): Adjust to descriptors being a pointer,
14382         copy known_csts and known_contexts vectors.
14383         (ipa_read_node_info): Adjust to descriptors being a pointer.
14384         (ipcp_modif_dom_walker): Make m_descriptors field garbage
14385         collected.
14386         (ipcp_transform_function): Make descriptors variable garbage
14387         collected.
14389 2017-01-23  Andrew Senkevich  <andrew.senkevich@intel.com>
14391         * config/i386/avx512bwintrin.h: Add k-mask test, kortest intrinsics.
14392         * config/i386/avx512dqintrin.h: Ditto.
14393         * config/i386/avx512fintrin.h: Ditto.
14394         * gcc/config/i386/i386.c: Handle new builtins.
14395         * config/i386/i386-builtin.def: Add new builtins.
14396         * config/i386/sse.md (ktest<mode>, kortest<mode>): New.
14397         (UNSPEC_KORTEST, UNSPEC_KTEST): New.
14399 2017-01-23  Jakub Jelinek  <jakub@redhat.com>
14400             Martin Liska  <mliska@suse.cz>
14402         * asan.h: Define ASAN_USE_AFTER_SCOPE_ATTRIBUTE.
14403         * asan.c (asan_expand_poison_ifn): Support stores and use
14404         appropriate ASAN report function.
14405         * internal-fn.c (expand_ASAN_POISON_USE): New function.
14406         * internal-fn.def (ASAN_POISON_USE): Declare.
14407         * tree-into-ssa.c (maybe_add_asan_poison_write): New function.
14408         (maybe_register_def): Create ASAN_POISON_USE when sanitizing.
14409         * tree-ssa-dce.c (eliminate_unnecessary_stmts): Remove
14410         ASAN_POISON calls w/o LHS.
14411         * tree-ssa.c (execute_update_addresses_taken): Create clobber
14412         for ASAN_MARK (UNPOISON, &x, ...) in order to prevent usage of a LHS
14413         from ASAN_MARK (POISON, &x, ...) coming to a PHI node.
14414         * gimplify.c (asan_poison_variables): Add attribute
14415         use_after_scope_memory to variables that really needs to live
14416         in memory.
14417         * tree-ssa.c (is_asan_mark_p): Do not rewrite into SSA when
14418         having the attribute.
14420 2017-01-23  Martin Liska  <mliska@suse.cz>
14422         * asan.c (create_asan_shadow_var): New function.
14423         (asan_expand_poison_ifn): Likewise.
14424         * asan.h (asan_expand_poison_ifn): New declaration.
14425         * internal-fn.c (expand_ASAN_POISON): Likewise.
14426         * internal-fn.def (ASAN_POISON): New builtin.
14427         * sanopt.c (pass_sanopt::execute): Expand
14428         asan_expand_poison_ifn.
14429         * tree-inline.c (copy_decl_for_dup_finish): Make function
14430         external.
14431         * tree-inline.h (copy_decl_for_dup_finish): Likewise.
14432         * tree-ssa.c (is_asan_mark_p): New function.
14433         (execute_update_addresses_taken): Rewrite local variables
14434         (identified just by use-after-scope as addressable) into SSA.
14436 2017-01-22  Gerald Pfeifer  <gerald@pfeifer.com>
14438         * doc/install.texi (Specific): opensource.apple.com uses https
14439         now. Remove trailing slash.
14441 2017-01-22  Gerald Pfeifer  <gerald@pfeifer.com>
14443         * README.Portability: Remove note on an Irix compatibility issue.
14445 2017-01-22  Dimitry Andric <dim@FreeBSD.org>
14447         * gcov.c (INCLUDE_ALGORITHM): Define.
14448         (INCLUDE_VECTOR): Define.
14449         No longer include <vector> and <algorithm> directly.
14451 2017-01-21  Gerald Pfeifer  <gerald@pfeifer.com>
14453         * doc/extend.texi (Thread-Local): Change www.akkadia.org reference
14454         to https.
14455         * doc/invoke.texi (Code Gen Options): Ditto.
14457 2017-01-21  Jan Hubicka  <hubicka@ucw.cz>
14459         PR lto/78407
14460         * cfg.c (update_bb_profile_for_threading): Fix updating of probablity.
14462 2017-01-21  Bernd Schmidt  <bschmidt@redhat.com>
14464         rtl-optimization/79125
14465         * cprop.c (local_cprop_pass): Handle cases where we make an
14466         unconditional trap.
14468 2017-01-20  Segher Boessenkool  <segher@kernel.crashing.org>
14470         PR target/61729
14471         PR target/77850
14472         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Adjust address to
14473         read from, for big endian.
14475 2017-01-20  Jiong Wang  <jiong.wang@arm.com>
14477         * config/aarch64/aarch64-builtins.c (aarch64_init_builtins): Register
14478         register pauth builtins for LP64 only.
14480 2017-01-20  Marek Polacek  <polacek@redhat.com>
14482         PR c/79152
14483         * gimplify.c (should_warn_for_implicit_fallthrough): Handle consecutive
14484         non-case labels.
14486 2017-01-20  Alexander Monakov  <amonakov@ispras.ru>
14488         * omp-expand.c (expand_omp_simd): Clear PROP_gimple_lomp_dev regardless
14489         of safelen status.
14490         * omp-offload.c (pass_omp_device_lower::gate): Use PROP_gimple_lomp_dev.
14491         * passes.c (dump_properties): Handle PROP_gimple_lomp_dev.
14492         * tree-inline.c (expand_call_inline): Propagate PROP_gimple_lomp_dev.
14494 2017-01-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14496         PR target/71270
14497         * config/arm/arm.c (neon_valid_immediate): Reject vector constants
14498         in big-endian mode when they are not a single duplicated value.
14500 2017-01-20  Richard Biener  <rguenther@suse.de>
14502         * BASE-VER: Bump to 7.0.1.
14504 2017-01-20  Alexander Monakov  <amonakov@ispras.ru>
14506         * omp-low.c (omplow_simd_context): New struct.  Use it...
14507         (lower_rec_simd_input_clauses): ...here and...
14508         (lower_rec_input_clauses): ...here to hold common data.  Adjust all
14509         references to idx, lane, max_vf, is_simt.
14511 2017-01-20  Graham Markall  <graham.markall@embecosm.com>
14513         * config/arc/arc.h (LINK_SPEC): Use arclinux_nps emulation when
14514         mcpu=nps400.
14516 2017-01-20  Martin Jambor  <mjambor@suse.cz>
14518         * hsa.h: Renaed to hsa-common.h.  Adjusted a comment.
14519         * hsa.c: Renaed to hsa-common.c.  Change include of gt-hsa.h to
14520         gt-hsa-common.h.
14521         * Makefile.in (OBJS): Rename hsa.o to hsa-common.o.
14522         (GTFILES): Rename hsa.c to hsa-common.c.
14523         * hsa-brig.c: Change include of hsa.h to hsa-common.h.
14524         * hsa-dump.c: Likewise.
14525         * hsa-gen.c: Likewise.
14526         * hsa-regalloc.c: Likewise.
14527         * ipa-hsa.c: Likewise.
14528         * omp-expand.c: Likewise.
14529         * omp-low.c: Likewise.
14530         * toplev.c: Likewise.
14532 2017-01-20  Marek Polacek  <polacek@redhat.com>
14534         PR c/64279
14535         * doc/invoke.texi: Document -Wduplicated-branches.
14536         * fold-const.c (operand_equal_p): Handle MODIFY_EXPR, INIT_EXPR,
14537         COMPOUND_EXPR, PREDECREMENT_EXPR, PREINCREMENT_EXPR,
14538         POSTDECREMENT_EXPR, POSTINCREMENT_EXPR, CLEANUP_POINT_EXPR, EXPR_STMT,
14539         STATEMENT_LIST, and RETURN_EXPR.  For non-pure non-const functions
14540         return 0 only when not OEP_LEXICOGRAPHIC.
14541         (fold_build_cleanup_point_expr): Use the expression
14542         location when building CLEANUP_POINT_EXPR.
14543         * tree-core.h (enum operand_equal_flag): Add OEP_LEXICOGRAPHIC.
14544         * tree.c (add_expr): Handle error_mark_node.
14546 2017-01-20  Martin Liska  <mliska@suse.cz>
14548         PR lto/69188
14549         * tree-profile.c (init_ic_make_global_vars): Do not call
14550         finalize_decl.
14551         (gimple_init_gcov_profiler): Likewise.
14553 2017-01-20  Martin Liska  <mliska@suse.cz>
14555         PR ipa/71190
14556         * cgraph.h (maybe_create_reference): Remove argument and
14557         update comment.
14558         * cgraphclones.c (cgraph_node::create_virtual_clone): Remove one
14559         argument.
14560         * ipa-cp.c (create_specialized_node): Likewise.
14561         * symtab.c (symtab_node::maybe_create_reference): Handle
14562         VAR_DECLs and ADDR_EXPRs and select ipa_ref_use type.
14564 2017-01-20  Martin Liska  <mliska@suse.cz>
14566         * read-rtl-function.c (function_reader::create_function): Use
14567         build_decl instread of build_decl_stat.
14569 2017-01-20  Andrew Senkevich  <andrew.senkevich@intel.com>
14571         * config/i386/avx512bwintrin.h: Add k-mask registers shift intrinsics.
14572         * config/i386/avx512dqintrin.h: Ditto.
14573         * config/i386/avx512fintrin.h: Ditto.
14574         * config/i386/i386-builtin-types.def: Add new types.
14575         * gcc/config/i386/i386.c: Handle new types.
14576         * config/i386/i386-builtin.def (__builtin_ia32_kshiftliqi)
14577         (__builtin_ia32_kshiftlihi, __builtin_ia32_kshiftlisi)
14578         (__builtin_ia32_kshiftlidi, __builtin_ia32_kshiftriqi)
14579         (__builtin_ia32_kshiftrihi, __builtin_ia32_kshiftrisi)
14580         (__builtin_ia32_kshiftridi): New.
14581         * config/i386/sse.md (k<code><mode>): Rename *k<code><mode>.
14583 2017-01-19  Segher Boessenkool  <segher@kernel.crashing.org>
14585         PR target/78875
14586         PR target/79140
14587         * config/rs6000/rs6000.c (TARGET_STACK_PROTECT_GUARD): Unconditionally
14588         define to rs6000_init_stack_protect_guard.
14589         (rs6000_init_stack_protect_guard): New function.
14591 2017-01-19  Matthew Fortune  <matthew.fortune@imgtec.com>
14592             Yunqiang Su  <yunqiang.su@imgtec.com>
14594         * config.gcc (supported_defaults): Add madd4.
14595         (with_madd4): Add validation.
14596         (all_defaults): Add madd4.
14597         * config/mips/mips.opt (mmadd4): New option.
14598         * gcc/config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
14599         mmadd4.
14600         (TARGET_CPU_CPP_BUILTINS): Add builtin_define for
14601         __mips_no_madd4.
14602         (ISA_HAS_UNFUSED_MADD4): Gate with mips_madd4.
14603         (ISA_HAS_FUSED_MADD4): Likewise.
14604         * gcc/doc/invoke.texi (-mmadd4): Document the new option.
14605         * gcc/doc/install.texi (--with-madd4): Document the new option.
14607 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
14609         * config/aarch64/aarch64-builtins.c (enum aarch64_builtins): New
14610         entries for AARCH64_PAUTH_BUILTIN_XPACLRI,
14611         AARCH64_PAUTH_BUILTIN_PACIA1716, AARCH64_PAUTH_BUILTIN_AUTIA1716.
14612         (aarch64_init_pauth_hint_builtins): New.
14613         (aarch64_init_builtins): Call aarch64_init_pauth_hint_builtins.
14614         (aarch64_expand_builtin): Expand new builtins.
14616 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
14618         * reg-notes.def (CFA_TOGGLE_RA_MANGLE): New reg-note.
14619         * combine-stack-adj.c (no_unhandled_cfa): Handle
14620         REG_CFA_TOGGLE_RA_MANGLE.
14621         * dwarf2cfi.c (dwarf2out_frame_debug): Handle REG_CFA_TOGGLE_RA_MANGLE.
14622         * config/aarch64/aarch64.c (aarch64_expand_prologue): Generates DWARF
14623         info for return address signing.
14624         (aarch64_expand_epilogue): Likewise.
14626 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
14628         * config/aarch64/aarch64-opts.h (aarch64_function_type): New enum.
14629         * config/aarch64/aarch64-protos.h
14630         (aarch64_return_address_signing_enabled): New declaration.
14631         * config/aarch64/aarch64.c (aarch64_return_address_signing_enabled):
14632         New function.
14633         (aarch64_expand_prologue): Sign return address before it's pushed onto
14634         stack.
14635         (aarch64_expand_epilogue): Authenticate return address fetched from
14636         stack.
14637         (aarch64_override_options): Sanity check for ILP32 and ISA level.
14638         (aarch64_attributes): New function attributes for "sign-return-address".
14639         * config/aarch64/aarch64.md (UNSPEC_AUTI1716, UNSPEC_AUTISP,
14640         UNSPEC_PACI1716, UNSPEC_PACISP, UNSPEC_XPACLRI): New unspecs.
14641         ("*do_return"): Generate combined instructions according to key index.
14642         ("<pauth_mnem_prefix>sp", "<pauth_mnem_prefix1716", "xpaclri"): New.
14643         * config/aarch64/iterators.md (PAUTH_LR_SP, PAUTH_17_16): New integer
14644         iterators.
14645         (pauth_mnem_prefix, pauth_hint_num_a): New integer attributes.
14646         * config/aarch64/aarch64.opt (msign-return-address=): New.
14647         * doc/extend.texi (AArch64 Function Attributes): Documents
14648         "sign-return-address=".
14649         * doc/invoke.texi (AArch64 Options): Documents "-msign-return-address=".
14651 2017-01-19  Matthew Fortune  <matthew.fortune@imgtec.com>
14653         * doc/invoke.texi: Add missing -mlxc1-sxc1 options to
14654         overall option summary.
14656 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
14658         * config/aarch64/aarch64-arches.def: New entry for "armv8.3-a".
14659         * config/aarch64/aarch64.h (AARCH64_FL_V8_3, AARCH64_FL_FOR_ARCH8_3,
14660         AARCH64_ISA_V8_3, TARGET_ARMV8_3): New.
14661         * doc/invoke.texi (AArch64 Options): Document "armv8.3-a".
14663 2017-01-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
14665         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Enable
14666         -mpower9-minmax by default for -mcpu=power9.
14667         (ISA_3_MASKS_IEEE): Require -mvsx-small-integer to enable IEEE
14668         128-bit floating point.
14670 2017-01-20  Alan Modra  <amodra@gmail.com>
14672         * config/rs6000/rs6000.md (cmpstrnsi, cmpstrsi): Fail if
14673         optimizing for size.
14675 2017-01-20  Alan Modra  <amodra@gmail.com>
14677         PR target/79144
14678         * config/rs6000/rs6000.c (expand_strn_compare): Get the asm name
14679         for strcmp and strncmp from corresponding builtin decl.
14681 2017-01-19  Uros Bizjak  <ubizjak@gmail.com>
14683         * config.gcc (x86_64-*-rtems*): Use i386/rtemself.h
14684         instead of i386/rtems-64.h.
14685         * config/i386/rtems-64.h: Remove.
14687 2017-01-19  Uros Bizjak  <ubizjak@gmail.com>
14689         PR target/78478
14690         Revert:
14691         2013-11-05  Uros Bizjak  <ubizjak@gmail.com>
14693         * config/i386/rtemself.h (LONG_DOUBLE_TYPE_SIZE): New define.
14695 2017-01-19  Tamar Christina  <tamar.christina@arm.com>
14697         * config/aarch64/aarch64.c (aarch64_simd_gen_const_vector_dup):
14698         Change int to HOST_WIDE_INT.
14699         * config/aarch64/aarch64-protos.h
14700         (aarch64_simd_gen_const_vector_dup): Likewise.
14701         * config/aarch64/aarch64-simd.md: Add copysign<mode>3.
14703 2017-01-19  David Malcolm  <dmalcolm@redhat.com>
14705         * langhooks-def.h (lhd_type_for_size): New decl.
14706         (LANG_HOOKS_TYPE_FOR_SIZE): Define as lhd_type_for_size.
14707         * langhooks.c (lhd_type_for_size): New function, taken from
14708         lto_type_for_size.
14710 2017-01-19  Pat Haugen  <pthaugen@us.ibm.com>
14712         * config/rs6000/power9.md (power9-alu): Remove 'cmp' type and add
14713         define_bypass for CR latency.
14714         (power9-cracked-alu): Update bypass latency and remove power9-branch.
14715         (power9-alu2): Add define_bypass for CR latency.
14716         (power9-cmp): New.
14717         (power9-mul): Update insn latency.
14718         (power9-mul-compare): Update insn latency, bypass latency and remove
14719         power9-branch.
14721 2016-01-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14723         * config/aarch64/aarch64-protos.h (aarch64_nopcrelative_literal_loads):
14724         Delete.
14725         * config/aarch64/aarch64.md
14726         (aarch64_reload_movcp<GPF_TF:mode><P:mode>): Delete reference to
14727         aarch64_nopcrelative_literal_loads.
14728         (aarch64_reload_movcp<VALL:mode><P:mode>): Likewise.
14730 2017-01-19  Chenghua Xu  <paul.hua.gm@gmail.com>
14732         * config/mips/mips.h (ISA_HAS_FUSED_MADD4): Enable for
14733         TARGET_LOONGSON_3A.
14734         (ISA_HAS_UNFUSED_MADD4): Exclude TARGET_LOONGSON_3A.
14736 2017-01-19  Doug Gilmore  <doug.gilmore@imgtec.com>
14738         PR target/78176
14739         * config.gcc (supported_defaults): Add lxc1-sxc1.
14740         (with_lxc1_sxc1): Add validation.
14741         (all_defaults): Add lxc1-sxc1.
14742         * config/mips/mips.opt (mlxc1-sxc1): New option.
14743         * gcc/config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
14744         mlxc1-sxc1.
14745         (TARGET_CPU_CPP_BUILTINS): Add builtin_define for
14746         __mips_no_lxc1_sxc1.
14747         (ISA_HAS_LXC1_SXC1): Gate with mips_lxc1_sxc1.
14748         * gcc/doc/invoke.texi (-mlxc1-sxc1): Document the new option.
14749         * doc/install.texi (--with-lxc1-sxc1): Document the new option.
14751 2017-01-19  Richard Biener  <rguenther@suse.de>
14753         PR tree-optimization/72488
14754         * tree-ssa-sccvn.c (run_scc_vn): When we abort the VN make
14755         sure to restore SSA info.
14756         * tree-ssa.c (verify_ssa): Verify SSA info is not shared.
14758 2017-01-19  Richard Earnshaw  <rearnsha@arm.com>
14760         PR rtl-optimization/79121
14761         * expr.c (expand_expr_real_2, case LSHIFT_EXPR): Look at the signedness
14762         of the inner type when shifting an extended value.
14764 2017-01-17  Jan Hubicka  <hubicka@ucw.cz>
14766         PR lto/78407
14767         * symtab.c (symtab_node::equal_address_to): Fix comparing of
14768         interposable aliases.
14770 2017-01-18  Peter Bergner  <bergner@vnet.ibm.com>
14772         PR target/78516
14773         * config/rs6000/spe.md (mov_si<mode>_e500_subreg0): Fix constraints.
14774         Use the evmergelohi instruction.
14775         (mov_si<mode>_e500_subreg4_2_le): Likewise.
14776         (mov_sitf_e500_subreg8_2_be): Likewise.
14777         (mov_sitf_e500_subreg12_2_le): Likewise.
14778         (mov_si<mode>_e500_subreg0_2_le): Fix constraints.
14779         (mov_si<mode>_e500_subreg4_2_be): Likewise.
14780         (mov_sitf_e500_subreg8_2_le): Likewise.
14781         (mov_sitf_e500_subreg12_2_be): Likewise.
14783 2017-01-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14785         * config/rs6000/altivec.md (altivec_vbpermq): Change "type"
14786         attribute from vecsimple to vecperm.
14787         (altivec_vbpermq2): Likewise.
14789 2017-01-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14791         PR target/79040
14792         * config/rs6000/altivec.h: Fix typo of vec_cntlz to vec_cnttz.
14794 2017-01-18  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
14795         * config/rs6000/rs6000-protos.h (expand_strn_compare): Add arg.
14796         * config/rs6000/rs6000.c (expand_strn_compare): Add ability to expand
14797         strcmp. Fix bug where comparison didn't stop with zero byte. Fix
14798         case where N arg is SIZE_MAX.
14799         * config/rs6000/rs6000.md (cmpstrnsi): Args to expand_strn_compare.
14800         (cmpstrsi): Add pattern.
14802 2017-01-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
14804         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
14805         __builtin_vec_revb builtins.
14806         * config/rs6000/rs6000-builtins.def (P9V_BUILTIN_XXBRQ_V16QI): Add
14807         built-in functions to support generation of the ISA 3.0 XXBR<x>
14808         vector byte reverse instructions.
14809         (P9V_BUILTIN_XXBRQ_V1TI): Likewise.
14810         (P9V_BUILTIN_XXBRD_V2DI): Likewise.
14811         (P9V_BUILTIN_XXBRD_V2DF): Likewise.
14812         (P9V_BUILTIN_XXBGW_V4SI): Likewise.
14813         (P9V_BUILTIN_XXBGW_V4SF): Likewise.
14814         (P9V_BUILTIN_XXBGH_V8HI): Likewise.
14815         (P9V_BUILTIN_VEC_REVB): Likewise.
14816         * config/rs6000/vsx.md (p9_xxbrq_v1ti): New insns/expanders to
14817         generate the ISA 3.0 XXBR<x> vector byte reverse instructions.
14818         (p9_xxbrq_v16qi): Likewise.
14819         (p9_xxbrd_<mode>, VSX_D iterator): Likewise.
14820         (p9_xxbrw_<mode>, VSX_W iterator): Likewise.
14821         (p9_xxbrh_v8hi): Likewise.
14822         * config/rs6000/altivec.h (vec_revb): Define if ISA 3.0.
14823         * doc/extend.texi (RS/6000 Altivec Built-ins): Document the
14824         vec_revb built-in functions.
14826 2017-01-18  Uros Bizjak  <ubizjak@gmail.com>
14828         PR rtl-optimization/78952
14829         * config/i386/i386.md (any_extract): New code iterator.
14830         (*insvqi_2): Use any_extract for source operand.
14831         (*insvqi_3): Use any_shiftrt for source operand.
14833 2017-01-18  Wilco Dijkstra  <wdijkstr@arm.com>
14835         * config/aarch64/aarch64.c (aarch64_sched_adjust_priority)
14836         New function.
14837         (TARGET_SCHED_ADJUST_PRIORITY): Define target hook.
14839 2017-01-18  Matthias Klose  <doko@ubuntu.com>
14841         * doc/install.texi: Allow default for --with-target-bdw-gc-include.
14843 2016-01-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14845         * config/rs6000/altivec.h (vec_bperm): Change #define.
14846         * config/rs6000/altivec.md (UNSPEC_VBPERMD): New enum constant.
14847         (altivec_vbpermq2): New define_insn.
14848         (altivec_vbpermd): Likewise.
14849         * config/rs6000/rs6000-builtin.def (VBPERMQ2): New monomorphic
14850         function interface.
14851         (VBPERMD): Likewise.
14852         (VBPERM): New polymorphic function interface.
14853         * config/rs6000/r6000-c.c (altivec_overloaded_builtins_table):
14854         Add entries for P9V_BUILTIN_VEC_VBPERM.
14855         * doc/extend.texi: Add interfaces for vec_bperm.
14857 2017-01-18  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14859         * config/s390/s390-c.c (s390_expand_overloaded_builtin): Downcase
14860         first letter of error messages.
14861         (s390_resolve_overloaded_builtin): Likewise.
14862         * config/s390/s390.c (s390_expand_builtin): Likewise.
14863         (s390_invalid_arg_for_unprototyped_fn): Likewise.
14864         (s390_valid_target_attribute_inner_p): Likewise.
14865         * config/s390/s390.md ("tabort"): Likewise.
14867 2017-01-18  Toma Tabacu  <toma.tabacu@imgtec.com>
14869         * config/mips/mips.h (ISA_HAS_DIV3): Remove unused macro.
14870         (ISA_AVOID_DIV_HILO): New macro.
14871         (ISA_HAS_DIV): Use new ISA_AVOID_DIV_HILO macro.
14872         (ISA_HAS_DDIV): Likewise.
14874 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
14876         * doc/invoke.texi (fabi-version): Correct number of occurrences.
14878 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
14880         * doc/invoke.texi (fabi-version): Spelling fix.
14882 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
14884         PR c++/70182
14885         * doc/invoke.texi (fabi-version): Mention mangling fix for
14886         operator names.
14888 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
14890         PR c++/77489
14891         * doc/invoke.texi (fabi-version): Document discriminator mangling.
14893 2017-01-17  Segher Boessenkool  <segher@kernel.crashing.org>
14895         PR target/78875
14896         * config/rs6000/rs6000-opts.h (stack_protector_guard): New enum.
14897         * config/rs6000/rs6000.c (rs6000_option_override_internal): Handle
14898         the new options.
14899         * config/rs6000/rs6000.md (stack_protect_set): Handle the new more
14900         flexible settings.
14901         (stack_protect_test): Ditto.
14902         * config/rs6000/rs6000.opt (mstack-protector-guard=,
14903         mstack-protector-guard-reg=, mstack-protector-guard-offset=): New
14904         options.
14905         * doc/invoke.texi (Option Summary) [RS/6000 and PowerPC Options]:
14906         Add -mstack-protector-guard=, -mstack-protector-guard-reg=, and
14907         -mstack-protector-guard-offset=.
14908         (RS/6000 and PowerPC Options): Ditto.
14910 2017-01-17  Uros Bizjak  <ubizjak@gmail.com>
14912         * config/i386/i386.h (MASK_CLASS_P): New define.
14913         * config/i386/i386.c (inline_secondary_memory_needed): Ensure that
14914         there are no registers from different register sets also when
14915         mask registers are used.  Update function comment.
14916         * config/i386/i386.md (*movsi_internal): Split (*k/*krm) alternative
14917         to (*k/*r) and (*k/*km) alternatives.
14919 2017-01-17  Wilco Dijkstra  <wdijkstr@arm.com>
14921         * config/aarch64/aarch64.md (eh_return): Remove pattern and splitter.
14922         * config/aarch64/aarch64.h (AARCH64_EH_STACKADJ_REGNUM): Remove.
14923         (EH_RETURN_HANDLER_RTX): New define.
14924         * config/aarch64/aarch64.c (aarch64_frame_pointer_required):
14925         Force frame pointer in EH return functions.
14926         (aarch64_expand_epilogue): Add barrier for eh_return.
14927         (aarch64_final_eh_return_addr): Remove.
14928         (aarch64_eh_return_handler_rtx): New function.
14929         * config/aarch64/aarch64-protos.h (aarch64_final_eh_return_addr):
14930         Remove.
14931         (aarch64_eh_return_handler_rtx): New prototype.
14933 2017-01-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14935         * config/rs6000/altivec.h (vec_rlmi): New #define.
14936         (vec_vrlnm): Likewise.
14937         (vec_rlnm): Likewise.
14938         * config/rs6000/altivec.md (UNSPEC_VRLMI): New UNSPEC enum value.
14939         (UNSPEC_VRLNM): Likewise.
14940         (VIlong): New mode iterator.
14941         (altivec_vrl<VI_char>mi): New define_insn.
14942         (altivec_vrl<VI_char>nm): Likewise.
14943         * config/rs6000/rs6000-builtin.def (VRLWNM): New monomorphic
14944         function entry.
14945         (VRLDNM): Likewise.
14946         (RLNM): New polymorphic function entry.
14947         (VRLWMI): New monomorphic function entry.
14948         (VRLDMI): Likewise.
14949         (RLMI): New polymorphic function entry.
14950         * config/rs6000/r6000-c.c (altivec_overloaded_builtin_table): Add
14951         new entries for P9V_BUILTIN_VEC_RLMI and P9V_BUILTIN_VEC_RLNM.
14952         * doc/extend.texi: Add description of vec_rlmi, vec_rlnm, and
14953         vec_vrlnm.
14955 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
14957         PR debug/78839
14958         * dwarf2out.c (field_byte_offset): Restore the
14959         PCC_BITFIELD_TYPE_MATTERS behavior for INTEGER_CST DECL_FIELD_OFFSET
14960         and DECL_FIELD_BIT_OFFSET.  Use fold_build2 instead of build2 + fold.
14961         (analyze_variants_discr, gen_variant_part): Use fold_build2 instead
14962         of build2 + fold.
14964 2017-01-17  Eric Botcazou  <ebotcazou@adacore.com>
14966         PR ada/67205
14967         * config/aarch64/aarch64.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define
14969 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
14971         PR debug/71669
14972         * dwarf2out.c (add_data_member_location_attribute): For constant
14973         offset bitfield emit for -gdwarf-5 DW_AT_data_bit_offset attribute
14974         instead of DW_AT_data_member_location, DW_AT_bit_offset and
14975         DW_AT_byte_size attributes.
14977 2017-01-17  Eric Botcazou  <ebotcazou@adacore.com>
14979         * config/rs6000/rs6000.c (rs6000_emit_move): Also use a TOC reference
14980         after forcing to constant memory when the code model is medium.
14982 2017-01-17  Julia Koval  <julia.koval@intel.com>
14984         PR target/76731
14985         * config/i386/avx512fintrin.h
14986         (_mm512_i32gather_ps): Change __addr type to void const*.
14987         (_mm512_mask_i32gather_ps): Ditto.
14988         (_mm512_i32gather_pd): Ditto.
14989         (_mm512_mask_i32gather_pd): Ditto.
14990         (_mm512_i64gather_ps): Ditto.
14991         (_mm512_mask_i64gather_ps): Ditto.
14992         (_mm512_i64gather_pd): Ditto.
14993         (_mm512_mask_i64gather_pd): Ditto.
14994         (_mm512_i32gather_epi32): Ditto.
14995         (_mm512_mask_i32gather_epi32): Ditto.
14996         (_mm512_i32gather_epi64): Ditto.
14997         (_mm512_mask_i32gather_epi64): Ditto.
14998         (_mm512_i64gather_epi32): Ditto.
14999         (_mm512_mask_i64gather_epi32): Ditto.
15000         (_mm512_i64gather_epi64): Ditto.
15001         (_mm512_mask_i64gather_epi64): Ditto.
15002         (_mm512_i32scatter_ps): Change __addr type to void*.
15003         (_mm512_mask_i32scatter_ps): Ditto.
15004         (_mm512_i32scatter_pd): Ditto.
15005         (_mm512_mask_i32scatter_pd): Ditto.
15006         (_mm512_i64scatter_ps): Ditto.
15007         (_mm512_mask_i64scatter_ps): Ditto.
15008         (_mm512_i64scatter_pd): Ditto.
15009         (_mm512_mask_i64scatter_pd): Ditto.
15010         (_mm512_i32scatter_epi32): Ditto.
15011         (_mm512_mask_i32scatter_epi32): Ditto.
15012         (_mm512_i32scatter_epi64): Ditto.
15013         (_mm512_mask_i32scatter_epi64): Ditto.
15014         (_mm512_i64scatter_epi32): Ditto.
15015         (_mm512_mask_i64scatter_epi32): Ditto.
15016         (_mm512_i64scatter_epi64): Ditto.
15017         (_mm512_mask_i64scatter_epi64): Ditto.
15018         * config/i386/avx512pfintrin.h
15019         (_mm512_mask_prefetch_i32gather_pd): Change __addr type to void const*.
15020         (_mm512_mask_prefetch_i32gather_ps): Ditto.
15021         (_mm512_mask_prefetch_i64gather_pd): Ditto.
15022         (_mm512_mask_prefetch_i64gather_ps): Ditto.
15023         (_mm512_prefetch_i32scatter_pd): Change __addr type to void*.
15024         (_mm512_prefetch_i32scatter_ps): Ditto.
15025         (_mm512_mask_prefetch_i32scatter_pd): Ditto.
15026         (_mm512_mask_prefetch_i32scatter_ps): Ditto.
15027         (_mm512_prefetch_i64scatter_pd): Ditto.
15028         (_mm512_prefetch_i64scatter_ps): Ditto.
15029         (_mm512_mask_prefetch_i64scatter_pd): Ditto.
15030         (_mm512_mask_prefetch_i64scatter_ps): Ditto.
15031         * config/i386/avx512vlintrin.h
15032         (_mm256_mmask_i32gather_ps): Change __addr type to void const*.
15033         (_mm_mmask_i32gather_ps): Ditto.
15034         (_mm256_mmask_i32gather_pd): Ditto.
15035         (_mm_mmask_i32gather_pd): Ditto.
15036         (_mm256_mmask_i64gather_ps): Ditto.
15037         (_mm_mmask_i64gather_ps): Ditto.
15038         (_mm256_mmask_i64gather_pd): Ditto.
15039         (_mm_mmask_i64gather_pd): Ditto.
15040         (_mm256_mmask_i32gather_epi32): Ditto.
15041         (_mm_mmask_i32gather_epi32): Ditto.
15042         (_mm256_mmask_i32gather_epi64): Ditto.
15043         (_mm_mmask_i32gather_epi64): Ditto.
15044         (_mm256_mmask_i64gather_epi32): Ditto.
15045         (_mm_mmask_i64gather_epi32): Ditto.
15046         (_mm256_mmask_i64gather_epi64): Ditto.
15047         (_mm_mmask_i64gather_epi64): Ditto.
15048         (_mm256_i32scatter_ps): Change __addr type to void*.
15049         (_mm256_mask_i32scatter_ps): Ditto.
15050         (_mm_i32scatter_ps): Ditto.
15051         (_mm_mask_i32scatter_ps): Ditto.
15052         (_mm256_i32scatter_pd): Ditto.
15053         (_mm256_mask_i32scatter_pd): Ditto.
15054         (_mm_i32scatter_pd): Ditto.
15055         (_mm_mask_i32scatter_pd): Ditto.
15056         (_mm256_i64scatter_ps): Ditto.
15057         (_mm256_mask_i64scatter_ps): Ditto.
15058         (_mm_i64scatter_ps): Ditto.
15059         (_mm_mask_i64scatter_ps): Ditto.
15060         (_mm256_i64scatter_pd): Ditto.
15061         (_mm256_mask_i64scatter_pd): Ditto.
15062         (_mm_i64scatter_pd): Ditto.
15063         (_mm_mask_i64scatter_pd): Ditto.
15064         (_mm256_i32scatter_epi32): Ditto.
15065         (_mm256_mask_i32scatter_epi32): Ditto.
15066         (_mm_i32scatter_epi32): Ditto.
15067         (_mm_mask_i32scatter_epi32): Ditto.
15068         (_mm256_i32scatter_epi64): Ditto.
15069         (_mm256_mask_i32scatter_epi64): Ditto.
15070         (_mm_i32scatter_epi64): Ditto.
15071         (_mm_mask_i32scatter_epi64): Ditto.
15072         (_mm256_i64scatter_epi32): Ditto.
15073         (_mm256_mask_i64scatter_epi32): Ditto.
15074         (_mm_i64scatter_epi32): Ditto.
15075         (_mm_mask_i64scatter_epi32): Ditto.
15076         (_mm256_i64scatter_epi64): Ditto.
15077         (_mm256_mask_i64scatter_epi64): Ditto.
15078         (_mm_i64scatter_epi64): Ditto.
15079         (_mm_mask_i64scatter_epi64): Ditto.
15080         * config/i386/i386-builtin-types.def (V16SF_V16SF_PCFLOAT_V16SI_HI_INT)
15081         (V8DF_V8DF_PCDOUBLE_V8SI_QI_INT, V8SF_V8SF_PCFLOAT_V8DI_QI_INT)
15082         (V8DF_V8DF_PCDOUBLE_V8DI_QI_INT, V16SI_V16SI_PCINT_V16SI_HI_INT)
15083         (V8DI_V8DI_PCINT64_V8SI_QI_INT, V8SI_V8SI_PCINT_V8DI_QI_INT)
15084         (V8DI_V8DI_PCINT64_V8DI_QI_INT, V2DF_V2DF_PCDOUBLE_V4SI_QI_INT)
15085         (V4DF_V4DF_PCDOUBLE_V4SI_QI_INT, V2DF_V2DF_PCDOUBLE_V2DI_QI_INT)
15086         (V4DF_V4DF_PCDOUBLE_V4DI_QI_INT, V4SF_V4SF_PCFLOAT_V4SI_QI_INT)
15087         (V8SF_V8SF_PCFLOAT_V8SI_QI_INT, V4SF_V4SF_PCFLOAT_V2DI_QI_INT)
15088         (V4SF_V4SF_PCFLOAT_V4DI_QI_INT, V2DI_V2DI_PCINT64_V4SI_QI_INT)
15089         (V4DI_V4DI_PCINT64_V4SI_QI_INT, V2DI_V2DI_PCINT64_V2DI_QI_INT)
15090         (V4DI_V4DI_PCINT64_V4DI_QI_INT, V4SI_V4SI_PCINT_V4SI_QI_INT)
15091         (V8SI_V8SI_PCINT_V8SI_QI_INT, V4SI_V4SI_PCINT_V2DI_QI_INT)
15092         (V4SI_V4SI_PCINT_V4DI_QI_INT, VOID_PFLOAT_HI_V16SI_V16SF_INT)
15093         (VOID_PFLOAT_QI_V8SI_V8SF_INT, VOID_PFLOAT_QI_V4SI_V4SF_INT)
15094         (VOID_PDOUBLE_QI_V8SI_V8DF_INT, VOID_PDOUBLE_QI_V4SI_V4DF_INT)
15095         (VOID_PDOUBLE_QI_V4SI_V2DF_INT, VOID_PFLOAT_QI_V8DI_V8SF_INT)
15096         (VOID_PFLOAT_QI_V4DI_V4SF_INT, VOID_PFLOAT_QI_V2DI_V4SF_INT)
15097         (VOID_PDOUBLE_QI_V8DI_V8DF_INT, VOID_PDOUBLE_QI_V4DI_V4DF_INT)
15098         (VOID_PDOUBLE_QI_V2DI_V2DF_INT, VOID_PINT_HI_V16SI_V16SI_INT)
15099         (VOID_PINT_QI_V8SI_V8SI_INT, VOID_PINT_QI_V4SI_V4SI_INT)
15100         (VOID_PLONGLONG_QI_V8SI_V8DI_INT, VOID_PLONGLONG_QI_V4SI_V4DI_INT)
15101         (VOID_PLONGLONG_QI_V4SI_V2DI_INT, VOID_PINT_QI_V8DI_V8SI_INT)
15102         (VOID_PINT_QI_V4DI_V4SI_INT, VOID_PINT_QI_V2DI_V4SI_INT)
15103         (VOID_PLONGLONG_QI_V8DI_V8DI_INT, VOID_QI_V8SI_PCINT64_INT_INT)
15104         (VOID_PLONGLONG_QI_V4DI_V4DI_INT, VOID_PLONGLONG_QI_V2DI_V2DI_INT)
15105         (VOID_HI_V16SI_PCINT_INT_INT, VOID_QI_V8DI_PCINT64_INT_INT)
15106         (VOID_QI_V8DI_PCINT_INT_INT): Remove.
15107         (V16SF_V16SF_PCVOID_V16SI_HI_INT,  V8DF_V8DF_PCVOID_V8SI_QI_INT)
15108         (V8SF_V8SF_PCVOID_V8DI_QI_INT, V8DF_V8DF_PCVOID_V8DI_QI_INT)
15109         (V16SI_V16SI_PCVOID_V16SI_HI_INT, V8DI_V8DI_PCVOID_V8SI_QI_INT)
15110         (V8SI_V8SI_PCVOID_V8DI_QI_INT, V8DI_V8DI_PCVOID_V8DI_QI_INT)
15111         (VOID_PVOID_HI_V16SI_V16SF_INT, VOID_PVOID_QI_V8SI_V8DF_INT)
15112         (VOID_PVOID_QI_V8DI_V8SF_INT, VOID_PVOID_QI_V8DI_V8DF_INT)
15113         (VOID_PVOID_HI_V16SI_V16SI_INT, VOID_PVOID_QI_V8SI_V8DI_INT)
15114         (VOID_PVOID_QI_V8DI_V8SI_INT, VOID_PVOID_QI_V8DI_V8DI_INT)
15115         (V2DF_V2DF_PCVOID_V4SI_QI_INT, V4DF_V4DF_PCVOID_V4SI_QI_INT)
15116         (V2DF_V2DF_PCVOID_V2DI_QI_INT, V4DF_V4DF_PCVOID_V4DI_QI_INT
15117         (V4SF_V4SF_PCVOID_V4SI_QI_INT, V8SF_V8SF_PCVOID_V8SI_QI_INT)
15118         (V4SF_V4SF_PCVOID_V2DI_QI_INT, V4SF_V4SF_PCVOID_V4DI_QI_INT)
15119         (V2DI_V2DI_PCVOID_V4SI_QI_INT, V4DI_V4DI_PCVOID_V4SI_QI_INT)
15120         (V2DI_V2DI_PCVOID_V2DI_QI_INT, V4DI_V4DI_PCVOID_V4DI_QI_INT)
15121         (V4SI_V4SI_PCVOID_V4SI_QI_INT, V8SI_V8SI_PCVOID_V8SI_QI_INT)
15122         (V4SI_V4SI_PCVOID_V2DI_QI_INT, V4SI_V4SI_PCVOID_V4DI_QI_INT)
15123         (VOID_PVOID_QI_V8SI_V8SF_INT, VOID_PVOID_QI_V4SI_V4SF_INT)
15124         (VOID_PVOID_QI_V4SI_V4DF_INT, VOID_PVOID_QI_V4SI_V2DF_INT)
15125         (VOID_PVOID_QI_V4DI_V4SF_INT, VOID_PVOID_QI_V2DI_V4SF_INT)
15126         (VOID_PVOID_QI_V4DI_V4DF_INT, VOID_PVOID_QI_V2DI_V2DF_INT)
15127         (VOID_PVOID_QI_V8SI_V8SI_INT, VOID_PVOID_QI_V4SI_V4SI_INT)
15128         (VOID_PVOID_QI_V4SI_V4DI_INT, VOID_PVOID_QI_V4SI_V2DI_INT)
15129         (VOID_PVOID_QI_V4DI_V4SI_INT, VOID_PVOID_QI_V2DI_V4SI_INT)
15130         (VOID_PVOID_QI_V4DI_V4DI_INT, VOID_PVOID_QI_V2DI_V2DI_INT)
15131         (VOID_QI_V8SI_PCVOID_INT_INT, VOID_HI_V16SI_PCVOID_INT_INT)
15132         (VOID_QI_V8DI_PCVOID_INT_INT): Add.
15133         * config/i386/i386.c (ix86_init_mmx_sse_builtins): Adjust builtin
15134         definitions accordingly.
15136 2017-01-17  Kito Cheng  <kito.cheng@gmail.com>
15137             Kuan-Lin Chen  <kuanlinchentw@gmail.com>
15139         PR target/79079
15140         * internal-fn.c (expand_mul_overflow): Use convert_modes instead of
15141         gen_lowpart.
15143 2017-01-17  Vladimir Makarov  <vmakarov@redhat.com>
15145         PR target/79058
15146         * ira-conflicts.c (ira_build_conflicts): Update total conflict
15147         hard regs for inner regno.
15149 2017-01-17  Martin Liska  <mliska@suse.cz>
15151         PR ipa/71207
15152         * ipa-polymorphic-call.c (contains_type_p): Fix wrong
15153         assumption and add comment.
15155 2017-01-17  Nathan Sidwell  <nathan@acm.org>
15157         * ipa-visibility.c (localize_node): New function, broken out of ...
15158         (function_and_variable_visibility): ... here. Call it.
15160 2017-01-17  Jan Hubicka  <hubicka@ucw.cz>
15162         PR middle-end/77445
15163         * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges):
15164         correctly set frequency of oudgoing edge.
15165         (duplicate_thread_path): Fix profile updating.
15167 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
15169         PR other/79046
15170         * configure.ac: Add GCC_BASE_VER.
15171         * Makefile.in (version): Use @get_gcc_base_ver@ instead of cat to get
15172         version from BASE-VER file.
15173         (CFLAGS-gcc.o): Add -DBASEVER=$(BASEVER_s).
15174         (gcc.o): Depend on $(BASEVER).
15175         * common.opt (dumpfullversion): New option.
15176         * gcc.c (driver_handle_option): Handle OPT_dumpfullversion.
15177         * doc/invoke.texi: Document -dumpfullversion.
15178         * doc/install.texi: Document --with-gcc-major-version-only.
15179         * configure: Regenerated.
15181 2017-01-17  Richard Biener  <rguenther@suse.de>
15183         PR tree-optimization/71433
15184         * tree-vrp.c (register_new_assert_for): Merge same asserts
15185         on all incoming edges.
15186         (process_assert_insertions_for): Handle insertions at the
15187         beginning of BBs.
15189 2017-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
15191         * config/i386/cygwin.h (LIBGCJ_SONAME): Remove.
15192         * config/i386/mingw32.h (LIBGCJ_SONAME): Remove.
15194 2017-01-17  Kaz Kojima  <kkojima@gcc.gnu.org>
15196         PR target/78633
15197         * config/sh/sh.md (cmpeqsi_t+1): Call copy_rtx to avoid invalid
15198         RTL sharing.
15200 2017-01-17  Alan Modra  <amodra@gmail.com>
15202         PR target/79066
15203         * config/rs6000/rs6000.md (elf_high, elf_low): Disable when pic.
15204         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Don't allow
15205         symbolic stack limit when pic.
15207 2017-01-16  Martin Sebor  <msebor@redhat.com>
15209         PR tree-optimization/78608
15210         * gimple-ssa-sprintf.c (tree_digits): Avoid negating TYPE_MIN.
15212 2017-01-16  Jeff Law  <law@redhat.com>
15214         Revert:
15215         2016-12-02  Tadek Kijkowski  <tkijkowski@gmail.com>
15216         * Makefile.in (PREPROCESSOR_DEFINES): Add a level of indirection
15217         for several include directories that may be relative to sysroot.
15218         * config/i386/x-mingw32 (gplus_includedir): Define.
15219         (gplus_tool_includedir, gplus_backward_include_dir): Likewise.
15220         (native_system_includedir): Likewise.
15221         * config/i386/mingw32.h (STANDARD_STARTFILE_PREFIX_1): Do not
15222         override if TARGET_SYSTEM_ROOT is defined.
15223         (NATIVE_SYSTEM_HEADER_DIR): Likewise.
15225         PR tree-optimization/79090
15226         PR tree-optimization/33562
15227         PR tree-optimization/61912
15228         PR tree-optimization/77485
15229         * tree-ssa-dse.c (compute_trims): Accept STMT argument.  Dump STMT
15230         and computed trims into the dump file.
15232 2017-01-17  Uros Bizjak  <ubizjak@gmail.com>
15234         * config/i386/i386.h (LIMIT_RELOAD_CLASS): Remove.
15236 2017-01-16  Jakub Jelinek  <jakub@redhat.com>
15238         PR c/79089
15239         * gimplify.c (gimplify_init_constructor): If want_value and
15240         object == lhs, unshare lhs to avoid invalid tree sharing.  Formatting
15241         fix.
15243         PR target/79080
15244         * loop-doloop.c (doloop_modify): Call unshare_all_rtl_in_chain on
15245         sequence.  Formatting fixes.
15246         (doloop_optimize): Formatting fixes.
15248         PR driver/49726
15249         * gcc.c (debug_level_greater_than_spec_func): New function.
15250         (static_spec_functions): Add debug-level-gt spec function.
15251         (ASM_DEBUG_SPEC, cpp_options): Use %:debug-level-gt(0) instead of
15252         !g0.
15253         * config/darwin.h (DSYMUTIL_SPEC, ASM_DEBUG_SPEC): Likewise.
15254         * config/darwin9.h (DSYMUTIL_SPEC, ASM_DEBUG_SPEC): Likewise.
15255         * common.opt (g, gcoff, gdwarf, gdwarf-, ggdb, gno-pubnames,
15256         gpubnames, ggnu-pubnames, gno-record-gcc-switches,
15257         grecord-gcc-switches, gno-strict-dwarf, gstrict-dwarf, gstabs,
15258         gstabs+, gtoggle, gvms, gxcoff, gxcoff+): Add Driver flag.
15260 2017-01-16  Uros Bizjak  <ubizjak@gmail.com>
15262         * config/i386/i386.h (HARD_REGNO_CALLER_SAVE_MODE): Apply HImode and
15263         QImode fixups to general and mask registers only.
15265 2017-01-16  Carl Love  <cel@us.ibm.com>
15267         * config/rs6000/rs6000-c (altivec_overloaded_builtins): Add support
15268         for built-in functions
15269         vector signed char vec_nabs (vector signed char)
15270         vector signed short vec_nabs (vector signed short)
15271         vector signed int vec_nabs (vector signed int)
15272         vector signed long long vec_nabs (vector signed long long)
15273         vector float vec_nabs (vector float)
15274         vector double vec_nabs (vector double)
15275         * config/rs6000/rs6000-builtin.def: Add definitions for NABS functions
15276         and NABS overload.
15277         * config/rs6000/altivec.md: New define_expand nabs<mode>2 types
15278         * config/rs6000/altivec.h: New define for vec_nabs built-in function.
15279         * doc/extend.texi: Update the documentation file for the new built-in
15280         functions.
15282 2017-01-16  Martin Sebor  <msebor@redhat.com>
15284         * gimple-ssa-sprintf.c (format_directive): Correct a typo in a warning
15285         message.
15287 2017-01-16  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15289         * config/rs6000/rs6000.c (rtx_is_swappable_p): Change
15290         UNSPEC_VSX__XXSPLTD to require special splat handling.
15292 2017-01-16  David Malcolm  <dmalcolm@redhat.com>
15294         PR bootstrap/78616
15295         * system.h: Poison strndup.
15297 2017-01-16  Alan Modra  <amodra@gmail.com>
15299         PR target/79098
15300         * config/rs6000/rs6000.c (rs6000_legitimate_combined_insn): Don't
15301         use a switch.
15303 2017-01-16  Georg-Johann Lay  <avr@gjlay.de>
15305         * config/avr/avr.h (BRANCH_COST) [reload_completed]: Increase by 4.
15307 2017-01-15  Uros Bizjak  <ubizjak@gmail.com>
15309         * config/i386/i386.c (ix86_legitimate_combined_insn): Do not
15310         call recog here.  Assert that INSN_CODE (insn) is non-negative.
15312 2017-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
15314         PR target/72749
15315         * cfgrtl.c (rtl_split_edge): Also patch jump insns that jump to the
15316         fallthrough.
15317         * haifa-sched.c (dump_insn_stream): Don't crash if there is a label
15318         in the currently scheduled RTL fragment.
15320 2017-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
15322         PR rtl-optimization/78751
15323         * ifcvt.c (find_cond_trap): If we generated a non-existing insn,
15324         give up.
15326 2017-01-14  Jeff Law  <law@redhat.com>
15328         PR tree-optimization/79090
15329         * tree-ssa-dse.c (valid_ao_ref_for_dse): Reject zero length and
15330         variable length stores.
15331         (compute_trims): Delete dead assignment to *trim_tail.
15332         (dse_dom_walker::dse_optimize_stmt): Optimize mem* calls with
15333         zero length.
15335 2017-01-14  Bernd Schmidt  <bschmidt@redhat.com>
15337         PR rtl-optimization/78626
15338         PR rtl-optimization/78727
15339         * cprop.c (one_cprop_pass): Collect unconditional traps in the middle
15340         of a block, and split such blocks after everything else is finished.
15342 2017-01-14  Alan Modra  <amodra@gmail.com>
15344         PR target/72749
15345         * combine.c (recog_for_combine_1): Set INSN_CODE before calling
15346         target legitimate_combined_insn.
15347         * config/rs6000/rs6000.c (TARGET_LEGITIMATE_COMBINED_INSN): Define.
15348         (rs6000_legitimate_combined_insn): New function.
15349         * config/rs6000/rs6000.md (UNSPEC_DOLOOP): Delete, and remove
15350         all uses.
15351         (ctr<mode>_internal3): Rename from *ctr<mode>_internal5.
15352         (ctr<mode>_internal4): Rename from *ctr<mode>_internal6.
15353         (ctr<mode>_internal1, ctr<mode>_internal2): Remove '*' from name.
15355 2017-01-14  Gerald Pfeifer  <gerald@pfeifer.com>
15357         * doc/frontends.texi (G++ and GCC): Remove references to Java.
15359 2017-01-13  Jeff Law  <law@redhat.com>
15361         PR tree-optimization/33562
15362         PR tree-optimization/61912
15363         PR tree-optimization/77485
15364         * tree-ssa-dse.c (delete_dead_call): Accept gsi rather than
15365         a statement.
15366         (delete_dead_assignment): Likewise.
15367         (dse_dom_walker::dse_optimize_stmt): Pass in the gsi rather than
15368         statement to delete_dead_call and delete_dead_assignment.
15370 2017-01-13  David Malcolm  <dmalcolm@redhat.com>
15372         PR c/78304
15373         * substring-locations.c (format_warning_va): Strengthen case 1 so
15374         that both endpoints of the substring must be within the format
15375         range for just the substring to be printed.
15377 2017-01-13  Uros Bizjak  <ubizjak@gmail.com>
15379         * config/i386/i386.opt (msgx): Use ix86_isa_flags2 variable.
15380         * config/i386/i386.c (ix86_target_string): Add missing options
15381         to isa_opts and reorder options by implied ISAs.  Rename isa_opts2 to
15382         isa2_opts, ix86_flag_opts to flag2_opts, ix86_target_other to
15383         flags_other and ix86_target_other to flags2_other.  Display unknown
15384         isa2 options.
15385         (ix86_valid_target_attribute_inner_p): Add missing options and
15386         reorder options by implied ISAs, as in ix86_target_string.
15388 2017-01-13  Richard Sandiford  <richard.sandiford@arm.com>
15390         * hash-table.h (hash_table::too_empty_p): New function.
15391         (hash_table::expand): Use it.
15392         (hash_table::traverse): Likewise.
15393         (hash_table::empty_slot): Use sizeof (value_type) instead of
15394         sizeof (PTR) to convert bytes to elements.  Shrink the table
15395         if the current size is excessive for the current number of
15396         elements.
15398 2017-01-13  Richard Sandiford  <richard.sandiford@arm.com>
15400         * ira-costs.c (record_reg_classes): Break from the inner loop
15401         early once alt_fail is known to be true.  Update outer loop
15402         handling accordingly.
15404 2017-01-13  Jeff Law  <law@redhat.com>
15406         * tree-ssa-dse.c (decrement_count): New function.
15407         (increment_start_addr, maybe_trim_memstar_call): Likewise.
15408         (dse_dom_walker::optimize_stmt): Call maybe_trim_memstar_call directly
15409         when we know the partially dead statement is a mem* function.
15411         PR tree-optimization/61912
15412         PR tree-optimization/77485
15413         * tree-ssa-dse.c: Include expr.h.
15414         (maybe_trim_constructor_store): New function.
15415         (maybe_trim_partially_dead_store): Call maybe_trim_constructor_store.
15417         PR tree-optimization/33562
15418         PR tree-optimization/61912
15419         PR tree-optimization/77485
15420         * doc/invoke.texi: Document new dse-max-object-size param.
15421         * params.def (PARM_DSE_MAX_OBJECT_SIZE): New PARAM.
15422         * tree-ssa-dse.c: Include params.h.
15423         (dse_store_status): New enum.
15424         (initialize_ao_ref_for_dse): New, partially extracted from
15425         dse_optimize_stmt.
15426         (valid_ao_ref_for_dse, normalize_ref): New.
15427         (setup_live_bytes_from_ref, compute_trims): Likewise.
15428         (clear_bytes_written_by, maybe_trim_complex_store): Likewise.
15429         (maybe_trim_partially_dead_store): Likewise.
15430         (maybe_trim_complex_store): Likewise.
15431         (dse_classify_store): Renamed from dse_possibly_dead_store_p.
15432         Track what bytes live from the original store.  Return tri-state
15433         for dead, partially dead or live.
15434         (dse_dom_walker): Add constructor, destructor and new private members.
15435         (delete_dead_call, delete_dead_assignment): New extracted from
15436         dse_optimize_stmt.
15437         (dse_optimize_stmt): Make a member of dse_dom_walker.
15438         Use initialize_ao_ref_for_dse.
15440         PR tree-optimization/33562
15441         PR tree-optimization/61912
15442         PR tree-optimization/77485
15443         * sbitmap.h (bitmap_count_bits): Prototype.
15444         (bitmap_clear_range, bitmap_set_range): Likewise.
15445         * sbitmap.c (bitmap_clear_range): New function.
15446         (bitmap_set_range, sbitmap_popcount, bitmap_count_bits): Likewise.
15448 2017-01-13  Martin Liska  <mliska@suse.cz>
15450         PR ipa/79043
15451         * function.c (set_cfun): Add new argument force.
15452         * function.h (set_cfun): Likewise.
15453         * ipa-inline-transform.c (inline_call): Use the function when
15454         strict alising from is dropped for function we inline to.
15456 2017-01-13  Richard Biener  <rguenther@suse.de>
15458         * tree-pretty-print.c (dump_generic_node): Fix inverted condition
15459         for dumping GIMPLE INTEGER_CSTs.
15461 2017-01-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
15463         * config/sol2.h (TARGET_OS_CPP_BUILTINS): Define __STDC_VERSION__
15464         to 201112L since C++17.
15466 2017-01-13  Maxim Ostapenko  <m.ostapenko@samsung.com>
15468         PR sanitizer/78887
15469         * asan.c (asan_needs_odr_indicator_p): Don't emit ODR indicators
15470         if -fsanitize=kernel-address is present.
15472 2017-01-13  Richard Biener  <rguenther@suse.de>
15474         * tree-pretty-print.c (dump_generic_node): Dump INTEGER_CSTs
15475         as _Literal ( type ) number in case usual suffixes do not
15476         preserve all information.
15478 2017-01-13  Richard Biener  <rguenther@suse.de>
15480         PR tree-optimization/77283
15481         * gimple-ssa-split-paths.c: Include gimple-ssa.h, tree-phinodes.h
15482         and ssa-iterators.h.
15483         (is_feasible_trace): Implement a cost model based on joiner
15484         PHI node uses.
15486 2017-01-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
15488         PR target/79004
15489         * config/rs6000/rs6000.md (FP_ISA3): Do not optimize converting
15490         char or short to __float128/_Float128 directly.
15492 2017-01-12  Martin Sebor  <msebor@redhat.com>
15494         to -Wformat-overflow.
15495         * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Adjust.
15496         (min_bytes_remaining): Same.
15497         (get_string_length): Same.
15498         (format_string): Same.
15499         (format_directive): Same.
15500         (add_bytes): Same.
15501         (pass_sprintf_length::handle_gimple_call): Same.
15503 2017-01-12  Jakub Jelinek  <jakub@redhat.com>
15505         * gimple-ssa-sprintf.c (try_substitute_return_value): Remove
15506         info.nowrite calls with no lhs that can't throw.  Return bool
15507         whether gsi_remove has been called or not.
15508         (pass_sprintf_length::handle_gimple_call): Return bool whether
15509         try_substitute_return_value called gsi_remove.  Formatting fix.
15510         (pass_sprintf_length::execute): Don't use gsi_remove if
15511         handle_gimple_call returned true.
15513         PR bootstrap/79069
15514         * cfgrtl.c (rtl_tidy_fallthru_edge): For any_uncondjump_p that can't
15515         be removed due to side-effects, don't remove following barrier nor
15516         turn the successor edge into fallthru edge.
15518 2017-01-12  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15520         PR target/79044
15521         * config/rs6000/rs6000.c (insn_is_swappable_p): Mark
15522         element-reversing loads and stores as not swappable.
15524 2017-01-12  Nathan Sidwell  <nathan@acm.org>
15525             Nicolai Stange  <nicstange@gmail.com>
15527         * combine.c (try_combine): Don't ignore result of overlap checking
15528         loop.  Combine overlap & asm check into single loop.
15530 2017-01-12  Richard Biener  <rguenther@suse.de>
15532         * tree-pretty-print.c (dump_generic_node): Provide -gimple
15533         variant for MEM_REF.  Sanitize INTEGER_CST for -gimple.
15535 2017-01-12  Richard Biener  <rguenther@suse.de>
15537         * tree.c (initialize_tree_contains_struct): Make TS_OPTIMIZATION
15538         and TS_TARGET_OPTION directly derive from TS_BASE.
15539         * tree-core.h (tree_optimization_option): Derive from tree_base.
15540         (tree_target_option): Likewise.
15542 2017-01-11  Uros Bizjak  <ubizjak@gmail.com>
15544         * config/i386/i386.c (memory_address_length): Increase len
15545         only when rip_relative_addr_p returns false.
15547 2017-01-11  Julia Koval  <julia.koval@intel.com>
15549         * common/config/i386/i386-common.c (OPTION_MASK_ISA_SGX_UNSET): New.
15550         (OPTION_MASK_ISA_SGX_SET): New.
15551         (ix86_handle_option): Handle OPT_msgx.
15552         * config.gcc: Added sgxintrin.h.
15553         * config/i386/driver-i386.c (host_detect_local_cpu): Detect sgx.
15554         * config/i386/i386-c.c (ix86_target_macros_internal): Define __SGX__.
15555         * config/i386/i386.c (ix86_target_string): Add -msgx.
15556         (PTA_SGX): New.
15557         (ix86_option_override_internal): Handle new options.
15558         (ix86_valid_target_attribute_inner_p): Add sgx.
15559         * config/i386/i386.h (TARGET_SGX, TARGET_SGX_P): New.
15560         * config/i386/i386.opt: Add msgx.
15561         * config/i386/sgxintrin.h: New file.
15562         * config/i386/x86intrin.h: Add sgxintrin.h.
15564 2017-01-11  Jakub Jelinek  <jakub@redhat.com>
15566         PR c++/71537
15567         * fold-const.c (maybe_nonzero_address): Return 1 for function
15568         local objects.
15569         (tree_single_nonzero_warnv_p): Don't handle function local objects
15570         here.
15572         PR c++/72813
15573         * gcc.c (default_compilers): Don't add -o %g.s for -S -save-temps
15574         of c-header.
15576 2017-01-11  David Malcolm  <dmalcolm@redhat.com>
15578         PR driver/78877
15579         * opts.c: Include "spellcheck.h"
15580         (struct string_fragment): New struct.
15581         (struct edit_distance_traits<const string_fragment &>): New
15582         struct.
15583         (get_closest_sanitizer_option): New function.
15584         (parse_sanitizer_options): Offer suggestions for unrecognized arguments.
15586 2017-01-11  Jakub Jelinek  <jakub@redhat.com>
15588         * dwarf2out.c (DWARF_COMPILE_UNIT_HEADER_SIZE): For DWARF5 decrease
15589         by 12.
15590         (DWARF_COMDAT_TYPE_UNIT_HEADER_SIZE): Always
15591         DWARF_COMPILE_UNIT_HEADER_SIZE plus 12.
15592         (DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE): Define.
15593         (calc_base_type_die_sizes): Use DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE
15594         for initial die_offset if dwarf_split_debug_info.
15595         (output_comp_unit): Use DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE for
15596         initial next_die_offset if dwo_id is non-NULL.  Don't emit padding
15597         fields.
15598         (output_skeleton_debug_sections): Formatting fix.  Use
15599         DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE instead of
15600         DWARF_COMPILE_UNIT_HEADER_SIZE.  Don't emit padding.
15602 2017-01-11  Wilco Dijkstra  <wdijkstr@arm.com>
15604         * config/arm/cortex-a53.md: Add bypasses for
15605         cortex_a53_r2f_cvt.
15606         (cortex_a53_r2f): Only use for transfers.
15607         (cortex_a53_f2r): Likewise.
15608         (cortex_a53_r2f_cvt): Add reservation for conversions.
15609         (cortex_a53_f2r_cvt): Likewise.
15611 2017-01-11  Tamar Christina  <tamar.christina@arm.com>
15613         * config/arm/arm_neon.h: Add __artificial__ and gnu_inline
15614         to all inlined functions, change static to extern.
15616 2017-01-11  Christophe Lyon  <christophe.lyon@linaro.org>
15618         PR target/78253
15619         * config/arm/arm.c (legitimize_pic_address): Handle reference to
15620         weak symbol.
15621         (arm_assemble_integer): Likewise.
15623 2017-01-11  Richard Earnshaw  <rearnsha@arm.com>
15625         * config.gcc: Use new awk script to check CPU, FPU and architecture
15626         parameters for --with-... options.
15627         * config/arm/parsecpu.awk: New file
15628         * config/arm/arm-cpus.in: New file.
15629         * config/arm/arm-opts.h: Include arm-cpu.h instead of processing .def
15630         files.
15631         * config/arm/arm.c: Include arm-cpu-data.h instead of processing .def
15632         files.
15633         * config/arm/t-arm: Update dependency rules.
15634         * common/config/arm/arm-common.c: Include arm-cpu-cdata.h instead
15635         of processing .def files.
15636         * config/arm/genopt.sh: Deleted.
15637         * config/arm/gentune.sh: Deleted.
15638         * config/arm/arm-cores.def: Deleted.
15639         * config/arm/arm-arches.def: Deleted.
15640         * config/arm/arm-fpus.def: Deleted.
15641         * config/arm/arm-tune.md: Regenerated.
15642         * config/arm/arm-tables.opt: Regenerated.
15643         * config/arm/arm-cpu.h: New generated file.
15644         * config/arm/arm-cpu-data.h: New generated file.
15645         * config/arm/arm-cpu-cdata.h: New generated file.
15647 2017-01-11  Maxim Ostapenko  <m.ostapenko@samsung.com>
15649         PR lto/79042
15650         * lto-cgraph.c (lto_output_varpool_node): Pack dynamically_initialized
15651         bit.
15652         (input_varpool_node): Unpack dynamically_initialized bit.
15654 2017-01-11  Eric Botcazou  <ebotcazou@adacore.com>
15656         PR rtl-optimization/79032
15657         * lra-constraints.c (simplify_operand_subreg): In the MEM case, test
15658         the alignment of the adjusted memory reference against that of MODE,
15659         instead of the alignment of the original memory reference.
15661 2017-01-11  Martin Jambor  <mjambor@suse.cz>
15663         * hsa.c (hsa_callable_function_p): Revert addition of DECL_ARTIFICIAL
15664         test.
15665         * ipa-hsa.c (process_hsa_functions): Only duplicate non-artificial
15666         decorated functions.
15668 2017-01-11  Richard Biener  <rguenther@suse.de>
15670         * tree-vrp.c (evrp_dom_walker::before_dom_children): Also
15671         set range/nonnull info for PHI results.  Do not set it on
15672         stmts marked for removal.
15674 2017-01-10  Eric Botcazou  <ebotcazou@adacore.com>
15676         * expr.c (store_field): In the bitfield case, fetch the return value
15677         from the registers before applying a single big-endian adjustment.
15678         Always do a final load for a BLKmode value not larger than a word.
15680 2017-01-10  David Malcolm  <dmalcolm@redhat.com>
15682         PR c++/77949
15683         * input.c (selftest::test_accessing_ordinary_linemaps): Verify
15684         that we correctly handle column numbers greater than
15685         LINE_MAP_MAX_COLUMN_NUMBER.
15687 2017-01-10  Martin Sebor  <msebor@redhat.com>
15689         PR middle-end/78245
15690         * gimple-ssa-sprintf.c (get_destination_size): Call
15691         {init,fini}object_sizes.
15692         * tree-object-size.c (addr_object_size): Adjust.
15693         (pass_through_call): Adjust.
15694         (pass_object_sizes::execute): Adjust.
15695         * tree-object-size.h (fini_object_sizes): Declare.
15697 2017-01-10  Martin Sebor  <msebor@redhat.com>
15699         PR tree-optimization/78775
15700         * builtins.c (get_size_range): Move...
15701         * calls.c: ...to here.
15702         (alloc_max_size): Accept zero argument.
15703         (operand_signed_p): Remove.
15704         (maybe_warn_alloc_args_overflow): Call get_size_range.
15705         * calls.h (get_size_range): Declare.
15707 2017-01-10  Joe Seymour  <joe.s@somniumtech.com>
15709         * config/msp430/driver-msp430.c (msp430_mcu_data): Sync with data
15710         from TI's devices.csv file as of September 2016.
15711         * config/msp430/msp430.c (msp430_mcu_data): Likewise.
15713 2017-01-10  Sandra Loosemore  <sandra@codesourcery.com>
15715         * doc/extend.texi: Tweak formatting to fix overfull hbox warnings.
15716         * doc/invoke.texi: Likewise.
15717         * doc/md.texi: Likewise.
15718         * doc/objc.texi: Likewise.
15720 2017-01-10  Joshua Conner  <joshconner@google.com>
15722         * config/arm/fuchsia-elf.h: New file.
15723         * config/fuchsia.h: New file.
15724         * config.gcc (*-*-fuchsia*): Set native_system_header_dir.
15725         (aarch64*-*-fuchsia*, arm*-*-fuchsia*, x86_64-*-fuchsia*): Add to
15726         targets.
15727         * config.host: (aarch64*-*-fuchsia*, arm*-*-fuchsia*): Add to hosts.
15729 2016-01-10  Richard Biener  <rguenther@suse.de>
15731         PR tree-optimization/79034
15732         * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
15733         Propagate out degenerate PHIs in the joiner.
15735 2017-01-10  Martin Liska  <mliska@suse.cz>
15737         * ipa-icf.c (sort_sem_items_by_decl_uid): New function.
15738         (sort_congruence_classes_by_decl_uid): Likewise.
15739         (sort_congruence_class_groups_by_decl_uid): Likewise.
15740         (sem_item_optimizer::merge_classes): Sort class, groups in these
15741         classes and members in the groups by DECL_UID of declarations.
15742         This would make merge operations stable.
15744 2017-01-10  Martin Liska  <mliska@suse.cz>
15746         * ipa-icf.c (sem_item_optimizer::sem_item_optimizer): Remove
15747         usage of m_classes_vec.
15748         (sem_item_optimizer::~sem_item_optimizer):  Likewise.
15749         (sem_item_optimizer::get_group_by_hash): Likewise.
15750         (sem_item_optimizer::subdivide_classes_by_equality): Likewise.
15751         (sem_item_optimizer::subdivide_classes_by_sensitive_refs): Likewise.
15752         (sem_item_optimizer::verify_classes): Likewise.
15753         (sem_item_optimizer::process_cong_reduction): Likewise.
15754         (sem_item_optimizer::dump_cong_classes): Likewise.
15755         (sem_item_optimizer::merge_classes): Likewise.
15756         * ipa-icf.h (congruence_class_hash): Rename from
15757         congruence_class_group_hash.  Remove declaration of m_classes_vec.
15759 2017-01-10  Andrew Senkevich  <andrew.senkevich@intel.com>
15761         * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX512VPOPCNTDQ_SET,
15762         OPTION_MASK_ISA_AVX512VPOPCNTDQ_UNSET): New.
15763         * config.gcc: Add avx512vpopcntdqintrin.h.
15764         * config/i386/avx512vpopcntdqintrin.h: New.
15765         * config/i386/cpuid.h (bit_AVX512VPOPCNTDQ): New.
15766         * config/i386/i386-builtin-types.def: Add new types.
15767         * config/i386/i386-builtin.def (__builtin_ia32_vpopcountd_v16si,
15768         __builtin_ia32_vpopcountd_v16si_mask, __builtin_ia32_vpopcountq_v8di,
15769         __builtin_ia32_vpopcountq_v8di_mask): New.
15770         * config/i386/i386-c.c (ix86_target_macros_internal): Define
15771         __AVX512VPOPCNTDQ__.
15772         * config/i386/i386.c (ix86_target_string): Add -mavx512vpopcntdq.
15773         (PTA_AVX512VPOPCNTDQ): Define.
15774         * config/i386/i386.h (TARGET_AVX512VPOPCNTDQ,
15775         TARGET_AVX512VPOPCNTDQ_P): Define.
15776         * config/i386/i386.opt: Add mavx512vpopcntdq.
15777         * config/i386/immintrin.h: Include avx512vpopcntdqintrin.h.
15778         * config/i386/sse.md (define_insn "vpopcount<mode><mask_name>"): New.
15780 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
15782         PR middle-end/77484
15783         * predict.def (PRED_CALL): Set to 67.
15785 2017-01-09  Eric Botcazou  <ebotcazou@adacore.com>
15787         * expr.c (store_field): In the bitfield case, if the value comes from
15788         a function call and is of an aggregate type returned in registers, do
15789         not modify the field mode; extract the value in all cases if the mode
15790         is BLKmode and the size is not larger than a word.
15792 2017-01-09  Dominique d'Humieres  <dominiq@lps.ens.fr>
15794         PR target/71017
15795         * config/i386/cpuid.h: Fix undefined behavior.
15797 2017-01-04  Jeff Law  <law@redhat.com>
15799         PR tree-optimization/79007
15800         PR tree-optimization/67955
15801         * tree-ssa-alias.c (same_addr_size_stores_p): Only need to be
15802         conservative for pt.null when flag_non_call_exceptions is on.
15804 2017-01-09  Jakub Jelinek  <jakub@redhat.com>
15806         PR translation/79019
15807         PR translation/79020
15808         * params.def (PARAM_INLINE_MIN_SPEEDUP,
15809         PARAM_IPA_CP_SINGLE_CALL_PENALTY,
15810         PARAM_USE_AFTER_SCOPE_DIRECT_EMISSION_THRESHOLD): Fix typos
15811         in descriptions.
15812         * config/avr/avr.opt (maccumulate-args): Likewise.
15813         * config/msp430/msp430.opt (mwarn-mcu): Likewise.
15814         * common.opt (freport-bug): Likewise.
15815         * cif-code.def (CIF_FINAL_ERROR): Likewise.
15816         * doc/invoke.texi (ipa-cp-single-call-penalty): Likewise.
15817         * config/s390/s390.c (s390_invalid_binary_op): Fix spelling in
15818         translatable string.
15819         * config/i386/i386.c (function_value_32): Likewise.
15820         * config/nios2/nios2.c (nios2_valid_target_attribute_rec): Likewise.
15821         * config/msp430/msp430.c (msp430_option_override, msp430_attr):
15822         Likewise.
15823         * config/msp430/driver-msp430.c (msp430_select_hwmult_lib): Likewise.
15824         * common/config/msp430/msp430-common.c (msp430_handle_option):
15825         Likewise.
15826         * symtab.c (symtab_node::verify_base): Likewise.
15827         * opts.c (set_debug_level): Likewise.
15828         * tree.c (verify_type_variant): Likewise.  Fix typo in comment.
15829         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
15830         missing whitespace to translatable strings.
15831         * config/avr/avr.md (bswapsi2): Fix typo in comment.
15832         * config/sh/superh.h: Likewise.
15833         * config/i386/xopintrin.h: Likewise.
15834         * config/i386/znver1.md: Likewise.
15835         * config/rs6000/rs6000.c (struct rs6000_opt_mask): Likewise.
15836         * ipa-inline-analysis.c (compute_inline_parameters): Likewise.
15837         * double-int.h (struct double_int): Likewise.
15838         * double-int.c (div_and_round_double): Likewise.
15839         * wide-int.cc: Likewise.
15840         * tree-ssa.c (non_rewritable_mem_ref_base): Likewise.
15841         * tree-ssa-sccvn.c (vn_reference_lookup_3): Likewise.
15842         * cfgcleanup.c (crossjumps_occured): Renamed to ...
15843         (crossjumps_occurred): ... this.
15844         (try_crossjump_bb, try_head_merge_bb, try_optimize_cfg, cleanup_cfg):
15845         Adjust all uses.
15847         PR tree-optimization/78899
15848         * tree-if-conv.c (version_loop_for_if_conversion): Instead of
15849         returning bool return struct loop *, NULL for failure and the new
15850         loop on success.
15851         (versionable_outer_loop_p): Don't version outer loop if it has
15852         dont_vectorized bit set.
15853         (tree_if_conversion): When versioning outer loop, ensure
15854         tree_if_conversion is performed also on the inner loop of the
15855         non-vectorizable outer loop copy.
15856         * tree-vectorizer.c (set_uid_loop_bbs): Formatting fix.  Fold
15857         LOOP_VECTORIZED in inner loop of the scalar outer loop and
15858         prevent vectorization of it.
15859         (vectorize_loops): For outer + inner LOOP_VECTORIZED, ensure
15860         the outer loop vectorization of the non-scalar version is attempted
15861         before vectorization of the inner loop in scalar version.  If
15862         outer LOOP_VECTORIZED guarded loop is not vectorized, prevent
15863         vectorization of its inner loop.
15864         * tree-vect-loop-manip.c (rename_variables_in_bb): If outer_loop
15865         has 2 inner loops, rename also on edges from bb whose single pred
15866         is outer_loop->header.  Fix typo in function comment.
15868 2017-01-09  Martin Sebor  <msebor@redhat.com>
15870         PR bootstrap/79033
15871         * asan.c (asan_emit_stack_protection): Increase local buffer size
15872         to avoid snprintf truncation warning.
15874 2017-01-09  Andrew Pinski  <apinski@cavium.com>
15876         * config/aarch64/aarch64-cores.def: Add thunderx2t99.  Change vulcan
15877         to reference thunderx2t99 for the tuning structure
15878         * config/aarch64/aarch64-cost-tables.h (vulcan_extra_costs):
15879         Rename to ...
15880         (thunderx2t99_extra_costs): This.
15881         * config/aarch64/aarch64-tune.md: Regenerate.
15882         * config/aarch64/aarch64.c (vulcan_addrcost_table): Rename to ...
15883         (vulcan_addrcost_table): This.
15884         (vulcan_regmove_cost): Rename to ...
15885         (thunderx2t99_regmove_cost): This.
15886         (vulcan_vector_cost): Rename to ...
15887         (thunderx2t99_vector_cost): this.
15888         (vulcan_branch_cost): Rename to ...
15889         (thunderx2t99_branch_cost): This.
15890         (vulcan_tunings): Rename to ...
15891         (thunderx2t99_tunings): This and s/vulcan/thunderx2t99 .
15892         * doc/invoke.texi (AARCH64/mtune): Add thunderx2t99.
15894 2017-01-09  Martin Jambor  <mjambor@suse.cz>
15896         PR ipa/78365
15897         PR ipa/78599
15898         * ipa-prop.h (ipa_jump_func): Swap positions of vr_known and m_vr.
15899         * ipa-cp.c (ipa_vr_operation_and_type_effects): New function.
15900         (propagate_vr_accross_jump_function): Use the above function for all
15901         value range computations for pass-through jump functions and type
15902         converasion from explicit value range values.
15903         (ipcp_propagate_stage): Do not attempt to deduce types of formal
15904         parameters from TYPE_ARG_TYPES.
15905         * ipa-prop.c (ipa_write_jump_function): Remove trailing whitespace.
15906         (ipa_write_node_info): Stream type of the actual argument.
15907         (ipa_read_node_info): Likewise. Also remove trailing whitespace.
15909 2017-01-09  Martin Liska  <mliska@suse.cz>
15911         PR pch/78970
15912         * gcc.c (driver_handle_option): Handle OPT_E and set have_E.
15913         (lookup_compiler): Do not show error message with have_E.
15915 2017-01-09  Jakub Jelinek  <jakub@redhat.com>
15917         PR tree-optimization/78938
15918         * tree-vect-stmts.c (vectorizable_condition): For non-masked COND_EXPR
15919         where comp_vectype is VECTOR_BOOLEAN_TYPE_P, use
15920         BIT_{NOT,XOR,AND,IOR}_EXPR on the comparison operands instead of
15921         {EQ,NE,GE,GT,LE,LT}_EXPR directly inside of VEC_COND_EXPR.  Formatting
15922         fixes.
15924 2017-01-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15926         * tree-ssa-address.c (gen_addr_rtx): Don't handle index if it
15927         is const0_rtx.
15929 2017-01-09  Richard Biener  <rguenther@suse.de>
15931         PR tree-optimization/78997
15932         * tree-vect-slp.c (vect_mask_constant_operand_p): Handle SSA
15933         name condition properly.
15935 2017-01-09  Richard Biener  <rguenther@suse.de>
15937         PR debug/79000
15938         * dwarf2out.c (is_cxx): New overload with context.
15939         (is_naming_typedef_decl): Use it.
15941 2017-01-08  Sandra Loosemore  <sandra@codesourcery.com>
15943         * invoke.texi (Option Summary): Correct spacing in option lists
15944         and add line breaks to fix over-long lines.
15946 2017-01-08  Sandra Loosemore  <sandra@codesourcery.com>
15948         PR middle-end/17660
15950         * extend.texi (Common Variable Attributes): Add xref to GCC
15951         Internals manual to explain mode attribute keywords.
15953 2017-01-08  Sandra Loosemore  <sandra@codesourcery.com>
15955         PR other/16519
15956         * doc/invoke.texi (Option Summary): Move -pthread to Linker Options
15957         and Preprocessor Options.
15958         (Options for Linking): Document -pthread here....
15959         (RS/6000 and PowerPC Options): ...not here.
15960         (Solaris 2 Options): ...or here.
15961         * doc/cppopts.texi: Document -pthread.
15963 2017-01-08  Martin Sebor  <msebor@redhat.com>
15965         PR middle-end/77708
15966         * doc/invoke.texi (Warning Options): Document -Wformat-truncation.
15967         * gimple-ssa-sprintf.c (call_info::reval_used, call_info::warnopt):
15968         New member functions.
15969         (format_directive): Used them.
15970         (add_bytes): Same.
15971         (pass_sprintf_length::handle_gimple_call): Same.
15972         * graphite-sese-to-poly.c (tree_int_to_gmp): Increase buffer size
15973         to avoid truncation for any argument.
15974         (extract_affine_mul): Same.
15975         * tree.c (get_file_function_name): Same.
15977 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
15979         PR middle-end/77484
15980         * predict.def (PRED_INDIR_CALL): Set to 86.
15982 2017-01-07  Sandra Loosemore  <sandra@codesourcery.com>
15984         PR preprocessor/54124
15985         * doc/cppopts.texi: Reformat -d subtable to list the full name
15986         of the options.  Add cross-reference to the docs for the general
15987         compiler -d options.
15988         * doc/invoke.texi (Developer Options): Add cross-reference to the
15989         preprocessor-specific -d option documentation.
15991 2017-01-07  Sandra Loosemore  <sandra@codesourcery.com>
15993         PR preprocessor/13498
15994         * doc/cpp.texi (Search Path): Rewrite to remove obsolete and
15995         redudant material, and reflect new command-line options.
15996         (System Headers): Likewise.
15998 2017-01-07  Sandra Loosemore  <sandra@codesourcery.com>
16000         * doc/cppdiropts.texi: Merge documentation of -I, -iquote,
16001         -isystem, and -idirafter.  Copy-edit.
16002         * doc/cppopts.texi: Copy-edit.  Remove contradiction about
16003         default for -ftrack-macro-expansion.  Delete obsolete and
16004         badly-formatted implementation details about -fdebug-cpp output.
16005         * doc/cppwarnopts.texi: Copy-edit.
16007 2017-01-07  David Malcolm  <dmalcolm@redhat.com>
16009         PR c++/72803
16010         * input.c (selftest::test_accessing_ordinary_linemaps): Verify
16011         that the transition from a max line width >= 1<<10 to narrower
16012         lines works correctly.
16014 2017-01-07  Alexandre Oliva <aoliva@redhat.com>
16016         * doc/options.texi (PerFunction): New.
16017         * opt-functions.awk (switch_flags): Map both Optimization and
16018         PerFunction to CL_OPTIMIZATION.
16019         * opth-gen.awk: Test for PerFunction flag along with
16020         Optimization.
16021         * optc-save-gen.awk: Likewise.  Introduce var_opt_hash and set
16022         it only when the latter is present.  Skip those that don't in
16023         the hash function generator.
16024         * common.opt (fvar-tracking): Mark as PerFunction instead of
16025         Optimization.
16026         (fvar-tracking-assignments): Likewise.
16027         (fvar-tracking-assignments-toggle): Likewise.
16028         (fvar-tracking-uninit): Likewise.
16030 2017-01-07  Jakub Jelinek  <jakub@redhat.com>
16032         PR translation/79018
16033         * params.def (PARAM_MAX_STORES_TO_MERGE): Add missing space between
16034         the and store.
16036 2017-01-06  Mikael Pettersson  <mikpelinux@gmail.com>
16038         PR target/57583
16039         * config/m68k/m68k.opt (LONG_JUMP_TABLE_OFFSETS): New option.
16040         * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Handle
16041         TARGET_LONG_JUMP_TABLE_OFFSETS.
16042         * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
16043         * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
16044         * config/m68k/m68k.h (CASE_VECTOR_MODE): Likewise.
16045         (ASM_OUTPUT_ADDR_DIFF_ELF): Likewise.
16046         * config/m68k/m68k.md (tablejump expander): Likewise.
16047         (*tablejump_pcrel_hi): Renamed from unnamed insn, reject
16048         TARGET_LONG_JUMP_TABLE_OFFSETS.
16049         (*tablejump_pcrel_si): New insn, handle TARGET_LONG_JUMP_TABLE_OFFSETS.
16050         * doc/invoke.texi (M68K options): Add -mlong-jump-table-offsets.
16052 2017-01-06  Edgar E. Iglesias <edgar.iglesias@xilinx.com>
16053             David Holsgrove <david.holsgrove@xilinx.com>
16055         * common/config/microblaze/microblaze-common.c
16056         (TARGET_EXCEPT_UNWIND_INFO): Remove.
16057         * config/microblaze/microblaze-protos.h (microblaze_eh_return):
16058         New prototype.
16059         * config/microblaze/microblaze.c (microblaze_must_save_register)
16060         (microblaze_expand_epilogue, microblaze_return_addr): Handle
16061         calls_eh_return.
16062         (microblaze_eh_return): New function.
16063         * config/microblaze/microblaze.h (RETURN_ADDR_OFFSET)
16064         (EH_RETURN_DATA_REGNO, MB_EH_STACKADJ_REGNUM)
16065         (EH_RETURN_STACKADJ_RTX, ASM_PREFERRED_EH_DATA_FORMAT): New macros.
16066         * config/microblaze/microblaze.md (eh_return): New pattern.
16068 2017-01-06  Jakub Jelinek  <jakub@redhat.com>
16070         * system.h (GCC_DIAGNOSTIC_PUSH_IGNORED, GCC_DIAGNOSTIC_POP,
16071         GCC_DIAGNOSTIC_STRINGIFY): Define.
16073         * read-rtl.c (rtx_reader::read_rtx_code): Avoid -Wsign-compare warning.
16075 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
16077         * config/arm/arm.md (<mcrr>): New.
16078         (<mrrc>): New.
16079         * config/arm/arm.c (arm_arch5te): New.
16080         (arm_option_override): Set arm_arch5te.
16081         (arm_coproc_builtin_available): Add support for mcrr, mcrr2, mrrc
16082         and mrrc2.
16083         * config/arm/arm-builtins.c (MCRR_QUALIFIERS): Define to...
16084         (arm_mcrr_qualifiers): ... this. New.
16085         (MRRC_QUALIFIERS): Define to...
16086         (arm_mrrc_qualifiers): ... this. New.
16087         * config/arm/arm_acle.h (__arm_mcrr, __arm_mcrr2, __arm_mrrc,
16088         __arm_mrrc2): New.
16089         * config/arm/arm_acle_builtins.def (mcrr, mcrr2, mrrc, mrrc2): New.
16090         * config/arm/iterators.md (MCRRI, mcrr, MCRR): New.
16091         (MRRCI, mrrc, MRRC): New.
16092         * config/arm/unspecs.md (VUNSPEC_MCRR, VUNSPEC_MCRR2, VUNSPEC_MRRC,
16093         VUNSPEC_MRRC2): New.
16095 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
16097         * config/arm/arm.md (<mcr>): New.
16098         (<mrc>): New.
16099         * config/arm/arm.c (arm_coproc_builtin_available): Add
16100         support for mcr, mrc, mcr2 and mrc2.
16101         * config/arm/arm-builtins.c (MCR_QUALIFIERS): Define to...
16102         (arm_mcr_qualifiers): ... this. New.
16103         (MRC_QUALIFIERS): Define to ...
16104         (arm_mrc_qualifiers): ... this. New.
16105         (MCR_QUALIFIERS): Define to ...
16106         (arm_mcr_qualifiers): ... this. New.
16107         * config/arm/arm_acle.h (__arm_mcr, __arm_mrc, __arm_mcr2,
16108         __arm_mrc2): New.
16109         * config/arm/arm_acle_builtins.def (mcr, mcr2, mrc, mrc2): New.
16110         * config/arm/iterators.md (MCRI, mcr, MCR, MRCI, mrc, MRC): New.
16111         * config/arm/unspecs.md (VUNSPEC_MCR, VUNSPEC_MCR2, VUNSPEC_MRC,
16112         VUNSPEC_MRC2): New.
16114 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
16116         * config/arm/arm.md (*ldc): New.
16117         (*stc): New.
16118         (<ldc>): New.
16119         (<stc>): New.
16120         * config/arm/arm.c (arm_coproc_builtin_available): Add
16121         support for ldc,ldcl,stc,stcl,ldc2,ldc2l,stc2 and stc2l.
16122         (arm_coproc_ldc_stc_legitimate_address): New.
16123         * config/arm/arm-builtins.c (arm_type_qualifiers): Add
16124         'qualifier_const_pointer'.
16125         (LDC_QUALIFIERS): Define to...
16126         (arm_ldc_qualifiers): ... this. New.
16127         (STC_QUALIFIERS): Define to...
16128         (arm_stc_qualifiers): ... this. New.
16129         * config/arm/arm-protos.h
16130         (arm_coproc_ldc_stc_legitimate_address): New.
16131         * config/arm/arm_acle.h (__arm_ldc, __arm_ldcl, __arm_stc,
16132         __arm_stcl, __arm_ldc2, __arm_ldc2l, __arm_stc2, __arm_stc2l): New.
16133         * config/arm/arm_acle_builtins.def (ldc, ldc2, ldcl, ldc2l, stc,
16134         stc2, stcl, stc2l): New.
16135         * config/arm/constraints.md (Uz): New.
16136         * config/arm/iterators.md (LDCI, STCI, ldc, stc, LDC STC): New.
16137         * config/arm/unspecs.md (VUNSPEC_LDC, VUNSPEC_LDC2, VUNSPEC_LDCL,
16138         VUNSPEC_LDC2L, VUNSPEC_STC, VUNSPEC_STC2, VUNSPEC_STCL,
16139         VUNSPEC_STC2L): New.
16141 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
16143         * config/arm/arm.md (<cdp>): New.
16144         * config/arm/arm.c (neon_const_bounds): Rename this ...
16145         (arm_const_bounds): ... this.
16146         (arm_coproc_builtin_available): New.
16147         * config/arm/arm-builtins.c (SIMD_MAX_BUILTIN_ARGS): Increase.
16148         (arm_type_qualifiers): Add 'qualifier_unsigned_immediate'.
16149         (CDP_QUALIFIERS): Define to...
16150         (arm_cdp_qualifiers): ... this. New.
16151         (void_UP): Define.
16152         (arm_expand_builtin_args): Add case for 6 arguments.
16153         * config/arm/arm-protos.h (neon_const_bounds): Rename this ...
16154         (arm_const_bounds): ... this.
16155         (arm_coproc_builtin_available): New.
16156         * config/arm/arm_acle.h (__arm_cdp): New.
16157         (__arm_cdp2): New.
16158         * config/arm/arm_acle_builtins.def (cdp): New.
16159         (cdp2): New.
16160         * config/arm/iterators.md (CDPI,CDP,cdp): New.
16161         * config/arm/neon.md: Rename all 'neon_const_bounds' to
16162         'arm_const_bounds'.
16163         * config/arm/types.md (coproc): New.
16164         * config/arm/unspecs.md (VUNSPEC_CDP, VUNSPEC_CDP2): New.
16165         * gcc/doc/extend.texi (ACLE): Add a mention of Coprocessor intrinsics.
16166         * gcc/doc/sourcebuild.texi (arm_coproc1_ok, arm_coproc2_ok,
16167         arm_coproc3_ok, arm_coproc4_ok): Document new effective targets.
16169 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
16171         * config/arm/arm-builtins.c (arm_unsigned_binop_qualifiers): New.
16172         (UBINOP_QUALIFIERS): New.
16173         (si_UP): Define.
16174         (acle_builtin_data): New. Change comment.
16175         (arm_builtins): Remove ARM_BUILTIN_CRC32B, ARM_BUILTIN_CRC32H,
16176         ARM_BUILTIN_CRC32W, ARM_BUILTIN_CRC32CB, ARM_BUILTIN_CRC32CH,
16177         ARM_BUILTIN_CRC32CW. Add ARM_BUILTIN_ACLE_BASE and include
16178         arm_acle_builtins.def.
16179         (ARM_BUILTIN_ACLE_PATTERN_START): Define.
16180         (arm_init_acle_builtins): New.
16181         (CRC32_BUILTIN): Remove.
16182         (bdesc_2arg): Remove entries for crc32b, crc32h, crc32w,
16183         crc32cb, crc32ch and crc32cw.
16184         (arm_init_crc32_builtins): Remove.
16185         (arm_init_builtins): Use arm_init_acle_builtins rather
16186         than arm_init_crc32_builtins.
16187         (arm_expand_acle_builtin): New.
16188         (arm_expand_builtin): Use 'arm_expand_acle_builtin'.
16189         * config/arm/arm_acle_builtins.def: New.
16191 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
16193         * config/arm/arm-builtins.c (neon_builtin_datum): Rename to ..
16194         (arm_builtin_datum): ... this.
16195         (arm_init_neon_builtin): Rename to ...
16196         (arm_init_builtin): ... this. Add a new parameters PREFIX
16197         and USE_SIG_IN_NAME.
16198         (arm_init_neon_builtins): Replace 'arm_init_neon_builtin' with
16199         'arm_init_builtin'. Replace type 'neon_builtin_datum' with
16200         'arm_builtin_datum'.
16201         (arm_init_vfp_builtins): Likewise.
16202         (builtin_arg): Rename enum's replacing 'NEON_ARG' with
16203         'ARG_BUILTIN' and add a 'ARG_BUILTIN_NEON_MEMORY.
16204         (arm_expand_neon_args): Rename to ...
16205         (arm_expand_builtin_args): ... this. Rename builtin_arg
16206         enum values and differentiate between ARG_BUILTIN_MEMORY
16207         and ARG_BUILTIN_NEON_MEMORY.
16208         (arm_expand_neon_builtin_1): Rename to ...
16209         (arm_expand_builtin_1): ... this. Rename builtin_arg enum
16210         values, arm_expand_builtin_args and add bool parameter NEON.
16211         (arm_expand_neon_builtin): Use arm_expand_builtin_1.
16212         (arm_expand_vfp_builtin): Likewise.
16213         (NEON_MAX_BUILTIN_ARGS): Remove, it was unused.
16215 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
16217         PR middle-end/77484
16218         * predict.def (PRED_POLYMORPHIC_CALL): Set to 59.
16219         * predict.c (tree_estimate_probability_bb): Reverse direction of
16220         polymorphic call predictor.
16222 2017-01-06  David Malcolm  <dmalcolm@redhat.com>
16224         * passes.c (execute_one_pass): Split out pass-skipping logic into...
16225         (determine_pass_name_match): ...this new function and...
16226         (should_skip_pass_p): ...this new function.
16228 2017-01-06  Nathan Sidwell  <nathan@acm.org>
16230         * ipa-visibility.c (function_and_variable_visibility): Reformat
16231         comments and long lines.  Remove extrneous if.
16232         * symtab.c (symtab_node::make_decl_local): Fix code format.
16233         (symtab_node::set_section_for_node): Fix comment typo.
16235 2017-01-06  Martin Liska  <mliska@suse.cz>
16237         PR bootstrap/79003
16238         * lra-constraints.c: Rename invariant to lra_invariant.
16239         * predict.c (set_even_probabilities): Initialize e to NULL.
16241 2017-01-05  Martin Sebor  <msebor@redhat.com>
16243         PR tree-optimization/78910
16244         * gimple-ssa-sprintf.c (tree_digits): Add an argument.
16245         (format_integer): Correct off-by-one error in the handling
16246         of precision with negative numbers in signed conversions..
16248 2017-01-05  Eric Botcazou  <ebotcazou@adacore.com>
16250         * doc/invoke.texi (C Dialect Options): Adjust -fsso-struct entry.
16252 2017-01-05  Jakub Jelinek  <jakub@redhat.com>
16254         PR tree-optimization/71016
16255         * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Pass cond_stmt to
16256         factor_out_conditional_conversion.  Formatting fix.
16257         (factor_out_conditional_conversion): Add cond_stmt argument.
16258         If arg1 is INTEGER_CST, punt if new_arg0 is not any operand of
16259         cond_stmt and if arg0_def_stmt is not the only stmt in its bb.
16260         Formatting fix.
16262 2017-01-05  David Malcolm  <dmalcolm@redhat.com>
16264         * Makefile.in (OBJS): Add read-md.o, read-rtl.o,
16265         read-rtl-function.o, and selftest-rtl.o.
16266         * config/aarch64/aarch64.c: Include selftest.h and selftest-rtl.h.
16267         (selftest::aarch64_test_loading_full_dump): New function.
16268         (selftest::aarch64_run_selftests): New function.
16269         (TARGET_RUN_TARGET_SELFTESTS): Wire it up to
16270         selftest::aarch64_run_selftests.
16271         * config/i386/i386.c
16272         (selftest::ix86_test_loading_dump_fragment_1): New function.
16273         (selftest::ix86_test_loading_call_insn): New function.
16274         (selftest::ix86_test_loading_full_dump): New function.
16275         (selftest::ix86_test_loading_unspec): New function.
16276         (selftest::ix86_run_selftests): Call the new functions.
16277         * emit-rtl.c (maybe_set_max_label_num): New function.
16278         * emit-rtl.h (maybe_set_max_label_num): New decl.
16279         * function.c (instantiate_decls): Guard call to
16280         instantiate_decls_1 with if (DECL_INITIAL (fndecl)).
16281         * function-tests.c (selftest::verify_three_block_rtl_cfg): Remove
16282         "static".
16283         * gensupport.c (gen_reader::gen_reader): Pass "false"
16284         for new "compact" param of rtx_reader.
16285         * print-rtl.c (rtx_writer::print_rtx_operand): Print "(nil)"
16286         rather than an empty string for NULL strings.
16287         * read-md.c: Potentially include config.h rather than bconfig.h.
16288         Wrap include of errors.h with #ifdef GENERATOR_FILE.
16289         (have_error): New global, copied from errors.c.
16290         (md_reader::read_name): Rename to...
16291         (md_reader::read_name_1): ...this, adding "out_loc" param,
16292         and converting "missing name or number" to returning false, rather
16293         than failing.
16294         (md_reader::read_name): Reimplement in terms of read_name_1.
16295         (md_reader::read_name_or_nil): New function.
16296         (md_reader::read_string): Handle "(nil)" by returning NULL.
16297         (md_reader::md_reader): Add new param "compact".
16298         (md_reader::read_md_files): Wrap with #ifdef GENERATOR_FILE.
16299         (md_reader::read_file): New method.
16300         * read-md.h (md_reader::md_reader): Add new param "compact".
16301         (md_reader::read_file): New method.
16302         (md_reader::is_compact): New accessor.
16303         (md_reader::read_name): Convert return type from void to file_location.
16304         (md_reader::read_name_or_nil): New decl.
16305         (md_reader::read_name_1): New decl.
16306         (md_reader::m_compact): New field.
16307         (noop_reader::noop_reader): Pass "false" for new "compact" param
16308         of rtx_reader.
16309         (rtx_reader::rtx_reader): Add new "compact" param.
16310         (rtx_reader::read_rtx_operand): Make virtual and convert return
16311         type from void to rtx.
16312         (rtx_reader::read_until): New decl.
16313         (rtx_reader::handle_any_trailing_information): New virtual function.
16314         (rtx_reader::postprocess): New virtual function.
16315         (rtx_reader::finalize_string): New virtual function.
16316         (rtx_reader::m_in_call_function_usage): New field.
16317         (rtx_reader::m_reuse_rtx_by_id): New field.
16318         * read-rtl-function.c: New file.
16319         * selftest-rtl.c (selftest::assert_rtx_ptr_eq_at): New function.
16320         * selftest-rtl.h (ASSERT_RTX_PTR_EQ): New macro.
16321         (selftest::verify_three_block_rtl_cfg): New decl.
16322         * read-rtl-function.h: New file.
16323         * read-rtl.c: Potentially include config.h rather than bconfig.h.
16324         For host, include function.h, memmodel.h, and emit-rtl.h.
16325         (one_time_initialization): New function.
16326         (struct compact_insn_name): New struct.
16327         (compact_insn_names): New array.
16328         (find_code): Handle insn codes in compact dumps.
16329         (apply_subst_iterator): Wrap with #ifdef GENERATOR_FILE.
16330         (bind_subst_iter_and_attr): Likewise.
16331         (add_condition_to_string): Likewise.
16332         (add_condition_to_rtx): Likewise.
16333         (apply_attribute_uses): Likewise.
16334         (add_current_iterators): Likewise.
16335         (apply_iterators): Likewise.
16336         (initialize_iterators): Guard usage of apply_subst_iterator with
16337         #ifdef GENERATOR_FILE.
16338         (read_conditions): Wrap with #ifdef GENERATOR_FILE.
16339         (md_reader::read_mapping): Likewise.
16340         (add_define_attr_for_define_subst): Likewise.
16341         (add_define_subst_attr): Likewise.
16342         (read_subst_mapping): Likewise.
16343         (check_code_iterator): Likewise.
16344         (rtx_reader::read_rtx): Likewise.  Move one-time initialization
16345         logic to...
16346         (one_time_initialization): New function.
16347         (rtx_reader::read_until): New method.
16348         (read_flags): New function.
16349         (parse_reg_note_name): New function.
16350         (rtx_reader::read_rtx_code): Initialize "iterator" to NULL.
16351         Handle reuse_rtx ids.
16352         Wrap iterator lookup within #ifdef GENERATOR_FILE.
16353         Add parsing support for RTL dumps, mirroring the special-cases in
16354         print_rtx, by calling read_flags, reading REG_NOTE names, INSN_UID
16355         values, and calling handle_any_trailing_information.
16356         (rtx_reader::read_rtx_operand): Convert return type from void
16357         to rtx, returning return_rtx.  Handle case 'e'.  Call
16358         finalize_string on XSTR and XTMPL fields.
16359         (rtx_reader::read_nested_rtx):  Handle dumps in which trailing
16360          "(nil)" values were omitted.  Call the postprocess vfunc on the
16361         return_rtx.
16362         (rtx_reader::rtx_reader): Add new "compact" param and pass to base
16363         class ctor.  Initialize m_in_call_function_usage.  Call
16364         one_time_initialization.
16365         * rtl-tests.c (selftest::test_uncond_jump): Call
16366         set_new_first_and_last_insn.
16367         * rtl.h (read_rtx): Wrap decl with #ifdef GENERATOR_FILE.
16368         * selftest-rtl.c: New file.
16369         * selftest-rtl.h (class selftest::rtl_dump_test): New class.
16370         (selftest::get_insn_by_uid): New decl.
16371         * selftest-run-tests.c (selftest::run_tests): Call
16372         read_rtl_function_c_tests.
16373         * selftest.h  (selftest::read_rtl_function_c_tests): New decl.
16374         * tree-dfa.c (ssa_default_def): Return NULL_TREE for rtl function
16375         dumps.
16377 2017-01-05  Uros Bizjak  <ubizjak@gmail.com>
16379         * config/i386/i386.md (*testqi_ext_3): No need to handle memory
16380         operands in a special way.  Assert that pos+len <= mode precision.
16382 2017-01-05  Jakub Jelinek  <jakub@redhat.com>
16384         * common.opt (fvect-cost-model): Remove RejectNegative flag, use
16385         3 argument Alias with unlimited for the negative form.
16386         (fno-vect-cost-model): Removed.
16388 2017-01-05  Martin Liska  <mliska@suse.cz>
16390         * hsa-gen.c (gen_hsa_divmod): New function.
16391         (gen_hsa_insn_for_internal_fn_call): Use the function for IFN_DIVMOD.
16393 2017-01-05  Martin Liska  <mliska@suse.cz>
16395         PR pch/78970
16396         * gcc.c (lookup_compiler): Reject '-' filename for a precompiled
16397         header.
16399 2017-01-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16401         * config/s390/s390.c (s390_expand_setmem): Unroll the loop for
16402         small constant length operands.
16404 2017-01-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16406         * config/s390/s390.c (s390_expand_setmem): Avoid overlapping bytes
16407         between loop iterations.
16409 2017-01-05  Martin Liska  <mliska@suse.cz>
16411         PR sanitizer/78815
16412         * gimplify.c (gimplify_decl_expr): Compare to
16413         asan_poisoned_variables instread of checking flags.
16414         (gimplify_target_expr): Likewise.
16415         (gimplify_expr): Likewise.
16416         (gimplify_function_tree): Conditionally initialize
16417         asan_poisoned_variables.
16419 2017-01-04  Jeff Law  <law@redhat.com>
16421         PR tree-optimizatin/78812
16422         * rtl.h (contains_mem_rtx_p): Prototype.
16423         * ifcvt.c (containts_mem_rtx_p): Move from here to...
16424         * rtlanal.c (contains_mem_rtx_p): Here and remove static linkage.
16425         * gcse.c (prune_expressions): Use contains_mem_rtx_p to discover
16426         and prune MEMs that are not at the toplevel of a SET_SRC rtx.  Look
16427         through ZERO_EXTEND and SIGN_EXTEND when trying to avoid pruning MEMs.
16429 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
16431         * input.c (assert_char_at_range): Default-initialize actual_range.
16433 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
16435         * df-scan.c (df_ref_create_structure): Make regno unsigned,
16436         to match the caller.
16438 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
16440         * cfgexpand.c (expand_gimple_basic_block): Disregard debug
16441         insns after final jump in test to emit dummy move.
16443 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
16445         * gimple-iterator.h (gsi_one_nondebug_before_end_p): New.
16446         * tree-eh.c (cleanup_empty_eh): Skip more debug stmts.
16448 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
16450         * multiple_target.c (create_dispatcher_calls): Init e_next.
16451         * tree-ssa-loop-split.c (split_loop): Init border.
16452         * tree-vect-loop.c (vect_determine_vectorization_factor): Init
16453         scalar_type.
16455 2017-01-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
16457         PR target/71977
16458         PR target/70568
16459         PR target/78823
16460         * config/rs6000/predicates.md (sf_subreg_operand): New predicate.
16461         (altivec_register_operand): Do not return true if the operand
16462         contains a SUBREG mixing SImode and SFmode.
16463         (vsx_register_operand): Likewise.
16464         (vsx_reg_sfsubreg_ok): New predicate.
16465         (vfloat_operand): Do not return true if the operand contains a
16466         SUBREG mixing SImode and SFmode.
16467         (vint_operand): Likewise.
16468         (vlogical_operand): Likewise.
16469         (gpc_reg_operand): Likewise.
16470         (int_reg_operand): Likewise.
16471         * config/rs6000/rs6000-protos.h (valid_sf_si_move): Add declaration.
16472         * config/rs6000/rs6000.c (valid_sf_si_move): New function to
16473         determine if a MOVSI or MOVSF operation contains SUBREGs that mix
16474         SImode and SFmode.
16475         (rs6000_emit_move_si_sf_subreg): New helper function.
16476         (rs6000_emit_move): Call rs6000_emit_move_si_sf_subreg to possbily
16477         fixup SUBREGs involving SImode and SFmode.
16478         * config/rs6000/vsx.md (SFBOOL_*): New constants that are operand
16479         numbers for the new peephole2 optimization.
16480         (peephole2 for SFmode unions): New peephole2 to optimize cases in
16481         the GLIBC math library that do AND/IOR/XOR operations on single
16482         precision floating point.
16483         * config/rs6000/rs6000.h (TARGET_NO_SF_SUBREG): New internal
16484         target macros to say whether we need to avoid SUBREGs mixing
16485         SImode and SFmode.
16486         (TARGET_ALLOW_SF_SUBREG): Likewise.
16487         * config/rs6000/rs6000.md (UNSPEC_SF_FROM_SI): New unspecs.
16488         (UNSPEC_SI_FROM_SF): Likewise.
16489         (iorxor): Change spacing.
16490         (and_ior_xor): New iterator for AND, IOR, and XOR.
16491         (movsi_from_sf): New insns for SImode/SFmode SUBREG support.
16492         (movdi_from_sf_zero_ext): Likewise.
16493         (mov<mode>_hardfloat, FMOVE32 iterator): Use register_operand
16494         instead of gpc_reg_operand.  Add SImode/SFmode SUBREG support.
16495         (movsf_from_si): New insn for SImode/SFmode SUBREG support.
16496         (fma<mode>4): Use gpc_reg_operand instead of register_operand.
16497         (fms<mode>4): Likewise.
16498         (fnma<mode>4): Likewise.
16499         (fnms<mode>4): Likewise.
16500         (nfma<mode>4): Likewise.
16501         (nfms<mode>4): Likewise.
16503 2017-01-04  Marek Polacek  <polacek@redhat.com>
16505         PR c++/64767
16506         * doc/invoke.texi: Document -Wpointer-compare.
16508 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
16510         * optc-gen.awk: Emit #error for -W*/-f*/-m* Enum without
16511         RejectNegative.
16513         * dwarf2out.c (output_loc_list): Don't throw away 64K+ location
16514         descriptions for -gdwarf-5 and emit them as uleb128 instead of
16515         2-byte data.
16517 2017-01-04  Kelvin Nilsen  <kelvin@gcc.gnu.org>
16519         PR target/78056
16520         * doc/sourcebuild.texi (PowerPC-specific attributes): Add
16521         documentation of the powerpc_popcntb_ok attribute.
16522         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
16523         code to issue warning messages if a requested CPU configuration is
16524         not supported by the binary (assembler and loader) toolchain.
16525         (spe_init_builtins): Add two assertions to prevent ICE if attempt is
16526         made to define a built-in function that has been disabled.
16527         (paired_init_builtins): Add assertion to prevent ICE if attempt is
16528         made to define a built-in function that has been disabled.
16529         (altivec_init_builtins): Add comment explaining why definition
16530         of the DST built-in functions is not preceded by an assertion
16531         check.  Add assertions to prevent ICE if attempts are made to
16532         define an altivec predicate or an abs* built-in function that has
16533         been disabled.
16534         (htm_init_builtins): Add comment explaining why definition of the
16535         htm built-in functions is not preceded by an assertion check.
16537 2017-01-04  Jeff Law  <law@redhat.com>
16539         PR tree-optimizatin/67955
16540         * tree-ssa-alias.c (same_addr_size_stores_p): Check offsets first.
16541         Allow any SSA_VAR_P as the base objects.  Use integer_zerop.  Verify
16542         the points-to solution does not include pt_null.  Use DECL_PT_UID
16543         unconditionally.
16545 2017-01-04  Uros Bizjak  <ubizjak@gmail.com>
16547         * config/i386/i386.md (HI/SImode test with imm to QImode splitters):
16548         Use gen_int_mode instead of gen_lopwart for const_int operands.
16550 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
16552         PR tree-optimization/71563
16553         * match.pd: Simplify X << Y into X if Y is known to be 0 or
16554         out of range value - has low bits known to be zero.
16556 2017-01-04  Alan Modra  <amodra@gmail.com>
16558         * Makefile.in (aclocal_deps): Update and order as per aclocal.m4.
16559         * configure: Regenerate.
16560         * config.in: Regenerate.
16562 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
16564         PR bootstrap/77569
16565         * input.c (ebcdic_execution_charset::on_error): Don't use strstr for
16566         a substring of the message, but strcmp with the whole message.  Ifdef
16567         ENABLE_NLS, translate the message first using dgettext.
16569 2017-01-03  Jeff Law  <law@redhat.com>
16571         PR tree-optimizatin/78856
16572         * tree-ssa-threadupdate.c: Include tree-vectorizer.h.
16573         (mark_threaded_blocks): Remove code to truncate thread paths that
16574         cross multiple loop headers.  Instead invalidate the cached loop
16575         iteration information and handle case of a thread path walking
16576         into an irreducible region.
16578 2017-01-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
16580         PR target/78900
16581         * config/rs6000/rs6000.c (rs6000_split_signbit): Change some
16582         assertions.  Add support for doing the signbit if the IEEE 128-bit
16583         floating point value is in a GPR.
16584         * config/rs6000/rs6000.md (Fsignbit): Delete.
16585         (signbit<mode>2_dm): Delete using <Fsignbit> and just use "wa".
16586         Update the length attribute if the value is in a GPR.
16587         (signbit<mode>2_dm_<su>ext): Add combiner pattern to eliminate
16588         the sign or zero extension instruction, since the value is always 0/1.
16589         (signbit<mode>2_dm2): Delete using <Fsignbit>.
16591         PR target/78953
16592         * config/rs6000/vsx.md (vsx_extract_<mode>_store_p9): If we are
16593         extracting SImode to a GPR register so that we can generate a
16594         store, limit the vector to be in a traditional Altivec register
16595         for the vextuwrx instruction.
16597 2017-01-03  Ian Lance Taylor  <iant@google.com>
16599         * godump.c (go_format_type): Treat ENUMERAL_TYPE like INTEGER_TYPE.
16601 2017-01-03  Martin Sebor  <msebor@redhat.com>
16603         PR tree-optimization/78696
16604         * gimple-ssa-sprintf.c (format_floating): Correct handling of
16605         precision.  Use MPFR for %f for greater fidelity.  Correct handling
16606         of %g.
16607         (pass_sprintf_length::compute_format_length): Set width and precision
16608         specified by asrerisk to void_node for vararg functions.
16609         (try_substitute_return_value): Adjust dump output.
16611 2017-01-03  David Edelsohn  <dje.gcc@gmail.com>
16613         * doc/invoke.texi (RS6000 options): LRA is enabled by default.
16615 2017-01-03  Eric Botcazou  <ebotcazou@adacore.com>
16617         * doc/invoke.texi (SPARC options): Document -mlra as the default.
16618         * config/sparc/sparc.c (sparc_option_override): Force LRA unless
16619         -mlra/-mno-lra was passed to the compiler.
16621 2017-01-03  James Cowgill  <James.Cowgill@imgtec.com>
16623         PR rtl-optimization/65618
16624         * emit-rtl.c (try_split): Move initialization of "before" and
16625         "after" to just before the call to emit_insn_after_setloc.
16627 2017-01-03  Gerald Pfeifer  <gerald@pfeifer.com>
16629         * doc/md.texi (Standard Names): Remove reference to Java frontend.
16631 2017-01-03  Pierre-Marie de Rodat  <derodat@adacore.com>
16633         * dwarf2out.c (gen_enumeration_type_die): When
16634         -gno-strict-dwarf, add a DW_AT_encoding attribute.
16636 2017-01-03  Jakub Jelinek  <jakub@redhat.com>
16638         PR tree-optimization/78965
16639         * gimple-ssa-sprintf.c (pass_sprintf_length::compute_format_length):
16640         Change first argument from const call_info & to call_info &.  For %n
16641         set info.nowrite to false.
16643         PR middle-end/78901
16644         * gimple-ssa-sprintf.c (try_substitute_return_value): Don't change
16645         possibly throwing calls.
16647         * genmatch.c (dt_node::gen_kids_1): If generic_exprs include SSA_NAME
16648         and exprs_len || fns_len, emit the code for SSA_NAME next to the exprs
16649         and fns handling, rather than in a separate case SSA_NAME.
16651 2017-01-02  Jeff Law  <law@redhat.com>
16653         * config/darwin-driver.c (darwin_driver_init): Const-correctness
16654         fixes for first_period and second_period variables.
16656 2017-01-02  Uros Bizjak  <ubizjak@gmail.com>
16658         PR target/78967
16659         * config/i386/i386.md (UNSPEC_NOREX_MEM): New unspec.
16660         (*insvqi_1): New insn pattern.
16661         (*insvqi_1_mem_rex64): Ditto.
16662         (*insvqi_2): Ditto.
16663         (*insvqi_3): Rename from *insvqi.
16665         (*extzvqi_mem_rex64): Add UNSPEC_NOREX_MEM tag.
16667 2017-01-02  Gerald Pfeifer  <gerald@pfeifer.com>
16669         * doc/cfg.texi (Edges): Remove reference to Java.
16670         (Maintaining the CFG): Ditto.
16672 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
16674         PR middle-end/77674
16675         * symtab.c (symtab_node::binds_to_current_def_p): Fix handling of
16676         transparent aliases.
16678 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
16680         PR middle-end/77484
16681         * predict.def (PRED_CALL): Update hitrate.
16682         (PRED_INDIR_CALL, PRED_POLYMORPHIC_CALL): New predictors.
16683         * predict.c (tree_estimate_probability_bb): Split CALL predictor
16684         into direct/indirect/polymorphic variants.
16686 2017-01-01  Jakub Jelinek  <jakub@redhat.com>
16688         Update copyright years.
16690         * gcc.c (process_command): Update copyright notice dates.
16691         * gcov-dump.c (print_version): Ditto.
16692         * gcov.c (print_version): Ditto.
16693         * gcov-tool.c (print_version): Ditto.
16694         * gengtype.c (create_file): Ditto.
16695         * doc/cpp.texi: Bump @copying's copyright year.
16696         * doc/cppinternals.texi: Ditto.
16697         * doc/gcc.texi: Ditto.
16698         * doc/gccint.texi: Ditto.
16699         * doc/gcov.texi: Ditto.
16700         * doc/install.texi: Ditto.
16701         * doc/invoke.texi: Ditto.
16703 Copyright (C) 2017 Free Software Foundation, Inc.
16705 Copying and distribution of this file, with or without modification,
16706 are permitted in any medium without royalty provided the copyright
16707 notice and this notice are preserved.