2017-09-18 Jeff Law <law@redhat.com>
[official-gcc.git] / gcc / ChangeLog
blobb80126114053578fe435690d32cde2cee35ff5e5
1 2017-09-19  Jeff Law  <law@redhat.com>
3         * explow.c: Include "params.h".
4         (anti_adjust_stack_and_probe_stack_clash): New function.
5         (get_stack_check_protect): Likewise.
6         (compute_stack_clash_protection_loop_data): Likewise.
7         (emit_stack_clash_protection_loop_start): Likewise.
8         (emit_stack_clash_protection_loop_end): Likewise.
9         (allocate_dynamic_stack_space): Use get_stack_check_protect.
10         Use anti_adjust_stack_and_probe_stack_clash.
11         * explow.h (compute_stack_clash_protection_loop_data): Prototype.
12         (emit_stack_clash_protection_loop_start): Likewise.
13         (emit_stack_clash_protection_loop_end): Likewise.
14         * rtl.h (get_stack_check_protect): Prototype.
15         * target.def (stack_clash_protection_final_dynamic_probe): New hook.
16         * targhooks.c (default_stack_clash_protection_final_dynamic_probe): New.
17         * targhooks.h (default_stack_clash_protection_final_dynamic_probe): 
18         Prototype.
19         * doc/tm.texi.in (TARGET_STACK_CLASH_PROTECTION_FINAL_DYNAMIC_PROBE):
20         Add @hook.
21         * doc/tm.texi: Rebuilt.
22         * config/aarch64/aarch64.c (aarch64_expand_prologue): Use
23         get_stack_check_protect.
24         * config/alpha/alpha.c (alpha_expand_prologue): Likewise.
25         * config/arm/arm.c (arm_expand_prologue): Likewise.
26         (arm_frame_pointer_required): Likewise.
27         * config/i386/i386.c (ix86_expand_prologue): Likewise.
28         * config/ia64/ia64.c (ia64_expand_prologue): Likewise.
29         * config/mips/mips.c (mips_expand_prologue): Likewise.
30         * config/powerpcspe/powerpcspe.c (rs6000_emit_prologue): Likewise.
31         * config/rs6000/rs6000.c (rs6000_emit_prologue): Likewise.
32         * config/sparc/sparc.c (sparc_expand_prologue): Likewise.
33         (sparc_flat_expand_prologue): Likewise.
35         * common.opt (-fstack-clash-protection): New option.
36         * flag-types.h (enum stack_check_type): Note difference between
37         -fstack-check= and -fstack-clash-protection.
38         * params.def (PARAM_STACK_CLASH_PROTECTION_GUARD_SIZE): New PARAM.
39         (PARAM_STACK_CLASH_PROTECTION_PROBE_INTERVAL): Likewise.
40         * toplev.c (process_options): Issue warnings/errors for cases
41         not handled with -fstack-clash-protection.
42         * doc/invoke.texi (-fstack-clash-protection): Document new option.
43         (-fstack-check): Note additional problem with -fstack-check=generic.
44         Note that -fstack-check is primarily for Ada and refer users
45         to -fstack-clash-protection for stack-clash-protection.
46         Document new params for stack clash protection.
48 2017-09-19  Uros Bizjak  <ubizjak@gmail.com>
50         * config/i386/i386.md (*scc_bt<mode>): New insn_and_split pattern.
51         (*scc_bt<mode>_1): Ditto.
52         (*scc_bt<mode>_mask): Ditto.
54 2017-09-19  Uros Bizjak  <ubizjak@gmail.com>
56         * config/i386/i386.c (ix86_split_long_move): Do not handle
57         address used for LEA in a special way.
59 2017-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
61         * simplify-rtx.c (simplify_binary_operation_1): Fix typo in comment.
63 2017-09-19  Martin Sebor  <msebor@redhat.com>
65         PR c/81854
66         * cgraphunit.c (handle_alias_pairs): Reject aliases between functions
67         of incompatible types.
69 2017-09-19  Will Schmidt  <will_schmidt@vnet.ibm.com>
71         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
72         for early folding of vector loads (ALTIVEC_BUILTIN_LVX_*).
73         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
74         Remove obsoleted code for handling ALTIVEC_BUILTIN_VEC_LD.
76 2017-09-19  Richard Biener  <rguenther@suse.de>
78         PR tree-optimization/82244
79         * tree-vrp.c (remove_range_assertions): Do not propagate
80         a constant to abnormals but replace the assert with a copy.
82 2017-09-19  Alexander Monakov  <amonakov@ispras.ru>
84         PR rtl-optimization/57878
85         PR rtl-optimization/68988
86         * lra-assigns.c (reload_pseudo_compare_func): Remove fragmentation
87         avoidance test involving non_reload_pseudos.  Move frequency test
88         below the general fragmentation avoidance test.
90 2017-09-19  Richard Biener  <rguenther@suse.de>
92         PR tree-optimization/69728
93         * graphite-sese-to-poly.c (schedule_error): New global.
94         (add_loop_schedule): Handle empty domain by failing the
95         schedule.
96         (build_original_schedule): Handle schedule_error.
98 2017-09-19  Richard Biener  <rguenther@suse.de>
100         * graphite-scop-detection.c (scop_detection::can_represent_loop):
101         Do not iterate to sibling loops but only to siblings of inner
102         loops.
104 2017-09-18  Andreas Schwab  <schwab@linux-m68k.org>
106         PR target/81613
107         * config/m68k/m68k.md (moveq feeding equality comparison): Check
108         that the registers are different.
110 2017-09-18  Uros Bizjak  <ubizjak@gmail.com>
112         * config/i386/i386.c (fold_builtin_cpu): Add M_AMDFAM17H
113         to processor_model and "amdfam17h" to arch_names_table.
114         * doc/extend.texi (__builtin_cpu_is): Document amdfam17h CPU name.
116 2017-09-18  Jakub Jelinek  <jakub@redhat.com>
118         PR c/82234
119         * doc/extend.texi: Add @findex entry for __builtin_shuffle.
121 2017-09-18  Richard Sandiford  <richard.sandiford@linaro.org>
122             Alan Hayward  <alan.hayward@arm.com>
123             David Sherwood  <david.sherwood@arm.com>
125         * tree-vectorizer.h (vect_slp_analyze_operations): Replace parameters
126         with a vec_info *.
127         * tree-vect-loop.c (vect_analyze_loop_operations): Update call
128         accordingly.
129         * tree-vect-slp.c (vect_slp_analyze_node_operations): Add vec_info *
130         parameter.  Set SLP_TREE_NUMBER_OF_VEC_STMTS here rather than in
131         vect_schedule_slp_instance.
132         (vect_slp_analyze_operations): Replace parameters with a vec_info *.
133         Update call to vect_slp_analyze_node_operations.  Simplify return
134         value.
135         (vect_slp_analyze_bb_1): Update call accordingly.
136         (vect_schedule_slp_instance): Remove vectorization_factor parameter.
137         Don't calculate SLP_TREE_NUMBER_OF_VEC_STMTS here.
138         (vect_schedule_slp): Update call accordingly.
140 2017-09-18  Richard Sandiford  <richard.sandiford@linaro.org>
141             Alan Hayward  <alan.hayward@arm.com>
142             David Sherwood  <david.sherwood@arm.com>
144         * tree-vect-data-refs.c (vect_get_smallest_scalar_type): Cope
145         with types that aren't in fact scalar.
147 2017-09-18  Richard Sandiford  <richard.sandiford@linaro.org>
149         * tree-vect-slp.c (vect_record_max_nunits): New function,
150         split out from...
151         (vect_build_slp_tree_1): ...here.
152         (vect_build_slp_tree_2): Call it for phis too.
154 2017-09-18  Richard Sandiford  <richard.sandiford@linaro.org>
156         * tree-vect-stmts.c (vectorizable_mask_load_store): Pass mask_vectype
157         to vect_get_vec_def_for_operand when getting the mask operand.
159 2017-09-18  Richard Sandiford  <richard.sandiford@linaro.org>
160             Alan Hayward  <alan.hayward@arm.com>
161             David Sherwood  <david.sherwood@arm.com>
163         * tree-vect-loop.c (vectorizable_live_operation): Fix type of
164         bitstart.
166 2017-09-18  Richard Sandiford  <richard.sandiford@linaro.org>
167             Alan Hayward  <alan.hayward@arm.com>
168             David Sherwood  <david.sherwood@arm.com>
170         * tree-vect-loop.c (vectorizable_live_operation): Fix element size
171         calculation for vector booleans.
173 2017-09-18  Richard Sandiford  <richard.sandiford@linaro.org>
174             Alan Hayward  <alan.hayward@arm.com>
175             David Sherwood  <david.sherwood@arm.com>
177         * tree-vect-stmts.c (can_vectorize_live_stmts): New function,
178         split out from...
179         (vect_transform_stmt): ...here.
180         (vect_analyze_stmt): Use it instead of calling
181         vectorizable_live_operation directly.
183 2017-09-18  Cesar Philippidis  <cesar@codesourcery.com>
185         * omp-offload.c (oacc_xform_loop): Enable SIMD vectorization on
186         non-SIMT targets in acc vector loops.
188 2017-09-18  Claudiu Zissulescu  <claziss@synopsys.com>
190         * configure.ac: Add arc and check if assembler supports gdwarf2.
191         * configure: Regenerate.
193 2017-09-18  Richard Biener  <rguenther@suse.de>
195         PR tree-optimization/82220
196         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Exclude
197         epilogue niters from the min_profitable_iters compute.
199 2017-09-18  Jakub Jelinek  <jakub@redhat.com>
201         PR target/82145
202         * config/i386/i386.c (ix86_init_large_pic_reg): Revert 2017-09-01
203         changes.  Turn CODE_LABEL into NOTE_INSN_DELETED_LABEL immediately.
204         (ix86_init_pic_reg): Revert 2017-09-01 changes.
206 2017-09-18  Eric Botcazou  <ebotcazou@adacore.com>
208         PR target/81361
209         * dwarf2cfi.c (add_cfis_to_fde): Do not generate DW_CFA_set_loc after
210         switching to a new text section.
212 2017-09-18  Richard Biener  <rguenther@suse.de>
214         * graphite-scop-detection.c (scop_detection::stmt_has_simple_data_ref):
215         Simplify.
216         (build_alias_set): Reject aliases with no access function.
218 2017-09-18  Richard Biener  <rguenther@suse.de>
220         PR tree-optimization/79622
221         * graphite-scop-detection.c (build_cross_bb_scalars_def): Properly
222         handle PHIs.
223         (build_cross_bb_scalars_use): Likewise.
225 2017-09-18  Pierre-Marie de Rodat  <derodat@adacore.com>
227         * cgraph.h (cgraph_thunk_info): Fix a typo in a comment.
229 2017-09-18  Alan Modra  <amodra@gmail.com>
231         PR target/81996
232         * gcc/config/rs6000/rs6000.c (rs6000_return_addr): Use
233         stack_pointer_rtx for count 0.  Update comments.  Break up
234         large rtl expression.
236 2017-09-17  Daniel Santos  <daniel.santos@pobox.com>
238         config/i386/i386.c: (xlogue_layout::STUB_NAME_MAX_LEN): Increase to 20
239         bytes.
240         (xlogue_layout::s_stub_names): Add an additional size-2 diminsion.
241         (xlogue_layout::get_stub_name): Modify to select the appropairate sse
242         or avx version of the stub.
244 2017-09-17  H.J. Lu  <hongjiu.lu@intel.com>
246         PR target/82166
247         * config/i386/i386.c (ix86_finalize_stack_frame_flags): Properly
248         compute the minimum stack alignment.  Also update preferred stack
249         boundary for leaf functions.
251 2017-09-16  Richard Sandiford  <richard.sandiford@linaro.org>
253         PR tree-optimization/82228
254         * tree-vect-loop.c (vectorizable_live_operation): Move initialization
255         of ncopies.
257 2017-09-16  Chung-Ju Wu  <jasonwucj@gmail.com>
259         * common/config/nds32/nds32-common.c
260         (nds32_option_optimization_table): Refine formatting.
261         (nds32_option_optimization_table): Use -fsched-pressure and
262         -fomit-frame-pointer for specific optimization level.
264 2017-09-16  Chung-Ju Wu  <jasonwucj@gmail.com>
266         * config/nds32/nds32.c: Refine formatting and comments.
267         * config/nds32/nds32.h: Likewise.
268         * config/nds32/nds32.md: Likewise.
269         * config/nds32/nds32-cost.c: Likewise.
270         * config/nds32/nds32-isr.c: Likewise.
271         * config/nds32/nds32-md-auxiliary.c: Likewise.
272         * config/nds32/nds32-multiple.md: Likewise.
273         * config/nds32/nds32-predicates.c: Likewise.
275 2017-09-15  Andrew Sutton  <andrew.n.sutton@gmail.com>
276             Jakub Jelinek  <jakub@redhat.com>
278         Add support for -std=c++2a.
279         * doc/cpp.texi (__cplusplus): Document value for -std=c++2a
280         or -std=gnu+2a.
281         * doc/invoke.texi: Document -std=c++2a and -std=gnu++2a.
283 2017-09-15  Steve Ellcey  <sellcey@cavium.com>
285         PR target/82066
286         * doc/extend.texi (Common Function Attributes): Add 
287         references to ARM, AArch64, and S/390 specific attributes.
288         (Function Specific Option Pragmas): Add AArch64 and S/390
289         to list of back ends that support the target pragma.
291 2017-09-15  Nathan Sidwell  <nathan@acm.org>
293         * doc/standards.texi: Fix C++17 description.  Update URLs for
294         C++11 & 14.
296 2017-09-15  Bernd Edlinger  <bernd.edlinger@hotmail.de>
298         * common.opt (Wcast-align=strict): New warning option.
299         * doc/invoke.texi: Document -Wcast-align=strict. 
301 2017-09-15  Pierre-Marie de Rodat  <derodat@adacore.com>
303         * cgraph.h (cgraph_thunk_info): Add comments.
304         * cgraph.c (cgraph_node::create_thunk): Adjust comment, make
305         assert for VIRTUAL_* arguments stricter.
307 2017-09-15  Jackson Woodruff  <jackson.woodruff@arm.com>
309         PR tree-optimization/71026
310         * match.pd: Move RDIV patterns from fold-const.c
311         * fold-const.c (distribute_real_division): Removed.
312         (fold_binary_loc): Remove calls to distribute_real_divison.
314 2017-09-15  Jakub Jelinek  <jakub@redhat.com>
316         * doc/invoke.texi: Document -std=c++17 and -std=gnu++17 and document
317         c++1z and gnu++1z as deprecated.  Change other references to
318         -std=c++1z to -std=c++17 and -std=gnu++1z to -std=gnu++17.
319         Change -Wc++1z-compat to -Wc++17-compat.
320         * doc/cpp.texi: Document -std=c++17 defines __cplusplus 201703L.
321         * dwarf2out.c (highest_c_language): Handle C++17.
322         (gen_compile_unit_die): Likewise.
324 2017-09-15  Jakub Jelinek  <jakub@redhat.com>
326         PR rtl-optimization/82192
327         * combine.c (make_extraction): Don't look through non-paradoxical
328         SUBREGs or TRUNCATE if pos + len is or might be bigger than
329         inner's mode.
331 2017-09-15  Richard Sandiford  <richard.sandiford@linaro.org>
332             Alan Hayward  <alan.hayward@arm.com>
333             David Sherwood  <david.sherwood@arm.com>
335         * target.def (function_arg_offset): New hook.
336         * targhooks.h (default_function_arg_offset): Declare.
337         * targhooks.c (default_function_arg_offset): New function.
338         * function.c (locate_and_pad_parm): Use
339         targetm.calls.function_arg_offset instead of FUNCTION_ARG_OFFSET.
340         * doc/tm.texi.in (FUNCTION_ARG_OFFSET): Replace with...
341         (TARGET_FUNCTION_ARG_OFFSET): ...this.
342         * doc/tm.texi: Regenerate.
343         * config/spu/spu.h (FUNCTION_ARG_OFFSET): Delete.
344         * config/spu/spu.c (spu_function_arg_offset): New function.
345         (TARGET_FUNCTION_ARG_OFFSET): Redefine.
346         * system.h (FUNCTION_ARG_OFFSET): Poison.
348 2017-09-15  Richard Sandiford  <richard.sandiford@linaro.org>
349             Alan Hayard  <alan.hayward@arm.com>
350             David Sherwood  <david.sherwood@arm.com>
352         * target.def (truly_noop_truncation): New hook.
353         (mode_rep_extended): Refer to TARGET_TRULY_NOOP_TRUNCATION rather
354         than TRULY_NOOP_TRUNCATION.
355         * hooks.h (hook_bool_uint_uint_true): Declare.
356         * hooks.c (hook_bool_uint_uint_true): New function.
357         * doc/tm.texi.in (TRULY_NOOP_TRUNCATION): Replace with...
358         (TARGET_TRULY_NOOP_TRUNCATION): ...this.
359         * doc/tm.texi: Regenerate.
360         * combine.c (make_extraction): Refer to TARGET_TRULY_NOOP_TRUNCATION
361         rather than TRULY_NOOP_TRUNCATION in comments.
362         (simplify_comparison): Likewise.
363         (record_truncated_value): Likewise.
364         * expmed.c (extract_bit_field_1): Likewise.
365         (extract_split_bit_field): Likewise.
366         * convert.c (convert_to_integer_1): Use targetm.truly_noop_truncation
367         instead of TRULY_NOOP_TRUNCATION.
368         * function.c (assign_parm_setup_block): Likewise.
369         * machmode.h (TRULY_NOOP_TRUNCATION_MODES_P): Likewise.
370         * rtlhooks.c: Include target.h.
371         * config/aarch64/aarch64.h (TRULY_NOOP_TRUNCATION): Delete.
372         * config/alpha/alpha.h (TRULY_NOOP_TRUNCATION): Delete.
373         * config/arc/arc.h (TRULY_NOOP_TRUNCATION): Delete.
374         * config/arm/arm.h (TRULY_NOOP_TRUNCATION): Delete.
375         * config/avr/avr.h (TRULY_NOOP_TRUNCATION): Delete.
376         * config/bfin/bfin.h (TRULY_NOOP_TRUNCATION): Delete.
377         * config/c6x/c6x.h (TRULY_NOOP_TRUNCATION): Delete.
378         * config/cr16/cr16.h (TRULY_NOOP_TRUNCATION): Delete.
379         * config/cris/cris.h (TRULY_NOOP_TRUNCATION): Delete.
380         * config/epiphany/epiphany.h (TRULY_NOOP_TRUNCATION): Delete.
381         * config/fr30/fr30.h (TRULY_NOOP_TRUNCATION): Delete.
382         * config/frv/frv.h (TRULY_NOOP_TRUNCATION): Delete.
383         * config/ft32/ft32.h (TRULY_NOOP_TRUNCATION): Delete.
384         * config/h8300/h8300.h (TRULY_NOOP_TRUNCATION): Delete.
385         * config/i386/i386.h (TRULY_NOOP_TRUNCATION): Delete.
386         * config/ia64/ia64.h (TRULY_NOOP_TRUNCATION): Delete.
387         * config/iq2000/iq2000.h (TRULY_NOOP_TRUNCATION): Delete.
388         * config/lm32/lm32.h (TRULY_NOOP_TRUNCATION): Delete.
389         * config/m32c/m32c.h (TRULY_NOOP_TRUNCATION): Delete.
390         * config/m32r/m32r.h (TRULY_NOOP_TRUNCATION): Delete.
391         * config/m68k/m68k.h (TRULY_NOOP_TRUNCATION): Delete.
392         * config/mcore/mcore.h (TRULY_NOOP_TRUNCATION): Delete.
393         * config/microblaze/microblaze.h (TRULY_NOOP_TRUNCATION): Delete.
394         * config/mips/mips.h (TRULY_NOOP_TRUNCATION): Delete.
395         * config/mips/mips.c (mips_truly_noop_truncation): New function.
396         (TARGET_TRULY_NOOP_TRUNCATION): Redefine.
397         * config/mips/mips.md: Refer to TARGET_TRULY_NOOP_TRUNCATION
398         rather than TRULY_NOOP_TRUNCATION in comments.
399         * config/mmix/mmix.h (TRULY_NOOP_TRUNCATION): Delete.
400         * config/mn10300/mn10300.h (TRULY_NOOP_TRUNCATION): Delete.
401         * config/moxie/moxie.h (TRULY_NOOP_TRUNCATION): Delete.
402         * config/msp430/msp430.h (TRULY_NOOP_TRUNCATION): Delete.
403         * config/nds32/nds32.h (TRULY_NOOP_TRUNCATION): Delete.
404         * config/nios2/nios2.h (TRULY_NOOP_TRUNCATION): Delete.
405         * config/nvptx/nvptx.h (TRULY_NOOP_TRUNCATION): Delete.
406         * config/pa/pa.h (TRULY_NOOP_TRUNCATION): Delete.
407         * config/pdp11/pdp11.h (TRULY_NOOP_TRUNCATION): Delete.
408         * config/powerpcspe/powerpcspe.h (TRULY_NOOP_TRUNCATION): Delete.
409         * config/riscv/riscv.h (TRULY_NOOP_TRUNCATION): Delete.
410         * config/riscv/riscv.md: Refer to TARGET_TRULY_NOOP_TRUNCATION
411         rather than TRULY_NOOP_TRUNCATION in comments.
412         * config/rl78/rl78.h (TRULY_NOOP_TRUNCATION): Delete.
413         * config/rs6000/rs6000.h (TRULY_NOOP_TRUNCATION): Delete.
414         * config/rx/rx.h (TRULY_NOOP_TRUNCATION): Delete.
415         * config/s390/s390.h (TRULY_NOOP_TRUNCATION): Delete.
416         * config/sh/sh.h (MAYBE_BASE_REGISTER_RTX_P): Remove
417         TRULY_NOOP_TRUNCATION condition.
418         (MAYBE_INDEX_REGISTER_RTX_P): Likewise.
419         (TRULY_NOOP_TRUNCATION): Delete.
420         * config/sparc/sparc.h (TRULY_NOOP_TRUNCATION): Delete.
421         * config/spu/spu.h (TRULY_NOOP_TRUNCATION): Delete.
422         * config/spu/spu.c (spu_truly_noop_truncation): New function.
423         (TARGET_TRULY_NOOP_TRUNCATION): Redefine.
424         * config/stormy16/stormy16.h (TRULY_NOOP_TRUNCATION): Delete.
425         * config/tilegx/tilegx.h (TRULY_NOOP_TRUNCATION): Delete.
426         * config/tilegx/tilegx.c (tilegx_truly_noop_truncation): New fuction.
427         (TARGET_TRULY_NOOP_TRUNCATION): Redefine.
428         * config/tilegx/tilegx.md: Refer to TARGET_TRULY_NOOP_TRUNCATION
429         rather than TRULY_NOOP_TRUNCATION in comments.
430         * config/tilepro/tilepro.h (TRULY_NOOP_TRUNCATION): Delete.
431         * config/v850/v850.h (TRULY_NOOP_TRUNCATION): Delete.
432         * config/vax/vax.h (TRULY_NOOP_TRUNCATION): Delete.
433         * config/visium/visium.h (TRULY_NOOP_TRUNCATION): Delete.
434         * config/xtensa/xtensa.h (TRULY_NOOP_TRUNCATION): Delete.
435         * system.h (TRULY_NOOP_TRUNCATION): Poison.
437 2017-09-15  Christophe Lyon  <christophe.lyon@linaro.org>
439         PR target/67591
440         * config/arm/arm.md (*cmp_and): Add enabled_for_depr_it attribute.
441         (*cmp_ior): Likewise.
442         (*ior_scc_scc): Add alternative for enabled_for_depr_it attribute.
443         (*ior_scc_scc_cmp): Likewise.
444         (*and_scc_scc): Likewise.
445         (*and_scc_scc_cmp): Likewise.
447 2017-09-15  Richard Sandiford  <richard.sandiford@linaro.org>
448             Alan Hayard  <alan.hayward@arm.com>
449             David Sherwood  <david.sherwood@arm.com>
451         * target.def (can_change_mode_class): New hook.
452         (mode_rep_extended): Refer to it instead of CANNOT_CHANGE_MODE_CLASS.
453         (hard_regno_nregs): Likewise.
454         * hooks.h (hook_bool_mode_mode_reg_class_t_true): Declare.
455         * hooks.c (hook_bool_mode_mode_reg_class_t_true): New function.
456         * doc/tm.texi.in (CANNOT_CHANGE_MODE_CLASS): Replace with...
457         (TARGET_CAN_CHANGE_MODE_CLASS): ...this.
458         (LOAD_EXTEND_OP): Update accordingly.
459         * doc/tm.texi: Regenerate.
460         * doc/rtl.texi: Refer to TARGET_CAN_CHANGE_MODE_CLASS instead of
461         CANNOT_CHANGE_MODE_CLASS.
462         * hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): Replace with...
463         (REG_CAN_CHANGE_MODE_P): ...this new macro.
464         * combine.c (simplify_set): Update accordingly.
465         * emit-rtl.c (validate_subreg): Likewise.
466         * recog.c (general_operand): Likewise.
467         * regcprop.c (mode_change_ok): Likewise.
468         * reload1.c (choose_reload_regs): Likewise.
469         (inherit_piecemeal_p): Likewise.
470         * rtlanal.c (simplify_subreg_regno): Likewise.
471         * postreload.c (reload_cse_simplify_set): Use REG_CAN_CHANGE_MODE_P
472         instead of CANNOT_CHANGE_MODE_CLASS.
473         (reload_cse_simplify_operands): Likewise.
474         * reload.c (push_reload): Use targetm.can_change_mode_class
475         instead of CANNOT_CHANGE_MODE_CLASS.
476         (push_reload): Likewise.  Also use REG_CAN_CHANGE_MODE_P instead of
477         REG_CANNOT_CHANGE_MODE_P.
478         * config/alpha/alpha.h (CANNOT_CHANGE_MODE_CLASS): Delete.
479         * config/alpha/alpha.c (alpha_can_change_mode_class): New function.
480         (TARGET_CAN_CHANGE_MODE_CLASS): Redefine.
481         * config/arm/arm.h (CANNOT_CHANGE_MODE_CLASS): Delete.
482         * config/arm/arm.c (TARGET_CAN_CHANGE_MODE_CLASS): Redefine.
483         (arm_can_change_mode_class): New function.
484         * config/arm/neon.md: Refer to TARGET_CAN_CHANGE_MODE_CLASS rather
485         than CANNOT_CHANGE_MODE_CLASS in comments.
486         * config/i386/i386.h (CANNOT_CHANGE_MODE_CLASS): Delete.
487         * config/i386/i386-protos.h (ix86_cannot_change_mode_class): Delete.
488         * config/i386/i386.c (ix86_cannot_change_mode_class): Replace with...
489         (ix86_can_change_mode_class): ...this new function, inverting the
490         sense of the return value.
491         (TARGET_CAN_CHANGE_MODE_CLASS): Redefine.
492         * config/ia64/ia64.h (CANNOT_CHANGE_MODE_CLASS): Delete.
493         * config/ia64/ia64.c (TARGET_CAN_CHANGE_MODE_CLASS): Redefine.
494         (ia64_can_change_mode_class): New function.
495         * config/m32c/m32c.h (CANNOT_CHANGE_MODE_CLASS): Delete.
496         * config/m32c/m32c-protos.h (m32c_cannot_change_mode_class): Delete.
497         * config/m32c/m32c.c (m32c_cannot_change_mode_class): Replace with...
498         (m32c_can_change_mode_class): ...this new function, inverting the
499         sense of the return value.
500         (TARGET_CAN_CHANGE_MODE_CLASS): Redefine.
501         * config/mips/mips.h (CANNOT_CHANGE_MODE_CLASS): Delete.
502         * config/mips/mips-protos.h (mips_cannot_change_mode_class): Delete.
503         * config/mips/mips.c (mips_cannot_change_mode_class): Replace with...
504         (mips_can_change_mode_class): ...this new function, inverting the
505         sense of the return value.
506         (TARGET_CAN_CHANGE_MODE_CLASS): Redefine.
507         * config/msp430/msp430.h (CANNOT_CHANGE_MODE_CLASS): Delete.
508         * config/msp430/msp430.c (TARGET_CAN_CHANGE_MODE_CLASS): Redefine.
509         (msp430_can_change_mode_class): New function.
510         * config/nvptx/nvptx.h (CANNOT_CHANGE_MODE_CLASS): Delete.
511         * config/nvptx/nvptx.c (nvptx_can_change_mode_class): New function.
512         (TARGET_CAN_CHANGE_MODE_CLASS): Redefine.
513         * config/pa/pa32-regs.h (CANNOT_CHANGE_MODE_CLASS): Delete.
514         * config/pa/pa64-regs.h (CANNOT_CHANGE_MODE_CLASS): Delete.
515         * config/pa/pa-protos.h (pa_cannot_change_mode_class): Delete.
516         * config/pa/pa.c (TARGET_CAN_CHANGE_MODE_CLASS): Redefine.
517         (pa_cannot_change_mode_class): Replace with...
518         (pa_can_change_mode_class): ...this new function, inverting the
519         sense of the return value.
520         (pa_modes_tieable_p): Refer to TARGET_CAN_CHANGE_MODE_CLASS rather
521         than CANNOT_CHANGE_MODE_CLASS in comments.
522         * config/pdp11/pdp11.h (CANNOT_CHANGE_MODE_CLASS): Delete.
523         * config/pdp11/pdp11-protos.h (pdp11_cannot_change_mode_class): Delete.
524         * config/pdp11/pdp11.c (TARGET_CAN_CHANGE_MODE_CLASS): Redefine.
525         (pdp11_cannot_change_mode_class): Replace with...
526         (pdp11_can_change_mode_class): ...this new function, inverting the
527         sense of the return value.
528         * config/powerpcspe/powerpcspe.h (CANNOT_CHANGE_MODE_CLASS): Delete.
529         * config/powerpcspe/powerpcspe-protos.h
530         (rs6000_cannot_change_mode_class_ptr): Delete.
531         * config/powerpcspe/powerpcspe.c
532         (rs6000_cannot_change_mode_class_ptr): Delete.
533         (TARGET_CAN_CHANGE_MODE_CLASS): Redefine.
534         (rs6000_option_override_internal): Assign to
535         targetm.can_change_mode_class instead of
536         rs6000_cannot_change_mode_class_ptr.
537         (rs6000_cannot_change_mode_class): Replace with...
538         (rs6000_can_change_mode_class): ...this new function, inverting the
539         sense of the return value.
540         (rs6000_debug_cannot_change_mode_class): Replace with...
541         (rs6000_debug_can_change_mode_class): ...this new function.
542         * config/riscv/riscv.h (CANNOT_CHANGE_MODE_CLASS): Delete.
543         * config/riscv/riscv.c (riscv_can_change_mode_class): New function.
544         (TARGET_CAN_CHANGE_MODE_CLASS): Redefine.
545         * config/rs6000/rs6000.h (CANNOT_CHANGE_MODE_CLASS): Delete.
546         * config/rs6000/rs6000-protos.h (rs6000_cannot_change_mode_class_ptr):
547         Delete.
548         * config/rs6000/rs6000.c (rs6000_cannot_change_mode_class_ptr): Delete.
549         (TARGET_CAN_CHANGE_MODE_CLASS): Redefine.
550         (rs6000_option_override_internal): Assign to
551         targetm.can_change_mode_class instead of
552         rs6000_cannot_change_mode_class_ptr.
553         (rs6000_cannot_change_mode_class): Replace with...
554         (rs6000_can_change_mode_class): ...this new function, inverting the
555         sense of the return value.
556         (rs6000_debug_cannot_change_mode_class): Replace with...
557         (rs6000_debug_can_change_mode_class): ...this new function.
558         * config/s390/s390.h (CANNOT_CHANGE_MODE_CLASS): Delete.
559         * config/s390/s390-protos.h (s390_cannot_change_mode_class): Delete.
560         * config/s390/s390.c (s390_cannot_change_mode_class): Replace with...
561         (s390_can_change_mode_class): ...this new function, inverting the
562         sense of the return value.
563         (TARGET_CAN_CHANGE_MODE_CLASS): Redefine.
564         * config/sh/sh.h (CANNOT_CHANGE_MODE_CLASS): Delete.
565         * config/sh/sh-protos.h (sh_cannot_change_mode_class): Delete.
566         * config/sh/sh.c (TARGET_CAN_CHANGE_MODE_CLASS): Redefine.
567         (sh_cannot_change_mode_class): Replace with...
568         (sh_can_change_mode_class): ...this new function, inverting the
569         sense of the return value.
570         * config/sparc/sparc.h (CANNOT_CHANGE_MODE_CLASS): Delete.
571         * config/sparc/sparc.c (TARGET_CAN_CHANGE_MODE_CLASS): Redefine.
572         (sparc_can_change_mode_class): New function.
573         * config/spu/spu.h (CANNOT_CHANGE_MODE_CLASS): Delete.
574         * config/spu/spu.c (spu_can_change_mode_class): New function.
575         (TARGET_CAN_CHANGE_MODE_CLASS): Redefine.
576         * config/visium/visium.h (CANNOT_CHANGE_MODE_CLASS): Delete.
577         * config/visium/visium.c (TARGET_CAN_CHANGE_MODE_CLASS): Redefine.
578         (visium_can_change_mode_class): New function.
579         * system.h (CANNOT_CHANGE_MODE_CLASS): Poison.
581 2017-09-15  Richard Biener  <rguenther@suse.de>
583         PR tree-optimization/82217
584         * tree-ssa-sccvn.c (visit_phi): Properly handle all VN_TOP
585         but not undefined case.
587 2017-09-15  Jakub Jelinek  <jakub@redhat.com>
589         PR target/82145
590         * postreload.c (reload_cse_simplify_operands): Skip
591         NOTE_INSN_DELETED_LABEL similarly to skipping CODE_LABEL.
593 2017-09-15  Richard Biener  <rguenther@suse.de>
595         PR tree-optimization/68823
596         * graphite-scop-detection.c (build_alias_set): If we have a
597         possible dependence check whether we can handle them by just
598         looking at the DRs DR_ACCESS_FNs.
599         (build_scops): If build_alias_set fails, fail the SCOP.
601 2017-09-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
603         * config/rs6000/rs6000-builtin.def (BU_FLOAT128_1_HW): New macros
604         to support float128 built-in functions that require the ISA 3.0
605         hardware.
606         (BU_FLOAT128_3_HW): Likewise.
607         (SQRTF128): Add support for the IEEE 128-bit square root and fma
608         built-in functions.
609         (FMAF128): Likewise.
610         (FMAQ): Likewise.
611         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
612         support for built-in functions that need the ISA 3.0 IEEE 128-bit
613         floating point instructions.
614         (rs6000_invalid_builtin): Likewise.
615         (rs6000_builtin_mask_names): Likewise.
616         * config/rs6000/rs6000.h (MASK_FLOAT128_HW): Likewise.
617         (RS6000_BTM_FLOAT128_HW): Likewise.
618         (RS6000_BTM_COMMON): Likewise.
619         * config/rs6000/rs6000.md (fma<mode>4_hw): Add a generator
620         function.
621         * doc/extend.texi (RS/6000 built-in functions): Document the
622         IEEE 128-bit floating point square root and fused multiply-add
623         built-in functions.
625 2017-09-14  Pat Haugen  <pthaugen@us.ibm.com>
627         * config/rs6000/rs6000.c (rs6000_set_up_by_prologue): Make sure the TOC
628         reg (r2) isn't in the set of registers defined in the prologue.
630 2017-09-14  Richard Sandiford  <richard.sandiford@linaro.org>
631             Alan Hayward  <alan.hayward@arm.com>
632             David Sherwood  <david.sherwood@arm.com>
634         * tree-vectorizer.h (_loop_vec_info): Add max_vectorization_factor.
635         (LOOP_VINFO_MAX_VECT_FACTOR): New macro.
636         (LOOP_VINFO_ORIG_VECT_FACTOR): Replace with...
637         (LOOP_VINFO_ORIG_MAX_VECT_FACTOR): ...this new macro.
638         * tree-vect-data-refs.c (vect_analyze_data_ref_dependences): Update
639         accordingly.
640         * tree-vect-loop.c (_loop_vec_info::_loop_vec_info): Initialize
641         max_vectorization_factor.
642         (vect_analyze_loop_2): Set LOOP_VINFO_MAX_VECT_FACTOR.
644 2017-09-14  Richard Sandiford  <richard.sandiford@linaro.org>
645             Alan Hayward  <alan.hayward@arm.com>
646             David Sherwood  <david.sherwood@arm.com>
648         * tree-vectorizer.h (vect_min_worthwhile_factor): Delete.
649         (vect_worthwhile_without_simd_p): Declare.
650         * tree-vect-loop.c (vect_worthwhile_without_simd_p): New function.
651         (vectorizable_reduction): Use it.
652         * tree-vect-stmts.c (vectorizable_shift): Likewise.
653         (vectorizable_operation): Likewise.
655 2017-09-14  Richard Sandiford  <richard.sandiford@linaro.org>
656             Alan Hayward  <alan.hayward@arm.com>
657             David Sherwood  <david.sherwood@arm.com>
659         * tree-vectorizer.h (vect_get_num_copies): New function.
660         * tree-vect-data-refs.c (vect_get_data_access_cost): Use it.
661         * tree-vect-loop.c (vectorizable_reduction): Likewise.
662         (vectorizable_induction): Likewise.
663         (vectorizable_live_operation): Likewise.
664         * tree-vect-stmts.c (vectorizable_mask_load_store): Likewise.
665         (vectorizable_bswap): Likewise.
666         (vectorizable_call): Likewise.
667         (vectorizable_conversion): Likewise.
668         (vectorizable_assignment): Likewise.
669         (vectorizable_shift): Likewise.
670         (vectorizable_operation): Likewise.
671         (vectorizable_store): Likewise.
672         (vectorizable_load): Likewise.
673         (vectorizable_condition): Likewise.
674         (vectorizable_comparison): Likewise.
675         (vect_analyze_stmt): Pass the slp node to vectorizable_live_operation.
677 2017-09-14  Richard Sandiford  <richard.sandiford@linaro.org>
678             Alan Hayward  <alan.hayward@arm.com>
679             David Sherwood  <david.sherwood@arm.com>
681         * tree-vect-loop.c (vectorizable_induction): Use gimple_build instead
682         of vect_init_vector.
684 2017-09-14  Richard Sandiford  <richard.sandiford@linaro.org>
685             Alan Hayward  <alan.hayward@arm.com>
686             David Sherwood  <david.sherwood@arm.com>
688         * gimple-fold.h (gimple_build_vector_from_val): Declare, and provide
689         an inline wrapper that provides a location.
690         (gimple_build_vector): Likewise.
691         * gimple-fold.c (gimple_build_vector_from_val): New function.
692         (gimple_build_vector): Likewise.
693         * tree-vect-loop.c (get_initial_def_for_reduction): Use the new
694         functions to build the initial value.  Always return a gimple value.
695         (get_initial_defs_for_reduction): Likewise.  Only compute
696         neutral_vec once.
697         (vect_create_epilog_for_reduction): Don't call force_gimple_operand or
698         vect_init_vector on the results from get_initial_def(s)_for_reduction.
699         (vectorizable_induction): Use gimple_build_vector rather than
700         vect_init_vector.
702 2017-09-14  Richard Sandiford  <richard.sandiford@linaro.org>
703             Alan Hayward  <alan.hayward@arm.com>
704             David Sherwood  <david.sherwood@arm.com>
706         * target.h (vec_perm_indices): New typedef.
707         (auto_vec_perm_indices): Likewise.
708         * optabs-query.h: Include target.h
709         (can_vec_perm_p): Take a vec_perm_indices *.
710         * optabs-query.c (can_vec_perm_p): Likewise.
711         (can_mult_highpart_p): Update accordingly.  Use auto_vec_perm_indices.
712         * tree-ssa-forwprop.c (simplify_vector_constructor): Likewise.
713         * tree-vect-generic.c (lower_vec_perm): Likewise.
714         * tree-vect-data-refs.c (vect_grouped_store_supported): Likewise.
715         (vect_grouped_load_supported): Likewise.
716         (vect_shift_permute_load_chain): Likewise.
717         (vect_permute_store_chain): Use auto_vec_perm_indices.
718         (vect_permute_load_chain): Likewise.
719         * fold-const.c (fold_vec_perm): Take vec_perm_indices.
720         (fold_ternary_loc): Update accordingly.  Use auto_vec_perm_indices.
721         Update uses of can_vec_perm_p.
722         * tree-vect-loop.c (calc_vec_perm_mask_for_shift): Replace the
723         mode with a number of elements.  Take a vec_perm_indices *.
724         (vect_create_epilog_for_reduction): Update accordingly.
725         Use auto_vec_perm_indices.
726         (have_whole_vector_shift): Likewise.  Update call to can_vec_perm_p.
727         * tree-vect-slp.c (vect_build_slp_tree_1): Likewise.
728         (vect_transform_slp_perm_load): Likewise.
729         (vect_schedule_slp_instance): Use auto_vec_perm_indices.
730         * tree-vectorizer.h (vect_gen_perm_mask_any): Take a vec_perm_indices.
731         (vect_gen_perm_mask_checked): Likewise.
732         * tree-vect-stmts.c (vect_gen_perm_mask_any): Take a vec_perm_indices.
733         (vect_gen_perm_mask_checked): Likewise.
734         (vectorizable_mask_load_store): Use auto_vec_perm_indices.
735         (vectorizable_store): Likewise.
736         (vectorizable_load): Likewise.
737         (perm_mask_for_reverse): Likewise.  Update call to can_vec_perm_p.
738         (vectorizable_bswap): Likewise.
740 2017-09-14  Richard Sandiford  <richard.sandiford@linaro.org>
741             Alan Hayward  <alan.hayward@arm.com>
742             David Sherwood  <david.sherwood@arm.com>
744         * tree.h (build_vector): Take a vec<tree> instead of a tree *.
745         * tree.c (build_vector): Likewise.
746         (build_vector_from_ctor): Update accordingly.
747         (build_vector_from_val): Likewise.
748         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Likewise.
749         * tree-ssa-forwprop.c (simplify_vector_constructor): Likewise.
750         * tree-vect-generic.c (add_rshift): Likewise.
751         (expand_vector_divmod): Likewise.
752         (optimize_vector_constructor): Likewise.
753         * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
754         (vect_transform_slp_perm_load): Likewise.
755         (vect_schedule_slp_instance): Likewise.
756         * tree-vect-stmts.c (vectorizable_bswap): Likewise.
757         (vectorizable_call): Likewise.
758         (vect_gen_perm_mask_any): Likewise.  Add elements in order.
759         * expmed.c (make_tree): Likewise.
760         * fold-const.c (fold_negate_expr_1): Use auto_vec<tree> when building
761         a vector passed to build_vector.
762         (fold_convert_const): Likewise.
763         (exact_inverse): Likewise.
764         (fold_ternary_loc): Likewise.
765         (fold_relational_const): Likewise.
766         (const_binop): Likewise.  Use VECTOR_CST_ELT directly when operating
767         on VECTOR_CSTs, rather than going through vec_cst_ctor_to_array.
768         (const_unop): Likewise.  Store the reduction accumulator in a
769         variable rather than an array.
770         (vec_cst_ctor_to_array): Take the number of elements as a parameter.
771         (fold_vec_perm): Update calls accordingly.  Use auto_vec<tree> for
772         the new vector, rather than constructing it after the input arrays.
773         (native_interpret_vector): Use auto_vec<tree> when building
774         a vector passed to build_vector.  Add elements in order.
775         * tree-vect-loop.c (get_initial_defs_for_reduction): Use
776         auto_vec<tree> when building a vector passed to build_vector.
777         (vect_create_epilog_for_reduction): Likewise.
778         (vectorizable_induction): Likewise.
779         (get_initial_def_for_reduction): Likewise.  Fix indentation of
780         case statements.
781         * config/sparc/sparc.c (sparc_handle_vis_mul8x16): Change n_elts
782         to a vec<tree> *.
783         (sparc_fold_builtin): Use auto_vec<tree> when building a vector
784         passed to build_vector.
786 2017-09-14  Richard Sandiford  <richard.sandiford@linaro.org>
787             Alan Hayward  <alan.hayward@arm.com>
788             David Sherwood  <david.sherwood@arm.com>
790         * tree-core.h (tree_base::u): Add an "nelts" field.
791         (tree_vector): Use VECTOR_CST_NELTS as the length.
792         * tree.c (tree_size): Likewise.
793         (make_vector): Initialize VECTOR_CST_NELTS.
794         * tree.h (VECTOR_CST_NELTS): Use the u.nelts field.
795         * cfgexpand.c (expand_debug_expr): Use VECTOR_CST_NELTS instead of
796         TYPE_VECTOR_SUBPARTS.
797         * expr.c (const_vector_mask_from_tree): Consistently use "units"
798         as the number of units, setting it from VECTOR_CST_NELTS.
799         (const_vector_from_tree): Likewise.
800         * fold-const.c (negate_expr_p): Use VECTOR_CST_NELTS instead of
801         TYPE_VECTOR_SUBPARTS for the number of elements in a VECTOR_CST.
802         (fold_negate_expr_1): Likewise.
803         (fold_convert_const): Likewise.
804         (const_binop): Likewise.  Differentiate the number of output and
805         input elements.
806         (const_unop): Likewise.
807         (fold_ternary_loc): Use VECTOR_CST_NELTS for the number of elements
808         in a VECTOR_CST, asserting that it is the same as TYPE_VECTOR_SUBPARTS
809         in cases that did the opposite.
811 2017-09-14  Richard Biener  <rguenther@suse.de>
813         * tree-ssa-sccvn.c (visit_phi): Merge undefined values similar
814         to VN_TOP.
816 2017-09-14  Eric Botcazou  <ebotcazou@adacore.com>
818         * dwarf2out.c (dwarf2out_source_line): Remove superfluous test.
820 2017-09-14  Jakub Jelinek  <jakub@redhat.com>
822         PR target/81325
823         * cfgbuild.c (find_bb_boundaries): Ignore debug insns in decisions
824         if and where to split a bb, except for splitting before debug insn
825         sequences followed by non-label real insn.  Delete debug insns
826         in between basic blocks.
828         * combine.c (make_compound_operation_int): Formatting fixes.
830         * config/alpha/elf.h (LINK_EH_SPEC): Add -static-pie support.
831         * config/alpha/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Likewise.
832         * config/netbsd.h (LINK_EH_SPEC): Likewise.
833         * config/sol2.h (LINK_EH_SPEC): Likewise.
834         * config/arm/uclinux-elf.h (LINK_GCC_C_SEQUENCE_SPEC): Likewise.
835         * config/s390/linux.h (LINK_SPEC): Likewise.
836         * config/freebsd.h (LINK_EH_SPEC): Likewise.
837         * config/openbsd.h (LINK_EH_SPEC): Likewise.
838         * config/lm32/uclinux-elf.h (LINK_GCC_C_SEQUENCE_SPEC): Likewise.
839         * config/aarch64/aarch64-linux.h (LINUX_TARGET_LINK_SPEC): Likewise.
840         * config/powerpcspe/sysv4.h (LINK_EH_SPEC): Likewise.
841         * config/bfin/linux.h (LINK_GCC_C_SEQUENCE_SPEC): Likewise.
842         * config/i386/gnu-user64.h (GNU_USER_TARGET_LINK_SPEC): Fix a typo.
843         * config/i386/gnu-user.h (GNU_USER_TARGET_LINK_SPEC): Formatting fix.
845 2017-09-13  Jakub Jelinek  <jakub@redhat.com>
847         * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Add -static-pie
848         support.
849         (ENDFILE_LINUX_SPEC): Likewise.
850         (LINK_EH_SPEC): Likewise.
851         * config/rs6000/linux64.h (LINK_SHLIB_SPEC): Likewise.
852         (LINK_OS_LINUX_SPEC32): Likewise.
853         (LINK_OS_LINUX_SPEC64): Likewise.
854         * config/rs6000/linux.h (LINK_SHLIB_SPEC): Likewise.
855         (LINK_OS_LINUX_SPEC): Likewise.
857 2017-09-13  Martin Liska  <mliska@suse.cz>
859         PR middle-end/82154
860         * stmt.c (expand_sjlj_dispatch_table): Use CASE_LOW when
861         CASE_HIGH is NULL_TREE.
863 2017-09-13  Richard Sandiford  <richard.sandiford@linaro.org>
864             Alan Hayward  <alan.hayward@arm.com>
865             David Sherwood  <david.sherwood@arm.com>
867         * target.def (secondary_memory_needed): New hook.
868         (secondary_reload): Refer to TARGET_SECONDARY_MEMORY_NEEDED
869         instead of SECONDARY_MEMORY_NEEDED.
870         (secondary_memory_needed_mode): Likewise.
871         * hooks.h (hook_bool_mode_reg_class_t_reg_class_t_false): Declare.
872         * hooks.c (hook_bool_mode_reg_class_t_reg_class_t_false): New function.
873         * doc/tm.texi.in (SECONDARY_MEMORY_NEEDED): Replace with...
874         (TARGET_SECONDARY_MEMORY_NEEDED): ...this.
875         (SECONDARY_MEMORY_NEEDED_RTX): Update reference accordingly.
876         * doc/tm.texi: Regenerate.
877         * config/alpha/alpha.h (SECONDARY_MEMORY_NEEDED): Delete.
878         * config/alpha/alpha.c (alpha_secondary_memory_needed): New function.
879         (TARGET_SECONDARY_MEMORY_NEEDED): Redefine.
880         * config/i386/i386.h (SECONDARY_MEMORY_NEEDED): Delete.
881         * config/i386/i386-protos.h (ix86_secondary_memory_needed): Delete.
882         * config/i386/i386.c (inline_secondary_memory_needed): Put the
883         mode argument first and change the reg_class arguments to reg_class_t.
884         (ix86_secondary_memory_needed): Likewise.  Remove the strict parameter.
885         Make static.  Update the call to inline_secondary_memory_needed.
886         (ix86_register_move_cost): Update the call to
887         inline_secondary_memory_needed.
888         (TARGET_SECONDARY_MEMORY_NEEDED): Redefine.
889         * config/ia64/ia64.h (SECONDARY_MEMORY_NEEDED): Delete commented-out
890         definition.
891         * config/ia64/ia64.c (spill_xfmode_rfmode_operand): Refer to
892         TARGET_SECONDARY_MEMORY_NEEDED rather than SECONDARY_MEMORY_NEEDED
893         in comment.
894         * config/mips/mips.h (SECONDARY_MEMORY_NEEDED): Delete.
895         * config/mips/mips-protos.h (mips_secondary_memory_needed): Delete.
896         * config/mips/mips.c (mips_secondary_memory_needed): Make static
897         and match hook interface.  Add comment from mips.h.
898         (TARGET_SECONDARY_MEMORY_NEEDED): Redefine.
899         * config/mmix/mmix.md (truncdfsf2): Refer to
900         TARGET_SECONDARY_MEMORY_NEEDED rather than SECONDARY_MEMORY_NEEDED
901         in comment.
902         * config/pa/pa-64.h (SECONDARY_MEMORY_NEEDED): Rename to...
903         (PA_SECONDARY_MEMORY_NEEDED): ...this, and put the mode argument first.
904         * config/pa/pa.c (TARGET_SECONDARY_MEMORY_NEEDED): Redefine.
905         (pa_secondary_memory_needed): New function.
906         * config/pdp11/pdp11.h (SECONDARY_MEMORY_NEEDED): Delete.
907         * config/pdp11/pdp11-protos.h (pdp11_secondary_memory_needed): Delete.
908         * config/pdp11/pdp11.c (TARGET_SECONDARY_MEMORY_NEEDED): Redefine.
909         (pdp11_secondary_memory_needed): Make static and match hook interface.
910         * config/powerpcspe/powerpcspe.h (SECONDARY_MEMORY_NEEDED): Delete.
911         * config/powerpcspe/powerpcspe-protos.h
912         (rs6000_secondary_memory_needed_ptr): Delete.
913         * config/powerpcspe/powerpcspe.c (rs6000_secondary_memory_needed_ptr):
914         Delete.
915         (TARGET_SECONDARY_MEMORY_NEEDED): Redefine.
916         (rs6000_option_override_internal): Assign to
917         targetm.secondary_memory_needed rather than
918         rs6000_secondary_memory_needed_ptr.
919         (rs6000_secondary_memory_needed): Match hook interface.
920         (rs6000_debug_secondary_memory_needed): Likewise.
921         * config/riscv/riscv.h (SECONDARY_MEMORY_NEEDED): Delete.
922         * config/riscv/riscv.c (riscv_secondary_memory_needed): New function.
923         (riscv_register_move_cost): Use it instead of SECONDARY_MEMORY_NEEDED.
924         (TARGET_SECONDARY_MEMORY_NEEDED): Redefine.
925         * config/rs6000/rs6000.h (SECONDARY_MEMORY_NEEDED): Delete.
926         * config/rs6000/rs6000-protos.h (rs6000_secondary_memory_needed_ptr):
927         Delete.
928         * config/rs6000/rs6000.c (rs6000_secondary_memory_needed_ptr): Delete.
929         (TARGET_SECONDARY_MEMORY_NEEDED): Redefine.
930         (rs6000_option_override_internal): Assign to
931         targetm.secondary_memory_needed rather than
932         rs6000_secondary_memory_needed_ptr.
933         (rs6000_secondary_memory_needed): Match hook interface.
934         (rs6000_debug_secondary_memory_needed): Likewise.
935         * config/s390/s390.h (SECONDARY_MEMORY_NEEDED): Delete.
936         * config/s390/s390.c (s390_secondary_memory_needed): New function.
937         (TARGET_SECONDARY_MEMORY_NEEDED): Redefine.
938         * config/sparc/sparc.h (SECONDARY_MEMORY_NEEDED): Delete.
939         * config/sparc/sparc.c (TARGET_SECONDARY_MEMORY_NEEDED): Redefine.
940         (sparc_secondary_memory_needed): New function.
941         * lra-constraints.c (check_and_process_move): Refer to
942         TARGET_SECONDARY_MEMORY_NEEDED rather than SECONDARY_MEMORY_NEEDED
943         in comment.
944         (curr_insn_transform): Likewise.
945         (process_alt_operands): Use targetm.secondary_memory_needed
946         instead of TARGET_SECONDARY_MEMORY_NEEDED.
947         (check_secondary_memory_needed_p): Likewise.
948         (choose_split_class): Likewise.
949         * reload.c: Unconditionally include code that was previously
950         conditional on SECONDARY_MEMORY_NEEDED.
951         (push_secondary_reload): Use targetm.secondary_memory_needed
952         instead of TARGET_SECONDARY_MEMORY_NEEDED.
953         (push_reload): Likewise.
954         * reload1.c: Unconditionally include code that was previously
955         conditional on SECONDARY_MEMORY_NEEDED.
956         (choose_reload_regs): Use targetm.secondary_memory_needed
957         instead of TARGET_SECONDARY_MEMORY_NEEDED.
958         (gen_reload): Likewise.
959         * system.h (SECONDARY_MEMORY_NEEDED): Poison.
961 2017-09-13  Richard Sandiford  <richard.sandiford@linaro.org>
962             Alan Hayward  <alan.hayward@arm.com>
963             David Sherwood  <david.sherwood@arm.com>
965         * target.def (secondary_memory_needed_mode): New hook:
966         * targhooks.c (default_secondary_memory_needed_mode): Declare.
967         * targhooks.h (default_secondary_memory_needed_mode): New function.
968         * doc/tm.texi.in (SECONDARY_MEMORY_NEEDED_MODE): Replace with...
969         (TARGET_SECONDARY_MEMORY_NEEDED_MODE): ...this.
970         * doc/tm.texi: Regenerate.
971         * lra-constraints.c (check_and_process_move): Use
972         targetm.secondary_memory_needed_mode instead of
973         TARGET_SECONDARY_MEMORY_NEEDED_MODE.
974         (curr_insn_transform): Likewise.
975         * reload.c (get_secondary_mem): Likewise.
976         * config/alpha/alpha.h (SECONDARY_MEMORY_NEEDED_MODE): Delete.
977         * config/alpha/alpha.c (alpha_secondary_memory_needed_mode): New
978         function.
979         (TARGET_SECONDARY_MEMORY_NEEDED_MODE): Redefine.
980         * config/i386/i386.h (SECONDARY_MEMORY_NEEDED_MODE): Delete.
981         * config/i386/i386.c (ix86_secondary_memory_needed_mode): New function.
982         (TARGET_SECONDARY_MEMORY_NEEDED_MODE): Redefine.
983         * config/powerpcspe/powerpcspe.h (SECONDARY_MEMORY_NEEDED_MODE):
984         Delete.
985         * config/powerpcspe/powerpcspe-protos.h
986         (rs6000_secondary_memory_needed_mode): Delete.
987         * config/powerpcspe/powerpcspe.c
988         (TARGET_SECONDARY_MEMORY_NEEDED_MODE): Redefine.
989         (rs6000_secondary_memory_needed_mode): Make static.
990         * config/rs6000/rs6000.h (SECONDARY_MEMORY_NEEDED_MODE): Delete.
991         * config/rs6000/rs6000-protos.h (rs6000_secondary_memory_needed_mode):
992         Delete.
993         * config/rs6000/rs6000.c (TARGET_SECONDARY_MEMORY_NEEDED_MODE):
994         Redefine.
995         (rs6000_secondary_memory_needed_mode): Make static.
996         * config/s390/s390.h (SECONDARY_MEMORY_NEEDED_MODE): Delete.
997         * config/s390/s390.c (s390_secondary_memory_needed_mode): New function.
998         (TARGET_SECONDARY_MEMORY_NEEDED_MODE): Redefine.
999         * config/sparc/sparc.h (SECONDARY_MEMORY_NEEDED_MODE): Delete.
1000         * config/sparc/sparc.c (TARGET_SECONDARY_MEMORY_NEEDED_MODE):
1001         Redefine.
1002         (sparc_secondary_memory_needed_mode): New function.
1003         * system.h (TARGET_SECONDARY_MEMORY_NEEDED_MODE): Poison.
1005 2017-09-13  Jackson Woodruff  <jackson.woodruff@arm.com>
1007         * config/aarch64/constraints.md (Umq): New constraint.
1008         * config/aarch64/aarch64-simd.md (*aarch64_simd_mov<mode>):
1009         Change to use Umq.
1010         (mov<mode>): Update condition.
1012 2017-09-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1014         * gimple-ssa-store-merging.c (sort_by_bitpos): Compare store order
1015         when bitposition is the same.
1017 2017-09-13  Richard Biener  <rguenther@suse.de>
1019         * dwarf2out.c (output_die_symbol): Remove.
1020         (output_die): Do not output a DIEs symbol.
1022 2017-09-13  Richard Biener  <rguenther@suse.de>
1024         PR middle-end/82128
1025         * gimple-fold.c (gimple_fold_call): Update SSA name in-place to
1026         default-def to avoid breaking iterator update with the weird
1027         interaction with cgraph_update_edges_for_call_stmt_node.
1029 2017-09-13  Richard Biener  <rguenther@suse.de>
1031         * tree-cfg.c (verify_gimple_assign_binary): Add verification
1032         for WIDEN_SUM_EXPR, VEC_WIDEN_MULT_{HI,LO,EVEN,ODD}_EXPR,
1033         VEC_PACK_{TRUNC,SAT,FIX_TRUNC}_EXPR.
1034         (verify_gimple_assign_ternary): Add verification for DOT_PROD_EXPR.
1036 2017-09-13  Kugan Vivekanandarajah  <kuganv@linaro.org>
1038         * config/aarch64/aarch64.c (aarch64_override_options_after_change_1):
1039         Disable pc relative literal load irrespective of
1040         TARGET_FIX_ERR_A53_84341 for default.
1042 2017-09-12  Eric Botcazou  <ebotcazou@adacore.com>
1044         * config/sparc/sparc.c (output_return): Output the source location of
1045         the insn in the delay slot, if any.
1046         (output_sibcall): Likewise.
1048 2017-09-12  H.J. Lu  <hongjiu.lu@intel.com>
1050         PR driver/81498
1051         * common.opt (-static-pie): New alias.
1052         (shared): Negate static-pie.
1053         (-no-pie): Update help text.
1054         (-pie): Likewise.
1055         (static-pie): New option.
1056         * config/gnu-user.h (GNU_USER_TARGET_STARTFILE_SPEC): Add
1057         -static-pie support.
1058         (GNU_USER_TARGET_ENDFILE_SPEC): Likewise.
1059         (LINK_EH_SPEC): Likewise.
1060         (LINK_GCC_C_SEQUENCE_SPEC): Likewise.
1061         * config/i386/gnu-user.h (GNU_USER_TARGET_LINK_SPEC): Likewise.
1062         * config/i386/gnu-user64.h (GNU_USER_TARGET_LINK_SPEC): Likewise.
1063         * gcc.c (LINK_COMMAND_SPEC): Likewise.
1064         (init_gcc_specs): Likewise.
1065         (init_spec): Likewise.
1066         (display_help): Update help message for -pie.
1067         * doc/invoke.texi: Update -pie, -no-pie and -static.  Document
1068         -static-pie.
1070 2017-09-12  Wilco Dijkstra  <wdijkstr@arm.com>
1072         * config/aarch64/aarch64.md (movsi_aarch64): Remove all '*'.
1073         (movdi_aarch64): Likewise.
1074         (movti_aarch64): Likewise.
1076 2017-09-12 Simon Wright <simon@pushface.org>
1078         PR target/80204
1079         * config/darwin-driver.c (darwin_find_version_from_kernel): Eliminate
1080         calculation of the minor version, always output as 0.
1082 2017-09-12  Jakub Jelinek  <jakub@redhat.com>
1084         PR target/82112
1085         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): For
1086         ALTIVEC_BUILTIN_VEC_LD if arg1 has array type call default_conversion
1087         on it early, rather than manual conversion late.  For
1088         ALTIVEC_BUILTIN_VEC_ST if arg2 has array type call default_conversion
1089         instead of performing manual conversion.
1091 2017-09-12  Carl Love  <cel@us.ibm.com>
1093         * config/rs6000/altivec.md (vec_widen_umult_even_v4si,
1094         vec_widen_smult_even_v4si): Add define expands for vmuleuw, vmulesw,
1095         vmulouw, vmulosw.
1096         * config/rs6000/rs6000-builtin.def (VMLEUW, VMULESW, VMULOUW,
1097         VMULOSW): Add definitions.
1098         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
1099         ALTIVEC_BUILTIN_VMULESW, ALTIVEC_BUILTIN_VMULEUW,
1100         ALTIVEC_BUILTIN_VMULOSW, ALTIVEC_BUILTIN_VMULOUW entries.
1101         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin,
1102         builtin_function_type): Add ALTIVEC_BUILTIN_* case statements.
1104 2017-09-12  James Greenhalgh  <james.greenhalgh@arm.com>
1106         * config/aarch64/aarch64.md (movdi_aarch64): Set load/store
1107         types correctly.
1108         (movti_aarch64): Likewise.
1109         (movdf_aarch64): Likewise.
1110         (movtf_aarch64): Likewise.
1111         (load_pairdi): Likewise.
1112         (store_pairdi): Likewise.
1113         (load_pairdf): Likewise.
1114         (store_pairdf): Likewise.
1115         (loadwb_pair<GPI:mode>_<P:mode>): Likewise.
1116         (storewb_pair<GPI:mode>_<P:mode>): Likewise.
1117         (ldr_got_small_<mode>): Likewise.
1118         (ldr_got_small_28k_<mode>): Likewise.
1119         (ldr_got_tiny): Likewise.
1120         * config/aarch64/iterators.md (ldst_sz): New.
1121         (ldpstp_sz): Likewise.
1122         * config/aarch64/thunderx.md (thunderx_storepair): Split store_8
1123         to store_16.
1124         (thunderx_load): Split load_8 to load_16.
1125         * config/aarch64/thunderx2t99.md (thunderx2t99_loadpair): Split
1126         load_8 to load_16.
1127         (thunderx2t99_storepair_basic): Split store_8 to store_16.
1128         * config/arm/xgene1.md (xgene1_load_pair): Split load_8 to load_16.
1129         (xgene1_store_pair): Split store_8 to store_16.
1130         * config/aarch64/falkor.md (falkor_ld_3_ld): Split load_8 to load_16.
1131         (falkor_st_0_st_sd): Split store_8 to store_16.
1133 2017-09-12  James Greenhalgh  <james.greenhalgh@arm.com>
1135         * config/arm/types.md (type): Rename load1/2/3/4 to load_4/8/12/16
1136         and store1/2/3/4 to store_4/8/12/16.
1137         * config/aarch64/aarch64.md: Update for rename.
1138         * config/arm/arm.md: Likewise.: Likewise.
1139         * config/arm/arm.c: Likewise.
1140         * config/arm/thumb1.md: Likewise.
1141         * config/arm/thumb2.md: Likewise.
1142         * config/arm/vfp.md: Likewise.
1143         * config/arm/arm-generic.md: Likewise.
1144         * config/arm/arm1020e.md: Likewise.
1145         * config/arm/arm1026ejs.md: Likewise.
1146         * config/arm/arm1136jfs.md: Likewise.
1147         * config/arm/arm926ejs.md: Likewise.
1148         * config/arm/cortex-a15.md: Likewise.
1149         * config/arm/cortex-a17.md: Likewise.
1150         * config/arm/cortex-a5.md: Likewise.
1151         * config/arm/cortex-a53.md: Likewise.
1152         * config/arm/cortex-a57.md: Likewise.
1153         * config/arm/cortex-a7.md: Likewise.
1154         * config/arm/cortex-a8.md: Likewise.
1155         * config/arm/cortex-a9.md: Likewise.
1156         * config/arm/cortex-m4.md: Likewise.
1157         * config/arm/cortex-m7.md: Likewise.
1158         * config/arm/cortex-r4.md: Likewise.
1159         * config/arm/exynos-m1.md: Likewise.
1160         * config/arm/fa526.md: Likewise.
1161         * config/arm/fa606te.md: Likewise.
1162         * config/arm/fa626te.md: Likewise.
1163         * config/arm/fa726te.md: Likewise.
1164         * config/arm/fmp626.md: Likewise.
1165         * config/arm/iwmmxt.md: Likewise.
1166         * config/arm/ldmstm.md: Likewise.
1167         * config/arm/marvell-pj4.md: Likewise.
1168         * config/arm/xgene1.md: Likewise.
1169         * config/aarch64/thunderx.md: Likewise.
1170         * config/aarch64/thunderx2t99.md: Likewise.
1171         * config/aarch64/falkor.md: Likewise.
1173 2017-09-12  Martin Liska  <mliska@suse.cz>
1175         * attribs.c (private_lookup_attribute): New function.
1176         * attribs.h (private_lookup_attribute): Declared here.
1177         (lookup_attribute): Called from this place.
1179 2017-09-12  Richard Biener  <rguenther@suse.de>
1181         PR tree-optimization/82157
1182         * tree-ssa-pre.c (remove_dead_inserted_code): Do not remove
1183         stmts with side-effects.
1185 2017-09-12  Richard Sandiford  <richard.sandiford@linaro.org>
1186             Alan Hayward  <alan.hayward@arm.com>
1187             David Sherwood <david.sherwood@arm.com>
1189         * target.def (hard_regno_nregs): New hook.
1190         (class_max_nregs): Refer to it instead of HARD_REGNO_NREGS.
1191         * targhooks.h (default_hard_regno_nregs): Declare.
1192         * targhooks.c (default_hard_regno_nregs): New function.
1193         * doc/tm.texi.in (HARD_REGNO_NREGS): Replace with...
1194         (TARGET_HARD_REGNO_NREGS): ...this hook.
1195         (HARD_REGNO_NREGS_HAS_PADDING): Update accordingly.
1196         (CLASS_MAX_NREGS): Likewise.
1197         * doc/tm.texi: Regenerate.
1198         * reginfo.c (init_reg_modes_target): Use targetm.hard_regno_nregs
1199         instead of HARD_REGNO_NREGS.
1200         * rtl.h (REG_NREGS): Refer to TARGET_HARD_REGNO_NREGS rather than
1201         HARD_REGNO_NREGS in the comment.
1202         * config/aarch64/aarch64.h (HARD_REGNO_NREGS): Delete.
1203         * config/aarch64/aarch64-protos.h (aarch64_hard_regno_nregs): Delete.
1204         * config/aarch64/aarch64.c (aarch64_hard_regno_nregs): Make static.
1205         Return an unsigned int.
1206         (TARGET_HARD_REGNO_NREGS): Redefine.
1207         * config/alpha/alpha.h (HARD_REGNO_NREGS): Delete.
1208         * config/arc/arc.h (HARD_REGNO_NREGS): Delete.
1209         * config/arc/arc.c (TARGET_HARD_REGNO_NREGS): Redefine.
1210         (arc_hard_regno_nregs): New function.
1211         * config/arm/arm.h (HARD_REGNO_NREGS): Delete.
1212         * config/arm/arm.c (TARGET_HARD_REGNO_NREGS): Redefine.
1213         (arm_hard_regno_nregs): New function.
1214         * config/avr/avr.h (HARD_REGNO_NREGS): Delete.
1215         * config/bfin/bfin.h (HARD_REGNO_NREGS): Delete.
1216         * config/bfin/bfin.c (bfin_hard_regno_nregs): New function.
1217         (TARGET_HARD_REGNO_NREGS): Redefine.
1218         * config/c6x/c6x.h (HARD_REGNO_NREGS): Delete.
1219         * config/cr16/cr16.h (LONG_REG_P): Use targetm.hard_regno_nregs.
1220         (HARD_REGNO_NREGS): Delete.
1221         * config/cr16/cr16.c (TARGET_HARD_REGNO_NREGS): Redefine.
1222         (cr16_hard_regno_nregs): New function.
1223         (cr16_memory_move_cost): Use it instead of HARD_REGNO_NREGS.
1224         * config/cris/cris.h (HARD_REGNO_NREGS): Delete.
1225         * config/cris/cris.c (TARGET_HARD_REGNO_NREGS): Redefine.
1226         (cris_hard_regno_nregs): New function.
1227         * config/epiphany/epiphany.h (HARD_REGNO_NREGS): Delete.
1228         * config/fr30/fr30.h (HARD_REGNO_NREGS): Delete.
1229         (CLASS_MAX_NREGS): Use targetm.hard_regno_nregs.
1230         * config/frv/frv.h (HARD_REGNO_NREGS): Delete.
1231         (CLASS_MAX_NREGS): Remove outdated copy of documentation.
1232         * config/frv/frv-protos.h (frv_hard_regno_nregs): Delete.
1233         * config/frv/frv.c (TARGET_HARD_REGNO_NREGS): Redefine.
1234         (frv_hard_regno_nregs): Make static.  Take and return an
1235         unsigned int.
1236         (frv_class_max_nregs): Remove outdated copy of documentation.
1237         * config/ft32/ft32.h (HARD_REGNO_NREGS): Delete.
1238         * config/h8300/h8300.h (HARD_REGNO_NREGS): Delete.
1239         * config/h8300/h8300-protos.h (h8300_hard_regno_nregs): Delete.
1240         * config/h8300/h8300.c (h8300_hard_regno_nregs): Delete.
1241         * config/i386/i386.h (HARD_REGNO_NREGS): Delete.
1242         * config/i386/i386.c (ix86_hard_regno_nregs): New function.
1243         (TARGET_HARD_REGNO_NREGS): Redefine.
1244         * config/ia64/ia64.h (HARD_REGNO_NREGS): Delete.
1245         (CLASS_MAX_NREGS): Update comment.
1246         * config/ia64/ia64.c (TARGET_HARD_REGNO_NREGS): Redefine.
1247         (ia64_hard_regno_nregs): New function.
1248         * config/iq2000/iq2000.h (HARD_REGNO_NREGS): Delete.
1249         * config/lm32/lm32.h (HARD_REGNO_NREGS): Delete.
1250         * config/m32c/m32c.h (HARD_REGNO_NREGS): Delete.
1251         * config/m32c/m32c-protos.h (m32c_hard_regno_nregs): Delete.
1252         * config/m32c/m32c.c (m32c_hard_regno_nregs_1): Take and return
1253         an unsigned int.
1254         (m32c_hard_regno_nregs): Likewise.  Make static.
1255         (TARGET_HARD_REGNO_NREGS): Redefine.
1256         * config/m32r/m32r.h (HARD_REGNO_NREGS): Delete.
1257         * config/m68k/m68k.h (HARD_REGNO_NREGS): Delete.
1258         * config/m68k/m68k.c (TARGET_HARD_REGNO_NREGS): Redefine.
1259         (m68k_hard_regno_nregs): New function.
1260         * config/mcore/mcore.h (HARD_REGNO_NREGS): Delete.
1261         * config/microblaze/microblaze.h (HARD_REGNO_NREGS): Delete.
1262         * config/mips/mips.h (HARD_REGNO_NREGS): Delete.
1263         * config/mips/mips-protos.h (mips_hard_regno_nregs): Delete.
1264         * config/mips/mips.c (mips_hard_regno_nregs): Make static.
1265         Take and return an unsigned int.
1266         (TARGET_HARD_REGNO_NREGS): Redefine.
1267         * config/mmix/mmix.h (HARD_REGNO_NREGS): Delete.
1268         (CLASS_MAX_NREGS): Use targetm.hard_regno_nregs.
1269         * config/mn10300/mn10300.h (HARD_REGNO_NREGS): Delete.
1270         * config/moxie/moxie.h (HARD_REGNO_NREGS): Delete.
1271         * config/msp430/msp430.h (HARD_REGNO_NREGS): Delete.
1272         * config/msp430/msp430-protos.h (msp430_hard_regno_nregs): Delete.
1273         * config/msp430/msp430.c (TARGET_HARD_REGNO_NREGS): Redefine.
1274         (msp430_hard_regno_nregs): Make static.  Take and return an
1275         unsigned int.
1276         * config/nds32/nds32.h (HARD_REGNO_NREGS): Delete.
1277         * config/nds32/nds32-protos.h (nds32_hard_regno_nregs): Delete.
1278         * config/nds32/nds32.c (nds32_hard_regno_nregs): Delete.
1279         (nds32_hard_regno_mode_ok): Use targetm.hard_regno_nregs.
1280         * config/nios2/nios2.h (HARD_REGNO_NREGS): Delete.
1281         * config/nvptx/nvptx.h (HARD_REGNO_NREGS): Delete.
1282         * config/nvptx/nvptx.c (nvptx_hard_regno_nregs): New function.
1283         (TARGET_HARD_REGNO_NREGS): Redefine.
1284         * config/pa/pa32-regs.h (HARD_REGNO_NREGS): Rename to...
1285         (PA_HARD_REGNO_NREGS): ...this.
1286         * config/pa/pa64-regs.h (HARD_REGNO_NREGS): Rename to...
1287         (PA_HARD_REGNO_NREGS): ...this.
1288         * config/pa/pa.c (TARGET_HARD_REGNO_NREGS): Redefine.
1289         (pa_hard_regno_nregs): New function.
1290         * config/pdp11/pdp11.h (HARD_REGNO_NREGS): Delete.
1291         * config/pdp11/pdp11.c (TARGET_HARD_REGNO_NREGS): Redefine.
1292         (pdp11_hard_regno_nregs): New function.
1293         * config/powerpcspe/powerpcspe.h (HARD_REGNO_NREGS): Delete.
1294         * config/powerpcspe/powerpcspe.c (TARGET_HARD_REGNO_NREGS): Redefine.
1295         (rs6000_hard_regno_nregs_hook): New function.
1296         * config/riscv/riscv.h (HARD_REGNO_NREGS): Delete.
1297         * config/riscv/riscv-protos.h (riscv_hard_regno_nregs): Delete.
1298         * config/riscv/riscv.c (riscv_hard_regno_nregs): Make static.
1299         Take and return an unsigned int.  Move earlier in file.
1300         (TARGET_HARD_REGNO_NREGS): Redefine.
1301         * config/rl78/rl78.h (HARD_REGNO_NREGS): Delete.
1302         * config/rl78/rl78-protos.h (rl78_hard_regno_nregs): Delete.
1303         * config/rl78/rl78.c (TARGET_HARD_REGNO_NREGS): Reefine.
1304         (rl78_hard_regno_nregs): Make static.  Take and return an
1305         unsigned int.
1306         * config/rs6000/rs6000.h (HARD_REGNO_NREGS): Delete.
1307         * config/rs6000/rs6000.c (TARGET_HARD_REGNO_NREGS): Redefine.
1308         (rs6000_hard_regno_nregs_hook): New function.
1309         * config/rx/rx.h (HARD_REGNO_NREGS): Delete.
1310         * config/rx/rx.c (rx_hard_regno_nregs): New function.
1311         (TARGET_HARD_REGNO_NREGS): Redefine.
1312         * config/s390/s390.h (HARD_REGNO_NREGS): Delete.
1313         * config/s390/s390.c (REGNO_PAIR_OK): Use s390_hard_regno_nregs
1314         instead of HARD_REGNO_NREGS.
1315         (s390_hard_regno_nregs): New function.
1316         (s390_hard_regno_mode_ok): Add comment from s390.h.
1317         (TARGET_HARD_REGNO_NREGS): Redefine.
1318         * config/sh/sh.h (HARD_REGNO_NREGS): Delete.
1319         * config/sh/sh.c (TARGET_HARD_REGNO_NREGS): Redefine.
1320         (sh_hard_regno_nregs): New function.
1321         (sh_pass_in_reg_p): Use it.
1322         * config/sparc/sparc.h (HARD_REGNO_NREGS): Delete.
1323         * config/sparc/sparc.c (TARGET_HARD_REGNO_NREGS): Redefine.
1324         (sparc_hard_regno_nregs): New function.
1325         * config/spu/spu.h (HARD_REGNO_NREGS): Delete.
1326         * config/spu/spu.c (spu_hard_regno_nregs): New function.
1327         (spu_function_arg_advance): Use it, supplying a valid register number.
1328         (TARGET_HARD_REGNO_NREGS): Redefine.
1329         * config/stormy16/stormy16.h (HARD_REGNO_NREGS): Delete.
1330         * config/tilegx/tilegx.h (HARD_REGNO_NREGS): Delete.
1331         * config/tilepro/tilepro.h (HARD_REGNO_NREGS): Delete.
1332         * config/v850/v850.h (HARD_REGNO_NREGS): Delete.
1333         * config/vax/vax.h (HARD_REGNO_NREGS): Delete.
1334         * config/visium/visium.h (HARD_REGNO_NREGS): Delete.
1335         (CLASS_MAX_NREGS): Remove copy of old documentation.
1336         * config/visium/visium.c (TARGET_HARD_REGNO_NREGS): Redefine.
1337         (visium_hard_regno_nregs): New function.
1338         (visium_hard_regno_mode_ok): Use it instead of HARD_REGNO_NREGS.
1339         * config/xtensa/xtensa.h (HARD_REGNO_NREGS): Delete.
1340         * config/xtensa/xtensa.c (TARGET_HARD_REGNO_NREGS): Redefine.
1341         xtensa_hard_regno_nregs): New function.
1342         * system.h (HARD_REGNO_NREGS): Poison.
1344 2017-09-12  Richard Sandiford  <richard.sandiford@linaro.org>
1346         * config/arm/arm.h (THUMB_SECONDARY_INPUT_RELOAD_CLASS): Use
1347         hard_regno_nregs instead of HARD_REGNO_NREGS.
1348         (THUMB_SECONDARY_OUTPUT_RELOAD_CLASS): Likewise.
1349         * config/c6x/c6x.c (c6x_expand_prologue): Likewise.
1350         (c6x_expand_epilogue): Likewise.
1351         * config/frv/frv.c (frv_alloc_temp_reg): Likewise.
1352         (frv_read_iacc_argument): Likewise.
1353         * config/sh/sh.c: Include regs.h.
1354         (sh_print_operand): Use hard_regno_nregs instead of HARD_REGNO_NREGS.
1355         (regs_used): Likewise.
1356         (output_stack_adjust): Likewise.
1357         * config/xtensa/xtensa.c (xtensa_copy_incoming_a7): Likewise.
1358         * expmed.c: Include regs.h.
1359         (store_bit_field_1): Use hard_regno_nregs instead of HARD_REGNO_NREGS.
1360         * ree.c: Include regs.h.
1361         (combine_reaching_defs): Use hard_regno_nregs instead of
1362         HARD_REGNO_NREGS.
1363         (add_removable_extension): Likewise.
1365 2017-09-12  Richard Sandiford  <richard.sandiford@linaro.org>
1367         * regs.h (hard_regno_nregs): Turn into a function.
1368         (end_hard_regno): Update accordingly.
1369         * caller-save.c (setup_save_areas): Likewise.
1370         (save_call_clobbered_regs): Likewise.
1371         (replace_reg_with_saved_mem): Likewise.
1372         (insert_restore): Likewise.
1373         (insert_save): Likewise.
1374         * combine.c (can_change_dest_mode): Likewise.
1375         (move_deaths): Likewise.
1376         (distribute_notes): Likewise.
1377         * config/mips/mips.c (mips_hard_regno_call_part_clobbered): Likewise.
1378         * config/powerpcspe/powerpcspe.c (rs6000_cannot_change_mode_class)
1379         (rs6000_split_multireg_move): Likewise.
1380         (rs6000_register_move_cost): Likewise.
1381         (rs6000_memory_move_cost): Likewise.
1382         * config/rs6000/rs6000.c (rs6000_cannot_change_mode_class): Likewise.
1383         (rs6000_split_multireg_move): Likewise.
1384         (rs6000_register_move_cost): Likewise.
1385         (rs6000_memory_move_cost): Likewise.
1386         * cselib.c (cselib_reset_table): Likewise.
1387         (cselib_lookup_1): Likewise.
1388         * emit-rtl.c (set_mode_and_regno): Likewise.
1389         * function.c (aggregate_value_p): Likewise.
1390         * ira-color.c (setup_profitable_hard_regs): Likewise.
1391         (check_hard_reg_p): Likewise.
1392         (calculate_saved_nregs): Likewise.
1393         (assign_hard_reg): Likewise.
1394         (improve_allocation): Likewise.
1395         (calculate_spill_cost): Likewise.
1396         * ira-emit.c (modify_move_list): Likewise.
1397         * ira-int.h (ira_hard_reg_set_intersection_p): Likewise.
1398         (ira_hard_reg_in_set_p): Likewise.
1399         * ira.c (setup_reg_mode_hard_regset): Likewise.
1400         (clarify_prohibited_class_mode_regs): Likewise.
1401         (check_allocation): Likewise.
1402         * lra-assigns.c (find_hard_regno_for_1): Likewise.
1403         (lra_setup_reg_renumber): Likewise.
1404         (setup_try_hard_regno_pseudos): Likewise.
1405         (spill_for): Likewise.
1406         (assign_hard_regno): Likewise.
1407         (setup_live_pseudos_and_spill_after_risky_transforms): Likewise.
1408         * lra-constraints.c (in_class_p): Likewise.
1409         (lra_constraint_offset): Likewise.
1410         (simplify_operand_subreg): Likewise.
1411         (lra_constraints): Likewise.
1412         (split_reg): Likewise.
1413         (split_if_necessary): Likewise.
1414         (invariant_p): Likewise.
1415         (inherit_in_ebb): Likewise.
1416         * lra-lives.c (process_bb_lives): Likewise.
1417         * lra-remat.c (reg_overlap_for_remat_p): Likewise.
1418         (get_hard_regs): Likewise.
1419         (do_remat): Likewise.
1420         * lra-spills.c (assign_spill_hard_regs): Likewise.
1421         * mode-switching.c (create_pre_exit): Likewise.
1422         * postreload.c (reload_combine_recognize_pattern): Likewise.
1423         * recog.c (peep2_find_free_register): Likewise.
1424         * regcprop.c (kill_value_regno): Likewise.
1425         (set_value_regno): Likewise.
1426         (copy_value): Likewise.
1427         (maybe_mode_change): Likewise.
1428         (find_oldest_value_reg): Likewise.
1429         (copyprop_hardreg_forward_1): Likewise.
1430         * regrename.c (check_new_reg_p): Likewise.
1431         (regrename_do_replace): Likewise.
1432         * reload.c (push_reload): Likewise.
1433         (combine_reloads): Likewise.
1434         (find_dummy_reload): Likewise.
1435         (operands_match_p): Likewise.
1436         (find_reloads): Likewise.
1437         (find_equiv_reg): Likewise.
1438         (reload_adjust_reg_for_mode): Likewise.
1439         * reload1.c (count_pseudo): Likewise.
1440         (count_spilled_pseudo): Likewise.
1441         (find_reg): Likewise.
1442         (clear_reload_reg_in_use): Likewise.
1443         (free_for_value_p): Likewise.
1444         (allocate_reload_reg): Likewise.
1445         (choose_reload_regs): Likewise.
1446         (reload_adjust_reg_for_temp): Likewise.
1447         (emit_reload_insns): Likewise.
1448         (delete_output_reload): Likewise.
1449         * rtlanal.c (subreg_get_info): Likewise.
1450         * sched-deps.c (sched_analyze_reg): Likewise.
1451         * sel-sched.c (init_regs_for_mode): Likewise.
1452         (mark_unavailable_hard_regs): Likewise.
1453         (choose_best_reg_1): Likewise.
1454         (verify_target_availability): Likewise.
1455         * valtrack.c (dead_debug_insert_temp): Likewise.
1456         * var-tracking.c (track_loc_p): Likewise.
1457         (emit_note_insn_var_location): Likewise.
1458         * varasm.c (make_decl_rtl): Likewise.
1459         * reginfo.c (choose_hard_reg_mode): Likewise.
1460         (init_reg_modes_target): Refer directly to
1461         this_target_regs->x_hard_regno_nregs.
1463 2017-09-12  Richard Sandiford  <richard.sandiford@linaro.org>
1465         * ira-costs.c (record_operand_costs): Use in_hard_reg_set_p
1466         instead of hard_regno_nregs.
1468 2017-09-12  Richard Sandiford  <richard.sandiford@linaro.org>
1470         * config/aarch64/aarch64.c (aarch64_hard_regno_mode_ok): Use
1471         end_hard_regno instead of hard_regno_nregs.
1472         * config/s390/s390.c (s390_reg_clobbered_rtx): Likewise.
1473         * config/sparc/sparc.h (ASM_DECLARE_REGISTER_GLOBAL): Likewise.
1474         * config/visium/visium.c (visium_hard_regno_mode_ok): Likewise.
1475         * ira-color.c (improve_allocation): Likewise.
1476         * lra-assigns.c (find_hard_regno_for_1): Likewise.
1477         * lra-lives.c (mark_regno_live): Likewise.
1478         (mark_regno_dead): Likewise.
1479         * lra-remat.c (operand_to_remat): Likewise.
1480         * lra.c (collect_non_operand_hard_regs): Likewise.
1481         * postreload.c (reload_combine_note_store): Likewise.
1482         (move2add_valid_value_p): Likewise.
1483         * reload.c (regno_clobbered_p): Likewise.
1485 2017-09-12  Richard Sandiford  <richard.sandiford@linaro.org>
1487         * config/frv/frv.c (FOR_EACH_REGNO): Use END_REGNO instead of
1488         hard_regno_nregs.
1489         * config/v850/v850.c (v850_reorg): Likewise.
1490         * reload.c (refers_to_regno_for_reload_p): Likewise.
1491         (find_equiv_reg): Likewise.
1492         * reload1.c (reload_reg_reaches_end_p): Likewise.
1494 2017-09-12  Richard Sandiford  <richard.sandiford@linaro.org>
1496         * caller-save.c (add_used_regs): Use REG_NREGS instead of
1497         hard_regno_nregs.
1498         * config/aarch64/aarch64.c (aarch64_split_combinev16qi): Likewise.
1499         * config/arm/arm.c (output_move_neon): Likewise.
1500         (arm_attr_length_move_neon): Likewise.
1501         (neon_split_vcombine): Likewise.
1502         * config/c6x/c6x.c (c6x_mark_reg_read): Likewise.
1503         (c6x_mark_reg_written): Likewise.
1504         (c6x_dwarf_register_span): Likewise.
1505         * config/i386/i386.c (ix86_save_reg): Likewise.
1506         * config/ia64/ia64.c (mark_reg_gr_used_mask): Likewise.
1507         (rws_access_reg): Likewise.
1508         * config/s390/s390.c (s390_call_saved_register_used): Likewise.
1509         * mode-switching.c (create_pre_exit): Likewise.
1510         * ree.c (combine_reaching_defs): Likewise.
1511         (add_removable_extension): Likewise.
1512         * regcprop.c (find_oldest_value_reg): Likewise.
1513         (copyprop_hardreg_forward_1): Likewise.
1514         * reload.c (reload_inner_reg_of_subreg): Likewise.
1515         (push_reload): Likewise.
1516         (combine_reloads): Likewise.
1517         (find_dummy_reload): Likewise.
1518         (reload_adjust_reg_for_mode): Likewise.
1519         * reload1.c (find_reload_regs): Likewise.
1520         (forget_old_reloads_1): Likewise.
1521         (reload_reg_free_for_value_p): Likewise.
1522         (reload_adjust_reg_for_temp): Likewise.
1523         (emit_reload_insns): Likewise.
1524         (delete_output_reload): Likewise.
1525         * sel-sched.c (choose_best_reg_1): Likewise.
1526         (choose_best_pseudo_reg): Likewise.
1528 2017-09-12  Richard Sandiford  <richard.sandiford@linaro.org>
1529             Alan Hayward  <alan.hayward@arm.com>
1530             David Sherwood <david.sherwood@arm.com>
1532         * defaults.h (SLOW_UNALIGNED_ACCESS): Delete.
1533         * target.def (slow_unaligned_access): New hook.
1534         * targhooks.h (default_slow_unaligned_access): Declare.
1535         * targhooks.c (default_slow_unaligned_access): New function.
1536         * doc/tm.texi.in (SLOW_UNALIGNED_ACCESS): Replace with...
1537         (TARGET_SLOW_UNALIGNED_ACCESS): ...this.
1538         * doc/tm.texi: Regenerate.
1539         * config/alpha/alpha.h (SLOW_UNALIGNED_ACCESS): Delete.
1540         * config/arm/arm.h (SLOW_UNALIGNED_ACCESS): Delete.
1541         * config/i386/i386.h (SLOW_UNALIGNED_ACCESS): Delete commented-out
1542         definition.
1543         * config/powerpcspe/powerpcspe.h (SLOW_UNALIGNED_ACCESS): Delete.
1544         * config/powerpcspe/powerpcspe.c (TARGET_SLOW_UNALIGNED_ACCESS):
1545         Redefine.
1546         (rs6000_slow_unaligned_access): New function.
1547         (rs6000_emit_move): Use it instead of SLOW_UNALIGNED_ACCESS.
1548         (expand_block_compare): Likewise.
1549         (expand_strn_compare): Likewise.
1550         (rs6000_rtx_costs): Likewise.
1551         * config/riscv/riscv.h (SLOW_UNALIGNED_ACCESS): Delete.
1552         (riscv_slow_unaligned_access): Likewise.
1553         * config/riscv/riscv.c (riscv_slow_unaligned_access): Rename to...
1554         (riscv_slow_unaligned_access_p): ...this and make static.
1555         (riscv_option_override): Update accordingly.
1556         (riscv_slow_unaligned_access): New function.
1557         (TARGET_SLOW_UNALIGNED_ACCESS): Redefine.
1558         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Delete.
1559         * config/rs6000/rs6000.c (TARGET_SLOW_UNALIGNED_ACCESS): Redefine.
1560         (rs6000_slow_unaligned_access): New function.
1561         (rs6000_emit_move): Use it instead of SLOW_UNALIGNED_ACCESS.
1562         (rs6000_rtx_costs): Likewise.
1563         * config/rs6000/rs6000-string.c (expand_block_compare)
1564         (expand_strn_compare): Use targetm.slow_unaligned_access instead
1565         of SLOW_UNALIGNED_ACCESS.
1566         * config/tilegx/tilegx.h (SLOW_UNALIGNED_ACCESS): Delete.
1567         * config/tilepro/tilepro.h (SLOW_UNALIGNED_ACCESS): Delete.
1568         * calls.c (expand_call): Use targetm.slow_unaligned_access instead
1569         of SLOW_UNALIGNED_ACCESS.
1570         * expmed.c (simple_mem_bitfield_p): Likewise.
1571         * expr.c (alignment_for_piecewise_move): Likewise.
1572         (emit_group_load_1): Likewise.
1573         (emit_group_store): Likewise.
1574         (copy_blkmode_from_reg): Likewise.
1575         (emit_push_insn): Likewise.
1576         (expand_assignment): Likewise.
1577         (store_field): Likewise.
1578         (expand_expr_real_1): Likewise.
1579         * gimple-fold.c (gimple_fold_builtin_memory_op): Likewise.
1580         * lra-constraints.c (simplify_operand_subreg): Likewise.
1581         * stor-layout.c (bit_field_mode_iterator::next_mode): Likewise.
1582         * gimple-ssa-store-merging.c: Likewise in block comment at start
1583         of file.
1584         * tree-ssa-strlen.c: Include target.h.
1585         (handle_builtin_memcmp): Use targetm.slow_unaligned_access instead
1586         of SLOW_UNALIGNED_ACCESS.
1587         * system.h (SLOW_UNALIGNED_ACCESS): Poison.
1589 2017-09-12  Richard Sandiford  <richard.sandiford@linaro.org>
1591         PR rtl-optimization/82185
1592         * expmed.c (emit_store_flag_int): Only test tem if it has been
1593         initialized.
1595 2017-09-12  Richard Biener  <rguenther@suse.de>
1597         PR middle-end/82149
1598         * match.pd ((FTYPE) N CMP CST): Fix typo.
1600 2017-09-12  Simon Atanasyan  <simon.atanasyan@imgtec.com>
1602         * config/mips/mips.c (mips_attribute_table): Add 'short_call'
1603         attribute.
1604         (mips_near_type_p): Add 'short_call' attribute as a synonym
1605         for 'near'.
1606         * doc/extend.texi (short_call): Document new function attribute.
1608 2017-09-12  Jakub Jelinek  <jakub@redhat.com>
1610         PR target/82112
1611         * c-common.c (sync_resolve_size): Instead of c_dialect_cxx ()
1612         assertion check that in the condition.
1613         (get_atomic_generic_size): Likewise.  Before testing if parameter
1614         has pointer type, if it has array type, call for C++
1615         default_conversion to perform array-to-pointer conversion.
1617 2017-09-12  Richard Biener  <rguenther@suse.de>
1619         * tree-vect-generic.c (expand_vector_operations_1): Do nothing
1620         for operations we cannot scalarize.
1622 2017-09-12  Aldy Hernandez  <aldyh@redhat.com>
1624         * tree-ssa-threadbackward.c (fsm_find_thread_path): Make GC
1625         vectors heap vectors.  Clean up comments.
1626         Make visited_bbs a reference.
1627         (profitable_jump_thread_path): Make GC
1628         vectors heap vectors.  Clean up comments.
1629         Misc cleanups.
1630         (convert_and_register_jump_thread_path): Make GC vectors heap
1631         vectors.
1632         (check_subpath_and_update_thread_path): Same.  Clean up comments.
1633         Make visited_bbs a reference.
1634         (handle_phi): Abstract common code to to
1635         register_jump_thread_path_if_profitable.
1636         Rename VAR_BB to DEF_BB.
1637         Update comments.
1638         Make GC vectors heap vectors.
1639         Make visited_bbs a reference.
1640         (handle_assignment): Same.
1641         (register_jump_thread_path_if_profitable): New.
1642         (fsm_find_control_statement_thread_paths): Rename VAR_BB to
1643         DEF_BB.
1644         Make GC vectors heap vectors.  Clean up comments.
1645         Make visited_bbs a reference.
1646         (find_jump_threads_backwards): Make visited_bbs live in the stack.
1647         * tree-ssa-threadupdate.c (delete_jump_thread_path): Fix typo in
1648         comment.
1650 2017-09-11  Max Filippov  <jcmvbkbc@gmail.com>
1652         PR target/82181
1653         * config/xtensa/xtensa.c (xtensa_mem_offset): Check that both
1654         words of E_DImode object are reachable by xtensa_uimm8x4 access.
1656 2017-09-11  Vidya Praveen  <vidyapraveen@arm.com>
1658         Revert r251800 and r251799.
1660 2017-09-11  Martin Jambor  <mjambor@suse.cz>
1662         PR hsa/82119
1663         * hsa-gen.c (gen_hsa_phi_from_gimple_phi): Process ADDR_EXPRs in
1664         arguments in advance.
1665         * hsa-regalloc.c (naive_process_phi): New parameter predecessors,
1666         use it to find predecessor edges.
1667         (naive_outof_ssa): Collect vector of predecessors.
1669 2017-09-08  Jason Merrill  <jason@redhat.com>
1671         PR c++/70029 - ICE with ref-qualifier and -flto
1672         * langhooks.h (struct lang_hooks_for_types): Add
1673         copy_lang_qualifiers.
1674         * attribs.c (build_type_attribute_qual_variant): Use it.
1675         * langhooks-def.h (LANG_HOOKS_COPY_LANG_QUALIFIERS): Default to
1676         NULL.
1677         (LANG_HOOKS_FOR_TYPES_INITIALIZER): Use it.
1678         * tree.c (verify_type): Re-enable TYPE_CANONICAL main variant check.
1680 2017-09-08  Eric Botcazou  <ebotcazou@adacore.com>
1682         PR target/81988
1683         * config/sparc/sparc.md (mulsi3): Rename into *mulsi3_sp32.
1684         (*mulsi3_sp64): New instruction.
1685         (mulsi3): New expander.
1687 2017-09-08  Uros Bizjak  <ubizjak@gmail.com>
1689         * config/alpha/alpha.c (alpha_print_operand) <case 'S'>: Remove.
1691 2017-09-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1693         * sancov.c: Include memmodel.h.
1695 2017-09-07  Eric Botcazou  <ebotcazou@adacore.com>
1697         PR target/80897
1698         * config/sparc/sparc.c (sparc_emit_set_symbolic_const64): Deal with too
1699         large offsets.
1701 2017-09-07  Carl Love  <cel@us.ibm.com>
1703         * config/rs6000/vsx.md (define_insn "*stxvl"): Add missing argument to
1704         the sldi instruction.
1706 2017-09-07  David Edelsohn  <dje.gcc@gmail.com>
1708         * sancov.c: Include tm_p.h.
1710 2017-09-07  Jakub Jelinek  <jakub@redhat.com>
1712         PR target/81979
1713         * output.h (switch_to_other_text_partition): New declaration.
1714         * varasm.c (switch_to_other_text_partition): New function.
1715         * config/rs6000/rs6000.c (uses_TOC): Return 2 if
1716         NOTE_INSN_SWITCH_TEXT_SECTIONS is seen before finding load_toc_* insn.
1717         (rs6000_elf_declare_function_name): If uses_TOC returned 2, switch
1718         to the other text partition before emitting LCL label and switch back
1719         after emitting the word after it.
1721 2017-09-07  Richard Biener  <rguenther@suse.de>
1723         * passes.def (pass_split_crit_edges): Remove instance before PRE.
1724         * tree-ssa-pre.c (pass_pre::execute): Instead manually split
1725         critical edges here, after loop init.
1726         (pass_data_pre): Remove PROP_no_crit_edges flags.
1727         * tree-ssa-sccvn.c (vn_reference_lookup_3): Use vn_valueize
1728         for valueization of call args to avoid leaking VN_TOP.
1729         (visit_use): Assert we do not visit default defs.
1730         (init_scc_vn): Use build_decl for VN_TOP to make name nicer.
1731         Use error_mark_node to more easily detect leaking VN_TOP.
1732         All default-defs are varying, not VN_TOP.  Mark them visited.
1733         (run_scc_vn): Make code match comment.
1735 2017-09-07  Michael Meissner  <meissner@linux.vnet.ibm.com>
1737         * config/rs6000/rs6000-cpus.def (OTHER_VSX_VECTOR_MASKS): Delete
1738         OPTION_MASK_FLOAT128_KEYWORD.
1739         (POWERPC_MASKS): Likewise.
1740         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Delete
1741         support for the -mfloat128-type option, and make -mfloat128
1742         default on PowerPC Linux systems.  Define or undefine
1743         __FLOAT128__ and  __FLOAT128_HARDWARE__ for the current options.
1744         Define __float128 to be __ieee128 if IEEE 128-bit support is
1745         enabled, or undefine it.
1746         (rs6000_cpu_cpp_builtins): Delete defining __FLOAT128__ here.
1747         Delete defining __FLOAT128_TYPE__.
1748         * config/rs6000/rs6000.opt (x_TARGET_FLOAT128_TYPE): Delete the
1749         -mfloat128-type option and make -mfloat128 default on PowerPC
1750         Linux systems.
1751         (TARGET_FLOAT128_TYPE): Likewise.
1752         (-mfloat128-type): Likewise.
1753         * config/rs6000/rs6000.c (rs6000_option_override_internal):
1754         Delete the -mfloat128-type option and make -mfloat128 default on
1755         PowerPC Linux systems.  Always use __ieee128 to be the keyword for
1756         the IEEE 128-bit type, and map __float128 to __ieee128 if IEEE
1757         128-bit floating point is enabled.  Change tests from using
1758         -mfloat128-type to -mfloat128.
1759         (rs6000_mangle_type): Use the correct mangling for the __float128
1760         type even if normal long double is restricted to 64-bits.
1761         (floatn_mode): Enable the _Float128 type by default on VSX Linux
1762         systems.
1763         * config/rs6000/rs6000.h (MASK_FLOAT128_TYPE): Delete.
1764         (MASK_FLOAT128_KEYWORD): Define new shortcut macro.
1765         (RS6000BTM_FLOAT128): Define in terms of -mfloat128, not
1766         -mfloat128-type.
1767         * doc/invoke.texi (RS/6000 and PowerPC Options): Update
1768         documentation for -mfloat128.
1770 2017-09-06  Olivier Hainque  <hainque@adacore.com>
1772         * config.gcc (powerpc-wrs-vxworksspe): Now match as vxworks*spe.
1774 2017-09-06  Wish Wu  <wishwu007@gmail.com>
1775             Jakub Jelinek  <jakub@redhat.com>
1777         * asan.c (initialize_sanitizer_builtins): Add
1778         BT_FN_VOID_UINT8_UINT8, BT_FN_VOID_UINT16_UINT16,
1779         BT_FN_VOID_UINT32_UINT32, BT_FN_VOID_UINT64_UINT64,
1780         BT_FN_VOID_FLOAT_FLOAT, BT_FN_VOID_DOUBLE_DOUBLE and
1781         BT_FN_VOID_UINT64_PTR variables.
1782         * builtin-types.def (BT_FN_VOID_UINT8_UINT8): New fn type.
1783         (BT_FN_VOID_UINT16_UINT16): Likewise.
1784         (BT_FN_VOID_UINT32_UINT32): Likewise.
1785         (BT_FN_VOID_FLOAT_FLOAT): Likewise.
1786         (BT_FN_VOID_DOUBLE_DOUBLE): Likewise.
1787         (BT_FN_VOID_UINT64_PTR): Likewise.
1788         * common.opt (flag_sanitize_coverage): New variable.
1789         (fsanitize-coverage=trace-pc): Remove.
1790         (fsanitize-coverage=): Add.
1791         * flag-types.h (enum sanitize_coverage_code): New enum.
1792         * fold-const.c (fold_range_test): Disable non-short-circuit
1793         optimization if flag_sanitize_coverage.
1794         (fold_truth_andor): Likewise.
1795         * tree-ssa-ifcombine.c (ifcombine_ifandif): Likewise.
1796         * opts.c (COVERAGE_SANITIZER_OPT): Define.
1797         (coverage_sanitizer_opts): New array.
1798         (get_closest_sanitizer_option): Add OPTS argument, handle also
1799         OPT_fsanitize_coverage_.
1800         (parse_sanitizer_options): Adjusted to also handle
1801         OPT_fsanitize_coverage_.
1802         (common_handle_option): Add OPT_fsanitize_coverage_.
1803         * sancov.c (instrument_comparison, instrument_switch): New function.
1804         (sancov_pass): Add trace-cmp support.
1805         * sanitizer.def (BUILT_IN_SANITIZER_COV_TRACE_CMP1,
1806         BUILT_IN_SANITIZER_COV_TRACE_CMP2, BUILT_IN_SANITIZER_COV_TRACE_CMP4,
1807         BUILT_IN_SANITIZER_COV_TRACE_CMP8,
1808         BUILT_IN_SANITIZER_COV_TRACE_CONST_CMP1,
1809         BUILT_IN_SANITIZER_COV_TRACE_CONST_CMP2,
1810         BUILT_IN_SANITIZER_COV_TRACE_CONST_CMP4,
1811         BUILT_IN_SANITIZER_COV_TRACE_CONST_CMP8,
1812         BUILT_IN_SANITIZER_COV_TRACE_CMPF, BUILT_IN_SANITIZER_COV_TRACE_CMPD,
1813         BUILT_IN_SANITIZER_COV_TRACE_SWITCH): New builtins.
1814         * doc/invoke.texi: Document -fsanitize-coverage=trace-cmp.
1816 2017-09-06  Richard Earnshaw  <rearnsha@arm.com>
1818         * config/arm/parsecpu.awk (fatal): Note that we've encountered an
1819         error.  Only quit immediately if parsing is complete.
1820         (BEGIN): Initialize fatal_err and parse_done.
1821         (begin fpu, end fpu): Check number of arguments.
1822         (begin arch, end arch): Likewise.
1823         (begin cpu, end cpu): Likewise.
1824         (cname, tune for, tune flags, architecture, fpu, option): Likewise.
1825         (optalias): Likewise.
1827 2017-09-06  Richard Earnshaw  <rearnsha@arm.com>
1829         * config.gcc (arm*-*-*): Don't add arm-isa.h to tm_p_file.
1830         * config/arm/arm-isa.h: Delete.  Move definitions to ...
1831         * arm-cpus.in: ... here.  Use new feature and fgroup values.
1832         * config/arm/arm.c (arm_option_override): Use lower case for feature
1833         bit names.
1834         * config/arm/arm.h (TARGET_HARD_FLOAT): Likewise.
1835         (TARGET_VFP3, TARGET_VFP5, TARGET_FMA): Likewise.
1836         * config/arm/parsecpu.awk (END): Add new command 'isa'.
1837         (isa_pfx): Delete.
1838         (print_isa_bits_for): New function.
1839         (gen_isa): New function.
1840         (gen_comm_data): Use print_isa_bits_for.
1841         (define feature): New keyword.
1842         (define fgroup): New keyword.
1843         * config/arm/t-arm (OPTIONS_H_EXTRA): Add arm-isa.h
1844         (arm-isa.h): Add rule to generate file.
1845         * common/config/arm/arm-common.c: (arm_canon_arch_option): Use lower
1846         case for feature bit names.
1848 2017-09-06  Richard Biener  <rguenther@suse.de>
1850         * tree-ssa-pre.c (NECESSARY): Remove.
1851         (create_expression_by_pieces): Do not touch pass-local flags.
1852         (insert_into_preds_of_block): Likewise.
1853         (do_pre_regular_insertion): Likewise.
1854         (eliminate_insert): Likewise.
1855         (eliminate_dom_walker::before_dom_children): Likewise.
1856         (fini_eliminate): Do not look at inserted_exprs.
1857         (mark_operand_necessary): Remove.
1858         (remove_dead_inserted_code): Replace with simple work-list
1859         algorithm based on inserted_exprs and SSA uses.
1860         (pass_pre::execute): Re-order fini_eliminate and
1861         remove_dead_inserted_code.
1863 2017-09-06  Olivier Hainque  <hainque@adacore.com>
1865         * config/powerpcspe/vxworks.h (VXCPU_FOR_8548): Correct definition
1866         for VxWorks 7.  Adjust surrounding comments.
1868 2017-09-06  Richard Biener  <rguenther@suse.de>
1870         * gimple-ssa-strength-reduction.c
1871         (find_candidates_dom_walker::before_dom_children): Also allow
1872         pointer types.
1874 2017-09-06  Richard Biener  <rguenther@suse.de>
1876         PR tree-optimization/82108
1877         * tree-vect-stmts.c (vectorizable_load): Fix pointer adjustment
1878         for gap in the non-permutation SLP case.
1880 2017-09-06  Martin Jambor  <mjambor@suse.cz>
1882         PR tree-optimization/82078
1883         * tree-sra.c (sort_and_splice_var_accesses): Move call to
1884         add_access_to_work_queue...
1885         (build_accesses_from_assign): ...here.
1886         (propagate_all_subaccesses): Make sure racc is the group
1887         representative, if there is one.
1889 2017-09-06  Jakub Jelinek  <jakub@redhat.com>
1891         PR middle-end/82095
1892         * varasm.c (categorize_decl_for_section): Use SECCAT_TBSS for TLS vars with
1893         NULL DECL_INITIAL.
1895 2017-09-06  Richard Biener  <rguenther@suse.de>
1897         * gimple-ssa-strength-reduction.c
1898         (find_candidates_dom_walker::before_doom_children): Use a
1899         type and not a mode check.
1901 2017-09-06  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1903         PR target/77308
1904         * config/arm/predicates.md (arm_general_adddi_operand): Create new
1905         non-vfp predicate.
1906         * config/arm/arm.md (*arm_adddi3, *arm_subdi3): Use new predicates.
1908 2017-09-05  Jeff Law  <law@redhat.com>
1910         PR tree-optimization/64910
1911         * tree-ssa-reassoc.c (reassociate_bb): Restrict last change to
1912         cases where we have 3 or more operands.
1914 2017-09-05  Jakub Jelinek  <jakub@redhat.com>
1916         PR middle-end/81768
1917         * omp-low.c (lower_omp_for): Recompute tree invariant if
1918         gimple_omp_for_initial/final is ADDR_EXPR.
1920         PR middle-end/81768
1921         * omp-expand.c (expand_omp_simd): Force second operands of COND_EXPR
1922         into gimple val before gimplification fo the COND_EXPR.
1924 2017-09-05  Aldy Hernandez  <aldyh@redhat.com>
1926         * tree-ssa-threadupdate.c (duplicate_thread_path): Remove unused
1927         REGION_COPY argument.
1928         (thread_through_all_blocks): Remove unused argument to
1929         duplicate_thread_path.
1931 2017-09-05  Richard Sandiford  <richard.sandiford@linaro.org>
1932             Alan Hayward  <alan.hayward@arm.com>
1933             David Sherwood  <david.sherwood@arm.com>
1935         * config/aarch64/aarch64-protos.h (aarch64_gen_adjusted_ldpstp):
1936         Take a scalar_mode rather than a machine_mode.
1937         (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
1938         * config/aarch64/aarch64.c (aarch64_simd_container_mode): Likewise.
1939         (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
1940         (aarch64_gen_adjusted_ldpstp): Likewise.
1941         (aarch64_expand_vector_init): Use scalar_mode instead of machine_mode.
1943 2017-09-05  Richard Sandiford  <richard.sandiford@linaro.org>
1944             Alan Hayward  <alan.hayward@arm.com>
1945             David Sherwood  <david.sherwood@arm.com>
1947         * config/aarch64/aarch64-protos.h (aarch64_is_extend_from_extract):
1948         Take a scalar_int_mode instead of a machine_mode.
1949         (aarch64_mask_and_shift_for_ubfiz_p): Likewise.
1950         (aarch64_output_scalar_simd_mov_immediate): Likewise.
1951         (aarch64_simd_scalar_immediate_valid_for_move): Likewise.
1952         (aarch64_simd_attr_length_rglist): Delete.
1953         * config/aarch64/aarch64.c (aarch64_is_extend_from_extract): Take
1954         a scalar_int_mode instead of a machine_mode.
1955         (aarch64_add_offset): Likewise.
1956         (aarch64_internal_mov_immediate): Likewise
1957         (aarch64_add_constant_internal): Likewise.
1958         (aarch64_add_constant): Likewise.
1959         (aarch64_movw_imm): Likewise.
1960         (aarch64_rtx_arith_op_extract_p): Likewise.
1961         (aarch64_mask_and_shift_for_ubfiz_p): Likewise.
1962         (aarch64_simd_scalar_immediate_valid_for_move): Likewise.
1963         Remove assert that the mode isn't a vector.
1964         (aarch64_output_scalar_simd_mov_immediate): Likewise.
1965         (aarch64_expand_mov_immediate): Update calls after above changes.
1966         (aarch64_output_casesi): Use as_a <scalar_int_mode>.
1967         (aarch64_and_bitmask_imm): Check for scalar integer modes.
1968         (aarch64_move_imm): Likewise.
1969         (aarch64_can_const_movi_rtx_p): Likewise.
1970         (aarch64_strip_extend): Likewise.
1971         (aarch64_extr_rtx_p): Likewise.
1972         (aarch64_rtx_costs): Likewise, using wode_mode as the mode of
1973         a CONST_INT when the mode parameter is VOIDmode.
1974         (aarch64_float_const_rtx_p): Use scalar_int_mode for a temporary.
1976 2017-09-05  Richard Sandiford  <richard.sandiford@linaro.org>
1978         * machmode.h (bitwise_mode_for_mode): Return opt_mode.
1979         * stor-layout.c (bitwise_mode_for_mode): Likewise.
1980         (bitwise_type_for_mode): Update accordingly.
1982 2017-09-05  Richard Sandiford  <richard.sandiford@linaro.org>
1984         * stor-layout.h (mode_for_size_tree): Return an opt_mode.
1985         * stor-layout.c (mode_for_size_tree): Likewise.
1986         (mode_for_array): Update accordingly.
1987         (layout_decl): Likewise.
1988         (compute_record_mode): Likewise.  Only set the mode once.
1990 2017-09-05  Richard Sandiford  <richard.sandiford@linaro.org>
1992         * target.def (get_mask_mode): Change return type to opt_mode.
1993         Expand commentary.
1994         * doc/tm.texi: Regenerate.
1995         * targhooks.h (default_get_mask_mode): Return an opt_mode.
1996         * targhooks.c (default_get_mask_mode): Likewise.
1997         * config/i386/i386.c (ix86_get_mask_mode): Likewise.
1998         * optabs-query.c (can_vec_mask_load_store_p): Update use of
1999         targetm.get_mask_mode.
2000         * tree.c (build_truth_vector_type): Likewise.
2002 2017-09-05  Richard Sandiford  <richard.sandiford@linaro.org>
2004         * machmode.h (mode_for_vector): Return an opt_mode.
2005         * stor-layout.c (mode_for_vector): Likewise.
2006         (mode_for_int_vector): Update accordingly.
2007         (layout_type): Likewise.
2008         * config/i386/i386.c (emit_memmov): Likewise.
2009         (ix86_expand_set_or_movmem): Likewise.
2010         (ix86_expand_vector_init): Likewise.
2011         (ix86_get_mask_mode): Likewise.
2012         * config/powerpcspe/powerpcspe.c (rs6000_expand_vec_perm_const_1):
2013         Likewise.
2014         * config/rs6000/rs6000.c (rs6000_expand_vec_perm_const_1): Likewise.
2015         * expmed.c (extract_bit_field_1): Likewise.
2016         * expr.c (expand_expr_real_2): Likewise.
2017         * optabs-query.c (can_vec_perm_p): Likewise.
2018         (can_vec_mask_load_store_p): Likewise.
2019         * optabs.c (expand_vec_perm): Likewise.
2020         * targhooks.c (default_get_mask_mode): Likewise.
2021         * tree-vect-stmts.c (vectorizable_store): Likewise.
2022         (vectorizable_load): Likewise.
2023         (get_vectype_for_scalar_type_and_size): Likewise.
2025 2017-09-05  Richard Sandiford  <richard.sandiford@linaro.org>
2027         * machmode.h (mode_for_int_vector): New function.
2028         * stor-layout.c (mode_for_int_vector): Likewise.
2029         * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Use it.
2030         * config/powerpcspe/powerpcspe.c (rs6000_do_expand_vec_perm): Likewise.
2031         * config/rs6000/rs6000.c (rs6000_do_expand_vec_perm): Likewise.
2032         * config/s390/s390.c (s390_expand_vec_compare_cc): Likewise.
2033         (s390_expand_vcond): Likewise.
2035 2017-09-05  Richard Sandiford  <richard.sandiford@linaro.org>
2037         * machmode.h (opt_machine_mode): New type.
2038         (opt_mode<T>): Allow construction from anything that can be
2039         converted to a T.
2040         (is_a, as_a, dyn_cast): Add overloads for opt_mode.
2041         (mode_for_size): Return an opt_machine_mode.
2042         * stor-layout.c (mode_for_size): Likewise.
2043         (mode_for_size_tree): Update call accordingly.
2044         (bitwise_mode_for_mode): Likewise.
2045         (make_fract_type): Likewise.
2046         (make_accum_type): Likewise.
2047         * caller-save.c (replace_reg_with_saved_mem): Update call
2048         accordingly.
2049         * config/alpha/alpha.h (SECONDARY_MEMORY_NEEDED_MODE): Likewise.
2050         * config/i386/i386.h (SECONDARY_MEMORY_NEEDED_MODE): Likewise.
2051         * config/s390/s390.h (SECONDARY_MEMORY_NEEDED_MODE): Likewise.
2052         * config/sparc/sparc.h (SECONDARY_MEMORY_NEEDED_MODE): Likewise.
2053         * expmed.c (extract_bit_field_1): Likewise.
2054         * reload.c (get_secondary_mem): Likewise.
2055         * varasm.c (assemble_integer): Likewise.
2056         * lower-subreg.c (simplify_subreg_concatn): Likewise.  Move
2057         early-out.
2059 2017-09-05  Richard Sandiford  <richard.sandiford@linaro.org>
2061         * machmode.h (decimal_float_mode_for_size): New function.
2062         * real.h (REAL_VALUE_TO_TARGET_LONG_DOUBLE): Use float_mode_for_size.
2063         (REAL_VALUE_TO_TARGET_DOUBLE): Likewise.
2064         (REAL_VALUE_TO_TARGET_SINGLE): Likewise.
2065         (REAL_VALUE_TO_TARGET_DECIMAL128): Use decimal_float_mode_for_size.
2066         (REAL_VALUE_TO_TARGET_DECIMAL64): Likewise.
2067         (REAL_VALUE_TO_TARGET_DECIMAL32): Likewise.
2069 2017-09-05  Richard Sandiford  <richard.sandiford@linaro.org>
2071         * builtins.c (expand_builtin_powi): Use int_mode_for_size.
2072         (get_builtin_sync_mode): Likewise.
2073         (expand_ifn_atomic_compare_exchange): Likewise.
2074         (expand_builtin_atomic_clear): Likewise.
2075         (expand_builtin_atomic_test_and_set): Likewise.
2076         (fold_builtin_atomic_always_lock_free): Likewise.
2077         * calls.c (compute_argument_addresses): Likewise.
2078         (emit_library_call_value_1): Likewise.
2079         (store_one_arg): Likewise.
2080         * combine.c (combine_instructions): Likewise.
2081         * config/aarch64/aarch64.c (aarch64_function_value): Likewise.
2082         * config/arm/arm.c (arm_function_value): Likewise.
2083         (aapcs_allocate_return_reg): Likewise.
2084         * config/c6x/c6x.c (c6x_expand_movmem): Likewise.
2085         * config/i386/i386.c (construct_container): Likewise.
2086         (ix86_gimplify_va_arg): Likewise.
2087         (ix86_expand_sse_cmp): Likewise.
2088         (emit_memmov): Likewise.
2089         (emit_memset): Likewise.
2090         (expand_small_movmem_or_setmem): Likewise.
2091         (ix86_expand_pextr): Likewise.
2092         (ix86_expand_pinsr): Likewise.
2093         * config/lm32/lm32.c (lm32_block_move_inline): Likewise.
2094         * config/microblaze/microblaze.c (microblaze_block_move_straight):
2095         Likewise.
2096         * config/mips/mips.c (mips_function_value_1) Likewise.
2097         (mips_block_move_straight): Likewise.
2098         (mips_expand_ins_as_unaligned_store): Likewise.
2099         * config/powerpcspe/powerpcspe.c
2100         (rs6000_darwin64_record_arg_advance_flush): Likewise.
2101         (rs6000_darwin64_record_arg_flush): Likewise.
2102         * config/rs6000/rs6000.c
2103         (rs6000_darwin64_record_arg_advance_flush): Likewise.
2104         (rs6000_darwin64_record_arg_flush): Likewise.
2105         * config/sparc/sparc.c (sparc_function_arg_1): Likewise.
2106         (sparc_function_value_1): Likewise.
2107         * config/spu/spu.c (adjust_operand): Likewise.
2108         (spu_emit_branch_or_set): Likewise.
2109         (arith_immediate_p): Likewise.
2110         * emit-rtl.c (gen_lowpart_common): Likewise.
2111         * expr.c (expand_expr_real_1): Likewise.
2112         * function.c (assign_parm_setup_block): Likewise.
2113         * gimple-ssa-store-merging.c (encode_tree_to_bitpos): Likewise.
2114         * reload1.c (alter_reg): Likewise.
2115         * stor-layout.c (mode_for_vector): Likewise.
2116         (layout_type): Likewise.
2118 2017-09-05  Richard Sandiford  <richard.sandiford@linaro.org>
2120         * config/spu/spu.c (exp2_immediate_p): Use int_mode_for_mode.
2121         (spu_convert_move): Likewise.
2122         * lower-subreg.c (resolve_simple_move): Likewise.
2124 2017-09-05  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2126         PR target/81833
2127         * config/rs6000/altivec.md (altivec_vsum2sws): Convert from a
2128         define_insn to a define_expand.
2129         (altivec_vsum2sws_direct): New define_insn.
2130         (altivec_vsumsws): Convert from a define_insn to a define_expand.
2132 2017-09-05  Wilco Dijkstra  <wdijkstr@arm.com>
2134         * config/arm/arm.c (arm_option_params_internal): Improve setting of
2135         max_insns_skipped.
2137 2017-09-05  H.J. Lu  <hongjiu.lu@intel.com>
2139         PR target/59501
2140         PR target/81624
2141         PR target/81769
2142         * config/i386/i386.c (ix86_finalize_stack_frame_flags): Don't
2143         realign stack if stack alignment needed is less than incoming
2144         stack boundary.
2146 2017-09-05  Marek Polacek  <polacek@redhat.com>
2148         PR sanitizer/82072
2149         * convert.c (convert_to_integer_1) <case NEGATE_EXPR>: Move the ubsan
2150         check earlier.
2152 2017-09-05  Wilco Dijkstra  <wdijkstr@arm.com>
2154         * explow.c (get_dynamic_stack_size): Improve dynamic alignment.
2156 2017-09-05  Richard Biener  <rguenther@suse.de>
2158         PR tree-optimization/82084
2159         * fold-const.c (can_native_encode_string_p): Handle wide characters.
2161 2017-09-05  Richard Biener  <rguenther@suse.de>
2163         PR tree-optimization/82102
2164         * tree-ssa-pre.c (fini_eliminate): Check if lhs is NULL.
2166 2017-09-05  Martin Liska  <mliska@suse.cz>
2168         PR tree-optimization/82032
2169         * tree-cfg.c (generate_range_test): New function.
2170         * tree-cfg.h (generate_range_test): Declared here.
2171         * tree-cfgcleanup.c (convert_single_case_switch): New function.
2172         (cleanup_control_expr_graph): Use it.
2173         * tree-switch-conversion.c (try_switch_expansion): Remove
2174         assert.
2175         (emit_case_nodes): Use generate_range_test.
2177 2017-09-04  Uros Bizjak  <ubizjak@gmail.com>
2179         PR target/82098
2180         * config/i386/i386.md (*<btsc><mode>_mask): Add
2181         TARGET_USE_BT to insn constraint.
2182         (*btr<mode>_mask): Ditto.
2184 2017-09-04  Wilco Dijkstra  <wdijkstr@arm.com>
2186         * config/arm/arm.c (arm_legitimate_index_p): Add comment.
2187         (thumb2_legitimate_index_p): Use correct range for DI/DF mode.
2189 2017-09-04  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2191         PR target/77308
2192         * config/arm/arm.md (*arm_adddi3, *arm_subdi3): Split early except for
2193         TARGET_NEON and TARGET_IWMMXT.
2194         (anddi3, iordi3, xordi3, one_cmpldi2): Split while expanding except for
2195         TARGET_NEON and TARGET_IWMMXT.
2196         (*one_cmpldi2_insn): Moved the body of one_cmpldi2 here.
2198 2017-09-04  Uros Bizjak  <ubizjak@gmail.com>
2200         * config/i386/i386-protos.h (ix86_tls_address_pattern_p) New prototype.
2201         (ix86_rewrite_tls_address): Ditto.
2202         * config/i386/i386.c (ix86_tls_address_pattern_p) New function.
2203         (ix86_rewrite_tls_address_1): Ditto.
2204         (ix86_rewrite_tls_address): Ditto.
2205         * config/i386/predicates.md (tls_address_pattern): New predicate.
2206         * config/i386/i386.md (TLS address splitter): New splitter.
2208 2017-09-04  Richard Biener  <rguenther@suse.de>
2210         PR tree-optimization/82084
2211         * fold-const.h (can_native_encode_string_p): Declare.
2212         * fold-const.c (can_native_encode_string_p): Factor out from ...
2213         (native_encode_string): ... here.
2214         * tree-vect-stmts.c (vectorizable_store): Call it to avoid
2215         vectorizing stores from constants we later cannot handle.
2217 2017-09-04  Marek Polacek  <polacek@redhat.com>
2219         PR c/81783
2220         * doc/invoke.texi: Update -Wtautological-compare documentation.
2222 2017-09-04  Jeff Law  <law@redhat.com>
2224         PR tree-optimization/64910
2225         * tree-ssa-reassoc.c (reassociate_bb): For bitwise binary ops,
2226         swap the first and last operand if the last is a constant.
2228 2017-09-04  Marek Polacek  <polacek@redhat.com>
2230         PR sanitizer/82072
2231         * convert.c (do_narrow): When sanitizing signed integer overflows,
2232         bail out for signed types.
2233         (convert_to_integer_1) <case NEGATE_EXPR>: Likewise.
2235 2017-09-04  Richard Biener  <rguenther@suse.de>
2237         PR tree-optimization/82060
2238         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
2239         Move devirtualization after stmt folding and before EH/AB/noreturn
2240         cleanup to get the stmt refs canonicalized.  Use a bool instead
2241         of gimple_modified_p since that doesn't work for NOPs.  Schedule
2242         NOPs generated by folding for removal.
2244 2017-09-04  Richard Sandiford  <richard.sandiford@linaro.org>
2245             Alan Hayward  <alan.hayward@arm.com>
2246             David Sherwood  <david.sherwood@arm.com>
2248         * coretypes.h (pad_direction): New enum.
2249         * defaults.h (DEFAULT_FUNCTION_ARG_PADDING): Delete.
2250         (FUNCTION_ARG_PADDING): Likewise.
2251         * target.def (function_arg_padding): New hook.
2252         * targhooks.h (default_function_arg_padding): Declare.
2253         * targhooks.c (default_function_arg_padding): New function.
2254         * doc/tm.texi.in (FUNCTION_ARG_PADDING): Replace with...
2255         (TARGET_FUNCTION_ARG_PADDING): ...this.
2256         * doc/tm.texi: Regenerate.
2257         * calls.c (store_unaligned_arguments_into_pseudos): Use pad_direction
2258         instead of direction.
2259         (compute_argument_addresses): Likewise.
2260         (load_register_parameters): Likewise.
2261         (emit_library_call_value_1): Likewise.
2262         (store_one_arg): Use targetm.calls.function_arg_padding instead
2263         of FUNCTION_ARG_PADDING.
2264         (must_pass_in_stack_var_size_or_pad): Likewise.
2265         * expr.c (emit_group_load_1): Use pad_direction instead of direction.
2266         (emit_group_store): Likewise.
2267         (emit_single_push_insn_1): Use targetm.calls.function_arg_padding
2268         instead of FUNCTION_ARG_PADDING.
2269         (emit_push_insn): Likewise, and propagate enum change throughout
2270         function.
2271         * function.h (direction): Delete.
2272         (locate_and_pad_arg_data::where_pad): Use pad_direction instead
2273         of direction.
2274         * function.c (assign_parm_find_stack_rtl): Likewise.
2275         (assign_parm_setup_block_p): Likewise.
2276         (assign_parm_setup_block): Likewise.
2277         (gimplify_parameters): Likewise.
2278         (locate_and_pad_parm): Use targetm.calls.function_arg_padding
2279         instead of FUNCTION_ARG_PADDING, and propagate enum change throughout
2280         function.
2281         * config/aarch64/aarch64.h (FUNCTION_ARG_PADDING): Delete.
2282         (BLOCK_REG_PADDING): Use pad_direction instead of direction.
2283         * config/aarch64/aarch64-protos.h (aarch64_pad_arg_upward): Delete.
2284         * config/aarch64/aarch64.c (aarch64_pad_arg_upward): Replace with...
2285         (aarch64_function_arg_padding): ...this new function.
2286         (aarch64_gimplify_va_arg_expr): Use pad_direction instead of direction.
2287         (TARGET_FUNCTION_ARG_PADDING): Redefine.
2288         * config/arm/arm.h (FUNCTION_ARG_PADDING): Delete.
2289         (BLOCK_REG_PADDING): Use pad_direction instead of direction.
2290         * config/arm/arm-protos.h (arm_pad_arg_upward): Delete.
2291         * config/arm/arm.c (TARGET_FUNCTION_ARG_PADDING): Redefine.
2292         (arm_pad_arg_upward): Replace with...
2293         (arm_function_arg_padding): ...this new function.
2294         * config/c6x/c6x.h (BLOCK_REG_PADDING): Use pad_direction instead
2295         of direction.
2296         * config/ia64/hpux.h (FUNCTION_ARG_PADDING): Delete.
2297         * config/ia64/ia64-protos.h (ia64_hpux_function_arg_padding): Delete.
2298         * config/ia64/ia64.c (TARGET_FUNCTION_ARG_PADDING): Redefine.
2299         (ia64_hpux_function_arg_padding): Replace with...
2300         (ia64_function_arg_padding): ...this new function.  Use pad_direction
2301         instead of direction.  Check for TARGET_HPUX.
2302         * config/iq2000/iq2000.h (FUNCTION_ARG_PADDING): Delete.
2303         * config/iq2000/iq2000.c (TARGET_FUNCTION_ARG_PADDING): Redefine.
2304         (iq2000_function_arg_padding): New function.
2305         * config/mips/mips-protos.h (mips_pad_arg_upward): Delete.
2306         * config/mips/mips.c (mips_pad_arg_upward): Replace with...
2307         (mips_function_arg_padding): ...this new function.
2308         (mips_pad_reg_upward): Update accordingly.
2309         (TARGET_FUNCTION_ARG_PADDING): Redefine.
2310         * config/mips/mips.h (PAD_VARARGS_DOWN): Use
2311         targetm.calls.function_arg_padding.
2312         (FUNCTION_ARG_PADDING): Delete.
2313         (BLOCK_REG_PADDING): Use pad_direction instead of direction.
2314         * config/nios2/nios2.h (FUNCTION_ARG_PADDING): Delete.
2315         (PAD_VARARGS_DOWN): Use targetm.calls.function_arg_padding.
2316         * config/nios2/nios2-protos.h (nios2_function_arg_padding): Delete.
2317         (nios2_block_reg_padding): Return pad_direction instead of direction.
2318         * config/nios2/nios2.c (nios2_block_reg_padding): Return pad_direction
2319         instead of direction.
2320         (nios2_function_arg_padding): Likewise.  Make static.
2321         (TARGET_FUNCTION_ARG_PADDING): Redefine.
2322         * config/pa/pa.h (FUNCTION_ARG_PADDING): Delete.
2323         (BLOCK_REG_PADDING): Use targetm.calls.function_arg_padding.
2324         * config/pa/pa-protos.h (pa_function_arg_padding): Delete.
2325         * config/pa/pa.c (TARGET_FUNCTION_ARG_PADDING): Redefine.
2326         (pa_function_arg_padding): Make static.  Return pad_direction instead
2327         of direction.
2328         * config/powerpcspe/powerpcspe.h (FUNCTION_ARG_PADDING): Delete.
2329         (PAD_VARARGS_DOWN): Use targetm.calls.function_arg_padding.
2330         * config/powerpcspe/aix.h (BLOCK_REG_PADDING): Use pad_direction
2331         instead of direction.  Use targetm.calls.function_arg_padding.
2332         * config/powerpcspe/darwin.h (BLOCK_REG_PADDING): Likewise.
2333         * config/powerpcspe/freebsd64.h (BLOCK_REG_PADDING): Likewise.
2334         * config/powerpcspe/linux64.h (BLOCK_REG_PADDING): Likewise.
2335         * config/powerpcspe/powerpcspe-protos.h (function_arg_padding): Delete.
2336         * config/powerpcspe/powerpcspe.c (TARGET_FUNCTION_ARG_PADDING):
2337         Redefine.
2338         (function_arg_padding): Rename to...
2339         (rs6000_function_arg_padding): ...this.  Make static.  Return
2340         pad_direction instead of direction.
2341         (rs6000_return_in_msb): Use rs6000_function_arg_padding.
2342         * config/rs6000/rs6000.h (FUNCTION_ARG_PADDING): Delete.
2343         (PAD_VARARGS_DOWN): Use targetm.calls.function_arg_padding.
2344         * config/rs6000/aix.h (BLOCK_REG_PADDING): Use pad_direction
2345         instead of direction.  Use targetm.calls.function_arg_padding.
2346         * config/rs6000/darwin.h (BLOCK_REG_PADDING): Likewise.
2347         * config/rs6000/freebsd64.h (BLOCK_REG_PADDING): Likewise.
2348         * config/rs6000/linux64.h (BLOCK_REG_PADDING): Likewise.
2349         * config/rs6000/rs6000-protos.h (function_arg_padding): Delete.
2350         * config/rs6000/rs6000.c (TARGET_FUNCTION_ARG_PADDING): Redefine.
2351         (function_arg_padding): Rename to...
2352         (rs6000_function_arg_padding): ...this.  Make static.  Return
2353         pad_direction instead of direction.
2354         (rs6000_return_in_msb): Use rs6000_function_arg_padding.
2355         * config/s390/s390.h (FUNCTION_ARG_PADDING): Delete.
2356         * config/s390/s390.c (s390_function_arg_padding): New function.
2357         (TARGET_FUNCTION_ARG_PADDING): Redefine.
2358         * config/sparc/sparc.h (FUNCTION_ARG_PADDING): Delete.
2359         * config/sparc/sparc-protos.h (function_arg_padding): Delete.
2360         * config/sparc/sparc.c (TARGET_FUNCTION_ARG_PADDING): Redefine.
2361         (function_arg_padding): Rename to...
2362         (sparc_function_arg_padding): ...this.  Make static.  Return
2363         pad_direction instead of direction.
2364         * config/spu/spu.h (FUNCTION_ARG_PADDING): Delete.
2365         * config/spu/spu.c (spu_function_arg_padding): New function.
2366         (TARGET_FUNCTION_ARG_PADDING): Redefine.
2367         * system.h (FUNCTION_ARG_PADDING): Poison.
2369 2017-09-04  Richard Sandiford  <richard.sandiford@linaro.org>
2370             Alan Hayward  <alan.hayward@arm.com>
2371             David Sherwood  <david.sherwood@arm.com>
2373         * target.def (modes_tieable_p): New hook.
2374         * doc/tm.texi (MODES_TIEABLE_P): Replace with...
2375         (TARGET_MODES_TIEABLE_P): ...this.
2376         * doc/tm.texi.in: Regenerate.
2377         * hooks.h (hook_bool_mode_mode_true): Declare.
2378         * hooks.c (hook_bool_mode_mode_true): New function.
2379         * combine.c (subst): Use targetm.modes_tieable_p instead of
2380         MODES_TIEABLE_P.
2381         * dse.c (find_shift_sequence): Likewise.
2382         * expmed.c (extract_low_bits): Likewise.
2383         * lower-subreg.c: Include target.h.
2384         (find_decomposable_subregs): Use targetm.modes_tieable_p instead of
2385         MODES_TIEABLE_P.
2386         * rtlanal.c (rtx_cost): Likewise.
2387         * config/aarch64/aarch64.h (MODES_TIEABLE_P): Delete.
2388         * config/aarch64/aarch64-protos.h (aarch64_modes_tieable_p): Delete.
2389         * config/aarch64/aarch64.c (aarch64_modes_tieable_p): Make static.
2390         (TARGET_MODES_TIEABLE_P): Redefine.
2391         * config/alpha/alpha.h (MODES_TIEABLE_P): Delete.
2392         * config/alpha/alpha.c (alpha_modes_tieable_p): New function.
2393         (TARGET_MODES_TIEABLE_P): Redefine.
2394         * config/arc/arc.h (MODES_TIEABLE_P): Delete.
2395         * config/arc/arc.c (TARGET_MODES_TIEABLE_P): Redefine.
2396         (arc_modes_tieable_p): New function.
2397         * config/arm/arm.h (MODES_TIEABLE_P): Delete.
2398         * config/arm/arm-protos.h (arm_modes_tieable_p): Delete.
2399         * config/arm/arm.c (TARGET_MODES_TIEABLE_P): Redefine.
2400         (arm_modes_tieable_p): Make static.
2401         * config/avr/avr.h (MODES_TIEABLE_P): Delete.
2402         * config/bfin/bfin.h (MODES_TIEABLE_P): Delete.
2403         * config/bfin/bfin.c (bfin_modes_tieable_p): New function.
2404         (TARGET_MODES_TIEABLE_P): Redefine.
2405         * config/c6x/c6x.h (MODES_TIEABLE_P): Delete.
2406         * config/c6x/c6x.c (c6x_modes_tieable_p): New function.
2407         (TARGET_MODES_TIEABLE_P): Redefine.
2408         * config/cr16/cr16.h (MODES_TIEABLE_P): Delete.
2409         * config/cr16/cr16.c (TARGET_MODES_TIEABLE_P): Redefine.
2410         (cr16_modes_tieable_p): New function.
2411         * config/cris/cris.h (MODES_TIEABLE_P): Delete.
2412         * config/epiphany/epiphany.h (MODES_TIEABLE_P): Delete.
2413         * config/fr30/fr30.h (MODES_TIEABLE_P): Delete.
2414         (TRULY_NOOP_TRUNCATION): Update comment.
2415         * config/frv/frv.h (MODES_TIEABLE_P): Delete.
2416         (TRULY_NOOP_TRUNCATION): Update comment.
2417         * config/frv/frv.c (TARGET_MODES_TIEABLE_P): Redefine.
2418         (frv_modes_tieable_p): New function.
2419         * config/ft32/ft32.h (MODES_TIEABLE_P): Delete.
2420         * config/h8300/h8300.h (MODES_TIEABLE_P): Delete.
2421         * config/h8300/h8300.c (h8300_modes_tieable_p): New function.
2422         (TARGET_MODES_TIEABLE_P): Redefine.
2423         * config/i386/i386.h (MODES_TIEABLE_P): Delete.
2424         * config/i386/i386-protos.h (ix86_modes_tieable_p): Delete.
2425         * config/i386/i386.c (ix86_modes_tieable_p): Make static.
2426         (TARGET_MODES_TIEABLE_P): Redefine.
2427         * config/ia64/ia64.h (MODES_TIEABLE_P): Delete.
2428         * config/ia64/ia64.c (TARGET_MODES_TIEABLE_P): Redefine.
2429         (ia64_modes_tieable_p): New function.
2430         * config/iq2000/iq2000.h (MODES_TIEABLE_P): Delete.
2431         * config/iq2000/iq2000.c (TARGET_MODES_TIEABLE_P): Redefine.
2432         (iq2000_modes_tieable_p): New function.
2433         * config/lm32/lm32.h (MODES_TIEABLE_P): Delete.
2434         * config/lm32/lm32.c (TARGET_MODES_TIEABLE_P): Redefine.
2435         (lm32_modes_tieable_p): New function.
2436         * config/m32c/m32c.h (MODES_TIEABLE_P): Delete.
2437         * config/m32c/m32c-protos.h (m32c_modes_tieable_p): Delete.
2438         * config/m32c/m32c.c (m32c_modes_tieable_p): Make static.
2439         (TARGET_MODES_TIEABLE_P): Redefine.
2440         * config/m32r/m32r.h (MODES_TIEABLE_P): Delete.
2441         * config/m32r/m32r.c (TARGET_MODES_TIEABLE_P): Redefine.
2442         (m32r_modes_tieable_p): New function.
2443         * config/m68k/m68k.h (MODES_TIEABLE_P): Delete.
2444         * config/m68k/m68k.c (TARGET_MODES_TIEABLE_P): Redefine.
2445         (m68k_modes_tieable_p): New function.
2446         * config/mcore/mcore.h (MODES_TIEABLE_P): Delete.
2447         * config/mcore/mcore.c (TARGET_MODES_TIEABLE_P): Redefine.
2448         (mcore_modes_tieable_p): New function.
2449         * config/microblaze/microblaze.h (MODES_TIEABLE_P): Delete.
2450         * config/microblaze/microblaze.c (microblaze_modes_tieable_p): New
2451         function.
2452         (TARGET_MODES_TIEABLE_P): Redefine.
2453         * config/mips/mips.h (MODES_TIEABLE_P): Delete.
2454         * config/mips/mips-protos.h (mips_modes_tieable_p): Delete.
2455         * config/mips/mips.c (mips_modes_tieable_p): Make static.
2456         (TARGET_MODES_TIEABLE_P): Redefine.
2457         * config/mmix/mmix.h (MODES_TIEABLE_P): Delete.
2458         * config/mn10300/mn10300.h (MODES_TIEABLE_P): Delete.
2459         * config/mn10300/mn10300-protos.h (mn10300_modes_tieable): Delete.
2460         * config/mn10300/mn10300.c (mn10300_modes_tieable): Rename to...
2461         (mn10300_modes_tieable_p): ...this and make static.
2462         (TARGET_MODES_TIEABLE_P): Redefine.
2463         * config/moxie/moxie.h (MODES_TIEABLE_P): Delete.
2464         * config/msp430/msp430.h (MODES_TIEABLE_P): Delete.
2465         * config/msp430/msp430-protos.h (msp430_modes_tieable_p): Delete.
2466         * config/msp430/msp430.c (TARGET_MODES_TIEABLE_P): Redefine.
2467         (msp430_modes_tieable_p): Make static.
2468         * config/nds32/nds32.h (MODES_TIEABLE_P): Delete.
2469         * config/nds32/nds32.c (nds32_modes_tieable_p): New function.
2470         (TARGET_MODES_TIEABLE_P): Redefine.
2471         * config/nios2/nios2.h (MODES_TIEABLE_P): Delete.
2472         * config/nvptx/nvptx.h (MODES_TIEABLE_P): Delete.
2473         * config/nvptx/nvptx.c (nvptx_modes_tieable_p): New function.
2474         (TARGET_MODES_TIEABLE_P): Redefine.
2475         * config/pa/pa.h (MODES_TIEABLE_P): Delete.
2476         * config/pa/pa-protos.h (pa_modes_tieable_p): Delete.
2477         * config/pa/pa.c (pa_modes_tieable_p): Make static.
2478         (TARGET_MODES_TIEABLE_P): Redefine.
2479         * config/pdp11/pdp11.h (MODES_TIEABLE_P): Delete.
2480         * config/pdp11/pdp11.c (TARGET_MODES_TIEABLE_P): Redefine.
2481         (pdp11_modes_tieable_p): New function.
2482         * config/powerpcspe/powerpcspe.h (MODES_TIEABLE_P): Delete.
2483         * config/powerpcspe/powerpcspe.c (TARGET_MODES_TIEABLE_P): Redefine.
2484         (rs6000_modes_tieable_p): New function.
2485         (rs6000_debug_reg_global): Use it instead of MODES_TIEABLE_P.
2486         * config/powerpcspe/powerpcspe.md: Update comment.
2487         * config/riscv/riscv.h (MODES_TIEABLE_P): Delete.
2488         * config/riscv/riscv.c (riscv_modes_tieable_p): New function.
2489         (TARGET_MODES_TIEABLE_P): Redefine.
2490         * config/rl78/rl78.h (MODES_TIEABLE_P): Delete.
2491         * config/rl78/rl78.c (TARGET_MODES_TIEABLE_P): Redefine.
2492         (rl78_modes_tieable_p): New function.
2493         * config/rs6000/rs6000.h (MODES_TIEABLE_P): Delete.
2494         * config/rs6000/rs6000.c (TARGET_MODES_TIEABLE_P): Redefine.
2495         (rs6000_modes_tieable_p): New function.
2496         (rs6000_debug_reg_global): Use it instead of MODES_TIEABLE_P.
2497         * config/rs6000/rs6000.md: Update comment.
2498         * config/rx/rx.h (MODES_TIEABLE_P): Delete.
2499         * config/rx/rx.c (rx_modes_tieable_p): New function.
2500         (TARGET_MODES_TIEABLE_P): Redefine.
2501         * config/s390/s390.h (MODES_TIEABLE_P): Delete.
2502         * config/s390/s390.c (s390_modes_tieable_p): New function.
2503         (TARGET_MODES_TIEABLE_P): Redefine.
2504         * config/sh/sh.h (MODES_TIEABLE_P): Delete.
2505         * config/sh/sh.c (TARGET_MODES_TIEABLE_P): Redefine.
2506         (sh_modes_tieable_p): New function.
2507         * config/sparc/sparc.h (MODES_TIEABLE_P): Delete.
2508         * config/sparc/sparc-protos.h (sparc_modes_tieable_p): Delete.
2509         * config/sparc/sparc.c (TARGET_MODES_TIEABLE_P): Redefine.
2510         (sparc_modes_tieable_p): Make static.
2511         * config/spu/spu.h (MODES_TIEABLE_P): Delete.
2512         * config/spu/spu.c (spu_modes_tieable_p): New function.
2513         (TARGET_MODES_TIEABLE_P): Redefine.
2514         * config/stormy16/stormy16.h (MODES_TIEABLE_P): Delete.
2515         * config/stormy16/stormy16.c (xstormy16_modes_tieable_p): New function.
2516         (TARGET_MODES_TIEABLE_P): Redefine.
2517         * config/tilegx/tilegx.h (MODES_TIEABLE_P): Delete.
2518         * config/tilepro/tilepro.h (MODES_TIEABLE_P): Delete.
2519         * config/v850/v850.h (MODES_TIEABLE_P): Delete.
2520         * config/v850/v850.c (v850_modes_tieable_p): New function.
2521         (TARGET_MODES_TIEABLE_P): Redefine.
2522         * config/vax/vax.h (MODES_TIEABLE_P): Delete.
2523         * config/visium/visium.h (MODES_TIEABLE_P): Delete.
2524         * config/visium/visium.c (TARGET_MODES_TIEABLE_P): Redefine.
2525         (visium_modes_tieable_p): New function.
2526         * config/xtensa/xtensa.h (MODES_TIEABLE_P): Delete.
2527         * config/xtensa/xtensa.c (TARGET_MODES_TIEABLE_P): Redefine.
2528         (xtensa_modes_tieable_p): New function.
2529         * system.h (MODES_TIEABLE_P): Poison.
2531 2017-09-04  Richard Sandiford  <richard.sandiford@linaro.org>
2532             Alan Hayward  <alan.hayward@arm.com>
2533             David Sherwood  <david.sherwood@arm.com>
2535         * target.def (hard_regno_mode_ok): New hook.
2536         * doc/tm.texi (HARD_REGNO_MODE_OK): Replace with...
2537         (TARGET_HARD_REGNO_MODE_OK): ...this.
2538         * doc/tm.texi.in: Regenerate.
2539         * hooks.h (hook_bool_uint_mode_true): Declare.
2540         * hooks.c (hook_bool_uint_mode_true): New function.
2541         * doc/md.texi: Refer to targetm.hard_regno_mode_ok instead of
2542         HARD_REGNO_MODE_OK.
2543         * genpreds.c (write_insn_preds_c): Add an include of target.h.
2544         * alias.c (init_alias_target): Use targetm.hard_regno_mode_ok
2545         instead of HARD_REGNO_MODE_OK.
2546         * caller-save.c: Include target.h.
2547         (reg_save_code): Use targetm.hard_regno_mode_ok instead of
2548         HARD_REGNO_MODE_OK.
2549         * combine.c (can_combine_p): Likewise.
2550         (combinable_i3pat): Likewise.
2551         (can_change_dest_mode): Likewise.
2552         * expr.c (init_expr_target): Likewise.
2553         (convert_move): Likewise.
2554         (convert_modes): Likewise.
2555         * ira.c (setup_prohibited_class_mode_regs): Likewise.
2556         (setup_prohibited_mode_move_regs): Likewise.
2557         * ira.h (target_ira): Likewise.
2558         * lra-assigns.c (find_hard_regno_for_1): Likewise.
2559         * lra-constraints.c (process_alt_operands): Likewise.
2560         (split_reg): Likewise.
2561         * recog.c (peep2_find_free_register): Likewise.
2562         * ree.c (combine_reaching_defs): Likewise.
2563         * regcprop.c (maybe_mode_change): Likewise.
2564         * reginfo.c (init_reg_sets_1): Likewise.
2565         (choose_hard_reg_mode): Likewise.
2566         (simplifiable_subregs): Likewise.
2567         * regrename.c (check_new_reg_p): Likewise.
2568         * reload.c (find_valid_class): Likewise.
2569         (find_valid_class_1): Likewise.
2570         (reload_inner_reg_of_subreg): Likewise.
2571         (push_reload): Likewise.
2572         (combine_reloads): Likewise.
2573         (find_dummy_reload): Likewise.
2574         (find_reloads): Likewise.
2575         * reload1.c (find_reg): Likewise.
2576         (set_reload_reg): Likewise.
2577         (allocate_reload_reg): Likewise.
2578         (choose_reload_regs): Likewise.
2579         (reload_adjust_reg_for_temp): Likewise.
2580         * rtlanal.c (subreg_size_offset_from_lsb): Likewise.
2581         (simplify_subreg_regno): Likewise.
2582         * sel-sched.c (init_regs_for_mode): Likewise.
2583         * varasm.c (make_decl_rtl): Likewise.
2584         * config/aarch64/aarch64.h (HARD_REGNO_MODE_OK): Delete.
2585         (MODES_TIEABLE_P): Use targetm.hard_regno_mode_ok instead of
2586         HARD_REGNO_MODE_OK.
2587         * config/aarch64/aarch64-protos.h (aarch64_hard_regno_mode_ok): Delete.
2588         * config/aarch64/aarch64.c (aarch64_hard_regno_mode_ok): Make static.
2589         (TARGET_HARD_REGNO_MODE_OK): Redefine.
2590         * config/alpha/alpha.h (HARD_REGNO_MODE_OK): Delete.
2591         * config/alpha/alpha.c (alpha_hard_regno_mode_ok): New function.
2592         (TARGET_HARD_REGNO_MODE_OK): Redefine.
2593         * config/arc/arc.h (arc_hard_regno_mode_ok): Delete.
2594         (arc_mode_class): Delete.
2595         (HARD_REGNO_MODE_OK): Delete.
2596         * config/arc/arc.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
2597         (arc_hard_regno_mode_ok): Rename old array to...
2598         (arc_hard_regno_mode_ok_modes): ...this.
2599         (arc_conditional_register_usage): Update accordingly.
2600         (arc_mode_class): Make static.
2601         (arc_hard_regno_mode_ok): New function.
2602         * config/arm/arm.h (HARD_REGNO_MODE_OK): Delete.
2603         * config/arm/arm-protos.h (arm_hard_regno_mode_ok): Delete.
2604         * config/arm/arm.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
2605         (arm_hard_regno_mode_ok): Make static.
2606         * config/arm/arm.md (movdi): Use targetm.hard_regno_mode_ok instead of
2607         HARD_REGNO_MODE_OK.
2608         * config/avr/avr-protos.h (avr_hard_regno_mode_ok): Delete.
2609         * config/avr/avr.h (HARD_REGNO_MODE_OK): Delete.
2610         * config/avr/avr.c (avr_hard_regno_mode_ok): Make static and
2611         return a bool.
2612         (TARGET_HARD_REGNO_MODE_OK): Redefine.
2613         * config/bfin/bfin-protos.h (hard_regno_mode_ok): Delete.
2614         * config/bfin/bfin.h (HARD_REGNO_MODE_OK): Delete.
2615         * config/bfin/bfin.c (hard_regno_mode_ok): Rename to...
2616         (bfin_hard_regno_mode_ok): ...this.  Make static and return a bool.
2617         (TARGET_HARD_REGNO_MODE_OK): Redefine.
2618         * config/bfin/predicates.md (valid_reg_operand): Use
2619         targetm.hard_regno_mode_ok instead of HARD_REGNO_MODE_OK.
2620         * config/c6x/c6x.h (HARD_REGNO_MODE_OK): Delete.
2621         * config/c6x/c6x.c (c6x_hard_regno_mode_ok): New function.
2622         (TARGET_HARD_REGNO_MODE_OK): Redefine.
2623         * config/cr16/cr16.h (HARD_REGNO_MODE_OK): Delete.
2624         * config/cr16/cr16-protos.h (cr16_hard_regno_mode_ok): Delete.
2625         * config/cr16/cr16.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
2626         (cr16_hard_regno_mode_ok): Make static and return a bool.
2627         * config/cris/cris.h (HARD_REGNO_MODE_OK): Delete.
2628         * config/cris/cris.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
2629         (cris_hard_regno_mode_ok): New function.
2630         * config/epiphany/epiphany.h (epiphany_hard_regno_mode_ok): Delete.
2631         (epiphany_mode_class): Delete.
2632         (HARD_REGNO_MODE_OK): Delete.
2633         * config/epiphany/epiphany-protos.h (hard_regno_mode_ok): Delete.
2634         * config/epiphany/epiphany.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
2635         (hard_regno_mode_ok): Rename to...
2636         (epiphany_hard_regno_mode_ok): ...this.  Make static and return a bool.
2637         * config/fr30/fr30.h (HARD_REGNO_MODE_OK): Delete.
2638         * config/fr30/fr30.md: Refer to targetm.hard_regno_mode_ok instead of
2639         HARD_REGNO_MODE_OK.
2640         * config/frv/frv.h (HARD_REGNO_MODE_OK): Delete.
2641         * config/frv/frv-protos.h (frv_hard_regno_mode_ok): Delete.
2642         * config/frv/frv.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
2643         (frv_hard_regno_mode_ok): Make static and return a bool.
2644         * config/frv/frv.md: Refer to targetm.hard_regno_mode_ok instead of
2645         HARD_REGNO_MODE_OK.
2646         * config/ft32/ft32.h (HARD_REGNO_MODE_OK): Delete.
2647         * config/h8300/h8300.h (HARD_REGNO_MODE_OK): Delete.
2648         * config/h8300/h8300-protos.h (h8300_hard_regno_mode_ok): Delete.
2649         * config/h8300/h8300.c (h8300_hard_regno_mode_ok): Make static
2650         and return a bool.
2651         (TARGET_HARD_REGNO_MODE_OK): Redefine.
2652         * config/i386/i386.h (HARD_REGNO_MODE_OK): Delete.
2653         * config/i386/i386-protos.h (ix86_hard_regno_mode_ok): Delete.
2654         * config/i386/i386.c (ix86_hard_regno_mode_ok): Make static and
2655         return a bool.
2656         (TARGET_HARD_REGNO_MODE_OK): Redefine.
2657         * config/ia64/ia64.h (HARD_REGNO_MODE_OK): Delete.
2658         * config/ia64/ia64.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
2659         (ia64_hard_regno_mode_ok): New function.
2660         * config/iq2000/iq2000.h (HARD_REGNO_MODE_OK): Delete.
2661         * config/iq2000/iq2000.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
2662         (iq2000_hard_regno_mode_ok): New function.
2663         * config/lm32/lm32.h (HARD_REGNO_MODE_OK): Delete.
2664         * config/lm32/lm32.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
2665         (lm32_hard_regno_mode_ok): New function.
2666         * config/m32c/m32c.h (HARD_REGNO_MODE_OK): Delete.
2667         * config/m32c/m32c-protos.h (m32c_hard_regno_ok): Delete.
2668         * config/m32c/m32c.c (class_can_hold_mode): Use m32c_hard_regno_mode_ok
2669         instead of HARD_REGNO_MODE_OK.
2670         (m32c_hard_regno_ok): Rename to...
2671         (m32c_hard_regno_mode_ok): ...this.  Make static and return a bool.
2672         (m32c_cannot_change_mode_class): Update accordingly.
2673         (TARGET_HARD_REGNO_MODE_OK): Redefine.
2674         * config/m32r/m32r.h (m32r_hard_regno_mode_ok): Delete.
2675         (m32r_mode_class): Delete.
2676         (HARD_REGNO_MODE_OK): Delete.
2677         * config/m32r/m32r.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
2678         (m32r_hard_regno_mode_ok): Rename to...
2679         (m32r_hard_regno_modes): ...this.
2680         (m32r_mode_class): Make static.
2681         (m32r_hard_regno_mode_ok): New function.
2682         * config/m68k/m68k.h (HARD_REGNO_MODE_OK): Delete.
2683         * config/m68k/m68k-protos.h (m68k_regno_mode_ok): Delete.
2684         * config/m68k/m68k.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
2685         (m68k_hard_regno_mode_ok): Make static.
2686         * config/mcore/mcore.h (HARD_REGNO_MODE_OK): Delete.
2687         * config/mcore/mcore.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
2688         (mcore_hard_regno_mode_ok): New function.
2689         * config/microblaze/microblaze.h (microblaze_hard_regno_mode_ok)
2690         (HARD_REGNO_MODE_OK): Delete.
2691         * config/microblaze/microblaze.c (microblaze_hard_regno_mode_ok):
2692         Rename to...
2693         (microblaze_hard_regno_mode_ok_p): ...this and make static.
2694         (microblaze_hard_regno_mode_ok): New function.
2695         (TARGET_HARD_REGNO_MODE_OK): Redefine.
2696         * config/mips/mips.h (HARD_REGNO_MODE_OK): Delete.
2697         (mips_hard_regno_mode_ok): Delete.
2698         * config/mips/mips.c (mips_hard_regno_mode_ok): Rename to...
2699         (mips_hard_regno_mode_ok_p): ...this and make static.
2700         (mips_hard_regno_mode_ok_p): Rename to...
2701         (mips_hard_regno_mode_ok_uncached): ...this.
2702         (mips_hard_regno_mode_ok): New function.
2703         (mips_class_max_nregs): Use mips_hard_regno_mode_ok instead
2704         of HARD_REGNO_MODE_OK.
2705         (mips_option_override): Update after above name changes.
2706         (TARGET_HARD_REGNO_MODE_OK): Redefine.
2707         * config/mmix/mmix.h (HARD_REGNO_MODE_OK): Delete.
2708         * config/mn10300/mn10300.h (HARD_REGNO_MODE_OK): Delete.
2709         * config/mn10300/mn10300-protos.h (mn10300_hard_regno_mode_ok): Delete.
2710         * config/mn10300/mn10300.c (mn10300_hard_regno_mode_ok): Make static.
2711         (TARGET_HARD_REGNO_MODE_OK): Redefine.
2712         * config/moxie/moxie.h (HARD_REGNO_MODE_OK): Delete.
2713         * config/msp430/msp430.h (HARD_REGNO_MODE_OK): Delete.
2714         * config/msp430/msp430-protos.h (msp430_hard_regno_mode_ok): Delete.
2715         * config/msp430/msp430.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
2716         (msp430_hard_regno_mode_ok): Make static and return a bool.
2717         * config/nds32/nds32.h (HARD_REGNO_MODE_OK): Delete.
2718         * config/nds32/nds32-protos.h (nds32_hard_regno_mode_ok): Delete.
2719         * config/nds32/nds32.c (nds32_hard_regno_mode_ok): Make static
2720         and return a bool.
2721         (TARGET_HARD_REGNO_MODE_OK): Redefine.
2722         * config/nios2/nios2.h (HARD_REGNO_MODE_OK): Delete.
2723         * config/nvptx/nvptx.h (HARD_REGNO_MODE_OK): Delete.
2724         * config/pa/pa.h (MODES_TIEABLE_P): Update commentary.
2725         * config/pa/pa32-regs.h (HARD_REGNO_MODE_OK): Rename to...
2726         (PA_HARD_REGNO_MODE_OK): ...this
2727         * config/pa/pa64-regs.h (HARD_REGNO_MODE_OK): Rename to...
2728         (PA_HARD_REGNO_MODE_OK): ...this.
2729         * config/pa/pa.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
2730         (pa_hard_regno_mode_ok): New function.
2731         * config/pdp11/pdp11.h (HARD_REGNO_MODE_OK): Delete.
2732         * config/pdp11/pdp11.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
2733         (pdp11_hard_regno_mode_ok): New function.
2734         * config/powerpcspe/powerpcspe.h (HARD_REGNO_MODE_OK): Delete.
2735         * config/powerpcspe/powerpcspe-protos.h (rs6000_hard_regno_mode_ok_p):
2736         Delete.
2737         * config/powerpcspe/powerpcspe.c (rs6000_hard_regno_mode_ok_p):
2738         Make static.
2739         (TARGET_HARD_REGNO_MODE_OK): Redefine.
2740         (rs6000_hard_regno_mode_ok): Rename to...
2741         (rs6000_hard_regno_mode_ok_uncached): ...this.
2742         (rs6000_init_hard_regno_mode_ok): Update accordingly.
2743         (rs6000_hard_regno_mode_ok): New function.
2744         * config/riscv/riscv.h (HARD_REGNO_MODE_OK): Delete.
2745         * config/riscv/riscv-protos.h (riscv_hard_regno_mode_ok_p): Delete.
2746         * config/riscv/riscv.c (riscv_hard_regno_mode_ok_p): Rename to...
2747         (riscv_hard_regno_mode_ok): ...this and make static.
2748         (TARGET_HARD_REGNO_MODE_OK): Redefine.
2749         * config/rl78/rl78.h (HARD_REGNO_MODE_OK): Delete.
2750         * config/rl78/rl78-protos.h (rl78_hard_regno_mode_ok): Delete.
2751         * config/rl78/rl78.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
2752         (rl78_hard_regno_mode_ok): Make static and return bool.
2753         * config/rs6000/rs6000.h (HARD_REGNO_MODE_OK): Delete.
2754         * config/rs6000/rs6000-protos.h (rs6000_hard_regno_mode_ok_p):
2755         Delete.
2756         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok_p): Make static.
2757         (TARGET_HARD_REGNO_MODE_OK): Redefine.
2758         (rs6000_hard_regno_mode_ok): Rename to...
2759         (rs6000_hard_regno_mode_ok_uncached): ...this.
2760         (rs6000_init_hard_regno_mode_ok): Update accordingly.
2761         (rs6000_hard_regno_mode_ok): New function.
2762         * config/rx/rx.h (HARD_REGNO_MODE_OK): Delete.
2763         * config/rx/rx.c (rx_hard_regno_mode_ok): New function.
2764         (TARGET_HARD_REGNO_MODE_OK): Redefine.
2765         * config/s390/s390.h (HARD_REGNO_MODE_OK): Delete.
2766         * config/s390/s390-protos.h (s390_hard_regno_mode_ok): Delete.
2767         * config/s390/s390.c (s390_hard_regno_mode_ok): Make static.
2768         (TARGET_HARD_REGNO_MODE_OK): Redefine.
2769         * config/sh/sh.h (HARD_REGNO_MODE_OK): Delete.
2770         * config/sh/sh-protos.h (sh_hard_regno_mode_ok): Delete.
2771         * config/sh/sh.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
2772         (sh_hard_regno_mode_ok): Make static.
2773         * config/sparc/constraints.md: Refer to targetm.hard_regno_mode_ok
2774         instead of HARD_REGNO_MODE_OK.
2775         * config/sparc/sparc.h (hard_regno_mode_classes): Delete.
2776         (sparc_mode_class): Delete.
2777         (HARD_REGNO_MODE_OK): Delete.
2778         * config/sparc/sparc.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
2779         (hard_regno_mode_classes): Make static.
2780         (sparc_mode_class): Likewise.
2781         (sparc_hard_regno_mode_ok): New function.
2782         * config/spu/spu.h (HARD_REGNO_MODE_OK): Delete.
2783         * config/stormy16/stormy16.h (HARD_REGNO_MODE_OK): Delete.
2784         * config/stormy16/stormy16.c (xstormy16_hard_regno_mode_ok): New
2785         function.
2786         (TARGET_HARD_REGNO_MODE_OK): Redefine.
2787         * config/tilegx/tilegx.h (HARD_REGNO_MODE_OK): Delete.
2788         * config/tilepro/tilepro.h (HARD_REGNO_MODE_OK): Delete.
2789         * config/v850/v850.h (HARD_REGNO_MODE_OK): Delete.
2790         * config/v850/v850.c (v850_hard_regno_mode_ok): New function.
2791         (TARGET_HARD_REGNO_MODE_OK): Redefine.
2792         * config/vax/vax.h (HARD_REGNO_MODE_OK): Delete.
2793         * config/visium/visium.h (HARD_REGNO_MODE_OK): Delete.
2794         * config/visium/visium.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
2795         (visium_hard_regno_mode_ok): New function.
2796         * config/visium/visium.md: Refer to targetm.hard_regno_mode_ok
2797         instead of HARD_REGNO_MODE_OK.
2798         * config/xtensa/xtensa.h (xtensa_hard_regno_mode_ok): Delete.
2799         (HARD_REGNO_MODE_OK): Delete.
2800         * config/xtensa/xtensa.c (xtensa_hard_regno_mode_ok): Rename to...
2801         (xtensa_hard_regno_mode_ok_p): ...this and make static.
2802         (xtensa_option_override): Update accordingly.
2803         (TARGET_HARD_REGNO_MODE_OK): Redefine.
2804         (xtensa_hard_regno_mode_ok): New function.
2805         * system.h (HARD_REGNO_MODE_OK): Poison.
2807 2017-09-04  Richard Sandiford  <richard.sandiford@linaro.org>
2808             Alan Hayward  <alan.hayward@arm.com>
2809             David Sherwood  <david.sherwood@arm.com>
2811         * target.def (hard_regno_call_part_clobbered): New hook.
2812         * doc/tm.texi.in (HARD_REGNO_CALL_PART_CLOBBERED): Replace with...
2813         (TARGET_HARD_REGNO_CALL_PART_CLOBBERED): ...this hook.
2814         * doc/tm.texi: Regenerate.
2815         * hooks.h (hook_bool_uint_mode_false): Declare.
2816         * hooks.c (hook_bool_uint_mode_false): New function.
2817         * regs.h (HARD_REGNO_CALL_PART_CLOBBERED): Delete.
2818         * cselib.c (cselib_process_insn): Use
2819         targetm.hard_regno_call_part_clobbered instead of
2820         HARD_REGNO_CALL_PART_CLOBBERED.
2821         * ira-conflicts.c (ira_build_conflicts): Likewise.
2822         * ira-costs.c (ira_tune_allocno_costs): Likewise.
2823         * lra-constraints.c (need_for_call_save_p): Likewise.
2824         * lra-lives.c: Include target.h.
2825         (check_pseudos_live_through_calls): Use
2826         targetm.hard_regno_call_part_clobbered instead of
2827         HARD_REGNO_CALL_PART_CLOBBERED.
2828         * regcprop.c: Include target.h.
2829         (copyprop_hardreg_forward_1): Use
2830         targetm.hard_regno_call_part_clobbered instead of
2831         HARD_REGNO_CALL_PART_CLOBBERED.
2832         * reginfo.c (choose_hard_reg_mode): Likewise.
2833         * regrename.c (check_new_reg_p): Likewise.
2834         * reload.c (find_equiv_reg): Likewise.
2835         * reload1.c (emit_reload_insns): Likewise.
2836         * sched-deps.c (deps_analyze_insn): Likewise.
2837         * sel-sched.c (init_regs_for_mode): Likewise.
2838         (mark_unavailable_hard_regs): Likewise.
2839         * targhooks.c (default_dwarf_frame_reg_mode): Likewise.
2840         * config/aarch64/aarch64.h (HARD_REGNO_CALL_PART_CLOBBERED): Delete.
2841         * config/aarch64/aarch64.c (aarch64_hard_regno_call_part_clobbered):
2842         New function.
2843         (TARGET_HARD_REGNO_CALL_PART_CLOBBERED): Redefine.
2844         * config/avr/avr.h (HARD_REGNO_CALL_PART_CLOBBERED): Delete.
2845         * config/avr/avr-protos.h (avr_hard_regno_call_part_clobbered):
2846         Delete.
2847         * config/avr/avr.c (avr_hard_regno_call_part_clobbered): Make static
2848         and return a bool.
2849         (TARGET_HARD_REGNO_CALL_PART_CLOBBERED): Redefine.
2850         * config/i386/i386.h (HARD_REGNO_CALL_PART_CLOBBERED): Delete.
2851         * config/i386/i386.c (ix86_hard_regno_call_part_clobbered): New
2852         function.
2853         (TARGET_HARD_REGNO_CALL_PART_CLOBBERED): Redefine.
2854         * config/mips/mips.h (HARD_REGNO_CALL_PART_CLOBBERED): Delete.
2855         * config/mips/mips.c (mips_hard_regno_call_part_clobbered): New
2856         function.
2857         (TARGET_HARD_REGNO_CALL_PART_CLOBBERED): Redefine.
2858         * config/powerpcspe/powerpcspe.h (HARD_REGNO_CALL_PART_CLOBBERED):
2859         Delete.
2860         * config/powerpcspe/powerpcspe.c
2861         (rs6000_hard_regno_call_part_clobbered): New function.
2862         (TARGET_HARD_REGNO_CALL_PART_CLOBBERED): Redefine.
2863         * config/rs6000/rs6000.h (HARD_REGNO_CALL_PART_CLOBBERED): Delete.
2864         * config/rs6000/rs6000.c (rs6000_hard_regno_call_part_clobbered):
2865         New function.
2866         (TARGET_HARD_REGNO_CALL_PART_CLOBBERED): Redefine.
2867         * config/s390/s390.h (HARD_REGNO_CALL_PART_CLOBBERED): Delete.
2868         * config/s390/s390.c (s390_hard_regno_call_part_clobbered): New
2869         function.
2870         (TARGET_HARD_REGNO_CALL_PART_CLOBBERED): Redefine.
2871         * config/sh/sh.h (HARD_REGNO_CALL_PART_CLOBBERED): Delete.
2872         * system.h (HARD_REGNO_CALL_PART_CLOBBERED): Poison.
2874 2017-09-04  Richard Sandiford  <richard.sandiford@linaro.org>
2875             Alan Hayward  <alan.hayward@arm.com>
2876             David Sherwood  <david.sherwood@arm.com>
2878         * rtl.h (subreg_memory_offset): Declare.
2879         * emit-rtl.c (subreg_memory_offset): New function.
2880         * expmed.c (store_bit_field_1): Use it.
2881         * expr.c (undefined_operand_subword_p): Likewise.
2882         * simplify-rtx.c (simplify_subreg): Likewise.
2884 2017-09-04  Alexander Monakov  <amonakov@ispras.ru>
2886         PR rtl-optimization/57448
2887         PR target/67458
2888         PR target/81316
2889         * optabs.c (expand_atomic_load): Place compiler memory barriers if
2890         using atomic_load pattern.
2891         (expand_atomic_store): Likewise.
2893 2017-09-04  Jakub Jelinek  <jakub@redhat.com>
2895         PR sanitizer/81981
2896         * gimple-fold.c (gimple_fold_call): Optimize away useless UBSAN_PTR
2897         and UBSAN_BOUNDS internal calls.  Clean up IFN_UBSAN_OBJECT_SIZE
2898         handling.  Use replace_call_with_value with NULL instead of
2899         gsi_replace, unlink_stmt_vdef and release_defs.
2901         * gdbhooks.py (OptMachineModePrinter.to_string): Use 8 spaces
2902         instead of tab.
2904         * lra-remat.c (reg_overlap_for_remat_p): Fix a pasto.
2906 2017-09-04  Richard Sandiford  <richard.sandiford@linaro.org>
2908         PR bootstrap/82045
2909         * rtl.h (emit_library_call_value_1): Declare.
2910         (emit_library_call): Replace declaration with a series of overloads.
2911         Remove the parameter count argument.
2912         (emit_library_call_value): Likewise.
2913         * calls.c (emit_library_call_value_1): Make global.  Replace varargs
2914         with an "rtx_mode_t *".
2915         (emit_library_call_value): Delete.
2916         (emit_library_call): Likewise.
2917         * asan.c (asan_emit_stack_protection): Update calls accordingly.
2918         (asan_emit_allocas_unpoison): Likewise.
2919         * builtins.c (expand_builtin_powi): Likewise.
2920         (expand_asan_emit_allocas_unpoison): Likewise.
2921         * cfgexpand.c (expand_main_function): Likewise.
2922         * config/aarch64/aarch64.c (aarch64_trampoline_init): Likewise.
2923         * config/aarch64/aarch64.h (PROFILE_HOOK): Likewise.
2924         * config/alpha/alpha.c (alpha_trampoline_init): Likewise.
2925         * config/arm/arm.c (arm_trampoline_init): Likewise.
2926         (arm_call_tls_get_addr): Likewise.
2927         (arm_expand_divmod_libfunc): Likewise.
2928         * config/bfin/bfin.md (umulsi3_highpart): Likewise.
2929         (smulsi3_highpart): Likewise.
2930         * config/c6x/c6x.c (c6x_initialize_trampoline): Likewise.
2931         (c6x_expand_compare): Likewise.
2932         (c6x_expand_movmem): Likewise.
2933         * config/frv/frv.c (frv_trampoline_init): Likewise.
2934         * config/i386/i386.c (ix86_trampoline_init): Likewise.
2935         (ix86_expand_divmod_libfunc): Likewise.
2936         * config/ia64/ia64.c (ia64_expand_tls_address): Likewise.
2937         (ia64_expand_compare): Likewise.
2938         (ia64_profile_hook): Likewise.
2939         * config/ia64/ia64.md (save_stack_nonlocal): Likewise.
2940         (nonlocal_goto): Likewise.
2941         (restore_stack_nonlocal): Likewise.
2942         * config/m32r/m32r.c (block_move_call): Likewise.
2943         (m32r_trampoline_init): Likewise.
2944         * config/m68k/linux.h (FINALIZE_TRAMPOLINE): Likewise.
2945         * config/m68k/m68k.c (m68k_call_tls_get_addr): Likewise.
2946         (m68k_call_m68k_read_tp): Likewise.
2947         * config/microblaze/microblaze.c (microblaze_call_tls_get_addr)
2948         (microblaze_expand_divide): Likewise.
2949         * config/mips/mips.h (mips_args): Likewise.
2950         * config/mips/sdemtk.h (mips_sync_icache): Likewise.
2951         (MIPS_ICACHE_SYNC): Likewise.
2952         * config/nios2/nios2.c (nios2_emit_expensive_div): Likewise.
2953         (nios2_trampoline_init): Likewise.
2954         * config/pa/pa.c (hppa_tls_call): Likewise.
2955         (pa_trampoline_init): Likewise.
2956         * config/pa/pa.md (canonicalize_funcptr_for_compare): Likewise.
2957         * config/powerpcspe/powerpcspe.c (rs6000_legitimize_tls_address)
2958         (expand_strn_compare): Likewise.
2959         (rs6000_generate_compare): Likewise.
2960         (rs6000_expand_float128_convert): Likewise.
2961         (output_profile_hook): Likewise.
2962         (rs6000_trampoline_init): Likewise.
2963         * config/powerpcspe/powerpcspe.md (neg<mode>2): Likewise.
2964         * config/riscv/riscv.h (PROFILE_HOOK): Likewise.
2965         * config/rs6000/rs6000-string.c (expand_strn_compare): Likewise.
2966         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Likewise.
2967         (rs6000_generate_compare): Likewise.
2968         (rs6000_expand_float128_convert): Likewise.
2969         (output_profile_hook): Likewise.
2970         (rs6000_trampoline_init): Likewise.
2971         * config/rs6000/rs6000.md (neg<mode>2): Likewise.
2972         * config/sh/sh.c (sh_trampoline_init): Likewise.
2973         * config/sparc/sparc.c (emit_soft_tfmode_libcall): Likewise.
2974         (sparc_emit_float_lib_cmp): Likewise.
2975         (sparc32_initialize_trampoline): Likewise.
2976         (sparc64_initialize_trampoline): Likewise.
2977         (sparc_profile_hook): Likewise.
2978         * config/spu/spu.c (ea_load_store): Likewise.
2979         * config/spu/spu.md (floatunssidf2): Likewise.
2980         * config/tilegx/tilegx.c (tilegx_trampoline_init): Likewise.
2981         * config/tilepro/tilepro.c (tilepro_trampoline_init): Likewise.
2982         * config/visium/visium.c (expand_block_move_4): Likewise.
2983         (expand_block_move_2): Likewise.
2984         (expand_block_move_1): Likewise.
2985         (expand_block_set_4): Likewise.
2986         (expand_block_set_2): Likewise.
2987         (expand_block_set_1): Likewise.
2988         (visium_trampoline_init): Likewise.
2989         (visium_profile_hook): Likewise.
2990         * config/xtensa/xtensa.c (xtensa_expand_nonlocal_goto): Likewise.
2991         (xtensa_setup_frame_addresses): Likewise.
2992         (xtensa_trampoline_init): Likewise.
2993         * except.c (sjlj_emit_function_enter): Likewise.
2994         (sjlj_emit_function_exit): Likewise.
2995         * explow.c (allocate_dynamic_stack_space): Likewise.
2996         (probe_stack_range): Likewise.
2997         * expr.c (convert_mode_scalar): Likewise.
2998         * optabs.c (expand_binop): Likewise.
2999         (expand_twoval_binop_libfunc): Likewise.
3000         (expand_unop): Likewise.
3001         (prepare_cmp_insn): Likewise.
3002         (prepare_float_lib_cmp): Likewise.
3003         (expand_float): Likewise.
3004         (expand_fix): Likewise.
3005         (expand_fixed_convert): Likewise.
3006         (maybe_emit_sync_lock_test_and_set): Likewise.
3007         (expand_atomic_compare_and_swap): Likewise.
3008         (expand_mem_thread_fence): Likewise.
3009         (expand_atomic_fetch_op): Likewise.
3011 2017-09-03  Gerald Pfeifer  <gerald@pfeifer.com>
3013         * doc/generic.texi (OpenACC): Adjust URL.
3014         * doc/invoke.texi (C Dialect Options): Ditto.
3016 2017-09-03  Uros Bizjak  <ubizjak@gmail.com>
3018         * config/i386/i386.md (*bt<mode>): Use nonimmediate_operand
3019         predicate for operand 1.  Add (m,<S>) constraint.
3020         (*jcc_bt<mode>): Use nonimmediate_operand predicate for operand 1.
3021         Prevent memory operand 1 with register operand 2.
3023 2017-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
3025         PR rtl-optimization/82024
3026         * combine.c (try_combine): If the combination result is a PARALLEL,
3027         and we only need to retain the SET in there that would be placed
3028         at I2, check that we can place that at I3 instead, before doing so.
3030 2017-09-01  Jakub Jelinek  <jakub@redhat.com>
3032         PR target/81766
3033         * config/i386/i386.c (ix86_init_large_pic_reg): Return label
3034         instead of void.
3035         (ix86_init_pic_reg): Remember label from ix86_init_large_pic_reg,
3036         if non-NULL and preceded by NOTE_INSN_BASIC_BLOCK, swap the note
3037         and label.
3039 2017-09-01  Joerg Sonnenberger  <joerg@bec.de>
3040             Jeff Law  <law@redhat.com>
3042         * varasm.c (bss_initializer_p): Do not put constants into .bss
3043         (categorize_decl_for_section): Handle bss_initializer_p returning
3044         false when DECL_INITIAL is NULL.
3046 2017-09-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3048         PR target/82012
3049         * config/s390/s390.c (s390_can_inline_p): New function.
3051 2017-09-01  Jeff Law  <law@redhat.com>
3053         PR tree-optimization/82052
3054         * tree-ssa-scopedtables.c (avail_exprs_stack::lookup_avail_expr):
3055         Always initialize the returned slot after a hash table miss
3056         when INSERT is true.
3058 2017-09-01  Alexander Monakov  <amonakov@ispras.ru>
3060         * config/s390/s390.md (mem_signal_fence): Remove.
3061         * doc/md.texi (mem_signal_fence): Remove.
3062         * optabs.c (expand_mem_signal_fence): Remove uses of mem_signal_fence.
3063         Update comments.
3064         * target-insns.def (mem_signal_fence): Remove.
3066 2017-09-01  Jakub Jelinek  <jakub@redhat.com>
3068         PR sanitizer/81902
3069         * doc/invoke.texi: Document -fsanitize=pointer-overflow.
3071         PR sanitizer/81923
3072         * asan.c (create_odr_indicator): Strip name encoding from assembler
3073         name before appending it after __odr_asan_.
3075 2017-09-01  Martin Liska  <mliska@suse.cz>
3077         PR tree-optimization/82059
3078         * gimple-ssa-isolate-paths.c (isolate_path): Add profile and
3079         frequency only when an edge is redirected.
3081 2017-09-01  Claudiu Zissulescu  <claziss@synopsys.com>
3083         * config/arc/arc-c.c (__ARC_LPC_WIDTH__): Add builtin define.
3084         * config/arc/arc.c (ARC_MAX_LOOP_LENGTH): Define.
3085         (arc_conditional_register_usage): Remove ARC600 lp_count
3086         exception.
3087         (arc_file_start): Emit Tag_ARC_CPU_variation.
3088         (arc_can_use_doloop_p): New conditions to use ZOLs.
3089         (hwloop_fail): New function.
3090         (hwloop_optimize): Likewise.
3091         (hwloop_pattern_reg): Likewise.
3092         (arc_doloop_hooks): New struct, to be used with reorg_loops.
3093         (arc_reorg_loops): New function, calls reorg_loops.
3094         (arc_reorg): Call arc_reorg_loops.  Remove old ZOL handling.
3095         (arc600_corereg_hazard): Remove ZOL checking, case handled by
3096         hwloop_optimize.
3097         (arc_loop_hazard): Remove function, functionality moved into
3098         hwloop_optimize.
3099         (arc_hazard): Remove arc_loop_hazard call.
3100         (arc_adjust_insn_length): Remove ZOL handling, functionality moved
3101         into hwloop_optimize.
3102         (arc_label_align): Remove ZOL handling.
3103         * config/arc/arc.h (LOOP_ALIGN): Changed to 0.
3104         * config/arc/arc.md (doloop_begin): Remove pattern.
3105         (doloop_begin_i): Likewise.
3106         (doloop_end_i): Likewise.
3107         (doloop_fallback): Likewise.
3108         (doloop_fallback_m): Likewise.
3109         (doloop_end): Reimplement expand.
3110         (arc_lp): New pattern for LP instruction.
3111         (loop_end): New pattern.
3112         (loop_fail): Likewise.
3113         (decrement_and_branch_until_zero): Likewise.
3114         * config/arc/arc.opt (mlpc-width): New option.
3115         * doc/invoke.texi (mlpc-width): Document option.
3117 2017-09-01  Claudiu Zissulescu  <claziss@synopsys.com>
3119         * config/arc/arc.c (arc_ifcvt): Remove use of merge_blocks call.
3120         (arc_ccfsm_advance): Fix checking for delay slots.
3121         (arc_reorg): Add rtl dump after each call to arc_ifcvt.
3123 2017-09-01  Claudiu Zissulescu  <claziss@synopsys.com>
3125         * config/arc/arc.md (movqi_insn): Add stores to save constant long
3126         immediates.
3127         (movhi_insn): Update store instruction constraint which are saving
3128         6-bit short immediates.
3129         (movsi_insn): Consider also short scaled load operations.
3130         (zero_extendhisi2_i): Use Usd constraint instead of T.
3131         (extendhisi2_i): Add q constraint.
3132         (arc_clzsi2): Add type and length attributes.
3133         (arc_ctzsi2): Likewise.
3134         * config/arc/constraints.md (Usc): Update constraint, the
3135         assembler can parse two relocations for a single instruction.
3137 2017-09-01  Claudiu Zissulescu  <claziss@synopsys.com>
3139         * config/arc/arc.c (arc_use_anchors_for_symbol_p): New function.
3140         (TARGET_USE_ANCHORS_FOR_SYMBOL_P): Define.
3142 2017-08-31  Olivier Hainque  <hainque@adacore.com>
3144         * config.gcc (powerpc-wrs-vxworks|vxworksae|vxworksmils): Now
3145         match as powerpc-wrs-vxworks*.
3147 2017-08-31  James Greenhalgh  <james.greenhalgh@arm.com>
3149         * config/aarch64/aarch64-simd.md (aarch64_mla_elt_merge<mode>): Fix
3150         register constraint for by-element operand.
3151         (aarch64_mls_elt_merge<mode>): Likewise.
3153 2017-08-31  Claudiu Zissulescu  <claziss@synopsys.com>
3155         * config/arc/arc.c (arc_can_follow_jump): Check for short
3156         branches.
3158 2017-08-31  Claudiu Zissulescu  <claziss@synopsys.com>
3160         * config.gcc: Use g.opt for arc.
3161         * config/arc/arc.c (LEGITIMATE_SCALED_ADDRESS_P): Deleted,
3162         functionality moved to ...
3163         (legitimate_scaled_address_p): New function, ...here.
3164         (LEGITIMATE_SMALL_DATA_OFFSET_P): New define.
3165         (LEGITIMATE_SMALL_DATA_ADDRESS_P): Use the above define.
3166         (legitimate_offset_address_p): Delete TARGET_NO_SDATA_SET
3167         condition.
3168         (arc_override_options): Handle G option.
3169         (arc_output_pic_addr_const): Correct function definition.
3170         (arc_legitimate_address_p): Use legitimate_scaled_address_p.
3171         (arc_decl_anon_ns_mem_p): Delete.
3172         (arc_in_small_data_p): Overhaul this function to take into
3173         consideration the value given via G option.
3174         (arc_rewrite_small_data_1): Renamed and corrected old
3175         arc_rewrite_small_data function.
3176         (arc_rewrite_small_data): New function.
3177         (small_data_pattern): Don't use pic_offset_table_rtx.
3178         * config/arc/arc.h (CC1_SPEC): Recognize G option.
3179         * config/arc/simdext.md (movmisalignv2hi): Use
3180         prepare_move_operands function.
3181         (mov*): Likewise.
3182         (movmisalign*): Likewise.
3183         * doc/invoke.texi (ARC options): Document -G option.
3185 2017-08-31  Claudiu Zissulescu  <claziss@synopsys.com>
3187         * config/arc/arc-protos.h (compact_sda_memory_operand): Update
3188         prototype.
3189         * config/arc/arc.c (arc_print_operand): Output scalled address for
3190         sdata whenever is possible.
3191         (arc_in_small_data_p): Allow sdata for 64bit datum when double
3192         load/stores are available.
3193         (compact_sda_memory_operand): Check for the alignment required by
3194         code density instructions.
3195         * config/arc/arc.md (movsi_insn): Use newly introduced Us0
3196         constraint.
3197         * config/arc/constraints.md (Usd): Update constraint.
3198         (Us0): New constraint.
3199         (Usc): Update constraint.
3201 2017-08-31  Richard Biener  <rguenther@suse.de>
3203         PR middle-end/82054
3204         * dwarf2out.c (dwarf2out_early_global_decl): Process each
3205         function only once.
3207 2017-08-31  Tamar Christina  <tamar.christina@arm.com>
3209         * config/aarch64/aarch64-builtins.c (aarch64_init_simd_builtins):
3210         Resize type_signature.
3212 2017-08-31  Richard Sandiford  <richard.sandiford@linaro.org>
3213             Alan Hayward  <alan.hayward@arm.com>
3214             David Sherwood  <david.sherwood@arm.com>
3216         * config/aarch64/aarch64.c (aarch64_base_register_rtx_p): Only allow
3217         subregs whose inner modes can be stored in GPRs.
3218         (aarch64_classify_index): Likewise.
3220 2017-08-31  Richard Sandiford  <richard.sandiford@linaro.org>
3221             Alan Hayward  <alan.hayward@arm.com>
3222             David Sherwood  <david.sherwood@arm.com>
3224         * config/aarch64/iterators.md (V_cmp_result): Rename to...
3225         (V_INT_EQUIV): ...this.
3226         (v_cmp_result): Rename to...
3227         (v_int_equiv): ...this.
3228         * config/aarch64/aarch64.md (xorsign<mode>3): Update accordingly.
3229         * config/aarch64/aarch64-simd.md (xorsign<mode>3): Likewise.
3230         (copysign<mode>3): Likewise.
3231         (aarch64_simd_bsl<mode>_internal): Likewise.
3232         (aarch64_simd_bsl<mode>): Likewise.
3233         (vec_cmp<mode><mode>): Likewise.
3234         (vcond<mode><mode>): Likewise.
3235         (vcond<v_cmp_mixed><mode>): Likewise.
3236         (vcondu<mode><v_cmp_mixed>): Likewise.
3237         (aarch64_cm<optab><mode>): Likewise.
3238         (aarch64_cmtst<mode>): Likewise.
3239         (aarch64_fac<optab><mode>): Likewise.
3240         (vec_perm_const<mode>): Likewise.
3241         (vcond_mask_<mode><v_cmp_result>): Rename to...
3242         (vcond_mask_<mode><v_int_equiv>): ...this.
3243         (vec_cmp<mode><v_cmp_result>): Rename to...
3244         (vec_cmp<mode><v_int_equiv>): ...this.
3246 2017-08-31  Richard Sandiford  <richard.sandiford@linaro.org>
3247             Alan Hayward  <alan.hayward@arm.com>
3248             David Sherwood  <david.sherwood@arm.com>
3250         * config/aarch64/aarch64-modes.def: Remove 32-, 48- and 64-byte
3251         vector modes.
3252         * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Delete.
3253         * config/aarch64/aarch64.md (UNSPEC_LD2_DREG, UNSPEC_LD3_DREG)
3254         (UNSPEC_LD4_DREG): New unspecs.
3255         * config/aarch64/aarch64-simd.md (aarch64_ld2<mode>_dreg_le)
3256         (aarch64_ld2<mode>_dreg_be): Replace with...
3257         (aarch64_ld2<mode>_dreg): ...this pattern and use the new DREG
3258         unspec.
3259         (aarch64_ld3<mode>_dreg_le)
3260         (aarch64_ld3<mode>_dreg_be): Replace with...
3261         (aarch64_ld3<mode>_dreg): ...this pattern and use the new DREG
3262         unspec.
3263         (aarch64_ld4<mode>_dreg_le)
3264         (aarch64_ld4<mode>_dreg_be): Replace with...
3265         (aarch64_ld4<mode>_dreg): ...this pattern and use the new DREG
3266         unspec.
3268 2017-08-30  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
3270         PR tree-optimization/81987
3271         * gimple-ssa-strength-reduction.c (insert_initializers): Don't
3272         insert an initializer in a location not dominated by the stride
3273         definition.
3275 2017-08-30  Eric Botcazou  <ebotcazou@adacore.com>
3277         * tree-eh.c (lower_try_finally_switch): Set the location of the finally
3278         on the entire header of the finally block in the fallthru case.
3280 2017-08-30  Eric Botcazou  <ebotcazou@adacore.com>
3282         * varasm.c (decode_addr_const): Deal with INDIRECT_REF <INTEGER_CST>.
3284 2017-08-30  Pat Haugen  <pthaugen@us.ibm.com>
3286         * config/rs6000/rs6000.c (rs6000_emit_prologue_move_from_cr): Rename from
3287         rs6000_emit_move_from_cr and call renamed function.
3288         (rs6000_emit_prologue): Call renamed functions.
3289         * config/rs6000/rs6000.md (prologue_movesi_from_cr): Rename from
3290         movesi_from_cr, remove volatile CRs.
3292 2017-08-30  Jon Beniston  <jon@beniston.com>
3293             Richard Biener  <rguenther@suse.de>
3295         * tree-vect-patterns.c (vect_pattern_recog_1): Use VECTOR_TYPE_P instead
3296         of VECTOR_MODE_P check.
3297         * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size): Allow single
3298         element vector types.
3300 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3302         * df.h (df_read_modify_subreg_p): Remove in favor of...
3303         * rtl.h (read_modify_subreg_p): ...this new function.  Take a
3304         const_rtx instead of an rtx.
3305         * cprop.c (local_cprop_find_used_regs): Update accordingly.
3306         * df-problems.c (df_word_lr_mark_ref): Likewise.
3307         * ira-lives.c (mark_pseudo_reg_live): Likewise.
3308         (mark_pseudo_reg_dead): Likewise.
3309         (mark_ref_dead): Likewise.
3310         * reginfo.c (init_subregs_of_mode): Likewise.
3311         * sched-deps.c (sched_analyze_1): Likewise.
3312         * df-scan.c (df_def_record_1): Likewise.
3313         (df_uses_record): Likewise.
3314         (df_read_modify_subreg_p): Remove in favor of...
3315         * rtlanal.c (read_modify_subreg_p): ...this new function.  Take a
3316         const_rtx instead of an rtx.
3318 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3319             Alan Hayward  <alan.hayward@arm.com>
3320             David Sherwood  <david.sherwood@arm.com>
3322         * rtl.h (partial_subreg_p): New function.
3323         * caller-save.c (save_call_clobbered_regs): Use it.
3324         * calls.c (expand_call): Likewise.
3325         * combine.c (combinable_i3pat): Likewise.
3326         (simplify_set): Likewise.
3327         (make_extraction): Likewise.
3328         (make_compound_operation_int): Likewise.
3329         (gen_lowpart_or_truncate): Likewise.
3330         (force_to_mode): Likewise.
3331         (make_field_assignment): Likewise.
3332         (reg_truncated_to_mode): Likewise.
3333         (record_truncated_value): Likewise.
3334         (move_deaths): Likewise.
3335         * cse.c (record_jump_cond): Likewise.
3336         (cse_insn): Likewise.
3337         * cselib.c (cselib_lookup_1): Likewise.
3338         * expmed.c (extract_bit_field_using_extv): Likewise.
3339         * function.c (assign_parm_setup_reg): Likewise.
3340         * ifcvt.c (noce_convert_multiple_sets): Likewise.
3341         * ira-build.c (create_insn_allocnos): Likewise.
3342         * lra-coalesce.c (merge_pseudos): Likewise.
3343         * lra-constraints.c (match_reload): Likewise.
3344         (simplify_operand_subreg): Likewise.
3345         (curr_insn_transform): Likewise.
3346         * lra-lives.c (process_bb_lives): Likewise.
3347         * lra.c (new_insn_reg): Likewise.
3348         (lra_substitute_pseudo): Likewise.
3349         * regcprop.c (mode_change_ok): Likewise.
3350         (maybe_mode_change): Likewise.
3351         (copyprop_hardreg_forward_1): Likewise.
3352         * reload.c (push_reload): Likewise.
3353         (find_reloads): Likewise.
3354         (find_reloads_subreg_address): Likewise.
3355         * reload1.c (alter_reg): Likewise.
3356         (eliminate_regs_1): Likewise.
3357         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
3359 2017-08-30  David Edelsohn  <dje.gcc@gmail.com>
3361         * config/rs6000/rs6000.c (rs6000_expand_binop_builtin): Revert
3362         back to if statements, including unpack.
3364 2017-08-30  Martin Liska  <mliska@suse.cz>
3366         PR inline-asm/82001
3367         * ipa-icf-gimple.c (func_checker::compare_tree_list_operand):
3368         Rename to ...
3369         (func_checker::compare_asm_inputs_outputs): ... this function.
3370         (func_checker::compare_gimple_asm): Use the function to compare
3371         also ASM constrains.
3372         * ipa-icf-gimple.h: Rename the function.
3374 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3375             Alan Hayward  <alan.hayward@arm.com>
3376             David Sherwood  <david.sherwood@arm.com>
3378         * coretypes.h (complex_mode): New type.
3379         * gdbhooks.py (build_pretty_printer): Handle it.
3380         * machmode.h (complex_mode): New class.
3381         (complex_mode::includes_p): New function.
3382         (is_complex_int_mode): Likewise.
3383         (is_complex_float_mode): Likewise.
3384         * genmodes.c (get_mode_class): Handle complex mode classes.
3385         * function.c (expand_function_end): Use is_complex_int_mode.
3387 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3388             Alan Hayward  <alan.hayward@arm.com>
3389             David Sherwood  <david.sherwood@arm.com>
3391         * coretypes.h (scalar_mode_pod): New typedef.
3392         * gdbhooks.py (build_pretty_printer): Handle it.
3393         * machmode.h (gt_ggc_mx, gt_pch_nx): New functions.
3394         * fixed-value.h (fixed_value::mode): Change type to scalar_mode_pod.
3395         * fold-const.c (fold_convert_const_int_from_fixed): Use scalar_mode.
3396         * tree-streamer-in.c (unpack_ts_fixed_cst_value_fields): Use
3397         as_a <scalar_mode>.
3399 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3400             Alan Hayward  <alan.hayward@arm.com>
3401             David Sherwood  <david.sherwood@arm.com>
3403         * machmode.h (mode_for_vector): Take a scalar_mode instead
3404         of a machine_mode.
3405         * stor-layout.c (mode_for_vector): Likewise.
3406         * explow.c (promote_mode): Use as_a <scalar_mode>.
3407         * sdbout.c (sdbout_parms): Use is_a <scalar_mode>.
3409 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3410             Alan Hayward  <alan.hayward@arm.com>
3411             David Sherwood  <david.sherwood@arm.com>
3413         * target.def (preferred_simd_mode): Take a scalar_mode
3414         instead of a machine_mode.
3415         * targhooks.h (default_preferred_simd_mode): Likewise.
3416         * targhooks.c (default_preferred_simd_mode): Likewise.
3417         * config/arc/arc.c (arc_preferred_simd_mode): Likewise.
3418         * config/arm/arm.c (arm_preferred_simd_mode): Likewise.
3419         * config/c6x/c6x.c (c6x_preferred_simd_mode): Likewise.
3420         * config/epiphany/epiphany.c (epiphany_preferred_simd_mode): Likewise.
3421         * config/i386/i386.c (ix86_preferred_simd_mode): Likewise.
3422         * config/mips/mips.c (mips_preferred_simd_mode): Likewise.
3423         * config/nvptx/nvptx.c (nvptx_preferred_simd_mode): Likewise.
3424         * config/powerpcspe/powerpcspe.c (rs6000_preferred_simd_mode):
3425         Likewise.
3426         * config/rs6000/rs6000.c (rs6000_preferred_simd_mode): Likewise.
3427         * config/s390/s390.c (s390_preferred_simd_mode): Likewise.
3428         * config/sparc/sparc.c (sparc_preferred_simd_mode): Likewise.
3429         * config/aarch64/aarch64.c (aarch64_preferred_simd_mode): Likewise.
3430         (aarch64_simd_scalar_immediate_valid_for_move): Update accordingly.
3431         * doc/tm.texi: Regenerate.
3432         * optabs-query.c (can_vec_mask_load_store_p): Return false for
3433         non-scalar modes.
3435 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3436             Alan Hayward  <alan.hayward@arm.com>
3437             David Sherwood  <david.sherwood@arm.com>
3439         * target.def (scalar_mode_supported_p): Take a scalar_mode
3440         instead of a machine_mode.
3441         * targhooks.h (default_scalar_mode_supported_p): Likewise.
3442         * targhooks.c (default_scalar_mode_supported_p): Likewise.
3443         * config/aarch64/aarch64.c (aarch64_scalar_mode_supported_p): Likewise.
3444         * config/alpha/alpha.c (alpha_scalar_mode_supported_p): Likewise.
3445         * config/arm/arm.c (arm_scalar_mode_supported_p): Likewise.
3446         * config/avr/avr.c (avr_scalar_mode_supported_p): Likewise.
3447         * config/c6x/c6x.c (c6x_scalar_mode_supported_p): Likewise.
3448         * config/i386/i386.c (ix86_scalar_mode_supported_p): Likewise.
3449         * config/ia64/ia64.c (ia64_scalar_mode_supported_p): Likewise.
3450         * config/mips/mips.c (mips_scalar_mode_supported_p): Likewise.
3451         * config/msp430/msp430.c (msp430_scalar_mode_supported_p): Likewise.
3452         * config/pa/pa.c (pa_scalar_mode_supported_p): Likewise.
3453         * config/pdp11/pdp11.c (pdp11_scalar_mode_supported_p): Likewise.
3454         * config/powerpcspe/powerpcspe.c (rs6000_scalar_mode_supported_p):
3455         Likewise.
3456         * config/rs6000/rs6000.c (rs6000_scalar_mode_supported_p): Likewise.
3457         * config/s390/s390.c (s390_scalar_mode_supported_p): Likewise.
3458         * config/spu/spu.c (spu_scalar_mode_supported_p): Likewise.
3459         * config/tilegx/tilegx.c (tilegx_scalar_mode_supported_p): Likewise.
3460         * config/tilepro/tilepro.c (tilepro_scalar_mode_supported_p):
3461         Likewise.
3462         * doc/tm.texi: Regenerate.
3464 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3465             Alan Hayward  <alan.hayward@arm.com>
3466             David Sherwood  <david.sherwood@arm.com>
3468         * coretypes.h (opt_scalar_mode): New typedef.
3469         * gdbhooks.py (build_pretty_printers): Handle it.
3470         * machmode.h (mode_iterator::get_2xwider): Add overload for
3471         opt_mode<T>.
3472         * emit-rtl.c (init_emit_once): Use opt_scalar_mode when iterating
3473         over scalar modes.
3474         * expr.c (convert_mode_scalar): Likewise.
3475         * omp-low.c (omp_clause_aligned_alignment): Likewise.
3476         * optabs.c (expand_float): Likewise.
3477         (expand_fix): Likewise.
3478         * tree-vect-stmts.c (vectorizable_conversion): Likewise.
3480 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3481             Alan Hayward  <alan.hayward@arm.com>
3482             David Sherwood  <david.sherwood@arm.com>
3484         * optabs.c (expand_float): Explicitly check for scalars before
3485         using a branching expansion.
3486         (expand_fix): Likewise.
3488 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3489             Alan Hayward  <alan.hayward@arm.com>
3490             David Sherwood  <david.sherwood@arm.com>
3492         * expr.c (convert_mode): Split scalar handling out into...
3493         (convert_mode_scalar): ...this new function.  Treat the modes
3494         as scalar_modes.
3496 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3497             Alan Hayward  <alan.hayward@arm.com>
3498             David Sherwood  <david.sherwood@arm.com>
3500         * omp-expand.c (expand_omp_atomic): Use is_int_mode, is_float_mode
3501         and scalar_mode.
3502         * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size): Likewise.
3504 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3505             Alan Hayward  <alan.hayward@arm.com>
3506             David Sherwood  <david.sherwood@arm.com>
3508         * fixed-value.h (fixed_from_double_int): Take a scalar_mode
3509         rather than a machine_mode.
3510         (fixed_from_string): Likewise.
3511         (fixed_convert): Likewise.
3512         (fixed_convert_from_int): Likewise.
3513         (fixed_convert_from_real): Likewise.
3514         (real_convert_from_fixed): Likewise.
3515         * fixed-value.c (fixed_from_double_int): Likewise.
3516         (fixed_from_string): Likewise.
3517         (fixed_convert): Likewise.
3518         (fixed_convert_from_int): Likewise.
3519         (fixed_convert_from_real): Likewise.
3520         (real_convert_from_fixed): Likewise.
3521         * config/avr/avr.c (avr_out_round): Use as_a <scalar_mode>.
3523 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3524             Alan Hayward  <alan.hayward@arm.com>
3525             David Sherwood  <david.sherwood@arm.com>
3527         * emit-rtl.c (immed_double_const): Use is_a <scalar_mode> instead
3528         of separate mode class checks.  Do not allow vector modes here.
3529         (immed_wide_int_const): Use as_a <scalar_mode>.
3530         * explow.c (trunc_int_for_mode): Likewise.
3531         * rtl.h (wi::int_traits<rtx_mode_t>::get_precision): Likewise.
3532         (wi::shwi): Likewise.
3533         (wi::min_value): Likewise.
3534         (wi::max_value): Likewise.
3535         * dwarf2out.c (loc_descriptor): Likewise.
3536         * simplify-rtx.c (simplify_immed_subreg): Fix rtx_mode_t argument
3537         for CONST_WIDE_INT.
3539 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3540             Alan Hayward  <alan.hayward@arm.com>
3541             David Sherwood  <david.sherwood@arm.com>
3543         * tree.h (SCALAR_TYPE_MODE): New macro.
3544         * expr.c (expand_expr_addr_expr_1): Use it.
3545         (expand_expr_real_2): Likewise.
3546         * fold-const.c (fold_convert_const_fixed_from_fixed): Likeise.
3547         (fold_convert_const_fixed_from_int): Likewise.
3548         (fold_convert_const_fixed_from_real): Likewise.
3549         (native_encode_fixed): Likewise
3550         (native_encode_complex): Likewise
3551         (native_encode_vector): Likewise.
3552         (native_interpret_fixed): Likewise.
3553         (native_interpret_real): Likewise.
3554         (native_interpret_complex): Likewise.
3555         (native_interpret_vector): Likewise.
3556         * omp-simd-clone.c (simd_clone_adjust_return_type): Likewise.
3557         (simd_clone_adjust_argument_types): Likewise.
3558         (simd_clone_init_simd_arrays): Likewise.
3559         (simd_clone_adjust): Likewise.
3560         * stor-layout.c (layout_type): Likewise.
3561         * tree.c (build_minus_one_cst): Likewise.
3562         * tree-cfg.c (verify_gimple_assign_ternary): Likewise.
3563         * tree-inline.c (estimate_move_cost): Likewise.
3564         * tree-ssa-math-opts.c (convert_plusminus_to_widen): Likewise.
3565         * tree-vect-loop.c (vect_create_epilog_for_reduction): Likewise.
3566         (vectorizable_reduction): Likewise.
3567         * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Likewise.
3568         (vect_recog_mixed_size_cond_pattern): Likewise.
3569         (check_bool_pattern): Likewise.
3570         (adjust_bool_pattern): Likewise.
3571         (search_type_for_mask_1): Likewise.
3572         * tree-vect-slp.c (vect_schedule_slp_instance): Likewise.
3573         * tree-vect-stmts.c (vectorizable_conversion): Likewise.
3574         (vectorizable_load): Likewise.
3575         (vectorizable_store): Likewise.
3576         * ubsan.c (ubsan_encode_value): Likewise.
3577         * varasm.c (output_constant): Likewise.
3579 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3580             Alan Hayward  <alan.hayward@arm.com>
3581             David Sherwood  <david.sherwood@arm.com>
3583         * coretypes.h (scalar_mode): New class.
3584         * machmode.h (scalar_mode): Likewise.
3585         (scalar_mode::includes_p): New function.
3586         (mode_to_inner): Return a scalar_mode rather than a machine_mode.
3587         * gdbhooks.py (build_pretty_printers): Handle scalar_mode.
3588         * genmodes.c (get_mode_class): Handle remaining scalar modes.
3589         * cfgexpand.c (expand_debug_expr): Use scalar_mode.
3590         * expmed.c (store_bit_field_1): Likewise.
3591         (extract_bit_field_1): Likewise.
3592         * expr.c (write_complex_part): Likewise.
3593         (read_complex_part): Likewise.
3594         (emit_move_complex_push): Likewise.
3595         (expand_expr_real_2): Likewise.
3596         * function.c (assign_parm_setup_reg): Likewise.
3597         (assign_parms_unsplit_complex): Likewise.
3598         * optabs.c (expand_binop): Likewise.
3599         * rtlanal.c (subreg_get_info): Likewise.
3600         * simplify-rtx.c (simplify_immed_subreg): Likewise.
3601         * varasm.c (output_constant_pool_2): Likewise.
3603 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3604             Alan Hayward  <alan.hayward@arm.com>
3605             David Sherwood  <david.sherwood@arm.com>
3607         * expmed.c (extract_high_half): Use scalar_int_mode and remove
3608         assertion.
3609         (expmed_mult_highpart_optab): Likewise.
3610         (expmed_mult_highpart): Likewise.
3612 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3613             Alan Hayward  <alan.hayward@arm.com>
3614             David Sherwood  <david.sherwood@arm.com>
3616         * builtins.h (builtin_strncpy_read_str): Take a scalar_int_mode
3617         instead of a machine_mode.
3618         (builtin_memset_read_str): Likewise.
3619         * builtins.c (c_readstr): Likewise.
3620         (builtin_memcpy_read_str): Likewise.
3621         (builtin_strncpy_read_str): Likewise.
3622         (builtin_memset_read_str): Likewise.
3623         (builtin_memset_gen_str): Likewise.
3624         (expand_builtin_signbit): Use scalar_int_mode for local variables.
3625         * cfgexpand.c (convert_debug_memory_address): Take a scalar_int_mode
3626         instead of a machine_mode.
3627         * combine.c (simplify_if_then_else): Use scalar_int_mode for local
3628         variables.
3629         (make_extraction): Likewise.
3630         (try_widen_shift_mode): Take and return scalar_int_modes instead
3631         of machine_modes.
3632         * config/aarch64/aarch64.c (aarch64_libgcc_cmp_return_mode): Return
3633         a scalar_int_mode instead of a machine_mode.
3634         * config/avr/avr.c (avr_addr_space_address_mode): Likewise.
3635         (avr_addr_space_pointer_mode): Likewise.
3636         * config/cr16/cr16.c (cr16_unwind_word_mode): Likewise.
3637         * config/msp430/msp430.c (msp430_addr_space_pointer_mode): Likewise.
3638         (msp430_unwind_word_mode): Likewise.
3639         * config/spu/spu.c (spu_unwind_word_mode): Likewise.
3640         (spu_addr_space_pointer_mode): Likewise.
3641         (spu_addr_space_address_mode): Likewise.
3642         (spu_libgcc_cmp_return_mode): Likewise.
3643         (spu_libgcc_shift_count_mode): Likewise.
3644         * config/rl78/rl78.c (rl78_addr_space_address_mode): Likewise.
3645         (rl78_addr_space_pointer_mode): Likewise.
3646         (fl78_unwind_word_mode): Likewise.
3647         (rl78_valid_pointer_mode): Take a scalar_int_mode instead of a
3648         machine_mode.
3649         * config/alpha/alpha.c (vms_valid_pointer_mode): Likewise.
3650         * config/ia64/ia64.c (ia64_vms_valid_pointer_mode): Likewise.
3651         * config/mips/mips.c (mips_mode_rep_extended): Likewise.
3652         (mips_valid_pointer_mode): Likewise.
3653         * config/tilegx/tilegx.c (tilegx_mode_rep_extended): Likewise.
3654         * config/ft32/ft32.c (ft32_valid_pointer_mode): Likewise.
3655         (ft32_addr_space_pointer_mode): Return a scalar_int_mode instead
3656         of a machine_mode.
3657         (ft32_addr_space_address_mode): Likewise.
3658         * config/m32c/m32c.c (m32c_valid_pointer_mode): Take a
3659         scalar_int_mode instead of a machine_mode.
3660         (m32c_addr_space_pointer_mode): Return a scalar_int_mode instead
3661         of a machine_mode.
3662         (m32c_addr_space_address_mode): Likewise.
3663         * config/powerpcspe/powerpcspe.c (rs6000_abi_word_mode): Likewise.
3664         (rs6000_eh_return_filter_mode): Likewise.
3665         * config/rs6000/rs6000.c (rs6000_abi_word_mode): Likewise.
3666         (rs6000_eh_return_filter_mode): Likewise.
3667         * config/s390/s390.c (s390_libgcc_cmp_return_mode): Likewise.
3668         (s390_libgcc_shift_count_mode): Likewise.
3669         (s390_unwind_word_mode): Likewise.
3670         (s390_valid_pointer_mode): Take a scalar_int_mode rather than a
3671         machine_mode.
3672         * target.def (mode_rep_extended): Likewise.
3673         (valid_pointer_mode): Likewise.
3674         (addr_space.valid_pointer_mode): Likewise.
3675         (eh_return_filter_mode): Return a scalar_int_mode rather than
3676         a machine_mode.
3677         (libgcc_cmp_return_mode): Likewise.
3678         (libgcc_shift_count_mode): Likewise.
3679         (unwind_word_mode): Likewise.
3680         (addr_space.pointer_mode): Likewise.
3681         (addr_space.address_mode): Likewise.
3682         * doc/tm.texi: Regenerate.
3683         * dojump.c (prefer_and_bit_test): Take a scalar_int_mode rather than
3684         a machine_mode.
3685         (do_jump): Use scalar_int_mode for local variables.
3686         * dwarf2cfi.c (init_return_column_size): Take a scalar_int_mode
3687         rather than a machine_mode.
3688         * dwarf2out.c (convert_descriptor_to_mode): Likewise.
3689         (scompare_loc_descriptor_wide): Likewise.
3690         (scompare_loc_descriptor_narrow): Likewise.
3691         * emit-rtl.c (adjust_address_1): Use scalar_int_mode for local
3692         variables.
3693         * except.c (sjlj_emit_dispatch_table): Likewise.
3694         (expand_builtin_eh_copy_values): Likewise.
3695         * explow.c (convert_memory_address_addr_space_1): Likewise.
3696         Take a scalar_int_mode rather than a machine_mode.
3697         (convert_memory_address_addr_space): Take a scalar_int_mode rather
3698         than a machine_mode.
3699         (memory_address_addr_space): Use scalar_int_mode for local variables.
3700         * expmed.h (expand_mult_highpart_adjust): Take a scalar_int_mode
3701         rather than a machine_mode.
3702         * expmed.c (mask_rtx): Likewise.
3703         (init_expmed_one_conv): Likewise.
3704         (expand_mult_highpart_adjust): Likewise.
3705         (extract_high_half): Likewise.
3706         (expmed_mult_highpart_optab): Likewise.
3707         (expmed_mult_highpart): Likewise.
3708         (expand_smod_pow2): Likewise.
3709         (expand_sdiv_pow2): Likewise.
3710         (emit_store_flag_int): Likewise.
3711         (adjust_bit_field_mem_for_reg): Use scalar_int_mode for local
3712         variables.
3713         (extract_low_bits): Likewise.
3714         * expr.h (by_pieces_constfn): Take a scalar_int_mode rather than
3715         a machine_mode.
3716         * expr.c (pieces_addr::adjust):  Likewise.
3717         (can_store_by_pieces): Likewise.
3718         (store_by_pieces): Likewise.
3719         (clear_by_pieces_1): Likewise.
3720         (expand_expr_addr_expr_1): Likewise.
3721         (expand_expr_addr_expr): Use scalar_int_mode for local variables.
3722         (expand_expr_real_1): Likewise.
3723         (try_casesi): Likewise.
3724         * final.c (shorten_branches): Likewise.
3725         * fold-const.c (fold_convert_const_int_from_fixed): Change the
3726         type of "mode" to machine_mode.
3727         * internal-fn.c (expand_arith_overflow_result_store): Take a
3728         scalar_int_mode rather than a machine_mode.
3729         (expand_mul_overflow): Use scalar_int_mode for local variables.
3730         * loop-doloop.c (doloop_modify): Likewise.
3731         (doloop_optimize): Likewise.
3732         * optabs.c (expand_subword_shift): Take a scalar_int_mode rather
3733         than a machine_mode.
3734         (expand_doubleword_shift_condmove): Likewise.
3735         (expand_doubleword_shift): Likewise.
3736         (expand_doubleword_clz): Likewise.
3737         (expand_doubleword_popcount): Likewise.
3738         (expand_doubleword_parity): Likewise.
3739         (expand_absneg_bit): Use scalar_int_mode for local variables.
3740         (prepare_float_lib_cmp): Likewise.
3741         * rtl.h (convert_memory_address_addr_space_1): Take a scalar_int_mode
3742         rather than a machine_mode.
3743         (convert_memory_address_addr_space): Likewise.
3744         (get_mode_bounds): Likewise.
3745         (get_address_mode): Return a scalar_int_mode rather than a
3746         machine_mode.
3747         * rtlanal.c (get_address_mode): Likewise.
3748         * stor-layout.c (get_mode_bounds): Take a scalar_int_mode rather
3749         than a machine_mode.
3750         * targhooks.c (default_mode_rep_extended): Likewise.
3751         (default_valid_pointer_mode): Likewise.
3752         (default_addr_space_valid_pointer_mode): Likewise.
3753         (default_eh_return_filter_mode): Return a scalar_int_mode rather
3754         than a machine_mode.
3755         (default_libgcc_cmp_return_mode): Likewise.
3756         (default_libgcc_shift_count_mode): Likewise.
3757         (default_unwind_word_mode): Likewise.
3758         (default_addr_space_pointer_mode): Likewise.
3759         (default_addr_space_address_mode): Likewise.
3760         * targhooks.h (default_eh_return_filter_mode): Likewise.
3761         (default_libgcc_cmp_return_mode): Likewise.
3762         (default_libgcc_shift_count_mode): Likewise.
3763         (default_unwind_word_mode): Likewise.
3764         (default_addr_space_pointer_mode): Likewise.
3765         (default_addr_space_address_mode): Likewise.
3766         (default_mode_rep_extended): Take a scalar_int_mode rather than
3767         a machine_mode.
3768         (default_valid_pointer_mode): Likewise.
3769         (default_addr_space_valid_pointer_mode): Likewise.
3770         * tree-ssa-address.c (addr_for_mem_ref): Use scalar_int_mode for
3771         local variables.
3772         * tree-ssa-loop-ivopts.c (get_shiftadd_cost): Take a scalar_int_mode
3773         rather than a machine_mode.
3774         * tree-switch-conversion.c (array_value_type): Use scalar_int_mode
3775         for local variables.
3776         * tree-vrp.c (simplify_float_conversion_using_ranges): Likewise.
3777         * var-tracking.c (use_narrower_mode): Take a scalar_int_mode rather
3778         than a machine_mode.
3780 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3781             Alan Hayward  <alan.hayward@arm.com>
3782             David Sherwood  <david.sherwood@arm.com>
3784         * dojump.c (do_jump_by_parts_greater_rtx): Change the type of
3785         the mode argument to scalar_int_mode.
3786         (do_jump_by_parts_zero_rtx): Likewise.
3787         (do_jump_by_parts_equality_rtx): Likewise.
3788         (do_jump_by_parts_greater): Take a mode argument.
3789         (do_jump_by_parts_equality): Likewise.
3790         (do_jump_1): Update calls accordingly.
3792 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3793             Alan Hayward  <alan.hayward@arm.com>
3794             David Sherwood  <david.sherwood@arm.com>
3796         * is-a.h (safe_dyn_cast): New function.
3797         * rtl.h (rtx_jump_table_data::get_data_mode): New function.
3798         (jump_table_for_label): Likewise.
3799         * final.c (final_addr_vec_align): Take an rtx_jump_table_data *
3800         instead of an rtx_insn *.
3801         (shorten_branches): Use dyn_cast instead of LABEL_P and
3802         JUMP_TABLE_DATA_P.  Use jump_table_for_label and
3803         rtx_jump_table_data::get_data_mode.
3804         (final_scan_insn): Likewise.
3806 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3807             Alan Hayward  <alan.hayward@arm.com>
3808             David Sherwood  <david.sherwood@arm.com>
3810         * combine.c (try_combine): Use is_a <scalar_int_mode> when
3811         trying to combine a full-register integer set with a subreg
3812         integer set.
3814 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3815             Alan Hayward  <alan.hayward@arm.com>
3816             David Sherwood  <david.sherwood@arm.com>
3818         * expr.c (expand_expr_addr_expr): Add a new_tmode local variable
3819         that is always either address_mode or pointer_mode.
3821 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3822             Alan Hayward  <alan.hayward@arm.com>
3823             David Sherwood  <david.sherwood@arm.com>
3825         * expr.c (expand_expr_real_2): Use word_mode instead of innermode
3826         when the two are known to be equal.
3828 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3829             Alan Hayward  <alan.hayward@arm.com>
3830             David Sherwood  <david.sherwood@arm.com>
3832         * simplify-rtx.c (simplify_const_unary_operation): Use
3833         is_a <scalar_int_mode> instead of checking for a nonzero
3834         precision.  Forcibly convert op_mode to a scalar_int_mode
3835         in that case.  More clearly differentiate the operand and
3836         result modes and use the former when deciding what the value
3837         of a count-bits operation should be.  Use is_int_mode instead
3838         of checking for a MODE_INT.  Remove redundant check for whether
3839         this mode has a zero precision.
3841 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3842             Alan Hayward  <alan.hayward@arm.com>
3843             David Sherwood  <david.sherwood@arm.com>
3845         * optabs.c (widen_leading): Change the type of the mode argument
3846         to scalar_int_mode.  Use opt_scalar_int_mode for the mode iterator.
3847         (widen_bswap): Likewise.
3848         (expand_parity): Likewise.
3849         (expand_ctz): Change the type of the mode argument to scalar_int_mode.
3850         (expand_ffs): Likewise.
3851         (epand_unop): Check for scalar integer modes before calling the
3852         above routines.
3854 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3855             Alan Hayward  <alan.hayward@arm.com>
3856             David Sherwood  <david.sherwood@arm.com>
3858         * expr.c (const_scalar_mask_from_tree): Add a mode argument.
3859         Expand commentary.
3860         (expand_expr_real_1): Update call accordingly.
3862 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3863             Alan Hayward  <alan.hayward@arm.com>
3864             David Sherwood  <david.sherwood@arm.com>
3866         * expmed.c (store_bit_field_using_insv): Add op0_mode and
3867         value_mode arguments.  Use scalar_int_mode internally.
3868         (store_bit_field_1): Rename the new integer mode from imode
3869         to op0_mode and use it instead of GET_MODE (op0).  Update calls
3870         to store_split_bit_field, store_bit_field_using_insv and
3871         store_fixed_bit_field.
3872         (store_fixed_bit_field): Add op0_mode and value_mode arguments.
3873         Use scalar_int_mode internally.  Use a bit count rather than a mode
3874         when calculating the largest bit size for get_best_mode.
3875         Update calls to store_split_bit_field and store_fixed_bit_field_1.
3876         (store_fixed_bit_field_1): Add mode and value_mode arguments.
3877         Remove assertion that OP0 has a scalar integer mode.
3878         (store_split_bit_field): Add op0_mode and value_mode arguments.
3879         Update calls to extract_fixed_bit_field.
3880         (extract_bit_field_using_extv): Add an op0_mode argument.
3881         Use scalar_int_mode internally.
3882         (extract_bit_field_1): Rename the new integer mode from imode to
3883         op0_mode and use it instead of GET_MODE (op0).  Update calls to
3884         extract_split_bit_field, extract_bit_field_using_extv and
3885         extract_fixed_bit_field.
3886         (extract_fixed_bit_field): Add an op0_mode argument.  Update calls
3887         to extract_split_bit_field and extract_fixed_bit_field_1.
3888         (extract_fixed_bit_field_1): Add a mode argument.  Remove assertion
3889         that OP0 has a scalar integer mode.  Use as_a <scalar_int_mode>
3890         on the target mode.
3891         (extract_split_bit_field): Add an op0_mode argument.  Update call
3892         to extract_fixed_bit_field.
3894 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3895             Alan Hayward  <alan.hayward@arm.com>
3896             David Sherwood  <david.sherwood@arm.com>
3898         * cse.c (cse_insn): Use opt_scalar_int_mode for the mode iterator.
3899         * explow.c (hard_function_value): Likewise.
3900         * expmed.c (extract_fixed_bit_field_1): Likewise.  Move the
3901         convert_to_mode call outside the loop.
3902         * expr.c (alignment_for_piecewise_move): Use opt_scalar_int_mode
3903         for the mode iterator.  Require the mode specified by max_pieces
3904         to exist.
3905         (emit_block_move_via_movmem): Use opt_scalar_int_mode for the
3906         mode iterator.
3907         (copy_blkmode_to_reg): Likewise.
3908         (set_storage_via_setmem): Likewise.
3909         * optabs.c (prepare_cmp_insn): Likewise.
3910         * rtlanal.c (init_num_sign_bit_copies_in_rep): Likewise.
3911         * stor-layout.c (finish_bitfield_representative): Likewise.
3913 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3914             Alan Hayward  <alan.hayward@arm.com>
3915             David Sherwood  <david.sherwood@arm.com>
3917         * rtl.h (subreg_unpromoted_mode, subreg_promoted_mode): New functions.
3918         * expr.c (convert_move): Use them.
3919         (convert_modes): Likewise.
3920         (store_expr_with_bounds): Likewise.
3922 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3923             Alan Hayward  <alan.hayward@arm.com>
3924             David Sherwood  <david.sherwood@arm.com>
3926         * rtl.h (rtl_hooks::reg_nonzero_bits): Add a scalar_int_mode
3927         parameter for the mode of "x".  Remove the "known_x", "known_mode"
3928         and "known_ret" arguments.  Change the type of the mode argument
3929         to scalar_int_mode.
3930         (rtl_hooks:reg_num_sign_bit_copies): Likewise.
3931         * combine.c (reg_nonzero_bits_for_combine): Update accordingly.
3932         (reg_num_sign_bit_copies_for_combine): Likewise.
3933         * rtlanal.c (nonzero_bits1): Likewise.
3934         (num_sign_bit_copies1): Likewise.
3935         * rtlhooks-def.h (reg_nonzero_bits_general): Likewise.
3936         (reg_num_sign_bit_copies_general): Likewise.
3937         * rtlhooks.c (reg_num_sign_bit_copies_general): Likewise.
3938         (reg_nonzero_bits_general): Likewise.
3940 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3941             Alan Hayward  <alan.hayward@arm.com>
3942             David Sherwood  <david.sherwood@arm.com>
3944         * rtlanal.c (num_sign_bit_copies): Handle VOIDmode here rather
3945         than in subroutines.  Return 1 for non-integer modes.
3946         (cached_num_sign_bit_copies): Change the type of the mode parameter
3947         to scalar_int_mode.
3948         (num_sign_bit_copies1): Likewise.  Remove early exit for other mode
3949         classes.  Handle CONST_INT_P first and then check whether X also
3950         has a scalar integer mode.  Check the same thing for inner registers
3951         of a SUBREG and for values that are being extended or truncated.
3953 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3954             Alan Hayward  <alan.hayward@arm.com>
3955             David Sherwood  <david.sherwood@arm.com>
3957         * rtlanal.c (nonzero_bits): Handle VOIDmode here rather than
3958         in subroutines.  Return the mode mask for non-integer modes.
3959         (cached_nonzero_bits): Change the type of the mode parameter
3960         to scalar_int_mode.
3961         (nonzero_bits1): Likewise.  Remove early exit for other mode
3962         classes.  Handle CONST_INT_P first and then check whether X
3963         also has a scalar integer mode.
3965 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3966             Alan Hayward  <alan.hayward@arm.com>
3967             David Sherwood  <david.sherwood@arm.com>
3969         * expr.c (widest_int_mode_for_size): Make the comment match the code.
3970         Return a scalar_int_mode and assert that the size is greater than
3971         one byte.
3972         (by_pieces_ninsns): Update accordingly and remove VOIDmode handling.
3973         (op_by_pieces_d::op_by_pieces_d): Likewise.
3974         (op_by_pieces_d::run): Likewise.
3975         (can_store_by_pieces): Likewise.
3977 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3978             Alan Hayward  <alan.hayward@arm.com>
3979             David Sherwood  <david.sherwood@arm.com>
3981         * combine.c (extract_left_shift): Add a mode argument and update
3982         recursive calls.
3983         (make_compound_operation_int): Change the type of the mode parameter
3984         to scalar_int_mode and update the call to extract_left_shift.
3986 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3987             Alan Hayward  <alan.hayward@arm.com>
3988             David Sherwood  <david.sherwood@arm.com>
3990         * combine.c (simplify_and_const_int): Change the type of the mode
3991         parameter to scalar_int_mode.
3992         (simplify_and_const_int_1): Likewise.  Update recursive call.
3994 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3995             Alan Hayward  <alan.hayward@arm.com>
3996             David Sherwood  <david.sherwood@arm.com>
3998         * combine.c (simplify_compare_const): Check that the mode is a
3999         scalar_int_mode (rather than VOIDmode) before testing its
4000         precision.
4001         (simplify_comparison): Move COMPARISON_P handling out of the
4002         loop and restrict the latter part of the loop to scalar_int_modes.
4003         Check is_a <scalar_int_mode> before calling HWI_COMPUTABLE_MODE_P
4004         and when considering SUBREG_REGs.  Use is_int_mode instead of
4005         checking GET_MODE_CLASS against MODE_INT.
4007 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4008             Alan Hayward  <alan.hayward@arm.com>
4009             David Sherwood  <david.sherwood@arm.com>
4011         * combine.c (try_widen_shift_mode): Move check for equal modes to...
4012         (simplify_shift_const_1): ...here.  Use scalar_int_mode for
4013         shift_unit_mode and for modes involved in scalar shifts.
4015 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4016             Alan Hayward  <alan.hayward@arm.com>
4017             David Sherwood  <david.sherwood@arm.com>
4019         * combine.c (force_int_to_mode): New function, split out from...
4020         (force_to_mode): ...here.  Keep xmode up-to-date and use it
4021         instead of GET_MODE (x).
4023 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4024             Alan Hayward  <alan.hayward@arm.com>
4025             David Sherwood  <david.sherwood@arm.com>
4027         * optabs-query.h (extraction_insn::struct_mode): Change type to
4028         opt_scalar_int_mode and update comment.
4029         (extraction_insn::field_mode): Change type to scalar_int_mode.
4030         (extraction_insn::pos_mode): Likewise.
4031         * combine.c (make_extraction): Update accordingly.
4032         * optabs-query.c (get_traditional_extraction_insn): Likewise.
4033         (get_optab_extraction_insn): Likewise.
4034         * recog.c (simplify_while_replacing): Likewise.
4035         * expmed.c (narrow_bit_field_mem): Change the type of the mode
4036         parameter to opt_scalar_int_mode.
4038 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4039             Alan Hayward  <alan.hayward@arm.com>
4040             David Sherwood  <david.sherwood@arm.com>
4042         * machmode.h (bit_field_mode_iterator::next_mode): Take a pointer
4043         to a scalar_int_mode instead of a machine_mode.
4044         (bit_field_mode_iterator::m_mode): Change type to opt_scalar_int_mode.
4045         (get_best_mode): Return a boolean and use a pointer argument to store
4046         the selected mode.  Replace the limit mode parameter with a bit limit.
4047         * expmed.c (adjust_bit_field_mem_for_reg): Use scalar_int_mode
4048         for the values returned by bit_field_mode_iterator::next_mode.
4049         (store_bit_field): Update call to get_best_mode.
4050         (store_fixed_bit_field): Likewise.
4051         (extract_fixed_bit_field): Likewise.
4052         * expr.c (optimize_bitfield_assignment_op): Likewise.
4053         * fold-const.c (optimize_bit_field_compare): Likewise.
4054         (fold_truth_andor_1): Likewise.
4055         * stor-layout.c (bit_field_mode_iterator::next_mode): As above.
4056         Update for new type of m_mode.
4057         (get_best_mode): As above.
4059 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4060             Alan Hayward  <alan.hayward@arm.com>
4061             David Sherwood  <david.sherwood@arm.com>
4063         * expmed.c (strict_volatile_bitfield_p): Change the type of fieldmode
4064         to scalar_int_mode.  Remove check for SCALAR_INT_MODE_P.
4065         (store_bit_field): Check is_a <scalar_int_mode> before calling
4066         strict_volatile_bitfield_p.
4067         (extract_bit_field): Likewise.
4069 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4070             Alan Hayward  <alan.hayward@arm.com>
4071             David Sherwood  <david.sherwood@arm.com>
4073         * target.def (cstore_mode): Return a scalar_int_mode.
4074         * doc/tm.texi: Regenerate.
4075         * config/sparc/sparc.c (sparc_cstore_mode): Return a scalar_int_mode.
4076         * targhooks.h (default_cstore_mode): Likewise.
4077         * targhooks.c (default_cstore_mode): Likewise, using a forced
4078         conversion.
4079         * expmed.c (emit_cstore): Expect the target of the cstore to be
4080         a scalar_int_mode.
4082 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4083             Alan Hayward  <alan.hayward@arm.com>
4084             David Sherwood  <david.sherwood@arm.com>
4086         * cfgloop.h (rtx_iv): Change type of extend_mode and mode to
4087         scalar_int_mode.
4088         (niter_desc): Likewise mode.
4089         (iv_analyze): Add a mode parameter.
4090         (biv_p): Likewise.
4091         (iv_analyze_expr): Pass the mode paraeter before the rtx it describes
4092         and change its type to scalar_int_mode.
4093         * loop-iv.c: Update commentary at head of file.
4094         (iv_constant): Pass the mode paraeter before the rtx it describes
4095         and change its type to scalar_int_mode.  Remove VOIDmode handling.
4096         (iv_subreg): Change the type of the mode parameter to scalar_int_mode.
4097         (iv_extend): Likewise.
4098         (shorten_into_mode): Likewise.
4099         (iv_add): Use scalar_int_mode.
4100         (iv_mult): Likewise.
4101         (iv_shift): Likewise.
4102         (canonicalize_iv_subregs): Likewise.
4103         (get_biv_step_1): Pass the outer_mode parameter before the rtx
4104         it describes and change its mode to scalar_int_mode.   Also change
4105         the type of the returned inner_mode to scalar_int_mode.
4106         (get_biv_step): Likewise, turning outer_mode from a pointer
4107         into a direct parameter.  Update call to get_biv_step_1.
4108         (iv_analyze_biv): Add an outer_mode parameter.  Update calls to
4109         iv_constant and get_biv_step.
4110         (iv_analyze_expr): Pass the mode parameter before the rtx it describes
4111         and change its type to scalar_int_mode.  Don't initialise iv->mode
4112         to VOIDmode and remove later checks for its still being VOIDmode.
4113         Update calls to iv_analyze_op and iv_analyze_expr.  Check
4114         is_a <scalar_int_mode> when changing the mode under consideration.
4115         (iv_analyze_def): Ignore registers that don't have a scalar_int_mode.
4116         Update call to iv_analyze_expr.
4117         (iv_analyze_op): Add a mode parameter.  Reject subregs whose
4118         inner register is not also a scalar_int_mode.  Update call to
4119         iv_analyze_biv.
4120         (iv_analyze): Add a mode parameter.  Update call to iv_analyze_op.
4121         (biv_p): Add a mode parameter.  Update call to iv_analyze_biv.
4122         (iv_number_of_iterations): Use is_a <scalar_int_mode> instead of
4123         separate mode class checks.  Update calls to iv_analyze.  Remove
4124         fix-up of VOIDmodes after iv_analyze_biv.
4125         * loop-unroll.c (analyze_iv_to_split_insn): Reject registers that
4126         don't have a scalar_int_mode.  Update call to biv_p.
4128 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4129             Alan Hayward  <alan.hayward@arm.com>
4130             David Sherwood  <david.sherwood@arm.com>
4132         * cfgexpand.c (convert_debug_memory_address): Use
4133         as_a <scalar_int_mode>.
4134         * combine.c (expand_compound_operation): Likewise.
4135         (make_extraction): Likewise.
4136         (change_zero_ext): Likewise.
4137         (simplify_comparison): Likewise.
4138         * cse.c (cse_insn): Likewise.
4139         * dwarf2out.c (minmax_loc_descriptor): Likewise.
4140         (mem_loc_descriptor): Likewise.
4141         (loc_descriptor): Likewise.
4142         * expmed.c (init_expmed_one_mode): Likewise.
4143         (synth_mult): Likewise.
4144         (emit_store_flag_1): Likewise.
4145         (expand_divmod): Likewise.  Use HWI_COMPUTABLE_MODE_P instead
4146         of a comparison with size.
4147         * expr.c (expand_assignment): Use as_a <scalar_int_mode>.
4148         (reduce_to_bit_field_precision): Likewise.
4149         * function.c (expand_function_end): Likewise.
4150         * internal-fn.c (expand_arith_overflow_result_store): Likewise.
4151         * loop-doloop.c (doloop_modify): Likewise.
4152         * optabs.c (expand_binop): Likewise.
4153         (expand_unop): Likewise.
4154         (expand_copysign_absneg): Likewise.
4155         (prepare_cmp_insn): Likewise.
4156         (maybe_legitimize_operand): Likewise.
4157         * recog.c (const_scalar_int_operand): Likewise.
4158         * rtlanal.c (get_address_mode): Likewise.
4159         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
4160         (simplify_cond_clz_ctz): Likewise.
4161         * tree-nested.c (get_nl_goto_field): Likewise.
4162         * tree.c (build_vector_type_for_mode): Likewise.
4163         * var-tracking.c (use_narrower_mode): Likewise.
4165 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4166             Alan Hayward  <alan.hayward@arm.com>
4167             David Sherwood  <david.sherwood@arm.com>
4169         * tree.h (SCALAR_INT_TYPE_MODE): New macro.
4170         * builtins.c (expand_builtin_signbit): Use it.
4171         * cfgexpand.c (expand_debug_expr): Likewise.
4172         * dojump.c (do_jump): Likewise.
4173         (do_compare_and_jump): Likewise.
4174         * dwarf2cfi.c (expand_builtin_init_dwarf_reg_sizes): Likewise.
4175         * expmed.c (make_tree): Likewise.
4176         * expr.c (expand_expr_real_2): Likewise.
4177         (expand_expr_real_1): Likewise.
4178         (try_casesi): Likewise.
4179         * fold-const-call.c (fold_const_call_ss): Likewise.
4180         * fold-const.c (unextend): Likewise.
4181         (extract_muldiv_1): Likewise.
4182         (fold_single_bit_test): Likewise.
4183         (native_encode_int): Likewise.
4184         (native_encode_string): Likewise.
4185         (native_interpret_int): Likewise.
4186         * gimple-fold.c (gimple_fold_builtin_memset): Likewise.
4187         * internal-fn.c (expand_addsub_overflow): Likewise.
4188         (expand_neg_overflow): Likewise.
4189         (expand_mul_overflow): Likewise.
4190         (expand_arith_overflow): Likewise.
4191         * match.pd: Likewise.
4192         * stor-layout.c (layout_type): Likewise.
4193         * tree-cfg.c (verify_gimple_assign_ternary): Likewise.
4194         * tree-ssa-math-opts.c (convert_mult_to_widen): Likewise.
4195         * tree-ssanames.c (get_range_info): Likewise.
4196         * tree-switch-conversion.c (array_value_type) Likewise.
4197         * tree-vect-patterns.c (vect_recog_rotate_pattern): Likewise.
4198         (vect_recog_divmod_pattern): Likewise.
4199         (vect_recog_mixed_size_cond_pattern): Likewise.
4200         * tree-vrp.c (extract_range_basic): Likewise.
4201         (simplify_float_conversion_using_ranges): Likewise.
4202         * tree.c (int_fits_type_p): Likewise.
4203         * ubsan.c (instrument_bool_enum_load): Likewise.
4204         * varasm.c (mergeable_string_section): Likewise.
4205         (narrowing_initializer_constant_valid_p): Likewise.
4206         (output_constant): Likewise.
4208 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4209             Alan Hayward  <alan.hayward@arm.com>
4210             David Sherwood  <david.sherwood@arm.com>
4212         * machmode.h (NARROWEST_INT_MODE): New macro.
4213         * expr.c (alignment_for_piecewise_move): Use it instead of
4214         GET_CLASS_NARROWEST_MODE (MODE_INT).
4215         (push_block): Likewise.
4216         * stor-layout.c (bit_field_mode_iterator::bit_field_mode_iterator):
4217         Likewise.
4218         * tree-vrp.c (simplify_float_conversion_using_ranges): Likewise.
4220 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4221             Alan Hayward  <alan.hayward@arm.com>
4222             David Sherwood  <david.sherwood@arm.com>
4224         * postreload.c (move2add_valid_value_p): Change the type of the
4225         mode parameter to scalar_int_mode.
4226         (move2add_use_add2_insn): Add a mode parameter and use it instead
4227         of GET_MODE (reg).
4228         (move2add_use_add3_insn): Likewise.
4229         (reload_cse_move2add): Update accordingly.
4231 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4232             Alan Hayward  <alan.hayward@arm.com>
4233             David Sherwood  <david.sherwood@arm.com>
4235         * expr.c (expand_expr_real_2): Use scalar_int_mode for the
4236         double-word mode.
4237         * lower-subreg.c (resolve_shift_zext): Use is_a <scalar_int_mode>.
4238         * optabs.c (expand_unop): Likewise.
4240 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4241             Alan Hayward  <alan.hayward@arm.com>
4242             David Sherwood  <david.sherwood@arm.com>
4244         * dwarf2out.c (typed_binop): Change mode parameter to scalar_int_mode.
4245         (clz_loc_descriptor): Likewise.  Remove SCALAR_INT_MODE_P check.
4246         (popcount_loc_descriptor): Likewise.
4247         (bswap_loc_descriptor): Likewise.
4248         (rotate_loc_descriptor): Likewise.
4249         (mem_loc_descriptor): Add is_a <scalar_int_mode> checks before
4250         calling the functions above.
4252 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4253             Alan Hayward  <alan.hayward@arm.com>
4254             David Sherwood  <david.sherwood@arm.com>
4256         * combine.c (sign_extend_short_imm): Add is_a <scalar_int_mode>
4257         checks.
4258         (try_combine): Likewise.
4259         (simplify_if_then_else): Likewise.
4260         * cse.c (cse_insn): Likewise.
4261         * dwarf2out.c (mem_loc_descriptor): Likewise.
4262         * emit-rtl.c (gen_lowpart_common): Likewise.
4263         * simplify-rtx.c (simplify_truncation): Likewise.
4264         (simplify_binary_operation_1): Likewise.
4265         (simplify_const_relational_operation): Likewise.
4266         (simplify_ternary_operation): Likewise.
4267         * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Likewise.
4269 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4270             Alan Hayward  <alan.hayward@arm.com>
4271             David Sherwood  <david.sherwood@arm.com>
4273         * cse.c (cse_insn): Add is_a <scalar_int_mode> checks.
4274         * reload.c (push_reload): Likewise.
4275         (find_reloads): Likewise.
4277 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4278             Alan Hayward  <alan.hayward@arm.com>
4279             David Sherwood  <david.sherwood@arm.com>
4281         * combine.c (find_split_point): Add is_a <scalar_int_mode> checks.
4282         (make_compound_operation_int): Likewise.
4283         (change_zero_ext): Likewise.
4284         * expr.c (convert_move): Likewise.
4285         (convert_modes): Likewise.
4286         * fwprop.c (forward_propagate_subreg): Likewise.
4287         * loop-iv.c (get_biv_step_1): Likewise.
4288         * optabs.c (widen_operand): Likewise.
4289         * postreload.c (move2add_valid_value_p): Likewise.
4290         * recog.c (simplify_while_replacing): Likewise.
4291         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
4292         (simplify_binary_operation_1): Likewise.  Remove redundant
4293         mode equality check.
4295 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4296             Alan Hayward  <alan.hayward@arm.com>
4297             David Sherwood  <david.sherwood@arm.com>
4299         * combine.c (combine_simplify_rtx): Add checks for
4300         is_a <scalar_int_mode>.
4301         (simplify_if_then_else): Likewise.
4302         (make_field_assignment): Likewise.
4303         (simplify_comparison): Likewise.
4304         * ifcvt.c (noce_try_bitop): Likewise.
4305         * loop-invariant.c (canonicalize_address_mult): Likewise.
4306         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
4308 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4309             Alan Hayward  <alan.hayward@arm.com>
4310             David Sherwood  <david.sherwood@arm.com>
4312         * gimple-fold.c (gimple_fold_builtin_memory_op): Use
4313         is_a <scalar_int_mode> instead of != BLKmode.
4315 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4316             Alan Hayward  <alan.hayward@arm.com>
4317             David Sherwood  <david.sherwood@arm.com>
4319         * cfgexpand.c (expand_debug_expr): Use is_a <scalar_int_mode>
4320         instead of != VOIDmode.
4321         * combine.c (if_then_else_cond): Likewise.
4322         (change_zero_ext): Likewise.
4323         * dwarf2out.c (mem_loc_descriptor): Likewise.
4324         (loc_descriptor): Likewise.
4325         * rtlanal.c (canonicalize_condition): Likewise.
4326         * simplify-rtx.c (simplify_relational_operation_1): Likewise.
4328 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4329             Alan Hayward  <alan.hayward@arm.com>
4330             David Sherwood  <david.sherwood@arm.com>
4332         * simplify-rtx.c (simplify_binary_operation_1): Use
4333         is_a <scalar_int_mode> instead of !VECTOR_MODE_P.
4335 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4336             Alan Hayward  <alan.hayward@arm.com>
4337             David Sherwood  <david.sherwood@arm.com>
4339         * wide-int.h (int_traits<unsigned char>) New class.
4340         (int_traits<unsigned short>) Likewise.
4341         * cfgexpand.c (expand_debug_expr): Use is_a <scalar_int_mode>.
4342         Use GET_MODE_UNIT_PRECISION and remove redundant test for
4343         SCALAR_INT_MODE_P.
4344         * combine.c (set_nonzero_bits_and_sign_copies): Use
4345         is_a <scalar_int_mode>.
4346         (find_split_point): Likewise.
4347         (combine_simplify_rtx): Likewise.
4348         (simplify_logical): Likewise.
4349         (expand_compound_operation): Likewise.
4350         (expand_field_assignment): Likewise.
4351         (make_compound_operation): Likewise.
4352         (extended_count): Likewise.
4353         (change_zero_ext): Likewise.
4354         (simplify_comparison): Likewise.
4355         * dwarf2out.c (scompare_loc_descriptor): Likewise.
4356         (ucompare_loc_descriptor): Likewise.
4357         (minmax_loc_descriptor): Likewise.
4358         (mem_loc_descriptor): Likewise.
4359         (loc_descriptor): Likewise.
4360         * expmed.c (init_expmed_one_mode): Likewise.
4361         * lra-constraints.c (lra_constraint_offset): Likewise.
4362         * optabs.c (prepare_libcall_arg): Likewise.
4363         * postreload.c (move2add_note_store): Likewise.
4364         * reload.c (operands_match_p): Likewise.
4365         * rtl.h (load_extend_op): Likewise.
4366         * rtlhooks.c (gen_lowpart_general): Likewise.
4367         * simplify-rtx.c (simplify_truncation): Likewise.
4368         (simplify_unary_operation_1): Likewise.
4369         (simplify_binary_operation_1): Likewise.
4370         (simplify_const_binary_operation): Likewise.
4371         (simplify_const_relational_operation): Likewise.
4372         (simplify_subreg): Likewise.
4373         * stor-layout.c (bitwise_mode_for_mode): Likewise.
4374         * var-tracking.c (adjust_mems): Likewise.
4375         (prepare_call_arguments): Likewise.
4377 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4378             Alan Hayward  <alan.hayward@arm.com>
4379             David Sherwood  <david.sherwood@arm.com>
4381         * machmode.h (is_int_mode): New fuction.
4382         * combine.c (find_split_point): Use it.
4383         (combine_simplify_rtx): Likewise.
4384         (simplify_if_then_else): Likewise.
4385         (simplify_set): Likewise.
4386         (simplify_shift_const_1): Likewise.
4387         (simplify_comparison): Likewise.
4388         * config/aarch64/aarch64.c (aarch64_rtx_costs): Likewise.
4389         * cse.c (notreg_cost): Likewise.
4390         (cse_insn): Likewise.
4391         * cselib.c (cselib_lookup_1): Likewise.
4392         * dojump.c (do_jump_1): Likewise.
4393         (do_compare_rtx_and_jump): Likewise.
4394         * dse.c (get_call_args): Likewise.
4395         * dwarf2out.c (rtl_for_decl_init): Likewise.
4396         (native_encode_initializer): Likewise.
4397         * expmed.c (emit_store_flag_1): Likewise.
4398         (emit_store_flag): Likewise.
4399         * expr.c (convert_modes): Likewise.
4400         (store_field): Likewise.
4401         (expand_expr_real_1): Likewise.
4402         * fold-const.c (fold_read_from_constant_string): Likewise.
4403         * gimple-ssa-sprintf.c (get_format_string): Likewise.
4404         * optabs-libfuncs.c (gen_int_libfunc): Likewise.
4405         * optabs.c (expand_binop): Likewise.
4406         (expand_unop): Likewise.
4407         (expand_abs_nojump): Likewise.
4408         (expand_one_cmpl_abs_nojump): Likewise.
4409         * simplify-rtx.c (mode_signbit_p): Likewise.
4410         (val_signbit_p): Likewise.
4411         (val_signbit_known_set_p): Likewise.
4412         (val_signbit_known_clear_p): Likewise.
4413         (simplify_relational_operation_1): Likewise.
4414         * tree.c (vector_type_mode): Likewise.
4416 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4417             Alan Hayward  <alan.hayward@arm.com>
4418             David Sherwood  <david.sherwood@arm.com>
4420         * machmode.h (smallest_mode_for_size): Fix formatting.
4421         (smallest_int_mode_for_size): New function.
4422         * cfgexpand.c (expand_debug_expr): Use smallest_int_mode_for_size
4423         instead of smallest_mode_for_size.
4424         * combine.c (make_extraction): Likewise.
4425         * config/arc/arc.c (arc_expand_movmem): Likewise.
4426         * config/arm/arm.c (arm_expand_divmod_libfunc): Likewise.
4427         * config/i386/i386.c (ix86_get_mask_mode): Likewise.
4428         * config/s390/s390.c (s390_expand_insv): Likewise.
4429         * config/sparc/sparc.c (assign_int_registers): Likewise.
4430         * config/spu/spu.c (spu_function_value): Likewise.
4431         (spu_function_arg): Likewise.
4432         * coverage.c (get_gcov_type): Likewise.
4433         (get_gcov_unsigned_t): Likewise.
4434         * dse.c (find_shift_sequence): Likewise.
4435         * expmed.c (store_bit_field_1): Likewise.
4436         * expr.c (convert_move): Likewise.
4437         (store_field): Likewise.
4438         * internal-fn.c (expand_arith_overflow): Likewise.
4439         * optabs-query.c (get_best_extraction_insn): Likewise.
4440         * optabs.c (expand_twoval_binop_libfunc): Likewise.
4441         * stor-layout.c (layout_type): Likewise.
4442         (initialize_sizetypes): Likewise.
4443         * targhooks.c (default_get_mask_mode): Likewise.
4444         * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Likewise.
4446 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4447             Alan Hayward  <alan.hayward@arm.com>
4448             David Sherwood  <david.sherwood@arm.com>
4450         * machmode.h (opt_mode::else_blk): New function.
4451         (int_mode_for_mode): Declare.
4452         * stor-layout.c (int_mode_for_mode): Return an opt_scalar_int_mode.
4453         * builtins.c (expand_builtin_signbit): Adjust for new int_mode_for_mode
4454         return type.
4455         * cfgexpand.c (expand_debug_expr): Likewise.
4456         * combine.c (gen_lowpart_or_truncate): Likewise.
4457         (gen_lowpart_for_combine): Likewise.
4458         * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Likewise.
4459         * config/avr/avr.c (avr_to_int_mode): Likewise.
4460         (avr_out_plus_1): Likewise.
4461         (avr_out_plus): Likewise.
4462         (avr_out_round): Likewise.
4463         * config/i386/i386.c (ix86_split_to_parts): Likewise.
4464         * config/s390/s390.c (s390_expand_vec_compare_cc): Likewise.
4465         (s390_expand_vcond): Likewise.
4466         * config/spu/spu.c (spu_split_immediate): Likewise.
4467         (spu_expand_mov): Likewise.
4468         * dse.c (get_stored_val): Likewise.
4469         * expmed.c (store_bit_field_1): Likewise.
4470         (convert_extracted_bit_field): Use int_mode_for_mode instead of
4471         int_mode_for_size.
4472         (extract_bit_field_1): Adjust for new int_mode_for_mode return type.
4473         (extract_low_bits): Likewise.
4474         * expr.c (emit_group_load_1): Likewise.  Separate out the BLKmode
4475         handling rather than repeating the check.
4476         (emit_group_store): Likewise.
4477         (emit_move_via_integer): Adjust for new int_mode_for_mode return type.
4478         * optabs.c (expand_absneg_bit): Likewise.
4479         (expand_copysign_absneg): Likewise.
4480         (expand_copysign_bit): Likewise.
4481         * tree-if-conv.c (ifcvt_can_use_mask_load_store): Likewise.
4482         * tree-vect-slp.c (vect_transform_slp_perm_load): Likewise.
4483         * tree-vect-stmts.c (vect_gen_perm_mask_any): Likewise.
4484         * var-tracking.c (prepare_call_arguments):  Likewise.
4485         * config/powerpcspe/powerpcspe.c (rs6000_do_expand_vec_perm): Use
4486         int_mode_for_mode instead of mode_for_size.
4487         * config/rs6000/rs6000.c (rs6000_do_expand_vec_perm): Likewise.
4489 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4490             Alan Hayward  <alan.hayward@arm.com>
4491             David Sherwood  <david.sherwood@arm.com>
4493         * machmode.h (int_mode_for_size): New function.
4494         * builtins.c (set_builtin_user_assembler_name): Use int_mode_for_size
4495         instead of mode_for_size.
4496         * calls.c (save_fixed_argument_area): Likewise.  Make use of BLKmode
4497         explicit.
4498         * combine.c (expand_field_assignment): Use int_mode_for_size
4499         instead of mode_for_size.
4500         (make_extraction): Likewise.
4501         (simplify_shift_const_1): Likewise.
4502         (simplify_comparison): Likewise.
4503         * dojump.c (do_jump): Likewise.
4504         * dwarf2out.c (mem_loc_descriptor): Likewise.
4505         * emit-rtl.c (init_derived_machine_modes): Likewise.
4506         * expmed.c (flip_storage_order): Likewise.
4507         (convert_extracted_bit_field): Likewise.
4508         * expr.c (copy_blkmode_from_reg): Likewise.
4509         * graphite-isl-ast-to-gimple.c (max_mode_int_precision): Likewise.
4510         * internal-fn.c (expand_mul_overflow): Likewise.
4511         * lower-subreg.c (simple_move): Likewise.
4512         * optabs-libfuncs.c (init_optabs): Likewise.
4513         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
4514         * tree.c (vector_type_mode): Likewise.
4515         * tree-ssa-strlen.c (handle_builtin_memcmp): Likewise.
4516         * tree-vect-data-refs.c (vect_lanes_optab_supported_p): Likewise.
4517         * tree-vect-generic.c (expand_vector_parallel): Likewise.
4518         * tree-vect-stmts.c (vectorizable_load): Likewise.
4519         (vectorizable_store): Likewise.
4521 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4522             Alan Hayward  <alan.hayward@arm.com>
4523             David Sherwood  <david.sherwood@arm.com>
4525         * coretypes.h (pod_mode): New type.
4526         (scalar_int_mode_pod): New typedef.
4527         * machmode.h (pod_mode): New class.
4528         (int_n_data_t::m): Change type to scalar_int_mode_pod.
4529         * genmodes.c (emit_mode_int_n): Update accordingly.
4530         * lower-subreg.h (target_lower_subreg): Change type to
4531         scalar_int_mode_pod.
4532         * gdbhooks.py (build_pretty_printer): Handle pod_mode and
4533         scalar_int_mode_pod.
4535 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4536             Alan Hayward  <alan.hayward@arm.com>
4537             David Sherwood  <david.sherwood@arm.com>
4539         * config/powerpcspe/powerpcspe.h (rs6000_pmode): Change type from
4540         machine_mode to scalar_int_mode.
4541         * config/powerpcspe/powerpcspe.c (rs6000_pmode): Likewise.
4542         (rs6000_option_override_internal): Remove cast to int.
4543         * config/rs6000/rs6000.h (rs6000_pmode): Change type from
4544         machine_mode to scalar_int_mode.
4545         * config/rs6000/rs6000.c (rs6000_pmode): Likewise.
4546         (rs6000_option_override_internal): Remove cast to int.
4547         * config/s390/s390.h (Pmode): Remove cast to machine_mode.
4548         * config/epiphany/epiphany.h (RTX_OK_FOR_OFFSET_P): Add cast
4549         to machine_mode.
4550         * config/s390/s390.c (s390_expand_builtin): Likewise.
4551         * coretypes.h (scalar_int_mode): New type.
4552         (opt_scalar_int_mode): New typedef.
4553         * machmode.h (scalar_int_mode): New class.
4554         (scalar_int_mode::includes_p): New function.
4555         (byte_mode): Change type to scalar_int_mode.
4556         (word_mode): Likewise.
4557         (ptr_mode): Likewise.
4558         * emit-rtl.c (byte_mode): Likewise.
4559         (word_mode): Likewise.
4560         (ptr_mode): Likewise.
4561         (init_derived_machine_modes): Update accordingly.
4562         * genmodes.c (get_mode_class): Return scalar_int_mode for MODE_INT
4563         and MODE_PARTIAL_INT.
4564         * gdbhooks.py (build_pretty_printer): Handle scalar_int_mode and
4565         opt_scalar_int_mode.
4567 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4568             Alan Hayward  <alan.hayward@arm.com>
4569             David Sherwood  <david.sherwood@arm.com>
4571         * target.def (libgcc_floating_mode_supported_p): Take a
4572         scalar_float_mode.
4573         * doc/tm.texi: Regenerate.
4574         * targhooks.h (default_libgcc_floating_mode_supported_p): Take a
4575         scalar_float_mode.
4576         * targhooks.c (default_libgcc_floating_mode_supported_p): Likewise.
4577         * config/aarch64/aarch64.c (aarch64_libgcc_floating_mode_supported_p):
4578         Likewise.
4580 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4581             Alan Hayward  <alan.hayward@arm.com>
4582             David Sherwood  <david.sherwood@arm.com>
4584         * target.def (default_floatn_mode): Return an opt_scalar_float_mode.
4585         * doc/tm.texi: Regenerate.
4586         * config/arm/arm.c (arm_floatn_mode): Return an opt_scalar_float_mode.
4587         * config/powerpcspe/powerpcspe.c (rs6000_floatn_mode): Likewise.
4588         * config/rs6000/rs6000.c (rs6000_floatn_mode): Likewise.
4589         * targhooks.h (default_floatn_mode): Likewise.
4590         * targhooks.c (default_floatn_mode): Likewise.
4591         * tree.c (build_common_tree_nodes): Update accordingly.
4593 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4594             Alan Hayward  <alan.hayward@arm.com>
4595             David Sherwood  <david.sherwood@arm.com>
4597         * machmode.h (mode_iterator::start): Provide overload for opt_modes.
4598         (mode_iterator::iterate_p): Likewise.
4599         (mode_iterator::get_wider): Likewise.
4600         * expr.c (init_expr_target): Use opt_scalar_float_mode.
4602 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4603             Alan Hayward  <alan.hayward@arm.com>
4604             David Sherwood  <david.sherwood@arm.com>
4606         * coretypes.h (opt_scalar_float_mode): New typedef.
4607         * machmode.h (float_mode_for_size): New function.
4608         * emit-rtl.c (double_mode): Delete.
4609         (init_emit_once): Use float_mode_for_size.
4610         * stor-layout.c (layout_type): Likewise.
4611         * gdbhooks.py (build_pretty_printer): Handle opt_scalar_float_mode.
4613 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4614             Alan Hayward  <alan.hayward@arm.com>
4615             David Sherwood  <david.sherwood@arm.com>
4617         * output.h (assemble_real): Take a scalar_float_mode.
4618         * config/arm/arm.c (arm_assemble_integer): Update accordingly.
4619         * config/arm/arm.md (consttable_4): Likewise.
4620         (consttable_8): Likewise.
4621         (consttable_16): Likewise.
4622         * config/mips/mips.md (consttable_float): Likewise.
4623         * config/s390/s390.c (s390_output_pool_entry): Likewise.
4624         * varasm.c (assemble_real): Take a scalar_float_mode.
4625         (output_constant_pool_2): Update accordingly.
4626         (output_constant): Likewise.
4628 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4629             Alan Hayward  <alan.hayward@arm.com>
4630             David Sherwood  <david.sherwood@arm.com>
4632         * tree.h (SCALAR_FLOAT_TYPE_MODE): New macro.
4633         * builtins.c (expand_builtin_signbit): Use it instead of TYPE_MODE.
4634         * fold-const.c (fold_convert_const_real_from_fixed): Likewise.
4635         (native_encode_real): Likewise.
4636         (native_interpret_real): Likewise.
4637         * hsa-brig.c (emit_immediate_scalar_to_buffer): Likewise.
4638         * tree-vrp.c (simplify_float_conversion_using_ranges): Likewise.
4640 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4641             Alan Hayward  <alan.hayward@arm.com>
4642             David Sherwood  <david.sherwood@arm.com>
4644         * optabs-libfuncs.c (gen_trunc_conv_libfunc): Use is_a
4645         <scalar_float_mode>.  Simplify.
4646         (gen_extend_conv_libfunc): Likewise.
4648 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4649             Alan Hayward  <alan.hayward@arm.com>
4650             David Sherwood  <david.sherwood@arm.com>
4652         * coretypes.h (scalar_float_mode): New type.
4653         * machmode.h (mode_traits::from_int): Use machine_mode if
4654         USE_ENUM_MODES is defined.
4655         (is_a): New function.
4656         (as_a): Likewise.
4657         (dyn_cast): Likewise.
4658         (scalar_float_mode): New class.
4659         (scalar_float_mode::includes_p): New function.
4660         (is_float_mode): Likewise.
4661         * gdbhooks.py (MachineModePrinter): New class.
4662         (build_pretty_printer): Use it for scalar_float_mode.
4663         * real.h (FLOAT_MODE_FORMAT): Use as_a <scalar_float_mode>.
4664         (format_helper::format_helper): Turn into a template.
4665         * genmodes.c (get_mode_class): New function.
4666         (emit_insn_modes_h): Give modes the class returned by get_mode_class,
4667         or machine_mode if none.
4668         * config/aarch64/aarch64.c (aarch64_simd_valid_immediate): Use
4669         as_a <scalar_float_mode>.
4670         * dwarf2out.c (mem_loc_descriptor): Likewise.
4671         (insert_float): Likewise.
4672         (add_const_value_attribute): Likewise.
4673         * simplify-rtx.c (simplify_immed_subreg): Likewise.
4674         * optabs.c (expand_absneg_bit): Take a scalar_float_mode.
4675         (expand_unop): Update accordingly.
4676         (expand_abs_nojump): Likewise.
4677         (expand_copysign_absneg): Take a scalar_float_mode.
4678         (expand_copysign_bit): Likewise.
4679         (expand_copysign): Update accordingly.
4681 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4682             Alan Hayward  <alan.hayward@arm.com>
4683             David Sherwood  <david.sherwood@arm.com>
4685         * coretypes.h (opt_mode): New class.
4686         * machmode.h (opt_mode): Likewise.
4687         (opt_mode::else_void): New function.
4688         (opt_mode::require): Likewise.
4689         (opt_mode::exists): Likewise.
4690         (GET_MODE_WIDER_MODE): Turn into a function and return an opt_mode.
4691         (GET_MODE_2XWIDER_MODE): Likewise.
4692         (mode_iterator::get_wider): Update accordingly.
4693         (mode_iterator::get_2xwider): Likewise.
4694         (mode_iterator::get_known_wider): Likewise, turning into a template.
4695         * combine.c (make_extraction): Update use of GET_MODE_WIDER_MODE,
4696         forcing a wider mode to exist.
4697         * config/cr16/cr16.h (LONG_REG_P): Likewise.
4698         * rtlanal.c (init_num_sign_bit_copies_in_rep): Likewise.
4699         * config/c6x/c6x.c (c6x_rtx_costs): Update use of
4700         GET_MODE_2XWIDER_MODE, forcing a wider mode to exist.
4701         * lower-subreg.c (init_lower_subreg): Likewise.
4702         * optabs-libfuncs.c (init_sync_libfuncs_1): Likewise, but not
4703         on the final iteration.
4704         * config/i386/i386.c (ix86_expand_set_or_movmem): Check whether
4705         a wider mode exists before asking for a move pattern.
4706         (get_mode_wider_vector): Update use of GET_MODE_WIDER_MODE,
4707         forcing a wider mode to exist.
4708         (expand_vselect_vconcat): Update use of GET_MODE_2XWIDER_MODE,
4709         returning false if no such mode exists.
4710         * config/ia64/ia64.c (expand_vselect_vconcat): Likewise.
4711         * config/mips/mips.c (mips_expand_vselect_vconcat): Likewise.
4712         * expmed.c (init_expmed_one_mode): Update use of GET_MODE_WIDER_MODE.
4713         Avoid checking for a MODE_INT if we already know the mode is not a
4714         SCALAR_INT_MODE_P.
4715         (extract_high_half): Update use of GET_MODE_WIDER_MODE,
4716         forcing a wider mode to exist.
4717         (expmed_mult_highpart_optab): Likewise.
4718         (expmed_mult_highpart): Likewise.
4719         * expr.c (expand_expr_real_2): Update use of GET_MODE_WIDER_MODE,
4720         using else_void.
4721         * lto-streamer-in.c (lto_input_mode_table): Likewise.
4722         * optabs-query.c (find_widening_optab_handler_and_mode): Likewise.
4723         * stor-layout.c (bit_field_mode_iterator::next_mode): Likewise.
4724         * internal-fn.c (expand_mul_overflow): Update use of
4725         GET_MODE_2XWIDER_MODE.
4726         * omp-low.c (omp_clause_aligned_alignment): Likewise.
4727         * tree-ssa-math-opts.c (convert_mult_to_widen): Update use of
4728         GET_MODE_WIDER_MODE.
4729         (convert_plusminus_to_widen): Likewise.
4730         * tree-switch-conversion.c (array_value_type): Likewise.
4731         * var-tracking.c (emit_note_insn_var_location): Likewise.
4732         * tree-vrp.c (simplify_float_conversion_using_ranges): Likewise.
4733         Return false inside rather than outside the loop if no wider mode
4734         exists
4735         * optabs.c (expand_binop): Update use of GET_MODE_WIDER_MODE
4736         and GET_MODE_2XWIDER_MODE
4737         (can_compare_p): Use else_void.
4738         * gdbhooks.py (OptMachineModePrinter): New class.
4739         (build_pretty_printer): Use it for opt_mode.
4741 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4742             Alan Hayward  <alan.hayward@arm.com>
4743             David Sherwood  <david.sherwood@arm.com>
4745         * tree-switch-conversion.c (array_value_type): Only read TYPE_MODE
4746         once.  Use get_narrowest_mode instead of GET_CLASS_NARROWEST_MODE.
4748 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4749             Alan Hayward  <alan.hayward@arm.com>
4750             David Sherwood  <david.sherwood@arm.com>
4752         * machmode.h (mode_traits): New structure.
4753         (get_narrowest_mode): New function.
4754         (mode_iterator::start): Likewise.
4755         (mode_iterator::iterate_p): Likewise.
4756         (mode_iterator::get_wider): Likewise.
4757         (mode_iterator::get_known_wider): Likewise.
4758         (mode_iterator::get_2xwider): Likewise.
4759         (FOR_EACH_MODE_IN_CLASS): New mode iterator.
4760         (FOR_EACH_MODE): Likewise.
4761         (FOR_EACH_MODE_FROM): Likewise.
4762         (FOR_EACH_MODE_UNTIL): Likewise.
4763         (FOR_EACH_WIDER_MODE): Likewise.
4764         (FOR_EACH_2XWIDER_MODE): Likewise.
4765         * builtins.c (expand_builtin_strlen): Use new mode iterators.
4766         * combine.c (simplify_comparison): Likewise
4767         * config/i386/i386.c (type_natural_mode): Likewise.
4768         * cse.c (cse_insn): Likewise.
4769         * dse.c (find_shift_sequence): Likewise.
4770         * emit-rtl.c (init_derived_machine_modes): Likewise.
4771         (init_emit_once): Likewise.
4772         * explow.c (hard_function_value): Likewise.
4773         * expmed.c (extract_fixed_bit_field_1): Likewise.
4774         (extract_bit_field_1): Likewise.
4775         (expand_divmod): Likewise.
4776         (emit_store_flag_1): Likewise.
4777         * expr.c (init_expr_target): Likewise.
4778         (convert_move): Likewise.
4779         (alignment_for_piecewise_move): Likewise.
4780         (widest_int_mode_for_size): Likewise.
4781         (emit_block_move_via_movmem): Likewise.
4782         (copy_blkmode_to_reg): Likewise.
4783         (set_storage_via_setmem): Likewise.
4784         (compress_float_constant): Likewise.
4785         * omp-low.c (omp_clause_aligned_alignment): Likewise.
4786         * optabs-query.c (get_best_extraction_insn): Likewise.
4787         * optabs.c (expand_binop): Likewise.
4788         (expand_twoval_unop): Likewise.
4789         (expand_twoval_binop): Likewise.
4790         (widen_leading): Likewise.
4791         (widen_bswap): Likewise.
4792         (expand_parity): Likewise.
4793         (expand_unop): Likewise.
4794         (prepare_cmp_insn): Likewise.
4795         (prepare_float_lib_cmp): Likewise.
4796         (expand_float): Likewise.
4797         (expand_fix): Likewise.
4798         (expand_sfix_optab): Likewise.
4799         * postreload.c (move2add_use_add2_insn): Likewise.
4800         * reg-stack.c (reg_to_stack): Likewise.
4801         * reginfo.c (choose_hard_reg_mode): Likewise.
4802         * rtlanal.c (init_num_sign_bit_copies_in_rep): Likewise.
4803         * stor-layout.c (mode_for_size): Likewise.
4804         (smallest_mode_for_size): Likewise.
4805         (mode_for_vector): Likewise.
4806         (finish_bitfield_representative): Likewise.
4807         * tree-ssa-math-opts.c (target_supports_divmod_p): Likewise.
4808         * tree-vect-generic.c (type_for_widest_vector_mode): Likewise.
4809         * tree-vect-stmts.c (vectorizable_conversion): Likewise.
4810         * var-tracking.c (prepare_call_arguments): Likewise.
4812 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4813             Alan Hayward  <alan.hayward@arm.com>
4814             David Sherwood  <david.sherwood@arm.com>
4816         * genconditions.c (write_header): Add a "#define USE_ENUM_MODES".
4817         * genmodes.c (emit_insn_modes_h): Define FOOmode to E_FOOmode if
4818         USE_ENUM_MODES is defined and to ((void) 0, E_FOOmode) otherwise.
4819         * machmode.h (mode_size): Move earlier in file.
4820         (mode_precision): Likewise.
4821         (mode_inner): Likewise.
4822         (mode_nunits): Likewise.
4823         (mode_unit_size): Likewise.
4824         (unit_unit_precision): Likewise.
4825         (mode_wider): Likewise.
4826         (mode_2xwider): Likewise.
4827         (machine_mode): New class.
4828         (mode_to_bytes): New function.
4829         (mode_to_bits): Likewise.
4830         (mode_to_precision): Likewise.
4831         (mode_to_inner): Likewise.
4832         (mode_to_unit_size): Likewise.
4833         (mode_to_unit_precision): Likewise.
4834         (mode_to_nunits): Likewise.
4835         (GET_MODE_SIZE): Use mode_to_bytes.
4836         (GET_MODE_BITSIZE): Use mode_to_bits.
4837         (GET_MODE_PRECISION): Use mode_to_precision.
4838         (GET_MODE_INNER): Use mode_to_inner.
4839         (GET_MODE_UNIT_SIZE): Use mode_to_unit_size.
4840         (GET_MODE_UNIT_PRECISION): Use mode_to_unit_precision.
4841         (GET_MODE_NUNITS): Use mode_to_nunits.
4842         * system.h (ALWAYS_INLINE): New macro.
4843         * config/powerpcspe/powerpcspe-c.c
4844         (altivec_resolve_overloaded_builtin): Use machine_mode instead of
4845         int for arg1_mode and arg2_mode.
4847 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4848             Alan Hayward  <alan.hayward@arm.com>
4849             David Sherwood  <david.sherwood@arm.com>
4851         * config/aarch64/aarch64-builtins.c (aarch64_simd_builtin_std_type):
4852         Prefix mode names with E_ in case statements.
4853         * config/aarch64/aarch64-elf.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
4854         * config/aarch64/aarch64.c (aarch64_split_simd_combine): Likewise.
4855         (aarch64_split_simd_move): Likewise.
4856         (aarch64_gen_storewb_pair): Likewise.
4857         (aarch64_gen_loadwb_pair): Likewise.
4858         (aarch64_gen_store_pair): Likewise.
4859         (aarch64_gen_load_pair): Likewise.
4860         (aarch64_get_condition_code_1): Likewise.
4861         (aarch64_constant_pool_reload_icode): Likewise.
4862         (get_rsqrte_type): Likewise.
4863         (get_rsqrts_type): Likewise.
4864         (get_recpe_type): Likewise.
4865         (get_recps_type): Likewise.
4866         (aarch64_gimplify_va_arg_expr): Likewise.
4867         (aarch64_simd_container_mode): Likewise.
4868         (aarch64_emit_load_exclusive): Likewise.
4869         (aarch64_emit_store_exclusive): Likewise.
4870         (aarch64_expand_compare_and_swap): Likewise.
4871         (aarch64_gen_atomic_cas): Likewise.
4872         (aarch64_emit_bic): Likewise.
4873         (aarch64_emit_atomic_swap): Likewise.
4874         (aarch64_emit_atomic_load_op): Likewise.
4875         (aarch64_evpc_trn): Likewise.
4876         (aarch64_evpc_uzp): Likewise.
4877         (aarch64_evpc_zip): Likewise.
4878         (aarch64_evpc_ext): Likewise.
4879         (aarch64_evpc_rev): Likewise.
4880         (aarch64_evpc_dup): Likewise.
4881         (aarch64_gen_ccmp_first): Likewise.
4882         (aarch64_gen_ccmp_next): Likewise.
4883         * config/alpha/alpha.c (alpha_scalar_mode_supported_p): Likewise.
4884         (alpha_emit_xfloating_libcall): Likewise.
4885         (emit_insxl): Likewise.
4886         (alpha_arg_type): Likewise.
4887         * config/arc/arc.c (arc_vector_mode_supported_p): Likewise.
4888         (arc_preferred_simd_mode): Likewise.
4889         (arc_secondary_reload): Likewise.
4890         (get_arc_condition_code): Likewise.
4891         (arc_print_operand): Likewise.
4892         (arc_legitimate_constant_p): Likewise.
4893         * config/arc/arc.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
4894         * config/arc/arc.md (casesi_load): Likewise.
4895         (casesi_compact_jump): Likewise.
4896         * config/arc/predicates.md (proper_comparison_operator): Likewise.
4897         (cc_use_register): Likewise.
4898         * config/arm/aout.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
4899         * config/arm/arm-builtins.c (arm_simd_builtin_std_type): Likewise.
4900         (arm_init_iwmmxt_builtins): Likewise.
4901         * config/arm/arm.c (thumb1_size_rtx_costs): Likewise.
4902         (neon_expand_vector_init): Likewise.
4903         (arm_attr_length_move_neon): Likewise.
4904         (maybe_get_arm_condition_code): Likewise.
4905         (arm_emit_vector_const): Likewise.
4906         (arm_preferred_simd_mode): Likewise.
4907         (arm_output_iwmmxt_tinsr): Likewise.
4908         (thumb1_output_casesi): Likewise.
4909         (thumb2_output_casesi): Likewise.
4910         (arm_emit_load_exclusive): Likewise.
4911         (arm_emit_store_exclusive): Likewise.
4912         (arm_expand_compare_and_swap): Likewise.
4913         (arm_evpc_neon_vuzp): Likewise.
4914         (arm_evpc_neon_vzip): Likewise.
4915         (arm_evpc_neon_vrev): Likewise.
4916         (arm_evpc_neon_vtrn): Likewise.
4917         (arm_evpc_neon_vext): Likewise.
4918         (arm_validize_comparison): Likewise.
4919         * config/arm/neon.md (neon_vc<cmp_op><mode>): Likewise.
4920         * config/avr/avr-c.c (avr_resolve_overloaded_builtin): Likewise.
4921         * config/avr/avr.c (avr_rtx_costs_1): Likewise.
4922         * config/c6x/c6x.c (c6x_vector_mode_supported_p): Likewise.
4923         (c6x_preferred_simd_mode): Likewise.
4924         * config/epiphany/epiphany.c (get_epiphany_condition_code): Likewise.
4925         (epiphany_rtx_costs): Likewise.
4926         * config/epiphany/predicates.md (proper_comparison_operator):
4927         Likewise.
4928         * config/frv/frv.c (condexec_memory_operand): Likewise.
4929         (frv_emit_move): Likewise.
4930         (output_move_single): Likewise.
4931         (output_condmove_single): Likewise.
4932         (frv_hard_regno_mode_ok): Likewise.
4933         (frv_matching_accg_mode): Likewise.
4934         * config/h8300/h8300.c (split_adds_subs): Likewise.
4935         (h8300_rtx_costs): Likewise.
4936         (h8300_print_operand): Likewise.
4937         (compute_mov_length): Likewise.
4938         (output_logical_op): Likewise.
4939         (compute_logical_op_length): Likewise.
4940         (compute_logical_op_cc): Likewise.
4941         (h8300_shift_needs_scratch_p): Likewise.
4942         (output_a_shift): Likewise.
4943         (compute_a_shift_length): Likewise.
4944         (compute_a_shift_cc): Likewise.
4945         (expand_a_rotate): Likewise.
4946         (output_a_rotate): Likewise.
4947         * config/i386/i386.c (classify_argument): Likewise.
4948         (function_arg_advance_32): Likewise.
4949         (function_arg_32): Likewise.
4950         (function_arg_64): Likewise.
4951         (function_value_64): Likewise.
4952         (ix86_gimplify_va_arg): Likewise.
4953         (ix86_legitimate_constant_p): Likewise.
4954         (put_condition_code): Likewise.
4955         (split_double_mode): Likewise.
4956         (ix86_avx256_split_vector_move_misalign): Likewise.
4957         (ix86_expand_vector_logical_operator): Likewise.
4958         (ix86_split_idivmod): Likewise.
4959         (ix86_expand_adjust_ufix_to_sfix_si): Likewise.
4960         (ix86_build_const_vector): Likewise.
4961         (ix86_build_signbit_mask): Likewise.
4962         (ix86_match_ccmode): Likewise.
4963         (ix86_cc_modes_compatible): Likewise.
4964         (ix86_expand_branch): Likewise.
4965         (ix86_expand_sse_cmp): Likewise.
4966         (ix86_expand_sse_movcc): Likewise.
4967         (ix86_expand_int_sse_cmp): Likewise.
4968         (ix86_expand_vec_perm_vpermi2): Likewise.
4969         (ix86_expand_vec_perm): Likewise.
4970         (ix86_expand_sse_unpack): Likewise.
4971         (ix86_expand_int_addcc): Likewise.
4972         (ix86_split_to_parts): Likewise.
4973         (ix86_vectorize_builtin_gather): Likewise.
4974         (ix86_vectorize_builtin_scatter): Likewise.
4975         (avx_vpermilp_parallel): Likewise.
4976         (inline_memory_move_cost): Likewise.
4977         (ix86_tieable_integer_mode_p): Likewise.
4978         (x86_maybe_negate_const_int): Likewise.
4979         (ix86_expand_vector_init_duplicate): Likewise.
4980         (ix86_expand_vector_init_one_nonzero): Likewise.
4981         (ix86_expand_vector_init_one_var): Likewise.
4982         (ix86_expand_vector_init_concat): Likewise.
4983         (ix86_expand_vector_init_interleave): Likewise.
4984         (ix86_expand_vector_init_general): Likewise.
4985         (ix86_expand_vector_set): Likewise.
4986         (ix86_expand_vector_extract): Likewise.
4987         (emit_reduc_half): Likewise.
4988         (ix86_emit_i387_round): Likewise.
4989         (ix86_mangle_type): Likewise.
4990         (ix86_expand_round_sse4): Likewise.
4991         (expand_vec_perm_blend): Likewise.
4992         (canonicalize_vector_int_perm): Likewise.
4993         (ix86_expand_vec_one_operand_perm_avx512): Likewise.
4994         (expand_vec_perm_1): Likewise.
4995         (expand_vec_perm_interleave3): Likewise.
4996         (expand_vec_perm_even_odd_pack): Likewise.
4997         (expand_vec_perm_even_odd_1): Likewise.
4998         (expand_vec_perm_broadcast_1): Likewise.
4999         (ix86_vectorize_vec_perm_const_ok): Likewise.
5000         (ix86_expand_vecop_qihi): Likewise.
5001         (ix86_expand_mul_widen_hilo): Likewise.
5002         (ix86_expand_sse2_abs): Likewise.
5003         (ix86_expand_pextr): Likewise.
5004         (ix86_expand_pinsr): Likewise.
5005         (ix86_preferred_simd_mode): Likewise.
5006         (ix86_simd_clone_compute_vecsize_and_simdlen): Likewise.
5007         * config/i386/sse.md (*andnot<mode>3): Likewise.
5008         (<mask_codefor><code><mode>3<mask_name>): Likewise.
5009         (*<code><mode>3): Likewise.
5010         * config/ia64/ia64.c (ia64_expand_vecint_compare): Likewise.
5011         (ia64_expand_atomic_op): Likewise.
5012         (ia64_arg_type): Likewise.
5013         (ia64_mode_to_int): Likewise.
5014         (ia64_scalar_mode_supported_p): Likewise.
5015         (ia64_vector_mode_supported_p): Likewise.
5016         (expand_vec_perm_broadcast): Likewise.
5017         * config/iq2000/iq2000.c (iq2000_move_1word): Likewise.
5018         (iq2000_function_arg_advance): Likewise.
5019         (iq2000_function_arg): Likewise.
5020         * config/m32c/m32c.c (m32c_preferred_reload_class): Likewise.
5021         * config/m68k/m68k.c (output_dbcc_and_branch): Likewise.
5022         (m68k_libcall_value): Likewise.
5023         (m68k_function_value): Likewise.
5024         (sched_attr_op_type): Likewise.
5025         * config/mcore/mcore.c (mcore_output_move): Likewise.
5026         * config/microblaze/microblaze.c (microblaze_function_arg_advance):
5027         Likewise.
5028         (microblaze_function_arg): Likewise.
5029         * config/mips/mips.c (mips16_build_call_stub): Likewise.
5030         (mips_print_operand): Likewise.
5031         (mips_mode_ok_for_mov_fmt_p): Likewise.
5032         (mips_vector_mode_supported_p): Likewise.
5033         (mips_preferred_simd_mode): Likewise.
5034         (mips_expand_vpc_loongson_even_odd): Likewise.
5035         (mips_expand_vec_unpack): Likewise.
5036         (mips_expand_vi_broadcast): Likewise.
5037         (mips_expand_vector_init): Likewise.
5038         (mips_expand_vec_reduc): Likewise.
5039         (mips_expand_msa_cmp): Likewise.
5040         * config/mips/mips.md (casesi_internal_mips16_<mode>): Likewise.
5041         * config/mn10300/mn10300.c (mn10300_print_operand): Likewise.
5042         (cc_flags_for_mode): Likewise.
5043         * config/msp430/msp430.c (msp430_print_operand): Likewise.
5044         * config/nds32/nds32-md-auxiliary.c (nds32_mem_format): Likewise.
5045         (nds32_output_casesi_pc_relative): Likewise.
5046         * config/nds32/nds32.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
5047         * config/nvptx/nvptx.c (nvptx_ptx_type_from_mode): Likewise.
5048         (nvptx_gen_unpack): Likewise.
5049         (nvptx_gen_pack): Likewise.
5050         (nvptx_gen_shuffle): Likewise.
5051         (nvptx_gen_wcast): Likewise.
5052         (nvptx_preferred_simd_mode): Likewise.
5053         * config/pa/pa.c (pa_secondary_reload): Likewise.
5054         * config/pa/predicates.md (base14_operand): Likewise.
5055         * config/powerpcspe/powerpcspe-c.c
5056         (altivec_resolve_overloaded_builtin): Likewise.
5057         * config/powerpcspe/powerpcspe.c (rs6000_setup_reg_addr_masks):
5058         Likewise.
5059         (rs6000_preferred_simd_mode): Likewise.
5060         (output_vec_const_move): Likewise.
5061         (rs6000_expand_vector_extract): Likewise.
5062         (rs6000_split_vec_extract_var): Likewise.
5063         (reg_offset_addressing_ok_p): Likewise.
5064         (rs6000_legitimate_offset_address_p): Likewise.
5065         (rs6000_legitimize_address): Likewise.
5066         (rs6000_emit_set_const): Likewise.
5067         (rs6000_const_vec): Likewise.
5068         (rs6000_emit_move): Likewise.
5069         (spe_build_register_parallel): Likewise.
5070         (rs6000_darwin64_record_arg_recurse): Likewise.
5071         (swap_selector_for_mode): Likewise.
5072         (spe_init_builtins): Likewise.
5073         (paired_init_builtins): Likewise.
5074         (altivec_init_builtins): Likewise.
5075         (do_load_for_compare): Likewise.
5076         (rs6000_generate_compare): Likewise.
5077         (rs6000_expand_float128_convert): Likewise.
5078         (emit_load_locked): Likewise.
5079         (emit_store_conditional): Likewise.
5080         (rs6000_output_function_epilogue): Likewise.
5081         (rs6000_handle_altivec_attribute): Likewise.
5082         (rs6000_function_value): Likewise.
5083         (emit_fusion_gpr_load): Likewise.
5084         (emit_fusion_p9_load): Likewise.
5085         (emit_fusion_p9_store): Likewise.
5086         * config/powerpcspe/predicates.md (easy_fp_constant): Likewise.
5087         (fusion_gpr_mem_load): Likewise.
5088         (fusion_addis_mem_combo_load): Likewise.
5089         (fusion_addis_mem_combo_store): Likewise.
5090         * config/rs6000/predicates.md (easy_fp_constant): Likewise.
5091         (fusion_gpr_mem_load): Likewise.
5092         (fusion_addis_mem_combo_load): Likewise.
5093         (fusion_addis_mem_combo_store): Likewise.
5094         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
5095         Likewise.
5096         * config/rs6000/rs6000-string.c (do_load_for_compare): Likewise.
5097         * config/rs6000/rs6000.c (rs6000_setup_reg_addr_masks): Likewise.
5098         (rs6000_preferred_simd_mode): Likewise.
5099         (output_vec_const_move): Likewise.
5100         (rs6000_expand_vector_extract): Likewise.
5101         (rs6000_split_vec_extract_var): Likewise.
5102         (reg_offset_addressing_ok_p): Likewise.
5103         (rs6000_legitimate_offset_address_p): Likewise.
5104         (rs6000_legitimize_address): Likewise.
5105         (rs6000_emit_set_const): Likewise.
5106         (rs6000_const_vec): Likewise.
5107         (rs6000_emit_move): Likewise.
5108         (rs6000_darwin64_record_arg_recurse): Likewise.
5109         (swap_selector_for_mode): Likewise.
5110         (paired_init_builtins): Likewise.
5111         (altivec_init_builtins): Likewise.
5112         (rs6000_expand_float128_convert): Likewise.
5113         (emit_load_locked): Likewise.
5114         (emit_store_conditional): Likewise.
5115         (rs6000_output_function_epilogue): Likewise.
5116         (rs6000_handle_altivec_attribute): Likewise.
5117         (rs6000_function_value): Likewise.
5118         (emit_fusion_gpr_load): Likewise.
5119         (emit_fusion_p9_load): Likewise.
5120         (emit_fusion_p9_store): Likewise.
5121         * config/rx/rx.c (rx_gen_move_template): Likewise.
5122         (flags_from_mode): Likewise.
5123         * config/s390/predicates.md (s390_alc_comparison): Likewise.
5124         (s390_slb_comparison): Likewise.
5125         * config/s390/s390.c (s390_handle_vectorbool_attribute): Likewise.
5126         (s390_vector_mode_supported_p): Likewise.
5127         (s390_cc_modes_compatible): Likewise.
5128         (s390_match_ccmode_set): Likewise.
5129         (s390_canonicalize_comparison): Likewise.
5130         (s390_emit_compare_and_swap): Likewise.
5131         (s390_branch_condition_mask): Likewise.
5132         (s390_rtx_costs): Likewise.
5133         (s390_secondary_reload): Likewise.
5134         (__SECONDARY_RELOAD_CASE): Likewise.
5135         (s390_expand_cs): Likewise.
5136         (s390_preferred_simd_mode): Likewise.
5137         * config/s390/vx-builtins.md (vec_packsu_u<mode>): Likewise.
5138         * config/sh/sh.c (sh_print_operand): Likewise.
5139         (dump_table): Likewise.
5140         (sh_secondary_reload): Likewise.
5141         * config/sh/sh.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
5142         * config/sh/sh.md (casesi_worker_1): Likewise.
5143         (casesi_worker_2): Likewise.
5144         * config/sparc/predicates.md (icc_comparison_operator): Likewise.
5145         (fcc_comparison_operator): Likewise.
5146         * config/sparc/sparc.c (sparc_expand_move): Likewise.
5147         (emit_soft_tfmode_cvt): Likewise.
5148         (sparc_preferred_simd_mode): Likewise.
5149         (output_cbranch): Likewise.
5150         (sparc_print_operand): Likewise.
5151         (sparc_expand_vec_perm_bmask): Likewise.
5152         (vector_init_bshuffle): Likewise.
5153         * config/spu/spu.c (spu_scalar_mode_supported_p): Likewise.
5154         (spu_vector_mode_supported_p): Likewise.
5155         (spu_expand_insv): Likewise.
5156         (spu_emit_branch_or_set): Likewise.
5157         (spu_handle_vector_attribute): Likewise.
5158         (spu_builtin_splats): Likewise.
5159         (spu_builtin_extract): Likewise.
5160         (spu_builtin_promote): Likewise.
5161         (spu_expand_sign_extend): Likewise.
5162         * config/tilegx/tilegx.c (tilegx_scalar_mode_supported_p): Likewise.
5163         (tilegx_simd_int): Likewise.
5164         * config/tilepro/tilepro.c (tilepro_scalar_mode_supported_p): Likewise.
5165         (tilepro_simd_int): Likewise.
5166         * config/v850/v850.c (const_double_split): Likewise.
5167         (v850_print_operand): Likewise.
5168         (ep_memory_offset): Likewise.
5169         * config/vax/vax.c (vax_rtx_costs): Likewise.
5170         (vax_output_int_move): Likewise.
5171         (vax_output_int_add): Likewise.
5172         (vax_output_int_subtract): Likewise.
5173         * config/visium/predicates.md (visium_branch_operator): Likewise.
5174         * config/visium/visium.c (rtx_ok_for_offset_p): Likewise.
5175         (visium_print_operand_address): Likewise.
5176         * config/visium/visium.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
5177         * config/xtensa/xtensa.c (xtensa_mem_offset): Likewise.
5178         (xtensa_expand_conditional_branch): Likewise.
5179         (xtensa_copy_incoming_a7): Likewise.
5180         (xtensa_output_literal): Likewise.
5181         * dfp.c (decimal_real_maxval): Likewise.
5182         * targhooks.c (default_libgcc_floating_mode_supported_p): Likewise.
5184 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
5185             Alan Hayward  <alan.hayward@arm.com>
5186             David Sherwood  <david.sherwood@arm.com>
5188         * genmodes.c (mode_size_inline): Add an E_ prefix to mode names.
5189         (mode_nunits_inline): Likewise.
5190         (mode_inner_inline): Likewise.
5191         (mode_unit_size_inline): Likewise.
5192         (mode_unit_precision_inline): Likewise.
5193         (emit_insn_modes_h): Likewise.  Also emit a #define of the
5194         unprefixed name.
5195         (emit_mode_wider): Add an E_ prefix to mode names.
5196         (emit_mode_complex): Likewise.
5197         (emit_mode_inner): Likewise.
5198         (emit_mode_adjustments): Likewise.
5199         (emit_mode_int_n): Likewise.
5200         * config/aarch64/aarch64-builtins.c (v8qi_UP, v4hi_UP, v4hf_UP)
5201         (v2si_UP, v2sf_UP, v1df_UP, di_UP, df_UP, v16qi_UP, v8hi_UP, v8hf_UP)
5202         (v4si_UP, v4sf_UP, v2di_UP, v2df_UP, ti_UP, oi_UP, ci_UP, xi_UP)
5203         (si_UP, sf_UP, hi_UP, hf_UP, qi_UP): Likewise.
5204         (CRC32_BUILTIN, ENTRY): Likewise.
5205         * config/aarch64/aarch64.c (aarch64_push_regs): Likewise.
5206         (aarch64_pop_regs): Likewise.
5207         (aarch64_process_components): Likewise.
5208         * config/alpha/alpha.c (alpha_emit_conditional_move): Likewise.
5209         * config/arm/arm-builtins.c (v8qi_UP, v4hi_UP, v4hf_UP, v2si_UP)
5210         (v2sf_UP, di_UP, v16qi_UP, v8hi_UP, v8hf_UP, v4si_UP, v4sf_UP)
5211         (v2di_UP, ti_UP, ei_UP, oi_UP, hf_UP, si_UP, void_UP): Likewise.
5212         * config/arm/arm.c (arm_init_libfuncs): Likewise.
5213         * config/i386/i386-builtin-types.awk (ix86_builtin_type_vect_mode):
5214         Likewise.
5215         * config/i386/i386-builtin.def (pcmpestr): Likewise.
5216         (pcmpistr): Likewise.
5217         * config/microblaze/microblaze.c (double_memory_operand): Likewise.
5218         * config/mmix/mmix.c (mmix_output_condition): Likewise.
5219         * config/powerpcspe/powerpcspe.c (rs6000_init_hard_regno_mode_ok):
5220         Likewise.
5221         * config/rl78/rl78.c (mduc_regs): Likewise.
5222         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Likewise.
5223         (htm_expand_builtin): Likewise.
5224         * config/sh/sh.h (REGISTER_NATURAL_MODE): Likewise.
5225         * config/sparc/sparc.c (emit_save_or_restore_regs): Likewise.
5226         * config/xtensa/xtensa.c (print_operand): Likewise.
5227         * expmed.h (NUM_MODE_PARTIAL_INT): Likewise.
5228         (NUM_MODE_VECTOR_INT): Likewise.
5229         * genoutput.c (null_operand): Likewise.
5230         (output_operand_data): Likewise.
5231         * genrecog.c (print_parameter_value): Likewise.
5232         * lra.c (debug_operand_data): Likewise.
5234 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
5236         * dwarf2out.c (scompare_loc_descriptor_wide)
5237         (scompare_loc_descriptor_narrow): New functions, split out from...
5238         (scompare_loc_descriptor): ...here.
5239         * expmed.c (emit_store_flag_int): New function, split out from...
5240         (emit_store_flag): ...here.
5242 2017-08-30  Richard Biener  <rguenther@suse.de>
5244         * dwarf2out.c (dwarf2out_finish): Remove setting AT_pubnames.
5245         (dwarf2out_early_finish): Move setting of AT_pubnames from
5246         early debug output to early finish.
5248 2017-08-30  Jozef Lawrynowicz  <jozef.l@somniumtech.com>
5250         * gcc/config/msp430/msp430.h: Pass -mcode/data-region to the linker
5251         and -mdata-region to the assembler.
5253 2017-08-30  Richard Biener  <rguenther@suse.de>
5255         * dwarf2out.c (add_dwarf_attr): Check we don't add duplicate
5256         attributes.
5257         (gen_subprogram_die): Add DW_AT_object_pointer only early.
5258         (dwarf2out_early_global_decl): Only generate a DIE for the
5259         abstract origin if it doesn't already exist or is a declaration DIE.
5260         (resolve_addr): Do not add the linkage name twice when
5261         generating a stub DIE for the DW_TAG_GNU_call_site target.
5263 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
5265         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
5266         Use machine_mode rather than int for arg1_mode.
5268 2017-08-29  Michael Meissner  <meissner@linux.vnet.ibm.com>
5270         PR target/82015
5271         * config/rs6000/rs6000.c (rs6000_expand_binop_builtin): Insure
5272         that the second argument of the built-in functions to unpack
5273         128-bit scalar types to 64-bit values is 0 or 1.  Change to use a
5274         switch statement instead a lot of if statements.
5275         * config/rs6000/rs6000.md (unpack<mode>, FMOVE128_VSX iterator):
5276         Allow 64-bit values to be in Altivec registers as well as
5277         traditional floating point registers.
5278         (pack<mode>, FMOVE128_VSX iterator): Likewise.
5280 2017-08-29  Alexander Monakov  <amonakov@ispras.ru>
5282         * ira-costs.c (record_address_regs): Handle both operands of PLUS for
5283         MAX_REGS_PER_ADDRESS == 1.
5285 2017-08-29  Uros Bizjak  <ubizjak@gmail.com>
5287         * config/i386/i386.opt (flag_fentry): Do not init to -1.
5288         * config/i386/i386.c (ix86_option_override_internal): Simplify
5289         setting of opts->x_flag_entry.
5291 2017-08-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5292             Jakub Jelinek  <jakub@redhat.com>
5293             Richard Biener  <rguenther@suse.de>
5295         PR tree-optimization/81503
5296         * gimple-ssa-strength-reduction.c (replace_mult_candidate): Ensure
5297         folded constant fits in the target type; reorder tests for clarity.
5299 2017-08-29  Martin Liska  <mliska@suse.cz>
5301         * passes.def: Include pass_lower_switch.
5302         * stmt.c (dump_case_nodes): Remove and move to
5303         tree-switch-conversion.
5304         (case_values_threshold): Likewise.
5305         (expand_switch_as_decision_tree_p): Likewise.
5306         (emit_case_decision_tree): Likewise.
5307         (expand_case): Likewise.
5308         (balance_case_nodes): Likewise.
5309         (node_has_low_bound): Likewise.
5310         (node_has_high_bound): Likewise.
5311         (node_is_bounded): Likewise.
5312         (emit_case_nodes): Likewise.
5313         (struct simple_case_node): New struct.
5314         (add_case_node): Remove.
5315         (emit_case_dispatch_table): Use vector instead of case_list.
5316         (reset_out_edges_aux): Remove.
5317         (compute_cases_per_edge): Likewise.
5318         (expand_case): Build list of simple_case_node.
5319         (expand_sjlj_dispatch_table): Use it.
5320         * tree-switch-conversion.c (struct case_node): Moved from
5321         stmt.c and adjusted.
5322         (emit_case_nodes): Likewise.
5323         (node_has_low_bound): Likewise.
5324         (node_has_high_bound): Likewise.
5325         (node_is_bounded): Likewise.
5326         (case_values_threshold): Likewise.
5327         (reset_out_edges_aux): Likewise.
5328         (compute_cases_per_edge): Likewise.
5329         (add_case_node): Likewise.
5330         (dump_case_nodes): Likewise.
5331         (balance_case_nodes): Likewise.
5332         (expand_switch_as_decision_tree_p): Likewise.
5333         (emit_jump): Likewise.
5334         (emit_case_decision_tree): Likewise.
5335         (try_switch_expansion): Likewise.
5336         (do_jump_if_equal): Likewise.
5337         (emit_cmp_and_jump_insns): Likewise.
5338         (fix_phi_operands_for_edge): New function.
5339         (record_phi_operand_mapping): Likewise.
5340         (class pass_lower_switch): New pass.
5341         (pass_lower_switch::execute): New function.
5342         (make_pass_lower_switch): Likewise.
5343         (conditional_probability):
5344         * timevar.def: Add TV_TREE_SWITCH_LOWERING.
5345         * tree-pass.h: Add make_pass_lower_switch.
5347 2017-08-29  Jozef Lawrynowicz  <jozef.l@somniumtech.com>
5349         PR target/80993
5350         * gcc/config/msp430/msp430.c (msp430_attr): Mark interrupt
5351         handlers as used.
5353 2017-08-29  Richard Biener  <rguenther@suse.de>
5355         * dwarf2out.c (add_dwarf_attr): When checking is enabled verify
5356         we do not add a DW_AT_inline attribute twice.
5357         (gen_subprogram_die): Remove code setting DW_AT_inline on
5358         DECL_ABSTRACT_P nodes.
5360 2017-08-29  Richard Sandiford  <richard.sandiford@linaro.org>
5362         * gimplify.c (gimplify_call_expr): Copy the nothrow flag to
5363         calls to internal functions.
5364         (gimplify_modify_expr): Likewise.
5365         * tree-call-cdce.c (use_internal_fn): Likewise.
5366         * tree-ssa-math-opts.c (pass_cse_reciprocals::execute): Likewise.
5367         (convert_to_divmod): Set the nothrow flag.
5368         * tree-if-conv.c (predicate_mem_writes):  Likewise.
5369         * tree-vect-stmts.c (vectorizable_mask_load_store): Likewise.
5370         (vectorizable_call): Likewise.
5371         (vectorizable_store): Likewise.
5372         (vectorizable_load): Likewise.
5373         * tree-vect-patterns.c (vect_recog_pow_pattern): Likewise.
5374         (vect_recog_mask_conversion_pattern): Likewise.
5376 2017-08-29  Martin Liska  <mliska@suse.cz>
5378         PR other/39851
5379         * gcc.c (driver_handle_option): Add new argument.
5380         * opts-common.c (handle_option): Pass
5381         target_option_override_hook.
5382         * opts-global.c (lang_handle_option): Add new option.
5383         (set_default_handlers):  Add new argument.
5384         (decode_options): Likewise.
5385         * opts.c (target_handle_option): Likewise.
5386         (common_handle_option): Call target_option_override_hook.
5387         * opts.h (struct cl_option_handler_func): Add hook for
5388         target option override.
5389         (struct cl_option_handlers): Likewise.
5390         (set_default_handlers): Add new argument.
5391         (decode_options): Likewise.
5392         (common_handle_option): Likewise.
5393         (target_handle_option): Likewise.
5394         * toplev.c (toplev::main): Pass targetm.target_option.override
5395         hook.
5397 2017-08-29  Richard Biener  <rguenther@suse.de>
5398         Dominik Infuehr <dominik.infuehr@theobroma-systems.com>
5400         * tree-vect-slp.c (vect_bb_slp_scalar_cost): Properly confine
5401         life to the active subtree.
5403 2017-08-28  Jeff Law  <law@redhat.com>
5405         * tree-ssa-dom.c (edge_info::record_simple_equiv): Call
5406         derive_equivalences.
5407         (derive_equivalences_from_bit_ior, record_temporary_equivalences):
5408         Code moved into....
5409         (edge_info::derive_equivalences): New private member function
5411         * tree-ssa-dom.c (class edge_info): Changed from a struct
5412         to a class.  Add ctor/dtor, methods and data members.
5413         (edge_info::edge_info): Renamed from allocate_edge_info.
5414         Initialize additional members.
5415         (edge_info::~edge_info): New.
5416         (free_dom_edge_info): Delete the edge info.
5417         (record_edge_info): Use new class & associated member functions.
5418         Tighten forms for testing for edge equivalences.
5419         (record_temporary_equivalences): Iterate over the simple
5420         equivalences rather than assuming there's only one per edge.
5421         (cprop_into_successor_phis): Iterate over the simple
5422         equivalences rather than assuming there's only one per edge.
5423         (optimize_stmt): Use operand_equal_p rather than pointer
5424         equality for mini-DSE code.
5426 2017-08-28  Nathan Sidwell  <nathan@acm.org>
5428         * gcc.c (execute): Fold SIGPIPE handling into switch
5429         statement.  Adjust internal error message.
5431 2017-08-28  Richard Biener  <rguenther@suse.de>
5433         PR debug/81993
5434         * dwarf2out.c (gen_remaining_tmpl_value_param_die_attributes):
5435         Do nothing for removed DIEs.
5437 2017-08-28  Richard Biener  <rguenther@suse.de>
5439         PR tree-optimization/81977
5440         * tree-ssa-sccvn.c (vn_reference_lookup_3): Fix look through
5441         memcpy.
5443 2017-08-28  Alexander Monakov  <amonakov@ispras.ru>
5445         PR target/80640
5446         * doc/md.texi (mem_thread_fence): Remove mention of mode.  Rewrite.
5447         * optabs.c (expand_mem_thread_fence): Emit a compiler barrier when
5448         using targetm.gen_mem_thread_fence.
5450 2017-08-27  Uros Bizjak  <ubizjak@gmail.com>
5452         PR target/81995
5453         * config/i386/i386.md (*<btsc><mode>): Change operand 2
5454         predicate to register_operand.  Reorder operands.
5455         (*btr<mode>): Ditto.
5456         (*<btsc><mode>_mask): Change operand 3 predicate to register_operand.
5457         (*btr<mode>_mask): Ditto.
5459 2017-08-25  Steven Munroe  <munroesj@gcc.gnu.org>
5461         * config.gcc (powerpc*-*-*): Add xmmintrin.h and mm_malloc.h.
5462         * config/rs6000/xmmintrin.h: New file.
5463         * config/rs6000/x86intrin.h [__ALTIVEC__]: Include xmmintrin.h.
5465 2017-08-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5467         PR target/81504
5468         * config/rs6000/rs6000-p8swap.c (find_alignment_op): Add reference
5469         parameter and_insn and return it.
5470         (recombine_lvx_pattern): Insert a copy to ensure availability of
5471         the base register of the copied masking operation at the point of
5472         the instruction replacement.
5473         (recombine_stvx_pattern): Likewise.
5475 2017-08-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
5477         * config/rs6000/rs6000.opt (-mpower9-dform-scalar): Delete
5478         undocumented switches.
5479         (-mpower9-dform-vector): Likewise.
5480         (-mpower9-dform): Likewise.
5481         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Update
5482         comments to delete references to -mpower9-dform* switches.
5483         * config/rs6000/predicates.md (vsx_quad_dform_memory_operand):
5484         Delete reference to -mpower9-dform* switches, test for
5485         -mpower9-vector instead.
5486         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Likewise.
5487         (OTHER_P9_VECTOR_MASKS): Likewise.
5488         (POWERPC_MASKS): Likewise.
5489         * config/rs6000/rs6000.c (rs6000_setup_reg_addr_masks): Change
5490         tests against -mpower9-dform* to -mpower9-vector.  Delete code
5491         that checked for -mpower9-dform* consistancy with other options.
5492         Add test for -mpower9-misc to enable other power9 switches.
5493         (rs6000_init_hard_regno_mode_ok): Likewise.
5494         (rs6000_option_override_internal): Likewise.
5495         (rs6000_emit_prologue): Likewise.
5496         (rs6000_emit_epilogue): Likewise.
5497         (rs6000_opt_masks): Delete -mpower9-dform-{scalar,vector}.
5498         (rs6000_disable_incompatiable_switches): Delete -mpower9-dform.
5499         (emit_fusion_p9_load): Change tests for -mpower9-dform-scalar
5500         -mpower9-vector.
5501         (emit_fusion_p9_store): Likewise.
5502         * config/rs6000/rs6000.h (TARGET_P9_DFORM_SCALAR): Delete
5503         resetting these macros if the assembler does not support ISA 3.0
5504         instructions.
5505         (TARGET_P9_DFORM_VECTOR): Likewise.
5506         * config/rs6000/rs6000.md (peepholes to optimize altivec memory):
5507         Change to use -mpower9-vector instead of -mpower9-dform-scalar.
5509 2017-08-25  Alan Modra  <amodra@gmail.com>
5511         PR rtl-optimization/81747
5512         * cse.c (cse_extended_basic_block): Don't attempt to record
5513         equivalences for degenerate conditional branches that branch
5514         to their fall-through.
5516 2017-08-24  Martin Sebor  <msebor@redhat.com>
5518         PR middle-end/81908
5519         * gimple-fold.c (size_must_be_zero_p): New function.
5520         (gimple_fold_builtin_memory_op): Call it.
5522 2017-08-24  Steven Munroe  <munroesj@gcc.gnu.org>
5524         * config/rs6000/mm_malloc.h: New file.
5526 2017-08-24  Bin Cheng  <bin.cheng@arm.com>
5528         PR tree-optimization/81913
5529         * tree-ssa-loop-niter.c (number_of_iterations_cond): Skip niter
5530         analysis when either IVs in condition can wrap.
5532 2017-08-24  Uros Bizjak  <ubizjak@gmail.com>
5534         * dwarf2out.c (MAX_ARTIFICIAL_LABEL_BYTES): Increase to 40.
5535         * dwarf2cfi.c (MAX_ARTIFICIAL_LABEL_BYTES): Remove.
5537 2017-08-24  Richard Biener  <rguenther@suse.de>
5539         PR target/81921
5540         * targhooks.c (default_target_can_inline_p): Properly
5541         use target_option_default_node when no DECL_FUNCTION_SPECIFIC_TARGET
5542         is present and always compare.
5543         * config/i386/i386.c (ix86_valid_target_attribute_tree): Do not
5544         infer -mfpmath=sse from TARGET_SSE_P.
5545         (ix86_can_inline_p): Properly use target_option_default_node when
5546         no DECL_FUNCTION_SPECIFIC_TARGET is present and always compare.
5548 2017-08-24  Richard Biener  <rguenther@suse.de>
5550         PR debug/81936
5551         * dwarf2out.c (output_die): Handle flag_generate_offload like
5552         flag_generate_lto.
5553         (output_comp_unit): Likewise.
5554         (gen_array_type_die): Likewise.
5555         (dwarf2out_early_finish): Likewise.
5556         (note_variable_value_in_expr): Likewise.
5557         (dwarf2out_finish): Likewise.  Adjust assert.
5558         * cgraphunit.c (symbol_table::compile): Move setting of
5559         flag_generate_offload earlier ...
5560         (symbol_table::finalize_compilation_unit): ... here, before
5561         early debug finalization.
5563 2017-08-24  Richard Biener  <rguenther@suse.de>
5565         * config/i386/i386.c: Include symbol-summary.h, ipa-prop.h
5566         and ipa-fnsummary.h.
5567         (ix86_can_inline_p): When ix86_fpmath flags do not match
5568         check whether the callee uses FP math at all.
5570 2017-08-24  Aldy Hernandez  <aldyh@redhat.com>
5572         PR middle-end/81931
5573         * tree-ssanames.c (get_nonzero_bits): Use element_precision
5574         instead of TYPE_PRECISION.
5576 2017-08-24  Richard Sandiford  <richard.sandiford@linaro.org>
5577             Alan Hayward  <alan.hayward@arm.com>
5578             David Sherwood  <david.sherwood@arm.com>
5580         * combine.c (make_extraction): Use subreg_offset_from_lsb.
5582 2017-08-23  Daniel Santos  <daniel.santos@pobox.com>
5584         * config/i386/i386.h (ix86_frame::stack_realign_allocate_offset):
5585         Remove field.
5586         (ix86_frame::stack_realign_allocate): New field.
5587         (struct machine_frame_state): Modify comments.
5588         (machine_frame_state::sp_realigned_fp_end): New field.
5589         * config/i386/i386.c (ix86_compute_frame_layout): Rework stack frame
5590         layout calculation.
5591         (sp_valid_at): Add assertion to assure no attempt to access invalid
5592         offset of a realigned stack.
5593         (fp_valid_at): Likewise.
5594         (choose_baseaddr): Modify comments.
5595         (ix86_emit_outlined_ms2sysv_save): Adjust to changes in
5596         ix86_expand_prologue.
5597         (ix86_expand_prologue): Modify stack realignment and allocation.
5598         (ix86_expand_epilogue): Modify comments.
5599         * doc/sourcebuild.texi: Add documentation for target selectors avx2,
5600         avx2_runtime, avx512f, and avx512f_runtime.
5602 2017-08-23  Uros Bizjak  <ubizjak@gmail.com>
5604         * config/i386/i386.opt: Remove unneeded Init(0) initializations.
5605         (mstackrealign): Do not init to -1.
5606         * config/i386/i386.c (ix86_option_override_internal):
5607         Check opts_set, not opts when setting default value of
5608         opts->x_ix86_force_align_arg_pointer.
5610 2017-08-23  Richard Biener  <rguenther@suse.de>
5612         * function.c (fndecl_name): Use verbosity 1 (no arguments) for
5613         lang_hooks.decl_printable_name.
5614         * print-rtl-function.c (print_rtx_function): Likewise.
5615         * tree-pretty-print.c (dump_function_header): Likewise.
5617 2017-08-23  Richard Biener  <rguenther@suse.de>
5619         PR lto/81940
5620         * dwarf2out.c (dwarf2out_abstract_function): Handle LTO with
5621         -g0 at compile-time.
5623 2017-08-23  Tamar Christina  <tamar.christina@arm.com>
5625         PR middle-end/19706
5626         * doc/sourcebuild.texi (Other hardware attributes):
5627         Document xorsign.
5629 2017-08-23  Tamar Christina  <tamar.christina@arm.com>
5631         PR middle-end/19706
5632         * tree-ssa-math-opts.c (convert_expand_mult_copysign):
5633         Fix single-use check.
5635 2017-08-23  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5637         * gcc.c (execute): Only test for SIGKILL and SIGQUIT if available.
5639 2017-08-22  Daniel Santos  <daniel.santos@pobox.com>
5641         * doc/install.texi: Modify to add more details on running selected
5642         tests.
5644 2017-08-22  Daniel Santos  <daniel.santos@pobox.com>
5646         * config/i386/i386.c (ix86_option_override_internal): Error when -mx32
5647         is combined with -mabi=ms.
5648         (ix86_function_type_abi): Limit errors for mixing -mx32 with attribute
5649         ms_abi.
5651 2017-08-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5653         PR tree-optimization/81488
5654         * gimple-ssa-strength-reduction (struct slsr_cand_d): Add visited
5655         and cached_basis fields.
5656         (MAX_SPREAD): New constant.
5657         (alloc_cand_and_find_basis): Initialize new fields.
5658         (clear_visited): New function.
5659         (create_phi_basis_1): Rename from create_phi_basis, set visited
5660         and cached_basis fields.
5661         (create_phi_basis): New wrapper function.
5662         (phi_add_costs_1): Rename from phi_add_costs, add spread
5663         parameter, set visited field, short-circuit when limits reached.
5664         (phi_add_costs): New wrapper function.
5665         (record_phi_increments_1): Rename from record_phi_increments, set
5666         visited field.
5667         (record_phi_increments): New wrapper function.
5668         (phi_incr_cost_1): Rename from phi_incr_cost, set visited field.
5669         (phi_incr_cost): New wrapper function.
5670         (all_phi_incrs_profitable_1): Rename from
5671         all_phi_incrs_profitable, set visited field.
5672         (all_phi_incrs_profitable): New wrapper function.
5674 2017-08-22  Richard Sandiford  <richard.sandiford@linaro.org>
5675             Alan Hayward  <alan.hayward@arm.com>
5676             David Sherwood  <david.sherwood@arm.com>
5678         * rtl.h (paradoxical_subreg_p): Define inline, and add a version
5679         that takes the outer and inner modes.
5680         * doc/rtl.texi: Use paradoxical_subreg_p instead of a GET_MODE_SIZE
5681         comparison as the canonical test for a paradoxical subreg.
5682         * combine.c (simplify_set): Use paradoxical_subreg_p.
5683         (make_extraction): Likewise.
5684         (force_to_mode): Likewise.
5685         (rtx_equal_for_field_assignment_p): Likewise.
5686         (gen_lowpart_for_combine): Likewise.
5687         (simplify_comparison): Likewise.
5688         * cse.c (equiv_constant): Likewise.
5689         * expmed.c (store_bit_field_1): Likewise.
5690         * final.c (alter_subreg): Likewise.
5691         * fwprop.c (propagate_rtx): Likewise.
5692         (forward_propagate_subreg): Likewise.
5693         * ira-conflicts.c (ira_build_conflicts): Likewise.
5694         * lower-subreg.c (simplify_gen_subreg_concatn): Likewise.
5695         * lra-constraints.c (curr_insn_transform): Likewise.
5696         (split_reg): Likewise.
5697         * lra-eliminations.c (move_plus_up): Likewise.
5698         (lra_eliminate_regs_1): Likewise.
5699         * recog.c (general_operand): Likewise.
5700         * ree.c (combine_reaching_defs): Likewise.
5701         * reload.c (push_reload): Likewise.
5702         (find_reloads): Likewise.
5703         * reload1.c (elimination_effects): Likewise.
5704         (compute_reload_subreg_offset): Likewise.
5705         (choose_reload_regs): Likewise.
5706         * rtlanal.c (subreg_lsb_1): Likewise.
5707         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
5708         (simplify_subreg): Likewise.
5709         * var-tracking.c (track_loc_p): Likewise.
5710         * emit-rtl.c (byte_lowpart_offset): Likewise.
5711         (paradoxical_subreg_p): Delete out-of-line definition.
5713 2017-08-22  Jeff Law  <law@redhat.com>
5715         PR tree-optimization/81741
5716         PR tree-optimization/71947
5717         * tree-ssa-dom.c: Include tree-inline.h.
5718         (record_temporary_equivalences): Only record SSA_NAME = SSA_NAME
5719         equivalences if one is more expensive to compute than the other.
5720         * tree-ssa-scopedtables.h (class const_or_copies): Make
5721         record_const_or_copy_raw method private.
5722         (class avail_exprs_stack): New method simplify_binary_operation.
5723         * tree-ssa-scopedtables.c (avail_exprs_stack::lookup_avail_expr): Call
5724         avail_exprs_stack::simplify_binary_operation as needed.
5725         (avail_exprs_stack::simplify_binary_operation): New function.
5727 2017-08-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
5729         * config.gcc (powerpc-*-rtems*): Add rs6000/linux64.opt.
5730         * config/rs6000/rtems.h (ASM_PREFERRED_EH_DATA_FORMAT): New define.
5731         (DOT_SYMBOLS): Likewise.
5732         (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
5733         (RELOCATABLE_NEEDS_FIXUP): Likewise.
5734         (RS6000_ABI_NAME): Likewise.
5735         (TARGET_CMODEL): Likewise.
5736         (TOC_SECTION_ASM_OP): Likewise.
5737         (SET_CMODEL): New macro.
5738         (SUBSUBTARGET_OVERRIDE_OPTIONS): Evaluate cmodel options.
5740 2017-08-22  Richard Biener  <rguenther@suse.de>
5742         * tree-inline.c (remap_type_1): Change asserts on TYPE_SIZE[_UNIT]
5743         to allow for free-lang-data replacements similar to verify_type_variant.
5745 2017-08-22  Richard Sandiford  <richard.sandiford@linaro.org>
5746             Alan Hayward  <alan.hayward@arm.com>
5747             David Sherwood  <david.sherwood@arm.com>
5749         * config/aarch64/aarch64.md (casesi): Use DImode rather than
5750         VOIDmode for the LABEL_REF.
5752 2017-08-22  Richard Biener  <rguenther@suse.de>
5754         * tree-cfg.c (gimple_split_edge): Avoid reallocating target PHI nodes.
5756 2017-08-22  Richard Biener  <rguenther@suse.de>
5758         * common.opt (feliminate-dwarf2-dups): Ignore.
5759         * doc/invoke.texi (feliminate-dwarf2-dups): Remove documentation.
5760         * dwarf2out.c (push_new_compile_unit, pop_compile_unit,
5761         same_die_p_wrap, compute_section_prefix,
5762         is_symbol_die, assign_symbol_names, break_out_includes): Remove.
5763         (comdat_symbol_id, comdat_symbol_number): Likewise.
5764         (cu_hash_table_entry, cu_hash_table_entry_hasher, cu_hash_type):
5765         Likewise.
5766         (check_duplicate_cu, record_comdat_symbol_number): Likewise.
5767         (output_die): Mark unreachable path unreachable.
5768         (dwarf2out_start_source_file): Do not create DW_TAG_GNU_BINCL.
5769         (dwarf2out_end_source_file): Do not create DW_TAG_GNU_EINCL.
5770         (dwarf2out_init): Remove code handling flag_eliminate_dwarf2_dups.
5771         (dwarf2out_early_finish): Likewise.
5773 2017-08-22  Aldy Hernandez  <aldyh@redhat.com>
5775         * wide-int.h (hwi_with_prec::hwi_with_prec): Sign extend.
5777 2017-08-22  Georg-Johann Lay  <avr@gjlay.de>
5779         PR target/81910
5780         * config/avr/avr.c (avr_handle_addr_attribute): Early return if
5781         not VAR_P. Filter attribute warnings with OPT_Wattributes.
5782         (avr_attribute_table) <io, io_low, address>: Initialize
5783         .decl_required with true.
5785 2017-08-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
5787         * config/rs6000/rs6000-cpus.def (-mvsx-scalar-float): Delete
5788         undocumented debugging options.
5789         (-mvsx-scalar-double): Likewise.
5790         (-mallow-df-permute): Likewise.
5791         (-mvectorize-builtins): Likewise.
5792         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Likewise.
5793         (rs6000_builtin_vectorized_function): Likewise.
5794         (rs6000_builtin_md_vectorized_function): Likewise.
5795         (rs6000_opt_vars): Likewise.
5797 2017-08-21  Uros Bizjak  <ubizjak@gmail.com>
5799         PR target/46091
5800         * config/i386/i386.md (*btsq_imm): Rename from *btsq.
5801         (*btrq_imm): Rename from *btrq.
5802         (*btcq_imm): Rename from *btcq.
5803         (btsc): New code attribute.
5804         (*<btsc><mode>): New insn pattern.
5805         (*btr<mode>): Ditto.
5806         (*<btsc><mode>_mask): New insn_and_split pattern.
5807         (*btr<mode>_mask): Ditto.
5809 2017-08-21  Richard Sandiford  <richard.sandiford@linaro.org>
5810             Alan Hayward  <alan.hayward@arm.com>
5811             David Sherwood  <david.sherwood@arm.com>
5813         * function.c (pad_below): Simplify padding calculation.
5815 2017-08-21  Richard Sandiford  <richard.sandiford@linaro.org>
5816             Alan Hayward  <alan.hayward@arm.com>
5817             David Sherwood  <david.sherwood@arm.com>
5819         * target.def (function_prologue): Remove frame size argument.
5820         (function_epilogue): Likewise.
5821         * doc/tm.texi: Regenerate.
5822         * final.c (final_start_function): Update call to function_prologue.
5823         (final_end_function): Update call to function_epilogue.
5824         (default_function_pro_epilogue): Remove frame size argument.
5825         * output.h (default_function_pro_epilogue): Likewise.
5826         * config/arm/arm.c (arm_output_function_epilogue): Likewise.
5827         (arm_output_function_prologue): Likewise.
5828         * config/frv/frv.c (frv_function_prologue): Likewise.
5829         (frv_function_epilogue): Likewise.
5830         * config/i386/i386.c (ix86_output_function_epilogue): Likewise.
5831         * config/ia64/ia64.c (ia64_output_function_prologue): Likewise.
5832         (ia64_output_function_epilogue): Likewise.
5833         * config/m32r/m32r.c (m32r_output_function_prologue): Likewise.
5834         (m32r_output_function_epilogue): Likewise.
5835         * config/microblaze/microblaze.c (microblaze_function_prologue)
5836         (microblaze_function_epilogue): Likewise.
5837         * config/mips/mips.c (mips_output_function_prologue): Likewise.
5838         (mips_output_function_epilogue): Likewise.
5839         * config/mmix/mmix.c (mmix_target_asm_function_prologue): Likewise.
5840         (mmix_target_asm_function_epilogue): Likewise.
5841         * config/msp430/msp430.c (msp430_start_function): Likewise.
5842         * config/nds32/nds32.c (nds32_asm_function_prologue): Likewise.
5843         (nds32_asm_function_epilogue): Likewise.
5844         * config/nios2/nios2.c (nios2_asm_function_prologue): Likewise.
5845         * config/pa/pa.c (pa_output_function_prologue): Likewise.
5846         (pa_output_function_epilogue): Likewise.
5847         * config/powerpcspe/powerpcspe.c (rs6000_output_function_prologue)
5848         (rs6000_output_function_epilogue): Likewise.
5849         * config/rl78/rl78.c (rl78_start_function): Likewise.
5850         * config/rs6000/rs6000.c (rs6000_output_function_prologue): Likewise.
5851         (rs6000_output_function_epilogue): Likewise.
5852         * config/rx/rx.c (rx_output_function_prologue): Likewise.
5853         * config/sh/sh.c (sh_output_function_epilogue): Likewise.
5854         * config/sparc/sparc.c (sparc_asm_function_prologue): Likewise.
5855         (sparc_asm_function_epilogue): Likewise.
5857 2017-08-21  Richard Sandiford  <richard.sandiford@linaro.org>
5859         * tree.h (type_has_mode_precision_p): New function.
5860         * convert.c (convert_to_integer_1): Use it.
5861         * expr.c (expand_expr_real_2): Likewise.
5862         (expand_expr_real_1): Likewise.
5863         * fold-const.c (fold_single_bit_test_into_sign_test): Likewise.
5864         * match.pd: Likewise.
5865         * tree-ssa-forwprop.c (simplify_rotate): Likewise.
5866         * tree-ssa-math-opts.c (convert_mult_to_fma): Likewise.
5867         * tree-tailcall.c (process_assignment): Likewise.
5868         * tree-vect-loop.c (vectorizable_reduction): Likewise.
5869         * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern)
5870         (vect_recog_mult_pattern, vect_recog_divmod_pattern): Likewise.
5871         * tree-vect-stmts.c (vectorizable_conversion): Likewise.
5872         (vectorizable_assignment): Likewise.
5873         (vectorizable_shift): Likewise.
5874         (vectorizable_operation): Likewise.
5875         * tree-vrp.c (register_edge_assert_for_2): Likewise.
5877 2017-08-21  Wilco Dijkstra  <wdijkstr@arm.com>
5879         * match.pd: Add pow (C, x) simplification.
5881 2017-08-21  Richard Biener  <rguenther@suse.de>
5883         PR tree-optimization/81900
5884         * tree-ssa-pre.c (compute_antic_aux): Properly compute changed
5885         for blocks with abnormal predecessors.
5886         (compute_antic): Do not set visited flag prematurely.
5888 2017-08-21  Georg-Johann Lay  <avr@gjlay.de>
5890         PR target/79883
5891         * config/avr/avr.c (avr_set_current_function): Typo in diagnostic.
5893 2017-08-21  Richard Sandiford  <richard.sandiford@linaro.org>
5895         * stor-layout.h (vector_type_mode): Move to...
5896         * tree.h (vector_type_mode): ...here.
5897         * stor-layout.c (vector_type_mode): Move to...
5898         * tree.c (vector_type_mode): ...here.  Include rtl.h and regs.h.
5900 2017-08-21  Richard Biener  <rguenther@suse.de>
5902         * debug.h (struct gcc_debug_hooks): Add die_ref_for_decl and
5903         register_external_die hooks.
5904         (debug_false_tree_charstarstar_uhwistar): Declare.
5905         (debug_nothing_tree_charstar_uhwi): Likewise.
5906         * debug.c (do_nothing_debug_hooks): Adjust.
5907         (debug_false_tree_charstarstar_uhwistar): New do nothing.
5908         (debug_nothing_tree_charstar_uhwi): Likewise.
5909         * dbxout.c (dbx_debug_hooks): Adjust.
5910         (xcoff_debug_hooks): Likewise.
5911         * sdbout.c (sdb_debug_hooks): Likewise.
5912         * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
5913         * dwarf2out.c (macinfo_label_base): New global.
5914         (dwarf2out_register_external_die): New function for the
5915         register_external_die hook.
5916         (dwarf2out_die_ref_for_decl): Likewise for die_ref_for_decl.
5917         (dwarf2_debug_hooks): Use them.
5918         (dwarf2_lineno_debug_hooks): Adjust.
5919         (struct die_struct): Add with_offset flag.
5920         (DEBUG_LTO_DWO_INFO_SECTION, DEBUG_LTO_INFO_SECTION,
5921         DEBUG_LTO_DWO_ABBREV_SECTION, DEBUG_LTO_ABBREV_SECTION,
5922         DEBUG_LTO_DWO_MACINFO_SECTION, DEBUG_LTO_MACINFO_SECTION,
5923         DEBUG_LTO_DWO_MACRO_SECTION, DEBUG_LTO_MACRO_SECTION,
5924         DEBUG_LTO_LINE_SECTION, DEBUG_LTO_DWO_STR_OFFSETS_SECTION,
5925         DEBUG_LTO_STR_DWO_SECTION, DEBUG_STR_LTO_SECTION): New macros
5926         defining section names for the early LTO debug variants.
5927         (reset_indirect_string): New helper.
5928         (add_AT_external_die_ref): Helper for dwarf2out_register_external_die.
5929         (print_dw_val): Add support for offsetted symbol references.
5930         (get_ultimate_context): Split out from is_cxx.
5931         (is_cxx): Use get_ultimate_context.
5932         (is_fortran): Add decl overload.
5933         (compute_comp_unit_symbol): Split out worker from
5934         compute_section_prefix.
5935         (compute_section_prefix): Call compute_comp_unit_symbol and
5936         set comdat_type_p here.
5937         (output_die): Skip DIE symbol output for the LTO added one.
5938         Handle DIE symbol references with offset.
5939         (output_comp_unit): Guard section name mangling properly.
5940         For LTO debug sections emit a symbol at the section beginning
5941         which we use to refer to its DIEs.
5942         (add_abstract_origin_attribute): For DIEs registered via
5943         dwarf2out_register_external_die directly refer to the early
5944         DIE rather than indirectly through the shadow one we created.
5945         Remove obsolete call to dwarf2out_abstract_function for
5946         non-function/block origins.
5947         (gen_array_type_die): When generating early LTO debug do
5948         not emit DW_AT_string_length.
5949         (gen_formal_parameter_die): Do not re-create DIEs for PARM_DECLs
5950         late when in LTO.  As suggested place a gcc_unreachable for
5951         the DECL_ABSTRACT_P case.
5952         (gen_subprogram_die): Avoid another specification DIE
5953         for early built declarations/definitions for the late LTO case.
5954         (gen_variable_die): Add type references for late duplicated VLA dies
5955         when in late LTO.
5956         (gen_inlined_subroutine_die): Do not call dwarf2out_abstract_function,
5957         we have the abstract instance already.
5958         (process_scope_var): Adjust decl DIE contexts in LTO which
5959         first puts them in limbo.
5960         (gen_decl_die): Do not generate type DIEs late apart from
5961         types for VLAs or for decls we do not yet have a DIE.  Do not
5962         call dwarf2out_abstract_function late.
5963         (dwarf2out_early_global_decl): Make sure to create DIEs
5964         for abstract instances of a decl first.
5965         (dwarf2out_late_global_decl): Adjust comment.
5966         (output_macinfo_op): With multiple macro sections use
5967         macinfo_label_base to distinguish labels.
5968         (output_macinfo): Likewise.  Update macinfo_label_base.
5969         Pass in the line info label.
5970         (note_variable_value_in_expr): When generating LTO resolve
5971         all variable values here by generating DIEs as needed.
5972         (init_sections_and_labels): Add early LTO debug flag parameter
5973         and generate different sections and names if set.  Add generation
5974         counter for the labels so we can have multiple of them.
5975         (reset_dies): Helper to allow DIEs to be output multiple times.
5976         (dwarf2out_finish): When outputting DIEs to the fat part of an
5977         LTO object first reset DIEs.
5978         (dwarf2out_early_finish): Output early DIEs when generating LTO.
5979         (modified_type_die): Check for decl_ultimate_origin being self
5980         before recursing.
5981         (gen_type_die_with_usage): Likewise.
5982         (gen_typedef_die): Allow decl_ultimate_origin being self.
5983         (set_decl_abstract_flags): Remove.
5984         (set_block_abstract_flags): Likewise.
5985         (dwarf2out_abstract_function): Treat the early generated DIEs
5986         as the abstract copy and only add DW_AT_inline and
5987         DW_AT_artificial here and call set_decl_origin_self.
5988         If the DIE has an abstract origin don't do anything.
5989         * tree.c (free_lang_data): Build a dummy TRANSLATION_UNIT_DECL
5990         if we have none yet (Go fails to build one, PR78628).
5991         (variably_modified_type_p): Prevent endless recursion for Ada
5992         cyclic pointer types.
5993         * lto-streamer-in.c: Include debug.h.
5994         (dref_queue): New global.
5995         (lto_read_tree_1): Stream in DIE references.
5996         (lto_input_tree): Register DIE references.
5997         (input_function): Stream DECL_DEBUG_ARGS.
5998         * lto-streamer-out.c: Include debug.h.
5999         (lto_write_tree_1): Output DIE references.
6000         (DFS::DFS_write_tree_body): Follow DECL_ABSTRACT_ORIGIN.
6001         Force a TRANSLATION_UNIT_DECL DECL_CONTEXT for file-scope decls.
6002         (output_function): Stream DECL_DEBUG_ARGS.
6003         * tree-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
6004         Stream DECL_ABSTRACT_ORIGIN.
6005         * tree-streamer-out.c (write_ts_decl_common_tree_pointers): Likewise.
6006         (write_ts_decl_minimal_tree_pointers): Force a TRANSLATION_UNIT_DECL
6007         DECL_CONTEXT for file-scope decls.
6008         * lto-streamer.h (struct dref_entry): Declare.
6009         (dref_queue): Likewise.
6010         * cfgexpand.c (pass_expand::execute): Do not call the
6011         outlining_inline_function hook here.
6012         * lto-wrapper.c (debug_obj): New global.
6013         (tool_cleanup): Unlink it if required.
6014         (debug_objcopy): New function.
6015         (run_gcc): Handle early debug sections in the IL files by
6016         extracting them to separate files, partially linkin them and
6017         feeding the result back as result to the linker.
6018         * config/darwin.h (DEBUG_LTO_INFO_SECTION, DEBUG_LTO_ABBREV_SECTION,
6019         DEBUG_LTO_MACINFO_SECTION, DEBUG_LTO_LINE_SECTION,
6020         DEBUG_STR_LTO_SECTION, DEBUG_LTO_MACRO_SECTION): Put early debug
6021         sections into a separate segment.
6022         * config/darwin.c (darwin_asm_named_section): Handle __GNU_DWARF_LTO
6023         segments.
6024         (darwin_asm_dwarf_section): Likewise.
6025         (darwin_asm_output_dwarf_offset): Likewise.
6026         * config/i386/i386.c (make_resolver_func): Set DECL_IGNORED_P.
6028 2017-08-21  Richard Sandiford  <richard.sandiford@linaro.org>
6029             Alan Hayward  <alan.hayward@arm.com>
6030             David Sherwood  <david.sherwood@arm.com>
6032         * read-md.h (md_reader::record_potential_iterator_use): Replace
6033         pointer argument with an rtx and an index.
6034         * read-rtl.c (iterator_group::apply_iterator): Likewise.
6035         (apply_mode_iterator): Likewise.
6036         (apply_code_iterator): Likewise.
6037         (apply_int_iterator): Likewise.
6038         (apply_subst_iterator): Likewise.
6039         (record_iterator_use): Likewise.
6040         (record_attribute_use): Likewise.
6041         (md_reader::record_potential_iterator_use): Likewise.  Update calls
6042         to record_iterator_use and apply_iterator.
6043         (iterator_use): Replace ptr with x and index.
6044         (attribute_use): Likewise.
6045         (apply_attribute_uses): Update calls to apply_iterator.
6046         (apply_iterators): Likewise.  Update initialization of iterator_use.
6047         (rtx_reader::read_rtx_code): Update calls to record_iterator_use
6048         and record_potential_iterator_use.
6049         (rtx_reader::read_rtx_operand): Likewise.
6051 2017-08-21  Richard Sandiford  <richard.sandiford@linaro.org>
6052             Alan Hayward  <alan.hayward@arm.com>
6053             David Sherwood  <david.sherwood@arm.com>
6055         * varasm.c (const_rtx_hash_1): Don't hash in the mode of a
6056         CONST_WIDE_INT.
6058 2017-08-21  Richard Biener  <rguenther@suse.de>
6060         PR middle-end/81884
6061         * tree-ssa-alias.c (stmt_kills_ref_p): Handle array accesses
6062         at struct end conservatively when comparing common bases.
6064 2017-08-21  Richard Biener  <rguenther@suse.de>
6066         * tree-ssa-loop-im.c (struct lim_aux_data): Add ref index member.
6067         (mem_ref_in_stmt): Remove.
6068         (determine_max_movement): Use ref index to get at the reference.
6069         (invariantness_dom_walker::before_dom_children): Deal with
6070         lim data already initialized.
6071         (gather_mem_refs_stmt): Initialize lim data and record ref index.
6073 2017-08-19  Uros Bizjak  <ubizjak@gmail.com>
6075         * config/i386/i386.h (OPTION_MASK_ISA_ROUND): Remove.
6076         (TARGET_ISA_ROUND): Ditto.
6077         (TARGET_ROUND): Ditto.
6078         * config/i386/i386.c: Substitute TARGET_ROUND with TARGET_SSE4_1.
6079         * config/i386/i386.md: Ditto.
6080         * config/i386/sse.md: Ditto.
6081         * config/i386/i386-builtin.def: Substitute OPTION_MASK_ISA_ROUND
6082         with OPTION_MASK_ISA_SSE4_1.
6084 2017-08-19  Uros Bizjak  <ubizjak@gmail.com>
6086         PR target/81894
6087         * doc/extend.texi (x86 Built-in Functions): Correct the name of
6088         __builtin_ia32_lzcnt_u16.
6090 2017-08-18  Peter Bergner  <bergner@vnet.ibm.com>
6092         PR target/80210
6093         * config/rs6000/rs6000.c (rs6000_activate_target_options): New function.
6094         (rs6000_set_current_function): Rewrite function to use it.
6096 2017-08-18  H.J. Lu  <hongjiu.lu@intel.com>
6098         PR c/53037
6099         * print-tree.c (print_node): Support DECL_WARN_IF_NOT_ALIGN
6100         and TYPE_WARN_IF_NOT_ALIGN.
6101         * stor-layout.c (do_type_align): Merge DECL_WARN_IF_NOT_ALIGN.
6102         (handle_warn_if_not_align): New.
6103         (place_union_field): Call handle_warn_if_not_align.
6104         (place_field): Call handle_warn_if_not_align.
6105         Copy TYPE_WARN_IF_NOT_ALIGN.
6106         (finish_builtin_struct): Copy TYPE_WARN_IF_NOT_ALIGN.
6107         (layout_type): Likewise.
6108         * tree-core.h (tree_type_common): Add warn_if_not_align.  Set
6109         spare to 18.
6110         (tree_decl_common): Add warn_if_not_align.
6111         * tree.c (build_range_type_1): Copy TYPE_WARN_IF_NOT_ALIGN.
6112         * tree.h (TYPE_WARN_IF_NOT_ALIGN): New.
6113         (SET_TYPE_WARN_IF_NOT_ALIGN): Likewise.
6114         (DECL_WARN_IF_NOT_ALIGN): Likewise.
6115         (SET_DECL_WARN_IF_NOT_ALIGN): Likewise.
6116         * doc/extend.texi: Document warn_if_not_aligned attribute.
6117         * doc/invoke.texi: Document -Wif-not-aligned and -Wpacked-not-aligned.
6119 2017-08-17  Martin Liska  <mliska@suse.cz>
6121         PR bootstrap/81864
6122         * tree-loop-distribution.c (ddrs_table): Change type to pointer type.
6123         (get_data_dependence): Use it as pointer type.
6124         (distribute_loop): Likewise.
6126 2017-08-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
6128         * config/rs6000/altivec.md (UNSPEC_VMRGOW_DIRECT): New constant.
6129         (p8_vmrgew_v4sf_direct): Generalize to p8_vmrgew_<mode>_direct.
6130         (p8_vmrgow_<mode>_direct): New define_insn.
6131         * config/rs6000/rs6000.c (altivec_expand_vec_perm_const): Properly
6132         handle endianness for vmrgew and vmrgow permute patterns.
6134 2017-08-17  Peter Bergner  <bergner@vnet.ibm.com>
6136         * config/rs6000/altivec.md (VParity): Remove TARGET_VSX_TIMODE.
6137         * config/rs6000/rs6000-cpus.def: Remove comment.
6138         (ISA_2_7_MASKS_SERVER): Delete OPTION_MASK_VSX_TIMODE;
6139         (POWERPC_MASKS): Likewise.
6140         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Remove unneeded
6141         use of TARGET_VSX_TIMODE.
6142         (rs6000_setup_reg_addr_masks): Change TARGET_VSX_TIMODE to TARGET_VSX.
6143         (rs6000_init_hard_regno_mode_ok): Remove unneeded uses of
6144         TARGET_VSX_TIMODE.  Change use of TARGET_VSX_TIMODE to TARGET_VSX.
6145         (rs6000_option_override_internal): Remove dead code.
6146         (rs6000_legitimize_address): Change TARGET_VSX_TIMODE to TARGET_VSX.
6147         (rs6000_legitimize_reload_address): Likewise.
6148         (rs6000_legitimate_address_p): Likewise.
6149         (rs6000_opt_masks): Delete "vsx-timode".
6150         (rs6000_disable_incompatible_switches): Remove mention of -mvsx-timode
6151         from function comment.
6152         * config/rs6000/rs6000.h (MASK_VSX_TIMODE): Delete.
6153         * config/rs6000/rs6000.md (FMOVE128_GPR): Remove TARGET_VSX_TIMODE.
6154         (V16QI, V8HI, V4SI, V4SF, V2DI, V2DF, V1TI): Remove useless empty
6155         condition.
6156         * config/rs6000/rs6000.opt (mvsx-timode): Replace with stub.
6157         * config/rs6000/vector.md (VEC_IP): Remove TARGET_VSX_TIMODE.
6158         * config/rs6000/vsx.md (VSX_LE_128): Likewise.
6159         (VSX_TI): Likewise.
6160         (VSX_M): Likewise.
6161         (define_peephole2): Likewise.
6163 2017-08-17  Martin Sebor  <msebor@redhat.com>
6165         PR c/81859
6166         * pretty-print.c (pp_format): Use strnlen in %.*s to avoid reading
6167         past the end of an array.
6168         (test_pp_format): Add test cases.
6170 2017-08-17  Richard Sandiford  <richard.sandiford@linaro.org>
6172         * internal-fn.def (CLRSB, CLZ, CTZ, FFS, PARITY, POPCOUNT): Add
6173         missing ECF_NOTHROW flags.
6175 2017-08-17  Peter Bergner  <bergner@vnet.ibm.com>
6177         PR target/72804
6178         * config/rs6000/vsx.md (*vsx_le_permute_<mode>): Add support for
6179         operands residing in integer registers.
6180         (*vsx_le_perm_load_<mode>): Likewise.
6181         (*vsx_le_perm_store_<mode>): Likewise.
6182         (define_peephole2): Add peepholes to optimize the above.
6184 2017-08-17  Marek Polacek  <polacek@redhat.com>
6186         PR middle-end/81814
6187         * fold-const.c (operand_equal_for_comparison_p): Remove code that used
6188         to mimic what shorten_compare did.  Change the return type to bool.
6189         (fold_cond_expr_with_comparison): Update call to
6190         operand_equal_for_comparison_p.
6191         (fold_ternary_loc): Likewise.
6193 2017-08-17  Jackson Woodruff  <jackson.woodruff@arm.com>
6195         * aarch64-simd.md (mov<mode>): No longer force zero immediate into
6196         register.
6197         (*aarch64_simd_mov<mode>): Add new case for stp using zero immediate.
6199 2017-08-17  Richard Biener  <rguenther@suse.de>
6201         * tree-ssa-structalias.c (solve_graph): When propagating
6202         to successors update the graphs succ edges and avoid duplicate work.
6204 2017-08-17  Maxim Ostapenko  <m.ostapenko@samsung.com>
6206         PR target/81861
6207         * config/i386/i386.c (ix86_option_override_internal): Save target
6208         specific options after ix86_stack_protector_guard_reg was changed.
6210 2017-08-17  Richard Biener  <rguenther@suse.de>
6212         PR tree-optimization/81827
6213         * tree-ssa-structalias.c (struct variable_info): Add is_reg_var flag.
6214         (new_var_info): Initialize it conservatively.
6215         (get_call_vi): Mark register vars.
6216         (new_scalar_tmp_constraint_exp): Likewise.
6217         (handle_rhs_call): Likewise.
6218         (handle_const_call): Likewise.
6219         (create_function_info_for): Likewise.
6220         (solve_constraints): Sort varinfos to separate register from
6221         non-register vars to pack points-to solution bitmaps during
6222         iteration.
6224 2017-08-17  Marek Polacek  <polacek@redhat.com>
6226         * gimplify.c (gimplify_adjust_omp_clauses): Compare with 0 instead of 1.
6228 2017-08-17  Richard Biener  <rguenther@suse.de>
6230         * tree-vrp.c (vrp_int_const_binop): Do not set *overflow_p
6231         to true when overflow is undefined and we saturated the result.
6233 2017-08-17  Alan Modra  <amodra@gmail.com>
6235         PR target/80938
6236         * config/rs6000/rs6000.c (rs6000_savres_strategy): Revert 2017-08-09.
6237         Don't use store multiple if only one reg needs saving.
6238         (interesting_frame_related_regno): New function.
6239         (rs6000_frame_related): Don't emit frame info for regs that
6240         don't need saving.
6241         (rs6000_emit_epilogue): Likewise.
6243 2017-08-16  Nathan Sidwell  <nathan@acm.org>
6245         * tree-core.h (tree_type_non_common): Rename binfo to lang_1.
6246         * tree.h (TYPE_BINFO): Use type_non_common.maxval.
6247         (TYPE_LANG_SLOT_1): Use type_non_common.lang_1, for any type.
6248         * tree.c (free_lang_data_in_type): Use else-if chain.  Always
6249         clear TYPE_LANG_1.  Remove obsolete member-function stripping.
6250         (find_decls_types_r): Comment about TYPE_MAX_VALUES_RAW.
6251         (verify_type): Adjust for TYPE_BINFO move.
6252         * lto-streamer-out.c (DFS::DFS_write_tree_body): No need to
6253         process TYPE_BINFO directly.
6254         (hash_tree): Likewise.
6255         * tree-streamer-in.c (lto_input_ts_type_non_common_tree_pointers):
6256         Likewise.
6257         * tree-streamer-out.c (write_ts_type_non_common_tree_pointers):
6258         Likewise.
6260 2017-08-16  David Malcolm  <dmalcolm@redhat.com>
6262         * diagnostic-show-locus.c (colorizer::m_caret): Remove unused field.
6264 2017-08-16  Uros Bizjak  <ubizjak@gmail.com>
6266         PR target/46091
6267         * config/i386/i386.md (*anddi_1_btr): Change predicates of
6268         operand 0 and operand 1 to nomimmediate_operand. Add "m" constraint.
6269         Add ix86_binary_operator_ok to insn constraint.
6270         (*iordi_1_bts): Ditto.
6271         (*xordi_1_btc): Ditto.
6272         (*btsq): Change predicate of operand 0 to nonimmediate_operand.
6273         Update corresponding peephole2 pattern.
6274         (*btrq): Ditto.
6275         (*btcq): Ditto.
6277 2017-08-16  Bin Cheng  <bin.cheng@arm.com>
6279         PR tree-optimization/81832
6280         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Don't
6281         copy loop header which has IFN_LOOP_DIST_ALIAS call.
6283 2017-08-16  Marek Polacek  <polacek@redhat.com>
6285         PR middle/81695
6286         * fold-const.c (fold_indirect_ref_1): Restore original behavior
6287         regarding size_zero_node.
6289 2017-08-16  Martin Liska  <mliska@suse.cz>
6291         PR target/81753
6292         * config.gcc: Respect previously set extra_objs in case
6293         of darwin target.
6295 2017-08-16  Richard Sandiford  <richard.sandiford@linaro.org>
6297         PR tree-optimization/81835
6298         * tree-vect-loop.c (vect_is_simple_reduction): Simply checks for
6299         the phi SSA_NAME.  Check that the condition in a COND_EXPR does
6300         not depend on the phi.
6302 2017-08-16  Alan Modra  <amodra@gmail.com>
6304         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Delete
6305         dead code.
6307 2017-08-16  Alan Modra  <amodra@gmail.com>
6309         * config/rs6000/rs6000.c (rs6000_reg_live_or_pic_offset_p): Merge..
6310         (save_reg_p): ..into this.  Update all callers.
6311         (first_reg_to_save): Simplify.
6313 2017-08-16  Alan Modra  <amodra@gmail.com>
6315         * config/rs6000/rs6000.c (rs6000_savres_strategy): Don't restore
6316         fixed regs.
6318 2017-08-15  Joseph Myers  <joseph@codesourcery.com>
6320         PR target/78460
6321         PR target/67712
6322         * config/sh/sh-mem.cc (sh_expand_cmpnstr): Only unroll for
6323         constant count if that count is less than 32.
6325 2017-08-15  Nathan Sidwell  <nathan@acm.org>
6327         * gcc.c (execute): Emit friendlier message if inferior is killed
6328         by an external cause.
6330 2017-08-15  Richard Biener  <rguenther@suse.de>
6332         PR tree-optimization/81790
6333         * tree-ssa-sccvn.c (vn_lookup_simplify_result): Handle both
6334         CONSTRUCTORs from simplifying and VN.
6336 2017-08-14  Martin Sebor  <msebor@redhat.com>
6338         * builtin-attrs.def: Add comments.
6340 2017-08-14  Martin Sebor  <msebor@redhat.com>
6342         PR c/81117
6343         * doc/extend.texi (attribute nonstring): Document new attribute.
6345 2017-08-14  Martin Sebor  <msebor@redhat.com>
6347         PR c/81117
6348         * tree-diagnostic.c (default_tree_printer): Handle %G.
6349         * gimple-pretty-print.h (percent_G_format): Declare new function.
6350         * gimple-pretty-print.c (percent_G_format): Define.
6351         * tree-pretty-print.c (percent_K_format): Add argument.
6353 2017-08-14  Martin Sebor  <msebor@redhat.com>
6355         PR translation/79998
6356         * gimple-ssa-sprintf.c (pass_sprintf_length::handle_gimple_call):
6357         Remove a stray space.
6359 2017-08-14  Uros Bizjak  <ubizjak@gmail.com>
6361         PR target/46091
6362         * config/i386/i386.md (*anddi_1_btr): New insn_and_split pattern.
6363         (*iordi_1_bts): Ditto.
6364         (*xordi_1_btc): Ditto.
6366 2017-08-14  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
6368         PR target/79845
6369         * config/rs6000/linux64.h (INVALID_64BIT): Use quoted strings.
6370         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
6371         Likewise.
6372         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Use
6373         quoted strings, and make more translator-friendly.
6374         (darwin_rs6000_override_options): Likewise.
6375         (rs6000_option_override_internal): Likewise.
6376         (rs6000_return_in_memory): Fix overlong line.
6377         (init_cmulative_args): Use quoted strings, and make more
6378         translator-friendly.
6379         (rs6000_pass_by_reference): Fix overlong line.
6380         (def_builtin): Use quoted strings.
6381         (altivec_expand_predicate_builtin): Use quoted strings, and make
6382         more translator-friendly.
6383         (htm_expand_builtin): Use quoted strings.
6384         (cpu_expand_builtin): Use quoted strings, and make more
6385         translator-friendly.
6386         (altivec_expand_builtin): Likewise.
6387         (paired_expand_predicate_builtin): Likewise.
6388         (rs6000_invalid_builtin): Likewise.
6389         (builtin_function_type): Use quoted strings.
6390         (rs6000_expand_split_stack_prologue): Use quoted strings, and make
6391         more translator-friendly.
6392         (rs6000_trampoline_init): Likewise.
6393         (rs6000_handle_altivec_attribute): Likewise.
6394         (rs6000_inner_target_options): Use quoted strings.
6395         (rs6000_disable_incompatible_switches): Likewise.
6396         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Use quoted
6397         strings, and make more translator-friendly.
6398         (SUBSUBTARGET_OVERRIDE_OPTIONS): Use quoted strings.
6400 2017-08-14  Bin Cheng  <bin.cheng@arm.com>
6402         PR tree-optimization/81799
6403         * tree-loop-distribution.c (version_loop_by_alias_check): Force
6404         cond_expr to simple gimple operand.
6406 2017-08-14  Wilco Dijkstra  <wdijkstr@arm.com>
6408         PR middle-end/46932
6409         * doc/sourcebuild.texi (autoincdec): Add autoincdec description.
6411 2017-08-14  Georg-Johann Lay  <avr@gjlay.de>
6413         PR target/81754
6414         PR target/81268
6415         * config/avr/avr.opt (mgas-isr-prologues): New Var avr_gasisr_prologues.
6416         * config/avr/avr.md (gasisr, *gasisr): Use it instead of
6417         TARGET_GASISR_PROLOGUES.
6418         * config/avr/avr.c (avr_option_override): Same.
6419         (avr_pass_pre_proep::execute): Same.
6421 2017-08-13  H.J. Lu  <hongjiu.lu@intel.com>
6423         PR target/81820
6424         * config/i386/i386.c (ix86_finalize_stack_frame_flags): Replace
6425         frame pointer with stack pointer - UNITS_PER_WORD in debug insns.
6427 2017-08-13  Uros Bizjak  <ubizjak@gmail.com>
6429         * config/i386/i386.md (*load_tp_<mode>): Redefine as
6430         define_insn_and_split.  Split to a memory load from 0 in
6431         DEFAULT_TLS_SEG_REG address space.  Merge with *load_tp_x32
6432         using PTR mode iterator.
6433         (*load_tp_x32_zext"): Redefine as define_insn_and_split.
6434         Split to a memory load from 0 in DEFAULT_TLS_SEG_REG address space.
6435         (*add_tp_<mode>): Redefine as define_insn_and_split.
6436         Split to an add with a memory load from 0 in DEFAULT_TLS_SEG_REG
6437         address space.  Merge with *add_tp_x32 using PTR mode iterator.
6438         (*add_tp_x32_zext"): Redefine as define_insn_and_split.
6439         Split to an add with a  memory load from 0 in
6440         DEFAULT_TLS_SEG_REG address space.
6442 2017-08-12  Andrew Pinski  <apinski@cavium.com>
6444         * config/aarch64/aarch64-option-extensions.def (rdma):
6445         Fix feature string to what Linux prints out in /proc/cpuinfo.
6447 2017-08-12  Pierre-Marie de Rodat  <derodat@adacore.com>
6449         PR ada/79542
6450         * dwarf2out.c (modified_type_die): For C typedef types that have
6451         an ultimate origin, process the ultimate origin instead of the
6452         input type.
6453         (gen_typedef_die): Assert that input DECLs have no ultimate
6454         origin.
6455         (gen_type_die_with_usage): For typedef variants that have an
6456         ultimate origin, just call gen_decl_die on the original DECL.
6457         (process_scope_var): Avoid creating DIEs for local typedefs and
6458         concrete static variables.
6460 2017-08-12  Alan Modra  <amodra@gmail.com>
6462         PR target/81170
6463         PR target/81295
6464         * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Upgrade to
6465         match gnu-user.h startfile.
6466         (ENDFILE_LINUX_SPEC): Similarly.
6468 2017-08-11  Thomas Schwinge  <thomas@codesourcery.com>
6470         PR lto/81430
6471         * config/nvptx/nvptx.c (nvptx_override_options_after_change):
6472         Remove function.
6473         (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Remove definition.
6475 2017-08-11  Tamar Christina  <tamar.christina@arm.com>
6476         * config/aarch64/aarch64.md (mov<mode>): Change.
6477         (*movhf_aarch64, *movsf_aarch64, *movdf_aarch64):
6478         aarch64_reg_or_fp_float into aarch64_reg_or_fp_zero.
6479         * config/aarch64/predicates.md (aarch64_reg_or_fp_float): Removed.
6481 2017-08-11  Eric Botcazou  <ebotcazou@adacore.com>
6483         * tree-sra.c (build_access_from_expr_1): Use more precise diagnostics
6484         for storage order barriers.
6486 2017-08-11  Martin Liska  <mliska@suse.cz>
6488         PR tree-opt/79987
6489         * tree-chkp.c (chkp_get_bounds_for_decl_addr): Do not instrument
6490         variables of void type.
6492 2017-08-11  Martin Liska  <mliska@suse.cz>
6494         * asan.c (asan_protect_global): Replace ASM_OUTPUT_DEF with
6495         TARGET_SUPPORTS_ALIASES.
6496         * cgraph.c (cgraph_node::create_same_body_alias): Likewise.
6497         * ipa-visibility.c (can_replace_by_local_alias): Likewise.
6498         (optimize_weakref): Likewise.
6499         * symtab.c (symtab_node::noninterposable_alias): Likewise.
6500         * varpool.c (varpool_node::create_extra_name_alias): Likewise.
6501         * defaults.h: Introduce TARGET_SUPPORTS_ALIASES.
6503 2017-08-11  Martin Liska  <mliska@suse.cz>
6505         PR ipa/81213
6506         * config/i386/i386.c (make_resolver_func): Do complete
6507         refactoring of the function.
6509 2017-08-10  Uros Bizjak  <ubizjak@gmail.com>
6511         PR target/81708
6512         * config/i386/i386.opt (mstack-protector-guard-symbol=): New option
6513         * config/i386/i386.c (ix86_stack_protect_guard): Use
6514         ix86_stack_protect_guard_symbol_str to generate varible declaration.
6515         * doc/invoke.texi (x86 Options): Document
6516         -mstack-protector-guard-symbol= option.
6518 2017-08-10  Uros Bizjak  <ubizjak@gmail.com>
6520         * config/i386/i386-protos.h (ix86_split_stack_guard): New prototype.
6521         * config/i386/i386.c (ix86_split_stack_guard): New function.
6522         (ix86_xpand_split_stack_prologue): Call ix86_split_stack_guard.
6523         (ix86_legitimate_address_p) <case UNSPEC_STACK_CHECK>: Remove.
6524         (i386_asm_output_addr_const_extra) <case UNSPEC_STACK_CHECK>: Ditto.
6525         (optput_pic_addr_const): Remove UNSPEC_STACK_CHECK handling.
6526         * config/i386/i386.md (unspec): Remove UNSPEC_STACK_CHECK.
6527         (split_stack_space_check): Call ix86_split_stack_guard.
6529 2017-08-10  Martin Sebor  <msebor@redhat.com>
6531         * print-tree.c (print_node): Print location using the established
6532         format %s:%i%i.
6533         Replace spaces with colons.
6534         (debug_raw, debug): Ditto.
6536 2017-08-10  Martin Sebor  <msebor@redhat.com>
6538         PR c++/81586
6539         * pretty-print.c (pp_format): Correct the handling of %s precision.
6541 2017-08-10  H.J. Lu  <hongjiu.lu@intel.com>
6543         PR target/81736
6544         * config/i386/i386.c (ix86_finalize_stack_realign_flags): Renamed
6545         to ...
6546         (ix86_finalize_stack_frame_flags): This.  Also clear
6547         frame_pointer_needed if -fno-omit-frame-pointer is used without
6548         stack access.
6549         (ix86_expand_prologue): Replace ix86_finalize_stack_realign_flags
6550         with ix86_finalize_stack_frame_flags.
6551         (ix86_expand_epilogue): Likewise.
6552         (ix86_expand_split_stack_prologue): Likewise.
6553         * doc/invoke.texi: Add a note for -fno-omit-frame-pointer.
6555 2017-08-10  Martin Liska  <mliska@suse.cz>
6557         PR c++/81355
6558         * c-attribs.c (handle_target_attribute):
6559         Report warning for an empty string argument of target attribute.
6561 2017-08-09  Jakub Jelinek  <jakub@redhat.com>
6563         PR c/81687
6564         * omp-low.c (omp_copy_decl): Don't remap FORCED_LABEL or DECL_NONLOCAL
6565         LABEL_DECLs.
6566         * tree-cfg.c (move_stmt_op): Don't adjust DECL_CONTEXT of FORCED_LABEL
6567         or DECL_NONLOCAL labels.
6568         (move_stmt_r) <case GIMPLE_LABEL>: Adjust DECL_CONTEXT of FORCED_LABEL
6569         or DECL_NONLOCAL labels here.
6571 2017-08-09  Will Schmidt  <will_schmidt@vnet.ibm.com>
6573         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add blurb
6574         to indicate when early gimple folding has been disabled.
6575         (rs6000_gimple_fold_builtin): Add debug content.
6576         (rs6000_invalid_builtin): Fix whitespace.
6577         (rs6000_expand_builtin): Fix whitespace.
6578         * config/rs6000/rs6000.opt: Add option for -mfold-gimple.
6580 2017-08-09  Segher Boessenkool  <segher@kernel.crashing.org>
6582         PR target/80938
6583         * config/rs6000/rs6000.c (rs6000_savres_strategy): Don't use
6584         SAVE_MULTIPLE if not all the registers that saves, should be saved.
6586 2017-08-09  Jim Wilson  <jim.wilson@linaro.org>
6588         * config/aarch64/aarch64-cores.def (falkor): Use falkor pipeline.
6589         (qdf24xx): Likewise.
6590         * config/aarch64/aarch64.md: Include falkor.md.
6591         * config/aarch64/falkor.md: New.
6593 2017-08-09  Marek Polacek  <polacek@redhat.com>
6595         PR c/81233
6596         * diagnostic-core.h (emit_diagnostic_valist): Add declaration.
6597         * diagnostic.c (emit_diagnostic): Add a comment.
6598         (emit_diagnostic_valist): New function.
6600 2017-08-09  Marek Polacek  <polacek@redhat.com>
6602         PR c/81417
6603         * input.c (make_location): New overload.
6604         * input.h (make_location): Declare.
6606 2017-08-08  Alan Modra  <amodra@gmail.com>
6607             H.J. Lu  <hongjiu.lu@intel.com>
6609         PR driver/81523
6610         * gcc.c (NO_PIE_SPEC): Delete.
6611         (PIE_SPEC): Define as !no-pie/pie.  Move static|shared|r
6612         exclusion..
6613         (LINK_PIE_SPEC): ..to here.
6614         (LINK_COMMAND_SPEC): Support -no-pie.
6615         * config/gnu-user.h (GNU_USER_TARGET_STARTFILE_SPEC): Correct
6616         chain of crtbegin*.o selection, update for PIE_SPEC changes and
6617         format.
6618         (GNU_USER_TARGET_ENDFILE_SPEC): Similarly.
6619         * config/sol2.h (STARTFILE_CRTBEGIN_SPEC): Similarly.
6620         (ENDFILE_CRTEND_SPEC): Similarly.
6622 2017-08-08  Uros Bizjak  <ubizjak@gmail.com>
6624         PR target/81708
6625         * config/i386/i386.opt (mstack-protector-guard-reg=): New option
6626         (mstack-protector-guard-offset=): Ditto.
6627         * config/i386/i386.c (ix86_option_override): Handle
6628         -mstack-protector-guard-reg= and -mstack-protector-guard-offset=
6629         options.
6630         (ix86_stack_protect_guard): Use ix86_stack_protect_guard_reg and
6631         ix86_stack_protect_guard_offset variables.
6632         (TARGET_STACK_PROTECT_GUARD): Always define.
6633         * doc/invoke.texi (x86 Options): Document -mstack-protector-guard-reg=
6634         and -mstack-protector-guard-offset= options.
6636 2017-08-08  Bin Cheng  <bin.cheng@arm.com>
6638         * tree-ssa-loop-ivopts.c (relate_compare_use_with_all_cands): Handle
6639         boundary case for the last candidate.
6641 2017-08-08  Bin Cheng  <bin.cheng@arm.com>
6643         * doc/invoke.texi: Document -ftree-loop-distribution for O3.
6644         * opts.c (default_options_table): Add OPT_ftree_loop_distribution.
6646 2017-08-08  Tamar Christina  <tamar.christina@arm.com>
6648         PR middle-end/19706
6649         * config/aarch64/aarch64.md (xorsign<mode>3): New optabs.
6650         * config/aarch64/aarch64-builtins.c
6651         (aarch64_builtin_vectorized_function): Added CASE_CFN_XORSIGN.
6652         * config/aarch64/aarch64-simd-builtins.def: Added xorsign BINOP.
6653         * config/aarch64/aarch64-simd.md: Added xorsign<mode>3
6655 2017-08-08  Tamar Christina  <tamar.christina@arm.com>
6656             Andrew Pinski <pinskia@gmail.com>
6658         PR middle-end/19706
6659         * internal-fn.def (XORSIGN): New.
6660         * optabs.def (xorsign_optab): New.
6661         * tree-ssa-math-opts.c (is_copysign_call_with_1): New.
6662         (convert_expand_mult_copysign): New.
6663         (pass_optimize_widening_mul::execute): Call
6664         convert_expand_mult_copysign.
6666 2017-08-08  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
6668         PR tree-optimization/81354
6669         * gimple-ssa-strength-reduction.c (create_add_on_incoming_edge):
6670         Insert on edges rather than explicitly creating landing pads.
6671         (analyze_candidates_and_replace): Commit edge inserts.
6673 2017-08-08  Richard Biener  <rguenther@suse.de>
6675         PR middle-end/81719
6676         * tree-ssa-loop-niter.c: Include tree-dfa.h.
6677         (expand_simple_operations): Also look through ADDR_EXPRs with
6678         MEM_REF bases treating them as POINTER_PLUS_EXPR.
6680 2017-08-08  Richard Biener  <rguenther@suse.de>
6682         PR tree-optimization/81723
6683         * tree-vect-slp.c (struct bst_traits): New hash traits.
6684         (bst_fail): New global.
6685         (vect_build_slp_tree_2): New worker, split out from ...
6686         (vect_build_slp_tree): ... this now wrapping it with using
6687         bst_fail set to cache SLP tree build fails.  Properly handle
6688         max_tree_size.
6689         (vect_analyze_slp_instance): Allocate and free bst_fail.
6691 2017-08-08  Martin Liska  <mliska@suse.cz>
6693         PR tree-opt/81696
6694         * ipa-icf-gimple.c (func_checker::compare_cst_or_decl): Consider
6695         LABEL_DECLs that can be from a different function.
6697 2017-08-08  Bin Cheng  <bin.cheng@arm.com>
6699         PR tree-optimization/81744
6700         * tree-predcom.c (prepare_finalizers_chain): Deep copy expr of
6701         loop's number of iterations.
6703 2017-08-08  Martin Liska  <mliska@suse.cz>
6705         * asan.c: Include header files.
6706         * attribs.c (build_decl_attribute_variant): New function moved
6707         from tree.[ch].
6708         (build_type_attribute_qual_variant): Likewise.
6709         (cmp_attrib_identifiers): Likewise.
6710         (simple_cst_list_equal): Likewise.
6711         (omp_declare_simd_clauses_equal): Likewise.
6712         (attribute_value_equal): Likewise.
6713         (comp_type_attributes): Likewise.
6714         (build_type_attribute_variant): Likewise.
6715         (lookup_ident_attribute): Likewise.
6716         (remove_attribute): Likewise.
6717         (merge_attributes): Likewise.
6718         (merge_type_attributes): Likewise.
6719         (merge_decl_attributes): Likewise.
6720         (merge_dllimport_decl_attributes): Likewise.
6721         (handle_dll_attribute): Likewise.
6722         (attribute_list_equal): Likewise.
6723         (attribute_list_contained): Likewise.
6724         * attribs.h (lookup_attribute): New function moved from tree.[ch].
6725         (lookup_attribute_by_prefix): Likewise.
6726         * bb-reorder.c: Include header files.
6727         * builtins.c: Likewise.
6728         * calls.c: Likewise.
6729         * cfgexpand.c: Likewise.
6730         * cgraph.c: Likewise.
6731         * cgraphunit.c: Likewise.
6732         * convert.c: Likewise.
6733         * dwarf2out.c: Likewise.
6734         * final.c: Likewise.
6735         * fold-const.c: Likewise.
6736         * function.c: Likewise.
6737         * gimple-expr.c: Likewise.
6738         * gimple-fold.c: Likewise.
6739         * gimple-pretty-print.c: Likewise.
6740         * gimple.c: Likewise.
6741         * gimplify.c: Likewise.
6742         * hsa-common.c: Likewise.
6743         * hsa-gen.c: Likewise.
6744         * internal-fn.c: Likewise.
6745         * ipa-chkp.c: Likewise.
6746         * ipa-cp.c: Likewise.
6747         * ipa-devirt.c: Likewise.
6748         * ipa-fnsummary.c: Likewise.
6749         * ipa-inline.c: Likewise.
6750         * ipa-visibility.c: Likewise.
6751         * ipa.c: Likewise.
6752         * lto-cgraph.c: Likewise.
6753         * omp-expand.c: Likewise.
6754         * omp-general.c: Likewise.
6755         * omp-low.c: Likewise.
6756         * omp-offload.c: Likewise.
6757         * omp-simd-clone.c: Likewise.
6758         * opts-global.c: Likewise.
6759         * passes.c: Likewise.
6760         * predict.c: Likewise.
6761         * sancov.c: Likewise.
6762         * sanopt.c: Likewise.
6763         * symtab.c: Likewise.
6764         * toplev.c: Likewise.
6765         * trans-mem.c: Likewise.
6766         * tree-chkp.c: Likewise.
6767         * tree-eh.c: Likewise.
6768         * tree-into-ssa.c: Likewise.
6769         * tree-object-size.c: Likewise.
6770         * tree-parloops.c: Likewise.
6771         * tree-profile.c: Likewise.
6772         * tree-ssa-ccp.c: Likewise.
6773         * tree-ssa-live.c: Likewise.
6774         * tree-ssa-loop.c: Likewise.
6775         * tree-ssa-sccvn.c: Likewise.
6776         * tree-ssa-structalias.c: Likewise.
6777         * tree-ssa.c: Likewise.
6778         * tree-streamer-in.c: Likewise.
6779         * tree-vectorizer.c: Likewise.
6780         * tree-vrp.c: Likewise.
6781         * tsan.c: Likewise.
6782         * ubsan.c: Likewise.
6783         * varasm.c: Likewise.
6784         * varpool.c: Likewise.
6785         * tree.c: Remove functions moved to attribs.[ch].
6786         * tree.h: Likewise.
6787         * config/aarch64/aarch64.c: Add attrs.h header file.
6788         * config/alpha/alpha.c: Likewise.
6789         * config/arc/arc.c: Likewise.
6790         * config/arm/arm.c: Likewise.
6791         * config/avr/avr.c: Likewise.
6792         * config/bfin/bfin.c: Likewise.
6793         * config/c6x/c6x.c: Likewise.
6794         * config/cr16/cr16.c: Likewise.
6795         * config/cris/cris.c: Likewise.
6796         * config/darwin.c: Likewise.
6797         * config/epiphany/epiphany.c: Likewise.
6798         * config/fr30/fr30.c: Likewise.
6799         * config/frv/frv.c: Likewise.
6800         * config/ft32/ft32.c: Likewise.
6801         * config/h8300/h8300.c: Likewise.
6802         * config/i386/winnt.c: Likewise.
6803         * config/ia64/ia64.c: Likewise.
6804         * config/iq2000/iq2000.c: Likewise.
6805         * config/lm32/lm32.c: Likewise.
6806         * config/m32c/m32c.c: Likewise.
6807         * config/m32r/m32r.c: Likewise.
6808         * config/m68k/m68k.c: Likewise.
6809         * config/mcore/mcore.c: Likewise.
6810         * config/microblaze/microblaze.c: Likewise.
6811         * config/mips/mips.c: Likewise.
6812         * config/mmix/mmix.c: Likewise.
6813         * config/mn10300/mn10300.c: Likewise.
6814         * config/moxie/moxie.c: Likewise.
6815         * config/msp430/msp430.c: Likewise.
6816         * config/nds32/nds32-isr.c: Likewise.
6817         * config/nds32/nds32.c: Likewise.
6818         * config/nios2/nios2.c: Likewise.
6819         * config/nvptx/nvptx.c: Likewise.
6820         * config/pa/pa.c: Likewise.
6821         * config/pdp11/pdp11.c: Likewise.
6822         * config/powerpcspe/powerpcspe.c: Likewise.
6823         * config/riscv/riscv.c: Likewise.
6824         * config/rl78/rl78.c: Likewise.
6825         * config/rx/rx.c: Likewise.
6826         * config/s390/s390.c: Likewise.
6827         * config/sh/sh.c: Likewise.
6828         * config/sol2.c: Likewise.
6829         * config/sparc/sparc.c: Likewise.
6830         * config/spu/spu.c: Likewise.
6831         * config/stormy16/stormy16.c: Likewise.
6832         * config/tilegx/tilegx.c: Likewise.
6833         * config/tilepro/tilepro.c: Likewise.
6834         * config/v850/v850.c: Likewise.
6835         * config/vax/vax.c: Likewise.
6836         * config/visium/visium.c: Likewise.
6837         * config/xtensa/xtensa.c: Likewise.
6839 2017-08-07  Michael Meissner  <meissner@linux.vnet.ibm.com>
6841         PR target/81593
6842         * config/rs6000/vsx.md (vsx_concat_<mode>, VSX_D): Cleanup
6843         constraints since the -mupper-regs-* switches have been
6844         eliminated.
6845         (vsx_concat_<mode>_1): New combiner insns to recognize inserting
6846         into a vector from a double word element that was extracted from
6847         another vector, and eliminate extra XXPERMDI instructions.
6848         (vsx_concat_<mode>_2): Likewise.
6849         (vsx_concat_<mode>_3): Likewise.
6850         (vsx_set_<mode>, VSX_D): Rewrite vector set in terms of vector
6851         concat to allow optimizing inserts from previous extracts.
6853 2017-08-07  Uros Bizjak  <ubizjak@gmail.com>
6855         * config/i386/i386.c (ix86_stack_protect_guard): Generate
6856         memory reference to a SSP offset in TLS address space.
6857         (ix86_print_operand) <case '@'>: Remove.
6858         (ix86_print_operand_punct_valid_p): Remove '@' code.
6859         * config/i386/i386.md (unspec): Remove UNSPEC_SP_TLS_SET and
6860         UNSPEC_SP_TLS_TEST.
6861         (stack_tls_protect_set_<mode>): Remove.
6862         (stack_protect_set): Do not call gen_stack_tls_protect_set_<mode>.
6863         (stack_tls_protect_test_<mode>): Remove.
6864         (stack_protect_test): Do not call gen_stack_tls_protect_test_<mode>.
6866 2017-08-07  Olivier Hainque  <hainque@adacore.com>
6868         PR target/81755
6869         * config/vxworksae.h (VXWORKS_HAVE_TLS): Define.
6871 2017-08-07  Douglas Rupp  <rupp@adacore.com>
6873         * Makefile.in (install-mkheaders): Fix typo, where the multi_dir
6874         variable was referenced as multidir in command.
6876 2017-08-07  Jakub Jelinek  <jakub@redhat.com>
6878         PR c/69389
6879         * gimplify.c (goa_stabilize_expr): Handle BIT_INSERT_EXPR and
6880         BIT_FIELD_REF.
6882 2017-08-07  Martin Liska  <mliska@suse.cz>
6884         * config/m32c/m32c.c: Add include of stringpool.h and attribs.h.
6885         * config/rl78/rl78.c: Add include of attribs.h.
6886         * config/sh/sh.c: Likewise.
6887         * config/v850/v850.c: Likewise.
6889 2017-08-07  Tom de Vries  <tom@codesourcery.com>
6891         PR middle-end/78266
6892         * omp-expand.c (expand_oacc_for): Ensure diff_type is large enough.
6894 2017-08-07  Martin Liska  <mliska@suse.cz>
6896         * config/mips/mips.c: Include attribs.h.
6898 2017-08-07  Thomas Koenig  <tkoenig@gcc.gnu.org>
6900         PR fortran/68829
6901         * doc/invoke.texi: Document change in behvaior for -Ofast for
6902         Fortran.
6904 2017-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
6906         * config/aarch64/aarch64.c (aarch64_pushwb_single_reg):
6907         Use gen_frame_mem.
6908         (aarch64_pop_regs): Likewise.
6909         (aarch64_gen_load_pair): Likewise.
6910         (aarch64_save_callee_saves): Likewise.
6911         (aarch64_restore_callee_saves): Likewise.
6913 2017-08-07  H.J. Lu  <hongjiu.lu@intel.com>
6915         * config/i386/i386.c: Revert the last change.
6917 2017-08-07  H.J. Lu  <hongjiu.lu@intel.com>
6919         PR target/81736
6920         * config/i386/i386.c (ix86_finalize_stack_realign_flags): Renamed
6921         to ...
6922         (ix86_finalize_stack_frame_flags): This.  Also clear
6923         frame_pointer_needed if -fno-omit-frame-pointer is used without
6924         stack access.
6925         (ix86_expand_prologue): Replace ix86_finalize_stack_realign_flags
6926         with ix86_finalize_stack_frame_flags.
6927         (ix86_expand_epilogue): Likewise.
6928         (ix86_expand_split_stack_prologue): Likewise.
6930 2017-08-07  H.J. Lu  <hongjiu.lu@intel.com>
6932         PR target/81743
6933         * config/i386/i386.c (get_builtin_code_for_version): Set priority
6934         to P_AES for Westmere.
6936 2017-08-07  Jonathan Yong  <10walls@gmail.com>
6938         * config/i386/mingw.opt (fset-stack-executable): Removed.
6939         * config/i386/cygming.opt (fset-stack-executable): Moved
6940         from mingw.opt.
6941         * config/i386/cygwin.h: Define CHECK_EXECUTE_STACK_ENABLED.
6943 2017-08-07  Segher Boessenkool  <segher@kernel.crashing.org>
6945         * print-rtl.c (print_exp): Print NOT as "~" instead of as "!".
6947 2017-08-07  Marek Polacek  <polacek@redhat.com>
6949         PR middle-end/81737
6950         * fold-const.c (fold_indirect_ref_1): Check type_domain.
6952 2017-08-07  Martin Liska  <mliska@suse.cz>
6954         * attribs.h (canonicalize_attr_name): New function.
6955         (cmp_attribs): Move from c-format.c and adjusted.
6956         (is_attribute_p): Moved from tree.h.
6957         * tree-inline.c: Add new includes.
6958         * tree.c (cmp_attrib_identifiers): Use cmp_attribs.
6959         (private_is_attribute_p): Remove.
6960         (private_lookup_attribute): Likewise.
6961         (private_lookup_attribute_by_prefix): Simplify.
6962         (remove_attribute): Use is_attribute_p.
6963         * tree.h: Remove removed declarations.
6965 2017-08-07  Jakub Jelinek  <jakub@redhat.com>
6967         PR middle-end/81698
6968         * stmt.c (emit_case_dispatch_table): Add DEFAULT_EDGE argument,
6969         instead of computing it in the function.  Formatting fix.
6970         (expand_case): Don't rely on default_edge being the first edge,
6971         clear it if removing it, pass default_edge to
6972         emit_case_dispatch_table.
6973         (expand_sjlj_dispatch_table): Pass NULL as DEFAULT_EDGE, formatting
6974         fix.
6976 2017-08-06  Uros Bizjak  <ubizjak@gmail.com>
6978         * config/alpha/alpha.c (alpha_reorg): If trap is the last active
6979         insn in the function, emit NOP after the insn.
6981 2017-08-06  Tom de Vries  <tom@codesourcery.com>
6983         * omp-expand.c (expand_oacc_for): Add missing edge probability for tile
6984         and element loops.
6986 2017-08-06  Tom de Vries  <tom@codesourcery.com>
6988         * omp-expand.c (expand_oacc_for): Add missing edge probability for chunk
6989         loop.
6991 2017-08-04  Yury Gribov  <tetra2005@gmail.com>
6993         PR tree-optimization/57371
6994         * match.pd: New pattern.
6996 2017-08-04  Marek Polacek  <polacek@redhat.com>
6998         PR middle-end/81695
6999         * fold-const.c (fold_indirect_ref_1): For ((int *)&a + 4 -> a[1],
7000         perform the computation in offset_int.
7002 2017-08-04  Richard Sandiford  <richard.sandiford@linaro.org>
7004         PR tree-optimization/81136
7005         * tree-vectorizer.h: Include tree-hash-traits.h.
7006         (vec_base_alignments): New typedef.
7007         (vec_info): Add a base_alignments field.
7008         (vect_record_base_alignments): Declare.
7009         * tree-data-ref.h (data_reference): Add an is_conditional_in_stmt
7010         field.
7011         (DR_IS_CONDITIONAL_IN_STMT): New macro.
7012         (create_data_ref): Add an is_conditional_in_stmt argument.
7013         * tree-data-ref.c (create_data_ref): Likewise.  Use it to initialize
7014         the is_conditional_in_stmt field.
7015         (data_ref_loc): Add an is_conditional_in_stmt field.
7016         (get_references_in_stmt): Set the is_conditional_in_stmt field.
7017         (find_data_references_in_stmt): Update call to create_data_ref.
7018         (graphite_find_data_references_in_stmt): Likewise.
7019         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Likewise.
7020         * tree-vect-data-refs.c (vect_analyze_data_refs): Likewise.
7021         (vect_record_base_alignment): New function.
7022         (vect_record_base_alignments): Likewise.
7023         (vect_compute_data_ref_alignment): Adjust base_addr and aligned_to
7024         for nested statements even if we fail to compute a misalignment.
7025         Use pooled base alignments for unconditional references.
7026         (vect_find_same_alignment_drs): Compare base addresses instead
7027         of base objects.
7028         (vect_analyze_data_refs_alignment): Call vect_record_base_alignments.
7029         * tree-vect-slp.c (vect_slp_analyze_bb_1): Likewise.
7031 2017-08-04  Richard Sandiford  <richard.sandiford@linaro.org>
7033         * tree-vectorizer.h (vec_info): Add a constructor and destructor.
7034         Add an explicit name for the enum.  Use auto_vec for slp_instances
7035         and grouped_stores.
7036         (_loop_vec_info): Add a constructor and destructor.  Use auto_vec
7037         for all vectors.
7038         (_bb_vec_info): Add a constructor and destructor.
7039         (vinfo_for_stmt): Return NULL for uids of -1 as well.
7040         (destroy_loop_vec_info): Delete.
7041         (vect_destroy_datarefs): Likewise.
7042         * tree-vectorizer.c (vect_destroy_datarefs): Delete.
7043         (vec_info::vec_info): New function.
7044         (vec_info::~vec_info): Likewise.
7045         (vectorize_loops): Use delete instead of destroy_loop_vec_info.
7046         * tree-parloops.c (gather_scalar_reductions): Use delete instead of
7047         destroy_loop_vec_info.
7048         * tree-vect-loop.c (new_loop_vec_info): Replace with...
7049         (_loop_vec_info::_loop_vec_info): ...this.
7050         (destroy_loop_vec_info): Replace with...
7051         (_loop_vec_info::~_loop_vec_info): ...this.  Unconditionally delete
7052         the stmt_vec_infos.  Leave handling of vec_info information to its
7053         destructor.  Remove explicit vector releases.
7054         (vect_analyze_loop_form): Use new instead of new_loop_vec_info.
7055         (vect_analyze_loop): Use delete instead of destroy_loop_vec_info.
7056         * tree-vect-slp.c (new_bb_vec_info): Replace with...
7057         (_bb_vec_info::_bb_vec_info): ...this.  Don't reserve space in
7058         BB_VINFO_GROUPED_STORES or BB_VINFO_SLP_INSTANCES.
7059         (destroy_bb_vec_info): Replace with...
7060         (_bb_vec_info::~_bb_vec_info): ...this.  Leave handling of vec_info
7061         information to its destructor.
7062         (vect_slp_analyze_bb_1): Use new and delete instead of
7063         new_bb_vec_info and destroy_bb_vec_info.
7064         (vect_slp_bb): Replace 2 calls to destroy_bb_vec_info with a
7065         single delete.
7067 2017-08-04  Richard Sandiford  <richard.sandiford@linaro.org>
7069         * tree-data-ref.h (subscript): Add access_fn field.
7070         (data_dependence_relation): Add could_be_independent_p.
7071         (SUB_ACCESS_FN, DDR_COULD_BE_INDEPENDENT_P): New macros.
7072         (same_access_functions): Move to tree-data-ref.c.
7073         * tree-data-ref.c (ref_contains_union_access_p): New function.
7074         (access_fn_component_p): Likewise.
7075         (access_fn_components_comparable_p): Likewise.
7076         (dr_analyze_indices): Add a reference to access_fn_component_p.
7077         (dump_data_dependence_relation): Use SUB_ACCESS_FN instead of
7078         DR_ACCESS_FN.
7079         (constant_access_functions): Likewise.
7080         (add_other_self_distances): Likewise.
7081         (same_access_functions): Likewise.  (Moved from tree-data-ref.h.)
7082         (initialize_data_dependence_relation): Use XCNEW and remove
7083         explicit zeroing of DDR_REVERSED_P.  Look for a subsequence
7084         of access functions that have the same type.  Allow the
7085         subsequence to end with different bases in some circumstances.
7086         Record the chosen access functions in SUB_ACCESS_FN.
7087         (build_classic_dist_vector_1): Replace ddr_a and ddr_b with
7088         a_index and b_index.  Use SUB_ACCESS_FN instead of DR_ACCESS_FN.
7089         (subscript_dependence_tester_1): Likewise dra and drb.
7090         (build_classic_dist_vector): Update calls accordingly.
7091         (subscript_dependence_tester): Likewise.
7092         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Check
7093         DDR_COULD_BE_INDEPENDENT_P.
7094         * tree-vectorizer.h (LOOP_REQUIRES_VERSIONING_FOR_ALIAS): Test
7095         comp_alias_ddrs instead of may_alias_ddrs.
7096         * tree-vect-data-refs.c (vect_analyze_possibly_independent_ddr):
7097         New function.
7098         (vect_analyze_data_ref_dependence): Use it if
7099         DDR_COULD_BE_INDEPENDENT_P, but fall back to using the recorded
7100         distance vectors if that fails.
7101         (dependence_distance_ge_vf): New function.
7102         (vect_prune_runtime_alias_test_list): Use it.  Don't clear
7103         LOOP_VINFO_MAY_ALIAS_DDRS.
7105 2017-08-04  Richard Biener  <rguenther@suse.de>
7107         PR middle-end/81705
7108         * fold-const.c (fold_binary_loc): Properly restrict
7109         minus_var0 && minus_var1 case when associating undefined overflow
7110         entities.
7112 2017-08-04  Tom de Vries  <tom@codesourcery.com>
7114         * omp-simd-clone.c (simd_clone_adjust): Add missing edge probability.
7116 2017-08-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7118         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
7119         Don't start diagnostic messages with a capital letter.
7120         * config/rs6000/rs6000.c (rs6000_option_override_internal):
7121         Likewise.
7122         (rs6000_invalid_builtin): Likewise.
7123         (rs6000_trampoline_init): Likewise.
7125 2017-08-03  Jakub Jelinek  <jakub@redhat.com>
7127         PR target/81621
7128         * bb-reorder.c (pass_partition_blocks::execute): Return TODO_df_finish
7129         after setting changeable df flags.
7131 2017-08-03  Richard Biener  <rguenther@suse.de>
7133         * tree-ssa-reassoc.c (should_break_up_subtract): Also break
7134         up if the use is in USE - X.
7136 2017-08-03  Alexander Monakov  <amonakov@ispras.ru>
7138         * toplev.c (dumpfile.h): New include.
7139         (internal_error_reentered): New static function.  Use it...
7140         (internal_error_function): ...here to handle reentered internal_error.
7142 2017-08-03  Richard Biener  <rguenther@suse.de>
7144         PR middle-end/81148
7145         * fold-const.c (split_tree): Add minus_var and minus_con
7146         arguments, remove unused loc arg.  Never generate NEGATE_EXPRs
7147         here but always use minus_*.
7148         (associate_trees): Assert we never associate with MINUS_EXPR
7149         and NULL first operand.  Do not recurse for PLUS_EXPR operands
7150         when associating as MINUS_EXPR either.
7151         (fold_binary_loc): Track minus_var and minus_con.
7153 2017-08-03  Tom de Vries  <tom@codesourcery.com>
7155         PR lto/81430
7156         * tree-streamer-in.c (lto_input_ts_function_decl_tree_pointers): If
7157         ACCEL_COMPILER, apply finish_options on
7158         DECL_FUNCTION_SPECIFIC_OPTIMIZATION.
7160 2017-08-03  Tom de Vries  <tom@codesourcery.com>
7162         PR target/81662
7163         * config/nvptx/nvptx.c (nvptx_option_override): Emit sorry if
7164         function_entry_patch_area_size > 0.
7166 2017-08-03  Jakub Jelinek  <jakub@redhat.com>
7168         PR driver/81650
7169         * calls.c (alloc_max_size): Use HOST_WIDE_INT_UC (10??)
7170         instead of 10??LU, perform unit multiplication in wide_int,
7171         don't change alloc_object_size_limit if the limit is larger
7172         than SSIZE_MAX.
7174         PR tree-optimization/81655
7175         PR tree-optimization/81588
7176         * tree-ssa-reassoc.c (optimize_range_tests_var_bound): Handle also
7177         the case when ranges[i].low and high are 1 for unsigned type with
7178         precision 1.
7180         PR middle-end/81052
7181         * omp-low.c (diagnose_sb_0): Handle flag_openmp_simd like flag_openmp.
7182         (pass_diagnose_omp_blocks::gate): Enable also for flag_openmp_simd.
7184 2017-08-03  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
7186         * tree-vrp.h: Add include guard.
7188 2017-08-02  Uros Bizjak  <ubizjak@gmail.com>
7190         PR target/81644
7191         * config/i386/i386.md (unspecv): Add UNSPECV_UD2.
7192         (ud2): New insn pattern.
7193         * config/i386/i386.c (ix86_expand_epilogue):
7194         For naked functions, generate ud2 instead of trap insn.
7196 2017-08-02  Marek Polacek  <polacek@redhat.com>
7198         PR other/81667
7199         * alloc-pool.h (base_pool_allocator): Initialize m_elt_size.
7201 2017-08-02  Tom de Vries  <tom@codesourcery.com>
7202             Cesar Philippidis  <cesar@codesourcery.com>
7204         * config/nvptx/nvptx.c (nvptx_lockless_update, nvptx_lockfull_update):
7205         Add missing edge probabilities.
7207 2017-08-02  Tamar Christina  <tamar.christina@arm.com>
7209         * config/aarch64/aarch64.c (aarch64_reinterpret_float_as_int):
7210         Correct endianness.
7212 2017-08-02  Jakub Jelinek  <jakub@redhat.com>
7214         PR middle-end/79499
7215         * function.c (thread_prologue_and_epilogue_insns): Determine blocks
7216         for find_many_sub_basic_blocks bitmap by looking up BLOCK_FOR_INSN
7217         of first NONDEBUG_INSN_P in each of the split_prologue_seq and
7218         prologue_seq sequences - if any.
7220 2017-08-02  Richard Biener  <rguenther@suse.de>
7222         * tree-vect-stmts.c (vectorizable_store): Perform vector extracts
7223         via vectors if supported, integer extracts via punning if supported
7224         or otherwise vector extracts.
7226 2017-08-02  Richard Biener  <rguenther@suse.de>
7228         * tree-ssa-pre.c (bitmap_insert_into_set_1): Remove and inline
7229         into ...
7230         (bitmap_insert_into_set): ... this.
7232 2017-08-02  Richard Biener  <rguenther@suse.de>
7234         PR tree-optimization/81633
7235         Revert
7236         2015-08-17  Alan Hayward  <alan.hayward@arm.com>
7238         PR tree-optimization/71752
7239         * tree-vect-slp.c (vect_get_slp_defs): Handle null operands.
7241 2017-08-01  Daniel Santos  <daniel.santos@pobox.com>
7243         * config/i386/i386.h (ix86_frame::outlined_save_offset): Remove field.
7244         (machine_function::call_ms2sysv_pad_out): Remove field.
7245         * config/i386/i386.c (xlogue_layout::get_stack_space_used): Modify.
7246         (ix86_compute_frame_layout): Likewise.
7248 2017-08-01  H.J. Lu  <hongjiu.lu@intel.com>
7250         PR target/81654
7251         * config/i386/i386.c (ix86_set_func_type): Disallow naked
7252         attribute with interrupt attribute.
7254 2017-08-01  Andrew Pinski  <apinski@cavium.com>
7256         * tree-ssa-scopedtables.c (hashable_expr_equal_p): Check
7257         BIT_INSERT_EXPR's operand 1
7258         to see if the types precision matches.
7260 2017-08-01  Martin Liska  <mliska@suse.cz>
7262         PR middle-end/70140
7263         * builtins.c (expand_builtin_memcpy_args): Remove.
7264         (expand_builtin_memcpy): Call newly added function
7265         expand_builtin_memory_copy_args.
7266         (expand_builtin_memcpy_with_bounds): Likewise.
7267         (expand_builtin_mempcpy): Remove last argument.
7268         (expand_builtin_mempcpy_with_bounds): Likewise.
7269         (expand_builtin_memory_copy_args): New function created from
7270         expand_builtin_mempcpy_args with small modifications.
7271         (expand_builtin_mempcpy_args): Remove.
7272         (expand_builtin_stpcpy): Remove unused argument.
7273         (expand_builtin): Likewise.
7274         (expand_builtin_with_bounds): Likewise.
7276 2017-08-01  Martin Liska  <mliska@suse.cz>
7278         Revert r250771
7279         Make mempcpy more optimal (PR middle-end/70140).
7281 2017-08-01  Jakub Jelinek  <jakub@redhat.com>
7283         PR target/81622
7284         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): For
7285         __builtin_vec_cmpne verify both arguments are compatible vectors
7286         before looking at TYPE_MODE on the element type.  For __builtin_vec_ld
7287         verify arg1_type is a pointer or array type.  For __builtin_vec_st,
7288         move computation of aligned to after checking the argument types.
7289         Formatting fixes.
7291         PR target/80846
7292         * config/rs6000/vsx.md (vextract_fp_from_shorth,
7293         vextract_fp_from_shortl): Add element mode after mode in gen_vec_init*
7294         calls.
7296 2017-08-01  Jerome Lambourg  <lambourg@adacore.com>
7297             Doug Rupp  <rupp@adacore.com>
7298             Olivier Hainque  <hainque@adacore.com>
7300         * config.gcc (arm-wrs-vxworks*): Rework to handle arm-wrs-vxworks7 as
7301         well as arm-wrs-vxworks. Update target_cpu_name from arm6 (arch v3) to
7302         arm8 (arch v4).
7303         * config/arm/vxworks.h (MAYBE_TARGET_BPABI_CPP_BUILTINS): New, helper
7304         for TARGET_OS_CPP_BUILTIN.
7305         (TARGET_OS_CPP_BUILTIN): Invoke MAYBE_TARGET_BPABI_CPP_BUILTINS(),
7306         refine CPU definitions for arm_arch5 and add those for arm_arch6 and
7307         arm_arch7.
7308         (MAYBE_ASM_ABI_SPEC): New, helper for SUBTARGET_EXTRA_ASM_SPEC,
7309         passing required abi options to the assembler for EABI configurations.
7310         (EXTRA_CC1_SPEC): New macro, to help prevent the implicit production
7311         of .text.hot and .text.unlikely sections for kernel modules when
7312         using ARM style exceptions.
7313         (CC1_SPEC): Remove obsolete attempt at mimicking Diab toolchain
7314         options. Add EXTRA_CC1_SPEC.
7315         (VXWORKS_ENDIAN_SPEC): Adjust comment and remove handling of Diab
7316         toolchain options.
7317         (DWARF2_UNWIND_INFO): Redefine to handle the pre/post VxWorks 7
7318         transition.
7319         (ARM_TARGET2_DWARF_FORMAT): Define.
7320         * config/arm/t-vxworks: Adjust multilib control to removal of the
7321         Diab command line options.
7323 2017-08-01  Martin Liska  <mliska@suse.cz>
7325         PR gcov-profile/81561
7326         * gcov.c (unblock): Make unblocking safe as we need to preserve
7327         index correspondence of blocks and block_lists.
7329 2017-08-01  Richard Biener  <rguenther@suse.de>
7331         PR tree-optimization/81181
7332         * tree-ssa-pre.c (compute_antic_aux): Defer clean() to ...
7333         (compute_antic): ... end of iteration here.
7335 2017-08-01  James Greenhalgh  <james.greenhalgh@arm.com>
7337         * common.opt (ftree-vectorize): No longer set flag_tree_vectorize.
7338         (ftree-loop-vectorize): Set as EnabledBy ftree-vectorize.
7339         (ftree-slp-vectorize): Likewise.
7340         * omp-expand (expand_omp_simd): Remove flag_tree_vectorize, as it
7341         can no longer be set independent of flag_tree_loop_vectorize.
7342         * omp-general.c (emp_max_vf): Likewise.
7343         * opts.c (enable_fdo_optimizations): Remove references to
7344         flag_tree_vectorize, these are now implicit.
7345         (common_handle_option): Remove handling for OPT_ftree_vectorize,
7346         and leave it for the options machinery.
7348 2017-08-01  Martin Liska  <mliska@suse.cz>
7350         PR middle-end/70140
7351         * builtins.c (expand_builtin_memcpy_args): Remove.
7352         (expand_builtin_memcpy): Call newly added function
7353         expand_builtin_memory_copy_args.
7354         (expand_builtin_memcpy_with_bounds): Likewise.
7355         (expand_builtin_mempcpy): Remove last argument.
7356         (expand_builtin_mempcpy_with_bounds): Likewise.
7357         (expand_builtin_memory_copy_args): New function created from
7358         expand_builtin_mempcpy_args with small modifications.
7359         (expand_builtin_mempcpy_args): Remove.
7360         (expand_builtin_stpcpy): Remove unused argument.
7361         (expand_builtin): Likewise.
7362         (expand_builtin_with_bounds): Likewise.
7364 2017-08-01  Uros Bizjak  <ubizjak@gmail.com>
7366         PR target/81641
7367         * config/i386/i386.c (ix86_print_operand_address_as): For -masm=intel
7368         print "ds:" only for immediates in generic address space.
7370 2017-08-01  Uros Bizjak  <ubizjak@gmail.com>
7372         PR target/81639
7373         * config/i386/i386.c (ix86_funciton_naked): New prototype.
7374         (ix86_function_ok_for_sibcall): Return false for naked functions.
7376 2017-08-01  Richard Biener  <rguenther@suse.de>
7378         * tree-ssa-pre.c (print_pre_expr): Handle NULL expr.
7379         (compute_antic): Seed worklist with exit block predecessors.
7380         * cfganal.c (dfs_find_deadend): For a cycle return the source
7381         of the edge closing it.
7383 2017-08-01  Tamar Christina  <tamar.christina@arm.com>
7385         * config/aarch64/aarch64.c
7386         (aarch64_can_const_movi_rtx_p): Move 0 check.
7388 2017-08-01  Bin Cheng  <bin.cheng@arm.com>
7390         * tree.h (POINTER_TYPE_OVERFLOW_UNDEFINED): Delete.
7391         * fold-const.c (fold_comparison, fold_binary_loc): Delete use of
7392         above macro.
7393         * match.pd: Ditto in address comparison pattern.
7395 2017-08-01  Bin Cheng  <bin.cheng@arm.com>
7397         PR tree-optimization/81627
7398         * tree-predcom.c (prepare_finalizers): Always rewrite into loop
7399         closed ssa form for store-store chain.
7401 2017-08-01  Bin Cheng  <bin.cheng@arm.com>
7403         PR tree-optimization/81620
7404         * tree-predcom.c (add_ref_to_chain): Don't set has_max_use_after
7405         for store-store chain.
7407 2017-08-01  Jakub Jelinek  <jakub@redhat.com>
7409         PR tree-optimization/81588
7410         * tree-ssa-reassoc.c (optimize_range_tests_var_bound): If
7411         ranges[i].in_p, invert comparison code ccode.  For >/>=,
7412         swap rhs1 and rhs2 and comparison code unconditionally,
7413         for </<= don't do that.  Don't swap rhs1/rhs2 again if
7414         ranges[i].in_p, instead invert comparison code ccode if
7415         opcode or oe->rank is BIT_IOR_EXPR.
7417         PR target/80846
7418         * optabs.def (vec_extract_optab, vec_init_optab): Change from
7419         a direct optab to conversion optab.
7420         * optabs.c (expand_vector_broadcast): Use convert_optab_handler
7421         with GET_MODE_INNER as last argument instead of optab_handler.
7422         * expmed.c (extract_bit_field_1): Likewise.  Use vector from
7423         vector extraction if possible and optab is available.
7424         * expr.c (store_constructor): Use convert_optab_handler instead
7425         of optab_handler.  Use vector initialization from smaller
7426         vectors if possible and optab is available.
7427         * tree-vect-stmts.c (vectorizable_load): Likewise.
7428         * doc/md.texi (vec_extract, vec_init): Document that the optabs
7429         now have two modes.
7430         * config/i386/i386.c (ix86_expand_vector_init): Handle expansion
7431         of vec_init from half-sized vectors with the same element mode.
7432         * config/i386/sse.md (ssehalfvecmode): Add V4TI case.
7433         (ssehalfvecmodelower, ssescalarmodelower): New mode attributes.
7434         (reduc_plus_scal_v8df, reduc_plus_scal_v4df, reduc_plus_scal_v2df,
7435         reduc_plus_scal_v16sf, reduc_plus_scal_v8sf, reduc_plus_scal_v4sf,
7436         reduc_<code>_scal_<mode>, reduc_umin_scal_v8hi): Add element mode
7437         after mode in gen_vec_extract* calls.
7438         (vec_extract<mode>): Renamed to ...
7439         (vec_extract<mode><ssescalarmodelower>): ... this.
7440         (vec_extract<mode><ssehalfvecmodelower>): New expander.
7441         (rotl<mode>3, rotr<mode>3, <shift_insn><mode>3, ashrv2di3): Add
7442         element mode after mode in gen_vec_init* calls.
7443         (VEC_INIT_HALF_MODE): New mode iterator.
7444         (vec_init<mode>): Renamed to ...
7445         (vec_init<mode><ssescalarmodelower>): ... this.
7446         (vec_init<mode><ssehalfvecmodelower>): New expander.
7447         * config/i386/mmx.md (vec_extractv2sf): Renamed to ...
7448         (vec_extractv2sfsf): ... this.
7449         (vec_initv2sf): Renamed to ...
7450         (vec_initv2sfsf): ... this.
7451         (vec_extractv2si): Renamed to ...
7452         (vec_extractv2sisi): ... this.
7453         (vec_initv2si): Renamed to ...
7454         (vec_initv2sisi): ... this.
7455         (vec_extractv4hi): Renamed to ...
7456         (vec_extractv4hihi): ... this.
7457         (vec_initv4hi): Renamed to ...
7458         (vec_initv4hihi): ... this.
7459         (vec_extractv8qi): Renamed to ...
7460         (vec_extractv8qiqi): ... this.
7461         (vec_initv8qi): Renamed to ...
7462         (vec_initv8qiqi): ... this.
7463         * config/rs6000/vector.md (VEC_base_l): New mode attribute.
7464         (vec_init<mode>): Renamed to ...
7465         (vec_init<mode><VEC_base_l>): ... this.
7466         (vec_extract<mode>): Renamed to ...
7467         (vec_extract<mode><VEC_base_l>): ... this.
7468         * config/rs6000/paired.md (vec_initv2sf): Renamed to ...
7469         (vec_initv2sfsf): ... this.
7470         * config/rs6000/altivec.md (splitter, altivec_copysign_v4sf3,
7471         vec_unpacku_hi_v16qi, vec_unpacku_hi_v8hi, vec_unpacku_lo_v16qi,
7472         vec_unpacku_lo_v8hi, mulv16qi3, altivec_vreve<mode>2): Add
7473         element mode after mode in gen_vec_init* calls.
7474         * config/aarch64/aarch64-simd.md (vec_init<mode>): Renamed to ...
7475         (vec_init<mode><Vel>): ... this.
7476         (vec_extract<mode>): Renamed to ...
7477         (vec_extract<mode><Vel>): ... this.
7478         * config/aarch64/iterators.md (Vel): New mode attribute.
7479         * config/s390/s390.c (s390_expand_vec_strlen, s390_expand_vec_movstr):
7480         Add element mode after mode in gen_vec_extract* calls.
7481         * config/s390/vector.md (non_vec_l): New mode attribute.
7482         (vec_extract<mode>): Renamed to ...
7483         (vec_extract<mode><non_vec_l>): ... this.
7484         (vec_init<mode>): Renamed to ...
7485         (vec_init<mode><non_vec_l>): ... this.
7486         * config/s390/s390-builtins.def (s390_vlgvb, s390_vlgvh, s390_vlgvf,
7487         s390_vlgvf_flt, s390_vlgvg, s390_vlgvg_dbl): Add element mode after
7488         vec_extract mode.
7489         * config/arm/iterators.md (V_elem_l): New mode attribute.
7490         * config/arm/neon.md (vec_extract<mode>): Renamed to ...
7491         (vec_extract<mode><V_elem_l>): ... this.
7492         (vec_extractv2di): Renamed to ...
7493         (vec_extractv2didi): ... this.
7494         (vec_init<mode>): Renamed to ...
7495         (vec_init<mode><V_elem_l>): ... this.
7496         (reduc_plus_scal_<mode>, reduc_plus_scal_v2di, reduc_smin_scal_<mode>,
7497         reduc_smax_scal_<mode>, reduc_umin_scal_<mode>,
7498         reduc_umax_scal_<mode>, neon_vget_lane<mode>, neon_vget_laneu<mode>):
7499         Add element mode after gen_vec_extract* calls.
7500         * config/mips/mips-msa.md (vec_init<mode>): Renamed to ...
7501         (vec_init<mode><unitmode>): ... this.
7502         (vec_extract<mode>): Renamed to ...
7503         (vec_extract<mode><unitmode>): ... this.
7504         * config/mips/loongson.md (vec_init<mode>): Renamed to ...
7505         (vec_init<mode><unitmode>): ... this.
7506         * config/mips/mips-ps-3d.md (vec_initv2sf): Renamed to ...
7507         (vec_initv2sfsf): ... this.
7508         (vec_extractv2sf): Renamed to ...
7509         (vec_extractv2sfsf): ... this.
7510         (reduc_plus_scal_v2sf, reduc_smin_scal_v2sf, reduc_smax_scal_v2sf):
7511         Add element mode after gen_vec_extract* calls.
7512         * config/mips/mips.md (unitmode): New mode iterator.
7513         * config/spu/spu.c (spu_expand_prologue, spu_allocate_stack,
7514         spu_builtin_extract): Add element mode after gen_vec_extract* calls.
7515         * config/spu/spu.md (inner_l): New mode attribute.
7516         (vec_init<mode>): Renamed to ...
7517         (vec_init<mode><inner_l>): ... this.
7518         (vec_extract<mode>): Renamed to ...
7519         (vec_extract<mode><inner_l>): ... this.
7520         * config/sparc/sparc.md (veltmode): New mode iterator.
7521         (vec_init<VMALL:mode>): Renamed to ...
7522         (vec_init<VMALL:mode><VMALL:veltmode>): ... this.
7523         * config/ia64/vect.md (vec_initv2si): Renamed to ...
7524         (vec_initv2sisi): ... this.
7525         (vec_initv2sf): Renamed to ...
7526         (vec_initv2sfsf): ... this.
7527         (vec_extractv2sf): Renamed to ...
7528         (vec_extractv2sfsf): ... this.
7529         * config/powerpcspe/vector.md (VEC_base_l): New mode attribute.
7530         (vec_init<mode>): Renamed to ...
7531         (vec_init<mode><VEC_base_l>): ... this.
7532         (vec_extract<mode>): Renamed to ...
7533         (vec_extract<mode><VEC_base_l>): ... this.
7534         * config/powerpcspe/paired.md (vec_initv2sf): Renamed to ...
7535         (vec_initv2sfsf): ... this.
7536         * config/powerpcspe/altivec.md (splitter, altivec_copysign_v4sf3,
7537         vec_unpacku_hi_v16qi, vec_unpacku_hi_v8hi, vec_unpacku_lo_v16qi,
7538         vec_unpacku_lo_v8hi, mulv16qi3): Add element mode after mode in
7539         gen_vec_init* calls.
7541 2017-08-01  Richard Biener  <rguenther@suse.de>
7543         PR tree-optimization/81297
7544         * tree-vrp.c (get_single_symbol): Remove assert, instead drop
7545         TREE_OVERFLOW from INTEGER_CSTs.
7547 2017-07-31  Segher Boessenkool  <segher@kernel.crashing.org>
7549         * config/rs6000/rs6000.c (enum rs6000_reg_type): Delete trailing comma.
7551 2017-07-31  Carl Love  <cel@us.ibm.com>
7553         * config/rs6000/rs6000-c: Add support for built-in functions
7554         vector signed char vec_xl_be (signed long long, signed char *);
7555         vector unsigned char vec_xl_be (signed long long, unsigned char *);
7556         vector signed int vec_xl_be (signed long long, signed int *);
7557         vector unsigned int vec_xl_be (signed long long, unsigned int *);
7558         vector signed long long vec_xl_be (signed long long, signed long long *);
7559         vector unsigned long long vec_xl_be (signed long long, unsigned long long *);
7560         vector signed short vec_xl_be (signed long long, signed short *);
7561         vector unsigned short vec_xl_be (signed long long, unsigned short *);
7562         vector double vec_xl_be (signed long long, double *);
7563         vector float vec_xl_be (signed long long, float *);
7564         * config/rs6000/altivec.h (vec_xl_be): Add #define.
7565         * config/rs6000/rs6000-builtin.def (XL_BE_V16QI, XL_BE_V8HI, XL_BE_V4SI)
7566         XL_BE_V2DI, XL_BE_V4SF, XL_BE_V2DF, XL_BE): Add definitions
7567         for the builtins.
7568         * config/rs6000/rs6000.c (altivec_expand_xl_be_builtin): Add function.
7569         (altivec_expand_builtin): Add switch statement to call
7570         altivec_expand_xl_be for each builtin.
7571         (altivec_init_builtins): Add def_builtin for _builtin_vsx_le_be_v8hi,
7572         __builtin_vsx_le_be_v4si, __builtin_vsx_le_be_v2di,
7573         __builtin_vsx_le_be_v4sf, __builtin_vsx_le_be_v2df,
7574         __builtin_vsx_le_be_v16qi.
7575         * doc/extend.texi: Update the built-in documentation file for the
7576         new built-in functions.
7578 2017-07-31  Uros Bizjak  <ubizjak@gmail.com>
7580         PR target/25967
7581         * config/i386/i386.c (ix86_allocate_stack_slots_for_args):
7582         New function.
7583         (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Define.
7585 2017-07-31  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
7587         * config.gcc: Add z14.
7588         * config/s390/driver-native.c (s390_host_detect_local_cpu): Add
7589         CPU model numbers for z13s and z14.
7590         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Replace
7591         arch12 with z14.
7592         * config/s390/s390-opts.h (enum processor_type): Rename
7593         PROCESSOR_ARCH12 to PROCESSOR_3906_Z14.
7594         * config/s390/s390.c (processor_table): Add field for CPU name to
7595         be passed to Binutils.
7596         (s390_asm_output_machine_for_arch): Use the new field in
7597         processor_table for Binutils.
7598         (s390_expand_builtin): Replace arch12 with z14.
7599         (s390_issue_rate): Rename PROCESSOR_ARCH12 to PROCESSOR_3906_Z14.
7600         (s390_get_sched_attrmask): Likewise.
7601         (s390_get_unit_mask): Likewise.
7602         * config/s390/s390.opt: Add z14 to processor_type enum.
7604 2017-07-31  Martin Jambor  <mjambor@suse.cz>
7606         PR hsa/81477
7607         * ipa-fnsummary.c (ipa_fn_summary_generate): Set versionable
7608         regardless of optimization level.
7610 2017-07-31  Jan Hubicka <hubicka@ucw.cz>
7611             Martin Liska  <mliska@suse.cz>
7613         * predict.def: Remove old comment and adjust probability.
7614         * gimplify.c (should_warn_for_implicit_fallthrough): Ignore
7615         PREDICT statements.
7617 2017-07-31  Uros Bizjak  <ubizjak@gmail.com>
7619         PR target/25967
7620         * config/i386/i386.c (ix86_function_naked): New function.
7621         (ix86_can_use_return_insn_p): Return false for naked functions.
7622         (ix86_expand_prologue): Skip prologue for naked functions.
7623         (ix86_expand_epilogue): Skip epilogue for naked functions
7624         and emit trap instruction.
7625         (ix86_warn_func_return): New function.
7626         (ix86_attribute_table): Add "naked" attribute specification.
7627         (TARGET_WARN_FUNC_RETURN): Define.
7628         * doc/extend.texi (x86 Function Attributes) <naked>: Document it.
7630 2017-07-31  Martin Liska  <mliska@suse.cz>
7632         * gimple-pretty-print.c (dump_gimple_label): Never dump BB info.
7633         (dump_gimple_bb_header): Always dump BB info.
7634         (pp_cfg_jump): Do not append info about BB when dumping a jump.
7636 2017-07-31  Martin Liska  <mliska@suse.cz>
7638         PR sanitize/81530
7639         * convert.c (convert_to_integer_1): Guard condition with flag_sanitize_p
7640         also with current_function_decl non-null equality.
7642 2017-07-31  Jakub Jelinek  <jakub@redhat.com>
7644         PR sanitizer/81604
7645         * ubsan.c (ubsan_type_descriptor): For UBSAN_PRINT_ARRAY don't
7646         change type to the element type, instead add eltype variable and
7647         use it where we are interested in the element type.
7649         PR tree-optimization/81603
7650         * ipa-polymorphic-call.c
7651         (ipa_polymorphic_call_context::ipa_polymorphic_call_context): Perform
7652         offset arithmetic in offset_int, bail out if the resulting bit offset
7653         doesn't fit into shwi.
7655 2017-07-31  Martin Liska  <mliska@suse.cz>
7657         * gimplify.c (mostly_copy_tree_r): Remove Java specific hunk.
7658         (gimplify_save_expr): Fix comment.
7660 2017-07-30  H.J. Lu  <hongjiu.lu@intel.com>
7662         PR target/79793
7663         * config/i386/i386.c (ix86_function_arg): Update arguments for
7664         exception handler.
7665         (ix86_compute_frame_layout): Set the initial stack offset to
7666         INCOMING_FRAME_SP_OFFSET.  Update red-zone offset with
7667         INCOMING_FRAME_SP_OFFSET.
7668         (ix86_expand_epilogue): Don't pop the 'ERROR_CODE' off the
7669         stack before exception handler returns.
7670         * config/i386/i386.h (INCOMING_FRAME_SP_OFFSET): Add the
7671         the 'ERROR_CODE' for exception handler.
7673 2017-07-30  Uros Bizjak  <ubizjak@gmail.com>
7675         * config/i386/i386.h (ASM_PRINTF_EXTENSIONS): New macro.
7676         (ASM_OUTPUT_REG_PUSH): Rewrite with new operand modifiers.
7677         (ASM_OUTPUT_REG_POP): Ditto.
7678         * config/i386/i386.c (ix86_asm_output_function_label): Use fputs
7679         instead of asm_fprintf to output pure string.
7681 2017-07-29  Jakub Jelinek  <jakub@redhat.com>
7683         * debug.h (struct gcc_debug_hooks): Add IMPLICIT argument
7684         to imported_module_or_decl hook.
7685         (debug_nothing_tree_tree_tree_bool): Remove.
7686         (debug_nothing_tree_tree_tree_bool_bool): New declaration.
7687         * debug.c (do_nothing_debug_hooks): Use
7688         debug_nothing_tree_tree_tree_bool_bool instead of
7689         debug_nothing_tree_tree_tree_bool.
7690         * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
7691         * dbxout.c (dbx_debug_hooks, xcoff_debug_hooks): Likewise.
7692         * sdbout.c (sdb_debug_hooks): Likewise.
7693         * dwarf2out.c (dwarf2_lineno_debug_hooks): Likewise.
7694         (gen_namespace_die): Add DW_AT_export_symbols attribute if
7695         langhook wants it.
7696         (dwarf2out_imported_module_or_decl): Add IMPLICIT argument,
7697         if true, -gdwarf-5 and decl will have DW_AT_export_symbols
7698         attribute, don't add anything.
7700 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7702         * fold-const.c (fold_build1_stat_loc): Remove _stat from name.
7703         (fold_build2_stat_loc): Likewise.
7704         (fold_build3_stat_loc): Likewise.
7705         * fold-const.h (fold_build1, fold_build2, fold_build3): Adjust.
7706         (fold_build1_loc): Remove macro.
7707         (fold_build2_loc): Likewise.
7708         (fold_build3_loc): Likewise.
7710 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7712         * gimple.c (gimple_build_debug_bind_stat): Remove _stat from name.
7713         (gimple_build_debug_bind_source_stat): Likewise.
7714         * gimple.h (gimple_build_debug_bind): Remove macro.
7715         (gimple_build_debug_bind_source): Likewise.
7717 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7719         * bitmap.c (bitmap_alloc): Adjust.
7720         (bitmap_gc_alloc): Likewise.
7721         * bitmap.h (bitmap_initialize_stat): Remove _stat from name.
7723 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7725         * bitmap.c (bitmap_obstack_alloc_stat): Rename to bitmap_alloc.
7726         (bitmap_gc_alloc_stat): Rename to bitmap_gc_alloc.
7727         * bitmap.h (bitmap_obstack_alloc_stat): Adjust prototype.
7728         (bitmap_gc_alloc_stat): Likewise.
7729         (BITMAP_ALLOC, BITMAP_GGC_ALLOC): Adjust.
7731 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7733         * rtl.c (shallow_copy_rtx_stat): Remove _stat from name.
7734         * rtl.h (shallow_copy_rtx): Remove macro.
7736 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7738         * emit-rtl.c (gen_raw_REG): Adjust.
7739         * gengenrtl.c (gendef): Likewise.
7740         * rtl.c (rtx_alloc_stat): Remove _stat from name.
7741         * rtl.h (rtx_alloc): Remove macro.
7743 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7745         * tree.c (build_tree_list_vec_stat): Remove _stat from name.
7746         (build_tree_list_stat): Likewise.
7747         * tree.h (build_tree_list): Remove macro.
7748         (build_tree_list_vec): Likewise.
7750 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7752         * tree.c (make_vector_stat): Remove _stat from name.
7753         (build_vector_stat): Likewise.
7754         * tree.h (make_vector_stat): Remove macro.
7755         (build_vector_stat): Likewise.
7757 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7759         * tree.h (build_var_debug_value): Remove prototype.
7761 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7763         * tree.c (tree_cons_stat): Remove _stat from name.
7764         * tree.h (tree_cons): Remove macro.
7766 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7768         * tree.c (build_vl_exp_stat): Remove _stat from name.
7769         * tree.h (build_vl_exp): Remove macro.
7771 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7773         * tree.c (build_decl_stat): Remove _stat from name.
7774         * tree.h (build_decl): Remove macro.
7776 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7778         * gimple.c (gimple_build_with_ops_stat): Adjust.
7779         (gimple_alloc_stat): Remove _stat from name.
7780         * gimple.h (gimple_alloc): Remove macro.
7782 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7784         * tree.c (make_tree_vec_stat): Remove _stat from name.
7785         (grow_tree_vec_stat): Likewise.
7786         * tree.h (make_tree_vec_stat): Adjust prototype.
7787         (grow_tree_vec_stat): Likewise.
7788         (make_tree_vec): Remove macro.
7789         (grow_tree_vec): Likewise.
7791 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7793         * fold-const.c (fold_build1_stat_loc): Adjust.
7794         (fold_build2_stat_loc): Likewise.
7795         (fold_build3_stat_loc): Likewise.
7796         * tree.c (build0_stat): Remove _stat from name.
7797         (build1_stat): Likewise.
7798         (build2_stat): Likewise.
7799         (build3_stat): Likewise.
7800         (build4_stat): Likewise.
7801         (build5_stat): Likewise.
7802         * tree.h (build1_loc): Remove macro, and rename _stat function
7803         to this.
7804         (build2_loc): Likewise.
7805         (build3_loc): Likewise.
7806         (build4_loc): Likewise.
7807         (build5_loc): Likewise.
7809 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7811         * tree.c (make_int_cst_stat): Remove _stat from name.
7812         * tree.h (make_int_cst_stat): Adjust prototype.
7813         (make_int_cst): Remove macro.
7815 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7817         * tree.c (make_tre_binfo_stat): Remove _stat from name.
7818         * tree.h (make_tree_binfo_stat): Adjust prototype.
7819         (make_tree_binfo): Remove.
7821 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7823         * tree.c (copy_node_stat): Rename to copy_node.
7824         (build_distinct_type_copy): Adjust.
7825         * tree.h (copy_node_stat): Adjust prototype.
7826         (copy_node): Remove macro.
7828 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7830         * tree.c (make_node_stat): rename to make_node.
7831         (build_tree_list_stat): Adjust.
7832         (build0_stat): Likewise.
7833         (build2_stat): Likewise.
7834         (build3_stat): Likewise.
7835         (build4_stat): Likewise.
7836         (build5_stat): Likewise.
7837         (build_decl_stat): Likewise.
7838         * tree.h (make_node_stat): Adjust prototype.
7839         (make_node): remove macro.
7841 2017-07-28  Peter Bergner  <bergner@vnet.ibm.com>
7843         * config/rs6000/ppc-auxv.h (PPC_FEATURE2_DARN): New define.
7844         (PPC_FEATURE2_SCV): Likewise.
7845         * config/rs6000/rs6000.c (cpu_supports_info): Use them.
7847 2017-07-28  Tamar Christina  <tamar.christina@arm.com>
7849         * config/aarch64/aarch64.c
7850         (aarch64_internal_mov_immediate): Add new special pattern.
7851         * config/aarch64/aarch64.md (*movdi_aarch64):
7852         Add reg/32bit const mov case.
7854 2017-07-28  Tamar Christina  <tamar.christina@arm.com>
7855             Richard Sandiford <richard.sandiford@linaro.org>
7857         * config/aarch64/aarch64.md (mov<mode>): Generalize.
7858         (*movhf_aarch64, *movsf_aarch64, *movdf_aarch64):
7859         Add integer and movi cases.
7860         (movi-split-hf-df-sf split, fp16): New.
7861         (enabled): Added TARGET_FP_F16INST.
7862         * config/aarch64/iterators.md (GPF_HF): New.
7863         * config/aarch64/predicates.md (aarch64_reg_or_fp_float): New.
7865 2017-07-28  Tamar Christina  <tamar.christina@arm.com>
7867         * config/aarch64/aarch64.c
7868         (aarch64_simd_container_mode): Add prototype.
7869         (aarch64_expand_mov_immediate): Add HI support.
7870         (aarch64_reinterpret_float_as_int, aarch64_float_const_rtx_p: New.
7871         (aarch64_can_const_movi_rtx_p): New.
7872         (aarch64_preferred_reload_class):
7873         Remove restrictions of using FP registers for certain SIMD operations.
7874         (aarch64_rtx_costs): Added new cost for CONST_DOUBLE moves.
7875         (aarch64_valid_floating_const): Add integer move validation.
7876         (aarch64_simd_imm_scalar_p): Remove.
7877         (aarch64_output_scalar_simd_mov_immediate): Generalize function.
7878         (aarch64_legitimate_constant_p): Expand list of supported cases.
7879         * config/aarch64/aarch64-protos.h
7880         (aarch64_float_const_rtx_p, aarch64_can_const_movi_rtx_p): New.
7881         (aarch64_reinterpret_float_as_int): New.
7882         (aarch64_simd_imm_scalar_p): Remove.
7883         * config/aarch64/constraints.md (Uvi): New.
7884         (Dd): Split into Ds and new Dd.
7885         * config/aarch64/aarch64.md (*movsi_aarch64):
7886         Add SIMD mov case.
7887         (*movdi_aarch64): Add SIMD mov case.
7889 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
7891         * tree-predcom.c: (struct chain): Handle store-store chain in which
7892         stores for elimination only store loop invariant values.
7893         (execute_pred_commoning_chain): Ditto.
7894         (prepare_initializers_chain_store_elim): Ditto.
7895         (prepare_finalizers): Ditto.
7896         (is_inv_store_elimination_chain): New function.
7897         (initialize_root_vars_store_elim_1): New function.
7899 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
7901         * tree-predcom.c: Revise general description of the pass.
7902         (enum chain_type): New enum type for store elimination.
7903         (struct chain): New field supporting store elimination.
7904         (struct component): Ditto.
7905         (dump_chain): Dump store-stores chain.
7906         (release_chain): Release resources.
7907         (split_data_refs_to_components): Compute and create component
7908         contains only stores for elimination.
7909         (get_chain_last_ref_at): New function.
7910         (make_invariant_chain): Initialization.
7911         (make_rooted_chain): Specify chain type in parameter and record it.
7912         (add_looparound_copies): Skip for store-stores chain.
7913         (determine_roots_comp): Compute type of chain and pass it to
7914         make_rooted_chain.
7915         (initialize_root_vars_store_elim_2): New function.
7916         (finalize_eliminated_stores): New function.
7917         (remove_stmt): Handle store for elimination.
7918         (execute_pred_commoning_chain): Execute predictive commoning on
7919         store-store chains.
7920         (determine_unroll_factor): Skip unroll for store-stores chain.
7921         (prepare_initializers_chain_store_elim): New function.
7922         (prepare_initializers_chain): Hanlde store-store chain.
7923         (prepare_finalizers_chain, prepare_finalizers): New function.
7924         (tree_predictive_commoning_loop): Return integer value indicating
7925         if loop is unrolled or lcssa form is corrupted.
7926         (tree_predictive_commoning): Rewrite for lcssa form if necessary.
7928 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
7930         * tree-predcom.c (initialize_root): Delete.
7931         (execute_pred_commoning_chain): Initialize root vars and replace
7932         reference of non-combined chain directly, rather than call above
7933         function.
7935 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
7937         * tree-predcom.c (ref_at_iteration): Add parameter NITERS.  Compute
7938         memory reference to DR at (NITERS + ITERS)-th iteration of loop.
7940 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
7942         * tree-predcom.c (struct chain): New field init_seq.
7943         (release_chain): Release init_seq.
7944         (prepare_initializers_chain): Record intialization stmts in above
7945         field.
7946         (insert_init_seqs): New function.
7947         (tree_predictive_commoning_loop): Call insert_init_seqs.
7949 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
7951         * tree-predcom.c (determine_roots_comp): Skip trivial components.
7953 2017-07-28  Richard Biener  <rguenther@suse.de>
7955         * match.pd: Remove superfluous :c.
7956         * genmatch.c (simplify::id): Add member.
7957         (lower_commutative, lower_opt_convert, lower_cond, lower_for):
7958         Copy id.
7959         (current_id): New global.
7960         (dt_node::parent): Move from ...
7961         (dt_operand::parent): ... here.  Add for_id member.
7962         (is_a_helper <dt_operand *>::test): DT_TRUE is also a dt_operand.
7963         (decision_tree::find_node): Relax order requirement when
7964         merging DT_TRUE nodes to ones inbetween the current simplify
7965         and the one we try to merge with.  Add diagnostic whenever
7966         we need to enforce pattern order by not merging.
7967         (decision_tree::insert): Set current_id.
7968         (decision_tree::print_node): Dump parent node and for_id.
7969         (parser::last_id): Add member.
7970         (parser::push_simplify): Assign unique id.
7971         (parser::parser): Initialize last_id.
7973 2017-07-28  Martin Liska  <mliska@suse.cz>
7975         PR sanitizer/81340
7976         * sanopt.c (sanitize_rewrite_addressable_params): Set VALUE_EXPR after
7977         gimple_build_debug_bind.
7979 2017-07-28  Richard Biener  <rguenther@suse.de>
7981         PR tree-optimization/81502
7982         * match.pd: Add pattern combining BIT_INSERT_EXPR with
7983         BIT_FIELD_REF.
7984         * tree-cfg.c (verify_expr): Verify types of BIT_FIELD_REF
7985         size/pos operands.
7986         (verify_gimple_assign_ternary): Likewise for BIT_INSERT_EXPR pos.
7987         * gimple-fold.c (maybe_canonicalize_mem_ref_addr): Use bitsizetype
7988         for BIT_FIELD_REF args.
7989         * fold-const.c (make_bit_field_ref): Likewise.
7990         * tree-vect-stmts.c (vectorizable_simd_clone_call): Likewise.
7992 2017-07-28  Jakub Jelinek  <jakub@redhat.com>
7994         PR sanitizer/80998
7995         * sanopt.c (pass_sanopt::execute): Handle IFN_UBSAN_PTR.
7996         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Likewise.
7997         * flag-types.h (enum sanitize_code): Add SANITIZER_POINTER_OVERFLOW.
7998         Or it into SANITIZER_UNDEFINED.
7999         * ubsan.c: Include gimple-fold.h and varasm.h.
8000         (ubsan_expand_ptr_ifn): New function.
8001         (instrument_pointer_overflow): New function.
8002         (maybe_instrument_pointer_overflow): New function.
8003         (instrument_object_size): Formatting fix.
8004         (pass_ubsan::execute): Call instrument_pointer_overflow
8005         and maybe_instrument_pointer_overflow.
8006         * internal-fn.c (expand_UBSAN_PTR): New function.
8007         * ubsan.h (ubsan_expand_ptr_ifn): Declare.
8008         * sanitizer.def (__ubsan_handle_pointer_overflow,
8009         __ubsan_handle_pointer_overflow_abort): New builtins.
8010         * tree-ssa-tail-merge.c (merge_stmts_p): Handle IFN_UBSAN_PTR.
8011         * internal-fn.def (UBSAN_PTR): New internal function.
8012         * opts.c (sanitizer_opts): Add pointer-overflow.
8013         * lto-streamer-in.c (input_function): Handle IFN_UBSAN_PTR.
8014         * fold-const.c (build_range_check): Compute pointer range check in
8015         integral type if pointer arithmetics would be needed.  Formatting
8016         fixes.
8018 2017-07-28  Martin Liska  <mliska@suse.cz>
8020         PR sanitizer/81460
8021         * sanopt.c (sanitize_rewrite_addressable_params): Do not rewrite
8022         parameters that are of a variable-length.
8024 2017-07-28  Sebastian Huber  <sebastian.huber@embedded-brains.de>
8026         * config.gcc (powerpc-*-rtems*): Remove rs6000/eabi.h.  Add
8027         rs6000/biarch64.h.
8028         * config/rs6000/rtems.h (ASM_DECLARE_FUNCTION_SIZE): New macro.
8029         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
8030         (CRT_CALL_STATIC_FUNCTION): Likewise.
8031         (ASM_DEFAULT_SPEC): New define.
8032         (ASM_SPEC32): Likewise.
8033         (ASM_SPEC64): Likewise.
8034         (ASM_SPEC_COMMON): Likewise.
8035         (ASM_SPEC): Likewise.
8036         (INVALID_64BIT): Likewise.
8037         (LINK_OS_DEFAULT_SPEC): Likewise.
8038         (LINK_OS_SPEC32): Likewise.
8039         (LINK_OS_SPEC64): Likewise.
8040         (POWERPC_LINUX): Likewise.
8041         (PTRDIFF_TYPE): Likewise.
8042         (RESTORE_FP_PREFIX): Likewise.
8043         (RESTORE_FP_SUFFIX): Likewise.
8044         (SAVE_FP_PREFIX): Likewise.
8045         (SAVE_FP_SUFFIX): Likewise.
8046         (SIZE_TYPE): Likewise.
8047         (SUBSUBTARGET_OVERRIDE_OPTIONS): Likewise.
8048         (TARGET_64BIT): Likewise.
8049         (TARGET_64BIT): Likewise.
8050         (TARGET_AIX): Likewise.
8051         (WCHAR_TYPE_SIZE): Likewise.
8052         (WCHAR_TYPE): Undefine.
8053         (TARGET_OS_CPP_BUILTINS): Add 64-bit PowerPC defines.
8054         (CPP_OS_DEFAULT_SPEC): Use previous CPP_OS_RTEMS_SPEC.
8055         (CPP_OS_RTEMS_SPEC): Delete.
8056         (SUBSUBTARGET_EXTRA_SPECS): Remove cpp_os_rtems.  Add
8057         asm_spec_common, asm_spec32, asm_spec64, link_os_spec32, and
8058         link_os_spec64.
8059         * config/rs6000/t-rtems: Add mcpu=e6500/m64 multilibs.
8061 2017-07-28  Jakub Jelinek  <jakub@redhat.com>
8063         PR tree-optimization/81578
8064         * tree-parloops.c (build_new_reduction): Bail out if
8065         reduction_code isn't one of the standard OpenMP reductions.
8066         Move the details printing after that decision.
8068 2017-07-27  Peter Bergner  <bergner@vnet.ibm.com>
8070         * config/rs6000/predicates.md (volatile_mem_operand): Remove code
8071         related to reload_in_progress.
8072         (splat_input_operand): Likewise.
8073         * config/rs6000/rs6000-protos.h (rs6000_secondary_memory_needed_rtx):
8074         Delete prototype.
8075         * config/rs6000/rs6000.c (machine_function): Remove sdmode_stack_slot
8076         field.
8077         (TARGET_EXPAND_TO_RTL_HOOK): Delete.
8078         (TARGET_INSTANTIATE_DECLS): Likewise.
8079         (legitimate_indexed_address_p): Delete reload_in_progress code.
8080         (rs6000_debug_legitimate_address_p): Likewise.
8081         (rs6000_eliminate_indexed_memrefs): Likewise.
8082         (rs6000_emit_le_vsx_store): Likewise.
8083         (rs6000_emit_move_si_sf_subreg): Likewise.
8084         (rs6000_emit_move): Likewise.
8085         (register_to_reg_type): Likewise.
8086         (rs6000_pre_atomic_barrier): Likewise.
8087         (rs6000_machopic_legitimize_pic_address): Likewise.
8088         (rs6000_allocate_stack_temp): Likewise.
8089         (rs6000_address_for_fpconvert): Likewise.
8090         (rs6000_address_for_altivec): Likewise.
8091         (rs6000_secondary_memory_needed_rtx): Delete function.
8092         (rs6000_check_sdmode): Likewise.
8093         (rs6000_alloc_sdmode_stack_slot): Likewise.
8094         (rs6000_instantiate_decls): Likewise.
8095         * config/rs6000/rs6000.h (SECONDARY_MEMORY_NEEDED_RTX): Delete.
8096         * config/rs6000/rs6000.md (splitter for *movsi_got_internal):
8097         Delete reload_in_progress.
8098         (*vec_reload_and_plus_<mptrsize>): Likewise.
8099         * config/rs6000/vsx.md (vsx_mul_v2di): Likewise.
8100         (vsx_div_v2di): Likewise.
8101         (vsx_udiv_v2di): Likewise.
8103 2017-07-27  Peter Bergner  <bergner@vnet.ibm.com>
8105         * config/rs6000/rs6000.opt (mlra): Replace with stub.
8106         * config/rs6000/rs6000-cpus.def (POWERPC_MASKS): Delete OPTION_MASK_LRA.
8107         * config/rs6000/rs6000.c (TARGET_LRA_P): Delete.
8108         (rs6000_debug_reg_global): Delete print of LRA status.
8109         (rs6000_option_override_internal): Delete dead LRA related code.
8110         (rs6000_lra_p): Delete function.
8111         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete -mlra.
8113 2017-07-27  Sebastian Huber  <sebastian.huber@embedded-brains.de>
8115         * config.gcc (riscv*-*-elf*): Add (riscv*-*-rtems*).
8116         * config/riscv/rtems.h: New file.
8118 2017-07-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8119             Sudakshina Das  <sudi.das@arm.com>
8121         * config/aarch64/aarch64.md
8122         (define_split for and<mode>3nr_compare): Move
8123         non aarch64_logical_operand to a register.
8124         (define_split for and_<SHIFT:optab><mode>3nr_compare0): Move non
8125         register immediate operand to a register.
8126         * config/aarch64/predicates.md (aarch64_mov_imm_operand): New.
8128 2017-07-27  Peter Bergner  <bergner@vnet.ibm.com>
8130         PR middle-end/81564
8131         * tree-cfg.c (group_case_labels_stmt): Handle already deleted blocks.
8133 2017-07-27  Richard Biener  <rguenther@suse.de>
8135         PR tree-optimization/81573
8136         PR tree-optimization/81494
8137         * tree-vect-loop.c (vect_create_epilog_for_reduction): Handle
8138         multi defuse cycle case.
8140 2017-07-27  Richard Biener  <rguenther@suse.de>
8142         PR tree-optimization/81571
8143         * tree-vect-slp.c (vect_build_slp_tree): Properly verify reduction
8144         PHIs.
8146 2017-07-27  Eric Botcazou  <ebotcazou@adacore.com>
8148         * config/sparc/sparc.c (sparc_option_override): Set MASK_FSMULD flag
8149         earlier and only if MASK_FPU is set.  Adjust formatting.
8151 2017-07-27  Martin Liska  <mliska@suse.cz>
8153         * opt-functions.awk: Add validation of value of Init.
8154         * optc-gen.awk: Pass new argument.
8156 2017-07-27  Martin Liska  <mliska@suse.cz>
8158         * auto-profile.c (autofdo_source_profile::update_inlined_ind_target):
8159         Fix wrong condition.
8161 2017-07-27  Martin Liska  <mliska@suse.cz>
8163         * auto-profile.c (afdo_annotate_cfg): Assign zero counts to
8164         BBs and edges seen by autoFDO.
8166 2017-07-27  Richard Biener  <rguenther@suse.de>
8168         PR tree-optimization/81502
8169         * tree-ssa.c (non_rewritable_lvalue_p): Handle BIT_INSERT_EXPR
8170         with incompatible but same sized type.
8171         (execute_update_addresses_taken): Likewise.
8173 2017-07-27  James Greenhalgh  <james.greenhalgh@arm.com>
8175         * tree-ssa-loop-ch.c (pass_ch::process_loop_p): Guard on
8176         flag_tree_loop_vectorize rather than flag_tree_vectorize.
8178 2017-07-27  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
8180         PR target/81534
8181         * config/s390/s390.md ("*atomic_compare_and_swap<mode>_1")
8182         ("*atomic_compare_and_swapdi_2", "*atomic_compare_and_swapsi_3"):
8183         Change s_operand to memory_operand.
8185 2017-07-27  Richard Sandiford  <richard.sandiford@linaro.org>
8187         * config/rs6000/rs6000-protos.h (rs6000_emit_le_vsx_permute): Declare.
8188         * config/rs6000/rs6000.c (rs6000_gen_le_vsx_permute): Replace with...
8189         (rs6000_emit_le_vsx_permute): ...this.  Take the destination as input.
8190         Emit instructions rather than returning an expression.  Handle TFmode
8191         and KFmode by casting to TImode.
8192         (rs6000_emit_le_vsx_load): Update to use rs6000_emit_le_vsx_permute.
8193         (rs6000_emit_le_vsx_store): Likewise.
8194         * config/rs6000/vsx.md (VSX_TI): New iterator.
8195         (*vsx_le_permute_<mode>): Use it instead of VSX_LE_128.
8196         (*vsx_le_undo_permute_<mode>): Likewise.
8197         (*vsx_le_perm_load_<mode>): Use rs6000_emit_le_vsx_permute to
8198         emit the split sequence.
8199         (*vsx_le_perm_store_<mode>): Likewise.
8201 2017-07-27  Jakub Jelinek  <jakub@redhat.com>
8203         PR tree-optimization/81555
8204         PR tree-optimization/81556
8205         * tree-ssa-reassoc.c (rewrite_expr_tree): Add NEXT_CHANGED argument,
8206         if true, force CHANGED for the recursive invocation.
8207         (reassociate_bb): Remember original length of ops array, pass
8208         len != orig_len as NEXT_CHANGED in rewrite_expr_tree call.
8210         * attribs.c (decl_attributes): Imply noinline, noclone and no_icf
8211         attributes for noipa attribute.  For naked attribute use
8212         lookup_attribute first before lookup_attribute_spec.
8213         * final.c (rest_of_handle_final): Disable IPA RA for functions with
8214         noipa attribute.
8215         * ipa-visibility.c (non_local_p): Fix comment typos.  Return true
8216         for functions with noipa attribute.
8217         (cgraph_externally_visible_p): Return true for functions with noipa
8218         attribute.
8219         * cgraph.c (cgraph_node::get_availability): Return AVAIL_INTERPOSABLE
8220         for functions with noipa attribute.
8221         * doc/extend.texi: Document noipa function attribute.
8222         * tree-ssa-structalias.c (refered_from_nonlocal_fn): Set *nonlocal_p
8223         also for functions with noipa attribute.
8224         (ipa_pta_execute): Set nonlocal_p also for nodes with noipa attribute.
8226 2017-07-26  Andrew Pinski  <apinski@cavium.com>
8228         * config/aarch64/aarch64.c (thunderx_vector_cost): Decrease cost of
8229         vec_unalign_load_cost and vec_unalign_store_cost.
8231 2017-07-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
8233         * config/rs6000/rs6000-cpus.def (ISA_2_7_MASKS_SERVER): Delete
8234         -mvsx-small-integer option.
8235         (ISA_3_0_MASKS_IEEE): Likewise.
8236         (OTHER_VSX_VECTOR_MASKS): Likewise.
8237         (POWERPC_MASKS): Likewise.
8238         * config/rs6000/rs6000.opt (-mvsx-small-integer): Likewise.
8239         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Simplify
8240         code, only testing for DImode being allowed in non-VSX floating
8241         point registers.
8242         (rs6000_init_hard_regno_mode_ok): Change TARGET_VSX_SMALL_INTEGER
8243         to TARGET_P8_VECTOR test.  Remove redundant VSX test inside of
8244         another VSX test.
8245         (rs6000_option_override_internal): Delete -mvsx-small-integer.
8246         (rs6000_expand_vector_set): Change TARGET_VSX_SMALL_INTEGER to
8247         TARGET_P8_VECTOR test.
8248         (rs6000_secondary_reload_simple_move): Likewise.
8249         (rs6000_preferred_reload_class): Delete TARGET_VSX_SMALL_INTEGER,
8250         since TARGET_P9_VECTOR was already tested.
8251         (rs6000_opt_masks): Remove -mvsx-small-integer.
8252         * config/rs6000/vsx.md (vsx_extract_<mode>): Delete
8253         TARGET_VSX_SMALL_INTEGER, since a test for TARGET_P9_VECTOR was
8254         used.
8255         (vsx_extract_<mode>_p9): Delete TARGET_VSX_SMALL_INTEGER, since a
8256         test for TARGET_VEXTRACTUB was used, and that uses
8257         TARGET_P9_VECTOR.
8258         (p9 extract splitter): Likewise.
8259         (vsx_extract_<mode>_di_p9): Likewise.
8260         (vsx_extract_<mode>_store_p9): Likewise.
8261         (vsx_extract_si): Delete TARGET_VSX_SMALL_INTEGER, since a test
8262         for TARGET_P9_VECTOR was used.  Delete code that is now dead with
8263         the elimination of TARGET_VSX_SMALL_INTEGER.
8264         (vsx_extract_<mode>_p8): Likewise.
8265         (vsx_ext_<VSX_EXTRACT_I:VS_scalar>_fl_<FL_CONV:mode>): Likewise.
8266         (vsx_ext_<VSX_EXTRACT_I:VS_scalar>_ufl_<FL_CONV:mode>): Likewise.
8267         (vsx_set_<mode>_p9): Likewise.
8268         (vsx_set_v4sf_p9): Likewise.
8269         (vsx_set_v4sf_p9_zero): Likewise.
8270         (vsx_insert_extract_v4sf_p9): Likewise.
8271         (vsx_insert_extract_v4sf_p9_2): Likewise.
8272         * config/rs6000/rs6000.md (sign extend splitter): Change
8273         TARGET_VSX_SMALL_INTEGER to TARGET_P8_VECTOR test.
8274         (floatsi<mode>2_lfiwax_mem): Likewise.
8275         (floatunssi<mode>2_lfiwzx_mem): Likewise.
8276         (float<QHI:mode><FP_ISA3:mode>2): Delete TARGET_VSX_SMALL_INTEGER,
8277         since a test for TARGET_P9_VECTOR was used.
8278         (float<QHI:mode><FP_ISA3:mode>2_internal): Likewise.
8279         (floatuns<QHI:mode><FP_ISA3:mode>2): Likewise.
8280         (floatuns<QHI:mode><FP_ISA3:mode>2_internal): Likewise.
8281         (fix_trunc<mode>si2): Change TARGET_VSX_SMALL_INTEGER to
8282         TARGET_P8_VECTOR test.
8283         (fix_trunc<mode>si2_stfiwx): Likewise.
8284         (fix_trunc<mode>si2_internal): Likewise.
8285         (fix_trunc<SFDF:mode><QHI:mode>2): Delete
8286         TARGET_VSX_SMALL_INTEGER, since a test for TARGET_P9_VECTOR was
8287         used.
8288         (fix_trunc<SFDF:mode><QHI:mode>2_internal): Likewise.
8289         (fixuns_trunc<mode>si2): Change TARGET_VSX_SMALL_INTEGER to
8290         TARGET_P8_VECTOR test.
8291         (fixuns_trunc<mode>si2_stfiwx): Likewise.
8292         (fixuns_trunc<SFDF:mode><QHI:mode>2): Delete
8293         TARGET_VSX_SMALL_INTEGER, since a test for TARGET_P9_VECTOR was
8294         used.
8295         (fixuns_trunc<SFDF:mode><QHI:mode>2_internal): Likewise.
8296         (fctiw<u>z_<mode>_smallint): Delete TARGET_VSX_SMALL_INTEGER,
8297         since a test for TARGET_P9_VECTOR was used.
8298         (splitter for loading small constants): Likewise.
8300 2017-07-26  Andrew Pinski  <apinski@cavium.com>
8302         * config/aarch64/aarch64.c (thunderx_vector_cost): Fix
8303         vec_fp_stmt_cost.
8305 2017-07-26  H.J. Lu  <hongjiu.lu@intel.com>
8307         PR target/81563
8308         * config/i386/i386.c (sp_valid_at): Properly check CFA offset.
8309         (fp_valid_at): Likewise.
8311 2017-07-26  James Greenhalgh  <james.greenhalgh@arm.com>
8313         * config/aarch64/aarch64.c (cortexa57_addrcost_table): Remove.
8314         (qdf24xx_addrcost_table): Likewise.
8315         (cortexa57_tunings): Update to use generic_branch_cost.
8316         (cortexa72_tunings): Likewise.
8317         (cortexa73_tunings): Likewise.
8318         (qdf24xx_tunings): Likewise.
8320 2017-07-26  James Greenhalgh  <james.greenhalgh@arm.com>
8322         * config/aarch64/aarch64.c (cortexa57_branch_cost): Remove.
8323         (thunderx2t99_branch_cost): Likewise.
8324         (cortexa35_tunings): Update to use generic_branch_cost.
8325         (cortexa53_tunings): Likewise.
8326         (cortexa57_tunings): Likewise.
8327         (cortexa72_tunings): Likewise.
8328         (cortexa73_tunings): Likewise.
8329         (thunderx2t99_tunings): Likewise.
8331 2017-07-26  Sebastian Huber  <sebastian.huber@embedded-brains.de>
8333         * config/sparc/sparc.c (dump_target_flag_bits): Dump MASK_FSMULD.
8334         (sparc_option_override): Honour MASK_FSMULD.
8335         * config/sparc/sparc.h (MASK_FEATURES): Add MASK_FSMULD.
8336         * config/sparc/sparc.md (muldf3_extend): Use TARGET_FSMULD.
8337         * config/sparc/sparc.opt (mfsmuld): New option.
8338         * doc/invoke.texi (mfsmuld): Document option.
8340 2017-07-26  Marek Polacek  <polacek@redhat.com>
8342         PR middle-end/70992
8343         * tree.c (build2_stat): Don't set TREE_CONSTANT on divisions by zero.
8345 2017-07-26  Richard Biener  <rguenther@suse.de>
8347         * gimple-match-head.c (do_valueize): Return OP if valueize
8348         returns NULL_TREE.
8349         (get_def): New helper to get at the def stmt of a SSA name
8350         if valueize allows.
8351         * genmatch.c (dt_node::gen_kids_1): Use get_def instead of
8352         do_valueize to get at the def stmt.
8353         (dt_operand::gen_gimple_expr): Simplify do_valueize calls.
8355 2017-07-26  Wilco Dijkstra  <wdijkstr@arm.com>
8357         PR middle-end/46932
8358         * auto-inc-dec.c (parse_add_or_inc): Block autoinc on sfp.
8360 2017-07-26  Martin Liska  <mliska@suse.cz>
8362         PR sanitize/81186
8363         * function.c (expand_function_start): Make expansion of
8364         nonlocal_goto_save_area after parm_birth_insn.
8366 2017-07-26  Sebastian Huber  <sebastian.huber@embedded-brains.de>
8368         * config/sparc/sparc.c (sparc_option_override): Remove MASK_FPU
8369         from all CPU target flags enable members.
8371 2017-07-26  Richard Biener  <rguenther@suse.de>
8373         * genmatch.c (dt_simplify::gen): Make iterator vars const.
8374         (decision_tree::gen): Make 'type' const.
8375         (write_predicate): Likewise.
8377 2017-07-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
8379         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok):
8380         Eliminate TARGET_UPPER_REGS_{DF,DI,SF} usage.
8381         (rs6000_option_override_internal): Likewise.
8382         (rs6000_expand_vector_set): Likewise.
8383         * config/rs6000/rs6000.h (TARGET_UPPER_REGS_DF): Delete.
8384         (TARGET_UPPER_REGS_SF): Likewise.
8385         (TARGET_UPPER_REGS_DI): Likewise.
8386         (TARGET_VEXTRACTUB): Eliminate TARGET_UPPER_REGS_{DF,DI,SF}.
8387         (TARGET_DIRECT_MOVE_64BIT): Likewise.
8388         * config/rs6000/rs6000.md (ALTIVEC_DFORM): Likewise.
8389         (float<QHI:mode><FP_ISA3:mode>2_internal): Likewise.
8390         (Splitters for DI constants in Altivec registers): Likewise.
8391         * config/rs6000/vsx.md (vsx_set_<mode>_p9): Likewise.
8392         (vsx_set_v4sf_p9): Likewise.
8393         (vsx_set_v4sf_p9_zero): Likewise.
8394         (vsx_insert_extract_v4sf_p9): Likewise.
8395         (vsx_insert_extract_v4sf_p9_2): Likewise.
8397 2017-07-25  Carl Love  <cel@us.ibm.com>
8399         * doc/extend.texi: Update the built-in documentation file for the
8400         existing built-in functions
8401         vector signed char vec_cnttz (vector signed char);
8402         vector unsigned char vec_cnttz (vector unsigned char);
8403         vector signed short vec_cnttz (vector signed short);
8404         vector unsigned short vec_cnttz (vector unsigned short);
8405         vector signed int vec_cnttz (vector signed int);
8406         vector unsigned int vec_cnttz (vector unsigned int);
8407         vector signed long long vec_cnttz (vector signed long long);
8408         vector unsigned long long vec_cnttz (vector unsigned long long);
8410 2017-07-25  Andrew Pinski  <apinski@cavium.com>
8412         * tree-ssa-uninit.c (warn_uninitialized_vars): Don't warn about memory
8413         accesses where the use is for the first operand of a BIT_INSERT.
8415 2017-07-25  Jim Wilson  <jim.wilson@linaro.org>
8417         PR bootstrap/81521
8418         * config/i386/winnt-cxx.c (i386_pe_adjust_class_at_definition): Look
8419         for FUNCTION_DECLs in TYPE_FIELDS rather than TYPE_METHODS.
8421 2017-07-25  Jim Wilson  <jim.wilson@linaro.org>
8423         * config/i386/gstabs.h: Delete.
8424         * config/i386/openbsd.h, config/i386/t-openbsd: Likewise.
8426 2017-07-25  Uros Bizjak  <ubizjak@gmail.com>
8428         * config/i386/i386.c (ix86_decompose_address): Do not check for
8429         register RTX when looking at index_reg or base_reg.
8430         * config/i386/i386.h (INCOMING_RETURN_ADDR_RTX): Use stack_pointer_rtx.
8432 2017-07-25  Eric Botcazou  <ebotcazou@adacore.com>
8434         * gimple.c (gimple_assign_set_rhs_with_ops): Do not ask gsi_replace
8435         to update EH info here.
8437 2017-07-25  Alexander Monakov  <amonakov@ispras.ru>
8439         * match.pd ((X * CST1) * CST2): Simplify to X * (CST1 * CST2).
8441 2017-07-25  Alexander Monakov  <amonakov@ispras.ru>
8443         * match.pd ((X * CST) * Y): Reassociate to (X * Y) * CST.
8445 2017-07-25  Torsten Duwe  <duwe@suse.de>
8447         * common.opt: Introduce -fpatchable-function-entry
8448         command line option, and its variables function_entry_patch_area_size
8449         and function_entry_patch_area_start.
8450         * opts.c (common_handle_option): Add -fpatchable_function_entry_ case,
8451         including a two-value parser.
8452         * target.def (print_patchable_function_entry): New target hook.
8453         * targhooks.h (default_print_patchable_function_entry): New function.
8454         * targhooks.c (default_print_patchable_function_entry): Likewise.
8455         * toplev.c (process_options): Switch off IPA-RA if
8456         patchable function entries are being generated.
8457         * varasm.c (assemble_start_function): Look at the
8458         patchable-function-entry command line switch and current
8459         function attributes and maybe generate NOP instructions by
8460         calling the print_patchable_function_entry hook.
8461         * doc/extend.texi: Document patchable_function_entry attribute.
8462         * doc/invoke.texi: Document -fpatchable_function_entry
8463         command line option.
8464         * doc/tm.texi.in (TARGET_ASM_PRINT_PATCHABLE_FUNCTION_ENTRY):
8465         New target hook.
8466         * doc/tm.texi: Re-generate.
8468 2017-07-25  Jakub Jelinek  <jakub@redhat.com>
8470         PR target/81532
8471         * config/i386/constraints.md (Yd, Ye): Use ALL_SSE_REGS for
8472         TARGET_AVX512DQ rather than TARGET_AVX512BW.
8474 2017-07-25  Tamar Christina  <tamar.christina@arm.com>
8476         * config/arm/parsecpu.awk (all_cores): Remove duplicates.
8478 2017-07-25  Richard Biener  <rguenther@suse.de>
8480         PR tree-optimization/81455
8481         * tree-ssa-loop-unswitch.c (find_loop_guard): Make sure to
8482         not walk in cycles when looking for guards.
8484 2017-07-25  Richard Biener  <rguenther@suse.de>
8486         PR tree-optimization/81529
8487         * tree-vect-stmts.c (process_use): Disregard live induction PHIs
8488         when optimizing backedge uses.
8490 2017-07-25  David Edelsohn  <dje.gcc@gmail.com>
8492         * dwarf2asm.c (dw2_asm_output_nstring): Encode double quote
8493         character for AIX.
8494         * dwarf2out.c (output_macinfo): Copy debug_line_section_label
8495         to dl_section_ref.  On AIX, append an expression to subtract
8496         the size of the section length to dl_section_ref.
8498 2017-07-25  Segher Boessenkool  <segher@kernel.crashing.org>
8500         * configure.ac: If any of the config.* scripts fail, exit 1.
8501         * configure: Regenerate.
8503 2017-07-25  Richard Biener  <rguenther@suse.de>
8505         PR middle-end/81546
8506         * tree-ssa-operands.c (verify_imm_links): Remove cap on number
8507         of immediate uses, be more verbose on errors.
8509 2017-07-25  Richard Biener  <rguenther@suse.de>
8511         PR tree-optimization/81510
8512         * tree-vect-loop.c (vect_is_simple_reduction): When the
8513         reduction stmt is not inside the loop bail out.
8515 2017-07-25  Richard Biener  <rguenther@suse.de>
8517         PR tree-optimization/81303
8518         * tree-vect-loop-manip.c (vect_loop_versioning): Build
8519         profitability check against LOOP_VINFO_NITERSM1.
8521 2017-07-25  Alexander Monakov  <amonakov@ispras.ru>
8523         * domwalk.c (cmp_bb_postorder): Simplify.
8524         (sort_bbs_postorder): New function.  Use it...
8525         (dom_walker::walk): ...here to optimize common cases.
8527 2017-07-25  Martin Liska  <mliska@suse.cz>
8529         PR ipa/81520
8530         * ipa-visibility.c (function_and_variable_visibility): Make the
8531         redirection just on target that supports aliasing.
8532         Fix GNU coding style.
8534 2017-07-25  Sebastian Huber  <sebastian.huber@embedded-brains.de>
8536         PR libgcc/61152
8537         * config/aarch64/rtems.h: Add GCC Runtime Library Exception.
8538         Format changes.
8539         * config/arm/rtems.h: Likewise.
8540         * config/bfin/rtems.h: Likewise.
8541         * config/i386/rtemself.h: Likewise.
8542         * config/lm32/rtems.h: Likewise.
8543         * config/m32c/rtems.h: Likewise.
8544         * config/m68k/rtemself.h: Likewise.
8545         * config/microblaze/rtems.h: Likewise.
8546         * config/mips/rtems.h: Likewise.
8547         * config/moxie/rtems.h: Likewise.
8548         * config/nios2/rtems.h: Likewise.
8549         * config/powerpcspe/rtems.h: Likewise.
8550         * config/rs6000/rtems.h: Likewise.
8551         * config/rtems.h: Likewise.
8552         * config/sh/rtems.h: Likewise.
8553         * config/sh/rtemself.h: Likewise.
8554         * config/sparc/rtemself.h: Likewise.
8556 2017-07-25  Georg-Johann Lay  <avr@gjlay.de>
8558         PR 81487
8559         * hsa-brig.c (brig_init): Use xasprintf instead of asprintf.
8560         * gimple-pretty-print.c (dump_profile, dump_probability): Same.
8561         * tree-ssa-structalias.c (alias_get_name): Same.
8563 2017-07-25  Bin Cheng  <bin.cheng@arm.com>
8565         PR target/81414
8566         * config/aarch64/cortex-a57-fma-steering.c (analyze): Skip fmul/fmac
8567         instructions if no du chain is found.
8569 2017-07-25  Georg-Johann Lay  <avr@gjlay.de>
8571         * config/avr/avr-log.c (avr_log_vadump) ['T']: Print NULL-TREE.
8573 2017-07-25  Richard Biener  <rguenther@suse.de>
8575         PR middle-end/81505
8576         * fold-const.c (fold_negate_const): TREE_OVERFLOW should be
8577         sticky.
8579 2017-07-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
8581         * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Delete
8582         upper-regs options.
8583         (ISA_2_7_MASKS_SERVER): Likewise.
8584         (ISA_3_0_MASKS_IEEE): Likewise.
8585         (OTHER_P8_VECTOR_MASKS): Likewise.
8586         (OTHER_VSX_VECTOR_MASKS): Likewise.
8587         (POWERPC_MASKS): Likewise.
8588         (power7 cpu): Use ISA_2_6_MASKS_SERVER instead of using a
8589         duplicate list of options.
8590         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Remove
8591         explicit -mupper-regs options.
8592         * config/rs6000/rs6000.opt (-mvsx-scalar-memory): Delete
8593         -mupper-regs* options.  Delete -mvsx-scalar-memory, which was an
8594         alias for -mupper-regs-df.
8595         * config/rs6000/rs6000.c (rs6000_setup_reg_addr_masks): Likewise.
8596         (rs6000_init_hard_regno_mode_ok): Likewise.
8597         (rs6000_option_override_internal): Likewise.
8598         (rs6000_opt_masks): Likewise.
8599         * config/rs6000/rs6000.h (TARGET_UPPER_REGS_DF): Define upper regs
8600         options in terms of whether -mvsx or -mpower8-vector was used.
8601         (TARGET_UPPER_REGS_DI): Likewise.
8602         (TARGET_UPPER_REGS_SF): Likewise.
8603         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete the
8604         -mupper-regs-* options.
8606 2017-07-24  Segher Boessenkool  <segher@kernel.crashing.org>
8608         * passes.c (emergency_dump_function): Print some empty lines and a
8609         header before the RTL dump.
8611 2017-07-24  Segher Boessenkool  <segher@kernel.crashing.org>
8613         * cfgrtl.c (rtl_dump_bb): Don't call NEXT_INSN on NULL.
8615 2017-07-24  Wilco Dijkstra  <wdijkstr@arm.com>
8617         PR target/79041
8618         * config/aarch64/aarch64.c (aarch64_classify_symbol):
8619         Avoid SYMBOL_SMALL_ABSOLUTE for literals with pc-relative literals.
8621 2017-07-24  Carl Love  <cel@us.ibm.com>
8623         * config/rs6000/rs6000-c.c: Add support for built-in functions
8624         vector float vec_extract_fp32_from_shorth (vector unsigned short);
8625         vector float vec_extract_fp32_from_shortl (vector unsigned short);
8626         * config/rs6000/altivec.h (vec_extract_fp_from_shorth,
8627         vec_extract_fp_from_shortl): Add defines for the two builtins.
8628         * config/rs6000/rs6000-builtin.def (VEXTRACT_FP_FROM_SHORTH,
8629         VEXTRACT_FP_FROM_SHORTL): Add BU_P9V_OVERLOAD_1 and BU_P9V_VSX_1
8630         new builtins.
8631         * config/rs6000/vsx.md vsx_xvcvhpsp): Add define_insn.
8632         (vextract_fp_from_shorth, vextract_fp_from_shortl): Add define_expands.
8633         * doc/extend.texi: Update the built-in documentation file for the
8634         new built-in function.
8636 2017-07-24  Jakub Jelinek  <jakub@redhat.com>
8638         PR bootstrap/81521
8639         * tree.def: Remove TYPE_METHODS documentation, adjust TYPE_FIELDS
8640         documentation.
8641         * doc/generic.texi: Likewise.
8642         * config/i386/winnt-cxx.c (i386_pe_adjust_class_at_definition): Look
8643         for FUNCTION_DECLs in TYPE_FIELDS rather than TYPE_METHODS.
8645 2017-07-24  Jackson Woodruff  <jackson.woodruff@arm.com>
8647         * config/aarch64/aarch64-simd.md (aarch64_mla_elt_merge<mode>): New.
8648         (aarch64_mls_elt_merge<mode>): Likewise.
8650 2017-07-23  Krister Walfridsson  <krister.walfridsson@gmail.com>
8652         * config.gcc (*-*-netbsd*): Remove check for NetBSD versions not
8653         having __cxa_atexit.
8655 2017-07-23  Michael Collison  <michael.collison@arm.com>
8657         * config/arm/arm.c (arm_option_override): Deprecate
8658         use of -mstructure-size-boundary.
8659         * config/arm/arm.opt: Deprecate -mstructure-size-boundary.
8660         * doc/invoke.texi: Deprecate -mstructure-size-boundary.
8662 2017-07-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
8664         PR target/80695
8665         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
8666         Reduce cost estimate for direct moves.
8668 2017-07-23  Uros Bizjak  <ubizjak@gmail.com>
8670         PR target/80569
8671         * config/i386/i386.c (ix86_option_override_internal): Disable
8672         BMI, BMI2 and TBM instructions for -m16.
8674 2017-07-21  Carl Love  <cel@us.ibm.com>
8676         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
8677         ALTIVEC_BUILTIN_VMULESW, ALTIVEC_BUILTIN_VMULEUW,
8678         ALTIVEC_BUILTIN_VMULOSW, ALTIVEC_BUILTIN_VMULOUW entries.
8679         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin,
8680         builtin_function_type): Add ALTIVEC_BUILTIN_* case statements.
8681         * config/rs6000/altivec.md (MVULEUW, VMULESW, VMULOUW,
8682         VMULOSW): New enum "unspec" values.
8683         (altivec_vmuleuw, altivec_vmulesw, altivec_vmulouw,
8684         altivec_vmulosw): New patterns.
8685         * config/rs6000/rs6000-builtin.def (VMLEUW, VMULESW, VMULOUW,
8686         VMULOSW): Add definitions.
8688 2017-07-21  Jim Wilson  <jim.wilson@linaro.org>
8690         * config/aarch64/aarch64-cores.def (falkor): Add AARCH64_FL_RDMA.
8691         (qdf24xx): Likewise.
8692         * config/aarch64/aarch64-options-extensions.def (rdma); New.
8693         * config/aarch64/aarch64.h (AARCH64_FL_RDMA): New.
8694         (AARCH64_FL_V8_1): Renumber.
8695         (AARCH64_FL_FOR_ARCH8_1): Add AARCH64_FL_RDMA.
8696         (AARCH64_ISA_RDMA): Use AARCH64_FL_RDMA.
8697         * config/aarch64/arm_neon.h: Use +rdma instead of arch=armv8.1-a.
8698         * doc/invoke.texi (AArch64 Options): Mention +rmda in -march docs.  Add
8699         rdma to feature modifiers list.
8701 2017-07-21  Yury Gribov  <tetra2005@gmail.com>
8703         PR middle-end/56727
8704         * ipa-visibility (function_and_variable_visibility): Convert
8705         recursive PLT call to direct call if appropriate.
8707 2017-07-21  Andrew Pinski  <apinski@cavium.com>
8709         * tree-ssa-sccvn.c (vn_nary_op_eq): Check BIT_INSERT_EXPR's
8710         operand 1 to see if the types precision matches.
8711         * fold-const.c (operand_equal_p): Likewise.
8713 2017-07-21  Richard Biener  <rguenther@suse.de>
8715         PR tree-optimization/81303
8716         * tree-vect-data-refs.c (vect_get_peeling_costs_all_drs): Pass
8717         in datarefs vector.  Allow NULL dr0 for no peeling cost estimate.
8718         (vect_peeling_hash_get_lowest_cost): Adjust.
8719         (vect_enhance_data_refs_alignment): Likewise.  Use
8720         vect_get_peeling_costs_all_drs to compute the penalty for no
8721         peeling to match up costs.
8723 2017-07-21  Richard Biener  <rguenther@suse.de>
8725         PR tree-optimization/81500
8726         * tree-vect-loop.c (vect_is_simple_reduction): Properly fail if
8727         we didn't identify a reduction path.
8729 2017-07-21  Tom de Vries  <tom@codesourcery.com>
8730             Cesar Philippidis  <cesar@codesourcery.com>
8732         PR gcov-profile/81442
8733         * config/nvptx/nvptx.c (nvptx_goacc_reduction_init): Add missing edge
8734         probabilities.
8736 2017-07-21  Tom de Vries  <tom@codesourcery.com>
8738         PR lto/81430
8739         * config/nvptx/nvptx.c (nvptx_override_options_after_change): New
8740         function.
8741         (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Define to
8742         nvptx_override_options_after_change.
8744 2017-07-21  Ulrich Drepper  <drepper@redhat.com>
8746         * dwarf2out.c (output_file_names): Avoid double testing for
8747         dwarf_version >= 5.
8749 2017-07-21  Georg-Johann Lay  <avr@gjlay.de>
8751         * doc/invoke.texi (AVR Built-in Functions): Re-layout section.
8753 2016-07-21  Jan Hubicka  <hubicka@ucw.cz>
8755         * cfgcleanup.c (flow_find_cross_jump): Do not crossjump across
8756         hot/cold regions.
8757         (try_crossjump_to_edge): Do not punt on partitioned functions.
8759 2016-07-21  Jan Hubicka  <hubicka@ucw.cz>
8761         * bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges):
8762         Put all BBs reachable only via paths crossing cold region to cold
8763         region.
8764         * cfgrtl.c (find_bbs_reachable_by_hot_paths): New function.
8766 2016-07-21  Richard Biener  <rguenther@suse.de>
8768         PR tree-optimization/81303
8769         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Take
8770         into account prologue and epilogue iterations when raising
8771         min_profitable_iters to sth at least covering one vector iteration.
8773 2017-07-21  Tamar Christina  <tamar.christina@arm.com>
8775         * config/arm/arm.c (arm_test_cpu_arch_dat):
8776         Check for overlap.
8778 2017-07-20  Nathan Sidwell  <nathan@acm.org>
8780         Remove TYPE_METHODS.
8781         * tree.h (TYPE_METHODS): Delete.
8782         * dwarf2out.c (gen_member_die): Member fns are on TYPE_FIELDS.
8783         * dbxout.c (dbxout_type_fields): Ignore FUNCTION_DECLs.
8784         (dbxout_type_methods): Scan TYPE_FIELDS.
8785         (dbxout_type): Don't check TYPE_METHODS here.
8786         * function.c (use_register_for_decl): Always ignore register for
8787         class types when not optimizing.
8788         * ipa-devirt.c (odr_types_equivalent_p): Delete TYPE_METHODS scan.
8789         * tree.c (free_lang_data_in_type): Stitch out member functions and
8790         templates from TYPE_FIELDS.
8791         (build_distinct_type_copy, verify_type_variant,
8792         verify_type): Member fns are on TYPE_FIELDS.
8793         * tree-dump.c (dequeue_and_dump): No TYPE_METHODS.
8794         * tree-pretty-print.c (dump_generic_node): Likewise.
8796 2017-07-20  Jakub Jelinek  <jakub@redhat.com>
8798         PR target/80846
8799         * config/i386/i386.c (ix86_expand_vector_init_general): Handle
8800         V2TImode and V4TImode.
8801         (ix86_expand_vector_extract): Likewise.
8802         * config/i386/sse.md (VMOVE): Enable V4TImode even for just
8803         TARGET_AVX512F, instead of only for TARGET_AVX512BW.
8804         (ssescalarmode): Handle V4TImode and V2TImode.
8805         (VEC_EXTRACT_MODE): Add V4TImode and V2TImode.
8806         (*vec_extractv2ti, *vec_extractv4ti): New insns.
8807         (VEXTRACTI128_MODE): New mode iterator.
8808         (splitter for *vec_extractv?ti first element): New.
8809         (VEC_INIT_MODE): New mode iterator.
8810         (vec_init<mode>): Consolidate 3 expanders into one using
8811         VEC_INIT_MODE mode iterator.
8813 2017-07-20  Alexander Monakov  <amonakov@ispras.ru>
8815         * lra-assigns.c (pseudo_compare_func): Fix comparison step based on
8816         non_spilled_static_chain_regno_p.
8818 2017-07-20  Alexander Monakov  <amonakov@ispras.ru>
8820         * gimple-ssa-store-merging.c (sort_by_bitpos): Return 0 on equal bitpos.
8822 2017-07-20  Jan Hubicka  <hubicka@ucw.cz>
8824         * bb-reorder.c (connect_traces): Allow copying of blocks within
8825         single partition.
8827 2017-07-20  Richard Biener  <rguenther@suse.de>
8829         * gimple.h (gimple_phi_result): Add gphi * overload.
8830         (gimple_phi_result_ptr): Likewise.
8831         (gimple_phi_arg): Likewise.  Adjust index assert to only
8832         allow actual argument accesses rather than all slots available
8833         by capacity.
8834         (gimple_phi_arg_def): Add gphi * overload.
8835         * tree-phinodes.c (make_phi_node): Initialize only actual
8836         arguments.
8837         (resize_phi_node): Clear memory not covered by old node,
8838         do not initialize excess argument slots.
8839         (reserve_phi_args_for_new_edge): Initialize new argument slot
8840         completely.
8842 2017-07-20  Bin Cheng  <bin.cheng@arm.com>
8844         PR tree-optimization/81388
8845         Revert r238585:
8846         2016-07-21  Bin Cheng  <bin.cheng@arm.com>
8848         * tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Clean up
8849         by removing computation of may_be_zero.
8851 2017-07-18  Jan Hubicka  <hubicka@ucw.cz>
8852             Tom de Vries  <tom@codesourcery.com>
8854         PR middle-end/81030
8855         * cfgbuild.c (find_many_sub_basic_blocks): Update REG_BR_PROB note
8856         when gimple level profile disagrees with what RTL expander did.
8858 2017-07-20  Richard Biener  <rguenther@suse.de>
8860         PR tree-optimization/61171
8861         * tree-vectorizer.h (slp_instance): Add reduc_phis member.
8862         (vect_analyze_stmt): Add slp instance parameter.
8863         (vectorizable_reduction): Likewise.
8864         * tree-vect-loop.c (vect_analyze_loop_operations): Adjust.
8865         (vect_is_simple_reduction): Deal with chains not detected
8866         as SLP reduction chain, specifically not properly associated
8867         chains containing a mix of plus/minus.
8868         (get_reduction_op): Remove.
8869         (get_initial_defs_for_reduction): Simplify, pass in whether
8870         this is a reduction chain, pass in the SLP node for the PHIs.
8871         (vect_create_epilog_for_reduction): Get the SLP instance as
8872         arg and adjust.
8873         (vectorizable_reduction): Get the SLP instance as arg.
8874         During analysis remember the SLP node with the PHIs in the
8875         instance.  Simplify getting at the vectorized reduction PHIs.
8876         * tree-vect-slp.c (vect_slp_analyze_node_operations): Pass
8877         through SLP instance.
8878         (vect_slp_analyze_operations): Likewise.
8879         * tree-vect-stms.c (vect_analyze_stmt): Likewise.
8880         (vect_transform_stmt): Likewise.
8882 2017-07-20  Tom de Vries  <tom@codesourcery.com>
8884         PR tree-optimization/81489
8885         * gimple-ssa-isolate-paths.c (find_implicit_erroneous_behavior): Move
8886         read of phi arg location to before loop that modifies phi.
8888 2017-07-20  Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
8890         * match.pd (((m1 >/</>=/<= m2) * d -> (m1 >/</>=/<= m2) ? d : 0):
8891         New pattern.
8893 2017-07-19  Jan Hubicka  <hubicka@ucw.cz>
8895         PR middle-end/81331
8896         * except.c (execute): Fix ordering issue.
8898 2018-07-19  Segher Boessenkool  <segher@kernel.crashing.org>
8900         PR rtl-optimization/81423
8901         * combine.c (make_compound_operation_int): Don't try to optimize
8902         the AND of a SUBREG of an LSHIFTRT if that SUBREG is paradoxical.
8904 2017-07-19  Segher Boessenkool  <segher@kernel.crashing.org>
8906         PR rtl-optimization/81423
8907         * simplify-rtx.c (simplify_truncation): Handle truncating an IOR
8908         with a constant that is -1 in the truncated to mode.
8910 2017-07-19  Jan Hubicka  <hubicka@ucw.cz>
8912         * predict.c (propagate_unlikely_bbs_forward): Break out from ...
8913         (determine_unlikely_bbs): ... here.
8914         * predict.h (propagate_unlikely_bbs_forward): Declare.
8915         * cfgexpand.c (pass_expand::execute): Use it.
8916         * bb-reorder.c (sanitize_hot_paths): Do not consider known to be
8917         unlikely edges.
8918         (find_rarely_executed_basic_blocks_and_crossing_edges): Use
8919         propagate_unlikely_bbs_forward.
8921 2017-07-19  Jan Hubicka  <hubicka@ucw.cz>
8923         PR middle-end/81331
8924         * except.c (maybe_add_nop_after_section_switch): New function.
8925         (execute): Use it.
8927 2017-07-19  Tom de Vries  <tom@codesourcery.com>
8929         * gimple.h (gimple_phi_set_arg): Make assert more strict.
8931 2017-07-19  Tom de Vries  <tom@codesourcery.com>
8933         * gimple.h (gimple_phi_arg): Make assert more strict.
8935 2017-07-19  Steven Munroe  <munroesj@gcc.gnu.org>
8937         * config.gcc (powerpc*-*-*): Add mmintrin.h.
8938         * config/rs6000/mmintrin.h: New file.
8939         * config/rs6000/x86intrin.h [__ALTIVEC__]: Include mmintrin.h.
8941 2017-07-19  Jakub Jelinek  <jakub@redhat.com>
8943         PR tree-optimization/81346
8944         * match.pd: Optimize (X - 1U) <= INT_MAX-1U into (int) X > 0.
8946 2017-07-19  Tom de Vries  <tom@codesourcery.com>
8948         * config/nvptx/nvptx.md (VECIM): Add V2DI.
8950 2017-07-19  Tom de Vries  <tom@codesourcery.com>
8952         * config/nvptx/nvptx-modes.def: Add V2DImode.
8953         * config/nvptx/nvptx-protos.h (nvptx_data_alignment): Declare.
8954         * config/nvptx/nvptx.c (nvptx_ptx_type_from_mode): Handle V2DImode.
8955         (nvptx_output_mov_insn): Handle lack of mov.b128.
8956         (nvptx_print_operand): Handle 'H' and 'L' codes.
8957         (nvptx_vector_mode_supported): Allow V2DImode.
8958         (nvptx_preferred_simd_mode): New function.
8959         (nvptx_data_alignment): New function.
8960         (TARGET_VECTORIZE_PREFERRED_SIMD_MODE): Redefine to
8961         nvptx_preferred_simd_mode.
8962         * config/nvptx/nvptx.h (STACK_BOUNDARY, BIGGEST_ALIGNMENT): Change from
8963         64 to 128 bits.
8964         (DATA_ALIGNMENT): Define.  Set to nvptx_data_alignment.
8966 2017-07-19  Tom de Vries  <tom@codesourcery.com>
8968         * config/nvptx/nvptx-modes.def: New file.  Add V2SImode.
8969         * config/nvptx/nvptx.c (nvptx_ptx_type_from_mode): Handle V2SImode.
8970         (nvptx_vector_mode_supported): New function.  Allow V2SImode.
8971         (TARGET_VECTOR_MODE_SUPPORTED_P): Redefine to nvptx_vector_mode_supported.
8972         * config/nvptx/nvptx.md (VECIM): New mode iterator. Add V2SI.
8973         (mov<VECIM>_insn): New define_insn.
8974         (define_expand "mov<VECIM>): New define_expand.
8976 2017-07-19  Tom de Vries  <tom@codesourcery.com>
8978         * config/nvptx/nvptx.c (nvptx_print_operand): Handle v2 vector mode.
8980 2017-07-19  Jakub Jelinek  <jakub@redhat.com>
8982         PR tree-optimization/81346
8983         * fold-const.h (fold_div_compare, range_check_type): Declare.
8984         * fold-const.c (range_check_type): New function.
8985         (build_range_check): Use range_check_type.
8986         (fold_div_compare): No longer static, rewritten into
8987         a match.pd helper function.
8988         (fold_comparison): Don't call fold_div_compare here.
8989         * match.pd (X / C1 op C2): New optimization using fold_div_compare
8990         as helper function.
8992 2017-07-19  Nathan Sidwell  <nathan@acm.org>
8994         * tree.h (TYPE_MINVAL, TYPE_MAXVAL): Rename to ...
8995         (TYPE_MIN_VALUE_RAW, TYPE_MAX_VALUE_RAW): ... these.
8996         * tree.c (find_decls_types_r, verify_type): Use
8997         TYPE_{MIN,MAX}_VALUE_RAW.
8998         * lto-streamer-out.c (DFS::DFS_write_tree_body): Likewise.
8999         (hash_tree): Likewise.
9000         * tree-streamer-in.c (lto_input_ts_type_non_common_tree_pointers):
9001         Likewise.
9002         * tree-streamer-out.c (write_ts_type_non_common_tree_pointers):
9003         Likewise.
9005 2017-07-18  Tom de Vries  <tom@codesourcery.com>
9007         PR middle-end/81464
9008         * omp-expand.c (expand_omp_for_static_chunk): Handle
9009         equal-argument loop exit phi.
9011 2017-07-18  Uros Bizjak  <ubizjak@gmail.com>
9013         PR target/81471
9014         * config/i386/i386.md (rorx_immediate_operand): New mode attribute.
9015         (*bmi2_rorx<mode>3_1): Use rorx_immediate_operand as
9016         operand 2 predicate.
9017         (*bmi2_rorxsi3_1_zext): Use const_0_to_31_operand as
9018         operand 2 predicate.
9019         (ror,rol -> rorx splitters): Use const_int_operand as
9020         operand 2 predicate.
9022 2017-06-18  Richard Biener  <rguenther@suse.de>
9024         PR tree-optimization/81410
9025         * tree-vect-stmts.c (vectorizable_load): Properly adjust for
9026         the gap in the ! slp_perm SLP case after each group.
9028 2017-07-18  Jan Hubicka  <hubicka@ucw.cz>
9030         PR middle-end/81463
9031         * cfgloopmanip.c (scale_loop_profile): Watch out for zero frequency
9032         again.
9034 2017-07-18  Jan Hubicka  <hubicka@ucw.cz>
9036         PR middle-end/81462
9037         * predict.c (set_even_probabilities): Cleanup; do not affect
9038         probabilities that are already known.
9039         (combine_predictions_for_bb): Call even when count is set.
9041 2017-07-18  Nathan Sidwell  <nathan@acm.org>
9043         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Use
9044         TYPE_MAX_VALUE.
9046 2017-07-18  Bin Cheng  <bin.cheng@arm.com>
9048         PR target/81408
9049         * tree-ssa-loop-niter.c (number_of_iterations_exit): Dump missed
9050         optimization for loop niter analysis.
9052 2017-07-18  Georg-Johann Lay  <avr@gjlay.de>
9054         PR target/81473
9055         * config/avr/avr.c (avr_optimize_casesi): Don't use
9056         INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX.
9058 2017-07-18  Robin Dapp  <rdapp@linux.vnet.ibm.com>
9060         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Remove
9061         body_cost_vec from _vect_peel_extended_info.
9062         (vect_peeling_hash_get_lowest_cost): Do not set body_cost_vec.
9063         (vect_peeling_hash_choose_best_peeling): Remove body_cost_vec and
9064         npeel.
9066 2017-07-18  Bin Cheng  <bin.cheng@arm.com>
9068         * config/arm/arm.c (emit_unlikely_jump): Remove unused var.
9070 2017-07-18  Richard Biener  <rguenther@suse.de>
9072         PR tree-optimization/80620
9073         PR tree-optimization/81403
9074         * tree-ssa-pre.c (phi_translate_1): Clear range and points-to
9075         info when re-using a VN table entry.
9077 2017-07-18  Richard Biener  <rguenther@suse.de>
9079         PR tree-optimization/81418
9080         * tree-vect-loop.c (vectorizable_reduction): Properly compute
9081         vectype_in.  Verify that with lane-reducing reduction operations
9082         we have a single def-use cycle.
9084 2017-07-17  Carl Love  <cel@us.ibm.com>
9086         Revert commit r249424   2017-06-20  Carl Love  <cel@us.ibm.com>
9088         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
9089         ALTIVEC_BUILTIN_VMULESW, ALTIVEC_BUILTIN_VMULEUW,
9090         ALTIVEC_BUILTIN_VMULOSW, ALTIVEC_BUILTIN_VMULOUW entries.
9091         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin,
9092         builtin_function_type): Add ALTIVEC_BUILTIN_* case statements.
9093         * config/rs6000/altivec.md (MVULEUW, VMULESW, VMULOUW,
9094         VMULOSW): New enum "unspec" values.
9095         (vec_widen_umult_even_v4si, vec_widen_smult_even_v4si,
9096         vec_widen_umult_odd_v4si, vec_widen_smult_odd_v4si,
9097         altivec_vmuleuw, altivec_vmulesw, altivec_vmulouw,
9098         altivec_vmulosw): New patterns.
9099         * config/rs6000/rs6000-builtin.def (VMLEUW, VMULESW, VMULOUW,
9100         VMULOSW): Add definitions.
9101 2017-07-17  Uros Bizjak  <ubizjak@gmail.com>
9103         * config/alpha/alpha.c: Include predict.h.
9105 2017-07-17  Yury Gribov  <tetra2005@gmail.com>
9107         * tree-vrp.c (compare_assert_loc): Fix comparison function
9108         to return predictable results.
9110 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
9112         * config/arc/arc.md (adddi3): Remove support for mexpand-adddi
9113         option.
9114         (subdi3): Likewise.
9115         * config/arc/arc.opt (mexpand-adddi): Deprecate it.
9116         * doc/invoke.texi (mexpand-adddi): Update text.
9118 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
9120         * config/arc/arc.md (clzsi2): Expand to an arc_clzsi2 instruction
9121         that also clobbers the CC register. The old expand code is moved
9122         to ...
9123         (*arc_clzsi2): ... here.
9124         (ctzsi2): Expand to an arc_ctzsi2 instruction that also clobbers
9125         the CC register. The old expand code is moved to ...
9126         (arc_ctzsi2): ... here.
9128 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
9130         * config/arc/arc.opt (mindexed-loads): Use initial value
9131         TARGET_INDEXED_LOADS_DEFAULT.
9132         (mauto-modify-reg): Use initial value
9133         TARGET_AUTO_MODIFY_REG_DEFAULT.
9134         * config/arc/elf.h (TARGET_INDEXED_LOADS_DEFAULT): Define.
9135         (TARGET_AUTO_MODIFY_REG_DEFAULT): Likewise.
9136         * config/arc/linux.h (TARGET_INDEXED_LOADS_DEFAULT): Define.
9137         (TARGET_AUTO_MODIFY_REG_DEFAULT): Likewise.
9139 2017-07-17  Martin Liska  <mliska@suse.cz>
9141         PR sanitizer/81302
9142         * opts.c (finish_options): Do not allow -fgnu-tm
9143         w/ -fsanitize={kernel-,}address.  Say sorry.
9145 2017-07-17  Bin Cheng  <bin.cheng@arm.com>
9147         PR target/81369
9148         * tree-loop-distribution.c (classify_partition): Only assert on
9149         numer of iterations.
9150         (merge_dep_scc_partitions): Delete prameter.  Update function call.
9151         (distribute_loop): Remove code handling loop with unknown niters.
9152         (pass_loop_distribution::execute): Skip loop with unknown niters.
9154 2017-07-17  Bin Cheng  <bin.cheng@arm.com>
9156         PR target/81369
9157         * tree-loop-distribution.c (merge_dep_scc_partitions): Sink call to
9158         function sort_partitions_by_post_order.
9160 2017-07-17  Bin Cheng  <bin.cheng@arm.com>
9162         PR tree-optimization/81374
9163         * tree-loop-distribution.c (pass_loop_distribution::execute): Record
9164         the max index of basic blocks, rather than number of basic blocks.
9166 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
9168         * config/arc/arc-protos.h (arc_legitimate_pc_offset_p): Remove
9169         proto.
9170         (arc_legitimate_pic_operand_p): Likewise.
9171         * config/arc/arc.c (arc_legitimate_pic_operand_p): Remove
9172         function.
9173         (arc_needs_pcl_p): Likewise.
9174         (arc_legitimate_pc_offset_p): Likewise.
9175         (arc_legitimate_pic_addr_p): Remove LABEL_REF case, as this
9176         function is also used in constrains.md.
9177         (arc_legitimate_constant_p): Use arc_legitimate_pic_addr_p to
9178         validate pic constants. Handle CONST_INT, CONST_DOUBLE, MINUS and
9179         PLUS.  Only return true/false in known cases, otherwise assert.
9180         (arc_legitimate_address_p): Remove arc_legitimate_pic_addr_p as it
9181         is already called in arc_legitimate_constant_p.
9182         * config/arc/arc.h (CONSTANT_ADDRESS_P): Consider also LABEL for
9183         pic addresses.
9184         (LEGITIMATE_PIC_OPERAND_P): Use
9185         arc_raw_symbolic_reference_mentioned_p function.
9186         * config/arc/constraints.md (Cpc): Use arc_legitimate_pic_addr_p
9187         function.
9188         (Cal): Likewise.
9189         (C32): Likewise.
9191 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
9192         Andrew Burgess  <andrew.burgess@embecosm.com>
9194         * config/arc/arc-protos.h (arc_compute_function_type): Change prototype.
9195         (arc_return_address_register): New function.
9196         * config/arc/arc.c (arc_handle_fndecl_attribute): New function.
9197         (arc_handle_fndecl_attribute): Add naked attribute.
9198         (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Define.
9199         (TARGET_WARN_FUNC_RETURN): Likewise.
9200         (arc_allocate_stack_slots_for_args): New function.
9201         (arc_warn_func_return): Likewise.
9202         (machine_function): Change type fn_type.
9203         (arc_compute_function_type): Consider new naked function type,
9204         change function return type.
9205         (arc_must_save_register): Adapt to handle new
9206         arc_compute_function_type's return type.
9207         (arc_expand_prologue): Likewise.
9208         (arc_expand_epilogue): Likewise.
9209         (arc_return_address_regs): Delete.
9210         (arc_return_address_register): New function.
9211         (arc_epilogue_uses): Use above function.
9212         * config/arc/arc.h (arc_return_address_regs): Delete prototype.
9213         (arc_function_type): Change encoding, add naked type.
9214         (ARC_INTERRUPT_P): Change to handle the new encoding.
9215         (ARC_FAST_INTERRUPT_P): Likewise.
9216         (ARC_NORMAL_P): Define.
9217         (ARC_NAKED_P): Likewise.
9218         (arc_compute_function_type): Delete prototype.
9219         * config/arc/arc.md (in_ret_delay_slot): Use
9220         arc_return_address_register function.
9221         (simple_return): Likewise.
9222         (p_return_i): Likewise.
9224 2017-07-17  Jakub Jelinek  <jakub@redhat.com>
9226         PR tree-optimization/81428
9227         * match.pd (X / X -> one): Don't optimize _Fract divisions, as 1
9228         can't be built for those types.
9230 2017-07-17  Georg-Johann Lay  <avr@gjlay.de>
9232         Remove stuff dead since r239246.
9234         * config/avr/avr-arch.h (avr_inform_devices): Remove dead proto.
9235         * config/avr/avr-devices.c (mcu_name, comparator, avr_mcus_str)
9236         (avr_inform_devices): Remove dead stuff.
9238 2017-07-17  Tamar Christina  <tamar.christina@arm.com>
9240         * config/arm/arm_neon.h: Fix softp typo.
9242 2017-07-17  Jakub Jelinek  <jakub@redhat.com>
9244         PR tree-optimization/81365
9245         * tree-ssa-phiprop.c (propagate_with_phi): When considering hoisting
9246         aggregate moves onto bb predecessor edges, make sure there are no
9247         loads that could alias the lhs in between the start of bb and the
9248         loads from *phi.
9250 2017-07-17  Georg-Johann Lay  <avr@gjlay.de>
9252         PR 80929
9253         * config/avr/avr.c (avr_mul_highpart_cost): New static function.
9254         (avr_rtx_costs_1) [TRUNCATE]: Use it to compute mul_highpart cost.
9255         [LSHIFTRT, outer_code = TRUNCATE]: Same.
9257 2017-07-17  Jakub Jelinek  <jakub@redhat.com>
9259         PR tree-optimization/81396
9260         * tree-ssa-math-opts.c (struct symbolic_number): Add n_ops field.
9261         (init_symbolic_number): Initialize it to 1.
9262         (perform_symbolic_merge): Add n_ops from both operands into the new
9263         n_ops.
9264         (find_bswap_or_nop): Don't consider n->n == cmpnop computations
9265         without base_addr as useless if they need more than one operation.
9266         (bswap_replace): Handle !bswap case for NULL base_addr.
9268 2017-07-17  Tom de Vries  <tom@codesourcery.com>
9270         PR target/81069
9271         * config/nvptx/nvptx.c (nvptx_single): Insert diverging branch as late
9272         as possible.
9274 2017-07-17  Sebastian Huber  <sebastian.huber@embedded-brains.de>
9276         * config/sparc/rtemself.h (TARGET_OS_CPP_BUILTINS): Add
9277         conditional builtin define __FIX_LEON3FT_B2BST.
9279 2017-07-17  Daniel Cederman  <cederman@gaisler.com>
9281         * config/sparc/t-rtems: Add mfix-gr712rc multilibs. Replace
9282         MULTILIB_EXCEPTIONS with MULTILIB_REQUIRED. Match -mfix-gr712rc
9283         with -mfix-ut700.
9285 2017-07-16  Eric Botcazou  <ebotcazou@adacore.com>
9287         PR rtl-optimization/81424
9288         * optabs.c (prepare_cmp_insn): Use copy_to_reg instead of force_reg
9289         to remove potential trapping from operands if -fnon-call-exceptions.
9291 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
9293         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Use
9294         profile_proability for scalling.
9295         * scale_profile_for_vect_loop.c (scale_profile_for_vect_loop): Likewise.
9297 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
9299         * cgraph.c (cgraph_edge::redirect_call_stmt_to_caller): Cleanup.
9301 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
9303         * cfgloopmanip.c (scale_loop_profile): Avoid use of REG_BR_PROB_BASE
9304         fixpoint arithmetics.
9306 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
9308         * tree-ssa-loop-unswitch.c (hoist_guard): Avoid use of REG_BR_PROB_BASE
9309         fixpoint arithmetics.
9311 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
9313         * asan.c (create_cond_insert_point): Avoid use of REG_BR_PROB_BASE
9314         fixpoint arithmetics.
9316 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
9318         * profile-count.h (profile_probability::from_reg_br_prob_note,
9319         profile_probability::to_reg_br_prob_note): New functions.
9320         * doc/rtl.texi (REG_BR_PROB_NOTE): Update documentation.
9321         * reg-notes.h (REG_BR_PROB, REG_BR_PRED): Update docs.
9322         * predict.c (probability_reliable_p): Update.
9323         (edge_probability_reliable_p): Update.
9324         (br_prob_note_reliable_p): Update.
9325         (invert_br_probabilities): Update.
9326         (add_reg_br_prob_note): New function.
9327         (combine_predictions_for_insn): Update.
9328         * asan.c (asan_clear_shadow): Update.
9329         * cfgbuild.c (compute_outgoing_frequencies): Update.
9330         * cfgrtl.c (force_nonfallthru_and_redirect): Update.
9331         (update_br_prob_note): Update.
9332         (rtl_verify_edges): Update.
9333         (purge_dead_edges): Update.
9334         (fixup_reorder_chain): Update.
9335         * emit-rtl.c (try_split): Update.
9336         * ifcvt.c (cond_exec_process_insns): Update.
9337         (cond_exec_process_if_block): Update.
9338         (dead_or_predicable): Update.
9339         * internal-fn.c (expand_addsub_overflow): Update.
9340         (expand_neg_overflow): Update.
9341         (expand_mul_overflow): Update.
9342         * loop-doloop.c (doloop_modify): Update.
9343         * loop-unroll.c (compare_and_jump_seq): Update.
9344         * optabs.c (emit_cmp_and_jump_insn_1): Update.
9345         * predict.h: Update.
9346         * reorg.c (mostly_true_jump): Update.
9347         * rtl.h: Update.
9348         * config/aarch64/aarch64.c (aarch64_emit_unlikely_jump): Update.
9349         * config/alpha/alpha.c (emit_unlikely_jump): Update.
9350         * config/arc/arc.c: (emit_unlikely_jump): Update.
9351         * config/arm/arm.c: (emit_unlikely_jump): Update.
9352         * config/bfin/bfin.c (cbranch_predicted_taken_p): Update.
9353         * config/frv/frv.c (frv_print_operand_jump_hint): Update.
9354         * config/i386/i386.c (ix86_expand_split_stack_prologue): Update.
9355         (ix86_print_operand): Update.
9356         (ix86_split_fp_branch): Update.
9357         (predict_jump): Update.
9358         * config/ia64/ia64.c (ia64_print_operand): Update.
9359         * config/mmix/mmix.c (mmix_print_operand): Update.
9360         * config/powerpcspe/powerpcspe.c (output_cbranch): Update.
9361         (rs6000_expand_split_stack_prologue): Update.
9362         * config/rs6000/rs6000.c: Update.
9363         * config/s390/s390.c (s390_expand_vec_strlen): Update.
9364         (s390_expand_vec_movstr): Update.
9365         (s390_expand_cs_tdsi): Update.
9366         (s390_expand_split_stack_prologue): Update.
9367         * config/sh/sh.c (sh_print_operand): Update.
9368         (expand_cbranchsi4): Update.
9369         (expand_cbranchdi4): Update.
9370         * config/sparc/sparc.c (output_v9branch): Update.
9371         * config/spu/spu.c (get_branch_target): Update.
9372         (ea_load_store_inline): Update.
9373         * config/tilegx/tilegx.c (cbranch_predicted_p): Update.
9374         * config/tilepro/tilepro.c: Update.
9376 2017-07-16  Eric Botcazou  <ebotcazou@adacore.com>
9378         * gimplify.c (mostly_copy_tree_r): Revert latest change.
9379         (gimplify_save_expr): Likewise.
9381 2017-07-07  Jan Hubicka  <hubicka@ucw.cz>
9383         * ipa-visibility.c (function_and_variable_visibility): Fix pasto.
9385 2017-07-07  Jan Hubicka  <hubicka@ucw.cz>
9387         * ipa-fnsummary.c (pass_data_ipa_fn_summary): Use
9388         TV_IPA_FNSUMMARY.
9389         * timevar.def (TV_IPA_FNSUMMARY): Define.
9391 2017-07-16  Daniel Cederman  <cederman@gaisler.com>
9393         * config/sparc/sparc.md (divdf3_fix): Add NOP to prevent back
9394         to back store errata sensitive sequence from being generated.
9395         (sqrtdf2_fix): Likewise.
9397 2017-07-07  Jan Hubicka  <hubicka@ucw.cz>
9399         * tree-ssa-threadupdate.c (compute_path_counts,
9400         update_joiner_offpath_counts): Use profile_probability.
9402 2017-07-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>
9404         Revert:
9405         2017-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
9407         * config/arm/arm-c.c (arm_cpu_builtins): Define
9408         __ARM_FEATURE_NUMERIC_MAXMIN solely based on TARGET_VFP5.
9410 2017-07-14  Kelvin Nilsen  <kelvin@gcc.gnu.org>
9412         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
9413         array entries to represent __ieee128 versions of the
9414         scalar_test_data_class, scalar_test_neg, scalar_extract_exp,
9415         scalar_extract_sig, and scalar_insert_exp built-in functions.
9416         (altivec_resolve_overloaded_builtin): Add special case handling
9417         for the __builtin_scalar_insert_exp function, as represented by
9418         the P9V_BUILTIN_VEC_VSIEDP constant.
9419         * config/rs6000/rs6000-builtin.def (VSEEQP): Add scalar extract
9420         exponent support for __ieee128 argument.
9421         (VSESQP): Add scalar extract signature support for __ieee128
9422         argument.
9423         (VSTDCNQP): Add scalar test negative support for __ieee128
9424         argument.
9425         (VSIEQP): Add scalar insert exponent support for __int128 argument
9426         with __ieee128 result.
9427         (VSIEQPF): Add scalar insert exponent support for __ieee128
9428         argument with __ieee128 result.
9429         (VSTDCQP): Add scalar test data class support for __ieee128
9430         argument.
9431         (VSTDCNQP): Add overload support for scalar test negative with
9432         __ieee128 argument.
9433         (VSTDCQP): Add overload support for scalar test data class
9434         __ieee128 argument.
9435         * config/rs6000/vsx.md (UNSPEC_VSX_SXSIG) Replace
9436         UNSPEC_VSX_SXSIGDP.
9437         (UNSPEC_VSX_SIEXPQP): New constant.
9438         (xsxexpqp): New insn for VSX scalar extract exponent quad
9439         precision.
9440         (xsxsigqp): New insn for VSX scalar extract significand quad
9441         precision.
9442         (xsiexpqpf): New insn for VSX scalar insert exponent quad
9443         precision with floating point argument.
9444         (xststdcqp): New expand for VSX scalar test data class quad
9445         precision.
9446         (xststdcnegqp): New expand for VSX scalar test negative quad
9447         precision.
9448         (xststdcqp): New insn to match expansions for VSX scalar test data
9449         class quad precision and VSX scalar test negative quad precision.
9450         * config/rs6000/rs6000.c (rs6000_expand_binop_builtin): Add
9451         special case operand checking to enforce that second operand of
9452         VSX scalar test data class with quad precision argument is a 7-bit
9453         unsigned literal.
9454         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
9455         prototypes and descriptions of __ieee128 versions of
9456         scalar_extract_exp, scalar_extract_sig, scalar_insert_exp,
9457         scalar_test_data_class, and scalar_test_neg built-in functions.
9459 2016-07-14  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
9461         PR tree-optimization/81162
9462         * gimple-ssa-strength-reduction.c (replace_mult_candidate): Don't
9463         replace a negate with an add.
9465 2017-07-14  James Greenhalgh  <james.greenhalgh@arm.com>
9467         * doc/invoke.texi (arm/-mcpu): Document +crypto.
9469 2017-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
9471         * config/arm/arm-c.c (arm_cpu_builtins): Define
9472         __ARM_FEATURE_NUMERIC_MAXMIN solely based on TARGET_VFP5.
9474 2017-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
9476         * config/arm/arm-cpus.in (cortex-r52): Add new entry.
9477         (armv8-r): Set ARM Cortex-R52 as default CPU.
9478         * config/arm/arm-tables.opt: Regenerate.
9479         * config/arm/arm-tune.md: Regenerate.
9480         * config/arm/driver-arm.c (arm_cpu_table): Add entry for ARM
9481         Cortex-R52.
9482         * doc/invoke.texi: Mention -mtune=cortex-r52 and availability of fp.dp
9483         extension for -mcpu=cortex-r52.
9485 2017-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
9487         * config/arm/arm-isa.h (isa_bit_FP_ARMv8): Delete enumerator.
9488         (ISA_FP_ARMv8): Define as ISA_FPv5 and ISA_FP_D32.
9489         * config/arm/arm-cpus.in (armv8-r): Define fp.sp as enabling FPv5.
9490         (fp-armv8): Define it as FP_ARMv8 only.
9491         config/arm/arm.h (TARGET_FPU_ARMV8): Delete.
9492         (TARGET_VFP_FP16INST): Define using TARGET_VFP5 rather than
9493         TARGET_FPU_ARMV8.
9494         config/arm/arm.c (arm_rtx_costs_internal): Replace checks against
9495         TARGET_FPU_ARMV8 by checks against TARGET_VFP5.
9496         * config/arm/arm-builtins.c (arm_builtin_vectorized_function): Define
9497         first ARM_CHECK_BUILTIN_MODE definition using TARGET_VFP5 rather
9498         than TARGET_FPU_ARMV8.
9499         * config/arm/arm-c.c (arm_cpu_builtins): Likewise for
9500         __ARM_FEATURE_NUMERIC_MAXMIN macro definition.
9501         * config/arm/arm.md (cmov<mode>): Condition on TARGET_VFP5 rather than
9502         TARGET_FPU_ARMV8.
9503         * config/arm/neon.md (neon_vrint): Likewise.
9504         (neon_vcvt): Likewise.
9505         (neon_<fmaxmin_op><mode>): Likewise.
9506         (<fmaxmin><mode>3): Likewise.
9507         * config/arm/vfp.md (l<vrint_pattern><su_optab><mode>si2): Likewise.
9508         * config/arm/predicates.md (arm_cond_move_operator): Check against
9509         TARGET_VFP5 rather than TARGET_FPU_ARMV8 and fix spacing.
9511 2017-07-14  Jackson Woodruff  <jackson.woodruff@arm.com>
9513         * config/aarch64/aarch64.c (aarch64_print_operand): Move comments
9514         to top of function.
9516 2017-07-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9518         * gimple-ssa-store-merging.c (clear_bit_region): Replace reference to
9519         loop in comment with memset.
9521 2017-07-14  Martin Liska  <mliska@suse.cz>
9523         * cfgexpand.c (expand_gimple_basic_block): Remove dead comment.
9524         * dwarf2out.c (is_java): Remove the function.
9525         (output_pubname): Remove usage of the function.
9526         (lower_bound_default): Remove usage of DW_LANG_Java.
9527         (gen_compile_unit_die): Likewise.
9528         * gcc.c: Remove compiler defaults for .java and .zip files.
9529         * gimple-expr.c (remove_suffix): Change as there's no longer
9530         extension than 4-letter one.
9531         * gimplify.c (mostly_copy_tree_r): Remove Java-special part.
9532         (gimplify_save_expr): Likewise.
9533         * ipa-utils.h (polymorphic_type_binfo_p): Remove the comment
9534         as it's possible even for other languages than Java.
9535         * langhooks.h (struct lang_hooks): Remove Java from a comment.
9536         * lto-opts.c (lto_write_options): Remove reference to Java.
9537         * opts.c (strip_off_ending): Update file extension handling.
9538         * tree-cfg.c (verify_gimple_call): Remove comment with Java.
9539         * tree-eh.c (lower_resx): Likewise.
9540         * tree.c (free_lang_data_in_type): Remove dead code.
9541         (find_decls_types_r): Likewise.
9542         (build_common_builtin_nodes): Remove Java from a comment.
9543         (verify_type): Remove dead code.
9544         * varasm.c (assemble_external): Remove Java from a comment.
9546 2017-07-14  Martin Liska  <mliska@suse.cz>
9548         * opts.c (finish_options): Add quotes.
9549         (common_handle_option): Likewise.
9551 2017-07-14  Martin Liska  <mliska@suse.cz>
9553         * dbxout.c (get_lang_number): Do not handle GNU Pascal.
9554         * dbxout.h (extern void dbxout_stab_value_internal_label_diff):
9555         Remove N_SO_PASCAL.
9556         * dwarf2out.c (lower_bound_default): Do not handle
9557         DW_LANG_Pascal83.
9558         (gen_compile_unit_die): Likewise.
9559         * gcc.c: Remove default extension binding for GNU Pascal.
9560         * stmt.c: Remove Pascal language from a comment.
9561         * xcoffout.c: Likewise.
9563 2017-07-13  David Malcolm  <dmalcolm@redhat.com>
9565         PR c/81405
9566         * diagnostic-show-locus.c (fixit_cmp): New function.
9567         (layout::layout): Sort m_fixit_hints.
9568         (column_range::column_range): Assert that the values are valid.
9569         (struct char_span): New struct.
9570         (correction::overwrite): New method.
9571         (struct source_line): New struct.
9572         (line_corrections::add_hint): Add assertions.  Reimplement memcpy
9573         calls in terms of classes source_line and char_span, and
9574         correction::overwrite.
9575         (selftest::test_overlapped_fixit_printing_2): New function.
9576         (selftest::diagnostic_show_locus_c_tests): Call it.
9578 2017-07-13  Will Schmidt  <will_schmidt@vnet.ibm.com>
9580         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Return
9581         early if there is no lhs.
9583 2017-07-13  Martin Liska  <mliska@suse.cz>
9585         * dwarf2out.c (gen_pointer_type_die): Remove dead code.
9586         (gen_reference_type_die): Likewise.
9587         * stor-layout.c: Remove Pascal-related comment.
9589 2017-07-13  Martin Liska  <mliska@suse.cz>
9591         * opts.c (finish_options): Add quotes to error messages.
9592         (parse_sanitizer_options): Likewise.
9594 2017-07-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
9596         * doc/invoke.texi (armv8-r): Document +fp.sp ARMv8-R extension.
9598 2017-07-13  Richard Earnshaw  <rearnsha@arm.com>
9600         * config/arm/vxworks.h (TARGET_ENDIAN_DEFAULT): Define.
9602 2017-07-13  Maxim Ostapenko  <m.ostapenko@samsung.com>
9604         * asan.c (asan_emit_allocas_unpoison): Use ptr_mode for arguments
9605         during expansion.
9606         * builtins.c (expand_asan_emit_allocas_unpoison): Likewise.
9608 2017-07-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
9610         PR target/81193
9611         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): If GLIBC
9612         provides the hardware capability bits, define the macro
9613         __BUILTIN_CPU_SUPPORTS__.
9614         * config/rs6000/rs6000.c (cpu_expand_builtin): Generate a warning
9615         if GLIBC does not provide the hardware capability bits.  Add a
9616         gcc_unreachable call if the built-in cpu function is neither
9617         __builtin_cpu_is nor __builtin_cpu_supports.
9618         (rs6000_get_function_versions_dispatcher): Change the warning
9619         that an old GLIBC is used which does not export the capability
9620         bits to be an error.
9621         * doc/extend.texi (target_clones attribute): Document the
9622         restriction that GLIBC 2.23 or newer is needed on the PowerPC.
9623         (PowerPC built-in functions): Document that GLIBC 2.23 or newer is
9624         needed by __builtin_cpu_is and __builtin_cpu_supports.  Document
9625         the macros defined by GCC if the newer GLIBC is available.
9627 2017-07-12  Jeff Law  <law@redhat.com>
9629         * config/riscv/riscv.c: Remove unnecessary includes.  Reorder
9630         remaining includes slightly.
9631         * config/riscv/riscv-builtins.c: Include profile-count.h.
9633 2017-07-12  Georg-Johann Lay  <avr@gjlay.de>
9635         PR target/79883
9636         * config/avr/avr.c (avr_set_current_function): In diagnostic
9637         messages: Quote keywords and (parts of) identifiers.
9638         [WITH_AVRLIBC]: Warn for functions named "ISR", "SIGNAL" or
9639         "INTERUPT".
9641 2017-07-12  Carl Love  <cel@us.ibm.com>
9643         * config/rs6000/rs6000-c.c: Add support for built-in functions
9644         vector bool char vec_revb (vector bool char);
9645         vector bool short vec_revb (vector short char);
9646         vector bool int vec_revb (vector bool int);
9647         vector bool long long vec_revb (vector bool long long);
9648         * doc/extend.texi: Update the built-in documentation file for the
9649         new built-in functions.
9651 2017-07-12  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
9653         * config/s390/s390.md: Remove movcc splitter.
9655 2017-07-12  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
9657         * config/s390/s390.c (s390_rtx_costs): Return proper costs for
9658         load/store on condition.
9660 2017-07-12  Georg-Johann Lay  <avr@gjlay.de>
9662         PR target/81407
9663         * config/avr/avr.c (avr_encode_section_info)
9664         [progmem && !TREE_READONLY]: Error if progmem object needs
9665         constructing.
9667 2017-07-11  Michael Collison  <michael.collison@arm.com>
9669         * config/aarch64/aarch64-simd.md (aarch64_sub<mode>_compare0):
9670         New pattern.
9672 2017-07-11  Carl Love  <cel@us.ibm.com>
9674         * config/rs6000/rs6000-c.c: Add support for builtins
9675         vector unsigned int vec_parity_lsbb (vector signed int);
9676         vector unsigned int vec_parity_lsbb (vector unsigned int);
9677         vector unsigned __int128 vec_parity_lsbb (vector signed __int128);
9678         vector unsigned __int128 vec_parity_lsbb (vector unsigned __int128);
9679         vector unsigned long long vec_parity_lsbb (vector signed long long);
9680         vector unsigned long long vec_parity_lsbb (vector unsigned long long);
9681         * config/rs6000/rs6000-builtin.def (VPARITY_LSBB): Add BU_P9V_OVERLOAD1.
9682         * config/rs6000/altivec.h (vec_parity_lsbb): Add define.
9683         * doc/extend.texi: Update the built-in documentation file for the
9684         new built-in functions.
9686 2017-07-11  David Malcolm  <dmalcolm@redhat.com>
9688         * diagnostic-show-locus.c: Include "gcc-rich-location.h".
9689         (layout::m_primary_loc): New field.
9690         (layout::layout): Initialize new field.  Move location filtering
9691         logic from here to...
9692         (layout::maybe_add_location_range): ...this new method.  Add
9693         support for filtering to just the lines already specified by other
9694         locations.
9695         (layout::will_show_line_p): New method.
9696         (gcc_rich_location::add_location_if_nearby): New method.
9697         (selftest::test_add_location_if_nearby): New test function.
9698         (selftest::diagnostic_show_locus_c_tests): Call it.
9699         * gcc-rich-location.h (gcc_rich_location::add_location_if_nearby):
9700         New method.
9702 2017-07-11  Tom de Vries  <tom@codesourcery.com>
9704         * config/nvptx/nvptx.c (WORKAROUND_PTXJIT_BUG): New macro.
9705         (bb_first_real_insn): New function.
9706         (nvptx_single): Add extra initialization of broadcasted condition
9707         variables.
9709 2017-07-11  Nathan Sidwell  <nathan@acm.org>
9711         * dwarf2out.c (gen_member_die): Remove useless check for anon ctors.
9713 2017-07-11  Georg-Johann Lay  <avr@gjlay.de>
9715         * doc/extend.texi (AVR Function Attributes): Remove weblink to
9716         Binutils doc as TEXI will mess them up.
9717         * doc/invoke.texi (AVR Options): Same here.
9719 2017-07-11  Daniel Cederman  <cederman@gaisler.com>
9721         * config/sparc/sparc.opt (mfix-ut700): New option.
9722         (mfix-gr712rc): Likewise.
9723         (sparc_fix_b2bst): New variable.
9724         * doc/invoke.texi (SPARC options): Document them.
9725         (ARM options): Fix warnings.
9726         * config/sparc/sparc.c (sparc_do_work_around_errata): Insert NOP
9727         instructions to prevent sequences that can trigger the store-store
9728         errata for certain LEON3FT processors.
9729         (pass_work_around_errata::gate): Also test sparc_fix_b2bst.
9730         (sparc_option_override): Set sparc_fix_b2bst appropriately.
9731         * config/sparc/sparc.md (fix_b2bst): New attribute.
9732         (in_branch_delay): Prevent stores in delay slot if fix_b2bst.
9734 2017-07-10  Uros Bizjak  <ubizjak@gmail.com>
9736         PR target/81375
9737         * config/i386/i386.md (divsf3): Add TARGET_SSE to TARGET_SSE_MATH.
9738         (rcpps): Ditto.
9739         (*rsqrtsf2_sse): Ditto.
9740         (rsqrtsf2): Ditto.
9741         (div<mode>3): Macroize insn from divdf3 and divsf3
9742         using MODEF mode iterator.
9744 2017-07-10  Martin Sebor  <msebor@redhat.com>
9746         PR tree-optimization/80397
9747         * gimple-ssa-sprintf.c (format_integer): Use INTEGRAL_TYPE_P()
9748         instead of testing for equality to INTEGER_TYPE.
9750 2017-07-10  Vineet Gupta <vgupta@synopsys.com>
9752         * config.gcc: Remove uclibc from arc target spec.
9754 2017-07-10  Claudiu Zissulescu  <claziss@synopsys.com>
9756         * config/arc/arc.h (ADDITIONAL_REGISTER_NAMES): Define.
9758 2017-07-07  Jan Hubicka  <hubicka@ucw.cz>
9760         PR lto/80838
9761         * lto-wrapper.c (remove_option): New function.
9762         (merge_and_complain): Merge PIC/PIE options more realistically.
9764 2017-07-10  Georg-Johann Lay  <avr@gjlay.de>
9766         Better ISR prologues by supporting GASes __gcc_isr pseudo insn.
9768         PR target/20296
9769         PR target/81268
9770         * configure.ac [target=avr]: Add GAS check for -mgcc-isr.
9771         (HAVE_AS_AVR_MGCCISR_OPTION):  If so, AC_DEFINE it.
9772         * config.in: Regenerate.
9773         * configure: Regenerate.
9774         * doc/extend.texi (AVR Function Attributes) <no_gccisr>: Document it.
9775         * doc/invoke.texi (AVR Options) <-mgas-isr-prologues>: Document it.
9776         * config/avr/avr.opt (-mgas-isr-prologues): New option and...
9777         (TARGET_GASISR_PROLOGUES): ...target mask.
9778         * common/config/avr/avr-common.c
9779         (avr_option_optimization_table) [OPT_LEVELS_1_PLUS_NOT_DEBUG]:
9780         Set -mgas-isr-prologues.
9781         * config/avr/avr-passes.def (avr_pass_pre_proep): Add
9782         INSERT_PASS_BEFORE for it.
9783         * config/avr/avr-protos.h (make_avr_pass_pre_proep): New proto.
9784         * config/avr/avr.c (avr_option_override)
9785         [!HAVE_AS_AVR_MGCCISR_OPTION]: Unset TARGET_GASISR_PROLOGUES.
9786         (avr_no_gccisr_function_p, avr_hregs_split_reg): New static functions.
9787         (avr_attribute_table) <no_gccisr>: Add new function attribute.
9788         (avr_set_current_function) <is_no_gccisr>: Init machine field.
9789         (avr_pass_data_pre_proep, avr_pass_pre_proep): New pass data
9790         and rtl_opt_pass.
9791         (make_avr_pass_pre_proep): New function.
9792         (emit_push_sfr) <treg>: Add argument to function and use it
9793         instead of TMP_REG.
9794         (avr_expand_prologue) [machine->gasisr.maybe]: Emit gasisr insn
9795         and set machine->gasisr.yes.
9796         (avr_expand_epilogue) [machine->gasisr.yes]: Similar.
9797         (avr_asm_function_end_prologue) [machine->gasisr.yes]: Add
9798         __gcc_isr.n_pushed to .L__stack_usage.
9799         (TARGET_ASM_FINAL_POSTSCAN_INSN): Define to...
9800         (avr_asm_final_postscan_insn): ...this new static function.
9801         * config/avr/avr.h (machine_function)
9802         <is_no_gccisr, use_L__stack_usage>: New fields.
9803         <gasisr, gasisr.yes, gasisr.maybe, gasisr.regno>: New fields.
9804         * config/avr/avr.md (UNSPECV_GASISR): Add unspecv enum.
9805         (GASISR_Prologue, GASISR_Epilogue, GASISR_Done): New define_constants.
9806         (gasisr, *gasisr): New expander and insn.
9807         * config/avr/gen-avr-mmcu-specs.c (print_mcu)
9808         [HAVE_AS_AVR_MGCCISR_OPTION]: Print asm_gccisr spec.
9809         * config/avr/specs.h (ASM_SPEC) <asm_gccisr>: Add sub spec.
9811 2017-07-10  Richard Earnshaw  <rearnsha@arm.com>
9813         * config/arm/parsecpu.awk (gen_comm_data): Do not escape single quotes
9814         in quoted strings.
9816 2017-07-10  Georg-Johann Lay  <avr@gjlay.de>
9818         Move jump-tables out of .text again.
9820         PR target/81075
9821         * config/avr/avr.c (ASM_OUTPUT_ADDR_VEC_ELT): Remove function.
9822         (ASM_OUTPUT_ADDR_VEC): New function.
9823         (avr_adjust_insn_length) [JUMP_TABLE_DATA_P]: Return 0.
9824         (avr_final_prescan_insn) [avr_log.insn_addresses]: Dump
9825         INSN_ADDRESSes as asm comment.
9826         * config/avr/avr.h (JUMP_TABLES_IN_TEXT_SECTION): Adjust comment.
9827         (ASM_OUTPUT_ADDR_VEC_ELT): Remove define.
9828         (ASM_OUTPUT_ADDR_VEC): Define to avr_output_addr_vec.
9829         * config/avr/avr.md (*tablejump): Adjust comment.
9830         * config/avr/elf.h (ASM_OUTPUT_BEFORE_CASE_LABEL): Remove.
9831         * config/avr/avr-log.c (avr_log_set_avr_log) <insn_addresses>:
9832         New detail.
9833         * config/avr/avr-protos.h (avr_output_addr_vec_elt): Remove proto.
9834         (avr_output_addr_vec): New proto.
9835         (avr_log_t) <insn_addresses>: New field.
9837 2017-07-09  H.J. Lu  <hongjiu.lu@intel.com>
9839         PR target/81313
9840         * config/i386/i386.c (ix86_function_arg_advance): Set
9841         outgoing_args_on_stack to true if there are outgoing arguments
9842         on stack.
9843         (ix86_function_arg): Likewise.
9844         (ix86_get_drap_rtx): Use DRAP only if there are outgoing
9845         arguments on stack and ACCUMULATE_OUTGOING_ARGS is false.
9846         * config/i386/i386.h (machine_function): Add
9847         outgoing_args_on_stack.
9849 2017-07-09  Krister Walfridsson  <krister.walfridsson@gmail.com>
9851         * config.gcc (*-*-netbsd*): Remove check for NetBSD versions not
9852         supporting pthreds.
9853         * config/netbsd.h (NETBSD_LIBGCC_SPEC): Always enable pthreads.
9855 2017-07-08  Richard Sandiford  <richard.sandiford@linaro.org>
9857         * Makefile.in (HOOKS_H, RTL_BASE_H, FUNCTION_H, EXPR_H, REGS_H)
9858         (REAL_H): Remove $(MACHMODE_H).
9859         (FIXED_VALUE_H, TREE_CORE_H, CFGLOOP_H): Remove $(MACHMODE_H) and
9860         double-int.h.
9861         (CORETYPES_H): Add signop.h, wide-int.h, wide-int-print.h,
9862         $(MACHMODE_H) and double-int.h.
9863         (build/min-insn-modes.o): Depend on $(CORETYPES_H) rather than
9864         $(MACHMODE_H).
9865         (gengtype-state.o, gengtype.o, build/gengtype.o): Don't depend on
9866         double-int.h.
9868 2017-07-07  Andrew Pinski  <apinski@cavium.com>
9870         * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Check
9871         prev_set and curr_set for AARCH64_FUSE_ALU_BRANCH.
9873 2017-07-07  Michael Meissner  <meissner@linux.vnet.ibm.com>
9875         * config/rs6000/rs6000.c (rs6000_get_function_versions_dispatcher):
9876         Add warning if GCC was not configured to link against a GLIBC that
9877         exports the hardware capability bits.
9878         (make_resolver_func): Make resolver function private and not a
9879         COMDAT function.  Create the name with clone_function_name instead
9880         of make_unique_name.
9882         PR target/81348
9883         * config/rs6000/rs6000.md (HI sign_extend splitter): Use the
9884         correct operand in doing the split.
9886 2017-07-07 Carl Love  <cel@us.ibm.com>
9888         * config/rs6000/rs6000-c: Add support for built-in function
9889         vector unsigned short vec_pack_to_short_fp32 (vector float,
9890                                                       vector float).
9891         * config/rs6000/rs6000-builtin.def (CONVERT_4F32_8I16): Add
9892         BU_P9V_AV_2 and BU_P9V_OVERLOAD_2 definitions.
9893         * config/rs6000/altivec.h (vec_pack_to_short_fp32): Add define.
9894         * config/rs6000/altivec.md(UNSPEC_CONVERT_4F32_8I16): Add UNSPEC.
9895         (convert_4f32_8i16): Add define_expand.
9896         * doc/extend.texi: Update the built-in documentation file for the
9897         new built-in function.
9899 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
9901         * config/sparc/m8.md: New file.
9902         * config/sparc/sparc.md: Include m8.md.
9904 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
9906         * config/sparc/sparc.opt: New option -mvis4b.
9907         * config/sparc/sparc.c (dump_target_flag_bits): Handle MASK_VIS4B.
9908         (sparc_option_override): Handle VIS4B.
9909         (enum sparc_builtins): Define
9910         SPARC_BUILTIN_DICTUNPACK{8,16,32},
9911         SPARC_BUILTIN_FPCMP{LE,GT,EQ,NE}{8,16,32}SHL,
9912         SPARC_BUILTIN_FPCMPU{LE,GT}{8,16,32}SHL,
9913         SPARC_BUILTIN_FPCMPDE{8,16,32}SHL and
9914         SPARC_BUILTIN_FPCMPUR{8,16,32}SHL.
9915         (check_constant_argument): New function.
9916         (sparc_vis_init_builtins): Define builtins
9917         __builtin_vis_dictunpack{8,16,32},
9918         __builtin_vis_fpcmp{le,gt,eq,ne}{8,16,32}shl,
9919         __builtin_vis_fpcmpu{le,gt}{8,16,32}shl,
9920         __builtin_vis_fpcmpde{8,16,32}shl and
9921         __builtin_vis_fpcmpur{8,16,32}shl.
9922         (sparc_expand_builtin): Check that the constant operands to
9923         __builtin_vis_fpcmp*shl and _builtin_vis_dictunpack* are indeed
9924         constant and in range.
9925         * config/sparc/sparc-c.c (sparc_target_macros): Handle
9926         TARGET_VIS4B.
9927         * config/sparc/sparc.h (SPARC_IMM2_P): Define.
9928         (SPARC_IMM5_P): Likewise.
9929         * config/sparc/sparc.md (cpu_feature): Add new feagure "vis4b".
9930         (enabled): Handle vis4b.
9931         (UNSPEC_DICTUNPACK): New unspec.
9932         (UNSPEC_FPCMPSHL): Likewise.
9933         (UNSPEC_FPUCMPSHL): Likewise.
9934         (UNSPEC_FPCMPDESHL): Likewise.
9935         (UNSPEC_FPCMPURSHL): Likewise.
9936         (cpu_feature): New CPU feature `vis4b'.
9937         (dictunpack{8,16,32}): New insns.
9938         (FPCSMODE): New mode iterator.
9939         (fpcscond): New code iterator.
9940         (fpcsucond): Likewise.
9941         (fpcmp{le,gt,eq,ne}{8,16,32}{si,di}shl): New insns.
9942         (fpcmpu{le,gt}{8,16,32}{si,di}shl): Likewise.
9943         (fpcmpde{8,16,32}{si,di}shl): Likewise.
9944         (fpcmpur{8,16,32}{si,di}shl): Likewise.
9945         * config/sparc/constraints.md: Define constraints `q' for unsigned
9946         2-bit integer constants and `t' for unsigned 5-bit integer
9947         constants.
9948         * config/sparc/predicates.md (imm5_operand_dictunpack8): New
9949         predicate.
9950         (imm5_operand_dictunpack16): Likewise.
9951         (imm5_operand_dictunpack32): Likewise.
9952         (imm2_operand): Likewise.
9953         * doc/invoke.texi (SPARC Options): Document -mvis4b.
9954         * doc/extend.texi (SPARC VIS Built-in Functions): Document the
9955         ditunpack* and fpcmp*shl builtins.
9957 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
9959         * config.gcc: Handle m8 in --with-{cpu,tune} options.
9960         * config.in: Add HAVE_AS_SPARC6 define.
9961         * config/sparc/driver-sparc.c (cpu_names): Add entry for the SPARC
9962         M8.
9963         * config/sparc/sol2.h (CPP_CPU64_DEFAULT_SPEC): Define for
9964         TARGET_CPU_m8.
9965         (ASM_CPU32_DEFAUILT_SPEC): Likewise.
9966         (CPP_CPU_SPEC): Handle m8.
9967         (ASM_CPU_SPEC): Likewise.
9968         * config/sparc/sparc-opts.h (enum processor_type): Add
9969         PROCESSOR_M8.
9970         * config/sparc/sparc.c (m8_costs): New struct.
9971         (sparc_option_override): Handle TARGET_CPU_m8.
9972         (sparc32_initialize_trampoline): Likewise.
9973         (sparc64_initialize_trampoline): Likewise.
9974         (sparc_issue_rate): Likewise.
9975         (sparc_register_move_cost): Likewise.
9976         * config/sparc/sparc.h (TARGET_CPU_m8): Define.
9977         (CPP_CPU64_DEFAULT_SPEC): Define for M8.
9978         (ASM_CPU64_DEFAULT_SPEC): Likewise.
9979         (CPP_CPU_SPEC): Handle M8.
9980         (ASM_CPU_SPEC): Likewise.
9981         (AS_M8_FLAG): Define.
9982         * config/sparc/sparc.md: Add m8 to the cpu attribute.
9983         * config/sparc/sparc.opt: New option -mcpu=m8 for sparc targets.
9984         * configure.ac (HAVE_AS_SPARC6): Check for assembler support for
9985         M8 instructions.
9986         * configure: Regenerate.
9987         * doc/invoke.texi (SPARC Options): Document -mcpu=m8 and
9988         -mtune=m8.
9990 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
9992         * config/sparc/niagara7.md: Rework the DFA scheduler to use insn
9993         subtypes.
9994         * config/sparc/sparc.md: Remove the `v3pipe' insn attribute.
9995         ("*movdi_insn_sp32"): Do not set v3pipe.
9996         ("*movsi_insn"): Likewise.
9997         ("*movdi_insn_sp64"): Likewise.
9998         ("*movsf_insn"): Likewise.
9999         ("*movdf_insn_sp32"): Likewise.
10000         ("*movdf_insn_sp64"): Likewise.
10001         ("*zero_extendsidi2_insn_sp64"): Likewise.
10002         ("*sign_extendsidi2_insn"): Likewise.
10003         ("*mov<VM32:mode>_insn"): Likewise.
10004         ("*mov<VM64:mode>_insn_sp64"): Likewise.
10005         ("*mov<VM64:mode>_insn_sp32"): Likewise.
10006         ("<plusminus_insn><VADDSUB:mode>3"): Likewise.
10007         ("<vlop:code><VL:mode>3"): Likewise.
10008         ("*not_<vlop:code><VL:mode>3"): Likewise.
10009         ("*nand<VL:mode>_vis"): Likewise.
10010         ("*<vlnotop:code>_not1<VL:mode>_vis"): Likewise.
10011         ("*<vlnotop:code>_not2<VL:mode>_vis"): Likewise.
10012         ("one_cmpl<VL:mode>2"): Likewise.
10013         ("faligndata<VM64:mode>_vis"): Likewise.
10014         ("alignaddrsi_vis"): Likewise.
10015         ("alignaddrdi_vis"): Likweise.
10016         ("alignaddrlsi_vis"): Likewise.
10017         ("alignaddrldi_vis"): Likewise.
10018         ("fcmp<gcond:code><GCM:gcm_name><P:mode>_vis"): Likewise.
10019         ("bmaskdi_vis"): Likewise.
10020         ("bmasksi_vis"): Likewise.
10021         ("bshuffle<VM64:mode>_vis"): Likewise.
10022         ("cmask8<P:mode>_vis"): Likewise.
10023         ("cmask16<P:mode>_vis"): Likewise.
10024         ("cmask32<P:mode>_vis"): Likewise.
10025         ("pdistn<P:mode>_vis"): Likewise.
10026         ("<vis3_addsub_ss_patname><VASS:mode>3"): Likewise.
10028 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
10030         * config/sparc/sparc.md ("subtype"): New insn attribute.
10031         ("*wrgsr_sp64"): Set insn subtype.
10032         ("*rdgsr_sp64"): Likewise.
10033         ("alignaddrsi_vis"): Likewise.
10034         ("alignaddrdi_vis"): Likewise.
10035         ("alignaddrlsi_vis"): Likewise.
10036         ("alignaddrldi_vis"): Likewise.
10037         ("<plusminus_insn><VADDSUB:mode>3"): Likewise.
10038         ("fexpand_vis"): Likewise.
10039         ("fpmerge_vis"): Likewise.
10040         ("faligndata<VM64:mode>_vis"): Likewise.
10041         ("bshuffle<VM64:mode>_vis"): Likewise.
10042         ("cmask8<P:mode>_vis"): Likewise.
10043         ("cmask16<P:mode>_vis"): Likewise.
10044         ("cmask32<P:mode>_vis"): Likewise.
10045         ("fchksm16_vis"): Likewise.
10046         ("v<vis3_shift_patname><GCM:mode>3"): Likewise.
10047         ("fmean16_vis"): Likewise.
10048         ("fp<plusminus_insn>64_vis"): Likewise.
10049         ("<plusminus_insn>v8qi3"): Likewise.
10050         ("<vis3_addsub_ss_patname><VASS:mode>3"): Likewise.
10051         ("<vis4_minmax_patname><VMMAX:mode>3"): Likewise.
10052         ("<vis4_uminmax_patname><VMMAX:mode>3"): Likewise.
10053         ("<vis3_addsub_ss_patname>v8qi3"): Likewise.
10054         ("<vis4_addsub_us_patname><VAUS:mode>3"): Likewise.
10055         ("*movqi_insn"): Likewise.
10056         ("*movhi_insn"): Likewise.
10057         ("*movsi_insn"): Likewise.
10058         ("movsi_pic_gotdata_op"): Likewise.
10059         ("*movdi_insn_sp32"): Likewise.
10060         ("*movdi_insn_sp64"): Likewise.
10061         ("movdi_pic_gotdata_op"): Likewise.
10062         ("*movsf_insn"): Likewise.
10063         ("*movdf_insn_sp32"): Likewise.
10064         ("*movdf_insn_sp64"): Likewise.
10065         ("*zero_extendhisi2_insn"): Likewise.
10066         ("*zero_extendqihi2_insn"): Likewise.
10067         ("*zero_extendqisi2_insn"): Likewise.
10068         ("*zero_extendqidi2_insn"): Likewise.
10069         ("*zero_extendhidi2_insn"): Likewise.
10070         ("*zero_extendsidi2_insn_sp64"): Likewise.
10071         ("ldfsr"): Likewise.
10072         ("prefetch_64"): Likewise.
10073         ("prefetch_32"): Likewise.
10074         ("tie_ld32"): Likewise.
10075         ("tie_ld64"): Likewise.
10076         ("*tldo_ldub_sp32"): Likewise.
10077         ("*tldo_ldub1_sp32"): Likewise.
10078         ("*tldo_ldub2_sp32"): Likewise.
10079         ("*tldo_ldub_sp64"): Likewise.
10080         ("*tldo_ldub1_sp64"): Likewise.
10081         ("*tldo_ldub2_sp64"): Likewise.
10082         ("*tldo_ldub3_sp64"): Likewise.
10083         ("*tldo_lduh_sp32"): Likewise.
10084         ("*tldo_lduh1_sp32"): Likewise.
10085         ("*tldo_lduh_sp64"): Likewise.
10086         ("*tldo_lduh1_sp64"): Likewise.
10087         ("*tldo_lduh2_sp64"): Likewise.
10088         ("*tldo_lduw_sp32"): Likewise.
10089         ("*tldo_lduw_sp64"): Likewise.
10090         ("*tldo_lduw1_sp64"): Likewise.
10091         ("*tldo_ldx_sp64"): Likewise.
10092         ("*mov<VM32:mode>_insn"): Likewise.
10093         ("*mov<VM64:mode>_insn_sp64"): Likewise.
10094         ("*mov<VM64:mode>_insn_sp32"): Likewise.
10096 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
10098         * config/sparc/sparc.md ("type"): New insn type viscmp.
10099         ("fcmp<gcond:code><GCM:gcm_name><P:mode>_vis"): Set insn type to
10100         viscmp.
10101         ("fpcmp<gcond:code>8<P:mode>_vis"): Likewise.
10102         ("fucmp<gcond:code>8<P:mode>_vis"): Likewise.
10103         ("fpcmpu<gcond:code><GCM:gcm_name><P:mode>_vis"): Likewise.
10104         * config/sparc/niagara7.md ("n7_vis_logical_v3pipe"): Handle
10105         viscmp.
10106         ("n7_vis_logical_11cycle"): Likewise.
10107         * config/sparc/niagara4.md ("n4_vis_logical"): Likewise.
10108         * config/sparc/niagara2.md ("niag3_vis": Likewise.
10109         * config/sparc/niagara.md ("niag_vis"): Likewise.
10110         * config/sparc/ultra3.md ("us3_fga"): Likewise.
10111         * config/sparc/ultra1_2.md ("us1_fga_double"): Likewise.
10113 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
10115         * config/sparc/sparc.md: New instruction type `bmask'.
10116         (bmaskdi_vis): Use the `bmask' type.
10117         (bmasksi_vis): Likewise.
10118         * config/sparc/ultra3.md (us3_array): Likewise.
10119         * config/sparc/niagara7.md (n7_array): Likewise.
10120         * config/sparc/niagara4.md (n4_array): Likewise.
10121         * config/sparc/niagara2.md (niag2_vis): Likewise.
10122         (niag3_vis): Likewise.
10123         * config/sparc/niagara.md (niag_vis): Likewise.
10125 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
10127         * ipa-comdats.c: Remove optimize check from gate.
10128         * ipa-fnsummary.c (ipa_fn_summary_generate): do not generate summary
10129         for functions not optimized.
10130         (ipa_fn_summary_read): Skip optimize check.
10131         (ipa_fn_summary_write): Likewise.
10132         * ipa-inline-analysis.c (do_estimate_growth_1): Check that caller
10133         is optimized.
10134         * ipa-inline.c (can_inline_edge_p): Not optimized functions are
10135         uninlinable.
10136         (can_inline_edge_p): Check flag_pcc_struct_return for match.
10137         (check_callers): Give up on caller which is not optimized.
10138         (inline_small_functions): Likewise.
10139         (ipa_inline): Do not give up when not optimizing.
10140         * ipa-visbility.c (function_and_variable_visibility): Do not optimize
10141         away unoptimizes cdtors.
10142         (whole_program_function_and_variable_visibility): Do
10143         ipa_discover_readonly_nonaddressable_vars in LTO mode.
10144         * ipa.c (process_references): Do not check optimize.
10145         (symbol_table::remove_unreachable_nodes): Update optimize check.
10146         (set_writeonly_bit): Update optimize check.
10147         (pass_ipa_cdtor_merge::gate): Do not check optimize.
10148         (pass_ipa_single_use::gate): Remove.
10150 2017-07-06  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
10152         * config/rs6000/rs6000.c (union_defs, union_uses, insn_is_load_p,
10153         insn_is_store_p, insn_is_swap_p, const_load_sequence_p, v2df_reduction_p,
10154         rtx_is_swappable_p, insn_is_swappable_p, chain_contains_only_swaps,
10155         mark_swaps_for_removal, swap_const_vector_halves, adjust_subreg_index,
10156         permute_load, permute_store, adjust_extract, adjust_splat,
10157         adjust_xxpermdi, adjust_concat, adjust_vperm, handle_special_swappables,
10158         replace_swap_with_copy, dump_swap_insn_table,
10159         alignment_with_canonical_addr, alignment_mask, find_alignment_op,
10160         recombine_lvx_pattern, recombine_stvx_pattern,
10161         recombine_lvx_stvx_patterns, rs6000_analyze_swaps,
10162         make_pass_analyze_swaps): Move all code related to p8 swap optimizations
10163         to file rs6000-p8swap.c.
10164         * config/rs6000/rs6000-p8swap.c: New file.
10165         * config/rs6000/t-rs6000: Add rule to build rs6000-p8swap.o.
10166         * config.gcc: Add rs6000-p8swap.o to extra_objs for powerpc*-*-*
10167         and rs6000*-*-* targets.
10169 2017-07-06  David Malcolm  <dmalcolm@redhat.com>
10171         * Makefile.in (selftest): Remove dependency on s-selftest-c++.
10173 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
10175         * lto-wrapper.c (merge_and_complain): Do not merge
10176         fexceptions, fnon_call_exceptions, ftrapv, ffp_contract_, fmath_errno,
10177         fsigned_zeros, ftrapping_math, fwrapv.
10178         (append_compiler_options): Do not track these options.
10179         (append_linker_options): Likewie
10181 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
10183         * cgraphunit.c (cgraph_node::finalize_function): When
10184         !flag_toplevel_reorde set no_reorder flag.
10185         (varpool_node::finalize_decl): Likewise.
10186         (symbol_table::compile): Drop no toplevel reorder path.
10188 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
10190         * bb-reorder.c (better_edge_p): Do not build traces across abnormal/eh
10191         edges; zero probability is not better than uninitialized.
10193 2017-07-06  Maxim Ostapenko  <m.ostapenko@samsung.com>
10195         * asan.h (asan_sanitize_allocas_p): Declare.
10196         * asan.c (asan_sanitize_allocas_p): New function.
10197         (handle_builtin_stack_restore): Bail out if !asan_sanitize_allocas_p.
10198         (handle_builtin_alloca): Likewise.
10199         * cfgexpand.c (expand_used_vars): Do not add allocas unpoisoning stuff
10200         if !asan_sanitize_allocas_p.
10201         * params.def (asan-instrument-allocas): Add new option.
10202         * params.h (ASAN_PROTECT_ALLOCAS): Define.
10203         * opts.c (common_handle_option): Disable allocas sanitization for
10204         KASan by default.
10206 2017-07-06  Maxim Ostapenko  <m.ostapenko@samsung.com>
10208         * asan.c: Include gimple-fold.h.
10209         (get_last_alloca_addr): New function.
10210         (handle_builtin_stackrestore): Likewise.
10211         (handle_builtin_alloca): Likewise.
10212         (asan_emit_allocas_unpoison): Likewise.
10213         (get_mem_refs_of_builtin_call): Add new parameter, remove const
10214         quallifier from first paramerer. Handle BUILT_IN_ALLOCA,
10215         BUILT_IN_ALLOCA_WITH_ALIGN and BUILT_IN_STACK_RESTORE builtins.
10216         (instrument_builtin_call): Pass gimple iterator to
10217         get_mem_refs_of_builtin_call.
10218         (last_alloca_addr): New global.
10219         * asan.h (asan_emit_allocas_unpoison): Declare.
10220         * builtins.c (expand_asan_emit_allocas_unpoison): New function.
10221         (expand_builtin): Handle BUILT_IN_ASAN_ALLOCAS_UNPOISON.
10222         * cfgexpand.c (expand_used_vars): Call asan_emit_allocas_unpoison
10223         if function calls alloca.
10224         * gimple-fold.c (replace_call_with_value): Remove static keyword.
10225         * gimple-fold.h (replace_call_with_value): Declare.
10226         * internal-fn.c: Include asan.h.
10227         * sanitizer.def (BUILT_IN_ASAN_ALLOCA_POISON,
10228         BUILT_IN_ASAN_ALLOCAS_UNPOISON): New builtins.
10230 2017-07-06  David Malcolm  <dmalcolm@redhat.com>
10232         * Makefile.in (SELFTEST_FLAGS): Drop "-x c", moving it to...
10233         (C_SELFTEST_FLAGS): New.
10234         (CPP_SELFTEST_FLAGS): New.
10235         (SELFTEST_DEPS): New, from deps of s-selftest.
10236         (C_SELFTEST_DEPS): New, from deps of s-selftest.
10237         (CPP_SELFTEST_DEPS): New.
10238         (selftest): Add dependency on s-selftest-c++.
10239         (s-selftest): Rename to...
10240         (s-selftest-c): ...this, moving deps to SELFTEST_DEPS
10241         and C_SELFTEST_DEPS, and using C_SELFTEST_FLAGS rather
10242         than SELFTEST_FLAGS.
10243         (selftest-gdb): Rename to...
10244         (selftest-c-gdb): ...this, using C_SELFTEST_DEPS and
10245         C_SELFTEST_FLAGS.
10246         (selftest-gdb): Reintroduce as an alias for selftest-c-gdb.
10247         (selftest-valgrind): Rename to...
10248         (selftest-c-valgrind): ...this, using C_SELFTEST_DEPS and
10249         C_SELFTEST_FLAGS.
10250         (selftest-valgrind): Reintroduce as an alias for
10251         selftest-c-valgrind.
10252         (s-selftest-c++): New.
10253         (selftest-c++-gdb): New.
10254         (selftest-c++-valgrind): New.
10256 2017-07-06  Olivier Hainque  <hainque@adacore.com>
10258         * gcc.c (process_command): When deciding if undefined variables
10259         should be ignored when processing specs, accept "gcc -v" as well.
10261 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
10263         * auto-profile.c (afdo_set_bb_count, afdo_propagate_edge,
10264         afdo_annotate_cfg): Set counts/probabilities as determined by afdo.
10266 2017-07-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
10268         * config/arm/arm-cpus.in (armv8-r): Add new entry.
10269         * config/arm/arm-isa.h (ISA_ARMv8r): Define macro.
10270         * config/arm/arm-tables.opt: Regenerate.
10271         * config/arm/arm.h (enum base_architecture): Add BASE_ARCH_8R
10272         enumerator.
10273         * doc/invoke.texi: Mention -march=armv8-r and its extensions.
10275 2017-07-06  Carl Love  <cel@us.ibm.com>
10277         * ChangeLog: Clean up from mid air collision
10279 2017-07-06  Carl Love  <cel@us.ibm.com>
10281         * config/rs6000/rs6000-c.c: Add support for built-in functions
10282         vector signed int vec_subc (vector signed int, vector signed int);
10283         vector signed __int128 vec_subc (vector signed __int128,
10284                                          vector signed __int128);
10285         vector unsigned __int128 vec_subc (vector unsigned __int128,
10286                                            vector unsigned __int128);
10287         vector signed int vec_sube (vector signed int, vector signed int,
10288                                     vector signed int);
10289         vector unsigned int vec_sube (vector unsigned int,
10290                                       vector unsigned int,
10291                                       vector unsigned int);
10292         vector signed __int128 vec_sube (vector signed __int128,
10293                                          vector signed __int128,
10294                                          vector signed__int128);
10295         vector unsigned __int128 vec_sube (vector unsigned __int128,
10296                                            vector unsigned __int128,
10297                                            vector unsigned __int128);
10298         vector signed int vec_subec (vector signed int, vector signed int,
10299                                      vector signed int);
10300         vector unsigned int vec_subec (vector unsigned int,
10301                                        vector unsigned int,
10302                                        vector unsigned int);
10303         vector signed __int128 vec_subec (vector signed __int128,
10304                                           vector signed __int128,
10305                                           vector signed__int128);
10306         vector unsigned __int128 vec_subec (vector unsigned __int128,
10307                                             vector unsigned __int128,
10308                                             vector unsigned __int128);
10309         * config/rs6000/rs6000.c (ALTIVEC_BUILTIN_VEC_SUBE,
10310         ALTIVEC_BUILTIN_VEC_SUBEC): Add ef_builtins.
10311         * config/rs6000/rs6000-builtin.def (SUBE, SUBEC): Add
10312         BU_ALTIVEC_OVERLOAD_X definitions.
10313         * config/rs6000/altivec.h (vec_sube, vec_subec): Add builtin defines.
10314         * doc/extend.texi: Update the built-in documentation file for the new
10315         built-in functions.
10317 2017-07-06  David Malcolm  <dmalcolm@redhat.com>
10319         PR c++/79300
10320         * diagnostic-show-locus.c (layout::layout): Use start and finish
10321         spelling location for the start and finish of each range.
10322         * genmatch.c (linemap_client_expand_location_to_spelling_point):
10323         Add unused aspect param.
10324         * input.c (expand_location_1): Add "aspect" param, and use it
10325         to access the correct part of the location.
10326         (expand_location): Pass LOCATION_ASPECT_CARET to new param of
10327         expand_location_1.
10328         (expand_location_to_spelling_point): Likewise.
10329         (linemap_client_expand_location_to_spelling_point): Add "aspect"
10330         param, and pass it to expand_location_1.
10332 2017-07-06  Sebastian Peryt  <sebastian.peryt@intel.com>
10334         * config/i386/avx512fintrin.h (_mm_mask_getexp_round_ss,
10335         _mm_maskz_getexp_round_ss, _mm_mask_getexp_round_sd,
10336         _mm_maskz_getexp_round_sd, _mm_mask_getmant_round_sd,
10337         _mm_maskz_getmant_round_sd, _mm_mask_getmant_round_ss,
10338         _mm_maskz_getmant_round_ss, _mm_mask_getexp_ss, _mm_maskz_getexp_ss,
10339         _mm_mask_getexp_sd, _mm_maskz_getexp_sd, _mm_mask_getmant_sd,
10340         _mm_maskz_getmant_sd, _mm_mask_getmant_ss,
10341         _mm_maskz_getmant_ss): New intrinsics.
10342         (__builtin_ia32_getexpss128_mask): Changed to ...
10343         __builtin_ia32_getexpss128_round ... this.
10344         (__builtin_ia32_getexpsd128_mask): Changed to ...
10345         __builtin_ia32_getexpsd128_round ... this.
10346         * config/i386/i386-builtin-types.def
10347         ((V2DF, V2DF, V2DF, INT, V2DF, UQI, INT),
10348         (V4SF, V4SF, V4SF, INT, V4SF, UQI, INT)): New function type aliases.
10349         * config/i386/i386-builtin.def (__builtin_ia32_getexpsd_mask_round,
10350         __builtin_ia32_getexpss_mask_round,     __builtin_ia32_getmantsd_mask_round,
10351         __builtin_ia32_getmantss_mask_round): New builtins.
10352         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_INT_V2DF_UQI_INT,
10353         V4SF_FTYPE_V4SF_V4SF_INT_V4SF_UQI_INT): Handle new types.
10354         (CODE_FOR_avx512f_vgetmantv2df_mask_round,
10355         CODE_FOR_avx512f_vgetmantv4sf_mask_round): New cases.
10356         * config/i386/sse.md
10357         (avx512f_sgetexp<mode><round_saeonly_name>): Changed to ...
10358         avx512f_sgetexp<mode><mask_scalar_name>
10359         <round_saeonly_scalar_name> ... this.
10360         (vgetexp<ssescalarmodesuffix>\t{<round_saeonly_op3>%2, %1, %0|
10361         %0, %1, %2<round_saeonly_op3>}): Changed to ...
10362         vgetexp<ssescalarmodesuffix>
10363         \t{<round_saeonly_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
10364         %0<mask_scalar_operand3>, %1, %2<round_saeonly_scalar_mask_op3>} ... this.
10365         (avx512f_vgetmant<mode><round_saeonly_name>): Changed to ...
10366         avx512f_vgetmant<mode><mask_scalar_name>
10367         <round_saeonly_scalar_name> ... this.
10368         (vgetmant<ssescalarmodesuffix>\t{%3, <round_saeonly_op4>%2, %1, %0|
10369         %0, %1, %2<round_saeonly_op4>, %3}): Changed to ...
10370         vgetmant<ssescalarmodesuffix>
10371         \t{%3, <round_saeonly_scalar_mask_op4>%2, %1, %0<mask_scalar_operand4>|
10372         %0<mask_scalar_operand4>, %1, %2
10373         <round_saeonly_scalar_mask_op4>, %3} ... this.
10374         * config/i386/subst.md (mask_scalar_operand4,
10375         round_saeonly_scalar_mask_operand4,     round_saeonly_scalar_mask_op4,
10376         round_saeonly_scalar_nimm_predicate): New subst attributes.
10378 2017-07-06  Julia Koval  <julia.koval@intel.com>
10380         * config/i386/i386.c (ix86_erase_embedded_rounding):
10381         Remove code for old rounding pattern.
10383 2017-07-06  Richard Earnshaw  <rearnsha@arm.com>
10385         * config/arm/t-arm (GTM_H): Add arm-cpu.h.
10387 2017-07-06  Christophe Lyon  <christophe.lyon@linaro.org>
10389         * doc/sourcebuild.texi (Test Directives, Variants of
10390         dg-require-support): Add documentation for dg-require-stack-check.
10392 2017-07-05  Sebastian Peryt  <sebastian.peryt@intel.com>
10394         * config/i386/subst.md (mask_scalar, round_scalar,
10395         round_saeonly_scalar): New meta-templates.
10396         (mask_scalar_name, mask_scalar_operand3, round_scalar_name,
10397         round_scalar_mask_operand3, round_scalar_mask_op3,
10398         round_scalar_constraint, round_scalar_prefix, round_saeonly_scalar_name,
10399         round_saeonly_scalar_mask_operand3, round_saeonly_scalar_mask_op3,
10400         round_saeonly_scalar_constraint,
10401         round_saeonly_scalar_prefix): New subst attribute.
10402         * config/i386/sse.md
10403         (<sse>_vm<plusminus_insn><mode>3<mask_name><round_name>): Renamed to ...
10404         <sse>_vm<plusminus_insn><mode>3<mask_scalar_name>
10405         <round_scalar_name> ... this.
10406         (<sse>_vm<multdiv_mnemonic><mode>3<mask_name><round_name>): Renamed to ...
10407         <sse>_vm<multdiv_mnemonic><mode>3<mask_scalar_name>
10408         <round_scalar_name> ... this.
10409         (<sse>_vm<code><mode>3<mask_name><round_saeonly_name>): Renamed to ...
10410         <sse>_vm<code><mode>3<mask_scalar_name>
10411         <round_saeonly_scalar_name> ... this.
10412         (v<plusminus_mnemonic><ssescalarmodesuffix>
10413         \t{<round_mask_op3>%2, %1, %0<mask_operand3>|
10414         %0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}): Changed to ...
10415         v<plusminus_mnemonic><ssescalarmodesuffix>
10416         \t{<round_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
10417         %0<mask_scalar_operand3>, %1, %<iptr>2<round_scalar_mask_op3>} ... this.
10418         (v<multdiv_mnemonic><ssescalarmodesuffix>
10419         \t{<round_mask_op3>%2, %1, %0<mask_operand3>|
10420         %0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}): Changed to ...
10421         v<multdiv_mnemonic><ssescalarmodesuffix>
10422         \t{<round_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
10423         %0<mask_scalar_operand3>, %1, %<iptr>2<round_scalar_mask_op3>} ... this.
10424         (v<maxmin_float><ssescalarmodesuffix>
10425         \t{<round_saeonly_mask_op3>%2, %1, %0<mask_operand3>|
10426         %0<mask_operand3>, %1, %<iptr>2<round_saeonly_mask_op3>}): Changed to ...
10427         v<maxmin_float><ssescalarmodesuffix>
10428         \t{<round_saeonly_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
10429         %0<mask_scalar_operand3>, %1, %<iptr>2
10430         <round_saeonly_scalar_mask_op3>} ... this.
10432 2017-07-05  Richard Earnshaw  <rearnsha@arm.com>
10434         * config/arm/arm.c (arm_fixed_condition_code_regs): New function.
10435         (TARGET_FIXED_CONDITION_CODE_REGS): Redefine.
10437 2017-07-05  Richard Sandiford  <richard.sandiford@linaro.org>
10438             Alan Hayward  <alan.hayward@arm.com>
10439             David Sherwood  <david.sherwood@arm.com>
10441         * combine.c (simplify_if_then_else): Remove "enum" before
10442         "machine_mode".
10443         * compare-elim.c (can_eliminate_compare): Likewise.
10444         * config/aarch64/aarch64-builtins.c (aarch64_simd_builtin_std_type):
10445         Likewise.
10446         (aarch64_lookup_simd_builtin_type): Likewise.
10447         (aarch64_simd_builtin_type): Likewise.
10448         (aarch64_init_simd_builtin_types): Likewise.
10449         (aarch64_simd_expand_args): Likewise.
10450         * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_rglist):
10451         Likewise.
10452         (aarch64_reverse_mask): Likewise.
10453         (aarch64_simd_emit_reg_reg_move): Likewise.
10454         (aarch64_gen_adjusted_ldpstp): Likewise.
10455         (aarch64_ccmp_mode_to_code): Likewise.
10456         (aarch64_operands_ok_for_ldpstp): Likewise.
10457         (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
10458         * config/aarch64/aarch64.c (aarch64_ira_change_pseudo_allocno_class):
10459         Likewise.
10460         (aarch64_min_divisions_for_recip_mul): Likewise.
10461         (aarch64_reassociation_width): Likewise.
10462         (aarch64_get_condition_code_1): Likewise.
10463         (aarch64_simd_emit_reg_reg_move): Likewise.
10464         (aarch64_simd_attr_length_rglist): Likewise.
10465         (aarch64_reverse_mask): Likewise.
10466         (aarch64_operands_ok_for_ldpstp): Likewise.
10467         (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
10468         (aarch64_gen_adjusted_ldpstp): Likewise.
10469         * config/aarch64/cortex-a57-fma-steering.c (fma_node::rename):
10470         Likewise.
10471         * config/arc/arc.c (legitimate_offset_address_p): Likewise.
10472         * config/arm/arm-builtins.c (arm_simd_builtin_std_type): Likewise.
10473         (arm_lookup_simd_builtin_type): Likewise.
10474         (arm_simd_builtin_type): Likewise.
10475         (arm_init_simd_builtin_types): Likewise.
10476         (arm_expand_builtin_args): Likewise.
10477         * config/arm/arm-protos.h (arm_expand_builtin): Likewise.
10478         * config/ft32/ft32.c (ft32_libcall_value): Likewise.
10479         (ft32_setup_incoming_varargs): Likewise.
10480         (ft32_function_arg): Likewise.
10481         (ft32_function_arg_advance): Likewise.
10482         (ft32_pass_by_reference): Likewise.
10483         (ft32_arg_partial_bytes): Likewise.
10484         (ft32_valid_pointer_mode): Likewise.
10485         (ft32_addr_space_pointer_mode): Likewise.
10486         (ft32_addr_space_legitimate_address_p): Likewise.
10487         * config/i386/i386-protos.h (ix86_operands_ok_for_move_multiple):
10488         Likewise.
10489         * config/i386/i386.c (ix86_setup_incoming_vararg_bounds): Likewise.
10490         (ix86_emit_outlined_ms2sysv_restore): Likewise.
10491         (iamcu_alignment): Likewise.
10492         (canonicalize_vector_int_perm): Likewise.
10493         (ix86_noce_conversion_profitable_p): Likewise.
10494         (ix86_mpx_bound_mode): Likewise.
10495         (ix86_operands_ok_for_move_multiple): Likewise.
10496         * config/microblaze/microblaze-protos.h
10497         (microblaze_expand_conditional_branch_reg): Likewise.
10498         * config/microblaze/microblaze.c
10499         (microblaze_expand_conditional_branch_reg): Likewise.
10500         * config/powerpcspe/powerpcspe.c (rs6000_init_hard_regno_mode_ok):
10501         Likewise.
10502         (rs6000_reassociation_width): Likewise.
10503         (rs6000_invalid_binary_op): Likewise.
10504         (fusion_p9_p): Likewise.
10505         (emit_fusion_p9_load): Likewise.
10506         (emit_fusion_p9_store): Likewise.
10507         * config/riscv/riscv-protos.h (riscv_regno_mode_ok_for_base_p):
10508         Likewise.
10509         (riscv_hard_regno_mode_ok_p): Likewise.
10510         (riscv_address_insns): Likewise.
10511         (riscv_split_symbol): Likewise.
10512         (riscv_legitimize_move): Likewise.
10513         (riscv_function_value): Likewise.
10514         (riscv_hard_regno_nregs): Likewise.
10515         (riscv_expand_builtin): Likewise.
10516         * config/riscv/riscv.c (riscv_build_integer_1): Likewise.
10517         (riscv_build_integer): Likewise.
10518         (riscv_split_integer): Likewise.
10519         (riscv_legitimate_constant_p): Likewise.
10520         (riscv_cannot_force_const_mem): Likewise.
10521         (riscv_regno_mode_ok_for_base_p): Likewise.
10522         (riscv_valid_base_register_p): Likewise.
10523         (riscv_valid_offset_p): Likewise.
10524         (riscv_valid_lo_sum_p): Likewise.
10525         (riscv_classify_address): Likewise.
10526         (riscv_legitimate_address_p): Likewise.
10527         (riscv_address_insns): Likewise.
10528         (riscv_load_store_insns): Likewise.
10529         (riscv_force_binary): Likewise.
10530         (riscv_split_symbol): Likewise.
10531         (riscv_force_address): Likewise.
10532         (riscv_legitimize_address): Likewise.
10533         (riscv_move_integer): Likewise.
10534         (riscv_legitimize_const_move): Likewise.
10535         (riscv_legitimize_move): Likewise.
10536         (riscv_address_cost): Likewise.
10537         (riscv_subword): Likewise.
10538         (riscv_output_move): Likewise.
10539         (riscv_canonicalize_int_order_test): Likewise.
10540         (riscv_emit_int_order_test): Likewise.
10541         (riscv_function_arg_boundary): Likewise.
10542         (riscv_pass_mode_in_fpr_p): Likewise.
10543         (riscv_pass_fpr_single): Likewise.
10544         (riscv_pass_fpr_pair): Likewise.
10545         (riscv_get_arg_info): Likewise.
10546         (riscv_function_arg): Likewise.
10547         (riscv_function_arg_advance): Likewise.
10548         (riscv_arg_partial_bytes): Likewise.
10549         (riscv_function_value): Likewise.
10550         (riscv_pass_by_reference): Likewise.
10551         (riscv_setup_incoming_varargs): Likewise.
10552         (riscv_print_operand): Likewise.
10553         (riscv_elf_select_rtx_section): Likewise.
10554         (riscv_save_restore_reg): Likewise.
10555         (riscv_for_each_saved_reg): Likewise.
10556         (riscv_register_move_cost): Likewise.
10557         (riscv_hard_regno_mode_ok_p): Likewise.
10558         (riscv_hard_regno_nregs): Likewise.
10559         (riscv_class_max_nregs): Likewise.
10560         (riscv_memory_move_cost): Likewise.
10561         * config/rl78/rl78-protos.h (rl78_split_movsi): Likewise.
10562         * config/rl78/rl78.c (rl78_split_movsi): Likewise.
10563         (rl78_addr_space_address_mode): Likewise.
10564         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
10565         Likewise.
10566         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Likewise.
10567         (rs6000_reassociation_width): Likewise.
10568         (rs6000_invalid_binary_op): Likewise.
10569         (fusion_p9_p): Likewise.
10570         (emit_fusion_p9_load): Likewise.
10571         (emit_fusion_p9_store): Likewise.
10572         * config/visium/visium-protos.h (prepare_move_operands): Likewise.
10573         (ok_for_simple_move_operands): Likewise.
10574         (ok_for_simple_move_strict_operands): Likewise.
10575         (ok_for_simple_arith_logic_operands): Likewise.
10576         (visium_legitimize_reload_address): Likewise.
10577         (visium_select_cc_mode): Likewise.
10578         (output_cbranch): Likewise.
10579         (visium_split_double_move): Likewise.
10580         (visium_expand_copysign): Likewise.
10581         (visium_expand_int_cstore): Likewise.
10582         (visium_expand_fp_cstore): Likewise.
10583         * config/visium/visium.c (visium_pass_by_reference): Likewise.
10584         (visium_function_arg): Likewise.
10585         (visium_function_arg_advance): Likewise.
10586         (visium_libcall_value): Likewise.
10587         (visium_setup_incoming_varargs): Likewise.
10588         (visium_legitimate_constant_p): Likewise.
10589         (visium_legitimate_address_p): Likewise.
10590         (visium_legitimize_address): Likewise.
10591         (visium_secondary_reload): Likewise.
10592         (visium_register_move_cost): Likewise.
10593         (visium_memory_move_cost): Likewise.
10594         (prepare_move_operands): Likewise.
10595         (ok_for_simple_move_operands): Likewise.
10596         (ok_for_simple_move_strict_operands): Likewise.
10597         (ok_for_simple_arith_logic_operands): Likewise.
10598         (visium_function_value_1): Likewise.
10599         (rtx_ok_for_offset_p): Likewise.
10600         (visium_legitimize_reload_address): Likewise.
10601         (visium_split_double_move): Likewise.
10602         (visium_expand_copysign): Likewise.
10603         (visium_expand_int_cstore): Likewise.
10604         (visium_expand_fp_cstore): Likewise.
10605         (visium_split_cstore): Likewise.
10606         (visium_select_cc_mode): Likewise.
10607         (visium_split_cbranch): Likewise.
10608         (output_cbranch): Likewise.
10609         (visium_print_operand_address): Likewise.
10610         * expmed.c (flip_storage_order): Likewise.
10611         * expmed.h (emit_cstore): Likewise.
10612         (flip_storage_order): Likewise.
10613         * genrecog.c (validate_pattern): Likewise.
10614         * hsa-gen.c (gen_hsa_addr): Likewise.
10615         * internal-fn.c (expand_arith_overflow): Likewise.
10616         * ira-color.c (allocno_copy_cost_saving): Likewise.
10617         * lra-assigns.c (find_hard_regno_for_1): Likewise.
10618         * lra-constraints.c (prohibited_class_reg_set_mode_p): Likewise.
10619         (process_invariant_for_inheritance): Likewise.
10620         * lra-eliminations.c (move_plus_up): Likewise.
10621         * omp-low.c (lower_oacc_reductions): Likewise.
10622         * simplify-rtx.c (simplify_subreg): Likewise.
10623         * target.def (TARGET_SETUP_INCOMING_VARARG_BOUNDS): Likewise.
10624         (TARGET_CHKP_BOUND_MODE): Likewise..
10625         * targhooks.c (default_chkp_bound_mode): Likewise.
10626         (default_setup_incoming_vararg_bounds): Likewise.
10627         * targhooks.h (default_chkp_bound_mode): Likewise.
10628         (default_setup_incoming_vararg_bounds): Likewise.
10629         * tree-ssa-math-opts.c (divmod_candidate_p): Likewise.
10630         * tree-vect-loop.c (calc_vec_perm_mask_for_shift): Likewise.
10631         (have_whole_vector_shift): Likewise.
10632         * tree-vect-stmts.c (vectorizable_load): Likewise.
10633         * doc/tm.texi: Regenerate.
10635 2017-07-05  Georg-Johann Lay  <avr@gjlay.de>
10637         Graceful degrade if Binutils PR21472 is not available.
10639         PR target/81072
10640         * configure.ac [target=avr]: WARN instead of ERROR if avrxmega3
10641         .rodata in flash test fails.
10642         (HAVE_LD_AVR_AVRXMEGA3_RODATA_IN_FLASH): Define it if test passes.
10643         * confgure: Regenerate.
10644         * config.in: Regenerate.
10645         * config/avr/avr.c (avr_asm_named_section)
10646         [HAVE_LD_AVR_AVRXMEGA3_RODATA_IN_FLASH]: Only trigger
10647         __do_copy_data for stuff in .rodata if flash_pm_offset = 0.
10648         (avr_asm_init_sections): Same.
10650 2017-07-05  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
10652         * config/arm/neon.md (fma<VCVTF:mode>4): Remove %?.
10653         (fma<VH:mode>4_intrinsic): Likewise.
10654         (*fmsub<VCVTF:mode>4): Likewise.
10655         (*fmsub<VH:mode>4_intrinsic): Likewise.
10657 2017-07-05  Georg-Johann Lay  <avr@gjlay.de>
10659         PR target/81305
10660         * config/avr/avr.c (avr_out_movhi_mr_r_xmega) [CONSTANT_ADDRESS_P]:
10661         Don't depend on "optimize > 0".
10662         (out_movhi_r_mr, out_movqi_mr_r): Same.
10663         (out_movhi_mr_r, out_movqi_r_mr): Same.
10664         (avr_address_cost) [CONSTANT_ADDRESS_P]: Don't depend cost for
10665         io_address_operand on "optimize > 0".
10667 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
10669         * tree-loop-distribution.c: Add general explanantion on the pass.
10670         (generate_loops_for_partition): Mark distributed loop.
10671         (pg_add_dependence_edges): New parameter.  Handle alias data
10672         dependence specially and record it in the parameter if asked.
10673         (struct pg_vdata, pg_edata, pg_edge_callback_data): New structs.
10674         (init_partition_graph_vertices, add_partition_graph_edge): New.
10675         (pg_skip_alias_edge, free_partition_graph_edata_cb): New.
10676         (free_partition_graph_vdata, build_partition_graph): New.
10677         (sort_partitions_by_post_order, merge_dep_scc_partitions): New.
10678         (pg_collect_alias_ddrs, break_alias_scc_partitions): New.
10679         (data_ref_segment_size, latch_dominated_by_data_ref): New.
10680         (compute_alias_check_pairs, version_loop_by_alias_check): New.
10681         (version_for_distribution_p, finalize_partitions): New.
10682         (distribute_loop): Handle alias data dependence specially.  Factor
10683         out loop fusion code as functions and call these functions.
10685 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
10687         * tree-loop-distribution.c (classify_partition): New parameter and
10688         better handle reduction statement.
10689         (rdg_build_partitions): Revise comment.
10690         (distribute_loop): Compute statements in all partitions and pass it
10691         to classify_partition.
10693 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
10695         * tree-loop-distribution.c (enum partition_type): New.
10696         (struct partition): New field type.
10697         (partition_merge_into): Add parameter.  Update partition type.
10698         (data_dep_in_cycle_p, update_type_for_merge): New functions.
10699         (build_rdg_partition_for_vertex): Compute partition type.
10700         (rdg_build_partitions): Dump partition type.
10701         (distribute_loop): Update calls to partition_merge_into.
10703 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
10705         * tree-loop-distribution.c (struct ddr_hasher): New.
10706         (ddr_hasher::hash, ::equal, get_data_dependence): New function.
10707         (ddrs_table): New.
10708         (classify_partition): Call get_data_dependence.
10709         (pg_add_dependence_edges): Ditto.
10710         (distribute_loop): Release data dependence hash table.
10712 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
10714         * tree-loop-distribution.c (ref_base_address): Delete.
10715         (similar_memory_accesses): Rename ...
10716         (share_memory_accesses): ... to this.  Check if partitions access
10717         the same memory reference.
10718         (distribute_loop): Call share_memory_accesses.
10720 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
10722         * tree-loop-distribution.c (struct partition): New field recording
10723         its data reference.
10724         (partition_alloc, partition_free): Init and release data refs.
10725         (partition_merge_into): Merge data refs.
10726         (build_rdg_partition_for_vertex): Collect data refs for partition.
10727         (pg_add_dependence_edges): Change parameters from vector to bitmap.
10728         Update uses.
10729         (distribute_loop): Remve data refs from vertice data of partition
10730         graph.
10732 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
10734         * tree-loop-distribution.c (params.h): Include header file.
10735         (MAX_DATAREFS_NUM, DR_INDEX): New macro.
10736         (datarefs_vec): New global var.
10737         (create_rdg_vertices): Use datarefs_vec directly.
10738         (free_rdg): Don't free data references.
10739         (build_rdg): Update use.  Don't free data references.
10740         (distribute_loop): Compute global variable for data references.
10741         Bail out if there are too many data references.
10743 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
10745         * tree-loop-distribution.c (loop_nest): New global var.
10746         (build_rdg): Use loop directly, rather than loop nest.
10747         (pg_add_dependence_edges): Remove loop nest parameter.  Use global
10748         variable directly.
10749         (distribute_loop): Compute global variable loop nest.  Update use.
10751 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
10753         * tree-loop-distribution.c (enum fuse_type, fuse_message): New.
10754         (partition_merge_into): New parameter.  Dump reason for fusion.
10755         (distribute_loop): Update use of partition_merge_into.
10757 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
10759         * tree-loop-distribution.c (bb_top_order_index): New.
10760         (bb_top_order_index_size, bb_top_order_cmp): New.
10761         (stmts_from_loop): Use topological order.
10762         (pass_loop_distribution::execute): Compute and release topological
10763         order for basic blocks.
10765 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
10767         * tree-loop-distribution.c (pass_loop_distribution::execute): Skip
10768         if no loops.
10770 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
10772         * cfgloop.h (struct loop): Add comment.  New field orig_loop_num.
10773         * cfgloopmanip.c (lv_adjust_loop_entry_edge): Comment change.
10774         * internal-fn.c (expand_LOOP_DIST_ALIAS): New function.
10775         * internal-fn.def (LOOP_DIST_ALIAS): New.
10776         * tree-vectorizer.c (fold_loop_vectorized_call): Rename to ...
10777         (fold_loop_internal_call): ... this.
10778         (vect_loop_dist_alias_call): New function.
10779         (set_uid_loop_bbs): Call fold_loop_internal_call.
10780         (vectorize_loops): Fold IFN_LOOP_VECTORIZED and IFN_LOOP_DIST_ALIAS
10781         internal calls.
10783 2017-07-04  Uros Bizjak  <ubizjak@gmail.com>
10785         PR target/81300
10786         * config/i386/i386.md (setcc + movzbl/and to xor + setcc peepholes):
10787         Require dead FLAGS_REG at the beginning of a peephole.
10789 2017-07-04  Uros Bizjak  <ubizjak@gmail.com>
10791         PR target/81294
10792         * config/i386/adxintrin.h (_subborrow_u32): Swap _X and _Y
10793         arguments in the call to __builtin_ia32_sbb_u32.
10794         (_subborrow_u64): Swap _X and _Y arguments in the call to
10795         __builtin_ia32_sbb_u64.
10797 2017-07-04  Jakub Jelinek  <jakub@redhat.com>
10799         PR debug/81278
10800         * tree-vrp.c (compare_assert_loc): Turn into a function template
10801         with stable template parameter.  Only test if a->e is NULL,
10802         !a->e == !b->e has been verified already.  Use e == NULL or
10803         e != NULL instead of e or ! e tests.  If stable is true, don't use
10804         iterative_hash_expr, on the other side allow a or b or both NULL
10805         and sort the NULLs last.
10806         (process_assert_insertions): Sort using compare_assert_loc<false>
10807         instead of compare_assert_loc, later sort using
10808         compare_assert_loc<true> before calling process_assert_insertions_for
10809         in a loop.  Use break instead of continue once seen NULL pointer.
10811 2017-07-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
10813         * config/arm/driver-arm.c (arm_cpu_table): Add entry for ARM
10814         Cortex-R7 and Cortex-R8 processors.
10816 2017-07-04  Jan Hubicka  <hubicka@ucw.cz>
10818         * ipa-utils.c (ipa_merge_profiles): Fix merging when dst is
10819         uninitialized while src is not.
10821 2017-07-04  Richard Earnshaw  <rearnsha@arm.com>
10823         * common/config/arm/arm-common.c: Adjust include path for
10824         arm-cpu-cdata.h
10825         * config/arm/t-arm (TM_H): Adjust path for arm-cpu.h.
10826         (arm-cpu.h): Create in build directory.  Adjust dependency rules.
10827         (arm-cpu-data.h): Likewise.
10828         (arm-cpu-cdata.h): Likewise.
10829         * config/arm/arm-cpu.h: Delete.
10830         * config/arm/arm-cpu-cdata.h: Delete.
10831         * config/arm/arm-cpu-data.h: Delete.
10833 2017-07-04  James Greenhalgh  <james.greenhalgh@arm.com>
10835         * config/arm/arm-cpus.in (cortex-a55): New.
10836         (cortex-a75): Likewise.
10837         (cortex-a75.cortex-a55): Likewise.
10838         * config/arm/driver-arm.c (arm_cpu_table): Add cortex-a55 and
10839         cortex-a75.
10840         * doc/invoke.texi (-mcpu): Document cortex-a55 and cortex-a75.
10841         * config/arm/arm-cpu-cdata.h: Regenerate.
10842         * config/arm/arm-cpu-data.h: Regenerate.
10843         * config/arm/arm-cpu.h: Regenerate.
10844         * config/arm/arm-tables.opt: Regenerate.
10845         * config/arm/arm-tune.md: Regenerate.
10847 2017-07-04  Jan Hubicka  <hubicka@ucw.cz>
10849         * haifa-sched.c (sched_create_recovery_edges): Update profile.
10851 2017-07-04  Jan Hubicka  <hubicka@ucw.cz>
10853         * bb-reorder.c (better_edge_p): Fix handling of uninitialized
10854         probability.
10856 2017-07-04  Richard Sandiford  <richard.sandiford@linaro.org>
10858         PR tree-optimization/81292
10859         * tree-ssa-strlen.c (handle_builtin_strlen): When setting
10860         full_string_p, also call adjust_related_strinfos if the adjustment
10861         is simple, otherwise invalidate related strinfos.
10863 2017-07-04  Martin Liska  <mliska@suse.cz>
10865         PR sanitizer/81040
10866         * sanopt.c (sanitize_rewrite_addressable_params): Mark the
10867         newly created variable as DECL_IGNORED_P.
10869 2017-07-04  Martin Liska  <mliska@suse.cz>
10871         PR ipa/81293
10872         * ipa-inline.c (inline_small_functions):
10873         Use xstrdup_for_dump.
10875 2017-07-04  Tom de Vries  <tom@codesourcery.com>
10877         * graph.c (draw_cfg_edges): Save and restore EDGE_DFS_BACK.
10879 2017-07-03  Dominique d'Humieres  <dominiq@lps.ens.fr>
10881         PR target/81033
10882         * config/darwin.c (darwin_function_switched_text_sections):
10883         Fix spaces.
10885 2017-07-03  Jan Hubicka  <hubicka@ucw.cz>
10887         * tree-vect-loop-manip.c (vect_do_peeling): Fix scaling up.
10889 2017-07-03  Richard Earnshaw  <rearnsha@arm.com>
10891         * doc/invoke.texi (ARM Options): Add -mbe8 and -mbe32 to option summary.
10893 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
10895         * tree-vect-loop.c (vect_analyze_loop_2): Treat min_scalar_loop_bound,
10896         min_profitable_iters, and th as inclusive lower bounds.
10897         Fix LOOP_VINFO_PEELING_FOR_GAPS condition.
10898         (vect_estimate_min_profitable_iters): Return inclusive lower bounds
10899         for min_profitable_iters and min_profitable_estimate.
10900         (vect_transform_loop): Treat th as an inclusive lower bound.
10901         * tree-vect-loop-manip.c (vect_loop_versioning): Likewise.
10903 2017-07-03  Dominique d'Humieres  <dominiq@lps.ens.fr>
10905         PR target/81033
10906         * config/darwin.c (darwin_function_switched_text_sections):
10907         Replace DECL_NAME with DECL_ASSEMBLER_NAME, split assemble_name_raw
10908         in two pieces, and suppress the use of buf.
10910 2017-07-03  Nathan Sidwell  <nathan@acm.org>
10912         * hash-table.h (hash_table_mod1): Fix indentation.
10914 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
10916         PR middle-end/81290
10917         * predict.c (force_edge_cold): Be more careful about propagation
10918         backward.
10919         * profile-count.h (profile_probability::guessed,
10920         profile_probability::fdo, profile_count::guessed, profile_count::fdo):
10921         New.
10922         * tree-ssa-threadupdate.c (recompute_probabilities): Result is guessed.
10924 2017-07-03  James Greenhalgh  <james.greenhalgh@arm.com>
10926         * doc/invoke.texi (rcpc architecture extension): Document it.
10928 2017-07-03  Richard Biener  <rguenther@suse.de>
10930         PR tree-optimization/60510
10931         * tree-vect-loop.c (vect_create_epilog_for_reduction): Pass in
10932         the scalar reduction PHI and use it.
10933         (vectorizable_reduction): Properly guard the single_defuse_cycle
10934         path for non-SLP reduction chains where we cannot use it.
10935         Rework reduc_def/index and vector type deduction.  Rework
10936         vector operand gathering during reduction op code-gen.
10937         * tree-vect-slp.c (vect_analyze_slp): For failed SLP reduction
10938         chains dissolve the chain and leave it to non-SLP reduction
10939         handling.
10941 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
10943         * tree-data-ref.h (dr_alignment): Declare.
10944         * tree-data-ref.c (dr_alignment): New function.
10945         * tree-vectorizer.h (dataref_aux): Remove base_element_aligned.
10946         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Don't
10947         set it.
10948         * tree-vect-stmts.c (vectorizable_store): Use dr_alignment.
10950 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
10952         * tree-data-ref.h (innermost_loop_behavior): Add base_alignment
10953         and base_misalignment fields.
10954         (DR_BASE_ALIGNMENT, DR_BASE_MISALIGNMENT): New macros.
10955         * tree-data-ref.c: Include builtins.h.
10956         (dr_analyze_innermost): Set up the new innmost_loop_behavior fields.
10957         * tree-vectorizer.h (STMT_VINFO_DR_BASE_ALIGNMENT): New macro.
10958         (STMT_VINFO_DR_BASE_MISALIGNMENT): Likewise.
10959         * tree-vect-data-refs.c: Include tree-cfg.h.
10960         (vect_compute_data_ref_alignment): Use the new innermost_loop_behavior
10961         fields instead of calculating an alignment here.
10962         (vect_analyze_data_refs): Use dr_analyze_innermost.  Dump the new
10963         innermost_loop_behavior fields.
10965 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
10967         * tree-data-ref.h (innermost_loop_behavior): Add a step_alignment
10968         field.
10969         (DR_STEP_ALIGNMENT): New macro.
10970         * tree-vectorizer.h (STMT_VINFO_DR_STEP_ALIGNMENT): Likewise.
10971         * tree-data-ref.c (dr_analyze_innermost): Initalize step_alignment.
10972         (create_data_ref): Print it.
10973         * tree-vect-stmts.c (vectorizable_load): Use the step alignment
10974         to tell whether the step preserves vector (mis)alignment.
10975         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Likewise.
10976         Move the check for an integer step and generalise to all INTEGER_CST.
10977         (vect_analyze_data_refs): Set DR_STEP_ALIGNMENT when setting DR_STEP.
10978         Print the outer step alignment.
10980 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
10982         * tree-data-ref.h (innermost_loop_behavior): Replace aligned_to
10983         with offset_alignment.
10984         (DR_ALIGNED_TO): Delete.
10985         (DR_OFFSET_ALIGNMENT): New macro.
10986         * tree-vectorizer.h (STMT_VINFO_DR_ALIGNED_TO): Delete.
10987         (STMT_VINFO_DR_OFFSET_ALIGNMENT): New macro.
10988         * tree-data-ref.c (dr_analyze_innermost): Update after above changes.
10989         (create_data_ref): Likewise.
10990         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Likewise.
10991         (vect_analyze_data_refs): Likewise.
10992         * tree-if-conv.c (if_convertible_loop_p_1): Use memset before
10993         creating dummy innermost behavior.
10995 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
10997         * tree-data-ref.h (dr_analyze_innermost): Replace the dr argument
10998         with a "innermost_loop_behavior *" and refeence tree.
10999         * tree-data-ref.c (dr_analyze_innermost): Likewise.
11000         (create_data_ref): Update call accordingly.
11001         * tree-predcom.c (find_looparound_phi): Likewise.
11003 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
11005         * tree-vectorizer.h (_stmt_vec_info): Replace individual dr_*
11006         fields with dr_wrt_vec_loop.
11007         (STMT_VINFO_DR_BASE_ADDRESS, STMT_VINFO_DR_INIT, STMT_VINFO_DR_OFFSET)
11008         (STMT_VINFO_DR_STEP, STMT_VINFO_DR_ALIGNED_TO): Update accordingly.
11009         (STMT_VINFO_DR_WRT_VEC_LOOP): New macro.
11010         (vect_dr_behavior): New function.
11011         (vect_create_addr_base_for_vector_ref): Remove loop parameter.
11012         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Use
11013         vect_dr_behavior.  Use a step_preserves_misalignment_p boolean to
11014         track whether the step preserves the misalignment.
11015         (vect_create_addr_base_for_vector_ref): Remove loop parameter.
11016         Use vect_dr_behavior.
11017         (vect_setup_realignment): Update call accordingly.
11018         (vect_create_data_ref_ptr): Likewise.  Use vect_dr_behavior.
11019         * tree-vect-loop-manip.c (vect_gen_prolog_loop_niters): Update
11020         call to vect_create_addr_base_for_vector_ref.
11021         (vect_create_cond_for_align_checks): Likewise.
11022         * tree-vect-patterns.c (vect_recog_bool_pattern): Copy
11023         STMT_VINFO_DR_WRT_VEC_LOOP as a block.
11024         (vect_recog_mask_conversion_pattern): Likewise.
11025         * tree-vect-stmts.c (compare_step_with_zero): Use vect_dr_behavior.
11026         (new_stmt_vec_info): Remove redundant zeroing.
11028 2017-07-03  Richard Earnshaw  <rearnsha@arm.com>
11030         * common/config/arm/arm-common.c (arm_be8_option): New function.
11031         * config/arm/arm-isa.h (isa_feature): Add new feature bit isa_bit_be8.
11032         (ISA_ARMv6): Add isa_bit_be8.
11033         * config/arm/arm.h (arm_be8_option): Add prototype.
11034         (BE8_SPEC_FUNCTION): New define.
11035         (EXTRA_SPEC_FUNCTIONS): Add BE8_SPEC_FUNCTION.
11036         * config/arm/arm.opt (mbig-endian): Mark as Negative of mlittle-endian.
11037         (mlittle-endian): Similarly.
11038         (mbe8, mbe32): New options.
11039         * config/arm/bpabi.h (BE8_LINK_SPEC): Call arm_be8_option.
11040         * doc/invoke.texi (ARM Options): Document -mbe8 and -mbe32.
11042 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
11044         * tree-cfg.c (gimple_find_sub_bbs): Fix profile updating.
11046 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
11048         * tree-cfgcleanup.c (want_merge_blocks_p): New function.
11049         (cleanup_tree_cfg_bb): Use it.
11050         * profile-count.h (profile_count::of_for_merging, profile_count::merge):
11051         New functions.
11052         * tree-cfg.c (gimple_merge_blocks): Use profile_count::merge.
11054 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
11056         PR bootstrap/81285
11057         * loop-doloop.c (add_test): Update profile.
11059 2017-07-03  Martin Liska  <mliska@suse.cz>
11061         PR sanitize/81040
11062         * sanopt.c (rewrite_usage_of_param): New function.
11063         (sanitize_rewrite_addressable_params): Likewise.
11064         (pass_sanopt::execute): Call rewrite_usage_of_param.
11066 2017-07-03  Richard Biener  <rguenther@suse.de>
11068         * tree-vect-loop.c (vect_create_epilog_for_reduction): Revert
11069         back to using VIEW_CONVERT_EXPR.
11071 2017-07-03  Martin Liska  <mliska@suse.cz>
11073         PR other/78366
11074         * doc/extend.texi: Document when a resolver function is
11075         generated for target_clones.
11077 2017-07-03  Martin Liska  <mliska@suse.cz>
11079         * asan.c (asan_emit_stack_protection): Unpoison just red zones
11080         and shadow memory of auto variables which are subject of
11081         use-after-scope sanitization.
11082         (asan_expand_mark_ifn): Add do set only when is_poison.
11084 2016-07-03  Richard Biener  <rguenther@suse.de>
11086         * tree-vect-loop.c (vect_analyze_loop_operations): Also analyze
11087         reduction PHIs.
11088         (vect_force_simple_reduction): Record reduction def -> phi mapping.
11089         (vectorizable_reduction): Perform reduction PHI creation when
11090         visiting a reduction PHI and adjust and simplify code generation
11091         phase of the reduction op.  Cache dts, use fold_binary, not fold_build2.
11092         (vect_transform_loop): Visit reduction PHIs.
11093         * tree-vect-slp.c (vect_get_and_check_slp_defs): Record reduction
11094         defs into the SLP tree.
11095         (vect_build_slp_tree): Reduction defs terminate the recursion.
11096         * tree-vect-stmts.c (vect_get_vec_def_for_operand_1): Allow lookup
11097         of reduction defs.
11098         (vect_get_vec_defs_for_stmt_copy): Export.
11099         (vect_get_vec_defs): Likewise.
11100         * tree-vectorizer.h (struct _stmt_vec_info): Amend reduc_def
11101         purpose.
11102         (vect_get_vec_defs_for_stmt_copy): Declare.
11103         (vect_get_vec_defs): Likewise.
11105 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
11107         * tree-data-ref.c (dr_analyze_innermost): Replace the "nest"
11108         parameter with a "loop" parameter and use it instead of the
11109         loop containing DR_STMT.  Don't check simple_iv when doing
11110         BB analysis.  Describe the two analysis modes in the comment.
11112 2017-07-03  Tom de Vries  <tom@codesourcery.com>
11114         PR tree-optimization/69468
11115         * tree-ssa-tail-merge.c (ignore_edge_flags): New constant.
11116         (find_same_succ_bb): Handle ignore_edge_flags.
11118 2017-07-03  Tom de Vries  <tom@codesourcery.com>
11120         PR tree-optimization/81192
11121         * tree-ssa-tail-merge.c (same_succ_hash): Use bb->loop_father->num in
11122         hash.
11123         (same_succ::equal): Don't find bbs to be equal if bb->loop_father
11124         differs.
11125         (find_same_succ_bb): Remove obsolete test on bb->loop_father->latch.
11127 2017-07-03  Tom de Vries  <tom@codesourcery.com>
11129         PR tree-optimization/81192
11130         * tree-ssa-tail-merge.c (same_succ_flush_bb): Handle
11131         BB_SAME_SUCC (bb) == NULL.
11133 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
11135         * cfgrtl.c (rtl_verify_edges): Enable checking of profile_probability
11136         consistency.
11138 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
11140         * dumpfile.c: Include profile-count.h
11141         * tree-cfg.c (gimple_duplicate_sese_tail): Drop UNUSED attributes;
11142         update profile.
11143         (insert_cond_bb): Update profile.
11144         * tree-cfg.h (insert_cond_bb): Update prototype.
11145         * tree-chkp-opt.c (chkp_optimize_string_function_calls): Update.
11146         * tree-dump.c: Do not include tree-cfg.
11148 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
11150         * bb-reorder.c (fix_up_crossing_landing_pad): Update profile.
11152 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
11154         * expect.c (dw2_build_landing_pads): Update profile of the landing pad
11155         bb.
11157 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
11159         * tree-complex.c (expand_complex_div_wide): update profile.
11161 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
11162             Alan Hayward  <alan.hayward@arm.com>
11163             David Sherwood  <david.sherwood@arm.com>
11165         * Makefile.in (MACHMODE_H): Remove insn-modes.h
11166         (CORETYPES_H): New define.
11167         (MOSTLYCLEANFILES): Add insn-modes-inline.h.
11168         (insn-modes-inline.h, s-modes-inline-h): New rules.
11169         (generated_files): Add insn-modes-inline.h.
11170         (RTL_BASE_H, TREE_CORE_H): Use CORETYPES_H instead of coretypes.h.
11171         (build/gensupport.o, build/ggc-none.o, build/print-rtl.o): Likewise.
11172         (build/read-md.o, build/read-rtl.o, build/rtl.o): Likewise.
11173         (build/vec.o, build/hash-table.o, build/inchash.o): Likewise.
11174         (build/gencondmd.o, build/genattr.o, build/genattr-common.o): Likewise.
11175         (build/genattrtab.o, build/genautomata.o, build/gencheck.o): Likewise.
11176         (build/gencodes.o, build/genconditions.o): Likewise.
11177         (build/genconfig.o, build/genconstants.o, build/genemit.o): Likewise.
11178         (build/genenums.o, build/genextract.o, build/genflags.o): Likewise.
11179         (build/gentarget-def.o, build/genmddeps.o, build/genopinit.o)
11180         (build/genoutput.o, build/genpeep.o, build/genpreds.o): Likewise.
11181         (build/genrecog.o, build/genmddump.o, build/genmatch.o): Likewise.
11182         (build/gencfn-macros.o, build/gcov-iov.o): Likewise.
11183         * coretypes.h: Include everything up to real.h for generators.
11184         Include insn-modes.h first.  Include wide-int-print.h after
11185         wide-int.h.  Include insn-modes-inline.h and then machmode.h.
11186         * machmode.h: Don't include insn-modes.h here.
11187         * function-tests.c: Remove includes of signop.h, machmode.h,
11188         double-int.h and wide-int.h.
11189         * rtl.h: Likewise.
11190         * gcc-rich-location.c: Remove includes of machmode.h, double-int.h
11191         and wide-int.h.
11192         * optc-save-gen.awk: Likewise.
11193         * gencheck.c (BITS_PER_UNIT): Delete dummy definition.
11194         * godump.c: Remove include of wide-int-print.h.
11195         * pretty-print.h: Likewise.
11196         * wide-int-print.cc: Likewise.
11197         * wide-int.cc: Likewise.
11198         * hash-map-tests.c: Remove include of signop.h.
11199         * hash-set-tests.c: Likewise.
11200         * rtl-tests.c: Likewise.
11201         * mkconfig.sh: Remove include of machmode.h.
11202         * genmodes.c (emit_insn_modes_h): Split emission of inline functions
11203         into...
11204         (emit_insn_modes_inline_h): ...this new function.  Emit the code
11205         into an insn-modes-inline.h header file, adding appropriate
11206         include guards and end comments.
11207         (emit_insn_modes_c_header): Remove include of machmode.h.
11208         (emit_min_insn_modes_c_header): Include coretypes.h rather than
11209         machmode.h.
11210         (main): Handle -i flag and call emit_insn_modes_inline_h when
11211         it is passed.
11213 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
11215         * tree-ssa-strlen.c (strinfo): Rename the length field to
11216         nonzero_chars.  Add a full_string_p field.
11217         (compare_nonzero_chars, zero_length_string_p): New functions.
11218         (get_addr_stridx): Add an offset_out parameter.
11219         Use compare_nonzero_chars.
11220         (get_stridx): Update accordingly.  Use compare_nonzero_chars.
11221         (new_strinfo): Update after above changes to strinfo.
11222         (set_endptr_and_length): Set full_string_p.
11223         (get_string_length): Update after above changes to strinfo.
11224         (unshare_strinfo): Update call to new_strinfo.
11225         (maybe_invalidate): Likewise.
11226         (get_stridx_plus_constant): Change off to unsigned HOST_WIDE_INT.
11227         Use compare_nonzero_chars and zero_string_p.  Treat nonzero_chars
11228         as a uhwi instead of an shwi.  Update after above changes to
11229         strinfo and new_strinfo.
11230         (zero_length_string): Assert that chainsi contains full strings.
11231         Use zero_length_string_p.  Update call to new_strinfo.
11232         (adjust_related_strinfos): Update after above changes to strinfo.
11233         Copy full_string_p from origsi.
11234         (adjust_last_stmt): Use zero_length_string_p.
11235         (handle_builtin_strlen): Update after above changes to strinfo and
11236         new_strinfo.  Install the lhs as the string length if the previous
11237         entry didn't describe a full string.
11238         (handle_builtin_strchr): Update after above changes to strinfo
11239         and new_strinfo.
11240         (handle_builtin_strcpy): Likewise.
11241         (handle_builtin_strcat): Likewise.
11242         (handle_builtin_malloc): Likewise.
11243         (handle_pointer_plus): Likewise.
11244         (handle_builtin_memcpy): Likewise.  Track nonzero characters
11245         that aren't necessarily followed by a nul terminator.
11246         (handle_char_store): Likewise.
11248 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
11250         PR tree-optimization/80769
11251         * tree-ssa-strlen.c (strinfo): Document that "stmt" is also used
11252         for malloc and calloc.  Document the new invariant that all related
11253         strinfos have delayed lengths or none do.
11254         (verify_related_strinfos): Move earlier in file.
11255         (set_endptr_and_length): New function, split out from...
11256         (get_string_length): ...here.  Also set the lengths of related
11257         strinfos.
11258         (zero_length_string): Assert that chainsi has known (rather than
11259         delayed) lengths.
11260         (adjust_related_strinfos): Likewise.
11262 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
11264         PR tree-optimization/81136
11265         * tree-vect-data-refs.c (vect_update_misalignment_for_peel): Only
11266         assert that two references with the same misalignment have the same
11267         compile-time misalignment if those compile-time misalignments
11268         are known.
11270 2017-07-01  Andi Kleen  <ak@linux.intel.com>
11272         * print-tree.c (print_node): Print all attributes.
11274 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
11276         * cfg.c (scale_bbs_frequencies): New function.
11277         * cfg.h (scale_bbs_frequencies): Declare it.
11278         * cfgloopanal.c (single_likely_exit): Cleanup.
11279         * cfgloopmanip.c (scale_loop_frequencies): Take profile_probability
11280         as parameter.
11281         (scale_loop_profile): Likewise.
11282         (loop_version): Likewise.
11283         (create_empty_loop_on_edge): Update.
11284         * cfgloopmanip.h (scale_loop_frequencies, scale_loop_profile,
11285         scale_loop_frequencies, scale_loop_profile, loopify,
11286         loop_version): Update prototypes.
11287         * modulo-sched.c (sms_schedule): Update.
11288         * predict.c (unlikely_executed_edge_p): Also check probability.
11289         (probably_never_executed_edge_p): Fix typo.
11290         * tree-if-conv.c (version_loop_for_if_conversion): Update.
11291         * tree-parloops.c (gen_parallel_loop): Update.
11292         * tree-ssa-loop-ivcanon.c (try_peel_loop): Update.
11293         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update.
11294         * tree-ssa-loop-split.c (split_loop): Update.
11295         * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Update.
11296         * tree-vect-loop-manip.c (vect_do_peeling): Update.
11297         (vect_loop_versioning): Update.
11298         * tree-vect-loop.c (scale_profile_for_vect_loop): Update.
11300 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
11302         * trans-mem.c (split_bb_make_tm_edge): Update profile.
11304 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
11306         * tree-if-conv.c (combine_blocks): Use make_single_succ_edge
11307         to keep profile consistent.
11309 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
11311         * cfgrtl.c (rtl_flow_call_edges_add): Update profile.
11312         * tree-cfg.c (gimple_flow_call_edges_add): Likewise.
11313         * profile-count.h (max_safe_multiplier): Make unsigned.
11314         (profile_count::guessed_zero): New.
11316 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
11318         * bb-reorder.c (fix_up_crossing_landing_pad,
11319         fix_crossing_conditional_branches): Use make_single_succ_edge
11320         to keep profile consistent.
11322 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
11324         * tree-vect-loop.c (optimize_mask_stores): Use make_single_succ_edge
11325         to update profile.
11327 2017-07-01  Jakub Jelinek  <jakub@redhat.com>
11329         PR sanitizer/81262
11330         * bb-reorder.c (fix_up_fall_thru_edges): Move variable declarations to
11331         the right scopes, make sure cond_jump isn't preserved between multiple
11332         iterations.  Search for fallthru edge whenever there are 3+ edges and
11333         use find_fallthru_edge for it.
11335 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
11337         Patch by Alexander Monakov <amonakov@ispras.ru>
11338         * sel-sched-ir.c (compute_succs_info): Handle uninitialized
11339         probabilities consistently.
11341 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
11343         * pa.c (pa_expand_compare_and_swap_loop): Update call of
11344         emit_cmp_and_jump_insns.
11346 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
11348         PR ipa/81261
11349         * tree-inline.c (expand_call_inline): Combine profile statuses.
11351 2017-06-30  Andrew Pinski  <apinski@cavium.com>
11353         * tree-if-conv.c (predicate_scalar_phi): Update new_stmt if
11354         fold_stmt returned true.
11356 2017-06-30  Nathan Sidwell  <nathan@acm.org>
11358         * ggc.h (empty_string): Delete.
11359         * cfgexpand.c (expand_asm_stmt): Use plain "".
11360         * optabs.c (expand_asm_memory_barrier): Likewise.
11361         * stringpool.c (empty_string): Delete.
11362         (digit_vector, digit_string): Delete.
11363         (ggc_alloc_string): Use plain "", don't optimize single digit
11364         strings.  Use ggc_alloc_atomic.
11366 2017-06-30  Richard Earnshaw  <rearnsha@arm.com>
11368         * rtlanal.c (insn_rtx_cost): If a parallel contains exactly one
11369         comparison set and one other set, use the cost of the non-comparison
11370         set.
11372 2017-06-30  Nathan Sidwell  <nathan@acm.org>
11374         * ggc.h: Replace all 'static inline' with plain 'inline'.  Fix
11375         some formatting.
11377 2017-06-30  Peter Bergner  <bergner@vnet.ibm.com>
11379         * tree-cfg.c (group_case_labels_stmt): Merge scanning and compressing
11380         loops.  Remove now unneeded calls to gimple_switch_set_label() that
11381         just set removed labels to NULL_TREE.
11383 2017-06-30  Aldy Hernandez  <aldyh@redhat.com>
11385         * tree-ssanames.c (set_range_info_raw): Abstract from ...
11386         (set_range_info): ...here.  Only call set_range_info_raw if domain
11387         is useful.
11388         (set_nonzero_bits): Call set_range_info_raw.
11389         * tree-ssanames.h (set_range_info_raw): New.
11391 2017-06-30  Jakub Jelinek  <jakub@redhat.com>
11393         PR target/81225
11394         * config/i386/sse.md (vec_extract_lo_<mode><mask_name>): For V8FI,
11395         V16FI and VI8F_256 iterators, use <store_mask_predicate> instead
11396         of nonimmediate_operand and <store_mask_constraint> instead of m
11397         for the input operand.  For V8FI iterator, always split if input
11398         is a MEM.  For V16FI and V8SF_256 iterators, don't test if both
11399         operands are MEM if <mask_applied>.  For VI4F_256 iterator, use
11400         <store_mask_predicate> instead of register_operand and
11401         <store_mask_constraint> instead of v for the input operand.  Make
11402         sure both operands aren't MEMs for if not <mask_applied>.
11404 2017-06-30  Sylvestre Ledru  <sylvestre@debian.org>
11406         * lto-wrapper.c (copy_file) Close both file descriptors before
11407         exiting normally.
11409 2017-06-30  Martin Liska  <mliska@suse.cz>
11411         PR ipa/81214
11412         * multiple_target.c (create_dispatcher_calls): Make ifunc
11413         also for function that don't have calls or are not referenced.
11415 2017-06-30  Richard Biener  <rguenther@suse.de>
11417         * tree-vect-slp.c (vect_slp_analyze_node_operations): Only
11418         analyze the first scalar stmt.  Move vector type computation
11419         for the BB case here from ...
11420         * tree-vect-stmts.c (vect_analyze_stmt): ... here.  Guard
11421         live operation processing in the SLP case properly.
11423 2017-06-30  Richard Biener  <rguenther@suse.de>
11425         * graph.c (draw_cfg_node_succ_edges): Fix broken dot syntax.
11427 2017-06-30  Martin Liska  <mliska@suse.cz>
11429         PR sanitizer/81021
11430         * tree-eh.c (lower_resx): Call BUILT_IN_ASAN_HANDLE_NO_RETURN
11431         before BUILT_IN_UNWIND_RESUME when ASAN is used.
11433 2017-06-30  Yvan Roux  <yvan.roux@linaro.org>
11435         * doc/invoke.texi (AArch64): Add missing options and remove redundant
11436         ones.
11438 2017-06-30  Richard Biener  <rguenther@suse.de>
11440         PR tree-optimization/81249
11441         * tree-vect-loop.c (vect_create_epilog_for_reduction): Convert
11442         condition reduction result to original scalar type.
11444 2017-06-30  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11446         * profile-count.h (enum profile_quality): Fix typos and whitespace
11447         issues.
11449 2017-06-30  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11451         * config/s390/s390.c (s390_expand_setmem): Adjust to the new data
11452         type for branch probabilities.
11454 2017-06-29  Julian Brown  <julian@codesourcery.com>
11455             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
11457         * config/aarch64/aarch64-fusion-pairs.def: Add ALU_BRANCH entry.
11458         * config/aarch64/aarch64.c (AARCH64_FUSE_ALU_BRANCH): New fusion type.
11459         (thunderx2t99_tunings): Set AARCH64_FUSE_ALU_BRANCH flag.
11460         (aarch_macro_fusion_pair_p): Add support for AARCH64_FUSE_ALU_BRANCH.
11462 2017-06-29  Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
11464         * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Push the
11465         check for CC usage into AARCH64_FUSE_CMP_BRANCH.
11466         * config/i386/i386.c (ix86_macro_fusion_pair_p): Push the check for
11467         CC usage from generic code to here.
11468         * sched-deps.c (sched_macro_fuse_insns): Move the condition for
11469         CC usage into the target macros.
11471 2017-06-29  Maya Rashish  <coypu@sdf.org>
11473         * config/netbsd.h (NETBSD_LIB_SPEC): Add -lc when creating shared
11474         objects.
11476 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
11478         * arm/arm-builtins.c: Include profile-count.h
11479         * except.c (sjlj_emit_function_enter): Use
11480         profile_probability::unlikely.
11482 2017-06-29  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
11484         * config/rs6000/rs6000.c (toc_relative_expr_p): Make tocrel_base
11485         and tocrel_offset be pointer args rather than implicitly using
11486         static versions.
11487         (legitimate_constant_pool_address_p, rs6000_emit_move,
11488         const_load_sequence_p, adjust_vperm): Add local tocrel_base and
11489         tocrel_offset and use in toc_relative_expr_p call.
11490         (print_operand, print_operand_address): Use static tocrel_base_oac
11491         and tocrel_offset_oac.
11492         (rs6000_output_addr_const_extra): Use static tocrel_base_oac and
11493         tocrel_offset_oac.
11495 2017-06-29  Maya Rashish  <coypu@sdf.org>
11497         * config/vax/builtins.md (ffssi2_internal): Correct constraint.
11499 2017-06-29  Eric Botcazou  <ebotcazou@adacore.com>
11501         * expr.c (expand_expr) <normal_inner_ref>: When testing for unaligned
11502         objects, take into account only the alignment of 'op0' and 'mode1' if
11503         'op0' is a MEM.
11505 2017-06-29  Steve Ellcey  <sellcey@cavium.com>
11507         * ccmp.c (ccmp_tree_comparison_p): New function.
11508         (ccmp_candidate_p): Update to use above function.
11509         (get_compare_parts): New function.
11510         (expand_ccmp_next): Update to use new functions.
11511         (expand_ccmp_expr_1): Take tree arg instead of gimple, update to use
11512         new functions.
11513         (expand_ccmp_expr): Pass tree instead of gimple to expand_ccmp_expr_1,
11514         take mode as argument.
11515         * ccmp.h (expand_ccmp_expr): Add mode as argument.
11516         * expr.c (expand_expr_real_1): Pass mode as argument.
11518 2017-06-29  Segher Boessenkool  <segher@kernel.crashing.org>
11520         * combine.c (combine_instructions): Print insns to dump_file, together
11521         with their costs.
11523 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
11525         * asan.c (asan_emit_stack_protection): Update.
11526         (create_cond_insert_point): Update.
11527         * auto-profile.c (afdo_propagate_circuit): Update.
11528         * basic-block.h (struct edge_def): Turn probability to
11529         profile_probability.
11530         (EDGE_FREQUENCY): Update.
11531         * bb-reorder.c (find_traces_1_round): Update.
11532         (better_edge_p): Update.
11533         (sanitize_hot_paths): Update.
11534         * cfg.c (unchecked_make_edge): Initialize probability to uninitialized.
11535         (make_single_succ_edge): Update.
11536         (check_bb_profile): Update.
11537         (dump_edge_info): Update.
11538         (update_bb_profile_for_threading): Update.
11539         * cfganal.c (connect_infinite_loops_to_exit): Initialize new edge
11540         probabilitycount to 0.
11541         * cfgbuild.c (compute_outgoing_frequencies): Update.
11542         * cfgcleanup.c (try_forward_edges): Update.
11543         (outgoing_edges_match): Update.
11544         (try_crossjump_to_edge): Update.
11545         * cfgexpand.c (expand_gimple_cond): Update make_single_succ_edge.
11546         (expand_gimple_tailcall): Update.
11547         (construct_init_block): Use make_single_succ_edge.
11548         (construct_exit_block): Use make_single_succ_edge.
11549         * cfghooks.c (verify_flow_info): Update.
11550         (redirect_edge_succ_nodup): Update.
11551         (split_edge): Update.
11552         (account_profile_record): Update.
11553         * cfgloopanal.c (single_likely_exit): Update.
11554         * cfgloopmanip.c (scale_loop_profile): Update.
11555         (set_zero_probability): Remove.
11556         (duplicate_loop_to_header_edge): Update.
11557         * cfgloopmanip.h (loop_version): Update prototype.
11558         * cfgrtl.c (try_redirect_by_replacing_jump): Update.
11559         (force_nonfallthru_and_redirect): Update.
11560         (update_br_prob_note): Update.
11561         (rtl_verify_edges): Update.
11562         (purge_dead_edges): Update.
11563         (rtl_lv_add_condition_to_bb): Update.
11564         * cgraph.c: (cgraph_edge::redirect_call_stmt_to_calle): Update.
11565         * cgraphunit.c (init_lowered_empty_function): Update.
11566         (cgraph_node::expand_thunk): Update.
11567         * cilk-common.c: Include profile-count.h
11568         * dojump.c (inv): Remove.
11569         (jumpifnot): Update.
11570         (jumpifnot_1): Update.
11571         (do_jump_1): Update.
11572         (do_jump): Update.
11573         (do_jump_by_parts_greater_rtx): Update.
11574         (do_compare_rtx_and_jump): Update.
11575         * dojump.h (jumpifnot, jumpifnot_1, jumpif_1, jumpif, do_jump,
11576         do_jump_1. do_compare_rtx_and_jump): Update prototype.
11577         * dwarf2cfi.c: Include profile-count.h
11578         * except.c (dw2_build_landing_pads): Use make_single_succ_edge.
11579         (sjlj_emit_dispatch_table): Likewise.
11580         * explow.c: Include profile-count.h
11581         * expmed.c (emit_store_flag_force): Update.
11582         (do_cmp_and_jump): Update.
11583         * expr.c (compare_by_pieces_d::generate): Update.
11584         (compare_by_pieces_d::finish_mode): Update.
11585         (emit_block_move_via_loop): Update.
11586         (store_expr_with_bounds): Update.
11587         (store_constructor): Update.
11588         (expand_expr_real_2): Update.
11589         (expand_expr_real_1): Update.
11590         * expr.h (try_casesi, try_tablejump): Update prototypes.
11591         * gimple-pretty-print.c (dump_probability): Update.
11592         (dump_profile): New.
11593         (dump_gimple_label): Update.
11594         (dump_gimple_bb_header): Update.
11595         * graph.c (draw_cfg_node_succ_edges): Update.
11596         * hsa-gen.c (convert_switch_statements): Update.
11597         * ifcvt.c (cheap_bb_rtx_cost_p): Update.
11598         (find_if_case_1): Update.
11599         (find_if_case_2): Update.
11600         * internal-fn.c (expand_arith_overflow_result_store): Update.
11601         (expand_addsub_overflow): Update.
11602         (expand_neg_overflow): Update.
11603         (expand_mul_overflow): Update.
11604         (expand_vector_ubsan_overflow): Update.
11605         * ipa-cp.c (good_cloning_opportunity_p): Update.
11606         * ipa-split.c (split_function): Use make_single_succ_edge.
11607         * ipa-utils.c (ipa_merge_profiles): Update.
11608         * loop-doloop.c (add_test): Update.
11609         (doloop_modify): Update.
11610         * loop-unroll.c (compare_and_jump_seq): Update.
11611         (unroll_loop_runtime_iterations): Update.
11612         * lra-constraints.c (lra_inheritance): Update.
11613         * lto-streamer-in.c (input_cfg): Update.
11614         * lto-streamer-out.c (output_cfg): Update.
11615         * mcf.c (adjust_cfg_counts): Update.
11616         * modulo-sched.c (sms_schedule): Update.
11617         * omp-expand.c (expand_omp_for_init_counts): Update.
11618         (extract_omp_for_update_vars): Update.
11619         (expand_omp_ordered_sink): Update.
11620         (expand_omp_for_ordered_loops): Update.
11621         (expand_omp_for_generic): Update.
11622         (expand_omp_for_static_nochunk): Update.
11623         (expand_omp_for_static_chunk): Update.
11624         (expand_cilk_for): Update.
11625         (expand_omp_simd): Update.
11626         (expand_omp_taskloop_for_outer): Update.
11627         (expand_omp_taskloop_for_inner): Update.
11628         * omp-simd-clone.c (simd_clone_adjust): Update.
11629         * optabs.c (expand_doubleword_shift): Update.
11630         (expand_abs): Update.
11631         (emit_cmp_and_jump_insn_1): Update.
11632         (expand_compare_and_swap_loop): Update.
11633         * optabs.h (emit_cmp_and_jump_insns): Update prototype.
11634         * predict.c (predictable_edge_p): Update.
11635         (edge_probability_reliable_p): Update.
11636         (set_even_probabilities): Update.
11637         (combine_predictions_for_insn): Update.
11638         (combine_predictions_for_bb): Update.
11639         (propagate_freq): Update.
11640         (estimate_bb_frequencies): Update.
11641         (force_edge_cold): Update.
11642         * profile-count.c (profile_count::dump): Add missing space into dump.
11643         (profile_count::debug): Add newline.
11644         (profile_count::differs_from_p): Explicitly convert to unsigned.
11645         (profile_count::stream_in): Update.
11646         (profile_probability::dump): New member function.
11647         (profile_probability::debug): New member function.
11648         (profile_probability::differs_from_p): New member function.
11649         (profile_probability::differs_lot_from_p): New member function.
11650         (profile_probability::stream_in): New member function.
11651         (profile_probability::stream_out): New member function.
11652         * profile-count.h (profile_count_quality): Rename to ...
11653         (profile_quality): ... this one.
11654         (profile_probability): New.
11655         (profile_count): Update.
11656         * profile.c (compute_branch_probabilities): Update.
11657         * recog.c (peep2_attempt): Update.
11658         * sched-ebb.c (schedule_ebbs): Update.
11659         * sched-rgn.c (find_single_block_region): Update.
11660         (compute_dom_prob_ps): Update.
11661         (schedule_region): Update.
11662         * sel-sched-ir.c (compute_succs_info): Update.
11663         * stmt.c (struct case_node): Update.
11664         (do_jump_if_equal): Update.
11665         (get_outgoing_edge_probs): Update.
11666         (conditional_probability): Update.
11667         (emit_case_dispatch_table): Update.
11668         (expand_case): Update.
11669         (expand_sjlj_dispatch_table): Update.
11670         (emit_case_nodes): Update.
11671         * targhooks.c: Update.
11672         * tracer.c (better_p): Update.
11673         (find_best_successor): Update.
11674         * trans-mem.c (expand_transaction): Update.
11675         * tree-call-cdce.c: Update.
11676         * tree-cfg.c (gimple_split_edge): Upate.
11677         (move_sese_region_to_fn): Upate.
11678         * tree-cfgcleanup.c (cleanup_control_expr_graph): Upate.
11679         * tree-eh.c (lower_resx): Upate.
11680         (cleanup_empty_eh_move_lp): Upate.
11681         * tree-if-conv.c (version_loop_for_if_conversion): Update.
11682         * tree-inline.c (copy_edges_for_bb): Update.
11683         (copy_cfg_body): Update.
11684         * tree-parloops.c (gen_parallel_loop): Update.
11685         * tree-profile.c (gimple_gen_ic_func_profiler): Update.
11686         (gimple_gen_time_profiler): Update.
11687         * tree-ssa-dce.c (remove_dead_stmt): Update.
11688         * tree-ssa-ifcombine.c (update_profile_after_ifcombine): Update.
11689         * tree-ssa-loop-im.c (execute_sm_if_changed): Update.
11690         * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Update.
11691         (unloop_loops): Update.
11692         (try_peel_loop): Update.
11693         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update.
11694         * tree-ssa-loop-split.c (connect_loops): Update.
11695         (split_loop): Update.
11696         * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Update.
11697         (hoist_guard): Update.
11698         * tree-ssa-phionlycprop.c (propagate_rhs_into_lhs): Update.
11699         * tree-ssa-phiopt.c (replace_phi_edge_with_variable): Update.
11700         (value_replacement): Update.
11701         * tree-ssa-reassoc.c (branch_fixup): Update.
11702         * tree-ssa-tail-merge.c (replace_block_by): Update.
11703         * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges): Update.
11704         (create_edge_and_update_destination_phis): Update.
11705         (compute_path_counts): Update.
11706         (recompute_probabilities): Update.
11707         (update_joiner_offpath_counts): Update.
11708         (freqs_to_counts_path): Update.
11709         (duplicate_thread_path): Update.
11710         * tree-switch-conversion.c (hoist_edge_and_branch_if_true): Update.
11711         (struct switch_conv_info): Update.
11712         (gen_inbound_check): Update.
11713         * tree-vect-loop-manip.c (slpeel_add_loop_guard): Update.
11714         (vect_do_peeling): Update.
11715         (vect_loop_versioning): Update.
11716         * tree-vect-loop.c (scale_profile_for_vect_loop): Update.
11717         (optimize_mask_stores): Update.
11718         * ubsan.c (ubsan_expand_null_ifn): Update.
11719         * value-prof.c (gimple_divmod_fixed_value): Update.
11720         (gimple_divmod_fixed_value_transform): Update.
11721         (gimple_mod_pow2): Update.
11722         (gimple_mod_pow2_value_transform): Update.
11723         (gimple_mod_subtract): Update.
11724         (gimple_mod_subtract_transform): Update.
11725         (gimple_ic): Update.
11726         (gimple_stringop_fixed_value): Update.
11727         (gimple_stringops_transform): Update.
11728         * value-prof.h: Update.
11730 2017-06-29  Carl Love  <cel@us.ibm.com>
11732         * config/rs6000/rs6000-c.c: Add support for built-in functions
11733         vector signed int vec_signed (vector float);
11734         vector signed long long vec_signed (vector double);
11735         vector signed int vec_signed2 (vector double, vector double);
11736         vector signed int vec_signede (vector double);
11737         vector signed int vec_signedo (vector double);
11738         * config/rs6000/rs6000.c (rs6000_generate_vsigned2_code): Add
11739         instruction generator.
11740         * config/rs6000/vsx.md (UNSPEC_VSX_XVCVSPSXWS, UNSPEC_VSX_XVCVSPSXDS,
11741         UNSPEC_VSX_VSIGNED2): Add UNSPECS.
11742         (vsx_xvcvspsxws, vsx_xvcvdpuxds_scale, vsx_xvcvspuxws, vsigned2_v2df):
11743         Add define_insn.
11744         (vsignedo_v2df, vsignede_v2df, vunsigned2_v2df, vunsignedo_v2df,
11745         vunsignede_v2df): Add define_expands.
11746         * config/rs6000/rs6000-builtin.def (VEC_SIGNED, VEC_UNSIGNED,
11747         VEC_SIGNED2, VEC_UNSIGNED2, VEC_SIGNEDE, VEC_UNSIGNEDE, VEC_SIGNEDO,
11748         VEC_UNSIGNEDO): Add definitions.
11749         * config/vsx.md (UNSPEC_VSX_XVCVSPSXWS, UNSPEC_VSX_XVCVSPSXDS,
11750         UNSPEC_VSX_VSIGNED2): Add UNSPECs.
11751         (vsx_xvcvspsxws, vsx_xvcvspuxws): Add define_insn.
11752         (vsigned2_v2df, vsigendo_v2df, vsignede_v2df,
11753         vunsigned2_v2df, vunsignedo_v2df, vunsignede_v2df): Add define_expands.
11754         * config/rs6000/altivec.h (vec_signed, vec_signed2,
11755         vec_signede and vec_signedo, vec_unsigned, vec_unsigned2,
11756         vec_unsignede, vec_unsignedo): Add builtin defines.
11757         * config/rs6000-protos.h (rs6000_generate_vsigned2_code): Add extern
11758         declaration.
11759         * doc/extend.texi: Update the built-in documentation file for the
11760         new built-in functions.
11762 2017-06-29  Richard Biener  <rguenther@suse.de>
11764         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Do not add
11765         reduction chains to LOOP_VINFO_REDUCTIONS.
11766         * tree-vect-slp.c (vect_analyze_slp): Continue looking for
11767         SLP reductions after processing reduction chains.
11769 2017-06-29  Nathan Sidwell  <nathan@acm.org>
11771         * builtins.c (fold_builtin_FUNCTION): Use
11772         lang_hooks.decl_printable_name.
11774 2017-06-29  Peter Bergner  <bergner@vnet.ibm.com>
11776         PR middle-end/81194
11777         * cfgexpand.c (expand_gimple_stmt_1): Handle switch statements
11778         with only one label.
11779         * stmt.c (expand_case): Assert NCASES is greater than one.
11781 2017-06-29  Richard Biener  <rguenther@suse.de>
11783         * tree-cfg.c (group_case_labels_stmt): Return whether we changed
11784         anything.
11785         (group_case_labels): Likewise.
11786         (find_taken_edge): Push sanity checking on val to workers...
11787         (find_taken_edge_cond_expr): ... here
11788         (find_taken_edge_switch_expr): ... and here, handle cases
11789         with just a default label.
11790         * tree-cfg.h (group_case_labels_stmt): Adjust prototype.
11791         (group_case_labels): Likewise.
11792         * tree-cfgcleanup.c (execute_cleanup_cfg_post_optimizing): When
11793         group_case_labels does anything cleanup the CFG again.
11795 2017-06-29  Bin Cheng  <bin.cheng@arm.com>
11797         PR tree-optimization/81196
11798         * tree-ssa-loop-niter.c (number_of_iterations_cond): Handle loop
11799         exit condition comparing two IVs.
11801 2017-06-29  Richard Earnshaw  <rearnsha@arm.com>
11803         * config/arm/parsecpu.awk (gen_comm_data): Add initializer for
11804         profile to the dummy entry at the end of the list of architectures.
11805         * config/arm/arm-cpu-cdata.h: Regenerated.
11807 2017-06-29  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11808             Michael Collison <michael.collison@arm.com>
11810         PR target/70119
11811         * config/aarch64/aarch64.md (*aarch64_<optab>_reg_<mode>3_mask1):
11812         New pattern.
11813         (*aarch64_reg_<mode>3_neg_mask2): New pattern.
11814         (*aarch64_reg_<mode>3_minus_mask): New pattern.
11815         (*aarch64_<optab>_reg_di3_mask2): New pattern.
11816         * config/aarch64/aarch64.c (aarch64_rtx_costs): Account for cost
11817         of shift when the shift amount is masked with constant equal to
11818         the size of the mode.
11819         * config/aarch64/predicates.md (subreg_lowpart_operator): New
11820         predicate.
11822 2017-06-29  Martin Liska  <mliska@suse.cz>
11824         * config/i386/i386.opt: Change range from [1,5] to [0,5].
11826 2017-06-29  Yury Gribov  <tetra2005@gmail.com>
11828         PR bootstrap/80565
11829         * ipa-cp.c (allocate_and_init_ipcp_value): Add initialization
11830         code.
11831         * ipa-inline.h
11832         (edge_growth_cache_entry::edge_growth_cache_entry): New
11833         function.
11834         (reset_edge_growth_cache): Update to use constructor.
11836 2017-06-28  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
11838         * config/aarch64/aarch64.h (AARCH64_EXPAND_ALIGNMENT): New.
11839         (DATA_ALIGNMENT): Update to use AARCH64_EXPAND_ALIGNMENT.
11840         (LOCAL_ALIGNMENT): Update to use AARCH64_EXPAND_ALIGNMENT.
11842 2017-06-28  Sebastian Peryt  <sebastian.peryt@intel.com>
11844         * config/i386/avx512vlintrin.h (_mm256_permutexvar_epi64)
11845         (_mm256_permutexvar_epi32, _mm256_permutex_epi64): New intrinsics.
11847 2017-06-28  Szabolcs Nagy  <szabolcs.nagy@arm.com>
11849         * config.gcc (*-linux-musl*): Add t-musl tmake_file.
11850         (*-linux-uclibc*): Add t-uclibc tmake_file.
11851         * config/t-musl: New.
11852         * config/t-uclibc: New.
11854 2017-06-28  Richard Earnshaw  <rearnsha@arm.com>
11856         * config/arm/parsecpu.awk (profile): Parse new keyword in an arch
11857         context.
11858         (gen_comm_data): Emit architectural setting of arch_prof.
11859         * config/arm/arm-cpus.in (armv6-m, armv6s-m, armv7-a, armv7ve): Set the
11860         profile.
11861         (armv7-r, armv7-m, armv7e-m, armv8-a, armv8.1-a, armv8.2-a): Likewise.
11862         (armv8-m.base, armv8-m.main): Likewise.
11863         * arm-protos.h (arm_build_target): Add profile field.
11864         (arch_option): Likewise.
11865         * config/arm/arm.c (arm_configure_build_target): Copy the profile to
11866         the active target.
11867         * config/arm/arm.h (TARGET_ARM_ARCH_PROFILE): Use
11868         arm_active_target.profile.
11870 2017-06-28  Richard Biener  <rguenther@suse.de>
11872         PR middle-end/81227
11873         * fold-const.c (negate_expr_p): Use TYPE_UNSIGNED, not
11874         TYPE_OVERFLOW_WRAPS.
11875         * match.pd (negate_expr_p): Likewise.
11876         * tree-ssa-reassoc.c (optimize_range_tests_diff): Use
11877         fold_build2, not fold_binary.
11879 2017-06-28  Wilco Dijkstra  <wdijkstr@arm.com>
11881         * config/aarch64/aarch64 (aarch64_expand_mov_immediate):
11882         Convert memory address to Pmode.
11883         (aarch64_print_operand): Assert MEM operands are always Pmode.
11885 2017-06-28  Wilco Dijkstra  <wdijkstr@arm.com>
11887         PR target/79665
11888         * config/arm/aarch-common.c (arm_no_early_alu_shift_dep):
11889         Remove redundant if.
11890         (aarch_forward_to_shift_is_not_shifted_reg): Remove.
11891         * config/arm/aarch-common-protos.h
11892         (aarch_forward_to_shift_is_not_shifted_re): Remove.
11893         * config/arm/cortex-a53.md: Use arm_no_early_alu_shift_dep in bypass.
11895 2017-06-28  Michael Meissner  <meissner@linux.vnet.ibm.com>
11897         PR ipa/81238
11898         * multiple_target.c (create_dispatcher_calls): Set the default
11899         clone to be static, not public.
11901 2017-06-28  Richard Biener  <rguenther@suse.de>
11903         * tree-vect-loop.c (vectorizable_reduction): Move special
11904         cond reduction IV var creation ...
11905         (vect_create_epilog_for_reduction): ... here.  Remove induction_index
11906         parameter.  Use STMT_VINFO_VECTYPE.
11907         * tree-vect-slp.c (vect_get_constant_vectors): Properly reset
11908         constant_p.
11910 2017-06-28  Martin Liska  <mliska@suse.cz>
11912         PR ipa/81128
11913         * ipa-visibility.c (non_local_p): Handle visibility.
11915 2017-06-28  Martin Liska  <mliska@suse.cz>
11917         PR driver/79659
11918         * common.opt: Add IntegerRange to various options.
11919         * opt-functions.awk (integer_range_info): New function.
11920         * optc-gen.awk: Add integer_range_info to cl_options struct.
11921         * opts-common.c (decode_cmdline_option): Handle
11922         CL_ERR_INT_RANGE_ARG.
11923         (cmdline_handle_error): Likewise.
11924         * opts.c (print_filtered_help): Show valid interval in
11925         when --help is provided.
11926         * opts.h (struct cl_option): Add range_min and range_max fields.
11927         * config/i386/i386.opt: Add IntegerRange for -mbranch-cost.
11929 2017-06-28  Marc Glisse  <marc.glisse@inria.fr>
11931         * match.pd ((X & ~Y) | (~X & Y)): Generalize to + and ^.
11932         (x * C EQ/NE y * C): New transformation.
11934 2017-06-28  Christophe Lyon  <christophe.lyon@linaro.org>
11936         * genmultilib (combination_space): Accept '+' in option names.
11938 2017-06-28  Martin Liska  <mliska@suse.cz>
11940         PR sanitizer/81224
11941         * asan.c (instrument_derefs): Bail out inner references
11942         that are hard register variables.
11944 2017-06-28  Jakub Jelinek  <jakub@redhat.com>
11946         PR target/81175
11947         * config/i386/i386.c (ix86_init_mmx_sse_builtins): Use def_builtin
11948         rather than def_builtin_pure for __builtin_ia32_gatherpf*.
11950 2017-06-28  Richard Biener  <rguenther@suse.de>
11952         * tree-vectorizer.h (vect_get_vec_defs): Remove.
11953         (vect_get_slp_defs): Adjust.
11954         * tree-vect-loop.c (get_initial_defs_for_reduction): Split
11955         out from ...
11956         * tree-vect-slp.c (vect_get_constant_vectors): ... here and
11957         simplify.
11958         * tree-vect-loop.c (vect_create_epilog_for_reduction): Use
11959         get_initial_defs_for_reduction instead of vect_get_vec_defs.
11960         (vectorizable_reduction): Adjust.
11961         * tree-vect-slp.c (vect_get_constant_vectors): Remove reduction
11962         handling.
11963         (vect_get_slp_defs): Likewise.
11964         * tree-vect-stmts.c (vect_get_vec_defs): Make static and adjust.
11965         (vectorizable_bswap): Adjust.
11966         (vectorizable_call): Likewise.
11967         (vectorizable_conversion): Likewise.
11968         (vectorizable_assignment): Likewise.
11969         (vectorizable_shift): Likewise.
11970         (vectorizable_operation): Likewise.
11971         (vectorizable_store): Likewise.
11972         (vectorizable_condition): Likewise.
11973         (vectorizable_comparison): Likewise.
11975 2017-06-28  Michael Collison  <michael.collison@arm.com>
11977         PR target/68535
11978         * config/arm/arm.c (gen_ldm_seq): Remove last unnecessary
11979         set of base_reg
11980         (arm_gen_movmemqi): Removed unused variable 'i'.
11981         Convert 'for' loop into 'while' loop.
11982         (arm_expand_prologue): Remove last unnecessary set of insn.
11983         (thumb_pop): Remove unused variable 'pushed_words'.
11984         (thumb_exit): Remove last unnecessary set of regs_to_pop.
11986 2017-06-28  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11988         * config/s390/predicates.md: Use s390_rel_address_ok_p.
11989         * config/s390/s390-protos.h: Add prototype of
11990         s390_rel_address_ok_p.
11991         * config/s390/s390.c (s390_got_symbol): New function.
11992         (s390_rel_address_ok_p): New function.
11993         (legitimize_pic_address): Use s390_rel_address_ok_p.
11994         (s390_load_got): Use s390_got_symbol.
11995         (s390_option_override): Issue error if
11996         -mno-pic-data-is-text-relative is used without -fpic/-fPIC.
11997         * config/s390/s390.h (TARGET_DEFAULT_PIC_DATA_IS_TEXT_RELATIVE):
11998         New macro.
11999         * config/s390/s390.opt: New option mpic-data-is-text-relative.
12001 2017-06-27  Andrew Pinski  <apinski@cavium.com>
12003         * match.pd (X >/>=/</<= 0 ? 1.0 : -1.0): New patterns.
12004         (X * copysign (1.0, X)): New pattern.
12005         (X * copysign (1.0, -X)): New pattern.
12006         (copysign (-1.0, CST)): New pattern.
12008 2017-06-27  Joseph Myers  <joseph@codesourcery.com>
12010         * genmultilib (combination_space): Remove variable.
12011         Validate reuse rules against regular expression for any sequence
12012         of multilib options in any order.
12014 2017-06-27  Michael Collison  <michael.collison@arm.com>
12016         * config/aarch64/aarch64-simd.md (aarch64_combine<mode>): Directly
12017         call aarch64_split_simd_combine.
12018         * (aarch64_combine_internal<mode>): Delete pattern.
12019         * config/aarch64/aarch64.c (aarch64_split_simd_combine):
12020         Allow register and subreg operands.
12022 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
12024         * config/i386/vxworks.h (ASM_SPEC): Remove definition. No target
12025         specific need, just fallback on defaults.
12026         (ASM_OUTPUT_ALIGNED_BSS): Add #undef before #define.
12028 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
12029             Olivier Hainque  <hainque@adacore.com>
12031         * config/i386/vxworks.h (DBX_REGISTER_NUMBER): Pick distinct
12032         map for 64bits.
12033         (TARGET_OS_CPP_BUILTINS): builtin_define CPU to X86_64 for 64bit
12034         targets. Pick a default if no particular attempt applied.
12035         (STACK_CHECK_PROTECT): Double for 64bit targets, which have
12036         larger contexts.
12038 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
12040         * config.gcc (i*86-wrs-vxworks7): Handle new acceptable triplet.
12041         (x86_64-wrs-vxworks7): Likewise.
12043 2017-06-27  Marek Polacek  <polacek@redhat.com>
12045         PR sanitizer/81223
12046         * ubsan.c (instrument_null): Check get_base_address's result for null.
12048 2017-06-27  Marc Glisse  <marc.glisse@inria.fr>
12050         * match.pd ((A+-B)+(C-A), (A+B)-(A-C)): New transformations.
12052 2017-06-27  Marc Glisse  <marc.glisse@inria.fr>
12054         * builtin-types.def (BT_FENV_T_PTR, BT_CONST_FENV_T_PTR,
12055         BT_FEXCEPT_T_PTR, BT_CONST_FEXCEPT_T_PTR): New primitive types.
12056         (BT_FN_INT_FENV_T_PTR, BT_FN_INT_CONST_FENV_T_PTR,
12057         BT_FN_INT_FEXCEPT_T_PTR_INT, BT_FN_INT_CONST_FEXCEPT_T_PTR_INT):
12058         New function types.
12059         * builtins.def (BUILT_IN_FECLEAREXCEPT, BUILT_IN_FEGETENV,
12060         BUILT_IN_FEGETEXCEPTFLAG, BUILT_IN_FEGETROUND,
12061         BUILT_IN_FEHOLDEXCEPT, BUILT_IN_FERAISEEXCEPT,
12062         BUILT_IN_FESETENV, BUILT_IN_FESETEXCEPTFLAG,
12063         BUILT_IN_FESETROUND, BUILT_IN_FETESTEXCEPT,
12064         BUILT_IN_FEUPDATEENV): New builtins.
12065         * tree-core.h (TI_FENV_T_PTR_TYPE, TI_CONST_FENV_T_PTR_TYPE,
12066         TI_FEXCEPT_T_PTR_TYPE, TI_CONST_FEXCEPT_T_PTR_TYPE): New entries.
12067         * tree.h (fenv_t_ptr_type_node, const_fenv_t_ptr_type_node,
12068         fexcept_t_ptr_type_node, const_fexcept_t_ptr_type_node): New
12069         macros.
12070         (builtin_structptr_types): Adjust size.
12071         * tree.c (builtin_structptr_types): Add four entries.
12073 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
12074             Olivier Hainque  <hainque@adacore.com>
12076         * config/vxworks.h (VXWORKS_LIB_SPEC): Incorporate ...
12077         (TLS_SYM): New local macro, forcing reference to __tls__ on
12078         link command lines for VxWorks 7 RTPs, triggering initialization
12079         of tlsLib.
12080         (VXWORKS_HAVE_TLS): New macro. State whether the target VxWorks
12081         OS features TLS support, true for RTPs on VxWorks 7.
12082         * config/vxworks.c (vxworks_override_options): Setup emutls
12083         accordingly.
12085 2017-06-27  Jakub Jelinek  <jakub@redhat.com>
12087         * predict.c (test_prediction_value_range): Use -1U instead of -1
12088         to avoid narrowing conversion warning.
12089         * dumpfile.c (dump_options): Wrap all value into dump_flags_t cast
12090         to avoid narrowing conversion warning.
12091         * opt-functions.awk (var_ref): Return (unsigned short) -1 instead of
12092         -1.
12093         * optc-gen.awk (END): Expect (unsigned short) -1 instead of -1.
12095 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
12097         * config/vxworks.h (VXWORKS_LIBS_RTP): Alternative definition for
12098         64bit configurations.
12099         (PTR_DIFF_TYPE): Alternative definition for TARGET_LP64.
12100         (SIZE_TYPE): Likewise.
12101         * config/vxworks.c (vxworks_emutls_var_fields): Use
12102         long_unsigned_type_node instead of unsigned_type_node as the offset
12103         field type, which is "pointer" mode in emutls.c.
12105 2017-06-27  Jakub Jelinek  <jakub@redhat.com>
12107         PR sanitizer/81209
12108         * ubsan.c (ubsan_encode_value): Initialize DECL_CONTEXT on var.
12110         PR middle-end/81207
12111         * gimple-fold.c (replace_call_with_call_and_fold): Handle
12112         gimple_vuse copying separately from gimple_vdef copying.
12114 2017-06-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
12116         * value-prof.c (free_hist): Remove call to memset and the enclosing if
12117         condition.
12119 2017-06-26  Jerome Lambourg  <lambourg@adacore.com>
12120             Olivier Hainque  <hainque@adacore.com>
12122         * config.gcc (*-*-vxworks*): Add TARGET_VXWORKS7=1 to tm_defines
12123         for all vxworks7 targets.
12124         * config/vxworks.h (TARGET_VXWORKS7): If not defined, define to 0.
12125         (VXWORKS_ADDITIONAL_CPP_SPEC): Alternative definition for VXWORKS7.
12126         (VXWORKS_LIBS_RTP, VXWORKS_LIBS_RTP_DIR): New macros, allowing
12127         variations for VX6/VX7 and 32/64bits later on in ...
12128         (VXWORKS_LIB_SPEC): Leverage new macros.
12129         (VXWORKS_OS_CPP_BUILTINS): Define _VSB_CONFIG_FILE for VXWORKS7,
12130         as well as _ALLOW_KEYWORD_MACROS when "inline" is not a keyword.
12132 2017-06-26  Jerome Lambourg  <lambourg@adacore.com>
12134         * config/vxworks.h (VXWORKS_OS_CPP_BUILTINS): builtin_define
12135         _VX_TOOL_FAMILY and _VX_TOOL to gnu.
12137 2017-06-26  Carl Love  <cel@us.ibm.com>
12139         * config/rs6000/rs6000-c.c: Add support for built-in functions
12140         vector bool char vec_reve (vector bool char);
12141         vector signed char vec_reve (vector signed char);
12142         vector unsigned char vec_reve (vector unsigned char);
12143         vector bool int vec_reve (vector bool int);
12144         vector signed int vec_reve (vector signed int);
12145         vector unsigned int vec_reve (vector unsigned int);
12146         vector bool long long vec_reve (vector bool long long);
12147         vector signed long long vec_reve (vector signed long long);
12148         vector unsigned long long vec_reve (vector unsigned long long);
12149         vector bool short vec_reve (vector bool short);
12150         vector signed short vec_reve (vector signed short);
12151         vector double vec_reve (vector double);
12152         vector float vec_reve (vector float);
12153         * config/rs6000/rs6000-builtin.def (VREVE_V2DI, VREVE_V4SI,
12154         VREVE_V8HI, VREVE_V16QI, VREVE_V2DF, VREVE_V4SF, VREVE): New builtin.
12155         * config/rs6000/altivec.md (UNSPEC_VREVEV): New UNSPEC.
12156         (altivec_vreve): New pattern.
12157         * config/rs6000/altivec.h (vec_reve): New define.
12158         * doc/extend.texi (vec_rev): Update the built-in documentation file
12159         for the new built-in functions.
12161 2016-06-26  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
12163         PR tree-optimization/71815
12164         * gimple-ssa-strength-reduction.c (uses_consumed_by_stmt): New
12165         function.
12166         (find_basis_for_candidate): Call uses_consumed_by_stmt rather than
12167         has_single_use.
12168         (slsr_process_phi): Likewise.
12169         (replace_uncond_cands_and_profitable_phis): Don't replace a
12170         multiply candidate with a stride of 1 (copy or cast).
12171         (phi_incr_cost): Call uses_consumed_by_stmt rather than
12172         has_single_use.
12173         (lowest_cost_path): Likewise.
12174         (total_savings): Likewise.
12176 2017-06-26  Richard Biener  <rguenther@suse.de>
12178         PR target/81175
12179         * config/i386/i386.c (ix86_init_mmx_sse_builtins):
12180         Use def_builtin_pure for all gather builtins.
12182 2017-06-26  Richard Biener  <rguenther@suse.de>
12184         PR tree-optimization/81203
12185         * tree-tailcall.c (find_tail_calls): Do not move stmts into
12186         non-dominating BBs.
12188 2017-06-26  Marek Polacek  <polacek@redhat.com>
12190         PR c/80116
12191         * doc/invoke.texi: Document -Wmultistatement-macros.
12193 2017-06-26  Christophe Lyon  <christophe.lyon@linaro.org>
12195         * doc/sourcebuild.texi (ARM-specific attributes): Document new
12196         arm_neon_ok_no_float_abi effective target.
12198 2017-06-26  Richard Biener  <rguenther@suse.de>
12200         PR tree-optimization/80928
12201         * cfghooks.c (duplicate_block): Do not copy BB_DUPLICATED flag.
12202         (copy_bbs): Set BB_DUPLICATED flag early.
12203         (execute_on_growing_pred): Do not execute for BB_DUPLICATED
12204         marked blocks.
12205         (execute_on_shrinking_pred): Likewise.
12206         * tree-ssa.c (ssa_redirect_edge): Do not look for PHI args in
12207         BB_DUPLICATED blocks.
12208         * tree-ssa-phionlycoprop.c (eliminate_degenerate_phis_1): Properly
12209         iterate over all PHIs considering removal of *gsi.
12211 2017-06-23  Jim Wilson  <jim.wilson@linaro.org>
12213         * doc/invoke.texi (AArch64 Options, -mtune): Re-add falkor and
12214         qdf24xx.
12216 2017-06-23  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
12218         * config/rs6000/rs6000-string.c: (expand_block_clear,
12219         do_load_for_compare, select_block_compare_mode,
12220         compute_current_alignment, expand_block_compare,
12221         expand_strncmp_align_check, expand_strn_compare,
12222         expand_block_move, rs6000_output_load_multiple)
12223         Move functions related to string/block move/compare
12224         to a separate file.
12225         * config/rs6000/rs6000.c: Move above functions to rs6000-string.c.
12226         * config/rs6000/rs6000-protos.h (rs6000_emit_dot_insn): Add prototype
12227         for this function which is now used in two files.
12228         * config/rs6000/t-rs6000: Add rule to compile rs6000-string.o.
12229         * config.gcc: Add rs6000-string.o to extra_objs for
12230         targets powerpc*-*-* and rs6000*-*-*.
12232 2017-06-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
12234         PR target/80510
12235         * config/rs6000/rs6000.md (ALTIVEC_DFORM): Do not allow DImode in
12236         32-bit, since indexed is not valid for DImode.
12237         (mov<mode>_hardfloat32): Reorder ISA 2.07 load/stores before ISA
12238         3.0 d-form load/stores to be the same as mov<mode>_hardfloat64.
12239         (define_peephole2 for Altivec d-form load): Add 32-bit support.
12240         (define_peephole2 for Altivec d-form store): Likewise.
12242         PR ipa/81185
12243         * multiple_target.c (create_dispatcher_calls): Only create the
12244         dispatcher call if the function is the default clone of a
12245         versioned function.
12247 2017-06-23  Segher Boessenkool  <segher@kernel.crashing.org>
12249         PR middle-end/80902
12250         * builtins.c (expand_builtin_atomic_fetch_op): If emitting code after
12251         a call, force the call to not be a tail call.
12253 2017-06-23  Jeff Law  <law@redhat.com>
12255         * doc/contrib.texi: Add entry for Steven Pemberton's work on
12256         enquire.
12258 2017-06-23  Will Schmidt  <will_schmidt@vnet.ibm.com>
12260         * config/rs6000/rs6000.c: Add include of ssa-propagate.h for
12261         update_call_from_tree().  (rs6000_gimple_fold_builtin): Add
12262         handling for early expansion of vector shifts (sl,sr,sra,rl).
12263         (builtin_function_type): Add vector shift right instructions
12264         to the unsigned argument list.
12266 2017-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
12268         rtl-optimizatoin/79286
12269         * ira.c (update_equiv_regs): Revert to using may_trap_or_fault_p again.
12270         * rtlanal.c (rtx_addr_can_trap_p_1): SYMBOL_REF_FUNCTION_P can never
12271         trap.  PIC register plus a const unspec without offset can never trap.
12273 2017-06-23  Marc Glisse  <marc.glisse@inria.fr>
12275         * tree.h (builtin_structptr_type): New type.
12276         (builtin_structptr_types): Declare new array.
12277         * tree.c (builtin_structptr_types): New array.
12278         (free_lang_data, build_common_tree_nodes): Use it.
12280 2017-06-23  Jonathan Wakely  <jwakely@redhat.com>
12282         PR c++/81187
12283         * doc/invoke.texi (-Wnoexcept-type): Fix name of option, from
12284         -Wnoexcept.
12286 2017-06-22  Matt Turner  <mattst88@gmail.com>
12288         * config/i386/driver-i386.c (host_detect_local_cpu): Add Kaby
12289         Lake models to skylake case.  Assume skylake for unknown
12290         models with clflushopt.
12292 2017-06-22  Jeff Law  <law@redhat.com>
12294         * config/aarch64/aarch64.c (aarch64_emit_probe_stack_range): Handle
12295         frame sizes that do not satisfy aarch64_uimm12_shift.
12297 2017-06-22  Jan Hubicka <hubicka@ucw.cz>
12299         * profile-count.h (apply_probability,
12300         apply_scale, probability_in): Fix checks for zero.
12302 2017-06-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12304         * incpath.c (add_sysroot_to_chain): Allow for $SYSROOT prefix.
12305         * doc/cppdiropts.texi (-I @var{dir}): Document it.
12307 2016-06-22  Richard Biener  <rguenther@suse.de>
12309         * tree-vect-loop.c (vect_model_reduction_cost): Handle
12310         COND_REDUCTION and INTEGER_INDUC_COND_REDUCTION without
12311         REDUC_MAX_EXPR support.
12312         (vectorizable_reduction): Likewise.
12313         (vect_create_epilog_for_reduction): Likewise.
12315 2017-06-22  James Greenhalgh  <james.greenhalgh@arm.com>
12317         * match.pd (A / (1 << B) -> A >> B): New.
12318         * generic-match-head.c: Include optabs-tree.h.
12319         * gimple-match-head.c: Likewise.
12320         * optabs-tree.h (target_supports_op_p): New.
12321         * optabs-tree.c (target_supports_op_p): New.
12323 2017-06-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
12325         * configure.ac (gcc_cv_ld_static_dynamic): Also check stderr for
12326         $gcc_cv_ld --help output.
12327         (gcc_cv_ld_demangle): Likewise.
12328         (gcc_cv_ld_eh_frame_hdr): Likewise.
12329         (gcc_cv_ld_pie): Likewise.
12330         (gcc_cv_ld_as_needed): Likewise.  Prefer native forms unless $gnu_ld.
12331         (gcc_cv_ld_buildid): Likewise.
12332         (gcc_cv_ld_sysroot): Likewise.
12333         (ld_bndplt_support): Likewise.
12334         (ld_pushpopstate_support): Likewise.
12335         * configure: Regenerate.
12336         * config/sol2.h [!USE_GLD] (SYSROOT_SPEC): Define.
12338 2017-06-21  Jakub Jelinek  <jakub@redhat.com>
12340         PR target/81151
12341         * config/i386/sse.md (round<mode>2): Renumber match_dup and
12342         operands indexes to avoid gap between operands and match_dups.
12344 2017-06-21  Andrew Pinski  <apinski@cavium.com>
12346         * config/aarch64/aarch64-cost-tables.h (thunderx_extra_costs):
12347         Increment Arith_shift and Arith_shift_reg by 1.
12348         * config/aarch64/aarch64-tuning-flags.def (cheap_shift_extend):
12349         New tuning flag.
12350         * config/aarch64/aarch64.c (thunderx_tunings): Enable
12351         AARCH64_EXTRA_TUNE_CHEAP_SHIFT_EXTEND.
12352         (aarch64_strip_extend): Add new argument and test for it.
12353         (aarch64_cheap_mult_shift_p): New function.
12354         (aarch64_rtx_mult_cost): Call aarch64_cheap_mult_shift_p and don't
12355         add a cost if it is true.
12356         Update calls to aarch64_strip_extend.
12357         (aarch64_rtx_costs): Update calls to aarch64_strip_extend.
12359 2017-06-21  Andrew Pinski  <apinski@cavium.com>
12361         * config/aarch64/aarch64-cores.def (thunderxt88p1): Use thunderxt88
12362         tunings.
12363         (thunderxt88): Likewise.
12364         * config/aarch64/aarch64.c (thunderxt88_prefetch_tune): New variable.
12365         (thunderx_prefetch_tune): New variable.
12366         (thunderx2t99_prefetch_tune): Update for the correct values.
12367         (thunderxt88_tunings): New variable.
12368         (thunderx_tunings): Use thunderx_prefetch_tune instead of
12369         generic_prefetch_tune.
12370         (thunderx2t99_tunings): Use AUTOPREFETCHER_WEAK.
12372 2017-06-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12374         * config/aarch64/atomics.md (aarch64_compare_and_swap<mode>_lse,
12375         SHORT): Relax operand 3 to aarch64_reg_or_zero and constraint to Z.
12376         (aarch64_compare_and_swap<mode>_lse, GPI): Likewise.
12377         (aarch64_atomic_cas<mode>, SHORT): Likewise for operand 2.
12378         (aarch64_atomic_cas<mode>, GPI): Likewise.
12380 2017-06-21  Martin Liska  <mliska@suse.cz>
12382         * gimplify.c (gimplify_label_expr): Insert GIMPLE_PREDICT
12383         statements on cold and hot labels.
12384         * predict.c (tree_estimate_probability_bb): Remove the
12385         prediction from this place.
12387 2017-06-21  Martin Liska  <mliska@suse.cz>
12389         PR tree-optimization/79489
12390         * gimplify.c (maybe_add_early_return_predict_stmt): New
12391         function.
12392         (gimplify_return_expr): Call the function.
12393         * predict.c (tree_estimate_probability_bb): Remove handling
12394         of early return.
12395         * predict.def: Update comment about early return predictor.
12396         * gimple-predict.h (is_gimple_predict): New function.
12397         * predict.def: Change default value of early return to 66.
12398         * tree-tailcall.c (find_tail_calls): Skip GIMPLE_PREDICT
12399         statements.
12400         * passes.def: Put pass_strip_predict_hints to the beginning of
12401         IPA passes.
12403 2017-06-21  Pierre-Marie de Rodat  <derodat@adacore.com>
12405         * dwarf2out.c (gen_decl_die): Remove the guard to skip file-scope
12406         FUNCTION_DECL declarations.
12407         (dwarf2out_early_global_decl): Remove the guard to skip FUNCTION_DECL
12408         declarations.
12409         (dwaf2out_decl): Likewise.
12410         * godump.c (go_early_global_decl): Skip call to the real debug hook
12411         for FUNCTION_DECL declarations.
12412         * passes.c (rest_of_decl_compilation): Skip call to the
12413         early_global_decl debug hook for FUNCTION_DECL declarations, unless
12414         -fdump-go-spec is passed.
12416 2017-06-21  Marc Glisse  <marc.glisse@inria.fr>
12418         * config/i386/i386.c (struct builtin_isa): New field pure_p.
12419         Reorder for compactness.
12420         (def_builtin, def_builtin2, ix86_add_new_builtins): Handle pure_p.
12421         (def_builtin_pure, def_builtin_pure2): New functions.
12422         (ix86_init_mmx_sse_builtins) [__builtin_ia32_stmxcsr]: Mark as pure.
12424 2017-06-21  Marc Glisse  <marc.glisse@inria.fr>
12426         * match.pd (nop_convert): New predicate.
12427         ((A +- CST1) +- CST2): Allow some NOP conversions.
12429 2017-06-21  Jakub Jelinek  <jakub@redhat.com>
12431         PR c++/81130
12432         * gimplify.c (omp_add_variable): Don't force GOVD_SEEN for types
12433         with ctors/dtors if GOVD_SHARED is set.
12435 2017-06-21  Wilco Dijkstra  <wdijkstr@arm.com>
12437         * config/aarch64/aarch64.md (movti_aarch64):
12438         Emit mov rather than orr.
12439         (movtf_aarch64): Likewise.
12440         * config/aarch64/aarch64-simd.md (aarch64_simd_mov):
12441         Emit mov rather than orr.
12443 2017-06-21  Wilco Dijkstra  <wdijkstr@arm.com>
12445         * config/aarch64/aarch64-simd.md (aarch64_simd_dup):
12446         Swap alternatives, make integer dup more expensive.
12448 2017-06-21  Wilco Dijkstra  <wdijkstr@arm.com>
12450         * config/aarch64/aarch64.c (aarch64_legitimate_constant_p):
12451         Return true for non-tls symbols.
12453 2017-06-21  James Greenhalgh  <james.greenhalgh@arm.com>
12455         * config/aarch64/aarch64-cores.def (cortex-a55): New.
12456         (cortex-a75): Likewise.
12457         (cortex-a75.cortex-a55): Likewise.
12458         * config/aarch64/aarch64-tune.md: Regenerate.
12459         * doc/invoke.texi (-mtune): Document new values for -mtune.
12461 2017-06-21  Tom de Vries  <tom@codesourcery.com>
12463         * doc/sourcebuild.texi (Add Options, Features for dg-add-options): Add
12464         stack_size feature.
12465         (Effective-Target Keywords, Other attributes): Suggest using
12466         dg-add-options stack_size feature to get stack limit in stack_size
12467         effective target documentation.
12469 2017-06-21  Julian Brown  <julian@codesourcery.com>
12470             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
12472         * config/aarch64/aarch64-simd.md (aarch64_crypto_pmulldi)
12473         (aarch64_crypto_pmullv2di): Change type attribute to crypto_pmull.
12474         * config/aarch64/thunderx2t99.md (thunderx2t99_pmull): New
12475         reservation.
12476         * config/arm/cortex-a53.md (cortex_a53_advsimd_type): Add crypto_pmull to
12477         attribute type list for neon_multiply.
12478         * config/arm/cortex-a57.md (cortex_a57_neon_type): Add crypto_pmull to
12479         attribute type list for neon_multiply.
12480         * config/arm/crypto.md (crypto_vmullp64): Change type to crypto_pmull.
12481         * config/arm/exynos-m1.md (exynos_m1_neon_type): Add crypto_pmull to
12482         attribute type list for neon_multiply.
12483         * config/arm/types.md (crypto_pmull): Add.
12484         * config/arm/xgene1.md (xgene1_neon_pmull): Add crypto_pmull to
12485         attribute type list.
12487 2017-06-20  Andreas Tobler  <andreast@gcc.gnu.org>
12489         * config.gcc (armv6*-*-freebsd*): Change the target_cpu_cname to
12490         arm1176jzf-s.
12492 2017-06-20  Jakub Jelinek  <jakub@redhat.com>
12494         * ira-costs.c (find_costs_and_classes): Initialize cost_classes later
12495         to make sure not to dereference a NULL cost_classes_ptr pointer.
12497 2017-06-20  Carl Love  <cel@us.ibm.com>
12499         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
12500         ALTIVEC_BUILTIN_VMULESW, ALTIVEC_BUILTIN_VMULEUW,
12501         ALTIVEC_BUILTIN_VMULOSW, ALTIVEC_BUILTIN_VMULOUW entries.
12502         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin,
12503         builtin_function_type): Add ALTIVEC_BUILTIN_* case statements.
12504         * config/rs6000/altivec.md (MVULEUW, VMULESW, VMULOUW,
12505         VMULOSW): New enum "unspec" values.
12506         (vec_widen_umult_even_v4si, vec_widen_smult_even_v4si,
12507         vec_widen_umult_odd_v4si, vec_widen_smult_odd_v4si,
12508         altivec_vmuleuw, altivec_vmulesw, altivec_vmulouw,
12509         altivec_vmulosw): New patterns.
12510         * config/rs6000/rs6000-builtin.def (VMLEUW, VMULESW, VMULOUW,
12511         VMULOSW): Add definitions.
12513 2017-06-20  Julia Koval  <julia.koval@intel.com>
12515         * config/i386/i386.c: Fix rounding expand for new pattern.
12516         * config/i386/subst.md: Fix pattern (parallel -> unspec).
12518 2017-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
12520         * config/aarch64/aarch64-option-extensions.def (rcpc): New.
12521         * config/aarch64/aarch64.h (AARCH64_FL_RCPC): New.
12523 2017-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
12525         * config/aarch64/aarch64-option-extensions.def (fp16): Fix expected
12526         feature string.
12528 2017-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
12530         * config/aarch64/aarch64-cores.def: Rearrange to sort by
12531         architecture, then by implementer ID.
12532         * config/aarch64/aarch64-tune.md: Regenerate.
12534 2017-06-20  Richard Biener  <rguenther@suse.de>
12536         PR middle-end/81097
12537         * fold-const.c (split_tree): Fold to type before negating.
12539 2017-06-20  David Malcolm  <dmalcolm@redhat.com>
12541         * diagnostic-show-locus.c
12542         (selftest::test_fixit_deletion_affecting_newline): New function.
12543         (selftest::diagnostic_show_locus_c_tests): Call it.
12545 2017-06-20  Andreas Schwab  <schwab@suse.de>
12547         PR target/80970
12548         * config/m68k/m68k.md (bsetdreg, bchgdreg, bclrdreg): Use "=d"
12549         instead of "+d".
12551 2017-06-20  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
12553         * config/arm/arm-c.c (arm_cpu_builtins): New block to define
12554         __ARM_FEATURE_COPROC according to support.
12556 2017-06-20  Jakub Jelinek  <jakub@redhat.com>
12558         * tree-chkp.c (chkp_get_hard_register_var_fake_base_address):
12559         Rewritten to avoid overflow for > 32-bit pointers.
12561         PR sanitizer/81125
12562         * ubsan.h (ubsan_encode_value): Workaround buggy clang++ parser
12563         by removing enum keyword.
12564         (ubsan_type_descriptor): Likewise.  Formatting fix.
12566         PR target/81121
12567         * config/i386/i386.md (TARGET_USE_VECTOR_CONVERTS float si->{sf,df}
12568         splitter): Require TARGET_SSE2 in the condition.
12570 2017-06-20  Michael Meissner  <meissner@linux.vnet.ibm.com>
12572         PR target/79799
12573         * config/rs6000/rs6000.c (rs6000_expand_vector_init): Add support
12574         for doing vector set of SFmode on ISA 3.0.
12575         * config/rs6000/vsx.md (vsx_set_v4sf_p9): Likewise.
12576         (vsx_set_v4sf_p9_zero): Special case setting 0.0f to a V4SF
12577         element.
12578         (vsx_insert_extract_v4sf_p9): Add an optimization for inserting a
12579         SFmode value into a V4SF variable that was extracted from another
12580         V4SF variable without converting the element to double precision
12581         and back to single precision vector format.
12582         (vsx_insert_extract_v4sf_p9_2): Likewise.
12584 2017-06-19  Jakub Jelinek  <jakub@redhat.com>
12586         * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Multiply
12587         in UWHI to avoid undefined overflow.
12589         PR sanitizer/81125
12590         * ubsan.h (enum ubsan_encode_value_phase): New.
12591         (ubsan_encode_value): Change second argument to
12592         enum ubsan_encode_value_phase with default value of
12593         UBSAN_ENCODE_VALUE_GENERIC.
12594         * ubsan.c (ubsan_encode_value): Change second argument to
12595         enum ubsan_encode_value_phase PHASE from bool IN_EXPAND_P,
12596         adjust uses, for UBSAN_ENCODE_VALUE_GENERIC use just
12597         create_tmp_var_raw instead of create_tmp_var and use a
12598         TARGET_EXPR.
12599         (ubsan_expand_bounds_ifn, ubsan_build_overflow_builtin,
12600         instrument_bool_enum_load, ubsan_instrument_float_cast): Adjust
12601         ubsan_encode_value callers.
12603         PR sanitizer/81111
12604         * ubsan.c (ubsan_encode_value): If current_function_decl is NULL,
12605         use create_tmp_var_raw instead of create_tmp_var, mark it addressable
12606         just by setting TREE_ADDRESSABLE on the result and use a TARGET_EXPR.
12608 2017-06-19  Richard Biener  <rguenther@suse.de>
12610         PR middle-end/81118
12611         * tree-cfgcleanup.c (cleanup_tree_cfg_noloop): Clear niter
12612         estimates if we changed anything.
12614 2017-06-19  Richard Biener  <rguenther@suse.de>
12616         PR tree-optimization/80887
12617         * tree-ssa-sccvn.c (mprts_hook_cnt): New global.
12618         (vn_lookup_simplify_result): Allow only mprts_hook_cnt succesful
12619         simplified lookups, then reset mprts_hook.
12620         (vn_nary_build_or_lookup_1): Set mprts_hook_cnt to 9 before
12621         simplifying.
12622         (try_to_simplify): Likewise.
12624 2017-06-19  Martin Liska  <mliska@suse.cz>
12626         PR sanitizer/80879
12627         * gimplify.c (gimplify_switch_expr):
12628         Initialize live_switch_vars for SWITCH_BODY == STATEMENT_LIST.
12630 2017-06-19  Martin Liska  <mliska@suse.cz>
12632         * doc/install.texi: Document that PGO runs in 4 stages.
12634 2017-06-19  Martin Liska  <mliska@suse.cz>
12636         PR ipa/80732
12637         * attribs.c (make_dispatcher_decl): Do not append '.ifunc'
12638         to dispatcher function name.
12639         * multiple_target.c (replace_function_decl): New function.
12640         (create_dispatcher_calls): Redirect both edges and references.
12642 2017-06-19  Jan Hubicka <hubicka@ucw.cz>
12644         * profile-count.c (profile_count::dump): Dump quality.
12645         (profile_count::differs_from_p): Update for unsigned val.
12646         * profile-count.h (profile_count_quality): New enum.
12647         (profile_count): Turn m_val to 62bit unsigned, add quality tracking.
12649 2017-06-19  Richard Biener  <rguenther@suse.de>
12651         * tree-ssa-loop-niter.h (estimate_numbers_of_iterations): Take
12652         struct function as arg.
12653         (estimate_numbers_of_iterations): Export overload with loop arg.
12654         (free_numbers_of_iterations_estimates_loop): Use an overload of
12655         free_numbers_of_iterations_estimates instead.
12656         * tree-cfg.c (remove_bb): Adjust.
12657         * tree-cfgcleanup.c (remove_forwarder_block_with_phi): Likewise.
12658         * tree-parloops.c (gen_parallel_loop): Likewise.
12659         * tree-ssa-loop-ivcanon.c (canonicalize_induction_variables):
12660         Likewise.
12661         (tree_unroll_loops_completely): Likewise.
12662         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop):
12663         Use an overload instead and export.
12664         (estimated_loop_iterations): Adjust.
12665         (max_loop_iterations): Likewise.
12666         (likely_max_loop_iterations): Likewise.
12667         (estimate_numbers_of_iterations): Take struct function as arg
12668         and adjust.
12669         (loop_exits_before_overflow): Adjust.
12670         (free_numbers_of_iterations_estimates_loop): Use an overload.
12671         * tree-vect-loop.c (vect_analyze_loop_form): Adjust.
12672         * tree-vectorizer.c (vect_free_loop_info_assumptions): Likewise.
12674 2017-06-19  Richard Biener  <rguenther@suse.de>
12676         PR ipa/81112
12677         * ipa-prop.c (find_constructor_constant_at_offset): Handle
12678         RANGE_EXPR conservatively.
12680 2017-06-16  Carl Love  <cel@us.ibm.com>
12682         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
12683         definitions for vec_float, vec_float2, vec_floato,
12684         vec_floate built-ins.
12685         * config/rs6000/vsx.md (define_c_enum "unspec"): Add RTL code
12686         for instructions vsx_xvcvsxws vsx_xvcvuxwsp, float2, floato and
12687         floate.
12688         * config/rs6000/rs6000-builtin.def (FLOAT2_V2DI, FLOATE_V2DF,
12689         FLOATE_2DI, FLOATO_V2DF, FLOATEE_V2DI, XVCVSXWSP_V4SF,
12690         UNS_FLOATO_V2DI, UNS_FLOATE_V2DI): Add definitions.
12691         * config/altivec.md (define_insn "p8_vmrgew_<mode>",
12692         define_mode_attr VF_sxddp): Add V4SF type to p8_vmrgew.
12693         * config/rs6000/altivec.h (vec_float, vec_float2, vec_floate,
12694         vec_floato): Add builtin defines.
12695         * doc/extend.texi (vec_float, vec_float2, vec_floate, vec_floato):
12696         Update the built-in documentation file for the new built-in
12697         functions.
12699 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
12701         * config/arm/arm.opt (marm): Mark as the negative of of -mthumb.
12702         (mthumb): Mark as the negative of -marm.
12704 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
12706         * doc/invoke.texi (ARM Options, -mcpu): Document supported
12707         extension options.
12708         (ARM Options, -mtune): Document that this accepts the same
12709         extension options as -mcpu.
12710         (ARM Options, -mfpu): Document addition of -mfpu=auto.
12712 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
12714         * doc/invoke.texi (ARM Options, -march=): Document new syntax and
12715         permitted extensions.
12717 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
12719         * config/arm/arm-cpus.in (armv7): Add extension +nofp.
12720         (armv7-r): Add aliases vfpv3xd and vfpv3-d16.
12721         (armv8-m.main): Add option +nodsp.
12722         * config/arm/arm-cpu-cdata.h: Regenerated.
12724 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
12726         * config/arm/t-fuchsia: New file.
12727         * config.gcc (arm*-*-fuchsia*): Use it.
12729 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
12731         * config/arm/t-symbian: Rewrite for new option infrastructure.
12733 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
12735         * config/arm/t-phoenix (MULTILIB_REUSE): Clear variable.
12736         (MULTILIB_REQUIRED): Likewise.
12738 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
12740         * config/arm/t-linux-eabi (MULTILIB_EXCEPTIONS): Set to empty.
12741         (MULTILIB_RESUE): Likewise.
12742         (MULTILIB_MATCHES): Likewise.
12743         (MULTLIB_REQUIRED): Likewise.
12745 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
12747         * config/arm/t-rtems: Rewrite for new option framework.
12749 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
12751         * config/arm/t-aprofile (v7_a_nosimd_variants, v7_a_simd_variants)
12752         (v7ve_nosimd_variatns, v7ve_vfpv3_simd_variants)
12753         (v7ve_vfpv4_simd_variants, v8_a_nosimd_variants, v8_a_simd_variants)
12754         (v8_1_a_simd_variants, v8_2_a_simd_variants): Move to ...
12755         * config/arm/t-multilib: ... here.
12756         (MULTILIB_OPTIONS): Add armv7 and armv7+fp architectures.
12757         (MULTILIB_MATCHES): Use armv7 libraries for armv7-r.  Also use for
12758         armv7-a and armv8*-a when A-profile libraries have not been built.
12759         * config/arm/t-rmprofile: Rewrite.
12761 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
12763         * genmultilib (multilib_reuse): Allow an explicit period to be escaped
12764         with a backslash.  Remove the backslash after substituting unescaped
12765         periods.
12766         * doc/fragments.texi (MULTILIB_REUSE): Document it.
12768 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
12770         * config.gcc: (arm*-*-*): When building a-profile libraries, force
12771         the driver to pass through the default setting of -mfloat-abi.
12772         * common/config/arm/arm-common.c (arm_target_thumb_only): Return -marm
12773         rather than NULL.
12774         * config/arm/t-multilib (MULTILIB_REUSE): Initialize to empty.
12775         (all_feat_combs): New rule.
12776         (MULTILIB_OPTIONS): Use explicit ARM and Thumb directories.  Rework
12777         default libraries.
12778         * config/arm/t-aprofile: Rewrite.
12780 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
12782         * config/arm/arm.h (FPUTYPE_AUTO): Define.
12783         * config/arm/arm.c (arm_option_override): Use FPUTYPE_AUTO if the
12784         fpu is not specified by the user/command-line.
12785         * config/arm/bpabi.h (FPUTYPE_DEFAULT): Delete.
12786         * config/arm/netbsd-elf.h (FPUTYPE_DEFAULT): Delete.
12787         * config/arm/linux-elf.h (FPUTYPE_DEFAULT): Delete.
12788         * config/arm/vxworks.h (FPUTYPE_DEFAULT): Delete.
12789         * common/config/arm/arm-common.c (arm_canon_arch_option): Use
12790         FPUTYPE_AUTO insted of FPUTYPE_DEFAULT.
12792 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
12794         * config/arm/elf.h (MULTILIB_DEFAULTS): Delete.
12795         * config/arm/t-arm-elf: Rewritten.
12797 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
12799         * config/arm/arm.h (TARGET_HARD_FLOAT): Also check that we
12800         have some floating-point instructions.
12801         (TARGET_SOFT_FLOAT): Define as inverse of TARGET_HARD_FLOAT.
12802         (TARGET_MAYBE_HARD_FLOAT): New macro.
12803         * config/arm/arm-builtins.c (arm_init_builtins): Use
12804         TARGET_MAYBE_HARD_FLOAT.
12805         * config/arm/arm.c (arm_option_override): Use TARGET_HARD_FLOAT_ABI.
12807 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
12809         * common/config/arm/arm-common.c: Define INCLUDE_LIST.
12810         (configargs.h): Include it.
12811         (arm_print_hint_for_fpu_option): New function.
12812         (arm_parse_fpu_option): New function.
12813         (candidate_extension): New class.
12814         (arm_canon_for_multilib): New function.
12815         * config/arm/arm.h (CANON_ARCH_SPEC_FUNCTION): New macro.
12816         (EXTRA_SPEC_FUNCTIONS): Add CANON_ARCH_SPEC_FUNCTION.
12817         (ARCH_CANONICAL_SPECS): New macro.
12818         (DRIVER_SELF_SPECS): Add ARCH_CANONICAL_SPECS.
12820 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
12822         * config.gcc (arm*-*-*): Ensure both target_cpu_cname and with_cpu
12823         are set after handling multilib fragments.  Set target_cpu_default2
12824         from with_cpu.
12826 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
12828         * config.gcc (arm*-*-fucshia*): Set target_cpu_cname to the real
12829         cpu name.
12830         (arm*-*-*): Set target_cpu_default2 to a quoted string.
12831         * config/arm/parsecpu.awk (check_cpu): Validate any extension
12832         options.
12833         (check_arch): Likewise.
12834         * config/arm/arm.c (arm_configure_build_target): Handle
12835         TARGET_CPU_DEFAULT being a string constant.  Scan any feature
12836         options in the default.
12838 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
12840         * config/arm/arm-protos.h (cpu_arch_extension): Add field to record
12841         when an option is an alias of another.
12842         * config/arm/parsecpu.awk (optalias): New parser token.
12843         (gen_comm_data): Mark non-alias options as such.  Emit entries
12844         for extension aliases.
12845         * config/arm/arm-cpus.in (armv5e): Make vfpv2 an alias.
12846         (armv5te, armv5tej, armv6, armv6j, armv6k, armv6z): Likewise.
12847         (armv6kz, armv6zk, armv6t2): Likewise.
12848         (armv7): Make vfpv3-d16 an alias.
12849         (armv7-a): Make vfpv3-d16, neon and neon-vfpv3 aliases.  Sort in
12850         canonical order.
12851         (armv7ve): Make vfpv4-d16, neon-vfpv3 and neon-vfpv4 aliases.
12852         Sort in canonical order.
12853         (armv8-a): Sort in canonical order.
12854         (armv8.1-a, armv8.2-a):  Likewise.
12855         (generic-armv7-a): Make neon and neon-vfpv3 aliases.  Sort in
12856         canonical order.
12857         (cortex-a9): Sort in canonical order.
12858         * config/arm/arm.c (selftests.h): Include it.
12859         (arm_test_cpu_arch_data): New function.
12860         (arm_run_self_tests): New function.
12861         (TARGET_RUN_TARGET_SELFTESTS): Redefine.
12862         (targetm): Move declaration to the end of the file.
12863         * arm-cpu-cdata.h: Regenerated.
12865 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
12867         * config/arm/arm.h (TARGET_MODE_SPECS): Add additional parameter to
12868         call to target_mode_check describing the type of option passed.
12869         * common/config/arm/arm-common.c (arm_arch_core_flag): Delete.
12870         (arm_target_thumb_only): Use arm_parse_arch_option_name or
12871         arm_parse_cpu_option_name to match parameters against list of
12872         available targets.
12873         * config/arm/parsecpu.awk (gen_comm_data): Don't generate
12874         arm_arch_core_flags data structure.
12875         * config/arm/arm-cpu_cdata.h: Regenerated.
12877 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
12879         * common/config/arm/arm-common.c (arm_initialize_isa): Moved here from
12880         config/arm/arm.c.
12881         (arm_print_hint_for_cpu_option): Likewise.
12882         (arm_print_hint_for_arch_option): Likewise.
12883         (arm_parse_cpu_option_name): Likewise.
12884         (arm_parse_arch_option_name): Likewise.
12885         * config/arm/arm.c (arm_identify_fpu_from_isa): Use the computed number
12886         of entries in the all_fpus list.
12887         * config/arm/arm-protos.h (all_architectures, all_cores): Declare.
12888         (arm_parse_cpu_option_name): Declare.
12889         (arm_parse_arch_option_name): Declare.
12890         (arm_parse_option_features): Declare.
12891         (arm_intialize_isa): Declare.
12892         * config/arm/parsecpu.awk (gen_data): Move CPU and architecture
12893         data tables to ...
12894         (gen_comm_data): ... here.  Make definitions non-static.
12895         * config/arm/arm-cpu-data.h: Regenerated.
12896         * config/arm/arm-cpu-cdata.h: Regenerated.
12898 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
12900         * config/arm/arm-protos.h (arm_build_target): Remove arch_core.
12901         (cpu_arch_extension): New structure.
12902         (cpu_arch_option, arch_option, cpu_option): New structures.
12903         * config/arm/parsecpu.awk (gen_headers): Build an enumeration of
12904         architecture types.
12905         (gen_data): Generate new format data tables.
12906         * config/arm/arm.c (cpu_tune): New structure.
12907         (cpu_option, processors): Delete.
12908         (arm_print_hint_for_core_or_arch): Delete.  Replace with ...
12909         (arm_print_hint_for_cpu_option): ... this and ...
12910         (arm_print_hint_for_arch_option): ... this.
12911         (arm_parse_arch_cpu_name): Delete.  Replace with ...
12912         (arm_parse_cpu_option_name): ... this and ...
12913         (arm_parse_arch_option_name): ... this.
12914         (arm_unrecognized_feature): Change type of target parameter to
12915         cpu_arch_option.
12916         (arm_parse_arch_cpu_features): Delete.  Replace with ...
12917         (arm_parse_option_features): ... this.
12918         (arm_configure_build_target): Rework to use new configuration data
12919         tables.
12920         (arm_print_tune_info): Rework for new configuration data tables.
12921         * config/arm/arm-cpu-data.h: Regenerated.
12922         * config/arm/arm-cpu.h: Regenerated.
12924 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
12926         * Makefile.in (OBJS): Move sbitmap.o from here ...
12927         (OBJS-libcommon): ... to here.
12929 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
12931         * config/arm/arm-isa.h (ISA_ALL_FPU_INTERNAL): Renamed from ISA_ALL_FPU.
12932         (ISA_ALL_CRYPTO): New macro.
12933         (ISA_ALL_SIMD): New macro
12934         (ISA_ALL_FP): New macro.
12935         * config/arm/arm.c (fpu_bitlist): Update initializer.
12936         * config/arm/arm-cpus.in: Use new ISA_ALL macros to disable crypto,
12937         simd or fp.
12938         (arm9e): Add fpu.  Add option for nofp
12939         (arm946e-s, arm966e-s, arm968e-s, arm10e, arm1020e, arm1022e): Likewise.
12940         (arm926ej-s, arm1026ej-s): Likewise.
12941         (generic-armv7-a): Add fpu.  Add options for simd, vfpv3, vfpv3-d16,
12942         vfpv3-fp16, vfpv3-d16-fp16, vfpv4, vfpv4-d16, neon, neon-vfp3,
12943         neon-fp16, neon-vfpv4, nofp and nosimd.
12944         (cortex-a5, cortex-a7): Add fpu.  Add options for nosimd and nofp.
12945         (cortex-a8): Add fpu.  Add option for nofp.
12946         (cortex-a9): Add fpu.  Add options for nosimd and nofp.
12947         (cortex-a12, cortex-a15, cortex-a17): Add fpu.  Add option for nofp.
12948         (cortex-r4f): Add fpu.
12949         (cortex-r5): Add fpu.  Add options for nofp.dp and nofp.
12950         (cortex-r7): Use idiv option from architecture.  Add fpu.  Add option
12951         for nofp.
12952         (cortex-r8): Likewise.
12953         (cortex-m4): Add fpu.  Add option for nofp.
12954         (cortex-a15.cortex-a7): Add fpu.  Add option for nofp.
12955         (cortex-a17.cortex-a7): Likewise.
12956         (cortex-a32): Add fpu.  Add options for crypto and nofp.
12957         (cortex-a35, cortex-a53): Likewise.
12958         (cortex-a57): Add fpu.  Add option for crypto.
12959         (cortex-a72, cortex-a73): Likewise.
12960         (exynos-m1): Likewise.
12961         (cortex-a57.cortex-a53, cortex-a72.cortex-a53): Likewise.
12962         (cortex-a73.cortex-a35, cortex-a73.cortex-a53): Likewise.
12963         (cortex-m33): Add fpu.  Add option for nofp.
12964         * config/arm/arm-cpu-cdata.h: Regenerated
12965         * config/arm/arm-cpu-data.h: Regenerated.
12967 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
12969         * arm-cpus.in (armv5e): Add options fp, vfpv2 and nofp.
12970         (armv5te, armv5tej): Likewise.
12971         (armv6, armv6j, armv6k, armv6z, armv6kz, armv6zk, armv6t2): Likewise.
12972         (armv7): Add options fp and vfpv3-d16.
12973         (armv7-a): Add options fp, simd, vfpv3, vfpv3-d16, vfpv3-d16-fp16,
12974         vfpv3-fp16, vfpv4, vfpv4-d16, neon, neon-vfpv3, neon-fp16, neon-vfpv4,
12975         nofp and nosimd.
12976         (armv7ve): Likewise.
12977         (armv7-r): Add options fp, fp.sp, idiv, nofp and noidiv.
12978         (armv7e-m): Add options fp, fpv5, fp.dp and nofp.
12979         (armv8-a): Add nocrypto option.
12980         (armv8.1-a, armv8.2-a): Likewise.
12981         (armv8-m.main): add options fp, fp.dp and nofp.
12983 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
12985         * config/arm/arm-cpus.in (armv8-a): Add options crc, simd crypto and
12986         nofp.
12987         (armv8-a+crc): Delete.
12988         (armv8.1-a): Add options simd, crypto and nofp.
12989         (armv8.2-a): Add options fp16, simd, crypto and nofp.
12990         (armv8.2-a+fp16): Delete.
12991         (armv8-m.main): Add option dsp.
12992         (armv8-m.main+dsp): Delete.
12993         (cortex-a8): Add fpu.  Add nofp option.
12994         (cortex-a9): Add fpu.  Add nofp and nosimd options.
12995         * config/arm/parsecpu.awk (gen_data): Generate option tables and
12996         link to main cpu and architecture data structures.
12997         (gen_comm_data): Only put isa attributes from the main architecture
12998         in common tables.
12999         (option): New statement for architecture and CPU entries.
13000         * arm.c (struct cpu_option): New structure.
13001         (struct processors): Add entry for options.
13002         (arm_unrecognized_feature): New function.
13003         (arm_parse_arch_cpu_name): Ignore any characters after the first
13004         '+' character.
13005         (arm_parse_arch_cpu_feature): New function.
13006         (arm_configure_build_target): Separate out any CPU and architecture
13007         features and parse separately.  Don't error out if -mfpu=auto is
13008         used with only an architecture string.
13009         (arm_print_asm_arch_directives): New function.
13010         (arm_file_start): Call it.
13011         * config/arm/arm-cpu-cdata.h: Regenerated.
13012         * config/arm/arm-cpu-data.h: Likewise.
13013         * config/arm/arm-tables.opt: Likewise.
13015 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
13017         * config/arm/elf.h (ASM_SPEC): Only pass -mfpu through to the
13018         assembler when it is not -mfpu=auto.
13020 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
13022         * config/arm/arm.h (BIG_LITTLE_SPEC): Delete macro.
13023         (ASM_REWRITE_SPEC_FUNCTIONS): New macro.
13024         (BIG_LITTLE_CPU_SPEC_FUNCTIONS): Delete macro.
13025         (ASM_CPU_SPEC): Rewrite.
13026         (MCPU_MTUNE_NATIVE_FUNCTIONS): New macro.
13027         (EXTRA_SPEC_FUNCTIONS): Move outside of ifdef.  Use
13028         MCPU_MTUNE_NATIVE_FUNCTIONS and ASM_REWRITE_SPEC_FUNCTIONS.  Remove
13029         reference to BIG_LITTLE_CPU_SPEC_FUNCTIONS.
13030         * common/config/arm/arm-common.c (arm_rewrite_selected_cpu): Ensure
13031         copied string is NUL-terminated.  Also strip any characters prefixed
13032         by '+'.
13033         (arm_rewrite_selected_arch): New function.
13034         (arm_rewrite_march): New function.
13036 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
13038         * config/arm/arm.opt (x_arm_arch_string): New TargetSave option.
13039         (x_arm_cpu_string, x_arm_tune_string): Likewise.
13040         (march, mcpu, mtune): Convert to string-based options.
13041         * config/arm/arm.c (arm_print_hint_for_core_or_arch): New function.
13042         (arm_parse_arch_cpu_name): New function.
13043         (arm_configure_build_target): Use arm_parse_arch_cpu_name to
13044         identify selected architecture or CPU.
13045         (arm_option_save): New function.
13046         (TARGET_OPTION_SAVE): Redefine.
13047         (arm_option_restore): Restore string options.
13048         (arm_option_print): Print string options.
13050 2017-06-16  Martin Sebor  <msebor@redhat.com>
13052         PR tree-optimization/80933
13053         PR tree-optimization/80934
13054         * builtins.c (fold_builtin_3): Do not handle bcmp here.
13055         * gimple-fold.c (gimple_fold_builtin_bcmp): New function.
13056         (gimple_fold_builtin_bcopy, gimple_fold_builtin_bzero): Likewise.
13057         (gimple_fold_builtin): Call them.
13059 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
13061         * gimple-ssa-isolate-paths.c (isolate_path): Set edge leading to path
13062         as unlikely; update profile.
13064 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
13066         * predict.c (force_edge_cold): Handle declaring edges impossible
13067         more aggresively.
13069 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
13071         * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Update
13072         profile.
13073         (try_unroll_loop_completely): Fix reporting.
13075 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
13077         * tree-ssa-tail-merge.c (replace_block_by): Fix profile updating.
13079 2017-06-16  James Greenhalgh  <james.greenhalgh@arm.com>
13081         PR target/71778
13082         * config/arm/arm-builtins.c (arm_expand_builtin_args): Return TARGET
13083         if given a non-constant argument for an intrinsic which requires a
13084         constant.
13086 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
13088         * profile.c (compare_freqs): New function.
13089         (branch_prob): Sort edge list.
13090         (find_spanning_tree): Assume that the list is priority sorted.
13092 2017-06-16  Richard Biener  <rguenther@suse.de>
13094         PR tree-optimization/81090
13095         * passes.def (pass_record_bounds): Remove.
13096         * tree-pass.h (make_pass_record_bounds): Likewise.
13097         * tree-ssa-loop.c (pass_data_record_bounds, pass_record_bounds,
13098         make_pass_record_bounds): Likewise.
13099         * tree-ssa-loop-ivcanon.c (canonicalize_induction_variables): Do
13100         not free niter estimates at the beginning but at the end.
13101         * tree-scalar-evolution.c (scev_finalize): Free niter estimates.
13103 2017-06-16  Richard Biener  <rguenther@suse.de>
13105         * tree-switch-conversion.c (emit_case_bit_tests): Adjust
13106         initializer to workaround ICE in host GCC 4.8.
13108 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
13110         * ipa-inline-transform.c (update_noncloned_frequencies): Update also
13111         counts.
13112         (clone_inlined_nodes): Update.
13114 2017-06-16  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
13116         * config/aarch64/aarch64.c (qdf24xx_prefetch_tune): Update
13117         prefetch settings, and enable prefetching by default at -O3.
13119 2017-06-16  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
13121         * config/aarch64/aarch64.c (aarch64_override_options_internal):
13122         Set flag_prefetch_loop_arrays according to tuning data.
13124 2017-06-16  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
13126         * config/aarch64/aarch64-protos.h (struct cpu_prefetch_tune):
13127         New tune structure.
13128         (struct tune_params): Use cpu_prefetch_tune instead of cache_line_size.
13129         [Unrelated to main purpose of the patch] Place the pointer field last
13130         to enable type checking errors when tune structure are wrongly merged.
13131         * config/aarch64/aarch64.c (generic_prefetch_tune,)
13132         (exynosm1_prefetch_tune, qdf24xx_prefetch_tune,)
13133         (thunderx2t99_prefetch_tune): New tune constants.
13134         (tune_params *_tunings): Update all tunings (no functional change).
13135         (aarch64_override_options_internal): Set PARAM_SIMULTANEOUS_PREFETCHES,
13136         PARAM_L1_CACHE_SIZE, PARAM_L1_CACHE_LINE_SIZE, and PARAM_L2_CACHE_SIZE
13137         from tunings structures.
13139 2017-06-16  Jakub Jelinek  <jakub@redhat.com>
13141         PR sanitizer/81094
13142         * ubsan.c (instrument_null): Add T argument, use it instead
13143         of computing it based on IS_LHS.
13144         (instrument_object_size): Likewise.
13145         (pass_ubsan::execute): Adjust instrument_null and
13146         instrument_object_size callers to pass gimple_get_lhs or
13147         gimple_assign_rhs1 result to it.  Use instrument_null instead of
13148         calling get_base_address and instrument_mem_ref.  Handle
13149         aggregate call arguments for object-size sanitization.
13151 2017-06-16  Yury Gribov  <tetra2005@gmail.com>
13153         PR tree-optimization/81089
13154         * tree-vrp.c (is_masked_range_test): Validate operands of
13155         subexpression.
13157 2017-06-15  Martin Sebor  <msebor@redhat.com>
13159         PR c++/80560
13160         * dumpfile.c (dump_register): Avoid calling memset to initialize
13161         a class with a default ctor.
13162         * gcc.c (struct compiler): Remove const qualification.
13163         * genattrtab.c (gen_insn_reserv): Replace memset with initialization.
13164         * hash-table.h: Ditto.
13165         * ipa-cp.c (allocate_and_init_ipcp_value): Replace memset with
13166           assignment.
13167         * ipa-prop.c (ipa_free_edge_args_substructures): Ditto.
13168         * omp-low.c (lower_omp_ordered_clauses): Replace memset with
13169         default ctor.
13170         * params.h (struct param_info): Make struct members non-const.
13171         * tree-switch-conversion.c (emit_case_bit_tests): Replace memset
13172         with default initialization.
13173         * vec.h (vec_copy_construct, vec_default_construct): New helper
13174         functions.
13175         (vec<T>::copy, vec<T>::splice, vec<T>::reserve): Replace memcpy
13176         with vec_copy_construct.
13177         (vect<T>::quick_grow_cleared): Replace memset with default ctor.
13178         (vect<T>::vec_safe_grow_cleared, vec_safe_grow_cleared): Same.
13179         * doc/invoke.texi (-Wclass-memaccess): Document.
13181 2017-06-15  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
13183         * emit-rtl.h (is_leaf): Update comment about local
13184         register allocator.
13186 2017-06-15  Jozef Lawrynowicz   <jozef.l@somniumtech.com>
13188         PR target/78818
13189         * config/msp430/msp430.c (msp430_data_attr): Check that it's possible
13190         for a variable to have a section before checking if the section has a
13191         name.
13192         Set section to.persistent if persistent attribute is set.
13193         Warn if .persistent attribute is used on an automatic variable.
13195 2017-06-15  Eric Botcazou  <ebotcazou@adacore.com>
13197         PR rtl-optimization/80474
13198         * reorg.c (update_block): Do not ignore instructions in a delay slot.
13200 2017-06-15  Segher Boessenkool  <segher@kernel.crashing.org>
13202         * config/rs6000/rs6000.md (add<mode>3): Use reg_or_subregno instead
13203         of REGNO.
13205 2017-06-14  Maciej W. Rozycki  <macro@imgtec.com>
13207         * config/mips/mips.md (MIPS16_T_REGNUM): Remove constant.
13208         (casesi): Emit bounds checking as RTL.
13209         (casesi_internal_mips16_<mode>): Remove bounds checking.
13211 2017-06-14  Max Filippov  <jcmvbkbc@gmail.com>
13213         * config/xtensa/xtensa.c (xtensa_option_override): Append
13214         MASK_CONST16 to target_flags in the absence of TARGET_L32R.
13215         (hwloop_optimize, hwloop_fail, hwloop_pattern_reg,
13216          xtensa_doloop_hooks): Define unconditionally.
13217         (xtensa_reorg_loops): Only call reorg_loops in the presence of
13218         TARGET_LOOPS.
13219         * config/xtensa/xtensa.h (TARGET_L32R): New definition.
13220         (TARGET_DEFAULT): Remove XCHAL_HAVE_L32R condition and account
13221         for it in xtensa_option_override.
13222         (HARD_FRAME_POINTER_IS_FRAME_POINTER,
13223          HARD_FRAME_POINTER_IS_ARG_POINTER): New definitions.
13225 2017-06-14  Boris Kolpackov  <boris@codesynthesis.com>
13227         * doc/cppopts.texi: Document '-' special value to -MF.
13229 2017-06-14  Wilco Dijkstra  <wdijkstr@arm.com>
13231         * config/arm/cortex-a53.md (cortex_a53_fpalu) Adjust latency.
13232         (cortex_a53_fconst): Likewise.
13233         (cortex_a53_fpmul): Likewise.
13234         (cortex_a53_f_load_64): Likewise.
13235         (cortex_a53_f_load_many): Likewise.
13236         (cortex_a53_advsimd_alu): Likewise.
13237         (cortex_a53_advsimd_alu_q): Likewise.
13238         (cortex_a53_advsimd_mul): Likewise.
13239         (cortex_a53_advsimd_mul_q): Likewise.
13240         (fpmac bypass): Add new bypass for fpmac-fpmac case.
13241         Add missing fmul, r2f_cvt and fconst cases.
13243 2017-06-14  Richard Biener  <rguenther@suse.de>
13245         PR middle-end/81088
13246         * fold-const.c (split_tree): Drop TREE_OVERFLOW flag from
13247         literal constants.
13248         (fold_binary_loc): When associating do not treat pre-existing
13249         TREE_OVERFLOW on literal constants as a reason to allow
13250         TREE_OVERFLOW on associated literal constants.
13252 2017-06-14  Eric Botcazou  <ebotcazou@adacore.com>
13254         * config/sparc/sparc.h (MASK_ISA): Add MASK_LEON and MASK_LEON3.
13255         (MASK_FEATURES): New macro.
13256         * config/sparc/sparc.c (sparc_option_override): Remove the special
13257         handling of -mfpu and generalize it to all MASK_FEATURES switches.
13259 2017-06-14  Eric Botcazou  <ebotcazou@adacore.com>
13261         * simplify-rtx.c (simplify_binary_operation_1) <UDIV>: Do not simplify
13262         a division of 0 if non-call exceptions are enabled.
13264 2017-06-14  Andrew Pinski  <apinski@cavium.com>
13265             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
13267         PR target/71663
13268         * config/aarch64/aarch64.c (aarch64_expand_vector_init):
13269         Improve vector initialization code gen for only variable case.
13271 2017-06-14  Eric Botcazou  <ebotcazou@adacore.com>
13273         * config/sparc/driver-sparc.c (cpu_names): Add SPARC-T5 entry.
13275 2017-06-14  Richard Biener  <rguenther@suse.de>
13277         PR tree-optimization/81083
13278         * tree-ssa-sccvn.c (vn_reference_lookup_3): Do not use abnormals
13279         as values.
13281 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
13283         * config/rs6000/rs6000.c: Update all comments that mentioned SPE.
13284         (rs6000_expand_builtin): Remove RS6000_BTC_EVSEL.
13285         * config/rs6000/rs6000.h (RS6000_BTC_EVSEL): Delete.
13286         * config/rs6000/vxworks.h (VXCPU_FOR_8548): Delete.  Adjust former use.
13287         * config/rs6000/vxworksae.h (VXCPU_FOR_8548): Delete.
13288         * config/rs6000/vxworksmils.h (VXCPU_FOR_8548): Delete.
13290 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
13292         * config/rs6000/rs6000-opts.h (enum rs6000_vector): Delete VECTOR_SPE.
13293         * config/rs6000/rs6000.c (rs6000_debug_vector_unit): Delete VECTOR_SPE.
13295 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
13297         * config/rs6000/rs6000.h (FIXED_SCRATCH): Delete.
13299 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
13301         * config/rs6000/t-rtems: Don't handle SPE.
13303 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
13305         * config/rs6000/t-linux: Don't handle SPE.
13307 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
13309         * config/rs6000/eabispe.h: Delete file.
13311 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
13313         * config/rs6000/t-spe: Delete file.
13315 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
13317         * config/rs6000/rs6000.c (SPE_CONST_OFFSET_OK): Delete.
13318         (rs6000_legitimate_offset_address_p): Return false for anything in
13319         V2SImode or V2SFmode.
13321 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
13323         * config/rs6000/rs6000-modes.def: Remove all 8-byte vector modes
13324         except V2SF and V2SI.  Rearrange the vector modes, and add comments.
13325         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Remove V8QImode
13326         and V4HImode.
13327         (reg_offset_addressing_ok_p): Remove V4HImode and V1DImode.
13328         (rs6000_legitimate_offset_address_p): Ditto.
13329         (rs6000_emit_move): Ditto.
13330         (rs6000_init_builtins): Remove V4HI_type_node.
13332 2017-06-13  Martin Liska  <mliska@suse.cz>
13334         PR sanitize/78204
13335         * asan.c (asan_sanitize_stack_p): Use sanitize_flags_p.
13336         (gate_asan): Likewise.
13337         * asan.h (asan_no_sanitize_address_p): Remove the function.
13338         (sanitize_flags_p): New function.
13339         * builtins.def: Fix coding style.
13340         * common.opt: Use renamed enum value.
13341         * convert.c (convert_to_integer_1): Use sanitize_flags_p.
13342         * doc/extend.texi: Document no_sanitize attribute.
13343         * flag-types.h (enum sanitize_code): Rename SANITIZE_NONDEFAULT
13344         to SANITIZE_UNDEFINED_NONDEFAULT.
13345         * gcc.c (sanitize_spec_function): Use the renamed enum value.
13346         * gimple-fold.c (optimize_atomic_compare_exchange_p):
13347         Use sanitize_flags_p.
13348         * gimplify.c (gimplify_function_tree): Likewise.
13349         * ipa-inline.c (sanitize_attrs_match_for_inline_p): Likewise.
13350         * opts.c (parse_no_sanitize_attribute): New function.
13351         (common_handle_option): Use renamed enum value.
13352         * opts.h (parse_no_sanitize_attribute): Declare.
13353         * tree.c (sanitize_flags_p): New function.
13354         * tree.h: Declared here.
13355         * tsan.c: Use sanitize_flags_p.
13356         * ubsan.c (ubsan_expand_null_ifn): Likewise.
13357         (instrument_mem_ref): Likewise.
13358         (instrument_bool_enum_load): Likewise.
13359         (do_ubsan_in_current_function): Remove the function.
13360         (pass_ubsan::execute): Use sanitize_flags_p.
13361         * ubsan.h: Remove do_ubsan_in_current_function
13362         * tree-cfg.c (print_no_sanitize_attr_value): New function.
13363         (dump_function_to_file): Use it here.
13365 2017-06-13  Martin Jambor  <mjambor@suse.cz>
13367         PR tree-optimization/80803
13368         PR tree-optimization/81063
13369         * tree-sra.c (subtree_mark_written_and_enqueue): Move up in the file.
13370         (propagate_subaccesses_across_link): Enqueue subtree whenever
13371         necessary instead of relying on the caller.
13373 2017-06-13  Martin Jambor  <mjambor@suse.cz>
13375         * tree-sra.c (add_access_to_work_queue): Only enqueue accesses
13376         that have a first_link.
13377         (sort_and_splice_var_accesses): Do not check first_link before
13378         enquing.
13379         (subtree_mark_written_and_enqueue): Likewise.
13380         (propagate_all_subaccesses): Likewise and do not stop at first
13381         parent with a first_link.
13383 2017-06-13  Martin Jambor  <mjambor@suse.cz>
13385         * tree-sra.c (dump_access_tree_1): Fix accidental dumping to stderr
13386         instead of f.
13388 2017-06-13  Yury Gribov  <tetra2005@gmail.com>
13390         * match.pd: New pattern.
13392 2017-06-13  Yury Gribov  <tetra2005@gmail.com>
13394         * tree-vrp.c (is_masked_range_test): New function.
13395         (register_edge_assert_for): Determine ranges for
13396         some bit tests.
13398 2017-06-13  Yury Gribov  <tetra2005@gmail.com>
13400         PR tree-optimization/67328
13401         * fold-const.c (maskable_range_p): New function.
13402         (build_range_check): Generate bittests if possible.
13404 2017-06-13  Martin Liska  <mliska@suse.cz>
13406         * gimple-pretty-print.c (dump_probability): Add new argument.
13407         (dump_edge_probability): Dump both probability and count.
13408         (dump_gimple_label): Likewise.
13409         (dump_gimple_bb_header): Likewise.
13411 2017-06-13  Georg-Johann Lay  <avr@gjlay.de>
13413         PR target/81072
13414         * config/avr/avr-devices.c: Fix indentation.
13415         * config/avr/gen-avr-mmcu-specs.c: Dito.
13417 2017-06-13  Richard Biener  <rguenther@suse.de>
13419         * tree-vect-loop.c (vect_model_reduction_cost): Do not fail,
13420         instead get vector type from stmt_info.
13421         (vectorizable_reduction): Adjust.  Remove dead code.
13423 2017-06-13  Richard Biener  <rguenther@suse.de>
13425         PR middle-end/81065
13426         * fold-const.c (extract_muldiv_1): Remove bogus distribution
13427         case of C * (x * C2 + C3).
13428         (fold_addr_of_array_ref_difference): Properly fold index difference.
13430 2017-06-12  David S. Miller  <davem@davemloft.net>
13432         PR target/80968
13433         * config/sparc/sparc.md (return expander): Emit frame blockage if
13434         function uses alloca.
13436 2017-06-12  Richard Sandiford  <richard.sandiford@linaro.org>
13438         * combine.c (make_field_assignment): Check len rather than the mode
13439         precision when calling force_to_mode.
13441 2017-06-12  Georg-Johann Lay  <avr@gjlay.de>
13443         Support multilibs and devices that see flash in RAM address range.
13445         PR target/81072
13446         * config/avr/avr-arch.h (avr_arch_id) <ARCH_AVRXMEGA3>: New enum.
13447         (avr_mcu_t) <flash_pm_offset>: New field.
13448         (avr_device_specific_features) <AVR_ISA_RCALL>: New enum.
13449         * config/avr/avr.h (AVR_SHORT_CALLS): New define.
13450         (AVR_HAVE_JMP_CALL): Don't set if AVR_SHORT_CALLS.
13451         (AVR_TINY_PM_OFFSET): Remove macro.
13452         * config/avr/avr.opt (-mshort-calls): New option.
13453         * config/avr/gen-avr-mmcu-specs.c (print_mcu)
13454         [*self_spec]: Add / remove -mshort-calls depending on AVR_ISA_RCALL.
13455         * config/avr/avr-c.c (avr_cpu_cpp_builtins)
13456         <__AVR_SHORT_CALLS__>: Built-in define if AVR_SHORT_CALLS.
13457         <__AVR_HAVE_JMP_CALL__>: Use AVR_HAVE_JMP_CALL as condition
13458         instead of avr_arch->have_jmp_call.
13459         <__AVR_PM_BASE_ADDRESS__>: Built-in define if avr_arch->flash_pm_offset.
13460         [AVR_TINY] <__AVR_TINY_PM_BASE_ADDRESS__>: Use
13461         avr_arch->flash_pm_offset to define.
13462         * config/avr/avr-devices.c (avr_arch_types): Add initializers for
13463         new field flash_pm_offset.  Add entry for avrxmega3.
13464         (avr_texinfo): Add entry for avrxmega3.
13465         * config/avr/avr-mcus.def: Add entries for: avrxmega3,
13466         attiny212, attiny214,
13467         attiny412, attiny414, attiny416, attiny417,
13468         attiny814, attiny816, attiny817,
13469         attiny1614, attiny1616, attiny1617,
13470         attiny3214, attiny3216, attiny3217.
13471         * config/avr/avr.c (avr_assemble_integer)[AVR_TINY]: Use
13472         avr_arch->flash_pm_offset instead of AVR_TINY_PM_OFFSET.
13473         (avr_print_operand_address) [AVR_TINY]: Same.
13474         (avr_asm_init_sections) <readonly_data_section>: Only patch
13475         callback if avr_arch->flash_pm_offset = 0.
13476         (avr_asm_named_section) <avr_need_copy_data_p>: Skip setting it
13477         for rodata if avr_arch->flash_pm_offset != 0.
13478         (avr_encode_section_info) [AVR_TINY]: Adjust comment.
13479         * config/avr/genmultilib.awk (dir_rcall, opt_rcall): New vars.
13480         (opts) [AVR_ISA_RCALL]: Append opt_rcall.
13481         (m_options): Append opt_rcall.
13482         (m_dirnames): Append dir_rcall.
13483         * config/avr/t-multilib: Regenerate.
13485         * configure.ac [target=avr]: Check whether avrxmega3 default
13486         linker description file works as needed.
13487         * configure: Regenerate.
13488         * doc/avr-mmcu.texi: Regenerate.
13489         * doc/invoke.texi (AVR Options) <-mshort-calls>: Document it.
13490         <__AVR_ARCH__>: Document avrxmega3 and 103.
13491         <__AVR_HAVE_JMP_CALL__>: Adjust documentation.
13492         <__AVR_SHORT_CALLS__>: Document it.
13493         <__AVR_PM_BASE_ADDRESS__>: Document it.
13494         * doc/extend.texi (AVR Options) <-mshort-calls>: Document it.
13495         (AVR Variable Attributes) <progmem>: Document this is
13496         not needed for avrxmega3.
13497         (AVR Named Address Spaces) <__flash>: Dito.
13499 2017-06-12  Jan Hubicka  <hubicka@ucw.cz>
13501         * cgraph.c (cgraph_node::dump): Complain about profile insanities.
13503 2017-06-12  Doug Rupp  <rupp@adacore.com>
13505         * config.gcc (*-*-vxworks*): Set use_gcc_stdint to "provide".
13506         Append vxworks-stdint.h to the tm_file list.
13507         * config/vxworks-stdint.h: New file.
13509 2017-06-12  Martin Liska  <mliska@suse.cz>
13511         PR tree-optimization/81041
13512         * tree-profile.c (gimple_gen_ic_func_profiler):
13513         Create an extra BB in profile-generate
13514         (gimple_gen_time_profiler): Likewise.
13516 2017-06-12  Jakub Jelinek  <jakub@redhat.com>
13518         PR tree-optimization/81003
13519         * tree-ssa-reassoc.c (force_into_ssa_name): New function.
13520         (update_range_test): Use it instead of force_gimple_operand_gsi.
13522 2017-06-12  Richard Biener  <rguenther@suse.de>
13524         PR tree-optimization/81053
13525         * tree-vect-loop.c (vect_is_simple_reduction): Handle PHI
13526         with backedge value not defined in loop.  Simplify def stmt
13527         compute.
13529 2017-06-11  Tom de Vries  <tom@codesourcery.com>
13531         PR target/79939
13532         * config/nvptx/nvptx.c (nvptx_cannot_force_const_mem): New function.
13533         Return true.
13534         (TARGET_CANNOT_FORCE_CONST_MEM): Redefine to
13535         nvptx_cannot_force_const_mem.
13537 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
13539         * opts.c (finish_options): Move test for flag_split_stack after
13540         it has been initialized.
13542 2017-06-11  Jason Merrill  <jason@redhat.com>
13544         * tree.h (id_equal): New.
13545         * dwarf2out.c, hsa-gen.c, ipa-devirt.c, omp-expand.c,
13546         omp-simd-clone.c, read-rtl-function.c, tree-chkp.c, tree.c: Use it
13547         instead of strcmp of IDENTIFIER_POINTER.
13549 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
13551         * ipa-inline-transform.c: Include function.h, cfg.h and basic-block.h
13552         (mark_all_inlined_calls_cdtor): Fix formating.
13553         (inline_transform): Rescale profile before inlining.
13555 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
13557         * cgraph.h (cgraph_edge::clone): Update prototype.
13558         * cgraphclones.c (cgraph_edge::clone): Update profile scaling.
13559         (cgraph_node::create_clone): Update.
13560         (cgraph_node::create_version_clone): Update.
13561         * tree-inline.c (copy_bb): Update.
13562         (expand_call_inline): Update.
13564 2017-06-10  Segher Boessenkool  <segher@kernel.crashing.org>
13566         * config/rs6000/rs6000.c (emit_vrsave_prologue): New function,
13567         factored out from ...
13568         (rs6000_emit_prologue): ... here.
13570 2017-06-10  Segher Boessenkool  <segher@kernel.crashing.org>
13572         * config/rs6000/rs6000.c (emit_split_stack_prologue): New function,
13573         factored out from ...
13574         (rs6000_emit_prologue): ... here.
13576 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
13578         * predict.c (drop_profile): Also drop individual bb/edge and cgraph
13579         edge counts.
13580         (handle_missing_profiles): Fix computation of tp_first_run.
13581         (counts_to_freqs): Do not touch freqs when count is 0.
13583 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
13585         * cgraphbuild.c (cgraph_edge::rebuild_references): Do not touch
13586         profile.
13588 2017-06-10  Tom de Vries  <tom@codesourcery.com>
13590         * doc/sourcebuild.texi (Effective-Target Keywords, Environment
13591         attributes): Document signal effective target.
13593 2017-06-10  Tom de Vries  <tom@codesourcery.com>
13595         * doc/sourcebuild.texi (Effective-Target Keywords, Other attributes):
13596         Document effective target stack_size.
13598 2017-06-09  David Malcolm  <dmalcolm@redhat.com>
13600         * diagnostic.c (diagnostic_report_diagnostic): Only add fixits
13601         to the edit_context if they can be auto-applied.
13603 2017-06-9  Ian Lance Taylor  <iant@golang.org>
13605         * opts.c (finish_options): If -fsplit-stack, disable implicit
13606         -forder-blocks-and-partition.
13607         * doc/invoke.texi (Optimize Options): Document that when using
13608         -fsplit-stack -forder-blocks-and-partition is not implicitly
13609         enabled.
13611 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
13613         * builtin-attrs.def (ATTR_NORETURN_NOTHROW_LEAF_COLD_LIST,
13614         ATTR_CONST_NORETURN_NOTHROW_LEAF_COLD_LIST,
13615         ATTR_TMPURE_NORETURN_NOTHROW_LEAF_COLD_LIST): New.
13616         * builtins.def (abort, trap, unreachable): Declare cold.
13617         * calls.c (flags_from_decl_or_type): Lookup ECF_COLD.
13618         * tree-core.h (ECF_COLD): New.
13619         * tree.c (set_call_expr_flags): Handle ECF_COLD.
13620         (build_common_builtin_nodes): Mark unreachable and abort as cold.
13622 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
13624         * predict.c (unlikely_executed_stmt_p): Cleanup.
13626 2017-06-09  Richard Biener  <rguenther@suse.de>
13628         * tree-ssa-loop-im.c (execute_sm): Do not force multi-threaded
13629         model if the ref is always written to.
13631 2017-06-09  Tamar Christina  <tamar.christina@arm.com>
13633         * config/aarch64/aarch64.md (lrint<GPF:mode><GPI:mode>2): New.
13635 2017-06-09  Tamar Christina  <tamar.christina@arm.com>
13637         * config/arm/arm.c (arm_rtx_costs_internal): Make sdiv more expensive
13638         than udiv.
13640 2017-06-09  Tom de Vries  <tom@codesourcery.com>
13642         PR target/80855
13643         * config/nvptx/nvptx.md (define_expand "mov<QHSDISDFM>"): Error out with
13644         "target cannot support label values" when encountering LABEL_REF.
13646 2017-06-09  Martin Liska  <mliska@suse.cz>
13648         * tree-profile.c (gimple_gen_ic_profiler): Update comment.
13649         (gimple_gen_ic_func_profiler): Emit direct comparison
13650         of __gcov_indirect_call_callee with NULL.
13651         (gimple_gen_time_profiler): Change probability from
13652         PROB_VERY_UNLIKELY to PROB_UNLIKELY.
13654 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
13656         * profile.c (edge_gcov_counts): Turn to pointer.
13657         (compute_branch_probabilities, compute_branch_probabilities): Update.
13658         (branch_prob): Do not clear edge_gcov_count.
13659         * profile.h (edge_gcov_counts): Turn to pointer.
13660         (edge_gcov_count): Update.
13662 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
13664         * gimple.h (gimple_check_failed): Mark cold.
13666 2017-06-09  Richard Biener  <rguenther@suse.de>
13668         PR tree-optimization/66623
13669         * tree-vect-loop.c (vect_is_simple_reduction): Cleanup,
13670         refactor check_reduction into two parts, properly computing
13671         whether we have to check reduction validity for outer loop
13672         vectorization.
13674 2017-06-09  Richard Biener  <rguenther@suse.de>
13676         PR tree-optimization/79483
13677         * graphite-scop-detection.c (order): New global.
13678         (get_order): Compute bb to order mapping that satisfies code
13679         generation constraints.
13680         (cmp_pbbs): New helper.
13681         (build_scops): Start domwalk at entry block, sort generated
13682         pbbs.
13684 2017-06-09  Richard Biener  <rguenther@suse.de>
13686         PR middle-end/81007
13687         * ipa-polymorphic-call.c
13688         (ipa_polymorphic_call_context::restrict_to_inner_class):
13689         Skip FIELD_DECLs with error_mark_node type.
13690         * passes.def (all_lowering_passes): Run pass_build_cgraph_edges
13691         last again.
13693 2017-06-09  Martin Liska  <mliska@suse.cz>
13695         * predict.c (struct branch_predictor): New struct.
13696         (test_prediction_value_range): New test.
13697         (predict_c_tests): New function.
13698         * selftest-run-tests.c (selftest::run_tests): Run the function.
13699         * selftest.h: Declare new tests.
13701 2017-06-09  Segher Boessenkool  <segher@kernel.crashing.org>
13703         PR target/80966
13704         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Assert that
13705         gen_add3_insn did not fail.
13706         * config/rs6000/rs6000.md (add<mode>3): If asked to add a constant to
13707         r0, construct that number in a temporary reg and add that reg to r0.
13708         If asked to put the result in r0 as well, fail.
13710 2017-06-08  Will Schmidt  <will_schmidt@vnet.ibm.com>
13712         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
13713         for early expansion of vec_eqv.
13715 2017-06-08  Jakub Jelinek  <jakub@redhat.com>
13717         PR middle-end/81005
13718         * ubsan.c (instrument_null): Avoid pointless code temporary.
13719         (pass_ubsan::execute): Instrument aggregate arguments of calls.
13721 2017-06-08  Uros Bizjak  <ubizjak@gmail.com>
13723         PR target/81015
13724         Revert:
13725         2016-12-14  Uros Bizjak  <ubizjak@gmail.com>
13727         PR target/59874
13728         * config/i386/i386.md (*ctzhi2): New insn_and_split pattern.
13729         (*clzhi2): Ditto.
13731 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
13733         * predict.c (unlikely_executed_edge_p): Move ahead.
13734         (probably_never_executed_edge_p): Use it.
13736 2017-06-08  Alexander Ivchenko  <alexander.ivchenko@intel.com>
13738         PR middle-end/79988
13739         * tree-chkp.c (chkp_gimple_call_builtin_p): Remove
13740         gimple_call_builtin_p call.
13742 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
13744         * system.h (fancy_abort): Annotate by ATTRIBUTE_COLD.
13745         * rtl.h (rtl_check_failed_bounds, rtl_check_failed_type1,
13746         rtl_check_failed_type2, rtl_check_failed_code1,
13747         rtl_check_failed_code2, rtl_check_failed_code_mode,
13748         rtl_check_failed_block_symbol, cwi_check_failed_bounds,
13749         rtvec_check_failed_bounds, rtl_check_failed_flag,
13750         _fatal_insn_not_found, _fatal_insn): Likewise.
13751         * tree.h (tree_contains_struct_check_failed,
13752         tree_check_failed, tree_not_check_failed,
13753         tree_class_check_failed, tree_range_check_failed,
13754         tree_not_class_check_failed, tree_int_cst_elt_check_failed,
13755         tree_vec_elt_check_failed, phi_node_elt_check_failed,
13756         tree_operand_check_failed, omp_clause_check_failed,
13757         omp_clause_operand_check_failed, omp_clause_range_check_failed):
13758         Likewise.
13760 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
13762         * cgraph.c (cgraph_edge::maybe_hot_p): Do not check
13763         flag_branch_probabilities.
13764         * ipa-inline.c (edge_badness): Likewise.
13765         * ipa-profile.c (ipa_propagate_frequency_1): Likewise.
13766         * postreload-gcse.c (eliminate_partially_redundant_load): Likewise.
13767         * predict.c (maybe_hot_frequency_p): Likewise.
13768         (probably_never_executed): Likewise.
13769         * sched-ebb.c (schedule_ebbs): Likewise.
13770         * sched-rgn.c (find_single_block_region): Likewise.
13771         * tracer.c (tail_duplicate): Likewise.
13773 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
13775         * opts.c (finish_options): x_flag_reorder_blocks_and_partition no
13776         longer requires x_flag_profile_use.
13778 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
13780         * cfgrtl.c (cfg_layout_initialize): Check crtl->has_bb_partition
13781         instead of flag_reorder_blocks_and_partition.
13782         * dbxout.c (dbxout_function_end): Likewise.
13783         * dwarf2out.c (gen_subprogram_die): Likewise.
13784         * haifa-sched.c (sched_create_recovery_edges): Likewise.
13785         * hw-doloop.c (reorg_loops): Likewise.
13786         * varasm.c (assemble_start_function,
13787         assemble_end_function): Likewise.
13788         (decide_function_section): Do not check for
13789         flag_reorder_blocks_and_partition.
13791 2017-06-08  Alexander Ivchenko  <alexander.ivchenko@intel.com>
13793         * tree-chkp.c (chkp_get_hard_register_var_fake_base_address):
13794         New function.
13795         (chkp_get_hard_register_fake_addr_expr): Ditto.
13796         (chkp_build_addr_expr): Add check for hard reg case.
13797         (chkp_parse_array_and_component_ref): Ditto.
13798         (chkp_find_bounds_1): Ditto.
13799         (chkp_process_stmt): Don't generate bounds store for
13800         hard reg case.
13802 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
13804         * predict.c (maybe_hot_bb_p): Do not check profile status.
13805         (maybe_hot_edge_p): Likewise.
13806         (probably_never_executed): Check for zero counts even if profile
13807         is not read.
13808         (unlikely_executed_edge_p): New function.
13809         (unlikely_executed_stmt_p): New function.
13810         (unlikely_executed_bb_p): New function.
13811         (set_even_probabilities): Use unlikely predicates.
13812         (combine_predictions_for_bb): Likewise.
13813         (predict_paths_for_bb): Likewise.
13814         (predict_paths_leading_to_edge): Likewise.
13815         (determine_unlikely_bbs): New function.
13816         (estimate_bb_frequencies): Use it.
13817         (compute_function_frequency): Use zero counts even if profile is
13818         not read.
13819         * profile-count.h: Fix typo.
13821 2017-08-08  Julia Koval  <julia.koval@intel.com>
13823         * config/i386/avx512bwintrin.h (_mm512_mask_cvtepi16_storeu_epi8,
13824         _mm512_mask_cvtsepi16_storeu_epi8,
13825         _mm512_mask_cvtusepi16_storeu_epi8): New intrinsics.
13826         * config/i386/avx512vlbwintrin.h (_mm256_mask_cvtepi16_storeu_epi8,
13827         _mm_mask_cvtsepi16_storeu_epi8, _mm256_mask_cvtsepi16_storeu_epi8,
13828         _mm_mask_cvtusepi16_storeu_epi8, _mm256_mask_cvtusepi16_storeu_epi8,
13829         _mm_mask_cvtepi16_storeu_epi8): New intrinsics.
13830         * config/i386/i386-builtin-types.def (PV8Q, V8QI): New pointer type.
13831         (VOID_FTYPE_PV32QI_V32HI_USI, VOID_FTYPE_PV8QI_V8HI_UQI,
13832         VOID_FTYPE_PV16QI_V16HI_UHI): New function types.
13833         * config/i386/i386-builtin.def (__builtin_ia32_pmovwb128mem_mask,
13834         __builtin_ia32_pmovwb256mem_mask, __builtin_ia32_pmovswb128mem_mask,
13835         __builtin_ia32_pmovswb256mem_mask, __builtin_ia32_pmovuswb128mem_mask,
13836         __builtin_ia32_pmovuswb256mem_mask,
13837         __builtin_ia32_pmovuswb512mem_mask, __builtin_ia32_pmovswb512mem_mask)
13838         __builtin_ia32_pmovwb512mem_mask): New builtins.
13840 2017-08-08  Julia Koval  <julia.koval@intel.com>
13842         PR target/73350,80862
13843         * config/i386/subst.md (round): Fix round pattern.
13844         * config/i386/i386.c (ix86_erase_embedded_rounding):
13845         Fix erasing rounding for the fixed pattern.
13847 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
13849         * cfgbuild.c (find_many_sub_basic_blocks): Fix thinko.
13851 2017-06-08  Martin Liska  <mliska@suse.cz>
13853         PR gcov-profile/80911
13854         * gcov.c (block_info::block_info): New constructor.
13856 2017-06-07  Carl Love  <cel@us.ibm.com>
13858         * config/rs6000/rs6000-c: The return type of the following
13859         built-in functions was implemented as int not long long.  Fix sign
13860         of return value for the unsigned version of vec_mulo and vec_mule.
13861         vector unsigned long long vec_bperm (vector unsigned long long,
13862                                              vector unsigned char)
13863         vector signed long long vec_mule (vector signed int,
13864                                           vector signed int)
13865         vector unsigned long long vec_mule (vector unsigned int,
13866                                             vector unsigned int)
13867         vector signed long long vec_mulo (vector signed int,
13868                                           vector signed int)
13869         vector unsigned long long vec_mulo (vector unsigned int,
13870                                             vector unsigned int)
13871         * doc/extend.texi: Fix the documentation for the built-in
13872         functions.
13874 2017-06-07  Carl Love  <cel@us.ibm.com>
13876         PR target/80982
13877         * config/rs6000/altivec.md (double<mode>2): Fix the implementation of
13878         for BE.
13880 2017-06-07  Carl Love  <cel@us.ibm.com>
13882         * config/rs6000/altivec.md: Fix argument swizzle in vec_doublel
13883         support, Generate       doublehv for signed int/float for BE case only.
13885 2017-06-07  Alexander Monakov  <amonakov@ispras.ru>
13887         * doc/invoke.texi (mcx16): Rewrite.
13889 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
13891         * config/rs6000/predicates.md (rs6000_nonimmediate_operand): Delete.
13892         * config/rs6000/rs6000.md (*movsi_internal1, movsi_from_sf,
13893         *mov<mode>_softfloat, and an anonymous splitter): Use
13894         nonimmediate_operand instead of rs6000_nonimmediate_operand.
13896 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
13898         * config/rs6000/darwin.h (REGISTER_NAMES): Delete the SPE_ACC and
13899         SPEFSCR registers.
13900         * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Ditto.
13901         (enum rs6000_reg_type): Delete SPE_ACC_TYPE and SPEFSCR_REG_TYPE.
13902         (rs6000_debug_reg_global): Adjust.
13903         (rs6000_init_hard_regno_mode_ok): Adjust.
13904         (rs6000_dbx_register_number): Adjust.
13905         * config/rs6000/rs6000.h (FIRST_PSEUDO_REGISTER): Change to 115.
13906         (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS):
13907         Remove SPE_ACC and SPEFSCR.
13908         (REG_ALLOC_ORDER): Ditto.
13909         (FRAME_POINTER_REGNUM): Change to 111.
13910         (enum reg_class): Remove the SPE_ACC and SPEFSCR registers.
13911         (REG_CLASS_NAMES): Ditto.
13912         (REG_CLASS_CONTENTS): Delete the SPE_ACC and SPEFSCR registers.
13913         (REGISTER_NAMES): Ditto.
13914         (ADDITIONAL_REG_NAMES): Ditto.
13915         (rs6000_reg_names): Ditto.
13916         * config/rs6000/rs6000.md: Renumber some register number
13917         define_constants.
13919 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
13921         * config/rs6000/darwin.h (REGISTER_NAMES): Delete the SPE high
13922         registers.
13923         * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Ditto.
13924         * config/rs6000/rs6000.h (FIRST_PSEUDO_REGISTER): Change from 149
13925         to 117.
13926         (DWARF_REG_TO_UNWIND_COLUMN): Do not define.
13927         (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS):
13928         Delete the SPE high registers.
13929         (REG_ALLOC_ORDER): Ditto.
13930         (enum reg_class): Remove SPE_HIGH_REGS.
13931         (REG_CLASS_NAMES): Ditto.
13932         (REG_CLASS_CONTENTS): Delete the SPE high registers.
13933         (REGISTER_NAMES): Ditto.
13934         (rs6000_reg_names): Ditto.
13935         * doc/tm.texi.in: Remove SPE as example.
13936         * doc/tm.texi: Regenerate.
13938 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
13940         * config/rs6000/8540.md (ppc8540_brinc): Delete.
13941         * config/rs6000/e500mc.md (e500mc_brinc): Delete.
13942         * config/rs6000/e500mc64.md (e500mc64_brinc): Delete.
13943         * config/rs6000/rs6000.md (type): Remove "brinc".
13945 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
13947         * config.gcc (powerpc*-*-*): Don't add spe.h to extra_headers.
13948         (powerpc*-linux*spe*): Use ${cpu_type} instead of rs6000.
13949         * config/rs6000/linuxspe.h: Delete file.
13950         * config/rs6000/rs6000.md: Don't include spe.md.
13951         * config/rs6000/spe.h: Delete file.
13952         * config/rs6000/spe.md: Delete file.
13953         * config/rs6000/t-rs6000: Remove spe.md.
13955 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
13957         * config/rs6000/predicates.md (reg_or_mem_operand): Reformat.
13958         (reg_or_none500mem_operand): Delete.
13959         * config/rs6000/rs6000.md (extendsfdf2): Use reg_or_mem_operand
13960         instead of reg_or_none500mem_operand.
13962 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
13964         * config/rs6000/rs6000.c (rs6000_option_override_internal): Delete
13965         handling of SPE flags.
13966         * config/rs6000/rs6000.opt (-mspe, -mspe=no, -mspe=yes): Delete.
13968 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
13970         * config/rs6000/rs6000-common.c (rs6000_handle_option): Remove
13971         SPE ABI handling.
13972         * config/rs6000/paired.md (paired_negv2sf2): Rename to negv2sf2.
13973         (paired_absv2sf2, paired_addv2sf3, paired_subv2sf3, paired_mulv2sf3,
13974         paired_divv2sf3): Similar.
13975         * config/rs6000/predicates.md: Replace TARGET_SPE, TARGET_SPE_ABI,
13976         SPE_VECTOR_MODE and SPE_HIGH_REGNO_P by 0; simplify.
13977         * config/rs6000/rs6000-builtin.def: Delete RS6000_BUILTIN_E and
13978         RS6000_BUILTIN_S.
13979         Delete BU_SPE_1, BU_SPE_2, BU_SPE_3, BU_SPE_E, BU_SPE_P, and BU_SPE_X.
13980         Rename the paired_* instruction patterns.
13981         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Do not
13982         define __SPE__.
13983         * config/rs6000/rs6000-protos.h (invalid_e500_subreg): Delete.
13984         * config/rs6000/rs6000.c: Delete RS6000_BUILTIN_E and RS6000_BUILTIN_S.
13985         (struct rs6000_stack): Delete fields spe_gp_save_offset, spe_gp_size,
13986         spe_padding_size, and spe_64bit_regs_used.  Replace TARGET_SPE and
13987         TARGET_SPE_ABI with 0, simplify.  Replace SPE_VECTOR_MODE with
13988         PAIRED_VECTOR_MODE.
13989         (struct machine_function): Delete field spe_insn_chain_scanned_p.
13990         (spe_func_has_64bit_regs_p): Delete.
13991         (spe_expand_predicate_builtin): Delete.
13992         (spe_expand_evsel_builtin): Delete.
13993         (TARGET_DWARF_REGISTER_SPAN): Do not define.
13994         (TARGET_MEMBER_TYPE_FORCES_BLK): Do not define.
13995         (invalid_e500_subreg): Delete.
13996         (rs6000_legitimize_address): Always force_reg op2 as well, for
13997         paired single memory accesses.
13998         (rs6000_member_type_forces_blk): Delete.
13999         (rs6000_spe_function_arg): Delete.
14000         (rs6000_expand_unop_builtin): Delete SPE handling.
14001         (rs6000_expand_binop_builtin): Ditto.
14002         (spe_expand_stv_builtin): Delete.
14003         (bdesc_2arg_spe): Delete.
14004         (spe_expand_builtin): Delete.
14005         (spe_expand_predicate_builtin): Delete.
14006         (spe_expand_evsel_builtin): Delete.
14007         (rs6000_invalid_builtin): Remove RS6000_BTM_SPE handling.
14008         (spe_init_builtins): Delete.
14009         (spe_func_has_64bit_regs_p): Delete.
14010         (savres_routine_name): Delete "info" parameter.  Adjust callers.
14011         (rs6000_emit_stack_reset): Ditto.
14012         (rs6000_dwarf_register_span): Delete.
14013         * config/rs6000/rs6000.h (TARGET_SPE_ABI, TARGET_SPE,
14014         UNITS_PER_SPE_WORD, SPE_HIGH_REGNO_P, SPE_SIMD_REGNO_P,
14015         SPE_VECTOR_MODE, RS6000_BTM_SPE, RS6000_BUILTIN_E, RS6000_BUILTIN_S):
14016         Delete.
14017         * config/rs6000/rs6000.md (FIRST_SPE_HIGH_REGNO, LAST_SPE_HIGH_REGNO):
14018         Delete.
14019         * config/rs6000/rs6000.opt (-mabi=spe, -mabi=no-spe): Delete.
14020         * config/rs6000/spe.md: Delete every pattern that uses TARGET_SPE.
14021         * config/rs6000/vector.md (absv2sf2, negv2sf2, addv2sf3, subv2sf3,
14022         mulv2sf3, divv2sf3): Delete expanders.
14024 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
14026         config/rs6000/rs6000.md (UNSPEC_MV_CR_GT): Delete.
14028 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
14030         * config/rs6000/rs6000-protos.h (output_e500_flip_gt_bit): Delete.
14031         * config/rs6000/rs6000.c: Ditto.
14033 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
14035         * config/rs6000/predicated.md (rs6000_cbranch_operator): Delete.
14036         * config/rs6000/rs6000.md: Replace rs6000_cbranch_operator by
14037         comparison_operator.
14039 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
14041         * config/rs6000/rs6000.c: Remove everything related to -mfloat-gprs.
14042         * config/rs6000/rs6000.opt: Ditto.
14043         * config/rs6000/t-rtems: Ditto.
14045 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
14047         * config/rs6000/predicates.md: Replace TARGET_E500_DOUBLE and
14048         TARGET_E500_SINGLE by 0, simplify.
14049         * config/rs6000/rs6000.c: Ditto.
14050         (rs6000_option_override_internal): Delete CHECK_E500_OPTIONS.
14051         (spe_build_register_parallel): Delete.
14052         * config/rs6000/rs6000.h: Delete TARGET_E500_SINGLE,
14053         TARGET_E500_DOUBLE, and CHECK_E500_OPTIONS.
14054         * config/rs6000/rs6000.md: Replace TARGET_E500_DOUBLE,
14055         TARGET_E500_SINGLE, and <E500_CONVERT> by 0, simplify.
14056         (E500_CONVERT): Delete.
14057         * config/rs6000/spe.md: Remove many patterns and all define_constants.
14059 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
14061         * config/rs6000/darwin.md: Replace TARGET_FPRS by 1 and simplify.
14062         * config/rs6000/dfp.md: Ditto.
14063         (negdd2, *negdd2_fpr): Merge.
14064         (absdd2, *absdd2_fpr): Merge.
14065         (negtd2, *negtd2_fpr): Merge.
14066         (abstd2, *abstd2_fpr): Merge.
14067         * config/rs6000/e500.h: Delete file.
14068         * config/rs6000/predicates.md (rs6000_cbranch_operator): Replace
14069         TARGET_FPRS by 1 and simplify.
14070         * config/rs6000/rs6000-c.c: Ditto.
14071         * config/rs6000/rs6000.c: Ditto.  Also replace TARGET_SF_SPE and
14072         TARGET_DF_SPE by 0.
14073         * config/rs6000/rs6000.h: Ditto.  Delete TARGET_SF_SPE and
14074         TARGET_DF_SPE.
14075         * config/rs6000/rs6000.md: Ditto.
14076         (floatdidf2, *floatdidf2_fpr): Merge.
14077         (move_from_CR_gt_bit): Delete.
14078         * config/rs6000/spe.md: Replace TARGET_FPRS by 1 and simplify.
14079         (E500_CR_IOR_COMPARE): Delete.
14080         (All patterns that require !TARGET_FPRS): Delete.
14081         * config/rs6000/vsx.md: Replace TARGET_FPRS by 1 and simplify.
14083 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
14085         * passes.def (pass_iv_canon): Move before pass_loop_distribution.
14087 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
14089         * graphds.c (add_edge): Intitialize edge's attached data.
14090         (foll_in_subgraph, dfs_fst_edge, dfs_next_edge): New function
14091         pointer parameter.  Call pointed function on each edge during
14092         graph traversing.  Skip traversing the edge when the function
14093         returns true.
14094         (graphds_dfs, graphds_scc): Ditto.
14095         (for_each_edge): New parameter.  Pass the new parameter to callback
14096         function.
14097         * graphds.h (skip_edge_callback): New function pointer type.
14098         (graphds_dfs, graphds_scc): New function pointer parameter.
14099         (graphds_edge_callback, for_each_edge): New parameter.
14101 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
14103         * tree-vect-data-refs.c (vect_mark_for_runtime_alias_test): Factor
14104         out code checking if runtime alias check is possible to below ...
14105         Call the new function.
14106         * tree-data-ref.c (runtime_alias_check_p): ... to new function.
14107         * tree-data-ref.h (runtime_alias_check_p): New decalaration.
14109 2017-06-07  Marek Polacek  <polacek@redhat.com>
14111         PR sanitizer/80932
14112         * fold-const.c (extract_muldiv_1) <case MINUS_EXPR>: Add
14113         TYPE_OVERFLOW_WRAPS check.
14115 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
14117         * tree-vect-loop-manip.c (vect_do_peeling): Don't skip vector loop
14118         if versioning is required.
14119         * tree-vect-loop.c (vect_analyze_loop_2): Merge niter check for loop
14120         peeling with the check for versioning.
14122 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
14124         * tree-vectorizer.h (vect_build_loop_niters): New parameter.
14125         * tree-vect-loop-manip.c (vect_build_loop_niters): New parameter.
14126         Set true to new parameter if new ssa variable is defined.
14127         (vect_gen_vector_loop_niters): Refactor.  Set range information
14128         for the new vector loop bound variable.
14129         (vect_do_peeling): Ditto.
14131 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
14133         * tree-affine.c (ssa.h): Include header file.
14134         (tree_to_aff_combination): Handle (T1)(X - CST) when inner type
14135         has wrapping overflow behavior.
14137 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
14139         * tree-affine.c (tree_to_aff_combination): Handle (T1)(X + X).
14141 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
14143         (aff_combination_expand): Move (T1)(X *+- CST) simplification to ...
14144         (tree_to_aff_combination): ... here.
14146 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
14148         * tree-ssa-loop-ivopts.c (ivopts_estimate_reg_pressure): New
14149         reg_pressure model function.
14150         (ivopts_global_cost_for_size): Delete.
14151         (determine_set_costs, iv_ca_recount_cost): Call new model function
14152         ivopts_estimate_reg_pressure.
14154 2017-06-07  Tamar Christina  <tamar.christina@arm.com>
14156         * config/aarch64/aarch64.c (aarch64_rtx_costs): Make sdiv more
14157         expensive than udiv.  Remove floating point cases from mod.
14159 2017-06-07  Tamar Christina  <tamar.christina@arm.com>
14161         * config/arm/aarch-cost-tables.h (cortexa53_extra_cost):
14162         Increase idiv cost.
14164 2017-06-07  Tamar Christina  <tamar.christina@arm.com>
14166         * config/aarch64/aarch64.md
14167         (copysignsf3): Fix mask generation.
14169 2017-06-07  Jakub Jelinek  <jakub@redhat.com>
14171         * dumpfile.h (enum tree_dump_index): Rename TDI_generic to
14172         TDI_gimple.
14173         (class dump_manager): Add register_dumps method.
14174         * dumpfile.c: Include langhooks.h.
14175         (dump_files): Use 0 instead of 3/4/5 for TDI_{original,gimple,nested}.
14176         (FIRST_AUTO_NUMBERED_DUMP): Decrease to 1.
14177         (FIRST_ME_AUTO_NUMBERED_DUMP): Define.
14178         (dump_manager::dump_register): Start with 512 entries instead of 32.
14179         (dump_manager::register_dumps): New method.
14180         * toplev.c (general_init): Instead of invoking register_dumps
14181         langhook, invoke register_dumps method on the dump manager.
14182         * gimplify.c (gimplify_function_tree): Use TDI_gimple instead of
14183         TDI_generic.
14185 2017-06-07  Richard Sandiford  <richard.sandiford@linaro.org>
14187         * doc/md.texi: Clarify the restrictions on a define_insn condition.
14188         Say that # requires an associated define_split to exist, and that
14189         the define_split must be suitable for use after register allocation.
14191 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
14193         * cfgbuild.c (find_bb_boundaries): Initialize profile of split blocks.
14194         (compute_outgoing_frequencies): Also initialize zero counts.
14195         (find_many_sub_basic_blocks): Do not produce uninitialized profile
14196         around loops; preserve more of profile when nothing changes.
14198 2017-06-06  Jim Wilson  <jim.wilson@linaro.org>
14200         * config/aarch64/aarch64-cost-tables.h (qdf24xx_extra_costs): Move to
14201         here.
14202         * config/arm/aarch-cost-tables.h (qdf24xx_extra_costs): From here.
14203         * config/arm/arm-cpu-cdata.h: Regenerate.
14204         * config/arm/arm-cpu-data.h, config/arm/arm-cpu.h: Likewise.
14205         * config/arm/arm-tables.opt, config/arm/arm-tune.md: Likewise.
14206         * config/arm/arm-cpus.in: Delete falkor and qdf24xx entries.
14207         * config/arm/arm.c (arm_qdf24xx_tune): Delete.
14208         * config/arm/bpabi.h (BE8_LINK_SPEC): Delete falkor and qdf24xx
14209         support.
14210         * config/arm/t-aprofile (MULTILIB_MATCHES): Delete falkor and qdf24xx
14211         support.
14212         * config/arm/t-rmprofile: Likewise.
14213         * doc/invoke.texi (ARM Options): Drop falkor and qdf24xx support.
14215 2017-06-06  David S. Miller  <davem@davemloft.net>
14217         PR target/80968
14218         * config/sparc/sparc.c (sparc_expand_prologue): Emit frame
14219         blockage if function uses alloca.
14221 2017-06-06  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
14223         * tree-ssa-loop-prefetch.c (struct mem_ref_group, struct mem_ref):
14224         New "uid" fields to hold pretty-print IDs of group and ref.
14225         Memory references are now identified as <group_id>:<ref_id>
14226         instead of using [random] addresses.
14227         (dump_mem_details): Simplify, no functional change.
14228         (dump_mem_ref): Simplify and make output more concise.
14229         Replace couple of fprintf's throughout code with calls to dump_mem_ref.
14230         (find_or_create_group): Initialize group uid.
14231         (record_ref): Initialize ref uid.  Improve debug output.
14232         (prune_group_by_reuse, should_issue_prefetch_p,)
14233         (should_issue_prefetch_p, schedule_prefetches, issue_prefetch_ref,)
14234         (mark_nontemporal_store, determine_loop_nest_reuse):
14235         Improve debug output.
14237 2017-06-06  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
14239         * dbgcnt.def (prefetch): New debug counter.
14240         * tree-ssa-loop-prefetch.c (dbgcnt.h): New include.
14241         (schedule_prefetches): Stop issueing prefetches if debug counter
14242         tripped.
14244 2017-06-06  Tom de Vries  <tom@codesourcery.com>
14246         * doc/sourcebuild.texi (Testsuites, C Language Testsuites,
14247         gcc.c-torture/compile): Remove mention of NO_LABEL_VALUES in fixme.
14249 2017-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14251         * config/aarch64/atomics.md (atomic_compare_and_swap<mode> expander):
14252         Use aarch64_reg_or_zero predicate for operand 4.
14253         (aarch64_compare_and_swap<mode> define_insn_and_split):
14254         Use aarch64_reg_or_zero predicate for operand 3.  Add 'Z' constraint.
14255         (aarch64_store_exclusive<mode>): Likewise for operand 2.
14257 2017-06-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
14259         * config/arm/arm.c (arm_compute_save_reg_mask): Rename into ...
14260         (arm_compute_save_core_reg_mask): This.
14261         (thumb1_compute_save_reg_mask): Rename into ...
14262         (thumb1_compute_save_core_reg_mask): This.
14263         (arm_compute_save_reg0_reg12_mask): Adapt comment.
14264         (arm_compute_frame_layout): Likewise.
14266 2017-06-06  Richard Biener  <rguenther@suse.de>
14268         PR tree-optimization/80974
14269         * tree-ssa-sccvn.c (set_ssa_val_to): Do not change but only
14270         keep or clear leaders SSA info.
14272 2017-06-06  Tom de Vries  <tom@codesourcery.com>
14274         * config/nvptx/nvptx.c (split_mode_p): New function.
14275         (nvptx_declare_function_name, nvptx_print_operand): Use split_mode_p.
14277 2017-06-06  Tom de Vries  <tom@codesourcery.com>
14279         * config/nvptx/nvptx.c (nvptx_print_operand): Use maybe_split_mode.
14281 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
14283         PR bootstrap/80978
14284         * tree-cfg.c (execute_fixup_cfg): Fix condition on when to rescale
14285         profile.
14287 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
14289         * shrink-wrap.c (handle_simple_exit): Update profile.
14290         (try_shrink_wrapping): Upate profile.
14292 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
14294         * predict.c (tree_estimate_probability_bb): Add LOCAL_ONLY.
14295         (tree_guess_outgoing_edge_probabilities): New.
14296         * predict.h (tree_guess_outgoing_edge_probabilities): Declare.
14297         * tree-cfg.c (gimple_find_sub_bbs): Propagate profile.
14299 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
14301         * ipa-split.c (split_function): Initialize return bb profile.
14303 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
14305         * profile.c (compute_branch_probabilities): Also initialize
14306         EXIT_BLOCK profile.
14308 2017-06-06  Richard Biener  <rguenther@suse.de>
14310         PR tree-optimization/80928
14311         * tree-vect-loop.c (vect_update_vf_for_slp): Amend dumps.
14312         (vect_analyze_loop_operations): Properly guard analysis for
14313         pure SLP case.
14314         (vect_transform_loop): Likewise.
14315         (vect_analyze_loop_2): Also reset SLP type on PHIs.
14316         (vect_model_induction_cost): Do not cost for pure SLP.
14317         (vectorizable_induction): Pass in SLP node, implement SLP vectorization
14318         of induction in inner loop vectorization.
14319         * tree-vect-slp.c (vect_create_new_slp_node): Handle PHIs.
14320         (vect_get_and_check_slp_defs): Handle vect_induction_def.
14321         (vect_build_slp_tree): Likewise.  Handle PHIs as terminating the
14322         recursion.
14323         (vect_analyze_slp_cost_1): Cost induction.
14324         (vect_detect_hybrid_slp_stmts): Handle PHIs.
14325         (vect_get_slp_vect_defs): Likewise.
14326         * tree-vect-stmts.c (vect_analyze_stmt): Handle induction.
14327         (vect_transform_stmt): Handle SLP reductions.
14328         * tree-vectorizer.h (vectorizable_induction): Adjust.
14330 2017-06-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
14332         * config/rs6000/rs6000.c (make_resolver_func): Update
14333         init_lowered_empty_function call.
14335 2017-06-05  Bernd Edlinger  <bernd.edlinger@hotmail.de>
14337         * doc/invoke.texi: Document the -fprofile-abs-path option.
14338         * common.opt (fprofile-abs-path): New option.
14339         * gcov-io.h (gcov_write_filename): Declare.
14340         * gcov-io.c (gcov_write_filename): New function.
14341         * coverage.c (coverage_begin_function): Use gcov_write_filename.
14342         * profile.c (output_location): Likewise.
14344 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
14346         * shring-wrap.c: Revert accidental commit.
14348 2017-06-05  Volker Reichelt  <v.reichelt@netcologne.de>
14350         * doc/invoke.texi (-Wduplicated-branches): Add to warning list.
14352 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
14354         * cfgexpand.c (expand_gimple_tailcall): Initialize profile of
14355         new edge.
14356         * ipa-inline.c (want_inline_self_recursive_call_p): Watch for missing
14357         profile in callgraph edge.
14358         * profile-count.h (apply_probability): If THIS is 0, then result is 0
14359         (apply_scale): Likewise.
14360         * tree-inline.c (copy_bb, copy_edges_for_bb, copy_cfg_body):
14361         Also scale profile when inlining function with zero profile.
14362         (initialize_cfun): Update exit block profile even when it is zero.
14363         * tree-ssa-threadupdate.c (clear_counts_path): Handle correctly case
14364         when profile is read.
14366 2017-06-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
14368         * config/rs6000/rs6000.c (toplevel): Include attribs.h.
14369         (CLONE_*): New constants to define the processors we can generate
14370         code for with the target_clone attribute.
14371         (rs6000_clone_map): New array to identify which clone processors
14372         the current program is running on.
14373         (TARGET_COMPARE_VERSION_PRIORITY): Define to enable the
14374         target_clone attribute.
14375         (TARGET_GENERATE_VERSION_DISPATCHER_BODY): Likewise.
14376         (TARGET_GET_FUNCTION_VERSIONS_DISPATCHER): Likewise.
14377         (TARGET_OPTION_FUNCTION_VERSIONS): Likewise.
14378         (cpu_expand_builtin): Add support for target_clone attribute.
14379         (rs6000_valid_attribute_p): Allow "default" attribute.
14380         (get_decl_name): New debug function to simplify printing the
14381         current function name in debugging statements.
14382         (rs6000_clone_priority): New functions to support the target_clone
14383         attribute, and be able to generate code to switch between ISA 2.05
14384         through ISA 3.0 (power6 through power9).
14385         (rs6000_compare_version_priority): Likewise.
14386         (rs6000_get_function_versions_dispatcher): Likewise.
14387         (make_resolver_func): Likewise.
14388         (add_condition_to_bb): Likewise.
14389         (dispatch_function_versions): Likewise.
14390         (rs6000_generate_version_dispatcher_body): Likewise.
14391         (rs6000_can_inline_p): Call get_decl_name for debugging usage.
14392         (fusion_gpr_load_p): Fix a spacing issue.
14393         * doc/extend.texi (Common Function Attributes): Document that the
14394         PowerPC supports the target_clone attribute.
14396 2017-06-05  Thomas Preud'homme  <thomas.preudhomme@arm.com>
14398         * config/arm/arm.h: explain F symbol found in description of ARM
14399         register allocation in its legend.
14401 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
14403         * config/mips/frame-header-opt.c: Include profile-count.h.
14404         * config/riscv/riscv.c: Include profile-count.h
14406 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
14408         * tree-ssa-loop-im.c (execute_sm_if_changed): Add FLAG_BBS parameter;
14409         update profile.
14410         (sm_set_flag_if_changed): Add bbs field.
14411         (execute_sm_if_changed_flag_set): Pass BBS.
14412         (execute_sm): Update.
14414 2017-06-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14416         * config/aarch64/aarch64-simd.md (aarch64_store_lane0<mode>):
14417         New pattern.
14419 2017-06-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14421         * config/aarch64/aarch64.md (sub<mode>3_compare1_imm): New define_insn.
14422         (peephole2): New peephole2 to emit the above.
14423         * config/aarch64/predicates.md (aarch64_sub_immediate): New predicate.
14425 2017-06-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14427         * config/aarch64/aarch64.c (define_peephole2 above
14428         *sub_<shift>_<mode>): New peephole.
14430 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
14432         * config/i386/i386.c (make_resolver_func): Update.
14433         * Makefile.in: Add profile-count.h and profile-count.o
14434         * auto-profile.c (afdo_indirect_call): Update to new API.
14435         (afdo_set_bb_count): Update.
14436         (afdo_propagate_edge): Update.
14437         (afdo_propagate_circuit): Update.
14438         (afdo_calculate_branch_prob): Update.
14439         (afdo_annotate_cfg): Update.
14440         * basic-block.h: Include profile-count.h
14441         (struct edge_def): Turn count to profile_count.
14442         (struct basic_block_def): Likewie.
14443         (REG_BR_PROB_BASE): Move to profile-count.h
14444         (RDIV): Move to profile-count.h
14445         * bb-reorder.c (max_entry_count): Turn to profile_count.
14446         (find_traces): Update.
14447         (rotate_loop):Update.
14448         (connect_traces):Update.
14449         (sanitize_hot_paths):Update.
14450         * bt-load.c (migrate_btr_defs): Update.
14451         * cfg.c (RDIV): Remove.
14452         (init_flow): Use alloc_block.
14453         (alloc_block): Uninitialize count.
14454         (unchecked_make_edge): Uninitialize count.
14455         (check_bb_profile): Update.
14456         (dump_edge_info): Update.
14457         (dump_bb_info): Update.
14458         (update_bb_profile_for_threading): Update.
14459         (scale_bbs_frequencies_int): Update.
14460         (scale_bbs_frequencies_gcov_type): Update.
14461         (scale_bbs_frequencies_profile_count): New.
14462         * cfg.h (update_bb_profile_for_threading): Update.
14463         (scale_bbs_frequencies_profile_count): Declare.
14464         * cfgbuild.c (compute_outgoing_frequencies): Update.
14465         (find_many_sub_basic_blocks): Update.
14466         * cfgcleanup.c (try_forward_edges): Update.
14467         (try_crossjump_to_edge): Update.
14468         * cfgexpand.c (expand_gimple_tailcall): Update.
14469         (construct_exit_block): Update.
14470         * cfghooks.c (verify_flow_info): Update.
14471         (dump_bb_for_graph): Update.
14472         (split_edge): Update.
14473         (make_forwarder_block): Update.
14474         (duplicate_block): Update.
14475         (account_profile_record): Update.
14476         * cfgloop.c (find_subloop_latch_edge_by_profile): Update.
14477         (get_estimated_loop_iterations): Update.
14478         * cfgloopanal.c (expected_loop_iterations_unbounded): Update.
14479         (single_likely_exit): Update.
14480         * cfgloopmanip.c (scale_loop_profile): Update.
14481         (loopify): Update.
14482         (set_zero_probability): Update.
14483         (lv_adjust_loop_entry_edge): Update.
14484         * cfgrtl.c (force_nonfallthru_and_redirect): Update.
14485         (purge_dead_edges): Update.
14486         (rtl_account_profile_record): Update.
14487         * cgraph.c (cgraph_node::create): Uninitialize count.
14488         (symbol_table::create_edge): Uninitialize count.
14489         (cgraph_update_edges_for_call_stmt_node): Update.
14490         (cgraph_edge::dump_edge_flags): Update.
14491         (cgraph_node::dump): Update.
14492         (cgraph_edge::maybe_hot_p): Update.
14493         * cgraph.h: Include profile-count.h
14494         (create_clone), create_edge, create_indirect_edge): Update.
14495         (cgraph_node): Turn count to profile_count.
14496         (cgraph_edge0: Likewise.
14497         (make_speculative, clone): Update.
14498         (create_edge): Update.
14499         (init_lowered_empty_function): Update.
14500         * cgraphclones.c (cgraph_edge::clone): Update.
14501         (duplicate_thunk_for_node): Update.
14502         (cgraph_node::create_clone): Update.
14503         * cgraphunit.c (cgraph_node::analyze): Update.
14504         (cgraph_node::expand_thunk): Update.
14505         * final.c (dump_basic_block_info): Update.
14506         * gimple-streamer-in.c (input_bb): Update.
14507         * gimple-streamer-out.c (output_bb): Update.
14508         * graphite.c (print_global_statistics): Update.
14509         (print_graphite_scop_statistics): Update.
14510         * hsa-brig.c: Include basic-block.h.
14511         * hsa-dump.c: Include basic-block.h.
14512         * hsa-gen.c (T sum_slice): Update.
14513         (convert_switch_statements):Update.
14514         * hsa-regalloc.c: Include basic-block.h.
14515         * ipa-chkp.c (chkp_produce_thunks): Update.
14516         * ipa-cp.c (struct caller_statistics): Update.
14517         (init_caller_stats): Update.
14518         (gather_caller_stats): Update.
14519         (ipcp_cloning_candidate_p): Update.
14520         (good_cloning_opportunity_p): Update.
14521         (get_info_about_necessary_edges): Update.
14522         (dump_profile_updates): Update.
14523         (update_profiling_info): Update.
14524         (update_specialized_profile): Update.
14525         (perhaps_add_new_callers): Update.
14526         (decide_about_value): Update.
14527         (ipa_cp_c_finalize): Update.
14528         * ipa-devirt.c (struct odr_type_warn_count): Update.
14529         (struct decl_warn_count): Update.
14530         (struct final_warning_record): Update.
14531         (possible_polymorphic_call_targets): Update.
14532         (ipa_devirt): Update.
14533         * ipa-fnsummary.c (redirect_to_unreachable): Update.
14534         * ipa-icf.c (sem_function::merge): Update.
14535         * ipa-inline-analysis.c (do_estimate_edge_time): Update.
14536         * ipa-inline.c (compute_uninlined_call_time): Update.
14537         (compute_inlined_call_time): Update.
14538         (want_inline_small_function_p): Update.
14539         (want_inline_self_recursive_call_p): Update.
14540         (edge_badness): Update.
14541         (lookup_recursive_calls): Update.
14542         (recursive_inlining): Update.
14543         (inline_small_functions): Update.
14544         (dump_overall_stats): Update.
14545         (dump_inline_stats): Update.
14546         * ipa-profile.c (ipa_profile_generate_summary): Update.
14547         (ipa_propagate_frequency): Update.
14548         (ipa_profile): Update.
14549         * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
14550         * ipa-utils.c (ipa_merge_profiles): Update.
14551         * loop-doloop.c (doloop_modify): Update.
14552         * loop-unroll.c (report_unroll): Update.
14553         (unroll_loop_runtime_iterations): Update.
14554         * lto-cgraph.c (lto_output_edge): Update.
14555         (lto_output_node): Update.
14556         (input_node): Update.
14557         (input_edge): Update.
14558         (merge_profile_summaries): Update.
14559         * lto-streamer-in.c (input_cfg): Update.
14560         * lto-streamer-out.c (output_cfg): Update.
14561         * mcf.c (create_fixup_graph): Update.
14562         (adjust_cfg_counts): Update.
14563         (sum_edge_counts): Update.
14564         * modulo-sched.c (sms_schedule): Update.
14565         * postreload-gcse.c (eliminate_partially_redundant_load): Update.
14566         * predict.c (maybe_hot_count_p): Update.
14567         (probably_never_executed): Update.
14568         (dump_prediction): Update.
14569         (combine_predictions_for_bb): Update.
14570         (propagate_freq): Update.
14571         (handle_missing_profiles): Update.
14572         (counts_to_freqs): Update.
14573         (rebuild_frequencies): Update.
14574         (force_edge_cold): Update.
14575         * predict.h: Include profile-count.h
14576         (maybe_hot_count_p, counts_to_freqs): UPdate.
14577         * print-rtl-function.c: Do not include cfg.h
14578         * print-rtl.c: Include basic-block.h
14579         * profile-count.c: New file.
14580         * profile-count.h: New file.
14581         * profile.c (is_edge_inconsistent): Update.
14582         (correct_negative_edge_counts): Update.
14583         (is_inconsistent): Update.
14584         (set_bb_counts): Update.
14585         (read_profile_edge_counts): Update.
14586         (compute_frequency_overlap): Update.
14587         (compute_branch_probabilities): Update; Initialize and deinitialize
14588         gcov_count tables.
14589         (branch_prob): Update.
14590         * profile.h (bb_gcov_counts, edge_gcov_counts): New.
14591         (edge_gcov_count): New.
14592         (bb_gcov_count): New.
14593         * shrink-wrap.c (try_shrink_wrapping): Update.
14594         * tracer.c (better_p): Update.
14595         * trans-mem.c (expand_transaction): Update.
14596         (ipa_tm_insert_irr_call): Update.
14597         (ipa_tm_insert_gettmclone_call): Update.
14598         * tree-call-cdce.c: Update.
14599         * tree-cfg.c (gimple_duplicate_sese_region): Update.
14600         (gimple_duplicate_sese_tail): Update.
14601         (gimple_account_profile_record): Update.
14602         (execute_fixup_cfg): Update.
14603         * tree-inline.c (copy_bb): Update.
14604         (copy_edges_for_bb): Update.
14605         (initialize_cfun): Update.
14606         (freqs_to_counts): Update.
14607         (copy_cfg_body): Update.
14608         (expand_call_inline): Update.
14609         * tree-ssa-ifcombine.c (update_profile_after_ifcombine): Update.
14610         * tree-ssa-loop-ivcanon.c (unloop_loops): Update.
14611         (try_unroll_loop_completely): Update.
14612         (try_peel_loop): Update.
14613         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update.
14614         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Update.
14615         * tree-ssa-loop-split.c (connect_loops): Update.
14616         * tree-ssa-loop-unswitch.c (hoist_guard): Update.
14617         * tree-ssa-reassoc.c (branch_fixup): Update.
14618         * tree-ssa-tail-merge.c (replace_block_by): Update.
14619         * tree-ssa-threadupdate.c (create_block_for_threading): Update.
14620         (compute_path_counts): Update.
14621         (update_profile): Update.
14622         (recompute_probabilities): Update.
14623         (update_joiner_offpath_counts): Update.
14624         (estimated_freqs_path): Update.
14625         (freqs_to_counts_path): Update.
14626         (clear_counts_path): Update.
14627         (ssa_fix_duplicate_block_edges): Update.
14628         (duplicate_thread_path): Update.
14629         * tree-switch-conversion.c (case_bit_test_cmp): Update.
14630         (struct switch_conv_info): Update.
14631         * tree-tailcall.c (decrease_profile): Update.
14632         * tree-vect-loop-manip.c (slpeel_add_loop_guard): Update.
14633         * tree-vect-loop.c (scale_profile_for_vect_loop): Update.
14634         * value-prof.c (check_counter): Update.
14635         (gimple_divmod_fixed_value): Update.
14636         (gimple_mod_pow2): Update.
14637         (gimple_mod_subtract): Update.
14638         (gimple_ic_transform): Update.
14639         (gimple_stringop_fixed_value): Update.
14640         * value-prof.h (gimple_ic): Update.
14642 2017-06-02  Carl Love  <cel@us.ibm.com>
14644         * config/rs6000/rs6000-c: Add support for built-in functions
14645         vector double vec_doublee (vector signed int);
14646         vector double vec_doublee (vector unsigned int);
14647         vector double vec_doublee (vector float);
14648         vector double vec_doubleh (vector signed int);
14649         vector double vec_doubleh (vector unsigned int);
14650         vector double vec_doubleh (vector float);
14651         vector double vec_doublel (vector signed int);
14652         vector double vec_doublel (vector unsigned int);
14653         vector double vec_doublel (vector float);
14654         vector double vec_doubleo (vector signed int);
14655         vector double vec_doubleo (vector unsigned int);
14656         vector double vec_doubleo (vector float);.
14657         * config/rs6000/rs6000-builtin.def: Add definitions for DOUBLEE,
14658         DOUBLEO, DOUBLEH, DOUBLEL, UNS_DOUBLEO, UNS_DOUBLEE, UNS_DOUBLEH,
14659         UNS_DOUBLEL.
14660         * config/rs6000/altivec.md: Add code generator for doublee<mode>2,
14661         unsdoubleev4si2, doubleo<mode>2, unsdoubleov4si2, doubleh<mode>2,
14662         unsdoublehv4si2, doublel<mode>2, unsdoublelv4si2, add mode attribute
14663         VS_sxwsp.
14664         * config/rs6000/altivec.h: Add define for vec_doublee, vec_doubleo,
14665         vec_doublel, vec_doubleh.
14666         * doc/extend.texi: Update the built-in documentation file for the
14667         new built-in functions.
14669 2017-06-02  David Malcolm  <dmalcolm@redhat.com>
14671         PR jit/80954
14672         * ipa-inline-analysis.c (free_growth_caches): Set
14673         edge_removal_hook_holder to NULL after removing it.
14675 2017-06-02  Sudakshina Das  <sudi.das@arm.com>
14677         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Return CC_SWP for
14678         comparision with zero.
14680 2017-06-02  Will Schmidt  <will_schmidt@vnet.ibm.com>
14681         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
14682         for early expansion of vec_min and vec_max builtins.
14683         (builtin_function_type): Add min/max unsigned variants to those
14684         identified as having unsigned arguments.
14686 2017-06-02  Olivier Hainque  <hainque@adacore.com>
14688         * config/vx-common.h (DWARF_UNWIND_INFO): Switch #define to 1.
14690 2017-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14692         * config/aarch64/aarch64-simd.md (*aarch64_simd_vec_copy_lane<mode>):
14693         Use VALL_F16 iterator rather than VALL.
14695 2017-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14697         * config/aarch64/aarch64.c (aarch64_split_compare_and_swap):
14698         Emit CBNZ inside loop when doing a strong exchange and comparing
14699         against zero.  Generate the CC flags after the loop.
14701 2017-06-02  David Edelsohn  <dje.gcc@gmail.com>
14703         * dwarf2out.c (DWARF_INITIAL_LENGTH_SIZE_STR): New.
14704         (dl_section_ref): New.
14705         (dwarf2out_finish): Copy debug_line_section_label to dl_section_ref.
14706         On AIX, append an expression to subtract the size of the
14707         section length to dl_section_ref.
14709 2017-06-02  Will Schmidt  <will_schmidt@vnet.ibm.com>
14711         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
14712         for early expansion of vector absolute builtins.
14714 2017-06-02  Richard Biener  <rguenther@suse.de>
14716         * tree-vect-slp.c (vect_detect_hybrid_slp_2): Match up
14717         what we consider a relevant use stmt with vect_detect_hybrid_slp_stmts.
14719 2017-06-02  Richard Biener  <rguenther@suse.de>
14721         PR tree-optimization/80948
14722         * tree-tailcall.c (find_tail_calls): Track stmts to move in
14723         stmt order as well.
14725 2017-06-02  Richard Biener  <rguenther@suse.de>
14727         * tree-vect-loop.c (vect_analyze_loop_operations): Not relevant
14728         PHIs are ok.
14729         * tree-vect-stmts.c (process_use): Do not mark backedge defs
14730         for inductions as relevant.
14732 2017-06-02  Richard Biener  <rguenther@suse.de>
14734         * tree-vect-loop.c (get_initial_def_for_induction): Inline into ...
14735         (vectorizable_induction): ... this.  Remove dead code.
14737 2017-06-02  Eric Botcazou  <ebotcazou@adacore.com>
14739         * builtins. (expand_builtin_alloca): Remove second parameter and
14740         infer its value from the first parameter instead.
14741         (expand_builtin) <BUILT_IN_ALLOCA>: Adjust call to above.
14743 2017-06-02  Jakub Jelinek  <jakub@redhat.com>
14745         PR rtl-optimization/80903
14746         * loop-doloop.c (add_test): Unshare sequence.
14748 2017-06-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
14750         * doc/invoke.texi: Document the -Wsizeof-pointer-div warning.
14752 2017-06-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>
14754         * config/i386/i386.c (x86_64_ms_sysv_extra_clobbered_registers): Make
14755         static.
14756         (xlogue_layout::get_stack_space_used, xlogue_layout::s_instances,
14757         xlogue_layout::get_instance, logue_layout::xlogue_layout,
14758         sp_valid_at, fp_valid_at, choose_basereg): Formatting.
14759         (xlogue_layout::get_stub_rtx): Make static.
14760         (xlogue_layout::get_stub_name): Avoid const-cast, make static.
14761         (xlogue_layout::compute_stub_managed_regs): Rename to...
14762         (xlogue_layout::count_stub_managed_regs): ...this.
14763         (xlogue_layout::is_stub_managed_reg): New function.
14764         (xlogue_layout::m_stub_names): Rename to...
14765         (xlogue_layout::s_stub_names): ...this, make static.
14766         (xlogue_layout::STUB_INDEX_OFFSET, xlogue_layout::MIN_REGS,
14767         xlogue_layout::MAX_REGS, xlogue_layout::MAX_EXTRA_REGS,
14768         xlogue_layout::VARIANT_COUNT, xlogue_layout::STUB_NAME_MAX_LEN,
14769         xlogue_layout::s_stub_names): Instantiate statics.
14770         (stub_managed_regs): Remove.
14771         (ix86_save_reg): Use xlogue_layout::compute_stub_managed_regs.
14772         (disable_call_ms2sysv_xlogues): Rename to...
14773         (warn_once_call_ms2sysv_xlogues): ...this, and warn only once.
14774         (ix86_initial_elimination_offset, ix86_expand_call): Fix call_ms2sysv
14775         warning logic.
14776         (ix86_static_chain): Make sure that ix86_static_chain_on_stack can't
14777         change after reload_completed.
14778         (ix86_can_use_return_insn_p): Use the ix86_frame data structure
14779         directly.
14780         (ix86_expand_prologue): Likewise.
14781         (ix86_expand_epilogue): Likewise.
14782         (ix86_expand_split_stack_prologue): Likewise.
14783         (ix86_compute_frame_layout): Remove frame parameter ...
14784         (TARGET_COMPUTE_FRAME_LAYOUT): ... and export it as a target hook.
14785         (ix86_finalize_stack_realign_flags): Call ix86_compute_frame_layout
14786         only if necessary.
14787         (ix86_init_machine_status): Don't set use_fast_prologue_epilogue_nregs.
14788         (ix86_frame): Move from here ...
14789         * config/i386/i386.h (ix86_frame): ... to here.
14790         (machine_function): Remove use_fast_prologue_epilogue_nregs, cache the
14791         complete ix86_frame data structure instead.  Remove some_ld_name.
14793 2017-06-01  Pierre-Marie de Rodat  <derodat@adacore.com>
14795         * dwarf2out.c (dwarf2out_late_global_decl): Add locations for
14796         symbols that hold a DECL_VALUE_EXPR.
14798 2017-06-01  Martin Jambor  <mjambor@suse.cz>
14800         PR tree-optimization/80898
14801         * tree-sra.c (process_subtree_disqualification): Removed.
14802         (disqualify_candidate): Do not acll
14803         process_subtree_disqualification.
14804         (subtree_mark_written_and_enqueue): New function.
14805         (propagate_all_subaccesses): Set grp_write of LHS subtree if the
14806         RHS has been disqualified and re-queue LHS if necessary.  Apart
14807         from that, ignore disqualified RHS.
14809 2017-06-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14811         * config/s390/s390.c (s390_emit_epilogue): Disable early return
14812         address fetch for z10 or later.
14814 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
14816         * config/arc/arc.md (tst_movb): Add guard when splitting.
14818 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
14820         * config/arc/arc.c (arc_can_eliminate): Test against
14821         arc_frame_pointer_needed.
14823 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
14825         * config/arc/arc.c (arc_expand_prologue): Emit a special barrier
14826         to prevent store reordering.
14827         * config/arc/arc.md (UNSPEC_ARC_STKTIE): Define.
14828         (type): Add block type.
14829         (stack_tie): Define special instruction to be used in
14830         expand_prologue.
14832 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
14834         * config/arc/arc.md (commutative_binary_comparison): Remove 'I'
14835         constraint. It is not valid for the pattern.
14836         (noncommutative_binary_comparison): Likewise.
14838 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
14840         * config/arc/simdext.md (movv2hi_insn): Change predicate to avoid
14841         scaled addresses.
14843 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
14845         * config/arc/arc.c (arc_conditional_register_usage): Allow r30 to
14846         be used by the reg-alloc.
14848 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
14850         * config/arc/arc.md (mulsi3): Avoid use of hard registers before
14851         reg-alloc when having mul64 or mul32x16 instructions.
14852         (mulsidi3): Likewise.
14853         (umulsidi3): Likewise.
14854         (mulsi32x16): New pattern.
14855         (mulsi64): Likewise.
14856         (mulsidi64): Likewise.
14857         (umulsidi64): Likewise.
14858         (MUL32x16_REG): Define.
14859         (mul64_600): Use MUL32x16_REG.
14860         (mac64_600): Likewise.
14861         (umul64_600): Likewise.
14862         (umac64_600): Likewise.
14864 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
14866         * config/arc/arc.md (mulsi3_700): Make it commutative.
14868 2017-06-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
14870         * config/sparc/sparc.md (*zero_extendsidi2_insn_sp64): Set insn
14871         type for movstouw.
14872         (*sign_extendsidi2_insn): Likewise for movstosw.
14874 2017-06-01  Pierre-Marie de Rodat  <derodat@adacore.com>
14876         * dwarf2out.c (get_discr_value): Call the get_debug_type hook on
14877         the type of the input discriminant value.  Convert the
14878         discriminant value of signedness vary.
14880 2017-06-01  Volker Reichelt  <v.reichelt@netcologne.de>
14882         * doc/invoke.texi (-Wcatch-value): Document new shortcut.
14883         Add to -Wall section.
14885 2017-06-01  Richard Biener  <rguenther@suse.de>
14887         PR middle-end/66313
14888         * fold-const.c (fold_plusminus_mult_expr): If the factored
14889         factor may be zero use a wrapping type for the inner operation.
14890         * tree-tailcall.c (independent_of_stmt_p): Pass in to_move bitmap
14891         and handle moved defs.
14892         (process_assignment): Properly guard the unary op case.  Return a
14893         tri-state indicating that moving the stmt before the call may allow
14894         to continue.  Pass through to_move.
14895         (find_tail_calls): Handle moving unrelated defs before
14896         the call.
14898 2017-05-31  Segher Boessenkool  <segher@kernel.crashing.org>
14900         PR target/80618
14901         * config/rs6000/vector.md (*vector_uneq<mode>): Write the nor in the
14902         splitter result in the canonical way.
14904 2017-05-31  Uros Bizjak  <ubizjak@gmail.com>
14906         * config/i386/i386.md (*zero_extendsidi2): Enable alternative (?r, *Yj)
14907         also for 32bit target.  Update insn attributes.
14908         (zero-extendsidi2 splitter): Allow all registers for operand 1.
14910 2017-05-31  Sebastian Peryt  <sebastian.peryt@intel.com>
14912         * config/i386/avx512fintrin.h (_mm_mask_max_sd)
14913         (_mm_maskz_max_sd, _mm_mask_max_ss, _mm_maskz_max_ss)
14914         (_mm_mask_min_sd, _mm_maskz_min_sd, _mm_mask_min_ss)
14915         (_mm_maskz_min_ss): New intrinsics.
14917 2017-05-31  Martin Liska  <mliska@suse.cz>
14919         * tree-vect-loop.c (vect_create_epilog_for_reduction):
14920         Change comment style to one we normally use.
14921         (vectorizable_reduction): Likewise.
14922         (vectorizable_induction): Likewise.
14923         * tree-vect-stmts.c (vectorizable_mask_load_store): Likewise.
14924         (vectorizable_call): Likewise.
14925         (vectorizable_simd_clone_call): Likewise.
14926         (vectorizable_conversion): Likewise.
14927         (vectorizable_assignment): Likewise.
14928         (vectorizable_shift): Likewise.
14929         (vectorizable_operation): Likewise.
14930         (vectorizable_store): Likewise.
14931         (vectorizable_load): Likewise.
14932         * tree-vectorizer.h: Likewise.
14934 2017-05-31  Alexander Monakov  <amonakov@ispras.ru>
14936         * passes.c (emergency_dump_function): New.
14937         * tree-pass.h (emergency_dump_function): Declare.
14938         * plugin.c (plugins_internal_error_function): Remove.
14939         * plugin.h (plugins_internal_error_function): Remove declaration.
14940         * toplev.c (internal_error_function): New static function.  Use it...
14941         (general_init): ...here.
14943 2017-05-31  Graham Markall  <graham.markall@embecosm.com>
14945         * config/arc/arc.c (arc_print_operand): Handle constant operands.
14946         (arc_rtx_costs): Add costs for new patterns.
14947         * config/arc/arc.md: Additional *add_n and *sub_n patterns.
14948         * config/arc/predicates.md: Add _1_2_3_operand predicate.
14950 2017-05-31  Richard Sandiford  <richard.sandiford@linaro.org>
14952         * tree-ssa-strlen.c (get_next_strinfo): New function.
14953         (get_stridx_plus_constant): Use it.
14954         (zero_length_string): Likewise.
14955         (adjust_related_strinfos): Likewise.
14956         (adjust_last_stmt): Likewise.
14958 2017-05-31  Richard Biener  <rguenther@suse.de>
14960         PR target/80880
14961         * config/i386/i386.c (ix86_expand_builtin): Remove assert
14962         for arg being an SSA name when expanding IX86_BUILTIN_BNDRET.
14964 2017-05-31  Richard Sandiford  <richard.sandiford@linaro.org>
14966         * tree-vect-data-refs.c (vect_find_same_alignment_drs): Remove
14967         loop_vinfo argument and use of dependence distance vectors.
14968         Check instead whether the two references differ only in their
14969         initial value and assume that they have the same alignment if the
14970         difference is a multiple of the vector alignment.
14971         (vect_analyze_data_refs_alignment): Update call accordingly.
14973 2017-05-31  Martin Liska  <mliska@suse.cz>
14975         PR target/79155
14976         * config/i386/cpuid.h: Fix typo in a comment in cpuid.h.
14978 2017-05-31  Bin Cheng  <bin.cheng@arm.com>
14980         * tree-vect-loop-manip.c (create_intersect_range_checks_index)
14981         (create_intersect_range_checks): Move from ...
14982         * tree-data-ref.c (create_intersect_range_checks_index)
14983         (create_intersect_range_checks): ... to here.
14984         (create_runtime_alias_checks): New function factored from ...
14985         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): ...
14986         here.  Call above function.
14987         * tree-data-ref.h (create_runtime_alias_checks): New function.
14989 2017-05-31  Bin Cheng  <bin.cheng@arm.com>
14991         * tree-data-ref.c (prune_runtime_alias_test_list): Relax minimal
14992         segment length for dr_b and compute it in wide_int.
14994 2017-05-31  Richard Biener  <rguenther@suse.de>
14996         PR tree-optimization/80906
14997         * graphite-isl-ast-to-gimple.c (copy_loop_close_phi_nodes): Get
14998         and pass through iv_map.
14999         (copy_bb_and_scalar_dependences): Adjust.
15000         (translate_pending_phi_nodes): Likewise.
15001         (copy_loop_close_phi_args): Handle code-generating IVs instead
15002         of ICEing.
15004 2017-05-30  David Malcolm  <dmalcolm@redhat.com>
15006         * diagnostic-color.c (color_dict): Add "type-diff".
15007         (parse_gcc_colors): Update comment.
15008         * doc/invoke.texi (Diagnostic Message Formatting Options): Add
15009         -fdiagnostics-show-template-tree and -fno-elide-type.
15010         (GCC_COLORS): Add type-diff to example.
15011         (type-diff=): New.
15012         (-fdiagnostics-show-template-tree): New.
15013         (-fno-elide-type): New.
15014         * pretty-print.c (pp_format): Pass quote and formatters[argno] to
15015         the pp_format_decoder callback.  Call any m_format_postprocessor's
15016         "handle" method.
15017         (pretty_printer::pretty_printer): Initialize
15018         m_format_postprocessor.
15019         (pretty_printer::~pretty_printer): Delete any
15020         m_format_postprocessor.
15021         * pretty-print.h (printer_fn): Add bool and const char ** parameters.
15022         (class format_postprocessor): New class.
15023         (struct pretty_printer::format_decoder): Document the new parameters.
15024         (struct pretty_printer::m_format_postprocessor): New field.
15025         * tree-diagnostic.c (default_tree_printer): Update for new
15026         bool and const char ** params.
15027         * tree-diagnostic.h (default_tree_printer): Likewise.
15029 2017-05-30  Segher Boessenkool  <segher@kernel.crashing.org>
15031         * config/rs6000/predicates.md (cc_reg_not_micro_cr0_operand): Delete.
15032         (lwa_operand): Delete rs6000_gen_cell_microcode test.
15033         * config/rs6000/rs6000.c (rs6000_option_override_internal): Delete
15034         rs6000_gen_cell_microcode code.
15035         (rs6000_final_prescan_insn): Delete.
15036         (rs6000_opt_vars): Delete the "gen-cell-microcode" and
15037         "warn-cell-microcode" entries.
15038         * config/rs6000/rs6000.h (FINAL_PRESCAN_INSN): Delete.
15039         * config/rs6000/rs6000.md: Delete rs6000_gen_cell_microcode tests
15040         throughout.  Change cc_reg_not_micro_cr0_operand to
15041         cc_reg_not_cr0_operand throughout.
15042         (*extendhi<mode>2_noload): Delete.
15043         * config/rs6000/rs6000.opt (mgen-cell-microcode): Replace by stub.
15044         (mwarn-cell-microcode): Delete.
15045         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete
15046         -mgen-cell-microcode and -mwarn-cell-microcode.
15048 2017-05-30  Uros Bizjak  <ubizjak@gmail.com>
15050         PR target/80833
15051         * config/i386/constraints.md (Yd): New constraint.
15052         (Ye): Ditto.
15053         * config/i386/i386.md (*movti_internal): Add (?r, Ye)
15054         and (?Yd, r) alternatives.  Update insn attributes.
15055         * config/i386/i386.md (*movti_internal): Add (?r, *Ye)
15056         and (?*Yd, r) alternatives.  Update insn attributes.
15057         (double-mode inter-unit splitters): Add new GR<->XMM splitters.
15059 2017-05-30  Pierre-Marie de Rodat  <derodat@adacore.com>
15061         * gimplify.c (gimplify_modify_expr): Don't create a
15062         DECL_DEBUG_EXPR link if *FROM_P does not belong to the current
15063         function.
15065 2017-05-30  Wilco Dijkstra  <wdijkstr@arm.com>
15067         * config/arm/arm-builtins.c (arm_expand_builtin): Remove const.
15069 2017-05-30  Richard Biener  <rguenther@suse.de>
15071         * tree-vectorizer.h (struct _stmt_vec_info): Add reduc_type
15072         and reduc_def fields.
15073         (STMT_VINFO_REDUC_TYPE): New define.
15074         (STMT_VINFO_REDUC_DEF): Likewise.
15075         (vect_force_simple_reduction): Adjust prototype.
15076         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Adjust.
15077         (vect_is_simple_reduction): Remove check_reduction argument.
15078         (vect_force_simple_reduction): Adjust and set
15079         STMT_VINFO_REDUC_TYPE and STMT_VINFO_REDUC_DEF.
15080         (vectorizable_reduction): Do not re-do reduction analysis
15081         but use STMT_VINFO_REDUC_TYPE and STMT_VINFO_REDUC_DEF.
15082         * tree-parloops.c (gather_scalar_reductions): Adjust.
15084 2017-05-30  Richard Biener  <rguenther@suse.de>
15086         PR middle-end/80901
15087         * cfgexpand.c (expand_gimple_cond): Match up loop fixup with
15088         split_edge code.
15090 2017-05-24  Robin Dapp  <rdapp@linux.vnet.ibm.com>
15092         * tree-vect-data-refs.c (vect_get_peeling_costs_all_drs):
15093         Introduce unknown_misalignment parameter and remove vf.
15094         (vect_peeling_hash_get_lowest_cost):
15095         Pass unknown_misalignment parameter.
15096         (vect_enhance_data_refs_alignment):
15097         Fix unsupportable data ref treatment.
15099 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
15101         * tree-vect-data-refs.c (vect_get_data_access_cost):
15102         Workaround for SLP handling.
15103         (vect_enhance_data_refs_alignment):
15104         Compute costs for doing no peeling at all, compare to the best
15105         peeling costs so far and avoid peeling if cheaper.
15107 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
15109         * tree-vect-data-refs.c (vect_peeling_hash_choose_best_peeling):
15110         Return peeling info and set costs to zero for unlimited cost
15111         model.
15112         (vect_enhance_data_refs_alignment): Also inspect all datarefs
15113         with unknown misalignment. Compute and costs for unknown
15114         misalignment, compare them to the costs for known misalignment
15115         and choose the cheapest for peeling.
15117 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
15119         * tree-vect-data-refs.c (vect_update_misalignment_for_peel): Rename.
15120         (vect_get_peeling_costs_all_drs): Create function.
15121         (vect_peeling_hash_get_lowest_cost):
15122         Use vect_get_peeling_costs_all_drs.
15123         (vect_peeling_supportable): Create function.
15124         (vect_enhance_data_refs_alignment): Use vect_peeling_supportable.
15126 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
15128         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Create
15129         DR_HAS_NEGATIVE_STEP.
15130         (vect_update_misalignment_for_peel): Define DR_MISALIGNMENT.
15131         (vect_enhance_data_refs_alignment): Use.
15132         (vect_duplicate_ssa_name_ptr_info): Use.
15133         * tree-vectorizer.h (dr_misalignment): Use.
15134         (known_alignment_for_access_p): Use.
15136 2017-05-30  Jozef Lawrynowicz  <jozef.l@somniumtech.com>
15138         PR target/78838
15139         * config/msp430/msp430.c (gen_prefix): Return NULL when section name is
15140         .lowtext.
15141         (has_section_name): New function.
15143 2017-05-30  Martin Liska  <mliska@suse.cz>
15145         PR other/80909
15146         * auto-profile.c (get_function_decl_from_block): Fix
15147         parenthesis.
15149 2017-05-30  Richard Biener  <rguenther@suse.de>
15151         PR middle-end/80876
15152         * cfgexpand.c (expand_gimple_cond): Fixup preserving loops again.
15154 2017-05-30  Martin Liska  <mliska@suse.cz>
15156         * dumpfile.c: Use newly added macro DUMP_FILE_INFO.
15157         * dumpfile.h (struct dump_file_info): Remove ctors.
15159 2017-05-30  Martin Liska  <mliska@suse.cz>
15161         * predict.def: Fix GNU coding style.
15163 2017-05-29  Max Filippov  <jcmvbkbc@gmail.com>
15165         * config/xtensa/xtensa.c (xtensa_initial_elimination_offset):
15166         Mark 'to' argument with ATTRIBUTE_UNUSED.
15168 2017-05-29  Max Filippov  <jcmvbkbc@gmail.com>
15170         * config/xtensa/xtensa.c (xtensa_emit_call): Use
15171         HOST_WIDE_INT_PRINT_HEX instead of 0x%lx format string.
15172         (print_operand): Use HOST_WIDE_INT_PRINT_DEC instead of %ld
15173         format string.
15175 2017-05-29  Eric Botcazou  <ebotcazou@adacore.com>
15177         * doc/install.texi (Options specification): Restore entry of
15178         --enable-sjlj-exceptions.
15180 2017-05-27  Michael Eager  <eager@eagercon.com>
15182         Revert:
15183         2016-01-21  Ajit Agarwal  <ajitkum@xilinx.com>
15185         See https://gcc.gnu.org/ml/gcc/2017-05/msg00221.html.
15187         * config/microblaze/microblaze.h
15188         (FIXED_REGISTERS): Update in macro.
15189         (CALL_USED_REGISTERS): Update in macro.
15191 2017-05-27  François-Xavier Coudett  <fxcoudert@gcc.gnu.org>
15193         * doc/install.texi: Add links to macOS binary distributions.
15195 2017-05-27  Jakub Jelinek  <jakub@redhat.com>
15197         PR bootstrap/80887
15198         Revert:
15199         2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
15201         * match.pd ((A +- CST1) +- CST2): Allow some conversions.
15203 2017-05-26  Martin Liska  <mliska@suse.cz>
15205         * dumpfile.h (enum dump_kind): Renumber TDF_* flags to be contiguous.
15207 2017-05-26  Martin Liska  <mliska@suse.cz>
15209         * cfg.c (check_bb_profile): Do not use TDF_COMMENT and print
15210         always leading ';; '.
15211         (dump_bb_info): Likewise.
15212         (brief_dump_cfg): Likewise.
15213         * cfgrtl.c (print_rtl_with_bb): Do not use TDF_COMMENT.
15214         * dumpfile.c: Remove usage of TDF_VERBOSE.
15215         * dumpfile.h (enum dump_kind): Likewise.
15216         (dump_gimple_bb_header): Do not use TDF_COMMENT.
15217         * print-tree.c (debug_verbose): Remove.
15218         * tree-cfg.c (gimple_dump_cfg): Do not use TDF_COMMENT.
15219         (dump_function_to_file): Remove dumps guarded with TDF_VERBOSE.
15220         * tree-diagnostic.c (default_tree_printer): Replace
15221         TDF_DIAGNOSTIC with TDF_SLIM.
15223 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
15225         * tree-vect-loop-manip.c (create_intersect_range_checks_index): Pass
15226         in parameter loop, rather than loop_vinfo.
15227         (create_intersect_range_checks): Ditto.
15228         (vect_create_cond_for_alias_checks): Update call to above functions.
15230 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
15232         PR tree-optimization/80815
15233         * tree-data-ref.c (prune_runtime_alias_test_list): Simplify condition
15234         for merging runtime alias checks.  Handle negative DR_STEPs.
15236 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
15238         * tree-vect-data-refs.c (Operator==, comp_dr_with_seg_len_pair):
15239         Move from ...
15240         * tree-data-ref.c (Operator==, comp_dr_with_seg_len_pair): To here.
15241         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list): Factor
15242         out code pruning runtime alias checks.
15243         * tree-data-ref.c (prune_runtime_alias_test_list): New function
15244         factored out from above.
15245         * tree-vectorizer.h (struct dr_with_seg_len, dr_with_seg_len_pair_t):
15246         Move from ...
15247         * tree-data-ref.h (struct dr_with_seg_len, dr_with_seg_len_pair_t):
15248         ... to here.
15249         (prune_runtime_alias_test_list): New decalaration.
15251 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
15253         * tree-vect-data-refs.c (compare_tree): Rename and move ...
15254         * tree-data-ref.c (data_ref_compare_tree): ... to here.
15255         * tree-data-ref.h (data_ref_compare_tree): New decalaration.
15256         * tree-vect-data-refs.c (dr_group_sort_cmp): Update uses.
15257         (operator==, comp_dr_with_seg_len_pair): Ditto.
15258         (vect_prune_runtime_alias_test_list): Ditto.
15260 2017-05-26  Martin Liska  <mliska@suse.cz>
15262         PR ipa/80663
15263         * params.def: Bound partial-inlining-entry-probability param.
15265 2017-05-26  Marek Polacek  <polacek@redhat.com>
15267         PR sanitizer/80875
15268         * fold-const.c (fold_binary_loc) <case MULT_EXPR>: Check if OP1
15269         can be negated.
15271 2017-05-26  Richard Biener  <rguenther@suse.de>
15273         PR tree-optimization/80842
15274         * tree-ssa-ccp.c (set_lattice_value): Always meet with the old
15275         value.
15277 2017-05-26  Richard Biener  <rguenther@suse.de>
15279         PR tree-optimization/80844
15280         * tree-vectorizer.c (adjust_simduid_builtins): Propagate results.
15282 2017-05-25  Sebastian Peryt  <sebastian.peryt@intel.com>
15284         * doc/md.texi (Machine Constraints): Update x86 family
15285         machine constraints section to match 'config/i386/constraints.md'.
15287 2017-05-25  Volker Reichelt  <v.reichelt@netcologne.de>
15289         * doc/invoke.texi (-Wcatch-value=): Document new warning option.
15291 2017-05-25  Nathan Sidwell  <nathan@acm.org>
15293         * doc/invoke.texi (--enable-languages): Update documentation.
15295 2017-05-25  Martin Liska  <mliska@suse.cz>
15297         * dumpfile.c: Add TDF_FOLDING.
15298         * dumpfile.h (enum dump_kind): Likewise.
15299         * genmatch.c (dt_simplify::gen_1): Use it.
15301 2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
15303         * match.pd (view_convert (convert@0 @1)): Handle zero-extension.
15305 2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
15307         * match.pd ((A +- CST1) +- CST2): Allow some conversions.
15308         * tree.c (drop_tree_overflow): Handle COMPLEX_CST and VECTOR_CST.
15310 2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
15312         * fold-const.c (fold_binary_loc) [(A & C) == D]: Remove transformation.
15313         * match.pd (X == C): Rewrite it here.
15314         (with_possible_nonzero_bits, with_possible_nonzero_bits2,
15315         with_certain_nonzero_bits2): New predicates.
15316         * tree-ssanames.c (get_nonzero_bits): Handle INTEGER_CST.
15318 2017-05-24  Nathan Sidwell  <nathan@acm.org>
15320         * lto-streamer-in.c (lto_input_data_block): Adjust T const cast to
15321         avoid warning.
15323         * auto-profile.c (afdo_propagate): Adjust T const cast to avoid
15324         warning.
15326 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
15328         * config/powerpcspe: New port.  Files are copied from the rs6000
15329         port, with "rs6000" in filenames replaced by "powerpcspe".
15331 2017-05-24  Wilco Dijkstra  <wdijkstr@arm.com>
15333         PR rtl-optimization/80754
15334         * lra-remat.c (do_remat): Add overlap checks for dst_regno.
15336 2017-05-24  Sheldon Lobo  <smlobo@sheldon.us.oracle.com>
15338         * config/sparc/sparc.md (length): Return the correct value for -mflat
15339         sibcalls to match output_sibcall.
15341 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
15343         PR bootstrap/80860
15344         PR bootstrap/80843
15345         * config/rs6000/rs6000.c (struct machine_function): Add new field
15346         n_components.
15347         (rs6000_get_separate_components): Init that field, use it.
15348         (rs6000_components_for_bb): Use the field.
15350 2017-05-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
15352         * config/arm/arm.c (arm_expand_prologue): Fix typo in comment.
15354 2017-05-24  Peter Bergner  <bergner@vnet.ibm.com>
15356         PR middle-end/80823
15357         * tree-cfg.c (group_case_labels_stmt): Delete increment of "i";
15359 2017-05-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
15361         PR target/80725
15362         * config/s390/s390.c (s390_check_qrst_address): Check incoming
15363         address against address_operand predicate.
15364         * config/s390/s390.md ("*indirect_jump"): Swap alternatives.
15366 2017-05-24  Eric Botcazou  <ebotcazou@adacore.com>
15368         * var-tracking.c (track_expr_p): Do not return 0 for tracked record
15369         parameters passed indirectly.
15371 2017-05-23  Uros Bizjak  <ubizjak@gmail.com>
15373         * config/i386/i386.md (*movdi_internal): Remove SSE4
15374         alternative 18 (?r, *v).  Update insn attributes.
15375         (*movsi_internal): Remove SSE4 alternative 13 (?r, *v).
15376         Update insn attributes.
15377         (*zero_extendsidi2): Remove SSE4 alternative (?r, *x).
15378         Update insn attributes.
15379         * config/i386/sse.md (vec_extract<ssevecmodelower>_0): Remove SSE4
15380         alternative 1 (r, v). Remove isa attribute.
15381         * config/i386/i386.c (dimode_scalar_chain::make_vector_copies):
15382         Always move value through stack for !TARGET_INTER_UNIT_MOVES_TO_VEC
15383         and !TARGET_INTER_UNIT_MOVES_TO_VEC targets.
15385 2017-05-23  Tom de Vries  <tom@codesourcery.com>
15387         * doc/sourcebuild.texi (Directives, Verify compiler message): Document
15388         dg-line directive.
15390 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
15392         * cgraphunit.c (symbol_table::process_new_functions): Update.
15393         * ipa-fnsummary.c (pass_data_inline_parameters): Remove.
15394         (inline_generate_summary): Rename to ...
15395         (ipa_fn_summary_generate): ... this one.
15396         (inline_read_summary): Rename to ...
15397         (ipa_fn_summary_read): ... this one.
15398         (inline_write_summary): Rename to ...
15399         (ipa_fn_summary_write): ... this one.
15400         (inline_free_summary): Rename to ...
15401         (ipa_free_fn_summary): ... this one.
15402         (pass_data_local_fn_summary, pass_local_fn_summary,
15403         make_pass_local_fn_summary, pass_data_ipa_free_fn_summary,
15404         pass_ipa_free_fn_summary, make_pass_ipa_free_fn_summary,
15405         pass_data_ipa_fn_summary, pass_ipa_fn_summary,
15406         make_pass_ipa_fn_summary): New.
15407         * ipa-fnsummary.h (inline_generate_summary, inline_read_summary,
15408         inline_write_summary, inline_free_summary): Remove.
15409         (ipa_free_fn_summary) : New.
15410         * ipa-inline.c (ipa_inline): Update.
15411         (pass_ipa_inline): Do not generate summaries.
15412         * ipa.c (pass_data_ipa_free_fn_summary, pass_ipa_free_fn_summary):
15413         Remove.
15414         * passes.def: Replace pass_inline_parameters by pass_local_fn_summary
15415         and add pass_ipa_fn_summary.
15416         * tree-pass.h (make_pass_ipa_fn_summary, make_pass_local_fn_summary):
15417         New.
15418         (make_pass_inline_parameters): Remove.
15420 2017-05-23  Thomas Schwinge  <thomas@codesourcery.com>
15422         * omp-low.c (struct omp_context): Remove "default_kind" member.
15423         Adjust all users.
15425         * omp-offload.c (execute_oacc_device_lower): Remove the
15426         parallelism dimensions function attributes for unparallelized
15427         OpenACC kernels constructs.
15429 2017-05-23  Martin Liska  <mliska@suse.cz>
15431         * cgraph.c (cgraph_node::get_create): Use symtab_node::dump_{asm_,}name
15432         functions.
15433         (cgraph_edge::make_speculative): Likewise.
15434         (cgraph_edge::resolve_speculation): Likewise.
15435         (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
15436         (cgraph_node::dump): Likewise.
15437         * cgraph.h: Likewise.
15438         * cgraphunit.c (analyze_functions): Likewise.
15439         (symbol_table::compile): Likewise.
15440         * ipa-cp.c (print_all_lattices): Likewise.
15441         (determine_versionability): Likewise.
15442         (initialize_node_lattices): Likewise.
15443         (ipcp_verify_propagated_values): Likewise.
15444         (estimate_local_effects): Likewise.
15445         (update_profiling_info): Likewise.
15446         (create_specialized_node): Likewise.
15447         (perhaps_add_new_callers): Likewise.
15448         (decide_about_value): Likewise.
15449         (decide_whether_version_node): Likewise.
15450         (identify_dead_nodes): Likewise.
15451         (ipcp_store_bits_results): Likewise.
15452         * ipa-devirt.c (dump_targets): Likewise.
15453         (ipa_devirt): Likewise.
15454         * ipa-icf.c (sem_item::dump): Likewise.
15455         (sem_function::equals): Likewise.
15456         (sem_variable::equals): Likewise.
15457         (sem_item_optimizer::read_section): Likewise.
15458         (sem_item_optimizer::execute): Likewise.
15459         (congruence_class::dump): Likewise.
15460         * ipa-inline-analysis.c (dump_ipa_call_summary): Likewise.
15461         (dump_inline_summary): Likewise.
15462         (estimate_node_size_and_time): Likewise.
15463         (inline_analyze_function): Likewise.
15464         * ipa-inline-transform.c (inline_call): Likewise.
15465         * ipa-inline.c (report_inline_failed_reason): Likewise.
15466         (want_early_inline_function_p): Likewise.
15467         (edge_badness): Likewise.
15468         (update_edge_key): Likewise.
15469         (inline_small_functions): Likewise.
15470         * ipa-profile.c (ipa_profile): Likewise.
15471         * ipa-prop.c (ipa_print_node_jump_functions): Likewise.
15472         (ipa_make_edge_direct_to_target): Likewise.
15473         (remove_described_reference): Likewise.
15474         (ipa_impossible_devirt_target): Likewise.
15475         (propagate_controlled_uses): Likewise.
15476         (ipa_print_node_params): Likewise.
15477         (ipcp_transform_function): Likewise.
15478         * ipa-pure-const.c (pure_const_read_summary): Likewise.
15479         (propagate_pure_const): Likewise.
15480         * ipa-reference.c (generate_summary): Likewise.
15481         (read_write_all_from_decl): Likewise.
15482         (propagate): Likewise.
15483         (ipa_reference_read_optimization_summary): Likewise.
15484         * ipa-utils.c (ipa_merge_profiles): Likewise.
15485         * ipa.c (walk_polymorphic_call_targets): Likewise.
15486         (symbol_table::remove_unreachable_nodes): Likewise.
15487         (ipa_single_use): Likewise.
15488         * passes.c (execute_todo): Likewise.
15489         * predict.c (drop_profile): Likewise.
15490         * symtab.c (symtab_node::get_dump_name): New function.
15491         (symtab_node::dump_name): Likewise.
15492         (symtab_node::dump_asm_name): Likewise.
15493         (symtab_node::dump_references): Likewise.
15494         (symtab_node::dump_referring): Likewise.
15495         (symtab_node::dump_base): Likewise.
15496         (symtab_node::debug_symtab): Likewise.
15497         * tree-sra.c (convert_callers_for_node): Likewise.
15498         * tree-ssa-structalias.c (ipa_pta_execute): Likewise.
15499         * value-prof.c (init_node_map): Likewise.
15501 2017-05-23  Martin Liska  <mliska@suse.cz>
15503         * cgraph.h: Move symtab_node::dump_table to symbol_table::dump
15504         and symtab_node::debug_symtab to symbol_table::debug.
15505         * cgraphunit.c (analyze_functions): Use the renamed function.
15506         (symbol_table::compile): Likewise.
15507         * ipa-cp.c (ipcp_verify_propagated_values): Likewise.
15508         * ipa-icf.c (sem_item_optimizer::execute): Likewise.
15509         * passes.c (execute_todo): Likewise.
15510         * symtab.c (symbol_table::dump): New function.
15511         * tree-ssa-structalias.c (ipa_pta_execute): Use the renamed function.
15513 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
15515         * ipa-fnsummary.c (estimate_node_size_and_time): Do not sanity check
15516         that nonconst implies exec.
15518 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
15520         * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgraph_edge_hook_list,
15521         inline_edge_removal_hook, inline_edge_duplication_hook): Remove.
15522         (inline_edge_summary_vec): Turn into ...
15523         (ipa_call_summaries): ... this one.
15524         (redirect_to_unreachable, edge_set_predicate,
15525         evaluate_properties_for_edge, inline_summary_alloc,
15526         reset_ipa_call_summary, reset_inline_summary,
15527         inline_summary_t::duplicate): Update.
15528         (inline_edge_duplication_hook): Turn to ...
15529         (ipa_call_summary_t::duplicate): ... this one.
15530         (inline_edge_removal_hook): Turn to ...
15531         (ipa_call_summary_t::remove): ... this one.
15532         (dump_inline_edge_summary): Turn to ...
15533         (dump_ipa_call_summary): ... this one.
15534         (estimate_function_body_sizes): Update.
15535         (inline_update_callee_summaries): Update.
15536         (remap_edge_change_prob): Update.
15537         (remap_edge_summaries): Update.
15538         (inline_merge_summary): Update.
15539         (do_estimate_edge_time): Update.
15540         (inline_generate_summary): Update.
15541         (inline_read_section): Update.
15542         (inline_read_summary): Update.
15543         (inline_free_summary): Update.
15544         * ipa-inline.c (can_inline_edge_p): Update.
15545         (compute_inlined_call_time): Update.
15546         (want_inline_small_function_p): Update.
15547         (edge_badness): Update.
15548         (early_inliner): Update.
15549         * ipa-inline.h (inline_edge_summary): Turn to ...
15550         (ipa_call_summary): ... this one.
15551         (ipa_call_summary_t): New class.
15552         (inline_edge_summary_t, inline_edge_summary_vec): Remove.
15553         (ipa_call_summaries): New.
15554         (inline_edge_summary): Remove.
15555         (estimate_edge_growth): Update.
15556         * ipa-profile.c (ipa_propagate_frequency_1): Update.
15557         * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
15558         * ipa-split.c (execute_split_functions): Update.
15559         * ipa.c (symbol_table::remove_unreachable_nodes): Update.
15561 2017-05-23  Tom de Vries  <tom@codesourcery.com>
15563         * doc/sourcebuild.texi (Effective-Target Keywords, Other hardware
15564         attributes): Document rdrand effective target.
15566 2017-05-23  Tom de Vries  <tom@codesourcery.com>
15568         * doc/sourcebuild.texi (Effective-Target Keywords, Other hardware
15569         attributes): Sort alphabetically.
15571 2017-05-23  Georg-Johann Lay  <avr@gjlay.de>
15573         * config/avr/genmultilib.awk: Use gsub instead of gensub.
15575 2017-05-22  Michael Meissner  <meissner@linux.vnet.ibm.com>
15577         PR target/80718
15578         * config/rs6000/vsx.md (vsx_splat_<mode>, VSX_D iterator): Split
15579         V2DF/V2DI splat into two separate patterns, one that handles
15580         registers, and the other that only handles memory.  Drop support
15581         for splatting from a GPR on ISA 2.07 and then splitting the
15582         splat into direct move and splat.
15583         (vsx_splat_<mode>_reg): Likewise.
15584         (vsx_splat_<mode>_mem): Likewise.
15586 2017-05-22  Segher Boessenkool  <segher@kernel.crashing.org>
15588         * cfgcleanup.c (bb_is_just_return): Allow CLOBBERs.
15590 2017-05-22  Jakub Jelinek  <jakub@redhat.com>
15592         PR middle-end/80809
15593         * omp-low.c (finish_taskreg_remap): New function.
15594         (finish_taskreg_scan): If unit size of ctx->record_type
15595         is non-constant, unshare the size expression and replace
15596         decls in it with possible outer var refs.
15598         PR middle-end/80809
15599         * gimplify.c (omp_add_variable): For GOVD_DEBUG_PRIVATE use
15600         GOVD_SHARED rather than GOVD_PRIVATE with it.
15601         (gimplify_adjust_omp_clauses_1, gimplify_adjust_omp_clauses): Expect
15602         GOVD_SHARED rather than GOVD_PRIVATE with GOVD_DEBUG_PRIVATE.
15604         PR middle-end/80853
15605         * omp-low.c (lower_reduction_clauses): Pass OMP_CLAUSE_PRIVATE
15606         as last argument to build_outer_var_ref for pointer bases of array
15607         section reductions.
15609 2017-05-19  Martin Sebor  <msebor@redhat.com>
15611         * print-tree.c (print_node): Print DECL_READ_P flag.
15613 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
15615         * Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.h
15616         * auto-profile.c: Replace ipa-inline.h by ipa-fnsummary.h
15617         * cgraph.c: Likewise.
15618         * cgraphunit.c: Likewise.
15619         * gengtype.c: Likewise.
15620         * ipa-cp.c: Likewise.
15621         * ipa-devirt.c: Likewise.
15622         * ipa-icf.c: Likewise.
15623         * ipa-predicate.c: Likewise.
15624         * ipa-profile.c: Likewise.
15625         * ipa-prop.c: Likewise.
15626         * ipa-split.c: Likewise.
15627         * ipa.c: Likewise.
15628         * ipa-inline-analysis.c (inline_summaries, ipa_call_summaries,
15629         edge_predicate_pool, dump_inline_hints,
15630         inline_summary::account_size_time, redirect_to_unreachable,
15631         edge_set_predicate, set_hint_predicate,
15632         evaluate_conditions_for_known_args, evaluate_properties_for_edge,
15633         inline_summary_alloc, ipa_call_summary::reset, inline_summary::reset,
15634         inline_summary_t::remove, remap_hint_predicate_after_duplication,
15635         inline_summary_t::duplicate, ipa_call_summary_t::duplicate,
15636         ipa_call_summary_t::remove, initialize_growth_caches,
15637         free_growth_caches, dump_ipa_call_summary, dump_inline_summary,
15638         debug_inline_summary, dump_inline_summaries, initialize_inline_failed,
15639         mark_modified, unmodified_parm_1, unmodified_parm,
15640         unmodified_parm_or_parm_agg_item, eliminated_by_inlining_prob,
15641         set_cond_stmt_execution_predicate, set_switch_stmt_execution_predicate,
15642         compute_bb_predicates, will_be_nonconstant_expr_predicate,
15643         will_be_nonconstant_predicate, record_modified_bb_info,
15644         get_minimal_bb, record_modified, param_change_prob,
15645         phi_result_unknown_predicate, predicate_for_phi_result,
15646         array_index_predicate, clobber_only_eh_bb_p, fp_expression_p,
15647         estimate_function_body_sizes, compute_inline_parameters,
15648         compute_inline_parameters_for_curren, pass_data_inline_parameters,
15649         estimate_node_size_and_time, estimate_ipcp_clone_size_and_time,
15650         inline_update_callee_summaries, remap_edge_change_prob,
15651         remap_edge_summaries, remap_hint_predicate, inline_merge_summary,
15652         inline_update_overall_summary, inline_indirect_intraprocedural_analysis,
15653         inline_analyze_function, inline_summary_t::insert,
15654         inline_generate_summary, read_ipa_call_summary, inline_read_section,
15655         inline_read_summary, write_ipa_call_summary, inline_write_summary,
15656         inline_free_summary): Move to ipa-fnsummary.h
15657         (predicate_t): Remove.
15658         * ipa-fnsummary.c: New file.
15659         * ipa-inline.h:  Do not include sreal.h and ipa-predicate.h
15660         (enum inline_hints_vals, inline_hints, agg_position_info,
15661         INLINE_SIZE_SCALE, size_time_entry, inline_summary, inline_summary_t,
15662         inline_summaries, ipa_call_summary, ipa_call_summary_t,
15663         ipa_call_summaries, debug_inline_summary, dump_inline_summaries,
15664         dump_inline_summary, dump_inline_hints, inline_generate_summary,
15665         inline_read_summary, inline_write_summary, inline_free_summary,
15666         inline_analyze_function, initialize_inline_failed,
15667         inline_merge_summary, inline_update_overall_summary,
15668         compute_inline_parameters): Move to ipa-fnsummary.h
15669         * ipa-fnsummary.h: New file.
15670         * ipa-inline-transform.h: Include ipa-inline.h.
15671         * ipa-inline.c: LIkewise.
15673 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
15675         * ipa-inline.c (edge_badness): Use inlined_time instead of
15676         inline_summaries->get.
15678 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
15680         * ipa-inline.c (edge_badness): Use estimate_size_after_inlining.
15682 2017-05-22  Nathan Sidwell  <nathan@acm.org>
15684         * doc/invoke.texi (fdump-translation-unit): Delete documentation.
15685         (fdump-lang): Document 'raw' option.
15686         * dumpfile.h (TDI_tu): Delete.
15687         * dumpfile.c (dump_files): Remove translation-unit.
15688         (FIRST_AUTO_NUMBERED_DUMP): Decrement.
15690 2017-05-22  Georg-Johann Lay  <avr@gjlay.de>
15692         * config/avr/t-avr (AWK) [t-multilib]: Remove "-v FORMAT=Makefile"
15693         command option from $(AWK) call.
15694         * config/avr/genmultilib.awk: Simplify and rewrite so that it
15695         generates MULTILIB_REQUIRED instead of MULTILIB_EXCEPTIONS.
15696         [FORMAT]: Remove handling of variable.
15697         * config/avr/t-multilib: Regenerate.
15699 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
15701         * ipa-inline-analysis.c (inline_summary::reset): Do not reset
15702         self_time.
15703         (dump_inline_summary): Do not print self_time.
15704         (estimate_function_body_sizes): Do not set self_time.
15705         (compute_inline_parameters): Likewise.
15706         (inline_read_section, inline_write_summary): Do not stream self_time.
15707         * ipa-inline.h (inline_summary): Drop self_time.
15709 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
15711         * ipa-inline-analysis.c (account_size_time): Rename to ...
15712         (inline_summary::account_size_time): ... this one.
15713         (reset_ipa_call_summary): Turn to ...
15714         (ipa_call_summary::reset): ... this one.
15715         (reset_inline_summary): Turn to ...
15716         (inline_summary::reset): ... this one.
15717         (inline_summary_t::remove): Update.
15718         (inline_summary_t::duplicate): Update.
15719         (ipa_call_summary_t::remove): Update.
15720         (dump_inline_summary): Update.
15721         (estimate_function_body_sizes): Update.
15722         (compute_inline_parameters): Update.
15723         (estimate_node_size_and_time): Update.
15724         (inline_merge_summary): Update.
15725         (inline_update_overall_summary): Update.
15726         (inline_read_section): Update.
15727         (inline_write_summary): Update.
15728         * ipa-inline.h (inline_summary): Rename entry to size_time_table;
15729         add account_size_time and reset member functions.
15730         (ipa_call_summary): Add reset function.
15731         * ipa-predicate.h (predicate::operator &): Constify.
15733 2017-05-22  Richard Biener  <rguenther@suse.de>
15735         * df-scan.c (df_insn_refs_verify): Speedup when not verifying.
15737 2017-05-19  Jason Merrill  <jason@redhat.com>
15739         * tree.c (make_tree_vec_stat, grow_tree_vec_stat): Use size_t.
15741 2017-05-19  Marek Polacek  <polacek@redhat.com>
15743         PR sanitizer/80800
15744         * fold-const.c (extract_muldiv_1) <case TRUNC_DIV_EXPR>: Add
15745         TYPE_OVERFLOW_WRAPS checks.
15747 2017-05-19  Thomas Schwinge  <thomas@codesourcery.com>
15749         * tree-core.h (enum omp_clause_default_kind): Add
15750         "OMP_CLAUSE_DEFAULT_PRESENT".
15751         * tree-pretty-print.c (dump_omp_clause): Handle it.
15752         * gimplify.c (enum gimplify_omp_var_data): Add
15753         "GOVD_MAP_FORCE_PRESENT".
15754         (gimplify_adjust_omp_clauses_1): Map it to
15755         "GOMP_MAP_FORCE_PRESENT".
15756         (oacc_default_clause): Handle "OMP_CLAUSE_DEFAULT_PRESENT".
15758         * gimplify.c (oacc_default_clause): Clarify.
15760 2017-05-19  Nathan Sidwell  <nathan@acm.org>
15762         LANG_HOOK_REGISTER_DUMPS
15763         * toplev.c (general_init): Call register dump lang hook.
15764         * doc/invoke.texi: Document -fdump-lang option family.
15765         * dumpfile.c (dump_files): Remove class dump here.
15766         (FIRST_AUTO_NUMBERED_DUMP): Adjust.
15767         * dumpfile.h (tree_dump_index): Remove TDI_class.
15768         * langhooks-def.h (lhd_register_dumps): Declare.
15769         (LANG_HOOKS_REGISTER_DUMPS): Define.
15770         (LANG_HOOKS_INITIALIZER): Add it.
15771         * langhooks.c (lhd_register_dumps): Define.
15772         * langhooks.h (struct lang_hooks): Add register_dumps.
15774 2017-05-19  Nathan Sidwell  <nathan@acm.org>
15776         * context.h (context::set_passes): New.
15777         * context.c (context::context): Do not create pass manager.
15778         * toplev.c (general_init): Create pass manager here.
15780 2017-05-19  Segher Boessenkool  <segher@kernel.crashing.org>
15782         * config/rs6000/rs6000.md (splitter to load of -1 and mask): Don't
15783         use this splitter if two add or or instructions would also work for
15784         the constant we want to generate.
15786 2017-05-19  Richard Biener  <rguenther@suse.de>
15788         PR build/80821
15789         * genmatch.c (dt_node::gen_kids_1): Add missing scope around
15790         predicate evaluation.
15792 2017-05-19  Jan Hubicka  <hubicka@ucw.cz>
15794         * ipa-inline.h (ipa_call_summary): Turn sizes into signed;
15795         add ctor.
15796         * ipa-inline.c (want_inline_small_function_p): Do not cast to
15797         unsigned.
15799 2017-05-19  Jan Hubicka  <hubicka@ucw.cz>
15801         * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgraph_edge_hook_list,
15802         inline_edge_removal_hook, inline_edge_duplication_hook): Remove.
15803         (inline_edge_summary_vec): Turn into ...
15804         (ipa_call_summaries): ... this one.
15805         (redirect_to_unreachable, edge_set_predicate,
15806         evaluate_properties_for_edge, inline_summary_alloc,
15807         reset_ipa_call_summary, reset_inline_summary,
15808         inline_summary_t::duplicate): Update.
15809         (inline_edge_duplication_hook): Turn to ...
15810         (ipa_call_summary_t::duplicate): ... this one.
15811         (inline_edge_removal_hook): Turn to ...
15812         (ipa_call_summary_t::remove): ... this one.
15813         (dump_inline_edge_summary): Turn to ...
15814         (dump_ipa_call_summary): ... this one.
15815         (estimate_function_body_sizes): Update.
15816         (inline_update_callee_summaries): Update.
15817         (remap_edge_change_prob): Update.
15818         (remap_edge_summaries): Update.
15819         (inline_merge_summary): Update.
15820         (do_estimate_edge_time): Update.
15821         (inline_generate_summary): Update.
15822         (inline_read_section): Update.
15823         (inline_read_summary): Update.
15824         (inline_free_summary): Update.
15825         * ipa-inline.c (can_inline_edge_p): Update.
15826         (compute_inlined_call_time): Update.
15827         (want_inline_small_function_p): Update.
15828         (edge_badness): Update.
15829         (early_inliner): Update.
15830         * ipa-inline.h (inline_edge_summary): Turn to ...
15831         (ipa_call_summary): ... this one.
15832         (ipa_call_summary_t): New class.
15833         (inline_edge_summary_t, inline_edge_summary_vec): Remove.
15834         (ipa_call_summaries): New.
15835         (inline_edge_summary): Remove.
15836         (estimate_edge_growth): Update.
15837         * ipa-profile.c (ipa_propagate_frequency_1): Update.
15838         * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
15839         * ipa-split.c (execute_split_functions): Update.
15840         * ipa.c (symbol_table::remove_unreachable_nodes): Update.
15842 2017-05-19  Richard Biener  <rguenther@suse.de>
15844         PR middle-end/80764
15845         * cfgexpand.c (expand_gimple_cond): Fix loop fixup.
15847 2017-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
15849         * config/rs6000/rs6000.c (struct machine_function): Add field
15850         fpr_is_wrapped_separately.
15851         (rs6000_get_separate_components): Use 64 components.  Handle the
15852         new FPR components.
15853         (rs6000_components_for_bb): Handle the FPR components.
15854         (rs6000_emit_prologue_components): Handle the FPR components.
15855         (rs6000_emit_epilogue_components): Handle the FPR components.
15856         (rs6000_set_handled_components): Handle the FPR components.
15857         (rs6000_emit_prologue): Don't output prologue code for those FPRs
15858         that are already separately shrink-wrapped.
15859         (rs6000_emit_epilogue): Don't output epilogue code for those FPRs
15860         that are already separately shrink-wrapped.
15862 2017-05-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
15864         PR target/80510
15865         * config/rs6000/predicates.md (simple_offsettable_mem_operand):
15866         New predicate.
15868         * config/rs6000/rs6000.md (ALTIVEC_DFORM): New iterator.
15869         (define_peephole2 for Altivec d-form load): Add peepholes to catch
15870         cases where the register allocator uses a move and an offsettable
15871         memory operation to/from a FPR register on ISA 2.06/2.07.
15872         (define_peephole2 for Altivec d-form store): Likewise.
15874 2017-05-18  Uros Bizjak  <ubizjak@gmail.com>
15876         PR target/80799
15877         * config/i386/mmx.md (*mov<mode>_internal): Enable
15878         alternatives 11, 12, 13 and 14 also for 32bit targets.
15879         Remove alternatives 15, 16, 17 and 18.
15880         * config/i386/sse.md (vec_concatv2di): Change
15881         alternative (!x, *y) to (x, ?!*Yn).
15883 2017-05-18  Paolo Carlini  <paolo.carlini@oracle.com>
15885         * dumpfile.h (enum dump_kind): Remove stray comma.
15887 2017-05-18  Jan Hubicka  <hubicka@ucw.cz>
15889         * Makefile.in: Add ipa-predicate.o and ipa-predicate.h
15890         * ipa-inline-analysis.c (NUM_CONDITIONS): turn into
15891         predicate::num_conditions
15892         (IS_NOT_CONSTANT): turn into predicate::is_not_constant.
15893         (CHANGED): turn into predicate::changed.
15894         (agg_position_info): Move to ipa-predicate.h
15895         (add_condition, predicate::add_clause, predicate::operator &=,
15896         predicate::or_with, predicate::evaluate, predicate::probability,
15897         dump_condition, dump_clause, predicate::dump,
15898         predicate::remap_after_duplication, predicate::remap_after_inlining,
15899         predicate::stream_in, predicate::stream_out): Move to ipa-predicate.c
15900         (evaluate_conditions_for_known_args): Update.
15901         (set_cond_stmt_execution_predicate): Update.
15902         * ipa-inline.h: Include ipa-predicate.h
15903         (condition, inline_param_summary, conditions, agg_position_info,
15904         predicate): Move to ipa-predicate.h
15905         * ipa-predicate.c: New file.
15906         * ipa-predicate.h: New file.
15908 2017-05-18  Wilco Dijkstra  <wdijkstr@arm.com>
15910         * final.c (leaf_function_p): Check we are not in a sequence.
15912 2017-05-18  Martin Liska  <mliska@suse.cz>
15914         * cfgrtl.c (rtl_verify_edges): Remove usage of TDF_RTL.
15915         * dumpfile.c (dump_register): Use new enum dump_kind.
15916         (get_dump_file_name): Likewise.
15917         (dump_enable_all): Likewise.
15918         (dump_switch_p_1): Likewise.
15919         (enable_rtl_dump_file): Remove usage of TDF_RTL.
15920         * dumpfile.h (enum dump_kind): New enum type.
15921         (struct dump_file_info): Create constructor and
15922         format fields and comments.
15923         * passes.c (pass_manager::register_one_dump_file):
15924         Use num dump_kind.
15925         * statistics.c (statistics_early_init): Likewise.
15926         * tree-ssa-loop-prefetch.c (dump_mem_details): Replace
15927         TDF_TREE with TDF_SLIM.
15928         (gather_memory_references_ref): Likewise.
15930 2017-05-18  Martin Liska  <mliska@suse.cz>
15932         * vec.h (struct vnull): Use it.
15934 2017-05-18  Jan Hubicka  <hubicka@ucw.cz>
15936         * ipa-inline-analysis.c (predicate_conditions): Move to ipa-inline.h
15937         (true_predicate, false_predicate, true_predicate_p,
15938         false_predicate_p): Remove.
15939         (single_cond_predicate, not_inlined_predicate): Turn to member function
15940         in ipa-inline.h
15941         (add_condition): Update.
15942         (add_clause): Turn to...
15943         (predicate::add_clause): ... this one; update; allow passing NULL
15944         as parameter.
15945         (and_predicates): Turn to ...
15946         (predicate::operator &=): ... this one.
15947         (predicates_equal_p): Move to predicate::operator == in ipa-inline.h
15948         (or_predicates): Turn to ...
15949         (predicate::or_with): ... this one.
15950         (evaluate_predicate): Turn to ...
15951         (predicate::evaluate): ... this one.
15952         (predicate_probability): Turn to ...
15953         (predicate::probability): ... this one.
15954         (dump_condition): Update.
15955         (dump_predicate): Turn to ...
15956         (predicate::dump): ... this one.
15957         (account_size_time): Update.
15958         (edge_set_predicate): Update.
15959         (set_hint_predicate): UPdate.
15960         (evaluate_conditions_for_known_args): Update.
15961         (evaluate_properties_for_edge): Update.
15962         (remap_predicate_after_duplication): Turn to...
15963         (predicate::remap_after_duplication): ... this one.
15964         (remap_hint_predicate_after_duplication): Update.
15965         (inline_summary_t::duplicate): UPdate.
15966         (dump_inline_edge_summary): Update.
15967         (dump_inline_summary): Update.
15968         (set_cond_stmt_execution_predicate): Update.
15969         (set_switch_stmt_execution_predicate): Update.
15970         (compute_bb_predicates): Update.
15971         (will_be_nonconstant_expr_predicate): Update.
15972         (will_be_nonconstant_predicate): Update.
15973         (phi_result_unknown_predicate): Update.
15974         (predicate_for_phi_result): Update.
15975         (array_index_predicate): Update.
15976         (estimate_function_body_sizes): Update.
15977         (estimate_node_size_and_time): Update.
15978         (estimate_ipcp_clone_size_and_time): Update.
15979         (remap_predicate): Rename to ...
15980         (predicate::remap_after_inlining): ... this one.
15981         (remap_hint_predicate): Update.
15982         (inline_merge_summary): Update.
15983         (inline_update_overall_summary): Update.
15984         (estimate_size_after_inlining): Update.
15985         (read_predicate): Rename to ...
15986         (predicate::stream_in): ... this one.
15987         (read_inline_edge_summary): Update.
15988         (write_predicate): Rename to ...
15989         (predicate::stream_out): ... this one.
15990         (write_inline_edge_summary): Update.
15991         * ipa-inline.h (MAX_CLAUSES): Turn to predicate::max_clauses.
15992         (clause_t): Turn to uint32_t
15993         (predicate): Turn to class; implement constructor and operators
15994         ==, !=, &
15995         (size_time_entry): Update.
15996         (inline_summary): Update.
15997         (inline_edge_summary): Update.
15999 2017-05-18  Marc Glisse  <marc.glisse@inria.fr>
16001         * fold-const.c (fold_binary_loc): Move transformation...
16002         * match.pd (C - X CMP X): ... here.
16004 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
16006         * config/sparc/sparc.c (sparc_option_override): Set function
16007         alignment for -mcpu=niagara7 to 64 to match the I$ line.
16008         * config/sparc/sparc.h (BRANCH_COST): Set the SPARC M7 branch
16009         latency to 1.
16010         * config/sparc/sparc.h (BRANCH_COST): Set the SPARC T4 branch
16011         latency to 2.
16012         * config/sparc/sol2.h: Fix a ASM_CPU32_DEFAULT_SPEC typo.
16014 2017-05-18  Marek Polacek  <polacek@redhat.com>
16016         PR sanitizer/80797
16017         * ubsan.c (instrument_null): Unwrap ADDR_EXPRs.
16018         (pass_ubsan::execute): Call gimple_assign_single_p instead of
16019         gimple_assign_load_p.
16021 2017-05-17  Segher Boessenkool  <segher@kernel.crashing.org>
16023         PR middle-end/80692
16024         * real.c (do_compare): Give decimal_do_compare preference over
16025         comparing just the signs.
16027 2017-05-17  Uros Bizjak  <ubizjak@gmail.com>
16029         * doc/md.texi (Canonicalization of Instructions): Describe the
16030         canonical form of instructions that inherently set a condition
16031         code register.
16033 2017-05-17  Peter Bergner  <bergner@vnet.ibm.com>
16035         PR middle-end/80775
16036         * tree-cfg.c: Move deletion of unreachable case statements to after
16037         the merging of consecutive case labels.
16039 2017-05-17  Thomas Preud'homme  <thomas.preudhomme@arm.com>
16041         * config/arm/arm.c (cmse_nonsecure_call_clear_caller_saved): Refer
16042         readers to __gnu_cmse_nonsecure_call libcall for saving, clearing and
16043         restoring of callee-saved registers.
16045 2017-05-17  Eric Botcazou  <ebotcazou@adacore.com>
16047         * compare-elim.c (equivalent_reg_at_start): Adjust outdated comment.
16048         * config/visium/visium.c (single_set_and_flags): Likewise.
16049         * config/visium/visium.md (Substitutions): Likewise.
16051 2017-05-17  Martin Liska  <mliska@suse.cz>
16053         * cfg.c: Introduce dump_flags_t type and
16054         use it instead of int type.
16055         * cfg.h: Likewise.
16056         * cfghooks.c: Likewise.
16057         * cfghooks.h (struct cfg_hooks): Likewise.
16058         * cfgrtl.c: Likewise.
16059         * cfgrtl.h: Likewise.
16060         * cgraph.c (cgraph_node::get_body): Likewise.
16061         * coretypes.h: Likewise.
16062         * domwalk.c: Likewise.
16063         * domwalk.h: Likewise.
16064         * dumpfile.c (struct dump_option_value_info): Likewise.
16065         (dump_enable_all): Likewise.
16066         (dump_switch_p_1): Likewise.
16067         (opt_info_switch_p): Likewise.
16068         * dumpfile.h (enum tree_dump_index): Likewise.
16069         (struct dump_file_info): Likewise.
16070         * genemit.c: Likewise.
16071         * generic-match-head.c: Likewise.
16072         * gengtype.c (open_base_files): Likewise.
16073         * gimple-pretty-print.c: Likewise.
16074         * gimple-pretty-print.h: Likewise.
16075         * graph.c (print_graph_cfg): Likewise.
16076         * graphite-scop-detection.c (dot_all_sese): Likewise.
16077         * ipa-devirt.c (build_type_inheritance_graph): Likewise.
16078         * loop-unroll.c (report_unroll): Likewise.
16079         * passes.c (pass_manager::register_one_dump_file): Likewise.
16080         * print-tree.c: Likewise.
16081         * statistics.c: Likewise.
16082         * tree-cfg.c: Likewise.
16083         * tree-cfg.h: Likewise.
16084         * tree-dfa.c: Likewise.
16085         * tree-dfa.h: Likewise.
16086         * tree-dump.c (dump_function): Likewise.
16087         * tree-dump.h (struct dump_info): Likewise.
16088         * tree-pretty-print.c: Likewise.
16089         * tree-pretty-print.h: Likewise.
16090         * tree-ssa-live.c: Likewise.
16091         * tree-ssa-live.h: Likewise.
16092         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Likewise.
16093         * tree-vect-loop.c: Likewise.
16094         * tree-vect-slp.c: Likewise.
16096 2017-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
16097             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16099         PR tree-optimization/80457
16100         * tree-vect-stmts.c (vect_model_simple_cost): Model the cost
16101         of all arguments to a statement as scalar_to_vec operations.
16102         (vectorizable_call): Adjust call to vect_model_simple_cost for
16103         new parameter.
16104         (vectorizable_conversion): Likewise.
16105         (vectorizable_assignment): Likewise.
16106         (vectorizable_shift): Likewise.
16107         (vectorizable_operation): Likewise.
16108         (vectorizable_comparison): Likewise.
16109         (vect_is_simple_cond): Record the def types for operands.
16110         (vectorizable_condition): Likewise, call vect_model_simple_cost.
16111         * tree-vectorizer.h (vect_model_simple_cost): Add new parameter
16112         for statement argument count.
16114 2017-05-16  Carl Love  <cel@us.ibm.com>
16116         * config/rs6000/rs6000-c: Add support for built-in functions
16117         vector unsigned long long vec_bperm (vector unsigned long long,
16118                                              vector unsigned char)
16119         vector signed long long vec_mule (vector signed int,
16120                                           vector signed int)
16121         vector unsigned long long vec_mule (vector unsigned int,
16122                                             vector unsigned int)
16123         vector signed long long vec_mulo (vector signed int,
16124                                           vector signed int)
16125         vector unsigned long long vec_mulo (vector unsigned int,
16126                                             vector unsigned int)
16127         vector signed char vec_sldw (vector signed char,
16128                                      vector signed char,
16129                                      const int)
16130         vector unsigned char vec_sldw (vector unsigned char,
16131                                        vector unsigned char,
16132                                        const int)
16133         vector signed short vec_sldw (vector signed short,
16134                                       vector signed short,
16135                                       const int)
16136         vector unsigned short vec_sldw (vector unsigned short,
16137                                         vector unsigned short,
16138                                         const int)
16139         vector signed int vec_sldw (vector signed int,
16140                                     vector signed int,
16141                                     const int)
16142         vector unsigned int vec_sldw (vector unsigned int,
16143                                       vector unsigned int,
16144                                       const int)
16145         vector signed long long vec_sldw (vector signed long long,
16146                                           vector signed long long,
16147                                           const int)
16148         vector unsigned long long vec_sldw (vector unsigned long long,
16149                                             vector unsigned long long,
16150                                             const int)
16151         * config/rs6000/rs6000-c: Add support for built-in functions
16152         * config/rs6000/rs6000-builtin.def: Add definition for SLDW.
16153         * config/rs6000/altivec.h: Add defintion for vec_sldw.
16154         * doc/extend.texi: Update the built-in documentation for the
16155         new built-in functions.
16157 2017-05-16  Marek Polacek  <polacek@redhat.com>
16159         PR sanitizer/80536
16160         PR sanitizer/80386
16161         * tree.c (save_expr): Don't fold the expression.
16163 2017-05-16  Uros Bizjak  <ubizjak@gmail.com>
16165         * config/i386/i386.md (*movsi_internal): Split (?rm,*y) alternative
16166         to (?r,*Yn) and (?m,*y) alternatives, and (?*y,rm) to (?*Ym,r)
16167         and (?*y,m).  Update insn attributes.
16169 2017-05-16  Martin Liska  <mliska@suse.cz>
16171         * cgraph.c (cgraph_edge::resolve_speculation): Add default value for
16172         flags argument of print_gimple_stmt, print_gimple_expr,
16173         print_generic_stmt and print_generic_expr.
16174         * cgraphclones.c (symbol_table::materialize_all_clones): Likewise.
16175         * coretypes.h: Likewise.
16176         * except.c (dump_eh_tree): Likewise.
16177         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Likewise.
16178         * gimple-pretty-print.h: Likewise.
16179         * gimple-ssa-backprop.c (dump_usage_prefix): Likewise.
16180         (backprop::push_to_worklist): Likewise.
16181         (backprop::pop_from_worklist): Likewise.
16182         (backprop::process_use): Likewise.
16183         (backprop::intersect_uses): Likewise.
16184         (note_replacement): Likewise.
16185         * gimple-ssa-store-merging.c
16186         (pass_store_merging::terminate_all_aliasing_chains): Likewise.
16187         (imm_store_chain_info::coalesce_immediate_stores): Likewise.
16188         (pass_store_merging::execute): Likewise.
16189         * gimple-ssa-strength-reduction.c (dump_candidate): Likewise.
16190         (ssa_base_cand_dump_callback): Likewise.
16191         (dump_incr_vec): Likewise.
16192         (replace_refs): Likewise.
16193         (replace_mult_candidate): Likewise.
16194         (create_add_on_incoming_edge): Likewise.
16195         (create_phi_basis): Likewise.
16196         (insert_initializers): Likewise.
16197         (all_phi_incrs_profitable): Likewise.
16198         (introduce_cast_before_cand): Likewise.
16199         (replace_one_candidate): Likewise.
16200         * gimplify.c (gimplify_expr): Likewise.
16201         * graphite-isl-ast-to-gimple.c (is_valid_rename): Likewise.
16202         (set_rename): Likewise.
16203         (rename_uses): Likewise.
16204         (copy_loop_phi_nodes): Likewise.
16205         (add_close_phis_to_merge_points): Likewise.
16206         (copy_loop_close_phi_args): Likewise.
16207         (copy_cond_phi_args): Likewise.
16208         (graphite_copy_stmts_from_block): Likewise.
16209         (translate_pending_phi_nodes): Likewise.
16210         * graphite-poly.c (print_pdr): Likewise.
16211         (dump_gbb_cases): Likewise.
16212         (dump_gbb_conditions): Likewise.
16213         (print_scop_params): Likewise.
16214         * graphite-scop-detection.c (build_cross_bb_scalars_def): Likewise.
16215         (build_cross_bb_scalars_use): Likewise.
16216         (gather_bbs::before_dom_children): Likewise.
16217         * hsa-dump.c (dump_hsa_immed): Likewise.
16218         * ipa-cp.c (print_ipcp_constant_value): Likewise.
16219         (get_replacement_map): Likewise.
16220         * ipa-inline-analysis.c (dump_condition): Likewise.
16221         (estimate_function_body_sizes): Likewise.
16222         * ipa-polymorphic-call.c (check_stmt_for_type_change): Likewise.
16223         (ipa_polymorphic_call_context::get_dynamic_type): Likewise.
16224         * ipa-prop.c (ipa_dump_param): Likewise.
16225         (ipa_print_node_jump_functions_for_edge): Likewise.
16226         (ipa_modify_call_arguments): Likewise.
16227         (ipa_modify_expr): Likewise.
16228         (ipa_dump_param_adjustments): Likewise.
16229         (ipa_dump_agg_replacement_values): Likewise.
16230         (ipcp_modif_dom_walker::before_dom_children): Likewise.
16231         * ipa-pure-const.c (check_stmt): Likewise.
16232         (pass_nothrow::execute): Likewise.
16233         * ipa-split.c (execute_split_functions): Likewise.
16234         * omp-offload.c (dump_oacc_loop_part): Likewise.
16235         (dump_oacc_loop): Likewise.
16236         * trans-mem.c (tm_log_emit): Likewise.
16237         (tm_memopt_accumulate_memops): Likewise.
16238         (dump_tm_memopt_set): Likewise.
16239         (dump_tm_memopt_transform): Likewise.
16240         * tree-cfg.c (gimple_verify_flow_info): Likewise.
16241         (print_loop): Likewise.
16242         * tree-chkp-opt.c (chkp_print_addr): Likewise.
16243         (chkp_gather_checks_info): Likewise.
16244         (chkp_get_check_result): Likewise.
16245         (chkp_remove_check_if_pass): Likewise.
16246         (chkp_use_outer_bounds_if_possible): Likewise.
16247         (chkp_reduce_bounds_lifetime): Likewise.
16248         * tree-chkp.c (chkp_register_addr_bounds): Likewise.
16249         (chkp_mark_completed_bounds): Likewise.
16250         (chkp_register_incomplete_bounds): Likewise.
16251         (chkp_mark_invalid_bounds): Likewise.
16252         (chkp_maybe_copy_and_register_bounds): Likewise.
16253         (chkp_build_returned_bound): Likewise.
16254         (chkp_get_bound_for_parm): Likewise.
16255         (chkp_build_bndldx): Likewise.
16256         (chkp_get_bounds_by_definition): Likewise.
16257         (chkp_generate_extern_var_bounds): Likewise.
16258         (chkp_get_bounds_for_decl_addr): Likewise.
16259         * tree-chrec.c (chrec_apply): Likewise.
16260         * tree-data-ref.c (dump_data_reference): Likewise.
16261         (dump_subscript): Likewise.
16262         (dump_data_dependence_relation): Likewise.
16263         (analyze_overlapping_iterations): Likewise.
16264         * tree-inline.c (expand_call_inline): Likewise.
16265         (tree_function_versioning): Likewise.
16266         * tree-into-ssa.c (dump_defs_stack): Likewise.
16267         (dump_currdefs): Likewise.
16268         (dump_names_replaced_by): Likewise.
16269         (dump_update_ssa): Likewise.
16270         (update_ssa): Likewise.
16271         * tree-object-size.c (pass_object_sizes::execute): Likewise.
16272         * tree-parloops.c (build_new_reduction): Likewise.
16273         (try_create_reduction_list): Likewise.
16274         (ref_conflicts_with_region): Likewise.
16275         (oacc_entry_exit_ok_1): Likewise.
16276         (oacc_entry_exit_single_gang): Likewise.
16277         * tree-pretty-print.h: Likewise.
16278         * tree-scalar-evolution.c (set_scalar_evolution): Likewise.
16279         (get_scalar_evolution): Likewise.
16280         (add_to_evolution): Likewise.
16281         (get_loop_exit_condition): Likewise.
16282         (analyze_evolution_in_loop): Likewise.
16283         (analyze_initial_condition): Likewise.
16284         (analyze_scalar_evolution): Likewise.
16285         (instantiate_scev): Likewise.
16286         (number_of_latch_executions): Likewise.
16287         (gather_chrec_stats): Likewise.
16288         (final_value_replacement_loop): Likewise.
16289         (scev_const_prop): Likewise.
16290         * tree-sra.c (dump_access): Likewise.
16291         (disqualify_candidate): Likewise.
16292         (create_access): Likewise.
16293         (reject): Likewise.
16294         (maybe_add_sra_candidate): Likewise.
16295         (create_access_replacement): Likewise.
16296         (analyze_access_subtree): Likewise.
16297         (analyze_all_variable_accesses): Likewise.
16298         (sra_modify_assign): Likewise.
16299         (initialize_constant_pool_replacements): Likewise.
16300         (find_param_candidates): Likewise.
16301         (decide_one_param_reduction): Likewise.
16302         (replace_removed_params_ssa_names): Likewise.
16303         * tree-ssa-ccp.c (ccp_fold_stmt): Likewise.
16304         * tree-ssa-copy.c (dump_copy_of): Likewise.
16305         (copy_prop_visit_cond_stmt): Likewise.
16306         * tree-ssa-dce.c (mark_operand_necessary): Likewise.
16307         * tree-ssa-dom.c (pass_dominator::execute): Likewise.
16308         (record_equivalences_from_stmt): Likewise.
16309         * tree-ssa-dse.c (compute_trims): Likewise.
16310         (delete_dead_call): Likewise.
16311         (delete_dead_assignment): Likewise.
16312         * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond): Likewise.
16313         (forward_propagate_into_cond): Likewise.
16314         (pass_forwprop::execute): Likewise.
16315         * tree-ssa-ifcombine.c (ifcombine_ifandif): Likewise.
16316         * tree-ssa-loop-im.c (invariantness_dom_walker::before_dom_children):
16317         Likewise.
16318         (move_computations_worker): Likewise.
16319         (execute_sm): Likewise.
16320         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Likewise.
16321         (remove_exits_and_undefined_stmts): Likewise.
16322         (remove_redundant_iv_tests): Likewise.
16323         * tree-ssa-loop-ivopts.c (dump_use): Likewise.
16324         (adjust_iv_update_pos): Likewise.
16325         * tree-ssa-math-opts.c (bswap_replace): Likewise.
16326         * tree-ssa-phiopt.c (factor_out_conditional_conversion): Likewise.
16327         (value_replacement): Likewise.
16328         * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
16329         * tree-ssa-pre.c (print_pre_expr): Likewise.
16330         (get_representative_for): Likewise.
16331         (create_expression_by_pieces): Likewise.
16332         (insert_into_preds_of_block): Likewise.
16333         (eliminate_insert): Likewise.
16334         (eliminate_dom_walker::before_dom_children): Likewise.
16335         (eliminate): Likewise.
16336         (remove_dead_inserted_code): Likewise.
16337         * tree-ssa-propagate.c (substitute_and_fold): Likewise.
16338         * tree-ssa-reassoc.c (get_rank): Likewise.
16339         (eliminate_duplicate_pair): Likewise.
16340         (eliminate_plus_minus_pair): Likewise.
16341         (eliminate_not_pairs): Likewise.
16342         (undistribute_ops_list): Likewise.
16343         (eliminate_redundant_comparison): Likewise.
16344         (update_range_test): Likewise.
16345         (optimize_range_tests_var_bound): Likewise.
16346         (optimize_vec_cond_expr): Likewise.
16347         (rewrite_expr_tree): Likewise.
16348         (rewrite_expr_tree_parallel): Likewise.
16349         (linearize_expr): Likewise.
16350         (break_up_subtract): Likewise.
16351         (linearize_expr_tree): Likewise.
16352         (attempt_builtin_powi): Likewise.
16353         (attempt_builtin_copysign): Likewise.
16354         (transform_stmt_to_copy): Likewise.
16355         (transform_stmt_to_multiply): Likewise.
16356         (dump_ops_vector): Likewise.
16357         * tree-ssa-sccvn.c (vn_nary_build_or_lookup_1): Likewise.
16358         (print_scc): Likewise.
16359         (set_ssa_val_to): Likewise.
16360         (visit_reference_op_store): Likewise.
16361         (visit_use): Likewise.
16362         (sccvn_dom_walker::before_dom_children): Likewise.
16363         (run_scc_vn): Likewise.
16364         * tree-ssa-scopedtables.c (avail_exprs_stack::lookup_avail_expr):
16365         Likewise.
16366         (expr_hash_elt::print): Likewise.
16367         (const_and_copies::pop_to_marker): Likewise.
16368         (const_and_copies::record_const_or_copy_raw): Likewise.
16369         * tree-ssa-structalias.c (compute_dependence_clique): Likewise.
16370         * tree-ssa-uninit.c (collect_phi_def_edges): Likewise.
16371         (dump_predicates): Likewise.
16372         (find_uninit_use): Likewise.
16373         (warn_uninitialized_phi): Likewise.
16374         (pass_late_warn_uninitialized::execute): Likewise.
16375         * tree-ssa.c (verify_vssa): Likewise.
16376         (verify_ssa): Likewise.
16377         (maybe_optimize_var): Likewise.
16378         * tree-vrp.c (dump_value_range): Likewise.
16379         (dump_all_value_ranges): Likewise.
16380         (dump_asserts_for): Likewise.
16381         (register_edge_assert_for_2): Likewise.
16382         (vrp_visit_cond_stmt): Likewise.
16383         (vrp_visit_switch_stmt): Likewise.
16384         (vrp_visit_stmt): Likewise.
16385         (vrp_visit_phi_node): Likewise.
16386         (simplify_cond_using_ranges_1): Likewise.
16387         (fold_predicate_in): Likewise.
16388         (evrp_dom_walker::before_dom_children): Likewise.
16389         (evrp_dom_walker::push_value_range): Likewise.
16390         (evrp_dom_walker::pop_value_range): Likewise.
16391         (execute_early_vrp): Likewise.
16393 2017-05-16  Richard Biener  <rguenther@suse.de>
16395         * dwarf2out.c (loc_list_from_tree_1): Do not create
16396         DW_OP_GNU_variable_value for DECL_IGNORED_P decls.
16398 2017-05-16  Richard Biener  <rguenther@suse.de>
16400         * dwarf2out.c (resolve_variable_value_in_expr): Lookup DIE
16401         just generated.
16402         (note_variable_value_in_expr): If we resolved the decl ref
16403         do not push to the stack.
16405 2017-05-16  Matthew Wahab  <matthew.wahab@arm.com>
16407         * config/arm/arm_neon.h (vadd_f16): Use standard arithmetic
16408         operations in fast-math mode.
16409         (vaddq_f16): Likewise.
16410         (vmul_f16): Likewise.
16411         (vmulq_f16): Likewise.
16412         (vsub_f16): Likewise.
16413         (vsubq_f16): Likewise.
16414         * config/arm/neon.md (add<mode>3): New.
16415         (sub<mode>3): New.
16416         (fma:<VH:mode>3): New.  Also remove outdated comment.
16417         (mul<mode>3): New.
16419 2017-05-16  Martin Liska  <mliska@suse.cz>
16421         PR ipa/79849.
16422         PR ipa/79850.
16423         * ipa-devirt.c (warn_types_mismatch): Fix typo.
16424         (odr_types_equivalent_p): Likewise.
16426 2017-05-15  Sylvestre Ledru  <sylvestre@debian.org>
16428         * plugin.c (try_init_one_plugin): Fix ressource leaks (CID 726637).
16430 2017-05-15  Uros Bizjak  <ubizjak@gmail.com>
16432         PR target/80425
16433         * config/i386.i386.md (*zero_extendsidi2): Do not penalize
16434         non-interunit SSE move alternatives with '?'.
16435         (zero-extendsidi peephole2): New peephole to skip intermediate
16436         general register in SSE zero-extend sequence.
16438 2017-05-15  Jeff Law  <law@redhat.com>
16440         * reorg.c (relax_delay_slots): Create a new variable to hold
16441         the temporary target rather than clobbering TARGET_LABEL.
16443         * config/tilegx/tilegx.c (tilegx_expand_unaligned_load): Add
16444         missing argument to extract_bit_field call.
16445         * config/tilepro/tilepro.c (tilepro_expand_unaligned_load): Likewise.
16447 2017-05-15  Martin Liska  <mliska@suse.cz>
16449         PR driver/31468
16450         * gcc.c (process_command): Do not allow empty argument of -o option.
16452 2017-05-15  Renlin Li  <renlin.li@arm.com>
16454         * config/aarch64/aarch64-protos.h (aarch64_expand_call): Declare.
16455         * config/aarch64/aarch64.c (aarch64_expand_call): Define.
16456         * config/aarch64/constraints.md (Usf): Add long call check.
16457         * config/aarch64/aarch64.md (call): Use aarch64_expand_call.
16458         (call_value): Likewise.
16459         (sibcall): Likewise.
16460         (sibcall_value): Likewise.
16461         (call_insn): New.
16462         (call_value_insn): New.
16463         (sibcall_insn): Update rtx pattern.
16464         (sibcall_value_insn): Likewise.
16465         (call_internal): Remove.
16466         (call_value_internal): Likewise.
16467         (sibcall_internal): Likewise.
16468         (sibcall_value_internal): Likewise.
16469         (call_reg): Likewise.
16470         (call_symbol): Likewise.
16471         (call_value_reg): Likewise.
16472         (call_value_symbol): Likewise.
16474 2017-05-14  Krister Walfridsson  <krister.walfridsson@gmail.com>
16476         PR target/80600
16477         * config/netbsd.h (NETBSD_LIBGCC_SPEC): Always add -lgcc.
16479 2017-05-14  Uros Bizjak  <ubizjak@gmail.com>
16481         * config/i386.i386.c (ix86_cc_modes_compatible): CCNOmode is
16482         compatible with CCGOCmode and with CCZmode.
16484 2017-05-14  Martin Sebor  <msebor@redhat.com>
16486         PR middle-end/77671
16487         * gimple-fold.c (gimple_fold_builtin_sprintf): Make extern.
16488         (gimple_fold_builtin_snprintf): Same.
16489         * gimple-fold.h (gimple_fold_builtin_sprintf): Declare.
16490         (gimple_fold_builtin_snprintf): Same.
16491         * gimple-ssa-sprintf.c (get_format_string): Correct the detection
16492         of character types.
16493         (is_call_safe): New function.
16494         (try_substitute_return_value): Call it.
16495         (try_simplify_call): New function.
16496         (pass_sprintf_length::handle_gimple_call): Call it.
16498 2017-05-14  Martin Sebor  <msebor@redhat.com>
16500         PR middle-end/80669
16501         * builtins.c (expand_builtin_stpncpy): Simplify.
16503 2017-05-14  Daniel Santos  <daniel.santos@pobox.com>
16505         * config/i386/i386.opt: Add option -mcall-ms2sysv-xlogues.
16506         * config/i386/i386.h
16507         (x86_64_ms_sysv_extra_clobbered_registers): Change type to unsigned.
16508         (NUM_X86_64_MS_CLOBBERED_REGS): New macro.
16509         (struct machine_function): Add new members call_ms2sysv,
16510         call_ms2sysv_pad_in, call_ms2sysv_pad_out and call_ms2sysv_extra_regs.
16511         (struct machine_frame_state): New fields sp_realigned and
16512         sp_realigned_offset.
16513         * config/i386/i386.c
16514         (enum xlogue_stub): New enum.
16515         (enum xlogue_stub_sets): New enum.
16516         (class xlogue_layout): New class.
16517         (struct ix86_frame): New fields stack_realign_allocate_offset,
16518         stack_realign_offset and outlined_save_offset.  Modify comments to
16519         detail stack layout when using out-of-line stubs.
16520         (ix86_target_string): Add -mcall-ms2sysv-xlogues option.
16521         (ix86_option_override_internal): Add sorry() for TARGET_SEH and
16522         -mcall-ms2sysv-xlogues.
16523         (stub_managed_regs): New static variable.
16524         (ix86_save_reg): Add new parameter ignore_outlined to optionally omit
16525         registers managed by out-of-line stub.
16526         (disable_call_ms2sysv_xlogues): New function.
16527         (ix86_compute_frame_layout): Modify re-alignment calculations, disable
16528         m->call_ms2sysv when appropriate and compute frame layout for
16529         out-of-line stubs.
16530         (sp_valid_at, fp_valid_at): New inline functions.
16531         (choose_basereg): New function.
16532         (choose_baseaddr): Add align parameter, use choose_basereg and modify
16533         all callers.
16534         (ix86_emit_save_reg_using_mov, ix86_emit_restore_sse_regs_using_mov):
16535         Use align parameter of choose_baseaddr to generated aligned SSE movs
16536         when possible.
16537         (pro_epilogue_adjust_stack): Modify to track
16538         machine_frame_state::sp_realigned.
16539         (ix86_nsaved_regs): Modify to accommodate changes to ix86_save_reg.
16540         (ix86_nsaved_sseregs): Likewise.
16541         (ix86_emit_save_regs): Likewise.
16542         (ix86_emit_save_regs_using_mov): Likewise.
16543         (ix86_emit_save_sse_regs_using_mov): Likewise.
16544         (get_scratch_register_on_entry): Likewise.
16545         (gen_frame_set): New function.
16546         (gen_frame_load): Likewise.
16547         (gen_frame_store): Likewise.
16548         (emit_outlined_ms2sysv_save): Likewise.
16549         (emit_outlined_ms2sysv_restore): Likewise.
16550         (ix86_expand_prologue): Modify stack re-alignment code and call
16551         emit_outlined_ms2sysv_save when appropriate.
16552         (ix86_emit_leave): Clear machine_frame_state::sp_realigned.  Add
16553         parameter rtx_insn *insn, which allows the function to be used to only
16554         generate the notes.
16555         (ix86_expand_epilogue): Modify validity checks of frame and stack
16556         pointers, and call emit_outlined_ms2sysv_restore when appropriate.
16557         (ix86_expand_call): Modify to enable m->call_ms2sysv when appropriate.
16558         * config/i386/predicates.md
16559         (save_multiple): New predicate.
16560         (restore_multiple): Likewise.
16561         * config/i386/sse.md
16562         (save_multiple<mode>): New pattern.
16563         (save_multiple_realign<mode>): Likewise.
16564         (restore_multiple<mode>): Likewise.
16565         (restore_multiple_and_return<mode>): Likewise.
16566         (restore_multiple_leave_return<mode>): Likewise.
16567         * Makefile.in: Export HOSTCXX and HOSTCXXFLAGS to site.exp
16569 2017-05-14  Julia Koval  <julia.koval@intel.com>
16571         * config/i386/i386-builtin-types.def (VOID_FTYPE_INT_INT64): New type.
16572         * config/i386/i386-builtin.def (__builtin_ia32_xgetbv)
16573         (__builtin_ia32_xsetbv): New builtins.
16574         * config/i386/i386.c (ix86_expand_special_args_builtin):
16575         Process new types.
16576         (ix86_expand_builtin): Special expand for new intrinsics.
16577         * config/i386/i386.md (UNSPECV_XGETBV, UNSPECV_XSETBV): New.
16578         (xsetbv, xsetbv_rex64, xgetbv, xgetbv_rex64): New insn patterns.
16579         * config/i386/xsaveintrin.h (_xsetbv, _getbv): New intrinsics.
16581 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
16583         * cfganal.c (inverted_post_order_compute): Change argument type
16584         to vec *.
16585         * cfganal.h (inverted_post_order_compute): Adjust prototype.
16586         * df-core.c (rest_of_handle_df_initialize): Adjust.
16587         (rest_of_handle_df_finish): Likewise.
16588         (df_analyze_1): Likewise.
16589         (df_analyze): Likewise.
16590         (loop_inverted_post_order_compute): Change argument to be a vec *.
16591         (df_analyze_loop): Adjust.
16592         (df_get_n_blocks): Likewise.
16593         (df_get_postorder): Likewise.
16594         * df.h (struct df_d): Change field to be a vec.
16595         * lcm.c (compute_laterin): Adjust.
16596         (compute_available): Likewise.
16597         * lra-lives.c (lra_create_live_ranges_1): Likewise.
16598         * tree-ssa-dce.c (remove_dead_stmt): Likewise.
16599         * tree-ssa-pre.c (compute_antic): Likewise.
16601 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
16603         * cfganal.c (connect_infinite_loops_to_exit): Adjust.
16604         (depth_first_search::depth_first_search): Change structure init
16605         function to this constructor.
16606         (depth_first_search::add_bb): Rename function to this member.
16607         (depth_first_search::execute): Likewise.
16608         (flow_dfs_compute_reverse_finish): Adjust.
16610 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
16612         * ddg.c (find_nodes_on_paths): Use auto_sbitmap.
16613         (longest_simple_path): Likewise.
16614         * shrink-wrap.c (spread_components): Likewise.
16615         (disqualify_problematic_components): Likewise.
16616         (emit_common_heads_for_components): Likewise.
16617         (emit_common_tails_for_components): Likewise.
16618         (insert_prologue_epilogue_for_components): Likewise.
16620 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
16622         * tree-ssa-dse.c (dse_dom_walker): Make m_live_byes a
16623         auto_sbitmap.
16625 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
16627         * df-core.c (df_set_blocks): Start using auto_bitmap.
16628         (df_compact_blocks): Likewise.
16629         * df-problems.c (df_rd_confluence_n): Likewise.
16630         * df-scan.c (df_insn_rescan_all): Likewise.
16631         (df_process_deferred_rescans): Likewise.
16632         (df_update_entry_block_defs): Likewise.
16633         (df_update_exit_block_uses): Likewise.
16634         (df_entry_block_bitmap_verify): Likewise.
16635         (df_exit_block_bitmap_verify): Likewise.
16636         (df_scan_verify): Likewise.
16637         * lra-constraints.c (lra_constraints): Likewise.
16638         (undo_optional_reloads): Likewise.
16639         (lra_undo_inheritance): Likewise.
16640         * lra-remat.c (calculate_gen_cands): Likewise.
16641         (do_remat): Likewise.
16642         * lra-spills.c (assign_spill_hard_regs): Likewise.
16643         (spill_pseudos): Likewise.
16644         * tree-ssa-pre.c (bitmap_set_and): Likewise.
16645         (bitmap_set_subtract_values): Likewise.
16647 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
16649         * haifa-sched.c (estimate_shadow_tick): Replace manual bitmap
16650         management with auto_bitmap.
16651         (fix_inter_tick): Likewise.
16652         (fix_recovery_deps): Likewise.
16653         * ira.c (add_store_equivs): Likewise.
16654         (find_moveable_pseudos): Likewise.
16655         (split_live_ranges_for_shrink_wrap): Likewise.
16656         * print-rtl.c (rtx_reuse_manager::rtx_reuse_manager): Likewise.
16657         (rtx_reuse_manager::seen_def_p): Likewise.
16658         (rtx_reuse_manager::set_seen_def): Likewise.
16659         * print-rtl.h (class rtx_reuse_manager): Likewise.
16661 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
16663         * bt-load.c (combine_btr_defs): Use auto_bitmap to manage bitmap
16664         lifetime.
16665         (migrate_btr_def): Likewise.
16666         * cfgloop.c (get_loop_body_in_bfs_order): Likewise.
16667         * df-core.c (loop_post_order_compute): Likewise.
16668         (loop_inverted_post_order_compute): Likewise.
16669         * hsa-common.h: Likewise.
16670         * hsa-gen.c (hsa_bb::~hsa_bb): Likewise.
16671         * init-regs.c (initialize_uninitialized_regs): Likewise.
16672         * ipa-inline.c (resolve_noninline_speculation): Likewise.
16673         (inline_small_functions): Likewise.
16674         * ipa-reference.c (ipa_reference_write_optimization_summary): Likewise.
16675         * ira.c (combine_and_move_insns): Likewise.
16676         (build_insn_chain): Likewise.
16677         * loop-invariant.c (find_invariants): Likewise.
16678         * lower-subreg.c (propagate_pseudo_copies): Likewise.
16679         * predict.c (tree_predict_by_opcode): Likewise.
16680         (predict_paths_leading_to): Likewise.
16681         (predict_paths_leading_to_edge): Likewise.
16682         (estimate_loops_at_level): Likewise.
16683         (estimate_loops): Likewise.
16684         * shrink-wrap.c (try_shrink_wrapping): Likewise.
16685         (spread_components): Likewise.
16686         * tree-cfg.c (remove_edge_and_dominated_blocks): Likewise.
16687         * tree-loop-distribution.c (rdg_build_partitions): Likewise.
16688         * tree-predcom.c (tree_predictive_commoning_loop): Likewise.
16689         * tree-ssa-coalesce.c (coalesce_ssa_name): Likewise.
16690         * tree-ssa-phionlycprop.c (pass_phi_only_cprop::execute): Likewise.
16691         * tree-ssa-pre.c (remove_dead_inserted_code): Likewise.
16692         * tree-ssa-sink.c (nearest_common_dominator_of_uses): Likewise.
16693         * tree-ssa-threadupdate.c (compute_path_counts): Likewise.
16694         (mark_threaded_blocks): Likewise.
16695         (thread_through_all_blocks): Likewise.
16696         * tree-ssa.c (verify_ssa): Likewise.
16697         (execute_update_addresses_taken): Likewise.
16698         * tree-ssanames.c (verify_ssaname_freelists): Likewise.
16700 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
16702         * cfganal.c (mark_dfs_back_edges): Replace manual stack with
16703         auto_vec.
16704         (post_order_compute): Likewise.
16705         (inverted_post_order_compute): Likewise.
16706         (pre_and_rev_post_order_compute_fn): Likewise.
16708 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
16710         * genrecog.c (int_set::int_set): Explicitly construct our
16711         auto_vec base class.
16712         * vec.h (auto_vec::auto_vec): New constructor.
16714 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
16716         * bitmap.h (class auto_bitmap): New constructor taking
16717         bitmap_obstack * argument.
16719 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
16721         * bitmap.h (class auto_bitmap): Change type of m_bits to
16722         bitmap_head, and adjust ctor / dtor and member operators.
16724 2017-05-13  Uros Bizjak  <ubizjak@gmail.com>
16726         * compare-elim.c (equivalent_reg_at_start): Return NULL_RTX
16727         when returned register mode doesn't match original mode.
16729 2017-05-12  Jeff Law  <law@redhat.com>
16730             Jakub Jelinek  <jakub@redhat.com>
16732         * config/mn10300/mn10300.c (mn10300_match_ccmode): Fix where
16733         we look for cc setter after the compare-elim changes.
16734         * config/mn10300/mn10300.md (addsi3_flags): Fix order of patterns
16735         within the vector to match what compare-elim now expects.
16736         (subsi3_flags, andsi3_flags, iorsi3_flags): Likewise.
16737         (xorsi3_flags, one_cmplsi2_flags): Likewise.
16739         * config/rx/rx.c (rx_match_ccmode): Fix where we look cc setter
16740         after the compare-elim changes.
16741         * config/rx/rx.md (abssi2_flags): Fix order of patterns within
16742         the vector to match what compare-elim now expects.
16743         (addsi3_flags, adc_flags, addsi3_flags peepholes): Likewise.
16744         (andsi3_flags, negsi2_flags, one_cmplsi2_flags): Likewise.
16745         (iorsi3_flags, rotlsi3_flags, rotrsi3_flags): Likewise.
16746         (ashrsi3_flags, lshrsi3_flags, ashlsi3_flags): Likewise.
16747         (ssaddsi3, subsi3_flags, sbb_flags, xorsi3_flags): Likewise.
16749         * config/visium/visium.c (single_set_and_flags): Fix where
16750         we look for cc setter after the compare-elim changes.
16751         * config/visium/visium.md (flags_subst_logic): Fix order of patterns
16752         with the vector to match what compare-elim now expects.
16753         (flags_subst_arith, add<mode>3_insn_set_carry): Likewise.
16754         (add<mode>3_insn_set_overflow, addsi3_insn_set_carry): Likewise.
16755         (addsi3_insn_set_overflow, sub<mode>3_insn_set_carry): Likewise.
16756         (sub<mode>3_insn_set_overflow, subsi3_insn_set_carry): Likewise.
16757         (subsi3_insn_set_overflow, negsi2_insn_set_carry): Likewise.
16758         (neg<mode>2_insn_set_overflow): Likewise.
16760 2017-05-12  Jim Wilson  <jim.wilson@linaro.org>
16762         PR middle-end/79794
16763         * expmed.c (extract_bit_field_1): Add alt_rtl argument.  Before
16764         maybe_expand_insn call, set ops[0].target.  If still set after call,
16765         set alt_rtl.  Add extra arg to recursive calls.
16766         (extract_bit_field): Add alt_rtl argument.  Pass to
16767         extract_bit_field.
16768         * expmed.h (extract_bit_field): Fix prototype.
16769         * expr.c (emit_group_load_1, copy_blkmode_from_reg)
16770         (copy_blkmode_to_reg, read_complex_part, store_field): Pass extra NULL
16771         to extract_bit_field_calls.
16772         (expand_expr_real_1): Pass alt_rtl to expand_expr_real instead of 0.
16773         Pass alt_rtl to extract_bit_field calls.
16774         * calls.c (store_unaligned_arguments_into_psuedos)
16775         load_register_parameters): Pass extra NULL to extract_bit_field calls.
16776         * optabs.c (maybe_legitimize_operand): Clear op->target when call
16777         gen_reg_rtx.
16778         * optabs.h (struct expand_operand): Add target bitfield.
16780 2017-05-12  Uros Bizjak  <ubizjak@gmail.com>
16782         * compare-elim.c (try_eliminate_compare): Canonicalize
16783         operation with embedded compare to
16784         [(set (reg:CCM) (compare:CCM (operation) (immediate)))
16785          (set (reg) (operation)].
16787         * config/i386/i386.c (TARGET_FLAGS_REGNUM): New define.
16789 2017-05-12  Uros Bizjak  <ubizjak@gmail.com>
16791         PR target/80723
16792         * config/i386/i386.c (ix86_rtx_cost) [case PLUS]: Ignore the
16793         cost of adding a carry flag for ADC instruction.
16794         [case MINUS]: Ignore the cost of subtracting a carry flag
16795         for SBB instruction.
16797 2017-05-12  Steven Munroe  <munroesj@gcc.gnu.org>
16799         * config.gcc (powerpc*-*-*): Add bmi2intrin.h, bmiintrin.h,
16800         and x86intrin.h
16801         * config/rs6000/bmiintrin.h: New file.
16802         * config/rs6000/bmi2intrin.h: New file.
16803         * config/rs6000/x86intrin.h: New file.
16805 2017-05-12  Jeff Law  <law@redhat.com>
16807         * tree-vrp.c (vrp_dom_walker::before_dom_children): Push unwinding
16808         markers.
16810 2017-05-12  Peter Bergner  <bergner@vnet.ibm.com>
16812         PR middle-end/80707
16813         * tree-cfg.c: Remove cfg edges of unreachable case statements.
16815 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
16817         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling for
16818         early expansion of vector divide builtins.
16819         (builtin_function_type): Add VSX_BUILTIN_UDIV_V2DI to the list of
16820         builtins identified as having unsigned arguments.
16822 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
16824         * config/rs6000/rs6000.c (gimple-fold.h): New #include.
16825         (rs6000_gimple_fold_builtin): Add handling for early GIMPLE
16826         expansion of vector logical operations (and, andc, or, xor,
16827         nor, orc, nand).
16829 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
16831         * gimple-fold.c (create_tmp_reg_or_ssa_name): Remove static declaration.
16832         * gimple-fold.h (create_tmp_reg_or_ssa_name): New prototype.
16834 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
16836         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling for
16837         early GIMPLE expansion of vector multiplies.
16839 2017-05-12  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
16841         * config/arm/arm.md (movsi): Add TARGET_32BIT in addition to the
16842         TARGET_HAVE_MOVT conditional.
16843         (movt splitter): Likewise.
16845 2017-05-12  Richard Biener  <rguenther@suse.de>
16847         * tree-ssa-sccvn.h (has_VN_INFO): Declare.
16848         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
16849         Fold all stmts not inplace.
16851 2017-05-12  Richard Biener  <rguenther@suse.de>
16853         PR tree-optimization/80713
16854         * tree-ssa-pre.c (remove_dead_inserted_code): Clear
16855         inserted_exprs bit for not removed stmts.
16857 2017-05-12  Thomas Schwinge  <thomas@codesourcery.com>
16859         PR middle-end/69921
16860         * tree-parloops.c (create_parallel_loop): Set "oacc kernels
16861         parallelized" attribute for parallelized OpenACC kernels.
16862         * omp-offload.c (execute_oacc_device_lower): Use it.
16864         * omp-expand.c (expand_omp_target) <GF_OMP_TARGET_KIND_OACC_KERNELS>:
16865         Set "oacc kernels" attribute.
16866         * omp-general.c (oacc_set_fn_attrib): Remove is_kernel formal
16867         parameter.  Adjust all users.
16868         (oacc_fn_attrib_kernels_p): Remove function.
16869         * omp-offload.c (execute_oacc_device_lower): Look for "oacc
16870         kernels" attribute instead of calling oacc_fn_attrib_kernels_p.
16871         * tree-ssa-loop.c (gate_oacc_kernels): Likewise.
16872         * tree-parloops.c (create_parallel_loop): If oacc_kernels_p,
16873         assert "oacc kernels" attribute is set.
16875 2017-05-11  Carl Love  <cel@us.ibm.com>
16877         * config/rs6000/rs6000-c: Add support for built-in functions
16878         vector unsigned char vec_popcnt (vector signed char)
16879         vector unsigned char vec_popcnt (vector unsigned char)
16880         vector unsigned short vec_popcnt (vector signed short)
16881         vector unsigned short vec_popcnt (vector unsigned short)
16882         vector unsigned int vec_popcnt (vector signed int)
16883         vector unsigned int vec_popcnt (vector unsigned int)
16884         vector unsigned long long vec_popcnt (vector signed long long)
16885         vector unsigned long long vec_popcnt (vector unsigned long long)
16886         vector signed long long vec_slo (vector signed long long,
16887                                          vector signed char)
16888         vector signed long long vec_slo (vector signed long long,
16889                                          vector unsigned char)
16890         vector unsigned long long vec_slo (vector unsigned long long,
16891                                            vector signed char)
16892         vector unsigned long long vec_slo (vector unsigned long long,
16893                                            vector unsigned char)
16894         * config/rs6000/rs6000-builtin.def: Add definitions for VPOPCNTUB,
16895         VPOPCNTUH, VPOPCNTUW, and VPOPCNTUD overloads.
16896         * config/rs6000/altivec.h: Add define for vec_popcnt, vec_popcntb,
16897         vec_popcnth, vec_popcntw and vec_popcntd built-in functions.
16898         * doc/extend.texi: Update the built-in documentation file for the
16899         new built-in functions.
16901 2017-05-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
16903         * attribs.h (sorted_attr_string): Move machine independent
16904         functions for target clone support from the i386 port to common
16905         code.  Rename ix86_function_versions to common_function_versions.
16906         Rename make_name to make_unique_name.
16907         (common_function_versions): Likewise.
16908         (make_unique_name): Likewise.
16909         (make_dispatcher_decl): Likewise.
16910         (is_function_default_version): Likewise.
16911         * attribs.c (attr_strcmp): Likewise.
16912         (sorted_attr_string): Likewise.
16913         (common_function_versions): Likewise.
16914         (make_unique_name): Likewise.
16915         (make_dispatcher_decl): Likewise.
16916         (is_function_default_version): Likewise.
16917         * config/i386/i386.c (attr_strcmp): Likewise.
16918         (sorted_attr_string): Likewise.
16919         (ix86_function_versions): Likewise.
16920         (make_name): Likewise.
16921         (make_dispatcher_decl): Likewise.
16922         (is_function_default_version): Likewise.
16923         (TARGET_OPTION_FUNCTION_VERSIONS): Update target function hook.
16925 2017-05-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16927         PR target/80695
16928         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
16929         Account for direct move costs for vec_construct of integer
16930         vectors.
16932 2017-05-11  Uros Bizjak  <ubizjak@gmail.com>
16934         PR target/80706
16935         * config/i386/sync.md (UNSPEC_LDX_ATOMIC): New unspec.
16936         (UNSPEC_STX_ATOMIC): Ditto.
16937         (loaddi_via_sse): New insn.
16938         (storedi_via_sse): Ditto.
16939         (atomic_loaddi_fpu): Emit loaddi_via_sse and storedi_via_sse.
16940         Update corresponding peephole2 patterns.
16941         (atomic_storedi_fpu): Ditto.
16943 2017-05-11  Julia Koval  <julia.koval@intel.com>
16945         * config/i386/avx512fintrin.h (_mm_mask_rsqrt14_sd)
16946         (_mm_maskz_rsqrt14_sd, _mm_mask_rsqrt14_ss, _mm_maskz_rsqrt14_ss):
16947         New intrinsics.
16948         * config/i386/i386-builtin.def (__builtin_ia32_rsqrt14sd_mask)
16949         (__builtin_ia32_rsqrt14ss_mask): New builtins.
16950         * config/i386/sse.md (rsqrt14_<mode>_mask): New pattern.
16952 2017-05-11  Nathan Sidwell  <nathan@acm.org>
16954         * graphite-poly.c: Include dumpfile.h.
16956         * dumpfle.h (dump_function): Declare here ...
16957         * tree-dump.h (dump_function): ... not here.
16958         * dumpfile.c: #include tree-cfg.h.
16959         (dump_function): Move here from ...
16960         * tree-dump.c (dump_function): ... here.
16961         * gimplify.c: #include splay-tree.h, not tree-dump.h.
16962         * graphite-poly.c: Don't include tree-dump.h.
16963         * cgraphclones.c: Include dumpfile.h not tree-dump.h.
16964         * print-tree.c: Likewise.
16965         * stor-layout.c: Likewise.
16966         * tree-nested.c: Likewise.
16968         * dumpfile.c (dump_start): Use TDF_FLAGS.
16969         (dump_enable_all): Fix TDF_KIND check thinko.
16971 2017-05-11  Kelvin Nilsen  <kelvin@gcc.gnu.org>
16973         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
16974         array entries to represent two legal parameterizations of the
16975         overloaded __builtin_cmpb function, as represented by the
16976         P6_OV_BUILTIN_CMPB constant.
16977         (altivec_resolve_overloaded_builtin): Add special case handling
16978         for the __builtin_cmpb function, as represented by the
16979         P6_OV_BUILTIN_CMPB constant.
16980         * config/rs6000/rs6000-builtin.def (BU_P6_2): New macro.
16981         (BU_P6_64BIT_2): New macro.
16982         (BU_P6_OVERLOAD_2): New macro
16983         (CMPB_32): Add 32-bit compare-bytes support for 32-bit only targets.
16984         (CMPB): Add 64-bit compare-bytes support for 32-bit and 64-bit targets.
16985         (CMPB): Add overload support to represent both 32-bit and 64-bit
16986         compare-bytes function.
16987         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
16988         support for TARGET_CMPB.
16989         * config/rs6000/rs6000.h: Add support for RS6000_BTM_CMPB.
16990         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
16991         documentation of the __builtin_cmpb overloaded built-in function.
16993 2017-05-11  Richard Biener  <rguenther@suse.de>
16995         PR tree-optimization/80705
16996         * tree-vect-data-refs.c (vect_analyze_data_refs): DECL_NONALIASED
16997         bases are not vectorizable.
16999 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
17001         * tree-ssa-loop-ivopts.c (determine_set_costs): Skip non-interger
17002         when counting register pressure.
17004 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
17006         * tree-ssa-loop-ivopts.c (compare_cost_pair): New.
17007         (iv_ca_more_deps): Renamed to ...
17008         (iv_ca_compare_deps): ... this.
17009         (iv_ca_extend): Extend iv_ca if NEW_CP is cheaper than OLD_CP.
17011 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
17013         * tree-ssa-loop-ivopts.c (find_interesting_uses): Move inv vars dump
17014         to ...
17015         (determine_group_iv_costs): ... here.
17016         (find_inv_vars_cb): Record inv var if it's not recorded before.
17018 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
17020         * tree-ssa-loop-ivopts.c (allow_ip_end_pos_p): Refine comments.
17021         (get_shiftadd_cost): Ditto.
17023 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
17025         * tree-ssa-address.c: Include header file.
17026         (move_hint_to_base): Return TRUE if BASE_HINT is moved to memory
17027         address.
17028         (add_to_parts): Refactor.
17029         (addr_to_parts): New parameter.  Update use of move_hint_to_base.
17030         (create_mem_ref): Update use of addr_to_parts.  Re-associate addr
17031         in new order.
17033 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
17035         PR tree-optimization/53090
17036         * tree-ssa-loop-ivopts.c (enum comp_iv_rewrite): New enum value
17037         COMP_IV_EXPR_2.
17038         (extract_cond_operands): Detect condition with IV on both sides
17039         and return COMP_IV_EXPR_2.
17040         (find_interesting_uses_cond): Add iv_use for both IVs in condition.
17041         (rewrite_use_compare): Simplify by removing call to function
17042         extract_cond_operands.
17044 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
17046         * tree-ssa-loop-ivopts.c (enum comp_iv_rewrite): New.
17047         (extract_cond_operands): Detect condition comparing against non-
17048         invariant bound and return appropriate enum value.
17049         (find_interesting_uses_cond): Update use of extract_cond_operands.
17050         Handle its return value accordingly.
17051         (determine_group_iv_cost_cond, rewrite_use_compare): Ditto.
17053 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
17055         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Re-associate
17056         nonlinear iv_use computation in loop invariant sensitive way.
17058 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
17060         * tree-ssa-loop-ivopts.c (relate_compare_use_with_all_cands): New.
17061         (find_iv_candidates): Call relate_compare_use_with_all_cands.
17063 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
17065         * tree-ssa-loop-ivopts.c (struct iv_cand): New field inv_exprs.
17066         (dump_cand): Support iv_cand.inv_exprs.
17067         (add_candidate_1): Record invariant exprs in iv_cand.inv_exprs
17068         for candidates.
17069         (iv_ca_set_no_cp, iv_ca_set_cp, free_loop_data): Support
17070         iv_cand.inv_exprs.
17072 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
17074         * tree-ssa-loop-ivopts.c (multiplier_allowed_in_address_p): Move
17075         from ...
17076         * tree-ssa-address.c (multiplier_allowed_in_address_p): ... to here
17077         as local function.  Include necessary header files.
17078         * tree-ssa-loop-ivopts.h (multiplier_allowed_in_address_p): Delete.
17080 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
17082         * tree-ssa-loop-ivopts.c (autoinc_possible_for_pair): Simplify.
17084 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
17086         * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Handle more
17087         operators: TRUNC_DIV_EXPR, BIT_AND_EXPR, BIT_IOR_EXPR, LSHIFT_EXPR,
17088         RSHIFT_EXPR and BIT_NOT_EXPR.
17090 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
17092         * tree-ssa-loop-ivopts.c (get_loop_invariant_expr): Simplify.
17093         (adjust_setup_cost): New parameter supporting round up adjustment.
17094         (struct address_cost_data): Delete.
17095         (force_expr_to_var_cost): Don't bound cost with spill_cost.
17096         (split_address_cost, ptr_difference_cost): Delete.
17097         (difference_cost, compare_aff_trees, record_inv_expr): Delete.
17098         (struct ainc_cost_data): New struct.
17099         (get_address_cost_ainc): New function.
17100         (get_address_cost, get_computation_cost): Reimplement.
17101         (determine_group_iv_cost_address): Record inv_expr for all uses of
17102         a group.
17103         (determine_group_iv_cost_cond): Call get_loop_invariant_expr.
17104         (iv_ca_has_deps): Reimplemented to ...
17105         (iv_ca_more_deps): ... this.  Check if NEW_CP introduces more deps
17106         than OLD_CP.
17107         (iv_ca_extend): Call iv_ca_more_deps.
17109 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
17111         * tree-ssa-address.c (struct mem_address): Move to header file.
17112         (valid_mem_ref_p, move_fixed_address_to_symbol): Make it global.
17113         * tree-ssa-address.h (struct mem_address): Move from C file.
17114         (valid_mem_ref_p, move_fixed_address_to_symbol): Declare.
17116 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
17118         * tree-affine.h (aff_combination_type): New interface.
17119         (aff_combination_zero_p): Remove static.
17120         (aff_combination_const_p): New interface.
17121         (aff_combination_singleton_var_p): New interfaces.
17123 2017-05-11  Richard Biener  <rguenther@suse.de>
17125         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
17126         Skip unreachable blocks and destinations.
17127         (eliminate): Move stmt removal and fixup ...
17128         (fini_eliminate): ... here.  Skip inserted exprs.
17129         (pass_pre::execute): Move fini_pre after fini_eliminate.
17130         * tree-ssa-tailmerge.c: Include tree-cfgcleanup.h.
17131         (tail_merge_optimize): Run cleanup_tree_cfg if requested by
17132         PRE to get rid of dead code that has invalid SSA form and
17133         split critical edges again.
17135 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
17137         * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
17139 2017-05-11  Richard Biener  <rguenther@suse.de>
17141         * passes.c (execute_function_todo): Verify loops if they are
17142         said to be up-to-date.
17143         * cfgexpand.c (pass_expand::execute): Discard loops for -dx.
17144         * trans-mem.c (pass_tm_edges::execute): Mark loops for fixup.
17146 2017-05-10  John David Anglin  <danglin@gcc.gnu.org>
17148         PR target/80090
17149         * config/pa/pa.c (pa_assemble_integer): When outputting a SYMBOL_REF,
17150         handle calling assemble_external ourself.
17152         PR target/79027
17153         * config/pa/pa.c (pa_cannot_change_mode_class): Reject changes to/from
17154         modes with zero size.  Enhance comment.
17156 2017-05-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
17158         * config/rs6000/rs6000.c (altivec_init_builtins): Define POWER8
17159         built-ins for vec_xl and vec_xst with short and char pointer
17160         arguments.
17162 2017-05-10  Sebastian Peryt  <sebastian.peryt@intel.com>
17164         * config/i386/avx512fintrin.h (_mm_mask_max_round_sd)
17165         (_mm_maskz_max_round_sd, _mm_mask_max_round_ss)
17166         (_mm_maskz_max_round_ss, _mm_mask_min_round_sd)
17167         (_mm_maskz_min_round_sd, _mm_mask_min_round_ss)
17168         (_mm_maskz_min_round_ss): New intrinsics.
17169         * config/i386/i386-builtin-types.def (V2DF, V2DF, V2DF, V2DF, UQI, INT)
17170         (V4SF, V4SF, V4SF, V4SF, UQI, INT): New function type aliases.
17171         * config/i386/i386-builtin.def (__builtin_ia32_maxsd_mask_round)
17172         (__builtin_ia32_maxss_mask_round, __builtin_ia32_minsd_mask_round)
17173         (__builtin_ia32_minss_mask_round): New builtins.
17174         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
17175         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
17176         * config/i386/sse.md (<sse>_vm<code><mode>3<round_saeonly_name>):
17177         Rename to ...
17178         (<sse>_vm<code><mode>3<mask_name><round_saeonly_name>): ... this.
17179         (v<maxmin_float><ssescalarmodesuffix>\t{<round_saeonly_op3>%2, %1, %0|%0, %1, %<iptr>2<round_saeonly_op3>}):
17180         Change to ...
17181         (v<maxmin_float><ssescalarmodesuffix>\t{<round_saeonly_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_saeonly_mask_op3>}):
17182         ... this.
17184 2017-05-10  Sebastian Peryt  <sebastian.peryt@intel.com>
17186         * config/i386/avx512fintrin.h (_mm_mask_mul_round_sd)
17187         (_mm_maskz_mul_round_sd, _mm_mask_mul_round_ss)
17188         (_mm_maskz_mul_round_ss, _mm_mask_div_round_sd)
17189         (_mm_maskz_div_round_sd, _mm_mask_div_round_ss)
17190         (_mm_maskz_div_round_ss, _mm_mask_mul_sd, _mm_maskz_mul_sd)
17191         (_mm_mask_mul_ss, _mm_maskz_mul_ss, _mm_mask_div_sd)
17192         (_mm_maskz_div_sd, _mm_mask_div_ss, _mm_maskz_div_ss): New intrinsics.
17193         * config/i386/i386-builtin-types.def (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
17194         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): New function type aliases.
17195         * config/i386/i386-builtin.def (__builtin_ia32_divsd_mask_round)
17196         (__builtin_ia32_divss_mask_round, __builtin_ia32_mulsd_mask_round)
17197         (__builtin_ia32_mulss_mask_round): New builtins.
17198         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
17199         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
17200         * config/i386/sse.md (<sse>_vm<multdiv_mnemonic><mode>3<round_name>):
17201         Rename to ...
17202         (<sse>_vm<multdiv_mnemonic><mode>3<mask_name><round_name>): ... this.
17203         (v<multdiv_mnemonic><ssescalarmodesuffix>\t{<round_op3>%2, %1, %0|%0, %1, %<iptr>2<round_op3>}):
17204         Change to ...
17205         (v<multdiv_mnemonic><ssescalarmodesuffix>\t{<round_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}):
17206         ... this.
17208 2017-05-10  Julia Koval  <julia.koval@intel.com>
17210         * config/i386/avxintrin.h (_mm256_set_m128, _mm256_set_m128d)
17211         (_mm256_set_m128i, _mm256_setr_m128, _mm256_setr_m128d)
17212         (_mm256_setr_m128i): New intrinsics.
17214 2017-05-10  Julia Koval  <julia.koval@intel.com>
17216         * config/i386/avx512fintrin.h (_mm_mask_rcp14_sd)
17217         (_mm_maskz_rcp14_sd, _mm_mask_rcp14_ss)
17218         (_mm_maskz_rcp14_ss): New intrinsics.
17219         * config/i386/i386-builtin.def (__builtin_ia32_rcp14sd_mask)
17220         (__builtin_ia32_rcp14ss_mask): New builtins.
17221         * config/i386/sse.md (srcp14<mode>_mask): New pattern.
17223 2017-05-10  Peter Bergner  <bergner@vnet.ibm.com>
17225         PR tree-optimization/51513
17226         * tree-cfg.c (gimple_seq_unreachable_p): New function.
17227         (assert_unreachable_fallthru_edge_p): Use it.
17228         (group_case_labels_stmt): Likewise.
17229         * tree-cfg.h: Prototype it.
17230         * stmt.c: Include cfghooks.h and tree-cfg.h.
17231         (emit_case_dispatch_table) <gap_label>: New local variable.
17232         Use it to fill dispatch table gaps.
17233         Test for default_label before updating probabilities.
17234         (expand_case) <default_label>: Remove unneeded initialization.
17235         Test for unreachable default case statement and remove its edge.
17236         Set default_label accordingly.
17237         * tree-ssa-ccp.c (optimize_unreachable): Update comment.
17239 2017-05-10  Carl Love  <cel@us.ibm.com>
17241         * config/rs6000/rs6000-c: Add support for built-in functions
17242         vector signed char      vec_neg (vector signed char)
17243         vector signed short int vec_neg (vector short int)
17244         vector signed int       vec_neg (vector signed int)
17245         vector signed long long vec_neg (vector signed long long)
17246         vector float            vec_neg (vector float)
17247         vector double           vec_neg (vector double)
17248         * config/rs6000/rs6000-builtin.def: Add definitions for NEG function
17249         overload.
17250         * config/rs6000/altivec.h: Add define for vec_neg
17251         * doc/extend.texi: Update the built-in documentation for the
17252         new built-in functions.
17254 2017-05-10  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
17256         PR tree-optimization/77644
17257         * match.pd (sqrt(x) cmp sqrt(y) -> x cmp y): New pattern.
17259 2017-05-10  Nathan Sidwell  <nathan@acm.org>
17261         * dumpfile.h (TDI_lang_all): New.
17262         (TDF_KIND): New. Renumber others
17263         (TDF_LANG, TDF_TREE, TDF_RTL, TDF_IPA): Enumerate value, rather
17264         than bits.
17265         * dumpfile.c (dump_files): Mark language dumps as TDF_LANG.  add
17266         lang-all.
17267         (get_dump_file_name): Adjust suffix generation.
17268         (dump_enable_all): Use TDF_KIND.
17269         * doc/invoke.texi (-fdump-lang-all): Document.
17271         * dumpfile.h: Tabify.
17273 2017-05-10  Wilco Dijkstra  <wdijkstr@arm.com>
17275         PR target/80671
17276         * config/aarch64/cortex-a57-fma-steering.c (merge_forest):
17277         Move member access before delete.
17279 2017-05-10  Alexandre Oliva <aoliva@redhat.com>
17281         * tree-inline.c (expand_call_inline): Split block at stmt
17282         before the call.
17284 2017-05-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
17286         PR target/68163
17287         * config/rs6000/rs6000.md (f32_lr): Delete mode attributes that
17288         are now unused after splitting mov{sf,sd}_hardfloat.
17289         (f32_lr2): Likewise.
17290         (f32_lm): Likewise.
17291         (f32_lm2): Likewise.
17292         (f32_li): Likewise.
17293         (f32_li2): Likewise.
17294         (f32_lv): Likewise.
17295         (f32_sr): Likewise.
17296         (f32_sr2): Likewise.
17297         (f32_sm): Likewise.
17298         (f32_sm2): Likewise.
17299         (f32_si): Likewise.
17300         (f32_si2): Likewise.
17301         (f32_sv): Likewise.
17302         (f32_dm): Likewise.
17303         (f32_vsx): Likewise.
17304         (f32_av): Likewise.
17305         (mov<mode>_hardfloat): Split into separate movsf and movsd pieces.
17306         For movsf, order stores so the VSX stores occur before the GPR
17307         store which encourages the register allocator to use a traditional
17308         FPR instead of a GPR.  For movsd, order the stores so that the GPR
17309         store comes before the VSX stores to allow the power6 to work.
17310         This is due to the power6 not having a 32-bit integer store
17311         instruction from a FPR.
17312         (movsf_hardfloat): Likewise.
17313         (movsd_hardfloat): Likewise.
17315 2017-05-09  Martin Sebor  <msebor@redhat.com>
17317         PR translation/80280
17318         * config/sol2-c.c (cmn_err_flag_specs): Initialize new data member
17319         added in r247778.
17321         PR translation/80280
17322         * config/i386/msformat-c.c (ms_printf_flag_specs): Initialize new
17323         data member added in r247778.
17324         (ms_scanf_flag_specs, ms_strftime_flag_specs): Same.
17326 2017-05-09  Nathan Sidwell  <nathan@acm.org>
17328         * tree.h (tree_fits_shwi_p, tree_fits_uhwi_p): Unconditionally pure.
17330         * ipa-devirt.c (default_hash_traits<type_pair>): Skip struct-scope
17331         typedefs.
17333 2017-05-09  Marek Polacek  <polacek@redhat.com>
17335         * doc/invoke.texi: Fix typo.
17337 2017-05-09  Richard Biener  <rguenther@suse.de>
17339         * tree-vrp.c (vrp_val_is_max): Adjust comment.
17340         (vrp_val_is_min): Likewise.
17341         (set_value_range_to_value): Likewise.
17342         (set_value_range_to_nonnegative): Likewise.
17343         (gimple_assign_nonzero_p): Likewise.
17344         (gimple_stmt_nonzero_p): Likewise.
17345         (vrp_int_const_binop): Likewise.  Remove unreachable case.
17346         (adjust_range_with_scev): Adjust comments.
17347         (compare_range_with_value): Likewise.
17348         (extract_range_from_phi_node): Likewise.
17349         (test_for_singularity): Likewise.
17351 2017-05-09  Richard Biener  <rguenther@suse.de>
17353         * tree-vrp.c (get_single_symbol): Add assert that we don't
17354         get overflowed constants as invariant part.
17355         (compare_values_warnv): Add comment before the TREE_NO_WARNING
17356         checks.  Use wi::cmp instead of recursing for integer constants.
17357         (compare_values): Just ignore whether we assumed undefined
17358         overflow instead of failing the compare.
17359         (extract_range_for_var_from_comparison_expr): Add comment before the
17360         TREE_NO_WARNING sets.
17361         (test_for_singularity): Likewise.
17362         (extract_range_from_comparison): Do not disable optimization
17363         when we assumed undefined overflow.
17364         (extract_range_basic): Remove init of unused var.
17366 2017-05-09  Richard Biener  <rguenther@suse.de>
17368         * tree-vrp.c (vrp_int_const_binop): Use wide-ints and simplify.
17369         (extract_range_from_multiplicative_op_1): Adjust.
17370         (extract_range_from_binary_expr_1): Use int_const_binop.
17372 2017-05-08  Kelvin Nilsen  <kelvin@gcc.gnu.org>
17374         PR target/80101
17375         * config/rs6000/power6.md: Replace store_data_bypass_p calls with
17376         rs6000_store_data_bypass_p in seven define_bypass directives and
17377         in several comments.
17378         * config/rs6000/rs6000-protos.h: Add prototype for
17379         rs6000_store_data_bypass_p function.
17380         * config/rs6000/rs6000.c (rs6000_store_data_bypass_p): New
17381         function implements slightly different (rs6000-specific) semantics
17382         than store_data_bypass_p, returning false rather than aborting
17383         with assertion error when arguments do not satisfy the
17384         requirements of store data bypass.
17385         (rs6000_adjust_cost): Replace six calls of store_data_bypass_p with
17386         rs6000_store_data_bypass_p.
17388 2017-05-08  Max Filippov  <jcmvbkbc@gmail.com>
17390         * config/xtensa/xtensa-protos.h
17391         (xtensa_initial_elimination_offset): New declaration.
17392         * config/xtensa/xtensa.c (xtensa_initial_elimination_offset):
17393         New function. Move its body from the INITIAL_ELIMINATION_OFFSET
17394         macro definition, add case for FRAME_POINTER_REGNUM when
17395         FRAME_GROWS_DOWNWARD.
17396         * config/xtensa/xtensa.h (FRAME_GROWS_DOWNWARD): New macro definition.
17397         (INITIAL_ELIMINATION_OFFSET): Replace body with call to
17398         xtensa_initial_elimination_offset.
17400 2017-05-08  Nathan Sidwell  <nathan@acm.org>
17402         * doc/invoke.texi: Alphabetize -fdump options.
17404 2017-05-08  Martin Sebor  <msebor@redhat.com>
17406         PR translation/80280
17407         * config/sol2-c.c (solaris_pragma_align): Correct quoting.
17409 2017-05-08  Bernd Edlinger  <bernd.edlinger@hotmail.de>
17411         * target.def (compute_frame_layout): New optional target hook.
17412         * doc/tm.texi.in (TARGET_COMPUTE_FRAME_LAYOUT): Add hook.
17413         * doc/tm.texi (TARGET_COMPUTE_FRAME_LAYOUT): Add documentation.
17414         * lra-eliminations.c (update_reg_eliminate): Call compute_frame_layout
17415         target hook.
17416         * reload1.c (verify_initial_elim_offsets): Likewise.
17417         * config/arm/arm.c (TARGET_COMPUTE_FRAME_LAYOUT): Define.
17418         (use_simple_return_p): Call arm_compute_frame_layout if needed.
17419         (arm_get_frame_offsets): Split up into this ...
17420         (arm_compute_frame_layout): ... and this function.
17422 2017-05-08  Richard Sandiford  <richard.sandiford@arm.com>
17424         * config/aarch64/constraints.md (Usa): New constraint.
17425         * config/aarch64/aarch64.md (*movsi_aarch64, *movdi_aarch64): Use it.
17427 2017-05-08  Thomas Preud'homme  <thomas.preudhomme@arm.com>
17429         * config.gcc (arm*-*-*): Set TM_MULTILIB_CONFIG from
17430         with_multilib_list after it has been checked.
17432 2017-05-08  Richard Biener  <rguenther@suse.de>
17434         * tree-ssa-pre.c (bitmap_set_and): Avoid bitmap copy.
17435         (bitmap_set_subtract_values): Likewise.
17437 2017-05-08  Richard Biener  <rguenther@suse.de>
17439         * tree-vrp.c (gimple_assign_nonzero_warnv_p): Rename to ...
17440         (gimple_assign_nonzero): ... this and remove strict_overflow_p
17441         argument.
17442         (gimple_stmt_nonzero_warnv_p): Rename to ...
17443         (gimple_stmt_nonzero_p): ... this and remove strict_overflow_p
17444         argument.
17445         (vrp_stmt_computes_nonzero): Remove strict_overflow_p argument.
17446         (extract_range_basic): Adjust, do not disable propagation on
17447         strict overflow sensitive simplification.
17448         (vrp_visit_cond_stmt): Likewise.
17450 2017-05-05  Jan Hubicka  <hubicka@ucw.cz>
17452         * ipa-inline-analysis.c (estimate_function_body_sizes): Recompute
17453         body size unconditionally.
17455 2017-05-07  Jeff Law  <law@redhat.com>
17457         Revert:
17458         2017-05-06  Jeff Law  <law@redhat.com>
17459         PR tree-optimization/78496
17460         * tree-vrp.c (simplify_assert_expr_using_ranges): Remove debugging
17461         code.
17463         PR tree-optimization/78496
17464         * tree-vrp.c (simplify_assert_expr_using_ranges): New function.
17465         (simplify_stmt_using_ranges): Call it.
17466         (vrp_dom_walker::before_dom_children): Extract equivalences
17467         from an ASSERT_EXPR with an equality comparison against a
17468         constant.
17470 2017-05-06  Jeff Law  <law@redhat.com>
17472         PR tree-optimization/78496
17473         * tree-vrp.c (simplify_assert_expr_using_ranges): Remove debugging
17474         code.
17476         PR tree-optimization/78496
17477         * tree-vrp.c (simplify_assert_expr_using_ranges): New function.
17478         (simplify_stmt_using_ranges): Call it.
17479         (vrp_dom_walker::before_dom_children): Extract equivalences
17480         from an ASSERT_EXPR with an equality comparison against a
17481         constant.
17483 2017-05-06  Richard Sandiford  <richard.sandiford@linaro.org>
17485         * lra-constraints.c (lra_copy_reg_equiv): New function.
17486         (split_reg): Use it to copy equivalence information from the
17487         original register to the spill register.
17489 2017-05-06  Richard Sandiford  <richard.sandiford@linaro.org>
17491         PR rtl-optimization/75964
17492         * simplify-rtx.c (simplify_const_relational_operation): Remove
17493         invalid handling of comparisons of integer ABS.
17495 2017-05-06  Uros Bizjak  <ubizjak@gmail.com>
17497         * config/i386/i386.c (ext_80387_constant_init): Do not explicitly
17498         initialize to zero.
17499         (init_regs): Remove declaration.
17500         (function_arg_advance_32): Initialize error_p as boolean variable.
17502 2017-05-05  Nathan Sidwell  <nathan@acm.org>
17504         * store-motion.c (remove_reachable_equiv_notes): Reformat long
17505         lines.  Use for (;;).
17507 2017-05-05  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
17509         * config/rs6000/rs6000.c (rs6000_vect_nonmem): New static var.
17510         (rs6000_init_cost): Initialize rs6000_vect_nonmem.
17511         (rs6000_add_stmt_cost): Update rs6000_vect_nonmem.
17512         (rs6000_finish_cost): Avoid vectorizing simple copy loops with
17513         VF=2 that require versioning.
17515 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
17517         * diagnostic.h (CARET_LINE_MARGIN): Convert from macro to const
17518         int.
17520 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
17522         * diagnostic.h (diagnostic_override_option_index): Convert from
17523         macro to inline function.
17525 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
17527         * diagnostic.c (last_module_changed_p): New function.
17528         (set_last_module): New function.
17529         (diagnostic_report_current_module): Convert macro usage to
17530         the above functions.
17531         * diagnostic.h (diagnostic_context::last_module): Strengthen
17532         from const line_map * to const line_map_ordinary *.
17533         (diagnostic_last_module_changed): Delete macro.
17534         (diagnostic_set_last_module): Delete macro.
17536 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
17538         * diagnostic.c (diagnostic_impl): Replace report_diagnostic
17539         with diagnostic_report_diagnostic.
17540         (diagnostic_n_impl_richloc): Likewise.
17541         * diagnostic.h (report_diagnostic): Delete macro.
17542         * rtl-error.c (diagnostic_for_asm): Replace report_diagnostic
17543         with diagnostic_report_diagnostic.
17544         * substring-locations.c (format_warning_va): Likewise.
17546 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
17548         * diagnostic.c (diagnostic_report_diagnostic): Eliminate
17549         save/restor of format_spec.  Move option-printing code to...
17550         (print_option_information): ...this new function, and
17551         reimplement by simply printing to the pretty_printer,
17552         rather than appending to the format string.
17554 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
17556         * diagnostic.c (diagnostic_report_diagnostic): Split out pragma
17557         handling logic into...
17558         (update_effective_level_from_pragmas): ...this new function.
17560 2017-05-04  Andrew Waterman  <andrew@sifive.com>
17562         * config/riscv/riscv.opt (mstrict-align): New option.
17563         * config/riscv/riscv.h (STRICT_ALIGNMENT): Use it.  Update comment.
17564         (SLOW_UNALIGNED_ACCESS): Define.
17565         (riscv_slow_unaligned_access): Declare.
17566         * config/riscv/riscv.c (riscv_tune_info): Add slow_unaligned_access
17567         field.
17568         (riscv_slow_unaligned_access): New variable.
17569         (rocket_tune_info): Set slow_unaligned_access to true.
17570         (optimize_size_tune_info): Set slow_unaligned_access to false.
17571         (riscv_cpu_info_table): Add entry for optimize_size_tune_info.
17572         (riscv_valid_lo_sum_p): Use TARGET_STRICT_ALIGN.
17573         (riscv_option_override): Set riscv_slow_unaligned_access.
17574         * doc/invoke.texi: Add -mstrict-align to RISC-V.
17576 2017-05-04  Kito Cheng  <kito.cheng@gmail.com>
17578         * config/riscv/riscv.md: Unify indentation.
17580 2017-05-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
17582         PR target/79038
17583         PR target/79202
17584         PR target/79203
17585         * config/rs6000/rs6000.md (u code attribute): Add FIX and
17586         UNSIGNED_FIX.
17587         (extendsi<mode>2): Add support for doing sign extension via
17588         VUPKHSW and XXPERMDI if the value is in Altivec registers and we
17589         don't have ISA 3.0 instructions.
17590         (extendsi<mode>2 splitter): Likewise.
17591         (fix_trunc<mode>si2): If we are at ISA 2.07 (VSX small integer),
17592         generate the normal insns since SImode can now go in vector
17593         registers.  Disallow the special UNSPECs needed for previous
17594         machines to hide SImode being used.  Add new insns
17595         fctiw{,w}_<mode>_smallint if SImode can go in vector registers.
17596         (fix_trunc<mode>si2_stfiwx): Likewise.
17597         (fix_trunc<mode>si2_internal): Likewise.
17598         (fixuns_trunc<mode>si2): Likewise.
17599         (fixuns_trunc<mode>si2_stfiwx): Likewise.
17600         (fctiw<u>z_<mode>_smallint): Likewise.
17601         (fctiw<u>z_<mode>_mem): New combiner pattern to prevent conversion
17602         of floating point to 32-bit integer from doing a direct move to
17603         the GPR registers to do a store.
17604         (fctiwz_<mode>): Break long line.
17606 2017-05-05  Bin Cheng  <bin.cheng@arm.com>
17608         * Makefile.in (GTFILES): Add tree-ssa-loop-ivopts.c.
17609         * tree-ssa-loop-ivopts.c (compute_max_addr_offset): Delete.
17610         (addr_list, addr_offset_valid_p): New.
17611         (split_address_groups): Check offset validity with above function.
17612         (gt-tree-ssa-loop-ivopts.h): Include header file.
17614 2017-05-05  Nathan Sidwell  <nathan@acm.org>
17616         * config.gcc (arm*-*-*): Add missing 'fi'.
17618 2017-05-05  Steve Ellcey  <sellcey@cavium.com>
17620         * doc/invoke.texi (-fopt-info): Explicitly say order of options
17621         included in -fopt-info does not matter.
17622         * doc/optinfo.texi (-fopt-info): Fix description of default
17623         behavour. Explicitly say order of options included in -fopt-info
17624         does not matter.
17626 2017-05-05  Thomas Preud'homme  <thomas.preudhomme@arm.com>
17628         * config.gcc: Allow combinations of aprofile and rmprofile values for
17629         --with-multilib-list.
17630         * config/arm/t-multilib: New file.
17631         * config/arm/t-aprofile: Remove initialization of MULTILIB_*
17632         variables.  Remove setting of ISA and floating-point ABI in
17633         MULTILIB_OPTIONS and MULTILIB_DIRNAMES.  Set architecture and FPU in
17634         MULTI_ARCH_OPTS_A and MULTI_ARCH_DIRS_A rather than MULTILIB_OPTIONS
17635         and MULTILIB_DIRNAMES respectively.  Add comment to introduce all
17636         matches.  Add architecture matches for marvel-pj4 and generic-armv7-a
17637         CPU options.
17638         * config/arm/t-rmprofile: Likewise except for the matches changes.
17639         * doc/install.texi (--with-multilib-list): Document the combination of
17640         aprofile and rmprofile values and warn about pitfalls in doing that.
17642 2017-05-05  Wilco Dijkstra  <wdijkstr@arm.com>
17644         * config/aarch64/aarch64.md (movsi_aarch64): Remove '*' from r=w.
17645         (movdi_aarch64): Likewise.
17647 2017-05-05  Jakub Jelinek  <jakub@redhat.com>
17649         PR tree-optimization/80632
17650         * tree-switch-conversion.c (struct switch_conv_info): Add target_vop
17651         field.
17652         (build_arrays): Initialize it for virtual phis.
17653         (fix_phi_nodes): Use it for virtual phis.
17655         PR tree-optimization/80558
17656         * tree-vrp.c (extract_range_from_binary_expr_1): Optimize
17657         [x, y] op z into [x op, y op z] for op & or | if conditions
17658         are met.
17660 2017-05-05  Andre Vieira  <andre.simoesdiasvieira@arm.com>
17661             Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
17663         PR target/71607
17664         * config/arm/arm.md (use_literal_pool): Remove.
17665         (64-bit immediate split): No longer takes cost into consideration
17666         if arm_disable_literal_pool is enabled.
17667         * config/arm/arm.c (arm_tls_referenced_p): Add diagnostic if TLS is
17668         used when arm_disable_literal_pool is enabled.
17669         (arm_max_const_double_inline_cost): Remove use of
17670         arm_disable_literal_pool.
17671         (push_minipool_fix): Add assert.
17672         (arm_reorg): Add return if arm_disable_literal_pool is enabled.
17673         * config/arm/vfp.md (no_literal_pool_df_immediate): New.
17674         (no_literal_pool_sf_immediate): New.
17676 2017-05-05  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
17678         PR tree-optimization/80613
17679         * tree-ssa-dce.c (propagate_necessity): Remove cases for
17680         BUILT_IN_STRDUP and BUILT_IN_STRNDUP.
17682 2017-05-05  Richard Biener  <rguenther@suse.de>
17684         * tree-ssa-pre.c (get_or_alloc_expr_for): Simplify.
17686 2017-05-05  Georg-Johann Lay  <avr@gjlay.de>
17688         * config/avr/avr.md [flag_strict_overflow]: Remove any occurence
17689         of this flag from insn conditions due to removal from r247495.
17691 2017-05-05  Wilco Dijkstra  <wdijkstr@arm.com>
17693         * config/arm/aarch-common.c (arm_early_load_addr_dep_ptr):
17694         New function.
17695         (arm_early_store_addr_dep_ptr): Likewise.
17696         * config/arm/aarch-common-protos.h
17697         (arm_early_load_addr_dep_ptr): Add prototype.
17698         (arm_early_store_addr_dep_ptr): Likewise.
17699         * config/arm/cortex-a53.md: Add new bypasses.
17701 2017-05-05  Jakub Jelinek  <jakub@redhat.com>
17703         * tree.c (next_type_uid): Change type to unsigned.
17704         (type_hash_canon): Decrement back next_type_uid if
17705         freeing a type node with the highest TYPE_UID.  For INTEGER_TYPEs
17706         also ggc_free TYPE_MIN_VALUE, TYPE_MAX_VALUE and TYPE_CACHED_VALUES
17707         if possible.
17709 2017-05-04  Martin Sebor  <msebor@redhat.com>
17711         * builtins.c: Fix a trivial typo in a comment.
17713         PR middle-end/79234
17714         * builtins.c (check_sizes): Adjust to handle reading past the end.
17715         Avoid printing excessive upper bound of ranges.  Use %E to print
17716         tree nodes instead of converting them to %wu.
17717         (expand_builtin_memchr): New function.
17718         (compute_dest_size): Rename...
17719         (compute_objsize): ...to this.
17720         (expand_builtin_memcpy): Adjust.
17721         (expand_builtin_mempcpy): Adjust.
17722         (expand_builtin_strcat): Adjust.
17723         (expand_builtin_strcpy): Adjust.
17724         (check_strncat_sizes): Adjust.
17725         (expand_builtin_strncat): Adjust.
17726         (expand_builtin_strncpy): Adjust and simplify.
17727         (expand_builtin_memset): Adjust.
17728         (expand_builtin_bzero): Adjust.
17729         (expand_builtin_memcmp): Adjust.
17730         (expand_builtin): Handle memcmp.
17731         (maybe_emit_chk_warning): Check strncat just once.
17733 2017-05-04  Martin Sebor  <msebor@redhat.com>
17735         PR preprocessor/79214
17736         PR middle-end/79222
17737         PR middle-end/79223
17738         * builtins.c (check_sizes): Add inlining context and issue
17739         warnings even when -Wno-system-headers is set.
17740         (check_strncat_sizes): Same.
17741         (expand_builtin_strncat): Same.
17742         (expand_builtin_memmove): New function.
17743         (expand_builtin_stpncpy): Same.
17744         (expand_builtin): Handle memmove and stpncpy.
17746 2017-05-04  Bin Cheng  <bin.cheng@arm.com>
17748         * tree-ssa-loop-ivopts.c (struct cost_pair): Remove field inv_expr
17749         which is not used any more.
17751 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
17753         * config/aarch64/aarch64.c (generic_tunings): Update prefetch model.
17755 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
17757         * config/aarch64/aarch64.c (cortexa35_tunings): Set jump alignment to 4.
17758         (cortexa53_tunings): Likewise.
17759         (cortexa57_tunings): Likewise.
17760         (cortexa72_tunings): Likewise.
17761         (cortexa73_tunings): Likewise.
17763 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
17765         * config/aarch64/aarch64.c (generic_tunings): Set jump alignment to 4.
17766         Set loop alignment to 8.
17768 2017-05-04  Martin Sebor  <msebor@redhat.com>
17770         PR translation/80280
17771         * builtins.c (expand_builtin_object_size): Add missing quoting to
17772         %D and like directives.
17773         * hsa-gen.c (hsa_type_for_scalar_tree_type): Same.
17774         (hsa_type_for_tree_type): Same.
17775         (verify_function_arguments): Same.
17776         * symtab.c (symbol_table::change_decl_assembler_name): Same.
17777         * varasm.c (get_section): Same.
17778         (mark_weak): Same.
17780 2017-05-04  Martin Sebor  <msebor@redhat.com>
17782         PR translation/80280
17783         * config/i386/i386.c (ix86_function_versions): Quote a %D directive.
17785 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
17787         * config/aarch64/aarch64.c (generic_addrcost_table):
17788         Change HI/TI mode setting.
17790 2017-05-04  Martin Jambor  <mjambor@suse.cz>
17792         PR tree-optimization/80622
17793         * tree-sra.c (comes_initialized_p): New function.
17794         (build_accesses_from_assign): Only set write lazily when
17795         comes_initialized_p is false.
17796         (analyze_access_subtree): Use comes_initialized_p.
17797         (propagate_subaccesses_across_link): Assert !comes_initialized_p
17798         instead of testing for PARM_DECL.
17800 2017-05-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17802         * config/aarch64/aarch64.md (prefetch); Adjust predicate and
17803         constraint on operand 0 to allow more general addressing modes.
17804         Adjust output template.
17805         * config/aarch64/aarch64.c (aarch64_address_valid_for_prefetch_p):
17806         New function.
17807         * config/aarch64/aarch64-protos.h
17808         (aarch64_address_valid_for_prefetch_p): Declare prototype.
17809         * config/aarch64/constraints.md (Dp): New address constraint.
17810         * config/aarch64/predicates.md (aarch64_prefetch_operand): New
17811         predicate.
17813 2017-05-04  Jan Hubicka  <hubicka@ucw.cz>
17815         * ipa-cp.c (perform_estimation_of_a_value): Drop base_time parameter;
17816         update use of estimate_ipcp_clone_size_and_time.
17817         (estimate_local_effects): Update use of
17818         estimate_ipcp_clone_size_and_time and perform_estimation_of_a_value.
17819         * ipa-inline.h (estimate_ipcp_clone_size_and_time): Update prototype.
17820         * ipa-inline-analysis.c (estimate_ipcp_clone_size_and_time):
17821         Return nonspecialized time.
17823 2017-05-04  Richard Biener  <rguenther@suse.de>
17825         * tree-ssa-alias.c (get_continuation_for_phi): Improve looking
17826         for the last VUSE which def dominates the PHI.  Directly call
17827         maybe_skip_until.
17828         (get_continuation_for_phi_1): Remove.
17830 2017-05-04  Richard Sandiford  <richard.sandiford@linaro.org>
17832         * tree-ssa-loop-manip.c (niter_for_unrolled_loop): Add commentary
17833         to explain the use of truncating division.  Cap the number of
17834         iterations to the maximum given by nb_iterations_upper_bound,
17835         if defined.
17837 2017-05-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
17839         * configure.ac (--enable-mingw-wildcard): Add new configurable feature.
17840         * configure: Regenerate.
17841         * config.in: Regenerate.
17842         * config/i386/driver-mingw32.c: new file.
17843         * config/i386/x-mingw32: Add rule to build driver-mingw32.o.
17844         * config.host: Link driver-mingw32.o on MinGW host.
17845         * doc/install.texi: Document new --enable-mingw-wildcard configure
17846         option.
17848 2017-05-04  Marek Polacek  <polacek@redhat.com>
17850         PR tree-optimization/80612
17851         * calls.c (get_size_range): Check for INTEGRAL_TYPE_P.
17853 2017-05-04  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
17854             Andre Simoes Dias Vieira  <andre.simoesdiasvieira@arm.com>
17856         * config/arm/arm.md (movsi): Change TARGET_32BIT to TARGET_HAVE_MOVT.
17857         (movt splitter): Likewise.
17858         * config/arm/arm.c (arm_option_check_internal): Change arm_arch_thumb2
17859         to TARGET_HAVE_MOVT, and merge with -mslow-flash-data check.
17860         (const_ok_for_arm): Change else to else if (TARGET_THUMB2) and add else
17861         block for Thumb-1 with MOVT.
17862         (thumb2_legitimate_address_p): Move code block ...
17863         (can_avoid_literal_pool_for_label_p): ... into this new function.
17864         (thumb1_legitimate_address_p): Add check for TARGET_HAVE_MOVT and
17865         literal pool.
17866         (thumb_legitimate_constant_p): Add conditional on TARGET_HAVE_MOVT
17867         * doc/invoke.texi (-mpure-code): Change "ARMv7-M targets" for
17868         "M-profile targets with the MOVT instruction".
17870 2017-05-04  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
17872         * config/arm/arm-builtins.c (arm_init_builtins): Rename
17873         __builtin_arm_ldfscr to __builtin_arm_get_fpscr, and rename
17874         __builtin_arm_stfscr to __builtin_arm_set_fpscr.
17876 2017-05-04  Martin Liska  <mliska@suse.cz>
17878         * tree-vrp.c (simplify_cond_using_ranges_2): Remove unused
17879         variable cond_code.
17881 2017-05-04  Richard Biener  <rguenther@suse.de>
17883         * tree.c (array_at_struct_end_p): Handle arrays at struct
17884         end with flexarrays more conservatively.  Refactor and treat
17885         arrays of arrays or aggregates more strict.  Fix
17886         VIEW_CONVERT_EXPR handling.  Remove allow_compref argument.
17887         * tree.c (array_at_struct_end_p): Adjust prototype.
17888         * emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust.
17889         * gimple-fold.c (get_range_strlen): Likewise.
17890         * tree-chkp.c (chkp_may_narrow_to_field): Likewise.
17892 2017-05-04  Richard Biener  <rguenther@suse.de>
17894         PR tree-optimization/31130
17895         * tree-vrp.c (needs_overflow_infinity): Remove as always returning
17896         false.
17897         (supports_overflow_infinity): Likewise.
17898         (is_negative_overflow_infinity): Likewise.
17899         (is_positive_overflow_infinity): Likewise.
17900         (is_overflow_infinity): Likewise.
17901         (stmt_overflow_infinity): Likewise.
17902         (overflow_infinity_range_p): Likewise.
17903         (usable_range_p): Remove as always returning true.
17904         (make_overflow_infinity): Remove.
17905         (negative_overflow_infinity): Likewise.
17906         (positive_overflow_infinity): Likewise.
17907         (avoid_overflow_infinity): Likewise.
17908         (set_value_range): Adjust accordingly.
17909         (set_value_range_to_nonnegative): Likewise, remove now unused
17910         overflow_infinity arg.
17911         (vrp_operand_equal_p): Adjust.
17912         (update_value_range): Likewise.
17913         (range_int_cst_singleton_p): Likewise.
17914         (operand_less_p): Likewise.
17915         (compare_values_warnv): Likewise.
17916         (extract_range_for_var_from_comparison_expr): Likewise.
17917         (vrp_int_const_binop): Likewise.
17918         (zero_nonzero_bits_from_vr): Likewise.
17919         (extract_range_from_multiplicative_op_1): Likewise.
17920         (extract_range_from_binary_expr_1): Likewise.
17921         (extract_range_from_unary_expr): Likewise.
17922         (extract_range_from_comparison): Likewise.
17923         (extract_range_basic): Likewise.
17924         (adjust_range_with_scev): Likewise.
17925         (compare_ranges): Likewise.
17926         (compare_range_with_value): Likewise.
17927         (dump_value_range): Likewise.
17928         (test_for_singularity): Likewise, remove strict_overflow_p parameter
17929         never used.
17930         (simplify_cond_using_ranges): Adjust.
17932 2017-05-04  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
17934         * brig-builtins.def: Added a builtin for class_f64.
17935         * builtin-types.def: Added a builtin type needed by class_f64.
17937 2017-05-03  Jason Merrill  <jason@redhat.com>
17939         * timevar.def: Add TV_CONSTEXPR.
17941 2017-05-03  David Malcolm  <dmalcolm@redhat.com>
17943         * common.opt (fdiagnostics-parseable-fixits): Fix typo.
17945 2017-05-03  Martin Jambor  <mjambor@suse.cz>
17947         * ipa-prop.c (ipa_update_after_lto_read): Removed.
17948         * ipa-prop.h (ipa_update_after_lto_read): Remove declaration.
17949         * ipa-cp.c (ipcp_propagate_stage): Do not call
17950         ipa_update_after_lto_read.
17951         * ipa-inline.c (ipa_inline): Likewise.
17953 2017-05-03  Martin Jambor  <mjambor@suse.cz>
17955         * ipa-prop.h (ipa_edge_args): Make a class.  Mark with for_user GTY
17956         tag.  Added a default constructor and a destructor.
17957         (ipa_edge_args_sum_t): New class;
17958         (ipa_edge_args_sum): Declare.
17959         (ipa_edge_args_vector): Remove declaration.
17960         (IPA_EDGE_REF): Use ipa_edge_args_sum.
17961         (ipa_free_edge_args_substructures): Remove declaration.
17962         (ipa_check_create_edge_args): Use ipa_edge_args_sum.
17963         (ipa_edge_args_info_available_for_edge_p): Likewise.
17964         * ipa-prop.c (ipa_edge_args_vector): Removed.
17965         (edge_removal_hook_holder): Likewise.
17966         (edge_duplication_hook_holder): Likewise.
17967         (ipa_edge_args_sum): New variable.
17968         (ipa_propagate_indirect_call_infos): Test ipa_edge_args_sum instead of
17969         ipa_edge_args_vector.
17970         (ipa_free_edge_args_substructures): Likewise.
17971         (ipa_free_all_edge_args): Free ipa_edge_args_sum instead of
17972         ipa_edge_args_vector.
17973         (ipa_edge_removal_hook): Turned into method
17974         ipa_edge_args_sum_t::remove.
17975         (ipa_edge_duplication_hook): Turned into method
17976         ipa_edge_args_sum_t::duplicate.
17977         (ipa_register_cgraph_hooks): Create ipa_edge_args_sum instead of
17978         registering edge hooks.
17979         (ipa_unregister_cgraph_hooks): Do not unregister edge hooks.
17980         * ipa-inline-analysis.c (estimate_function_body_sizes): Test
17981         ipa_edge_args_sum instead of ipa_edge_args_vector.
17982         * ipa-profile.c (ipa_profile): Likewise.
17984 2017-05-03  Martin Jambor  <mjambor@suse.cz>
17986         * symbol-summary.h (function_summary): New method exists.
17987         (function_summary::symtab_removal): Deallocate through release.
17988         (call_summary): New class.
17989         (gt_ggc_mx): New overload.
17990         (gt_pch_nx): Likewise.
17991         (gt_pch_nx): Likewise.
17993 2017-05-03  Jeff Law  <law@redhat.com>
17995         PR tree-optimization/78496
17996         * tree-vrp.c (simplify_cond_using_ranges_1): Renamed
17997         from simplify_cond_using_ranges.  Split off code to walk
17998         backwards through casts into ...
17999         (simplify_cond_using_ranges_2): New function.
18000         (simplify_stmt_using_ranges): Call simplify_cond_using_ranges_1.
18001         (execute_vrp): After identifying jump threads, call
18002         simplify_cond_using_ranges_2.
18004 2017-05-03  Jan Hubicka  <hubicka@ucw.cz>
18006         PR bootstrap/80609
18007         * ipa-inline.h (inline_summary): Add ctor.
18008         (create_ggc): Do not use ggc_cleared_alloc.
18010 2017-05-03  Jeff Downs  <heydowns@somuchpressure.net>
18011             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
18013         * gcc.c (handle_braces): Support escaping in switch matching
18014         text.
18015         * doc/invoke.texi (Spec Files): Document it.
18016         Remove superfluous @code markup in items.
18018 2017-05-03  David Malcolm  <dmalcolm@redhat.com>
18020         * diagnostic-show-locus.c (struct column_range): New struct.
18021         (get_affected_columns): New function.
18022         (get_printed_columns): New function.
18023         (struct correction): New struct.
18024         (correction::ensure_capacity): New function.
18025         (correction::ensure_terminated): New function.
18026         (struct line_corrections): New struct.
18027         (line_corrections::~line_corrections): New dtor.
18028         (line_corrections::add_hint): New function.
18029         (layout::print_trailing_fixits): Reimplement in terms of the new
18030         classes.
18031         (selftest::test_overlapped_fixit_printing): New function.
18032         (selftest::diagnostic_show_locus_c_tests): Call it.
18034 2017-05-03  Nathan Sidwell  <nathan@acm.org>
18036         Canonicalize canonical type hashing
18037         * tree.h (type_hash_canon_hash): Declare.
18038         * tree.c (type_hash_list, attribute_hash_list): Move into
18039         type_hash_canon_hash.
18040         (build_type_attribute_qual_variant): Break out hash code calc into
18041         type_hash_canon_hash.
18042         (type_hash_canon_hash): New.  Generic type hash computation.
18043         (build_range_type_1, build_array_type_1, build_function_type,
18044         build_method_type_directly, build_offset_type, build_complex_type,
18045         make_vector_type): Call it.
18047 2017-05-03  Richard Biener  <rguenther@suse.de>
18049         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
18050         When all DRs have unknown misaligned do not always peel
18051         when there is a store but apply the same costing model as if
18052         there were only loads.
18054 2017-05-03  Richard Biener  <rguenther@suse.de>
18056         Revert
18057         PR tree-optimization/80492
18058         * tree-ssa-alias.c (decl_refs_may_alias_p): Handle
18059         compare_base_decls returning dont-know properly.
18061 2017-05-03  Thomas Preud'homme  <thomas.preudhomme@arm.com>
18063         * config/arm/iterators.md (CCSI): New mode iterator.
18064         (arch): New mode attribute.
18065         * config/arm/sync.md (atomic_compare_and_swap<mode>_1): Rename into ...
18066         (atomic_compare_and_swap<CCSI:arch><NARROW:mode>_1): This and ...
18067         (atomic_compare_and_swap<CCSI:arch><SIDI:mode>_1): This.  Use CCSI
18068         code iterator for success result mode.
18069         * config/arm/arm.c (arm_expand_compare_and_swap): Adapt code to use
18070         the corresponding new insn generators.
18072 2017-05-03  Bin Cheng  <bin.cheng@arm.com>
18074         Revert r247509
18075         2017-05-02  Bin Cheng  <bin.cheng@arm.com>
18076         * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
18078 2017-05-03  Richard Sandiford  <richard.sandiford@linaro.org>
18080         * tree-data-ref.h (SUB_CONFLICTS_IN_A): Wrap SUB argument in brackets.
18081         (SUB_CONFLICTS_IN_B, SUB_LAST_CONFLICT, SUB_DISTANCE): Likewise.
18082         (DDR_A): Wrap DDR argument in brackets.
18083         (DDR_B, DDR_AFFINE_P, DDR_ARE_DEPENDENT, DDR_SUBSCRIPTS): Likewise.
18084         (DDR_LOOP_NEST, DDR_INNER_LOOP, DDR_SELF_REFERENCE): Likewise.
18085         (DDR_REVERSED_P): Likewise.
18087 2017-05-03  Jakub Jelinek  <jakub@redhat.com>
18089         PR tree-optimization/79472
18090         * tree-switch-conversion.c (struct switch_conv_info): Add
18091         contiguous_range and default_case_nonstandard fields.
18092         (collect_switch_conv_info): Compute contiguous_range and
18093         default_case_nonstandard fields, don't clear final_bb if
18094         contiguous_range and only the default case doesn't have the required
18095         structure.
18096         (check_all_empty_except_final): Set default_case_nonstandard instead
18097         of failing if contiguous_range and the default case doesn't have empty
18098         block.
18099         (check_final_bb): Add SWTCH argument, don't fail if contiguous_range
18100         and only the default case doesn't have the required constants.  Skip
18101         virtual phis.
18102         (gather_default_values): Skip virtual phis.  Allow non-NULL CASE_LOW
18103         if default_case_nonstandard.
18104         (build_constructors): Build constant 1 just once.  Assert that default
18105         values aren't inserted in between cases if contiguous_range.  Skip
18106         virtual phis.
18107         (build_arrays): Skip virtual phis.
18108         (prune_bbs): Add DEFAULT_BB argument, don't remove that bb.
18109         (fix_phi_nodes): Don't add e2f phi arg if default_case_nonstandard.
18110         Handle virtual phis.
18111         (gen_inbound_check): Handle default_case_nonstandard case.
18112         (process_switch): Adjust check_final_bb caller.  Call
18113         gather_default_values with the first non-default case instead of
18114         default case if default_case_nonstandard.
18116 2017-05-02  Nathan Sidwell  <nathan@acm.org>
18118         * ggc-page.c (move_ptes_to_front): Replace unsigned >0 with i--
18119         check.  Fix formatting.
18121 2017-05-02  Jan Hubicka  <hubicka@ucw.cz>
18123         * ipa-inline-analysis.c (estimate_node_size_and_time): Allow roundoff
18124         errors when comparing specialized and unspecialized times.
18126 2017-05-02  David Malcolm  <dmalcolm@redhat.com>
18128         * diagnostic-show-locus.c
18129         (layout::should_print_annotation_line_p): Make private.
18130         (layout::print_annotation_line): Make private.
18131         (layout::annotation_line_showed_range_p): Make private.
18132         (layout::show_ruler): Make private.
18133         (layout::print_source_line): Make private.  Pass in line and
18134         line_width, rather than calling location_get_source_line.  Drop
18135         returned value.
18136         (layout::print_leading_fixits): New method.
18137         (layout::print_any_fixits): Rename to...
18138         (layout::print_trailing_fixits): ...this, and make private.
18139         Don't print newline fixits.
18140         (diagnostic_show_locus): Move logic for printing one row into...
18141         (layout::print_line): ...this new function.  Move the
18142         location_get_source_line call and error-handling from
18143         print_source_line to here.  Call print_leading_fixits, and rename
18144         print_any_fixits to print_trailing_fixits.
18145         (selftest::test_fixit_insert_containing_newline): Update now that
18146         newlines are partially supported.
18147         (selftest::test_fixit_insert_containing_newline_2): New test.
18148         (selftest::test_fixit_replace_containing_newline): Update comments.
18149         (selftest::diagnostic_show_locus_c_tests): Call the new test.
18150         * edit-context.c (class added_line): New class.
18151         (class edited_line): Describe newline handling in comment.
18152         (edited_line::actually_edited_p): New method.
18153         (edited_line::print_content): Delete redundant decl.
18154         (edited_line::m_predecessors): New field.
18155         (edited_file::print_content): Call edited_line::print_content.
18156         (edited_file::print_diff): Update to support newlines.
18157         (edited_file::print_diff_hunk): Likewise.
18158         (edited_file::print_run_of_changed_lines): New function.
18159         (edited_file::print_diff_line): Convert to...
18160         (print_diff_line): ...this.
18161         (edited_file::get_effective_line_count): New function.
18162         (edited_line::edited_line): Initialize new field m_predecessors.
18163         (edited_line::~edited_line): Clean up m_predecessors.
18164         (edited_line::apply_fixit): Handle newlines.
18165         (edited_line::get_effective_line_count): New function.
18166         (edited_line::print_content): New function.
18167         (edited_line::print_diff_lines): New function.
18168         (selftest::test_applying_fixits_insert_containing_newline): New
18169         test.
18170         (selftest::test_applying_fixits_replace_containing_newline): New
18171         test.
18172         (selftest::insert_line): New function.
18173         (selftest::test_applying_fixits_multiple_lines): Add example of
18174         inserting a line.
18175         (selftest::edit_context_c_tests): Call the new tests.
18177 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
18179         * tree-ssa-loop-ivopts.c (get_scaled_computation_cost_at): Delete
18180         parameter cand.  Update dump information.
18181         (get_computation_cost): Update uses.
18183 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
18185         * tree-ssa-loop-ivopts.c (get_computation_aff_1): New.
18186         (get_computation_aff): Reorder parameters.  Use get_computation_aff_1.
18187         (get_computation_at, rewrite_use_address): Update use of
18188         get_computation_aff.
18190 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
18192         * tree-ssa-loop-ivopts.c (get_computation_at): Reorder parameters.
18193         (get_computation): Delete.
18194         (get_computation_cost): Implement like get_computation_cost_at.
18195         Use get_computation_at.
18196         (get_computation_cost_at): Delete.
18197         (rewrite_use_nonlinear_expr): Use get_computation_at.
18198         (rewrite_use_compare, remove_unused_ivs): Ditto.
18200 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
18202         * tree-ssa-loop-ivopts.c (rewrite_use_address): Simple refactor.
18204 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
18206         * tree-ssa-loop-ivopts.c (struct iv_ca): Rename n_regs to n_invs.
18207         (ivopts_global_cost_for_size): Rename parameter and update uses.
18208         (iv_ca_recount_cost): Update uses.
18209         (iv_ca_set_remove_invs, iv_ca_set_no_cp): Record invariants and
18210         candidates seperately in n_invs and n_cands.
18211         (iv_ca_set_add_invs, iv_ca_set_cp, iv_ca_new): Ditto.
18213 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
18215         * tree-ssa-loop-ivopts.c (struct walk_tree_data): New.
18216         (find_inv_vars_cb): New.
18217         (find_depends): Renamed to ...
18218         (find_inv_vars): ... this.
18219         (add_candidate_1, force_var_cost): Call find_inv_vars.
18220         (split_address_cost, determine_group_iv_cost_cond): Ditto.
18222 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
18224         * tree-ssa-loop-ivopts.c (struct cost_pair): Rename depends_on to
18225         inv_vars.  Add inv_exprs.
18226         (struct iv_cand): Rename depends_on to inv_vars.
18227         (struct ivopts_data): Rename max_inv_id/n_invariant_uses to
18228         max_inv_var_id/n_inv_var_uses.  Move max_inv_expr_id around.
18229         Refactor field used_inv_exprs from has_map to array n_inv_expr_uses.
18230         (dump_cand): Dump inv_vars.
18231         (tree_ssa_iv_optimize_init): Support inv_vars and inv_exprs.
18232         (record_invariant, find_depends, add_candidate_1): Ditto.
18233         (set_group_iv_cost, force_var_cost): Ditto.
18234         (split_address_cost, ptr_difference_cost, difference_cost): Ditto.
18235         (get_computation_cost_at, get_computation_cost): Ditto.
18236         (determine_group_iv_cost_generic): Ditto.
18237         (determine_group_iv_cost_address): Ditto.
18238         (determine_group_iv_cost_cond, autoinc_possible_for_pair): Ditto.
18239         (determine_group_iv_costs): Ditto.
18240         (iv_ca_recount_cost): Update call to ivopts_global_cost_for_size.
18241         (iv_ca_set_remove_invariants): Renamed to ...
18242         (iv_ca_set_remove_invs): ... this.  Support inv_vars and inv_exprs.
18243         (iv_ca_set_no_cp): Use iv_ca_set_remove_invs.
18244         (iv_ca_set_add_invariants):  Renamed to ...
18245         (iv_ca_set_add_invs): ... this.  Support inv_vars and inv_exprs.
18246         (iv_ca_set_cp): Use iv_ca_set_add_invs.
18247         (iv_ca_has_deps): Support inv_vars and inv_exprs.
18248         (iv_ca_new, iv_ca_free, iv_ca_dump, free_loop_data): Ditto.
18249         (create_new_ivs): Remove useless dump.
18251 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
18253         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Remove pseudo
18254         iv_cand code.
18255         (determine_group_iv_cost_cond, determine_iv_cost): Ditto.
18256         (iv_ca_set_no_cp, create_new_iv): Ditto.
18258 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
18260         * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
18262 2017-05-02  Xi Ruoyao  <ryxi@stu.xidian.edu.cn>
18264         * tree.h (EXPR_CILK_SPAWN): Use macro TREE_CHECK2 instead of
18265         function tree_check2.
18267 2017-05-02  Martin Liska  <mliska@suse.cz>
18269         * doc/gcov.texi: Add missing preposition.
18270         * gcov.c (function_info::function_info): Properly fill up
18271         all member variables.
18273 2017-05-02  Tamar Christina  <tamar.christina@arm.com>
18275         * expr.c (expand_expr_real_2): Re-cost if previous costs are the same.
18277 2017-05-02  Tamar Christina  <tamar.christina@arm.com>
18279         * simplify-rtx.c (simplify_binary_operation_1): Add LSHIFTRT case.
18281 2017-05-02  Martin Liska  <mliska@suse.cz>
18283         PR lto/77954.
18284         * lto-streamer-in.c (lto_read_tree_1): Remove
18285         LTO_STREAMER_DEBUG.
18286         * lto-streamer.c (struct tree_hash_entry): Likewise.
18287         (struct tree_entry_hasher): Likewise.
18288         (tree_entry_hasher::hash): Likewise.
18289         (tree_entry_hasher::equal): Likewise.
18290         (lto_streamer_init): Likewise.
18291         (lto_orig_address_map): Likewise.
18292         (lto_orig_address_get): Likewise.
18293         (lto_orig_address_remove): Likewise.
18294         * lto-streamer.h: Likewise.
18295         * tree-streamer-in.c (streamer_alloc_tree): Likewise.
18296         * tree-streamer-out.c (streamer_write_tree_header): Likewise.
18298 2017-05-02  Sebastian Peryt  <sebastian.peryt@intel.com>
18300         * config/i386/avx512fintrin.h (_mm_mask_add_round_sd)
18301         (_mm_maskz_add_round_sd, _mm_mask_add_round_ss)
18302         (mm_maskz_add_round_ss, _mm_mask_sub_round_sd)
18303         (mm_maskz_sub_round_sd, _mm_mask_sub_round_ss)
18304         (mm_maskz_sub_round_ss, _mm_mask_add_sd)
18305         (mm_maskz_add_sd, _mm_mask_add_ss, _mm_maskz_add_ss)
18306         (mm_mask_sub_sd, _mm_maskz_sub_sd, _mm_mask_sub_ss)
18307         (mm_maskz_sub_ss): New intrinsics.
18308         * config/i386/i386-builtin-types.def (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
18309         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): New function type aliases.
18310         * config/i386/i386-builtin.def (__builtin_ia32_addsd_mask_round)
18311         (__builtin_ia32_addss_mask_round, __builtin_ia32_subsd_mask_round)
18312         (__builtin_ia32_subss_mask_round): New builtins.
18313         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
18314         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
18315         * config/i386/sse.md (<sse>_vm<plusminus_insn><mode>3<round_name>):
18316         Renamed to ...
18317         (<sse>_vm<plusminus_insn><mode>3<mask_name><round_name>): ... this.
18318         (v<plusminus_mnemonic><ssescalarmodesuffix>\t{<round_op3>%2, %1, %0|%0, %1, %<iptr>2<round_op3>}):
18319         Changed to ...
18320         (v<plusminus_mnemonic><ssescalarmodesuffix>\t{<round_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}):
18321         ... this.
18323 2017-05-02  Martin Jambor  <mjambor@suse.cz>
18325         PR tree-optimization/78687
18326         * tree-sra.c (access): New field parent.
18327         (process_subtree_disqualification): New function.
18328         (disqualify_candidate): Call it.
18329         (build_accesses_from_assign): Reset write flag if creating an
18330         assighnment link.
18331         (build_access_subtree): Fill in parent field and also prpagate
18332         down grp_write flag.
18333         (create_artificial_child_access): New parameter set_grp_write, set
18334         grp_write to its value.
18335         (propagate_subaccesses_across_link): Also propagate grp_write flag
18336         values.
18337         (propagate_all_subaccesses): Push the closest parent back to work
18338         queue if add_access_to_work_queue returned true.
18340 2017-05-02  Richard Biener  <rguenther@suse.de>
18342         * common.opt (fstrict-overflow): Alias negative to fwrapv.
18343         * doc/invoke.texi (fstrict-overflow): Remove all traces of
18344         -fstrict-overflow documentation.
18345         * tree.h (TYPE_OVERFLOW_UNDEFINED): Do not test flag_strict_overflow.
18346         (POINTER_TYPE_OVERFLOW_UNDEFINED): Test !flag_wrapv instead of
18347         flag_strict_overflow.
18348         * ipa-inline.c (can_inline_edge_p): Do not test flag_strict_overflow.
18349         * lto-opts.c (lto_write_options): Do not stream it.
18350         * lto-wrapper.c (merge_and_complain): Do not handle it.
18351         * opts.c (default_options_table): Do not set -fstrict-overflow.
18352         (finish_options): Likewise do not clear it when sanitizing.
18353         * simplify-rtx.c (simplify_const_relational_operation): Do not
18354         test flag_strict_overflow.
18356 2017-05-02  Uros Bizjak  <ubizjak@gmail.com>
18358         * config/alpha/alpha.md (*add<mode>3_ieee): Merge to add<mode>3
18359         using enabled attribute.
18360         (*sub<mode>3_ieee): Merge to sub<mode>3 using enabled attribute.
18361         (*mul<mode>3_ieee): Merge to mul<mode>3 using enabled attribute.
18362         (*div<mode>3_ieee): Merge to div<mode>3 using enabled attribute.
18363         (*sqrt<mode>2_ieee): Merge to sqrt<mode>2 using enabled attribute.
18364         (*fix_truncdfdi_ieee): Merge to *fix_truncdfdi2 using enabled attribute.
18365         (*fix_truncsfdi_ieee): Merge to *fix_truncsfdi2 using enabled attribute.
18366         (*floatdisf_ieee): Merge to floatdisf2 using enabled attribute.
18367         (*floatdidf_ieee): Merge to floatdidf2 using enabled attribute.
18368         (*truncdfsf2_ieee): Merge to truncdfsf2 using enabled attribute.
18369         (*cmpdf_ieee): Merge to *cmpdf_internal using enabled attribute.
18371 2017-05-02  Uros Bizjak  <ubizjak@gmail.com>
18373         * config/i386/i386.c (ix86_code_end): Use {FIRST,LAST}_INT_REG.
18375 2017-05-02  Richard Biener  <rguenther@suse.de>
18377         PR tree-optimization/80591
18378         Revert
18379         2017-04-10  Richard Biener  <rguenther@suse.de>
18381         * tree-ssa-structalias.c (find_func_aliases): Properly handle
18382         asm inputs.
18384 2017-05-02  Richard Biener  <rguenther@suse.de>
18386         PR tree-optimization/80549
18387         * tree-cfgcleanup.c (mfb_keep_latches): New helper.
18388         (cleanup_tree_cfg_noloop): Create forwarders to known loop
18389         headers if they do not have a preheader.
18391 2017-05-02  Martin Liska  <mliska@suse.cz>
18393         PR other/80589
18394         * common.opt: Fix typo.
18395         * doc/invoke.texi: Likewise.
18397 2017-05-01  Jan Beulich  <jbeulich@suse.com>
18399         * config/i386/sse.md (xop_vpermil2<mode>3): Do not allow operand
18400         swapping, add (x,x,m,x,n) alternative.
18402 2017-05-01  Nathan Sidwell  <nathan@acm.org>
18404         * calls.c (combine_pending_stack_adjustment_and_call): Remove
18405         unnecessary unadjusted_alignment check.
18407 2017-05-01  Xi Ruoyao  <ryxi@stu.xidian.edu.cn>
18409         PR c++/80038
18410         * cilk_common.c (expand_builtin_cilk_detach): Move pedigree
18411         operations here.
18412         * gimplify.c (gimplify_cilk_detach): New function.
18413         (gimplify_call_expr, gimplify_modify_expr): Call it as needed.
18414         * tree-core.h: Document EXPR_CILK_SPAWN.
18415         * tree.h (EXPR_CILK_SPAWN): Define.
18417 2017-05-01  David Malcolm  <dmalcolm@redhat.com>
18419         * diagnostic-show-locus.c (layout::get_expanded_location): Rewrite
18420         to use new fixit_hint representation, using the "replace" logic.
18421         (get_line_span_for_fixit_hint): Likewise.
18422         (layout::print_any_fixits): Likewise.
18423         (selftest::test_one_liner_many_fixits): Rename to...
18424         (selftest::test_one_liner_many_fixits_1): ...this, and update
18425         comment and expected output to reflect that the multiple fix-it
18426         hints are now consolidated into one insertion.
18427         (selftest::test_one_liner_many_fixits_2): New test.
18428         (selftest::test_diagnostic_show_locus_one_liner): Update for
18429         above.
18430         (selftest::test_fixit_consolidation): Update for fix-it API
18431         change.
18432         * diagnostic.c (print_parseable_fixits): Likewise.
18433         * edit-context.c (edited_line::m_line_events): Convert from
18434         auto_vec <line_event *> to auto_vec <line_event>.
18435         (class line_event): Convert from abstract base class to a concrete
18436         class, taking over the role of replace_event.
18437         (class insert_event): Delete.
18438         (class replace_event): Rename to class line_event.  Convert to
18439         half-open range.
18440         (edit_context::add_fixits): Reimplement.
18441         (edit_context::apply_insert): Delete.
18442         (edit_context::apply_replace): Rename to...
18443         (edit_context::apply_fixit): ...this.  Convert to half-open range.
18444         (edited_file::apply_insert): Delete.
18445         (edited_file::apply_replace): Rename to...
18446         (edited_file::apply_fixit): ...this.
18447         (edited_line::~edited_line): Drop deletion of events.
18448         (edited_line::apply_insert): Delete.
18449         (edited_line::apply_replace): Rename to...
18450         (edited_line::apply_fixit): ...this.  Convert to half-open range.
18451         Update for change to type of m_line_events.
18452         * edit-context.h (edit_context::apply_insert): Delete.
18453         (edit_context::apply_replace): Rename to...
18454         (edit_context::apply_fixit): ...this.
18456 2017-05-01  Martin Sebor  <msebor@redhat.com>
18458         * gimple-ssa-sprintf.c (format_integer): Set knownrange when it's
18459         known.
18461 2017-05-01  Uros Bizjak  <ubizjak@gmail.com>
18463         PR target/68491
18464         * config/i386/cpuid.h (__get_cpuid): Always return 0 when
18465         __get_cpuid_max returns 0.
18466         (__get_cpuid_count): Ditto.
18468 2017-05-01  Eric Botcazou  <ebotcazou@adacore.com>
18470         * tree.c (substitute_in_expr) <tcc_vl_exp>: Also inline a call if the
18471         replacement expression is another instance of one of its arguments.
18473 2017-05-01  Jakub Jelinek  <jakub@redhat.com>
18475         PR target/79430
18476         * rtlanal.c (reg_set_p): If reg is a stack_pointer_rtx, also
18477         check for stack push/pop autoinc.
18478         * config/i386/i386.c (ix86_agi_dependent): Return false
18479         if the only reason why modified_in_p returned true is that
18480         addr is SP based and set_insn is a push or pop.
18482 2017-04-29  Jan Hubicka  <hubicka@ucw.cz>
18484         * ipa-inline.c (compute_inlined_call_time): Remove now unnecesary
18485         overflow check.
18487 2017-04-29  Jan Hubicka  <hubicka@ucw.cz>
18489         PR ipa/79224
18490         * ipa-inline-analysis.c (dump_predicate): Add optional parameter NL.
18491         (account_size_time): Use two predicates - exec_pred and
18492         nonconst_pred_ptr.
18493         (evaluate_conditions_for_known_args): Compute both clause and
18494         nonspec_clause.
18495         (evaluate_properties_for_edge): Evaulate both clause and nonspec_clause.
18496         (inline_summary_t::duplicate): Update.
18497         (estimate_function_body_sizes): Caluculate exec and nonconst predicates
18498         separately.
18499         (compute_inline_parameters): Likewise.
18500         (estimate_edge_size_and_time): Update caluclation of time.
18501         (estimate_node_size_and_time): Compute both time and nonspecialized
18502         time.
18503         (estimate_ipcp_clone_size_and_time): Update.
18504         (inline_merge_summary): Update.
18505         (do_estimate_edge_time): Update.
18506         (do_estimate_edge_size): Update.
18507         (do_estimate_edge_hints): Update.
18508         (inline_read_section, inline_write_summary): Stream both new predicates.
18509         * ipa-inline.c (compute_uninlined_call_time): Take uninlined_call_time
18510         as argument.
18511         (compute_inlined_call_time): Cleanup.
18512         (big_speedup_p): Update.
18513         (edge_badness): Update.
18514         * ipa-inline.h (INLINE_TIME_SCALE): Remove.
18515         (size_time_entry): Replace predicate by exec_predicate and
18516         nonconst_predicate.
18517         (edge_growth_cache_entry): Cache both time nad nonspecialized time.
18518         (estimate_edge_time): Return also nonspec_time.
18519         (reset_edge_growth_cache): Update.
18521 2017-04-29  Jakub Jelinek  <jakub@redhat.com>
18523         PR rtl-optimization/80491
18524         * ifcvt.c (noce_process_if_block): When looking for x setter
18525         with missing else_bb, don't check only the insn right before
18526         cond_earliest, but look for the last insn that x is modified in
18527         within the same bb.
18529         PR rtl-optimization/80491
18530         * alias.c (memory_modified_in_insn_p): Return true for CALL_INSNs.
18532 2017-04-29  Marc Glisse  <marc.glisse@inria.fr>
18534         PR tree-optimization/80487
18535         * tree-ssa-alias.c (stmt_kills_ref_p): Handle stpncpy and strncpy.
18537 2017-04-29  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
18539         PR tree-optimization/79697
18540         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Check if callee
18541         is BUILT_IN_STRDUP, BUILT_IN_STRNDUP, BUILT_IN_REALLOC.
18542         (propagate_necessity): Check if def_callee is BUILT_IN_STRDUP or
18543         BUILT_IN_STRNDUP.
18544         * gimple-fold.c (gimple_fold_builtin_realloc): New function.
18545         (gimple_fold_builtin): Call gimple_fold_builtin_realloc.
18547 2017-04-28  Martin Sebor  <msebor@redhat.com>
18549         PR tree-optimization/80523
18550         * gimple-ssa-sprintf.c (target_to_host_charmap): New global variable.
18551         (init_target_to_host_charmap, target_to_host, target_strtol10): New
18552         functions.
18553         (maybe_warn, format_directive, parse_directive): Use new functions.
18554         (pass_sprintf_length::execute): Call init_target_to_host_charmap.
18556 2017-04-28  Marc Glisse  <marc.glisse@inria.fr>
18558         * match.pd (X+Z OP Y+Z, X-Z OP Y-Z, Z-X OP Z-Y): New transformations.
18560 2017-04-28  Bernd Edlinger  <bernd.edlinger@hotmail.de>
18562         * configure.ac (SYSTEM_HEADER_DIR, BUILD_SYSTEM_HEADER_DIR,
18563         target_header_dir): Set correctly.
18564         * configure: Regenerated.
18565         * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
18566         (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
18567         instead of SYSTEM_HEADER_DIR.
18569 2017-04-28  Jan Hubicka  <hubicka@ucw.cz>
18571         * ipa-cp.c (perform_estimation_of_a_value): Turn time to sreal.
18572         (estimate_local_effects): Likewise.
18573         * ipa-inline.c (compute_inlined_call_time, want_inline_small_function_p,
18574         edge_badness, inline_small_functions, dump_overall_stats): LIkewise.
18575         * ipa-inline.h (edge_growth_cache_entry, estimate_time_after_inlining,
18576         estimate_ipcp_clone_size_and_time, do_estimate_edge_time,
18577         do_estimate_edge_time, estimate_edge_time): Likewise.
18578         * ipa-inline-analysis.c (estimate_node_size_and_time,
18579         estimate_ipcp_clone_size_and_time, do_estimate_edge_time): Likewise.
18580         (estimate_time_after_inlining): Remove.
18582 2017-04-28  Martin Liska  <mliska@suse.cz>
18584         * doc/gcov.texi: Enhance documentation of gcov.
18586 2017-04-28  Martin Liska  <mliska@suse.cz>
18588         * doc/gcov.texi: Sort options in alphabetic order.
18589         * doc/gcov-dump.texi: Likewise.
18590         * doc/gcov-tool.texi: Likewise.
18591         * gcov.c (print_usage): Likewise.
18592         * gcov-dump.c (print_usage): Likewise.
18593         * gcov-tool.c (print_merge_usage_message): Likewise.
18594         (print_rewrite_usage_message): Likewise.
18595         (print_overlap_usage_message): Likewise.
18597 2017-04-28  Martin Liska  <mliska@suse.cz>
18599         PR gcov-profile/53915
18600         * gcov.c (format_gcov): Print 'NAN %' when top > bottom.
18602 2017-04-28  Martin Liska  <mliska@suse.cz>
18604         PR gcov-profile/79891
18605         * gcov.c (add_line_counts): Assign BBs to lines just if the BB
18606         is marked by compiler as living on a line.
18607         (get_cycles_count): Remove usage of the union.
18608         (output_intermediate_file): Likewise.
18609         (find_source): Fix GNU coding style.
18610         (accumulate_line_counts): Remove old non-all block mode.
18611         (output_lines): Remove usage of the union.
18612         * profile.c (output_location): Include all BBs, even if
18613         belonging to a same line (and file) as a previous BB.
18615 2017-04-28  Martin Liska  <mliska@suse.cz>
18617         * gcov.c (process_args): Handle new argument 'w'.
18618         (read_graph_file): Assign ID to BBs.
18619         (output_branch_count): Display BB # if verbose flag is set.
18620         (output_lines): Likewise for arcs.
18621         (print_usage): Add '--verbose' option help.
18622         * doc/gcov.texi: Document --verbose (-w) option.
18624 2017-04-28  Martin Liska  <mliska@suse.cz>
18626         * gcov.c (struct block_location_info): New struct.
18627         (process_file): Fill up the new structure.
18628         (read_graph_file): Replace usage of encoding by the newly added
18629         struct.
18630         (add_line_counts): Likewise.
18631         (accumulate_line_counts): Remove usage of the union.
18632         (function_info::function_info): New function.
18633         (function_info::~function_info): Likewise.
18634         (process_file): Call delete instead of release_function.
18635         (release_function): Release the function.
18636         (release_structures): Call delete instead of release_function.
18637         (solve_flow_graph): Replace usage of num_blocks.
18638         (find_exception_blocks): Likewise.
18639         (output_lines): Fix GNU coding style.
18641 2017-04-28  Martin Liska  <mliska@suse.cz>
18643         PR driver/56469
18644         * coverage.c (coverage_remove_note_file): New function.
18645         * coverage.h: Declare the function.
18646         * toplev.c (finalize): Clean if an error has been seen.
18648 2017-04-28  Martin Liska  <mliska@suse.cz>
18650         PR gcov-profile/80031
18651         * gcov-dump.c (tag_blocks): Just print number of basic blocks.
18652         * gcov-io.h (GCOV_TAG_BLOCKS_NUM): Remove unused macro.
18653         * gcov.c (read_graph_file): Read just number of blocks.
18654         * profile.c (branch_prob): Do not stream 0 flags per a basic
18655         block.
18657 2017-04-28  Martin Liska  <mliska@suse.cz>
18659         * gcov-dump.c (tag_*): Add new argument to declarations.
18660         (dump_gcov_file): Likewise.
18661         (tag_blocks): Add and use new argument depth.
18662         (tag_arcs): Likewise.
18663         (tag_lines): Likewise.
18664         (tag_counters): Likewise.
18665         (tag_summary): Likewise.
18666         (dump_working_sets): Use depth to do a proper indentation.
18668 2017-04-28  Jakub Jelinek  <jakub@redhat.com>
18670         PR bootstrap/80531
18671         * cgraph.h (symtab_node::debug_symtab): No longer inline.
18672         * symtab.c (symtab_node::debug_symtab): Move definition here.
18674 2017-04-28  Richard Biener  <rguenther@suse.de>
18676         * lto-streamer.h (LTO_major_version): Bump to 7.
18678 2017-04-28  Richard Biener  <rguenther@suse.de>
18680         * tree-vrp.c (assert_info): New struct.
18681         (add_assert_info): New helper.
18682         (register_edge_assert_for_2): Refactor to add asserts to a vector
18683         of assert_info.
18684         (register_edge_assert_for_1): Likewise.
18685         (register_edge_assert_for): Likewise.
18686         (finish_register_edge_assert_for): New helper actually registering
18687         asserts where live on edge.
18688         (find_conditional_asserts): Adjust.
18689         (find_switch_asserts): Likewise.
18690         (evrp_dom_walker::try_find_new_range): Generalize.
18691         (evrp_dom_walker::before_dom_children): Use register_edge_assert_for.
18693 2017-04-27  Marek Polacek  <polacek@redhat.com>
18695         PR sanitizer/80349
18696         * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Convert
18697         arg10 and arg11 to itype.
18699 2017-04-27  Jonathan Wakely  <jwakely@redhat.com>
18701         * doc/extend.texi (Object Size Checking): Improve grammar.
18703 2017-04-27  Richard Earnshaw  <rearnsha@arm.com>
18705         PR target/80530
18706         * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Ensure
18707         that the logic for permitting reciprocal estimates matches that
18708         in use_rsqrt_p.
18710 2017-04-27  Jakub Jelinek  <jakub@redhat.com>
18712         PR c++/80534
18713         * tree.c (type_cache_hasher::equal): Only compare
18714         TYPE_TYPELESS_STORAGE flag on non-aggregate element types.
18715         (build_array_type_1): Only hash TYPE_TYPELESS_STORAGE flag on
18716         non-aggregate element types.
18717         * tree.h (TYPE_TYPELESS_STORAGE): Fix comment typo, add more details
18718         about the flag on ARRAY_TYPEs in the comment, formatting fix.
18720 2017-04-27  Richard Biener  <rguenther@suse.de>
18722         PR middle-end/80533
18723         * emit-rtl.c (set_mem_attributes_minus_bitpos): When
18724         stripping ARRAY_REFs from MEM_EXPR make sure we're not
18725         keeping a reference to a trailing array.
18727 2017-04-27  Richard Biener  <rguenther@suse.de>
18729         PR middle-end/80539
18730         * tree-chrec.c (chrec_fold_plus_poly_poly): Deal with not
18731         being in loop-closed SSA form conservatively.
18732         (chrec_fold_multiply_poly_poly): Likewise.
18734 2017-04-27  Tamar Christina  <tamar.christina@arm.com>
18736         PR middle-end/79665
18737         * expr.c (expand_expr_real_2): Move TRUNC_MOD_EXPR, FLOOR_MOD_EXPR,
18738         CEIL_MOD_EXPR, ROUND_MOD_EXPR cases.
18740 2017-04-27  Jakub Jelinek  <jakub@redhat.com>
18742         PR target/77728
18743         * config/aarch64/aarch64.c (struct aarch64_fn_arg_alignment): Remove.
18744         (aarch64_function_arg_alignment): Return unsigned int again, but still
18745         ignore TYPE_FIELDS chain decls other than FIELD_DECLs.
18746         (aarch64_layout_arg): Adjust aarch64_function_arg_alignment caller.
18747         Don't emit -Wpsabi note.
18748         (aarch64_function_arg_boundary): Likewise.
18749         (aarch64_gimplify_va_arg_expr): Adjust aarch64_function_arg_alignment
18750         caller.
18752 2017-04-26  Nathan Sidwell  <nathan@acm.org>
18754         * tree.h (crc32_unsigned_n): Declare.
18755         (crc32_unsigned, crc32_unsigned): Make inline.
18756         * tree.c (crc32_unsigned_bits): Replace with ...
18757         (crc32_unsigned_n): ... this.
18758         (crc32_unsigned, crc32_byte): Remove.
18759         (crc32_string): Remove unnecessary braces.
18761 2017-04-25  Jan Hubicka  <hubicka@ucw.cz>
18763         * ipa-cp.c (estimate_local_effects): Convert sreal to int.
18764         * ipa-inline-analysis.c (MAX_TIME): Remove.
18765         (account_size_time): Use sreal for time.
18766         (dump_inline_summary): Update.
18767         (estimate_function_body_sizes): Update.
18768         (estimate_edge_size_and_time): Update.
18769         (estimate_calls_size_and_time): Update.
18770         (estimate_node_size_and_time): Update.
18771         (inline_merge_summary): Update.
18772         (inline_update_overall_summary): Update.
18773         (estimate_time_after_inlining): Update.
18774         (inline_read_section): Update.
18775         (inline_write_summary): Update.
18776         * ipa-inline.c (compute_uninlined_call_time): Update.
18777         (compute_inlined_call_time): Update.
18778         (recursive_inlining): Update.
18779         (inline_small_functions): Update.
18780         (dump_overall_stats): Update.
18781         * ipa-inline.h: Include sreal.h.
18782         (size_time_entry): Turn time to sreal.
18783         (inline_summary): Turn self_time nad time to sreal.
18785 2017-04-25  Jan Hubicka  <hubicka@ucw.cz>
18787         * sreal.c: Include backend.h, tree.h, gimple.h, cgraph.h and
18788         data-streamer.h
18789         (sreal::stream_out, sreal::stream_in): New.
18790         * sreal.h (sreal::stream_out, sreal::stream_in): Declare.
18792 2017-04-25  Jakub Jelinek  <jakub@redhat.com>
18794         * Makefile.in (s-options): Invoke opt-gather.awk with LC_ALL=C in the
18795         environment.
18797 2017-04-25  Uros Bizjak  <ubizjak@gmail.com>
18799         PR target/70799
18800         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p):
18801         Handle ASHIFTRT.
18802         (dimode_scalar_chain::compute_convert_gain): Ditto.
18803         (dimode_scalar_chain::make_vector_copies): Ditto.
18804         (dimode_scalar_chain::convert_reg): Ditto.
18805         (dimode_scalar_chain::convert_insn): Ditto.
18806         * config/i386/sse.md (VI24_AVX512BW_1): Remove mode iterator.
18807         (VI248_AVX512BW_1): New mode iterator.
18808         (<mask_codefor>ashr<mode>3<mask_name>): Merge insn pattern with
18809         <mask_codefor>ashrv2di3<mask_name> insn using VI248_AVX512BW_1
18810         mode iterator.
18812 2017-04-25  Martin Sebor  <msebor@redhat.com>
18814         PR tree-optimization/80497
18815         * gimple-ssa-sprintf.c (get_int_range): Avoid assuming all integer
18816         constants are representable in HOST_WIDE_INT.
18817         (parse_directive): Ditto.
18819 2017-04-25  Martin Sebor  <msebor@redhat.com>
18821         PR bootstrap/80486
18822         * dominance.c (dom_info::m_n_basic_blocks): Change type to unsigned.
18823         (new_zero_array): Adjust signature.
18824         (dom_info::dom_init): Used unsigned rather that size_t.
18825         (dom_info::dom_info): Same.
18827 2017-04-25  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
18828             Jakub Jelinek  <jakub@redhat.com>
18830         PR target/77728
18831         * config/arm/arm.c: Include gimple.h.
18832         (aapcs_layout_arg): Emit -Wpsabi note if arm_needs_doubleword_align
18833         returns negative, increment ncrn only if it returned positive.
18834         (arm_needs_doubleword_align): Return int instead of bool,
18835         ignore DECL_ALIGN of non-FIELD_DECL TYPE_FIELDS chain
18836         members, but if there is any such non-FIELD_DECL
18837         > PARM_BOUNDARY aligned decl, return -1 instead of false.
18838         (arm_function_arg): Emit -Wpsabi note if arm_needs_doubleword_align
18839         returns negative, increment nregs only if it returned positive.
18840         (arm_setup_incoming_varargs): Likewise.
18841         (arm_function_arg_boundary): Emit -Wpsabi note if
18842         arm_needs_doubleword_align returns negative, return
18843         DOUBLEWORD_ALIGNMENT only if it returned positive.
18845 2017-04-25  Marek Polacek  <polacek@redhat.com>
18847         PR sanitizer/80349
18848         * fold-const.c (fold_binary_loc) <case BIT_IOR_EXPR>: Convert arg0's
18849         first argument to type.
18851 2017-04-25  Bill Seurer  <seurer@linux.vnet.ibm.com>
18853         PR target/80482
18854         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Change
18855         type checks to test for compatibility instead of equality.
18857 2017-04-25  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
18858             Jakub Jelinek  <jakub@redhat.com>
18860         PR target/77728
18861         * config/aarch64/aarch64.c (struct aarch64_fn_arg_alignment): New
18862         type.
18863         (aarch64_function_arg_alignment): Return aarch64_fn_arg_alignment
18864         struct.  Ignore DECL_ALIGN of decls other than FIELD_DECL for
18865         the alignment computation, but return their maximum in warn_alignment.
18866         (aarch64_layout_arg): Adjust aarch64_function_arg_alignment caller.
18867         Emit a -Wpsabi note if warn_alignment is 16 bytes, but alignment
18868         is smaller.
18869         (aarch64_function_arg_boundary): Likewise.  Simplify using MIN/MAX.
18870         (aarch64_gimplify_va_arg_expr): Adjust aarch64_function_arg_alignment
18871         caller.
18873 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
18875         * config/arc/simdext.md (dmpyh): Fix typo.
18877 2017-04-25  Richard Biener  <rguenther@suse.de>
18879         PR tree-optimization/80492
18880         * alias.c (compare_base_decls): Handle registers with asm
18881         specification conservatively.
18882         * tree-ssa-alias.c (decl_refs_may_alias_p): Handle
18883         compare_base_decls returning dont-know properly.
18885 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
18887         * config/arc/arc.c (LEGITIMATE_OFFSET_ADDRESS_P): Delete macro.
18888         (legitimate_offset_address_p): New function.
18889         (arc_legitimate_address_p): Use above function.
18891 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
18893         * config/arc/arc.c (arc_output_mi_thunk): Emit PIC calls.
18895 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
18897         * config/arc/arc.c (arc_conditional_register_usage): Use ACCL,
18898         ACCH registers whenever they are available.
18900 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
18902         * config/arc/arc.c (arc_conditional_register_usage): Make D0, D1
18903         double regs fix when not used.
18905 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
18907         * config/arc/arc.h (REGNO_OK_FOR_BASE_P): Consider also extension
18908         core registers.
18909         (REG_OK_FOR_INDEX_P_NONSTRICT): Likewise.
18910         (REG_OK_FOR_BASE_P_NONSTRICT): Likewise.
18912 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
18914         * config/arc/arc.c (arc_output_addsi): Check for h-register class
18915         when emitting short ADD instructions.
18917 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
18919         * config/arc/arc.md (cmpsi_cc_insn_mixed): Use 'h' register
18920         constraint.
18921         (cmpsi_cc_c_insn): Likewise.
18922         (cbranchsi4_scratch): Compute proper instruction length using
18923         compact_hreg_operand.
18924         * config/arc/predicates.md (compact_hreg_operand): New predicate.
18926 2017-04-25  Richard Biener  <rguenther@suse.de>
18928         PR middle-end/80509
18929         * passes.c (pass_manager::pass_manager): Initialize
18930         m_name_to_pass_map.
18932 2017-04-25  Richard Biener  <rguenther@suse.de>
18934         PR tree-optimization/79201
18935         * tree-ssa-sink.c (statement_sink_location): Handle calls.
18937 2017-04-25  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18939         PR target/80464
18940         * config/s390/vector.md: Split MEM->GPR vector moves for
18941         non-s_operand addresses.
18943 2017-04-25  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18945         PR target/79895
18946         * config/s390/predicates.md (reload_const_wide_int_operand): New
18947         predicate.
18948         * config/s390/s390.md ("movti"): Remove d/P alternative.
18949         ("movti_bigconst"): New pattern definition.
18951 2017-04-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
18953         PR target/80080
18954         * s390-protos.h (s390_expand_cs_hqi): Removed.
18955         (s390_expand_cs, s390_expand_atomic_exchange_tdsi): New prototypes.
18956         * config/s390/s390.c (s390_emit_compare_and_swap): Handle all integer
18957         modes as well as CCZ1mode and CCZmode.
18958         (s390_expand_atomic_exchange_tdsi, s390_expand_atomic): Adapt to new
18959         signature of s390_emit_compare_and_swap.
18960         (s390_expand_cs_hqi): Likewise, make static.
18961         (s390_expand_cs_tdsi): Generate an explicit compare before trying
18962         compare-and-swap, in some cases.
18963         (s390_expand_cs): Wrapper function.
18964         (s390_expand_atomic_exchange_tdsi): New backend specific expander for
18965         atomic_exchange.
18966         (s390_match_ccmode_set): Allow CCZmode <-> CCZ1 mode.
18967         * config/s390/s390.md ("atomic_compare_and_swap<mode>"): Merge the
18968         patterns for small and large integers.  Forbid symref memory operands.
18969         Move expander to s390.c.  Require cc register.
18970         ("atomic_compare_and_swap<DGPR:mode><CCZZ1:mode>_internal")
18971         ("*atomic_compare_and_swap<TDI:mode><CCZZ1:mode>_1")
18972         ("*atomic_compare_and_swapdi<CCZZ1:mode>_2")
18973         ("*atomic_compare_and_swapsi<CCZZ1:mode>_3"): Use s_operand to forbid
18974         symref memory operands.  Remove CC mode and call s390_match_ccmode
18975         instead.
18976         ("atomic_exchange<mode>"): Allow and implement all integer modes.
18978 2017-04-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
18980         * config/s390/s390.md (define_peephole2): New peephole to help
18981         combining the load-and-test pattern with volatile memory.
18983 2017-04-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
18985         * config/s390/s390.md ("cstorecc4"): Use load-on-condition and deal
18986         with CCZmode for TARGET_Z196.
18988 2017-04-25  Jakub Jelinek  <jakub@redhat.com>
18990         PR rtl-optimization/80501
18991         * combine.c (make_compound_operation_int): Set subreg_code to SET
18992         even for AND with mask of the sign bit of mode.
18994         PR rtl-optimization/80500
18995         * loop-unroll.c (combine_var_copies_in_loop_exit): Call copy_rtx on
18996         sum's initial value.
18998 2017-04-25  Julian Brown  <julian@codesourcery.com>
18999             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
19001         * config/aarch64/thunderx2t99.md (thunderx2t99_crc): New Reservation.
19003 2017-04-25  Marc Glisse  <marc.glisse@inria.fr>
19005         * fold-const.c (tree_single_nonzero_warnv_p): Handle SSA_NAME.
19007 2017-04-25  Julian Brown  <julian@codesourcery.com>
19008             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
19010         * config/aarch64/thunderx2t99.md (thunderx2t99_aes): New Reservation.
19011         (thunderx2t99_sha): New Reservation.
19013 2017-04-25  Julian Brown  <julian@codesourcery.com>
19014             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
19016         * config/aarch64/aarch64-simd.md (aarch64_simd_vec_set<mode>): Fix
19017         type for 1-element load.
19019 2017-04-24  Marc Glisse  <marc.glisse@inria.fr>
19021         * match.pd (X/[ex]C CMP Y/[ex]C): New transformation.
19023 2017-04-24  Martin Jambor  <mjambor@suse.cz>
19025         PR tree-optimization/80293
19026         * tree-sra.c (scalarizable_type_p): New parameter const_decl, make
19027         char arrays not totally scalarizable if it is false.
19028         (analyze_all_variable_accesses): Pass correct value in the new
19029         parameter.  Add a statistics counter.
19031 2017-04-24  Jan Hubicka  <hubicka@ucw.cz>
19033         PR middle-end/79931
19034         * ipa-devirt.c (dump_possible_polymorphic_call_targets): Fix ICE.
19036 2017-04-24  Richard Biener  <rguenther@suse.de>
19038         PR tree-optimization/80494
19039         * tree-scalar-evolution.c (analyze_scalar_evolution_1): Bail
19040         out for complex types.
19042 2017-04-24  Richard Biener  <rguenther@suse.de>
19044         * tree-ssa-sccvn.h (run_scc_vn): Adjust prototype.
19045         * tree-ssa-sccvn.c (print_scc): Print SCC size.
19046         (extract_and_process_scc_for_name): Never fail but drop SCC to varying.
19047         (DFS): Adjust and never fail.
19048         (sccvn_dom_walker::fail): Remove.
19049         (sccvn_dom_walker::before_dom_children): Adjust.
19050         (run_scc_vn): Likewise and never fail.
19051         * tree-ssa-pre.c (pass_pre::execute): Adjust.
19052         (pass_fre::execute): Likewise.
19054 2017-04-24  Richard Biener  <rguenther@suse.de>
19056         PR tree-optimization/79725
19057         * tree-ssa-sink.c (statement_sink_location): Return whether
19058         failure reason was zero uses.  Move that check later.
19059         (sink_code_in_bb): Deal with zero uses by removing the stmt
19060         if possible.
19062 2017-04-24  Richard Biener  <rguenther@suse.de>
19064         PR c++/2972
19065         * tree-ssa-uninit.c (warn_uninitialized_vars): Handle some
19066         pointer-based references.
19068 2017-04-24  Richard Biener  <rguenther@suse.de>
19070         PR bootstrap/79814
19071         * pass_manager.h (pass_manager::operator new): Remove.
19072         (pass_manager::operator delete): Likewise.
19073         * passes.c (pass_manager::operator new): Remove.
19074         (pass_manager::operator delete): Likewise.
19075         (pass_manager::pass_manager): Zero individual pass members.
19077 2017-04-23  Uros Bizjak  <ubizjak@gmail.com>
19079         PR target/70799
19080         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p)
19081         <case ASHIFT, case LSHIFTRT>: Also consider variable shifts.
19082         Check "XEXP (src, 1)" operand here.
19083         <case PLUS, case MINUS, case IOR, case XOR, case AND>:
19084         Check "XEXP (src, 1)" operand here.
19085         (dimode_scalar_chain::make_vector_copies): Detect count register
19086         of a shift instruction.  Zero extend count register from QImode
19087         to DImode to satisfy vector shift pattern count operand predicate.
19088         Substitute vector shift count operand with a DImode copy.
19089         (dimode_scalar_chain::convert_reg): Ditto, zero-extend from
19090         vector register.
19092 2017-04-21  Uros Bizjak  <ubizjak@gmail.com>
19094         * config/i386/i386.md (*extzvqi_mem_rex64): Move above *extzv<mode>.
19095         Remove UNSPEC_NOREX_MEM tag.  Update corresponding peephole2 pattern.
19096         (*insvqi_1_mem_rex64): Move above insv<mode>_1.  Remove
19097         UNSPEC_NOREX_MEM tag.  Update corresponding peephole2 pattern.
19098         (UNSPEC_NOREX_MEM): Remove definition.
19100 2017-04-21  Richard Biener  <rguenther@suse.de>
19102         PR tree-optimization/79547
19103         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
19104         Handle strlen, strcmp, strncmp, strcasecmp, strncasecmp, memcmp,
19105         bcmp, strspn, strcspn, __builtin_object_size and __builtin_constant_p
19106         without any constraints.
19108 2017-04-21  Richard Biener  <rguenther@suse.de>
19110         PR tree-optimization/78847
19111         * fold-const.c (split_tree): Handle POINTER_PLUS_EXPR.
19113 2017-04-21  Richard Biener  <rguenther@suse.de>
19115         * tree.h (build_qualified_type): Annotate with CXX_MEM_STAT_INFO.
19116         (build_distinct_type_copy): Likewise.
19117         (build_variant_type_copy): Likewise.
19118         * tree.c (build_qualified_type): Pass down mem-stat info.
19119         (build_distinct_type_copy): Likewise.
19120         (build_variant_type_copy): Likewise.
19122 2017-04-21  Richard Biener  <rguenther@suse.de>
19124         PR tree-optimization/80237
19125         * tree-ssa-pre.c (find_leader_in_sets): Add third set argument,
19126         defaulted to NULL.
19127         (phi_translate_1): Also allow a leader in AVAIL_OUT of pred
19128         for a simplified result.
19130 2016-04-21  Richard Biener  <rguenther@suse.de>
19132         * tree-ssa-loop-ivcanon.c (constant_after_peeling): Do not require
19133         sth as strict as a simple_iv but a chrec without symbols and an
19134         operand defined in the loop we are peeling (and not some subloop).
19135         (propagate_constants_for_unrolling): Propagate all constants.
19137 2017-04-20  Uros Bizjak  <ubizjak@gmail.com>
19139         PR target/79804
19140         * config/i386/i386.c (print_reg): Remove assert for disalowed
19141         regno values, call output_operand_lossage instead.
19143 2017-04-20  Uros Bizjak  <ubizjak@gmail.com>
19145         PR target/78090
19146         * config/i386/constraints.md (Yc): New register constraint.
19147         * config/i386/i386.md (*float<SWI48:mode><MODEF:mode>2_mixed):
19148         Use Yc constraint for alternative 2 of operand 0.  Remove
19149         preferred_for_speed attribute.
19151 2017-04-20  Alexander Monakov  <amonakov@ispras.ru>
19153         * omp-low.c (lower_lastprivate_clauses): Correct handling of linear and
19154         lastprivate clauses in SIMT case.
19156 2017-04-20  Volker Reichelt  <v.reichelt@netcologne.de>
19158         * doc/invoke.texi (-Wextra-semi): Document new warning option.
19160 2017-04-20  Richard Biener  <rguenther@suse.de>
19162         PR tree-optimization/57796
19163         * tree-vect-stmts.c (vect_model_store_cost): Cost scatters
19164         as N scalar stores.
19165         (vect_model_load_cost): Cost gathers as N scalar loads.
19167 2017-04-20  Richard Biener  <rguenther@suse.de>
19169         * ggc-page.c (ggc_allocated_p): Rename to ...
19170         (safe_lookup_page_table_entry): ... this and return the lookup
19171         result.
19172         (gt_ggc_m_S): Use safe_lookup_page_table_entry.
19174 2017-04-20  Richard Biener  <rguenther@suse.de>
19176         PR tree-optimization/80453
19177         * tree-ssa-sccvn.h (struct vn_phi_s): Add cclhs and ccrhs members.
19178         * tree-ssa-sccvn.c (cond_stmts_equal_p): Use recorded lhs and rhs
19179         from the conditions.
19180         (vn_phi_eq): Pass them down.
19181         (vn_phi_lookup): Record them.
19182         (vn_phi_insert): Likewise.
19184 2017-04-20  Matthew Fortune  <matthew.fortune@imgtec.com>
19186         * config/mips/mips.c (mips_expand_vec_perm_const): Re-fix
19187         uninitialized variable warning to avoid buffer overrun.
19189 2017-04-20  Alexander Monakov  <amonakov@ispras.ru>
19191         PR other/71250
19192         * doc/invoke.texi (-Wmissing-field-initializers): Mention that warning
19193         is suppressed for '{ 0 }' in C.
19195 2017-04-20  Jakub Jelinek  <jakub@redhat.com>
19197         * BASE-VER: Set to 8.0.0.
19199 2017-04-20  Thomas Preud'homme  <thomas.preudhomme@arm.com>
19201         * config/arm/arm.c (arm_elf_asm_cdtor): Create non-default
19202         priority .init_array and .fini_array section with SECTION_NOTYPE
19203         flag.
19205 2017-04-20  Jakub Jelinek  <jakub@redhat.com>
19207         PR middle-end/80423
19208         * tree.h (build_array_type): Add typeless_storage default argument.
19209         * tree.c (type_cache_hasher::equal): Also compare
19210         TYPE_TYPELESS_STORAGE flag for ARRAY_TYPEs.
19211         (build_array_type): Add typeless_storage argument, set
19212         TYPE_TYPELESS_STORAGE to it, if shared also hash it, and pass to
19213         recursive call.
19214         (build_nonshared_array_type): Adjust build_array_type_1 caller.
19215         (build_array_type): Likewise.  Add typeless_storage argument.
19217 2017-04-19  Eric Botcazou  <ebotcazou@adacore.com>
19218             Jakub Jelinek  <jakub@redhat.com>
19220         PR tree-optimization/80426
19221         * tree-vrp.c (extract_range_from_binary_expr_1): For an additive
19222         operation on symbolic operands, also compute the overflow for the
19223         invariant part when the operation degenerates into a negation.
19225 2017-04-19  Jakub Jelinek  <jakub@redhat.com>
19227         PR debug/80461
19228         * dwarf2out.c (modified_type_die, gen_type_die_with_usage):
19229         Check for t with zero TYPE_QUALS_NO_ADDR_SPACE.
19231         PR debug/80436
19232         * tree-ssa-loop-manip.c (find_uses_to_rename_def): Ignore debug uses.
19234 2017-04-19  Georg-Johann Lay  <avr@gjlay.de>
19236         PR target/80462
19237         * config/avr/avr.c (tree.h): Include it.
19238         (cgraph.h): Include it.
19239         (avr_encode_section_info): Don't warn for uninitialized progmem
19240         variable if it's just an alias.
19242 2017-04-19  Richard Biener  <rguenther@suse.de>
19244         PR ipa/65972
19245         * auto-profile.c (afdo_vpt_for_early_inline): Update SSA
19246         when needed by AutoPGO.
19248 2017-04-19  Paulo J. Matos  <paulo@matos-sorge.com>
19250         PR lto/50345
19251         * doc/lto.texi: Remove an extra 'that'.
19253 2017-04-19  Segher Boessenkool  <segher@kernel.crashing.org>
19255         PR rtl-optimization/80429
19256         * ira.c (split_live_ranges_for_shrink_wrap): Don't split regs that
19257         are only used in debug insns.
19259 2017-04-19  Eric Botcazou  <ebotcazou@adacore.com>
19260             Vladimir Makarov  <vmakarov@redhat.com>
19262         * config/sparc/predicates.md (input_operand): Add comment.  Return
19263         true for any memory operand when LRA is in progress.
19264         * config/sparc/sparc.c (sparc_expand_move): Minor formatting fix.
19266 2017-04-18  Jeff Law  <law@redhat.com>
19268         PR target/74563
19269         * mips.md ({return,simple_return}_internal): Do not overwrite
19270         operands[0].
19272 2017-04-18  Jakub Jelinek  <jakub@redhat.com>
19274         PR tree-optimization/80443
19275         * tree-vrp.c (intersect_ranges): For signed 1-bit precision type,
19276         instead of adding 1, subtract -1 and similarly instead of subtracting
19277         1 add -1.
19279 2017-04-18  Richard Sandiford  <richard.sandiford@arm.com>
19281         PR rtl-optimization/80357
19282         * haifa-sched.c (tmp_bitmap): New variable.
19283         (model_recompute): Handle duplicate use records.
19284         (alloc_global_sched_pressure_data): Initialize tmp_bitmap.
19285         (free_global_sched_pressure_data): Free it.
19287 2017-04-18  Bernd Edlinger  <bernd.edlinger@hotmail.de>
19289         Revert:
19290         2017-02-20  Bernd Edlinger  <bernd.edlinger@hotmail.de>
19291         * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
19292         (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
19293         instead of SYSTEM_HEADER_DIR.
19295 2017-04-18  Jeff Law  <law@redhat.com>
19297         PR middle-end/80422
19298         * cfgcleanup.c (try_crossjump_to_edge): Verify SRC1 and SRC2 have
19299         predecessors after walking up the insn chain.
19301 2017-04-18  Jakub Jelinek  <jakub@redhat.com>
19303         PR debug/80263
19304         * dwarf2out.c (modified_type_die): Try harder not to emit internal
19305         sizetype type into debug info.
19307 2017-04-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
19309         PR target/80099
19310         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Eliminate
19311         unneeded test for TARGET_UPPER_REGS_SF.
19312         * config/rs6000/vsx.md (vsx_extract_v4sf_var): Likewise.
19314 2017-04-18  Jakub Jelinek  <jakub@redhat.com>
19316         PR sanitizer/80444
19317         * sancov.c (sancov_pass): Use gsi_start_nondebug_after_labels_bb
19318         instead of gsi_after_labels.
19320 2017-04-18  Jeff Law  <law@redhat.com>
19322         * regcprop.c (maybe_mode_change): Avoid creating copies of the
19323         stack pointer.
19325         Revert:
19326         2017-04-13  Jeff Law  <law@redhat.com>
19327         * config/mips.mips.md (zero_extendsidi2): Do not allow SP to appear
19328         in operands[1] if it is a MEM and TARGET_MIPS16 is active.
19330 2017-04-18  Georg-Johann Lay  <avr@gjlay.de>
19332         PR target/79453
19333         * config/avr/avr.c (intl.h): Include it.
19334         (avr_pgm_check_var_decl) [reason]: Wrap diagnostic snippets into _().
19336 2017-04-18  Martin Liska  <mliska@suse.cz>
19338         PR gcov-profile/78783
19339         * gcov-tool.c (gcov_output_files): Validate that destination
19340         file is either removed by the tool or by a user.
19342 2017-04-14  Andrew Burgess  <andrew.burgess@embecosm.com>
19343             Guy Benyei  <guybe@mellanox.com>
19345         * config/arc/arc.c (arc_reorg): Move loop_end_id into a more local
19346         block, and do not negate it, the stored id is already negative.
19348 2017-04-14  Andrew Burgess  <andrew.burgess@embecosm.com>
19350         * config/arc/arc.md (doloop_begin_i): Use @pcl assembler syntax.
19352 2017-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
19354         PR target/80098
19355         * config/rs6000/rs6000-cpus.def (OTHER_P9_VECTOR_MASKS): Define
19356         masks of options that should be turned off if the VSX vector
19357         options are turned off.
19358         (OTHER_P8_VECTOR_MASKS): Likewise.
19359         (OTHER_VSX_VECTOR_MASKS): Likewise.
19360         * config/rs6000/rs6000.c (rs6000_option_override_internal): Call
19361         rs6000_disable_incompatible_switches to validate no type switches
19362         like -mvsx.
19363         (rs6000_incompatible_switch): New function to disallow turning on
19364         other vector options if -mno-vsx, -mno-power8-vector, or
19365         -mno-power9-vector are specified.
19367 2017-04-14  Claudiu Zissulescu  <claziss@synopsys.com>
19369         * config/arc/arc.h (CRT_CALL_STATIC_FUNCTION): Use long calls.
19371 2017-04-14  Claudiu Zissulescu  <claziss@synopsys.com>
19373         * config/arc/arc-protos.h (arc_decl_pretend_args): Remove.
19374         * config/arc/arc.c (arc_decl_pretend_args): Likewise.
19375         * config/arc/arc.h (CFA_FRAME_BASE_OFFSET): Likewise.
19376         (ARG_POINTER_CFA_OFFSET): Likewise.
19378 2017-04-14  Claudiu Zissulescu  <claziss@synopsys.com>
19380         * config/arc/arc.c (arc_mode_dependent_address_p): Relax
19381         conditions to take advantage of various optimizations.
19383 2017-04-13  Jeff Law  <law@redhat.com>
19385         * config/mips.mips.md (zero_extendsidi2): Do not allow SP to appear
19386         in operands[1] if it is a MEM and TARGET_MIPS16 is active.
19387         (zero_extendsidi2_dext): Likewise.
19389 2017-04-13  Jakub Jelinek  <jakub@redhat.com>
19391         PR sanitizer/80403
19392         * fold-const.c (fold_ternary_loc): Revert
19393         use op0 instead of fold_convert_loc (loc, type, arg0) part of
19394         2017-04-12 change.
19396 2017-04-13  Vladimir Makarov  <vmakarov@redhat.com>
19398         PR rtl-optimization/80343
19399         * lra-remat.c (update_scratch_ops): Assign original hard reg to
19400         new scratch pseudo.
19402 2017-04-13  Denis Khalikov <d.khalikov@partner.samsung.com>
19404         PR sanitizer/80414
19405         * ubsan.c (ubsan_expand_bounds_ifn): Pass original index
19406         to ubsan_encode_value.
19408 2017-04-13  Jeff Law  <law@redhat.com>
19410         * reload1.c (eliminate_regs_1): Call gen_rtx_raw_SUBREG for SUBREGs
19411         appearing in DEBUG_INSNs.
19413 2017-04-13  Martin Liska  <mliska@suse.cz>
19415         PR gcov-profile/80413
19416         * gcov-io.c (gcov_write_string): Copy to buffer just when
19417         allocated size is greater than zero.
19419 2017-04-13  Jakub Jelinek  <jakub@redhat.com>
19421         PR debug/80321
19422         * dwarf2out.c (decls_for_scope): Ignore declarations of
19423         current_function_decl in BLOCK_NONLOCALIZED_VARS.
19425 2017-04-12  Jan Hubicka  <hubicka@ucw.cz>
19427         PR lto/69953
19428         * ipa-visibility.c (non_local_p): Fix typos.
19429         (localize_node): When localizing symbol in same comdat group,
19430         dissolve the group only when we know external symbols are going
19431         to be privatized.
19432         (function_and_variable_visibility): Do not localize DECL_EXTERNAL.
19434 2017-04-12  Jakub Jelinek  <jakub@redhat.com>
19436         PR tree-optimization/79390
19437         * optabs.c (emit_conditional_move): If the preferred op2/op3 operand
19438         order does not result in usable sequence, retry with reversed operand
19439         order.
19441         PR sanitizer/80403
19442         PR sanitizer/80404
19443         PR sanitizer/80405
19444         * fold-const.c (fold_ternary_loc): Use op1 instead of arg1 as argument
19445         to fold_build2_loc.  Convert TREE_OPERAND (tem, 0) to type.  Use
19446         op0 instead of fold_convert_loc (loc, type, arg0).
19448 2017-04-12  Jeff Law  <law@redhat.com>
19450         * genattrtab.c (write_eligible_delay): Verify DELAY_INSN still
19451         has a delay slot in the generated code.
19453         * config/cris/cris.md (cris_preferred_reload_class): Return
19454         GENNONACR_REGS rather than GENERAL_REGS.
19456 2017-04-12  Jakub Jelinek  <jakub@redhat.com>
19458         PR c/80163
19459         * expr.c <CASE_CONVERT>: For EXPAND_INITIALIZER determine SIGN_EXTEND
19460         vs. ZERO_EXTEND based on signedness of treeop0's type rather than
19461         signedness of the result type.
19463 2017-04-12  Richard Biener  <rguenther@suse.de>
19464             Jeff Law  <law@redhat.com>
19466         PR tree-optimization/80359
19467         * tree-ssa-dse.c (maybe_trim_partially_dead_store): Do not
19468         trim stores to TARGET_MEM_REFs.
19470 2017-04-12  Richard Biener  <rguenther@suse.de>
19472         PR tree-optimization/79390
19473         * gimple-ssa-split-paths.c (is_feasible_trace): Restrict
19474         threading case even more.
19476 2017-04-12  Segher Boessenkool  <segher@kernel.crashing.org>
19478         PR target/80382
19479         * config/rs6000/sync.md (atomic_load<mode>, atomic_store<mode): Test
19480         for quad_address_p for TImode, instead of just not indexed_address.
19482 2017-04-12  Richard Biener  <rguenther@suse.de>
19483             Bernd Edlinger  <bernd.edlinger@hotmail.de>
19485         PR middle-end/79671
19486         * alias.c (component_uses_parent_alias_set_from): Handle
19487         TYPE_TYPELESS_STORAGE.
19488         (get_alias_set): Likewise.
19489         * tree-core.h (tree_type_common): Add typeless_storage flag.
19490         * tree.h (TYPE_TYPELESS_STORAGE): New macro.
19491         * stor-layout.c (place_union_field): Set TYPE_TYPELESS_STORAGE
19492         for types containing members with TYPE_TYPELESS_STORAGE.
19493         (place_field): Likewise.
19494         (layout_type): Likewise for ARRAY_TYPE.
19495         * lto-streamer-out.c (hash_tree): Hash TYPE_TYPELESS_STORAGE.
19496         * tree-streamer-in.c (unpack_ts_type_common_value_fields): Stream
19497         TYPE_TYPELESS_STORAGE.
19498         * tree-streamer-out.c (pack_ts_type_common_value_fields): Likewise.
19500 2017-04-12  Jakub Jelinek  <jakub@redhat.com>
19502         PR sanitizer/80349
19503         * fold-const.c (fold_binary_loc) <case BIT_IOR_EXPR>: Convert arg0's
19504         first argument to type.
19506 2017-04-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
19508         PR target/80376
19509         PR target/80315
19510         * config/rs6000/rs6000.c (rs6000_expand_unop_builtin): Return
19511         CONST0_RTX (mode) rather than const0_rtx where appropriate.
19512         (rs6000_expand_binop_builtin): Likewise.
19513         (rs6000_expand_ternop_builtin): Likewise; also add missing
19514         vsx_xxpermdi_* variants; also fix typo (arg1 => arg2) for
19515         vshasigma built-ins.
19516         * doc/extend.texi: Document that vec_xxpermdi's third argument
19517         must be a constant.
19519 2017-04-11  Uros Bizjak  <ubizjak@gmail.com>
19521         * config/i386/i386.c (dimode_scalar_chain::compute_convert_gain):
19522         Use shift_const cost parameter when calculating gain of STV shifts.
19524 2017-04-11  Vladimir Makarov  <vmakarov@redhat.com>
19526         PR rtl-optimization/70478
19527         * lra-constraints.c (process_alt_operands): Check memory for
19528         disfavoring memory insn operand.
19530 2017-04-11  Jakub Jelinek  <jakub@redhat.com>
19532         PR middle-end/80100
19533         * simplify-rtx.c (simplify_binary_operation_1) <case IOR>: Perform
19534         left shift in unsigned HOST_WIDE_INT type.
19536         PR rtl-optimization/80385
19537         * simplify-rtx.c (simplify_unary_operation_1): Don't transform
19538         (not (neg X)) into (plus X -1) for complex or non-integral modes.
19540         PR libgomp/80394
19541         * omp-low.c (scan_omp_task): Don't optimize away empty tasks
19542         if they have any depend clauses.
19544 2017-04-11  Martin Liska  <mliska@suse.cz>
19546         PR ipa/80212
19547         * cgraph.c (cgraph_node::dump): Dump calls_comdat_local.
19548         * ipa-split.c (split_function): Create a local comdat symbol
19549         if caller is in a comdat group.
19551 2017-04-11  Martin Liska  <mliska@suse.cz>
19553         PR ipa/80212
19554         * ipa-cp.c (determine_versionability): Handle calls_comdat_local
19555         flags.
19557 2017-04-11  Martin Sebor  <msebor@redhat.com>
19559         PR middle-end/80364
19560         * gimple-ssa-sprintf.c (get_int_range): Remove second argument and
19561         always use the int type.  Use INTEGRAL_TYPE_P() rather than testing
19562         for INTEGER_TYPE.
19563         (directive::set_width, directive::set_precision, format_character):
19564         Adjust.
19565         (parse_directive): Use INTEGRAL_TYPE_P() rather than testing for
19566         INTEGER_TYPE.
19568 2017-04-11  Richard Earnshaw  <rearnsha@arm.com>
19570         PR target/80389
19571         * config/arm/arm.c (arm_configure_build_target): When -mcpu and -arch
19572         conflict, set target->arch_name instead of target->cpu_name.
19574 2017-04-11  Richard Biener  <rguenther@suse.de>
19576         PR tree-optimization/80374
19577         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Use
19578         build_zero_cst, remove fold_convertible_p check again.
19580 2017-04-11  Martin Liska  <mliska@suse.cz>
19582         PR sanitizer/70878
19583         * ubsan.c (instrument_object_size): Do not instrument register
19584         variables.
19586 2017-04-11  Jakub Jelinek  <jakub@redhat.com>
19588         PR target/80381
19589         * config/i386/i386-builtin-types.def
19590         (V16HI_FTYPE_V16HI_INT_V16HI_UHI_COUNT,
19591         V16HI_FTYPE_V16HI_V8HI_V16HI_UHI_COUNT,
19592         V16SI_FTYPE_V16SI_INT_V16SI_UHI_COUNT,
19593         V16SI_FTYPE_V16SI_V4SI_V16SI_UHI_COUNT,
19594         V2DI_FTYPE_V2DI_INT_V2DI_UQI_COUNT,
19595         V2DI_FTYPE_V2DI_V2DI_V2DI_UQI_COUNT,
19596         V32HI_FTYPE_V32HI_INT_V32HI_USI_COUNT,
19597         V32HI_FTYPE_V32HI_V8HI_V32HI_USI_COUNT,
19598         V4DI_FTYPE_V4DI_INT_V4DI_UQI_COUNT,
19599         V4DI_FTYPE_V4DI_V2DI_V4DI_UQI_COUNT,
19600         V4SI_FTYPE_V4SI_INT_V4SI_UQI_COUNT,
19601         V4SI_FTYPE_V4SI_V4SI_V4SI_UQI_COUNT,
19602         V8DI_FTYPE_V8DI_INT_V8DI_UQI_COUNT,
19603         V8DI_FTYPE_V8DI_V2DI_V8DI_UQI_COUNT,
19604         V8HI_FTYPE_V8HI_INT_V8HI_UQI_COUNT,
19605         V8HI_FTYPE_V8HI_V8HI_V8HI_UQI_COUNT,
19606         V8SI_FTYPE_V8SI_INT_V8SI_UQI_COUNT,
19607         V8SI_FTYPE_V8SI_V4SI_V8SI_UQI_COUNT): New function type aliases.
19608         * config/i386/i386-builtin.def (__builtin_ia32_pslld512_mask,
19609         __builtin_ia32_pslldi512_mask, __builtin_ia32_psllq512_mask,
19610         __builtin_ia32_psllqi512_mask, __builtin_ia32_psrad512_mask,
19611         __builtin_ia32_psradi512_mask, __builtin_ia32_psraq512_mask,
19612         __builtin_ia32_psraqi512_mask, __builtin_ia32_psrld512_mask,
19613         __builtin_ia32_psrldi512_mask, __builtin_ia32_psrlq512_mask,
19614         __builtin_ia32_psrlqi512_mask, __builtin_ia32_psllwi128_mask,
19615         __builtin_ia32_pslldi128_mask, __builtin_ia32_psllqi128_mask,
19616         __builtin_ia32_psllw128_mask, __builtin_ia32_pslld128_mask,
19617         __builtin_ia32_psllq128_mask, __builtin_ia32_psllwi256_mask,
19618         __builtin_ia32_psllw256_mask, __builtin_ia32_pslldi256_mask,
19619         __builtin_ia32_pslld256_mask, __builtin_ia32_psllqi256_mask,
19620         __builtin_ia32_psllq256_mask, __builtin_ia32_psradi128_mask,
19621         __builtin_ia32_psrad128_mask, __builtin_ia32_psradi256_mask,
19622         __builtin_ia32_psrad256_mask, __builtin_ia32_psraqi128_mask,
19623         __builtin_ia32_psraq128_mask, __builtin_ia32_psraqi256_mask,
19624         __builtin_ia32_psraq256_mask, __builtin_ia32_psrldi128_mask,
19625         __builtin_ia32_psrld128_mask, __builtin_ia32_psrldi256_mask,
19626         __builtin_ia32_psrld256_mask, __builtin_ia32_psrlqi128_mask,
19627         __builtin_ia32_psrlq128_mask, __builtin_ia32_psrlqi256_mask,
19628         __builtin_ia32_psrlq256_mask, __builtin_ia32_psrawi256_mask,
19629         __builtin_ia32_psraw256_mask, __builtin_ia32_psrawi128_mask,
19630         __builtin_ia32_psraw128_mask, __builtin_ia32_psrlwi256_mask,
19631         __builtin_ia32_psrlw256_mask, __builtin_ia32_psrlwi128_mask,
19632         __builtin_ia32_psrlw128_mask, __builtin_ia32_psllwi512_mask,
19633         __builtin_ia32_psllw512_mask, __builtin_ia32_psrawi512_mask,
19634         __builtin_ia32_psraw512_mask, __builtin_ia32_psrlwi512_mask,
19635         __builtin_ia32_psrlw512_mask): Use _COUNT suffixed function type
19636         aliases.
19637         * config/i386/i386.c (ix86_expand_args_builtin): Rename last_arg_count
19638         flag to second_arg_count, handle 4 argument function type _COUNT
19639         aliases, handle second_arg_count on second argument rather than last.
19641 2017-04-10  Jeff Law  <law@redhat.com>
19643         PR tree-optimization/80374
19644         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Do not try to
19645         record anything if we can not convert integer_zero_node to the
19646         desired type.
19648 2017-04-10  Kelvin Nilsen  <kelvin@gcc.gnu.org>
19650         PR target/80108
19651         * config/rs6000/rs6000.c (rs6000_option_override_internal):
19652         Enhance special handling given to the TARGET_P9_MINMAX option in
19653         relation to certain other options.
19655 2017-04-10  Bin Cheng  <bin.cheng@arm.com>
19657         PR tree-optimization/80153
19658         * tree-ssa-loop-ivopts.c (add_iv_candidate_for_use): Check and
19659         remove POINTER_PLUS_EXPR's base part directly, rather than through
19660         aff_tree.
19662 2017-04-10  Richard Biener  <rguenther@suse.de>
19663             Bin Cheng  <bin.cheng@arm.com>
19665         PR tree-optimization/80153
19666         * tree-affine.c (aff_combination_to_tree): Get base pointer from
19667         the first element of pointer type aff_tree.  Build result expr in
19668         aff_tree's type.
19669         (add_elt_to_tree): Convert to type unconditionally.  Remove other
19670         fold_convert calls.
19671         * tree-ssa-loop-ivopts.c (alloc_iv): Pass in consistent types.
19672         (rewrite_use_nonlinear_expr): Check invariant using iv information.
19674 2017-04-10  Richard Biener  <rguenther@suse.de>
19676         * tree-ssa-structalias.c (find_func_aliases): Properly handle
19677         asm inputs.
19679 2017-04-10  Vladimir Makarov  <vmakarov@redhat.com>
19681         PR rtl-optimization/70478
19682         * lra-constraints.c (curr_small_class_check): New.
19683         (update_and_check_small_class_inputs): New.
19684         (process_alt_operands): Update curr_small_class_check.  Disfavor
19685         alternative insn memory operands.  Check available regs for small
19686         class operands.
19688 2017-03-31  Matthew Fortune  <matthew.fortune@imgtec.com>
19690         PR target/80057
19691         * config/mips/mips.opt (-mvirt): Update description.
19692         * doc/invoke.texi (-mvirt): Likewise.
19694 2017-04-10  Richard Biener  <rguenther@suse.de>
19696         PR middle-end/80362
19697         * fold-const.c (fold_binary_loc): Look at unstripped ops when
19698         looking for NEGATE_EXPR in -A / -B to A / B folding.
19700 2017-04-10  Martin Liska  <mliska@suse.cz>
19702         PR gcov-profile/80224
19703         * gcov.c (print_usage): Fix usage string.
19704         (get_gcov_intermediate_filename): Remove.
19705         (output_gcov_file): Use both for normal and intermediate format.
19706         (generate_results): Do not initialize special file for
19707         intermediate format.
19709 2017-04-10  Richard Biener  <rguenther@suse.de>
19711         PR tree-optimization/80304
19712         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Also recurse
19713         for safelen.
19715 2017-04-10  Nathan Sidwell  <nathan@acm.org>
19717         PR target/79905
19718         * config/rs6000/rs6000.c (rs6000_vector_type): New.
19719         (rs6000_init_builtins): Use it.
19721 2016-04-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19723         * config/arm/arm.md (<mrc>): Add mode to SET source.
19724         (<mrrc>): Likewise.
19726 2017-04-10  Richard Biener  <rguenther@suse.de>
19728         PR middle-end/80344
19729         * gimplify.c (is_gimple_mem_rhs_or_call): Allow CLOBBERs.
19731 2017-04-10  Jakub Jelinek  <jakub@redhat.com>
19733         PR target/80324
19734         * config/i386/avx512fintrin.h (_mm512_reduce_add_epi32,
19735         _mm512_reduce_mul_epi32, _mm512_reduce_and_epi32,
19736         _mm512_reduce_or_epi32, _mm512_mask_reduce_add_epi32,
19737         _mm512_mask_reduce_mul_epi32, _mm512_mask_reduce_and_epi32,
19738         _mm512_mask_reduce_or_epi32, _mm512_reduce_min_epi32,
19739         _mm512_reduce_max_epi32, _mm512_reduce_min_epu32,
19740         _mm512_reduce_max_epu32, _mm512_mask_reduce_min_epi32,
19741         _mm512_mask_reduce_max_epi32, _mm512_mask_reduce_min_epu32,
19742         _mm512_mask_reduce_max_epu32, _mm512_reduce_add_ps,
19743         _mm512_reduce_mul_ps, _mm512_mask_reduce_add_ps,
19744         _mm512_mask_reduce_mul_ps, _mm512_reduce_min_ps, _mm512_reduce_max_ps,
19745         _mm512_mask_reduce_min_ps, _mm512_mask_reduce_max_ps,
19746         _mm512_reduce_add_epi64, _mm512_reduce_mul_epi64,
19747         _mm512_reduce_and_epi64, _mm512_reduce_or_epi64,
19748         _mm512_mask_reduce_add_epi64, _mm512_mask_reduce_mul_epi64,
19749         _mm512_mask_reduce_and_epi64, _mm512_mask_reduce_or_epi64,
19750         _mm512_reduce_min_epi64, _mm512_reduce_max_epi64,
19751         _mm512_mask_reduce_min_epi64, _mm512_mask_reduce_max_epi64,
19752         _mm512_reduce_min_epu64, _mm512_reduce_max_epu64,
19753         _mm512_mask_reduce_min_epu64, _mm512_mask_reduce_max_epu64,
19754         _mm512_reduce_add_pd, _mm512_reduce_mul_pd, _mm512_mask_reduce_add_pd,
19755         _mm512_mask_reduce_mul_pd, _mm512_reduce_min_pd, _mm512_reduce_max_pd,
19756         _mm512_mask_reduce_min_pd, _mm512_mask_reduce_max_pd): New intrinsics.
19758 2017-04-08  Vladimir Makarov  <vmakarov@redhat.com>
19760         PR rtl-optimization/70478
19761         * lra-constraints.c: Reverse the last patch.
19763 2017-04-08  Andreas Tobler  <andreast@gcc.gnu.org>
19765         * config/aarch64/aarch64-freebsd.h: Define MCOUNT_NAME.
19766         Add comment for WCHAR_T.
19768 2017-04-08  Martin Liska  <mliska@suse.cz>
19770         Revert:
19771         2017-04-07  Martin Liska  <mliska@suse.cz>
19773         PR ipa/80212
19774         * ipa-split.c (split_function): Add function part to a same comdat
19775         group.
19777 2017-04-08  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
19779         PR target/80358
19780         * config/rs6000/rs6000.c (expand_block_compare): Fix boundary check.
19782 2017-04-07  Pat Haugen  <pthaugen@us.ibm.com>
19784         * rs6000/rs6000.c (vec_load_pendulum): Rename...
19785         (vec_pairing): ...to this.
19786         (power9_sched_reorder2): Rewrite code for pairing vector/vecload insns.
19787         (rs6000_sched_init): Adjust for name change.
19788         (struct rs6000_sched_context): Likewise.
19789         (rs6000_init_sched_context): Likewise.
19790         (rs6000_set_sched_context): Likewise.
19792 2017-04-07  Jakub Jelinek  <jakub@redhat.com>
19794         PR target/80322
19795         PR target/80323
19796         PR target/80325
19797         PR target/80326
19798         * config/i386/avxintrin.h (_mm256_cvtsd_f64, _mm256_cvtss_f32): New
19799         intrinsics.
19800         * config/i386/avx512fintrin.h (_mm512_int2mask, _mm512_mask2int,
19801         _mm512_abs_ps, _mm512_mask_abs_ps, _mm512_abs_pd, _mm512_mask_abs_pd,
19802         _mm512_cvtsd_f64, _mm512_cvtss_f32): Likewise.
19804 2017-04-07  Andreas Tobler  <andreast@gcc.gnu.org>
19806         * config/aarch64/aarch64-freebsd.h: Define WCHAR_TYPE.
19808 2017-04-07  Vladimir Makarov  <vmakarov@redhat.com>
19810         PR rtl-optimization/70703
19811         * ira-color.c (update_conflict_hard_regno_costs): Use
19812         int64_t instead of HOST_WIDE_INT.
19814 2017-04-07  Vladimir Makarov  <vmakarov@redhat.com>
19816         PR rtl-optimization/70478
19817         * lra-constraints.c (process_alt_operands): Disfavor alternative
19818         insn memory operands.
19820 2017-04-07  Jeff Law  <law@redhat.com>
19822         * config/iq2000/iq2000.c (final_prescan_insn): Do not separate a
19823         CALL and NOTE_INSN_CALL_ARG_LOCATION.
19825 2017-04-07  Martin Liska  <mliska@suse.cz>
19827         PR target/79889
19828         * config/aarch64/aarch64.c (aarch64_process_target_attr):
19829         Show error message instead of an ICE.
19831 2017-04-07  Martin Liska  <mliska@suse.cz>
19833         PR ipa/80212
19834         * ipa-split.c (split_function): Add function part to a same comdat
19835         group.
19837 2017-04-07  Richard Biener  <rguenther@suse.de>
19839         PR middle-end/80341
19840         * tree.c (get_unwidened): Also handle ! for_type case for
19841         INTEGER_CSTs.
19842         * convert.c (do_narrow): Split out from ...
19843         (convert_to_integer_1): ... here.  Do not pass final truncation
19844         type to get_unwidened for TRUNC_DIV_EXPR.
19846 2017-04-07  Richard Biener  <rguenther@suse.de>
19848         * tree-affine.c (wide_int_ext_for_comb): Take type rather
19849         than aff_tree.
19850         (aff_combination_const): Adjust.
19851         (aff_combination_scale): Likewise.
19852         (aff_combination_add_elt): Likewise.
19853         (aff_combination_add_cst): Likewise.
19854         (aff_combination_convert): Likewise.
19855         (add_elt_to_tree): Likewise.  Remove unused argument.
19856         (aff_combination_to_tree): Adjust calls to add_elt_to_tree.
19858 2017-04-07  Sebastian Huber  <sebastian.huber@embedded-brains.de>
19860         * config/arm/arm.h (ARM_DEFAULT_SHORT_ENUMS): Provide default
19861         definition.
19862         * config/arm/arm.c (arm_default_short_enums): Use
19863         ARM_DEFAULT_SHORT_ENUMS.
19864         * config/arm/rtems.h (ARM_DEFAULT_SHORT_ENUMS): Define.
19866 2017-04-06  Jakub Jelinek  <jakub@redhat.com>
19868         PR debug/80234
19869         * dwarf2out.c (gen_member_die): Handle C++17 inline static data
19870         members with redundant out-of-class redeclaration.
19872 2017-04-06  Uros Bizjak  <ubizjak@gmail.com>
19874         PR target/80286
19875         * config/i386/sse.md (*vec_extractv4si_0_zext_sse4): New pattern.
19876         * config/i386/i386.md (*zero_extendsidi2):
19877         Add (?*x,*x) and (?*v,*v) alternatives.
19879 2017-04-06  Uros Bizjak  <ubizjak@gmail.com>
19881         PR target/79733
19882         * config/i386/i386.c (ix86_expand_builtin)
19883         <case IX86_BUILTIN_K{,OR}TEST{C,Z}{8,16,32,64}>: Determine insn operand
19884         mode from insn data. Convert operands to insn operand mode.
19885         Copy operands that don't satisfy insn predicate to a register.
19887 2017-04-06  Sam Thursfield  <sam.thursfield@codethink.co.uk>
19889         * config/rs6000/x-aix: Increase memory limit for genautomata on AIX.
19890         Update comments.
19892 2017-04-06  Richard Biener  <rguenther@suse.de>
19894         PR tree-optimization/80334
19895         * tree-ssa-loop-ivopts.c (rewrite_use_address): Properly
19896         preserve alignment of accesses.
19898 2017-04-06  Richard Biener  <rguenther@suse.de>
19900         PR tree-optimization/80262
19901         * tree-sra.c (build_ref_for_offset): Preserve address-space
19902         information.
19903         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
19904         Drop useless address-space information on MEM_REF offsets.
19906 2017-04-05  Andreas Schwab  <schwab@linux-m68k.org>
19908         * builtins.def (BUILT_IN_UPDATE_SETJMP_BUF): Fix type.
19910 2017-04-05  Vladimir Makarov  <vmakarov@redhat.com>
19912         PR rtl-optimization/70703
19913         * ira-color.c (update_conflict_hard_regno_costs): Use
19914         HOST_WIDE_INT instead of long.
19916 2017-04-05  Uros Bizjak  <ubizjak@gmail.com>
19918         PR target/80298
19919         * config/i386/mmintrin.h: Add -msse target option when __SSE__ is
19920         not defined for x86_64 target.  Add -mmmx target option when __SSE2__
19921         is not defined.
19922         * config/i386/mm3dnow.h: Add -msse target when __SSE__ is not defined
19923         for x86_64 target.  Handle -m3dnowa option.
19925 2017-04-05  Vladimir Makarov  <vmakarov@redhat.com>
19927         PR rtl-optimization/70703
19928         * ira-color.c (update_costs_from_allocno): Use the smallest mode.
19929         (update_conflict_hard_regno_costs): Use long instead of unsigned
19930         arithmetic for cost calculation.
19932 2017-04-05  Jakub Jelinek  <jakub@redhat.com>
19933             Bernd Edlinger  <bernd.edlinger@hotmail.de>
19935         PR sanitizer/80308
19936         * asan.c (asan_store_shadow_bytes): Fix location of last_chunk_value
19937         for big endian.
19939 2017-04-05  Eric Botcazou  <ebotcazou@adacore.com>
19941         PR target/78002
19942         * config/aarch64/aarch64.c (aarch64_emit_probe_stack_range): Replace
19943         ptr_mode with Pmode throughout.
19944         * config/aarch64/aarch64.md (probe_stack_range_<PTR:mode): Rename
19945         into probe_stack_range and use DImode.
19947 2017-04-05  Dominik Vogt  <vogt@linux.vnet.ibm.com>
19949         PR target/79890
19950         * config/s390/s390.c (s390_register_info_gprtofpr): Return if
19951         call_eh_return is true.
19953 2017-04-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19955         * config/s390/s390-c.c (s390_resolve_overloaded_builtin):
19956         Initialize last_match_fntype_index.
19958 2017-04-05  Jakub Jelinek  <jakub@redhat.com>
19960         PR target/80310
19961         * tree-nvr.c: Include internal-fn.h.
19962         (pass_return_slot::execute): Ignore internal calls without
19963         direct optab.
19965 2017-04-04  Jakub Jelinek  <jakub@redhat.com>
19966             Richard Biener  <rguenther@suse.de>
19968         PR c++/80297
19969         * genmatch.c (capture::gen_transform): For GENERIC unshare_expr
19970         captures used multiple times, except for the last use.
19971         * generic-match-head.c: Include gimplify.h.
19973 2017-04-04  Jakub Jelinek  <jakub@redhat.com>
19975         PR tree-optimization/79390
19976         * target.h (struct noce_if_info): Declare.
19977         * targhooks.h (default_noce_conversion_profitable_p): Declare.
19978         * target.def (noce_conversion_profitable_p): New target hook.
19979         * ifcvt.h (struct noce_if_info): New type, moved from ...
19980         * ifcvt.c (struct noce_if_info): ... here.
19981         (noce_conversion_profitable_p): Renamed to ...
19982         (default_noce_conversion_profitable_p): ... this.  No longer
19983         static nor inline.
19984         (noce_try_store_flag_constants, noce_try_addcc,
19985         noce_try_store_flag_mask, noce_try_cmove, noce_try_cmove_arith,
19986         noce_convert_multiple_sets): Use targetm.noce_conversion_profitable_p
19987         instead of noce_conversion_profitable_p.
19988         * config/i386/i386.c: Include ifcvt.h.
19989         (ix86_option_override_internal): Don't override
19990         PARAM_MAX_RTL_IF_CONVERSION_INSNS default.
19991         (ix86_noce_conversion_profitable_p): New function.
19992         (TARGET_NOCE_CONVERSION_PROFITABLE_P): Redefine.
19993         * config/i386/x86-tune.def (X86_TUNE_ONE_IF_CONV_INSN): Adjust comment.
19994         * doc/tm.texi.in (TARGET_NOCE_CONVERSION_PROFITABLE_P): Add.
19995         * doc/tm.texi: Regenerated.
19997 2017-04-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
19999         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Grammar
20000         correction.
20002 2017-04-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
20004         PR target/80307
20005         * config/arm/arm.c (thumb1_rtx_costs): Give a cost of 32
20006         instructions for small multiply cores.
20008 2017-04-04  Jeff Law  <law@redhat.com>
20010         * config/mips/mips.c (mips_multi_add): Zero initialize the newly
20011         added member.
20012         (mips_expand_vec_perm_const): Initialize elements in orig_perm
20013         that are not set by the loop over the elements.
20015 2017-04-04  Jakub Jelinek  <jakub@redhat.com>
20017         PR target/80286
20018         * config/i386/i386.c (ix86_expand_args_builtin): If op has scalar
20019         int mode, convert_modes it to mode as unsigned, otherwise use
20020         lowpart_subreg to mode rather than SImode.
20021         * config/i386/sse.md (<mask_codefor>ashr<mode>3<mask_name>,
20022         ashr<mode>3, ashr<mode>3<mask_name>, <shift_insn><mode>3<mask_name>):
20023         Use DImode instead of SImode for the shift count operand.
20024         * config/i386/mmx.md (mmx_ashr<mode>3, mmx_<shift_insn><mode>3):
20025         Likewise.
20027 2017-04-04  Richard Biener  <rguenther@suse.de>
20029         PR middle-end/80281
20030         * match.pd (A + (-B) -> A - B): Make sure to preserve unsigned
20031         arithmetic done for the negate or the plus.  Simplify.
20032         (A - (-B) -> A + B): Likewise.
20033         * fold-const.c (split_tree): Make sure to not negate pointers.
20035 2017-04-04  Segher Boessenkool  <segher@kernel.crashing.org>
20037         PR rtl-optimization/60818
20038         * simplify-rtx.c (simplify_binary_operation_1): Do not replace
20039         a compare of comparisons with the thing compared if this results
20040         in a different machine mode.
20042 2017-04-03  Jonathan Wakely  <jwakely@redhat.com>
20044         * alias.c (base_alias_check): Fix typo in comment.
20045         * cgraph.h (class ipa_polymorphic_call_context): Likewise.
20046         * cgraphunit.c (symbol_table::compile): Likewise.
20047         * collect2.c (maybe_run_lto_and_relink): Likewise.
20048         * config/arm/arm.c (arm_thumb1_mi_thunk): Likewise.
20049         * config/avr/avr-arch.h (avr_arch_info_t): Likewise.
20050         * config/avr/avr.c (avr_map_op_t): Likewise.
20051         * config/cr16/cr16.h (DATA_ALIGNMENT): Likewise.
20052         * config/epiphany/epiphany.c (TARGET_ARG_PARTIAL_BYTES): Likewise.
20053         * config/epiphany/epiphany.md (movcc): Likewise.
20054         * config/i386/i386.c (legitimize_pe_coff_extern_decl): Likewise.
20055         * config/m68k/m68k.c (struct _sched_ib, m68k_sched_variable_issue):
20056         Likewise.
20057         * config/mips/mips.c (mips_save_restore_reg): Likewise.
20058         * config/rx/rx.c (rx_is_restricted_memory_address): Likewise.
20059         * config/s390/s390.c (Z10_EARLYLOAD_DISTANCE): Likewise.
20060         * config/sh/sh.c (sh_rtx_costs): Likewise.
20061         * fold-const.c (fold_truth_andor): Likewise.
20062         * genautomata.c (collapse_flag): Likewise.
20063         * gengtype.h (struct type::u::s): Likewise.
20064         * gensupport.c (has_subst_attribute, add_mnemonic_string): Likewise.
20065         * input.c (FORMAT_AMOUNT): Likewise.
20066         * ipa-cp.c (class ipcp_lattice, agg_replacements_to_vector)
20067         (known_aggs_to_agg_replacement_list): Likewise.
20068         * ipa-inline-analysis.c: Likewise.
20069         * ipa-inline.h (estimate_edge_time, estimate_edge_hints): Likewise.
20070         * ipa-polymorphic-call.c
20071         (ipa_polymorphic_call_context::restrict_to_inner_class): Likewise.
20072         * loop-unroll.c (analyze_insn_to_expand_var): Likewise.
20073         * lra.c (lra_optional_reload_pseudos, lra_subreg_reload_pseudos):
20074         Likewise.
20075         * modulo-sched.c (apply_reg_moves): Likewise.
20076         * omp-expand.c (build_omp_regions_1): Likewise.
20077         * trans-mem.c (struct tm_wrapper_hasher): Likewise.
20078         * tree-ssa-loop-ivopts.c (may_eliminate_iv): Likewise.
20079         * tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Likewise.
20080         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
20081         * value-prof.c: Likewise.
20082         * var-tracking.c (val_reset): Likewise.
20084 2017-04-03  Richard Biener  <rguenther@suse.de>
20086         PR tree-optimization/80275
20087         * fold-const.c (split_address_to_core_and_offset): Handle
20088         POINTER_PLUS_EXPR.
20090 2017-04-03  Eric Botcazou  <ebotcazou@adacore.com>
20092         * tree-nested.c (get_descriptor_type): Make sure that the alignment of
20093         descriptors is at least equal to that of functions.
20095 2017-04-02  Uros Bizjak  <ubizjak@gmail.com>
20097         * config/i386/sse.md (movdi_to_sse): Add missing DONE.
20099 2017-04-02  Uros Bizjak  <ubizjak@gmail.com>
20101         PR target/80250
20102         * config/i386/sse.md (mov<IMOD4:mode>): Remove insn pattern.
20103         (mov<IMOD4:mode>): New expander.
20104         (*mov<IMOD4:mode>_internal): New insn and split pattern.
20106 2017-03-31  Segher Boessenkool  <segher@kernel.crashing.org>
20108         PR rtl-optimization/79405
20109         * fwprop.c (propagations_left): New variable.
20110         (forward_propagate_into): Decrement it.
20111         (fwprop_init): Initialize it.
20112         (fw_prop): If the variable has reached zero, stop propagating.
20113         (fwprop_addr): Ditto.
20115 2017-03-31  Jakub Jelinek  <jakub@redhat.com>
20117         PR debug/79255
20118         * dwarf2out.c (decls_for_scope): If BLOCK_NONLOCALIZED_VAR is
20119         a FUNCTION_DECL, pass it as decl instead of origin to
20120         process_scope_var.
20122 2017-03-31  Alexander Monakov  <amonakov@ispras.ru>
20124         * config/nvptx/nvptx.c (nvptx_output_softstack_switch): Correct format
20125         string.
20127 2017-03-31  Pat Haugen  <pthaugen@us.ibm.com>
20129         PR target/80107
20130         * config/rs6000/rs6000.md (extendhi<mode>2): Add test for
20131         TARGET_VSX_SMALL_INTEGER.
20133 2017-03-31  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
20135         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
20136         reference to the OpenPOWER 64-Bit ELF V2 ABI Specification.
20138 2017-03-31  Matthew Fortune  <matthew.fortune@imgtec.com>
20140         * config/mips/mips-msa.md (msa_vec_extract_<msafmt_f>): Update
20141         extraction from odd-numbered MSA register.
20143 2017-03-31  Jakub Jelinek  <jakub@redhat.com>
20145         PR middle-end/80173
20146         * expmed.c (store_bit_field_1): Don't attempt to create
20147         a word subreg out of hard registers wider than word if they
20148         have HARD_REGNO_NREGS of 1 for their mode.
20150         PR middle-end/80163
20151         * varasm.c (initializer_constant_valid_p_1): Disallow sign-extending
20152         conversions to integer types wider than word and pointer.
20154         PR debug/80025
20155         * cselib.h (rtx_equal_for_cselib_1): Add depth argument.
20156         (rtx_equal_for_cselib_p): Pass 0 to it.
20157         * cselib.c (cselib_hasher::equal): Likewise.
20158         (rtx_equal_for_cselib_1): Add depth argument.  If depth
20159         is 128, don't look up VALUE locs and punt.  Increment
20160         depth in recursive calls when walking VALUE locs.
20162 2017-03-31  Bernd Edlinger  <bernd.edlinger@hotmail.de>
20164         * gcov.c (md5sum_to_hex): Fix output of MD5 hex bytes.
20165         (make_gcov_file_name): Use the canonical path name for generating
20166         the MD5 value.
20167         (read_line): Fix handling of files with ascii null bytes.
20169 2017-03-30  Matthew Fortune  <matthew.fortune@imgtec.com>
20171         * config/mips/mips.c (mips_expand_vector_init): Create a const_vector
20172         to initialise a vector register instead
20173         of using a const_int.
20175 2017-03-30  Jakub Jelinek  <jakub@redhat.com>
20177         PR translation/80189
20178         * gimplify.c (omp_default_clause): Use %qs instead of %s in
20179         diagnostic messages.
20181 2017-03-30  Peter Bergner  <bergner@vnet.ibm.com>
20183         PR target/80246
20184         * config/rs6000/dfp.md (dfp_dxex_<mode>): Update mode of operand 0.
20185         (dfp_diex_<mode>): Update mode of operand 1.
20186         * doc/extend.texi (dxex, dxexq): Document change to return type.
20187         (diex, diexq): Document change to argument type.
20189 2017-03-30  Martin Jambor  <mjambor@suse.cz>
20191         PR ipa/77333
20192         * cgraph.h (cgraph_build_function_type_skip_args): Declare.
20193         * cgraph.c (redirect_call_stmt_to_callee): Set gimple fntype so that
20194         it reflects the signature changes performed at the callee side.
20195         * cgraphclones.c (build_function_type_skip_args): Make public, renamed
20196         to cgraph_build_function_type_skip_args.
20197         (build_function_decl_skip_args): Adjust call to the above function.
20199 2017-03-30  Jakub Jelinek  <jakub@redhat.com>
20201         PR target/80206
20202         * config/i386/sse.md
20203         (<extract_type>_vextract<shuffletype><extract_suf>_mask): Use
20204         register as dest whenever it is a MEM not rtx_equal_p to the
20205         corresponding dup operand, and when forcing into reg move the
20206         reg into the memory afterwards.
20207         (<extract_type_2>_vextract<shuffletype><extract_suf_2>_mask):
20208         Likewise.  Use <ssehalfvecmode> instead of <ssequartermode>
20209         for the force_reg mode.
20210         (avx512vl_vextractf128<mode>): Use register as dest either
20211         always when a MEM, or when it is a MEM not rtx_equal_p to the
20212         corresponding dup operand, or even not when it is a CONST_VECTOR
20213         depending on the mode and lo vs. hi.
20214         (avx512dq_vextract<shuffletype>64x2_1_maskm): Remove extraneous
20215         parens.
20216         (avx512f_vextract<shuffletype>32x4_1_maskm): Likewise.
20217         (<mask_codefor>avx512dq_vextract<shuffletype>64x2_1<mask_name>):
20218         Likewise.  Require that operands[2] is even.
20219         (<mask_codefor>avx512f_vextract<shuffletype>32x4_1<mask_name>):
20220         Remove extraneous parens.  Require that operands[2] is a multiple
20221         of 4.
20222         (vec_extract_lo_<mode><mask_name>): Don't bother testing if
20223         operands[0] is a MEM if <mask_applied>, the predicates/constraints
20224         disallow memory then.
20226 2017-03-30  Richard Biener  <rguenther@suse.de>
20228         PR tree-optimization/77498
20229         * tree-ssa-pre.c (phi_translate_1): Do not allow simplifications
20230         to non-constants over backedges.
20232 2017-03-29  Segher Boessenkool  <segher@kernel.crashing.org>
20234         PR rtl-optimization/80233
20235         * combine.c (combine_instructions): Only take NONDEBUG_INSN_P insns
20236         as last_combined_insn.  Do not test for BARRIER_P separately.
20238 2017-03-29  Andreas Schwab  <schwab@suse.de>
20240         PR ada/80146
20241         * calls.c (prepare_call_address): Convert funexp to Pmode before
20242         copying to temp reg.
20244 2017-03-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
20246         PR tree-optimization/80158
20247         * gimple-ssa-strength-reduction.c (replace_mult_candidate):
20248         Handle possible future case of more than one alternate
20249         interpretation.
20250         (replace_rhs_if_not_dup): Likewise.
20251         (replace_one_candidate): Likewise.
20253 2017-03-28  Vladimir Makarov  <vmakarov@redhat.com>
20255         PR rtl-optimization/80193
20256         * ira.c (ira): Do not check allocation for LRA.
20258 2017-03-28  Alexander Monakov  <amonakov@ispras.ru>
20260         * config/nvptx/nvptx-protos.h (nvptx_output_simt_enter): Declare.
20261         (nvptx_output_simt_exit): Declare.
20262         * config/nvptx/nvptx.c (nvptx_init_unisimt_predicate): Use
20263         cfun->machine->unisimt_location.  Handle NULL unisimt_predicate.
20264         (init_softstack_frame): Move initialization of crtl->is_leaf to...
20265         (nvptx_declare_function_name): ...here.  Emit declaration of local
20266         memory space buffer for omp_simt_enter insn.
20267         (nvptx_output_unisimt_switch): New.
20268         (nvptx_output_softstack_switch): New.
20269         (nvptx_output_simt_enter): New.
20270         (nvptx_output_simt_exit): New.
20271         * config/nvptx/nvptx.h (struct machine_function): New fields
20272         has_simtreg, unisimt_location, simt_stack_size, simt_stack_align.
20273         * config/nvptx/nvptx.md (UNSPECV_SIMT_ENTER): New unspec.
20274         (UNSPECV_SIMT_EXIT): Ditto.
20275         (omp_simt_enter_insn): New insn.
20276         (omp_simt_enter): New expansion.
20277         (omp_simt_exit): New insn.
20278         * config/nvptx/nvptx.opt (msoft-stack-reserve-local): New option.
20280         * internal-fn.c (expand_GOMP_SIMT_ENTER): New.
20281         (expand_GOMP_SIMT_ENTER_ALLOC): New.
20282         (expand_GOMP_SIMT_EXIT): New.
20283         * internal-fn.def (GOMP_SIMT_ENTER): New internal function.
20284         (GOMP_SIMT_ENTER_ALLOC): Ditto.
20285         (GOMP_SIMT_EXIT): Ditto.
20286         * target-insns.def (omp_simt_enter): New insn.
20287         (omp_simt_exit): Ditto.
20288         * omp-low.c (struct omplow_simd_context): New fields simt_eargs,
20289         simt_dlist.
20290         (lower_rec_simd_input_clauses): Implement SIMT privatization.
20291         (lower_rec_input_clauses): Likewise.
20292         (lower_lastprivate_clauses): Handle SIMT privatization.
20294         * omp-offload.c: Include langhooks.h, tree-nested.h, stor-layout.h.
20295         (ompdevlow_adjust_simt_enter): New.
20296         (find_simtpriv_var_op): New.
20297         (execute_omp_device_lower): Handle IFN_GOMP_SIMT_ENTER,
20298         IFN_GOMP_SIMT_ENTER_ALLOC, IFN_GOMP_SIMT_EXIT.
20300         * tree-inline.h (struct copy_body_data): New field dst_simt_vars.
20301         * tree-inline.c (expand_call_inline): Handle SIMT privatization.
20302         (copy_decl_for_dup_finish): Ditto.
20304         * tree-ssa.c (execute_update_addresses_taken): Handle GOMP_SIMT_ENTER.
20306 2017-03-28  Uros Bizjak  <ubizjak@gmail.com>
20308         PR target/53383
20309         * config/i386/i386.c (ix86_option_override_internal): Always
20310         allow -mpreferred-stack-boundary=3 for 64-bit targets.
20312 2017-03-28  Bin Cheng  <bin.cheng@arm.com>
20314         * tree-vect-loop.c (optimize_mask_stores): Add bb to the right loop.
20316 2017-03-28  Bin Cheng  <bin.cheng@arm.com>
20318         * tree-vect-loop-manip.c (slpeel_add_loop_guard): New param and
20319         mark new edge's irreducible flag accordign to it.
20320         (vect_do_peeling): Check loop preheader edge's irreducible flag
20321         and pass it to function slpeel_add_loop_guard.
20323 2017-03-28  Richard Sandiford  <richard.sandiford@arm.com>
20325         PR tree-optimization/80218
20326         * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
20327         Update block frequencies and counts.
20329 2017-03-28  Richard Biener  <rguenther@suse.de>
20331         PR tree-optimization/78644
20332         * tree-ssa-ccp.c (evaluate_stmt): When we may not use the value
20333         of a simplification result we may not use it at all.
20335 2017-03-28  Richard Biener  <rguenther@suse.de>
20337         PR ipa/80205
20338         * tree-inline.c (copy_phis_for_bb): Do not create PHI node
20339         without arguments, generate default definition of a SSA name.
20341 2017-03-28  Richard Biener  <rguenther@suse.de>
20343         PR middle-end/80222
20344         * gimple-fold.c (gimple_fold_indirect_ref): Do not touch
20345         TYPE_REF_CAN_ALIAS_ALL references.
20346         * fold-const.c (fold_indirect_ref_1): Likewise.
20348 2017-03-28  Martin Liska  <mliska@suse.cz>
20350         PR ipa/80104
20351         * cgraphunit.c (cgraph_node::expand_thunk): Mark argument of a
20352         thunk call as DECL_GIMPLE_REG_P when vector or complex type.
20354 2017-03-28  Claudiu Zissulescu  <claziss@synopsys.com>
20355             Thomas Petazzoni  <thomas.petazzoni@free-electrons.com>
20357         * config/arc/arc.h (CPP_SPEC): Add subtarget_cpp_spec.
20358         (EXTRA_SPECS): Define.
20359         (SUBTARGET_EXTRA_SPECS): Likewise.
20360         (SUBTARGET_CPP_SPEC): Likewise.
20361         * config/arc/elf.h (EXTRA_SPECS): Renamed to
20362         SUBTARGET_EXTRA_SPECS.
20363         * config/arc/linux.h (SUBTARGET_CPP_SPEC): Define.
20365 2017-03-28  Claudiu Zissulescu  <claziss@synopsys.com>
20367         * config/arc/simdext.md (vst64_insn): Update pattern.
20368         (vld32wh_insn): Likewise.
20369         (vld32wl_insn): Likewise.
20370         (vld64_insn): Likewise.
20371         (vld32_insn): Likewise.
20373 2017-03-28  Marek Polacek  <polacek@redhat.com>
20375         PR sanitizer/80067
20376         * fold-const.c (fold_comparison): Use protected_set_expr_location
20377         instead of SET_EXPR_LOCATION.
20379 2017-03-28  Markus Trippelsdorf  <markus@trippelsdorf.de>
20381         * tree.c (add_expr): Avoid name lookup warning.
20383 2017-03-27  Jeff Law  <law@redhat.com>
20385         PR tree-optimization/80216
20386         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Fix typo in
20387         function name.  Limit recursion depth.
20388         (record_temporary_equivalences): Corresponding changes.
20390 2017-03-27  Jonathan Wakely  <jwakely@redhat.com>
20392         * doc/invoke.texi (-Wno-narrowing): Reorder so default behavior is
20393         covered first.
20395 2017-03-27  Jakub Jelinek  <jakub@redhat.com>
20397         PR target/80102
20398         * reg-notes.def (REG_CFA_NOTE): Define.  Use it for CFA related
20399         notes.
20400         * cfgcleanup.c (reg_note_cfa_p): New array.
20401         (insns_have_identical_cfa_notes): New function.
20402         (old_insns_match_p): Don't cross-jump in between /f
20403         and non-/f instructions.  If both i1 and i2 are frame related,
20404         verify all CFA notes, their order and content.
20406 2017-03-27  Michael Meissner  <meissner@linux.vnet.ibm.com>
20408         PR target/78543
20409         * config/rs6000/rs6000.md (bswaphi2_extenddi): Combine bswap
20410         HImode and SImode with zero extend to DImode to one insn.
20411         (bswap<mode>2_extenddi): Likewise.
20412         (bswapsi2_extenddi): Likewise.
20413         (bswaphi2_extendsi): Likewise.
20414         (bswaphi2): Combine bswap HImode and SImode into one insn.
20415         Separate memory insns from swapping register.
20416         (bswapsi2): Likewise.
20417         (bswap<mode>2): Likewise.
20418         (bswaphi2_internal): Delete, no longer used.
20419         (bswapsi2_internal): Likewise.
20420         (bswap<mode>2_load): Split bswap HImode/SImode into separate load,
20421         store, and gpr<-gpr swap insns.
20422         (bswap<mode>2_store): Likewise.
20423         (bswaphi2_reg): Register only splitter, combine with the splitter.
20424         (bswaphi2 splitter): Likewise.
20425         (bswapsi2_reg): Likewise.
20426         (bswapsi2 splitter): Likewise.
20427         (bswapdi2): If we have the LDBRX and STDBRX instructions, split
20428         the insns into load, store, and register/register insns.
20429         (bswapdi2_ldbrx): Likewise.
20430         (bswapdi2_load): Likewise.
20431         (bswapdi2_store): Likewise.
20432         (bswapdi2_reg): Likewise.
20434 2017-03-27  Gunther Nikl  <gnikl@users.sourceforge.net>
20436         * system.h (HAVE_DESIGNATED_INITIALIZERS): Fix non C++ case.
20437         (HAVE_DESIGNATED_UNION_INITIALIZERS): Likewise.
20439 2017-03-27  Kelvin Nilsen  <kelvin@gcc.gnu.org>
20441         PR target/80103
20442         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Edit and
20443         add comments.
20444         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
20445         special handling for target option conflicts between dform
20446         options (-mpower9-dform, -mpower9-dform-vector,
20447         -mpower9-dform-scalar) and -mno-direct-move.
20449 2017-03-27  Richard Biener  <rguenther@suse.de>
20451         PR tree-optimization/80181
20452         * tree-ssa-ccp.c (likely_value): UNDEFINED ^ X is UNDEFINED.
20454 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
20456         * config/arc/predicates.md (move_double_src_operand): Replace the
20457         call to move_double_src_operand with a call to address_operand.
20459 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
20461         * config/arc/elf.h (ARGET_ARC_TP_REGNO_DEFAULT): Define.
20462         * config/arc/linux.h (ARGET_ARC_TP_REGNO_DEFAULT): Likewise.
20463         * config/arc/arc.opt (mtp-regno): Use ARGET_ARC_TP_REGNO_DEFAULT.
20465 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
20467         * config/arc/predicates.md (long_immediate_loadstore_operand):
20468         Consider scaled addresses cases.
20470 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
20472         * config/arc/arc.c (arc_epilogue_uses): BLINK should be also
20473         restored when in interrupt.
20474         * config/arc/arc.md (simple_return): ARCv2 rtie instruction
20475         doesn't have delay slot.
20477 2017-03-27  Richard Biener  <rguenther@suse.de>
20479         PR ipa/79776
20480         * tree-ssa-structalias.c (associate_varinfo_to_alias): Skip
20481         inlined thunk clones.
20483 2017-03-27  Jakub Jelinek  <jakub@redhat.com>
20485         PR sanitizer/80168
20486         * asan.c (instrument_derefs): Copy over last operand from
20487         original COMPONENT_REF to the new COMPONENT_REF with
20488         DECL_BIT_FIELD_REPRESENTATIVE.
20489         * ubsan.c (instrument_object_size): Likewise.
20491 2017-03-27  Richard Biener  <rguenther@suse.de>
20493         PR tree-optimization/80170
20494         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Make
20495         sure DR/SCEV didnt fold in constants we do not see when looking
20496         at the reference base alignment.
20498 2017-03-27  Richard Biener  <rguenther@suse.de>
20500         PR middle-end/80171
20501         * gimple-fold.c (fold_ctor_reference): Properly guard against
20502         NULL return value from canonicalize_constructor_val.
20504 2017-03-25  Uros Bizjak  <ubizjak@gmail.com>
20506         PR target/80180
20507         * config/i386/i386.c (ix86_expand_builtin)
20508         <IX86_BUILTIN_RDSEED{16,32,64}_STEP>: Do not expand arg0 between
20509         flags reg setting and flags reg using instructions.
20510         <IX86_BUILTIN_RDRAND{16,32,64}_STEP>: Ditto.  Use non-flags reg
20511         clobbering instructions to zero extend op2.
20513 2017-03-25  Gerald Pfeifer  <gerald@pfeifer.com>
20515         * doc/install.texi (Configuration) <--with-aix-soname>:
20516         Update link to AIX ld.
20518 2017-03-25  Bernd Schmidt  <bschmidt@redhat.com>
20520         PR rtl-optimization/80160
20521         PR rtl-optimization/80159
20522         * lra-assigns.c (must_not_spill_p): Tighten new test to also take
20523         reg_alternate_class into account.
20525 2017-03-24  Vladimir Makarov  <vmakarov@redhat.com>
20527         PR target/80148
20528         * lra-assigns.c (assign_by_spills): Add spilled non-reload pseudos
20529         to consider in curr_insn_transform.
20531 2017-03-24  Jakub Jelinek  <jakub@redhat.com>
20533         * genrecog.c (validate_pattern): Add VEC_SELECT validation.
20534         * genmodes.c (emit_min_insn_modes_c): Call emit_mode_nunits
20535         and emit_mode_inner.
20537 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
20539         * config/s390/s390-builtins.def: Add VXE builtins.  Add a flags
20540         argument to the overloaded builtin variants.  Use the new flag to
20541         deprecate certain builtin variants.
20542         * config/s390/s390-builtin-types.def: Add new builtin types.
20543         * config/s390/s390-builtins.h: Support new flags field for
20544         overloaded builtins.
20545         * config/s390/s390-c.c (OB_DEF_VAR): New flags field.
20546         (s390_macro_to_expand): Enable vector float data type.
20547         (s390_cpu_cpp_builtins_internal): Indicate support of the new
20548         builtins by incrementing the __VEC__ version number.
20549         (s390_expand_overloaded_builtin): Support expansion of vec_xl and
20550         vec_xst.
20551         (s390_resolve_overloaded_builtin): Emit error messages depending
20552         on the builtin flags.
20553         * config/s390/s390.c (s390_expand_builtin): Support additional
20554         flags argument.  Change error message to match the messages
20555         emitted in s390-c.c.
20556         * config/s390/s390.md: New UNSPEC_* constants.
20557         (op_type): Add new instruction types.
20558         * config/s390/vecintrin.h: Add new builtins and test data class
20559         constants.
20560         * config/s390/vx-builtins.md (V_HW_32_64): Add V4SF.
20561         (V_HW_4, VEC_HW, VECF_HW): New mode iterators.
20562         (VEC_INEXACT, VEC_NOINEXACT): New constants.
20563         ("vec_splats<mode>", "vec_insert<mode>", "vec_promote<mode>")
20564         ("vec_insert_and_zero<mode>", "vec_mergeh<mode>")
20565         ("vec_mergel<mode>"): V_HW -> VEC_HW.
20567         ("vlrlrv16qi", "vstrlrv16qi", "vbpermv16qi", "vec_msumv2di")
20568         ("vmslg", "*vftci<mode>_cconly", "vftci<mode>_intcconly")
20569         ("*vftci<mode>", "vftci<mode>_intcc", "vec_double_s64")
20570         ("vec_double_u64", "vfmin<mode>", "vfmax<mode>"): New definition.
20572         ("and_av2df3", "and_cv2df3", "vec_andc_av2df3")
20573         ("vec_andc_cv2df3", "xor_av2df3", "xor_cv2df3", "vec_nor_av2df3")
20574         ("vec_nor_cv2df3", "ior_av2df3", "ior_cv2df3", "vec_nabs")
20575         ("*vftcidb", "*vftcidb_cconly", "vftcidb"): Remove definition.
20577         ("vec_all_<fpcmpcc:code>v2df", "vec_any_<fpcmpcc:code>v2df")
20578         ("vec_scatter_elementv4si_DI", "vec_cmp<fpcmp:code>v2df")
20579         ("vec_di_to_df_s64", "vec_di_to_df_u64", "vec_df_to_di_u64")
20580         ("vfidb", "*vldeb", "*vledb", "*vec_cmp<insn_cmp>v2df_cconly")
20581         ("vec_cmpeqv2df_cc", "vec_cmpeqv2df_cc", "vec_cmphv2df_cc")
20582         ("vec_cmphev2df_cc", "*vec_cmpeqv2df_cc")
20583         ("*vec_cmphv2df_cc", "*vec_cmphev2df_cc"): Enable new modes as ...
20585         ("vec_all_<fpcmpcc:code><mode>", "vec_any_<fpcmpcc:code><mode>")
20586         ("vec_scatter_element<V_HW_4:mode>_DI")
20587         ("vec_cmp<fpcmp:code><mode>", "vcdgb", "vcdlgb", "vclgdb")
20588         ("vec_fpint<mode>", "vflls")
20589         ("vflrd", "*vec_cmp<insn_cmp><mode>_cconly", "vec_cmpeq<mode>_cc")
20590         ("vec_cmpeq<mode>_cc", "vec_cmph<mode>_cc", "vec_cmphe<mode>_cc")
20591         ("*vec_cmpeq<mode>_cc", "*vec_cmph<mode>_cc")
20592         ("*vec_cmphe<mode>_cc"): ... these.
20594         ("vec_ctd_s64", "vec_ctsl", "vec_ctul", "vec_st2f"): Use rounding
20595         mode constant instead of magic value.
20597 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
20599         * config/s390/s390.c (s390_expand_vec_compare): Support other
20600         vector floating point modes than just V2DF.
20601         (s390_expand_vcond): Likewise.
20602         (s390_hard_regno_mode_ok): Allow SFmode values in VRs.
20603         (s390_cannot_change_mode_class): Prevent mode changes between TF
20604         and V1TF in vector registers.
20605         * config/s390/s390.md (DF, SF): New mode attributes.
20606         ("*cmp<mode>_ccs", "add<mode>3", "sub<mode>3", "mul<mode>3")
20607         ("fma<mode>4", "fms<mode>4", "div<mode>3", "*neg<mode>2"): Add
20608         SFmode support for VRs.
20609         * config/s390/vector.md (V_HW, V_HW2, VT_HW, ti*, nonvec): Add new
20610         vector fp modes.
20611         (VFT, VF_HW): New mode iterators.
20612         (vw, sdx): New mode attributes.
20613         ("addv2df3", "subv2df3", "mulv2df3", "divv2df3", "sqrtv2df2")
20614         ("fmav2df4","fmsv2df4", "negv2df2", "absv2df2", "*negabsv2df2")
20615         ("smaxv2df3", "sminv2df3", "*vec_cmp<VFCMP_HW_OP:code>v2df_nocc")
20616         ("vec_cmpuneqv2df", "vec_cmpltgtv2df", "vec_orderedv2df")
20617         ("vec_unorderedv2df"): Adjust the v2df only patterns to support
20618         also the new vector floating point modes.  Renaming to ...
20620         ("add<mode>3", "sub<mode>3", "mul<mode>3", "div<mode>3")
20621         ("sqrt<mode>2", "fma<mode>4", "fms<mode>4", "neg<mode>2")
20622         ("abs<mode>2", "negabs<mode>2", "smax<mode>3")
20623         ("smin<mode>3", "*vec_cmp<VFCMP_HW_OP:code><mode>_nocc")
20624         ("vec_cmpuneq<mode>", "vec_cmpltgt<mode>", "vec_ordered<mode>")
20625         ("vec_unordered<mode>"): ... these.
20627         ("neg_fma<mode>4", "neg_fms<mode>4", "*smax<mode>3_vxe")
20628         ("*smin<mode>3_vxe", "*sminv2df3_vx", "*vec_extendv4sf")
20629         ("*vec_extendv2df"): New insn definitions.
20631 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
20633         * config/s390/s390.md ("*adddi3_sign", "*subdi3_sign", "mulditi3")
20634         ("mulditi3_2", "*muldi3_sign"): New patterns.
20635         ("muldi3", "*muldi3", "mulsi3", "*mulsi3"): Add an expander and
20636         rename the pattern definition.
20638 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
20640         * config/s390/s390.md ("indirect_jump"): Turn insn definition into
20641         expander.
20642         ("*indirect_jump", "*indirect2_jump"): New pattern definitions.
20644 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
20646         * config/s390/s390.c (s390_expand_vec_init): Use vllezl
20647         instruction if possible.
20648         * config/s390/vector.md (vec_halfnumelts): New mode
20649         attribute.
20650         ("*vec_vllezlf<mode>"): New pattern.
20652 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
20654         * config/s390/vector.md ("popcountv16qi2", "popcountv8hi2")
20655         ("popcountv4si2", "popcountv2di2"): Rename to ...
20656         ("popcount<mode>2", "popcountv8hi2_vx", "popcountv4si2_vx")
20657         ("popcountv2di2_vx"): ... these and add !TARGET_VXE to the
20658         condition.
20659         ("popcount<mode>2_vxe"): New pattern.
20661 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
20663         * common/config/s390/s390-common.c (processor_flags_table): Add
20664         arch12.
20665         * config.gcc: Add arch12.
20666         * config/s390/driver-native.c (s390_host_detect_local_cpu):
20667         Default to arch12 for unknown CPU model numbers.
20668         * config/s390/s390-builtins.def: Add B_VXE builtin flag.
20669         * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Adjust
20670         PROCESSOR_max sanity check.
20671         * config/s390/s390-opts.h (enum processor_type): Add
20672         PROCESSOR_ARCH12.
20673         * config/s390/s390.c (processor_table): Add arch12.
20674         (s390_expand_builtin): Add check for B_VXE flag.
20675         (s390_issue_rate): Add PROCESSOR_ARCH12.
20676         (s390_get_sched_attrmask): Likewise.
20677         (s390_get_unit_mask): Likewise.
20678         (s390_sched_score): Enable z13 scheduling for arch12.
20679         (s390_sched_reorder): Likewise.
20680         (s390_sched_variable_issue): Likewise.
20681         * config/s390/s390.h (enum processor_flags): Add PF_ARCH12 and
20682         PF_VXE.
20683         (s390_tune_attr): Use z13 scheduling also for arch12.
20684         (TARGET_CPU_ARCH12, TARGET_CPU_ARCH12_P, TARGET_CPU_VXE)
20685         (TARGET_CPU_VXE_P, TARGET_ARCH12, TARGET_ARCH12_P, TARGET_VXE)
20686         (TARGET_VXE_P): New macros.
20687         * config/s390/s390.md: Add arch12 to cpu attribute.  Add arch12
20688         and vxe to cpu_facility.  Add arch12 and vxe to enabled attribute.
20689         * config/s390/s390.opt: Add arch12 as processor_type.
20691 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
20693         * config/s390/s390.md
20694         ("fixuns_truncdddi2", "fixuns_trunctddi2")
20695         ("fixuns_trunc<BFP:mode><GPR:mode>2"): Merge into ...
20696         ("fixuns_trunc<FP:mode><GPR:mode>2"): New expander.
20698         ("fixuns_trunc<BFP:mode><GPR:mode>2", "fixuns_trunc<mode>si2"):
20699         Rename expanders to ...
20701         ("fixuns_trunc<BFP:mode><GPR:mode>2_emu")
20702         ("fixuns_truncdddi2_emu"): ... these.
20704         ("fixuns_trunc<mode>si2_emu"): New expander.
20706         ("*fixuns_truncdfdi2_z13"): Rename to ...
20707         ("*fixuns_truncdfdi2_vx"): ... this.
20709 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
20711         * config/s390/2964.md: Remove the single element vector compare
20712         instructions which are no longer used.
20713         * config/s390/s390.c (s390_select_ccmode): Remove handling of
20714         vector CCmodes.
20715         (s390_canonicalize_comparison): Remove handling of DFmode
20716         compares.
20717         (s390_expand_vec_compare_scalar): Remove function.
20718         (s390_emit_compare): Don't call s390_expand_vec_compare_scalar.
20719         * config/s390/s390.md ("*vec_cmp<insn_cmp>df_cconly"): Remove
20720         pattern.
20721         ("*cmp<mode>_ccs"): Add wfcdb instruction.
20723 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
20725         * config/s390/s390.md ("mov<mode>_64dfp" DD_DF): Use vleig for loading a
20726         FP zero.
20727         ("*mov<mode>_64" DD_DF): Remove the vector instructions. These
20728         will anyway by matched by mov<mode>_64dfp.
20730 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
20732         * config/s390/s390.md ("mov<mode>" SD_SF): Change vleg/vsteg to
20733         vlef/vstef.  Add missing operand to vleif.
20735 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
20737         * config/s390/s390.c (s390_expand_vec_init): Enable vector load
20738         pair for all vector types with 64 bit elements.
20739         * config/s390/vx-builtins.md (V_HW_64): Move mode iterator to ...
20740         * config/s390/vector.md (V_HW_64): ... here.
20741         (V_128_NOSINGLE): New mode iterator.
20742         ("vec_init<V_HW:mode>"): Use V_128 as mode iterator.
20743         ("*vec_splat<mode>"): Use V_128_NOSINGLE mode iterator.
20744         ("*vec_tf_to_v1tf", "*vec_ti_to_v1ti"): New pattern definitions.
20745         ("*vec_load_pairv2di"): Change to ...
20746         ("*vec_load_pair<mode>"): ... this one.
20748 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
20750         * config/s390/constraints.md: Add comments.
20751         (jKK): Reject element sizes > 8 bytes.
20752         * config/s390/s390.c (s390_split_ok_p): Enable splitting also for
20753         s_operands.
20754         * config/s390/s390.md: Add the s_operand checks formerly in
20755         s390_split_ok_p to various splitters where they are still
20756         required.
20757         * config/s390/vector.md ("mov<mode>" V_128): Add GPR alternatives
20758         for 128 bit vectors.  Plus two splitters.
20760 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
20762         * config/s390/s390.md: Rename the cpu facilty vec to vx throughout
20763         the file.
20765 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
20767         PR target/79893
20768         * config/s390/s390-c.c (s390_adjust_builtin_arglist): Issue an
20769         error if the boundary argument is not constant.
20771 2017-03-24  Jakub Jelinek  <jakub@redhat.com>
20773         PR rtl-optimization/80112
20774         * loop-doloop.c (doloop_condition_get): Don't check condition
20775         if cmp isn't SET with IF_THEN_ELSE src.
20777 2017-03-24  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
20779         PR tree-optimization/80158
20780         * gimple-ssa-strength-reduction.c (replace_mult_candidate): When
20781         replacing a candidate statement, also replace it for the
20782         candidate's alternate interpretation.
20783         (replace_rhs_if_not_dup): Likewise.
20784         (replace_one_candidate): Likewise.
20786 2017-03-24  Richard Biener  <rguenther@suse.de>
20788         PR tree-optimization/80167
20789         * graphite-isl-ast-to-gimple.c
20790         (translate_isl_ast_to_gimple::is_valid_rename): Handle default-defs
20791         properly.
20792         (translate_isl_ast_to_gimple::get_rename): Likewise.
20794 2017-03-23  Kelvin Nilsen  <kelvin@gcc.gnu.org>
20796         * config/rs6000/rs6000.c (rs6000_option_override_internal): Change
20797         handling of certain combinations of target options, including the
20798         combinations -mpower8-vector vs. -mno-vsx, -mpower9-vector vs.
20799         -mno-power8-vector, and -mpower9_dform vs. -mno-power9-vector.
20801 2017-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20803         PR target/71436
20804         * config/arm/arm.md (*load_multiple): Add reload_completed to
20805         matching condition.
20807 2017-03-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
20808             Richard Biener  <rguenth@suse.de>
20810         PR tree-optimization/79908
20811         PR tree-optimization/80136
20812         * tree-stdarg.c (expand_ifn_va_arg_1): For a VA_ARG whose LHS has
20813         been cast away, gimplify_and_add suffices.
20815 2017-03-23  Markus Trippelsdorf  <markus@trippelsdorf.de>
20817         * tree-vrp.c (identify_jump_threads): Delete avail_exprs.
20819 2017-03-23  Richard Biener  <rguenther@suse.de>
20821         PR tree-optimization/80032
20822         * gimplify.c (gimple_push_cleanup): Forced unconditional
20823         cleanups still have to go to the conditional_cleanups
20824         sequence.
20826 2017-03-22  Jakub Jelinek  <jakub@redhat.com>
20828         PR tree-optimization/80072
20829         * tree-ssa-reassoc.c (struct operand_entry): Change id field type
20830         to unsigned int.
20831         (next_operand_entry_id): Change type to unsigned int.
20832         (sort_by_operand_rank): Make sure to return the right return value
20833         even if unsigned fields are bigger than INT_MAX.
20834         (struct oecount): Change cnt and id type to unsigned int.
20835         (oecount_hasher::equal): Formatting fix.
20836         (oecount_cmp): Make sure to return the right return value
20837         even if unsigned fields are bigger than INT_MAX.
20838         (undistribute_ops_list): Change next_oecount_id type to unsigned int.
20840         PR c++/80129
20841         * gimplify.c (gimplify_modify_expr_rhs) <case COND_EXPR>: Clear
20842         TREE_READONLY on result if writing it more than once.
20844         PR sanitizer/80110
20845         * doc/invoke.texi (-fsanitize=thread): Document that with
20846         -fnon-call-exceptions atomics are not able to throw
20847         exceptions.
20849         PR sanitizer/80110
20850         * tsan.c: Include tree-eh.h.
20851         (instrument_builtin_call): Call maybe_clean_eh_stmt or
20852         maybe_clean_or_replace_eh_stmt where needed.
20853         (instrument_memory_accesses): Add cfg_changed argument.
20854         Call gimple_purge_dead_eh_edges on each block and set *cfg_changed
20855         if it returned true.
20856         (tsan_pass): Adjust caller.  Return TODO_cleanup_cfg if cfg_changed.
20858         PR rtl-optimization/63191
20859         * config/i386/i386.c (ix86_delegitimize_address): Turn into small
20860         wrapper function, moved the whole old content into ...
20861         (ix86_delegitimize_address_1): ... this.  New inline function.
20862         (ix86_find_base_term): Use ix86_delegitimize_address_1 with
20863         true as last argument instead of ix86_delegitimize_address.
20865 2017-03-22  Wilco Dijkstra  <wdijkstr@arm.com>
20867         * config/aarch64/aarch64.c (generic_branch_cost): Copy
20868         cortexa57_branch_cost.
20870 2017-03-22  Wilco Dijkstra  <wdijkstr@arm.com>
20872         * config/aarch64/aarch64.c (generic_tunings): Add AES fusion.
20874 2017-03-21  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
20876         PR target/80123
20877         * doc/md.texi (Constraints): Document wA constraint.
20878         * config/rs6000/constraints.md (wA): New.
20879         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add wA reg_class.
20880         (rs6000_init_hard_regno_mode_ok): Init wA constraint.
20881         * config/rs6000/rs6000.h (RS6000_CONSTRAINT_wA): New.
20882         * config/rs6000/vsx.md (vsx_splat_<mode>): Use wA constraint.
20884 2017-03-22  Cesar Philippidis  <cesar@codesourcery.com>
20886         PR c++/80029
20887         * gimplify.c (is_oacc_declared): New function.
20888         (oacc_default_clause): Use it to set default flags for acc declared
20889         variables inside parallel regions.
20890         (gimplify_scan_omp_clauses): Strip firstprivate pointers for acc
20891         declared variables.
20892         (gimplify_oacc_declare): Gimplify the declare clauses.  Add the
20893         declare attribute to any decl as necessary.
20895 2017-03-22  Thomas Preud'homme  <thomas.preudhomme@arm.com>
20897         PR target/80082
20898         * config/arm/arm-isa.h (isa_bit_lpae): New feature bit.
20899         (ISA_ARMv7ve): Add isa_bit_lpae to the definition.
20900         * config/arm/arm-protos.h (arm_arch7ve): Rename into ...
20901         (arm_arch_lpae): This.
20902         * config/arm/arm.c (arm_arch7ve): Rename into ...
20903         (arm_arch_lpae): This.  Define it in term of isa_bit_lpae.
20904         * config/arm/arm.h (TARGET_HAVE_LPAE): Redefine in term of
20905         arm_arch_lpae.
20907 2017-03-22  Martin Liska  <mliska@suse.cz>
20909         PR target/79906
20910         * config/rs6000/rs6000.c (rs6000_inner_target_options): Show
20911         error message instead of an ICE.
20913 2017-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
20915         * doc/extend.texi (6.11 Additional Floating Types): Revise.
20917 2017-03-21  Kelvin Nilsen  <kelvin@gcc.gnu.org>
20919         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Add
20920         comments.
20921         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
20922         comments.
20924 2017-03-21  Martin Sebor  <msebor@redhat.com>
20926         * doc/extend.texi: Use "cannot" instead of "can't."
20927         * doc/hostconfig.texi: Same.
20928         * doc/install.texi: Same.
20929         * doc/invoke.texi: Same.
20930         * doc/loop.texi: Same.
20931         * doc/md.texi: Same.
20932         * doc/objc.texi: Same.
20933         * doc/rtl.texi: Same.
20934         * doc/tm.texi: Same.
20935         * doc/tm.texi.in: Same.
20936         * doc/trouble.texi: Same.
20938 2017-03-21  Alexandre Oliva <aoliva@redhat.com>
20940         PR debug/63238
20941         * dwarf2out.c (struct checksum_attributes): Add at_alignment.
20942         (collect_checksum_attributes): Set it.
20943         (die_checksum_ordered): Use it.
20945 2017-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
20947         PR tree-optimization/79908
20948         * tree-stdarg.c (expand_ifn_va_arg_1): Revert the following
20949         change: For a VA_ARG whose LHS has been cast away, use
20950         force_gimple_operand to construct the side effects.
20952 2017-03-21  David Malcolm  <dmalcolm@redhat.com>
20954         PR translation/80001
20955         * omp-offload.c (oacc_loop_fixed_partitions): Make diagnostics
20956         more amenable to translation.
20957         (oacc_loop_auto_partitions): Likewise.
20959 2017-03-21  Marek Polacek  <polacek@redhat.com>
20960             Martin Sebor  <msebor@redhat.com>
20962         PR tree-optimization/80109
20963         * gimple-ssa-warn-alloca.c (alloca_call_type): Only call get_range_info
20964         on INTEGRAL_TYPE_P.
20966 2017-03-21  Jakub Jelinek  <jakub@redhat.com>
20967             Segher Boessenkool  <segher@kernel.crashing.org>
20969         PR target/80125
20970         * combine.c (can_combine_p): Revert the 2017-03-20 change, only
20971         check reg_used_between_p between insn and one of succ or succ2
20972         depending on if succ is artificial insn not inserted into insn
20973         stream.
20975 2017-03-21  Martin Liska  <mliska@suse.cz>
20977         PR gcov-profile/80081
20978         * Makefile.in: Add gcov-dump and fix installation of gcov-tool.
20979         * doc/gcc.texi: Include gcov-dump stuff.
20980         * doc/gcov-dump.texi: New file.
20982 2017-03-21  Toma Tabacu  <toma.tabacu@imgtec.com>
20984         PR rtl-optimization/79150
20985         * config/mips/mips.c (mips_block_move_loop): Emit a NOP after the
20986         conditional jump, if the jump is the last insn of the loop.
20988 2017-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
20989             Richard Biener  <rguenth@suse.de>
20991         PR tree-optimization/79908
20992         * tree-stdarg.c (expand_ifn_va_arg_1): For a VA_ARG whose LHS has
20993         been cast away, use force_gimple_operand to construct the side
20994         effects.
20996 2017-03-21  Martin Liska  <mliska@suse.cz>
20998         PR libfortran/79956
20999         * simplify-rtx.c (simplify_immed_subreg): Initialize a variable
21000         to NULL.
21002 2017-03-21  Brad Spengler <spender@grsecurity.net>
21004         PR plugins/80094
21005         * plugin.c (htab_hash_plugin): New function.
21006         (add_new_plugin): Use it and adjust.
21007         (parse_plugin_arg_opt): Adjust.
21008         (init_one_plugin): Likewise.
21010 2017-03-21  Richard Biener  <rguenther@suse.de>
21012         PR tree-optimization/80032
21013         * gimplify.c (gimple_push_cleanup): Add force_uncond parameter,
21014         if set force the cleanup to happen unconditionally.
21015         (gimplify_target_expr): Push inserted clobbers with force_uncond
21016         to avoid them being removed by control-dependent DCE.
21018 2017-03-21  Richard Biener  <rguenther@suse.de>
21020         PR tree-optimization/80122
21021         * tree-inline.c (copy_bb): Do not expans va-arg packs or
21022         va_arg_pack_len when the inlined call stmt requires pack
21023         expansion itself.
21024         * tree-inline.h (struct copy_body_data): Make call_stmt a gcall *.
21026 2017-03-21  Jakub Jelinek  <jakub@redhat.com>
21028         PR sanitizer/78158
21029         * tsan.c (instrument_builtin_call): If the memory model argument
21030         is not a constant, assume it is valid.
21032         PR c/67338
21033         * fold-const.c (round_up_loc): Negate divisor in unsigned type to
21034         avoid UB.
21036 2017-03-20  Segher Boessenkool  <segher@kernel.crashing.org>
21038         PR rtl-optimization/79910
21039         * combine.c (can_combine_p): Do not allow combining an I0 or I1
21040         if its dest is used by an insn before I2 (other than the combined
21041         insns themselves, which are properly handled already).
21043 2017-03-20  Segher Boessenkool  <segher@kernel.crashing.org>
21045         Revert:
21046         2017-03-17  Bernd Schmidt  <bschmidt@redhat.com>
21048         * combine.c (record_used_regs): New static function.
21049         (try_combine): Handle situations where there is an additional
21050         instruction between I2 and I3 which needs to have a LOG_LINK
21051         updated.
21053         Revert:
21054         2017-03-17  Jim Wilson  <jim.wilson@linaro.org>
21056         * combine.c (try_combine): Delete redundant i1 test.  Call
21057         prev_nonnote_nondebug_insn instead of prev_nonnote_insn.
21059 2017-03-20  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
21061         PR target/80083
21062         * config/rs6000/rs6000.md (*movsi_internal1): Fix constraints for
21063         alternatives 13/14.
21065 2017-03-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21067         PR tree-optimization/80054
21068         * gimple-ssa-strength-reduction.c (all_phi_incrs_profitable): Fail
21069         the optimization if a PHI or any of its arguments is not dominated
21070         by the candidate's basis.  Use gphi* rather than gimple* as
21071         appropriate.
21072         (replace_profitable_candidates): Clean up a gimple* variable that
21073         should be a gphi* variable.
21075 2017-03-20  Martin Sebor  <msebor@redhat.com>
21077         PR c++/52477
21078         * doc/extend.texi (attribute constructor): Document present limitation.
21080 2017-03-20  Kelvin Nilsen  <kelvin@gcc.gnu.org>
21082         PR target/79963
21083         * config/rs6000/altivec.h (vec_all_ne): Under __cplusplus__ and
21084         __POWER9_VECTOR__ #ifdef control, change template definition to
21085         use Power9-specific built-in function.
21086         (vec_any_eq): Likewise.
21087         * config/rs6000/vector.md (vector_ae_v2di_p): Change the flag used
21088         to control outcomes from this test.
21089         (vector_ae_<mode>p): For VEC_F modes, likewise.
21091 2017-03-20  Ian Lance Taylor  <iant@google.com>
21093         * config/i386/i386.c (ix86_function_regparm): Save an extra
21094         register for -fsplit-stack with DECL_STATIC_CHAIN.
21096 2017-03-17  Palmer Dabbelt  <palmer@dabbelt.com>
21098         PR target/79912
21099         * config/riscv/riscv.c (riscv_preferred_reload_class): Remove.
21100         (TARGET_PREFERRED_RELOAD_CLASS): Likewise.
21102 2017-03-17  Palmer Dabbelt  <palmer@dabbelt.com>
21104         * config/riscv/riscv.c (riscv_print_operand): Use "fence
21105         iorw,ow".
21106         * config/riscv/sync.mc (mem_thread_fence_1): Use "fence
21107         iorw,iorw".
21109 2017-03-20  Marek Polacek  <polacek@redhat.com>
21111         PR sanitizer/80063
21112         * asan.c (DEF_SANITIZER_BUILTIN): Use do { } while (0).
21114 2017-03-20  Richard Biener  <rguenther@suse.de>
21116         PR tree-optimization/80113
21117         * graphite-isl-ast-to-gimple.c (copy_loop_phi_nodes): Do not
21118         allocate extra SSA name for PHI def.
21119         (add_close_phis_to_outer_loops): Likewise.
21120         (add_close_phis_to_merge_points): Likewise.
21121         (copy_loop_close_phi_args): Likewise.
21122         (copy_cond_phi_nodes): Likewise.
21124 2017-03-20  Martin Liska  <mliska@suse.cz>
21126         PR middle-end/79753
21127         * tree-chkp.c (chkp_build_returned_bound): Do not build
21128         returned bounds for a LHS that's not a BOUNDED_P type.
21130 2017-03-20  Martin Liska  <mliska@suse.cz>
21132         PR target/79769
21133         PR target/79770
21134         * tree-chkp.c (chkp_find_bounds_1): Handle REAL_CST,
21135         COMPLEX_CST and VECTOR_CST.
21137 2017-03-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
21139         PR target/78857
21140         * config/s390/s390.md ("cmp<mode>_ccs_0"): Add a clobber of the
21141         target operand.  A new splitter adds the clobber statement in case
21142         the target operand is dead anyway.
21144 2017-03-19  Gerald Pfeifer  <gerald@pfeifer.com>
21146         * doc/install.texi (Specific) <sparc-*-linux*>: No longer refer
21147         to age-old versions of binutils and glibc.
21149 2017-03-18  Segher Boessenkool  <segher@kernel.crashing.org>
21151         * doc/contrib.texi (Contributors): Remove duplicate entry for myself.
21153 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
21155         * doc/contrib.texi (Contributors): Add Segher Boessenkool.
21157 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
21159         * doc/install.texi (Specific) <arm-*-eabi>: Remove old
21160         requirement for binutils 2.13.
21162 2017-03-17  Jim Wilson  <jim.wilson@linaro.org>
21164         * combine.c (try_combine): Delete redundant i1 test.  Call
21165         prev_nonnote_nondebug_insn instead of prev_nonnote_insn.
21167 2017-03-17  Palmer Dabbelt  <palmer@dabbelt.com
21169         * doc/install.texi (Specific) <riscv32-*-elf>: Add riscv32-*-elf,
21170         riscv32-*-linux, riscv64-*-elf, riscv64-*-linux to the table of
21171         contents.
21172         <riscv64-*-elf>: Re-arrange section
21173         <riscv32-*-elf>: Add a note about requiring binutils 2.28.
21174         <riscv32-*-linux>: Likewise.
21175         <riscv64-*-elf>: Likewise
21176         <riscv64-*-linux>: Likewise.
21178 2017-03-17  Richard Earnshaw  <rearnsha@arm.com>
21180         PR target/80052
21181         * aarch64.opt(verbose-cost-dump): Fix typo.
21183 2017-03-17  Pat Haugen  <pthaugen@us.ibm.com>
21185         PR target/79951
21186         * config/rs6000/rs6000.md (copysign<mode>3_fcpsgn): Test
21187         for VECTOR_UNIT_VSX_P (<MODE>mode) too.
21189 2017-03-17  Bernd Schmidt  <bschmidt@redhat.com>
21191         * reload.c (find_reloads): When reloading a nonoffsettable address,
21192         use RELOAD_OTHER for it and its address reloads.
21194         PR rtl-optimization/79910
21195         * combine.c (record_used_regs): New static function.
21196         (try_combine): Handle situations where there is an additional
21197         instruction between I2 and I3 which needs to have a LOG_LINK
21198         updated.
21200 2017-03-17  Jeff Law  <law@redhat.com>
21202         PR tree-optimization/71437
21203         * tree-vrp.c (simplify_stmt_for_jump_threading): Lookup the
21204         conditional in the hash table first.
21205         (vrp_dom_walker::before_dom_children): Extract condition from
21206         ASSERT_EXPR.  Record condition, its inverion and any implied
21207         conditions as well.
21209 2017-03-17  Marek Polacek  <polacek@redhat.com>
21210             Markus Trippelsdorf  <markus@trippelsdorf.de>
21212         PR tree-optimization/80079
21213         * gimple-ssa-store-merging.c (class pass_store_merging): Initialize
21214         m_stores_head.
21216 2017-03-17  Richard Biener  <rguenther@suse.de>
21218         PR middle-end/80075
21219         * tree-eh.c (stmt_could_throw_1_p): Only handle gimple assigns.
21220         Properly verify the LHS before the RHS possibly claims to be
21221         handled.
21222         (stmt_could_throw_p): Hande gimple conds fully here.  Clobbers
21223         do not throw.
21225 2017-03-17  Martin Jambor  <mjambor@suse.cz>
21227         * doc/invoke.texi (Option Options): Include -fipa-vrp in the list.
21228         (List of -O2 options): Likewise.
21229         (-fipa-bit-cp): Replace "ipa" with "interprocedural."
21230         (-fipa-vrp) New.
21232 2017-03-17  Tom de Vries  <tom@codesourcery.com>
21234         * gcov-dump.c (print_usage): Print bug_report_url.
21236 2017-03-17  Richard Biener  <rguenther@suse.de>
21238         PR middle-end/80050
21239         * genmatch.c (parser::next): Remove pointless check for CPP_EOF.
21240         (parser::peek): Likewise.
21242 2017-03-17  Richard Biener  <rguenther@suse.de>
21244         PR tree-optimization/80048
21245         * sese.c (free_sese_info): Properly release rename_map and
21246         copied_bb_map elements.
21248 2017-03-16  Alexandre Oliva <aoliva@redhat.com>
21250         * gimple-ssa-store-merging.c (struct imm_store_chain_info):
21251         Add linked-list forward and backlinks.  Insert on
21252         construction, remove on destruction.
21253         (class pass_store_merging): Add m_stores_head field.
21254         (pass_store_merging::terminate_and_process_all_chains):
21255         Iterate over m_stores_head list.
21256         (pass_store_merging::terminate_all_aliasing_chains):
21257         Likewise.
21258         (pass_store_merging::execute): Check for debug stmts first.
21259         Push new chains onto the m_stores_head stack.
21261 2017-03-16  Michael Meissner  <meissner@linux.vnet.ibm.com>
21263         PR target/71294
21264         * config/rs6000/vsx.md (vsx_splat_<mode>, VSX_D iterator): Allow a
21265         SPLAT operation on ISA 2.07 64-bit systems that have direct move,
21266         but no MTVSRDD support, by doing MTVSRD and XXPERMDI.
21268 2017-03-16  Jeff Law  <law@redhat.com>
21270         PR tree-optimization/71437
21271         * tree-ssa-dom.c (dom_opt_dom_walker): Remove thread_across_edge
21272         member function.  Implementation moved into after_dom_children
21273         member function and into the threader's thread_outgoing_edges
21274         function.
21275         (dom_opt_dom_walker::after_dom_children): Simplify by moving
21276         some code into new thread_outgoing_edges.
21277         * tree-ssa-threadedge.c (thread_across_edge): Make static and simplify
21278         definition.  Simplify marker handling (do it here).   Assume we always
21279         have the available expression and the const/copies tables.
21280         (thread_outgoing_edges): New function extracted from tree-ssa-dom.c
21281         and tree-vrp.c
21282         * tree-ssa-threadedge.h (thread_outgoing_edges): Declare.
21283         * tree-vrp.c (equiv_stack): No longer file scoped.
21284         (vrp_dom_walker): New class.
21285         (vrp_dom_walker::before_dom_children): New member function.
21286         (vrp_dom_walker::after_dom_children): Likewise.
21287         (identify_jump_threads):  Setup domwalker.  Use it rather than
21288         walking edges in a random order by hand.  Simplify setup/finalization.
21289         (finalize_jump_threads): Remove.
21290         (vrp_finalize): Do not call identify_jump_threads here.
21291         (execute_vrp): Do it here instead and call thread_through_all_blocks
21292         here too.
21294         PR tree-optimization/71437
21295         * tree-ssa-dom.c (pfn_simplify): Add basic_block argument.  All
21296         callers changed.
21297         (simplify_stmt_for_jump_threading): Add basic_block argument.  All
21298         callers changed.
21299         (lhs_of_dominating_assert): Moved from here into tree-vrp.c.
21300         (dom_opt_dom_walker::thread_across_edge): Remove
21301         handle_dominating_asserts argument.  All callers changed.
21302         (record_temporary_equivalences_from_stmts_at_dest): Corresponding
21303         changes.  Remove calls to lhs_of_dominating_assert.  Other
21304         uses of handle_dominating_asserts turn into unconditional code
21305         (simplify_control_stmt_condition_1): Likewise.
21306         (simplify_control_stmt_condition): Likewise.
21307         (thread_through_normal_block, thread_across_edge): Likewise.
21308         * tree-ssa-threadedge.h (thread_across_edge): Corresponding changes.
21309         * tree-vrp.c (lhs_of_dominating_assert): Move here.  Return original
21310         object if it is not an SSA_NAME.
21311         (simplify_stmt_for_jump_threading): Call lhs_of_dominating_assert
21312         before calling into the VRP specific simplifiers.
21313         (identify_jump_threads): Remove handle_dominating_asserts
21314         argument.
21316 2017-03-16  Jakub Jelinek  <jakub@redhat.com>
21318         PR fortran/79886
21319         * tree-diagnostic.c (default_tree_printer): No longer static.
21320         * tree-diagnostic.h (default_tree_printer): New prototype.
21322 2017-03-16  Tamar Christina  <tamar.christina@arm.com>
21324         * config/aarch64/aarch64-simd.md (*aarch64_simd_mov<mode>)
21325         Change ins into fmov.
21327 2017-03-16  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21329         * config/aarch64/iterators.md (h_con): Return "x" for V4HF and V8HF.
21330         * config/aarch64/aarch64-simd.md (*aarch64_fma4_elt_from_dup<mode>):
21331         Use h_con constraint for operand 1.
21332         (*aarch64_fnma4_elt_from_dup<mode>): Likewise.
21333         (*aarch64_mulx_elt_from_dup<mode>): Likewise for operand 2.
21335 2017-03-15  Jeff Law  <law@redhat.com>
21337         PR tree-optimization/71437
21338         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): New function.
21339         (record_temporary_equivalences): Use it.
21341         PR tree-optimization/71437
21342         * tree-ssa-dom.c (struct cond_equivalence): Moved from here into
21343         tree-ssa-scopedtables.
21344         (lookup_avail_expr, build_and_record_new_cond): Likewise.
21345         (record_conditions, record_cond, vuse_eq): Likewise.
21346         (record_edge_info): Adjust to API tweak of record_conditions.
21347         (simplify_stmt_for_jump_threading): Similarly for lookup_avail_expr.
21348         (record_temporary_equivalences, optimize_stmt): Likewise.
21349         (eliminate_redundant_computations): Likewise.
21350         (record_equivalences_from_stmt): Likewise.
21351         * tree-ssa-scopedtables.c: Include options.h and params.h.
21352         (vuse_eq): New function, moved from tree-ssa-dom.c
21353         (build_and_record_new_cond): Likewise.
21354         (record_conditions): Likewise.  Accept vector of conditions rather
21355         than edge_equivalence structure for first argument.
21356         for the first argument.
21357         (avail_exprs_stack::lookup_avail_expr): New member function, moved
21358         from tree-ssa-dom.c.
21359         (avail_exprs_stack::record_cond): Likewise.
21360         * tree-ssa-scopedtables.h (struct cond_equivalence): Moved here
21361         from tree-ssa-dom.c.
21362         (avail_exprs_stack): Add new member functions lookup_avail_expr
21363         and record_cond.
21364         (record_conditions): Declare.
21366 2017-03-15  Vladimir Makarov  <vmakarov@redhat.com>
21368         PR target/80017
21369         * lra-constraints.c (process_alt_operands): Increase reject for
21370         reloading an input/output operand.
21372 2017-03-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
21374         PR target/79038
21375         * config/rs6000/rs6000.md (float<QHI:mode><IEEE128:mode>2): Define
21376         insns to convert from signed/unsigned char/short to IEEE 128-bit
21377         floating point.
21378         (floatuns<QHI:mode><IEEE128:mode>2): Likewise.
21380 2017-03-15  Uros Bizjak  <ubizjak@gmail.com>
21382         PR target/80019
21383         * config/i386/i386.c (ix86_vector_duplicate_value): Create
21384         subreg of inner mode for values already in registers.
21386 2017-03-15  Bernd Schmidt  <bschmidt@redhat.com>
21388         * config/c6x/c6x.c (hwloop_optimize): Handle case where the old
21389         iteration reg is used after the loop.
21391 2017-03-14  Martin Sebor  <msebor@redhat.com>
21393         PR tree-optimization/79800
21394         * gimple-ssa-sprintf.c (format_floating: Add argument.  Handle
21395         precision in negative-positive range.
21396         (format_floating): Call non-const overload with adjusted precision.
21398 2017-03-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
21400         PR target/79947
21401         * config/rs6000/rs6000.h (TARGET_FRSQRTES): Add check for
21402         -mpowerpc-gfxopt.
21404 2017-03-14  Martin Sebor  <msebor@redhat.com>
21406         PR middle-end/80020
21407         * builtin-attrs.def (ATTR_ALLOC_SIZE_2_NOTHROW_LIST): New macro.
21408         * builtins.def (aligned_alloc): Use it.
21410         PR c/79936
21411         * Makefile.in (GTFILES): Add calls.c.
21412         * calls.c: Include "gt-calls.h".
21414 2017-03-14  Bernd Schmidt  <bschmidt@redhat.com>
21416         PR rtl-optimization/79728
21417         * regs.h (struct target_regs): New field
21418         x_contains_allocatable_regs_of_mode.
21419         (contains_allocatable_regs_of_mode): New macro.
21420         * reginfo.c (init_reg_sets_1): Initialize it, and change
21421         contains_reg_of_mode so it includes global regs as well.
21422         * reload.c (push_reload): Use contains_allocatable_regs_of_mode
21423         rather than contains_regs_of_mode.
21425 2017-03-14  Martin Liska  <mliska@suse.cz>
21427         * doc/invoke.texi: Document options that can't be combined with
21428         -fcheck-pointer-bounds.
21430 2017-03-14  Martin Liska  <mliska@suse.cz>
21432         PR middle-end/79831
21433         * doc/invoke.texi (-Wchkp): Document the option.
21435 2017-03-14  Martin Liska  <mliska@suse.cz>
21437         * Makefile.in: Install gcov-dump.
21439 2017-03-14  Martin Liska  <mliska@suse.cz>
21441         * multiple_target.c (expand_target_clones): Bail out for
21442         an invalid attribute.
21444 2017-03-14  Richard Biener  <rguenther@suse.de>
21446         * alias.c (struct alias_set_entry): Pack properly.
21447         * cfgloop.h (struct loop): Likewise.
21448         * cse.c (struct set): Likewise.
21449         * ipa-utils.c (struct searchc_env): Likewise.
21450         * loop-invariant.c (struct invariant): Likewise.
21451         * lra-remat.c (struct cand): Likewise.
21452         * recog.c (struct change_t): Likewise.
21453         * rtl.h (struct address_info): Likewise.
21454         * symbol-summary.h (function_summary): Likewise.
21455         * tree-loop-distribution.c (struct partition): Likewise.
21456         * tree-object-size.c (struct object_size_info): Likewise.
21457         * tree-ssa-loop-ivopts.c (struct cost_pair): Likewise.
21458         * tree-ssa-threadupdate.c (struct ssa_local_info_t): Likewise.
21459         * tree-vect-data-refs.c (struct _vect_peel_info): Likewise.
21460         * tree-vect-slp.c (struct _slp_oprnd_info): Likewise.
21461         * tree-vect-stmts.c (struct simd_call_arg_info): Likewise.
21462         * tree-vectorizer.h (struct _loop_vec_info): Likewise.
21463         (struct _stmt_vec_info): Likewise.
21465 2017-03-14  Martin Liska  <mliska@suse.cz>
21467         PR target/79892
21468         * multiple_target.c (create_dispatcher_calls): Check that
21469         a target can create a function dispatcher.
21471 2017-03-14  Martin Liska  <mliska@suse.cz>
21473         PR lto/66295
21474         * multiple_target.c (expand_target_clones): Drop local.local
21475         flag for default implementation.
21477 2017-03-14  Richard Biener  <rguenther@suse.de>
21479         PR tree-optimization/80030
21480         * tree-vect-stmts.c (vectorizable_store): Plug memleak.
21482 2017-03-13  Kito Cheng  <kito.cheng@gmail.com>
21484         * config/riscv/riscv.c (riscv_emit_float_compare>: Use
21485         gcc_fallthrough() instead of __attribute__((fallthrough));
21487 2017-03-13  Gerald Pfeifer  <gerald@pfeifer.com>
21489         * doc/gcc.texi: Remove "up" link to (DIR).
21490         * doc/gccint.texi: Ditto.
21492 2017-03-13  Gerald Pfeifer  <gerald@pfeifer.com>
21494         * doc/install.texi (Specific) <avr>: Remove reference to
21495         binutils 2.13.
21497 2017-03-13  Jeff Law  <law@redhat.com>
21499         * config/riscv/riscv.c (riscv_emit_float_compare): Use fallthru
21500         attribute rather than comments.
21502         * config/pdp11/pdp11.md (movmemhi): Adjust operand numbers to
21503         match_scratch operand is highest.
21505 2017-03-13  Martin Liska  <mliska@suse.cz>
21507         PR middle-end/78339
21508         * ipa-pure-const.c (warn_function_noreturn): If the declarations
21509         is a CHKP clone, use original declaration.
21511 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
21513         * config/arc/arc.c (arc_init): Use multiplier whenever we have it.
21514         (arc_conditional_register_usage): Use a different allocation order
21515         when optimizing for size.
21516         * common/config/arc/arc-common.c (arc_option_optimization_table):
21517         Section anchors default on when optimizing for size.
21519 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
21521         * config/arc/arc.md (*tst_bitfield_tst): Fix pattern.
21523 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
21525         * config/arc/arc.c (arc_output_addsi): Emit code density adds.
21526         * config/arc/arc.md (cpu_facility): Add cd variant.
21527         (*movqi_insn): Add code density variant.
21528         (*movhi_insn): Likewise.
21529         (*movqi_insn): Likewise.
21530         (*addsi3_mixed): Likewise.
21531         (subsi3_insn): Likewise.
21533 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
21535         * config/arc/arc.md (movsi_cond_exec): Update constraint.
21537 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
21539         * config/arc/arc.c (arc_legitimize_pic_address): Handle PIC
21540         expressions with MINUS and UNARY ops.
21542 2017-03-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21544         PR target/79911
21545         * config/arm/neon.md (vec_sel_widen_ssum_lo<VQI:mode><VW:mode>3):
21546         Rename to...
21547         (vec_sel_widen_ssum_lo<mode><V_half>3): ... This. Avoid mismatch
21548         between vec_select and vector argument.
21549         (vec_sel_widen_ssum_hi<VQI:mode><VW:mode>3): Rename to...
21550         (vec_sel_widen_ssum_hi<mode><V_half>3): ... This. Likewise.
21551         (vec_sel_widen_usum_lo<VQI:mode><VW:mode>3): Rename to...
21552         (vec_sel_widen_usum_lo<mode><V_half>3): ... This.
21553         (vec_sel_widen_usum_hi<VQI:mode><VW:mode>3): Rename to...
21554         (vec_sel_widen_usum_hi<mode><V_half>3): ... This.
21556 2017-03-13  Richard Biener  <rguenther@suse.de>
21558         PR other/79991
21559         * params.def (vect-max-peeling-for-alignment): Fix typo.
21561 2017-03-12  Gerald Pfeifer  <gerald@pfeifer.com>
21563         * doc/install.texi (Specific) <mips-*-*>: Remove description of
21564         issue that only occurred with binutils below 2.18.
21566 2017-03-12  Gerald Pfeifer  <gerald@pfeifer.com>
21568         * doc/install.texi (Specific) <cris-axis-elf>: No longer
21569         refer to binutils 2.11/2.12 minimum.
21571 2017-03-12  Gerald Pfeifer  <gerald@pfeifer.com>
21573         * doc/install.texi (Specific) <powerpc-*-*>: Remove link to
21574         ftp.kernel.org and simplify binutils requirement.
21576 2017-03-11  Gerald Pfeifer  <gerald@pfeifer.com>
21578         * doc/invoke.texi (Warning Options): Fix spelling of link-time
21579         optimization.
21580         (Optimize Options): Ditto.  Also remove redundancy.
21582 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
21584         PR translation/79848
21585         * ipa-devirt.c (warn_types_mismatch): Simplify uses of "%<%s%>" to
21586         "%qs".
21587         * ipa-pure-const.c (suggest_attribute): Likewise.  Convert _
21588         to G_ to avoid double translation.
21590 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
21592         PR translation/79923
21593         * auto-profile.c (get_combined_location): Convert leading
21594         character of diagnostics to lower case and remove trailing period.
21595         (read_profile): Likewise for various diagnostics.
21596         * config/arm/arm.c (arm_option_override): Remove trailing period
21597         from various diagnostics.
21598         * config/msp430/msp430.c (msp430_expand_delay_cycles): Likewise.
21599         (msp430_expand_delay_cycles): Likewise.
21601 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
21603         PR target/79925
21604         * config/aarch64/aarch64.c (aarch64_validate_mcpu): Quote the
21605         full command-line argument, rather than just "str".
21606         (aarch64_validate_march): Likewise.
21607         (aarch64_validate_mtune): Likewise.
21609 2017-03-10  Bernd Schmidt  <bschmidt@redhat.com>
21611         PR rtl-optimization/78911
21612         * lra-assigns.c (must_not_spill_p): New function.
21613         (spill_for): Use it.
21615 2017-03-10  Jakub Jelinek  <jakub@redhat.com>
21617         PR tree-optimization/79981
21618         * tree-vrp.c (extract_range_basic): Handle IMAGPART_EXPR of
21619         ATOMIC_COMPARE_EXCHANGE ifn result.
21620         (stmt_interesting_for_vrp, vrp_visit_stmt): Handle
21621         IFN_ATOMIC_COMPARE_EXCHANGE.
21623 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
21625         PR driver/79875
21626         * opts.c (parse_sanitizer_options): Add missing question mark to
21627         "did you mean" message.
21629 2017-03-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21631         * config/rs6000/rs6000-builtin.def (VMULEUB_UNS): Remove orphaned
21632         built-in.
21633         (VMULEUH_UNS): Likewise.
21634         (VMULOUB_UNS): Likewise.
21635         (VMULOUH_UNS): Likewise.
21636         * config/rs6000/rs6000.c (builtin_function_type): Remove
21637         references to ALTIVEC_BUILTIN_VMUL[EO]U[BH]_UNS.
21639 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
21641         PR bootstrap/79952
21642         * read-rtl-function.c (function_reader::read_rtx_operand): Update
21643         x with result of extra_parsing_for_operand_code_0.
21644         (function_reader::extra_parsing_for_operand_code_0): Convert
21645         return type from void to rtx, returning x.  When reading
21646         SYMBOL_REF with SYMBOL_FLAG_HAS_BLOCK_INFO, reallocate x to the
21647         larger size containing struct block_symbol.
21649 2017-03-10  Segher Boessenkool  <segher@kernel.crashing.org>
21651         * config/rs6000/rs6000.c (rs6000_option_override_internal): Disallow
21652         -mfloat128-hardware without -m64.
21654 2017-03-10  Will Schmidt <will_schmidt@vnet.ibm.com>
21656         PR target/79941
21657         * config/rs6000/rs6000.c (builtin_function_type): Add VMUL*U[HB]
21658         entries to the case statement that marks unsigned arguments to
21659         overloaded functions.
21661 2017-03-10  Kelvin Nilsen  <kelvin@gcc.gnu.org>
21663         * config/rs6000/rs6000.c (rs6000_option_override_internal): Fix
21664         two typographic errors in the handling of TARGET_UPPER_REGS_DI.
21666 2017-03-10  Pat Haugen  <pthaugen@us.ibm.com>
21668         PR target/79907
21669         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Test
21670         TARGET_UPPER_REGS_DI when setting 'wi' constraint regclass.
21672 2017-03-10  Martin Liska  <mliska@suse.cz>
21674         PR target/65705
21675         PR target/69804
21676         * toplev.c (process_options): Enable MPX with LSAN and UBSAN.
21677         * tree-chkp.c (chkp_walk_pointer_assignments): Verify that
21678         FIELD != NULL.
21680 2017-03-10  Olivier Hainque  <hainque@adacore.com>
21682         * tree-switch-conversion (array_value_type): Start by resetting
21683         candidate type to it's main variant.
21685 2017-03-10  Jakub Jelinek  <jakub@redhat.com>
21687         PR rtl-optimization/79909
21688         * combine.c (try_combine): Use simplify_replace_rtx on individual
21689         CALL_INSN_FUNCTION_USAGE elements instead of replace_rtx on copy_rtx
21690         of the whole CALL_INSN_FUNCTION_USAGE.
21692         PR tree-optimization/79972
21693         * gimple-ssa-warn-alloca.c (alloca_call_type): Only call
21694         get_range_info on SSA_NAMEs.  Formatting fixes.
21696 2017-03-10  Richard Biener  <rguenther@suse.de>
21697             Jakub Jelinek  <jakub@redhat.com>
21699         PR tree-optimization/77975
21700         * tree-ssa-loop-niter.c (get_base_for): Allow phi argument from latch
21701         edge to be constant.
21702         (get_val_for): For constant x return it.  Formatting fix.
21703         (loop_niter_by_eval): Avoid pointless looping if the next iteration
21704         would use the same bases as the current one.
21706 2017-03-09  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21708         * config/rs6000/rs6000.c (rs6000_gen_le_vsx_permute): Use rotate
21709         instead of vec_select for V1TImode.
21710         * conifg/rs6000/vsx.md (VSX_LE): Remove mode iterator that is no
21711         longer needed.
21712         (VSX_LE_128): Add V1TI to this mode iterator.
21713         (*vsx_le_perm_load_<mode>): Change to use VSX_D mode iterator.
21714         (*vsx_le_perm_store_<mode>): Likewise.
21715         (pre-reload splitter for VSX stores): Likewise.
21716         (post-reload splitter for VSX stores): Likewise.
21717         (*vsx_xxpermdi2_le_<mode>): Likewise.
21718         (*vsx_lxvd2x2_le_<mode>): Likewise.
21719         (*vsx_stxvd2x2_le_<mode>): Likewise.
21721 2017-03-09  Michael Eager  <eager@eagercon.com>
21723         Correct failures with --enable-checking=yes,rtl.
21725         * config/microblaze/microblaze.c (microblaze_expand_shift):
21726         Replace GET_CODE test with CONST_INT_P and INTVAL test with
21727         test for const0_rtx.
21728         * config/microblaze/microblaze.md (ashlsi3_byone, ashrsi3_byone,
21729         lshrsi3_byone): Replace INTVAL with test for const1_rtx.
21731 2017-03-09  Richard Biener  <rguenther@suse.de>
21733         PR tree-optimization/79977
21734         * graphite-scop-detection.c (scop_detection::merge_sese):
21735         Handle the case of extra exits to blocks dominating the entry.
21737 2017-03-09  Toma Tabacu  <toma.tabacu@imgtec.com>
21739         * doc/sourcebuild.texi (Effective-Target Keywords, Other attributes):
21740         Document rdynamic.
21742 2017-03-09  Vladimir Makarov  <vmakarov@redhat.com>
21744         PR rtl-optimization/79949
21745         * lra-constraints.c (process_alt_operands): Check memory when
21746         trying to predict a cycle.  Print about the overall increase.
21748 2017-03-09  Richard Biener  <rguenther@suse.de>
21750         PR middle-end/79971
21751         * gimple-expr.c (useless_type_conversion_p): Preserve
21752         TYPE_SATURATING for fixed-point types.
21754 2017-03-09  Richard Biener  <rguenther@suse.de>
21756         PR ipa/79970
21757         * ipa-prop.c (ipa_modify_formal_parameters): Avoid changing
21758         alignment of BLKmode params.
21760 2017-03-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21762         PR target/79913
21763         * config/aarch64/iterators.md (VALL_F16_NO_V2Q): New mode iterator.
21764         (VALL_NO_V2Q): Likewise.
21765         (VDQF_DF): Delete.
21766         * config/aarch64/aarch64-simd.md
21767         (aarch64_dup_lane_<vswap_width_name><mode>): Use VALL_F16_NO_V2Q
21768         iterator.
21769         (*aarch64_simd_vec_copy_lane_<vswap_width_name><mode>): Use
21770         VALL_NO_V2Q mode iterator.
21771         (*aarch64_vgetfmulx<mode>): Use VDQF iterator.
21773 2017-03-09  Martin Liska  <mliska@suse.cz>
21775         PR tree-optimization/79631
21776         * tree-chkp-opt.c (chkp_is_constant_addr): Call
21777         tree_int_cst_sign_bit just for INTEGER constants.
21779 2017-03-09  Martin Liska  <mliska@suse.cz>
21781         PR target/65705
21782         PR target/69804
21783         * toplev.c (process_options): Disable -fcheck-pointer-bounds with
21784         sanitizers.
21786 2017-03-09  Marek Polacek  <polacek@redhat.com>
21788         PR c++/79672
21789         * tree.c (inchash::add_expr): Handle TREE_VEC.
21791 2017-03-09  Martin Liska  <mliska@suse.cz>
21793         PR ipa/79764
21794         (chkp_narrow_size_and_offset): New function.
21795         (chkp_parse_array_and_component_ref): Support BIT_FIELD_REF.
21796         (void chkp_parse_bit_field_ref): New function.
21797         (chkp_make_addressed_object_bounds): Add case for BIT_FIELD_REF.
21798         (chkp_process_stmt): Use chkp_parse_bit_field_ref.
21800 2017-03-09  Martin Liska  <mliska@suse.cz>
21802         PR ipa/79761
21803         * tree-chkp.c (chkp_get_bound_for_parm): Get bounds for a param.
21804         (chkp_find_bounds_1): Remove gcc_unreachable.
21806 2017-03-09  Jakub Jelinek  <jakub@redhat.com>
21808         PR sanitizer/79944
21809         * asan.c (get_mem_refs_of_builtin_call): For BUILT_IN_ATOMIC* and
21810         BUILT_IN_SYNC*, determine the access type from the size suffix and
21811         always build a MEM_REF with that type.  Handle forgotten
21812         BUILT_IN_SYNC_FETCH_AND_NAND_16 and BUILT_IN_SYNC_NAND_AND_FETCH_16.
21814         PR target/79932
21815         * config/i386/avx512vlintrin.h (_mm256_cmpge_epi32_mask,
21816         _mm256_cmpge_epi64_mask, _mm256_cmpge_epu32_mask,
21817         _mm256_cmpge_epu64_mask, _mm256_cmple_epi32_mask,
21818         _mm256_cmple_epi64_mask, _mm256_cmple_epu32_mask,
21819         _mm256_cmple_epu64_mask, _mm256_cmplt_epi32_mask,
21820         _mm256_cmplt_epi64_mask, _mm256_cmplt_epu32_mask,
21821         _mm256_cmplt_epu64_mask, _mm256_cmpneq_epi32_mask,
21822         _mm256_cmpneq_epi64_mask, _mm256_cmpneq_epu32_mask,
21823         _mm256_cmpneq_epu64_mask, _mm256_mask_cmpge_epi32_mask,
21824         _mm256_mask_cmpge_epi64_mask, _mm256_mask_cmpge_epu32_mask,
21825         _mm256_mask_cmpge_epu64_mask, _mm256_mask_cmple_epi32_mask,
21826         _mm256_mask_cmple_epi64_mask, _mm256_mask_cmple_epu32_mask,
21827         _mm256_mask_cmple_epu64_mask, _mm256_mask_cmplt_epi32_mask,
21828         _mm256_mask_cmplt_epi64_mask, _mm256_mask_cmplt_epu32_mask,
21829         _mm256_mask_cmplt_epu64_mask, _mm256_mask_cmpneq_epi32_mask,
21830         _mm256_mask_cmpneq_epi64_mask, _mm256_mask_cmpneq_epu32_mask,
21831         _mm256_mask_cmpneq_epu64_mask, _mm_cmpge_epi32_mask,
21832         _mm_cmpge_epi64_mask, _mm_cmpge_epu32_mask, _mm_cmpge_epu64_mask,
21833         _mm_cmple_epi32_mask, _mm_cmple_epi64_mask, _mm_cmple_epu32_mask,
21834         _mm_cmple_epu64_mask, _mm_cmplt_epi32_mask, _mm_cmplt_epi64_mask,
21835         _mm_cmplt_epu32_mask, _mm_cmplt_epu64_mask, _mm_cmpneq_epi32_mask,
21836         _mm_cmpneq_epi64_mask, _mm_cmpneq_epu32_mask, _mm_cmpneq_epu64_mask,
21837         _mm_mask_cmpge_epi32_mask, _mm_mask_cmpge_epi64_mask,
21838         _mm_mask_cmpge_epu32_mask, _mm_mask_cmpge_epu64_mask,
21839         _mm_mask_cmple_epi32_mask, _mm_mask_cmple_epi64_mask,
21840         _mm_mask_cmple_epu32_mask, _mm_mask_cmple_epu64_mask,
21841         _mm_mask_cmplt_epi32_mask, _mm_mask_cmplt_epi64_mask,
21842         _mm_mask_cmplt_epu32_mask, _mm_mask_cmplt_epu64_mask,
21843         _mm_mask_cmpneq_epi32_mask, _mm_mask_cmpneq_epi64_mask,
21844         _mm_mask_cmpneq_epu32_mask, _mm_mask_cmpneq_epu64_mask): Move
21845         definitions outside of __OPTIMIZE__ guarded section.
21847         PR target/79932
21848         * config/i386/avx512bwintrin.h (_mm512_packs_epi32,
21849         _mm512_maskz_packs_epi32, _mm512_mask_packs_epi32,
21850         _mm512_packus_epi32, _mm512_maskz_packus_epi32,
21851         _mm512_mask_packus_epi32): Move definitions outside of __OPTIMIZE__
21852         guarded section.
21854 2017-03-09  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
21856         * config/s390/vx-builtins.md ("vfee<mode>", "vfeez<mode>")
21857         ("vfenez<mode>"): Add missing constraints.
21859 2017-03-08  Martin Sebor  <msebor@redhat.com>
21861         PR target/79928
21862         * config/nds32/nds32.c (nds32_option_override):
21863         Fix misspelled diagnostic.
21865 2017-03-08  Jakub Jelinek  <jakub@redhat.com>
21867         PR c/79940
21868         * gimplify.c (gimplify_omp_for): Replace index var in outer
21869         taskloop statement with an artificial variable and add
21870         OMP_CLAUSE_PRIVATE clause for it.
21872 2017-03-08  Richard Biener  <rguenther@suse.de>
21874         PR tree-optimization/79955
21875         * tree-ssa-uninit.c (warn_uninitialized_vars): Do not warn
21876         for accesses that are completely outside of the variable.
21878 2017-03-08  Andrew Haley  <aph@redhat.com>
21880         PR tree-optimization/79943
21881         * tree-ssa-loop-split.c (compute_new_first_bound): When
21882         calculating the new upper bound, (END-BEG) should be added, not
21883         subtracted.
21885 2017-03-08  Jakub Jelinek  <jakub@redhat.com>
21887         * config/avr/avr.md (setmemhi): Make sure match_dup
21888         operand number comes before match_scratch.
21890 2017-03-08  Richard Biener  <rguenther@suse.de>
21892         PR tree-optimization/79920
21893         * tree-vect-slp.c (vect_create_mask_and_perm): Remove and inline
21894         with ncopies == 1 to ...
21895         (vect_transform_slp_perm_load): ... here.  Properly compute
21896         all element loads by iterating VF times over the group.  Do
21897         not handle ncopies (computed in a broken way) in
21898         vect_create_mask_and_perm.
21900 2017-03-08  Jakub Jelinek  <jakub@redhat.com>
21902         PR sanitizer/79904
21903         * internal-fn.c (expand_vector_ubsan_overflow): If arg0 or arg1
21904         is a uniform vector, use uniform_vector_p return value instead of
21905         building ARRAY_REF on folded VIEW_CONVERT_EXPR to array type.
21907 2017-03-07  Marek Polacek  <polacek@redhat.com>
21909         PR middle-end/79809
21910         * gimple-ssa-warn-alloca.c (pass_walloca::gate): Use HOST_WIDE_INT.
21911         (alloca_call_type): Likewise.
21913 2017-03-07  Martin Liska  <mliska@suse.cz>
21915         * gcov.c (process_args): Put comment to correct location.
21917 2017-03-07  Martin Liska  <mliska@suse.cz>
21919         PR middle-end/68270
21920         * tree-chkp.c (chkp_may_narrow_to_field): Add new argument ref.
21921         Use array_at_struct_end_p instead of DECL_CHAIN (field).
21922         (chkp_narrow_bounds_for_field): Likewise.
21923         (chkp_parse_array_and_component_ref): Pass one more argument to
21924         call.
21926 2017-03-07  Richard Biener  <rguenther@suse.de>
21928         * tree-vect-loop-manip.c (slpeel_add_loop_guard): Preserve
21929         preheaders.
21931 2017-03-07  Segher Boessenkool  <segher@kernel.crashing.org>
21933         * config/i386/i386.c (ix86_local_alignment): Align most aggregates
21934         of 16 bytes and more to 16 bytes, not those of 16 bits and more.
21936 2017-03-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21938         PR c/79855
21939         * params.def (PARAM_STORE_MERGING_ALLOW_UNALIGNED): Add full stop
21940         to end of description.
21941         (PARAM_MAX_STORES_TO_MERGE): Likewise.
21943 2017-03-07  Jakub Jelinek  <jakub@redhat.com>
21945         PR rtl-optimization/79901
21946         * config/i386/sse.md (*avx512bw_<code><mode>3<mask_name>): Renamed to
21947         ...
21948         (*avx512f_<code><mode>3<mask_name>): ... this.
21949         (<code><mode>3 with maxmin code iterator): Use VI8_AVX2_AVX512F
21950         iterator instead of VI8_AVX2_AVX512BW.
21952         PR rtl-optimization/79901
21953         * expr.c (expand_expr_real_2): For vector MIN/MAX, if there is no
21954         min/max expander, expand it using expand_vec_cond_expr.
21956         PR sanitizer/79897
21957         * ubsan.c (ubsan_encode_value): Call mark_addressable on the
21958         temporary.
21960 2017-03-06  Jakub Jelinek  <jakub@redhat.com>
21962         PR c++/79821
21963         * dwarf2out.h (dw_vec_const): Change array type from unsigned char *
21964         to void * for PCH reasons.
21965         * dwarf2out.c (output_loc_operands, output_die): Cast
21966         v.val_vec.array to unsigned char *.
21968 2017-03-06  John David Anglin  <danglin@gcc.gnu.org>
21970         PR target/77850
21971         * config/pa/pa-64.h (PAD_VARARGS_DOWN): Don't pad down complex and
21972         vector types.
21974 2017-03-06  Vladimir Makarov  <vmakarov@redhat.com>
21976         PR rtl-optimization/79571
21977         * lra-constraints.c (process_alt_operands): Calculate static
21978         reject and subtract it from overall when only addresses will be
21979         reloaded.
21981 2017-03-06  Julia Koval  <julia.koval@intel.com>
21983         PR target/79793
21984         * config/i386/i386.c (ix86_minimum_incoming_stack_boundary): Set
21985         incoming stack boundary to 128 for 64-bit targets.
21987 2017-03-06  Richard Biener  <rguenther@suse.de>
21989         PR tree-optimization/79894
21990         * tree-vectorizer.c (vectorize_loops): Set loop_vectorized_call
21991         to NULL after folding it.
21993 2017-03-06  Richard Biener  <rguenther@suse.de>
21995         PR tree-optimization/79824
21996         * tree-vect-stmts.c (get_group_load_store_type): Fix alignment
21997         check disabling peeling for gaps.
21999 2017-03-06  Toma Tabacu  <toma.tabacu@imgtec.com>
22001         * doc/sourcebuild.texi (Effective-Target Keywords, Environment
22002         attributes): Document gettimeofday.
22004 2017-03-06  Robin Dapp  <rdapp@linux.vnet.ibm.com>
22006         * config/s390/s390.c (s390_option_override_internal): Set
22007         PARAM_MIN_VECT_LOOP_BOUND
22009 2017-03-06  Robin Dapp  <rdapp@linux.vnet.ibm.com>
22011         * config/s390/s390.c (s390_asm_output_function_label): Use nopr %r0.
22012         * config/s390/s390.md: Likewise.
22014 2017-03-06  Jakub Jelinek  <jakub@redhat.com>
22016         PR target/79812
22017         * config/i386/sse.md (VI8F_256_512): Remove mode iterator.
22018         (<avx2_avx512>_perm<mode>): Rename to ...
22019         (avx2_perm<mode>): ... this.  Use VI8F_256 iterator instead
22020         of VI8F_256_512.
22021         (<avx512>_perm<mode>_mask): Rename to ...
22022         (avx512vl_perm<mode>_mask): ... this.  Use VI8F_256 iterator instead
22023         of VI8F_256_512.
22024         (<avx2_avx512>_perm<mode>_1<mask_name>): Rename to ...
22025         (avx2_perm<mode>_1<mask_name): ... this.  Use VI8F_256 iterator
22026         instead of VI8F_256_512.
22027         (avx512f_perm<mode>): New define_expand.
22028         (avx512f_perm<mode>_mask): Likewise.
22029         (avx512f_perm<mode>_1<mask_name>): New define_insn.
22030         (<avx512>_vec_dup<mode>_1): Fix up vec_select mode.
22032 2017-03-06  Prachi Godbole  <prachi.godbole@imgtec.com>
22034         * config/mips/mips-msa.md (msa_fmax_a_<msafmt>, msa_fmin_a_<msafmt>,
22035         msa_max_a_<msafmt>, msa_min_a_<msafmt>): Introduce mode interator for
22036         if_then_else.
22037         (smin<mode>3, smax<mode>3): Change operand print code from 'B' to 'E'.
22039 2017-03-06  Martin Liska  <mliska@suse.cz>
22041         PR sanitize/79783
22042         * asan.c (asan_expand_poison_ifn): Do not expand ASAN_POISON
22043         when having a SSA NAME w/o VAR_DECL assigned to it.
22045 2017-03-06  Prachi Godbole  <prachi.godbole@imgtec.com>
22047         * config/mips/mips-msa.md (msa_dotp_<su>_d, msa_dpadd_<su>_d,
22048         msa_dpsub_<su>_d): Fix MODE for vec_select.
22050 2017-03-06  Prachi Godbole  <prachi.godbole@imgtec.com>
22052         * config/mips/mips.c (mips_gen_const_int_vector): Change type of last
22053         argument.
22054         * config/mips/mips-protos.h (mips_gen_const_int_vector): Likewise.
22056 2017-03-06  Richard Biener  <rguenther@suse.de>
22058         * lto-streamer.c (lto_check_version): Use %qs in diagnostics.
22059         * plugin.c (register_plugin_info): Likewise.
22060         * tree-chkp.c (chkp_make_static_const_bounds): Likewise.
22062 2017-03-05  Jakub Jelinek  <jakub@redhat.com>
22064         * config/i386/sse.md (sse_storehps, sse_storelps,
22065         avx_<castmode><avxsizesuffix>_<castmode>,
22066         avx512f_<castmode><avxsizesuffix>_<castmode>,
22067         avx512f_<castmode><avxsizesuffix>_256<castmode>): Require
22068         in condition that at least one operand is not a MEM.
22070 2017-03-03  Jakub Jelinek  <jakub@redhat.com>
22072         PR middle-end/79805
22073         * internal-fn.def (ATOMIC_BIT_TEST_AND_SET, ATOMIC_BIT_TEST_AND_RESET,
22074         ATOMIC_BIT_TEST_AND_COMPLEMENT, ATOMIC_COMPARE_EXCHANGE): Remove
22075         ECF_NOTHROW.
22076         * gimple-fold.c (fold_builtin_atomic_compare_exchange): Set
22077         gimple_call_nothrow_p flag based on whether original builtin can throw.
22078         If it can, emit following stmts on the fallthrough edge.
22079         * tree-ssa-ccp.c (optimize_atomic_bit_test_and): Similarly, except
22080         don't create new bb if inserting just debug stmts on the edge, try to
22081         insert them on the fallthru bb or just reset debug stmts.
22083 2017-03-03  Segher Boesssenkool  <segher@kernel.crashing.org>
22085         PR target/43763
22086         * config/rs6000/rs6000.c (rs6000_final_prescan_insn): Save and
22087         restore recog_data (including the operand rtxes inside it) around
22088         the call to get_insn_template.
22090 2017-03-03  Martin Sebor  <msebor@redhat.com>
22092         PR tree-optimization/79699
22093         * context.c (context::~context): Free MPFR caches to avoid
22094         a memory leak on program exit.
22096 2017-03-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22098         * config/aarch64/aarch64.c (aarch64_float_const_representable_p):
22099         Use wide_int::ulow () instead of .elt (0).
22101 2017-03-03  Uros Bizjak  <ubizjak@gmail.com>
22103         * config/i386/i386.md (*pushtf): Change *roF constraint to *roC.
22104         (*pushxf): Limit oF constraint to 32bit targets and add oC
22105         constraint for 64bit targets.
22106         (pushxf splitter): Use PUSH_ROUNDING to calculate stack adjustment.
22107         (*pushdf): Change rmF constraint to rmC.
22109 2017-03-03  Martin Liska  <mliska@suse.cz>
22111         * tree-ssa-loop-prefetch.c (pass_loop_prefetch::execute):
22112         Remove unused variable.
22114 2017-03-03  Jakub Jelinek  <jakub@redhat.com>
22116         PR target/79807
22117         * config/i386/i386.c (ix86_expand_multi_arg_builtin): If target
22118         is a memory operand, increase num_memory.
22119         (ix86_expand_args_builtin): Likewise.
22121 2017-03-03  Jan Hubicka  <jh@suse.cz>
22123         PR lto/79760
22124         * ipa-devirt.c (maybe_record_node): Properly handle
22125         __cxa_pure_virtual visibility.
22127 2017-03-03  Martin Liska  <mliska@suse.cz>
22129         PR tree-optimization/79803
22130         * tree-ssa-loop-prefetch.c (tree_ssa_prefetch_arrays): Remove
22131         assert.
22132         (pass_loop_prefetch::execute): Disabled optimization if an
22133         assumption about L1 cache size is not met.
22135 2017-03-03  Martin Liska  <mliska@suse.cz>
22137         PR rtl-optimization/79574
22138         * gcse.c (struct gcse_expr): Use HOST_WIDE_INT instead of int.
22139         (hash_scan_set): Likewise.
22140         (dump_hash_table): Likewise.
22141         (hoist_code): Likewise.
22143 2017-03-03  Richard Biener  <rguenther@suse.de>
22145         * fixed-value.c (fixed_from_string): Restore use of elt (1)
22146         in place of uhigh ().
22147         (fixed_convert_from_real): Likewise.
22149 2017-03-03  Uros Bizjak  <ubizjak@gmail.com>
22151         PR target/79514
22152         * config/i386/i386.md (*pushxf_rounded): Use Pmode instead of DImode.
22154 2017-03-03  Richard Biener  <rguenther@suse.de>
22156         PR middle-end/79818
22157         * match.pd ( X +- C1 CMP C2 -> X CMP C2 -+ C1): Add missing
22158         TYPE_OVERFLOW_UNDEFINED check.
22160 2017-03-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
22162         * config/rs6000/vector.md (vector_ne_<mode>_p): Correct operand
22163         numbers.
22164         (vector_ae_<mode>_p): Likewise.
22165         (vector_nez_<mode>_p): Likewise.
22166         (vector_ne_v2di_p): Likewise.
22167         (vector_ae_v2di_p): Likewise.
22168         (vector_ne_<mode>_p): Likewise.
22169         * config/rs6000/vsx.md (vsx_tsqrt<mode>2_fg): Correct operand
22170         numbers.
22171         (vsx_tsqrt<mode>2_fe): Likewise.
22173 2017-03-02  Uros Bizjak  <ubizjak@gmail.com>
22175         PR target/79514
22176         * config/i386/i386.md (*pushxf_rounded): New insn_and_split pattern.
22178 2017-03-02  Jakub Jelinek  <jakub@redhat.com>
22180         PR rtl-optimization/79780
22181         * cprop.c (one_cprop_pass): When second and further conditional trap
22182         in a single basic block is turned into an unconditional trap, turn it
22183         into a deleted note to avoid RTL verification failures.
22185 2017-03-02  Richard Biener  <rguenther@suse.de>
22187         * fold-const.c (const_binop): Use ulow () instead of elt (0).
22189 2017-03-02  Richard Biener  <rguenther@suse.de>
22191         PR tree-optimization/79345
22192         PR c++/42000
22193         * tree-ssa-alias.c (walk_aliased_vdefs_1): Take a limit
22194         param and abort the walk, returning -1 if it is hit.
22195         (walk_aliased_vdefs): Take a limit param and pass it on.
22196         * tree-ssa-alias.h (walk_aliased_vdefs): Add a limit param,
22197         defaulting to 0 and return a signed int.
22198         * tree-ssa-uninit.c (struct check_defs_data): New struct.
22199         (check_defs): New helper.
22200         (warn_uninitialized_vars): Use walk_aliased_vdefs to warn
22201         about uninitialized memory.
22202         * fixed-value.c (fixed_from_string): Use ulow/uhigh to avoid
22203         bogus uninitialized warning.
22204         (fixed_convert_from_real): Likewise.
22206 2017-03-02  Bin Cheng  <bin.cheng@arm.com>
22208         PR tree-optimization/66768
22209         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Skip addr
22210         iv_use if base object can't be determined.
22212 2017-03-02  Jakub Jelinek  <jakub@redhat.com>
22214         PR tree-optimization/79345
22215         * gensupport.h (struct pattern_stats): Add min_scratch_opno field.
22216         * gensupport.c (get_pattern_stats_1) <case MATCH_SCRATCH>: Update it.
22217         (get_pattern_stats): Initialize it.
22218         * genemit.c (gen_expand): Verify match_scratch numbers come after
22219         match_operand/match_dup numbers.
22220         * config/i386/i386.md (<s>mul<mode>3_highpart): Swap match_dup and
22221         match_scratch numbers.
22222         * config/i386/sse.md (avx2_gathersi<mode>, avx2_gatherdi<mode>):
22223         Likewise.
22224         * config/s390/s390.md (trunctdsd2): Likewise.
22226 2017-03-02  Richard Biener  <rguenther@suse.de>
22228         * wide-int.h (wide_int_storage::operator=): Implement in terms
22229         of wi::copy.
22231 2017-03-02  Richard Biener  <rguenther@suse.de>
22233         PR tree-optimization/79777
22234         * tree-ssa-pre.c (eliminate_insert): Give up if we simplify
22235         the to insert expression to sth existing.
22237 2017-03-01  Martin Sebor  <msebor@redhat.com>
22239         PR middle-end/79692
22240         * gimple-ssa-sprintf.c
22241         (directive::known_width_and_precision): New function.
22242         (format_integer): Use it.
22243         (get_mpfr_format_length): Consider the full range of precision
22244         when computing %g output with the # flag.  Set the likely byte
22245         count to 3 rather than 1 when precision is indeterminate.
22246         (format_floating): Correct the lower bound of precision.
22248 2017-03-01  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
22250         * doc/invoke.texi: Document default code model for 64-bit Linux.
22252 2017-03-01  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
22254         PR target/79752
22255         * config/rs6000/rs6000.md (peephole2 for udiv/umod): Should emit
22256         udiv rather than div since input pattern is unsigned.
22258 2017-03-01  Uros Bizjak  <ubizjak@gmail.com>
22260         * config/i386/i386.c (print_reg): Warn for values of
22261         unsupported size in integer register.
22263 2017-03-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
22265         PR target/79439
22266         * config/rs6000/predicates.md (current_file_function_operand): Do
22267         not allow self calls to be local if the function is replaceable.
22269 2017-03-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>
22271         PR target/79395
22272         * config/rs6000/altivec.h (vec_ctz and others): Change the
22273         preprocessor macro that controls conditional compilation from
22274         _ARCH_PWR9 to __POWER9_VECTOR__.
22275         (vec_all_ne): Change parameterization of __altivec_scalar_pred
22276         macro expansion under preprocessor #ifdef __POWER9_VECTOR__
22277         control (instead of _ARCH_PWR9 control) so that template
22278         definition uses power9-specific function.
22279         (vec_any_eq): Likewise.
22280         (vec_all_ne): Change macro definition to use a power9-specific
22281         expansion under #ifdef __POWER9_VECTOR__ control (instead of
22282         _ARCH_PWR9 control).
22283         (vec_any_eq) Likewise.
22284         * config/rs6000/rs6000-builtin.def (CMPNEF): Remove BU_P9V_AV_2
22285         expansion for CMPNEF to remove support for xvcmpnesp instruction.
22286         (CMPNED): Remove BU_P9V_AV2 expansion for CMPNED to remove
22287         support for xvcmpnedp instruction.
22288         (VCMPNEB_P): Replace BU_P9V_AV_P macro expansion with BU_P9V_AV_2
22289         macro expansion so that Power9 implementation of vec_all_ne does
22290         not use the AltiVec predicate framework.
22291         (VCMPNEH_P): Likewise.
22292         (VCMPNEW_P): Likewise.
22293         (VCMPNED_P): Likewise.
22294         (VCMPNEFP_P): Likewise.
22295         (VCMPNEDP_P): Likewise.
22296         (VCMPAEB_P): Add BU_P9V_AV_2 macro expansion to change
22297         implementation of vec_any_eq to not use AltiVec predicate
22298         framework.
22299         (VCMPAEH_P): Likewise.
22300         (VCMPAEW_P): Likewise.
22301         (VCMPAED_P): Likewise.
22302         (VCMPAEFP_P): Likewise.
22303         (VCMPAEDP_P): Likewise.
22304         (VCMPNE_P): Replace BU_P9V_OVERLOAD_P macro expansion with
22305         BU_P9V_OVERLOAD_2 so that Power9 implementation of vec_all_ne does
22306         not use the AltiVec predicate framework.
22307         (VCMPAE_P): Add BU_P9V_OVERLOAD_2 macro to change implementation
22308         of vec_any_eq to not use AltiVec predicate framework.
22309         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Add
22310         support for predefined __POWER9_VECTOR__ macro to indicate that
22311         Power9 instruction selection is enabled.
22312         (altivec_overloaded_builtins): Remove extraneous
22313         ALTIVEC_BUILTIN_VEC_CMPNE entry for overloaded
22314         function argument types RS6000_BTI_bool_V16QI and
22315         RS6000_BTI_bool_V16QI.  Remove erroneous ALTIVEC_BUILTIN_VEC_CMPNE
22316         entry for overloaded function argument types RS6000_BTI_bool_V4SI
22317         andRS6000_BTI_bool_V4SI, mapping to P9V_BUILTIN_CMPNEB.  Remove
22318         two entries mapping to P9V_BUITIN_CMPNED and one entry mapping to
22319         P9V_BUILTIN_CMPNEF to force use of instructions not specific to
22320         Power9 for implementations of vec_cmpne.  Change the signature for
22321         all definitions of the overloaded P9V_BUILTIN_VEC_CMPNE_P function
22322         (representing vec_all_ne) to remove the previously described first
22323         argument of type RS6000_BTI_INTSI, as this was an artifact of
22324         reliance on the AltiVec predicate framework, which is no longer
22325         used in the implementation of these functions.  Add
22326         P9V_BUILTIN_VEC_VCMPAE_P entries (representing the vec_anyeq
22327         function) to match all of the P9V_BUILTIN_VEC_VCMNE_P entries
22328         since, unlike the AltiVec predicate framework implementation, we
22329         do not share function descriptors between vec_alle and vec_anyeq.
22330         (altivec_resolve_overloaded_builtin): Add SFmode and DFmode to the
22331         set of modes that receive special treatment even when
22332         TARGET_P9_VECTOR is true.  The special treatment emits code that
22333         does not depend on Power9 instructions.
22334         * config/rs6000/vector.md (vector_ne_<mode>_p): Change this
22335         define_expand to not rely on AltiVec predicate framework.
22336         (vector_ae_<mode>p): New define_expand to represent vec_any_eq
22337         function.
22338         (vector_ne_v2di_p): Change this define_expand to not rely on
22339         AltiVec predicate framework.
22340         (vector_ae_v2di_p): New define_expand to represent vec_any_eq
22341         function.
22342         (vector_ne_<mode>_p): Change this define_expand to not rely on
22343         AltiVec predicate framework.
22344         (vector_ae_<mode>p): New define_expand to represent vec_any_eq
22345         function.
22346         * config/rs6000/vsx.md (*vsx_ne_<mode>_p): For modes VSX_EXTRACT_I
22347         (V16QI, V8HI, V4SI), correct a typo in the code emitted for this
22348         define_insn pattern.
22349         (*vsx_ne_<mode>_p): For modes VSX_F (V4SF and V2DF), remove this
22350         define_insn pattern because the xvcmpne<VSs>. instruction is not
22351         supported.
22352         (vcmpne<VSs>): Remove this define_insn because xvcmpne<VSs>
22353         instruction is not supported.
22355 2017-03-01  Jakub Jelinek  <jakub@redhat.com>
22357         * config/nvptx/nvptx.c: Include intl.h.
22359 2017-03-01  Martin Jambor  <mjambor@suse.cz>
22361         PR lto/78140
22362         * ipa-prop.h (ipa_bits): Removed field known.
22363         (ipa_jump_func): Removed field vr_known.  Changed fields bits and m_vr
22364         to pointers.  Adjusted their comments to warn about their sharing.
22365         (ipcp_transformation_summary): Change bits to a vector of pointers.
22366         (ipa_check_create_edge_args): Moved to ipa-prop.c, declare.
22367         (ipa_get_ipa_bits_for_value): Declare.
22368         * tree-vrp.h (value_range): Mark as GTY((for_user)).
22369         * ipa-prop.c (ipa_bit_ggc_hash_traits): New.
22370         (ipa_bits_hash_table): Likewise.
22371         (ipa_vr_ggc_hash_traits): Likewise.
22372         (ipa_vr_hash_table): Likewise.
22373         (ipa_print_node_jump_functions_for_edge): Adjust for bits and m_vr
22374         being pointers and vr_known being removed.
22375         (ipa_set_jf_unknown): Likewise.
22376         (ipa_get_ipa_bits_for_value): New function.
22377         (ipa_set_jfunc_bits): Likewise.
22378         (ipa_get_value_range): New overloaded functions.
22379         (ipa_set_jfunc_vr): Likewise.
22380         (ipa_compute_jump_functions_for_edge): Use the above functions to
22381         construct bits and vr parts of jump functions.
22382         (ipa_check_create_edge_args): Move here from ipa-prop.h, also allocate
22383         ipa_bits_hash_table and ipa_vr_hash_table if they do not already
22384         exist.
22385         (ipcp_grow_transformations_if_necessary): Also allocate
22386         ipa_bits_hash_table and ipa_vr_hash_table if they do not already
22387         exist.
22388         (ipa_node_params_t::duplicate): Do not copy bits, just pointers to
22389         them.  Fix too long lines.
22390         (ipa_write_jump_function): Adjust for bits and m_vr being pointers and
22391         vr_known being removed.
22392         (ipa_read_jump_function): Use new setter functions to construct bits
22393         and vr parts of jump functions or set them to NULL.
22394         (write_ipcp_transformation_info): Adjust for bits being pointers.
22395         (read_ipcp_transformation_info): Likewise.
22396         (ipcp_update_bits): Likewise.  Fix excessively long lines a trailing
22397         space.
22398         Include gt-ipa-prop.h.
22399         * ipa-cp.c (propagate_bits_across_jump_function): Adjust for bits
22400         being pointers.
22401         (ipcp_store_bits_results): Likewise.
22402         (propagate_vr_across_jump_function): Adjust for m_vr being a pointer.
22403         Do not write to existing jump functions but use a temporary instead.
22405 2017-03-01  Jakub Jelinek  <jakub@redhat.com>
22407         PR c++/79681
22408         * fold-const.c (make_bit_field_ref): If orig_inner is COMPONENT_REF,
22409         attempt to use its first operand as BIT_FIELD_REF base.
22411 2017-03-01  Richard Biener  <rguenther@suse.de>
22413         PR middle-end/79721
22414         * tree-chrec.c (chrec_evaluate): Perform computation of Newtons
22415         interpolating formula in wrapping arithmetic.
22416         (chrec_apply): Convert chrec_evaluate return value to wanted type.
22418 2017-03-01  Jakub Jelinek  <jakub@redhat.com>
22420         PR tree-optimization/79734
22421         * tree-vect-generic.c (expand_vector_condition): Optimize
22422         AVX512 vector boolean VEC_COND_EXPRs into bitwise operations.
22423         Handle VEC_COND_EXPR where comparison has different inner width from
22424         type's inner width.
22426 2017-02-28  Sandra Loosemore  <sandra@codesourcery.com>
22428         * doc/invoke.texi (ARC Options): Copy-edit to fix punctuation,
22429         markup, and similar issues.  Remove @opindex entries for things
22430         that aren't options.  Add missing -mmpy-option entries.
22432 2017-02-28  Jakub Jelinek  <jakub@redhat.com>
22434         PR tree-optimization/79737
22435         * gimple-ssa-store-merging.c (encode_tree_to_bitpos): If bitlen is
22436         a multiple of BITS_PER_UNIT and !BYTES_BIG_ENDIAN, clear
22437         tmpbuf[byte_size - 1].  Call natice_encode_expr with byte_size - 1
22438         instead of byte_size.  Formatting fix.
22439         (shift_bytes_in_array_right): Formatting fix.
22441 2017-02-28  Eric Botcazou  <ebotcazou@adacore.com>
22443         PR target/79749
22444         * config/sparc/sparc.c (sparc_frame_pointer_required): Add missing
22445         condition on optimize for the leaf function test.
22447 2017-02-28  Martin Liska  <mliska@suse.cz>
22449         PR lto/79625
22450         * read-rtl-function.c (function_reader::handle_unknown_directive):
22451         Bail out when one uses -flto.
22453 2017-02-28  Martin Liska  <mliska@suse.cz>
22455         * common.opt: Replace space with tabular for options of <number>
22456         type.
22457         * config/i386/i386.opt: Show <number> value for
22458         -mlarge-data-threshold.
22459         * opts.c (print_filtered_help): Do not display number in hexadecimal
22460         format.
22462 2017-02-28  Martin Liska  <mliska@suse.cz>
22464         * common.opt: Fix --help=option -Q for options which are of
22465         an enum type.
22467 2017-02-28  Uros Bizjak  <ubizjak@gmail.com>
22469         * config/i386/i386.c (print_reg): Error out for values
22470         of 8-bit size in invalid integer register.
22472 2017-02-28  Martin Sebor  <msebor@redhat.com>
22474         PR tree-optimization/79691
22475         * passes.def (pass_all_optimizations_g): Enable pass_sprintf_length.
22477 2017-02-28  Jakub Jelinek  <jakub@redhat.com>
22479         PR target/79729
22480         * config/i386/i386.c (ix86_print_operand) <case 'R'>: Replace
22481         gcc_unreachable with output_operand_lossage.
22483 2017-02-28  Richard Biener  <rguenther@suse.de>
22485         PR tree-optimization/79740
22486         * tree-ssa-sccvn.c (vn_nary_op_insert_into): Allow redundant
22487         inserts.
22488         (visit_nary_op): Insert the nary into the hashtable if we
22489         pattern-matched sth.
22490         * tree-ssa-pre.c (eliminate_insert): Robustify.
22492 2017-02-28  Richard Biener  <rguenther@suse.de>
22494         PR middle-end/79731
22495         * fold-const.c (decode_field_reference): Reject out-of-bound
22496         accesses.
22498 2017-02-28  Jakub Jelinek  <jakub@redhat.com>
22500         * config/i386/i386.c: Include intl.h.
22501         (ix86_option_override_internal): Use cond ? G_("...") : G_("...")
22502         instead of just cond ? "..." : "...".
22503         * config/nvptx/nvptx.c (nvptx_goacc_validate_dims): Likewise.
22504         * coverage.c (read_counts_file): Likewise.
22505         * omp-offload.c: Include intl.h.
22506         (oacc_loop_fixed_partitions): Use cond ? G_("...") : G_("...") instead
22507         of just cond ? "..." : "...".
22508         * gcov.c (read_count_file): Use cond ? N_("...") : N_("...") instead
22509         of just cond ? "..." : "...".
22511 2017-02-28  Richard Earnshaw  <rearnsha@arm.com>
22513         PR target/79742
22514         * config/arm/parsecpu.awk (gen_data): Set tuning target to 'tune for'
22515         entry, if present.
22516         * config/arm/arm-cpus.in (cortex-m0plus.small-multiply): Correct
22517         'tune for' CPU name.
22518         * config/arm/arm-cpu-data.h: Regenerated.
22520 2017-02-28  Richard Biener  <rguenther@suse.de>
22522         PR tree-optimization/79732
22523         * tree-inline.c (expand_call_inline): Do not shadow var.
22525 2017-02-28  Richard Biener  <rguenther@suse.de>
22527         PR tree-optimization/79723
22528         * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size): Preserve
22529         address-space properly.
22531 2017-02-28  Thomas Schwinge  <thomas@codesourcery.com>
22533         * doc/optinfo.texi (Optimization groups): Fix option used for
22534         OPTGROUP_ALL.
22535         * doc/invoke.texi (-fopt-info): Document "omp".
22536         * dumpfile.h: Sort OPTGROUP_OMP before OPTGROUP_VEC.
22537         (OPTGROUP_ALL): Add OPTGROUP_OMP.
22538         * hsa-gen.c (pass_data_gen_hsail): Use OPTGROUP_OMP.
22539         * ipa-hsa.c (pass_data_ipa_hsa): Likewise.
22540         * omp-simd-clone.c (pass_data_omp_simd_clone): Likewise.
22542         * dumpfile.h (OPTGROUP_OPENMP): Rename to OPTGROUP_OMP.  Adjust
22543         all users.
22544         * dumpfile.c (optgroup_options): Instead of "openmp", associate
22545         OPTGROUP_OMP with "omp".
22547 2017-02-27  Pat Haugen  <pthaugen@us.ibm.com>
22549         PR target/79544
22550         * config/rs6000/rs6000-c.c (struct altivec_builtin_types): Use VSRAD
22551         for arithmetic shift of unsigned V2DI.
22553 2017-02-27  Claudiu Zissulescu  <claziss@synopsys.com>
22555         * config.gcc (arc*-): Clean up, use arc/big.h, arc/elf.h, and
22556         arc/linux.h headers.
22557         * config/arc/arc.h (TARGET_OS_CPP_BUILTINS): Remove.
22558         (LINK_SPEC): Likewise.
22559         (ARC_TLS_EXTRA_START_SPEC): Likewise.
22560         (EXTRA_SPECS): Likewise.
22561         (STARTFILE_SPEC): Likewise.
22562         (ENDFILE_SPEC): Likewise.
22563         (LIB_SPEC): Likewise.
22564         (TARGET_SDATA_DEFAULT): Likewise.
22565         (TARGET_MMEDIUM_CALLS_DEFAULT): Likewise.
22566         (MULTILIB_DEFAULTS): Likewise.
22567         (DWARF2_UNWIND_INFO): Likewise.
22568         * config/arc/big.h: New file.
22569         * config/arc/elf.h: Likewise.
22570         * config/arc/linux.h: Likewise.
22571         * config/arc/t-uClibc: Remove.
22573 2017-02-27  Bin Cheng  <bin.cheng@arm.com>
22575         PR tree-optimization/77536
22576         * tree-ssa-loop-manip.c (niter_for_unrolled_loop): New function.
22577         (tree_transform_and_unroll_loop): Use above function to compute the
22578         estimated niter of unrolled loop and use it when scaling profile.
22579         Also use count info rather than frequency if it's non-zero.
22580         * tree-ssa-loop-manip.h niter_for_unrolled_loop(): New declaration.
22581         * tree-vect-loop.c (scale_profile_for_vect_loop): New function.
22582         (vect_transform_loop): Call above function.
22584 2017-02-27  Richard Biener  <rguenther@suse.de>
22586         PR tree-optimization/45397
22587         * tree-ssa-pre.c (eliminate_insert): Handle BIT_AND_EXPR.
22588         * tree-ssa-sccvn.c (valueized_wider_op): New helper.
22589         (visit_nary_op): Add pattern matching for CSEing sign-changed
22590         or truncated operations with wider ones.
22592 2017-02-27  Richard Biener  <rguenther@suse.de>
22594         PR tree-optimization/79690
22595         * tree-vect-stmts.c (vectorizable_store): Use vector type
22596         built from the DR with address-space.
22598 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
22600         * doc/invoke.texi (Optimize Options): Refine the description
22601         of asan-use-after-return.
22603 2017-02-25  Alan Modra  <amodra@gmail.com>
22605         PR rtl-optimization/79584
22606         * lra-constraints.c (base_to_reg): Reload ad->base, the entire
22607         base, not ad->base_term, the reg within base.  Remove assertion
22608         that ad->base == ad->base_term.  Replace gen_int_mode using
22609         bogus mode with const0_rtx.
22611 2017-02-25  Jakub Jelinek  <jakub@redhat.com>
22613         PR middle-end/79396
22614         * tree-eh.c (operation_could_trap_p, stmt_could_throw_1_p): Handle
22615         FMA_EXPR like tcc_binary or tcc_unary.
22617         * tree-ssa-loop-niter.c (number_of_iterations_exit): Simplify warning.
22619         PR debug/77589
22620         * dwarf2out.c (struct dw_loc_list_struct): Add noted_variable_value
22621         bitfield.
22622         (size_of_loc_descr): Handle DW_OP_GNU_variable_value.
22623         (output_loc_operands): Handle DW_OP_call_ref and
22624         DW_OP_GNU_variable_value.
22625         (struct variable_value_struct): New type.
22626         (struct variable_value_hasher): Likewise.
22627         (variable_value_hash): New variable.
22628         (string_types): Remove.
22629         (copy_loc_descr): New function.
22630         (add_loc_descr_to_each): Clarify comment.  Use copy_loc_descr.
22631         (prepend_loc_descr_to_each): New function.
22632         (add_loc_list): Fix comment typo.  Use prepend_loc_descr_to_each
22633         instead of add_loc_descr_to_each if the first argument is single
22634         location list and the second has multiple.
22635         (resolve_args_picking_1): Handle DW_OP_GNU_variable_value.
22636         (loc_list_from_tree_1): For early_dwarf, emit DW_OP_GNU_variable_value
22637         when looking for variable value which doesn't have other location info.
22638         (loc_list_from_tree): Formatting fix.
22639         (gen_array_type_die): Simplify DW_AT_string_length handling.
22640         (adjust_string_types): Remove.
22641         (gen_subprogram_die): Don't call adjust_string_types nor test/set
22642         string_types.  Call resolve_variable_values.
22643         (prune_unused_types_walk_loc_descr): Handle DW_OP_GNU_variable_value.
22644         (resolve_addr_in_expr): Likewise.  Add A argument.
22645         (copy_deref_exprloc): Remove deref argument.  Adjust for the
22646         original expression being DW_OP_GNU_variable_value with optionally
22647         DW_OP_stack_value after it instead of DW_OP_call4 with DW_OP_deref
22648         optionally after it.
22649         (optimize_string_length): Rework for DW_OP_GNU_variable_value.
22650         (resolve_addr): Adjust optimize_string_length and resolve_addr_in_expr
22651         callers.  Set remove_AT_byte_size if removing DW_AT_string_length.
22652         (variable_value_hasher::hash, variable_value_hasher::equal): New
22653         methods.
22654         (resolve_variable_value_in_expr, resolve_variable_value,
22655         resolve_variable_values, note_variable_value_in_expr,
22656         note_variable_value): New functions.
22657         (dwarf2out_early_finish): Call note_variable_value on all toplevel
22658         DIEs.
22660 2017-02-24  Jakub Jelinek  <jakub@redhat.com>
22662         PR c/79677
22663         * opts.h (handle_generated_option): Add GENERATED_P argument.
22664         * opts-common.c (handle_option): Adjust function comment.
22665         (handle_generated_option): Add GENERATED_P argument, pass it to
22666         handle_option.
22667         (control_warning_option): Pass false to handle_generated_option
22668         GENERATED_P.
22669         * opts.c (maybe_default_option): Pass true to handle_generated_option
22670         GENERATED_P.
22671         * optc-gen.awk: Likewise.
22673 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
22675         * config/sh/sh.md (tstsi_t): If operands[0] is a SUBREG instead of
22676         a REG, look at the REG it is a SUBREG of.
22677         (splitter for cmpeqsi_t): Ditto.
22679 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
22681         * config/pa/pa.c (pa_combine_instructions): Do not share RTL.  Make
22682         the special USEs with the pattern of the insn, not the insn itself.
22684 2017-02-24  Matthew Fortune  <matthew.fortune@imgtec.com>
22686         PR target/79473
22687         * doc/invoke.texi: Document -mload-store-pairs.
22689 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
22690             Sandra Loosemore  <sandra@codesourcery.com>
22692         * config/nios2/nios2.c (nios2_simple_const_p): Returns false if the
22693         argument isn't a CONST_INT.
22694         (nios2_alternate_compare_const): Assert op is a CONST_INT.
22695         (nios2_valid_compare_const_p): Assert op is a CONST_INT.
22696         (nios2_validate_compare): Bypass alternate compare logic if *op2
22697         is not a CONST_INT.
22698         (ldstwm_operation_p): Return false if first_base is not a REG or
22699         if first_offset is not a CONST_INT.
22701 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
22703         * config/cris/cris.md: Use correct operand in a define_peephole2.
22705 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
22707         * config/c6x/c6x.c (predicate_insn): Do not incorrectly share RTL.
22709 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
22711         * config/arc/arc.c (arc_ccfsm_advance): Only take the PATTERN of
22712         this_insn if it is an INSN or JUMP_INSN.
22713         (force_offsettable): Look at base, not at addr.
22714         * config/arc/predicates.md (brcc_nolimm_operator): Don't call INTVAL
22715         on things that aren't necessarily CONST_INTs.
22717 2017-02-24  Uros Bizjak  <ubizjak@gmail.com>
22719         * doc/invoke.texi (x86 Options, -mfpmath=sse): Mention that
22720         -mfpmath=sse is the default also for x86-32 targets with SSE2
22721         instruction set when @option{-ffast-math} is enabled
22723 2017-02-24  Jeff Law  <law@redhat.com>
22725         PR rtl-optimizatoin/79286
22726         * ira.c (update_equiv_regs): Drop may_trap_p exception to
22727         dominance test.
22729 2017-02-24  Richard Biener  <rguenther@suse.de>
22731         PR tree-optimization/79389
22732         * gimple-ssa-split-paths.c (is_feasible_trace): Properly skip
22733         debug insns.
22735 2017-02-24  Aldy Hernandez  <aldyh@redhat.com>
22737         * tree-ssa-loop-niter.c (number_of_iterations_exit): Update
22738         function comment to reflect reality.
22739         (loop_exits_before_overflow): Fix typo in function description.
22741 2017-02-24  Richard Biener  <rguenther@suse.de>
22743         PR tree-optimization/79389
22744         * gimple-ssa-split-paths.c (is_feasible_trace): Verify more
22745         properly that a threading opportunity exists.  Detect conditional
22746         copy/constant propagation opportunities.
22748 2017-02-23  Eric Botcazou  <ebotcazou@adacore.com>
22750         * config/visium/visium.md (type): Add trap.
22751         (b): New mode attribute.
22752         (*btst): Rename into...
22753         (*btst<mode>): ...this and adjust.
22754         (*cbranchsi4_btst_insn): Rename into...
22755         (*cbranch<mode>4_btst_insn): ...this and adjust.
22756         (trap): New define_insn.
22758 2017-02-23  Jakub Jelinek  <jakub@redhat.com>
22760         PR tree-optimization/79389
22761         * ifcvt.c (struct noce_if_info): Add rev_cond field.
22762         (noce_reversed_cond_code): New function.
22763         (noce_emit_store_flag): Use rev_cond if non-NULL instead of
22764         reversed_comparison_code.  Formatting fix.
22765         (noce_try_store_flag): Test rev_cond != NULL in addition to
22766         reversed_comparison_code.
22767         (noce_try_store_flag_constants): Likewise.
22768         (noce_try_store_flag_mask): Likewise.
22769         (noce_try_addcc): Use rev_cond if non-NULL instead of
22770         reversed_comparison_code.
22771         (noce_try_cmove_arith): Likewise.  Formatting fixes.
22772         (noce_try_minmax, noce_try_abs): Clear rev_cond.
22773         (noce_find_if_block): Initialize rev_cond.
22774         (find_cond_trap): Call noce_get_condition with then_bb == trap_bb
22775         instead of false as last argument never attempt to reverse it
22776         afterwards.
22778 2017-02-23  Bin Cheng  <bin.cheng@arm.com>
22780         PR tree-optimization/79663
22781         * tree-predcom.c (combine_chains): Process refs in reverse order
22782         only for ZERO length chains, and add explaining comment.
22784 2017-02-23  Jeff Law  <law@redhat.com>
22786         PR tree-optimization/79578
22787         * tree-ssa-dse.c (clear_bytes_written_by): Use OEP_ADDRESS_OF
22788         in call to operand_equal_p.
22790 2017-01-23  Dominique d'Humieres  <dominiq@lps.ens.fr>
22792         PR target/71017
22793         * config/i386/cpuid.h: Fix another undefined behavior.
22795 2017-02-23  Richard Biener  <rguenther@suse.de>
22797         PR tree-optimization/79683
22798         * tree-vect-stmts.c (vect_analyze_stmt): Do not overwrite
22799         vector types for data-refs.
22801 2017-02-23  Martin Liska  <mliska@suse.cz>
22803         * params.def (PARAM_MIN_NONDEBUG_INSN_UID): Change default to 0.
22805 2017-02-23  Jakub Jelinek  <jakub@redhat.com>
22807         PR middle-end/79665
22808         * internal-fn.c (get_range_pos_neg): Moved to ...
22809         * tree.c (get_range_pos_neg): ... here.  No longer static.
22810         * tree.h (get_range_pos_neg): New prototype.
22811         * expr.c (expand_expr_real_2) <case TRUNC_DIV_EXPR>: If both arguments
22812         are known to be in between 0 and signed maximum inclusive, try to
22813         expand both unsigned and signed divmod and use the cheaper one from
22814         those.
22816 2017-02-22  Jeff Law  <law@redhat.com>
22818         PR tree-optimization/79578
22819         * tree-ssa-dse.c (clear_bytes_written_by): Use operand_equal_p
22820         to compare base operands.
22822 2017-02-22  Segher Boessenkool  <segher@kernel.crashing.org>
22824         PR target/79211
22825         * config/rs6000/rs6000.md (*fsel<SFDF:mode><SFDF2:mode>4): Use
22826         gpc_reg_operand instead of fpr_reg_operand.
22828 2017-02-22  Sameera Deshpande  <sameera.deshpande@imgtec.com>
22830         * config/mips/mips.c (mips_return_in_memory): Force FP
22831         vector types to be returned in memory for o32 ABI.
22833 2017-02-22  Jakub Jelinek  <jakub@redhat.com>
22835         * dwarf2out.c (gen_variable_die): For -gdwarf-5, use DW_TAG_variable
22836         instead of DW_TAG_member for static data member declarations and don't
22837         set no_linkage_name for static inline data members.
22838         (gen_member_die): For -gdwarf-5 don't change DW_TAG_variable
22839         to DW_TAG_member.
22841 2017-02-22  Martin Liska  <mliska@suse.cz>
22843         * doc/invoke.texi: Replace inequality signs with square brackets
22844         for -Wnormalized.
22846 2017-02-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
22848         PR tree-optimization/68644
22849         * gcc.dg/tree-ssa/ivopts-lt-2.c: Skip for powerpc*-*-*.
22851 2017-02-22  Matthew Fortune  <matthew.fortune@imgtec.com>
22853         PR target/78660
22854         * lra-constraints.c (simplify_operand_subreg): Handle
22855         WORD_REGISTER_OPERATIONS targets.
22857 2017-02-22  Jakub Jelinek  <jakub@redhat.com>
22859         PR target/70465
22860         * reg-stack.c (emit_swap_insn): Treat (float_extend:?F (mem:?F))
22861         and (const_double:?F) like (mem:?F) for the purpose of fxch %st(1)
22862         elimination by swapping fld*.
22864 2017-02-22  Richard Biener  <rguenther@suse.de>
22866         PR tree-optimization/79673
22867         * tree-ssa-pre.c (compute_avail): Use wide_int_to_tree to
22868         convert the [TARGET_]MEM_REF offset INTEGER_CST, scrapping off
22869         irrelevant address-space qualifiers and avoiding a
22870         ADDR_SPACE_CONVERT_EXPR from fold_convert.
22872 2017-02-22  Richard Biener  <rguenther@suse.de>
22874         PR tree-optimization/79666
22875         * tree-vrp.c (extract_range_from_binary_expr_1): Make sure
22876         to not symbolically negate if that may introduce undefined
22877         overflow.
22879 2017-02-22  Martin Liska  <mliska@suse.cz>
22881         PR lto/79587
22882         * data-streamer-in.c (streamer_read_gcov_count): Remove assert.
22883         * data-streamer-out.c (streamer_write_gcov_count_stream):
22884         Likewise.
22885         * value-prof.c (stream_out_histogram_value): Make assert more
22886         precise based on type of counter.
22888 2017-02-21  Uros Bizjak  <ubizjak@gmail.com>
22890         PR target/79593
22891         * config/i386/i386.md (standard_x87sse_constant_load splitter):
22892         Use nonimmediate_operand instead of memory_operand for operand 1.
22893         (float-extend standard_x87sse_constant_load splitter): Ditto.
22895 2017-02-21  Jeff Law  <law@redhat.com>
22897         PR tree-optimization/79621
22898         * gimple-ssa-isolate-paths.c (find_implicit_erroneous_behavior): Ignore
22899         blocks with edges to themselves.
22901 2017-02-21  Jakub Jelinek  <jakub@redhat.com>
22903         PR target/79633
22904         * tree-chkp-opt.c (chkp_optimize_string_function_calls): Use
22905         is_gimple_call instead of comparing gimple_code with GIMPLE_CALL.
22906         Use gimple_call_builtin_p.
22908         PR target/79570
22909         * sel-sched.c (moveup_expr_cached): Don't call sel_bb_head
22910         on temporarily removed DEBUG_INSNs.
22912         PR tree-optimization/79649
22913         * tree-loop-distribution.c (classify_partition): Give up on
22914         non-generic address space loads/stores.
22916 2017-02-21  Aldy Hernandez  <aldyh@redhat.com>
22918         * doc/loop.texi (Loop manipulation): Remove nonexistent
22919         tree_ssa_loop_version from the documentation.
22920         * cfgloopmanip.c (loop_version): Document CONDITION_BB argument.
22922 2017-02-21  Jakub Jelinek  <jakub@redhat.com>
22924         PR target/79494
22925         * config/i386/i386.c (ix86_expand_split_stack_prologue): Call
22926         make_reg_eh_region_note_nothrow_nononlocal on call_insn.
22927         * config/rs6000/rs6000.c: Include except.h.
22928         (rs6000_expand_split_stack_prologue): Call
22929         make_reg_eh_region_note_nothrow_nononlocal on the call insn.
22931 2017-02-21  Martin Jambor  <mjambor@suse.cz>
22933         PR lto/79579
22934         * ipa-prop.c (ipa_prop_write_jump_functions): Bail out if no edges
22935         have been analyzed.
22937 2017-02-21  Martin Jambor  <mjambor@suse.cz>
22939         * common.opt (-fipa-cp-alignment): Mark as ignored and preserved
22940         for backward compatibility only.
22941         * doc/invoke.texi (Option Summary): Remove all references to
22942         -fipa-cp-alignment.
22944 2017-02-21  Matthew Fortune  <matthew.fortune@imgtec.com>
22946         PR target/78660
22947         Revert:
22948         2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
22950         * lra-constraints.c (curr_insn_transform): Handle
22951         WORD_REGISTER_OPERATIONS requirements when reloading SUBREGs.
22953 2017-02-21  Martin Liska  <mliska@suse.cz>
22955         * config/i386/i386.opt: Replace -masm-dialect with -masm.
22957 2017-02-21  Thomas Schwinge  <thomas@codesourcery.com>
22959         PR translation/79638
22960         * config/nvptx/nvptx.c (ENTRY_TEMPLATE): Single out "%ntid.y".
22962 2017-02-21  Eric Botcazou  <ebotcazou@adacore.com>
22964         PR ada/67205
22965         * config/arm/arm.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define.
22966         (arm_function_ok_for_sibcall): Return false for an indirect call by
22967         descriptor if all the argument registers are used.
22968         (arm_relayout_function): Use FUNCTION_ALIGNMENT macro to adjust the
22969         alignment of the function.
22971 2017-02-21  Jakub Jelinek  <jakub@redhat.com>
22973         PR tree-optimization/61441
22974         * simplify-rtx.c (simplify_const_unary_operation): For
22975         -fsignaling-nans and sNaN operand, return NULL_RTX rather than
22976         the sNaN unmodified.
22978 2017-02-20  Bernd Edlinger  <bernd.edlinger@hotmail.de>
22980         * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
22981         (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
22982         instead of SYSTEM_HEADER_DIR.
22984 2017-02-20  Gerald Pfeifer  <gerald@pfeifer.com>
22985             Martin LiÅ¡ka  <mliska@suse.cz>
22987         * doc/invoke.texi (use-after-scope-direct-emission-threshold):
22988         Fix typos and grammar, use active voice, and clarify.
22990 2017-02-20  Marek Polacek  <polacek@redhat.com>
22992         PR middle-end/79537
22993         * gimplify.c (gimplify_expr): Handle unused *&&L;.
22995         PR sanitizer/79558
22996         * ubsan.c (ubsan_type_descriptor): Check if TYPE_MAX_VALUE is null.
22998 2017-02-20  Jakub Jelinek  <jakub@redhat.com>
23000         PR target/79568
23001         * config/i386/i386.c (ix86_expand_builtin): Handle
23002         OPTION_MASK_ISA_AVX512VL and OPTION_MASK_ISA_64BIT in
23003         ix86_builtins_isa[fcode].isa as a requirement of those
23004         flags and any other flag in the bitmask.
23005         (ix86_init_mmx_sse_builtins): Use 0 instead of
23006         ~OPTION_MASK_ISA_64BIT as mask.
23007         * config/i386/i386-builtin.def (__builtin_ia32_rdtsc,
23008         __builtin_ia32_rdtscp, __builtin_ia32_pause, __builtin_ia32_bsrsi,
23009         __builtin_ia32_rdpmc, __builtin_ia32_rolqi, __builtin_ia32_rolhi,
23010         __builtin_ia32_rorqi, __builtin_ia32_rorhi): Likewise.
23012 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
23014         PR target/78012
23015         * lra-constraints.c (split_reg): Check requested split mode
23016         is supported by the register.
23018 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
23020         * lra-constraints.c (simplify_operand_subreg): Remove early
23021         return false.
23023 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
23025         PR target/78660
23026         * lra-constraints.c (curr_insn_transform): Tighten condition
23027         for converting SUBREG reloads from OP_OUT to OP_INOUT.
23029 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
23031         PR target/78660
23032         * lra-constraints.c (curr_insn_transform): Handle
23033         WORD_REGISTER_OPERATIONS requirements when reloading SUBREGs.
23035 2017-02-19  Uros Bizjak  <ubizjak@gmail.com>
23037         Revert:
23038         2016-05-30  Uros Bizjak  <ubizjak@gmail.com>
23040         * config/i386/sync.md (mfence_nosse): Use "lock orl $0, -4(%esp)".
23042 2017-02-19  Jonathan Wakely  <jwakely@redhat.com>
23044         PR c++/69523
23045         * doc/invoke.texi (C++ Dialect Options) [-Wliteral-suffix]: Update
23046         description.
23048 2017-02-19  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
23050         * gimple-pretty-print.c (dump_ternary_rhs): Adjust gimple dump format
23051         for FMA_EXPR.
23053 2017-02-18  Jakub Jelinek  <jakub@redhat.com>
23055         * final.c (last_columnnum, override_columnnum): New variables.
23056         (final_start_function): Set last_columnnum, pass it to begin_prologue
23057         hook and pass 0 to dwarf2out_begin_prologue.
23058         (final_scan_insn): Update override_columnnum.  Pass last_columnnum
23059         to source_line debug hook.
23060         (notice_source_line): Compute last_columnnum and for debug_column_info
23061         return true on column changes.
23062         * debug.h (struct gcc_debug_hooks): Add column argument to
23063         source_line and begin_prologue hooks.
23064         (debug_nothing_int_charstar_int_bool): Remove prototype.
23065         (debug_nothing_int_int_charstar,
23066         debug_nothing_int_int_charstar_int_bool): New prototypes.
23067         (dwarf2out_begin_prologue): Add column argument.
23068         * debug.c (do_nothing_debug_hooks): Adjust source_line and
23069         begin_prologue hooks.
23070         (debug_nothing_int_charstar_int_bool): Remove.
23071         (debug_nothing_int_int_charstar,
23072         debug_nothing_int_int_charstar_int_bool): New functions.
23073         * dwarf2out.c (dwarf2out_begin_prologue): Add column argument, pass it
23074         through to dwarf2out_source_line.
23075         (dwarf2_lineno_debug_hooks): Adjust begin_prologue hook.
23076         (dwarf2out_source_line): Add column argument, emit it if requested.
23077         * sdbout.c (sdbout_source_line, sdbout_begin_prologue): Add column
23078         arguments.
23079         * xcoffout.h (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
23080         * xcoffout.c (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
23081         * vmsdbgout.c (vmsdbgout_begin_prologue): Add column argument, pass it
23082         through to dwarf2out_begin_prologue.
23083         (vmsdbgout_source_line): Add column argument, pass it through to
23084         dwarf2out_source_line.
23085         * dbxout.c (dbxout_begin_prologue): Add column argument, adjust
23086         dbxout_source_line caller.
23087         (dbxout_source_line): Add column argument.
23089         * common.opt (gno-column-info, gcolumn-info): New options.
23090         * dwarf2out.c (dwarf2_lineno_debug_hooks): Formatting fix.
23091         (check_die): Also test for multiple DW_AT_decl_column attributes.
23092         (add_src_coords_attributes, dwarf2out_imported_module_or_decl_1): Add
23093         DW_AT_decl_column if requested.
23094         (gen_subprogram_die): Compare and/or add also DW_AT_decl_column
23095         if requested.
23096         (gen_variable_die): Likewise.
23097         (add_call_src_coords_attributes): Add DW_AT_call_column if requested.
23098         * doc/invoke.texi (-gcolumn-info, -gno-column-info): Document.
23100         PR target/79569
23101         * config/i386/i386.opt (m3dnowa): Replace Undocumented with Report.
23102         * common/config/i386/i386-common.c (OPTION_MASK_ISA_3DNOW_A_SET): Define.
23103         (ix86_handle_option): Handle OPT_m3dnowa.
23104         * doc/invoke.texi (-m3dnowa): Document.
23105         * doc/extend.texi (__builtin_ia32_pmulhuw, __builtin_ia32_pf2iw): Use
23106         -m3dnowa instead of -m3dnow -march=athlon.
23108         PR target/79559
23109         * config/i386/i386.c (ix86_print_operand): Use output_operand_lossage
23110         instead of gcc_assert for K, r and R code checks.  Formatting fixes.
23112 2017-02-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
23114         PR target/79261
23115         * config/rs6000/rs6000.c (rs6000_expand_ternop_builtin): Add
23116         support for CODE_FOR_vsx_xxpermdi_v2d[fi]_be.
23117         * config/rs6000/rs6000.md (reload_gpr_from_vsx<mode>): Call
23118         generator for vsx_xxpermdi_<mode>_be.
23119         * config/rs6000/vsx.md (vsx_xxpermdi_<mode>): Remove logic to
23120         force big-endian semantics.
23121         (vsx_xxpermdi_<mode>_be): New define_expand with same
23122         implementation as previous version of vsx_xxpermdi_<mode>.
23124 2017-02-17  Jakub Jelinek  <jakub@redhat.com>
23126         PR tree-optimization/79327
23127         * gimple-ssa-sprintf.c (format_integer): Remove likely_adjust
23128         variable, its initialization and use.
23130 2017-02-17  Julia Koval  <julia.koval@intel.com>
23132         * common/config/i386/i386-common.c (OPTION_MASK_ISA_RDPID_SET): New.
23133         (OPTION_MASK_ISA_PKU_UNSET): New.
23134         (ix86_handle_option): Handle -mrdpid.
23135         * config/i386/cpuid.h (bit_RDPID): New.
23136         * config/i386/driver-i386.c (host_detect_local_cpu):
23137         Detect RDPID feature.
23138         * config/i386/i386-builtin.def (__builtin_ia32_rdpid): New.
23139         * config/i386/i386-c.c (ix86_target_macros_internal):
23140         Handle RDPID flag.
23141         * config/i386/i386.c (ix86_target_string): Add -mrdpid to isa2_opts.
23142         (ix86_valid_target_attribute_inner_p): Add "rdpid".
23143         (ix86_expand_builtin): Handle IX86_BUILTIN_RDPID.
23144         * config/i386/i386.h (TARGET_RDPID, TARGET_RDPID_P): New.
23145         * config/i386/i386.md (define_insn "rdpid"): New.
23146         * config/i386/i386.opt Add -mrdpid.
23147         * config/i386/immintrin.h (_rdpid_u32): New.
23149 2017-02-17  Vladimir Makarov  <vmakarov@redhat.com>
23151         PR rtl-optimization/79541
23152         * lra-constraints.c (curr_insn_transform): Remove wrong asm insn
23153         instead of transforming it into USE.
23155 2017-02-17  Segher Boessenkool  <segher@kernel.crashing.org>
23157         * config/rs6000/rs6000.md (extendsfdf2): Remove default arguments.
23158         If HONOR_SNANS (SFmode) force the input to a register.
23159         (*extendsfdf2_fpr): Add !HONOR_SNANS (SFmode) condition.
23160         (*extendsfdf2_snan): New pattern, used when using SNaNs; it generates
23161         an frsp or similar insn.
23163 2017-02-17  Martin Liska  <mliska@suse.cz>
23165         PR rtl-optimization/79577
23166         * params.def (selsched-max-sched-times): Increase minimum to 1.
23168 2017-02-17  Martin Liska  <mliska@suse.cz>
23170         PR rtl-optimization/79574
23171         * gcse.c (want_to_gcse_p): Prevent integer overflow.
23173 2017-02-17  Martin Liska  <mliska@suse.cz>
23175         PR tree-optimization/79529
23176         * tree-ssa-loop-unswitch.c (is_maybe_undefined): Use
23177         ssa_defined_default_def_p to handle cases which are implicitly
23178         defined.
23179         * tree-ssa.c (ssa_defined_default_def_p): New function.
23180         (ssa_undefined_value_p): Use ssa_defined_default_def_p to handle cases
23181         which are implicitly defined.
23182         * tree-ssa.h (ssa_defined_default_def_p): Declare.
23184 2017-02-17  Richard Biener  <rguenther@suse.de>
23186         PR middle-end/79576
23187         * params.def (max-ssa-name-query-depth): Limit to 10.
23189 2017-02-17  Richard Biener  <rguenther@suse.de>
23191         PR tree-optimization/79552
23192         * tree-ssa-structalias.c (visit_loadstore): Properly verify
23193         default defs.
23195 2017-02-17  Richard Biener  <rguenther@suse.de>
23197         PR bootstrap/79567
23198         * genmatch.c (output_line_directive): Handle DIR_SEPARATOR_2.
23200 2017-02-17  Marek Polacek  <polacek@redhat.com>
23202         PR middle-end/79536
23203         * fold-const.c (fold_negate_expr_1): Renamed from fold_negate_expr.
23204         (fold_negate_expr): New wrapper.
23206 2017-02-16  Sandra Loosemore  <sandra@codesourcery.com>
23208         * doc/invoke.texi (C++ Dialect Options) [-Wno-non-template-friend]: 
23209         Correct terminology and de-emphasize pre-standard behavior.
23211 2017-02-16  Alan Modra  <amodra@gmail.com>
23213         PR rtl-optimization/79286
23214         * ira.c (def_dominates_uses): New function.
23215         (update_equiv_regs): Don't create an equivalence for insns that
23216         may trap where the register def does not dominate the use.
23218 2017-02-16  Vladimir Makarov  <vmakarov@redhat.com>
23220         PR rtl-optimization/78127
23221         * lra.c (lra): Call lra_eliminate before finish the loop after
23222         lra_constraint.
23224 2017-02-16  Richard Biener  <rguenther@suse.de>
23226         * graphite.h: Do not include isl/isl_val_gmp.h, instead include
23227         isl/isl_val.h.
23228         * graphite-isl-ast-to-gimple.c (gmp_cst_to_tree): Remove.
23229         (gcc_expression_from_isl_expr_int): Use generic isl_val interface.
23230         * graphite-sese-to-poly.c: Do not include isl/isl_val_gmp.h.
23231         (isl_val_int_from_wi): New function.
23232         (extract_affine_gmp): Rename to ...
23233         (extract_affine_wi): ... this, take a widest_int.
23234         (extract_affine_int): Just wrap extract_affine_wi.
23235         (add_param_constraints): Use isl_val_int_from_wi.
23236         (add_loop_constraints): Likewise, and extract_affine_wi.
23238 2017-02-15  Jeff Law  <law@redhat.com>
23240         PR middle-end/79521
23241         * ira-costs.c (scan_one_insn): Check have_regs_of_mode before calling
23242         ira_init_register_move_cost_if_necessary.
23244 2017-02-15  Martin Sebor  <msebor@redhat.com>
23246         PR middle-end/32003
23247         * doc/invoke.texi (-fdump-final-insns): Replace option accidentally
23248         removed in a prior commit.
23250 2017-02-15  Bin Cheng  <bin.cheng@arm.com>
23252         PR tree-optimization/79347
23253         * tree-vect-loop-manip.c (vect_do_peeling): Maintain profile
23254         counters during peeling.
23256 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
23258         * Makefile.in (site.exp): Remove "set ISLVER".
23260 2017-02-15  Jakub Jelinek  <jakub@redhat.com>
23262         PR target/79487
23263         * real.c (real_from_integer): Call real_convert even for decimal.
23265 2017-02-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
23267         PR target/79421
23268         * config/s390/s390.c: define TARGET_CUSTOM_FUNCTION_DESCRIPTORS.
23270 2017-02-14  Andrew Pinski  <apinski@cavium.com>
23272         * config/aarch64/aarch64-cores.def (thunderx2t99): Move to under 'C"
23273         cores and change the partno/implementer to be correct.
23274         (thunderx2t99p1): New core which replaces thunderx2t99 and still has
23275         the 'B" as the implementer.
23276         * config/aarch64/aarch64-tune.md: Regenerate.
23278 2017-02-14  Carl Love  <cel@us.ibm.com>
23280         * config/rs6000/rs6000.c: Add case statement entry to make the
23281         xvcvuxdsp built-in argument unsigned.
23282         * config/rs6000/vsx.md: Fix the source and return operand types so they
23283         match the instruction definitions from the ISA document.  Fix typo
23284         in the instruction generation for the (define_insn "vsx_xvcvuxdsp"
23285         statement.
23287 2017-02-14  Vladimir Makarov  <vmakarov@redhat.com>
23289         PR target/79282
23290         * lra-int.h (struct lra_operand_data, struct lra_insn_reg): Add
23291         member early_clobber_alts.
23292         * lra-lives.c (reg_early_clobber_p): New.
23293         (process_bb_lives): Use it.
23294         * lra.c (new_insn_reg): New arg early_clobber_alts.  Use it.
23295         (debug_operand_data): Initialize early_clobber_alts.
23296         (setup_operand_alternative): Set up early_clobber_alts.
23297         (collect_non_operand_hard_regs): Ditto.  Pass early clobber
23298         alternatives to new_insn_reg.
23299         (add_regs_to_insn_regno_info): Add arg early_clobber_alts.  Use
23300         it.
23301         (lra_update_insn_regno_info): Pass the new arg.
23303 2017-02-14  Jakub Jelinek  <jakub@redhat.com>
23305         PR middle-end/79505
23306         * omp-offload.c (free_oacc_loop): Release loop->ifns vector.
23307         (new_oacc_loop_raw): Don't clear already cleared fields.
23309         PR target/79481
23310         * config/i386/avx512pfintrin.h (_mm512_prefetch_i32gather_pd,
23311         _mm512_prefetch_i32gather_ps, _mm512_prefetch_i64gather_pd,
23312         _mm512_prefetch_i64gather_ps): New inline functions and macros.
23314 2017-02-14  Uros Bizjak  <ubizjak@gmail.com>
23316         PR target/79495
23317         * config/i386/i386.md (*movxf_internal): Add (o,rC) alternative.
23319 2017-02-14  H.J. Lu  <hongjiu.lu@intel.com>
23321         PR target/79498
23322         * config/i386/i386.c (timode_scalar_chain::convert_insn): Insert
23323         the extra instruction to the right place to store 128-bit constant
23324         when needed.
23326 2017-02-14  Martin Sebor  <msebor@redhat.com>
23328         PR middle-end/79448
23329         * gimple-ssa-sprintf.c (format_directive): Avoid issuing INT_MAX
23330           warning for strings of unknown length.
23332 2017-02-13  Segher Boessenkool  <segher@kernel.crashing.org>
23334         * config.gcc (supported_defaults) [powerpc*-*-*]: Update.
23336 2017-02-14  Jeff Law  <law@redhat.com>
23338         PR target/79404
23339         * ira-costs.c (scan_one_insn): Initialize register move costs
23340         for pseudos seen in USE/CLOBBER insns.
23342         PR tree-optimization/79095
23343         * tree-vrp.c (extract_range_from_binary_expr_1): For EXACT_DIV_EXPR,
23344         if the numerator has the range ~[0,0] make the resultant range ~[0,0].
23345         (extract_range_from_binary_expr): For MINUS_EXPR with no derived range,
23346         if the operands are known to be not equal, then the resulting range
23347         is ~[0,0].
23348         (intersect_ranges): If the new range is ~[0,0] and the old range is
23349         wide, then prefer ~[0,0].
23350         * tree-vrp.c (overflow_comparison_p_1): New function.
23351         (overflow_comparison_p): New function.
23352         * tree-vrp.c (register_edge_assert_for_2): Register additional asserts
23353         if NAME is used in an overflow test.
23354         (vrp_evaluate_conditional_warnv_with_ops): If the ops represent an
23355         overflow check that can be expressed as an equality test, then adjust
23356         ops to be that equality test.
23358 2017-02-14  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
23360         * config/s390/s390-builtin-types.def: Remove flags argument.
23361         * config/s390/s390.c (s390_init_builtins): Likewise.
23363 2017-02-14  Martin Liska  <mliska@suse.cz>
23365         * tree-ssa-loop-unswitch.c (hoist_guard): Release get_loop_body
23366         vector.  Fix trailing white spaces.
23368 2017-02-14  James Greenhalgh  <james.greenhalgh@arm.com>
23370         * config/aarch64/aarch64.c (aarch64_simd_container_mode): Handle
23371         HFmode.
23373 2017-02-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23375         PR rtl-optimization/68664
23376         * config/arm/arm.c (arm_sched_can_speculate_insn):
23377         New function.  Declare prototype.
23378         (TARGET_SCHED_CAN_SPECULATE_INSN): Define.
23380 2017-02-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23382         PR rtl-optimization/68664
23383         * config/aarch64/aarch64.c (aarch64_sched_can_speculate_insn):
23384         New function.
23385         (TARGET_SCHED_CAN_SPECULATE_INSN): Define.
23387 2017-02-14  Amit Pawar  <amit.pawar@amd.com>
23389         * config/i386/i386.c (znver1_cost): Fix the alignment for function and
23390         max skip bytes for function, loop and jump.
23392 2017-02-14  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
23394         * gimple-pretty-print.c (dump_unary_rhs): Adjust dump format for
23395         ABS_EXPR for gimple dump.
23397 2017-02-14  Jakub Jelinek  <jakub@redhat.com>
23399         PR target/79462
23400         * config/sh/sh.c (expand_cbranchdi4): Don't clear operands[4].
23402         PR tree-optimization/79408
23403         * tree-vrp.c (simplify_div_or_mod_using_ranges): Handle also the
23404         case when on TRUNC_MOD_EXPR op0 is INTEGER_CST.
23405         (simplify_stmt_using_ranges): Call simplify_div_or_mod_using_ranges
23406         also if rhs1 is INTEGER_CST.
23408 2017-02-14  Richard Biener  <rguenther@suse.de>
23410         PR middle-end/79432
23411         * tree-into-ssa.c (insert_phi_nodes): When the function can
23412         have abnormal edges rewrite SSA names with broken use-def
23413         dominance out of SSA and register them for PHI insertion.
23415 2017-02-13  Martin Sebor  <msebor@redhat.com>
23417         PR middle-end/79496
23418         * gimple-ssa-sprintf.c (pass_sprintf_length::handle_gimple_call): Avoid
23419         clearing info.nowrite flag when snprintf size argument is a range.
23421 2017-02-13  Jakub Jelinek  <jakub@redhat.com>
23423         * cprop.c (cprop_jump): Add missing space in string literal.
23424         * tree-ssa-structalias.c (rewrite_constraints): Likewise.
23425         (get_constraint_for_component_ref): Likewise.
23426         * df-core.c (df_worklist_dataflow_doublequeue): Likewise.
23427         * tree-outof-ssa.c (insert_partition_copy_on_edge): Likewise.
23428         * lra-constraints.c (process_alt_operands): Likewise.
23429         * ipa-inline.c (inline_small_functions): Likewise.
23430         * tree-ssa-sccvn.c (visit_reference_op_store): Likewise.
23431         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
23432         * trans-mem.c (diagnose_tm_1_op): Likewise.
23433         * omp-grid.c (grid_find_single_omp_among_assignments): Likewise.
23434         (grid_parallel_clauses_gridifiable): Likewise.
23436         * config/nvptx/mkoffload.c (process): Add space in between
23437         , and %d.
23439         * config/i386/i386.h (REG_CLASS_NAMES): Add , in between
23440         "MOD4_SSE_REGS" and "ALL_REGS".
23442         * spellcheck.c (test_data): Add , in between "foo" and "food".
23444 2017-02-13  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
23446         PR target/79449
23447         * config/rs6000/rs6000.c (expand_block_compare): Make sure runtime
23448         boundary crossing check and subsequent code generation agree.
23450 2017-02-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23452         * config/aarch64/aarch64.c (has_memory_op): Delete.
23453         (aarch64_madd_needs_nop): Use contains_mem_rtx_p instead of
23454         has_memory_op.
23456 2017-02-13  Jakub Jelinek  <jakub@redhat.com>
23458         PR rtl-optimization/79388
23459         PR rtl-optimization/79450
23460         * combine.c (distribute_notes): When removing TEM_INSN for which
23461         corresponding dest has last value recorded, invalidate that last
23462         value.
23464 2017-02-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23466         * config/arm/arm.c (arm_print_tune_info): Use ASM_COMMENT_START instead
23467         of explicit '@'.  Add missing assembly comment marker on branch costs
23468         printout.
23470 2017-02-13  Nathan Sidwell  <nathan@acm.org>
23472         * gengtype-lex.l (<in_struct>): Add '/'.
23474 2017-02-13  Martin Liska  <mliska@suse.cz>
23476         PR c/79471
23477         * calls.c (expand_call): Replace XALLOCAVEC with XCNEWVEC.
23479 2017-02-13  Richard Biener  <rguenther@suse.de>
23481         * configure.ac (HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS):
23482         Remove.
23483         * configure: Re-generate.
23484         * config.in: Likewise.
23485         * graphite-dependences.c: Simplify as if
23486         HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS was defined.
23487         * graphite-isl-ast-to-gimple.c: Likewise.
23488         * graphite-optimize-isl.c: Likewise.
23489         * graphite-poly.c: Likewise.
23490         * graphite-sese-to-poly.c: Likewise.
23491         * graphite.h: Likewise.
23492         * toplev.c: Include isl/version.h and use isl_version () for
23493         printing the ISL version.
23494         * doc/install.texi: Update ISL requirement.
23496 2017-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
23498         * doc/standards.texi (Standards): Update reference to
23499         Objective-C 2.0.
23501 2017-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
23503         * doc/extend.texi (Named Address Spaces): sourceware.org now
23504         defaults to https.
23505         * doc/install.texi (Binaries): Ditto.
23506         (Specific): Ditto.
23508 2017-02-11  Sandra Loosemore  <sandra@codesourcery.com>
23510         * doc/cpp.texi: Replace "stringify"/"stringification" with C
23511         standard terminology "stringize"/"stringizing" throughout.
23512         * doc/cppinternals.texi: Likewise.
23514 2017-02-11  Sandra Loosemore  <sandra@codesourcery.com>
23516         * doc/extend.texi: Fix some spelling mistakes and typos.
23517         * doc/invoke.texi: Likewise.
23519 2017-02-11  Jan Hubicka  <hubicka@ucw.cz>
23521         PR ipa/79224
23522         * params.def (inline-min-speedup) Change from 10 to 8.
23524 2017-02-11  Jakub Jelinek  <jakub@redhat.com>
23526         * doc/invoke.texi (fopenmp): Bump OpenMP version from 4.0 to
23527         4.5.
23529 2017-02-11  Jan Hubicka  <hubicka@ucw.cz>
23531         PR ipa/79224
23532         * ipa-inline-analysis.c (get_minimal_bb): New function.
23533         (record_modified): Use it.
23534         (remap_edge_change_prob): Handle also ancestor functions.
23536 2017-02-11  Gerald Pfeifer  <gerald@pfeifer.com>
23538         * doc/contrib.texi (Contributors): Remove broken link into
23539         the Mauve CVS repository.
23541 2017-02-11  Jakub Jelinek  <jakub@redhat.com>
23543         PR middle-end/79454
23544         * internal-fn.c (expand_vector_ubsan_overflow): Use piece-wise
23545         result computation whenever lhs doesn't have vector mode, not
23546         just when it has BLKmode.
23548 2017-02-10  Gerald Pfeifer  <gerald@pfeifer.com>
23550         * doc/makefile.texi (profiledbootstrap): Refer to the
23551         installation instructions only in textual form.
23553 2017-02-10  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
23555         PR target/79295
23556         * config/rs6000/altivec.md (bcd<bcd_add_sub>): Fix constraints.
23558 2017-02-10  Gerald Pfeifer  <gerald@pfeifer.com>
23560         * doc/install.texi (Specific): Use https for blackfin.uclinux.org.
23561         (Specific): Update mingw-w64 reference.
23562         (Binaries): Ditto.
23563         (Specific): Remove broken link to Renesas RX processor.
23565 2017-02-10  Richard Biener  <rguenther@suse.de>
23567         * toplev.c (process_options): Do not mention obsolete graphite
23568         options when printing sorry message about missing graphite support.
23569         Mention -floop-nest-optimize.
23571 2017-02-10  Christophe Lyon  <christophe.lyon@linaro.org>
23573         * config/aarch64/arm_neon.h (vtst_p8): Rewrite without asm.
23574         (vtst_p16): Likewise.
23575         (vtstq_p8): Likewise.
23576         (vtstq_p16): Likewise.
23577         (vtst_p64): New.
23578         (vtstq_p64): Likewise.
23579         * config/arm/arm_neon.h (vgetq_lane_p64): New.
23580         (vset_lane_p64): New.
23581         (vsetq_lane_p64): New.
23583 2017-02-10  Jakub Jelinek  <jakub@redhat.com>
23585         PR tree-optimization/79411
23586         * tree-ssa-reassoc.c (is_reassociable_op): Return false if
23587         stmt operands are SSA_NAMEs used in abnormal phis.
23588         (can_reassociate_p): Return false if op is SSA_NAME used in abnormal
23589         phis.
23591 2017-02-09  Jan Hubicka  <hubicka@ucw.cz>
23593         PR ipa/70795
23594         * cgraphunit.c (cgraph_node::add_new_function): Set externally_visible
23595         flag if needed.
23597 2017-02-09  Jan Hubicka  <hubicka@ucw.cz>
23599         * tree-ssa-loop-unswitch.c (hoist_guard): Update profile.
23601 2017-02-09  Jakub Jelinek  <jakub@redhat.com>
23603         * omp-offload.c (oacc_loop_auto_partitions): Use || instead of |
23604         to avoid warning.
23606         PR c/79413
23607         * gimplify.h (is_gimple_sizepos): Only test for INTEGER_CST constants,
23608         not arbitrary TREE_CONSTANT.
23610         PR c/79431
23611         * gimplify.c (gimplify_adjust_omp_clauses): Ignore
23612         "omp declare target link" attribute unless is_global_var.
23613         * omp-offload.c (find_link_var_op): Likewise.
23615 2017-02-09  Nathan Sidwell  <nathan@codesourcery.com>
23616             Chung-Lin Tang  <cltang@codesourcery.com>
23618         * gimplify.c (gimplify_scan_omp_clauses): No special handling for
23619         OMP_CLAUSE_TILE.
23620         (gimplify_adjust_omp_clauses): Don't delete TILE.
23621         (gimplify_omp_for): Deal with TILE.
23622         * internal-fn.c (expand_GOACC_TILE): New function.
23623         * internal-fn.def (GOACC_DIM_POS): Comment may be overly conservative.
23624         (GOACC_TILE): New.
23625         * omp-expand.c (struct oacc_collapse): Add tile and outer fields.
23626         (expand_oacc_collapse_init): Add LOC paramter.  Initialize tile
23627         element fields.
23628         (expand_oacc_collapse_vars): Add INNER parm, adjust for tiling,
23629         avoid DIV for outermost collapse var.
23630         (expand_oacc_for): Insert tile element loop as needed.  Adjust.
23631         Remove out of date comments, fix whitespace.
23632         * omp-general.c (omp_extract_for_data): Deal with tiling.
23633         * omp-general.h (enum oacc_loop_flags): Add OLF_TILE flag,
23634         adjust OLF_DIM_BASE value.
23635         (struct omp_for_data): Add tiling field.
23636         * omp-low.c (scan_sharing_clauses): Allow OMP_CLAUSE_TILE.
23637         (lower_oacc_head_mark): Add OLF_TILE as appropriate.  Ensure 2 levels
23638         for auto loops.  Remove default auto determining, moved to
23639         oacc_loop_fixed_partitions.
23640         * omp-offload.c (struct oacc_loop): Change 'ifns' to vector of call
23641         stmts, add e_mask field.
23642         (oacc_dim_call): New function, abstracted out from oacc_thread_numbers.
23643         (oacc_thread_numbers): Use oacc_dim_call.
23644         (oacc_xform_tile): New.
23645         (new_oacc_loop_raw): Initialize e_mask, adjust for ifns vector.
23646         (finish_oacc_loop): Adjust for ifns vector.
23647         (oacc_loop_discover_walk): Append loop abstraction sites to list,
23648         add case for GOACC_TILE fns.
23649         (oacc_loop_xform_loop): Delete.
23650         (oacc_loop_process): Iterate over call list directly, and add
23651         handling for GOACC_TILE fns.
23652         (oacc_loop_fixed_partitions): Determine default auto, deal with TILE,
23653         dump partitioning.
23654         (oacc_loop_auto_partitions): Add outer_assign parm. Assign all but
23655         vector partitioning to outer loops.  Assign 2 partitions to loops
23656         when available. Add TILE handling.
23657         (oacc_loop_partition): Adjust oacc_loop_auto_partitions call.
23658         (execite_oacc_device_lower): Process GOACC_TILE fns,
23659         ignore unknown specs.
23660         * tree-nested.c (convert_nonlocal_omp_clauses): Allow OMP_CLAUSE_TILE.
23661         * tree.c (omp_clause_num_ops): Adjust TILE ops.
23662         * tree.h (OMP_CLAUSE_TILE_ITERVAR, OMP_CLAUSE_TILE_COUNT): New.
23664 2017-02-09  Gerald Pfeifer  <gerald@pfeifer.com>
23666         * configure.ac (ACX_BUGURL): Update.
23667         * configure: Regenerate.
23669 2017-02-09  Richard Biener  <rguenther@suse.de>
23671         PR tree-optimization/69823
23672         * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
23673         Properly enumerate all BBs in the region.  Use auto_vec/auto_bitmap.
23675 2017-02-09  Andrew Burgess  <andrew.burgess@embecosm.com>
23677         * config/arc/arc-c.def: Add __NPS400__ definition.
23678         * config/arc/arc.h (CPP_SPEC): Don't define __NPS400__ here.
23679         (TARGET_NPS400): Define.
23681 2017-02-09  Andrew Burgess  <andrew.burgess@embecosm.com>
23683         * config/arc/arc-arch.h (arc_arch_t): Move unchanged to earlier in
23684         file.
23685         (arc_cpu_t): Change base_architecture field, arch, to a arc_arc_t
23686         pointer, arch_info.
23687         (arc_cpu_types): Fill the arch_info field with a pointer into the
23688         arc_arch_types table.
23689         (arc_selected_cpu): Declare.
23690         * config/arc/arc.c (arc_selected_cpu): Make global.
23691         (arc_selected_arch): Delete.
23692         (arc_base_cpu): Delete.
23693         (arc_override_options): Remove references to deleted variables,
23694         update access to arch information.
23695         (ARC_OPT): Update access to arch information.
23696         (ARC_OPTX): Likewise.
23697         * config/arc/arc.h (arc_base_cpu): Remove declaration.
23698         (TARGET_ARC600): Update access to arch information.
23699         (TARGET_ARC601): Likewise.
23700         (TARGET_ARC700): Likewise.
23701         (TARGET_EM): Likewise.
23702         (TARGET_HS): Likewise.
23703         * config/arc/driver-arc.c (arc_cpu_to_as): Update access to arch
23704         information.
23706 2017-02-08  Pat Haugen  <pthaugen@us.ibm.com>
23708         PR target/78604
23709         * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Invert
23710         condition/operands for integer GE/LE/GEU/LEU operations.
23712 2017-02-08  Segher Boessenkool  <segher@kernel.crashing.org>
23714         PR translation/79397
23715         * config/rs6000/rs6000.opt (maltivec=le, maltivec=be): Fix spelling
23716         of AltiVec.
23718 2017-02-08  Martin Jambor  <mjambor@suse.cz>
23720         PR ipa/79375
23721         * ipa-prop.c (ipa_alloc_node_params): Make static, return bool
23722         whether allocation happened.
23723         (ipa_initialize_node_params): Do not call ipa_alloc_node_params if
23724         nothing was allocated.
23726 2017-02-08  Jakub Jelinek  <jakub@redhat.com>
23728         PR tree-optimization/79408
23729         * tree-vrp.c (simplify_div_or_mod_using_ranges): If op1 is not
23730         constant, but SSA_NAME with a known integer range, use the minimum
23731         of that range instead of op1 to determine if modulo can be replaced
23732         with its first operand.
23734 2016-02-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23736         * config/riscv/riscv.c (riscv_build_integer_1): Avoid use of INT16_MAX.
23738 2017-02-08  Richard Biener  <rguenther@suse.de>
23740         PR tree-optimization/71824
23741         * graphite-scop-detection.c (scop_detection::build_scop_breadth):
23742         Check all loops contained in the merged region.
23744 2017-02-07  Andrew Pinski  <apinski@cavium.com>
23746         * config/aarch64/aarch64.md (popcount<mode>2): New pattern.
23748 2017-02-07  Andrew Pinski  <apinski@cavium.com>
23750         * config/aarch64/aarch64-cores.def (thunderx): Disable LSE.
23751         (thunderxt88): Likewise.
23752         (thunderxt81): Disable LSE and change v8.1 to v8.
23753         (thunderxt83): Likewise.
23755 2017-02-07  Jakub Jelinek  <jakub@redhat.com>
23756             Richard Biener  <rguenther@suse.de>
23758         PR middle-end/79399
23759         * ira-int.h (struct target_ira_int): Change x_max_struct_costs_size
23760         type from int to size_t.
23761         * ira-costs.c (struct_costs_size): Change type from int to size_t.
23763 2017-02-07  Jakub Jelinek  <jakub@redhat.com>
23765         PR rtl-optimization/79386
23766         * cprop.c (bypass_conditional_jumps): Initialize
23767         bypass_last_basic_block already before splitting bbs after
23768         unconditional traps...
23769         (bypass_conditional_jumps): ... rather than here.
23771         PR target/79299
23772         * config/i386/sse.md (xtg_mode, gatherq_mode): New mode attrs.
23773         (*avx512f_gathersi<mode>, *avx512f_gathersi<mode>_2,
23774         *avx512f_gatherdi<mode>, *avx512f_gatherdi<mode>_2): Use them,
23775         fix -masm=intel patterns.
23777 2017-02-07  Richard Biener  <rguenther@suse.de>
23779         PR tree-optimization/79256
23780         PR middle-end/79278
23781         * builtins.c (get_object_alignment_2): Use min_align_of_type
23782         to extract alignment for MEM_REFs to honor BIGGEST_FIELD_ALIGNMENT
23783         and ADJUST_FIELD_ALIGN.
23785         * doc/tm.texi.in (ADJUST_FIELD_ALIGN): Adjust to take additional
23786         type parameter.
23787         * doc/tm.texi: Regenerate.
23788         * stor-layout.c (layout_decl): Adjust.
23789         (update_alignment_for_field): Likewise.
23790         (place_field): Likewise.
23791         (min_align_of_type): Likewise.
23792         * config/arc/arc.h (ADJUST_FIELD_ALIGN): Adjust.
23793         * config/epiphany/epiphany.h (ADJUST_FIELD_ALIGN): Likewise.
23794         * config/epiphany/epiphany.c (epiphany_adjust_field_align): Likewise.
23795         * config/frv/frv.h (ADJUST_FIELD_ALIGN): Likewise.
23796         * config/frv/frv.c (frv_adjust_field_align): Likewise.
23797         * config/i386/i386.h (ADJUST_FIELD_ALIGN): Likewise.
23798         * config/i386/i386.c (x86_field_alignment): Likewise.
23799         * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Likewise.
23800         * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Likewise.
23801         * config/rs6000/freebsd64.h (ADJUST_FIELD_ALIGN): Likewise.
23802         * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Likewise.
23803         * config/rs6000/sysv4.h (ADJUST_FIELD_ALIGN): Likewise.
23804         * config/rs6000/rs6000.c (rs6000_special_adjust_field_align_p):
23805          Likewise.
23807         Revert
23808         2017-01-30  Richard Biener  <rguenther@suse.de>
23810         PR tree-optimization/79256
23811         * targhooks.c (default_builtin_vector_alignment_reachable): Honor
23812         BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
23813         alignment on TYPE.
23815 2017-02-07  Toma Tabacu  <toma.tabacu@imgtec.com>
23817         * config/mips/mips.c (mips_expand_builtin_insn): Convert the QImode
23818         argument of the pshufh, psllh, psllw, psrah, psraw, psrlh, psrlw
23819         builtins to SImode and emit a zero-extend, if necessary.
23821 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
23823         * docs/invoke.texi (RISC-V Options): Alphabetize.
23825 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
23827         * doc/invoke.texi (RISC-V Options): Use two spaces to separate
23828         options.
23830 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
23832         * config/riscv/riscv.c: New file.
23833         * common/config/riscv/riscv-common.c: Likewise.
23834         * config.gcc: Likewise.
23835         * config/riscv/constraints.md: Likewise.
23836         * config/riscv/elf.h: Likewise.
23837         * config/riscv/generic.md: Likewise.
23838         * config/riscv/linux.h: Likewise.
23839         * config/riscv/multilib-generator: Likewise.
23840         * config/riscv/peephole.md: Likewise.
23841         * config/riscv/pic.md: Likewise.
23842         * config/riscv/predicates.md: Likewise.
23843         * config/riscv/riscv-builtins.c: Likewise.
23844         * config/riscv/riscv-c.c: Likewise.
23845         * config/riscv/riscv-ftypes.def: Likewise.
23846         * config/riscv/riscv-modes.def: Likewise.
23847         * config/riscv/riscv-opts.h: Likewise.
23848         * config/riscv/riscv-protos.h: Likewise.
23849         * config/riscv/riscv.h: Likewise.
23850         * config/riscv/riscv.md: Likewise.
23851         * config/riscv/riscv.opt: Likewise.
23852         * config/riscv/sync.md: Likewise.
23853         * config/riscv/t-elf-multilib: Likewise.
23854         * config/riscv/t-linux: Likewise.
23855         * config/riscv/t-linux-multilib: Likewise.
23856         * config/riscv/t-riscv: Likewise.
23857         * configure.ac: Likewise.
23858         * doc/contrib.texi: Add Kito Cheng, Palmer Dabbelt, and Andrew
23859         Waterman as RISC-V maintainers.
23860         * doc/install.texi: Add RISC-V entries.
23861         * doc/invoke.texi: Add RISC-V options section.
23862         * doc/md.texi: Add RISC-V constraints section.
23863         * configure: Regenerated.
23865 2017-02-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
23867         PR target/66144
23868         * config/rs6000/vector.md (vcond<mode><mode>): Allow the true and
23869         false values to be constant vectors with all 0 or all 1 bits set.
23870         (vcondu<mode><mode>): Likewise.
23871         * config/rs6000/predicates.md (vector_int_reg_or_same_bit): New
23872         predicate.
23873         (fpmask_comparison_operator): Update comment.
23874         (vecint_comparison_operator): New predicate.
23875         * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Optimize
23876         vector conditionals when the true and false values are constant
23877         vectors with all 0 bits or all 1 bits set.
23879 2017-02-06  Martin Sebor  <msebor@redhat.com>
23881         PR  tree-optimization/79376
23882         * gimple-fold.c (get_range_strlen): Set the minimum length to zero.
23884 2017-02-06  Uros Bizjak  <ubizjak@gmail.com>
23886         * config/i386/sse.md (vector modes -> vec_extract* splitter): Use
23887         explicit subreg RTX with operand 1.  Use VECTOR_MODE_P predicate
23888         to simplify split condition.
23890 2017-02-06  Jakub Jelinek  <jakub@redhat.com>
23892         * omp-expand.c (oxpand_omp_atomic_fetch_op,
23893         expand_omp_atomic_pipeline): Return false if can_atomic_load_p is
23894         false.
23896 2017-02-06  Segher Boessenkool  <segher@kernel.crashing.org>
23898         PR rtl-optimization/68664
23899         * target.def (can_speculate_insn): New hook.
23900         * doc/tm.texi.in (TARGET_SCHED_CAN_SPECULATE_INSN): New hook.
23901         * doc/tm.texi: Regenerate.
23902         * sched-rgn.c (can_schedule_ready_p): Use the new hook.
23903         * config/rs6000/rs6000.c (TARGET_SCHED_CAN_SPECULATE_INSN): New macro.
23904         (rs6000_sched_can_speculate_insn): New function.
23906 2017-02-06  Jakub Jelinek  <jakub@redhat.com>
23908         PR tree-optimization/79284
23909         * tree-vectorizer.h (VECT_SCALAR_BOOLEAN_TYPE_P): Define.
23910         * tree-vect-stmts.c (vect_get_vec_def_for_operand,
23911         vectorizable_mask_load_store, vectorizable_operation,
23912         vect_is_simple_cond, get_same_sized_vectype): Use it instead
23913         of comparing TREE_CODE of a type against BOOLEAN_TYPE.
23914         * tree-vect-patterns.c (check_bool_pattern, search_type_for_mask_1,
23915         vect_recog_bool_pattern, vect_recog_mask_conversion_pattern): Likewise.
23916         * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
23917         * tree-vect-loop.c (vect_determine_vectorization_factor): Likewise.
23918         Remove redundant gimple_code (stmt) == GIMPLE_ASSIGN test after
23919         is_gimple_assign (stmt).  Replace another such test with
23920         is_gimple_assign (stmt).
23922 2017-02-06  Georg-Johann Lay  <avr@gjlay.de>
23924         PR target/78883
23925         * config/avr/avr.c (rtl-iter.h): Include it.
23926         (TARGET_LEGITIMATE_COMBINED_INSN): New hook define...
23927         (avr_legitimate_combined_insn): ...and implementation.
23929 2017-02-06  Dominik Vogt  <vogt@linux.vnet.ibm.com>
23931         * config/s390/predicates.md ("larl_operand"): Use macros from hwint.h.
23932         * config/s390/s390.c (s390_const_operand_ok)
23933         (s390_canonicalize_comparison, s390_extract_part)
23934         (s390_single_part, s390_contiguous_bitmask_nowrap_p)
23935         (s390_contiguous_bitmask_p, s390_rtx_costs)
23936         (legitimize_pic_address): Likewise.
23937         * config/s390/s390.md ("clzdi2", "clztidi2"): Likewise.
23938         * config/s390/vx-builtins.md ("vec_genbytemaskv16qi")
23939         ("vec_permi<mode>", "vfae<mode>", "*vfaes<mode>", "vstrc<mode>")
23940         ("*vstrcs<mode>"): Use UINTVAL() to set unsigned HOST_WIDE_INT.
23941         * config/s390/vector.md ("vec_vfenes<mode>"): Likewise.
23943 2017-02-06  Georg-Johann Lay  <avr@gjlay.de>
23945         * config/avr/avr.md (*addhi3_zero_extend): Add alternative where
23946         REGNO($0) == REGNO($1).
23948 2017-02-06  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
23950         * config/s390/linux.h(SIZE_TYPE): Add comment.
23952 2017-02-06  Julian Brown  <julian@codesourcery.com>
23953             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
23954             Virendra Pathak  <virendra.pathak@broadcom.com>
23956         * config/aarch64/aarch64-cores.def: Change the scheduler
23957         to Thunderx2t99.
23958         * config/aarch64/aarch64.md: Include thunderx2t99.md.
23959         * config/aarch64/thunderx2t99.md: New file.
23961 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
23963         * doc/standards.texi (Go Language): Update link to language
23964         standard.
23966 2017-02-05  Jan Hubicka  <hubicka@ucw.cz>
23968         * tree-eh.c (lower_resx): Sanitize profile.
23969         (cleanup_empty_eh_move_lp): Likewise.
23971 2017-02-05  Jan Hubicka  <hubicka@ucw.cz>
23973         PR tree-ssa/79347
23974         * cfgloopmanip.c (lv_adjust_loop_entry_edge, loop_version): Add
23975         ELSE_PROB.
23976         * cfgloopmanip.h (loop_version): Update prototype.
23977         * modulo-sched.c (sms_schedule): Update call of loop_version.
23978         * tree-if-conv.c(version_loop_for_if_conversion): Likewise.
23979         * tree-parloops.c (gen_parallel_loop): Likewise.
23980         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Likewise.
23981         * tree-ssa-loop-split.c (split_loop): Likewise.
23982         * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Likewise.
23983         * tree-vect-loop-manip.c (vect_loop_versioning): Likewise.
23985 2017-02-05  Martin Liska  <mliska@suse.cz>
23987         PR bootstrap/78985
23988         * config/s390/s390.c (s390_gimplify_va_arg): Initialize local
23989         variable to NULL.
23990         (print_operand_address): Initialize a struct to zero.
23992 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
23994         * doc/contrib.texi (Contributors): Refer to Hans Boehm's
23995         garbage collector only in textual form.
23997 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
23999         * doc/extend.texi (x86 specific memory model extensions for
24000         transactional memory): Simplify a phrase.
24002 2017-02-05  Eric Botcazou  <ebotcazou@adacore.com>
24004         PR target/79353
24005         * config/sparc/sync.md (atomic_loaddi_1): Replace 'U' constraint with
24006         'r', 'm' constraint with 'T' and !TARGET_ARCH64 with TARGET_ARCH32.
24007         (atomic_storedi_1): Likewise.
24009 2017-02-04  Jakub Jelinek  <jakub@redhat.com>
24011         PR tree-optimization/79338
24012         * tree-parloops.c (gather_scalar_reductions): Don't call
24013         vect_analyze_loop_form for loop->inner before destroying loop's
24014         loop_vinfo.
24016 2017-02-03  Martin Sebor  <msebor@redhat.com>
24018         PR tree-optimization/79327
24019         * gimple-ssa-sprintf.c (tree_digits): Avoid adding the base prefix
24020         when precision has resulted in leading zeros.
24021         (format_integer): Adjust the likely counter to assume an unknown
24022         argument that may be zero is non-zero.
24024 2017-02-03  Jason Merrill  <jason@redhat.com>
24026         PR c++/78689
24027         * tree-inline.c (copy_tree_body_r) [COND_EXPR]: Revert change to
24028         avoid copying non-taken branch.
24030 2017-02-03  Jakub Jelinek  <jakub@redhat.com>
24032         PR tree-optimization/79340
24033         * tree-vect-loop.c (vectorizable_reduction): Release
24034         vec_defs elements after safe_splicing them into other vectors.
24035         Formatting fixes.
24037         PR tree-optimization/79327
24038         * gimple-ssa-sprintf.c (adjust_range_for_overflow): If returning
24039         true, always set *argmin and *argmax to TYPE_{MIN,MAX}_VALUE of
24040         dirtype.
24041         (format_integer): Use wide_int_to_tree instead of build_int_cst
24042         + to_?hwi.  If argmin is NULL, just set argmin and argmax to
24043         TYPE_{MIN,MAX}_VALUE of argtype.  Simplify and fix computation
24044         of shortest and longest sequence.
24046 2017-02-03  Uros Bizjak  <ubizjak@gmail.com>
24048         * config/i386/i386.c (dimode_scalar_chain::convert_reg):
24049         Use pextrd for TARGET_SSE4_1 when creating scalar copy.
24051 2017-02-03  Walter Lee  <walt@tilera.com>
24053         PR target/78862
24054         * config/tilegx/tilegx.md (tilegx_expand_prologue): Add blockage
24055         after initial stackframe link reg save.
24056         * config/tilepro/tilepro.md (tilepro_expand_prologue): Likewise.
24058 2017-02-03  Jakub Jelinek  <jakub@redhat.com>
24060         PR target/79354
24061         * config/rs6000/rs6000.md (movsi_from_sf): Use wb constraint instead of
24062         wu for stxssp alternative.
24064 2017-02-03  Martin Sebor  <msebor@redhat.com>
24066         PR tree-optimization/79352
24067         * gimple-fold.c (get_range_strlen): Add argument.
24068         (get_range_strlen): Change return type to bool.
24069         (get_maxval_strlen): Pass in a dummy argument.
24070         * gimple-fold.h (get_range_strlen): Change return type to bool.
24071         * gimple-ssa-sprintf.c (get_string_length): Set unlikely counter.
24072         * tree.h (array_at_struct_end_p): Add argument.
24073         * tree.c (array_at_struct_end_p): Handle it.
24075 2017-02-03  Martin Liska  <mliska@suse.cz>
24077         PR lto/66295
24078         * multiple_target.c (create_dispatcher_calls): Redirect edge
24079         from a caller of a dispatcher.
24080         (expand_target_clones): Make the clones local.
24081         (ipa_target_clone): Do both target clones and resolvers.
24082         (ipa_dispatcher_calls): Remove the pass.
24083         (pass_dispatcher_calls::gate): Likewise.
24084         (make_pass_dispatcher_calls): Likewise.
24085         * passes.def (pass_target_clone): Put as very first IPA early
24086         pass.
24088 2017-02-03  Martin Liska  <mliska@suse.cz>
24090         * symtab.c (symtab_node::binds_to_current_def_p): Bail out
24091         in case of a function with ifunc attribute.
24093 2017-02-03  Martin Liska  <mliska@suse.cz>
24095         * cgraph.c (cgraph_node::dump): Dump function version info.
24096         * symtab.c (symtab_node::dump_base): Add missing new line.
24098 2017-02-02  Jan Hubicka  <hubicka@ucw.cz>
24100         * tree-ssa-ifcombine.c (update_profile_after_ifcombine): New function.
24101         (ifcombine_ifandif): Use it.
24103 2017-02-03  Martin Liska  <mliska@suse.cz>
24105         * doc/invoke.texi: Document default value for
24106         use-after-scope-direct-emission-threshold.
24108 2017-02-03  Martin Liska  <mliska@suse.cz>
24110         PR tree-optimization/79339
24111         * gimple-ssa-sprintf.c (format_floating_max): Call mpfr_clear.
24112         (format_floating): Likewise.
24114 2017-02-03  Martin Liska  <mliska@suse.cz>
24116         PR ipa/79337
24117         * ipa-prop.c (ipa_node_params_t::insert): Remove current
24118         implementation.
24119         (ipa_node_params_t::remove): Likewise.
24120         * ipa-prop.h (ipa_node_params::ipa_node_params): Make default
24121         initialization from removed ipa_node_params_t::insert.
24122         (ipa_node_params::~ipa_node_params): Move from removed
24123         ipa_node_params_t::release.
24124         * symbol-summary.h (symbol_summary::m_released): New member.
24125         Do not release a summary twice.  Do not allow to call finalizer
24126         for types of a summary that live in GGC memory.
24128 2017-02-02  Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
24130         * config/aarch64/aarch64.c (thunderx2t99_tunings): Enable AES and
24131         cmp_branch fusion.
24133 2017-02-02  Martin Sebor  <msebor@redhat.com>
24135         PR middle-end/79275
24136         * gimple-ssa-sprintf.c (get_string_length): Set lower bound to zero.
24137         (format_string): Tighten up the range of output for non-constant
24138         strings and correct the expected range for wide non-constant strings.
24140 2017-02-02  Martin Sebor  <msebor@redhat.com>
24142         * doc/invoke.texi (-maccumulate-args): Fix bad grammar.
24144         PR middle-end/32003
24145         * doc/invoke.texi (-fdump-tree-): Remove pass-specific options from
24146         index.
24147         (-fdump-tree-@var): Add to index and document how to come up
24148         with pass-specific option and dump file names.
24149         (-fdump-passes): Clarify where to look for output.
24151 2017-02-02  Jan Hubicka  <hubicka@ucw.cz>
24153         PR middle-end/77445
24154         * tree-ssa-threadbackward.c (profitable_jump_thread_path): Dump
24155         statistics of the analyzed path; allow threading for speed when
24156         any of BBs along the path are optimized for speed.
24158 2017-02-02  Eric Botcazou  <ebotcazou@adacore.com>
24160         PR middle-end/78468
24161         * emit-rtl.c (init_emit): Add ??? comment for problematic alignment
24162         settings of the virtual registers.
24164         Revert again
24165         2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
24167         * explow.c (get_dynamic_stack_size): Take known alignment of stack
24168         pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
24169         needed.
24171 2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
24173         * config/s390/vx-builtins.md ("vec_ceil", "vec_floor")
24174         ("vec_trunc", "vec_roundc", "vec_round"): Remove expanders.
24176 2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
24178         * config/s390/s390.md: Add missing comments with the expanded
24179         mnemonics.
24180         * config/s390/vector.md: Likewise.
24181         * config/s390/vx-builtins.md: Likewise.
24183 2017-02-02  Jakub Jelinek  <jakub@redhat.com>
24185         PR target/79197
24186         * config/rs6000/rs6000.md (*fixuns_trunc<mode>di2_fctiduz): Rename to ...
24187         (fixuns_trunc<mode>di2): ... this, remove previous expander.  Put all
24188         conditions on a single line.
24190 2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
24192         * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
24193         __S390_VX__ to __VX__.
24195 2017-02-01  Andrew Pinski  <apinski@cavium.com>
24197         * tree-vect-loop.c (vect_compute_single_scalar_iteration_cost): Pass
24198         stmt_info to record_stmt_cost.
24199         (vect_get_known_peeling_cost): Pass stmt_info if known to
24200         record_stmt_cost.
24201         * config/aarch64/aarch64-protos.h (cpu_vector_cost): Split
24202         cpu_vector_cost field into
24203         scalar_int_stmt_cost and scalar_fp_stmt_cost.  Split vec_stmt_cost
24204         field into vec_int_stmt_cost and vec_fp_stmt_cost.
24205         * config/aarch64/aarch64.c (generic_vector_cost): Update for the
24206         splitting of scalar_stmt_cost and vec_stmt_cost.
24207         (thunderx_vector_cost): Likewise.
24208         (cortexa57_vector_cost): LIkewise.
24209         (exynosm1_vector_cost): Likewise.
24210         (xgene1_vector_cost): Likewise.
24211         (thunderx2t99_vector_cost): Improve after the splitting of the two
24212         fields.
24213         (aarch64_builtin_vectorization_cost): Update for the splitting of
24214         scalar_stmt_cost and vec_stmt_cost.
24216 2017-02-01  Torvald Riegel  <triegel@redhat.com>
24217             Richard Henderson  <rth@redhat.com>
24219         * builtins.c (fold_builtin_atomic_always_lock_free): Make "lock-free"
24220         conditional on existance of a fast atomic load.
24221         * optabs-query.c (can_atomic_load_p): New function.
24222         * optabs-query.h (can_atomic_load_p): Declare it.
24223         * optabs.c (expand_atomic_exchange): Always delegate to libatomic if
24224         no fast atomic load is available for the particular size of access.
24225         (expand_atomic_compare_and_swap): Likewise.
24226         (expand_atomic_load): Likewise.
24227         (expand_atomic_store): Likewise.
24228         (expand_atomic_fetch_op): Likewise.
24229         * testsuite/lib/target-supports.exp
24230         (check_effective_target_sync_int_128): Remove x86 because it provides
24231         no fast atomic load.
24232         (check_effective_target_sync_int_128_runtime): Likewise.
24234 2017-02-01  Richard Biener  <rguenther@suse.de>
24236         * graphite.c: Include tree-vectorizer.h for find_loop_location.
24237         (graphite_transform_loops): Provide opt-info for optimized nests.
24238         * tree-parloop.c (parallelize_loops): Provide opt-info for
24239         parallelized loops.
24241 2017-02-01  Richard Biener  <rguenther@suse.de>
24243         PR middle-end/79315
24244         * tree-cfg.c (move_stmt_op): Never set TREE_BLOCK when it
24245         was not set before.
24247 2017-02-01  Richard Biener  <rguenther@suse.de>
24249         PR tree-optimization/71824
24250         * graphite-scop-detection.c (scop_detection::build_scop_breadth):
24251         Verify the loops are valid in the merged SESE region.
24252         (scop_detection::can_represent_loop_1): Check analyzing the
24253         evolution of the number of iterations in the region succeeds.
24255 2017-01-31  Ian Lance Taylor  <iant@golang.org>
24257         * config/i386/i386.c (ix86_expand_split_stack_prologue): Add
24258         REG_ARGS_SIZE note to 32-bit push insns and call insn.
24260 2017-01-31  David Malcolm  <dmalcolm@redhat.com>
24262         PR preprocessor/79210
24263         * input.c (get_substring_ranges_for_loc): Replace line_width
24264         assertion with error-handling.
24266 2017-01-31  Richard Biener  <rguenther@suse.de>
24268         PR tree-optimization/77318
24269         * graphite-sese-to-poly.c (extract_affine): Fix assert.
24270         (create_pw_aff_from_tree): Take loop parameter.
24271         (add_condition_to_pbb): Pass loop of the condition to
24272         create_pw_aff_from_tree.
24274 2017-01-31  Jakub Jelinek  <jakub@redhat.com>
24276         * config/s390/s390.c (s390_asan_shadow_offset): New function.
24277         (TARGET_ASAN_SHADOW_OFFSET): Redefine.
24279 2017-01-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
24281         PR target/78597
24282         PR target/79038
24283         * config/rs6000/rs6000-protos.h (convert_float128_to_int): Delete,
24284         no longer used.
24285         (convert_int_to_float128): Likewise.
24286         * config/rs6000/rs6000.c (convert_float128_to_int): Likewise.
24287         (convert_int_to_float128): Likewise.
24288         * config/rs6000/rs6000.md (UNSPEC_IEEE128_MOVE): Likewise.
24289         (UNSPEC_IEEE128_CONVERT): Likewise.
24290         (floatsi<mode>2, FLOAT128 iterator): Bypass calling
24291         rs6000_expand_float128_convert if we have IEEE 128-bit hardware.
24292         Use local variables for IBM extended format.
24293         (fix_trunc<mode>si2, FLOAT128 iterator): Likewise.
24294         (fix_trunc<mode>si2_fprs): Likewise.
24295         (fixuns_trunc<IEEE128:mode><SDI:mode>2): Likewise.
24296         (floatuns<IEEE128:mode>2, IEEE128 iterator): Likewise.
24297         (fix<uns>_<mode>si2_hw): Rework the IEEE 128-bt hardware support
24298         to know that we can now have integers of all sizes in vector
24299         registers.
24300         (fix<uns>_<mode>di2_hw): Likewise.
24301         (float<uns>_<mode>si2_hw): Likewise.
24302         (fix_<mode>si2_hw): Likewise.
24303         (fixuns_<mode>si2_hw): Likewise.
24304         (float<uns>_<mode>di2_hw): Likewise.
24305         (float_<mode>di2_hw): Likewise.
24306         (float_<mode>si2_hw): Likewise.
24307         (floatuns_<mode>di2_hw): Likewise.
24308         (floatuns_<mode>si2_hw): Likewise.
24309         (xscvqp<su>wz_<mode>): Delete, no longer used.
24310         (xscvqp<su>dz_<mode>): Likewise.
24311         (xscv<su>dqp_<mode>): Likewise.
24312         (ieee128_mfvsrd_64bit): Likewise.
24313         (ieee128_mfvsrd_32bit): Likewise.
24314         (ieee128_mfvsrwz): Likewise.
24315         (ieee128_mtvsrw): Likewise.
24316         (ieee128_mtvsrd_64bit): Likewise.
24317         (ieee128_mtvsrd_32bit): Likewise.
24319 2017-01-31  Martin Liska  <mliska@suse.cz>
24321         PR ipa/79285
24322         * ipa-prop.c (ipa_free_all_node_params): Call release method
24323         instead of ~sumbol_summary to not to trigger double times
24324         dtor of hash_map.
24326 2017-01-31  Aldy Hernandez  <aldyh@redhat.com>
24328         PR tree-optimization/71691
24329         * bitmap.h (class auto_bitmap): New.
24330         * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): Call
24331         is_maybe_undefined instead of ssa_undefined_value_p.
24333 2017-01-31  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
24335         * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
24336         __S390_ARCH_LEVEL__ to __ARCH__.
24338 2017-01-31  Jakub Jelinek  <jakub@redhat.com>
24340         PR tree-optimization/79267
24341         * value-prof.c (gimple_ic): Only drop lhs for noreturn calls
24342         if should_remove_lhs_p is true.
24344 2017-01-30  Alexandre Oliva <aoliva@redhat.com>
24346         PR debug/63238
24347         * dwarf2out.c (clone_as_declaration): Drop DW_AT_alignment.
24348         (add_alignment_attribute): New.
24349         (base_type_die): Add alignment attribute.
24350         (subrange_type_die): Likewise.
24351         (modified_type_die): Likewise.
24352         (gen_array_type_die): Likewise.
24353         (gen_descr_array_type_die: Likewise.
24354         (gen_enumeration_type_die): Likewise.
24355         (gen_subprogram_die): Likewise.
24356         (gen_variable_die): Likewise.
24357         (gen_field_die): Likewise.
24358         (gen_ptr_to_mbr_type_die): Likewise.
24359         (gen_struct_or_union_type_die): Likewise.
24360         (gen_subroutine_type_die): Likewise.
24361         (gen_typedef_die): Likewise.
24362         (base_type_cmp): Compare alignment attribute.
24364 2017-01-30  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
24366         PR target/79170
24367         * config/rs6000/altivec.md (*setb_internal): Rename to setb_signed.
24368         (setb_unsigned) New pattern for setb with CCUNS.
24369         * config/rs6000/rs6000.c (expand_block_compare): Use a different
24370         subfc./subfe sequence to avoid overflow problems.  Generate a
24371         shorter sequence with cmpld/setb for power9.
24372         * config/rs6000/rs6000.md (subf<mode>3_carry_dot2): Add a new pattern
24373         for generating subfc. instruction.
24374         (cmpstrsi): Add TARGET_POPCNTD predicate as the generate sequence
24375         now uses this instruction.
24377 2017-01-30  Ian Lance Taylor  <iant@google.com>
24379         PR debug/79289
24380         * dwarf2out.c (gen_type_die_with_usage): When picking a variant
24381         for FUNCTION_TYPE/METHOD_TYPE, use the first matching one.
24383 2017-01-30  Martin Sebor  <msebor@redhat.com>
24385         * gimple-ssa-sprintf.c (fmtresult::adjust_for_width_or_precision):
24386         Move constant to the right of a relational operator.
24387         (get_mpfr_format_length, format_character, format_string): Ditto.
24388         (should_warn_p, maybe_warn): Same.
24390         * doc/invoke.texi (-Wformat-truncation=1): Fix typo.
24392 2017-01-30  Maxim Ostapenko  <m.ostapenko@samsung.com>
24394         PR lto/79061
24395         * asan.c (get_translation_unit_decl): Remove function.
24396         (asan_add_global): Force has_dynamic_init to zero in LTO mode.
24398 2017-01-30  Martin Liska  <mliska@suse.cz>
24400         PR gcov-profile/79259
24401         * opts.c (common_handle_option): Enable flag_ipa_bit_cp w/
24402         -fprofile-generate.
24404 2017-01-30  Martin Liska  <mliska@suse.cz>
24406         PR bootstrap/78985
24407         * config/aarch64/cortex-a57-fma-steering.c (func_fma_steering::analyze):
24408         Initialize variables with NULL value.
24410 2017-01-30  Richard Earnshaw  <rearnsh@arm.com>
24412         PR target/79260
24413         * config.gcc (arm*-*-*): Add arm/arm-flags.h and arm/arm-isa.h to
24414         tm_p_file.
24415         * arm/arm-protos.h: Don't directly include arm-flags.h and arm-isa.h.
24417 2017-01-30  Richard Biener  <rguenther@suse.de>
24419         PR tree-optimization/79276
24420         * tree-vrp.c (process_assert_insertions): Properly adjust common
24421         when removing a duplicate.
24423         * gcc.dg/torture/pr79276.c: New testcase.
24425 2017-01-30  Richard Biener  <rguenther@suse.de>
24427         PR tree-optimization/79256
24428         * targhooks.c (default_builtin_vector_alignment_reachable): Honor
24429         BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
24430         alignment on TYPE.
24431         * tree.c (build_aligned_type): Set TYPE_USER_ALIGN.
24433 2017-01-30  Dominik Vogt  <vogt@linux.vnet.ibm.com>
24435         PR target/79240
24436         * config/s390/s390.md ("*r<noxa>sbg_<mode>_srl_bitmask")
24437         ("*r<noxa>sbg_<mode>_sll_bitmask")
24438         ("*extzv_<mode>_srl<clobbercc_or_nocc>")
24439         ("*extzv_<mode>_sll<clobbercc_or_nocc>"):
24440         Use contiguous_bitmask_nowrap_operand.
24442 2017-01-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
24444         PR target/79268
24445         * config/rs6000/altivec.h (vec_xl): Revise #define.
24446         (vec_xst): Likewise.
24448 2017-01-27  Uros Bizjak  <ubizjak@gmail.com>
24450         * config/i386/i386.c (print_reg): Use REGNO instead of true_regnum.
24452 2017-01-27  Bernd Schmidt  <bschmidt@redhat.com>
24454         PR rtl-optimization/79194
24455         * cprop.c (one_cprop_pass): Move deletion of code after unconditional
24456         traps before call to bypass_conditional_jumps.
24458 2017-01-27  Vladimir Makarov  <vmakarov@redhat.com>
24460         PR tree-optimization/71374
24461         * lra-constraints.c (check_conflict_input_operands): New.
24462         (match_reload): Use it.
24464 2017-01-27  Vladimir Makarov  <vmakarov@redhat.com>
24466         PR target/79131
24467         * lra-assigns.c (find_hard_regno_for_1): Take endianess for into
24468         account to calculate conflict_set.
24470 2017-01-27  Bin Cheng  <bin.cheng@arm.com>
24472         PR rtl-optimization/78559
24473         * combine.c (try_combine): Discard REG_EQUAL and REG_EQUIV for
24474         other_insn in combine.
24476 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
24478         * builtin-types.def: Use unsigned_char_type_node for BT_UINT8.  Use
24479         uint16_type_node for BT_UINT16.
24481 2017-01-27  David Malcolm  <dmalcolm@redhat.com>
24483         * doc/sourcebuild.texi (Testsuites): Add "GIMPLE Tests" and
24484         "RTL Tests" to menu.
24485         (GIMPLE Tests): New node.
24486         (RTL Tests): New node.
24488 2017-01-27  Richard Biener  <rguenther@suse.de>
24490         PR tree-optimization/79245
24491         * tree-loop-distribution.c (distribute_loop): Apply cost
24492         modeling also to detected patterns.
24494 2017-01-27  Richard Biener  <rguenther@suse.de>
24496         PR tree-optimization/71433
24497         * tree-vrp.c (register_new_assert_for): Revert earlier changes.
24498         (compare_assert_loc): New function.
24499         (process_assert_insertions): Sort and optimize assert locations
24500         to remove duplicates and push down identical assertions on
24501         edges to their destination block.
24503 2017-01-27  Richard Biener  <rguenther@suse.de>
24505         PR tree-optimization/79244
24506         * tree-vrp.c (remove_range_assertions): Forcefully propagate
24507         out SSA names even if abnormal.
24509 2017-01-27  Jakub Jelinek  <jakub@redhat.com>
24511         * realmpfr.h: Poison MPFR_RND{N,Z,U,D}.
24512         * gimple-ssa-sprintf.c (format_floating_max): Use GMP_RNDN
24513         instead of MPFR_RNDN.
24515 2017-01-27  Richard Earnshaw  <rearnsha@arm.com>
24517         PR target/79239
24518         * arm.c (arm_option_override): Don't call build_target_option_node
24519         until after doing all option overrides.
24520         (arm_valid_target_attribute_tree): Likewise.
24522 2017-01-27  Martin Liska  <mliska@suse.cz>
24524         * doc/invoke.texi (-fprofile-arcs): Document profiling support
24525         for {cd}tors and C++ {cd}tors.
24527 2017-01-27  Dominik Vogt  <vogt@linux.vnet.ibm.com>
24529         * config/s390/s390.md ("*setmem_long_and")
24530         ("*setmem_long_and_31z"): Use zero_extend instead of and.
24532 2017-01-26  Martin Sebor  <msebor@redhat.com>
24534         * gimple-ssa-sprintf.c (format_floating): Simplify the computation
24535         of precision.
24537 2017-01-26  Martin Sebor  <msebor@redhat.com>
24539         * gimple-ssa-sprintf.c (format_floating): Test HAVE_XFmode and
24540         HAVE_DFmode before using XFmode or DFmode.
24541         (parse_directive): Avoid using the z length modifier to avoid
24542         the ISO C++98 does not support the â€˜z’ gnu_printf length modifier.
24544         PR middle-end/78703
24545         * gimple-ssa-sprintf.c (adjust_for_width_or_precision): Change
24546         to accept adjustment as an array.
24547         (get_int_range): New function.
24548         (struct directive): Make width and prec arrays.
24549         (directive::set_width, directive::set_precision): Call get_int_range.
24550         (format_integer, format_floating): Handle width and precision ranges.
24551         (format_string, parse_directive): Same.
24553 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
24555         PR debug/79129
24556         * dwarf2out.c (generate_skeleton_bottom_up): For children with
24557         comdat_type_p set, just clone them, but keep the children in the
24558         original DIE.
24560         PR debug/78835
24561         * dwarf2out.c (prune_unused_types): Mark all functions with DIEs
24562         which have direct callers with -fvar-tracking-assignments enabled
24563         in the current TU.
24564         (resolve_addr): Avoid adding skeleton DIEs for DW_AT_call_origin
24565         inside of type units.
24567 2017-01-26  Martin Sebor  <msebor@redhat.com>
24569         PR middle-end/78703
24570         * gimple-ssa-sprintf.c (struct result_range): Add likely and
24571         unlikely counters.
24572         (struct format_result): Replace number_chars, number_chars_min,
24573         and number_chars_max with a single member of struct result_range.
24574         Remove bounded.
24575         (format_result::operator+=): Adjust.
24576         (struct fmtresult): Remove bounded.  Handle likely and unlikely
24577         counters.
24578         (fmtresult::adjust_for_width_or_precision): New function.
24579         (fmtresult:type_max_digits): New function.
24580         (bytes_remaining): Handle likely and unlikely counters.
24581         (min_bytes_remaining): Remove.
24582         (format_percent): Simplify.
24583         (format_integer, format_floating): Set likely and unlikely counters.
24584         (get_string_length, format_character, format_string): Same.
24585         (format_plain, should_warn_p): New function.
24586         (maybe_warn): Call should_warn_p.  Update diagnostic messages
24587         and handle those for all directives, including plain strings.
24588         (format_directive): Handle likely and unlikely counters.
24589         Remove unnecessary quoting from diagnostics.  Add an informational
24590         note.
24591         (add_bytes): Remove.
24592         (pass_sprintf_length::compute_format_length): Simplify.
24593         (try_substitute_return_value): Handle likely and unlikely counters.
24595 2017-01-26  Carl Love  <cel@us.ibm.com>
24597         * config/rs6000/rs6000-c (altivec_overloaded_builtins): Remove
24598         bogus entries for the P8V_BUILTIN_VEC_VGBBD built-ins
24600 2017-01-26  Vladimir Makarov  <vmakarov@redhat.com>
24602         PR target/79131
24603         * lra-assigns.c (setup_live_pseudos_and_spill_after_risky): Take
24604         endianess for subregs into account.
24605         * lra-constraints.c (lra_constraints): Do risky transformations
24606         always on the first iteration.
24607         * lra-lives.c (check_pseudos_live_through_calls): Add arg
24608         last_call_used_reg_set.
24609         (process_bb_lives): Define and use last_call_used_reg_set.
24610         * lra.c (lra): Always continue after lra_constraints on the first
24611         iteration.
24613 2017-01-26  Kirill Yukhin  <kirill.yukhin@gmail.com>
24615         * gcc.target/i386/avx512bw-kshiftlq-2.c: Use unsigned long long
24616         constant.
24617         * gcc.target/i386/avx512bw-kshiftrq-2.c: Ditto.
24619 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
24621         * config/i386/avx512fintrin.h (_ktest_mask16_u8,
24622         _ktestz_mask16_u8, _ktestc_mask16_u8, _kadd_mask16): Move to ...
24623         * config/i386/avx512dqintrin.h (_ktest_mask16_u8,
24624         _ktestz_mask16_u8, _ktestc_mask16_u8, _kadd_mask16): ... here.
24625         * config/i386/i386-builtin.def (__builtin_ia32_ktestchi,
24626         __builtin_ia32_ktestzhi, __builtin_ia32_kaddhi): Use
24627         OPTION_MASK_ISA_AVX512DQ instead of OPTION_MASK_ISA_AVX512F.
24628         * config/i386/sse.md (SWI1248_AVX512BWDQ2): New mode iterator.
24629         (kadd<mode>, ktest<mode>): Use it instead of SWI1248_AVX512BWDQ.
24631 2017-01-26  Marek Polacek  <polacek@redhat.com>
24633         PR c/79199
24634         * fold-const.c (operand_equal_p) [COND_EXPR]: Use OP_SAME_WITH_NULL
24635         for the third operand.
24637 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
24639         PR middle-end/79236
24640         * omp-low.c (struct omp_context): Add simt_stmt field.
24641         (scan_omp_for): Return omp_context *.
24642         (scan_omp_simd): Set simt_stmt on the non-_simt_ SIMD
24643         context to the _simt_ SIMD stmt.
24644         (lower_omp_for): For combined SIMD with sibling _simt_
24645         SIMD, make sure to use the same decls in _looptemp_
24646         clauses as in the sibling.
24648 2017-01-26  David Sherwood  <david.sherwood@arm.com>
24650         PR middle-end/79212
24651         * gimplify.c (omp_notice_variable): Add GOVD_SEEN flag to variables in
24652         all contexts.
24654 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
24656         PR target/70465
24657         * reg-stack.c (emit_swap_insn): Instead of fld a; fld b; fxchg %st(1);
24658         emit fld b; fld a; if possible.
24660         * brig-builtins.def: Update copyright years.
24661         * config/arm/arm_acle_builtins.def: Update copyright years.
24663 2017-01-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
24665         PR target/79179
24666         * config/rs6000/vsx.md (vsx_extract_<mode>_store): Use wY
24667         constraint instead of o for the stxsd instruction.
24669 2017-01-25  Carl Love  <cel@us.ibm.com>
24671         * config/rs6000/rs6000-c (altivec_overloaded_builtins): Fix order
24672         of entries for ALTIVEC_BUILTIN_VEC_PACKS and P8V_BUILTIN_VEC_VGBBD.
24674 2017-01-25  Jonathan Wakely  <jwakely@redhat.com>
24676         * doc/invoke.texi (C++ Dialect Options): Fix typo.
24678 2017-01-25  Richard Biener  <rguenther@suse.de>
24680         PR tree-optimization/69264
24681         * target.def (vector_alignment_reachable): Improve documentation.
24682         * doc/tm.texi: Regenerate.
24683         * targhooks.c (default_builtin_vector_alignment_reachable): Simplify
24684         and add a comment.
24685         * tree-vect-data-refs.c (vect_supportable_dr_alignment): Revert
24686         earlier changes with respect to TYPE_USER_ALIGN.
24687         (vector_alignment_reachable_p): Likewise.  Improve dumping.
24689 2016-01-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
24691         PR target/79145
24692         * config/arm/arm.md (xordi3): Force constant operand into a register
24693         for TARGET_IWMMXT.
24695 2016-01-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
24697         * doc/invoke.texi (-fstore-merging): Correct default optimization
24698         levels at which it is enabled.
24699         (-O): Move -fstore-merging from list to...
24700         (-O2): ... Here.
24702 2017-01-25  Richard Biener  <rguenther@suse.de>
24704         PR debug/78363
24705         * omp-expand.c: Include debug.h.
24706         (expand_omp_taskreg): Make sure to generate early debug before
24707         outlining anything from a function.
24708         (expand_omp_target): Likewise.
24709         (grid_expand_target_grid_body): Likewise.
24711 2017-01-25  Maxim Ostapenko  <m.ostapenko@samsung.com>
24713         PR lto/79061
24714         * asan.c (get_translation_unit_decl): New function.
24715         (asan_add_global): Extract modules file name from globals
24716         TRANSLATION_UNIT_DECL name.
24718 2017-01-24  Eric Botcazou  <ebotcazou@adacore.com>
24720         PR target/77439
24721         * config/arm/arm.c (arm_function_ok_for_sibcall): Add back restriction
24722         for long calls with APCS frame and VFP.
24724 2017-01-24  David Malcolm  <dmalcolm@redhat.com>
24726         * cfg.c (original_copy_tables_initialized_p): New function.
24727         * cfg.h (original_copy_tables_initialized_p): New decl.
24728         * cfgrtl.c (relink_block_chain): Guard the call to
24729         free_original_copy_tables with a call to
24730         original_copy_tables_initialized_p.
24731         * cgraph.h (symtab_node::native_rtl_p): New decl.
24732         * cgraphunit.c (symtab_node::native_rtl_p): New function.
24733         (symtab_node::needed_p): Don't assert for early assembly output
24734         for __RTL functions.
24735         (cgraph_node::finalize_function): Set "force_output" for __RTL
24736         functions.
24737         (cgraph_node::analyze): Bail out early for __RTL functions.
24738         (analyze_functions): Update assertion to support __RTL functions.
24739         (cgraph_node::expand): Bail out early for __RTL functions.
24740         * final.c (rest_of_clean_state): Don't call delete_tree_ssa for
24741         __RTL functions.
24742         * function.h (struct function): Update comment for field
24743         "pass_startwith".
24744         * gimple-expr.c: Include "tree-pass.h".
24745         (gimple_has_body_p): Return false for __RTL functions.
24746         * Makefile.in (OBJS): Add run-rtl-passes.o.
24747         * pass_manager.h (gcc::pass_manager::get_rest_of_compilation): New
24748         accessor.
24749         (gcc::pass_manager::get_clean_slate): New accessor.
24750         * passes.c: Include "insn-addr.h".
24751         (should_skip_pass_p): Add logging.  Update logic for running
24752         "expand" to be compatible with both __GIMPLE and __RTL.  Guard
24753         property-provider override so it is only done for gimple passes.
24754         Don't skip dfinit.
24755         (skip_pass): New function.
24756         (execute_one_pass): Call skip_pass when skipping passes.
24757         * read-md.c (md_reader::read_char): Support filtering
24758         the input to a subset of line numbers.
24759         (md_reader::md_reader): Initialize fields
24760         m_first_line and m_last_line.
24761         (md_reader::read_file_fragment): New function.
24762         * read-md.h (md_reader::read_file_fragment): New decl.
24763         (md_reader::m_first_line): New field.
24764         (md_reader::m_last_line): New field.
24765         * read-rtl-function.c (function_reader::create_function): Only
24766         create cfun if it doesn't already exist.  Set PROP_rtl on cfun's
24767         curr_properties.  Set DECL_INITIAL to a dummy block.
24768         (read_rtl_function_body_from_file_range): New function.
24769         * read-rtl-function.h (read_rtl_function_body_from_file_range):
24770         New decl.
24771         * run-rtl-passes.c: New file.
24772         * run-rtl-passes.h: New file.
24774 2017-01-24  Jeff Law  <law@redhat.com>
24776         * config/microblaze/microblaze.h (ASM_FORMAT_PRIVATE_NAME): Increase
24777         buffer size.
24779 2017-01-24  Bin Cheng  <bin.cheng@arm.com>
24781         PR tree-optimization/79159
24782         * tree-ssa-loop-niter.c (get_cst_init_from_scev): New function.
24783         (record_nonwrapping_iv): Improve boundary using above function if no
24784         value range information.
24786 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
24787             Martin Jambor  <mjambor@suse.cz>
24789         * brig-builtins.def: New file.
24790         * builtins.def (DEF_HSAIL_BUILTIN): New macro.
24791         (DEF_HSAIL_ATOMIC_BUILTIN): Likewise.
24792         (DEF_HSAIL_SAT_BUILTIN): Likewise.
24793         (DEF_HSAIL_INTR_BUILTIN): Likewise.
24794         (DEF_HSAIL_CVT_ZEROI_SAT_BUILTIN): Likewise.
24795         * builtin-types.def (BT_INT8): New.
24796         (BT_INT16): Likewise.
24797         (BT_UINT8): Likewise.
24798         (BT_UINT16): Likewise.
24799         (BT_FN_ULONG): Likewise.
24800         (BT_FN_UINT_INT): Likewise.
24801         (BT_FN_UINT_ULONG): Likewise.
24802         (BT_FN_UINT_LONG): Likewise.
24803         (BT_FN_UINT_PTR): Likewise.
24804         (BT_FN_ULONG_PTR): Likewise.
24805         (BT_FN_INT8_FLOAT): Likewise.
24806         (BT_FN_INT16_FLOAT): Likewise.
24807         (BT_FN_UINT32_FLOAT): Likewise.
24808         (BT_FN_UINT16_FLOAT): Likewise.
24809         (BT_FN_UINT8_FLOAT): Likewise.
24810         (BT_FN_UINT64_FLOAT): Likewise.
24811         (BT_FN_UINT16_UINT32): Likewise.
24812         (BT_FN_UINT32_UINT16): Likewise.
24813         (BT_FN_UINT16_UINT16_UINT16): Likewise.
24814         (BT_FN_INT_PTR_INT): Likewise.
24815         (BT_FN_UINT_PTR_UINT): Likewise.
24816         (BT_FN_LONG_PTR_LONG): Likewise.
24817         (BT_FN_ULONG_PTR_ULONG): Likewise.
24818         (BT_FN_VOID_UINT64_UINT64): Likewise.
24819         (BT_FN_UINT8_UINT8_UINT8): Likewise.
24820         (BT_FN_INT8_INT8_INT8): Likewise.
24821         (BT_FN_INT16_INT16_INT16): Likewise.
24822         (BT_FN_INT_INT_INT): Likewise.
24823         (BT_FN_UINT_FLOAT_UINT): Likewise.
24824         (BT_FN_FLOAT_UINT_UINT): Likewise.
24825         (BT_FN_ULONG_UINT_UINT): Likewise.
24826         (BT_FN_ULONG_UINT_PTR): Likewise.
24827         (BT_FN_ULONG_ULONG_ULONG): Likewise.
24828         (BT_FN_UINT_UINT_UINT): Likewise.
24829         (BT_FN_VOID_UINT_PTR): Likewise.
24830         (BT_FN_UINT_UINT_PTR: Likewise.
24831         (BT_FN_UINT32_UINT64_PTR): Likewise.
24832         (BT_FN_INT_INT_UINT_UINT): Likewise.
24833         (BT_FN_UINT_UINT_UINT_UINT): Likewise.
24834         (BT_FN_UINT_UINT_UINT_PTR): Likewise.
24835         (BT_FN_UINT_ULONG_ULONG_UINT): Likewise.
24836         (BT_FN_ULONG_ULONG_ULONG_ULONG): Likewise.
24837         (BT_FN_LONG_LONG_UINT_UINT): Likewise.
24838         (BT_FN_ULONG_ULONG_UINT_UINT): Likewise.
24839         (BT_FN_VOID_UINT32_UINT64_PTR): Likewise.
24840         (BT_FN_VOID_UINT32_UINT32_PTR): Likewise.
24841         (BT_FN_UINT_UINT_UINT_UINT_UINT): Likewise.
24842         (BT_FN_UINT_FLOAT_FLOAT_FLOAT_FLOAT): Likewise.
24843         (BT_FN_ULONG_ULONG_ULONG_UINT_UINT): Likewise.
24844         * doc/frontends.texi: List BRIG FE.
24845         * doc/install.texi (Testing): Add BRIG tesring requirements.
24846         * doc/invoke.texi (Overall Options): Mention BRIG.
24847         * doc/standards.texi (Standards): Doucment BRIG HSA version.
24849 2017-01-24  Richard Biener  <rguenther@suse.de>
24851         PR translation/79208
24852         * ipa-devirt.c (odr_types_equivalent_p): Fix typo in diagnostic.
24854 2017-01-24  Martin Jambor  <mjambor@suse.cz>
24856         PR bootstrap/79198
24857         * ipa-prop.c (ipa_free_all_node_params): Call summary destructor.
24858         * ipa-prop.c (ipa_node_params_t::insert): Initialize fields known_csts
24859         and known_contexts.
24861 2017-01-24  Aldy Hernandez  <aldyh@redhat.com>
24863         PR middle-end/79123
24864         * gimple-ssa-warn-alloca.c (alloca_call_type): Make sure
24865         casts from signed to unsigned really don't have a range.
24867 2017-01-24  Markus Trippelsdorf  <markus@trippelsdorf.de>
24869         * gimple-ssa-sprintf.c (format_floating): Change MPFR_RNDx to
24870         GMP_RNDx for compatiblity.
24872 2017-01-24  Martin Liska  <mliska@suse.cz>
24874         PR bootstrap/79132
24875         * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Insert assert
24876         that would prevent us to call alloca with -1 as argument.
24878 2017-01-24  Jakub Jelinek  <jakub@redhat.com>
24880         * dwarf2out.c (output_compilation_unit_header, output_file_names):
24881         Avoid -Wformat-security warning.
24883 2017-01-23  Andrew Pinski  <apinski@cavium.com>
24885         * config/aarch64/aarch64.c (thunderx2t99_addrcost_table): Improve
24886         cost table.
24888 2017-01-23  Martin Sebor  <msebor@redhat.com>
24890         PR middle-end/78703
24891         * gimple-ssa-sprintf.c (warn_level): New global.
24892         (format_integer): Use it here and throughout the rest of the file.
24893         Use the same switch to compute sign as base.
24894         (maybe_warn): New function.
24895         (format_directive): Factor out warnings into maybe_warn.
24896         Add debugging output.  Use warn_level.
24897         (add_bytes): Use warn_level.
24898         (pass_sprintf_length::compute_format_length): Add debugging output.
24899         (try_substitute_return_value): Same.
24900         (pass_sprintf_length::handle_gimple_call): Set and use warn_level.
24902         PR middle-end/78703
24903         * gimple-ssa-sprintf.c (struct format_result): Remove constant member.
24904         (struct fmtresult, format_integer, format_floating): Adjust.
24905         (fmtresult::fmtresult): Set max correctly in two argument ctor.
24906         (get_string_length, format_string,format_directive): Same.
24907         (pass_sprintf_length::compute_format_length): Same.
24908         (try_substitute_return_value): Simplify slightly.
24910         PR middle-end/78703
24911         * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Adjust formatting.
24912         (fmtresult::operator+=): Outlined.
24913         (struct fmtresult): Add ctors.
24914         (struct conversion_spec): Rename...
24915         (struct directive): ...to this.  Add and remove data members.
24916         (directive::set_width, directive::set_precision): New functions.
24917         (format_percent): Use fmtresult ctor.
24918         (get_width_and_precision): Remove.
24919         (format_integer): Make naming changes.  Avoid computing width and
24920         precision.
24921         (format_floating): Same.  Adjust indentation.
24922         (format_character, format_none): New functions.
24923         (format_string): Moved character handling to format_character.
24924         (format_directive): Remove arguments, change return type.
24925         (parse_directive): New function.
24926         (pass_sprintf_length::compute_format_length): Move directive
24927         parsing to parse_directive.
24929 2017-01-23  Jakub Jelinek  <jakub@redhat.com>
24931         * tree.h (assign_assembler_name_if_neeeded): Rename to ...
24932         (assign_assembler_name_if_needed): ... this.
24933         * tree.c (assign_assembler_name_if_neeeded): Rename to ...
24934         (assign_assembler_name_if_needed): ... this.
24935         (free_lang_data_in_cgraph): Adjust callers.
24936         * cgraphunit.c (cgraph_node::analyze): Likewise.
24937         * omp-expand.c (expand_omp_taskreg, expand_omp_target):
24938         Likewise.
24940 2017-01-23  Richard Biener  <rguenther@suse.de>
24942         PR tree-optimization/79088
24943         PR tree-optimization/79188
24944         * tree-ssa-threadupdate.c (mark_threaded_blocks): Move code
24945         resetting loop bounds after last path deletion.  Reset loop
24946         bounds of the target loop, make code match the comments.
24947         * tree-ssa-threadbackwards.c (pass_early_thread_jumps::execute):
24948         Make sure loops need no fixups.
24950 2017-01-23  Kelvin Nilsen  <kelvin@gcc.gnu.org>
24952         * config/rs6000/rs6000-builtin.def (VSIEDPF): Add scalar insert
24953         exponent support with double type for first argument.
24954         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Changed
24955         type returned by __builtin_vec_extract_sig,
24956         __builtin_vec_extract_sig_sp, and __builtin_vec_extract_sig_dp
24957         functions from "vector int" to "vector unsigned int" or from
24958         "vector long long int" to "vector unsigned long long int".
24959         Changed type returned by __builtin_vec_extract_exp,
24960         __builtin_vec_extract_exp_sp, and __builtin_vec_extract_exp_dp
24961         functions from "vector int" to "vector unsigned int" or from
24962         "vector long long int" to "vector unsigned long long int".
24963         Changed return type of __builtin_vec_test_data_class,
24964         __builtin_vec_test_data_class_sp, and
24965         __builtin_vec_test_data_class_dp from "vector int" to
24966         "vector bool int" or from "vector long long int" to "vector bool
24967         long long int" and changed second argument type from "unsigned
24968         int" to "int".  Added new overloaded function forms "vector float
24969         __builtin_vec_insert_exp (vector float, vector unsigned int)" and
24970         "vector float __builtin_vec_insert_exp_sp (vector float, vector
24971         unsigned int)" and "vector double __builtin_vec_insert_exp (vector
24972         double, vector unsigned long long int)" and "vector double
24973         __builtin_vec_insert_exp_dp (vector double, vector unsigned long
24974         long int)".  Changed return type of
24975         __builtin_scalar_test_data_class and
24976         __builtin_scalar_test_data_class_sp and
24977         __builtin_scalar_test_data_class_dp from "unsigned int" to "bool
24978         int" and changed second argument from "unsigned int" to "int".
24979         Changed type returned by __builtin_scalar_test_neg,
24980         __builtin_scalar_test_neg_sp, and __builtin_scalar_test_neg_dp
24981         from "int" to "bool int".  Added new overloaded function form
24982         "double __builtin_scalar_insert_exp (double, unsigned long long int)".
24983         * config/rs6000/vsx.md (xsiexpdpf): New insn for scalar insert
24984         exponent double-precision with floating point first argument.
24985         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Adjust
24986         documentation of scalar_test_data_class, scalar_test_neg,
24987         scalar_extract_sig, scalar_extract_exp, scalar_insert_exp,
24988         vector_extract_exp, vec_extract_sig, vec_insert_exp, and
24989         vec_test_data_class built-in functions to reflect refinements in
24990         their type signatures.
24992 2017-01-23  Andreas Tobler  <andreast@gcc.gnu.org>
24994         * config/aarch64/aarch64.c (aarch64_elf_asm_constructor): Increase
24995         size of buf.
24996         (aarch64_elf_asm_destructor): Likewise.
24998 2017-01-23  Bernd Schmidt  <bschmidt@redhat.com>
25000         PR rtl-optimization/78634
25001         * config/i386/i386.c (ix86_max_noce_ifcvt_seq_cost): New function.
25002         (TARGET_MAX_NOCE_IFCVT_SEQ_COST): Define.
25003         * ifcvt.c (noce_try_cmove): Add missing cost check.
25005         PR rtl-optimization/71724
25006         * combine.c (if_then_else_cond): Look for situations where it is
25007         beneficial to undo the work of one of the recursive calls.
25009 2017-01-23  Bin Cheng  <bin.cheng@arm.com>
25011         PR tree-optimization/70754
25012         * tree-predcom.c (stmt_combining_refs): New parameter INSERT_BEFORE.
25013         (reassociate_to_the_same_stmt): New parameter INSERT_BEFORE.  Insert
25014         combined stmt before it if not NULL.
25015         (combine_chains): Process refs reversely and compute dominance point
25016         for root ref.
25018 2017-01-23  Martin Liska  <mliska@suse.cz>
25020         PR tree-optimization/79196
25021         * tree-ssa-strlen.c (fold_strstr_to_memcmp): Rename to ...
25022         (fold_strstr_to_strncmp): ... this.  Fold the pattern to strncmp
25023         instead of memcmp.
25024         (strlen_optimize_stmt): Call the renamed function.
25026 2017-01-23  Michael Matz  <matz@suse.de>
25028         PR tree-optimization/78384
25029         * tree-ssa-loop-split.c (patch_loop_exit): Use correct edge.
25031 2017-01-23  Richard Biener  <rguenther@suse.de>
25033         PR tree-optimization/79186
25034         * tree-vrp.c (register_new_assert_for): Make sure we've seen
25035         both incoming edges before moving an assert.
25037 2017-01-23  Martin Jambor  <mjambor@suse.cz>
25039         * ipa-prop.c (load_from_param_1): Removed.
25040         (load_from_unmodified_param): Bits from load_from_param_1 put back
25041         here.
25042         (load_from_param): Removed.
25043         (compute_complex_assign_jump_func): Removed stmt2 and just replaced it
25044         with stmt.  Reverted back to use of load_from_unmodified_param.
25046 2017-01-23  Martin Jambor  <mjambor@suse.cz>
25048         PR ipa/79108
25049         * ipa-prop.h (ipa_param_descriptor): Anotate with with GTY(()).
25050         (ipa_node_params): Annotate with GTY((for_user)).  Make descriptors
25051         field a pointer to garbage collected vector, mark lattices and
25052         ipcp_orig_node with GTY((skip)).
25053         (ipa_get_param_count): Adjust to descriptors being a pointer.
25054         (ipa_get_param): Likewise.
25055         (ipa_get_type): Likewise.
25056         (ipa_get_param_move_cost): Likewise.
25057         (ipa_set_param_used): Likewise.
25058         (ipa_get_controlled_uses): Likewise.
25059         (ipa_set_controlled_uses): Likewise.
25060         (ipa_is_param_used): Likewise.
25061         (ipa_node_params_t): Move into garbage collector.  New methods insert
25062         and remove.
25063         (ipa_node_params_sum): Annotate wth GTY(()).
25064         (ipa_check_create_node_params): Adjust to ipa_node_params_sum being
25065         garbage collected.
25066         (ipa_load_from_parm_agg): Adjust declaration.
25067         * ipa-icf.c (param_used_p): Adjust to descriptors being a pointer.
25068         * ipa-profile.c (ipa_profile): Likewise.
25069         * ipa-prop.c (ipa_get_param_decl_index_1): Likewise.
25070         (ipa_populate_param_decls): Make descriptors parameter garbage
25071         collected.
25072         (ipa_dump_param): Adjust to descriptors being a pointer.
25073         (ipa_alloc_node_params): Likewise.
25074         (ipa_initialize_node_params): Likewise.
25075         (load_from_param_1): Make descriptors parameter garbage collected.
25076         (load_from_unmodified_param): Likewise.
25077         (load_from_param): Likewise.
25078         (ipa_load_from_parm_agg): Likewise.
25079         (ipa_node_params::~ipa_node_params): Removed.
25080         (ipa_free_all_node_params): Remove call to delete operator.
25081         (ipa_node_params_t::insert): New.
25082         (ipa_node_params_t::remove): Likewise.
25083         (ipa_node_params_t::duplicate): Adjust to descriptors being a pointer,
25084         copy known_csts and known_contexts vectors.
25085         (ipa_read_node_info): Adjust to descriptors being a pointer.
25086         (ipcp_modif_dom_walker): Make m_descriptors field garbage
25087         collected.
25088         (ipcp_transform_function): Make descriptors variable garbage
25089         collected.
25091 2017-01-23  Andrew Senkevich  <andrew.senkevich@intel.com>
25093         * config/i386/avx512bwintrin.h: Add k-mask test, kortest intrinsics.
25094         * config/i386/avx512dqintrin.h: Ditto.
25095         * config/i386/avx512fintrin.h: Ditto.
25096         * config/i386/i386.c: Handle new builtins.
25097         * config/i386/i386-builtin.def: Add new builtins.
25098         * config/i386/sse.md (ktest<mode>, kortest<mode>): New.
25099         (UNSPEC_KORTEST, UNSPEC_KTEST): New.
25101 2017-01-23  Jakub Jelinek  <jakub@redhat.com>
25102             Martin Liska  <mliska@suse.cz>
25104         * asan.h: Define ASAN_USE_AFTER_SCOPE_ATTRIBUTE.
25105         * asan.c (asan_expand_poison_ifn): Support stores and use
25106         appropriate ASAN report function.
25107         * internal-fn.c (expand_ASAN_POISON_USE): New function.
25108         * internal-fn.def (ASAN_POISON_USE): Declare.
25109         * tree-into-ssa.c (maybe_add_asan_poison_write): New function.
25110         (maybe_register_def): Create ASAN_POISON_USE when sanitizing.
25111         * tree-ssa-dce.c (eliminate_unnecessary_stmts): Remove
25112         ASAN_POISON calls w/o LHS.
25113         * tree-ssa.c (execute_update_addresses_taken): Create clobber
25114         for ASAN_MARK (UNPOISON, &x, ...) in order to prevent usage of a LHS
25115         from ASAN_MARK (POISON, &x, ...) coming to a PHI node.
25116         * gimplify.c (asan_poison_variables): Add attribute
25117         use_after_scope_memory to variables that really needs to live
25118         in memory.
25119         * tree-ssa.c (is_asan_mark_p): Do not rewrite into SSA when
25120         having the attribute.
25122 2017-01-23  Martin Liska  <mliska@suse.cz>
25124         * asan.c (create_asan_shadow_var): New function.
25125         (asan_expand_poison_ifn): Likewise.
25126         * asan.h (asan_expand_poison_ifn): New declaration.
25127         * internal-fn.c (expand_ASAN_POISON): Likewise.
25128         * internal-fn.def (ASAN_POISON): New builtin.
25129         * sanopt.c (pass_sanopt::execute): Expand
25130         asan_expand_poison_ifn.
25131         * tree-inline.c (copy_decl_for_dup_finish): Make function
25132         external.
25133         * tree-inline.h (copy_decl_for_dup_finish): Likewise.
25134         * tree-ssa.c (is_asan_mark_p): New function.
25135         (execute_update_addresses_taken): Rewrite local variables
25136         (identified just by use-after-scope as addressable) into SSA.
25138 2017-01-22  Gerald Pfeifer  <gerald@pfeifer.com>
25140         * doc/install.texi (Specific): opensource.apple.com uses https
25141         now. Remove trailing slash.
25143 2017-01-22  Gerald Pfeifer  <gerald@pfeifer.com>
25145         * README.Portability: Remove note on an Irix compatibility issue.
25147 2017-01-22  Dimitry Andric <dim@FreeBSD.org>
25149         * gcov.c (INCLUDE_ALGORITHM): Define.
25150         (INCLUDE_VECTOR): Define.
25151         No longer include <vector> and <algorithm> directly.
25153 2017-01-21  Gerald Pfeifer  <gerald@pfeifer.com>
25155         * doc/extend.texi (Thread-Local): Change www.akkadia.org reference
25156         to https.
25157         * doc/invoke.texi (Code Gen Options): Ditto.
25159 2017-01-21  Jan Hubicka  <hubicka@ucw.cz>
25161         PR lto/78407
25162         * cfg.c (update_bb_profile_for_threading): Fix updating of probablity.
25164 2017-01-21  Bernd Schmidt  <bschmidt@redhat.com>
25166         rtl-optimization/79125
25167         * cprop.c (local_cprop_pass): Handle cases where we make an
25168         unconditional trap.
25170 2017-01-20  Segher Boessenkool  <segher@kernel.crashing.org>
25172         PR target/61729
25173         PR target/77850
25174         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Adjust address to
25175         read from, for big endian.
25177 2017-01-20  Jiong Wang  <jiong.wang@arm.com>
25179         * config/aarch64/aarch64-builtins.c (aarch64_init_builtins): Register
25180         register pauth builtins for LP64 only.
25182 2017-01-20  Marek Polacek  <polacek@redhat.com>
25184         PR c/79152
25185         * gimplify.c (should_warn_for_implicit_fallthrough): Handle consecutive
25186         non-case labels.
25188 2017-01-20  Alexander Monakov  <amonakov@ispras.ru>
25190         * omp-expand.c (expand_omp_simd): Clear PROP_gimple_lomp_dev regardless
25191         of safelen status.
25192         * omp-offload.c (pass_omp_device_lower::gate): Use PROP_gimple_lomp_dev.
25193         * passes.c (dump_properties): Handle PROP_gimple_lomp_dev.
25194         * tree-inline.c (expand_call_inline): Propagate PROP_gimple_lomp_dev.
25196 2017-01-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
25198         PR target/71270
25199         * config/arm/arm.c (neon_valid_immediate): Reject vector constants
25200         in big-endian mode when they are not a single duplicated value.
25202 2017-01-20  Richard Biener  <rguenther@suse.de>
25204         * BASE-VER: Bump to 7.0.1.
25206 2017-01-20  Alexander Monakov  <amonakov@ispras.ru>
25208         * omp-low.c (omplow_simd_context): New struct.  Use it...
25209         (lower_rec_simd_input_clauses): ...here and...
25210         (lower_rec_input_clauses): ...here to hold common data.  Adjust all
25211         references to idx, lane, max_vf, is_simt.
25213 2017-01-20  Graham Markall  <graham.markall@embecosm.com>
25215         * config/arc/arc.h (LINK_SPEC): Use arclinux_nps emulation when
25216         mcpu=nps400.
25218 2017-01-20  Martin Jambor  <mjambor@suse.cz>
25220         * hsa.h: Renaed to hsa-common.h.  Adjusted a comment.
25221         * hsa.c: Renaed to hsa-common.c.  Change include of gt-hsa.h to
25222         gt-hsa-common.h.
25223         * Makefile.in (OBJS): Rename hsa.o to hsa-common.o.
25224         (GTFILES): Rename hsa.c to hsa-common.c.
25225         * hsa-brig.c: Change include of hsa.h to hsa-common.h.
25226         * hsa-dump.c: Likewise.
25227         * hsa-gen.c: Likewise.
25228         * hsa-regalloc.c: Likewise.
25229         * ipa-hsa.c: Likewise.
25230         * omp-expand.c: Likewise.
25231         * omp-low.c: Likewise.
25232         * toplev.c: Likewise.
25234 2017-01-20  Marek Polacek  <polacek@redhat.com>
25236         PR c/64279
25237         * doc/invoke.texi: Document -Wduplicated-branches.
25238         * fold-const.c (operand_equal_p): Handle MODIFY_EXPR, INIT_EXPR,
25239         COMPOUND_EXPR, PREDECREMENT_EXPR, PREINCREMENT_EXPR,
25240         POSTDECREMENT_EXPR, POSTINCREMENT_EXPR, CLEANUP_POINT_EXPR, EXPR_STMT,
25241         STATEMENT_LIST, and RETURN_EXPR.  For non-pure non-const functions
25242         return 0 only when not OEP_LEXICOGRAPHIC.
25243         (fold_build_cleanup_point_expr): Use the expression
25244         location when building CLEANUP_POINT_EXPR.
25245         * tree-core.h (enum operand_equal_flag): Add OEP_LEXICOGRAPHIC.
25246         * tree.c (add_expr): Handle error_mark_node.
25248 2017-01-20  Martin Liska  <mliska@suse.cz>
25250         PR lto/69188
25251         * tree-profile.c (init_ic_make_global_vars): Do not call
25252         finalize_decl.
25253         (gimple_init_gcov_profiler): Likewise.
25255 2017-01-20  Martin Liska  <mliska@suse.cz>
25257         PR ipa/71190
25258         * cgraph.h (maybe_create_reference): Remove argument and
25259         update comment.
25260         * cgraphclones.c (cgraph_node::create_virtual_clone): Remove one
25261         argument.
25262         * ipa-cp.c (create_specialized_node): Likewise.
25263         * symtab.c (symtab_node::maybe_create_reference): Handle
25264         VAR_DECLs and ADDR_EXPRs and select ipa_ref_use type.
25266 2017-01-20  Martin Liska  <mliska@suse.cz>
25268         * read-rtl-function.c (function_reader::create_function): Use
25269         build_decl instread of build_decl_stat.
25271 2017-01-20  Andrew Senkevich  <andrew.senkevich@intel.com>
25273         * config/i386/avx512bwintrin.h: Add k-mask registers shift intrinsics.
25274         * config/i386/avx512dqintrin.h: Ditto.
25275         * config/i386/avx512fintrin.h: Ditto.
25276         * config/i386/i386-builtin-types.def: Add new types.
25277         * config/i386/i386.c: Handle new types.
25278         * config/i386/i386-builtin.def (__builtin_ia32_kshiftliqi)
25279         (__builtin_ia32_kshiftlihi, __builtin_ia32_kshiftlisi)
25280         (__builtin_ia32_kshiftlidi, __builtin_ia32_kshiftriqi)
25281         (__builtin_ia32_kshiftrihi, __builtin_ia32_kshiftrisi)
25282         (__builtin_ia32_kshiftridi): New.
25283         * config/i386/sse.md (k<code><mode>): Rename *k<code><mode>.
25285 2017-01-19  Segher Boessenkool  <segher@kernel.crashing.org>
25287         PR target/78875
25288         PR target/79140
25289         * config/rs6000/rs6000.c (TARGET_STACK_PROTECT_GUARD): Unconditionally
25290         define to rs6000_init_stack_protect_guard.
25291         (rs6000_init_stack_protect_guard): New function.
25293 2017-01-19  Matthew Fortune  <matthew.fortune@imgtec.com>
25294             Yunqiang Su  <yunqiang.su@imgtec.com>
25296         * config.gcc (supported_defaults): Add madd4.
25297         (with_madd4): Add validation.
25298         (all_defaults): Add madd4.
25299         * config/mips/mips.opt (mmadd4): New option.
25300         * config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
25301         mmadd4.
25302         (TARGET_CPU_CPP_BUILTINS): Add builtin_define for
25303         __mips_no_madd4.
25304         (ISA_HAS_UNFUSED_MADD4): Gate with mips_madd4.
25305         (ISA_HAS_FUSED_MADD4): Likewise.
25306         * doc/invoke.texi (-mmadd4): Document the new option.
25307         * doc/install.texi (--with-madd4): Document the new option.
25309 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
25311         * config/aarch64/aarch64-builtins.c (enum aarch64_builtins): New
25312         entries for AARCH64_PAUTH_BUILTIN_XPACLRI,
25313         AARCH64_PAUTH_BUILTIN_PACIA1716, AARCH64_PAUTH_BUILTIN_AUTIA1716.
25314         (aarch64_init_pauth_hint_builtins): New.
25315         (aarch64_init_builtins): Call aarch64_init_pauth_hint_builtins.
25316         (aarch64_expand_builtin): Expand new builtins.
25318 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
25320         * reg-notes.def (CFA_TOGGLE_RA_MANGLE): New reg-note.
25321         * combine-stack-adj.c (no_unhandled_cfa): Handle
25322         REG_CFA_TOGGLE_RA_MANGLE.
25323         * dwarf2cfi.c (dwarf2out_frame_debug): Handle REG_CFA_TOGGLE_RA_MANGLE.
25324         * config/aarch64/aarch64.c (aarch64_expand_prologue): Generates DWARF
25325         info for return address signing.
25326         (aarch64_expand_epilogue): Likewise.
25328 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
25330         * config/aarch64/aarch64-opts.h (aarch64_function_type): New enum.
25331         * config/aarch64/aarch64-protos.h
25332         (aarch64_return_address_signing_enabled): New declaration.
25333         * config/aarch64/aarch64.c (aarch64_return_address_signing_enabled):
25334         New function.
25335         (aarch64_expand_prologue): Sign return address before it's pushed onto
25336         stack.
25337         (aarch64_expand_epilogue): Authenticate return address fetched from
25338         stack.
25339         (aarch64_override_options): Sanity check for ILP32 and ISA level.
25340         (aarch64_attributes): New function attributes for "sign-return-address".
25341         * config/aarch64/aarch64.md (UNSPEC_AUTI1716, UNSPEC_AUTISP,
25342         UNSPEC_PACI1716, UNSPEC_PACISP, UNSPEC_XPACLRI): New unspecs.
25343         ("*do_return"): Generate combined instructions according to key index.
25344         ("<pauth_mnem_prefix>sp", "<pauth_mnem_prefix1716", "xpaclri"): New.
25345         * config/aarch64/iterators.md (PAUTH_LR_SP, PAUTH_17_16): New integer
25346         iterators.
25347         (pauth_mnem_prefix, pauth_hint_num_a): New integer attributes.
25348         * config/aarch64/aarch64.opt (msign-return-address=): New.
25349         * doc/extend.texi (AArch64 Function Attributes): Documents
25350         "sign-return-address=".
25351         * doc/invoke.texi (AArch64 Options): Documents "-msign-return-address=".
25353 2017-01-19  Matthew Fortune  <matthew.fortune@imgtec.com>
25355         * doc/invoke.texi: Add missing -mlxc1-sxc1 options to
25356         overall option summary.
25358 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
25360         * config/aarch64/aarch64-arches.def: New entry for "armv8.3-a".
25361         * config/aarch64/aarch64.h (AARCH64_FL_V8_3, AARCH64_FL_FOR_ARCH8_3,
25362         AARCH64_ISA_V8_3, TARGET_ARMV8_3): New.
25363         * doc/invoke.texi (AArch64 Options): Document "armv8.3-a".
25365 2017-01-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
25367         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Enable
25368         -mpower9-minmax by default for -mcpu=power9.
25369         (ISA_3_MASKS_IEEE): Require -mvsx-small-integer to enable IEEE
25370         128-bit floating point.
25372 2017-01-20  Alan Modra  <amodra@gmail.com>
25374         * config/rs6000/rs6000.md (cmpstrnsi, cmpstrsi): Fail if
25375         optimizing for size.
25377 2017-01-20  Alan Modra  <amodra@gmail.com>
25379         PR target/79144
25380         * config/rs6000/rs6000.c (expand_strn_compare): Get the asm name
25381         for strcmp and strncmp from corresponding builtin decl.
25383 2017-01-19  Uros Bizjak  <ubizjak@gmail.com>
25385         * config.gcc (x86_64-*-rtems*): Use i386/rtemself.h
25386         instead of i386/rtems-64.h.
25387         * config/i386/rtems-64.h: Remove.
25389 2017-01-19  Uros Bizjak  <ubizjak@gmail.com>
25391         PR target/78478
25392         Revert:
25393         2013-11-05  Uros Bizjak  <ubizjak@gmail.com>
25395         * config/i386/rtemself.h (LONG_DOUBLE_TYPE_SIZE): New define.
25397 2017-01-19  Tamar Christina  <tamar.christina@arm.com>
25399         * config/aarch64/aarch64.c (aarch64_simd_gen_const_vector_dup):
25400         Change int to HOST_WIDE_INT.
25401         * config/aarch64/aarch64-protos.h
25402         (aarch64_simd_gen_const_vector_dup): Likewise.
25403         * config/aarch64/aarch64-simd.md: Add copysign<mode>3.
25405 2017-01-19  David Malcolm  <dmalcolm@redhat.com>
25407         * langhooks-def.h (lhd_type_for_size): New decl.
25408         (LANG_HOOKS_TYPE_FOR_SIZE): Define as lhd_type_for_size.
25409         * langhooks.c (lhd_type_for_size): New function, taken from
25410         lto_type_for_size.
25412 2017-01-19  Pat Haugen  <pthaugen@us.ibm.com>
25414         * config/rs6000/power9.md (power9-alu): Remove 'cmp' type and add
25415         define_bypass for CR latency.
25416         (power9-cracked-alu): Update bypass latency and remove power9-branch.
25417         (power9-alu2): Add define_bypass for CR latency.
25418         (power9-cmp): New.
25419         (power9-mul): Update insn latency.
25420         (power9-mul-compare): Update insn latency, bypass latency and remove
25421         power9-branch.
25423 2016-01-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
25425         * config/aarch64/aarch64-protos.h (aarch64_nopcrelative_literal_loads):
25426         Delete.
25427         * config/aarch64/aarch64.md
25428         (aarch64_reload_movcp<GPF_TF:mode><P:mode>): Delete reference to
25429         aarch64_nopcrelative_literal_loads.
25430         (aarch64_reload_movcp<VALL:mode><P:mode>): Likewise.
25432 2017-01-19  Chenghua Xu  <paul.hua.gm@gmail.com>
25434         * config/mips/mips.h (ISA_HAS_FUSED_MADD4): Enable for
25435         TARGET_LOONGSON_3A.
25436         (ISA_HAS_UNFUSED_MADD4): Exclude TARGET_LOONGSON_3A.
25438 2017-01-19  Doug Gilmore  <doug.gilmore@imgtec.com>
25440         PR target/78176
25441         * config.gcc (supported_defaults): Add lxc1-sxc1.
25442         (with_lxc1_sxc1): Add validation.
25443         (all_defaults): Add lxc1-sxc1.
25444         * config/mips/mips.opt (mlxc1-sxc1): New option.
25445         * config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
25446         mlxc1-sxc1.
25447         (TARGET_CPU_CPP_BUILTINS): Add builtin_define for
25448         __mips_no_lxc1_sxc1.
25449         (ISA_HAS_LXC1_SXC1): Gate with mips_lxc1_sxc1.
25450         * doc/invoke.texi (-mlxc1-sxc1): Document the new option.
25451         * doc/install.texi (--with-lxc1-sxc1): Document the new option.
25453 2017-01-19  Richard Biener  <rguenther@suse.de>
25455         PR tree-optimization/72488
25456         * tree-ssa-sccvn.c (run_scc_vn): When we abort the VN make
25457         sure to restore SSA info.
25458         * tree-ssa.c (verify_ssa): Verify SSA info is not shared.
25460 2017-01-19  Richard Earnshaw  <rearnsha@arm.com>
25462         PR rtl-optimization/79121
25463         * expr.c (expand_expr_real_2, case LSHIFT_EXPR): Look at the signedness
25464         of the inner type when shifting an extended value.
25466 2017-01-17  Jan Hubicka  <hubicka@ucw.cz>
25468         PR lto/78407
25469         * symtab.c (symtab_node::equal_address_to): Fix comparing of
25470         interposable aliases.
25472 2017-01-18  Peter Bergner  <bergner@vnet.ibm.com>
25474         PR target/78516
25475         * config/rs6000/spe.md (mov_si<mode>_e500_subreg0): Fix constraints.
25476         Use the evmergelohi instruction.
25477         (mov_si<mode>_e500_subreg4_2_le): Likewise.
25478         (mov_sitf_e500_subreg8_2_be): Likewise.
25479         (mov_sitf_e500_subreg12_2_le): Likewise.
25480         (mov_si<mode>_e500_subreg0_2_le): Fix constraints.
25481         (mov_si<mode>_e500_subreg4_2_be): Likewise.
25482         (mov_sitf_e500_subreg8_2_le): Likewise.
25483         (mov_sitf_e500_subreg12_2_be): Likewise.
25485 2017-01-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
25487         * config/rs6000/altivec.md (altivec_vbpermq): Change "type"
25488         attribute from vecsimple to vecperm.
25489         (altivec_vbpermq2): Likewise.
25491 2017-01-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
25493         PR target/79040
25494         * config/rs6000/altivec.h: Fix typo of vec_cntlz to vec_cnttz.
25496 2017-01-18  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
25497         * config/rs6000/rs6000-protos.h (expand_strn_compare): Add arg.
25498         * config/rs6000/rs6000.c (expand_strn_compare): Add ability to expand
25499         strcmp. Fix bug where comparison didn't stop with zero byte. Fix
25500         case where N arg is SIZE_MAX.
25501         * config/rs6000/rs6000.md (cmpstrnsi): Args to expand_strn_compare.
25502         (cmpstrsi): Add pattern.
25504 2017-01-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
25506         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
25507         __builtin_vec_revb builtins.
25508         * config/rs6000/rs6000-builtins.def (P9V_BUILTIN_XXBRQ_V16QI): Add
25509         built-in functions to support generation of the ISA 3.0 XXBR<x>
25510         vector byte reverse instructions.
25511         (P9V_BUILTIN_XXBRQ_V1TI): Likewise.
25512         (P9V_BUILTIN_XXBRD_V2DI): Likewise.
25513         (P9V_BUILTIN_XXBRD_V2DF): Likewise.
25514         (P9V_BUILTIN_XXBGW_V4SI): Likewise.
25515         (P9V_BUILTIN_XXBGW_V4SF): Likewise.
25516         (P9V_BUILTIN_XXBGH_V8HI): Likewise.
25517         (P9V_BUILTIN_VEC_REVB): Likewise.
25518         * config/rs6000/vsx.md (p9_xxbrq_v1ti): New insns/expanders to
25519         generate the ISA 3.0 XXBR<x> vector byte reverse instructions.
25520         (p9_xxbrq_v16qi): Likewise.
25521         (p9_xxbrd_<mode>, VSX_D iterator): Likewise.
25522         (p9_xxbrw_<mode>, VSX_W iterator): Likewise.
25523         (p9_xxbrh_v8hi): Likewise.
25524         * config/rs6000/altivec.h (vec_revb): Define if ISA 3.0.
25525         * doc/extend.texi (RS/6000 Altivec Built-ins): Document the
25526         vec_revb built-in functions.
25528 2017-01-18  Uros Bizjak  <ubizjak@gmail.com>
25530         PR rtl-optimization/78952
25531         * config/i386/i386.md (any_extract): New code iterator.
25532         (*insvqi_2): Use any_extract for source operand.
25533         (*insvqi_3): Use any_shiftrt for source operand.
25535 2017-01-18  Wilco Dijkstra  <wdijkstr@arm.com>
25537         * config/aarch64/aarch64.c (aarch64_sched_adjust_priority)
25538         New function.
25539         (TARGET_SCHED_ADJUST_PRIORITY): Define target hook.
25541 2017-01-18  Matthias Klose  <doko@ubuntu.com>
25543         * doc/install.texi: Allow default for --with-target-bdw-gc-include.
25545 2016-01-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
25547         * config/rs6000/altivec.h (vec_bperm): Change #define.
25548         * config/rs6000/altivec.md (UNSPEC_VBPERMD): New enum constant.
25549         (altivec_vbpermq2): New define_insn.
25550         (altivec_vbpermd): Likewise.
25551         * config/rs6000/rs6000-builtin.def (VBPERMQ2): New monomorphic
25552         function interface.
25553         (VBPERMD): Likewise.
25554         (VBPERM): New polymorphic function interface.
25555         * config/rs6000/r6000-c.c (altivec_overloaded_builtins_table):
25556         Add entries for P9V_BUILTIN_VEC_VBPERM.
25557         * doc/extend.texi: Add interfaces for vec_bperm.
25559 2017-01-18  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
25561         * config/s390/s390-c.c (s390_expand_overloaded_builtin): Downcase
25562         first letter of error messages.
25563         (s390_resolve_overloaded_builtin): Likewise.
25564         * config/s390/s390.c (s390_expand_builtin): Likewise.
25565         (s390_invalid_arg_for_unprototyped_fn): Likewise.
25566         (s390_valid_target_attribute_inner_p): Likewise.
25567         * config/s390/s390.md ("tabort"): Likewise.
25569 2017-01-18  Toma Tabacu  <toma.tabacu@imgtec.com>
25571         * config/mips/mips.h (ISA_HAS_DIV3): Remove unused macro.
25572         (ISA_AVOID_DIV_HILO): New macro.
25573         (ISA_HAS_DIV): Use new ISA_AVOID_DIV_HILO macro.
25574         (ISA_HAS_DDIV): Likewise.
25576 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
25578         * doc/invoke.texi (fabi-version): Correct number of occurrences.
25580 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
25582         * doc/invoke.texi (fabi-version): Spelling fix.
25584 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
25586         PR c++/70182
25587         * doc/invoke.texi (fabi-version): Mention mangling fix for
25588         operator names.
25590 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
25592         PR c++/77489
25593         * doc/invoke.texi (fabi-version): Document discriminator mangling.
25595 2017-01-17  Segher Boessenkool  <segher@kernel.crashing.org>
25597         PR target/78875
25598         * config/rs6000/rs6000-opts.h (stack_protector_guard): New enum.
25599         * config/rs6000/rs6000.c (rs6000_option_override_internal): Handle
25600         the new options.
25601         * config/rs6000/rs6000.md (stack_protect_set): Handle the new more
25602         flexible settings.
25603         (stack_protect_test): Ditto.
25604         * config/rs6000/rs6000.opt (mstack-protector-guard=,
25605         mstack-protector-guard-reg=, mstack-protector-guard-offset=): New
25606         options.
25607         * doc/invoke.texi (Option Summary) [RS/6000 and PowerPC Options]:
25608         Add -mstack-protector-guard=, -mstack-protector-guard-reg=, and
25609         -mstack-protector-guard-offset=.
25610         (RS/6000 and PowerPC Options): Ditto.
25612 2017-01-17  Uros Bizjak  <ubizjak@gmail.com>
25614         * config/i386/i386.h (MASK_CLASS_P): New define.
25615         * config/i386/i386.c (inline_secondary_memory_needed): Ensure that
25616         there are no registers from different register sets also when
25617         mask registers are used.  Update function comment.
25618         * config/i386/i386.md (*movsi_internal): Split (*k/*krm) alternative
25619         to (*k/*r) and (*k/*km) alternatives.
25621 2017-01-17  Wilco Dijkstra  <wdijkstr@arm.com>
25623         * config/aarch64/aarch64.md (eh_return): Remove pattern and splitter.
25624         * config/aarch64/aarch64.h (AARCH64_EH_STACKADJ_REGNUM): Remove.
25625         (EH_RETURN_HANDLER_RTX): New define.
25626         * config/aarch64/aarch64.c (aarch64_frame_pointer_required):
25627         Force frame pointer in EH return functions.
25628         (aarch64_expand_epilogue): Add barrier for eh_return.
25629         (aarch64_final_eh_return_addr): Remove.
25630         (aarch64_eh_return_handler_rtx): New function.
25631         * config/aarch64/aarch64-protos.h (aarch64_final_eh_return_addr):
25632         Remove.
25633         (aarch64_eh_return_handler_rtx): New prototype.
25635 2017-01-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
25637         * config/rs6000/altivec.h (vec_rlmi): New #define.
25638         (vec_vrlnm): Likewise.
25639         (vec_rlnm): Likewise.
25640         * config/rs6000/altivec.md (UNSPEC_VRLMI): New UNSPEC enum value.
25641         (UNSPEC_VRLNM): Likewise.
25642         (VIlong): New mode iterator.
25643         (altivec_vrl<VI_char>mi): New define_insn.
25644         (altivec_vrl<VI_char>nm): Likewise.
25645         * config/rs6000/rs6000-builtin.def (VRLWNM): New monomorphic
25646         function entry.
25647         (VRLDNM): Likewise.
25648         (RLNM): New polymorphic function entry.
25649         (VRLWMI): New monomorphic function entry.
25650         (VRLDMI): Likewise.
25651         (RLMI): New polymorphic function entry.
25652         * config/rs6000/r6000-c.c (altivec_overloaded_builtin_table): Add
25653         new entries for P9V_BUILTIN_VEC_RLMI and P9V_BUILTIN_VEC_RLNM.
25654         * doc/extend.texi: Add description of vec_rlmi, vec_rlnm, and
25655         vec_vrlnm.
25657 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
25659         PR debug/78839
25660         * dwarf2out.c (field_byte_offset): Restore the
25661         PCC_BITFIELD_TYPE_MATTERS behavior for INTEGER_CST DECL_FIELD_OFFSET
25662         and DECL_FIELD_BIT_OFFSET.  Use fold_build2 instead of build2 + fold.
25663         (analyze_variants_discr, gen_variant_part): Use fold_build2 instead
25664         of build2 + fold.
25666 2017-01-17  Eric Botcazou  <ebotcazou@adacore.com>
25668         PR ada/67205
25669         * config/aarch64/aarch64.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define
25671 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
25673         PR debug/71669
25674         * dwarf2out.c (add_data_member_location_attribute): For constant
25675         offset bitfield emit for -gdwarf-5 DW_AT_data_bit_offset attribute
25676         instead of DW_AT_data_member_location, DW_AT_bit_offset and
25677         DW_AT_byte_size attributes.
25679 2017-01-17  Eric Botcazou  <ebotcazou@adacore.com>
25681         * config/rs6000/rs6000.c (rs6000_emit_move): Also use a TOC reference
25682         after forcing to constant memory when the code model is medium.
25684 2017-01-17  Julia Koval  <julia.koval@intel.com>
25686         PR target/76731
25687         * config/i386/avx512fintrin.h
25688         (_mm512_i32gather_ps): Change __addr type to void const*.
25689         (_mm512_mask_i32gather_ps): Ditto.
25690         (_mm512_i32gather_pd): Ditto.
25691         (_mm512_mask_i32gather_pd): Ditto.
25692         (_mm512_i64gather_ps): Ditto.
25693         (_mm512_mask_i64gather_ps): Ditto.
25694         (_mm512_i64gather_pd): Ditto.
25695         (_mm512_mask_i64gather_pd): Ditto.
25696         (_mm512_i32gather_epi32): Ditto.
25697         (_mm512_mask_i32gather_epi32): Ditto.
25698         (_mm512_i32gather_epi64): Ditto.
25699         (_mm512_mask_i32gather_epi64): Ditto.
25700         (_mm512_i64gather_epi32): Ditto.
25701         (_mm512_mask_i64gather_epi32): Ditto.
25702         (_mm512_i64gather_epi64): Ditto.
25703         (_mm512_mask_i64gather_epi64): Ditto.
25704         (_mm512_i32scatter_ps): Change __addr type to void*.
25705         (_mm512_mask_i32scatter_ps): Ditto.
25706         (_mm512_i32scatter_pd): Ditto.
25707         (_mm512_mask_i32scatter_pd): Ditto.
25708         (_mm512_i64scatter_ps): Ditto.
25709         (_mm512_mask_i64scatter_ps): Ditto.
25710         (_mm512_i64scatter_pd): Ditto.
25711         (_mm512_mask_i64scatter_pd): Ditto.
25712         (_mm512_i32scatter_epi32): Ditto.
25713         (_mm512_mask_i32scatter_epi32): Ditto.
25714         (_mm512_i32scatter_epi64): Ditto.
25715         (_mm512_mask_i32scatter_epi64): Ditto.
25716         (_mm512_i64scatter_epi32): Ditto.
25717         (_mm512_mask_i64scatter_epi32): Ditto.
25718         (_mm512_i64scatter_epi64): Ditto.
25719         (_mm512_mask_i64scatter_epi64): Ditto.
25720         * config/i386/avx512pfintrin.h
25721         (_mm512_mask_prefetch_i32gather_pd): Change __addr type to void const*.
25722         (_mm512_mask_prefetch_i32gather_ps): Ditto.
25723         (_mm512_mask_prefetch_i64gather_pd): Ditto.
25724         (_mm512_mask_prefetch_i64gather_ps): Ditto.
25725         (_mm512_prefetch_i32scatter_pd): Change __addr type to void*.
25726         (_mm512_prefetch_i32scatter_ps): Ditto.
25727         (_mm512_mask_prefetch_i32scatter_pd): Ditto.
25728         (_mm512_mask_prefetch_i32scatter_ps): Ditto.
25729         (_mm512_prefetch_i64scatter_pd): Ditto.
25730         (_mm512_prefetch_i64scatter_ps): Ditto.
25731         (_mm512_mask_prefetch_i64scatter_pd): Ditto.
25732         (_mm512_mask_prefetch_i64scatter_ps): Ditto.
25733         * config/i386/avx512vlintrin.h
25734         (_mm256_mmask_i32gather_ps): Change __addr type to void const*.
25735         (_mm_mmask_i32gather_ps): Ditto.
25736         (_mm256_mmask_i32gather_pd): Ditto.
25737         (_mm_mmask_i32gather_pd): Ditto.
25738         (_mm256_mmask_i64gather_ps): Ditto.
25739         (_mm_mmask_i64gather_ps): Ditto.
25740         (_mm256_mmask_i64gather_pd): Ditto.
25741         (_mm_mmask_i64gather_pd): Ditto.
25742         (_mm256_mmask_i32gather_epi32): Ditto.
25743         (_mm_mmask_i32gather_epi32): Ditto.
25744         (_mm256_mmask_i32gather_epi64): Ditto.
25745         (_mm_mmask_i32gather_epi64): Ditto.
25746         (_mm256_mmask_i64gather_epi32): Ditto.
25747         (_mm_mmask_i64gather_epi32): Ditto.
25748         (_mm256_mmask_i64gather_epi64): Ditto.
25749         (_mm_mmask_i64gather_epi64): Ditto.
25750         (_mm256_i32scatter_ps): Change __addr type to void*.
25751         (_mm256_mask_i32scatter_ps): Ditto.
25752         (_mm_i32scatter_ps): Ditto.
25753         (_mm_mask_i32scatter_ps): Ditto.
25754         (_mm256_i32scatter_pd): Ditto.
25755         (_mm256_mask_i32scatter_pd): Ditto.
25756         (_mm_i32scatter_pd): Ditto.
25757         (_mm_mask_i32scatter_pd): Ditto.
25758         (_mm256_i64scatter_ps): Ditto.
25759         (_mm256_mask_i64scatter_ps): Ditto.
25760         (_mm_i64scatter_ps): Ditto.
25761         (_mm_mask_i64scatter_ps): Ditto.
25762         (_mm256_i64scatter_pd): Ditto.
25763         (_mm256_mask_i64scatter_pd): Ditto.
25764         (_mm_i64scatter_pd): Ditto.
25765         (_mm_mask_i64scatter_pd): Ditto.
25766         (_mm256_i32scatter_epi32): Ditto.
25767         (_mm256_mask_i32scatter_epi32): Ditto.
25768         (_mm_i32scatter_epi32): Ditto.
25769         (_mm_mask_i32scatter_epi32): Ditto.
25770         (_mm256_i32scatter_epi64): Ditto.
25771         (_mm256_mask_i32scatter_epi64): Ditto.
25772         (_mm_i32scatter_epi64): Ditto.
25773         (_mm_mask_i32scatter_epi64): Ditto.
25774         (_mm256_i64scatter_epi32): Ditto.
25775         (_mm256_mask_i64scatter_epi32): Ditto.
25776         (_mm_i64scatter_epi32): Ditto.
25777         (_mm_mask_i64scatter_epi32): Ditto.
25778         (_mm256_i64scatter_epi64): Ditto.
25779         (_mm256_mask_i64scatter_epi64): Ditto.
25780         (_mm_i64scatter_epi64): Ditto.
25781         (_mm_mask_i64scatter_epi64): Ditto.
25782         * config/i386/i386-builtin-types.def (V16SF_V16SF_PCFLOAT_V16SI_HI_INT)
25783         (V8DF_V8DF_PCDOUBLE_V8SI_QI_INT, V8SF_V8SF_PCFLOAT_V8DI_QI_INT)
25784         (V8DF_V8DF_PCDOUBLE_V8DI_QI_INT, V16SI_V16SI_PCINT_V16SI_HI_INT)
25785         (V8DI_V8DI_PCINT64_V8SI_QI_INT, V8SI_V8SI_PCINT_V8DI_QI_INT)
25786         (V8DI_V8DI_PCINT64_V8DI_QI_INT, V2DF_V2DF_PCDOUBLE_V4SI_QI_INT)
25787         (V4DF_V4DF_PCDOUBLE_V4SI_QI_INT, V2DF_V2DF_PCDOUBLE_V2DI_QI_INT)
25788         (V4DF_V4DF_PCDOUBLE_V4DI_QI_INT, V4SF_V4SF_PCFLOAT_V4SI_QI_INT)
25789         (V8SF_V8SF_PCFLOAT_V8SI_QI_INT, V4SF_V4SF_PCFLOAT_V2DI_QI_INT)
25790         (V4SF_V4SF_PCFLOAT_V4DI_QI_INT, V2DI_V2DI_PCINT64_V4SI_QI_INT)
25791         (V4DI_V4DI_PCINT64_V4SI_QI_INT, V2DI_V2DI_PCINT64_V2DI_QI_INT)
25792         (V4DI_V4DI_PCINT64_V4DI_QI_INT, V4SI_V4SI_PCINT_V4SI_QI_INT)
25793         (V8SI_V8SI_PCINT_V8SI_QI_INT, V4SI_V4SI_PCINT_V2DI_QI_INT)
25794         (V4SI_V4SI_PCINT_V4DI_QI_INT, VOID_PFLOAT_HI_V16SI_V16SF_INT)
25795         (VOID_PFLOAT_QI_V8SI_V8SF_INT, VOID_PFLOAT_QI_V4SI_V4SF_INT)
25796         (VOID_PDOUBLE_QI_V8SI_V8DF_INT, VOID_PDOUBLE_QI_V4SI_V4DF_INT)
25797         (VOID_PDOUBLE_QI_V4SI_V2DF_INT, VOID_PFLOAT_QI_V8DI_V8SF_INT)
25798         (VOID_PFLOAT_QI_V4DI_V4SF_INT, VOID_PFLOAT_QI_V2DI_V4SF_INT)
25799         (VOID_PDOUBLE_QI_V8DI_V8DF_INT, VOID_PDOUBLE_QI_V4DI_V4DF_INT)
25800         (VOID_PDOUBLE_QI_V2DI_V2DF_INT, VOID_PINT_HI_V16SI_V16SI_INT)
25801         (VOID_PINT_QI_V8SI_V8SI_INT, VOID_PINT_QI_V4SI_V4SI_INT)
25802         (VOID_PLONGLONG_QI_V8SI_V8DI_INT, VOID_PLONGLONG_QI_V4SI_V4DI_INT)
25803         (VOID_PLONGLONG_QI_V4SI_V2DI_INT, VOID_PINT_QI_V8DI_V8SI_INT)
25804         (VOID_PINT_QI_V4DI_V4SI_INT, VOID_PINT_QI_V2DI_V4SI_INT)
25805         (VOID_PLONGLONG_QI_V8DI_V8DI_INT, VOID_QI_V8SI_PCINT64_INT_INT)
25806         (VOID_PLONGLONG_QI_V4DI_V4DI_INT, VOID_PLONGLONG_QI_V2DI_V2DI_INT)
25807         (VOID_HI_V16SI_PCINT_INT_INT, VOID_QI_V8DI_PCINT64_INT_INT)
25808         (VOID_QI_V8DI_PCINT_INT_INT): Remove.
25809         (V16SF_V16SF_PCVOID_V16SI_HI_INT,  V8DF_V8DF_PCVOID_V8SI_QI_INT)
25810         (V8SF_V8SF_PCVOID_V8DI_QI_INT, V8DF_V8DF_PCVOID_V8DI_QI_INT)
25811         (V16SI_V16SI_PCVOID_V16SI_HI_INT, V8DI_V8DI_PCVOID_V8SI_QI_INT)
25812         (V8SI_V8SI_PCVOID_V8DI_QI_INT, V8DI_V8DI_PCVOID_V8DI_QI_INT)
25813         (VOID_PVOID_HI_V16SI_V16SF_INT, VOID_PVOID_QI_V8SI_V8DF_INT)
25814         (VOID_PVOID_QI_V8DI_V8SF_INT, VOID_PVOID_QI_V8DI_V8DF_INT)
25815         (VOID_PVOID_HI_V16SI_V16SI_INT, VOID_PVOID_QI_V8SI_V8DI_INT)
25816         (VOID_PVOID_QI_V8DI_V8SI_INT, VOID_PVOID_QI_V8DI_V8DI_INT)
25817         (V2DF_V2DF_PCVOID_V4SI_QI_INT, V4DF_V4DF_PCVOID_V4SI_QI_INT)
25818         (V2DF_V2DF_PCVOID_V2DI_QI_INT, V4DF_V4DF_PCVOID_V4DI_QI_INT
25819         (V4SF_V4SF_PCVOID_V4SI_QI_INT, V8SF_V8SF_PCVOID_V8SI_QI_INT)
25820         (V4SF_V4SF_PCVOID_V2DI_QI_INT, V4SF_V4SF_PCVOID_V4DI_QI_INT)
25821         (V2DI_V2DI_PCVOID_V4SI_QI_INT, V4DI_V4DI_PCVOID_V4SI_QI_INT)
25822         (V2DI_V2DI_PCVOID_V2DI_QI_INT, V4DI_V4DI_PCVOID_V4DI_QI_INT)
25823         (V4SI_V4SI_PCVOID_V4SI_QI_INT, V8SI_V8SI_PCVOID_V8SI_QI_INT)
25824         (V4SI_V4SI_PCVOID_V2DI_QI_INT, V4SI_V4SI_PCVOID_V4DI_QI_INT)
25825         (VOID_PVOID_QI_V8SI_V8SF_INT, VOID_PVOID_QI_V4SI_V4SF_INT)
25826         (VOID_PVOID_QI_V4SI_V4DF_INT, VOID_PVOID_QI_V4SI_V2DF_INT)
25827         (VOID_PVOID_QI_V4DI_V4SF_INT, VOID_PVOID_QI_V2DI_V4SF_INT)
25828         (VOID_PVOID_QI_V4DI_V4DF_INT, VOID_PVOID_QI_V2DI_V2DF_INT)
25829         (VOID_PVOID_QI_V8SI_V8SI_INT, VOID_PVOID_QI_V4SI_V4SI_INT)
25830         (VOID_PVOID_QI_V4SI_V4DI_INT, VOID_PVOID_QI_V4SI_V2DI_INT)
25831         (VOID_PVOID_QI_V4DI_V4SI_INT, VOID_PVOID_QI_V2DI_V4SI_INT)
25832         (VOID_PVOID_QI_V4DI_V4DI_INT, VOID_PVOID_QI_V2DI_V2DI_INT)
25833         (VOID_QI_V8SI_PCVOID_INT_INT, VOID_HI_V16SI_PCVOID_INT_INT)
25834         (VOID_QI_V8DI_PCVOID_INT_INT): Add.
25835         * config/i386/i386.c (ix86_init_mmx_sse_builtins): Adjust builtin
25836         definitions accordingly.
25838 2017-01-17  Kito Cheng  <kito.cheng@gmail.com>
25839             Kuan-Lin Chen  <kuanlinchentw@gmail.com>
25841         PR target/79079
25842         * internal-fn.c (expand_mul_overflow): Use convert_modes instead of
25843         gen_lowpart.
25845 2017-01-17  Vladimir Makarov  <vmakarov@redhat.com>
25847         PR target/79058
25848         * ira-conflicts.c (ira_build_conflicts): Update total conflict
25849         hard regs for inner regno.
25851 2017-01-17  Martin Liska  <mliska@suse.cz>
25853         PR ipa/71207
25854         * ipa-polymorphic-call.c (contains_type_p): Fix wrong
25855         assumption and add comment.
25857 2017-01-17  Nathan Sidwell  <nathan@acm.org>
25859         * ipa-visibility.c (localize_node): New function, broken out of ...
25860         (function_and_variable_visibility): ... here. Call it.
25862 2017-01-17  Jan Hubicka  <hubicka@ucw.cz>
25864         PR middle-end/77445
25865         * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges):
25866         correctly set frequency of oudgoing edge.
25867         (duplicate_thread_path): Fix profile updating.
25869 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
25871         PR other/79046
25872         * configure.ac: Add GCC_BASE_VER.
25873         * Makefile.in (version): Use @get_gcc_base_ver@ instead of cat to get
25874         version from BASE-VER file.
25875         (CFLAGS-gcc.o): Add -DBASEVER=$(BASEVER_s).
25876         (gcc.o): Depend on $(BASEVER).
25877         * common.opt (dumpfullversion): New option.
25878         * gcc.c (driver_handle_option): Handle OPT_dumpfullversion.
25879         * doc/invoke.texi: Document -dumpfullversion.
25880         * doc/install.texi: Document --with-gcc-major-version-only.
25881         * configure: Regenerated.
25883 2017-01-17  Richard Biener  <rguenther@suse.de>
25885         PR tree-optimization/71433
25886         * tree-vrp.c (register_new_assert_for): Merge same asserts
25887         on all incoming edges.
25888         (process_assert_insertions_for): Handle insertions at the
25889         beginning of BBs.
25891 2017-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
25893         * config/i386/cygwin.h (LIBGCJ_SONAME): Remove.
25894         * config/i386/mingw32.h (LIBGCJ_SONAME): Remove.
25896 2017-01-17  Kaz Kojima  <kkojima@gcc.gnu.org>
25898         PR target/78633
25899         * config/sh/sh.md (cmpeqsi_t+1): Call copy_rtx to avoid invalid
25900         RTL sharing.
25902 2017-01-17  Alan Modra  <amodra@gmail.com>
25904         PR target/79066
25905         * config/rs6000/rs6000.md (elf_high, elf_low): Disable when pic.
25906         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Don't allow
25907         symbolic stack limit when pic.
25909 2017-01-16  Martin Sebor  <msebor@redhat.com>
25911         PR tree-optimization/78608
25912         * gimple-ssa-sprintf.c (tree_digits): Avoid negating TYPE_MIN.
25914 2017-01-16  Jeff Law  <law@redhat.com>
25916         Revert:
25917         2016-12-02  Tadek Kijkowski  <tkijkowski@gmail.com>
25918         * Makefile.in (PREPROCESSOR_DEFINES): Add a level of indirection
25919         for several include directories that may be relative to sysroot.
25920         * config/i386/x-mingw32 (gplus_includedir): Define.
25921         (gplus_tool_includedir, gplus_backward_include_dir): Likewise.
25922         (native_system_includedir): Likewise.
25923         * config/i386/mingw32.h (STANDARD_STARTFILE_PREFIX_1): Do not
25924         override if TARGET_SYSTEM_ROOT is defined.
25925         (NATIVE_SYSTEM_HEADER_DIR): Likewise.
25927         PR tree-optimization/79090
25928         PR tree-optimization/33562
25929         PR tree-optimization/61912
25930         PR tree-optimization/77485
25931         * tree-ssa-dse.c (compute_trims): Accept STMT argument.  Dump STMT
25932         and computed trims into the dump file.
25934 2017-01-17  Uros Bizjak  <ubizjak@gmail.com>
25936         * config/i386/i386.h (LIMIT_RELOAD_CLASS): Remove.
25938 2017-01-16  Jakub Jelinek  <jakub@redhat.com>
25940         PR c/79089
25941         * gimplify.c (gimplify_init_constructor): If want_value and
25942         object == lhs, unshare lhs to avoid invalid tree sharing.  Formatting
25943         fix.
25945         PR target/79080
25946         * loop-doloop.c (doloop_modify): Call unshare_all_rtl_in_chain on
25947         sequence.  Formatting fixes.
25948         (doloop_optimize): Formatting fixes.
25950         PR driver/49726
25951         * gcc.c (debug_level_greater_than_spec_func): New function.
25952         (static_spec_functions): Add debug-level-gt spec function.
25953         (ASM_DEBUG_SPEC, cpp_options): Use %:debug-level-gt(0) instead of
25954         !g0.
25955         * config/darwin.h (DSYMUTIL_SPEC, ASM_DEBUG_SPEC): Likewise.
25956         * config/darwin9.h (DSYMUTIL_SPEC, ASM_DEBUG_SPEC): Likewise.
25957         * common.opt (g, gcoff, gdwarf, gdwarf-, ggdb, gno-pubnames,
25958         gpubnames, ggnu-pubnames, gno-record-gcc-switches,
25959         grecord-gcc-switches, gno-strict-dwarf, gstrict-dwarf, gstabs,
25960         gstabs+, gtoggle, gvms, gxcoff, gxcoff+): Add Driver flag.
25962 2017-01-16  Uros Bizjak  <ubizjak@gmail.com>
25964         * config/i386/i386.h (HARD_REGNO_CALLER_SAVE_MODE): Apply HImode and
25965         QImode fixups to general and mask registers only.
25967 2017-01-16  Carl Love  <cel@us.ibm.com>
25969         * config/rs6000/rs6000-c (altivec_overloaded_builtins): Add support
25970         for built-in functions
25971         vector signed char vec_nabs (vector signed char)
25972         vector signed short vec_nabs (vector signed short)
25973         vector signed int vec_nabs (vector signed int)
25974         vector signed long long vec_nabs (vector signed long long)
25975         vector float vec_nabs (vector float)
25976         vector double vec_nabs (vector double)
25977         * config/rs6000/rs6000-builtin.def: Add definitions for NABS functions
25978         and NABS overload.
25979         * config/rs6000/altivec.md: New define_expand nabs<mode>2 types
25980         * config/rs6000/altivec.h: New define for vec_nabs built-in function.
25981         * doc/extend.texi: Update the documentation file for the new built-in
25982         functions.
25984 2017-01-16  Martin Sebor  <msebor@redhat.com>
25986         * gimple-ssa-sprintf.c (format_directive): Correct a typo in a warning
25987         message.
25989 2017-01-16  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
25991         * config/rs6000/rs6000.c (rtx_is_swappable_p): Change
25992         UNSPEC_VSX__XXSPLTD to require special splat handling.
25994 2017-01-16  David Malcolm  <dmalcolm@redhat.com>
25996         PR bootstrap/78616
25997         * system.h: Poison strndup.
25999 2017-01-16  Alan Modra  <amodra@gmail.com>
26001         PR target/79098
26002         * config/rs6000/rs6000.c (rs6000_legitimate_combined_insn): Don't
26003         use a switch.
26005 2017-01-16  Georg-Johann Lay  <avr@gjlay.de>
26007         * config/avr/avr.h (BRANCH_COST) [reload_completed]: Increase by 4.
26009 2017-01-15  Uros Bizjak  <ubizjak@gmail.com>
26011         * config/i386/i386.c (ix86_legitimate_combined_insn): Do not
26012         call recog here.  Assert that INSN_CODE (insn) is non-negative.
26014 2017-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
26016         PR target/72749
26017         * cfgrtl.c (rtl_split_edge): Also patch jump insns that jump to the
26018         fallthrough.
26019         * haifa-sched.c (dump_insn_stream): Don't crash if there is a label
26020         in the currently scheduled RTL fragment.
26022 2017-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
26024         PR rtl-optimization/78751
26025         * ifcvt.c (find_cond_trap): If we generated a non-existing insn,
26026         give up.
26028 2017-01-14  Jeff Law  <law@redhat.com>
26030         PR tree-optimization/79090
26031         * tree-ssa-dse.c (valid_ao_ref_for_dse): Reject zero length and
26032         variable length stores.
26033         (compute_trims): Delete dead assignment to *trim_tail.
26034         (dse_dom_walker::dse_optimize_stmt): Optimize mem* calls with
26035         zero length.
26037 2017-01-14  Bernd Schmidt  <bschmidt@redhat.com>
26039         PR rtl-optimization/78626
26040         PR rtl-optimization/78727
26041         * cprop.c (one_cprop_pass): Collect unconditional traps in the middle
26042         of a block, and split such blocks after everything else is finished.
26044 2017-01-14  Alan Modra  <amodra@gmail.com>
26046         PR target/72749
26047         * combine.c (recog_for_combine_1): Set INSN_CODE before calling
26048         target legitimate_combined_insn.
26049         * config/rs6000/rs6000.c (TARGET_LEGITIMATE_COMBINED_INSN): Define.
26050         (rs6000_legitimate_combined_insn): New function.
26051         * config/rs6000/rs6000.md (UNSPEC_DOLOOP): Delete, and remove
26052         all uses.
26053         (ctr<mode>_internal3): Rename from *ctr<mode>_internal5.
26054         (ctr<mode>_internal4): Rename from *ctr<mode>_internal6.
26055         (ctr<mode>_internal1, ctr<mode>_internal2): Remove '*' from name.
26057 2017-01-14  Gerald Pfeifer  <gerald@pfeifer.com>
26059         * doc/frontends.texi (G++ and GCC): Remove references to Java.
26061 2017-01-13  Jeff Law  <law@redhat.com>
26063         PR tree-optimization/33562
26064         PR tree-optimization/61912
26065         PR tree-optimization/77485
26066         * tree-ssa-dse.c (delete_dead_call): Accept gsi rather than
26067         a statement.
26068         (delete_dead_assignment): Likewise.
26069         (dse_dom_walker::dse_optimize_stmt): Pass in the gsi rather than
26070         statement to delete_dead_call and delete_dead_assignment.
26072 2017-01-13  David Malcolm  <dmalcolm@redhat.com>
26074         PR c/78304
26075         * substring-locations.c (format_warning_va): Strengthen case 1 so
26076         that both endpoints of the substring must be within the format
26077         range for just the substring to be printed.
26079 2017-01-13  Uros Bizjak  <ubizjak@gmail.com>
26081         * config/i386/i386.opt (msgx): Use ix86_isa_flags2 variable.
26082         * config/i386/i386.c (ix86_target_string): Add missing options
26083         to isa_opts and reorder options by implied ISAs.  Rename isa_opts2 to
26084         isa2_opts, ix86_flag_opts to flag2_opts, ix86_target_other to
26085         flags_other and ix86_target_other to flags2_other.  Display unknown
26086         isa2 options.
26087         (ix86_valid_target_attribute_inner_p): Add missing options and
26088         reorder options by implied ISAs, as in ix86_target_string.
26090 2017-01-13  Richard Sandiford  <richard.sandiford@arm.com>
26092         * hash-table.h (hash_table::too_empty_p): New function.
26093         (hash_table::expand): Use it.
26094         (hash_table::traverse): Likewise.
26095         (hash_table::empty_slot): Use sizeof (value_type) instead of
26096         sizeof (PTR) to convert bytes to elements.  Shrink the table
26097         if the current size is excessive for the current number of
26098         elements.
26100 2017-01-13  Richard Sandiford  <richard.sandiford@arm.com>
26102         * ira-costs.c (record_reg_classes): Break from the inner loop
26103         early once alt_fail is known to be true.  Update outer loop
26104         handling accordingly.
26106 2017-01-13  Jeff Law  <law@redhat.com>
26108         * tree-ssa-dse.c (decrement_count): New function.
26109         (increment_start_addr, maybe_trim_memstar_call): Likewise.
26110         (dse_dom_walker::optimize_stmt): Call maybe_trim_memstar_call directly
26111         when we know the partially dead statement is a mem* function.
26113         PR tree-optimization/61912
26114         PR tree-optimization/77485
26115         * tree-ssa-dse.c: Include expr.h.
26116         (maybe_trim_constructor_store): New function.
26117         (maybe_trim_partially_dead_store): Call maybe_trim_constructor_store.
26119         PR tree-optimization/33562
26120         PR tree-optimization/61912
26121         PR tree-optimization/77485
26122         * doc/invoke.texi: Document new dse-max-object-size param.
26123         * params.def (PARM_DSE_MAX_OBJECT_SIZE): New PARAM.
26124         * tree-ssa-dse.c: Include params.h.
26125         (dse_store_status): New enum.
26126         (initialize_ao_ref_for_dse): New, partially extracted from
26127         dse_optimize_stmt.
26128         (valid_ao_ref_for_dse, normalize_ref): New.
26129         (setup_live_bytes_from_ref, compute_trims): Likewise.
26130         (clear_bytes_written_by, maybe_trim_complex_store): Likewise.
26131         (maybe_trim_partially_dead_store): Likewise.
26132         (maybe_trim_complex_store): Likewise.
26133         (dse_classify_store): Renamed from dse_possibly_dead_store_p.
26134         Track what bytes live from the original store.  Return tri-state
26135         for dead, partially dead or live.
26136         (dse_dom_walker): Add constructor, destructor and new private members.
26137         (delete_dead_call, delete_dead_assignment): New extracted from
26138         dse_optimize_stmt.
26139         (dse_optimize_stmt): Make a member of dse_dom_walker.
26140         Use initialize_ao_ref_for_dse.
26142         PR tree-optimization/33562
26143         PR tree-optimization/61912
26144         PR tree-optimization/77485
26145         * sbitmap.h (bitmap_count_bits): Prototype.
26146         (bitmap_clear_range, bitmap_set_range): Likewise.
26147         * sbitmap.c (bitmap_clear_range): New function.
26148         (bitmap_set_range, sbitmap_popcount, bitmap_count_bits): Likewise.
26150 2017-01-13  Martin Liska  <mliska@suse.cz>
26152         PR ipa/79043
26153         * function.c (set_cfun): Add new argument force.
26154         * function.h (set_cfun): Likewise.
26155         * ipa-inline-transform.c (inline_call): Use the function when
26156         strict alising from is dropped for function we inline to.
26158 2017-01-13  Richard Biener  <rguenther@suse.de>
26160         * tree-pretty-print.c (dump_generic_node): Fix inverted condition
26161         for dumping GIMPLE INTEGER_CSTs.
26163 2017-01-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
26165         * config/sol2.h (TARGET_OS_CPP_BUILTINS): Define __STDC_VERSION__
26166         to 201112L since C++17.
26168 2017-01-13  Maxim Ostapenko  <m.ostapenko@samsung.com>
26170         PR sanitizer/78887
26171         * asan.c (asan_needs_odr_indicator_p): Don't emit ODR indicators
26172         if -fsanitize=kernel-address is present.
26174 2017-01-13  Richard Biener  <rguenther@suse.de>
26176         * tree-pretty-print.c (dump_generic_node): Dump INTEGER_CSTs
26177         as _Literal ( type ) number in case usual suffixes do not
26178         preserve all information.
26180 2017-01-13  Richard Biener  <rguenther@suse.de>
26182         PR tree-optimization/77283
26183         * gimple-ssa-split-paths.c: Include gimple-ssa.h, tree-phinodes.h
26184         and ssa-iterators.h.
26185         (is_feasible_trace): Implement a cost model based on joiner
26186         PHI node uses.
26188 2017-01-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
26190         PR target/79004
26191         * config/rs6000/rs6000.md (FP_ISA3): Do not optimize converting
26192         char or short to __float128/_Float128 directly.
26194 2017-01-12  Martin Sebor  <msebor@redhat.com>
26196         to -Wformat-overflow.
26197         * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Adjust.
26198         (min_bytes_remaining): Same.
26199         (get_string_length): Same.
26200         (format_string): Same.
26201         (format_directive): Same.
26202         (add_bytes): Same.
26203         (pass_sprintf_length::handle_gimple_call): Same.
26205 2017-01-12  Jakub Jelinek  <jakub@redhat.com>
26207         * gimple-ssa-sprintf.c (try_substitute_return_value): Remove
26208         info.nowrite calls with no lhs that can't throw.  Return bool
26209         whether gsi_remove has been called or not.
26210         (pass_sprintf_length::handle_gimple_call): Return bool whether
26211         try_substitute_return_value called gsi_remove.  Formatting fix.
26212         (pass_sprintf_length::execute): Don't use gsi_remove if
26213         handle_gimple_call returned true.
26215         PR bootstrap/79069
26216         * cfgrtl.c (rtl_tidy_fallthru_edge): For any_uncondjump_p that can't
26217         be removed due to side-effects, don't remove following barrier nor
26218         turn the successor edge into fallthru edge.
26220 2017-01-12  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
26222         PR target/79044
26223         * config/rs6000/rs6000.c (insn_is_swappable_p): Mark
26224         element-reversing loads and stores as not swappable.
26226 2017-01-12  Nathan Sidwell  <nathan@acm.org>
26227             Nicolai Stange  <nicstange@gmail.com>
26229         * combine.c (try_combine): Don't ignore result of overlap checking
26230         loop.  Combine overlap & asm check into single loop.
26232 2017-01-12  Richard Biener  <rguenther@suse.de>
26234         * tree-pretty-print.c (dump_generic_node): Provide -gimple
26235         variant for MEM_REF.  Sanitize INTEGER_CST for -gimple.
26237 2017-01-12  Richard Biener  <rguenther@suse.de>
26239         * tree.c (initialize_tree_contains_struct): Make TS_OPTIMIZATION
26240         and TS_TARGET_OPTION directly derive from TS_BASE.
26241         * tree-core.h (tree_optimization_option): Derive from tree_base.
26242         (tree_target_option): Likewise.
26244 2017-01-11  Uros Bizjak  <ubizjak@gmail.com>
26246         * config/i386/i386.c (memory_address_length): Increase len
26247         only when rip_relative_addr_p returns false.
26249 2017-01-11  Julia Koval  <julia.koval@intel.com>
26251         * common/config/i386/i386-common.c (OPTION_MASK_ISA_SGX_UNSET): New.
26252         (OPTION_MASK_ISA_SGX_SET): New.
26253         (ix86_handle_option): Handle OPT_msgx.
26254         * config.gcc: Added sgxintrin.h.
26255         * config/i386/driver-i386.c (host_detect_local_cpu): Detect sgx.
26256         * config/i386/i386-c.c (ix86_target_macros_internal): Define __SGX__.
26257         * config/i386/i386.c (ix86_target_string): Add -msgx.
26258         (PTA_SGX): New.
26259         (ix86_option_override_internal): Handle new options.
26260         (ix86_valid_target_attribute_inner_p): Add sgx.
26261         * config/i386/i386.h (TARGET_SGX, TARGET_SGX_P): New.
26262         * config/i386/i386.opt: Add msgx.
26263         * config/i386/sgxintrin.h: New file.
26264         * config/i386/x86intrin.h: Add sgxintrin.h.
26266 2017-01-11  Jakub Jelinek  <jakub@redhat.com>
26268         PR c++/71537
26269         * fold-const.c (maybe_nonzero_address): Return 1 for function
26270         local objects.
26271         (tree_single_nonzero_warnv_p): Don't handle function local objects
26272         here.
26274         PR c++/72813
26275         * gcc.c (default_compilers): Don't add -o %g.s for -S -save-temps
26276         of c-header.
26278 2017-01-11  David Malcolm  <dmalcolm@redhat.com>
26280         PR driver/78877
26281         * opts.c: Include "spellcheck.h"
26282         (struct string_fragment): New struct.
26283         (struct edit_distance_traits<const string_fragment &>): New
26284         struct.
26285         (get_closest_sanitizer_option): New function.
26286         (parse_sanitizer_options): Offer suggestions for unrecognized arguments.
26288 2017-01-11  Jakub Jelinek  <jakub@redhat.com>
26290         * dwarf2out.c (DWARF_COMPILE_UNIT_HEADER_SIZE): For DWARF5 decrease
26291         by 12.
26292         (DWARF_COMDAT_TYPE_UNIT_HEADER_SIZE): Always
26293         DWARF_COMPILE_UNIT_HEADER_SIZE plus 12.
26294         (DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE): Define.
26295         (calc_base_type_die_sizes): Use DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE
26296         for initial die_offset if dwarf_split_debug_info.
26297         (output_comp_unit): Use DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE for
26298         initial next_die_offset if dwo_id is non-NULL.  Don't emit padding
26299         fields.
26300         (output_skeleton_debug_sections): Formatting fix.  Use
26301         DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE instead of
26302         DWARF_COMPILE_UNIT_HEADER_SIZE.  Don't emit padding.
26304 2017-01-11  Wilco Dijkstra  <wdijkstr@arm.com>
26306         * config/arm/cortex-a53.md: Add bypasses for
26307         cortex_a53_r2f_cvt.
26308         (cortex_a53_r2f): Only use for transfers.
26309         (cortex_a53_f2r): Likewise.
26310         (cortex_a53_r2f_cvt): Add reservation for conversions.
26311         (cortex_a53_f2r_cvt): Likewise.
26313 2017-01-11  Tamar Christina  <tamar.christina@arm.com>
26315         * config/arm/arm_neon.h: Add __artificial__ and gnu_inline
26316         to all inlined functions, change static to extern.
26318 2017-01-11  Christophe Lyon  <christophe.lyon@linaro.org>
26320         PR target/78253
26321         * config/arm/arm.c (legitimize_pic_address): Handle reference to
26322         weak symbol.
26323         (arm_assemble_integer): Likewise.
26325 2017-01-11  Richard Earnshaw  <rearnsha@arm.com>
26327         * config.gcc: Use new awk script to check CPU, FPU and architecture
26328         parameters for --with-... options.
26329         * config/arm/parsecpu.awk: New file
26330         * config/arm/arm-cpus.in: New file.
26331         * config/arm/arm-opts.h: Include arm-cpu.h instead of processing .def
26332         files.
26333         * config/arm/arm.c: Include arm-cpu-data.h instead of processing .def
26334         files.
26335         * config/arm/t-arm: Update dependency rules.
26336         * common/config/arm/arm-common.c: Include arm-cpu-cdata.h instead
26337         of processing .def files.
26338         * config/arm/genopt.sh: Deleted.
26339         * config/arm/gentune.sh: Deleted.
26340         * config/arm/arm-cores.def: Deleted.
26341         * config/arm/arm-arches.def: Deleted.
26342         * config/arm/arm-fpus.def: Deleted.
26343         * config/arm/arm-tune.md: Regenerated.
26344         * config/arm/arm-tables.opt: Regenerated.
26345         * config/arm/arm-cpu.h: New generated file.
26346         * config/arm/arm-cpu-data.h: New generated file.
26347         * config/arm/arm-cpu-cdata.h: New generated file.
26349 2017-01-11  Maxim Ostapenko  <m.ostapenko@samsung.com>
26351         PR lto/79042
26352         * lto-cgraph.c (lto_output_varpool_node): Pack dynamically_initialized
26353         bit.
26354         (input_varpool_node): Unpack dynamically_initialized bit.
26356 2017-01-11  Eric Botcazou  <ebotcazou@adacore.com>
26358         PR rtl-optimization/79032
26359         * lra-constraints.c (simplify_operand_subreg): In the MEM case, test
26360         the alignment of the adjusted memory reference against that of MODE,
26361         instead of the alignment of the original memory reference.
26363 2017-01-11  Martin Jambor  <mjambor@suse.cz>
26365         * hsa.c (hsa_callable_function_p): Revert addition of DECL_ARTIFICIAL
26366         test.
26367         * ipa-hsa.c (process_hsa_functions): Only duplicate non-artificial
26368         decorated functions.
26370 2017-01-11  Richard Biener  <rguenther@suse.de>
26372         * tree-vrp.c (evrp_dom_walker::before_dom_children): Also
26373         set range/nonnull info for PHI results.  Do not set it on
26374         stmts marked for removal.
26376 2017-01-10  Eric Botcazou  <ebotcazou@adacore.com>
26378         * expr.c (store_field): In the bitfield case, fetch the return value
26379         from the registers before applying a single big-endian adjustment.
26380         Always do a final load for a BLKmode value not larger than a word.
26382 2017-01-10  David Malcolm  <dmalcolm@redhat.com>
26384         PR c++/77949
26385         * input.c (selftest::test_accessing_ordinary_linemaps): Verify
26386         that we correctly handle column numbers greater than
26387         LINE_MAP_MAX_COLUMN_NUMBER.
26389 2017-01-10  Martin Sebor  <msebor@redhat.com>
26391         PR middle-end/78245
26392         * gimple-ssa-sprintf.c (get_destination_size): Call
26393         {init,fini}object_sizes.
26394         * tree-object-size.c (addr_object_size): Adjust.
26395         (pass_through_call): Adjust.
26396         (pass_object_sizes::execute): Adjust.
26397         * tree-object-size.h (fini_object_sizes): Declare.
26399 2017-01-10  Martin Sebor  <msebor@redhat.com>
26401         PR tree-optimization/78775
26402         * builtins.c (get_size_range): Move...
26403         * calls.c: ...to here.
26404         (alloc_max_size): Accept zero argument.
26405         (operand_signed_p): Remove.
26406         (maybe_warn_alloc_args_overflow): Call get_size_range.
26407         * calls.h (get_size_range): Declare.
26409 2017-01-10  Joe Seymour  <joe.s@somniumtech.com>
26411         * config/msp430/driver-msp430.c (msp430_mcu_data): Sync with data
26412         from TI's devices.csv file as of September 2016.
26413         * config/msp430/msp430.c (msp430_mcu_data): Likewise.
26415 2017-01-10  Sandra Loosemore  <sandra@codesourcery.com>
26417         * doc/extend.texi: Tweak formatting to fix overfull hbox warnings.
26418         * doc/invoke.texi: Likewise.
26419         * doc/md.texi: Likewise.
26420         * doc/objc.texi: Likewise.
26422 2017-01-10  Joshua Conner  <joshconner@google.com>
26424         * config/arm/fuchsia-elf.h: New file.
26425         * config/fuchsia.h: New file.
26426         * config.gcc (*-*-fuchsia*): Set native_system_header_dir.
26427         (aarch64*-*-fuchsia*, arm*-*-fuchsia*, x86_64-*-fuchsia*): Add to
26428         targets.
26429         * config.host: (aarch64*-*-fuchsia*, arm*-*-fuchsia*): Add to hosts.
26431 2016-01-10  Richard Biener  <rguenther@suse.de>
26433         PR tree-optimization/79034
26434         * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
26435         Propagate out degenerate PHIs in the joiner.
26437 2017-01-10  Martin Liska  <mliska@suse.cz>
26439         * ipa-icf.c (sort_sem_items_by_decl_uid): New function.
26440         (sort_congruence_classes_by_decl_uid): Likewise.
26441         (sort_congruence_class_groups_by_decl_uid): Likewise.
26442         (sem_item_optimizer::merge_classes): Sort class, groups in these
26443         classes and members in the groups by DECL_UID of declarations.
26444         This would make merge operations stable.
26446 2017-01-10  Martin Liska  <mliska@suse.cz>
26448         * ipa-icf.c (sem_item_optimizer::sem_item_optimizer): Remove
26449         usage of m_classes_vec.
26450         (sem_item_optimizer::~sem_item_optimizer):  Likewise.
26451         (sem_item_optimizer::get_group_by_hash): Likewise.
26452         (sem_item_optimizer::subdivide_classes_by_equality): Likewise.
26453         (sem_item_optimizer::subdivide_classes_by_sensitive_refs): Likewise.
26454         (sem_item_optimizer::verify_classes): Likewise.
26455         (sem_item_optimizer::process_cong_reduction): Likewise.
26456         (sem_item_optimizer::dump_cong_classes): Likewise.
26457         (sem_item_optimizer::merge_classes): Likewise.
26458         * ipa-icf.h (congruence_class_hash): Rename from
26459         congruence_class_group_hash.  Remove declaration of m_classes_vec.
26461 2017-01-10  Andrew Senkevich  <andrew.senkevich@intel.com>
26463         * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX512VPOPCNTDQ_SET,
26464         OPTION_MASK_ISA_AVX512VPOPCNTDQ_UNSET): New.
26465         * config.gcc: Add avx512vpopcntdqintrin.h.
26466         * config/i386/avx512vpopcntdqintrin.h: New.
26467         * config/i386/cpuid.h (bit_AVX512VPOPCNTDQ): New.
26468         * config/i386/i386-builtin-types.def: Add new types.
26469         * config/i386/i386-builtin.def (__builtin_ia32_vpopcountd_v16si,
26470         __builtin_ia32_vpopcountd_v16si_mask, __builtin_ia32_vpopcountq_v8di,
26471         __builtin_ia32_vpopcountq_v8di_mask): New.
26472         * config/i386/i386-c.c (ix86_target_macros_internal): Define
26473         __AVX512VPOPCNTDQ__.
26474         * config/i386/i386.c (ix86_target_string): Add -mavx512vpopcntdq.
26475         (PTA_AVX512VPOPCNTDQ): Define.
26476         * config/i386/i386.h (TARGET_AVX512VPOPCNTDQ,
26477         TARGET_AVX512VPOPCNTDQ_P): Define.
26478         * config/i386/i386.opt: Add mavx512vpopcntdq.
26479         * config/i386/immintrin.h: Include avx512vpopcntdqintrin.h.
26480         * config/i386/sse.md (define_insn "vpopcount<mode><mask_name>"): New.
26482 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
26484         PR middle-end/77484
26485         * predict.def (PRED_CALL): Set to 67.
26487 2017-01-09  Eric Botcazou  <ebotcazou@adacore.com>
26489         * expr.c (store_field): In the bitfield case, if the value comes from
26490         a function call and is of an aggregate type returned in registers, do
26491         not modify the field mode; extract the value in all cases if the mode
26492         is BLKmode and the size is not larger than a word.
26494 2017-01-09  Dominique d'Humieres  <dominiq@lps.ens.fr>
26496         PR target/71017
26497         * config/i386/cpuid.h: Fix undefined behavior.
26499 2017-01-04  Jeff Law  <law@redhat.com>
26501         PR tree-optimization/79007
26502         PR tree-optimization/67955
26503         * tree-ssa-alias.c (same_addr_size_stores_p): Only need to be
26504         conservative for pt.null when flag_non_call_exceptions is on.
26506 2017-01-09  Jakub Jelinek  <jakub@redhat.com>
26508         PR translation/79019
26509         PR translation/79020
26510         * params.def (PARAM_INLINE_MIN_SPEEDUP,
26511         PARAM_IPA_CP_SINGLE_CALL_PENALTY,
26512         PARAM_USE_AFTER_SCOPE_DIRECT_EMISSION_THRESHOLD): Fix typos
26513         in descriptions.
26514         * config/avr/avr.opt (maccumulate-args): Likewise.
26515         * config/msp430/msp430.opt (mwarn-mcu): Likewise.
26516         * common.opt (freport-bug): Likewise.
26517         * cif-code.def (CIF_FINAL_ERROR): Likewise.
26518         * doc/invoke.texi (ipa-cp-single-call-penalty): Likewise.
26519         * config/s390/s390.c (s390_invalid_binary_op): Fix spelling in
26520         translatable string.
26521         * config/i386/i386.c (function_value_32): Likewise.
26522         * config/nios2/nios2.c (nios2_valid_target_attribute_rec): Likewise.
26523         * config/msp430/msp430.c (msp430_option_override, msp430_attr):
26524         Likewise.
26525         * config/msp430/driver-msp430.c (msp430_select_hwmult_lib): Likewise.
26526         * common/config/msp430/msp430-common.c (msp430_handle_option):
26527         Likewise.
26528         * symtab.c (symtab_node::verify_base): Likewise.
26529         * opts.c (set_debug_level): Likewise.
26530         * tree.c (verify_type_variant): Likewise.  Fix typo in comment.
26531         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
26532         missing whitespace to translatable strings.
26533         * config/avr/avr.md (bswapsi2): Fix typo in comment.
26534         * config/sh/superh.h: Likewise.
26535         * config/i386/xopintrin.h: Likewise.
26536         * config/i386/znver1.md: Likewise.
26537         * config/rs6000/rs6000.c (struct rs6000_opt_mask): Likewise.
26538         * ipa-inline-analysis.c (compute_inline_parameters): Likewise.
26539         * double-int.h (struct double_int): Likewise.
26540         * double-int.c (div_and_round_double): Likewise.
26541         * wide-int.cc: Likewise.
26542         * tree-ssa.c (non_rewritable_mem_ref_base): Likewise.
26543         * tree-ssa-sccvn.c (vn_reference_lookup_3): Likewise.
26544         * cfgcleanup.c (crossjumps_occured): Renamed to ...
26545         (crossjumps_occurred): ... this.
26546         (try_crossjump_bb, try_head_merge_bb, try_optimize_cfg, cleanup_cfg):
26547         Adjust all uses.
26549         PR tree-optimization/78899
26550         * tree-if-conv.c (version_loop_for_if_conversion): Instead of
26551         returning bool return struct loop *, NULL for failure and the new
26552         loop on success.
26553         (versionable_outer_loop_p): Don't version outer loop if it has
26554         dont_vectorized bit set.
26555         (tree_if_conversion): When versioning outer loop, ensure
26556         tree_if_conversion is performed also on the inner loop of the
26557         non-vectorizable outer loop copy.
26558         * tree-vectorizer.c (set_uid_loop_bbs): Formatting fix.  Fold
26559         LOOP_VECTORIZED in inner loop of the scalar outer loop and
26560         prevent vectorization of it.
26561         (vectorize_loops): For outer + inner LOOP_VECTORIZED, ensure
26562         the outer loop vectorization of the non-scalar version is attempted
26563         before vectorization of the inner loop in scalar version.  If
26564         outer LOOP_VECTORIZED guarded loop is not vectorized, prevent
26565         vectorization of its inner loop.
26566         * tree-vect-loop-manip.c (rename_variables_in_bb): If outer_loop
26567         has 2 inner loops, rename also on edges from bb whose single pred
26568         is outer_loop->header.  Fix typo in function comment.
26570 2017-01-09  Martin Sebor  <msebor@redhat.com>
26572         PR bootstrap/79033
26573         * asan.c (asan_emit_stack_protection): Increase local buffer size
26574         to avoid snprintf truncation warning.
26576 2017-01-09  Andrew Pinski  <apinski@cavium.com>
26578         * config/aarch64/aarch64-cores.def: Add thunderx2t99.  Change vulcan
26579         to reference thunderx2t99 for the tuning structure
26580         * config/aarch64/aarch64-cost-tables.h (vulcan_extra_costs):
26581         Rename to ...
26582         (thunderx2t99_extra_costs): This.
26583         * config/aarch64/aarch64-tune.md: Regenerate.
26584         * config/aarch64/aarch64.c (vulcan_addrcost_table): Rename to ...
26585         (vulcan_addrcost_table): This.
26586         (vulcan_regmove_cost): Rename to ...
26587         (thunderx2t99_regmove_cost): This.
26588         (vulcan_vector_cost): Rename to ...
26589         (thunderx2t99_vector_cost): this.
26590         (vulcan_branch_cost): Rename to ...
26591         (thunderx2t99_branch_cost): This.
26592         (vulcan_tunings): Rename to ...
26593         (thunderx2t99_tunings): This and s/vulcan/thunderx2t99 .
26594         * doc/invoke.texi (AARCH64/mtune): Add thunderx2t99.
26596 2017-01-09  Martin Jambor  <mjambor@suse.cz>
26598         PR ipa/78365
26599         PR ipa/78599
26600         * ipa-prop.h (ipa_jump_func): Swap positions of vr_known and m_vr.
26601         * ipa-cp.c (ipa_vr_operation_and_type_effects): New function.
26602         (propagate_vr_accross_jump_function): Use the above function for all
26603         value range computations for pass-through jump functions and type
26604         converasion from explicit value range values.
26605         (ipcp_propagate_stage): Do not attempt to deduce types of formal
26606         parameters from TYPE_ARG_TYPES.
26607         * ipa-prop.c (ipa_write_jump_function): Remove trailing whitespace.
26608         (ipa_write_node_info): Stream type of the actual argument.
26609         (ipa_read_node_info): Likewise. Also remove trailing whitespace.
26611 2017-01-09  Martin Liska  <mliska@suse.cz>
26613         PR pch/78970
26614         * gcc.c (driver_handle_option): Handle OPT_E and set have_E.
26615         (lookup_compiler): Do not show error message with have_E.
26617 2017-01-09  Jakub Jelinek  <jakub@redhat.com>
26619         PR tree-optimization/78938
26620         * tree-vect-stmts.c (vectorizable_condition): For non-masked COND_EXPR
26621         where comp_vectype is VECTOR_BOOLEAN_TYPE_P, use
26622         BIT_{NOT,XOR,AND,IOR}_EXPR on the comparison operands instead of
26623         {EQ,NE,GE,GT,LE,LT}_EXPR directly inside of VEC_COND_EXPR.  Formatting
26624         fixes.
26626 2017-01-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
26628         * tree-ssa-address.c (gen_addr_rtx): Don't handle index if it
26629         is const0_rtx.
26631 2017-01-09  Richard Biener  <rguenther@suse.de>
26633         PR tree-optimization/78997
26634         * tree-vect-slp.c (vect_mask_constant_operand_p): Handle SSA
26635         name condition properly.
26637 2017-01-09  Richard Biener  <rguenther@suse.de>
26639         PR debug/79000
26640         * dwarf2out.c (is_cxx): New overload with context.
26641         (is_naming_typedef_decl): Use it.
26643 2017-01-08  Sandra Loosemore  <sandra@codesourcery.com>
26645         * invoke.texi (Option Summary): Correct spacing in option lists
26646         and add line breaks to fix over-long lines.
26648 2017-01-08  Sandra Loosemore  <sandra@codesourcery.com>
26650         PR middle-end/17660
26652         * extend.texi (Common Variable Attributes): Add xref to GCC
26653         Internals manual to explain mode attribute keywords.
26655 2017-01-08  Sandra Loosemore  <sandra@codesourcery.com>
26657         PR other/16519
26658         * doc/invoke.texi (Option Summary): Move -pthread to Linker Options
26659         and Preprocessor Options.
26660         (Options for Linking): Document -pthread here....
26661         (RS/6000 and PowerPC Options): ...not here.
26662         (Solaris 2 Options): ...or here.
26663         * doc/cppopts.texi: Document -pthread.
26665 2017-01-08  Martin Sebor  <msebor@redhat.com>
26667         PR middle-end/77708
26668         * doc/invoke.texi (Warning Options): Document -Wformat-truncation.
26669         * gimple-ssa-sprintf.c (call_info::reval_used, call_info::warnopt):
26670         New member functions.
26671         (format_directive): Used them.
26672         (add_bytes): Same.
26673         (pass_sprintf_length::handle_gimple_call): Same.
26674         * graphite-sese-to-poly.c (tree_int_to_gmp): Increase buffer size
26675         to avoid truncation for any argument.
26676         (extract_affine_mul): Same.
26677         * tree.c (get_file_function_name): Same.
26679 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
26681         PR middle-end/77484
26682         * predict.def (PRED_INDIR_CALL): Set to 86.
26684 2017-01-07  Sandra Loosemore  <sandra@codesourcery.com>
26686         PR preprocessor/54124
26687         * doc/cppopts.texi: Reformat -d subtable to list the full name
26688         of the options.  Add cross-reference to the docs for the general
26689         compiler -d options.
26690         * doc/invoke.texi (Developer Options): Add cross-reference to the
26691         preprocessor-specific -d option documentation.
26693 2017-01-07  Sandra Loosemore  <sandra@codesourcery.com>
26695         PR preprocessor/13498
26696         * doc/cpp.texi (Search Path): Rewrite to remove obsolete and
26697         redudant material, and reflect new command-line options.
26698         (System Headers): Likewise.
26700 2017-01-07  Sandra Loosemore  <sandra@codesourcery.com>
26702         * doc/cppdiropts.texi: Merge documentation of -I, -iquote,
26703         -isystem, and -idirafter.  Copy-edit.
26704         * doc/cppopts.texi: Copy-edit.  Remove contradiction about
26705         default for -ftrack-macro-expansion.  Delete obsolete and
26706         badly-formatted implementation details about -fdebug-cpp output.
26707         * doc/cppwarnopts.texi: Copy-edit.
26709 2017-01-07  David Malcolm  <dmalcolm@redhat.com>
26711         PR c++/72803
26712         * input.c (selftest::test_accessing_ordinary_linemaps): Verify
26713         that the transition from a max line width >= 1<<10 to narrower
26714         lines works correctly.
26716 2017-01-07  Alexandre Oliva <aoliva@redhat.com>
26718         * doc/options.texi (PerFunction): New.
26719         * opt-functions.awk (switch_flags): Map both Optimization and
26720         PerFunction to CL_OPTIMIZATION.
26721         * opth-gen.awk: Test for PerFunction flag along with
26722         Optimization.
26723         * optc-save-gen.awk: Likewise.  Introduce var_opt_hash and set
26724         it only when the latter is present.  Skip those that don't in
26725         the hash function generator.
26726         * common.opt (fvar-tracking): Mark as PerFunction instead of
26727         Optimization.
26728         (fvar-tracking-assignments): Likewise.
26729         (fvar-tracking-assignments-toggle): Likewise.
26730         (fvar-tracking-uninit): Likewise.
26732 2017-01-07  Jakub Jelinek  <jakub@redhat.com>
26734         PR translation/79018
26735         * params.def (PARAM_MAX_STORES_TO_MERGE): Add missing space between
26736         the and store.
26738 2017-01-06  Mikael Pettersson  <mikpelinux@gmail.com>
26740         PR target/57583
26741         * config/m68k/m68k.opt (LONG_JUMP_TABLE_OFFSETS): New option.
26742         * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Handle
26743         TARGET_LONG_JUMP_TABLE_OFFSETS.
26744         * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
26745         * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
26746         * config/m68k/m68k.h (CASE_VECTOR_MODE): Likewise.
26747         (ASM_OUTPUT_ADDR_DIFF_ELF): Likewise.
26748         * config/m68k/m68k.md (tablejump expander): Likewise.
26749         (*tablejump_pcrel_hi): Renamed from unnamed insn, reject
26750         TARGET_LONG_JUMP_TABLE_OFFSETS.
26751         (*tablejump_pcrel_si): New insn, handle TARGET_LONG_JUMP_TABLE_OFFSETS.
26752         * doc/invoke.texi (M68K options): Add -mlong-jump-table-offsets.
26754 2017-01-06  Edgar E. Iglesias <edgar.iglesias@xilinx.com>
26755             David Holsgrove <david.holsgrove@xilinx.com>
26757         * common/config/microblaze/microblaze-common.c
26758         (TARGET_EXCEPT_UNWIND_INFO): Remove.
26759         * config/microblaze/microblaze-protos.h (microblaze_eh_return):
26760         New prototype.
26761         * config/microblaze/microblaze.c (microblaze_must_save_register)
26762         (microblaze_expand_epilogue, microblaze_return_addr): Handle
26763         calls_eh_return.
26764         (microblaze_eh_return): New function.
26765         * config/microblaze/microblaze.h (RETURN_ADDR_OFFSET)
26766         (EH_RETURN_DATA_REGNO, MB_EH_STACKADJ_REGNUM)
26767         (EH_RETURN_STACKADJ_RTX, ASM_PREFERRED_EH_DATA_FORMAT): New macros.
26768         * config/microblaze/microblaze.md (eh_return): New pattern.
26770 2017-01-06  Jakub Jelinek  <jakub@redhat.com>
26772         * system.h (GCC_DIAGNOSTIC_PUSH_IGNORED, GCC_DIAGNOSTIC_POP,
26773         GCC_DIAGNOSTIC_STRINGIFY): Define.
26775         * read-rtl.c (rtx_reader::read_rtx_code): Avoid -Wsign-compare warning.
26777 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
26779         * config/arm/arm.md (<mcrr>): New.
26780         (<mrrc>): New.
26781         * config/arm/arm.c (arm_arch5te): New.
26782         (arm_option_override): Set arm_arch5te.
26783         (arm_coproc_builtin_available): Add support for mcrr, mcrr2, mrrc
26784         and mrrc2.
26785         * config/arm/arm-builtins.c (MCRR_QUALIFIERS): Define to...
26786         (arm_mcrr_qualifiers): ... this. New.
26787         (MRRC_QUALIFIERS): Define to...
26788         (arm_mrrc_qualifiers): ... this. New.
26789         * config/arm/arm_acle.h (__arm_mcrr, __arm_mcrr2, __arm_mrrc,
26790         __arm_mrrc2): New.
26791         * config/arm/arm_acle_builtins.def (mcrr, mcrr2, mrrc, mrrc2): New.
26792         * config/arm/iterators.md (MCRRI, mcrr, MCRR): New.
26793         (MRRCI, mrrc, MRRC): New.
26794         * config/arm/unspecs.md (VUNSPEC_MCRR, VUNSPEC_MCRR2, VUNSPEC_MRRC,
26795         VUNSPEC_MRRC2): New.
26797 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
26799         * config/arm/arm.md (<mcr>): New.
26800         (<mrc>): New.
26801         * config/arm/arm.c (arm_coproc_builtin_available): Add
26802         support for mcr, mrc, mcr2 and mrc2.
26803         * config/arm/arm-builtins.c (MCR_QUALIFIERS): Define to...
26804         (arm_mcr_qualifiers): ... this. New.
26805         (MRC_QUALIFIERS): Define to ...
26806         (arm_mrc_qualifiers): ... this. New.
26807         (MCR_QUALIFIERS): Define to ...
26808         (arm_mcr_qualifiers): ... this. New.
26809         * config/arm/arm_acle.h (__arm_mcr, __arm_mrc, __arm_mcr2,
26810         __arm_mrc2): New.
26811         * config/arm/arm_acle_builtins.def (mcr, mcr2, mrc, mrc2): New.
26812         * config/arm/iterators.md (MCRI, mcr, MCR, MRCI, mrc, MRC): New.
26813         * config/arm/unspecs.md (VUNSPEC_MCR, VUNSPEC_MCR2, VUNSPEC_MRC,
26814         VUNSPEC_MRC2): New.
26816 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
26818         * config/arm/arm.md (*ldc): New.
26819         (*stc): New.
26820         (<ldc>): New.
26821         (<stc>): New.
26822         * config/arm/arm.c (arm_coproc_builtin_available): Add
26823         support for ldc,ldcl,stc,stcl,ldc2,ldc2l,stc2 and stc2l.
26824         (arm_coproc_ldc_stc_legitimate_address): New.
26825         * config/arm/arm-builtins.c (arm_type_qualifiers): Add
26826         'qualifier_const_pointer'.
26827         (LDC_QUALIFIERS): Define to...
26828         (arm_ldc_qualifiers): ... this. New.
26829         (STC_QUALIFIERS): Define to...
26830         (arm_stc_qualifiers): ... this. New.
26831         * config/arm/arm-protos.h
26832         (arm_coproc_ldc_stc_legitimate_address): New.
26833         * config/arm/arm_acle.h (__arm_ldc, __arm_ldcl, __arm_stc,
26834         __arm_stcl, __arm_ldc2, __arm_ldc2l, __arm_stc2, __arm_stc2l): New.
26835         * config/arm/arm_acle_builtins.def (ldc, ldc2, ldcl, ldc2l, stc,
26836         stc2, stcl, stc2l): New.
26837         * config/arm/constraints.md (Uz): New.
26838         * config/arm/iterators.md (LDCI, STCI, ldc, stc, LDC STC): New.
26839         * config/arm/unspecs.md (VUNSPEC_LDC, VUNSPEC_LDC2, VUNSPEC_LDCL,
26840         VUNSPEC_LDC2L, VUNSPEC_STC, VUNSPEC_STC2, VUNSPEC_STCL,
26841         VUNSPEC_STC2L): New.
26843 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
26845         * config/arm/arm.md (<cdp>): New.
26846         * config/arm/arm.c (neon_const_bounds): Rename this ...
26847         (arm_const_bounds): ... this.
26848         (arm_coproc_builtin_available): New.
26849         * config/arm/arm-builtins.c (SIMD_MAX_BUILTIN_ARGS): Increase.
26850         (arm_type_qualifiers): Add 'qualifier_unsigned_immediate'.
26851         (CDP_QUALIFIERS): Define to...
26852         (arm_cdp_qualifiers): ... this. New.
26853         (void_UP): Define.
26854         (arm_expand_builtin_args): Add case for 6 arguments.
26855         * config/arm/arm-protos.h (neon_const_bounds): Rename this ...
26856         (arm_const_bounds): ... this.
26857         (arm_coproc_builtin_available): New.
26858         * config/arm/arm_acle.h (__arm_cdp): New.
26859         (__arm_cdp2): New.
26860         * config/arm/arm_acle_builtins.def (cdp): New.
26861         (cdp2): New.
26862         * config/arm/iterators.md (CDPI,CDP,cdp): New.
26863         * config/arm/neon.md: Rename all 'neon_const_bounds' to
26864         'arm_const_bounds'.
26865         * config/arm/types.md (coproc): New.
26866         * config/arm/unspecs.md (VUNSPEC_CDP, VUNSPEC_CDP2): New.
26867         * doc/extend.texi (ACLE): Add a mention of Coprocessor intrinsics.
26868         * doc/sourcebuild.texi (arm_coproc1_ok, arm_coproc2_ok,
26869         arm_coproc3_ok, arm_coproc4_ok): Document new effective targets.
26871 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
26873         * config/arm/arm-builtins.c (arm_unsigned_binop_qualifiers): New.
26874         (UBINOP_QUALIFIERS): New.
26875         (si_UP): Define.
26876         (acle_builtin_data): New. Change comment.
26877         (arm_builtins): Remove ARM_BUILTIN_CRC32B, ARM_BUILTIN_CRC32H,
26878         ARM_BUILTIN_CRC32W, ARM_BUILTIN_CRC32CB, ARM_BUILTIN_CRC32CH,
26879         ARM_BUILTIN_CRC32CW. Add ARM_BUILTIN_ACLE_BASE and include
26880         arm_acle_builtins.def.
26881         (ARM_BUILTIN_ACLE_PATTERN_START): Define.
26882         (arm_init_acle_builtins): New.
26883         (CRC32_BUILTIN): Remove.
26884         (bdesc_2arg): Remove entries for crc32b, crc32h, crc32w,
26885         crc32cb, crc32ch and crc32cw.
26886         (arm_init_crc32_builtins): Remove.
26887         (arm_init_builtins): Use arm_init_acle_builtins rather
26888         than arm_init_crc32_builtins.
26889         (arm_expand_acle_builtin): New.
26890         (arm_expand_builtin): Use 'arm_expand_acle_builtin'.
26891         * config/arm/arm_acle_builtins.def: New.
26893 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
26895         * config/arm/arm-builtins.c (neon_builtin_datum): Rename to ..
26896         (arm_builtin_datum): ... this.
26897         (arm_init_neon_builtin): Rename to ...
26898         (arm_init_builtin): ... this. Add a new parameters PREFIX
26899         and USE_SIG_IN_NAME.
26900         (arm_init_neon_builtins): Replace 'arm_init_neon_builtin' with
26901         'arm_init_builtin'. Replace type 'neon_builtin_datum' with
26902         'arm_builtin_datum'.
26903         (arm_init_vfp_builtins): Likewise.
26904         (builtin_arg): Rename enum's replacing 'NEON_ARG' with
26905         'ARG_BUILTIN' and add a 'ARG_BUILTIN_NEON_MEMORY.
26906         (arm_expand_neon_args): Rename to ...
26907         (arm_expand_builtin_args): ... this. Rename builtin_arg
26908         enum values and differentiate between ARG_BUILTIN_MEMORY
26909         and ARG_BUILTIN_NEON_MEMORY.
26910         (arm_expand_neon_builtin_1): Rename to ...
26911         (arm_expand_builtin_1): ... this. Rename builtin_arg enum
26912         values, arm_expand_builtin_args and add bool parameter NEON.
26913         (arm_expand_neon_builtin): Use arm_expand_builtin_1.
26914         (arm_expand_vfp_builtin): Likewise.
26915         (NEON_MAX_BUILTIN_ARGS): Remove, it was unused.
26917 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
26919         PR middle-end/77484
26920         * predict.def (PRED_POLYMORPHIC_CALL): Set to 59.
26921         * predict.c (tree_estimate_probability_bb): Reverse direction of
26922         polymorphic call predictor.
26924 2017-01-06  David Malcolm  <dmalcolm@redhat.com>
26926         * passes.c (execute_one_pass): Split out pass-skipping logic into...
26927         (determine_pass_name_match): ...this new function and...
26928         (should_skip_pass_p): ...this new function.
26930 2017-01-06  Nathan Sidwell  <nathan@acm.org>
26932         * ipa-visibility.c (function_and_variable_visibility): Reformat
26933         comments and long lines.  Remove extrneous if.
26934         * symtab.c (symtab_node::make_decl_local): Fix code format.
26935         (symtab_node::set_section_for_node): Fix comment typo.
26937 2017-01-06  Martin Liska  <mliska@suse.cz>
26939         PR bootstrap/79003
26940         * lra-constraints.c: Rename invariant to lra_invariant.
26941         * predict.c (set_even_probabilities): Initialize e to NULL.
26943 2017-01-05  Martin Sebor  <msebor@redhat.com>
26945         PR tree-optimization/78910
26946         * gimple-ssa-sprintf.c (tree_digits): Add an argument.
26947         (format_integer): Correct off-by-one error in the handling
26948         of precision with negative numbers in signed conversions..
26950 2017-01-05  Eric Botcazou  <ebotcazou@adacore.com>
26952         * doc/invoke.texi (C Dialect Options): Adjust -fsso-struct entry.
26954 2017-01-05  Jakub Jelinek  <jakub@redhat.com>
26956         PR tree-optimization/71016
26957         * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Pass cond_stmt to
26958         factor_out_conditional_conversion.  Formatting fix.
26959         (factor_out_conditional_conversion): Add cond_stmt argument.
26960         If arg1 is INTEGER_CST, punt if new_arg0 is not any operand of
26961         cond_stmt and if arg0_def_stmt is not the only stmt in its bb.
26962         Formatting fix.
26964 2017-01-05  David Malcolm  <dmalcolm@redhat.com>
26966         * Makefile.in (OBJS): Add read-md.o, read-rtl.o,
26967         read-rtl-function.o, and selftest-rtl.o.
26968         * config/aarch64/aarch64.c: Include selftest.h and selftest-rtl.h.
26969         (selftest::aarch64_test_loading_full_dump): New function.
26970         (selftest::aarch64_run_selftests): New function.
26971         (TARGET_RUN_TARGET_SELFTESTS): Wire it up to
26972         selftest::aarch64_run_selftests.
26973         * config/i386/i386.c
26974         (selftest::ix86_test_loading_dump_fragment_1): New function.
26975         (selftest::ix86_test_loading_call_insn): New function.
26976         (selftest::ix86_test_loading_full_dump): New function.
26977         (selftest::ix86_test_loading_unspec): New function.
26978         (selftest::ix86_run_selftests): Call the new functions.
26979         * emit-rtl.c (maybe_set_max_label_num): New function.
26980         * emit-rtl.h (maybe_set_max_label_num): New decl.
26981         * function.c (instantiate_decls): Guard call to
26982         instantiate_decls_1 with if (DECL_INITIAL (fndecl)).
26983         * function-tests.c (selftest::verify_three_block_rtl_cfg): Remove
26984         "static".
26985         * gensupport.c (gen_reader::gen_reader): Pass "false"
26986         for new "compact" param of rtx_reader.
26987         * print-rtl.c (rtx_writer::print_rtx_operand): Print "(nil)"
26988         rather than an empty string for NULL strings.
26989         * read-md.c: Potentially include config.h rather than bconfig.h.
26990         Wrap include of errors.h with #ifdef GENERATOR_FILE.
26991         (have_error): New global, copied from errors.c.
26992         (md_reader::read_name): Rename to...
26993         (md_reader::read_name_1): ...this, adding "out_loc" param,
26994         and converting "missing name or number" to returning false, rather
26995         than failing.
26996         (md_reader::read_name): Reimplement in terms of read_name_1.
26997         (md_reader::read_name_or_nil): New function.
26998         (md_reader::read_string): Handle "(nil)" by returning NULL.
26999         (md_reader::md_reader): Add new param "compact".
27000         (md_reader::read_md_files): Wrap with #ifdef GENERATOR_FILE.
27001         (md_reader::read_file): New method.
27002         * read-md.h (md_reader::md_reader): Add new param "compact".
27003         (md_reader::read_file): New method.
27004         (md_reader::is_compact): New accessor.
27005         (md_reader::read_name): Convert return type from void to file_location.
27006         (md_reader::read_name_or_nil): New decl.
27007         (md_reader::read_name_1): New decl.
27008         (md_reader::m_compact): New field.
27009         (noop_reader::noop_reader): Pass "false" for new "compact" param
27010         of rtx_reader.
27011         (rtx_reader::rtx_reader): Add new "compact" param.
27012         (rtx_reader::read_rtx_operand): Make virtual and convert return
27013         type from void to rtx.
27014         (rtx_reader::read_until): New decl.
27015         (rtx_reader::handle_any_trailing_information): New virtual function.
27016         (rtx_reader::postprocess): New virtual function.
27017         (rtx_reader::finalize_string): New virtual function.
27018         (rtx_reader::m_in_call_function_usage): New field.
27019         (rtx_reader::m_reuse_rtx_by_id): New field.
27020         * read-rtl-function.c: New file.
27021         * selftest-rtl.c (selftest::assert_rtx_ptr_eq_at): New function.
27022         * selftest-rtl.h (ASSERT_RTX_PTR_EQ): New macro.
27023         (selftest::verify_three_block_rtl_cfg): New decl.
27024         * read-rtl-function.h: New file.
27025         * read-rtl.c: Potentially include config.h rather than bconfig.h.
27026         For host, include function.h, memmodel.h, and emit-rtl.h.
27027         (one_time_initialization): New function.
27028         (struct compact_insn_name): New struct.
27029         (compact_insn_names): New array.
27030         (find_code): Handle insn codes in compact dumps.
27031         (apply_subst_iterator): Wrap with #ifdef GENERATOR_FILE.
27032         (bind_subst_iter_and_attr): Likewise.
27033         (add_condition_to_string): Likewise.
27034         (add_condition_to_rtx): Likewise.
27035         (apply_attribute_uses): Likewise.
27036         (add_current_iterators): Likewise.
27037         (apply_iterators): Likewise.
27038         (initialize_iterators): Guard usage of apply_subst_iterator with
27039         #ifdef GENERATOR_FILE.
27040         (read_conditions): Wrap with #ifdef GENERATOR_FILE.
27041         (md_reader::read_mapping): Likewise.
27042         (add_define_attr_for_define_subst): Likewise.
27043         (add_define_subst_attr): Likewise.
27044         (read_subst_mapping): Likewise.
27045         (check_code_iterator): Likewise.
27046         (rtx_reader::read_rtx): Likewise.  Move one-time initialization
27047         logic to...
27048         (one_time_initialization): New function.
27049         (rtx_reader::read_until): New method.
27050         (read_flags): New function.
27051         (parse_reg_note_name): New function.
27052         (rtx_reader::read_rtx_code): Initialize "iterator" to NULL.
27053         Handle reuse_rtx ids.
27054         Wrap iterator lookup within #ifdef GENERATOR_FILE.
27055         Add parsing support for RTL dumps, mirroring the special-cases in
27056         print_rtx, by calling read_flags, reading REG_NOTE names, INSN_UID
27057         values, and calling handle_any_trailing_information.
27058         (rtx_reader::read_rtx_operand): Convert return type from void
27059         to rtx, returning return_rtx.  Handle case 'e'.  Call
27060         finalize_string on XSTR and XTMPL fields.
27061         (rtx_reader::read_nested_rtx):  Handle dumps in which trailing
27062          "(nil)" values were omitted.  Call the postprocess vfunc on the
27063         return_rtx.
27064         (rtx_reader::rtx_reader): Add new "compact" param and pass to base
27065         class ctor.  Initialize m_in_call_function_usage.  Call
27066         one_time_initialization.
27067         * rtl-tests.c (selftest::test_uncond_jump): Call
27068         set_new_first_and_last_insn.
27069         * rtl.h (read_rtx): Wrap decl with #ifdef GENERATOR_FILE.
27070         * selftest-rtl.c: New file.
27071         * selftest-rtl.h (class selftest::rtl_dump_test): New class.
27072         (selftest::get_insn_by_uid): New decl.
27073         * selftest-run-tests.c (selftest::run_tests): Call
27074         read_rtl_function_c_tests.
27075         * selftest.h  (selftest::read_rtl_function_c_tests): New decl.
27076         * tree-dfa.c (ssa_default_def): Return NULL_TREE for rtl function
27077         dumps.
27079 2017-01-05  Uros Bizjak  <ubizjak@gmail.com>
27081         * config/i386/i386.md (*testqi_ext_3): No need to handle memory
27082         operands in a special way.  Assert that pos+len <= mode precision.
27084 2017-01-05  Jakub Jelinek  <jakub@redhat.com>
27086         * common.opt (fvect-cost-model): Remove RejectNegative flag, use
27087         3 argument Alias with unlimited for the negative form.
27088         (fno-vect-cost-model): Removed.
27090 2017-01-05  Martin Liska  <mliska@suse.cz>
27092         * hsa-gen.c (gen_hsa_divmod): New function.
27093         (gen_hsa_insn_for_internal_fn_call): Use the function for IFN_DIVMOD.
27095 2017-01-05  Martin Liska  <mliska@suse.cz>
27097         PR pch/78970
27098         * gcc.c (lookup_compiler): Reject '-' filename for a precompiled
27099         header.
27101 2017-01-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
27103         * config/s390/s390.c (s390_expand_setmem): Unroll the loop for
27104         small constant length operands.
27106 2017-01-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
27108         * config/s390/s390.c (s390_expand_setmem): Avoid overlapping bytes
27109         between loop iterations.
27111 2017-01-05  Martin Liska  <mliska@suse.cz>
27113         PR sanitizer/78815
27114         * gimplify.c (gimplify_decl_expr): Compare to
27115         asan_poisoned_variables instread of checking flags.
27116         (gimplify_target_expr): Likewise.
27117         (gimplify_expr): Likewise.
27118         (gimplify_function_tree): Conditionally initialize
27119         asan_poisoned_variables.
27121 2017-01-04  Jeff Law  <law@redhat.com>
27123         PR tree-optimizatin/78812
27124         * rtl.h (contains_mem_rtx_p): Prototype.
27125         * ifcvt.c (containts_mem_rtx_p): Move from here to...
27126         * rtlanal.c (contains_mem_rtx_p): Here and remove static linkage.
27127         * gcse.c (prune_expressions): Use contains_mem_rtx_p to discover
27128         and prune MEMs that are not at the toplevel of a SET_SRC rtx.  Look
27129         through ZERO_EXTEND and SIGN_EXTEND when trying to avoid pruning MEMs.
27131 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
27133         * input.c (assert_char_at_range): Default-initialize actual_range.
27135 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
27137         * df-scan.c (df_ref_create_structure): Make regno unsigned,
27138         to match the caller.
27140 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
27142         * cfgexpand.c (expand_gimple_basic_block): Disregard debug
27143         insns after final jump in test to emit dummy move.
27145 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
27147         * gimple-iterator.h (gsi_one_nondebug_before_end_p): New.
27148         * tree-eh.c (cleanup_empty_eh): Skip more debug stmts.
27150 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
27152         * multiple_target.c (create_dispatcher_calls): Init e_next.
27153         * tree-ssa-loop-split.c (split_loop): Init border.
27154         * tree-vect-loop.c (vect_determine_vectorization_factor): Init
27155         scalar_type.
27157 2017-01-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
27159         PR target/71977
27160         PR target/70568
27161         PR target/78823
27162         * config/rs6000/predicates.md (sf_subreg_operand): New predicate.
27163         (altivec_register_operand): Do not return true if the operand
27164         contains a SUBREG mixing SImode and SFmode.
27165         (vsx_register_operand): Likewise.
27166         (vsx_reg_sfsubreg_ok): New predicate.
27167         (vfloat_operand): Do not return true if the operand contains a
27168         SUBREG mixing SImode and SFmode.
27169         (vint_operand): Likewise.
27170         (vlogical_operand): Likewise.
27171         (gpc_reg_operand): Likewise.
27172         (int_reg_operand): Likewise.
27173         * config/rs6000/rs6000-protos.h (valid_sf_si_move): Add declaration.
27174         * config/rs6000/rs6000.c (valid_sf_si_move): New function to
27175         determine if a MOVSI or MOVSF operation contains SUBREGs that mix
27176         SImode and SFmode.
27177         (rs6000_emit_move_si_sf_subreg): New helper function.
27178         (rs6000_emit_move): Call rs6000_emit_move_si_sf_subreg to possbily
27179         fixup SUBREGs involving SImode and SFmode.
27180         * config/rs6000/vsx.md (SFBOOL_*): New constants that are operand
27181         numbers for the new peephole2 optimization.
27182         (peephole2 for SFmode unions): New peephole2 to optimize cases in
27183         the GLIBC math library that do AND/IOR/XOR operations on single
27184         precision floating point.
27185         * config/rs6000/rs6000.h (TARGET_NO_SF_SUBREG): New internal
27186         target macros to say whether we need to avoid SUBREGs mixing
27187         SImode and SFmode.
27188         (TARGET_ALLOW_SF_SUBREG): Likewise.
27189         * config/rs6000/rs6000.md (UNSPEC_SF_FROM_SI): New unspecs.
27190         (UNSPEC_SI_FROM_SF): Likewise.
27191         (iorxor): Change spacing.
27192         (and_ior_xor): New iterator for AND, IOR, and XOR.
27193         (movsi_from_sf): New insns for SImode/SFmode SUBREG support.
27194         (movdi_from_sf_zero_ext): Likewise.
27195         (mov<mode>_hardfloat, FMOVE32 iterator): Use register_operand
27196         instead of gpc_reg_operand.  Add SImode/SFmode SUBREG support.
27197         (movsf_from_si): New insn for SImode/SFmode SUBREG support.
27198         (fma<mode>4): Use gpc_reg_operand instead of register_operand.
27199         (fms<mode>4): Likewise.
27200         (fnma<mode>4): Likewise.
27201         (fnms<mode>4): Likewise.
27202         (nfma<mode>4): Likewise.
27203         (nfms<mode>4): Likewise.
27205 2017-01-04  Marek Polacek  <polacek@redhat.com>
27207         PR c++/64767
27208         * doc/invoke.texi: Document -Wpointer-compare.
27210 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
27212         * optc-gen.awk: Emit #error for -W*/-f*/-m* Enum without
27213         RejectNegative.
27215         * dwarf2out.c (output_loc_list): Don't throw away 64K+ location
27216         descriptions for -gdwarf-5 and emit them as uleb128 instead of
27217         2-byte data.
27219 2017-01-04  Kelvin Nilsen  <kelvin@gcc.gnu.org>
27221         PR target/78056
27222         * doc/sourcebuild.texi (PowerPC-specific attributes): Add
27223         documentation of the powerpc_popcntb_ok attribute.
27224         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
27225         code to issue warning messages if a requested CPU configuration is
27226         not supported by the binary (assembler and loader) toolchain.
27227         (spe_init_builtins): Add two assertions to prevent ICE if attempt is
27228         made to define a built-in function that has been disabled.
27229         (paired_init_builtins): Add assertion to prevent ICE if attempt is
27230         made to define a built-in function that has been disabled.
27231         (altivec_init_builtins): Add comment explaining why definition
27232         of the DST built-in functions is not preceded by an assertion
27233         check.  Add assertions to prevent ICE if attempts are made to
27234         define an altivec predicate or an abs* built-in function that has
27235         been disabled.
27236         (htm_init_builtins): Add comment explaining why definition of the
27237         htm built-in functions is not preceded by an assertion check.
27239 2017-01-04  Jeff Law  <law@redhat.com>
27241         PR tree-optimizatin/67955
27242         * tree-ssa-alias.c (same_addr_size_stores_p): Check offsets first.
27243         Allow any SSA_VAR_P as the base objects.  Use integer_zerop.  Verify
27244         the points-to solution does not include pt_null.  Use DECL_PT_UID
27245         unconditionally.
27247 2017-01-04  Uros Bizjak  <ubizjak@gmail.com>
27249         * config/i386/i386.md (HI/SImode test with imm to QImode splitters):
27250         Use gen_int_mode instead of gen_lopwart for const_int operands.
27252 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
27254         PR tree-optimization/71563
27255         * match.pd: Simplify X << Y into X if Y is known to be 0 or
27256         out of range value - has low bits known to be zero.
27258 2017-01-04  Alan Modra  <amodra@gmail.com>
27260         * Makefile.in (aclocal_deps): Update and order as per aclocal.m4.
27261         * configure: Regenerate.
27262         * config.in: Regenerate.
27264 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
27266         PR bootstrap/77569
27267         * input.c (ebcdic_execution_charset::on_error): Don't use strstr for
27268         a substring of the message, but strcmp with the whole message.  Ifdef
27269         ENABLE_NLS, translate the message first using dgettext.
27271 2017-01-03  Jeff Law  <law@redhat.com>
27273         PR tree-optimizatin/78856
27274         * tree-ssa-threadupdate.c: Include tree-vectorizer.h.
27275         (mark_threaded_blocks): Remove code to truncate thread paths that
27276         cross multiple loop headers.  Instead invalidate the cached loop
27277         iteration information and handle case of a thread path walking
27278         into an irreducible region.
27280 2017-01-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
27282         PR target/78900
27283         * config/rs6000/rs6000.c (rs6000_split_signbit): Change some
27284         assertions.  Add support for doing the signbit if the IEEE 128-bit
27285         floating point value is in a GPR.
27286         * config/rs6000/rs6000.md (Fsignbit): Delete.
27287         (signbit<mode>2_dm): Delete using <Fsignbit> and just use "wa".
27288         Update the length attribute if the value is in a GPR.
27289         (signbit<mode>2_dm_<su>ext): Add combiner pattern to eliminate
27290         the sign or zero extension instruction, since the value is always 0/1.
27291         (signbit<mode>2_dm2): Delete using <Fsignbit>.
27293         PR target/78953
27294         * config/rs6000/vsx.md (vsx_extract_<mode>_store_p9): If we are
27295         extracting SImode to a GPR register so that we can generate a
27296         store, limit the vector to be in a traditional Altivec register
27297         for the vextuwrx instruction.
27299 2017-01-03  Ian Lance Taylor  <iant@google.com>
27301         * godump.c (go_format_type): Treat ENUMERAL_TYPE like INTEGER_TYPE.
27303 2017-01-03  Martin Sebor  <msebor@redhat.com>
27305         PR tree-optimization/78696
27306         * gimple-ssa-sprintf.c (format_floating): Correct handling of
27307         precision.  Use MPFR for %f for greater fidelity.  Correct handling
27308         of %g.
27309         (pass_sprintf_length::compute_format_length): Set width and precision
27310         specified by asrerisk to void_node for vararg functions.
27311         (try_substitute_return_value): Adjust dump output.
27313 2017-01-03  David Edelsohn  <dje.gcc@gmail.com>
27315         * doc/invoke.texi (RS6000 options): LRA is enabled by default.
27317 2017-01-03  Eric Botcazou  <ebotcazou@adacore.com>
27319         * doc/invoke.texi (SPARC options): Document -mlra as the default.
27320         * config/sparc/sparc.c (sparc_option_override): Force LRA unless
27321         -mlra/-mno-lra was passed to the compiler.
27323 2017-01-03  James Cowgill  <James.Cowgill@imgtec.com>
27325         PR rtl-optimization/65618
27326         * emit-rtl.c (try_split): Move initialization of "before" and
27327         "after" to just before the call to emit_insn_after_setloc.
27329 2017-01-03  Gerald Pfeifer  <gerald@pfeifer.com>
27331         * doc/md.texi (Standard Names): Remove reference to Java frontend.
27333 2017-01-03  Pierre-Marie de Rodat  <derodat@adacore.com>
27335         * dwarf2out.c (gen_enumeration_type_die): When
27336         -gno-strict-dwarf, add a DW_AT_encoding attribute.
27338 2017-01-03  Jakub Jelinek  <jakub@redhat.com>
27340         PR tree-optimization/78965
27341         * gimple-ssa-sprintf.c (pass_sprintf_length::compute_format_length):
27342         Change first argument from const call_info & to call_info &.  For %n
27343         set info.nowrite to false.
27345         PR middle-end/78901
27346         * gimple-ssa-sprintf.c (try_substitute_return_value): Don't change
27347         possibly throwing calls.
27349         * genmatch.c (dt_node::gen_kids_1): If generic_exprs include SSA_NAME
27350         and exprs_len || fns_len, emit the code for SSA_NAME next to the exprs
27351         and fns handling, rather than in a separate case SSA_NAME.
27353 2017-01-02  Jeff Law  <law@redhat.com>
27355         * config/darwin-driver.c (darwin_driver_init): Const-correctness
27356         fixes for first_period and second_period variables.
27358 2017-01-02  Uros Bizjak  <ubizjak@gmail.com>
27360         PR target/78967
27361         * config/i386/i386.md (UNSPEC_NOREX_MEM): New unspec.
27362         (*insvqi_1): New insn pattern.
27363         (*insvqi_1_mem_rex64): Ditto.
27364         (*insvqi_2): Ditto.
27365         (*insvqi_3): Rename from *insvqi.
27367         (*extzvqi_mem_rex64): Add UNSPEC_NOREX_MEM tag.
27369 2017-01-02  Gerald Pfeifer  <gerald@pfeifer.com>
27371         * doc/cfg.texi (Edges): Remove reference to Java.
27372         (Maintaining the CFG): Ditto.
27374 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
27376         PR middle-end/77674
27377         * symtab.c (symtab_node::binds_to_current_def_p): Fix handling of
27378         transparent aliases.
27380 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
27382         PR middle-end/77484
27383         * predict.def (PRED_CALL): Update hitrate.
27384         (PRED_INDIR_CALL, PRED_POLYMORPHIC_CALL): New predictors.
27385         * predict.c (tree_estimate_probability_bb): Split CALL predictor
27386         into direct/indirect/polymorphic variants.
27388 2017-01-01  Jakub Jelinek  <jakub@redhat.com>
27390         Update copyright years.
27392         * gcc.c (process_command): Update copyright notice dates.
27393         * gcov-dump.c (print_version): Ditto.
27394         * gcov.c (print_version): Ditto.
27395         * gcov-tool.c (print_version): Ditto.
27396         * gengtype.c (create_file): Ditto.
27397         * doc/cpp.texi: Bump @copying's copyright year.
27398         * doc/cppinternals.texi: Ditto.
27399         * doc/gcc.texi: Ditto.
27400         * doc/gccint.texi: Ditto.
27401         * doc/gcov.texi: Ditto.
27402         * doc/install.texi: Ditto.
27403         * doc/invoke.texi: Ditto.
27405 Copyright (C) 2017 Free Software Foundation, Inc.
27407 Copying and distribution of this file, with or without modification,
27408 are permitted in any medium without royalty provided the copyright
27409 notice and this notice are preserved.