diagnostics: support compact printing of secondary locations
[official-gcc.git] / gcc / ChangeLog
blobc971e8abccb0f1bfb370d2fbefcaa158d5aca299
1 2017-07-11  David Malcolm  <dmalcolm@redhat.com>
3         * diagnostic-show-locus.c: Include "gcc-rich-location.h".
4         (layout::m_primary_loc): New field.
5         (layout::layout): Initialize new field.  Move location filtering
6         logic from here to...
7         (layout::maybe_add_location_range): ...this new method.  Add
8         support for filtering to just the lines already specified by other
9         locations.
10         (layout::will_show_line_p): New method.
11         (selftest::test_add_location_if_nearby): New test function.
12         (selftest::diagnostic_show_locus_c_tests): Call it.
13         * gcc-rich-location.h (gcc_rich_location::add_location_if_nearby):
14         New method.
16 2017-07-11  Tom de Vries  <tom@codesourcery.com>
18         * config/nvptx/nvptx.c (WORKAROUND_PTXJIT_BUG): New macro.
19         (bb_first_real_insn): New function.
20         (nvptx_single): Add extra initialization of broadcasted condition
21         variables.
23 2017-07-11  Nathan Sidwell  <nathan@acm.org>
25         * dwarf2out.c (gen_member_die): Remove useless check for anon ctors.
27 2017-07-11  Georg-Johann Lay  <avr@gjlay.de>
29         * doc/extend.texi (AVR Function Attributes): Remove weblink to
30         Binutils doc as TEXI will mess them up.
31         * doc/invoke.texi (AVR Options): Same here.
33 2017-07-11  Daniel Cederman  <cederman@gaisler.com>
35         * config/sparc/sparc.opt (mfix-ut700): New option.
36         (mfix-gr712rc): Likewise.
37         (sparc_fix_b2bst): New variable.
38         * doc/invoke.texi (SPARC options): Document them.
39         (ARM options): Fix warnings.
40         * config/sparc/sparc.c (sparc_do_work_around_errata): Insert NOP
41         instructions to prevent sequences that can trigger the store-store
42         errata for certain LEON3FT processors.
43         (pass_work_around_errata::gate): Also test sparc_fix_b2bst.
44         (sparc_option_override): Set sparc_fix_b2bst appropriately.
45         * config/sparc/sparc.md (fix_b2bst): New attribute.
46         (in_branch_delay): Prevent stores in delay slot if fix_b2bst.
48 2017-07-10  Uros Bizjak  <ubizjak@gmail.com>
50         PR target/81375
51         * config/i386/i386.md (divsf3): Add TARGET_SSE to TARGET_SSE_MATH.
52         (rcpps): Ditto.
53         (*rsqrtsf2_sse): Ditto.
54         (rsqrtsf2): Ditto.
55         (div<mode>3): Macroize insn from divdf3 and divsf3
56         using MODEF mode iterator.
58 2017-07-10  Martin Sebor  <msebor@redhat.com>
60         PR tree-optimization/80397
61         * gimple-ssa-sprintf.c (format_integer): Use INTEGRAL_TYPE_P()
62         instead of testing for equality to INTEGER_TYPE.
64 2017-07-10  Vineet Gupta <vgupta@synopsys.com>
66         * config.gcc: Remove uclibc from arc target spec.
68 2017-07-10  Claudiu Zissulescu  <claziss@synopsys.com>
70         * config/arc/arc.h (ADDITIONAL_REGISTER_NAMES): Define.
72 2017-07-07  Jan Hubicka  <hubicka@ucw.cz>
74         PR lto/80838
75         * lto-wrapper.c (remove_option): New function.
76         (merge_and_complain): Merge PIC/PIE options more realistically.
78 2017-07-10  Georg-Johann Lay  <avr@gjlay.de>
80         Better ISR prologues by supporting GASes __gcc_isr pseudo insn.
82         PR target/20296
83         PR target/81268
84         * configure.ac [target=avr]: Add GAS check for -mgcc-isr.
85         (HAVE_AS_AVR_MGCCISR_OPTION):  If so, AC_DEFINE it.
86         * config.in: Regenerate.
87         * configure: Regenerate.
88         * doc/extend.texi (AVR Function Attributes) <no_gccisr>: Document it.
89         * doc/invoke.texi (AVR Options) <-mgas-isr-prologues>: Document it.
90         * config/avr/avr.opt (-mgas-isr-prologues): New option and...
91         (TARGET_GASISR_PROLOGUES): ...target mask.
92         * common/config/avr/avr-common.c
93         (avr_option_optimization_table) [OPT_LEVELS_1_PLUS_NOT_DEBUG]:
94         Set -mgas-isr-prologues.
95         * config/avr/avr-passes.def (avr_pass_pre_proep): Add
96         INSERT_PASS_BEFORE for it.
97         * config/avr/avr-protos.h (make_avr_pass_pre_proep): New proto.
98         * config/avr/avr.c (avr_option_override)
99         [!HAVE_AS_AVR_MGCCISR_OPTION]: Unset TARGET_GASISR_PROLOGUES.
100         (avr_no_gccisr_function_p, avr_hregs_split_reg): New static functions.
101         (avr_attribute_table) <no_gccisr>: Add new function attribute.
102         (avr_set_current_function) <is_no_gccisr>: Init machine field.
103         (avr_pass_data_pre_proep, avr_pass_pre_proep): New pass data
104         and rtl_opt_pass.
105         (make_avr_pass_pre_proep): New function.
106         (emit_push_sfr) <treg>: Add argument to function and use it
107         instead of TMP_REG.
108         (avr_expand_prologue) [machine->gasisr.maybe]: Emit gasisr insn
109         and set machine->gasisr.yes.
110         (avr_expand_epilogue) [machine->gasisr.yes]: Similar.
111         (avr_asm_function_end_prologue) [machine->gasisr.yes]: Add
112         __gcc_isr.n_pushed to .L__stack_usage.
113         (TARGET_ASM_FINAL_POSTSCAN_INSN): Define to...
114         (avr_asm_final_postscan_insn): ...this new static function.
115         * config/avr/avr.h (machine_function)
116         <is_no_gccisr, use_L__stack_usage>: New fields.
117         <gasisr, gasisr.yes, gasisr.maybe, gasisr.regno>: New fields.
118         * config/avr/avr.md (UNSPECV_GASISR): Add unspecv enum.
119         (GASISR_Prologue, GASISR_Epilogue, GASISR_Done): New define_constants.
120         (gasisr, *gasisr): New expander and insn.
121         * config/avr/gen-avr-mmcu-specs.c (print_mcu)
122         [HAVE_AS_AVR_MGCCISR_OPTION]: Print asm_gccisr spec.
123         * config/avr/specs.h (ASM_SPEC) <asm_gccisr>: Add sub spec.
125 2017-07-10  Richard Earnshaw  <rearnsha@arm.com>
127         * config/arm/parsecpu.awk (gen_comm_data): Do not escape single quotes
128         in quoted strings.
130 2017-07-10  Georg-Johann Lay  <avr@gjlay.de>
132         Move jump-tables out of .text again.
134         PR target/81075
135         * config/avr/avr.c (ASM_OUTPUT_ADDR_VEC_ELT): Remove function.
136         (ASM_OUTPUT_ADDR_VEC): New function.
137         (avr_adjust_insn_length) [JUMP_TABLE_DATA_P]: Return 0.
138         (avr_final_prescan_insn) [avr_log.insn_addresses]: Dump
139         INSN_ADDRESSes as asm comment.
140         * config/avr/avr.h (JUMP_TABLES_IN_TEXT_SECTION): Adjust comment.
141         (ASM_OUTPUT_ADDR_VEC_ELT): Remove define.
142         (ASM_OUTPUT_ADDR_VEC): Define to avr_output_addr_vec.
143         * config/avr/avr.md (*tablejump): Adjust comment.
144         * config/avr/elf.h (ASM_OUTPUT_BEFORE_CASE_LABEL): Remove.
145         * config/avr/avr-log.c (avr_log_set_avr_log) <insn_addresses>:
146         New detail.
147         * config/avr/avr-protos.h (avr_output_addr_vec_elt): Remove proto.
148         (avr_output_addr_vec): New proto.
149         (avr_log_t) <insn_addresses>: New field.
151 2017-07-09  H.J. Lu  <hongjiu.lu@intel.com>
153         PR target/81313
154         * config/i386/i386.c (ix86_function_arg_advance): Set
155         outgoing_args_on_stack to true if there are outgoing arguments
156         on stack.
157         (ix86_function_arg): Likewise.
158         (ix86_get_drap_rtx): Use DRAP only if there are outgoing
159         arguments on stack and ACCUMULATE_OUTGOING_ARGS is false.
160         * config/i386/i386.h (machine_function): Add
161         outgoing_args_on_stack.
163 2017-07-09  Krister Walfridsson  <krister.walfridsson@gmail.com>
165         * config.gcc (*-*-netbsd*): Remove check for NetBSD versions not
166         supporting pthreds.
167         * config/netbsd.h (NETBSD_LIBGCC_SPEC): Always enable pthreads.
169 2017-07-08  Richard Sandiford  <richard.sandiford@linaro.org>
171         * Makefile.in (HOOKS_H, RTL_BASE_H, FUNCTION_H, EXPR_H, REGS_H)
172         (REAL_H): Remove $(MACHMODE_H).
173         (FIXED_VALUE_H, TREE_CORE_H, CFGLOOP_H): Remove $(MACHMODE_H) and
174         double-int.h.
175         (CORETYPES_H): Add signop.h, wide-int.h, wide-int-print.h,
176         $(MACHMODE_H) and double-int.h.
177         (build/min-insn-modes.o): Depend on $(CORETYPES_H) rather than
178         $(MACHMODE_H).
179         (gengtype-state.o, gengtype.o, build/gengtype.o): Don't depend on
180         double-int.h.
182 2017-07-07  Andrew Pinski  <apinski@cavium.com>
184         * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Check
185         prev_set and curr_set for AARCH64_FUSE_ALU_BRANCH.
187 2017-07-07  Michael Meissner  <meissner@linux.vnet.ibm.com>
189         * config/rs6000/rs6000.c (rs6000_get_function_versions_dispatcher):
190         Add warning if GCC was not configured to link against a GLIBC that
191         exports the hardware capability bits.
192         (make_resolver_func): Make resolver function private and not a
193         COMDAT function.  Create the name with clone_function_name instead
194         of make_unique_name.
196         PR target/81348
197         * config/rs6000/rs6000.md (HI sign_extend splitter): Use the
198         correct operand in doing the split.
200 2017-07-07 Carl Love  <cel@us.ibm.com>
202         * config/rs6000/rs6000-c: Add support for built-in function
203         vector unsigned short vec_pack_to_short_fp32 (vector float,
204                                                       vector float).
205         * config/rs6000/rs6000-builtin.def (CONVERT_4F32_8I16): Add
206         BU_P9V_AV_2 and BU_P9V_OVERLOAD_2 definitions.
207         * config/rs6000/altivec.h (vec_pack_to_short_fp32): Add define.
208         * config/rs6000/altivec.md(UNSPEC_CONVERT_4F32_8I16): Add UNSPEC.
209         (convert_4f32_8i16): Add define_expand.
210         * doc/extend.texi: Update the built-in documentation file for the
211         new built-in function.
213 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
215         * config/sparc/m8.md: New file.
216         * config/sparc/sparc.md: Include m8.md.
218 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
220         * config/sparc/sparc.opt: New option -mvis4b.
221         * config/sparc/sparc.c (dump_target_flag_bits): Handle MASK_VIS4B.
222         (sparc_option_override): Handle VIS4B.
223         (enum sparc_builtins): Define
224         SPARC_BUILTIN_DICTUNPACK{8,16,32},
225         SPARC_BUILTIN_FPCMP{LE,GT,EQ,NE}{8,16,32}SHL,
226         SPARC_BUILTIN_FPCMPU{LE,GT}{8,16,32}SHL,
227         SPARC_BUILTIN_FPCMPDE{8,16,32}SHL and
228         SPARC_BUILTIN_FPCMPUR{8,16,32}SHL.
229         (check_constant_argument): New function.
230         (sparc_vis_init_builtins): Define builtins
231         __builtin_vis_dictunpack{8,16,32},
232         __builtin_vis_fpcmp{le,gt,eq,ne}{8,16,32}shl,
233         __builtin_vis_fpcmpu{le,gt}{8,16,32}shl,
234         __builtin_vis_fpcmpde{8,16,32}shl and
235         __builtin_vis_fpcmpur{8,16,32}shl.
236         (sparc_expand_builtin): Check that the constant operands to
237         __builtin_vis_fpcmp*shl and _builtin_vis_dictunpack* are indeed
238         constant and in range.
239         * config/sparc/sparc-c.c (sparc_target_macros): Handle
240         TARGET_VIS4B.
241         * config/sparc/sparc.h (SPARC_IMM2_P): Define.
242         (SPARC_IMM5_P): Likewise.
243         * config/sparc/sparc.md (cpu_feature): Add new feagure "vis4b".
244         (enabled): Handle vis4b.
245         (UNSPEC_DICTUNPACK): New unspec.
246         (UNSPEC_FPCMPSHL): Likewise.
247         (UNSPEC_FPUCMPSHL): Likewise.
248         (UNSPEC_FPCMPDESHL): Likewise.
249         (UNSPEC_FPCMPURSHL): Likewise.
250         (cpu_feature): New CPU feature `vis4b'.
251         (dictunpack{8,16,32}): New insns.
252         (FPCSMODE): New mode iterator.
253         (fpcscond): New code iterator.
254         (fpcsucond): Likewise.
255         (fpcmp{le,gt,eq,ne}{8,16,32}{si,di}shl): New insns.
256         (fpcmpu{le,gt}{8,16,32}{si,di}shl): Likewise.
257         (fpcmpde{8,16,32}{si,di}shl): Likewise.
258         (fpcmpur{8,16,32}{si,di}shl): Likewise.
259         * config/sparc/constraints.md: Define constraints `q' for unsigned
260         2-bit integer constants and `t' for unsigned 5-bit integer
261         constants.
262         * config/sparc/predicates.md (imm5_operand_dictunpack8): New
263         predicate.
264         (imm5_operand_dictunpack16): Likewise.
265         (imm5_operand_dictunpack32): Likewise.
266         (imm2_operand): Likewise.
267         * doc/invoke.texi (SPARC Options): Document -mvis4b.
268         * doc/extend.texi (SPARC VIS Built-in Functions): Document the
269         ditunpack* and fpcmp*shl builtins.
271 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
273         * config.gcc: Handle m8 in --with-{cpu,tune} options.
274         * config.in: Add HAVE_AS_SPARC6 define.
275         * config/sparc/driver-sparc.c (cpu_names): Add entry for the SPARC
276         M8.
277         * config/sparc/sol2.h (CPP_CPU64_DEFAULT_SPEC): Define for
278         TARGET_CPU_m8.
279         (ASM_CPU32_DEFAUILT_SPEC): Likewise.
280         (CPP_CPU_SPEC): Handle m8.
281         (ASM_CPU_SPEC): Likewise.
282         * config/sparc/sparc-opts.h (enum processor_type): Add
283         PROCESSOR_M8.
284         * config/sparc/sparc.c (m8_costs): New struct.
285         (sparc_option_override): Handle TARGET_CPU_m8.
286         (sparc32_initialize_trampoline): Likewise.
287         (sparc64_initialize_trampoline): Likewise.
288         (sparc_issue_rate): Likewise.
289         (sparc_register_move_cost): Likewise.
290         * config/sparc/sparc.h (TARGET_CPU_m8): Define.
291         (CPP_CPU64_DEFAULT_SPEC): Define for M8.
292         (ASM_CPU64_DEFAULT_SPEC): Likewise.
293         (CPP_CPU_SPEC): Handle M8.
294         (ASM_CPU_SPEC): Likewise.
295         (AS_M8_FLAG): Define.
296         * config/sparc/sparc.md: Add m8 to the cpu attribute.
297         * config/sparc/sparc.opt: New option -mcpu=m8 for sparc targets.
298         * configure.ac (HAVE_AS_SPARC6): Check for assembler support for
299         M8 instructions.
300         * configure: Regenerate.
301         * doc/invoke.texi (SPARC Options): Document -mcpu=m8 and
302         -mtune=m8.
304 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
306         * config/sparc/niagara7.md: Rework the DFA scheduler to use insn
307         subtypes.
308         * config/sparc/sparc.md: Remove the `v3pipe' insn attribute.
309         ("*movdi_insn_sp32"): Do not set v3pipe.
310         ("*movsi_insn"): Likewise.
311         ("*movdi_insn_sp64"): Likewise.
312         ("*movsf_insn"): Likewise.
313         ("*movdf_insn_sp32"): Likewise.
314         ("*movdf_insn_sp64"): Likewise.
315         ("*zero_extendsidi2_insn_sp64"): Likewise.
316         ("*sign_extendsidi2_insn"): Likewise.
317         ("*mov<VM32:mode>_insn"): Likewise.
318         ("*mov<VM64:mode>_insn_sp64"): Likewise.
319         ("*mov<VM64:mode>_insn_sp32"): Likewise.
320         ("<plusminus_insn><VADDSUB:mode>3"): Likewise.
321         ("<vlop:code><VL:mode>3"): Likewise.
322         ("*not_<vlop:code><VL:mode>3"): Likewise.
323         ("*nand<VL:mode>_vis"): Likewise.
324         ("*<vlnotop:code>_not1<VL:mode>_vis"): Likewise.
325         ("*<vlnotop:code>_not2<VL:mode>_vis"): Likewise.
326         ("one_cmpl<VL:mode>2"): Likewise.
327         ("faligndata<VM64:mode>_vis"): Likewise.
328         ("alignaddrsi_vis"): Likewise.
329         ("alignaddrdi_vis"): Likweise.
330         ("alignaddrlsi_vis"): Likewise.
331         ("alignaddrldi_vis"): Likewise.
332         ("fcmp<gcond:code><GCM:gcm_name><P:mode>_vis"): Likewise.
333         ("bmaskdi_vis"): Likewise.
334         ("bmasksi_vis"): Likewise.
335         ("bshuffle<VM64:mode>_vis"): Likewise.
336         ("cmask8<P:mode>_vis"): Likewise.
337         ("cmask16<P:mode>_vis"): Likewise.
338         ("cmask32<P:mode>_vis"): Likewise.
339         ("pdistn<P:mode>_vis"): Likewise.
340         ("<vis3_addsub_ss_patname><VASS:mode>3"): Likewise.
342 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
344         * config/sparc/sparc.md ("subtype"): New insn attribute.
345         ("*wrgsr_sp64"): Set insn subtype.
346         ("*rdgsr_sp64"): Likewise.
347         ("alignaddrsi_vis"): Likewise.
348         ("alignaddrdi_vis"): Likewise.
349         ("alignaddrlsi_vis"): Likewise.
350         ("alignaddrldi_vis"): Likewise.
351         ("<plusminus_insn><VADDSUB:mode>3"): Likewise.
352         ("fexpand_vis"): Likewise.
353         ("fpmerge_vis"): Likewise.
354         ("faligndata<VM64:mode>_vis"): Likewise.
355         ("bshuffle<VM64:mode>_vis"): Likewise.
356         ("cmask8<P:mode>_vis"): Likewise.
357         ("cmask16<P:mode>_vis"): Likewise.
358         ("cmask32<P:mode>_vis"): Likewise.
359         ("fchksm16_vis"): Likewise.
360         ("v<vis3_shift_patname><GCM:mode>3"): Likewise.
361         ("fmean16_vis"): Likewise.
362         ("fp<plusminus_insn>64_vis"): Likewise.
363         ("<plusminus_insn>v8qi3"): Likewise.
364         ("<vis3_addsub_ss_patname><VASS:mode>3"): Likewise.
365         ("<vis4_minmax_patname><VMMAX:mode>3"): Likewise.
366         ("<vis4_uminmax_patname><VMMAX:mode>3"): Likewise.
367         ("<vis3_addsub_ss_patname>v8qi3"): Likewise.
368         ("<vis4_addsub_us_patname><VAUS:mode>3"): Likewise.
369         ("*movqi_insn"): Likewise.
370         ("*movhi_insn"): Likewise.
371         ("*movsi_insn"): Likewise.
372         ("movsi_pic_gotdata_op"): Likewise.
373         ("*movdi_insn_sp32"): Likewise.
374         ("*movdi_insn_sp64"): Likewise.
375         ("movdi_pic_gotdata_op"): Likewise.
376         ("*movsf_insn"): Likewise.
377         ("*movdf_insn_sp32"): Likewise.
378         ("*movdf_insn_sp64"): Likewise.
379         ("*zero_extendhisi2_insn"): Likewise.
380         ("*zero_extendqihi2_insn"): Likewise.
381         ("*zero_extendqisi2_insn"): Likewise.
382         ("*zero_extendqidi2_insn"): Likewise.
383         ("*zero_extendhidi2_insn"): Likewise.
384         ("*zero_extendsidi2_insn_sp64"): Likewise.
385         ("ldfsr"): Likewise.
386         ("prefetch_64"): Likewise.
387         ("prefetch_32"): Likewise.
388         ("tie_ld32"): Likewise.
389         ("tie_ld64"): Likewise.
390         ("*tldo_ldub_sp32"): Likewise.
391         ("*tldo_ldub1_sp32"): Likewise.
392         ("*tldo_ldub2_sp32"): Likewise.
393         ("*tldo_ldub_sp64"): Likewise.
394         ("*tldo_ldub1_sp64"): Likewise.
395         ("*tldo_ldub2_sp64"): Likewise.
396         ("*tldo_ldub3_sp64"): Likewise.
397         ("*tldo_lduh_sp32"): Likewise.
398         ("*tldo_lduh1_sp32"): Likewise.
399         ("*tldo_lduh_sp64"): Likewise.
400         ("*tldo_lduh1_sp64"): Likewise.
401         ("*tldo_lduh2_sp64"): Likewise.
402         ("*tldo_lduw_sp32"): Likewise.
403         ("*tldo_lduw_sp64"): Likewise.
404         ("*tldo_lduw1_sp64"): Likewise.
405         ("*tldo_ldx_sp64"): Likewise.
406         ("*mov<VM32:mode>_insn"): Likewise.
407         ("*mov<VM64:mode>_insn_sp64"): Likewise.
408         ("*mov<VM64:mode>_insn_sp32"): Likewise.
410 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
412         * config/sparc/sparc.md ("type"): New insn type viscmp.
413         ("fcmp<gcond:code><GCM:gcm_name><P:mode>_vis"): Set insn type to
414         viscmp.
415         ("fpcmp<gcond:code>8<P:mode>_vis"): Likewise.
416         ("fucmp<gcond:code>8<P:mode>_vis"): Likewise.
417         ("fpcmpu<gcond:code><GCM:gcm_name><P:mode>_vis"): Likewise.
418         * config/sparc/niagara7.md ("n7_vis_logical_v3pipe"): Handle
419         viscmp.
420         ("n7_vis_logical_11cycle"): Likewise.
421         * config/sparc/niagara4.md ("n4_vis_logical"): Likewise.
422         * config/sparc/niagara2.md ("niag3_vis": Likewise.
423         * config/sparc/niagara.md ("niag_vis"): Likewise.
424         * config/sparc/ultra3.md ("us3_fga"): Likewise.
425         * config/sparc/ultra1_2.md ("us1_fga_double"): Likewise.
427 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
429         * config/sparc/sparc.md: New instruction type `bmask'.
430         (bmaskdi_vis): Use the `bmask' type.
431         (bmasksi_vis): Likewise.
432         * config/sparc/ultra3.md (us3_array): Likewise.
433         * config/sparc/niagara7.md (n7_array): Likewise.
434         * config/sparc/niagara4.md (n4_array): Likewise.
435         * config/sparc/niagara2.md (niag2_vis): Likewise.
436         (niag3_vis): Likewise.
437         * config/sparc/niagara.md (niag_vis): Likewise.
439 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
441         * ipa-comdats.c: Remove optimize check from gate.
442         * ipa-fnsummary.c (ipa_fn_summary_generate): do not generate summary
443         for functions not optimized.
444         (ipa_fn_summary_read): Skip optimize check.
445         (ipa_fn_summary_write): Likewise.
446         * ipa-inline-analysis.c (do_estimate_growth_1): Check that caller
447         is optimized.
448         * ipa-inline.c (can_inline_edge_p): Not optimized functions are
449         uninlinable.
450         (can_inline_edge_p): Check flag_pcc_struct_return for match.
451         (check_callers): Give up on caller which is not optimized.
452         (inline_small_functions): Likewise.
453         (ipa_inline): Do not give up when not optimizing.
454         * ipa-visbility.c (function_and_variable_visibility): Do not optimize
455         away unoptimizes cdtors.
456         (whole_program_function_and_variable_visibility): Do
457         ipa_discover_readonly_nonaddressable_vars in LTO mode.
458         * ipa.c (process_references): Do not check optimize.
459         (symbol_table::remove_unreachable_nodes): Update optimize check.
460         (set_writeonly_bit): Update optimize check.
461         (pass_ipa_cdtor_merge::gate): Do not check optimize.
462         (pass_ipa_single_use::gate): Remove.
464 2017-07-06  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
466         * config/rs6000/rs6000.c (union_defs, union_uses, insn_is_load_p,
467         insn_is_store_p, insn_is_swap_p, const_load_sequence_p, v2df_reduction_p,
468         rtx_is_swappable_p, insn_is_swappable_p, chain_contains_only_swaps,
469         mark_swaps_for_removal, swap_const_vector_halves, adjust_subreg_index,
470         permute_load, permute_store, adjust_extract, adjust_splat,
471         adjust_xxpermdi, adjust_concat, adjust_vperm, handle_special_swappables,
472         replace_swap_with_copy, dump_swap_insn_table,
473         alignment_with_canonical_addr, alignment_mask, find_alignment_op,
474         recombine_lvx_pattern, recombine_stvx_pattern,
475         recombine_lvx_stvx_patterns, rs6000_analyze_swaps,
476         make_pass_analyze_swaps): Move all code related to p8 swap optimizations
477         to file rs6000-p8swap.c.
478         * config/rs6000/rs6000-p8swap.c: New file.
479         * config/rs6000/t-rs6000: Add rule to build rs6000-p8swap.o.
480         * config.gcc: Add rs6000-p8swap.o to extra_objs for powerpc*-*-*
481         and rs6000*-*-* targets.
483 2017-07-06  David Malcolm  <dmalcolm@redhat.com>
485         * Makefile.in (selftest): Remove dependency on s-selftest-c++.
487 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
489         * lto-wrapper.c (merge_and_complain): Do not merge
490         fexceptions, fnon_call_exceptions, ftrapv, ffp_contract_, fmath_errno,
491         fsigned_zeros, ftrapping_math, fwrapv.
492         (append_compiler_options): Do not track these options.
493         (append_linker_options): Likewie
495 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
497         * cgraphunit.c (cgraph_node::finalize_function): When
498         !flag_toplevel_reorde set no_reorder flag.
499         (varpool_node::finalize_decl): Likewise.
500         (symbol_table::compile): Drop no toplevel reorder path.
502 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
504         * bb-reorder.c (better_edge_p): Do not build traces across abnormal/eh
505         edges; zero probability is not better than uninitialized.
507 2017-07-06  Maxim Ostapenko  <m.ostapenko@samsung.com>
509         * asan.h (asan_sanitize_allocas_p): Declare.
510         * asan.c (asan_sanitize_allocas_p): New function.
511         (handle_builtin_stack_restore): Bail out if !asan_sanitize_allocas_p.
512         (handle_builtin_alloca): Likewise.
513         * cfgexpand.c (expand_used_vars): Do not add allocas unpoisoning stuff
514         if !asan_sanitize_allocas_p.
515         * params.def (asan-instrument-allocas): Add new option.
516         * params.h (ASAN_PROTECT_ALLOCAS): Define.
517         * opts.c (common_handle_option): Disable allocas sanitization for
518         KASan by default.
520 2017-07-06  Maxim Ostapenko  <m.ostapenko@samsung.com>
522         * asan.c: Include gimple-fold.h.
523         (get_last_alloca_addr): New function.
524         (handle_builtin_stackrestore): Likewise.
525         (handle_builtin_alloca): Likewise.
526         (asan_emit_allocas_unpoison): Likewise.
527         (get_mem_refs_of_builtin_call): Add new parameter, remove const
528         quallifier from first paramerer. Handle BUILT_IN_ALLOCA,
529         BUILT_IN_ALLOCA_WITH_ALIGN and BUILT_IN_STACK_RESTORE builtins.
530         (instrument_builtin_call): Pass gimple iterator to
531         get_mem_refs_of_builtin_call.
532         (last_alloca_addr): New global.
533         * asan.h (asan_emit_allocas_unpoison): Declare.
534         * builtins.c (expand_asan_emit_allocas_unpoison): New function.
535         (expand_builtin): Handle BUILT_IN_ASAN_ALLOCAS_UNPOISON.
536         * cfgexpand.c (expand_used_vars): Call asan_emit_allocas_unpoison
537         if function calls alloca.
538         * gimple-fold.c (replace_call_with_value): Remove static keyword.
539         * gimple-fold.h (replace_call_with_value): Declare.
540         * internal-fn.c: Include asan.h.
541         * sanitizer.def (BUILT_IN_ASAN_ALLOCA_POISON,
542         BUILT_IN_ASAN_ALLOCAS_UNPOISON): New builtins.
544 2017-07-06  David Malcolm  <dmalcolm@redhat.com>
546         * Makefile.in (SELFTEST_FLAGS): Drop "-x c", moving it to...
547         (C_SELFTEST_FLAGS): New.
548         (CPP_SELFTEST_FLAGS): New.
549         (SELFTEST_DEPS): New, from deps of s-selftest.
550         (C_SELFTEST_DEPS): New, from deps of s-selftest.
551         (CPP_SELFTEST_DEPS): New.
552         (selftest): Add dependency on s-selftest-c++.
553         (s-selftest): Rename to...
554         (s-selftest-c): ...this, moving deps to SELFTEST_DEPS
555         and C_SELFTEST_DEPS, and using C_SELFTEST_FLAGS rather
556         than SELFTEST_FLAGS.
557         (selftest-gdb): Rename to...
558         (selftest-c-gdb): ...this, using C_SELFTEST_DEPS and
559         C_SELFTEST_FLAGS.
560         (selftest-gdb): Reintroduce as an alias for selftest-c-gdb.
561         (selftest-valgrind): Rename to...
562         (selftest-c-valgrind): ...this, using C_SELFTEST_DEPS and
563         C_SELFTEST_FLAGS.
564         (selftest-valgrind): Reintroduce as an alias for
565         selftest-c-valgrind.
566         (s-selftest-c++): New.
567         (selftest-c++-gdb): New.
568         (selftest-c++-valgrind): New.
570 2017-07-06  Olivier Hainque  <hainque@adacore.com>
572         * gcc.c (process_command): When deciding if undefined variables
573         should be ignored when processing specs, accept "gcc -v" as well.
575 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
577         * auto-profile.c (afdo_set_bb_count, afdo_propagate_edge,
578         afdo_annotate_cfg): Set counts/probabilities as determined by afdo.
580 2017-07-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
582         * config/arm/arm-cpus.in (armv8-r): Add new entry.
583         * config/arm/arm-isa.h (ISA_ARMv8r): Define macro.
584         * config/arm/arm-tables.opt: Regenerate.
585         * config/arm/arm.h (enum base_architecture): Add BASE_ARCH_8R
586         enumerator.
587         * doc/invoke.texi: Mention -march=armv8-r and its extensions.
589 2017-07-06  Carl Love  <cel@us.ibm.com>
591         * ChangeLog: Clean up from mid air collision
593 2017-07-06  Carl Love  <cel@us.ibm.com>
595         * config/rs6000/rs6000-c.c: Add support for built-in functions
596         vector signed int vec_subc (vector signed int, vector signed int);
597         vector signed __int128 vec_subc (vector signed __int128,
598                                          vector signed __int128);
599         vector unsigned __int128 vec_subc (vector unsigned __int128,
600                                            vector unsigned __int128);
601         vector signed int vec_sube (vector signed int, vector signed int,
602                                     vector signed int);
603         vector unsigned int vec_sube (vector unsigned int,
604                                       vector unsigned int,
605                                       vector unsigned int);
606         vector signed __int128 vec_sube (vector signed __int128,
607                                          vector signed __int128,
608                                          vector signed__int128);
609         vector unsigned __int128 vec_sube (vector unsigned __int128,
610                                            vector unsigned __int128,
611                                            vector unsigned __int128);
612         vector signed int vec_subec (vector signed int, vector signed int,
613                                      vector signed int);
614         vector unsigned int vec_subec (vector unsigned int,
615                                        vector unsigned int,
616                                        vector unsigned int);
617         vector signed __int128 vec_subec (vector signed __int128,
618                                           vector signed __int128,
619                                           vector signed__int128);
620         vector unsigned __int128 vec_subec (vector unsigned __int128,
621                                             vector unsigned __int128,
622                                             vector unsigned __int128);
623         * config/rs6000/rs6000.c (ALTIVEC_BUILTIN_VEC_SUBE,
624         ALTIVEC_BUILTIN_VEC_SUBEC): Add ef_builtins.
625         * config/rs6000/rs6000-builtin.def (SUBE, SUBEC): Add
626         BU_ALTIVEC_OVERLOAD_X definitions.
627         * config/rs6000/altivec.h (vec_sube, vec_subec): Add builtin defines.
628         * doc/extend.texi: Update the built-in documentation file for the new
629         built-in functions.
631 2017-07-06  David Malcolm  <dmalcolm@redhat.com>
633         PR c++/79300
634         * diagnostic-show-locus.c (layout::layout): Use start and finish
635         spelling location for the start and finish of each range.
636         * genmatch.c (linemap_client_expand_location_to_spelling_point):
637         Add unused aspect param.
638         * input.c (expand_location_1): Add "aspect" param, and use it
639         to access the correct part of the location.
640         (expand_location): Pass LOCATION_ASPECT_CARET to new param of
641         expand_location_1.
642         (expand_location_to_spelling_point): Likewise.
643         (linemap_client_expand_location_to_spelling_point): Add "aspect"
644         param, and pass it to expand_location_1.
646 2017-07-06  Sebastian Peryt  <sebastian.peryt@intel.com>
648         * config/i386/avx512fintrin.h (_mm_mask_getexp_round_ss,
649         _mm_maskz_getexp_round_ss, _mm_mask_getexp_round_sd,
650         _mm_maskz_getexp_round_sd, _mm_mask_getmant_round_sd,
651         _mm_maskz_getmant_round_sd, _mm_mask_getmant_round_ss,
652         _mm_maskz_getmant_round_ss, _mm_mask_getexp_ss, _mm_maskz_getexp_ss,
653         _mm_mask_getexp_sd, _mm_maskz_getexp_sd, _mm_mask_getmant_sd,
654         _mm_maskz_getmant_sd, _mm_mask_getmant_ss,
655         _mm_maskz_getmant_ss): New intrinsics.
656         (__builtin_ia32_getexpss128_mask): Changed to ...
657         __builtin_ia32_getexpss128_round ... this.
658         (__builtin_ia32_getexpsd128_mask): Changed to ...
659         __builtin_ia32_getexpsd128_round ... this.
660         * config/i386/i386-builtin-types.def
661         ((V2DF, V2DF, V2DF, INT, V2DF, UQI, INT),
662         (V4SF, V4SF, V4SF, INT, V4SF, UQI, INT)): New function type aliases.
663         * config/i386/i386-builtin.def (__builtin_ia32_getexpsd_mask_round,
664         __builtin_ia32_getexpss_mask_round,     __builtin_ia32_getmantsd_mask_round,
665         __builtin_ia32_getmantss_mask_round): New builtins.
666         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_INT_V2DF_UQI_INT,
667         V4SF_FTYPE_V4SF_V4SF_INT_V4SF_UQI_INT): Handle new types.
668         (CODE_FOR_avx512f_vgetmantv2df_mask_round,
669         CODE_FOR_avx512f_vgetmantv4sf_mask_round): New cases.
670         * config/i386/sse.md
671         (avx512f_sgetexp<mode><round_saeonly_name>): Changed to ...
672         avx512f_sgetexp<mode><mask_scalar_name>
673         <round_saeonly_scalar_name> ... this.
674         (vgetexp<ssescalarmodesuffix>\t{<round_saeonly_op3>%2, %1, %0|
675         %0, %1, %2<round_saeonly_op3>}): Changed to ...
676         vgetexp<ssescalarmodesuffix>
677         \t{<round_saeonly_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
678         %0<mask_scalar_operand3>, %1, %2<round_saeonly_scalar_mask_op3>} ... this.
679         (avx512f_vgetmant<mode><round_saeonly_name>): Changed to ...
680         avx512f_vgetmant<mode><mask_scalar_name>
681         <round_saeonly_scalar_name> ... this.
682         (vgetmant<ssescalarmodesuffix>\t{%3, <round_saeonly_op4>%2, %1, %0|
683         %0, %1, %2<round_saeonly_op4>, %3}): Changed to ...
684         vgetmant<ssescalarmodesuffix>
685         \t{%3, <round_saeonly_scalar_mask_op4>%2, %1, %0<mask_scalar_operand4>|
686         %0<mask_scalar_operand4>, %1, %2
687         <round_saeonly_scalar_mask_op4>, %3} ... this.
688         * config/i386/subst.md (mask_scalar_operand4,
689         round_saeonly_scalar_mask_operand4,     round_saeonly_scalar_mask_op4,
690         round_saeonly_scalar_nimm_predicate): New subst attributes.
692 2017-07-06  Julia Koval  <julia.koval@intel.com>
694         * gcc/config/i386/i386.c (ix86_erase_embedded_rounding):
695         Remove code for old rounding pattern.
697 2017-07-06  Richard Earnshaw  <rearnsha@arm.com>
699         * config/arm/t-arm (GTM_H): Add arm-cpu.h.
701 2017-07-06  Christophe Lyon  <christophe.lyon@linaro.org>
703         * doc/sourcebuild.texi (Test Directives, Variants of
704         dg-require-support): Add documentation for dg-require-stack-check.
706 2017-07-05  Sebastian Peryt  <sebastian.peryt@intel.com>
708         * config/i386/subst.md (mask_scalar, round_scalar,
709         round_saeonly_scalar): New meta-templates.
710         (mask_scalar_name, mask_scalar_operand3, round_scalar_name,
711         round_scalar_mask_operand3, round_scalar_mask_op3,
712         round_scalar_constraint, round_scalar_prefix, round_saeonly_scalar_name,
713         round_saeonly_scalar_mask_operand3, round_saeonly_scalar_mask_op3,
714         round_saeonly_scalar_constraint,
715         round_saeonly_scalar_prefix): New subst attribute.
716         * config/i386/sse.md
717         (<sse>_vm<plusminus_insn><mode>3<mask_name><round_name>): Renamed to ...
718         <sse>_vm<plusminus_insn><mode>3<mask_scalar_name>
719         <round_scalar_name> ... this.
720         (<sse>_vm<multdiv_mnemonic><mode>3<mask_name><round_name>): Renamed to ...
721         <sse>_vm<multdiv_mnemonic><mode>3<mask_scalar_name>
722         <round_scalar_name> ... this.
723         (<sse>_vm<code><mode>3<mask_name><round_saeonly_name>): Renamed to ...
724         <sse>_vm<code><mode>3<mask_scalar_name>
725         <round_saeonly_scalar_name> ... this.
726         (v<plusminus_mnemonic><ssescalarmodesuffix>
727         \t{<round_mask_op3>%2, %1, %0<mask_operand3>|
728         %0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}): Changed to ...
729         v<plusminus_mnemonic><ssescalarmodesuffix>
730         \t{<round_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
731         %0<mask_scalar_operand3>, %1, %<iptr>2<round_scalar_mask_op3>} ... this.
732         (v<multdiv_mnemonic><ssescalarmodesuffix>
733         \t{<round_mask_op3>%2, %1, %0<mask_operand3>|
734         %0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}): Changed to ...
735         v<multdiv_mnemonic><ssescalarmodesuffix>
736         \t{<round_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
737         %0<mask_scalar_operand3>, %1, %<iptr>2<round_scalar_mask_op3>} ... this.
738         (v<maxmin_float><ssescalarmodesuffix>
739         \t{<round_saeonly_mask_op3>%2, %1, %0<mask_operand3>|
740         %0<mask_operand3>, %1, %<iptr>2<round_saeonly_mask_op3>}): Changed to ...
741         v<maxmin_float><ssescalarmodesuffix>
742         \t{<round_saeonly_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
743         %0<mask_scalar_operand3>, %1, %<iptr>2
744         <round_saeonly_scalar_mask_op3>} ... this.
746 2017-07-05  Richard Earnshaw  <rearnsha@arm.com>
748         * config/arm/arm.c (arm_fixed_condition_code_regs): New function.
749         (TARGET_FIXED_CONDITION_CODE_REGS): Redefine.
751 2017-07-05  Richard Sandiford  <richard.sandiford@linaro.org>
752             Alan Hayward  <alan.hayward@arm.com>
753             David Sherwood  <david.sherwood@arm.com>
755         * combine.c (simplify_if_then_else): Remove "enum" before
756         "machine_mode".
757         * compare-elim.c (can_eliminate_compare): Likewise.
758         * config/aarch64/aarch64-builtins.c (aarch64_simd_builtin_std_type):
759         Likewise.
760         (aarch64_lookup_simd_builtin_type): Likewise.
761         (aarch64_simd_builtin_type): Likewise.
762         (aarch64_init_simd_builtin_types): Likewise.
763         (aarch64_simd_expand_args): Likewise.
764         * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_rglist):
765         Likewise.
766         (aarch64_reverse_mask): Likewise.
767         (aarch64_simd_emit_reg_reg_move): Likewise.
768         (aarch64_gen_adjusted_ldpstp): Likewise.
769         (aarch64_ccmp_mode_to_code): Likewise.
770         (aarch64_operands_ok_for_ldpstp): Likewise.
771         (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
772         * config/aarch64/aarch64.c (aarch64_ira_change_pseudo_allocno_class):
773         Likewise.
774         (aarch64_min_divisions_for_recip_mul): Likewise.
775         (aarch64_reassociation_width): Likewise.
776         (aarch64_get_condition_code_1): Likewise.
777         (aarch64_simd_emit_reg_reg_move): Likewise.
778         (aarch64_simd_attr_length_rglist): Likewise.
779         (aarch64_reverse_mask): Likewise.
780         (aarch64_operands_ok_for_ldpstp): Likewise.
781         (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
782         (aarch64_gen_adjusted_ldpstp): Likewise.
783         * config/aarch64/cortex-a57-fma-steering.c (fma_node::rename):
784         Likewise.
785         * config/arc/arc.c (legitimate_offset_address_p): Likewise.
786         * config/arm/arm-builtins.c (arm_simd_builtin_std_type): Likewise.
787         (arm_lookup_simd_builtin_type): Likewise.
788         (arm_simd_builtin_type): Likewise.
789         (arm_init_simd_builtin_types): Likewise.
790         (arm_expand_builtin_args): Likewise.
791         * config/arm/arm-protos.h (arm_expand_builtin): Likewise.
792         * config/ft32/ft32.c (ft32_libcall_value): Likewise.
793         (ft32_setup_incoming_varargs): Likewise.
794         (ft32_function_arg): Likewise.
795         (ft32_function_arg_advance): Likewise.
796         (ft32_pass_by_reference): Likewise.
797         (ft32_arg_partial_bytes): Likewise.
798         (ft32_valid_pointer_mode): Likewise.
799         (ft32_addr_space_pointer_mode): Likewise.
800         (ft32_addr_space_legitimate_address_p): Likewise.
801         * config/i386/i386-protos.h (ix86_operands_ok_for_move_multiple):
802         Likewise.
803         * config/i386/i386.c (ix86_setup_incoming_vararg_bounds): Likewise.
804         (ix86_emit_outlined_ms2sysv_restore): Likewise.
805         (iamcu_alignment): Likewise.
806         (canonicalize_vector_int_perm): Likewise.
807         (ix86_noce_conversion_profitable_p): Likewise.
808         (ix86_mpx_bound_mode): Likewise.
809         (ix86_operands_ok_for_move_multiple): Likewise.
810         * config/microblaze/microblaze-protos.h
811         (microblaze_expand_conditional_branch_reg): Likewise.
812         * config/microblaze/microblaze.c
813         (microblaze_expand_conditional_branch_reg): Likewise.
814         * config/powerpcspe/powerpcspe.c (rs6000_init_hard_regno_mode_ok):
815         Likewise.
816         (rs6000_reassociation_width): Likewise.
817         (rs6000_invalid_binary_op): Likewise.
818         (fusion_p9_p): Likewise.
819         (emit_fusion_p9_load): Likewise.
820         (emit_fusion_p9_store): Likewise.
821         * config/riscv/riscv-protos.h (riscv_regno_mode_ok_for_base_p):
822         Likewise.
823         (riscv_hard_regno_mode_ok_p): Likewise.
824         (riscv_address_insns): Likewise.
825         (riscv_split_symbol): Likewise.
826         (riscv_legitimize_move): Likewise.
827         (riscv_function_value): Likewise.
828         (riscv_hard_regno_nregs): Likewise.
829         (riscv_expand_builtin): Likewise.
830         * config/riscv/riscv.c (riscv_build_integer_1): Likewise.
831         (riscv_build_integer): Likewise.
832         (riscv_split_integer): Likewise.
833         (riscv_legitimate_constant_p): Likewise.
834         (riscv_cannot_force_const_mem): Likewise.
835         (riscv_regno_mode_ok_for_base_p): Likewise.
836         (riscv_valid_base_register_p): Likewise.
837         (riscv_valid_offset_p): Likewise.
838         (riscv_valid_lo_sum_p): Likewise.
839         (riscv_classify_address): Likewise.
840         (riscv_legitimate_address_p): Likewise.
841         (riscv_address_insns): Likewise.
842         (riscv_load_store_insns): Likewise.
843         (riscv_force_binary): Likewise.
844         (riscv_split_symbol): Likewise.
845         (riscv_force_address): Likewise.
846         (riscv_legitimize_address): Likewise.
847         (riscv_move_integer): Likewise.
848         (riscv_legitimize_const_move): Likewise.
849         (riscv_legitimize_move): Likewise.
850         (riscv_address_cost): Likewise.
851         (riscv_subword): Likewise.
852         (riscv_output_move): Likewise.
853         (riscv_canonicalize_int_order_test): Likewise.
854         (riscv_emit_int_order_test): Likewise.
855         (riscv_function_arg_boundary): Likewise.
856         (riscv_pass_mode_in_fpr_p): Likewise.
857         (riscv_pass_fpr_single): Likewise.
858         (riscv_pass_fpr_pair): Likewise.
859         (riscv_get_arg_info): Likewise.
860         (riscv_function_arg): Likewise.
861         (riscv_function_arg_advance): Likewise.
862         (riscv_arg_partial_bytes): Likewise.
863         (riscv_function_value): Likewise.
864         (riscv_pass_by_reference): Likewise.
865         (riscv_setup_incoming_varargs): Likewise.
866         (riscv_print_operand): Likewise.
867         (riscv_elf_select_rtx_section): Likewise.
868         (riscv_save_restore_reg): Likewise.
869         (riscv_for_each_saved_reg): Likewise.
870         (riscv_register_move_cost): Likewise.
871         (riscv_hard_regno_mode_ok_p): Likewise.
872         (riscv_hard_regno_nregs): Likewise.
873         (riscv_class_max_nregs): Likewise.
874         (riscv_memory_move_cost): Likewise.
875         * config/rl78/rl78-protos.h (rl78_split_movsi): Likewise.
876         * config/rl78/rl78.c (rl78_split_movsi): Likewise.
877         (rl78_addr_space_address_mode): Likewise.
878         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
879         Likewise.
880         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Likewise.
881         (rs6000_reassociation_width): Likewise.
882         (rs6000_invalid_binary_op): Likewise.
883         (fusion_p9_p): Likewise.
884         (emit_fusion_p9_load): Likewise.
885         (emit_fusion_p9_store): Likewise.
886         * config/visium/visium-protos.h (prepare_move_operands): Likewise.
887         (ok_for_simple_move_operands): Likewise.
888         (ok_for_simple_move_strict_operands): Likewise.
889         (ok_for_simple_arith_logic_operands): Likewise.
890         (visium_legitimize_reload_address): Likewise.
891         (visium_select_cc_mode): Likewise.
892         (output_cbranch): Likewise.
893         (visium_split_double_move): Likewise.
894         (visium_expand_copysign): Likewise.
895         (visium_expand_int_cstore): Likewise.
896         (visium_expand_fp_cstore): Likewise.
897         * config/visium/visium.c (visium_pass_by_reference): Likewise.
898         (visium_function_arg): Likewise.
899         (visium_function_arg_advance): Likewise.
900         (visium_libcall_value): Likewise.
901         (visium_setup_incoming_varargs): Likewise.
902         (visium_legitimate_constant_p): Likewise.
903         (visium_legitimate_address_p): Likewise.
904         (visium_legitimize_address): Likewise.
905         (visium_secondary_reload): Likewise.
906         (visium_register_move_cost): Likewise.
907         (visium_memory_move_cost): Likewise.
908         (prepare_move_operands): Likewise.
909         (ok_for_simple_move_operands): Likewise.
910         (ok_for_simple_move_strict_operands): Likewise.
911         (ok_for_simple_arith_logic_operands): Likewise.
912         (visium_function_value_1): Likewise.
913         (rtx_ok_for_offset_p): Likewise.
914         (visium_legitimize_reload_address): Likewise.
915         (visium_split_double_move): Likewise.
916         (visium_expand_copysign): Likewise.
917         (visium_expand_int_cstore): Likewise.
918         (visium_expand_fp_cstore): Likewise.
919         (visium_split_cstore): Likewise.
920         (visium_select_cc_mode): Likewise.
921         (visium_split_cbranch): Likewise.
922         (output_cbranch): Likewise.
923         (visium_print_operand_address): Likewise.
924         * expmed.c (flip_storage_order): Likewise.
925         * expmed.h (emit_cstore): Likewise.
926         (flip_storage_order): Likewise.
927         * genrecog.c (validate_pattern): Likewise.
928         * hsa-gen.c (gen_hsa_addr): Likewise.
929         * internal-fn.c (expand_arith_overflow): Likewise.
930         * ira-color.c (allocno_copy_cost_saving): Likewise.
931         * lra-assigns.c (find_hard_regno_for_1): Likewise.
932         * lra-constraints.c (prohibited_class_reg_set_mode_p): Likewise.
933         (process_invariant_for_inheritance): Likewise.
934         * lra-eliminations.c (move_plus_up): Likewise.
935         * omp-low.c (lower_oacc_reductions): Likewise.
936         * simplify-rtx.c (simplify_subreg): Likewise.
937         * target.def (TARGET_SETUP_INCOMING_VARARG_BOUNDS): Likewise.
938         (TARGET_CHKP_BOUND_MODE): Likewise..
939         * targhooks.c (default_chkp_bound_mode): Likewise.
940         (default_setup_incoming_vararg_bounds): Likewise.
941         * targhooks.h (default_chkp_bound_mode): Likewise.
942         (default_setup_incoming_vararg_bounds): Likewise.
943         * tree-ssa-math-opts.c (divmod_candidate_p): Likewise.
944         * tree-vect-loop.c (calc_vec_perm_mask_for_shift): Likewise.
945         (have_whole_vector_shift): Likewise.
946         * tree-vect-stmts.c (vectorizable_load): Likewise.
947         * doc/tm.texi: Regenerate.
949 2017-07-05  Georg-Johann Lay  <avr@gjlay.de>
951         Graceful degrade if Binutils PR21472 is not available.
953         PR target/81072
954         * configure.ac [target=avr]: WARN instead of ERROR if avrxmega3
955         .rodata in flash test fails.
956         (HAVE_LD_AVR_AVRXMEGA3_RODATA_IN_FLASH): Define it if test passes.
957         * confgure: Regenerate.
958         * config.in: Regenerate.
959         * config/avr/avr.c (avr_asm_named_section)
960         [HAVE_LD_AVR_AVRXMEGA3_RODATA_IN_FLASH]: Only trigger
961         __do_copy_data for stuff in .rodata if flash_pm_offset = 0.
962         (avr_asm_init_sections): Same.
964 2017-07-05  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
966         * config/arm/neon.md (fma<VCVTF:mode>4): Remove %?.
967         (fma<VH:mode>4_intrinsic): Likewise.
968         (*fmsub<VCVTF:mode>4): Likewise.
969         (*fmsub<VH:mode>4_intrinsic): Likewise.
971 2017-07-05  Georg-Johann Lay  <avr@gjlay.de>
973         PR target/81305
974         * config/avr/avr.c (avr_out_movhi_mr_r_xmega) [CONSTANT_ADDRESS_P]:
975         Don't depend on "optimize > 0".
976         (out_movhi_r_mr, out_movqi_mr_r): Same.
977         (out_movhi_mr_r, out_movqi_r_mr): Same.
978         (avr_address_cost) [CONSTANT_ADDRESS_P]: Don't depend cost for
979         io_address_operand on "optimize > 0".
981 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
983         * tree-loop-distribution.c: Add general explanantion on the pass.
984         (generate_loops_for_partition): Mark distributed loop.
985         (pg_add_dependence_edges): New parameter.  Handle alias data
986         dependence specially and record it in the parameter if asked.
987         (struct pg_vdata, pg_edata, pg_edge_callback_data): New structs.
988         (init_partition_graph_vertices, add_partition_graph_edge): New.
989         (pg_skip_alias_edge, free_partition_graph_edata_cb): New.
990         (free_partition_graph_vdata, build_partition_graph): New.
991         (sort_partitions_by_post_order, merge_dep_scc_partitions): New.
992         (pg_collect_alias_ddrs, break_alias_scc_partitions): New.
993         (data_ref_segment_size, latch_dominated_by_data_ref): New.
994         (compute_alias_check_pairs, version_loop_by_alias_check): New.
995         (version_for_distribution_p, finalize_partitions): New.
996         (distribute_loop): Handle alias data dependence specially.  Factor
997         out loop fusion code as functions and call these functions.
999 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
1001         * tree-loop-distribution.c (classify_partition): New parameter and
1002         better handle reduction statement.
1003         (rdg_build_partitions): Revise comment.
1004         (distribute_loop): Compute statements in all partitions and pass it
1005         to classify_partition.
1007 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
1009         * tree-loop-distribution.c (enum partition_type): New.
1010         (struct partition): New field type.
1011         (partition_merge_into): Add parameter.  Update partition type.
1012         (data_dep_in_cycle_p, update_type_for_merge): New functions.
1013         (build_rdg_partition_for_vertex): Compute partition type.
1014         (rdg_build_partitions): Dump partition type.
1015         (distribute_loop): Update calls to partition_merge_into.
1017 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
1019         * tree-loop-distribution.c (struct ddr_hasher): New.
1020         (ddr_hasher::hash, ::equal, get_data_dependence): New function.
1021         (ddrs_table): New.
1022         (classify_partition): Call get_data_dependence.
1023         (pg_add_dependence_edges): Ditto.
1024         (distribute_loop): Release data dependence hash table.
1026 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
1028         * tree-loop-distribution.c (ref_base_address): Delete.
1029         (similar_memory_accesses): Rename ...
1030         (share_memory_accesses): ... to this.  Check if partitions access
1031         the same memory reference.
1032         (distribute_loop): Call share_memory_accesses.
1034 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
1036         * tree-loop-distribution.c (struct partition): New field recording
1037         its data reference.
1038         (partition_alloc, partition_free): Init and release data refs.
1039         (partition_merge_into): Merge data refs.
1040         (build_rdg_partition_for_vertex): Collect data refs for partition.
1041         (pg_add_dependence_edges): Change parameters from vector to bitmap.
1042         Update uses.
1043         (distribute_loop): Remve data refs from vertice data of partition
1044         graph.
1046 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
1048         * tree-loop-distribution.c (params.h): Include header file.
1049         (MAX_DATAREFS_NUM, DR_INDEX): New macro.
1050         (datarefs_vec): New global var.
1051         (create_rdg_vertices): Use datarefs_vec directly.
1052         (free_rdg): Don't free data references.
1053         (build_rdg): Update use.  Don't free data references.
1054         (distribute_loop): Compute global variable for data references.
1055         Bail out if there are too many data references.
1057 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
1059         * tree-loop-distribution.c (loop_nest): New global var.
1060         (build_rdg): Use loop directly, rather than loop nest.
1061         (pg_add_dependence_edges): Remove loop nest parameter.  Use global
1062         variable directly.
1063         (distribute_loop): Compute global variable loop nest.  Update use.
1065 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
1067         * tree-loop-distribution.c (enum fuse_type, fuse_message): New.
1068         (partition_merge_into): New parameter.  Dump reason for fusion.
1069         (distribute_loop): Update use of partition_merge_into.
1071 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
1073         * tree-loop-distribution.c (bb_top_order_index): New.
1074         (bb_top_order_index_size, bb_top_order_cmp): New.
1075         (stmts_from_loop): Use topological order.
1076         (pass_loop_distribution::execute): Compute and release topological
1077         order for basic blocks.
1079 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
1081         * tree-loop-distribution.c (pass_loop_distribution::execute): Skip
1082         if no loops.
1084 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
1086         * cfgloop.h (struct loop): Add comment.  New field orig_loop_num.
1087         * cfgloopmanip.c (lv_adjust_loop_entry_edge): Comment change.
1088         * internal-fn.c (expand_LOOP_DIST_ALIAS): New function.
1089         * internal-fn.def (LOOP_DIST_ALIAS): New.
1090         * tree-vectorizer.c (fold_loop_vectorized_call): Rename to ...
1091         (fold_loop_internal_call): ... this.
1092         (vect_loop_dist_alias_call): New function.
1093         (set_uid_loop_bbs): Call fold_loop_internal_call.
1094         (vectorize_loops): Fold IFN_LOOP_VECTORIZED and IFN_LOOP_DIST_ALIAS
1095         internal calls.
1097 2017-07-04  Uros Bizjak  <ubizjak@gmail.com>
1099         PR target/81300
1100         * config/i386/i386.md (setcc + movzbl/and to xor + setcc peepholes):
1101         Require dead FLAGS_REG at the beginning of a peephole.
1103 2017-07-04  Uros Bizjak  <ubizjak@gmail.com>
1105         PR target/81294
1106         * config/i386/adxintrin.h (_subborrow_u32): Swap _X and _Y
1107         arguments in the call to __builtin_ia32_sbb_u32.
1108         (_subborrow_u64): Swap _X and _Y arguments in the call to
1109         __builtin_ia32_sbb_u64.
1111 2017-07-04  Jakub Jelinek  <jakub@redhat.com>
1113         PR debug/81278
1114         * tree-vrp.c (compare_assert_loc): Turn into a function template
1115         with stable template parameter.  Only test if a->e is NULL,
1116         !a->e == !b->e has been verified already.  Use e == NULL or
1117         e != NULL instead of e or ! e tests.  If stable is true, don't use
1118         iterative_hash_expr, on the other side allow a or b or both NULL
1119         and sort the NULLs last.
1120         (process_assert_insertions): Sort using compare_assert_loc<false>
1121         instead of compare_assert_loc, later sort using
1122         compare_assert_loc<true> before calling process_assert_insertions_for
1123         in a loop.  Use break instead of continue once seen NULL pointer.
1125 2017-07-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1127         * config/arm/driver-arm.c (arm_cpu_table): Add entry for ARM
1128         Cortex-R7 and Cortex-R8 processors.
1130 2017-07-04  Jan Hubicka  <hubicka@ucw.cz>
1132         * ipa-utils.c (ipa_merge_profiles): Fix merging when dst is
1133         uninitialized while src is not.
1135 2017-07-04  Richard Earnshaw  <rearnsha@arm.com>
1137         * common/config/arm/arm-common.c: Adjust include path for
1138         arm-cpu-cdata.h
1139         * config/arm/t-arm (TM_H): Adjust path for arm-cpu.h.
1140         (arm-cpu.h): Create in build directory.  Adjust dependency rules.
1141         (arm-cpu-data.h): Likewise.
1142         (arm-cpu-cdata.h): Likewise.
1143         * config/arm/arm-cpu.h: Delete.
1144         * config/arm/arm-cpu-cdata.h: Delete.
1145         * config/arm/arm-cpu-data.h: Delete.
1147 2017-07-04  James Greenhalgh  <james.greenhalgh@arm.com>
1149         * config/arm/arm-cpus.in (cortex-a55): New.
1150         (cortex-a75): Likewise.
1151         (cortex-a75.cortex-a55): Likewise.
1152         * config/arm/driver-arm.c (arm_cpu_table): Add cortex-a55 and
1153         cortex-a75.
1154         * doc/invoke.texi (-mcpu): Document cortex-a55 and cortex-a75.
1155         * config/arm/arm-cpu-cdata.h: Regenerate.
1156         * config/arm/arm-cpu-data.h: Regenerate.
1157         * config/arm/arm-cpu.h: Regenerate.
1158         * config/arm/arm-tables.opt: Regenerate.
1159         * config/arm/arm-tune.md: Regenerate.
1161 2017-07-04  Jan Hubicka  <hubicka@ucw.cz>
1163         * haifa-sched.c (sched_create_recovery_edges): Update profile.
1165 2017-07-04  Jan Hubicka  <hubicka@ucw.cz>
1167         * bb-reorder.c (better_edge_p): Fix handling of uninitialized
1168         probability.
1170 2017-07-04  Richard Sandiford  <richard.sandiford@linaro.org>
1172         PR tree-optimization/81292
1173         * tree-ssa-strlen.c (handle_builtin_strlen): When setting
1174         full_string_p, also call adjust_related_strinfos if the adjustment
1175         is simple, otherwise invalidate related strinfos.
1177 2017-07-04  Martin Liska  <mliska@suse.cz>
1179         PR sanitizer/81040
1180         * sanopt.c (sanitize_rewrite_addressable_params): Mark the
1181         newly created variable as DECL_IGNORED_P.
1183 2017-07-04  Martin Liska  <mliska@suse.cz>
1185         PR ipa/81293
1186         * ipa-inline.c (inline_small_functions):
1187         Use xstrdup_for_dump.
1189 2017-07-04  Tom de Vries  <tom@codesourcery.com>
1191         * graph.c (draw_cfg_edges): Save and restore EDGE_DFS_BACK.
1193 2017-07-03  Dominique d'Humieres  <dominiq@lps.ens.fr>
1195         PR target/81033
1196         * config/darwin.c (darwin_function_switched_text_sections):
1197         Fix spaces.
1199 2017-07-03  Jan Hubicka  <hubicka@ucw.cz>
1201         * tree-vect-loop-manip.c (vect_do_peeling): Fix scaling up.
1203 2017-07-03  Richard Earnshaw  <rearnsha@arm.com>
1205         * doc/invoke.texi (ARM Options): Add -mbe8 and -mbe32 to option summary.
1207 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
1209         * tree-vect-loop.c (vect_analyze_loop_2): Treat min_scalar_loop_bound,
1210         min_profitable_iters, and th as inclusive lower bounds.
1211         Fix LOOP_VINFO_PEELING_FOR_GAPS condition.
1212         (vect_estimate_min_profitable_iters): Return inclusive lower bounds
1213         for min_profitable_iters and min_profitable_estimate.
1214         (vect_transform_loop): Treat th as an inclusive lower bound.
1215         * tree-vect-loop-manip.c (vect_loop_versioning): Likewise.
1217 2017-07-03  Dominique d'Humieres  <dominiq@lps.ens.fr>
1219         PR target/81033
1220         * config/darwin.c (darwin_function_switched_text_sections):
1221         Replace DECL_NAME with DECL_ASSEMBLER_NAME, split assemble_name_raw
1222         in two pieces, and suppress the use of buf.
1224 2017-07-03  Nathan Sidwell  <nathan@acm.org>
1226         * hash-table.h (hash_table_mod1): Fix indentation.
1228 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
1230         PR middle-end/81290
1231         * predict.c (force_edge_cold): Be more careful about propagation
1232         backward.
1233         * profile-count.h (profile_probability::guessed,
1234         profile_probability::fdo, profile_count::guessed, profile_count::fdo):
1235         New.
1236         * tree-ssa-threadupdate.c (recompute_probabilities): Result is guessed.
1238 2017-07-03  James Greenhalgh  <james.greenhalgh@arm.com>
1240         * doc/invoke.texi (rcpc architecture extension): Document it.
1242 2017-07-03  Richard Biener  <rguenther@suse.de>
1244         PR tree-optimization/60510
1245         * tree-vect-loop.c (vect_create_epilog_for_reduction): Pass in
1246         the scalar reduction PHI and use it.
1247         (vectorizable_reduction): Properly guard the single_defuse_cycle
1248         path for non-SLP reduction chains where we cannot use it.
1249         Rework reduc_def/index and vector type deduction.  Rework
1250         vector operand gathering during reduction op code-gen.
1251         * tree-vect-slp.c (vect_analyze_slp): For failed SLP reduction
1252         chains dissolve the chain and leave it to non-SLP reduction
1253         handling.
1255 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
1257         * tree-data-ref.h (dr_alignment): Declare.
1258         * tree-data-ref.c (dr_alignment): New function.
1259         * tree-vectorizer.h (dataref_aux): Remove base_element_aligned.
1260         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Don't
1261         set it.
1262         * tree-vect-stmts.c (vectorizable_store): Use dr_alignment.
1264 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
1266         * tree-data-ref.h (innermost_loop_behavior): Add base_alignment
1267         and base_misalignment fields.
1268         (DR_BASE_ALIGNMENT, DR_BASE_MISALIGNMENT): New macros.
1269         * tree-data-ref.c: Include builtins.h.
1270         (dr_analyze_innermost): Set up the new innmost_loop_behavior fields.
1271         * tree-vectorizer.h (STMT_VINFO_DR_BASE_ALIGNMENT): New macro.
1272         (STMT_VINFO_DR_BASE_MISALIGNMENT): Likewise.
1273         * tree-vect-data-refs.c: Include tree-cfg.h.
1274         (vect_compute_data_ref_alignment): Use the new innermost_loop_behavior
1275         fields instead of calculating an alignment here.
1276         (vect_analyze_data_refs): Use dr_analyze_innermost.  Dump the new
1277         innermost_loop_behavior fields.
1279 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
1281         * tree-data-ref.h (innermost_loop_behavior): Add a step_alignment
1282         field.
1283         (DR_STEP_ALIGNMENT): New macro.
1284         * tree-vectorizer.h (STMT_VINFO_DR_STEP_ALIGNMENT): Likewise.
1285         * tree-data-ref.c (dr_analyze_innermost): Initalize step_alignment.
1286         (create_data_ref): Print it.
1287         * tree-vect-stmts.c (vectorizable_load): Use the step alignment
1288         to tell whether the step preserves vector (mis)alignment.
1289         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Likewise.
1290         Move the check for an integer step and generalise to all INTEGER_CST.
1291         (vect_analyze_data_refs): Set DR_STEP_ALIGNMENT when setting DR_STEP.
1292         Print the outer step alignment.
1294 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
1296         * tree-data-ref.h (innermost_loop_behavior): Replace aligned_to
1297         with offset_alignment.
1298         (DR_ALIGNED_TO): Delete.
1299         (DR_OFFSET_ALIGNMENT): New macro.
1300         * tree-vectorizer.h (STMT_VINFO_DR_ALIGNED_TO): Delete.
1301         (STMT_VINFO_DR_OFFSET_ALIGNMENT): New macro.
1302         * tree-data-ref.c (dr_analyze_innermost): Update after above changes.
1303         (create_data_ref): Likewise.
1304         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Likewise.
1305         (vect_analyze_data_refs): Likewise.
1306         * tree-if-conv.c (if_convertible_loop_p_1): Use memset before
1307         creating dummy innermost behavior.
1309 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
1311         * tree-data-ref.h (dr_analyze_innermost): Replace the dr argument
1312         with a "innermost_loop_behavior *" and refeence tree.
1313         * tree-data-ref.c (dr_analyze_innermost): Likewise.
1314         (create_data_ref): Update call accordingly.
1315         * tree-predcom.c (find_looparound_phi): Likewise.
1317 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
1319         * tree-vectorizer.h (_stmt_vec_info): Replace individual dr_*
1320         fields with dr_wrt_vec_loop.
1321         (STMT_VINFO_DR_BASE_ADDRESS, STMT_VINFO_DR_INIT, STMT_VINFO_DR_OFFSET)
1322         (STMT_VINFO_DR_STEP, STMT_VINFO_DR_ALIGNED_TO): Update accordingly.
1323         (STMT_VINFO_DR_WRT_VEC_LOOP): New macro.
1324         (vect_dr_behavior): New function.
1325         (vect_create_addr_base_for_vector_ref): Remove loop parameter.
1326         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Use
1327         vect_dr_behavior.  Use a step_preserves_misalignment_p boolean to
1328         track whether the step preserves the misalignment.
1329         (vect_create_addr_base_for_vector_ref): Remove loop parameter.
1330         Use vect_dr_behavior.
1331         (vect_setup_realignment): Update call accordingly.
1332         (vect_create_data_ref_ptr): Likewise.  Use vect_dr_behavior.
1333         * tree-vect-loop-manip.c (vect_gen_prolog_loop_niters): Update
1334         call to vect_create_addr_base_for_vector_ref.
1335         (vect_create_cond_for_align_checks): Likewise.
1336         * tree-vect-patterns.c (vect_recog_bool_pattern): Copy
1337         STMT_VINFO_DR_WRT_VEC_LOOP as a block.
1338         (vect_recog_mask_conversion_pattern): Likewise.
1339         * tree-vect-stmts.c (compare_step_with_zero): Use vect_dr_behavior.
1340         (new_stmt_vec_info): Remove redundant zeroing.
1342 2017-07-03  Richard Earnshaw  <rearnsha@arm.com>
1344         * common/config/arm/arm-common.c (arm_be8_option): New function.
1345         * config/arm/arm-isa.h (isa_feature): Add new feature bit isa_bit_be8.
1346         (ISA_ARMv6): Add isa_bit_be8.
1347         * config/arm/arm.h (arm_be8_option): Add prototype.
1348         (BE8_SPEC_FUNCTION): New define.
1349         (EXTRA_SPEC_FUNCTIONS): Add BE8_SPEC_FUNCTION.
1350         * config/arm/arm.opt (mbig-endian): Mark as Negative of mlittle-endian.
1351         (mlittle-endian): Similarly.
1352         (mbe8, mbe32): New options.
1353         * config/arm/bpabi.h (BE8_LINK_SPEC): Call arm_be8_option.
1354         * doc/invoke.texi (ARM Options): Document -mbe8 and -mbe32.
1356 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
1358         * tree-cfg.c (gimple_find_sub_bbs): Fix profile updating.
1360 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
1362         * tree-cfgcleanup.c (want_merge_blocks_p): New function.
1363         (cleanup_tree_cfg_bb): Use it.
1364         * profile-count.h (profile_count::of_for_merging, profile_count::merge):
1365         New functions.
1366         * tree-cfg.c (gimple_merge_blocks): Use profile_count::merge.
1368 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
1370         PR bootstrap/81285
1371         * loop-doloop.c (add_test): Update profile.
1373 2017-07-03  Martin Liska  <mliska@suse.cz>
1375         PR sanitize/81040
1376         * sanopt.c (rewrite_usage_of_param): New function.
1377         (sanitize_rewrite_addressable_params): Likewise.
1378         (pass_sanopt::execute): Call rewrite_usage_of_param.
1380 2017-07-03  Richard Biener  <rguenther@suse.de>
1382         * tree-vect-loop.c (vect_create_epilog_for_reduction): Revert
1383         back to using VIEW_CONVERT_EXPR.
1385 2017-07-03  Martin Liska  <mliska@suse.cz>
1387         PR other/78366
1388         * doc/extend.texi: Document when a resolver function is
1389         generated for target_clones.
1391 2017-07-03  Martin Liska  <mliska@suse.cz>
1393         * asan.c (asan_emit_stack_protection): Unpoison just red zones
1394         and shadow memory of auto variables which are subject of
1395         use-after-scope sanitization.
1396         (asan_expand_mark_ifn): Add do set only when is_poison.
1398 2016-07-03  Richard Biener  <rguenther@suse.de>
1400         * tree-vect-loop.c (vect_analyze_loop_operations): Also analyze
1401         reduction PHIs.
1402         (vect_force_simple_reduction): Record reduction def -> phi mapping.
1403         (vectorizable_reduction): Perform reduction PHI creation when
1404         visiting a reduction PHI and adjust and simplify code generation
1405         phase of the reduction op.  Cache dts, use fold_binary, not fold_build2.
1406         (vect_transform_loop): Visit reduction PHIs.
1407         * tree-vect-slp.c (vect_get_and_check_slp_defs): Record reduction
1408         defs into the SLP tree.
1409         (vect_build_slp_tree): Reduction defs terminate the recursion.
1410         * tree-vect-stmts.c (vect_get_vec_def_for_operand_1): Allow lookup
1411         of reduction defs.
1412         (vect_get_vec_defs_for_stmt_copy): Export.
1413         (vect_get_vec_defs): Likewise.
1414         * tree-vectorizer.h (struct _stmt_vec_info): Amend reduc_def
1415         purpose.
1416         (vect_get_vec_defs_for_stmt_copy): Declare.
1417         (vect_get_vec_defs): Likewise.
1419 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
1421         * tree-data-ref.c (dr_analyze_innermost): Replace the "nest"
1422         parameter with a "loop" parameter and use it instead of the
1423         loop containing DR_STMT.  Don't check simple_iv when doing
1424         BB analysis.  Describe the two analysis modes in the comment.
1426 2017-07-03  Tom de Vries  <tom@codesourcery.com>
1428         PR tree-optimization/69468
1429         * tree-ssa-tail-merge.c (ignore_edge_flags): New constant.
1430         (find_same_succ_bb): Handle ignore_edge_flags.
1432 2017-07-03  Tom de Vries  <tom@codesourcery.com>
1434         PR tree-optimization/81192
1435         * tree-ssa-tail-merge.c (same_succ_hash): Use bb->loop_father->num in
1436         hash.
1437         (same_succ::equal): Don't find bbs to be equal if bb->loop_father
1438         differs.
1439         (find_same_succ_bb): Remove obsolete test on bb->loop_father->latch.
1441 2017-07-03  Tom de Vries  <tom@codesourcery.com>
1443         PR tree-optimization/81192
1444         * tree-ssa-tail-merge.c (same_succ_flush_bb): Handle
1445         BB_SAME_SUCC (bb) == NULL.
1447 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
1449         * cfgrtl.c (rtl_verify_edges): Enable checking of profile_probability
1450         consistency.
1452 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
1454         * dumpfile.c: Include profile-count.h
1455         * tree-cfg.c (gimple_duplicate_sese_tail): Drop UNUSED attributes;
1456         update profile.
1457         (insert_cond_bb): Update profile.
1458         * tree-cfg.h (insert_cond_bb): Update prototype.
1459         * tree-chkp-opt.c (chkp_optimize_string_function_calls): Update.
1460         * tree-dump.c: Do not include tree-cfg.
1462 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
1464         * bb-reorder.c (fix_up_crossing_landing_pad): Update profile.
1466 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
1468         * expect.c (dw2_build_landing_pads): Update profile of the landing pad
1469         bb.
1471 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
1473         * tree-complex.c (expand_complex_div_wide): update profile.
1475 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
1476             Alan Hayward  <alan.hayward@arm.com>
1477             David Sherwood  <david.sherwood@arm.com>
1479         * Makefile.in (MACHMODE_H): Remove insn-modes.h
1480         (CORETYPES_H): New define.
1481         (MOSTLYCLEANFILES): Add insn-modes-inline.h.
1482         (insn-modes-inline.h, s-modes-inline-h): New rules.
1483         (generated_files): Add insn-modes-inline.h.
1484         (RTL_BASE_H, TREE_CORE_H): Use CORETYPES_H instead of coretypes.h.
1485         (build/gensupport.o, build/ggc-none.o, build/print-rtl.o): Likewise.
1486         (build/read-md.o, build/read-rtl.o, build/rtl.o): Likewise.
1487         (build/vec.o, build/hash-table.o, build/inchash.o): Likewise.
1488         (build/gencondmd.o, build/genattr.o, build/genattr-common.o): Likewise.
1489         (build/genattrtab.o, build/genautomata.o, build/gencheck.o): Likewise.
1490         (build/gencodes.o, build/genconditions.o): Likewise.
1491         (build/genconfig.o, build/genconstants.o, build/genemit.o): Likewise.
1492         (build/genenums.o, build/genextract.o, build/genflags.o): Likewise.
1493         (build/gentarget-def.o, build/genmddeps.o, build/genopinit.o)
1494         (build/genoutput.o, build/genpeep.o, build/genpreds.o): Likewise.
1495         (build/genrecog.o, build/genmddump.o, build/genmatch.o): Likewise.
1496         (build/gencfn-macros.o, build/gcov-iov.o): Likewise.
1497         * coretypes.h: Include everything up to real.h for generators.
1498         Include insn-modes.h first.  Include wide-int-print.h after
1499         wide-int.h.  Include insn-modes-inline.h and then machmode.h.
1500         * machmode.h: Don't include insn-modes.h here.
1501         * function-tests.c: Remove includes of signop.h, machmode.h,
1502         double-int.h and wide-int.h.
1503         * rtl.h: Likewise.
1504         * gcc-rich-location.c: Remove includes of machmode.h, double-int.h
1505         and wide-int.h.
1506         * optc-save-gen.awk: Likewise.
1507         * gencheck.c (BITS_PER_UNIT): Delete dummy definition.
1508         * godump.c: Remove include of wide-int-print.h.
1509         * pretty-print.h: Likewise.
1510         * wide-int-print.cc: Likewise.
1511         * wide-int.cc: Likewise.
1512         * hash-map-tests.c: Remove include of signop.h.
1513         * hash-set-tests.c: Likewise.
1514         * rtl-tests.c: Likewise.
1515         * mkconfig.sh: Remove include of machmode.h.
1516         * genmodes.c (emit_insn_modes_h): Split emission of inline functions
1517         into...
1518         (emit_insn_modes_inline_h): ...this new function.  Emit the code
1519         into an insn-modes-inline.h header file, adding appropriate
1520         include guards and end comments.
1521         (emit_insn_modes_c_header): Remove include of machmode.h.
1522         (emit_min_insn_modes_c_header): Include coretypes.h rather than
1523         machmode.h.
1524         (main): Handle -i flag and call emit_insn_modes_inline_h when
1525         it is passed.
1527 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
1529         * tree-ssa-strlen.c (strinfo): Rename the length field to
1530         nonzero_chars.  Add a full_string_p field.
1531         (compare_nonzero_chars, zero_length_string_p): New functions.
1532         (get_addr_stridx): Add an offset_out parameter.
1533         Use compare_nonzero_chars.
1534         (get_stridx): Update accordingly.  Use compare_nonzero_chars.
1535         (new_strinfo): Update after above changes to strinfo.
1536         (set_endptr_and_length): Set full_string_p.
1537         (get_string_length): Update after above changes to strinfo.
1538         (unshare_strinfo): Update call to new_strinfo.
1539         (maybe_invalidate): Likewise.
1540         (get_stridx_plus_constant): Change off to unsigned HOST_WIDE_INT.
1541         Use compare_nonzero_chars and zero_string_p.  Treat nonzero_chars
1542         as a uhwi instead of an shwi.  Update after above changes to
1543         strinfo and new_strinfo.
1544         (zero_length_string): Assert that chainsi contains full strings.
1545         Use zero_length_string_p.  Update call to new_strinfo.
1546         (adjust_related_strinfos): Update after above changes to strinfo.
1547         Copy full_string_p from origsi.
1548         (adjust_last_stmt): Use zero_length_string_p.
1549         (handle_builtin_strlen): Update after above changes to strinfo and
1550         new_strinfo.  Install the lhs as the string length if the previous
1551         entry didn't describe a full string.
1552         (handle_builtin_strchr): Update after above changes to strinfo
1553         and new_strinfo.
1554         (handle_builtin_strcpy): Likewise.
1555         (handle_builtin_strcat): Likewise.
1556         (handle_builtin_malloc): Likewise.
1557         (handle_pointer_plus): Likewise.
1558         (handle_builtin_memcpy): Likewise.  Track nonzero characters
1559         that aren't necessarily followed by a nul terminator.
1560         (handle_char_store): Likewise.
1562 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
1564         PR tree-optimization/80769
1565         * tree-ssa-strlen.c (strinfo): Document that "stmt" is also used
1566         for malloc and calloc.  Document the new invariant that all related
1567         strinfos have delayed lengths or none do.
1568         (verify_related_strinfos): Move earlier in file.
1569         (set_endptr_and_length): New function, split out from...
1570         (get_string_length): ...here.  Also set the lengths of related
1571         strinfos.
1572         (zero_length_string): Assert that chainsi has known (rather than
1573         delayed) lengths.
1574         (adjust_related_strinfos): Likewise.
1576 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
1578         PR tree-optimization/81136
1579         * tree-vect-data-refs.c (vect_update_misalignment_for_peel): Only
1580         assert that two references with the same misalignment have the same
1581         compile-time misalignment if those compile-time misalignments
1582         are known.
1584 2017-07-01  Andi Kleen  <ak@linux.intel.com>
1586         * print-tree.c (print_node): Print all attributes.
1588 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
1590         * cfg.c (scale_bbs_frequencies): New function.
1591         * cfg.h (scale_bbs_frequencies): Declare it.
1592         * cfgloopanal.c (single_likely_exit): Cleanup.
1593         * cfgloopmanip.c (scale_loop_frequencies): Take profile_probability
1594         as parameter.
1595         (scale_loop_profile): Likewise.
1596         (loop_version): Likewise.
1597         (create_empty_loop_on_edge): Update.
1598         * cfgloopmanip.h (scale_loop_frequencies, scale_loop_profile,
1599         scale_loop_frequencies, scale_loop_profile, loopify,
1600         loop_version): Update prototypes.
1601         * modulo-sched.c (sms_schedule): Update.
1602         * predict.c (unlikely_executed_edge_p): Also check probability.
1603         (probably_never_executed_edge_p): Fix typo.
1604         * tree-if-conv.c (version_loop_for_if_conversion): Update.
1605         * tree-parloops.c (gen_parallel_loop): Update.
1606         * tree-ssa-loop-ivcanon.c (try_peel_loop): Update.
1607         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update.
1608         * tree-ssa-loop-split.c (split_loop): Update.
1609         * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Update.
1610         * tree-vect-loop-manip.c (vect_do_peeling): Update.
1611         (vect_loop_versioning): Update.
1612         * tree-vect-loop.c (scale_profile_for_vect_loop): Update.
1614 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
1616         * trans-mem.c (split_bb_make_tm_edge): Update profile.
1618 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
1620         * tree-if-conv.c (combine_blocks): Use make_single_succ_edge
1621         to keep profile consistent.
1623 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
1625         * cfgrtl.c (rtl_flow_call_edges_add): Update profile.
1626         * tree-cfg.c (gimple_flow_call_edges_add): Likewise.
1627         * profile-count.h (max_safe_multiplier): Make unsigned.
1628         (profile_count::guessed_zero): New.
1630 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
1632         * bb-reorder.c (fix_up_crossing_landing_pad,
1633         fix_crossing_conditional_branches): Use make_single_succ_edge
1634         to keep profile consistent.
1636 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
1638         * tree-vect-loop.c (optimize_mask_stores): Use make_single_succ_edge
1639         to update profile.
1641 2017-07-01  Jakub Jelinek  <jakub@redhat.com>
1643         PR sanitizer/81262
1644         * bb-reorder.c (fix_up_fall_thru_edges): Move variable declarations to
1645         the right scopes, make sure cond_jump isn't preserved between multiple
1646         iterations.  Search for fallthru edge whenever there are 3+ edges and
1647         use find_fallthru_edge for it.
1649 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
1651         Patch by Alexander Monakov <amonakov@ispras.ru>
1652         * sel-sched-ir.c (compute_succs_info): Handle uninitialized
1653         probabilities consistently.
1655 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
1657         * pa.c (pa_expand_compare_and_swap_loop): Update call of
1658         emit_cmp_and_jump_insns.
1660 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
1662         PR ipa/81261
1663         * tree-inline.c (expand_call_inline): Combine profile statuses.
1665 2017-06-30  Andrew Pinski  <apinski@cavium.com>
1667         * tree-if-conv.c (predicate_scalar_phi): Update new_stmt if
1668         fold_stmt returned true.
1670 2017-06-30  Nathan Sidwell  <nathan@acm.org>
1672         * ggc.h (empty_string): Delete.
1673         * cfgexpand.c (expand_asm_stmt): Use plain "".
1674         * optabs.c (expand_asm_memory_barrier): Likewise.
1675         * stringpool.c (empty_string): Delete.
1676         (digit_vector, digit_string): Delete.
1677         (ggc_alloc_string): Use plain "", don't optimize single digit
1678         strings.  Use ggc_alloc_atomic.
1680 2017-06-30  Richard Earnshaw  <rearnsha@arm.com>
1682         * rtlanal.c (insn_rtx_cost): If a parallel contains exactly one
1683         comparison set and one other set, use the cost of the non-comparison
1684         set.
1686 2017-06-30  Nathan Sidwell  <nathan@acm.org>
1688         * ggc.h: Replace all 'static inline' with plain 'inline'.  Fix
1689         some formatting.
1691 2017-06-30  Peter Bergner  <bergner@vnet.ibm.com>
1693         * tree-cfg.c (group_case_labels_stmt): Merge scanning and compressing
1694         loops.  Remove now unneeded calls to gimple_switch_set_label() that
1695         just set removed labels to NULL_TREE.
1697 2017-06-30  Aldy Hernandez  <aldyh@redhat.com>
1699         * tree-ssanames.c (set_range_info_raw): Abstract from ...
1700         (set_range_info): ...here.  Only call set_range_info_raw if domain
1701         is useful.
1702         (set_nonzero_bits): Call set_range_info_raw.
1703         * tree-ssanames.h (set_range_info_raw): New.
1705 2017-06-30  Jakub Jelinek  <jakub@redhat.com>
1707         PR target/81225
1708         * config/i386/sse.md (vec_extract_lo_<mode><mask_name>): For V8FI,
1709         V16FI and VI8F_256 iterators, use <store_mask_predicate> instead
1710         of nonimmediate_operand and <store_mask_constraint> instead of m
1711         for the input operand.  For V8FI iterator, always split if input
1712         is a MEM.  For V16FI and V8SF_256 iterators, don't test if both
1713         operands are MEM if <mask_applied>.  For VI4F_256 iterator, use
1714         <store_mask_predicate> instead of register_operand and
1715         <store_mask_constraint> instead of v for the input operand.  Make
1716         sure both operands aren't MEMs for if not <mask_applied>.
1718 2017-06-30  Sylvestre Ledru  <sylvestre@debian.org>
1720         * lto-wrapper.c (copy_file) Close both file descriptors before
1721         exiting normally.
1723 2017-06-30  Martin Liska  <mliska@suse.cz>
1725         PR ipa/81214
1726         * multiple_target.c (create_dispatcher_calls): Make ifunc
1727         also for function that don't have calls or are not referenced.
1729 2017-06-30  Richard Biener  <rguenther@suse.de>
1731         * tree-vect-slp.c (vect_slp_analyze_node_operations): Only
1732         analyze the first scalar stmt.  Move vector type computation
1733         for the BB case here from ...
1734         * tree-vect-stmts.c (vect_analyze_stmt): ... here.  Guard
1735         live operation processing in the SLP case properly.
1737 2017-06-30  Richard Biener  <rguenther@suse.de>
1739         * graph.c (draw_cfg_node_succ_edges): Fix broken dot syntax.
1741 2017-06-30  Martin Liska  <mliska@suse.cz>
1743         PR sanitizer/81021
1744         * tree-eh.c (lower_resx): Call BUILT_IN_ASAN_HANDLE_NO_RETURN
1745         before BUILT_IN_UNWIND_RESUME when ASAN is used.
1747 2017-06-30  Yvan Roux  <yvan.roux@linaro.org>
1749         * doc/invoke.texi (AArch64): Add missing options and remove redundant
1750         ones.
1752 2017-06-30  Richard Biener  <rguenther@suse.de>
1754         PR tree-optimization/81249
1755         * tree-vect-loop.c (vect_create_epilog_for_reduction): Convert
1756         condition reduction result to original scalar type.
1758 2017-06-30  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
1760         * profile-count.h (enum profile_quality): Fix typos and whitespace
1761         issues.
1763 2017-06-30  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
1765         * config/s390/s390.c (s390_expand_setmem): Adjust to the new data
1766         type for branch probabilities.
1768 2017-06-29  Julian Brown  <julian@codesourcery.com>
1769             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
1771         * config/aarch64/aarch64-fusion-pairs.def: Add ALU_BRANCH entry.
1772         * config/aarch64/aarch64.c (AARCH64_FUSE_ALU_BRANCH): New fusion type.
1773         (thunderx2t99_tunings): Set AARCH64_FUSE_ALU_BRANCH flag.
1774         (aarch_macro_fusion_pair_p): Add support for AARCH64_FUSE_ALU_BRANCH.
1776 2017-06-29  Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
1778         * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Push the
1779         check for CC usage into AARCH64_FUSE_CMP_BRANCH.
1780         * config/i386/i386.c (ix86_macro_fusion_pair_p): Push the check for
1781         CC usage from generic code to here.
1782         * sched-deps.c (sched_macro_fuse_insns): Move the condition for
1783         CC usage into the target macros.
1785 2017-06-29  Maya Rashish  <coypu@sdf.org>
1787         * config/netbsd.h (NETBSD_LIB_SPEC): Add -lc when creating shared
1788         objects.
1790 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
1792         * arm/arm-builtins.c: Include profile-count.h
1793         * except.c (sjlj_emit_function_enter): Use
1794         profile_probability::unlikely.
1796 2017-06-29  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
1798         * config/rs6000/rs6000.c (toc_relative_expr_p): Make tocrel_base
1799         and tocrel_offset be pointer args rather than implicitly using
1800         static versions.
1801         (legitimate_constant_pool_address_p, rs6000_emit_move,
1802         const_load_sequence_p, adjust_vperm): Add local tocrel_base and
1803         tocrel_offset and use in toc_relative_expr_p call.
1804         (print_operand, print_operand_address): Use static tocrel_base_oac
1805         and tocrel_offset_oac.
1806         (rs6000_output_addr_const_extra): Use static tocrel_base_oac and
1807         tocrel_offset_oac.
1809 2017-06-29  Maya Rashish  <coypu@sdf.org>
1811         * config/vax/builtins.md (ffssi2_internal): Correct constraint.
1813 2017-06-29  Eric Botcazou  <ebotcazou@adacore.com>
1815         * expr.c (expand_expr) <normal_inner_ref>: When testing for unaligned
1816         objects, take into account only the alignment of 'op0' and 'mode1' if
1817         'op0' is a MEM.
1819 2017-06-29  Steve Ellcey  <sellcey@cavium.com>
1821         * ccmp.c (ccmp_tree_comparison_p): New function.
1822         (ccmp_candidate_p): Update to use above function.
1823         (get_compare_parts): New function.
1824         (expand_ccmp_next): Update to use new functions.
1825         (expand_ccmp_expr_1): Take tree arg instead of gimple, update to use
1826         new functions.
1827         (expand_ccmp_expr): Pass tree instead of gimple to expand_ccmp_expr_1,
1828         take mode as argument.
1829         * ccmp.h (expand_ccmp_expr): Add mode as argument.
1830         * expr.c (expand_expr_real_1): Pass mode as argument.
1832 2017-06-29  Segher Boessenkool  <segher@kernel.crashing.org>
1834         * combine.c (combine_instructions): Print insns to dump_file, together
1835         with their costs.
1837 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
1839         * asan.c (asan_emit_stack_protection): Update.
1840         (create_cond_insert_point): Update.
1841         * auto-profile.c (afdo_propagate_circuit): Update.
1842         * basic-block.h (struct edge_def): Turn probability to
1843         profile_probability.
1844         (EDGE_FREQUENCY): Update.
1845         * bb-reorder.c (find_traces_1_round): Update.
1846         (better_edge_p): Update.
1847         (sanitize_hot_paths): Update.
1848         * cfg.c (unchecked_make_edge): Initialize probability to uninitialized.
1849         (make_single_succ_edge): Update.
1850         (check_bb_profile): Update.
1851         (dump_edge_info): Update.
1852         (update_bb_profile_for_threading): Update.
1853         * cfganal.c (connect_infinite_loops_to_exit): Initialize new edge
1854         probabilitycount to 0.
1855         * cfgbuild.c (compute_outgoing_frequencies): Update.
1856         * cfgcleanup.c (try_forward_edges): Update.
1857         (outgoing_edges_match): Update.
1858         (try_crossjump_to_edge): Update.
1859         * cfgexpand.c (expand_gimple_cond): Update make_single_succ_edge.
1860         (expand_gimple_tailcall): Update.
1861         (construct_init_block): Use make_single_succ_edge.
1862         (construct_exit_block): Use make_single_succ_edge.
1863         * cfghooks.c (verify_flow_info): Update.
1864         (redirect_edge_succ_nodup): Update.
1865         (split_edge): Update.
1866         (account_profile_record): Update.
1867         * cfgloopanal.c (single_likely_exit): Update.
1868         * cfgloopmanip.c (scale_loop_profile): Update.
1869         (set_zero_probability): Remove.
1870         (duplicate_loop_to_header_edge): Update.
1871         * cfgloopmanip.h (loop_version): Update prototype.
1872         * cfgrtl.c (try_redirect_by_replacing_jump): Update.
1873         (force_nonfallthru_and_redirect): Update.
1874         (update_br_prob_note): Update.
1875         (rtl_verify_edges): Update.
1876         (purge_dead_edges): Update.
1877         (rtl_lv_add_condition_to_bb): Update.
1878         * cgraph.c: (cgraph_edge::redirect_call_stmt_to_calle): Update.
1879         * cgraphunit.c (init_lowered_empty_function): Update.
1880         (cgraph_node::expand_thunk): Update.
1881         * cilk-common.c: Include profile-count.h
1882         * dojump.c (inv): Remove.
1883         (jumpifnot): Update.
1884         (jumpifnot_1): Update.
1885         (do_jump_1): Update.
1886         (do_jump): Update.
1887         (do_jump_by_parts_greater_rtx): Update.
1888         (do_compare_rtx_and_jump): Update.
1889         * dojump.h (jumpifnot, jumpifnot_1, jumpif_1, jumpif, do_jump,
1890         do_jump_1. do_compare_rtx_and_jump): Update prototype.
1891         * dwarf2cfi.c: Include profile-count.h
1892         * except.c (dw2_build_landing_pads): Use make_single_succ_edge.
1893         (sjlj_emit_dispatch_table): Likewise.
1894         * explow.c: Include profile-count.h
1895         * expmed.c (emit_store_flag_force): Update.
1896         (do_cmp_and_jump): Update.
1897         * expr.c (compare_by_pieces_d::generate): Update.
1898         (compare_by_pieces_d::finish_mode): Update.
1899         (emit_block_move_via_loop): Update.
1900         (store_expr_with_bounds): Update.
1901         (store_constructor): Update.
1902         (expand_expr_real_2): Update.
1903         (expand_expr_real_1): Update.
1904         * expr.h (try_casesi, try_tablejump): Update prototypes.
1905         * gimple-pretty-print.c (dump_probability): Update.
1906         (dump_profile): New.
1907         (dump_gimple_label): Update.
1908         (dump_gimple_bb_header): Update.
1909         * graph.c (draw_cfg_node_succ_edges): Update.
1910         * hsa-gen.c (convert_switch_statements): Update.
1911         * ifcvt.c (cheap_bb_rtx_cost_p): Update.
1912         (find_if_case_1): Update.
1913         (find_if_case_2): Update.
1914         * internal-fn.c (expand_arith_overflow_result_store): Update.
1915         (expand_addsub_overflow): Update.
1916         (expand_neg_overflow): Update.
1917         (expand_mul_overflow): Update.
1918         (expand_vector_ubsan_overflow): Update.
1919         * ipa-cp.c (good_cloning_opportunity_p): Update.
1920         * ipa-split.c (split_function): Use make_single_succ_edge.
1921         * ipa-utils.c (ipa_merge_profiles): Update.
1922         * loop-doloop.c (add_test): Update.
1923         (doloop_modify): Update.
1924         * loop-unroll.c (compare_and_jump_seq): Update.
1925         (unroll_loop_runtime_iterations): Update.
1926         * lra-constraints.c (lra_inheritance): Update.
1927         * lto-streamer-in.c (input_cfg): Update.
1928         * lto-streamer-out.c (output_cfg): Update.
1929         * mcf.c (adjust_cfg_counts): Update.
1930         * modulo-sched.c (sms_schedule): Update.
1931         * omp-expand.c (expand_omp_for_init_counts): Update.
1932         (extract_omp_for_update_vars): Update.
1933         (expand_omp_ordered_sink): Update.
1934         (expand_omp_for_ordered_loops): Update.
1935         (expand_omp_for_generic): Update.
1936         (expand_omp_for_static_nochunk): Update.
1937         (expand_omp_for_static_chunk): Update.
1938         (expand_cilk_for): Update.
1939         (expand_omp_simd): Update.
1940         (expand_omp_taskloop_for_outer): Update.
1941         (expand_omp_taskloop_for_inner): Update.
1942         * omp-simd-clone.c (simd_clone_adjust): Update.
1943         * optabs.c (expand_doubleword_shift): Update.
1944         (expand_abs): Update.
1945         (emit_cmp_and_jump_insn_1): Update.
1946         (expand_compare_and_swap_loop): Update.
1947         * optabs.h (emit_cmp_and_jump_insns): Update prototype.
1948         * predict.c (predictable_edge_p): Update.
1949         (edge_probability_reliable_p): Update.
1950         (set_even_probabilities): Update.
1951         (combine_predictions_for_insn): Update.
1952         (combine_predictions_for_bb): Update.
1953         (propagate_freq): Update.
1954         (estimate_bb_frequencies): Update.
1955         (force_edge_cold): Update.
1956         * profile-count.c (profile_count::dump): Add missing space into dump.
1957         (profile_count::debug): Add newline.
1958         (profile_count::differs_from_p): Explicitly convert to unsigned.
1959         (profile_count::stream_in): Update.
1960         (profile_probability::dump): New member function.
1961         (profile_probability::debug): New member function.
1962         (profile_probability::differs_from_p): New member function.
1963         (profile_probability::differs_lot_from_p): New member function.
1964         (profile_probability::stream_in): New member function.
1965         (profile_probability::stream_out): New member function.
1966         * profile-count.h (profile_count_quality): Rename to ...
1967         (profile_quality): ... this one.
1968         (profile_probability): New.
1969         (profile_count): Update.
1970         * profile.c (compute_branch_probabilities): Update.
1971         * recog.c (peep2_attempt): Update.
1972         * sched-ebb.c (schedule_ebbs): Update.
1973         * sched-rgn.c (find_single_block_region): Update.
1974         (compute_dom_prob_ps): Update.
1975         (schedule_region): Update.
1976         * sel-sched-ir.c (compute_succs_info): Update.
1977         * stmt.c (struct case_node): Update.
1978         (do_jump_if_equal): Update.
1979         (get_outgoing_edge_probs): Update.
1980         (conditional_probability): Update.
1981         (emit_case_dispatch_table): Update.
1982         (expand_case): Update.
1983         (expand_sjlj_dispatch_table): Update.
1984         (emit_case_nodes): Update.
1985         * targhooks.c: Update.
1986         * tracer.c (better_p): Update.
1987         (find_best_successor): Update.
1988         * trans-mem.c (expand_transaction): Update.
1989         * tree-call-cdce.c: Update.
1990         * tree-cfg.c (gimple_split_edge): Upate.
1991         (move_sese_region_to_fn): Upate.
1992         * tree-cfgcleanup.c (cleanup_control_expr_graph): Upate.
1993         * tree-eh.c (lower_resx): Upate.
1994         (cleanup_empty_eh_move_lp): Upate.
1995         * tree-if-conv.c (version_loop_for_if_conversion): Update.
1996         * tree-inline.c (copy_edges_for_bb): Update.
1997         (copy_cfg_body): Update.
1998         * tree-parloops.c (gen_parallel_loop): Update.
1999         * tree-profile.c (gimple_gen_ic_func_profiler): Update.
2000         (gimple_gen_time_profiler): Update.
2001         * tree-ssa-dce.c (remove_dead_stmt): Update.
2002         * tree-ssa-ifcombine.c (update_profile_after_ifcombine): Update.
2003         * tree-ssa-loop-im.c (execute_sm_if_changed): Update.
2004         * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Update.
2005         (unloop_loops): Update.
2006         (try_peel_loop): Update.
2007         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update.
2008         * tree-ssa-loop-split.c (connect_loops): Update.
2009         (split_loop): Update.
2010         * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Update.
2011         (hoist_guard): Update.
2012         * tree-ssa-phionlycprop.c (propagate_rhs_into_lhs): Update.
2013         * tree-ssa-phiopt.c (replace_phi_edge_with_variable): Update.
2014         (value_replacement): Update.
2015         * tree-ssa-reassoc.c (branch_fixup): Update.
2016         * tree-ssa-tail-merge.c (replace_block_by): Update.
2017         * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges): Update.
2018         (create_edge_and_update_destination_phis): Update.
2019         (compute_path_counts): Update.
2020         (recompute_probabilities): Update.
2021         (update_joiner_offpath_counts): Update.
2022         (freqs_to_counts_path): Update.
2023         (duplicate_thread_path): Update.
2024         * tree-switch-conversion.c (hoist_edge_and_branch_if_true): Update.
2025         (struct switch_conv_info): Update.
2026         (gen_inbound_check): Update.
2027         * tree-vect-loop-manip.c (slpeel_add_loop_guard): Update.
2028         (vect_do_peeling): Update.
2029         (vect_loop_versioning): Update.
2030         * tree-vect-loop.c (scale_profile_for_vect_loop): Update.
2031         (optimize_mask_stores): Update.
2032         * ubsan.c (ubsan_expand_null_ifn): Update.
2033         * value-prof.c (gimple_divmod_fixed_value): Update.
2034         (gimple_divmod_fixed_value_transform): Update.
2035         (gimple_mod_pow2): Update.
2036         (gimple_mod_pow2_value_transform): Update.
2037         (gimple_mod_subtract): Update.
2038         (gimple_mod_subtract_transform): Update.
2039         (gimple_ic): Update.
2040         (gimple_stringop_fixed_value): Update.
2041         (gimple_stringops_transform): Update.
2042         * value-prof.h: Update.
2044 2017-06-29  Carl Love  <cel@us.ibm.com>
2046         * config/rs6000/rs6000-c.c: Add support for built-in functions
2047         vector signed int vec_signed (vector float);
2048         vector signed long long vec_signed (vector double);
2049         vector signed int vec_signed2 (vector double, vector double);
2050         vector signed int vec_signede (vector double);
2051         vector signed int vec_signedo (vector double);
2052         * config/rs6000/rs6000.c (rs6000_generate_vsigned2_code): Add
2053         instruction generator.
2054         * config/rs6000/vsx.md (UNSPEC_VSX_XVCVSPSXWS, UNSPEC_VSX_XVCVSPSXDS,
2055         UNSPEC_VSX_VSIGNED2): Add UNSPECS.
2056         (vsx_xvcvspsxws, vsx_xvcvdpuxds_scale, vsx_xvcvspuxws, vsigned2_v2df):
2057         Add define_insn.
2058         (vsignedo_v2df, vsignede_v2df, vunsigned2_v2df, vunsignedo_v2df,
2059         vunsignede_v2df): Add define_expands.
2060         * config/rs6000/rs6000-builtin.def (VEC_SIGNED, VEC_UNSIGNED,
2061         VEC_SIGNED2, VEC_UNSIGNED2, VEC_SIGNEDE, VEC_UNSIGNEDE, VEC_SIGNEDO,
2062         VEC_UNSIGNEDO): Add definitions.
2063         * config/vsx.md (UNSPEC_VSX_XVCVSPSXWS, UNSPEC_VSX_XVCVSPSXDS,
2064         UNSPEC_VSX_VSIGNED2): Add UNSPECs.
2065         (vsx_xvcvspsxws, vsx_xvcvspuxws): Add define_insn.
2066         (vsigned2_v2df, vsigendo_v2df, vsignede_v2df,
2067         vunsigned2_v2df, vunsignedo_v2df, vunsignede_v2df): Add define_expands.
2068         * config/rs6000/altivec.h (vec_signed, vec_signed2,
2069         vec_signede and vec_signedo, vec_unsigned, vec_unsigned2,
2070         vec_unsignede, vec_unsignedo): Add builtin defines.
2071         * config/rs6000-protos.h (rs6000_generate_vsigned2_code): Add extern
2072         declaration.
2073         * doc/extend.texi: Update the built-in documentation file for the
2074         new built-in functions.
2076 2017-06-29  Richard Biener  <rguenther@suse.de>
2078         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Do not add
2079         reduction chains to LOOP_VINFO_REDUCTIONS.
2080         * tree-vect-slp.c (vect_analyze_slp): Continue looking for
2081         SLP reductions after processing reduction chains.
2083 2017-06-29  Nathan Sidwell  <nathan@acm.org>
2085         * builtins.c (fold_builtin_FUNCTION): Use
2086         lang_hooks.decl_printable_name.
2088 2017-06-29  Peter Bergner  <bergner@vnet.ibm.com>
2090         PR middle-end/81194
2091         * cfgexpand.c (expand_gimple_stmt_1): Handle switch statements
2092         with only one label.
2093         * stmt.c (expand_case): Assert NCASES is greater than one.
2095 2017-06-29  Richard Biener  <rguenther@suse.de>
2097         * tree-cfg.c (group_case_labels_stmt): Return whether we changed
2098         anything.
2099         (group_case_labels): Likewise.
2100         (find_taken_edge): Push sanity checking on val to workers...
2101         (find_taken_edge_cond_expr): ... here
2102         (find_taken_edge_switch_expr): ... and here, handle cases
2103         with just a default label.
2104         * tree-cfg.h (group_case_labels_stmt): Adjust prototype.
2105         (group_case_labels): Likewise.
2106         * tree-cfgcleanup.c (execute_cleanup_cfg_post_optimizing): When
2107         group_case_labels does anything cleanup the CFG again.
2109 2017-06-29  Bin Cheng  <bin.cheng@arm.com>
2111         PR tree-optimization/81196
2112         * tree-ssa-loop-niter.c (number_of_iterations_cond): Handle loop
2113         exit condition comparing two IVs.
2115 2017-06-29  Richard Earnshaw  <rearnsha@arm.com>
2117         * config/arm/parsecpu.awk (gen_comm_data): Add initializer for
2118         profile to the dummy entry at the end of the list of architectures.
2119         * config/arm/arm-cpu-cdata.h: Regenerated.
2121 2017-06-29  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2122             Michael Collison <michael.collison@arm.com>
2124         PR target/70119
2125         * config/aarch64/aarch64.md (*aarch64_<optab>_reg_<mode>3_mask1):
2126         New pattern.
2127         (*aarch64_reg_<mode>3_neg_mask2): New pattern.
2128         (*aarch64_reg_<mode>3_minus_mask): New pattern.
2129         (*aarch64_<optab>_reg_di3_mask2): New pattern.
2130         * config/aarch64/aarch64.c (aarch64_rtx_costs): Account for cost
2131         of shift when the shift amount is masked with constant equal to
2132         the size of the mode.
2133         * config/aarch64/predicates.md (subreg_lowpart_operator): New
2134         predicate.
2136 2017-06-29  Martin Liska  <mliska@suse.cz>
2138         * config/i386/i386.opt: Change range from [1,5] to [0,5].
2140 2017-06-29  Yury Gribov  <tetra2005@gmail.com>
2142         PR bootstrap/80565
2143         * ipa-cp.c (allocate_and_init_ipcp_value): Add initialization
2144         code.
2145         * ipa-inline.h
2146         (edge_growth_cache_entry::edge_growth_cache_entry): New
2147         function.
2148         (reset_edge_growth_cache): Update to use constructor.
2150 2017-06-28  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
2152         * config/aarch64/aarch64.h (AARCH64_EXPAND_ALIGNMENT): New.
2153         (DATA_ALIGNMENT): Update to use AARCH64_EXPAND_ALIGNMENT.
2154         (LOCAL_ALIGNMENT): Update to use AARCH64_EXPAND_ALIGNMENT.
2156 2017-06-28  Sebastian Peryt  <sebastian.peryt@intel.com>
2158         * config/i386/avx512vlintrin.h (_mm256_permutexvar_epi64)
2159         (_mm256_permutexvar_epi32, _mm256_permutex_epi64): New intrinsics.
2161 2017-06-28  Szabolcs Nagy  <szabolcs.nagy@arm.com>
2163         * config.gcc (*-linux-musl*): Add t-musl tmake_file.
2164         (*-linux-uclibc*): Add t-uclibc tmake_file.
2165         * config/t-musl: New.
2166         * config/t-uclibc: New.
2168 2017-06-28  Richard Earnshaw  <rearnsha@arm.com>
2170         * config/arm/parsecpu.awk (profile): Parse new keyword in an arch
2171         context.
2172         (gen_comm_data): Emit architectural setting of arch_prof.
2173         * config/arm/arm-cpus.in (armv6-m, armv6s-m, armv7-a, armv7ve): Set the
2174         profile.
2175         (armv7-r, armv7-m, armv7e-m, armv8-a, armv8.1-a, armv8.2-a): Likewise.
2176         (armv8-m.base, armv8-m.main): Likewise.
2177         * arm-protos.h (arm_build_target): Add profile field.
2178         (arch_option): Likewise.
2179         * config/arm/arm.c (arm_configure_build_target): Copy the profile to
2180         the active target.
2181         * config/arm/arm.h (TARGET_ARM_ARCH_PROFILE): Use
2182         arm_active_target.profile.
2184 2017-06-28  Richard Biener  <rguenther@suse.de>
2186         PR middle-end/81227
2187         * fold-const.c (negate_expr_p): Use TYPE_UNSIGNED, not
2188         TYPE_OVERFLOW_WRAPS.
2189         * match.pd (negate_expr_p): Likewise.
2190         * tree-ssa-reassoc.c (optimize_range_tests_diff): Use
2191         fold_build2, not fold_binary.
2193 2017-06-28  Wilco Dijkstra  <wdijkstr@arm.com>
2195         * config/aarch64/aarch64 (aarch64_expand_mov_immediate):
2196         Convert memory address to Pmode.
2197         (aarch64_print_operand): Assert MEM operands are always Pmode.
2199 2017-06-28  Wilco Dijkstra  <wdijkstr@arm.com>
2201         PR target/79665
2202         * config/arm/aarch-common.c (arm_no_early_alu_shift_dep):
2203         Remove redundant if.
2204         (aarch_forward_to_shift_is_not_shifted_reg): Remove.
2205         * config/arm/aarch-common-protos.h
2206         (aarch_forward_to_shift_is_not_shifted_re): Remove.
2207         * config/arm/cortex-a53.md: Use arm_no_early_alu_shift_dep in bypass.
2209 2017-06-28  Michael Meissner  <meissner@linux.vnet.ibm.com>
2211         PR ipa/81238
2212         * multiple_target.c (create_dispatcher_calls): Set the default
2213         clone to be static, not public.
2215 2017-06-28  Richard Biener  <rguenther@suse.de>
2217         * tree-vect-loop.c (vectorizable_reduction): Move special
2218         cond reduction IV var creation ...
2219         (vect_create_epilog_for_reduction): ... here.  Remove induction_index
2220         parameter.  Use STMT_VINFO_VECTYPE.
2221         * tree-vect-slp.c (vect_get_constant_vectors): Properly reset
2222         constant_p.
2224 2017-06-28  Martin Liska  <mliska@suse.cz>
2226         PR ipa/81128
2227         * ipa-visibility.c (non_local_p): Handle visibility.
2229 2017-06-28  Martin Liska  <mliska@suse.cz>
2231         PR driver/79659
2232         * common.opt: Add IntegerRange to various options.
2233         * opt-functions.awk (integer_range_info): New function.
2234         * optc-gen.awk: Add integer_range_info to cl_options struct.
2235         * opts-common.c (decode_cmdline_option): Handle
2236         CL_ERR_INT_RANGE_ARG.
2237         (cmdline_handle_error): Likewise.
2238         * opts.c (print_filtered_help): Show valid interval in
2239         when --help is provided.
2240         * opts.h (struct cl_option): Add range_min and range_max fields.
2241         * config/i386/i386.opt: Add IntegerRange for -mbranch-cost.
2243 2017-06-28  Marc Glisse  <marc.glisse@inria.fr>
2245         * match.pd ((X & ~Y) | (~X & Y)): Generalize to + and ^.
2246         (x * C EQ/NE y * C): New transformation.
2248 2017-06-28  Christophe Lyon  <christophe.lyon@linaro.org>
2250         * genmultilib (combination_space): Accept '+' in option names.
2252 2017-06-28  Martin Liska  <mliska@suse.cz>
2254         PR sanitizer/81224
2255         * asan.c (instrument_derefs): Bail out inner references
2256         that are hard register variables.
2258 2017-06-28  Jakub Jelinek  <jakub@redhat.com>
2260         PR target/81175
2261         * config/i386/i386.c (ix86_init_mmx_sse_builtins): Use def_builtin
2262         rather than def_builtin_pure for __builtin_ia32_gatherpf*.
2264 2017-06-28  Richard Biener  <rguenther@suse.de>
2266         * tree-vectorizer.h (vect_get_vec_defs): Remove.
2267         (vect_get_slp_defs): Adjust.
2268         * tree-vect-loop.c (get_initial_defs_for_reduction): Split
2269         out from ...
2270         * tree-vect-slp.c (vect_get_constant_vectors): ... here and
2271         simplify.
2272         * tree-vect-loop.c (vect_create_epilog_for_reduction): Use
2273         get_initial_defs_for_reduction instead of vect_get_vec_defs.
2274         (vectorizable_reduction): Adjust.
2275         * tree-vect-slp.c (vect_get_constant_vectors): Remove reduction
2276         handling.
2277         (vect_get_slp_defs): Likewise.
2278         * tree-vect-stmts.c (vect_get_vec_defs): Make static and adjust.
2279         (vectorizable_bswap): Adjust.
2280         (vectorizable_call): Likewise.
2281         (vectorizable_conversion): Likewise.
2282         (vectorizable_assignment): Likewise.
2283         (vectorizable_shift): Likewise.
2284         (vectorizable_operation): Likewise.
2285         (vectorizable_store): Likewise.
2286         (vectorizable_condition): Likewise.
2287         (vectorizable_comparison): Likewise.
2289 2017-06-28  Michael Collison  <michael.collison@arm.com>
2291         PR target/68535
2292         * config/arm/arm.c (gen_ldm_seq): Remove last unnecessary
2293         set of base_reg
2294         (arm_gen_movmemqi): Removed unused variable 'i'.
2295         Convert 'for' loop into 'while' loop.
2296         (arm_expand_prologue): Remove last unnecessary set of insn.
2297         (thumb_pop): Remove unused variable 'pushed_words'.
2298         (thumb_exit): Remove last unnecessary set of regs_to_pop.
2300 2017-06-28  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
2302         * config/s390/predicates.md: Use s390_rel_address_ok_p.
2303         * config/s390/s390-protos.h: Add prototype of
2304         s390_rel_address_ok_p.
2305         * config/s390/s390.c (s390_got_symbol): New function.
2306         (s390_rel_address_ok_p): New function.
2307         (legitimize_pic_address): Use s390_rel_address_ok_p.
2308         (s390_load_got): Use s390_got_symbol.
2309         (s390_option_override): Issue error if
2310         -mno-pic-data-is-text-relative is used without -fpic/-fPIC.
2311         * config/s390/s390.h (TARGET_DEFAULT_PIC_DATA_IS_TEXT_RELATIVE):
2312         New macro.
2313         * config/s390/s390.opt: New option mpic-data-is-text-relative.
2315 2017-06-27  Andrew Pinski  <apinski@cavium.com>
2317         * match.pd (X >/>=/</<= 0 ? 1.0 : -1.0): New patterns.
2318         (X * copysign (1.0, X)): New pattern.
2319         (X * copysign (1.0, -X)): New pattern.
2320         (copysign (-1.0, CST)): New pattern.
2322 2017-06-27  Joseph Myers  <joseph@codesourcery.com>
2324         * genmultilib (combination_space): Remove variable.
2325         Validate reuse rules against regular expression for any sequence
2326         of multilib options in any order.
2328 2017-06-27  Michael Collison  <michael.collison@arm.com>
2330         * config/aarch64/aarch64-simd.md (aarch64_combine<mode>): Directly
2331         call aarch64_split_simd_combine.
2332         * (aarch64_combine_internal<mode>): Delete pattern.
2333         * config/aarch64/aarch64.c (aarch64_split_simd_combine):
2334         Allow register and subreg operands.
2336 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
2338         * config/i386/vxworks.h (ASM_SPEC): Remove definition. No target
2339         specific need, just fallback on defaults.
2340         (ASM_OUTPUT_ALIGNED_BSS): Add #undef before #define.
2342 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
2343             Olivier Hainque  <hainque@adacore.com>
2345         * config/i386/vxworks.h (DBX_REGISTER_NUMBER): Pick distinct
2346         map for 64bits.
2347         (TARGET_OS_CPP_BUILTINS): builtin_define CPU to X86_64 for 64bit
2348         targets. Pick a default if no particular attempt applied.
2349         (STACK_CHECK_PROTECT): Double for 64bit targets, which have
2350         larger contexts.
2352 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
2354         * config.gcc (i*86-wrs-vxworks7): Handle new acceptable triplet.
2355         (x86_64-wrs-vxworks7): Likewise.
2357 2017-06-27  Marek Polacek  <polacek@redhat.com>
2359         PR sanitizer/81223
2360         * ubsan.c (instrument_null): Check get_base_address's result for null.
2362 2017-06-27  Marc Glisse  <marc.glisse@inria.fr>
2364         * match.pd ((A+-B)+(C-A), (A+B)-(A-C)): New transformations.
2366 2017-06-27  Marc Glisse  <marc.glisse@inria.fr>
2368         * builtin-types.def (BT_FENV_T_PTR, BT_CONST_FENV_T_PTR,
2369         BT_FEXCEPT_T_PTR, BT_CONST_FEXCEPT_T_PTR): New primitive types.
2370         (BT_FN_INT_FENV_T_PTR, BT_FN_INT_CONST_FENV_T_PTR,
2371         BT_FN_INT_FEXCEPT_T_PTR_INT, BT_FN_INT_CONST_FEXCEPT_T_PTR_INT):
2372         New function types.
2373         * builtins.def (BUILT_IN_FECLEAREXCEPT, BUILT_IN_FEGETENV,
2374         BUILT_IN_FEGETEXCEPTFLAG, BUILT_IN_FEGETROUND,
2375         BUILT_IN_FEHOLDEXCEPT, BUILT_IN_FERAISEEXCEPT,
2376         BUILT_IN_FESETENV, BUILT_IN_FESETEXCEPTFLAG,
2377         BUILT_IN_FESETROUND, BUILT_IN_FETESTEXCEPT,
2378         BUILT_IN_FEUPDATEENV): New builtins.
2379         * tree-core.h (TI_FENV_T_PTR_TYPE, TI_CONST_FENV_T_PTR_TYPE,
2380         TI_FEXCEPT_T_PTR_TYPE, TI_CONST_FEXCEPT_T_PTR_TYPE): New entries.
2381         * tree.h (fenv_t_ptr_type_node, const_fenv_t_ptr_type_node,
2382         fexcept_t_ptr_type_node, const_fexcept_t_ptr_type_node): New
2383         macros.
2384         (builtin_structptr_types): Adjust size.
2385         * tree.c (builtin_structptr_types): Add four entries.
2387 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
2388             Olivier Hainque  <hainque@adacore.com>
2390         * config/vxworks.h (VXWORKS_LIB_SPEC): Incorporate ...
2391         (TLS_SYM): New local macro, forcing reference to __tls__ on
2392         link command lines for VxWorks 7 RTPs, triggering initialization
2393         of tlsLib.
2394         (VXWORKS_HAVE_TLS): New macro. State whether the target VxWorks
2395         OS features TLS support, true for RTPs on VxWorks 7.
2396         * config/vxworks.c (vxworks_override_options): Setup emutls
2397         accordingly.
2399 2017-06-27  Jakub Jelinek  <jakub@redhat.com>
2401         * predict.c (test_prediction_value_range): Use -1U instead of -1
2402         to avoid narrowing conversion warning.
2403         * dumpfile.c (dump_options): Wrap all value into dump_flags_t cast
2404         to avoid narrowing conversion warning.
2405         * opt-functions.awk (var_ref): Return (unsigned short) -1 instead of
2406         -1.
2407         * optc-gen.awk (END): Expect (unsigned short) -1 instead of -1.
2409 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
2411         * config/vxworks.h (VXWORKS_LIBS_RTP): Alternative definition for
2412         64bit configurations.
2413         (PTR_DIFF_TYPE): Alternative definition for TARGET_LP64.
2414         (SIZE_TYPE): Likewise.
2415         * config/vxworks.c (vxworks_emutls_var_fields): Use
2416         long_unsigned_type_node instead of unsigned_type_node as the offset
2417         field type, which is "pointer" mode in emutls.c.
2419 2017-06-27  Jakub Jelinek  <jakub@redhat.com>
2421         PR sanitizer/81209
2422         * ubsan.c (ubsan_encode_value): Initialize DECL_CONTEXT on var.
2424         PR middle-end/81207
2425         * gimple-fold.c (replace_call_with_call_and_fold): Handle
2426         gimple_vuse copying separately from gimple_vdef copying.
2428 2017-06-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
2430         * value-prof.c (free_hist): Remove call to memset and the enclosing if
2431         condition.
2433 2017-06-26  Jerome Lambourg  <lambourg@adacore.com>
2434             Olivier Hainque  <hainque@adacore.com>
2436         * config.gcc (*-*-vxworks*): Add TARGET_VXWORKS7=1 to tm_defines
2437         for all vxworks7 targets.
2438         * config/vxworks.h (TARGET_VXWORKS7): If not defined, define to 0.
2439         (VXWORKS_ADDITIONAL_CPP_SPEC): Alternative definition for VXWORKS7.
2440         (VXWORKS_LIBS_RTP, VXWORKS_LIBS_RTP_DIR): New macros, allowing
2441         variations for VX6/VX7 and 32/64bits later on in ...
2442         (VXWORKS_LIB_SPEC): Leverage new macros.
2443         (VXWORKS_OS_CPP_BUILTINS): Define _VSB_CONFIG_FILE for VXWORKS7,
2444         as well as _ALLOW_KEYWORD_MACROS when "inline" is not a keyword.
2446 2017-06-26  Jerome Lambourg  <lambourg@adacore.com>
2448         * config/vxworks.h (VXWORKS_OS_CPP_BUILTINS): builtin_define
2449         _VX_TOOL_FAMILY and _VX_TOOL to gnu.
2451 2017-06-26  Carl Love  <cel@us.ibm.com>
2453         * config/rs6000/rs6000-c.c: Add support for built-in functions
2454         vector bool char vec_reve (vector bool char);
2455         vector signed char vec_reve (vector signed char);
2456         vector unsigned char vec_reve (vector unsigned char);
2457         vector bool int vec_reve (vector bool int);
2458         vector signed int vec_reve (vector signed int);
2459         vector unsigned int vec_reve (vector unsigned int);
2460         vector bool long long vec_reve (vector bool long long);
2461         vector signed long long vec_reve (vector signed long long);
2462         vector unsigned long long vec_reve (vector unsigned long long);
2463         vector bool short vec_reve (vector bool short);
2464         vector signed short vec_reve (vector signed short);
2465         vector double vec_reve (vector double);
2466         vector float vec_reve (vector float);
2467         * config/rs6000/rs6000-builtin.def (VREVE_V2DI, VREVE_V4SI,
2468         VREVE_V8HI, VREVE_V16QI, VREVE_V2DF, VREVE_V4SF, VREVE): New builtin.
2469         * config/rs6000/altivec.md (UNSPEC_VREVEV): New UNSPEC.
2470         (altivec_vreve): New pattern.
2471         * config/rs6000/altivec.h (vec_reve): New define.
2472         * doc/extend.texi (vec_rev): Update the built-in documentation file
2473         for the new built-in functions.
2475 2016-06-26  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2477         PR tree-optimization/71815
2478         * gimple-ssa-strength-reduction.c (uses_consumed_by_stmt): New
2479         function.
2480         (find_basis_for_candidate): Call uses_consumed_by_stmt rather than
2481         has_single_use.
2482         (slsr_process_phi): Likewise.
2483         (replace_uncond_cands_and_profitable_phis): Don't replace a
2484         multiply candidate with a stride of 1 (copy or cast).
2485         (phi_incr_cost): Call uses_consumed_by_stmt rather than
2486         has_single_use.
2487         (lowest_cost_path): Likewise.
2488         (total_savings): Likewise.
2490 2017-06-26  Richard Biener  <rguenther@suse.de>
2492         PR target/81175
2493         * config/i386/i386.c (ix86_init_mmx_sse_builtins):
2494         Use def_builtin_pure for all gather builtins.
2496 2017-06-26  Richard Biener  <rguenther@suse.de>
2498         PR tree-optimization/81203
2499         * tree-tailcall.c (find_tail_calls): Do not move stmts into
2500         non-dominating BBs.
2502 2017-06-26  Marek Polacek  <polacek@redhat.com>
2504         PR c/80116
2505         * doc/invoke.texi: Document -Wmultistatement-macros.
2507 2017-06-26  Christophe Lyon  <christophe.lyon@linaro.org>
2509         * doc/sourcebuild.texi (ARM-specific attributes): Document new
2510         arm_neon_ok_no_float_abi effective target.
2512 2017-06-26  Richard Biener  <rguenther@suse.de>
2514         PR tree-optimization/80928
2515         * cfghooks.c (duplicate_block): Do not copy BB_DUPLICATED flag.
2516         (copy_bbs): Set BB_DUPLICATED flag early.
2517         (execute_on_growing_pred): Do not execute for BB_DUPLICATED
2518         marked blocks.
2519         (execute_on_shrinking_pred): Likewise.
2520         * tree-ssa.c (ssa_redirect_edge): Do not look for PHI args in
2521         BB_DUPLICATED blocks.
2522         * tree-ssa-phionlycoprop.c (eliminate_degenerate_phis_1): Properly
2523         iterate over all PHIs considering removal of *gsi.
2525 2017-06-23  Jim Wilson  <jim.wilson@linaro.org>
2527         * doc/invoke.texi (AArch64 Options, -mtune): Re-add falkor and
2528         qdf24xx.
2530 2017-06-23  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
2532         * config/rs6000/rs6000-string.c: (expand_block_clear,
2533         do_load_for_compare, select_block_compare_mode,
2534         compute_current_alignment, expand_block_compare,
2535         expand_strncmp_align_check, expand_strn_compare,
2536         expand_block_move, rs6000_output_load_multiple)
2537         Move functions related to string/block move/compare
2538         to a separate file.
2539         * config/rs6000/rs6000.c: Move above functions to rs6000-string.c.
2540         * config/rs6000/rs6000-protos.h (rs6000_emit_dot_insn): Add prototype
2541         for this function which is now used in two files.
2542         * config/rs6000/t-rs6000: Add rule to compile rs6000-string.o.
2543         * config.gcc: Add rs6000-string.o to extra_objs for
2544         targets powerpc*-*-* and rs6000*-*-*.
2546 2017-06-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
2548         PR target/80510
2549         * config/rs6000/rs6000.md (ALTIVEC_DFORM): Do not allow DImode in
2550         32-bit, since indexed is not valid for DImode.
2551         (mov<mode>_hardfloat32): Reorder ISA 2.07 load/stores before ISA
2552         3.0 d-form load/stores to be the same as mov<mode>_hardfloat64.
2553         (define_peephole2 for Altivec d-form load): Add 32-bit support.
2554         (define_peephole2 for Altivec d-form store): Likewise.
2556         PR ipa/81185
2557         * multiple_target.c (create_dispatcher_calls): Only create the
2558         dispatcher call if the function is the default clone of a
2559         versioned function.
2561 2017-06-23  Segher Boessenkool  <segher@kernel.crashing.org>
2563         PR middle-end/80902
2564         * builtins.c (expand_builtin_atomic_fetch_op): If emitting code after
2565         a call, force the call to not be a tail call.
2567 2017-06-23  Jeff Law  <law@redhat.com>
2569         * doc/contrib.texi: Add entry for Steven Pemberton's work on
2570         enquire.
2572 2017-06-23  Will Schmidt  <will_schmidt@vnet.ibm.com>
2574         * config/rs6000/rs6000.c: Add include of ssa-propagate.h for
2575         update_call_from_tree().  (rs6000_gimple_fold_builtin): Add
2576         handling for early expansion of vector shifts (sl,sr,sra,rl).
2577         (builtin_function_type): Add vector shift right instructions
2578         to the unsigned argument list.
2580 2017-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2582         rtl-optimizatoin/79286
2583         * ira.c (update_equiv_regs): Revert to using may_trap_or_fault_p again.
2584         * rtlanal.c (rtx_addr_can_trap_p_1): SYMBOL_REF_FUNCTION_P can never
2585         trap.  PIC register plus a const unspec without offset can never trap.
2587 2017-06-23  Marc Glisse  <marc.glisse@inria.fr>
2589         * tree.h (builtin_structptr_type): New type.
2590         (builtin_structptr_types): Declare new array.
2591         * tree.c (builtin_structptr_types): New array.
2592         (free_lang_data, build_common_tree_nodes): Use it.
2594 2017-06-23  Jonathan Wakely  <jwakely@redhat.com>
2596         PR c++/81187
2597         * doc/invoke.texi (-Wnoexcept-type): Fix name of option, from
2598         -Wnoexcept.
2600 2017-06-22  Matt Turner  <mattst88@gmail.com>
2602         * config/i386/driver-i386.c (host_detect_local_cpu): Add Kaby
2603         Lake models to skylake case.  Assume skylake for unknown
2604         models with clflushopt.
2606 2017-06-22  Jeff Law  <law@redhat.com>
2608         * config/aarch64/aarch64.c (aarch64_emit_probe_stack_range): Handle
2609         frame sizes that do not satisfy aarch64_uimm12_shift.
2611 2017-06-22  Jan Hubicka <hubicka@ucw.cz>
2613         * profile-count.h (apply_probability,
2614         apply_scale, probability_in): Fix checks for zero.
2616 2017-06-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2618         * incpath.c (add_sysroot_to_chain): Allow for $SYSROOT prefix.
2619         * doc/cppdiropts.texi (-I @var{dir}): Document it.
2621 2016-06-22  Richard Biener  <rguenther@suse.de>
2623         * tree-vect-loop.c (vect_model_reduction_cost): Handle
2624         COND_REDUCTION and INTEGER_INDUC_COND_REDUCTION without
2625         REDUC_MAX_EXPR support.
2626         (vectorizable_reduction): Likewise.
2627         (vect_create_epilog_for_reduction): Likewise.
2629 2017-06-22  James Greenhalgh  <james.greenhalgh@arm.com>
2631         * match.pd (A / (1 << B) -> A >> B): New.
2632         * generic-match-head.c: Include optabs-tree.h.
2633         * gimple-match-head.c: Likewise.
2634         * optabs-tree.h (target_supports_op_p): New.
2635         * optabs-tree.c (target_supports_op_p): New.
2637 2017-06-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2639         * configure.ac (gcc_cv_ld_static_dynamic): Also check stderr for
2640         $gcc_cv_ld --help output.
2641         (gcc_cv_ld_demangle): Likewise.
2642         (gcc_cv_ld_eh_frame_hdr): Likewise.
2643         (gcc_cv_ld_pie): Likewise.
2644         (gcc_cv_ld_as_needed): Likewise.  Prefer native forms unless $gnu_ld.
2645         (gcc_cv_ld_buildid): Likewise.
2646         (gcc_cv_ld_sysroot): Likewise.
2647         (ld_bndplt_support): Likewise.
2648         (ld_pushpopstate_support): Likewise.
2649         * configure: Regenerate.
2650         * config/sol2.h [!USE_GLD] (SYSROOT_SPEC): Define.
2652 2017-06-21  Jakub Jelinek  <jakub@redhat.com>
2654         PR target/81151
2655         * config/i386/sse.md (round<mode>2): Renumber match_dup and
2656         operands indexes to avoid gap between operands and match_dups.
2658 2017-06-21  Andrew Pinski  <apinski@cavium.com>
2660         * config/aarch64/aarch64-cost-tables.h (thunderx_extra_costs):
2661         Increment Arith_shift and Arith_shift_reg by 1.
2662         * config/aarch64/aarch64-tuning-flags.def (cheap_shift_extend):
2663         New tuning flag.
2664         * config/aarch64/aarch64.c (thunderx_tunings): Enable
2665         AARCH64_EXTRA_TUNE_CHEAP_SHIFT_EXTEND.
2666         (aarch64_strip_extend): Add new argument and test for it.
2667         (aarch64_cheap_mult_shift_p): New function.
2668         (aarch64_rtx_mult_cost): Call aarch64_cheap_mult_shift_p and don't
2669         add a cost if it is true.
2670         Update calls to aarch64_strip_extend.
2671         (aarch64_rtx_costs): Update calls to aarch64_strip_extend.
2673 2017-06-21  Andrew Pinski  <apinski@cavium.com>
2675         * config/aarch64/aarch64-cores.def (thunderxt88p1): Use thunderxt88
2676         tunings.
2677         (thunderxt88): Likewise.
2678         * config/aarch64/aarch64.c (thunderxt88_prefetch_tune): New variable.
2679         (thunderx_prefetch_tune): New variable.
2680         (thunderx2t99_prefetch_tune): Update for the correct values.
2681         (thunderxt88_tunings): New variable.
2682         (thunderx_tunings): Use thunderx_prefetch_tune instead of
2683         generic_prefetch_tune.
2684         (thunderx2t99_tunings): Use AUTOPREFETCHER_WEAK.
2686 2017-06-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2688         * config/aarch64/atomics.md (aarch64_compare_and_swap<mode>_lse,
2689         SHORT): Relax operand 3 to aarch64_reg_or_zero and constraint to Z.
2690         (aarch64_compare_and_swap<mode>_lse, GPI): Likewise.
2691         (aarch64_atomic_cas<mode>, SHORT): Likewise for operand 2.
2692         (aarch64_atomic_cas<mode>, GPI): Likewise.
2694 2017-06-21  Martin Liska  <mliska@suse.cz>
2696         * gimplify.c (gimplify_label_expr): Insert GIMPLE_PREDICT
2697         statements on cold and hot labels.
2698         * predict.c (tree_estimate_probability_bb): Remove the
2699         prediction from this place.
2701 2017-06-21  Martin Liska  <mliska@suse.cz>
2703         PR tree-optimization/79489
2704         * gimplify.c (maybe_add_early_return_predict_stmt): New
2705         function.
2706         (gimplify_return_expr): Call the function.
2707         * predict.c (tree_estimate_probability_bb): Remove handling
2708         of early return.
2709         * predict.def: Update comment about early return predictor.
2710         * gimple-predict.h (is_gimple_predict): New function.
2711         * predict.def: Change default value of early return to 66.
2712         * tree-tailcall.c (find_tail_calls): Skip GIMPLE_PREDICT
2713         statements.
2714         * passes.def: Put pass_strip_predict_hints to the beginning of
2715         IPA passes.
2717 2017-06-21  Pierre-Marie de Rodat  <derodat@adacore.com>
2719         * dwarf2out.c (gen_decl_die): Remove the guard to skip file-scope
2720         FUNCTION_DECL declarations.
2721         (dwarf2out_early_global_decl): Remove the guard to skip FUNCTION_DECL
2722         declarations.
2723         (dwaf2out_decl): Likewise.
2724         * godump.c (go_early_global_decl): Skip call to the real debug hook
2725         for FUNCTION_DECL declarations.
2726         * passes.c (rest_of_decl_compilation): Skip call to the
2727         early_global_decl debug hook for FUNCTION_DECL declarations, unless
2728         -fdump-go-spec is passed.
2730 2017-06-21  Marc Glisse  <marc.glisse@inria.fr>
2732         * config/i386/i386.c (struct builtin_isa): New field pure_p.
2733         Reorder for compactness.
2734         (def_builtin, def_builtin2, ix86_add_new_builtins): Handle pure_p.
2735         (def_builtin_pure, def_builtin_pure2): New functions.
2736         (ix86_init_mmx_sse_builtins) [__builtin_ia32_stmxcsr]: Mark as pure.
2738 2017-06-21  Marc Glisse  <marc.glisse@inria.fr>
2740         * match.pd (nop_convert): New predicate.
2741         ((A +- CST1) +- CST2): Allow some NOP conversions.
2743 2017-06-21  Jakub Jelinek  <jakub@redhat.com>
2745         PR c++/81130
2746         * gimplify.c (omp_add_variable): Don't force GOVD_SEEN for types
2747         with ctors/dtors if GOVD_SHARED is set.
2749 2017-06-21  Wilco Dijkstra  <wdijkstr@arm.com>
2751         * config/aarch64/aarch64.md (movti_aarch64):
2752         Emit mov rather than orr.
2753         (movtf_aarch64): Likewise.
2754         * config/aarch64/aarch64-simd.md (aarch64_simd_mov):
2755         Emit mov rather than orr.
2757 2017-06-21  Wilco Dijkstra  <wdijkstr@arm.com>
2759         * config/aarch64/aarch64-simd.md (aarch64_simd_dup):
2760         Swap alternatives, make integer dup more expensive.
2762 2017-06-21  Wilco Dijkstra  <wdijkstr@arm.com>
2764         * config/aarch64/aarch64.c (aarch64_legitimate_constant_p):
2765         Return true for non-tls symbols.
2767 2017-06-21  James Greenhalgh  <james.greenhalgh@arm.com>
2769         * config/aarch64/aarch64-cores.def (cortex-a55): New.
2770         (cortex-a75): Likewise.
2771         (cortex-a75.cortex-a55): Likewise.
2772         * config/aarch64/aarch64-tune.md: Regenerate.
2773         * doc/invoke.texi (-mtune): Document new values for -mtune.
2775 2017-06-21  Tom de Vries  <tom@codesourcery.com>
2777         * doc/sourcebuild.texi (Add Options, Features for dg-add-options): Add
2778         stack_size feature.
2779         (Effective-Target Keywords, Other attributes): Suggest using
2780         dg-add-options stack_size feature to get stack limit in stack_size
2781         effective target documentation.
2783 2017-06-21  Julian Brown  <julian@codesourcery.com>
2784             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
2786         * config/aarch64/aarch64-simd.md (aarch64_crypto_pmulldi)
2787         (aarch64_crypto_pmullv2di): Change type attribute to crypto_pmull.
2788         * config/aarch64/thunderx2t99.md (thunderx2t99_pmull): New
2789         reservation.
2790         * config/arm/cortex-a53.md (cortex_a53_advsimd_type): Add crypto_pmull to
2791         attribute type list for neon_multiply.
2792         * config/arm/cortex-a57.md (cortex_a57_neon_type): Add crypto_pmull to
2793         attribute type list for neon_multiply.
2794         * config/arm/crypto.md (crypto_vmullp64): Change type to crypto_pmull.
2795         * config/arm/exynos-m1.md (exynos_m1_neon_type): Add crypto_pmull to
2796         attribute type list for neon_multiply.
2797         * config/arm/types.md (crypto_pmull): Add.
2798         * config/arm/xgene1.md (xgene1_neon_pmull): Add crypto_pmull to
2799         attribute type list.
2801 2017-06-20  Andreas Tobler  <andreast@gcc.gnu.org>
2803         * config.gcc (armv6*-*-freebsd*): Change the target_cpu_cname to
2804         arm1176jzf-s.
2806 2017-06-20  Jakub Jelinek  <jakub@redhat.com>
2808         * ira-costs.c (find_costs_and_classes): Initialize cost_classes later
2809         to make sure not to dereference a NULL cost_classes_ptr pointer.
2811 2017-06-20  Carl Love  <cel@us.ibm.com>
2813         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
2814         ALTIVEC_BUILTIN_VMULESW, ALTIVEC_BUILTIN_VMULEUW,
2815         ALTIVEC_BUILTIN_VMULOSW, ALTIVEC_BUILTIN_VMULOUW entries.
2816         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin,
2817         builtin_function_type): Add ALTIVEC_BUILTIN_* case statements.
2818         * config/rs6000/altivec.md (MVULEUW, VMULESW, VMULOUW,
2819         VMULOSW): New enum "unspec" values.
2820         (vec_widen_umult_even_v4si, vec_widen_smult_even_v4si,
2821         vec_widen_umult_odd_v4si, vec_widen_smult_odd_v4si,
2822         altivec_vmuleuw, altivec_vmulesw, altivec_vmulouw,
2823         altivec_vmulosw): New patterns.
2824         * config/rs6000/rs6000-builtin.def (VMLEUW, VMULESW, VMULOUW,
2825         VMULOSW): Add definitions.
2827 2017-06-20  Julia Koval  <julia.koval@intel.com>
2829         * config/i386/i386.c: Fix rounding expand for new pattern.
2830         * config/i386/subst.md: Fix pattern (parallel -> unspec).
2832 2017-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
2834         * config/aarch64/aarch64-option-extensions.def (rcpc): New.
2835         * config/aarch64/aarch64.h (AARCH64_FL_RCPC): New.
2837 2017-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
2839         * config/aarch64/aarch64-option-extensions.def (fp16): Fix expected
2840         feature string.
2842 2017-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
2844         * config/aarch64/aarch64-cores.def: Rearrange to sort by
2845         architecture, then by implementer ID.
2846         * config/aarch64/aarch64-tune.md: Regenerate.
2848 2017-06-20  Richard Biener  <rguenther@suse.de>
2850         PR middle-end/81097
2851         * fold-const.c (split_tree): Fold to type before negating.
2853 2017-06-20  David Malcolm  <dmalcolm@redhat.com>
2855         * diagnostic-show-locus.c
2856         (selftest::test_fixit_deletion_affecting_newline): New function.
2857         (selftest::diagnostic_show_locus_c_tests): Call it.
2859 2017-06-20  Andreas Schwab  <schwab@suse.de>
2861         PR target/80970
2862         * config/m68k/m68k.md (bsetdreg, bchgdreg, bclrdreg): Use "=d"
2863         instead of "+d".
2865 2017-06-20  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
2867         * config/arm/arm-c.c (arm_cpu_builtins): New block to define
2868         __ARM_FEATURE_COPROC according to support.
2870 2017-06-20  Jakub Jelinek  <jakub@redhat.com>
2872         * tree-chkp.c (chkp_get_hard_register_var_fake_base_address):
2873         Rewritten to avoid overflow for > 32-bit pointers.
2875         PR sanitizer/81125
2876         * ubsan.h (ubsan_encode_value): Workaround buggy clang++ parser
2877         by removing enum keyword.
2878         (ubsan_type_descriptor): Likewise.  Formatting fix.
2880         PR target/81121
2881         * config/i386/i386.md (TARGET_USE_VECTOR_CONVERTS float si->{sf,df}
2882         splitter): Require TARGET_SSE2 in the condition.
2884 2017-06-20  Michael Meissner  <meissner@linux.vnet.ibm.com>
2886         PR target/79799
2887         * config/rs6000/rs6000.c (rs6000_expand_vector_init): Add support
2888         for doing vector set of SFmode on ISA 3.0.
2889         * config/rs6000/vsx.md (vsx_set_v4sf_p9): Likewise.
2890         (vsx_set_v4sf_p9_zero): Special case setting 0.0f to a V4SF
2891         element.
2892         (vsx_insert_extract_v4sf_p9): Add an optimization for inserting a
2893         SFmode value into a V4SF variable that was extracted from another
2894         V4SF variable without converting the element to double precision
2895         and back to single precision vector format.
2896         (vsx_insert_extract_v4sf_p9_2): Likewise.
2898 2017-06-19  Jakub Jelinek  <jakub@redhat.com>
2900         * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Multiply
2901         in UWHI to avoid undefined overflow.
2903         PR sanitizer/81125
2904         * ubsan.h (enum ubsan_encode_value_phase): New.
2905         (ubsan_encode_value): Change second argument to
2906         enum ubsan_encode_value_phase with default value of
2907         UBSAN_ENCODE_VALUE_GENERIC.
2908         * ubsan.c (ubsan_encode_value): Change second argument to
2909         enum ubsan_encode_value_phase PHASE from bool IN_EXPAND_P,
2910         adjust uses, for UBSAN_ENCODE_VALUE_GENERIC use just
2911         create_tmp_var_raw instead of create_tmp_var and use a
2912         TARGET_EXPR.
2913         (ubsan_expand_bounds_ifn, ubsan_build_overflow_builtin,
2914         instrument_bool_enum_load, ubsan_instrument_float_cast): Adjust
2915         ubsan_encode_value callers.
2917         PR sanitizer/81111
2918         * ubsan.c (ubsan_encode_value): If current_function_decl is NULL,
2919         use create_tmp_var_raw instead of create_tmp_var, mark it addressable
2920         just by setting TREE_ADDRESSABLE on the result and use a TARGET_EXPR.
2922 2017-06-19  Richard Biener  <rguenther@suse.de>
2924         PR middle-end/81118
2925         * tree-cfgcleanup.c (cleanup_tree_cfg_noloop): Clear niter
2926         estimates if we changed anything.
2928 2017-06-19  Richard Biener  <rguenther@suse.de>
2930         PR tree-optimization/80887
2931         * tree-ssa-sccvn.c (mprts_hook_cnt): New global.
2932         (vn_lookup_simplify_result): Allow only mprts_hook_cnt succesful
2933         simplified lookups, then reset mprts_hook.
2934         (vn_nary_build_or_lookup_1): Set mprts_hook_cnt to 9 before
2935         simplifying.
2936         (try_to_simplify): Likewise.
2938 2017-06-19  Martin Liska  <mliska@suse.cz>
2940         PR sanitizer/80879
2941         * gimplify.c (gimplify_switch_expr):
2942         Initialize live_switch_vars for SWITCH_BODY == STATEMENT_LIST.
2944 2017-06-19  Martin Liska  <mliska@suse.cz>
2946         * doc/install.texi: Document that PGO runs in 4 stages.
2948 2017-06-19  Martin Liska  <mliska@suse.cz>
2950         PR ipa/80732
2951         * attribs.c (make_dispatcher_decl): Do not append '.ifunc'
2952         to dispatcher function name.
2953         * multiple_target.c (replace_function_decl): New function.
2954         (create_dispatcher_calls): Redirect both edges and references.
2956 2017-06-19  Jan Hubicka <hubicka@ucw.cz>
2958         * profile-count.c (profile_count::dump): Dump quality.
2959         (profile_count::differs_from_p): Update for unsigned val.
2960         * profile-count.h (profile_count_quality): New enum.
2961         (profile_count): Turn m_val to 62bit unsigned, add quality tracking.
2963 2017-06-19  Richard Biener  <rguenther@suse.de>
2965         * tree-ssa-loop-niter.h (estimate_numbers_of_iterations): Take
2966         struct function as arg.
2967         (estimate_numbers_of_iterations): Export overload with loop arg.
2968         (free_numbers_of_iterations_estimates_loop): Use an overload of
2969         free_numbers_of_iterations_estimates instead.
2970         * tree-cfg.c (remove_bb): Adjust.
2971         * tree-cfgcleanup.c (remove_forwarder_block_with_phi): Likewise.
2972         * tree-parloops.c (gen_parallel_loop): Likewise.
2973         * tree-ssa-loop-ivcanon.c (canonicalize_induction_variables):
2974         Likewise.
2975         (tree_unroll_loops_completely): Likewise.
2976         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop):
2977         Use an overload instead and export.
2978         (estimated_loop_iterations): Adjust.
2979         (max_loop_iterations): Likewise.
2980         (likely_max_loop_iterations): Likewise.
2981         (estimate_numbers_of_iterations): Take struct function as arg
2982         and adjust.
2983         (loop_exits_before_overflow): Adjust.
2984         (free_numbers_of_iterations_estimates_loop): Use an overload.
2985         * tree-vect-loop.c (vect_analyze_loop_form): Adjust.
2986         * tree-vectorizer.c (vect_free_loop_info_assumptions): Likewise.
2988 2017-06-19  Richard Biener  <rguenther@suse.de>
2990         PR ipa/81112
2991         * ipa-prop.c (find_constructor_constant_at_offset): Handle
2992         RANGE_EXPR conservatively.
2994 2017-06-16  Carl Love  <cel@us.ibm.com>
2996         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
2997         definitions for vec_float, vec_float2, vec_floato,
2998         vec_floate built-ins.
2999         * config/rs6000/vsx.md (define_c_enum "unspec"): Add RTL code
3000         for instructions vsx_xvcvsxws vsx_xvcvuxwsp, float2, floato and
3001         floate.
3002         * config/rs6000/rs6000-builtin.def (FLOAT2_V2DI, FLOATE_V2DF,
3003         FLOATE_2DI, FLOATO_V2DF, FLOATEE_V2DI, XVCVSXWSP_V4SF,
3004         UNS_FLOATO_V2DI, UNS_FLOATE_V2DI): Add definitions.
3005         * config/altivec.md (define_insn "p8_vmrgew_<mode>",
3006         define_mode_attr VF_sxddp): Add V4SF type to p8_vmrgew.
3007         * config/rs6000/altivec.h (vec_float, vec_float2, vec_floate,
3008         vec_floato): Add builtin defines.
3009         * doc/extend.texi (vec_float, vec_float2, vec_floate, vec_floato):
3010         Update the built-in documentation file for the new built-in
3011         functions.
3013 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
3015         * config/arm/arm.opt (marm): Mark as the negative of of -mthumb.
3016         (mthumb): Mark as the negative of -marm.
3018 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
3020         * doc/invoke.texi (ARM Options, -mcpu): Document supported
3021         extension options.
3022         (ARM Options, -mtune): Document that this accepts the same
3023         extension options as -mcpu.
3024         (ARM Options, -mfpu): Document addition of -mfpu=auto.
3026 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
3028         * doc/invoke.texi (ARM Options, -march=): Document new syntax and
3029         permitted extensions.
3031 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
3033         * config/arm/arm-cpus.in (armv7): Add extension +nofp.
3034         (armv7-r): Add aliases vfpv3xd and vfpv3-d16.
3035         (armv8-m.main): Add option +nodsp.
3036         * config/arm/arm-cpu-cdata.h: Regenerated.
3038 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
3040         * config/arm/t-fuchsia: New file.
3041         * config.gcc (arm*-*-fuchsia*): Use it.
3043 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
3045         * config/arm/t-symbian: Rewrite for new option infrastructure.
3047 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
3049         * config/arm/t-phoenix (MULTILIB_REUSE): Clear variable.
3050         (MULTILIB_REQUIRED): Likewise.
3052 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
3054         * config/arm/t-linux-eabi (MULTILIB_EXCEPTIONS): Set to empty.
3055         (MULTILIB_RESUE): Likewise.
3056         (MULTILIB_MATCHES): Likewise.
3057         (MULTLIB_REQUIRED): Likewise.
3059 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
3061         * config/arm/t-rtems: Rewrite for new option framework.
3063 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
3065         * config/arm/t-aprofile (v7_a_nosimd_variants, v7_a_simd_variants)
3066         (v7ve_nosimd_variatns, v7ve_vfpv3_simd_variants)
3067         (v7ve_vfpv4_simd_variants, v8_a_nosimd_variants, v8_a_simd_variants)
3068         (v8_1_a_simd_variants, v8_2_a_simd_variants): Move to ...
3069         * config/arm/t-multilib: ... here.
3070         (MULTILIB_OPTIONS): Add armv7 and armv7+fp architectures.
3071         (MULTILIB_MATCHES): Use armv7 libraries for armv7-r.  Also use for
3072         armv7-a and armv8*-a when A-profile libraries have not been built.
3073         * config/arm/t-rmprofile: Rewrite.
3075 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
3077         * genmultilib (multilib_reuse): Allow an explicit period to be escaped
3078         with a backslash.  Remove the backslash after substituting unescaped
3079         periods.
3080         * doc/fragments.texi (MULTILIB_REUSE): Document it.
3082 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
3084         * config.gcc: (arm*-*-*): When building a-profile libraries, force
3085         the driver to pass through the default setting of -mfloat-abi.
3086         * common/config/arm/arm-common.c (arm_target_thumb_only): Return -marm
3087         rather than NULL.
3088         * config/arm/t-multilib (MULTILIB_REUSE): Initialize to empty.
3089         (all_feat_combs): New rule.
3090         (MULTILIB_OPTIONS): Use explicit ARM and Thumb directories.  Rework
3091         default libraries.
3092         * config/arm/t-aprofile: Rewrite.
3094 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
3096         * config/arm/arm.h (FPUTYPE_AUTO): Define.
3097         * config/arm/arm.c (arm_option_override): Use FPUTYPE_AUTO if the
3098         fpu is not specified by the user/command-line.
3099         * config/arm/bpabi.h (FPUTYPE_DEFAULT): Delete.
3100         * config/arm/netbsd-elf.h (FPUTYPE_DEFAULT): Delete.
3101         * config/arm/linux-elf.h (FPUTYPE_DEFAULT): Delete.
3102         * config/arm/vxworks.h (FPUTYPE_DEFAULT): Delete.
3103         * common/config/arm/arm-common.c (arm_canon_arch_option): Use
3104         FPUTYPE_AUTO insted of FPUTYPE_DEFAULT.
3106 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
3108         * config/arm/elf.h (MULTILIB_DEFAULTS): Delete.
3109         * config/arm/t-arm-elf: Rewritten.
3111 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
3113         * config/arm/arm.h (TARGET_HARD_FLOAT): Also check that we
3114         have some floating-point instructions.
3115         (TARGET_SOFT_FLOAT): Define as inverse of TARGET_HARD_FLOAT.
3116         (TARGET_MAYBE_HARD_FLOAT): New macro.
3117         * config/arm/arm-builtins.c (arm_init_builtins): Use
3118         TARGET_MAYBE_HARD_FLOAT.
3119         * config/arm/arm.c (arm_option_override): Use TARGET_HARD_FLOAT_ABI.
3121 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
3123         * common/config/arm/arm-common.c: Define INCLUDE_LIST.
3124         (configargs.h): Include it.
3125         (arm_print_hint_for_fpu_option): New function.
3126         (arm_parse_fpu_option): New function.
3127         (candidate_extension): New class.
3128         (arm_canon_for_multilib): New function.
3129         * config/arm/arm.h (CANON_ARCH_SPEC_FUNCTION): New macro.
3130         (EXTRA_SPEC_FUNCTIONS): Add CANON_ARCH_SPEC_FUNCTION.
3131         (ARCH_CANONICAL_SPECS): New macro.
3132         (DRIVER_SELF_SPECS): Add ARCH_CANONICAL_SPECS.
3134 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
3136         * config.gcc (arm*-*-*): Ensure both target_cpu_cname and with_cpu
3137         are set after handling multilib fragments.  Set target_cpu_default2
3138         from with_cpu.
3140 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
3142         * config.gcc (arm*-*-fucshia*): Set target_cpu_cname to the real
3143         cpu name.
3144         (arm*-*-*): Set target_cpu_default2 to a quoted string.
3145         * config/arm/parsecpu.awk (check_cpu): Validate any extension
3146         options.
3147         (check_arch): Likewise.
3148         * config/arm/arm.c (arm_configure_build_target): Handle
3149         TARGET_CPU_DEFAULT being a string constant.  Scan any feature
3150         options in the default.
3152 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
3154         * config/arm/arm-protos.h (cpu_arch_extension): Add field to record
3155         when an option is an alias of another.
3156         * config/arm/parsecpu.awk (optalias): New parser token.
3157         (gen_comm_data): Mark non-alias options as such.  Emit entries
3158         for extension aliases.
3159         * config/arm/arm-cpus.in (armv5e): Make vfpv2 an alias.
3160         (armv5te, armv5tej, armv6, armv6j, armv6k, armv6z): Likewise.
3161         (armv6kz, armv6zk, armv6t2): Likewise.
3162         (armv7): Make vfpv3-d16 an alias.
3163         (armv7-a): Make vfpv3-d16, neon and neon-vfpv3 aliases.  Sort in
3164         canonical order.
3165         (armv7ve): Make vfpv4-d16, neon-vfpv3 and neon-vfpv4 aliases.
3166         Sort in canonical order.
3167         (armv8-a): Sort in canonical order.
3168         (armv8.1-a, armv8.2-a):  Likewise.
3169         (generic-armv7-a): Make neon and neon-vfpv3 aliases.  Sort in
3170         canonical order.
3171         (cortex-a9): Sort in canonical order.
3172         * config/arm/arm.c (selftests.h): Include it.
3173         (arm_test_cpu_arch_data): New function.
3174         (arm_run_self_tests): New function.
3175         (TARGET_RUN_TARGET_SELFTESTS): Redefine.
3176         (targetm): Move declaration to the end of the file.
3177         * arm-cpu-cdata.h: Regenerated.
3179 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
3181         * config/arm/arm.h (TARGET_MODE_SPECS): Add additional parameter to
3182         call to target_mode_check describing the type of option passed.
3183         * common/config/arm/arm-common.c (arm_arch_core_flag): Delete.
3184         (arm_target_thumb_only): Use arm_parse_arch_option_name or
3185         arm_parse_cpu_option_name to match parameters against list of
3186         available targets.
3187         * config/arm/parsecpu.awk (gen_comm_data): Don't generate
3188         arm_arch_core_flags data structure.
3189         * config/arm/arm-cpu_cdata.h: Regenerated.
3191 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
3193         * common/config/arm/arm-common.c (arm_initialize_isa): Moved here from
3194         config/arm/arm.c.
3195         (arm_print_hint_for_cpu_option): Likewise.
3196         (arm_print_hint_for_arch_option): Likewise.
3197         (arm_parse_cpu_option_name): Likewise.
3198         (arm_parse_arch_option_name): Likewise.
3199         * config/arm/arm.c (arm_identify_fpu_from_isa): Use the computed number
3200         of entries in the all_fpus list.
3201         * config/arm/arm-protos.h (all_architectures, all_cores): Declare.
3202         (arm_parse_cpu_option_name): Declare.
3203         (arm_parse_arch_option_name): Declare.
3204         (arm_parse_option_features): Declare.
3205         (arm_intialize_isa): Declare.
3206         * config/arm/parsecpu.awk (gen_data): Move CPU and architecture
3207         data tables to ...
3208         (gen_comm_data): ... here.  Make definitions non-static.
3209         * config/arm/arm-cpu-data.h: Regenerated.
3210         * config/arm/arm-cpu-cdata.h: Regenerated.
3212 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
3214         * config/arm/arm-protos.h (arm_build_target): Remove arch_core.
3215         (cpu_arch_extension): New structure.
3216         (cpu_arch_option, arch_option, cpu_option): New structures.
3217         * config/arm/parsecpu.awk (gen_headers): Build an enumeration of
3218         architecture types.
3219         (gen_data): Generate new format data tables.
3220         * config/arm/arm.c (cpu_tune): New structure.
3221         (cpu_option, processors): Delete.
3222         (arm_print_hint_for_core_or_arch): Delete.  Replace with ...
3223         (arm_print_hint_for_cpu_option): ... this and ...
3224         (arm_print_hint_for_arch_option): ... this.
3225         (arm_parse_arch_cpu_name): Delete.  Replace with ...
3226         (arm_parse_cpu_option_name): ... this and ...
3227         (arm_parse_arch_option_name): ... this.
3228         (arm_unrecognized_feature): Change type of target parameter to
3229         cpu_arch_option.
3230         (arm_parse_arch_cpu_features): Delete.  Replace with ...
3231         (arm_parse_option_features): ... this.
3232         (arm_configure_build_target): Rework to use new configuration data
3233         tables.
3234         (arm_print_tune_info): Rework for new configuration data tables.
3235         * config/arm/arm-cpu-data.h: Regenerated.
3236         * config/arm/arm-cpu.h: Regenerated.
3238 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
3240         * Makefile.in (OBJS): Move sbitmap.o from here ...
3241         (OBJS-libcommon): ... to here.
3243 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
3245         * config/arm/arm-isa.h (ISA_ALL_FPU_INTERNAL): Renamed from ISA_ALL_FPU.
3246         (ISA_ALL_CRYPTO): New macro.
3247         (ISA_ALL_SIMD): New macro
3248         (ISA_ALL_FP): New macro.
3249         * config/arm/arm.c (fpu_bitlist): Update initializer.
3250         * config/arm/arm-cpus.in: Use new ISA_ALL macros to disable crypto,
3251         simd or fp.
3252         (arm9e): Add fpu.  Add option for nofp
3253         (arm946e-s, arm966e-s, arm968e-s, arm10e, arm1020e, arm1022e): Likewise.
3254         (arm926ej-s, arm1026ej-s): Likewise.
3255         (generic-armv7-a): Add fpu.  Add options for simd, vfpv3, vfpv3-d16,
3256         vfpv3-fp16, vfpv3-d16-fp16, vfpv4, vfpv4-d16, neon, neon-vfp3,
3257         neon-fp16, neon-vfpv4, nofp and nosimd.
3258         (cortex-a5, cortex-a7): Add fpu.  Add options for nosimd and nofp.
3259         (cortex-a8): Add fpu.  Add option for nofp.
3260         (cortex-a9): Add fpu.  Add options for nosimd and nofp.
3261         (cortex-a12, cortex-a15, cortex-a17): Add fpu.  Add option for nofp.
3262         (cortex-r4f): Add fpu.
3263         (cortex-r5): Add fpu.  Add options for nofp.dp and nofp.
3264         (cortex-r7): Use idiv option from architecture.  Add fpu.  Add option
3265         for nofp.
3266         (cortex-r8): Likewise.
3267         (cortex-m4): Add fpu.  Add option for nofp.
3268         (cortex-a15.cortex-a7): Add fpu.  Add option for nofp.
3269         (cortex-a17.cortex-a7): Likewise.
3270         (cortex-a32): Add fpu.  Add options for crypto and nofp.
3271         (cortex-a35, cortex-a53): Likewise.
3272         (cortex-a57): Add fpu.  Add option for crypto.
3273         (cortex-a72, cortex-a73): Likewise.
3274         (exynos-m1): Likewise.
3275         (cortex-a57.cortex-a53, cortex-a72.cortex-a53): Likewise.
3276         (cortex-a73.cortex-a35, cortex-a73.cortex-a53): Likewise.
3277         (cortex-m33): Add fpu.  Add option for nofp.
3278         * config/arm/arm-cpu-cdata.h: Regenerated
3279         * config/arm/arm-cpu-data.h: Regenerated.
3281 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
3283         * arm-cpus.in (armv5e): Add options fp, vfpv2 and nofp.
3284         (armv5te, armv5tej): Likewise.
3285         (armv6, armv6j, armv6k, armv6z, armv6kz, armv6zk, armv6t2): Likewise.
3286         (armv7): Add options fp and vfpv3-d16.
3287         (armv7-a): Add options fp, simd, vfpv3, vfpv3-d16, vfpv3-d16-fp16,
3288         vfpv3-fp16, vfpv4, vfpv4-d16, neon, neon-vfpv3, neon-fp16, neon-vfpv4,
3289         nofp and nosimd.
3290         (armv7ve): Likewise.
3291         (armv7-r): Add options fp, fp.sp, idiv, nofp and noidiv.
3292         (armv7e-m): Add options fp, fpv5, fp.dp and nofp.
3293         (armv8-a): Add nocrypto option.
3294         (armv8.1-a, armv8.2-a): Likewise.
3295         (armv8-m.main): add options fp, fp.dp and nofp.
3297 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
3299         * config/arm/arm-cpus.in (armv8-a): Add options crc, simd crypto and
3300         nofp.
3301         (armv8-a+crc): Delete.
3302         (armv8.1-a): Add options simd, crypto and nofp.
3303         (armv8.2-a): Add options fp16, simd, crypto and nofp.
3304         (armv8.2-a+fp16): Delete.
3305         (armv8-m.main): Add option dsp.
3306         (armv8-m.main+dsp): Delete.
3307         (cortex-a8): Add fpu.  Add nofp option.
3308         (cortex-a9): Add fpu.  Add nofp and nosimd options.
3309         * config/arm/parsecpu.awk (gen_data): Generate option tables and
3310         link to main cpu and architecture data structures.
3311         (gen_comm_data): Only put isa attributes from the main architecture
3312         in common tables.
3313         (option): New statement for architecture and CPU entries.
3314         * arm.c (struct cpu_option): New structure.
3315         (struct processors): Add entry for options.
3316         (arm_unrecognized_feature): New function.
3317         (arm_parse_arch_cpu_name): Ignore any characters after the first
3318         '+' character.
3319         (arm_parse_arch_cpu_feature): New function.
3320         (arm_configure_build_target): Separate out any CPU and architecture
3321         features and parse separately.  Don't error out if -mfpu=auto is
3322         used with only an architecture string.
3323         (arm_print_asm_arch_directives): New function.
3324         (arm_file_start): Call it.
3325         * config/arm/arm-cpu-cdata.h: Regenerated.
3326         * config/arm/arm-cpu-data.h: Likewise.
3327         * config/arm/arm-tables.opt: Likewise.
3329 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
3331         * config/arm/elf.h (ASM_SPEC): Only pass -mfpu through to the
3332         assembler when it is not -mfpu=auto.
3334 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
3336         * config/arm/arm.h (BIG_LITTLE_SPEC): Delete macro.
3337         (ASM_REWRITE_SPEC_FUNCTIONS): New macro.
3338         (BIG_LITTLE_CPU_SPEC_FUNCTIONS): Delete macro.
3339         (ASM_CPU_SPEC): Rewrite.
3340         (MCPU_MTUNE_NATIVE_FUNCTIONS): New macro.
3341         (EXTRA_SPEC_FUNCTIONS): Move outside of ifdef.  Use
3342         MCPU_MTUNE_NATIVE_FUNCTIONS and ASM_REWRITE_SPEC_FUNCTIONS.  Remove
3343         reference to BIG_LITTLE_CPU_SPEC_FUNCTIONS.
3344         * common/config/arm/arm-common.c (arm_rewrite_selected_cpu): Ensure
3345         copied string is NUL-terminated.  Also strip any characters prefixed
3346         by '+'.
3347         (arm_rewrite_selected_arch): New function.
3348         (arm_rewrite_march): New function.
3350 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
3352         * config/arm/arm.opt (x_arm_arch_string): New TargetSave option.
3353         (x_arm_cpu_string, x_arm_tune_string): Likewise.
3354         (march, mcpu, mtune): Convert to string-based options.
3355         * config/arm/arm.c (arm_print_hint_for_core_or_arch): New function.
3356         (arm_parse_arch_cpu_name): New function.
3357         (arm_configure_build_target): Use arm_parse_arch_cpu_name to
3358         identify selected architecture or CPU.
3359         (arm_option_save): New function.
3360         (TARGET_OPTION_SAVE): Redefine.
3361         (arm_option_restore): Restore string options.
3362         (arm_option_print): Print string options.
3364 2017-06-16  Martin Sebor  <msebor@redhat.com>
3366         PR tree-optimization/80933
3367         PR tree-optimization/80934
3368         * builtins.c (fold_builtin_3): Do not handle bcmp here.
3369         * gimple-fold.c (gimple_fold_builtin_bcmp): New function.
3370         (gimple_fold_builtin_bcopy, gimple_fold_builtin_bzero): Likewise.
3371         (gimple_fold_builtin): Call them.
3373 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
3375         * gimple-ssa-isolate-paths.c (isolate_path): Set edge leading to path
3376         as unlikely; update profile.
3378 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
3380         * predict.c (force_edge_cold): Handle declaring edges impossible
3381         more aggresively.
3383 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
3385         * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Update
3386         profile.
3387         (try_unroll_loop_completely): Fix reporting.
3389 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
3391         * tree-ssa-tail-merge.c (replace_block_by): Fix profile updating.
3393 2017-06-16  James Greenhalgh  <james.greenhalgh@arm.com>
3395         PR target/71778
3396         * config/arm/arm-builtins.c (arm_expand_builtin_args): Return TARGET
3397         if given a non-constant argument for an intrinsic which requires a
3398         constant.
3400 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
3402         * profile.c (compare_freqs): New function.
3403         (branch_prob): Sort edge list.
3404         (find_spanning_tree): Assume that the list is priority sorted.
3406 2017-06-16  Richard Biener  <rguenther@suse.de>
3408         PR tree-optimization/81090
3409         * passes.def (pass_record_bounds): Remove.
3410         * tree-pass.h (make_pass_record_bounds): Likewise.
3411         * tree-ssa-loop.c (pass_data_record_bounds, pass_record_bounds,
3412         make_pass_record_bounds): Likewise.
3413         * tree-ssa-loop-ivcanon.c (canonicalize_induction_variables): Do
3414         not free niter estimates at the beginning but at the end.
3415         * tree-scalar-evolution.c (scev_finalize): Free niter estimates.
3417 2017-06-16  Richard Biener  <rguenther@suse.de>
3419         * tree-switch-conversion.c (emit_case_bit_tests): Adjust
3420         initializer to workaround ICE in host GCC 4.8.
3422 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
3424         * ipa-inline-transform.c (update_noncloned_frequencies): Update also
3425         counts.
3426         (clone_inlined_nodes): Update.
3428 2017-06-16  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
3430         * config/aarch64/aarch64.c (qdf24xx_prefetch_tune): Update
3431         prefetch settings, and enable prefetching by default at -O3.
3433 2017-06-16  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
3435         * config/aarch64/aarch64.c (aarch64_override_options_internal):
3436         Set flag_prefetch_loop_arrays according to tuning data.
3438 2017-06-16  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
3440         * config/aarch64/aarch64-protos.h (struct cpu_prefetch_tune):
3441         New tune structure.
3442         (struct tune_params): Use cpu_prefetch_tune instead of cache_line_size.
3443         [Unrelated to main purpose of the patch] Place the pointer field last
3444         to enable type checking errors when tune structure are wrongly merged.
3445         * config/aarch64/aarch64.c (generic_prefetch_tune,)
3446         (exynosm1_prefetch_tune, qdf24xx_prefetch_tune,)
3447         (thunderx2t99_prefetch_tune): New tune constants.
3448         (tune_params *_tunings): Update all tunings (no functional change).
3449         (aarch64_override_options_internal): Set PARAM_SIMULTANEOUS_PREFETCHES,
3450         PARAM_L1_CACHE_SIZE, PARAM_L1_CACHE_LINE_SIZE, and PARAM_L2_CACHE_SIZE
3451         from tunings structures.
3453 2017-06-16  Jakub Jelinek  <jakub@redhat.com>
3455         PR sanitizer/81094
3456         * ubsan.c (instrument_null): Add T argument, use it instead
3457         of computing it based on IS_LHS.
3458         (instrument_object_size): Likewise.
3459         (pass_ubsan::execute): Adjust instrument_null and
3460         instrument_object_size callers to pass gimple_get_lhs or
3461         gimple_assign_rhs1 result to it.  Use instrument_null instead of
3462         calling get_base_address and instrument_mem_ref.  Handle
3463         aggregate call arguments for object-size sanitization.
3465 2017-06-16  Yury Gribov  <tetra2005@gmail.com>
3467         PR tree-optimization/81089
3468         * tree-vrp.c (is_masked_range_test): Validate operands of
3469         subexpression.
3471 2017-06-15  Martin Sebor  <msebor@redhat.com>
3473         PR c++/80560
3474         * dumpfile.c (dump_register): Avoid calling memset to initialize
3475         a class with a default ctor.
3476         * gcc.c (struct compiler): Remove const qualification.
3477         * genattrtab.c (gen_insn_reserv): Replace memset with initialization.
3478         * hash-table.h: Ditto.
3479         * ipa-cp.c (allocate_and_init_ipcp_value): Replace memset with
3480           assignment.
3481         * ipa-prop.c (ipa_free_edge_args_substructures): Ditto.
3482         * omp-low.c (lower_omp_ordered_clauses): Replace memset with
3483         default ctor.
3484         * params.h (struct param_info): Make struct members non-const.
3485         * tree-switch-conversion.c (emit_case_bit_tests): Replace memset
3486         with default initialization.
3487         * vec.h (vec_copy_construct, vec_default_construct): New helper
3488         functions.
3489         (vec<T>::copy, vec<T>::splice, vec<T>::reserve): Replace memcpy
3490         with vec_copy_construct.
3491         (vect<T>::quick_grow_cleared): Replace memset with default ctor.
3492         (vect<T>::vec_safe_grow_cleared, vec_safe_grow_cleared): Same.
3493         * doc/invoke.texi (-Wclass-memaccess): Document.
3495 2017-06-15  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3497         * emit-rtl.h (is_leaf): Update comment about local
3498         register allocator.
3500 2017-06-15  Jozef Lawrynowicz   <jozef.l@somniumtech.com>
3502         PR target/78818
3503         * config/msp430/msp430.c (msp430_data_attr): Check that it's possible
3504         for a variable to have a section before checking if the section has a
3505         name.
3506         Set section to.persistent if persistent attribute is set.
3507         Warn if .persistent attribute is used on an automatic variable.
3509 2017-06-15  Eric Botcazou  <ebotcazou@adacore.com>
3511         PR rtl-optimization/80474
3512         * reorg.c (update_block): Do not ignore instructions in a delay slot.
3514 2017-06-15  Segher Boessenkool  <segher@kernel.crashing.org>
3516         * config/rs6000/rs6000.md (add<mode>3): Use reg_or_subregno instead
3517         of REGNO.
3519 2017-06-14  Maciej W. Rozycki  <macro@imgtec.com>
3521         * config/mips/mips.md (MIPS16_T_REGNUM): Remove constant.
3522         (casesi): Emit bounds checking as RTL.
3523         (casesi_internal_mips16_<mode>): Remove bounds checking.
3525 2017-06-14  Max Filippov  <jcmvbkbc@gmail.com>
3527         * config/xtensa/xtensa.c (xtensa_option_override): Append
3528         MASK_CONST16 to target_flags in the absence of TARGET_L32R.
3529         (hwloop_optimize, hwloop_fail, hwloop_pattern_reg,
3530          xtensa_doloop_hooks): Define unconditionally.
3531         (xtensa_reorg_loops): Only call reorg_loops in the presence of
3532         TARGET_LOOPS.
3533         * config/xtensa/xtensa.h (TARGET_L32R): New definition.
3534         (TARGET_DEFAULT): Remove XCHAL_HAVE_L32R condition and account
3535         for it in xtensa_option_override.
3536         (HARD_FRAME_POINTER_IS_FRAME_POINTER,
3537          HARD_FRAME_POINTER_IS_ARG_POINTER): New definitions.
3539 2017-06-14  Boris Kolpackov  <boris@codesynthesis.com>
3541         * doc/cppopts.texi: Document '-' special value to -MF.
3543 2017-06-14  Wilco Dijkstra  <wdijkstr@arm.com>
3545         * config/arm/cortex-a53.md (cortex_a53_fpalu) Adjust latency.
3546         (cortex_a53_fconst): Likewise.
3547         (cortex_a53_fpmul): Likewise.
3548         (cortex_a53_f_load_64): Likewise.
3549         (cortex_a53_f_load_many): Likewise.
3550         (cortex_a53_advsimd_alu): Likewise.
3551         (cortex_a53_advsimd_alu_q): Likewise.
3552         (cortex_a53_advsimd_mul): Likewise.
3553         (cortex_a53_advsimd_mul_q): Likewise.
3554         (fpmac bypass): Add new bypass for fpmac-fpmac case.
3555         Add missing fmul, r2f_cvt and fconst cases.
3557 2017-06-14  Richard Biener  <rguenther@suse.de>
3559         PR middle-end/81088
3560         * fold-const.c (split_tree): Drop TREE_OVERFLOW flag from
3561         literal constants.
3562         (fold_binary_loc): When associating do not treat pre-existing
3563         TREE_OVERFLOW on literal constants as a reason to allow
3564         TREE_OVERFLOW on associated literal constants.
3566 2017-06-14  Eric Botcazou  <ebotcazou@adacore.com>
3568         * config/sparc/sparc.h (MASK_ISA): Add MASK_LEON and MASK_LEON3.
3569         (MASK_FEATURES): New macro.
3570         * config/sparc/sparc.c (sparc_option_override): Remove the special
3571         handling of -mfpu and generalize it to all MASK_FEATURES switches.
3573 2017-06-14  Eric Botcazou  <ebotcazou@adacore.com>
3575         * simplify-rtx.c (simplify_binary_operation_1) <UDIV>: Do not simplify
3576         a division of 0 if non-call exceptions are enabled.
3578 2017-06-14  Andrew Pinski  <apinski@cavium.com>
3579             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
3581         PR target/71663
3582         * config/aarch64/aarch64.c (aarch64_expand_vector_init):
3583         Improve vector initialization code gen for only variable case.
3585 2017-06-14  Eric Botcazou  <ebotcazou@adacore.com>
3587         * config/sparc/driver-sparc.c (cpu_names): Add SPARC-T5 entry.
3589 2017-06-14  Richard Biener  <rguenther@suse.de>
3591         PR tree-optimization/81083
3592         * tree-ssa-sccvn.c (vn_reference_lookup_3): Do not use abnormals
3593         as values.
3595 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
3597         * config/rs6000/rs6000.c: Update all comments that mentioned SPE.
3598         (rs6000_expand_builtin): Remove RS6000_BTC_EVSEL.
3599         * config/rs6000/rs6000.h (RS6000_BTC_EVSEL): Delete.
3600         * config/rs6000/vxworks.h (VXCPU_FOR_8548): Delete.  Adjust former use.
3601         * config/rs6000/vxworksae.h (VXCPU_FOR_8548): Delete.
3602         * config/rs6000/vxworksmils.h (VXCPU_FOR_8548): Delete.
3604 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
3606         * config/rs6000/rs6000-opts.h (enum rs6000_vector): Delete VECTOR_SPE.
3607         * config/rs6000/rs6000.c (rs6000_debug_vector_unit): Delete VECTOR_SPE.
3609 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
3611         * config/rs6000/rs6000.h (FIXED_SCRATCH): Delete.
3613 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
3615         * config/rs6000/t-rtems: Don't handle SPE.
3617 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
3619         * config/rs6000/t-linux: Don't handle SPE.
3621 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
3623         * config/rs6000/eabispe.h: Delete file.
3625 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
3627         * config/rs6000/t-spe: Delete file.
3629 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
3631         * config/rs6000/rs6000.c (SPE_CONST_OFFSET_OK): Delete.
3632         (rs6000_legitimate_offset_address_p): Return false for anything in
3633         V2SImode or V2SFmode.
3635 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
3637         * config/rs6000/rs6000-modes.def: Remove all 8-byte vector modes
3638         except V2SF and V2SI.  Rearrange the vector modes, and add comments.
3639         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Remove V8QImode
3640         and V4HImode.
3641         (reg_offset_addressing_ok_p): Remove V4HImode and V1DImode.
3642         (rs6000_legitimate_offset_address_p): Ditto.
3643         (rs6000_emit_move): Ditto.
3644         (rs6000_init_builtins): Remove V4HI_type_node.
3646 2017-06-13  Martin Liska  <mliska@suse.cz>
3648         PR sanitize/78204
3649         * asan.c (asan_sanitize_stack_p): Use sanitize_flags_p.
3650         (gate_asan): Likewise.
3651         * asan.h (asan_no_sanitize_address_p): Remove the function.
3652         (sanitize_flags_p): New function.
3653         * builtins.def: Fix coding style.
3654         * common.opt: Use renamed enum value.
3655         * convert.c (convert_to_integer_1): Use sanitize_flags_p.
3656         * doc/extend.texi: Document no_sanitize attribute.
3657         * flag-types.h (enum sanitize_code): Rename SANITIZE_NONDEFAULT
3658         to SANITIZE_UNDEFINED_NONDEFAULT.
3659         * gcc.c (sanitize_spec_function): Use the renamed enum value.
3660         * gimple-fold.c (optimize_atomic_compare_exchange_p):
3661         Use sanitize_flags_p.
3662         * gimplify.c (gimplify_function_tree): Likewise.
3663         * ipa-inline.c (sanitize_attrs_match_for_inline_p): Likewise.
3664         * opts.c (parse_no_sanitize_attribute): New function.
3665         (common_handle_option): Use renamed enum value.
3666         * opts.h (parse_no_sanitize_attribute): Declare.
3667         * tree.c (sanitize_flags_p): New function.
3668         * tree.h: Declared here.
3669         * tsan.c: Use sanitize_flags_p.
3670         * ubsan.c (ubsan_expand_null_ifn): Likewise.
3671         (instrument_mem_ref): Likewise.
3672         (instrument_bool_enum_load): Likewise.
3673         (do_ubsan_in_current_function): Remove the function.
3674         (pass_ubsan::execute): Use sanitize_flags_p.
3675         * ubsan.h: Remove do_ubsan_in_current_function
3676         * tree-cfg.c (print_no_sanitize_attr_value): New function.
3677         (dump_function_to_file): Use it here.
3679 2017-06-13  Martin Jambor  <mjambor@suse.cz>
3681         PR tree-optimization/80803
3682         PR tree-optimization/81063
3683         * tree-sra.c (subtree_mark_written_and_enqueue): Move up in the file.
3684         (propagate_subaccesses_across_link): Enqueue subtree whenever
3685         necessary instead of relying on the caller.
3687 2017-06-13  Martin Jambor  <mjambor@suse.cz>
3689         * tree-sra.c (add_access_to_work_queue): Only enqueue accesses
3690         that have a first_link.
3691         (sort_and_splice_var_accesses): Do not check first_link before
3692         enquing.
3693         (subtree_mark_written_and_enqueue): Likewise.
3694         (propagate_all_subaccesses): Likewise and do not stop at first
3695         parent with a first_link.
3697 2017-06-13  Martin Jambor  <mjambor@suse.cz>
3699         * tree-sra.c (dump_access_tree_1): Fix accidental dumping to stderr
3700         instead of f.
3702 2017-06-13  Yury Gribov  <tetra2005@gmail.com>
3704         * match.pd: New pattern.
3706 2017-06-13  Yury Gribov  <tetra2005@gmail.com>
3708         * tree-vrp.c (is_masked_range_test): New function.
3709         (register_edge_assert_for): Determine ranges for
3710         some bit tests.
3712 2017-06-13  Yury Gribov  <tetra2005@gmail.com>
3714         PR tree-optimization/67328
3715         * fold-const.c (maskable_range_p): New function.
3716         (build_range_check): Generate bittests if possible.
3718 2017-06-13  Martin Liska  <mliska@suse.cz>
3720         * gimple-pretty-print.c (dump_probability): Add new argument.
3721         (dump_edge_probability): Dump both probability and count.
3722         (dump_gimple_label): Likewise.
3723         (dump_gimple_bb_header): Likewise.
3725 2017-06-13  Georg-Johann Lay  <avr@gjlay.de>
3727         PR target/81072
3728         * config/avr/avr-devices.c: Fix indentation.
3729         * config/avr/gen-avr-mmcu-specs.c: Dito.
3731 2017-06-13  Richard Biener  <rguenther@suse.de>
3733         * tree-vect-loop.c (vect_model_reduction_cost): Do not fail,
3734         instead get vector type from stmt_info.
3735         (vectorizable_reduction): Adjust.  Remove dead code.
3737 2017-06-13  Richard Biener  <rguenther@suse.de>
3739         PR middle-end/81065
3740         * fold-const.c (extract_muldiv_1): Remove bogus distribution
3741         case of C * (x * C2 + C3).
3742         (fold_addr_of_array_ref_difference): Properly fold index difference.
3744 2017-06-12  David S. Miller  <davem@davemloft.net>
3746         PR target/80968
3747         * config/sparc/sparc.md (return expander): Emit frame blockage if
3748         function uses alloca.
3750 2017-06-12  Richard Sandiford  <richard.sandiford@linaro.org>
3752         * combine.c (make_field_assignment): Check len rather than the mode
3753         precision when calling force_to_mode.
3755 2017-06-12  Georg-Johann Lay  <avr@gjlay.de>
3757         Support multilibs and devices that see flash in RAM address range.
3759         PR target/81072
3760         * config/avr/avr-arch.h (avr_arch_id) <ARCH_AVRXMEGA3>: New enum.
3761         (avr_mcu_t) <flash_pm_offset>: New field.
3762         (avr_device_specific_features) <AVR_ISA_RCALL>: New enum.
3763         * config/avr/avr.h (AVR_SHORT_CALLS): New define.
3764         (AVR_HAVE_JMP_CALL): Don't set if AVR_SHORT_CALLS.
3765         (AVR_TINY_PM_OFFSET): Remove macro.
3766         * config/avr/avr.opt (-mshort-calls): New option.
3767         * config/avr/gen-avr-mmcu-specs.c (print_mcu)
3768         [*self_spec]: Add / remove -mshort-calls depending on AVR_ISA_RCALL.
3769         * config/avr/avr-c.c (avr_cpu_cpp_builtins)
3770         <__AVR_SHORT_CALLS__>: Built-in define if AVR_SHORT_CALLS.
3771         <__AVR_HAVE_JMP_CALL__>: Use AVR_HAVE_JMP_CALL as condition
3772         instead of avr_arch->have_jmp_call.
3773         <__AVR_PM_BASE_ADDRESS__>: Built-in define if avr_arch->flash_pm_offset.
3774         [AVR_TINY] <__AVR_TINY_PM_BASE_ADDRESS__>: Use
3775         avr_arch->flash_pm_offset to define.
3776         * config/avr/avr-devices.c (avr_arch_types): Add initializers for
3777         new field flash_pm_offset.  Add entry for avrxmega3.
3778         (avr_texinfo): Add entry for avrxmega3.
3779         * config/avr/avr-mcus.def: Add entries for: avrxmega3,
3780         attiny212, attiny214,
3781         attiny412, attiny414, attiny416, attiny417,
3782         attiny814, attiny816, attiny817,
3783         attiny1614, attiny1616, attiny1617,
3784         attiny3214, attiny3216, attiny3217.
3785         * config/avr/avr.c (avr_assemble_integer)[AVR_TINY]: Use
3786         avr_arch->flash_pm_offset instead of AVR_TINY_PM_OFFSET.
3787         (avr_print_operand_address) [AVR_TINY]: Same.
3788         (avr_asm_init_sections) <readonly_data_section>: Only patch
3789         callback if avr_arch->flash_pm_offset = 0.
3790         (avr_asm_named_section) <avr_need_copy_data_p>: Skip setting it
3791         for rodata if avr_arch->flash_pm_offset != 0.
3792         (avr_encode_section_info) [AVR_TINY]: Adjust comment.
3793         * config/avr/genmultilib.awk (dir_rcall, opt_rcall): New vars.
3794         (opts) [AVR_ISA_RCALL]: Append opt_rcall.
3795         (m_options): Append opt_rcall.
3796         (m_dirnames): Append dir_rcall.
3797         * config/avr/t-multilib: Regenerate.
3799         * configure.ac [target=avr]: Check whether avrxmega3 default
3800         linker description file works as needed.
3801         * configure: Regenerate.
3802         * doc/avr-mmcu.texi: Regenerate.
3803         * doc/invoke.texi (AVR Options) <-mshort-calls>: Document it.
3804         <__AVR_ARCH__>: Document avrxmega3 and 103.
3805         <__AVR_HAVE_JMP_CALL__>: Adjust documentation.
3806         <__AVR_SHORT_CALLS__>: Document it.
3807         <__AVR_PM_BASE_ADDRESS__>: Document it.
3808         * doc/extend.texi (AVR Options) <-mshort-calls>: Document it.
3809         (AVR Variable Attributes) <progmem>: Document this is
3810         not needed for avrxmega3.
3811         (AVR Named Address Spaces) <__flash>: Dito.
3813 2017-06-12  Jan Hubicka  <hubicka@ucw.cz>
3815         * cgraph.c (cgraph_node::dump): Complain about profile insanities.
3817 2017-06-12  Doug Rupp  <rupp@adacore.com>
3819         * config.gcc (*-*-vxworks*): Set use_gcc_stdint to "provide".
3820         Append vxworks-stdint.h to the tm_file list.
3821         * config/vxworks-stdint.h: New file.
3823 2017-06-12  Martin Liska  <mliska@suse.cz>
3825         PR tree-optimization/81041
3826         * tree-profile.c (gimple_gen_ic_func_profiler):
3827         Create an extra BB in profile-generate
3828         (gimple_gen_time_profiler): Likewise.
3830 2017-06-12  Jakub Jelinek  <jakub@redhat.com>
3832         PR tree-optimization/81003
3833         * tree-ssa-reassoc.c (force_into_ssa_name): New function.
3834         (update_range_test): Use it instead of force_gimple_operand_gsi.
3836 2017-06-12  Richard Biener  <rguenther@suse.de>
3838         PR tree-optimization/81053
3839         * tree-vect-loop.c (vect_is_simple_reduction): Handle PHI
3840         with backedge value not defined in loop.  Simplify def stmt
3841         compute.
3843 2017-06-11  Tom de Vries  <tom@codesourcery.com>
3845         PR target/79939
3846         * config/nvptx/nvptx.c (nvptx_cannot_force_const_mem): New function.
3847         Return true.
3848         (TARGET_CANNOT_FORCE_CONST_MEM): Redefine to
3849         nvptx_cannot_force_const_mem.
3851 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
3853         * opts.c (finish_options): Move test for flag_split_stack after
3854         it has been initialized.
3856 2017-06-11  Jason Merrill  <jason@redhat.com>
3858         * tree.h (id_equal): New.
3859         * dwarf2out.c, hsa-gen.c, ipa-devirt.c, omp-expand.c,
3860         omp-simd-clone.c, read-rtl-function.c, tree-chkp.c, tree.c: Use it
3861         instead of strcmp of IDENTIFIER_POINTER.
3863 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
3865         * ipa-inline-transform.c: Include function.h, cfg.h and basic-block.h
3866         (mark_all_inlined_calls_cdtor): Fix formating.
3867         (inline_transform): Rescale profile before inlining.
3869 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
3871         * cgraph.h (cgraph_edge::clone): Update prototype.
3872         * cgraphclones.c (cgraph_edge::clone): Update profile scaling.
3873         (cgraph_node::create_clone): Update.
3874         (cgraph_node::create_version_clone): Update.
3875         * tree-inline.c (copy_bb): Update.
3876         (expand_call_inline): Update.
3878 2017-06-10  Segher Boessenkool  <segher@kernel.crashing.org>
3880         * config/rs6000/rs6000.c (emit_vrsave_prologue): New function,
3881         factored out from ...
3882         (rs6000_emit_prologue): ... here.
3884 2017-06-10  Segher Boessenkool  <segher@kernel.crashing.org>
3886         * config/rs6000/rs6000.c (emit_split_stack_prologue): New function,
3887         factored out from ...
3888         (rs6000_emit_prologue): ... here.
3890 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
3892         * predict.c (drop_profile): Also drop individual bb/edge and cgraph
3893         edge counts.
3894         (handle_missing_profiles): Fix computation of tp_first_run.
3895         (counts_to_freqs): Do not touch freqs when count is 0.
3897 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
3899         * cgraphbuild.c (cgraph_edge::rebuild_references): Do not touch
3900         profile.
3902 2017-06-10  Tom de Vries  <tom@codesourcery.com>
3904         * doc/sourcebuild.texi (Effective-Target Keywords, Environment
3905         attributes): Document signal effective target.
3907 2017-06-10  Tom de Vries  <tom@codesourcery.com>
3909         * doc/sourcebuild.texi (Effective-Target Keywords, Other attributes):
3910         Document effective target stack_size.
3912 2017-06-09  David Malcolm  <dmalcolm@redhat.com>
3914         * diagnostic.c (diagnostic_report_diagnostic): Only add fixits
3915         to the edit_context if they can be auto-applied.
3917 2017-06-9  Ian Lance Taylor  <iant@golang.org>
3919         * opts.c (finish_options): If -fsplit-stack, disable implicit
3920         -forder-blocks-and-partition.
3921         * doc/invoke.texi (Optimize Options): Document that when using
3922         -fsplit-stack -forder-blocks-and-partition is not implicitly
3923         enabled.
3925 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
3927         * builtin-attrs.def (ATTR_NORETURN_NOTHROW_LEAF_COLD_LIST,
3928         ATTR_CONST_NORETURN_NOTHROW_LEAF_COLD_LIST,
3929         ATTR_TMPURE_NORETURN_NOTHROW_LEAF_COLD_LIST): New.
3930         * builtins.def (abort, trap, unreachable): Declare cold.
3931         * calls.c (flags_from_decl_or_type): Lookup ECF_COLD.
3932         * tree-core.h (ECF_COLD): New.
3933         * tree.c (set_call_expr_flags): Handle ECF_COLD.
3934         (build_common_builtin_nodes): Mark unreachable and abort as cold.
3936 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
3938         * predict.c (unlikely_executed_stmt_p): Cleanup.
3940 2017-06-09  Richard Biener  <rguenther@suse.de>
3942         * tree-ssa-loop-im.c (execute_sm): Do not force multi-threaded
3943         model if the ref is always written to.
3945 2017-06-09  Tamar Christina  <tamar.christina@arm.com>
3947         * config/aarch64/aarch64.md (lrint<GPF:mode><GPI:mode>2): New.
3949 2017-06-09  Tamar Christina  <tamar.christina@arm.com>
3951         * config/arm/arm.c (arm_rtx_costs_internal): Make sdiv more expensive
3952         than udiv.
3954 2017-06-09  Tom de Vries  <tom@codesourcery.com>
3956         PR target/80855
3957         * config/nvptx/nvptx.md (define_expand "mov<QHSDISDFM>"): Error out with
3958         "target cannot support label values" when encountering LABEL_REF.
3960 2017-06-09  Martin Liska  <mliska@suse.cz>
3962         * tree-profile.c (gimple_gen_ic_profiler): Update comment.
3963         (gimple_gen_ic_func_profiler): Emit direct comparison
3964         of __gcov_indirect_call_callee with NULL.
3965         (gimple_gen_time_profiler): Change probability from
3966         PROB_VERY_UNLIKELY to PROB_UNLIKELY.
3968 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
3970         * profile.c (edge_gcov_counts): Turn to pointer.
3971         (compute_branch_probabilities, compute_branch_probabilities): Update.
3972         (branch_prob): Do not clear edge_gcov_count.
3973         * profile.h (edge_gcov_counts): Turn to pointer.
3974         (edge_gcov_count): Update.
3976 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
3978         * gimple.h (gimple_check_failed): Mark cold.
3980 2017-06-09  Richard Biener  <rguenther@suse.de>
3982         PR tree-optimization/66623
3983         * tree-vect-loop.c (vect_is_simple_reduction): Cleanup,
3984         refactor check_reduction into two parts, properly computing
3985         whether we have to check reduction validity for outer loop
3986         vectorization.
3988 2017-06-09  Richard Biener  <rguenther@suse.de>
3990         PR tree-optimization/79483
3991         * graphite-scop-detection.c (order): New global.
3992         (get_order): Compute bb to order mapping that satisfies code
3993         generation constraints.
3994         (cmp_pbbs): New helper.
3995         (build_scops): Start domwalk at entry block, sort generated
3996         pbbs.
3998 2017-06-09  Richard Biener  <rguenther@suse.de>
4000         PR middle-end/81007
4001         * ipa-polymorphic-call.c
4002         (ipa_polymorphic_call_context::restrict_to_inner_class):
4003         Skip FIELD_DECLs with error_mark_node type.
4004         * passes.def (all_lowering_passes): Run pass_build_cgraph_edges
4005         last again.
4007 2017-06-09  Martin Liska  <mliska@suse.cz>
4009         * predict.c (struct branch_predictor): New struct.
4010         (test_prediction_value_range): New test.
4011         (predict_c_tests): New function.
4012         * selftest-run-tests.c (selftest::run_tests): Run the function.
4013         * selftest.h: Declare new tests.
4015 2017-06-09  Segher Boessenkool  <segher@kernel.crashing.org>
4017         PR target/80966
4018         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Assert that
4019         gen_add3_insn did not fail.
4020         * config/rs6000/rs6000.md (add<mode>3): If asked to add a constant to
4021         r0, construct that number in a temporary reg and add that reg to r0.
4022         If asked to put the result in r0 as well, fail.
4024 2017-06-08  Will Schmidt  <will_schmidt@vnet.ibm.com>
4026         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
4027         for early expansion of vec_eqv.
4029 2017-06-08  Jakub Jelinek  <jakub@redhat.com>
4031         PR middle-end/81005
4032         * ubsan.c (instrument_null): Avoid pointless code temporary.
4033         (pass_ubsan::execute): Instrument aggregate arguments of calls.
4035 2017-06-08  Uros Bizjak  <ubizjak@gmail.com>
4037         PR target/81015
4038         Revert:
4039         2016-12-14  Uros Bizjak  <ubizjak@gmail.com>
4041         PR target/59874
4042         * config/i386/i386.md (*ctzhi2): New insn_and_split pattern.
4043         (*clzhi2): Ditto.
4045 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
4047         * predict.c (unlikely_executed_edge_p): Move ahead.
4048         (probably_never_executed_edge_p): Use it.
4050 2017-06-08  Alexander Ivchenko  <alexander.ivchenko@intel.com>
4052         PR middle-end/79988
4053         * tree-chkp.c (chkp_gimple_call_builtin_p): Remove
4054         gimple_call_builtin_p call.
4056 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
4058         * system.h (fancy_abort): Annotate by ATTRIBUTE_COLD.
4059         * rtl.h (rtl_check_failed_bounds, rtl_check_failed_type1,
4060         rtl_check_failed_type2, rtl_check_failed_code1,
4061         rtl_check_failed_code2, rtl_check_failed_code_mode,
4062         rtl_check_failed_block_symbol, cwi_check_failed_bounds,
4063         rtvec_check_failed_bounds, rtl_check_failed_flag,
4064         _fatal_insn_not_found, _fatal_insn): Likewise.
4065         * tree.h (tree_contains_struct_check_failed,
4066         tree_check_failed, tree_not_check_failed,
4067         tree_class_check_failed, tree_range_check_failed,
4068         tree_not_class_check_failed, tree_int_cst_elt_check_failed,
4069         tree_vec_elt_check_failed, phi_node_elt_check_failed,
4070         tree_operand_check_failed, omp_clause_check_failed,
4071         omp_clause_operand_check_failed, omp_clause_range_check_failed):
4072         Likewise.
4074 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
4076         * cgraph.c (cgraph_edge::maybe_hot_p): Do not check
4077         flag_branch_probabilities.
4078         * ipa-inline.c (edge_badness): Likewise.
4079         * ipa-profile.c (ipa_propagate_frequency_1): Likewise.
4080         * postreload-gcse.c (eliminate_partially_redundant_load): Likewise.
4081         * predict.c (maybe_hot_frequency_p): Likewise.
4082         (probably_never_executed): Likewise.
4083         * sched-ebb.c (schedule_ebbs): Likewise.
4084         * sched-rgn.c (find_single_block_region): Likewise.
4085         * tracer.c (tail_duplicate): Likewise.
4087 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
4089         * opts.c (finish_options): x_flag_reorder_blocks_and_partition no
4090         longer requires x_flag_profile_use.
4092 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
4094         * cfgrtl.c (cfg_layout_initialize): Check crtl->has_bb_partition
4095         instead of flag_reorder_blocks_and_partition.
4096         * dbxout.c (dbxout_function_end): Likewise.
4097         * dwarf2out.c (gen_subprogram_die): Likewise.
4098         * haifa-sched.c (sched_create_recovery_edges): Likewise.
4099         * hw-doloop.c (reorg_loops): Likewise.
4100         * varasm.c (assemble_start_function,
4101         assemble_end_function): Likewise.
4102         (decide_function_section): Do not check for
4103         flag_reorder_blocks_and_partition.
4105 2017-06-08  Alexander Ivchenko  <alexander.ivchenko@intel.com>
4107         * tree-chkp.c (chkp_get_hard_register_var_fake_base_address):
4108         New function.
4109         (chkp_get_hard_register_fake_addr_expr): Ditto.
4110         (chkp_build_addr_expr): Add check for hard reg case.
4111         (chkp_parse_array_and_component_ref): Ditto.
4112         (chkp_find_bounds_1): Ditto.
4113         (chkp_process_stmt): Don't generate bounds store for
4114         hard reg case.
4116 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
4118         * predict.c (maybe_hot_bb_p): Do not check profile status.
4119         (maybe_hot_edge_p): Likewise.
4120         (probably_never_executed): Check for zero counts even if profile
4121         is not read.
4122         (unlikely_executed_edge_p): New function.
4123         (unlikely_executed_stmt_p): New function.
4124         (unlikely_executed_bb_p): New function.
4125         (set_even_probabilities): Use unlikely predicates.
4126         (combine_predictions_for_bb): Likewise.
4127         (predict_paths_for_bb): Likewise.
4128         (predict_paths_leading_to_edge): Likewise.
4129         (determine_unlikely_bbs): New function.
4130         (estimate_bb_frequencies): Use it.
4131         (compute_function_frequency): Use zero counts even if profile is
4132         not read.
4133         * profile-count.h: Fix typo.
4135 2017-08-08  Julia Koval  <julia.koval@intel.com>
4137         * config/i386/avx512bwintrin.h (_mm512_mask_cvtepi16_storeu_epi8,
4138         _mm512_mask_cvtsepi16_storeu_epi8,
4139         _mm512_mask_cvtusepi16_storeu_epi8): New intrinsics.
4140         * config/i386/avx512vlbwintrin.h (_mm256_mask_cvtepi16_storeu_epi8,
4141         _mm_mask_cvtsepi16_storeu_epi8, _mm256_mask_cvtsepi16_storeu_epi8,
4142         _mm_mask_cvtusepi16_storeu_epi8, _mm256_mask_cvtusepi16_storeu_epi8,
4143         _mm_mask_cvtepi16_storeu_epi8): New intrinsics.
4144         * config/i386/i386-builtin-types.def (PV8Q, V8QI): New pointer type.
4145         (VOID_FTYPE_PV32QI_V32HI_USI, VOID_FTYPE_PV8QI_V8HI_UQI,
4146         VOID_FTYPE_PV16QI_V16HI_UHI): New function types.
4147         * config/i386/i386-builtin.def (__builtin_ia32_pmovwb128mem_mask,
4148         __builtin_ia32_pmovwb256mem_mask, __builtin_ia32_pmovswb128mem_mask,
4149         __builtin_ia32_pmovswb256mem_mask, __builtin_ia32_pmovuswb128mem_mask,
4150         __builtin_ia32_pmovuswb256mem_mask,
4151         __builtin_ia32_pmovuswb512mem_mask, __builtin_ia32_pmovswb512mem_mask)
4152         __builtin_ia32_pmovwb512mem_mask): New builtins.
4154 2017-08-08  Julia Koval  <julia.koval@intel.com>
4156         PR target/73350,80862
4157         * config/i386/subst.md (round): Fix round pattern.
4158         * config/i386/i386.c (ix86_erase_embedded_rounding):
4159         Fix erasing rounding for the fixed pattern.
4161 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
4163         * cfgbuild.c (find_many_sub_basic_blocks): Fix thinko.
4165 2017-06-08  Martin Liska  <mliska@suse.cz>
4167         PR gcov-profile/80911
4168         * gcov.c (block_info::block_info): New constructor.
4170 2017-06-07  Carl Love  <cel@us.ibm.com>
4172         * config/rs6000/rs6000-c: The return type of the following
4173         built-in functions was implemented as int not long long.  Fix sign
4174         of return value for the unsigned version of vec_mulo and vec_mule.
4175         vector unsigned long long vec_bperm (vector unsigned long long,
4176                                              vector unsigned char)
4177         vector signed long long vec_mule (vector signed int,
4178                                           vector signed int)
4179         vector unsigned long long vec_mule (vector unsigned int,
4180                                             vector unsigned int)
4181         vector signed long long vec_mulo (vector signed int,
4182                                           vector signed int)
4183         vector unsigned long long vec_mulo (vector unsigned int,
4184                                             vector unsigned int)
4185         * doc/extend.texi: Fix the documentation for the built-in
4186         functions.
4188 2017-06-07  Carl Love  <cel@us.ibm.com>
4190         PR target/80982
4191         * config/rs6000/altivec.md (double<mode>2): Fix the implementation of
4192         for BE.
4194 2017-06-07  Carl Love  <cel@us.ibm.com>
4196         * config/rs6000/altivec.md: Fix argument swizzle in vec_doublel
4197         support, Generate       doublehv for signed int/float for BE case only.
4199 2017-06-07  Alexander Monakov  <amonakov@ispras.ru>
4201         * doc/invoke.texi (mcx16): Rewrite.
4203 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
4205         * config/rs6000/predicates.md (rs6000_nonimmediate_operand): Delete.
4206         * config/rs6000/rs6000.md (*movsi_internal1, movsi_from_sf,
4207         *mov<mode>_softfloat, and an anonymous splitter): Use
4208         nonimmediate_operand instead of rs6000_nonimmediate_operand.
4210 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
4212         * config/rs6000/darwin.h (REGISTER_NAMES): Delete the SPE_ACC and
4213         SPEFSCR registers.
4214         * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Ditto.
4215         (enum rs6000_reg_type): Delete SPE_ACC_TYPE and SPEFSCR_REG_TYPE.
4216         (rs6000_debug_reg_global): Adjust.
4217         (rs6000_init_hard_regno_mode_ok): Adjust.
4218         (rs6000_dbx_register_number): Adjust.
4219         * config/rs6000/rs6000.h (FIRST_PSEUDO_REGISTER): Change to 115.
4220         (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS):
4221         Remove SPE_ACC and SPEFSCR.
4222         (REG_ALLOC_ORDER): Ditto.
4223         (FRAME_POINTER_REGNUM): Change to 111.
4224         (enum reg_class): Remove the SPE_ACC and SPEFSCR registers.
4225         (REG_CLASS_NAMES): Ditto.
4226         (REG_CLASS_CONTENTS): Delete the SPE_ACC and SPEFSCR registers.
4227         (REGISTER_NAMES): Ditto.
4228         (ADDITIONAL_REG_NAMES): Ditto.
4229         (rs6000_reg_names): Ditto.
4230         * config/rs6000/rs6000.md: Renumber some register number
4231         define_constants.
4233 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
4235         * config/rs6000/darwin.h (REGISTER_NAMES): Delete the SPE high
4236         registers.
4237         * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Ditto.
4238         * config/rs6000/rs6000.h (FIRST_PSEUDO_REGISTER): Change from 149
4239         to 117.
4240         (DWARF_REG_TO_UNWIND_COLUMN): Do not define.
4241         (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS):
4242         Delete the SPE high registers.
4243         (REG_ALLOC_ORDER): Ditto.
4244         (enum reg_class): Remove SPE_HIGH_REGS.
4245         (REG_CLASS_NAMES): Ditto.
4246         (REG_CLASS_CONTENTS): Delete the SPE high registers.
4247         (REGISTER_NAMES): Ditto.
4248         (rs6000_reg_names): Ditto.
4249         * doc/tm.texi.in: Remove SPE as example.
4250         * doc/tm.texi: Regenerate.
4252 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
4254         * config/rs6000/8540.md (ppc8540_brinc): Delete.
4255         * config/rs6000/e500mc.md (e500mc_brinc): Delete.
4256         * config/rs6000/e500mc64.md (e500mc64_brinc): Delete.
4257         * config/rs6000/rs6000.md (type): Remove "brinc".
4259 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
4261         * config.gcc (powerpc*-*-*): Don't add spe.h to extra_headers.
4262         (powerpc*-linux*spe*): Use ${cpu_type} instead of rs6000.
4263         * config/rs6000/linuxspe.h: Delete file.
4264         * config/rs6000/rs6000.md: Don't include spe.md.
4265         * config/rs6000/spe.h: Delete file.
4266         * config/rs6000/spe.md: Delete file.
4267         * config/rs6000/t-rs6000: Remove spe.md.
4269 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
4271         * config/rs6000/predicates.md (reg_or_mem_operand): Reformat.
4272         (reg_or_none500mem_operand): Delete.
4273         * config/rs6000/rs6000.md (extendsfdf2): Use reg_or_mem_operand
4274         instead of reg_or_none500mem_operand.
4276 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
4278         * config/rs6000/rs6000.c (rs6000_option_override_internal): Delete
4279         handling of SPE flags.
4280         * config/rs6000/rs6000.opt (-mspe, -mspe=no, -mspe=yes): Delete.
4282 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
4284         * config/rs6000/rs6000-common.c (rs6000_handle_option): Remove
4285         SPE ABI handling.
4286         * config/rs6000/paired.md (paired_negv2sf2): Rename to negv2sf2.
4287         (paired_absv2sf2, paired_addv2sf3, paired_subv2sf3, paired_mulv2sf3,
4288         paired_divv2sf3): Similar.
4289         * config/rs6000/predicates.md: Replace TARGET_SPE, TARGET_SPE_ABI,
4290         SPE_VECTOR_MODE and SPE_HIGH_REGNO_P by 0; simplify.
4291         * config/rs6000/rs6000-builtin.def: Delete RS6000_BUILTIN_E and
4292         RS6000_BUILTIN_S.
4293         Delete BU_SPE_1, BU_SPE_2, BU_SPE_3, BU_SPE_E, BU_SPE_P, and BU_SPE_X.
4294         Rename the paired_* instruction patterns.
4295         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Do not
4296         define __SPE__.
4297         * config/rs6000/rs6000-protos.h (invalid_e500_subreg): Delete.
4298         * config/rs6000/rs6000.c: Delete RS6000_BUILTIN_E and RS6000_BUILTIN_S.
4299         (struct rs6000_stack): Delete fields spe_gp_save_offset, spe_gp_size,
4300         spe_padding_size, and spe_64bit_regs_used.  Replace TARGET_SPE and
4301         TARGET_SPE_ABI with 0, simplify.  Replace SPE_VECTOR_MODE with
4302         PAIRED_VECTOR_MODE.
4303         (struct machine_function): Delete field spe_insn_chain_scanned_p.
4304         (spe_func_has_64bit_regs_p): Delete.
4305         (spe_expand_predicate_builtin): Delete.
4306         (spe_expand_evsel_builtin): Delete.
4307         (TARGET_DWARF_REGISTER_SPAN): Do not define.
4308         (TARGET_MEMBER_TYPE_FORCES_BLK): Do not define.
4309         (invalid_e500_subreg): Delete.
4310         (rs6000_legitimize_address): Always force_reg op2 as well, for
4311         paired single memory accesses.
4312         (rs6000_member_type_forces_blk): Delete.
4313         (rs6000_spe_function_arg): Delete.
4314         (rs6000_expand_unop_builtin): Delete SPE handling.
4315         (rs6000_expand_binop_builtin): Ditto.
4316         (spe_expand_stv_builtin): Delete.
4317         (bdesc_2arg_spe): Delete.
4318         (spe_expand_builtin): Delete.
4319         (spe_expand_predicate_builtin): Delete.
4320         (spe_expand_evsel_builtin): Delete.
4321         (rs6000_invalid_builtin): Remove RS6000_BTM_SPE handling.
4322         (spe_init_builtins): Delete.
4323         (spe_func_has_64bit_regs_p): Delete.
4324         (savres_routine_name): Delete "info" parameter.  Adjust callers.
4325         (rs6000_emit_stack_reset): Ditto.
4326         (rs6000_dwarf_register_span): Delete.
4327         * config/rs6000/rs6000.h (TARGET_SPE_ABI, TARGET_SPE,
4328         UNITS_PER_SPE_WORD, SPE_HIGH_REGNO_P, SPE_SIMD_REGNO_P,
4329         SPE_VECTOR_MODE, RS6000_BTM_SPE, RS6000_BUILTIN_E, RS6000_BUILTIN_S):
4330         Delete.
4331         * config/rs6000/rs6000.md (FIRST_SPE_HIGH_REGNO, LAST_SPE_HIGH_REGNO):
4332         Delete.
4333         * config/rs6000/rs6000.opt (-mabi=spe, -mabi=no-spe): Delete.
4334         * config/rs6000/spe.md: Delete every pattern that uses TARGET_SPE.
4335         * config/rs6000/vector.md (absv2sf2, negv2sf2, addv2sf3, subv2sf3,
4336         mulv2sf3, divv2sf3): Delete expanders.
4338 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
4340         config/rs6000/rs6000.md (UNSPEC_MV_CR_GT): Delete.
4342 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
4344         * config/rs6000/rs6000-protos.h (output_e500_flip_gt_bit): Delete.
4345         * config/rs6000/rs6000.c: Ditto.
4347 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
4349         * config/rs6000/predicated.md (rs6000_cbranch_operator): Delete.
4350         * config/rs6000/rs6000.md: Replace rs6000_cbranch_operator by
4351         comparison_operator.
4353 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
4355         * config/rs6000/rs6000.c: Remove everything related to -mfloat-gprs.
4356         * config/rs6000/rs6000.opt: Ditto.
4357         * config/rs6000/t-rtems: Ditto.
4359 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
4361         * config/rs6000/predicates.md: Replace TARGET_E500_DOUBLE and
4362         TARGET_E500_SINGLE by 0, simplify.
4363         * config/rs6000/rs6000.c: Ditto.
4364         (rs6000_option_override_internal): Delete CHECK_E500_OPTIONS.
4365         (spe_build_register_parallel): Delete.
4366         * config/rs6000/rs6000.h: Delete TARGET_E500_SINGLE,
4367         TARGET_E500_DOUBLE, and CHECK_E500_OPTIONS.
4368         * config/rs6000/rs6000.md: Replace TARGET_E500_DOUBLE,
4369         TARGET_E500_SINGLE, and <E500_CONVERT> by 0, simplify.
4370         (E500_CONVERT): Delete.
4371         * config/rs6000/spe.md: Remove many patterns and all define_constants.
4373 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
4375         * config/rs6000/darwin.md: Replace TARGET_FPRS by 1 and simplify.
4376         * config/rs6000/dfp.md: Ditto.
4377         (negdd2, *negdd2_fpr): Merge.
4378         (absdd2, *absdd2_fpr): Merge.
4379         (negtd2, *negtd2_fpr): Merge.
4380         (abstd2, *abstd2_fpr): Merge.
4381         * config/rs6000/e500.h: Delete file.
4382         * config/rs6000/predicates.md (rs6000_cbranch_operator): Replace
4383         TARGET_FPRS by 1 and simplify.
4384         * config/rs6000/rs6000-c.c: Ditto.
4385         * config/rs6000/rs6000.c: Ditto.  Also replace TARGET_SF_SPE and
4386         TARGET_DF_SPE by 0.
4387         * config/rs6000/rs6000.h: Ditto.  Delete TARGET_SF_SPE and
4388         TARGET_DF_SPE.
4389         * config/rs6000/rs6000.md: Ditto.
4390         (floatdidf2, *floatdidf2_fpr): Merge.
4391         (move_from_CR_gt_bit): Delete.
4392         * config/rs6000/spe.md: Replace TARGET_FPRS by 1 and simplify.
4393         (E500_CR_IOR_COMPARE): Delete.
4394         (All patterns that require !TARGET_FPRS): Delete.
4395         * config/rs6000/vsx.md: Replace TARGET_FPRS by 1 and simplify.
4397 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
4399         * passes.def (pass_iv_canon): Move before pass_loop_distribution.
4401 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
4403         * graphds.c (add_edge): Intitialize edge's attached data.
4404         (foll_in_subgraph, dfs_fst_edge, dfs_next_edge): New function
4405         pointer parameter.  Call pointed function on each edge during
4406         graph traversing.  Skip traversing the edge when the function
4407         returns true.
4408         (graphds_dfs, graphds_scc): Ditto.
4409         (for_each_edge): New parameter.  Pass the new parameter to callback
4410         function.
4411         * graphds.h (skip_edge_callback): New function pointer type.
4412         (graphds_dfs, graphds_scc): New function pointer parameter.
4413         (graphds_edge_callback, for_each_edge): New parameter.
4415 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
4417         * tree-vect-data-refs.c (vect_mark_for_runtime_alias_test): Factor
4418         out code checking if runtime alias check is possible to below ...
4419         Call the new function.
4420         * tree-data-ref.c (runtime_alias_check_p): ... to new function.
4421         * tree-data-ref.h (runtime_alias_check_p): New decalaration.
4423 2017-06-07  Marek Polacek  <polacek@redhat.com>
4425         PR sanitizer/80932
4426         * fold-const.c (extract_muldiv_1) <case MINUS_EXPR>: Add
4427         TYPE_OVERFLOW_WRAPS check.
4429 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
4431         * tree-vect-loop-manip.c (vect_do_peeling): Don't skip vector loop
4432         if versioning is required.
4433         * tree-vect-loop.c (vect_analyze_loop_2): Merge niter check for loop
4434         peeling with the check for versioning.
4436 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
4438         * tree-vectorizer.h (vect_build_loop_niters): New parameter.
4439         * tree-vect-loop-manip.c (vect_build_loop_niters): New parameter.
4440         Set true to new parameter if new ssa variable is defined.
4441         (vect_gen_vector_loop_niters): Refactor.  Set range information
4442         for the new vector loop bound variable.
4443         (vect_do_peeling): Ditto.
4445 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
4447         * tree-affine.c (ssa.h): Include header file.
4448         (tree_to_aff_combination): Handle (T1)(X - CST) when inner type
4449         has wrapping overflow behavior.
4451 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
4453         * tree-affine.c (tree_to_aff_combination): Handle (T1)(X + X).
4455 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
4457         (aff_combination_expand): Move (T1)(X *+- CST) simplification to ...
4458         (tree_to_aff_combination): ... here.
4460 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
4462         * tree-ssa-loop-ivopts.c (ivopts_estimate_reg_pressure): New
4463         reg_pressure model function.
4464         (ivopts_global_cost_for_size): Delete.
4465         (determine_set_costs, iv_ca_recount_cost): Call new model function
4466         ivopts_estimate_reg_pressure.
4468 2017-06-07  Tamar Christina  <tamar.christina@arm.com>
4470         * config/aarch64/aarch64.c (aarch64_rtx_costs): Make sdiv more
4471         expensive than udiv.  Remove floating point cases from mod.
4473 2017-06-07  Tamar Christina  <tamar.christina@arm.com>
4475         * config/arm/aarch-cost-tables.h (cortexa53_extra_cost):
4476         Increase idiv cost.
4478 2017-06-07  Tamar Christina  <tamar.christina@arm.com>
4480         * config/aarch64/aarch64.md
4481         (copysignsf3): Fix mask generation.
4483 2017-06-07  Jakub Jelinek  <jakub@redhat.com>
4485         * dumpfile.h (enum tree_dump_index): Rename TDI_generic to
4486         TDI_gimple.
4487         (class dump_manager): Add register_dumps method.
4488         * dumpfile.c: Include langhooks.h.
4489         (dump_files): Use 0 instead of 3/4/5 for TDI_{original,gimple,nested}.
4490         (FIRST_AUTO_NUMBERED_DUMP): Decrease to 1.
4491         (FIRST_ME_AUTO_NUMBERED_DUMP): Define.
4492         (dump_manager::dump_register): Start with 512 entries instead of 32.
4493         (dump_manager::register_dumps): New method.
4494         * toplev.c (general_init): Instead of invoking register_dumps
4495         langhook, invoke register_dumps method on the dump manager.
4496         * gimplify.c (gimplify_function_tree): Use TDI_gimple instead of
4497         TDI_generic.
4499 2017-06-07  Richard Sandiford  <richard.sandiford@linaro.org>
4501         * doc/md.texi: Clarify the restrictions on a define_insn condition.
4502         Say that # requires an associated define_split to exist, and that
4503         the define_split must be suitable for use after register allocation.
4505 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
4507         * cfgbuild.c (find_bb_boundaries): Initialize profile of split blocks.
4508         (compute_outgoing_frequencies): Also initialize zero counts.
4509         (find_many_sub_basic_blocks): Do not produce uninitialized profile
4510         around loops; preserve more of profile when nothing changes.
4512 2017-06-06  Jim Wilson  <jim.wilson@linaro.org>
4514         * config/aarch64/aarch64-cost-tables.h (qdf24xx_extra_costs): Move to
4515         here.
4516         * config/arm/aarch-cost-tables.h (qdf24xx_extra_costs): From here.
4517         * config/arm/arm-cpu-cdata.h: Regenerate.
4518         * config/arm/arm-cpu-data.h, config/arm/arm-cpu.h: Likewise.
4519         * config/arm/arm-tables.opt, config/arm/arm-tune.md: Likewise.
4520         * config/arm/arm-cpus.in: Delete falkor and qdf24xx entries.
4521         * config/arm/arm.c (arm_qdf24xx_tune): Delete.
4522         * config/arm/bpabi.h (BE8_LINK_SPEC): Delete falkor and qdf24xx
4523         support.
4524         * config/arm/t-aprofile (MULTILIB_MATCHES): Delete falkor and qdf24xx
4525         support.
4526         * config/arm/t-rmprofile: Likewise.
4527         * doc/invoke.texi (ARM Options): Drop falkor and qdf24xx support.
4529 2017-06-06  David S. Miller  <davem@davemloft.net>
4531         PR target/80968
4532         * config/sparc/sparc.c (sparc_expand_prologue): Emit frame
4533         blockage if function uses alloca.
4535 2017-06-06  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
4537         * tree-ssa-loop-prefetch.c (struct mem_ref_group, struct mem_ref):
4538         New "uid" fields to hold pretty-print IDs of group and ref.
4539         Memory references are now identified as <group_id>:<ref_id>
4540         instead of using [random] addresses.
4541         (dump_mem_details): Simplify, no functional change.
4542         (dump_mem_ref): Simplify and make output more concise.
4543         Replace couple of fprintf's throughout code with calls to dump_mem_ref.
4544         (find_or_create_group): Initialize group uid.
4545         (record_ref): Initialize ref uid.  Improve debug output.
4546         (prune_group_by_reuse, should_issue_prefetch_p,)
4547         (should_issue_prefetch_p, schedule_prefetches, issue_prefetch_ref,)
4548         (mark_nontemporal_store, determine_loop_nest_reuse):
4549         Improve debug output.
4551 2017-06-06  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
4553         * dbgcnt.def (prefetch): New debug counter.
4554         * tree-ssa-loop-prefetch.c (dbgcnt.h): New include.
4555         (schedule_prefetches): Stop issueing prefetches if debug counter
4556         tripped.
4558 2017-06-06  Tom de Vries  <tom@codesourcery.com>
4560         * doc/sourcebuild.texi (Testsuites, C Language Testsuites,
4561         gcc.c-torture/compile): Remove mention of NO_LABEL_VALUES in fixme.
4563 2017-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4565         * config/aarch64/atomics.md (atomic_compare_and_swap<mode> expander):
4566         Use aarch64_reg_or_zero predicate for operand 4.
4567         (aarch64_compare_and_swap<mode> define_insn_and_split):
4568         Use aarch64_reg_or_zero predicate for operand 3.  Add 'Z' constraint.
4569         (aarch64_store_exclusive<mode>): Likewise for operand 2.
4571 2017-06-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4573         * config/arm/arm.c (arm_compute_save_reg_mask): Rename into ...
4574         (arm_compute_save_core_reg_mask): This.
4575         (thumb1_compute_save_reg_mask): Rename into ...
4576         (thumb1_compute_save_core_reg_mask): This.
4577         (arm_compute_save_reg0_reg12_mask): Adapt comment.
4578         (arm_compute_frame_layout): Likewise.
4580 2017-06-06  Richard Biener  <rguenther@suse.de>
4582         PR tree-optimization/80974
4583         * tree-ssa-sccvn.c (set_ssa_val_to): Do not change but only
4584         keep or clear leaders SSA info.
4586 2017-06-06  Tom de Vries  <tom@codesourcery.com>
4588         * config/nvptx/nvptx.c (split_mode_p): New function.
4589         (nvptx_declare_function_name, nvptx_print_operand): Use split_mode_p.
4591 2017-06-06  Tom de Vries  <tom@codesourcery.com>
4593         * config/nvptx/nvptx.c (nvptx_print_operand): Use maybe_split_mode.
4595 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
4597         PR bootstrap/80978
4598         * tree-cfg.c (execute_fixup_cfg): Fix condition on when to rescale
4599         profile.
4601 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
4603         * shrink-wrap.c (handle_simple_exit): Update profile.
4604         (try_shrink_wrapping): Upate profile.
4606 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
4608         * predict.c (tree_estimate_probability_bb): Add LOCAL_ONLY.
4609         (tree_guess_outgoing_edge_probabilities): New.
4610         * predict.h (tree_guess_outgoing_edge_probabilities): Declare.
4611         * tree-cfg.c (gimple_find_sub_bbs): Propagate profile.
4613 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
4615         * ipa-split.c (split_function): Initialize return bb profile.
4617 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
4619         * profile.c (compute_branch_probabilities): Also initialize
4620         EXIT_BLOCK profile.
4622 2017-06-06  Richard Biener  <rguenther@suse.de>
4624         PR tree-optimization/80928
4625         * tree-vect-loop.c (vect_update_vf_for_slp): Amend dumps.
4626         (vect_analyze_loop_operations): Properly guard analysis for
4627         pure SLP case.
4628         (vect_transform_loop): Likewise.
4629         (vect_analyze_loop_2): Also reset SLP type on PHIs.
4630         (vect_model_induction_cost): Do not cost for pure SLP.
4631         (vectorizable_induction): Pass in SLP node, implement SLP vectorization
4632         of induction in inner loop vectorization.
4633         * tree-vect-slp.c (vect_create_new_slp_node): Handle PHIs.
4634         (vect_get_and_check_slp_defs): Handle vect_induction_def.
4635         (vect_build_slp_tree): Likewise.  Handle PHIs as terminating the
4636         recursion.
4637         (vect_analyze_slp_cost_1): Cost induction.
4638         (vect_detect_hybrid_slp_stmts): Handle PHIs.
4639         (vect_get_slp_vect_defs): Likewise.
4640         * tree-vect-stmts.c (vect_analyze_stmt): Handle induction.
4641         (vect_transform_stmt): Handle SLP reductions.
4642         * tree-vectorizer.h (vectorizable_induction): Adjust.
4644 2017-06-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
4646         * config/rs6000/rs6000.c (make_resolver_func): Update
4647         init_lowered_empty_function call.
4649 2017-06-05  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4651         * doc/invoke.texi: Document the -fprofile-abs-path option.
4652         * common.opt (fprofile-abs-path): New option.
4653         * gcov-io.h (gcov_write_filename): Declare.
4654         * gcov-io.c (gcov_write_filename): New function.
4655         * coverage.c (coverage_begin_function): Use gcov_write_filename.
4656         * profile.c (output_location): Likewise.
4658 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
4660         * shring-wrap.c: Revert accidental commit.
4662 2017-06-05  Volker Reichelt  <v.reichelt@netcologne.de>
4664         * doc/invoke.texi (-Wduplicated-branches): Add to warning list.
4666 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
4668         * cfgexpand.c (expand_gimple_tailcall): Initialize profile of
4669         new edge.
4670         * ipa-inline.c (want_inline_self_recursive_call_p): Watch for missing
4671         profile in callgraph edge.
4672         * profile-count.h (apply_probability): If THIS is 0, then result is 0
4673         (apply_scale): Likewise.
4674         * tree-inline.c (copy_bb, copy_edges_for_bb, copy_cfg_body):
4675         Also scale profile when inlining function with zero profile.
4676         (initialize_cfun): Update exit block profile even when it is zero.
4677         * tree-ssa-threadupdate.c (clear_counts_path): Handle correctly case
4678         when profile is read.
4680 2017-06-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
4682         * config/rs6000/rs6000.c (toplevel): Include attribs.h.
4683         (CLONE_*): New constants to define the processors we can generate
4684         code for with the target_clone attribute.
4685         (rs6000_clone_map): New array to identify which clone processors
4686         the current program is running on.
4687         (TARGET_COMPARE_VERSION_PRIORITY): Define to enable the
4688         target_clone attribute.
4689         (TARGET_GENERATE_VERSION_DISPATCHER_BODY): Likewise.
4690         (TARGET_GET_FUNCTION_VERSIONS_DISPATCHER): Likewise.
4691         (TARGET_OPTION_FUNCTION_VERSIONS): Likewise.
4692         (cpu_expand_builtin): Add support for target_clone attribute.
4693         (rs6000_valid_attribute_p): Allow "default" attribute.
4694         (get_decl_name): New debug function to simplify printing the
4695         current function name in debugging statements.
4696         (rs6000_clone_priority): New functions to support the target_clone
4697         attribute, and be able to generate code to switch between ISA 2.05
4698         through ISA 3.0 (power6 through power9).
4699         (rs6000_compare_version_priority): Likewise.
4700         (rs6000_get_function_versions_dispatcher): Likewise.
4701         (make_resolver_func): Likewise.
4702         (add_condition_to_bb): Likewise.
4703         (dispatch_function_versions): Likewise.
4704         (rs6000_generate_version_dispatcher_body): Likewise.
4705         (rs6000_can_inline_p): Call get_decl_name for debugging usage.
4706         (fusion_gpr_load_p): Fix a spacing issue.
4707         * doc/extend.texi (Common Function Attributes): Document that the
4708         PowerPC supports the target_clone attribute.
4710 2017-06-05  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4712         * config/arm/arm.h: explain F symbol found in description of ARM
4713         register allocation in its legend.
4715 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
4717         * config/mips/frame-header-opt.c: Include profile-count.h.
4718         * config/riscv/riscv.c: Include profile-count.h
4720 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
4722         * tree-ssa-loop-im.c (execute_sm_if_changed): Add FLAG_BBS parameter;
4723         update profile.
4724         (sm_set_flag_if_changed): Add bbs field.
4725         (execute_sm_if_changed_flag_set): Pass BBS.
4726         (execute_sm): Update.
4728 2017-06-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4730         * config/aarch64/aarch64-simd.md (aarch64_store_lane0<mode>):
4731         New pattern.
4733 2017-06-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4735         * config/aarch64/aarch64.md (sub<mode>3_compare1_imm): New define_insn.
4736         (peephole2): New peephole2 to emit the above.
4737         * config/aarch64/predicates.md (aarch64_sub_immediate): New predicate.
4739 2017-06-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4741         * config/aarch64/aarch64.c (define_peephole2 above
4742         *sub_<shift>_<mode>): New peephole.
4744 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
4746         * config/i386/i386.c (make_resolver_func): Update.
4747         * Makefile.in: Add profile-count.h and profile-count.o
4748         * auto-profile.c (afdo_indirect_call): Update to new API.
4749         (afdo_set_bb_count): Update.
4750         (afdo_propagate_edge): Update.
4751         (afdo_propagate_circuit): Update.
4752         (afdo_calculate_branch_prob): Update.
4753         (afdo_annotate_cfg): Update.
4754         * basic-block.h: Include profile-count.h
4755         (struct edge_def): Turn count to profile_count.
4756         (struct basic_block_def): Likewie.
4757         (REG_BR_PROB_BASE): Move to profile-count.h
4758         (RDIV): Move to profile-count.h
4759         * bb-reorder.c (max_entry_count): Turn to profile_count.
4760         (find_traces): Update.
4761         (rotate_loop):Update.
4762         (connect_traces):Update.
4763         (sanitize_hot_paths):Update.
4764         * bt-load.c (migrate_btr_defs): Update.
4765         * cfg.c (RDIV): Remove.
4766         (init_flow): Use alloc_block.
4767         (alloc_block): Uninitialize count.
4768         (unchecked_make_edge): Uninitialize count.
4769         (check_bb_profile): Update.
4770         (dump_edge_info): Update.
4771         (dump_bb_info): Update.
4772         (update_bb_profile_for_threading): Update.
4773         (scale_bbs_frequencies_int): Update.
4774         (scale_bbs_frequencies_gcov_type): Update.
4775         (scale_bbs_frequencies_profile_count): New.
4776         * cfg.h (update_bb_profile_for_threading): Update.
4777         (scale_bbs_frequencies_profile_count): Declare.
4778         * cfgbuild.c (compute_outgoing_frequencies): Update.
4779         (find_many_sub_basic_blocks): Update.
4780         * cfgcleanup.c (try_forward_edges): Update.
4781         (try_crossjump_to_edge): Update.
4782         * cfgexpand.c (expand_gimple_tailcall): Update.
4783         (construct_exit_block): Update.
4784         * cfghooks.c (verify_flow_info): Update.
4785         (dump_bb_for_graph): Update.
4786         (split_edge): Update.
4787         (make_forwarder_block): Update.
4788         (duplicate_block): Update.
4789         (account_profile_record): Update.
4790         * cfgloop.c (find_subloop_latch_edge_by_profile): Update.
4791         (get_estimated_loop_iterations): Update.
4792         * cfgloopanal.c (expected_loop_iterations_unbounded): Update.
4793         (single_likely_exit): Update.
4794         * cfgloopmanip.c (scale_loop_profile): Update.
4795         (loopify): Update.
4796         (set_zero_probability): Update.
4797         (lv_adjust_loop_entry_edge): Update.
4798         * cfgrtl.c (force_nonfallthru_and_redirect): Update.
4799         (purge_dead_edges): Update.
4800         (rtl_account_profile_record): Update.
4801         * cgraph.c (cgraph_node::create): Uninitialize count.
4802         (symbol_table::create_edge): Uninitialize count.
4803         (cgraph_update_edges_for_call_stmt_node): Update.
4804         (cgraph_edge::dump_edge_flags): Update.
4805         (cgraph_node::dump): Update.
4806         (cgraph_edge::maybe_hot_p): Update.
4807         * cgraph.h: Include profile-count.h
4808         (create_clone), create_edge, create_indirect_edge): Update.
4809         (cgraph_node): Turn count to profile_count.
4810         (cgraph_edge0: Likewise.
4811         (make_speculative, clone): Update.
4812         (create_edge): Update.
4813         (init_lowered_empty_function): Update.
4814         * cgraphclones.c (cgraph_edge::clone): Update.
4815         (duplicate_thunk_for_node): Update.
4816         (cgraph_node::create_clone): Update.
4817         * cgraphunit.c (cgraph_node::analyze): Update.
4818         (cgraph_node::expand_thunk): Update.
4819         * final.c (dump_basic_block_info): Update.
4820         * gimple-streamer-in.c (input_bb): Update.
4821         * gimple-streamer-out.c (output_bb): Update.
4822         * graphite.c (print_global_statistics): Update.
4823         (print_graphite_scop_statistics): Update.
4824         * hsa-brig.c: Include basic-block.h.
4825         * hsa-dump.c: Include basic-block.h.
4826         * hsa-gen.c (T sum_slice): Update.
4827         (convert_switch_statements):Update.
4828         * hsa-regalloc.c: Include basic-block.h.
4829         * ipa-chkp.c (chkp_produce_thunks): Update.
4830         * ipa-cp.c (struct caller_statistics): Update.
4831         (init_caller_stats): Update.
4832         (gather_caller_stats): Update.
4833         (ipcp_cloning_candidate_p): Update.
4834         (good_cloning_opportunity_p): Update.
4835         (get_info_about_necessary_edges): Update.
4836         (dump_profile_updates): Update.
4837         (update_profiling_info): Update.
4838         (update_specialized_profile): Update.
4839         (perhaps_add_new_callers): Update.
4840         (decide_about_value): Update.
4841         (ipa_cp_c_finalize): Update.
4842         * ipa-devirt.c (struct odr_type_warn_count): Update.
4843         (struct decl_warn_count): Update.
4844         (struct final_warning_record): Update.
4845         (possible_polymorphic_call_targets): Update.
4846         (ipa_devirt): Update.
4847         * ipa-fnsummary.c (redirect_to_unreachable): Update.
4848         * ipa-icf.c (sem_function::merge): Update.
4849         * ipa-inline-analysis.c (do_estimate_edge_time): Update.
4850         * ipa-inline.c (compute_uninlined_call_time): Update.
4851         (compute_inlined_call_time): Update.
4852         (want_inline_small_function_p): Update.
4853         (want_inline_self_recursive_call_p): Update.
4854         (edge_badness): Update.
4855         (lookup_recursive_calls): Update.
4856         (recursive_inlining): Update.
4857         (inline_small_functions): Update.
4858         (dump_overall_stats): Update.
4859         (dump_inline_stats): Update.
4860         * ipa-profile.c (ipa_profile_generate_summary): Update.
4861         (ipa_propagate_frequency): Update.
4862         (ipa_profile): Update.
4863         * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
4864         * ipa-utils.c (ipa_merge_profiles): Update.
4865         * loop-doloop.c (doloop_modify): Update.
4866         * loop-unroll.c (report_unroll): Update.
4867         (unroll_loop_runtime_iterations): Update.
4868         * lto-cgraph.c (lto_output_edge): Update.
4869         (lto_output_node): Update.
4870         (input_node): Update.
4871         (input_edge): Update.
4872         (merge_profile_summaries): Update.
4873         * lto-streamer-in.c (input_cfg): Update.
4874         * lto-streamer-out.c (output_cfg): Update.
4875         * mcf.c (create_fixup_graph): Update.
4876         (adjust_cfg_counts): Update.
4877         (sum_edge_counts): Update.
4878         * modulo-sched.c (sms_schedule): Update.
4879         * postreload-gcse.c (eliminate_partially_redundant_load): Update.
4880         * predict.c (maybe_hot_count_p): Update.
4881         (probably_never_executed): Update.
4882         (dump_prediction): Update.
4883         (combine_predictions_for_bb): Update.
4884         (propagate_freq): Update.
4885         (handle_missing_profiles): Update.
4886         (counts_to_freqs): Update.
4887         (rebuild_frequencies): Update.
4888         (force_edge_cold): Update.
4889         * predict.h: Include profile-count.h
4890         (maybe_hot_count_p, counts_to_freqs): UPdate.
4891         * print-rtl-function.c: Do not include cfg.h
4892         * print-rtl.c: Include basic-block.h
4893         * profile-count.c: New file.
4894         * profile-count.h: New file.
4895         * profile.c (is_edge_inconsistent): Update.
4896         (correct_negative_edge_counts): Update.
4897         (is_inconsistent): Update.
4898         (set_bb_counts): Update.
4899         (read_profile_edge_counts): Update.
4900         (compute_frequency_overlap): Update.
4901         (compute_branch_probabilities): Update; Initialize and deinitialize
4902         gcov_count tables.
4903         (branch_prob): Update.
4904         * profile.h (bb_gcov_counts, edge_gcov_counts): New.
4905         (edge_gcov_count): New.
4906         (bb_gcov_count): New.
4907         * shrink-wrap.c (try_shrink_wrapping): Update.
4908         * tracer.c (better_p): Update.
4909         * trans-mem.c (expand_transaction): Update.
4910         (ipa_tm_insert_irr_call): Update.
4911         (ipa_tm_insert_gettmclone_call): Update.
4912         * tree-call-cdce.c: Update.
4913         * tree-cfg.c (gimple_duplicate_sese_region): Update.
4914         (gimple_duplicate_sese_tail): Update.
4915         (gimple_account_profile_record): Update.
4916         (execute_fixup_cfg): Update.
4917         * tree-inline.c (copy_bb): Update.
4918         (copy_edges_for_bb): Update.
4919         (initialize_cfun): Update.
4920         (freqs_to_counts): Update.
4921         (copy_cfg_body): Update.
4922         (expand_call_inline): Update.
4923         * tree-ssa-ifcombine.c (update_profile_after_ifcombine): Update.
4924         * tree-ssa-loop-ivcanon.c (unloop_loops): Update.
4925         (try_unroll_loop_completely): Update.
4926         (try_peel_loop): Update.
4927         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update.
4928         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Update.
4929         * tree-ssa-loop-split.c (connect_loops): Update.
4930         * tree-ssa-loop-unswitch.c (hoist_guard): Update.
4931         * tree-ssa-reassoc.c (branch_fixup): Update.
4932         * tree-ssa-tail-merge.c (replace_block_by): Update.
4933         * tree-ssa-threadupdate.c (create_block_for_threading): Update.
4934         (compute_path_counts): Update.
4935         (update_profile): Update.
4936         (recompute_probabilities): Update.
4937         (update_joiner_offpath_counts): Update.
4938         (estimated_freqs_path): Update.
4939         (freqs_to_counts_path): Update.
4940         (clear_counts_path): Update.
4941         (ssa_fix_duplicate_block_edges): Update.
4942         (duplicate_thread_path): Update.
4943         * tree-switch-conversion.c (case_bit_test_cmp): Update.
4944         (struct switch_conv_info): Update.
4945         * tree-tailcall.c (decrease_profile): Update.
4946         * tree-vect-loop-manip.c (slpeel_add_loop_guard): Update.
4947         * tree-vect-loop.c (scale_profile_for_vect_loop): Update.
4948         * value-prof.c (check_counter): Update.
4949         (gimple_divmod_fixed_value): Update.
4950         (gimple_mod_pow2): Update.
4951         (gimple_mod_subtract): Update.
4952         (gimple_ic_transform): Update.
4953         (gimple_stringop_fixed_value): Update.
4954         * value-prof.h (gimple_ic): Update.
4956 2017-06-02  Carl Love  <cel@us.ibm.com>
4958         * config/rs6000/rs6000-c: Add support for built-in functions
4959         vector double vec_doublee (vector signed int);
4960         vector double vec_doublee (vector unsigned int);
4961         vector double vec_doublee (vector float);
4962         vector double vec_doubleh (vector signed int);
4963         vector double vec_doubleh (vector unsigned int);
4964         vector double vec_doubleh (vector float);
4965         vector double vec_doublel (vector signed int);
4966         vector double vec_doublel (vector unsigned int);
4967         vector double vec_doublel (vector float);
4968         vector double vec_doubleo (vector signed int);
4969         vector double vec_doubleo (vector unsigned int);
4970         vector double vec_doubleo (vector float);.
4971         * config/rs6000/rs6000-builtin.def: Add definitions for DOUBLEE,
4972         DOUBLEO, DOUBLEH, DOUBLEL, UNS_DOUBLEO, UNS_DOUBLEE, UNS_DOUBLEH,
4973         UNS_DOUBLEL.
4974         * config/rs6000/altivec.md: Add code generator for doublee<mode>2,
4975         unsdoubleev4si2, doubleo<mode>2, unsdoubleov4si2, doubleh<mode>2,
4976         unsdoublehv4si2, doublel<mode>2, unsdoublelv4si2, add mode attribute
4977         VS_sxwsp.
4978         * config/rs6000/altivec.h: Add define for vec_doublee, vec_doubleo,
4979         vec_doublel, vec_doubleh.
4980         * doc/extend.texi: Update the built-in documentation file for the
4981         new built-in functions.
4983 2017-06-02  David Malcolm  <dmalcolm@redhat.com>
4985         PR jit/80954
4986         * ipa-inline-analysis.c (free_growth_caches): Set
4987         edge_removal_hook_holder to NULL after removing it.
4989 2017-06-02  Sudakshina Das  <sudi.das@arm.com>
4991         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Return CC_SWP for
4992         comparision with zero.
4994 2017-06-02  Will Schmidt  <will_schmidt@vnet.ibm.com>
4995         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
4996         for early expansion of vec_min and vec_max builtins.
4997         (builtin_function_type): Add min/max unsigned variants to those
4998         identified as having unsigned arguments.
5000 2017-06-02  Olivier Hainque  <hainque@adacore.com>
5002         * config/vx-common.h (DWARF_UNWIND_INFO): Switch #define to 1.
5004 2017-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5006         * config/aarch64/aarch64-simd.md (*aarch64_simd_vec_copy_lane<mode>):
5007         Use VALL_F16 iterator rather than VALL.
5009 2017-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5011         * config/aarch64/aarch64.c (aarch64_split_compare_and_swap):
5012         Emit CBNZ inside loop when doing a strong exchange and comparing
5013         against zero.  Generate the CC flags after the loop.
5015 2017-06-02  David Edelsohn  <dje.gcc@gmail.com>
5017         * dwarf2out.c (DWARF_INITIAL_LENGTH_SIZE_STR): New.
5018         (dl_section_ref): New.
5019         (dwarf2out_finish): Copy debug_line_section_label to dl_section_ref.
5020         On AIX, append an expression to subtract the size of the
5021         section length to dl_section_ref.
5023 2017-06-02  Will Schmidt  <will_schmidt@vnet.ibm.com>
5025         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
5026         for early expansion of vector absolute builtins.
5028 2017-06-02  Richard Biener  <rguenther@suse.de>
5030         * tree-vect-slp.c (vect_detect_hybrid_slp_2): Match up
5031         what we consider a relevant use stmt with vect_detect_hybrid_slp_stmts.
5033 2017-06-02  Richard Biener  <rguenther@suse.de>
5035         PR tree-optimization/80948
5036         * tree-tailcall.c (find_tail_calls): Track stmts to move in
5037         stmt order as well.
5039 2017-06-02  Richard Biener  <rguenther@suse.de>
5041         * tree-vect-loop.c (vect_analyze_loop_operations): Not relevant
5042         PHIs are ok.
5043         * tree-vect-stmts.c (process_use): Do not mark backedge defs
5044         for inductions as relevant.
5046 2017-06-02  Richard Biener  <rguenther@suse.de>
5048         * tree-vect-loop.c (get_initial_def_for_induction): Inline into ...
5049         (vectorizable_induction): ... this.  Remove dead code.
5051 2017-06-02  Eric Botcazou  <ebotcazou@adacore.com>
5053         * builtins. (expand_builtin_alloca): Remove second parameter and
5054         infer its value from the first parameter instead.
5055         (expand_builtin) <BUILT_IN_ALLOCA>: Adjust call to above.
5057 2017-06-02  Jakub Jelinek  <jakub@redhat.com>
5059         PR rtl-optimization/80903
5060         * loop-doloop.c (add_test): Unshare sequence.
5062 2017-06-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
5064         * doc/invoke.texi: Document the -Wsizeof-pointer-div warning.
5066 2017-06-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>
5068         * config/i386/i386.c (x86_64_ms_sysv_extra_clobbered_registers): Make
5069         static.
5070         (xlogue_layout::get_stack_space_used, xlogue_layout::s_instances,
5071         xlogue_layout::get_instance, logue_layout::xlogue_layout,
5072         sp_valid_at, fp_valid_at, choose_basereg): Formatting.
5073         (xlogue_layout::get_stub_rtx): Make static.
5074         (xlogue_layout::get_stub_name): Avoid const-cast, make static.
5075         (xlogue_layout::compute_stub_managed_regs): Rename to...
5076         (xlogue_layout::count_stub_managed_regs): ...this.
5077         (xlogue_layout::is_stub_managed_reg): New function.
5078         (xlogue_layout::m_stub_names): Rename to...
5079         (xlogue_layout::s_stub_names): ...this, make static.
5080         (xlogue_layout::STUB_INDEX_OFFSET, xlogue_layout::MIN_REGS,
5081         xlogue_layout::MAX_REGS, xlogue_layout::MAX_EXTRA_REGS,
5082         xlogue_layout::VARIANT_COUNT, xlogue_layout::STUB_NAME_MAX_LEN,
5083         xlogue_layout::s_stub_names): Instantiate statics.
5084         (stub_managed_regs): Remove.
5085         (ix86_save_reg): Use xlogue_layout::compute_stub_managed_regs.
5086         (disable_call_ms2sysv_xlogues): Rename to...
5087         (warn_once_call_ms2sysv_xlogues): ...this, and warn only once.
5088         (ix86_initial_elimination_offset, ix86_expand_call): Fix call_ms2sysv
5089         warning logic.
5090         (ix86_static_chain): Make sure that ix86_static_chain_on_stack can't
5091         change after reload_completed.
5092         (ix86_can_use_return_insn_p): Use the ix86_frame data structure
5093         directly.
5094         (ix86_expand_prologue): Likewise.
5095         (ix86_expand_epilogue): Likewise.
5096         (ix86_expand_split_stack_prologue): Likewise.
5097         (ix86_compute_frame_layout): Remove frame parameter ...
5098         (TARGET_COMPUTE_FRAME_LAYOUT): ... and export it as a target hook.
5099         (ix86_finalize_stack_realign_flags): Call ix86_compute_frame_layout
5100         only if necessary.
5101         (ix86_init_machine_status): Don't set use_fast_prologue_epilogue_nregs.
5102         (ix86_frame): Move from here ...
5103         * config/i386/i386.h (ix86_frame): ... to here.
5104         (machine_function): Remove use_fast_prologue_epilogue_nregs, cache the
5105         complete ix86_frame data structure instead.  Remove some_ld_name.
5107 2017-06-01  Pierre-Marie de Rodat  <derodat@adacore.com>
5109         * dwarf2out.c (dwarf2out_late_global_decl): Add locations for
5110         symbols that hold a DECL_VALUE_EXPR.
5112 2017-06-01  Martin Jambor  <mjambor@suse.cz>
5114         PR tree-optimization/80898
5115         * tree-sra.c (process_subtree_disqualification): Removed.
5116         (disqualify_candidate): Do not acll
5117         process_subtree_disqualification.
5118         (subtree_mark_written_and_enqueue): New function.
5119         (propagate_all_subaccesses): Set grp_write of LHS subtree if the
5120         RHS has been disqualified and re-queue LHS if necessary.  Apart
5121         from that, ignore disqualified RHS.
5123 2017-06-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5125         * config/s390/s390.c (s390_emit_epilogue): Disable early return
5126         address fetch for z10 or later.
5128 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
5130         * config/arc/arc.md (tst_movb): Add guard when splitting.
5132 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
5134         * config/arc/arc.c (arc_can_eliminate): Test against
5135         arc_frame_pointer_needed.
5137 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
5139         * config/arc/arc.c (arc_expand_prologue): Emit a special barrier
5140         to prevent store reordering.
5141         * config/arc/arc.md (UNSPEC_ARC_STKTIE): Define.
5142         (type): Add block type.
5143         (stack_tie): Define special instruction to be used in
5144         expand_prologue.
5146 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
5148         * config/arc/arc.md (commutative_binary_comparison): Remove 'I'
5149         constraint. It is not valid for the pattern.
5150         (noncommutative_binary_comparison): Likewise.
5152 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
5154         * config/arc/simdext.md (movv2hi_insn): Change predicate to avoid
5155         scaled addresses.
5157 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
5159         * config/arc/arc.c (arc_conditional_register_usage): Allow r30 to
5160         be used by the reg-alloc.
5162 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
5164         * config/arc/arc.md (mulsi3): Avoid use of hard registers before
5165         reg-alloc when having mul64 or mul32x16 instructions.
5166         (mulsidi3): Likewise.
5167         (umulsidi3): Likewise.
5168         (mulsi32x16): New pattern.
5169         (mulsi64): Likewise.
5170         (mulsidi64): Likewise.
5171         (umulsidi64): Likewise.
5172         (MUL32x16_REG): Define.
5173         (mul64_600): Use MUL32x16_REG.
5174         (mac64_600): Likewise.
5175         (umul64_600): Likewise.
5176         (umac64_600): Likewise.
5178 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
5180         * config/arc/arc.md (mulsi3_700): Make it commutative.
5182 2017-06-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
5184         * config/sparc/sparc.md (*zero_extendsidi2_insn_sp64): Set insn
5185         type for movstouw.
5186         (*sign_extendsidi2_insn): Likewise for movstosw.
5188 2017-06-01  Pierre-Marie de Rodat  <derodat@adacore.com>
5190         * dwarf2out.c (get_discr_value): Call the get_debug_type hook on
5191         the type of the input discriminant value.  Convert the
5192         discriminant value of signedness vary.
5194 2017-06-01  Volker Reichelt  <v.reichelt@netcologne.de>
5196         * doc/invoke.texi (-Wcatch-value): Document new shortcut.
5197         Add to -Wall section.
5199 2017-06-01  Richard Biener  <rguenther@suse.de>
5201         PR middle-end/66313
5202         * fold-const.c (fold_plusminus_mult_expr): If the factored
5203         factor may be zero use a wrapping type for the inner operation.
5204         * tree-tailcall.c (independent_of_stmt_p): Pass in to_move bitmap
5205         and handle moved defs.
5206         (process_assignment): Properly guard the unary op case.  Return a
5207         tri-state indicating that moving the stmt before the call may allow
5208         to continue.  Pass through to_move.
5209         (find_tail_calls): Handle moving unrelated defs before
5210         the call.
5212 2017-05-31  Segher Boessenkool  <segher@kernel.crashing.org>
5214         PR target/80618
5215         * config/rs6000/vector.md (*vector_uneq<mode>): Write the nor in the
5216         splitter result in the canonical way.
5218 2017-05-31  Uros Bizjak  <ubizjak@gmail.com>
5220         * config/i386/i386.md (*zero_extendsidi2): Enable alternative (?r, *Yj)
5221         also for 32bit target.  Update insn attributes.
5222         (zero-extendsidi2 splitter): Allow all registers for operand 1.
5224 2017-05-31  Sebastian Peryt  <sebastian.peryt@intel.com>
5226         * config/i386/avx512fintrin.h (_mm_mask_max_sd)
5227         (_mm_maskz_max_sd, _mm_mask_max_ss, _mm_maskz_max_ss)
5228         (_mm_mask_min_sd, _mm_maskz_min_sd, _mm_mask_min_ss)
5229         (_mm_maskz_min_ss): New intrinsics.
5231 2017-05-31  Martin Liska  <mliska@suse.cz>
5233         * tree-vect-loop.c (vect_create_epilog_for_reduction):
5234         Change comment style to one we normally use.
5235         (vectorizable_reduction): Likewise.
5236         (vectorizable_induction): Likewise.
5237         * tree-vect-stmts.c (vectorizable_mask_load_store): Likewise.
5238         (vectorizable_call): Likewise.
5239         (vectorizable_simd_clone_call): Likewise.
5240         (vectorizable_conversion): Likewise.
5241         (vectorizable_assignment): Likewise.
5242         (vectorizable_shift): Likewise.
5243         (vectorizable_operation): Likewise.
5244         (vectorizable_store): Likewise.
5245         (vectorizable_load): Likewise.
5246         * tree-vectorizer.h: Likewise.
5248 2017-05-31  Alexander Monakov  <amonakov@ispras.ru>
5250         * passes.c (emergency_dump_function): New.
5251         * tree-pass.h (emergency_dump_function): Declare.
5252         * plugin.c (plugins_internal_error_function): Remove.
5253         * plugin.h (plugins_internal_error_function): Remove declaration.
5254         * toplev.c (internal_error_function): New static function.  Use it...
5255         (general_init): ...here.
5257 2017-05-31  Graham Markall  <graham.markall@embecosm.com>
5259         * config/arc/arc.c (arc_print_operand): Handle constant operands.
5260         (arc_rtx_costs): Add costs for new patterns.
5261         * config/arc/arc.md: Additional *add_n and *sub_n patterns.
5262         * config/arc/predicates.md: Add _1_2_3_operand predicate.
5264 2017-05-31  Richard Sandiford  <richard.sandiford@linaro.org>
5266         * tree-ssa-strlen.c (get_next_strinfo): New function.
5267         (get_stridx_plus_constant): Use it.
5268         (zero_length_string): Likewise.
5269         (adjust_related_strinfos): Likewise.
5270         (adjust_last_stmt): Likewise.
5272 2017-05-31  Richard Biener  <rguenther@suse.de>
5274         PR target/80880
5275         * config/i386/i386.c (ix86_expand_builtin): Remove assert
5276         for arg being an SSA name when expanding IX86_BUILTIN_BNDRET.
5278 2017-05-31  Richard Sandiford  <richard.sandiford@linaro.org>
5280         * tree-vect-data-refs.c (vect_find_same_alignment_drs): Remove
5281         loop_vinfo argument and use of dependence distance vectors.
5282         Check instead whether the two references differ only in their
5283         initial value and assume that they have the same alignment if the
5284         difference is a multiple of the vector alignment.
5285         (vect_analyze_data_refs_alignment): Update call accordingly.
5287 2017-05-31  Martin Liska  <mliska@suse.cz>
5289         PR target/79155
5290         * config/i386/cpuid.h: Fix typo in a comment in cpuid.h.
5292 2017-05-31  Bin Cheng  <bin.cheng@arm.com>
5294         * tree-vect-loop-manip.c (create_intersect_range_checks_index)
5295         (create_intersect_range_checks): Move from ...
5296         * tree-data-ref.c (create_intersect_range_checks_index)
5297         (create_intersect_range_checks): ... to here.
5298         (create_runtime_alias_checks): New function factored from ...
5299         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): ...
5300         here.  Call above function.
5301         * tree-data-ref.h (create_runtime_alias_checks): New function.
5303 2017-05-31  Bin Cheng  <bin.cheng@arm.com>
5305         * tree-data-ref.c (prune_runtime_alias_test_list): Relax minimal
5306         segment length for dr_b and compute it in wide_int.
5308 2017-05-31  Richard Biener  <rguenther@suse.de>
5310         PR tree-optimization/80906
5311         * graphite-isl-ast-to-gimple.c (copy_loop_close_phi_nodes): Get
5312         and pass through iv_map.
5313         (copy_bb_and_scalar_dependences): Adjust.
5314         (translate_pending_phi_nodes): Likewise.
5315         (copy_loop_close_phi_args): Handle code-generating IVs instead
5316         of ICEing.
5318 2017-05-30  David Malcolm  <dmalcolm@redhat.com>
5320         * diagnostic-color.c (color_dict): Add "type-diff".
5321         (parse_gcc_colors): Update comment.
5322         * doc/invoke.texi (Diagnostic Message Formatting Options): Add
5323         -fdiagnostics-show-template-tree and -fno-elide-type.
5324         (GCC_COLORS): Add type-diff to example.
5325         (type-diff=): New.
5326         (-fdiagnostics-show-template-tree): New.
5327         (-fno-elide-type): New.
5328         * pretty-print.c (pp_format): Pass quote and formatters[argno] to
5329         the pp_format_decoder callback.  Call any m_format_postprocessor's
5330         "handle" method.
5331         (pretty_printer::pretty_printer): Initialize
5332         m_format_postprocessor.
5333         (pretty_printer::~pretty_printer): Delete any
5334         m_format_postprocessor.
5335         * pretty-print.h (printer_fn): Add bool and const char ** parameters.
5336         (class format_postprocessor): New class.
5337         (struct pretty_printer::format_decoder): Document the new parameters.
5338         (struct pretty_printer::m_format_postprocessor): New field.
5339         * tree-diagnostic.c (default_tree_printer): Update for new
5340         bool and const char ** params.
5341         * tree-diagnostic.h (default_tree_printer): Likewise.
5343 2017-05-30  Segher Boessenkool  <segher@kernel.crashing.org>
5345         * config/rs6000/predicates.md (cc_reg_not_micro_cr0_operand): Delete.
5346         (lwa_operand): Delete rs6000_gen_cell_microcode test.
5347         * config/rs6000/rs6000.c (rs6000_option_override_internal): Delete
5348         rs6000_gen_cell_microcode code.
5349         (rs6000_final_prescan_insn): Delete.
5350         (rs6000_opt_vars): Delete the "gen-cell-microcode" and
5351         "warn-cell-microcode" entries.
5352         * config/rs6000/rs6000.h (FINAL_PRESCAN_INSN): Delete.
5353         * config/rs6000/rs6000.md: Delete rs6000_gen_cell_microcode tests
5354         throughout.  Change cc_reg_not_micro_cr0_operand to
5355         cc_reg_not_cr0_operand throughout.
5356         (*extendhi<mode>2_noload): Delete.
5357         * config/rs6000/rs6000.opt (mgen-cell-microcode): Replace by stub.
5358         (mwarn-cell-microcode): Delete.
5359         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete
5360         -mgen-cell-microcode and -mwarn-cell-microcode.
5362 2017-05-30  Uros Bizjak  <ubizjak@gmail.com>
5364         PR target/80833
5365         * config/i386/constraints.md (Yd): New constraint.
5366         (Ye): Ditto.
5367         * config/i386/i386.md (*movti_internal): Add (?r, Ye)
5368         and (?Yd, r) alternatives.  Update insn attributes.
5369         * config/i386/i386.md (*movti_internal): Add (?r, *Ye)
5370         and (?*Yd, r) alternatives.  Update insn attributes.
5371         (double-mode inter-unit splitters): Add new GR<->XMM splitters.
5373 2017-05-30  Pierre-Marie de Rodat  <derodat@adacore.com>
5375         * gimplify.c (gimplify_modify_expr): Don't create a
5376         DECL_DEBUG_EXPR link if *FROM_P does not belong to the current
5377         function.
5379 2017-05-30  Wilco Dijkstra  <wdijkstr@arm.com>
5381         * config/arm/arm-builtins.c (arm_expand_builtin): Remove const.
5383 2017-05-30  Richard Biener  <rguenther@suse.de>
5385         * tree-vectorizer.h (struct _stmt_vec_info): Add reduc_type
5386         and reduc_def fields.
5387         (STMT_VINFO_REDUC_TYPE): New define.
5388         (STMT_VINFO_REDUC_DEF): Likewise.
5389         (vect_force_simple_reduction): Adjust prototype.
5390         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Adjust.
5391         (vect_is_simple_reduction): Remove check_reduction argument.
5392         (vect_force_simple_reduction): Adjust and set
5393         STMT_VINFO_REDUC_TYPE and STMT_VINFO_REDUC_DEF.
5394         (vectorizable_reduction): Do not re-do reduction analysis
5395         but use STMT_VINFO_REDUC_TYPE and STMT_VINFO_REDUC_DEF.
5396         * tree-parloops.c (gather_scalar_reductions): Adjust.
5398 2017-05-30  Richard Biener  <rguenther@suse.de>
5400         PR middle-end/80901
5401         * cfgexpand.c (expand_gimple_cond): Match up loop fixup with
5402         split_edge code.
5404 2017-05-24  Robin Dapp  <rdapp@linux.vnet.ibm.com>
5406         * tree-vect-data-refs.c (vect_get_peeling_costs_all_drs):
5407         Introduce unknown_misalignment parameter and remove vf.
5408         (vect_peeling_hash_get_lowest_cost):
5409         Pass unknown_misalignment parameter.
5410         (vect_enhance_data_refs_alignment):
5411         Fix unsupportable data ref treatment.
5413 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
5415         * tree-vect-data-refs.c (vect_get_data_access_cost):
5416         Workaround for SLP handling.
5417         (vect_enhance_data_refs_alignment):
5418         Compute costs for doing no peeling at all, compare to the best
5419         peeling costs so far and avoid peeling if cheaper.
5421 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
5423         * tree-vect-data-refs.c (vect_peeling_hash_choose_best_peeling):
5424         Return peeling info and set costs to zero for unlimited cost
5425         model.
5426         (vect_enhance_data_refs_alignment): Also inspect all datarefs
5427         with unknown misalignment. Compute and costs for unknown
5428         misalignment, compare them to the costs for known misalignment
5429         and choose the cheapest for peeling.
5431 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
5433         * tree-vect-data-refs.c (vect_update_misalignment_for_peel): Rename.
5434         (vect_get_peeling_costs_all_drs): Create function.
5435         (vect_peeling_hash_get_lowest_cost):
5436         Use vect_get_peeling_costs_all_drs.
5437         (vect_peeling_supportable): Create function.
5438         (vect_enhance_data_refs_alignment): Use vect_peeling_supportable.
5440 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
5442         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Create
5443         DR_HAS_NEGATIVE_STEP.
5444         (vect_update_misalignment_for_peel): Define DR_MISALIGNMENT.
5445         (vect_enhance_data_refs_alignment): Use.
5446         (vect_duplicate_ssa_name_ptr_info): Use.
5447         * tree-vectorizer.h (dr_misalignment): Use.
5448         (known_alignment_for_access_p): Use.
5450 2017-05-30  Jozef Lawrynowicz  <jozef.l@somniumtech.com>
5452         PR target/78838
5453         * config/msp430/msp430.c (gen_prefix): Return NULL when section name is
5454         .lowtext.
5455         (has_section_name): New function.
5457 2017-05-30  Martin Liska  <mliska@suse.cz>
5459         PR other/80909
5460         * auto-profile.c (get_function_decl_from_block): Fix
5461         parenthesis.
5463 2017-05-30  Richard Biener  <rguenther@suse.de>
5465         PR middle-end/80876
5466         * cfgexpand.c (expand_gimple_cond): Fixup preserving loops again.
5468 2017-05-30  Martin Liska  <mliska@suse.cz>
5470         * dumpfile.c: Use newly added macro DUMP_FILE_INFO.
5471         * dumpfile.h (struct dump_file_info): Remove ctors.
5473 2017-05-30  Martin Liska  <mliska@suse.cz>
5475         * predict.def: Fix GNU coding style.
5477 2017-05-29  Max Filippov  <jcmvbkbc@gmail.com>
5479         * config/xtensa/xtensa.c (xtensa_initial_elimination_offset):
5480         Mark 'to' argument with ATTRIBUTE_UNUSED.
5482 2017-05-29  Max Filippov  <jcmvbkbc@gmail.com>
5484         * config/xtensa/xtensa.c (xtensa_emit_call): Use
5485         HOST_WIDE_INT_PRINT_HEX instead of 0x%lx format string.
5486         (print_operand): Use HOST_WIDE_INT_PRINT_DEC instead of %ld
5487         format string.
5489 2017-05-29  Eric Botcazou  <ebotcazou@adacore.com>
5491         * doc/install.texi (Options specification): Restore entry of
5492         --enable-sjlj-exceptions.
5494 2017-05-27  Michael Eager  <eager@eagercon.com>
5496         Revert:
5497         2016-01-21  Ajit Agarwal  <ajitkum@xilinx.com>
5499         See https://gcc.gnu.org/ml/gcc/2017-05/msg00221.html.
5501         * config/microblaze/microblaze.h
5502         (FIXED_REGISTERS): Update in macro.
5503         (CALL_USED_REGISTERS): Update in macro.
5505 2017-05-27  François-Xavier Coudett  <fxcoudert@gcc.gnu.org>
5507         * doc/install.texi: Add links to macOS binary distributions.
5509 2017-05-27  Jakub Jelinek  <jakub@redhat.com>
5511         PR bootstrap/80887
5512         Revert:
5513         2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
5515         * match.pd ((A +- CST1) +- CST2): Allow some conversions.
5517 2017-05-26  Martin Liska  <mliska@suse.cz>
5519         * dumpfile.h (enum dump_kind): Renumber TDF_* flags to be contiguous.
5521 2017-05-26  Martin Liska  <mliska@suse.cz>
5523         * cfg.c (check_bb_profile): Do not use TDF_COMMENT and print
5524         always leading ';; '.
5525         (dump_bb_info): Likewise.
5526         (brief_dump_cfg): Likewise.
5527         * cfgrtl.c (print_rtl_with_bb): Do not use TDF_COMMENT.
5528         * dumpfile.c: Remove usage of TDF_VERBOSE.
5529         * dumpfile.h (enum dump_kind): Likewise.
5530         (dump_gimple_bb_header): Do not use TDF_COMMENT.
5531         * print-tree.c (debug_verbose): Remove.
5532         * tree-cfg.c (gimple_dump_cfg): Do not use TDF_COMMENT.
5533         (dump_function_to_file): Remove dumps guarded with TDF_VERBOSE.
5534         * tree-diagnostic.c (default_tree_printer): Replace
5535         TDF_DIAGNOSTIC with TDF_SLIM.
5537 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
5539         * tree-vect-loop-manip.c (create_intersect_range_checks_index): Pass
5540         in parameter loop, rather than loop_vinfo.
5541         (create_intersect_range_checks): Ditto.
5542         (vect_create_cond_for_alias_checks): Update call to above functions.
5544 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
5546         PR tree-optimization/80815
5547         * tree-data-ref.c (prune_runtime_alias_test_list): Simplify condition
5548         for merging runtime alias checks.  Handle negative DR_STEPs.
5550 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
5552         * tree-vect-data-refs.c (Operator==, comp_dr_with_seg_len_pair):
5553         Move from ...
5554         * tree-data-ref.c (Operator==, comp_dr_with_seg_len_pair): To here.
5555         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list): Factor
5556         out code pruning runtime alias checks.
5557         * tree-data-ref.c (prune_runtime_alias_test_list): New function
5558         factored out from above.
5559         * tree-vectorizer.h (struct dr_with_seg_len, dr_with_seg_len_pair_t):
5560         Move from ...
5561         * tree-data-ref.h (struct dr_with_seg_len, dr_with_seg_len_pair_t):
5562         ... to here.
5563         (prune_runtime_alias_test_list): New decalaration.
5565 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
5567         * tree-vect-data-refs.c (compare_tree): Rename and move ...
5568         * tree-data-ref.c (data_ref_compare_tree): ... to here.
5569         * tree-data-ref.h (data_ref_compare_tree): New decalaration.
5570         * tree-vect-data-refs.c (dr_group_sort_cmp): Update uses.
5571         (operator==, comp_dr_with_seg_len_pair): Ditto.
5572         (vect_prune_runtime_alias_test_list): Ditto.
5574 2017-05-26  Martin Liska  <mliska@suse.cz>
5576         PR ipa/80663
5577         * params.def: Bound partial-inlining-entry-probability param.
5579 2017-05-26  Marek Polacek  <polacek@redhat.com>
5581         PR sanitizer/80875
5582         * fold-const.c (fold_binary_loc) <case MULT_EXPR>: Check if OP1
5583         can be negated.
5585 2017-05-26  Richard Biener  <rguenther@suse.de>
5587         PR tree-optimization/80842
5588         * tree-ssa-ccp.c (set_lattice_value): Always meet with the old
5589         value.
5591 2017-05-26  Richard Biener  <rguenther@suse.de>
5593         PR tree-optimization/80844
5594         * tree-vectorizer.c (adjust_simduid_builtins): Propagate results.
5596 2017-05-25  Sebastian Peryt  <sebastian.peryt@intel.com>
5598         * doc/md.texi (Machine Constraints): Update x86 family
5599         machine constraints section to match 'config/i386/constraints.md'.
5601 2017-05-25  Volker Reichelt  <v.reichelt@netcologne.de>
5603         * doc/invoke.texi (-Wcatch-value=): Document new warning option.
5605 2017-05-25  Nathan Sidwell  <nathan@acm.org>
5607         * doc/invoke.texi (--enable-languages): Update documentation.
5609 2017-05-25  Martin Liska  <mliska@suse.cz>
5611         * dumpfile.c: Add TDF_FOLDING.
5612         * dumpfile.h (enum dump_kind): Likewise.
5613         * genmatch.c (dt_simplify::gen_1): Use it.
5615 2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
5617         * match.pd (view_convert (convert@0 @1)): Handle zero-extension.
5619 2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
5621         * match.pd ((A +- CST1) +- CST2): Allow some conversions.
5622         * tree.c (drop_tree_overflow): Handle COMPLEX_CST and VECTOR_CST.
5624 2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
5626         * fold-const.c (fold_binary_loc) [(A & C) == D]: Remove transformation.
5627         * match.pd (X == C): Rewrite it here.
5628         (with_possible_nonzero_bits, with_possible_nonzero_bits2,
5629         with_certain_nonzero_bits2): New predicates.
5630         * tree-ssanames.c (get_nonzero_bits): Handle INTEGER_CST.
5632 2017-05-24  Nathan Sidwell  <nathan@acm.org>
5634         * lto-streamer-in.c (lto_input_data_block): Adjust T const cast to
5635         avoid warning.
5637         * auto-profile.c (afdo_propagate): Adjust T const cast to avoid
5638         warning.
5640 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
5642         * config/powerpcspe: New port.  Files are copied from the rs6000
5643         port, with "rs6000" in filenames replaced by "powerpcspe".
5645 2017-05-24  Wilco Dijkstra  <wdijkstr@arm.com>
5647         PR rtl-optimization/80754
5648         * lra-remat.c (do_remat): Add overlap checks for dst_regno.
5650 2017-05-24  Sheldon Lobo  <smlobo@sheldon.us.oracle.com>
5652         * config/sparc/sparc.md (length): Return the correct value for -mflat
5653         sibcalls to match output_sibcall.
5655 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
5657         PR bootstrap/80860
5658         PR bootstrap/80843
5659         * config/rs6000/rs6000.c (struct machine_function): Add new field
5660         n_components.
5661         (rs6000_get_separate_components): Init that field, use it.
5662         (rs6000_components_for_bb): Use the field.
5664 2017-05-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5666         * config/arm/arm.c (arm_expand_prologue): Fix typo in comment.
5668 2017-05-24  Peter Bergner  <bergner@vnet.ibm.com>
5670         PR middle-end/80823
5671         * tree-cfg.c (group_case_labels_stmt): Delete increment of "i";
5673 2017-05-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5675         PR target/80725
5676         * config/s390/s390.c (s390_check_qrst_address): Check incoming
5677         address against address_operand predicate.
5678         * config/s390/s390.md ("*indirect_jump"): Swap alternatives.
5680 2017-05-24  Eric Botcazou  <ebotcazou@adacore.com>
5682         * var-tracking.c (track_expr_p): Do not return 0 for tracked record
5683         parameters passed indirectly.
5685 2017-05-23  Uros Bizjak  <ubizjak@gmail.com>
5687         * config/i386/i386.md (*movdi_internal): Remove SSE4
5688         alternative 18 (?r, *v).  Update insn attributes.
5689         (*movsi_internal): Remove SSE4 alternative 13 (?r, *v).
5690         Update insn attributes.
5691         (*zero_extendsidi2): Remove SSE4 alternative (?r, *x).
5692         Update insn attributes.
5693         * config/i386/sse.md (vec_extract<ssevecmodelower>_0): Remove SSE4
5694         alternative 1 (r, v). Remove isa attribute.
5695         * config/i386/i386.c (dimode_scalar_chain::make_vector_copies):
5696         Always move value through stack for !TARGET_INTER_UNIT_MOVES_TO_VEC
5697         and !TARGET_INTER_UNIT_MOVES_TO_VEC targets.
5699 2017-05-23  Tom de Vries  <tom@codesourcery.com>
5701         * doc/sourcebuild.texi (Directives, Verify compiler message): Document
5702         dg-line directive.
5704 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
5706         * cgraphunit.c (symbol_table::process_new_functions): Update.
5707         * ipa-fnsummary.c (pass_data_inline_parameters): Remove.
5708         (inline_generate_summary): Rename to ...
5709         (ipa_fn_summary_generate): ... this one.
5710         (inline_read_summary): Rename to ...
5711         (ipa_fn_summary_read): ... this one.
5712         (inline_write_summary): Rename to ...
5713         (ipa_fn_summary_write): ... this one.
5714         (inline_free_summary): Rename to ...
5715         (ipa_free_fn_summary): ... this one.
5716         (pass_data_local_fn_summary, pass_local_fn_summary,
5717         make_pass_local_fn_summary, pass_data_ipa_free_fn_summary,
5718         pass_ipa_free_fn_summary, make_pass_ipa_free_fn_summary,
5719         pass_data_ipa_fn_summary, pass_ipa_fn_summary,
5720         make_pass_ipa_fn_summary): New.
5721         * ipa-fnsummary.h (inline_generate_summary, inline_read_summary,
5722         inline_write_summary, inline_free_summary): Remove.
5723         (ipa_free_fn_summary) : New.
5724         * ipa-inline.c (ipa_inline): Update.
5725         (pass_ipa_inline): Do not generate summaries.
5726         * ipa.c (pass_data_ipa_free_fn_summary, pass_ipa_free_fn_summary):
5727         Remove.
5728         * passes.def: Replace pass_inline_parameters by pass_local_fn_summary
5729         and add pass_ipa_fn_summary.
5730         * tree-pass.h (make_pass_ipa_fn_summary, make_pass_local_fn_summary):
5731         New.
5732         (make_pass_inline_parameters): Remove.
5734 2017-05-23  Thomas Schwinge  <thomas@codesourcery.com>
5736         * omp-low.c (struct omp_context): Remove "default_kind" member.
5737         Adjust all users.
5739         * omp-offload.c (execute_oacc_device_lower): Remove the
5740         parallelism dimensions function attributes for unparallelized
5741         OpenACC kernels constructs.
5743 2017-05-23  Martin Liska  <mliska@suse.cz>
5745         * cgraph.c (cgraph_node::get_create): Use symtab_node::dump_{asm_,}name
5746         functions.
5747         (cgraph_edge::make_speculative): Likewise.
5748         (cgraph_edge::resolve_speculation): Likewise.
5749         (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
5750         (cgraph_node::dump): Likewise.
5751         * cgraph.h: Likewise.
5752         * cgraphunit.c (analyze_functions): Likewise.
5753         (symbol_table::compile): Likewise.
5754         * ipa-cp.c (print_all_lattices): Likewise.
5755         (determine_versionability): Likewise.
5756         (initialize_node_lattices): Likewise.
5757         (ipcp_verify_propagated_values): Likewise.
5758         (estimate_local_effects): Likewise.
5759         (update_profiling_info): Likewise.
5760         (create_specialized_node): Likewise.
5761         (perhaps_add_new_callers): Likewise.
5762         (decide_about_value): Likewise.
5763         (decide_whether_version_node): Likewise.
5764         (identify_dead_nodes): Likewise.
5765         (ipcp_store_bits_results): Likewise.
5766         * ipa-devirt.c (dump_targets): Likewise.
5767         (ipa_devirt): Likewise.
5768         * ipa-icf.c (sem_item::dump): Likewise.
5769         (sem_function::equals): Likewise.
5770         (sem_variable::equals): Likewise.
5771         (sem_item_optimizer::read_section): Likewise.
5772         (sem_item_optimizer::execute): Likewise.
5773         (congruence_class::dump): Likewise.
5774         * ipa-inline-analysis.c (dump_ipa_call_summary): Likewise.
5775         (dump_inline_summary): Likewise.
5776         (estimate_node_size_and_time): Likewise.
5777         (inline_analyze_function): Likewise.
5778         * ipa-inline-transform.c (inline_call): Likewise.
5779         * ipa-inline.c (report_inline_failed_reason): Likewise.
5780         (want_early_inline_function_p): Likewise.
5781         (edge_badness): Likewise.
5782         (update_edge_key): Likewise.
5783         (inline_small_functions): Likewise.
5784         * ipa-profile.c (ipa_profile): Likewise.
5785         * ipa-prop.c (ipa_print_node_jump_functions): Likewise.
5786         (ipa_make_edge_direct_to_target): Likewise.
5787         (remove_described_reference): Likewise.
5788         (ipa_impossible_devirt_target): Likewise.
5789         (propagate_controlled_uses): Likewise.
5790         (ipa_print_node_params): Likewise.
5791         (ipcp_transform_function): Likewise.
5792         * ipa-pure-const.c (pure_const_read_summary): Likewise.
5793         (propagate_pure_const): Likewise.
5794         * ipa-reference.c (generate_summary): Likewise.
5795         (read_write_all_from_decl): Likewise.
5796         (propagate): Likewise.
5797         (ipa_reference_read_optimization_summary): Likewise.
5798         * ipa-utils.c (ipa_merge_profiles): Likewise.
5799         * ipa.c (walk_polymorphic_call_targets): Likewise.
5800         (symbol_table::remove_unreachable_nodes): Likewise.
5801         (ipa_single_use): Likewise.
5802         * passes.c (execute_todo): Likewise.
5803         * predict.c (drop_profile): Likewise.
5804         * symtab.c (symtab_node::get_dump_name): New function.
5805         (symtab_node::dump_name): Likewise.
5806         (symtab_node::dump_asm_name): Likewise.
5807         (symtab_node::dump_references): Likewise.
5808         (symtab_node::dump_referring): Likewise.
5809         (symtab_node::dump_base): Likewise.
5810         (symtab_node::debug_symtab): Likewise.
5811         * tree-sra.c (convert_callers_for_node): Likewise.
5812         * tree-ssa-structalias.c (ipa_pta_execute): Likewise.
5813         * value-prof.c (init_node_map): Likewise.
5815 2017-05-23  Martin Liska  <mliska@suse.cz>
5817         * cgraph.h: Move symtab_node::dump_table to symbol_table::dump
5818         and symtab_node::debug_symtab to symbol_table::debug.
5819         * cgraphunit.c (analyze_functions): Use the renamed function.
5820         (symbol_table::compile): Likewise.
5821         * ipa-cp.c (ipcp_verify_propagated_values): Likewise.
5822         * ipa-icf.c (sem_item_optimizer::execute): Likewise.
5823         * passes.c (execute_todo): Likewise.
5824         * symtab.c (symbol_table::dump): New function.
5825         * tree-ssa-structalias.c (ipa_pta_execute): Use the renamed function.
5827 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
5829         * ipa-fnsummary.c (estimate_node_size_and_time): Do not sanity check
5830         that nonconst implies exec.
5832 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
5834         * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgraph_edge_hook_list,
5835         inline_edge_removal_hook, inline_edge_duplication_hook): Remove.
5836         (inline_edge_summary_vec): Turn into ...
5837         (ipa_call_summaries): ... this one.
5838         (redirect_to_unreachable, edge_set_predicate,
5839         evaluate_properties_for_edge, inline_summary_alloc,
5840         reset_ipa_call_summary, reset_inline_summary,
5841         inline_summary_t::duplicate): Update.
5842         (inline_edge_duplication_hook): Turn to ...
5843         (ipa_call_summary_t::duplicate): ... this one.
5844         (inline_edge_removal_hook): Turn to ...
5845         (ipa_call_summary_t::remove): ... this one.
5846         (dump_inline_edge_summary): Turn to ...
5847         (dump_ipa_call_summary): ... this one.
5848         (estimate_function_body_sizes): Update.
5849         (inline_update_callee_summaries): Update.
5850         (remap_edge_change_prob): Update.
5851         (remap_edge_summaries): Update.
5852         (inline_merge_summary): Update.
5853         (do_estimate_edge_time): Update.
5854         (inline_generate_summary): Update.
5855         (inline_read_section): Update.
5856         (inline_read_summary): Update.
5857         (inline_free_summary): Update.
5858         * ipa-inline.c (can_inline_edge_p): Update.
5859         (compute_inlined_call_time): Update.
5860         (want_inline_small_function_p): Update.
5861         (edge_badness): Update.
5862         (early_inliner): Update.
5863         * ipa-inline.h (inline_edge_summary): Turn to ...
5864         (ipa_call_summary): ... this one.
5865         (ipa_call_summary_t): New class.
5866         (inline_edge_summary_t, inline_edge_summary_vec): Remove.
5867         (ipa_call_summaries): New.
5868         (inline_edge_summary): Remove.
5869         (estimate_edge_growth): Update.
5870         * ipa-profile.c (ipa_propagate_frequency_1): Update.
5871         * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
5872         * ipa-split.c (execute_split_functions): Update.
5873         * ipa.c (symbol_table::remove_unreachable_nodes): Update.
5875 2017-05-23  Tom de Vries  <tom@codesourcery.com>
5877         * doc/sourcebuild.texi (Effective-Target Keywords, Other hardware
5878         attributes): Document rdrand effective target.
5880 2017-05-23  Tom de Vries  <tom@codesourcery.com>
5882         * doc/sourcebuild.texi (Effective-Target Keywords, Other hardware
5883         attributes): Sort alphabetically.
5885 2017-05-23  Georg-Johann Lay  <avr@gjlay.de>
5887         * config/avr/genmultilib.awk: Use gsub instead of gensub.
5889 2017-05-22  Michael Meissner  <meissner@linux.vnet.ibm.com>
5891         PR target/80718
5892         * config/rs6000/vsx.md (vsx_splat_<mode>, VSX_D iterator): Split
5893         V2DF/V2DI splat into two separate patterns, one that handles
5894         registers, and the other that only handles memory.  Drop support
5895         for splatting from a GPR on ISA 2.07 and then splitting the
5896         splat into direct move and splat.
5897         (vsx_splat_<mode>_reg): Likewise.
5898         (vsx_splat_<mode>_mem): Likewise.
5900 2017-05-22  Segher Boessenkool  <segher@kernel.crashing.org>
5902         * cfgcleanup.c (bb_is_just_return): Allow CLOBBERs.
5904 2017-05-22  Jakub Jelinek  <jakub@redhat.com>
5906         PR middle-end/80809
5907         * omp-low.c (finish_taskreg_remap): New function.
5908         (finish_taskreg_scan): If unit size of ctx->record_type
5909         is non-constant, unshare the size expression and replace
5910         decls in it with possible outer var refs.
5912         PR middle-end/80809
5913         * gimplify.c (omp_add_variable): For GOVD_DEBUG_PRIVATE use
5914         GOVD_SHARED rather than GOVD_PRIVATE with it.
5915         (gimplify_adjust_omp_clauses_1, gimplify_adjust_omp_clauses): Expect
5916         GOVD_SHARED rather than GOVD_PRIVATE with GOVD_DEBUG_PRIVATE.
5918         PR middle-end/80853
5919         * omp-low.c (lower_reduction_clauses): Pass OMP_CLAUSE_PRIVATE
5920         as last argument to build_outer_var_ref for pointer bases of array
5921         section reductions.
5923 2017-05-19  Martin Sebor  <msebor@redhat.com>
5925         * print-tree.c (print_node): Print DECL_READ_P flag.
5927 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
5929         * Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.h
5930         * auto-profile.c: Replace ipa-inline.h by ipa-fnsummary.h
5931         * cgraph.c: Likewise.
5932         * cgraphunit.c: Likewise.
5933         * gengtype.c: Likewise.
5934         * ipa-cp.c: Likewise.
5935         * ipa-devirt.c: Likewise.
5936         * ipa-icf.c: Likewise.
5937         * ipa-predicate.c: Likewise.
5938         * ipa-profile.c: Likewise.
5939         * ipa-prop.c: Likewise.
5940         * ipa-split.c: Likewise.
5941         * ipa.c: Likewise.
5942         * ipa-inline-analysis.c (inline_summaries, ipa_call_summaries,
5943         edge_predicate_pool, dump_inline_hints,
5944         inline_summary::account_size_time, redirect_to_unreachable,
5945         edge_set_predicate, set_hint_predicate,
5946         evaluate_conditions_for_known_args, evaluate_properties_for_edge,
5947         inline_summary_alloc, ipa_call_summary::reset, inline_summary::reset,
5948         inline_summary_t::remove, remap_hint_predicate_after_duplication,
5949         inline_summary_t::duplicate, ipa_call_summary_t::duplicate,
5950         ipa_call_summary_t::remove, initialize_growth_caches,
5951         free_growth_caches, dump_ipa_call_summary, dump_inline_summary,
5952         debug_inline_summary, dump_inline_summaries, initialize_inline_failed,
5953         mark_modified, unmodified_parm_1, unmodified_parm,
5954         unmodified_parm_or_parm_agg_item, eliminated_by_inlining_prob,
5955         set_cond_stmt_execution_predicate, set_switch_stmt_execution_predicate,
5956         compute_bb_predicates, will_be_nonconstant_expr_predicate,
5957         will_be_nonconstant_predicate, record_modified_bb_info,
5958         get_minimal_bb, record_modified, param_change_prob,
5959         phi_result_unknown_predicate, predicate_for_phi_result,
5960         array_index_predicate, clobber_only_eh_bb_p, fp_expression_p,
5961         estimate_function_body_sizes, compute_inline_parameters,
5962         compute_inline_parameters_for_curren, pass_data_inline_parameters,
5963         estimate_node_size_and_time, estimate_ipcp_clone_size_and_time,
5964         inline_update_callee_summaries, remap_edge_change_prob,
5965         remap_edge_summaries, remap_hint_predicate, inline_merge_summary,
5966         inline_update_overall_summary, inline_indirect_intraprocedural_analysis,
5967         inline_analyze_function, inline_summary_t::insert,
5968         inline_generate_summary, read_ipa_call_summary, inline_read_section,
5969         inline_read_summary, write_ipa_call_summary, inline_write_summary,
5970         inline_free_summary): Move to ipa-fnsummary.h
5971         (predicate_t): Remove.
5972         * ipa-fnsummary.c: New file.
5973         * ipa-inline.h:  Do not include sreal.h and ipa-predicate.h
5974         (enum inline_hints_vals, inline_hints, agg_position_info,
5975         INLINE_SIZE_SCALE, size_time_entry, inline_summary, inline_summary_t,
5976         inline_summaries, ipa_call_summary, ipa_call_summary_t,
5977         ipa_call_summaries, debug_inline_summary, dump_inline_summaries,
5978         dump_inline_summary, dump_inline_hints, inline_generate_summary,
5979         inline_read_summary, inline_write_summary, inline_free_summary,
5980         inline_analyze_function, initialize_inline_failed,
5981         inline_merge_summary, inline_update_overall_summary,
5982         compute_inline_parameters): Move to ipa-fnsummary.h
5983         * ipa-fnsummary.h: New file.
5984         * ipa-inline-transform.h: Include ipa-inline.h.
5985         * ipa-inline.c: LIkewise.
5987 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
5989         * ipa-inline.c (edge_badness): Use inlined_time instead of
5990         inline_summaries->get.
5992 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
5994         * ipa-inline.c (edge_badness): Use estimate_size_after_inlining.
5996 2017-05-22  Nathan Sidwell  <nathan@acm.org>
5998         * doc/invoke.texi (fdump-translation-unit): Delete documentation.
5999         (fdump-lang): Document 'raw' option.
6000         * dumpfile.h (TDI_tu): Delete.
6001         * dumpfile.c (dump_files): Remove translation-unit.
6002         (FIRST_AUTO_NUMBERED_DUMP): Decrement.
6004 2017-05-22  Georg-Johann Lay  <avr@gjlay.de>
6006         * config/avr/t-avr (AWK) [t-multilib]: Remove "-v FORMAT=Makefile"
6007         command option from $(AWK) call.
6008         * config/avr/genmultilib.awk: Simplify and rewrite so that it
6009         generates MULTILIB_REQUIRED instead of MULTILIB_EXCEPTIONS.
6010         [FORMAT]: Remove handling of variable.
6011         * config/avr/t-multilib: Regenerate.
6013 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
6015         * ipa-inline-analysis.c (inline_summary::reset): Do not reset
6016         self_time.
6017         (dump_inline_summary): Do not print self_time.
6018         (estimate_function_body_sizes): Do not set self_time.
6019         (compute_inline_parameters): Likewise.
6020         (inline_read_section, inline_write_summary): Do not stream self_time.
6021         * ipa-inline.h (inline_summary): Drop self_time.
6023 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
6025         * ipa-inline-analysis.c (account_size_time): Rename to ...
6026         (inline_summary::account_size_time): ... this one.
6027         (reset_ipa_call_summary): Turn to ...
6028         (ipa_call_summary::reset): ... this one.
6029         (reset_inline_summary): Turn to ...
6030         (inline_summary::reset): ... this one.
6031         (inline_summary_t::remove): Update.
6032         (inline_summary_t::duplicate): Update.
6033         (ipa_call_summary_t::remove): Update.
6034         (dump_inline_summary): Update.
6035         (estimate_function_body_sizes): Update.
6036         (compute_inline_parameters): Update.
6037         (estimate_node_size_and_time): Update.
6038         (inline_merge_summary): Update.
6039         (inline_update_overall_summary): Update.
6040         (inline_read_section): Update.
6041         (inline_write_summary): Update.
6042         * ipa-inline.h (inline_summary): Rename entry to size_time_table;
6043         add account_size_time and reset member functions.
6044         (ipa_call_summary): Add reset function.
6045         * ipa-predicate.h (predicate::operator &): Constify.
6047 2017-05-22  Richard Biener  <rguenther@suse.de>
6049         * df-scan.c (df_insn_refs_verify): Speedup when not verifying.
6051 2017-05-19  Jason Merrill  <jason@redhat.com>
6053         * tree.c (make_tree_vec_stat, grow_tree_vec_stat): Use size_t.
6055 2017-05-19  Marek Polacek  <polacek@redhat.com>
6057         PR sanitizer/80800
6058         * fold-const.c (extract_muldiv_1) <case TRUNC_DIV_EXPR>: Add
6059         TYPE_OVERFLOW_WRAPS checks.
6061 2017-05-19  Thomas Schwinge  <thomas@codesourcery.com>
6063         * tree-core.h (enum omp_clause_default_kind): Add
6064         "OMP_CLAUSE_DEFAULT_PRESENT".
6065         * tree-pretty-print.c (dump_omp_clause): Handle it.
6066         * gimplify.c (enum gimplify_omp_var_data): Add
6067         "GOVD_MAP_FORCE_PRESENT".
6068         (gimplify_adjust_omp_clauses_1): Map it to
6069         "GOMP_MAP_FORCE_PRESENT".
6070         (oacc_default_clause): Handle "OMP_CLAUSE_DEFAULT_PRESENT".
6072         * gimplify.c (oacc_default_clause): Clarify.
6074 2017-05-19  Nathan Sidwell  <nathan@acm.org>
6076         LANG_HOOK_REGISTER_DUMPS
6077         * toplev.c (general_init): Call register dump lang hook.
6078         * doc/invoke.texi: Document -fdump-lang option family.
6079         * dumpfile.c (dump_files): Remove class dump here.
6080         (FIRST_AUTO_NUMBERED_DUMP): Adjust.
6081         * dumpfile.h (tree_dump_index): Remove TDI_class.
6082         * langhooks-def.h (lhd_register_dumps): Declare.
6083         (LANG_HOOKS_REGISTER_DUMPS): Define.
6084         (LANG_HOOKS_INITIALIZER): Add it.
6085         * langhooks.c (lhd_register_dumps): Define.
6086         * langhooks.h (struct lang_hooks): Add register_dumps.
6088 2017-05-19  Nathan Sidwell  <nathan@acm.org>
6090         * context.h (context::set_passes): New.
6091         * context.c (context::context): Do not create pass manager.
6092         * toplev.c (general_init): Create pass manager here.
6094 2017-05-19  Segher Boessenkool  <segher@kernel.crashing.org>
6096         * config/rs6000/rs6000.md (splitter to load of -1 and mask): Don't
6097         use this splitter if two add or or instructions would also work for
6098         the constant we want to generate.
6100 2017-05-19  Richard Biener  <rguenther@suse.de>
6102         PR build/80821
6103         * genmatch.c (dt_node::gen_kids_1): Add missing scope around
6104         predicate evaluation.
6106 2017-05-19  Jan Hubicka  <hubicka@ucw.cz>
6108         * ipa-inline.h (ipa_call_summary): Turn sizes into signed;
6109         add ctor.
6110         * ipa-inline.c (want_inline_small_function_p): Do not cast to
6111         unsigned.
6113 2017-05-19  Jan Hubicka  <hubicka@ucw.cz>
6115         * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgraph_edge_hook_list,
6116         inline_edge_removal_hook, inline_edge_duplication_hook): Remove.
6117         (inline_edge_summary_vec): Turn into ...
6118         (ipa_call_summaries): ... this one.
6119         (redirect_to_unreachable, edge_set_predicate,
6120         evaluate_properties_for_edge, inline_summary_alloc,
6121         reset_ipa_call_summary, reset_inline_summary,
6122         inline_summary_t::duplicate): Update.
6123         (inline_edge_duplication_hook): Turn to ...
6124         (ipa_call_summary_t::duplicate): ... this one.
6125         (inline_edge_removal_hook): Turn to ...
6126         (ipa_call_summary_t::remove): ... this one.
6127         (dump_inline_edge_summary): Turn to ...
6128         (dump_ipa_call_summary): ... this one.
6129         (estimate_function_body_sizes): Update.
6130         (inline_update_callee_summaries): Update.
6131         (remap_edge_change_prob): Update.
6132         (remap_edge_summaries): Update.
6133         (inline_merge_summary): Update.
6134         (do_estimate_edge_time): Update.
6135         (inline_generate_summary): Update.
6136         (inline_read_section): Update.
6137         (inline_read_summary): Update.
6138         (inline_free_summary): Update.
6139         * ipa-inline.c (can_inline_edge_p): Update.
6140         (compute_inlined_call_time): Update.
6141         (want_inline_small_function_p): Update.
6142         (edge_badness): Update.
6143         (early_inliner): Update.
6144         * ipa-inline.h (inline_edge_summary): Turn to ...
6145         (ipa_call_summary): ... this one.
6146         (ipa_call_summary_t): New class.
6147         (inline_edge_summary_t, inline_edge_summary_vec): Remove.
6148         (ipa_call_summaries): New.
6149         (inline_edge_summary): Remove.
6150         (estimate_edge_growth): Update.
6151         * ipa-profile.c (ipa_propagate_frequency_1): Update.
6152         * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
6153         * ipa-split.c (execute_split_functions): Update.
6154         * ipa.c (symbol_table::remove_unreachable_nodes): Update.
6156 2017-05-19  Richard Biener  <rguenther@suse.de>
6158         PR middle-end/80764
6159         * cfgexpand.c (expand_gimple_cond): Fix loop fixup.
6161 2017-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
6163         * config/rs6000/rs6000.c (struct machine_function): Add field
6164         fpr_is_wrapped_separately.
6165         (rs6000_get_separate_components): Use 64 components.  Handle the
6166         new FPR components.
6167         (rs6000_components_for_bb): Handle the FPR components.
6168         (rs6000_emit_prologue_components): Handle the FPR components.
6169         (rs6000_emit_epilogue_components): Handle the FPR components.
6170         (rs6000_set_handled_components): Handle the FPR components.
6171         (rs6000_emit_prologue): Don't output prologue code for those FPRs
6172         that are already separately shrink-wrapped.
6173         (rs6000_emit_epilogue): Don't output epilogue code for those FPRs
6174         that are already separately shrink-wrapped.
6176 2017-05-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
6178         PR target/80510
6179         * config/rs6000/predicates.md (simple_offsettable_mem_operand):
6180         New predicate.
6182         * config/rs6000/rs6000.md (ALTIVEC_DFORM): New iterator.
6183         (define_peephole2 for Altivec d-form load): Add peepholes to catch
6184         cases where the register allocator uses a move and an offsettable
6185         memory operation to/from a FPR register on ISA 2.06/2.07.
6186         (define_peephole2 for Altivec d-form store): Likewise.
6188 2017-05-18  Uros Bizjak  <ubizjak@gmail.com>
6190         PR target/80799
6191         * config/i386/mmx.md (*mov<mode>_internal): Enable
6192         alternatives 11, 12, 13 and 14 also for 32bit targets.
6193         Remove alternatives 15, 16, 17 and 18.
6194         * config/i386/sse.md (vec_concatv2di): Change
6195         alternative (!x, *y) to (x, ?!*Yn).
6197 2017-05-18  Paolo Carlini  <paolo.carlini@oracle.com>
6199         * dumpfile.h (enum dump_kind): Remove stray comma.
6201 2017-05-18  Jan Hubicka  <hubicka@ucw.cz>
6203         * Makefile.in: Add ipa-predicate.o and ipa-predicate.h
6204         * ipa-inline-analysis.c (NUM_CONDITIONS): turn into
6205         predicate::num_conditions
6206         (IS_NOT_CONSTANT): turn into predicate::is_not_constant.
6207         (CHANGED): turn into predicate::changed.
6208         (agg_position_info): Move to ipa-predicate.h
6209         (add_condition, predicate::add_clause, predicate::operator &=,
6210         predicate::or_with, predicate::evaluate, predicate::probability,
6211         dump_condition, dump_clause, predicate::dump,
6212         predicate::remap_after_duplication, predicate::remap_after_inlining,
6213         predicate::stream_in, predicate::stream_out): Move to ipa-predicate.c
6214         (evaluate_conditions_for_known_args): Update.
6215         (set_cond_stmt_execution_predicate): Update.
6216         * ipa-inline.h: Include ipa-predicate.h
6217         (condition, inline_param_summary, conditions, agg_position_info,
6218         predicate): Move to ipa-predicate.h
6219         * ipa-predicate.c: New file.
6220         * ipa-predicate.h: New file.
6222 2017-05-18  Wilco Dijkstra  <wdijkstr@arm.com>
6224         * final.c (leaf_function_p): Check we are not in a sequence.
6226 2017-05-18  Martin Liska  <mliska@suse.cz>
6228         * cfgrtl.c (rtl_verify_edges): Remove usage of TDF_RTL.
6229         * dumpfile.c (dump_register): Use new enum dump_kind.
6230         (get_dump_file_name): Likewise.
6231         (dump_enable_all): Likewise.
6232         (dump_switch_p_1): Likewise.
6233         (enable_rtl_dump_file): Remove usage of TDF_RTL.
6234         * dumpfile.h (enum dump_kind): New enum type.
6235         (struct dump_file_info): Create constructor and
6236         format fields and comments.
6237         * passes.c (pass_manager::register_one_dump_file):
6238         Use num dump_kind.
6239         * statistics.c (statistics_early_init): Likewise.
6240         * tree-ssa-loop-prefetch.c (dump_mem_details): Replace
6241         TDF_TREE with TDF_SLIM.
6242         (gather_memory_references_ref): Likewise.
6244 2017-05-18  Martin Liska  <mliska@suse.cz>
6246         * vec.h (struct vnull): Use it.
6248 2017-05-18  Jan Hubicka  <hubicka@ucw.cz>
6250         * ipa-inline-analysis.c (predicate_conditions): Move to ipa-inline.h
6251         (true_predicate, false_predicate, true_predicate_p,
6252         false_predicate_p): Remove.
6253         (single_cond_predicate, not_inlined_predicate): Turn to member function
6254         in ipa-inline.h
6255         (add_condition): Update.
6256         (add_clause): Turn to...
6257         (predicate::add_clause): ... this one; update; allow passing NULL
6258         as parameter.
6259         (and_predicates): Turn to ...
6260         (predicate::operator &=): ... this one.
6261         (predicates_equal_p): Move to predicate::operator == in ipa-inline.h
6262         (or_predicates): Turn to ...
6263         (predicate::or_with): ... this one.
6264         (evaluate_predicate): Turn to ...
6265         (predicate::evaluate): ... this one.
6266         (predicate_probability): Turn to ...
6267         (predicate::probability): ... this one.
6268         (dump_condition): Update.
6269         (dump_predicate): Turn to ...
6270         (predicate::dump): ... this one.
6271         (account_size_time): Update.
6272         (edge_set_predicate): Update.
6273         (set_hint_predicate): UPdate.
6274         (evaluate_conditions_for_known_args): Update.
6275         (evaluate_properties_for_edge): Update.
6276         (remap_predicate_after_duplication): Turn to...
6277         (predicate::remap_after_duplication): ... this one.
6278         (remap_hint_predicate_after_duplication): Update.
6279         (inline_summary_t::duplicate): UPdate.
6280         (dump_inline_edge_summary): Update.
6281         (dump_inline_summary): Update.
6282         (set_cond_stmt_execution_predicate): Update.
6283         (set_switch_stmt_execution_predicate): Update.
6284         (compute_bb_predicates): Update.
6285         (will_be_nonconstant_expr_predicate): Update.
6286         (will_be_nonconstant_predicate): Update.
6287         (phi_result_unknown_predicate): Update.
6288         (predicate_for_phi_result): Update.
6289         (array_index_predicate): Update.
6290         (estimate_function_body_sizes): Update.
6291         (estimate_node_size_and_time): Update.
6292         (estimate_ipcp_clone_size_and_time): Update.
6293         (remap_predicate): Rename to ...
6294         (predicate::remap_after_inlining): ... this one.
6295         (remap_hint_predicate): Update.
6296         (inline_merge_summary): Update.
6297         (inline_update_overall_summary): Update.
6298         (estimate_size_after_inlining): Update.
6299         (read_predicate): Rename to ...
6300         (predicate::stream_in): ... this one.
6301         (read_inline_edge_summary): Update.
6302         (write_predicate): Rename to ...
6303         (predicate::stream_out): ... this one.
6304         (write_inline_edge_summary): Update.
6305         * ipa-inline.h (MAX_CLAUSES): Turn to predicate::max_clauses.
6306         (clause_t): Turn to uint32_t
6307         (predicate): Turn to class; implement constructor and operators
6308         ==, !=, &
6309         (size_time_entry): Update.
6310         (inline_summary): Update.
6311         (inline_edge_summary): Update.
6313 2017-05-18  Marc Glisse  <marc.glisse@inria.fr>
6315         * fold-const.c (fold_binary_loc): Move transformation...
6316         * match.pd (C - X CMP X): ... here.
6318 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
6320         * config/sparc/sparc.c (sparc_option_override): Set function
6321         alignment for -mcpu=niagara7 to 64 to match the I$ line.
6322         * config/sparc/sparc.h (BRANCH_COST): Set the SPARC M7 branch
6323         latency to 1.
6324         * config/sparc/sparc.h (BRANCH_COST): Set the SPARC T4 branch
6325         latency to 2.
6326         * config/sparc/sol2.h: Fix a ASM_CPU32_DEFAULT_SPEC typo.
6328 2017-05-18  Marek Polacek  <polacek@redhat.com>
6330         PR sanitizer/80797
6331         * ubsan.c (instrument_null): Unwrap ADDR_EXPRs.
6332         (pass_ubsan::execute): Call gimple_assign_single_p instead of
6333         gimple_assign_load_p.
6335 2017-05-17  Segher Boessenkool  <segher@kernel.crashing.org>
6337         PR middle-end/80692
6338         * real.c (do_compare): Give decimal_do_compare preference over
6339         comparing just the signs.
6341 2017-05-17  Uros Bizjak  <ubizjak@gmail.com>
6343         * doc/md.texi (Canonicalization of Instructions): Describe the
6344         canonical form of instructions that inherently set a condition
6345         code register.
6347 2017-05-17  Peter Bergner  <bergner@vnet.ibm.com>
6349         PR middle-end/80775
6350         * tree-cfg.c: Move deletion of unreachable case statements to after
6351         the merging of consecutive case labels.
6353 2017-05-17  Thomas Preud'homme  <thomas.preudhomme@arm.com>
6355         * config/arm/arm.c (cmse_nonsecure_call_clear_caller_saved): Refer
6356         readers to __gnu_cmse_nonsecure_call libcall for saving, clearing and
6357         restoring of callee-saved registers.
6359 2017-05-17  Eric Botcazou  <ebotcazou@adacore.com>
6361         * compare-elim.c (equivalent_reg_at_start): Adjust outdated comment.
6362         * config/visium/visium.c (single_set_and_flags): Likewise.
6363         * config/visium/visium.md (Substitutions): Likewise.
6365 2017-05-17  Martin Liska  <mliska@suse.cz>
6367         * cfg.c: Introduce dump_flags_t type and
6368         use it instead of int type.
6369         * cfg.h: Likewise.
6370         * cfghooks.c: Likewise.
6371         * cfghooks.h (struct cfg_hooks): Likewise.
6372         * cfgrtl.c: Likewise.
6373         * cfgrtl.h: Likewise.
6374         * cgraph.c (cgraph_node::get_body): Likewise.
6375         * coretypes.h: Likewise.
6376         * domwalk.c: Likewise.
6377         * domwalk.h: Likewise.
6378         * dumpfile.c (struct dump_option_value_info): Likewise.
6379         (dump_enable_all): Likewise.
6380         (dump_switch_p_1): Likewise.
6381         (opt_info_switch_p): Likewise.
6382         * dumpfile.h (enum tree_dump_index): Likewise.
6383         (struct dump_file_info): Likewise.
6384         * genemit.c: Likewise.
6385         * generic-match-head.c: Likewise.
6386         * gengtype.c (open_base_files): Likewise.
6387         * gimple-pretty-print.c: Likewise.
6388         * gimple-pretty-print.h: Likewise.
6389         * graph.c (print_graph_cfg): Likewise.
6390         * graphite-scop-detection.c (dot_all_sese): Likewise.
6391         * ipa-devirt.c (build_type_inheritance_graph): Likewise.
6392         * loop-unroll.c (report_unroll): Likewise.
6393         * passes.c (pass_manager::register_one_dump_file): Likewise.
6394         * print-tree.c: Likewise.
6395         * statistics.c: Likewise.
6396         * tree-cfg.c: Likewise.
6397         * tree-cfg.h: Likewise.
6398         * tree-dfa.c: Likewise.
6399         * tree-dfa.h: Likewise.
6400         * tree-dump.c (dump_function): Likewise.
6401         * tree-dump.h (struct dump_info): Likewise.
6402         * tree-pretty-print.c: Likewise.
6403         * tree-pretty-print.h: Likewise.
6404         * tree-ssa-live.c: Likewise.
6405         * tree-ssa-live.h: Likewise.
6406         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Likewise.
6407         * tree-vect-loop.c: Likewise.
6408         * tree-vect-slp.c: Likewise.
6410 2017-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
6411             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
6413         PR tree-optimization/80457
6414         * tree-vect-stmts.c (vect_model_simple_cost): Model the cost
6415         of all arguments to a statement as scalar_to_vec operations.
6416         (vectorizable_call): Adjust call to vect_model_simple_cost for
6417         new parameter.
6418         (vectorizable_conversion): Likewise.
6419         (vectorizable_assignment): Likewise.
6420         (vectorizable_shift): Likewise.
6421         (vectorizable_operation): Likewise.
6422         (vectorizable_comparison): Likewise.
6423         (vect_is_simple_cond): Record the def types for operands.
6424         (vectorizable_condition): Likewise, call vect_model_simple_cost.
6425         * tree-vectorizer.h (vect_model_simple_cost): Add new parameter
6426         for statement argument count.
6428 2017-05-16  Carl Love  <cel@us.ibm.com>
6430         * config/rs6000/rs6000-c: Add support for built-in functions
6431         vector unsigned long long vec_bperm (vector unsigned long long,
6432                                              vector unsigned char)
6433         vector signed long long vec_mule (vector signed int,
6434                                           vector signed int)
6435         vector unsigned long long vec_mule (vector unsigned int,
6436                                             vector unsigned int)
6437         vector signed long long vec_mulo (vector signed int,
6438                                           vector signed int)
6439         vector unsigned long long vec_mulo (vector unsigned int,
6440                                             vector unsigned int)
6441         vector signed char vec_sldw (vector signed char,
6442                                      vector signed char,
6443                                      const int)
6444         vector unsigned char vec_sldw (vector unsigned char,
6445                                        vector unsigned char,
6446                                        const int)
6447         vector signed short vec_sldw (vector signed short,
6448                                       vector signed short,
6449                                       const int)
6450         vector unsigned short vec_sldw (vector unsigned short,
6451                                         vector unsigned short,
6452                                         const int)
6453         vector signed int vec_sldw (vector signed int,
6454                                     vector signed int,
6455                                     const int)
6456         vector unsigned int vec_sldw (vector unsigned int,
6457                                       vector unsigned int,
6458                                       const int)
6459         vector signed long long vec_sldw (vector signed long long,
6460                                           vector signed long long,
6461                                           const int)
6462         vector unsigned long long vec_sldw (vector unsigned long long,
6463                                             vector unsigned long long,
6464                                             const int)
6465         * config/rs6000/rs6000-c: Add support for built-in functions
6466         * config/rs6000/rs6000-builtin.def: Add definition for SLDW.
6467         * config/rs6000/altivec.h: Add defintion for vec_sldw.
6468         * doc/extend.texi: Update the built-in documentation for the
6469         new built-in functions.
6471 2017-05-16  Marek Polacek  <polacek@redhat.com>
6473         PR sanitizer/80536
6474         PR sanitizer/80386
6475         * tree.c (save_expr): Don't fold the expression.
6477 2017-05-16  Uros Bizjak  <ubizjak@gmail.com>
6479         * config/i386/i386.md (*movsi_internal): Split (?rm,*y) alternative
6480         to (?r,*Yn) and (?m,*y) alternatives, and (?*y,rm) to (?*Ym,r)
6481         and (?*y,m).  Update insn attributes.
6483 2017-05-16  Martin Liska  <mliska@suse.cz>
6485         * cgraph.c (cgraph_edge::resolve_speculation): Add default value for
6486         flags argument of print_gimple_stmt, print_gimple_expr,
6487         print_generic_stmt and print_generic_expr.
6488         * cgraphclones.c (symbol_table::materialize_all_clones): Likewise.
6489         * coretypes.h: Likewise.
6490         * except.c (dump_eh_tree): Likewise.
6491         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Likewise.
6492         * gimple-pretty-print.h: Likewise.
6493         * gimple-ssa-backprop.c (dump_usage_prefix): Likewise.
6494         (backprop::push_to_worklist): Likewise.
6495         (backprop::pop_from_worklist): Likewise.
6496         (backprop::process_use): Likewise.
6497         (backprop::intersect_uses): Likewise.
6498         (note_replacement): Likewise.
6499         * gimple-ssa-store-merging.c
6500         (pass_store_merging::terminate_all_aliasing_chains): Likewise.
6501         (imm_store_chain_info::coalesce_immediate_stores): Likewise.
6502         (pass_store_merging::execute): Likewise.
6503         * gimple-ssa-strength-reduction.c (dump_candidate): Likewise.
6504         (ssa_base_cand_dump_callback): Likewise.
6505         (dump_incr_vec): Likewise.
6506         (replace_refs): Likewise.
6507         (replace_mult_candidate): Likewise.
6508         (create_add_on_incoming_edge): Likewise.
6509         (create_phi_basis): Likewise.
6510         (insert_initializers): Likewise.
6511         (all_phi_incrs_profitable): Likewise.
6512         (introduce_cast_before_cand): Likewise.
6513         (replace_one_candidate): Likewise.
6514         * gimplify.c (gimplify_expr): Likewise.
6515         * graphite-isl-ast-to-gimple.c (is_valid_rename): Likewise.
6516         (set_rename): Likewise.
6517         (rename_uses): Likewise.
6518         (copy_loop_phi_nodes): Likewise.
6519         (add_close_phis_to_merge_points): Likewise.
6520         (copy_loop_close_phi_args): Likewise.
6521         (copy_cond_phi_args): Likewise.
6522         (graphite_copy_stmts_from_block): Likewise.
6523         (translate_pending_phi_nodes): Likewise.
6524         * graphite-poly.c (print_pdr): Likewise.
6525         (dump_gbb_cases): Likewise.
6526         (dump_gbb_conditions): Likewise.
6527         (print_scop_params): Likewise.
6528         * graphite-scop-detection.c (build_cross_bb_scalars_def): Likewise.
6529         (build_cross_bb_scalars_use): Likewise.
6530         (gather_bbs::before_dom_children): Likewise.
6531         * hsa-dump.c (dump_hsa_immed): Likewise.
6532         * ipa-cp.c (print_ipcp_constant_value): Likewise.
6533         (get_replacement_map): Likewise.
6534         * ipa-inline-analysis.c (dump_condition): Likewise.
6535         (estimate_function_body_sizes): Likewise.
6536         * ipa-polymorphic-call.c (check_stmt_for_type_change): Likewise.
6537         (ipa_polymorphic_call_context::get_dynamic_type): Likewise.
6538         * ipa-prop.c (ipa_dump_param): Likewise.
6539         (ipa_print_node_jump_functions_for_edge): Likewise.
6540         (ipa_modify_call_arguments): Likewise.
6541         (ipa_modify_expr): Likewise.
6542         (ipa_dump_param_adjustments): Likewise.
6543         (ipa_dump_agg_replacement_values): Likewise.
6544         (ipcp_modif_dom_walker::before_dom_children): Likewise.
6545         * ipa-pure-const.c (check_stmt): Likewise.
6546         (pass_nothrow::execute): Likewise.
6547         * ipa-split.c (execute_split_functions): Likewise.
6548         * omp-offload.c (dump_oacc_loop_part): Likewise.
6549         (dump_oacc_loop): Likewise.
6550         * trans-mem.c (tm_log_emit): Likewise.
6551         (tm_memopt_accumulate_memops): Likewise.
6552         (dump_tm_memopt_set): Likewise.
6553         (dump_tm_memopt_transform): Likewise.
6554         * tree-cfg.c (gimple_verify_flow_info): Likewise.
6555         (print_loop): Likewise.
6556         * tree-chkp-opt.c (chkp_print_addr): Likewise.
6557         (chkp_gather_checks_info): Likewise.
6558         (chkp_get_check_result): Likewise.
6559         (chkp_remove_check_if_pass): Likewise.
6560         (chkp_use_outer_bounds_if_possible): Likewise.
6561         (chkp_reduce_bounds_lifetime): Likewise.
6562         * tree-chkp.c (chkp_register_addr_bounds): Likewise.
6563         (chkp_mark_completed_bounds): Likewise.
6564         (chkp_register_incomplete_bounds): Likewise.
6565         (chkp_mark_invalid_bounds): Likewise.
6566         (chkp_maybe_copy_and_register_bounds): Likewise.
6567         (chkp_build_returned_bound): Likewise.
6568         (chkp_get_bound_for_parm): Likewise.
6569         (chkp_build_bndldx): Likewise.
6570         (chkp_get_bounds_by_definition): Likewise.
6571         (chkp_generate_extern_var_bounds): Likewise.
6572         (chkp_get_bounds_for_decl_addr): Likewise.
6573         * tree-chrec.c (chrec_apply): Likewise.
6574         * tree-data-ref.c (dump_data_reference): Likewise.
6575         (dump_subscript): Likewise.
6576         (dump_data_dependence_relation): Likewise.
6577         (analyze_overlapping_iterations): Likewise.
6578         * tree-inline.c (expand_call_inline): Likewise.
6579         (tree_function_versioning): Likewise.
6580         * tree-into-ssa.c (dump_defs_stack): Likewise.
6581         (dump_currdefs): Likewise.
6582         (dump_names_replaced_by): Likewise.
6583         (dump_update_ssa): Likewise.
6584         (update_ssa): Likewise.
6585         * tree-object-size.c (pass_object_sizes::execute): Likewise.
6586         * tree-parloops.c (build_new_reduction): Likewise.
6587         (try_create_reduction_list): Likewise.
6588         (ref_conflicts_with_region): Likewise.
6589         (oacc_entry_exit_ok_1): Likewise.
6590         (oacc_entry_exit_single_gang): Likewise.
6591         * tree-pretty-print.h: Likewise.
6592         * tree-scalar-evolution.c (set_scalar_evolution): Likewise.
6593         (get_scalar_evolution): Likewise.
6594         (add_to_evolution): Likewise.
6595         (get_loop_exit_condition): Likewise.
6596         (analyze_evolution_in_loop): Likewise.
6597         (analyze_initial_condition): Likewise.
6598         (analyze_scalar_evolution): Likewise.
6599         (instantiate_scev): Likewise.
6600         (number_of_latch_executions): Likewise.
6601         (gather_chrec_stats): Likewise.
6602         (final_value_replacement_loop): Likewise.
6603         (scev_const_prop): Likewise.
6604         * tree-sra.c (dump_access): Likewise.
6605         (disqualify_candidate): Likewise.
6606         (create_access): Likewise.
6607         (reject): Likewise.
6608         (maybe_add_sra_candidate): Likewise.
6609         (create_access_replacement): Likewise.
6610         (analyze_access_subtree): Likewise.
6611         (analyze_all_variable_accesses): Likewise.
6612         (sra_modify_assign): Likewise.
6613         (initialize_constant_pool_replacements): Likewise.
6614         (find_param_candidates): Likewise.
6615         (decide_one_param_reduction): Likewise.
6616         (replace_removed_params_ssa_names): Likewise.
6617         * tree-ssa-ccp.c (ccp_fold_stmt): Likewise.
6618         * tree-ssa-copy.c (dump_copy_of): Likewise.
6619         (copy_prop_visit_cond_stmt): Likewise.
6620         * tree-ssa-dce.c (mark_operand_necessary): Likewise.
6621         * tree-ssa-dom.c (pass_dominator::execute): Likewise.
6622         (record_equivalences_from_stmt): Likewise.
6623         * tree-ssa-dse.c (compute_trims): Likewise.
6624         (delete_dead_call): Likewise.
6625         (delete_dead_assignment): Likewise.
6626         * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond): Likewise.
6627         (forward_propagate_into_cond): Likewise.
6628         (pass_forwprop::execute): Likewise.
6629         * tree-ssa-ifcombine.c (ifcombine_ifandif): Likewise.
6630         * tree-ssa-loop-im.c (invariantness_dom_walker::before_dom_children):
6631         Likewise.
6632         (move_computations_worker): Likewise.
6633         (execute_sm): Likewise.
6634         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Likewise.
6635         (remove_exits_and_undefined_stmts): Likewise.
6636         (remove_redundant_iv_tests): Likewise.
6637         * tree-ssa-loop-ivopts.c (dump_use): Likewise.
6638         (adjust_iv_update_pos): Likewise.
6639         * tree-ssa-math-opts.c (bswap_replace): Likewise.
6640         * tree-ssa-phiopt.c (factor_out_conditional_conversion): Likewise.
6641         (value_replacement): Likewise.
6642         * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
6643         * tree-ssa-pre.c (print_pre_expr): Likewise.
6644         (get_representative_for): Likewise.
6645         (create_expression_by_pieces): Likewise.
6646         (insert_into_preds_of_block): Likewise.
6647         (eliminate_insert): Likewise.
6648         (eliminate_dom_walker::before_dom_children): Likewise.
6649         (eliminate): Likewise.
6650         (remove_dead_inserted_code): Likewise.
6651         * tree-ssa-propagate.c (substitute_and_fold): Likewise.
6652         * tree-ssa-reassoc.c (get_rank): Likewise.
6653         (eliminate_duplicate_pair): Likewise.
6654         (eliminate_plus_minus_pair): Likewise.
6655         (eliminate_not_pairs): Likewise.
6656         (undistribute_ops_list): Likewise.
6657         (eliminate_redundant_comparison): Likewise.
6658         (update_range_test): Likewise.
6659         (optimize_range_tests_var_bound): Likewise.
6660         (optimize_vec_cond_expr): Likewise.
6661         (rewrite_expr_tree): Likewise.
6662         (rewrite_expr_tree_parallel): Likewise.
6663         (linearize_expr): Likewise.
6664         (break_up_subtract): Likewise.
6665         (linearize_expr_tree): Likewise.
6666         (attempt_builtin_powi): Likewise.
6667         (attempt_builtin_copysign): Likewise.
6668         (transform_stmt_to_copy): Likewise.
6669         (transform_stmt_to_multiply): Likewise.
6670         (dump_ops_vector): Likewise.
6671         * tree-ssa-sccvn.c (vn_nary_build_or_lookup_1): Likewise.
6672         (print_scc): Likewise.
6673         (set_ssa_val_to): Likewise.
6674         (visit_reference_op_store): Likewise.
6675         (visit_use): Likewise.
6676         (sccvn_dom_walker::before_dom_children): Likewise.
6677         (run_scc_vn): Likewise.
6678         * tree-ssa-scopedtables.c (avail_exprs_stack::lookup_avail_expr):
6679         Likewise.
6680         (expr_hash_elt::print): Likewise.
6681         (const_and_copies::pop_to_marker): Likewise.
6682         (const_and_copies::record_const_or_copy_raw): Likewise.
6683         * tree-ssa-structalias.c (compute_dependence_clique): Likewise.
6684         * tree-ssa-uninit.c (collect_phi_def_edges): Likewise.
6685         (dump_predicates): Likewise.
6686         (find_uninit_use): Likewise.
6687         (warn_uninitialized_phi): Likewise.
6688         (pass_late_warn_uninitialized::execute): Likewise.
6689         * tree-ssa.c (verify_vssa): Likewise.
6690         (verify_ssa): Likewise.
6691         (maybe_optimize_var): Likewise.
6692         * tree-vrp.c (dump_value_range): Likewise.
6693         (dump_all_value_ranges): Likewise.
6694         (dump_asserts_for): Likewise.
6695         (register_edge_assert_for_2): Likewise.
6696         (vrp_visit_cond_stmt): Likewise.
6697         (vrp_visit_switch_stmt): Likewise.
6698         (vrp_visit_stmt): Likewise.
6699         (vrp_visit_phi_node): Likewise.
6700         (simplify_cond_using_ranges_1): Likewise.
6701         (fold_predicate_in): Likewise.
6702         (evrp_dom_walker::before_dom_children): Likewise.
6703         (evrp_dom_walker::push_value_range): Likewise.
6704         (evrp_dom_walker::pop_value_range): Likewise.
6705         (execute_early_vrp): Likewise.
6707 2017-05-16  Richard Biener  <rguenther@suse.de>
6709         * dwarf2out.c (loc_list_from_tree_1): Do not create
6710         DW_OP_GNU_variable_value for DECL_IGNORED_P decls.
6712 2017-05-16  Richard Biener  <rguenther@suse.de>
6714         * dwarf2out.c (resolve_variable_value_in_expr): Lookup DIE
6715         just generated.
6716         (note_variable_value_in_expr): If we resolved the decl ref
6717         do not push to the stack.
6719 2017-05-16  Matthew Wahab  <matthew.wahab@arm.com>
6721         * config/arm/arm_neon.h (vadd_f16): Use standard arithmetic
6722         operations in fast-math mode.
6723         (vaddq_f16): Likewise.
6724         (vmul_f16): Likewise.
6725         (vmulq_f16): Likewise.
6726         (vsub_f16): Likewise.
6727         (vsubq_f16): Likewise.
6728         * config/arm/neon.md (add<mode>3): New.
6729         (sub<mode>3): New.
6730         (fma:<VH:mode>3): New.  Also remove outdated comment.
6731         (mul<mode>3): New.
6733 2017-05-16  Martin Liska  <mliska@suse.cz>
6735         PR ipa/79849.
6736         PR ipa/79850.
6737         * ipa-devirt.c (warn_types_mismatch): Fix typo.
6738         (odr_types_equivalent_p): Likewise.
6740 2017-05-15  Sylvestre Ledru  <sylvestre@debian.org>
6742         * plugin.c (try_init_one_plugin): Fix ressource leaks (CID 726637).
6744 2017-05-15  Uros Bizjak  <ubizjak@gmail.com>
6746         PR target/80425
6747         * config/i386.i386.md (*zero_extendsidi2): Do not penalize
6748         non-interunit SSE move alternatives with '?'.
6749         (zero-extendsidi peephole2): New peephole to skip intermediate
6750         general register in SSE zero-extend sequence.
6752 2017-05-15  Jeff Law  <law@redhat.com>
6754         * reorg.c (relax_delay_slots): Create a new variable to hold
6755         the temporary target rather than clobbering TARGET_LABEL.
6757         * config/tilegx/tilegx.c (tilegx_expand_unaligned_load): Add
6758         missing argument to extract_bit_field call.
6759         * config/tilepro/tilepro.c (tilepro_expand_unaligned_load): Likewise.
6761 2017-05-15  Martin Liska  <mliska@suse.cz>
6763         PR driver/31468
6764         * gcc.c (process_command): Do not allow empty argument of -o option.
6766 2017-05-15  Renlin Li  <renlin.li@arm.com>
6768         * config/aarch64/aarch64-protos.h (aarch64_expand_call): Declare.
6769         * config/aarch64/aarch64.c (aarch64_expand_call): Define.
6770         * config/aarch64/constraints.md (Usf): Add long call check.
6771         * config/aarch64/aarch64.md (call): Use aarch64_expand_call.
6772         (call_value): Likewise.
6773         (sibcall): Likewise.
6774         (sibcall_value): Likewise.
6775         (call_insn): New.
6776         (call_value_insn): New.
6777         (sibcall_insn): Update rtx pattern.
6778         (sibcall_value_insn): Likewise.
6779         (call_internal): Remove.
6780         (call_value_internal): Likewise.
6781         (sibcall_internal): Likewise.
6782         (sibcall_value_internal): Likewise.
6783         (call_reg): Likewise.
6784         (call_symbol): Likewise.
6785         (call_value_reg): Likewise.
6786         (call_value_symbol): Likewise.
6788 2017-05-14  Krister Walfridsson  <krister.walfridsson@gmail.com>
6790         PR target/80600
6791         * config/netbsd.h (NETBSD_LIBGCC_SPEC): Always add -lgcc.
6793 2017-05-14  Uros Bizjak  <ubizjak@gmail.com>
6795         * config/i386.i386.c (ix86_cc_modes_compatible): CCNOmode is
6796         compatible with CCGOCmode and with CCZmode.
6798 2017-05-14  Martin Sebor  <msebor@redhat.com>
6800         PR middle-end/77671
6801         * gimple-fold.c (gimple_fold_builtin_sprintf): Make extern.
6802         (gimple_fold_builtin_snprintf): Same.
6803         * gimple-fold.h (gimple_fold_builtin_sprintf): Declare.
6804         (gimple_fold_builtin_snprintf): Same.
6805         * gimple-ssa-sprintf.c (get_format_string): Correct the detection
6806         of character types.
6807         (is_call_safe): New function.
6808         (try_substitute_return_value): Call it.
6809         (try_simplify_call): New function.
6810         (pass_sprintf_length::handle_gimple_call): Call it.
6812 2017-05-14  Martin Sebor  <msebor@redhat.com>
6814         PR middle-end/80669
6815         * builtins.c (expand_builtin_stpncpy): Simplify.
6817 2017-05-14  Daniel Santos  <daniel.santos@pobox.com>
6819         * config/i386/i386.opt: Add option -mcall-ms2sysv-xlogues.
6820         * config/i386/i386.h
6821         (x86_64_ms_sysv_extra_clobbered_registers): Change type to unsigned.
6822         (NUM_X86_64_MS_CLOBBERED_REGS): New macro.
6823         (struct machine_function): Add new members call_ms2sysv,
6824         call_ms2sysv_pad_in, call_ms2sysv_pad_out and call_ms2sysv_extra_regs.
6825         (struct machine_frame_state): New fields sp_realigned and
6826         sp_realigned_offset.
6827         * config/i386/i386.c
6828         (enum xlogue_stub): New enum.
6829         (enum xlogue_stub_sets): New enum.
6830         (class xlogue_layout): New class.
6831         (struct ix86_frame): New fields stack_realign_allocate_offset,
6832         stack_realign_offset and outlined_save_offset.  Modify comments to
6833         detail stack layout when using out-of-line stubs.
6834         (ix86_target_string): Add -mcall-ms2sysv-xlogues option.
6835         (ix86_option_override_internal): Add sorry() for TARGET_SEH and
6836         -mcall-ms2sysv-xlogues.
6837         (stub_managed_regs): New static variable.
6838         (ix86_save_reg): Add new parameter ignore_outlined to optionally omit
6839         registers managed by out-of-line stub.
6840         (disable_call_ms2sysv_xlogues): New function.
6841         (ix86_compute_frame_layout): Modify re-alignment calculations, disable
6842         m->call_ms2sysv when appropriate and compute frame layout for
6843         out-of-line stubs.
6844         (sp_valid_at, fp_valid_at): New inline functions.
6845         (choose_basereg): New function.
6846         (choose_baseaddr): Add align parameter, use choose_basereg and modify
6847         all callers.
6848         (ix86_emit_save_reg_using_mov, ix86_emit_restore_sse_regs_using_mov):
6849         Use align parameter of choose_baseaddr to generated aligned SSE movs
6850         when possible.
6851         (pro_epilogue_adjust_stack): Modify to track
6852         machine_frame_state::sp_realigned.
6853         (ix86_nsaved_regs): Modify to accommodate changes to ix86_save_reg.
6854         (ix86_nsaved_sseregs): Likewise.
6855         (ix86_emit_save_regs): Likewise.
6856         (ix86_emit_save_regs_using_mov): Likewise.
6857         (ix86_emit_save_sse_regs_using_mov): Likewise.
6858         (get_scratch_register_on_entry): Likewise.
6859         (gen_frame_set): New function.
6860         (gen_frame_load): Likewise.
6861         (gen_frame_store): Likewise.
6862         (emit_outlined_ms2sysv_save): Likewise.
6863         (emit_outlined_ms2sysv_restore): Likewise.
6864         (ix86_expand_prologue): Modify stack re-alignment code and call
6865         emit_outlined_ms2sysv_save when appropriate.
6866         (ix86_emit_leave): Clear machine_frame_state::sp_realigned.  Add
6867         parameter rtx_insn *insn, which allows the function to be used to only
6868         generate the notes.
6869         (ix86_expand_epilogue): Modify validity checks of frame and stack
6870         pointers, and call emit_outlined_ms2sysv_restore when appropriate.
6871         (ix86_expand_call): Modify to enable m->call_ms2sysv when appropriate.
6872         * config/i386/predicates.md
6873         (save_multiple): New predicate.
6874         (restore_multiple): Likewise.
6875         * config/i386/sse.md
6876         (save_multiple<mode>): New pattern.
6877         (save_multiple_realign<mode>): Likewise.
6878         (restore_multiple<mode>): Likewise.
6879         (restore_multiple_and_return<mode>): Likewise.
6880         (restore_multiple_leave_return<mode>): Likewise.
6881         * Makefile.in: Export HOSTCXX and HOSTCXXFLAGS to site.exp
6883 2017-05-14  Julia Koval  <julia.koval@intel.com>
6885         * config/i386/i386-builtin-types.def (VOID_FTYPE_INT_INT64): New type.
6886         * config/i386/i386-builtin.def (__builtin_ia32_xgetbv)
6887         (__builtin_ia32_xsetbv): New builtins.
6888         * config/i386/i386.c (ix86_expand_special_args_builtin):
6889         Process new types.
6890         (ix86_expand_builtin): Special expand for new intrinsics.
6891         * config/i386/i386.md (UNSPECV_XGETBV, UNSPECV_XSETBV): New.
6892         (xsetbv, xsetbv_rex64, xgetbv, xgetbv_rex64): New insn patterns.
6893         * config/i386/xsaveintrin.h (_xsetbv, _getbv): New intrinsics.
6895 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6897         * cfganal.c (inverted_post_order_compute): Change argument type
6898         to vec *.
6899         * cfganal.h (inverted_post_order_compute): Adjust prototype.
6900         * df-core.c (rest_of_handle_df_initialize): Adjust.
6901         (rest_of_handle_df_finish): Likewise.
6902         (df_analyze_1): Likewise.
6903         (df_analyze): Likewise.
6904         (loop_inverted_post_order_compute): Change argument to be a vec *.
6905         (df_analyze_loop): Adjust.
6906         (df_get_n_blocks): Likewise.
6907         (df_get_postorder): Likewise.
6908         * df.h (struct df_d): Change field to be a vec.
6909         * lcm.c (compute_laterin): Adjust.
6910         (compute_available): Likewise.
6911         * lra-lives.c (lra_create_live_ranges_1): Likewise.
6912         * tree-ssa-dce.c (remove_dead_stmt): Likewise.
6913         * tree-ssa-pre.c (compute_antic): Likewise.
6915 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6917         * cfganal.c (connect_infinite_loops_to_exit): Adjust.
6918         (depth_first_search::depth_first_search): Change structure init
6919         function to this constructor.
6920         (depth_first_search::add_bb): Rename function to this member.
6921         (depth_first_search::execute): Likewise.
6922         (flow_dfs_compute_reverse_finish): Adjust.
6924 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6926         * ddg.c (find_nodes_on_paths): Use auto_sbitmap.
6927         (longest_simple_path): Likewise.
6928         * shrink-wrap.c (spread_components): Likewise.
6929         (disqualify_problematic_components): Likewise.
6930         (emit_common_heads_for_components): Likewise.
6931         (emit_common_tails_for_components): Likewise.
6932         (insert_prologue_epilogue_for_components): Likewise.
6934 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6936         * tree-ssa-dse.c (dse_dom_walker): Make m_live_byes a
6937         auto_sbitmap.
6939 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6941         * df-core.c (df_set_blocks): Start using auto_bitmap.
6942         (df_compact_blocks): Likewise.
6943         * df-problems.c (df_rd_confluence_n): Likewise.
6944         * df-scan.c (df_insn_rescan_all): Likewise.
6945         (df_process_deferred_rescans): Likewise.
6946         (df_update_entry_block_defs): Likewise.
6947         (df_update_exit_block_uses): Likewise.
6948         (df_entry_block_bitmap_verify): Likewise.
6949         (df_exit_block_bitmap_verify): Likewise.
6950         (df_scan_verify): Likewise.
6951         * lra-constraints.c (lra_constraints): Likewise.
6952         (undo_optional_reloads): Likewise.
6953         (lra_undo_inheritance): Likewise.
6954         * lra-remat.c (calculate_gen_cands): Likewise.
6955         (do_remat): Likewise.
6956         * lra-spills.c (assign_spill_hard_regs): Likewise.
6957         (spill_pseudos): Likewise.
6958         * tree-ssa-pre.c (bitmap_set_and): Likewise.
6959         (bitmap_set_subtract_values): Likewise.
6961 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6963         * haifa-sched.c (estimate_shadow_tick): Replace manual bitmap
6964         management with auto_bitmap.
6965         (fix_inter_tick): Likewise.
6966         (fix_recovery_deps): Likewise.
6967         * ira.c (add_store_equivs): Likewise.
6968         (find_moveable_pseudos): Likewise.
6969         (split_live_ranges_for_shrink_wrap): Likewise.
6970         * print-rtl.c (rtx_reuse_manager::rtx_reuse_manager): Likewise.
6971         (rtx_reuse_manager::seen_def_p): Likewise.
6972         (rtx_reuse_manager::set_seen_def): Likewise.
6973         * print-rtl.h (class rtx_reuse_manager): Likewise.
6975 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6977         * bt-load.c (combine_btr_defs): Use auto_bitmap to manage bitmap
6978         lifetime.
6979         (migrate_btr_def): Likewise.
6980         * cfgloop.c (get_loop_body_in_bfs_order): Likewise.
6981         * df-core.c (loop_post_order_compute): Likewise.
6982         (loop_inverted_post_order_compute): Likewise.
6983         * hsa-common.h: Likewise.
6984         * hsa-gen.c (hsa_bb::~hsa_bb): Likewise.
6985         * init-regs.c (initialize_uninitialized_regs): Likewise.
6986         * ipa-inline.c (resolve_noninline_speculation): Likewise.
6987         (inline_small_functions): Likewise.
6988         * ipa-reference.c (ipa_reference_write_optimization_summary): Likewise.
6989         * ira.c (combine_and_move_insns): Likewise.
6990         (build_insn_chain): Likewise.
6991         * loop-invariant.c (find_invariants): Likewise.
6992         * lower-subreg.c (propagate_pseudo_copies): Likewise.
6993         * predict.c (tree_predict_by_opcode): Likewise.
6994         (predict_paths_leading_to): Likewise.
6995         (predict_paths_leading_to_edge): Likewise.
6996         (estimate_loops_at_level): Likewise.
6997         (estimate_loops): Likewise.
6998         * shrink-wrap.c (try_shrink_wrapping): Likewise.
6999         (spread_components): Likewise.
7000         * tree-cfg.c (remove_edge_and_dominated_blocks): Likewise.
7001         * tree-loop-distribution.c (rdg_build_partitions): Likewise.
7002         * tree-predcom.c (tree_predictive_commoning_loop): Likewise.
7003         * tree-ssa-coalesce.c (coalesce_ssa_name): Likewise.
7004         * tree-ssa-phionlycprop.c (pass_phi_only_cprop::execute): Likewise.
7005         * tree-ssa-pre.c (remove_dead_inserted_code): Likewise.
7006         * tree-ssa-sink.c (nearest_common_dominator_of_uses): Likewise.
7007         * tree-ssa-threadupdate.c (compute_path_counts): Likewise.
7008         (mark_threaded_blocks): Likewise.
7009         (thread_through_all_blocks): Likewise.
7010         * tree-ssa.c (verify_ssa): Likewise.
7011         (execute_update_addresses_taken): Likewise.
7012         * tree-ssanames.c (verify_ssaname_freelists): Likewise.
7014 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7016         * cfganal.c (mark_dfs_back_edges): Replace manual stack with
7017         auto_vec.
7018         (post_order_compute): Likewise.
7019         (inverted_post_order_compute): Likewise.
7020         (pre_and_rev_post_order_compute_fn): Likewise.
7022 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7024         * genrecog.c (int_set::int_set): Explicitly construct our
7025         auto_vec base class.
7026         * vec.h (auto_vec::auto_vec): New constructor.
7028 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7030         * bitmap.h (class auto_bitmap): New constructor taking
7031         bitmap_obstack * argument.
7033 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
7035         * bitmap.h (class auto_bitmap): Change type of m_bits to
7036         bitmap_head, and adjust ctor / dtor and member operators.
7038 2017-05-13  Uros Bizjak  <ubizjak@gmail.com>
7040         * compare-elim.c (equivalent_reg_at_start): Return NULL_RTX
7041         when returned register mode doesn't match original mode.
7043 2017-05-12  Jeff Law  <law@redhat.com>
7044             Jakub Jelinek  <jakub@redhat.com>
7046         * config/mn10300/mn10300.c (mn10300_match_ccmode): Fix where
7047         we look for cc setter after the compare-elim changes.
7048         * config/mn10300/mn10300.md (addsi3_flags): Fix order of patterns
7049         within the vector to match what compare-elim now expects.
7050         (subsi3_flags, andsi3_flags, iorsi3_flags): Likewise.
7051         (xorsi3_flags, one_cmplsi2_flags): Likewise.
7053         * config/rx/rx.c (rx_match_ccmode): Fix where we look cc setter
7054         after the compare-elim changes.
7055         * config/rx/rx.md (abssi2_flags): Fix order of patterns within
7056         the vector to match what compare-elim now expects.
7057         (addsi3_flags, adc_flags, addsi3_flags peepholes): Likewise.
7058         (andsi3_flags, negsi2_flags, one_cmplsi2_flags): Likewise.
7059         (iorsi3_flags, rotlsi3_flags, rotrsi3_flags): Likewise.
7060         (ashrsi3_flags, lshrsi3_flags, ashlsi3_flags): Likewise.
7061         (ssaddsi3, subsi3_flags, sbb_flags, xorsi3_flags): Likewise.
7063         * config/visium/visium.c (single_set_and_flags): Fix where
7064         we look for cc setter after the compare-elim changes.
7065         * config/visium/visium.md (flags_subst_logic): Fix order of patterns
7066         with the vector to match what compare-elim now expects.
7067         (flags_subst_arith, add<mode>3_insn_set_carry): Likewise.
7068         (add<mode>3_insn_set_overflow, addsi3_insn_set_carry): Likewise.
7069         (addsi3_insn_set_overflow, sub<mode>3_insn_set_carry): Likewise.
7070         (sub<mode>3_insn_set_overflow, subsi3_insn_set_carry): Likewise.
7071         (subsi3_insn_set_overflow, negsi2_insn_set_carry): Likewise.
7072         (neg<mode>2_insn_set_overflow): Likewise.
7074 2017-05-12  Jim Wilson  <jim.wilson@linaro.org>
7076         PR middle-end/79794
7077         * expmed.c (extract_bit_field_1): Add alt_rtl argument.  Before
7078         maybe_expand_insn call, set ops[0].target.  If still set after call,
7079         set alt_rtl.  Add extra arg to recursive calls.
7080         (extract_bit_field): Add alt_rtl argument.  Pass to
7081         extract_bit_field.
7082         * expmed.h (extract_bit_field): Fix prototype.
7083         * expr.c (emit_group_load_1, copy_blkmode_from_reg)
7084         (copy_blkmode_to_reg, read_complex_part, store_field): Pass extra NULL
7085         to extract_bit_field_calls.
7086         (expand_expr_real_1): Pass alt_rtl to expand_expr_real instead of 0.
7087         Pass alt_rtl to extract_bit_field calls.
7088         * calls.c (store_unaligned_arguments_into_psuedos)
7089         load_register_parameters): Pass extra NULL to extract_bit_field calls.
7090         * optabs.c (maybe_legitimize_operand): Clear op->target when call
7091         gen_reg_rtx.
7092         * optabs.h (struct expand_operand): Add target bitfield.
7094 2017-05-12  Uros Bizjak  <ubizjak@gmail.com>
7096         * compare-elim.c (try_eliminate_compare): Canonicalize
7097         operation with embedded compare to
7098         [(set (reg:CCM) (compare:CCM (operation) (immediate)))
7099          (set (reg) (operation)].
7101         * config/i386/i386.c (TARGET_FLAGS_REGNUM): New define.
7103 2017-05-12  Uros Bizjak  <ubizjak@gmail.com>
7105         PR target/80723
7106         * config/i386/i386.c (ix86_rtx_cost) [case PLUS]: Ignore the
7107         cost of adding a carry flag for ADC instruction.
7108         [case MINUS]: Ignore the cost of subtracting a carry flag
7109         for SBB instruction.
7111 2017-05-12  Steven Munroe  <munroesj@gcc.gnu.org>
7113         * config.gcc (powerpc*-*-*): Add bmi2intrin.h, bmiintrin.h,
7114         and x86intrin.h
7115         * config/rs6000/bmiintrin.h: New file.
7116         * config/rs6000/bmi2intrin.h: New file.
7117         * config/rs6000/x86intrin.h: New file.
7119 2017-05-12  Jeff Law  <law@redhat.com>
7121         * tree-vrp.c (vrp_dom_walker::before_dom_children): Push unwinding
7122         markers.
7124 2017-05-12  Peter Bergner  <bergner@vnet.ibm.com>
7126         PR middle-end/80707
7127         * tree-cfg.c: Remove cfg edges of unreachable case statements.
7129 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
7131         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling for
7132         early expansion of vector divide builtins.
7133         (builtin_function_type): Add VSX_BUILTIN_UDIV_V2DI to the list of
7134         builtins identified as having unsigned arguments.
7136 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
7138         * config/rs6000/rs6000.c (gimple-fold.h): New #include.
7139         (rs6000_gimple_fold_builtin): Add handling for early GIMPLE
7140         expansion of vector logical operations (and, andc, or, xor,
7141         nor, orc, nand).
7143 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
7145         * gimple-fold.c (create_tmp_reg_or_ssa_name): Remove static declaration.
7146         * gimple-fold.h (create_tmp_reg_or_ssa_name): New prototype.
7148 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
7150         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling for
7151         early GIMPLE expansion of vector multiplies.
7153 2017-05-12  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
7155         * config/arm/arm.md (movsi): Add TARGET_32BIT in addition to the
7156         TARGET_HAVE_MOVT conditional.
7157         (movt splitter): Likewise.
7159 2017-05-12  Richard Biener  <rguenther@suse.de>
7161         * tree-ssa-sccvn.h (has_VN_INFO): Declare.
7162         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
7163         Fold all stmts not inplace.
7165 2017-05-12  Richard Biener  <rguenther@suse.de>
7167         PR tree-optimization/80713
7168         * tree-ssa-pre.c (remove_dead_inserted_code): Clear
7169         inserted_exprs bit for not removed stmts.
7171 2017-05-12  Thomas Schwinge  <thomas@codesourcery.com>
7173         PR middle-end/69921
7174         * tree-parloops.c (create_parallel_loop): Set "oacc kernels
7175         parallelized" attribute for parallelized OpenACC kernels.
7176         * omp-offload.c (execute_oacc_device_lower): Use it.
7178         * omp-expand.c (expand_omp_target) <GF_OMP_TARGET_KIND_OACC_KERNELS>:
7179         Set "oacc kernels" attribute.
7180         * omp-general.c (oacc_set_fn_attrib): Remove is_kernel formal
7181         parameter.  Adjust all users.
7182         (oacc_fn_attrib_kernels_p): Remove function.
7183         * omp-offload.c (execute_oacc_device_lower): Look for "oacc
7184         kernels" attribute instead of calling oacc_fn_attrib_kernels_p.
7185         * tree-ssa-loop.c (gate_oacc_kernels): Likewise.
7186         * tree-parloops.c (create_parallel_loop): If oacc_kernels_p,
7187         assert "oacc kernels" attribute is set.
7189 2017-05-11  Carl Love  <cel@us.ibm.com>
7191         * config/rs6000/rs6000-c: Add support for built-in functions
7192         vector unsigned char vec_popcnt (vector signed char)
7193         vector unsigned char vec_popcnt (vector unsigned char)
7194         vector unsigned short vec_popcnt (vector signed short)
7195         vector unsigned short vec_popcnt (vector unsigned short)
7196         vector unsigned int vec_popcnt (vector signed int)
7197         vector unsigned int vec_popcnt (vector unsigned int)
7198         vector unsigned long long vec_popcnt (vector signed long long)
7199         vector unsigned long long vec_popcnt (vector unsigned long long)
7200         vector signed long long vec_slo (vector signed long long,
7201                                          vector signed char)
7202         vector signed long long vec_slo (vector signed long long,
7203                                          vector unsigned char)
7204         vector unsigned long long vec_slo (vector unsigned long long,
7205                                            vector signed char)
7206         vector unsigned long long vec_slo (vector unsigned long long,
7207                                            vector unsigned char)
7208         * config/rs6000/rs6000-builtin.def: Add definitions for VPOPCNTUB,
7209         VPOPCNTUH, VPOPCNTUW, and VPOPCNTUD overloads.
7210         * config/rs6000/altivec.h: Add define for vec_popcnt, vec_popcntb,
7211         vec_popcnth, vec_popcntw and vec_popcntd built-in functions.
7212         * doc/extend.texi: Update the built-in documentation file for the
7213         new built-in functions.
7215 2017-05-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
7217         * attribs.h (sorted_attr_string): Move machine independent
7218         functions for target clone support from the i386 port to common
7219         code.  Rename ix86_function_versions to common_function_versions.
7220         Rename make_name to make_unique_name.
7221         (common_function_versions): Likewise.
7222         (make_unique_name): Likewise.
7223         (make_dispatcher_decl): Likewise.
7224         (is_function_default_version): Likewise.
7225         * attribs.c (attr_strcmp): Likewise.
7226         (sorted_attr_string): Likewise.
7227         (common_function_versions): Likewise.
7228         (make_unique_name): Likewise.
7229         (make_dispatcher_decl): Likewise.
7230         (is_function_default_version): Likewise.
7231         * config/i386/i386.c (attr_strcmp): Likewise.
7232         (sorted_attr_string): Likewise.
7233         (ix86_function_versions): Likewise.
7234         (make_name): Likewise.
7235         (make_dispatcher_decl): Likewise.
7236         (is_function_default_version): Likewise.
7237         (TARGET_OPTION_FUNCTION_VERSIONS): Update target function hook.
7239 2017-05-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7241         PR target/80695
7242         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
7243         Account for direct move costs for vec_construct of integer
7244         vectors.
7246 2017-05-11  Uros Bizjak  <ubizjak@gmail.com>
7248         PR target/80706
7249         * config/i386/sync.md (UNSPEC_LDX_ATOMIC): New unspec.
7250         (UNSPEC_STX_ATOMIC): Ditto.
7251         (loaddi_via_sse): New insn.
7252         (storedi_via_sse): Ditto.
7253         (atomic_loaddi_fpu): Emit loaddi_via_sse and storedi_via_sse.
7254         Update corresponding peephole2 patterns.
7255         (atomic_storedi_fpu): Ditto.
7257 2017-05-11  Julia Koval  <julia.koval@intel.com>
7259         * config/i386/avx512fintrin.h (_mm_mask_rsqrt14_sd)
7260         (_mm_maskz_rsqrt14_sd, _mm_mask_rsqrt14_ss, _mm_maskz_rsqrt14_ss):
7261         New intrinsics.
7262         * config/i386/i386-builtin.def (__builtin_ia32_rsqrt14sd_mask)
7263         (__builtin_ia32_rsqrt14ss_mask): New builtins.
7264         * config/i386/sse.md (rsqrt14_<mode>_mask): New pattern.
7266 2017-05-11  Nathan Sidwell  <nathan@acm.org>
7268         * graphite-poly.c: Include dumpfile.h.
7270         * dumpfle.h (dump_function): Declare here ...
7271         * tree-dump.h (dump_function): ... not here.
7272         * dumpfile.c: #include tree-cfg.h.
7273         (dump_function): Move here from ...
7274         * tree-dump.c (dump_function): ... here.
7275         * gimplify.c: #include splay-tree.h, not tree-dump.h.
7276         * graphite-poly.c: Don't include tree-dump.h.
7277         * cgraphclones.c: Include dumpfile.h not tree-dump.h.
7278         * print-tree.c: Likewise.
7279         * stor-layout.c: Likewise.
7280         * tree-nested.c: Likewise.
7282         * dumpfile.c (dump_start): Use TDF_FLAGS.
7283         (dump_enable_all): Fix TDF_KIND check thinko.
7285 2017-05-11  Kelvin Nilsen  <kelvin@gcc.gnu.org>
7287         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
7288         array entries to represent two legal parameterizations of the
7289         overloaded __builtin_cmpb function, as represented by the
7290         P6_OV_BUILTIN_CMPB constant.
7291         (altivec_resolve_overloaded_builtin): Add special case handling
7292         for the __builtin_cmpb function, as represented by the
7293         P6_OV_BUILTIN_CMPB constant.
7294         * config/rs6000/rs6000-builtin.def (BU_P6_2): New macro.
7295         (BU_P6_64BIT_2): New macro.
7296         (BU_P6_OVERLOAD_2): New macro
7297         (CMPB_32): Add 32-bit compare-bytes support for 32-bit only targets.
7298         (CMPB): Add 64-bit compare-bytes support for 32-bit and 64-bit targets.
7299         (CMPB): Add overload support to represent both 32-bit and 64-bit
7300         compare-bytes function.
7301         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
7302         support for TARGET_CMPB.
7303         * config/rs6000/rs6000.h: Add support for RS6000_BTM_CMPB.
7304         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
7305         documentation of the __builtin_cmpb overloaded built-in function.
7307 2017-05-11  Richard Biener  <rguenther@suse.de>
7309         PR tree-optimization/80705
7310         * tree-vect-data-refs.c (vect_analyze_data_refs): DECL_NONALIASED
7311         bases are not vectorizable.
7313 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
7315         * tree-ssa-loop-ivopts.c (determine_set_costs): Skip non-interger
7316         when counting register pressure.
7318 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
7320         * tree-ssa-loop-ivopts.c (compare_cost_pair): New.
7321         (iv_ca_more_deps): Renamed to ...
7322         (iv_ca_compare_deps): ... this.
7323         (iv_ca_extend): Extend iv_ca if NEW_CP is cheaper than OLD_CP.
7325 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
7327         * tree-ssa-loop-ivopts.c (find_interesting_uses): Move inv vars dump
7328         to ...
7329         (determine_group_iv_costs): ... here.
7330         (find_inv_vars_cb): Record inv var if it's not recorded before.
7332 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
7334         * tree-ssa-loop-ivopts.c (allow_ip_end_pos_p): Refine comments.
7335         (get_shiftadd_cost): Ditto.
7337 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
7339         * tree-ssa-address.c: Include header file.
7340         (move_hint_to_base): Return TRUE if BASE_HINT is moved to memory
7341         address.
7342         (add_to_parts): Refactor.
7343         (addr_to_parts): New parameter.  Update use of move_hint_to_base.
7344         (create_mem_ref): Update use of addr_to_parts.  Re-associate addr
7345         in new order.
7347 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
7349         PR tree-optimization/53090
7350         * tree-ssa-loop-ivopts.c (enum comp_iv_rewrite): New enum value
7351         COMP_IV_EXPR_2.
7352         (extract_cond_operands): Detect condition with IV on both sides
7353         and return COMP_IV_EXPR_2.
7354         (find_interesting_uses_cond): Add iv_use for both IVs in condition.
7355         (rewrite_use_compare): Simplify by removing call to function
7356         extract_cond_operands.
7358 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
7360         * tree-ssa-loop-ivopts.c (enum comp_iv_rewrite): New.
7361         (extract_cond_operands): Detect condition comparing against non-
7362         invariant bound and return appropriate enum value.
7363         (find_interesting_uses_cond): Update use of extract_cond_operands.
7364         Handle its return value accordingly.
7365         (determine_group_iv_cost_cond, rewrite_use_compare): Ditto.
7367 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
7369         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Re-associate
7370         nonlinear iv_use computation in loop invariant sensitive way.
7372 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
7374         * tree-ssa-loop-ivopts.c (relate_compare_use_with_all_cands): New.
7375         (find_iv_candidates): Call relate_compare_use_with_all_cands.
7377 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
7379         * tree-ssa-loop-ivopts.c (struct iv_cand): New field inv_exprs.
7380         (dump_cand): Support iv_cand.inv_exprs.
7381         (add_candidate_1): Record invariant exprs in iv_cand.inv_exprs
7382         for candidates.
7383         (iv_ca_set_no_cp, iv_ca_set_cp, free_loop_data): Support
7384         iv_cand.inv_exprs.
7386 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
7388         * tree-ssa-loop-ivopts.c (multiplier_allowed_in_address_p): Move
7389         from ...
7390         * tree-ssa-address.c (multiplier_allowed_in_address_p): ... to here
7391         as local function.  Include necessary header files.
7392         * tree-ssa-loop-ivopts.h (multiplier_allowed_in_address_p): Delete.
7394 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
7396         * tree-ssa-loop-ivopts.c (autoinc_possible_for_pair): Simplify.
7398 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
7400         * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Handle more
7401         operators: TRUNC_DIV_EXPR, BIT_AND_EXPR, BIT_IOR_EXPR, LSHIFT_EXPR,
7402         RSHIFT_EXPR and BIT_NOT_EXPR.
7404 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
7406         * tree-ssa-loop-ivopts.c (get_loop_invariant_expr): Simplify.
7407         (adjust_setup_cost): New parameter supporting round up adjustment.
7408         (struct address_cost_data): Delete.
7409         (force_expr_to_var_cost): Don't bound cost with spill_cost.
7410         (split_address_cost, ptr_difference_cost): Delete.
7411         (difference_cost, compare_aff_trees, record_inv_expr): Delete.
7412         (struct ainc_cost_data): New struct.
7413         (get_address_cost_ainc): New function.
7414         (get_address_cost, get_computation_cost): Reimplement.
7415         (determine_group_iv_cost_address): Record inv_expr for all uses of
7416         a group.
7417         (determine_group_iv_cost_cond): Call get_loop_invariant_expr.
7418         (iv_ca_has_deps): Reimplemented to ...
7419         (iv_ca_more_deps): ... this.  Check if NEW_CP introduces more deps
7420         than OLD_CP.
7421         (iv_ca_extend): Call iv_ca_more_deps.
7423 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
7425         * tree-ssa-address.c (struct mem_address): Move to header file.
7426         (valid_mem_ref_p, move_fixed_address_to_symbol): Make it global.
7427         * tree-ssa-address.h (struct mem_address): Move from C file.
7428         (valid_mem_ref_p, move_fixed_address_to_symbol): Declare.
7430 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
7432         * tree-affine.h (aff_combination_type): New interface.
7433         (aff_combination_zero_p): Remove static.
7434         (aff_combination_const_p): New interface.
7435         (aff_combination_singleton_var_p): New interfaces.
7437 2017-05-11  Richard Biener  <rguenther@suse.de>
7439         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
7440         Skip unreachable blocks and destinations.
7441         (eliminate): Move stmt removal and fixup ...
7442         (fini_eliminate): ... here.  Skip inserted exprs.
7443         (pass_pre::execute): Move fini_pre after fini_eliminate.
7444         * tree-ssa-tailmerge.c: Include tree-cfgcleanup.h.
7445         (tail_merge_optimize): Run cleanup_tree_cfg if requested by
7446         PRE to get rid of dead code that has invalid SSA form and
7447         split critical edges again.
7449 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
7451         * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
7453 2017-05-11  Richard Biener  <rguenther@suse.de>
7455         * passes.c (execute_function_todo): Verify loops if they are
7456         said to be up-to-date.
7457         * cfgexpand.c (pass_expand::execute): Discard loops for -dx.
7458         * trans-mem.c (pass_tm_edges::execute): Mark loops for fixup.
7460 2017-05-10  John David Anglin  <danglin@gcc.gnu.org>
7462         PR target/80090
7463         * config/pa/pa.c (pa_assemble_integer): When outputting a SYMBOL_REF,
7464         handle calling assemble_external ourself.
7466         PR target/79027
7467         * config/pa/pa.c (pa_cannot_change_mode_class): Reject changes to/from
7468         modes with zero size.  Enhance comment.
7470 2017-05-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7472         * config/rs6000/rs6000.c (altivec_init_builtins): Define POWER8
7473         built-ins for vec_xl and vec_xst with short and char pointer
7474         arguments.
7476 2017-05-10  Sebastian Peryt  <sebastian.peryt@intel.com>
7478         * config/i386/avx512fintrin.h (_mm_mask_max_round_sd)
7479         (_mm_maskz_max_round_sd, _mm_mask_max_round_ss)
7480         (_mm_maskz_max_round_ss, _mm_mask_min_round_sd)
7481         (_mm_maskz_min_round_sd, _mm_mask_min_round_ss)
7482         (_mm_maskz_min_round_ss): New intrinsics.
7483         * config/i386/i386-builtin-types.def (V2DF, V2DF, V2DF, V2DF, UQI, INT)
7484         (V4SF, V4SF, V4SF, V4SF, UQI, INT): New function type aliases.
7485         * config/i386/i386-builtin.def (__builtin_ia32_maxsd_mask_round)
7486         (__builtin_ia32_maxss_mask_round, __builtin_ia32_minsd_mask_round)
7487         (__builtin_ia32_minss_mask_round): New builtins.
7488         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
7489         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
7490         * config/i386/sse.md (<sse>_vm<code><mode>3<round_saeonly_name>):
7491         Rename to ...
7492         (<sse>_vm<code><mode>3<mask_name><round_saeonly_name>): ... this.
7493         (v<maxmin_float><ssescalarmodesuffix>\t{<round_saeonly_op3>%2, %1, %0|%0, %1, %<iptr>2<round_saeonly_op3>}):
7494         Change to ...
7495         (v<maxmin_float><ssescalarmodesuffix>\t{<round_saeonly_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_saeonly_mask_op3>}):
7496         ... this.
7498 2017-05-10  Sebastian Peryt  <sebastian.peryt@intel.com>
7500         * config/i386/avx512fintrin.h (_mm_mask_mul_round_sd)
7501         (_mm_maskz_mul_round_sd, _mm_mask_mul_round_ss)
7502         (_mm_maskz_mul_round_ss, _mm_mask_div_round_sd)
7503         (_mm_maskz_div_round_sd, _mm_mask_div_round_ss)
7504         (_mm_maskz_div_round_ss, _mm_mask_mul_sd, _mm_maskz_mul_sd)
7505         (_mm_mask_mul_ss, _mm_maskz_mul_ss, _mm_mask_div_sd)
7506         (_mm_maskz_div_sd, _mm_mask_div_ss, _mm_maskz_div_ss): New intrinsics.
7507         * config/i386/i386-builtin-types.def (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
7508         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): New function type aliases.
7509         * config/i386/i386-builtin.def (__builtin_ia32_divsd_mask_round)
7510         (__builtin_ia32_divss_mask_round, __builtin_ia32_mulsd_mask_round)
7511         (__builtin_ia32_mulss_mask_round): New builtins.
7512         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
7513         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
7514         * config/i386/sse.md (<sse>_vm<multdiv_mnemonic><mode>3<round_name>):
7515         Rename to ...
7516         (<sse>_vm<multdiv_mnemonic><mode>3<mask_name><round_name>): ... this.
7517         (v<multdiv_mnemonic><ssescalarmodesuffix>\t{<round_op3>%2, %1, %0|%0, %1, %<iptr>2<round_op3>}):
7518         Change to ...
7519         (v<multdiv_mnemonic><ssescalarmodesuffix>\t{<round_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}):
7520         ... this.
7522 2017-05-10  Julia Koval  <julia.koval@intel.com>
7524         * config/i386/avxintrin.h (_mm256_set_m128, _mm256_set_m128d)
7525         (_mm256_set_m128i, _mm256_setr_m128, _mm256_setr_m128d)
7526         (_mm256_setr_m128i): New intrinsics.
7528 2017-05-10  Julia Koval  <julia.koval@intel.com>
7530         * config/i386/avx512fintrin.h (_mm_mask_rcp14_sd)
7531         (_mm_maskz_rcp14_sd, _mm_mask_rcp14_ss)
7532         (_mm_maskz_rcp14_ss): New intrinsics.
7533         * config/i386/i386-builtin.def (__builtin_ia32_rcp14sd_mask)
7534         (__builtin_ia32_rcp14ss_mask): New builtins.
7535         * config/i386/sse.md (srcp14<mode>_mask): New pattern.
7537 2017-05-10  Peter Bergner  <bergner@vnet.ibm.com>
7539         PR tree-optimization/51513
7540         * tree-cfg.c (gimple_seq_unreachable_p): New function.
7541         (assert_unreachable_fallthru_edge_p): Use it.
7542         (group_case_labels_stmt): Likewise.
7543         * tree-cfg.h: Prototype it.
7544         * stmt.c: Include cfghooks.h and tree-cfg.h.
7545         (emit_case_dispatch_table) <gap_label>: New local variable.
7546         Use it to fill dispatch table gaps.
7547         Test for default_label before updating probabilities.
7548         (expand_case) <default_label>: Remove unneeded initialization.
7549         Test for unreachable default case statement and remove its edge.
7550         Set default_label accordingly.
7551         * tree-ssa-ccp.c (optimize_unreachable): Update comment.
7553 2017-05-10  Carl Love  <cel@us.ibm.com>
7555         * config/rs6000/rs6000-c: Add support for built-in functions
7556         vector signed char      vec_neg (vector signed char)
7557         vector signed short int vec_neg (vector short int)
7558         vector signed int       vec_neg (vector signed int)
7559         vector signed long long vec_neg (vector signed long long)
7560         vector float            vec_neg (vector float)
7561         vector double           vec_neg (vector double)
7562         * config/rs6000/rs6000-builtin.def: Add definitions for NEG function
7563         overload.
7564         * config/rs6000/altivec.h: Add define for vec_neg
7565         * doc/extend.texi: Update the built-in documentation for the
7566         new built-in functions.
7568 2017-05-10  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
7570         PR tree-optimization/77644
7571         * match.pd (sqrt(x) cmp sqrt(y) -> x cmp y): New pattern.
7573 2017-05-10  Nathan Sidwell  <nathan@acm.org>
7575         * dumpfile.h (TDI_lang_all): New.
7576         (TDF_KIND): New. Renumber others
7577         (TDF_LANG, TDF_TREE, TDF_RTL, TDF_IPA): Enumerate value, rather
7578         than bits.
7579         * dumpfile.c (dump_files): Mark language dumps as TDF_LANG.  add
7580         lang-all.
7581         (get_dump_file_name): Adjust suffix generation.
7582         (dump_enable_all): Use TDF_KIND.
7583         * doc/invoke.texi (-fdump-lang-all): Document.
7585         * dumpfile.h: Tabify.
7587 2017-05-10  Wilco Dijkstra  <wdijkstr@arm.com>
7589         PR target/80671
7590         * config/aarch64/cortex-a57-fma-steering.c (merge_forest):
7591         Move member access before delete.
7593 2017-05-10  Alexandre Oliva <aoliva@redhat.com>
7595         * tree-inline.c (expand_call_inline): Split block at stmt
7596         before the call.
7598 2017-05-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
7600         PR target/68163
7601         * config/rs6000/rs6000.md (f32_lr): Delete mode attributes that
7602         are now unused after splitting mov{sf,sd}_hardfloat.
7603         (f32_lr2): Likewise.
7604         (f32_lm): Likewise.
7605         (f32_lm2): Likewise.
7606         (f32_li): Likewise.
7607         (f32_li2): Likewise.
7608         (f32_lv): Likewise.
7609         (f32_sr): Likewise.
7610         (f32_sr2): Likewise.
7611         (f32_sm): Likewise.
7612         (f32_sm2): Likewise.
7613         (f32_si): Likewise.
7614         (f32_si2): Likewise.
7615         (f32_sv): Likewise.
7616         (f32_dm): Likewise.
7617         (f32_vsx): Likewise.
7618         (f32_av): Likewise.
7619         (mov<mode>_hardfloat): Split into separate movsf and movsd pieces.
7620         For movsf, order stores so the VSX stores occur before the GPR
7621         store which encourages the register allocator to use a traditional
7622         FPR instead of a GPR.  For movsd, order the stores so that the GPR
7623         store comes before the VSX stores to allow the power6 to work.
7624         This is due to the power6 not having a 32-bit integer store
7625         instruction from a FPR.
7626         (movsf_hardfloat): Likewise.
7627         (movsd_hardfloat): Likewise.
7629 2017-05-09  Martin Sebor  <msebor@redhat.com>
7631         PR translation/80280
7632         * config/sol2-c.c (cmn_err_flag_specs): Initialize new data member
7633         added in r247778.
7635         PR translation/80280
7636         * config/i386/msformat-c.c (ms_printf_flag_specs): Initialize new
7637         data member added in r247778.
7638         (ms_scanf_flag_specs, ms_strftime_flag_specs): Same.
7640 2017-05-09  Nathan Sidwell  <nathan@acm.org>
7642         * tree.h (tree_fits_shwi_p, tree_fits_uhwi_p): Unconditionally pure.
7644         * ipa-devirt.c (default_hash_traits<type_pair>): Skip struct-scope
7645         typedefs.
7647 2017-05-09  Marek Polacek  <polacek@redhat.com>
7649         * doc/invoke.texi: Fix typo.
7651 2017-05-09  Richard Biener  <rguenther@suse.de>
7653         * tree-vrp.c (vrp_val_is_max): Adjust comment.
7654         (vrp_val_is_min): Likewise.
7655         (set_value_range_to_value): Likewise.
7656         (set_value_range_to_nonnegative): Likewise.
7657         (gimple_assign_nonzero_p): Likewise.
7658         (gimple_stmt_nonzero_p): Likewise.
7659         (vrp_int_const_binop): Likewise.  Remove unreachable case.
7660         (adjust_range_with_scev): Adjust comments.
7661         (compare_range_with_value): Likewise.
7662         (extract_range_from_phi_node): Likewise.
7663         (test_for_singularity): Likewise.
7665 2017-05-09  Richard Biener  <rguenther@suse.de>
7667         * tree-vrp.c (get_single_symbol): Add assert that we don't
7668         get overflowed constants as invariant part.
7669         (compare_values_warnv): Add comment before the TREE_NO_WARNING
7670         checks.  Use wi::cmp instead of recursing for integer constants.
7671         (compare_values): Just ignore whether we assumed undefined
7672         overflow instead of failing the compare.
7673         (extract_range_for_var_from_comparison_expr): Add comment before the
7674         TREE_NO_WARNING sets.
7675         (test_for_singularity): Likewise.
7676         (extract_range_from_comparison): Do not disable optimization
7677         when we assumed undefined overflow.
7678         (extract_range_basic): Remove init of unused var.
7680 2017-05-09  Richard Biener  <rguenther@suse.de>
7682         * tree-vrp.c (vrp_int_const_binop): Use wide-ints and simplify.
7683         (extract_range_from_multiplicative_op_1): Adjust.
7684         (extract_range_from_binary_expr_1): Use int_const_binop.
7686 2017-05-08  Kelvin Nilsen  <kelvin@gcc.gnu.org>
7688         PR target/80101
7689         * config/rs6000/power6.md: Replace store_data_bypass_p calls with
7690         rs6000_store_data_bypass_p in seven define_bypass directives and
7691         in several comments.
7692         * config/rs6000/rs6000-protos.h: Add prototype for
7693         rs6000_store_data_bypass_p function.
7694         * config/rs6000/rs6000.c (rs6000_store_data_bypass_p): New
7695         function implements slightly different (rs6000-specific) semantics
7696         than store_data_bypass_p, returning false rather than aborting
7697         with assertion error when arguments do not satisfy the
7698         requirements of store data bypass.
7699         (rs6000_adjust_cost): Replace six calls of store_data_bypass_p with
7700         rs6000_store_data_bypass_p.
7702 2017-05-08  Max Filippov  <jcmvbkbc@gmail.com>
7704         * config/xtensa/xtensa-protos.h
7705         (xtensa_initial_elimination_offset): New declaration.
7706         * config/xtensa/xtensa.c (xtensa_initial_elimination_offset):
7707         New function. Move its body from the INITIAL_ELIMINATION_OFFSET
7708         macro definition, add case for FRAME_POINTER_REGNUM when
7709         FRAME_GROWS_DOWNWARD.
7710         * config/xtensa/xtensa.h (FRAME_GROWS_DOWNWARD): New macro definition.
7711         (INITIAL_ELIMINATION_OFFSET): Replace body with call to
7712         xtensa_initial_elimination_offset.
7714 2017-05-08  Nathan Sidwell  <nathan@acm.org>
7716         * doc/invoke.texi: Alphabetize -fdump options.
7718 2017-05-08  Martin Sebor  <msebor@redhat.com>
7720         PR translation/80280
7721         * config/sol2-c.c (solaris_pragma_align): Correct quoting.
7723 2017-05-08  Bernd Edlinger  <bernd.edlinger@hotmail.de>
7725         * target.def (compute_frame_layout): New optional target hook.
7726         * doc/tm.texi.in (TARGET_COMPUTE_FRAME_LAYOUT): Add hook.
7727         * doc/tm.texi (TARGET_COMPUTE_FRAME_LAYOUT): Add documentation.
7728         * lra-eliminations.c (update_reg_eliminate): Call compute_frame_layout
7729         target hook.
7730         * reload1.c (verify_initial_elim_offsets): Likewise.
7731         * config/arm/arm.c (TARGET_COMPUTE_FRAME_LAYOUT): Define.
7732         (use_simple_return_p): Call arm_compute_frame_layout if needed.
7733         (arm_get_frame_offsets): Split up into this ...
7734         (arm_compute_frame_layout): ... and this function.
7736 2017-05-08  Richard Sandiford  <richard.sandiford@arm.com>
7738         * config/aarch64/constraints.md (Usa): New constraint.
7739         * config/aarch64/aarch64.md (*movsi_aarch64, *movdi_aarch64): Use it.
7741 2017-05-08  Thomas Preud'homme  <thomas.preudhomme@arm.com>
7743         * config.gcc (arm*-*-*): Set TM_MULTILIB_CONFIG from
7744         with_multilib_list after it has been checked.
7746 2017-05-08  Richard Biener  <rguenther@suse.de>
7748         * tree-ssa-pre.c (bitmap_set_and): Avoid bitmap copy.
7749         (bitmap_set_subtract_values): Likewise.
7751 2017-05-08  Richard Biener  <rguenther@suse.de>
7753         * tree-vrp.c (gimple_assign_nonzero_warnv_p): Rename to ...
7754         (gimple_assign_nonzero): ... this and remove strict_overflow_p
7755         argument.
7756         (gimple_stmt_nonzero_warnv_p): Rename to ...
7757         (gimple_stmt_nonzero_p): ... this and remove strict_overflow_p
7758         argument.
7759         (vrp_stmt_computes_nonzero): Remove strict_overflow_p argument.
7760         (extract_range_basic): Adjust, do not disable propagation on
7761         strict overflow sensitive simplification.
7762         (vrp_visit_cond_stmt): Likewise.
7764 2017-05-05  Jan Hubicka  <hubicka@ucw.cz>
7766         * ipa-inline-analysis.c (estimate_function_body_sizes): Recompute
7767         body size unconditionally.
7769 2017-05-07  Jeff Law  <law@redhat.com>
7771         Revert:
7772         2017-05-06  Jeff Law  <law@redhat.com>
7773         PR tree-optimization/78496
7774         * tree-vrp.c (simplify_assert_expr_using_ranges): Remove debugging
7775         code.
7777         PR tree-optimization/78496
7778         * tree-vrp.c (simplify_assert_expr_using_ranges): New function.
7779         (simplify_stmt_using_ranges): Call it.
7780         (vrp_dom_walker::before_dom_children): Extract equivalences
7781         from an ASSERT_EXPR with an equality comparison against a
7782         constant.
7784 2017-05-06  Jeff Law  <law@redhat.com>
7786         PR tree-optimization/78496
7787         * tree-vrp.c (simplify_assert_expr_using_ranges): Remove debugging
7788         code.
7790         PR tree-optimization/78496
7791         * tree-vrp.c (simplify_assert_expr_using_ranges): New function.
7792         (simplify_stmt_using_ranges): Call it.
7793         (vrp_dom_walker::before_dom_children): Extract equivalences
7794         from an ASSERT_EXPR with an equality comparison against a
7795         constant.
7797 2017-05-06  Richard Sandiford  <richard.sandiford@linaro.org>
7799         * lra-constraints.c (lra_copy_reg_equiv): New function.
7800         (split_reg): Use it to copy equivalence information from the
7801         original register to the spill register.
7803 2017-05-06  Richard Sandiford  <richard.sandiford@linaro.org>
7805         PR rtl-optimization/75964
7806         * simplify-rtx.c (simplify_const_relational_operation): Remove
7807         invalid handling of comparisons of integer ABS.
7809 2017-05-06  Uros Bizjak  <ubizjak@gmail.com>
7811         * config/i386/i386.c (ext_80387_constant_init): Do not explicitly
7812         initialize to zero.
7813         (init_regs): Remove declaration.
7814         (function_arg_advance_32): Initialize error_p as boolean variable.
7816 2017-05-05  Nathan Sidwell  <nathan@acm.org>
7818         * store-motion.c (remove_reachable_equiv_notes): Reformat long
7819         lines.  Use for (;;).
7821 2017-05-05  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7823         * config/rs6000/rs6000.c (rs6000_vect_nonmem): New static var.
7824         (rs6000_init_cost): Initialize rs6000_vect_nonmem.
7825         (rs6000_add_stmt_cost): Update rs6000_vect_nonmem.
7826         (rs6000_finish_cost): Avoid vectorizing simple copy loops with
7827         VF=2 that require versioning.
7829 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
7831         * diagnostic.h (CARET_LINE_MARGIN): Convert from macro to const
7832         int.
7834 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
7836         * diagnostic.h (diagnostic_override_option_index): Convert from
7837         macro to inline function.
7839 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
7841         * diagnostic.c (last_module_changed_p): New function.
7842         (set_last_module): New function.
7843         (diagnostic_report_current_module): Convert macro usage to
7844         the above functions.
7845         * diagnostic.h (diagnostic_context::last_module): Strengthen
7846         from const line_map * to const line_map_ordinary *.
7847         (diagnostic_last_module_changed): Delete macro.
7848         (diagnostic_set_last_module): Delete macro.
7850 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
7852         * diagnostic.c (diagnostic_impl): Replace report_diagnostic
7853         with diagnostic_report_diagnostic.
7854         (diagnostic_n_impl_richloc): Likewise.
7855         * diagnostic.h (report_diagnostic): Delete macro.
7856         * rtl-error.c (diagnostic_for_asm): Replace report_diagnostic
7857         with diagnostic_report_diagnostic.
7858         * substring-locations.c (format_warning_va): Likewise.
7860 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
7862         * diagnostic.c (diagnostic_report_diagnostic): Eliminate
7863         save/restor of format_spec.  Move option-printing code to...
7864         (print_option_information): ...this new function, and
7865         reimplement by simply printing to the pretty_printer,
7866         rather than appending to the format string.
7868 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
7870         * diagnostic.c (diagnostic_report_diagnostic): Split out pragma
7871         handling logic into...
7872         (update_effective_level_from_pragmas): ...this new function.
7874 2017-05-04  Andrew Waterman  <andrew@sifive.com>
7876         * config/riscv/riscv.opt (mstrict-align): New option.
7877         * config/riscv/riscv.h (STRICT_ALIGNMENT): Use it.  Update comment.
7878         (SLOW_UNALIGNED_ACCESS): Define.
7879         (riscv_slow_unaligned_access): Declare.
7880         * config/riscv/riscv.c (riscv_tune_info): Add slow_unaligned_access
7881         field.
7882         (riscv_slow_unaligned_access): New variable.
7883         (rocket_tune_info): Set slow_unaligned_access to true.
7884         (optimize_size_tune_info): Set slow_unaligned_access to false.
7885         (riscv_cpu_info_table): Add entry for optimize_size_tune_info.
7886         (riscv_valid_lo_sum_p): Use TARGET_STRICT_ALIGN.
7887         (riscv_option_override): Set riscv_slow_unaligned_access.
7888         * doc/invoke.texi: Add -mstrict-align to RISC-V.
7890 2017-05-04  Kito Cheng  <kito.cheng@gmail.com>
7892         * config/riscv/riscv.md: Unify indentation.
7894 2017-05-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
7896         PR target/79038
7897         PR target/79202
7898         PR target/79203
7899         * config/rs6000/rs6000.md (u code attribute): Add FIX and
7900         UNSIGNED_FIX.
7901         (extendsi<mode>2): Add support for doing sign extension via
7902         VUPKHSW and XXPERMDI if the value is in Altivec registers and we
7903         don't have ISA 3.0 instructions.
7904         (extendsi<mode>2 splitter): Likewise.
7905         (fix_trunc<mode>si2): If we are at ISA 2.07 (VSX small integer),
7906         generate the normal insns since SImode can now go in vector
7907         registers.  Disallow the special UNSPECs needed for previous
7908         machines to hide SImode being used.  Add new insns
7909         fctiw{,w}_<mode>_smallint if SImode can go in vector registers.
7910         (fix_trunc<mode>si2_stfiwx): Likewise.
7911         (fix_trunc<mode>si2_internal): Likewise.
7912         (fixuns_trunc<mode>si2): Likewise.
7913         (fixuns_trunc<mode>si2_stfiwx): Likewise.
7914         (fctiw<u>z_<mode>_smallint): Likewise.
7915         (fctiw<u>z_<mode>_mem): New combiner pattern to prevent conversion
7916         of floating point to 32-bit integer from doing a direct move to
7917         the GPR registers to do a store.
7918         (fctiwz_<mode>): Break long line.
7920 2017-05-05  Bin Cheng  <bin.cheng@arm.com>
7922         * Makefile.in (GTFILES): Add tree-ssa-loop-ivopts.c.
7923         * tree-ssa-loop-ivopts.c (compute_max_addr_offset): Delete.
7924         (addr_list, addr_offset_valid_p): New.
7925         (split_address_groups): Check offset validity with above function.
7926         (gt-tree-ssa-loop-ivopts.h): Include header file.
7928 2017-05-05  Nathan Sidwell  <nathan@acm.org>
7930         * config.gcc (arm*-*-*): Add missing 'fi'.
7932 2017-05-05  Steve Ellcey  <sellcey@cavium.com>
7934         * doc/invoke.texi (-fopt-info): Explicitly say order of options
7935         included in -fopt-info does not matter.
7936         * doc/optinfo.texi (-fopt-info): Fix description of default
7937         behavour. Explicitly say order of options included in -fopt-info
7938         does not matter.
7940 2017-05-05  Thomas Preud'homme  <thomas.preudhomme@arm.com>
7942         * config.gcc: Allow combinations of aprofile and rmprofile values for
7943         --with-multilib-list.
7944         * config/arm/t-multilib: New file.
7945         * config/arm/t-aprofile: Remove initialization of MULTILIB_*
7946         variables.  Remove setting of ISA and floating-point ABI in
7947         MULTILIB_OPTIONS and MULTILIB_DIRNAMES.  Set architecture and FPU in
7948         MULTI_ARCH_OPTS_A and MULTI_ARCH_DIRS_A rather than MULTILIB_OPTIONS
7949         and MULTILIB_DIRNAMES respectively.  Add comment to introduce all
7950         matches.  Add architecture matches for marvel-pj4 and generic-armv7-a
7951         CPU options.
7952         * config/arm/t-rmprofile: Likewise except for the matches changes.
7953         * doc/install.texi (--with-multilib-list): Document the combination of
7954         aprofile and rmprofile values and warn about pitfalls in doing that.
7956 2017-05-05  Wilco Dijkstra  <wdijkstr@arm.com>
7958         * config/aarch64/aarch64.md (movsi_aarch64): Remove '*' from r=w.
7959         (movdi_aarch64): Likewise.
7961 2017-05-05  Jakub Jelinek  <jakub@redhat.com>
7963         PR tree-optimization/80632
7964         * tree-switch-conversion.c (struct switch_conv_info): Add target_vop
7965         field.
7966         (build_arrays): Initialize it for virtual phis.
7967         (fix_phi_nodes): Use it for virtual phis.
7969         PR tree-optimization/80558
7970         * tree-vrp.c (extract_range_from_binary_expr_1): Optimize
7971         [x, y] op z into [x op, y op z] for op & or | if conditions
7972         are met.
7974 2017-05-05  Andre Vieira  <andre.simoesdiasvieira@arm.com>
7975             Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
7977         PR target/71607
7978         * config/arm/arm.md (use_literal_pool): Remove.
7979         (64-bit immediate split): No longer takes cost into consideration
7980         if arm_disable_literal_pool is enabled.
7981         * config/arm/arm.c (arm_tls_referenced_p): Add diagnostic if TLS is
7982         used when arm_disable_literal_pool is enabled.
7983         (arm_max_const_double_inline_cost): Remove use of
7984         arm_disable_literal_pool.
7985         (push_minipool_fix): Add assert.
7986         (arm_reorg): Add return if arm_disable_literal_pool is enabled.
7987         * config/arm/vfp.md (no_literal_pool_df_immediate): New.
7988         (no_literal_pool_sf_immediate): New.
7990 2017-05-05  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
7992         PR tree-optimization/80613
7993         * tree-ssa-dce.c (propagate_necessity): Remove cases for
7994         BUILT_IN_STRDUP and BUILT_IN_STRNDUP.
7996 2017-05-05  Richard Biener  <rguenther@suse.de>
7998         * tree-ssa-pre.c (get_or_alloc_expr_for): Simplify.
8000 2017-05-05  Georg-Johann Lay  <avr@gjlay.de>
8002         * config/avr/avr.md [flag_strict_overflow]: Remove any occurence
8003         of this flag from insn conditions due to removal from r247495.
8005 2017-05-05  Wilco Dijkstra  <wdijkstr@arm.com>
8007         * config/arm/aarch-common.c (arm_early_load_addr_dep_ptr):
8008         New function.
8009         (arm_early_store_addr_dep_ptr): Likewise.
8010         * config/arm/aarch-common-protos.h
8011         (arm_early_load_addr_dep_ptr): Add prototype.
8012         (arm_early_store_addr_dep_ptr): Likewise.
8013         * config/arm/cortex-a53.md: Add new bypasses.
8015 2017-05-05  Jakub Jelinek  <jakub@redhat.com>
8017         * tree.c (next_type_uid): Change type to unsigned.
8018         (type_hash_canon): Decrement back next_type_uid if
8019         freeing a type node with the highest TYPE_UID.  For INTEGER_TYPEs
8020         also ggc_free TYPE_MIN_VALUE, TYPE_MAX_VALUE and TYPE_CACHED_VALUES
8021         if possible.
8023 2017-05-04  Martin Sebor  <msebor@redhat.com>
8025         * builtins.c: Fix a trivial typo in a comment.
8027         PR middle-end/79234
8028         * builtins.c (check_sizes): Adjust to handle reading past the end.
8029         Avoid printing excessive upper bound of ranges.  Use %E to print
8030         tree nodes instead of converting them to %wu.
8031         (expand_builtin_memchr): New function.
8032         (compute_dest_size): Rename...
8033         (compute_objsize): ...to this.
8034         (expand_builtin_memcpy): Adjust.
8035         (expand_builtin_mempcpy): Adjust.
8036         (expand_builtin_strcat): Adjust.
8037         (expand_builtin_strcpy): Adjust.
8038         (check_strncat_sizes): Adjust.
8039         (expand_builtin_strncat): Adjust.
8040         (expand_builtin_strncpy): Adjust and simplify.
8041         (expand_builtin_memset): Adjust.
8042         (expand_builtin_bzero): Adjust.
8043         (expand_builtin_memcmp): Adjust.
8044         (expand_builtin): Handle memcmp.
8045         (maybe_emit_chk_warning): Check strncat just once.
8047 2017-05-04  Martin Sebor  <msebor@redhat.com>
8049         PR preprocessor/79214
8050         PR middle-end/79222
8051         PR middle-end/79223
8052         * builtins.c (check_sizes): Add inlining context and issue
8053         warnings even when -Wno-system-headers is set.
8054         (check_strncat_sizes): Same.
8055         (expand_builtin_strncat): Same.
8056         (expand_builtin_memmove): New function.
8057         (expand_builtin_stpncpy): Same.
8058         (expand_builtin): Handle memmove and stpncpy.
8060 2017-05-04  Bin Cheng  <bin.cheng@arm.com>
8062         * tree-ssa-loop-ivopts.c (struct cost_pair): Remove field inv_expr
8063         which is not used any more.
8065 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
8067         * config/aarch64/aarch64.c (generic_tunings): Update prefetch model.
8069 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
8071         * config/aarch64/aarch64.c (cortexa35_tunings): Set jump alignment to 4.
8072         (cortexa53_tunings): Likewise.
8073         (cortexa57_tunings): Likewise.
8074         (cortexa72_tunings): Likewise.
8075         (cortexa73_tunings): Likewise.
8077 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
8079         * config/aarch64/aarch64.c (generic_tunings): Set jump alignment to 4.
8080         Set loop alignment to 8.
8082 2017-05-04  Martin Sebor  <msebor@redhat.com>
8084         PR translation/80280
8085         * builtins.c (expand_builtin_object_size): Add missing quoting to
8086         %D and like directives.
8087         * hsa-gen.c (hsa_type_for_scalar_tree_type): Same.
8088         (hsa_type_for_tree_type): Same.
8089         (verify_function_arguments): Same.
8090         * symtab.c (symbol_table::change_decl_assembler_name): Same.
8091         * varasm.c (get_section): Same.
8092         (mark_weak): Same.
8094 2017-05-04  Martin Sebor  <msebor@redhat.com>
8096         PR translation/80280
8097         * config/i386/i386.c (ix86_function_versions): Quote a %D directive.
8099 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
8101         * config/aarch64/aarch64.c (generic_addrcost_table):
8102         Change HI/TI mode setting.
8104 2017-05-04  Martin Jambor  <mjambor@suse.cz>
8106         PR tree-optimization/80622
8107         * tree-sra.c (comes_initialized_p): New function.
8108         (build_accesses_from_assign): Only set write lazily when
8109         comes_initialized_p is false.
8110         (analyze_access_subtree): Use comes_initialized_p.
8111         (propagate_subaccesses_across_link): Assert !comes_initialized_p
8112         instead of testing for PARM_DECL.
8114 2017-05-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8116         * config/aarch64/aarch64.md (prefetch); Adjust predicate and
8117         constraint on operand 0 to allow more general addressing modes.
8118         Adjust output template.
8119         * config/aarch64/aarch64.c (aarch64_address_valid_for_prefetch_p):
8120         New function.
8121         * config/aarch64/aarch64-protos.h
8122         (aarch64_address_valid_for_prefetch_p): Declare prototype.
8123         * config/aarch64/constraints.md (Dp): New address constraint.
8124         * config/aarch64/predicates.md (aarch64_prefetch_operand): New
8125         predicate.
8127 2017-05-04  Jan Hubicka  <hubicka@ucw.cz>
8129         * ipa-cp.c (perform_estimation_of_a_value): Drop base_time parameter;
8130         update use of estimate_ipcp_clone_size_and_time.
8131         (estimate_local_effects): Update use of
8132         estimate_ipcp_clone_size_and_time and perform_estimation_of_a_value.
8133         * ipa-inline.h (estimate_ipcp_clone_size_and_time): Update prototype.
8134         * ipa-inline-analysis.c (estimate_ipcp_clone_size_and_time):
8135         Return nonspecialized time.
8137 2017-05-04  Richard Biener  <rguenther@suse.de>
8139         * tree-ssa-alias.c (get_continuation_for_phi): Improve looking
8140         for the last VUSE which def dominates the PHI.  Directly call
8141         maybe_skip_until.
8142         (get_continuation_for_phi_1): Remove.
8144 2017-05-04  Richard Sandiford  <richard.sandiford@linaro.org>
8146         * tree-ssa-loop-manip.c (niter_for_unrolled_loop): Add commentary
8147         to explain the use of truncating division.  Cap the number of
8148         iterations to the maximum given by nb_iterations_upper_bound,
8149         if defined.
8151 2017-05-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
8153         * configure.ac (--enable-mingw-wildcard): Add new configurable feature.
8154         * configure: Regenerate.
8155         * config.in: Regenerate.
8156         * config/i386/driver-mingw32.c: new file.
8157         * config/i386/x-mingw32: Add rule to build driver-mingw32.o.
8158         * config.host: Link driver-mingw32.o on MinGW host.
8159         * doc/install.texi: Document new --enable-mingw-wildcard configure
8160         option.
8162 2017-05-04  Marek Polacek  <polacek@redhat.com>
8164         PR tree-optimization/80612
8165         * calls.c (get_size_range): Check for INTEGRAL_TYPE_P.
8167 2017-05-04  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
8168             Andre Simoes Dias Vieira  <andre.simoesdiasvieira@arm.com>
8170         * config/arm/arm.md (movsi): Change TARGET_32BIT to TARGET_HAVE_MOVT.
8171         (movt splitter): Likewise.
8172         * config/arm/arm.c (arm_option_check_internal): Change arm_arch_thumb2
8173         to TARGET_HAVE_MOVT, and merge with -mslow-flash-data check.
8174         (const_ok_for_arm): Change else to else if (TARGET_THUMB2) and add else
8175         block for Thumb-1 with MOVT.
8176         (thumb2_legitimate_address_p): Move code block ...
8177         (can_avoid_literal_pool_for_label_p): ... into this new function.
8178         (thumb1_legitimate_address_p): Add check for TARGET_HAVE_MOVT and
8179         literal pool.
8180         (thumb_legitimate_constant_p): Add conditional on TARGET_HAVE_MOVT
8181         * doc/invoke.texi (-mpure-code): Change "ARMv7-M targets" for
8182         "M-profile targets with the MOVT instruction".
8184 2017-05-04  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
8186         * config/arm/arm-builtins.c (arm_init_builtins): Rename
8187         __builtin_arm_ldfscr to __builtin_arm_get_fpscr, and rename
8188         __builtin_arm_stfscr to __builtin_arm_set_fpscr.
8190 2017-05-04  Martin Liska  <mliska@suse.cz>
8192         * tree-vrp.c (simplify_cond_using_ranges_2): Remove unused
8193         variable cond_code.
8195 2017-05-04  Richard Biener  <rguenther@suse.de>
8197         * tree.c (array_at_struct_end_p): Handle arrays at struct
8198         end with flexarrays more conservatively.  Refactor and treat
8199         arrays of arrays or aggregates more strict.  Fix
8200         VIEW_CONVERT_EXPR handling.  Remove allow_compref argument.
8201         * tree.c (array_at_struct_end_p): Adjust prototype.
8202         * emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust.
8203         * gimple-fold.c (get_range_strlen): Likewise.
8204         * tree-chkp.c (chkp_may_narrow_to_field): Likewise.
8206 2017-05-04  Richard Biener  <rguenther@suse.de>
8208         PR tree-optimization/31130
8209         * tree-vrp.c (needs_overflow_infinity): Remove as always returning
8210         false.
8211         (supports_overflow_infinity): Likewise.
8212         (is_negative_overflow_infinity): Likewise.
8213         (is_positive_overflow_infinity): Likewise.
8214         (is_overflow_infinity): Likewise.
8215         (stmt_overflow_infinity): Likewise.
8216         (overflow_infinity_range_p): Likewise.
8217         (usable_range_p): Remove as always returning true.
8218         (make_overflow_infinity): Remove.
8219         (negative_overflow_infinity): Likewise.
8220         (positive_overflow_infinity): Likewise.
8221         (avoid_overflow_infinity): Likewise.
8222         (set_value_range): Adjust accordingly.
8223         (set_value_range_to_nonnegative): Likewise, remove now unused
8224         overflow_infinity arg.
8225         (vrp_operand_equal_p): Adjust.
8226         (update_value_range): Likewise.
8227         (range_int_cst_singleton_p): Likewise.
8228         (operand_less_p): Likewise.
8229         (compare_values_warnv): Likewise.
8230         (extract_range_for_var_from_comparison_expr): Likewise.
8231         (vrp_int_const_binop): Likewise.
8232         (zero_nonzero_bits_from_vr): Likewise.
8233         (extract_range_from_multiplicative_op_1): Likewise.
8234         (extract_range_from_binary_expr_1): Likewise.
8235         (extract_range_from_unary_expr): Likewise.
8236         (extract_range_from_comparison): Likewise.
8237         (extract_range_basic): Likewise.
8238         (adjust_range_with_scev): Likewise.
8239         (compare_ranges): Likewise.
8240         (compare_range_with_value): Likewise.
8241         (dump_value_range): Likewise.
8242         (test_for_singularity): Likewise, remove strict_overflow_p parameter
8243         never used.
8244         (simplify_cond_using_ranges): Adjust.
8246 2017-05-04  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
8248         * brig-builtins.def: Added a builtin for class_f64.
8249         * builtin-types.def: Added a builtin type needed by class_f64.
8251 2017-05-03  Jason Merrill  <jason@redhat.com>
8253         * timevar.def: Add TV_CONSTEXPR.
8255 2017-05-03  David Malcolm  <dmalcolm@redhat.com>
8257         * common.opt (fdiagnostics-parseable-fixits): Fix typo.
8259 2017-05-03  Martin Jambor  <mjambor@suse.cz>
8261         * ipa-prop.c (ipa_update_after_lto_read): Removed.
8262         * ipa-prop.h (ipa_update_after_lto_read): Remove declaration.
8263         * ipa-cp.c (ipcp_propagate_stage): Do not call
8264         ipa_update_after_lto_read.
8265         * ipa-inline.c (ipa_inline): Likewise.
8267 2017-05-03  Martin Jambor  <mjambor@suse.cz>
8269         * ipa-prop.h (ipa_edge_args): Make a class.  Mark with for_user GTY
8270         tag.  Added a default constructor and a destructor.
8271         (ipa_edge_args_sum_t): New class;
8272         (ipa_edge_args_sum): Declare.
8273         (ipa_edge_args_vector): Remove declaration.
8274         (IPA_EDGE_REF): Use ipa_edge_args_sum.
8275         (ipa_free_edge_args_substructures): Remove declaration.
8276         (ipa_check_create_edge_args): Use ipa_edge_args_sum.
8277         (ipa_edge_args_info_available_for_edge_p): Likewise.
8278         * ipa-prop.c (ipa_edge_args_vector): Removed.
8279         (edge_removal_hook_holder): Likewise.
8280         (edge_duplication_hook_holder): Likewise.
8281         (ipa_edge_args_sum): New variable.
8282         (ipa_propagate_indirect_call_infos): Test ipa_edge_args_sum instead of
8283         ipa_edge_args_vector.
8284         (ipa_free_edge_args_substructures): Likewise.
8285         (ipa_free_all_edge_args): Free ipa_edge_args_sum instead of
8286         ipa_edge_args_vector.
8287         (ipa_edge_removal_hook): Turned into method
8288         ipa_edge_args_sum_t::remove.
8289         (ipa_edge_duplication_hook): Turned into method
8290         ipa_edge_args_sum_t::duplicate.
8291         (ipa_register_cgraph_hooks): Create ipa_edge_args_sum instead of
8292         registering edge hooks.
8293         (ipa_unregister_cgraph_hooks): Do not unregister edge hooks.
8294         * ipa-inline-analysis.c (estimate_function_body_sizes): Test
8295         ipa_edge_args_sum instead of ipa_edge_args_vector.
8296         * ipa-profile.c (ipa_profile): Likewise.
8298 2017-05-03  Martin Jambor  <mjambor@suse.cz>
8300         * symbol-summary.h (function_summary): New method exists.
8301         (function_summary::symtab_removal): Deallocate through release.
8302         (call_summary): New class.
8303         (gt_ggc_mx): New overload.
8304         (gt_pch_nx): Likewise.
8305         (gt_pch_nx): Likewise.
8307 2017-05-03  Jeff Law  <law@redhat.com>
8309         PR tree-optimization/78496
8310         * tree-vrp.c (simplify_cond_using_ranges_1): Renamed
8311         from simplify_cond_using_ranges.  Split off code to walk
8312         backwards through casts into ...
8313         (simplify_cond_using_ranges_2): New function.
8314         (simplify_stmt_using_ranges): Call simplify_cond_using_ranges_1.
8315         (execute_vrp): After identifying jump threads, call
8316         simplify_cond_using_ranges_2.
8318 2017-05-03  Jan Hubicka  <hubicka@ucw.cz>
8320         PR bootstrap/80609
8321         * ipa-inline.h (inline_summary): Add ctor.
8322         (create_ggc): Do not use ggc_cleared_alloc.
8324 2017-05-03  Jeff Downs  <heydowns@somuchpressure.net>
8325             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8327         * gcc.c (handle_braces): Support escaping in switch matching
8328         text.
8329         * doc/invoke.texi (Spec Files): Document it.
8330         Remove superfluous @code markup in items.
8332 2017-05-03  David Malcolm  <dmalcolm@redhat.com>
8334         * diagnostic-show-locus.c (struct column_range): New struct.
8335         (get_affected_columns): New function.
8336         (get_printed_columns): New function.
8337         (struct correction): New struct.
8338         (correction::ensure_capacity): New function.
8339         (correction::ensure_terminated): New function.
8340         (struct line_corrections): New struct.
8341         (line_corrections::~line_corrections): New dtor.
8342         (line_corrections::add_hint): New function.
8343         (layout::print_trailing_fixits): Reimplement in terms of the new
8344         classes.
8345         (selftest::test_overlapped_fixit_printing): New function.
8346         (selftest::diagnostic_show_locus_c_tests): Call it.
8348 2017-05-03  Nathan Sidwell  <nathan@acm.org>
8350         Canonicalize canonical type hashing
8351         * tree.h (type_hash_canon_hash): Declare.
8352         * tree.c (type_hash_list, attribute_hash_list): Move into
8353         type_hash_canon_hash.
8354         (build_type_attribute_qual_variant): Break out hash code calc into
8355         type_hash_canon_hash.
8356         (type_hash_canon_hash): New.  Generic type hash computation.
8357         (build_range_type_1, build_array_type_1, build_function_type,
8358         build_method_type_directly, build_offset_type, build_complex_type,
8359         make_vector_type): Call it.
8361 2017-05-03  Richard Biener  <rguenther@suse.de>
8363         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
8364         When all DRs have unknown misaligned do not always peel
8365         when there is a store but apply the same costing model as if
8366         there were only loads.
8368 2017-05-03  Richard Biener  <rguenther@suse.de>
8370         Revert
8371         PR tree-optimization/80492
8372         * tree-ssa-alias.c (decl_refs_may_alias_p): Handle
8373         compare_base_decls returning dont-know properly.
8375 2017-05-03  Thomas Preud'homme  <thomas.preudhomme@arm.com>
8377         * config/arm/iterators.md (CCSI): New mode iterator.
8378         (arch): New mode attribute.
8379         * config/arm/sync.md (atomic_compare_and_swap<mode>_1): Rename into ...
8380         (atomic_compare_and_swap<CCSI:arch><NARROW:mode>_1): This and ...
8381         (atomic_compare_and_swap<CCSI:arch><SIDI:mode>_1): This.  Use CCSI
8382         code iterator for success result mode.
8383         * config/arm/arm.c (arm_expand_compare_and_swap): Adapt code to use
8384         the corresponding new insn generators.
8386 2017-05-03  Bin Cheng  <bin.cheng@arm.com>
8388         Revert r247509
8389         2017-05-02  Bin Cheng  <bin.cheng@arm.com>
8390         * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
8392 2017-05-03  Richard Sandiford  <richard.sandiford@linaro.org>
8394         * tree-data-ref.h (SUB_CONFLICTS_IN_A): Wrap SUB argument in brackets.
8395         (SUB_CONFLICTS_IN_B, SUB_LAST_CONFLICT, SUB_DISTANCE): Likewise.
8396         (DDR_A): Wrap DDR argument in brackets.
8397         (DDR_B, DDR_AFFINE_P, DDR_ARE_DEPENDENT, DDR_SUBSCRIPTS): Likewise.
8398         (DDR_LOOP_NEST, DDR_INNER_LOOP, DDR_SELF_REFERENCE): Likewise.
8399         (DDR_REVERSED_P): Likewise.
8401 2017-05-03  Jakub Jelinek  <jakub@redhat.com>
8403         PR tree-optimization/79472
8404         * tree-switch-conversion.c (struct switch_conv_info): Add
8405         contiguous_range and default_case_nonstandard fields.
8406         (collect_switch_conv_info): Compute contiguous_range and
8407         default_case_nonstandard fields, don't clear final_bb if
8408         contiguous_range and only the default case doesn't have the required
8409         structure.
8410         (check_all_empty_except_final): Set default_case_nonstandard instead
8411         of failing if contiguous_range and the default case doesn't have empty
8412         block.
8413         (check_final_bb): Add SWTCH argument, don't fail if contiguous_range
8414         and only the default case doesn't have the required constants.  Skip
8415         virtual phis.
8416         (gather_default_values): Skip virtual phis.  Allow non-NULL CASE_LOW
8417         if default_case_nonstandard.
8418         (build_constructors): Build constant 1 just once.  Assert that default
8419         values aren't inserted in between cases if contiguous_range.  Skip
8420         virtual phis.
8421         (build_arrays): Skip virtual phis.
8422         (prune_bbs): Add DEFAULT_BB argument, don't remove that bb.
8423         (fix_phi_nodes): Don't add e2f phi arg if default_case_nonstandard.
8424         Handle virtual phis.
8425         (gen_inbound_check): Handle default_case_nonstandard case.
8426         (process_switch): Adjust check_final_bb caller.  Call
8427         gather_default_values with the first non-default case instead of
8428         default case if default_case_nonstandard.
8430 2017-05-02  Nathan Sidwell  <nathan@acm.org>
8432         * ggc-page.c (move_ptes_to_front): Replace unsigned >0 with i--
8433         check.  Fix formatting.
8435 2017-05-02  Jan Hubicka  <hubicka@ucw.cz>
8437         * ipa-inline-analysis.c (estimate_node_size_and_time): Allow roundoff
8438         errors when comparing specialized and unspecialized times.
8440 2017-05-02  David Malcolm  <dmalcolm@redhat.com>
8442         * diagnostic-show-locus.c
8443         (layout::should_print_annotation_line_p): Make private.
8444         (layout::print_annotation_line): Make private.
8445         (layout::annotation_line_showed_range_p): Make private.
8446         (layout::show_ruler): Make private.
8447         (layout::print_source_line): Make private.  Pass in line and
8448         line_width, rather than calling location_get_source_line.  Drop
8449         returned value.
8450         (layout::print_leading_fixits): New method.
8451         (layout::print_any_fixits): Rename to...
8452         (layout::print_trailing_fixits): ...this, and make private.
8453         Don't print newline fixits.
8454         (diagnostic_show_locus): Move logic for printing one row into...
8455         (layout::print_line): ...this new function.  Move the
8456         location_get_source_line call and error-handling from
8457         print_source_line to here.  Call print_leading_fixits, and rename
8458         print_any_fixits to print_trailing_fixits.
8459         (selftest::test_fixit_insert_containing_newline): Update now that
8460         newlines are partially supported.
8461         (selftest::test_fixit_insert_containing_newline_2): New test.
8462         (selftest::test_fixit_replace_containing_newline): Update comments.
8463         (selftest::diagnostic_show_locus_c_tests): Call the new test.
8464         * edit-context.c (class added_line): New class.
8465         (class edited_line): Describe newline handling in comment.
8466         (edited_line::actually_edited_p): New method.
8467         (edited_line::print_content): Delete redundant decl.
8468         (edited_line::m_predecessors): New field.
8469         (edited_file::print_content): Call edited_line::print_content.
8470         (edited_file::print_diff): Update to support newlines.
8471         (edited_file::print_diff_hunk): Likewise.
8472         (edited_file::print_run_of_changed_lines): New function.
8473         (edited_file::print_diff_line): Convert to...
8474         (print_diff_line): ...this.
8475         (edited_file::get_effective_line_count): New function.
8476         (edited_line::edited_line): Initialize new field m_predecessors.
8477         (edited_line::~edited_line): Clean up m_predecessors.
8478         (edited_line::apply_fixit): Handle newlines.
8479         (edited_line::get_effective_line_count): New function.
8480         (edited_line::print_content): New function.
8481         (edited_line::print_diff_lines): New function.
8482         (selftest::test_applying_fixits_insert_containing_newline): New
8483         test.
8484         (selftest::test_applying_fixits_replace_containing_newline): New
8485         test.
8486         (selftest::insert_line): New function.
8487         (selftest::test_applying_fixits_multiple_lines): Add example of
8488         inserting a line.
8489         (selftest::edit_context_c_tests): Call the new tests.
8491 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
8493         * tree-ssa-loop-ivopts.c (get_scaled_computation_cost_at): Delete
8494         parameter cand.  Update dump information.
8495         (get_computation_cost): Update uses.
8497 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
8499         * tree-ssa-loop-ivopts.c (get_computation_aff_1): New.
8500         (get_computation_aff): Reorder parameters.  Use get_computation_aff_1.
8501         (get_computation_at, rewrite_use_address): Update use of
8502         get_computation_aff.
8504 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
8506         * tree-ssa-loop-ivopts.c (get_computation_at): Reorder parameters.
8507         (get_computation): Delete.
8508         (get_computation_cost): Implement like get_computation_cost_at.
8509         Use get_computation_at.
8510         (get_computation_cost_at): Delete.
8511         (rewrite_use_nonlinear_expr): Use get_computation_at.
8512         (rewrite_use_compare, remove_unused_ivs): Ditto.
8514 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
8516         * tree-ssa-loop-ivopts.c (rewrite_use_address): Simple refactor.
8518 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
8520         * tree-ssa-loop-ivopts.c (struct iv_ca): Rename n_regs to n_invs.
8521         (ivopts_global_cost_for_size): Rename parameter and update uses.
8522         (iv_ca_recount_cost): Update uses.
8523         (iv_ca_set_remove_invs, iv_ca_set_no_cp): Record invariants and
8524         candidates seperately in n_invs and n_cands.
8525         (iv_ca_set_add_invs, iv_ca_set_cp, iv_ca_new): Ditto.
8527 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
8529         * tree-ssa-loop-ivopts.c (struct walk_tree_data): New.
8530         (find_inv_vars_cb): New.
8531         (find_depends): Renamed to ...
8532         (find_inv_vars): ... this.
8533         (add_candidate_1, force_var_cost): Call find_inv_vars.
8534         (split_address_cost, determine_group_iv_cost_cond): Ditto.
8536 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
8538         * tree-ssa-loop-ivopts.c (struct cost_pair): Rename depends_on to
8539         inv_vars.  Add inv_exprs.
8540         (struct iv_cand): Rename depends_on to inv_vars.
8541         (struct ivopts_data): Rename max_inv_id/n_invariant_uses to
8542         max_inv_var_id/n_inv_var_uses.  Move max_inv_expr_id around.
8543         Refactor field used_inv_exprs from has_map to array n_inv_expr_uses.
8544         (dump_cand): Dump inv_vars.
8545         (tree_ssa_iv_optimize_init): Support inv_vars and inv_exprs.
8546         (record_invariant, find_depends, add_candidate_1): Ditto.
8547         (set_group_iv_cost, force_var_cost): Ditto.
8548         (split_address_cost, ptr_difference_cost, difference_cost): Ditto.
8549         (get_computation_cost_at, get_computation_cost): Ditto.
8550         (determine_group_iv_cost_generic): Ditto.
8551         (determine_group_iv_cost_address): Ditto.
8552         (determine_group_iv_cost_cond, autoinc_possible_for_pair): Ditto.
8553         (determine_group_iv_costs): Ditto.
8554         (iv_ca_recount_cost): Update call to ivopts_global_cost_for_size.
8555         (iv_ca_set_remove_invariants): Renamed to ...
8556         (iv_ca_set_remove_invs): ... this.  Support inv_vars and inv_exprs.
8557         (iv_ca_set_no_cp): Use iv_ca_set_remove_invs.
8558         (iv_ca_set_add_invariants):  Renamed to ...
8559         (iv_ca_set_add_invs): ... this.  Support inv_vars and inv_exprs.
8560         (iv_ca_set_cp): Use iv_ca_set_add_invs.
8561         (iv_ca_has_deps): Support inv_vars and inv_exprs.
8562         (iv_ca_new, iv_ca_free, iv_ca_dump, free_loop_data): Ditto.
8563         (create_new_ivs): Remove useless dump.
8565 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
8567         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Remove pseudo
8568         iv_cand code.
8569         (determine_group_iv_cost_cond, determine_iv_cost): Ditto.
8570         (iv_ca_set_no_cp, create_new_iv): Ditto.
8572 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
8574         * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
8576 2017-05-02  Xi Ruoyao  <ryxi@stu.xidian.edu.cn>
8578         * tree.h (EXPR_CILK_SPAWN): Use macro TREE_CHECK2 instead of
8579         function tree_check2.
8581 2017-05-02  Martin Liska  <mliska@suse.cz>
8583         * doc/gcov.texi: Add missing preposition.
8584         * gcov.c (function_info::function_info): Properly fill up
8585         all member variables.
8587 2017-05-02  Tamar Christina  <tamar.christina@arm.com>
8589         * expr.c (expand_expr_real_2): Re-cost if previous costs are the same.
8591 2017-05-02  Tamar Christina  <tamar.christina@arm.com>
8593         * simplify-rtx.c (simplify_binary_operation_1): Add LSHIFTRT case.
8595 2017-05-02  Martin Liska  <mliska@suse.cz>
8597         PR lto/77954.
8598         * lto-streamer-in.c (lto_read_tree_1): Remove
8599         LTO_STREAMER_DEBUG.
8600         * lto-streamer.c (struct tree_hash_entry): Likewise.
8601         (struct tree_entry_hasher): Likewise.
8602         (tree_entry_hasher::hash): Likewise.
8603         (tree_entry_hasher::equal): Likewise.
8604         (lto_streamer_init): Likewise.
8605         (lto_orig_address_map): Likewise.
8606         (lto_orig_address_get): Likewise.
8607         (lto_orig_address_remove): Likewise.
8608         * lto-streamer.h: Likewise.
8609         * tree-streamer-in.c (streamer_alloc_tree): Likewise.
8610         * tree-streamer-out.c (streamer_write_tree_header): Likewise.
8612 2017-05-02  Sebastian Peryt  <sebastian.peryt@intel.com>
8614         * config/i386/avx512fintrin.h (_mm_mask_add_round_sd)
8615         (_mm_maskz_add_round_sd, _mm_mask_add_round_ss)
8616         (mm_maskz_add_round_ss, _mm_mask_sub_round_sd)
8617         (mm_maskz_sub_round_sd, _mm_mask_sub_round_ss)
8618         (mm_maskz_sub_round_ss, _mm_mask_add_sd)
8619         (mm_maskz_add_sd, _mm_mask_add_ss, _mm_maskz_add_ss)
8620         (mm_mask_sub_sd, _mm_maskz_sub_sd, _mm_mask_sub_ss)
8621         (mm_maskz_sub_ss): New intrinsics.
8622         * config/i386/i386-builtin-types.def (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
8623         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): New function type aliases.
8624         * config/i386/i386-builtin.def (__builtin_ia32_addsd_mask_round)
8625         (__builtin_ia32_addss_mask_round, __builtin_ia32_subsd_mask_round)
8626         (__builtin_ia32_subss_mask_round): New builtins.
8627         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
8628         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
8629         * config/i386/sse.md (<sse>_vm<plusminus_insn><mode>3<round_name>):
8630         Renamed to ...
8631         (<sse>_vm<plusminus_insn><mode>3<mask_name><round_name>): ... this.
8632         (v<plusminus_mnemonic><ssescalarmodesuffix>\t{<round_op3>%2, %1, %0|%0, %1, %<iptr>2<round_op3>}):
8633         Changed to ...
8634         (v<plusminus_mnemonic><ssescalarmodesuffix>\t{<round_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}):
8635         ... this.
8637 2017-05-02  Martin Jambor  <mjambor@suse.cz>
8639         PR tree-optimization/78687
8640         * tree-sra.c (access): New field parent.
8641         (process_subtree_disqualification): New function.
8642         (disqualify_candidate): Call it.
8643         (build_accesses_from_assign): Reset write flag if creating an
8644         assighnment link.
8645         (build_access_subtree): Fill in parent field and also prpagate
8646         down grp_write flag.
8647         (create_artificial_child_access): New parameter set_grp_write, set
8648         grp_write to its value.
8649         (propagate_subaccesses_across_link): Also propagate grp_write flag
8650         values.
8651         (propagate_all_subaccesses): Push the closest parent back to work
8652         queue if add_access_to_work_queue returned true.
8654 2017-05-02  Richard Biener  <rguenther@suse.de>
8656         * common.opt (fstrict-overflow): Alias negative to fwrapv.
8657         * doc/invoke.texi (fstrict-overflow): Remove all traces of
8658         -fstrict-overflow documentation.
8659         * tree.h (TYPE_OVERFLOW_UNDEFINED): Do not test flag_strict_overflow.
8660         (POINTER_TYPE_OVERFLOW_UNDEFINED): Test !flag_wrapv instead of
8661         flag_strict_overflow.
8662         * ipa-inline.c (can_inline_edge_p): Do not test flag_strict_overflow.
8663         * lto-opts.c (lto_write_options): Do not stream it.
8664         * lto-wrapper.c (merge_and_complain): Do not handle it.
8665         * opts.c (default_options_table): Do not set -fstrict-overflow.
8666         (finish_options): Likewise do not clear it when sanitizing.
8667         * simplify-rtx.c (simplify_const_relational_operation): Do not
8668         test flag_strict_overflow.
8670 2017-05-02  Uros Bizjak  <ubizjak@gmail.com>
8672         * config/alpha/alpha.md (*add<mode>3_ieee): Merge to add<mode>3
8673         using enabled attribute.
8674         (*sub<mode>3_ieee): Merge to sub<mode>3 using enabled attribute.
8675         (*mul<mode>3_ieee): Merge to mul<mode>3 using enabled attribute.
8676         (*div<mode>3_ieee): Merge to div<mode>3 using enabled attribute.
8677         (*sqrt<mode>2_ieee): Merge to sqrt<mode>2 using enabled attribute.
8678         (*fix_truncdfdi_ieee): Merge to *fix_truncdfdi2 using enabled attribute.
8679         (*fix_truncsfdi_ieee): Merge to *fix_truncsfdi2 using enabled attribute.
8680         (*floatdisf_ieee): Merge to floatdisf2 using enabled attribute.
8681         (*floatdidf_ieee): Merge to floatdidf2 using enabled attribute.
8682         (*truncdfsf2_ieee): Merge to truncdfsf2 using enabled attribute.
8683         (*cmpdf_ieee): Merge to *cmpdf_internal using enabled attribute.
8685 2017-05-02  Uros Bizjak  <ubizjak@gmail.com>
8687         * config/i386/i386.c (ix86_code_end): Use {FIRST,LAST}_INT_REG.
8689 2017-05-02  Richard Biener  <rguenther@suse.de>
8691         PR tree-optimization/80591
8692         Revert
8693         2017-04-10  Richard Biener  <rguenther@suse.de>
8695         * tree-ssa-structalias.c (find_func_aliases): Properly handle
8696         asm inputs.
8698 2017-05-02  Richard Biener  <rguenther@suse.de>
8700         PR tree-optimization/80549
8701         * tree-cfgcleanup.c (mfb_keep_latches): New helper.
8702         (cleanup_tree_cfg_noloop): Create forwarders to known loop
8703         headers if they do not have a preheader.
8705 2017-05-02  Martin Liska  <mliska@suse.cz>
8707         PR other/80589
8708         * common.opt: Fix typo.
8709         * doc/invoke.texi: Likewise.
8711 2017-05-01  Jan Beulich  <jbeulich@suse.com>
8713         * config/i386/sse.md (xop_vpermil2<mode>3): Do not allow operand
8714         swapping, add (x,x,m,x,n) alternative.
8716 2017-05-01  Nathan Sidwell  <nathan@acm.org>
8718         * calls.c (combine_pending_stack_adjustment_and_call): Remove
8719         unnecessary unadjusted_alignment check.
8721 2017-05-01  Xi Ruoyao  <ryxi@stu.xidian.edu.cn>
8723         PR c++/80038
8724         * cilk_common.c (expand_builtin_cilk_detach): Move pedigree
8725         operations here.
8726         * gimplify.c (gimplify_cilk_detach): New function.
8727         (gimplify_call_expr, gimplify_modify_expr): Call it as needed.
8728         * tree-core.h: Document EXPR_CILK_SPAWN.
8729         * tree.h (EXPR_CILK_SPAWN): Define.
8731 2017-05-01  David Malcolm  <dmalcolm@redhat.com>
8733         * diagnostic-show-locus.c (layout::get_expanded_location): Rewrite
8734         to use new fixit_hint representation, using the "replace" logic.
8735         (get_line_span_for_fixit_hint): Likewise.
8736         (layout::print_any_fixits): Likewise.
8737         (selftest::test_one_liner_many_fixits): Rename to...
8738         (selftest::test_one_liner_many_fixits_1): ...this, and update
8739         comment and expected output to reflect that the multiple fix-it
8740         hints are now consolidated into one insertion.
8741         (selftest::test_one_liner_many_fixits_2): New test.
8742         (selftest::test_diagnostic_show_locus_one_liner): Update for
8743         above.
8744         (selftest::test_fixit_consolidation): Update for fix-it API
8745         change.
8746         * diagnostic.c (print_parseable_fixits): Likewise.
8747         * edit-context.c (edited_line::m_line_events): Convert from
8748         auto_vec <line_event *> to auto_vec <line_event>.
8749         (class line_event): Convert from abstract base class to a concrete
8750         class, taking over the role of replace_event.
8751         (class insert_event): Delete.
8752         (class replace_event): Rename to class line_event.  Convert to
8753         half-open range.
8754         (edit_context::add_fixits): Reimplement.
8755         (edit_context::apply_insert): Delete.
8756         (edit_context::apply_replace): Rename to...
8757         (edit_context::apply_fixit): ...this.  Convert to half-open range.
8758         (edited_file::apply_insert): Delete.
8759         (edited_file::apply_replace): Rename to...
8760         (edited_file::apply_fixit): ...this.
8761         (edited_line::~edited_line): Drop deletion of events.
8762         (edited_line::apply_insert): Delete.
8763         (edited_line::apply_replace): Rename to...
8764         (edited_line::apply_fixit): ...this.  Convert to half-open range.
8765         Update for change to type of m_line_events.
8766         * edit-context.h (edit_context::apply_insert): Delete.
8767         (edit_context::apply_replace): Rename to...
8768         (edit_context::apply_fixit): ...this.
8770 2017-05-01  Martin Sebor  <msebor@redhat.com>
8772         * gimple-ssa-sprintf.c (format_integer): Set knownrange when it's
8773         known.
8775 2017-05-01  Uros Bizjak  <ubizjak@gmail.com>
8777         PR target/68491
8778         * config/i386/cpuid.h (__get_cpuid): Always return 0 when
8779         __get_cpuid_max returns 0.
8780         (__get_cpuid_count): Ditto.
8782 2017-05-01  Eric Botcazou  <ebotcazou@adacore.com>
8784         * tree.c (substitute_in_expr) <tcc_vl_exp>: Also inline a call if the
8785         replacement expression is another instance of one of its arguments.
8787 2017-05-01  Jakub Jelinek  <jakub@redhat.com>
8789         PR target/79430
8790         * rtlanal.c (reg_set_p): If reg is a stack_pointer_rtx, also
8791         check for stack push/pop autoinc.
8792         * config/i386/i386.c (ix86_agi_dependent): Return false
8793         if the only reason why modified_in_p returned true is that
8794         addr is SP based and set_insn is a push or pop.
8796 2017-04-29  Jan Hubicka  <hubicka@ucw.cz>
8798         * ipa-inline.c (compute_inlined_call_time): Remove now unnecesary
8799         overflow check.
8801 2017-04-29  Jan Hubicka  <hubicka@ucw.cz>
8803         PR ipa/79224
8804         * ipa-inline-analysis.c (dump_predicate): Add optional parameter NL.
8805         (account_size_time): Use two predicates - exec_pred and
8806         nonconst_pred_ptr.
8807         (evaluate_conditions_for_known_args): Compute both clause and
8808         nonspec_clause.
8809         (evaluate_properties_for_edge): Evaulate both clause and nonspec_clause.
8810         (inline_summary_t::duplicate): Update.
8811         (estimate_function_body_sizes): Caluculate exec and nonconst predicates
8812         separately.
8813         (compute_inline_parameters): Likewise.
8814         (estimate_edge_size_and_time): Update caluclation of time.
8815         (estimate_node_size_and_time): Compute both time and nonspecialized
8816         time.
8817         (estimate_ipcp_clone_size_and_time): Update.
8818         (inline_merge_summary): Update.
8819         (do_estimate_edge_time): Update.
8820         (do_estimate_edge_size): Update.
8821         (do_estimate_edge_hints): Update.
8822         (inline_read_section, inline_write_summary): Stream both new predicates.
8823         * ipa-inline.c (compute_uninlined_call_time): Take uninlined_call_time
8824         as argument.
8825         (compute_inlined_call_time): Cleanup.
8826         (big_speedup_p): Update.
8827         (edge_badness): Update.
8828         * ipa-inline.h (INLINE_TIME_SCALE): Remove.
8829         (size_time_entry): Replace predicate by exec_predicate and
8830         nonconst_predicate.
8831         (edge_growth_cache_entry): Cache both time nad nonspecialized time.
8832         (estimate_edge_time): Return also nonspec_time.
8833         (reset_edge_growth_cache): Update.
8835 2017-04-29  Jakub Jelinek  <jakub@redhat.com>
8837         PR rtl-optimization/80491
8838         * ifcvt.c (noce_process_if_block): When looking for x setter
8839         with missing else_bb, don't check only the insn right before
8840         cond_earliest, but look for the last insn that x is modified in
8841         within the same bb.
8843         PR rtl-optimization/80491
8844         * alias.c (memory_modified_in_insn_p): Return true for CALL_INSNs.
8846 2017-04-29  Marc Glisse  <marc.glisse@inria.fr>
8848         PR tree-optimization/80487
8849         * tree-ssa-alias.c (stmt_kills_ref_p): Handle stpncpy and strncpy.
8851 2017-04-29  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
8853         PR tree-optimization/79697
8854         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Check if callee
8855         is BUILT_IN_STRDUP, BUILT_IN_STRNDUP, BUILT_IN_REALLOC.
8856         (propagate_necessity): Check if def_callee is BUILT_IN_STRDUP or
8857         BUILT_IN_STRNDUP.
8858         * gimple-fold.c (gimple_fold_builtin_realloc): New function.
8859         (gimple_fold_builtin): Call gimple_fold_builtin_realloc.
8861 2017-04-28  Martin Sebor  <msebor@redhat.com>
8863         PR tree-optimization/80523
8864         * gimple-ssa-sprintf.c (target_to_host_charmap): New global variable.
8865         (init_target_to_host_charmap, target_to_host, target_strtol10): New
8866         functions.
8867         (maybe_warn, format_directive, parse_directive): Use new functions.
8868         (pass_sprintf_length::execute): Call init_target_to_host_charmap.
8870 2017-04-28  Marc Glisse  <marc.glisse@inria.fr>
8872         * match.pd (X+Z OP Y+Z, X-Z OP Y-Z, Z-X OP Z-Y): New transformations.
8874 2017-04-28  Bernd Edlinger  <bernd.edlinger@hotmail.de>
8876         * configure.ac (SYSTEM_HEADER_DIR, BUILD_SYSTEM_HEADER_DIR,
8877         target_header_dir): Set correctly.
8878         * configure: Regenerated.
8879         * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
8880         (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
8881         instead of SYSTEM_HEADER_DIR.
8883 2017-04-28  Jan Hubicka  <hubicka@ucw.cz>
8885         * ipa-cp.c (perform_estimation_of_a_value): Turn time to sreal.
8886         (estimate_local_effects): Likewise.
8887         * ipa-inline.c (compute_inlined_call_time, want_inline_small_function_p,
8888         edge_badness, inline_small_functions, dump_overall_stats): LIkewise.
8889         * ipa-inline.h (edge_growth_cache_entry, estimate_time_after_inlining,
8890         estimate_ipcp_clone_size_and_time, do_estimate_edge_time,
8891         do_estimate_edge_time, estimate_edge_time): Likewise.
8892         * ipa-inline-analysis.c (estimate_node_size_and_time,
8893         estimate_ipcp_clone_size_and_time, do_estimate_edge_time): Likewise.
8894         (estimate_time_after_inlining): Remove.
8896 2017-04-28  Martin Liska  <mliska@suse.cz>
8898         * doc/gcov.texi: Enhance documentation of gcov.
8900 2017-04-28  Martin Liska  <mliska@suse.cz>
8902         * doc/gcov.texi: Sort options in alphabetic order.
8903         * doc/gcov-dump.texi: Likewise.
8904         * doc/gcov-tool.texi: Likewise.
8905         * gcov.c (print_usage): Likewise.
8906         * gcov-dump.c (print_usage): Likewise.
8907         * gcov-tool.c (print_merge_usage_message): Likewise.
8908         (print_rewrite_usage_message): Likewise.
8909         (print_overlap_usage_message): Likewise.
8911 2017-04-28  Martin Liska  <mliska@suse.cz>
8913         PR gcov-profile/53915
8914         * gcov.c (format_gcov): Print 'NAN %' when top > bottom.
8916 2017-04-28  Martin Liska  <mliska@suse.cz>
8918         PR gcov-profile/79891
8919         * gcov.c (add_line_counts): Assign BBs to lines just if the BB
8920         is marked by compiler as living on a line.
8921         (get_cycles_count): Remove usage of the union.
8922         (output_intermediate_file): Likewise.
8923         (find_source): Fix GNU coding style.
8924         (accumulate_line_counts): Remove old non-all block mode.
8925         (output_lines): Remove usage of the union.
8926         * profile.c (output_location): Include all BBs, even if
8927         belonging to a same line (and file) as a previous BB.
8929 2017-04-28  Martin Liska  <mliska@suse.cz>
8931         * gcov.c (process_args): Handle new argument 'w'.
8932         (read_graph_file): Assign ID to BBs.
8933         (output_branch_count): Display BB # if verbose flag is set.
8934         (output_lines): Likewise for arcs.
8935         (print_usage): Add '--verbose' option help.
8936         * doc/gcov.texi: Document --verbose (-w) option.
8938 2017-04-28  Martin Liska  <mliska@suse.cz>
8940         * gcov.c (struct block_location_info): New struct.
8941         (process_file): Fill up the new structure.
8942         (read_graph_file): Replace usage of encoding by the newly added
8943         struct.
8944         (add_line_counts): Likewise.
8945         (accumulate_line_counts): Remove usage of the union.
8946         (function_info::function_info): New function.
8947         (function_info::~function_info): Likewise.
8948         (process_file): Call delete instead of release_function.
8949         (release_function): Release the function.
8950         (release_structures): Call delete instead of release_function.
8951         (solve_flow_graph): Replace usage of num_blocks.
8952         (find_exception_blocks): Likewise.
8953         (output_lines): Fix GNU coding style.
8955 2017-04-28  Martin Liska  <mliska@suse.cz>
8957         PR driver/56469
8958         * coverage.c (coverage_remove_note_file): New function.
8959         * coverage.h: Declare the function.
8960         * toplev.c (finalize): Clean if an error has been seen.
8962 2017-04-28  Martin Liska  <mliska@suse.cz>
8964         PR gcov-profile/80031
8965         * gcov-dump.c (tag_blocks): Just print number of basic blocks.
8966         * gcov-io.h (GCOV_TAG_BLOCKS_NUM): Remove unused macro.
8967         * gcov.c (read_graph_file): Read just number of blocks.
8968         * profile.c (branch_prob): Do not stream 0 flags per a basic
8969         block.
8971 2017-04-28  Martin Liska  <mliska@suse.cz>
8973         * gcov-dump.c (tag_*): Add new argument to declarations.
8974         (dump_gcov_file): Likewise.
8975         (tag_blocks): Add and use new argument depth.
8976         (tag_arcs): Likewise.
8977         (tag_lines): Likewise.
8978         (tag_counters): Likewise.
8979         (tag_summary): Likewise.
8980         (dump_working_sets): Use depth to do a proper indentation.
8982 2017-04-28  Jakub Jelinek  <jakub@redhat.com>
8984         PR bootstrap/80531
8985         * cgraph.h (symtab_node::debug_symtab): No longer inline.
8986         * symtab.c (symtab_node::debug_symtab): Move definition here.
8988 2017-04-28  Richard Biener  <rguenther@suse.de>
8990         * lto-streamer.h (LTO_major_version): Bump to 7.
8992 2017-04-28  Richard Biener  <rguenther@suse.de>
8994         * tree-vrp.c (assert_info): New struct.
8995         (add_assert_info): New helper.
8996         (register_edge_assert_for_2): Refactor to add asserts to a vector
8997         of assert_info.
8998         (register_edge_assert_for_1): Likewise.
8999         (register_edge_assert_for): Likewise.
9000         (finish_register_edge_assert_for): New helper actually registering
9001         asserts where live on edge.
9002         (find_conditional_asserts): Adjust.
9003         (find_switch_asserts): Likewise.
9004         (evrp_dom_walker::try_find_new_range): Generalize.
9005         (evrp_dom_walker::before_dom_children): Use register_edge_assert_for.
9007 2017-04-27  Marek Polacek  <polacek@redhat.com>
9009         PR sanitizer/80349
9010         * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Convert
9011         arg10 and arg11 to itype.
9013 2017-04-27  Jonathan Wakely  <jwakely@redhat.com>
9015         * doc/extend.texi (Object Size Checking): Improve grammar.
9017 2017-04-27  Richard Earnshaw  <rearnsha@arm.com>
9019         PR target/80530
9020         * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Ensure
9021         that the logic for permitting reciprocal estimates matches that
9022         in use_rsqrt_p.
9024 2017-04-27  Jakub Jelinek  <jakub@redhat.com>
9026         PR c++/80534
9027         * tree.c (type_cache_hasher::equal): Only compare
9028         TYPE_TYPELESS_STORAGE flag on non-aggregate element types.
9029         (build_array_type_1): Only hash TYPE_TYPELESS_STORAGE flag on
9030         non-aggregate element types.
9031         * tree.h (TYPE_TYPELESS_STORAGE): Fix comment typo, add more details
9032         about the flag on ARRAY_TYPEs in the comment, formatting fix.
9034 2017-04-27  Richard Biener  <rguenther@suse.de>
9036         PR middle-end/80533
9037         * emit-rtl.c (set_mem_attributes_minus_bitpos): When
9038         stripping ARRAY_REFs from MEM_EXPR make sure we're not
9039         keeping a reference to a trailing array.
9041 2017-04-27  Richard Biener  <rguenther@suse.de>
9043         PR middle-end/80539
9044         * tree-chrec.c (chrec_fold_plus_poly_poly): Deal with not
9045         being in loop-closed SSA form conservatively.
9046         (chrec_fold_multiply_poly_poly): Likewise.
9048 2017-04-27  Tamar Christina  <tamar.christina@arm.com>
9050         PR middle-end/79665
9051         * expr.c (expand_expr_real_2): Move TRUNC_MOD_EXPR, FLOOR_MOD_EXPR,
9052         CEIL_MOD_EXPR, ROUND_MOD_EXPR cases.
9054 2017-04-27  Jakub Jelinek  <jakub@redhat.com>
9056         PR target/77728
9057         * config/aarch64/aarch64.c (struct aarch64_fn_arg_alignment): Remove.
9058         (aarch64_function_arg_alignment): Return unsigned int again, but still
9059         ignore TYPE_FIELDS chain decls other than FIELD_DECLs.
9060         (aarch64_layout_arg): Adjust aarch64_function_arg_alignment caller.
9061         Don't emit -Wpsabi note.
9062         (aarch64_function_arg_boundary): Likewise.
9063         (aarch64_gimplify_va_arg_expr): Adjust aarch64_function_arg_alignment
9064         caller.
9066 2017-04-26  Nathan Sidwell  <nathan@acm.org>
9068         * tree.h (crc32_unsigned_n): Declare.
9069         (crc32_unsigned, crc32_unsigned): Make inline.
9070         * tree.c (crc32_unsigned_bits): Replace with ...
9071         (crc32_unsigned_n): ... this.
9072         (crc32_unsigned, crc32_byte): Remove.
9073         (crc32_string): Remove unnecessary braces.
9075 2017-04-25  Jan Hubicka  <hubicka@ucw.cz>
9077         * ipa-cp.c (estimate_local_effects): Convert sreal to int.
9078         * ipa-inline-analysis.c (MAX_TIME): Remove.
9079         (account_size_time): Use sreal for time.
9080         (dump_inline_summary): Update.
9081         (estimate_function_body_sizes): Update.
9082         (estimate_edge_size_and_time): Update.
9083         (estimate_calls_size_and_time): Update.
9084         (estimate_node_size_and_time): Update.
9085         (inline_merge_summary): Update.
9086         (inline_update_overall_summary): Update.
9087         (estimate_time_after_inlining): Update.
9088         (inline_read_section): Update.
9089         (inline_write_summary): Update.
9090         * ipa-inline.c (compute_uninlined_call_time): Update.
9091         (compute_inlined_call_time): Update.
9092         (recursive_inlining): Update.
9093         (inline_small_functions): Update.
9094         (dump_overall_stats): Update.
9095         * ipa-inline.h: Include sreal.h.
9096         (size_time_entry): Turn time to sreal.
9097         (inline_summary): Turn self_time nad time to sreal.
9099 2017-04-25  Jan Hubicka  <hubicka@ucw.cz>
9101         * sreal.c: Include backend.h, tree.h, gimple.h, cgraph.h and
9102         data-streamer.h
9103         (sreal::stream_out, sreal::stream_in): New.
9104         * sreal.h (sreal::stream_out, sreal::stream_in): Declare.
9106 2017-04-25  Jakub Jelinek  <jakub@redhat.com>
9108         * Makefile.in (s-options): Invoke opt-gather.awk with LC_ALL=C in the
9109         environment.
9111 2017-04-25  Uros Bizjak  <ubizjak@gmail.com>
9113         PR target/70799
9114         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p):
9115         Handle ASHIFTRT.
9116         (dimode_scalar_chain::compute_convert_gain): Ditto.
9117         (dimode_scalar_chain::make_vector_copies): Ditto.
9118         (dimode_scalar_chain::convert_reg): Ditto.
9119         (dimode_scalar_chain::convert_insn): Ditto.
9120         * config/i386/sse.md (VI24_AVX512BW_1): Remove mode iterator.
9121         (VI248_AVX512BW_1): New mode iterator.
9122         (<mask_codefor>ashr<mode>3<mask_name>): Merge insn pattern with
9123         <mask_codefor>ashrv2di3<mask_name> insn using VI248_AVX512BW_1
9124         mode iterator.
9126 2017-04-25  Martin Sebor  <msebor@redhat.com>
9128         PR tree-optimization/80497
9129         * gimple-ssa-sprintf.c (get_int_range): Avoid assuming all integer
9130         constants are representable in HOST_WIDE_INT.
9131         (parse_directive): Ditto.
9133 2017-04-25  Martin Sebor  <msebor@redhat.com>
9135         PR bootstrap/80486
9136         * dominance.c (dom_info::m_n_basic_blocks): Change type to unsigned.
9137         (new_zero_array): Adjust signature.
9138         (dom_info::dom_init): Used unsigned rather that size_t.
9139         (dom_info::dom_info): Same.
9141 2017-04-25  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
9142             Jakub Jelinek  <jakub@redhat.com>
9144         PR target/77728
9145         * config/arm/arm.c: Include gimple.h.
9146         (aapcs_layout_arg): Emit -Wpsabi note if arm_needs_doubleword_align
9147         returns negative, increment ncrn only if it returned positive.
9148         (arm_needs_doubleword_align): Return int instead of bool,
9149         ignore DECL_ALIGN of non-FIELD_DECL TYPE_FIELDS chain
9150         members, but if there is any such non-FIELD_DECL
9151         > PARM_BOUNDARY aligned decl, return -1 instead of false.
9152         (arm_function_arg): Emit -Wpsabi note if arm_needs_doubleword_align
9153         returns negative, increment nregs only if it returned positive.
9154         (arm_setup_incoming_varargs): Likewise.
9155         (arm_function_arg_boundary): Emit -Wpsabi note if
9156         arm_needs_doubleword_align returns negative, return
9157         DOUBLEWORD_ALIGNMENT only if it returned positive.
9159 2017-04-25  Marek Polacek  <polacek@redhat.com>
9161         PR sanitizer/80349
9162         * fold-const.c (fold_binary_loc) <case BIT_IOR_EXPR>: Convert arg0's
9163         first argument to type.
9165 2017-04-25  Bill Seurer  <seurer@linux.vnet.ibm.com>
9167         PR target/80482
9168         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Change
9169         type checks to test for compatibility instead of equality.
9171 2017-04-25  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
9172             Jakub Jelinek  <jakub@redhat.com>
9174         PR target/77728
9175         * config/aarch64/aarch64.c (struct aarch64_fn_arg_alignment): New
9176         type.
9177         (aarch64_function_arg_alignment): Return aarch64_fn_arg_alignment
9178         struct.  Ignore DECL_ALIGN of decls other than FIELD_DECL for
9179         the alignment computation, but return their maximum in warn_alignment.
9180         (aarch64_layout_arg): Adjust aarch64_function_arg_alignment caller.
9181         Emit a -Wpsabi note if warn_alignment is 16 bytes, but alignment
9182         is smaller.
9183         (aarch64_function_arg_boundary): Likewise.  Simplify using MIN/MAX.
9184         (aarch64_gimplify_va_arg_expr): Adjust aarch64_function_arg_alignment
9185         caller.
9187 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
9189         * config/arc/simdext.md (dmpyh): Fix typo.
9191 2017-04-25  Richard Biener  <rguenther@suse.de>
9193         PR tree-optimization/80492
9194         * alias.c (compare_base_decls): Handle registers with asm
9195         specification conservatively.
9196         * tree-ssa-alias.c (decl_refs_may_alias_p): Handle
9197         compare_base_decls returning dont-know properly.
9199 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
9201         * config/arc/arc.c (LEGITIMATE_OFFSET_ADDRESS_P): Delete macro.
9202         (legitimate_offset_address_p): New function.
9203         (arc_legitimate_address_p): Use above function.
9205 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
9207         * config/arc/arc.c (arc_output_mi_thunk): Emit PIC calls.
9209 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
9211         * config/arc/arc.c (arc_conditional_register_usage): Use ACCL,
9212         ACCH registers whenever they are available.
9214 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
9216         * config/arc/arc.c (arc_conditional_register_usage): Make D0, D1
9217         double regs fix when not used.
9219 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
9221         * config/arc/arc.h (REGNO_OK_FOR_BASE_P): Consider also extension
9222         core registers.
9223         (REG_OK_FOR_INDEX_P_NONSTRICT): Likewise.
9224         (REG_OK_FOR_BASE_P_NONSTRICT): Likewise.
9226 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
9228         * config/arc/arc.c (arc_output_addsi): Check for h-register class
9229         when emitting short ADD instructions.
9231 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
9233         * config/arc/arc.md (cmpsi_cc_insn_mixed): Use 'h' register
9234         constraint.
9235         (cmpsi_cc_c_insn): Likewise.
9236         (cbranchsi4_scratch): Compute proper instruction length using
9237         compact_hreg_operand.
9238         * config/arc/predicates.md (compact_hreg_operand): New predicate.
9240 2017-04-25  Richard Biener  <rguenther@suse.de>
9242         PR middle-end/80509
9243         * passes.c (pass_manager::pass_manager): Initialize
9244         m_name_to_pass_map.
9246 2017-04-25  Richard Biener  <rguenther@suse.de>
9248         PR tree-optimization/79201
9249         * tree-ssa-sink.c (statement_sink_location): Handle calls.
9251 2017-04-25  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
9253         PR target/80464
9254         * config/s390/vector.md: Split MEM->GPR vector moves for
9255         non-s_operand addresses.
9257 2017-04-25  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
9259         PR target/79895
9260         * config/s390/predicates.md (reload_const_wide_int_operand): New
9261         predicate.
9262         * config/s390/s390.md ("movti"): Remove d/P alternative.
9263         ("movti_bigconst"): New pattern definition.
9265 2017-04-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
9267         PR target/80080
9268         * s390-protos.h (s390_expand_cs_hqi): Removed.
9269         (s390_expand_cs, s390_expand_atomic_exchange_tdsi): New prototypes.
9270         * config/s390/s390.c (s390_emit_compare_and_swap): Handle all integer
9271         modes as well as CCZ1mode and CCZmode.
9272         (s390_expand_atomic_exchange_tdsi, s390_expand_atomic): Adapt to new
9273         signature of s390_emit_compare_and_swap.
9274         (s390_expand_cs_hqi): Likewise, make static.
9275         (s390_expand_cs_tdsi): Generate an explicit compare before trying
9276         compare-and-swap, in some cases.
9277         (s390_expand_cs): Wrapper function.
9278         (s390_expand_atomic_exchange_tdsi): New backend specific expander for
9279         atomic_exchange.
9280         (s390_match_ccmode_set): Allow CCZmode <-> CCZ1 mode.
9281         * config/s390/s390.md ("atomic_compare_and_swap<mode>"): Merge the
9282         patterns for small and large integers.  Forbid symref memory operands.
9283         Move expander to s390.c.  Require cc register.
9284         ("atomic_compare_and_swap<DGPR:mode><CCZZ1:mode>_internal")
9285         ("*atomic_compare_and_swap<TDI:mode><CCZZ1:mode>_1")
9286         ("*atomic_compare_and_swapdi<CCZZ1:mode>_2")
9287         ("*atomic_compare_and_swapsi<CCZZ1:mode>_3"): Use s_operand to forbid
9288         symref memory operands.  Remove CC mode and call s390_match_ccmode
9289         instead.
9290         ("atomic_exchange<mode>"): Allow and implement all integer modes.
9292 2017-04-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
9294         * config/s390/s390.md (define_peephole2): New peephole to help
9295         combining the load-and-test pattern with volatile memory.
9297 2017-04-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
9299         * config/s390/s390.md ("cstorecc4"): Use load-on-condition and deal
9300         with CCZmode for TARGET_Z196.
9302 2017-04-25  Jakub Jelinek  <jakub@redhat.com>
9304         PR rtl-optimization/80501
9305         * combine.c (make_compound_operation_int): Set subreg_code to SET
9306         even for AND with mask of the sign bit of mode.
9308         PR rtl-optimization/80500
9309         * loop-unroll.c (combine_var_copies_in_loop_exit): Call copy_rtx on
9310         sum's initial value.
9312 2017-04-25  Julian Brown  <julian@codesourcery.com>
9313             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
9315         * config/aarch64/thunderx2t99.md (thunderx2t99_crc): New Reservation.
9317 2017-04-25  Marc Glisse  <marc.glisse@inria.fr>
9319         * fold-const.c (tree_single_nonzero_warnv_p): Handle SSA_NAME.
9321 2017-04-25  Julian Brown  <julian@codesourcery.com>
9322             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
9324         * config/aarch64/thunderx2t99.md (thunderx2t99_aes): New Reservation.
9325         (thunderx2t99_sha): New Reservation.
9327 2017-04-25  Julian Brown  <julian@codesourcery.com>
9328             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
9330         * config/aarch64/aarch64-simd.md (aarch64_simd_vec_set<mode>): Fix
9331         type for 1-element load.
9333 2017-04-24  Marc Glisse  <marc.glisse@inria.fr>
9335         * match.pd (X/[ex]C CMP Y/[ex]C): New transformation.
9337 2017-04-24  Martin Jambor  <mjambor@suse.cz>
9339         PR tree-optimization/80293
9340         * tree-sra.c (scalarizable_type_p): New parameter const_decl, make
9341         char arrays not totally scalarizable if it is false.
9342         (analyze_all_variable_accesses): Pass correct value in the new
9343         parameter.  Add a statistics counter.
9345 2017-04-24  Jan Hubicka  <hubicka@ucw.cz>
9347         PR middle-end/79931
9348         * ipa-devirt.c (dump_possible_polymorphic_call_targets): Fix ICE.
9350 2017-04-24  Richard Biener  <rguenther@suse.de>
9352         PR tree-optimization/80494
9353         * tree-scalar-evolution.c (analyze_scalar_evolution_1): Bail
9354         out for complex types.
9356 2017-04-24  Richard Biener  <rguenther@suse.de>
9358         * tree-ssa-sccvn.h (run_scc_vn): Adjust prototype.
9359         * tree-ssa-sccvn.c (print_scc): Print SCC size.
9360         (extract_and_process_scc_for_name): Never fail but drop SCC to varying.
9361         (DFS): Adjust and never fail.
9362         (sccvn_dom_walker::fail): Remove.
9363         (sccvn_dom_walker::before_dom_children): Adjust.
9364         (run_scc_vn): Likewise and never fail.
9365         * tree-ssa-pre.c (pass_pre::execute): Adjust.
9366         (pass_fre::execute): Likewise.
9368 2017-04-24  Richard Biener  <rguenther@suse.de>
9370         PR tree-optimization/79725
9371         * tree-ssa-sink.c (statement_sink_location): Return whether
9372         failure reason was zero uses.  Move that check later.
9373         (sink_code_in_bb): Deal with zero uses by removing the stmt
9374         if possible.
9376 2017-04-24  Richard Biener  <rguenther@suse.de>
9378         PR c++/2972
9379         * tree-ssa-uninit.c (warn_uninitialized_vars): Handle some
9380         pointer-based references.
9382 2017-04-24  Richard Biener  <rguenther@suse.de>
9384         PR bootstrap/79814
9385         * pass_manager.h (pass_manager::operator new): Remove.
9386         (pass_manager::operator delete): Likewise.
9387         * passes.c (pass_manager::operator new): Remove.
9388         (pass_manager::operator delete): Likewise.
9389         (pass_manager::pass_manager): Zero individual pass members.
9391 2017-04-23  Uros Bizjak  <ubizjak@gmail.com>
9393         PR target/70799
9394         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p)
9395         <case ASHIFT, case LSHIFTRT>: Also consider variable shifts.
9396         Check "XEXP (src, 1)" operand here.
9397         <case PLUS, case MINUS, case IOR, case XOR, case AND>:
9398         Check "XEXP (src, 1)" operand here.
9399         (dimode_scalar_chain::make_vector_copies): Detect count register
9400         of a shift instruction.  Zero extend count register from QImode
9401         to DImode to satisfy vector shift pattern count operand predicate.
9402         Substitute vector shift count operand with a DImode copy.
9403         (dimode_scalar_chain::convert_reg): Ditto, zero-extend from
9404         vector register.
9406 2017-04-21  Uros Bizjak  <ubizjak@gmail.com>
9408         * config/i386/i386.md (*extzvqi_mem_rex64): Move above *extzv<mode>.
9409         Remove UNSPEC_NOREX_MEM tag.  Update corresponding peephole2 pattern.
9410         (*insvqi_1_mem_rex64): Move above insv<mode>_1.  Remove
9411         UNSPEC_NOREX_MEM tag.  Update corresponding peephole2 pattern.
9412         (UNSPEC_NOREX_MEM): Remove definition.
9414 2017-04-21  Richard Biener  <rguenther@suse.de>
9416         PR tree-optimization/79547
9417         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
9418         Handle strlen, strcmp, strncmp, strcasecmp, strncasecmp, memcmp,
9419         bcmp, strspn, strcspn, __builtin_object_size and __builtin_constant_p
9420         without any constraints.
9422 2017-04-21  Richard Biener  <rguenther@suse.de>
9424         PR tree-optimization/78847
9425         * fold-const.c (split_tree): Handle POINTER_PLUS_EXPR.
9427 2017-04-21  Richard Biener  <rguenther@suse.de>
9429         * tree.h (build_qualified_type): Annotate with CXX_MEM_STAT_INFO.
9430         (build_distinct_type_copy): Likewise.
9431         (build_variant_type_copy): Likewise.
9432         * tree.c (build_qualified_type): Pass down mem-stat info.
9433         (build_distinct_type_copy): Likewise.
9434         (build_variant_type_copy): Likewise.
9436 2017-04-21  Richard Biener  <rguenther@suse.de>
9438         PR tree-optimization/80237
9439         * tree-ssa-pre.c (find_leader_in_sets): Add third set argument,
9440         defaulted to NULL.
9441         (phi_translate_1): Also allow a leader in AVAIL_OUT of pred
9442         for a simplified result.
9444 2016-04-21  Richard Biener  <rguenther@suse.de>
9446         * tree-ssa-loop-ivcanon.c (constant_after_peeling): Do not require
9447         sth as strict as a simple_iv but a chrec without symbols and an
9448         operand defined in the loop we are peeling (and not some subloop).
9449         (propagate_constants_for_unrolling): Propagate all constants.
9451 2017-04-20  Uros Bizjak  <ubizjak@gmail.com>
9453         PR target/79804
9454         * config/i386/i386.c (print_reg): Remove assert for disalowed
9455         regno values, call output_operand_lossage instead.
9457 2017-04-20  Uros Bizjak  <ubizjak@gmail.com>
9459         PR target/78090
9460         * config/i386/constraints.md (Yc): New register constraint.
9461         * config/i386/i386.md (*float<SWI48:mode><MODEF:mode>2_mixed):
9462         Use Yc constraint for alternative 2 of operand 0.  Remove
9463         preferred_for_speed attribute.
9465 2017-04-20  Alexander Monakov  <amonakov@ispras.ru>
9467         * omp-low.c (lower_lastprivate_clauses): Correct handling of linear and
9468         lastprivate clauses in SIMT case.
9470 2017-04-20  Volker Reichelt  <v.reichelt@netcologne.de>
9472         * doc/invoke.texi (-Wextra-semi): Document new warning option.
9474 2017-04-20  Richard Biener  <rguenther@suse.de>
9476         PR tree-optimization/57796
9477         * tree-vect-stmts.c (vect_model_store_cost): Cost scatters
9478         as N scalar stores.
9479         (vect_model_load_cost): Cost gathers as N scalar loads.
9481 2017-04-20  Richard Biener  <rguenther@suse.de>
9483         * ggc-page.c (ggc_allocated_p): Rename to ...
9484         (safe_lookup_page_table_entry): ... this and return the lookup
9485         result.
9486         (gt_ggc_m_S): Use safe_lookup_page_table_entry.
9488 2017-04-20  Richard Biener  <rguenther@suse.de>
9490         PR tree-optimization/80453
9491         * tree-ssa-sccvn.h (struct vn_phi_s): Add cclhs and ccrhs members.
9492         * tree-ssa-sccvn.c (cond_stmts_equal_p): Use recorded lhs and rhs
9493         from the conditions.
9494         (vn_phi_eq): Pass them down.
9495         (vn_phi_lookup): Record them.
9496         (vn_phi_insert): Likewise.
9498 2017-04-20  Matthew Fortune  <matthew.fortune@imgtec.com>
9500         * config/mips/mips.c (mips_expand_vec_perm_const): Re-fix
9501         uninitialized variable warning to avoid buffer overrun.
9503 2017-04-20  Alexander Monakov  <amonakov@ispras.ru>
9505         PR other/71250
9506         * doc/invoke.texi (-Wmissing-field-initializers): Mention that warning
9507         is suppressed for '{ 0 }' in C.
9509 2017-04-20  Jakub Jelinek  <jakub@redhat.com>
9511         * BASE-VER: Set to 8.0.0.
9513 2017-04-20  Thomas Preud'homme  <thomas.preudhomme@arm.com>
9515         * config/arm/arm.c (arm_elf_asm_cdtor): Create non-default
9516         priority .init_array and .fini_array section with SECTION_NOTYPE
9517         flag.
9519 2017-04-20  Jakub Jelinek  <jakub@redhat.com>
9521         PR middle-end/80423
9522         * tree.h (build_array_type): Add typeless_storage default argument.
9523         * tree.c (type_cache_hasher::equal): Also compare
9524         TYPE_TYPELESS_STORAGE flag for ARRAY_TYPEs.
9525         (build_array_type): Add typeless_storage argument, set
9526         TYPE_TYPELESS_STORAGE to it, if shared also hash it, and pass to
9527         recursive call.
9528         (build_nonshared_array_type): Adjust build_array_type_1 caller.
9529         (build_array_type): Likewise.  Add typeless_storage argument.
9531 2017-04-19  Eric Botcazou  <ebotcazou@adacore.com>
9532             Jakub Jelinek  <jakub@redhat.com>
9534         PR tree-optimization/80426
9535         * tree-vrp.c (extract_range_from_binary_expr_1): For an additive
9536         operation on symbolic operands, also compute the overflow for the
9537         invariant part when the operation degenerates into a negation.
9539 2017-04-19  Jakub Jelinek  <jakub@redhat.com>
9541         PR debug/80461
9542         * dwarf2out.c (modified_type_die, gen_type_die_with_usage):
9543         Check for t with zero TYPE_QUALS_NO_ADDR_SPACE.
9545         PR debug/80436
9546         * tree-ssa-loop-manip.c (find_uses_to_rename_def): Ignore debug uses.
9548 2017-04-19  Georg-Johann Lay  <avr@gjlay.de>
9550         PR target/80462
9551         * config/avr/avr.c (tree.h): Include it.
9552         (cgraph.h): Include it.
9553         (avr_encode_section_info): Don't warn for uninitialized progmem
9554         variable if it's just an alias.
9556 2017-04-19  Richard Biener  <rguenther@suse.de>
9558         PR ipa/65972
9559         * auto-profile.c (afdo_vpt_for_early_inline): Update SSA
9560         when needed by AutoPGO.
9562 2017-04-19  Paulo J. Matos  <paulo@matos-sorge.com>
9564         PR lto/50345
9565         * doc/lto.texi: Remove an extra 'that'.
9567 2017-04-19  Segher Boessenkool  <segher@kernel.crashing.org>
9569         PR rtl-optimization/80429
9570         * ira.c (split_live_ranges_for_shrink_wrap): Don't split regs that
9571         are only used in debug insns.
9573 2017-04-19  Eric Botcazou  <ebotcazou@adacore.com>
9574             Vladimir Makarov  <vmakarov@redhat.com>
9576         * config/sparc/predicates.md (input_operand): Add comment.  Return
9577         true for any memory operand when LRA is in progress.
9578         * config/sparc/sparc.c (sparc_expand_move): Minor formatting fix.
9580 2017-04-18  Jeff Law  <law@redhat.com>
9582         PR target/74563
9583         * mips.md ({return,simple_return}_internal): Do not overwrite
9584         operands[0].
9586 2017-04-18  Jakub Jelinek  <jakub@redhat.com>
9588         PR tree-optimization/80443
9589         * tree-vrp.c (intersect_ranges): For signed 1-bit precision type,
9590         instead of adding 1, subtract -1 and similarly instead of subtracting
9591         1 add -1.
9593 2017-04-18  Richard Sandiford  <richard.sandiford@arm.com>
9595         PR rtl-optimization/80357
9596         * haifa-sched.c (tmp_bitmap): New variable.
9597         (model_recompute): Handle duplicate use records.
9598         (alloc_global_sched_pressure_data): Initialize tmp_bitmap.
9599         (free_global_sched_pressure_data): Free it.
9601 2017-04-18  Bernd Edlinger  <bernd.edlinger@hotmail.de>
9603         Revert:
9604         2017-02-20  Bernd Edlinger  <bernd.edlinger@hotmail.de>
9605         * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
9606         (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
9607         instead of SYSTEM_HEADER_DIR.
9609 2017-04-18  Jeff Law  <law@redhat.com>
9611         PR middle-end/80422
9612         * cfgcleanup.c (try_crossjump_to_edge): Verify SRC1 and SRC2 have
9613         predecessors after walking up the insn chain.
9615 2017-04-18  Jakub Jelinek  <jakub@redhat.com>
9617         PR debug/80263
9618         * dwarf2out.c (modified_type_die): Try harder not to emit internal
9619         sizetype type into debug info.
9621 2017-04-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
9623         PR target/80099
9624         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Eliminate
9625         unneeded test for TARGET_UPPER_REGS_SF.
9626         * config/rs6000/vsx.md (vsx_extract_v4sf_var): Likewise.
9628 2017-04-18  Jakub Jelinek  <jakub@redhat.com>
9630         PR sanitizer/80444
9631         * sancov.c (sancov_pass): Use gsi_start_nondebug_after_labels_bb
9632         instead of gsi_after_labels.
9634 2017-04-18  Jeff Law  <law@redhat.com>
9636         * regcprop.c (maybe_mode_change): Avoid creating copies of the
9637         stack pointer.
9639         Revert:
9640         2017-04-13  Jeff Law  <law@redhat.com>
9641         * config/mips.mips.md (zero_extendsidi2): Do not allow SP to appear
9642         in operands[1] if it is a MEM and TARGET_MIPS16 is active.
9644 2017-04-18  Georg-Johann Lay  <avr@gjlay.de>
9646         PR target/79453
9647         * config/avr/avr.c (intl.h): Include it.
9648         (avr_pgm_check_var_decl) [reason]: Wrap diagnostic snippets into _().
9650 2017-04-18  Martin Liska  <mliska@suse.cz>
9652         PR gcov-profile/78783
9653         * gcov-tool.c (gcov_output_files): Validate that destination
9654         file is either removed by the tool or by a user.
9656 2017-04-14  Andrew Burgess  <andrew.burgess@embecosm.com>
9657             Guy Benyei  <guybe@mellanox.com>
9659         * config/arc/arc.c (arc_reorg): Move loop_end_id into a more local
9660         block, and do not negate it, the stored id is already negative.
9662 2017-04-14  Andrew Burgess  <andrew.burgess@embecosm.com>
9664         * config/arc/arc.md (doloop_begin_i): Use @pcl assembler syntax.
9666 2017-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
9668         PR target/80098
9669         * config/rs6000/rs6000-cpus.def (OTHER_P9_VECTOR_MASKS): Define
9670         masks of options that should be turned off if the VSX vector
9671         options are turned off.
9672         (OTHER_P8_VECTOR_MASKS): Likewise.
9673         (OTHER_VSX_VECTOR_MASKS): Likewise.
9674         * config/rs6000/rs6000.c (rs6000_option_override_internal): Call
9675         rs6000_disable_incompatible_switches to validate no type switches
9676         like -mvsx.
9677         (rs6000_incompatible_switch): New function to disallow turning on
9678         other vector options if -mno-vsx, -mno-power8-vector, or
9679         -mno-power9-vector are specified.
9681 2017-04-14  Claudiu Zissulescu  <claziss@synopsys.com>
9683         * config/arc/arc.h (CRT_CALL_STATIC_FUNCTION): Use long calls.
9685 2017-04-14  Claudiu Zissulescu  <claziss@synopsys.com>
9687         * config/arc/arc-protos.h (arc_decl_pretend_args): Remove.
9688         * config/arc/arc.c (arc_decl_pretend_args): Likewise.
9689         * config/arc/arc.h (CFA_FRAME_BASE_OFFSET): Likewise.
9690         (ARG_POINTER_CFA_OFFSET): Likewise.
9692 2017-04-14  Claudiu Zissulescu  <claziss@synopsys.com>
9694         * config/arc/arc.c (arc_mode_dependent_address_p): Relax
9695         conditions to take advantage of various optimizations.
9697 2017-04-13  Jeff Law  <law@redhat.com>
9699         * config/mips.mips.md (zero_extendsidi2): Do not allow SP to appear
9700         in operands[1] if it is a MEM and TARGET_MIPS16 is active.
9701         (zero_extendsidi2_dext): Likewise.
9703 2017-04-13  Jakub Jelinek  <jakub@redhat.com>
9705         PR sanitizer/80403
9706         * fold-const.c (fold_ternary_loc): Revert
9707         use op0 instead of fold_convert_loc (loc, type, arg0) part of
9708         2017-04-12 change.
9710 2017-04-13  Vladimir Makarov  <vmakarov@redhat.com>
9712         PR rtl-optimization/80343
9713         * lra-remat.c (update_scratch_ops): Assign original hard reg to
9714         new scratch pseudo.
9716 2017-04-13  Denis Khalikov <d.khalikov@partner.samsung.com>
9718         PR sanitizer/80414
9719         * ubsan.c (ubsan_expand_bounds_ifn): Pass original index
9720         to ubsan_encode_value.
9722 2017-04-13  Jeff Law  <law@redhat.com>
9724         * reload1.c (eliminate_regs_1): Call gen_rtx_raw_SUBREG for SUBREGs
9725         appearing in DEBUG_INSNs.
9727 2017-04-13  Martin Liska  <mliska@suse.cz>
9729         PR gcov-profile/80413
9730         * gcov-io.c (gcov_write_string): Copy to buffer just when
9731         allocated size is greater than zero.
9733 2017-04-13  Jakub Jelinek  <jakub@redhat.com>
9735         PR debug/80321
9736         * dwarf2out.c (decls_for_scope): Ignore declarations of
9737         current_function_decl in BLOCK_NONLOCALIZED_VARS.
9739 2017-04-12  Jan Hubicka  <hubicka@ucw.cz>
9741         PR lto/69953
9742         * ipa-visibility.c (non_local_p): Fix typos.
9743         (localize_node): When localizing symbol in same comdat group,
9744         dissolve the group only when we know external symbols are going
9745         to be privatized.
9746         (function_and_variable_visibility): Do not localize DECL_EXTERNAL.
9748 2017-04-12  Jakub Jelinek  <jakub@redhat.com>
9750         PR tree-optimization/79390
9751         * optabs.c (emit_conditional_move): If the preferred op2/op3 operand
9752         order does not result in usable sequence, retry with reversed operand
9753         order.
9755         PR sanitizer/80403
9756         PR sanitizer/80404
9757         PR sanitizer/80405
9758         * fold-const.c (fold_ternary_loc): Use op1 instead of arg1 as argument
9759         to fold_build2_loc.  Convert TREE_OPERAND (tem, 0) to type.  Use
9760         op0 instead of fold_convert_loc (loc, type, arg0).
9762 2017-04-12  Jeff Law  <law@redhat.com>
9764         * genattrtab.c (write_eligible_delay): Verify DELAY_INSN still
9765         has a delay slot in the generated code.
9767         * config/cris/cris.md (cris_preferred_reload_class): Return
9768         GENNONACR_REGS rather than GENERAL_REGS.
9770 2017-04-12  Jakub Jelinek  <jakub@redhat.com>
9772         PR c/80163
9773         * expr.c <CASE_CONVERT>: For EXPAND_INITIALIZER determine SIGN_EXTEND
9774         vs. ZERO_EXTEND based on signedness of treeop0's type rather than
9775         signedness of the result type.
9777 2017-04-12  Richard Biener  <rguenther@suse.de>
9778             Jeff Law  <law@redhat.com>
9780         PR tree-optimization/80359
9781         * tree-ssa-dse.c (maybe_trim_partially_dead_store): Do not
9782         trim stores to TARGET_MEM_REFs.
9784 2017-04-12  Richard Biener  <rguenther@suse.de>
9786         PR tree-optimization/79390
9787         * gimple-ssa-split-paths.c (is_feasible_trace): Restrict
9788         threading case even more.
9790 2017-04-12  Segher Boessenkool  <segher@kernel.crashing.org>
9792         PR target/80382
9793         * config/rs6000/sync.md (atomic_load<mode>, atomic_store<mode): Test
9794         for quad_address_p for TImode, instead of just not indexed_address.
9796 2017-04-12  Richard Biener  <rguenther@suse.de>
9797             Bernd Edlinger  <bernd.edlinger@hotmail.de>
9799         PR middle-end/79671
9800         * alias.c (component_uses_parent_alias_set_from): Handle
9801         TYPE_TYPELESS_STORAGE.
9802         (get_alias_set): Likewise.
9803         * tree-core.h (tree_type_common): Add typeless_storage flag.
9804         * tree.h (TYPE_TYPELESS_STORAGE): New macro.
9805         * stor-layout.c (place_union_field): Set TYPE_TYPELESS_STORAGE
9806         for types containing members with TYPE_TYPELESS_STORAGE.
9807         (place_field): Likewise.
9808         (layout_type): Likewise for ARRAY_TYPE.
9809         * lto-streamer-out.c (hash_tree): Hash TYPE_TYPELESS_STORAGE.
9810         * tree-streamer-in.c (unpack_ts_type_common_value_fields): Stream
9811         TYPE_TYPELESS_STORAGE.
9812         * tree-streamer-out.c (pack_ts_type_common_value_fields): Likewise.
9814 2017-04-12  Jakub Jelinek  <jakub@redhat.com>
9816         PR sanitizer/80349
9817         * fold-const.c (fold_binary_loc) <case BIT_IOR_EXPR>: Convert arg0's
9818         first argument to type.
9820 2017-04-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
9822         PR target/80376
9823         PR target/80315
9824         * config/rs6000/rs6000.c (rs6000_expand_unop_builtin): Return
9825         CONST0_RTX (mode) rather than const0_rtx where appropriate.
9826         (rs6000_expand_binop_builtin): Likewise.
9827         (rs6000_expand_ternop_builtin): Likewise; also add missing
9828         vsx_xxpermdi_* variants; also fix typo (arg1 => arg2) for
9829         vshasigma built-ins.
9830         * doc/extend.texi: Document that vec_xxpermdi's third argument
9831         must be a constant.
9833 2017-04-11  Uros Bizjak  <ubizjak@gmail.com>
9835         * config/i386/i386.c (dimode_scalar_chain::compute_convert_gain):
9836         Use shift_const cost parameter when calculating gain of STV shifts.
9838 2017-04-11  Vladimir Makarov  <vmakarov@redhat.com>
9840         PR rtl-optimization/70478
9841         * lra-constraints.c (process_alt_operands): Check memory for
9842         disfavoring memory insn operand.
9844 2017-04-11  Jakub Jelinek  <jakub@redhat.com>
9846         PR middle-end/80100
9847         * simplify-rtx.c (simplify_binary_operation_1) <case IOR>: Perform
9848         left shift in unsigned HOST_WIDE_INT type.
9850         PR rtl-optimization/80385
9851         * simplify-rtx.c (simplify_unary_operation_1): Don't transform
9852         (not (neg X)) into (plus X -1) for complex or non-integral modes.
9854         PR libgomp/80394
9855         * omp-low.c (scan_omp_task): Don't optimize away empty tasks
9856         if they have any depend clauses.
9858 2017-04-11  Martin Liska  <mliska@suse.cz>
9860         PR ipa/80212
9861         * cgraph.c (cgraph_node::dump): Dump calls_comdat_local.
9862         * ipa-split.c (split_function): Create a local comdat symbol
9863         if caller is in a comdat group.
9865 2017-04-11  Martin Liska  <mliska@suse.cz>
9867         PR ipa/80212
9868         * ipa-cp.c (determine_versionability): Handle calls_comdat_local
9869         flags.
9871 2017-04-11  Martin Sebor  <msebor@redhat.com>
9873         PR middle-end/80364
9874         * gimple-ssa-sprintf.c (get_int_range): Remove second argument and
9875         always use the int type.  Use INTEGRAL_TYPE_P() rather than testing
9876         for INTEGER_TYPE.
9877         (directive::set_width, directive::set_precision, format_character):
9878         Adjust.
9879         (parse_directive): Use INTEGRAL_TYPE_P() rather than testing for
9880         INTEGER_TYPE.
9882 2017-04-11  Richard Earnshaw  <rearnsha@arm.com>
9884         PR target/80389
9885         * config/arm/arm.c (arm_configure_build_target): When -mcpu and -arch
9886         conflict, set target->arch_name instead of target->cpu_name.
9888 2017-04-11  Richard Biener  <rguenther@suse.de>
9890         PR tree-optimization/80374
9891         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Use
9892         build_zero_cst, remove fold_convertible_p check again.
9894 2017-04-11  Martin Liska  <mliska@suse.cz>
9896         PR sanitizer/70878
9897         * ubsan.c (instrument_object_size): Do not instrument register
9898         variables.
9900 2017-04-11  Jakub Jelinek  <jakub@redhat.com>
9902         PR target/80381
9903         * config/i386/i386-builtin-types.def
9904         (V16HI_FTYPE_V16HI_INT_V16HI_UHI_COUNT,
9905         V16HI_FTYPE_V16HI_V8HI_V16HI_UHI_COUNT,
9906         V16SI_FTYPE_V16SI_INT_V16SI_UHI_COUNT,
9907         V16SI_FTYPE_V16SI_V4SI_V16SI_UHI_COUNT,
9908         V2DI_FTYPE_V2DI_INT_V2DI_UQI_COUNT,
9909         V2DI_FTYPE_V2DI_V2DI_V2DI_UQI_COUNT,
9910         V32HI_FTYPE_V32HI_INT_V32HI_USI_COUNT,
9911         V32HI_FTYPE_V32HI_V8HI_V32HI_USI_COUNT,
9912         V4DI_FTYPE_V4DI_INT_V4DI_UQI_COUNT,
9913         V4DI_FTYPE_V4DI_V2DI_V4DI_UQI_COUNT,
9914         V4SI_FTYPE_V4SI_INT_V4SI_UQI_COUNT,
9915         V4SI_FTYPE_V4SI_V4SI_V4SI_UQI_COUNT,
9916         V8DI_FTYPE_V8DI_INT_V8DI_UQI_COUNT,
9917         V8DI_FTYPE_V8DI_V2DI_V8DI_UQI_COUNT,
9918         V8HI_FTYPE_V8HI_INT_V8HI_UQI_COUNT,
9919         V8HI_FTYPE_V8HI_V8HI_V8HI_UQI_COUNT,
9920         V8SI_FTYPE_V8SI_INT_V8SI_UQI_COUNT,
9921         V8SI_FTYPE_V8SI_V4SI_V8SI_UQI_COUNT): New function type aliases.
9922         * config/i386/i386-builtin.def (__builtin_ia32_pslld512_mask,
9923         __builtin_ia32_pslldi512_mask, __builtin_ia32_psllq512_mask,
9924         __builtin_ia32_psllqi512_mask, __builtin_ia32_psrad512_mask,
9925         __builtin_ia32_psradi512_mask, __builtin_ia32_psraq512_mask,
9926         __builtin_ia32_psraqi512_mask, __builtin_ia32_psrld512_mask,
9927         __builtin_ia32_psrldi512_mask, __builtin_ia32_psrlq512_mask,
9928         __builtin_ia32_psrlqi512_mask, __builtin_ia32_psllwi128_mask,
9929         __builtin_ia32_pslldi128_mask, __builtin_ia32_psllqi128_mask,
9930         __builtin_ia32_psllw128_mask, __builtin_ia32_pslld128_mask,
9931         __builtin_ia32_psllq128_mask, __builtin_ia32_psllwi256_mask,
9932         __builtin_ia32_psllw256_mask, __builtin_ia32_pslldi256_mask,
9933         __builtin_ia32_pslld256_mask, __builtin_ia32_psllqi256_mask,
9934         __builtin_ia32_psllq256_mask, __builtin_ia32_psradi128_mask,
9935         __builtin_ia32_psrad128_mask, __builtin_ia32_psradi256_mask,
9936         __builtin_ia32_psrad256_mask, __builtin_ia32_psraqi128_mask,
9937         __builtin_ia32_psraq128_mask, __builtin_ia32_psraqi256_mask,
9938         __builtin_ia32_psraq256_mask, __builtin_ia32_psrldi128_mask,
9939         __builtin_ia32_psrld128_mask, __builtin_ia32_psrldi256_mask,
9940         __builtin_ia32_psrld256_mask, __builtin_ia32_psrlqi128_mask,
9941         __builtin_ia32_psrlq128_mask, __builtin_ia32_psrlqi256_mask,
9942         __builtin_ia32_psrlq256_mask, __builtin_ia32_psrawi256_mask,
9943         __builtin_ia32_psraw256_mask, __builtin_ia32_psrawi128_mask,
9944         __builtin_ia32_psraw128_mask, __builtin_ia32_psrlwi256_mask,
9945         __builtin_ia32_psrlw256_mask, __builtin_ia32_psrlwi128_mask,
9946         __builtin_ia32_psrlw128_mask, __builtin_ia32_psllwi512_mask,
9947         __builtin_ia32_psllw512_mask, __builtin_ia32_psrawi512_mask,
9948         __builtin_ia32_psraw512_mask, __builtin_ia32_psrlwi512_mask,
9949         __builtin_ia32_psrlw512_mask): Use _COUNT suffixed function type
9950         aliases.
9951         * config/i386/i386.c (ix86_expand_args_builtin): Rename last_arg_count
9952         flag to second_arg_count, handle 4 argument function type _COUNT
9953         aliases, handle second_arg_count on second argument rather than last.
9955 2017-04-10  Jeff Law  <law@redhat.com>
9957         PR tree-optimization/80374
9958         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Do not try to
9959         record anything if we can not convert integer_zero_node to the
9960         desired type.
9962 2017-04-10  Kelvin Nilsen  <kelvin@gcc.gnu.org>
9964         PR target/80108
9965         * config/rs6000/rs6000.c (rs6000_option_override_internal):
9966         Enhance special handling given to the TARGET_P9_MINMAX option in
9967         relation to certain other options.
9969 2017-04-10  Bin Cheng  <bin.cheng@arm.com>
9971         PR tree-optimization/80153
9972         * tree-ssa-loop-ivopts.c (add_iv_candidate_for_use): Check and
9973         remove POINTER_PLUS_EXPR's base part directly, rather than through
9974         aff_tree.
9976 2017-04-10  Richard Biener  <rguenther@suse.de>
9977             Bin Cheng  <bin.cheng@arm.com>
9979         PR tree-optimization/80153
9980         * tree-affine.c (aff_combination_to_tree): Get base pointer from
9981         the first element of pointer type aff_tree.  Build result expr in
9982         aff_tree's type.
9983         (add_elt_to_tree): Convert to type unconditionally.  Remove other
9984         fold_convert calls.
9985         * tree-ssa-loop-ivopts.c (alloc_iv): Pass in consistent types.
9986         (rewrite_use_nonlinear_expr): Check invariant using iv information.
9988 2017-04-10  Richard Biener  <rguenther@suse.de>
9990         * tree-ssa-structalias.c (find_func_aliases): Properly handle
9991         asm inputs.
9993 2017-04-10  Vladimir Makarov  <vmakarov@redhat.com>
9995         PR rtl-optimization/70478
9996         * lra-constraints.c (curr_small_class_check): New.
9997         (update_and_check_small_class_inputs): New.
9998         (process_alt_operands): Update curr_small_class_check.  Disfavor
9999         alternative insn memory operands.  Check available regs for small
10000         class operands.
10002 2017-03-31  Matthew Fortune  <matthew.fortune@imgtec.com>
10004         PR target/80057
10005         * config/mips/mips.opt (-mvirt): Update description.
10006         * doc/invoke.texi (-mvirt): Likewise.
10008 2017-04-10  Richard Biener  <rguenther@suse.de>
10010         PR middle-end/80362
10011         * fold-const.c (fold_binary_loc): Look at unstripped ops when
10012         looking for NEGATE_EXPR in -A / -B to A / B folding.
10014 2017-04-10  Martin Liska  <mliska@suse.cz>
10016         PR gcov-profile/80224
10017         * gcov.c (print_usage): Fix usage string.
10018         (get_gcov_intermediate_filename): Remove.
10019         (output_gcov_file): Use both for normal and intermediate format.
10020         (generate_results): Do not initialize special file for
10021         intermediate format.
10023 2017-04-10  Richard Biener  <rguenther@suse.de>
10025         PR tree-optimization/80304
10026         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Also recurse
10027         for safelen.
10029 2017-04-10  Nathan Sidwell  <nathan@acm.org>
10031         PR target/79905
10032         * config/rs6000/rs6000.c (rs6000_vector_type): New.
10033         (rs6000_init_builtins): Use it.
10035 2016-04-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10037         * config/arm/arm.md (<mrc>): Add mode to SET source.
10038         (<mrrc>): Likewise.
10040 2017-04-10  Richard Biener  <rguenther@suse.de>
10042         PR middle-end/80344
10043         * gimplify.c (is_gimple_mem_rhs_or_call): Allow CLOBBERs.
10045 2017-04-10  Jakub Jelinek  <jakub@redhat.com>
10047         PR target/80324
10048         * config/i386/avx512fintrin.h (_mm512_reduce_add_epi32,
10049         _mm512_reduce_mul_epi32, _mm512_reduce_and_epi32,
10050         _mm512_reduce_or_epi32, _mm512_mask_reduce_add_epi32,
10051         _mm512_mask_reduce_mul_epi32, _mm512_mask_reduce_and_epi32,
10052         _mm512_mask_reduce_or_epi32, _mm512_reduce_min_epi32,
10053         _mm512_reduce_max_epi32, _mm512_reduce_min_epu32,
10054         _mm512_reduce_max_epu32, _mm512_mask_reduce_min_epi32,
10055         _mm512_mask_reduce_max_epi32, _mm512_mask_reduce_min_epu32,
10056         _mm512_mask_reduce_max_epu32, _mm512_reduce_add_ps,
10057         _mm512_reduce_mul_ps, _mm512_mask_reduce_add_ps,
10058         _mm512_mask_reduce_mul_ps, _mm512_reduce_min_ps, _mm512_reduce_max_ps,
10059         _mm512_mask_reduce_min_ps, _mm512_mask_reduce_max_ps,
10060         _mm512_reduce_add_epi64, _mm512_reduce_mul_epi64,
10061         _mm512_reduce_and_epi64, _mm512_reduce_or_epi64,
10062         _mm512_mask_reduce_add_epi64, _mm512_mask_reduce_mul_epi64,
10063         _mm512_mask_reduce_and_epi64, _mm512_mask_reduce_or_epi64,
10064         _mm512_reduce_min_epi64, _mm512_reduce_max_epi64,
10065         _mm512_mask_reduce_min_epi64, _mm512_mask_reduce_max_epi64,
10066         _mm512_reduce_min_epu64, _mm512_reduce_max_epu64,
10067         _mm512_mask_reduce_min_epu64, _mm512_mask_reduce_max_epu64,
10068         _mm512_reduce_add_pd, _mm512_reduce_mul_pd, _mm512_mask_reduce_add_pd,
10069         _mm512_mask_reduce_mul_pd, _mm512_reduce_min_pd, _mm512_reduce_max_pd,
10070         _mm512_mask_reduce_min_pd, _mm512_mask_reduce_max_pd): New intrinsics.
10072 2017-04-08  Vladimir Makarov  <vmakarov@redhat.com>
10074         PR rtl-optimization/70478
10075         * lra-constraints.c: Reverse the last patch.
10077 2017-04-08  Andreas Tobler  <andreast@gcc.gnu.org>
10079         * config/aarch64/aarch64-freebsd.h: Define MCOUNT_NAME.
10080         Add comment for WCHAR_T.
10082 2017-04-08  Martin Liska  <mliska@suse.cz>
10084         Revert:
10085         2017-04-07  Martin Liska  <mliska@suse.cz>
10087         PR ipa/80212
10088         * ipa-split.c (split_function): Add function part to a same comdat
10089         group.
10091 2017-04-08  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
10093         PR target/80358
10094         * config/rs6000/rs6000.c (expand_block_compare): Fix boundary check.
10096 2017-04-07  Pat Haugen  <pthaugen@us.ibm.com>
10098         * rs6000/rs6000.c (vec_load_pendulum): Rename...
10099         (vec_pairing): ...to this.
10100         (power9_sched_reorder2): Rewrite code for pairing vector/vecload insns.
10101         (rs6000_sched_init): Adjust for name change.
10102         (struct rs6000_sched_context): Likewise.
10103         (rs6000_init_sched_context): Likewise.
10104         (rs6000_set_sched_context): Likewise.
10106 2017-04-07  Jakub Jelinek  <jakub@redhat.com>
10108         PR target/80322
10109         PR target/80323
10110         PR target/80325
10111         PR target/80326
10112         * config/i386/avxintrin.h (_mm256_cvtsd_f64, _mm256_cvtss_f32): New
10113         intrinsics.
10114         * config/i386/avx512fintrin.h (_mm512_int2mask, _mm512_mask2int,
10115         _mm512_abs_ps, _mm512_mask_abs_ps, _mm512_abs_pd, _mm512_mask_abs_pd,
10116         _mm512_cvtsd_f64, _mm512_cvtss_f32): Likewise.
10118 2017-04-07  Andreas Tobler  <andreast@gcc.gnu.org>
10120         * config/aarch64/aarch64-freebsd.h: Define WCHAR_TYPE.
10122 2017-04-07  Vladimir Makarov  <vmakarov@redhat.com>
10124         PR rtl-optimization/70703
10125         * ira-color.c (update_conflict_hard_regno_costs): Use
10126         int64_t instead of HOST_WIDE_INT.
10128 2017-04-07  Vladimir Makarov  <vmakarov@redhat.com>
10130         PR rtl-optimization/70478
10131         * lra-constraints.c (process_alt_operands): Disfavor alternative
10132         insn memory operands.
10134 2017-04-07  Jeff Law  <law@redhat.com>
10136         * config/iq2000/iq2000.c (final_prescan_insn): Do not separate a
10137         CALL and NOTE_INSN_CALL_ARG_LOCATION.
10139 2017-04-07  Martin Liska  <mliska@suse.cz>
10141         PR target/79889
10142         * config/aarch64/aarch64.c (aarch64_process_target_attr):
10143         Show error message instead of an ICE.
10145 2017-04-07  Martin Liska  <mliska@suse.cz>
10147         PR ipa/80212
10148         * ipa-split.c (split_function): Add function part to a same comdat
10149         group.
10151 2017-04-07  Richard Biener  <rguenther@suse.de>
10153         PR middle-end/80341
10154         * tree.c (get_unwidened): Also handle ! for_type case for
10155         INTEGER_CSTs.
10156         * convert.c (do_narrow): Split out from ...
10157         (convert_to_integer_1): ... here.  Do not pass final truncation
10158         type to get_unwidened for TRUNC_DIV_EXPR.
10160 2017-04-07  Richard Biener  <rguenther@suse.de>
10162         * tree-affine.c (wide_int_ext_for_comb): Take type rather
10163         than aff_tree.
10164         (aff_combination_const): Adjust.
10165         (aff_combination_scale): Likewise.
10166         (aff_combination_add_elt): Likewise.
10167         (aff_combination_add_cst): Likewise.
10168         (aff_combination_convert): Likewise.
10169         (add_elt_to_tree): Likewise.  Remove unused argument.
10170         (aff_combination_to_tree): Adjust calls to add_elt_to_tree.
10172 2017-04-07  Sebastian Huber  <sebastian.huber@embedded-brains.de>
10174         * config/arm/arm.h (ARM_DEFAULT_SHORT_ENUMS): Provide default
10175         definition.
10176         * config/arm/arm.c (arm_default_short_enums): Use
10177         ARM_DEFAULT_SHORT_ENUMS.
10178         * config/arm/rtems.h (ARM_DEFAULT_SHORT_ENUMS): Define.
10180 2017-04-06  Jakub Jelinek  <jakub@redhat.com>
10182         PR debug/80234
10183         * dwarf2out.c (gen_member_die): Handle C++17 inline static data
10184         members with redundant out-of-class redeclaration.
10186 2017-04-06  Uros Bizjak  <ubizjak@gmail.com>
10188         PR target/80286
10189         * config/i386/sse.md (*vec_extractv4si_0_zext_sse4): New pattern.
10190         * config/i386/i386.md (*zero_extendsidi2):
10191         Add (?*x,*x) and (?*v,*v) alternatives.
10193 2017-04-06  Uros Bizjak  <ubizjak@gmail.com>
10195         PR target/79733
10196         * config/i386/i386.c (ix86_expand_builtin)
10197         <case IX86_BUILTIN_K{,OR}TEST{C,Z}{8,16,32,64}>: Determine insn operand
10198         mode from insn data. Convert operands to insn operand mode.
10199         Copy operands that don't satisfy insn predicate to a register.
10201 2017-04-06  Sam Thursfield  <sam.thursfield@codethink.co.uk>
10203         * config/rs6000/x-aix: Increase memory limit for genautomata on AIX.
10204         Update comments.
10206 2017-04-06  Richard Biener  <rguenther@suse.de>
10208         PR tree-optimization/80334
10209         * tree-ssa-loop-ivopts.c (rewrite_use_address): Properly
10210         preserve alignment of accesses.
10212 2017-04-06  Richard Biener  <rguenther@suse.de>
10214         PR tree-optimization/80262
10215         * tree-sra.c (build_ref_for_offset): Preserve address-space
10216         information.
10217         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
10218         Drop useless address-space information on MEM_REF offsets.
10220 2017-04-05  Andreas Schwab  <schwab@linux-m68k.org>
10222         * builtins.def (BUILT_IN_UPDATE_SETJMP_BUF): Fix type.
10224 2017-04-05  Vladimir Makarov  <vmakarov@redhat.com>
10226         PR rtl-optimization/70703
10227         * ira-color.c (update_conflict_hard_regno_costs): Use
10228         HOST_WIDE_INT instead of long.
10230 2017-04-05  Uros Bizjak  <ubizjak@gmail.com>
10232         PR target/80298
10233         * config/i386/mmintrin.h: Add -msse target option when __SSE__ is
10234         not defined for x86_64 target.  Add -mmmx target option when __SSE2__
10235         is not defined.
10236         * config/i386/mm3dnow.h: Add -msse target when __SSE__ is not defined
10237         for x86_64 target.  Handle -m3dnowa option.
10239 2017-04-05  Vladimir Makarov  <vmakarov@redhat.com>
10241         PR rtl-optimization/70703
10242         * ira-color.c (update_costs_from_allocno): Use the smallest mode.
10243         (update_conflict_hard_regno_costs): Use long instead of unsigned
10244         arithmetic for cost calculation.
10246 2017-04-05  Jakub Jelinek  <jakub@redhat.com>
10247             Bernd Edlinger  <bernd.edlinger@hotmail.de>
10249         PR sanitizer/80308
10250         * asan.c (asan_store_shadow_bytes): Fix location of last_chunk_value
10251         for big endian.
10253 2017-04-05  Eric Botcazou  <ebotcazou@adacore.com>
10255         PR target/78002
10256         * config/aarch64/aarch64.c (aarch64_emit_probe_stack_range): Replace
10257         ptr_mode with Pmode throughout.
10258         * config/aarch64/aarch64.md (probe_stack_range_<PTR:mode): Rename
10259         into probe_stack_range and use DImode.
10261 2017-04-05  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10263         PR target/79890
10264         * config/s390/s390.c (s390_register_info_gprtofpr): Return if
10265         call_eh_return is true.
10267 2017-04-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10269         * config/s390/s390-c.c (s390_resolve_overloaded_builtin):
10270         Initialize last_match_fntype_index.
10272 2017-04-05  Jakub Jelinek  <jakub@redhat.com>
10274         PR target/80310
10275         * tree-nvr.c: Include internal-fn.h.
10276         (pass_return_slot::execute): Ignore internal calls without
10277         direct optab.
10279 2017-04-04  Jakub Jelinek  <jakub@redhat.com>
10280             Richard Biener  <rguenther@suse.de>
10282         PR c++/80297
10283         * genmatch.c (capture::gen_transform): For GENERIC unshare_expr
10284         captures used multiple times, except for the last use.
10285         * generic-match-head.c: Include gimplify.h.
10287 2017-04-04  Jakub Jelinek  <jakub@redhat.com>
10289         PR tree-optimization/79390
10290         * target.h (struct noce_if_info): Declare.
10291         * targhooks.h (default_noce_conversion_profitable_p): Declare.
10292         * target.def (noce_conversion_profitable_p): New target hook.
10293         * ifcvt.h (struct noce_if_info): New type, moved from ...
10294         * ifcvt.c (struct noce_if_info): ... here.
10295         (noce_conversion_profitable_p): Renamed to ...
10296         (default_noce_conversion_profitable_p): ... this.  No longer
10297         static nor inline.
10298         (noce_try_store_flag_constants, noce_try_addcc,
10299         noce_try_store_flag_mask, noce_try_cmove, noce_try_cmove_arith,
10300         noce_convert_multiple_sets): Use targetm.noce_conversion_profitable_p
10301         instead of noce_conversion_profitable_p.
10302         * config/i386/i386.c: Include ifcvt.h.
10303         (ix86_option_override_internal): Don't override
10304         PARAM_MAX_RTL_IF_CONVERSION_INSNS default.
10305         (ix86_noce_conversion_profitable_p): New function.
10306         (TARGET_NOCE_CONVERSION_PROFITABLE_P): Redefine.
10307         * config/i386/x86-tune.def (X86_TUNE_ONE_IF_CONV_INSN): Adjust comment.
10308         * doc/tm.texi.in (TARGET_NOCE_CONVERSION_PROFITABLE_P): Add.
10309         * doc/tm.texi: Regenerated.
10311 2017-04-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
10313         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Grammar
10314         correction.
10316 2017-04-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
10318         PR target/80307
10319         * config/arm/arm.c (thumb1_rtx_costs): Give a cost of 32
10320         instructions for small multiply cores.
10322 2017-04-04  Jeff Law  <law@redhat.com>
10324         * config/mips/mips.c (mips_multi_add): Zero initialize the newly
10325         added member.
10326         (mips_expand_vec_perm_const): Initialize elements in orig_perm
10327         that are not set by the loop over the elements.
10329 2017-04-04  Jakub Jelinek  <jakub@redhat.com>
10331         PR target/80286
10332         * config/i386/i386.c (ix86_expand_args_builtin): If op has scalar
10333         int mode, convert_modes it to mode as unsigned, otherwise use
10334         lowpart_subreg to mode rather than SImode.
10335         * config/i386/sse.md (<mask_codefor>ashr<mode>3<mask_name>,
10336         ashr<mode>3, ashr<mode>3<mask_name>, <shift_insn><mode>3<mask_name>):
10337         Use DImode instead of SImode for the shift count operand.
10338         * config/i386/mmx.md (mmx_ashr<mode>3, mmx_<shift_insn><mode>3):
10339         Likewise.
10341 2017-04-04  Richard Biener  <rguenther@suse.de>
10343         PR middle-end/80281
10344         * match.pd (A + (-B) -> A - B): Make sure to preserve unsigned
10345         arithmetic done for the negate or the plus.  Simplify.
10346         (A - (-B) -> A + B): Likewise.
10347         * fold-const.c (split_tree): Make sure to not negate pointers.
10349 2017-04-04  Segher Boessenkool  <segher@kernel.crashing.org>
10351         PR rtl-optimization/60818
10352         * simplify-rtx.c (simplify_binary_operation_1): Do not replace
10353         a compare of comparisons with the thing compared if this results
10354         in a different machine mode.
10356 2017-04-03  Jonathan Wakely  <jwakely@redhat.com>
10358         * alias.c (base_alias_check): Fix typo in comment.
10359         * cgraph.h (class ipa_polymorphic_call_context): Likewise.
10360         * cgraphunit.c (symbol_table::compile): Likewise.
10361         * collect2.c (maybe_run_lto_and_relink): Likewise.
10362         * config/arm/arm.c (arm_thumb1_mi_thunk): Likewise.
10363         * config/avr/avr-arch.h (avr_arch_info_t): Likewise.
10364         * config/avr/avr.c (avr_map_op_t): Likewise.
10365         * config/cr16/cr16.h (DATA_ALIGNMENT): Likewise.
10366         * config/epiphany/epiphany.c (TARGET_ARG_PARTIAL_BYTES): Likewise.
10367         * config/epiphany/epiphany.md (movcc): Likewise.
10368         * config/i386/i386.c (legitimize_pe_coff_extern_decl): Likewise.
10369         * config/m68k/m68k.c (struct _sched_ib, m68k_sched_variable_issue):
10370         Likewise.
10371         * config/mips/mips.c (mips_save_restore_reg): Likewise.
10372         * config/rx/rx.c (rx_is_restricted_memory_address): Likewise.
10373         * config/s390/s390.c (Z10_EARLYLOAD_DISTANCE): Likewise.
10374         * config/sh/sh.c (sh_rtx_costs): Likewise.
10375         * fold-const.c (fold_truth_andor): Likewise.
10376         * genautomata.c (collapse_flag): Likewise.
10377         * gengtype.h (struct type::u::s): Likewise.
10378         * gensupport.c (has_subst_attribute, add_mnemonic_string): Likewise.
10379         * input.c (FORMAT_AMOUNT): Likewise.
10380         * ipa-cp.c (class ipcp_lattice, agg_replacements_to_vector)
10381         (known_aggs_to_agg_replacement_list): Likewise.
10382         * ipa-inline-analysis.c: Likewise.
10383         * ipa-inline.h (estimate_edge_time, estimate_edge_hints): Likewise.
10384         * ipa-polymorphic-call.c
10385         (ipa_polymorphic_call_context::restrict_to_inner_class): Likewise.
10386         * loop-unroll.c (analyze_insn_to_expand_var): Likewise.
10387         * lra.c (lra_optional_reload_pseudos, lra_subreg_reload_pseudos):
10388         Likewise.
10389         * modulo-sched.c (apply_reg_moves): Likewise.
10390         * omp-expand.c (build_omp_regions_1): Likewise.
10391         * trans-mem.c (struct tm_wrapper_hasher): Likewise.
10392         * tree-ssa-loop-ivopts.c (may_eliminate_iv): Likewise.
10393         * tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Likewise.
10394         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
10395         * value-prof.c: Likewise.
10396         * var-tracking.c (val_reset): Likewise.
10398 2017-04-03  Richard Biener  <rguenther@suse.de>
10400         PR tree-optimization/80275
10401         * fold-const.c (split_address_to_core_and_offset): Handle
10402         POINTER_PLUS_EXPR.
10404 2017-04-03  Eric Botcazou  <ebotcazou@adacore.com>
10406         * tree-nested.c (get_descriptor_type): Make sure that the alignment of
10407         descriptors is at least equal to that of functions.
10409 2017-04-02  Uros Bizjak  <ubizjak@gmail.com>
10411         * config/i386/sse.md (movdi_to_sse): Add missing DONE.
10413 2017-04-02  Uros Bizjak  <ubizjak@gmail.com>
10415         PR target/80250
10416         * config/i386/sse.md (mov<IMOD4:mode>): Remove insn pattern.
10417         (mov<IMOD4:mode>): New expander.
10418         (*mov<IMOD4:mode>_internal): New insn and split pattern.
10420 2017-03-31  Segher Boessenkool  <segher@kernel.crashing.org>
10422         PR rtl-optimization/79405
10423         * fwprop.c (propagations_left): New variable.
10424         (forward_propagate_into): Decrement it.
10425         (fwprop_init): Initialize it.
10426         (fw_prop): If the variable has reached zero, stop propagating.
10427         (fwprop_addr): Ditto.
10429 2017-03-31  Jakub Jelinek  <jakub@redhat.com>
10431         PR debug/79255
10432         * dwarf2out.c (decls_for_scope): If BLOCK_NONLOCALIZED_VAR is
10433         a FUNCTION_DECL, pass it as decl instead of origin to
10434         process_scope_var.
10436 2017-03-31  Alexander Monakov  <amonakov@ispras.ru>
10438         * config/nvptx/nvptx.c (nvptx_output_softstack_switch): Correct format
10439         string.
10441 2017-03-31  Pat Haugen  <pthaugen@us.ibm.com>
10443         PR target/80107
10444         * config/rs6000/rs6000.md (extendhi<mode>2): Add test for
10445         TARGET_VSX_SMALL_INTEGER.
10447 2017-03-31  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
10449         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
10450         reference to the OpenPOWER 64-Bit ELF V2 ABI Specification.
10452 2017-03-31  Matthew Fortune  <matthew.fortune@imgtec.com>
10454         * config/mips/mips-msa.md (msa_vec_extract_<msafmt_f>): Update
10455         extraction from odd-numbered MSA register.
10457 2017-03-31  Jakub Jelinek  <jakub@redhat.com>
10459         PR middle-end/80173
10460         * expmed.c (store_bit_field_1): Don't attempt to create
10461         a word subreg out of hard registers wider than word if they
10462         have HARD_REGNO_NREGS of 1 for their mode.
10464         PR middle-end/80163
10465         * varasm.c (initializer_constant_valid_p_1): Disallow sign-extending
10466         conversions to integer types wider than word and pointer.
10468         PR debug/80025
10469         * cselib.h (rtx_equal_for_cselib_1): Add depth argument.
10470         (rtx_equal_for_cselib_p): Pass 0 to it.
10471         * cselib.c (cselib_hasher::equal): Likewise.
10472         (rtx_equal_for_cselib_1): Add depth argument.  If depth
10473         is 128, don't look up VALUE locs and punt.  Increment
10474         depth in recursive calls when walking VALUE locs.
10476 2017-03-31  Bernd Edlinger  <bernd.edlinger@hotmail.de>
10478         * gcov.c (md5sum_to_hex): Fix output of MD5 hex bytes.
10479         (make_gcov_file_name): Use the canonical path name for generating
10480         the MD5 value.
10481         (read_line): Fix handling of files with ascii null bytes.
10483 2017-03-30  Matthew Fortune  <matthew.fortune@imgtec.com>
10485         * config/mips/mips.c (mips_expand_vector_init): Create a const_vector
10486         to initialise a vector register instead
10487         of using a const_int.
10489 2017-03-30  Jakub Jelinek  <jakub@redhat.com>
10491         PR translation/80189
10492         * gimplify.c (omp_default_clause): Use %qs instead of %s in
10493         diagnostic messages.
10495 2017-03-30  Peter Bergner  <bergner@vnet.ibm.com>
10497         PR target/80246
10498         * config/rs6000/dfp.md (dfp_dxex_<mode>): Update mode of operand 0.
10499         (dfp_diex_<mode>): Update mode of operand 1.
10500         * doc/extend.texi (dxex, dxexq): Document change to return type.
10501         (diex, diexq): Document change to argument type.
10503 2017-03-30  Martin Jambor  <mjambor@suse.cz>
10505         PR ipa/77333
10506         * cgraph.h (cgraph_build_function_type_skip_args): Declare.
10507         * cgraph.c (redirect_call_stmt_to_callee): Set gimple fntype so that
10508         it reflects the signature changes performed at the callee side.
10509         * cgraphclones.c (build_function_type_skip_args): Make public, renamed
10510         to cgraph_build_function_type_skip_args.
10511         (build_function_decl_skip_args): Adjust call to the above function.
10513 2017-03-30  Jakub Jelinek  <jakub@redhat.com>
10515         PR target/80206
10516         * config/i386/sse.md
10517         (<extract_type>_vextract<shuffletype><extract_suf>_mask): Use
10518         register as dest whenever it is a MEM not rtx_equal_p to the
10519         corresponding dup operand, and when forcing into reg move the
10520         reg into the memory afterwards.
10521         (<extract_type_2>_vextract<shuffletype><extract_suf_2>_mask):
10522         Likewise.  Use <ssehalfvecmode> instead of <ssequartermode>
10523         for the force_reg mode.
10524         (avx512vl_vextractf128<mode>): Use register as dest either
10525         always when a MEM, or when it is a MEM not rtx_equal_p to the
10526         corresponding dup operand, or even not when it is a CONST_VECTOR
10527         depending on the mode and lo vs. hi.
10528         (avx512dq_vextract<shuffletype>64x2_1_maskm): Remove extraneous
10529         parens.
10530         (avx512f_vextract<shuffletype>32x4_1_maskm): Likewise.
10531         (<mask_codefor>avx512dq_vextract<shuffletype>64x2_1<mask_name>):
10532         Likewise.  Require that operands[2] is even.
10533         (<mask_codefor>avx512f_vextract<shuffletype>32x4_1<mask_name>):
10534         Remove extraneous parens.  Require that operands[2] is a multiple
10535         of 4.
10536         (vec_extract_lo_<mode><mask_name>): Don't bother testing if
10537         operands[0] is a MEM if <mask_applied>, the predicates/constraints
10538         disallow memory then.
10540 2017-03-30  Richard Biener  <rguenther@suse.de>
10542         PR tree-optimization/77498
10543         * tree-ssa-pre.c (phi_translate_1): Do not allow simplifications
10544         to non-constants over backedges.
10546 2017-03-29  Segher Boessenkool  <segher@kernel.crashing.org>
10548         PR rtl-optimization/80233
10549         * combine.c (combine_instructions): Only take NONDEBUG_INSN_P insns
10550         as last_combined_insn.  Do not test for BARRIER_P separately.
10552 2017-03-29  Andreas Schwab  <schwab@suse.de>
10554         PR ada/80146
10555         * calls.c (prepare_call_address): Convert funexp to Pmode before
10556         copying to temp reg.
10558 2017-03-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
10560         PR tree-optimization/80158
10561         * gimple-ssa-strength-reduction.c (replace_mult_candidate):
10562         Handle possible future case of more than one alternate
10563         interpretation.
10564         (replace_rhs_if_not_dup): Likewise.
10565         (replace_one_candidate): Likewise.
10567 2017-03-28  Vladimir Makarov  <vmakarov@redhat.com>
10569         PR rtl-optimization/80193
10570         * ira.c (ira): Do not check allocation for LRA.
10572 2017-03-28  Alexander Monakov  <amonakov@ispras.ru>
10574         * config/nvptx/nvptx-protos.h (nvptx_output_simt_enter): Declare.
10575         (nvptx_output_simt_exit): Declare.
10576         * config/nvptx/nvptx.c (nvptx_init_unisimt_predicate): Use
10577         cfun->machine->unisimt_location.  Handle NULL unisimt_predicate.
10578         (init_softstack_frame): Move initialization of crtl->is_leaf to...
10579         (nvptx_declare_function_name): ...here.  Emit declaration of local
10580         memory space buffer for omp_simt_enter insn.
10581         (nvptx_output_unisimt_switch): New.
10582         (nvptx_output_softstack_switch): New.
10583         (nvptx_output_simt_enter): New.
10584         (nvptx_output_simt_exit): New.
10585         * config/nvptx/nvptx.h (struct machine_function): New fields
10586         has_simtreg, unisimt_location, simt_stack_size, simt_stack_align.
10587         * config/nvptx/nvptx.md (UNSPECV_SIMT_ENTER): New unspec.
10588         (UNSPECV_SIMT_EXIT): Ditto.
10589         (omp_simt_enter_insn): New insn.
10590         (omp_simt_enter): New expansion.
10591         (omp_simt_exit): New insn.
10592         * config/nvptx/nvptx.opt (msoft-stack-reserve-local): New option.
10594         * internal-fn.c (expand_GOMP_SIMT_ENTER): New.
10595         (expand_GOMP_SIMT_ENTER_ALLOC): New.
10596         (expand_GOMP_SIMT_EXIT): New.
10597         * internal-fn.def (GOMP_SIMT_ENTER): New internal function.
10598         (GOMP_SIMT_ENTER_ALLOC): Ditto.
10599         (GOMP_SIMT_EXIT): Ditto.
10600         * target-insns.def (omp_simt_enter): New insn.
10601         (omp_simt_exit): Ditto.
10602         * omp-low.c (struct omplow_simd_context): New fields simt_eargs,
10603         simt_dlist.
10604         (lower_rec_simd_input_clauses): Implement SIMT privatization.
10605         (lower_rec_input_clauses): Likewise.
10606         (lower_lastprivate_clauses): Handle SIMT privatization.
10608         * omp-offload.c: Include langhooks.h, tree-nested.h, stor-layout.h.
10609         (ompdevlow_adjust_simt_enter): New.
10610         (find_simtpriv_var_op): New.
10611         (execute_omp_device_lower): Handle IFN_GOMP_SIMT_ENTER,
10612         IFN_GOMP_SIMT_ENTER_ALLOC, IFN_GOMP_SIMT_EXIT.
10614         * tree-inline.h (struct copy_body_data): New field dst_simt_vars.
10615         * tree-inline.c (expand_call_inline): Handle SIMT privatization.
10616         (copy_decl_for_dup_finish): Ditto.
10618         * tree-ssa.c (execute_update_addresses_taken): Handle GOMP_SIMT_ENTER.
10620 2017-03-28  Uros Bizjak  <ubizjak@gmail.com>
10622         PR target/53383
10623         * config/i386/i386.c (ix86_option_override_internal): Always
10624         allow -mpreferred-stack-boundary=3 for 64-bit targets.
10626 2017-03-28  Bin Cheng  <bin.cheng@arm.com>
10628         * tree-vect-loop.c (optimize_mask_stores): Add bb to the right loop.
10630 2017-03-28  Bin Cheng  <bin.cheng@arm.com>
10632         * tree-vect-loop-manip.c (slpeel_add_loop_guard): New param and
10633         mark new edge's irreducible flag accordign to it.
10634         (vect_do_peeling): Check loop preheader edge's irreducible flag
10635         and pass it to function slpeel_add_loop_guard.
10637 2017-03-28  Richard Sandiford  <richard.sandiford@arm.com>
10639         PR tree-optimization/80218
10640         * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
10641         Update block frequencies and counts.
10643 2017-03-28  Richard Biener  <rguenther@suse.de>
10645         PR tree-optimization/78644
10646         * tree-ssa-ccp.c (evaluate_stmt): When we may not use the value
10647         of a simplification result we may not use it at all.
10649 2017-03-28  Richard Biener  <rguenther@suse.de>
10651         PR ipa/80205
10652         * tree-inline.c (copy_phis_for_bb): Do not create PHI node
10653         without arguments, generate default definition of a SSA name.
10655 2017-03-28  Richard Biener  <rguenther@suse.de>
10657         PR middle-end/80222
10658         * gimple-fold.c (gimple_fold_indirect_ref): Do not touch
10659         TYPE_REF_CAN_ALIAS_ALL references.
10660         * fold-const.c (fold_indirect_ref_1): Likewise.
10662 2017-03-28  Martin Liska  <mliska@suse.cz>
10664         PR ipa/80104
10665         * cgraphunit.c (cgraph_node::expand_thunk): Mark argument of a
10666         thunk call as DECL_GIMPLE_REG_P when vector or complex type.
10668 2017-03-28  Claudiu Zissulescu  <claziss@synopsys.com>
10669             Thomas Petazzoni  <thomas.petazzoni@free-electrons.com>
10671         * config/arc/arc.h (CPP_SPEC): Add subtarget_cpp_spec.
10672         (EXTRA_SPECS): Define.
10673         (SUBTARGET_EXTRA_SPECS): Likewise.
10674         (SUBTARGET_CPP_SPEC): Likewise.
10675         * config/arc/elf.h (EXTRA_SPECS): Renamed to
10676         SUBTARGET_EXTRA_SPECS.
10677         * config/arc/linux.h (SUBTARGET_CPP_SPEC): Define.
10679 2017-03-28  Claudiu Zissulescu  <claziss@synopsys.com>
10681         * config/arc/simdext.md (vst64_insn): Update pattern.
10682         (vld32wh_insn): Likewise.
10683         (vld32wl_insn): Likewise.
10684         (vld64_insn): Likewise.
10685         (vld32_insn): Likewise.
10687 2017-03-28  Marek Polacek  <polacek@redhat.com>
10689         PR sanitizer/80067
10690         * fold-const.c (fold_comparison): Use protected_set_expr_location
10691         instead of SET_EXPR_LOCATION.
10693 2017-03-28  Markus Trippelsdorf  <markus@trippelsdorf.de>
10695         * tree.c (add_expr): Avoid name lookup warning.
10697 2017-03-27  Jeff Law  <law@redhat.com>
10699         PR tree-optimization/80216
10700         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Fix typo in
10701         function name.  Limit recursion depth.
10702         (record_temporary_equivalences): Corresponding changes.
10704 2017-03-27  Jonathan Wakely  <jwakely@redhat.com>
10706         * doc/invoke.texi (-Wno-narrowing): Reorder so default behavior is
10707         covered first.
10709 2017-03-27  Jakub Jelinek  <jakub@redhat.com>
10711         PR target/80102
10712         * reg-notes.def (REG_CFA_NOTE): Define.  Use it for CFA related
10713         notes.
10714         * cfgcleanup.c (reg_note_cfa_p): New array.
10715         (insns_have_identical_cfa_notes): New function.
10716         (old_insns_match_p): Don't cross-jump in between /f
10717         and non-/f instructions.  If both i1 and i2 are frame related,
10718         verify all CFA notes, their order and content.
10720 2017-03-27  Michael Meissner  <meissner@linux.vnet.ibm.com>
10722         PR target/78543
10723         * config/rs6000/rs6000.md (bswaphi2_extenddi): Combine bswap
10724         HImode and SImode with zero extend to DImode to one insn.
10725         (bswap<mode>2_extenddi): Likewise.
10726         (bswapsi2_extenddi): Likewise.
10727         (bswaphi2_extendsi): Likewise.
10728         (bswaphi2): Combine bswap HImode and SImode into one insn.
10729         Separate memory insns from swapping register.
10730         (bswapsi2): Likewise.
10731         (bswap<mode>2): Likewise.
10732         (bswaphi2_internal): Delete, no longer used.
10733         (bswapsi2_internal): Likewise.
10734         (bswap<mode>2_load): Split bswap HImode/SImode into separate load,
10735         store, and gpr<-gpr swap insns.
10736         (bswap<mode>2_store): Likewise.
10737         (bswaphi2_reg): Register only splitter, combine with the splitter.
10738         (bswaphi2 splitter): Likewise.
10739         (bswapsi2_reg): Likewise.
10740         (bswapsi2 splitter): Likewise.
10741         (bswapdi2): If we have the LDBRX and STDBRX instructions, split
10742         the insns into load, store, and register/register insns.
10743         (bswapdi2_ldbrx): Likewise.
10744         (bswapdi2_load): Likewise.
10745         (bswapdi2_store): Likewise.
10746         (bswapdi2_reg): Likewise.
10748 2017-03-27  Gunther Nikl  <gnikl@users.sourceforge.net>
10750         * system.h (HAVE_DESIGNATED_INITIALIZERS): Fix non C++ case.
10751         (HAVE_DESIGNATED_UNION_INITIALIZERS): Likewise.
10753 2017-03-27  Kelvin Nilsen  <kelvin@gcc.gnu.org>
10755         PR target/80103
10756         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Edit and
10757         add comments.
10758         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
10759         special handling for target option conflicts between dform
10760         options (-mpower9-dform, -mpower9-dform-vector,
10761         -mpower9-dform-scalar) and -mno-direct-move.
10763 2017-03-27  Richard Biener  <rguenther@suse.de>
10765         PR tree-optimization/80181
10766         * tree-ssa-ccp.c (likely_value): UNDEFINED ^ X is UNDEFINED.
10768 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
10770         * config/arc/predicates.md (move_double_src_operand): Replace the
10771         call to move_double_src_operand with a call to address_operand.
10773 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
10775         * config/arc/elf.h (ARGET_ARC_TP_REGNO_DEFAULT): Define.
10776         * config/arc/linux.h (ARGET_ARC_TP_REGNO_DEFAULT): Likewise.
10777         * config/arc/arc.opt (mtp-regno): Use ARGET_ARC_TP_REGNO_DEFAULT.
10779 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
10781         * config/arc/predicates.md (long_immediate_loadstore_operand):
10782         Consider scaled addresses cases.
10784 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
10786         * config/arc/arc.c (arc_epilogue_uses): BLINK should be also
10787         restored when in interrupt.
10788         * config/arc/arc.md (simple_return): ARCv2 rtie instruction
10789         doesn't have delay slot.
10791 2017-03-27  Richard Biener  <rguenther@suse.de>
10793         PR ipa/79776
10794         * tree-ssa-structalias.c (associate_varinfo_to_alias): Skip
10795         inlined thunk clones.
10797 2017-03-27  Jakub Jelinek  <jakub@redhat.com>
10799         PR sanitizer/80168
10800         * asan.c (instrument_derefs): Copy over last operand from
10801         original COMPONENT_REF to the new COMPONENT_REF with
10802         DECL_BIT_FIELD_REPRESENTATIVE.
10803         * ubsan.c (instrument_object_size): Likewise.
10805 2017-03-27  Richard Biener  <rguenther@suse.de>
10807         PR tree-optimization/80170
10808         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Make
10809         sure DR/SCEV didnt fold in constants we do not see when looking
10810         at the reference base alignment.
10812 2017-03-27  Richard Biener  <rguenther@suse.de>
10814         PR middle-end/80171
10815         * gimple-fold.c (fold_ctor_reference): Properly guard against
10816         NULL return value from canonicalize_constructor_val.
10818 2017-03-25  Uros Bizjak  <ubizjak@gmail.com>
10820         PR target/80180
10821         * config/i386/i386.c (ix86_expand_builtin)
10822         <IX86_BUILTIN_RDSEED{16,32,64}_STEP>: Do not expand arg0 between
10823         flags reg setting and flags reg using instructions.
10824         <IX86_BUILTIN_RDRAND{16,32,64}_STEP>: Ditto.  Use non-flags reg
10825         clobbering instructions to zero extend op2.
10827 2017-03-25  Gerald Pfeifer  <gerald@pfeifer.com>
10829         * doc/install.texi (Configuration) <--with-aix-soname>:
10830         Update link to AIX ld.
10832 2017-03-25  Bernd Schmidt  <bschmidt@redhat.com>
10834         PR rtl-optimization/80160
10835         PR rtl-optimization/80159
10836         * lra-assigns.c (must_not_spill_p): Tighten new test to also take
10837         reg_alternate_class into account.
10839 2017-03-24  Vladimir Makarov  <vmakarov@redhat.com>
10841         PR target/80148
10842         * lra-assigns.c (assign_by_spills): Add spilled non-reload pseudos
10843         to consider in curr_insn_transform.
10845 2017-03-24  Jakub Jelinek  <jakub@redhat.com>
10847         * genrecog.c (validate_pattern): Add VEC_SELECT validation.
10848         * genmodes.c (emit_min_insn_modes_c): Call emit_mode_nunits
10849         and emit_mode_inner.
10851 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10853         * config/s390/s390-builtins.def: Add VXE builtins.  Add a flags
10854         argument to the overloaded builtin variants.  Use the new flag to
10855         deprecate certain builtin variants.
10856         * config/s390/s390-builtin-types.def: Add new builtin types.
10857         * config/s390/s390-builtins.h: Support new flags field for
10858         overloaded builtins.
10859         * config/s390/s390-c.c (OB_DEF_VAR): New flags field.
10860         (s390_macro_to_expand): Enable vector float data type.
10861         (s390_cpu_cpp_builtins_internal): Indicate support of the new
10862         builtins by incrementing the __VEC__ version number.
10863         (s390_expand_overloaded_builtin): Support expansion of vec_xl and
10864         vec_xst.
10865         (s390_resolve_overloaded_builtin): Emit error messages depending
10866         on the builtin flags.
10867         * config/s390/s390.c (s390_expand_builtin): Support additional
10868         flags argument.  Change error message to match the messages
10869         emitted in s390-c.c.
10870         * config/s390/s390.md: New UNSPEC_* constants.
10871         (op_type): Add new instruction types.
10872         * config/s390/vecintrin.h: Add new builtins and test data class
10873         constants.
10874         * config/s390/vx-builtins.md (V_HW_32_64): Add V4SF.
10875         (V_HW_4, VEC_HW, VECF_HW): New mode iterators.
10876         (VEC_INEXACT, VEC_NOINEXACT): New constants.
10877         ("vec_splats<mode>", "vec_insert<mode>", "vec_promote<mode>")
10878         ("vec_insert_and_zero<mode>", "vec_mergeh<mode>")
10879         ("vec_mergel<mode>"): V_HW -> VEC_HW.
10881         ("vlrlrv16qi", "vstrlrv16qi", "vbpermv16qi", "vec_msumv2di")
10882         ("vmslg", "*vftci<mode>_cconly", "vftci<mode>_intcconly")
10883         ("*vftci<mode>", "vftci<mode>_intcc", "vec_double_s64")
10884         ("vec_double_u64", "vfmin<mode>", "vfmax<mode>"): New definition.
10886         ("and_av2df3", "and_cv2df3", "vec_andc_av2df3")
10887         ("vec_andc_cv2df3", "xor_av2df3", "xor_cv2df3", "vec_nor_av2df3")
10888         ("vec_nor_cv2df3", "ior_av2df3", "ior_cv2df3", "vec_nabs")
10889         ("*vftcidb", "*vftcidb_cconly", "vftcidb"): Remove definition.
10891         ("vec_all_<fpcmpcc:code>v2df", "vec_any_<fpcmpcc:code>v2df")
10892         ("vec_scatter_elementv4si_DI", "vec_cmp<fpcmp:code>v2df")
10893         ("vec_di_to_df_s64", "vec_di_to_df_u64", "vec_df_to_di_u64")
10894         ("vfidb", "*vldeb", "*vledb", "*vec_cmp<insn_cmp>v2df_cconly")
10895         ("vec_cmpeqv2df_cc", "vec_cmpeqv2df_cc", "vec_cmphv2df_cc")
10896         ("vec_cmphev2df_cc", "*vec_cmpeqv2df_cc")
10897         ("*vec_cmphv2df_cc", "*vec_cmphev2df_cc"): Enable new modes as ...
10899         ("vec_all_<fpcmpcc:code><mode>", "vec_any_<fpcmpcc:code><mode>")
10900         ("vec_scatter_element<V_HW_4:mode>_DI")
10901         ("vec_cmp<fpcmp:code><mode>", "vcdgb", "vcdlgb", "vclgdb")
10902         ("vec_fpint<mode>", "vflls")
10903         ("vflrd", "*vec_cmp<insn_cmp><mode>_cconly", "vec_cmpeq<mode>_cc")
10904         ("vec_cmpeq<mode>_cc", "vec_cmph<mode>_cc", "vec_cmphe<mode>_cc")
10905         ("*vec_cmpeq<mode>_cc", "*vec_cmph<mode>_cc")
10906         ("*vec_cmphe<mode>_cc"): ... these.
10908         ("vec_ctd_s64", "vec_ctsl", "vec_ctul", "vec_st2f"): Use rounding
10909         mode constant instead of magic value.
10911 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10913         * config/s390/s390.c (s390_expand_vec_compare): Support other
10914         vector floating point modes than just V2DF.
10915         (s390_expand_vcond): Likewise.
10916         (s390_hard_regno_mode_ok): Allow SFmode values in VRs.
10917         (s390_cannot_change_mode_class): Prevent mode changes between TF
10918         and V1TF in vector registers.
10919         * config/s390/s390.md (DF, SF): New mode attributes.
10920         ("*cmp<mode>_ccs", "add<mode>3", "sub<mode>3", "mul<mode>3")
10921         ("fma<mode>4", "fms<mode>4", "div<mode>3", "*neg<mode>2"): Add
10922         SFmode support for VRs.
10923         * config/s390/vector.md (V_HW, V_HW2, VT_HW, ti*, nonvec): Add new
10924         vector fp modes.
10925         (VFT, VF_HW): New mode iterators.
10926         (vw, sdx): New mode attributes.
10927         ("addv2df3", "subv2df3", "mulv2df3", "divv2df3", "sqrtv2df2")
10928         ("fmav2df4","fmsv2df4", "negv2df2", "absv2df2", "*negabsv2df2")
10929         ("smaxv2df3", "sminv2df3", "*vec_cmp<VFCMP_HW_OP:code>v2df_nocc")
10930         ("vec_cmpuneqv2df", "vec_cmpltgtv2df", "vec_orderedv2df")
10931         ("vec_unorderedv2df"): Adjust the v2df only patterns to support
10932         also the new vector floating point modes.  Renaming to ...
10934         ("add<mode>3", "sub<mode>3", "mul<mode>3", "div<mode>3")
10935         ("sqrt<mode>2", "fma<mode>4", "fms<mode>4", "neg<mode>2")
10936         ("abs<mode>2", "negabs<mode>2", "smax<mode>3")
10937         ("smin<mode>3", "*vec_cmp<VFCMP_HW_OP:code><mode>_nocc")
10938         ("vec_cmpuneq<mode>", "vec_cmpltgt<mode>", "vec_ordered<mode>")
10939         ("vec_unordered<mode>"): ... these.
10941         ("neg_fma<mode>4", "neg_fms<mode>4", "*smax<mode>3_vxe")
10942         ("*smin<mode>3_vxe", "*sminv2df3_vx", "*vec_extendv4sf")
10943         ("*vec_extendv2df"): New insn definitions.
10945 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10947         * config/s390/s390.md ("*adddi3_sign", "*subdi3_sign", "mulditi3")
10948         ("mulditi3_2", "*muldi3_sign"): New patterns.
10949         ("muldi3", "*muldi3", "mulsi3", "*mulsi3"): Add an expander and
10950         rename the pattern definition.
10952 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10954         * config/s390/s390.md ("indirect_jump"): Turn insn definition into
10955         expander.
10956         ("*indirect_jump", "*indirect2_jump"): New pattern definitions.
10958 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10960         * config/s390/s390.c (s390_expand_vec_init): Use vllezl
10961         instruction if possible.
10962         * config/s390/vector.md (vec_halfnumelts): New mode
10963         attribute.
10964         ("*vec_vllezlf<mode>"): New pattern.
10966 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10968         * config/s390/vector.md ("popcountv16qi2", "popcountv8hi2")
10969         ("popcountv4si2", "popcountv2di2"): Rename to ...
10970         ("popcount<mode>2", "popcountv8hi2_vx", "popcountv4si2_vx")
10971         ("popcountv2di2_vx"): ... these and add !TARGET_VXE to the
10972         condition.
10973         ("popcount<mode>2_vxe"): New pattern.
10975 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10977         * common/config/s390/s390-common.c (processor_flags_table): Add
10978         arch12.
10979         * config.gcc: Add arch12.
10980         * config/s390/driver-native.c (s390_host_detect_local_cpu):
10981         Default to arch12 for unknown CPU model numbers.
10982         * config/s390/s390-builtins.def: Add B_VXE builtin flag.
10983         * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Adjust
10984         PROCESSOR_max sanity check.
10985         * config/s390/s390-opts.h (enum processor_type): Add
10986         PROCESSOR_ARCH12.
10987         * config/s390/s390.c (processor_table): Add arch12.
10988         (s390_expand_builtin): Add check for B_VXE flag.
10989         (s390_issue_rate): Add PROCESSOR_ARCH12.
10990         (s390_get_sched_attrmask): Likewise.
10991         (s390_get_unit_mask): Likewise.
10992         (s390_sched_score): Enable z13 scheduling for arch12.
10993         (s390_sched_reorder): Likewise.
10994         (s390_sched_variable_issue): Likewise.
10995         * config/s390/s390.h (enum processor_flags): Add PF_ARCH12 and
10996         PF_VXE.
10997         (s390_tune_attr): Use z13 scheduling also for arch12.
10998         (TARGET_CPU_ARCH12, TARGET_CPU_ARCH12_P, TARGET_CPU_VXE)
10999         (TARGET_CPU_VXE_P, TARGET_ARCH12, TARGET_ARCH12_P, TARGET_VXE)
11000         (TARGET_VXE_P): New macros.
11001         * config/s390/s390.md: Add arch12 to cpu attribute.  Add arch12
11002         and vxe to cpu_facility.  Add arch12 and vxe to enabled attribute.
11003         * config/s390/s390.opt: Add arch12 as processor_type.
11005 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11007         * config/s390/s390.md
11008         ("fixuns_truncdddi2", "fixuns_trunctddi2")
11009         ("fixuns_trunc<BFP:mode><GPR:mode>2"): Merge into ...
11010         ("fixuns_trunc<FP:mode><GPR:mode>2"): New expander.
11012         ("fixuns_trunc<BFP:mode><GPR:mode>2", "fixuns_trunc<mode>si2"):
11013         Rename expanders to ...
11015         ("fixuns_trunc<BFP:mode><GPR:mode>2_emu")
11016         ("fixuns_truncdddi2_emu"): ... these.
11018         ("fixuns_trunc<mode>si2_emu"): New expander.
11020         ("*fixuns_truncdfdi2_z13"): Rename to ...
11021         ("*fixuns_truncdfdi2_vx"): ... this.
11023 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11025         * config/s390/2964.md: Remove the single element vector compare
11026         instructions which are no longer used.
11027         * config/s390/s390.c (s390_select_ccmode): Remove handling of
11028         vector CCmodes.
11029         (s390_canonicalize_comparison): Remove handling of DFmode
11030         compares.
11031         (s390_expand_vec_compare_scalar): Remove function.
11032         (s390_emit_compare): Don't call s390_expand_vec_compare_scalar.
11033         * config/s390/s390.md ("*vec_cmp<insn_cmp>df_cconly"): Remove
11034         pattern.
11035         ("*cmp<mode>_ccs"): Add wfcdb instruction.
11037 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11039         * config/s390/s390.md ("mov<mode>_64dfp" DD_DF): Use vleig for loading a
11040         FP zero.
11041         ("*mov<mode>_64" DD_DF): Remove the vector instructions. These
11042         will anyway by matched by mov<mode>_64dfp.
11044 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11046         * config/s390/s390.md ("mov<mode>" SD_SF): Change vleg/vsteg to
11047         vlef/vstef.  Add missing operand to vleif.
11049 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11051         * config/s390/s390.c (s390_expand_vec_init): Enable vector load
11052         pair for all vector types with 64 bit elements.
11053         * config/s390/vx-builtins.md (V_HW_64): Move mode iterator to ...
11054         * config/s390/vector.md (V_HW_64): ... here.
11055         (V_128_NOSINGLE): New mode iterator.
11056         ("vec_init<V_HW:mode>"): Use V_128 as mode iterator.
11057         ("*vec_splat<mode>"): Use V_128_NOSINGLE mode iterator.
11058         ("*vec_tf_to_v1tf", "*vec_ti_to_v1ti"): New pattern definitions.
11059         ("*vec_load_pairv2di"): Change to ...
11060         ("*vec_load_pair<mode>"): ... this one.
11062 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11064         * config/s390/constraints.md: Add comments.
11065         (jKK): Reject element sizes > 8 bytes.
11066         * config/s390/s390.c (s390_split_ok_p): Enable splitting also for
11067         s_operands.
11068         * config/s390/s390.md: Add the s_operand checks formerly in
11069         s390_split_ok_p to various splitters where they are still
11070         required.
11071         * config/s390/vector.md ("mov<mode>" V_128): Add GPR alternatives
11072         for 128 bit vectors.  Plus two splitters.
11074 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11076         * config/s390/s390.md: Rename the cpu facilty vec to vx throughout
11077         the file.
11079 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11081         PR target/79893
11082         * config/s390/s390-c.c (s390_adjust_builtin_arglist): Issue an
11083         error if the boundary argument is not constant.
11085 2017-03-24  Jakub Jelinek  <jakub@redhat.com>
11087         PR rtl-optimization/80112
11088         * loop-doloop.c (doloop_condition_get): Don't check condition
11089         if cmp isn't SET with IF_THEN_ELSE src.
11091 2017-03-24  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
11093         PR tree-optimization/80158
11094         * gimple-ssa-strength-reduction.c (replace_mult_candidate): When
11095         replacing a candidate statement, also replace it for the
11096         candidate's alternate interpretation.
11097         (replace_rhs_if_not_dup): Likewise.
11098         (replace_one_candidate): Likewise.
11100 2017-03-24  Richard Biener  <rguenther@suse.de>
11102         PR tree-optimization/80167
11103         * graphite-isl-ast-to-gimple.c
11104         (translate_isl_ast_to_gimple::is_valid_rename): Handle default-defs
11105         properly.
11106         (translate_isl_ast_to_gimple::get_rename): Likewise.
11108 2017-03-23  Kelvin Nilsen  <kelvin@gcc.gnu.org>
11110         * config/rs6000/rs6000.c (rs6000_option_override_internal): Change
11111         handling of certain combinations of target options, including the
11112         combinations -mpower8-vector vs. -mno-vsx, -mpower9-vector vs.
11113         -mno-power8-vector, and -mpower9_dform vs. -mno-power9-vector.
11115 2017-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11117         PR target/71436
11118         * config/arm/arm.md (*load_multiple): Add reload_completed to
11119         matching condition.
11121 2017-03-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
11122             Richard Biener  <rguenth@suse.de>
11124         PR tree-optimization/79908
11125         PR tree-optimization/80136
11126         * tree-stdarg.c (expand_ifn_va_arg_1): For a VA_ARG whose LHS has
11127         been cast away, gimplify_and_add suffices.
11129 2017-03-23  Markus Trippelsdorf  <markus@trippelsdorf.de>
11131         * tree-vrp.c (identify_jump_threads): Delete avail_exprs.
11133 2017-03-23  Richard Biener  <rguenther@suse.de>
11135         PR tree-optimization/80032
11136         * gimplify.c (gimple_push_cleanup): Forced unconditional
11137         cleanups still have to go to the conditional_cleanups
11138         sequence.
11140 2017-03-22  Jakub Jelinek  <jakub@redhat.com>
11142         PR tree-optimization/80072
11143         * tree-ssa-reassoc.c (struct operand_entry): Change id field type
11144         to unsigned int.
11145         (next_operand_entry_id): Change type to unsigned int.
11146         (sort_by_operand_rank): Make sure to return the right return value
11147         even if unsigned fields are bigger than INT_MAX.
11148         (struct oecount): Change cnt and id type to unsigned int.
11149         (oecount_hasher::equal): Formatting fix.
11150         (oecount_cmp): Make sure to return the right return value
11151         even if unsigned fields are bigger than INT_MAX.
11152         (undistribute_ops_list): Change next_oecount_id type to unsigned int.
11154         PR c++/80129
11155         * gimplify.c (gimplify_modify_expr_rhs) <case COND_EXPR>: Clear
11156         TREE_READONLY on result if writing it more than once.
11158         PR sanitizer/80110
11159         * doc/invoke.texi (-fsanitize=thread): Document that with
11160         -fnon-call-exceptions atomics are not able to throw
11161         exceptions.
11163         PR sanitizer/80110
11164         * tsan.c: Include tree-eh.h.
11165         (instrument_builtin_call): Call maybe_clean_eh_stmt or
11166         maybe_clean_or_replace_eh_stmt where needed.
11167         (instrument_memory_accesses): Add cfg_changed argument.
11168         Call gimple_purge_dead_eh_edges on each block and set *cfg_changed
11169         if it returned true.
11170         (tsan_pass): Adjust caller.  Return TODO_cleanup_cfg if cfg_changed.
11172         PR rtl-optimization/63191
11173         * config/i386/i386.c (ix86_delegitimize_address): Turn into small
11174         wrapper function, moved the whole old content into ...
11175         (ix86_delegitimize_address_1): ... this.  New inline function.
11176         (ix86_find_base_term): Use ix86_delegitimize_address_1 with
11177         true as last argument instead of ix86_delegitimize_address.
11179 2017-03-22  Wilco Dijkstra  <wdijkstr@arm.com>
11181         * config/aarch64/aarch64.c (generic_branch_cost): Copy
11182         cortexa57_branch_cost.
11184 2017-03-22  Wilco Dijkstra  <wdijkstr@arm.com>
11186         * config/aarch64/aarch64.c (generic_tunings): Add AES fusion.
11188 2017-03-21  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
11190         PR target/80123
11191         * doc/md.texi (Constraints): Document wA constraint.
11192         * config/rs6000/constraints.md (wA): New.
11193         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add wA reg_class.
11194         (rs6000_init_hard_regno_mode_ok): Init wA constraint.
11195         * config/rs6000/rs6000.h (RS6000_CONSTRAINT_wA): New.
11196         * config/rs6000/vsx.md (vsx_splat_<mode>): Use wA constraint.
11198 2017-03-22  Cesar Philippidis  <cesar@codesourcery.com>
11200         PR c++/80029
11201         * gimplify.c (is_oacc_declared): New function.
11202         (oacc_default_clause): Use it to set default flags for acc declared
11203         variables inside parallel regions.
11204         (gimplify_scan_omp_clauses): Strip firstprivate pointers for acc
11205         declared variables.
11206         (gimplify_oacc_declare): Gimplify the declare clauses.  Add the
11207         declare attribute to any decl as necessary.
11209 2017-03-22  Thomas Preud'homme  <thomas.preudhomme@arm.com>
11211         PR target/80082
11212         * config/arm/arm-isa.h (isa_bit_lpae): New feature bit.
11213         (ISA_ARMv7ve): Add isa_bit_lpae to the definition.
11214         * config/arm/arm-protos.h (arm_arch7ve): Rename into ...
11215         (arm_arch_lpae): This.
11216         * config/arm/arm.c (arm_arch7ve): Rename into ...
11217         (arm_arch_lpae): This.  Define it in term of isa_bit_lpae.
11218         * config/arm/arm.h (TARGET_HAVE_LPAE): Redefine in term of
11219         arm_arch_lpae.
11221 2017-03-22  Martin Liska  <mliska@suse.cz>
11223         PR target/79906
11224         * config/rs6000/rs6000.c (rs6000_inner_target_options): Show
11225         error message instead of an ICE.
11227 2017-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
11229         * doc/extend.texi (6.11 Additional Floating Types): Revise.
11231 2017-03-21  Kelvin Nilsen  <kelvin@gcc.gnu.org>
11233         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Add
11234         comments.
11235         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
11236         comments.
11238 2017-03-21  Martin Sebor  <msebor@redhat.com>
11240         * doc/extend.texi: Use "cannot" instead of "can't."
11241         * doc/hostconfig.texi: Same.
11242         * doc/install.texi: Same.
11243         * doc/invoke.texi: Same.
11244         * doc/loop.texi: Same.
11245         * doc/md.texi: Same.
11246         * doc/objc.texi: Same.
11247         * doc/rtl.texi: Same.
11248         * doc/tm.texi: Same.
11249         * doc/tm.texi.in: Same.
11250         * doc/trouble.texi: Same.
11252 2017-03-21  Alexandre Oliva <aoliva@redhat.com>
11254         PR debug/63238
11255         * dwarf2out.c (struct checksum_attributes): Add at_alignment.
11256         (collect_checksum_attributes): Set it.
11257         (die_checksum_ordered): Use it.
11259 2017-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
11261         PR tree-optimization/79908
11262         * tree-stdarg.c (expand_ifn_va_arg_1): Revert the following
11263         change: For a VA_ARG whose LHS has been cast away, use
11264         force_gimple_operand to construct the side effects.
11266 2017-03-21  David Malcolm  <dmalcolm@redhat.com>
11268         PR translation/80001
11269         * omp-offload.c (oacc_loop_fixed_partitions): Make diagnostics
11270         more amenable to translation.
11271         (oacc_loop_auto_partitions): Likewise.
11273 2017-03-21  Marek Polacek  <polacek@redhat.com>
11274             Martin Sebor  <msebor@redhat.com>
11276         PR tree-optimization/80109
11277         * gimple-ssa-warn-alloca.c (alloca_call_type): Only call get_range_info
11278         on INTEGRAL_TYPE_P.
11280 2017-03-21  Jakub Jelinek  <jakub@redhat.com>
11281             Segher Boessenkool  <segher@kernel.crashing.org>
11283         PR target/80125
11284         * combine.c (can_combine_p): Revert the 2017-03-20 change, only
11285         check reg_used_between_p between insn and one of succ or succ2
11286         depending on if succ is artificial insn not inserted into insn
11287         stream.
11289 2017-03-21  Martin Liska  <mliska@suse.cz>
11291         PR gcov-profile/80081
11292         * Makefile.in: Add gcov-dump and fix installation of gcov-tool.
11293         * doc/gcc.texi: Include gcov-dump stuff.
11294         * doc/gcov-dump.texi: New file.
11296 2017-03-21  Toma Tabacu  <toma.tabacu@imgtec.com>
11298         PR rtl-optimization/79150
11299         * config/mips/mips.c (mips_block_move_loop): Emit a NOP after the
11300         conditional jump, if the jump is the last insn of the loop.
11302 2017-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
11303             Richard Biener  <rguenth@suse.de>
11305         PR tree-optimization/79908
11306         * tree-stdarg.c (expand_ifn_va_arg_1): For a VA_ARG whose LHS has
11307         been cast away, use force_gimple_operand to construct the side
11308         effects.
11310 2017-03-21  Martin Liska  <mliska@suse.cz>
11312         PR libfortran/79956
11313         * simplify-rtx.c (simplify_immed_subreg): Initialize a variable
11314         to NULL.
11316 2017-03-21  Brad Spengler <spender@grsecurity.net>
11318         PR plugins/80094
11319         * plugin.c (htab_hash_plugin): New function.
11320         (add_new_plugin): Use it and adjust.
11321         (parse_plugin_arg_opt): Adjust.
11322         (init_one_plugin): Likewise.
11324 2017-03-21  Richard Biener  <rguenther@suse.de>
11326         PR tree-optimization/80032
11327         * gimplify.c (gimple_push_cleanup): Add force_uncond parameter,
11328         if set force the cleanup to happen unconditionally.
11329         (gimplify_target_expr): Push inserted clobbers with force_uncond
11330         to avoid them being removed by control-dependent DCE.
11332 2017-03-21  Richard Biener  <rguenther@suse.de>
11334         PR tree-optimization/80122
11335         * tree-inline.c (copy_bb): Do not expans va-arg packs or
11336         va_arg_pack_len when the inlined call stmt requires pack
11337         expansion itself.
11338         * tree-inline.h (struct copy_body_data): Make call_stmt a gcall *.
11340 2017-03-21  Jakub Jelinek  <jakub@redhat.com>
11342         PR sanitizer/78158
11343         * tsan.c (instrument_builtin_call): If the memory model argument
11344         is not a constant, assume it is valid.
11346         PR c/67338
11347         * fold-const.c (round_up_loc): Negate divisor in unsigned type to
11348         avoid UB.
11350 2017-03-20  Segher Boessenkool  <segher@kernel.crashing.org>
11352         PR rtl-optimization/79910
11353         * combine.c (can_combine_p): Do not allow combining an I0 or I1
11354         if its dest is used by an insn before I2 (other than the combined
11355         insns themselves, which are properly handled already).
11357 2017-03-20  Segher Boessenkool  <segher@kernel.crashing.org>
11359         Revert:
11360         2017-03-17  Bernd Schmidt  <bschmidt@redhat.com>
11362         * combine.c (record_used_regs): New static function.
11363         (try_combine): Handle situations where there is an additional
11364         instruction between I2 and I3 which needs to have a LOG_LINK
11365         updated.
11367         Revert:
11368         2017-03-17  Jim Wilson  <jim.wilson@linaro.org>
11370         * combine.c (try_combine): Delete redundant i1 test.  Call
11371         prev_nonnote_nondebug_insn instead of prev_nonnote_insn.
11373 2017-03-20  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
11375         PR target/80083
11376         * config/rs6000/rs6000.md (*movsi_internal1): Fix constraints for
11377         alternatives 13/14.
11379 2017-03-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
11381         PR tree-optimization/80054
11382         * gimple-ssa-strength-reduction.c (all_phi_incrs_profitable): Fail
11383         the optimization if a PHI or any of its arguments is not dominated
11384         by the candidate's basis.  Use gphi* rather than gimple* as
11385         appropriate.
11386         (replace_profitable_candidates): Clean up a gimple* variable that
11387         should be a gphi* variable.
11389 2017-03-20  Martin Sebor  <msebor@redhat.com>
11391         PR c++/52477
11392         * doc/extend.texi (attribute constructor): Document present limitation.
11394 2017-03-20  Kelvin Nilsen  <kelvin@gcc.gnu.org>
11396         PR target/79963
11397         * config/rs6000/altivec.h (vec_all_ne): Under __cplusplus__ and
11398         __POWER9_VECTOR__ #ifdef control, change template definition to
11399         use Power9-specific built-in function.
11400         (vec_any_eq): Likewise.
11401         * config/rs6000/vector.md (vector_ae_v2di_p): Change the flag used
11402         to control outcomes from this test.
11403         (vector_ae_<mode>p): For VEC_F modes, likewise.
11405 2017-03-20  Ian Lance Taylor  <iant@google.com>
11407         * config/i386/i386.c (ix86_function_regparm): Save an extra
11408         register for -fsplit-stack with DECL_STATIC_CHAIN.
11410 2017-03-17  Palmer Dabbelt  <palmer@dabbelt.com>
11412         PR target/79912
11413         * config/riscv/riscv.c (riscv_preferred_reload_class): Remove.
11414         (TARGET_PREFERRED_RELOAD_CLASS): Likewise.
11416 2017-03-17  Palmer Dabbelt  <palmer@dabbelt.com>
11418         * config/riscv/riscv.c (riscv_print_operand): Use "fence
11419         iorw,ow".
11420         * config/riscv/sync.mc (mem_thread_fence_1): Use "fence
11421         iorw,iorw".
11423 2017-03-20  Marek Polacek  <polacek@redhat.com>
11425         PR sanitizer/80063
11426         * asan.c (DEF_SANITIZER_BUILTIN): Use do { } while (0).
11428 2017-03-20  Richard Biener  <rguenther@suse.de>
11430         PR tree-optimization/80113
11431         * graphite-isl-ast-to-gimple.c (copy_loop_phi_nodes): Do not
11432         allocate extra SSA name for PHI def.
11433         (add_close_phis_to_outer_loops): Likewise.
11434         (add_close_phis_to_merge_points): Likewise.
11435         (copy_loop_close_phi_args): Likewise.
11436         (copy_cond_phi_nodes): Likewise.
11438 2017-03-20  Martin Liska  <mliska@suse.cz>
11440         PR middle-end/79753
11441         * tree-chkp.c (chkp_build_returned_bound): Do not build
11442         returned bounds for a LHS that's not a BOUNDED_P type.
11444 2017-03-20  Martin Liska  <mliska@suse.cz>
11446         PR target/79769
11447         PR target/79770
11448         * tree-chkp.c (chkp_find_bounds_1): Handle REAL_CST,
11449         COMPLEX_CST and VECTOR_CST.
11451 2017-03-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11453         PR target/78857
11454         * config/s390/s390.md ("cmp<mode>_ccs_0"): Add a clobber of the
11455         target operand.  A new splitter adds the clobber statement in case
11456         the target operand is dead anyway.
11458 2017-03-19  Gerald Pfeifer  <gerald@pfeifer.com>
11460         * doc/install.texi (Specific) <sparc-*-linux*>: No longer refer
11461         to age-old versions of binutils and glibc.
11463 2017-03-18  Segher Boessenkool  <segher@kernel.crashing.org>
11465         * doc/contrib.texi (Contributors): Remove duplicate entry for myself.
11467 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
11469         * doc/contrib.texi (Contributors): Add Segher Boessenkool.
11471 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
11473         * doc/install.texi (Specific) <arm-*-eabi>: Remove old
11474         requirement for binutils 2.13.
11476 2017-03-17  Jim Wilson  <jim.wilson@linaro.org>
11478         * combine.c (try_combine): Delete redundant i1 test.  Call
11479         prev_nonnote_nondebug_insn instead of prev_nonnote_insn.
11481 2017-03-17  Palmer Dabbelt  <palmer@dabbelt.com
11483         * doc/install.texi (Specific) <riscv32-*-elf>: Add riscv32-*-elf,
11484         riscv32-*-linux, riscv64-*-elf, riscv64-*-linux to the table of
11485         contents.
11486         <riscv64-*-elf>: Re-arrange section
11487         <riscv32-*-elf>: Add a note about requiring binutils 2.28.
11488         <riscv32-*-linux>: Likewise.
11489         <riscv64-*-elf>: Likewise
11490         <riscv64-*-linux>: Likewise.
11492 2017-03-17  Richard Earnshaw  <rearnsha@arm.com>
11494         PR target/80052
11495         * aarch64.opt(verbose-cost-dump): Fix typo.
11497 2017-03-17  Pat Haugen  <pthaugen@us.ibm.com>
11499         PR target/79951
11500         * config/rs6000/rs6000.md (copysign<mode>3_fcpsgn): Test
11501         for VECTOR_UNIT_VSX_P (<MODE>mode) too.
11503 2017-03-17  Bernd Schmidt  <bschmidt@redhat.com>
11505         * reload.c (find_reloads): When reloading a nonoffsettable address,
11506         use RELOAD_OTHER for it and its address reloads.
11508         PR rtl-optimization/79910
11509         * combine.c (record_used_regs): New static function.
11510         (try_combine): Handle situations where there is an additional
11511         instruction between I2 and I3 which needs to have a LOG_LINK
11512         updated.
11514 2017-03-17  Jeff Law  <law@redhat.com>
11516         PR tree-optimization/71437
11517         * tree-vrp.c (simplify_stmt_for_jump_threading): Lookup the
11518         conditional in the hash table first.
11519         (vrp_dom_walker::before_dom_children): Extract condition from
11520         ASSERT_EXPR.  Record condition, its inverion and any implied
11521         conditions as well.
11523 2017-03-17  Marek Polacek  <polacek@redhat.com>
11524             Markus Trippelsdorf  <markus@trippelsdorf.de>
11526         PR tree-optimization/80079
11527         * gimple-ssa-store-merging.c (class pass_store_merging): Initialize
11528         m_stores_head.
11530 2017-03-17  Richard Biener  <rguenther@suse.de>
11532         PR middle-end/80075
11533         * tree-eh.c (stmt_could_throw_1_p): Only handle gimple assigns.
11534         Properly verify the LHS before the RHS possibly claims to be
11535         handled.
11536         (stmt_could_throw_p): Hande gimple conds fully here.  Clobbers
11537         do not throw.
11539 2017-03-17  Martin Jambor  <mjambor@suse.cz>
11541         * doc/invoke.texi (Option Options): Include -fipa-vrp in the list.
11542         (List of -O2 options): Likewise.
11543         (-fipa-bit-cp): Replace "ipa" with "interprocedural."
11544         (-fipa-vrp) New.
11546 2017-03-17  Tom de Vries  <tom@codesourcery.com>
11548         * gcov-dump.c (print_usage): Print bug_report_url.
11550 2017-03-17  Richard Biener  <rguenther@suse.de>
11552         PR middle-end/80050
11553         * genmatch.c (parser::next): Remove pointless check for CPP_EOF.
11554         (parser::peek): Likewise.
11556 2017-03-17  Richard Biener  <rguenther@suse.de>
11558         PR tree-optimization/80048
11559         * sese.c (free_sese_info): Properly release rename_map and
11560         copied_bb_map elements.
11562 2017-03-16  Alexandre Oliva <aoliva@redhat.com>
11564         * gimple-ssa-store-merging.c (struct imm_store_chain_info):
11565         Add linked-list forward and backlinks.  Insert on
11566         construction, remove on destruction.
11567         (class pass_store_merging): Add m_stores_head field.
11568         (pass_store_merging::terminate_and_process_all_chains):
11569         Iterate over m_stores_head list.
11570         (pass_store_merging::terminate_all_aliasing_chains):
11571         Likewise.
11572         (pass_store_merging::execute): Check for debug stmts first.
11573         Push new chains onto the m_stores_head stack.
11575 2017-03-16  Michael Meissner  <meissner@linux.vnet.ibm.com>
11577         PR target/71294
11578         * config/rs6000/vsx.md (vsx_splat_<mode>, VSX_D iterator): Allow a
11579         SPLAT operation on ISA 2.07 64-bit systems that have direct move,
11580         but no MTVSRDD support, by doing MTVSRD and XXPERMDI.
11582 2017-03-16  Jeff Law  <law@redhat.com>
11584         PR tree-optimization/71437
11585         * tree-ssa-dom.c (dom_opt_dom_walker): Remove thread_across_edge
11586         member function.  Implementation moved into after_dom_children
11587         member function and into the threader's thread_outgoing_edges
11588         function.
11589         (dom_opt_dom_walker::after_dom_children): Simplify by moving
11590         some code into new thread_outgoing_edges.
11591         * tree-ssa-threadedge.c (thread_across_edge): Make static and simplify
11592         definition.  Simplify marker handling (do it here).   Assume we always
11593         have the available expression and the const/copies tables.
11594         (thread_outgoing_edges): New function extracted from tree-ssa-dom.c
11595         and tree-vrp.c
11596         * tree-ssa-threadedge.h (thread_outgoing_edges): Declare.
11597         * tree-vrp.c (equiv_stack): No longer file scoped.
11598         (vrp_dom_walker): New class.
11599         (vrp_dom_walker::before_dom_children): New member function.
11600         (vrp_dom_walker::after_dom_children): Likewise.
11601         (identify_jump_threads):  Setup domwalker.  Use it rather than
11602         walking edges in a random order by hand.  Simplify setup/finalization.
11603         (finalize_jump_threads): Remove.
11604         (vrp_finalize): Do not call identify_jump_threads here.
11605         (execute_vrp): Do it here instead and call thread_through_all_blocks
11606         here too.
11608         PR tree-optimization/71437
11609         * tree-ssa-dom.c (pfn_simplify): Add basic_block argument.  All
11610         callers changed.
11611         (simplify_stmt_for_jump_threading): Add basic_block argument.  All
11612         callers changed.
11613         (lhs_of_dominating_assert): Moved from here into tree-vrp.c.
11614         (dom_opt_dom_walker::thread_across_edge): Remove
11615         handle_dominating_asserts argument.  All callers changed.
11616         (record_temporary_equivalences_from_stmts_at_dest): Corresponding
11617         changes.  Remove calls to lhs_of_dominating_assert.  Other
11618         uses of handle_dominating_asserts turn into unconditional code
11619         (simplify_control_stmt_condition_1): Likewise.
11620         (simplify_control_stmt_condition): Likewise.
11621         (thread_through_normal_block, thread_across_edge): Likewise.
11622         * tree-ssa-threadedge.h (thread_across_edge): Corresponding changes.
11623         * tree-vrp.c (lhs_of_dominating_assert): Move here.  Return original
11624         object if it is not an SSA_NAME.
11625         (simplify_stmt_for_jump_threading): Call lhs_of_dominating_assert
11626         before calling into the VRP specific simplifiers.
11627         (identify_jump_threads): Remove handle_dominating_asserts
11628         argument.
11630 2017-03-16  Jakub Jelinek  <jakub@redhat.com>
11632         PR fortran/79886
11633         * tree-diagnostic.c (default_tree_printer): No longer static.
11634         * tree-diagnostic.h (default_tree_printer): New prototype.
11636 2017-03-16  Tamar Christina  <tamar.christina@arm.com>
11638         * config/aarch64/aarch64-simd.md (*aarch64_simd_mov<mode>)
11639         Change ins into fmov.
11641 2017-03-16  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11643         * config/aarch64/iterators.md (h_con): Return "x" for V4HF and V8HF.
11644         * config/aarch64/aarch64-simd.md (*aarch64_fma4_elt_from_dup<mode>):
11645         Use h_con constraint for operand 1.
11646         (*aarch64_fnma4_elt_from_dup<mode>): Likewise.
11647         (*aarch64_mulx_elt_from_dup<mode>): Likewise for operand 2.
11649 2017-03-15  Jeff Law  <law@redhat.com>
11651         PR tree-optimization/71437
11652         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): New function.
11653         (record_temporary_equivalences): Use it.
11655         PR tree-optimization/71437
11656         * tree-ssa-dom.c (struct cond_equivalence): Moved from here into
11657         tree-ssa-scopedtables.
11658         (lookup_avail_expr, build_and_record_new_cond): Likewise.
11659         (record_conditions, record_cond, vuse_eq): Likewise.
11660         (record_edge_info): Adjust to API tweak of record_conditions.
11661         (simplify_stmt_for_jump_threading): Similarly for lookup_avail_expr.
11662         (record_temporary_equivalences, optimize_stmt): Likewise.
11663         (eliminate_redundant_computations): Likewise.
11664         (record_equivalences_from_stmt): Likewise.
11665         * tree-ssa-scopedtables.c: Include options.h and params.h.
11666         (vuse_eq): New function, moved from tree-ssa-dom.c
11667         (build_and_record_new_cond): Likewise.
11668         (record_conditions): Likewise.  Accept vector of conditions rather
11669         than edge_equivalence structure for first argument.
11670         for the first argument.
11671         (avail_exprs_stack::lookup_avail_expr): New member function, moved
11672         from tree-ssa-dom.c.
11673         (avail_exprs_stack::record_cond): Likewise.
11674         * tree-ssa-scopedtables.h (struct cond_equivalence): Moved here
11675         from tree-ssa-dom.c.
11676         (avail_exprs_stack): Add new member functions lookup_avail_expr
11677         and record_cond.
11678         (record_conditions): Declare.
11680 2017-03-15  Vladimir Makarov  <vmakarov@redhat.com>
11682         PR target/80017
11683         * lra-constraints.c (process_alt_operands): Increase reject for
11684         reloading an input/output operand.
11686 2017-03-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
11688         PR target/79038
11689         * config/rs6000/rs6000.md (float<QHI:mode><IEEE128:mode>2): Define
11690         insns to convert from signed/unsigned char/short to IEEE 128-bit
11691         floating point.
11692         (floatuns<QHI:mode><IEEE128:mode>2): Likewise.
11694 2017-03-15  Uros Bizjak  <ubizjak@gmail.com>
11696         PR target/80019
11697         * config/i386/i386.c (ix86_vector_duplicate_value): Create
11698         subreg of inner mode for values already in registers.
11700 2017-03-15  Bernd Schmidt  <bschmidt@redhat.com>
11702         * config/c6x/c6x.c (hwloop_optimize): Handle case where the old
11703         iteration reg is used after the loop.
11705 2017-03-14  Martin Sebor  <msebor@redhat.com>
11707         PR tree-optimization/79800
11708         * gimple-ssa-sprintf.c (format_floating: Add argument.  Handle
11709         precision in negative-positive range.
11710         (format_floating): Call non-const overload with adjusted precision.
11712 2017-03-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
11714         PR target/79947
11715         * config/rs6000/rs6000.h (TARGET_FRSQRTES): Add check for
11716         -mpowerpc-gfxopt.
11718 2017-03-14  Martin Sebor  <msebor@redhat.com>
11720         PR middle-end/80020
11721         * builtin-attrs.def (ATTR_ALLOC_SIZE_2_NOTHROW_LIST): New macro.
11722         * builtins.def (aligned_alloc): Use it.
11724         PR c/79936
11725         * Makefile.in (GTFILES): Add calls.c.
11726         * calls.c: Include "gt-calls.h".
11728 2017-03-14  Bernd Schmidt  <bschmidt@redhat.com>
11730         PR rtl-optimization/79728
11731         * regs.h (struct target_regs): New field
11732         x_contains_allocatable_regs_of_mode.
11733         (contains_allocatable_regs_of_mode): New macro.
11734         * reginfo.c (init_reg_sets_1): Initialize it, and change
11735         contains_reg_of_mode so it includes global regs as well.
11736         * reload.c (push_reload): Use contains_allocatable_regs_of_mode
11737         rather than contains_regs_of_mode.
11739 2017-03-14  Martin Liska  <mliska@suse.cz>
11741         * doc/invoke.texi: Document options that can't be combined with
11742         -fcheck-pointer-bounds.
11744 2017-03-14  Martin Liska  <mliska@suse.cz>
11746         PR middle-end/79831
11747         * doc/invoke.texi (-Wchkp): Document the option.
11749 2017-03-14  Martin Liska  <mliska@suse.cz>
11751         * Makefile.in: Install gcov-dump.
11753 2017-03-14  Martin Liska  <mliska@suse.cz>
11755         * multiple_target.c (expand_target_clones): Bail out for
11756         an invalid attribute.
11758 2017-03-14  Richard Biener  <rguenther@suse.de>
11760         * alias.c (struct alias_set_entry): Pack properly.
11761         * cfgloop.h (struct loop): Likewise.
11762         * cse.c (struct set): Likewise.
11763         * ipa-utils.c (struct searchc_env): Likewise.
11764         * loop-invariant.c (struct invariant): Likewise.
11765         * lra-remat.c (struct cand): Likewise.
11766         * recog.c (struct change_t): Likewise.
11767         * rtl.h (struct address_info): Likewise.
11768         * symbol-summary.h (function_summary): Likewise.
11769         * tree-loop-distribution.c (struct partition): Likewise.
11770         * tree-object-size.c (struct object_size_info): Likewise.
11771         * tree-ssa-loop-ivopts.c (struct cost_pair): Likewise.
11772         * tree-ssa-threadupdate.c (struct ssa_local_info_t): Likewise.
11773         * tree-vect-data-refs.c (struct _vect_peel_info): Likewise.
11774         * tree-vect-slp.c (struct _slp_oprnd_info): Likewise.
11775         * tree-vect-stmts.c (struct simd_call_arg_info): Likewise.
11776         * tree-vectorizer.h (struct _loop_vec_info): Likewise.
11777         (struct _stmt_vec_info): Likewise.
11779 2017-03-14  Martin Liska  <mliska@suse.cz>
11781         PR target/79892
11782         * multiple_target.c (create_dispatcher_calls): Check that
11783         a target can create a function dispatcher.
11785 2017-03-14  Martin Liska  <mliska@suse.cz>
11787         PR lto/66295
11788         * multiple_target.c (expand_target_clones): Drop local.local
11789         flag for default implementation.
11791 2017-03-14  Richard Biener  <rguenther@suse.de>
11793         PR tree-optimization/80030
11794         * tree-vect-stmts.c (vectorizable_store): Plug memleak.
11796 2017-03-13  Kito Cheng  <kito.cheng@gmail.com>
11798         * config/riscv/riscv.c (riscv_emit_float_compare>: Use
11799         gcc_fallthrough() instead of __attribute__((fallthrough));
11801 2017-03-13  Gerald Pfeifer  <gerald@pfeifer.com>
11803         * doc/gcc.texi: Remove "up" link to (DIR).
11804         * doc/gccint.texi: Ditto.
11806 2017-03-13  Gerald Pfeifer  <gerald@pfeifer.com>
11808         * doc/install.texi (Specific) <avr>: Remove reference to
11809         binutils 2.13.
11811 2017-03-13  Jeff Law  <law@redhat.com>
11813         * config/riscv/riscv.c (riscv_emit_float_compare): Use fallthru
11814         attribute rather than comments.
11816         * config/pdp11/pdp11.md (movmemhi): Adjust operand numbers to
11817         match_scratch operand is highest.
11819 2017-03-13  Martin Liska  <mliska@suse.cz>
11821         PR middle-end/78339
11822         * ipa-pure-const.c (warn_function_noreturn): If the declarations
11823         is a CHKP clone, use original declaration.
11825 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
11827         * config/arc/arc.c (arc_init): Use multiplier whenever we have it.
11828         (arc_conditional_register_usage): Use a different allocation order
11829         when optimizing for size.
11830         * common/config/arc/arc-common.c (arc_option_optimization_table):
11831         Section anchors default on when optimizing for size.
11833 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
11835         * config/arc/arc.md (*tst_bitfield_tst): Fix pattern.
11837 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
11839         * config/arc/arc.c (arc_output_addsi): Emit code density adds.
11840         * config/arc/arc.md (cpu_facility): Add cd variant.
11841         (*movqi_insn): Add code density variant.
11842         (*movhi_insn): Likewise.
11843         (*movqi_insn): Likewise.
11844         (*addsi3_mixed): Likewise.
11845         (subsi3_insn): Likewise.
11847 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
11849         * config/arc/arc.md (movsi_cond_exec): Update constraint.
11851 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
11853         * config/arc/arc.c (arc_legitimize_pic_address): Handle PIC
11854         expressions with MINUS and UNARY ops.
11856 2017-03-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11858         PR target/79911
11859         * config/arm/neon.md (vec_sel_widen_ssum_lo<VQI:mode><VW:mode>3):
11860         Rename to...
11861         (vec_sel_widen_ssum_lo<mode><V_half>3): ... This. Avoid mismatch
11862         between vec_select and vector argument.
11863         (vec_sel_widen_ssum_hi<VQI:mode><VW:mode>3): Rename to...
11864         (vec_sel_widen_ssum_hi<mode><V_half>3): ... This. Likewise.
11865         (vec_sel_widen_usum_lo<VQI:mode><VW:mode>3): Rename to...
11866         (vec_sel_widen_usum_lo<mode><V_half>3): ... This.
11867         (vec_sel_widen_usum_hi<VQI:mode><VW:mode>3): Rename to...
11868         (vec_sel_widen_usum_hi<mode><V_half>3): ... This.
11870 2017-03-13  Richard Biener  <rguenther@suse.de>
11872         PR other/79991
11873         * params.def (vect-max-peeling-for-alignment): Fix typo.
11875 2017-03-12  Gerald Pfeifer  <gerald@pfeifer.com>
11877         * doc/install.texi (Specific) <mips-*-*>: Remove description of
11878         issue that only occurred with binutils below 2.18.
11880 2017-03-12  Gerald Pfeifer  <gerald@pfeifer.com>
11882         * doc/install.texi (Specific) <cris-axis-elf>: No longer
11883         refer to binutils 2.11/2.12 minimum.
11885 2017-03-12  Gerald Pfeifer  <gerald@pfeifer.com>
11887         * doc/install.texi (Specific) <powerpc-*-*>: Remove link to
11888         ftp.kernel.org and simplify binutils requirement.
11890 2017-03-11  Gerald Pfeifer  <gerald@pfeifer.com>
11892         * doc/invoke.texi (Warning Options): Fix spelling of link-time
11893         optimization.
11894         (Optimize Options): Ditto.  Also remove redundancy.
11896 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
11898         PR translation/79848
11899         * ipa-devirt.c (warn_types_mismatch): Simplify uses of "%<%s%>" to
11900         "%qs".
11901         * ipa-pure-const.c (suggest_attribute): Likewise.  Convert _
11902         to G_ to avoid double translation.
11904 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
11906         PR translation/79923
11907         * auto-profile.c (get_combined_location): Convert leading
11908         character of diagnostics to lower case and remove trailing period.
11909         (read_profile): Likewise for various diagnostics.
11910         * config/arm/arm.c (arm_option_override): Remove trailing period
11911         from various diagnostics.
11912         * config/msp430/msp430.c (msp430_expand_delay_cycles): Likewise.
11913         (msp430_expand_delay_cycles): Likewise.
11915 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
11917         PR target/79925
11918         * config/aarch64/aarch64.c (aarch64_validate_mcpu): Quote the
11919         full command-line argument, rather than just "str".
11920         (aarch64_validate_march): Likewise.
11921         (aarch64_validate_mtune): Likewise.
11923 2017-03-10  Bernd Schmidt  <bschmidt@redhat.com>
11925         PR rtl-optimization/78911
11926         * lra-assigns.c (must_not_spill_p): New function.
11927         (spill_for): Use it.
11929 2017-03-10  Jakub Jelinek  <jakub@redhat.com>
11931         PR tree-optimization/79981
11932         * tree-vrp.c (extract_range_basic): Handle IMAGPART_EXPR of
11933         ATOMIC_COMPARE_EXCHANGE ifn result.
11934         (stmt_interesting_for_vrp, vrp_visit_stmt): Handle
11935         IFN_ATOMIC_COMPARE_EXCHANGE.
11937 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
11939         PR driver/79875
11940         * opts.c (parse_sanitizer_options): Add missing question mark to
11941         "did you mean" message.
11943 2017-03-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
11945         * config/rs6000/rs6000-builtin.def (VMULEUB_UNS): Remove orphaned
11946         built-in.
11947         (VMULEUH_UNS): Likewise.
11948         (VMULOUB_UNS): Likewise.
11949         (VMULOUH_UNS): Likewise.
11950         * config/rs6000/rs6000.c (builtin_function_type): Remove
11951         references to ALTIVEC_BUILTIN_VMUL[EO]U[BH]_UNS.
11953 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
11955         PR bootstrap/79952
11956         * read-rtl-function.c (function_reader::read_rtx_operand): Update
11957         x with result of extra_parsing_for_operand_code_0.
11958         (function_reader::extra_parsing_for_operand_code_0): Convert
11959         return type from void to rtx, returning x.  When reading
11960         SYMBOL_REF with SYMBOL_FLAG_HAS_BLOCK_INFO, reallocate x to the
11961         larger size containing struct block_symbol.
11963 2017-03-10  Segher Boessenkool  <segher@kernel.crashing.org>
11965         * config/rs6000/rs6000.c (rs6000_option_override_internal): Disallow
11966         -mfloat128-hardware without -m64.
11968 2017-03-10  Will Schmidt <will_schmidt@vnet.ibm.com>
11970         PR target/79941
11971         * config/rs6000/rs6000.c (builtin_function_type): Add VMUL*U[HB]
11972         entries to the case statement that marks unsigned arguments to
11973         overloaded functions.
11975 2017-03-10  Kelvin Nilsen  <kelvin@gcc.gnu.org>
11977         * config/rs6000/rs6000.c (rs6000_option_override_internal): Fix
11978         two typographic errors in the handling of TARGET_UPPER_REGS_DI.
11980 2017-03-10  Pat Haugen  <pthaugen@us.ibm.com>
11982         PR target/79907
11983         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Test
11984         TARGET_UPPER_REGS_DI when setting 'wi' constraint regclass.
11986 2017-03-10  Martin Liska  <mliska@suse.cz>
11988         PR target/65705
11989         PR target/69804
11990         * toplev.c (process_options): Enable MPX with LSAN and UBSAN.
11991         * tree-chkp.c (chkp_walk_pointer_assignments): Verify that
11992         FIELD != NULL.
11994 2017-03-10  Olivier Hainque  <hainque@adacore.com>
11996         * tree-switch-conversion (array_value_type): Start by resetting
11997         candidate type to it's main variant.
11999 2017-03-10  Jakub Jelinek  <jakub@redhat.com>
12001         PR rtl-optimization/79909
12002         * combine.c (try_combine): Use simplify_replace_rtx on individual
12003         CALL_INSN_FUNCTION_USAGE elements instead of replace_rtx on copy_rtx
12004         of the whole CALL_INSN_FUNCTION_USAGE.
12006         PR tree-optimization/79972
12007         * gimple-ssa-warn-alloca.c (alloca_call_type): Only call
12008         get_range_info on SSA_NAMEs.  Formatting fixes.
12010 2017-03-10  Richard Biener  <rguenther@suse.de>
12011             Jakub Jelinek  <jakub@redhat.com>
12013         PR tree-optimization/77975
12014         * tree-ssa-loop-niter.c (get_base_for): Allow phi argument from latch
12015         edge to be constant.
12016         (get_val_for): For constant x return it.  Formatting fix.
12017         (loop_niter_by_eval): Avoid pointless looping if the next iteration
12018         would use the same bases as the current one.
12020 2017-03-09  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
12022         * config/rs6000/rs6000.c (rs6000_gen_le_vsx_permute): Use rotate
12023         instead of vec_select for V1TImode.
12024         * conifg/rs6000/vsx.md (VSX_LE): Remove mode iterator that is no
12025         longer needed.
12026         (VSX_LE_128): Add V1TI to this mode iterator.
12027         (*vsx_le_perm_load_<mode>): Change to use VSX_D mode iterator.
12028         (*vsx_le_perm_store_<mode>): Likewise.
12029         (pre-reload splitter for VSX stores): Likewise.
12030         (post-reload splitter for VSX stores): Likewise.
12031         (*vsx_xxpermdi2_le_<mode>): Likewise.
12032         (*vsx_lxvd2x2_le_<mode>): Likewise.
12033         (*vsx_stxvd2x2_le_<mode>): Likewise.
12035 2017-03-09  Michael Eager  <eager@eagercon.com>
12037         Correct failures with --enable-checking=yes,rtl.
12039         * config/microblaze/microblaze.c (microblaze_expand_shift):
12040         Replace GET_CODE test with CONST_INT_P and INTVAL test with
12041         test for const0_rtx.
12042         * config/microblaze/microblaze.md (ashlsi3_byone, ashrsi3_byone,
12043         lshrsi3_byone): Replace INTVAL with test for const1_rtx.
12045 2017-03-09  Richard Biener  <rguenther@suse.de>
12047         PR tree-optimization/79977
12048         * graphite-scop-detection.c (scop_detection::merge_sese):
12049         Handle the case of extra exits to blocks dominating the entry.
12051 2017-03-09  Toma Tabacu  <toma.tabacu@imgtec.com>
12053         * doc/sourcebuild.texi (Effective-Target Keywords, Other attributes):
12054         Document rdynamic.
12056 2017-03-09  Vladimir Makarov  <vmakarov@redhat.com>
12058         PR rtl-optimization/79949
12059         * lra-constraints.c (process_alt_operands): Check memory when
12060         trying to predict a cycle.  Print about the overall increase.
12062 2017-03-09  Richard Biener  <rguenther@suse.de>
12064         PR middle-end/79971
12065         * gimple-expr.c (useless_type_conversion_p): Preserve
12066         TYPE_SATURATING for fixed-point types.
12068 2017-03-09  Richard Biener  <rguenther@suse.de>
12070         PR ipa/79970
12071         * ipa-prop.c (ipa_modify_formal_parameters): Avoid changing
12072         alignment of BLKmode params.
12074 2017-03-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12076         PR target/79913
12077         * config/aarch64/iterators.md (VALL_F16_NO_V2Q): New mode iterator.
12078         (VALL_NO_V2Q): Likewise.
12079         (VDQF_DF): Delete.
12080         * config/aarch64/aarch64-simd.md
12081         (aarch64_dup_lane_<vswap_width_name><mode>): Use VALL_F16_NO_V2Q
12082         iterator.
12083         (*aarch64_simd_vec_copy_lane_<vswap_width_name><mode>): Use
12084         VALL_NO_V2Q mode iterator.
12085         (*aarch64_vgetfmulx<mode>): Use VDQF iterator.
12087 2017-03-09  Martin Liska  <mliska@suse.cz>
12089         PR tree-optimization/79631
12090         * tree-chkp-opt.c (chkp_is_constant_addr): Call
12091         tree_int_cst_sign_bit just for INTEGER constants.
12093 2017-03-09  Martin Liska  <mliska@suse.cz>
12095         PR target/65705
12096         PR target/69804
12097         * toplev.c (process_options): Disable -fcheck-pointer-bounds with
12098         sanitizers.
12100 2017-03-09  Marek Polacek  <polacek@redhat.com>
12102         PR c++/79672
12103         * tree.c (inchash::add_expr): Handle TREE_VEC.
12105 2017-03-09  Martin Liska  <mliska@suse.cz>
12107         PR ipa/79764
12108         (chkp_narrow_size_and_offset): New function.
12109         (chkp_parse_array_and_component_ref): Support BIT_FIELD_REF.
12110         (void chkp_parse_bit_field_ref): New function.
12111         (chkp_make_addressed_object_bounds): Add case for BIT_FIELD_REF.
12112         (chkp_process_stmt): Use chkp_parse_bit_field_ref.
12114 2017-03-09  Martin Liska  <mliska@suse.cz>
12116         PR ipa/79761
12117         * tree-chkp.c (chkp_get_bound_for_parm): Get bounds for a param.
12118         (chkp_find_bounds_1): Remove gcc_unreachable.
12120 2017-03-09  Jakub Jelinek  <jakub@redhat.com>
12122         PR sanitizer/79944
12123         * asan.c (get_mem_refs_of_builtin_call): For BUILT_IN_ATOMIC* and
12124         BUILT_IN_SYNC*, determine the access type from the size suffix and
12125         always build a MEM_REF with that type.  Handle forgotten
12126         BUILT_IN_SYNC_FETCH_AND_NAND_16 and BUILT_IN_SYNC_NAND_AND_FETCH_16.
12128         PR target/79932
12129         * config/i386/avx512vlintrin.h (_mm256_cmpge_epi32_mask,
12130         _mm256_cmpge_epi64_mask, _mm256_cmpge_epu32_mask,
12131         _mm256_cmpge_epu64_mask, _mm256_cmple_epi32_mask,
12132         _mm256_cmple_epi64_mask, _mm256_cmple_epu32_mask,
12133         _mm256_cmple_epu64_mask, _mm256_cmplt_epi32_mask,
12134         _mm256_cmplt_epi64_mask, _mm256_cmplt_epu32_mask,
12135         _mm256_cmplt_epu64_mask, _mm256_cmpneq_epi32_mask,
12136         _mm256_cmpneq_epi64_mask, _mm256_cmpneq_epu32_mask,
12137         _mm256_cmpneq_epu64_mask, _mm256_mask_cmpge_epi32_mask,
12138         _mm256_mask_cmpge_epi64_mask, _mm256_mask_cmpge_epu32_mask,
12139         _mm256_mask_cmpge_epu64_mask, _mm256_mask_cmple_epi32_mask,
12140         _mm256_mask_cmple_epi64_mask, _mm256_mask_cmple_epu32_mask,
12141         _mm256_mask_cmple_epu64_mask, _mm256_mask_cmplt_epi32_mask,
12142         _mm256_mask_cmplt_epi64_mask, _mm256_mask_cmplt_epu32_mask,
12143         _mm256_mask_cmplt_epu64_mask, _mm256_mask_cmpneq_epi32_mask,
12144         _mm256_mask_cmpneq_epi64_mask, _mm256_mask_cmpneq_epu32_mask,
12145         _mm256_mask_cmpneq_epu64_mask, _mm_cmpge_epi32_mask,
12146         _mm_cmpge_epi64_mask, _mm_cmpge_epu32_mask, _mm_cmpge_epu64_mask,
12147         _mm_cmple_epi32_mask, _mm_cmple_epi64_mask, _mm_cmple_epu32_mask,
12148         _mm_cmple_epu64_mask, _mm_cmplt_epi32_mask, _mm_cmplt_epi64_mask,
12149         _mm_cmplt_epu32_mask, _mm_cmplt_epu64_mask, _mm_cmpneq_epi32_mask,
12150         _mm_cmpneq_epi64_mask, _mm_cmpneq_epu32_mask, _mm_cmpneq_epu64_mask,
12151         _mm_mask_cmpge_epi32_mask, _mm_mask_cmpge_epi64_mask,
12152         _mm_mask_cmpge_epu32_mask, _mm_mask_cmpge_epu64_mask,
12153         _mm_mask_cmple_epi32_mask, _mm_mask_cmple_epi64_mask,
12154         _mm_mask_cmple_epu32_mask, _mm_mask_cmple_epu64_mask,
12155         _mm_mask_cmplt_epi32_mask, _mm_mask_cmplt_epi64_mask,
12156         _mm_mask_cmplt_epu32_mask, _mm_mask_cmplt_epu64_mask,
12157         _mm_mask_cmpneq_epi32_mask, _mm_mask_cmpneq_epi64_mask,
12158         _mm_mask_cmpneq_epu32_mask, _mm_mask_cmpneq_epu64_mask): Move
12159         definitions outside of __OPTIMIZE__ guarded section.
12161         PR target/79932
12162         * config/i386/avx512bwintrin.h (_mm512_packs_epi32,
12163         _mm512_maskz_packs_epi32, _mm512_mask_packs_epi32,
12164         _mm512_packus_epi32, _mm512_maskz_packus_epi32,
12165         _mm512_mask_packus_epi32): Move definitions outside of __OPTIMIZE__
12166         guarded section.
12168 2017-03-09  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12170         * config/s390/vx-builtins.md ("vfee<mode>", "vfeez<mode>")
12171         ("vfenez<mode>"): Add missing constraints.
12173 2017-03-08  Martin Sebor  <msebor@redhat.com>
12175         PR target/79928
12176         * config/nds32/nds32.c (nds32_option_override):
12177         Fix misspelled diagnostic.
12179 2017-03-08  Jakub Jelinek  <jakub@redhat.com>
12181         PR c/79940
12182         * gimplify.c (gimplify_omp_for): Replace index var in outer
12183         taskloop statement with an artificial variable and add
12184         OMP_CLAUSE_PRIVATE clause for it.
12186 2017-03-08  Richard Biener  <rguenther@suse.de>
12188         PR tree-optimization/79955
12189         * tree-ssa-uninit.c (warn_uninitialized_vars): Do not warn
12190         for accesses that are completely outside of the variable.
12192 2017-03-08  Andrew Haley  <aph@redhat.com>
12194         PR tree-optimization/79943
12195         * tree-ssa-loop-split.c (compute_new_first_bound): When
12196         calculating the new upper bound, (END-BEG) should be added, not
12197         subtracted.
12199 2017-03-08  Jakub Jelinek  <jakub@redhat.com>
12201         * config/avr/avr.md (setmemhi): Make sure match_dup
12202         operand number comes before match_scratch.
12204 2017-03-08  Richard Biener  <rguenther@suse.de>
12206         PR tree-optimization/79920
12207         * tree-vect-slp.c (vect_create_mask_and_perm): Remove and inline
12208         with ncopies == 1 to ...
12209         (vect_transform_slp_perm_load): ... here.  Properly compute
12210         all element loads by iterating VF times over the group.  Do
12211         not handle ncopies (computed in a broken way) in
12212         vect_create_mask_and_perm.
12214 2017-03-08  Jakub Jelinek  <jakub@redhat.com>
12216         PR sanitizer/79904
12217         * internal-fn.c (expand_vector_ubsan_overflow): If arg0 or arg1
12218         is a uniform vector, use uniform_vector_p return value instead of
12219         building ARRAY_REF on folded VIEW_CONVERT_EXPR to array type.
12221 2017-03-07  Marek Polacek  <polacek@redhat.com>
12223         PR middle-end/79809
12224         * gimple-ssa-warn-alloca.c (pass_walloca::gate): Use HOST_WIDE_INT.
12225         (alloca_call_type): Likewise.
12227 2017-03-07  Martin Liska  <mliska@suse.cz>
12229         * gcov.c (process_args): Put comment to correct location.
12231 2017-03-07  Martin Liska  <mliska@suse.cz>
12233         PR middle-end/68270
12234         * tree-chkp.c (chkp_may_narrow_to_field): Add new argument ref.
12235         Use array_at_struct_end_p instead of DECL_CHAIN (field).
12236         (chkp_narrow_bounds_for_field): Likewise.
12237         (chkp_parse_array_and_component_ref): Pass one more argument to
12238         call.
12240 2017-03-07  Richard Biener  <rguenther@suse.de>
12242         * tree-vect-loop-manip.c (slpeel_add_loop_guard): Preserve
12243         preheaders.
12245 2017-03-07  Segher Boessenkool  <segher@kernel.crashing.org>
12247         * config/i386/i386.c (ix86_local_alignment): Align most aggregates
12248         of 16 bytes and more to 16 bytes, not those of 16 bits and more.
12250 2017-03-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12252         PR c/79855
12253         * params.def (PARAM_STORE_MERGING_ALLOW_UNALIGNED): Add full stop
12254         to end of description.
12255         (PARAM_MAX_STORES_TO_MERGE): Likewise.
12257 2017-03-07  Jakub Jelinek  <jakub@redhat.com>
12259         PR rtl-optimization/79901
12260         * config/i386/sse.md (*avx512bw_<code><mode>3<mask_name>): Renamed to
12261         ...
12262         (*avx512f_<code><mode>3<mask_name>): ... this.
12263         (<code><mode>3 with maxmin code iterator): Use VI8_AVX2_AVX512F
12264         iterator instead of VI8_AVX2_AVX512BW.
12266         PR rtl-optimization/79901
12267         * expr.c (expand_expr_real_2): For vector MIN/MAX, if there is no
12268         min/max expander, expand it using expand_vec_cond_expr.
12270         PR sanitizer/79897
12271         * ubsan.c (ubsan_encode_value): Call mark_addressable on the
12272         temporary.
12274 2017-03-06  Jakub Jelinek  <jakub@redhat.com>
12276         PR c++/79821
12277         * dwarf2out.h (dw_vec_const): Change array type from unsigned char *
12278         to void * for PCH reasons.
12279         * dwarf2out.c (output_loc_operands, output_die): Cast
12280         v.val_vec.array to unsigned char *.
12282 2017-03-06  John David Anglin  <danglin@gcc.gnu.org>
12284         PR target/77850
12285         * config/pa/pa-64.h (PAD_VARARGS_DOWN): Don't pad down complex and
12286         vector types.
12288 2017-03-06  Vladimir Makarov  <vmakarov@redhat.com>
12290         PR rtl-optimization/79571
12291         * lra-constraints.c (process_alt_operands): Calculate static
12292         reject and subtract it from overall when only addresses will be
12293         reloaded.
12295 2017-03-06  Julia Koval  <julia.koval@intel.com>
12297         PR target/79793
12298         * config/i386/i386.c (ix86_minimum_incoming_stack_boundary): Set
12299         incoming stack boundary to 128 for 64-bit targets.
12301 2017-03-06  Richard Biener  <rguenther@suse.de>
12303         PR tree-optimization/79894
12304         * tree-vectorizer.c (vectorize_loops): Set loop_vectorized_call
12305         to NULL after folding it.
12307 2017-03-06  Richard Biener  <rguenther@suse.de>
12309         PR tree-optimization/79824
12310         * tree-vect-stmts.c (get_group_load_store_type): Fix alignment
12311         check disabling peeling for gaps.
12313 2017-03-06  Toma Tabacu  <toma.tabacu@imgtec.com>
12315         * doc/sourcebuild.texi (Effective-Target Keywords, Environment
12316         attributes): Document gettimeofday.
12318 2017-03-06  Robin Dapp  <rdapp@linux.vnet.ibm.com>
12320         * config/s390/s390.c (s390_option_override_internal): Set
12321         PARAM_MIN_VECT_LOOP_BOUND
12323 2017-03-06  Robin Dapp  <rdapp@linux.vnet.ibm.com>
12325         * config/s390/s390.c (s390_asm_output_function_label): Use nopr %r0.
12326         * config/s390/s390.md: Likewise.
12328 2017-03-06  Jakub Jelinek  <jakub@redhat.com>
12330         PR target/79812
12331         * config/i386/sse.md (VI8F_256_512): Remove mode iterator.
12332         (<avx2_avx512>_perm<mode>): Rename to ...
12333         (avx2_perm<mode>): ... this.  Use VI8F_256 iterator instead
12334         of VI8F_256_512.
12335         (<avx512>_perm<mode>_mask): Rename to ...
12336         (avx512vl_perm<mode>_mask): ... this.  Use VI8F_256 iterator instead
12337         of VI8F_256_512.
12338         (<avx2_avx512>_perm<mode>_1<mask_name>): Rename to ...
12339         (avx2_perm<mode>_1<mask_name): ... this.  Use VI8F_256 iterator
12340         instead of VI8F_256_512.
12341         (avx512f_perm<mode>): New define_expand.
12342         (avx512f_perm<mode>_mask): Likewise.
12343         (avx512f_perm<mode>_1<mask_name>): New define_insn.
12344         (<avx512>_vec_dup<mode>_1): Fix up vec_select mode.
12346 2017-03-06  Prachi Godbole  <prachi.godbole@imgtec.com>
12348         * config/mips/mips-msa.md (msa_fmax_a_<msafmt>, msa_fmin_a_<msafmt>,
12349         msa_max_a_<msafmt>, msa_min_a_<msafmt>): Introduce mode interator for
12350         if_then_else.
12351         (smin<mode>3, smax<mode>3): Change operand print code from 'B' to 'E'.
12353 2017-03-06  Martin Liska  <mliska@suse.cz>
12355         PR sanitize/79783
12356         * asan.c (asan_expand_poison_ifn): Do not expand ASAN_POISON
12357         when having a SSA NAME w/o VAR_DECL assigned to it.
12359 2017-03-06  Prachi Godbole  <prachi.godbole@imgtec.com>
12361         * config/mips/mips-msa.md (msa_dotp_<su>_d, msa_dpadd_<su>_d,
12362         msa_dpsub_<su>_d): Fix MODE for vec_select.
12364 2017-03-06  Prachi Godbole  <prachi.godbole@imgtec.com>
12366         * config/mips/mips.c (mips_gen_const_int_vector): Change type of last
12367         argument.
12368         * config/mips/mips-protos.h (mips_gen_const_int_vector): Likewise.
12370 2017-03-06  Richard Biener  <rguenther@suse.de>
12372         * lto-streamer.c (lto_check_version): Use %qs in diagnostics.
12373         * plugin.c (register_plugin_info): Likewise.
12374         * tree-chkp.c (chkp_make_static_const_bounds): Likewise.
12376 2017-03-05  Jakub Jelinek  <jakub@redhat.com>
12378         * config/i386/sse.md (sse_storehps, sse_storelps,
12379         avx_<castmode><avxsizesuffix>_<castmode>,
12380         avx512f_<castmode><avxsizesuffix>_<castmode>,
12381         avx512f_<castmode><avxsizesuffix>_256<castmode>): Require
12382         in condition that at least one operand is not a MEM.
12384 2017-03-03  Jakub Jelinek  <jakub@redhat.com>
12386         PR middle-end/79805
12387         * internal-fn.def (ATOMIC_BIT_TEST_AND_SET, ATOMIC_BIT_TEST_AND_RESET,
12388         ATOMIC_BIT_TEST_AND_COMPLEMENT, ATOMIC_COMPARE_EXCHANGE): Remove
12389         ECF_NOTHROW.
12390         * gimple-fold.c (fold_builtin_atomic_compare_exchange): Set
12391         gimple_call_nothrow_p flag based on whether original builtin can throw.
12392         If it can, emit following stmts on the fallthrough edge.
12393         * tree-ssa-ccp.c (optimize_atomic_bit_test_and): Similarly, except
12394         don't create new bb if inserting just debug stmts on the edge, try to
12395         insert them on the fallthru bb or just reset debug stmts.
12397 2017-03-03  Segher Boesssenkool  <segher@kernel.crashing.org>
12399         PR target/43763
12400         * config/rs6000/rs6000.c (rs6000_final_prescan_insn): Save and
12401         restore recog_data (including the operand rtxes inside it) around
12402         the call to get_insn_template.
12404 2017-03-03  Martin Sebor  <msebor@redhat.com>
12406         PR tree-optimization/79699
12407         * context.c (context::~context): Free MPFR caches to avoid
12408         a memory leak on program exit.
12410 2017-03-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12412         * config/aarch64/aarch64.c (aarch64_float_const_representable_p):
12413         Use wide_int::ulow () instead of .elt (0).
12415 2017-03-03  Uros Bizjak  <ubizjak@gmail.com>
12417         * config/i386/i386.md (*pushtf): Change *roF constraint to *roC.
12418         (*pushxf): Limit oF constraint to 32bit targets and add oC
12419         constraint for 64bit targets.
12420         (pushxf splitter): Use PUSH_ROUNDING to calculate stack adjustment.
12421         (*pushdf): Change rmF constraint to rmC.
12423 2017-03-03  Martin Liska  <mliska@suse.cz>
12425         * tree-ssa-loop-prefetch.c (pass_loop_prefetch::execute):
12426         Remove unused variable.
12428 2017-03-03  Jakub Jelinek  <jakub@redhat.com>
12430         PR target/79807
12431         * config/i386/i386.c (ix86_expand_multi_arg_builtin): If target
12432         is a memory operand, increase num_memory.
12433         (ix86_expand_args_builtin): Likewise.
12435 2017-03-03  Jan Hubicka  <jh@suse.cz>
12437         PR lto/79760
12438         * ipa-devirt.c (maybe_record_node): Properly handle
12439         __cxa_pure_virtual visibility.
12441 2017-03-03  Martin Liska  <mliska@suse.cz>
12443         PR tree-optimization/79803
12444         * tree-ssa-loop-prefetch.c (tree_ssa_prefetch_arrays): Remove
12445         assert.
12446         (pass_loop_prefetch::execute): Disabled optimization if an
12447         assumption about L1 cache size is not met.
12449 2017-03-03  Martin Liska  <mliska@suse.cz>
12451         PR rtl-optimization/79574
12452         * gcse.c (struct gcse_expr): Use HOST_WIDE_INT instead of int.
12453         (hash_scan_set): Likewise.
12454         (dump_hash_table): Likewise.
12455         (hoist_code): Likewise.
12457 2017-03-03  Richard Biener  <rguenther@suse.de>
12459         * fixed-value.c (fixed_from_string): Restore use of elt (1)
12460         in place of uhigh ().
12461         (fixed_convert_from_real): Likewise.
12463 2017-03-03  Uros Bizjak  <ubizjak@gmail.com>
12465         PR target/79514
12466         * config/i386/i386.md (*pushxf_rounded): Use Pmode instead of DImode.
12468 2017-03-03  Richard Biener  <rguenther@suse.de>
12470         PR middle-end/79818
12471         * match.pd ( X +- C1 CMP C2 -> X CMP C2 -+ C1): Add missing
12472         TYPE_OVERFLOW_UNDEFINED check.
12474 2017-03-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
12476         * config/rs6000/vector.md (vector_ne_<mode>_p): Correct operand
12477         numbers.
12478         (vector_ae_<mode>_p): Likewise.
12479         (vector_nez_<mode>_p): Likewise.
12480         (vector_ne_v2di_p): Likewise.
12481         (vector_ae_v2di_p): Likewise.
12482         (vector_ne_<mode>_p): Likewise.
12483         * config/rs6000/vsx.md (vsx_tsqrt<mode>2_fg): Correct operand
12484         numbers.
12485         (vsx_tsqrt<mode>2_fe): Likewise.
12487 2017-03-02  Uros Bizjak  <ubizjak@gmail.com>
12489         PR target/79514
12490         * config/i386/i386.md (*pushxf_rounded): New insn_and_split pattern.
12492 2017-03-02  Jakub Jelinek  <jakub@redhat.com>
12494         PR rtl-optimization/79780
12495         * cprop.c (one_cprop_pass): When second and further conditional trap
12496         in a single basic block is turned into an unconditional trap, turn it
12497         into a deleted note to avoid RTL verification failures.
12499 2017-03-02  Richard Biener  <rguenther@suse.de>
12501         * fold-const.c (const_binop): Use ulow () instead of elt (0).
12503 2017-03-02  Richard Biener  <rguenther@suse.de>
12505         PR tree-optimization/79345
12506         PR c++/42000
12507         * tree-ssa-alias.c (walk_aliased_vdefs_1): Take a limit
12508         param and abort the walk, returning -1 if it is hit.
12509         (walk_aliased_vdefs): Take a limit param and pass it on.
12510         * tree-ssa-alias.h (walk_aliased_vdefs): Add a limit param,
12511         defaulting to 0 and return a signed int.
12512         * tree-ssa-uninit.c (struct check_defs_data): New struct.
12513         (check_defs): New helper.
12514         (warn_uninitialized_vars): Use walk_aliased_vdefs to warn
12515         about uninitialized memory.
12516         * fixed-value.c (fixed_from_string): Use ulow/uhigh to avoid
12517         bogus uninitialized warning.
12518         (fixed_convert_from_real): Likewise.
12520 2017-03-02  Bin Cheng  <bin.cheng@arm.com>
12522         PR tree-optimization/66768
12523         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Skip addr
12524         iv_use if base object can't be determined.
12526 2017-03-02  Jakub Jelinek  <jakub@redhat.com>
12528         PR tree-optimization/79345
12529         * gensupport.h (struct pattern_stats): Add min_scratch_opno field.
12530         * gensupport.c (get_pattern_stats_1) <case MATCH_SCRATCH>: Update it.
12531         (get_pattern_stats): Initialize it.
12532         * genemit.c (gen_expand): Verify match_scratch numbers come after
12533         match_operand/match_dup numbers.
12534         * config/i386/i386.md (<s>mul<mode>3_highpart): Swap match_dup and
12535         match_scratch numbers.
12536         * config/i386/sse.md (avx2_gathersi<mode>, avx2_gatherdi<mode>):
12537         Likewise.
12538         * config/s390/s390.md (trunctdsd2): Likewise.
12540 2017-03-02  Richard Biener  <rguenther@suse.de>
12542         * wide-int.h (wide_int_storage::operator=): Implement in terms
12543         of wi::copy.
12545 2017-03-02  Richard Biener  <rguenther@suse.de>
12547         PR tree-optimization/79777
12548         * tree-ssa-pre.c (eliminate_insert): Give up if we simplify
12549         the to insert expression to sth existing.
12551 2017-03-01  Martin Sebor  <msebor@redhat.com>
12553         PR middle-end/79692
12554         * gimple-ssa-sprintf.c
12555         (directive::known_width_and_precision): New function.
12556         (format_integer): Use it.
12557         (get_mpfr_format_length): Consider the full range of precision
12558         when computing %g output with the # flag.  Set the likely byte
12559         count to 3 rather than 1 when precision is indeterminate.
12560         (format_floating): Correct the lower bound of precision.
12562 2017-03-01  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
12564         * doc/invoke.texi: Document default code model for 64-bit Linux.
12566 2017-03-01  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
12568         PR target/79752
12569         * config/rs6000/rs6000.md (peephole2 for udiv/umod): Should emit
12570         udiv rather than div since input pattern is unsigned.
12572 2017-03-01  Uros Bizjak  <ubizjak@gmail.com>
12574         * config/i386/i386.c (print_reg): Warn for values of
12575         unsupported size in integer register.
12577 2017-03-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
12579         PR target/79439
12580         * config/rs6000/predicates.md (current_file_function_operand): Do
12581         not allow self calls to be local if the function is replaceable.
12583 2017-03-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>
12585         PR target/79395
12586         * config/rs6000/altivec.h (vec_ctz and others): Change the
12587         preprocessor macro that controls conditional compilation from
12588         _ARCH_PWR9 to __POWER9_VECTOR__.
12589         (vec_all_ne): Change parameterization of __altivec_scalar_pred
12590         macro expansion under preprocessor #ifdef __POWER9_VECTOR__
12591         control (instead of _ARCH_PWR9 control) so that template
12592         definition uses power9-specific function.
12593         (vec_any_eq): Likewise.
12594         (vec_all_ne): Change macro definition to use a power9-specific
12595         expansion under #ifdef __POWER9_VECTOR__ control (instead of
12596         _ARCH_PWR9 control).
12597         (vec_any_eq) Likewise.
12598         * config/rs6000/rs6000-builtin.def (CMPNEF): Remove BU_P9V_AV_2
12599         expansion for CMPNEF to remove support for xvcmpnesp instruction.
12600         (CMPNED): Remove BU_P9V_AV2 expansion for CMPNED to remove
12601         support for xvcmpnedp instruction.
12602         (VCMPNEB_P): Replace BU_P9V_AV_P macro expansion with BU_P9V_AV_2
12603         macro expansion so that Power9 implementation of vec_all_ne does
12604         not use the AltiVec predicate framework.
12605         (VCMPNEH_P): Likewise.
12606         (VCMPNEW_P): Likewise.
12607         (VCMPNED_P): Likewise.
12608         (VCMPNEFP_P): Likewise.
12609         (VCMPNEDP_P): Likewise.
12610         (VCMPAEB_P): Add BU_P9V_AV_2 macro expansion to change
12611         implementation of vec_any_eq to not use AltiVec predicate
12612         framework.
12613         (VCMPAEH_P): Likewise.
12614         (VCMPAEW_P): Likewise.
12615         (VCMPAED_P): Likewise.
12616         (VCMPAEFP_P): Likewise.
12617         (VCMPAEDP_P): Likewise.
12618         (VCMPNE_P): Replace BU_P9V_OVERLOAD_P macro expansion with
12619         BU_P9V_OVERLOAD_2 so that Power9 implementation of vec_all_ne does
12620         not use the AltiVec predicate framework.
12621         (VCMPAE_P): Add BU_P9V_OVERLOAD_2 macro to change implementation
12622         of vec_any_eq to not use AltiVec predicate framework.
12623         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Add
12624         support for predefined __POWER9_VECTOR__ macro to indicate that
12625         Power9 instruction selection is enabled.
12626         (altivec_overloaded_builtins): Remove extraneous
12627         ALTIVEC_BUILTIN_VEC_CMPNE entry for overloaded
12628         function argument types RS6000_BTI_bool_V16QI and
12629         RS6000_BTI_bool_V16QI.  Remove erroneous ALTIVEC_BUILTIN_VEC_CMPNE
12630         entry for overloaded function argument types RS6000_BTI_bool_V4SI
12631         andRS6000_BTI_bool_V4SI, mapping to P9V_BUILTIN_CMPNEB.  Remove
12632         two entries mapping to P9V_BUITIN_CMPNED and one entry mapping to
12633         P9V_BUILTIN_CMPNEF to force use of instructions not specific to
12634         Power9 for implementations of vec_cmpne.  Change the signature for
12635         all definitions of the overloaded P9V_BUILTIN_VEC_CMPNE_P function
12636         (representing vec_all_ne) to remove the previously described first
12637         argument of type RS6000_BTI_INTSI, as this was an artifact of
12638         reliance on the AltiVec predicate framework, which is no longer
12639         used in the implementation of these functions.  Add
12640         P9V_BUILTIN_VEC_VCMPAE_P entries (representing the vec_anyeq
12641         function) to match all of the P9V_BUILTIN_VEC_VCMNE_P entries
12642         since, unlike the AltiVec predicate framework implementation, we
12643         do not share function descriptors between vec_alle and vec_anyeq.
12644         (altivec_resolve_overloaded_builtin): Add SFmode and DFmode to the
12645         set of modes that receive special treatment even when
12646         TARGET_P9_VECTOR is true.  The special treatment emits code that
12647         does not depend on Power9 instructions.
12648         * config/rs6000/vector.md (vector_ne_<mode>_p): Change this
12649         define_expand to not rely on AltiVec predicate framework.
12650         (vector_ae_<mode>p): New define_expand to represent vec_any_eq
12651         function.
12652         (vector_ne_v2di_p): Change this define_expand to not rely on
12653         AltiVec predicate framework.
12654         (vector_ae_v2di_p): New define_expand to represent vec_any_eq
12655         function.
12656         (vector_ne_<mode>_p): Change this define_expand to not rely on
12657         AltiVec predicate framework.
12658         (vector_ae_<mode>p): New define_expand to represent vec_any_eq
12659         function.
12660         * config/rs6000/vsx.md (*vsx_ne_<mode>_p): For modes VSX_EXTRACT_I
12661         (V16QI, V8HI, V4SI), correct a typo in the code emitted for this
12662         define_insn pattern.
12663         (*vsx_ne_<mode>_p): For modes VSX_F (V4SF and V2DF), remove this
12664         define_insn pattern because the xvcmpne<VSs>. instruction is not
12665         supported.
12666         (vcmpne<VSs>): Remove this define_insn because xvcmpne<VSs>
12667         instruction is not supported.
12669 2017-03-01  Jakub Jelinek  <jakub@redhat.com>
12671         * config/nvptx/nvptx.c: Include intl.h.
12673 2017-03-01  Martin Jambor  <mjambor@suse.cz>
12675         PR lto/78140
12676         * ipa-prop.h (ipa_bits): Removed field known.
12677         (ipa_jump_func): Removed field vr_known.  Changed fields bits and m_vr
12678         to pointers.  Adjusted their comments to warn about their sharing.
12679         (ipcp_transformation_summary): Change bits to a vector of pointers.
12680         (ipa_check_create_edge_args): Moved to ipa-prop.c, declare.
12681         (ipa_get_ipa_bits_for_value): Declare.
12682         * tree-vrp.h (value_range): Mark as GTY((for_user)).
12683         * ipa-prop.c (ipa_bit_ggc_hash_traits): New.
12684         (ipa_bits_hash_table): Likewise.
12685         (ipa_vr_ggc_hash_traits): Likewise.
12686         (ipa_vr_hash_table): Likewise.
12687         (ipa_print_node_jump_functions_for_edge): Adjust for bits and m_vr
12688         being pointers and vr_known being removed.
12689         (ipa_set_jf_unknown): Likewise.
12690         (ipa_get_ipa_bits_for_value): New function.
12691         (ipa_set_jfunc_bits): Likewise.
12692         (ipa_get_value_range): New overloaded functions.
12693         (ipa_set_jfunc_vr): Likewise.
12694         (ipa_compute_jump_functions_for_edge): Use the above functions to
12695         construct bits and vr parts of jump functions.
12696         (ipa_check_create_edge_args): Move here from ipa-prop.h, also allocate
12697         ipa_bits_hash_table and ipa_vr_hash_table if they do not already
12698         exist.
12699         (ipcp_grow_transformations_if_necessary): Also allocate
12700         ipa_bits_hash_table and ipa_vr_hash_table if they do not already
12701         exist.
12702         (ipa_node_params_t::duplicate): Do not copy bits, just pointers to
12703         them.  Fix too long lines.
12704         (ipa_write_jump_function): Adjust for bits and m_vr being pointers and
12705         vr_known being removed.
12706         (ipa_read_jump_function): Use new setter functions to construct bits
12707         and vr parts of jump functions or set them to NULL.
12708         (write_ipcp_transformation_info): Adjust for bits being pointers.
12709         (read_ipcp_transformation_info): Likewise.
12710         (ipcp_update_bits): Likewise.  Fix excessively long lines a trailing
12711         space.
12712         Include gt-ipa-prop.h.
12713         * ipa-cp.c (propagate_bits_across_jump_function): Adjust for bits
12714         being pointers.
12715         (ipcp_store_bits_results): Likewise.
12716         (propagate_vr_across_jump_function): Adjust for m_vr being a pointer.
12717         Do not write to existing jump functions but use a temporary instead.
12719 2017-03-01  Jakub Jelinek  <jakub@redhat.com>
12721         PR c++/79681
12722         * fold-const.c (make_bit_field_ref): If orig_inner is COMPONENT_REF,
12723         attempt to use its first operand as BIT_FIELD_REF base.
12725 2017-03-01  Richard Biener  <rguenther@suse.de>
12727         PR middle-end/79721
12728         * tree-chrec.c (chrec_evaluate): Perform computation of Newtons
12729         interpolating formula in wrapping arithmetic.
12730         (chrec_apply): Convert chrec_evaluate return value to wanted type.
12732 2017-03-01  Jakub Jelinek  <jakub@redhat.com>
12734         PR tree-optimization/79734
12735         * tree-vect-generic.c (expand_vector_condition): Optimize
12736         AVX512 vector boolean VEC_COND_EXPRs into bitwise operations.
12737         Handle VEC_COND_EXPR where comparison has different inner width from
12738         type's inner width.
12740 2017-02-28  Sandra Loosemore  <sandra@codesourcery.com>
12742         * doc/invoke.texi (ARC Options): Copy-edit to fix punctuation,
12743         markup, and similar issues.  Remove @opindex entries for things
12744         that aren't options.  Add missing -mmpy-option entries.
12746 2017-02-28  Jakub Jelinek  <jakub@redhat.com>
12748         PR tree-optimization/79737
12749         * gimple-ssa-store-merging.c (encode_tree_to_bitpos): If bitlen is
12750         a multiple of BITS_PER_UNIT and !BYTES_BIG_ENDIAN, clear
12751         tmpbuf[byte_size - 1].  Call natice_encode_expr with byte_size - 1
12752         instead of byte_size.  Formatting fix.
12753         (shift_bytes_in_array_right): Formatting fix.
12755 2017-02-28  Eric Botcazou  <ebotcazou@adacore.com>
12757         PR target/79749
12758         * config/sparc/sparc.c (sparc_frame_pointer_required): Add missing
12759         condition on optimize for the leaf function test.
12761 2017-02-28  Martin Liska  <mliska@suse.cz>
12763         PR lto/79625
12764         * read-rtl-function.c (function_reader::handle_unknown_directive):
12765         Bail out when one uses -flto.
12767 2017-02-28  Martin Liska  <mliska@suse.cz>
12769         * common.opt: Replace space with tabular for options of <number>
12770         type.
12771         * config/i386/i386.opt: Show <number> value for
12772         -mlarge-data-threshold.
12773         * opts.c (print_filtered_help): Do not display number in hexadecimal
12774         format.
12776 2017-02-28  Martin Liska  <mliska@suse.cz>
12778         * common.opt: Fix --help=option -Q for options which are of
12779         an enum type.
12781 2017-02-28  Uros Bizjak  <ubizjak@gmail.com>
12783         * config/i386/i386.c (print_reg): Error out for values
12784         of 8-bit size in invalid integer register.
12786 2017-02-28  Martin Sebor  <msebor@redhat.com>
12788         PR tree-optimization/79691
12789         * passes.def (pass_all_optimizations_g): Enable pass_sprintf_length.
12791 2017-02-28  Jakub Jelinek  <jakub@redhat.com>
12793         PR target/79729
12794         * config/i386/i386.c (ix86_print_operand) <case 'R'>: Replace
12795         gcc_unreachable with output_operand_lossage.
12797 2017-02-28  Richard Biener  <rguenther@suse.de>
12799         PR tree-optimization/79740
12800         * tree-ssa-sccvn.c (vn_nary_op_insert_into): Allow redundant
12801         inserts.
12802         (visit_nary_op): Insert the nary into the hashtable if we
12803         pattern-matched sth.
12804         * tree-ssa-pre.c (eliminate_insert): Robustify.
12806 2017-02-28  Richard Biener  <rguenther@suse.de>
12808         PR middle-end/79731
12809         * fold-const.c (decode_field_reference): Reject out-of-bound
12810         accesses.
12812 2017-02-28  Jakub Jelinek  <jakub@redhat.com>
12814         * config/i386/i386.c: Include intl.h.
12815         (ix86_option_override_internal): Use cond ? G_("...") : G_("...")
12816         instead of just cond ? "..." : "...".
12817         * config/nvptx/nvptx.c (nvptx_goacc_validate_dims): Likewise.
12818         * coverage.c (read_counts_file): Likewise.
12819         * omp-offload.c: Include intl.h.
12820         (oacc_loop_fixed_partitions): Use cond ? G_("...") : G_("...") instead
12821         of just cond ? "..." : "...".
12822         * gcov.c (read_count_file): Use cond ? N_("...") : N_("...") instead
12823         of just cond ? "..." : "...".
12825 2017-02-28  Richard Earnshaw  <rearnsha@arm.com>
12827         PR target/79742
12828         * config/arm/parsecpu.awk (gen_data): Set tuning target to 'tune for'
12829         entry, if present.
12830         * config/arm/arm-cpus.in (cortex-m0plus.small-multiply): Correct
12831         'tune for' CPU name.
12832         * config/arm/arm-cpu-data.h: Regenerated.
12834 2017-02-28  Richard Biener  <rguenther@suse.de>
12836         PR tree-optimization/79732
12837         * tree-inline.c (expand_call_inline): Do not shadow var.
12839 2017-02-28  Richard Biener  <rguenther@suse.de>
12841         PR tree-optimization/79723
12842         * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size): Preserve
12843         address-space properly.
12845 2017-02-28  Thomas Schwinge  <thomas@codesourcery.com>
12847         * doc/optinfo.texi (Optimization groups): Fix option used for
12848         OPTGROUP_ALL.
12849         * doc/invoke.texi (-fopt-info): Document "omp".
12850         * dumpfile.h: Sort OPTGROUP_OMP before OPTGROUP_VEC.
12851         (OPTGROUP_ALL): Add OPTGROUP_OMP.
12852         * hsa-gen.c (pass_data_gen_hsail): Use OPTGROUP_OMP.
12853         * ipa-hsa.c (pass_data_ipa_hsa): Likewise.
12854         * omp-simd-clone.c (pass_data_omp_simd_clone): Likewise.
12856         * dumpfile.h (OPTGROUP_OPENMP): Rename to OPTGROUP_OMP.  Adjust
12857         all users.
12858         * dumpfile.c (optgroup_options): Instead of "openmp", associate
12859         OPTGROUP_OMP with "omp".
12861 2017-02-27  Pat Haugen  <pthaugen@us.ibm.com>
12863         PR target/79544
12864         * config/rs6000/rs6000-c.c (struct altivec_builtin_types): Use VSRAD
12865         for arithmetic shift of unsigned V2DI.
12867 2017-02-27  Claudiu Zissulescu  <claziss@synopsys.com>
12869         * config.gcc (arc*-): Clean up, use arc/big.h, arc/elf.h, and
12870         arc/linux.h headers.
12871         * config/arc/arc.h (TARGET_OS_CPP_BUILTINS): Remove.
12872         (LINK_SPEC): Likewise.
12873         (ARC_TLS_EXTRA_START_SPEC): Likewise.
12874         (EXTRA_SPECS): Likewise.
12875         (STARTFILE_SPEC): Likewise.
12876         (ENDFILE_SPEC): Likewise.
12877         (LIB_SPEC): Likewise.
12878         (TARGET_SDATA_DEFAULT): Likewise.
12879         (TARGET_MMEDIUM_CALLS_DEFAULT): Likewise.
12880         (MULTILIB_DEFAULTS): Likewise.
12881         (DWARF2_UNWIND_INFO): Likewise.
12882         * config/arc/big.h: New file.
12883         * config/arc/elf.h: Likewise.
12884         * config/arc/linux.h: Likewise.
12885         * config/arc/t-uClibc: Remove.
12887 2017-02-27  Bin Cheng  <bin.cheng@arm.com>
12889         PR tree-optimization/77536
12890         * tree-ssa-loop-manip.c (niter_for_unrolled_loop): New function.
12891         (tree_transform_and_unroll_loop): Use above function to compute the
12892         estimated niter of unrolled loop and use it when scaling profile.
12893         Also use count info rather than frequency if it's non-zero.
12894         * tree-ssa-loop-manip.h niter_for_unrolled_loop(): New declaration.
12895         * tree-vect-loop.c (scale_profile_for_vect_loop): New function.
12896         (vect_transform_loop): Call above function.
12898 2017-02-27  Richard Biener  <rguenther@suse.de>
12900         PR tree-optimization/45397
12901         * tree-ssa-pre.c (eliminate_insert): Handle BIT_AND_EXPR.
12902         * tree-ssa-sccvn.c (valueized_wider_op): New helper.
12903         (visit_nary_op): Add pattern matching for CSEing sign-changed
12904         or truncated operations with wider ones.
12906 2017-02-27  Richard Biener  <rguenther@suse.de>
12908         PR tree-optimization/79690
12909         * tree-vect-stmts.c (vectorizable_store): Use vector type
12910         built from the DR with address-space.
12912 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
12914         * doc/invoke.texi (Optimize Options): Refine the description
12915         of asan-use-after-return.
12917 2017-02-25  Alan Modra  <amodra@gmail.com>
12919         PR rtl-optimization/79584
12920         * lra-constraints.c (base_to_reg): Reload ad->base, the entire
12921         base, not ad->base_term, the reg within base.  Remove assertion
12922         that ad->base == ad->base_term.  Replace gen_int_mode using
12923         bogus mode with const0_rtx.
12925 2017-02-25  Jakub Jelinek  <jakub@redhat.com>
12927         PR middle-end/79396
12928         * tree-eh.c (operation_could_trap_p, stmt_could_throw_1_p): Handle
12929         FMA_EXPR like tcc_binary or tcc_unary.
12931         * tree-ssa-loop-niter.c (number_of_iterations_exit): Simplify warning.
12933         PR debug/77589
12934         * dwarf2out.c (struct dw_loc_list_struct): Add noted_variable_value
12935         bitfield.
12936         (size_of_loc_descr): Handle DW_OP_GNU_variable_value.
12937         (output_loc_operands): Handle DW_OP_call_ref and
12938         DW_OP_GNU_variable_value.
12939         (struct variable_value_struct): New type.
12940         (struct variable_value_hasher): Likewise.
12941         (variable_value_hash): New variable.
12942         (string_types): Remove.
12943         (copy_loc_descr): New function.
12944         (add_loc_descr_to_each): Clarify comment.  Use copy_loc_descr.
12945         (prepend_loc_descr_to_each): New function.
12946         (add_loc_list): Fix comment typo.  Use prepend_loc_descr_to_each
12947         instead of add_loc_descr_to_each if the first argument is single
12948         location list and the second has multiple.
12949         (resolve_args_picking_1): Handle DW_OP_GNU_variable_value.
12950         (loc_list_from_tree_1): For early_dwarf, emit DW_OP_GNU_variable_value
12951         when looking for variable value which doesn't have other location info.
12952         (loc_list_from_tree): Formatting fix.
12953         (gen_array_type_die): Simplify DW_AT_string_length handling.
12954         (adjust_string_types): Remove.
12955         (gen_subprogram_die): Don't call adjust_string_types nor test/set
12956         string_types.  Call resolve_variable_values.
12957         (prune_unused_types_walk_loc_descr): Handle DW_OP_GNU_variable_value.
12958         (resolve_addr_in_expr): Likewise.  Add A argument.
12959         (copy_deref_exprloc): Remove deref argument.  Adjust for the
12960         original expression being DW_OP_GNU_variable_value with optionally
12961         DW_OP_stack_value after it instead of DW_OP_call4 with DW_OP_deref
12962         optionally after it.
12963         (optimize_string_length): Rework for DW_OP_GNU_variable_value.
12964         (resolve_addr): Adjust optimize_string_length and resolve_addr_in_expr
12965         callers.  Set remove_AT_byte_size if removing DW_AT_string_length.
12966         (variable_value_hasher::hash, variable_value_hasher::equal): New
12967         methods.
12968         (resolve_variable_value_in_expr, resolve_variable_value,
12969         resolve_variable_values, note_variable_value_in_expr,
12970         note_variable_value): New functions.
12971         (dwarf2out_early_finish): Call note_variable_value on all toplevel
12972         DIEs.
12974 2017-02-24  Jakub Jelinek  <jakub@redhat.com>
12976         PR c/79677
12977         * opts.h (handle_generated_option): Add GENERATED_P argument.
12978         * opts-common.c (handle_option): Adjust function comment.
12979         (handle_generated_option): Add GENERATED_P argument, pass it to
12980         handle_option.
12981         (control_warning_option): Pass false to handle_generated_option
12982         GENERATED_P.
12983         * opts.c (maybe_default_option): Pass true to handle_generated_option
12984         GENERATED_P.
12985         * optc-gen.awk: Likewise.
12987 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
12989         * config/sh/sh.md (tstsi_t): If operands[0] is a SUBREG instead of
12990         a REG, look at the REG it is a SUBREG of.
12991         (splitter for cmpeqsi_t): Ditto.
12993 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
12995         * config/pa/pa.c (pa_combine_instructions): Do not share RTL.  Make
12996         the special USEs with the pattern of the insn, not the insn itself.
12998 2017-02-24  Matthew Fortune  <matthew.fortune@imgtec.com>
13000         PR target/79473
13001         * doc/invoke.texi: Document -mload-store-pairs.
13003 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
13004             Sandra Loosemore  <sandra@codesourcery.com>
13006         * config/nios2/nios2.c (nios2_simple_const_p): Returns false if the
13007         argument isn't a CONST_INT.
13008         (nios2_alternate_compare_const): Assert op is a CONST_INT.
13009         (nios2_valid_compare_const_p): Assert op is a CONST_INT.
13010         (nios2_validate_compare): Bypass alternate compare logic if *op2
13011         is not a CONST_INT.
13012         (ldstwm_operation_p): Return false if first_base is not a REG or
13013         if first_offset is not a CONST_INT.
13015 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
13017         * config/cris/cris.md: Use correct operand in a define_peephole2.
13019 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
13021         * config/c6x/c6x.c (predicate_insn): Do not incorrectly share RTL.
13023 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
13025         * config/arc/arc.c (arc_ccfsm_advance): Only take the PATTERN of
13026         this_insn if it is an INSN or JUMP_INSN.
13027         (force_offsettable): Look at base, not at addr.
13028         * config/arc/predicates.md (brcc_nolimm_operator): Don't call INTVAL
13029         on things that aren't necessarily CONST_INTs.
13031 2017-02-24  Uros Bizjak  <ubizjak@gmail.com>
13033         * doc/invoke.texi (x86 Options, -mfpmath=sse): Mention that
13034         -mfpmath=sse is the default also for x86-32 targets with SSE2
13035         instruction set when @option{-ffast-math} is enabled
13037 2017-02-24  Jeff Law  <law@redhat.com>
13039         PR rtl-optimizatoin/79286
13040         * ira.c (update_equiv_regs): Drop may_trap_p exception to
13041         dominance test.
13043 2017-02-24  Richard Biener  <rguenther@suse.de>
13045         PR tree-optimization/79389
13046         * gimple-ssa-split-paths.c (is_feasible_trace): Properly skip
13047         debug insns.
13049 2017-02-24  Aldy Hernandez  <aldyh@redhat.com>
13051         * tree-ssa-loop-niter.c (number_of_iterations_exit): Update
13052         function comment to reflect reality.
13053         (loop_exits_before_overflow): Fix typo in function description.
13055 2017-02-24  Richard Biener  <rguenther@suse.de>
13057         PR tree-optimization/79389
13058         * gimple-ssa-split-paths.c (is_feasible_trace): Verify more
13059         properly that a threading opportunity exists.  Detect conditional
13060         copy/constant propagation opportunities.
13062 2017-02-23  Eric Botcazou  <ebotcazou@adacore.com>
13064         * config/visium/visium.md (type): Add trap.
13065         (b): New mode attribute.
13066         (*btst): Rename into...
13067         (*btst<mode>): ...this and adjust.
13068         (*cbranchsi4_btst_insn): Rename into...
13069         (*cbranch<mode>4_btst_insn): ...this and adjust.
13070         (trap): New define_insn.
13072 2017-02-23  Jakub Jelinek  <jakub@redhat.com>
13074         PR tree-optimization/79389
13075         * ifcvt.c (struct noce_if_info): Add rev_cond field.
13076         (noce_reversed_cond_code): New function.
13077         (noce_emit_store_flag): Use rev_cond if non-NULL instead of
13078         reversed_comparison_code.  Formatting fix.
13079         (noce_try_store_flag): Test rev_cond != NULL in addition to
13080         reversed_comparison_code.
13081         (noce_try_store_flag_constants): Likewise.
13082         (noce_try_store_flag_mask): Likewise.
13083         (noce_try_addcc): Use rev_cond if non-NULL instead of
13084         reversed_comparison_code.
13085         (noce_try_cmove_arith): Likewise.  Formatting fixes.
13086         (noce_try_minmax, noce_try_abs): Clear rev_cond.
13087         (noce_find_if_block): Initialize rev_cond.
13088         (find_cond_trap): Call noce_get_condition with then_bb == trap_bb
13089         instead of false as last argument never attempt to reverse it
13090         afterwards.
13092 2017-02-23  Bin Cheng  <bin.cheng@arm.com>
13094         PR tree-optimization/79663
13095         * tree-predcom.c (combine_chains): Process refs in reverse order
13096         only for ZERO length chains, and add explaining comment.
13098 2017-02-23  Jeff Law  <law@redhat.com>
13100         PR tree-optimization/79578
13101         * tree-ssa-dse.c (clear_bytes_written_by): Use OEP_ADDRESS_OF
13102         in call to operand_equal_p.
13104 2017-01-23  Dominique d'Humieres  <dominiq@lps.ens.fr>
13106         PR target/71017
13107         * config/i386/cpuid.h: Fix another undefined behavior.
13109 2017-02-23  Richard Biener  <rguenther@suse.de>
13111         PR tree-optimization/79683
13112         * tree-vect-stmts.c (vect_analyze_stmt): Do not overwrite
13113         vector types for data-refs.
13115 2017-02-23  Martin Liska  <mliska@suse.cz>
13117         * params.def (PARAM_MIN_NONDEBUG_INSN_UID): Change default to 0.
13119 2017-02-23  Jakub Jelinek  <jakub@redhat.com>
13121         PR middle-end/79665
13122         * internal-fn.c (get_range_pos_neg): Moved to ...
13123         * tree.c (get_range_pos_neg): ... here.  No longer static.
13124         * tree.h (get_range_pos_neg): New prototype.
13125         * expr.c (expand_expr_real_2) <case TRUNC_DIV_EXPR>: If both arguments
13126         are known to be in between 0 and signed maximum inclusive, try to
13127         expand both unsigned and signed divmod and use the cheaper one from
13128         those.
13130 2017-02-22  Jeff Law  <law@redhat.com>
13132         PR tree-optimization/79578
13133         * tree-ssa-dse.c (clear_bytes_written_by): Use operand_equal_p
13134         to compare base operands.
13136 2017-02-22  Segher Boessenkool  <segher@kernel.crashing.org>
13138         PR target/79211
13139         * config/rs6000/rs6000.md (*fsel<SFDF:mode><SFDF2:mode>4): Use
13140         gpc_reg_operand instead of fpr_reg_operand.
13142 2017-02-22  Sameera Deshpande  <sameera.deshpande@imgtec.com>
13144         * config/mips/mips.c (mips_return_in_memory): Force FP
13145         vector types to be returned in memory for o32 ABI.
13147 2017-02-22  Jakub Jelinek  <jakub@redhat.com>
13149         * dwarf2out.c (gen_variable_die): For -gdwarf-5, use DW_TAG_variable
13150         instead of DW_TAG_member for static data member declarations and don't
13151         set no_linkage_name for static inline data members.
13152         (gen_member_die): For -gdwarf-5 don't change DW_TAG_variable
13153         to DW_TAG_member.
13155 2017-02-22  Martin Liska  <mliska@suse.cz>
13157         * doc/invoke.texi: Replace inequality signs with square brackets
13158         for -Wnormalized.
13160 2017-02-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13162         PR tree-optimization/68644
13163         * gcc.dg/tree-ssa/ivopts-lt-2.c: Skip for powerpc*-*-*.
13165 2017-02-22  Matthew Fortune  <matthew.fortune@imgtec.com>
13167         PR target/78660
13168         * lra-constraints.c (simplify_operand_subreg): Handle
13169         WORD_REGISTER_OPERATIONS targets.
13171 2017-02-22  Jakub Jelinek  <jakub@redhat.com>
13173         PR target/70465
13174         * reg-stack.c (emit_swap_insn): Treat (float_extend:?F (mem:?F))
13175         and (const_double:?F) like (mem:?F) for the purpose of fxch %st(1)
13176         elimination by swapping fld*.
13178 2017-02-22  Richard Biener  <rguenther@suse.de>
13180         PR tree-optimization/79673
13181         * tree-ssa-pre.c (compute_avail): Use wide_int_to_tree to
13182         convert the [TARGET_]MEM_REF offset INTEGER_CST, scrapping off
13183         irrelevant address-space qualifiers and avoiding a
13184         ADDR_SPACE_CONVERT_EXPR from fold_convert.
13186 2017-02-22  Richard Biener  <rguenther@suse.de>
13188         PR tree-optimization/79666
13189         * tree-vrp.c (extract_range_from_binary_expr_1): Make sure
13190         to not symbolically negate if that may introduce undefined
13191         overflow.
13193 2017-02-22  Martin Liska  <mliska@suse.cz>
13195         PR lto/79587
13196         * data-streamer-in.c (streamer_read_gcov_count): Remove assert.
13197         * data-streamer-out.c (streamer_write_gcov_count_stream):
13198         Likewise.
13199         * value-prof.c (stream_out_histogram_value): Make assert more
13200         precise based on type of counter.
13202 2017-02-21  Uros Bizjak  <ubizjak@gmail.com>
13204         PR target/79593
13205         * config/i386/i386.md (standard_x87sse_constant_load splitter):
13206         Use nonimmediate_operand instead of memory_operand for operand 1.
13207         (float-extend standard_x87sse_constant_load splitter): Ditto.
13209 2017-02-21  Jeff Law  <law@redhat.com>
13211         PR tree-optimization/79621
13212         * gimple-ssa-isolate-paths.c (find_implicit_erroneous_behavior): Ignore
13213         blocks with edges to themselves.
13215 2017-02-21  Jakub Jelinek  <jakub@redhat.com>
13217         PR target/79633
13218         * tree-chkp-opt.c (chkp_optimize_string_function_calls): Use
13219         is_gimple_call instead of comparing gimple_code with GIMPLE_CALL.
13220         Use gimple_call_builtin_p.
13222         PR target/79570
13223         * sel-sched.c (moveup_expr_cached): Don't call sel_bb_head
13224         on temporarily removed DEBUG_INSNs.
13226         PR tree-optimization/79649
13227         * tree-loop-distribution.c (classify_partition): Give up on
13228         non-generic address space loads/stores.
13230 2017-02-21  Aldy Hernandez  <aldyh@redhat.com>
13232         * doc/loop.texi (Loop manipulation): Remove nonexistent
13233         tree_ssa_loop_version from the documentation.
13234         * cfgloopmanip.c (loop_version): Document CONDITION_BB argument.
13236 2017-02-21  Jakub Jelinek  <jakub@redhat.com>
13238         PR target/79494
13239         * config/i386/i386.c (ix86_expand_split_stack_prologue): Call
13240         make_reg_eh_region_note_nothrow_nononlocal on call_insn.
13241         * config/rs6000/rs6000.c: Include except.h.
13242         (rs6000_expand_split_stack_prologue): Call
13243         make_reg_eh_region_note_nothrow_nononlocal on the call insn.
13245 2017-02-21  Martin Jambor  <mjambor@suse.cz>
13247         PR lto/79579
13248         * ipa-prop.c (ipa_prop_write_jump_functions): Bail out if no edges
13249         have been analyzed.
13251 2017-02-21  Martin Jambor  <mjambor@suse.cz>
13253         * common.opt (-fipa-cp-alignment): Mark as ignored and preserved
13254         for backward compatibility only.
13255         * doc/invoke.texi (Option Summary): Remove all references to
13256         -fipa-cp-alignment.
13258 2017-02-21  Matthew Fortune  <matthew.fortune@imgtec.com>
13260         PR target/78660
13261         Revert:
13262         2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
13264         * lra-constraints.c (curr_insn_transform): Handle
13265         WORD_REGISTER_OPERATIONS requirements when reloading SUBREGs.
13267 2017-02-21  Martin Liska  <mliska@suse.cz>
13269         * config/i386/i386.opt: Replace -masm-dialect with -masm.
13271 2017-02-21  Thomas Schwinge  <thomas@codesourcery.com>
13273         PR translation/79638
13274         * config/nvptx/nvptx.c (ENTRY_TEMPLATE): Single out "%ntid.y".
13276 2017-02-21  Eric Botcazou  <ebotcazou@adacore.com>
13278         PR ada/67205
13279         * config/arm/arm.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define.
13280         (arm_function_ok_for_sibcall): Return false for an indirect call by
13281         descriptor if all the argument registers are used.
13282         (arm_relayout_function): Use FUNCTION_ALIGNMENT macro to adjust the
13283         alignment of the function.
13285 2017-02-21  Jakub Jelinek  <jakub@redhat.com>
13287         PR tree-optimization/61441
13288         * simplify-rtx.c (simplify_const_unary_operation): For
13289         -fsignaling-nans and sNaN operand, return NULL_RTX rather than
13290         the sNaN unmodified.
13292 2017-02-20  Bernd Edlinger  <bernd.edlinger@hotmail.de>
13294         * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
13295         (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
13296         instead of SYSTEM_HEADER_DIR.
13298 2017-02-20  Gerald Pfeifer  <gerald@pfeifer.com>
13299             Martin LiÅ¡ka  <mliska@suse.cz>
13301         * doc/invoke.texi (use-after-scope-direct-emission-threshold):
13302         Fix typos and grammar, use active voice, and clarify.
13304 2017-02-20  Marek Polacek  <polacek@redhat.com>
13306         PR middle-end/79537
13307         * gimplify.c (gimplify_expr): Handle unused *&&L;.
13309         PR sanitizer/79558
13310         * ubsan.c (ubsan_type_descriptor): Check if TYPE_MAX_VALUE is null.
13312 2017-02-20  Jakub Jelinek  <jakub@redhat.com>
13314         PR target/79568
13315         * config/i386/i386.c (ix86_expand_builtin): Handle
13316         OPTION_MASK_ISA_AVX512VL and OPTION_MASK_ISA_64BIT in
13317         ix86_builtins_isa[fcode].isa as a requirement of those
13318         flags and any other flag in the bitmask.
13319         (ix86_init_mmx_sse_builtins): Use 0 instead of
13320         ~OPTION_MASK_ISA_64BIT as mask.
13321         * config/i386/i386-builtin.def (__builtin_ia32_rdtsc,
13322         __builtin_ia32_rdtscp, __builtin_ia32_pause, __builtin_ia32_bsrsi,
13323         __builtin_ia32_rdpmc, __builtin_ia32_rolqi, __builtin_ia32_rolhi,
13324         __builtin_ia32_rorqi, __builtin_ia32_rorhi): Likewise.
13326 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
13328         PR target/78012
13329         * lra-constraints.c (split_reg): Check requested split mode
13330         is supported by the register.
13332 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
13334         * lra-constraints.c (simplify_operand_subreg): Remove early
13335         return false.
13337 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
13339         PR target/78660
13340         * lra-constraints.c (curr_insn_transform): Tighten condition
13341         for converting SUBREG reloads from OP_OUT to OP_INOUT.
13343 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
13345         PR target/78660
13346         * lra-constraints.c (curr_insn_transform): Handle
13347         WORD_REGISTER_OPERATIONS requirements when reloading SUBREGs.
13349 2017-02-19  Uros Bizjak  <ubizjak@gmail.com>
13351         Revert:
13352         2016-05-30  Uros Bizjak  <ubizjak@gmail.com>
13354         * config/i386/sync.md (mfence_nosse): Use "lock orl $0, -4(%esp)".
13356 2017-02-19  Jonathan Wakely  <jwakely@redhat.com>
13358         PR c++/69523
13359         * doc/invoke.texi (C++ Dialect Options) [-Wliteral-suffix]: Update
13360         description.
13362 2017-02-19  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
13364         * gimple-pretty-print.c (dump_ternary_rhs): Adjust gimple dump format
13365         for FMA_EXPR.
13367 2017-02-18  Jakub Jelinek  <jakub@redhat.com>
13369         * final.c (last_columnnum, override_columnnum): New variables.
13370         (final_start_function): Set last_columnnum, pass it to begin_prologue
13371         hook and pass 0 to dwarf2out_begin_prologue.
13372         (final_scan_insn): Update override_columnnum.  Pass last_columnnum
13373         to source_line debug hook.
13374         (notice_source_line): Compute last_columnnum and for debug_column_info
13375         return true on column changes.
13376         * debug.h (struct gcc_debug_hooks): Add column argument to
13377         source_line and begin_prologue hooks.
13378         (debug_nothing_int_charstar_int_bool): Remove prototype.
13379         (debug_nothing_int_int_charstar,
13380         debug_nothing_int_int_charstar_int_bool): New prototypes.
13381         (dwarf2out_begin_prologue): Add column argument.
13382         * debug.c (do_nothing_debug_hooks): Adjust source_line and
13383         begin_prologue hooks.
13384         (debug_nothing_int_charstar_int_bool): Remove.
13385         (debug_nothing_int_int_charstar,
13386         debug_nothing_int_int_charstar_int_bool): New functions.
13387         * dwarf2out.c (dwarf2out_begin_prologue): Add column argument, pass it
13388         through to dwarf2out_source_line.
13389         (dwarf2_lineno_debug_hooks): Adjust begin_prologue hook.
13390         (dwarf2out_source_line): Add column argument, emit it if requested.
13391         * sdbout.c (sdbout_source_line, sdbout_begin_prologue): Add column
13392         arguments.
13393         * xcoffout.h (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
13394         * xcoffout.c (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
13395         * vmsdbgout.c (vmsdbgout_begin_prologue): Add column argument, pass it
13396         through to dwarf2out_begin_prologue.
13397         (vmsdbgout_source_line): Add column argument, pass it through to
13398         dwarf2out_source_line.
13399         * dbxout.c (dbxout_begin_prologue): Add column argument, adjust
13400         dbxout_source_line caller.
13401         (dbxout_source_line): Add column argument.
13403         * common.opt (gno-column-info, gcolumn-info): New options.
13404         * dwarf2out.c (dwarf2_lineno_debug_hooks): Formatting fix.
13405         (check_die): Also test for multiple DW_AT_decl_column attributes.
13406         (add_src_coords_attributes, dwarf2out_imported_module_or_decl_1): Add
13407         DW_AT_decl_column if requested.
13408         (gen_subprogram_die): Compare and/or add also DW_AT_decl_column
13409         if requested.
13410         (gen_variable_die): Likewise.
13411         (add_call_src_coords_attributes): Add DW_AT_call_column if requested.
13412         * doc/invoke.texi (-gcolumn-info, -gno-column-info): Document.
13414         PR target/79569
13415         * config/i386/i386.opt (m3dnowa): Replace Undocumented with Report.
13416         * common/config/i386/i386-common.c (OPTION_MASK_ISA_3DNOW_A_SET): Define.
13417         (ix86_handle_option): Handle OPT_m3dnowa.
13418         * doc/invoke.texi (-m3dnowa): Document.
13419         * doc/extend.texi (__builtin_ia32_pmulhuw, __builtin_ia32_pf2iw): Use
13420         -m3dnowa instead of -m3dnow -march=athlon.
13422         PR target/79559
13423         * config/i386/i386.c (ix86_print_operand): Use output_operand_lossage
13424         instead of gcc_assert for K, r and R code checks.  Formatting fixes.
13426 2017-02-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13428         PR target/79261
13429         * config/rs6000/rs6000.c (rs6000_expand_ternop_builtin): Add
13430         support for CODE_FOR_vsx_xxpermdi_v2d[fi]_be.
13431         * config/rs6000/rs6000.md (reload_gpr_from_vsx<mode>): Call
13432         generator for vsx_xxpermdi_<mode>_be.
13433         * config/rs6000/vsx.md (vsx_xxpermdi_<mode>): Remove logic to
13434         force big-endian semantics.
13435         (vsx_xxpermdi_<mode>_be): New define_expand with same
13436         implementation as previous version of vsx_xxpermdi_<mode>.
13438 2017-02-17  Jakub Jelinek  <jakub@redhat.com>
13440         PR tree-optimization/79327
13441         * gimple-ssa-sprintf.c (format_integer): Remove likely_adjust
13442         variable, its initialization and use.
13444 2017-02-17  Julia Koval  <julia.koval@intel.com>
13446         * common/config/i386/i386-common.c (OPTION_MASK_ISA_RDPID_SET): New.
13447         (OPTION_MASK_ISA_PKU_UNSET): New.
13448         (ix86_handle_option): Handle -mrdpid.
13449         * config/i386/cpuid.h (bit_RDPID): New.
13450         * config/i386/driver-i386.c (host_detect_local_cpu):
13451         Detect RDPID feature.
13452         * config/i386/i386-builtin.def (__builtin_ia32_rdpid): New.
13453         * config/i386/i386-c.c (ix86_target_macros_internal):
13454         Handle RDPID flag.
13455         * config/i386/i386.c (ix86_target_string): Add -mrdpid to isa2_opts.
13456         (ix86_valid_target_attribute_inner_p): Add "rdpid".
13457         (ix86_expand_builtin): Handle IX86_BUILTIN_RDPID.
13458         * config/i386/i386.h (TARGET_RDPID, TARGET_RDPID_P): New.
13459         * config/i386/i386.md (define_insn "rdpid"): New.
13460         * config/i386/i386.opt Add -mrdpid.
13461         * config/i386/immintrin.h (_rdpid_u32): New.
13463 2017-02-17  Vladimir Makarov  <vmakarov@redhat.com>
13465         PR rtl-optimization/79541
13466         * lra-constraints.c (curr_insn_transform): Remove wrong asm insn
13467         instead of transforming it into USE.
13469 2017-02-17  Segher Boessenkool  <segher@kernel.crashing.org>
13471         * config/rs6000/rs6000.md (extendsfdf2): Remove default arguments.
13472         If HONOR_SNANS (SFmode) force the input to a register.
13473         (*extendsfdf2_fpr): Add !HONOR_SNANS (SFmode) condition.
13474         (*extendsfdf2_snan): New pattern, used when using SNaNs; it generates
13475         an frsp or similar insn.
13477 2017-02-17  Martin Liska  <mliska@suse.cz>
13479         PR rtl-optimization/79577
13480         * params.def (selsched-max-sched-times): Increase minimum to 1.
13482 2017-02-17  Martin Liska  <mliska@suse.cz>
13484         PR rtl-optimization/79574
13485         * gcse.c (want_to_gcse_p): Prevent integer overflow.
13487 2017-02-17  Martin Liska  <mliska@suse.cz>
13489         PR tree-optimization/79529
13490         * tree-ssa-loop-unswitch.c (is_maybe_undefined): Use
13491         ssa_defined_default_def_p to handle cases which are implicitly
13492         defined.
13493         * tree-ssa.c (ssa_defined_default_def_p): New function.
13494         (ssa_undefined_value_p): Use ssa_defined_default_def_p to handle cases
13495         which are implicitly defined.
13496         * tree-ssa.h (ssa_defined_default_def_p): Declare.
13498 2017-02-17  Richard Biener  <rguenther@suse.de>
13500         PR middle-end/79576
13501         * params.def (max-ssa-name-query-depth): Limit to 10.
13503 2017-02-17  Richard Biener  <rguenther@suse.de>
13505         PR tree-optimization/79552
13506         * tree-ssa-structalias.c (visit_loadstore): Properly verify
13507         default defs.
13509 2017-02-17  Richard Biener  <rguenther@suse.de>
13511         PR bootstrap/79567
13512         * genmatch.c (output_line_directive): Handle DIR_SEPARATOR_2.
13514 2017-02-17  Marek Polacek  <polacek@redhat.com>
13516         PR middle-end/79536
13517         * fold-const.c (fold_negate_expr_1): Renamed from fold_negate_expr.
13518         (fold_negate_expr): New wrapper.
13520 2017-02-16  Sandra Loosemore  <sandra@codesourcery.com>
13522         * doc/invoke.texi (C++ Dialect Options) [-Wno-non-template-friend]: 
13523         Correct terminology and de-emphasize pre-standard behavior.
13525 2017-02-16  Alan Modra  <amodra@gmail.com>
13527         PR rtl-optimization/79286
13528         * ira.c (def_dominates_uses): New function.
13529         (update_equiv_regs): Don't create an equivalence for insns that
13530         may trap where the register def does not dominate the use.
13532 2017-02-16  Vladimir Makarov  <vmakarov@redhat.com>
13534         PR rtl-optimization/78127
13535         * lra.c (lra): Call lra_eliminate before finish the loop after
13536         lra_constraint.
13538 2017-02-16  Richard Biener  <rguenther@suse.de>
13540         * graphite.h: Do not include isl/isl_val_gmp.h, instead include
13541         isl/isl_val.h.
13542         * graphite-isl-ast-to-gimple.c (gmp_cst_to_tree): Remove.
13543         (gcc_expression_from_isl_expr_int): Use generic isl_val interface.
13544         * graphite-sese-to-poly.c: Do not include isl/isl_val_gmp.h.
13545         (isl_val_int_from_wi): New function.
13546         (extract_affine_gmp): Rename to ...
13547         (extract_affine_wi): ... this, take a widest_int.
13548         (extract_affine_int): Just wrap extract_affine_wi.
13549         (add_param_constraints): Use isl_val_int_from_wi.
13550         (add_loop_constraints): Likewise, and extract_affine_wi.
13552 2017-02-15  Jeff Law  <law@redhat.com>
13554         PR middle-end/79521
13555         * ira-costs.c (scan_one_insn): Check have_regs_of_mode before calling
13556         ira_init_register_move_cost_if_necessary.
13558 2017-02-15  Martin Sebor  <msebor@redhat.com>
13560         PR middle-end/32003
13561         * doc/invoke.texi (-fdump-final-insns): Replace option accidentally
13562         removed in a prior commit.
13564 2017-02-15  Bin Cheng  <bin.cheng@arm.com>
13566         PR tree-optimization/79347
13567         * tree-vect-loop-manip.c (vect_do_peeling): Maintain profile
13568         counters during peeling.
13570 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
13572         * Makefile.in (site.exp): Remove "set ISLVER".
13574 2017-02-15  Jakub Jelinek  <jakub@redhat.com>
13576         PR target/79487
13577         * real.c (real_from_integer): Call real_convert even for decimal.
13579 2017-02-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
13581         PR target/79421
13582         * config/s390/s390.c: define TARGET_CUSTOM_FUNCTION_DESCRIPTORS.
13584 2017-02-14  Andrew Pinski  <apinski@cavium.com>
13586         * config/aarch64/aarch64-cores.def (thunderx2t99): Move to under 'C"
13587         cores and change the partno/implementer to be correct.
13588         (thunderx2t99p1): New core which replaces thunderx2t99 and still has
13589         the 'B" as the implementer.
13590         * config/aarch64/aarch64-tune.md: Regenerate.
13592 2017-02-14  Carl Love  <cel@us.ibm.com>
13594         * config/rs6000/rs6000.c: Add case statement entry to make the
13595         xvcvuxdsp built-in argument unsigned.
13596         * config/rs6000/vsx.md: Fix the source and return operand types so they
13597         match the instruction definitions from the ISA document.  Fix typo
13598         in the instruction generation for the (define_insn "vsx_xvcvuxdsp"
13599         statement.
13601 2017-02-14  Vladimir Makarov  <vmakarov@redhat.com>
13603         PR target/79282
13604         * lra-int.h (struct lra_operand_data, struct lra_insn_reg): Add
13605         member early_clobber_alts.
13606         * lra-lives.c (reg_early_clobber_p): New.
13607         (process_bb_lives): Use it.
13608         * lra.c (new_insn_reg): New arg early_clobber_alts.  Use it.
13609         (debug_operand_data): Initialize early_clobber_alts.
13610         (setup_operand_alternative): Set up early_clobber_alts.
13611         (collect_non_operand_hard_regs): Ditto.  Pass early clobber
13612         alternatives to new_insn_reg.
13613         (add_regs_to_insn_regno_info): Add arg early_clobber_alts.  Use
13614         it.
13615         (lra_update_insn_regno_info): Pass the new arg.
13617 2017-02-14  Jakub Jelinek  <jakub@redhat.com>
13619         PR middle-end/79505
13620         * omp-offload.c (free_oacc_loop): Release loop->ifns vector.
13621         (new_oacc_loop_raw): Don't clear already cleared fields.
13623         PR target/79481
13624         * config/i386/avx512pfintrin.h (_mm512_prefetch_i32gather_pd,
13625         _mm512_prefetch_i32gather_ps, _mm512_prefetch_i64gather_pd,
13626         _mm512_prefetch_i64gather_ps): New inline functions and macros.
13628 2017-02-14  Uros Bizjak  <ubizjak@gmail.com>
13630         PR target/79495
13631         * config/i386/i386.md (*movxf_internal): Add (o,rC) alternative.
13633 2017-02-14  H.J. Lu  <hongjiu.lu@intel.com>
13635         PR target/79498
13636         * config/i386/i386.c (timode_scalar_chain::convert_insn): Insert
13637         the extra instruction to the right place to store 128-bit constant
13638         when needed.
13640 2017-02-14  Martin Sebor  <msebor@redhat.com>
13642         PR middle-end/79448
13643         * gimple-ssa-sprintf.c (format_directive): Avoid issuing INT_MAX
13644           warning for strings of unknown length.
13646 2017-02-13  Segher Boessenkool  <segher@kernel.crashing.org>
13648         * config.gcc (supported_defaults) [powerpc*-*-*]: Update.
13650 2017-02-14  Jeff Law  <law@redhat.com>
13652         PR target/79404
13653         * ira-costs.c (scan_one_insn): Initialize register move costs
13654         for pseudos seen in USE/CLOBBER insns.
13656         PR tree-optimization/79095
13657         * tree-vrp.c (extract_range_from_binary_expr_1): For EXACT_DIV_EXPR,
13658         if the numerator has the range ~[0,0] make the resultant range ~[0,0].
13659         (extract_range_from_binary_expr): For MINUS_EXPR with no derived range,
13660         if the operands are known to be not equal, then the resulting range
13661         is ~[0,0].
13662         (intersect_ranges): If the new range is ~[0,0] and the old range is
13663         wide, then prefer ~[0,0].
13664         * tree-vrp.c (overflow_comparison_p_1): New function.
13665         (overflow_comparison_p): New function.
13666         * tree-vrp.c (register_edge_assert_for_2): Register additional asserts
13667         if NAME is used in an overflow test.
13668         (vrp_evaluate_conditional_warnv_with_ops): If the ops represent an
13669         overflow check that can be expressed as an equality test, then adjust
13670         ops to be that equality test.
13672 2017-02-14  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
13674         * config/s390/s390-builtin-types.def: Remove flags argument.
13675         * config/s390/s390.c (s390_init_builtins): Likewise.
13677 2017-02-14  Martin Liska  <mliska@suse.cz>
13679         * tree-ssa-loop-unswitch.c (hoist_guard): Release get_loop_body
13680         vector.  Fix trailing white spaces.
13682 2017-02-14  James Greenhalgh  <james.greenhalgh@arm.com>
13684         * config/aarch64/aarch64.c (aarch64_simd_container_mode): Handle
13685         HFmode.
13687 2017-02-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13689         PR rtl-optimization/68664
13690         * config/arm/arm.c (arm_sched_can_speculate_insn):
13691         New function.  Declare prototype.
13692         (TARGET_SCHED_CAN_SPECULATE_INSN): Define.
13694 2017-02-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13696         PR rtl-optimization/68664
13697         * config/aarch64/aarch64.c (aarch64_sched_can_speculate_insn):
13698         New function.
13699         (TARGET_SCHED_CAN_SPECULATE_INSN): Define.
13701 2017-02-14  Amit Pawar  <amit.pawar@amd.com>
13703         * config/i386/i386.c (znver1_cost): Fix the alignment for function and
13704         max skip bytes for function, loop and jump.
13706 2017-02-14  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
13708         * gimple-pretty-print.c (dump_unary_rhs): Adjust dump format for
13709         ABS_EXPR for gimple dump.
13711 2017-02-14  Jakub Jelinek  <jakub@redhat.com>
13713         PR target/79462
13714         * config/sh/sh.c (expand_cbranchdi4): Don't clear operands[4].
13716         PR tree-optimization/79408
13717         * tree-vrp.c (simplify_div_or_mod_using_ranges): Handle also the
13718         case when on TRUNC_MOD_EXPR op0 is INTEGER_CST.
13719         (simplify_stmt_using_ranges): Call simplify_div_or_mod_using_ranges
13720         also if rhs1 is INTEGER_CST.
13722 2017-02-14  Richard Biener  <rguenther@suse.de>
13724         PR middle-end/79432
13725         * tree-into-ssa.c (insert_phi_nodes): When the function can
13726         have abnormal edges rewrite SSA names with broken use-def
13727         dominance out of SSA and register them for PHI insertion.
13729 2017-02-13  Martin Sebor  <msebor@redhat.com>
13731         PR middle-end/79496
13732         * gimple-ssa-sprintf.c (pass_sprintf_length::handle_gimple_call): Avoid
13733         clearing info.nowrite flag when snprintf size argument is a range.
13735 2017-02-13  Jakub Jelinek  <jakub@redhat.com>
13737         * cprop.c (cprop_jump): Add missing space in string literal.
13738         * tree-ssa-structalias.c (rewrite_constraints): Likewise.
13739         (get_constraint_for_component_ref): Likewise.
13740         * df-core.c (df_worklist_dataflow_doublequeue): Likewise.
13741         * tree-outof-ssa.c (insert_partition_copy_on_edge): Likewise.
13742         * lra-constraints.c (process_alt_operands): Likewise.
13743         * ipa-inline.c (inline_small_functions): Likewise.
13744         * tree-ssa-sccvn.c (visit_reference_op_store): Likewise.
13745         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
13746         * trans-mem.c (diagnose_tm_1_op): Likewise.
13747         * omp-grid.c (grid_find_single_omp_among_assignments): Likewise.
13748         (grid_parallel_clauses_gridifiable): Likewise.
13750         * config/nvptx/mkoffload.c (process): Add space in between
13751         , and %d.
13753         * config/i386/i386.h (REG_CLASS_NAMES): Add , in between
13754         "MOD4_SSE_REGS" and "ALL_REGS".
13756         * spellcheck.c (test_data): Add , in between "foo" and "food".
13758 2017-02-13  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
13760         PR target/79449
13761         * config/rs6000/rs6000.c (expand_block_compare): Make sure runtime
13762         boundary crossing check and subsequent code generation agree.
13764 2017-02-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13766         * config/aarch64/aarch64.c (has_memory_op): Delete.
13767         (aarch64_madd_needs_nop): Use contains_mem_rtx_p instead of
13768         has_memory_op.
13770 2017-02-13  Jakub Jelinek  <jakub@redhat.com>
13772         PR rtl-optimization/79388
13773         PR rtl-optimization/79450
13774         * combine.c (distribute_notes): When removing TEM_INSN for which
13775         corresponding dest has last value recorded, invalidate that last
13776         value.
13778 2017-02-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13780         * config/arm/arm.c (arm_print_tune_info): Use ASM_COMMENT_START instead
13781         of explicit '@'.  Add missing assembly comment marker on branch costs
13782         printout.
13784 2017-02-13  Nathan Sidwell  <nathan@acm.org>
13786         * gengtype-lex.l (<in_struct>): Add '/'.
13788 2017-02-13  Martin Liska  <mliska@suse.cz>
13790         PR c/79471
13791         * calls.c (expand_call): Replace XALLOCAVEC with XCNEWVEC.
13793 2017-02-13  Richard Biener  <rguenther@suse.de>
13795         * configure.ac (HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS):
13796         Remove.
13797         * configure: Re-generate.
13798         * config.in: Likewise.
13799         * graphite-dependences.c: Simplify as if
13800         HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS was defined.
13801         * graphite-isl-ast-to-gimple.c: Likewise.
13802         * graphite-optimize-isl.c: Likewise.
13803         * graphite-poly.c: Likewise.
13804         * graphite-sese-to-poly.c: Likewise.
13805         * graphite.h: Likewise.
13806         * toplev.c: Include isl/version.h and use isl_version () for
13807         printing the ISL version.
13808         * doc/install.texi: Update ISL requirement.
13810 2017-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
13812         * doc/standards.texi (Standards): Update reference to
13813         Objective-C 2.0.
13815 2017-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
13817         * doc/extend.texi (Named Address Spaces): sourceware.org now
13818         defaults to https.
13819         * doc/install.texi (Binaries): Ditto.
13820         (Specific): Ditto.
13822 2017-02-11  Sandra Loosemore  <sandra@codesourcery.com>
13824         * doc/cpp.texi: Replace "stringify"/"stringification" with C
13825         standard terminology "stringize"/"stringizing" throughout.
13826         * doc/cppinternals.texi: Likewise.
13828 2017-02-11  Sandra Loosemore  <sandra@codesourcery.com>
13830         * doc/extend.texi: Fix some spelling mistakes and typos.
13831         * doc/invoke.texi: Likewise.
13833 2017-02-11  Jan Hubicka  <hubicka@ucw.cz>
13835         PR ipa/79224
13836         * params.def (inline-min-speedup) Change from 10 to 8.
13838 2017-02-11  Jakub Jelinek  <jakub@redhat.com>
13840         * doc/invoke.texi (fopenmp): Bump OpenMP version from 4.0 to
13841         4.5.
13843 2017-02-11  Jan Hubicka  <hubicka@ucw.cz>
13845         PR ipa/79224
13846         * ipa-inline-analysis.c (get_minimal_bb): New function.
13847         (record_modified): Use it.
13848         (remap_edge_change_prob): Handle also ancestor functions.
13850 2017-02-11  Gerald Pfeifer  <gerald@pfeifer.com>
13852         * doc/contrib.texi (Contributors): Remove broken link into
13853         the Mauve CVS repository.
13855 2017-02-11  Jakub Jelinek  <jakub@redhat.com>
13857         PR middle-end/79454
13858         * internal-fn.c (expand_vector_ubsan_overflow): Use piece-wise
13859         result computation whenever lhs doesn't have vector mode, not
13860         just when it has BLKmode.
13862 2017-02-10  Gerald Pfeifer  <gerald@pfeifer.com>
13864         * doc/makefile.texi (profiledbootstrap): Refer to the
13865         installation instructions only in textual form.
13867 2017-02-10  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
13869         PR target/79295
13870         * config/rs6000/altivec.md (bcd<bcd_add_sub>): Fix constraints.
13872 2017-02-10  Gerald Pfeifer  <gerald@pfeifer.com>
13874         * doc/install.texi (Specific): Use https for blackfin.uclinux.org.
13875         (Specific): Update mingw-w64 reference.
13876         (Binaries): Ditto.
13877         (Specific): Remove broken link to Renesas RX processor.
13879 2017-02-10  Richard Biener  <rguenther@suse.de>
13881         * toplev.c (process_options): Do not mention obsolete graphite
13882         options when printing sorry message about missing graphite support.
13883         Mention -floop-nest-optimize.
13885 2017-02-10  Christophe Lyon  <christophe.lyon@linaro.org>
13887         * config/aarch64/arm_neon.h (vtst_p8): Rewrite without asm.
13888         (vtst_p16): Likewise.
13889         (vtstq_p8): Likewise.
13890         (vtstq_p16): Likewise.
13891         (vtst_p64): New.
13892         (vtstq_p64): Likewise.
13893         * config/arm/arm_neon.h (vgetq_lane_p64): New.
13894         (vset_lane_p64): New.
13895         (vsetq_lane_p64): New.
13897 2017-02-10  Jakub Jelinek  <jakub@redhat.com>
13899         PR tree-optimization/79411
13900         * tree-ssa-reassoc.c (is_reassociable_op): Return false if
13901         stmt operands are SSA_NAMEs used in abnormal phis.
13902         (can_reassociate_p): Return false if op is SSA_NAME used in abnormal
13903         phis.
13905 2017-02-09  Jan Hubicka  <hubicka@ucw.cz>
13907         PR ipa/70795
13908         * cgraphunit.c (cgraph_node::add_new_function): Set externally_visible
13909         flag if needed.
13911 2017-02-09  Jan Hubicka  <hubicka@ucw.cz>
13913         * tree-ssa-loop-unswitch.c (hoist_guard): Update profile.
13915 2017-02-09  Jakub Jelinek  <jakub@redhat.com>
13917         * omp-offload.c (oacc_loop_auto_partitions): Use || instead of |
13918         to avoid warning.
13920         PR c/79413
13921         * gimplify.h (is_gimple_sizepos): Only test for INTEGER_CST constants,
13922         not arbitrary TREE_CONSTANT.
13924         PR c/79431
13925         * gimplify.c (gimplify_adjust_omp_clauses): Ignore
13926         "omp declare target link" attribute unless is_global_var.
13927         * omp-offload.c (find_link_var_op): Likewise.
13929 2017-02-09  Nathan Sidwell  <nathan@codesourcery.com>
13930             Chung-Lin Tang  <cltang@codesourcery.com>
13932         * gimplify.c (gimplify_scan_omp_clauses): No special handling for
13933         OMP_CLAUSE_TILE.
13934         (gimplify_adjust_omp_clauses): Don't delete TILE.
13935         (gimplify_omp_for): Deal with TILE.
13936         * internal-fn.c (expand_GOACC_TILE): New function.
13937         * internal-fn.def (GOACC_DIM_POS): Comment may be overly conservative.
13938         (GOACC_TILE): New.
13939         * omp-expand.c (struct oacc_collapse): Add tile and outer fields.
13940         (expand_oacc_collapse_init): Add LOC paramter.  Initialize tile
13941         element fields.
13942         (expand_oacc_collapse_vars): Add INNER parm, adjust for tiling,
13943         avoid DIV for outermost collapse var.
13944         (expand_oacc_for): Insert tile element loop as needed.  Adjust.
13945         Remove out of date comments, fix whitespace.
13946         * omp-general.c (omp_extract_for_data): Deal with tiling.
13947         * omp-general.h (enum oacc_loop_flags): Add OLF_TILE flag,
13948         adjust OLF_DIM_BASE value.
13949         (struct omp_for_data): Add tiling field.
13950         * omp-low.c (scan_sharing_clauses): Allow OMP_CLAUSE_TILE.
13951         (lower_oacc_head_mark): Add OLF_TILE as appropriate.  Ensure 2 levels
13952         for auto loops.  Remove default auto determining, moved to
13953         oacc_loop_fixed_partitions.
13954         * omp-offload.c (struct oacc_loop): Change 'ifns' to vector of call
13955         stmts, add e_mask field.
13956         (oacc_dim_call): New function, abstracted out from oacc_thread_numbers.
13957         (oacc_thread_numbers): Use oacc_dim_call.
13958         (oacc_xform_tile): New.
13959         (new_oacc_loop_raw): Initialize e_mask, adjust for ifns vector.
13960         (finish_oacc_loop): Adjust for ifns vector.
13961         (oacc_loop_discover_walk): Append loop abstraction sites to list,
13962         add case for GOACC_TILE fns.
13963         (oacc_loop_xform_loop): Delete.
13964         (oacc_loop_process): Iterate over call list directly, and add
13965         handling for GOACC_TILE fns.
13966         (oacc_loop_fixed_partitions): Determine default auto, deal with TILE,
13967         dump partitioning.
13968         (oacc_loop_auto_partitions): Add outer_assign parm. Assign all but
13969         vector partitioning to outer loops.  Assign 2 partitions to loops
13970         when available. Add TILE handling.
13971         (oacc_loop_partition): Adjust oacc_loop_auto_partitions call.
13972         (execite_oacc_device_lower): Process GOACC_TILE fns,
13973         ignore unknown specs.
13974         * tree-nested.c (convert_nonlocal_omp_clauses): Allow OMP_CLAUSE_TILE.
13975         * tree.c (omp_clause_num_ops): Adjust TILE ops.
13976         * tree.h (OMP_CLAUSE_TILE_ITERVAR, OMP_CLAUSE_TILE_COUNT): New.
13978 2017-02-09  Gerald Pfeifer  <gerald@pfeifer.com>
13980         * configure.ac (ACX_BUGURL): Update.
13981         * configure: Regenerate.
13983 2017-02-09  Richard Biener  <rguenther@suse.de>
13985         PR tree-optimization/69823
13986         * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
13987         Properly enumerate all BBs in the region.  Use auto_vec/auto_bitmap.
13989 2017-02-09  Andrew Burgess  <andrew.burgess@embecosm.com>
13991         * config/arc/arc-c.def: Add __NPS400__ definition.
13992         * config/arc/arc.h (CPP_SPEC): Don't define __NPS400__ here.
13993         (TARGET_NPS400): Define.
13995 2017-02-09  Andrew Burgess  <andrew.burgess@embecosm.com>
13997         * config/arc/arc-arch.h (arc_arch_t): Move unchanged to earlier in
13998         file.
13999         (arc_cpu_t): Change base_architecture field, arch, to a arc_arc_t
14000         pointer, arch_info.
14001         (arc_cpu_types): Fill the arch_info field with a pointer into the
14002         arc_arch_types table.
14003         (arc_selected_cpu): Declare.
14004         * config/arc/arc.c (arc_selected_cpu): Make global.
14005         (arc_selected_arch): Delete.
14006         (arc_base_cpu): Delete.
14007         (arc_override_options): Remove references to deleted variables,
14008         update access to arch information.
14009         (ARC_OPT): Update access to arch information.
14010         (ARC_OPTX): Likewise.
14011         * config/arc/arc.h (arc_base_cpu): Remove declaration.
14012         (TARGET_ARC600): Update access to arch information.
14013         (TARGET_ARC601): Likewise.
14014         (TARGET_ARC700): Likewise.
14015         (TARGET_EM): Likewise.
14016         (TARGET_HS): Likewise.
14017         * config/arc/driver-arc.c (arc_cpu_to_as): Update access to arch
14018         information.
14020 2017-02-08  Pat Haugen  <pthaugen@us.ibm.com>
14022         PR target/78604
14023         * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Invert
14024         condition/operands for integer GE/LE/GEU/LEU operations.
14026 2017-02-08  Segher Boessenkool  <segher@kernel.crashing.org>
14028         PR translation/79397
14029         * config/rs6000/rs6000.opt (maltivec=le, maltivec=be): Fix spelling
14030         of AltiVec.
14032 2017-02-08  Martin Jambor  <mjambor@suse.cz>
14034         PR ipa/79375
14035         * ipa-prop.c (ipa_alloc_node_params): Make static, return bool
14036         whether allocation happened.
14037         (ipa_initialize_node_params): Do not call ipa_alloc_node_params if
14038         nothing was allocated.
14040 2017-02-08  Jakub Jelinek  <jakub@redhat.com>
14042         PR tree-optimization/79408
14043         * tree-vrp.c (simplify_div_or_mod_using_ranges): If op1 is not
14044         constant, but SSA_NAME with a known integer range, use the minimum
14045         of that range instead of op1 to determine if modulo can be replaced
14046         with its first operand.
14048 2016-02-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
14050         * config/riscv/riscv.c (riscv_build_integer_1): Avoid use of INT16_MAX.
14052 2017-02-08  Richard Biener  <rguenther@suse.de>
14054         PR tree-optimization/71824
14055         * graphite-scop-detection.c (scop_detection::build_scop_breadth):
14056         Check all loops contained in the merged region.
14058 2017-02-07  Andrew Pinski  <apinski@cavium.com>
14060         * config/aarch64/aarch64.md (popcount<mode>2): New pattern.
14062 2017-02-07  Andrew Pinski  <apinski@cavium.com>
14064         * config/aarch64/aarch64-cores.def (thunderx): Disable LSE.
14065         (thunderxt88): Likewise.
14066         (thunderxt81): Disable LSE and change v8.1 to v8.
14067         (thunderxt83): Likewise.
14069 2017-02-07  Jakub Jelinek  <jakub@redhat.com>
14070             Richard Biener  <rguenther@suse.de>
14072         PR middle-end/79399
14073         * ira-int.h (struct target_ira_int): Change x_max_struct_costs_size
14074         type from int to size_t.
14075         * ira-costs.c (struct_costs_size): Change type from int to size_t.
14077 2017-02-07  Jakub Jelinek  <jakub@redhat.com>
14079         PR rtl-optimization/79386
14080         * cprop.c (bypass_conditional_jumps): Initialize
14081         bypass_last_basic_block already before splitting bbs after
14082         unconditional traps...
14083         (bypass_conditional_jumps): ... rather than here.
14085         PR target/79299
14086         * config/i386/sse.md (xtg_mode, gatherq_mode): New mode attrs.
14087         (*avx512f_gathersi<mode>, *avx512f_gathersi<mode>_2,
14088         *avx512f_gatherdi<mode>, *avx512f_gatherdi<mode>_2): Use them,
14089         fix -masm=intel patterns.
14091 2017-02-07  Richard Biener  <rguenther@suse.de>
14093         PR tree-optimization/79256
14094         PR middle-end/79278
14095         * builtins.c (get_object_alignment_2): Use min_align_of_type
14096         to extract alignment for MEM_REFs to honor BIGGEST_FIELD_ALIGNMENT
14097         and ADJUST_FIELD_ALIGN.
14099         * doc/tm.texi.in (ADJUST_FIELD_ALIGN): Adjust to take additional
14100         type parameter.
14101         * doc/tm.texi: Regenerate.
14102         * stor-layout.c (layout_decl): Adjust.
14103         (update_alignment_for_field): Likewise.
14104         (place_field): Likewise.
14105         (min_align_of_type): Likewise.
14106         * config/arc/arc.h (ADJUST_FIELD_ALIGN): Adjust.
14107         * config/epiphany/epiphany.h (ADJUST_FIELD_ALIGN): Likewise.
14108         * config/epiphany/epiphany.c (epiphany_adjust_field_align): Likewise.
14109         * config/frv/frv.h (ADJUST_FIELD_ALIGN): Likewise.
14110         * config/frv/frv.c (frv_adjust_field_align): Likewise.
14111         * config/i386/i386.h (ADJUST_FIELD_ALIGN): Likewise.
14112         * config/i386/i386.c (x86_field_alignment): Likewise.
14113         * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Likewise.
14114         * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Likewise.
14115         * config/rs6000/freebsd64.h (ADJUST_FIELD_ALIGN): Likewise.
14116         * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Likewise.
14117         * config/rs6000/sysv4.h (ADJUST_FIELD_ALIGN): Likewise.
14118         * config/rs6000/rs6000.c (rs6000_special_adjust_field_align_p):
14119          Likewise.
14121         Revert
14122         2017-01-30  Richard Biener  <rguenther@suse.de>
14124         PR tree-optimization/79256
14125         * targhooks.c (default_builtin_vector_alignment_reachable): Honor
14126         BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
14127         alignment on TYPE.
14129 2017-02-07  Toma Tabacu  <toma.tabacu@imgtec.com>
14131         * config/mips/mips.c (mips_expand_builtin_insn): Convert the QImode
14132         argument of the pshufh, psllh, psllw, psrah, psraw, psrlh, psrlw
14133         builtins to SImode and emit a zero-extend, if necessary.
14135 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
14137         * docs/invoke.texi (RISC-V Options): Alphabetize.
14139 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
14141         * doc/invoke.texi (RISC-V Options): Use two spaces to separate
14142         options.
14144 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
14146         * config/riscv/riscv.c: New file.
14147         * gcc/common/config/riscv/riscv-common.c: Likewise.
14148         * config.gcc: Likewise.
14149         * config/riscv/constraints.md: Likewise.
14150         * config/riscv/elf.h: Likewise.
14151         * config/riscv/generic.md: Likewise.
14152         * config/riscv/linux.h: Likewise.
14153         * config/riscv/multilib-generator: Likewise.
14154         * config/riscv/peephole.md: Likewise.
14155         * config/riscv/pic.md: Likewise.
14156         * config/riscv/predicates.md: Likewise.
14157         * config/riscv/riscv-builtins.c: Likewise.
14158         * config/riscv/riscv-c.c: Likewise.
14159         * config/riscv/riscv-ftypes.def: Likewise.
14160         * config/riscv/riscv-modes.def: Likewise.
14161         * config/riscv/riscv-opts.h: Likewise.
14162         * config/riscv/riscv-protos.h: Likewise.
14163         * config/riscv/riscv.h: Likewise.
14164         * config/riscv/riscv.md: Likewise.
14165         * config/riscv/riscv.opt: Likewise.
14166         * config/riscv/sync.md: Likewise.
14167         * config/riscv/t-elf-multilib: Likewise.
14168         * config/riscv/t-linux: Likewise.
14169         * config/riscv/t-linux-multilib: Likewise.
14170         * config/riscv/t-riscv: Likewise.
14171         * configure.ac: Likewise.
14172         * doc/contrib.texi: Add Kito Cheng, Palmer Dabbelt, and Andrew
14173         Waterman as RISC-V maintainers.
14174         * doc/install.texi: Add RISC-V entries.
14175         * doc/invoke.texi: Add RISC-V options section.
14176         * doc/md.texi: Add RISC-V constraints section.
14177         * configure: Regenerated.
14179 2017-02-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
14181         PR target/66144
14182         * config/rs6000/vector.md (vcond<mode><mode>): Allow the true and
14183         false values to be constant vectors with all 0 or all 1 bits set.
14184         (vcondu<mode><mode>): Likewise.
14185         * config/rs6000/predicates.md (vector_int_reg_or_same_bit): New
14186         predicate.
14187         (fpmask_comparison_operator): Update comment.
14188         (vecint_comparison_operator): New predicate.
14189         * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Optimize
14190         vector conditionals when the true and false values are constant
14191         vectors with all 0 bits or all 1 bits set.
14193 2017-02-06  Martin Sebor  <msebor@redhat.com>
14195         PR  tree-optimization/79376
14196         * gimple-fold.c (get_range_strlen): Set the minimum length to zero.
14198 2017-02-06  Uros Bizjak  <ubizjak@gmail.com>
14200         * config/i386/sse.md (vector modes -> vec_extract* splitter): Use
14201         explicit subreg RTX with operand 1.  Use VECTOR_MODE_P predicate
14202         to simplify split condition.
14204 2017-02-06  Jakub Jelinek  <jakub@redhat.com>
14206         * omp-expand.c (oxpand_omp_atomic_fetch_op,
14207         expand_omp_atomic_pipeline): Return false if can_atomic_load_p is
14208         false.
14210 2017-02-06  Segher Boessenkool  <segher@kernel.crashing.org>
14212         PR rtl-optimization/68664
14213         * target.def (can_speculate_insn): New hook.
14214         * doc/tm.texi.in (TARGET_SCHED_CAN_SPECULATE_INSN): New hook.
14215         * doc/tm.texi: Regenerate.
14216         * sched-rgn.c (can_schedule_ready_p): Use the new hook.
14217         * config/rs6000/rs6000.c (TARGET_SCHED_CAN_SPECULATE_INSN): New macro.
14218         (rs6000_sched_can_speculate_insn): New function.
14220 2017-02-06  Jakub Jelinek  <jakub@redhat.com>
14222         PR tree-optimization/79284
14223         * tree-vectorizer.h (VECT_SCALAR_BOOLEAN_TYPE_P): Define.
14224         * tree-vect-stmts.c (vect_get_vec_def_for_operand,
14225         vectorizable_mask_load_store, vectorizable_operation,
14226         vect_is_simple_cond, get_same_sized_vectype): Use it instead
14227         of comparing TREE_CODE of a type against BOOLEAN_TYPE.
14228         * tree-vect-patterns.c (check_bool_pattern, search_type_for_mask_1,
14229         vect_recog_bool_pattern, vect_recog_mask_conversion_pattern): Likewise.
14230         * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
14231         * tree-vect-loop.c (vect_determine_vectorization_factor): Likewise.
14232         Remove redundant gimple_code (stmt) == GIMPLE_ASSIGN test after
14233         is_gimple_assign (stmt).  Replace another such test with
14234         is_gimple_assign (stmt).
14236 2017-02-06  Georg-Johann Lay  <avr@gjlay.de>
14238         PR target/78883
14239         * config/avr/avr.c (rtl-iter.h): Include it.
14240         (TARGET_LEGITIMATE_COMBINED_INSN): New hook define...
14241         (avr_legitimate_combined_insn): ...and implementation.
14243 2017-02-06  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14245         * config/s390/predicates.md ("larl_operand"): Use macros from hwint.h.
14246         * config/s390/s390.c (s390_const_operand_ok)
14247         (s390_canonicalize_comparison, s390_extract_part)
14248         (s390_single_part, s390_contiguous_bitmask_nowrap_p)
14249         (s390_contiguous_bitmask_p, s390_rtx_costs)
14250         (legitimize_pic_address): Likewise.
14251         * config/s390/s390.md ("clzdi2", "clztidi2"): Likewise.
14252         * config/s390/vx-builtins.md ("vec_genbytemaskv16qi")
14253         ("vec_permi<mode>", "vfae<mode>", "*vfaes<mode>", "vstrc<mode>")
14254         ("*vstrcs<mode>"): Use UINTVAL() to set unsigned HOST_WIDE_INT.
14255         * config/s390/vector.md ("vec_vfenes<mode>"): Likewise.
14257 2017-02-06  Georg-Johann Lay  <avr@gjlay.de>
14259         * config/avr/avr.md (*addhi3_zero_extend): Add alternative where
14260         REGNO($0) == REGNO($1).
14262 2017-02-06  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14264         * config/s390/linux.h(SIZE_TYPE): Add comment.
14266 2017-02-06  Julian Brown  <julian@codesourcery.com>
14267             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
14268             Virendra Pathak  <virendra.pathak@broadcom.com>
14270         * config/aarch64/aarch64-cores.def: Change the scheduler
14271         to Thunderx2t99.
14272         * config/aarch64/aarch64.md: Include thunderx2t99.md.
14273         * config/aarch64/thunderx2t99.md: New file.
14275 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
14277         * doc/standards.texi (Go Language): Update link to language
14278         standard.
14280 2017-02-05  Jan Hubicka  <hubicka@ucw.cz>
14282         * tree-eh.c (lower_resx): Sanitize profile.
14283         (cleanup_empty_eh_move_lp): Likewise.
14285 2017-02-05  Jan Hubicka  <hubicka@ucw.cz>
14287         PR tree-ssa/79347
14288         * cfgloopmanip.c (lv_adjust_loop_entry_edge, loop_version): Add
14289         ELSE_PROB.
14290         * cfgloopmanip.h (loop_version): Update prototype.
14291         * modulo-sched.c (sms_schedule): Update call of loop_version.
14292         * tree-if-conv.c(version_loop_for_if_conversion): Likewise.
14293         * tree-parloops.c (gen_parallel_loop): Likewise.
14294         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Likewise.
14295         * tree-ssa-loop-split.c (split_loop): Likewise.
14296         * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Likewise.
14297         * tree-vect-loop-manip.c (vect_loop_versioning): Likewise.
14299 2017-02-05  Martin Liska  <mliska@suse.cz>
14301         PR bootstrap/78985
14302         * config/s390/s390.c (s390_gimplify_va_arg): Initialize local
14303         variable to NULL.
14304         (print_operand_address): Initialize a struct to zero.
14306 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
14308         * doc/contrib.texi (Contributors): Refer to Hans Boehm's
14309         garbage collector only in textual form.
14311 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
14313         * doc/extend.texi (x86 specific memory model extensions for
14314         transactional memory): Simplify a phrase.
14316 2017-02-05  Eric Botcazou  <ebotcazou@adacore.com>
14318         PR target/79353
14319         * config/sparc/sync.md (atomic_loaddi_1): Replace 'U' constraint with
14320         'r', 'm' constraint with 'T' and !TARGET_ARCH64 with TARGET_ARCH32.
14321         (atomic_storedi_1): Likewise.
14323 2017-02-04  Jakub Jelinek  <jakub@redhat.com>
14325         PR tree-optimization/79338
14326         * tree-parloops.c (gather_scalar_reductions): Don't call
14327         vect_analyze_loop_form for loop->inner before destroying loop's
14328         loop_vinfo.
14330 2017-02-03  Martin Sebor  <msebor@redhat.com>
14332         PR tree-optimization/79327
14333         * gimple-ssa-sprintf.c (tree_digits): Avoid adding the base prefix
14334         when precision has resulted in leading zeros.
14335         (format_integer): Adjust the likely counter to assume an unknown
14336         argument that may be zero is non-zero.
14338 2017-02-03  Jason Merrill  <jason@redhat.com>
14340         PR c++/78689
14341         * tree-inline.c (copy_tree_body_r) [COND_EXPR]: Revert change to
14342         avoid copying non-taken branch.
14344 2017-02-03  Jakub Jelinek  <jakub@redhat.com>
14346         PR tree-optimization/79340
14347         * tree-vect-loop.c (vectorizable_reduction): Release
14348         vec_defs elements after safe_splicing them into other vectors.
14349         Formatting fixes.
14351         PR tree-optimization/79327
14352         * gimple-ssa-sprintf.c (adjust_range_for_overflow): If returning
14353         true, always set *argmin and *argmax to TYPE_{MIN,MAX}_VALUE of
14354         dirtype.
14355         (format_integer): Use wide_int_to_tree instead of build_int_cst
14356         + to_?hwi.  If argmin is NULL, just set argmin and argmax to
14357         TYPE_{MIN,MAX}_VALUE of argtype.  Simplify and fix computation
14358         of shortest and longest sequence.
14360 2017-02-03  Uros Bizjak  <ubizjak@gmail.com>
14362         * config/i386/i386.c (dimode_scalar_chain::convert_reg):
14363         Use pextrd for TARGET_SSE4_1 when creating scalar copy.
14365 2017-02-03  Walter Lee  <walt@tilera.com>
14367         PR target/78862
14368         * config/tilegx/tilegx.md (tilegx_expand_prologue): Add blockage
14369         after initial stackframe link reg save.
14370         * config/tilepro/tilepro.md (tilepro_expand_prologue): Likewise.
14372 2017-02-03  Jakub Jelinek  <jakub@redhat.com>
14374         PR target/79354
14375         * config/rs6000/rs6000.md (movsi_from_sf): Use wb constraint instead of
14376         wu for stxssp alternative.
14378 2017-02-03  Martin Sebor  <msebor@redhat.com>
14380         PR tree-optimization/79352
14381         * gimple-fold.c (get_range_strlen): Add argument.
14382         (get_range_strlen): Change return type to bool.
14383         (get_maxval_strlen): Pass in a dummy argument.
14384         * gimple-fold.h (get_range_strlen): Change return type to bool.
14385         * gimple-ssa-sprintf.c (get_string_length): Set unlikely counter.
14386         * tree.h (array_at_struct_end_p): Add argument.
14387         * tree.c (array_at_struct_end_p): Handle it.
14389 2017-02-03  Martin Liska  <mliska@suse.cz>
14391         PR lto/66295
14392         * multiple_target.c (create_dispatcher_calls): Redirect edge
14393         from a caller of a dispatcher.
14394         (expand_target_clones): Make the clones local.
14395         (ipa_target_clone): Do both target clones and resolvers.
14396         (ipa_dispatcher_calls): Remove the pass.
14397         (pass_dispatcher_calls::gate): Likewise.
14398         (make_pass_dispatcher_calls): Likewise.
14399         * passes.def (pass_target_clone): Put as very first IPA early
14400         pass.
14402 2017-02-03  Martin Liska  <mliska@suse.cz>
14404         * symtab.c (symtab_node::binds_to_current_def_p): Bail out
14405         in case of a function with ifunc attribute.
14407 2017-02-03  Martin Liska  <mliska@suse.cz>
14409         * cgraph.c (cgraph_node::dump): Dump function version info.
14410         * symtab.c (symtab_node::dump_base): Add missing new line.
14412 2017-02-02  Jan Hubicka  <hubicka@ucw.cz>
14414         * tree-ssa-ifcombine.c (update_profile_after_ifcombine): New function.
14415         (ifcombine_ifandif): Use it.
14417 2017-02-03  Martin Liska  <mliska@suse.cz>
14419         * doc/invoke.texi: Document default value for
14420         use-after-scope-direct-emission-threshold.
14422 2017-02-03  Martin Liska  <mliska@suse.cz>
14424         PR tree-optimization/79339
14425         * gimple-ssa-sprintf.c (format_floating_max): Call mpfr_clear.
14426         (format_floating): Likewise.
14428 2017-02-03  Martin Liska  <mliska@suse.cz>
14430         PR ipa/79337
14431         * ipa-prop.c (ipa_node_params_t::insert): Remove current
14432         implementation.
14433         (ipa_node_params_t::remove): Likewise.
14434         * ipa-prop.h (ipa_node_params::ipa_node_params): Make default
14435         initialization from removed ipa_node_params_t::insert.
14436         (ipa_node_params::~ipa_node_params): Move from removed
14437         ipa_node_params_t::release.
14438         * symbol-summary.h (symbol_summary::m_released): New member.
14439         Do not release a summary twice.  Do not allow to call finalizer
14440         for types of a summary that live in GGC memory.
14442 2017-02-02  Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
14444         * config/aarch64/aarch64.c (thunderx2t99_tunings): Enable AES and
14445         cmp_branch fusion.
14447 2017-02-02  Martin Sebor  <msebor@redhat.com>
14449         PR middle-end/79275
14450         * gimple-ssa-sprintf.c (get_string_length): Set lower bound to zero.
14451         (format_string): Tighten up the range of output for non-constant
14452         strings and correct the expected range for wide non-constant strings.
14454 2017-02-02  Martin Sebor  <msebor@redhat.com>
14456         * doc/invoke.texi (-maccumulate-args): Fix bad grammar.
14458         PR middle-end/32003
14459         * doc/invoke.texi (-fdump-tree-): Remove pass-specific options from
14460         index.
14461         (-fdump-tree-@var): Add to index and document how to come up
14462         with pass-specific option and dump file names.
14463         (-fdump-passes): Clarify where to look for output.
14465 2017-02-02  Jan Hubicka  <hubicka@ucw.cz>
14467         PR middle-end/77445
14468         * tree-ssa-threadbackward.c (profitable_jump_thread_path): Dump
14469         statistics of the analyzed path; allow threading for speed when
14470         any of BBs along the path are optimized for speed.
14472 2017-02-02  Eric Botcazou  <ebotcazou@adacore.com>
14474         PR middle-end/78468
14475         * emit-rtl.c (init_emit): Add ??? comment for problematic alignment
14476         settings of the virtual registers.
14478         Revert again
14479         2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14481         * explow.c (get_dynamic_stack_size): Take known alignment of stack
14482         pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
14483         needed.
14485 2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14487         * config/s390/vx-builtins.md ("vec_ceil", "vec_floor")
14488         ("vec_trunc", "vec_roundc", "vec_round"): Remove expanders.
14490 2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14492         * config/s390/s390.md: Add missing comments with the expanded
14493         mnemonics.
14494         * config/s390/vector.md: Likewise.
14495         * config/s390/vx-builtins.md: Likewise.
14497 2017-02-02  Jakub Jelinek  <jakub@redhat.com>
14499         PR target/79197
14500         * config/rs6000/rs6000.md (*fixuns_trunc<mode>di2_fctiduz): Rename to ...
14501         (fixuns_trunc<mode>di2): ... this, remove previous expander.  Put all
14502         conditions on a single line.
14504 2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14506         * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
14507         __S390_VX__ to __VX__.
14509 2017-02-01  Andrew Pinski  <apinski@cavium.com>
14511         * tree-vect-loop.c (vect_compute_single_scalar_iteration_cost): Pass
14512         stmt_info to record_stmt_cost.
14513         (vect_get_known_peeling_cost): Pass stmt_info if known to
14514         record_stmt_cost.
14515         * config/aarch64/aarch64-protos.h (cpu_vector_cost): Split
14516         cpu_vector_cost field into
14517         scalar_int_stmt_cost and scalar_fp_stmt_cost.  Split vec_stmt_cost
14518         field into vec_int_stmt_cost and vec_fp_stmt_cost.
14519         * config/aarch64/aarch64.c (generic_vector_cost): Update for the
14520         splitting of scalar_stmt_cost and vec_stmt_cost.
14521         (thunderx_vector_cost): Likewise.
14522         (cortexa57_vector_cost): LIkewise.
14523         (exynosm1_vector_cost): Likewise.
14524         (xgene1_vector_cost): Likewise.
14525         (thunderx2t99_vector_cost): Improve after the splitting of the two
14526         fields.
14527         (aarch64_builtin_vectorization_cost): Update for the splitting of
14528         scalar_stmt_cost and vec_stmt_cost.
14530 2017-02-01  Torvald Riegel  <triegel@redhat.com>
14531             Richard Henderson  <rth@redhat.com>
14533         * builtins.c (fold_builtin_atomic_always_lock_free): Make "lock-free"
14534         conditional on existance of a fast atomic load.
14535         * optabs-query.c (can_atomic_load_p): New function.
14536         * optabs-query.h (can_atomic_load_p): Declare it.
14537         * optabs.c (expand_atomic_exchange): Always delegate to libatomic if
14538         no fast atomic load is available for the particular size of access.
14539         (expand_atomic_compare_and_swap): Likewise.
14540         (expand_atomic_load): Likewise.
14541         (expand_atomic_store): Likewise.
14542         (expand_atomic_fetch_op): Likewise.
14543         * testsuite/lib/target-supports.exp
14544         (check_effective_target_sync_int_128): Remove x86 because it provides
14545         no fast atomic load.
14546         (check_effective_target_sync_int_128_runtime): Likewise.
14548 2017-02-01  Richard Biener  <rguenther@suse.de>
14550         * graphite.c: Include tree-vectorizer.h for find_loop_location.
14551         (graphite_transform_loops): Provide opt-info for optimized nests.
14552         * tree-parloop.c (parallelize_loops): Provide opt-info for
14553         parallelized loops.
14555 2017-02-01  Richard Biener  <rguenther@suse.de>
14557         PR middle-end/79315
14558         * tree-cfg.c (move_stmt_op): Never set TREE_BLOCK when it
14559         was not set before.
14561 2017-02-01  Richard Biener  <rguenther@suse.de>
14563         PR tree-optimization/71824
14564         * graphite-scop-detection.c (scop_detection::build_scop_breadth):
14565         Verify the loops are valid in the merged SESE region.
14566         (scop_detection::can_represent_loop_1): Check analyzing the
14567         evolution of the number of iterations in the region succeeds.
14569 2017-01-31  Ian Lance Taylor  <iant@golang.org>
14571         * config/i386/i386.c (ix86_expand_split_stack_prologue): Add
14572         REG_ARGS_SIZE note to 32-bit push insns and call insn.
14574 2017-01-31  David Malcolm  <dmalcolm@redhat.com>
14576         PR preprocessor/79210
14577         * input.c (get_substring_ranges_for_loc): Replace line_width
14578         assertion with error-handling.
14580 2017-01-31  Richard Biener  <rguenther@suse.de>
14582         PR tree-optimization/77318
14583         * graphite-sese-to-poly.c (extract_affine): Fix assert.
14584         (create_pw_aff_from_tree): Take loop parameter.
14585         (add_condition_to_pbb): Pass loop of the condition to
14586         create_pw_aff_from_tree.
14588 2017-01-31  Jakub Jelinek  <jakub@redhat.com>
14590         * config/s390/s390.c (s390_asan_shadow_offset): New function.
14591         (TARGET_ASAN_SHADOW_OFFSET): Redefine.
14593 2017-01-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
14595         PR target/78597
14596         PR target/79038
14597         * config/rs6000/rs6000-protos.h (convert_float128_to_int): Delete,
14598         no longer used.
14599         (convert_int_to_float128): Likewise.
14600         * config/rs6000/rs6000.c (convert_float128_to_int): Likewise.
14601         (convert_int_to_float128): Likewise.
14602         * config/rs6000/rs6000.md (UNSPEC_IEEE128_MOVE): Likewise.
14603         (UNSPEC_IEEE128_CONVERT): Likewise.
14604         (floatsi<mode>2, FLOAT128 iterator): Bypass calling
14605         rs6000_expand_float128_convert if we have IEEE 128-bit hardware.
14606         Use local variables for IBM extended format.
14607         (fix_trunc<mode>si2, FLOAT128 iterator): Likewise.
14608         (fix_trunc<mode>si2_fprs): Likewise.
14609         (fixuns_trunc<IEEE128:mode><SDI:mode>2): Likewise.
14610         (floatuns<IEEE128:mode>2, IEEE128 iterator): Likewise.
14611         (fix<uns>_<mode>si2_hw): Rework the IEEE 128-bt hardware support
14612         to know that we can now have integers of all sizes in vector
14613         registers.
14614         (fix<uns>_<mode>di2_hw): Likewise.
14615         (float<uns>_<mode>si2_hw): Likewise.
14616         (fix_<mode>si2_hw): Likewise.
14617         (fixuns_<mode>si2_hw): Likewise.
14618         (float<uns>_<mode>di2_hw): Likewise.
14619         (float_<mode>di2_hw): Likewise.
14620         (float_<mode>si2_hw): Likewise.
14621         (floatuns_<mode>di2_hw): Likewise.
14622         (floatuns_<mode>si2_hw): Likewise.
14623         (xscvqp<su>wz_<mode>): Delete, no longer used.
14624         (xscvqp<su>dz_<mode>): Likewise.
14625         (xscv<su>dqp_<mode>): Likewise.
14626         (ieee128_mfvsrd_64bit): Likewise.
14627         (ieee128_mfvsrd_32bit): Likewise.
14628         (ieee128_mfvsrwz): Likewise.
14629         (ieee128_mtvsrw): Likewise.
14630         (ieee128_mtvsrd_64bit): Likewise.
14631         (ieee128_mtvsrd_32bit): Likewise.
14633 2017-01-31  Martin Liska  <mliska@suse.cz>
14635         PR ipa/79285
14636         * ipa-prop.c (ipa_free_all_node_params): Call release method
14637         instead of ~sumbol_summary to not to trigger double times
14638         dtor of hash_map.
14640 2017-01-31  Aldy Hernandez  <aldyh@redhat.com>
14642         PR tree-optimization/71691
14643         * bitmap.h (class auto_bitmap): New.
14644         * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): Call
14645         is_maybe_undefined instead of ssa_undefined_value_p.
14647 2017-01-31  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14649         * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
14650         __S390_ARCH_LEVEL__ to __ARCH__.
14652 2017-01-31  Jakub Jelinek  <jakub@redhat.com>
14654         PR tree-optimization/79267
14655         * value-prof.c (gimple_ic): Only drop lhs for noreturn calls
14656         if should_remove_lhs_p is true.
14658 2017-01-30  Alexandre Oliva <aoliva@redhat.com>
14660         PR debug/63238
14661         * dwarf2out.c (clone_as_declaration): Drop DW_AT_alignment.
14662         (add_alignment_attribute): New.
14663         (base_type_die): Add alignment attribute.
14664         (subrange_type_die): Likewise.
14665         (modified_type_die): Likewise.
14666         (gen_array_type_die): Likewise.
14667         (gen_descr_array_type_die: Likewise.
14668         (gen_enumeration_type_die): Likewise.
14669         (gen_subprogram_die): Likewise.
14670         (gen_variable_die): Likewise.
14671         (gen_field_die): Likewise.
14672         (gen_ptr_to_mbr_type_die): Likewise.
14673         (gen_struct_or_union_type_die): Likewise.
14674         (gen_subroutine_type_die): Likewise.
14675         (gen_typedef_die): Likewise.
14676         (base_type_cmp): Compare alignment attribute.
14678 2017-01-30  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
14680         PR target/79170
14681         * config/rs6000/altivec.md (*setb_internal): Rename to setb_signed.
14682         (setb_unsigned) New pattern for setb with CCUNS.
14683         * config/rs6000/rs6000.c (expand_block_compare): Use a different
14684         subfc./subfe sequence to avoid overflow problems.  Generate a
14685         shorter sequence with cmpld/setb for power9.
14686         * config/rs6000/rs6000.md (subf<mode>3_carry_dot2): Add a new pattern
14687         for generating subfc. instruction.
14688         (cmpstrsi): Add TARGET_POPCNTD predicate as the generate sequence
14689         now uses this instruction.
14691 2017-01-30  Ian Lance Taylor  <iant@google.com>
14693         PR debug/79289
14694         * dwarf2out.c (gen_type_die_with_usage): When picking a variant
14695         for FUNCTION_TYPE/METHOD_TYPE, use the first matching one.
14697 2017-01-30  Martin Sebor  <msebor@redhat.com>
14699         * gimple-ssa-sprintf.c (fmtresult::adjust_for_width_or_precision):
14700         Move constant to the right of a relational operator.
14701         (get_mpfr_format_length, format_character, format_string): Ditto.
14702         (should_warn_p, maybe_warn): Same.
14704         * doc/invoke.texi (-Wformat-truncation=1): Fix typo.
14706 2017-01-30  Maxim Ostapenko  <m.ostapenko@samsung.com>
14708         PR lto/79061
14709         * asan.c (get_translation_unit_decl): Remove function.
14710         (asan_add_global): Force has_dynamic_init to zero in LTO mode.
14712 2017-01-30  Martin Liska  <mliska@suse.cz>
14714         PR gcov-profile/79259
14715         * opts.c (common_handle_option): Enable flag_ipa_bit_cp w/
14716         -fprofile-generate.
14718 2017-01-30  Martin Liska  <mliska@suse.cz>
14720         PR bootstrap/78985
14721         * config/aarch64/cortex-a57-fma-steering.c (func_fma_steering::analyze):
14722         Initialize variables with NULL value.
14724 2017-01-30  Richard Earnshaw  <rearnsh@arm.com>
14726         PR target/79260
14727         * config.gcc (arm*-*-*): Add arm/arm-flags.h and arm/arm-isa.h to
14728         tm_p_file.
14729         * arm/arm-protos.h: Don't directly include arm-flags.h and arm-isa.h.
14731 2017-01-30  Richard Biener  <rguenther@suse.de>
14733         PR tree-optimization/79276
14734         * tree-vrp.c (process_assert_insertions): Properly adjust common
14735         when removing a duplicate.
14737         * gcc.dg/torture/pr79276.c: New testcase.
14739 2017-01-30  Richard Biener  <rguenther@suse.de>
14741         PR tree-optimization/79256
14742         * targhooks.c (default_builtin_vector_alignment_reachable): Honor
14743         BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
14744         alignment on TYPE.
14745         * tree.c (build_aligned_type): Set TYPE_USER_ALIGN.
14747 2017-01-30  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14749         PR target/79240
14750         * config/s390/s390.md ("*r<noxa>sbg_<mode>_srl_bitmask")
14751         ("*r<noxa>sbg_<mode>_sll_bitmask")
14752         ("*extzv_<mode>_srl<clobbercc_or_nocc>")
14753         ("*extzv_<mode>_sll<clobbercc_or_nocc>"):
14754         Use contiguous_bitmask_nowrap_operand.
14756 2017-01-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14758         PR target/79268
14759         * config/rs6000/altivec.h (vec_xl): Revise #define.
14760         (vec_xst): Likewise.
14762 2017-01-27  Uros Bizjak  <ubizjak@gmail.com>
14764         * config/i386/i386.c (print_reg): Use REGNO instead of true_regnum.
14766 2017-01-27  Bernd Schmidt  <bschmidt@redhat.com>
14768         PR rtl-optimization/79194
14769         * cprop.c (one_cprop_pass): Move deletion of code after unconditional
14770         traps before call to bypass_conditional_jumps.
14772 2017-01-27  Vladimir Makarov  <vmakarov@redhat.com>
14774         PR tree-optimization/71374
14775         * lra-constraints.c (check_conflict_input_operands): New.
14776         (match_reload): Use it.
14778 2017-01-27  Vladimir Makarov  <vmakarov@redhat.com>
14780         PR target/79131
14781         * lra-assigns.c (find_hard_regno_for_1): Take endianess for into
14782         account to calculate conflict_set.
14784 2017-01-27  Bin Cheng  <bin.cheng@arm.com>
14786         PR rtl-optimization/78559
14787         * combine.c (try_combine): Discard REG_EQUAL and REG_EQUIV for
14788         other_insn in combine.
14790 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
14792         * builtin-types.def: Use unsigned_char_type_node for BT_UINT8.  Use
14793         uint16_type_node for BT_UINT16.
14795 2017-01-27  David Malcolm  <dmalcolm@redhat.com>
14797         * doc/sourcebuild.texi (Testsuites): Add "GIMPLE Tests" and
14798         "RTL Tests" to menu.
14799         (GIMPLE Tests): New node.
14800         (RTL Tests): New node.
14802 2017-01-27  Richard Biener  <rguenther@suse.de>
14804         PR tree-optimization/79245
14805         * tree-loop-distribution.c (distribute_loop): Apply cost
14806         modeling also to detected patterns.
14808 2017-01-27  Richard Biener  <rguenther@suse.de>
14810         PR tree-optimization/71433
14811         * tree-vrp.c (register_new_assert_for): Revert earlier changes.
14812         (compare_assert_loc): New function.
14813         (process_assert_insertions): Sort and optimize assert locations
14814         to remove duplicates and push down identical assertions on
14815         edges to their destination block.
14817 2017-01-27  Richard Biener  <rguenther@suse.de>
14819         PR tree-optimization/79244
14820         * tree-vrp.c (remove_range_assertions): Forcefully propagate
14821         out SSA names even if abnormal.
14823 2017-01-27  Jakub Jelinek  <jakub@redhat.com>
14825         * realmpfr.h: Poison MPFR_RND{N,Z,U,D}.
14826         * gimple-ssa-sprintf.c (format_floating_max): Use GMP_RNDN
14827         instead of MPFR_RNDN.
14829 2017-01-27  Richard Earnshaw  <rearnsha@arm.com>
14831         PR target/79239
14832         * arm.c (arm_option_override): Don't call build_target_option_node
14833         until after doing all option overrides.
14834         (arm_valid_target_attribute_tree): Likewise.
14836 2017-01-27  Martin Liska  <mliska@suse.cz>
14838         * doc/invoke.texi (-fprofile-arcs): Document profiling support
14839         for {cd}tors and C++ {cd}tors.
14841 2017-01-27  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14843         * config/s390/s390.md ("*setmem_long_and")
14844         ("*setmem_long_and_31z"): Use zero_extend instead of and.
14846 2017-01-26  Martin Sebor  <msebor@redhat.com>
14848         * gimple-ssa-sprintf.c (format_floating): Simplify the computation
14849         of precision.
14851 2017-01-26  Martin Sebor  <msebor@redhat.com>
14853         * gimple-ssa-sprintf.c (format_floating): Test HAVE_XFmode and
14854         HAVE_DFmode before using XFmode or DFmode.
14855         (parse_directive): Avoid using the z length modifier to avoid
14856         the ISO C++98 does not support the â€˜z’ gnu_printf length modifier.
14858         PR middle-end/78703
14859         * gimple-ssa-sprintf.c (adjust_for_width_or_precision): Change
14860         to accept adjustment as an array.
14861         (get_int_range): New function.
14862         (struct directive): Make width and prec arrays.
14863         (directive::set_width, directive::set_precision): Call get_int_range.
14864         (format_integer, format_floating): Handle width and precision ranges.
14865         (format_string, parse_directive): Same.
14867 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
14869         PR debug/79129
14870         * dwarf2out.c (generate_skeleton_bottom_up): For children with
14871         comdat_type_p set, just clone them, but keep the children in the
14872         original DIE.
14874         PR debug/78835
14875         * dwarf2out.c (prune_unused_types): Mark all functions with DIEs
14876         which have direct callers with -fvar-tracking-assignments enabled
14877         in the current TU.
14878         (resolve_addr): Avoid adding skeleton DIEs for DW_AT_call_origin
14879         inside of type units.
14881 2017-01-26  Martin Sebor  <msebor@redhat.com>
14883         PR middle-end/78703
14884         * gimple-ssa-sprintf.c (struct result_range): Add likely and
14885         unlikely counters.
14886         (struct format_result): Replace number_chars, number_chars_min,
14887         and number_chars_max with a single member of struct result_range.
14888         Remove bounded.
14889         (format_result::operator+=): Adjust.
14890         (struct fmtresult): Remove bounded.  Handle likely and unlikely
14891         counters.
14892         (fmtresult::adjust_for_width_or_precision): New function.
14893         (fmtresult:type_max_digits): New function.
14894         (bytes_remaining): Handle likely and unlikely counters.
14895         (min_bytes_remaining): Remove.
14896         (format_percent): Simplify.
14897         (format_integer, format_floating): Set likely and unlikely counters.
14898         (get_string_length, format_character, format_string): Same.
14899         (format_plain, should_warn_p): New function.
14900         (maybe_warn): Call should_warn_p.  Update diagnostic messages
14901         and handle those for all directives, including plain strings.
14902         (format_directive): Handle likely and unlikely counters.
14903         Remove unnecessary quoting from diagnostics.  Add an informational
14904         note.
14905         (add_bytes): Remove.
14906         (pass_sprintf_length::compute_format_length): Simplify.
14907         (try_substitute_return_value): Handle likely and unlikely counters.
14909 2017-01-26  Carl Love  <cel@us.ibm.com>
14911         * config/rs6000/rs6000-c (altivec_overloaded_builtins): Remove
14912         bogus entries for the P8V_BUILTIN_VEC_VGBBD built-ins
14914 2017-01-26  Vladimir Makarov  <vmakarov@redhat.com>
14916         PR target/79131
14917         * lra-assigns.c (setup_live_pseudos_and_spill_after_risky): Take
14918         endianess for subregs into account.
14919         * lra-constraints.c (lra_constraints): Do risky transformations
14920         always on the first iteration.
14921         * lra-lives.c (check_pseudos_live_through_calls): Add arg
14922         last_call_used_reg_set.
14923         (process_bb_lives): Define and use last_call_used_reg_set.
14924         * lra.c (lra): Always continue after lra_constraints on the first
14925         iteration.
14927 2017-01-26  Kirill Yukhin  <kirill.yukhin@gmail.com>
14929         * gcc.target/i386/avx512bw-kshiftlq-2.c: Use unsigned long long
14930         constant.
14931         * gcc.target/i386/avx512bw-kshiftrq-2.c: Ditto.
14933 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
14935         * config/i386/avx512fintrin.h (_ktest_mask16_u8,
14936         _ktestz_mask16_u8, _ktestc_mask16_u8, _kadd_mask16): Move to ...
14937         * config/i386/avx512dqintrin.h (_ktest_mask16_u8,
14938         _ktestz_mask16_u8, _ktestc_mask16_u8, _kadd_mask16): ... here.
14939         * config/i386/i386-builtin.def (__builtin_ia32_ktestchi,
14940         __builtin_ia32_ktestzhi, __builtin_ia32_kaddhi): Use
14941         OPTION_MASK_ISA_AVX512DQ instead of OPTION_MASK_ISA_AVX512F.
14942         * config/i386/sse.md (SWI1248_AVX512BWDQ2): New mode iterator.
14943         (kadd<mode>, ktest<mode>): Use it instead of SWI1248_AVX512BWDQ.
14945 2017-01-26  Marek Polacek  <polacek@redhat.com>
14947         PR c/79199
14948         * fold-const.c (operand_equal_p) [COND_EXPR]: Use OP_SAME_WITH_NULL
14949         for the third operand.
14951 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
14953         PR middle-end/79236
14954         * omp-low.c (struct omp_context): Add simt_stmt field.
14955         (scan_omp_for): Return omp_context *.
14956         (scan_omp_simd): Set simt_stmt on the non-_simt_ SIMD
14957         context to the _simt_ SIMD stmt.
14958         (lower_omp_for): For combined SIMD with sibling _simt_
14959         SIMD, make sure to use the same decls in _looptemp_
14960         clauses as in the sibling.
14962 2017-01-26  David Sherwood  <david.sherwood@arm.com>
14964         PR middle-end/79212
14965         * gimplify.c (omp_notice_variable): Add GOVD_SEEN flag to variables in
14966         all contexts.
14968 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
14970         PR target/70465
14971         * reg-stack.c (emit_swap_insn): Instead of fld a; fld b; fxchg %st(1);
14972         emit fld b; fld a; if possible.
14974         * brig-builtins.def: Update copyright years.
14975         * config/arm/arm_acle_builtins.def: Update copyright years.
14977 2017-01-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
14979         PR target/79179
14980         * config/rs6000/vsx.md (vsx_extract_<mode>_store): Use wY
14981         constraint instead of o for the stxsd instruction.
14983 2017-01-25  Carl Love  <cel@us.ibm.com>
14985         * config/rs6000/rs6000-c (altivec_overloaded_builtins): Fix order
14986         of entries for ALTIVEC_BUILTIN_VEC_PACKS and P8V_BUILTIN_VEC_VGBBD.
14988 2017-01-25  Jonathan Wakely  <jwakely@redhat.com>
14990         * doc/invoke.texi (C++ Dialect Options): Fix typo.
14992 2017-01-25  Richard Biener  <rguenther@suse.de>
14994         PR tree-optimization/69264
14995         * target.def (vector_alignment_reachable): Improve documentation.
14996         * doc/tm.texi: Regenerate.
14997         * targhooks.c (default_builtin_vector_alignment_reachable): Simplify
14998         and add a comment.
14999         * tree-vect-data-refs.c (vect_supportable_dr_alignment): Revert
15000         earlier changes with respect to TYPE_USER_ALIGN.
15001         (vector_alignment_reachable_p): Likewise.  Improve dumping.
15003 2016-01-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15005         PR target/79145
15006         * config/arm/arm.md (xordi3): Force constant operand into a register
15007         for TARGET_IWMMXT.
15009 2016-01-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15011         * doc/invoke.texi (-fstore-merging): Correct default optimization
15012         levels at which it is enabled.
15013         (-O): Move -fstore-merging from list to...
15014         (-O2): ... Here.
15016 2017-01-25  Richard Biener  <rguenther@suse.de>
15018         PR debug/78363
15019         * omp-expand.c: Include debug.h.
15020         (expand_omp_taskreg): Make sure to generate early debug before
15021         outlining anything from a function.
15022         (expand_omp_target): Likewise.
15023         (grid_expand_target_grid_body): Likewise.
15025 2017-01-25  Maxim Ostapenko  <m.ostapenko@samsung.com>
15027         PR lto/79061
15028         * asan.c (get_translation_unit_decl): New function.
15029         (asan_add_global): Extract modules file name from globals
15030         TRANSLATION_UNIT_DECL name.
15032 2017-01-24  Eric Botcazou  <ebotcazou@adacore.com>
15034         PR target/77439
15035         * config/arm/arm.c (arm_function_ok_for_sibcall): Add back restriction
15036         for long calls with APCS frame and VFP.
15038 2017-01-24  David Malcolm  <dmalcolm@redhat.com>
15040         * cfg.c (original_copy_tables_initialized_p): New function.
15041         * cfg.h (original_copy_tables_initialized_p): New decl.
15042         * cfgrtl.c (relink_block_chain): Guard the call to
15043         free_original_copy_tables with a call to
15044         original_copy_tables_initialized_p.
15045         * cgraph.h (symtab_node::native_rtl_p): New decl.
15046         * cgraphunit.c (symtab_node::native_rtl_p): New function.
15047         (symtab_node::needed_p): Don't assert for early assembly output
15048         for __RTL functions.
15049         (cgraph_node::finalize_function): Set "force_output" for __RTL
15050         functions.
15051         (cgraph_node::analyze): Bail out early for __RTL functions.
15052         (analyze_functions): Update assertion to support __RTL functions.
15053         (cgraph_node::expand): Bail out early for __RTL functions.
15054         * final.c (rest_of_clean_state): Don't call delete_tree_ssa for
15055         __RTL functions.
15056         * function.h (struct function): Update comment for field
15057         "pass_startwith".
15058         * gimple-expr.c: Include "tree-pass.h".
15059         (gimple_has_body_p): Return false for __RTL functions.
15060         * Makefile.in (OBJS): Add run-rtl-passes.o.
15061         * pass_manager.h (gcc::pass_manager::get_rest_of_compilation): New
15062         accessor.
15063         (gcc::pass_manager::get_clean_slate): New accessor.
15064         * passes.c: Include "insn-addr.h".
15065         (should_skip_pass_p): Add logging.  Update logic for running
15066         "expand" to be compatible with both __GIMPLE and __RTL.  Guard
15067         property-provider override so it is only done for gimple passes.
15068         Don't skip dfinit.
15069         (skip_pass): New function.
15070         (execute_one_pass): Call skip_pass when skipping passes.
15071         * read-md.c (md_reader::read_char): Support filtering
15072         the input to a subset of line numbers.
15073         (md_reader::md_reader): Initialize fields
15074         m_first_line and m_last_line.
15075         (md_reader::read_file_fragment): New function.
15076         * read-md.h (md_reader::read_file_fragment): New decl.
15077         (md_reader::m_first_line): New field.
15078         (md_reader::m_last_line): New field.
15079         * read-rtl-function.c (function_reader::create_function): Only
15080         create cfun if it doesn't already exist.  Set PROP_rtl on cfun's
15081         curr_properties.  Set DECL_INITIAL to a dummy block.
15082         (read_rtl_function_body_from_file_range): New function.
15083         * read-rtl-function.h (read_rtl_function_body_from_file_range):
15084         New decl.
15085         * run-rtl-passes.c: New file.
15086         * run-rtl-passes.h: New file.
15088 2017-01-24  Jeff Law  <law@redhat.com>
15090         * config/microblaze/microblaze.h (ASM_FORMAT_PRIVATE_NAME): Increase
15091         buffer size.
15093 2017-01-24  Bin Cheng  <bin.cheng@arm.com>
15095         PR tree-optimization/79159
15096         * tree-ssa-loop-niter.c (get_cst_init_from_scev): New function.
15097         (record_nonwrapping_iv): Improve boundary using above function if no
15098         value range information.
15100 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
15101             Martin Jambor  <mjambor@suse.cz>
15103         * brig-builtins.def: New file.
15104         * builtins.def (DEF_HSAIL_BUILTIN): New macro.
15105         (DEF_HSAIL_ATOMIC_BUILTIN): Likewise.
15106         (DEF_HSAIL_SAT_BUILTIN): Likewise.
15107         (DEF_HSAIL_INTR_BUILTIN): Likewise.
15108         (DEF_HSAIL_CVT_ZEROI_SAT_BUILTIN): Likewise.
15109         * builtin-types.def (BT_INT8): New.
15110         (BT_INT16): Likewise.
15111         (BT_UINT8): Likewise.
15112         (BT_UINT16): Likewise.
15113         (BT_FN_ULONG): Likewise.
15114         (BT_FN_UINT_INT): Likewise.
15115         (BT_FN_UINT_ULONG): Likewise.
15116         (BT_FN_UINT_LONG): Likewise.
15117         (BT_FN_UINT_PTR): Likewise.
15118         (BT_FN_ULONG_PTR): Likewise.
15119         (BT_FN_INT8_FLOAT): Likewise.
15120         (BT_FN_INT16_FLOAT): Likewise.
15121         (BT_FN_UINT32_FLOAT): Likewise.
15122         (BT_FN_UINT16_FLOAT): Likewise.
15123         (BT_FN_UINT8_FLOAT): Likewise.
15124         (BT_FN_UINT64_FLOAT): Likewise.
15125         (BT_FN_UINT16_UINT32): Likewise.
15126         (BT_FN_UINT32_UINT16): Likewise.
15127         (BT_FN_UINT16_UINT16_UINT16): Likewise.
15128         (BT_FN_INT_PTR_INT): Likewise.
15129         (BT_FN_UINT_PTR_UINT): Likewise.
15130         (BT_FN_LONG_PTR_LONG): Likewise.
15131         (BT_FN_ULONG_PTR_ULONG): Likewise.
15132         (BT_FN_VOID_UINT64_UINT64): Likewise.
15133         (BT_FN_UINT8_UINT8_UINT8): Likewise.
15134         (BT_FN_INT8_INT8_INT8): Likewise.
15135         (BT_FN_INT16_INT16_INT16): Likewise.
15136         (BT_FN_INT_INT_INT): Likewise.
15137         (BT_FN_UINT_FLOAT_UINT): Likewise.
15138         (BT_FN_FLOAT_UINT_UINT): Likewise.
15139         (BT_FN_ULONG_UINT_UINT): Likewise.
15140         (BT_FN_ULONG_UINT_PTR): Likewise.
15141         (BT_FN_ULONG_ULONG_ULONG): Likewise.
15142         (BT_FN_UINT_UINT_UINT): Likewise.
15143         (BT_FN_VOID_UINT_PTR): Likewise.
15144         (BT_FN_UINT_UINT_PTR: Likewise.
15145         (BT_FN_UINT32_UINT64_PTR): Likewise.
15146         (BT_FN_INT_INT_UINT_UINT): Likewise.
15147         (BT_FN_UINT_UINT_UINT_UINT): Likewise.
15148         (BT_FN_UINT_UINT_UINT_PTR): Likewise.
15149         (BT_FN_UINT_ULONG_ULONG_UINT): Likewise.
15150         (BT_FN_ULONG_ULONG_ULONG_ULONG): Likewise.
15151         (BT_FN_LONG_LONG_UINT_UINT): Likewise.
15152         (BT_FN_ULONG_ULONG_UINT_UINT): Likewise.
15153         (BT_FN_VOID_UINT32_UINT64_PTR): Likewise.
15154         (BT_FN_VOID_UINT32_UINT32_PTR): Likewise.
15155         (BT_FN_UINT_UINT_UINT_UINT_UINT): Likewise.
15156         (BT_FN_UINT_FLOAT_FLOAT_FLOAT_FLOAT): Likewise.
15157         (BT_FN_ULONG_ULONG_ULONG_UINT_UINT): Likewise.
15158         * doc/frontends.texi: List BRIG FE.
15159         * doc/install.texi (Testing): Add BRIG tesring requirements.
15160         * doc/invoke.texi (Overall Options): Mention BRIG.
15161         * doc/standards.texi (Standards): Doucment BRIG HSA version.
15163 2017-01-24  Richard Biener  <rguenther@suse.de>
15165         PR translation/79208
15166         * ipa-devirt.c (odr_types_equivalent_p): Fix typo in diagnostic.
15168 2017-01-24  Martin Jambor  <mjambor@suse.cz>
15170         PR bootstrap/79198
15171         * ipa-prop.c (ipa_free_all_node_params): Call summary destructor.
15172         * ipa-prop.c (ipa_node_params_t::insert): Initialize fields known_csts
15173         and known_contexts.
15175 2017-01-24  Aldy Hernandez  <aldyh@redhat.com>
15177         PR middle-end/79123
15178         * gimple-ssa-warn-alloca.c (alloca_call_type): Make sure
15179         casts from signed to unsigned really don't have a range.
15181 2017-01-24  Markus Trippelsdorf  <markus@trippelsdorf.de>
15183         * gimple-ssa-sprintf.c (format_floating): Change MPFR_RNDx to
15184         GMP_RNDx for compatiblity.
15186 2017-01-24  Martin Liska  <mliska@suse.cz>
15188         PR bootstrap/79132
15189         * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Insert assert
15190         that would prevent us to call alloca with -1 as argument.
15192 2017-01-24  Jakub Jelinek  <jakub@redhat.com>
15194         * dwarf2out.c (output_compilation_unit_header, output_file_names):
15195         Avoid -Wformat-security warning.
15197 2017-01-23  Andrew Pinski  <apinski@cavium.com>
15199         * config/aarch64/aarch64.c (thunderx2t99_addrcost_table): Improve
15200         cost table.
15202 2017-01-23  Martin Sebor  <msebor@redhat.com>
15204         PR middle-end/78703
15205         * gimple-ssa-sprintf.c (warn_level): New global.
15206         (format_integer): Use it here and throughout the rest of the file.
15207         Use the same switch to compute sign as base.
15208         (maybe_warn): New function.
15209         (format_directive): Factor out warnings into maybe_warn.
15210         Add debugging output.  Use warn_level.
15211         (add_bytes): Use warn_level.
15212         (pass_sprintf_length::compute_format_length): Add debugging output.
15213         (try_substitute_return_value): Same.
15214         (pass_sprintf_length::handle_gimple_call): Set and use warn_level.
15216         PR middle-end/78703
15217         * gimple-ssa-sprintf.c (struct format_result): Remove constant member.
15218         (struct fmtresult, format_integer, format_floating): Adjust.
15219         (fmtresult::fmtresult): Set max correctly in two argument ctor.
15220         (get_string_length, format_string,format_directive): Same.
15221         (pass_sprintf_length::compute_format_length): Same.
15222         (try_substitute_return_value): Simplify slightly.
15224         PR middle-end/78703
15225         * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Adjust formatting.
15226         (fmtresult::operator+=): Outlined.
15227         (struct fmtresult): Add ctors.
15228         (struct conversion_spec): Rename...
15229         (struct directive): ...to this.  Add and remove data members.
15230         (directive::set_width, directive::set_precision): New functions.
15231         (format_percent): Use fmtresult ctor.
15232         (get_width_and_precision): Remove.
15233         (format_integer): Make naming changes.  Avoid computing width and
15234         precision.
15235         (format_floating): Same.  Adjust indentation.
15236         (format_character, format_none): New functions.
15237         (format_string): Moved character handling to format_character.
15238         (format_directive): Remove arguments, change return type.
15239         (parse_directive): New function.
15240         (pass_sprintf_length::compute_format_length): Move directive
15241         parsing to parse_directive.
15243 2017-01-23  Jakub Jelinek  <jakub@redhat.com>
15245         * tree.h (assign_assembler_name_if_neeeded): Rename to ...
15246         (assign_assembler_name_if_needed): ... this.
15247         * tree.c (assign_assembler_name_if_neeeded): Rename to ...
15248         (assign_assembler_name_if_needed): ... this.
15249         (free_lang_data_in_cgraph): Adjust callers.
15250         * cgraphunit.c (cgraph_node::analyze): Likewise.
15251         * omp-expand.c (expand_omp_taskreg, expand_omp_target):
15252         Likewise.
15254 2017-01-23  Richard Biener  <rguenther@suse.de>
15256         PR tree-optimization/79088
15257         PR tree-optimization/79188
15258         * tree-ssa-threadupdate.c (mark_threaded_blocks): Move code
15259         resetting loop bounds after last path deletion.  Reset loop
15260         bounds of the target loop, make code match the comments.
15261         * tree-ssa-threadbackwards.c (pass_early_thread_jumps::execute):
15262         Make sure loops need no fixups.
15264 2017-01-23  Kelvin Nilsen  <kelvin@gcc.gnu.org>
15266         * config/rs6000/rs6000-builtin.def (VSIEDPF): Add scalar insert
15267         exponent support with double type for first argument.
15268         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Changed
15269         type returned by __builtin_vec_extract_sig,
15270         __builtin_vec_extract_sig_sp, and __builtin_vec_extract_sig_dp
15271         functions from "vector int" to "vector unsigned int" or from
15272         "vector long long int" to "vector unsigned long long int".
15273         Changed type returned by __builtin_vec_extract_exp,
15274         __builtin_vec_extract_exp_sp, and __builtin_vec_extract_exp_dp
15275         functions from "vector int" to "vector unsigned int" or from
15276         "vector long long int" to "vector unsigned long long int".
15277         Changed return type of __builtin_vec_test_data_class,
15278         __builtin_vec_test_data_class_sp, and
15279         __builtin_vec_test_data_class_dp from "vector int" to
15280         "vector bool int" or from "vector long long int" to "vector bool
15281         long long int" and changed second argument type from "unsigned
15282         int" to "int".  Added new overloaded function forms "vector float
15283         __builtin_vec_insert_exp (vector float, vector unsigned int)" and
15284         "vector float __builtin_vec_insert_exp_sp (vector float, vector
15285         unsigned int)" and "vector double __builtin_vec_insert_exp (vector
15286         double, vector unsigned long long int)" and "vector double
15287         __builtin_vec_insert_exp_dp (vector double, vector unsigned long
15288         long int)".  Changed return type of
15289         __builtin_scalar_test_data_class and
15290         __builtin_scalar_test_data_class_sp and
15291         __builtin_scalar_test_data_class_dp from "unsigned int" to "bool
15292         int" and changed second argument from "unsigned int" to "int".
15293         Changed type returned by __builtin_scalar_test_neg,
15294         __builtin_scalar_test_neg_sp, and __builtin_scalar_test_neg_dp
15295         from "int" to "bool int".  Added new overloaded function form
15296         "double __builtin_scalar_insert_exp (double, unsigned long long int)".
15297         * config/rs6000/vsx.md (xsiexpdpf): New insn for scalar insert
15298         exponent double-precision with floating point first argument.
15299         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Adjust
15300         documentation of scalar_test_data_class, scalar_test_neg,
15301         scalar_extract_sig, scalar_extract_exp, scalar_insert_exp,
15302         vector_extract_exp, vec_extract_sig, vec_insert_exp, and
15303         vec_test_data_class built-in functions to reflect refinements in
15304         their type signatures.
15306 2017-01-23  Andreas Tobler  <andreast@gcc.gnu.org>
15308         * config/aarch64/aarch64.c (aarch64_elf_asm_constructor): Increase
15309         size of buf.
15310         (aarch64_elf_asm_destructor): Likewise.
15312 2017-01-23  Bernd Schmidt  <bschmidt@redhat.com>
15314         PR rtl-optimization/78634
15315         * config/i386/i386.c (ix86_max_noce_ifcvt_seq_cost): New function.
15316         (TARGET_MAX_NOCE_IFCVT_SEQ_COST): Define.
15317         * ifcvt.c (noce_try_cmove): Add missing cost check.
15319         PR rtl-optimization/71724
15320         * combine.c (if_then_else_cond): Look for situations where it is
15321         beneficial to undo the work of one of the recursive calls.
15323 2017-01-23  Bin Cheng  <bin.cheng@arm.com>
15325         PR tree-optimization/70754
15326         * tree-predcom.c (stmt_combining_refs): New parameter INSERT_BEFORE.
15327         (reassociate_to_the_same_stmt): New parameter INSERT_BEFORE.  Insert
15328         combined stmt before it if not NULL.
15329         (combine_chains): Process refs reversely and compute dominance point
15330         for root ref.
15332 2017-01-23  Martin Liska  <mliska@suse.cz>
15334         PR tree-optimization/79196
15335         * tree-ssa-strlen.c (fold_strstr_to_memcmp): Rename to ...
15336         (fold_strstr_to_strncmp): ... this.  Fold the pattern to strncmp
15337         instead of memcmp.
15338         (strlen_optimize_stmt): Call the renamed function.
15340 2017-01-23  Michael Matz  <matz@suse.de>
15342         PR tree-optimization/78384
15343         * tree-ssa-loop-split.c (patch_loop_exit): Use correct edge.
15345 2017-01-23  Richard Biener  <rguenther@suse.de>
15347         PR tree-optimization/79186
15348         * tree-vrp.c (register_new_assert_for): Make sure we've seen
15349         both incoming edges before moving an assert.
15351 2017-01-23  Martin Jambor  <mjambor@suse.cz>
15353         * ipa-prop.c (load_from_param_1): Removed.
15354         (load_from_unmodified_param): Bits from load_from_param_1 put back
15355         here.
15356         (load_from_param): Removed.
15357         (compute_complex_assign_jump_func): Removed stmt2 and just replaced it
15358         with stmt.  Reverted back to use of load_from_unmodified_param.
15360 2017-01-23  Martin Jambor  <mjambor@suse.cz>
15362         PR ipa/79108
15363         * ipa-prop.h (ipa_param_descriptor): Anotate with with GTY(()).
15364         (ipa_node_params): Annotate with GTY((for_user)).  Make descriptors
15365         field a pointer to garbage collected vector, mark lattices and
15366         ipcp_orig_node with GTY((skip)).
15367         (ipa_get_param_count): Adjust to descriptors being a pointer.
15368         (ipa_get_param): Likewise.
15369         (ipa_get_type): Likewise.
15370         (ipa_get_param_move_cost): Likewise.
15371         (ipa_set_param_used): Likewise.
15372         (ipa_get_controlled_uses): Likewise.
15373         (ipa_set_controlled_uses): Likewise.
15374         (ipa_is_param_used): Likewise.
15375         (ipa_node_params_t): Move into garbage collector.  New methods insert
15376         and remove.
15377         (ipa_node_params_sum): Annotate wth GTY(()).
15378         (ipa_check_create_node_params): Adjust to ipa_node_params_sum being
15379         garbage collected.
15380         (ipa_load_from_parm_agg): Adjust declaration.
15381         * ipa-icf.c (param_used_p): Adjust to descriptors being a pointer.
15382         * ipa-profile.c (ipa_profile): Likewise.
15383         * ipa-prop.c (ipa_get_param_decl_index_1): Likewise.
15384         (ipa_populate_param_decls): Make descriptors parameter garbage
15385         collected.
15386         (ipa_dump_param): Adjust to descriptors being a pointer.
15387         (ipa_alloc_node_params): Likewise.
15388         (ipa_initialize_node_params): Likewise.
15389         (load_from_param_1): Make descriptors parameter garbage collected.
15390         (load_from_unmodified_param): Likewise.
15391         (load_from_param): Likewise.
15392         (ipa_load_from_parm_agg): Likewise.
15393         (ipa_node_params::~ipa_node_params): Removed.
15394         (ipa_free_all_node_params): Remove call to delete operator.
15395         (ipa_node_params_t::insert): New.
15396         (ipa_node_params_t::remove): Likewise.
15397         (ipa_node_params_t::duplicate): Adjust to descriptors being a pointer,
15398         copy known_csts and known_contexts vectors.
15399         (ipa_read_node_info): Adjust to descriptors being a pointer.
15400         (ipcp_modif_dom_walker): Make m_descriptors field garbage
15401         collected.
15402         (ipcp_transform_function): Make descriptors variable garbage
15403         collected.
15405 2017-01-23  Andrew Senkevich  <andrew.senkevich@intel.com>
15407         * config/i386/avx512bwintrin.h: Add k-mask test, kortest intrinsics.
15408         * config/i386/avx512dqintrin.h: Ditto.
15409         * config/i386/avx512fintrin.h: Ditto.
15410         * gcc/config/i386/i386.c: Handle new builtins.
15411         * config/i386/i386-builtin.def: Add new builtins.
15412         * config/i386/sse.md (ktest<mode>, kortest<mode>): New.
15413         (UNSPEC_KORTEST, UNSPEC_KTEST): New.
15415 2017-01-23  Jakub Jelinek  <jakub@redhat.com>
15416             Martin Liska  <mliska@suse.cz>
15418         * asan.h: Define ASAN_USE_AFTER_SCOPE_ATTRIBUTE.
15419         * asan.c (asan_expand_poison_ifn): Support stores and use
15420         appropriate ASAN report function.
15421         * internal-fn.c (expand_ASAN_POISON_USE): New function.
15422         * internal-fn.def (ASAN_POISON_USE): Declare.
15423         * tree-into-ssa.c (maybe_add_asan_poison_write): New function.
15424         (maybe_register_def): Create ASAN_POISON_USE when sanitizing.
15425         * tree-ssa-dce.c (eliminate_unnecessary_stmts): Remove
15426         ASAN_POISON calls w/o LHS.
15427         * tree-ssa.c (execute_update_addresses_taken): Create clobber
15428         for ASAN_MARK (UNPOISON, &x, ...) in order to prevent usage of a LHS
15429         from ASAN_MARK (POISON, &x, ...) coming to a PHI node.
15430         * gimplify.c (asan_poison_variables): Add attribute
15431         use_after_scope_memory to variables that really needs to live
15432         in memory.
15433         * tree-ssa.c (is_asan_mark_p): Do not rewrite into SSA when
15434         having the attribute.
15436 2017-01-23  Martin Liska  <mliska@suse.cz>
15438         * asan.c (create_asan_shadow_var): New function.
15439         (asan_expand_poison_ifn): Likewise.
15440         * asan.h (asan_expand_poison_ifn): New declaration.
15441         * internal-fn.c (expand_ASAN_POISON): Likewise.
15442         * internal-fn.def (ASAN_POISON): New builtin.
15443         * sanopt.c (pass_sanopt::execute): Expand
15444         asan_expand_poison_ifn.
15445         * tree-inline.c (copy_decl_for_dup_finish): Make function
15446         external.
15447         * tree-inline.h (copy_decl_for_dup_finish): Likewise.
15448         * tree-ssa.c (is_asan_mark_p): New function.
15449         (execute_update_addresses_taken): Rewrite local variables
15450         (identified just by use-after-scope as addressable) into SSA.
15452 2017-01-22  Gerald Pfeifer  <gerald@pfeifer.com>
15454         * doc/install.texi (Specific): opensource.apple.com uses https
15455         now. Remove trailing slash.
15457 2017-01-22  Gerald Pfeifer  <gerald@pfeifer.com>
15459         * README.Portability: Remove note on an Irix compatibility issue.
15461 2017-01-22  Dimitry Andric <dim@FreeBSD.org>
15463         * gcov.c (INCLUDE_ALGORITHM): Define.
15464         (INCLUDE_VECTOR): Define.
15465         No longer include <vector> and <algorithm> directly.
15467 2017-01-21  Gerald Pfeifer  <gerald@pfeifer.com>
15469         * doc/extend.texi (Thread-Local): Change www.akkadia.org reference
15470         to https.
15471         * doc/invoke.texi (Code Gen Options): Ditto.
15473 2017-01-21  Jan Hubicka  <hubicka@ucw.cz>
15475         PR lto/78407
15476         * cfg.c (update_bb_profile_for_threading): Fix updating of probablity.
15478 2017-01-21  Bernd Schmidt  <bschmidt@redhat.com>
15480         rtl-optimization/79125
15481         * cprop.c (local_cprop_pass): Handle cases where we make an
15482         unconditional trap.
15484 2017-01-20  Segher Boessenkool  <segher@kernel.crashing.org>
15486         PR target/61729
15487         PR target/77850
15488         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Adjust address to
15489         read from, for big endian.
15491 2017-01-20  Jiong Wang  <jiong.wang@arm.com>
15493         * config/aarch64/aarch64-builtins.c (aarch64_init_builtins): Register
15494         register pauth builtins for LP64 only.
15496 2017-01-20  Marek Polacek  <polacek@redhat.com>
15498         PR c/79152
15499         * gimplify.c (should_warn_for_implicit_fallthrough): Handle consecutive
15500         non-case labels.
15502 2017-01-20  Alexander Monakov  <amonakov@ispras.ru>
15504         * omp-expand.c (expand_omp_simd): Clear PROP_gimple_lomp_dev regardless
15505         of safelen status.
15506         * omp-offload.c (pass_omp_device_lower::gate): Use PROP_gimple_lomp_dev.
15507         * passes.c (dump_properties): Handle PROP_gimple_lomp_dev.
15508         * tree-inline.c (expand_call_inline): Propagate PROP_gimple_lomp_dev.
15510 2017-01-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15512         PR target/71270
15513         * config/arm/arm.c (neon_valid_immediate): Reject vector constants
15514         in big-endian mode when they are not a single duplicated value.
15516 2017-01-20  Richard Biener  <rguenther@suse.de>
15518         * BASE-VER: Bump to 7.0.1.
15520 2017-01-20  Alexander Monakov  <amonakov@ispras.ru>
15522         * omp-low.c (omplow_simd_context): New struct.  Use it...
15523         (lower_rec_simd_input_clauses): ...here and...
15524         (lower_rec_input_clauses): ...here to hold common data.  Adjust all
15525         references to idx, lane, max_vf, is_simt.
15527 2017-01-20  Graham Markall  <graham.markall@embecosm.com>
15529         * config/arc/arc.h (LINK_SPEC): Use arclinux_nps emulation when
15530         mcpu=nps400.
15532 2017-01-20  Martin Jambor  <mjambor@suse.cz>
15534         * hsa.h: Renaed to hsa-common.h.  Adjusted a comment.
15535         * hsa.c: Renaed to hsa-common.c.  Change include of gt-hsa.h to
15536         gt-hsa-common.h.
15537         * Makefile.in (OBJS): Rename hsa.o to hsa-common.o.
15538         (GTFILES): Rename hsa.c to hsa-common.c.
15539         * hsa-brig.c: Change include of hsa.h to hsa-common.h.
15540         * hsa-dump.c: Likewise.
15541         * hsa-gen.c: Likewise.
15542         * hsa-regalloc.c: Likewise.
15543         * ipa-hsa.c: Likewise.
15544         * omp-expand.c: Likewise.
15545         * omp-low.c: Likewise.
15546         * toplev.c: Likewise.
15548 2017-01-20  Marek Polacek  <polacek@redhat.com>
15550         PR c/64279
15551         * doc/invoke.texi: Document -Wduplicated-branches.
15552         * fold-const.c (operand_equal_p): Handle MODIFY_EXPR, INIT_EXPR,
15553         COMPOUND_EXPR, PREDECREMENT_EXPR, PREINCREMENT_EXPR,
15554         POSTDECREMENT_EXPR, POSTINCREMENT_EXPR, CLEANUP_POINT_EXPR, EXPR_STMT,
15555         STATEMENT_LIST, and RETURN_EXPR.  For non-pure non-const functions
15556         return 0 only when not OEP_LEXICOGRAPHIC.
15557         (fold_build_cleanup_point_expr): Use the expression
15558         location when building CLEANUP_POINT_EXPR.
15559         * tree-core.h (enum operand_equal_flag): Add OEP_LEXICOGRAPHIC.
15560         * tree.c (add_expr): Handle error_mark_node.
15562 2017-01-20  Martin Liska  <mliska@suse.cz>
15564         PR lto/69188
15565         * tree-profile.c (init_ic_make_global_vars): Do not call
15566         finalize_decl.
15567         (gimple_init_gcov_profiler): Likewise.
15569 2017-01-20  Martin Liska  <mliska@suse.cz>
15571         PR ipa/71190
15572         * cgraph.h (maybe_create_reference): Remove argument and
15573         update comment.
15574         * cgraphclones.c (cgraph_node::create_virtual_clone): Remove one
15575         argument.
15576         * ipa-cp.c (create_specialized_node): Likewise.
15577         * symtab.c (symtab_node::maybe_create_reference): Handle
15578         VAR_DECLs and ADDR_EXPRs and select ipa_ref_use type.
15580 2017-01-20  Martin Liska  <mliska@suse.cz>
15582         * read-rtl-function.c (function_reader::create_function): Use
15583         build_decl instread of build_decl_stat.
15585 2017-01-20  Andrew Senkevich  <andrew.senkevich@intel.com>
15587         * config/i386/avx512bwintrin.h: Add k-mask registers shift intrinsics.
15588         * config/i386/avx512dqintrin.h: Ditto.
15589         * config/i386/avx512fintrin.h: Ditto.
15590         * config/i386/i386-builtin-types.def: Add new types.
15591         * gcc/config/i386/i386.c: Handle new types.
15592         * config/i386/i386-builtin.def (__builtin_ia32_kshiftliqi)
15593         (__builtin_ia32_kshiftlihi, __builtin_ia32_kshiftlisi)
15594         (__builtin_ia32_kshiftlidi, __builtin_ia32_kshiftriqi)
15595         (__builtin_ia32_kshiftrihi, __builtin_ia32_kshiftrisi)
15596         (__builtin_ia32_kshiftridi): New.
15597         * config/i386/sse.md (k<code><mode>): Rename *k<code><mode>.
15599 2017-01-19  Segher Boessenkool  <segher@kernel.crashing.org>
15601         PR target/78875
15602         PR target/79140
15603         * config/rs6000/rs6000.c (TARGET_STACK_PROTECT_GUARD): Unconditionally
15604         define to rs6000_init_stack_protect_guard.
15605         (rs6000_init_stack_protect_guard): New function.
15607 2017-01-19  Matthew Fortune  <matthew.fortune@imgtec.com>
15608             Yunqiang Su  <yunqiang.su@imgtec.com>
15610         * config.gcc (supported_defaults): Add madd4.
15611         (with_madd4): Add validation.
15612         (all_defaults): Add madd4.
15613         * config/mips/mips.opt (mmadd4): New option.
15614         * gcc/config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
15615         mmadd4.
15616         (TARGET_CPU_CPP_BUILTINS): Add builtin_define for
15617         __mips_no_madd4.
15618         (ISA_HAS_UNFUSED_MADD4): Gate with mips_madd4.
15619         (ISA_HAS_FUSED_MADD4): Likewise.
15620         * gcc/doc/invoke.texi (-mmadd4): Document the new option.
15621         * gcc/doc/install.texi (--with-madd4): Document the new option.
15623 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
15625         * config/aarch64/aarch64-builtins.c (enum aarch64_builtins): New
15626         entries for AARCH64_PAUTH_BUILTIN_XPACLRI,
15627         AARCH64_PAUTH_BUILTIN_PACIA1716, AARCH64_PAUTH_BUILTIN_AUTIA1716.
15628         (aarch64_init_pauth_hint_builtins): New.
15629         (aarch64_init_builtins): Call aarch64_init_pauth_hint_builtins.
15630         (aarch64_expand_builtin): Expand new builtins.
15632 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
15634         * reg-notes.def (CFA_TOGGLE_RA_MANGLE): New reg-note.
15635         * combine-stack-adj.c (no_unhandled_cfa): Handle
15636         REG_CFA_TOGGLE_RA_MANGLE.
15637         * dwarf2cfi.c (dwarf2out_frame_debug): Handle REG_CFA_TOGGLE_RA_MANGLE.
15638         * config/aarch64/aarch64.c (aarch64_expand_prologue): Generates DWARF
15639         info for return address signing.
15640         (aarch64_expand_epilogue): Likewise.
15642 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
15644         * config/aarch64/aarch64-opts.h (aarch64_function_type): New enum.
15645         * config/aarch64/aarch64-protos.h
15646         (aarch64_return_address_signing_enabled): New declaration.
15647         * config/aarch64/aarch64.c (aarch64_return_address_signing_enabled):
15648         New function.
15649         (aarch64_expand_prologue): Sign return address before it's pushed onto
15650         stack.
15651         (aarch64_expand_epilogue): Authenticate return address fetched from
15652         stack.
15653         (aarch64_override_options): Sanity check for ILP32 and ISA level.
15654         (aarch64_attributes): New function attributes for "sign-return-address".
15655         * config/aarch64/aarch64.md (UNSPEC_AUTI1716, UNSPEC_AUTISP,
15656         UNSPEC_PACI1716, UNSPEC_PACISP, UNSPEC_XPACLRI): New unspecs.
15657         ("*do_return"): Generate combined instructions according to key index.
15658         ("<pauth_mnem_prefix>sp", "<pauth_mnem_prefix1716", "xpaclri"): New.
15659         * config/aarch64/iterators.md (PAUTH_LR_SP, PAUTH_17_16): New integer
15660         iterators.
15661         (pauth_mnem_prefix, pauth_hint_num_a): New integer attributes.
15662         * config/aarch64/aarch64.opt (msign-return-address=): New.
15663         * doc/extend.texi (AArch64 Function Attributes): Documents
15664         "sign-return-address=".
15665         * doc/invoke.texi (AArch64 Options): Documents "-msign-return-address=".
15667 2017-01-19  Matthew Fortune  <matthew.fortune@imgtec.com>
15669         * doc/invoke.texi: Add missing -mlxc1-sxc1 options to
15670         overall option summary.
15672 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
15674         * config/aarch64/aarch64-arches.def: New entry for "armv8.3-a".
15675         * config/aarch64/aarch64.h (AARCH64_FL_V8_3, AARCH64_FL_FOR_ARCH8_3,
15676         AARCH64_ISA_V8_3, TARGET_ARMV8_3): New.
15677         * doc/invoke.texi (AArch64 Options): Document "armv8.3-a".
15679 2017-01-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
15681         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Enable
15682         -mpower9-minmax by default for -mcpu=power9.
15683         (ISA_3_MASKS_IEEE): Require -mvsx-small-integer to enable IEEE
15684         128-bit floating point.
15686 2017-01-20  Alan Modra  <amodra@gmail.com>
15688         * config/rs6000/rs6000.md (cmpstrnsi, cmpstrsi): Fail if
15689         optimizing for size.
15691 2017-01-20  Alan Modra  <amodra@gmail.com>
15693         PR target/79144
15694         * config/rs6000/rs6000.c (expand_strn_compare): Get the asm name
15695         for strcmp and strncmp from corresponding builtin decl.
15697 2017-01-19  Uros Bizjak  <ubizjak@gmail.com>
15699         * config.gcc (x86_64-*-rtems*): Use i386/rtemself.h
15700         instead of i386/rtems-64.h.
15701         * config/i386/rtems-64.h: Remove.
15703 2017-01-19  Uros Bizjak  <ubizjak@gmail.com>
15705         PR target/78478
15706         Revert:
15707         2013-11-05  Uros Bizjak  <ubizjak@gmail.com>
15709         * config/i386/rtemself.h (LONG_DOUBLE_TYPE_SIZE): New define.
15711 2017-01-19  Tamar Christina  <tamar.christina@arm.com>
15713         * config/aarch64/aarch64.c (aarch64_simd_gen_const_vector_dup):
15714         Change int to HOST_WIDE_INT.
15715         * config/aarch64/aarch64-protos.h
15716         (aarch64_simd_gen_const_vector_dup): Likewise.
15717         * config/aarch64/aarch64-simd.md: Add copysign<mode>3.
15719 2017-01-19  David Malcolm  <dmalcolm@redhat.com>
15721         * langhooks-def.h (lhd_type_for_size): New decl.
15722         (LANG_HOOKS_TYPE_FOR_SIZE): Define as lhd_type_for_size.
15723         * langhooks.c (lhd_type_for_size): New function, taken from
15724         lto_type_for_size.
15726 2017-01-19  Pat Haugen  <pthaugen@us.ibm.com>
15728         * config/rs6000/power9.md (power9-alu): Remove 'cmp' type and add
15729         define_bypass for CR latency.
15730         (power9-cracked-alu): Update bypass latency and remove power9-branch.
15731         (power9-alu2): Add define_bypass for CR latency.
15732         (power9-cmp): New.
15733         (power9-mul): Update insn latency.
15734         (power9-mul-compare): Update insn latency, bypass latency and remove
15735         power9-branch.
15737 2016-01-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15739         * config/aarch64/aarch64-protos.h (aarch64_nopcrelative_literal_loads):
15740         Delete.
15741         * config/aarch64/aarch64.md
15742         (aarch64_reload_movcp<GPF_TF:mode><P:mode>): Delete reference to
15743         aarch64_nopcrelative_literal_loads.
15744         (aarch64_reload_movcp<VALL:mode><P:mode>): Likewise.
15746 2017-01-19  Chenghua Xu  <paul.hua.gm@gmail.com>
15748         * config/mips/mips.h (ISA_HAS_FUSED_MADD4): Enable for
15749         TARGET_LOONGSON_3A.
15750         (ISA_HAS_UNFUSED_MADD4): Exclude TARGET_LOONGSON_3A.
15752 2017-01-19  Doug Gilmore  <doug.gilmore@imgtec.com>
15754         PR target/78176
15755         * config.gcc (supported_defaults): Add lxc1-sxc1.
15756         (with_lxc1_sxc1): Add validation.
15757         (all_defaults): Add lxc1-sxc1.
15758         * config/mips/mips.opt (mlxc1-sxc1): New option.
15759         * gcc/config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
15760         mlxc1-sxc1.
15761         (TARGET_CPU_CPP_BUILTINS): Add builtin_define for
15762         __mips_no_lxc1_sxc1.
15763         (ISA_HAS_LXC1_SXC1): Gate with mips_lxc1_sxc1.
15764         * gcc/doc/invoke.texi (-mlxc1-sxc1): Document the new option.
15765         * doc/install.texi (--with-lxc1-sxc1): Document the new option.
15767 2017-01-19  Richard Biener  <rguenther@suse.de>
15769         PR tree-optimization/72488
15770         * tree-ssa-sccvn.c (run_scc_vn): When we abort the VN make
15771         sure to restore SSA info.
15772         * tree-ssa.c (verify_ssa): Verify SSA info is not shared.
15774 2017-01-19  Richard Earnshaw  <rearnsha@arm.com>
15776         PR rtl-optimization/79121
15777         * expr.c (expand_expr_real_2, case LSHIFT_EXPR): Look at the signedness
15778         of the inner type when shifting an extended value.
15780 2017-01-17  Jan Hubicka  <hubicka@ucw.cz>
15782         PR lto/78407
15783         * symtab.c (symtab_node::equal_address_to): Fix comparing of
15784         interposable aliases.
15786 2017-01-18  Peter Bergner  <bergner@vnet.ibm.com>
15788         PR target/78516
15789         * config/rs6000/spe.md (mov_si<mode>_e500_subreg0): Fix constraints.
15790         Use the evmergelohi instruction.
15791         (mov_si<mode>_e500_subreg4_2_le): Likewise.
15792         (mov_sitf_e500_subreg8_2_be): Likewise.
15793         (mov_sitf_e500_subreg12_2_le): Likewise.
15794         (mov_si<mode>_e500_subreg0_2_le): Fix constraints.
15795         (mov_si<mode>_e500_subreg4_2_be): Likewise.
15796         (mov_sitf_e500_subreg8_2_le): Likewise.
15797         (mov_sitf_e500_subreg12_2_be): Likewise.
15799 2017-01-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15801         * config/rs6000/altivec.md (altivec_vbpermq): Change "type"
15802         attribute from vecsimple to vecperm.
15803         (altivec_vbpermq2): Likewise.
15805 2017-01-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15807         PR target/79040
15808         * config/rs6000/altivec.h: Fix typo of vec_cntlz to vec_cnttz.
15810 2017-01-18  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
15811         * config/rs6000/rs6000-protos.h (expand_strn_compare): Add arg.
15812         * config/rs6000/rs6000.c (expand_strn_compare): Add ability to expand
15813         strcmp. Fix bug where comparison didn't stop with zero byte. Fix
15814         case where N arg is SIZE_MAX.
15815         * config/rs6000/rs6000.md (cmpstrnsi): Args to expand_strn_compare.
15816         (cmpstrsi): Add pattern.
15818 2017-01-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
15820         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
15821         __builtin_vec_revb builtins.
15822         * config/rs6000/rs6000-builtins.def (P9V_BUILTIN_XXBRQ_V16QI): Add
15823         built-in functions to support generation of the ISA 3.0 XXBR<x>
15824         vector byte reverse instructions.
15825         (P9V_BUILTIN_XXBRQ_V1TI): Likewise.
15826         (P9V_BUILTIN_XXBRD_V2DI): Likewise.
15827         (P9V_BUILTIN_XXBRD_V2DF): Likewise.
15828         (P9V_BUILTIN_XXBGW_V4SI): Likewise.
15829         (P9V_BUILTIN_XXBGW_V4SF): Likewise.
15830         (P9V_BUILTIN_XXBGH_V8HI): Likewise.
15831         (P9V_BUILTIN_VEC_REVB): Likewise.
15832         * config/rs6000/vsx.md (p9_xxbrq_v1ti): New insns/expanders to
15833         generate the ISA 3.0 XXBR<x> vector byte reverse instructions.
15834         (p9_xxbrq_v16qi): Likewise.
15835         (p9_xxbrd_<mode>, VSX_D iterator): Likewise.
15836         (p9_xxbrw_<mode>, VSX_W iterator): Likewise.
15837         (p9_xxbrh_v8hi): Likewise.
15838         * config/rs6000/altivec.h (vec_revb): Define if ISA 3.0.
15839         * doc/extend.texi (RS/6000 Altivec Built-ins): Document the
15840         vec_revb built-in functions.
15842 2017-01-18  Uros Bizjak  <ubizjak@gmail.com>
15844         PR rtl-optimization/78952
15845         * config/i386/i386.md (any_extract): New code iterator.
15846         (*insvqi_2): Use any_extract for source operand.
15847         (*insvqi_3): Use any_shiftrt for source operand.
15849 2017-01-18  Wilco Dijkstra  <wdijkstr@arm.com>
15851         * config/aarch64/aarch64.c (aarch64_sched_adjust_priority)
15852         New function.
15853         (TARGET_SCHED_ADJUST_PRIORITY): Define target hook.
15855 2017-01-18  Matthias Klose  <doko@ubuntu.com>
15857         * doc/install.texi: Allow default for --with-target-bdw-gc-include.
15859 2016-01-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15861         * config/rs6000/altivec.h (vec_bperm): Change #define.
15862         * config/rs6000/altivec.md (UNSPEC_VBPERMD): New enum constant.
15863         (altivec_vbpermq2): New define_insn.
15864         (altivec_vbpermd): Likewise.
15865         * config/rs6000/rs6000-builtin.def (VBPERMQ2): New monomorphic
15866         function interface.
15867         (VBPERMD): Likewise.
15868         (VBPERM): New polymorphic function interface.
15869         * config/rs6000/r6000-c.c (altivec_overloaded_builtins_table):
15870         Add entries for P9V_BUILTIN_VEC_VBPERM.
15871         * doc/extend.texi: Add interfaces for vec_bperm.
15873 2017-01-18  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
15875         * config/s390/s390-c.c (s390_expand_overloaded_builtin): Downcase
15876         first letter of error messages.
15877         (s390_resolve_overloaded_builtin): Likewise.
15878         * config/s390/s390.c (s390_expand_builtin): Likewise.
15879         (s390_invalid_arg_for_unprototyped_fn): Likewise.
15880         (s390_valid_target_attribute_inner_p): Likewise.
15881         * config/s390/s390.md ("tabort"): Likewise.
15883 2017-01-18  Toma Tabacu  <toma.tabacu@imgtec.com>
15885         * config/mips/mips.h (ISA_HAS_DIV3): Remove unused macro.
15886         (ISA_AVOID_DIV_HILO): New macro.
15887         (ISA_HAS_DIV): Use new ISA_AVOID_DIV_HILO macro.
15888         (ISA_HAS_DDIV): Likewise.
15890 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
15892         * doc/invoke.texi (fabi-version): Correct number of occurrences.
15894 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
15896         * doc/invoke.texi (fabi-version): Spelling fix.
15898 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
15900         PR c++/70182
15901         * doc/invoke.texi (fabi-version): Mention mangling fix for
15902         operator names.
15904 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
15906         PR c++/77489
15907         * doc/invoke.texi (fabi-version): Document discriminator mangling.
15909 2017-01-17  Segher Boessenkool  <segher@kernel.crashing.org>
15911         PR target/78875
15912         * config/rs6000/rs6000-opts.h (stack_protector_guard): New enum.
15913         * config/rs6000/rs6000.c (rs6000_option_override_internal): Handle
15914         the new options.
15915         * config/rs6000/rs6000.md (stack_protect_set): Handle the new more
15916         flexible settings.
15917         (stack_protect_test): Ditto.
15918         * config/rs6000/rs6000.opt (mstack-protector-guard=,
15919         mstack-protector-guard-reg=, mstack-protector-guard-offset=): New
15920         options.
15921         * doc/invoke.texi (Option Summary) [RS/6000 and PowerPC Options]:
15922         Add -mstack-protector-guard=, -mstack-protector-guard-reg=, and
15923         -mstack-protector-guard-offset=.
15924         (RS/6000 and PowerPC Options): Ditto.
15926 2017-01-17  Uros Bizjak  <ubizjak@gmail.com>
15928         * config/i386/i386.h (MASK_CLASS_P): New define.
15929         * config/i386/i386.c (inline_secondary_memory_needed): Ensure that
15930         there are no registers from different register sets also when
15931         mask registers are used.  Update function comment.
15932         * config/i386/i386.md (*movsi_internal): Split (*k/*krm) alternative
15933         to (*k/*r) and (*k/*km) alternatives.
15935 2017-01-17  Wilco Dijkstra  <wdijkstr@arm.com>
15937         * config/aarch64/aarch64.md (eh_return): Remove pattern and splitter.
15938         * config/aarch64/aarch64.h (AARCH64_EH_STACKADJ_REGNUM): Remove.
15939         (EH_RETURN_HANDLER_RTX): New define.
15940         * config/aarch64/aarch64.c (aarch64_frame_pointer_required):
15941         Force frame pointer in EH return functions.
15942         (aarch64_expand_epilogue): Add barrier for eh_return.
15943         (aarch64_final_eh_return_addr): Remove.
15944         (aarch64_eh_return_handler_rtx): New function.
15945         * config/aarch64/aarch64-protos.h (aarch64_final_eh_return_addr):
15946         Remove.
15947         (aarch64_eh_return_handler_rtx): New prototype.
15949 2017-01-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15951         * config/rs6000/altivec.h (vec_rlmi): New #define.
15952         (vec_vrlnm): Likewise.
15953         (vec_rlnm): Likewise.
15954         * config/rs6000/altivec.md (UNSPEC_VRLMI): New UNSPEC enum value.
15955         (UNSPEC_VRLNM): Likewise.
15956         (VIlong): New mode iterator.
15957         (altivec_vrl<VI_char>mi): New define_insn.
15958         (altivec_vrl<VI_char>nm): Likewise.
15959         * config/rs6000/rs6000-builtin.def (VRLWNM): New monomorphic
15960         function entry.
15961         (VRLDNM): Likewise.
15962         (RLNM): New polymorphic function entry.
15963         (VRLWMI): New monomorphic function entry.
15964         (VRLDMI): Likewise.
15965         (RLMI): New polymorphic function entry.
15966         * config/rs6000/r6000-c.c (altivec_overloaded_builtin_table): Add
15967         new entries for P9V_BUILTIN_VEC_RLMI and P9V_BUILTIN_VEC_RLNM.
15968         * doc/extend.texi: Add description of vec_rlmi, vec_rlnm, and
15969         vec_vrlnm.
15971 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
15973         PR debug/78839
15974         * dwarf2out.c (field_byte_offset): Restore the
15975         PCC_BITFIELD_TYPE_MATTERS behavior for INTEGER_CST DECL_FIELD_OFFSET
15976         and DECL_FIELD_BIT_OFFSET.  Use fold_build2 instead of build2 + fold.
15977         (analyze_variants_discr, gen_variant_part): Use fold_build2 instead
15978         of build2 + fold.
15980 2017-01-17  Eric Botcazou  <ebotcazou@adacore.com>
15982         PR ada/67205
15983         * config/aarch64/aarch64.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define
15985 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
15987         PR debug/71669
15988         * dwarf2out.c (add_data_member_location_attribute): For constant
15989         offset bitfield emit for -gdwarf-5 DW_AT_data_bit_offset attribute
15990         instead of DW_AT_data_member_location, DW_AT_bit_offset and
15991         DW_AT_byte_size attributes.
15993 2017-01-17  Eric Botcazou  <ebotcazou@adacore.com>
15995         * config/rs6000/rs6000.c (rs6000_emit_move): Also use a TOC reference
15996         after forcing to constant memory when the code model is medium.
15998 2017-01-17  Julia Koval  <julia.koval@intel.com>
16000         PR target/76731
16001         * config/i386/avx512fintrin.h
16002         (_mm512_i32gather_ps): Change __addr type to void const*.
16003         (_mm512_mask_i32gather_ps): Ditto.
16004         (_mm512_i32gather_pd): Ditto.
16005         (_mm512_mask_i32gather_pd): Ditto.
16006         (_mm512_i64gather_ps): Ditto.
16007         (_mm512_mask_i64gather_ps): Ditto.
16008         (_mm512_i64gather_pd): Ditto.
16009         (_mm512_mask_i64gather_pd): Ditto.
16010         (_mm512_i32gather_epi32): Ditto.
16011         (_mm512_mask_i32gather_epi32): Ditto.
16012         (_mm512_i32gather_epi64): Ditto.
16013         (_mm512_mask_i32gather_epi64): Ditto.
16014         (_mm512_i64gather_epi32): Ditto.
16015         (_mm512_mask_i64gather_epi32): Ditto.
16016         (_mm512_i64gather_epi64): Ditto.
16017         (_mm512_mask_i64gather_epi64): Ditto.
16018         (_mm512_i32scatter_ps): Change __addr type to void*.
16019         (_mm512_mask_i32scatter_ps): Ditto.
16020         (_mm512_i32scatter_pd): Ditto.
16021         (_mm512_mask_i32scatter_pd): Ditto.
16022         (_mm512_i64scatter_ps): Ditto.
16023         (_mm512_mask_i64scatter_ps): Ditto.
16024         (_mm512_i64scatter_pd): Ditto.
16025         (_mm512_mask_i64scatter_pd): Ditto.
16026         (_mm512_i32scatter_epi32): Ditto.
16027         (_mm512_mask_i32scatter_epi32): Ditto.
16028         (_mm512_i32scatter_epi64): Ditto.
16029         (_mm512_mask_i32scatter_epi64): Ditto.
16030         (_mm512_i64scatter_epi32): Ditto.
16031         (_mm512_mask_i64scatter_epi32): Ditto.
16032         (_mm512_i64scatter_epi64): Ditto.
16033         (_mm512_mask_i64scatter_epi64): Ditto.
16034         * config/i386/avx512pfintrin.h
16035         (_mm512_mask_prefetch_i32gather_pd): Change __addr type to void const*.
16036         (_mm512_mask_prefetch_i32gather_ps): Ditto.
16037         (_mm512_mask_prefetch_i64gather_pd): Ditto.
16038         (_mm512_mask_prefetch_i64gather_ps): Ditto.
16039         (_mm512_prefetch_i32scatter_pd): Change __addr type to void*.
16040         (_mm512_prefetch_i32scatter_ps): Ditto.
16041         (_mm512_mask_prefetch_i32scatter_pd): Ditto.
16042         (_mm512_mask_prefetch_i32scatter_ps): Ditto.
16043         (_mm512_prefetch_i64scatter_pd): Ditto.
16044         (_mm512_prefetch_i64scatter_ps): Ditto.
16045         (_mm512_mask_prefetch_i64scatter_pd): Ditto.
16046         (_mm512_mask_prefetch_i64scatter_ps): Ditto.
16047         * config/i386/avx512vlintrin.h
16048         (_mm256_mmask_i32gather_ps): Change __addr type to void const*.
16049         (_mm_mmask_i32gather_ps): Ditto.
16050         (_mm256_mmask_i32gather_pd): Ditto.
16051         (_mm_mmask_i32gather_pd): Ditto.
16052         (_mm256_mmask_i64gather_ps): Ditto.
16053         (_mm_mmask_i64gather_ps): Ditto.
16054         (_mm256_mmask_i64gather_pd): Ditto.
16055         (_mm_mmask_i64gather_pd): Ditto.
16056         (_mm256_mmask_i32gather_epi32): Ditto.
16057         (_mm_mmask_i32gather_epi32): Ditto.
16058         (_mm256_mmask_i32gather_epi64): Ditto.
16059         (_mm_mmask_i32gather_epi64): Ditto.
16060         (_mm256_mmask_i64gather_epi32): Ditto.
16061         (_mm_mmask_i64gather_epi32): Ditto.
16062         (_mm256_mmask_i64gather_epi64): Ditto.
16063         (_mm_mmask_i64gather_epi64): Ditto.
16064         (_mm256_i32scatter_ps): Change __addr type to void*.
16065         (_mm256_mask_i32scatter_ps): Ditto.
16066         (_mm_i32scatter_ps): Ditto.
16067         (_mm_mask_i32scatter_ps): Ditto.
16068         (_mm256_i32scatter_pd): Ditto.
16069         (_mm256_mask_i32scatter_pd): Ditto.
16070         (_mm_i32scatter_pd): Ditto.
16071         (_mm_mask_i32scatter_pd): Ditto.
16072         (_mm256_i64scatter_ps): Ditto.
16073         (_mm256_mask_i64scatter_ps): Ditto.
16074         (_mm_i64scatter_ps): Ditto.
16075         (_mm_mask_i64scatter_ps): Ditto.
16076         (_mm256_i64scatter_pd): Ditto.
16077         (_mm256_mask_i64scatter_pd): Ditto.
16078         (_mm_i64scatter_pd): Ditto.
16079         (_mm_mask_i64scatter_pd): Ditto.
16080         (_mm256_i32scatter_epi32): Ditto.
16081         (_mm256_mask_i32scatter_epi32): Ditto.
16082         (_mm_i32scatter_epi32): Ditto.
16083         (_mm_mask_i32scatter_epi32): Ditto.
16084         (_mm256_i32scatter_epi64): Ditto.
16085         (_mm256_mask_i32scatter_epi64): Ditto.
16086         (_mm_i32scatter_epi64): Ditto.
16087         (_mm_mask_i32scatter_epi64): Ditto.
16088         (_mm256_i64scatter_epi32): Ditto.
16089         (_mm256_mask_i64scatter_epi32): Ditto.
16090         (_mm_i64scatter_epi32): Ditto.
16091         (_mm_mask_i64scatter_epi32): Ditto.
16092         (_mm256_i64scatter_epi64): Ditto.
16093         (_mm256_mask_i64scatter_epi64): Ditto.
16094         (_mm_i64scatter_epi64): Ditto.
16095         (_mm_mask_i64scatter_epi64): Ditto.
16096         * config/i386/i386-builtin-types.def (V16SF_V16SF_PCFLOAT_V16SI_HI_INT)
16097         (V8DF_V8DF_PCDOUBLE_V8SI_QI_INT, V8SF_V8SF_PCFLOAT_V8DI_QI_INT)
16098         (V8DF_V8DF_PCDOUBLE_V8DI_QI_INT, V16SI_V16SI_PCINT_V16SI_HI_INT)
16099         (V8DI_V8DI_PCINT64_V8SI_QI_INT, V8SI_V8SI_PCINT_V8DI_QI_INT)
16100         (V8DI_V8DI_PCINT64_V8DI_QI_INT, V2DF_V2DF_PCDOUBLE_V4SI_QI_INT)
16101         (V4DF_V4DF_PCDOUBLE_V4SI_QI_INT, V2DF_V2DF_PCDOUBLE_V2DI_QI_INT)
16102         (V4DF_V4DF_PCDOUBLE_V4DI_QI_INT, V4SF_V4SF_PCFLOAT_V4SI_QI_INT)
16103         (V8SF_V8SF_PCFLOAT_V8SI_QI_INT, V4SF_V4SF_PCFLOAT_V2DI_QI_INT)
16104         (V4SF_V4SF_PCFLOAT_V4DI_QI_INT, V2DI_V2DI_PCINT64_V4SI_QI_INT)
16105         (V4DI_V4DI_PCINT64_V4SI_QI_INT, V2DI_V2DI_PCINT64_V2DI_QI_INT)
16106         (V4DI_V4DI_PCINT64_V4DI_QI_INT, V4SI_V4SI_PCINT_V4SI_QI_INT)
16107         (V8SI_V8SI_PCINT_V8SI_QI_INT, V4SI_V4SI_PCINT_V2DI_QI_INT)
16108         (V4SI_V4SI_PCINT_V4DI_QI_INT, VOID_PFLOAT_HI_V16SI_V16SF_INT)
16109         (VOID_PFLOAT_QI_V8SI_V8SF_INT, VOID_PFLOAT_QI_V4SI_V4SF_INT)
16110         (VOID_PDOUBLE_QI_V8SI_V8DF_INT, VOID_PDOUBLE_QI_V4SI_V4DF_INT)
16111         (VOID_PDOUBLE_QI_V4SI_V2DF_INT, VOID_PFLOAT_QI_V8DI_V8SF_INT)
16112         (VOID_PFLOAT_QI_V4DI_V4SF_INT, VOID_PFLOAT_QI_V2DI_V4SF_INT)
16113         (VOID_PDOUBLE_QI_V8DI_V8DF_INT, VOID_PDOUBLE_QI_V4DI_V4DF_INT)
16114         (VOID_PDOUBLE_QI_V2DI_V2DF_INT, VOID_PINT_HI_V16SI_V16SI_INT)
16115         (VOID_PINT_QI_V8SI_V8SI_INT, VOID_PINT_QI_V4SI_V4SI_INT)
16116         (VOID_PLONGLONG_QI_V8SI_V8DI_INT, VOID_PLONGLONG_QI_V4SI_V4DI_INT)
16117         (VOID_PLONGLONG_QI_V4SI_V2DI_INT, VOID_PINT_QI_V8DI_V8SI_INT)
16118         (VOID_PINT_QI_V4DI_V4SI_INT, VOID_PINT_QI_V2DI_V4SI_INT)
16119         (VOID_PLONGLONG_QI_V8DI_V8DI_INT, VOID_QI_V8SI_PCINT64_INT_INT)
16120         (VOID_PLONGLONG_QI_V4DI_V4DI_INT, VOID_PLONGLONG_QI_V2DI_V2DI_INT)
16121         (VOID_HI_V16SI_PCINT_INT_INT, VOID_QI_V8DI_PCINT64_INT_INT)
16122         (VOID_QI_V8DI_PCINT_INT_INT): Remove.
16123         (V16SF_V16SF_PCVOID_V16SI_HI_INT,  V8DF_V8DF_PCVOID_V8SI_QI_INT)
16124         (V8SF_V8SF_PCVOID_V8DI_QI_INT, V8DF_V8DF_PCVOID_V8DI_QI_INT)
16125         (V16SI_V16SI_PCVOID_V16SI_HI_INT, V8DI_V8DI_PCVOID_V8SI_QI_INT)
16126         (V8SI_V8SI_PCVOID_V8DI_QI_INT, V8DI_V8DI_PCVOID_V8DI_QI_INT)
16127         (VOID_PVOID_HI_V16SI_V16SF_INT, VOID_PVOID_QI_V8SI_V8DF_INT)
16128         (VOID_PVOID_QI_V8DI_V8SF_INT, VOID_PVOID_QI_V8DI_V8DF_INT)
16129         (VOID_PVOID_HI_V16SI_V16SI_INT, VOID_PVOID_QI_V8SI_V8DI_INT)
16130         (VOID_PVOID_QI_V8DI_V8SI_INT, VOID_PVOID_QI_V8DI_V8DI_INT)
16131         (V2DF_V2DF_PCVOID_V4SI_QI_INT, V4DF_V4DF_PCVOID_V4SI_QI_INT)
16132         (V2DF_V2DF_PCVOID_V2DI_QI_INT, V4DF_V4DF_PCVOID_V4DI_QI_INT
16133         (V4SF_V4SF_PCVOID_V4SI_QI_INT, V8SF_V8SF_PCVOID_V8SI_QI_INT)
16134         (V4SF_V4SF_PCVOID_V2DI_QI_INT, V4SF_V4SF_PCVOID_V4DI_QI_INT)
16135         (V2DI_V2DI_PCVOID_V4SI_QI_INT, V4DI_V4DI_PCVOID_V4SI_QI_INT)
16136         (V2DI_V2DI_PCVOID_V2DI_QI_INT, V4DI_V4DI_PCVOID_V4DI_QI_INT)
16137         (V4SI_V4SI_PCVOID_V4SI_QI_INT, V8SI_V8SI_PCVOID_V8SI_QI_INT)
16138         (V4SI_V4SI_PCVOID_V2DI_QI_INT, V4SI_V4SI_PCVOID_V4DI_QI_INT)
16139         (VOID_PVOID_QI_V8SI_V8SF_INT, VOID_PVOID_QI_V4SI_V4SF_INT)
16140         (VOID_PVOID_QI_V4SI_V4DF_INT, VOID_PVOID_QI_V4SI_V2DF_INT)
16141         (VOID_PVOID_QI_V4DI_V4SF_INT, VOID_PVOID_QI_V2DI_V4SF_INT)
16142         (VOID_PVOID_QI_V4DI_V4DF_INT, VOID_PVOID_QI_V2DI_V2DF_INT)
16143         (VOID_PVOID_QI_V8SI_V8SI_INT, VOID_PVOID_QI_V4SI_V4SI_INT)
16144         (VOID_PVOID_QI_V4SI_V4DI_INT, VOID_PVOID_QI_V4SI_V2DI_INT)
16145         (VOID_PVOID_QI_V4DI_V4SI_INT, VOID_PVOID_QI_V2DI_V4SI_INT)
16146         (VOID_PVOID_QI_V4DI_V4DI_INT, VOID_PVOID_QI_V2DI_V2DI_INT)
16147         (VOID_QI_V8SI_PCVOID_INT_INT, VOID_HI_V16SI_PCVOID_INT_INT)
16148         (VOID_QI_V8DI_PCVOID_INT_INT): Add.
16149         * config/i386/i386.c (ix86_init_mmx_sse_builtins): Adjust builtin
16150         definitions accordingly.
16152 2017-01-17  Kito Cheng  <kito.cheng@gmail.com>
16153             Kuan-Lin Chen  <kuanlinchentw@gmail.com>
16155         PR target/79079
16156         * internal-fn.c (expand_mul_overflow): Use convert_modes instead of
16157         gen_lowpart.
16159 2017-01-17  Vladimir Makarov  <vmakarov@redhat.com>
16161         PR target/79058
16162         * ira-conflicts.c (ira_build_conflicts): Update total conflict
16163         hard regs for inner regno.
16165 2017-01-17  Martin Liska  <mliska@suse.cz>
16167         PR ipa/71207
16168         * ipa-polymorphic-call.c (contains_type_p): Fix wrong
16169         assumption and add comment.
16171 2017-01-17  Nathan Sidwell  <nathan@acm.org>
16173         * ipa-visibility.c (localize_node): New function, broken out of ...
16174         (function_and_variable_visibility): ... here. Call it.
16176 2017-01-17  Jan Hubicka  <hubicka@ucw.cz>
16178         PR middle-end/77445
16179         * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges):
16180         correctly set frequency of oudgoing edge.
16181         (duplicate_thread_path): Fix profile updating.
16183 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
16185         PR other/79046
16186         * configure.ac: Add GCC_BASE_VER.
16187         * Makefile.in (version): Use @get_gcc_base_ver@ instead of cat to get
16188         version from BASE-VER file.
16189         (CFLAGS-gcc.o): Add -DBASEVER=$(BASEVER_s).
16190         (gcc.o): Depend on $(BASEVER).
16191         * common.opt (dumpfullversion): New option.
16192         * gcc.c (driver_handle_option): Handle OPT_dumpfullversion.
16193         * doc/invoke.texi: Document -dumpfullversion.
16194         * doc/install.texi: Document --with-gcc-major-version-only.
16195         * configure: Regenerated.
16197 2017-01-17  Richard Biener  <rguenther@suse.de>
16199         PR tree-optimization/71433
16200         * tree-vrp.c (register_new_assert_for): Merge same asserts
16201         on all incoming edges.
16202         (process_assert_insertions_for): Handle insertions at the
16203         beginning of BBs.
16205 2017-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
16207         * config/i386/cygwin.h (LIBGCJ_SONAME): Remove.
16208         * config/i386/mingw32.h (LIBGCJ_SONAME): Remove.
16210 2017-01-17  Kaz Kojima  <kkojima@gcc.gnu.org>
16212         PR target/78633
16213         * config/sh/sh.md (cmpeqsi_t+1): Call copy_rtx to avoid invalid
16214         RTL sharing.
16216 2017-01-17  Alan Modra  <amodra@gmail.com>
16218         PR target/79066
16219         * config/rs6000/rs6000.md (elf_high, elf_low): Disable when pic.
16220         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Don't allow
16221         symbolic stack limit when pic.
16223 2017-01-16  Martin Sebor  <msebor@redhat.com>
16225         PR tree-optimization/78608
16226         * gimple-ssa-sprintf.c (tree_digits): Avoid negating TYPE_MIN.
16228 2017-01-16  Jeff Law  <law@redhat.com>
16230         Revert:
16231         2016-12-02  Tadek Kijkowski  <tkijkowski@gmail.com>
16232         * Makefile.in (PREPROCESSOR_DEFINES): Add a level of indirection
16233         for several include directories that may be relative to sysroot.
16234         * config/i386/x-mingw32 (gplus_includedir): Define.
16235         (gplus_tool_includedir, gplus_backward_include_dir): Likewise.
16236         (native_system_includedir): Likewise.
16237         * config/i386/mingw32.h (STANDARD_STARTFILE_PREFIX_1): Do not
16238         override if TARGET_SYSTEM_ROOT is defined.
16239         (NATIVE_SYSTEM_HEADER_DIR): Likewise.
16241         PR tree-optimization/79090
16242         PR tree-optimization/33562
16243         PR tree-optimization/61912
16244         PR tree-optimization/77485
16245         * tree-ssa-dse.c (compute_trims): Accept STMT argument.  Dump STMT
16246         and computed trims into the dump file.
16248 2017-01-17  Uros Bizjak  <ubizjak@gmail.com>
16250         * config/i386/i386.h (LIMIT_RELOAD_CLASS): Remove.
16252 2017-01-16  Jakub Jelinek  <jakub@redhat.com>
16254         PR c/79089
16255         * gimplify.c (gimplify_init_constructor): If want_value and
16256         object == lhs, unshare lhs to avoid invalid tree sharing.  Formatting
16257         fix.
16259         PR target/79080
16260         * loop-doloop.c (doloop_modify): Call unshare_all_rtl_in_chain on
16261         sequence.  Formatting fixes.
16262         (doloop_optimize): Formatting fixes.
16264         PR driver/49726
16265         * gcc.c (debug_level_greater_than_spec_func): New function.
16266         (static_spec_functions): Add debug-level-gt spec function.
16267         (ASM_DEBUG_SPEC, cpp_options): Use %:debug-level-gt(0) instead of
16268         !g0.
16269         * config/darwin.h (DSYMUTIL_SPEC, ASM_DEBUG_SPEC): Likewise.
16270         * config/darwin9.h (DSYMUTIL_SPEC, ASM_DEBUG_SPEC): Likewise.
16271         * common.opt (g, gcoff, gdwarf, gdwarf-, ggdb, gno-pubnames,
16272         gpubnames, ggnu-pubnames, gno-record-gcc-switches,
16273         grecord-gcc-switches, gno-strict-dwarf, gstrict-dwarf, gstabs,
16274         gstabs+, gtoggle, gvms, gxcoff, gxcoff+): Add Driver flag.
16276 2017-01-16  Uros Bizjak  <ubizjak@gmail.com>
16278         * config/i386/i386.h (HARD_REGNO_CALLER_SAVE_MODE): Apply HImode and
16279         QImode fixups to general and mask registers only.
16281 2017-01-16  Carl Love  <cel@us.ibm.com>
16283         * config/rs6000/rs6000-c (altivec_overloaded_builtins): Add support
16284         for built-in functions
16285         vector signed char vec_nabs (vector signed char)
16286         vector signed short vec_nabs (vector signed short)
16287         vector signed int vec_nabs (vector signed int)
16288         vector signed long long vec_nabs (vector signed long long)
16289         vector float vec_nabs (vector float)
16290         vector double vec_nabs (vector double)
16291         * config/rs6000/rs6000-builtin.def: Add definitions for NABS functions
16292         and NABS overload.
16293         * config/rs6000/altivec.md: New define_expand nabs<mode>2 types
16294         * config/rs6000/altivec.h: New define for vec_nabs built-in function.
16295         * doc/extend.texi: Update the documentation file for the new built-in
16296         functions.
16298 2017-01-16  Martin Sebor  <msebor@redhat.com>
16300         * gimple-ssa-sprintf.c (format_directive): Correct a typo in a warning
16301         message.
16303 2017-01-16  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16305         * config/rs6000/rs6000.c (rtx_is_swappable_p): Change
16306         UNSPEC_VSX__XXSPLTD to require special splat handling.
16308 2017-01-16  David Malcolm  <dmalcolm@redhat.com>
16310         PR bootstrap/78616
16311         * system.h: Poison strndup.
16313 2017-01-16  Alan Modra  <amodra@gmail.com>
16315         PR target/79098
16316         * config/rs6000/rs6000.c (rs6000_legitimate_combined_insn): Don't
16317         use a switch.
16319 2017-01-16  Georg-Johann Lay  <avr@gjlay.de>
16321         * config/avr/avr.h (BRANCH_COST) [reload_completed]: Increase by 4.
16323 2017-01-15  Uros Bizjak  <ubizjak@gmail.com>
16325         * config/i386/i386.c (ix86_legitimate_combined_insn): Do not
16326         call recog here.  Assert that INSN_CODE (insn) is non-negative.
16328 2017-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
16330         PR target/72749
16331         * cfgrtl.c (rtl_split_edge): Also patch jump insns that jump to the
16332         fallthrough.
16333         * haifa-sched.c (dump_insn_stream): Don't crash if there is a label
16334         in the currently scheduled RTL fragment.
16336 2017-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
16338         PR rtl-optimization/78751
16339         * ifcvt.c (find_cond_trap): If we generated a non-existing insn,
16340         give up.
16342 2017-01-14  Jeff Law  <law@redhat.com>
16344         PR tree-optimization/79090
16345         * tree-ssa-dse.c (valid_ao_ref_for_dse): Reject zero length and
16346         variable length stores.
16347         (compute_trims): Delete dead assignment to *trim_tail.
16348         (dse_dom_walker::dse_optimize_stmt): Optimize mem* calls with
16349         zero length.
16351 2017-01-14  Bernd Schmidt  <bschmidt@redhat.com>
16353         PR rtl-optimization/78626
16354         PR rtl-optimization/78727
16355         * cprop.c (one_cprop_pass): Collect unconditional traps in the middle
16356         of a block, and split such blocks after everything else is finished.
16358 2017-01-14  Alan Modra  <amodra@gmail.com>
16360         PR target/72749
16361         * combine.c (recog_for_combine_1): Set INSN_CODE before calling
16362         target legitimate_combined_insn.
16363         * config/rs6000/rs6000.c (TARGET_LEGITIMATE_COMBINED_INSN): Define.
16364         (rs6000_legitimate_combined_insn): New function.
16365         * config/rs6000/rs6000.md (UNSPEC_DOLOOP): Delete, and remove
16366         all uses.
16367         (ctr<mode>_internal3): Rename from *ctr<mode>_internal5.
16368         (ctr<mode>_internal4): Rename from *ctr<mode>_internal6.
16369         (ctr<mode>_internal1, ctr<mode>_internal2): Remove '*' from name.
16371 2017-01-14  Gerald Pfeifer  <gerald@pfeifer.com>
16373         * doc/frontends.texi (G++ and GCC): Remove references to Java.
16375 2017-01-13  Jeff Law  <law@redhat.com>
16377         PR tree-optimization/33562
16378         PR tree-optimization/61912
16379         PR tree-optimization/77485
16380         * tree-ssa-dse.c (delete_dead_call): Accept gsi rather than
16381         a statement.
16382         (delete_dead_assignment): Likewise.
16383         (dse_dom_walker::dse_optimize_stmt): Pass in the gsi rather than
16384         statement to delete_dead_call and delete_dead_assignment.
16386 2017-01-13  David Malcolm  <dmalcolm@redhat.com>
16388         PR c/78304
16389         * substring-locations.c (format_warning_va): Strengthen case 1 so
16390         that both endpoints of the substring must be within the format
16391         range for just the substring to be printed.
16393 2017-01-13  Uros Bizjak  <ubizjak@gmail.com>
16395         * config/i386/i386.opt (msgx): Use ix86_isa_flags2 variable.
16396         * config/i386/i386.c (ix86_target_string): Add missing options
16397         to isa_opts and reorder options by implied ISAs.  Rename isa_opts2 to
16398         isa2_opts, ix86_flag_opts to flag2_opts, ix86_target_other to
16399         flags_other and ix86_target_other to flags2_other.  Display unknown
16400         isa2 options.
16401         (ix86_valid_target_attribute_inner_p): Add missing options and
16402         reorder options by implied ISAs, as in ix86_target_string.
16404 2017-01-13  Richard Sandiford  <richard.sandiford@arm.com>
16406         * hash-table.h (hash_table::too_empty_p): New function.
16407         (hash_table::expand): Use it.
16408         (hash_table::traverse): Likewise.
16409         (hash_table::empty_slot): Use sizeof (value_type) instead of
16410         sizeof (PTR) to convert bytes to elements.  Shrink the table
16411         if the current size is excessive for the current number of
16412         elements.
16414 2017-01-13  Richard Sandiford  <richard.sandiford@arm.com>
16416         * ira-costs.c (record_reg_classes): Break from the inner loop
16417         early once alt_fail is known to be true.  Update outer loop
16418         handling accordingly.
16420 2017-01-13  Jeff Law  <law@redhat.com>
16422         * tree-ssa-dse.c (decrement_count): New function.
16423         (increment_start_addr, maybe_trim_memstar_call): Likewise.
16424         (dse_dom_walker::optimize_stmt): Call maybe_trim_memstar_call directly
16425         when we know the partially dead statement is a mem* function.
16427         PR tree-optimization/61912
16428         PR tree-optimization/77485
16429         * tree-ssa-dse.c: Include expr.h.
16430         (maybe_trim_constructor_store): New function.
16431         (maybe_trim_partially_dead_store): Call maybe_trim_constructor_store.
16433         PR tree-optimization/33562
16434         PR tree-optimization/61912
16435         PR tree-optimization/77485
16436         * doc/invoke.texi: Document new dse-max-object-size param.
16437         * params.def (PARM_DSE_MAX_OBJECT_SIZE): New PARAM.
16438         * tree-ssa-dse.c: Include params.h.
16439         (dse_store_status): New enum.
16440         (initialize_ao_ref_for_dse): New, partially extracted from
16441         dse_optimize_stmt.
16442         (valid_ao_ref_for_dse, normalize_ref): New.
16443         (setup_live_bytes_from_ref, compute_trims): Likewise.
16444         (clear_bytes_written_by, maybe_trim_complex_store): Likewise.
16445         (maybe_trim_partially_dead_store): Likewise.
16446         (maybe_trim_complex_store): Likewise.
16447         (dse_classify_store): Renamed from dse_possibly_dead_store_p.
16448         Track what bytes live from the original store.  Return tri-state
16449         for dead, partially dead or live.
16450         (dse_dom_walker): Add constructor, destructor and new private members.
16451         (delete_dead_call, delete_dead_assignment): New extracted from
16452         dse_optimize_stmt.
16453         (dse_optimize_stmt): Make a member of dse_dom_walker.
16454         Use initialize_ao_ref_for_dse.
16456         PR tree-optimization/33562
16457         PR tree-optimization/61912
16458         PR tree-optimization/77485
16459         * sbitmap.h (bitmap_count_bits): Prototype.
16460         (bitmap_clear_range, bitmap_set_range): Likewise.
16461         * sbitmap.c (bitmap_clear_range): New function.
16462         (bitmap_set_range, sbitmap_popcount, bitmap_count_bits): Likewise.
16464 2017-01-13  Martin Liska  <mliska@suse.cz>
16466         PR ipa/79043
16467         * function.c (set_cfun): Add new argument force.
16468         * function.h (set_cfun): Likewise.
16469         * ipa-inline-transform.c (inline_call): Use the function when
16470         strict alising from is dropped for function we inline to.
16472 2017-01-13  Richard Biener  <rguenther@suse.de>
16474         * tree-pretty-print.c (dump_generic_node): Fix inverted condition
16475         for dumping GIMPLE INTEGER_CSTs.
16477 2017-01-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
16479         * config/sol2.h (TARGET_OS_CPP_BUILTINS): Define __STDC_VERSION__
16480         to 201112L since C++17.
16482 2017-01-13  Maxim Ostapenko  <m.ostapenko@samsung.com>
16484         PR sanitizer/78887
16485         * asan.c (asan_needs_odr_indicator_p): Don't emit ODR indicators
16486         if -fsanitize=kernel-address is present.
16488 2017-01-13  Richard Biener  <rguenther@suse.de>
16490         * tree-pretty-print.c (dump_generic_node): Dump INTEGER_CSTs
16491         as _Literal ( type ) number in case usual suffixes do not
16492         preserve all information.
16494 2017-01-13  Richard Biener  <rguenther@suse.de>
16496         PR tree-optimization/77283
16497         * gimple-ssa-split-paths.c: Include gimple-ssa.h, tree-phinodes.h
16498         and ssa-iterators.h.
16499         (is_feasible_trace): Implement a cost model based on joiner
16500         PHI node uses.
16502 2017-01-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
16504         PR target/79004
16505         * config/rs6000/rs6000.md (FP_ISA3): Do not optimize converting
16506         char or short to __float128/_Float128 directly.
16508 2017-01-12  Martin Sebor  <msebor@redhat.com>
16510         to -Wformat-overflow.
16511         * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Adjust.
16512         (min_bytes_remaining): Same.
16513         (get_string_length): Same.
16514         (format_string): Same.
16515         (format_directive): Same.
16516         (add_bytes): Same.
16517         (pass_sprintf_length::handle_gimple_call): Same.
16519 2017-01-12  Jakub Jelinek  <jakub@redhat.com>
16521         * gimple-ssa-sprintf.c (try_substitute_return_value): Remove
16522         info.nowrite calls with no lhs that can't throw.  Return bool
16523         whether gsi_remove has been called or not.
16524         (pass_sprintf_length::handle_gimple_call): Return bool whether
16525         try_substitute_return_value called gsi_remove.  Formatting fix.
16526         (pass_sprintf_length::execute): Don't use gsi_remove if
16527         handle_gimple_call returned true.
16529         PR bootstrap/79069
16530         * cfgrtl.c (rtl_tidy_fallthru_edge): For any_uncondjump_p that can't
16531         be removed due to side-effects, don't remove following barrier nor
16532         turn the successor edge into fallthru edge.
16534 2017-01-12  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16536         PR target/79044
16537         * config/rs6000/rs6000.c (insn_is_swappable_p): Mark
16538         element-reversing loads and stores as not swappable.
16540 2017-01-12  Nathan Sidwell  <nathan@acm.org>
16541             Nicolai Stange  <nicstange@gmail.com>
16543         * combine.c (try_combine): Don't ignore result of overlap checking
16544         loop.  Combine overlap & asm check into single loop.
16546 2017-01-12  Richard Biener  <rguenther@suse.de>
16548         * tree-pretty-print.c (dump_generic_node): Provide -gimple
16549         variant for MEM_REF.  Sanitize INTEGER_CST for -gimple.
16551 2017-01-12  Richard Biener  <rguenther@suse.de>
16553         * tree.c (initialize_tree_contains_struct): Make TS_OPTIMIZATION
16554         and TS_TARGET_OPTION directly derive from TS_BASE.
16555         * tree-core.h (tree_optimization_option): Derive from tree_base.
16556         (tree_target_option): Likewise.
16558 2017-01-11  Uros Bizjak  <ubizjak@gmail.com>
16560         * config/i386/i386.c (memory_address_length): Increase len
16561         only when rip_relative_addr_p returns false.
16563 2017-01-11  Julia Koval  <julia.koval@intel.com>
16565         * common/config/i386/i386-common.c (OPTION_MASK_ISA_SGX_UNSET): New.
16566         (OPTION_MASK_ISA_SGX_SET): New.
16567         (ix86_handle_option): Handle OPT_msgx.
16568         * config.gcc: Added sgxintrin.h.
16569         * config/i386/driver-i386.c (host_detect_local_cpu): Detect sgx.
16570         * config/i386/i386-c.c (ix86_target_macros_internal): Define __SGX__.
16571         * config/i386/i386.c (ix86_target_string): Add -msgx.
16572         (PTA_SGX): New.
16573         (ix86_option_override_internal): Handle new options.
16574         (ix86_valid_target_attribute_inner_p): Add sgx.
16575         * config/i386/i386.h (TARGET_SGX, TARGET_SGX_P): New.
16576         * config/i386/i386.opt: Add msgx.
16577         * config/i386/sgxintrin.h: New file.
16578         * config/i386/x86intrin.h: Add sgxintrin.h.
16580 2017-01-11  Jakub Jelinek  <jakub@redhat.com>
16582         PR c++/71537
16583         * fold-const.c (maybe_nonzero_address): Return 1 for function
16584         local objects.
16585         (tree_single_nonzero_warnv_p): Don't handle function local objects
16586         here.
16588         PR c++/72813
16589         * gcc.c (default_compilers): Don't add -o %g.s for -S -save-temps
16590         of c-header.
16592 2017-01-11  David Malcolm  <dmalcolm@redhat.com>
16594         PR driver/78877
16595         * opts.c: Include "spellcheck.h"
16596         (struct string_fragment): New struct.
16597         (struct edit_distance_traits<const string_fragment &>): New
16598         struct.
16599         (get_closest_sanitizer_option): New function.
16600         (parse_sanitizer_options): Offer suggestions for unrecognized arguments.
16602 2017-01-11  Jakub Jelinek  <jakub@redhat.com>
16604         * dwarf2out.c (DWARF_COMPILE_UNIT_HEADER_SIZE): For DWARF5 decrease
16605         by 12.
16606         (DWARF_COMDAT_TYPE_UNIT_HEADER_SIZE): Always
16607         DWARF_COMPILE_UNIT_HEADER_SIZE plus 12.
16608         (DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE): Define.
16609         (calc_base_type_die_sizes): Use DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE
16610         for initial die_offset if dwarf_split_debug_info.
16611         (output_comp_unit): Use DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE for
16612         initial next_die_offset if dwo_id is non-NULL.  Don't emit padding
16613         fields.
16614         (output_skeleton_debug_sections): Formatting fix.  Use
16615         DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE instead of
16616         DWARF_COMPILE_UNIT_HEADER_SIZE.  Don't emit padding.
16618 2017-01-11  Wilco Dijkstra  <wdijkstr@arm.com>
16620         * config/arm/cortex-a53.md: Add bypasses for
16621         cortex_a53_r2f_cvt.
16622         (cortex_a53_r2f): Only use for transfers.
16623         (cortex_a53_f2r): Likewise.
16624         (cortex_a53_r2f_cvt): Add reservation for conversions.
16625         (cortex_a53_f2r_cvt): Likewise.
16627 2017-01-11  Tamar Christina  <tamar.christina@arm.com>
16629         * config/arm/arm_neon.h: Add __artificial__ and gnu_inline
16630         to all inlined functions, change static to extern.
16632 2017-01-11  Christophe Lyon  <christophe.lyon@linaro.org>
16634         PR target/78253
16635         * config/arm/arm.c (legitimize_pic_address): Handle reference to
16636         weak symbol.
16637         (arm_assemble_integer): Likewise.
16639 2017-01-11  Richard Earnshaw  <rearnsha@arm.com>
16641         * config.gcc: Use new awk script to check CPU, FPU and architecture
16642         parameters for --with-... options.
16643         * config/arm/parsecpu.awk: New file
16644         * config/arm/arm-cpus.in: New file.
16645         * config/arm/arm-opts.h: Include arm-cpu.h instead of processing .def
16646         files.
16647         * config/arm/arm.c: Include arm-cpu-data.h instead of processing .def
16648         files.
16649         * config/arm/t-arm: Update dependency rules.
16650         * common/config/arm/arm-common.c: Include arm-cpu-cdata.h instead
16651         of processing .def files.
16652         * config/arm/genopt.sh: Deleted.
16653         * config/arm/gentune.sh: Deleted.
16654         * config/arm/arm-cores.def: Deleted.
16655         * config/arm/arm-arches.def: Deleted.
16656         * config/arm/arm-fpus.def: Deleted.
16657         * config/arm/arm-tune.md: Regenerated.
16658         * config/arm/arm-tables.opt: Regenerated.
16659         * config/arm/arm-cpu.h: New generated file.
16660         * config/arm/arm-cpu-data.h: New generated file.
16661         * config/arm/arm-cpu-cdata.h: New generated file.
16663 2017-01-11  Maxim Ostapenko  <m.ostapenko@samsung.com>
16665         PR lto/79042
16666         * lto-cgraph.c (lto_output_varpool_node): Pack dynamically_initialized
16667         bit.
16668         (input_varpool_node): Unpack dynamically_initialized bit.
16670 2017-01-11  Eric Botcazou  <ebotcazou@adacore.com>
16672         PR rtl-optimization/79032
16673         * lra-constraints.c (simplify_operand_subreg): In the MEM case, test
16674         the alignment of the adjusted memory reference against that of MODE,
16675         instead of the alignment of the original memory reference.
16677 2017-01-11  Martin Jambor  <mjambor@suse.cz>
16679         * hsa.c (hsa_callable_function_p): Revert addition of DECL_ARTIFICIAL
16680         test.
16681         * ipa-hsa.c (process_hsa_functions): Only duplicate non-artificial
16682         decorated functions.
16684 2017-01-11  Richard Biener  <rguenther@suse.de>
16686         * tree-vrp.c (evrp_dom_walker::before_dom_children): Also
16687         set range/nonnull info for PHI results.  Do not set it on
16688         stmts marked for removal.
16690 2017-01-10  Eric Botcazou  <ebotcazou@adacore.com>
16692         * expr.c (store_field): In the bitfield case, fetch the return value
16693         from the registers before applying a single big-endian adjustment.
16694         Always do a final load for a BLKmode value not larger than a word.
16696 2017-01-10  David Malcolm  <dmalcolm@redhat.com>
16698         PR c++/77949
16699         * input.c (selftest::test_accessing_ordinary_linemaps): Verify
16700         that we correctly handle column numbers greater than
16701         LINE_MAP_MAX_COLUMN_NUMBER.
16703 2017-01-10  Martin Sebor  <msebor@redhat.com>
16705         PR middle-end/78245
16706         * gimple-ssa-sprintf.c (get_destination_size): Call
16707         {init,fini}object_sizes.
16708         * tree-object-size.c (addr_object_size): Adjust.
16709         (pass_through_call): Adjust.
16710         (pass_object_sizes::execute): Adjust.
16711         * tree-object-size.h (fini_object_sizes): Declare.
16713 2017-01-10  Martin Sebor  <msebor@redhat.com>
16715         PR tree-optimization/78775
16716         * builtins.c (get_size_range): Move...
16717         * calls.c: ...to here.
16718         (alloc_max_size): Accept zero argument.
16719         (operand_signed_p): Remove.
16720         (maybe_warn_alloc_args_overflow): Call get_size_range.
16721         * calls.h (get_size_range): Declare.
16723 2017-01-10  Joe Seymour  <joe.s@somniumtech.com>
16725         * config/msp430/driver-msp430.c (msp430_mcu_data): Sync with data
16726         from TI's devices.csv file as of September 2016.
16727         * config/msp430/msp430.c (msp430_mcu_data): Likewise.
16729 2017-01-10  Sandra Loosemore  <sandra@codesourcery.com>
16731         * doc/extend.texi: Tweak formatting to fix overfull hbox warnings.
16732         * doc/invoke.texi: Likewise.
16733         * doc/md.texi: Likewise.
16734         * doc/objc.texi: Likewise.
16736 2017-01-10  Joshua Conner  <joshconner@google.com>
16738         * config/arm/fuchsia-elf.h: New file.
16739         * config/fuchsia.h: New file.
16740         * config.gcc (*-*-fuchsia*): Set native_system_header_dir.
16741         (aarch64*-*-fuchsia*, arm*-*-fuchsia*, x86_64-*-fuchsia*): Add to
16742         targets.
16743         * config.host: (aarch64*-*-fuchsia*, arm*-*-fuchsia*): Add to hosts.
16745 2016-01-10  Richard Biener  <rguenther@suse.de>
16747         PR tree-optimization/79034
16748         * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
16749         Propagate out degenerate PHIs in the joiner.
16751 2017-01-10  Martin Liska  <mliska@suse.cz>
16753         * ipa-icf.c (sort_sem_items_by_decl_uid): New function.
16754         (sort_congruence_classes_by_decl_uid): Likewise.
16755         (sort_congruence_class_groups_by_decl_uid): Likewise.
16756         (sem_item_optimizer::merge_classes): Sort class, groups in these
16757         classes and members in the groups by DECL_UID of declarations.
16758         This would make merge operations stable.
16760 2017-01-10  Martin Liska  <mliska@suse.cz>
16762         * ipa-icf.c (sem_item_optimizer::sem_item_optimizer): Remove
16763         usage of m_classes_vec.
16764         (sem_item_optimizer::~sem_item_optimizer):  Likewise.
16765         (sem_item_optimizer::get_group_by_hash): Likewise.
16766         (sem_item_optimizer::subdivide_classes_by_equality): Likewise.
16767         (sem_item_optimizer::subdivide_classes_by_sensitive_refs): Likewise.
16768         (sem_item_optimizer::verify_classes): Likewise.
16769         (sem_item_optimizer::process_cong_reduction): Likewise.
16770         (sem_item_optimizer::dump_cong_classes): Likewise.
16771         (sem_item_optimizer::merge_classes): Likewise.
16772         * ipa-icf.h (congruence_class_hash): Rename from
16773         congruence_class_group_hash.  Remove declaration of m_classes_vec.
16775 2017-01-10  Andrew Senkevich  <andrew.senkevich@intel.com>
16777         * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX512VPOPCNTDQ_SET,
16778         OPTION_MASK_ISA_AVX512VPOPCNTDQ_UNSET): New.
16779         * config.gcc: Add avx512vpopcntdqintrin.h.
16780         * config/i386/avx512vpopcntdqintrin.h: New.
16781         * config/i386/cpuid.h (bit_AVX512VPOPCNTDQ): New.
16782         * config/i386/i386-builtin-types.def: Add new types.
16783         * config/i386/i386-builtin.def (__builtin_ia32_vpopcountd_v16si,
16784         __builtin_ia32_vpopcountd_v16si_mask, __builtin_ia32_vpopcountq_v8di,
16785         __builtin_ia32_vpopcountq_v8di_mask): New.
16786         * config/i386/i386-c.c (ix86_target_macros_internal): Define
16787         __AVX512VPOPCNTDQ__.
16788         * config/i386/i386.c (ix86_target_string): Add -mavx512vpopcntdq.
16789         (PTA_AVX512VPOPCNTDQ): Define.
16790         * config/i386/i386.h (TARGET_AVX512VPOPCNTDQ,
16791         TARGET_AVX512VPOPCNTDQ_P): Define.
16792         * config/i386/i386.opt: Add mavx512vpopcntdq.
16793         * config/i386/immintrin.h: Include avx512vpopcntdqintrin.h.
16794         * config/i386/sse.md (define_insn "vpopcount<mode><mask_name>"): New.
16796 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
16798         PR middle-end/77484
16799         * predict.def (PRED_CALL): Set to 67.
16801 2017-01-09  Eric Botcazou  <ebotcazou@adacore.com>
16803         * expr.c (store_field): In the bitfield case, if the value comes from
16804         a function call and is of an aggregate type returned in registers, do
16805         not modify the field mode; extract the value in all cases if the mode
16806         is BLKmode and the size is not larger than a word.
16808 2017-01-09  Dominique d'Humieres  <dominiq@lps.ens.fr>
16810         PR target/71017
16811         * config/i386/cpuid.h: Fix undefined behavior.
16813 2017-01-04  Jeff Law  <law@redhat.com>
16815         PR tree-optimization/79007
16816         PR tree-optimization/67955
16817         * tree-ssa-alias.c (same_addr_size_stores_p): Only need to be
16818         conservative for pt.null when flag_non_call_exceptions is on.
16820 2017-01-09  Jakub Jelinek  <jakub@redhat.com>
16822         PR translation/79019
16823         PR translation/79020
16824         * params.def (PARAM_INLINE_MIN_SPEEDUP,
16825         PARAM_IPA_CP_SINGLE_CALL_PENALTY,
16826         PARAM_USE_AFTER_SCOPE_DIRECT_EMISSION_THRESHOLD): Fix typos
16827         in descriptions.
16828         * config/avr/avr.opt (maccumulate-args): Likewise.
16829         * config/msp430/msp430.opt (mwarn-mcu): Likewise.
16830         * common.opt (freport-bug): Likewise.
16831         * cif-code.def (CIF_FINAL_ERROR): Likewise.
16832         * doc/invoke.texi (ipa-cp-single-call-penalty): Likewise.
16833         * config/s390/s390.c (s390_invalid_binary_op): Fix spelling in
16834         translatable string.
16835         * config/i386/i386.c (function_value_32): Likewise.
16836         * config/nios2/nios2.c (nios2_valid_target_attribute_rec): Likewise.
16837         * config/msp430/msp430.c (msp430_option_override, msp430_attr):
16838         Likewise.
16839         * config/msp430/driver-msp430.c (msp430_select_hwmult_lib): Likewise.
16840         * common/config/msp430/msp430-common.c (msp430_handle_option):
16841         Likewise.
16842         * symtab.c (symtab_node::verify_base): Likewise.
16843         * opts.c (set_debug_level): Likewise.
16844         * tree.c (verify_type_variant): Likewise.  Fix typo in comment.
16845         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
16846         missing whitespace to translatable strings.
16847         * config/avr/avr.md (bswapsi2): Fix typo in comment.
16848         * config/sh/superh.h: Likewise.
16849         * config/i386/xopintrin.h: Likewise.
16850         * config/i386/znver1.md: Likewise.
16851         * config/rs6000/rs6000.c (struct rs6000_opt_mask): Likewise.
16852         * ipa-inline-analysis.c (compute_inline_parameters): Likewise.
16853         * double-int.h (struct double_int): Likewise.
16854         * double-int.c (div_and_round_double): Likewise.
16855         * wide-int.cc: Likewise.
16856         * tree-ssa.c (non_rewritable_mem_ref_base): Likewise.
16857         * tree-ssa-sccvn.c (vn_reference_lookup_3): Likewise.
16858         * cfgcleanup.c (crossjumps_occured): Renamed to ...
16859         (crossjumps_occurred): ... this.
16860         (try_crossjump_bb, try_head_merge_bb, try_optimize_cfg, cleanup_cfg):
16861         Adjust all uses.
16863         PR tree-optimization/78899
16864         * tree-if-conv.c (version_loop_for_if_conversion): Instead of
16865         returning bool return struct loop *, NULL for failure and the new
16866         loop on success.
16867         (versionable_outer_loop_p): Don't version outer loop if it has
16868         dont_vectorized bit set.
16869         (tree_if_conversion): When versioning outer loop, ensure
16870         tree_if_conversion is performed also on the inner loop of the
16871         non-vectorizable outer loop copy.
16872         * tree-vectorizer.c (set_uid_loop_bbs): Formatting fix.  Fold
16873         LOOP_VECTORIZED in inner loop of the scalar outer loop and
16874         prevent vectorization of it.
16875         (vectorize_loops): For outer + inner LOOP_VECTORIZED, ensure
16876         the outer loop vectorization of the non-scalar version is attempted
16877         before vectorization of the inner loop in scalar version.  If
16878         outer LOOP_VECTORIZED guarded loop is not vectorized, prevent
16879         vectorization of its inner loop.
16880         * tree-vect-loop-manip.c (rename_variables_in_bb): If outer_loop
16881         has 2 inner loops, rename also on edges from bb whose single pred
16882         is outer_loop->header.  Fix typo in function comment.
16884 2017-01-09  Martin Sebor  <msebor@redhat.com>
16886         PR bootstrap/79033
16887         * asan.c (asan_emit_stack_protection): Increase local buffer size
16888         to avoid snprintf truncation warning.
16890 2017-01-09  Andrew Pinski  <apinski@cavium.com>
16892         * config/aarch64/aarch64-cores.def: Add thunderx2t99.  Change vulcan
16893         to reference thunderx2t99 for the tuning structure
16894         * config/aarch64/aarch64-cost-tables.h (vulcan_extra_costs):
16895         Rename to ...
16896         (thunderx2t99_extra_costs): This.
16897         * config/aarch64/aarch64-tune.md: Regenerate.
16898         * config/aarch64/aarch64.c (vulcan_addrcost_table): Rename to ...
16899         (vulcan_addrcost_table): This.
16900         (vulcan_regmove_cost): Rename to ...
16901         (thunderx2t99_regmove_cost): This.
16902         (vulcan_vector_cost): Rename to ...
16903         (thunderx2t99_vector_cost): this.
16904         (vulcan_branch_cost): Rename to ...
16905         (thunderx2t99_branch_cost): This.
16906         (vulcan_tunings): Rename to ...
16907         (thunderx2t99_tunings): This and s/vulcan/thunderx2t99 .
16908         * doc/invoke.texi (AARCH64/mtune): Add thunderx2t99.
16910 2017-01-09  Martin Jambor  <mjambor@suse.cz>
16912         PR ipa/78365
16913         PR ipa/78599
16914         * ipa-prop.h (ipa_jump_func): Swap positions of vr_known and m_vr.
16915         * ipa-cp.c (ipa_vr_operation_and_type_effects): New function.
16916         (propagate_vr_accross_jump_function): Use the above function for all
16917         value range computations for pass-through jump functions and type
16918         converasion from explicit value range values.
16919         (ipcp_propagate_stage): Do not attempt to deduce types of formal
16920         parameters from TYPE_ARG_TYPES.
16921         * ipa-prop.c (ipa_write_jump_function): Remove trailing whitespace.
16922         (ipa_write_node_info): Stream type of the actual argument.
16923         (ipa_read_node_info): Likewise. Also remove trailing whitespace.
16925 2017-01-09  Martin Liska  <mliska@suse.cz>
16927         PR pch/78970
16928         * gcc.c (driver_handle_option): Handle OPT_E and set have_E.
16929         (lookup_compiler): Do not show error message with have_E.
16931 2017-01-09  Jakub Jelinek  <jakub@redhat.com>
16933         PR tree-optimization/78938
16934         * tree-vect-stmts.c (vectorizable_condition): For non-masked COND_EXPR
16935         where comp_vectype is VECTOR_BOOLEAN_TYPE_P, use
16936         BIT_{NOT,XOR,AND,IOR}_EXPR on the comparison operands instead of
16937         {EQ,NE,GE,GT,LE,LT}_EXPR directly inside of VEC_COND_EXPR.  Formatting
16938         fixes.
16940 2017-01-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16942         * tree-ssa-address.c (gen_addr_rtx): Don't handle index if it
16943         is const0_rtx.
16945 2017-01-09  Richard Biener  <rguenther@suse.de>
16947         PR tree-optimization/78997
16948         * tree-vect-slp.c (vect_mask_constant_operand_p): Handle SSA
16949         name condition properly.
16951 2017-01-09  Richard Biener  <rguenther@suse.de>
16953         PR debug/79000
16954         * dwarf2out.c (is_cxx): New overload with context.
16955         (is_naming_typedef_decl): Use it.
16957 2017-01-08  Sandra Loosemore  <sandra@codesourcery.com>
16959         * invoke.texi (Option Summary): Correct spacing in option lists
16960         and add line breaks to fix over-long lines.
16962 2017-01-08  Sandra Loosemore  <sandra@codesourcery.com>
16964         PR middle-end/17660
16966         * extend.texi (Common Variable Attributes): Add xref to GCC
16967         Internals manual to explain mode attribute keywords.
16969 2017-01-08  Sandra Loosemore  <sandra@codesourcery.com>
16971         PR other/16519
16972         * doc/invoke.texi (Option Summary): Move -pthread to Linker Options
16973         and Preprocessor Options.
16974         (Options for Linking): Document -pthread here....
16975         (RS/6000 and PowerPC Options): ...not here.
16976         (Solaris 2 Options): ...or here.
16977         * doc/cppopts.texi: Document -pthread.
16979 2017-01-08  Martin Sebor  <msebor@redhat.com>
16981         PR middle-end/77708
16982         * doc/invoke.texi (Warning Options): Document -Wformat-truncation.
16983         * gimple-ssa-sprintf.c (call_info::reval_used, call_info::warnopt):
16984         New member functions.
16985         (format_directive): Used them.
16986         (add_bytes): Same.
16987         (pass_sprintf_length::handle_gimple_call): Same.
16988         * graphite-sese-to-poly.c (tree_int_to_gmp): Increase buffer size
16989         to avoid truncation for any argument.
16990         (extract_affine_mul): Same.
16991         * tree.c (get_file_function_name): Same.
16993 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
16995         PR middle-end/77484
16996         * predict.def (PRED_INDIR_CALL): Set to 86.
16998 2017-01-07  Sandra Loosemore  <sandra@codesourcery.com>
17000         PR preprocessor/54124
17001         * doc/cppopts.texi: Reformat -d subtable to list the full name
17002         of the options.  Add cross-reference to the docs for the general
17003         compiler -d options.
17004         * doc/invoke.texi (Developer Options): Add cross-reference to the
17005         preprocessor-specific -d option documentation.
17007 2017-01-07  Sandra Loosemore  <sandra@codesourcery.com>
17009         PR preprocessor/13498
17010         * doc/cpp.texi (Search Path): Rewrite to remove obsolete and
17011         redudant material, and reflect new command-line options.
17012         (System Headers): Likewise.
17014 2017-01-07  Sandra Loosemore  <sandra@codesourcery.com>
17016         * doc/cppdiropts.texi: Merge documentation of -I, -iquote,
17017         -isystem, and -idirafter.  Copy-edit.
17018         * doc/cppopts.texi: Copy-edit.  Remove contradiction about
17019         default for -ftrack-macro-expansion.  Delete obsolete and
17020         badly-formatted implementation details about -fdebug-cpp output.
17021         * doc/cppwarnopts.texi: Copy-edit.
17023 2017-01-07  David Malcolm  <dmalcolm@redhat.com>
17025         PR c++/72803
17026         * input.c (selftest::test_accessing_ordinary_linemaps): Verify
17027         that the transition from a max line width >= 1<<10 to narrower
17028         lines works correctly.
17030 2017-01-07  Alexandre Oliva <aoliva@redhat.com>
17032         * doc/options.texi (PerFunction): New.
17033         * opt-functions.awk (switch_flags): Map both Optimization and
17034         PerFunction to CL_OPTIMIZATION.
17035         * opth-gen.awk: Test for PerFunction flag along with
17036         Optimization.
17037         * optc-save-gen.awk: Likewise.  Introduce var_opt_hash and set
17038         it only when the latter is present.  Skip those that don't in
17039         the hash function generator.
17040         * common.opt (fvar-tracking): Mark as PerFunction instead of
17041         Optimization.
17042         (fvar-tracking-assignments): Likewise.
17043         (fvar-tracking-assignments-toggle): Likewise.
17044         (fvar-tracking-uninit): Likewise.
17046 2017-01-07  Jakub Jelinek  <jakub@redhat.com>
17048         PR translation/79018
17049         * params.def (PARAM_MAX_STORES_TO_MERGE): Add missing space between
17050         the and store.
17052 2017-01-06  Mikael Pettersson  <mikpelinux@gmail.com>
17054         PR target/57583
17055         * config/m68k/m68k.opt (LONG_JUMP_TABLE_OFFSETS): New option.
17056         * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Handle
17057         TARGET_LONG_JUMP_TABLE_OFFSETS.
17058         * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
17059         * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
17060         * config/m68k/m68k.h (CASE_VECTOR_MODE): Likewise.
17061         (ASM_OUTPUT_ADDR_DIFF_ELF): Likewise.
17062         * config/m68k/m68k.md (tablejump expander): Likewise.
17063         (*tablejump_pcrel_hi): Renamed from unnamed insn, reject
17064         TARGET_LONG_JUMP_TABLE_OFFSETS.
17065         (*tablejump_pcrel_si): New insn, handle TARGET_LONG_JUMP_TABLE_OFFSETS.
17066         * doc/invoke.texi (M68K options): Add -mlong-jump-table-offsets.
17068 2017-01-06  Edgar E. Iglesias <edgar.iglesias@xilinx.com>
17069             David Holsgrove <david.holsgrove@xilinx.com>
17071         * common/config/microblaze/microblaze-common.c
17072         (TARGET_EXCEPT_UNWIND_INFO): Remove.
17073         * config/microblaze/microblaze-protos.h (microblaze_eh_return):
17074         New prototype.
17075         * config/microblaze/microblaze.c (microblaze_must_save_register)
17076         (microblaze_expand_epilogue, microblaze_return_addr): Handle
17077         calls_eh_return.
17078         (microblaze_eh_return): New function.
17079         * config/microblaze/microblaze.h (RETURN_ADDR_OFFSET)
17080         (EH_RETURN_DATA_REGNO, MB_EH_STACKADJ_REGNUM)
17081         (EH_RETURN_STACKADJ_RTX, ASM_PREFERRED_EH_DATA_FORMAT): New macros.
17082         * config/microblaze/microblaze.md (eh_return): New pattern.
17084 2017-01-06  Jakub Jelinek  <jakub@redhat.com>
17086         * system.h (GCC_DIAGNOSTIC_PUSH_IGNORED, GCC_DIAGNOSTIC_POP,
17087         GCC_DIAGNOSTIC_STRINGIFY): Define.
17089         * read-rtl.c (rtx_reader::read_rtx_code): Avoid -Wsign-compare warning.
17091 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
17093         * config/arm/arm.md (<mcrr>): New.
17094         (<mrrc>): New.
17095         * config/arm/arm.c (arm_arch5te): New.
17096         (arm_option_override): Set arm_arch5te.
17097         (arm_coproc_builtin_available): Add support for mcrr, mcrr2, mrrc
17098         and mrrc2.
17099         * config/arm/arm-builtins.c (MCRR_QUALIFIERS): Define to...
17100         (arm_mcrr_qualifiers): ... this. New.
17101         (MRRC_QUALIFIERS): Define to...
17102         (arm_mrrc_qualifiers): ... this. New.
17103         * config/arm/arm_acle.h (__arm_mcrr, __arm_mcrr2, __arm_mrrc,
17104         __arm_mrrc2): New.
17105         * config/arm/arm_acle_builtins.def (mcrr, mcrr2, mrrc, mrrc2): New.
17106         * config/arm/iterators.md (MCRRI, mcrr, MCRR): New.
17107         (MRRCI, mrrc, MRRC): New.
17108         * config/arm/unspecs.md (VUNSPEC_MCRR, VUNSPEC_MCRR2, VUNSPEC_MRRC,
17109         VUNSPEC_MRRC2): New.
17111 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
17113         * config/arm/arm.md (<mcr>): New.
17114         (<mrc>): New.
17115         * config/arm/arm.c (arm_coproc_builtin_available): Add
17116         support for mcr, mrc, mcr2 and mrc2.
17117         * config/arm/arm-builtins.c (MCR_QUALIFIERS): Define to...
17118         (arm_mcr_qualifiers): ... this. New.
17119         (MRC_QUALIFIERS): Define to ...
17120         (arm_mrc_qualifiers): ... this. New.
17121         (MCR_QUALIFIERS): Define to ...
17122         (arm_mcr_qualifiers): ... this. New.
17123         * config/arm/arm_acle.h (__arm_mcr, __arm_mrc, __arm_mcr2,
17124         __arm_mrc2): New.
17125         * config/arm/arm_acle_builtins.def (mcr, mcr2, mrc, mrc2): New.
17126         * config/arm/iterators.md (MCRI, mcr, MCR, MRCI, mrc, MRC): New.
17127         * config/arm/unspecs.md (VUNSPEC_MCR, VUNSPEC_MCR2, VUNSPEC_MRC,
17128         VUNSPEC_MRC2): New.
17130 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
17132         * config/arm/arm.md (*ldc): New.
17133         (*stc): New.
17134         (<ldc>): New.
17135         (<stc>): New.
17136         * config/arm/arm.c (arm_coproc_builtin_available): Add
17137         support for ldc,ldcl,stc,stcl,ldc2,ldc2l,stc2 and stc2l.
17138         (arm_coproc_ldc_stc_legitimate_address): New.
17139         * config/arm/arm-builtins.c (arm_type_qualifiers): Add
17140         'qualifier_const_pointer'.
17141         (LDC_QUALIFIERS): Define to...
17142         (arm_ldc_qualifiers): ... this. New.
17143         (STC_QUALIFIERS): Define to...
17144         (arm_stc_qualifiers): ... this. New.
17145         * config/arm/arm-protos.h
17146         (arm_coproc_ldc_stc_legitimate_address): New.
17147         * config/arm/arm_acle.h (__arm_ldc, __arm_ldcl, __arm_stc,
17148         __arm_stcl, __arm_ldc2, __arm_ldc2l, __arm_stc2, __arm_stc2l): New.
17149         * config/arm/arm_acle_builtins.def (ldc, ldc2, ldcl, ldc2l, stc,
17150         stc2, stcl, stc2l): New.
17151         * config/arm/constraints.md (Uz): New.
17152         * config/arm/iterators.md (LDCI, STCI, ldc, stc, LDC STC): New.
17153         * config/arm/unspecs.md (VUNSPEC_LDC, VUNSPEC_LDC2, VUNSPEC_LDCL,
17154         VUNSPEC_LDC2L, VUNSPEC_STC, VUNSPEC_STC2, VUNSPEC_STCL,
17155         VUNSPEC_STC2L): New.
17157 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
17159         * config/arm/arm.md (<cdp>): New.
17160         * config/arm/arm.c (neon_const_bounds): Rename this ...
17161         (arm_const_bounds): ... this.
17162         (arm_coproc_builtin_available): New.
17163         * config/arm/arm-builtins.c (SIMD_MAX_BUILTIN_ARGS): Increase.
17164         (arm_type_qualifiers): Add 'qualifier_unsigned_immediate'.
17165         (CDP_QUALIFIERS): Define to...
17166         (arm_cdp_qualifiers): ... this. New.
17167         (void_UP): Define.
17168         (arm_expand_builtin_args): Add case for 6 arguments.
17169         * config/arm/arm-protos.h (neon_const_bounds): Rename this ...
17170         (arm_const_bounds): ... this.
17171         (arm_coproc_builtin_available): New.
17172         * config/arm/arm_acle.h (__arm_cdp): New.
17173         (__arm_cdp2): New.
17174         * config/arm/arm_acle_builtins.def (cdp): New.
17175         (cdp2): New.
17176         * config/arm/iterators.md (CDPI,CDP,cdp): New.
17177         * config/arm/neon.md: Rename all 'neon_const_bounds' to
17178         'arm_const_bounds'.
17179         * config/arm/types.md (coproc): New.
17180         * config/arm/unspecs.md (VUNSPEC_CDP, VUNSPEC_CDP2): New.
17181         * gcc/doc/extend.texi (ACLE): Add a mention of Coprocessor intrinsics.
17182         * gcc/doc/sourcebuild.texi (arm_coproc1_ok, arm_coproc2_ok,
17183         arm_coproc3_ok, arm_coproc4_ok): Document new effective targets.
17185 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
17187         * config/arm/arm-builtins.c (arm_unsigned_binop_qualifiers): New.
17188         (UBINOP_QUALIFIERS): New.
17189         (si_UP): Define.
17190         (acle_builtin_data): New. Change comment.
17191         (arm_builtins): Remove ARM_BUILTIN_CRC32B, ARM_BUILTIN_CRC32H,
17192         ARM_BUILTIN_CRC32W, ARM_BUILTIN_CRC32CB, ARM_BUILTIN_CRC32CH,
17193         ARM_BUILTIN_CRC32CW. Add ARM_BUILTIN_ACLE_BASE and include
17194         arm_acle_builtins.def.
17195         (ARM_BUILTIN_ACLE_PATTERN_START): Define.
17196         (arm_init_acle_builtins): New.
17197         (CRC32_BUILTIN): Remove.
17198         (bdesc_2arg): Remove entries for crc32b, crc32h, crc32w,
17199         crc32cb, crc32ch and crc32cw.
17200         (arm_init_crc32_builtins): Remove.
17201         (arm_init_builtins): Use arm_init_acle_builtins rather
17202         than arm_init_crc32_builtins.
17203         (arm_expand_acle_builtin): New.
17204         (arm_expand_builtin): Use 'arm_expand_acle_builtin'.
17205         * config/arm/arm_acle_builtins.def: New.
17207 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
17209         * config/arm/arm-builtins.c (neon_builtin_datum): Rename to ..
17210         (arm_builtin_datum): ... this.
17211         (arm_init_neon_builtin): Rename to ...
17212         (arm_init_builtin): ... this. Add a new parameters PREFIX
17213         and USE_SIG_IN_NAME.
17214         (arm_init_neon_builtins): Replace 'arm_init_neon_builtin' with
17215         'arm_init_builtin'. Replace type 'neon_builtin_datum' with
17216         'arm_builtin_datum'.
17217         (arm_init_vfp_builtins): Likewise.
17218         (builtin_arg): Rename enum's replacing 'NEON_ARG' with
17219         'ARG_BUILTIN' and add a 'ARG_BUILTIN_NEON_MEMORY.
17220         (arm_expand_neon_args): Rename to ...
17221         (arm_expand_builtin_args): ... this. Rename builtin_arg
17222         enum values and differentiate between ARG_BUILTIN_MEMORY
17223         and ARG_BUILTIN_NEON_MEMORY.
17224         (arm_expand_neon_builtin_1): Rename to ...
17225         (arm_expand_builtin_1): ... this. Rename builtin_arg enum
17226         values, arm_expand_builtin_args and add bool parameter NEON.
17227         (arm_expand_neon_builtin): Use arm_expand_builtin_1.
17228         (arm_expand_vfp_builtin): Likewise.
17229         (NEON_MAX_BUILTIN_ARGS): Remove, it was unused.
17231 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
17233         PR middle-end/77484
17234         * predict.def (PRED_POLYMORPHIC_CALL): Set to 59.
17235         * predict.c (tree_estimate_probability_bb): Reverse direction of
17236         polymorphic call predictor.
17238 2017-01-06  David Malcolm  <dmalcolm@redhat.com>
17240         * passes.c (execute_one_pass): Split out pass-skipping logic into...
17241         (determine_pass_name_match): ...this new function and...
17242         (should_skip_pass_p): ...this new function.
17244 2017-01-06  Nathan Sidwell  <nathan@acm.org>
17246         * ipa-visibility.c (function_and_variable_visibility): Reformat
17247         comments and long lines.  Remove extrneous if.
17248         * symtab.c (symtab_node::make_decl_local): Fix code format.
17249         (symtab_node::set_section_for_node): Fix comment typo.
17251 2017-01-06  Martin Liska  <mliska@suse.cz>
17253         PR bootstrap/79003
17254         * lra-constraints.c: Rename invariant to lra_invariant.
17255         * predict.c (set_even_probabilities): Initialize e to NULL.
17257 2017-01-05  Martin Sebor  <msebor@redhat.com>
17259         PR tree-optimization/78910
17260         * gimple-ssa-sprintf.c (tree_digits): Add an argument.
17261         (format_integer): Correct off-by-one error in the handling
17262         of precision with negative numbers in signed conversions..
17264 2017-01-05  Eric Botcazou  <ebotcazou@adacore.com>
17266         * doc/invoke.texi (C Dialect Options): Adjust -fsso-struct entry.
17268 2017-01-05  Jakub Jelinek  <jakub@redhat.com>
17270         PR tree-optimization/71016
17271         * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Pass cond_stmt to
17272         factor_out_conditional_conversion.  Formatting fix.
17273         (factor_out_conditional_conversion): Add cond_stmt argument.
17274         If arg1 is INTEGER_CST, punt if new_arg0 is not any operand of
17275         cond_stmt and if arg0_def_stmt is not the only stmt in its bb.
17276         Formatting fix.
17278 2017-01-05  David Malcolm  <dmalcolm@redhat.com>
17280         * Makefile.in (OBJS): Add read-md.o, read-rtl.o,
17281         read-rtl-function.o, and selftest-rtl.o.
17282         * config/aarch64/aarch64.c: Include selftest.h and selftest-rtl.h.
17283         (selftest::aarch64_test_loading_full_dump): New function.
17284         (selftest::aarch64_run_selftests): New function.
17285         (TARGET_RUN_TARGET_SELFTESTS): Wire it up to
17286         selftest::aarch64_run_selftests.
17287         * config/i386/i386.c
17288         (selftest::ix86_test_loading_dump_fragment_1): New function.
17289         (selftest::ix86_test_loading_call_insn): New function.
17290         (selftest::ix86_test_loading_full_dump): New function.
17291         (selftest::ix86_test_loading_unspec): New function.
17292         (selftest::ix86_run_selftests): Call the new functions.
17293         * emit-rtl.c (maybe_set_max_label_num): New function.
17294         * emit-rtl.h (maybe_set_max_label_num): New decl.
17295         * function.c (instantiate_decls): Guard call to
17296         instantiate_decls_1 with if (DECL_INITIAL (fndecl)).
17297         * function-tests.c (selftest::verify_three_block_rtl_cfg): Remove
17298         "static".
17299         * gensupport.c (gen_reader::gen_reader): Pass "false"
17300         for new "compact" param of rtx_reader.
17301         * print-rtl.c (rtx_writer::print_rtx_operand): Print "(nil)"
17302         rather than an empty string for NULL strings.
17303         * read-md.c: Potentially include config.h rather than bconfig.h.
17304         Wrap include of errors.h with #ifdef GENERATOR_FILE.
17305         (have_error): New global, copied from errors.c.
17306         (md_reader::read_name): Rename to...
17307         (md_reader::read_name_1): ...this, adding "out_loc" param,
17308         and converting "missing name or number" to returning false, rather
17309         than failing.
17310         (md_reader::read_name): Reimplement in terms of read_name_1.
17311         (md_reader::read_name_or_nil): New function.
17312         (md_reader::read_string): Handle "(nil)" by returning NULL.
17313         (md_reader::md_reader): Add new param "compact".
17314         (md_reader::read_md_files): Wrap with #ifdef GENERATOR_FILE.
17315         (md_reader::read_file): New method.
17316         * read-md.h (md_reader::md_reader): Add new param "compact".
17317         (md_reader::read_file): New method.
17318         (md_reader::is_compact): New accessor.
17319         (md_reader::read_name): Convert return type from void to file_location.
17320         (md_reader::read_name_or_nil): New decl.
17321         (md_reader::read_name_1): New decl.
17322         (md_reader::m_compact): New field.
17323         (noop_reader::noop_reader): Pass "false" for new "compact" param
17324         of rtx_reader.
17325         (rtx_reader::rtx_reader): Add new "compact" param.
17326         (rtx_reader::read_rtx_operand): Make virtual and convert return
17327         type from void to rtx.
17328         (rtx_reader::read_until): New decl.
17329         (rtx_reader::handle_any_trailing_information): New virtual function.
17330         (rtx_reader::postprocess): New virtual function.
17331         (rtx_reader::finalize_string): New virtual function.
17332         (rtx_reader::m_in_call_function_usage): New field.
17333         (rtx_reader::m_reuse_rtx_by_id): New field.
17334         * read-rtl-function.c: New file.
17335         * selftest-rtl.c (selftest::assert_rtx_ptr_eq_at): New function.
17336         * selftest-rtl.h (ASSERT_RTX_PTR_EQ): New macro.
17337         (selftest::verify_three_block_rtl_cfg): New decl.
17338         * read-rtl-function.h: New file.
17339         * read-rtl.c: Potentially include config.h rather than bconfig.h.
17340         For host, include function.h, memmodel.h, and emit-rtl.h.
17341         (one_time_initialization): New function.
17342         (struct compact_insn_name): New struct.
17343         (compact_insn_names): New array.
17344         (find_code): Handle insn codes in compact dumps.
17345         (apply_subst_iterator): Wrap with #ifdef GENERATOR_FILE.
17346         (bind_subst_iter_and_attr): Likewise.
17347         (add_condition_to_string): Likewise.
17348         (add_condition_to_rtx): Likewise.
17349         (apply_attribute_uses): Likewise.
17350         (add_current_iterators): Likewise.
17351         (apply_iterators): Likewise.
17352         (initialize_iterators): Guard usage of apply_subst_iterator with
17353         #ifdef GENERATOR_FILE.
17354         (read_conditions): Wrap with #ifdef GENERATOR_FILE.
17355         (md_reader::read_mapping): Likewise.
17356         (add_define_attr_for_define_subst): Likewise.
17357         (add_define_subst_attr): Likewise.
17358         (read_subst_mapping): Likewise.
17359         (check_code_iterator): Likewise.
17360         (rtx_reader::read_rtx): Likewise.  Move one-time initialization
17361         logic to...
17362         (one_time_initialization): New function.
17363         (rtx_reader::read_until): New method.
17364         (read_flags): New function.
17365         (parse_reg_note_name): New function.
17366         (rtx_reader::read_rtx_code): Initialize "iterator" to NULL.
17367         Handle reuse_rtx ids.
17368         Wrap iterator lookup within #ifdef GENERATOR_FILE.
17369         Add parsing support for RTL dumps, mirroring the special-cases in
17370         print_rtx, by calling read_flags, reading REG_NOTE names, INSN_UID
17371         values, and calling handle_any_trailing_information.
17372         (rtx_reader::read_rtx_operand): Convert return type from void
17373         to rtx, returning return_rtx.  Handle case 'e'.  Call
17374         finalize_string on XSTR and XTMPL fields.
17375         (rtx_reader::read_nested_rtx):  Handle dumps in which trailing
17376          "(nil)" values were omitted.  Call the postprocess vfunc on the
17377         return_rtx.
17378         (rtx_reader::rtx_reader): Add new "compact" param and pass to base
17379         class ctor.  Initialize m_in_call_function_usage.  Call
17380         one_time_initialization.
17381         * rtl-tests.c (selftest::test_uncond_jump): Call
17382         set_new_first_and_last_insn.
17383         * rtl.h (read_rtx): Wrap decl with #ifdef GENERATOR_FILE.
17384         * selftest-rtl.c: New file.
17385         * selftest-rtl.h (class selftest::rtl_dump_test): New class.
17386         (selftest::get_insn_by_uid): New decl.
17387         * selftest-run-tests.c (selftest::run_tests): Call
17388         read_rtl_function_c_tests.
17389         * selftest.h  (selftest::read_rtl_function_c_tests): New decl.
17390         * tree-dfa.c (ssa_default_def): Return NULL_TREE for rtl function
17391         dumps.
17393 2017-01-05  Uros Bizjak  <ubizjak@gmail.com>
17395         * config/i386/i386.md (*testqi_ext_3): No need to handle memory
17396         operands in a special way.  Assert that pos+len <= mode precision.
17398 2017-01-05  Jakub Jelinek  <jakub@redhat.com>
17400         * common.opt (fvect-cost-model): Remove RejectNegative flag, use
17401         3 argument Alias with unlimited for the negative form.
17402         (fno-vect-cost-model): Removed.
17404 2017-01-05  Martin Liska  <mliska@suse.cz>
17406         * hsa-gen.c (gen_hsa_divmod): New function.
17407         (gen_hsa_insn_for_internal_fn_call): Use the function for IFN_DIVMOD.
17409 2017-01-05  Martin Liska  <mliska@suse.cz>
17411         PR pch/78970
17412         * gcc.c (lookup_compiler): Reject '-' filename for a precompiled
17413         header.
17415 2017-01-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17417         * config/s390/s390.c (s390_expand_setmem): Unroll the loop for
17418         small constant length operands.
17420 2017-01-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17422         * config/s390/s390.c (s390_expand_setmem): Avoid overlapping bytes
17423         between loop iterations.
17425 2017-01-05  Martin Liska  <mliska@suse.cz>
17427         PR sanitizer/78815
17428         * gimplify.c (gimplify_decl_expr): Compare to
17429         asan_poisoned_variables instread of checking flags.
17430         (gimplify_target_expr): Likewise.
17431         (gimplify_expr): Likewise.
17432         (gimplify_function_tree): Conditionally initialize
17433         asan_poisoned_variables.
17435 2017-01-04  Jeff Law  <law@redhat.com>
17437         PR tree-optimizatin/78812
17438         * rtl.h (contains_mem_rtx_p): Prototype.
17439         * ifcvt.c (containts_mem_rtx_p): Move from here to...
17440         * rtlanal.c (contains_mem_rtx_p): Here and remove static linkage.
17441         * gcse.c (prune_expressions): Use contains_mem_rtx_p to discover
17442         and prune MEMs that are not at the toplevel of a SET_SRC rtx.  Look
17443         through ZERO_EXTEND and SIGN_EXTEND when trying to avoid pruning MEMs.
17445 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
17447         * input.c (assert_char_at_range): Default-initialize actual_range.
17449 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
17451         * df-scan.c (df_ref_create_structure): Make regno unsigned,
17452         to match the caller.
17454 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
17456         * cfgexpand.c (expand_gimple_basic_block): Disregard debug
17457         insns after final jump in test to emit dummy move.
17459 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
17461         * gimple-iterator.h (gsi_one_nondebug_before_end_p): New.
17462         * tree-eh.c (cleanup_empty_eh): Skip more debug stmts.
17464 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
17466         * multiple_target.c (create_dispatcher_calls): Init e_next.
17467         * tree-ssa-loop-split.c (split_loop): Init border.
17468         * tree-vect-loop.c (vect_determine_vectorization_factor): Init
17469         scalar_type.
17471 2017-01-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
17473         PR target/71977
17474         PR target/70568
17475         PR target/78823
17476         * config/rs6000/predicates.md (sf_subreg_operand): New predicate.
17477         (altivec_register_operand): Do not return true if the operand
17478         contains a SUBREG mixing SImode and SFmode.
17479         (vsx_register_operand): Likewise.
17480         (vsx_reg_sfsubreg_ok): New predicate.
17481         (vfloat_operand): Do not return true if the operand contains a
17482         SUBREG mixing SImode and SFmode.
17483         (vint_operand): Likewise.
17484         (vlogical_operand): Likewise.
17485         (gpc_reg_operand): Likewise.
17486         (int_reg_operand): Likewise.
17487         * config/rs6000/rs6000-protos.h (valid_sf_si_move): Add declaration.
17488         * config/rs6000/rs6000.c (valid_sf_si_move): New function to
17489         determine if a MOVSI or MOVSF operation contains SUBREGs that mix
17490         SImode and SFmode.
17491         (rs6000_emit_move_si_sf_subreg): New helper function.
17492         (rs6000_emit_move): Call rs6000_emit_move_si_sf_subreg to possbily
17493         fixup SUBREGs involving SImode and SFmode.
17494         * config/rs6000/vsx.md (SFBOOL_*): New constants that are operand
17495         numbers for the new peephole2 optimization.
17496         (peephole2 for SFmode unions): New peephole2 to optimize cases in
17497         the GLIBC math library that do AND/IOR/XOR operations on single
17498         precision floating point.
17499         * config/rs6000/rs6000.h (TARGET_NO_SF_SUBREG): New internal
17500         target macros to say whether we need to avoid SUBREGs mixing
17501         SImode and SFmode.
17502         (TARGET_ALLOW_SF_SUBREG): Likewise.
17503         * config/rs6000/rs6000.md (UNSPEC_SF_FROM_SI): New unspecs.
17504         (UNSPEC_SI_FROM_SF): Likewise.
17505         (iorxor): Change spacing.
17506         (and_ior_xor): New iterator for AND, IOR, and XOR.
17507         (movsi_from_sf): New insns for SImode/SFmode SUBREG support.
17508         (movdi_from_sf_zero_ext): Likewise.
17509         (mov<mode>_hardfloat, FMOVE32 iterator): Use register_operand
17510         instead of gpc_reg_operand.  Add SImode/SFmode SUBREG support.
17511         (movsf_from_si): New insn for SImode/SFmode SUBREG support.
17512         (fma<mode>4): Use gpc_reg_operand instead of register_operand.
17513         (fms<mode>4): Likewise.
17514         (fnma<mode>4): Likewise.
17515         (fnms<mode>4): Likewise.
17516         (nfma<mode>4): Likewise.
17517         (nfms<mode>4): Likewise.
17519 2017-01-04  Marek Polacek  <polacek@redhat.com>
17521         PR c++/64767
17522         * doc/invoke.texi: Document -Wpointer-compare.
17524 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
17526         * optc-gen.awk: Emit #error for -W*/-f*/-m* Enum without
17527         RejectNegative.
17529         * dwarf2out.c (output_loc_list): Don't throw away 64K+ location
17530         descriptions for -gdwarf-5 and emit them as uleb128 instead of
17531         2-byte data.
17533 2017-01-04  Kelvin Nilsen  <kelvin@gcc.gnu.org>
17535         PR target/78056
17536         * doc/sourcebuild.texi (PowerPC-specific attributes): Add
17537         documentation of the powerpc_popcntb_ok attribute.
17538         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
17539         code to issue warning messages if a requested CPU configuration is
17540         not supported by the binary (assembler and loader) toolchain.
17541         (spe_init_builtins): Add two assertions to prevent ICE if attempt is
17542         made to define a built-in function that has been disabled.
17543         (paired_init_builtins): Add assertion to prevent ICE if attempt is
17544         made to define a built-in function that has been disabled.
17545         (altivec_init_builtins): Add comment explaining why definition
17546         of the DST built-in functions is not preceded by an assertion
17547         check.  Add assertions to prevent ICE if attempts are made to
17548         define an altivec predicate or an abs* built-in function that has
17549         been disabled.
17550         (htm_init_builtins): Add comment explaining why definition of the
17551         htm built-in functions is not preceded by an assertion check.
17553 2017-01-04  Jeff Law  <law@redhat.com>
17555         PR tree-optimizatin/67955
17556         * tree-ssa-alias.c (same_addr_size_stores_p): Check offsets first.
17557         Allow any SSA_VAR_P as the base objects.  Use integer_zerop.  Verify
17558         the points-to solution does not include pt_null.  Use DECL_PT_UID
17559         unconditionally.
17561 2017-01-04  Uros Bizjak  <ubizjak@gmail.com>
17563         * config/i386/i386.md (HI/SImode test with imm to QImode splitters):
17564         Use gen_int_mode instead of gen_lopwart for const_int operands.
17566 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
17568         PR tree-optimization/71563
17569         * match.pd: Simplify X << Y into X if Y is known to be 0 or
17570         out of range value - has low bits known to be zero.
17572 2017-01-04  Alan Modra  <amodra@gmail.com>
17574         * Makefile.in (aclocal_deps): Update and order as per aclocal.m4.
17575         * configure: Regenerate.
17576         * config.in: Regenerate.
17578 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
17580         PR bootstrap/77569
17581         * input.c (ebcdic_execution_charset::on_error): Don't use strstr for
17582         a substring of the message, but strcmp with the whole message.  Ifdef
17583         ENABLE_NLS, translate the message first using dgettext.
17585 2017-01-03  Jeff Law  <law@redhat.com>
17587         PR tree-optimizatin/78856
17588         * tree-ssa-threadupdate.c: Include tree-vectorizer.h.
17589         (mark_threaded_blocks): Remove code to truncate thread paths that
17590         cross multiple loop headers.  Instead invalidate the cached loop
17591         iteration information and handle case of a thread path walking
17592         into an irreducible region.
17594 2017-01-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
17596         PR target/78900
17597         * config/rs6000/rs6000.c (rs6000_split_signbit): Change some
17598         assertions.  Add support for doing the signbit if the IEEE 128-bit
17599         floating point value is in a GPR.
17600         * config/rs6000/rs6000.md (Fsignbit): Delete.
17601         (signbit<mode>2_dm): Delete using <Fsignbit> and just use "wa".
17602         Update the length attribute if the value is in a GPR.
17603         (signbit<mode>2_dm_<su>ext): Add combiner pattern to eliminate
17604         the sign or zero extension instruction, since the value is always 0/1.
17605         (signbit<mode>2_dm2): Delete using <Fsignbit>.
17607         PR target/78953
17608         * config/rs6000/vsx.md (vsx_extract_<mode>_store_p9): If we are
17609         extracting SImode to a GPR register so that we can generate a
17610         store, limit the vector to be in a traditional Altivec register
17611         for the vextuwrx instruction.
17613 2017-01-03  Ian Lance Taylor  <iant@google.com>
17615         * godump.c (go_format_type): Treat ENUMERAL_TYPE like INTEGER_TYPE.
17617 2017-01-03  Martin Sebor  <msebor@redhat.com>
17619         PR tree-optimization/78696
17620         * gimple-ssa-sprintf.c (format_floating): Correct handling of
17621         precision.  Use MPFR for %f for greater fidelity.  Correct handling
17622         of %g.
17623         (pass_sprintf_length::compute_format_length): Set width and precision
17624         specified by asrerisk to void_node for vararg functions.
17625         (try_substitute_return_value): Adjust dump output.
17627 2017-01-03  David Edelsohn  <dje.gcc@gmail.com>
17629         * doc/invoke.texi (RS6000 options): LRA is enabled by default.
17631 2017-01-03  Eric Botcazou  <ebotcazou@adacore.com>
17633         * doc/invoke.texi (SPARC options): Document -mlra as the default.
17634         * config/sparc/sparc.c (sparc_option_override): Force LRA unless
17635         -mlra/-mno-lra was passed to the compiler.
17637 2017-01-03  James Cowgill  <James.Cowgill@imgtec.com>
17639         PR rtl-optimization/65618
17640         * emit-rtl.c (try_split): Move initialization of "before" and
17641         "after" to just before the call to emit_insn_after_setloc.
17643 2017-01-03  Gerald Pfeifer  <gerald@pfeifer.com>
17645         * doc/md.texi (Standard Names): Remove reference to Java frontend.
17647 2017-01-03  Pierre-Marie de Rodat  <derodat@adacore.com>
17649         * dwarf2out.c (gen_enumeration_type_die): When
17650         -gno-strict-dwarf, add a DW_AT_encoding attribute.
17652 2017-01-03  Jakub Jelinek  <jakub@redhat.com>
17654         PR tree-optimization/78965
17655         * gimple-ssa-sprintf.c (pass_sprintf_length::compute_format_length):
17656         Change first argument from const call_info & to call_info &.  For %n
17657         set info.nowrite to false.
17659         PR middle-end/78901
17660         * gimple-ssa-sprintf.c (try_substitute_return_value): Don't change
17661         possibly throwing calls.
17663         * genmatch.c (dt_node::gen_kids_1): If generic_exprs include SSA_NAME
17664         and exprs_len || fns_len, emit the code for SSA_NAME next to the exprs
17665         and fns handling, rather than in a separate case SSA_NAME.
17667 2017-01-02  Jeff Law  <law@redhat.com>
17669         * config/darwin-driver.c (darwin_driver_init): Const-correctness
17670         fixes for first_period and second_period variables.
17672 2017-01-02  Uros Bizjak  <ubizjak@gmail.com>
17674         PR target/78967
17675         * config/i386/i386.md (UNSPEC_NOREX_MEM): New unspec.
17676         (*insvqi_1): New insn pattern.
17677         (*insvqi_1_mem_rex64): Ditto.
17678         (*insvqi_2): Ditto.
17679         (*insvqi_3): Rename from *insvqi.
17681         (*extzvqi_mem_rex64): Add UNSPEC_NOREX_MEM tag.
17683 2017-01-02  Gerald Pfeifer  <gerald@pfeifer.com>
17685         * doc/cfg.texi (Edges): Remove reference to Java.
17686         (Maintaining the CFG): Ditto.
17688 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
17690         PR middle-end/77674
17691         * symtab.c (symtab_node::binds_to_current_def_p): Fix handling of
17692         transparent aliases.
17694 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
17696         PR middle-end/77484
17697         * predict.def (PRED_CALL): Update hitrate.
17698         (PRED_INDIR_CALL, PRED_POLYMORPHIC_CALL): New predictors.
17699         * predict.c (tree_estimate_probability_bb): Split CALL predictor
17700         into direct/indirect/polymorphic variants.
17702 2017-01-01  Jakub Jelinek  <jakub@redhat.com>
17704         Update copyright years.
17706         * gcc.c (process_command): Update copyright notice dates.
17707         * gcov-dump.c (print_version): Ditto.
17708         * gcov.c (print_version): Ditto.
17709         * gcov-tool.c (print_version): Ditto.
17710         * gengtype.c (create_file): Ditto.
17711         * doc/cpp.texi: Bump @copying's copyright year.
17712         * doc/cppinternals.texi: Ditto.
17713         * doc/gcc.texi: Ditto.
17714         * doc/gccint.texi: Ditto.
17715         * doc/gcov.texi: Ditto.
17716         * doc/install.texi: Ditto.
17717         * doc/invoke.texi: Ditto.
17719 Copyright (C) 2017 Free Software Foundation, Inc.
17721 Copying and distribution of this file, with or without modification,
17722 are permitted in any medium without royalty provided the copyright
17723 notice and this notice are preserved.