* config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Add -static-pie
[official-gcc.git] / gcc / ChangeLog
blob1c5b812d62870e7d569b078866c0c5a24de4a699
1 2017-09-13  Jakub Jelinek  <jakub@redhat.com>
3         * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Add -static-pie
4         support.
5         (ENDFILE_LINUX_SPEC): Likewise.
6         (LINK_EH_SPEC): Likewise.
7         * config/rs6000/linux64.h (LINK_SHLIB_SPEC): Likewise.
8         (LINK_OS_LINUX_SPEC32): Likewise.
9         (LINK_OS_LINUX_SPEC64): Likewise.
10         * config/rs6000/linux.h (LINK_SHLIB_SPEC): Likewise.
11         (LINK_OS_LINUX_SPEC): Likewise.
13 2017-09-13  Martin Liska  <mliska@suse.cz>
15         PR middle-end/82154
16         * stmt.c (expand_sjlj_dispatch_table): Use CASE_LOW when
17         CASE_HIGH is NULL_TREE.
19 2017-09-13  Richard Sandiford  <richard.sandiford@linaro.org>
20             Alan Hayward  <alan.hayward@arm.com>
21             David Sherwood  <david.sherwood@arm.com>
23         * target.def (secondary_memory_needed): New hook.
24         (secondary_reload): Refer to TARGET_SECONDARY_MEMORY_NEEDED
25         instead of SECONDARY_MEMORY_NEEDED.
26         (secondary_memory_needed_mode): Likewise.
27         * hooks.h (hook_bool_mode_reg_class_t_reg_class_t_false): Declare.
28         * hooks.c (hook_bool_mode_reg_class_t_reg_class_t_false): New function.
29         * doc/tm.texi.in (SECONDARY_MEMORY_NEEDED): Replace with...
30         (TARGET_SECONDARY_MEMORY_NEEDED): ...this.
31         (SECONDARY_MEMORY_NEEDED_RTX): Update reference accordingly.
32         * doc/tm.texi: Regenerate.
33         * config/alpha/alpha.h (SECONDARY_MEMORY_NEEDED): Delete.
34         * config/alpha/alpha.c (alpha_secondary_memory_needed): New function.
35         (TARGET_SECONDARY_MEMORY_NEEDED): Redefine.
36         * config/i386/i386.h (SECONDARY_MEMORY_NEEDED): Delete.
37         * config/i386/i386-protos.h (ix86_secondary_memory_needed): Delete.
38         * config/i386/i386.c (inline_secondary_memory_needed): Put the
39         mode argument first and change the reg_class arguments to reg_class_t.
40         (ix86_secondary_memory_needed): Likewise.  Remove the strict parameter.
41         Make static.  Update the call to inline_secondary_memory_needed.
42         (ix86_register_move_cost): Update the call to
43         inline_secondary_memory_needed.
44         (TARGET_SECONDARY_MEMORY_NEEDED): Redefine.
45         * config/ia64/ia64.h (SECONDARY_MEMORY_NEEDED): Delete commented-out
46         definition.
47         * config/ia64/ia64.c (spill_xfmode_rfmode_operand): Refer to
48         TARGET_SECONDARY_MEMORY_NEEDED rather than SECONDARY_MEMORY_NEEDED
49         in comment.
50         * config/mips/mips.h (SECONDARY_MEMORY_NEEDED): Delete.
51         * config/mips/mips-protos.h (mips_secondary_memory_needed): Delete.
52         * config/mips/mips.c (mips_secondary_memory_needed): Make static
53         and match hook interface.  Add comment from mips.h.
54         (TARGET_SECONDARY_MEMORY_NEEDED): Redefine.
55         * config/mmix/mmix.md (truncdfsf2): Refer to
56         TARGET_SECONDARY_MEMORY_NEEDED rather than SECONDARY_MEMORY_NEEDED
57         in comment.
58         * config/pa/pa-64.h (SECONDARY_MEMORY_NEEDED): Rename to...
59         (PA_SECONDARY_MEMORY_NEEDED): ...this, and put the mode argument first.
60         * config/pa/pa.c (TARGET_SECONDARY_MEMORY_NEEDED): Redefine.
61         (pa_secondary_memory_needed): New function.
62         * config/pdp11/pdp11.h (SECONDARY_MEMORY_NEEDED): Delete.
63         * config/pdp11/pdp11-protos.h (pdp11_secondary_memory_needed): Delete.
64         * config/pdp11/pdp11.c (TARGET_SECONDARY_MEMORY_NEEDED): Redefine.
65         (pdp11_secondary_memory_needed): Make static and match hook interface.
66         * config/powerpcspe/powerpcspe.h (SECONDARY_MEMORY_NEEDED): Delete.
67         * config/powerpcspe/powerpcspe-protos.h
68         (rs6000_secondary_memory_needed_ptr): Delete.
69         * config/powerpcspe/powerpcspe.c (rs6000_secondary_memory_needed_ptr):
70         Delete.
71         (TARGET_SECONDARY_MEMORY_NEEDED): Redefine.
72         (rs6000_option_override_internal): Assign to
73         targetm.secondary_memory_needed rather than
74         rs6000_secondary_memory_needed_ptr.
75         (rs6000_secondary_memory_needed): Match hook interface.
76         (rs6000_debug_secondary_memory_needed): Likewise.
77         * config/riscv/riscv.h (SECONDARY_MEMORY_NEEDED): Delete.
78         * config/riscv/riscv.c (riscv_secondary_memory_needed): New function.
79         (riscv_register_move_cost): Use it instead of SECONDARY_MEMORY_NEEDED.
80         (TARGET_SECONDARY_MEMORY_NEEDED): Redefine.
81         * config/rs6000/rs6000.h (SECONDARY_MEMORY_NEEDED): Delete.
82         * config/rs6000/rs6000-protos.h (rs6000_secondary_memory_needed_ptr):
83         Delete.
84         * config/rs6000/rs6000.c (rs6000_secondary_memory_needed_ptr): Delete.
85         (TARGET_SECONDARY_MEMORY_NEEDED): Redefine.
86         (rs6000_option_override_internal): Assign to
87         targetm.secondary_memory_needed rather than
88         rs6000_secondary_memory_needed_ptr.
89         (rs6000_secondary_memory_needed): Match hook interface.
90         (rs6000_debug_secondary_memory_needed): Likewise.
91         * config/s390/s390.h (SECONDARY_MEMORY_NEEDED): Delete.
92         * config/s390/s390.c (s390_secondary_memory_needed): New function.
93         (TARGET_SECONDARY_MEMORY_NEEDED): Redefine.
94         * config/sparc/sparc.h (SECONDARY_MEMORY_NEEDED): Delete.
95         * config/sparc/sparc.c (TARGET_SECONDARY_MEMORY_NEEDED): Redefine.
96         (sparc_secondary_memory_needed): New function.
97         * lra-constraints.c (check_and_process_move): Refer to
98         TARGET_SECONDARY_MEMORY_NEEDED rather than SECONDARY_MEMORY_NEEDED
99         in comment.
100         (curr_insn_transform): Likewise.
101         (process_alt_operands): Use targetm.secondary_memory_needed
102         instead of TARGET_SECONDARY_MEMORY_NEEDED.
103         (check_secondary_memory_needed_p): Likewise.
104         (choose_split_class): Likewise.
105         * reload.c: Unconditionally include code that was previously
106         conditional on SECONDARY_MEMORY_NEEDED.
107         (push_secondary_reload): Use targetm.secondary_memory_needed
108         instead of TARGET_SECONDARY_MEMORY_NEEDED.
109         (push_reload): Likewise.
110         * reload1.c: Unconditionally include code that was previously
111         conditional on SECONDARY_MEMORY_NEEDED.
112         (choose_reload_regs): Use targetm.secondary_memory_needed
113         instead of TARGET_SECONDARY_MEMORY_NEEDED.
114         (gen_reload): Likewise.
115         * system.h (SECONDARY_MEMORY_NEEDED): Poison.
117 2017-09-13  Richard Sandiford  <richard.sandiford@linaro.org>
118             Alan Hayward  <alan.hayward@arm.com>
119             David Sherwood  <david.sherwood@arm.com>
121         * target.def (secondary_memory_needed_mode): New hook:
122         * targhooks.c (default_secondary_memory_needed_mode): Declare.
123         * targhooks.h (default_secondary_memory_needed_mode): New function.
124         * doc/tm.texi.in (SECONDARY_MEMORY_NEEDED_MODE): Replace with...
125         (TARGET_SECONDARY_MEMORY_NEEDED_MODE): ...this.
126         * doc/tm.texi: Regenerate.
127         * lra-constraints.c (check_and_process_move): Use
128         targetm.secondary_memory_needed_mode instead of
129         TARGET_SECONDARY_MEMORY_NEEDED_MODE.
130         (curr_insn_transform): Likewise.
131         * reload.c (get_secondary_mem): Likewise.
132         * config/alpha/alpha.h (SECONDARY_MEMORY_NEEDED_MODE): Delete.
133         * config/alpha/alpha.c (alpha_secondary_memory_needed_mode): New
134         function.
135         (TARGET_SECONDARY_MEMORY_NEEDED_MODE): Redefine.
136         * config/i386/i386.h (SECONDARY_MEMORY_NEEDED_MODE): Delete.
137         * config/i386/i386.c (ix86_secondary_memory_needed_mode): New function.
138         (TARGET_SECONDARY_MEMORY_NEEDED_MODE): Redefine.
139         * config/powerpcspe/powerpcspe.h (SECONDARY_MEMORY_NEEDED_MODE):
140         Delete.
141         * config/powerpcspe/powerpcspe-protos.h
142         (rs6000_secondary_memory_needed_mode): Delete.
143         * config/powerpcspe/powerpcspe.c
144         (TARGET_SECONDARY_MEMORY_NEEDED_MODE): Redefine.
145         (rs6000_secondary_memory_needed_mode): Make static.
146         * config/rs6000/rs6000.h (SECONDARY_MEMORY_NEEDED_MODE): Delete.
147         * config/rs6000/rs6000-protos.h (rs6000_secondary_memory_needed_mode):
148         Delete.
149         * config/rs6000/rs6000.c (TARGET_SECONDARY_MEMORY_NEEDED_MODE):
150         Redefine.
151         (rs6000_secondary_memory_needed_mode): Make static.
152         * config/s390/s390.h (SECONDARY_MEMORY_NEEDED_MODE): Delete.
153         * config/s390/s390.c (s390_secondary_memory_needed_mode): New function.
154         (TARGET_SECONDARY_MEMORY_NEEDED_MODE): Redefine.
155         * config/sparc/sparc.h (SECONDARY_MEMORY_NEEDED_MODE): Delete.
156         * config/sparc/sparc.c (TARGET_SECONDARY_MEMORY_NEEDED_MODE):
157         Redefine.
158         (sparc_secondary_memory_needed_mode): New function.
159         * system.h (TARGET_SECONDARY_MEMORY_NEEDED_MODE): Poison.
161 2017-09-13  Jackson Woodruff  <jackson.woodruff@arm.com>
163         * config/aarch64/constraints.md (Umq): New constraint.
164         * config/aarch64/aarch64-simd.md (*aarch64_simd_mov<mode>):
165         Change to use Umq.
166         (mov<mode>): Update condition.
168 2017-09-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
170         * gimple-ssa-store-merging.c (sort_by_bitpos): Compare store order
171         when bitposition is the same.
173 2017-09-13  Richard Biener  <rguenther@suse.de>
175         * dwarf2out.c (output_die_symbol): Remove.
176         (output_die): Do not output a DIEs symbol.
178 2017-09-13  Richard Biener  <rguenther@suse.de>
180         PR middle-end/82128
181         * gimple-fold.c (gimple_fold_call): Update SSA name in-place to
182         default-def to avoid breaking iterator update with the weird
183         interaction with cgraph_update_edges_for_call_stmt_node.
185 2017-09-13  Richard Biener  <rguenther@suse.de>
187         * tree-cfg.c (verify_gimple_assign_binary): Add verification
188         for WIDEN_SUM_EXPR, VEC_WIDEN_MULT_{HI,LO,EVEN,ODD}_EXPR,
189         VEC_PACK_{TRUNC,SAT,FIX_TRUNC}_EXPR.
190         (verify_gimple_assign_ternary): Add verification for DOT_PROD_EXPR.
192 2017-09-13  Kugan Vivekanandarajah  <kuganv@linaro.org>
194         * config/aarch64/aarch64.c (aarch64_override_options_after_change_1):
195         Disable pc relative literal load irrespective of
196         TARGET_FIX_ERR_A53_84341 for default.
198 2017-09-12  Eric Botcazou  <ebotcazou@adacore.com>
200         * config/sparc/sparc.c (output_return): Output the source location of
201         the insn in the delay slot, if any.
202         (output_sibcall): Likewise.
204 2017-09-12  H.J. Lu  <hongjiu.lu@intel.com>
206         PR driver/81498
207         * common.opt (-static-pie): New alias.
208         (shared): Negate static-pie.
209         (-no-pie): Update help text.
210         (-pie): Likewise.
211         (static-pie): New option.
212         * config/gnu-user.h (GNU_USER_TARGET_STARTFILE_SPEC): Add
213         -static-pie support.
214         (GNU_USER_TARGET_ENDFILE_SPEC): Likewise.
215         (LINK_EH_SPEC): Likewise.
216         (LINK_GCC_C_SEQUENCE_SPEC): Likewise.
217         * config/i386/gnu-user.h (GNU_USER_TARGET_LINK_SPEC): Likewise.
218         * config/i386/gnu-user64.h (GNU_USER_TARGET_LINK_SPEC): Likewise.
219         * gcc.c (LINK_COMMAND_SPEC): Likewise.
220         (init_gcc_specs): Likewise.
221         (init_spec): Likewise.
222         (display_help): Update help message for -pie.
223         * doc/invoke.texi: Update -pie, -no-pie and -static.  Document
224         -static-pie.
226 2017-09-12  Wilco Dijkstra  <wdijkstr@arm.com>
228         * config/aarch64/aarch64.md (movsi_aarch64): Remove all '*'.
229         (movdi_aarch64): Likewise.
230         (movti_aarch64): Likewise.
232 2017-09-12 Simon Wright <simon@pushface.org>
234         PR target/80204
235         * config/darwin-driver.c (darwin_find_version_from_kernel): Eliminate
236         calculation of the minor version, always output as 0.
238 2017-09-12  Jakub Jelinek  <jakub@redhat.com>
240         PR target/82112
241         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): For
242         ALTIVEC_BUILTIN_VEC_LD if arg1 has array type call default_conversion
243         on it early, rather than manual conversion late.  For
244         ALTIVEC_BUILTIN_VEC_ST if arg2 has array type call default_conversion
245         instead of performing manual conversion.
247 2017-09-12  Carl Love  <cel@us.ibm.com>
249         * config/rs6000/altivec.md (vec_widen_umult_even_v4si,
250         vec_widen_smult_even_v4si): Add define expands for vmuleuw, vmulesw,
251         vmulouw, vmulosw.
252         * config/rs6000/rs6000-builtin.def (VMLEUW, VMULESW, VMULOUW,
253         VMULOSW): Add definitions.
254         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
255         ALTIVEC_BUILTIN_VMULESW, ALTIVEC_BUILTIN_VMULEUW,
256         ALTIVEC_BUILTIN_VMULOSW, ALTIVEC_BUILTIN_VMULOUW entries.
257         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin,
258         builtin_function_type): Add ALTIVEC_BUILTIN_* case statements.
260 2017-09-12  James Greenhalgh  <james.greenhalgh@arm.com>
262         * config/aarch64/aarch64.md (movdi_aarch64): Set load/store
263         types correctly.
264         (movti_aarch64): Likewise.
265         (movdf_aarch64): Likewise.
266         (movtf_aarch64): Likewise.
267         (load_pairdi): Likewise.
268         (store_pairdi): Likewise.
269         (load_pairdf): Likewise.
270         (store_pairdf): Likewise.
271         (loadwb_pair<GPI:mode>_<P:mode>): Likewise.
272         (storewb_pair<GPI:mode>_<P:mode>): Likewise.
273         (ldr_got_small_<mode>): Likewise.
274         (ldr_got_small_28k_<mode>): Likewise.
275         (ldr_got_tiny): Likewise.
276         * config/aarch64/iterators.md (ldst_sz): New.
277         (ldpstp_sz): Likewise.
278         * config/aarch64/thunderx.md (thunderx_storepair): Split store_8
279         to store_16.
280         (thunderx_load): Split load_8 to load_16.
281         * config/aarch64/thunderx2t99.md (thunderx2t99_loadpair): Split
282         load_8 to load_16.
283         (thunderx2t99_storepair_basic): Split store_8 to store_16.
284         * config/arm/xgene1.md (xgene1_load_pair): Split load_8 to load_16.
285         (xgene1_store_pair): Split store_8 to store_16.
286         * config/aarch64/falkor.md (falkor_ld_3_ld): Split load_8 to load_16.
287         (falkor_st_0_st_sd): Split store_8 to store_16.
289 2017-09-12  James Greenhalgh  <james.greenhalgh@arm.com>
291         * config/arm/types.md (type): Rename load1/2/3/4 to load_4/8/12/16
292         and store1/2/3/4 to store_4/8/12/16.
293         * config/aarch64/aarch64.md: Update for rename.
294         * config/arm/arm.md: Likewise.: Likewise.
295         * config/arm/arm.c: Likewise.
296         * config/arm/thumb1.md: Likewise.
297         * config/arm/thumb2.md: Likewise.
298         * config/arm/vfp.md: Likewise.
299         * config/arm/arm-generic.md: Likewise.
300         * config/arm/arm1020e.md: Likewise.
301         * config/arm/arm1026ejs.md: Likewise.
302         * config/arm/arm1136jfs.md: Likewise.
303         * config/arm/arm926ejs.md: Likewise.
304         * config/arm/cortex-a15.md: Likewise.
305         * config/arm/cortex-a17.md: Likewise.
306         * config/arm/cortex-a5.md: Likewise.
307         * config/arm/cortex-a53.md: Likewise.
308         * config/arm/cortex-a57.md: Likewise.
309         * config/arm/cortex-a7.md: Likewise.
310         * config/arm/cortex-a8.md: Likewise.
311         * config/arm/cortex-a9.md: Likewise.
312         * config/arm/cortex-m4.md: Likewise.
313         * config/arm/cortex-m7.md: Likewise.
314         * config/arm/cortex-r4.md: Likewise.
315         * config/arm/exynos-m1.md: Likewise.
316         * config/arm/fa526.md: Likewise.
317         * config/arm/fa606te.md: Likewise.
318         * config/arm/fa626te.md: Likewise.
319         * config/arm/fa726te.md: Likewise.
320         * config/arm/fmp626.md: Likewise.
321         * config/arm/iwmmxt.md: Likewise.
322         * config/arm/ldmstm.md: Likewise.
323         * config/arm/marvell-pj4.md: Likewise.
324         * config/arm/xgene1.md: Likewise.
325         * config/aarch64/thunderx.md: Likewise.
326         * config/aarch64/thunderx2t99.md: Likewise.
327         * config/aarch64/falkor.md: Likewise.
329 2017-09-12  Martin Liska  <mliska@suse.cz>
331         * attribs.c (private_lookup_attribute): New function.
332         * attribs.h (private_lookup_attribute): Declared here.
333         (lookup_attribute): Called from this place.
335 2017-09-12  Richard Biener  <rguenther@suse.de>
337         PR tree-optimization/82157
338         * tree-ssa-pre.c (remove_dead_inserted_code): Do not remove
339         stmts with side-effects.
341 2017-09-12  Richard Sandiford  <richard.sandiford@linaro.org>
342             Alan Hayward  <alan.hayward@arm.com>
343             David Sherwood <david.sherwood@arm.com>
345         * target.def (hard_regno_nregs): New hook.
346         (class_max_nregs): Refer to it instead of HARD_REGNO_NREGS.
347         * targhooks.h (default_hard_regno_nregs): Declare.
348         * targhooks.c (default_hard_regno_nregs): New function.
349         * doc/tm.texi.in (HARD_REGNO_NREGS): Replace with...
350         (TARGET_HARD_REGNO_NREGS): ...this hook.
351         (HARD_REGNO_NREGS_HAS_PADDING): Update accordingly.
352         (CLASS_MAX_NREGS): Likewise.
353         * doc/tm.texi: Regenerate.
354         * reginfo.c (init_reg_modes_target): Use targetm.hard_regno_nregs
355         instead of HARD_REGNO_NREGS.
356         * rtl.h (REG_NREGS): Refer to TARGET_HARD_REGNO_NREGS rather than
357         HARD_REGNO_NREGS in the comment.
358         * config/aarch64/aarch64.h (HARD_REGNO_NREGS): Delete.
359         * config/aarch64/aarch64-protos.h (aarch64_hard_regno_nregs): Delete.
360         * config/aarch64/aarch64.c (aarch64_hard_regno_nregs): Make static.
361         Return an unsigned int.
362         (TARGET_HARD_REGNO_NREGS): Redefine.
363         * config/alpha/alpha.h (HARD_REGNO_NREGS): Delete.
364         * config/arc/arc.h (HARD_REGNO_NREGS): Delete.
365         * config/arc/arc.c (TARGET_HARD_REGNO_NREGS): Redefine.
366         (arc_hard_regno_nregs): New function.
367         * config/arm/arm.h (HARD_REGNO_NREGS): Delete.
368         * config/arm/arm.c (TARGET_HARD_REGNO_NREGS): Redefine.
369         (arm_hard_regno_nregs): New function.
370         * config/avr/avr.h (HARD_REGNO_NREGS): Delete.
371         * config/bfin/bfin.h (HARD_REGNO_NREGS): Delete.
372         * config/bfin/bfin.c (bfin_hard_regno_nregs): New function.
373         (TARGET_HARD_REGNO_NREGS): Redefine.
374         * config/c6x/c6x.h (HARD_REGNO_NREGS): Delete.
375         * config/cr16/cr16.h (LONG_REG_P): Use targetm.hard_regno_nregs.
376         (HARD_REGNO_NREGS): Delete.
377         * config/cr16/cr16.c (TARGET_HARD_REGNO_NREGS): Redefine.
378         (cr16_hard_regno_nregs): New function.
379         (cr16_memory_move_cost): Use it instead of HARD_REGNO_NREGS.
380         * config/cris/cris.h (HARD_REGNO_NREGS): Delete.
381         * config/cris/cris.c (TARGET_HARD_REGNO_NREGS): Redefine.
382         (cris_hard_regno_nregs): New function.
383         * config/epiphany/epiphany.h (HARD_REGNO_NREGS): Delete.
384         * config/fr30/fr30.h (HARD_REGNO_NREGS): Delete.
385         (CLASS_MAX_NREGS): Use targetm.hard_regno_nregs.
386         * config/frv/frv.h (HARD_REGNO_NREGS): Delete.
387         (CLASS_MAX_NREGS): Remove outdated copy of documentation.
388         * config/frv/frv-protos.h (frv_hard_regno_nregs): Delete.
389         * config/frv/frv.c (TARGET_HARD_REGNO_NREGS): Redefine.
390         (frv_hard_regno_nregs): Make static.  Take and return an
391         unsigned int.
392         (frv_class_max_nregs): Remove outdated copy of documentation.
393         * config/ft32/ft32.h (HARD_REGNO_NREGS): Delete.
394         * config/h8300/h8300.h (HARD_REGNO_NREGS): Delete.
395         * config/h8300/h8300-protos.h (h8300_hard_regno_nregs): Delete.
396         * config/h8300/h8300.c (h8300_hard_regno_nregs): Delete.
397         * config/i386/i386.h (HARD_REGNO_NREGS): Delete.
398         * config/i386/i386.c (ix86_hard_regno_nregs): New function.
399         (TARGET_HARD_REGNO_NREGS): Redefine.
400         * config/ia64/ia64.h (HARD_REGNO_NREGS): Delete.
401         (CLASS_MAX_NREGS): Update comment.
402         * config/ia64/ia64.c (TARGET_HARD_REGNO_NREGS): Redefine.
403         (ia64_hard_regno_nregs): New function.
404         * config/iq2000/iq2000.h (HARD_REGNO_NREGS): Delete.
405         * config/lm32/lm32.h (HARD_REGNO_NREGS): Delete.
406         * config/m32c/m32c.h (HARD_REGNO_NREGS): Delete.
407         * config/m32c/m32c-protos.h (m32c_hard_regno_nregs): Delete.
408         * config/m32c/m32c.c (m32c_hard_regno_nregs_1): Take and return
409         an unsigned int.
410         (m32c_hard_regno_nregs): Likewise.  Make static.
411         (TARGET_HARD_REGNO_NREGS): Redefine.
412         * config/m32r/m32r.h (HARD_REGNO_NREGS): Delete.
413         * config/m68k/m68k.h (HARD_REGNO_NREGS): Delete.
414         * config/m68k/m68k.c (TARGET_HARD_REGNO_NREGS): Redefine.
415         (m68k_hard_regno_nregs): New function.
416         * config/mcore/mcore.h (HARD_REGNO_NREGS): Delete.
417         * config/microblaze/microblaze.h (HARD_REGNO_NREGS): Delete.
418         * config/mips/mips.h (HARD_REGNO_NREGS): Delete.
419         * config/mips/mips-protos.h (mips_hard_regno_nregs): Delete.
420         * config/mips/mips.c (mips_hard_regno_nregs): Make static.
421         Take and return an unsigned int.
422         (TARGET_HARD_REGNO_NREGS): Redefine.
423         * config/mmix/mmix.h (HARD_REGNO_NREGS): Delete.
424         (CLASS_MAX_NREGS): Use targetm.hard_regno_nregs.
425         * config/mn10300/mn10300.h (HARD_REGNO_NREGS): Delete.
426         * config/moxie/moxie.h (HARD_REGNO_NREGS): Delete.
427         * config/msp430/msp430.h (HARD_REGNO_NREGS): Delete.
428         * config/msp430/msp430-protos.h (msp430_hard_regno_nregs): Delete.
429         * config/msp430/msp430.c (TARGET_HARD_REGNO_NREGS): Redefine.
430         (msp430_hard_regno_nregs): Make static.  Take and return an
431         unsigned int.
432         * config/nds32/nds32.h (HARD_REGNO_NREGS): Delete.
433         * config/nds32/nds32-protos.h (nds32_hard_regno_nregs): Delete.
434         * config/nds32/nds32.c (nds32_hard_regno_nregs): Delete.
435         (nds32_hard_regno_mode_ok): Use targetm.hard_regno_nregs.
436         * config/nios2/nios2.h (HARD_REGNO_NREGS): Delete.
437         * config/nvptx/nvptx.h (HARD_REGNO_NREGS): Delete.
438         * config/nvptx/nvptx.c (nvptx_hard_regno_nregs): New function.
439         (TARGET_HARD_REGNO_NREGS): Redefine.
440         * config/pa/pa32-regs.h (HARD_REGNO_NREGS): Rename to...
441         (PA_HARD_REGNO_NREGS): ...this.
442         * config/pa/pa64-regs.h (HARD_REGNO_NREGS): Rename to...
443         (PA_HARD_REGNO_NREGS): ...this.
444         * config/pa/pa.c (TARGET_HARD_REGNO_NREGS): Redefine.
445         (pa_hard_regno_nregs): New function.
446         * config/pdp11/pdp11.h (HARD_REGNO_NREGS): Delete.
447         * config/pdp11/pdp11.c (TARGET_HARD_REGNO_NREGS): Redefine.
448         (pdp11_hard_regno_nregs): New function.
449         * config/powerpcspe/powerpcspe.h (HARD_REGNO_NREGS): Delete.
450         * config/powerpcspe/powerpcspe.c (TARGET_HARD_REGNO_NREGS): Redefine.
451         (rs6000_hard_regno_nregs_hook): New function.
452         * config/riscv/riscv.h (HARD_REGNO_NREGS): Delete.
453         * config/riscv/riscv-protos.h (riscv_hard_regno_nregs): Delete.
454         * config/riscv/riscv.c (riscv_hard_regno_nregs): Make static.
455         Take and return an unsigned int.  Move earlier in file.
456         (TARGET_HARD_REGNO_NREGS): Redefine.
457         * config/rl78/rl78.h (HARD_REGNO_NREGS): Delete.
458         * config/rl78/rl78-protos.h (rl78_hard_regno_nregs): Delete.
459         * config/rl78/rl78.c (TARGET_HARD_REGNO_NREGS): Reefine.
460         (rl78_hard_regno_nregs): Make static.  Take and return an
461         unsigned int.
462         * config/rs6000/rs6000.h (HARD_REGNO_NREGS): Delete.
463         * config/rs6000/rs6000.c (TARGET_HARD_REGNO_NREGS): Redefine.
464         (rs6000_hard_regno_nregs_hook): New function.
465         * config/rx/rx.h (HARD_REGNO_NREGS): Delete.
466         * config/rx/rx.c (rx_hard_regno_nregs): New function.
467         (TARGET_HARD_REGNO_NREGS): Redefine.
468         * config/s390/s390.h (HARD_REGNO_NREGS): Delete.
469         * config/s390/s390.c (REGNO_PAIR_OK): Use s390_hard_regno_nregs
470         instead of HARD_REGNO_NREGS.
471         (s390_hard_regno_nregs): New function.
472         (s390_hard_regno_mode_ok): Add comment from s390.h.
473         (TARGET_HARD_REGNO_NREGS): Redefine.
474         * config/sh/sh.h (HARD_REGNO_NREGS): Delete.
475         * config/sh/sh.c (TARGET_HARD_REGNO_NREGS): Redefine.
476         (sh_hard_regno_nregs): New function.
477         (sh_pass_in_reg_p): Use it.
478         * config/sparc/sparc.h (HARD_REGNO_NREGS): Delete.
479         * config/sparc/sparc.c (TARGET_HARD_REGNO_NREGS): Redefine.
480         (sparc_hard_regno_nregs): New function.
481         * config/spu/spu.h (HARD_REGNO_NREGS): Delete.
482         * config/spu/spu.c (spu_hard_regno_nregs): New function.
483         (spu_function_arg_advance): Use it, supplying a valid register number.
484         (TARGET_HARD_REGNO_NREGS): Redefine.
485         * config/stormy16/stormy16.h (HARD_REGNO_NREGS): Delete.
486         * config/tilegx/tilegx.h (HARD_REGNO_NREGS): Delete.
487         * config/tilepro/tilepro.h (HARD_REGNO_NREGS): Delete.
488         * config/v850/v850.h (HARD_REGNO_NREGS): Delete.
489         * config/vax/vax.h (HARD_REGNO_NREGS): Delete.
490         * config/visium/visium.h (HARD_REGNO_NREGS): Delete.
491         (CLASS_MAX_NREGS): Remove copy of old documentation.
492         * config/visium/visium.c (TARGET_HARD_REGNO_NREGS): Redefine.
493         (visium_hard_regno_nregs): New function.
494         (visium_hard_regno_mode_ok): Use it instead of HARD_REGNO_NREGS.
495         * config/xtensa/xtensa.h (HARD_REGNO_NREGS): Delete.
496         * config/xtensa/xtensa.c (TARGET_HARD_REGNO_NREGS): Redefine.
497         xtensa_hard_regno_nregs): New function.
498         * system.h (HARD_REGNO_NREGS): Poison.
500 2017-09-12  Richard Sandiford  <richard.sandiford@linaro.org>
502         * config/arm/arm.h (THUMB_SECONDARY_INPUT_RELOAD_CLASS): Use
503         hard_regno_nregs instead of HARD_REGNO_NREGS.
504         (THUMB_SECONDARY_OUTPUT_RELOAD_CLASS): Likewise.
505         * config/c6x/c6x.c (c6x_expand_prologue): Likewise.
506         (c6x_expand_epilogue): Likewise.
507         * config/frv/frv.c (frv_alloc_temp_reg): Likewise.
508         (frv_read_iacc_argument): Likewise.
509         * config/sh/sh.c: Include regs.h.
510         (sh_print_operand): Use hard_regno_nregs instead of HARD_REGNO_NREGS.
511         (regs_used): Likewise.
512         (output_stack_adjust): Likewise.
513         * config/xtensa/xtensa.c (xtensa_copy_incoming_a7): Likewise.
514         * expmed.c: Include regs.h.
515         (store_bit_field_1): Use hard_regno_nregs instead of HARD_REGNO_NREGS.
516         * ree.c: Include regs.h.
517         (combine_reaching_defs): Use hard_regno_nregs instead of
518         HARD_REGNO_NREGS.
519         (add_removable_extension): Likewise.
521 2017-09-12  Richard Sandiford  <richard.sandiford@linaro.org>
523         * regs.h (hard_regno_nregs): Turn into a function.
524         (end_hard_regno): Update accordingly.
525         * caller-save.c (setup_save_areas): Likewise.
526         (save_call_clobbered_regs): Likewise.
527         (replace_reg_with_saved_mem): Likewise.
528         (insert_restore): Likewise.
529         (insert_save): Likewise.
530         * combine.c (can_change_dest_mode): Likewise.
531         (move_deaths): Likewise.
532         (distribute_notes): Likewise.
533         * config/mips/mips.c (mips_hard_regno_call_part_clobbered): Likewise.
534         * config/powerpcspe/powerpcspe.c (rs6000_cannot_change_mode_class)
535         (rs6000_split_multireg_move): Likewise.
536         (rs6000_register_move_cost): Likewise.
537         (rs6000_memory_move_cost): Likewise.
538         * config/rs6000/rs6000.c (rs6000_cannot_change_mode_class): Likewise.
539         (rs6000_split_multireg_move): Likewise.
540         (rs6000_register_move_cost): Likewise.
541         (rs6000_memory_move_cost): Likewise.
542         * cselib.c (cselib_reset_table): Likewise.
543         (cselib_lookup_1): Likewise.
544         * emit-rtl.c (set_mode_and_regno): Likewise.
545         * function.c (aggregate_value_p): Likewise.
546         * ira-color.c (setup_profitable_hard_regs): Likewise.
547         (check_hard_reg_p): Likewise.
548         (calculate_saved_nregs): Likewise.
549         (assign_hard_reg): Likewise.
550         (improve_allocation): Likewise.
551         (calculate_spill_cost): Likewise.
552         * ira-emit.c (modify_move_list): Likewise.
553         * ira-int.h (ira_hard_reg_set_intersection_p): Likewise.
554         (ira_hard_reg_in_set_p): Likewise.
555         * ira.c (setup_reg_mode_hard_regset): Likewise.
556         (clarify_prohibited_class_mode_regs): Likewise.
557         (check_allocation): Likewise.
558         * lra-assigns.c (find_hard_regno_for_1): Likewise.
559         (lra_setup_reg_renumber): Likewise.
560         (setup_try_hard_regno_pseudos): Likewise.
561         (spill_for): Likewise.
562         (assign_hard_regno): Likewise.
563         (setup_live_pseudos_and_spill_after_risky_transforms): Likewise.
564         * lra-constraints.c (in_class_p): Likewise.
565         (lra_constraint_offset): Likewise.
566         (simplify_operand_subreg): Likewise.
567         (lra_constraints): Likewise.
568         (split_reg): Likewise.
569         (split_if_necessary): Likewise.
570         (invariant_p): Likewise.
571         (inherit_in_ebb): Likewise.
572         * lra-lives.c (process_bb_lives): Likewise.
573         * lra-remat.c (reg_overlap_for_remat_p): Likewise.
574         (get_hard_regs): Likewise.
575         (do_remat): Likewise.
576         * lra-spills.c (assign_spill_hard_regs): Likewise.
577         * mode-switching.c (create_pre_exit): Likewise.
578         * postreload.c (reload_combine_recognize_pattern): Likewise.
579         * recog.c (peep2_find_free_register): Likewise.
580         * regcprop.c (kill_value_regno): Likewise.
581         (set_value_regno): Likewise.
582         (copy_value): Likewise.
583         (maybe_mode_change): Likewise.
584         (find_oldest_value_reg): Likewise.
585         (copyprop_hardreg_forward_1): Likewise.
586         * regrename.c (check_new_reg_p): Likewise.
587         (regrename_do_replace): Likewise.
588         * reload.c (push_reload): Likewise.
589         (combine_reloads): Likewise.
590         (find_dummy_reload): Likewise.
591         (operands_match_p): Likewise.
592         (find_reloads): Likewise.
593         (find_equiv_reg): Likewise.
594         (reload_adjust_reg_for_mode): Likewise.
595         * reload1.c (count_pseudo): Likewise.
596         (count_spilled_pseudo): Likewise.
597         (find_reg): Likewise.
598         (clear_reload_reg_in_use): Likewise.
599         (free_for_value_p): Likewise.
600         (allocate_reload_reg): Likewise.
601         (choose_reload_regs): Likewise.
602         (reload_adjust_reg_for_temp): Likewise.
603         (emit_reload_insns): Likewise.
604         (delete_output_reload): Likewise.
605         * rtlanal.c (subreg_get_info): Likewise.
606         * sched-deps.c (sched_analyze_reg): Likewise.
607         * sel-sched.c (init_regs_for_mode): Likewise.
608         (mark_unavailable_hard_regs): Likewise.
609         (choose_best_reg_1): Likewise.
610         (verify_target_availability): Likewise.
611         * valtrack.c (dead_debug_insert_temp): Likewise.
612         * var-tracking.c (track_loc_p): Likewise.
613         (emit_note_insn_var_location): Likewise.
614         * varasm.c (make_decl_rtl): Likewise.
615         * reginfo.c (choose_hard_reg_mode): Likewise.
616         (init_reg_modes_target): Refer directly to
617         this_target_regs->x_hard_regno_nregs.
619 2017-09-12  Richard Sandiford  <richard.sandiford@linaro.org>
621         * ira-costs.c (record_operand_costs): Use in_hard_reg_set_p
622         instead of hard_regno_nregs.
624 2017-09-12  Richard Sandiford  <richard.sandiford@linaro.org>
626         * config/aarch64/aarch64.c (aarch64_hard_regno_mode_ok): Use
627         end_hard_regno instead of hard_regno_nregs.
628         * config/s390/s390.c (s390_reg_clobbered_rtx): Likewise.
629         * config/sparc/sparc.h (ASM_DECLARE_REGISTER_GLOBAL): Likewise.
630         * config/visium/visium.c (visium_hard_regno_mode_ok): Likewise.
631         * ira-color.c (improve_allocation): Likewise.
632         * lra-assigns.c (find_hard_regno_for_1): Likewise.
633         * lra-lives.c (mark_regno_live): Likewise.
634         (mark_regno_dead): Likewise.
635         * lra-remat.c (operand_to_remat): Likewise.
636         * lra.c (collect_non_operand_hard_regs): Likewise.
637         * postreload.c (reload_combine_note_store): Likewise.
638         (move2add_valid_value_p): Likewise.
639         * reload.c (regno_clobbered_p): Likewise.
641 2017-09-12  Richard Sandiford  <richard.sandiford@linaro.org>
643         * config/frv/frv.c (FOR_EACH_REGNO): Use END_REGNO instead of
644         hard_regno_nregs.
645         * config/v850/v850.c (v850_reorg): Likewise.
646         * reload.c (refers_to_regno_for_reload_p): Likewise.
647         (find_equiv_reg): Likewise.
648         * reload1.c (reload_reg_reaches_end_p): Likewise.
650 2017-09-12  Richard Sandiford  <richard.sandiford@linaro.org>
652         * caller-save.c (add_used_regs): Use REG_NREGS instead of
653         hard_regno_nregs.
654         * config/aarch64/aarch64.c (aarch64_split_combinev16qi): Likewise.
655         * config/arm/arm.c (output_move_neon): Likewise.
656         (arm_attr_length_move_neon): Likewise.
657         (neon_split_vcombine): Likewise.
658         * config/c6x/c6x.c (c6x_mark_reg_read): Likewise.
659         (c6x_mark_reg_written): Likewise.
660         (c6x_dwarf_register_span): Likewise.
661         * config/i386/i386.c (ix86_save_reg): Likewise.
662         * config/ia64/ia64.c (mark_reg_gr_used_mask): Likewise.
663         (rws_access_reg): Likewise.
664         * config/s390/s390.c (s390_call_saved_register_used): Likewise.
665         * mode-switching.c (create_pre_exit): Likewise.
666         * ree.c (combine_reaching_defs): Likewise.
667         (add_removable_extension): Likewise.
668         * regcprop.c (find_oldest_value_reg): Likewise.
669         (copyprop_hardreg_forward_1): Likewise.
670         * reload.c (reload_inner_reg_of_subreg): Likewise.
671         (push_reload): Likewise.
672         (combine_reloads): Likewise.
673         (find_dummy_reload): Likewise.
674         (reload_adjust_reg_for_mode): Likewise.
675         * reload1.c (find_reload_regs): Likewise.
676         (forget_old_reloads_1): Likewise.
677         (reload_reg_free_for_value_p): Likewise.
678         (reload_adjust_reg_for_temp): Likewise.
679         (emit_reload_insns): Likewise.
680         (delete_output_reload): Likewise.
681         * sel-sched.c (choose_best_reg_1): Likewise.
682         (choose_best_pseudo_reg): Likewise.
684 2017-09-12  Richard Sandiford  <richard.sandiford@linaro.org>
685             Alan Hayward  <alan.hayward@arm.com>
686             David Sherwood <david.sherwood@arm.com>
688         * defaults.h (SLOW_UNALIGNED_ACCESS): Delete.
689         * target.def (slow_unaligned_access): New hook.
690         * targhooks.h (default_slow_unaligned_access): Declare.
691         * targhooks.c (default_slow_unaligned_access): New function.
692         * doc/tm.texi.in (SLOW_UNALIGNED_ACCESS): Replace with...
693         (TARGET_SLOW_UNALIGNED_ACCESS): ...this.
694         * doc/tm.texi: Regenerate.
695         * config/alpha/alpha.h (SLOW_UNALIGNED_ACCESS): Delete.
696         * config/arm/arm.h (SLOW_UNALIGNED_ACCESS): Delete.
697         * config/i386/i386.h (SLOW_UNALIGNED_ACCESS): Delete commented-out
698         definition.
699         * config/powerpcspe/powerpcspe.h (SLOW_UNALIGNED_ACCESS): Delete.
700         * config/powerpcspe/powerpcspe.c (TARGET_SLOW_UNALIGNED_ACCESS):
701         Redefine.
702         (rs6000_slow_unaligned_access): New function.
703         (rs6000_emit_move): Use it instead of SLOW_UNALIGNED_ACCESS.
704         (expand_block_compare): Likewise.
705         (expand_strn_compare): Likewise.
706         (rs6000_rtx_costs): Likewise.
707         * config/riscv/riscv.h (SLOW_UNALIGNED_ACCESS): Delete.
708         (riscv_slow_unaligned_access): Likewise.
709         * config/riscv/riscv.c (riscv_slow_unaligned_access): Rename to...
710         (riscv_slow_unaligned_access_p): ...this and make static.
711         (riscv_option_override): Update accordingly.
712         (riscv_slow_unaligned_access): New function.
713         (TARGET_SLOW_UNALIGNED_ACCESS): Redefine.
714         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Delete.
715         * config/rs6000/rs6000.c (TARGET_SLOW_UNALIGNED_ACCESS): Redefine.
716         (rs6000_slow_unaligned_access): New function.
717         (rs6000_emit_move): Use it instead of SLOW_UNALIGNED_ACCESS.
718         (rs6000_rtx_costs): Likewise.
719         * config/rs6000/rs6000-string.c (expand_block_compare)
720         (expand_strn_compare): Use targetm.slow_unaligned_access instead
721         of SLOW_UNALIGNED_ACCESS.
722         * config/tilegx/tilegx.h (SLOW_UNALIGNED_ACCESS): Delete.
723         * config/tilepro/tilepro.h (SLOW_UNALIGNED_ACCESS): Delete.
724         * calls.c (expand_call): Use targetm.slow_unaligned_access instead
725         of SLOW_UNALIGNED_ACCESS.
726         * expmed.c (simple_mem_bitfield_p): Likewise.
727         * expr.c (alignment_for_piecewise_move): Likewise.
728         (emit_group_load_1): Likewise.
729         (emit_group_store): Likewise.
730         (copy_blkmode_from_reg): Likewise.
731         (emit_push_insn): Likewise.
732         (expand_assignment): Likewise.
733         (store_field): Likewise.
734         (expand_expr_real_1): Likewise.
735         * gimple-fold.c (gimple_fold_builtin_memory_op): Likewise.
736         * lra-constraints.c (simplify_operand_subreg): Likewise.
737         * stor-layout.c (bit_field_mode_iterator::next_mode): Likewise.
738         * gimple-ssa-store-merging.c: Likewise in block comment at start
739         of file.
740         * tree-ssa-strlen.c: Include target.h.
741         (handle_builtin_memcmp): Use targetm.slow_unaligned_access instead
742         of SLOW_UNALIGNED_ACCESS.
743         * system.h (SLOW_UNALIGNED_ACCESS): Poison.
745 2017-09-12  Richard Sandiford  <richard.sandiford@linaro.org>
747         PR rtl-optimization/82185
748         * expmed.c (emit_store_flag_int): Only test tem if it has been
749         initialized.
751 2017-09-12  Richard Biener  <rguenther@suse.de>
753         PR middle-end/82149
754         * match.pd ((FTYPE) N CMP CST): Fix typo.
756 2017-09-12  Simon Atanasyan  <simon.atanasyan@imgtec.com>
758         * config/mips/mips.c (mips_attribute_table): Add 'short_call'
759         attribute.
760         (mips_near_type_p): Add 'short_call' attribute as a synonym
761         for 'near'.
762         * doc/extend.texi (short_call): Document new function attribute.
764 2017-09-12  Jakub Jelinek  <jakub@redhat.com>
766         PR target/82112
767         * c-common.c (sync_resolve_size): Instead of c_dialect_cxx ()
768         assertion check that in the condition.
769         (get_atomic_generic_size): Likewise.  Before testing if parameter
770         has pointer type, if it has array type, call for C++
771         default_conversion to perform array-to-pointer conversion.
773 2017-09-12  Richard Biener  <rguenther@suse.de>
775         * tree-vect-generic.c (expand_vector_operations_1): Do nothing
776         for operations we cannot scalarize.
778 2017-09-12  Aldy Hernandez  <aldyh@redhat.com>
780         * tree-ssa-threadbackward.c (fsm_find_thread_path): Make GC
781         vectors heap vectors.  Clean up comments.
782         Make visited_bbs a reference.
783         (profitable_jump_thread_path): Make GC
784         vectors heap vectors.  Clean up comments.
785         Misc cleanups.
786         (convert_and_register_jump_thread_path): Make GC vectors heap
787         vectors.
788         (check_subpath_and_update_thread_path): Same.  Clean up comments.
789         Make visited_bbs a reference.
790         (handle_phi): Abstract common code to to
791         register_jump_thread_path_if_profitable.
792         Rename VAR_BB to DEF_BB.
793         Update comments.
794         Make GC vectors heap vectors.
795         Make visited_bbs a reference.
796         (handle_assignment): Same.
797         (register_jump_thread_path_if_profitable): New.
798         (fsm_find_control_statement_thread_paths): Rename VAR_BB to
799         DEF_BB.
800         Make GC vectors heap vectors.  Clean up comments.
801         Make visited_bbs a reference.
802         (find_jump_threads_backwards): Make visited_bbs live in the stack.
803         * tree-ssa-threadupdate.c (delete_jump_thread_path): Fix typo in
804         comment.
806 2017-09-11  Max Filippov  <jcmvbkbc@gmail.com>
808         PR target/82181
809         * config/xtensa/xtensa.c (xtensa_mem_offset): Check that both
810         words of E_DImode object are reachable by xtensa_uimm8x4 access.
812 2017-09-11  Vidya Praveen  <vidyapraveen@arm.com>
814         Revert r251800 and r251799.
816 2017-09-11  Martin Jambor  <mjambor@suse.cz>
818         PR hsa/82119
819         * hsa-gen.c (gen_hsa_phi_from_gimple_phi): Process ADDR_EXPRs in
820         arguments in advance.
821         * hsa-regalloc.c (naive_process_phi): New parameter predecessors,
822         use it to find predecessor edges.
823         (naive_outof_ssa): Collect vector of predecessors.
825 2017-09-08  Jason Merrill  <jason@redhat.com>
827         PR c++/70029 - ICE with ref-qualifier and -flto
828         * langhooks.h (struct lang_hooks_for_types): Add
829         copy_lang_qualifiers.
830         * attribs.c (build_type_attribute_qual_variant): Use it.
831         * langhooks-def.h (LANG_HOOKS_COPY_LANG_QUALIFIERS): Default to
832         NULL.
833         (LANG_HOOKS_FOR_TYPES_INITIALIZER): Use it.
834         * tree.c (verify_type): Re-enable TYPE_CANONICAL main variant check.
836 2017-09-08  Eric Botcazou  <ebotcazou@adacore.com>
838         PR target/81988
839         * config/sparc/sparc.md (mulsi3): Rename into *mulsi3_sp32.
840         (*mulsi3_sp64): New instruction.
841         (mulsi3): New expander.
843 2017-09-08  Uros Bizjak  <ubizjak@gmail.com>
845         * config/alpha/alpha.c (alpha_print_operand) <case 'S'>: Remove.
847 2017-09-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
849         * sancov.c: Include memmodel.h.
851 2017-09-07  Eric Botcazou  <ebotcazou@adacore.com>
853         PR target/80897
854         * config/sparc/sparc.c (sparc_emit_set_symbolic_const64): Deal with too
855         large offsets.
857 2017-09-07  Carl Love  <cel@us.ibm.com>
859         * config/rs6000/vsx.md (define_insn "*stxvl"): Add missing argument to
860         the sldi instruction.
862 2017-09-07  David Edelsohn  <dje.gcc@gmail.com>
864         * sancov.c: Include tm_p.h.
866 2017-09-07  Jakub Jelinek  <jakub@redhat.com>
868         PR target/81979
869         * output.h (switch_to_other_text_partition): New declaration.
870         * varasm.c (switch_to_other_text_partition): New function.
871         * config/rs6000/rs6000.c (uses_TOC): Return 2 if
872         NOTE_INSN_SWITCH_TEXT_SECTIONS is seen before finding load_toc_* insn.
873         (rs6000_elf_declare_function_name): If uses_TOC returned 2, switch
874         to the other text partition before emitting LCL label and switch back
875         after emitting the word after it.
877 2017-09-07  Richard Biener  <rguenther@suse.de>
879         * passes.def (pass_split_crit_edges): Remove instance before PRE.
880         * tree-ssa-pre.c (pass_pre::execute): Instead manually split
881         critical edges here, after loop init.
882         (pass_data_pre): Remove PROP_no_crit_edges flags.
883         * tree-ssa-sccvn.c (vn_reference_lookup_3): Use vn_valueize
884         for valueization of call args to avoid leaking VN_TOP.
885         (visit_use): Assert we do not visit default defs.
886         (init_scc_vn): Use build_decl for VN_TOP to make name nicer.
887         Use error_mark_node to more easily detect leaking VN_TOP.
888         All default-defs are varying, not VN_TOP.  Mark them visited.
889         (run_scc_vn): Make code match comment.
891 2017-09-07  Michael Meissner  <meissner@linux.vnet.ibm.com>
893         * config/rs6000/rs6000-cpus.def (OTHER_VSX_VECTOR_MASKS): Delete
894         OPTION_MASK_FLOAT128_KEYWORD.
895         (POWERPC_MASKS): Likewise.
896         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Delete
897         support for the -mfloat128-type option, and make -mfloat128
898         default on PowerPC Linux systems.  Define or undefine
899         __FLOAT128__ and  __FLOAT128_HARDWARE__ for the current options.
900         Define __float128 to be __ieee128 if IEEE 128-bit support is
901         enabled, or undefine it.
902         (rs6000_cpu_cpp_builtins): Delete defining __FLOAT128__ here.
903         Delete defining __FLOAT128_TYPE__.
904         * config/rs6000/rs6000.opt (x_TARGET_FLOAT128_TYPE): Delete the
905         -mfloat128-type option and make -mfloat128 default on PowerPC
906         Linux systems.
907         (TARGET_FLOAT128_TYPE): Likewise.
908         (-mfloat128-type): Likewise.
909         * config/rs6000/rs6000.c (rs6000_option_override_internal):
910         Delete the -mfloat128-type option and make -mfloat128 default on
911         PowerPC Linux systems.  Always use __ieee128 to be the keyword for
912         the IEEE 128-bit type, and map __float128 to __ieee128 if IEEE
913         128-bit floating point is enabled.  Change tests from using
914         -mfloat128-type to -mfloat128.
915         (rs6000_mangle_type): Use the correct mangling for the __float128
916         type even if normal long double is restricted to 64-bits.
917         (floatn_mode): Enable the _Float128 type by default on VSX Linux
918         systems.
919         * config/rs6000/rs6000.h (MASK_FLOAT128_TYPE): Delete.
920         (MASK_FLOAT128_KEYWORD): Define new shortcut macro.
921         (RS6000BTM_FLOAT128): Define in terms of -mfloat128, not
922         -mfloat128-type.
923         * doc/invoke.texi (RS/6000 and PowerPC Options): Update
924         documentation for -mfloat128.
926 2017-09-06  Olivier Hainque  <hainque@adacore.com>
928         * config.gcc (powerpc-wrs-vxworksspe): Now match as vxworks*spe.
930 2017-09-06  Wish Wu  <wishwu007@gmail.com>
931             Jakub Jelinek  <jakub@redhat.com>
933         * asan.c (initialize_sanitizer_builtins): Add
934         BT_FN_VOID_UINT8_UINT8, BT_FN_VOID_UINT16_UINT16,
935         BT_FN_VOID_UINT32_UINT32, BT_FN_VOID_UINT64_UINT64,
936         BT_FN_VOID_FLOAT_FLOAT, BT_FN_VOID_DOUBLE_DOUBLE and
937         BT_FN_VOID_UINT64_PTR variables.
938         * builtin-types.def (BT_FN_VOID_UINT8_UINT8): New fn type.
939         (BT_FN_VOID_UINT16_UINT16): Likewise.
940         (BT_FN_VOID_UINT32_UINT32): Likewise.
941         (BT_FN_VOID_FLOAT_FLOAT): Likewise.
942         (BT_FN_VOID_DOUBLE_DOUBLE): Likewise.
943         (BT_FN_VOID_UINT64_PTR): Likewise.
944         * common.opt (flag_sanitize_coverage): New variable.
945         (fsanitize-coverage=trace-pc): Remove.
946         (fsanitize-coverage=): Add.
947         * flag-types.h (enum sanitize_coverage_code): New enum.
948         * fold-const.c (fold_range_test): Disable non-short-circuit
949         optimization if flag_sanitize_coverage.
950         (fold_truth_andor): Likewise.
951         * tree-ssa-ifcombine.c (ifcombine_ifandif): Likewise.
952         * opts.c (COVERAGE_SANITIZER_OPT): Define.
953         (coverage_sanitizer_opts): New array.
954         (get_closest_sanitizer_option): Add OPTS argument, handle also
955         OPT_fsanitize_coverage_.
956         (parse_sanitizer_options): Adjusted to also handle
957         OPT_fsanitize_coverage_.
958         (common_handle_option): Add OPT_fsanitize_coverage_.
959         * sancov.c (instrument_comparison, instrument_switch): New function.
960         (sancov_pass): Add trace-cmp support.
961         * sanitizer.def (BUILT_IN_SANITIZER_COV_TRACE_CMP1,
962         BUILT_IN_SANITIZER_COV_TRACE_CMP2, BUILT_IN_SANITIZER_COV_TRACE_CMP4,
963         BUILT_IN_SANITIZER_COV_TRACE_CMP8,
964         BUILT_IN_SANITIZER_COV_TRACE_CONST_CMP1,
965         BUILT_IN_SANITIZER_COV_TRACE_CONST_CMP2,
966         BUILT_IN_SANITIZER_COV_TRACE_CONST_CMP4,
967         BUILT_IN_SANITIZER_COV_TRACE_CONST_CMP8,
968         BUILT_IN_SANITIZER_COV_TRACE_CMPF, BUILT_IN_SANITIZER_COV_TRACE_CMPD,
969         BUILT_IN_SANITIZER_COV_TRACE_SWITCH): New builtins.
970         * doc/invoke.texi: Document -fsanitize-coverage=trace-cmp.
972 2017-09-06  Richard Earnshaw  <rearnsha@arm.com>
974         * config/arm/parsecpu.awk (fatal): Note that we've encountered an
975         error.  Only quit immediately if parsing is complete.
976         (BEGIN): Initialize fatal_err and parse_done.
977         (begin fpu, end fpu): Check number of arguments.
978         (begin arch, end arch): Likewise.
979         (begin cpu, end cpu): Likewise.
980         (cname, tune for, tune flags, architecture, fpu, option): Likewise.
981         (optalias): Likewise.
983 2017-09-06  Richard Earnshaw  <rearnsha@arm.com>
985         * config.gcc (arm*-*-*): Don't add arm-isa.h to tm_p_file.
986         * config/arm/arm-isa.h: Delete.  Move definitions to ...
987         * arm-cpus.in: ... here.  Use new feature and fgroup values.
988         * config/arm/arm.c (arm_option_override): Use lower case for feature
989         bit names.
990         * config/arm/arm.h (TARGET_HARD_FLOAT): Likewise.
991         (TARGET_VFP3, TARGET_VFP5, TARGET_FMA): Likewise.
992         * config/arm/parsecpu.awk (END): Add new command 'isa'.
993         (isa_pfx): Delete.
994         (print_isa_bits_for): New function.
995         (gen_isa): New function.
996         (gen_comm_data): Use print_isa_bits_for.
997         (define feature): New keyword.
998         (define fgroup): New keyword.
999         * config/arm/t-arm (OPTIONS_H_EXTRA): Add arm-isa.h
1000         (arm-isa.h): Add rule to generate file.
1001         * common/config/arm/arm-common.c: (arm_canon_arch_option): Use lower
1002         case for feature bit names.
1004 2017-09-06  Richard Biener  <rguenther@suse.de>
1006         * tree-ssa-pre.c (NECESSARY): Remove.
1007         (create_expression_by_pieces): Do not touch pass-local flags.
1008         (insert_into_preds_of_block): Likewise.
1009         (do_pre_regular_insertion): Likewise.
1010         (eliminate_insert): Likewise.
1011         (eliminate_dom_walker::before_dom_children): Likewise.
1012         (fini_eliminate): Do not look at inserted_exprs.
1013         (mark_operand_necessary): Remove.
1014         (remove_dead_inserted_code): Replace with simple work-list
1015         algorithm based on inserted_exprs and SSA uses.
1016         (pass_pre::execute): Re-order fini_eliminate and
1017         remove_dead_inserted_code.
1019 2017-09-06  Olivier Hainque  <hainque@adacore.com>
1021         * config/powerpcspe/vxworks.h (VXCPU_FOR_8548): Correct definition
1022         for VxWorks 7.  Adjust surrounding comments.
1024 2017-09-06  Richard Biener  <rguenther@suse.de>
1026         * gimple-ssa-strength-reduction.c
1027         (find_candidates_dom_walker::before_dom_children): Also allow
1028         pointer types.
1030 2017-09-06  Richard Biener  <rguenther@suse.de>
1032         PR tree-optimization/82108
1033         * tree-vect-stmts.c (vectorizable_load): Fix pointer adjustment
1034         for gap in the non-permutation SLP case.
1036 2017-09-06  Martin Jambor  <mjambor@suse.cz>
1038         PR tree-optimization/82078
1039         * tree-sra.c (sort_and_splice_var_accesses): Move call to
1040         add_access_to_work_queue...
1041         (build_accesses_from_assign): ...here.
1042         (propagate_all_subaccesses): Make sure racc is the group
1043         representative, if there is one.
1045 2017-09-06  Jakub Jelinek  <jakub@redhat.com>
1047         PR middle-end/82095
1048         * varasm.c (categorize_decl_for_section): Use SECCAT_TBSS for TLS vars with
1049         NULL DECL_INITIAL.
1051 2017-09-06  Richard Biener  <rguenther@suse.de>
1053         * gimple-ssa-strength-reduction.c
1054         (find_candidates_dom_walker::before_doom_children): Use a
1055         type and not a mode check.
1057 2017-09-06  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1059         PR target/77308
1060         * config/arm/predicates.md (arm_general_adddi_operand): Create new
1061         non-vfp predicate.
1062         * config/arm/arm.md (*arm_adddi3, *arm_subdi3): Use new predicates.
1064 2017-09-05  Jeff Law  <law@redhat.com>
1066         PR tree-optimization/64910
1067         * tree-ssa-reassoc.c (reassociate_bb): Restrict last change to
1068         cases where we have 3 or more operands.
1070 2017-09-05  Jakub Jelinek  <jakub@redhat.com>
1072         PR middle-end/81768
1073         * omp-low.c (lower_omp_for): Recompute tree invariant if
1074         gimple_omp_for_initial/final is ADDR_EXPR.
1076         PR middle-end/81768
1077         * omp-expand.c (expand_omp_simd): Force second operands of COND_EXPR
1078         into gimple val before gimplification fo the COND_EXPR.
1080 2017-09-05  Aldy Hernandez  <aldyh@redhat.com>
1082         * tree-ssa-threadupdate.c (duplicate_thread_path): Remove unused
1083         REGION_COPY argument.
1084         (thread_through_all_blocks): Remove unused argument to
1085         duplicate_thread_path.
1087 2017-09-05  Richard Sandiford  <richard.sandiford@linaro.org>
1088             Alan Hayward  <alan.hayward@arm.com>
1089             David Sherwood  <david.sherwood@arm.com>
1091         * config/aarch64/aarch64-protos.h (aarch64_gen_adjusted_ldpstp):
1092         Take a scalar_mode rather than a machine_mode.
1093         (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
1094         * config/aarch64/aarch64.c (aarch64_simd_container_mode): Likewise.
1095         (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
1096         (aarch64_gen_adjusted_ldpstp): Likewise.
1097         (aarch64_expand_vector_init): Use scalar_mode instead of machine_mode.
1099 2017-09-05  Richard Sandiford  <richard.sandiford@linaro.org>
1100             Alan Hayward  <alan.hayward@arm.com>
1101             David Sherwood  <david.sherwood@arm.com>
1103         * config/aarch64/aarch64-protos.h (aarch64_is_extend_from_extract):
1104         Take a scalar_int_mode instead of a machine_mode.
1105         (aarch64_mask_and_shift_for_ubfiz_p): Likewise.
1106         (aarch64_output_scalar_simd_mov_immediate): Likewise.
1107         (aarch64_simd_scalar_immediate_valid_for_move): Likewise.
1108         (aarch64_simd_attr_length_rglist): Delete.
1109         * config/aarch64/aarch64.c (aarch64_is_extend_from_extract): Take
1110         a scalar_int_mode instead of a machine_mode.
1111         (aarch64_add_offset): Likewise.
1112         (aarch64_internal_mov_immediate): Likewise
1113         (aarch64_add_constant_internal): Likewise.
1114         (aarch64_add_constant): Likewise.
1115         (aarch64_movw_imm): Likewise.
1116         (aarch64_rtx_arith_op_extract_p): Likewise.
1117         (aarch64_mask_and_shift_for_ubfiz_p): Likewise.
1118         (aarch64_simd_scalar_immediate_valid_for_move): Likewise.
1119         Remove assert that the mode isn't a vector.
1120         (aarch64_output_scalar_simd_mov_immediate): Likewise.
1121         (aarch64_expand_mov_immediate): Update calls after above changes.
1122         (aarch64_output_casesi): Use as_a <scalar_int_mode>.
1123         (aarch64_and_bitmask_imm): Check for scalar integer modes.
1124         (aarch64_move_imm): Likewise.
1125         (aarch64_can_const_movi_rtx_p): Likewise.
1126         (aarch64_strip_extend): Likewise.
1127         (aarch64_extr_rtx_p): Likewise.
1128         (aarch64_rtx_costs): Likewise, using wode_mode as the mode of
1129         a CONST_INT when the mode parameter is VOIDmode.
1130         (aarch64_float_const_rtx_p): Use scalar_int_mode for a temporary.
1132 2017-09-05  Richard Sandiford  <richard.sandiford@linaro.org>
1134         * machmode.h (bitwise_mode_for_mode): Return opt_mode.
1135         * stor-layout.c (bitwise_mode_for_mode): Likewise.
1136         (bitwise_type_for_mode): Update accordingly.
1138 2017-09-05  Richard Sandiford  <richard.sandiford@linaro.org>
1140         * stor-layout.h (mode_for_size_tree): Return an opt_mode.
1141         * stor-layout.c (mode_for_size_tree): Likewise.
1142         (mode_for_array): Update accordingly.
1143         (layout_decl): Likewise.
1144         (compute_record_mode): Likewise.  Only set the mode once.
1146 2017-09-05  Richard Sandiford  <richard.sandiford@linaro.org>
1148         * target.def (get_mask_mode): Change return type to opt_mode.
1149         Expand commentary.
1150         * doc/tm.texi: Regenerate.
1151         * targhooks.h (default_get_mask_mode): Return an opt_mode.
1152         * targhooks.c (default_get_mask_mode): Likewise.
1153         * config/i386/i386.c (ix86_get_mask_mode): Likewise.
1154         * optabs-query.c (can_vec_mask_load_store_p): Update use of
1155         targetm.get_mask_mode.
1156         * tree.c (build_truth_vector_type): Likewise.
1158 2017-09-05  Richard Sandiford  <richard.sandiford@linaro.org>
1160         * machmode.h (mode_for_vector): Return an opt_mode.
1161         * stor-layout.c (mode_for_vector): Likewise.
1162         (mode_for_int_vector): Update accordingly.
1163         (layout_type): Likewise.
1164         * config/i386/i386.c (emit_memmov): Likewise.
1165         (ix86_expand_set_or_movmem): Likewise.
1166         (ix86_expand_vector_init): Likewise.
1167         (ix86_get_mask_mode): Likewise.
1168         * config/powerpcspe/powerpcspe.c (rs6000_expand_vec_perm_const_1):
1169         Likewise.
1170         * config/rs6000/rs6000.c (rs6000_expand_vec_perm_const_1): Likewise.
1171         * expmed.c (extract_bit_field_1): Likewise.
1172         * expr.c (expand_expr_real_2): Likewise.
1173         * optabs-query.c (can_vec_perm_p): Likewise.
1174         (can_vec_mask_load_store_p): Likewise.
1175         * optabs.c (expand_vec_perm): Likewise.
1176         * targhooks.c (default_get_mask_mode): Likewise.
1177         * tree-vect-stmts.c (vectorizable_store): Likewise.
1178         (vectorizable_load): Likewise.
1179         (get_vectype_for_scalar_type_and_size): Likewise.
1181 2017-09-05  Richard Sandiford  <richard.sandiford@linaro.org>
1183         * machmode.h (mode_for_int_vector): New function.
1184         * stor-layout.c (mode_for_int_vector): Likewise.
1185         * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Use it.
1186         * config/powerpcspe/powerpcspe.c (rs6000_do_expand_vec_perm): Likewise.
1187         * config/rs6000/rs6000.c (rs6000_do_expand_vec_perm): Likewise.
1188         * config/s390/s390.c (s390_expand_vec_compare_cc): Likewise.
1189         (s390_expand_vcond): Likewise.
1191 2017-09-05  Richard Sandiford  <richard.sandiford@linaro.org>
1193         * machmode.h (opt_machine_mode): New type.
1194         (opt_mode<T>): Allow construction from anything that can be
1195         converted to a T.
1196         (is_a, as_a, dyn_cast): Add overloads for opt_mode.
1197         (mode_for_size): Return an opt_machine_mode.
1198         * stor-layout.c (mode_for_size): Likewise.
1199         (mode_for_size_tree): Update call accordingly.
1200         (bitwise_mode_for_mode): Likewise.
1201         (make_fract_type): Likewise.
1202         (make_accum_type): Likewise.
1203         * caller-save.c (replace_reg_with_saved_mem): Update call
1204         accordingly.
1205         * config/alpha/alpha.h (SECONDARY_MEMORY_NEEDED_MODE): Likewise.
1206         * config/i386/i386.h (SECONDARY_MEMORY_NEEDED_MODE): Likewise.
1207         * config/s390/s390.h (SECONDARY_MEMORY_NEEDED_MODE): Likewise.
1208         * config/sparc/sparc.h (SECONDARY_MEMORY_NEEDED_MODE): Likewise.
1209         * expmed.c (extract_bit_field_1): Likewise.
1210         * reload.c (get_secondary_mem): Likewise.
1211         * varasm.c (assemble_integer): Likewise.
1212         * lower-subreg.c (simplify_subreg_concatn): Likewise.  Move
1213         early-out.
1215 2017-09-05  Richard Sandiford  <richard.sandiford@linaro.org>
1217         * machmode.h (decimal_float_mode_for_size): New function.
1218         * real.h (REAL_VALUE_TO_TARGET_LONG_DOUBLE): Use float_mode_for_size.
1219         (REAL_VALUE_TO_TARGET_DOUBLE): Likewise.
1220         (REAL_VALUE_TO_TARGET_SINGLE): Likewise.
1221         (REAL_VALUE_TO_TARGET_DECIMAL128): Use decimal_float_mode_for_size.
1222         (REAL_VALUE_TO_TARGET_DECIMAL64): Likewise.
1223         (REAL_VALUE_TO_TARGET_DECIMAL32): Likewise.
1225 2017-09-05  Richard Sandiford  <richard.sandiford@linaro.org>
1227         * builtins.c (expand_builtin_powi): Use int_mode_for_size.
1228         (get_builtin_sync_mode): Likewise.
1229         (expand_ifn_atomic_compare_exchange): Likewise.
1230         (expand_builtin_atomic_clear): Likewise.
1231         (expand_builtin_atomic_test_and_set): Likewise.
1232         (fold_builtin_atomic_always_lock_free): Likewise.
1233         * calls.c (compute_argument_addresses): Likewise.
1234         (emit_library_call_value_1): Likewise.
1235         (store_one_arg): Likewise.
1236         * combine.c (combine_instructions): Likewise.
1237         * config/aarch64/aarch64.c (aarch64_function_value): Likewise.
1238         * config/arm/arm.c (arm_function_value): Likewise.
1239         (aapcs_allocate_return_reg): Likewise.
1240         * config/c6x/c6x.c (c6x_expand_movmem): Likewise.
1241         * config/i386/i386.c (construct_container): Likewise.
1242         (ix86_gimplify_va_arg): Likewise.
1243         (ix86_expand_sse_cmp): Likewise.
1244         (emit_memmov): Likewise.
1245         (emit_memset): Likewise.
1246         (expand_small_movmem_or_setmem): Likewise.
1247         (ix86_expand_pextr): Likewise.
1248         (ix86_expand_pinsr): Likewise.
1249         * config/lm32/lm32.c (lm32_block_move_inline): Likewise.
1250         * config/microblaze/microblaze.c (microblaze_block_move_straight):
1251         Likewise.
1252         * config/mips/mips.c (mips_function_value_1) Likewise.
1253         (mips_block_move_straight): Likewise.
1254         (mips_expand_ins_as_unaligned_store): Likewise.
1255         * config/powerpcspe/powerpcspe.c
1256         (rs6000_darwin64_record_arg_advance_flush): Likewise.
1257         (rs6000_darwin64_record_arg_flush): Likewise.
1258         * config/rs6000/rs6000.c
1259         (rs6000_darwin64_record_arg_advance_flush): Likewise.
1260         (rs6000_darwin64_record_arg_flush): Likewise.
1261         * config/sparc/sparc.c (sparc_function_arg_1): Likewise.
1262         (sparc_function_value_1): Likewise.
1263         * config/spu/spu.c (adjust_operand): Likewise.
1264         (spu_emit_branch_or_set): Likewise.
1265         (arith_immediate_p): Likewise.
1266         * emit-rtl.c (gen_lowpart_common): Likewise.
1267         * expr.c (expand_expr_real_1): Likewise.
1268         * function.c (assign_parm_setup_block): Likewise.
1269         * gimple-ssa-store-merging.c (encode_tree_to_bitpos): Likewise.
1270         * reload1.c (alter_reg): Likewise.
1271         * stor-layout.c (mode_for_vector): Likewise.
1272         (layout_type): Likewise.
1274 2017-09-05  Richard Sandiford  <richard.sandiford@linaro.org>
1276         * config/spu/spu.c (exp2_immediate_p): Use int_mode_for_mode.
1277         (spu_convert_move): Likewise.
1278         * lower-subreg.c (resolve_simple_move): Likewise.
1280 2017-09-05  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1282         PR target/81833
1283         * config/rs6000/altivec.md (altivec_vsum2sws): Convert from a
1284         define_insn to a define_expand.
1285         (altivec_vsum2sws_direct): New define_insn.
1286         (altivec_vsumsws): Convert from a define_insn to a define_expand.
1288 2017-09-05  Wilco Dijkstra  <wdijkstr@arm.com>
1290         * config/arm/arm.c (arm_option_params_internal): Improve setting of
1291         max_insns_skipped.
1293 2017-09-05  H.J. Lu  <hongjiu.lu@intel.com>
1295         PR target/59501
1296         PR target/81624
1297         PR target/81769
1298         * config/i386/i386.c (ix86_finalize_stack_frame_flags): Don't
1299         realign stack if stack alignment needed is less than incoming
1300         stack boundary.
1302 2017-09-05  Marek Polacek  <polacek@redhat.com>
1304         PR sanitizer/82072
1305         * convert.c (convert_to_integer_1) <case NEGATE_EXPR>: Move the ubsan
1306         check earlier.
1308 2017-09-05  Wilco Dijkstra  <wdijkstr@arm.com>
1310         * explow.c (get_dynamic_stack_size): Improve dynamic alignment.
1312 2017-09-05  Richard Biener  <rguenther@suse.de>
1314         PR tree-optimization/82084
1315         * fold-const.c (can_native_encode_string_p): Handle wide characters.
1317 2017-09-05  Richard Biener  <rguenther@suse.de>
1319         PR tree-optimization/82102
1320         * tree-ssa-pre.c (fini_eliminate): Check if lhs is NULL.
1322 2017-09-05  Martin Liska  <mliska@suse.cz>
1324         PR tree-optimization/82032
1325         * tree-cfg.c (generate_range_test): New function.
1326         * tree-cfg.h (generate_range_test): Declared here.
1327         * tree-cfgcleanup.c (convert_single_case_switch): New function.
1328         (cleanup_control_expr_graph): Use it.
1329         * tree-switch-conversion.c (try_switch_expansion): Remove
1330         assert.
1331         (emit_case_nodes): Use generate_range_test.
1333 2017-09-04  Uros Bizjak  <ubizjak@gmail.com>
1335         PR target/82098
1336         * config/i386/i386.md (*<btsc><mode>_mask): Add
1337         TARGET_USE_BT to insn constraint.
1338         (*btr<mode>_mask): Ditto.
1340 2017-09-04  Wilco Dijkstra  <wdijkstr@arm.com>
1342         * config/arm/arm.c (arm_legitimate_index_p): Add comment.
1343         (thumb2_legitimate_index_p): Use correct range for DI/DF mode.
1345 2017-09-04  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1347         PR target/77308
1348         * config/arm/arm.md (*arm_adddi3, *arm_subdi3): Split early except for
1349         TARGET_NEON and TARGET_IWMMXT.
1350         (anddi3, iordi3, xordi3, one_cmpldi2): Split while expanding except for
1351         TARGET_NEON and TARGET_IWMMXT.
1352         (*one_cmpldi2_insn): Moved the body of one_cmpldi2 here.
1354 2017-09-04  Uros Bizjak  <ubizjak@gmail.com>
1356         * config/i386/i386-protos.h (ix86_tls_address_pattern_p) New prototype.
1357         (ix86_rewrite_tls_address): Ditto.
1358         * config/i386/i386.c (ix86_tls_address_pattern_p) New function.
1359         (ix86_rewrite_tls_address_1): Ditto.
1360         (ix86_rewrite_tls_address): Ditto.
1361         * config/i386/predicates.md (tls_address_pattern): New predicate.
1362         * config/i386/i386.md (TLS address splitter): New splitter.
1364 2017-09-04  Richard Biener  <rguenther@suse.de>
1366         PR tree-optimization/82084
1367         * fold-const.h (can_native_encode_string_p): Declare.
1368         * fold-const.c (can_native_encode_string_p): Factor out from ...
1369         (native_encode_string): ... here.
1370         * tree-vect-stmts.c (vectorizable_store): Call it to avoid
1371         vectorizing stores from constants we later cannot handle.
1373 2017-09-04  Marek Polacek  <polacek@redhat.com>
1375         PR c/81783
1376         * doc/invoke.texi: Update -Wtautological-compare documentation.
1378 2017-09-04  Jeff Law  <law@redhat.com>
1380         PR tree-optimization/64910
1381         * tree-ssa-reassoc.c (reassociate_bb): For bitwise binary ops,
1382         swap the first and last operand if the last is a constant.
1384 2017-09-04  Marek Polacek  <polacek@redhat.com>
1386         PR sanitizer/82072
1387         * convert.c (do_narrow): When sanitizing signed integer overflows,
1388         bail out for signed types.
1389         (convert_to_integer_1) <case NEGATE_EXPR>: Likewise.
1391 2017-09-04  Richard Biener  <rguenther@suse.de>
1393         PR tree-optimization/82060
1394         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
1395         Move devirtualization after stmt folding and before EH/AB/noreturn
1396         cleanup to get the stmt refs canonicalized.  Use a bool instead
1397         of gimple_modified_p since that doesn't work for NOPs.  Schedule
1398         NOPs generated by folding for removal.
1400 2017-09-04  Richard Sandiford  <richard.sandiford@linaro.org>
1401             Alan Hayward  <alan.hayward@arm.com>
1402             David Sherwood  <david.sherwood@arm.com>
1404         * coretypes.h (pad_direction): New enum.
1405         * defaults.h (DEFAULT_FUNCTION_ARG_PADDING): Delete.
1406         (FUNCTION_ARG_PADDING): Likewise.
1407         * target.def (function_arg_padding): New hook.
1408         * targhooks.h (default_function_arg_padding): Declare.
1409         * targhooks.c (default_function_arg_padding): New function.
1410         * doc/tm.texi.in (FUNCTION_ARG_PADDING): Replace with...
1411         (TARGET_FUNCTION_ARG_PADDING): ...this.
1412         * doc/tm.texi: Regenerate.
1413         * calls.c (store_unaligned_arguments_into_pseudos): Use pad_direction
1414         instead of direction.
1415         (compute_argument_addresses): Likewise.
1416         (load_register_parameters): Likewise.
1417         (emit_library_call_value_1): Likewise.
1418         (store_one_arg): Use targetm.calls.function_arg_padding instead
1419         of FUNCTION_ARG_PADDING.
1420         (must_pass_in_stack_var_size_or_pad): Likewise.
1421         * expr.c (emit_group_load_1): Use pad_direction instead of direction.
1422         (emit_group_store): Likewise.
1423         (emit_single_push_insn_1): Use targetm.calls.function_arg_padding
1424         instead of FUNCTION_ARG_PADDING.
1425         (emit_push_insn): Likewise, and propagate enum change throughout
1426         function.
1427         * function.h (direction): Delete.
1428         (locate_and_pad_arg_data::where_pad): Use pad_direction instead
1429         of direction.
1430         * function.c (assign_parm_find_stack_rtl): Likewise.
1431         (assign_parm_setup_block_p): Likewise.
1432         (assign_parm_setup_block): Likewise.
1433         (gimplify_parameters): Likewise.
1434         (locate_and_pad_parm): Use targetm.calls.function_arg_padding
1435         instead of FUNCTION_ARG_PADDING, and propagate enum change throughout
1436         function.
1437         * config/aarch64/aarch64.h (FUNCTION_ARG_PADDING): Delete.
1438         (BLOCK_REG_PADDING): Use pad_direction instead of direction.
1439         * config/aarch64/aarch64-protos.h (aarch64_pad_arg_upward): Delete.
1440         * config/aarch64/aarch64.c (aarch64_pad_arg_upward): Replace with...
1441         (aarch64_function_arg_padding): ...this new function.
1442         (aarch64_gimplify_va_arg_expr): Use pad_direction instead of direction.
1443         (TARGET_FUNCTION_ARG_PADDING): Redefine.
1444         * config/arm/arm.h (FUNCTION_ARG_PADDING): Delete.
1445         (BLOCK_REG_PADDING): Use pad_direction instead of direction.
1446         * config/arm/arm-protos.h (arm_pad_arg_upward): Delete.
1447         * config/arm/arm.c (TARGET_FUNCTION_ARG_PADDING): Redefine.
1448         (arm_pad_arg_upward): Replace with...
1449         (arm_function_arg_padding): ...this new function.
1450         * config/c6x/c6x.h (BLOCK_REG_PADDING): Use pad_direction instead
1451         of direction.
1452         * config/ia64/hpux.h (FUNCTION_ARG_PADDING): Delete.
1453         * config/ia64/ia64-protos.h (ia64_hpux_function_arg_padding): Delete.
1454         * config/ia64/ia64.c (TARGET_FUNCTION_ARG_PADDING): Redefine.
1455         (ia64_hpux_function_arg_padding): Replace with...
1456         (ia64_function_arg_padding): ...this new function.  Use pad_direction
1457         instead of direction.  Check for TARGET_HPUX.
1458         * config/iq2000/iq2000.h (FUNCTION_ARG_PADDING): Delete.
1459         * config/iq2000/iq2000.c (TARGET_FUNCTION_ARG_PADDING): Redefine.
1460         (iq2000_function_arg_padding): New function.
1461         * config/mips/mips-protos.h (mips_pad_arg_upward): Delete.
1462         * config/mips/mips.c (mips_pad_arg_upward): Replace with...
1463         (mips_function_arg_padding): ...this new function.
1464         (mips_pad_reg_upward): Update accordingly.
1465         (TARGET_FUNCTION_ARG_PADDING): Redefine.
1466         * config/mips/mips.h (PAD_VARARGS_DOWN): Use
1467         targetm.calls.function_arg_padding.
1468         (FUNCTION_ARG_PADDING): Delete.
1469         (BLOCK_REG_PADDING): Use pad_direction instead of direction.
1470         * config/nios2/nios2.h (FUNCTION_ARG_PADDING): Delete.
1471         (PAD_VARARGS_DOWN): Use targetm.calls.function_arg_padding.
1472         * config/nios2/nios2-protos.h (nios2_function_arg_padding): Delete.
1473         (nios2_block_reg_padding): Return pad_direction instead of direction.
1474         * config/nios2/nios2.c (nios2_block_reg_padding): Return pad_direction
1475         instead of direction.
1476         (nios2_function_arg_padding): Likewise.  Make static.
1477         (TARGET_FUNCTION_ARG_PADDING): Redefine.
1478         * config/pa/pa.h (FUNCTION_ARG_PADDING): Delete.
1479         (BLOCK_REG_PADDING): Use targetm.calls.function_arg_padding.
1480         * config/pa/pa-protos.h (pa_function_arg_padding): Delete.
1481         * config/pa/pa.c (TARGET_FUNCTION_ARG_PADDING): Redefine.
1482         (pa_function_arg_padding): Make static.  Return pad_direction instead
1483         of direction.
1484         * config/powerpcspe/powerpcspe.h (FUNCTION_ARG_PADDING): Delete.
1485         (PAD_VARARGS_DOWN): Use targetm.calls.function_arg_padding.
1486         * config/powerpcspe/aix.h (BLOCK_REG_PADDING): Use pad_direction
1487         instead of direction.  Use targetm.calls.function_arg_padding.
1488         * config/powerpcspe/darwin.h (BLOCK_REG_PADDING): Likewise.
1489         * config/powerpcspe/freebsd64.h (BLOCK_REG_PADDING): Likewise.
1490         * config/powerpcspe/linux64.h (BLOCK_REG_PADDING): Likewise.
1491         * config/powerpcspe/powerpcspe-protos.h (function_arg_padding): Delete.
1492         * config/powerpcspe/powerpcspe.c (TARGET_FUNCTION_ARG_PADDING):
1493         Redefine.
1494         (function_arg_padding): Rename to...
1495         (rs6000_function_arg_padding): ...this.  Make static.  Return
1496         pad_direction instead of direction.
1497         (rs6000_return_in_msb): Use rs6000_function_arg_padding.
1498         * config/rs6000/rs6000.h (FUNCTION_ARG_PADDING): Delete.
1499         (PAD_VARARGS_DOWN): Use targetm.calls.function_arg_padding.
1500         * config/rs6000/aix.h (BLOCK_REG_PADDING): Use pad_direction
1501         instead of direction.  Use targetm.calls.function_arg_padding.
1502         * config/rs6000/darwin.h (BLOCK_REG_PADDING): Likewise.
1503         * config/rs6000/freebsd64.h (BLOCK_REG_PADDING): Likewise.
1504         * config/rs6000/linux64.h (BLOCK_REG_PADDING): Likewise.
1505         * config/rs6000/rs6000-protos.h (function_arg_padding): Delete.
1506         * config/rs6000/rs6000.c (TARGET_FUNCTION_ARG_PADDING): Redefine.
1507         (function_arg_padding): Rename to...
1508         (rs6000_function_arg_padding): ...this.  Make static.  Return
1509         pad_direction instead of direction.
1510         (rs6000_return_in_msb): Use rs6000_function_arg_padding.
1511         * config/s390/s390.h (FUNCTION_ARG_PADDING): Delete.
1512         * config/s390/s390.c (s390_function_arg_padding): New function.
1513         (TARGET_FUNCTION_ARG_PADDING): Redefine.
1514         * config/sparc/sparc.h (FUNCTION_ARG_PADDING): Delete.
1515         * config/sparc/sparc-protos.h (function_arg_padding): Delete.
1516         * config/sparc/sparc.c (TARGET_FUNCTION_ARG_PADDING): Redefine.
1517         (function_arg_padding): Rename to...
1518         (sparc_function_arg_padding): ...this.  Make static.  Return
1519         pad_direction instead of direction.
1520         * config/spu/spu.h (FUNCTION_ARG_PADDING): Delete.
1521         * config/spu/spu.c (spu_function_arg_padding): New function.
1522         (TARGET_FUNCTION_ARG_PADDING): Redefine.
1523         * system.h (FUNCTION_ARG_PADDING): Poison.
1525 2017-09-04  Richard Sandiford  <richard.sandiford@linaro.org>
1526             Alan Hayward  <alan.hayward@arm.com>
1527             David Sherwood  <david.sherwood@arm.com>
1529         * target.def (modes_tieable_p): New hook.
1530         * doc/tm.texi (MODES_TIEABLE_P): Replace with...
1531         (TARGET_MODES_TIEABLE_P): ...this.
1532         * doc/tm.texi.in: Regenerate.
1533         * hooks.h (hook_bool_mode_mode_true): Declare.
1534         * hooks.c (hook_bool_mode_mode_true): New function.
1535         * combine.c (subst): Use targetm.modes_tieable_p instead of
1536         MODES_TIEABLE_P.
1537         * dse.c (find_shift_sequence): Likewise.
1538         * expmed.c (extract_low_bits): Likewise.
1539         * lower-subreg.c: Include target.h.
1540         (find_decomposable_subregs): Use targetm.modes_tieable_p instead of
1541         MODES_TIEABLE_P.
1542         * rtlanal.c (rtx_cost): Likewise.
1543         * config/aarch64/aarch64.h (MODES_TIEABLE_P): Delete.
1544         * config/aarch64/aarch64-protos.h (aarch64_modes_tieable_p): Delete.
1545         * config/aarch64/aarch64.c (aarch64_modes_tieable_p): Make static.
1546         (TARGET_MODES_TIEABLE_P): Redefine.
1547         * config/alpha/alpha.h (MODES_TIEABLE_P): Delete.
1548         * config/alpha/alpha.c (alpha_modes_tieable_p): New function.
1549         (TARGET_MODES_TIEABLE_P): Redefine.
1550         * config/arc/arc.h (MODES_TIEABLE_P): Delete.
1551         * config/arc/arc.c (TARGET_MODES_TIEABLE_P): Redefine.
1552         (arc_modes_tieable_p): New function.
1553         * config/arm/arm.h (MODES_TIEABLE_P): Delete.
1554         * config/arm/arm-protos.h (arm_modes_tieable_p): Delete.
1555         * config/arm/arm.c (TARGET_MODES_TIEABLE_P): Redefine.
1556         (arm_modes_tieable_p): Make static.
1557         * config/avr/avr.h (MODES_TIEABLE_P): Delete.
1558         * config/bfin/bfin.h (MODES_TIEABLE_P): Delete.
1559         * config/bfin/bfin.c (bfin_modes_tieable_p): New function.
1560         (TARGET_MODES_TIEABLE_P): Redefine.
1561         * config/c6x/c6x.h (MODES_TIEABLE_P): Delete.
1562         * config/c6x/c6x.c (c6x_modes_tieable_p): New function.
1563         (TARGET_MODES_TIEABLE_P): Redefine.
1564         * config/cr16/cr16.h (MODES_TIEABLE_P): Delete.
1565         * config/cr16/cr16.c (TARGET_MODES_TIEABLE_P): Redefine.
1566         (cr16_modes_tieable_p): New function.
1567         * config/cris/cris.h (MODES_TIEABLE_P): Delete.
1568         * config/epiphany/epiphany.h (MODES_TIEABLE_P): Delete.
1569         * config/fr30/fr30.h (MODES_TIEABLE_P): Delete.
1570         (TRULY_NOOP_TRUNCATION): Update comment.
1571         * config/frv/frv.h (MODES_TIEABLE_P): Delete.
1572         (TRULY_NOOP_TRUNCATION): Update comment.
1573         * config/frv/frv.c (TARGET_MODES_TIEABLE_P): Redefine.
1574         (frv_modes_tieable_p): New function.
1575         * config/ft32/ft32.h (MODES_TIEABLE_P): Delete.
1576         * config/h8300/h8300.h (MODES_TIEABLE_P): Delete.
1577         * config/h8300/h8300.c (h8300_modes_tieable_p): New function.
1578         (TARGET_MODES_TIEABLE_P): Redefine.
1579         * config/i386/i386.h (MODES_TIEABLE_P): Delete.
1580         * config/i386/i386-protos.h (ix86_modes_tieable_p): Delete.
1581         * config/i386/i386.c (ix86_modes_tieable_p): Make static.
1582         (TARGET_MODES_TIEABLE_P): Redefine.
1583         * config/ia64/ia64.h (MODES_TIEABLE_P): Delete.
1584         * config/ia64/ia64.c (TARGET_MODES_TIEABLE_P): Redefine.
1585         (ia64_modes_tieable_p): New function.
1586         * config/iq2000/iq2000.h (MODES_TIEABLE_P): Delete.
1587         * config/iq2000/iq2000.c (TARGET_MODES_TIEABLE_P): Redefine.
1588         (iq2000_modes_tieable_p): New function.
1589         * config/lm32/lm32.h (MODES_TIEABLE_P): Delete.
1590         * config/lm32/lm32.c (TARGET_MODES_TIEABLE_P): Redefine.
1591         (lm32_modes_tieable_p): New function.
1592         * config/m32c/m32c.h (MODES_TIEABLE_P): Delete.
1593         * config/m32c/m32c-protos.h (m32c_modes_tieable_p): Delete.
1594         * config/m32c/m32c.c (m32c_modes_tieable_p): Make static.
1595         (TARGET_MODES_TIEABLE_P): Redefine.
1596         * config/m32r/m32r.h (MODES_TIEABLE_P): Delete.
1597         * config/m32r/m32r.c (TARGET_MODES_TIEABLE_P): Redefine.
1598         (m32r_modes_tieable_p): New function.
1599         * config/m68k/m68k.h (MODES_TIEABLE_P): Delete.
1600         * config/m68k/m68k.c (TARGET_MODES_TIEABLE_P): Redefine.
1601         (m68k_modes_tieable_p): New function.
1602         * config/mcore/mcore.h (MODES_TIEABLE_P): Delete.
1603         * config/mcore/mcore.c (TARGET_MODES_TIEABLE_P): Redefine.
1604         (mcore_modes_tieable_p): New function.
1605         * config/microblaze/microblaze.h (MODES_TIEABLE_P): Delete.
1606         * config/microblaze/microblaze.c (microblaze_modes_tieable_p): New
1607         function.
1608         (TARGET_MODES_TIEABLE_P): Redefine.
1609         * config/mips/mips.h (MODES_TIEABLE_P): Delete.
1610         * config/mips/mips-protos.h (mips_modes_tieable_p): Delete.
1611         * config/mips/mips.c (mips_modes_tieable_p): Make static.
1612         (TARGET_MODES_TIEABLE_P): Redefine.
1613         * config/mmix/mmix.h (MODES_TIEABLE_P): Delete.
1614         * config/mn10300/mn10300.h (MODES_TIEABLE_P): Delete.
1615         * config/mn10300/mn10300-protos.h (mn10300_modes_tieable): Delete.
1616         * config/mn10300/mn10300.c (mn10300_modes_tieable): Rename to...
1617         (mn10300_modes_tieable_p): ...this and make static.
1618         (TARGET_MODES_TIEABLE_P): Redefine.
1619         * config/moxie/moxie.h (MODES_TIEABLE_P): Delete.
1620         * config/msp430/msp430.h (MODES_TIEABLE_P): Delete.
1621         * config/msp430/msp430-protos.h (msp430_modes_tieable_p): Delete.
1622         * config/msp430/msp430.c (TARGET_MODES_TIEABLE_P): Redefine.
1623         (msp430_modes_tieable_p): Make static.
1624         * config/nds32/nds32.h (MODES_TIEABLE_P): Delete.
1625         * config/nds32/nds32.c (nds32_modes_tieable_p): New function.
1626         (TARGET_MODES_TIEABLE_P): Redefine.
1627         * config/nios2/nios2.h (MODES_TIEABLE_P): Delete.
1628         * config/nvptx/nvptx.h (MODES_TIEABLE_P): Delete.
1629         * config/nvptx/nvptx.c (nvptx_modes_tieable_p): New function.
1630         (TARGET_MODES_TIEABLE_P): Redefine.
1631         * config/pa/pa.h (MODES_TIEABLE_P): Delete.
1632         * config/pa/pa-protos.h (pa_modes_tieable_p): Delete.
1633         * config/pa/pa.c (pa_modes_tieable_p): Make static.
1634         (TARGET_MODES_TIEABLE_P): Redefine.
1635         * config/pdp11/pdp11.h (MODES_TIEABLE_P): Delete.
1636         * config/pdp11/pdp11.c (TARGET_MODES_TIEABLE_P): Redefine.
1637         (pdp11_modes_tieable_p): New function.
1638         * config/powerpcspe/powerpcspe.h (MODES_TIEABLE_P): Delete.
1639         * config/powerpcspe/powerpcspe.c (TARGET_MODES_TIEABLE_P): Redefine.
1640         (rs6000_modes_tieable_p): New function.
1641         (rs6000_debug_reg_global): Use it instead of MODES_TIEABLE_P.
1642         * config/powerpcspe/powerpcspe.md: Update comment.
1643         * config/riscv/riscv.h (MODES_TIEABLE_P): Delete.
1644         * config/riscv/riscv.c (riscv_modes_tieable_p): New function.
1645         (TARGET_MODES_TIEABLE_P): Redefine.
1646         * config/rl78/rl78.h (MODES_TIEABLE_P): Delete.
1647         * config/rl78/rl78.c (TARGET_MODES_TIEABLE_P): Redefine.
1648         (rl78_modes_tieable_p): New function.
1649         * config/rs6000/rs6000.h (MODES_TIEABLE_P): Delete.
1650         * config/rs6000/rs6000.c (TARGET_MODES_TIEABLE_P): Redefine.
1651         (rs6000_modes_tieable_p): New function.
1652         (rs6000_debug_reg_global): Use it instead of MODES_TIEABLE_P.
1653         * config/rs6000/rs6000.md: Update comment.
1654         * config/rx/rx.h (MODES_TIEABLE_P): Delete.
1655         * config/rx/rx.c (rx_modes_tieable_p): New function.
1656         (TARGET_MODES_TIEABLE_P): Redefine.
1657         * config/s390/s390.h (MODES_TIEABLE_P): Delete.
1658         * config/s390/s390.c (s390_modes_tieable_p): New function.
1659         (TARGET_MODES_TIEABLE_P): Redefine.
1660         * config/sh/sh.h (MODES_TIEABLE_P): Delete.
1661         * config/sh/sh.c (TARGET_MODES_TIEABLE_P): Redefine.
1662         (sh_modes_tieable_p): New function.
1663         * config/sparc/sparc.h (MODES_TIEABLE_P): Delete.
1664         * config/sparc/sparc-protos.h (sparc_modes_tieable_p): Delete.
1665         * config/sparc/sparc.c (TARGET_MODES_TIEABLE_P): Redefine.
1666         (sparc_modes_tieable_p): Make static.
1667         * config/spu/spu.h (MODES_TIEABLE_P): Delete.
1668         * config/spu/spu.c (spu_modes_tieable_p): New function.
1669         (TARGET_MODES_TIEABLE_P): Redefine.
1670         * config/stormy16/stormy16.h (MODES_TIEABLE_P): Delete.
1671         * config/stormy16/stormy16.c (xstormy16_modes_tieable_p): New function.
1672         (TARGET_MODES_TIEABLE_P): Redefine.
1673         * config/tilegx/tilegx.h (MODES_TIEABLE_P): Delete.
1674         * config/tilepro/tilepro.h (MODES_TIEABLE_P): Delete.
1675         * config/v850/v850.h (MODES_TIEABLE_P): Delete.
1676         * config/v850/v850.c (v850_modes_tieable_p): New function.
1677         (TARGET_MODES_TIEABLE_P): Redefine.
1678         * config/vax/vax.h (MODES_TIEABLE_P): Delete.
1679         * config/visium/visium.h (MODES_TIEABLE_P): Delete.
1680         * config/visium/visium.c (TARGET_MODES_TIEABLE_P): Redefine.
1681         (visium_modes_tieable_p): New function.
1682         * config/xtensa/xtensa.h (MODES_TIEABLE_P): Delete.
1683         * config/xtensa/xtensa.c (TARGET_MODES_TIEABLE_P): Redefine.
1684         (xtensa_modes_tieable_p): New function.
1685         * system.h (MODES_TIEABLE_P): Poison.
1687 2017-09-04  Richard Sandiford  <richard.sandiford@linaro.org>
1688             Alan Hayward  <alan.hayward@arm.com>
1689             David Sherwood  <david.sherwood@arm.com>
1691         * target.def (hard_regno_mode_ok): New hook.
1692         * doc/tm.texi (HARD_REGNO_MODE_OK): Replace with...
1693         (TARGET_HARD_REGNO_MODE_OK): ...this.
1694         * doc/tm.texi.in: Regenerate.
1695         * hooks.h (hook_bool_uint_mode_true): Declare.
1696         * hooks.c (hook_bool_uint_mode_true): New function.
1697         * doc/md.texi: Refer to targetm.hard_regno_mode_ok instead of
1698         HARD_REGNO_MODE_OK.
1699         * genpreds.c (write_insn_preds_c): Add an include of target.h.
1700         * alias.c (init_alias_target): Use targetm.hard_regno_mode_ok
1701         instead of HARD_REGNO_MODE_OK.
1702         * caller-save.c: Include target.h.
1703         (reg_save_code): Use targetm.hard_regno_mode_ok instead of
1704         HARD_REGNO_MODE_OK.
1705         * combine.c (can_combine_p): Likewise.
1706         (combinable_i3pat): Likewise.
1707         (can_change_dest_mode): Likewise.
1708         * expr.c (init_expr_target): Likewise.
1709         (convert_move): Likewise.
1710         (convert_modes): Likewise.
1711         * ira.c (setup_prohibited_class_mode_regs): Likewise.
1712         (setup_prohibited_mode_move_regs): Likewise.
1713         * ira.h (target_ira): Likewise.
1714         * lra-assigns.c (find_hard_regno_for_1): Likewise.
1715         * lra-constraints.c (process_alt_operands): Likewise.
1716         (split_reg): Likewise.
1717         * recog.c (peep2_find_free_register): Likewise.
1718         * ree.c (combine_reaching_defs): Likewise.
1719         * regcprop.c (maybe_mode_change): Likewise.
1720         * reginfo.c (init_reg_sets_1): Likewise.
1721         (choose_hard_reg_mode): Likewise.
1722         (simplifiable_subregs): Likewise.
1723         * regrename.c (check_new_reg_p): Likewise.
1724         * reload.c (find_valid_class): Likewise.
1725         (find_valid_class_1): Likewise.
1726         (reload_inner_reg_of_subreg): Likewise.
1727         (push_reload): Likewise.
1728         (combine_reloads): Likewise.
1729         (find_dummy_reload): Likewise.
1730         (find_reloads): Likewise.
1731         * reload1.c (find_reg): Likewise.
1732         (set_reload_reg): Likewise.
1733         (allocate_reload_reg): Likewise.
1734         (choose_reload_regs): Likewise.
1735         (reload_adjust_reg_for_temp): Likewise.
1736         * rtlanal.c (subreg_size_offset_from_lsb): Likewise.
1737         (simplify_subreg_regno): Likewise.
1738         * sel-sched.c (init_regs_for_mode): Likewise.
1739         * varasm.c (make_decl_rtl): Likewise.
1740         * config/aarch64/aarch64.h (HARD_REGNO_MODE_OK): Delete.
1741         (MODES_TIEABLE_P): Use targetm.hard_regno_mode_ok instead of
1742         HARD_REGNO_MODE_OK.
1743         * config/aarch64/aarch64-protos.h (aarch64_hard_regno_mode_ok): Delete.
1744         * config/aarch64/aarch64.c (aarch64_hard_regno_mode_ok): Make static.
1745         (TARGET_HARD_REGNO_MODE_OK): Redefine.
1746         * config/alpha/alpha.h (HARD_REGNO_MODE_OK): Delete.
1747         * config/alpha/alpha.c (alpha_hard_regno_mode_ok): New function.
1748         (TARGET_HARD_REGNO_MODE_OK): Redefine.
1749         * config/arc/arc.h (arc_hard_regno_mode_ok): Delete.
1750         (arc_mode_class): Delete.
1751         (HARD_REGNO_MODE_OK): Delete.
1752         * config/arc/arc.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
1753         (arc_hard_regno_mode_ok): Rename old array to...
1754         (arc_hard_regno_mode_ok_modes): ...this.
1755         (arc_conditional_register_usage): Update accordingly.
1756         (arc_mode_class): Make static.
1757         (arc_hard_regno_mode_ok): New function.
1758         * config/arm/arm.h (HARD_REGNO_MODE_OK): Delete.
1759         * config/arm/arm-protos.h (arm_hard_regno_mode_ok): Delete.
1760         * config/arm/arm.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
1761         (arm_hard_regno_mode_ok): Make static.
1762         * config/arm/arm.md (movdi): Use targetm.hard_regno_mode_ok instead of
1763         HARD_REGNO_MODE_OK.
1764         * config/avr/avr-protos.h (avr_hard_regno_mode_ok): Delete.
1765         * config/avr/avr.h (HARD_REGNO_MODE_OK): Delete.
1766         * config/avr/avr.c (avr_hard_regno_mode_ok): Make static and
1767         return a bool.
1768         (TARGET_HARD_REGNO_MODE_OK): Redefine.
1769         * config/bfin/bfin-protos.h (hard_regno_mode_ok): Delete.
1770         * config/bfin/bfin.h (HARD_REGNO_MODE_OK): Delete.
1771         * config/bfin/bfin.c (hard_regno_mode_ok): Rename to...
1772         (bfin_hard_regno_mode_ok): ...this.  Make static and return a bool.
1773         (TARGET_HARD_REGNO_MODE_OK): Redefine.
1774         * config/bfin/predicates.md (valid_reg_operand): Use
1775         targetm.hard_regno_mode_ok instead of HARD_REGNO_MODE_OK.
1776         * config/c6x/c6x.h (HARD_REGNO_MODE_OK): Delete.
1777         * config/c6x/c6x.c (c6x_hard_regno_mode_ok): New function.
1778         (TARGET_HARD_REGNO_MODE_OK): Redefine.
1779         * config/cr16/cr16.h (HARD_REGNO_MODE_OK): Delete.
1780         * config/cr16/cr16-protos.h (cr16_hard_regno_mode_ok): Delete.
1781         * config/cr16/cr16.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
1782         (cr16_hard_regno_mode_ok): Make static and return a bool.
1783         * config/cris/cris.h (HARD_REGNO_MODE_OK): Delete.
1784         * config/cris/cris.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
1785         (cris_hard_regno_mode_ok): New function.
1786         * config/epiphany/epiphany.h (epiphany_hard_regno_mode_ok): Delete.
1787         (epiphany_mode_class): Delete.
1788         (HARD_REGNO_MODE_OK): Delete.
1789         * config/epiphany/epiphany-protos.h (hard_regno_mode_ok): Delete.
1790         * config/epiphany/epiphany.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
1791         (hard_regno_mode_ok): Rename to...
1792         (epiphany_hard_regno_mode_ok): ...this.  Make static and return a bool.
1793         * config/fr30/fr30.h (HARD_REGNO_MODE_OK): Delete.
1794         * config/fr30/fr30.md: Refer to targetm.hard_regno_mode_ok instead of
1795         HARD_REGNO_MODE_OK.
1796         * config/frv/frv.h (HARD_REGNO_MODE_OK): Delete.
1797         * config/frv/frv-protos.h (frv_hard_regno_mode_ok): Delete.
1798         * config/frv/frv.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
1799         (frv_hard_regno_mode_ok): Make static and return a bool.
1800         * config/frv/frv.md: Refer to targetm.hard_regno_mode_ok instead of
1801         HARD_REGNO_MODE_OK.
1802         * config/ft32/ft32.h (HARD_REGNO_MODE_OK): Delete.
1803         * config/h8300/h8300.h (HARD_REGNO_MODE_OK): Delete.
1804         * config/h8300/h8300-protos.h (h8300_hard_regno_mode_ok): Delete.
1805         * config/h8300/h8300.c (h8300_hard_regno_mode_ok): Make static
1806         and return a bool.
1807         (TARGET_HARD_REGNO_MODE_OK): Redefine.
1808         * config/i386/i386.h (HARD_REGNO_MODE_OK): Delete.
1809         * config/i386/i386-protos.h (ix86_hard_regno_mode_ok): Delete.
1810         * config/i386/i386.c (ix86_hard_regno_mode_ok): Make static and
1811         return a bool.
1812         (TARGET_HARD_REGNO_MODE_OK): Redefine.
1813         * config/ia64/ia64.h (HARD_REGNO_MODE_OK): Delete.
1814         * config/ia64/ia64.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
1815         (ia64_hard_regno_mode_ok): New function.
1816         * config/iq2000/iq2000.h (HARD_REGNO_MODE_OK): Delete.
1817         * config/iq2000/iq2000.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
1818         (iq2000_hard_regno_mode_ok): New function.
1819         * config/lm32/lm32.h (HARD_REGNO_MODE_OK): Delete.
1820         * config/lm32/lm32.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
1821         (lm32_hard_regno_mode_ok): New function.
1822         * config/m32c/m32c.h (HARD_REGNO_MODE_OK): Delete.
1823         * config/m32c/m32c-protos.h (m32c_hard_regno_ok): Delete.
1824         * config/m32c/m32c.c (class_can_hold_mode): Use m32c_hard_regno_mode_ok
1825         instead of HARD_REGNO_MODE_OK.
1826         (m32c_hard_regno_ok): Rename to...
1827         (m32c_hard_regno_mode_ok): ...this.  Make static and return a bool.
1828         (m32c_cannot_change_mode_class): Update accordingly.
1829         (TARGET_HARD_REGNO_MODE_OK): Redefine.
1830         * config/m32r/m32r.h (m32r_hard_regno_mode_ok): Delete.
1831         (m32r_mode_class): Delete.
1832         (HARD_REGNO_MODE_OK): Delete.
1833         * config/m32r/m32r.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
1834         (m32r_hard_regno_mode_ok): Rename to...
1835         (m32r_hard_regno_modes): ...this.
1836         (m32r_mode_class): Make static.
1837         (m32r_hard_regno_mode_ok): New function.
1838         * config/m68k/m68k.h (HARD_REGNO_MODE_OK): Delete.
1839         * config/m68k/m68k-protos.h (m68k_regno_mode_ok): Delete.
1840         * config/m68k/m68k.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
1841         (m68k_hard_regno_mode_ok): Make static.
1842         * config/mcore/mcore.h (HARD_REGNO_MODE_OK): Delete.
1843         * config/mcore/mcore.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
1844         (mcore_hard_regno_mode_ok): New function.
1845         * config/microblaze/microblaze.h (microblaze_hard_regno_mode_ok)
1846         (HARD_REGNO_MODE_OK): Delete.
1847         * config/microblaze/microblaze.c (microblaze_hard_regno_mode_ok):
1848         Rename to...
1849         (microblaze_hard_regno_mode_ok_p): ...this and make static.
1850         (microblaze_hard_regno_mode_ok): New function.
1851         (TARGET_HARD_REGNO_MODE_OK): Redefine.
1852         * config/mips/mips.h (HARD_REGNO_MODE_OK): Delete.
1853         (mips_hard_regno_mode_ok): Delete.
1854         * config/mips/mips.c (mips_hard_regno_mode_ok): Rename to...
1855         (mips_hard_regno_mode_ok_p): ...this and make static.
1856         (mips_hard_regno_mode_ok_p): Rename to...
1857         (mips_hard_regno_mode_ok_uncached): ...this.
1858         (mips_hard_regno_mode_ok): New function.
1859         (mips_class_max_nregs): Use mips_hard_regno_mode_ok instead
1860         of HARD_REGNO_MODE_OK.
1861         (mips_option_override): Update after above name changes.
1862         (TARGET_HARD_REGNO_MODE_OK): Redefine.
1863         * config/mmix/mmix.h (HARD_REGNO_MODE_OK): Delete.
1864         * config/mn10300/mn10300.h (HARD_REGNO_MODE_OK): Delete.
1865         * config/mn10300/mn10300-protos.h (mn10300_hard_regno_mode_ok): Delete.
1866         * config/mn10300/mn10300.c (mn10300_hard_regno_mode_ok): Make static.
1867         (TARGET_HARD_REGNO_MODE_OK): Redefine.
1868         * config/moxie/moxie.h (HARD_REGNO_MODE_OK): Delete.
1869         * config/msp430/msp430.h (HARD_REGNO_MODE_OK): Delete.
1870         * config/msp430/msp430-protos.h (msp430_hard_regno_mode_ok): Delete.
1871         * config/msp430/msp430.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
1872         (msp430_hard_regno_mode_ok): Make static and return a bool.
1873         * config/nds32/nds32.h (HARD_REGNO_MODE_OK): Delete.
1874         * config/nds32/nds32-protos.h (nds32_hard_regno_mode_ok): Delete.
1875         * config/nds32/nds32.c (nds32_hard_regno_mode_ok): Make static
1876         and return a bool.
1877         (TARGET_HARD_REGNO_MODE_OK): Redefine.
1878         * config/nios2/nios2.h (HARD_REGNO_MODE_OK): Delete.
1879         * config/nvptx/nvptx.h (HARD_REGNO_MODE_OK): Delete.
1880         * config/pa/pa.h (MODES_TIEABLE_P): Update commentary.
1881         * config/pa/pa32-regs.h (HARD_REGNO_MODE_OK): Rename to...
1882         (PA_HARD_REGNO_MODE_OK): ...this
1883         * config/pa/pa64-regs.h (HARD_REGNO_MODE_OK): Rename to...
1884         (PA_HARD_REGNO_MODE_OK): ...this.
1885         * config/pa/pa.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
1886         (pa_hard_regno_mode_ok): New function.
1887         * config/pdp11/pdp11.h (HARD_REGNO_MODE_OK): Delete.
1888         * config/pdp11/pdp11.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
1889         (pdp11_hard_regno_mode_ok): New function.
1890         * config/powerpcspe/powerpcspe.h (HARD_REGNO_MODE_OK): Delete.
1891         * config/powerpcspe/powerpcspe-protos.h (rs6000_hard_regno_mode_ok_p):
1892         Delete.
1893         * config/powerpcspe/powerpcspe.c (rs6000_hard_regno_mode_ok_p):
1894         Make static.
1895         (TARGET_HARD_REGNO_MODE_OK): Redefine.
1896         (rs6000_hard_regno_mode_ok): Rename to...
1897         (rs6000_hard_regno_mode_ok_uncached): ...this.
1898         (rs6000_init_hard_regno_mode_ok): Update accordingly.
1899         (rs6000_hard_regno_mode_ok): New function.
1900         * config/riscv/riscv.h (HARD_REGNO_MODE_OK): Delete.
1901         * config/riscv/riscv-protos.h (riscv_hard_regno_mode_ok_p): Delete.
1902         * config/riscv/riscv.c (riscv_hard_regno_mode_ok_p): Rename to...
1903         (riscv_hard_regno_mode_ok): ...this and make static.
1904         (TARGET_HARD_REGNO_MODE_OK): Redefine.
1905         * config/rl78/rl78.h (HARD_REGNO_MODE_OK): Delete.
1906         * config/rl78/rl78-protos.h (rl78_hard_regno_mode_ok): Delete.
1907         * config/rl78/rl78.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
1908         (rl78_hard_regno_mode_ok): Make static and return bool.
1909         * config/rs6000/rs6000.h (HARD_REGNO_MODE_OK): Delete.
1910         * config/rs6000/rs6000-protos.h (rs6000_hard_regno_mode_ok_p):
1911         Delete.
1912         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok_p): Make static.
1913         (TARGET_HARD_REGNO_MODE_OK): Redefine.
1914         (rs6000_hard_regno_mode_ok): Rename to...
1915         (rs6000_hard_regno_mode_ok_uncached): ...this.
1916         (rs6000_init_hard_regno_mode_ok): Update accordingly.
1917         (rs6000_hard_regno_mode_ok): New function.
1918         * config/rx/rx.h (HARD_REGNO_MODE_OK): Delete.
1919         * config/rx/rx.c (rx_hard_regno_mode_ok): New function.
1920         (TARGET_HARD_REGNO_MODE_OK): Redefine.
1921         * config/s390/s390.h (HARD_REGNO_MODE_OK): Delete.
1922         * config/s390/s390-protos.h (s390_hard_regno_mode_ok): Delete.
1923         * config/s390/s390.c (s390_hard_regno_mode_ok): Make static.
1924         (TARGET_HARD_REGNO_MODE_OK): Redefine.
1925         * config/sh/sh.h (HARD_REGNO_MODE_OK): Delete.
1926         * config/sh/sh-protos.h (sh_hard_regno_mode_ok): Delete.
1927         * config/sh/sh.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
1928         (sh_hard_regno_mode_ok): Make static.
1929         * config/sparc/constraints.md: Refer to targetm.hard_regno_mode_ok
1930         instead of HARD_REGNO_MODE_OK.
1931         * config/sparc/sparc.h (hard_regno_mode_classes): Delete.
1932         (sparc_mode_class): Delete.
1933         (HARD_REGNO_MODE_OK): Delete.
1934         * config/sparc/sparc.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
1935         (hard_regno_mode_classes): Make static.
1936         (sparc_mode_class): Likewise.
1937         (sparc_hard_regno_mode_ok): New function.
1938         * config/spu/spu.h (HARD_REGNO_MODE_OK): Delete.
1939         * config/stormy16/stormy16.h (HARD_REGNO_MODE_OK): Delete.
1940         * config/stormy16/stormy16.c (xstormy16_hard_regno_mode_ok): New
1941         function.
1942         (TARGET_HARD_REGNO_MODE_OK): Redefine.
1943         * config/tilegx/tilegx.h (HARD_REGNO_MODE_OK): Delete.
1944         * config/tilepro/tilepro.h (HARD_REGNO_MODE_OK): Delete.
1945         * config/v850/v850.h (HARD_REGNO_MODE_OK): Delete.
1946         * config/v850/v850.c (v850_hard_regno_mode_ok): New function.
1947         (TARGET_HARD_REGNO_MODE_OK): Redefine.
1948         * config/vax/vax.h (HARD_REGNO_MODE_OK): Delete.
1949         * config/visium/visium.h (HARD_REGNO_MODE_OK): Delete.
1950         * config/visium/visium.c (TARGET_HARD_REGNO_MODE_OK): Redefine.
1951         (visium_hard_regno_mode_ok): New function.
1952         * config/visium/visium.md: Refer to targetm.hard_regno_mode_ok
1953         instead of HARD_REGNO_MODE_OK.
1954         * config/xtensa/xtensa.h (xtensa_hard_regno_mode_ok): Delete.
1955         (HARD_REGNO_MODE_OK): Delete.
1956         * config/xtensa/xtensa.c (xtensa_hard_regno_mode_ok): Rename to...
1957         (xtensa_hard_regno_mode_ok_p): ...this and make static.
1958         (xtensa_option_override): Update accordingly.
1959         (TARGET_HARD_REGNO_MODE_OK): Redefine.
1960         (xtensa_hard_regno_mode_ok): New function.
1961         * system.h (HARD_REGNO_MODE_OK): Poison.
1963 2017-09-04  Richard Sandiford  <richard.sandiford@linaro.org>
1964             Alan Hayward  <alan.hayward@arm.com>
1965             David Sherwood  <david.sherwood@arm.com>
1967         * target.def (hard_regno_call_part_clobbered): New hook.
1968         * doc/tm.texi.in (HARD_REGNO_CALL_PART_CLOBBERED): Replace with...
1969         (TARGET_HARD_REGNO_CALL_PART_CLOBBERED): ...this hook.
1970         * doc/tm.texi: Regenerate.
1971         * hooks.h (hook_bool_uint_mode_false): Declare.
1972         * hooks.c (hook_bool_uint_mode_false): New function.
1973         * regs.h (HARD_REGNO_CALL_PART_CLOBBERED): Delete.
1974         * cselib.c (cselib_process_insn): Use
1975         targetm.hard_regno_call_part_clobbered instead of
1976         HARD_REGNO_CALL_PART_CLOBBERED.
1977         * ira-conflicts.c (ira_build_conflicts): Likewise.
1978         * ira-costs.c (ira_tune_allocno_costs): Likewise.
1979         * lra-constraints.c (need_for_call_save_p): Likewise.
1980         * lra-lives.c: Include target.h.
1981         (check_pseudos_live_through_calls): Use
1982         targetm.hard_regno_call_part_clobbered instead of
1983         HARD_REGNO_CALL_PART_CLOBBERED.
1984         * regcprop.c: Include target.h.
1985         (copyprop_hardreg_forward_1): Use
1986         targetm.hard_regno_call_part_clobbered instead of
1987         HARD_REGNO_CALL_PART_CLOBBERED.
1988         * reginfo.c (choose_hard_reg_mode): Likewise.
1989         * regrename.c (check_new_reg_p): Likewise.
1990         * reload.c (find_equiv_reg): Likewise.
1991         * reload1.c (emit_reload_insns): Likewise.
1992         * sched-deps.c (deps_analyze_insn): Likewise.
1993         * sel-sched.c (init_regs_for_mode): Likewise.
1994         (mark_unavailable_hard_regs): Likewise.
1995         * targhooks.c (default_dwarf_frame_reg_mode): Likewise.
1996         * config/aarch64/aarch64.h (HARD_REGNO_CALL_PART_CLOBBERED): Delete.
1997         * config/aarch64/aarch64.c (aarch64_hard_regno_call_part_clobbered):
1998         New function.
1999         (TARGET_HARD_REGNO_CALL_PART_CLOBBERED): Redefine.
2000         * config/avr/avr.h (HARD_REGNO_CALL_PART_CLOBBERED): Delete.
2001         * config/avr/avr-protos.h (avr_hard_regno_call_part_clobbered):
2002         Delete.
2003         * config/avr/avr.c (avr_hard_regno_call_part_clobbered): Make static
2004         and return a bool.
2005         (TARGET_HARD_REGNO_CALL_PART_CLOBBERED): Redefine.
2006         * config/i386/i386.h (HARD_REGNO_CALL_PART_CLOBBERED): Delete.
2007         * config/i386/i386.c (ix86_hard_regno_call_part_clobbered): New
2008         function.
2009         (TARGET_HARD_REGNO_CALL_PART_CLOBBERED): Redefine.
2010         * config/mips/mips.h (HARD_REGNO_CALL_PART_CLOBBERED): Delete.
2011         * config/mips/mips.c (mips_hard_regno_call_part_clobbered): New
2012         function.
2013         (TARGET_HARD_REGNO_CALL_PART_CLOBBERED): Redefine.
2014         * config/powerpcspe/powerpcspe.h (HARD_REGNO_CALL_PART_CLOBBERED):
2015         Delete.
2016         * config/powerpcspe/powerpcspe.c
2017         (rs6000_hard_regno_call_part_clobbered): New function.
2018         (TARGET_HARD_REGNO_CALL_PART_CLOBBERED): Redefine.
2019         * config/rs6000/rs6000.h (HARD_REGNO_CALL_PART_CLOBBERED): Delete.
2020         * config/rs6000/rs6000.c (rs6000_hard_regno_call_part_clobbered):
2021         New function.
2022         (TARGET_HARD_REGNO_CALL_PART_CLOBBERED): Redefine.
2023         * config/s390/s390.h (HARD_REGNO_CALL_PART_CLOBBERED): Delete.
2024         * config/s390/s390.c (s390_hard_regno_call_part_clobbered): New
2025         function.
2026         (TARGET_HARD_REGNO_CALL_PART_CLOBBERED): Redefine.
2027         * config/sh/sh.h (HARD_REGNO_CALL_PART_CLOBBERED): Delete.
2028         * system.h (HARD_REGNO_CALL_PART_CLOBBERED): Poison.
2030 2017-09-04  Richard Sandiford  <richard.sandiford@linaro.org>
2031             Alan Hayward  <alan.hayward@arm.com>
2032             David Sherwood  <david.sherwood@arm.com>
2034         * rtl.h (subreg_memory_offset): Declare.
2035         * emit-rtl.c (subreg_memory_offset): New function.
2036         * expmed.c (store_bit_field_1): Use it.
2037         * expr.c (undefined_operand_subword_p): Likewise.
2038         * simplify-rtx.c (simplify_subreg): Likewise.
2040 2017-09-04  Alexander Monakov  <amonakov@ispras.ru>
2042         PR rtl-optimization/57448
2043         PR target/67458
2044         PR target/81316
2045         * optabs.c (expand_atomic_load): Place compiler memory barriers if
2046         using atomic_load pattern.
2047         (expand_atomic_store): Likewise.
2049 2017-09-04  Jakub Jelinek  <jakub@redhat.com>
2051         PR sanitizer/81981
2052         * gimple-fold.c (gimple_fold_call): Optimize away useless UBSAN_PTR
2053         and UBSAN_BOUNDS internal calls.  Clean up IFN_UBSAN_OBJECT_SIZE
2054         handling.  Use replace_call_with_value with NULL instead of
2055         gsi_replace, unlink_stmt_vdef and release_defs.
2057         * gdbhooks.py (OptMachineModePrinter.to_string): Use 8 spaces
2058         instead of tab.
2060         * lra-remat.c (reg_overlap_for_remat_p): Fix a pasto.
2062 2017-09-04  Richard Sandiford  <richard.sandiford@linaro.org>
2064         PR bootstrap/82045
2065         * rtl.h (emit_library_call_value_1): Declare.
2066         (emit_library_call): Replace declaration with a series of overloads.
2067         Remove the parameter count argument.
2068         (emit_library_call_value): Likewise.
2069         * calls.c (emit_library_call_value_1): Make global.  Replace varargs
2070         with an "rtx_mode_t *".
2071         (emit_library_call_value): Delete.
2072         (emit_library_call): Likewise.
2073         * asan.c (asan_emit_stack_protection): Update calls accordingly.
2074         (asan_emit_allocas_unpoison): Likewise.
2075         * builtins.c (expand_builtin_powi): Likewise.
2076         (expand_asan_emit_allocas_unpoison): Likewise.
2077         * cfgexpand.c (expand_main_function): Likewise.
2078         * config/aarch64/aarch64.c (aarch64_trampoline_init): Likewise.
2079         * config/aarch64/aarch64.h (PROFILE_HOOK): Likewise.
2080         * config/alpha/alpha.c (alpha_trampoline_init): Likewise.
2081         * config/arm/arm.c (arm_trampoline_init): Likewise.
2082         (arm_call_tls_get_addr): Likewise.
2083         (arm_expand_divmod_libfunc): Likewise.
2084         * config/bfin/bfin.md (umulsi3_highpart): Likewise.
2085         (smulsi3_highpart): Likewise.
2086         * config/c6x/c6x.c (c6x_initialize_trampoline): Likewise.
2087         (c6x_expand_compare): Likewise.
2088         (c6x_expand_movmem): Likewise.
2089         * config/frv/frv.c (frv_trampoline_init): Likewise.
2090         * config/i386/i386.c (ix86_trampoline_init): Likewise.
2091         (ix86_expand_divmod_libfunc): Likewise.
2092         * config/ia64/ia64.c (ia64_expand_tls_address): Likewise.
2093         (ia64_expand_compare): Likewise.
2094         (ia64_profile_hook): Likewise.
2095         * config/ia64/ia64.md (save_stack_nonlocal): Likewise.
2096         (nonlocal_goto): Likewise.
2097         (restore_stack_nonlocal): Likewise.
2098         * config/m32r/m32r.c (block_move_call): Likewise.
2099         (m32r_trampoline_init): Likewise.
2100         * config/m68k/linux.h (FINALIZE_TRAMPOLINE): Likewise.
2101         * config/m68k/m68k.c (m68k_call_tls_get_addr): Likewise.
2102         (m68k_call_m68k_read_tp): Likewise.
2103         * config/microblaze/microblaze.c (microblaze_call_tls_get_addr)
2104         (microblaze_expand_divide): Likewise.
2105         * config/mips/mips.h (mips_args): Likewise.
2106         * config/mips/sdemtk.h (mips_sync_icache): Likewise.
2107         (MIPS_ICACHE_SYNC): Likewise.
2108         * config/nios2/nios2.c (nios2_emit_expensive_div): Likewise.
2109         (nios2_trampoline_init): Likewise.
2110         * config/pa/pa.c (hppa_tls_call): Likewise.
2111         (pa_trampoline_init): Likewise.
2112         * config/pa/pa.md (canonicalize_funcptr_for_compare): Likewise.
2113         * config/powerpcspe/powerpcspe.c (rs6000_legitimize_tls_address)
2114         (expand_strn_compare): Likewise.
2115         (rs6000_generate_compare): Likewise.
2116         (rs6000_expand_float128_convert): Likewise.
2117         (output_profile_hook): Likewise.
2118         (rs6000_trampoline_init): Likewise.
2119         * config/powerpcspe/powerpcspe.md (neg<mode>2): Likewise.
2120         * config/riscv/riscv.h (PROFILE_HOOK): Likewise.
2121         * config/rs6000/rs6000-string.c (expand_strn_compare): Likewise.
2122         * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Likewise.
2123         (rs6000_generate_compare): Likewise.
2124         (rs6000_expand_float128_convert): Likewise.
2125         (output_profile_hook): Likewise.
2126         (rs6000_trampoline_init): Likewise.
2127         * config/rs6000/rs6000.md (neg<mode>2): Likewise.
2128         * config/sh/sh.c (sh_trampoline_init): Likewise.
2129         * config/sparc/sparc.c (emit_soft_tfmode_libcall): Likewise.
2130         (sparc_emit_float_lib_cmp): Likewise.
2131         (sparc32_initialize_trampoline): Likewise.
2132         (sparc64_initialize_trampoline): Likewise.
2133         (sparc_profile_hook): Likewise.
2134         * config/spu/spu.c (ea_load_store): Likewise.
2135         * config/spu/spu.md (floatunssidf2): Likewise.
2136         * config/tilegx/tilegx.c (tilegx_trampoline_init): Likewise.
2137         * config/tilepro/tilepro.c (tilepro_trampoline_init): Likewise.
2138         * config/visium/visium.c (expand_block_move_4): Likewise.
2139         (expand_block_move_2): Likewise.
2140         (expand_block_move_1): Likewise.
2141         (expand_block_set_4): Likewise.
2142         (expand_block_set_2): Likewise.
2143         (expand_block_set_1): Likewise.
2144         (visium_trampoline_init): Likewise.
2145         (visium_profile_hook): Likewise.
2146         * config/xtensa/xtensa.c (xtensa_expand_nonlocal_goto): Likewise.
2147         (xtensa_setup_frame_addresses): Likewise.
2148         (xtensa_trampoline_init): Likewise.
2149         * except.c (sjlj_emit_function_enter): Likewise.
2150         (sjlj_emit_function_exit): Likewise.
2151         * explow.c (allocate_dynamic_stack_space): Likewise.
2152         (probe_stack_range): Likewise.
2153         * expr.c (convert_mode_scalar): Likewise.
2154         * optabs.c (expand_binop): Likewise.
2155         (expand_twoval_binop_libfunc): Likewise.
2156         (expand_unop): Likewise.
2157         (prepare_cmp_insn): Likewise.
2158         (prepare_float_lib_cmp): Likewise.
2159         (expand_float): Likewise.
2160         (expand_fix): Likewise.
2161         (expand_fixed_convert): Likewise.
2162         (maybe_emit_sync_lock_test_and_set): Likewise.
2163         (expand_atomic_compare_and_swap): Likewise.
2164         (expand_mem_thread_fence): Likewise.
2165         (expand_atomic_fetch_op): Likewise.
2167 2017-09-03  Gerald Pfeifer  <gerald@pfeifer.com>
2169         * doc/generic.texi (OpenACC): Adjust URL.
2170         * doc/invoke.texi (C Dialect Options): Ditto.
2172 2017-09-03  Uros Bizjak  <ubizjak@gmail.com>
2174         * config/i386/i386.md (*bt<mode>): Use nonimmediate_operand
2175         predicate for operand 1.  Add (m,<S>) constraint.
2176         (*jcc_bt<mode>): Use nonimmediate_operand predicate for operand 1.
2177         Prevent memory operand 1 with register operand 2.
2179 2017-09-01  Segher Boessenkool  <segher@kernel.crashing.org>
2181         PR rtl-optimization/82024
2182         * combine.c (try_combine): If the combination result is a PARALLEL,
2183         and we only need to retain the SET in there that would be placed
2184         at I2, check that we can place that at I3 instead, before doing so.
2186 2017-09-01  Jakub Jelinek  <jakub@redhat.com>
2188         PR target/81766
2189         * config/i386/i386.c (ix86_init_large_pic_reg): Return label
2190         instead of void.
2191         (ix86_init_pic_reg): Remember label from ix86_init_large_pic_reg,
2192         if non-NULL and preceded by NOTE_INSN_BASIC_BLOCK, swap the note
2193         and label.
2195 2017-09-01  Joerg Sonnenberger  <joerg@bec.de>
2196             Jeff Law  <law@redhat.com>
2198         * varasm.c (bss_initializer_p): Do not put constants into .bss
2199         (categorize_decl_for_section): Handle bss_initializer_p returning
2200         false when DECL_INITIAL is NULL.
2202 2017-09-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
2204         PR target/82012
2205         * config/s390/s390.c (s390_can_inline_p): New function.
2207 2017-09-01  Jeff Law  <law@redhat.com>
2209         PR tree-optimization/82052
2210         * tree-ssa-scopedtables.c (avail_exprs_stack::lookup_avail_expr):
2211         Always initialize the returned slot after a hash table miss
2212         when INSERT is true.
2214 2017-09-01  Alexander Monakov  <amonakov@ispras.ru>
2216         * config/s390/s390.md (mem_signal_fence): Remove.
2217         * doc/md.texi (mem_signal_fence): Remove.
2218         * optabs.c (expand_mem_signal_fence): Remove uses of mem_signal_fence.
2219         Update comments.
2220         * target-insns.def (mem_signal_fence): Remove.
2222 2017-09-01  Jakub Jelinek  <jakub@redhat.com>
2224         PR sanitizer/81902
2225         * doc/invoke.texi: Document -fsanitize=pointer-overflow.
2227         PR sanitizer/81923
2228         * asan.c (create_odr_indicator): Strip name encoding from assembler
2229         name before appending it after __odr_asan_.
2231 2017-09-01  Martin Liska  <mliska@suse.cz>
2233         PR tree-optimization/82059
2234         * gimple-ssa-isolate-paths.c (isolate_path): Add profile and
2235         frequency only when an edge is redirected.
2237 2017-09-01  Claudiu Zissulescu  <claziss@synopsys.com>
2239         * config/arc/arc-c.c (__ARC_LPC_WIDTH__): Add builtin define.
2240         * config/arc/arc.c (ARC_MAX_LOOP_LENGTH): Define.
2241         (arc_conditional_register_usage): Remove ARC600 lp_count
2242         exception.
2243         (arc_file_start): Emit Tag_ARC_CPU_variation.
2244         (arc_can_use_doloop_p): New conditions to use ZOLs.
2245         (hwloop_fail): New function.
2246         (hwloop_optimize): Likewise.
2247         (hwloop_pattern_reg): Likewise.
2248         (arc_doloop_hooks): New struct, to be used with reorg_loops.
2249         (arc_reorg_loops): New function, calls reorg_loops.
2250         (arc_reorg): Call arc_reorg_loops.  Remove old ZOL handling.
2251         (arc600_corereg_hazard): Remove ZOL checking, case handled by
2252         hwloop_optimize.
2253         (arc_loop_hazard): Remove function, functionality moved into
2254         hwloop_optimize.
2255         (arc_hazard): Remove arc_loop_hazard call.
2256         (arc_adjust_insn_length): Remove ZOL handling, functionality moved
2257         into hwloop_optimize.
2258         (arc_label_align): Remove ZOL handling.
2259         * config/arc/arc.h (LOOP_ALIGN): Changed to 0.
2260         * config/arc/arc.md (doloop_begin): Remove pattern.
2261         (doloop_begin_i): Likewise.
2262         (doloop_end_i): Likewise.
2263         (doloop_fallback): Likewise.
2264         (doloop_fallback_m): Likewise.
2265         (doloop_end): Reimplement expand.
2266         (arc_lp): New pattern for LP instruction.
2267         (loop_end): New pattern.
2268         (loop_fail): Likewise.
2269         (decrement_and_branch_until_zero): Likewise.
2270         * config/arc/arc.opt (mlpc-width): New option.
2271         * doc/invoke.texi (mlpc-width): Document option.
2273 2017-09-01  Claudiu Zissulescu  <claziss@synopsys.com>
2275         * config/arc/arc.c (arc_ifcvt): Remove use of merge_blocks call.
2276         (arc_ccfsm_advance): Fix checking for delay slots.
2277         (arc_reorg): Add rtl dump after each call to arc_ifcvt.
2279 2017-09-01  Claudiu Zissulescu  <claziss@synopsys.com>
2281         * config/arc/arc.md (movqi_insn): Add stores to save constant long
2282         immediates.
2283         (movhi_insn): Update store instruction constraint which are saving
2284         6-bit short immediates.
2285         (movsi_insn): Consider also short scaled load operations.
2286         (zero_extendhisi2_i): Use Usd constraint instead of T.
2287         (extendhisi2_i): Add q constraint.
2288         (arc_clzsi2): Add type and length attributes.
2289         (arc_ctzsi2): Likewise.
2290         * config/arc/constraints.md (Usc): Update constraint, the
2291         assembler can parse two relocations for a single instruction.
2293 2017-09-01  Claudiu Zissulescu  <claziss@synopsys.com>
2295         * config/arc/arc.c (arc_use_anchors_for_symbol_p): New function.
2296         (TARGET_USE_ANCHORS_FOR_SYMBOL_P): Define.
2298 2017-08-31  Olivier Hainque  <hainque@adacore.com>
2300         * config.gcc (powerpc-wrs-vxworks|vxworksae|vxworksmils): Now
2301         match as powerpc-wrs-vxworks*.
2303 2017-08-31  James Greenhalgh  <james.greenhalgh@arm.com>
2305         * config/aarch64/aarch64-simd.md (aarch64_mla_elt_merge<mode>): Fix
2306         register constraint for by-element operand.
2307         (aarch64_mls_elt_merge<mode>): Likewise.
2309 2017-08-31  Claudiu Zissulescu  <claziss@synopsys.com>
2311         * config/arc/arc.c (arc_can_follow_jump): Check for short
2312         branches.
2314 2017-08-31  Claudiu Zissulescu  <claziss@synopsys.com>
2316         * config.gcc: Use g.opt for arc.
2317         * config/arc/arc.c (LEGITIMATE_SCALED_ADDRESS_P): Deleted,
2318         functionality moved to ...
2319         (legitimate_scaled_address_p): New function, ...here.
2320         (LEGITIMATE_SMALL_DATA_OFFSET_P): New define.
2321         (LEGITIMATE_SMALL_DATA_ADDRESS_P): Use the above define.
2322         (legitimate_offset_address_p): Delete TARGET_NO_SDATA_SET
2323         condition.
2324         (arc_override_options): Handle G option.
2325         (arc_output_pic_addr_const): Correct function definition.
2326         (arc_legitimate_address_p): Use legitimate_scaled_address_p.
2327         (arc_decl_anon_ns_mem_p): Delete.
2328         (arc_in_small_data_p): Overhaul this function to take into
2329         consideration the value given via G option.
2330         (arc_rewrite_small_data_1): Renamed and corrected old
2331         arc_rewrite_small_data function.
2332         (arc_rewrite_small_data): New function.
2333         (small_data_pattern): Don't use pic_offset_table_rtx.
2334         * config/arc/arc.h (CC1_SPEC): Recognize G option.
2335         * config/arc/simdext.md (movmisalignv2hi): Use
2336         prepare_move_operands function.
2337         (mov*): Likewise.
2338         (movmisalign*): Likewise.
2339         * doc/invoke.texi (ARC options): Document -G option.
2341 2017-08-31  Claudiu Zissulescu  <claziss@synopsys.com>
2343         * config/arc/arc-protos.h (compact_sda_memory_operand): Update
2344         prototype.
2345         * config/arc/arc.c (arc_print_operand): Output scalled address for
2346         sdata whenever is possible.
2347         (arc_in_small_data_p): Allow sdata for 64bit datum when double
2348         load/stores are available.
2349         (compact_sda_memory_operand): Check for the alignment required by
2350         code density instructions.
2351         * config/arc/arc.md (movsi_insn): Use newly introduced Us0
2352         constraint.
2353         * config/arc/constraints.md (Usd): Update constraint.
2354         (Us0): New constraint.
2355         (Usc): Update constraint.
2357 2017-08-31  Richard Biener  <rguenther@suse.de>
2359         PR middle-end/82054
2360         * dwarf2out.c (dwarf2out_early_global_decl): Process each
2361         function only once.
2363 2017-08-31  Tamar Christina  <tamar.christina@arm.com>
2365         * config/aarch64/aarch64-builtins.c (aarch64_init_simd_builtins):
2366         Resize type_signature.
2368 2017-08-31  Richard Sandiford  <richard.sandiford@linaro.org>
2369             Alan Hayward  <alan.hayward@arm.com>
2370             David Sherwood  <david.sherwood@arm.com>
2372         * config/aarch64/aarch64.c (aarch64_base_register_rtx_p): Only allow
2373         subregs whose inner modes can be stored in GPRs.
2374         (aarch64_classify_index): Likewise.
2376 2017-08-31  Richard Sandiford  <richard.sandiford@linaro.org>
2377             Alan Hayward  <alan.hayward@arm.com>
2378             David Sherwood  <david.sherwood@arm.com>
2380         * config/aarch64/iterators.md (V_cmp_result): Rename to...
2381         (V_INT_EQUIV): ...this.
2382         (v_cmp_result): Rename to...
2383         (v_int_equiv): ...this.
2384         * config/aarch64/aarch64.md (xorsign<mode>3): Update accordingly.
2385         * config/aarch64/aarch64-simd.md (xorsign<mode>3): Likewise.
2386         (copysign<mode>3): Likewise.
2387         (aarch64_simd_bsl<mode>_internal): Likewise.
2388         (aarch64_simd_bsl<mode>): Likewise.
2389         (vec_cmp<mode><mode>): Likewise.
2390         (vcond<mode><mode>): Likewise.
2391         (vcond<v_cmp_mixed><mode>): Likewise.
2392         (vcondu<mode><v_cmp_mixed>): Likewise.
2393         (aarch64_cm<optab><mode>): Likewise.
2394         (aarch64_cmtst<mode>): Likewise.
2395         (aarch64_fac<optab><mode>): Likewise.
2396         (vec_perm_const<mode>): Likewise.
2397         (vcond_mask_<mode><v_cmp_result>): Rename to...
2398         (vcond_mask_<mode><v_int_equiv>): ...this.
2399         (vec_cmp<mode><v_cmp_result>): Rename to...
2400         (vec_cmp<mode><v_int_equiv>): ...this.
2402 2017-08-31  Richard Sandiford  <richard.sandiford@linaro.org>
2403             Alan Hayward  <alan.hayward@arm.com>
2404             David Sherwood  <david.sherwood@arm.com>
2406         * config/aarch64/aarch64-modes.def: Remove 32-, 48- and 64-byte
2407         vector modes.
2408         * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Delete.
2409         * config/aarch64/aarch64.md (UNSPEC_LD2_DREG, UNSPEC_LD3_DREG)
2410         (UNSPEC_LD4_DREG): New unspecs.
2411         * config/aarch64/aarch64-simd.md (aarch64_ld2<mode>_dreg_le)
2412         (aarch64_ld2<mode>_dreg_be): Replace with...
2413         (aarch64_ld2<mode>_dreg): ...this pattern and use the new DREG
2414         unspec.
2415         (aarch64_ld3<mode>_dreg_le)
2416         (aarch64_ld3<mode>_dreg_be): Replace with...
2417         (aarch64_ld3<mode>_dreg): ...this pattern and use the new DREG
2418         unspec.
2419         (aarch64_ld4<mode>_dreg_le)
2420         (aarch64_ld4<mode>_dreg_be): Replace with...
2421         (aarch64_ld4<mode>_dreg): ...this pattern and use the new DREG
2422         unspec.
2424 2017-08-30  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2426         PR tree-optimization/81987
2427         * gimple-ssa-strength-reduction.c (insert_initializers): Don't
2428         insert an initializer in a location not dominated by the stride
2429         definition.
2431 2017-08-30  Eric Botcazou  <ebotcazou@adacore.com>
2433         * tree-eh.c (lower_try_finally_switch): Set the location of the finally
2434         on the entire header of the finally block in the fallthru case.
2436 2017-08-30  Eric Botcazou  <ebotcazou@adacore.com>
2438         * varasm.c (decode_addr_const): Deal with INDIRECT_REF <INTEGER_CST>.
2440 2017-08-30  Pat Haugen  <pthaugen@us.ibm.com>
2442         * config/rs6000/rs6000.c (rs6000_emit_prologue_move_from_cr): Rename from
2443         rs6000_emit_move_from_cr and call renamed function.
2444         (rs6000_emit_prologue): Call renamed functions.
2445         * config/rs6000/rs6000.md (prologue_movesi_from_cr): Rename from
2446         movesi_from_cr, remove volatile CRs.
2448 2017-08-30  Jon Beniston  <jon@beniston.com>
2449             Richard Biener  <rguenther@suse.de>
2451         * tree-vect-patterns.c (vect_pattern_recog_1): Use VECTOR_TYPE_P instead
2452         of VECTOR_MODE_P check.
2453         * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size): Allow single
2454         element vector types.
2456 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
2458         * df.h (df_read_modify_subreg_p): Remove in favor of...
2459         * rtl.h (read_modify_subreg_p): ...this new function.  Take a
2460         const_rtx instead of an rtx.
2461         * cprop.c (local_cprop_find_used_regs): Update accordingly.
2462         * df-problems.c (df_word_lr_mark_ref): Likewise.
2463         * ira-lives.c (mark_pseudo_reg_live): Likewise.
2464         (mark_pseudo_reg_dead): Likewise.
2465         (mark_ref_dead): Likewise.
2466         * reginfo.c (init_subregs_of_mode): Likewise.
2467         * sched-deps.c (sched_analyze_1): Likewise.
2468         * df-scan.c (df_def_record_1): Likewise.
2469         (df_uses_record): Likewise.
2470         (df_read_modify_subreg_p): Remove in favor of...
2471         * rtlanal.c (read_modify_subreg_p): ...this new function.  Take a
2472         const_rtx instead of an rtx.
2474 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
2475             Alan Hayward  <alan.hayward@arm.com>
2476             David Sherwood  <david.sherwood@arm.com>
2478         * rtl.h (partial_subreg_p): New function.
2479         * caller-save.c (save_call_clobbered_regs): Use it.
2480         * calls.c (expand_call): Likewise.
2481         * combine.c (combinable_i3pat): Likewise.
2482         (simplify_set): Likewise.
2483         (make_extraction): Likewise.
2484         (make_compound_operation_int): Likewise.
2485         (gen_lowpart_or_truncate): Likewise.
2486         (force_to_mode): Likewise.
2487         (make_field_assignment): Likewise.
2488         (reg_truncated_to_mode): Likewise.
2489         (record_truncated_value): Likewise.
2490         (move_deaths): Likewise.
2491         * cse.c (record_jump_cond): Likewise.
2492         (cse_insn): Likewise.
2493         * cselib.c (cselib_lookup_1): Likewise.
2494         * expmed.c (extract_bit_field_using_extv): Likewise.
2495         * function.c (assign_parm_setup_reg): Likewise.
2496         * ifcvt.c (noce_convert_multiple_sets): Likewise.
2497         * ira-build.c (create_insn_allocnos): Likewise.
2498         * lra-coalesce.c (merge_pseudos): Likewise.
2499         * lra-constraints.c (match_reload): Likewise.
2500         (simplify_operand_subreg): Likewise.
2501         (curr_insn_transform): Likewise.
2502         * lra-lives.c (process_bb_lives): Likewise.
2503         * lra.c (new_insn_reg): Likewise.
2504         (lra_substitute_pseudo): Likewise.
2505         * regcprop.c (mode_change_ok): Likewise.
2506         (maybe_mode_change): Likewise.
2507         (copyprop_hardreg_forward_1): Likewise.
2508         * reload.c (push_reload): Likewise.
2509         (find_reloads): Likewise.
2510         (find_reloads_subreg_address): Likewise.
2511         * reload1.c (alter_reg): Likewise.
2512         (eliminate_regs_1): Likewise.
2513         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
2515 2017-08-30  David Edelsohn  <dje.gcc@gmail.com>
2517         * config/rs6000/rs6000.c (rs6000_expand_binop_builtin): Revert
2518         back to if statements, including unpack.
2520 2017-08-30  Martin Liska  <mliska@suse.cz>
2522         PR inline-asm/82001
2523         * ipa-icf-gimple.c (func_checker::compare_tree_list_operand):
2524         Rename to ...
2525         (func_checker::compare_asm_inputs_outputs): ... this function.
2526         (func_checker::compare_gimple_asm): Use the function to compare
2527         also ASM constrains.
2528         * ipa-icf-gimple.h: Rename the function.
2530 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
2531             Alan Hayward  <alan.hayward@arm.com>
2532             David Sherwood  <david.sherwood@arm.com>
2534         * coretypes.h (complex_mode): New type.
2535         * gdbhooks.py (build_pretty_printer): Handle it.
2536         * machmode.h (complex_mode): New class.
2537         (complex_mode::includes_p): New function.
2538         (is_complex_int_mode): Likewise.
2539         (is_complex_float_mode): Likewise.
2540         * genmodes.c (get_mode_class): Handle complex mode classes.
2541         * function.c (expand_function_end): Use is_complex_int_mode.
2543 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
2544             Alan Hayward  <alan.hayward@arm.com>
2545             David Sherwood  <david.sherwood@arm.com>
2547         * coretypes.h (scalar_mode_pod): New typedef.
2548         * gdbhooks.py (build_pretty_printer): Handle it.
2549         * machmode.h (gt_ggc_mx, gt_pch_nx): New functions.
2550         * fixed-value.h (fixed_value::mode): Change type to scalar_mode_pod.
2551         * fold-const.c (fold_convert_const_int_from_fixed): Use scalar_mode.
2552         * tree-streamer-in.c (unpack_ts_fixed_cst_value_fields): Use
2553         as_a <scalar_mode>.
2555 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
2556             Alan Hayward  <alan.hayward@arm.com>
2557             David Sherwood  <david.sherwood@arm.com>
2559         * machmode.h (mode_for_vector): Take a scalar_mode instead
2560         of a machine_mode.
2561         * stor-layout.c (mode_for_vector): Likewise.
2562         * explow.c (promote_mode): Use as_a <scalar_mode>.
2563         * sdbout.c (sdbout_parms): Use is_a <scalar_mode>.
2565 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
2566             Alan Hayward  <alan.hayward@arm.com>
2567             David Sherwood  <david.sherwood@arm.com>
2569         * target.def (preferred_simd_mode): Take a scalar_mode
2570         instead of a machine_mode.
2571         * targhooks.h (default_preferred_simd_mode): Likewise.
2572         * targhooks.c (default_preferred_simd_mode): Likewise.
2573         * config/arc/arc.c (arc_preferred_simd_mode): Likewise.
2574         * config/arm/arm.c (arm_preferred_simd_mode): Likewise.
2575         * config/c6x/c6x.c (c6x_preferred_simd_mode): Likewise.
2576         * config/epiphany/epiphany.c (epiphany_preferred_simd_mode): Likewise.
2577         * config/i386/i386.c (ix86_preferred_simd_mode): Likewise.
2578         * config/mips/mips.c (mips_preferred_simd_mode): Likewise.
2579         * config/nvptx/nvptx.c (nvptx_preferred_simd_mode): Likewise.
2580         * config/powerpcspe/powerpcspe.c (rs6000_preferred_simd_mode):
2581         Likewise.
2582         * config/rs6000/rs6000.c (rs6000_preferred_simd_mode): Likewise.
2583         * config/s390/s390.c (s390_preferred_simd_mode): Likewise.
2584         * config/sparc/sparc.c (sparc_preferred_simd_mode): Likewise.
2585         * config/aarch64/aarch64.c (aarch64_preferred_simd_mode): Likewise.
2586         (aarch64_simd_scalar_immediate_valid_for_move): Update accordingly.
2587         * doc/tm.texi: Regenerate.
2588         * optabs-query.c (can_vec_mask_load_store_p): Return false for
2589         non-scalar modes.
2591 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
2592             Alan Hayward  <alan.hayward@arm.com>
2593             David Sherwood  <david.sherwood@arm.com>
2595         * target.def (scalar_mode_supported_p): Take a scalar_mode
2596         instead of a machine_mode.
2597         * targhooks.h (default_scalar_mode_supported_p): Likewise.
2598         * targhooks.c (default_scalar_mode_supported_p): Likewise.
2599         * config/aarch64/aarch64.c (aarch64_scalar_mode_supported_p): Likewise.
2600         * config/alpha/alpha.c (alpha_scalar_mode_supported_p): Likewise.
2601         * config/arm/arm.c (arm_scalar_mode_supported_p): Likewise.
2602         * config/avr/avr.c (avr_scalar_mode_supported_p): Likewise.
2603         * config/c6x/c6x.c (c6x_scalar_mode_supported_p): Likewise.
2604         * config/i386/i386.c (ix86_scalar_mode_supported_p): Likewise.
2605         * config/ia64/ia64.c (ia64_scalar_mode_supported_p): Likewise.
2606         * config/mips/mips.c (mips_scalar_mode_supported_p): Likewise.
2607         * config/msp430/msp430.c (msp430_scalar_mode_supported_p): Likewise.
2608         * config/pa/pa.c (pa_scalar_mode_supported_p): Likewise.
2609         * config/pdp11/pdp11.c (pdp11_scalar_mode_supported_p): Likewise.
2610         * config/powerpcspe/powerpcspe.c (rs6000_scalar_mode_supported_p):
2611         Likewise.
2612         * config/rs6000/rs6000.c (rs6000_scalar_mode_supported_p): Likewise.
2613         * config/s390/s390.c (s390_scalar_mode_supported_p): Likewise.
2614         * config/spu/spu.c (spu_scalar_mode_supported_p): Likewise.
2615         * config/tilegx/tilegx.c (tilegx_scalar_mode_supported_p): Likewise.
2616         * config/tilepro/tilepro.c (tilepro_scalar_mode_supported_p):
2617         Likewise.
2618         * doc/tm.texi: Regenerate.
2620 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
2621             Alan Hayward  <alan.hayward@arm.com>
2622             David Sherwood  <david.sherwood@arm.com>
2624         * coretypes.h (opt_scalar_mode): New typedef.
2625         * gdbhooks.py (build_pretty_printers): Handle it.
2626         * machmode.h (mode_iterator::get_2xwider): Add overload for
2627         opt_mode<T>.
2628         * emit-rtl.c (init_emit_once): Use opt_scalar_mode when iterating
2629         over scalar modes.
2630         * expr.c (convert_mode_scalar): Likewise.
2631         * omp-low.c (omp_clause_aligned_alignment): Likewise.
2632         * optabs.c (expand_float): Likewise.
2633         (expand_fix): Likewise.
2634         * tree-vect-stmts.c (vectorizable_conversion): Likewise.
2636 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
2637             Alan Hayward  <alan.hayward@arm.com>
2638             David Sherwood  <david.sherwood@arm.com>
2640         * optabs.c (expand_float): Explicitly check for scalars before
2641         using a branching expansion.
2642         (expand_fix): Likewise.
2644 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
2645             Alan Hayward  <alan.hayward@arm.com>
2646             David Sherwood  <david.sherwood@arm.com>
2648         * expr.c (convert_mode): Split scalar handling out into...
2649         (convert_mode_scalar): ...this new function.  Treat the modes
2650         as scalar_modes.
2652 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
2653             Alan Hayward  <alan.hayward@arm.com>
2654             David Sherwood  <david.sherwood@arm.com>
2656         * omp-expand.c (expand_omp_atomic): Use is_int_mode, is_float_mode
2657         and scalar_mode.
2658         * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size): Likewise.
2660 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
2661             Alan Hayward  <alan.hayward@arm.com>
2662             David Sherwood  <david.sherwood@arm.com>
2664         * fixed-value.h (fixed_from_double_int): Take a scalar_mode
2665         rather than a machine_mode.
2666         (fixed_from_string): Likewise.
2667         (fixed_convert): Likewise.
2668         (fixed_convert_from_int): Likewise.
2669         (fixed_convert_from_real): Likewise.
2670         (real_convert_from_fixed): Likewise.
2671         * fixed-value.c (fixed_from_double_int): Likewise.
2672         (fixed_from_string): Likewise.
2673         (fixed_convert): Likewise.
2674         (fixed_convert_from_int): Likewise.
2675         (fixed_convert_from_real): Likewise.
2676         (real_convert_from_fixed): Likewise.
2677         * config/avr/avr.c (avr_out_round): Use as_a <scalar_mode>.
2679 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
2680             Alan Hayward  <alan.hayward@arm.com>
2681             David Sherwood  <david.sherwood@arm.com>
2683         * emit-rtl.c (immed_double_const): Use is_a <scalar_mode> instead
2684         of separate mode class checks.  Do not allow vector modes here.
2685         (immed_wide_int_const): Use as_a <scalar_mode>.
2686         * explow.c (trunc_int_for_mode): Likewise.
2687         * rtl.h (wi::int_traits<rtx_mode_t>::get_precision): Likewise.
2688         (wi::shwi): Likewise.
2689         (wi::min_value): Likewise.
2690         (wi::max_value): Likewise.
2691         * dwarf2out.c (loc_descriptor): Likewise.
2692         * simplify-rtx.c (simplify_immed_subreg): Fix rtx_mode_t argument
2693         for CONST_WIDE_INT.
2695 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
2696             Alan Hayward  <alan.hayward@arm.com>
2697             David Sherwood  <david.sherwood@arm.com>
2699         * tree.h (SCALAR_TYPE_MODE): New macro.
2700         * expr.c (expand_expr_addr_expr_1): Use it.
2701         (expand_expr_real_2): Likewise.
2702         * fold-const.c (fold_convert_const_fixed_from_fixed): Likeise.
2703         (fold_convert_const_fixed_from_int): Likewise.
2704         (fold_convert_const_fixed_from_real): Likewise.
2705         (native_encode_fixed): Likewise
2706         (native_encode_complex): Likewise
2707         (native_encode_vector): Likewise.
2708         (native_interpret_fixed): Likewise.
2709         (native_interpret_real): Likewise.
2710         (native_interpret_complex): Likewise.
2711         (native_interpret_vector): Likewise.
2712         * omp-simd-clone.c (simd_clone_adjust_return_type): Likewise.
2713         (simd_clone_adjust_argument_types): Likewise.
2714         (simd_clone_init_simd_arrays): Likewise.
2715         (simd_clone_adjust): Likewise.
2716         * stor-layout.c (layout_type): Likewise.
2717         * tree.c (build_minus_one_cst): Likewise.
2718         * tree-cfg.c (verify_gimple_assign_ternary): Likewise.
2719         * tree-inline.c (estimate_move_cost): Likewise.
2720         * tree-ssa-math-opts.c (convert_plusminus_to_widen): Likewise.
2721         * tree-vect-loop.c (vect_create_epilog_for_reduction): Likewise.
2722         (vectorizable_reduction): Likewise.
2723         * tree-vect-patterns.c (vect_recog_widen_mult_pattern): Likewise.
2724         (vect_recog_mixed_size_cond_pattern): Likewise.
2725         (check_bool_pattern): Likewise.
2726         (adjust_bool_pattern): Likewise.
2727         (search_type_for_mask_1): Likewise.
2728         * tree-vect-slp.c (vect_schedule_slp_instance): Likewise.
2729         * tree-vect-stmts.c (vectorizable_conversion): Likewise.
2730         (vectorizable_load): Likewise.
2731         (vectorizable_store): Likewise.
2732         * ubsan.c (ubsan_encode_value): Likewise.
2733         * varasm.c (output_constant): Likewise.
2735 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
2736             Alan Hayward  <alan.hayward@arm.com>
2737             David Sherwood  <david.sherwood@arm.com>
2739         * coretypes.h (scalar_mode): New class.
2740         * machmode.h (scalar_mode): Likewise.
2741         (scalar_mode::includes_p): New function.
2742         (mode_to_inner): Return a scalar_mode rather than a machine_mode.
2743         * gdbhooks.py (build_pretty_printers): Handle scalar_mode.
2744         * genmodes.c (get_mode_class): Handle remaining scalar modes.
2745         * cfgexpand.c (expand_debug_expr): Use scalar_mode.
2746         * expmed.c (store_bit_field_1): Likewise.
2747         (extract_bit_field_1): Likewise.
2748         * expr.c (write_complex_part): Likewise.
2749         (read_complex_part): Likewise.
2750         (emit_move_complex_push): Likewise.
2751         (expand_expr_real_2): Likewise.
2752         * function.c (assign_parm_setup_reg): Likewise.
2753         (assign_parms_unsplit_complex): Likewise.
2754         * optabs.c (expand_binop): Likewise.
2755         * rtlanal.c (subreg_get_info): Likewise.
2756         * simplify-rtx.c (simplify_immed_subreg): Likewise.
2757         * varasm.c (output_constant_pool_2): Likewise.
2759 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
2760             Alan Hayward  <alan.hayward@arm.com>
2761             David Sherwood  <david.sherwood@arm.com>
2763         * expmed.c (extract_high_half): Use scalar_int_mode and remove
2764         assertion.
2765         (expmed_mult_highpart_optab): Likewise.
2766         (expmed_mult_highpart): Likewise.
2768 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
2769             Alan Hayward  <alan.hayward@arm.com>
2770             David Sherwood  <david.sherwood@arm.com>
2772         * builtins.h (builtin_strncpy_read_str): Take a scalar_int_mode
2773         instead of a machine_mode.
2774         (builtin_memset_read_str): Likewise.
2775         * builtins.c (c_readstr): Likewise.
2776         (builtin_memcpy_read_str): Likewise.
2777         (builtin_strncpy_read_str): Likewise.
2778         (builtin_memset_read_str): Likewise.
2779         (builtin_memset_gen_str): Likewise.
2780         (expand_builtin_signbit): Use scalar_int_mode for local variables.
2781         * cfgexpand.c (convert_debug_memory_address): Take a scalar_int_mode
2782         instead of a machine_mode.
2783         * combine.c (simplify_if_then_else): Use scalar_int_mode for local
2784         variables.
2785         (make_extraction): Likewise.
2786         (try_widen_shift_mode): Take and return scalar_int_modes instead
2787         of machine_modes.
2788         * config/aarch64/aarch64.c (aarch64_libgcc_cmp_return_mode): Return
2789         a scalar_int_mode instead of a machine_mode.
2790         * config/avr/avr.c (avr_addr_space_address_mode): Likewise.
2791         (avr_addr_space_pointer_mode): Likewise.
2792         * config/cr16/cr16.c (cr16_unwind_word_mode): Likewise.
2793         * config/msp430/msp430.c (msp430_addr_space_pointer_mode): Likewise.
2794         (msp430_unwind_word_mode): Likewise.
2795         * config/spu/spu.c (spu_unwind_word_mode): Likewise.
2796         (spu_addr_space_pointer_mode): Likewise.
2797         (spu_addr_space_address_mode): Likewise.
2798         (spu_libgcc_cmp_return_mode): Likewise.
2799         (spu_libgcc_shift_count_mode): Likewise.
2800         * config/rl78/rl78.c (rl78_addr_space_address_mode): Likewise.
2801         (rl78_addr_space_pointer_mode): Likewise.
2802         (fl78_unwind_word_mode): Likewise.
2803         (rl78_valid_pointer_mode): Take a scalar_int_mode instead of a
2804         machine_mode.
2805         * config/alpha/alpha.c (vms_valid_pointer_mode): Likewise.
2806         * config/ia64/ia64.c (ia64_vms_valid_pointer_mode): Likewise.
2807         * config/mips/mips.c (mips_mode_rep_extended): Likewise.
2808         (mips_valid_pointer_mode): Likewise.
2809         * config/tilegx/tilegx.c (tilegx_mode_rep_extended): Likewise.
2810         * config/ft32/ft32.c (ft32_valid_pointer_mode): Likewise.
2811         (ft32_addr_space_pointer_mode): Return a scalar_int_mode instead
2812         of a machine_mode.
2813         (ft32_addr_space_address_mode): Likewise.
2814         * config/m32c/m32c.c (m32c_valid_pointer_mode): Take a
2815         scalar_int_mode instead of a machine_mode.
2816         (m32c_addr_space_pointer_mode): Return a scalar_int_mode instead
2817         of a machine_mode.
2818         (m32c_addr_space_address_mode): Likewise.
2819         * config/powerpcspe/powerpcspe.c (rs6000_abi_word_mode): Likewise.
2820         (rs6000_eh_return_filter_mode): Likewise.
2821         * config/rs6000/rs6000.c (rs6000_abi_word_mode): Likewise.
2822         (rs6000_eh_return_filter_mode): Likewise.
2823         * config/s390/s390.c (s390_libgcc_cmp_return_mode): Likewise.
2824         (s390_libgcc_shift_count_mode): Likewise.
2825         (s390_unwind_word_mode): Likewise.
2826         (s390_valid_pointer_mode): Take a scalar_int_mode rather than a
2827         machine_mode.
2828         * target.def (mode_rep_extended): Likewise.
2829         (valid_pointer_mode): Likewise.
2830         (addr_space.valid_pointer_mode): Likewise.
2831         (eh_return_filter_mode): Return a scalar_int_mode rather than
2832         a machine_mode.
2833         (libgcc_cmp_return_mode): Likewise.
2834         (libgcc_shift_count_mode): Likewise.
2835         (unwind_word_mode): Likewise.
2836         (addr_space.pointer_mode): Likewise.
2837         (addr_space.address_mode): Likewise.
2838         * doc/tm.texi: Regenerate.
2839         * dojump.c (prefer_and_bit_test): Take a scalar_int_mode rather than
2840         a machine_mode.
2841         (do_jump): Use scalar_int_mode for local variables.
2842         * dwarf2cfi.c (init_return_column_size): Take a scalar_int_mode
2843         rather than a machine_mode.
2844         * dwarf2out.c (convert_descriptor_to_mode): Likewise.
2845         (scompare_loc_descriptor_wide): Likewise.
2846         (scompare_loc_descriptor_narrow): Likewise.
2847         * emit-rtl.c (adjust_address_1): Use scalar_int_mode for local
2848         variables.
2849         * except.c (sjlj_emit_dispatch_table): Likewise.
2850         (expand_builtin_eh_copy_values): Likewise.
2851         * explow.c (convert_memory_address_addr_space_1): Likewise.
2852         Take a scalar_int_mode rather than a machine_mode.
2853         (convert_memory_address_addr_space): Take a scalar_int_mode rather
2854         than a machine_mode.
2855         (memory_address_addr_space): Use scalar_int_mode for local variables.
2856         * expmed.h (expand_mult_highpart_adjust): Take a scalar_int_mode
2857         rather than a machine_mode.
2858         * expmed.c (mask_rtx): Likewise.
2859         (init_expmed_one_conv): Likewise.
2860         (expand_mult_highpart_adjust): Likewise.
2861         (extract_high_half): Likewise.
2862         (expmed_mult_highpart_optab): Likewise.
2863         (expmed_mult_highpart): Likewise.
2864         (expand_smod_pow2): Likewise.
2865         (expand_sdiv_pow2): Likewise.
2866         (emit_store_flag_int): Likewise.
2867         (adjust_bit_field_mem_for_reg): Use scalar_int_mode for local
2868         variables.
2869         (extract_low_bits): Likewise.
2870         * expr.h (by_pieces_constfn): Take a scalar_int_mode rather than
2871         a machine_mode.
2872         * expr.c (pieces_addr::adjust):  Likewise.
2873         (can_store_by_pieces): Likewise.
2874         (store_by_pieces): Likewise.
2875         (clear_by_pieces_1): Likewise.
2876         (expand_expr_addr_expr_1): Likewise.
2877         (expand_expr_addr_expr): Use scalar_int_mode for local variables.
2878         (expand_expr_real_1): Likewise.
2879         (try_casesi): Likewise.
2880         * final.c (shorten_branches): Likewise.
2881         * fold-const.c (fold_convert_const_int_from_fixed): Change the
2882         type of "mode" to machine_mode.
2883         * internal-fn.c (expand_arith_overflow_result_store): Take a
2884         scalar_int_mode rather than a machine_mode.
2885         (expand_mul_overflow): Use scalar_int_mode for local variables.
2886         * loop-doloop.c (doloop_modify): Likewise.
2887         (doloop_optimize): Likewise.
2888         * optabs.c (expand_subword_shift): Take a scalar_int_mode rather
2889         than a machine_mode.
2890         (expand_doubleword_shift_condmove): Likewise.
2891         (expand_doubleword_shift): Likewise.
2892         (expand_doubleword_clz): Likewise.
2893         (expand_doubleword_popcount): Likewise.
2894         (expand_doubleword_parity): Likewise.
2895         (expand_absneg_bit): Use scalar_int_mode for local variables.
2896         (prepare_float_lib_cmp): Likewise.
2897         * rtl.h (convert_memory_address_addr_space_1): Take a scalar_int_mode
2898         rather than a machine_mode.
2899         (convert_memory_address_addr_space): Likewise.
2900         (get_mode_bounds): Likewise.
2901         (get_address_mode): Return a scalar_int_mode rather than a
2902         machine_mode.
2903         * rtlanal.c (get_address_mode): Likewise.
2904         * stor-layout.c (get_mode_bounds): Take a scalar_int_mode rather
2905         than a machine_mode.
2906         * targhooks.c (default_mode_rep_extended): Likewise.
2907         (default_valid_pointer_mode): Likewise.
2908         (default_addr_space_valid_pointer_mode): Likewise.
2909         (default_eh_return_filter_mode): Return a scalar_int_mode rather
2910         than a machine_mode.
2911         (default_libgcc_cmp_return_mode): Likewise.
2912         (default_libgcc_shift_count_mode): Likewise.
2913         (default_unwind_word_mode): Likewise.
2914         (default_addr_space_pointer_mode): Likewise.
2915         (default_addr_space_address_mode): Likewise.
2916         * targhooks.h (default_eh_return_filter_mode): Likewise.
2917         (default_libgcc_cmp_return_mode): Likewise.
2918         (default_libgcc_shift_count_mode): Likewise.
2919         (default_unwind_word_mode): Likewise.
2920         (default_addr_space_pointer_mode): Likewise.
2921         (default_addr_space_address_mode): Likewise.
2922         (default_mode_rep_extended): Take a scalar_int_mode rather than
2923         a machine_mode.
2924         (default_valid_pointer_mode): Likewise.
2925         (default_addr_space_valid_pointer_mode): Likewise.
2926         * tree-ssa-address.c (addr_for_mem_ref): Use scalar_int_mode for
2927         local variables.
2928         * tree-ssa-loop-ivopts.c (get_shiftadd_cost): Take a scalar_int_mode
2929         rather than a machine_mode.
2930         * tree-switch-conversion.c (array_value_type): Use scalar_int_mode
2931         for local variables.
2932         * tree-vrp.c (simplify_float_conversion_using_ranges): Likewise.
2933         * var-tracking.c (use_narrower_mode): Take a scalar_int_mode rather
2934         than a machine_mode.
2936 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
2937             Alan Hayward  <alan.hayward@arm.com>
2938             David Sherwood  <david.sherwood@arm.com>
2940         * dojump.c (do_jump_by_parts_greater_rtx): Change the type of
2941         the mode argument to scalar_int_mode.
2942         (do_jump_by_parts_zero_rtx): Likewise.
2943         (do_jump_by_parts_equality_rtx): Likewise.
2944         (do_jump_by_parts_greater): Take a mode argument.
2945         (do_jump_by_parts_equality): Likewise.
2946         (do_jump_1): Update calls accordingly.
2948 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
2949             Alan Hayward  <alan.hayward@arm.com>
2950             David Sherwood  <david.sherwood@arm.com>
2952         * is-a.h (safe_dyn_cast): New function.
2953         * rtl.h (rtx_jump_table_data::get_data_mode): New function.
2954         (jump_table_for_label): Likewise.
2955         * final.c (final_addr_vec_align): Take an rtx_jump_table_data *
2956         instead of an rtx_insn *.
2957         (shorten_branches): Use dyn_cast instead of LABEL_P and
2958         JUMP_TABLE_DATA_P.  Use jump_table_for_label and
2959         rtx_jump_table_data::get_data_mode.
2960         (final_scan_insn): Likewise.
2962 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
2963             Alan Hayward  <alan.hayward@arm.com>
2964             David Sherwood  <david.sherwood@arm.com>
2966         * combine.c (try_combine): Use is_a <scalar_int_mode> when
2967         trying to combine a full-register integer set with a subreg
2968         integer set.
2970 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
2971             Alan Hayward  <alan.hayward@arm.com>
2972             David Sherwood  <david.sherwood@arm.com>
2974         * expr.c (expand_expr_addr_expr): Add a new_tmode local variable
2975         that is always either address_mode or pointer_mode.
2977 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
2978             Alan Hayward  <alan.hayward@arm.com>
2979             David Sherwood  <david.sherwood@arm.com>
2981         * expr.c (expand_expr_real_2): Use word_mode instead of innermode
2982         when the two are known to be equal.
2984 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
2985             Alan Hayward  <alan.hayward@arm.com>
2986             David Sherwood  <david.sherwood@arm.com>
2988         * simplify-rtx.c (simplify_const_unary_operation): Use
2989         is_a <scalar_int_mode> instead of checking for a nonzero
2990         precision.  Forcibly convert op_mode to a scalar_int_mode
2991         in that case.  More clearly differentiate the operand and
2992         result modes and use the former when deciding what the value
2993         of a count-bits operation should be.  Use is_int_mode instead
2994         of checking for a MODE_INT.  Remove redundant check for whether
2995         this mode has a zero precision.
2997 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
2998             Alan Hayward  <alan.hayward@arm.com>
2999             David Sherwood  <david.sherwood@arm.com>
3001         * optabs.c (widen_leading): Change the type of the mode argument
3002         to scalar_int_mode.  Use opt_scalar_int_mode for the mode iterator.
3003         (widen_bswap): Likewise.
3004         (expand_parity): Likewise.
3005         (expand_ctz): Change the type of the mode argument to scalar_int_mode.
3006         (expand_ffs): Likewise.
3007         (epand_unop): Check for scalar integer modes before calling the
3008         above routines.
3010 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3011             Alan Hayward  <alan.hayward@arm.com>
3012             David Sherwood  <david.sherwood@arm.com>
3014         * expr.c (const_scalar_mask_from_tree): Add a mode argument.
3015         Expand commentary.
3016         (expand_expr_real_1): Update call accordingly.
3018 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3019             Alan Hayward  <alan.hayward@arm.com>
3020             David Sherwood  <david.sherwood@arm.com>
3022         * expmed.c (store_bit_field_using_insv): Add op0_mode and
3023         value_mode arguments.  Use scalar_int_mode internally.
3024         (store_bit_field_1): Rename the new integer mode from imode
3025         to op0_mode and use it instead of GET_MODE (op0).  Update calls
3026         to store_split_bit_field, store_bit_field_using_insv and
3027         store_fixed_bit_field.
3028         (store_fixed_bit_field): Add op0_mode and value_mode arguments.
3029         Use scalar_int_mode internally.  Use a bit count rather than a mode
3030         when calculating the largest bit size for get_best_mode.
3031         Update calls to store_split_bit_field and store_fixed_bit_field_1.
3032         (store_fixed_bit_field_1): Add mode and value_mode arguments.
3033         Remove assertion that OP0 has a scalar integer mode.
3034         (store_split_bit_field): Add op0_mode and value_mode arguments.
3035         Update calls to extract_fixed_bit_field.
3036         (extract_bit_field_using_extv): Add an op0_mode argument.
3037         Use scalar_int_mode internally.
3038         (extract_bit_field_1): Rename the new integer mode from imode to
3039         op0_mode and use it instead of GET_MODE (op0).  Update calls to
3040         extract_split_bit_field, extract_bit_field_using_extv and
3041         extract_fixed_bit_field.
3042         (extract_fixed_bit_field): Add an op0_mode argument.  Update calls
3043         to extract_split_bit_field and extract_fixed_bit_field_1.
3044         (extract_fixed_bit_field_1): Add a mode argument.  Remove assertion
3045         that OP0 has a scalar integer mode.  Use as_a <scalar_int_mode>
3046         on the target mode.
3047         (extract_split_bit_field): Add an op0_mode argument.  Update call
3048         to extract_fixed_bit_field.
3050 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3051             Alan Hayward  <alan.hayward@arm.com>
3052             David Sherwood  <david.sherwood@arm.com>
3054         * cse.c (cse_insn): Use opt_scalar_int_mode for the mode iterator.
3055         * explow.c (hard_function_value): Likewise.
3056         * expmed.c (extract_fixed_bit_field_1): Likewise.  Move the
3057         convert_to_mode call outside the loop.
3058         * expr.c (alignment_for_piecewise_move): Use opt_scalar_int_mode
3059         for the mode iterator.  Require the mode specified by max_pieces
3060         to exist.
3061         (emit_block_move_via_movmem): Use opt_scalar_int_mode for the
3062         mode iterator.
3063         (copy_blkmode_to_reg): Likewise.
3064         (set_storage_via_setmem): Likewise.
3065         * optabs.c (prepare_cmp_insn): Likewise.
3066         * rtlanal.c (init_num_sign_bit_copies_in_rep): Likewise.
3067         * stor-layout.c (finish_bitfield_representative): Likewise.
3069 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3070             Alan Hayward  <alan.hayward@arm.com>
3071             David Sherwood  <david.sherwood@arm.com>
3073         * rtl.h (subreg_unpromoted_mode, subreg_promoted_mode): New functions.
3074         * expr.c (convert_move): Use them.
3075         (convert_modes): Likewise.
3076         (store_expr_with_bounds): Likewise.
3078 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3079             Alan Hayward  <alan.hayward@arm.com>
3080             David Sherwood  <david.sherwood@arm.com>
3082         * rtl.h (rtl_hooks::reg_nonzero_bits): Add a scalar_int_mode
3083         parameter for the mode of "x".  Remove the "known_x", "known_mode"
3084         and "known_ret" arguments.  Change the type of the mode argument
3085         to scalar_int_mode.
3086         (rtl_hooks:reg_num_sign_bit_copies): Likewise.
3087         * combine.c (reg_nonzero_bits_for_combine): Update accordingly.
3088         (reg_num_sign_bit_copies_for_combine): Likewise.
3089         * rtlanal.c (nonzero_bits1): Likewise.
3090         (num_sign_bit_copies1): Likewise.
3091         * rtlhooks-def.h (reg_nonzero_bits_general): Likewise.
3092         (reg_num_sign_bit_copies_general): Likewise.
3093         * rtlhooks.c (reg_num_sign_bit_copies_general): Likewise.
3094         (reg_nonzero_bits_general): Likewise.
3096 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3097             Alan Hayward  <alan.hayward@arm.com>
3098             David Sherwood  <david.sherwood@arm.com>
3100         * rtlanal.c (num_sign_bit_copies): Handle VOIDmode here rather
3101         than in subroutines.  Return 1 for non-integer modes.
3102         (cached_num_sign_bit_copies): Change the type of the mode parameter
3103         to scalar_int_mode.
3104         (num_sign_bit_copies1): Likewise.  Remove early exit for other mode
3105         classes.  Handle CONST_INT_P first and then check whether X also
3106         has a scalar integer mode.  Check the same thing for inner registers
3107         of a SUBREG and for values that are being extended or truncated.
3109 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3110             Alan Hayward  <alan.hayward@arm.com>
3111             David Sherwood  <david.sherwood@arm.com>
3113         * rtlanal.c (nonzero_bits): Handle VOIDmode here rather than
3114         in subroutines.  Return the mode mask for non-integer modes.
3115         (cached_nonzero_bits): Change the type of the mode parameter
3116         to scalar_int_mode.
3117         (nonzero_bits1): Likewise.  Remove early exit for other mode
3118         classes.  Handle CONST_INT_P first and then check whether X
3119         also has a scalar integer mode.
3121 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3122             Alan Hayward  <alan.hayward@arm.com>
3123             David Sherwood  <david.sherwood@arm.com>
3125         * expr.c (widest_int_mode_for_size): Make the comment match the code.
3126         Return a scalar_int_mode and assert that the size is greater than
3127         one byte.
3128         (by_pieces_ninsns): Update accordingly and remove VOIDmode handling.
3129         (op_by_pieces_d::op_by_pieces_d): Likewise.
3130         (op_by_pieces_d::run): Likewise.
3131         (can_store_by_pieces): Likewise.
3133 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3134             Alan Hayward  <alan.hayward@arm.com>
3135             David Sherwood  <david.sherwood@arm.com>
3137         * combine.c (extract_left_shift): Add a mode argument and update
3138         recursive calls.
3139         (make_compound_operation_int): Change the type of the mode parameter
3140         to scalar_int_mode and update the call to extract_left_shift.
3142 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3143             Alan Hayward  <alan.hayward@arm.com>
3144             David Sherwood  <david.sherwood@arm.com>
3146         * combine.c (simplify_and_const_int): Change the type of the mode
3147         parameter to scalar_int_mode.
3148         (simplify_and_const_int_1): Likewise.  Update recursive call.
3150 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3151             Alan Hayward  <alan.hayward@arm.com>
3152             David Sherwood  <david.sherwood@arm.com>
3154         * combine.c (simplify_compare_const): Check that the mode is a
3155         scalar_int_mode (rather than VOIDmode) before testing its
3156         precision.
3157         (simplify_comparison): Move COMPARISON_P handling out of the
3158         loop and restrict the latter part of the loop to scalar_int_modes.
3159         Check is_a <scalar_int_mode> before calling HWI_COMPUTABLE_MODE_P
3160         and when considering SUBREG_REGs.  Use is_int_mode instead of
3161         checking GET_MODE_CLASS against MODE_INT.
3163 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3164             Alan Hayward  <alan.hayward@arm.com>
3165             David Sherwood  <david.sherwood@arm.com>
3167         * combine.c (try_widen_shift_mode): Move check for equal modes to...
3168         (simplify_shift_const_1): ...here.  Use scalar_int_mode for
3169         shift_unit_mode and for modes involved in scalar shifts.
3171 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3172             Alan Hayward  <alan.hayward@arm.com>
3173             David Sherwood  <david.sherwood@arm.com>
3175         * combine.c (force_int_to_mode): New function, split out from...
3176         (force_to_mode): ...here.  Keep xmode up-to-date and use it
3177         instead of GET_MODE (x).
3179 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3180             Alan Hayward  <alan.hayward@arm.com>
3181             David Sherwood  <david.sherwood@arm.com>
3183         * optabs-query.h (extraction_insn::struct_mode): Change type to
3184         opt_scalar_int_mode and update comment.
3185         (extraction_insn::field_mode): Change type to scalar_int_mode.
3186         (extraction_insn::pos_mode): Likewise.
3187         * combine.c (make_extraction): Update accordingly.
3188         * optabs-query.c (get_traditional_extraction_insn): Likewise.
3189         (get_optab_extraction_insn): Likewise.
3190         * recog.c (simplify_while_replacing): Likewise.
3191         * expmed.c (narrow_bit_field_mem): Change the type of the mode
3192         parameter to opt_scalar_int_mode.
3194 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3195             Alan Hayward  <alan.hayward@arm.com>
3196             David Sherwood  <david.sherwood@arm.com>
3198         * machmode.h (bit_field_mode_iterator::next_mode): Take a pointer
3199         to a scalar_int_mode instead of a machine_mode.
3200         (bit_field_mode_iterator::m_mode): Change type to opt_scalar_int_mode.
3201         (get_best_mode): Return a boolean and use a pointer argument to store
3202         the selected mode.  Replace the limit mode parameter with a bit limit.
3203         * expmed.c (adjust_bit_field_mem_for_reg): Use scalar_int_mode
3204         for the values returned by bit_field_mode_iterator::next_mode.
3205         (store_bit_field): Update call to get_best_mode.
3206         (store_fixed_bit_field): Likewise.
3207         (extract_fixed_bit_field): Likewise.
3208         * expr.c (optimize_bitfield_assignment_op): Likewise.
3209         * fold-const.c (optimize_bit_field_compare): Likewise.
3210         (fold_truth_andor_1): Likewise.
3211         * stor-layout.c (bit_field_mode_iterator::next_mode): As above.
3212         Update for new type of m_mode.
3213         (get_best_mode): As above.
3215 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3216             Alan Hayward  <alan.hayward@arm.com>
3217             David Sherwood  <david.sherwood@arm.com>
3219         * expmed.c (strict_volatile_bitfield_p): Change the type of fieldmode
3220         to scalar_int_mode.  Remove check for SCALAR_INT_MODE_P.
3221         (store_bit_field): Check is_a <scalar_int_mode> before calling
3222         strict_volatile_bitfield_p.
3223         (extract_bit_field): Likewise.
3225 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3226             Alan Hayward  <alan.hayward@arm.com>
3227             David Sherwood  <david.sherwood@arm.com>
3229         * target.def (cstore_mode): Return a scalar_int_mode.
3230         * doc/tm.texi: Regenerate.
3231         * config/sparc/sparc.c (sparc_cstore_mode): Return a scalar_int_mode.
3232         * targhooks.h (default_cstore_mode): Likewise.
3233         * targhooks.c (default_cstore_mode): Likewise, using a forced
3234         conversion.
3235         * expmed.c (emit_cstore): Expect the target of the cstore to be
3236         a scalar_int_mode.
3238 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3239             Alan Hayward  <alan.hayward@arm.com>
3240             David Sherwood  <david.sherwood@arm.com>
3242         * cfgloop.h (rtx_iv): Change type of extend_mode and mode to
3243         scalar_int_mode.
3244         (niter_desc): Likewise mode.
3245         (iv_analyze): Add a mode parameter.
3246         (biv_p): Likewise.
3247         (iv_analyze_expr): Pass the mode paraeter before the rtx it describes
3248         and change its type to scalar_int_mode.
3249         * loop-iv.c: Update commentary at head of file.
3250         (iv_constant): Pass the mode paraeter before the rtx it describes
3251         and change its type to scalar_int_mode.  Remove VOIDmode handling.
3252         (iv_subreg): Change the type of the mode parameter to scalar_int_mode.
3253         (iv_extend): Likewise.
3254         (shorten_into_mode): Likewise.
3255         (iv_add): Use scalar_int_mode.
3256         (iv_mult): Likewise.
3257         (iv_shift): Likewise.
3258         (canonicalize_iv_subregs): Likewise.
3259         (get_biv_step_1): Pass the outer_mode parameter before the rtx
3260         it describes and change its mode to scalar_int_mode.   Also change
3261         the type of the returned inner_mode to scalar_int_mode.
3262         (get_biv_step): Likewise, turning outer_mode from a pointer
3263         into a direct parameter.  Update call to get_biv_step_1.
3264         (iv_analyze_biv): Add an outer_mode parameter.  Update calls to
3265         iv_constant and get_biv_step.
3266         (iv_analyze_expr): Pass the mode parameter before the rtx it describes
3267         and change its type to scalar_int_mode.  Don't initialise iv->mode
3268         to VOIDmode and remove later checks for its still being VOIDmode.
3269         Update calls to iv_analyze_op and iv_analyze_expr.  Check
3270         is_a <scalar_int_mode> when changing the mode under consideration.
3271         (iv_analyze_def): Ignore registers that don't have a scalar_int_mode.
3272         Update call to iv_analyze_expr.
3273         (iv_analyze_op): Add a mode parameter.  Reject subregs whose
3274         inner register is not also a scalar_int_mode.  Update call to
3275         iv_analyze_biv.
3276         (iv_analyze): Add a mode parameter.  Update call to iv_analyze_op.
3277         (biv_p): Add a mode parameter.  Update call to iv_analyze_biv.
3278         (iv_number_of_iterations): Use is_a <scalar_int_mode> instead of
3279         separate mode class checks.  Update calls to iv_analyze.  Remove
3280         fix-up of VOIDmodes after iv_analyze_biv.
3281         * loop-unroll.c (analyze_iv_to_split_insn): Reject registers that
3282         don't have a scalar_int_mode.  Update call to biv_p.
3284 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3285             Alan Hayward  <alan.hayward@arm.com>
3286             David Sherwood  <david.sherwood@arm.com>
3288         * cfgexpand.c (convert_debug_memory_address): Use
3289         as_a <scalar_int_mode>.
3290         * combine.c (expand_compound_operation): Likewise.
3291         (make_extraction): Likewise.
3292         (change_zero_ext): Likewise.
3293         (simplify_comparison): Likewise.
3294         * cse.c (cse_insn): Likewise.
3295         * dwarf2out.c (minmax_loc_descriptor): Likewise.
3296         (mem_loc_descriptor): Likewise.
3297         (loc_descriptor): Likewise.
3298         * expmed.c (init_expmed_one_mode): Likewise.
3299         (synth_mult): Likewise.
3300         (emit_store_flag_1): Likewise.
3301         (expand_divmod): Likewise.  Use HWI_COMPUTABLE_MODE_P instead
3302         of a comparison with size.
3303         * expr.c (expand_assignment): Use as_a <scalar_int_mode>.
3304         (reduce_to_bit_field_precision): Likewise.
3305         * function.c (expand_function_end): Likewise.
3306         * internal-fn.c (expand_arith_overflow_result_store): Likewise.
3307         * loop-doloop.c (doloop_modify): Likewise.
3308         * optabs.c (expand_binop): Likewise.
3309         (expand_unop): Likewise.
3310         (expand_copysign_absneg): Likewise.
3311         (prepare_cmp_insn): Likewise.
3312         (maybe_legitimize_operand): Likewise.
3313         * recog.c (const_scalar_int_operand): Likewise.
3314         * rtlanal.c (get_address_mode): Likewise.
3315         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
3316         (simplify_cond_clz_ctz): Likewise.
3317         * tree-nested.c (get_nl_goto_field): Likewise.
3318         * tree.c (build_vector_type_for_mode): Likewise.
3319         * var-tracking.c (use_narrower_mode): Likewise.
3321 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3322             Alan Hayward  <alan.hayward@arm.com>
3323             David Sherwood  <david.sherwood@arm.com>
3325         * tree.h (SCALAR_INT_TYPE_MODE): New macro.
3326         * builtins.c (expand_builtin_signbit): Use it.
3327         * cfgexpand.c (expand_debug_expr): Likewise.
3328         * dojump.c (do_jump): Likewise.
3329         (do_compare_and_jump): Likewise.
3330         * dwarf2cfi.c (expand_builtin_init_dwarf_reg_sizes): Likewise.
3331         * expmed.c (make_tree): Likewise.
3332         * expr.c (expand_expr_real_2): Likewise.
3333         (expand_expr_real_1): Likewise.
3334         (try_casesi): Likewise.
3335         * fold-const-call.c (fold_const_call_ss): Likewise.
3336         * fold-const.c (unextend): Likewise.
3337         (extract_muldiv_1): Likewise.
3338         (fold_single_bit_test): Likewise.
3339         (native_encode_int): Likewise.
3340         (native_encode_string): Likewise.
3341         (native_interpret_int): Likewise.
3342         * gimple-fold.c (gimple_fold_builtin_memset): Likewise.
3343         * internal-fn.c (expand_addsub_overflow): Likewise.
3344         (expand_neg_overflow): Likewise.
3345         (expand_mul_overflow): Likewise.
3346         (expand_arith_overflow): Likewise.
3347         * match.pd: Likewise.
3348         * stor-layout.c (layout_type): Likewise.
3349         * tree-cfg.c (verify_gimple_assign_ternary): Likewise.
3350         * tree-ssa-math-opts.c (convert_mult_to_widen): Likewise.
3351         * tree-ssanames.c (get_range_info): Likewise.
3352         * tree-switch-conversion.c (array_value_type) Likewise.
3353         * tree-vect-patterns.c (vect_recog_rotate_pattern): Likewise.
3354         (vect_recog_divmod_pattern): Likewise.
3355         (vect_recog_mixed_size_cond_pattern): Likewise.
3356         * tree-vrp.c (extract_range_basic): Likewise.
3357         (simplify_float_conversion_using_ranges): Likewise.
3358         * tree.c (int_fits_type_p): Likewise.
3359         * ubsan.c (instrument_bool_enum_load): Likewise.
3360         * varasm.c (mergeable_string_section): Likewise.
3361         (narrowing_initializer_constant_valid_p): Likewise.
3362         (output_constant): Likewise.
3364 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3365             Alan Hayward  <alan.hayward@arm.com>
3366             David Sherwood  <david.sherwood@arm.com>
3368         * machmode.h (NARROWEST_INT_MODE): New macro.
3369         * expr.c (alignment_for_piecewise_move): Use it instead of
3370         GET_CLASS_NARROWEST_MODE (MODE_INT).
3371         (push_block): Likewise.
3372         * stor-layout.c (bit_field_mode_iterator::bit_field_mode_iterator):
3373         Likewise.
3374         * tree-vrp.c (simplify_float_conversion_using_ranges): Likewise.
3376 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3377             Alan Hayward  <alan.hayward@arm.com>
3378             David Sherwood  <david.sherwood@arm.com>
3380         * postreload.c (move2add_valid_value_p): Change the type of the
3381         mode parameter to scalar_int_mode.
3382         (move2add_use_add2_insn): Add a mode parameter and use it instead
3383         of GET_MODE (reg).
3384         (move2add_use_add3_insn): Likewise.
3385         (reload_cse_move2add): Update accordingly.
3387 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3388             Alan Hayward  <alan.hayward@arm.com>
3389             David Sherwood  <david.sherwood@arm.com>
3391         * expr.c (expand_expr_real_2): Use scalar_int_mode for the
3392         double-word mode.
3393         * lower-subreg.c (resolve_shift_zext): Use is_a <scalar_int_mode>.
3394         * optabs.c (expand_unop): Likewise.
3396 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3397             Alan Hayward  <alan.hayward@arm.com>
3398             David Sherwood  <david.sherwood@arm.com>
3400         * dwarf2out.c (typed_binop): Change mode parameter to scalar_int_mode.
3401         (clz_loc_descriptor): Likewise.  Remove SCALAR_INT_MODE_P check.
3402         (popcount_loc_descriptor): Likewise.
3403         (bswap_loc_descriptor): Likewise.
3404         (rotate_loc_descriptor): Likewise.
3405         (mem_loc_descriptor): Add is_a <scalar_int_mode> checks before
3406         calling the functions above.
3408 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3409             Alan Hayward  <alan.hayward@arm.com>
3410             David Sherwood  <david.sherwood@arm.com>
3412         * combine.c (sign_extend_short_imm): Add is_a <scalar_int_mode>
3413         checks.
3414         (try_combine): Likewise.
3415         (simplify_if_then_else): Likewise.
3416         * cse.c (cse_insn): Likewise.
3417         * dwarf2out.c (mem_loc_descriptor): Likewise.
3418         * emit-rtl.c (gen_lowpart_common): Likewise.
3419         * simplify-rtx.c (simplify_truncation): Likewise.
3420         (simplify_binary_operation_1): Likewise.
3421         (simplify_const_relational_operation): Likewise.
3422         (simplify_ternary_operation): Likewise.
3423         * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Likewise.
3425 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3426             Alan Hayward  <alan.hayward@arm.com>
3427             David Sherwood  <david.sherwood@arm.com>
3429         * cse.c (cse_insn): Add is_a <scalar_int_mode> checks.
3430         * reload.c (push_reload): Likewise.
3431         (find_reloads): Likewise.
3433 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3434             Alan Hayward  <alan.hayward@arm.com>
3435             David Sherwood  <david.sherwood@arm.com>
3437         * combine.c (find_split_point): Add is_a <scalar_int_mode> checks.
3438         (make_compound_operation_int): Likewise.
3439         (change_zero_ext): Likewise.
3440         * expr.c (convert_move): Likewise.
3441         (convert_modes): Likewise.
3442         * fwprop.c (forward_propagate_subreg): Likewise.
3443         * loop-iv.c (get_biv_step_1): Likewise.
3444         * optabs.c (widen_operand): Likewise.
3445         * postreload.c (move2add_valid_value_p): Likewise.
3446         * recog.c (simplify_while_replacing): Likewise.
3447         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
3448         (simplify_binary_operation_1): Likewise.  Remove redundant
3449         mode equality check.
3451 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3452             Alan Hayward  <alan.hayward@arm.com>
3453             David Sherwood  <david.sherwood@arm.com>
3455         * combine.c (combine_simplify_rtx): Add checks for
3456         is_a <scalar_int_mode>.
3457         (simplify_if_then_else): Likewise.
3458         (make_field_assignment): Likewise.
3459         (simplify_comparison): Likewise.
3460         * ifcvt.c (noce_try_bitop): Likewise.
3461         * loop-invariant.c (canonicalize_address_mult): Likewise.
3462         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
3464 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3465             Alan Hayward  <alan.hayward@arm.com>
3466             David Sherwood  <david.sherwood@arm.com>
3468         * gimple-fold.c (gimple_fold_builtin_memory_op): Use
3469         is_a <scalar_int_mode> instead of != BLKmode.
3471 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3472             Alan Hayward  <alan.hayward@arm.com>
3473             David Sherwood  <david.sherwood@arm.com>
3475         * cfgexpand.c (expand_debug_expr): Use is_a <scalar_int_mode>
3476         instead of != VOIDmode.
3477         * combine.c (if_then_else_cond): Likewise.
3478         (change_zero_ext): Likewise.
3479         * dwarf2out.c (mem_loc_descriptor): Likewise.
3480         (loc_descriptor): Likewise.
3481         * rtlanal.c (canonicalize_condition): Likewise.
3482         * simplify-rtx.c (simplify_relational_operation_1): Likewise.
3484 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3485             Alan Hayward  <alan.hayward@arm.com>
3486             David Sherwood  <david.sherwood@arm.com>
3488         * simplify-rtx.c (simplify_binary_operation_1): Use
3489         is_a <scalar_int_mode> instead of !VECTOR_MODE_P.
3491 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3492             Alan Hayward  <alan.hayward@arm.com>
3493             David Sherwood  <david.sherwood@arm.com>
3495         * wide-int.h (int_traits<unsigned char>) New class.
3496         (int_traits<unsigned short>) Likewise.
3497         * cfgexpand.c (expand_debug_expr): Use is_a <scalar_int_mode>.
3498         Use GET_MODE_UNIT_PRECISION and remove redundant test for
3499         SCALAR_INT_MODE_P.
3500         * combine.c (set_nonzero_bits_and_sign_copies): Use
3501         is_a <scalar_int_mode>.
3502         (find_split_point): Likewise.
3503         (combine_simplify_rtx): Likewise.
3504         (simplify_logical): Likewise.
3505         (expand_compound_operation): Likewise.
3506         (expand_field_assignment): Likewise.
3507         (make_compound_operation): Likewise.
3508         (extended_count): Likewise.
3509         (change_zero_ext): Likewise.
3510         (simplify_comparison): Likewise.
3511         * dwarf2out.c (scompare_loc_descriptor): Likewise.
3512         (ucompare_loc_descriptor): Likewise.
3513         (minmax_loc_descriptor): Likewise.
3514         (mem_loc_descriptor): Likewise.
3515         (loc_descriptor): Likewise.
3516         * expmed.c (init_expmed_one_mode): Likewise.
3517         * lra-constraints.c (lra_constraint_offset): Likewise.
3518         * optabs.c (prepare_libcall_arg): Likewise.
3519         * postreload.c (move2add_note_store): Likewise.
3520         * reload.c (operands_match_p): Likewise.
3521         * rtl.h (load_extend_op): Likewise.
3522         * rtlhooks.c (gen_lowpart_general): Likewise.
3523         * simplify-rtx.c (simplify_truncation): Likewise.
3524         (simplify_unary_operation_1): Likewise.
3525         (simplify_binary_operation_1): Likewise.
3526         (simplify_const_binary_operation): Likewise.
3527         (simplify_const_relational_operation): Likewise.
3528         (simplify_subreg): Likewise.
3529         * stor-layout.c (bitwise_mode_for_mode): Likewise.
3530         * var-tracking.c (adjust_mems): Likewise.
3531         (prepare_call_arguments): Likewise.
3533 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3534             Alan Hayward  <alan.hayward@arm.com>
3535             David Sherwood  <david.sherwood@arm.com>
3537         * machmode.h (is_int_mode): New fuction.
3538         * combine.c (find_split_point): Use it.
3539         (combine_simplify_rtx): Likewise.
3540         (simplify_if_then_else): Likewise.
3541         (simplify_set): Likewise.
3542         (simplify_shift_const_1): Likewise.
3543         (simplify_comparison): Likewise.
3544         * config/aarch64/aarch64.c (aarch64_rtx_costs): Likewise.
3545         * cse.c (notreg_cost): Likewise.
3546         (cse_insn): Likewise.
3547         * cselib.c (cselib_lookup_1): Likewise.
3548         * dojump.c (do_jump_1): Likewise.
3549         (do_compare_rtx_and_jump): Likewise.
3550         * dse.c (get_call_args): Likewise.
3551         * dwarf2out.c (rtl_for_decl_init): Likewise.
3552         (native_encode_initializer): Likewise.
3553         * expmed.c (emit_store_flag_1): Likewise.
3554         (emit_store_flag): Likewise.
3555         * expr.c (convert_modes): Likewise.
3556         (store_field): Likewise.
3557         (expand_expr_real_1): Likewise.
3558         * fold-const.c (fold_read_from_constant_string): Likewise.
3559         * gimple-ssa-sprintf.c (get_format_string): Likewise.
3560         * optabs-libfuncs.c (gen_int_libfunc): Likewise.
3561         * optabs.c (expand_binop): Likewise.
3562         (expand_unop): Likewise.
3563         (expand_abs_nojump): Likewise.
3564         (expand_one_cmpl_abs_nojump): Likewise.
3565         * simplify-rtx.c (mode_signbit_p): Likewise.
3566         (val_signbit_p): Likewise.
3567         (val_signbit_known_set_p): Likewise.
3568         (val_signbit_known_clear_p): Likewise.
3569         (simplify_relational_operation_1): Likewise.
3570         * tree.c (vector_type_mode): Likewise.
3572 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3573             Alan Hayward  <alan.hayward@arm.com>
3574             David Sherwood  <david.sherwood@arm.com>
3576         * machmode.h (smallest_mode_for_size): Fix formatting.
3577         (smallest_int_mode_for_size): New function.
3578         * cfgexpand.c (expand_debug_expr): Use smallest_int_mode_for_size
3579         instead of smallest_mode_for_size.
3580         * combine.c (make_extraction): Likewise.
3581         * config/arc/arc.c (arc_expand_movmem): Likewise.
3582         * config/arm/arm.c (arm_expand_divmod_libfunc): Likewise.
3583         * config/i386/i386.c (ix86_get_mask_mode): Likewise.
3584         * config/s390/s390.c (s390_expand_insv): Likewise.
3585         * config/sparc/sparc.c (assign_int_registers): Likewise.
3586         * config/spu/spu.c (spu_function_value): Likewise.
3587         (spu_function_arg): Likewise.
3588         * coverage.c (get_gcov_type): Likewise.
3589         (get_gcov_unsigned_t): Likewise.
3590         * dse.c (find_shift_sequence): Likewise.
3591         * expmed.c (store_bit_field_1): Likewise.
3592         * expr.c (convert_move): Likewise.
3593         (store_field): Likewise.
3594         * internal-fn.c (expand_arith_overflow): Likewise.
3595         * optabs-query.c (get_best_extraction_insn): Likewise.
3596         * optabs.c (expand_twoval_binop_libfunc): Likewise.
3597         * stor-layout.c (layout_type): Likewise.
3598         (initialize_sizetypes): Likewise.
3599         * targhooks.c (default_get_mask_mode): Likewise.
3600         * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Likewise.
3602 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3603             Alan Hayward  <alan.hayward@arm.com>
3604             David Sherwood  <david.sherwood@arm.com>
3606         * machmode.h (opt_mode::else_blk): New function.
3607         (int_mode_for_mode): Declare.
3608         * stor-layout.c (int_mode_for_mode): Return an opt_scalar_int_mode.
3609         * builtins.c (expand_builtin_signbit): Adjust for new int_mode_for_mode
3610         return type.
3611         * cfgexpand.c (expand_debug_expr): Likewise.
3612         * combine.c (gen_lowpart_or_truncate): Likewise.
3613         (gen_lowpart_for_combine): Likewise.
3614         * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Likewise.
3615         * config/avr/avr.c (avr_to_int_mode): Likewise.
3616         (avr_out_plus_1): Likewise.
3617         (avr_out_plus): Likewise.
3618         (avr_out_round): Likewise.
3619         * config/i386/i386.c (ix86_split_to_parts): Likewise.
3620         * config/s390/s390.c (s390_expand_vec_compare_cc): Likewise.
3621         (s390_expand_vcond): Likewise.
3622         * config/spu/spu.c (spu_split_immediate): Likewise.
3623         (spu_expand_mov): Likewise.
3624         * dse.c (get_stored_val): Likewise.
3625         * expmed.c (store_bit_field_1): Likewise.
3626         (convert_extracted_bit_field): Use int_mode_for_mode instead of
3627         int_mode_for_size.
3628         (extract_bit_field_1): Adjust for new int_mode_for_mode return type.
3629         (extract_low_bits): Likewise.
3630         * expr.c (emit_group_load_1): Likewise.  Separate out the BLKmode
3631         handling rather than repeating the check.
3632         (emit_group_store): Likewise.
3633         (emit_move_via_integer): Adjust for new int_mode_for_mode return type.
3634         * optabs.c (expand_absneg_bit): Likewise.
3635         (expand_copysign_absneg): Likewise.
3636         (expand_copysign_bit): Likewise.
3637         * tree-if-conv.c (ifcvt_can_use_mask_load_store): Likewise.
3638         * tree-vect-slp.c (vect_transform_slp_perm_load): Likewise.
3639         * tree-vect-stmts.c (vect_gen_perm_mask_any): Likewise.
3640         * var-tracking.c (prepare_call_arguments):  Likewise.
3641         * config/powerpcspe/powerpcspe.c (rs6000_do_expand_vec_perm): Use
3642         int_mode_for_mode instead of mode_for_size.
3643         * config/rs6000/rs6000.c (rs6000_do_expand_vec_perm): Likewise.
3645 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3646             Alan Hayward  <alan.hayward@arm.com>
3647             David Sherwood  <david.sherwood@arm.com>
3649         * machmode.h (int_mode_for_size): New function.
3650         * builtins.c (set_builtin_user_assembler_name): Use int_mode_for_size
3651         instead of mode_for_size.
3652         * calls.c (save_fixed_argument_area): Likewise.  Make use of BLKmode
3653         explicit.
3654         * combine.c (expand_field_assignment): Use int_mode_for_size
3655         instead of mode_for_size.
3656         (make_extraction): Likewise.
3657         (simplify_shift_const_1): Likewise.
3658         (simplify_comparison): Likewise.
3659         * dojump.c (do_jump): Likewise.
3660         * dwarf2out.c (mem_loc_descriptor): Likewise.
3661         * emit-rtl.c (init_derived_machine_modes): Likewise.
3662         * expmed.c (flip_storage_order): Likewise.
3663         (convert_extracted_bit_field): Likewise.
3664         * expr.c (copy_blkmode_from_reg): Likewise.
3665         * graphite-isl-ast-to-gimple.c (max_mode_int_precision): Likewise.
3666         * internal-fn.c (expand_mul_overflow): Likewise.
3667         * lower-subreg.c (simple_move): Likewise.
3668         * optabs-libfuncs.c (init_optabs): Likewise.
3669         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
3670         * tree.c (vector_type_mode): Likewise.
3671         * tree-ssa-strlen.c (handle_builtin_memcmp): Likewise.
3672         * tree-vect-data-refs.c (vect_lanes_optab_supported_p): Likewise.
3673         * tree-vect-generic.c (expand_vector_parallel): Likewise.
3674         * tree-vect-stmts.c (vectorizable_load): Likewise.
3675         (vectorizable_store): Likewise.
3677 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3678             Alan Hayward  <alan.hayward@arm.com>
3679             David Sherwood  <david.sherwood@arm.com>
3681         * coretypes.h (pod_mode): New type.
3682         (scalar_int_mode_pod): New typedef.
3683         * machmode.h (pod_mode): New class.
3684         (int_n_data_t::m): Change type to scalar_int_mode_pod.
3685         * genmodes.c (emit_mode_int_n): Update accordingly.
3686         * lower-subreg.h (target_lower_subreg): Change type to
3687         scalar_int_mode_pod.
3688         * gdbhooks.py (build_pretty_printer): Handle pod_mode and
3689         scalar_int_mode_pod.
3691 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3692             Alan Hayward  <alan.hayward@arm.com>
3693             David Sherwood  <david.sherwood@arm.com>
3695         * config/powerpcspe/powerpcspe.h (rs6000_pmode): Change type from
3696         machine_mode to scalar_int_mode.
3697         * config/powerpcspe/powerpcspe.c (rs6000_pmode): Likewise.
3698         (rs6000_option_override_internal): Remove cast to int.
3699         * config/rs6000/rs6000.h (rs6000_pmode): Change type from
3700         machine_mode to scalar_int_mode.
3701         * config/rs6000/rs6000.c (rs6000_pmode): Likewise.
3702         (rs6000_option_override_internal): Remove cast to int.
3703         * config/s390/s390.h (Pmode): Remove cast to machine_mode.
3704         * config/epiphany/epiphany.h (RTX_OK_FOR_OFFSET_P): Add cast
3705         to machine_mode.
3706         * config/s390/s390.c (s390_expand_builtin): Likewise.
3707         * coretypes.h (scalar_int_mode): New type.
3708         (opt_scalar_int_mode): New typedef.
3709         * machmode.h (scalar_int_mode): New class.
3710         (scalar_int_mode::includes_p): New function.
3711         (byte_mode): Change type to scalar_int_mode.
3712         (word_mode): Likewise.
3713         (ptr_mode): Likewise.
3714         * emit-rtl.c (byte_mode): Likewise.
3715         (word_mode): Likewise.
3716         (ptr_mode): Likewise.
3717         (init_derived_machine_modes): Update accordingly.
3718         * genmodes.c (get_mode_class): Return scalar_int_mode for MODE_INT
3719         and MODE_PARTIAL_INT.
3720         * gdbhooks.py (build_pretty_printer): Handle scalar_int_mode and
3721         opt_scalar_int_mode.
3723 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3724             Alan Hayward  <alan.hayward@arm.com>
3725             David Sherwood  <david.sherwood@arm.com>
3727         * target.def (libgcc_floating_mode_supported_p): Take a
3728         scalar_float_mode.
3729         * doc/tm.texi: Regenerate.
3730         * targhooks.h (default_libgcc_floating_mode_supported_p): Take a
3731         scalar_float_mode.
3732         * targhooks.c (default_libgcc_floating_mode_supported_p): Likewise.
3733         * config/aarch64/aarch64.c (aarch64_libgcc_floating_mode_supported_p):
3734         Likewise.
3736 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3737             Alan Hayward  <alan.hayward@arm.com>
3738             David Sherwood  <david.sherwood@arm.com>
3740         * target.def (default_floatn_mode): Return an opt_scalar_float_mode.
3741         * doc/tm.texi: Regenerate.
3742         * config/arm/arm.c (arm_floatn_mode): Return an opt_scalar_float_mode.
3743         * config/powerpcspe/powerpcspe.c (rs6000_floatn_mode): Likewise.
3744         * config/rs6000/rs6000.c (rs6000_floatn_mode): Likewise.
3745         * targhooks.h (default_floatn_mode): Likewise.
3746         * targhooks.c (default_floatn_mode): Likewise.
3747         * tree.c (build_common_tree_nodes): Update accordingly.
3749 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3750             Alan Hayward  <alan.hayward@arm.com>
3751             David Sherwood  <david.sherwood@arm.com>
3753         * machmode.h (mode_iterator::start): Provide overload for opt_modes.
3754         (mode_iterator::iterate_p): Likewise.
3755         (mode_iterator::get_wider): Likewise.
3756         * expr.c (init_expr_target): Use opt_scalar_float_mode.
3758 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3759             Alan Hayward  <alan.hayward@arm.com>
3760             David Sherwood  <david.sherwood@arm.com>
3762         * coretypes.h (opt_scalar_float_mode): New typedef.
3763         * machmode.h (float_mode_for_size): New function.
3764         * emit-rtl.c (double_mode): Delete.
3765         (init_emit_once): Use float_mode_for_size.
3766         * stor-layout.c (layout_type): Likewise.
3767         * gdbhooks.py (build_pretty_printer): Handle opt_scalar_float_mode.
3769 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3770             Alan Hayward  <alan.hayward@arm.com>
3771             David Sherwood  <david.sherwood@arm.com>
3773         * output.h (assemble_real): Take a scalar_float_mode.
3774         * config/arm/arm.c (arm_assemble_integer): Update accordingly.
3775         * config/arm/arm.md (consttable_4): Likewise.
3776         (consttable_8): Likewise.
3777         (consttable_16): Likewise.
3778         * config/mips/mips.md (consttable_float): Likewise.
3779         * config/s390/s390.c (s390_output_pool_entry): Likewise.
3780         * varasm.c (assemble_real): Take a scalar_float_mode.
3781         (output_constant_pool_2): Update accordingly.
3782         (output_constant): Likewise.
3784 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3785             Alan Hayward  <alan.hayward@arm.com>
3786             David Sherwood  <david.sherwood@arm.com>
3788         * tree.h (SCALAR_FLOAT_TYPE_MODE): New macro.
3789         * builtins.c (expand_builtin_signbit): Use it instead of TYPE_MODE.
3790         * fold-const.c (fold_convert_const_real_from_fixed): Likewise.
3791         (native_encode_real): Likewise.
3792         (native_interpret_real): Likewise.
3793         * hsa-brig.c (emit_immediate_scalar_to_buffer): Likewise.
3794         * tree-vrp.c (simplify_float_conversion_using_ranges): Likewise.
3796 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3797             Alan Hayward  <alan.hayward@arm.com>
3798             David Sherwood  <david.sherwood@arm.com>
3800         * optabs-libfuncs.c (gen_trunc_conv_libfunc): Use is_a
3801         <scalar_float_mode>.  Simplify.
3802         (gen_extend_conv_libfunc): Likewise.
3804 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3805             Alan Hayward  <alan.hayward@arm.com>
3806             David Sherwood  <david.sherwood@arm.com>
3808         * coretypes.h (scalar_float_mode): New type.
3809         * machmode.h (mode_traits::from_int): Use machine_mode if
3810         USE_ENUM_MODES is defined.
3811         (is_a): New function.
3812         (as_a): Likewise.
3813         (dyn_cast): Likewise.
3814         (scalar_float_mode): New class.
3815         (scalar_float_mode::includes_p): New function.
3816         (is_float_mode): Likewise.
3817         * gdbhooks.py (MachineModePrinter): New class.
3818         (build_pretty_printer): Use it for scalar_float_mode.
3819         * real.h (FLOAT_MODE_FORMAT): Use as_a <scalar_float_mode>.
3820         (format_helper::format_helper): Turn into a template.
3821         * genmodes.c (get_mode_class): New function.
3822         (emit_insn_modes_h): Give modes the class returned by get_mode_class,
3823         or machine_mode if none.
3824         * config/aarch64/aarch64.c (aarch64_simd_valid_immediate): Use
3825         as_a <scalar_float_mode>.
3826         * dwarf2out.c (mem_loc_descriptor): Likewise.
3827         (insert_float): Likewise.
3828         (add_const_value_attribute): Likewise.
3829         * simplify-rtx.c (simplify_immed_subreg): Likewise.
3830         * optabs.c (expand_absneg_bit): Take a scalar_float_mode.
3831         (expand_unop): Update accordingly.
3832         (expand_abs_nojump): Likewise.
3833         (expand_copysign_absneg): Take a scalar_float_mode.
3834         (expand_copysign_bit): Likewise.
3835         (expand_copysign): Update accordingly.
3837 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3838             Alan Hayward  <alan.hayward@arm.com>
3839             David Sherwood  <david.sherwood@arm.com>
3841         * coretypes.h (opt_mode): New class.
3842         * machmode.h (opt_mode): Likewise.
3843         (opt_mode::else_void): New function.
3844         (opt_mode::require): Likewise.
3845         (opt_mode::exists): Likewise.
3846         (GET_MODE_WIDER_MODE): Turn into a function and return an opt_mode.
3847         (GET_MODE_2XWIDER_MODE): Likewise.
3848         (mode_iterator::get_wider): Update accordingly.
3849         (mode_iterator::get_2xwider): Likewise.
3850         (mode_iterator::get_known_wider): Likewise, turning into a template.
3851         * combine.c (make_extraction): Update use of GET_MODE_WIDER_MODE,
3852         forcing a wider mode to exist.
3853         * config/cr16/cr16.h (LONG_REG_P): Likewise.
3854         * rtlanal.c (init_num_sign_bit_copies_in_rep): Likewise.
3855         * config/c6x/c6x.c (c6x_rtx_costs): Update use of
3856         GET_MODE_2XWIDER_MODE, forcing a wider mode to exist.
3857         * lower-subreg.c (init_lower_subreg): Likewise.
3858         * optabs-libfuncs.c (init_sync_libfuncs_1): Likewise, but not
3859         on the final iteration.
3860         * config/i386/i386.c (ix86_expand_set_or_movmem): Check whether
3861         a wider mode exists before asking for a move pattern.
3862         (get_mode_wider_vector): Update use of GET_MODE_WIDER_MODE,
3863         forcing a wider mode to exist.
3864         (expand_vselect_vconcat): Update use of GET_MODE_2XWIDER_MODE,
3865         returning false if no such mode exists.
3866         * config/ia64/ia64.c (expand_vselect_vconcat): Likewise.
3867         * config/mips/mips.c (mips_expand_vselect_vconcat): Likewise.
3868         * expmed.c (init_expmed_one_mode): Update use of GET_MODE_WIDER_MODE.
3869         Avoid checking for a MODE_INT if we already know the mode is not a
3870         SCALAR_INT_MODE_P.
3871         (extract_high_half): Update use of GET_MODE_WIDER_MODE,
3872         forcing a wider mode to exist.
3873         (expmed_mult_highpart_optab): Likewise.
3874         (expmed_mult_highpart): Likewise.
3875         * expr.c (expand_expr_real_2): Update use of GET_MODE_WIDER_MODE,
3876         using else_void.
3877         * lto-streamer-in.c (lto_input_mode_table): Likewise.
3878         * optabs-query.c (find_widening_optab_handler_and_mode): Likewise.
3879         * stor-layout.c (bit_field_mode_iterator::next_mode): Likewise.
3880         * internal-fn.c (expand_mul_overflow): Update use of
3881         GET_MODE_2XWIDER_MODE.
3882         * omp-low.c (omp_clause_aligned_alignment): Likewise.
3883         * tree-ssa-math-opts.c (convert_mult_to_widen): Update use of
3884         GET_MODE_WIDER_MODE.
3885         (convert_plusminus_to_widen): Likewise.
3886         * tree-switch-conversion.c (array_value_type): Likewise.
3887         * var-tracking.c (emit_note_insn_var_location): Likewise.
3888         * tree-vrp.c (simplify_float_conversion_using_ranges): Likewise.
3889         Return false inside rather than outside the loop if no wider mode
3890         exists
3891         * optabs.c (expand_binop): Update use of GET_MODE_WIDER_MODE
3892         and GET_MODE_2XWIDER_MODE
3893         (can_compare_p): Use else_void.
3894         * gdbhooks.py (OptMachineModePrinter): New class.
3895         (build_pretty_printer): Use it for opt_mode.
3897 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3898             Alan Hayward  <alan.hayward@arm.com>
3899             David Sherwood  <david.sherwood@arm.com>
3901         * tree-switch-conversion.c (array_value_type): Only read TYPE_MODE
3902         once.  Use get_narrowest_mode instead of GET_CLASS_NARROWEST_MODE.
3904 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3905             Alan Hayward  <alan.hayward@arm.com>
3906             David Sherwood  <david.sherwood@arm.com>
3908         * machmode.h (mode_traits): New structure.
3909         (get_narrowest_mode): New function.
3910         (mode_iterator::start): Likewise.
3911         (mode_iterator::iterate_p): Likewise.
3912         (mode_iterator::get_wider): Likewise.
3913         (mode_iterator::get_known_wider): Likewise.
3914         (mode_iterator::get_2xwider): Likewise.
3915         (FOR_EACH_MODE_IN_CLASS): New mode iterator.
3916         (FOR_EACH_MODE): Likewise.
3917         (FOR_EACH_MODE_FROM): Likewise.
3918         (FOR_EACH_MODE_UNTIL): Likewise.
3919         (FOR_EACH_WIDER_MODE): Likewise.
3920         (FOR_EACH_2XWIDER_MODE): Likewise.
3921         * builtins.c (expand_builtin_strlen): Use new mode iterators.
3922         * combine.c (simplify_comparison): Likewise
3923         * config/i386/i386.c (type_natural_mode): Likewise.
3924         * cse.c (cse_insn): Likewise.
3925         * dse.c (find_shift_sequence): Likewise.
3926         * emit-rtl.c (init_derived_machine_modes): Likewise.
3927         (init_emit_once): Likewise.
3928         * explow.c (hard_function_value): Likewise.
3929         * expmed.c (extract_fixed_bit_field_1): Likewise.
3930         (extract_bit_field_1): Likewise.
3931         (expand_divmod): Likewise.
3932         (emit_store_flag_1): Likewise.
3933         * expr.c (init_expr_target): Likewise.
3934         (convert_move): Likewise.
3935         (alignment_for_piecewise_move): Likewise.
3936         (widest_int_mode_for_size): Likewise.
3937         (emit_block_move_via_movmem): Likewise.
3938         (copy_blkmode_to_reg): Likewise.
3939         (set_storage_via_setmem): Likewise.
3940         (compress_float_constant): Likewise.
3941         * omp-low.c (omp_clause_aligned_alignment): Likewise.
3942         * optabs-query.c (get_best_extraction_insn): Likewise.
3943         * optabs.c (expand_binop): Likewise.
3944         (expand_twoval_unop): Likewise.
3945         (expand_twoval_binop): Likewise.
3946         (widen_leading): Likewise.
3947         (widen_bswap): Likewise.
3948         (expand_parity): Likewise.
3949         (expand_unop): Likewise.
3950         (prepare_cmp_insn): Likewise.
3951         (prepare_float_lib_cmp): Likewise.
3952         (expand_float): Likewise.
3953         (expand_fix): Likewise.
3954         (expand_sfix_optab): Likewise.
3955         * postreload.c (move2add_use_add2_insn): Likewise.
3956         * reg-stack.c (reg_to_stack): Likewise.
3957         * reginfo.c (choose_hard_reg_mode): Likewise.
3958         * rtlanal.c (init_num_sign_bit_copies_in_rep): Likewise.
3959         * stor-layout.c (mode_for_size): Likewise.
3960         (smallest_mode_for_size): Likewise.
3961         (mode_for_vector): Likewise.
3962         (finish_bitfield_representative): Likewise.
3963         * tree-ssa-math-opts.c (target_supports_divmod_p): Likewise.
3964         * tree-vect-generic.c (type_for_widest_vector_mode): Likewise.
3965         * tree-vect-stmts.c (vectorizable_conversion): Likewise.
3966         * var-tracking.c (prepare_call_arguments): Likewise.
3968 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
3969             Alan Hayward  <alan.hayward@arm.com>
3970             David Sherwood  <david.sherwood@arm.com>
3972         * genconditions.c (write_header): Add a "#define USE_ENUM_MODES".
3973         * genmodes.c (emit_insn_modes_h): Define FOOmode to E_FOOmode if
3974         USE_ENUM_MODES is defined and to ((void) 0, E_FOOmode) otherwise.
3975         * machmode.h (mode_size): Move earlier in file.
3976         (mode_precision): Likewise.
3977         (mode_inner): Likewise.
3978         (mode_nunits): Likewise.
3979         (mode_unit_size): Likewise.
3980         (unit_unit_precision): Likewise.
3981         (mode_wider): Likewise.
3982         (mode_2xwider): Likewise.
3983         (machine_mode): New class.
3984         (mode_to_bytes): New function.
3985         (mode_to_bits): Likewise.
3986         (mode_to_precision): Likewise.
3987         (mode_to_inner): Likewise.
3988         (mode_to_unit_size): Likewise.
3989         (mode_to_unit_precision): Likewise.
3990         (mode_to_nunits): Likewise.
3991         (GET_MODE_SIZE): Use mode_to_bytes.
3992         (GET_MODE_BITSIZE): Use mode_to_bits.
3993         (GET_MODE_PRECISION): Use mode_to_precision.
3994         (GET_MODE_INNER): Use mode_to_inner.
3995         (GET_MODE_UNIT_SIZE): Use mode_to_unit_size.
3996         (GET_MODE_UNIT_PRECISION): Use mode_to_unit_precision.
3997         (GET_MODE_NUNITS): Use mode_to_nunits.
3998         * system.h (ALWAYS_INLINE): New macro.
3999         * config/powerpcspe/powerpcspe-c.c
4000         (altivec_resolve_overloaded_builtin): Use machine_mode instead of
4001         int for arg1_mode and arg2_mode.
4003 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4004             Alan Hayward  <alan.hayward@arm.com>
4005             David Sherwood  <david.sherwood@arm.com>
4007         * config/aarch64/aarch64-builtins.c (aarch64_simd_builtin_std_type):
4008         Prefix mode names with E_ in case statements.
4009         * config/aarch64/aarch64-elf.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
4010         * config/aarch64/aarch64.c (aarch64_split_simd_combine): Likewise.
4011         (aarch64_split_simd_move): Likewise.
4012         (aarch64_gen_storewb_pair): Likewise.
4013         (aarch64_gen_loadwb_pair): Likewise.
4014         (aarch64_gen_store_pair): Likewise.
4015         (aarch64_gen_load_pair): Likewise.
4016         (aarch64_get_condition_code_1): Likewise.
4017         (aarch64_constant_pool_reload_icode): Likewise.
4018         (get_rsqrte_type): Likewise.
4019         (get_rsqrts_type): Likewise.
4020         (get_recpe_type): Likewise.
4021         (get_recps_type): Likewise.
4022         (aarch64_gimplify_va_arg_expr): Likewise.
4023         (aarch64_simd_container_mode): Likewise.
4024         (aarch64_emit_load_exclusive): Likewise.
4025         (aarch64_emit_store_exclusive): Likewise.
4026         (aarch64_expand_compare_and_swap): Likewise.
4027         (aarch64_gen_atomic_cas): Likewise.
4028         (aarch64_emit_bic): Likewise.
4029         (aarch64_emit_atomic_swap): Likewise.
4030         (aarch64_emit_atomic_load_op): Likewise.
4031         (aarch64_evpc_trn): Likewise.
4032         (aarch64_evpc_uzp): Likewise.
4033         (aarch64_evpc_zip): Likewise.
4034         (aarch64_evpc_ext): Likewise.
4035         (aarch64_evpc_rev): Likewise.
4036         (aarch64_evpc_dup): Likewise.
4037         (aarch64_gen_ccmp_first): Likewise.
4038         (aarch64_gen_ccmp_next): Likewise.
4039         * config/alpha/alpha.c (alpha_scalar_mode_supported_p): Likewise.
4040         (alpha_emit_xfloating_libcall): Likewise.
4041         (emit_insxl): Likewise.
4042         (alpha_arg_type): Likewise.
4043         * config/arc/arc.c (arc_vector_mode_supported_p): Likewise.
4044         (arc_preferred_simd_mode): Likewise.
4045         (arc_secondary_reload): Likewise.
4046         (get_arc_condition_code): Likewise.
4047         (arc_print_operand): Likewise.
4048         (arc_legitimate_constant_p): Likewise.
4049         * config/arc/arc.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
4050         * config/arc/arc.md (casesi_load): Likewise.
4051         (casesi_compact_jump): Likewise.
4052         * config/arc/predicates.md (proper_comparison_operator): Likewise.
4053         (cc_use_register): Likewise.
4054         * config/arm/aout.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
4055         * config/arm/arm-builtins.c (arm_simd_builtin_std_type): Likewise.
4056         (arm_init_iwmmxt_builtins): Likewise.
4057         * config/arm/arm.c (thumb1_size_rtx_costs): Likewise.
4058         (neon_expand_vector_init): Likewise.
4059         (arm_attr_length_move_neon): Likewise.
4060         (maybe_get_arm_condition_code): Likewise.
4061         (arm_emit_vector_const): Likewise.
4062         (arm_preferred_simd_mode): Likewise.
4063         (arm_output_iwmmxt_tinsr): Likewise.
4064         (thumb1_output_casesi): Likewise.
4065         (thumb2_output_casesi): Likewise.
4066         (arm_emit_load_exclusive): Likewise.
4067         (arm_emit_store_exclusive): Likewise.
4068         (arm_expand_compare_and_swap): Likewise.
4069         (arm_evpc_neon_vuzp): Likewise.
4070         (arm_evpc_neon_vzip): Likewise.
4071         (arm_evpc_neon_vrev): Likewise.
4072         (arm_evpc_neon_vtrn): Likewise.
4073         (arm_evpc_neon_vext): Likewise.
4074         (arm_validize_comparison): Likewise.
4075         * config/arm/neon.md (neon_vc<cmp_op><mode>): Likewise.
4076         * config/avr/avr-c.c (avr_resolve_overloaded_builtin): Likewise.
4077         * config/avr/avr.c (avr_rtx_costs_1): Likewise.
4078         * config/c6x/c6x.c (c6x_vector_mode_supported_p): Likewise.
4079         (c6x_preferred_simd_mode): Likewise.
4080         * config/epiphany/epiphany.c (get_epiphany_condition_code): Likewise.
4081         (epiphany_rtx_costs): Likewise.
4082         * config/epiphany/predicates.md (proper_comparison_operator):
4083         Likewise.
4084         * config/frv/frv.c (condexec_memory_operand): Likewise.
4085         (frv_emit_move): Likewise.
4086         (output_move_single): Likewise.
4087         (output_condmove_single): Likewise.
4088         (frv_hard_regno_mode_ok): Likewise.
4089         (frv_matching_accg_mode): Likewise.
4090         * config/h8300/h8300.c (split_adds_subs): Likewise.
4091         (h8300_rtx_costs): Likewise.
4092         (h8300_print_operand): Likewise.
4093         (compute_mov_length): Likewise.
4094         (output_logical_op): Likewise.
4095         (compute_logical_op_length): Likewise.
4096         (compute_logical_op_cc): Likewise.
4097         (h8300_shift_needs_scratch_p): Likewise.
4098         (output_a_shift): Likewise.
4099         (compute_a_shift_length): Likewise.
4100         (compute_a_shift_cc): Likewise.
4101         (expand_a_rotate): Likewise.
4102         (output_a_rotate): Likewise.
4103         * config/i386/i386.c (classify_argument): Likewise.
4104         (function_arg_advance_32): Likewise.
4105         (function_arg_32): Likewise.
4106         (function_arg_64): Likewise.
4107         (function_value_64): Likewise.
4108         (ix86_gimplify_va_arg): Likewise.
4109         (ix86_legitimate_constant_p): Likewise.
4110         (put_condition_code): Likewise.
4111         (split_double_mode): Likewise.
4112         (ix86_avx256_split_vector_move_misalign): Likewise.
4113         (ix86_expand_vector_logical_operator): Likewise.
4114         (ix86_split_idivmod): Likewise.
4115         (ix86_expand_adjust_ufix_to_sfix_si): Likewise.
4116         (ix86_build_const_vector): Likewise.
4117         (ix86_build_signbit_mask): Likewise.
4118         (ix86_match_ccmode): Likewise.
4119         (ix86_cc_modes_compatible): Likewise.
4120         (ix86_expand_branch): Likewise.
4121         (ix86_expand_sse_cmp): Likewise.
4122         (ix86_expand_sse_movcc): Likewise.
4123         (ix86_expand_int_sse_cmp): Likewise.
4124         (ix86_expand_vec_perm_vpermi2): Likewise.
4125         (ix86_expand_vec_perm): Likewise.
4126         (ix86_expand_sse_unpack): Likewise.
4127         (ix86_expand_int_addcc): Likewise.
4128         (ix86_split_to_parts): Likewise.
4129         (ix86_vectorize_builtin_gather): Likewise.
4130         (ix86_vectorize_builtin_scatter): Likewise.
4131         (avx_vpermilp_parallel): Likewise.
4132         (inline_memory_move_cost): Likewise.
4133         (ix86_tieable_integer_mode_p): Likewise.
4134         (x86_maybe_negate_const_int): Likewise.
4135         (ix86_expand_vector_init_duplicate): Likewise.
4136         (ix86_expand_vector_init_one_nonzero): Likewise.
4137         (ix86_expand_vector_init_one_var): Likewise.
4138         (ix86_expand_vector_init_concat): Likewise.
4139         (ix86_expand_vector_init_interleave): Likewise.
4140         (ix86_expand_vector_init_general): Likewise.
4141         (ix86_expand_vector_set): Likewise.
4142         (ix86_expand_vector_extract): Likewise.
4143         (emit_reduc_half): Likewise.
4144         (ix86_emit_i387_round): Likewise.
4145         (ix86_mangle_type): Likewise.
4146         (ix86_expand_round_sse4): Likewise.
4147         (expand_vec_perm_blend): Likewise.
4148         (canonicalize_vector_int_perm): Likewise.
4149         (ix86_expand_vec_one_operand_perm_avx512): Likewise.
4150         (expand_vec_perm_1): Likewise.
4151         (expand_vec_perm_interleave3): Likewise.
4152         (expand_vec_perm_even_odd_pack): Likewise.
4153         (expand_vec_perm_even_odd_1): Likewise.
4154         (expand_vec_perm_broadcast_1): Likewise.
4155         (ix86_vectorize_vec_perm_const_ok): Likewise.
4156         (ix86_expand_vecop_qihi): Likewise.
4157         (ix86_expand_mul_widen_hilo): Likewise.
4158         (ix86_expand_sse2_abs): Likewise.
4159         (ix86_expand_pextr): Likewise.
4160         (ix86_expand_pinsr): Likewise.
4161         (ix86_preferred_simd_mode): Likewise.
4162         (ix86_simd_clone_compute_vecsize_and_simdlen): Likewise.
4163         * config/i386/sse.md (*andnot<mode>3): Likewise.
4164         (<mask_codefor><code><mode>3<mask_name>): Likewise.
4165         (*<code><mode>3): Likewise.
4166         * config/ia64/ia64.c (ia64_expand_vecint_compare): Likewise.
4167         (ia64_expand_atomic_op): Likewise.
4168         (ia64_arg_type): Likewise.
4169         (ia64_mode_to_int): Likewise.
4170         (ia64_scalar_mode_supported_p): Likewise.
4171         (ia64_vector_mode_supported_p): Likewise.
4172         (expand_vec_perm_broadcast): Likewise.
4173         * config/iq2000/iq2000.c (iq2000_move_1word): Likewise.
4174         (iq2000_function_arg_advance): Likewise.
4175         (iq2000_function_arg): Likewise.
4176         * config/m32c/m32c.c (m32c_preferred_reload_class): Likewise.
4177         * config/m68k/m68k.c (output_dbcc_and_branch): Likewise.
4178         (m68k_libcall_value): Likewise.
4179         (m68k_function_value): Likewise.
4180         (sched_attr_op_type): Likewise.
4181         * config/mcore/mcore.c (mcore_output_move): Likewise.
4182         * config/microblaze/microblaze.c (microblaze_function_arg_advance):
4183         Likewise.
4184         (microblaze_function_arg): Likewise.
4185         * config/mips/mips.c (mips16_build_call_stub): Likewise.
4186         (mips_print_operand): Likewise.
4187         (mips_mode_ok_for_mov_fmt_p): Likewise.
4188         (mips_vector_mode_supported_p): Likewise.
4189         (mips_preferred_simd_mode): Likewise.
4190         (mips_expand_vpc_loongson_even_odd): Likewise.
4191         (mips_expand_vec_unpack): Likewise.
4192         (mips_expand_vi_broadcast): Likewise.
4193         (mips_expand_vector_init): Likewise.
4194         (mips_expand_vec_reduc): Likewise.
4195         (mips_expand_msa_cmp): Likewise.
4196         * config/mips/mips.md (casesi_internal_mips16_<mode>): Likewise.
4197         * config/mn10300/mn10300.c (mn10300_print_operand): Likewise.
4198         (cc_flags_for_mode): Likewise.
4199         * config/msp430/msp430.c (msp430_print_operand): Likewise.
4200         * config/nds32/nds32-md-auxiliary.c (nds32_mem_format): Likewise.
4201         (nds32_output_casesi_pc_relative): Likewise.
4202         * config/nds32/nds32.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
4203         * config/nvptx/nvptx.c (nvptx_ptx_type_from_mode): Likewise.
4204         (nvptx_gen_unpack): Likewise.
4205         (nvptx_gen_pack): Likewise.
4206         (nvptx_gen_shuffle): Likewise.
4207         (nvptx_gen_wcast): Likewise.
4208         (nvptx_preferred_simd_mode): Likewise.
4209         * config/pa/pa.c (pa_secondary_reload): Likewise.
4210         * config/pa/predicates.md (base14_operand): Likewise.
4211         * config/powerpcspe/powerpcspe-c.c
4212         (altivec_resolve_overloaded_builtin): Likewise.
4213         * config/powerpcspe/powerpcspe.c (rs6000_setup_reg_addr_masks):
4214         Likewise.
4215         (rs6000_preferred_simd_mode): Likewise.
4216         (output_vec_const_move): Likewise.
4217         (rs6000_expand_vector_extract): Likewise.
4218         (rs6000_split_vec_extract_var): Likewise.
4219         (reg_offset_addressing_ok_p): Likewise.
4220         (rs6000_legitimate_offset_address_p): Likewise.
4221         (rs6000_legitimize_address): Likewise.
4222         (rs6000_emit_set_const): Likewise.
4223         (rs6000_const_vec): Likewise.
4224         (rs6000_emit_move): Likewise.
4225         (spe_build_register_parallel): Likewise.
4226         (rs6000_darwin64_record_arg_recurse): Likewise.
4227         (swap_selector_for_mode): Likewise.
4228         (spe_init_builtins): Likewise.
4229         (paired_init_builtins): Likewise.
4230         (altivec_init_builtins): Likewise.
4231         (do_load_for_compare): Likewise.
4232         (rs6000_generate_compare): Likewise.
4233         (rs6000_expand_float128_convert): Likewise.
4234         (emit_load_locked): Likewise.
4235         (emit_store_conditional): Likewise.
4236         (rs6000_output_function_epilogue): Likewise.
4237         (rs6000_handle_altivec_attribute): Likewise.
4238         (rs6000_function_value): Likewise.
4239         (emit_fusion_gpr_load): Likewise.
4240         (emit_fusion_p9_load): Likewise.
4241         (emit_fusion_p9_store): Likewise.
4242         * config/powerpcspe/predicates.md (easy_fp_constant): Likewise.
4243         (fusion_gpr_mem_load): Likewise.
4244         (fusion_addis_mem_combo_load): Likewise.
4245         (fusion_addis_mem_combo_store): Likewise.
4246         * config/rs6000/predicates.md (easy_fp_constant): Likewise.
4247         (fusion_gpr_mem_load): Likewise.
4248         (fusion_addis_mem_combo_load): Likewise.
4249         (fusion_addis_mem_combo_store): Likewise.
4250         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
4251         Likewise.
4252         * config/rs6000/rs6000-string.c (do_load_for_compare): Likewise.
4253         * config/rs6000/rs6000.c (rs6000_setup_reg_addr_masks): Likewise.
4254         (rs6000_preferred_simd_mode): Likewise.
4255         (output_vec_const_move): Likewise.
4256         (rs6000_expand_vector_extract): Likewise.
4257         (rs6000_split_vec_extract_var): Likewise.
4258         (reg_offset_addressing_ok_p): Likewise.
4259         (rs6000_legitimate_offset_address_p): Likewise.
4260         (rs6000_legitimize_address): Likewise.
4261         (rs6000_emit_set_const): Likewise.
4262         (rs6000_const_vec): Likewise.
4263         (rs6000_emit_move): Likewise.
4264         (rs6000_darwin64_record_arg_recurse): Likewise.
4265         (swap_selector_for_mode): Likewise.
4266         (paired_init_builtins): Likewise.
4267         (altivec_init_builtins): Likewise.
4268         (rs6000_expand_float128_convert): Likewise.
4269         (emit_load_locked): Likewise.
4270         (emit_store_conditional): Likewise.
4271         (rs6000_output_function_epilogue): Likewise.
4272         (rs6000_handle_altivec_attribute): Likewise.
4273         (rs6000_function_value): Likewise.
4274         (emit_fusion_gpr_load): Likewise.
4275         (emit_fusion_p9_load): Likewise.
4276         (emit_fusion_p9_store): Likewise.
4277         * config/rx/rx.c (rx_gen_move_template): Likewise.
4278         (flags_from_mode): Likewise.
4279         * config/s390/predicates.md (s390_alc_comparison): Likewise.
4280         (s390_slb_comparison): Likewise.
4281         * config/s390/s390.c (s390_handle_vectorbool_attribute): Likewise.
4282         (s390_vector_mode_supported_p): Likewise.
4283         (s390_cc_modes_compatible): Likewise.
4284         (s390_match_ccmode_set): Likewise.
4285         (s390_canonicalize_comparison): Likewise.
4286         (s390_emit_compare_and_swap): Likewise.
4287         (s390_branch_condition_mask): Likewise.
4288         (s390_rtx_costs): Likewise.
4289         (s390_secondary_reload): Likewise.
4290         (__SECONDARY_RELOAD_CASE): Likewise.
4291         (s390_expand_cs): Likewise.
4292         (s390_preferred_simd_mode): Likewise.
4293         * config/s390/vx-builtins.md (vec_packsu_u<mode>): Likewise.
4294         * config/sh/sh.c (sh_print_operand): Likewise.
4295         (dump_table): Likewise.
4296         (sh_secondary_reload): Likewise.
4297         * config/sh/sh.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
4298         * config/sh/sh.md (casesi_worker_1): Likewise.
4299         (casesi_worker_2): Likewise.
4300         * config/sparc/predicates.md (icc_comparison_operator): Likewise.
4301         (fcc_comparison_operator): Likewise.
4302         * config/sparc/sparc.c (sparc_expand_move): Likewise.
4303         (emit_soft_tfmode_cvt): Likewise.
4304         (sparc_preferred_simd_mode): Likewise.
4305         (output_cbranch): Likewise.
4306         (sparc_print_operand): Likewise.
4307         (sparc_expand_vec_perm_bmask): Likewise.
4308         (vector_init_bshuffle): Likewise.
4309         * config/spu/spu.c (spu_scalar_mode_supported_p): Likewise.
4310         (spu_vector_mode_supported_p): Likewise.
4311         (spu_expand_insv): Likewise.
4312         (spu_emit_branch_or_set): Likewise.
4313         (spu_handle_vector_attribute): Likewise.
4314         (spu_builtin_splats): Likewise.
4315         (spu_builtin_extract): Likewise.
4316         (spu_builtin_promote): Likewise.
4317         (spu_expand_sign_extend): Likewise.
4318         * config/tilegx/tilegx.c (tilegx_scalar_mode_supported_p): Likewise.
4319         (tilegx_simd_int): Likewise.
4320         * config/tilepro/tilepro.c (tilepro_scalar_mode_supported_p): Likewise.
4321         (tilepro_simd_int): Likewise.
4322         * config/v850/v850.c (const_double_split): Likewise.
4323         (v850_print_operand): Likewise.
4324         (ep_memory_offset): Likewise.
4325         * config/vax/vax.c (vax_rtx_costs): Likewise.
4326         (vax_output_int_move): Likewise.
4327         (vax_output_int_add): Likewise.
4328         (vax_output_int_subtract): Likewise.
4329         * config/visium/predicates.md (visium_branch_operator): Likewise.
4330         * config/visium/visium.c (rtx_ok_for_offset_p): Likewise.
4331         (visium_print_operand_address): Likewise.
4332         * config/visium/visium.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
4333         * config/xtensa/xtensa.c (xtensa_mem_offset): Likewise.
4334         (xtensa_expand_conditional_branch): Likewise.
4335         (xtensa_copy_incoming_a7): Likewise.
4336         (xtensa_output_literal): Likewise.
4337         * dfp.c (decimal_real_maxval): Likewise.
4338         * targhooks.c (default_libgcc_floating_mode_supported_p): Likewise.
4340 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4341             Alan Hayward  <alan.hayward@arm.com>
4342             David Sherwood  <david.sherwood@arm.com>
4344         * genmodes.c (mode_size_inline): Add an E_ prefix to mode names.
4345         (mode_nunits_inline): Likewise.
4346         (mode_inner_inline): Likewise.
4347         (mode_unit_size_inline): Likewise.
4348         (mode_unit_precision_inline): Likewise.
4349         (emit_insn_modes_h): Likewise.  Also emit a #define of the
4350         unprefixed name.
4351         (emit_mode_wider): Add an E_ prefix to mode names.
4352         (emit_mode_complex): Likewise.
4353         (emit_mode_inner): Likewise.
4354         (emit_mode_adjustments): Likewise.
4355         (emit_mode_int_n): Likewise.
4356         * config/aarch64/aarch64-builtins.c (v8qi_UP, v4hi_UP, v4hf_UP)
4357         (v2si_UP, v2sf_UP, v1df_UP, di_UP, df_UP, v16qi_UP, v8hi_UP, v8hf_UP)
4358         (v4si_UP, v4sf_UP, v2di_UP, v2df_UP, ti_UP, oi_UP, ci_UP, xi_UP)
4359         (si_UP, sf_UP, hi_UP, hf_UP, qi_UP): Likewise.
4360         (CRC32_BUILTIN, ENTRY): Likewise.
4361         * config/aarch64/aarch64.c (aarch64_push_regs): Likewise.
4362         (aarch64_pop_regs): Likewise.
4363         (aarch64_process_components): Likewise.
4364         * config/alpha/alpha.c (alpha_emit_conditional_move): Likewise.
4365         * config/arm/arm-builtins.c (v8qi_UP, v4hi_UP, v4hf_UP, v2si_UP)
4366         (v2sf_UP, di_UP, v16qi_UP, v8hi_UP, v8hf_UP, v4si_UP, v4sf_UP)
4367         (v2di_UP, ti_UP, ei_UP, oi_UP, hf_UP, si_UP, void_UP): Likewise.
4368         * config/arm/arm.c (arm_init_libfuncs): Likewise.
4369         * config/i386/i386-builtin-types.awk (ix86_builtin_type_vect_mode):
4370         Likewise.
4371         * config/i386/i386-builtin.def (pcmpestr): Likewise.
4372         (pcmpistr): Likewise.
4373         * config/microblaze/microblaze.c (double_memory_operand): Likewise.
4374         * config/mmix/mmix.c (mmix_output_condition): Likewise.
4375         * config/powerpcspe/powerpcspe.c (rs6000_init_hard_regno_mode_ok):
4376         Likewise.
4377         * config/rl78/rl78.c (mduc_regs): Likewise.
4378         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Likewise.
4379         (htm_expand_builtin): Likewise.
4380         * config/sh/sh.h (REGISTER_NATURAL_MODE): Likewise.
4381         * config/sparc/sparc.c (emit_save_or_restore_regs): Likewise.
4382         * config/xtensa/xtensa.c (print_operand): Likewise.
4383         * expmed.h (NUM_MODE_PARTIAL_INT): Likewise.
4384         (NUM_MODE_VECTOR_INT): Likewise.
4385         * genoutput.c (null_operand): Likewise.
4386         (output_operand_data): Likewise.
4387         * genrecog.c (print_parameter_value): Likewise.
4388         * lra.c (debug_operand_data): Likewise.
4390 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4392         * dwarf2out.c (scompare_loc_descriptor_wide)
4393         (scompare_loc_descriptor_narrow): New functions, split out from...
4394         (scompare_loc_descriptor): ...here.
4395         * expmed.c (emit_store_flag_int): New function, split out from...
4396         (emit_store_flag): ...here.
4398 2017-08-30  Richard Biener  <rguenther@suse.de>
4400         * dwarf2out.c (dwarf2out_finish): Remove setting AT_pubnames.
4401         (dwarf2out_early_finish): Move setting of AT_pubnames from
4402         early debug output to early finish.
4404 2017-08-30  Jozef Lawrynowicz  <jozef.l@somniumtech.com>
4406         * gcc/config/msp430/msp430.h: Pass -mcode/data-region to the linker
4407         and -mdata-region to the assembler.
4409 2017-08-30  Richard Biener  <rguenther@suse.de>
4411         * dwarf2out.c (add_dwarf_attr): Check we don't add duplicate
4412         attributes.
4413         (gen_subprogram_die): Add DW_AT_object_pointer only early.
4414         (dwarf2out_early_global_decl): Only generate a DIE for the
4415         abstract origin if it doesn't already exist or is a declaration DIE.
4416         (resolve_addr): Do not add the linkage name twice when
4417         generating a stub DIE for the DW_TAG_GNU_call_site target.
4419 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
4421         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
4422         Use machine_mode rather than int for arg1_mode.
4424 2017-08-29  Michael Meissner  <meissner@linux.vnet.ibm.com>
4426         PR target/82015
4427         * config/rs6000/rs6000.c (rs6000_expand_binop_builtin): Insure
4428         that the second argument of the built-in functions to unpack
4429         128-bit scalar types to 64-bit values is 0 or 1.  Change to use a
4430         switch statement instead a lot of if statements.
4431         * config/rs6000/rs6000.md (unpack<mode>, FMOVE128_VSX iterator):
4432         Allow 64-bit values to be in Altivec registers as well as
4433         traditional floating point registers.
4434         (pack<mode>, FMOVE128_VSX iterator): Likewise.
4436 2017-08-29  Alexander Monakov  <amonakov@ispras.ru>
4438         * ira-costs.c (record_address_regs): Handle both operands of PLUS for
4439         MAX_REGS_PER_ADDRESS == 1.
4441 2017-08-29  Uros Bizjak  <ubizjak@gmail.com>
4443         * config/i386/i386.opt (flag_fentry): Do not init to -1.
4444         * config/i386/i386.c (ix86_option_override_internal): Simplify
4445         setting of opts->x_flag_entry.
4447 2017-08-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
4448             Jakub Jelinek  <jakub@redhat.com>
4449             Richard Biener  <rguenther@suse.de>
4451         PR tree-optimization/81503
4452         * gimple-ssa-strength-reduction.c (replace_mult_candidate): Ensure
4453         folded constant fits in the target type; reorder tests for clarity.
4455 2017-08-29  Martin Liska  <mliska@suse.cz>
4457         * passes.def: Include pass_lower_switch.
4458         * stmt.c (dump_case_nodes): Remove and move to
4459         tree-switch-conversion.
4460         (case_values_threshold): Likewise.
4461         (expand_switch_as_decision_tree_p): Likewise.
4462         (emit_case_decision_tree): Likewise.
4463         (expand_case): Likewise.
4464         (balance_case_nodes): Likewise.
4465         (node_has_low_bound): Likewise.
4466         (node_has_high_bound): Likewise.
4467         (node_is_bounded): Likewise.
4468         (emit_case_nodes): Likewise.
4469         (struct simple_case_node): New struct.
4470         (add_case_node): Remove.
4471         (emit_case_dispatch_table): Use vector instead of case_list.
4472         (reset_out_edges_aux): Remove.
4473         (compute_cases_per_edge): Likewise.
4474         (expand_case): Build list of simple_case_node.
4475         (expand_sjlj_dispatch_table): Use it.
4476         * tree-switch-conversion.c (struct case_node): Moved from
4477         stmt.c and adjusted.
4478         (emit_case_nodes): Likewise.
4479         (node_has_low_bound): Likewise.
4480         (node_has_high_bound): Likewise.
4481         (node_is_bounded): Likewise.
4482         (case_values_threshold): Likewise.
4483         (reset_out_edges_aux): Likewise.
4484         (compute_cases_per_edge): Likewise.
4485         (add_case_node): Likewise.
4486         (dump_case_nodes): Likewise.
4487         (balance_case_nodes): Likewise.
4488         (expand_switch_as_decision_tree_p): Likewise.
4489         (emit_jump): Likewise.
4490         (emit_case_decision_tree): Likewise.
4491         (try_switch_expansion): Likewise.
4492         (do_jump_if_equal): Likewise.
4493         (emit_cmp_and_jump_insns): Likewise.
4494         (fix_phi_operands_for_edge): New function.
4495         (record_phi_operand_mapping): Likewise.
4496         (class pass_lower_switch): New pass.
4497         (pass_lower_switch::execute): New function.
4498         (make_pass_lower_switch): Likewise.
4499         (conditional_probability):
4500         * timevar.def: Add TV_TREE_SWITCH_LOWERING.
4501         * tree-pass.h: Add make_pass_lower_switch.
4503 2017-08-29  Jozef Lawrynowicz  <jozef.l@somniumtech.com>
4505         PR target/80993
4506         * gcc/config/msp430/msp430.c (msp430_attr): Mark interrupt
4507         handlers as used.
4509 2017-08-29  Richard Biener  <rguenther@suse.de>
4511         * dwarf2out.c (add_dwarf_attr): When checking is enabled verify
4512         we do not add a DW_AT_inline attribute twice.
4513         (gen_subprogram_die): Remove code setting DW_AT_inline on
4514         DECL_ABSTRACT_P nodes.
4516 2017-08-29  Richard Sandiford  <richard.sandiford@linaro.org>
4518         * gimplify.c (gimplify_call_expr): Copy the nothrow flag to
4519         calls to internal functions.
4520         (gimplify_modify_expr): Likewise.
4521         * tree-call-cdce.c (use_internal_fn): Likewise.
4522         * tree-ssa-math-opts.c (pass_cse_reciprocals::execute): Likewise.
4523         (convert_to_divmod): Set the nothrow flag.
4524         * tree-if-conv.c (predicate_mem_writes):  Likewise.
4525         * tree-vect-stmts.c (vectorizable_mask_load_store): Likewise.
4526         (vectorizable_call): Likewise.
4527         (vectorizable_store): Likewise.
4528         (vectorizable_load): Likewise.
4529         * tree-vect-patterns.c (vect_recog_pow_pattern): Likewise.
4530         (vect_recog_mask_conversion_pattern): Likewise.
4532 2017-08-29  Martin Liska  <mliska@suse.cz>
4534         PR other/39851
4535         * gcc.c (driver_handle_option): Add new argument.
4536         * opts-common.c (handle_option): Pass
4537         target_option_override_hook.
4538         * opts-global.c (lang_handle_option): Add new option.
4539         (set_default_handlers):  Add new argument.
4540         (decode_options): Likewise.
4541         * opts.c (target_handle_option): Likewise.
4542         (common_handle_option): Call target_option_override_hook.
4543         * opts.h (struct cl_option_handler_func): Add hook for
4544         target option override.
4545         (struct cl_option_handlers): Likewise.
4546         (set_default_handlers): Add new argument.
4547         (decode_options): Likewise.
4548         (common_handle_option): Likewise.
4549         (target_handle_option): Likewise.
4550         * toplev.c (toplev::main): Pass targetm.target_option.override
4551         hook.
4553 2017-08-29  Richard Biener  <rguenther@suse.de>
4554         Dominik Infuehr <dominik.infuehr@theobroma-systems.com>
4556         * tree-vect-slp.c (vect_bb_slp_scalar_cost): Properly confine
4557         life to the active subtree.
4559 2017-08-28  Jeff Law  <law@redhat.com>
4561         * tree-ssa-dom.c (edge_info::record_simple_equiv): Call
4562         derive_equivalences.
4563         (derive_equivalences_from_bit_ior, record_temporary_equivalences):
4564         Code moved into....
4565         (edge_info::derive_equivalences): New private member function
4567         * tree-ssa-dom.c (class edge_info): Changed from a struct
4568         to a class.  Add ctor/dtor, methods and data members.
4569         (edge_info::edge_info): Renamed from allocate_edge_info.
4570         Initialize additional members.
4571         (edge_info::~edge_info): New.
4572         (free_dom_edge_info): Delete the edge info.
4573         (record_edge_info): Use new class & associated member functions.
4574         Tighten forms for testing for edge equivalences.
4575         (record_temporary_equivalences): Iterate over the simple
4576         equivalences rather than assuming there's only one per edge.
4577         (cprop_into_successor_phis): Iterate over the simple
4578         equivalences rather than assuming there's only one per edge.
4579         (optimize_stmt): Use operand_equal_p rather than pointer
4580         equality for mini-DSE code.
4582 2017-08-28  Nathan Sidwell  <nathan@acm.org>
4584         * gcc.c (execute): Fold SIGPIPE handling into switch
4585         statement.  Adjust internal error message.
4587 2017-08-28  Richard Biener  <rguenther@suse.de>
4589         PR debug/81993
4590         * dwarf2out.c (gen_remaining_tmpl_value_param_die_attributes):
4591         Do nothing for removed DIEs.
4593 2017-08-28  Richard Biener  <rguenther@suse.de>
4595         PR tree-optimization/81977
4596         * tree-ssa-sccvn.c (vn_reference_lookup_3): Fix look through
4597         memcpy.
4599 2017-08-28  Alexander Monakov  <amonakov@ispras.ru>
4601         PR target/80640
4602         * doc/md.texi (mem_thread_fence): Remove mention of mode.  Rewrite.
4603         * optabs.c (expand_mem_thread_fence): Emit a compiler barrier when
4604         using targetm.gen_mem_thread_fence.
4606 2017-08-27  Uros Bizjak  <ubizjak@gmail.com>
4608         PR target/81995
4609         * config/i386/i386.md (*<btsc><mode>): Change operand 2
4610         predicate to register_operand.  Reorder operands.
4611         (*btr<mode>): Ditto.
4612         (*<btsc><mode>_mask): Change operand 3 predicate to register_operand.
4613         (*btr<mode>_mask): Ditto.
4615 2017-08-25  Steven Munroe  <munroesj@gcc.gnu.org>
4617         * config.gcc (powerpc*-*-*): Add xmmintrin.h and mm_malloc.h.
4618         * config/rs6000/xmmintrin.h: New file.
4619         * config/rs6000/x86intrin.h [__ALTIVEC__]: Include xmmintrin.h.
4621 2017-08-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
4623         PR target/81504
4624         * config/rs6000/rs6000-p8swap.c (find_alignment_op): Add reference
4625         parameter and_insn and return it.
4626         (recombine_lvx_pattern): Insert a copy to ensure availability of
4627         the base register of the copied masking operation at the point of
4628         the instruction replacement.
4629         (recombine_stvx_pattern): Likewise.
4631 2017-08-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
4633         * config/rs6000/rs6000.opt (-mpower9-dform-scalar): Delete
4634         undocumented switches.
4635         (-mpower9-dform-vector): Likewise.
4636         (-mpower9-dform): Likewise.
4637         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Update
4638         comments to delete references to -mpower9-dform* switches.
4639         * config/rs6000/predicates.md (vsx_quad_dform_memory_operand):
4640         Delete reference to -mpower9-dform* switches, test for
4641         -mpower9-vector instead.
4642         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Likewise.
4643         (OTHER_P9_VECTOR_MASKS): Likewise.
4644         (POWERPC_MASKS): Likewise.
4645         * config/rs6000/rs6000.c (rs6000_setup_reg_addr_masks): Change
4646         tests against -mpower9-dform* to -mpower9-vector.  Delete code
4647         that checked for -mpower9-dform* consistancy with other options.
4648         Add test for -mpower9-misc to enable other power9 switches.
4649         (rs6000_init_hard_regno_mode_ok): Likewise.
4650         (rs6000_option_override_internal): Likewise.
4651         (rs6000_emit_prologue): Likewise.
4652         (rs6000_emit_epilogue): Likewise.
4653         (rs6000_opt_masks): Delete -mpower9-dform-{scalar,vector}.
4654         (rs6000_disable_incompatiable_switches): Delete -mpower9-dform.
4655         (emit_fusion_p9_load): Change tests for -mpower9-dform-scalar
4656         -mpower9-vector.
4657         (emit_fusion_p9_store): Likewise.
4658         * config/rs6000/rs6000.h (TARGET_P9_DFORM_SCALAR): Delete
4659         resetting these macros if the assembler does not support ISA 3.0
4660         instructions.
4661         (TARGET_P9_DFORM_VECTOR): Likewise.
4662         * config/rs6000/rs6000.md (peepholes to optimize altivec memory):
4663         Change to use -mpower9-vector instead of -mpower9-dform-scalar.
4665 2017-08-25  Alan Modra  <amodra@gmail.com>
4667         PR rtl-optimization/81747
4668         * cse.c (cse_extended_basic_block): Don't attempt to record
4669         equivalences for degenerate conditional branches that branch
4670         to their fall-through.
4672 2017-08-24  Martin Sebor  <msebor@redhat.com>
4674         PR middle-end/81908
4675         * gimple-fold.c (size_must_be_zero_p): New function.
4676         (gimple_fold_builtin_memory_op): Call it.
4678 2017-08-24  Steven Munroe  <munroesj@gcc.gnu.org>
4680         * config/rs6000/mm_malloc.h: New file.
4682 2017-08-24  Bin Cheng  <bin.cheng@arm.com>
4684         PR tree-optimization/81913
4685         * tree-ssa-loop-niter.c (number_of_iterations_cond): Skip niter
4686         analysis when either IVs in condition can wrap.
4688 2017-08-24  Uros Bizjak  <ubizjak@gmail.com>
4690         * dwarf2out.c (MAX_ARTIFICIAL_LABEL_BYTES): Increase to 40.
4691         * dwarf2cfi.c (MAX_ARTIFICIAL_LABEL_BYTES): Remove.
4693 2017-08-24  Richard Biener  <rguenther@suse.de>
4695         PR target/81921
4696         * targhooks.c (default_target_can_inline_p): Properly
4697         use target_option_default_node when no DECL_FUNCTION_SPECIFIC_TARGET
4698         is present and always compare.
4699         * config/i386/i386.c (ix86_valid_target_attribute_tree): Do not
4700         infer -mfpmath=sse from TARGET_SSE_P.
4701         (ix86_can_inline_p): Properly use target_option_default_node when
4702         no DECL_FUNCTION_SPECIFIC_TARGET is present and always compare.
4704 2017-08-24  Richard Biener  <rguenther@suse.de>
4706         PR debug/81936
4707         * dwarf2out.c (output_die): Handle flag_generate_offload like
4708         flag_generate_lto.
4709         (output_comp_unit): Likewise.
4710         (gen_array_type_die): Likewise.
4711         (dwarf2out_early_finish): Likewise.
4712         (note_variable_value_in_expr): Likewise.
4713         (dwarf2out_finish): Likewise.  Adjust assert.
4714         * cgraphunit.c (symbol_table::compile): Move setting of
4715         flag_generate_offload earlier ...
4716         (symbol_table::finalize_compilation_unit): ... here, before
4717         early debug finalization.
4719 2017-08-24  Richard Biener  <rguenther@suse.de>
4721         * config/i386/i386.c: Include symbol-summary.h, ipa-prop.h
4722         and ipa-fnsummary.h.
4723         (ix86_can_inline_p): When ix86_fpmath flags do not match
4724         check whether the callee uses FP math at all.
4726 2017-08-24  Aldy Hernandez  <aldyh@redhat.com>
4728         PR middle-end/81931
4729         * tree-ssanames.c (get_nonzero_bits): Use element_precision
4730         instead of TYPE_PRECISION.
4732 2017-08-24  Richard Sandiford  <richard.sandiford@linaro.org>
4733             Alan Hayward  <alan.hayward@arm.com>
4734             David Sherwood  <david.sherwood@arm.com>
4736         * combine.c (make_extraction): Use subreg_offset_from_lsb.
4738 2017-08-23  Daniel Santos  <daniel.santos@pobox.com>
4740         * config/i386/i386.h (ix86_frame::stack_realign_allocate_offset):
4741         Remove field.
4742         (ix86_frame::stack_realign_allocate): New field.
4743         (struct machine_frame_state): Modify comments.
4744         (machine_frame_state::sp_realigned_fp_end): New field.
4745         * config/i386/i386.c (ix86_compute_frame_layout): Rework stack frame
4746         layout calculation.
4747         (sp_valid_at): Add assertion to assure no attempt to access invalid
4748         offset of a realigned stack.
4749         (fp_valid_at): Likewise.
4750         (choose_baseaddr): Modify comments.
4751         (ix86_emit_outlined_ms2sysv_save): Adjust to changes in
4752         ix86_expand_prologue.
4753         (ix86_expand_prologue): Modify stack realignment and allocation.
4754         (ix86_expand_epilogue): Modify comments.
4755         * doc/sourcebuild.texi: Add documentation for target selectors avx2,
4756         avx2_runtime, avx512f, and avx512f_runtime.
4758 2017-08-23  Uros Bizjak  <ubizjak@gmail.com>
4760         * config/i386/i386.opt: Remove unneeded Init(0) initializations.
4761         (mstackrealign): Do not init to -1.
4762         * config/i386/i386.c (ix86_option_override_internal):
4763         Check opts_set, not opts when setting default value of
4764         opts->x_ix86_force_align_arg_pointer.
4766 2017-08-23  Richard Biener  <rguenther@suse.de>
4768         * function.c (fndecl_name): Use verbosity 1 (no arguments) for
4769         lang_hooks.decl_printable_name.
4770         * print-rtl-function.c (print_rtx_function): Likewise.
4771         * tree-pretty-print.c (dump_function_header): Likewise.
4773 2017-08-23  Richard Biener  <rguenther@suse.de>
4775         PR lto/81940
4776         * dwarf2out.c (dwarf2out_abstract_function): Handle LTO with
4777         -g0 at compile-time.
4779 2017-08-23  Tamar Christina  <tamar.christina@arm.com>
4781         PR middle-end/19706
4782         * doc/sourcebuild.texi (Other hardware attributes):
4783         Document xorsign.
4785 2017-08-23  Tamar Christina  <tamar.christina@arm.com>
4787         PR middle-end/19706
4788         * tree-ssa-math-opts.c (convert_expand_mult_copysign):
4789         Fix single-use check.
4791 2017-08-23  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4793         * gcc.c (execute): Only test for SIGKILL and SIGQUIT if available.
4795 2017-08-22  Daniel Santos  <daniel.santos@pobox.com>
4797         * doc/install.texi: Modify to add more details on running selected
4798         tests.
4800 2017-08-22  Daniel Santos  <daniel.santos@pobox.com>
4802         * config/i386/i386.c (ix86_option_override_internal): Error when -mx32
4803         is combined with -mabi=ms.
4804         (ix86_function_type_abi): Limit errors for mixing -mx32 with attribute
4805         ms_abi.
4807 2017-08-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
4809         PR tree-optimization/81488
4810         * gimple-ssa-strength-reduction (struct slsr_cand_d): Add visited
4811         and cached_basis fields.
4812         (MAX_SPREAD): New constant.
4813         (alloc_cand_and_find_basis): Initialize new fields.
4814         (clear_visited): New function.
4815         (create_phi_basis_1): Rename from create_phi_basis, set visited
4816         and cached_basis fields.
4817         (create_phi_basis): New wrapper function.
4818         (phi_add_costs_1): Rename from phi_add_costs, add spread
4819         parameter, set visited field, short-circuit when limits reached.
4820         (phi_add_costs): New wrapper function.
4821         (record_phi_increments_1): Rename from record_phi_increments, set
4822         visited field.
4823         (record_phi_increments): New wrapper function.
4824         (phi_incr_cost_1): Rename from phi_incr_cost, set visited field.
4825         (phi_incr_cost): New wrapper function.
4826         (all_phi_incrs_profitable_1): Rename from
4827         all_phi_incrs_profitable, set visited field.
4828         (all_phi_incrs_profitable): New wrapper function.
4830 2017-08-22  Richard Sandiford  <richard.sandiford@linaro.org>
4831             Alan Hayward  <alan.hayward@arm.com>
4832             David Sherwood  <david.sherwood@arm.com>
4834         * rtl.h (paradoxical_subreg_p): Define inline, and add a version
4835         that takes the outer and inner modes.
4836         * doc/rtl.texi: Use paradoxical_subreg_p instead of a GET_MODE_SIZE
4837         comparison as the canonical test for a paradoxical subreg.
4838         * combine.c (simplify_set): Use paradoxical_subreg_p.
4839         (make_extraction): Likewise.
4840         (force_to_mode): Likewise.
4841         (rtx_equal_for_field_assignment_p): Likewise.
4842         (gen_lowpart_for_combine): Likewise.
4843         (simplify_comparison): Likewise.
4844         * cse.c (equiv_constant): Likewise.
4845         * expmed.c (store_bit_field_1): Likewise.
4846         * final.c (alter_subreg): Likewise.
4847         * fwprop.c (propagate_rtx): Likewise.
4848         (forward_propagate_subreg): Likewise.
4849         * ira-conflicts.c (ira_build_conflicts): Likewise.
4850         * lower-subreg.c (simplify_gen_subreg_concatn): Likewise.
4851         * lra-constraints.c (curr_insn_transform): Likewise.
4852         (split_reg): Likewise.
4853         * lra-eliminations.c (move_plus_up): Likewise.
4854         (lra_eliminate_regs_1): Likewise.
4855         * recog.c (general_operand): Likewise.
4856         * ree.c (combine_reaching_defs): Likewise.
4857         * reload.c (push_reload): Likewise.
4858         (find_reloads): Likewise.
4859         * reload1.c (elimination_effects): Likewise.
4860         (compute_reload_subreg_offset): Likewise.
4861         (choose_reload_regs): Likewise.
4862         * rtlanal.c (subreg_lsb_1): Likewise.
4863         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
4864         (simplify_subreg): Likewise.
4865         * var-tracking.c (track_loc_p): Likewise.
4866         * emit-rtl.c (byte_lowpart_offset): Likewise.
4867         (paradoxical_subreg_p): Delete out-of-line definition.
4869 2017-08-22  Jeff Law  <law@redhat.com>
4871         PR tree-optimization/81741
4872         PR tree-optimization/71947
4873         * tree-ssa-dom.c: Include tree-inline.h.
4874         (record_temporary_equivalences): Only record SSA_NAME = SSA_NAME
4875         equivalences if one is more expensive to compute than the other.
4876         * tree-ssa-scopedtables.h (class const_or_copies): Make
4877         record_const_or_copy_raw method private.
4878         (class avail_exprs_stack): New method simplify_binary_operation.
4879         * tree-ssa-scopedtables.c (avail_exprs_stack::lookup_avail_expr): Call
4880         avail_exprs_stack::simplify_binary_operation as needed.
4881         (avail_exprs_stack::simplify_binary_operation): New function.
4883 2017-08-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
4885         * config.gcc (powerpc-*-rtems*): Add rs6000/linux64.opt.
4886         * config/rs6000/rtems.h (ASM_PREFERRED_EH_DATA_FORMAT): New define.
4887         (DOT_SYMBOLS): Likewise.
4888         (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
4889         (RELOCATABLE_NEEDS_FIXUP): Likewise.
4890         (RS6000_ABI_NAME): Likewise.
4891         (TARGET_CMODEL): Likewise.
4892         (TOC_SECTION_ASM_OP): Likewise.
4893         (SET_CMODEL): New macro.
4894         (SUBSUBTARGET_OVERRIDE_OPTIONS): Evaluate cmodel options.
4896 2017-08-22  Richard Biener  <rguenther@suse.de>
4898         * tree-inline.c (remap_type_1): Change asserts on TYPE_SIZE[_UNIT]
4899         to allow for free-lang-data replacements similar to verify_type_variant.
4901 2017-08-22  Richard Sandiford  <richard.sandiford@linaro.org>
4902             Alan Hayward  <alan.hayward@arm.com>
4903             David Sherwood  <david.sherwood@arm.com>
4905         * config/aarch64/aarch64.md (casesi): Use DImode rather than
4906         VOIDmode for the LABEL_REF.
4908 2017-08-22  Richard Biener  <rguenther@suse.de>
4910         * tree-cfg.c (gimple_split_edge): Avoid reallocating target PHI nodes.
4912 2017-08-22  Richard Biener  <rguenther@suse.de>
4914         * common.opt (feliminate-dwarf2-dups): Ignore.
4915         * doc/invoke.texi (feliminate-dwarf2-dups): Remove documentation.
4916         * dwarf2out.c (push_new_compile_unit, pop_compile_unit,
4917         same_die_p_wrap, compute_section_prefix,
4918         is_symbol_die, assign_symbol_names, break_out_includes): Remove.
4919         (comdat_symbol_id, comdat_symbol_number): Likewise.
4920         (cu_hash_table_entry, cu_hash_table_entry_hasher, cu_hash_type):
4921         Likewise.
4922         (check_duplicate_cu, record_comdat_symbol_number): Likewise.
4923         (output_die): Mark unreachable path unreachable.
4924         (dwarf2out_start_source_file): Do not create DW_TAG_GNU_BINCL.
4925         (dwarf2out_end_source_file): Do not create DW_TAG_GNU_EINCL.
4926         (dwarf2out_init): Remove code handling flag_eliminate_dwarf2_dups.
4927         (dwarf2out_early_finish): Likewise.
4929 2017-08-22  Aldy Hernandez  <aldyh@redhat.com>
4931         * wide-int.h (hwi_with_prec::hwi_with_prec): Sign extend.
4933 2017-08-22  Georg-Johann Lay  <avr@gjlay.de>
4935         PR target/81910
4936         * config/avr/avr.c (avr_handle_addr_attribute): Early return if
4937         not VAR_P. Filter attribute warnings with OPT_Wattributes.
4938         (avr_attribute_table) <io, io_low, address>: Initialize
4939         .decl_required with true.
4941 2017-08-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
4943         * config/rs6000/rs6000-cpus.def (-mvsx-scalar-float): Delete
4944         undocumented debugging options.
4945         (-mvsx-scalar-double): Likewise.
4946         (-mallow-df-permute): Likewise.
4947         (-mvectorize-builtins): Likewise.
4948         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Likewise.
4949         (rs6000_builtin_vectorized_function): Likewise.
4950         (rs6000_builtin_md_vectorized_function): Likewise.
4951         (rs6000_opt_vars): Likewise.
4953 2017-08-21  Uros Bizjak  <ubizjak@gmail.com>
4955         PR target/46091
4956         * config/i386/i386.md (*btsq_imm): Rename from *btsq.
4957         (*btrq_imm): Rename from *btrq.
4958         (*btcq_imm): Rename from *btcq.
4959         (btsc): New code attribute.
4960         (*<btsc><mode>): New insn pattern.
4961         (*btr<mode>): Ditto.
4962         (*<btsc><mode>_mask): New insn_and_split pattern.
4963         (*btr<mode>_mask): Ditto.
4965 2017-08-21  Richard Sandiford  <richard.sandiford@linaro.org>
4966             Alan Hayward  <alan.hayward@arm.com>
4967             David Sherwood  <david.sherwood@arm.com>
4969         * function.c (pad_below): Simplify padding calculation.
4971 2017-08-21  Richard Sandiford  <richard.sandiford@linaro.org>
4972             Alan Hayward  <alan.hayward@arm.com>
4973             David Sherwood  <david.sherwood@arm.com>
4975         * target.def (function_prologue): Remove frame size argument.
4976         (function_epilogue): Likewise.
4977         * doc/tm.texi: Regenerate.
4978         * final.c (final_start_function): Update call to function_prologue.
4979         (final_end_function): Update call to function_epilogue.
4980         (default_function_pro_epilogue): Remove frame size argument.
4981         * output.h (default_function_pro_epilogue): Likewise.
4982         * config/arm/arm.c (arm_output_function_epilogue): Likewise.
4983         (arm_output_function_prologue): Likewise.
4984         * config/frv/frv.c (frv_function_prologue): Likewise.
4985         (frv_function_epilogue): Likewise.
4986         * config/i386/i386.c (ix86_output_function_epilogue): Likewise.
4987         * config/ia64/ia64.c (ia64_output_function_prologue): Likewise.
4988         (ia64_output_function_epilogue): Likewise.
4989         * config/m32r/m32r.c (m32r_output_function_prologue): Likewise.
4990         (m32r_output_function_epilogue): Likewise.
4991         * config/microblaze/microblaze.c (microblaze_function_prologue)
4992         (microblaze_function_epilogue): Likewise.
4993         * config/mips/mips.c (mips_output_function_prologue): Likewise.
4994         (mips_output_function_epilogue): Likewise.
4995         * config/mmix/mmix.c (mmix_target_asm_function_prologue): Likewise.
4996         (mmix_target_asm_function_epilogue): Likewise.
4997         * config/msp430/msp430.c (msp430_start_function): Likewise.
4998         * config/nds32/nds32.c (nds32_asm_function_prologue): Likewise.
4999         (nds32_asm_function_epilogue): Likewise.
5000         * config/nios2/nios2.c (nios2_asm_function_prologue): Likewise.
5001         * config/pa/pa.c (pa_output_function_prologue): Likewise.
5002         (pa_output_function_epilogue): Likewise.
5003         * config/powerpcspe/powerpcspe.c (rs6000_output_function_prologue)
5004         (rs6000_output_function_epilogue): Likewise.
5005         * config/rl78/rl78.c (rl78_start_function): Likewise.
5006         * config/rs6000/rs6000.c (rs6000_output_function_prologue): Likewise.
5007         (rs6000_output_function_epilogue): Likewise.
5008         * config/rx/rx.c (rx_output_function_prologue): Likewise.
5009         * config/sh/sh.c (sh_output_function_epilogue): Likewise.
5010         * config/sparc/sparc.c (sparc_asm_function_prologue): Likewise.
5011         (sparc_asm_function_epilogue): Likewise.
5013 2017-08-21  Richard Sandiford  <richard.sandiford@linaro.org>
5015         * tree.h (type_has_mode_precision_p): New function.
5016         * convert.c (convert_to_integer_1): Use it.
5017         * expr.c (expand_expr_real_2): Likewise.
5018         (expand_expr_real_1): Likewise.
5019         * fold-const.c (fold_single_bit_test_into_sign_test): Likewise.
5020         * match.pd: Likewise.
5021         * tree-ssa-forwprop.c (simplify_rotate): Likewise.
5022         * tree-ssa-math-opts.c (convert_mult_to_fma): Likewise.
5023         * tree-tailcall.c (process_assignment): Likewise.
5024         * tree-vect-loop.c (vectorizable_reduction): Likewise.
5025         * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern)
5026         (vect_recog_mult_pattern, vect_recog_divmod_pattern): Likewise.
5027         * tree-vect-stmts.c (vectorizable_conversion): Likewise.
5028         (vectorizable_assignment): Likewise.
5029         (vectorizable_shift): Likewise.
5030         (vectorizable_operation): Likewise.
5031         * tree-vrp.c (register_edge_assert_for_2): Likewise.
5033 2017-08-21  Wilco Dijkstra  <wdijkstr@arm.com>
5035         * match.pd: Add pow (C, x) simplification.
5037 2017-08-21  Richard Biener  <rguenther@suse.de>
5039         PR tree-optimization/81900
5040         * tree-ssa-pre.c (compute_antic_aux): Properly compute changed
5041         for blocks with abnormal predecessors.
5042         (compute_antic): Do not set visited flag prematurely.
5044 2017-08-21  Georg-Johann Lay  <avr@gjlay.de>
5046         PR target/79883
5047         * config/avr/avr.c (avr_set_current_function): Typo in diagnostic.
5049 2017-08-21  Richard Sandiford  <richard.sandiford@linaro.org>
5051         * stor-layout.h (vector_type_mode): Move to...
5052         * tree.h (vector_type_mode): ...here.
5053         * stor-layout.c (vector_type_mode): Move to...
5054         * tree.c (vector_type_mode): ...here.  Include rtl.h and regs.h.
5056 2017-08-21  Richard Biener  <rguenther@suse.de>
5058         * debug.h (struct gcc_debug_hooks): Add die_ref_for_decl and
5059         register_external_die hooks.
5060         (debug_false_tree_charstarstar_uhwistar): Declare.
5061         (debug_nothing_tree_charstar_uhwi): Likewise.
5062         * debug.c (do_nothing_debug_hooks): Adjust.
5063         (debug_false_tree_charstarstar_uhwistar): New do nothing.
5064         (debug_nothing_tree_charstar_uhwi): Likewise.
5065         * dbxout.c (dbx_debug_hooks): Adjust.
5066         (xcoff_debug_hooks): Likewise.
5067         * sdbout.c (sdb_debug_hooks): Likewise.
5068         * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
5069         * dwarf2out.c (macinfo_label_base): New global.
5070         (dwarf2out_register_external_die): New function for the
5071         register_external_die hook.
5072         (dwarf2out_die_ref_for_decl): Likewise for die_ref_for_decl.
5073         (dwarf2_debug_hooks): Use them.
5074         (dwarf2_lineno_debug_hooks): Adjust.
5075         (struct die_struct): Add with_offset flag.
5076         (DEBUG_LTO_DWO_INFO_SECTION, DEBUG_LTO_INFO_SECTION,
5077         DEBUG_LTO_DWO_ABBREV_SECTION, DEBUG_LTO_ABBREV_SECTION,
5078         DEBUG_LTO_DWO_MACINFO_SECTION, DEBUG_LTO_MACINFO_SECTION,
5079         DEBUG_LTO_DWO_MACRO_SECTION, DEBUG_LTO_MACRO_SECTION,
5080         DEBUG_LTO_LINE_SECTION, DEBUG_LTO_DWO_STR_OFFSETS_SECTION,
5081         DEBUG_LTO_STR_DWO_SECTION, DEBUG_STR_LTO_SECTION): New macros
5082         defining section names for the early LTO debug variants.
5083         (reset_indirect_string): New helper.
5084         (add_AT_external_die_ref): Helper for dwarf2out_register_external_die.
5085         (print_dw_val): Add support for offsetted symbol references.
5086         (get_ultimate_context): Split out from is_cxx.
5087         (is_cxx): Use get_ultimate_context.
5088         (is_fortran): Add decl overload.
5089         (compute_comp_unit_symbol): Split out worker from
5090         compute_section_prefix.
5091         (compute_section_prefix): Call compute_comp_unit_symbol and
5092         set comdat_type_p here.
5093         (output_die): Skip DIE symbol output for the LTO added one.
5094         Handle DIE symbol references with offset.
5095         (output_comp_unit): Guard section name mangling properly.
5096         For LTO debug sections emit a symbol at the section beginning
5097         which we use to refer to its DIEs.
5098         (add_abstract_origin_attribute): For DIEs registered via
5099         dwarf2out_register_external_die directly refer to the early
5100         DIE rather than indirectly through the shadow one we created.
5101         Remove obsolete call to dwarf2out_abstract_function for
5102         non-function/block origins.
5103         (gen_array_type_die): When generating early LTO debug do
5104         not emit DW_AT_string_length.
5105         (gen_formal_parameter_die): Do not re-create DIEs for PARM_DECLs
5106         late when in LTO.  As suggested place a gcc_unreachable for
5107         the DECL_ABSTRACT_P case.
5108         (gen_subprogram_die): Avoid another specification DIE
5109         for early built declarations/definitions for the late LTO case.
5110         (gen_variable_die): Add type references for late duplicated VLA dies
5111         when in late LTO.
5112         (gen_inlined_subroutine_die): Do not call dwarf2out_abstract_function,
5113         we have the abstract instance already.
5114         (process_scope_var): Adjust decl DIE contexts in LTO which
5115         first puts them in limbo.
5116         (gen_decl_die): Do not generate type DIEs late apart from
5117         types for VLAs or for decls we do not yet have a DIE.  Do not
5118         call dwarf2out_abstract_function late.
5119         (dwarf2out_early_global_decl): Make sure to create DIEs
5120         for abstract instances of a decl first.
5121         (dwarf2out_late_global_decl): Adjust comment.
5122         (output_macinfo_op): With multiple macro sections use
5123         macinfo_label_base to distinguish labels.
5124         (output_macinfo): Likewise.  Update macinfo_label_base.
5125         Pass in the line info label.
5126         (note_variable_value_in_expr): When generating LTO resolve
5127         all variable values here by generating DIEs as needed.
5128         (init_sections_and_labels): Add early LTO debug flag parameter
5129         and generate different sections and names if set.  Add generation
5130         counter for the labels so we can have multiple of them.
5131         (reset_dies): Helper to allow DIEs to be output multiple times.
5132         (dwarf2out_finish): When outputting DIEs to the fat part of an
5133         LTO object first reset DIEs.
5134         (dwarf2out_early_finish): Output early DIEs when generating LTO.
5135         (modified_type_die): Check for decl_ultimate_origin being self
5136         before recursing.
5137         (gen_type_die_with_usage): Likewise.
5138         (gen_typedef_die): Allow decl_ultimate_origin being self.
5139         (set_decl_abstract_flags): Remove.
5140         (set_block_abstract_flags): Likewise.
5141         (dwarf2out_abstract_function): Treat the early generated DIEs
5142         as the abstract copy and only add DW_AT_inline and
5143         DW_AT_artificial here and call set_decl_origin_self.
5144         If the DIE has an abstract origin don't do anything.
5145         * tree.c (free_lang_data): Build a dummy TRANSLATION_UNIT_DECL
5146         if we have none yet (Go fails to build one, PR78628).
5147         (variably_modified_type_p): Prevent endless recursion for Ada
5148         cyclic pointer types.
5149         * lto-streamer-in.c: Include debug.h.
5150         (dref_queue): New global.
5151         (lto_read_tree_1): Stream in DIE references.
5152         (lto_input_tree): Register DIE references.
5153         (input_function): Stream DECL_DEBUG_ARGS.
5154         * lto-streamer-out.c: Include debug.h.
5155         (lto_write_tree_1): Output DIE references.
5156         (DFS::DFS_write_tree_body): Follow DECL_ABSTRACT_ORIGIN.
5157         Force a TRANSLATION_UNIT_DECL DECL_CONTEXT for file-scope decls.
5158         (output_function): Stream DECL_DEBUG_ARGS.
5159         * tree-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
5160         Stream DECL_ABSTRACT_ORIGIN.
5161         * tree-streamer-out.c (write_ts_decl_common_tree_pointers): Likewise.
5162         (write_ts_decl_minimal_tree_pointers): Force a TRANSLATION_UNIT_DECL
5163         DECL_CONTEXT for file-scope decls.
5164         * lto-streamer.h (struct dref_entry): Declare.
5165         (dref_queue): Likewise.
5166         * cfgexpand.c (pass_expand::execute): Do not call the
5167         outlining_inline_function hook here.
5168         * lto-wrapper.c (debug_obj): New global.
5169         (tool_cleanup): Unlink it if required.
5170         (debug_objcopy): New function.
5171         (run_gcc): Handle early debug sections in the IL files by
5172         extracting them to separate files, partially linkin them and
5173         feeding the result back as result to the linker.
5174         * config/darwin.h (DEBUG_LTO_INFO_SECTION, DEBUG_LTO_ABBREV_SECTION,
5175         DEBUG_LTO_MACINFO_SECTION, DEBUG_LTO_LINE_SECTION,
5176         DEBUG_STR_LTO_SECTION, DEBUG_LTO_MACRO_SECTION): Put early debug
5177         sections into a separate segment.
5178         * config/darwin.c (darwin_asm_named_section): Handle __GNU_DWARF_LTO
5179         segments.
5180         (darwin_asm_dwarf_section): Likewise.
5181         (darwin_asm_output_dwarf_offset): Likewise.
5182         * config/i386/i386.c (make_resolver_func): Set DECL_IGNORED_P.
5184 2017-08-21  Richard Sandiford  <richard.sandiford@linaro.org>
5185             Alan Hayward  <alan.hayward@arm.com>
5186             David Sherwood  <david.sherwood@arm.com>
5188         * read-md.h (md_reader::record_potential_iterator_use): Replace
5189         pointer argument with an rtx and an index.
5190         * read-rtl.c (iterator_group::apply_iterator): Likewise.
5191         (apply_mode_iterator): Likewise.
5192         (apply_code_iterator): Likewise.
5193         (apply_int_iterator): Likewise.
5194         (apply_subst_iterator): Likewise.
5195         (record_iterator_use): Likewise.
5196         (record_attribute_use): Likewise.
5197         (md_reader::record_potential_iterator_use): Likewise.  Update calls
5198         to record_iterator_use and apply_iterator.
5199         (iterator_use): Replace ptr with x and index.
5200         (attribute_use): Likewise.
5201         (apply_attribute_uses): Update calls to apply_iterator.
5202         (apply_iterators): Likewise.  Update initialization of iterator_use.
5203         (rtx_reader::read_rtx_code): Update calls to record_iterator_use
5204         and record_potential_iterator_use.
5205         (rtx_reader::read_rtx_operand): Likewise.
5207 2017-08-21  Richard Sandiford  <richard.sandiford@linaro.org>
5208             Alan Hayward  <alan.hayward@arm.com>
5209             David Sherwood  <david.sherwood@arm.com>
5211         * varasm.c (const_rtx_hash_1): Don't hash in the mode of a
5212         CONST_WIDE_INT.
5214 2017-08-21  Richard Biener  <rguenther@suse.de>
5216         PR middle-end/81884
5217         * tree-ssa-alias.c (stmt_kills_ref_p): Handle array accesses
5218         at struct end conservatively when comparing common bases.
5220 2017-08-21  Richard Biener  <rguenther@suse.de>
5222         * tree-ssa-loop-im.c (struct lim_aux_data): Add ref index member.
5223         (mem_ref_in_stmt): Remove.
5224         (determine_max_movement): Use ref index to get at the reference.
5225         (invariantness_dom_walker::before_dom_children): Deal with
5226         lim data already initialized.
5227         (gather_mem_refs_stmt): Initialize lim data and record ref index.
5229 2017-08-19  Uros Bizjak  <ubizjak@gmail.com>
5231         * config/i386/i386.h (OPTION_MASK_ISA_ROUND): Remove.
5232         (TARGET_ISA_ROUND): Ditto.
5233         (TARGET_ROUND): Ditto.
5234         * config/i386/i386.c: Substitute TARGET_ROUND with TARGET_SSE4_1.
5235         * config/i386/i386.md: Ditto.
5236         * config/i386/sse.md: Ditto.
5237         * config/i386/i386-builtin.def: Substitute OPTION_MASK_ISA_ROUND
5238         with OPTION_MASK_ISA_SSE4_1.
5240 2017-08-19  Uros Bizjak  <ubizjak@gmail.com>
5242         PR target/81894
5243         * doc/extend.texi (x86 Built-in Functions): Correct the name of
5244         __builtin_ia32_lzcnt_u16.
5246 2017-08-18  Peter Bergner  <bergner@vnet.ibm.com>
5248         PR target/80210
5249         * config/rs6000/rs6000.c (rs6000_activate_target_options): New function.
5250         (rs6000_set_current_function): Rewrite function to use it.
5252 2017-08-18  H.J. Lu  <hongjiu.lu@intel.com>
5254         PR c/53037
5255         * print-tree.c (print_node): Support DECL_WARN_IF_NOT_ALIGN
5256         and TYPE_WARN_IF_NOT_ALIGN.
5257         * stor-layout.c (do_type_align): Merge DECL_WARN_IF_NOT_ALIGN.
5258         (handle_warn_if_not_align): New.
5259         (place_union_field): Call handle_warn_if_not_align.
5260         (place_field): Call handle_warn_if_not_align.
5261         Copy TYPE_WARN_IF_NOT_ALIGN.
5262         (finish_builtin_struct): Copy TYPE_WARN_IF_NOT_ALIGN.
5263         (layout_type): Likewise.
5264         * tree-core.h (tree_type_common): Add warn_if_not_align.  Set
5265         spare to 18.
5266         (tree_decl_common): Add warn_if_not_align.
5267         * tree.c (build_range_type_1): Copy TYPE_WARN_IF_NOT_ALIGN.
5268         * tree.h (TYPE_WARN_IF_NOT_ALIGN): New.
5269         (SET_TYPE_WARN_IF_NOT_ALIGN): Likewise.
5270         (DECL_WARN_IF_NOT_ALIGN): Likewise.
5271         (SET_DECL_WARN_IF_NOT_ALIGN): Likewise.
5272         * doc/extend.texi: Document warn_if_not_aligned attribute.
5273         * doc/invoke.texi: Document -Wif-not-aligned and -Wpacked-not-aligned.
5275 2017-08-17  Martin Liska  <mliska@suse.cz>
5277         PR bootstrap/81864
5278         * tree-loop-distribution.c (ddrs_table): Change type to pointer type.
5279         (get_data_dependence): Use it as pointer type.
5280         (distribute_loop): Likewise.
5282 2017-08-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5284         * config/rs6000/altivec.md (UNSPEC_VMRGOW_DIRECT): New constant.
5285         (p8_vmrgew_v4sf_direct): Generalize to p8_vmrgew_<mode>_direct.
5286         (p8_vmrgow_<mode>_direct): New define_insn.
5287         * config/rs6000/rs6000.c (altivec_expand_vec_perm_const): Properly
5288         handle endianness for vmrgew and vmrgow permute patterns.
5290 2017-08-17  Peter Bergner  <bergner@vnet.ibm.com>
5292         * config/rs6000/altivec.md (VParity): Remove TARGET_VSX_TIMODE.
5293         * config/rs6000/rs6000-cpus.def: Remove comment.
5294         (ISA_2_7_MASKS_SERVER): Delete OPTION_MASK_VSX_TIMODE;
5295         (POWERPC_MASKS): Likewise.
5296         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Remove unneeded
5297         use of TARGET_VSX_TIMODE.
5298         (rs6000_setup_reg_addr_masks): Change TARGET_VSX_TIMODE to TARGET_VSX.
5299         (rs6000_init_hard_regno_mode_ok): Remove unneeded uses of
5300         TARGET_VSX_TIMODE.  Change use of TARGET_VSX_TIMODE to TARGET_VSX.
5301         (rs6000_option_override_internal): Remove dead code.
5302         (rs6000_legitimize_address): Change TARGET_VSX_TIMODE to TARGET_VSX.
5303         (rs6000_legitimize_reload_address): Likewise.
5304         (rs6000_legitimate_address_p): Likewise.
5305         (rs6000_opt_masks): Delete "vsx-timode".
5306         (rs6000_disable_incompatible_switches): Remove mention of -mvsx-timode
5307         from function comment.
5308         * config/rs6000/rs6000.h (MASK_VSX_TIMODE): Delete.
5309         * config/rs6000/rs6000.md (FMOVE128_GPR): Remove TARGET_VSX_TIMODE.
5310         (V16QI, V8HI, V4SI, V4SF, V2DI, V2DF, V1TI): Remove useless empty
5311         condition.
5312         * config/rs6000/rs6000.opt (mvsx-timode): Replace with stub.
5313         * config/rs6000/vector.md (VEC_IP): Remove TARGET_VSX_TIMODE.
5314         * config/rs6000/vsx.md (VSX_LE_128): Likewise.
5315         (VSX_TI): Likewise.
5316         (VSX_M): Likewise.
5317         (define_peephole2): Likewise.
5319 2017-08-17  Martin Sebor  <msebor@redhat.com>
5321         PR c/81859
5322         * pretty-print.c (pp_format): Use strnlen in %.*s to avoid reading
5323         past the end of an array.
5324         (test_pp_format): Add test cases.
5326 2017-08-17  Richard Sandiford  <richard.sandiford@linaro.org>
5328         * internal-fn.def (CLRSB, CLZ, CTZ, FFS, PARITY, POPCOUNT): Add
5329         missing ECF_NOTHROW flags.
5331 2017-08-17  Peter Bergner  <bergner@vnet.ibm.com>
5333         PR target/72804
5334         * config/rs6000/vsx.md (*vsx_le_permute_<mode>): Add support for
5335         operands residing in integer registers.
5336         (*vsx_le_perm_load_<mode>): Likewise.
5337         (*vsx_le_perm_store_<mode>): Likewise.
5338         (define_peephole2): Add peepholes to optimize the above.
5340 2017-08-17  Marek Polacek  <polacek@redhat.com>
5342         PR middle-end/81814
5343         * fold-const.c (operand_equal_for_comparison_p): Remove code that used
5344         to mimic what shorten_compare did.  Change the return type to bool.
5345         (fold_cond_expr_with_comparison): Update call to
5346         operand_equal_for_comparison_p.
5347         (fold_ternary_loc): Likewise.
5349 2017-08-17  Jackson Woodruff  <jackson.woodruff@arm.com>
5351         * aarch64-simd.md (mov<mode>): No longer force zero immediate into
5352         register.
5353         (*aarch64_simd_mov<mode>): Add new case for stp using zero immediate.
5355 2017-08-17  Richard Biener  <rguenther@suse.de>
5357         * tree-ssa-structalias.c (solve_graph): When propagating
5358         to successors update the graphs succ edges and avoid duplicate work.
5360 2017-08-17  Maxim Ostapenko  <m.ostapenko@samsung.com>
5362         PR target/81861
5363         * config/i386/i386.c (ix86_option_override_internal): Save target
5364         specific options after ix86_stack_protector_guard_reg was changed.
5366 2017-08-17  Richard Biener  <rguenther@suse.de>
5368         PR tree-optimization/81827
5369         * tree-ssa-structalias.c (struct variable_info): Add is_reg_var flag.
5370         (new_var_info): Initialize it conservatively.
5371         (get_call_vi): Mark register vars.
5372         (new_scalar_tmp_constraint_exp): Likewise.
5373         (handle_rhs_call): Likewise.
5374         (handle_const_call): Likewise.
5375         (create_function_info_for): Likewise.
5376         (solve_constraints): Sort varinfos to separate register from
5377         non-register vars to pack points-to solution bitmaps during
5378         iteration.
5380 2017-08-17  Marek Polacek  <polacek@redhat.com>
5382         * gimplify.c (gimplify_adjust_omp_clauses): Compare with 0 instead of 1.
5384 2017-08-17  Richard Biener  <rguenther@suse.de>
5386         * tree-vrp.c (vrp_int_const_binop): Do not set *overflow_p
5387         to true when overflow is undefined and we saturated the result.
5389 2017-08-17  Alan Modra  <amodra@gmail.com>
5391         PR target/80938
5392         * config/rs6000/rs6000.c (rs6000_savres_strategy): Revert 2017-08-09.
5393         Don't use store multiple if only one reg needs saving.
5394         (interesting_frame_related_regno): New function.
5395         (rs6000_frame_related): Don't emit frame info for regs that
5396         don't need saving.
5397         (rs6000_emit_epilogue): Likewise.
5399 2017-08-16  Nathan Sidwell  <nathan@acm.org>
5401         * tree-core.h (tree_type_non_common): Rename binfo to lang_1.
5402         * tree.h (TYPE_BINFO): Use type_non_common.maxval.
5403         (TYPE_LANG_SLOT_1): Use type_non_common.lang_1, for any type.
5404         * tree.c (free_lang_data_in_type): Use else-if chain.  Always
5405         clear TYPE_LANG_1.  Remove obsolete member-function stripping.
5406         (find_decls_types_r): Comment about TYPE_MAX_VALUES_RAW.
5407         (verify_type): Adjust for TYPE_BINFO move.
5408         * lto-streamer-out.c (DFS::DFS_write_tree_body): No need to
5409         process TYPE_BINFO directly.
5410         (hash_tree): Likewise.
5411         * tree-streamer-in.c (lto_input_ts_type_non_common_tree_pointers):
5412         Likewise.
5413         * tree-streamer-out.c (write_ts_type_non_common_tree_pointers):
5414         Likewise.
5416 2017-08-16  David Malcolm  <dmalcolm@redhat.com>
5418         * diagnostic-show-locus.c (colorizer::m_caret): Remove unused field.
5420 2017-08-16  Uros Bizjak  <ubizjak@gmail.com>
5422         PR target/46091
5423         * config/i386/i386.md (*anddi_1_btr): Change predicates of
5424         operand 0 and operand 1 to nomimmediate_operand. Add "m" constraint.
5425         Add ix86_binary_operator_ok to insn constraint.
5426         (*iordi_1_bts): Ditto.
5427         (*xordi_1_btc): Ditto.
5428         (*btsq): Change predicate of operand 0 to nonimmediate_operand.
5429         Update corresponding peephole2 pattern.
5430         (*btrq): Ditto.
5431         (*btcq): Ditto.
5433 2017-08-16  Bin Cheng  <bin.cheng@arm.com>
5435         PR tree-optimization/81832
5436         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Don't
5437         copy loop header which has IFN_LOOP_DIST_ALIAS call.
5439 2017-08-16  Marek Polacek  <polacek@redhat.com>
5441         PR middle/81695
5442         * fold-const.c (fold_indirect_ref_1): Restore original behavior
5443         regarding size_zero_node.
5445 2017-08-16  Martin Liska  <mliska@suse.cz>
5447         PR target/81753
5448         * config.gcc: Respect previously set extra_objs in case
5449         of darwin target.
5451 2017-08-16  Richard Sandiford  <richard.sandiford@linaro.org>
5453         PR tree-optimization/81835
5454         * tree-vect-loop.c (vect_is_simple_reduction): Simply checks for
5455         the phi SSA_NAME.  Check that the condition in a COND_EXPR does
5456         not depend on the phi.
5458 2017-08-16  Alan Modra  <amodra@gmail.com>
5460         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Delete
5461         dead code.
5463 2017-08-16  Alan Modra  <amodra@gmail.com>
5465         * config/rs6000/rs6000.c (rs6000_reg_live_or_pic_offset_p): Merge..
5466         (save_reg_p): ..into this.  Update all callers.
5467         (first_reg_to_save): Simplify.
5469 2017-08-16  Alan Modra  <amodra@gmail.com>
5471         * config/rs6000/rs6000.c (rs6000_savres_strategy): Don't restore
5472         fixed regs.
5474 2017-08-15  Joseph Myers  <joseph@codesourcery.com>
5476         PR target/78460
5477         PR target/67712
5478         * config/sh/sh-mem.cc (sh_expand_cmpnstr): Only unroll for
5479         constant count if that count is less than 32.
5481 2017-08-15  Nathan Sidwell  <nathan@acm.org>
5483         * gcc.c (execute): Emit friendlier message if inferior is killed
5484         by an external cause.
5486 2017-08-15  Richard Biener  <rguenther@suse.de>
5488         PR tree-optimization/81790
5489         * tree-ssa-sccvn.c (vn_lookup_simplify_result): Handle both
5490         CONSTRUCTORs from simplifying and VN.
5492 2017-08-14  Martin Sebor  <msebor@redhat.com>
5494         * builtin-attrs.def: Add comments.
5496 2017-08-14  Martin Sebor  <msebor@redhat.com>
5498         PR c/81117
5499         * doc/extend.texi (attribute nonstring): Document new attribute.
5501 2017-08-14  Martin Sebor  <msebor@redhat.com>
5503         PR c/81117
5504         * tree-diagnostic.c (default_tree_printer): Handle %G.
5505         * gimple-pretty-print.h (percent_G_format): Declare new function.
5506         * gimple-pretty-print.c (percent_G_format): Define.
5507         * tree-pretty-print.c (percent_K_format): Add argument.
5509 2017-08-14  Martin Sebor  <msebor@redhat.com>
5511         PR translation/79998
5512         * gimple-ssa-sprintf.c (pass_sprintf_length::handle_gimple_call):
5513         Remove a stray space.
5515 2017-08-14  Uros Bizjak  <ubizjak@gmail.com>
5517         PR target/46091
5518         * config/i386/i386.md (*anddi_1_btr): New insn_and_split pattern.
5519         (*iordi_1_bts): Ditto.
5520         (*xordi_1_btc): Ditto.
5522 2017-08-14  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5524         PR target/79845
5525         * config/rs6000/linux64.h (INVALID_64BIT): Use quoted strings.
5526         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
5527         Likewise.
5528         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Use
5529         quoted strings, and make more translator-friendly.
5530         (darwin_rs6000_override_options): Likewise.
5531         (rs6000_option_override_internal): Likewise.
5532         (rs6000_return_in_memory): Fix overlong line.
5533         (init_cmulative_args): Use quoted strings, and make more
5534         translator-friendly.
5535         (rs6000_pass_by_reference): Fix overlong line.
5536         (def_builtin): Use quoted strings.
5537         (altivec_expand_predicate_builtin): Use quoted strings, and make
5538         more translator-friendly.
5539         (htm_expand_builtin): Use quoted strings.
5540         (cpu_expand_builtin): Use quoted strings, and make more
5541         translator-friendly.
5542         (altivec_expand_builtin): Likewise.
5543         (paired_expand_predicate_builtin): Likewise.
5544         (rs6000_invalid_builtin): Likewise.
5545         (builtin_function_type): Use quoted strings.
5546         (rs6000_expand_split_stack_prologue): Use quoted strings, and make
5547         more translator-friendly.
5548         (rs6000_trampoline_init): Likewise.
5549         (rs6000_handle_altivec_attribute): Likewise.
5550         (rs6000_inner_target_options): Use quoted strings.
5551         (rs6000_disable_incompatible_switches): Likewise.
5552         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Use quoted
5553         strings, and make more translator-friendly.
5554         (SUBSUBTARGET_OVERRIDE_OPTIONS): Use quoted strings.
5556 2017-08-14  Bin Cheng  <bin.cheng@arm.com>
5558         PR tree-optimization/81799
5559         * tree-loop-distribution.c (version_loop_by_alias_check): Force
5560         cond_expr to simple gimple operand.
5562 2017-08-14  Wilco Dijkstra  <wdijkstr@arm.com>
5564         PR middle-end/46932
5565         * doc/sourcebuild.texi (autoincdec): Add autoincdec description.
5567 2017-08-14  Georg-Johann Lay  <avr@gjlay.de>
5569         PR target/81754
5570         PR target/81268
5571         * config/avr/avr.opt (mgas-isr-prologues): New Var avr_gasisr_prologues.
5572         * config/avr/avr.md (gasisr, *gasisr): Use it instead of
5573         TARGET_GASISR_PROLOGUES.
5574         * config/avr/avr.c (avr_option_override): Same.
5575         (avr_pass_pre_proep::execute): Same.
5577 2017-08-13  H.J. Lu  <hongjiu.lu@intel.com>
5579         PR target/81820
5580         * config/i386/i386.c (ix86_finalize_stack_frame_flags): Replace
5581         frame pointer with stack pointer - UNITS_PER_WORD in debug insns.
5583 2017-08-13  Uros Bizjak  <ubizjak@gmail.com>
5585         * config/i386/i386.md (*load_tp_<mode>): Redefine as
5586         define_insn_and_split.  Split to a memory load from 0 in
5587         DEFAULT_TLS_SEG_REG address space.  Merge with *load_tp_x32
5588         using PTR mode iterator.
5589         (*load_tp_x32_zext"): Redefine as define_insn_and_split.
5590         Split to a memory load from 0 in DEFAULT_TLS_SEG_REG address space.
5591         (*add_tp_<mode>): Redefine as define_insn_and_split.
5592         Split to an add with a memory load from 0 in DEFAULT_TLS_SEG_REG
5593         address space.  Merge with *add_tp_x32 using PTR mode iterator.
5594         (*add_tp_x32_zext"): Redefine as define_insn_and_split.
5595         Split to an add with a  memory load from 0 in
5596         DEFAULT_TLS_SEG_REG address space.
5598 2017-08-12  Andrew Pinski  <apinski@cavium.com>
5600         * config/aarch64/aarch64-option-extensions.def (rdma):
5601         Fix feature string to what Linux prints out in /proc/cpuinfo.
5603 2017-08-12  Pierre-Marie de Rodat  <derodat@adacore.com>
5605         PR ada/79542
5606         * dwarf2out.c (modified_type_die): For C typedef types that have
5607         an ultimate origin, process the ultimate origin instead of the
5608         input type.
5609         (gen_typedef_die): Assert that input DECLs have no ultimate
5610         origin.
5611         (gen_type_die_with_usage): For typedef variants that have an
5612         ultimate origin, just call gen_decl_die on the original DECL.
5613         (process_scope_var): Avoid creating DIEs for local typedefs and
5614         concrete static variables.
5616 2017-08-12  Alan Modra  <amodra@gmail.com>
5618         PR target/81170
5619         PR target/81295
5620         * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Upgrade to
5621         match gnu-user.h startfile.
5622         (ENDFILE_LINUX_SPEC): Similarly.
5624 2017-08-11  Thomas Schwinge  <thomas@codesourcery.com>
5626         PR lto/81430
5627         * config/nvptx/nvptx.c (nvptx_override_options_after_change):
5628         Remove function.
5629         (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Remove definition.
5631 2017-08-11  Tamar Christina  <tamar.christina@arm.com>
5632         * config/aarch64/aarch64.md (mov<mode>): Change.
5633         (*movhf_aarch64, *movsf_aarch64, *movdf_aarch64):
5634         aarch64_reg_or_fp_float into aarch64_reg_or_fp_zero.
5635         * config/aarch64/predicates.md (aarch64_reg_or_fp_float): Removed.
5637 2017-08-11  Eric Botcazou  <ebotcazou@adacore.com>
5639         * tree-sra.c (build_access_from_expr_1): Use more precise diagnostics
5640         for storage order barriers.
5642 2017-08-11  Martin Liska  <mliska@suse.cz>
5644         PR tree-opt/79987
5645         * tree-chkp.c (chkp_get_bounds_for_decl_addr): Do not instrument
5646         variables of void type.
5648 2017-08-11  Martin Liska  <mliska@suse.cz>
5650         * asan.c (asan_protect_global): Replace ASM_OUTPUT_DEF with
5651         TARGET_SUPPORTS_ALIASES.
5652         * cgraph.c (cgraph_node::create_same_body_alias): Likewise.
5653         * ipa-visibility.c (can_replace_by_local_alias): Likewise.
5654         (optimize_weakref): Likewise.
5655         * symtab.c (symtab_node::noninterposable_alias): Likewise.
5656         * varpool.c (varpool_node::create_extra_name_alias): Likewise.
5657         * defaults.h: Introduce TARGET_SUPPORTS_ALIASES.
5659 2017-08-11  Martin Liska  <mliska@suse.cz>
5661         PR ipa/81213
5662         * config/i386/i386.c (make_resolver_func): Do complete
5663         refactoring of the function.
5665 2017-08-10  Uros Bizjak  <ubizjak@gmail.com>
5667         PR target/81708
5668         * config/i386/i386.opt (mstack-protector-guard-symbol=): New option
5669         * config/i386/i386.c (ix86_stack_protect_guard): Use
5670         ix86_stack_protect_guard_symbol_str to generate varible declaration.
5671         * doc/invoke.texi (x86 Options): Document
5672         -mstack-protector-guard-symbol= option.
5674 2017-08-10  Uros Bizjak  <ubizjak@gmail.com>
5676         * config/i386/i386-protos.h (ix86_split_stack_guard): New prototype.
5677         * config/i386/i386.c (ix86_split_stack_guard): New function.
5678         (ix86_xpand_split_stack_prologue): Call ix86_split_stack_guard.
5679         (ix86_legitimate_address_p) <case UNSPEC_STACK_CHECK>: Remove.
5680         (i386_asm_output_addr_const_extra) <case UNSPEC_STACK_CHECK>: Ditto.
5681         (optput_pic_addr_const): Remove UNSPEC_STACK_CHECK handling.
5682         * config/i386/i386.md (unspec): Remove UNSPEC_STACK_CHECK.
5683         (split_stack_space_check): Call ix86_split_stack_guard.
5685 2017-08-10  Martin Sebor  <msebor@redhat.com>
5687         * print-tree.c (print_node): Print location using the established
5688         format %s:%i%i.
5689         Replace spaces with colons.
5690         (debug_raw, debug): Ditto.
5692 2017-08-10  Martin Sebor  <msebor@redhat.com>
5694         PR c++/81586
5695         * pretty-print.c (pp_format): Correct the handling of %s precision.
5697 2017-08-10  H.J. Lu  <hongjiu.lu@intel.com>
5699         PR target/81736
5700         * config/i386/i386.c (ix86_finalize_stack_realign_flags): Renamed
5701         to ...
5702         (ix86_finalize_stack_frame_flags): This.  Also clear
5703         frame_pointer_needed if -fno-omit-frame-pointer is used without
5704         stack access.
5705         (ix86_expand_prologue): Replace ix86_finalize_stack_realign_flags
5706         with ix86_finalize_stack_frame_flags.
5707         (ix86_expand_epilogue): Likewise.
5708         (ix86_expand_split_stack_prologue): Likewise.
5709         * doc/invoke.texi: Add a note for -fno-omit-frame-pointer.
5711 2017-08-10  Martin Liska  <mliska@suse.cz>
5713         PR c++/81355
5714         * c-attribs.c (handle_target_attribute):
5715         Report warning for an empty string argument of target attribute.
5717 2017-08-09  Jakub Jelinek  <jakub@redhat.com>
5719         PR c/81687
5720         * omp-low.c (omp_copy_decl): Don't remap FORCED_LABEL or DECL_NONLOCAL
5721         LABEL_DECLs.
5722         * tree-cfg.c (move_stmt_op): Don't adjust DECL_CONTEXT of FORCED_LABEL
5723         or DECL_NONLOCAL labels.
5724         (move_stmt_r) <case GIMPLE_LABEL>: Adjust DECL_CONTEXT of FORCED_LABEL
5725         or DECL_NONLOCAL labels here.
5727 2017-08-09  Will Schmidt  <will_schmidt@vnet.ibm.com>
5729         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add blurb
5730         to indicate when early gimple folding has been disabled.
5731         (rs6000_gimple_fold_builtin): Add debug content.
5732         (rs6000_invalid_builtin): Fix whitespace.
5733         (rs6000_expand_builtin): Fix whitespace.
5734         * config/rs6000/rs6000.opt: Add option for -mfold-gimple.
5736 2017-08-09  Segher Boessenkool  <segher@kernel.crashing.org>
5738         PR target/80938
5739         * config/rs6000/rs6000.c (rs6000_savres_strategy): Don't use
5740         SAVE_MULTIPLE if not all the registers that saves, should be saved.
5742 2017-08-09  Jim Wilson  <jim.wilson@linaro.org>
5744         * config/aarch64/aarch64-cores.def (falkor): Use falkor pipeline.
5745         (qdf24xx): Likewise.
5746         * config/aarch64/aarch64.md: Include falkor.md.
5747         * config/aarch64/falkor.md: New.
5749 2017-08-09  Marek Polacek  <polacek@redhat.com>
5751         PR c/81233
5752         * diagnostic-core.h (emit_diagnostic_valist): Add declaration.
5753         * diagnostic.c (emit_diagnostic): Add a comment.
5754         (emit_diagnostic_valist): New function.
5756 2017-08-09  Marek Polacek  <polacek@redhat.com>
5758         PR c/81417
5759         * input.c (make_location): New overload.
5760         * input.h (make_location): Declare.
5762 2017-08-08  Alan Modra  <amodra@gmail.com>
5763             H.J. Lu  <hongjiu.lu@intel.com>
5765         PR driver/81523
5766         * gcc.c (NO_PIE_SPEC): Delete.
5767         (PIE_SPEC): Define as !no-pie/pie.  Move static|shared|r
5768         exclusion..
5769         (LINK_PIE_SPEC): ..to here.
5770         (LINK_COMMAND_SPEC): Support -no-pie.
5771         * config/gnu-user.h (GNU_USER_TARGET_STARTFILE_SPEC): Correct
5772         chain of crtbegin*.o selection, update for PIE_SPEC changes and
5773         format.
5774         (GNU_USER_TARGET_ENDFILE_SPEC): Similarly.
5775         * config/sol2.h (STARTFILE_CRTBEGIN_SPEC): Similarly.
5776         (ENDFILE_CRTEND_SPEC): Similarly.
5778 2017-08-08  Uros Bizjak  <ubizjak@gmail.com>
5780         PR target/81708
5781         * config/i386/i386.opt (mstack-protector-guard-reg=): New option
5782         (mstack-protector-guard-offset=): Ditto.
5783         * config/i386/i386.c (ix86_option_override): Handle
5784         -mstack-protector-guard-reg= and -mstack-protector-guard-offset=
5785         options.
5786         (ix86_stack_protect_guard): Use ix86_stack_protect_guard_reg and
5787         ix86_stack_protect_guard_offset variables.
5788         (TARGET_STACK_PROTECT_GUARD): Always define.
5789         * doc/invoke.texi (x86 Options): Document -mstack-protector-guard-reg=
5790         and -mstack-protector-guard-offset= options.
5792 2017-08-08  Bin Cheng  <bin.cheng@arm.com>
5794         * tree-ssa-loop-ivopts.c (relate_compare_use_with_all_cands): Handle
5795         boundary case for the last candidate.
5797 2017-08-08  Bin Cheng  <bin.cheng@arm.com>
5799         * doc/invoke.texi: Document -ftree-loop-distribution for O3.
5800         * opts.c (default_options_table): Add OPT_ftree_loop_distribution.
5802 2017-08-08  Tamar Christina  <tamar.christina@arm.com>
5804         PR middle-end/19706
5805         * config/aarch64/aarch64.md (xorsign<mode>3): New optabs.
5806         * config/aarch64/aarch64-builtins.c
5807         (aarch64_builtin_vectorized_function): Added CASE_CFN_XORSIGN.
5808         * config/aarch64/aarch64-simd-builtins.def: Added xorsign BINOP.
5809         * config/aarch64/aarch64-simd.md: Added xorsign<mode>3
5811 2017-08-08  Tamar Christina  <tamar.christina@arm.com>
5812             Andrew Pinski <pinskia@gmail.com>
5814         PR middle-end/19706
5815         * internal-fn.def (XORSIGN): New.
5816         * optabs.def (xorsign_optab): New.
5817         * tree-ssa-math-opts.c (is_copysign_call_with_1): New.
5818         (convert_expand_mult_copysign): New.
5819         (pass_optimize_widening_mul::execute): Call
5820         convert_expand_mult_copysign.
5822 2017-08-08  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5824         PR tree-optimization/81354
5825         * gimple-ssa-strength-reduction.c (create_add_on_incoming_edge):
5826         Insert on edges rather than explicitly creating landing pads.
5827         (analyze_candidates_and_replace): Commit edge inserts.
5829 2017-08-08  Richard Biener  <rguenther@suse.de>
5831         PR middle-end/81719
5832         * tree-ssa-loop-niter.c: Include tree-dfa.h.
5833         (expand_simple_operations): Also look through ADDR_EXPRs with
5834         MEM_REF bases treating them as POINTER_PLUS_EXPR.
5836 2017-08-08  Richard Biener  <rguenther@suse.de>
5838         PR tree-optimization/81723
5839         * tree-vect-slp.c (struct bst_traits): New hash traits.
5840         (bst_fail): New global.
5841         (vect_build_slp_tree_2): New worker, split out from ...
5842         (vect_build_slp_tree): ... this now wrapping it with using
5843         bst_fail set to cache SLP tree build fails.  Properly handle
5844         max_tree_size.
5845         (vect_analyze_slp_instance): Allocate and free bst_fail.
5847 2017-08-08  Martin Liska  <mliska@suse.cz>
5849         PR tree-opt/81696
5850         * ipa-icf-gimple.c (func_checker::compare_cst_or_decl): Consider
5851         LABEL_DECLs that can be from a different function.
5853 2017-08-08  Bin Cheng  <bin.cheng@arm.com>
5855         PR tree-optimization/81744
5856         * tree-predcom.c (prepare_finalizers_chain): Deep copy expr of
5857         loop's number of iterations.
5859 2017-08-08  Martin Liska  <mliska@suse.cz>
5861         * asan.c: Include header files.
5862         * attribs.c (build_decl_attribute_variant): New function moved
5863         from tree.[ch].
5864         (build_type_attribute_qual_variant): Likewise.
5865         (cmp_attrib_identifiers): Likewise.
5866         (simple_cst_list_equal): Likewise.
5867         (omp_declare_simd_clauses_equal): Likewise.
5868         (attribute_value_equal): Likewise.
5869         (comp_type_attributes): Likewise.
5870         (build_type_attribute_variant): Likewise.
5871         (lookup_ident_attribute): Likewise.
5872         (remove_attribute): Likewise.
5873         (merge_attributes): Likewise.
5874         (merge_type_attributes): Likewise.
5875         (merge_decl_attributes): Likewise.
5876         (merge_dllimport_decl_attributes): Likewise.
5877         (handle_dll_attribute): Likewise.
5878         (attribute_list_equal): Likewise.
5879         (attribute_list_contained): Likewise.
5880         * attribs.h (lookup_attribute): New function moved from tree.[ch].
5881         (lookup_attribute_by_prefix): Likewise.
5882         * bb-reorder.c: Include header files.
5883         * builtins.c: Likewise.
5884         * calls.c: Likewise.
5885         * cfgexpand.c: Likewise.
5886         * cgraph.c: Likewise.
5887         * cgraphunit.c: Likewise.
5888         * convert.c: Likewise.
5889         * dwarf2out.c: Likewise.
5890         * final.c: Likewise.
5891         * fold-const.c: Likewise.
5892         * function.c: Likewise.
5893         * gimple-expr.c: Likewise.
5894         * gimple-fold.c: Likewise.
5895         * gimple-pretty-print.c: Likewise.
5896         * gimple.c: Likewise.
5897         * gimplify.c: Likewise.
5898         * hsa-common.c: Likewise.
5899         * hsa-gen.c: Likewise.
5900         * internal-fn.c: Likewise.
5901         * ipa-chkp.c: Likewise.
5902         * ipa-cp.c: Likewise.
5903         * ipa-devirt.c: Likewise.
5904         * ipa-fnsummary.c: Likewise.
5905         * ipa-inline.c: Likewise.
5906         * ipa-visibility.c: Likewise.
5907         * ipa.c: Likewise.
5908         * lto-cgraph.c: Likewise.
5909         * omp-expand.c: Likewise.
5910         * omp-general.c: Likewise.
5911         * omp-low.c: Likewise.
5912         * omp-offload.c: Likewise.
5913         * omp-simd-clone.c: Likewise.
5914         * opts-global.c: Likewise.
5915         * passes.c: Likewise.
5916         * predict.c: Likewise.
5917         * sancov.c: Likewise.
5918         * sanopt.c: Likewise.
5919         * symtab.c: Likewise.
5920         * toplev.c: Likewise.
5921         * trans-mem.c: Likewise.
5922         * tree-chkp.c: Likewise.
5923         * tree-eh.c: Likewise.
5924         * tree-into-ssa.c: Likewise.
5925         * tree-object-size.c: Likewise.
5926         * tree-parloops.c: Likewise.
5927         * tree-profile.c: Likewise.
5928         * tree-ssa-ccp.c: Likewise.
5929         * tree-ssa-live.c: Likewise.
5930         * tree-ssa-loop.c: Likewise.
5931         * tree-ssa-sccvn.c: Likewise.
5932         * tree-ssa-structalias.c: Likewise.
5933         * tree-ssa.c: Likewise.
5934         * tree-streamer-in.c: Likewise.
5935         * tree-vectorizer.c: Likewise.
5936         * tree-vrp.c: Likewise.
5937         * tsan.c: Likewise.
5938         * ubsan.c: Likewise.
5939         * varasm.c: Likewise.
5940         * varpool.c: Likewise.
5941         * tree.c: Remove functions moved to attribs.[ch].
5942         * tree.h: Likewise.
5943         * config/aarch64/aarch64.c: Add attrs.h header file.
5944         * config/alpha/alpha.c: Likewise.
5945         * config/arc/arc.c: Likewise.
5946         * config/arm/arm.c: Likewise.
5947         * config/avr/avr.c: Likewise.
5948         * config/bfin/bfin.c: Likewise.
5949         * config/c6x/c6x.c: Likewise.
5950         * config/cr16/cr16.c: Likewise.
5951         * config/cris/cris.c: Likewise.
5952         * config/darwin.c: Likewise.
5953         * config/epiphany/epiphany.c: Likewise.
5954         * config/fr30/fr30.c: Likewise.
5955         * config/frv/frv.c: Likewise.
5956         * config/ft32/ft32.c: Likewise.
5957         * config/h8300/h8300.c: Likewise.
5958         * config/i386/winnt.c: Likewise.
5959         * config/ia64/ia64.c: Likewise.
5960         * config/iq2000/iq2000.c: Likewise.
5961         * config/lm32/lm32.c: Likewise.
5962         * config/m32c/m32c.c: Likewise.
5963         * config/m32r/m32r.c: Likewise.
5964         * config/m68k/m68k.c: Likewise.
5965         * config/mcore/mcore.c: Likewise.
5966         * config/microblaze/microblaze.c: Likewise.
5967         * config/mips/mips.c: Likewise.
5968         * config/mmix/mmix.c: Likewise.
5969         * config/mn10300/mn10300.c: Likewise.
5970         * config/moxie/moxie.c: Likewise.
5971         * config/msp430/msp430.c: Likewise.
5972         * config/nds32/nds32-isr.c: Likewise.
5973         * config/nds32/nds32.c: Likewise.
5974         * config/nios2/nios2.c: Likewise.
5975         * config/nvptx/nvptx.c: Likewise.
5976         * config/pa/pa.c: Likewise.
5977         * config/pdp11/pdp11.c: Likewise.
5978         * config/powerpcspe/powerpcspe.c: Likewise.
5979         * config/riscv/riscv.c: Likewise.
5980         * config/rl78/rl78.c: Likewise.
5981         * config/rx/rx.c: Likewise.
5982         * config/s390/s390.c: Likewise.
5983         * config/sh/sh.c: Likewise.
5984         * config/sol2.c: Likewise.
5985         * config/sparc/sparc.c: Likewise.
5986         * config/spu/spu.c: Likewise.
5987         * config/stormy16/stormy16.c: Likewise.
5988         * config/tilegx/tilegx.c: Likewise.
5989         * config/tilepro/tilepro.c: Likewise.
5990         * config/v850/v850.c: Likewise.
5991         * config/vax/vax.c: Likewise.
5992         * config/visium/visium.c: Likewise.
5993         * config/xtensa/xtensa.c: Likewise.
5995 2017-08-07  Michael Meissner  <meissner@linux.vnet.ibm.com>
5997         PR target/81593
5998         * config/rs6000/vsx.md (vsx_concat_<mode>, VSX_D): Cleanup
5999         constraints since the -mupper-regs-* switches have been
6000         eliminated.
6001         (vsx_concat_<mode>_1): New combiner insns to recognize inserting
6002         into a vector from a double word element that was extracted from
6003         another vector, and eliminate extra XXPERMDI instructions.
6004         (vsx_concat_<mode>_2): Likewise.
6005         (vsx_concat_<mode>_3): Likewise.
6006         (vsx_set_<mode>, VSX_D): Rewrite vector set in terms of vector
6007         concat to allow optimizing inserts from previous extracts.
6009 2017-08-07  Uros Bizjak  <ubizjak@gmail.com>
6011         * config/i386/i386.c (ix86_stack_protect_guard): Generate
6012         memory reference to a SSP offset in TLS address space.
6013         (ix86_print_operand) <case '@'>: Remove.
6014         (ix86_print_operand_punct_valid_p): Remove '@' code.
6015         * config/i386/i386.md (unspec): Remove UNSPEC_SP_TLS_SET and
6016         UNSPEC_SP_TLS_TEST.
6017         (stack_tls_protect_set_<mode>): Remove.
6018         (stack_protect_set): Do not call gen_stack_tls_protect_set_<mode>.
6019         (stack_tls_protect_test_<mode>): Remove.
6020         (stack_protect_test): Do not call gen_stack_tls_protect_test_<mode>.
6022 2017-08-07  Olivier Hainque  <hainque@adacore.com>
6024         PR target/81755
6025         * config/vxworksae.h (VXWORKS_HAVE_TLS): Define.
6027 2017-08-07  Douglas Rupp  <rupp@adacore.com>
6029         * Makefile.in (install-mkheaders): Fix typo, where the multi_dir
6030         variable was referenced as multidir in command.
6032 2017-08-07  Jakub Jelinek  <jakub@redhat.com>
6034         PR c/69389
6035         * gimplify.c (goa_stabilize_expr): Handle BIT_INSERT_EXPR and
6036         BIT_FIELD_REF.
6038 2017-08-07  Martin Liska  <mliska@suse.cz>
6040         * config/m32c/m32c.c: Add include of stringpool.h and attribs.h.
6041         * config/rl78/rl78.c: Add include of attribs.h.
6042         * config/sh/sh.c: Likewise.
6043         * config/v850/v850.c: Likewise.
6045 2017-08-07  Tom de Vries  <tom@codesourcery.com>
6047         PR middle-end/78266
6048         * omp-expand.c (expand_oacc_for): Ensure diff_type is large enough.
6050 2017-08-07  Martin Liska  <mliska@suse.cz>
6052         * config/mips/mips.c: Include attribs.h.
6054 2017-08-07  Thomas Koenig  <tkoenig@gcc.gnu.org>
6056         PR fortran/68829
6057         * doc/invoke.texi: Document change in behvaior for -Ofast for
6058         Fortran.
6060 2017-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
6062         * config/aarch64/aarch64.c (aarch64_pushwb_single_reg):
6063         Use gen_frame_mem.
6064         (aarch64_pop_regs): Likewise.
6065         (aarch64_gen_load_pair): Likewise.
6066         (aarch64_save_callee_saves): Likewise.
6067         (aarch64_restore_callee_saves): Likewise.
6069 2017-08-07  H.J. Lu  <hongjiu.lu@intel.com>
6071         * config/i386/i386.c: Revert the last change.
6073 2017-08-07  H.J. Lu  <hongjiu.lu@intel.com>
6075         PR target/81736
6076         * config/i386/i386.c (ix86_finalize_stack_realign_flags): Renamed
6077         to ...
6078         (ix86_finalize_stack_frame_flags): This.  Also clear
6079         frame_pointer_needed if -fno-omit-frame-pointer is used without
6080         stack access.
6081         (ix86_expand_prologue): Replace ix86_finalize_stack_realign_flags
6082         with ix86_finalize_stack_frame_flags.
6083         (ix86_expand_epilogue): Likewise.
6084         (ix86_expand_split_stack_prologue): Likewise.
6086 2017-08-07  H.J. Lu  <hongjiu.lu@intel.com>
6088         PR target/81743
6089         * config/i386/i386.c (get_builtin_code_for_version): Set priority
6090         to P_AES for Westmere.
6092 2017-08-07  Jonathan Yong  <10walls@gmail.com>
6094         * config/i386/mingw.opt (fset-stack-executable): Removed.
6095         * config/i386/cygming.opt (fset-stack-executable): Moved
6096         from mingw.opt.
6097         * config/i386/cygwin.h: Define CHECK_EXECUTE_STACK_ENABLED.
6099 2017-08-07  Segher Boessenkool  <segher@kernel.crashing.org>
6101         * print-rtl.c (print_exp): Print NOT as "~" instead of as "!".
6103 2017-08-07  Marek Polacek  <polacek@redhat.com>
6105         PR middle-end/81737
6106         * fold-const.c (fold_indirect_ref_1): Check type_domain.
6108 2017-08-07  Martin Liska  <mliska@suse.cz>
6110         * attribs.h (canonicalize_attr_name): New function.
6111         (cmp_attribs): Move from c-format.c and adjusted.
6112         (is_attribute_p): Moved from tree.h.
6113         * tree-inline.c: Add new includes.
6114         * tree.c (cmp_attrib_identifiers): Use cmp_attribs.
6115         (private_is_attribute_p): Remove.
6116         (private_lookup_attribute): Likewise.
6117         (private_lookup_attribute_by_prefix): Simplify.
6118         (remove_attribute): Use is_attribute_p.
6119         * tree.h: Remove removed declarations.
6121 2017-08-07  Jakub Jelinek  <jakub@redhat.com>
6123         PR middle-end/81698
6124         * stmt.c (emit_case_dispatch_table): Add DEFAULT_EDGE argument,
6125         instead of computing it in the function.  Formatting fix.
6126         (expand_case): Don't rely on default_edge being the first edge,
6127         clear it if removing it, pass default_edge to
6128         emit_case_dispatch_table.
6129         (expand_sjlj_dispatch_table): Pass NULL as DEFAULT_EDGE, formatting
6130         fix.
6132 2017-08-06  Uros Bizjak  <ubizjak@gmail.com>
6134         * config/alpha/alpha.c (alpha_reorg): If trap is the last active
6135         insn in the function, emit NOP after the insn.
6137 2017-08-06  Tom de Vries  <tom@codesourcery.com>
6139         * omp-expand.c (expand_oacc_for): Add missing edge probability for tile
6140         and element loops.
6142 2017-08-06  Tom de Vries  <tom@codesourcery.com>
6144         * omp-expand.c (expand_oacc_for): Add missing edge probability for chunk
6145         loop.
6147 2017-08-04  Yury Gribov  <tetra2005@gmail.com>
6149         PR tree-optimization/57371
6150         * match.pd: New pattern.
6152 2017-08-04  Marek Polacek  <polacek@redhat.com>
6154         PR middle-end/81695
6155         * fold-const.c (fold_indirect_ref_1): For ((int *)&a + 4 -> a[1],
6156         perform the computation in offset_int.
6158 2017-08-04  Richard Sandiford  <richard.sandiford@linaro.org>
6160         PR tree-optimization/81136
6161         * tree-vectorizer.h: Include tree-hash-traits.h.
6162         (vec_base_alignments): New typedef.
6163         (vec_info): Add a base_alignments field.
6164         (vect_record_base_alignments): Declare.
6165         * tree-data-ref.h (data_reference): Add an is_conditional_in_stmt
6166         field.
6167         (DR_IS_CONDITIONAL_IN_STMT): New macro.
6168         (create_data_ref): Add an is_conditional_in_stmt argument.
6169         * tree-data-ref.c (create_data_ref): Likewise.  Use it to initialize
6170         the is_conditional_in_stmt field.
6171         (data_ref_loc): Add an is_conditional_in_stmt field.
6172         (get_references_in_stmt): Set the is_conditional_in_stmt field.
6173         (find_data_references_in_stmt): Update call to create_data_ref.
6174         (graphite_find_data_references_in_stmt): Likewise.
6175         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Likewise.
6176         * tree-vect-data-refs.c (vect_analyze_data_refs): Likewise.
6177         (vect_record_base_alignment): New function.
6178         (vect_record_base_alignments): Likewise.
6179         (vect_compute_data_ref_alignment): Adjust base_addr and aligned_to
6180         for nested statements even if we fail to compute a misalignment.
6181         Use pooled base alignments for unconditional references.
6182         (vect_find_same_alignment_drs): Compare base addresses instead
6183         of base objects.
6184         (vect_analyze_data_refs_alignment): Call vect_record_base_alignments.
6185         * tree-vect-slp.c (vect_slp_analyze_bb_1): Likewise.
6187 2017-08-04  Richard Sandiford  <richard.sandiford@linaro.org>
6189         * tree-vectorizer.h (vec_info): Add a constructor and destructor.
6190         Add an explicit name for the enum.  Use auto_vec for slp_instances
6191         and grouped_stores.
6192         (_loop_vec_info): Add a constructor and destructor.  Use auto_vec
6193         for all vectors.
6194         (_bb_vec_info): Add a constructor and destructor.
6195         (vinfo_for_stmt): Return NULL for uids of -1 as well.
6196         (destroy_loop_vec_info): Delete.
6197         (vect_destroy_datarefs): Likewise.
6198         * tree-vectorizer.c (vect_destroy_datarefs): Delete.
6199         (vec_info::vec_info): New function.
6200         (vec_info::~vec_info): Likewise.
6201         (vectorize_loops): Use delete instead of destroy_loop_vec_info.
6202         * tree-parloops.c (gather_scalar_reductions): Use delete instead of
6203         destroy_loop_vec_info.
6204         * tree-vect-loop.c (new_loop_vec_info): Replace with...
6205         (_loop_vec_info::_loop_vec_info): ...this.
6206         (destroy_loop_vec_info): Replace with...
6207         (_loop_vec_info::~_loop_vec_info): ...this.  Unconditionally delete
6208         the stmt_vec_infos.  Leave handling of vec_info information to its
6209         destructor.  Remove explicit vector releases.
6210         (vect_analyze_loop_form): Use new instead of new_loop_vec_info.
6211         (vect_analyze_loop): Use delete instead of destroy_loop_vec_info.
6212         * tree-vect-slp.c (new_bb_vec_info): Replace with...
6213         (_bb_vec_info::_bb_vec_info): ...this.  Don't reserve space in
6214         BB_VINFO_GROUPED_STORES or BB_VINFO_SLP_INSTANCES.
6215         (destroy_bb_vec_info): Replace with...
6216         (_bb_vec_info::~_bb_vec_info): ...this.  Leave handling of vec_info
6217         information to its destructor.
6218         (vect_slp_analyze_bb_1): Use new and delete instead of
6219         new_bb_vec_info and destroy_bb_vec_info.
6220         (vect_slp_bb): Replace 2 calls to destroy_bb_vec_info with a
6221         single delete.
6223 2017-08-04  Richard Sandiford  <richard.sandiford@linaro.org>
6225         * tree-data-ref.h (subscript): Add access_fn field.
6226         (data_dependence_relation): Add could_be_independent_p.
6227         (SUB_ACCESS_FN, DDR_COULD_BE_INDEPENDENT_P): New macros.
6228         (same_access_functions): Move to tree-data-ref.c.
6229         * tree-data-ref.c (ref_contains_union_access_p): New function.
6230         (access_fn_component_p): Likewise.
6231         (access_fn_components_comparable_p): Likewise.
6232         (dr_analyze_indices): Add a reference to access_fn_component_p.
6233         (dump_data_dependence_relation): Use SUB_ACCESS_FN instead of
6234         DR_ACCESS_FN.
6235         (constant_access_functions): Likewise.
6236         (add_other_self_distances): Likewise.
6237         (same_access_functions): Likewise.  (Moved from tree-data-ref.h.)
6238         (initialize_data_dependence_relation): Use XCNEW and remove
6239         explicit zeroing of DDR_REVERSED_P.  Look for a subsequence
6240         of access functions that have the same type.  Allow the
6241         subsequence to end with different bases in some circumstances.
6242         Record the chosen access functions in SUB_ACCESS_FN.
6243         (build_classic_dist_vector_1): Replace ddr_a and ddr_b with
6244         a_index and b_index.  Use SUB_ACCESS_FN instead of DR_ACCESS_FN.
6245         (subscript_dependence_tester_1): Likewise dra and drb.
6246         (build_classic_dist_vector): Update calls accordingly.
6247         (subscript_dependence_tester): Likewise.
6248         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Check
6249         DDR_COULD_BE_INDEPENDENT_P.
6250         * tree-vectorizer.h (LOOP_REQUIRES_VERSIONING_FOR_ALIAS): Test
6251         comp_alias_ddrs instead of may_alias_ddrs.
6252         * tree-vect-data-refs.c (vect_analyze_possibly_independent_ddr):
6253         New function.
6254         (vect_analyze_data_ref_dependence): Use it if
6255         DDR_COULD_BE_INDEPENDENT_P, but fall back to using the recorded
6256         distance vectors if that fails.
6257         (dependence_distance_ge_vf): New function.
6258         (vect_prune_runtime_alias_test_list): Use it.  Don't clear
6259         LOOP_VINFO_MAY_ALIAS_DDRS.
6261 2017-08-04  Richard Biener  <rguenther@suse.de>
6263         PR middle-end/81705
6264         * fold-const.c (fold_binary_loc): Properly restrict
6265         minus_var0 && minus_var1 case when associating undefined overflow
6266         entities.
6268 2017-08-04  Tom de Vries  <tom@codesourcery.com>
6270         * omp-simd-clone.c (simd_clone_adjust): Add missing edge probability.
6272 2017-08-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
6274         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
6275         Don't start diagnostic messages with a capital letter.
6276         * config/rs6000/rs6000.c (rs6000_option_override_internal):
6277         Likewise.
6278         (rs6000_invalid_builtin): Likewise.
6279         (rs6000_trampoline_init): Likewise.
6281 2017-08-03  Jakub Jelinek  <jakub@redhat.com>
6283         PR target/81621
6284         * bb-reorder.c (pass_partition_blocks::execute): Return TODO_df_finish
6285         after setting changeable df flags.
6287 2017-08-03  Richard Biener  <rguenther@suse.de>
6289         * tree-ssa-reassoc.c (should_break_up_subtract): Also break
6290         up if the use is in USE - X.
6292 2017-08-03  Alexander Monakov  <amonakov@ispras.ru>
6294         * toplev.c (dumpfile.h): New include.
6295         (internal_error_reentered): New static function.  Use it...
6296         (internal_error_function): ...here to handle reentered internal_error.
6298 2017-08-03  Richard Biener  <rguenther@suse.de>
6300         PR middle-end/81148
6301         * fold-const.c (split_tree): Add minus_var and minus_con
6302         arguments, remove unused loc arg.  Never generate NEGATE_EXPRs
6303         here but always use minus_*.
6304         (associate_trees): Assert we never associate with MINUS_EXPR
6305         and NULL first operand.  Do not recurse for PLUS_EXPR operands
6306         when associating as MINUS_EXPR either.
6307         (fold_binary_loc): Track minus_var and minus_con.
6309 2017-08-03  Tom de Vries  <tom@codesourcery.com>
6311         PR lto/81430
6312         * tree-streamer-in.c (lto_input_ts_function_decl_tree_pointers): If
6313         ACCEL_COMPILER, apply finish_options on
6314         DECL_FUNCTION_SPECIFIC_OPTIMIZATION.
6316 2017-08-03  Tom de Vries  <tom@codesourcery.com>
6318         PR target/81662
6319         * config/nvptx/nvptx.c (nvptx_option_override): Emit sorry if
6320         function_entry_patch_area_size > 0.
6322 2017-08-03  Jakub Jelinek  <jakub@redhat.com>
6324         PR driver/81650
6325         * calls.c (alloc_max_size): Use HOST_WIDE_INT_UC (10??)
6326         instead of 10??LU, perform unit multiplication in wide_int,
6327         don't change alloc_object_size_limit if the limit is larger
6328         than SSIZE_MAX.
6330         PR tree-optimization/81655
6331         PR tree-optimization/81588
6332         * tree-ssa-reassoc.c (optimize_range_tests_var_bound): Handle also
6333         the case when ranges[i].low and high are 1 for unsigned type with
6334         precision 1.
6336         PR middle-end/81052
6337         * omp-low.c (diagnose_sb_0): Handle flag_openmp_simd like flag_openmp.
6338         (pass_diagnose_omp_blocks::gate): Enable also for flag_openmp_simd.
6340 2017-08-03  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
6342         * tree-vrp.h: Add include guard.
6344 2017-08-02  Uros Bizjak  <ubizjak@gmail.com>
6346         PR target/81644
6347         * config/i386/i386.md (unspecv): Add UNSPECV_UD2.
6348         (ud2): New insn pattern.
6349         * config/i386/i386.c (ix86_expand_epilogue):
6350         For naked functions, generate ud2 instead of trap insn.
6352 2017-08-02  Marek Polacek  <polacek@redhat.com>
6354         PR other/81667
6355         * alloc-pool.h (base_pool_allocator): Initialize m_elt_size.
6357 2017-08-02  Tom de Vries  <tom@codesourcery.com>
6358             Cesar Philippidis  <cesar@codesourcery.com>
6360         * config/nvptx/nvptx.c (nvptx_lockless_update, nvptx_lockfull_update):
6361         Add missing edge probabilities.
6363 2017-08-02  Tamar Christina  <tamar.christina@arm.com>
6365         * config/aarch64/aarch64.c (aarch64_reinterpret_float_as_int):
6366         Correct endianness.
6368 2017-08-02  Jakub Jelinek  <jakub@redhat.com>
6370         PR middle-end/79499
6371         * function.c (thread_prologue_and_epilogue_insns): Determine blocks
6372         for find_many_sub_basic_blocks bitmap by looking up BLOCK_FOR_INSN
6373         of first NONDEBUG_INSN_P in each of the split_prologue_seq and
6374         prologue_seq sequences - if any.
6376 2017-08-02  Richard Biener  <rguenther@suse.de>
6378         * tree-vect-stmts.c (vectorizable_store): Perform vector extracts
6379         via vectors if supported, integer extracts via punning if supported
6380         or otherwise vector extracts.
6382 2017-08-02  Richard Biener  <rguenther@suse.de>
6384         * tree-ssa-pre.c (bitmap_insert_into_set_1): Remove and inline
6385         into ...
6386         (bitmap_insert_into_set): ... this.
6388 2017-08-02  Richard Biener  <rguenther@suse.de>
6390         PR tree-optimization/81633
6391         Revert
6392         2015-08-17  Alan Hayward  <alan.hayward@arm.com>
6394         PR tree-optimization/71752
6395         * tree-vect-slp.c (vect_get_slp_defs): Handle null operands.
6397 2017-08-01  Daniel Santos  <daniel.santos@pobox.com>
6399         * config/i386/i386.h (ix86_frame::outlined_save_offset): Remove field.
6400         (machine_function::call_ms2sysv_pad_out): Remove field.
6401         * config/i386/i386.c (xlogue_layout::get_stack_space_used): Modify.
6402         (ix86_compute_frame_layout): Likewise.
6404 2017-08-01  H.J. Lu  <hongjiu.lu@intel.com>
6406         PR target/81654
6407         * config/i386/i386.c (ix86_set_func_type): Disallow naked
6408         attribute with interrupt attribute.
6410 2017-08-01  Andrew Pinski  <apinski@cavium.com>
6412         * tree-ssa-scopedtables.c (hashable_expr_equal_p): Check
6413         BIT_INSERT_EXPR's operand 1
6414         to see if the types precision matches.
6416 2017-08-01  Martin Liska  <mliska@suse.cz>
6418         PR middle-end/70140
6419         * builtins.c (expand_builtin_memcpy_args): Remove.
6420         (expand_builtin_memcpy): Call newly added function
6421         expand_builtin_memory_copy_args.
6422         (expand_builtin_memcpy_with_bounds): Likewise.
6423         (expand_builtin_mempcpy): Remove last argument.
6424         (expand_builtin_mempcpy_with_bounds): Likewise.
6425         (expand_builtin_memory_copy_args): New function created from
6426         expand_builtin_mempcpy_args with small modifications.
6427         (expand_builtin_mempcpy_args): Remove.
6428         (expand_builtin_stpcpy): Remove unused argument.
6429         (expand_builtin): Likewise.
6430         (expand_builtin_with_bounds): Likewise.
6432 2017-08-01  Martin Liska  <mliska@suse.cz>
6434         Revert r250771
6435         Make mempcpy more optimal (PR middle-end/70140).
6437 2017-08-01  Jakub Jelinek  <jakub@redhat.com>
6439         PR target/81622
6440         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): For
6441         __builtin_vec_cmpne verify both arguments are compatible vectors
6442         before looking at TYPE_MODE on the element type.  For __builtin_vec_ld
6443         verify arg1_type is a pointer or array type.  For __builtin_vec_st,
6444         move computation of aligned to after checking the argument types.
6445         Formatting fixes.
6447         PR target/80846
6448         * config/rs6000/vsx.md (vextract_fp_from_shorth,
6449         vextract_fp_from_shortl): Add element mode after mode in gen_vec_init*
6450         calls.
6452 2017-08-01  Jerome Lambourg  <lambourg@adacore.com>
6453             Doug Rupp  <rupp@adacore.com>
6454             Olivier Hainque  <hainque@adacore.com>
6456         * config.gcc (arm-wrs-vxworks*): Rework to handle arm-wrs-vxworks7 as
6457         well as arm-wrs-vxworks. Update target_cpu_name from arm6 (arch v3) to
6458         arm8 (arch v4).
6459         * config/arm/vxworks.h (MAYBE_TARGET_BPABI_CPP_BUILTINS): New, helper
6460         for TARGET_OS_CPP_BUILTIN.
6461         (TARGET_OS_CPP_BUILTIN): Invoke MAYBE_TARGET_BPABI_CPP_BUILTINS(),
6462         refine CPU definitions for arm_arch5 and add those for arm_arch6 and
6463         arm_arch7.
6464         (MAYBE_ASM_ABI_SPEC): New, helper for SUBTARGET_EXTRA_ASM_SPEC,
6465         passing required abi options to the assembler for EABI configurations.
6466         (EXTRA_CC1_SPEC): New macro, to help prevent the implicit production
6467         of .text.hot and .text.unlikely sections for kernel modules when
6468         using ARM style exceptions.
6469         (CC1_SPEC): Remove obsolete attempt at mimicking Diab toolchain
6470         options. Add EXTRA_CC1_SPEC.
6471         (VXWORKS_ENDIAN_SPEC): Adjust comment and remove handling of Diab
6472         toolchain options.
6473         (DWARF2_UNWIND_INFO): Redefine to handle the pre/post VxWorks 7
6474         transition.
6475         (ARM_TARGET2_DWARF_FORMAT): Define.
6476         * config/arm/t-vxworks: Adjust multilib control to removal of the
6477         Diab command line options.
6479 2017-08-01  Martin Liska  <mliska@suse.cz>
6481         PR gcov-profile/81561
6482         * gcov.c (unblock): Make unblocking safe as we need to preserve
6483         index correspondence of blocks and block_lists.
6485 2017-08-01  Richard Biener  <rguenther@suse.de>
6487         PR tree-optimization/81181
6488         * tree-ssa-pre.c (compute_antic_aux): Defer clean() to ...
6489         (compute_antic): ... end of iteration here.
6491 2017-08-01  James Greenhalgh  <james.greenhalgh@arm.com>
6493         * common.opt (ftree-vectorize): No longer set flag_tree_vectorize.
6494         (ftree-loop-vectorize): Set as EnabledBy ftree-vectorize.
6495         (ftree-slp-vectorize): Likewise.
6496         * omp-expand (expand_omp_simd): Remove flag_tree_vectorize, as it
6497         can no longer be set independent of flag_tree_loop_vectorize.
6498         * omp-general.c (emp_max_vf): Likewise.
6499         * opts.c (enable_fdo_optimizations): Remove references to
6500         flag_tree_vectorize, these are now implicit.
6501         (common_handle_option): Remove handling for OPT_ftree_vectorize,
6502         and leave it for the options machinery.
6504 2017-08-01  Martin Liska  <mliska@suse.cz>
6506         PR middle-end/70140
6507         * builtins.c (expand_builtin_memcpy_args): Remove.
6508         (expand_builtin_memcpy): Call newly added function
6509         expand_builtin_memory_copy_args.
6510         (expand_builtin_memcpy_with_bounds): Likewise.
6511         (expand_builtin_mempcpy): Remove last argument.
6512         (expand_builtin_mempcpy_with_bounds): Likewise.
6513         (expand_builtin_memory_copy_args): New function created from
6514         expand_builtin_mempcpy_args with small modifications.
6515         (expand_builtin_mempcpy_args): Remove.
6516         (expand_builtin_stpcpy): Remove unused argument.
6517         (expand_builtin): Likewise.
6518         (expand_builtin_with_bounds): Likewise.
6520 2017-08-01  Uros Bizjak  <ubizjak@gmail.com>
6522         PR target/81641
6523         * config/i386/i386.c (ix86_print_operand_address_as): For -masm=intel
6524         print "ds:" only for immediates in generic address space.
6526 2017-08-01  Uros Bizjak  <ubizjak@gmail.com>
6528         PR target/81639
6529         * config/i386/i386.c (ix86_funciton_naked): New prototype.
6530         (ix86_function_ok_for_sibcall): Return false for naked functions.
6532 2017-08-01  Richard Biener  <rguenther@suse.de>
6534         * tree-ssa-pre.c (print_pre_expr): Handle NULL expr.
6535         (compute_antic): Seed worklist with exit block predecessors.
6536         * cfganal.c (dfs_find_deadend): For a cycle return the source
6537         of the edge closing it.
6539 2017-08-01  Tamar Christina  <tamar.christina@arm.com>
6541         * config/aarch64/aarch64.c
6542         (aarch64_can_const_movi_rtx_p): Move 0 check.
6544 2017-08-01  Bin Cheng  <bin.cheng@arm.com>
6546         * tree.h (POINTER_TYPE_OVERFLOW_UNDEFINED): Delete.
6547         * fold-const.c (fold_comparison, fold_binary_loc): Delete use of
6548         above macro.
6549         * match.pd: Ditto in address comparison pattern.
6551 2017-08-01  Bin Cheng  <bin.cheng@arm.com>
6553         PR tree-optimization/81627
6554         * tree-predcom.c (prepare_finalizers): Always rewrite into loop
6555         closed ssa form for store-store chain.
6557 2017-08-01  Bin Cheng  <bin.cheng@arm.com>
6559         PR tree-optimization/81620
6560         * tree-predcom.c (add_ref_to_chain): Don't set has_max_use_after
6561         for store-store chain.
6563 2017-08-01  Jakub Jelinek  <jakub@redhat.com>
6565         PR tree-optimization/81588
6566         * tree-ssa-reassoc.c (optimize_range_tests_var_bound): If
6567         ranges[i].in_p, invert comparison code ccode.  For >/>=,
6568         swap rhs1 and rhs2 and comparison code unconditionally,
6569         for </<= don't do that.  Don't swap rhs1/rhs2 again if
6570         ranges[i].in_p, instead invert comparison code ccode if
6571         opcode or oe->rank is BIT_IOR_EXPR.
6573         PR target/80846
6574         * optabs.def (vec_extract_optab, vec_init_optab): Change from
6575         a direct optab to conversion optab.
6576         * optabs.c (expand_vector_broadcast): Use convert_optab_handler
6577         with GET_MODE_INNER as last argument instead of optab_handler.
6578         * expmed.c (extract_bit_field_1): Likewise.  Use vector from
6579         vector extraction if possible and optab is available.
6580         * expr.c (store_constructor): Use convert_optab_handler instead
6581         of optab_handler.  Use vector initialization from smaller
6582         vectors if possible and optab is available.
6583         * tree-vect-stmts.c (vectorizable_load): Likewise.
6584         * doc/md.texi (vec_extract, vec_init): Document that the optabs
6585         now have two modes.
6586         * config/i386/i386.c (ix86_expand_vector_init): Handle expansion
6587         of vec_init from half-sized vectors with the same element mode.
6588         * config/i386/sse.md (ssehalfvecmode): Add V4TI case.
6589         (ssehalfvecmodelower, ssescalarmodelower): New mode attributes.
6590         (reduc_plus_scal_v8df, reduc_plus_scal_v4df, reduc_plus_scal_v2df,
6591         reduc_plus_scal_v16sf, reduc_plus_scal_v8sf, reduc_plus_scal_v4sf,
6592         reduc_<code>_scal_<mode>, reduc_umin_scal_v8hi): Add element mode
6593         after mode in gen_vec_extract* calls.
6594         (vec_extract<mode>): Renamed to ...
6595         (vec_extract<mode><ssescalarmodelower>): ... this.
6596         (vec_extract<mode><ssehalfvecmodelower>): New expander.
6597         (rotl<mode>3, rotr<mode>3, <shift_insn><mode>3, ashrv2di3): Add
6598         element mode after mode in gen_vec_init* calls.
6599         (VEC_INIT_HALF_MODE): New mode iterator.
6600         (vec_init<mode>): Renamed to ...
6601         (vec_init<mode><ssescalarmodelower>): ... this.
6602         (vec_init<mode><ssehalfvecmodelower>): New expander.
6603         * config/i386/mmx.md (vec_extractv2sf): Renamed to ...
6604         (vec_extractv2sfsf): ... this.
6605         (vec_initv2sf): Renamed to ...
6606         (vec_initv2sfsf): ... this.
6607         (vec_extractv2si): Renamed to ...
6608         (vec_extractv2sisi): ... this.
6609         (vec_initv2si): Renamed to ...
6610         (vec_initv2sisi): ... this.
6611         (vec_extractv4hi): Renamed to ...
6612         (vec_extractv4hihi): ... this.
6613         (vec_initv4hi): Renamed to ...
6614         (vec_initv4hihi): ... this.
6615         (vec_extractv8qi): Renamed to ...
6616         (vec_extractv8qiqi): ... this.
6617         (vec_initv8qi): Renamed to ...
6618         (vec_initv8qiqi): ... this.
6619         * config/rs6000/vector.md (VEC_base_l): New mode attribute.
6620         (vec_init<mode>): Renamed to ...
6621         (vec_init<mode><VEC_base_l>): ... this.
6622         (vec_extract<mode>): Renamed to ...
6623         (vec_extract<mode><VEC_base_l>): ... this.
6624         * config/rs6000/paired.md (vec_initv2sf): Renamed to ...
6625         (vec_initv2sfsf): ... this.
6626         * config/rs6000/altivec.md (splitter, altivec_copysign_v4sf3,
6627         vec_unpacku_hi_v16qi, vec_unpacku_hi_v8hi, vec_unpacku_lo_v16qi,
6628         vec_unpacku_lo_v8hi, mulv16qi3, altivec_vreve<mode>2): Add
6629         element mode after mode in gen_vec_init* calls.
6630         * config/aarch64/aarch64-simd.md (vec_init<mode>): Renamed to ...
6631         (vec_init<mode><Vel>): ... this.
6632         (vec_extract<mode>): Renamed to ...
6633         (vec_extract<mode><Vel>): ... this.
6634         * config/aarch64/iterators.md (Vel): New mode attribute.
6635         * config/s390/s390.c (s390_expand_vec_strlen, s390_expand_vec_movstr):
6636         Add element mode after mode in gen_vec_extract* calls.
6637         * config/s390/vector.md (non_vec_l): New mode attribute.
6638         (vec_extract<mode>): Renamed to ...
6639         (vec_extract<mode><non_vec_l>): ... this.
6640         (vec_init<mode>): Renamed to ...
6641         (vec_init<mode><non_vec_l>): ... this.
6642         * config/s390/s390-builtins.def (s390_vlgvb, s390_vlgvh, s390_vlgvf,
6643         s390_vlgvf_flt, s390_vlgvg, s390_vlgvg_dbl): Add element mode after
6644         vec_extract mode.
6645         * config/arm/iterators.md (V_elem_l): New mode attribute.
6646         * config/arm/neon.md (vec_extract<mode>): Renamed to ...
6647         (vec_extract<mode><V_elem_l>): ... this.
6648         (vec_extractv2di): Renamed to ...
6649         (vec_extractv2didi): ... this.
6650         (vec_init<mode>): Renamed to ...
6651         (vec_init<mode><V_elem_l>): ... this.
6652         (reduc_plus_scal_<mode>, reduc_plus_scal_v2di, reduc_smin_scal_<mode>,
6653         reduc_smax_scal_<mode>, reduc_umin_scal_<mode>,
6654         reduc_umax_scal_<mode>, neon_vget_lane<mode>, neon_vget_laneu<mode>):
6655         Add element mode after gen_vec_extract* calls.
6656         * config/mips/mips-msa.md (vec_init<mode>): Renamed to ...
6657         (vec_init<mode><unitmode>): ... this.
6658         (vec_extract<mode>): Renamed to ...
6659         (vec_extract<mode><unitmode>): ... this.
6660         * config/mips/loongson.md (vec_init<mode>): Renamed to ...
6661         (vec_init<mode><unitmode>): ... this.
6662         * config/mips/mips-ps-3d.md (vec_initv2sf): Renamed to ...
6663         (vec_initv2sfsf): ... this.
6664         (vec_extractv2sf): Renamed to ...
6665         (vec_extractv2sfsf): ... this.
6666         (reduc_plus_scal_v2sf, reduc_smin_scal_v2sf, reduc_smax_scal_v2sf):
6667         Add element mode after gen_vec_extract* calls.
6668         * config/mips/mips.md (unitmode): New mode iterator.
6669         * config/spu/spu.c (spu_expand_prologue, spu_allocate_stack,
6670         spu_builtin_extract): Add element mode after gen_vec_extract* calls.
6671         * config/spu/spu.md (inner_l): New mode attribute.
6672         (vec_init<mode>): Renamed to ...
6673         (vec_init<mode><inner_l>): ... this.
6674         (vec_extract<mode>): Renamed to ...
6675         (vec_extract<mode><inner_l>): ... this.
6676         * config/sparc/sparc.md (veltmode): New mode iterator.
6677         (vec_init<VMALL:mode>): Renamed to ...
6678         (vec_init<VMALL:mode><VMALL:veltmode>): ... this.
6679         * config/ia64/vect.md (vec_initv2si): Renamed to ...
6680         (vec_initv2sisi): ... this.
6681         (vec_initv2sf): Renamed to ...
6682         (vec_initv2sfsf): ... this.
6683         (vec_extractv2sf): Renamed to ...
6684         (vec_extractv2sfsf): ... this.
6685         * config/powerpcspe/vector.md (VEC_base_l): New mode attribute.
6686         (vec_init<mode>): Renamed to ...
6687         (vec_init<mode><VEC_base_l>): ... this.
6688         (vec_extract<mode>): Renamed to ...
6689         (vec_extract<mode><VEC_base_l>): ... this.
6690         * config/powerpcspe/paired.md (vec_initv2sf): Renamed to ...
6691         (vec_initv2sfsf): ... this.
6692         * config/powerpcspe/altivec.md (splitter, altivec_copysign_v4sf3,
6693         vec_unpacku_hi_v16qi, vec_unpacku_hi_v8hi, vec_unpacku_lo_v16qi,
6694         vec_unpacku_lo_v8hi, mulv16qi3): Add element mode after mode in
6695         gen_vec_init* calls.
6697 2017-08-01  Richard Biener  <rguenther@suse.de>
6699         PR tree-optimization/81297
6700         * tree-vrp.c (get_single_symbol): Remove assert, instead drop
6701         TREE_OVERFLOW from INTEGER_CSTs.
6703 2017-07-31  Segher Boessenkool  <segher@kernel.crashing.org>
6705         * config/rs6000/rs6000.c (enum rs6000_reg_type): Delete trailing comma.
6707 2017-07-31  Carl Love  <cel@us.ibm.com>
6709         * config/rs6000/rs6000-c: Add support for built-in functions
6710         vector signed char vec_xl_be (signed long long, signed char *);
6711         vector unsigned char vec_xl_be (signed long long, unsigned char *);
6712         vector signed int vec_xl_be (signed long long, signed int *);
6713         vector unsigned int vec_xl_be (signed long long, unsigned int *);
6714         vector signed long long vec_xl_be (signed long long, signed long long *);
6715         vector unsigned long long vec_xl_be (signed long long, unsigned long long *);
6716         vector signed short vec_xl_be (signed long long, signed short *);
6717         vector unsigned short vec_xl_be (signed long long, unsigned short *);
6718         vector double vec_xl_be (signed long long, double *);
6719         vector float vec_xl_be (signed long long, float *);
6720         * config/rs6000/altivec.h (vec_xl_be): Add #define.
6721         * config/rs6000/rs6000-builtin.def (XL_BE_V16QI, XL_BE_V8HI, XL_BE_V4SI)
6722         XL_BE_V2DI, XL_BE_V4SF, XL_BE_V2DF, XL_BE): Add definitions
6723         for the builtins.
6724         * config/rs6000/rs6000.c (altivec_expand_xl_be_builtin): Add function.
6725         (altivec_expand_builtin): Add switch statement to call
6726         altivec_expand_xl_be for each builtin.
6727         (altivec_init_builtins): Add def_builtin for _builtin_vsx_le_be_v8hi,
6728         __builtin_vsx_le_be_v4si, __builtin_vsx_le_be_v2di,
6729         __builtin_vsx_le_be_v4sf, __builtin_vsx_le_be_v2df,
6730         __builtin_vsx_le_be_v16qi.
6731         * doc/extend.texi: Update the built-in documentation file for the
6732         new built-in functions.
6734 2017-07-31  Uros Bizjak  <ubizjak@gmail.com>
6736         PR target/25967
6737         * config/i386/i386.c (ix86_allocate_stack_slots_for_args):
6738         New function.
6739         (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Define.
6741 2017-07-31  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
6743         * config.gcc: Add z14.
6744         * config/s390/driver-native.c (s390_host_detect_local_cpu): Add
6745         CPU model numbers for z13s and z14.
6746         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Replace
6747         arch12 with z14.
6748         * config/s390/s390-opts.h (enum processor_type): Rename
6749         PROCESSOR_ARCH12 to PROCESSOR_3906_Z14.
6750         * config/s390/s390.c (processor_table): Add field for CPU name to
6751         be passed to Binutils.
6752         (s390_asm_output_machine_for_arch): Use the new field in
6753         processor_table for Binutils.
6754         (s390_expand_builtin): Replace arch12 with z14.
6755         (s390_issue_rate): Rename PROCESSOR_ARCH12 to PROCESSOR_3906_Z14.
6756         (s390_get_sched_attrmask): Likewise.
6757         (s390_get_unit_mask): Likewise.
6758         * config/s390/s390.opt: Add z14 to processor_type enum.
6760 2017-07-31  Martin Jambor  <mjambor@suse.cz>
6762         PR hsa/81477
6763         * ipa-fnsummary.c (ipa_fn_summary_generate): Set versionable
6764         regardless of optimization level.
6766 2017-07-31  Jan Hubicka <hubicka@ucw.cz>
6767             Martin Liska  <mliska@suse.cz>
6769         * predict.def: Remove old comment and adjust probability.
6770         * gimplify.c (should_warn_for_implicit_fallthrough): Ignore
6771         PREDICT statements.
6773 2017-07-31  Uros Bizjak  <ubizjak@gmail.com>
6775         PR target/25967
6776         * config/i386/i386.c (ix86_function_naked): New function.
6777         (ix86_can_use_return_insn_p): Return false for naked functions.
6778         (ix86_expand_prologue): Skip prologue for naked functions.
6779         (ix86_expand_epilogue): Skip epilogue for naked functions
6780         and emit trap instruction.
6781         (ix86_warn_func_return): New function.
6782         (ix86_attribute_table): Add "naked" attribute specification.
6783         (TARGET_WARN_FUNC_RETURN): Define.
6784         * doc/extend.texi (x86 Function Attributes) <naked>: Document it.
6786 2017-07-31  Martin Liska  <mliska@suse.cz>
6788         * gimple-pretty-print.c (dump_gimple_label): Never dump BB info.
6789         (dump_gimple_bb_header): Always dump BB info.
6790         (pp_cfg_jump): Do not append info about BB when dumping a jump.
6792 2017-07-31  Martin Liska  <mliska@suse.cz>
6794         PR sanitize/81530
6795         * convert.c (convert_to_integer_1): Guard condition with flag_sanitize_p
6796         also with current_function_decl non-null equality.
6798 2017-07-31  Jakub Jelinek  <jakub@redhat.com>
6800         PR sanitizer/81604
6801         * ubsan.c (ubsan_type_descriptor): For UBSAN_PRINT_ARRAY don't
6802         change type to the element type, instead add eltype variable and
6803         use it where we are interested in the element type.
6805         PR tree-optimization/81603
6806         * ipa-polymorphic-call.c
6807         (ipa_polymorphic_call_context::ipa_polymorphic_call_context): Perform
6808         offset arithmetic in offset_int, bail out if the resulting bit offset
6809         doesn't fit into shwi.
6811 2017-07-31  Martin Liska  <mliska@suse.cz>
6813         * gimplify.c (mostly_copy_tree_r): Remove Java specific hunk.
6814         (gimplify_save_expr): Fix comment.
6816 2017-07-30  H.J. Lu  <hongjiu.lu@intel.com>
6818         PR target/79793
6819         * config/i386/i386.c (ix86_function_arg): Update arguments for
6820         exception handler.
6821         (ix86_compute_frame_layout): Set the initial stack offset to
6822         INCOMING_FRAME_SP_OFFSET.  Update red-zone offset with
6823         INCOMING_FRAME_SP_OFFSET.
6824         (ix86_expand_epilogue): Don't pop the 'ERROR_CODE' off the
6825         stack before exception handler returns.
6826         * config/i386/i386.h (INCOMING_FRAME_SP_OFFSET): Add the
6827         the 'ERROR_CODE' for exception handler.
6829 2017-07-30  Uros Bizjak  <ubizjak@gmail.com>
6831         * config/i386/i386.h (ASM_PRINTF_EXTENSIONS): New macro.
6832         (ASM_OUTPUT_REG_PUSH): Rewrite with new operand modifiers.
6833         (ASM_OUTPUT_REG_POP): Ditto.
6834         * config/i386/i386.c (ix86_asm_output_function_label): Use fputs
6835         instead of asm_fprintf to output pure string.
6837 2017-07-29  Jakub Jelinek  <jakub@redhat.com>
6839         * debug.h (struct gcc_debug_hooks): Add IMPLICIT argument
6840         to imported_module_or_decl hook.
6841         (debug_nothing_tree_tree_tree_bool): Remove.
6842         (debug_nothing_tree_tree_tree_bool_bool): New declaration.
6843         * debug.c (do_nothing_debug_hooks): Use
6844         debug_nothing_tree_tree_tree_bool_bool instead of
6845         debug_nothing_tree_tree_tree_bool.
6846         * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
6847         * dbxout.c (dbx_debug_hooks, xcoff_debug_hooks): Likewise.
6848         * sdbout.c (sdb_debug_hooks): Likewise.
6849         * dwarf2out.c (dwarf2_lineno_debug_hooks): Likewise.
6850         (gen_namespace_die): Add DW_AT_export_symbols attribute if
6851         langhook wants it.
6852         (dwarf2out_imported_module_or_decl): Add IMPLICIT argument,
6853         if true, -gdwarf-5 and decl will have DW_AT_export_symbols
6854         attribute, don't add anything.
6856 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6858         * fold-const.c (fold_build1_stat_loc): Remove _stat from name.
6859         (fold_build2_stat_loc): Likewise.
6860         (fold_build3_stat_loc): Likewise.
6861         * fold-const.h (fold_build1, fold_build2, fold_build3): Adjust.
6862         (fold_build1_loc): Remove macro.
6863         (fold_build2_loc): Likewise.
6864         (fold_build3_loc): Likewise.
6866 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6868         * gimple.c (gimple_build_debug_bind_stat): Remove _stat from name.
6869         (gimple_build_debug_bind_source_stat): Likewise.
6870         * gimple.h (gimple_build_debug_bind): Remove macro.
6871         (gimple_build_debug_bind_source): Likewise.
6873 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6875         * bitmap.c (bitmap_alloc): Adjust.
6876         (bitmap_gc_alloc): Likewise.
6877         * bitmap.h (bitmap_initialize_stat): Remove _stat from name.
6879 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6881         * bitmap.c (bitmap_obstack_alloc_stat): Rename to bitmap_alloc.
6882         (bitmap_gc_alloc_stat): Rename to bitmap_gc_alloc.
6883         * bitmap.h (bitmap_obstack_alloc_stat): Adjust prototype.
6884         (bitmap_gc_alloc_stat): Likewise.
6885         (BITMAP_ALLOC, BITMAP_GGC_ALLOC): Adjust.
6887 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6889         * rtl.c (shallow_copy_rtx_stat): Remove _stat from name.
6890         * rtl.h (shallow_copy_rtx): Remove macro.
6892 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6894         * emit-rtl.c (gen_raw_REG): Adjust.
6895         * gengenrtl.c (gendef): Likewise.
6896         * rtl.c (rtx_alloc_stat): Remove _stat from name.
6897         * rtl.h (rtx_alloc): Remove macro.
6899 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6901         * tree.c (build_tree_list_vec_stat): Remove _stat from name.
6902         (build_tree_list_stat): Likewise.
6903         * tree.h (build_tree_list): Remove macro.
6904         (build_tree_list_vec): Likewise.
6906 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6908         * tree.c (make_vector_stat): Remove _stat from name.
6909         (build_vector_stat): Likewise.
6910         * tree.h (make_vector_stat): Remove macro.
6911         (build_vector_stat): Likewise.
6913 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6915         * tree.h (build_var_debug_value): Remove prototype.
6917 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6919         * tree.c (tree_cons_stat): Remove _stat from name.
6920         * tree.h (tree_cons): Remove macro.
6922 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6924         * tree.c (build_vl_exp_stat): Remove _stat from name.
6925         * tree.h (build_vl_exp): Remove macro.
6927 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6929         * tree.c (build_decl_stat): Remove _stat from name.
6930         * tree.h (build_decl): Remove macro.
6932 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6934         * gimple.c (gimple_build_with_ops_stat): Adjust.
6935         (gimple_alloc_stat): Remove _stat from name.
6936         * gimple.h (gimple_alloc): Remove macro.
6938 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6940         * tree.c (make_tree_vec_stat): Remove _stat from name.
6941         (grow_tree_vec_stat): Likewise.
6942         * tree.h (make_tree_vec_stat): Adjust prototype.
6943         (grow_tree_vec_stat): Likewise.
6944         (make_tree_vec): Remove macro.
6945         (grow_tree_vec): Likewise.
6947 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6949         * fold-const.c (fold_build1_stat_loc): Adjust.
6950         (fold_build2_stat_loc): Likewise.
6951         (fold_build3_stat_loc): Likewise.
6952         * tree.c (build0_stat): Remove _stat from name.
6953         (build1_stat): Likewise.
6954         (build2_stat): Likewise.
6955         (build3_stat): Likewise.
6956         (build4_stat): Likewise.
6957         (build5_stat): Likewise.
6958         * tree.h (build1_loc): Remove macro, and rename _stat function
6959         to this.
6960         (build2_loc): Likewise.
6961         (build3_loc): Likewise.
6962         (build4_loc): Likewise.
6963         (build5_loc): Likewise.
6965 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6967         * tree.c (make_int_cst_stat): Remove _stat from name.
6968         * tree.h (make_int_cst_stat): Adjust prototype.
6969         (make_int_cst): Remove macro.
6971 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6973         * tree.c (make_tre_binfo_stat): Remove _stat from name.
6974         * tree.h (make_tree_binfo_stat): Adjust prototype.
6975         (make_tree_binfo): Remove.
6977 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6979         * tree.c (copy_node_stat): Rename to copy_node.
6980         (build_distinct_type_copy): Adjust.
6981         * tree.h (copy_node_stat): Adjust prototype.
6982         (copy_node): Remove macro.
6984 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
6986         * tree.c (make_node_stat): rename to make_node.
6987         (build_tree_list_stat): Adjust.
6988         (build0_stat): Likewise.
6989         (build2_stat): Likewise.
6990         (build3_stat): Likewise.
6991         (build4_stat): Likewise.
6992         (build5_stat): Likewise.
6993         (build_decl_stat): Likewise.
6994         * tree.h (make_node_stat): Adjust prototype.
6995         (make_node): remove macro.
6997 2017-07-28  Peter Bergner  <bergner@vnet.ibm.com>
6999         * config/rs6000/ppc-auxv.h (PPC_FEATURE2_DARN): New define.
7000         (PPC_FEATURE2_SCV): Likewise.
7001         * config/rs6000/rs6000.c (cpu_supports_info): Use them.
7003 2017-07-28  Tamar Christina  <tamar.christina@arm.com>
7005         * config/aarch64/aarch64.c
7006         (aarch64_internal_mov_immediate): Add new special pattern.
7007         * config/aarch64/aarch64.md (*movdi_aarch64):
7008         Add reg/32bit const mov case.
7010 2017-07-28  Tamar Christina  <tamar.christina@arm.com>
7011             Richard Sandiford <richard.sandiford@linaro.org>
7013         * config/aarch64/aarch64.md (mov<mode>): Generalize.
7014         (*movhf_aarch64, *movsf_aarch64, *movdf_aarch64):
7015         Add integer and movi cases.
7016         (movi-split-hf-df-sf split, fp16): New.
7017         (enabled): Added TARGET_FP_F16INST.
7018         * config/aarch64/iterators.md (GPF_HF): New.
7019         * config/aarch64/predicates.md (aarch64_reg_or_fp_float): New.
7021 2017-07-28  Tamar Christina  <tamar.christina@arm.com>
7023         * config/aarch64/aarch64.c
7024         (aarch64_simd_container_mode): Add prototype.
7025         (aarch64_expand_mov_immediate): Add HI support.
7026         (aarch64_reinterpret_float_as_int, aarch64_float_const_rtx_p: New.
7027         (aarch64_can_const_movi_rtx_p): New.
7028         (aarch64_preferred_reload_class):
7029         Remove restrictions of using FP registers for certain SIMD operations.
7030         (aarch64_rtx_costs): Added new cost for CONST_DOUBLE moves.
7031         (aarch64_valid_floating_const): Add integer move validation.
7032         (aarch64_simd_imm_scalar_p): Remove.
7033         (aarch64_output_scalar_simd_mov_immediate): Generalize function.
7034         (aarch64_legitimate_constant_p): Expand list of supported cases.
7035         * config/aarch64/aarch64-protos.h
7036         (aarch64_float_const_rtx_p, aarch64_can_const_movi_rtx_p): New.
7037         (aarch64_reinterpret_float_as_int): New.
7038         (aarch64_simd_imm_scalar_p): Remove.
7039         * config/aarch64/constraints.md (Uvi): New.
7040         (Dd): Split into Ds and new Dd.
7041         * config/aarch64/aarch64.md (*movsi_aarch64):
7042         Add SIMD mov case.
7043         (*movdi_aarch64): Add SIMD mov case.
7045 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
7047         * tree-predcom.c: (struct chain): Handle store-store chain in which
7048         stores for elimination only store loop invariant values.
7049         (execute_pred_commoning_chain): Ditto.
7050         (prepare_initializers_chain_store_elim): Ditto.
7051         (prepare_finalizers): Ditto.
7052         (is_inv_store_elimination_chain): New function.
7053         (initialize_root_vars_store_elim_1): New function.
7055 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
7057         * tree-predcom.c: Revise general description of the pass.
7058         (enum chain_type): New enum type for store elimination.
7059         (struct chain): New field supporting store elimination.
7060         (struct component): Ditto.
7061         (dump_chain): Dump store-stores chain.
7062         (release_chain): Release resources.
7063         (split_data_refs_to_components): Compute and create component
7064         contains only stores for elimination.
7065         (get_chain_last_ref_at): New function.
7066         (make_invariant_chain): Initialization.
7067         (make_rooted_chain): Specify chain type in parameter and record it.
7068         (add_looparound_copies): Skip for store-stores chain.
7069         (determine_roots_comp): Compute type of chain and pass it to
7070         make_rooted_chain.
7071         (initialize_root_vars_store_elim_2): New function.
7072         (finalize_eliminated_stores): New function.
7073         (remove_stmt): Handle store for elimination.
7074         (execute_pred_commoning_chain): Execute predictive commoning on
7075         store-store chains.
7076         (determine_unroll_factor): Skip unroll for store-stores chain.
7077         (prepare_initializers_chain_store_elim): New function.
7078         (prepare_initializers_chain): Hanlde store-store chain.
7079         (prepare_finalizers_chain, prepare_finalizers): New function.
7080         (tree_predictive_commoning_loop): Return integer value indicating
7081         if loop is unrolled or lcssa form is corrupted.
7082         (tree_predictive_commoning): Rewrite for lcssa form if necessary.
7084 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
7086         * tree-predcom.c (initialize_root): Delete.
7087         (execute_pred_commoning_chain): Initialize root vars and replace
7088         reference of non-combined chain directly, rather than call above
7089         function.
7091 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
7093         * tree-predcom.c (ref_at_iteration): Add parameter NITERS.  Compute
7094         memory reference to DR at (NITERS + ITERS)-th iteration of loop.
7096 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
7098         * tree-predcom.c (struct chain): New field init_seq.
7099         (release_chain): Release init_seq.
7100         (prepare_initializers_chain): Record intialization stmts in above
7101         field.
7102         (insert_init_seqs): New function.
7103         (tree_predictive_commoning_loop): Call insert_init_seqs.
7105 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
7107         * tree-predcom.c (determine_roots_comp): Skip trivial components.
7109 2017-07-28  Richard Biener  <rguenther@suse.de>
7111         * match.pd: Remove superfluous :c.
7112         * genmatch.c (simplify::id): Add member.
7113         (lower_commutative, lower_opt_convert, lower_cond, lower_for):
7114         Copy id.
7115         (current_id): New global.
7116         (dt_node::parent): Move from ...
7117         (dt_operand::parent): ... here.  Add for_id member.
7118         (is_a_helper <dt_operand *>::test): DT_TRUE is also a dt_operand.
7119         (decision_tree::find_node): Relax order requirement when
7120         merging DT_TRUE nodes to ones inbetween the current simplify
7121         and the one we try to merge with.  Add diagnostic whenever
7122         we need to enforce pattern order by not merging.
7123         (decision_tree::insert): Set current_id.
7124         (decision_tree::print_node): Dump parent node and for_id.
7125         (parser::last_id): Add member.
7126         (parser::push_simplify): Assign unique id.
7127         (parser::parser): Initialize last_id.
7129 2017-07-28  Martin Liska  <mliska@suse.cz>
7131         PR sanitizer/81340
7132         * sanopt.c (sanitize_rewrite_addressable_params): Set VALUE_EXPR after
7133         gimple_build_debug_bind.
7135 2017-07-28  Richard Biener  <rguenther@suse.de>
7137         PR tree-optimization/81502
7138         * match.pd: Add pattern combining BIT_INSERT_EXPR with
7139         BIT_FIELD_REF.
7140         * tree-cfg.c (verify_expr): Verify types of BIT_FIELD_REF
7141         size/pos operands.
7142         (verify_gimple_assign_ternary): Likewise for BIT_INSERT_EXPR pos.
7143         * gimple-fold.c (maybe_canonicalize_mem_ref_addr): Use bitsizetype
7144         for BIT_FIELD_REF args.
7145         * fold-const.c (make_bit_field_ref): Likewise.
7146         * tree-vect-stmts.c (vectorizable_simd_clone_call): Likewise.
7148 2017-07-28  Jakub Jelinek  <jakub@redhat.com>
7150         PR sanitizer/80998
7151         * sanopt.c (pass_sanopt::execute): Handle IFN_UBSAN_PTR.
7152         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Likewise.
7153         * flag-types.h (enum sanitize_code): Add SANITIZER_POINTER_OVERFLOW.
7154         Or it into SANITIZER_UNDEFINED.
7155         * ubsan.c: Include gimple-fold.h and varasm.h.
7156         (ubsan_expand_ptr_ifn): New function.
7157         (instrument_pointer_overflow): New function.
7158         (maybe_instrument_pointer_overflow): New function.
7159         (instrument_object_size): Formatting fix.
7160         (pass_ubsan::execute): Call instrument_pointer_overflow
7161         and maybe_instrument_pointer_overflow.
7162         * internal-fn.c (expand_UBSAN_PTR): New function.
7163         * ubsan.h (ubsan_expand_ptr_ifn): Declare.
7164         * sanitizer.def (__ubsan_handle_pointer_overflow,
7165         __ubsan_handle_pointer_overflow_abort): New builtins.
7166         * tree-ssa-tail-merge.c (merge_stmts_p): Handle IFN_UBSAN_PTR.
7167         * internal-fn.def (UBSAN_PTR): New internal function.
7168         * opts.c (sanitizer_opts): Add pointer-overflow.
7169         * lto-streamer-in.c (input_function): Handle IFN_UBSAN_PTR.
7170         * fold-const.c (build_range_check): Compute pointer range check in
7171         integral type if pointer arithmetics would be needed.  Formatting
7172         fixes.
7174 2017-07-28  Martin Liska  <mliska@suse.cz>
7176         PR sanitizer/81460
7177         * sanopt.c (sanitize_rewrite_addressable_params): Do not rewrite
7178         parameters that are of a variable-length.
7180 2017-07-28  Sebastian Huber  <sebastian.huber@embedded-brains.de>
7182         * config.gcc (powerpc-*-rtems*): Remove rs6000/eabi.h.  Add
7183         rs6000/biarch64.h.
7184         * config/rs6000/rtems.h (ASM_DECLARE_FUNCTION_SIZE): New macro.
7185         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
7186         (CRT_CALL_STATIC_FUNCTION): Likewise.
7187         (ASM_DEFAULT_SPEC): New define.
7188         (ASM_SPEC32): Likewise.
7189         (ASM_SPEC64): Likewise.
7190         (ASM_SPEC_COMMON): Likewise.
7191         (ASM_SPEC): Likewise.
7192         (INVALID_64BIT): Likewise.
7193         (LINK_OS_DEFAULT_SPEC): Likewise.
7194         (LINK_OS_SPEC32): Likewise.
7195         (LINK_OS_SPEC64): Likewise.
7196         (POWERPC_LINUX): Likewise.
7197         (PTRDIFF_TYPE): Likewise.
7198         (RESTORE_FP_PREFIX): Likewise.
7199         (RESTORE_FP_SUFFIX): Likewise.
7200         (SAVE_FP_PREFIX): Likewise.
7201         (SAVE_FP_SUFFIX): Likewise.
7202         (SIZE_TYPE): Likewise.
7203         (SUBSUBTARGET_OVERRIDE_OPTIONS): Likewise.
7204         (TARGET_64BIT): Likewise.
7205         (TARGET_64BIT): Likewise.
7206         (TARGET_AIX): Likewise.
7207         (WCHAR_TYPE_SIZE): Likewise.
7208         (WCHAR_TYPE): Undefine.
7209         (TARGET_OS_CPP_BUILTINS): Add 64-bit PowerPC defines.
7210         (CPP_OS_DEFAULT_SPEC): Use previous CPP_OS_RTEMS_SPEC.
7211         (CPP_OS_RTEMS_SPEC): Delete.
7212         (SUBSUBTARGET_EXTRA_SPECS): Remove cpp_os_rtems.  Add
7213         asm_spec_common, asm_spec32, asm_spec64, link_os_spec32, and
7214         link_os_spec64.
7215         * config/rs6000/t-rtems: Add mcpu=e6500/m64 multilibs.
7217 2017-07-28  Jakub Jelinek  <jakub@redhat.com>
7219         PR tree-optimization/81578
7220         * tree-parloops.c (build_new_reduction): Bail out if
7221         reduction_code isn't one of the standard OpenMP reductions.
7222         Move the details printing after that decision.
7224 2017-07-27  Peter Bergner  <bergner@vnet.ibm.com>
7226         * config/rs6000/predicates.md (volatile_mem_operand): Remove code
7227         related to reload_in_progress.
7228         (splat_input_operand): Likewise.
7229         * config/rs6000/rs6000-protos.h (rs6000_secondary_memory_needed_rtx):
7230         Delete prototype.
7231         * config/rs6000/rs6000.c (machine_function): Remove sdmode_stack_slot
7232         field.
7233         (TARGET_EXPAND_TO_RTL_HOOK): Delete.
7234         (TARGET_INSTANTIATE_DECLS): Likewise.
7235         (legitimate_indexed_address_p): Delete reload_in_progress code.
7236         (rs6000_debug_legitimate_address_p): Likewise.
7237         (rs6000_eliminate_indexed_memrefs): Likewise.
7238         (rs6000_emit_le_vsx_store): Likewise.
7239         (rs6000_emit_move_si_sf_subreg): Likewise.
7240         (rs6000_emit_move): Likewise.
7241         (register_to_reg_type): Likewise.
7242         (rs6000_pre_atomic_barrier): Likewise.
7243         (rs6000_machopic_legitimize_pic_address): Likewise.
7244         (rs6000_allocate_stack_temp): Likewise.
7245         (rs6000_address_for_fpconvert): Likewise.
7246         (rs6000_address_for_altivec): Likewise.
7247         (rs6000_secondary_memory_needed_rtx): Delete function.
7248         (rs6000_check_sdmode): Likewise.
7249         (rs6000_alloc_sdmode_stack_slot): Likewise.
7250         (rs6000_instantiate_decls): Likewise.
7251         * config/rs6000/rs6000.h (SECONDARY_MEMORY_NEEDED_RTX): Delete.
7252         * config/rs6000/rs6000.md (splitter for *movsi_got_internal):
7253         Delete reload_in_progress.
7254         (*vec_reload_and_plus_<mptrsize>): Likewise.
7255         * config/rs6000/vsx.md (vsx_mul_v2di): Likewise.
7256         (vsx_div_v2di): Likewise.
7257         (vsx_udiv_v2di): Likewise.
7259 2017-07-27  Peter Bergner  <bergner@vnet.ibm.com>
7261         * config/rs6000/rs6000.opt (mlra): Replace with stub.
7262         * config/rs6000/rs6000-cpus.def (POWERPC_MASKS): Delete OPTION_MASK_LRA.
7263         * config/rs6000/rs6000.c (TARGET_LRA_P): Delete.
7264         (rs6000_debug_reg_global): Delete print of LRA status.
7265         (rs6000_option_override_internal): Delete dead LRA related code.
7266         (rs6000_lra_p): Delete function.
7267         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete -mlra.
7269 2017-07-27  Sebastian Huber  <sebastian.huber@embedded-brains.de>
7271         * config.gcc (riscv*-*-elf*): Add (riscv*-*-rtems*).
7272         * config/riscv/rtems.h: New file.
7274 2017-07-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7275             Sudakshina Das  <sudi.das@arm.com>
7277         * config/aarch64/aarch64.md
7278         (define_split for and<mode>3nr_compare): Move
7279         non aarch64_logical_operand to a register.
7280         (define_split for and_<SHIFT:optab><mode>3nr_compare0): Move non
7281         register immediate operand to a register.
7282         * config/aarch64/predicates.md (aarch64_mov_imm_operand): New.
7284 2017-07-27  Peter Bergner  <bergner@vnet.ibm.com>
7286         PR middle-end/81564
7287         * tree-cfg.c (group_case_labels_stmt): Handle already deleted blocks.
7289 2017-07-27  Richard Biener  <rguenther@suse.de>
7291         PR tree-optimization/81573
7292         PR tree-optimization/81494
7293         * tree-vect-loop.c (vect_create_epilog_for_reduction): Handle
7294         multi defuse cycle case.
7296 2017-07-27  Richard Biener  <rguenther@suse.de>
7298         PR tree-optimization/81571
7299         * tree-vect-slp.c (vect_build_slp_tree): Properly verify reduction
7300         PHIs.
7302 2017-07-27  Eric Botcazou  <ebotcazou@adacore.com>
7304         * config/sparc/sparc.c (sparc_option_override): Set MASK_FSMULD flag
7305         earlier and only if MASK_FPU is set.  Adjust formatting.
7307 2017-07-27  Martin Liska  <mliska@suse.cz>
7309         * opt-functions.awk: Add validation of value of Init.
7310         * optc-gen.awk: Pass new argument.
7312 2017-07-27  Martin Liska  <mliska@suse.cz>
7314         * auto-profile.c (autofdo_source_profile::update_inlined_ind_target):
7315         Fix wrong condition.
7317 2017-07-27  Martin Liska  <mliska@suse.cz>
7319         * auto-profile.c (afdo_annotate_cfg): Assign zero counts to
7320         BBs and edges seen by autoFDO.
7322 2017-07-27  Richard Biener  <rguenther@suse.de>
7324         PR tree-optimization/81502
7325         * tree-ssa.c (non_rewritable_lvalue_p): Handle BIT_INSERT_EXPR
7326         with incompatible but same sized type.
7327         (execute_update_addresses_taken): Likewise.
7329 2017-07-27  James Greenhalgh  <james.greenhalgh@arm.com>
7331         * tree-ssa-loop-ch.c (pass_ch::process_loop_p): Guard on
7332         flag_tree_loop_vectorize rather than flag_tree_vectorize.
7334 2017-07-27  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
7336         PR target/81534
7337         * config/s390/s390.md ("*atomic_compare_and_swap<mode>_1")
7338         ("*atomic_compare_and_swapdi_2", "*atomic_compare_and_swapsi_3"):
7339         Change s_operand to memory_operand.
7341 2017-07-27  Richard Sandiford  <richard.sandiford@linaro.org>
7343         * config/rs6000/rs6000-protos.h (rs6000_emit_le_vsx_permute): Declare.
7344         * config/rs6000/rs6000.c (rs6000_gen_le_vsx_permute): Replace with...
7345         (rs6000_emit_le_vsx_permute): ...this.  Take the destination as input.
7346         Emit instructions rather than returning an expression.  Handle TFmode
7347         and KFmode by casting to TImode.
7348         (rs6000_emit_le_vsx_load): Update to use rs6000_emit_le_vsx_permute.
7349         (rs6000_emit_le_vsx_store): Likewise.
7350         * config/rs6000/vsx.md (VSX_TI): New iterator.
7351         (*vsx_le_permute_<mode>): Use it instead of VSX_LE_128.
7352         (*vsx_le_undo_permute_<mode>): Likewise.
7353         (*vsx_le_perm_load_<mode>): Use rs6000_emit_le_vsx_permute to
7354         emit the split sequence.
7355         (*vsx_le_perm_store_<mode>): Likewise.
7357 2017-07-27  Jakub Jelinek  <jakub@redhat.com>
7359         PR tree-optimization/81555
7360         PR tree-optimization/81556
7361         * tree-ssa-reassoc.c (rewrite_expr_tree): Add NEXT_CHANGED argument,
7362         if true, force CHANGED for the recursive invocation.
7363         (reassociate_bb): Remember original length of ops array, pass
7364         len != orig_len as NEXT_CHANGED in rewrite_expr_tree call.
7366         * attribs.c (decl_attributes): Imply noinline, noclone and no_icf
7367         attributes for noipa attribute.  For naked attribute use
7368         lookup_attribute first before lookup_attribute_spec.
7369         * final.c (rest_of_handle_final): Disable IPA RA for functions with
7370         noipa attribute.
7371         * ipa-visibility.c (non_local_p): Fix comment typos.  Return true
7372         for functions with noipa attribute.
7373         (cgraph_externally_visible_p): Return true for functions with noipa
7374         attribute.
7375         * cgraph.c (cgraph_node::get_availability): Return AVAIL_INTERPOSABLE
7376         for functions with noipa attribute.
7377         * doc/extend.texi: Document noipa function attribute.
7378         * tree-ssa-structalias.c (refered_from_nonlocal_fn): Set *nonlocal_p
7379         also for functions with noipa attribute.
7380         (ipa_pta_execute): Set nonlocal_p also for nodes with noipa attribute.
7382 2017-07-26  Andrew Pinski  <apinski@cavium.com>
7384         * config/aarch64/aarch64.c (thunderx_vector_cost): Decrease cost of
7385         vec_unalign_load_cost and vec_unalign_store_cost.
7387 2017-07-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
7389         * config/rs6000/rs6000-cpus.def (ISA_2_7_MASKS_SERVER): Delete
7390         -mvsx-small-integer option.
7391         (ISA_3_0_MASKS_IEEE): Likewise.
7392         (OTHER_VSX_VECTOR_MASKS): Likewise.
7393         (POWERPC_MASKS): Likewise.
7394         * config/rs6000/rs6000.opt (-mvsx-small-integer): Likewise.
7395         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Simplify
7396         code, only testing for DImode being allowed in non-VSX floating
7397         point registers.
7398         (rs6000_init_hard_regno_mode_ok): Change TARGET_VSX_SMALL_INTEGER
7399         to TARGET_P8_VECTOR test.  Remove redundant VSX test inside of
7400         another VSX test.
7401         (rs6000_option_override_internal): Delete -mvsx-small-integer.
7402         (rs6000_expand_vector_set): Change TARGET_VSX_SMALL_INTEGER to
7403         TARGET_P8_VECTOR test.
7404         (rs6000_secondary_reload_simple_move): Likewise.
7405         (rs6000_preferred_reload_class): Delete TARGET_VSX_SMALL_INTEGER,
7406         since TARGET_P9_VECTOR was already tested.
7407         (rs6000_opt_masks): Remove -mvsx-small-integer.
7408         * config/rs6000/vsx.md (vsx_extract_<mode>): Delete
7409         TARGET_VSX_SMALL_INTEGER, since a test for TARGET_P9_VECTOR was
7410         used.
7411         (vsx_extract_<mode>_p9): Delete TARGET_VSX_SMALL_INTEGER, since a
7412         test for TARGET_VEXTRACTUB was used, and that uses
7413         TARGET_P9_VECTOR.
7414         (p9 extract splitter): Likewise.
7415         (vsx_extract_<mode>_di_p9): Likewise.
7416         (vsx_extract_<mode>_store_p9): Likewise.
7417         (vsx_extract_si): Delete TARGET_VSX_SMALL_INTEGER, since a test
7418         for TARGET_P9_VECTOR was used.  Delete code that is now dead with
7419         the elimination of TARGET_VSX_SMALL_INTEGER.
7420         (vsx_extract_<mode>_p8): Likewise.
7421         (vsx_ext_<VSX_EXTRACT_I:VS_scalar>_fl_<FL_CONV:mode>): Likewise.
7422         (vsx_ext_<VSX_EXTRACT_I:VS_scalar>_ufl_<FL_CONV:mode>): Likewise.
7423         (vsx_set_<mode>_p9): Likewise.
7424         (vsx_set_v4sf_p9): Likewise.
7425         (vsx_set_v4sf_p9_zero): Likewise.
7426         (vsx_insert_extract_v4sf_p9): Likewise.
7427         (vsx_insert_extract_v4sf_p9_2): Likewise.
7428         * config/rs6000/rs6000.md (sign extend splitter): Change
7429         TARGET_VSX_SMALL_INTEGER to TARGET_P8_VECTOR test.
7430         (floatsi<mode>2_lfiwax_mem): Likewise.
7431         (floatunssi<mode>2_lfiwzx_mem): Likewise.
7432         (float<QHI:mode><FP_ISA3:mode>2): Delete TARGET_VSX_SMALL_INTEGER,
7433         since a test for TARGET_P9_VECTOR was used.
7434         (float<QHI:mode><FP_ISA3:mode>2_internal): Likewise.
7435         (floatuns<QHI:mode><FP_ISA3:mode>2): Likewise.
7436         (floatuns<QHI:mode><FP_ISA3:mode>2_internal): Likewise.
7437         (fix_trunc<mode>si2): Change TARGET_VSX_SMALL_INTEGER to
7438         TARGET_P8_VECTOR test.
7439         (fix_trunc<mode>si2_stfiwx): Likewise.
7440         (fix_trunc<mode>si2_internal): Likewise.
7441         (fix_trunc<SFDF:mode><QHI:mode>2): Delete
7442         TARGET_VSX_SMALL_INTEGER, since a test for TARGET_P9_VECTOR was
7443         used.
7444         (fix_trunc<SFDF:mode><QHI:mode>2_internal): Likewise.
7445         (fixuns_trunc<mode>si2): Change TARGET_VSX_SMALL_INTEGER to
7446         TARGET_P8_VECTOR test.
7447         (fixuns_trunc<mode>si2_stfiwx): Likewise.
7448         (fixuns_trunc<SFDF:mode><QHI:mode>2): Delete
7449         TARGET_VSX_SMALL_INTEGER, since a test for TARGET_P9_VECTOR was
7450         used.
7451         (fixuns_trunc<SFDF:mode><QHI:mode>2_internal): Likewise.
7452         (fctiw<u>z_<mode>_smallint): Delete TARGET_VSX_SMALL_INTEGER,
7453         since a test for TARGET_P9_VECTOR was used.
7454         (splitter for loading small constants): Likewise.
7456 2017-07-26  Andrew Pinski  <apinski@cavium.com>
7458         * config/aarch64/aarch64.c (thunderx_vector_cost): Fix
7459         vec_fp_stmt_cost.
7461 2017-07-26  H.J. Lu  <hongjiu.lu@intel.com>
7463         PR target/81563
7464         * config/i386/i386.c (sp_valid_at): Properly check CFA offset.
7465         (fp_valid_at): Likewise.
7467 2017-07-26  James Greenhalgh  <james.greenhalgh@arm.com>
7469         * config/aarch64/aarch64.c (cortexa57_addrcost_table): Remove.
7470         (qdf24xx_addrcost_table): Likewise.
7471         (cortexa57_tunings): Update to use generic_branch_cost.
7472         (cortexa72_tunings): Likewise.
7473         (cortexa73_tunings): Likewise.
7474         (qdf24xx_tunings): Likewise.
7476 2017-07-26  James Greenhalgh  <james.greenhalgh@arm.com>
7478         * config/aarch64/aarch64.c (cortexa57_branch_cost): Remove.
7479         (thunderx2t99_branch_cost): Likewise.
7480         (cortexa35_tunings): Update to use generic_branch_cost.
7481         (cortexa53_tunings): Likewise.
7482         (cortexa57_tunings): Likewise.
7483         (cortexa72_tunings): Likewise.
7484         (cortexa73_tunings): Likewise.
7485         (thunderx2t99_tunings): Likewise.
7487 2017-07-26  Sebastian Huber  <sebastian.huber@embedded-brains.de>
7489         * config/sparc/sparc.c (dump_target_flag_bits): Dump MASK_FSMULD.
7490         (sparc_option_override): Honour MASK_FSMULD.
7491         * config/sparc/sparc.h (MASK_FEATURES): Add MASK_FSMULD.
7492         * config/sparc/sparc.md (muldf3_extend): Use TARGET_FSMULD.
7493         * config/sparc/sparc.opt (mfsmuld): New option.
7494         * doc/invoke.texi (mfsmuld): Document option.
7496 2017-07-26  Marek Polacek  <polacek@redhat.com>
7498         PR middle-end/70992
7499         * tree.c (build2_stat): Don't set TREE_CONSTANT on divisions by zero.
7501 2017-07-26  Richard Biener  <rguenther@suse.de>
7503         * gimple-match-head.c (do_valueize): Return OP if valueize
7504         returns NULL_TREE.
7505         (get_def): New helper to get at the def stmt of a SSA name
7506         if valueize allows.
7507         * genmatch.c (dt_node::gen_kids_1): Use get_def instead of
7508         do_valueize to get at the def stmt.
7509         (dt_operand::gen_gimple_expr): Simplify do_valueize calls.
7511 2017-07-26  Wilco Dijkstra  <wdijkstr@arm.com>
7513         PR middle-end/46932
7514         * auto-inc-dec.c (parse_add_or_inc): Block autoinc on sfp.
7516 2017-07-26  Martin Liska  <mliska@suse.cz>
7518         PR sanitize/81186
7519         * function.c (expand_function_start): Make expansion of
7520         nonlocal_goto_save_area after parm_birth_insn.
7522 2017-07-26  Sebastian Huber  <sebastian.huber@embedded-brains.de>
7524         * config/sparc/sparc.c (sparc_option_override): Remove MASK_FPU
7525         from all CPU target flags enable members.
7527 2017-07-26  Richard Biener  <rguenther@suse.de>
7529         * genmatch.c (dt_simplify::gen): Make iterator vars const.
7530         (decision_tree::gen): Make 'type' const.
7531         (write_predicate): Likewise.
7533 2017-07-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
7535         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok):
7536         Eliminate TARGET_UPPER_REGS_{DF,DI,SF} usage.
7537         (rs6000_option_override_internal): Likewise.
7538         (rs6000_expand_vector_set): Likewise.
7539         * config/rs6000/rs6000.h (TARGET_UPPER_REGS_DF): Delete.
7540         (TARGET_UPPER_REGS_SF): Likewise.
7541         (TARGET_UPPER_REGS_DI): Likewise.
7542         (TARGET_VEXTRACTUB): Eliminate TARGET_UPPER_REGS_{DF,DI,SF}.
7543         (TARGET_DIRECT_MOVE_64BIT): Likewise.
7544         * config/rs6000/rs6000.md (ALTIVEC_DFORM): Likewise.
7545         (float<QHI:mode><FP_ISA3:mode>2_internal): Likewise.
7546         (Splitters for DI constants in Altivec registers): Likewise.
7547         * config/rs6000/vsx.md (vsx_set_<mode>_p9): Likewise.
7548         (vsx_set_v4sf_p9): Likewise.
7549         (vsx_set_v4sf_p9_zero): Likewise.
7550         (vsx_insert_extract_v4sf_p9): Likewise.
7551         (vsx_insert_extract_v4sf_p9_2): Likewise.
7553 2017-07-25  Carl Love  <cel@us.ibm.com>
7555         * doc/extend.texi: Update the built-in documentation file for the
7556         existing built-in functions
7557         vector signed char vec_cnttz (vector signed char);
7558         vector unsigned char vec_cnttz (vector unsigned char);
7559         vector signed short vec_cnttz (vector signed short);
7560         vector unsigned short vec_cnttz (vector unsigned short);
7561         vector signed int vec_cnttz (vector signed int);
7562         vector unsigned int vec_cnttz (vector unsigned int);
7563         vector signed long long vec_cnttz (vector signed long long);
7564         vector unsigned long long vec_cnttz (vector unsigned long long);
7566 2017-07-25  Andrew Pinski  <apinski@cavium.com>
7568         * tree-ssa-uninit.c (warn_uninitialized_vars): Don't warn about memory
7569         accesses where the use is for the first operand of a BIT_INSERT.
7571 2017-07-25  Jim Wilson  <jim.wilson@linaro.org>
7573         PR bootstrap/81521
7574         * config/i386/winnt-cxx.c (i386_pe_adjust_class_at_definition): Look
7575         for FUNCTION_DECLs in TYPE_FIELDS rather than TYPE_METHODS.
7577 2017-07-25  Jim Wilson  <jim.wilson@linaro.org>
7579         * config/i386/gstabs.h: Delete.
7580         * config/i386/openbsd.h, config/i386/t-openbsd: Likewise.
7582 2017-07-25  Uros Bizjak  <ubizjak@gmail.com>
7584         * config/i386/i386.c (ix86_decompose_address): Do not check for
7585         register RTX when looking at index_reg or base_reg.
7586         * config/i386/i386.h (INCOMING_RETURN_ADDR_RTX): Use stack_pointer_rtx.
7588 2017-07-25  Eric Botcazou  <ebotcazou@adacore.com>
7590         * gimple.c (gimple_assign_set_rhs_with_ops): Do not ask gsi_replace
7591         to update EH info here.
7593 2017-07-25  Alexander Monakov  <amonakov@ispras.ru>
7595         * match.pd ((X * CST1) * CST2): Simplify to X * (CST1 * CST2).
7597 2017-07-25  Alexander Monakov  <amonakov@ispras.ru>
7599         * match.pd ((X * CST) * Y): Reassociate to (X * Y) * CST.
7601 2017-07-25  Torsten Duwe  <duwe@suse.de>
7603         * common.opt: Introduce -fpatchable-function-entry
7604         command line option, and its variables function_entry_patch_area_size
7605         and function_entry_patch_area_start.
7606         * opts.c (common_handle_option): Add -fpatchable_function_entry_ case,
7607         including a two-value parser.
7608         * target.def (print_patchable_function_entry): New target hook.
7609         * targhooks.h (default_print_patchable_function_entry): New function.
7610         * targhooks.c (default_print_patchable_function_entry): Likewise.
7611         * toplev.c (process_options): Switch off IPA-RA if
7612         patchable function entries are being generated.
7613         * varasm.c (assemble_start_function): Look at the
7614         patchable-function-entry command line switch and current
7615         function attributes and maybe generate NOP instructions by
7616         calling the print_patchable_function_entry hook.
7617         * doc/extend.texi: Document patchable_function_entry attribute.
7618         * doc/invoke.texi: Document -fpatchable_function_entry
7619         command line option.
7620         * doc/tm.texi.in (TARGET_ASM_PRINT_PATCHABLE_FUNCTION_ENTRY):
7621         New target hook.
7622         * doc/tm.texi: Re-generate.
7624 2017-07-25  Jakub Jelinek  <jakub@redhat.com>
7626         PR target/81532
7627         * config/i386/constraints.md (Yd, Ye): Use ALL_SSE_REGS for
7628         TARGET_AVX512DQ rather than TARGET_AVX512BW.
7630 2017-07-25  Tamar Christina  <tamar.christina@arm.com>
7632         * config/arm/parsecpu.awk (all_cores): Remove duplicates.
7634 2017-07-25  Richard Biener  <rguenther@suse.de>
7636         PR tree-optimization/81455
7637         * tree-ssa-loop-unswitch.c (find_loop_guard): Make sure to
7638         not walk in cycles when looking for guards.
7640 2017-07-25  Richard Biener  <rguenther@suse.de>
7642         PR tree-optimization/81529
7643         * tree-vect-stmts.c (process_use): Disregard live induction PHIs
7644         when optimizing backedge uses.
7646 2017-07-25  David Edelsohn  <dje.gcc@gmail.com>
7648         * dwarf2asm.c (dw2_asm_output_nstring): Encode double quote
7649         character for AIX.
7650         * dwarf2out.c (output_macinfo): Copy debug_line_section_label
7651         to dl_section_ref.  On AIX, append an expression to subtract
7652         the size of the section length to dl_section_ref.
7654 2017-07-25  Segher Boessenkool  <segher@kernel.crashing.org>
7656         * configure.ac: If any of the config.* scripts fail, exit 1.
7657         * configure: Regenerate.
7659 2017-07-25  Richard Biener  <rguenther@suse.de>
7661         PR middle-end/81546
7662         * tree-ssa-operands.c (verify_imm_links): Remove cap on number
7663         of immediate uses, be more verbose on errors.
7665 2017-07-25  Richard Biener  <rguenther@suse.de>
7667         PR tree-optimization/81510
7668         * tree-vect-loop.c (vect_is_simple_reduction): When the
7669         reduction stmt is not inside the loop bail out.
7671 2017-07-25  Richard Biener  <rguenther@suse.de>
7673         PR tree-optimization/81303
7674         * tree-vect-loop-manip.c (vect_loop_versioning): Build
7675         profitability check against LOOP_VINFO_NITERSM1.
7677 2017-07-25  Alexander Monakov  <amonakov@ispras.ru>
7679         * domwalk.c (cmp_bb_postorder): Simplify.
7680         (sort_bbs_postorder): New function.  Use it...
7681         (dom_walker::walk): ...here to optimize common cases.
7683 2017-07-25  Martin Liska  <mliska@suse.cz>
7685         PR ipa/81520
7686         * ipa-visibility.c (function_and_variable_visibility): Make the
7687         redirection just on target that supports aliasing.
7688         Fix GNU coding style.
7690 2017-07-25  Sebastian Huber  <sebastian.huber@embedded-brains.de>
7692         PR libgcc/61152
7693         * config/aarch64/rtems.h: Add GCC Runtime Library Exception.
7694         Format changes.
7695         * config/arm/rtems.h: Likewise.
7696         * config/bfin/rtems.h: Likewise.
7697         * config/i386/rtemself.h: Likewise.
7698         * config/lm32/rtems.h: Likewise.
7699         * config/m32c/rtems.h: Likewise.
7700         * config/m68k/rtemself.h: Likewise.
7701         * config/microblaze/rtems.h: Likewise.
7702         * config/mips/rtems.h: Likewise.
7703         * config/moxie/rtems.h: Likewise.
7704         * config/nios2/rtems.h: Likewise.
7705         * config/powerpcspe/rtems.h: Likewise.
7706         * config/rs6000/rtems.h: Likewise.
7707         * config/rtems.h: Likewise.
7708         * config/sh/rtems.h: Likewise.
7709         * config/sh/rtemself.h: Likewise.
7710         * config/sparc/rtemself.h: Likewise.
7712 2017-07-25  Georg-Johann Lay  <avr@gjlay.de>
7714         PR 81487
7715         * hsa-brig.c (brig_init): Use xasprintf instead of asprintf.
7716         * gimple-pretty-print.c (dump_profile, dump_probability): Same.
7717         * tree-ssa-structalias.c (alias_get_name): Same.
7719 2017-07-25  Bin Cheng  <bin.cheng@arm.com>
7721         PR target/81414
7722         * config/aarch64/cortex-a57-fma-steering.c (analyze): Skip fmul/fmac
7723         instructions if no du chain is found.
7725 2017-07-25  Georg-Johann Lay  <avr@gjlay.de>
7727         * config/avr/avr-log.c (avr_log_vadump) ['T']: Print NULL-TREE.
7729 2017-07-25  Richard Biener  <rguenther@suse.de>
7731         PR middle-end/81505
7732         * fold-const.c (fold_negate_const): TREE_OVERFLOW should be
7733         sticky.
7735 2017-07-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
7737         * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Delete
7738         upper-regs options.
7739         (ISA_2_7_MASKS_SERVER): Likewise.
7740         (ISA_3_0_MASKS_IEEE): Likewise.
7741         (OTHER_P8_VECTOR_MASKS): Likewise.
7742         (OTHER_VSX_VECTOR_MASKS): Likewise.
7743         (POWERPC_MASKS): Likewise.
7744         (power7 cpu): Use ISA_2_6_MASKS_SERVER instead of using a
7745         duplicate list of options.
7746         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Remove
7747         explicit -mupper-regs options.
7748         * config/rs6000/rs6000.opt (-mvsx-scalar-memory): Delete
7749         -mupper-regs* options.  Delete -mvsx-scalar-memory, which was an
7750         alias for -mupper-regs-df.
7751         * config/rs6000/rs6000.c (rs6000_setup_reg_addr_masks): Likewise.
7752         (rs6000_init_hard_regno_mode_ok): Likewise.
7753         (rs6000_option_override_internal): Likewise.
7754         (rs6000_opt_masks): Likewise.
7755         * config/rs6000/rs6000.h (TARGET_UPPER_REGS_DF): Define upper regs
7756         options in terms of whether -mvsx or -mpower8-vector was used.
7757         (TARGET_UPPER_REGS_DI): Likewise.
7758         (TARGET_UPPER_REGS_SF): Likewise.
7759         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete the
7760         -mupper-regs-* options.
7762 2017-07-24  Segher Boessenkool  <segher@kernel.crashing.org>
7764         * passes.c (emergency_dump_function): Print some empty lines and a
7765         header before the RTL dump.
7767 2017-07-24  Segher Boessenkool  <segher@kernel.crashing.org>
7769         * cfgrtl.c (rtl_dump_bb): Don't call NEXT_INSN on NULL.
7771 2017-07-24  Wilco Dijkstra  <wdijkstr@arm.com>
7773         PR target/79041
7774         * config/aarch64/aarch64.c (aarch64_classify_symbol):
7775         Avoid SYMBOL_SMALL_ABSOLUTE for literals with pc-relative literals.
7777 2017-07-24  Carl Love  <cel@us.ibm.com>
7779         * config/rs6000/rs6000-c.c: Add support for built-in functions
7780         vector float vec_extract_fp32_from_shorth (vector unsigned short);
7781         vector float vec_extract_fp32_from_shortl (vector unsigned short);
7782         * config/rs6000/altivec.h (vec_extract_fp_from_shorth,
7783         vec_extract_fp_from_shortl): Add defines for the two builtins.
7784         * config/rs6000/rs6000-builtin.def (VEXTRACT_FP_FROM_SHORTH,
7785         VEXTRACT_FP_FROM_SHORTL): Add BU_P9V_OVERLOAD_1 and BU_P9V_VSX_1
7786         new builtins.
7787         * config/rs6000/vsx.md vsx_xvcvhpsp): Add define_insn.
7788         (vextract_fp_from_shorth, vextract_fp_from_shortl): Add define_expands.
7789         * doc/extend.texi: Update the built-in documentation file for the
7790         new built-in function.
7792 2017-07-24  Jakub Jelinek  <jakub@redhat.com>
7794         PR bootstrap/81521
7795         * tree.def: Remove TYPE_METHODS documentation, adjust TYPE_FIELDS
7796         documentation.
7797         * doc/generic.texi: Likewise.
7798         * config/i386/winnt-cxx.c (i386_pe_adjust_class_at_definition): Look
7799         for FUNCTION_DECLs in TYPE_FIELDS rather than TYPE_METHODS.
7801 2017-07-24  Jackson Woodruff  <jackson.woodruff@arm.com>
7803         * config/aarch64/aarch64-simd.md (aarch64_mla_elt_merge<mode>): New.
7804         (aarch64_mls_elt_merge<mode>): Likewise.
7806 2017-07-23  Krister Walfridsson  <krister.walfridsson@gmail.com>
7808         * config.gcc (*-*-netbsd*): Remove check for NetBSD versions not
7809         having __cxa_atexit.
7811 2017-07-23  Michael Collison  <michael.collison@arm.com>
7813         * config/arm/arm.c (arm_option_override): Deprecate
7814         use of -mstructure-size-boundary.
7815         * config/arm/arm.opt: Deprecate -mstructure-size-boundary.
7816         * doc/invoke.texi: Deprecate -mstructure-size-boundary.
7818 2017-07-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7820         PR target/80695
7821         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
7822         Reduce cost estimate for direct moves.
7824 2017-07-23  Uros Bizjak  <ubizjak@gmail.com>
7826         PR target/80569
7827         * config/i386/i386.c (ix86_option_override_internal): Disable
7828         BMI, BMI2 and TBM instructions for -m16.
7830 2017-07-21  Carl Love  <cel@us.ibm.com>
7832         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
7833         ALTIVEC_BUILTIN_VMULESW, ALTIVEC_BUILTIN_VMULEUW,
7834         ALTIVEC_BUILTIN_VMULOSW, ALTIVEC_BUILTIN_VMULOUW entries.
7835         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin,
7836         builtin_function_type): Add ALTIVEC_BUILTIN_* case statements.
7837         * config/rs6000/altivec.md (MVULEUW, VMULESW, VMULOUW,
7838         VMULOSW): New enum "unspec" values.
7839         (altivec_vmuleuw, altivec_vmulesw, altivec_vmulouw,
7840         altivec_vmulosw): New patterns.
7841         * config/rs6000/rs6000-builtin.def (VMLEUW, VMULESW, VMULOUW,
7842         VMULOSW): Add definitions.
7844 2017-07-21  Jim Wilson  <jim.wilson@linaro.org>
7846         * config/aarch64/aarch64-cores.def (falkor): Add AARCH64_FL_RDMA.
7847         (qdf24xx): Likewise.
7848         * config/aarch64/aarch64-options-extensions.def (rdma); New.
7849         * config/aarch64/aarch64.h (AARCH64_FL_RDMA): New.
7850         (AARCH64_FL_V8_1): Renumber.
7851         (AARCH64_FL_FOR_ARCH8_1): Add AARCH64_FL_RDMA.
7852         (AARCH64_ISA_RDMA): Use AARCH64_FL_RDMA.
7853         * config/aarch64/arm_neon.h: Use +rdma instead of arch=armv8.1-a.
7854         * doc/invoke.texi (AArch64 Options): Mention +rmda in -march docs.  Add
7855         rdma to feature modifiers list.
7857 2017-07-21  Yury Gribov  <tetra2005@gmail.com>
7859         PR middle-end/56727
7860         * ipa-visibility (function_and_variable_visibility): Convert
7861         recursive PLT call to direct call if appropriate.
7863 2017-07-21  Andrew Pinski  <apinski@cavium.com>
7865         * tree-ssa-sccvn.c (vn_nary_op_eq): Check BIT_INSERT_EXPR's
7866         operand 1 to see if the types precision matches.
7867         * fold-const.c (operand_equal_p): Likewise.
7869 2017-07-21  Richard Biener  <rguenther@suse.de>
7871         PR tree-optimization/81303
7872         * tree-vect-data-refs.c (vect_get_peeling_costs_all_drs): Pass
7873         in datarefs vector.  Allow NULL dr0 for no peeling cost estimate.
7874         (vect_peeling_hash_get_lowest_cost): Adjust.
7875         (vect_enhance_data_refs_alignment): Likewise.  Use
7876         vect_get_peeling_costs_all_drs to compute the penalty for no
7877         peeling to match up costs.
7879 2017-07-21  Richard Biener  <rguenther@suse.de>
7881         PR tree-optimization/81500
7882         * tree-vect-loop.c (vect_is_simple_reduction): Properly fail if
7883         we didn't identify a reduction path.
7885 2017-07-21  Tom de Vries  <tom@codesourcery.com>
7886             Cesar Philippidis  <cesar@codesourcery.com>
7888         PR gcov-profile/81442
7889         * config/nvptx/nvptx.c (nvptx_goacc_reduction_init): Add missing edge
7890         probabilities.
7892 2017-07-21  Tom de Vries  <tom@codesourcery.com>
7894         PR lto/81430
7895         * config/nvptx/nvptx.c (nvptx_override_options_after_change): New
7896         function.
7897         (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Define to
7898         nvptx_override_options_after_change.
7900 2017-07-21  Ulrich Drepper  <drepper@redhat.com>
7902         * dwarf2out.c (output_file_names): Avoid double testing for
7903         dwarf_version >= 5.
7905 2017-07-21  Georg-Johann Lay  <avr@gjlay.de>
7907         * doc/invoke.texi (AVR Built-in Functions): Re-layout section.
7909 2016-07-21  Jan Hubicka  <hubicka@ucw.cz>
7911         * cfgcleanup.c (flow_find_cross_jump): Do not crossjump across
7912         hot/cold regions.
7913         (try_crossjump_to_edge): Do not punt on partitioned functions.
7915 2016-07-21  Jan Hubicka  <hubicka@ucw.cz>
7917         * bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges):
7918         Put all BBs reachable only via paths crossing cold region to cold
7919         region.
7920         * cfgrtl.c (find_bbs_reachable_by_hot_paths): New function.
7922 2016-07-21  Richard Biener  <rguenther@suse.de>
7924         PR tree-optimization/81303
7925         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Take
7926         into account prologue and epilogue iterations when raising
7927         min_profitable_iters to sth at least covering one vector iteration.
7929 2017-07-21  Tamar Christina  <tamar.christina@arm.com>
7931         * config/arm/arm.c (arm_test_cpu_arch_dat):
7932         Check for overlap.
7934 2017-07-20  Nathan Sidwell  <nathan@acm.org>
7936         Remove TYPE_METHODS.
7937         * tree.h (TYPE_METHODS): Delete.
7938         * dwarf2out.c (gen_member_die): Member fns are on TYPE_FIELDS.
7939         * dbxout.c (dbxout_type_fields): Ignore FUNCTION_DECLs.
7940         (dbxout_type_methods): Scan TYPE_FIELDS.
7941         (dbxout_type): Don't check TYPE_METHODS here.
7942         * function.c (use_register_for_decl): Always ignore register for
7943         class types when not optimizing.
7944         * ipa-devirt.c (odr_types_equivalent_p): Delete TYPE_METHODS scan.
7945         * tree.c (free_lang_data_in_type): Stitch out member functions and
7946         templates from TYPE_FIELDS.
7947         (build_distinct_type_copy, verify_type_variant,
7948         verify_type): Member fns are on TYPE_FIELDS.
7949         * tree-dump.c (dequeue_and_dump): No TYPE_METHODS.
7950         * tree-pretty-print.c (dump_generic_node): Likewise.
7952 2017-07-20  Jakub Jelinek  <jakub@redhat.com>
7954         PR target/80846
7955         * config/i386/i386.c (ix86_expand_vector_init_general): Handle
7956         V2TImode and V4TImode.
7957         (ix86_expand_vector_extract): Likewise.
7958         * config/i386/sse.md (VMOVE): Enable V4TImode even for just
7959         TARGET_AVX512F, instead of only for TARGET_AVX512BW.
7960         (ssescalarmode): Handle V4TImode and V2TImode.
7961         (VEC_EXTRACT_MODE): Add V4TImode and V2TImode.
7962         (*vec_extractv2ti, *vec_extractv4ti): New insns.
7963         (VEXTRACTI128_MODE): New mode iterator.
7964         (splitter for *vec_extractv?ti first element): New.
7965         (VEC_INIT_MODE): New mode iterator.
7966         (vec_init<mode>): Consolidate 3 expanders into one using
7967         VEC_INIT_MODE mode iterator.
7969 2017-07-20  Alexander Monakov  <amonakov@ispras.ru>
7971         * lra-assigns.c (pseudo_compare_func): Fix comparison step based on
7972         non_spilled_static_chain_regno_p.
7974 2017-07-20  Alexander Monakov  <amonakov@ispras.ru>
7976         * gimple-ssa-store-merging.c (sort_by_bitpos): Return 0 on equal bitpos.
7978 2017-07-20  Jan Hubicka  <hubicka@ucw.cz>
7980         * bb-reorder.c (connect_traces): Allow copying of blocks within
7981         single partition.
7983 2017-07-20  Richard Biener  <rguenther@suse.de>
7985         * gimple.h (gimple_phi_result): Add gphi * overload.
7986         (gimple_phi_result_ptr): Likewise.
7987         (gimple_phi_arg): Likewise.  Adjust index assert to only
7988         allow actual argument accesses rather than all slots available
7989         by capacity.
7990         (gimple_phi_arg_def): Add gphi * overload.
7991         * tree-phinodes.c (make_phi_node): Initialize only actual
7992         arguments.
7993         (resize_phi_node): Clear memory not covered by old node,
7994         do not initialize excess argument slots.
7995         (reserve_phi_args_for_new_edge): Initialize new argument slot
7996         completely.
7998 2017-07-20  Bin Cheng  <bin.cheng@arm.com>
8000         PR tree-optimization/81388
8001         Revert r238585:
8002         2016-07-21  Bin Cheng  <bin.cheng@arm.com>
8004         * tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Clean up
8005         by removing computation of may_be_zero.
8007 2017-07-18  Jan Hubicka  <hubicka@ucw.cz>
8008             Tom de Vries  <tom@codesourcery.com>
8010         PR middle-end/81030
8011         * cfgbuild.c (find_many_sub_basic_blocks): Update REG_BR_PROB note
8012         when gimple level profile disagrees with what RTL expander did.
8014 2017-07-20  Richard Biener  <rguenther@suse.de>
8016         PR tree-optimization/61171
8017         * tree-vectorizer.h (slp_instance): Add reduc_phis member.
8018         (vect_analyze_stmt): Add slp instance parameter.
8019         (vectorizable_reduction): Likewise.
8020         * tree-vect-loop.c (vect_analyze_loop_operations): Adjust.
8021         (vect_is_simple_reduction): Deal with chains not detected
8022         as SLP reduction chain, specifically not properly associated
8023         chains containing a mix of plus/minus.
8024         (get_reduction_op): Remove.
8025         (get_initial_defs_for_reduction): Simplify, pass in whether
8026         this is a reduction chain, pass in the SLP node for the PHIs.
8027         (vect_create_epilog_for_reduction): Get the SLP instance as
8028         arg and adjust.
8029         (vectorizable_reduction): Get the SLP instance as arg.
8030         During analysis remember the SLP node with the PHIs in the
8031         instance.  Simplify getting at the vectorized reduction PHIs.
8032         * tree-vect-slp.c (vect_slp_analyze_node_operations): Pass
8033         through SLP instance.
8034         (vect_slp_analyze_operations): Likewise.
8035         * tree-vect-stms.c (vect_analyze_stmt): Likewise.
8036         (vect_transform_stmt): Likewise.
8038 2017-07-20  Tom de Vries  <tom@codesourcery.com>
8040         PR tree-optimization/81489
8041         * gimple-ssa-isolate-paths.c (find_implicit_erroneous_behavior): Move
8042         read of phi arg location to before loop that modifies phi.
8044 2017-07-20  Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
8046         * match.pd (((m1 >/</>=/<= m2) * d -> (m1 >/</>=/<= m2) ? d : 0):
8047         New pattern.
8049 2017-07-19  Jan Hubicka  <hubicka@ucw.cz>
8051         PR middle-end/81331
8052         * except.c (execute): Fix ordering issue.
8054 2018-07-19  Segher Boessenkool  <segher@kernel.crashing.org>
8056         PR rtl-optimization/81423
8057         * combine.c (make_compound_operation_int): Don't try to optimize
8058         the AND of a SUBREG of an LSHIFTRT if that SUBREG is paradoxical.
8060 2017-07-19  Segher Boessenkool  <segher@kernel.crashing.org>
8062         PR rtl-optimization/81423
8063         * simplify-rtx.c (simplify_truncation): Handle truncating an IOR
8064         with a constant that is -1 in the truncated to mode.
8066 2017-07-19  Jan Hubicka  <hubicka@ucw.cz>
8068         * predict.c (propagate_unlikely_bbs_forward): Break out from ...
8069         (determine_unlikely_bbs): ... here.
8070         * predict.h (propagate_unlikely_bbs_forward): Declare.
8071         * cfgexpand.c (pass_expand::execute): Use it.
8072         * bb-reorder.c (sanitize_hot_paths): Do not consider known to be
8073         unlikely edges.
8074         (find_rarely_executed_basic_blocks_and_crossing_edges): Use
8075         propagate_unlikely_bbs_forward.
8077 2017-07-19  Jan Hubicka  <hubicka@ucw.cz>
8079         PR middle-end/81331
8080         * except.c (maybe_add_nop_after_section_switch): New function.
8081         (execute): Use it.
8083 2017-07-19  Tom de Vries  <tom@codesourcery.com>
8085         * gimple.h (gimple_phi_set_arg): Make assert more strict.
8087 2017-07-19  Tom de Vries  <tom@codesourcery.com>
8089         * gimple.h (gimple_phi_arg): Make assert more strict.
8091 2017-07-19  Steven Munroe  <munroesj@gcc.gnu.org>
8093         * config.gcc (powerpc*-*-*): Add mmintrin.h.
8094         * config/rs6000/mmintrin.h: New file.
8095         * config/rs6000/x86intrin.h [__ALTIVEC__]: Include mmintrin.h.
8097 2017-07-19  Jakub Jelinek  <jakub@redhat.com>
8099         PR tree-optimization/81346
8100         * match.pd: Optimize (X - 1U) <= INT_MAX-1U into (int) X > 0.
8102 2017-07-19  Tom de Vries  <tom@codesourcery.com>
8104         * config/nvptx/nvptx.md (VECIM): Add V2DI.
8106 2017-07-19  Tom de Vries  <tom@codesourcery.com>
8108         * config/nvptx/nvptx-modes.def: Add V2DImode.
8109         * config/nvptx/nvptx-protos.h (nvptx_data_alignment): Declare.
8110         * config/nvptx/nvptx.c (nvptx_ptx_type_from_mode): Handle V2DImode.
8111         (nvptx_output_mov_insn): Handle lack of mov.b128.
8112         (nvptx_print_operand): Handle 'H' and 'L' codes.
8113         (nvptx_vector_mode_supported): Allow V2DImode.
8114         (nvptx_preferred_simd_mode): New function.
8115         (nvptx_data_alignment): New function.
8116         (TARGET_VECTORIZE_PREFERRED_SIMD_MODE): Redefine to
8117         nvptx_preferred_simd_mode.
8118         * config/nvptx/nvptx.h (STACK_BOUNDARY, BIGGEST_ALIGNMENT): Change from
8119         64 to 128 bits.
8120         (DATA_ALIGNMENT): Define.  Set to nvptx_data_alignment.
8122 2017-07-19  Tom de Vries  <tom@codesourcery.com>
8124         * config/nvptx/nvptx-modes.def: New file.  Add V2SImode.
8125         * config/nvptx/nvptx.c (nvptx_ptx_type_from_mode): Handle V2SImode.
8126         (nvptx_vector_mode_supported): New function.  Allow V2SImode.
8127         (TARGET_VECTOR_MODE_SUPPORTED_P): Redefine to nvptx_vector_mode_supported.
8128         * config/nvptx/nvptx.md (VECIM): New mode iterator. Add V2SI.
8129         (mov<VECIM>_insn): New define_insn.
8130         (define_expand "mov<VECIM>): New define_expand.
8132 2017-07-19  Tom de Vries  <tom@codesourcery.com>
8134         * config/nvptx/nvptx.c (nvptx_print_operand): Handle v2 vector mode.
8136 2017-07-19  Jakub Jelinek  <jakub@redhat.com>
8138         PR tree-optimization/81346
8139         * fold-const.h (fold_div_compare, range_check_type): Declare.
8140         * fold-const.c (range_check_type): New function.
8141         (build_range_check): Use range_check_type.
8142         (fold_div_compare): No longer static, rewritten into
8143         a match.pd helper function.
8144         (fold_comparison): Don't call fold_div_compare here.
8145         * match.pd (X / C1 op C2): New optimization using fold_div_compare
8146         as helper function.
8148 2017-07-19  Nathan Sidwell  <nathan@acm.org>
8150         * tree.h (TYPE_MINVAL, TYPE_MAXVAL): Rename to ...
8151         (TYPE_MIN_VALUE_RAW, TYPE_MAX_VALUE_RAW): ... these.
8152         * tree.c (find_decls_types_r, verify_type): Use
8153         TYPE_{MIN,MAX}_VALUE_RAW.
8154         * lto-streamer-out.c (DFS::DFS_write_tree_body): Likewise.
8155         (hash_tree): Likewise.
8156         * tree-streamer-in.c (lto_input_ts_type_non_common_tree_pointers):
8157         Likewise.
8158         * tree-streamer-out.c (write_ts_type_non_common_tree_pointers):
8159         Likewise.
8161 2017-07-18  Tom de Vries  <tom@codesourcery.com>
8163         PR middle-end/81464
8164         * omp-expand.c (expand_omp_for_static_chunk): Handle
8165         equal-argument loop exit phi.
8167 2017-07-18  Uros Bizjak  <ubizjak@gmail.com>
8169         PR target/81471
8170         * config/i386/i386.md (rorx_immediate_operand): New mode attribute.
8171         (*bmi2_rorx<mode>3_1): Use rorx_immediate_operand as
8172         operand 2 predicate.
8173         (*bmi2_rorxsi3_1_zext): Use const_0_to_31_operand as
8174         operand 2 predicate.
8175         (ror,rol -> rorx splitters): Use const_int_operand as
8176         operand 2 predicate.
8178 2017-06-18  Richard Biener  <rguenther@suse.de>
8180         PR tree-optimization/81410
8181         * tree-vect-stmts.c (vectorizable_load): Properly adjust for
8182         the gap in the ! slp_perm SLP case after each group.
8184 2017-07-18  Jan Hubicka  <hubicka@ucw.cz>
8186         PR middle-end/81463
8187         * cfgloopmanip.c (scale_loop_profile): Watch out for zero frequency
8188         again.
8190 2017-07-18  Jan Hubicka  <hubicka@ucw.cz>
8192         PR middle-end/81462
8193         * predict.c (set_even_probabilities): Cleanup; do not affect
8194         probabilities that are already known.
8195         (combine_predictions_for_bb): Call even when count is set.
8197 2017-07-18  Nathan Sidwell  <nathan@acm.org>
8199         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Use
8200         TYPE_MAX_VALUE.
8202 2017-07-18  Bin Cheng  <bin.cheng@arm.com>
8204         PR target/81408
8205         * tree-ssa-loop-niter.c (number_of_iterations_exit): Dump missed
8206         optimization for loop niter analysis.
8208 2017-07-18  Georg-Johann Lay  <avr@gjlay.de>
8210         PR target/81473
8211         * config/avr/avr.c (avr_optimize_casesi): Don't use
8212         INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX.
8214 2017-07-18  Robin Dapp  <rdapp@linux.vnet.ibm.com>
8216         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Remove
8217         body_cost_vec from _vect_peel_extended_info.
8218         (vect_peeling_hash_get_lowest_cost): Do not set body_cost_vec.
8219         (vect_peeling_hash_choose_best_peeling): Remove body_cost_vec and
8220         npeel.
8222 2017-07-18  Bin Cheng  <bin.cheng@arm.com>
8224         * config/arm/arm.c (emit_unlikely_jump): Remove unused var.
8226 2017-07-18  Richard Biener  <rguenther@suse.de>
8228         PR tree-optimization/80620
8229         PR tree-optimization/81403
8230         * tree-ssa-pre.c (phi_translate_1): Clear range and points-to
8231         info when re-using a VN table entry.
8233 2017-07-18  Richard Biener  <rguenther@suse.de>
8235         PR tree-optimization/81418
8236         * tree-vect-loop.c (vectorizable_reduction): Properly compute
8237         vectype_in.  Verify that with lane-reducing reduction operations
8238         we have a single def-use cycle.
8240 2017-07-17  Carl Love  <cel@us.ibm.com>
8242         Revert commit r249424   2017-06-20  Carl Love  <cel@us.ibm.com>
8244         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
8245         ALTIVEC_BUILTIN_VMULESW, ALTIVEC_BUILTIN_VMULEUW,
8246         ALTIVEC_BUILTIN_VMULOSW, ALTIVEC_BUILTIN_VMULOUW entries.
8247         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin,
8248         builtin_function_type): Add ALTIVEC_BUILTIN_* case statements.
8249         * config/rs6000/altivec.md (MVULEUW, VMULESW, VMULOUW,
8250         VMULOSW): New enum "unspec" values.
8251         (vec_widen_umult_even_v4si, vec_widen_smult_even_v4si,
8252         vec_widen_umult_odd_v4si, vec_widen_smult_odd_v4si,
8253         altivec_vmuleuw, altivec_vmulesw, altivec_vmulouw,
8254         altivec_vmulosw): New patterns.
8255         * config/rs6000/rs6000-builtin.def (VMLEUW, VMULESW, VMULOUW,
8256         VMULOSW): Add definitions.
8257 2017-07-17  Uros Bizjak  <ubizjak@gmail.com>
8259         * config/alpha/alpha.c: Include predict.h.
8261 2017-07-17  Yury Gribov  <tetra2005@gmail.com>
8263         * tree-vrp.c (compare_assert_loc): Fix comparison function
8264         to return predictable results.
8266 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
8268         * config/arc/arc.md (adddi3): Remove support for mexpand-adddi
8269         option.
8270         (subdi3): Likewise.
8271         * config/arc/arc.opt (mexpand-adddi): Deprecate it.
8272         * doc/invoke.texi (mexpand-adddi): Update text.
8274 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
8276         * config/arc/arc.md (clzsi2): Expand to an arc_clzsi2 instruction
8277         that also clobbers the CC register. The old expand code is moved
8278         to ...
8279         (*arc_clzsi2): ... here.
8280         (ctzsi2): Expand to an arc_ctzsi2 instruction that also clobbers
8281         the CC register. The old expand code is moved to ...
8282         (arc_ctzsi2): ... here.
8284 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
8286         * config/arc/arc.opt (mindexed-loads): Use initial value
8287         TARGET_INDEXED_LOADS_DEFAULT.
8288         (mauto-modify-reg): Use initial value
8289         TARGET_AUTO_MODIFY_REG_DEFAULT.
8290         * config/arc/elf.h (TARGET_INDEXED_LOADS_DEFAULT): Define.
8291         (TARGET_AUTO_MODIFY_REG_DEFAULT): Likewise.
8292         * config/arc/linux.h (TARGET_INDEXED_LOADS_DEFAULT): Define.
8293         (TARGET_AUTO_MODIFY_REG_DEFAULT): Likewise.
8295 2017-07-17  Martin Liska  <mliska@suse.cz>
8297         PR sanitizer/81302
8298         * opts.c (finish_options): Do not allow -fgnu-tm
8299         w/ -fsanitize={kernel-,}address.  Say sorry.
8301 2017-07-17  Bin Cheng  <bin.cheng@arm.com>
8303         PR target/81369
8304         * tree-loop-distribution.c (classify_partition): Only assert on
8305         numer of iterations.
8306         (merge_dep_scc_partitions): Delete prameter.  Update function call.
8307         (distribute_loop): Remove code handling loop with unknown niters.
8308         (pass_loop_distribution::execute): Skip loop with unknown niters.
8310 2017-07-17  Bin Cheng  <bin.cheng@arm.com>
8312         PR target/81369
8313         * tree-loop-distribution.c (merge_dep_scc_partitions): Sink call to
8314         function sort_partitions_by_post_order.
8316 2017-07-17  Bin Cheng  <bin.cheng@arm.com>
8318         PR tree-optimization/81374
8319         * tree-loop-distribution.c (pass_loop_distribution::execute): Record
8320         the max index of basic blocks, rather than number of basic blocks.
8322 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
8324         * config/arc/arc-protos.h (arc_legitimate_pc_offset_p): Remove
8325         proto.
8326         (arc_legitimate_pic_operand_p): Likewise.
8327         * config/arc/arc.c (arc_legitimate_pic_operand_p): Remove
8328         function.
8329         (arc_needs_pcl_p): Likewise.
8330         (arc_legitimate_pc_offset_p): Likewise.
8331         (arc_legitimate_pic_addr_p): Remove LABEL_REF case, as this
8332         function is also used in constrains.md.
8333         (arc_legitimate_constant_p): Use arc_legitimate_pic_addr_p to
8334         validate pic constants. Handle CONST_INT, CONST_DOUBLE, MINUS and
8335         PLUS.  Only return true/false in known cases, otherwise assert.
8336         (arc_legitimate_address_p): Remove arc_legitimate_pic_addr_p as it
8337         is already called in arc_legitimate_constant_p.
8338         * config/arc/arc.h (CONSTANT_ADDRESS_P): Consider also LABEL for
8339         pic addresses.
8340         (LEGITIMATE_PIC_OPERAND_P): Use
8341         arc_raw_symbolic_reference_mentioned_p function.
8342         * config/arc/constraints.md (Cpc): Use arc_legitimate_pic_addr_p
8343         function.
8344         (Cal): Likewise.
8345         (C32): Likewise.
8347 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
8348         Andrew Burgess  <andrew.burgess@embecosm.com>
8350         * config/arc/arc-protos.h (arc_compute_function_type): Change prototype.
8351         (arc_return_address_register): New function.
8352         * config/arc/arc.c (arc_handle_fndecl_attribute): New function.
8353         (arc_handle_fndecl_attribute): Add naked attribute.
8354         (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Define.
8355         (TARGET_WARN_FUNC_RETURN): Likewise.
8356         (arc_allocate_stack_slots_for_args): New function.
8357         (arc_warn_func_return): Likewise.
8358         (machine_function): Change type fn_type.
8359         (arc_compute_function_type): Consider new naked function type,
8360         change function return type.
8361         (arc_must_save_register): Adapt to handle new
8362         arc_compute_function_type's return type.
8363         (arc_expand_prologue): Likewise.
8364         (arc_expand_epilogue): Likewise.
8365         (arc_return_address_regs): Delete.
8366         (arc_return_address_register): New function.
8367         (arc_epilogue_uses): Use above function.
8368         * config/arc/arc.h (arc_return_address_regs): Delete prototype.
8369         (arc_function_type): Change encoding, add naked type.
8370         (ARC_INTERRUPT_P): Change to handle the new encoding.
8371         (ARC_FAST_INTERRUPT_P): Likewise.
8372         (ARC_NORMAL_P): Define.
8373         (ARC_NAKED_P): Likewise.
8374         (arc_compute_function_type): Delete prototype.
8375         * config/arc/arc.md (in_ret_delay_slot): Use
8376         arc_return_address_register function.
8377         (simple_return): Likewise.
8378         (p_return_i): Likewise.
8380 2017-07-17  Jakub Jelinek  <jakub@redhat.com>
8382         PR tree-optimization/81428
8383         * match.pd (X / X -> one): Don't optimize _Fract divisions, as 1
8384         can't be built for those types.
8386 2017-07-17  Georg-Johann Lay  <avr@gjlay.de>
8388         Remove stuff dead since r239246.
8390         * config/avr/avr-arch.h (avr_inform_devices): Remove dead proto.
8391         * config/avr/avr-devices.c (mcu_name, comparator, avr_mcus_str)
8392         (avr_inform_devices): Remove dead stuff.
8394 2017-07-17  Tamar Christina  <tamar.christina@arm.com>
8396         * config/arm/arm_neon.h: Fix softp typo.
8398 2017-07-17  Jakub Jelinek  <jakub@redhat.com>
8400         PR tree-optimization/81365
8401         * tree-ssa-phiprop.c (propagate_with_phi): When considering hoisting
8402         aggregate moves onto bb predecessor edges, make sure there are no
8403         loads that could alias the lhs in between the start of bb and the
8404         loads from *phi.
8406 2017-07-17  Georg-Johann Lay  <avr@gjlay.de>
8408         PR 80929
8409         * config/avr/avr.c (avr_mul_highpart_cost): New static function.
8410         (avr_rtx_costs_1) [TRUNCATE]: Use it to compute mul_highpart cost.
8411         [LSHIFTRT, outer_code = TRUNCATE]: Same.
8413 2017-07-17  Jakub Jelinek  <jakub@redhat.com>
8415         PR tree-optimization/81396
8416         * tree-ssa-math-opts.c (struct symbolic_number): Add n_ops field.
8417         (init_symbolic_number): Initialize it to 1.
8418         (perform_symbolic_merge): Add n_ops from both operands into the new
8419         n_ops.
8420         (find_bswap_or_nop): Don't consider n->n == cmpnop computations
8421         without base_addr as useless if they need more than one operation.
8422         (bswap_replace): Handle !bswap case for NULL base_addr.
8424 2017-07-17  Tom de Vries  <tom@codesourcery.com>
8426         PR target/81069
8427         * config/nvptx/nvptx.c (nvptx_single): Insert diverging branch as late
8428         as possible.
8430 2017-07-17  Sebastian Huber  <sebastian.huber@embedded-brains.de>
8432         * config/sparc/rtemself.h (TARGET_OS_CPP_BUILTINS): Add
8433         conditional builtin define __FIX_LEON3FT_B2BST.
8435 2017-07-17  Daniel Cederman  <cederman@gaisler.com>
8437         * config/sparc/t-rtems: Add mfix-gr712rc multilibs. Replace
8438         MULTILIB_EXCEPTIONS with MULTILIB_REQUIRED. Match -mfix-gr712rc
8439         with -mfix-ut700.
8441 2017-07-16  Eric Botcazou  <ebotcazou@adacore.com>
8443         PR rtl-optimization/81424
8444         * optabs.c (prepare_cmp_insn): Use copy_to_reg instead of force_reg
8445         to remove potential trapping from operands if -fnon-call-exceptions.
8447 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
8449         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Use
8450         profile_proability for scalling.
8451         * scale_profile_for_vect_loop.c (scale_profile_for_vect_loop): Likewise.
8453 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
8455         * cgraph.c (cgraph_edge::redirect_call_stmt_to_caller): Cleanup.
8457 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
8459         * cfgloopmanip.c (scale_loop_profile): Avoid use of REG_BR_PROB_BASE
8460         fixpoint arithmetics.
8462 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
8464         * tree-ssa-loop-unswitch.c (hoist_guard): Avoid use of REG_BR_PROB_BASE
8465         fixpoint arithmetics.
8467 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
8469         * asan.c (create_cond_insert_point): Avoid use of REG_BR_PROB_BASE
8470         fixpoint arithmetics.
8472 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
8474         * profile-count.h (profile_probability::from_reg_br_prob_note,
8475         profile_probability::to_reg_br_prob_note): New functions.
8476         * doc/rtl.texi (REG_BR_PROB_NOTE): Update documentation.
8477         * reg-notes.h (REG_BR_PROB, REG_BR_PRED): Update docs.
8478         * predict.c (probability_reliable_p): Update.
8479         (edge_probability_reliable_p): Update.
8480         (br_prob_note_reliable_p): Update.
8481         (invert_br_probabilities): Update.
8482         (add_reg_br_prob_note): New function.
8483         (combine_predictions_for_insn): Update.
8484         * asan.c (asan_clear_shadow): Update.
8485         * cfgbuild.c (compute_outgoing_frequencies): Update.
8486         * cfgrtl.c (force_nonfallthru_and_redirect): Update.
8487         (update_br_prob_note): Update.
8488         (rtl_verify_edges): Update.
8489         (purge_dead_edges): Update.
8490         (fixup_reorder_chain): Update.
8491         * emit-rtl.c (try_split): Update.
8492         * ifcvt.c (cond_exec_process_insns): Update.
8493         (cond_exec_process_if_block): Update.
8494         (dead_or_predicable): Update.
8495         * internal-fn.c (expand_addsub_overflow): Update.
8496         (expand_neg_overflow): Update.
8497         (expand_mul_overflow): Update.
8498         * loop-doloop.c (doloop_modify): Update.
8499         * loop-unroll.c (compare_and_jump_seq): Update.
8500         * optabs.c (emit_cmp_and_jump_insn_1): Update.
8501         * predict.h: Update.
8502         * reorg.c (mostly_true_jump): Update.
8503         * rtl.h: Update.
8504         * config/aarch64/aarch64.c (aarch64_emit_unlikely_jump): Update.
8505         * config/alpha/alpha.c (emit_unlikely_jump): Update.
8506         * config/arc/arc.c: (emit_unlikely_jump): Update.
8507         * config/arm/arm.c: (emit_unlikely_jump): Update.
8508         * config/bfin/bfin.c (cbranch_predicted_taken_p): Update.
8509         * config/frv/frv.c (frv_print_operand_jump_hint): Update.
8510         * config/i386/i386.c (ix86_expand_split_stack_prologue): Update.
8511         (ix86_print_operand): Update.
8512         (ix86_split_fp_branch): Update.
8513         (predict_jump): Update.
8514         * config/ia64/ia64.c (ia64_print_operand): Update.
8515         * config/mmix/mmix.c (mmix_print_operand): Update.
8516         * config/powerpcspe/powerpcspe.c (output_cbranch): Update.
8517         (rs6000_expand_split_stack_prologue): Update.
8518         * config/rs6000/rs6000.c: Update.
8519         * config/s390/s390.c (s390_expand_vec_strlen): Update.
8520         (s390_expand_vec_movstr): Update.
8521         (s390_expand_cs_tdsi): Update.
8522         (s390_expand_split_stack_prologue): Update.
8523         * config/sh/sh.c (sh_print_operand): Update.
8524         (expand_cbranchsi4): Update.
8525         (expand_cbranchdi4): Update.
8526         * config/sparc/sparc.c (output_v9branch): Update.
8527         * config/spu/spu.c (get_branch_target): Update.
8528         (ea_load_store_inline): Update.
8529         * config/tilegx/tilegx.c (cbranch_predicted_p): Update.
8530         * config/tilepro/tilepro.c: Update.
8532 2017-07-16  Eric Botcazou  <ebotcazou@adacore.com>
8534         * gimplify.c (mostly_copy_tree_r): Revert latest change.
8535         (gimplify_save_expr): Likewise.
8537 2017-07-07  Jan Hubicka  <hubicka@ucw.cz>
8539         * ipa-visibility.c (function_and_variable_visibility): Fix pasto.
8541 2017-07-07  Jan Hubicka  <hubicka@ucw.cz>
8543         * ipa-fnsummary.c (pass_data_ipa_fn_summary): Use
8544         TV_IPA_FNSUMMARY.
8545         * timevar.def (TV_IPA_FNSUMMARY): Define.
8547 2017-07-16  Daniel Cederman  <cederman@gaisler.com>
8549         * config/sparc/sparc.md (divdf3_fix): Add NOP to prevent back
8550         to back store errata sensitive sequence from being generated.
8551         (sqrtdf2_fix): Likewise.
8553 2017-07-07  Jan Hubicka  <hubicka@ucw.cz>
8555         * tree-ssa-threadupdate.c (compute_path_counts,
8556         update_joiner_offpath_counts): Use profile_probability.
8558 2017-07-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>
8560         Revert:
8561         2017-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
8563         * config/arm/arm-c.c (arm_cpu_builtins): Define
8564         __ARM_FEATURE_NUMERIC_MAXMIN solely based on TARGET_VFP5.
8566 2017-07-14  Kelvin Nilsen  <kelvin@gcc.gnu.org>
8568         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
8569         array entries to represent __ieee128 versions of the
8570         scalar_test_data_class, scalar_test_neg, scalar_extract_exp,
8571         scalar_extract_sig, and scalar_insert_exp built-in functions.
8572         (altivec_resolve_overloaded_builtin): Add special case handling
8573         for the __builtin_scalar_insert_exp function, as represented by
8574         the P9V_BUILTIN_VEC_VSIEDP constant.
8575         * config/rs6000/rs6000-builtin.def (VSEEQP): Add scalar extract
8576         exponent support for __ieee128 argument.
8577         (VSESQP): Add scalar extract signature support for __ieee128
8578         argument.
8579         (VSTDCNQP): Add scalar test negative support for __ieee128
8580         argument.
8581         (VSIEQP): Add scalar insert exponent support for __int128 argument
8582         with __ieee128 result.
8583         (VSIEQPF): Add scalar insert exponent support for __ieee128
8584         argument with __ieee128 result.
8585         (VSTDCQP): Add scalar test data class support for __ieee128
8586         argument.
8587         (VSTDCNQP): Add overload support for scalar test negative with
8588         __ieee128 argument.
8589         (VSTDCQP): Add overload support for scalar test data class
8590         __ieee128 argument.
8591         * config/rs6000/vsx.md (UNSPEC_VSX_SXSIG) Replace
8592         UNSPEC_VSX_SXSIGDP.
8593         (UNSPEC_VSX_SIEXPQP): New constant.
8594         (xsxexpqp): New insn for VSX scalar extract exponent quad
8595         precision.
8596         (xsxsigqp): New insn for VSX scalar extract significand quad
8597         precision.
8598         (xsiexpqpf): New insn for VSX scalar insert exponent quad
8599         precision with floating point argument.
8600         (xststdcqp): New expand for VSX scalar test data class quad
8601         precision.
8602         (xststdcnegqp): New expand for VSX scalar test negative quad
8603         precision.
8604         (xststdcqp): New insn to match expansions for VSX scalar test data
8605         class quad precision and VSX scalar test negative quad precision.
8606         * config/rs6000/rs6000.c (rs6000_expand_binop_builtin): Add
8607         special case operand checking to enforce that second operand of
8608         VSX scalar test data class with quad precision argument is a 7-bit
8609         unsigned literal.
8610         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
8611         prototypes and descriptions of __ieee128 versions of
8612         scalar_extract_exp, scalar_extract_sig, scalar_insert_exp,
8613         scalar_test_data_class, and scalar_test_neg built-in functions.
8615 2016-07-14  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
8617         PR tree-optimization/81162
8618         * gimple-ssa-strength-reduction.c (replace_mult_candidate): Don't
8619         replace a negate with an add.
8621 2017-07-14  James Greenhalgh  <james.greenhalgh@arm.com>
8623         * doc/invoke.texi (arm/-mcpu): Document +crypto.
8625 2017-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
8627         * config/arm/arm-c.c (arm_cpu_builtins): Define
8628         __ARM_FEATURE_NUMERIC_MAXMIN solely based on TARGET_VFP5.
8630 2017-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
8632         * config/arm/arm-cpus.in (cortex-r52): Add new entry.
8633         (armv8-r): Set ARM Cortex-R52 as default CPU.
8634         * config/arm/arm-tables.opt: Regenerate.
8635         * config/arm/arm-tune.md: Regenerate.
8636         * config/arm/driver-arm.c (arm_cpu_table): Add entry for ARM
8637         Cortex-R52.
8638         * doc/invoke.texi: Mention -mtune=cortex-r52 and availability of fp.dp
8639         extension for -mcpu=cortex-r52.
8641 2017-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
8643         * config/arm/arm-isa.h (isa_bit_FP_ARMv8): Delete enumerator.
8644         (ISA_FP_ARMv8): Define as ISA_FPv5 and ISA_FP_D32.
8645         * config/arm/arm-cpus.in (armv8-r): Define fp.sp as enabling FPv5.
8646         (fp-armv8): Define it as FP_ARMv8 only.
8647         config/arm/arm.h (TARGET_FPU_ARMV8): Delete.
8648         (TARGET_VFP_FP16INST): Define using TARGET_VFP5 rather than
8649         TARGET_FPU_ARMV8.
8650         config/arm/arm.c (arm_rtx_costs_internal): Replace checks against
8651         TARGET_FPU_ARMV8 by checks against TARGET_VFP5.
8652         * config/arm/arm-builtins.c (arm_builtin_vectorized_function): Define
8653         first ARM_CHECK_BUILTIN_MODE definition using TARGET_VFP5 rather
8654         than TARGET_FPU_ARMV8.
8655         * config/arm/arm-c.c (arm_cpu_builtins): Likewise for
8656         __ARM_FEATURE_NUMERIC_MAXMIN macro definition.
8657         * config/arm/arm.md (cmov<mode>): Condition on TARGET_VFP5 rather than
8658         TARGET_FPU_ARMV8.
8659         * config/arm/neon.md (neon_vrint): Likewise.
8660         (neon_vcvt): Likewise.
8661         (neon_<fmaxmin_op><mode>): Likewise.
8662         (<fmaxmin><mode>3): Likewise.
8663         * config/arm/vfp.md (l<vrint_pattern><su_optab><mode>si2): Likewise.
8664         * config/arm/predicates.md (arm_cond_move_operator): Check against
8665         TARGET_VFP5 rather than TARGET_FPU_ARMV8 and fix spacing.
8667 2017-07-14  Jackson Woodruff  <jackson.woodruff@arm.com>
8669         * config/aarch64/aarch64.c (aarch64_print_operand): Move comments
8670         to top of function.
8672 2017-07-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8674         * gimple-ssa-store-merging.c (clear_bit_region): Replace reference to
8675         loop in comment with memset.
8677 2017-07-14  Martin Liska  <mliska@suse.cz>
8679         * cfgexpand.c (expand_gimple_basic_block): Remove dead comment.
8680         * dwarf2out.c (is_java): Remove the function.
8681         (output_pubname): Remove usage of the function.
8682         (lower_bound_default): Remove usage of DW_LANG_Java.
8683         (gen_compile_unit_die): Likewise.
8684         * gcc.c: Remove compiler defaults for .java and .zip files.
8685         * gimple-expr.c (remove_suffix): Change as there's no longer
8686         extension than 4-letter one.
8687         * gimplify.c (mostly_copy_tree_r): Remove Java-special part.
8688         (gimplify_save_expr): Likewise.
8689         * ipa-utils.h (polymorphic_type_binfo_p): Remove the comment
8690         as it's possible even for other languages than Java.
8691         * langhooks.h (struct lang_hooks): Remove Java from a comment.
8692         * lto-opts.c (lto_write_options): Remove reference to Java.
8693         * opts.c (strip_off_ending): Update file extension handling.
8694         * tree-cfg.c (verify_gimple_call): Remove comment with Java.
8695         * tree-eh.c (lower_resx): Likewise.
8696         * tree.c (free_lang_data_in_type): Remove dead code.
8697         (find_decls_types_r): Likewise.
8698         (build_common_builtin_nodes): Remove Java from a comment.
8699         (verify_type): Remove dead code.
8700         * varasm.c (assemble_external): Remove Java from a comment.
8702 2017-07-14  Martin Liska  <mliska@suse.cz>
8704         * opts.c (finish_options): Add quotes.
8705         (common_handle_option): Likewise.
8707 2017-07-14  Martin Liska  <mliska@suse.cz>
8709         * dbxout.c (get_lang_number): Do not handle GNU Pascal.
8710         * dbxout.h (extern void dbxout_stab_value_internal_label_diff):
8711         Remove N_SO_PASCAL.
8712         * dwarf2out.c (lower_bound_default): Do not handle
8713         DW_LANG_Pascal83.
8714         (gen_compile_unit_die): Likewise.
8715         * gcc.c: Remove default extension binding for GNU Pascal.
8716         * stmt.c: Remove Pascal language from a comment.
8717         * xcoffout.c: Likewise.
8719 2017-07-13  David Malcolm  <dmalcolm@redhat.com>
8721         PR c/81405
8722         * diagnostic-show-locus.c (fixit_cmp): New function.
8723         (layout::layout): Sort m_fixit_hints.
8724         (column_range::column_range): Assert that the values are valid.
8725         (struct char_span): New struct.
8726         (correction::overwrite): New method.
8727         (struct source_line): New struct.
8728         (line_corrections::add_hint): Add assertions.  Reimplement memcpy
8729         calls in terms of classes source_line and char_span, and
8730         correction::overwrite.
8731         (selftest::test_overlapped_fixit_printing_2): New function.
8732         (selftest::diagnostic_show_locus_c_tests): Call it.
8734 2017-07-13  Will Schmidt  <will_schmidt@vnet.ibm.com>
8736         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Return
8737         early if there is no lhs.
8739 2017-07-13  Martin Liska  <mliska@suse.cz>
8741         * dwarf2out.c (gen_pointer_type_die): Remove dead code.
8742         (gen_reference_type_die): Likewise.
8743         * stor-layout.c: Remove Pascal-related comment.
8745 2017-07-13  Martin Liska  <mliska@suse.cz>
8747         * opts.c (finish_options): Add quotes to error messages.
8748         (parse_sanitizer_options): Likewise.
8750 2017-07-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
8752         * doc/invoke.texi (armv8-r): Document +fp.sp ARMv8-R extension.
8754 2017-07-13  Richard Earnshaw  <rearnsha@arm.com>
8756         * config/arm/vxworks.h (TARGET_ENDIAN_DEFAULT): Define.
8758 2017-07-13  Maxim Ostapenko  <m.ostapenko@samsung.com>
8760         * asan.c (asan_emit_allocas_unpoison): Use ptr_mode for arguments
8761         during expansion.
8762         * builtins.c (expand_asan_emit_allocas_unpoison): Likewise.
8764 2017-07-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
8766         PR target/81193
8767         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): If GLIBC
8768         provides the hardware capability bits, define the macro
8769         __BUILTIN_CPU_SUPPORTS__.
8770         * config/rs6000/rs6000.c (cpu_expand_builtin): Generate a warning
8771         if GLIBC does not provide the hardware capability bits.  Add a
8772         gcc_unreachable call if the built-in cpu function is neither
8773         __builtin_cpu_is nor __builtin_cpu_supports.
8774         (rs6000_get_function_versions_dispatcher): Change the warning
8775         that an old GLIBC is used which does not export the capability
8776         bits to be an error.
8777         * doc/extend.texi (target_clones attribute): Document the
8778         restriction that GLIBC 2.23 or newer is needed on the PowerPC.
8779         (PowerPC built-in functions): Document that GLIBC 2.23 or newer is
8780         needed by __builtin_cpu_is and __builtin_cpu_supports.  Document
8781         the macros defined by GCC if the newer GLIBC is available.
8783 2017-07-12  Jeff Law  <law@redhat.com>
8785         * config/riscv/riscv.c: Remove unnecessary includes.  Reorder
8786         remaining includes slightly.
8787         * config/riscv/riscv-builtins.c: Include profile-count.h.
8789 2017-07-12  Georg-Johann Lay  <avr@gjlay.de>
8791         PR target/79883
8792         * config/avr/avr.c (avr_set_current_function): In diagnostic
8793         messages: Quote keywords and (parts of) identifiers.
8794         [WITH_AVRLIBC]: Warn for functions named "ISR", "SIGNAL" or
8795         "INTERUPT".
8797 2017-07-12  Carl Love  <cel@us.ibm.com>
8799         * config/rs6000/rs6000-c.c: Add support for built-in functions
8800         vector bool char vec_revb (vector bool char);
8801         vector bool short vec_revb (vector short char);
8802         vector bool int vec_revb (vector bool int);
8803         vector bool long long vec_revb (vector bool long long);
8804         * doc/extend.texi: Update the built-in documentation file for the
8805         new built-in functions.
8807 2017-07-12  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
8809         * config/s390/s390.md: Remove movcc splitter.
8811 2017-07-12  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
8813         * config/s390/s390.c (s390_rtx_costs): Return proper costs for
8814         load/store on condition.
8816 2017-07-12  Georg-Johann Lay  <avr@gjlay.de>
8818         PR target/81407
8819         * config/avr/avr.c (avr_encode_section_info)
8820         [progmem && !TREE_READONLY]: Error if progmem object needs
8821         constructing.
8823 2017-07-11  Michael Collison  <michael.collison@arm.com>
8825         * config/aarch64/aarch64-simd.md (aarch64_sub<mode>_compare0):
8826         New pattern.
8828 2017-07-11  Carl Love  <cel@us.ibm.com>
8830         * config/rs6000/rs6000-c.c: Add support for builtins
8831         vector unsigned int vec_parity_lsbb (vector signed int);
8832         vector unsigned int vec_parity_lsbb (vector unsigned int);
8833         vector unsigned __int128 vec_parity_lsbb (vector signed __int128);
8834         vector unsigned __int128 vec_parity_lsbb (vector unsigned __int128);
8835         vector unsigned long long vec_parity_lsbb (vector signed long long);
8836         vector unsigned long long vec_parity_lsbb (vector unsigned long long);
8837         * config/rs6000/rs6000-builtin.def (VPARITY_LSBB): Add BU_P9V_OVERLOAD1.
8838         * config/rs6000/altivec.h (vec_parity_lsbb): Add define.
8839         * doc/extend.texi: Update the built-in documentation file for the
8840         new built-in functions.
8842 2017-07-11  David Malcolm  <dmalcolm@redhat.com>
8844         * diagnostic-show-locus.c: Include "gcc-rich-location.h".
8845         (layout::m_primary_loc): New field.
8846         (layout::layout): Initialize new field.  Move location filtering
8847         logic from here to...
8848         (layout::maybe_add_location_range): ...this new method.  Add
8849         support for filtering to just the lines already specified by other
8850         locations.
8851         (layout::will_show_line_p): New method.
8852         (gcc_rich_location::add_location_if_nearby): New method.
8853         (selftest::test_add_location_if_nearby): New test function.
8854         (selftest::diagnostic_show_locus_c_tests): Call it.
8855         * gcc-rich-location.h (gcc_rich_location::add_location_if_nearby):
8856         New method.
8858 2017-07-11  Tom de Vries  <tom@codesourcery.com>
8860         * config/nvptx/nvptx.c (WORKAROUND_PTXJIT_BUG): New macro.
8861         (bb_first_real_insn): New function.
8862         (nvptx_single): Add extra initialization of broadcasted condition
8863         variables.
8865 2017-07-11  Nathan Sidwell  <nathan@acm.org>
8867         * dwarf2out.c (gen_member_die): Remove useless check for anon ctors.
8869 2017-07-11  Georg-Johann Lay  <avr@gjlay.de>
8871         * doc/extend.texi (AVR Function Attributes): Remove weblink to
8872         Binutils doc as TEXI will mess them up.
8873         * doc/invoke.texi (AVR Options): Same here.
8875 2017-07-11  Daniel Cederman  <cederman@gaisler.com>
8877         * config/sparc/sparc.opt (mfix-ut700): New option.
8878         (mfix-gr712rc): Likewise.
8879         (sparc_fix_b2bst): New variable.
8880         * doc/invoke.texi (SPARC options): Document them.
8881         (ARM options): Fix warnings.
8882         * config/sparc/sparc.c (sparc_do_work_around_errata): Insert NOP
8883         instructions to prevent sequences that can trigger the store-store
8884         errata for certain LEON3FT processors.
8885         (pass_work_around_errata::gate): Also test sparc_fix_b2bst.
8886         (sparc_option_override): Set sparc_fix_b2bst appropriately.
8887         * config/sparc/sparc.md (fix_b2bst): New attribute.
8888         (in_branch_delay): Prevent stores in delay slot if fix_b2bst.
8890 2017-07-10  Uros Bizjak  <ubizjak@gmail.com>
8892         PR target/81375
8893         * config/i386/i386.md (divsf3): Add TARGET_SSE to TARGET_SSE_MATH.
8894         (rcpps): Ditto.
8895         (*rsqrtsf2_sse): Ditto.
8896         (rsqrtsf2): Ditto.
8897         (div<mode>3): Macroize insn from divdf3 and divsf3
8898         using MODEF mode iterator.
8900 2017-07-10  Martin Sebor  <msebor@redhat.com>
8902         PR tree-optimization/80397
8903         * gimple-ssa-sprintf.c (format_integer): Use INTEGRAL_TYPE_P()
8904         instead of testing for equality to INTEGER_TYPE.
8906 2017-07-10  Vineet Gupta <vgupta@synopsys.com>
8908         * config.gcc: Remove uclibc from arc target spec.
8910 2017-07-10  Claudiu Zissulescu  <claziss@synopsys.com>
8912         * config/arc/arc.h (ADDITIONAL_REGISTER_NAMES): Define.
8914 2017-07-07  Jan Hubicka  <hubicka@ucw.cz>
8916         PR lto/80838
8917         * lto-wrapper.c (remove_option): New function.
8918         (merge_and_complain): Merge PIC/PIE options more realistically.
8920 2017-07-10  Georg-Johann Lay  <avr@gjlay.de>
8922         Better ISR prologues by supporting GASes __gcc_isr pseudo insn.
8924         PR target/20296
8925         PR target/81268
8926         * configure.ac [target=avr]: Add GAS check for -mgcc-isr.
8927         (HAVE_AS_AVR_MGCCISR_OPTION):  If so, AC_DEFINE it.
8928         * config.in: Regenerate.
8929         * configure: Regenerate.
8930         * doc/extend.texi (AVR Function Attributes) <no_gccisr>: Document it.
8931         * doc/invoke.texi (AVR Options) <-mgas-isr-prologues>: Document it.
8932         * config/avr/avr.opt (-mgas-isr-prologues): New option and...
8933         (TARGET_GASISR_PROLOGUES): ...target mask.
8934         * common/config/avr/avr-common.c
8935         (avr_option_optimization_table) [OPT_LEVELS_1_PLUS_NOT_DEBUG]:
8936         Set -mgas-isr-prologues.
8937         * config/avr/avr-passes.def (avr_pass_pre_proep): Add
8938         INSERT_PASS_BEFORE for it.
8939         * config/avr/avr-protos.h (make_avr_pass_pre_proep): New proto.
8940         * config/avr/avr.c (avr_option_override)
8941         [!HAVE_AS_AVR_MGCCISR_OPTION]: Unset TARGET_GASISR_PROLOGUES.
8942         (avr_no_gccisr_function_p, avr_hregs_split_reg): New static functions.
8943         (avr_attribute_table) <no_gccisr>: Add new function attribute.
8944         (avr_set_current_function) <is_no_gccisr>: Init machine field.
8945         (avr_pass_data_pre_proep, avr_pass_pre_proep): New pass data
8946         and rtl_opt_pass.
8947         (make_avr_pass_pre_proep): New function.
8948         (emit_push_sfr) <treg>: Add argument to function and use it
8949         instead of TMP_REG.
8950         (avr_expand_prologue) [machine->gasisr.maybe]: Emit gasisr insn
8951         and set machine->gasisr.yes.
8952         (avr_expand_epilogue) [machine->gasisr.yes]: Similar.
8953         (avr_asm_function_end_prologue) [machine->gasisr.yes]: Add
8954         __gcc_isr.n_pushed to .L__stack_usage.
8955         (TARGET_ASM_FINAL_POSTSCAN_INSN): Define to...
8956         (avr_asm_final_postscan_insn): ...this new static function.
8957         * config/avr/avr.h (machine_function)
8958         <is_no_gccisr, use_L__stack_usage>: New fields.
8959         <gasisr, gasisr.yes, gasisr.maybe, gasisr.regno>: New fields.
8960         * config/avr/avr.md (UNSPECV_GASISR): Add unspecv enum.
8961         (GASISR_Prologue, GASISR_Epilogue, GASISR_Done): New define_constants.
8962         (gasisr, *gasisr): New expander and insn.
8963         * config/avr/gen-avr-mmcu-specs.c (print_mcu)
8964         [HAVE_AS_AVR_MGCCISR_OPTION]: Print asm_gccisr spec.
8965         * config/avr/specs.h (ASM_SPEC) <asm_gccisr>: Add sub spec.
8967 2017-07-10  Richard Earnshaw  <rearnsha@arm.com>
8969         * config/arm/parsecpu.awk (gen_comm_data): Do not escape single quotes
8970         in quoted strings.
8972 2017-07-10  Georg-Johann Lay  <avr@gjlay.de>
8974         Move jump-tables out of .text again.
8976         PR target/81075
8977         * config/avr/avr.c (ASM_OUTPUT_ADDR_VEC_ELT): Remove function.
8978         (ASM_OUTPUT_ADDR_VEC): New function.
8979         (avr_adjust_insn_length) [JUMP_TABLE_DATA_P]: Return 0.
8980         (avr_final_prescan_insn) [avr_log.insn_addresses]: Dump
8981         INSN_ADDRESSes as asm comment.
8982         * config/avr/avr.h (JUMP_TABLES_IN_TEXT_SECTION): Adjust comment.
8983         (ASM_OUTPUT_ADDR_VEC_ELT): Remove define.
8984         (ASM_OUTPUT_ADDR_VEC): Define to avr_output_addr_vec.
8985         * config/avr/avr.md (*tablejump): Adjust comment.
8986         * config/avr/elf.h (ASM_OUTPUT_BEFORE_CASE_LABEL): Remove.
8987         * config/avr/avr-log.c (avr_log_set_avr_log) <insn_addresses>:
8988         New detail.
8989         * config/avr/avr-protos.h (avr_output_addr_vec_elt): Remove proto.
8990         (avr_output_addr_vec): New proto.
8991         (avr_log_t) <insn_addresses>: New field.
8993 2017-07-09  H.J. Lu  <hongjiu.lu@intel.com>
8995         PR target/81313
8996         * config/i386/i386.c (ix86_function_arg_advance): Set
8997         outgoing_args_on_stack to true if there are outgoing arguments
8998         on stack.
8999         (ix86_function_arg): Likewise.
9000         (ix86_get_drap_rtx): Use DRAP only if there are outgoing
9001         arguments on stack and ACCUMULATE_OUTGOING_ARGS is false.
9002         * config/i386/i386.h (machine_function): Add
9003         outgoing_args_on_stack.
9005 2017-07-09  Krister Walfridsson  <krister.walfridsson@gmail.com>
9007         * config.gcc (*-*-netbsd*): Remove check for NetBSD versions not
9008         supporting pthreds.
9009         * config/netbsd.h (NETBSD_LIBGCC_SPEC): Always enable pthreads.
9011 2017-07-08  Richard Sandiford  <richard.sandiford@linaro.org>
9013         * Makefile.in (HOOKS_H, RTL_BASE_H, FUNCTION_H, EXPR_H, REGS_H)
9014         (REAL_H): Remove $(MACHMODE_H).
9015         (FIXED_VALUE_H, TREE_CORE_H, CFGLOOP_H): Remove $(MACHMODE_H) and
9016         double-int.h.
9017         (CORETYPES_H): Add signop.h, wide-int.h, wide-int-print.h,
9018         $(MACHMODE_H) and double-int.h.
9019         (build/min-insn-modes.o): Depend on $(CORETYPES_H) rather than
9020         $(MACHMODE_H).
9021         (gengtype-state.o, gengtype.o, build/gengtype.o): Don't depend on
9022         double-int.h.
9024 2017-07-07  Andrew Pinski  <apinski@cavium.com>
9026         * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Check
9027         prev_set and curr_set for AARCH64_FUSE_ALU_BRANCH.
9029 2017-07-07  Michael Meissner  <meissner@linux.vnet.ibm.com>
9031         * config/rs6000/rs6000.c (rs6000_get_function_versions_dispatcher):
9032         Add warning if GCC was not configured to link against a GLIBC that
9033         exports the hardware capability bits.
9034         (make_resolver_func): Make resolver function private and not a
9035         COMDAT function.  Create the name with clone_function_name instead
9036         of make_unique_name.
9038         PR target/81348
9039         * config/rs6000/rs6000.md (HI sign_extend splitter): Use the
9040         correct operand in doing the split.
9042 2017-07-07 Carl Love  <cel@us.ibm.com>
9044         * config/rs6000/rs6000-c: Add support for built-in function
9045         vector unsigned short vec_pack_to_short_fp32 (vector float,
9046                                                       vector float).
9047         * config/rs6000/rs6000-builtin.def (CONVERT_4F32_8I16): Add
9048         BU_P9V_AV_2 and BU_P9V_OVERLOAD_2 definitions.
9049         * config/rs6000/altivec.h (vec_pack_to_short_fp32): Add define.
9050         * config/rs6000/altivec.md(UNSPEC_CONVERT_4F32_8I16): Add UNSPEC.
9051         (convert_4f32_8i16): Add define_expand.
9052         * doc/extend.texi: Update the built-in documentation file for the
9053         new built-in function.
9055 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
9057         * config/sparc/m8.md: New file.
9058         * config/sparc/sparc.md: Include m8.md.
9060 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
9062         * config/sparc/sparc.opt: New option -mvis4b.
9063         * config/sparc/sparc.c (dump_target_flag_bits): Handle MASK_VIS4B.
9064         (sparc_option_override): Handle VIS4B.
9065         (enum sparc_builtins): Define
9066         SPARC_BUILTIN_DICTUNPACK{8,16,32},
9067         SPARC_BUILTIN_FPCMP{LE,GT,EQ,NE}{8,16,32}SHL,
9068         SPARC_BUILTIN_FPCMPU{LE,GT}{8,16,32}SHL,
9069         SPARC_BUILTIN_FPCMPDE{8,16,32}SHL and
9070         SPARC_BUILTIN_FPCMPUR{8,16,32}SHL.
9071         (check_constant_argument): New function.
9072         (sparc_vis_init_builtins): Define builtins
9073         __builtin_vis_dictunpack{8,16,32},
9074         __builtin_vis_fpcmp{le,gt,eq,ne}{8,16,32}shl,
9075         __builtin_vis_fpcmpu{le,gt}{8,16,32}shl,
9076         __builtin_vis_fpcmpde{8,16,32}shl and
9077         __builtin_vis_fpcmpur{8,16,32}shl.
9078         (sparc_expand_builtin): Check that the constant operands to
9079         __builtin_vis_fpcmp*shl and _builtin_vis_dictunpack* are indeed
9080         constant and in range.
9081         * config/sparc/sparc-c.c (sparc_target_macros): Handle
9082         TARGET_VIS4B.
9083         * config/sparc/sparc.h (SPARC_IMM2_P): Define.
9084         (SPARC_IMM5_P): Likewise.
9085         * config/sparc/sparc.md (cpu_feature): Add new feagure "vis4b".
9086         (enabled): Handle vis4b.
9087         (UNSPEC_DICTUNPACK): New unspec.
9088         (UNSPEC_FPCMPSHL): Likewise.
9089         (UNSPEC_FPUCMPSHL): Likewise.
9090         (UNSPEC_FPCMPDESHL): Likewise.
9091         (UNSPEC_FPCMPURSHL): Likewise.
9092         (cpu_feature): New CPU feature `vis4b'.
9093         (dictunpack{8,16,32}): New insns.
9094         (FPCSMODE): New mode iterator.
9095         (fpcscond): New code iterator.
9096         (fpcsucond): Likewise.
9097         (fpcmp{le,gt,eq,ne}{8,16,32}{si,di}shl): New insns.
9098         (fpcmpu{le,gt}{8,16,32}{si,di}shl): Likewise.
9099         (fpcmpde{8,16,32}{si,di}shl): Likewise.
9100         (fpcmpur{8,16,32}{si,di}shl): Likewise.
9101         * config/sparc/constraints.md: Define constraints `q' for unsigned
9102         2-bit integer constants and `t' for unsigned 5-bit integer
9103         constants.
9104         * config/sparc/predicates.md (imm5_operand_dictunpack8): New
9105         predicate.
9106         (imm5_operand_dictunpack16): Likewise.
9107         (imm5_operand_dictunpack32): Likewise.
9108         (imm2_operand): Likewise.
9109         * doc/invoke.texi (SPARC Options): Document -mvis4b.
9110         * doc/extend.texi (SPARC VIS Built-in Functions): Document the
9111         ditunpack* and fpcmp*shl builtins.
9113 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
9115         * config.gcc: Handle m8 in --with-{cpu,tune} options.
9116         * config.in: Add HAVE_AS_SPARC6 define.
9117         * config/sparc/driver-sparc.c (cpu_names): Add entry for the SPARC
9118         M8.
9119         * config/sparc/sol2.h (CPP_CPU64_DEFAULT_SPEC): Define for
9120         TARGET_CPU_m8.
9121         (ASM_CPU32_DEFAUILT_SPEC): Likewise.
9122         (CPP_CPU_SPEC): Handle m8.
9123         (ASM_CPU_SPEC): Likewise.
9124         * config/sparc/sparc-opts.h (enum processor_type): Add
9125         PROCESSOR_M8.
9126         * config/sparc/sparc.c (m8_costs): New struct.
9127         (sparc_option_override): Handle TARGET_CPU_m8.
9128         (sparc32_initialize_trampoline): Likewise.
9129         (sparc64_initialize_trampoline): Likewise.
9130         (sparc_issue_rate): Likewise.
9131         (sparc_register_move_cost): Likewise.
9132         * config/sparc/sparc.h (TARGET_CPU_m8): Define.
9133         (CPP_CPU64_DEFAULT_SPEC): Define for M8.
9134         (ASM_CPU64_DEFAULT_SPEC): Likewise.
9135         (CPP_CPU_SPEC): Handle M8.
9136         (ASM_CPU_SPEC): Likewise.
9137         (AS_M8_FLAG): Define.
9138         * config/sparc/sparc.md: Add m8 to the cpu attribute.
9139         * config/sparc/sparc.opt: New option -mcpu=m8 for sparc targets.
9140         * configure.ac (HAVE_AS_SPARC6): Check for assembler support for
9141         M8 instructions.
9142         * configure: Regenerate.
9143         * doc/invoke.texi (SPARC Options): Document -mcpu=m8 and
9144         -mtune=m8.
9146 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
9148         * config/sparc/niagara7.md: Rework the DFA scheduler to use insn
9149         subtypes.
9150         * config/sparc/sparc.md: Remove the `v3pipe' insn attribute.
9151         ("*movdi_insn_sp32"): Do not set v3pipe.
9152         ("*movsi_insn"): Likewise.
9153         ("*movdi_insn_sp64"): Likewise.
9154         ("*movsf_insn"): Likewise.
9155         ("*movdf_insn_sp32"): Likewise.
9156         ("*movdf_insn_sp64"): Likewise.
9157         ("*zero_extendsidi2_insn_sp64"): Likewise.
9158         ("*sign_extendsidi2_insn"): Likewise.
9159         ("*mov<VM32:mode>_insn"): Likewise.
9160         ("*mov<VM64:mode>_insn_sp64"): Likewise.
9161         ("*mov<VM64:mode>_insn_sp32"): Likewise.
9162         ("<plusminus_insn><VADDSUB:mode>3"): Likewise.
9163         ("<vlop:code><VL:mode>3"): Likewise.
9164         ("*not_<vlop:code><VL:mode>3"): Likewise.
9165         ("*nand<VL:mode>_vis"): Likewise.
9166         ("*<vlnotop:code>_not1<VL:mode>_vis"): Likewise.
9167         ("*<vlnotop:code>_not2<VL:mode>_vis"): Likewise.
9168         ("one_cmpl<VL:mode>2"): Likewise.
9169         ("faligndata<VM64:mode>_vis"): Likewise.
9170         ("alignaddrsi_vis"): Likewise.
9171         ("alignaddrdi_vis"): Likweise.
9172         ("alignaddrlsi_vis"): Likewise.
9173         ("alignaddrldi_vis"): Likewise.
9174         ("fcmp<gcond:code><GCM:gcm_name><P:mode>_vis"): Likewise.
9175         ("bmaskdi_vis"): Likewise.
9176         ("bmasksi_vis"): Likewise.
9177         ("bshuffle<VM64:mode>_vis"): Likewise.
9178         ("cmask8<P:mode>_vis"): Likewise.
9179         ("cmask16<P:mode>_vis"): Likewise.
9180         ("cmask32<P:mode>_vis"): Likewise.
9181         ("pdistn<P:mode>_vis"): Likewise.
9182         ("<vis3_addsub_ss_patname><VASS:mode>3"): Likewise.
9184 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
9186         * config/sparc/sparc.md ("subtype"): New insn attribute.
9187         ("*wrgsr_sp64"): Set insn subtype.
9188         ("*rdgsr_sp64"): Likewise.
9189         ("alignaddrsi_vis"): Likewise.
9190         ("alignaddrdi_vis"): Likewise.
9191         ("alignaddrlsi_vis"): Likewise.
9192         ("alignaddrldi_vis"): Likewise.
9193         ("<plusminus_insn><VADDSUB:mode>3"): Likewise.
9194         ("fexpand_vis"): Likewise.
9195         ("fpmerge_vis"): Likewise.
9196         ("faligndata<VM64:mode>_vis"): Likewise.
9197         ("bshuffle<VM64:mode>_vis"): Likewise.
9198         ("cmask8<P:mode>_vis"): Likewise.
9199         ("cmask16<P:mode>_vis"): Likewise.
9200         ("cmask32<P:mode>_vis"): Likewise.
9201         ("fchksm16_vis"): Likewise.
9202         ("v<vis3_shift_patname><GCM:mode>3"): Likewise.
9203         ("fmean16_vis"): Likewise.
9204         ("fp<plusminus_insn>64_vis"): Likewise.
9205         ("<plusminus_insn>v8qi3"): Likewise.
9206         ("<vis3_addsub_ss_patname><VASS:mode>3"): Likewise.
9207         ("<vis4_minmax_patname><VMMAX:mode>3"): Likewise.
9208         ("<vis4_uminmax_patname><VMMAX:mode>3"): Likewise.
9209         ("<vis3_addsub_ss_patname>v8qi3"): Likewise.
9210         ("<vis4_addsub_us_patname><VAUS:mode>3"): Likewise.
9211         ("*movqi_insn"): Likewise.
9212         ("*movhi_insn"): Likewise.
9213         ("*movsi_insn"): Likewise.
9214         ("movsi_pic_gotdata_op"): Likewise.
9215         ("*movdi_insn_sp32"): Likewise.
9216         ("*movdi_insn_sp64"): Likewise.
9217         ("movdi_pic_gotdata_op"): Likewise.
9218         ("*movsf_insn"): Likewise.
9219         ("*movdf_insn_sp32"): Likewise.
9220         ("*movdf_insn_sp64"): Likewise.
9221         ("*zero_extendhisi2_insn"): Likewise.
9222         ("*zero_extendqihi2_insn"): Likewise.
9223         ("*zero_extendqisi2_insn"): Likewise.
9224         ("*zero_extendqidi2_insn"): Likewise.
9225         ("*zero_extendhidi2_insn"): Likewise.
9226         ("*zero_extendsidi2_insn_sp64"): Likewise.
9227         ("ldfsr"): Likewise.
9228         ("prefetch_64"): Likewise.
9229         ("prefetch_32"): Likewise.
9230         ("tie_ld32"): Likewise.
9231         ("tie_ld64"): Likewise.
9232         ("*tldo_ldub_sp32"): Likewise.
9233         ("*tldo_ldub1_sp32"): Likewise.
9234         ("*tldo_ldub2_sp32"): Likewise.
9235         ("*tldo_ldub_sp64"): Likewise.
9236         ("*tldo_ldub1_sp64"): Likewise.
9237         ("*tldo_ldub2_sp64"): Likewise.
9238         ("*tldo_ldub3_sp64"): Likewise.
9239         ("*tldo_lduh_sp32"): Likewise.
9240         ("*tldo_lduh1_sp32"): Likewise.
9241         ("*tldo_lduh_sp64"): Likewise.
9242         ("*tldo_lduh1_sp64"): Likewise.
9243         ("*tldo_lduh2_sp64"): Likewise.
9244         ("*tldo_lduw_sp32"): Likewise.
9245         ("*tldo_lduw_sp64"): Likewise.
9246         ("*tldo_lduw1_sp64"): Likewise.
9247         ("*tldo_ldx_sp64"): Likewise.
9248         ("*mov<VM32:mode>_insn"): Likewise.
9249         ("*mov<VM64:mode>_insn_sp64"): Likewise.
9250         ("*mov<VM64:mode>_insn_sp32"): Likewise.
9252 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
9254         * config/sparc/sparc.md ("type"): New insn type viscmp.
9255         ("fcmp<gcond:code><GCM:gcm_name><P:mode>_vis"): Set insn type to
9256         viscmp.
9257         ("fpcmp<gcond:code>8<P:mode>_vis"): Likewise.
9258         ("fucmp<gcond:code>8<P:mode>_vis"): Likewise.
9259         ("fpcmpu<gcond:code><GCM:gcm_name><P:mode>_vis"): Likewise.
9260         * config/sparc/niagara7.md ("n7_vis_logical_v3pipe"): Handle
9261         viscmp.
9262         ("n7_vis_logical_11cycle"): Likewise.
9263         * config/sparc/niagara4.md ("n4_vis_logical"): Likewise.
9264         * config/sparc/niagara2.md ("niag3_vis": Likewise.
9265         * config/sparc/niagara.md ("niag_vis"): Likewise.
9266         * config/sparc/ultra3.md ("us3_fga"): Likewise.
9267         * config/sparc/ultra1_2.md ("us1_fga_double"): Likewise.
9269 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
9271         * config/sparc/sparc.md: New instruction type `bmask'.
9272         (bmaskdi_vis): Use the `bmask' type.
9273         (bmasksi_vis): Likewise.
9274         * config/sparc/ultra3.md (us3_array): Likewise.
9275         * config/sparc/niagara7.md (n7_array): Likewise.
9276         * config/sparc/niagara4.md (n4_array): Likewise.
9277         * config/sparc/niagara2.md (niag2_vis): Likewise.
9278         (niag3_vis): Likewise.
9279         * config/sparc/niagara.md (niag_vis): Likewise.
9281 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
9283         * ipa-comdats.c: Remove optimize check from gate.
9284         * ipa-fnsummary.c (ipa_fn_summary_generate): do not generate summary
9285         for functions not optimized.
9286         (ipa_fn_summary_read): Skip optimize check.
9287         (ipa_fn_summary_write): Likewise.
9288         * ipa-inline-analysis.c (do_estimate_growth_1): Check that caller
9289         is optimized.
9290         * ipa-inline.c (can_inline_edge_p): Not optimized functions are
9291         uninlinable.
9292         (can_inline_edge_p): Check flag_pcc_struct_return for match.
9293         (check_callers): Give up on caller which is not optimized.
9294         (inline_small_functions): Likewise.
9295         (ipa_inline): Do not give up when not optimizing.
9296         * ipa-visbility.c (function_and_variable_visibility): Do not optimize
9297         away unoptimizes cdtors.
9298         (whole_program_function_and_variable_visibility): Do
9299         ipa_discover_readonly_nonaddressable_vars in LTO mode.
9300         * ipa.c (process_references): Do not check optimize.
9301         (symbol_table::remove_unreachable_nodes): Update optimize check.
9302         (set_writeonly_bit): Update optimize check.
9303         (pass_ipa_cdtor_merge::gate): Do not check optimize.
9304         (pass_ipa_single_use::gate): Remove.
9306 2017-07-06  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
9308         * config/rs6000/rs6000.c (union_defs, union_uses, insn_is_load_p,
9309         insn_is_store_p, insn_is_swap_p, const_load_sequence_p, v2df_reduction_p,
9310         rtx_is_swappable_p, insn_is_swappable_p, chain_contains_only_swaps,
9311         mark_swaps_for_removal, swap_const_vector_halves, adjust_subreg_index,
9312         permute_load, permute_store, adjust_extract, adjust_splat,
9313         adjust_xxpermdi, adjust_concat, adjust_vperm, handle_special_swappables,
9314         replace_swap_with_copy, dump_swap_insn_table,
9315         alignment_with_canonical_addr, alignment_mask, find_alignment_op,
9316         recombine_lvx_pattern, recombine_stvx_pattern,
9317         recombine_lvx_stvx_patterns, rs6000_analyze_swaps,
9318         make_pass_analyze_swaps): Move all code related to p8 swap optimizations
9319         to file rs6000-p8swap.c.
9320         * config/rs6000/rs6000-p8swap.c: New file.
9321         * config/rs6000/t-rs6000: Add rule to build rs6000-p8swap.o.
9322         * config.gcc: Add rs6000-p8swap.o to extra_objs for powerpc*-*-*
9323         and rs6000*-*-* targets.
9325 2017-07-06  David Malcolm  <dmalcolm@redhat.com>
9327         * Makefile.in (selftest): Remove dependency on s-selftest-c++.
9329 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
9331         * lto-wrapper.c (merge_and_complain): Do not merge
9332         fexceptions, fnon_call_exceptions, ftrapv, ffp_contract_, fmath_errno,
9333         fsigned_zeros, ftrapping_math, fwrapv.
9334         (append_compiler_options): Do not track these options.
9335         (append_linker_options): Likewie
9337 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
9339         * cgraphunit.c (cgraph_node::finalize_function): When
9340         !flag_toplevel_reorde set no_reorder flag.
9341         (varpool_node::finalize_decl): Likewise.
9342         (symbol_table::compile): Drop no toplevel reorder path.
9344 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
9346         * bb-reorder.c (better_edge_p): Do not build traces across abnormal/eh
9347         edges; zero probability is not better than uninitialized.
9349 2017-07-06  Maxim Ostapenko  <m.ostapenko@samsung.com>
9351         * asan.h (asan_sanitize_allocas_p): Declare.
9352         * asan.c (asan_sanitize_allocas_p): New function.
9353         (handle_builtin_stack_restore): Bail out if !asan_sanitize_allocas_p.
9354         (handle_builtin_alloca): Likewise.
9355         * cfgexpand.c (expand_used_vars): Do not add allocas unpoisoning stuff
9356         if !asan_sanitize_allocas_p.
9357         * params.def (asan-instrument-allocas): Add new option.
9358         * params.h (ASAN_PROTECT_ALLOCAS): Define.
9359         * opts.c (common_handle_option): Disable allocas sanitization for
9360         KASan by default.
9362 2017-07-06  Maxim Ostapenko  <m.ostapenko@samsung.com>
9364         * asan.c: Include gimple-fold.h.
9365         (get_last_alloca_addr): New function.
9366         (handle_builtin_stackrestore): Likewise.
9367         (handle_builtin_alloca): Likewise.
9368         (asan_emit_allocas_unpoison): Likewise.
9369         (get_mem_refs_of_builtin_call): Add new parameter, remove const
9370         quallifier from first paramerer. Handle BUILT_IN_ALLOCA,
9371         BUILT_IN_ALLOCA_WITH_ALIGN and BUILT_IN_STACK_RESTORE builtins.
9372         (instrument_builtin_call): Pass gimple iterator to
9373         get_mem_refs_of_builtin_call.
9374         (last_alloca_addr): New global.
9375         * asan.h (asan_emit_allocas_unpoison): Declare.
9376         * builtins.c (expand_asan_emit_allocas_unpoison): New function.
9377         (expand_builtin): Handle BUILT_IN_ASAN_ALLOCAS_UNPOISON.
9378         * cfgexpand.c (expand_used_vars): Call asan_emit_allocas_unpoison
9379         if function calls alloca.
9380         * gimple-fold.c (replace_call_with_value): Remove static keyword.
9381         * gimple-fold.h (replace_call_with_value): Declare.
9382         * internal-fn.c: Include asan.h.
9383         * sanitizer.def (BUILT_IN_ASAN_ALLOCA_POISON,
9384         BUILT_IN_ASAN_ALLOCAS_UNPOISON): New builtins.
9386 2017-07-06  David Malcolm  <dmalcolm@redhat.com>
9388         * Makefile.in (SELFTEST_FLAGS): Drop "-x c", moving it to...
9389         (C_SELFTEST_FLAGS): New.
9390         (CPP_SELFTEST_FLAGS): New.
9391         (SELFTEST_DEPS): New, from deps of s-selftest.
9392         (C_SELFTEST_DEPS): New, from deps of s-selftest.
9393         (CPP_SELFTEST_DEPS): New.
9394         (selftest): Add dependency on s-selftest-c++.
9395         (s-selftest): Rename to...
9396         (s-selftest-c): ...this, moving deps to SELFTEST_DEPS
9397         and C_SELFTEST_DEPS, and using C_SELFTEST_FLAGS rather
9398         than SELFTEST_FLAGS.
9399         (selftest-gdb): Rename to...
9400         (selftest-c-gdb): ...this, using C_SELFTEST_DEPS and
9401         C_SELFTEST_FLAGS.
9402         (selftest-gdb): Reintroduce as an alias for selftest-c-gdb.
9403         (selftest-valgrind): Rename to...
9404         (selftest-c-valgrind): ...this, using C_SELFTEST_DEPS and
9405         C_SELFTEST_FLAGS.
9406         (selftest-valgrind): Reintroduce as an alias for
9407         selftest-c-valgrind.
9408         (s-selftest-c++): New.
9409         (selftest-c++-gdb): New.
9410         (selftest-c++-valgrind): New.
9412 2017-07-06  Olivier Hainque  <hainque@adacore.com>
9414         * gcc.c (process_command): When deciding if undefined variables
9415         should be ignored when processing specs, accept "gcc -v" as well.
9417 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
9419         * auto-profile.c (afdo_set_bb_count, afdo_propagate_edge,
9420         afdo_annotate_cfg): Set counts/probabilities as determined by afdo.
9422 2017-07-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
9424         * config/arm/arm-cpus.in (armv8-r): Add new entry.
9425         * config/arm/arm-isa.h (ISA_ARMv8r): Define macro.
9426         * config/arm/arm-tables.opt: Regenerate.
9427         * config/arm/arm.h (enum base_architecture): Add BASE_ARCH_8R
9428         enumerator.
9429         * doc/invoke.texi: Mention -march=armv8-r and its extensions.
9431 2017-07-06  Carl Love  <cel@us.ibm.com>
9433         * ChangeLog: Clean up from mid air collision
9435 2017-07-06  Carl Love  <cel@us.ibm.com>
9437         * config/rs6000/rs6000-c.c: Add support for built-in functions
9438         vector signed int vec_subc (vector signed int, vector signed int);
9439         vector signed __int128 vec_subc (vector signed __int128,
9440                                          vector signed __int128);
9441         vector unsigned __int128 vec_subc (vector unsigned __int128,
9442                                            vector unsigned __int128);
9443         vector signed int vec_sube (vector signed int, vector signed int,
9444                                     vector signed int);
9445         vector unsigned int vec_sube (vector unsigned int,
9446                                       vector unsigned int,
9447                                       vector unsigned int);
9448         vector signed __int128 vec_sube (vector signed __int128,
9449                                          vector signed __int128,
9450                                          vector signed__int128);
9451         vector unsigned __int128 vec_sube (vector unsigned __int128,
9452                                            vector unsigned __int128,
9453                                            vector unsigned __int128);
9454         vector signed int vec_subec (vector signed int, vector signed int,
9455                                      vector signed int);
9456         vector unsigned int vec_subec (vector unsigned int,
9457                                        vector unsigned int,
9458                                        vector unsigned int);
9459         vector signed __int128 vec_subec (vector signed __int128,
9460                                           vector signed __int128,
9461                                           vector signed__int128);
9462         vector unsigned __int128 vec_subec (vector unsigned __int128,
9463                                             vector unsigned __int128,
9464                                             vector unsigned __int128);
9465         * config/rs6000/rs6000.c (ALTIVEC_BUILTIN_VEC_SUBE,
9466         ALTIVEC_BUILTIN_VEC_SUBEC): Add ef_builtins.
9467         * config/rs6000/rs6000-builtin.def (SUBE, SUBEC): Add
9468         BU_ALTIVEC_OVERLOAD_X definitions.
9469         * config/rs6000/altivec.h (vec_sube, vec_subec): Add builtin defines.
9470         * doc/extend.texi: Update the built-in documentation file for the new
9471         built-in functions.
9473 2017-07-06  David Malcolm  <dmalcolm@redhat.com>
9475         PR c++/79300
9476         * diagnostic-show-locus.c (layout::layout): Use start and finish
9477         spelling location for the start and finish of each range.
9478         * genmatch.c (linemap_client_expand_location_to_spelling_point):
9479         Add unused aspect param.
9480         * input.c (expand_location_1): Add "aspect" param, and use it
9481         to access the correct part of the location.
9482         (expand_location): Pass LOCATION_ASPECT_CARET to new param of
9483         expand_location_1.
9484         (expand_location_to_spelling_point): Likewise.
9485         (linemap_client_expand_location_to_spelling_point): Add "aspect"
9486         param, and pass it to expand_location_1.
9488 2017-07-06  Sebastian Peryt  <sebastian.peryt@intel.com>
9490         * config/i386/avx512fintrin.h (_mm_mask_getexp_round_ss,
9491         _mm_maskz_getexp_round_ss, _mm_mask_getexp_round_sd,
9492         _mm_maskz_getexp_round_sd, _mm_mask_getmant_round_sd,
9493         _mm_maskz_getmant_round_sd, _mm_mask_getmant_round_ss,
9494         _mm_maskz_getmant_round_ss, _mm_mask_getexp_ss, _mm_maskz_getexp_ss,
9495         _mm_mask_getexp_sd, _mm_maskz_getexp_sd, _mm_mask_getmant_sd,
9496         _mm_maskz_getmant_sd, _mm_mask_getmant_ss,
9497         _mm_maskz_getmant_ss): New intrinsics.
9498         (__builtin_ia32_getexpss128_mask): Changed to ...
9499         __builtin_ia32_getexpss128_round ... this.
9500         (__builtin_ia32_getexpsd128_mask): Changed to ...
9501         __builtin_ia32_getexpsd128_round ... this.
9502         * config/i386/i386-builtin-types.def
9503         ((V2DF, V2DF, V2DF, INT, V2DF, UQI, INT),
9504         (V4SF, V4SF, V4SF, INT, V4SF, UQI, INT)): New function type aliases.
9505         * config/i386/i386-builtin.def (__builtin_ia32_getexpsd_mask_round,
9506         __builtin_ia32_getexpss_mask_round,     __builtin_ia32_getmantsd_mask_round,
9507         __builtin_ia32_getmantss_mask_round): New builtins.
9508         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_INT_V2DF_UQI_INT,
9509         V4SF_FTYPE_V4SF_V4SF_INT_V4SF_UQI_INT): Handle new types.
9510         (CODE_FOR_avx512f_vgetmantv2df_mask_round,
9511         CODE_FOR_avx512f_vgetmantv4sf_mask_round): New cases.
9512         * config/i386/sse.md
9513         (avx512f_sgetexp<mode><round_saeonly_name>): Changed to ...
9514         avx512f_sgetexp<mode><mask_scalar_name>
9515         <round_saeonly_scalar_name> ... this.
9516         (vgetexp<ssescalarmodesuffix>\t{<round_saeonly_op3>%2, %1, %0|
9517         %0, %1, %2<round_saeonly_op3>}): Changed to ...
9518         vgetexp<ssescalarmodesuffix>
9519         \t{<round_saeonly_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
9520         %0<mask_scalar_operand3>, %1, %2<round_saeonly_scalar_mask_op3>} ... this.
9521         (avx512f_vgetmant<mode><round_saeonly_name>): Changed to ...
9522         avx512f_vgetmant<mode><mask_scalar_name>
9523         <round_saeonly_scalar_name> ... this.
9524         (vgetmant<ssescalarmodesuffix>\t{%3, <round_saeonly_op4>%2, %1, %0|
9525         %0, %1, %2<round_saeonly_op4>, %3}): Changed to ...
9526         vgetmant<ssescalarmodesuffix>
9527         \t{%3, <round_saeonly_scalar_mask_op4>%2, %1, %0<mask_scalar_operand4>|
9528         %0<mask_scalar_operand4>, %1, %2
9529         <round_saeonly_scalar_mask_op4>, %3} ... this.
9530         * config/i386/subst.md (mask_scalar_operand4,
9531         round_saeonly_scalar_mask_operand4,     round_saeonly_scalar_mask_op4,
9532         round_saeonly_scalar_nimm_predicate): New subst attributes.
9534 2017-07-06  Julia Koval  <julia.koval@intel.com>
9536         * config/i386/i386.c (ix86_erase_embedded_rounding):
9537         Remove code for old rounding pattern.
9539 2017-07-06  Richard Earnshaw  <rearnsha@arm.com>
9541         * config/arm/t-arm (GTM_H): Add arm-cpu.h.
9543 2017-07-06  Christophe Lyon  <christophe.lyon@linaro.org>
9545         * doc/sourcebuild.texi (Test Directives, Variants of
9546         dg-require-support): Add documentation for dg-require-stack-check.
9548 2017-07-05  Sebastian Peryt  <sebastian.peryt@intel.com>
9550         * config/i386/subst.md (mask_scalar, round_scalar,
9551         round_saeonly_scalar): New meta-templates.
9552         (mask_scalar_name, mask_scalar_operand3, round_scalar_name,
9553         round_scalar_mask_operand3, round_scalar_mask_op3,
9554         round_scalar_constraint, round_scalar_prefix, round_saeonly_scalar_name,
9555         round_saeonly_scalar_mask_operand3, round_saeonly_scalar_mask_op3,
9556         round_saeonly_scalar_constraint,
9557         round_saeonly_scalar_prefix): New subst attribute.
9558         * config/i386/sse.md
9559         (<sse>_vm<plusminus_insn><mode>3<mask_name><round_name>): Renamed to ...
9560         <sse>_vm<plusminus_insn><mode>3<mask_scalar_name>
9561         <round_scalar_name> ... this.
9562         (<sse>_vm<multdiv_mnemonic><mode>3<mask_name><round_name>): Renamed to ...
9563         <sse>_vm<multdiv_mnemonic><mode>3<mask_scalar_name>
9564         <round_scalar_name> ... this.
9565         (<sse>_vm<code><mode>3<mask_name><round_saeonly_name>): Renamed to ...
9566         <sse>_vm<code><mode>3<mask_scalar_name>
9567         <round_saeonly_scalar_name> ... this.
9568         (v<plusminus_mnemonic><ssescalarmodesuffix>
9569         \t{<round_mask_op3>%2, %1, %0<mask_operand3>|
9570         %0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}): Changed to ...
9571         v<plusminus_mnemonic><ssescalarmodesuffix>
9572         \t{<round_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
9573         %0<mask_scalar_operand3>, %1, %<iptr>2<round_scalar_mask_op3>} ... this.
9574         (v<multdiv_mnemonic><ssescalarmodesuffix>
9575         \t{<round_mask_op3>%2, %1, %0<mask_operand3>|
9576         %0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}): Changed to ...
9577         v<multdiv_mnemonic><ssescalarmodesuffix>
9578         \t{<round_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
9579         %0<mask_scalar_operand3>, %1, %<iptr>2<round_scalar_mask_op3>} ... this.
9580         (v<maxmin_float><ssescalarmodesuffix>
9581         \t{<round_saeonly_mask_op3>%2, %1, %0<mask_operand3>|
9582         %0<mask_operand3>, %1, %<iptr>2<round_saeonly_mask_op3>}): Changed to ...
9583         v<maxmin_float><ssescalarmodesuffix>
9584         \t{<round_saeonly_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
9585         %0<mask_scalar_operand3>, %1, %<iptr>2
9586         <round_saeonly_scalar_mask_op3>} ... this.
9588 2017-07-05  Richard Earnshaw  <rearnsha@arm.com>
9590         * config/arm/arm.c (arm_fixed_condition_code_regs): New function.
9591         (TARGET_FIXED_CONDITION_CODE_REGS): Redefine.
9593 2017-07-05  Richard Sandiford  <richard.sandiford@linaro.org>
9594             Alan Hayward  <alan.hayward@arm.com>
9595             David Sherwood  <david.sherwood@arm.com>
9597         * combine.c (simplify_if_then_else): Remove "enum" before
9598         "machine_mode".
9599         * compare-elim.c (can_eliminate_compare): Likewise.
9600         * config/aarch64/aarch64-builtins.c (aarch64_simd_builtin_std_type):
9601         Likewise.
9602         (aarch64_lookup_simd_builtin_type): Likewise.
9603         (aarch64_simd_builtin_type): Likewise.
9604         (aarch64_init_simd_builtin_types): Likewise.
9605         (aarch64_simd_expand_args): Likewise.
9606         * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_rglist):
9607         Likewise.
9608         (aarch64_reverse_mask): Likewise.
9609         (aarch64_simd_emit_reg_reg_move): Likewise.
9610         (aarch64_gen_adjusted_ldpstp): Likewise.
9611         (aarch64_ccmp_mode_to_code): Likewise.
9612         (aarch64_operands_ok_for_ldpstp): Likewise.
9613         (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
9614         * config/aarch64/aarch64.c (aarch64_ira_change_pseudo_allocno_class):
9615         Likewise.
9616         (aarch64_min_divisions_for_recip_mul): Likewise.
9617         (aarch64_reassociation_width): Likewise.
9618         (aarch64_get_condition_code_1): Likewise.
9619         (aarch64_simd_emit_reg_reg_move): Likewise.
9620         (aarch64_simd_attr_length_rglist): Likewise.
9621         (aarch64_reverse_mask): Likewise.
9622         (aarch64_operands_ok_for_ldpstp): Likewise.
9623         (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
9624         (aarch64_gen_adjusted_ldpstp): Likewise.
9625         * config/aarch64/cortex-a57-fma-steering.c (fma_node::rename):
9626         Likewise.
9627         * config/arc/arc.c (legitimate_offset_address_p): Likewise.
9628         * config/arm/arm-builtins.c (arm_simd_builtin_std_type): Likewise.
9629         (arm_lookup_simd_builtin_type): Likewise.
9630         (arm_simd_builtin_type): Likewise.
9631         (arm_init_simd_builtin_types): Likewise.
9632         (arm_expand_builtin_args): Likewise.
9633         * config/arm/arm-protos.h (arm_expand_builtin): Likewise.
9634         * config/ft32/ft32.c (ft32_libcall_value): Likewise.
9635         (ft32_setup_incoming_varargs): Likewise.
9636         (ft32_function_arg): Likewise.
9637         (ft32_function_arg_advance): Likewise.
9638         (ft32_pass_by_reference): Likewise.
9639         (ft32_arg_partial_bytes): Likewise.
9640         (ft32_valid_pointer_mode): Likewise.
9641         (ft32_addr_space_pointer_mode): Likewise.
9642         (ft32_addr_space_legitimate_address_p): Likewise.
9643         * config/i386/i386-protos.h (ix86_operands_ok_for_move_multiple):
9644         Likewise.
9645         * config/i386/i386.c (ix86_setup_incoming_vararg_bounds): Likewise.
9646         (ix86_emit_outlined_ms2sysv_restore): Likewise.
9647         (iamcu_alignment): Likewise.
9648         (canonicalize_vector_int_perm): Likewise.
9649         (ix86_noce_conversion_profitable_p): Likewise.
9650         (ix86_mpx_bound_mode): Likewise.
9651         (ix86_operands_ok_for_move_multiple): Likewise.
9652         * config/microblaze/microblaze-protos.h
9653         (microblaze_expand_conditional_branch_reg): Likewise.
9654         * config/microblaze/microblaze.c
9655         (microblaze_expand_conditional_branch_reg): Likewise.
9656         * config/powerpcspe/powerpcspe.c (rs6000_init_hard_regno_mode_ok):
9657         Likewise.
9658         (rs6000_reassociation_width): Likewise.
9659         (rs6000_invalid_binary_op): Likewise.
9660         (fusion_p9_p): Likewise.
9661         (emit_fusion_p9_load): Likewise.
9662         (emit_fusion_p9_store): Likewise.
9663         * config/riscv/riscv-protos.h (riscv_regno_mode_ok_for_base_p):
9664         Likewise.
9665         (riscv_hard_regno_mode_ok_p): Likewise.
9666         (riscv_address_insns): Likewise.
9667         (riscv_split_symbol): Likewise.
9668         (riscv_legitimize_move): Likewise.
9669         (riscv_function_value): Likewise.
9670         (riscv_hard_regno_nregs): Likewise.
9671         (riscv_expand_builtin): Likewise.
9672         * config/riscv/riscv.c (riscv_build_integer_1): Likewise.
9673         (riscv_build_integer): Likewise.
9674         (riscv_split_integer): Likewise.
9675         (riscv_legitimate_constant_p): Likewise.
9676         (riscv_cannot_force_const_mem): Likewise.
9677         (riscv_regno_mode_ok_for_base_p): Likewise.
9678         (riscv_valid_base_register_p): Likewise.
9679         (riscv_valid_offset_p): Likewise.
9680         (riscv_valid_lo_sum_p): Likewise.
9681         (riscv_classify_address): Likewise.
9682         (riscv_legitimate_address_p): Likewise.
9683         (riscv_address_insns): Likewise.
9684         (riscv_load_store_insns): Likewise.
9685         (riscv_force_binary): Likewise.
9686         (riscv_split_symbol): Likewise.
9687         (riscv_force_address): Likewise.
9688         (riscv_legitimize_address): Likewise.
9689         (riscv_move_integer): Likewise.
9690         (riscv_legitimize_const_move): Likewise.
9691         (riscv_legitimize_move): Likewise.
9692         (riscv_address_cost): Likewise.
9693         (riscv_subword): Likewise.
9694         (riscv_output_move): Likewise.
9695         (riscv_canonicalize_int_order_test): Likewise.
9696         (riscv_emit_int_order_test): Likewise.
9697         (riscv_function_arg_boundary): Likewise.
9698         (riscv_pass_mode_in_fpr_p): Likewise.
9699         (riscv_pass_fpr_single): Likewise.
9700         (riscv_pass_fpr_pair): Likewise.
9701         (riscv_get_arg_info): Likewise.
9702         (riscv_function_arg): Likewise.
9703         (riscv_function_arg_advance): Likewise.
9704         (riscv_arg_partial_bytes): Likewise.
9705         (riscv_function_value): Likewise.
9706         (riscv_pass_by_reference): Likewise.
9707         (riscv_setup_incoming_varargs): Likewise.
9708         (riscv_print_operand): Likewise.
9709         (riscv_elf_select_rtx_section): Likewise.
9710         (riscv_save_restore_reg): Likewise.
9711         (riscv_for_each_saved_reg): Likewise.
9712         (riscv_register_move_cost): Likewise.
9713         (riscv_hard_regno_mode_ok_p): Likewise.
9714         (riscv_hard_regno_nregs): Likewise.
9715         (riscv_class_max_nregs): Likewise.
9716         (riscv_memory_move_cost): Likewise.
9717         * config/rl78/rl78-protos.h (rl78_split_movsi): Likewise.
9718         * config/rl78/rl78.c (rl78_split_movsi): Likewise.
9719         (rl78_addr_space_address_mode): Likewise.
9720         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
9721         Likewise.
9722         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Likewise.
9723         (rs6000_reassociation_width): Likewise.
9724         (rs6000_invalid_binary_op): Likewise.
9725         (fusion_p9_p): Likewise.
9726         (emit_fusion_p9_load): Likewise.
9727         (emit_fusion_p9_store): Likewise.
9728         * config/visium/visium-protos.h (prepare_move_operands): Likewise.
9729         (ok_for_simple_move_operands): Likewise.
9730         (ok_for_simple_move_strict_operands): Likewise.
9731         (ok_for_simple_arith_logic_operands): Likewise.
9732         (visium_legitimize_reload_address): Likewise.
9733         (visium_select_cc_mode): Likewise.
9734         (output_cbranch): Likewise.
9735         (visium_split_double_move): Likewise.
9736         (visium_expand_copysign): Likewise.
9737         (visium_expand_int_cstore): Likewise.
9738         (visium_expand_fp_cstore): Likewise.
9739         * config/visium/visium.c (visium_pass_by_reference): Likewise.
9740         (visium_function_arg): Likewise.
9741         (visium_function_arg_advance): Likewise.
9742         (visium_libcall_value): Likewise.
9743         (visium_setup_incoming_varargs): Likewise.
9744         (visium_legitimate_constant_p): Likewise.
9745         (visium_legitimate_address_p): Likewise.
9746         (visium_legitimize_address): Likewise.
9747         (visium_secondary_reload): Likewise.
9748         (visium_register_move_cost): Likewise.
9749         (visium_memory_move_cost): Likewise.
9750         (prepare_move_operands): Likewise.
9751         (ok_for_simple_move_operands): Likewise.
9752         (ok_for_simple_move_strict_operands): Likewise.
9753         (ok_for_simple_arith_logic_operands): Likewise.
9754         (visium_function_value_1): Likewise.
9755         (rtx_ok_for_offset_p): Likewise.
9756         (visium_legitimize_reload_address): Likewise.
9757         (visium_split_double_move): Likewise.
9758         (visium_expand_copysign): Likewise.
9759         (visium_expand_int_cstore): Likewise.
9760         (visium_expand_fp_cstore): Likewise.
9761         (visium_split_cstore): Likewise.
9762         (visium_select_cc_mode): Likewise.
9763         (visium_split_cbranch): Likewise.
9764         (output_cbranch): Likewise.
9765         (visium_print_operand_address): Likewise.
9766         * expmed.c (flip_storage_order): Likewise.
9767         * expmed.h (emit_cstore): Likewise.
9768         (flip_storage_order): Likewise.
9769         * genrecog.c (validate_pattern): Likewise.
9770         * hsa-gen.c (gen_hsa_addr): Likewise.
9771         * internal-fn.c (expand_arith_overflow): Likewise.
9772         * ira-color.c (allocno_copy_cost_saving): Likewise.
9773         * lra-assigns.c (find_hard_regno_for_1): Likewise.
9774         * lra-constraints.c (prohibited_class_reg_set_mode_p): Likewise.
9775         (process_invariant_for_inheritance): Likewise.
9776         * lra-eliminations.c (move_plus_up): Likewise.
9777         * omp-low.c (lower_oacc_reductions): Likewise.
9778         * simplify-rtx.c (simplify_subreg): Likewise.
9779         * target.def (TARGET_SETUP_INCOMING_VARARG_BOUNDS): Likewise.
9780         (TARGET_CHKP_BOUND_MODE): Likewise..
9781         * targhooks.c (default_chkp_bound_mode): Likewise.
9782         (default_setup_incoming_vararg_bounds): Likewise.
9783         * targhooks.h (default_chkp_bound_mode): Likewise.
9784         (default_setup_incoming_vararg_bounds): Likewise.
9785         * tree-ssa-math-opts.c (divmod_candidate_p): Likewise.
9786         * tree-vect-loop.c (calc_vec_perm_mask_for_shift): Likewise.
9787         (have_whole_vector_shift): Likewise.
9788         * tree-vect-stmts.c (vectorizable_load): Likewise.
9789         * doc/tm.texi: Regenerate.
9791 2017-07-05  Georg-Johann Lay  <avr@gjlay.de>
9793         Graceful degrade if Binutils PR21472 is not available.
9795         PR target/81072
9796         * configure.ac [target=avr]: WARN instead of ERROR if avrxmega3
9797         .rodata in flash test fails.
9798         (HAVE_LD_AVR_AVRXMEGA3_RODATA_IN_FLASH): Define it if test passes.
9799         * confgure: Regenerate.
9800         * config.in: Regenerate.
9801         * config/avr/avr.c (avr_asm_named_section)
9802         [HAVE_LD_AVR_AVRXMEGA3_RODATA_IN_FLASH]: Only trigger
9803         __do_copy_data for stuff in .rodata if flash_pm_offset = 0.
9804         (avr_asm_init_sections): Same.
9806 2017-07-05  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
9808         * config/arm/neon.md (fma<VCVTF:mode>4): Remove %?.
9809         (fma<VH:mode>4_intrinsic): Likewise.
9810         (*fmsub<VCVTF:mode>4): Likewise.
9811         (*fmsub<VH:mode>4_intrinsic): Likewise.
9813 2017-07-05  Georg-Johann Lay  <avr@gjlay.de>
9815         PR target/81305
9816         * config/avr/avr.c (avr_out_movhi_mr_r_xmega) [CONSTANT_ADDRESS_P]:
9817         Don't depend on "optimize > 0".
9818         (out_movhi_r_mr, out_movqi_mr_r): Same.
9819         (out_movhi_mr_r, out_movqi_r_mr): Same.
9820         (avr_address_cost) [CONSTANT_ADDRESS_P]: Don't depend cost for
9821         io_address_operand on "optimize > 0".
9823 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
9825         * tree-loop-distribution.c: Add general explanantion on the pass.
9826         (generate_loops_for_partition): Mark distributed loop.
9827         (pg_add_dependence_edges): New parameter.  Handle alias data
9828         dependence specially and record it in the parameter if asked.
9829         (struct pg_vdata, pg_edata, pg_edge_callback_data): New structs.
9830         (init_partition_graph_vertices, add_partition_graph_edge): New.
9831         (pg_skip_alias_edge, free_partition_graph_edata_cb): New.
9832         (free_partition_graph_vdata, build_partition_graph): New.
9833         (sort_partitions_by_post_order, merge_dep_scc_partitions): New.
9834         (pg_collect_alias_ddrs, break_alias_scc_partitions): New.
9835         (data_ref_segment_size, latch_dominated_by_data_ref): New.
9836         (compute_alias_check_pairs, version_loop_by_alias_check): New.
9837         (version_for_distribution_p, finalize_partitions): New.
9838         (distribute_loop): Handle alias data dependence specially.  Factor
9839         out loop fusion code as functions and call these functions.
9841 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
9843         * tree-loop-distribution.c (classify_partition): New parameter and
9844         better handle reduction statement.
9845         (rdg_build_partitions): Revise comment.
9846         (distribute_loop): Compute statements in all partitions and pass it
9847         to classify_partition.
9849 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
9851         * tree-loop-distribution.c (enum partition_type): New.
9852         (struct partition): New field type.
9853         (partition_merge_into): Add parameter.  Update partition type.
9854         (data_dep_in_cycle_p, update_type_for_merge): New functions.
9855         (build_rdg_partition_for_vertex): Compute partition type.
9856         (rdg_build_partitions): Dump partition type.
9857         (distribute_loop): Update calls to partition_merge_into.
9859 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
9861         * tree-loop-distribution.c (struct ddr_hasher): New.
9862         (ddr_hasher::hash, ::equal, get_data_dependence): New function.
9863         (ddrs_table): New.
9864         (classify_partition): Call get_data_dependence.
9865         (pg_add_dependence_edges): Ditto.
9866         (distribute_loop): Release data dependence hash table.
9868 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
9870         * tree-loop-distribution.c (ref_base_address): Delete.
9871         (similar_memory_accesses): Rename ...
9872         (share_memory_accesses): ... to this.  Check if partitions access
9873         the same memory reference.
9874         (distribute_loop): Call share_memory_accesses.
9876 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
9878         * tree-loop-distribution.c (struct partition): New field recording
9879         its data reference.
9880         (partition_alloc, partition_free): Init and release data refs.
9881         (partition_merge_into): Merge data refs.
9882         (build_rdg_partition_for_vertex): Collect data refs for partition.
9883         (pg_add_dependence_edges): Change parameters from vector to bitmap.
9884         Update uses.
9885         (distribute_loop): Remve data refs from vertice data of partition
9886         graph.
9888 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
9890         * tree-loop-distribution.c (params.h): Include header file.
9891         (MAX_DATAREFS_NUM, DR_INDEX): New macro.
9892         (datarefs_vec): New global var.
9893         (create_rdg_vertices): Use datarefs_vec directly.
9894         (free_rdg): Don't free data references.
9895         (build_rdg): Update use.  Don't free data references.
9896         (distribute_loop): Compute global variable for data references.
9897         Bail out if there are too many data references.
9899 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
9901         * tree-loop-distribution.c (loop_nest): New global var.
9902         (build_rdg): Use loop directly, rather than loop nest.
9903         (pg_add_dependence_edges): Remove loop nest parameter.  Use global
9904         variable directly.
9905         (distribute_loop): Compute global variable loop nest.  Update use.
9907 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
9909         * tree-loop-distribution.c (enum fuse_type, fuse_message): New.
9910         (partition_merge_into): New parameter.  Dump reason for fusion.
9911         (distribute_loop): Update use of partition_merge_into.
9913 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
9915         * tree-loop-distribution.c (bb_top_order_index): New.
9916         (bb_top_order_index_size, bb_top_order_cmp): New.
9917         (stmts_from_loop): Use topological order.
9918         (pass_loop_distribution::execute): Compute and release topological
9919         order for basic blocks.
9921 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
9923         * tree-loop-distribution.c (pass_loop_distribution::execute): Skip
9924         if no loops.
9926 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
9928         * cfgloop.h (struct loop): Add comment.  New field orig_loop_num.
9929         * cfgloopmanip.c (lv_adjust_loop_entry_edge): Comment change.
9930         * internal-fn.c (expand_LOOP_DIST_ALIAS): New function.
9931         * internal-fn.def (LOOP_DIST_ALIAS): New.
9932         * tree-vectorizer.c (fold_loop_vectorized_call): Rename to ...
9933         (fold_loop_internal_call): ... this.
9934         (vect_loop_dist_alias_call): New function.
9935         (set_uid_loop_bbs): Call fold_loop_internal_call.
9936         (vectorize_loops): Fold IFN_LOOP_VECTORIZED and IFN_LOOP_DIST_ALIAS
9937         internal calls.
9939 2017-07-04  Uros Bizjak  <ubizjak@gmail.com>
9941         PR target/81300
9942         * config/i386/i386.md (setcc + movzbl/and to xor + setcc peepholes):
9943         Require dead FLAGS_REG at the beginning of a peephole.
9945 2017-07-04  Uros Bizjak  <ubizjak@gmail.com>
9947         PR target/81294
9948         * config/i386/adxintrin.h (_subborrow_u32): Swap _X and _Y
9949         arguments in the call to __builtin_ia32_sbb_u32.
9950         (_subborrow_u64): Swap _X and _Y arguments in the call to
9951         __builtin_ia32_sbb_u64.
9953 2017-07-04  Jakub Jelinek  <jakub@redhat.com>
9955         PR debug/81278
9956         * tree-vrp.c (compare_assert_loc): Turn into a function template
9957         with stable template parameter.  Only test if a->e is NULL,
9958         !a->e == !b->e has been verified already.  Use e == NULL or
9959         e != NULL instead of e or ! e tests.  If stable is true, don't use
9960         iterative_hash_expr, on the other side allow a or b or both NULL
9961         and sort the NULLs last.
9962         (process_assert_insertions): Sort using compare_assert_loc<false>
9963         instead of compare_assert_loc, later sort using
9964         compare_assert_loc<true> before calling process_assert_insertions_for
9965         in a loop.  Use break instead of continue once seen NULL pointer.
9967 2017-07-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
9969         * config/arm/driver-arm.c (arm_cpu_table): Add entry for ARM
9970         Cortex-R7 and Cortex-R8 processors.
9972 2017-07-04  Jan Hubicka  <hubicka@ucw.cz>
9974         * ipa-utils.c (ipa_merge_profiles): Fix merging when dst is
9975         uninitialized while src is not.
9977 2017-07-04  Richard Earnshaw  <rearnsha@arm.com>
9979         * common/config/arm/arm-common.c: Adjust include path for
9980         arm-cpu-cdata.h
9981         * config/arm/t-arm (TM_H): Adjust path for arm-cpu.h.
9982         (arm-cpu.h): Create in build directory.  Adjust dependency rules.
9983         (arm-cpu-data.h): Likewise.
9984         (arm-cpu-cdata.h): Likewise.
9985         * config/arm/arm-cpu.h: Delete.
9986         * config/arm/arm-cpu-cdata.h: Delete.
9987         * config/arm/arm-cpu-data.h: Delete.
9989 2017-07-04  James Greenhalgh  <james.greenhalgh@arm.com>
9991         * config/arm/arm-cpus.in (cortex-a55): New.
9992         (cortex-a75): Likewise.
9993         (cortex-a75.cortex-a55): Likewise.
9994         * config/arm/driver-arm.c (arm_cpu_table): Add cortex-a55 and
9995         cortex-a75.
9996         * doc/invoke.texi (-mcpu): Document cortex-a55 and cortex-a75.
9997         * config/arm/arm-cpu-cdata.h: Regenerate.
9998         * config/arm/arm-cpu-data.h: Regenerate.
9999         * config/arm/arm-cpu.h: Regenerate.
10000         * config/arm/arm-tables.opt: Regenerate.
10001         * config/arm/arm-tune.md: Regenerate.
10003 2017-07-04  Jan Hubicka  <hubicka@ucw.cz>
10005         * haifa-sched.c (sched_create_recovery_edges): Update profile.
10007 2017-07-04  Jan Hubicka  <hubicka@ucw.cz>
10009         * bb-reorder.c (better_edge_p): Fix handling of uninitialized
10010         probability.
10012 2017-07-04  Richard Sandiford  <richard.sandiford@linaro.org>
10014         PR tree-optimization/81292
10015         * tree-ssa-strlen.c (handle_builtin_strlen): When setting
10016         full_string_p, also call adjust_related_strinfos if the adjustment
10017         is simple, otherwise invalidate related strinfos.
10019 2017-07-04  Martin Liska  <mliska@suse.cz>
10021         PR sanitizer/81040
10022         * sanopt.c (sanitize_rewrite_addressable_params): Mark the
10023         newly created variable as DECL_IGNORED_P.
10025 2017-07-04  Martin Liska  <mliska@suse.cz>
10027         PR ipa/81293
10028         * ipa-inline.c (inline_small_functions):
10029         Use xstrdup_for_dump.
10031 2017-07-04  Tom de Vries  <tom@codesourcery.com>
10033         * graph.c (draw_cfg_edges): Save and restore EDGE_DFS_BACK.
10035 2017-07-03  Dominique d'Humieres  <dominiq@lps.ens.fr>
10037         PR target/81033
10038         * config/darwin.c (darwin_function_switched_text_sections):
10039         Fix spaces.
10041 2017-07-03  Jan Hubicka  <hubicka@ucw.cz>
10043         * tree-vect-loop-manip.c (vect_do_peeling): Fix scaling up.
10045 2017-07-03  Richard Earnshaw  <rearnsha@arm.com>
10047         * doc/invoke.texi (ARM Options): Add -mbe8 and -mbe32 to option summary.
10049 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
10051         * tree-vect-loop.c (vect_analyze_loop_2): Treat min_scalar_loop_bound,
10052         min_profitable_iters, and th as inclusive lower bounds.
10053         Fix LOOP_VINFO_PEELING_FOR_GAPS condition.
10054         (vect_estimate_min_profitable_iters): Return inclusive lower bounds
10055         for min_profitable_iters and min_profitable_estimate.
10056         (vect_transform_loop): Treat th as an inclusive lower bound.
10057         * tree-vect-loop-manip.c (vect_loop_versioning): Likewise.
10059 2017-07-03  Dominique d'Humieres  <dominiq@lps.ens.fr>
10061         PR target/81033
10062         * config/darwin.c (darwin_function_switched_text_sections):
10063         Replace DECL_NAME with DECL_ASSEMBLER_NAME, split assemble_name_raw
10064         in two pieces, and suppress the use of buf.
10066 2017-07-03  Nathan Sidwell  <nathan@acm.org>
10068         * hash-table.h (hash_table_mod1): Fix indentation.
10070 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
10072         PR middle-end/81290
10073         * predict.c (force_edge_cold): Be more careful about propagation
10074         backward.
10075         * profile-count.h (profile_probability::guessed,
10076         profile_probability::fdo, profile_count::guessed, profile_count::fdo):
10077         New.
10078         * tree-ssa-threadupdate.c (recompute_probabilities): Result is guessed.
10080 2017-07-03  James Greenhalgh  <james.greenhalgh@arm.com>
10082         * doc/invoke.texi (rcpc architecture extension): Document it.
10084 2017-07-03  Richard Biener  <rguenther@suse.de>
10086         PR tree-optimization/60510
10087         * tree-vect-loop.c (vect_create_epilog_for_reduction): Pass in
10088         the scalar reduction PHI and use it.
10089         (vectorizable_reduction): Properly guard the single_defuse_cycle
10090         path for non-SLP reduction chains where we cannot use it.
10091         Rework reduc_def/index and vector type deduction.  Rework
10092         vector operand gathering during reduction op code-gen.
10093         * tree-vect-slp.c (vect_analyze_slp): For failed SLP reduction
10094         chains dissolve the chain and leave it to non-SLP reduction
10095         handling.
10097 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
10099         * tree-data-ref.h (dr_alignment): Declare.
10100         * tree-data-ref.c (dr_alignment): New function.
10101         * tree-vectorizer.h (dataref_aux): Remove base_element_aligned.
10102         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Don't
10103         set it.
10104         * tree-vect-stmts.c (vectorizable_store): Use dr_alignment.
10106 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
10108         * tree-data-ref.h (innermost_loop_behavior): Add base_alignment
10109         and base_misalignment fields.
10110         (DR_BASE_ALIGNMENT, DR_BASE_MISALIGNMENT): New macros.
10111         * tree-data-ref.c: Include builtins.h.
10112         (dr_analyze_innermost): Set up the new innmost_loop_behavior fields.
10113         * tree-vectorizer.h (STMT_VINFO_DR_BASE_ALIGNMENT): New macro.
10114         (STMT_VINFO_DR_BASE_MISALIGNMENT): Likewise.
10115         * tree-vect-data-refs.c: Include tree-cfg.h.
10116         (vect_compute_data_ref_alignment): Use the new innermost_loop_behavior
10117         fields instead of calculating an alignment here.
10118         (vect_analyze_data_refs): Use dr_analyze_innermost.  Dump the new
10119         innermost_loop_behavior fields.
10121 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
10123         * tree-data-ref.h (innermost_loop_behavior): Add a step_alignment
10124         field.
10125         (DR_STEP_ALIGNMENT): New macro.
10126         * tree-vectorizer.h (STMT_VINFO_DR_STEP_ALIGNMENT): Likewise.
10127         * tree-data-ref.c (dr_analyze_innermost): Initalize step_alignment.
10128         (create_data_ref): Print it.
10129         * tree-vect-stmts.c (vectorizable_load): Use the step alignment
10130         to tell whether the step preserves vector (mis)alignment.
10131         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Likewise.
10132         Move the check for an integer step and generalise to all INTEGER_CST.
10133         (vect_analyze_data_refs): Set DR_STEP_ALIGNMENT when setting DR_STEP.
10134         Print the outer step alignment.
10136 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
10138         * tree-data-ref.h (innermost_loop_behavior): Replace aligned_to
10139         with offset_alignment.
10140         (DR_ALIGNED_TO): Delete.
10141         (DR_OFFSET_ALIGNMENT): New macro.
10142         * tree-vectorizer.h (STMT_VINFO_DR_ALIGNED_TO): Delete.
10143         (STMT_VINFO_DR_OFFSET_ALIGNMENT): New macro.
10144         * tree-data-ref.c (dr_analyze_innermost): Update after above changes.
10145         (create_data_ref): Likewise.
10146         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Likewise.
10147         (vect_analyze_data_refs): Likewise.
10148         * tree-if-conv.c (if_convertible_loop_p_1): Use memset before
10149         creating dummy innermost behavior.
10151 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
10153         * tree-data-ref.h (dr_analyze_innermost): Replace the dr argument
10154         with a "innermost_loop_behavior *" and refeence tree.
10155         * tree-data-ref.c (dr_analyze_innermost): Likewise.
10156         (create_data_ref): Update call accordingly.
10157         * tree-predcom.c (find_looparound_phi): Likewise.
10159 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
10161         * tree-vectorizer.h (_stmt_vec_info): Replace individual dr_*
10162         fields with dr_wrt_vec_loop.
10163         (STMT_VINFO_DR_BASE_ADDRESS, STMT_VINFO_DR_INIT, STMT_VINFO_DR_OFFSET)
10164         (STMT_VINFO_DR_STEP, STMT_VINFO_DR_ALIGNED_TO): Update accordingly.
10165         (STMT_VINFO_DR_WRT_VEC_LOOP): New macro.
10166         (vect_dr_behavior): New function.
10167         (vect_create_addr_base_for_vector_ref): Remove loop parameter.
10168         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Use
10169         vect_dr_behavior.  Use a step_preserves_misalignment_p boolean to
10170         track whether the step preserves the misalignment.
10171         (vect_create_addr_base_for_vector_ref): Remove loop parameter.
10172         Use vect_dr_behavior.
10173         (vect_setup_realignment): Update call accordingly.
10174         (vect_create_data_ref_ptr): Likewise.  Use vect_dr_behavior.
10175         * tree-vect-loop-manip.c (vect_gen_prolog_loop_niters): Update
10176         call to vect_create_addr_base_for_vector_ref.
10177         (vect_create_cond_for_align_checks): Likewise.
10178         * tree-vect-patterns.c (vect_recog_bool_pattern): Copy
10179         STMT_VINFO_DR_WRT_VEC_LOOP as a block.
10180         (vect_recog_mask_conversion_pattern): Likewise.
10181         * tree-vect-stmts.c (compare_step_with_zero): Use vect_dr_behavior.
10182         (new_stmt_vec_info): Remove redundant zeroing.
10184 2017-07-03  Richard Earnshaw  <rearnsha@arm.com>
10186         * common/config/arm/arm-common.c (arm_be8_option): New function.
10187         * config/arm/arm-isa.h (isa_feature): Add new feature bit isa_bit_be8.
10188         (ISA_ARMv6): Add isa_bit_be8.
10189         * config/arm/arm.h (arm_be8_option): Add prototype.
10190         (BE8_SPEC_FUNCTION): New define.
10191         (EXTRA_SPEC_FUNCTIONS): Add BE8_SPEC_FUNCTION.
10192         * config/arm/arm.opt (mbig-endian): Mark as Negative of mlittle-endian.
10193         (mlittle-endian): Similarly.
10194         (mbe8, mbe32): New options.
10195         * config/arm/bpabi.h (BE8_LINK_SPEC): Call arm_be8_option.
10196         * doc/invoke.texi (ARM Options): Document -mbe8 and -mbe32.
10198 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
10200         * tree-cfg.c (gimple_find_sub_bbs): Fix profile updating.
10202 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
10204         * tree-cfgcleanup.c (want_merge_blocks_p): New function.
10205         (cleanup_tree_cfg_bb): Use it.
10206         * profile-count.h (profile_count::of_for_merging, profile_count::merge):
10207         New functions.
10208         * tree-cfg.c (gimple_merge_blocks): Use profile_count::merge.
10210 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
10212         PR bootstrap/81285
10213         * loop-doloop.c (add_test): Update profile.
10215 2017-07-03  Martin Liska  <mliska@suse.cz>
10217         PR sanitize/81040
10218         * sanopt.c (rewrite_usage_of_param): New function.
10219         (sanitize_rewrite_addressable_params): Likewise.
10220         (pass_sanopt::execute): Call rewrite_usage_of_param.
10222 2017-07-03  Richard Biener  <rguenther@suse.de>
10224         * tree-vect-loop.c (vect_create_epilog_for_reduction): Revert
10225         back to using VIEW_CONVERT_EXPR.
10227 2017-07-03  Martin Liska  <mliska@suse.cz>
10229         PR other/78366
10230         * doc/extend.texi: Document when a resolver function is
10231         generated for target_clones.
10233 2017-07-03  Martin Liska  <mliska@suse.cz>
10235         * asan.c (asan_emit_stack_protection): Unpoison just red zones
10236         and shadow memory of auto variables which are subject of
10237         use-after-scope sanitization.
10238         (asan_expand_mark_ifn): Add do set only when is_poison.
10240 2016-07-03  Richard Biener  <rguenther@suse.de>
10242         * tree-vect-loop.c (vect_analyze_loop_operations): Also analyze
10243         reduction PHIs.
10244         (vect_force_simple_reduction): Record reduction def -> phi mapping.
10245         (vectorizable_reduction): Perform reduction PHI creation when
10246         visiting a reduction PHI and adjust and simplify code generation
10247         phase of the reduction op.  Cache dts, use fold_binary, not fold_build2.
10248         (vect_transform_loop): Visit reduction PHIs.
10249         * tree-vect-slp.c (vect_get_and_check_slp_defs): Record reduction
10250         defs into the SLP tree.
10251         (vect_build_slp_tree): Reduction defs terminate the recursion.
10252         * tree-vect-stmts.c (vect_get_vec_def_for_operand_1): Allow lookup
10253         of reduction defs.
10254         (vect_get_vec_defs_for_stmt_copy): Export.
10255         (vect_get_vec_defs): Likewise.
10256         * tree-vectorizer.h (struct _stmt_vec_info): Amend reduc_def
10257         purpose.
10258         (vect_get_vec_defs_for_stmt_copy): Declare.
10259         (vect_get_vec_defs): Likewise.
10261 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
10263         * tree-data-ref.c (dr_analyze_innermost): Replace the "nest"
10264         parameter with a "loop" parameter and use it instead of the
10265         loop containing DR_STMT.  Don't check simple_iv when doing
10266         BB analysis.  Describe the two analysis modes in the comment.
10268 2017-07-03  Tom de Vries  <tom@codesourcery.com>
10270         PR tree-optimization/69468
10271         * tree-ssa-tail-merge.c (ignore_edge_flags): New constant.
10272         (find_same_succ_bb): Handle ignore_edge_flags.
10274 2017-07-03  Tom de Vries  <tom@codesourcery.com>
10276         PR tree-optimization/81192
10277         * tree-ssa-tail-merge.c (same_succ_hash): Use bb->loop_father->num in
10278         hash.
10279         (same_succ::equal): Don't find bbs to be equal if bb->loop_father
10280         differs.
10281         (find_same_succ_bb): Remove obsolete test on bb->loop_father->latch.
10283 2017-07-03  Tom de Vries  <tom@codesourcery.com>
10285         PR tree-optimization/81192
10286         * tree-ssa-tail-merge.c (same_succ_flush_bb): Handle
10287         BB_SAME_SUCC (bb) == NULL.
10289 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
10291         * cfgrtl.c (rtl_verify_edges): Enable checking of profile_probability
10292         consistency.
10294 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
10296         * dumpfile.c: Include profile-count.h
10297         * tree-cfg.c (gimple_duplicate_sese_tail): Drop UNUSED attributes;
10298         update profile.
10299         (insert_cond_bb): Update profile.
10300         * tree-cfg.h (insert_cond_bb): Update prototype.
10301         * tree-chkp-opt.c (chkp_optimize_string_function_calls): Update.
10302         * tree-dump.c: Do not include tree-cfg.
10304 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
10306         * bb-reorder.c (fix_up_crossing_landing_pad): Update profile.
10308 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
10310         * expect.c (dw2_build_landing_pads): Update profile of the landing pad
10311         bb.
10313 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
10315         * tree-complex.c (expand_complex_div_wide): update profile.
10317 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
10318             Alan Hayward  <alan.hayward@arm.com>
10319             David Sherwood  <david.sherwood@arm.com>
10321         * Makefile.in (MACHMODE_H): Remove insn-modes.h
10322         (CORETYPES_H): New define.
10323         (MOSTLYCLEANFILES): Add insn-modes-inline.h.
10324         (insn-modes-inline.h, s-modes-inline-h): New rules.
10325         (generated_files): Add insn-modes-inline.h.
10326         (RTL_BASE_H, TREE_CORE_H): Use CORETYPES_H instead of coretypes.h.
10327         (build/gensupport.o, build/ggc-none.o, build/print-rtl.o): Likewise.
10328         (build/read-md.o, build/read-rtl.o, build/rtl.o): Likewise.
10329         (build/vec.o, build/hash-table.o, build/inchash.o): Likewise.
10330         (build/gencondmd.o, build/genattr.o, build/genattr-common.o): Likewise.
10331         (build/genattrtab.o, build/genautomata.o, build/gencheck.o): Likewise.
10332         (build/gencodes.o, build/genconditions.o): Likewise.
10333         (build/genconfig.o, build/genconstants.o, build/genemit.o): Likewise.
10334         (build/genenums.o, build/genextract.o, build/genflags.o): Likewise.
10335         (build/gentarget-def.o, build/genmddeps.o, build/genopinit.o)
10336         (build/genoutput.o, build/genpeep.o, build/genpreds.o): Likewise.
10337         (build/genrecog.o, build/genmddump.o, build/genmatch.o): Likewise.
10338         (build/gencfn-macros.o, build/gcov-iov.o): Likewise.
10339         * coretypes.h: Include everything up to real.h for generators.
10340         Include insn-modes.h first.  Include wide-int-print.h after
10341         wide-int.h.  Include insn-modes-inline.h and then machmode.h.
10342         * machmode.h: Don't include insn-modes.h here.
10343         * function-tests.c: Remove includes of signop.h, machmode.h,
10344         double-int.h and wide-int.h.
10345         * rtl.h: Likewise.
10346         * gcc-rich-location.c: Remove includes of machmode.h, double-int.h
10347         and wide-int.h.
10348         * optc-save-gen.awk: Likewise.
10349         * gencheck.c (BITS_PER_UNIT): Delete dummy definition.
10350         * godump.c: Remove include of wide-int-print.h.
10351         * pretty-print.h: Likewise.
10352         * wide-int-print.cc: Likewise.
10353         * wide-int.cc: Likewise.
10354         * hash-map-tests.c: Remove include of signop.h.
10355         * hash-set-tests.c: Likewise.
10356         * rtl-tests.c: Likewise.
10357         * mkconfig.sh: Remove include of machmode.h.
10358         * genmodes.c (emit_insn_modes_h): Split emission of inline functions
10359         into...
10360         (emit_insn_modes_inline_h): ...this new function.  Emit the code
10361         into an insn-modes-inline.h header file, adding appropriate
10362         include guards and end comments.
10363         (emit_insn_modes_c_header): Remove include of machmode.h.
10364         (emit_min_insn_modes_c_header): Include coretypes.h rather than
10365         machmode.h.
10366         (main): Handle -i flag and call emit_insn_modes_inline_h when
10367         it is passed.
10369 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
10371         * tree-ssa-strlen.c (strinfo): Rename the length field to
10372         nonzero_chars.  Add a full_string_p field.
10373         (compare_nonzero_chars, zero_length_string_p): New functions.
10374         (get_addr_stridx): Add an offset_out parameter.
10375         Use compare_nonzero_chars.
10376         (get_stridx): Update accordingly.  Use compare_nonzero_chars.
10377         (new_strinfo): Update after above changes to strinfo.
10378         (set_endptr_and_length): Set full_string_p.
10379         (get_string_length): Update after above changes to strinfo.
10380         (unshare_strinfo): Update call to new_strinfo.
10381         (maybe_invalidate): Likewise.
10382         (get_stridx_plus_constant): Change off to unsigned HOST_WIDE_INT.
10383         Use compare_nonzero_chars and zero_string_p.  Treat nonzero_chars
10384         as a uhwi instead of an shwi.  Update after above changes to
10385         strinfo and new_strinfo.
10386         (zero_length_string): Assert that chainsi contains full strings.
10387         Use zero_length_string_p.  Update call to new_strinfo.
10388         (adjust_related_strinfos): Update after above changes to strinfo.
10389         Copy full_string_p from origsi.
10390         (adjust_last_stmt): Use zero_length_string_p.
10391         (handle_builtin_strlen): Update after above changes to strinfo and
10392         new_strinfo.  Install the lhs as the string length if the previous
10393         entry didn't describe a full string.
10394         (handle_builtin_strchr): Update after above changes to strinfo
10395         and new_strinfo.
10396         (handle_builtin_strcpy): Likewise.
10397         (handle_builtin_strcat): Likewise.
10398         (handle_builtin_malloc): Likewise.
10399         (handle_pointer_plus): Likewise.
10400         (handle_builtin_memcpy): Likewise.  Track nonzero characters
10401         that aren't necessarily followed by a nul terminator.
10402         (handle_char_store): Likewise.
10404 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
10406         PR tree-optimization/80769
10407         * tree-ssa-strlen.c (strinfo): Document that "stmt" is also used
10408         for malloc and calloc.  Document the new invariant that all related
10409         strinfos have delayed lengths or none do.
10410         (verify_related_strinfos): Move earlier in file.
10411         (set_endptr_and_length): New function, split out from...
10412         (get_string_length): ...here.  Also set the lengths of related
10413         strinfos.
10414         (zero_length_string): Assert that chainsi has known (rather than
10415         delayed) lengths.
10416         (adjust_related_strinfos): Likewise.
10418 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
10420         PR tree-optimization/81136
10421         * tree-vect-data-refs.c (vect_update_misalignment_for_peel): Only
10422         assert that two references with the same misalignment have the same
10423         compile-time misalignment if those compile-time misalignments
10424         are known.
10426 2017-07-01  Andi Kleen  <ak@linux.intel.com>
10428         * print-tree.c (print_node): Print all attributes.
10430 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
10432         * cfg.c (scale_bbs_frequencies): New function.
10433         * cfg.h (scale_bbs_frequencies): Declare it.
10434         * cfgloopanal.c (single_likely_exit): Cleanup.
10435         * cfgloopmanip.c (scale_loop_frequencies): Take profile_probability
10436         as parameter.
10437         (scale_loop_profile): Likewise.
10438         (loop_version): Likewise.
10439         (create_empty_loop_on_edge): Update.
10440         * cfgloopmanip.h (scale_loop_frequencies, scale_loop_profile,
10441         scale_loop_frequencies, scale_loop_profile, loopify,
10442         loop_version): Update prototypes.
10443         * modulo-sched.c (sms_schedule): Update.
10444         * predict.c (unlikely_executed_edge_p): Also check probability.
10445         (probably_never_executed_edge_p): Fix typo.
10446         * tree-if-conv.c (version_loop_for_if_conversion): Update.
10447         * tree-parloops.c (gen_parallel_loop): Update.
10448         * tree-ssa-loop-ivcanon.c (try_peel_loop): Update.
10449         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update.
10450         * tree-ssa-loop-split.c (split_loop): Update.
10451         * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Update.
10452         * tree-vect-loop-manip.c (vect_do_peeling): Update.
10453         (vect_loop_versioning): Update.
10454         * tree-vect-loop.c (scale_profile_for_vect_loop): Update.
10456 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
10458         * trans-mem.c (split_bb_make_tm_edge): Update profile.
10460 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
10462         * tree-if-conv.c (combine_blocks): Use make_single_succ_edge
10463         to keep profile consistent.
10465 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
10467         * cfgrtl.c (rtl_flow_call_edges_add): Update profile.
10468         * tree-cfg.c (gimple_flow_call_edges_add): Likewise.
10469         * profile-count.h (max_safe_multiplier): Make unsigned.
10470         (profile_count::guessed_zero): New.
10472 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
10474         * bb-reorder.c (fix_up_crossing_landing_pad,
10475         fix_crossing_conditional_branches): Use make_single_succ_edge
10476         to keep profile consistent.
10478 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
10480         * tree-vect-loop.c (optimize_mask_stores): Use make_single_succ_edge
10481         to update profile.
10483 2017-07-01  Jakub Jelinek  <jakub@redhat.com>
10485         PR sanitizer/81262
10486         * bb-reorder.c (fix_up_fall_thru_edges): Move variable declarations to
10487         the right scopes, make sure cond_jump isn't preserved between multiple
10488         iterations.  Search for fallthru edge whenever there are 3+ edges and
10489         use find_fallthru_edge for it.
10491 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
10493         Patch by Alexander Monakov <amonakov@ispras.ru>
10494         * sel-sched-ir.c (compute_succs_info): Handle uninitialized
10495         probabilities consistently.
10497 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
10499         * pa.c (pa_expand_compare_and_swap_loop): Update call of
10500         emit_cmp_and_jump_insns.
10502 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
10504         PR ipa/81261
10505         * tree-inline.c (expand_call_inline): Combine profile statuses.
10507 2017-06-30  Andrew Pinski  <apinski@cavium.com>
10509         * tree-if-conv.c (predicate_scalar_phi): Update new_stmt if
10510         fold_stmt returned true.
10512 2017-06-30  Nathan Sidwell  <nathan@acm.org>
10514         * ggc.h (empty_string): Delete.
10515         * cfgexpand.c (expand_asm_stmt): Use plain "".
10516         * optabs.c (expand_asm_memory_barrier): Likewise.
10517         * stringpool.c (empty_string): Delete.
10518         (digit_vector, digit_string): Delete.
10519         (ggc_alloc_string): Use plain "", don't optimize single digit
10520         strings.  Use ggc_alloc_atomic.
10522 2017-06-30  Richard Earnshaw  <rearnsha@arm.com>
10524         * rtlanal.c (insn_rtx_cost): If a parallel contains exactly one
10525         comparison set and one other set, use the cost of the non-comparison
10526         set.
10528 2017-06-30  Nathan Sidwell  <nathan@acm.org>
10530         * ggc.h: Replace all 'static inline' with plain 'inline'.  Fix
10531         some formatting.
10533 2017-06-30  Peter Bergner  <bergner@vnet.ibm.com>
10535         * tree-cfg.c (group_case_labels_stmt): Merge scanning and compressing
10536         loops.  Remove now unneeded calls to gimple_switch_set_label() that
10537         just set removed labels to NULL_TREE.
10539 2017-06-30  Aldy Hernandez  <aldyh@redhat.com>
10541         * tree-ssanames.c (set_range_info_raw): Abstract from ...
10542         (set_range_info): ...here.  Only call set_range_info_raw if domain
10543         is useful.
10544         (set_nonzero_bits): Call set_range_info_raw.
10545         * tree-ssanames.h (set_range_info_raw): New.
10547 2017-06-30  Jakub Jelinek  <jakub@redhat.com>
10549         PR target/81225
10550         * config/i386/sse.md (vec_extract_lo_<mode><mask_name>): For V8FI,
10551         V16FI and VI8F_256 iterators, use <store_mask_predicate> instead
10552         of nonimmediate_operand and <store_mask_constraint> instead of m
10553         for the input operand.  For V8FI iterator, always split if input
10554         is a MEM.  For V16FI and V8SF_256 iterators, don't test if both
10555         operands are MEM if <mask_applied>.  For VI4F_256 iterator, use
10556         <store_mask_predicate> instead of register_operand and
10557         <store_mask_constraint> instead of v for the input operand.  Make
10558         sure both operands aren't MEMs for if not <mask_applied>.
10560 2017-06-30  Sylvestre Ledru  <sylvestre@debian.org>
10562         * lto-wrapper.c (copy_file) Close both file descriptors before
10563         exiting normally.
10565 2017-06-30  Martin Liska  <mliska@suse.cz>
10567         PR ipa/81214
10568         * multiple_target.c (create_dispatcher_calls): Make ifunc
10569         also for function that don't have calls or are not referenced.
10571 2017-06-30  Richard Biener  <rguenther@suse.de>
10573         * tree-vect-slp.c (vect_slp_analyze_node_operations): Only
10574         analyze the first scalar stmt.  Move vector type computation
10575         for the BB case here from ...
10576         * tree-vect-stmts.c (vect_analyze_stmt): ... here.  Guard
10577         live operation processing in the SLP case properly.
10579 2017-06-30  Richard Biener  <rguenther@suse.de>
10581         * graph.c (draw_cfg_node_succ_edges): Fix broken dot syntax.
10583 2017-06-30  Martin Liska  <mliska@suse.cz>
10585         PR sanitizer/81021
10586         * tree-eh.c (lower_resx): Call BUILT_IN_ASAN_HANDLE_NO_RETURN
10587         before BUILT_IN_UNWIND_RESUME when ASAN is used.
10589 2017-06-30  Yvan Roux  <yvan.roux@linaro.org>
10591         * doc/invoke.texi (AArch64): Add missing options and remove redundant
10592         ones.
10594 2017-06-30  Richard Biener  <rguenther@suse.de>
10596         PR tree-optimization/81249
10597         * tree-vect-loop.c (vect_create_epilog_for_reduction): Convert
10598         condition reduction result to original scalar type.
10600 2017-06-30  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10602         * profile-count.h (enum profile_quality): Fix typos and whitespace
10603         issues.
10605 2017-06-30  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10607         * config/s390/s390.c (s390_expand_setmem): Adjust to the new data
10608         type for branch probabilities.
10610 2017-06-29  Julian Brown  <julian@codesourcery.com>
10611             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
10613         * config/aarch64/aarch64-fusion-pairs.def: Add ALU_BRANCH entry.
10614         * config/aarch64/aarch64.c (AARCH64_FUSE_ALU_BRANCH): New fusion type.
10615         (thunderx2t99_tunings): Set AARCH64_FUSE_ALU_BRANCH flag.
10616         (aarch_macro_fusion_pair_p): Add support for AARCH64_FUSE_ALU_BRANCH.
10618 2017-06-29  Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
10620         * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Push the
10621         check for CC usage into AARCH64_FUSE_CMP_BRANCH.
10622         * config/i386/i386.c (ix86_macro_fusion_pair_p): Push the check for
10623         CC usage from generic code to here.
10624         * sched-deps.c (sched_macro_fuse_insns): Move the condition for
10625         CC usage into the target macros.
10627 2017-06-29  Maya Rashish  <coypu@sdf.org>
10629         * config/netbsd.h (NETBSD_LIB_SPEC): Add -lc when creating shared
10630         objects.
10632 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
10634         * arm/arm-builtins.c: Include profile-count.h
10635         * except.c (sjlj_emit_function_enter): Use
10636         profile_probability::unlikely.
10638 2017-06-29  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
10640         * config/rs6000/rs6000.c (toc_relative_expr_p): Make tocrel_base
10641         and tocrel_offset be pointer args rather than implicitly using
10642         static versions.
10643         (legitimate_constant_pool_address_p, rs6000_emit_move,
10644         const_load_sequence_p, adjust_vperm): Add local tocrel_base and
10645         tocrel_offset and use in toc_relative_expr_p call.
10646         (print_operand, print_operand_address): Use static tocrel_base_oac
10647         and tocrel_offset_oac.
10648         (rs6000_output_addr_const_extra): Use static tocrel_base_oac and
10649         tocrel_offset_oac.
10651 2017-06-29  Maya Rashish  <coypu@sdf.org>
10653         * config/vax/builtins.md (ffssi2_internal): Correct constraint.
10655 2017-06-29  Eric Botcazou  <ebotcazou@adacore.com>
10657         * expr.c (expand_expr) <normal_inner_ref>: When testing for unaligned
10658         objects, take into account only the alignment of 'op0' and 'mode1' if
10659         'op0' is a MEM.
10661 2017-06-29  Steve Ellcey  <sellcey@cavium.com>
10663         * ccmp.c (ccmp_tree_comparison_p): New function.
10664         (ccmp_candidate_p): Update to use above function.
10665         (get_compare_parts): New function.
10666         (expand_ccmp_next): Update to use new functions.
10667         (expand_ccmp_expr_1): Take tree arg instead of gimple, update to use
10668         new functions.
10669         (expand_ccmp_expr): Pass tree instead of gimple to expand_ccmp_expr_1,
10670         take mode as argument.
10671         * ccmp.h (expand_ccmp_expr): Add mode as argument.
10672         * expr.c (expand_expr_real_1): Pass mode as argument.
10674 2017-06-29  Segher Boessenkool  <segher@kernel.crashing.org>
10676         * combine.c (combine_instructions): Print insns to dump_file, together
10677         with their costs.
10679 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
10681         * asan.c (asan_emit_stack_protection): Update.
10682         (create_cond_insert_point): Update.
10683         * auto-profile.c (afdo_propagate_circuit): Update.
10684         * basic-block.h (struct edge_def): Turn probability to
10685         profile_probability.
10686         (EDGE_FREQUENCY): Update.
10687         * bb-reorder.c (find_traces_1_round): Update.
10688         (better_edge_p): Update.
10689         (sanitize_hot_paths): Update.
10690         * cfg.c (unchecked_make_edge): Initialize probability to uninitialized.
10691         (make_single_succ_edge): Update.
10692         (check_bb_profile): Update.
10693         (dump_edge_info): Update.
10694         (update_bb_profile_for_threading): Update.
10695         * cfganal.c (connect_infinite_loops_to_exit): Initialize new edge
10696         probabilitycount to 0.
10697         * cfgbuild.c (compute_outgoing_frequencies): Update.
10698         * cfgcleanup.c (try_forward_edges): Update.
10699         (outgoing_edges_match): Update.
10700         (try_crossjump_to_edge): Update.
10701         * cfgexpand.c (expand_gimple_cond): Update make_single_succ_edge.
10702         (expand_gimple_tailcall): Update.
10703         (construct_init_block): Use make_single_succ_edge.
10704         (construct_exit_block): Use make_single_succ_edge.
10705         * cfghooks.c (verify_flow_info): Update.
10706         (redirect_edge_succ_nodup): Update.
10707         (split_edge): Update.
10708         (account_profile_record): Update.
10709         * cfgloopanal.c (single_likely_exit): Update.
10710         * cfgloopmanip.c (scale_loop_profile): Update.
10711         (set_zero_probability): Remove.
10712         (duplicate_loop_to_header_edge): Update.
10713         * cfgloopmanip.h (loop_version): Update prototype.
10714         * cfgrtl.c (try_redirect_by_replacing_jump): Update.
10715         (force_nonfallthru_and_redirect): Update.
10716         (update_br_prob_note): Update.
10717         (rtl_verify_edges): Update.
10718         (purge_dead_edges): Update.
10719         (rtl_lv_add_condition_to_bb): Update.
10720         * cgraph.c: (cgraph_edge::redirect_call_stmt_to_calle): Update.
10721         * cgraphunit.c (init_lowered_empty_function): Update.
10722         (cgraph_node::expand_thunk): Update.
10723         * cilk-common.c: Include profile-count.h
10724         * dojump.c (inv): Remove.
10725         (jumpifnot): Update.
10726         (jumpifnot_1): Update.
10727         (do_jump_1): Update.
10728         (do_jump): Update.
10729         (do_jump_by_parts_greater_rtx): Update.
10730         (do_compare_rtx_and_jump): Update.
10731         * dojump.h (jumpifnot, jumpifnot_1, jumpif_1, jumpif, do_jump,
10732         do_jump_1. do_compare_rtx_and_jump): Update prototype.
10733         * dwarf2cfi.c: Include profile-count.h
10734         * except.c (dw2_build_landing_pads): Use make_single_succ_edge.
10735         (sjlj_emit_dispatch_table): Likewise.
10736         * explow.c: Include profile-count.h
10737         * expmed.c (emit_store_flag_force): Update.
10738         (do_cmp_and_jump): Update.
10739         * expr.c (compare_by_pieces_d::generate): Update.
10740         (compare_by_pieces_d::finish_mode): Update.
10741         (emit_block_move_via_loop): Update.
10742         (store_expr_with_bounds): Update.
10743         (store_constructor): Update.
10744         (expand_expr_real_2): Update.
10745         (expand_expr_real_1): Update.
10746         * expr.h (try_casesi, try_tablejump): Update prototypes.
10747         * gimple-pretty-print.c (dump_probability): Update.
10748         (dump_profile): New.
10749         (dump_gimple_label): Update.
10750         (dump_gimple_bb_header): Update.
10751         * graph.c (draw_cfg_node_succ_edges): Update.
10752         * hsa-gen.c (convert_switch_statements): Update.
10753         * ifcvt.c (cheap_bb_rtx_cost_p): Update.
10754         (find_if_case_1): Update.
10755         (find_if_case_2): Update.
10756         * internal-fn.c (expand_arith_overflow_result_store): Update.
10757         (expand_addsub_overflow): Update.
10758         (expand_neg_overflow): Update.
10759         (expand_mul_overflow): Update.
10760         (expand_vector_ubsan_overflow): Update.
10761         * ipa-cp.c (good_cloning_opportunity_p): Update.
10762         * ipa-split.c (split_function): Use make_single_succ_edge.
10763         * ipa-utils.c (ipa_merge_profiles): Update.
10764         * loop-doloop.c (add_test): Update.
10765         (doloop_modify): Update.
10766         * loop-unroll.c (compare_and_jump_seq): Update.
10767         (unroll_loop_runtime_iterations): Update.
10768         * lra-constraints.c (lra_inheritance): Update.
10769         * lto-streamer-in.c (input_cfg): Update.
10770         * lto-streamer-out.c (output_cfg): Update.
10771         * mcf.c (adjust_cfg_counts): Update.
10772         * modulo-sched.c (sms_schedule): Update.
10773         * omp-expand.c (expand_omp_for_init_counts): Update.
10774         (extract_omp_for_update_vars): Update.
10775         (expand_omp_ordered_sink): Update.
10776         (expand_omp_for_ordered_loops): Update.
10777         (expand_omp_for_generic): Update.
10778         (expand_omp_for_static_nochunk): Update.
10779         (expand_omp_for_static_chunk): Update.
10780         (expand_cilk_for): Update.
10781         (expand_omp_simd): Update.
10782         (expand_omp_taskloop_for_outer): Update.
10783         (expand_omp_taskloop_for_inner): Update.
10784         * omp-simd-clone.c (simd_clone_adjust): Update.
10785         * optabs.c (expand_doubleword_shift): Update.
10786         (expand_abs): Update.
10787         (emit_cmp_and_jump_insn_1): Update.
10788         (expand_compare_and_swap_loop): Update.
10789         * optabs.h (emit_cmp_and_jump_insns): Update prototype.
10790         * predict.c (predictable_edge_p): Update.
10791         (edge_probability_reliable_p): Update.
10792         (set_even_probabilities): Update.
10793         (combine_predictions_for_insn): Update.
10794         (combine_predictions_for_bb): Update.
10795         (propagate_freq): Update.
10796         (estimate_bb_frequencies): Update.
10797         (force_edge_cold): Update.
10798         * profile-count.c (profile_count::dump): Add missing space into dump.
10799         (profile_count::debug): Add newline.
10800         (profile_count::differs_from_p): Explicitly convert to unsigned.
10801         (profile_count::stream_in): Update.
10802         (profile_probability::dump): New member function.
10803         (profile_probability::debug): New member function.
10804         (profile_probability::differs_from_p): New member function.
10805         (profile_probability::differs_lot_from_p): New member function.
10806         (profile_probability::stream_in): New member function.
10807         (profile_probability::stream_out): New member function.
10808         * profile-count.h (profile_count_quality): Rename to ...
10809         (profile_quality): ... this one.
10810         (profile_probability): New.
10811         (profile_count): Update.
10812         * profile.c (compute_branch_probabilities): Update.
10813         * recog.c (peep2_attempt): Update.
10814         * sched-ebb.c (schedule_ebbs): Update.
10815         * sched-rgn.c (find_single_block_region): Update.
10816         (compute_dom_prob_ps): Update.
10817         (schedule_region): Update.
10818         * sel-sched-ir.c (compute_succs_info): Update.
10819         * stmt.c (struct case_node): Update.
10820         (do_jump_if_equal): Update.
10821         (get_outgoing_edge_probs): Update.
10822         (conditional_probability): Update.
10823         (emit_case_dispatch_table): Update.
10824         (expand_case): Update.
10825         (expand_sjlj_dispatch_table): Update.
10826         (emit_case_nodes): Update.
10827         * targhooks.c: Update.
10828         * tracer.c (better_p): Update.
10829         (find_best_successor): Update.
10830         * trans-mem.c (expand_transaction): Update.
10831         * tree-call-cdce.c: Update.
10832         * tree-cfg.c (gimple_split_edge): Upate.
10833         (move_sese_region_to_fn): Upate.
10834         * tree-cfgcleanup.c (cleanup_control_expr_graph): Upate.
10835         * tree-eh.c (lower_resx): Upate.
10836         (cleanup_empty_eh_move_lp): Upate.
10837         * tree-if-conv.c (version_loop_for_if_conversion): Update.
10838         * tree-inline.c (copy_edges_for_bb): Update.
10839         (copy_cfg_body): Update.
10840         * tree-parloops.c (gen_parallel_loop): Update.
10841         * tree-profile.c (gimple_gen_ic_func_profiler): Update.
10842         (gimple_gen_time_profiler): Update.
10843         * tree-ssa-dce.c (remove_dead_stmt): Update.
10844         * tree-ssa-ifcombine.c (update_profile_after_ifcombine): Update.
10845         * tree-ssa-loop-im.c (execute_sm_if_changed): Update.
10846         * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Update.
10847         (unloop_loops): Update.
10848         (try_peel_loop): Update.
10849         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update.
10850         * tree-ssa-loop-split.c (connect_loops): Update.
10851         (split_loop): Update.
10852         * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Update.
10853         (hoist_guard): Update.
10854         * tree-ssa-phionlycprop.c (propagate_rhs_into_lhs): Update.
10855         * tree-ssa-phiopt.c (replace_phi_edge_with_variable): Update.
10856         (value_replacement): Update.
10857         * tree-ssa-reassoc.c (branch_fixup): Update.
10858         * tree-ssa-tail-merge.c (replace_block_by): Update.
10859         * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges): Update.
10860         (create_edge_and_update_destination_phis): Update.
10861         (compute_path_counts): Update.
10862         (recompute_probabilities): Update.
10863         (update_joiner_offpath_counts): Update.
10864         (freqs_to_counts_path): Update.
10865         (duplicate_thread_path): Update.
10866         * tree-switch-conversion.c (hoist_edge_and_branch_if_true): Update.
10867         (struct switch_conv_info): Update.
10868         (gen_inbound_check): Update.
10869         * tree-vect-loop-manip.c (slpeel_add_loop_guard): Update.
10870         (vect_do_peeling): Update.
10871         (vect_loop_versioning): Update.
10872         * tree-vect-loop.c (scale_profile_for_vect_loop): Update.
10873         (optimize_mask_stores): Update.
10874         * ubsan.c (ubsan_expand_null_ifn): Update.
10875         * value-prof.c (gimple_divmod_fixed_value): Update.
10876         (gimple_divmod_fixed_value_transform): Update.
10877         (gimple_mod_pow2): Update.
10878         (gimple_mod_pow2_value_transform): Update.
10879         (gimple_mod_subtract): Update.
10880         (gimple_mod_subtract_transform): Update.
10881         (gimple_ic): Update.
10882         (gimple_stringop_fixed_value): Update.
10883         (gimple_stringops_transform): Update.
10884         * value-prof.h: Update.
10886 2017-06-29  Carl Love  <cel@us.ibm.com>
10888         * config/rs6000/rs6000-c.c: Add support for built-in functions
10889         vector signed int vec_signed (vector float);
10890         vector signed long long vec_signed (vector double);
10891         vector signed int vec_signed2 (vector double, vector double);
10892         vector signed int vec_signede (vector double);
10893         vector signed int vec_signedo (vector double);
10894         * config/rs6000/rs6000.c (rs6000_generate_vsigned2_code): Add
10895         instruction generator.
10896         * config/rs6000/vsx.md (UNSPEC_VSX_XVCVSPSXWS, UNSPEC_VSX_XVCVSPSXDS,
10897         UNSPEC_VSX_VSIGNED2): Add UNSPECS.
10898         (vsx_xvcvspsxws, vsx_xvcvdpuxds_scale, vsx_xvcvspuxws, vsigned2_v2df):
10899         Add define_insn.
10900         (vsignedo_v2df, vsignede_v2df, vunsigned2_v2df, vunsignedo_v2df,
10901         vunsignede_v2df): Add define_expands.
10902         * config/rs6000/rs6000-builtin.def (VEC_SIGNED, VEC_UNSIGNED,
10903         VEC_SIGNED2, VEC_UNSIGNED2, VEC_SIGNEDE, VEC_UNSIGNEDE, VEC_SIGNEDO,
10904         VEC_UNSIGNEDO): Add definitions.
10905         * config/vsx.md (UNSPEC_VSX_XVCVSPSXWS, UNSPEC_VSX_XVCVSPSXDS,
10906         UNSPEC_VSX_VSIGNED2): Add UNSPECs.
10907         (vsx_xvcvspsxws, vsx_xvcvspuxws): Add define_insn.
10908         (vsigned2_v2df, vsigendo_v2df, vsignede_v2df,
10909         vunsigned2_v2df, vunsignedo_v2df, vunsignede_v2df): Add define_expands.
10910         * config/rs6000/altivec.h (vec_signed, vec_signed2,
10911         vec_signede and vec_signedo, vec_unsigned, vec_unsigned2,
10912         vec_unsignede, vec_unsignedo): Add builtin defines.
10913         * config/rs6000-protos.h (rs6000_generate_vsigned2_code): Add extern
10914         declaration.
10915         * doc/extend.texi: Update the built-in documentation file for the
10916         new built-in functions.
10918 2017-06-29  Richard Biener  <rguenther@suse.de>
10920         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Do not add
10921         reduction chains to LOOP_VINFO_REDUCTIONS.
10922         * tree-vect-slp.c (vect_analyze_slp): Continue looking for
10923         SLP reductions after processing reduction chains.
10925 2017-06-29  Nathan Sidwell  <nathan@acm.org>
10927         * builtins.c (fold_builtin_FUNCTION): Use
10928         lang_hooks.decl_printable_name.
10930 2017-06-29  Peter Bergner  <bergner@vnet.ibm.com>
10932         PR middle-end/81194
10933         * cfgexpand.c (expand_gimple_stmt_1): Handle switch statements
10934         with only one label.
10935         * stmt.c (expand_case): Assert NCASES is greater than one.
10937 2017-06-29  Richard Biener  <rguenther@suse.de>
10939         * tree-cfg.c (group_case_labels_stmt): Return whether we changed
10940         anything.
10941         (group_case_labels): Likewise.
10942         (find_taken_edge): Push sanity checking on val to workers...
10943         (find_taken_edge_cond_expr): ... here
10944         (find_taken_edge_switch_expr): ... and here, handle cases
10945         with just a default label.
10946         * tree-cfg.h (group_case_labels_stmt): Adjust prototype.
10947         (group_case_labels): Likewise.
10948         * tree-cfgcleanup.c (execute_cleanup_cfg_post_optimizing): When
10949         group_case_labels does anything cleanup the CFG again.
10951 2017-06-29  Bin Cheng  <bin.cheng@arm.com>
10953         PR tree-optimization/81196
10954         * tree-ssa-loop-niter.c (number_of_iterations_cond): Handle loop
10955         exit condition comparing two IVs.
10957 2017-06-29  Richard Earnshaw  <rearnsha@arm.com>
10959         * config/arm/parsecpu.awk (gen_comm_data): Add initializer for
10960         profile to the dummy entry at the end of the list of architectures.
10961         * config/arm/arm-cpu-cdata.h: Regenerated.
10963 2017-06-29  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10964             Michael Collison <michael.collison@arm.com>
10966         PR target/70119
10967         * config/aarch64/aarch64.md (*aarch64_<optab>_reg_<mode>3_mask1):
10968         New pattern.
10969         (*aarch64_reg_<mode>3_neg_mask2): New pattern.
10970         (*aarch64_reg_<mode>3_minus_mask): New pattern.
10971         (*aarch64_<optab>_reg_di3_mask2): New pattern.
10972         * config/aarch64/aarch64.c (aarch64_rtx_costs): Account for cost
10973         of shift when the shift amount is masked with constant equal to
10974         the size of the mode.
10975         * config/aarch64/predicates.md (subreg_lowpart_operator): New
10976         predicate.
10978 2017-06-29  Martin Liska  <mliska@suse.cz>
10980         * config/i386/i386.opt: Change range from [1,5] to [0,5].
10982 2017-06-29  Yury Gribov  <tetra2005@gmail.com>
10984         PR bootstrap/80565
10985         * ipa-cp.c (allocate_and_init_ipcp_value): Add initialization
10986         code.
10987         * ipa-inline.h
10988         (edge_growth_cache_entry::edge_growth_cache_entry): New
10989         function.
10990         (reset_edge_growth_cache): Update to use constructor.
10992 2017-06-28  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
10994         * config/aarch64/aarch64.h (AARCH64_EXPAND_ALIGNMENT): New.
10995         (DATA_ALIGNMENT): Update to use AARCH64_EXPAND_ALIGNMENT.
10996         (LOCAL_ALIGNMENT): Update to use AARCH64_EXPAND_ALIGNMENT.
10998 2017-06-28  Sebastian Peryt  <sebastian.peryt@intel.com>
11000         * config/i386/avx512vlintrin.h (_mm256_permutexvar_epi64)
11001         (_mm256_permutexvar_epi32, _mm256_permutex_epi64): New intrinsics.
11003 2017-06-28  Szabolcs Nagy  <szabolcs.nagy@arm.com>
11005         * config.gcc (*-linux-musl*): Add t-musl tmake_file.
11006         (*-linux-uclibc*): Add t-uclibc tmake_file.
11007         * config/t-musl: New.
11008         * config/t-uclibc: New.
11010 2017-06-28  Richard Earnshaw  <rearnsha@arm.com>
11012         * config/arm/parsecpu.awk (profile): Parse new keyword in an arch
11013         context.
11014         (gen_comm_data): Emit architectural setting of arch_prof.
11015         * config/arm/arm-cpus.in (armv6-m, armv6s-m, armv7-a, armv7ve): Set the
11016         profile.
11017         (armv7-r, armv7-m, armv7e-m, armv8-a, armv8.1-a, armv8.2-a): Likewise.
11018         (armv8-m.base, armv8-m.main): Likewise.
11019         * arm-protos.h (arm_build_target): Add profile field.
11020         (arch_option): Likewise.
11021         * config/arm/arm.c (arm_configure_build_target): Copy the profile to
11022         the active target.
11023         * config/arm/arm.h (TARGET_ARM_ARCH_PROFILE): Use
11024         arm_active_target.profile.
11026 2017-06-28  Richard Biener  <rguenther@suse.de>
11028         PR middle-end/81227
11029         * fold-const.c (negate_expr_p): Use TYPE_UNSIGNED, not
11030         TYPE_OVERFLOW_WRAPS.
11031         * match.pd (negate_expr_p): Likewise.
11032         * tree-ssa-reassoc.c (optimize_range_tests_diff): Use
11033         fold_build2, not fold_binary.
11035 2017-06-28  Wilco Dijkstra  <wdijkstr@arm.com>
11037         * config/aarch64/aarch64 (aarch64_expand_mov_immediate):
11038         Convert memory address to Pmode.
11039         (aarch64_print_operand): Assert MEM operands are always Pmode.
11041 2017-06-28  Wilco Dijkstra  <wdijkstr@arm.com>
11043         PR target/79665
11044         * config/arm/aarch-common.c (arm_no_early_alu_shift_dep):
11045         Remove redundant if.
11046         (aarch_forward_to_shift_is_not_shifted_reg): Remove.
11047         * config/arm/aarch-common-protos.h
11048         (aarch_forward_to_shift_is_not_shifted_re): Remove.
11049         * config/arm/cortex-a53.md: Use arm_no_early_alu_shift_dep in bypass.
11051 2017-06-28  Michael Meissner  <meissner@linux.vnet.ibm.com>
11053         PR ipa/81238
11054         * multiple_target.c (create_dispatcher_calls): Set the default
11055         clone to be static, not public.
11057 2017-06-28  Richard Biener  <rguenther@suse.de>
11059         * tree-vect-loop.c (vectorizable_reduction): Move special
11060         cond reduction IV var creation ...
11061         (vect_create_epilog_for_reduction): ... here.  Remove induction_index
11062         parameter.  Use STMT_VINFO_VECTYPE.
11063         * tree-vect-slp.c (vect_get_constant_vectors): Properly reset
11064         constant_p.
11066 2017-06-28  Martin Liska  <mliska@suse.cz>
11068         PR ipa/81128
11069         * ipa-visibility.c (non_local_p): Handle visibility.
11071 2017-06-28  Martin Liska  <mliska@suse.cz>
11073         PR driver/79659
11074         * common.opt: Add IntegerRange to various options.
11075         * opt-functions.awk (integer_range_info): New function.
11076         * optc-gen.awk: Add integer_range_info to cl_options struct.
11077         * opts-common.c (decode_cmdline_option): Handle
11078         CL_ERR_INT_RANGE_ARG.
11079         (cmdline_handle_error): Likewise.
11080         * opts.c (print_filtered_help): Show valid interval in
11081         when --help is provided.
11082         * opts.h (struct cl_option): Add range_min and range_max fields.
11083         * config/i386/i386.opt: Add IntegerRange for -mbranch-cost.
11085 2017-06-28  Marc Glisse  <marc.glisse@inria.fr>
11087         * match.pd ((X & ~Y) | (~X & Y)): Generalize to + and ^.
11088         (x * C EQ/NE y * C): New transformation.
11090 2017-06-28  Christophe Lyon  <christophe.lyon@linaro.org>
11092         * genmultilib (combination_space): Accept '+' in option names.
11094 2017-06-28  Martin Liska  <mliska@suse.cz>
11096         PR sanitizer/81224
11097         * asan.c (instrument_derefs): Bail out inner references
11098         that are hard register variables.
11100 2017-06-28  Jakub Jelinek  <jakub@redhat.com>
11102         PR target/81175
11103         * config/i386/i386.c (ix86_init_mmx_sse_builtins): Use def_builtin
11104         rather than def_builtin_pure for __builtin_ia32_gatherpf*.
11106 2017-06-28  Richard Biener  <rguenther@suse.de>
11108         * tree-vectorizer.h (vect_get_vec_defs): Remove.
11109         (vect_get_slp_defs): Adjust.
11110         * tree-vect-loop.c (get_initial_defs_for_reduction): Split
11111         out from ...
11112         * tree-vect-slp.c (vect_get_constant_vectors): ... here and
11113         simplify.
11114         * tree-vect-loop.c (vect_create_epilog_for_reduction): Use
11115         get_initial_defs_for_reduction instead of vect_get_vec_defs.
11116         (vectorizable_reduction): Adjust.
11117         * tree-vect-slp.c (vect_get_constant_vectors): Remove reduction
11118         handling.
11119         (vect_get_slp_defs): Likewise.
11120         * tree-vect-stmts.c (vect_get_vec_defs): Make static and adjust.
11121         (vectorizable_bswap): Adjust.
11122         (vectorizable_call): Likewise.
11123         (vectorizable_conversion): Likewise.
11124         (vectorizable_assignment): Likewise.
11125         (vectorizable_shift): Likewise.
11126         (vectorizable_operation): Likewise.
11127         (vectorizable_store): Likewise.
11128         (vectorizable_condition): Likewise.
11129         (vectorizable_comparison): Likewise.
11131 2017-06-28  Michael Collison  <michael.collison@arm.com>
11133         PR target/68535
11134         * config/arm/arm.c (gen_ldm_seq): Remove last unnecessary
11135         set of base_reg
11136         (arm_gen_movmemqi): Removed unused variable 'i'.
11137         Convert 'for' loop into 'while' loop.
11138         (arm_expand_prologue): Remove last unnecessary set of insn.
11139         (thumb_pop): Remove unused variable 'pushed_words'.
11140         (thumb_exit): Remove last unnecessary set of regs_to_pop.
11142 2017-06-28  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11144         * config/s390/predicates.md: Use s390_rel_address_ok_p.
11145         * config/s390/s390-protos.h: Add prototype of
11146         s390_rel_address_ok_p.
11147         * config/s390/s390.c (s390_got_symbol): New function.
11148         (s390_rel_address_ok_p): New function.
11149         (legitimize_pic_address): Use s390_rel_address_ok_p.
11150         (s390_load_got): Use s390_got_symbol.
11151         (s390_option_override): Issue error if
11152         -mno-pic-data-is-text-relative is used without -fpic/-fPIC.
11153         * config/s390/s390.h (TARGET_DEFAULT_PIC_DATA_IS_TEXT_RELATIVE):
11154         New macro.
11155         * config/s390/s390.opt: New option mpic-data-is-text-relative.
11157 2017-06-27  Andrew Pinski  <apinski@cavium.com>
11159         * match.pd (X >/>=/</<= 0 ? 1.0 : -1.0): New patterns.
11160         (X * copysign (1.0, X)): New pattern.
11161         (X * copysign (1.0, -X)): New pattern.
11162         (copysign (-1.0, CST)): New pattern.
11164 2017-06-27  Joseph Myers  <joseph@codesourcery.com>
11166         * genmultilib (combination_space): Remove variable.
11167         Validate reuse rules against regular expression for any sequence
11168         of multilib options in any order.
11170 2017-06-27  Michael Collison  <michael.collison@arm.com>
11172         * config/aarch64/aarch64-simd.md (aarch64_combine<mode>): Directly
11173         call aarch64_split_simd_combine.
11174         * (aarch64_combine_internal<mode>): Delete pattern.
11175         * config/aarch64/aarch64.c (aarch64_split_simd_combine):
11176         Allow register and subreg operands.
11178 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
11180         * config/i386/vxworks.h (ASM_SPEC): Remove definition. No target
11181         specific need, just fallback on defaults.
11182         (ASM_OUTPUT_ALIGNED_BSS): Add #undef before #define.
11184 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
11185             Olivier Hainque  <hainque@adacore.com>
11187         * config/i386/vxworks.h (DBX_REGISTER_NUMBER): Pick distinct
11188         map for 64bits.
11189         (TARGET_OS_CPP_BUILTINS): builtin_define CPU to X86_64 for 64bit
11190         targets. Pick a default if no particular attempt applied.
11191         (STACK_CHECK_PROTECT): Double for 64bit targets, which have
11192         larger contexts.
11194 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
11196         * config.gcc (i*86-wrs-vxworks7): Handle new acceptable triplet.
11197         (x86_64-wrs-vxworks7): Likewise.
11199 2017-06-27  Marek Polacek  <polacek@redhat.com>
11201         PR sanitizer/81223
11202         * ubsan.c (instrument_null): Check get_base_address's result for null.
11204 2017-06-27  Marc Glisse  <marc.glisse@inria.fr>
11206         * match.pd ((A+-B)+(C-A), (A+B)-(A-C)): New transformations.
11208 2017-06-27  Marc Glisse  <marc.glisse@inria.fr>
11210         * builtin-types.def (BT_FENV_T_PTR, BT_CONST_FENV_T_PTR,
11211         BT_FEXCEPT_T_PTR, BT_CONST_FEXCEPT_T_PTR): New primitive types.
11212         (BT_FN_INT_FENV_T_PTR, BT_FN_INT_CONST_FENV_T_PTR,
11213         BT_FN_INT_FEXCEPT_T_PTR_INT, BT_FN_INT_CONST_FEXCEPT_T_PTR_INT):
11214         New function types.
11215         * builtins.def (BUILT_IN_FECLEAREXCEPT, BUILT_IN_FEGETENV,
11216         BUILT_IN_FEGETEXCEPTFLAG, BUILT_IN_FEGETROUND,
11217         BUILT_IN_FEHOLDEXCEPT, BUILT_IN_FERAISEEXCEPT,
11218         BUILT_IN_FESETENV, BUILT_IN_FESETEXCEPTFLAG,
11219         BUILT_IN_FESETROUND, BUILT_IN_FETESTEXCEPT,
11220         BUILT_IN_FEUPDATEENV): New builtins.
11221         * tree-core.h (TI_FENV_T_PTR_TYPE, TI_CONST_FENV_T_PTR_TYPE,
11222         TI_FEXCEPT_T_PTR_TYPE, TI_CONST_FEXCEPT_T_PTR_TYPE): New entries.
11223         * tree.h (fenv_t_ptr_type_node, const_fenv_t_ptr_type_node,
11224         fexcept_t_ptr_type_node, const_fexcept_t_ptr_type_node): New
11225         macros.
11226         (builtin_structptr_types): Adjust size.
11227         * tree.c (builtin_structptr_types): Add four entries.
11229 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
11230             Olivier Hainque  <hainque@adacore.com>
11232         * config/vxworks.h (VXWORKS_LIB_SPEC): Incorporate ...
11233         (TLS_SYM): New local macro, forcing reference to __tls__ on
11234         link command lines for VxWorks 7 RTPs, triggering initialization
11235         of tlsLib.
11236         (VXWORKS_HAVE_TLS): New macro. State whether the target VxWorks
11237         OS features TLS support, true for RTPs on VxWorks 7.
11238         * config/vxworks.c (vxworks_override_options): Setup emutls
11239         accordingly.
11241 2017-06-27  Jakub Jelinek  <jakub@redhat.com>
11243         * predict.c (test_prediction_value_range): Use -1U instead of -1
11244         to avoid narrowing conversion warning.
11245         * dumpfile.c (dump_options): Wrap all value into dump_flags_t cast
11246         to avoid narrowing conversion warning.
11247         * opt-functions.awk (var_ref): Return (unsigned short) -1 instead of
11248         -1.
11249         * optc-gen.awk (END): Expect (unsigned short) -1 instead of -1.
11251 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
11253         * config/vxworks.h (VXWORKS_LIBS_RTP): Alternative definition for
11254         64bit configurations.
11255         (PTR_DIFF_TYPE): Alternative definition for TARGET_LP64.
11256         (SIZE_TYPE): Likewise.
11257         * config/vxworks.c (vxworks_emutls_var_fields): Use
11258         long_unsigned_type_node instead of unsigned_type_node as the offset
11259         field type, which is "pointer" mode in emutls.c.
11261 2017-06-27  Jakub Jelinek  <jakub@redhat.com>
11263         PR sanitizer/81209
11264         * ubsan.c (ubsan_encode_value): Initialize DECL_CONTEXT on var.
11266         PR middle-end/81207
11267         * gimple-fold.c (replace_call_with_call_and_fold): Handle
11268         gimple_vuse copying separately from gimple_vdef copying.
11270 2017-06-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
11272         * value-prof.c (free_hist): Remove call to memset and the enclosing if
11273         condition.
11275 2017-06-26  Jerome Lambourg  <lambourg@adacore.com>
11276             Olivier Hainque  <hainque@adacore.com>
11278         * config.gcc (*-*-vxworks*): Add TARGET_VXWORKS7=1 to tm_defines
11279         for all vxworks7 targets.
11280         * config/vxworks.h (TARGET_VXWORKS7): If not defined, define to 0.
11281         (VXWORKS_ADDITIONAL_CPP_SPEC): Alternative definition for VXWORKS7.
11282         (VXWORKS_LIBS_RTP, VXWORKS_LIBS_RTP_DIR): New macros, allowing
11283         variations for VX6/VX7 and 32/64bits later on in ...
11284         (VXWORKS_LIB_SPEC): Leverage new macros.
11285         (VXWORKS_OS_CPP_BUILTINS): Define _VSB_CONFIG_FILE for VXWORKS7,
11286         as well as _ALLOW_KEYWORD_MACROS when "inline" is not a keyword.
11288 2017-06-26  Jerome Lambourg  <lambourg@adacore.com>
11290         * config/vxworks.h (VXWORKS_OS_CPP_BUILTINS): builtin_define
11291         _VX_TOOL_FAMILY and _VX_TOOL to gnu.
11293 2017-06-26  Carl Love  <cel@us.ibm.com>
11295         * config/rs6000/rs6000-c.c: Add support for built-in functions
11296         vector bool char vec_reve (vector bool char);
11297         vector signed char vec_reve (vector signed char);
11298         vector unsigned char vec_reve (vector unsigned char);
11299         vector bool int vec_reve (vector bool int);
11300         vector signed int vec_reve (vector signed int);
11301         vector unsigned int vec_reve (vector unsigned int);
11302         vector bool long long vec_reve (vector bool long long);
11303         vector signed long long vec_reve (vector signed long long);
11304         vector unsigned long long vec_reve (vector unsigned long long);
11305         vector bool short vec_reve (vector bool short);
11306         vector signed short vec_reve (vector signed short);
11307         vector double vec_reve (vector double);
11308         vector float vec_reve (vector float);
11309         * config/rs6000/rs6000-builtin.def (VREVE_V2DI, VREVE_V4SI,
11310         VREVE_V8HI, VREVE_V16QI, VREVE_V2DF, VREVE_V4SF, VREVE): New builtin.
11311         * config/rs6000/altivec.md (UNSPEC_VREVEV): New UNSPEC.
11312         (altivec_vreve): New pattern.
11313         * config/rs6000/altivec.h (vec_reve): New define.
11314         * doc/extend.texi (vec_rev): Update the built-in documentation file
11315         for the new built-in functions.
11317 2016-06-26  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
11319         PR tree-optimization/71815
11320         * gimple-ssa-strength-reduction.c (uses_consumed_by_stmt): New
11321         function.
11322         (find_basis_for_candidate): Call uses_consumed_by_stmt rather than
11323         has_single_use.
11324         (slsr_process_phi): Likewise.
11325         (replace_uncond_cands_and_profitable_phis): Don't replace a
11326         multiply candidate with a stride of 1 (copy or cast).
11327         (phi_incr_cost): Call uses_consumed_by_stmt rather than
11328         has_single_use.
11329         (lowest_cost_path): Likewise.
11330         (total_savings): Likewise.
11332 2017-06-26  Richard Biener  <rguenther@suse.de>
11334         PR target/81175
11335         * config/i386/i386.c (ix86_init_mmx_sse_builtins):
11336         Use def_builtin_pure for all gather builtins.
11338 2017-06-26  Richard Biener  <rguenther@suse.de>
11340         PR tree-optimization/81203
11341         * tree-tailcall.c (find_tail_calls): Do not move stmts into
11342         non-dominating BBs.
11344 2017-06-26  Marek Polacek  <polacek@redhat.com>
11346         PR c/80116
11347         * doc/invoke.texi: Document -Wmultistatement-macros.
11349 2017-06-26  Christophe Lyon  <christophe.lyon@linaro.org>
11351         * doc/sourcebuild.texi (ARM-specific attributes): Document new
11352         arm_neon_ok_no_float_abi effective target.
11354 2017-06-26  Richard Biener  <rguenther@suse.de>
11356         PR tree-optimization/80928
11357         * cfghooks.c (duplicate_block): Do not copy BB_DUPLICATED flag.
11358         (copy_bbs): Set BB_DUPLICATED flag early.
11359         (execute_on_growing_pred): Do not execute for BB_DUPLICATED
11360         marked blocks.
11361         (execute_on_shrinking_pred): Likewise.
11362         * tree-ssa.c (ssa_redirect_edge): Do not look for PHI args in
11363         BB_DUPLICATED blocks.
11364         * tree-ssa-phionlycoprop.c (eliminate_degenerate_phis_1): Properly
11365         iterate over all PHIs considering removal of *gsi.
11367 2017-06-23  Jim Wilson  <jim.wilson@linaro.org>
11369         * doc/invoke.texi (AArch64 Options, -mtune): Re-add falkor and
11370         qdf24xx.
11372 2017-06-23  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
11374         * config/rs6000/rs6000-string.c: (expand_block_clear,
11375         do_load_for_compare, select_block_compare_mode,
11376         compute_current_alignment, expand_block_compare,
11377         expand_strncmp_align_check, expand_strn_compare,
11378         expand_block_move, rs6000_output_load_multiple)
11379         Move functions related to string/block move/compare
11380         to a separate file.
11381         * config/rs6000/rs6000.c: Move above functions to rs6000-string.c.
11382         * config/rs6000/rs6000-protos.h (rs6000_emit_dot_insn): Add prototype
11383         for this function which is now used in two files.
11384         * config/rs6000/t-rs6000: Add rule to compile rs6000-string.o.
11385         * config.gcc: Add rs6000-string.o to extra_objs for
11386         targets powerpc*-*-* and rs6000*-*-*.
11388 2017-06-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
11390         PR target/80510
11391         * config/rs6000/rs6000.md (ALTIVEC_DFORM): Do not allow DImode in
11392         32-bit, since indexed is not valid for DImode.
11393         (mov<mode>_hardfloat32): Reorder ISA 2.07 load/stores before ISA
11394         3.0 d-form load/stores to be the same as mov<mode>_hardfloat64.
11395         (define_peephole2 for Altivec d-form load): Add 32-bit support.
11396         (define_peephole2 for Altivec d-form store): Likewise.
11398         PR ipa/81185
11399         * multiple_target.c (create_dispatcher_calls): Only create the
11400         dispatcher call if the function is the default clone of a
11401         versioned function.
11403 2017-06-23  Segher Boessenkool  <segher@kernel.crashing.org>
11405         PR middle-end/80902
11406         * builtins.c (expand_builtin_atomic_fetch_op): If emitting code after
11407         a call, force the call to not be a tail call.
11409 2017-06-23  Jeff Law  <law@redhat.com>
11411         * doc/contrib.texi: Add entry for Steven Pemberton's work on
11412         enquire.
11414 2017-06-23  Will Schmidt  <will_schmidt@vnet.ibm.com>
11416         * config/rs6000/rs6000.c: Add include of ssa-propagate.h for
11417         update_call_from_tree().  (rs6000_gimple_fold_builtin): Add
11418         handling for early expansion of vector shifts (sl,sr,sra,rl).
11419         (builtin_function_type): Add vector shift right instructions
11420         to the unsigned argument list.
11422 2017-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
11424         rtl-optimizatoin/79286
11425         * ira.c (update_equiv_regs): Revert to using may_trap_or_fault_p again.
11426         * rtlanal.c (rtx_addr_can_trap_p_1): SYMBOL_REF_FUNCTION_P can never
11427         trap.  PIC register plus a const unspec without offset can never trap.
11429 2017-06-23  Marc Glisse  <marc.glisse@inria.fr>
11431         * tree.h (builtin_structptr_type): New type.
11432         (builtin_structptr_types): Declare new array.
11433         * tree.c (builtin_structptr_types): New array.
11434         (free_lang_data, build_common_tree_nodes): Use it.
11436 2017-06-23  Jonathan Wakely  <jwakely@redhat.com>
11438         PR c++/81187
11439         * doc/invoke.texi (-Wnoexcept-type): Fix name of option, from
11440         -Wnoexcept.
11442 2017-06-22  Matt Turner  <mattst88@gmail.com>
11444         * config/i386/driver-i386.c (host_detect_local_cpu): Add Kaby
11445         Lake models to skylake case.  Assume skylake for unknown
11446         models with clflushopt.
11448 2017-06-22  Jeff Law  <law@redhat.com>
11450         * config/aarch64/aarch64.c (aarch64_emit_probe_stack_range): Handle
11451         frame sizes that do not satisfy aarch64_uimm12_shift.
11453 2017-06-22  Jan Hubicka <hubicka@ucw.cz>
11455         * profile-count.h (apply_probability,
11456         apply_scale, probability_in): Fix checks for zero.
11458 2017-06-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11460         * incpath.c (add_sysroot_to_chain): Allow for $SYSROOT prefix.
11461         * doc/cppdiropts.texi (-I @var{dir}): Document it.
11463 2016-06-22  Richard Biener  <rguenther@suse.de>
11465         * tree-vect-loop.c (vect_model_reduction_cost): Handle
11466         COND_REDUCTION and INTEGER_INDUC_COND_REDUCTION without
11467         REDUC_MAX_EXPR support.
11468         (vectorizable_reduction): Likewise.
11469         (vect_create_epilog_for_reduction): Likewise.
11471 2017-06-22  James Greenhalgh  <james.greenhalgh@arm.com>
11473         * match.pd (A / (1 << B) -> A >> B): New.
11474         * generic-match-head.c: Include optabs-tree.h.
11475         * gimple-match-head.c: Likewise.
11476         * optabs-tree.h (target_supports_op_p): New.
11477         * optabs-tree.c (target_supports_op_p): New.
11479 2017-06-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11481         * configure.ac (gcc_cv_ld_static_dynamic): Also check stderr for
11482         $gcc_cv_ld --help output.
11483         (gcc_cv_ld_demangle): Likewise.
11484         (gcc_cv_ld_eh_frame_hdr): Likewise.
11485         (gcc_cv_ld_pie): Likewise.
11486         (gcc_cv_ld_as_needed): Likewise.  Prefer native forms unless $gnu_ld.
11487         (gcc_cv_ld_buildid): Likewise.
11488         (gcc_cv_ld_sysroot): Likewise.
11489         (ld_bndplt_support): Likewise.
11490         (ld_pushpopstate_support): Likewise.
11491         * configure: Regenerate.
11492         * config/sol2.h [!USE_GLD] (SYSROOT_SPEC): Define.
11494 2017-06-21  Jakub Jelinek  <jakub@redhat.com>
11496         PR target/81151
11497         * config/i386/sse.md (round<mode>2): Renumber match_dup and
11498         operands indexes to avoid gap between operands and match_dups.
11500 2017-06-21  Andrew Pinski  <apinski@cavium.com>
11502         * config/aarch64/aarch64-cost-tables.h (thunderx_extra_costs):
11503         Increment Arith_shift and Arith_shift_reg by 1.
11504         * config/aarch64/aarch64-tuning-flags.def (cheap_shift_extend):
11505         New tuning flag.
11506         * config/aarch64/aarch64.c (thunderx_tunings): Enable
11507         AARCH64_EXTRA_TUNE_CHEAP_SHIFT_EXTEND.
11508         (aarch64_strip_extend): Add new argument and test for it.
11509         (aarch64_cheap_mult_shift_p): New function.
11510         (aarch64_rtx_mult_cost): Call aarch64_cheap_mult_shift_p and don't
11511         add a cost if it is true.
11512         Update calls to aarch64_strip_extend.
11513         (aarch64_rtx_costs): Update calls to aarch64_strip_extend.
11515 2017-06-21  Andrew Pinski  <apinski@cavium.com>
11517         * config/aarch64/aarch64-cores.def (thunderxt88p1): Use thunderxt88
11518         tunings.
11519         (thunderxt88): Likewise.
11520         * config/aarch64/aarch64.c (thunderxt88_prefetch_tune): New variable.
11521         (thunderx_prefetch_tune): New variable.
11522         (thunderx2t99_prefetch_tune): Update for the correct values.
11523         (thunderxt88_tunings): New variable.
11524         (thunderx_tunings): Use thunderx_prefetch_tune instead of
11525         generic_prefetch_tune.
11526         (thunderx2t99_tunings): Use AUTOPREFETCHER_WEAK.
11528 2017-06-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11530         * config/aarch64/atomics.md (aarch64_compare_and_swap<mode>_lse,
11531         SHORT): Relax operand 3 to aarch64_reg_or_zero and constraint to Z.
11532         (aarch64_compare_and_swap<mode>_lse, GPI): Likewise.
11533         (aarch64_atomic_cas<mode>, SHORT): Likewise for operand 2.
11534         (aarch64_atomic_cas<mode>, GPI): Likewise.
11536 2017-06-21  Martin Liska  <mliska@suse.cz>
11538         * gimplify.c (gimplify_label_expr): Insert GIMPLE_PREDICT
11539         statements on cold and hot labels.
11540         * predict.c (tree_estimate_probability_bb): Remove the
11541         prediction from this place.
11543 2017-06-21  Martin Liska  <mliska@suse.cz>
11545         PR tree-optimization/79489
11546         * gimplify.c (maybe_add_early_return_predict_stmt): New
11547         function.
11548         (gimplify_return_expr): Call the function.
11549         * predict.c (tree_estimate_probability_bb): Remove handling
11550         of early return.
11551         * predict.def: Update comment about early return predictor.
11552         * gimple-predict.h (is_gimple_predict): New function.
11553         * predict.def: Change default value of early return to 66.
11554         * tree-tailcall.c (find_tail_calls): Skip GIMPLE_PREDICT
11555         statements.
11556         * passes.def: Put pass_strip_predict_hints to the beginning of
11557         IPA passes.
11559 2017-06-21  Pierre-Marie de Rodat  <derodat@adacore.com>
11561         * dwarf2out.c (gen_decl_die): Remove the guard to skip file-scope
11562         FUNCTION_DECL declarations.
11563         (dwarf2out_early_global_decl): Remove the guard to skip FUNCTION_DECL
11564         declarations.
11565         (dwaf2out_decl): Likewise.
11566         * godump.c (go_early_global_decl): Skip call to the real debug hook
11567         for FUNCTION_DECL declarations.
11568         * passes.c (rest_of_decl_compilation): Skip call to the
11569         early_global_decl debug hook for FUNCTION_DECL declarations, unless
11570         -fdump-go-spec is passed.
11572 2017-06-21  Marc Glisse  <marc.glisse@inria.fr>
11574         * config/i386/i386.c (struct builtin_isa): New field pure_p.
11575         Reorder for compactness.
11576         (def_builtin, def_builtin2, ix86_add_new_builtins): Handle pure_p.
11577         (def_builtin_pure, def_builtin_pure2): New functions.
11578         (ix86_init_mmx_sse_builtins) [__builtin_ia32_stmxcsr]: Mark as pure.
11580 2017-06-21  Marc Glisse  <marc.glisse@inria.fr>
11582         * match.pd (nop_convert): New predicate.
11583         ((A +- CST1) +- CST2): Allow some NOP conversions.
11585 2017-06-21  Jakub Jelinek  <jakub@redhat.com>
11587         PR c++/81130
11588         * gimplify.c (omp_add_variable): Don't force GOVD_SEEN for types
11589         with ctors/dtors if GOVD_SHARED is set.
11591 2017-06-21  Wilco Dijkstra  <wdijkstr@arm.com>
11593         * config/aarch64/aarch64.md (movti_aarch64):
11594         Emit mov rather than orr.
11595         (movtf_aarch64): Likewise.
11596         * config/aarch64/aarch64-simd.md (aarch64_simd_mov):
11597         Emit mov rather than orr.
11599 2017-06-21  Wilco Dijkstra  <wdijkstr@arm.com>
11601         * config/aarch64/aarch64-simd.md (aarch64_simd_dup):
11602         Swap alternatives, make integer dup more expensive.
11604 2017-06-21  Wilco Dijkstra  <wdijkstr@arm.com>
11606         * config/aarch64/aarch64.c (aarch64_legitimate_constant_p):
11607         Return true for non-tls symbols.
11609 2017-06-21  James Greenhalgh  <james.greenhalgh@arm.com>
11611         * config/aarch64/aarch64-cores.def (cortex-a55): New.
11612         (cortex-a75): Likewise.
11613         (cortex-a75.cortex-a55): Likewise.
11614         * config/aarch64/aarch64-tune.md: Regenerate.
11615         * doc/invoke.texi (-mtune): Document new values for -mtune.
11617 2017-06-21  Tom de Vries  <tom@codesourcery.com>
11619         * doc/sourcebuild.texi (Add Options, Features for dg-add-options): Add
11620         stack_size feature.
11621         (Effective-Target Keywords, Other attributes): Suggest using
11622         dg-add-options stack_size feature to get stack limit in stack_size
11623         effective target documentation.
11625 2017-06-21  Julian Brown  <julian@codesourcery.com>
11626             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
11628         * config/aarch64/aarch64-simd.md (aarch64_crypto_pmulldi)
11629         (aarch64_crypto_pmullv2di): Change type attribute to crypto_pmull.
11630         * config/aarch64/thunderx2t99.md (thunderx2t99_pmull): New
11631         reservation.
11632         * config/arm/cortex-a53.md (cortex_a53_advsimd_type): Add crypto_pmull to
11633         attribute type list for neon_multiply.
11634         * config/arm/cortex-a57.md (cortex_a57_neon_type): Add crypto_pmull to
11635         attribute type list for neon_multiply.
11636         * config/arm/crypto.md (crypto_vmullp64): Change type to crypto_pmull.
11637         * config/arm/exynos-m1.md (exynos_m1_neon_type): Add crypto_pmull to
11638         attribute type list for neon_multiply.
11639         * config/arm/types.md (crypto_pmull): Add.
11640         * config/arm/xgene1.md (xgene1_neon_pmull): Add crypto_pmull to
11641         attribute type list.
11643 2017-06-20  Andreas Tobler  <andreast@gcc.gnu.org>
11645         * config.gcc (armv6*-*-freebsd*): Change the target_cpu_cname to
11646         arm1176jzf-s.
11648 2017-06-20  Jakub Jelinek  <jakub@redhat.com>
11650         * ira-costs.c (find_costs_and_classes): Initialize cost_classes later
11651         to make sure not to dereference a NULL cost_classes_ptr pointer.
11653 2017-06-20  Carl Love  <cel@us.ibm.com>
11655         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
11656         ALTIVEC_BUILTIN_VMULESW, ALTIVEC_BUILTIN_VMULEUW,
11657         ALTIVEC_BUILTIN_VMULOSW, ALTIVEC_BUILTIN_VMULOUW entries.
11658         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin,
11659         builtin_function_type): Add ALTIVEC_BUILTIN_* case statements.
11660         * config/rs6000/altivec.md (MVULEUW, VMULESW, VMULOUW,
11661         VMULOSW): New enum "unspec" values.
11662         (vec_widen_umult_even_v4si, vec_widen_smult_even_v4si,
11663         vec_widen_umult_odd_v4si, vec_widen_smult_odd_v4si,
11664         altivec_vmuleuw, altivec_vmulesw, altivec_vmulouw,
11665         altivec_vmulosw): New patterns.
11666         * config/rs6000/rs6000-builtin.def (VMLEUW, VMULESW, VMULOUW,
11667         VMULOSW): Add definitions.
11669 2017-06-20  Julia Koval  <julia.koval@intel.com>
11671         * config/i386/i386.c: Fix rounding expand for new pattern.
11672         * config/i386/subst.md: Fix pattern (parallel -> unspec).
11674 2017-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
11676         * config/aarch64/aarch64-option-extensions.def (rcpc): New.
11677         * config/aarch64/aarch64.h (AARCH64_FL_RCPC): New.
11679 2017-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
11681         * config/aarch64/aarch64-option-extensions.def (fp16): Fix expected
11682         feature string.
11684 2017-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
11686         * config/aarch64/aarch64-cores.def: Rearrange to sort by
11687         architecture, then by implementer ID.
11688         * config/aarch64/aarch64-tune.md: Regenerate.
11690 2017-06-20  Richard Biener  <rguenther@suse.de>
11692         PR middle-end/81097
11693         * fold-const.c (split_tree): Fold to type before negating.
11695 2017-06-20  David Malcolm  <dmalcolm@redhat.com>
11697         * diagnostic-show-locus.c
11698         (selftest::test_fixit_deletion_affecting_newline): New function.
11699         (selftest::diagnostic_show_locus_c_tests): Call it.
11701 2017-06-20  Andreas Schwab  <schwab@suse.de>
11703         PR target/80970
11704         * config/m68k/m68k.md (bsetdreg, bchgdreg, bclrdreg): Use "=d"
11705         instead of "+d".
11707 2017-06-20  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
11709         * config/arm/arm-c.c (arm_cpu_builtins): New block to define
11710         __ARM_FEATURE_COPROC according to support.
11712 2017-06-20  Jakub Jelinek  <jakub@redhat.com>
11714         * tree-chkp.c (chkp_get_hard_register_var_fake_base_address):
11715         Rewritten to avoid overflow for > 32-bit pointers.
11717         PR sanitizer/81125
11718         * ubsan.h (ubsan_encode_value): Workaround buggy clang++ parser
11719         by removing enum keyword.
11720         (ubsan_type_descriptor): Likewise.  Formatting fix.
11722         PR target/81121
11723         * config/i386/i386.md (TARGET_USE_VECTOR_CONVERTS float si->{sf,df}
11724         splitter): Require TARGET_SSE2 in the condition.
11726 2017-06-20  Michael Meissner  <meissner@linux.vnet.ibm.com>
11728         PR target/79799
11729         * config/rs6000/rs6000.c (rs6000_expand_vector_init): Add support
11730         for doing vector set of SFmode on ISA 3.0.
11731         * config/rs6000/vsx.md (vsx_set_v4sf_p9): Likewise.
11732         (vsx_set_v4sf_p9_zero): Special case setting 0.0f to a V4SF
11733         element.
11734         (vsx_insert_extract_v4sf_p9): Add an optimization for inserting a
11735         SFmode value into a V4SF variable that was extracted from another
11736         V4SF variable without converting the element to double precision
11737         and back to single precision vector format.
11738         (vsx_insert_extract_v4sf_p9_2): Likewise.
11740 2017-06-19  Jakub Jelinek  <jakub@redhat.com>
11742         * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Multiply
11743         in UWHI to avoid undefined overflow.
11745         PR sanitizer/81125
11746         * ubsan.h (enum ubsan_encode_value_phase): New.
11747         (ubsan_encode_value): Change second argument to
11748         enum ubsan_encode_value_phase with default value of
11749         UBSAN_ENCODE_VALUE_GENERIC.
11750         * ubsan.c (ubsan_encode_value): Change second argument to
11751         enum ubsan_encode_value_phase PHASE from bool IN_EXPAND_P,
11752         adjust uses, for UBSAN_ENCODE_VALUE_GENERIC use just
11753         create_tmp_var_raw instead of create_tmp_var and use a
11754         TARGET_EXPR.
11755         (ubsan_expand_bounds_ifn, ubsan_build_overflow_builtin,
11756         instrument_bool_enum_load, ubsan_instrument_float_cast): Adjust
11757         ubsan_encode_value callers.
11759         PR sanitizer/81111
11760         * ubsan.c (ubsan_encode_value): If current_function_decl is NULL,
11761         use create_tmp_var_raw instead of create_tmp_var, mark it addressable
11762         just by setting TREE_ADDRESSABLE on the result and use a TARGET_EXPR.
11764 2017-06-19  Richard Biener  <rguenther@suse.de>
11766         PR middle-end/81118
11767         * tree-cfgcleanup.c (cleanup_tree_cfg_noloop): Clear niter
11768         estimates if we changed anything.
11770 2017-06-19  Richard Biener  <rguenther@suse.de>
11772         PR tree-optimization/80887
11773         * tree-ssa-sccvn.c (mprts_hook_cnt): New global.
11774         (vn_lookup_simplify_result): Allow only mprts_hook_cnt succesful
11775         simplified lookups, then reset mprts_hook.
11776         (vn_nary_build_or_lookup_1): Set mprts_hook_cnt to 9 before
11777         simplifying.
11778         (try_to_simplify): Likewise.
11780 2017-06-19  Martin Liska  <mliska@suse.cz>
11782         PR sanitizer/80879
11783         * gimplify.c (gimplify_switch_expr):
11784         Initialize live_switch_vars for SWITCH_BODY == STATEMENT_LIST.
11786 2017-06-19  Martin Liska  <mliska@suse.cz>
11788         * doc/install.texi: Document that PGO runs in 4 stages.
11790 2017-06-19  Martin Liska  <mliska@suse.cz>
11792         PR ipa/80732
11793         * attribs.c (make_dispatcher_decl): Do not append '.ifunc'
11794         to dispatcher function name.
11795         * multiple_target.c (replace_function_decl): New function.
11796         (create_dispatcher_calls): Redirect both edges and references.
11798 2017-06-19  Jan Hubicka <hubicka@ucw.cz>
11800         * profile-count.c (profile_count::dump): Dump quality.
11801         (profile_count::differs_from_p): Update for unsigned val.
11802         * profile-count.h (profile_count_quality): New enum.
11803         (profile_count): Turn m_val to 62bit unsigned, add quality tracking.
11805 2017-06-19  Richard Biener  <rguenther@suse.de>
11807         * tree-ssa-loop-niter.h (estimate_numbers_of_iterations): Take
11808         struct function as arg.
11809         (estimate_numbers_of_iterations): Export overload with loop arg.
11810         (free_numbers_of_iterations_estimates_loop): Use an overload of
11811         free_numbers_of_iterations_estimates instead.
11812         * tree-cfg.c (remove_bb): Adjust.
11813         * tree-cfgcleanup.c (remove_forwarder_block_with_phi): Likewise.
11814         * tree-parloops.c (gen_parallel_loop): Likewise.
11815         * tree-ssa-loop-ivcanon.c (canonicalize_induction_variables):
11816         Likewise.
11817         (tree_unroll_loops_completely): Likewise.
11818         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop):
11819         Use an overload instead and export.
11820         (estimated_loop_iterations): Adjust.
11821         (max_loop_iterations): Likewise.
11822         (likely_max_loop_iterations): Likewise.
11823         (estimate_numbers_of_iterations): Take struct function as arg
11824         and adjust.
11825         (loop_exits_before_overflow): Adjust.
11826         (free_numbers_of_iterations_estimates_loop): Use an overload.
11827         * tree-vect-loop.c (vect_analyze_loop_form): Adjust.
11828         * tree-vectorizer.c (vect_free_loop_info_assumptions): Likewise.
11830 2017-06-19  Richard Biener  <rguenther@suse.de>
11832         PR ipa/81112
11833         * ipa-prop.c (find_constructor_constant_at_offset): Handle
11834         RANGE_EXPR conservatively.
11836 2017-06-16  Carl Love  <cel@us.ibm.com>
11838         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
11839         definitions for vec_float, vec_float2, vec_floato,
11840         vec_floate built-ins.
11841         * config/rs6000/vsx.md (define_c_enum "unspec"): Add RTL code
11842         for instructions vsx_xvcvsxws vsx_xvcvuxwsp, float2, floato and
11843         floate.
11844         * config/rs6000/rs6000-builtin.def (FLOAT2_V2DI, FLOATE_V2DF,
11845         FLOATE_2DI, FLOATO_V2DF, FLOATEE_V2DI, XVCVSXWSP_V4SF,
11846         UNS_FLOATO_V2DI, UNS_FLOATE_V2DI): Add definitions.
11847         * config/altivec.md (define_insn "p8_vmrgew_<mode>",
11848         define_mode_attr VF_sxddp): Add V4SF type to p8_vmrgew.
11849         * config/rs6000/altivec.h (vec_float, vec_float2, vec_floate,
11850         vec_floato): Add builtin defines.
11851         * doc/extend.texi (vec_float, vec_float2, vec_floate, vec_floato):
11852         Update the built-in documentation file for the new built-in
11853         functions.
11855 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
11857         * config/arm/arm.opt (marm): Mark as the negative of of -mthumb.
11858         (mthumb): Mark as the negative of -marm.
11860 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
11862         * doc/invoke.texi (ARM Options, -mcpu): Document supported
11863         extension options.
11864         (ARM Options, -mtune): Document that this accepts the same
11865         extension options as -mcpu.
11866         (ARM Options, -mfpu): Document addition of -mfpu=auto.
11868 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
11870         * doc/invoke.texi (ARM Options, -march=): Document new syntax and
11871         permitted extensions.
11873 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
11875         * config/arm/arm-cpus.in (armv7): Add extension +nofp.
11876         (armv7-r): Add aliases vfpv3xd and vfpv3-d16.
11877         (armv8-m.main): Add option +nodsp.
11878         * config/arm/arm-cpu-cdata.h: Regenerated.
11880 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
11882         * config/arm/t-fuchsia: New file.
11883         * config.gcc (arm*-*-fuchsia*): Use it.
11885 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
11887         * config/arm/t-symbian: Rewrite for new option infrastructure.
11889 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
11891         * config/arm/t-phoenix (MULTILIB_REUSE): Clear variable.
11892         (MULTILIB_REQUIRED): Likewise.
11894 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
11896         * config/arm/t-linux-eabi (MULTILIB_EXCEPTIONS): Set to empty.
11897         (MULTILIB_RESUE): Likewise.
11898         (MULTILIB_MATCHES): Likewise.
11899         (MULTLIB_REQUIRED): Likewise.
11901 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
11903         * config/arm/t-rtems: Rewrite for new option framework.
11905 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
11907         * config/arm/t-aprofile (v7_a_nosimd_variants, v7_a_simd_variants)
11908         (v7ve_nosimd_variatns, v7ve_vfpv3_simd_variants)
11909         (v7ve_vfpv4_simd_variants, v8_a_nosimd_variants, v8_a_simd_variants)
11910         (v8_1_a_simd_variants, v8_2_a_simd_variants): Move to ...
11911         * config/arm/t-multilib: ... here.
11912         (MULTILIB_OPTIONS): Add armv7 and armv7+fp architectures.
11913         (MULTILIB_MATCHES): Use armv7 libraries for armv7-r.  Also use for
11914         armv7-a and armv8*-a when A-profile libraries have not been built.
11915         * config/arm/t-rmprofile: Rewrite.
11917 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
11919         * genmultilib (multilib_reuse): Allow an explicit period to be escaped
11920         with a backslash.  Remove the backslash after substituting unescaped
11921         periods.
11922         * doc/fragments.texi (MULTILIB_REUSE): Document it.
11924 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
11926         * config.gcc: (arm*-*-*): When building a-profile libraries, force
11927         the driver to pass through the default setting of -mfloat-abi.
11928         * common/config/arm/arm-common.c (arm_target_thumb_only): Return -marm
11929         rather than NULL.
11930         * config/arm/t-multilib (MULTILIB_REUSE): Initialize to empty.
11931         (all_feat_combs): New rule.
11932         (MULTILIB_OPTIONS): Use explicit ARM and Thumb directories.  Rework
11933         default libraries.
11934         * config/arm/t-aprofile: Rewrite.
11936 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
11938         * config/arm/arm.h (FPUTYPE_AUTO): Define.
11939         * config/arm/arm.c (arm_option_override): Use FPUTYPE_AUTO if the
11940         fpu is not specified by the user/command-line.
11941         * config/arm/bpabi.h (FPUTYPE_DEFAULT): Delete.
11942         * config/arm/netbsd-elf.h (FPUTYPE_DEFAULT): Delete.
11943         * config/arm/linux-elf.h (FPUTYPE_DEFAULT): Delete.
11944         * config/arm/vxworks.h (FPUTYPE_DEFAULT): Delete.
11945         * common/config/arm/arm-common.c (arm_canon_arch_option): Use
11946         FPUTYPE_AUTO insted of FPUTYPE_DEFAULT.
11948 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
11950         * config/arm/elf.h (MULTILIB_DEFAULTS): Delete.
11951         * config/arm/t-arm-elf: Rewritten.
11953 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
11955         * config/arm/arm.h (TARGET_HARD_FLOAT): Also check that we
11956         have some floating-point instructions.
11957         (TARGET_SOFT_FLOAT): Define as inverse of TARGET_HARD_FLOAT.
11958         (TARGET_MAYBE_HARD_FLOAT): New macro.
11959         * config/arm/arm-builtins.c (arm_init_builtins): Use
11960         TARGET_MAYBE_HARD_FLOAT.
11961         * config/arm/arm.c (arm_option_override): Use TARGET_HARD_FLOAT_ABI.
11963 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
11965         * common/config/arm/arm-common.c: Define INCLUDE_LIST.
11966         (configargs.h): Include it.
11967         (arm_print_hint_for_fpu_option): New function.
11968         (arm_parse_fpu_option): New function.
11969         (candidate_extension): New class.
11970         (arm_canon_for_multilib): New function.
11971         * config/arm/arm.h (CANON_ARCH_SPEC_FUNCTION): New macro.
11972         (EXTRA_SPEC_FUNCTIONS): Add CANON_ARCH_SPEC_FUNCTION.
11973         (ARCH_CANONICAL_SPECS): New macro.
11974         (DRIVER_SELF_SPECS): Add ARCH_CANONICAL_SPECS.
11976 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
11978         * config.gcc (arm*-*-*): Ensure both target_cpu_cname and with_cpu
11979         are set after handling multilib fragments.  Set target_cpu_default2
11980         from with_cpu.
11982 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
11984         * config.gcc (arm*-*-fucshia*): Set target_cpu_cname to the real
11985         cpu name.
11986         (arm*-*-*): Set target_cpu_default2 to a quoted string.
11987         * config/arm/parsecpu.awk (check_cpu): Validate any extension
11988         options.
11989         (check_arch): Likewise.
11990         * config/arm/arm.c (arm_configure_build_target): Handle
11991         TARGET_CPU_DEFAULT being a string constant.  Scan any feature
11992         options in the default.
11994 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
11996         * config/arm/arm-protos.h (cpu_arch_extension): Add field to record
11997         when an option is an alias of another.
11998         * config/arm/parsecpu.awk (optalias): New parser token.
11999         (gen_comm_data): Mark non-alias options as such.  Emit entries
12000         for extension aliases.
12001         * config/arm/arm-cpus.in (armv5e): Make vfpv2 an alias.
12002         (armv5te, armv5tej, armv6, armv6j, armv6k, armv6z): Likewise.
12003         (armv6kz, armv6zk, armv6t2): Likewise.
12004         (armv7): Make vfpv3-d16 an alias.
12005         (armv7-a): Make vfpv3-d16, neon and neon-vfpv3 aliases.  Sort in
12006         canonical order.
12007         (armv7ve): Make vfpv4-d16, neon-vfpv3 and neon-vfpv4 aliases.
12008         Sort in canonical order.
12009         (armv8-a): Sort in canonical order.
12010         (armv8.1-a, armv8.2-a):  Likewise.
12011         (generic-armv7-a): Make neon and neon-vfpv3 aliases.  Sort in
12012         canonical order.
12013         (cortex-a9): Sort in canonical order.
12014         * config/arm/arm.c (selftests.h): Include it.
12015         (arm_test_cpu_arch_data): New function.
12016         (arm_run_self_tests): New function.
12017         (TARGET_RUN_TARGET_SELFTESTS): Redefine.
12018         (targetm): Move declaration to the end of the file.
12019         * arm-cpu-cdata.h: Regenerated.
12021 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
12023         * config/arm/arm.h (TARGET_MODE_SPECS): Add additional parameter to
12024         call to target_mode_check describing the type of option passed.
12025         * common/config/arm/arm-common.c (arm_arch_core_flag): Delete.
12026         (arm_target_thumb_only): Use arm_parse_arch_option_name or
12027         arm_parse_cpu_option_name to match parameters against list of
12028         available targets.
12029         * config/arm/parsecpu.awk (gen_comm_data): Don't generate
12030         arm_arch_core_flags data structure.
12031         * config/arm/arm-cpu_cdata.h: Regenerated.
12033 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
12035         * common/config/arm/arm-common.c (arm_initialize_isa): Moved here from
12036         config/arm/arm.c.
12037         (arm_print_hint_for_cpu_option): Likewise.
12038         (arm_print_hint_for_arch_option): Likewise.
12039         (arm_parse_cpu_option_name): Likewise.
12040         (arm_parse_arch_option_name): Likewise.
12041         * config/arm/arm.c (arm_identify_fpu_from_isa): Use the computed number
12042         of entries in the all_fpus list.
12043         * config/arm/arm-protos.h (all_architectures, all_cores): Declare.
12044         (arm_parse_cpu_option_name): Declare.
12045         (arm_parse_arch_option_name): Declare.
12046         (arm_parse_option_features): Declare.
12047         (arm_intialize_isa): Declare.
12048         * config/arm/parsecpu.awk (gen_data): Move CPU and architecture
12049         data tables to ...
12050         (gen_comm_data): ... here.  Make definitions non-static.
12051         * config/arm/arm-cpu-data.h: Regenerated.
12052         * config/arm/arm-cpu-cdata.h: Regenerated.
12054 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
12056         * config/arm/arm-protos.h (arm_build_target): Remove arch_core.
12057         (cpu_arch_extension): New structure.
12058         (cpu_arch_option, arch_option, cpu_option): New structures.
12059         * config/arm/parsecpu.awk (gen_headers): Build an enumeration of
12060         architecture types.
12061         (gen_data): Generate new format data tables.
12062         * config/arm/arm.c (cpu_tune): New structure.
12063         (cpu_option, processors): Delete.
12064         (arm_print_hint_for_core_or_arch): Delete.  Replace with ...
12065         (arm_print_hint_for_cpu_option): ... this and ...
12066         (arm_print_hint_for_arch_option): ... this.
12067         (arm_parse_arch_cpu_name): Delete.  Replace with ...
12068         (arm_parse_cpu_option_name): ... this and ...
12069         (arm_parse_arch_option_name): ... this.
12070         (arm_unrecognized_feature): Change type of target parameter to
12071         cpu_arch_option.
12072         (arm_parse_arch_cpu_features): Delete.  Replace with ...
12073         (arm_parse_option_features): ... this.
12074         (arm_configure_build_target): Rework to use new configuration data
12075         tables.
12076         (arm_print_tune_info): Rework for new configuration data tables.
12077         * config/arm/arm-cpu-data.h: Regenerated.
12078         * config/arm/arm-cpu.h: Regenerated.
12080 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
12082         * Makefile.in (OBJS): Move sbitmap.o from here ...
12083         (OBJS-libcommon): ... to here.
12085 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
12087         * config/arm/arm-isa.h (ISA_ALL_FPU_INTERNAL): Renamed from ISA_ALL_FPU.
12088         (ISA_ALL_CRYPTO): New macro.
12089         (ISA_ALL_SIMD): New macro
12090         (ISA_ALL_FP): New macro.
12091         * config/arm/arm.c (fpu_bitlist): Update initializer.
12092         * config/arm/arm-cpus.in: Use new ISA_ALL macros to disable crypto,
12093         simd or fp.
12094         (arm9e): Add fpu.  Add option for nofp
12095         (arm946e-s, arm966e-s, arm968e-s, arm10e, arm1020e, arm1022e): Likewise.
12096         (arm926ej-s, arm1026ej-s): Likewise.
12097         (generic-armv7-a): Add fpu.  Add options for simd, vfpv3, vfpv3-d16,
12098         vfpv3-fp16, vfpv3-d16-fp16, vfpv4, vfpv4-d16, neon, neon-vfp3,
12099         neon-fp16, neon-vfpv4, nofp and nosimd.
12100         (cortex-a5, cortex-a7): Add fpu.  Add options for nosimd and nofp.
12101         (cortex-a8): Add fpu.  Add option for nofp.
12102         (cortex-a9): Add fpu.  Add options for nosimd and nofp.
12103         (cortex-a12, cortex-a15, cortex-a17): Add fpu.  Add option for nofp.
12104         (cortex-r4f): Add fpu.
12105         (cortex-r5): Add fpu.  Add options for nofp.dp and nofp.
12106         (cortex-r7): Use idiv option from architecture.  Add fpu.  Add option
12107         for nofp.
12108         (cortex-r8): Likewise.
12109         (cortex-m4): Add fpu.  Add option for nofp.
12110         (cortex-a15.cortex-a7): Add fpu.  Add option for nofp.
12111         (cortex-a17.cortex-a7): Likewise.
12112         (cortex-a32): Add fpu.  Add options for crypto and nofp.
12113         (cortex-a35, cortex-a53): Likewise.
12114         (cortex-a57): Add fpu.  Add option for crypto.
12115         (cortex-a72, cortex-a73): Likewise.
12116         (exynos-m1): Likewise.
12117         (cortex-a57.cortex-a53, cortex-a72.cortex-a53): Likewise.
12118         (cortex-a73.cortex-a35, cortex-a73.cortex-a53): Likewise.
12119         (cortex-m33): Add fpu.  Add option for nofp.
12120         * config/arm/arm-cpu-cdata.h: Regenerated
12121         * config/arm/arm-cpu-data.h: Regenerated.
12123 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
12125         * arm-cpus.in (armv5e): Add options fp, vfpv2 and nofp.
12126         (armv5te, armv5tej): Likewise.
12127         (armv6, armv6j, armv6k, armv6z, armv6kz, armv6zk, armv6t2): Likewise.
12128         (armv7): Add options fp and vfpv3-d16.
12129         (armv7-a): Add options fp, simd, vfpv3, vfpv3-d16, vfpv3-d16-fp16,
12130         vfpv3-fp16, vfpv4, vfpv4-d16, neon, neon-vfpv3, neon-fp16, neon-vfpv4,
12131         nofp and nosimd.
12132         (armv7ve): Likewise.
12133         (armv7-r): Add options fp, fp.sp, idiv, nofp and noidiv.
12134         (armv7e-m): Add options fp, fpv5, fp.dp and nofp.
12135         (armv8-a): Add nocrypto option.
12136         (armv8.1-a, armv8.2-a): Likewise.
12137         (armv8-m.main): add options fp, fp.dp and nofp.
12139 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
12141         * config/arm/arm-cpus.in (armv8-a): Add options crc, simd crypto and
12142         nofp.
12143         (armv8-a+crc): Delete.
12144         (armv8.1-a): Add options simd, crypto and nofp.
12145         (armv8.2-a): Add options fp16, simd, crypto and nofp.
12146         (armv8.2-a+fp16): Delete.
12147         (armv8-m.main): Add option dsp.
12148         (armv8-m.main+dsp): Delete.
12149         (cortex-a8): Add fpu.  Add nofp option.
12150         (cortex-a9): Add fpu.  Add nofp and nosimd options.
12151         * config/arm/parsecpu.awk (gen_data): Generate option tables and
12152         link to main cpu and architecture data structures.
12153         (gen_comm_data): Only put isa attributes from the main architecture
12154         in common tables.
12155         (option): New statement for architecture and CPU entries.
12156         * arm.c (struct cpu_option): New structure.
12157         (struct processors): Add entry for options.
12158         (arm_unrecognized_feature): New function.
12159         (arm_parse_arch_cpu_name): Ignore any characters after the first
12160         '+' character.
12161         (arm_parse_arch_cpu_feature): New function.
12162         (arm_configure_build_target): Separate out any CPU and architecture
12163         features and parse separately.  Don't error out if -mfpu=auto is
12164         used with only an architecture string.
12165         (arm_print_asm_arch_directives): New function.
12166         (arm_file_start): Call it.
12167         * config/arm/arm-cpu-cdata.h: Regenerated.
12168         * config/arm/arm-cpu-data.h: Likewise.
12169         * config/arm/arm-tables.opt: Likewise.
12171 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
12173         * config/arm/elf.h (ASM_SPEC): Only pass -mfpu through to the
12174         assembler when it is not -mfpu=auto.
12176 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
12178         * config/arm/arm.h (BIG_LITTLE_SPEC): Delete macro.
12179         (ASM_REWRITE_SPEC_FUNCTIONS): New macro.
12180         (BIG_LITTLE_CPU_SPEC_FUNCTIONS): Delete macro.
12181         (ASM_CPU_SPEC): Rewrite.
12182         (MCPU_MTUNE_NATIVE_FUNCTIONS): New macro.
12183         (EXTRA_SPEC_FUNCTIONS): Move outside of ifdef.  Use
12184         MCPU_MTUNE_NATIVE_FUNCTIONS and ASM_REWRITE_SPEC_FUNCTIONS.  Remove
12185         reference to BIG_LITTLE_CPU_SPEC_FUNCTIONS.
12186         * common/config/arm/arm-common.c (arm_rewrite_selected_cpu): Ensure
12187         copied string is NUL-terminated.  Also strip any characters prefixed
12188         by '+'.
12189         (arm_rewrite_selected_arch): New function.
12190         (arm_rewrite_march): New function.
12192 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
12194         * config/arm/arm.opt (x_arm_arch_string): New TargetSave option.
12195         (x_arm_cpu_string, x_arm_tune_string): Likewise.
12196         (march, mcpu, mtune): Convert to string-based options.
12197         * config/arm/arm.c (arm_print_hint_for_core_or_arch): New function.
12198         (arm_parse_arch_cpu_name): New function.
12199         (arm_configure_build_target): Use arm_parse_arch_cpu_name to
12200         identify selected architecture or CPU.
12201         (arm_option_save): New function.
12202         (TARGET_OPTION_SAVE): Redefine.
12203         (arm_option_restore): Restore string options.
12204         (arm_option_print): Print string options.
12206 2017-06-16  Martin Sebor  <msebor@redhat.com>
12208         PR tree-optimization/80933
12209         PR tree-optimization/80934
12210         * builtins.c (fold_builtin_3): Do not handle bcmp here.
12211         * gimple-fold.c (gimple_fold_builtin_bcmp): New function.
12212         (gimple_fold_builtin_bcopy, gimple_fold_builtin_bzero): Likewise.
12213         (gimple_fold_builtin): Call them.
12215 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
12217         * gimple-ssa-isolate-paths.c (isolate_path): Set edge leading to path
12218         as unlikely; update profile.
12220 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
12222         * predict.c (force_edge_cold): Handle declaring edges impossible
12223         more aggresively.
12225 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
12227         * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Update
12228         profile.
12229         (try_unroll_loop_completely): Fix reporting.
12231 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
12233         * tree-ssa-tail-merge.c (replace_block_by): Fix profile updating.
12235 2017-06-16  James Greenhalgh  <james.greenhalgh@arm.com>
12237         PR target/71778
12238         * config/arm/arm-builtins.c (arm_expand_builtin_args): Return TARGET
12239         if given a non-constant argument for an intrinsic which requires a
12240         constant.
12242 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
12244         * profile.c (compare_freqs): New function.
12245         (branch_prob): Sort edge list.
12246         (find_spanning_tree): Assume that the list is priority sorted.
12248 2017-06-16  Richard Biener  <rguenther@suse.de>
12250         PR tree-optimization/81090
12251         * passes.def (pass_record_bounds): Remove.
12252         * tree-pass.h (make_pass_record_bounds): Likewise.
12253         * tree-ssa-loop.c (pass_data_record_bounds, pass_record_bounds,
12254         make_pass_record_bounds): Likewise.
12255         * tree-ssa-loop-ivcanon.c (canonicalize_induction_variables): Do
12256         not free niter estimates at the beginning but at the end.
12257         * tree-scalar-evolution.c (scev_finalize): Free niter estimates.
12259 2017-06-16  Richard Biener  <rguenther@suse.de>
12261         * tree-switch-conversion.c (emit_case_bit_tests): Adjust
12262         initializer to workaround ICE in host GCC 4.8.
12264 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
12266         * ipa-inline-transform.c (update_noncloned_frequencies): Update also
12267         counts.
12268         (clone_inlined_nodes): Update.
12270 2017-06-16  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
12272         * config/aarch64/aarch64.c (qdf24xx_prefetch_tune): Update
12273         prefetch settings, and enable prefetching by default at -O3.
12275 2017-06-16  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
12277         * config/aarch64/aarch64.c (aarch64_override_options_internal):
12278         Set flag_prefetch_loop_arrays according to tuning data.
12280 2017-06-16  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
12282         * config/aarch64/aarch64-protos.h (struct cpu_prefetch_tune):
12283         New tune structure.
12284         (struct tune_params): Use cpu_prefetch_tune instead of cache_line_size.
12285         [Unrelated to main purpose of the patch] Place the pointer field last
12286         to enable type checking errors when tune structure are wrongly merged.
12287         * config/aarch64/aarch64.c (generic_prefetch_tune,)
12288         (exynosm1_prefetch_tune, qdf24xx_prefetch_tune,)
12289         (thunderx2t99_prefetch_tune): New tune constants.
12290         (tune_params *_tunings): Update all tunings (no functional change).
12291         (aarch64_override_options_internal): Set PARAM_SIMULTANEOUS_PREFETCHES,
12292         PARAM_L1_CACHE_SIZE, PARAM_L1_CACHE_LINE_SIZE, and PARAM_L2_CACHE_SIZE
12293         from tunings structures.
12295 2017-06-16  Jakub Jelinek  <jakub@redhat.com>
12297         PR sanitizer/81094
12298         * ubsan.c (instrument_null): Add T argument, use it instead
12299         of computing it based on IS_LHS.
12300         (instrument_object_size): Likewise.
12301         (pass_ubsan::execute): Adjust instrument_null and
12302         instrument_object_size callers to pass gimple_get_lhs or
12303         gimple_assign_rhs1 result to it.  Use instrument_null instead of
12304         calling get_base_address and instrument_mem_ref.  Handle
12305         aggregate call arguments for object-size sanitization.
12307 2017-06-16  Yury Gribov  <tetra2005@gmail.com>
12309         PR tree-optimization/81089
12310         * tree-vrp.c (is_masked_range_test): Validate operands of
12311         subexpression.
12313 2017-06-15  Martin Sebor  <msebor@redhat.com>
12315         PR c++/80560
12316         * dumpfile.c (dump_register): Avoid calling memset to initialize
12317         a class with a default ctor.
12318         * gcc.c (struct compiler): Remove const qualification.
12319         * genattrtab.c (gen_insn_reserv): Replace memset with initialization.
12320         * hash-table.h: Ditto.
12321         * ipa-cp.c (allocate_and_init_ipcp_value): Replace memset with
12322           assignment.
12323         * ipa-prop.c (ipa_free_edge_args_substructures): Ditto.
12324         * omp-low.c (lower_omp_ordered_clauses): Replace memset with
12325         default ctor.
12326         * params.h (struct param_info): Make struct members non-const.
12327         * tree-switch-conversion.c (emit_case_bit_tests): Replace memset
12328         with default initialization.
12329         * vec.h (vec_copy_construct, vec_default_construct): New helper
12330         functions.
12331         (vec<T>::copy, vec<T>::splice, vec<T>::reserve): Replace memcpy
12332         with vec_copy_construct.
12333         (vect<T>::quick_grow_cleared): Replace memset with default ctor.
12334         (vect<T>::vec_safe_grow_cleared, vec_safe_grow_cleared): Same.
12335         * doc/invoke.texi (-Wclass-memaccess): Document.
12337 2017-06-15  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
12339         * emit-rtl.h (is_leaf): Update comment about local
12340         register allocator.
12342 2017-06-15  Jozef Lawrynowicz   <jozef.l@somniumtech.com>
12344         PR target/78818
12345         * config/msp430/msp430.c (msp430_data_attr): Check that it's possible
12346         for a variable to have a section before checking if the section has a
12347         name.
12348         Set section to.persistent if persistent attribute is set.
12349         Warn if .persistent attribute is used on an automatic variable.
12351 2017-06-15  Eric Botcazou  <ebotcazou@adacore.com>
12353         PR rtl-optimization/80474
12354         * reorg.c (update_block): Do not ignore instructions in a delay slot.
12356 2017-06-15  Segher Boessenkool  <segher@kernel.crashing.org>
12358         * config/rs6000/rs6000.md (add<mode>3): Use reg_or_subregno instead
12359         of REGNO.
12361 2017-06-14  Maciej W. Rozycki  <macro@imgtec.com>
12363         * config/mips/mips.md (MIPS16_T_REGNUM): Remove constant.
12364         (casesi): Emit bounds checking as RTL.
12365         (casesi_internal_mips16_<mode>): Remove bounds checking.
12367 2017-06-14  Max Filippov  <jcmvbkbc@gmail.com>
12369         * config/xtensa/xtensa.c (xtensa_option_override): Append
12370         MASK_CONST16 to target_flags in the absence of TARGET_L32R.
12371         (hwloop_optimize, hwloop_fail, hwloop_pattern_reg,
12372          xtensa_doloop_hooks): Define unconditionally.
12373         (xtensa_reorg_loops): Only call reorg_loops in the presence of
12374         TARGET_LOOPS.
12375         * config/xtensa/xtensa.h (TARGET_L32R): New definition.
12376         (TARGET_DEFAULT): Remove XCHAL_HAVE_L32R condition and account
12377         for it in xtensa_option_override.
12378         (HARD_FRAME_POINTER_IS_FRAME_POINTER,
12379          HARD_FRAME_POINTER_IS_ARG_POINTER): New definitions.
12381 2017-06-14  Boris Kolpackov  <boris@codesynthesis.com>
12383         * doc/cppopts.texi: Document '-' special value to -MF.
12385 2017-06-14  Wilco Dijkstra  <wdijkstr@arm.com>
12387         * config/arm/cortex-a53.md (cortex_a53_fpalu) Adjust latency.
12388         (cortex_a53_fconst): Likewise.
12389         (cortex_a53_fpmul): Likewise.
12390         (cortex_a53_f_load_64): Likewise.
12391         (cortex_a53_f_load_many): Likewise.
12392         (cortex_a53_advsimd_alu): Likewise.
12393         (cortex_a53_advsimd_alu_q): Likewise.
12394         (cortex_a53_advsimd_mul): Likewise.
12395         (cortex_a53_advsimd_mul_q): Likewise.
12396         (fpmac bypass): Add new bypass for fpmac-fpmac case.
12397         Add missing fmul, r2f_cvt and fconst cases.
12399 2017-06-14  Richard Biener  <rguenther@suse.de>
12401         PR middle-end/81088
12402         * fold-const.c (split_tree): Drop TREE_OVERFLOW flag from
12403         literal constants.
12404         (fold_binary_loc): When associating do not treat pre-existing
12405         TREE_OVERFLOW on literal constants as a reason to allow
12406         TREE_OVERFLOW on associated literal constants.
12408 2017-06-14  Eric Botcazou  <ebotcazou@adacore.com>
12410         * config/sparc/sparc.h (MASK_ISA): Add MASK_LEON and MASK_LEON3.
12411         (MASK_FEATURES): New macro.
12412         * config/sparc/sparc.c (sparc_option_override): Remove the special
12413         handling of -mfpu and generalize it to all MASK_FEATURES switches.
12415 2017-06-14  Eric Botcazou  <ebotcazou@adacore.com>
12417         * simplify-rtx.c (simplify_binary_operation_1) <UDIV>: Do not simplify
12418         a division of 0 if non-call exceptions are enabled.
12420 2017-06-14  Andrew Pinski  <apinski@cavium.com>
12421             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
12423         PR target/71663
12424         * config/aarch64/aarch64.c (aarch64_expand_vector_init):
12425         Improve vector initialization code gen for only variable case.
12427 2017-06-14  Eric Botcazou  <ebotcazou@adacore.com>
12429         * config/sparc/driver-sparc.c (cpu_names): Add SPARC-T5 entry.
12431 2017-06-14  Richard Biener  <rguenther@suse.de>
12433         PR tree-optimization/81083
12434         * tree-ssa-sccvn.c (vn_reference_lookup_3): Do not use abnormals
12435         as values.
12437 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
12439         * config/rs6000/rs6000.c: Update all comments that mentioned SPE.
12440         (rs6000_expand_builtin): Remove RS6000_BTC_EVSEL.
12441         * config/rs6000/rs6000.h (RS6000_BTC_EVSEL): Delete.
12442         * config/rs6000/vxworks.h (VXCPU_FOR_8548): Delete.  Adjust former use.
12443         * config/rs6000/vxworksae.h (VXCPU_FOR_8548): Delete.
12444         * config/rs6000/vxworksmils.h (VXCPU_FOR_8548): Delete.
12446 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
12448         * config/rs6000/rs6000-opts.h (enum rs6000_vector): Delete VECTOR_SPE.
12449         * config/rs6000/rs6000.c (rs6000_debug_vector_unit): Delete VECTOR_SPE.
12451 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
12453         * config/rs6000/rs6000.h (FIXED_SCRATCH): Delete.
12455 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
12457         * config/rs6000/t-rtems: Don't handle SPE.
12459 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
12461         * config/rs6000/t-linux: Don't handle SPE.
12463 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
12465         * config/rs6000/eabispe.h: Delete file.
12467 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
12469         * config/rs6000/t-spe: Delete file.
12471 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
12473         * config/rs6000/rs6000.c (SPE_CONST_OFFSET_OK): Delete.
12474         (rs6000_legitimate_offset_address_p): Return false for anything in
12475         V2SImode or V2SFmode.
12477 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
12479         * config/rs6000/rs6000-modes.def: Remove all 8-byte vector modes
12480         except V2SF and V2SI.  Rearrange the vector modes, and add comments.
12481         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Remove V8QImode
12482         and V4HImode.
12483         (reg_offset_addressing_ok_p): Remove V4HImode and V1DImode.
12484         (rs6000_legitimate_offset_address_p): Ditto.
12485         (rs6000_emit_move): Ditto.
12486         (rs6000_init_builtins): Remove V4HI_type_node.
12488 2017-06-13  Martin Liska  <mliska@suse.cz>
12490         PR sanitize/78204
12491         * asan.c (asan_sanitize_stack_p): Use sanitize_flags_p.
12492         (gate_asan): Likewise.
12493         * asan.h (asan_no_sanitize_address_p): Remove the function.
12494         (sanitize_flags_p): New function.
12495         * builtins.def: Fix coding style.
12496         * common.opt: Use renamed enum value.
12497         * convert.c (convert_to_integer_1): Use sanitize_flags_p.
12498         * doc/extend.texi: Document no_sanitize attribute.
12499         * flag-types.h (enum sanitize_code): Rename SANITIZE_NONDEFAULT
12500         to SANITIZE_UNDEFINED_NONDEFAULT.
12501         * gcc.c (sanitize_spec_function): Use the renamed enum value.
12502         * gimple-fold.c (optimize_atomic_compare_exchange_p):
12503         Use sanitize_flags_p.
12504         * gimplify.c (gimplify_function_tree): Likewise.
12505         * ipa-inline.c (sanitize_attrs_match_for_inline_p): Likewise.
12506         * opts.c (parse_no_sanitize_attribute): New function.
12507         (common_handle_option): Use renamed enum value.
12508         * opts.h (parse_no_sanitize_attribute): Declare.
12509         * tree.c (sanitize_flags_p): New function.
12510         * tree.h: Declared here.
12511         * tsan.c: Use sanitize_flags_p.
12512         * ubsan.c (ubsan_expand_null_ifn): Likewise.
12513         (instrument_mem_ref): Likewise.
12514         (instrument_bool_enum_load): Likewise.
12515         (do_ubsan_in_current_function): Remove the function.
12516         (pass_ubsan::execute): Use sanitize_flags_p.
12517         * ubsan.h: Remove do_ubsan_in_current_function
12518         * tree-cfg.c (print_no_sanitize_attr_value): New function.
12519         (dump_function_to_file): Use it here.
12521 2017-06-13  Martin Jambor  <mjambor@suse.cz>
12523         PR tree-optimization/80803
12524         PR tree-optimization/81063
12525         * tree-sra.c (subtree_mark_written_and_enqueue): Move up in the file.
12526         (propagate_subaccesses_across_link): Enqueue subtree whenever
12527         necessary instead of relying on the caller.
12529 2017-06-13  Martin Jambor  <mjambor@suse.cz>
12531         * tree-sra.c (add_access_to_work_queue): Only enqueue accesses
12532         that have a first_link.
12533         (sort_and_splice_var_accesses): Do not check first_link before
12534         enquing.
12535         (subtree_mark_written_and_enqueue): Likewise.
12536         (propagate_all_subaccesses): Likewise and do not stop at first
12537         parent with a first_link.
12539 2017-06-13  Martin Jambor  <mjambor@suse.cz>
12541         * tree-sra.c (dump_access_tree_1): Fix accidental dumping to stderr
12542         instead of f.
12544 2017-06-13  Yury Gribov  <tetra2005@gmail.com>
12546         * match.pd: New pattern.
12548 2017-06-13  Yury Gribov  <tetra2005@gmail.com>
12550         * tree-vrp.c (is_masked_range_test): New function.
12551         (register_edge_assert_for): Determine ranges for
12552         some bit tests.
12554 2017-06-13  Yury Gribov  <tetra2005@gmail.com>
12556         PR tree-optimization/67328
12557         * fold-const.c (maskable_range_p): New function.
12558         (build_range_check): Generate bittests if possible.
12560 2017-06-13  Martin Liska  <mliska@suse.cz>
12562         * gimple-pretty-print.c (dump_probability): Add new argument.
12563         (dump_edge_probability): Dump both probability and count.
12564         (dump_gimple_label): Likewise.
12565         (dump_gimple_bb_header): Likewise.
12567 2017-06-13  Georg-Johann Lay  <avr@gjlay.de>
12569         PR target/81072
12570         * config/avr/avr-devices.c: Fix indentation.
12571         * config/avr/gen-avr-mmcu-specs.c: Dito.
12573 2017-06-13  Richard Biener  <rguenther@suse.de>
12575         * tree-vect-loop.c (vect_model_reduction_cost): Do not fail,
12576         instead get vector type from stmt_info.
12577         (vectorizable_reduction): Adjust.  Remove dead code.
12579 2017-06-13  Richard Biener  <rguenther@suse.de>
12581         PR middle-end/81065
12582         * fold-const.c (extract_muldiv_1): Remove bogus distribution
12583         case of C * (x * C2 + C3).
12584         (fold_addr_of_array_ref_difference): Properly fold index difference.
12586 2017-06-12  David S. Miller  <davem@davemloft.net>
12588         PR target/80968
12589         * config/sparc/sparc.md (return expander): Emit frame blockage if
12590         function uses alloca.
12592 2017-06-12  Richard Sandiford  <richard.sandiford@linaro.org>
12594         * combine.c (make_field_assignment): Check len rather than the mode
12595         precision when calling force_to_mode.
12597 2017-06-12  Georg-Johann Lay  <avr@gjlay.de>
12599         Support multilibs and devices that see flash in RAM address range.
12601         PR target/81072
12602         * config/avr/avr-arch.h (avr_arch_id) <ARCH_AVRXMEGA3>: New enum.
12603         (avr_mcu_t) <flash_pm_offset>: New field.
12604         (avr_device_specific_features) <AVR_ISA_RCALL>: New enum.
12605         * config/avr/avr.h (AVR_SHORT_CALLS): New define.
12606         (AVR_HAVE_JMP_CALL): Don't set if AVR_SHORT_CALLS.
12607         (AVR_TINY_PM_OFFSET): Remove macro.
12608         * config/avr/avr.opt (-mshort-calls): New option.
12609         * config/avr/gen-avr-mmcu-specs.c (print_mcu)
12610         [*self_spec]: Add / remove -mshort-calls depending on AVR_ISA_RCALL.
12611         * config/avr/avr-c.c (avr_cpu_cpp_builtins)
12612         <__AVR_SHORT_CALLS__>: Built-in define if AVR_SHORT_CALLS.
12613         <__AVR_HAVE_JMP_CALL__>: Use AVR_HAVE_JMP_CALL as condition
12614         instead of avr_arch->have_jmp_call.
12615         <__AVR_PM_BASE_ADDRESS__>: Built-in define if avr_arch->flash_pm_offset.
12616         [AVR_TINY] <__AVR_TINY_PM_BASE_ADDRESS__>: Use
12617         avr_arch->flash_pm_offset to define.
12618         * config/avr/avr-devices.c (avr_arch_types): Add initializers for
12619         new field flash_pm_offset.  Add entry for avrxmega3.
12620         (avr_texinfo): Add entry for avrxmega3.
12621         * config/avr/avr-mcus.def: Add entries for: avrxmega3,
12622         attiny212, attiny214,
12623         attiny412, attiny414, attiny416, attiny417,
12624         attiny814, attiny816, attiny817,
12625         attiny1614, attiny1616, attiny1617,
12626         attiny3214, attiny3216, attiny3217.
12627         * config/avr/avr.c (avr_assemble_integer)[AVR_TINY]: Use
12628         avr_arch->flash_pm_offset instead of AVR_TINY_PM_OFFSET.
12629         (avr_print_operand_address) [AVR_TINY]: Same.
12630         (avr_asm_init_sections) <readonly_data_section>: Only patch
12631         callback if avr_arch->flash_pm_offset = 0.
12632         (avr_asm_named_section) <avr_need_copy_data_p>: Skip setting it
12633         for rodata if avr_arch->flash_pm_offset != 0.
12634         (avr_encode_section_info) [AVR_TINY]: Adjust comment.
12635         * config/avr/genmultilib.awk (dir_rcall, opt_rcall): New vars.
12636         (opts) [AVR_ISA_RCALL]: Append opt_rcall.
12637         (m_options): Append opt_rcall.
12638         (m_dirnames): Append dir_rcall.
12639         * config/avr/t-multilib: Regenerate.
12641         * configure.ac [target=avr]: Check whether avrxmega3 default
12642         linker description file works as needed.
12643         * configure: Regenerate.
12644         * doc/avr-mmcu.texi: Regenerate.
12645         * doc/invoke.texi (AVR Options) <-mshort-calls>: Document it.
12646         <__AVR_ARCH__>: Document avrxmega3 and 103.
12647         <__AVR_HAVE_JMP_CALL__>: Adjust documentation.
12648         <__AVR_SHORT_CALLS__>: Document it.
12649         <__AVR_PM_BASE_ADDRESS__>: Document it.
12650         * doc/extend.texi (AVR Options) <-mshort-calls>: Document it.
12651         (AVR Variable Attributes) <progmem>: Document this is
12652         not needed for avrxmega3.
12653         (AVR Named Address Spaces) <__flash>: Dito.
12655 2017-06-12  Jan Hubicka  <hubicka@ucw.cz>
12657         * cgraph.c (cgraph_node::dump): Complain about profile insanities.
12659 2017-06-12  Doug Rupp  <rupp@adacore.com>
12661         * config.gcc (*-*-vxworks*): Set use_gcc_stdint to "provide".
12662         Append vxworks-stdint.h to the tm_file list.
12663         * config/vxworks-stdint.h: New file.
12665 2017-06-12  Martin Liska  <mliska@suse.cz>
12667         PR tree-optimization/81041
12668         * tree-profile.c (gimple_gen_ic_func_profiler):
12669         Create an extra BB in profile-generate
12670         (gimple_gen_time_profiler): Likewise.
12672 2017-06-12  Jakub Jelinek  <jakub@redhat.com>
12674         PR tree-optimization/81003
12675         * tree-ssa-reassoc.c (force_into_ssa_name): New function.
12676         (update_range_test): Use it instead of force_gimple_operand_gsi.
12678 2017-06-12  Richard Biener  <rguenther@suse.de>
12680         PR tree-optimization/81053
12681         * tree-vect-loop.c (vect_is_simple_reduction): Handle PHI
12682         with backedge value not defined in loop.  Simplify def stmt
12683         compute.
12685 2017-06-11  Tom de Vries  <tom@codesourcery.com>
12687         PR target/79939
12688         * config/nvptx/nvptx.c (nvptx_cannot_force_const_mem): New function.
12689         Return true.
12690         (TARGET_CANNOT_FORCE_CONST_MEM): Redefine to
12691         nvptx_cannot_force_const_mem.
12693 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
12695         * opts.c (finish_options): Move test for flag_split_stack after
12696         it has been initialized.
12698 2017-06-11  Jason Merrill  <jason@redhat.com>
12700         * tree.h (id_equal): New.
12701         * dwarf2out.c, hsa-gen.c, ipa-devirt.c, omp-expand.c,
12702         omp-simd-clone.c, read-rtl-function.c, tree-chkp.c, tree.c: Use it
12703         instead of strcmp of IDENTIFIER_POINTER.
12705 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
12707         * ipa-inline-transform.c: Include function.h, cfg.h and basic-block.h
12708         (mark_all_inlined_calls_cdtor): Fix formating.
12709         (inline_transform): Rescale profile before inlining.
12711 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
12713         * cgraph.h (cgraph_edge::clone): Update prototype.
12714         * cgraphclones.c (cgraph_edge::clone): Update profile scaling.
12715         (cgraph_node::create_clone): Update.
12716         (cgraph_node::create_version_clone): Update.
12717         * tree-inline.c (copy_bb): Update.
12718         (expand_call_inline): Update.
12720 2017-06-10  Segher Boessenkool  <segher@kernel.crashing.org>
12722         * config/rs6000/rs6000.c (emit_vrsave_prologue): New function,
12723         factored out from ...
12724         (rs6000_emit_prologue): ... here.
12726 2017-06-10  Segher Boessenkool  <segher@kernel.crashing.org>
12728         * config/rs6000/rs6000.c (emit_split_stack_prologue): New function,
12729         factored out from ...
12730         (rs6000_emit_prologue): ... here.
12732 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
12734         * predict.c (drop_profile): Also drop individual bb/edge and cgraph
12735         edge counts.
12736         (handle_missing_profiles): Fix computation of tp_first_run.
12737         (counts_to_freqs): Do not touch freqs when count is 0.
12739 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
12741         * cgraphbuild.c (cgraph_edge::rebuild_references): Do not touch
12742         profile.
12744 2017-06-10  Tom de Vries  <tom@codesourcery.com>
12746         * doc/sourcebuild.texi (Effective-Target Keywords, Environment
12747         attributes): Document signal effective target.
12749 2017-06-10  Tom de Vries  <tom@codesourcery.com>
12751         * doc/sourcebuild.texi (Effective-Target Keywords, Other attributes):
12752         Document effective target stack_size.
12754 2017-06-09  David Malcolm  <dmalcolm@redhat.com>
12756         * diagnostic.c (diagnostic_report_diagnostic): Only add fixits
12757         to the edit_context if they can be auto-applied.
12759 2017-06-9  Ian Lance Taylor  <iant@golang.org>
12761         * opts.c (finish_options): If -fsplit-stack, disable implicit
12762         -forder-blocks-and-partition.
12763         * doc/invoke.texi (Optimize Options): Document that when using
12764         -fsplit-stack -forder-blocks-and-partition is not implicitly
12765         enabled.
12767 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
12769         * builtin-attrs.def (ATTR_NORETURN_NOTHROW_LEAF_COLD_LIST,
12770         ATTR_CONST_NORETURN_NOTHROW_LEAF_COLD_LIST,
12771         ATTR_TMPURE_NORETURN_NOTHROW_LEAF_COLD_LIST): New.
12772         * builtins.def (abort, trap, unreachable): Declare cold.
12773         * calls.c (flags_from_decl_or_type): Lookup ECF_COLD.
12774         * tree-core.h (ECF_COLD): New.
12775         * tree.c (set_call_expr_flags): Handle ECF_COLD.
12776         (build_common_builtin_nodes): Mark unreachable and abort as cold.
12778 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
12780         * predict.c (unlikely_executed_stmt_p): Cleanup.
12782 2017-06-09  Richard Biener  <rguenther@suse.de>
12784         * tree-ssa-loop-im.c (execute_sm): Do not force multi-threaded
12785         model if the ref is always written to.
12787 2017-06-09  Tamar Christina  <tamar.christina@arm.com>
12789         * config/aarch64/aarch64.md (lrint<GPF:mode><GPI:mode>2): New.
12791 2017-06-09  Tamar Christina  <tamar.christina@arm.com>
12793         * config/arm/arm.c (arm_rtx_costs_internal): Make sdiv more expensive
12794         than udiv.
12796 2017-06-09  Tom de Vries  <tom@codesourcery.com>
12798         PR target/80855
12799         * config/nvptx/nvptx.md (define_expand "mov<QHSDISDFM>"): Error out with
12800         "target cannot support label values" when encountering LABEL_REF.
12802 2017-06-09  Martin Liska  <mliska@suse.cz>
12804         * tree-profile.c (gimple_gen_ic_profiler): Update comment.
12805         (gimple_gen_ic_func_profiler): Emit direct comparison
12806         of __gcov_indirect_call_callee with NULL.
12807         (gimple_gen_time_profiler): Change probability from
12808         PROB_VERY_UNLIKELY to PROB_UNLIKELY.
12810 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
12812         * profile.c (edge_gcov_counts): Turn to pointer.
12813         (compute_branch_probabilities, compute_branch_probabilities): Update.
12814         (branch_prob): Do not clear edge_gcov_count.
12815         * profile.h (edge_gcov_counts): Turn to pointer.
12816         (edge_gcov_count): Update.
12818 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
12820         * gimple.h (gimple_check_failed): Mark cold.
12822 2017-06-09  Richard Biener  <rguenther@suse.de>
12824         PR tree-optimization/66623
12825         * tree-vect-loop.c (vect_is_simple_reduction): Cleanup,
12826         refactor check_reduction into two parts, properly computing
12827         whether we have to check reduction validity for outer loop
12828         vectorization.
12830 2017-06-09  Richard Biener  <rguenther@suse.de>
12832         PR tree-optimization/79483
12833         * graphite-scop-detection.c (order): New global.
12834         (get_order): Compute bb to order mapping that satisfies code
12835         generation constraints.
12836         (cmp_pbbs): New helper.
12837         (build_scops): Start domwalk at entry block, sort generated
12838         pbbs.
12840 2017-06-09  Richard Biener  <rguenther@suse.de>
12842         PR middle-end/81007
12843         * ipa-polymorphic-call.c
12844         (ipa_polymorphic_call_context::restrict_to_inner_class):
12845         Skip FIELD_DECLs with error_mark_node type.
12846         * passes.def (all_lowering_passes): Run pass_build_cgraph_edges
12847         last again.
12849 2017-06-09  Martin Liska  <mliska@suse.cz>
12851         * predict.c (struct branch_predictor): New struct.
12852         (test_prediction_value_range): New test.
12853         (predict_c_tests): New function.
12854         * selftest-run-tests.c (selftest::run_tests): Run the function.
12855         * selftest.h: Declare new tests.
12857 2017-06-09  Segher Boessenkool  <segher@kernel.crashing.org>
12859         PR target/80966
12860         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Assert that
12861         gen_add3_insn did not fail.
12862         * config/rs6000/rs6000.md (add<mode>3): If asked to add a constant to
12863         r0, construct that number in a temporary reg and add that reg to r0.
12864         If asked to put the result in r0 as well, fail.
12866 2017-06-08  Will Schmidt  <will_schmidt@vnet.ibm.com>
12868         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
12869         for early expansion of vec_eqv.
12871 2017-06-08  Jakub Jelinek  <jakub@redhat.com>
12873         PR middle-end/81005
12874         * ubsan.c (instrument_null): Avoid pointless code temporary.
12875         (pass_ubsan::execute): Instrument aggregate arguments of calls.
12877 2017-06-08  Uros Bizjak  <ubizjak@gmail.com>
12879         PR target/81015
12880         Revert:
12881         2016-12-14  Uros Bizjak  <ubizjak@gmail.com>
12883         PR target/59874
12884         * config/i386/i386.md (*ctzhi2): New insn_and_split pattern.
12885         (*clzhi2): Ditto.
12887 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
12889         * predict.c (unlikely_executed_edge_p): Move ahead.
12890         (probably_never_executed_edge_p): Use it.
12892 2017-06-08  Alexander Ivchenko  <alexander.ivchenko@intel.com>
12894         PR middle-end/79988
12895         * tree-chkp.c (chkp_gimple_call_builtin_p): Remove
12896         gimple_call_builtin_p call.
12898 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
12900         * system.h (fancy_abort): Annotate by ATTRIBUTE_COLD.
12901         * rtl.h (rtl_check_failed_bounds, rtl_check_failed_type1,
12902         rtl_check_failed_type2, rtl_check_failed_code1,
12903         rtl_check_failed_code2, rtl_check_failed_code_mode,
12904         rtl_check_failed_block_symbol, cwi_check_failed_bounds,
12905         rtvec_check_failed_bounds, rtl_check_failed_flag,
12906         _fatal_insn_not_found, _fatal_insn): Likewise.
12907         * tree.h (tree_contains_struct_check_failed,
12908         tree_check_failed, tree_not_check_failed,
12909         tree_class_check_failed, tree_range_check_failed,
12910         tree_not_class_check_failed, tree_int_cst_elt_check_failed,
12911         tree_vec_elt_check_failed, phi_node_elt_check_failed,
12912         tree_operand_check_failed, omp_clause_check_failed,
12913         omp_clause_operand_check_failed, omp_clause_range_check_failed):
12914         Likewise.
12916 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
12918         * cgraph.c (cgraph_edge::maybe_hot_p): Do not check
12919         flag_branch_probabilities.
12920         * ipa-inline.c (edge_badness): Likewise.
12921         * ipa-profile.c (ipa_propagate_frequency_1): Likewise.
12922         * postreload-gcse.c (eliminate_partially_redundant_load): Likewise.
12923         * predict.c (maybe_hot_frequency_p): Likewise.
12924         (probably_never_executed): Likewise.
12925         * sched-ebb.c (schedule_ebbs): Likewise.
12926         * sched-rgn.c (find_single_block_region): Likewise.
12927         * tracer.c (tail_duplicate): Likewise.
12929 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
12931         * opts.c (finish_options): x_flag_reorder_blocks_and_partition no
12932         longer requires x_flag_profile_use.
12934 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
12936         * cfgrtl.c (cfg_layout_initialize): Check crtl->has_bb_partition
12937         instead of flag_reorder_blocks_and_partition.
12938         * dbxout.c (dbxout_function_end): Likewise.
12939         * dwarf2out.c (gen_subprogram_die): Likewise.
12940         * haifa-sched.c (sched_create_recovery_edges): Likewise.
12941         * hw-doloop.c (reorg_loops): Likewise.
12942         * varasm.c (assemble_start_function,
12943         assemble_end_function): Likewise.
12944         (decide_function_section): Do not check for
12945         flag_reorder_blocks_and_partition.
12947 2017-06-08  Alexander Ivchenko  <alexander.ivchenko@intel.com>
12949         * tree-chkp.c (chkp_get_hard_register_var_fake_base_address):
12950         New function.
12951         (chkp_get_hard_register_fake_addr_expr): Ditto.
12952         (chkp_build_addr_expr): Add check for hard reg case.
12953         (chkp_parse_array_and_component_ref): Ditto.
12954         (chkp_find_bounds_1): Ditto.
12955         (chkp_process_stmt): Don't generate bounds store for
12956         hard reg case.
12958 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
12960         * predict.c (maybe_hot_bb_p): Do not check profile status.
12961         (maybe_hot_edge_p): Likewise.
12962         (probably_never_executed): Check for zero counts even if profile
12963         is not read.
12964         (unlikely_executed_edge_p): New function.
12965         (unlikely_executed_stmt_p): New function.
12966         (unlikely_executed_bb_p): New function.
12967         (set_even_probabilities): Use unlikely predicates.
12968         (combine_predictions_for_bb): Likewise.
12969         (predict_paths_for_bb): Likewise.
12970         (predict_paths_leading_to_edge): Likewise.
12971         (determine_unlikely_bbs): New function.
12972         (estimate_bb_frequencies): Use it.
12973         (compute_function_frequency): Use zero counts even if profile is
12974         not read.
12975         * profile-count.h: Fix typo.
12977 2017-08-08  Julia Koval  <julia.koval@intel.com>
12979         * config/i386/avx512bwintrin.h (_mm512_mask_cvtepi16_storeu_epi8,
12980         _mm512_mask_cvtsepi16_storeu_epi8,
12981         _mm512_mask_cvtusepi16_storeu_epi8): New intrinsics.
12982         * config/i386/avx512vlbwintrin.h (_mm256_mask_cvtepi16_storeu_epi8,
12983         _mm_mask_cvtsepi16_storeu_epi8, _mm256_mask_cvtsepi16_storeu_epi8,
12984         _mm_mask_cvtusepi16_storeu_epi8, _mm256_mask_cvtusepi16_storeu_epi8,
12985         _mm_mask_cvtepi16_storeu_epi8): New intrinsics.
12986         * config/i386/i386-builtin-types.def (PV8Q, V8QI): New pointer type.
12987         (VOID_FTYPE_PV32QI_V32HI_USI, VOID_FTYPE_PV8QI_V8HI_UQI,
12988         VOID_FTYPE_PV16QI_V16HI_UHI): New function types.
12989         * config/i386/i386-builtin.def (__builtin_ia32_pmovwb128mem_mask,
12990         __builtin_ia32_pmovwb256mem_mask, __builtin_ia32_pmovswb128mem_mask,
12991         __builtin_ia32_pmovswb256mem_mask, __builtin_ia32_pmovuswb128mem_mask,
12992         __builtin_ia32_pmovuswb256mem_mask,
12993         __builtin_ia32_pmovuswb512mem_mask, __builtin_ia32_pmovswb512mem_mask)
12994         __builtin_ia32_pmovwb512mem_mask): New builtins.
12996 2017-08-08  Julia Koval  <julia.koval@intel.com>
12998         PR target/73350,80862
12999         * config/i386/subst.md (round): Fix round pattern.
13000         * config/i386/i386.c (ix86_erase_embedded_rounding):
13001         Fix erasing rounding for the fixed pattern.
13003 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
13005         * cfgbuild.c (find_many_sub_basic_blocks): Fix thinko.
13007 2017-06-08  Martin Liska  <mliska@suse.cz>
13009         PR gcov-profile/80911
13010         * gcov.c (block_info::block_info): New constructor.
13012 2017-06-07  Carl Love  <cel@us.ibm.com>
13014         * config/rs6000/rs6000-c: The return type of the following
13015         built-in functions was implemented as int not long long.  Fix sign
13016         of return value for the unsigned version of vec_mulo and vec_mule.
13017         vector unsigned long long vec_bperm (vector unsigned long long,
13018                                              vector unsigned char)
13019         vector signed long long vec_mule (vector signed int,
13020                                           vector signed int)
13021         vector unsigned long long vec_mule (vector unsigned int,
13022                                             vector unsigned int)
13023         vector signed long long vec_mulo (vector signed int,
13024                                           vector signed int)
13025         vector unsigned long long vec_mulo (vector unsigned int,
13026                                             vector unsigned int)
13027         * doc/extend.texi: Fix the documentation for the built-in
13028         functions.
13030 2017-06-07  Carl Love  <cel@us.ibm.com>
13032         PR target/80982
13033         * config/rs6000/altivec.md (double<mode>2): Fix the implementation of
13034         for BE.
13036 2017-06-07  Carl Love  <cel@us.ibm.com>
13038         * config/rs6000/altivec.md: Fix argument swizzle in vec_doublel
13039         support, Generate       doublehv for signed int/float for BE case only.
13041 2017-06-07  Alexander Monakov  <amonakov@ispras.ru>
13043         * doc/invoke.texi (mcx16): Rewrite.
13045 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
13047         * config/rs6000/predicates.md (rs6000_nonimmediate_operand): Delete.
13048         * config/rs6000/rs6000.md (*movsi_internal1, movsi_from_sf,
13049         *mov<mode>_softfloat, and an anonymous splitter): Use
13050         nonimmediate_operand instead of rs6000_nonimmediate_operand.
13052 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
13054         * config/rs6000/darwin.h (REGISTER_NAMES): Delete the SPE_ACC and
13055         SPEFSCR registers.
13056         * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Ditto.
13057         (enum rs6000_reg_type): Delete SPE_ACC_TYPE and SPEFSCR_REG_TYPE.
13058         (rs6000_debug_reg_global): Adjust.
13059         (rs6000_init_hard_regno_mode_ok): Adjust.
13060         (rs6000_dbx_register_number): Adjust.
13061         * config/rs6000/rs6000.h (FIRST_PSEUDO_REGISTER): Change to 115.
13062         (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS):
13063         Remove SPE_ACC and SPEFSCR.
13064         (REG_ALLOC_ORDER): Ditto.
13065         (FRAME_POINTER_REGNUM): Change to 111.
13066         (enum reg_class): Remove the SPE_ACC and SPEFSCR registers.
13067         (REG_CLASS_NAMES): Ditto.
13068         (REG_CLASS_CONTENTS): Delete the SPE_ACC and SPEFSCR registers.
13069         (REGISTER_NAMES): Ditto.
13070         (ADDITIONAL_REG_NAMES): Ditto.
13071         (rs6000_reg_names): Ditto.
13072         * config/rs6000/rs6000.md: Renumber some register number
13073         define_constants.
13075 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
13077         * config/rs6000/darwin.h (REGISTER_NAMES): Delete the SPE high
13078         registers.
13079         * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Ditto.
13080         * config/rs6000/rs6000.h (FIRST_PSEUDO_REGISTER): Change from 149
13081         to 117.
13082         (DWARF_REG_TO_UNWIND_COLUMN): Do not define.
13083         (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS):
13084         Delete the SPE high registers.
13085         (REG_ALLOC_ORDER): Ditto.
13086         (enum reg_class): Remove SPE_HIGH_REGS.
13087         (REG_CLASS_NAMES): Ditto.
13088         (REG_CLASS_CONTENTS): Delete the SPE high registers.
13089         (REGISTER_NAMES): Ditto.
13090         (rs6000_reg_names): Ditto.
13091         * doc/tm.texi.in: Remove SPE as example.
13092         * doc/tm.texi: Regenerate.
13094 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
13096         * config/rs6000/8540.md (ppc8540_brinc): Delete.
13097         * config/rs6000/e500mc.md (e500mc_brinc): Delete.
13098         * config/rs6000/e500mc64.md (e500mc64_brinc): Delete.
13099         * config/rs6000/rs6000.md (type): Remove "brinc".
13101 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
13103         * config.gcc (powerpc*-*-*): Don't add spe.h to extra_headers.
13104         (powerpc*-linux*spe*): Use ${cpu_type} instead of rs6000.
13105         * config/rs6000/linuxspe.h: Delete file.
13106         * config/rs6000/rs6000.md: Don't include spe.md.
13107         * config/rs6000/spe.h: Delete file.
13108         * config/rs6000/spe.md: Delete file.
13109         * config/rs6000/t-rs6000: Remove spe.md.
13111 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
13113         * config/rs6000/predicates.md (reg_or_mem_operand): Reformat.
13114         (reg_or_none500mem_operand): Delete.
13115         * config/rs6000/rs6000.md (extendsfdf2): Use reg_or_mem_operand
13116         instead of reg_or_none500mem_operand.
13118 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
13120         * config/rs6000/rs6000.c (rs6000_option_override_internal): Delete
13121         handling of SPE flags.
13122         * config/rs6000/rs6000.opt (-mspe, -mspe=no, -mspe=yes): Delete.
13124 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
13126         * config/rs6000/rs6000-common.c (rs6000_handle_option): Remove
13127         SPE ABI handling.
13128         * config/rs6000/paired.md (paired_negv2sf2): Rename to negv2sf2.
13129         (paired_absv2sf2, paired_addv2sf3, paired_subv2sf3, paired_mulv2sf3,
13130         paired_divv2sf3): Similar.
13131         * config/rs6000/predicates.md: Replace TARGET_SPE, TARGET_SPE_ABI,
13132         SPE_VECTOR_MODE and SPE_HIGH_REGNO_P by 0; simplify.
13133         * config/rs6000/rs6000-builtin.def: Delete RS6000_BUILTIN_E and
13134         RS6000_BUILTIN_S.
13135         Delete BU_SPE_1, BU_SPE_2, BU_SPE_3, BU_SPE_E, BU_SPE_P, and BU_SPE_X.
13136         Rename the paired_* instruction patterns.
13137         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Do not
13138         define __SPE__.
13139         * config/rs6000/rs6000-protos.h (invalid_e500_subreg): Delete.
13140         * config/rs6000/rs6000.c: Delete RS6000_BUILTIN_E and RS6000_BUILTIN_S.
13141         (struct rs6000_stack): Delete fields spe_gp_save_offset, spe_gp_size,
13142         spe_padding_size, and spe_64bit_regs_used.  Replace TARGET_SPE and
13143         TARGET_SPE_ABI with 0, simplify.  Replace SPE_VECTOR_MODE with
13144         PAIRED_VECTOR_MODE.
13145         (struct machine_function): Delete field spe_insn_chain_scanned_p.
13146         (spe_func_has_64bit_regs_p): Delete.
13147         (spe_expand_predicate_builtin): Delete.
13148         (spe_expand_evsel_builtin): Delete.
13149         (TARGET_DWARF_REGISTER_SPAN): Do not define.
13150         (TARGET_MEMBER_TYPE_FORCES_BLK): Do not define.
13151         (invalid_e500_subreg): Delete.
13152         (rs6000_legitimize_address): Always force_reg op2 as well, for
13153         paired single memory accesses.
13154         (rs6000_member_type_forces_blk): Delete.
13155         (rs6000_spe_function_arg): Delete.
13156         (rs6000_expand_unop_builtin): Delete SPE handling.
13157         (rs6000_expand_binop_builtin): Ditto.
13158         (spe_expand_stv_builtin): Delete.
13159         (bdesc_2arg_spe): Delete.
13160         (spe_expand_builtin): Delete.
13161         (spe_expand_predicate_builtin): Delete.
13162         (spe_expand_evsel_builtin): Delete.
13163         (rs6000_invalid_builtin): Remove RS6000_BTM_SPE handling.
13164         (spe_init_builtins): Delete.
13165         (spe_func_has_64bit_regs_p): Delete.
13166         (savres_routine_name): Delete "info" parameter.  Adjust callers.
13167         (rs6000_emit_stack_reset): Ditto.
13168         (rs6000_dwarf_register_span): Delete.
13169         * config/rs6000/rs6000.h (TARGET_SPE_ABI, TARGET_SPE,
13170         UNITS_PER_SPE_WORD, SPE_HIGH_REGNO_P, SPE_SIMD_REGNO_P,
13171         SPE_VECTOR_MODE, RS6000_BTM_SPE, RS6000_BUILTIN_E, RS6000_BUILTIN_S):
13172         Delete.
13173         * config/rs6000/rs6000.md (FIRST_SPE_HIGH_REGNO, LAST_SPE_HIGH_REGNO):
13174         Delete.
13175         * config/rs6000/rs6000.opt (-mabi=spe, -mabi=no-spe): Delete.
13176         * config/rs6000/spe.md: Delete every pattern that uses TARGET_SPE.
13177         * config/rs6000/vector.md (absv2sf2, negv2sf2, addv2sf3, subv2sf3,
13178         mulv2sf3, divv2sf3): Delete expanders.
13180 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
13182         config/rs6000/rs6000.md (UNSPEC_MV_CR_GT): Delete.
13184 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
13186         * config/rs6000/rs6000-protos.h (output_e500_flip_gt_bit): Delete.
13187         * config/rs6000/rs6000.c: Ditto.
13189 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
13191         * config/rs6000/predicated.md (rs6000_cbranch_operator): Delete.
13192         * config/rs6000/rs6000.md: Replace rs6000_cbranch_operator by
13193         comparison_operator.
13195 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
13197         * config/rs6000/rs6000.c: Remove everything related to -mfloat-gprs.
13198         * config/rs6000/rs6000.opt: Ditto.
13199         * config/rs6000/t-rtems: Ditto.
13201 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
13203         * config/rs6000/predicates.md: Replace TARGET_E500_DOUBLE and
13204         TARGET_E500_SINGLE by 0, simplify.
13205         * config/rs6000/rs6000.c: Ditto.
13206         (rs6000_option_override_internal): Delete CHECK_E500_OPTIONS.
13207         (spe_build_register_parallel): Delete.
13208         * config/rs6000/rs6000.h: Delete TARGET_E500_SINGLE,
13209         TARGET_E500_DOUBLE, and CHECK_E500_OPTIONS.
13210         * config/rs6000/rs6000.md: Replace TARGET_E500_DOUBLE,
13211         TARGET_E500_SINGLE, and <E500_CONVERT> by 0, simplify.
13212         (E500_CONVERT): Delete.
13213         * config/rs6000/spe.md: Remove many patterns and all define_constants.
13215 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
13217         * config/rs6000/darwin.md: Replace TARGET_FPRS by 1 and simplify.
13218         * config/rs6000/dfp.md: Ditto.
13219         (negdd2, *negdd2_fpr): Merge.
13220         (absdd2, *absdd2_fpr): Merge.
13221         (negtd2, *negtd2_fpr): Merge.
13222         (abstd2, *abstd2_fpr): Merge.
13223         * config/rs6000/e500.h: Delete file.
13224         * config/rs6000/predicates.md (rs6000_cbranch_operator): Replace
13225         TARGET_FPRS by 1 and simplify.
13226         * config/rs6000/rs6000-c.c: Ditto.
13227         * config/rs6000/rs6000.c: Ditto.  Also replace TARGET_SF_SPE and
13228         TARGET_DF_SPE by 0.
13229         * config/rs6000/rs6000.h: Ditto.  Delete TARGET_SF_SPE and
13230         TARGET_DF_SPE.
13231         * config/rs6000/rs6000.md: Ditto.
13232         (floatdidf2, *floatdidf2_fpr): Merge.
13233         (move_from_CR_gt_bit): Delete.
13234         * config/rs6000/spe.md: Replace TARGET_FPRS by 1 and simplify.
13235         (E500_CR_IOR_COMPARE): Delete.
13236         (All patterns that require !TARGET_FPRS): Delete.
13237         * config/rs6000/vsx.md: Replace TARGET_FPRS by 1 and simplify.
13239 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
13241         * passes.def (pass_iv_canon): Move before pass_loop_distribution.
13243 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
13245         * graphds.c (add_edge): Intitialize edge's attached data.
13246         (foll_in_subgraph, dfs_fst_edge, dfs_next_edge): New function
13247         pointer parameter.  Call pointed function on each edge during
13248         graph traversing.  Skip traversing the edge when the function
13249         returns true.
13250         (graphds_dfs, graphds_scc): Ditto.
13251         (for_each_edge): New parameter.  Pass the new parameter to callback
13252         function.
13253         * graphds.h (skip_edge_callback): New function pointer type.
13254         (graphds_dfs, graphds_scc): New function pointer parameter.
13255         (graphds_edge_callback, for_each_edge): New parameter.
13257 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
13259         * tree-vect-data-refs.c (vect_mark_for_runtime_alias_test): Factor
13260         out code checking if runtime alias check is possible to below ...
13261         Call the new function.
13262         * tree-data-ref.c (runtime_alias_check_p): ... to new function.
13263         * tree-data-ref.h (runtime_alias_check_p): New decalaration.
13265 2017-06-07  Marek Polacek  <polacek@redhat.com>
13267         PR sanitizer/80932
13268         * fold-const.c (extract_muldiv_1) <case MINUS_EXPR>: Add
13269         TYPE_OVERFLOW_WRAPS check.
13271 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
13273         * tree-vect-loop-manip.c (vect_do_peeling): Don't skip vector loop
13274         if versioning is required.
13275         * tree-vect-loop.c (vect_analyze_loop_2): Merge niter check for loop
13276         peeling with the check for versioning.
13278 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
13280         * tree-vectorizer.h (vect_build_loop_niters): New parameter.
13281         * tree-vect-loop-manip.c (vect_build_loop_niters): New parameter.
13282         Set true to new parameter if new ssa variable is defined.
13283         (vect_gen_vector_loop_niters): Refactor.  Set range information
13284         for the new vector loop bound variable.
13285         (vect_do_peeling): Ditto.
13287 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
13289         * tree-affine.c (ssa.h): Include header file.
13290         (tree_to_aff_combination): Handle (T1)(X - CST) when inner type
13291         has wrapping overflow behavior.
13293 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
13295         * tree-affine.c (tree_to_aff_combination): Handle (T1)(X + X).
13297 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
13299         (aff_combination_expand): Move (T1)(X *+- CST) simplification to ...
13300         (tree_to_aff_combination): ... here.
13302 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
13304         * tree-ssa-loop-ivopts.c (ivopts_estimate_reg_pressure): New
13305         reg_pressure model function.
13306         (ivopts_global_cost_for_size): Delete.
13307         (determine_set_costs, iv_ca_recount_cost): Call new model function
13308         ivopts_estimate_reg_pressure.
13310 2017-06-07  Tamar Christina  <tamar.christina@arm.com>
13312         * config/aarch64/aarch64.c (aarch64_rtx_costs): Make sdiv more
13313         expensive than udiv.  Remove floating point cases from mod.
13315 2017-06-07  Tamar Christina  <tamar.christina@arm.com>
13317         * config/arm/aarch-cost-tables.h (cortexa53_extra_cost):
13318         Increase idiv cost.
13320 2017-06-07  Tamar Christina  <tamar.christina@arm.com>
13322         * config/aarch64/aarch64.md
13323         (copysignsf3): Fix mask generation.
13325 2017-06-07  Jakub Jelinek  <jakub@redhat.com>
13327         * dumpfile.h (enum tree_dump_index): Rename TDI_generic to
13328         TDI_gimple.
13329         (class dump_manager): Add register_dumps method.
13330         * dumpfile.c: Include langhooks.h.
13331         (dump_files): Use 0 instead of 3/4/5 for TDI_{original,gimple,nested}.
13332         (FIRST_AUTO_NUMBERED_DUMP): Decrease to 1.
13333         (FIRST_ME_AUTO_NUMBERED_DUMP): Define.
13334         (dump_manager::dump_register): Start with 512 entries instead of 32.
13335         (dump_manager::register_dumps): New method.
13336         * toplev.c (general_init): Instead of invoking register_dumps
13337         langhook, invoke register_dumps method on the dump manager.
13338         * gimplify.c (gimplify_function_tree): Use TDI_gimple instead of
13339         TDI_generic.
13341 2017-06-07  Richard Sandiford  <richard.sandiford@linaro.org>
13343         * doc/md.texi: Clarify the restrictions on a define_insn condition.
13344         Say that # requires an associated define_split to exist, and that
13345         the define_split must be suitable for use after register allocation.
13347 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
13349         * cfgbuild.c (find_bb_boundaries): Initialize profile of split blocks.
13350         (compute_outgoing_frequencies): Also initialize zero counts.
13351         (find_many_sub_basic_blocks): Do not produce uninitialized profile
13352         around loops; preserve more of profile when nothing changes.
13354 2017-06-06  Jim Wilson  <jim.wilson@linaro.org>
13356         * config/aarch64/aarch64-cost-tables.h (qdf24xx_extra_costs): Move to
13357         here.
13358         * config/arm/aarch-cost-tables.h (qdf24xx_extra_costs): From here.
13359         * config/arm/arm-cpu-cdata.h: Regenerate.
13360         * config/arm/arm-cpu-data.h, config/arm/arm-cpu.h: Likewise.
13361         * config/arm/arm-tables.opt, config/arm/arm-tune.md: Likewise.
13362         * config/arm/arm-cpus.in: Delete falkor and qdf24xx entries.
13363         * config/arm/arm.c (arm_qdf24xx_tune): Delete.
13364         * config/arm/bpabi.h (BE8_LINK_SPEC): Delete falkor and qdf24xx
13365         support.
13366         * config/arm/t-aprofile (MULTILIB_MATCHES): Delete falkor and qdf24xx
13367         support.
13368         * config/arm/t-rmprofile: Likewise.
13369         * doc/invoke.texi (ARM Options): Drop falkor and qdf24xx support.
13371 2017-06-06  David S. Miller  <davem@davemloft.net>
13373         PR target/80968
13374         * config/sparc/sparc.c (sparc_expand_prologue): Emit frame
13375         blockage if function uses alloca.
13377 2017-06-06  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
13379         * tree-ssa-loop-prefetch.c (struct mem_ref_group, struct mem_ref):
13380         New "uid" fields to hold pretty-print IDs of group and ref.
13381         Memory references are now identified as <group_id>:<ref_id>
13382         instead of using [random] addresses.
13383         (dump_mem_details): Simplify, no functional change.
13384         (dump_mem_ref): Simplify and make output more concise.
13385         Replace couple of fprintf's throughout code with calls to dump_mem_ref.
13386         (find_or_create_group): Initialize group uid.
13387         (record_ref): Initialize ref uid.  Improve debug output.
13388         (prune_group_by_reuse, should_issue_prefetch_p,)
13389         (should_issue_prefetch_p, schedule_prefetches, issue_prefetch_ref,)
13390         (mark_nontemporal_store, determine_loop_nest_reuse):
13391         Improve debug output.
13393 2017-06-06  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
13395         * dbgcnt.def (prefetch): New debug counter.
13396         * tree-ssa-loop-prefetch.c (dbgcnt.h): New include.
13397         (schedule_prefetches): Stop issueing prefetches if debug counter
13398         tripped.
13400 2017-06-06  Tom de Vries  <tom@codesourcery.com>
13402         * doc/sourcebuild.texi (Testsuites, C Language Testsuites,
13403         gcc.c-torture/compile): Remove mention of NO_LABEL_VALUES in fixme.
13405 2017-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13407         * config/aarch64/atomics.md (atomic_compare_and_swap<mode> expander):
13408         Use aarch64_reg_or_zero predicate for operand 4.
13409         (aarch64_compare_and_swap<mode> define_insn_and_split):
13410         Use aarch64_reg_or_zero predicate for operand 3.  Add 'Z' constraint.
13411         (aarch64_store_exclusive<mode>): Likewise for operand 2.
13413 2017-06-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13415         * config/arm/arm.c (arm_compute_save_reg_mask): Rename into ...
13416         (arm_compute_save_core_reg_mask): This.
13417         (thumb1_compute_save_reg_mask): Rename into ...
13418         (thumb1_compute_save_core_reg_mask): This.
13419         (arm_compute_save_reg0_reg12_mask): Adapt comment.
13420         (arm_compute_frame_layout): Likewise.
13422 2017-06-06  Richard Biener  <rguenther@suse.de>
13424         PR tree-optimization/80974
13425         * tree-ssa-sccvn.c (set_ssa_val_to): Do not change but only
13426         keep or clear leaders SSA info.
13428 2017-06-06  Tom de Vries  <tom@codesourcery.com>
13430         * config/nvptx/nvptx.c (split_mode_p): New function.
13431         (nvptx_declare_function_name, nvptx_print_operand): Use split_mode_p.
13433 2017-06-06  Tom de Vries  <tom@codesourcery.com>
13435         * config/nvptx/nvptx.c (nvptx_print_operand): Use maybe_split_mode.
13437 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
13439         PR bootstrap/80978
13440         * tree-cfg.c (execute_fixup_cfg): Fix condition on when to rescale
13441         profile.
13443 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
13445         * shrink-wrap.c (handle_simple_exit): Update profile.
13446         (try_shrink_wrapping): Upate profile.
13448 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
13450         * predict.c (tree_estimate_probability_bb): Add LOCAL_ONLY.
13451         (tree_guess_outgoing_edge_probabilities): New.
13452         * predict.h (tree_guess_outgoing_edge_probabilities): Declare.
13453         * tree-cfg.c (gimple_find_sub_bbs): Propagate profile.
13455 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
13457         * ipa-split.c (split_function): Initialize return bb profile.
13459 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
13461         * profile.c (compute_branch_probabilities): Also initialize
13462         EXIT_BLOCK profile.
13464 2017-06-06  Richard Biener  <rguenther@suse.de>
13466         PR tree-optimization/80928
13467         * tree-vect-loop.c (vect_update_vf_for_slp): Amend dumps.
13468         (vect_analyze_loop_operations): Properly guard analysis for
13469         pure SLP case.
13470         (vect_transform_loop): Likewise.
13471         (vect_analyze_loop_2): Also reset SLP type on PHIs.
13472         (vect_model_induction_cost): Do not cost for pure SLP.
13473         (vectorizable_induction): Pass in SLP node, implement SLP vectorization
13474         of induction in inner loop vectorization.
13475         * tree-vect-slp.c (vect_create_new_slp_node): Handle PHIs.
13476         (vect_get_and_check_slp_defs): Handle vect_induction_def.
13477         (vect_build_slp_tree): Likewise.  Handle PHIs as terminating the
13478         recursion.
13479         (vect_analyze_slp_cost_1): Cost induction.
13480         (vect_detect_hybrid_slp_stmts): Handle PHIs.
13481         (vect_get_slp_vect_defs): Likewise.
13482         * tree-vect-stmts.c (vect_analyze_stmt): Handle induction.
13483         (vect_transform_stmt): Handle SLP reductions.
13484         * tree-vectorizer.h (vectorizable_induction): Adjust.
13486 2017-06-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
13488         * config/rs6000/rs6000.c (make_resolver_func): Update
13489         init_lowered_empty_function call.
13491 2017-06-05  Bernd Edlinger  <bernd.edlinger@hotmail.de>
13493         * doc/invoke.texi: Document the -fprofile-abs-path option.
13494         * common.opt (fprofile-abs-path): New option.
13495         * gcov-io.h (gcov_write_filename): Declare.
13496         * gcov-io.c (gcov_write_filename): New function.
13497         * coverage.c (coverage_begin_function): Use gcov_write_filename.
13498         * profile.c (output_location): Likewise.
13500 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
13502         * shring-wrap.c: Revert accidental commit.
13504 2017-06-05  Volker Reichelt  <v.reichelt@netcologne.de>
13506         * doc/invoke.texi (-Wduplicated-branches): Add to warning list.
13508 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
13510         * cfgexpand.c (expand_gimple_tailcall): Initialize profile of
13511         new edge.
13512         * ipa-inline.c (want_inline_self_recursive_call_p): Watch for missing
13513         profile in callgraph edge.
13514         * profile-count.h (apply_probability): If THIS is 0, then result is 0
13515         (apply_scale): Likewise.
13516         * tree-inline.c (copy_bb, copy_edges_for_bb, copy_cfg_body):
13517         Also scale profile when inlining function with zero profile.
13518         (initialize_cfun): Update exit block profile even when it is zero.
13519         * tree-ssa-threadupdate.c (clear_counts_path): Handle correctly case
13520         when profile is read.
13522 2017-06-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
13524         * config/rs6000/rs6000.c (toplevel): Include attribs.h.
13525         (CLONE_*): New constants to define the processors we can generate
13526         code for with the target_clone attribute.
13527         (rs6000_clone_map): New array to identify which clone processors
13528         the current program is running on.
13529         (TARGET_COMPARE_VERSION_PRIORITY): Define to enable the
13530         target_clone attribute.
13531         (TARGET_GENERATE_VERSION_DISPATCHER_BODY): Likewise.
13532         (TARGET_GET_FUNCTION_VERSIONS_DISPATCHER): Likewise.
13533         (TARGET_OPTION_FUNCTION_VERSIONS): Likewise.
13534         (cpu_expand_builtin): Add support for target_clone attribute.
13535         (rs6000_valid_attribute_p): Allow "default" attribute.
13536         (get_decl_name): New debug function to simplify printing the
13537         current function name in debugging statements.
13538         (rs6000_clone_priority): New functions to support the target_clone
13539         attribute, and be able to generate code to switch between ISA 2.05
13540         through ISA 3.0 (power6 through power9).
13541         (rs6000_compare_version_priority): Likewise.
13542         (rs6000_get_function_versions_dispatcher): Likewise.
13543         (make_resolver_func): Likewise.
13544         (add_condition_to_bb): Likewise.
13545         (dispatch_function_versions): Likewise.
13546         (rs6000_generate_version_dispatcher_body): Likewise.
13547         (rs6000_can_inline_p): Call get_decl_name for debugging usage.
13548         (fusion_gpr_load_p): Fix a spacing issue.
13549         * doc/extend.texi (Common Function Attributes): Document that the
13550         PowerPC supports the target_clone attribute.
13552 2017-06-05  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13554         * config/arm/arm.h: explain F symbol found in description of ARM
13555         register allocation in its legend.
13557 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
13559         * config/mips/frame-header-opt.c: Include profile-count.h.
13560         * config/riscv/riscv.c: Include profile-count.h
13562 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
13564         * tree-ssa-loop-im.c (execute_sm_if_changed): Add FLAG_BBS parameter;
13565         update profile.
13566         (sm_set_flag_if_changed): Add bbs field.
13567         (execute_sm_if_changed_flag_set): Pass BBS.
13568         (execute_sm): Update.
13570 2017-06-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13572         * config/aarch64/aarch64-simd.md (aarch64_store_lane0<mode>):
13573         New pattern.
13575 2017-06-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13577         * config/aarch64/aarch64.md (sub<mode>3_compare1_imm): New define_insn.
13578         (peephole2): New peephole2 to emit the above.
13579         * config/aarch64/predicates.md (aarch64_sub_immediate): New predicate.
13581 2017-06-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13583         * config/aarch64/aarch64.c (define_peephole2 above
13584         *sub_<shift>_<mode>): New peephole.
13586 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
13588         * config/i386/i386.c (make_resolver_func): Update.
13589         * Makefile.in: Add profile-count.h and profile-count.o
13590         * auto-profile.c (afdo_indirect_call): Update to new API.
13591         (afdo_set_bb_count): Update.
13592         (afdo_propagate_edge): Update.
13593         (afdo_propagate_circuit): Update.
13594         (afdo_calculate_branch_prob): Update.
13595         (afdo_annotate_cfg): Update.
13596         * basic-block.h: Include profile-count.h
13597         (struct edge_def): Turn count to profile_count.
13598         (struct basic_block_def): Likewie.
13599         (REG_BR_PROB_BASE): Move to profile-count.h
13600         (RDIV): Move to profile-count.h
13601         * bb-reorder.c (max_entry_count): Turn to profile_count.
13602         (find_traces): Update.
13603         (rotate_loop):Update.
13604         (connect_traces):Update.
13605         (sanitize_hot_paths):Update.
13606         * bt-load.c (migrate_btr_defs): Update.
13607         * cfg.c (RDIV): Remove.
13608         (init_flow): Use alloc_block.
13609         (alloc_block): Uninitialize count.
13610         (unchecked_make_edge): Uninitialize count.
13611         (check_bb_profile): Update.
13612         (dump_edge_info): Update.
13613         (dump_bb_info): Update.
13614         (update_bb_profile_for_threading): Update.
13615         (scale_bbs_frequencies_int): Update.
13616         (scale_bbs_frequencies_gcov_type): Update.
13617         (scale_bbs_frequencies_profile_count): New.
13618         * cfg.h (update_bb_profile_for_threading): Update.
13619         (scale_bbs_frequencies_profile_count): Declare.
13620         * cfgbuild.c (compute_outgoing_frequencies): Update.
13621         (find_many_sub_basic_blocks): Update.
13622         * cfgcleanup.c (try_forward_edges): Update.
13623         (try_crossjump_to_edge): Update.
13624         * cfgexpand.c (expand_gimple_tailcall): Update.
13625         (construct_exit_block): Update.
13626         * cfghooks.c (verify_flow_info): Update.
13627         (dump_bb_for_graph): Update.
13628         (split_edge): Update.
13629         (make_forwarder_block): Update.
13630         (duplicate_block): Update.
13631         (account_profile_record): Update.
13632         * cfgloop.c (find_subloop_latch_edge_by_profile): Update.
13633         (get_estimated_loop_iterations): Update.
13634         * cfgloopanal.c (expected_loop_iterations_unbounded): Update.
13635         (single_likely_exit): Update.
13636         * cfgloopmanip.c (scale_loop_profile): Update.
13637         (loopify): Update.
13638         (set_zero_probability): Update.
13639         (lv_adjust_loop_entry_edge): Update.
13640         * cfgrtl.c (force_nonfallthru_and_redirect): Update.
13641         (purge_dead_edges): Update.
13642         (rtl_account_profile_record): Update.
13643         * cgraph.c (cgraph_node::create): Uninitialize count.
13644         (symbol_table::create_edge): Uninitialize count.
13645         (cgraph_update_edges_for_call_stmt_node): Update.
13646         (cgraph_edge::dump_edge_flags): Update.
13647         (cgraph_node::dump): Update.
13648         (cgraph_edge::maybe_hot_p): Update.
13649         * cgraph.h: Include profile-count.h
13650         (create_clone), create_edge, create_indirect_edge): Update.
13651         (cgraph_node): Turn count to profile_count.
13652         (cgraph_edge0: Likewise.
13653         (make_speculative, clone): Update.
13654         (create_edge): Update.
13655         (init_lowered_empty_function): Update.
13656         * cgraphclones.c (cgraph_edge::clone): Update.
13657         (duplicate_thunk_for_node): Update.
13658         (cgraph_node::create_clone): Update.
13659         * cgraphunit.c (cgraph_node::analyze): Update.
13660         (cgraph_node::expand_thunk): Update.
13661         * final.c (dump_basic_block_info): Update.
13662         * gimple-streamer-in.c (input_bb): Update.
13663         * gimple-streamer-out.c (output_bb): Update.
13664         * graphite.c (print_global_statistics): Update.
13665         (print_graphite_scop_statistics): Update.
13666         * hsa-brig.c: Include basic-block.h.
13667         * hsa-dump.c: Include basic-block.h.
13668         * hsa-gen.c (T sum_slice): Update.
13669         (convert_switch_statements):Update.
13670         * hsa-regalloc.c: Include basic-block.h.
13671         * ipa-chkp.c (chkp_produce_thunks): Update.
13672         * ipa-cp.c (struct caller_statistics): Update.
13673         (init_caller_stats): Update.
13674         (gather_caller_stats): Update.
13675         (ipcp_cloning_candidate_p): Update.
13676         (good_cloning_opportunity_p): Update.
13677         (get_info_about_necessary_edges): Update.
13678         (dump_profile_updates): Update.
13679         (update_profiling_info): Update.
13680         (update_specialized_profile): Update.
13681         (perhaps_add_new_callers): Update.
13682         (decide_about_value): Update.
13683         (ipa_cp_c_finalize): Update.
13684         * ipa-devirt.c (struct odr_type_warn_count): Update.
13685         (struct decl_warn_count): Update.
13686         (struct final_warning_record): Update.
13687         (possible_polymorphic_call_targets): Update.
13688         (ipa_devirt): Update.
13689         * ipa-fnsummary.c (redirect_to_unreachable): Update.
13690         * ipa-icf.c (sem_function::merge): Update.
13691         * ipa-inline-analysis.c (do_estimate_edge_time): Update.
13692         * ipa-inline.c (compute_uninlined_call_time): Update.
13693         (compute_inlined_call_time): Update.
13694         (want_inline_small_function_p): Update.
13695         (want_inline_self_recursive_call_p): Update.
13696         (edge_badness): Update.
13697         (lookup_recursive_calls): Update.
13698         (recursive_inlining): Update.
13699         (inline_small_functions): Update.
13700         (dump_overall_stats): Update.
13701         (dump_inline_stats): Update.
13702         * ipa-profile.c (ipa_profile_generate_summary): Update.
13703         (ipa_propagate_frequency): Update.
13704         (ipa_profile): Update.
13705         * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
13706         * ipa-utils.c (ipa_merge_profiles): Update.
13707         * loop-doloop.c (doloop_modify): Update.
13708         * loop-unroll.c (report_unroll): Update.
13709         (unroll_loop_runtime_iterations): Update.
13710         * lto-cgraph.c (lto_output_edge): Update.
13711         (lto_output_node): Update.
13712         (input_node): Update.
13713         (input_edge): Update.
13714         (merge_profile_summaries): Update.
13715         * lto-streamer-in.c (input_cfg): Update.
13716         * lto-streamer-out.c (output_cfg): Update.
13717         * mcf.c (create_fixup_graph): Update.
13718         (adjust_cfg_counts): Update.
13719         (sum_edge_counts): Update.
13720         * modulo-sched.c (sms_schedule): Update.
13721         * postreload-gcse.c (eliminate_partially_redundant_load): Update.
13722         * predict.c (maybe_hot_count_p): Update.
13723         (probably_never_executed): Update.
13724         (dump_prediction): Update.
13725         (combine_predictions_for_bb): Update.
13726         (propagate_freq): Update.
13727         (handle_missing_profiles): Update.
13728         (counts_to_freqs): Update.
13729         (rebuild_frequencies): Update.
13730         (force_edge_cold): Update.
13731         * predict.h: Include profile-count.h
13732         (maybe_hot_count_p, counts_to_freqs): UPdate.
13733         * print-rtl-function.c: Do not include cfg.h
13734         * print-rtl.c: Include basic-block.h
13735         * profile-count.c: New file.
13736         * profile-count.h: New file.
13737         * profile.c (is_edge_inconsistent): Update.
13738         (correct_negative_edge_counts): Update.
13739         (is_inconsistent): Update.
13740         (set_bb_counts): Update.
13741         (read_profile_edge_counts): Update.
13742         (compute_frequency_overlap): Update.
13743         (compute_branch_probabilities): Update; Initialize and deinitialize
13744         gcov_count tables.
13745         (branch_prob): Update.
13746         * profile.h (bb_gcov_counts, edge_gcov_counts): New.
13747         (edge_gcov_count): New.
13748         (bb_gcov_count): New.
13749         * shrink-wrap.c (try_shrink_wrapping): Update.
13750         * tracer.c (better_p): Update.
13751         * trans-mem.c (expand_transaction): Update.
13752         (ipa_tm_insert_irr_call): Update.
13753         (ipa_tm_insert_gettmclone_call): Update.
13754         * tree-call-cdce.c: Update.
13755         * tree-cfg.c (gimple_duplicate_sese_region): Update.
13756         (gimple_duplicate_sese_tail): Update.
13757         (gimple_account_profile_record): Update.
13758         (execute_fixup_cfg): Update.
13759         * tree-inline.c (copy_bb): Update.
13760         (copy_edges_for_bb): Update.
13761         (initialize_cfun): Update.
13762         (freqs_to_counts): Update.
13763         (copy_cfg_body): Update.
13764         (expand_call_inline): Update.
13765         * tree-ssa-ifcombine.c (update_profile_after_ifcombine): Update.
13766         * tree-ssa-loop-ivcanon.c (unloop_loops): Update.
13767         (try_unroll_loop_completely): Update.
13768         (try_peel_loop): Update.
13769         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update.
13770         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Update.
13771         * tree-ssa-loop-split.c (connect_loops): Update.
13772         * tree-ssa-loop-unswitch.c (hoist_guard): Update.
13773         * tree-ssa-reassoc.c (branch_fixup): Update.
13774         * tree-ssa-tail-merge.c (replace_block_by): Update.
13775         * tree-ssa-threadupdate.c (create_block_for_threading): Update.
13776         (compute_path_counts): Update.
13777         (update_profile): Update.
13778         (recompute_probabilities): Update.
13779         (update_joiner_offpath_counts): Update.
13780         (estimated_freqs_path): Update.
13781         (freqs_to_counts_path): Update.
13782         (clear_counts_path): Update.
13783         (ssa_fix_duplicate_block_edges): Update.
13784         (duplicate_thread_path): Update.
13785         * tree-switch-conversion.c (case_bit_test_cmp): Update.
13786         (struct switch_conv_info): Update.
13787         * tree-tailcall.c (decrease_profile): Update.
13788         * tree-vect-loop-manip.c (slpeel_add_loop_guard): Update.
13789         * tree-vect-loop.c (scale_profile_for_vect_loop): Update.
13790         * value-prof.c (check_counter): Update.
13791         (gimple_divmod_fixed_value): Update.
13792         (gimple_mod_pow2): Update.
13793         (gimple_mod_subtract): Update.
13794         (gimple_ic_transform): Update.
13795         (gimple_stringop_fixed_value): Update.
13796         * value-prof.h (gimple_ic): Update.
13798 2017-06-02  Carl Love  <cel@us.ibm.com>
13800         * config/rs6000/rs6000-c: Add support for built-in functions
13801         vector double vec_doublee (vector signed int);
13802         vector double vec_doublee (vector unsigned int);
13803         vector double vec_doublee (vector float);
13804         vector double vec_doubleh (vector signed int);
13805         vector double vec_doubleh (vector unsigned int);
13806         vector double vec_doubleh (vector float);
13807         vector double vec_doublel (vector signed int);
13808         vector double vec_doublel (vector unsigned int);
13809         vector double vec_doublel (vector float);
13810         vector double vec_doubleo (vector signed int);
13811         vector double vec_doubleo (vector unsigned int);
13812         vector double vec_doubleo (vector float);.
13813         * config/rs6000/rs6000-builtin.def: Add definitions for DOUBLEE,
13814         DOUBLEO, DOUBLEH, DOUBLEL, UNS_DOUBLEO, UNS_DOUBLEE, UNS_DOUBLEH,
13815         UNS_DOUBLEL.
13816         * config/rs6000/altivec.md: Add code generator for doublee<mode>2,
13817         unsdoubleev4si2, doubleo<mode>2, unsdoubleov4si2, doubleh<mode>2,
13818         unsdoublehv4si2, doublel<mode>2, unsdoublelv4si2, add mode attribute
13819         VS_sxwsp.
13820         * config/rs6000/altivec.h: Add define for vec_doublee, vec_doubleo,
13821         vec_doublel, vec_doubleh.
13822         * doc/extend.texi: Update the built-in documentation file for the
13823         new built-in functions.
13825 2017-06-02  David Malcolm  <dmalcolm@redhat.com>
13827         PR jit/80954
13828         * ipa-inline-analysis.c (free_growth_caches): Set
13829         edge_removal_hook_holder to NULL after removing it.
13831 2017-06-02  Sudakshina Das  <sudi.das@arm.com>
13833         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Return CC_SWP for
13834         comparision with zero.
13836 2017-06-02  Will Schmidt  <will_schmidt@vnet.ibm.com>
13837         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
13838         for early expansion of vec_min and vec_max builtins.
13839         (builtin_function_type): Add min/max unsigned variants to those
13840         identified as having unsigned arguments.
13842 2017-06-02  Olivier Hainque  <hainque@adacore.com>
13844         * config/vx-common.h (DWARF_UNWIND_INFO): Switch #define to 1.
13846 2017-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13848         * config/aarch64/aarch64-simd.md (*aarch64_simd_vec_copy_lane<mode>):
13849         Use VALL_F16 iterator rather than VALL.
13851 2017-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13853         * config/aarch64/aarch64.c (aarch64_split_compare_and_swap):
13854         Emit CBNZ inside loop when doing a strong exchange and comparing
13855         against zero.  Generate the CC flags after the loop.
13857 2017-06-02  David Edelsohn  <dje.gcc@gmail.com>
13859         * dwarf2out.c (DWARF_INITIAL_LENGTH_SIZE_STR): New.
13860         (dl_section_ref): New.
13861         (dwarf2out_finish): Copy debug_line_section_label to dl_section_ref.
13862         On AIX, append an expression to subtract the size of the
13863         section length to dl_section_ref.
13865 2017-06-02  Will Schmidt  <will_schmidt@vnet.ibm.com>
13867         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
13868         for early expansion of vector absolute builtins.
13870 2017-06-02  Richard Biener  <rguenther@suse.de>
13872         * tree-vect-slp.c (vect_detect_hybrid_slp_2): Match up
13873         what we consider a relevant use stmt with vect_detect_hybrid_slp_stmts.
13875 2017-06-02  Richard Biener  <rguenther@suse.de>
13877         PR tree-optimization/80948
13878         * tree-tailcall.c (find_tail_calls): Track stmts to move in
13879         stmt order as well.
13881 2017-06-02  Richard Biener  <rguenther@suse.de>
13883         * tree-vect-loop.c (vect_analyze_loop_operations): Not relevant
13884         PHIs are ok.
13885         * tree-vect-stmts.c (process_use): Do not mark backedge defs
13886         for inductions as relevant.
13888 2017-06-02  Richard Biener  <rguenther@suse.de>
13890         * tree-vect-loop.c (get_initial_def_for_induction): Inline into ...
13891         (vectorizable_induction): ... this.  Remove dead code.
13893 2017-06-02  Eric Botcazou  <ebotcazou@adacore.com>
13895         * builtins. (expand_builtin_alloca): Remove second parameter and
13896         infer its value from the first parameter instead.
13897         (expand_builtin) <BUILT_IN_ALLOCA>: Adjust call to above.
13899 2017-06-02  Jakub Jelinek  <jakub@redhat.com>
13901         PR rtl-optimization/80903
13902         * loop-doloop.c (add_test): Unshare sequence.
13904 2017-06-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
13906         * doc/invoke.texi: Document the -Wsizeof-pointer-div warning.
13908 2017-06-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>
13910         * config/i386/i386.c (x86_64_ms_sysv_extra_clobbered_registers): Make
13911         static.
13912         (xlogue_layout::get_stack_space_used, xlogue_layout::s_instances,
13913         xlogue_layout::get_instance, logue_layout::xlogue_layout,
13914         sp_valid_at, fp_valid_at, choose_basereg): Formatting.
13915         (xlogue_layout::get_stub_rtx): Make static.
13916         (xlogue_layout::get_stub_name): Avoid const-cast, make static.
13917         (xlogue_layout::compute_stub_managed_regs): Rename to...
13918         (xlogue_layout::count_stub_managed_regs): ...this.
13919         (xlogue_layout::is_stub_managed_reg): New function.
13920         (xlogue_layout::m_stub_names): Rename to...
13921         (xlogue_layout::s_stub_names): ...this, make static.
13922         (xlogue_layout::STUB_INDEX_OFFSET, xlogue_layout::MIN_REGS,
13923         xlogue_layout::MAX_REGS, xlogue_layout::MAX_EXTRA_REGS,
13924         xlogue_layout::VARIANT_COUNT, xlogue_layout::STUB_NAME_MAX_LEN,
13925         xlogue_layout::s_stub_names): Instantiate statics.
13926         (stub_managed_regs): Remove.
13927         (ix86_save_reg): Use xlogue_layout::compute_stub_managed_regs.
13928         (disable_call_ms2sysv_xlogues): Rename to...
13929         (warn_once_call_ms2sysv_xlogues): ...this, and warn only once.
13930         (ix86_initial_elimination_offset, ix86_expand_call): Fix call_ms2sysv
13931         warning logic.
13932         (ix86_static_chain): Make sure that ix86_static_chain_on_stack can't
13933         change after reload_completed.
13934         (ix86_can_use_return_insn_p): Use the ix86_frame data structure
13935         directly.
13936         (ix86_expand_prologue): Likewise.
13937         (ix86_expand_epilogue): Likewise.
13938         (ix86_expand_split_stack_prologue): Likewise.
13939         (ix86_compute_frame_layout): Remove frame parameter ...
13940         (TARGET_COMPUTE_FRAME_LAYOUT): ... and export it as a target hook.
13941         (ix86_finalize_stack_realign_flags): Call ix86_compute_frame_layout
13942         only if necessary.
13943         (ix86_init_machine_status): Don't set use_fast_prologue_epilogue_nregs.
13944         (ix86_frame): Move from here ...
13945         * config/i386/i386.h (ix86_frame): ... to here.
13946         (machine_function): Remove use_fast_prologue_epilogue_nregs, cache the
13947         complete ix86_frame data structure instead.  Remove some_ld_name.
13949 2017-06-01  Pierre-Marie de Rodat  <derodat@adacore.com>
13951         * dwarf2out.c (dwarf2out_late_global_decl): Add locations for
13952         symbols that hold a DECL_VALUE_EXPR.
13954 2017-06-01  Martin Jambor  <mjambor@suse.cz>
13956         PR tree-optimization/80898
13957         * tree-sra.c (process_subtree_disqualification): Removed.
13958         (disqualify_candidate): Do not acll
13959         process_subtree_disqualification.
13960         (subtree_mark_written_and_enqueue): New function.
13961         (propagate_all_subaccesses): Set grp_write of LHS subtree if the
13962         RHS has been disqualified and re-queue LHS if necessary.  Apart
13963         from that, ignore disqualified RHS.
13965 2017-06-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
13967         * config/s390/s390.c (s390_emit_epilogue): Disable early return
13968         address fetch for z10 or later.
13970 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
13972         * config/arc/arc.md (tst_movb): Add guard when splitting.
13974 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
13976         * config/arc/arc.c (arc_can_eliminate): Test against
13977         arc_frame_pointer_needed.
13979 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
13981         * config/arc/arc.c (arc_expand_prologue): Emit a special barrier
13982         to prevent store reordering.
13983         * config/arc/arc.md (UNSPEC_ARC_STKTIE): Define.
13984         (type): Add block type.
13985         (stack_tie): Define special instruction to be used in
13986         expand_prologue.
13988 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
13990         * config/arc/arc.md (commutative_binary_comparison): Remove 'I'
13991         constraint. It is not valid for the pattern.
13992         (noncommutative_binary_comparison): Likewise.
13994 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
13996         * config/arc/simdext.md (movv2hi_insn): Change predicate to avoid
13997         scaled addresses.
13999 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
14001         * config/arc/arc.c (arc_conditional_register_usage): Allow r30 to
14002         be used by the reg-alloc.
14004 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
14006         * config/arc/arc.md (mulsi3): Avoid use of hard registers before
14007         reg-alloc when having mul64 or mul32x16 instructions.
14008         (mulsidi3): Likewise.
14009         (umulsidi3): Likewise.
14010         (mulsi32x16): New pattern.
14011         (mulsi64): Likewise.
14012         (mulsidi64): Likewise.
14013         (umulsidi64): Likewise.
14014         (MUL32x16_REG): Define.
14015         (mul64_600): Use MUL32x16_REG.
14016         (mac64_600): Likewise.
14017         (umul64_600): Likewise.
14018         (umac64_600): Likewise.
14020 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
14022         * config/arc/arc.md (mulsi3_700): Make it commutative.
14024 2017-06-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
14026         * config/sparc/sparc.md (*zero_extendsidi2_insn_sp64): Set insn
14027         type for movstouw.
14028         (*sign_extendsidi2_insn): Likewise for movstosw.
14030 2017-06-01  Pierre-Marie de Rodat  <derodat@adacore.com>
14032         * dwarf2out.c (get_discr_value): Call the get_debug_type hook on
14033         the type of the input discriminant value.  Convert the
14034         discriminant value of signedness vary.
14036 2017-06-01  Volker Reichelt  <v.reichelt@netcologne.de>
14038         * doc/invoke.texi (-Wcatch-value): Document new shortcut.
14039         Add to -Wall section.
14041 2017-06-01  Richard Biener  <rguenther@suse.de>
14043         PR middle-end/66313
14044         * fold-const.c (fold_plusminus_mult_expr): If the factored
14045         factor may be zero use a wrapping type for the inner operation.
14046         * tree-tailcall.c (independent_of_stmt_p): Pass in to_move bitmap
14047         and handle moved defs.
14048         (process_assignment): Properly guard the unary op case.  Return a
14049         tri-state indicating that moving the stmt before the call may allow
14050         to continue.  Pass through to_move.
14051         (find_tail_calls): Handle moving unrelated defs before
14052         the call.
14054 2017-05-31  Segher Boessenkool  <segher@kernel.crashing.org>
14056         PR target/80618
14057         * config/rs6000/vector.md (*vector_uneq<mode>): Write the nor in the
14058         splitter result in the canonical way.
14060 2017-05-31  Uros Bizjak  <ubizjak@gmail.com>
14062         * config/i386/i386.md (*zero_extendsidi2): Enable alternative (?r, *Yj)
14063         also for 32bit target.  Update insn attributes.
14064         (zero-extendsidi2 splitter): Allow all registers for operand 1.
14066 2017-05-31  Sebastian Peryt  <sebastian.peryt@intel.com>
14068         * config/i386/avx512fintrin.h (_mm_mask_max_sd)
14069         (_mm_maskz_max_sd, _mm_mask_max_ss, _mm_maskz_max_ss)
14070         (_mm_mask_min_sd, _mm_maskz_min_sd, _mm_mask_min_ss)
14071         (_mm_maskz_min_ss): New intrinsics.
14073 2017-05-31  Martin Liska  <mliska@suse.cz>
14075         * tree-vect-loop.c (vect_create_epilog_for_reduction):
14076         Change comment style to one we normally use.
14077         (vectorizable_reduction): Likewise.
14078         (vectorizable_induction): Likewise.
14079         * tree-vect-stmts.c (vectorizable_mask_load_store): Likewise.
14080         (vectorizable_call): Likewise.
14081         (vectorizable_simd_clone_call): Likewise.
14082         (vectorizable_conversion): Likewise.
14083         (vectorizable_assignment): Likewise.
14084         (vectorizable_shift): Likewise.
14085         (vectorizable_operation): Likewise.
14086         (vectorizable_store): Likewise.
14087         (vectorizable_load): Likewise.
14088         * tree-vectorizer.h: Likewise.
14090 2017-05-31  Alexander Monakov  <amonakov@ispras.ru>
14092         * passes.c (emergency_dump_function): New.
14093         * tree-pass.h (emergency_dump_function): Declare.
14094         * plugin.c (plugins_internal_error_function): Remove.
14095         * plugin.h (plugins_internal_error_function): Remove declaration.
14096         * toplev.c (internal_error_function): New static function.  Use it...
14097         (general_init): ...here.
14099 2017-05-31  Graham Markall  <graham.markall@embecosm.com>
14101         * config/arc/arc.c (arc_print_operand): Handle constant operands.
14102         (arc_rtx_costs): Add costs for new patterns.
14103         * config/arc/arc.md: Additional *add_n and *sub_n patterns.
14104         * config/arc/predicates.md: Add _1_2_3_operand predicate.
14106 2017-05-31  Richard Sandiford  <richard.sandiford@linaro.org>
14108         * tree-ssa-strlen.c (get_next_strinfo): New function.
14109         (get_stridx_plus_constant): Use it.
14110         (zero_length_string): Likewise.
14111         (adjust_related_strinfos): Likewise.
14112         (adjust_last_stmt): Likewise.
14114 2017-05-31  Richard Biener  <rguenther@suse.de>
14116         PR target/80880
14117         * config/i386/i386.c (ix86_expand_builtin): Remove assert
14118         for arg being an SSA name when expanding IX86_BUILTIN_BNDRET.
14120 2017-05-31  Richard Sandiford  <richard.sandiford@linaro.org>
14122         * tree-vect-data-refs.c (vect_find_same_alignment_drs): Remove
14123         loop_vinfo argument and use of dependence distance vectors.
14124         Check instead whether the two references differ only in their
14125         initial value and assume that they have the same alignment if the
14126         difference is a multiple of the vector alignment.
14127         (vect_analyze_data_refs_alignment): Update call accordingly.
14129 2017-05-31  Martin Liska  <mliska@suse.cz>
14131         PR target/79155
14132         * config/i386/cpuid.h: Fix typo in a comment in cpuid.h.
14134 2017-05-31  Bin Cheng  <bin.cheng@arm.com>
14136         * tree-vect-loop-manip.c (create_intersect_range_checks_index)
14137         (create_intersect_range_checks): Move from ...
14138         * tree-data-ref.c (create_intersect_range_checks_index)
14139         (create_intersect_range_checks): ... to here.
14140         (create_runtime_alias_checks): New function factored from ...
14141         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): ...
14142         here.  Call above function.
14143         * tree-data-ref.h (create_runtime_alias_checks): New function.
14145 2017-05-31  Bin Cheng  <bin.cheng@arm.com>
14147         * tree-data-ref.c (prune_runtime_alias_test_list): Relax minimal
14148         segment length for dr_b and compute it in wide_int.
14150 2017-05-31  Richard Biener  <rguenther@suse.de>
14152         PR tree-optimization/80906
14153         * graphite-isl-ast-to-gimple.c (copy_loop_close_phi_nodes): Get
14154         and pass through iv_map.
14155         (copy_bb_and_scalar_dependences): Adjust.
14156         (translate_pending_phi_nodes): Likewise.
14157         (copy_loop_close_phi_args): Handle code-generating IVs instead
14158         of ICEing.
14160 2017-05-30  David Malcolm  <dmalcolm@redhat.com>
14162         * diagnostic-color.c (color_dict): Add "type-diff".
14163         (parse_gcc_colors): Update comment.
14164         * doc/invoke.texi (Diagnostic Message Formatting Options): Add
14165         -fdiagnostics-show-template-tree and -fno-elide-type.
14166         (GCC_COLORS): Add type-diff to example.
14167         (type-diff=): New.
14168         (-fdiagnostics-show-template-tree): New.
14169         (-fno-elide-type): New.
14170         * pretty-print.c (pp_format): Pass quote and formatters[argno] to
14171         the pp_format_decoder callback.  Call any m_format_postprocessor's
14172         "handle" method.
14173         (pretty_printer::pretty_printer): Initialize
14174         m_format_postprocessor.
14175         (pretty_printer::~pretty_printer): Delete any
14176         m_format_postprocessor.
14177         * pretty-print.h (printer_fn): Add bool and const char ** parameters.
14178         (class format_postprocessor): New class.
14179         (struct pretty_printer::format_decoder): Document the new parameters.
14180         (struct pretty_printer::m_format_postprocessor): New field.
14181         * tree-diagnostic.c (default_tree_printer): Update for new
14182         bool and const char ** params.
14183         * tree-diagnostic.h (default_tree_printer): Likewise.
14185 2017-05-30  Segher Boessenkool  <segher@kernel.crashing.org>
14187         * config/rs6000/predicates.md (cc_reg_not_micro_cr0_operand): Delete.
14188         (lwa_operand): Delete rs6000_gen_cell_microcode test.
14189         * config/rs6000/rs6000.c (rs6000_option_override_internal): Delete
14190         rs6000_gen_cell_microcode code.
14191         (rs6000_final_prescan_insn): Delete.
14192         (rs6000_opt_vars): Delete the "gen-cell-microcode" and
14193         "warn-cell-microcode" entries.
14194         * config/rs6000/rs6000.h (FINAL_PRESCAN_INSN): Delete.
14195         * config/rs6000/rs6000.md: Delete rs6000_gen_cell_microcode tests
14196         throughout.  Change cc_reg_not_micro_cr0_operand to
14197         cc_reg_not_cr0_operand throughout.
14198         (*extendhi<mode>2_noload): Delete.
14199         * config/rs6000/rs6000.opt (mgen-cell-microcode): Replace by stub.
14200         (mwarn-cell-microcode): Delete.
14201         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete
14202         -mgen-cell-microcode and -mwarn-cell-microcode.
14204 2017-05-30  Uros Bizjak  <ubizjak@gmail.com>
14206         PR target/80833
14207         * config/i386/constraints.md (Yd): New constraint.
14208         (Ye): Ditto.
14209         * config/i386/i386.md (*movti_internal): Add (?r, Ye)
14210         and (?Yd, r) alternatives.  Update insn attributes.
14211         * config/i386/i386.md (*movti_internal): Add (?r, *Ye)
14212         and (?*Yd, r) alternatives.  Update insn attributes.
14213         (double-mode inter-unit splitters): Add new GR<->XMM splitters.
14215 2017-05-30  Pierre-Marie de Rodat  <derodat@adacore.com>
14217         * gimplify.c (gimplify_modify_expr): Don't create a
14218         DECL_DEBUG_EXPR link if *FROM_P does not belong to the current
14219         function.
14221 2017-05-30  Wilco Dijkstra  <wdijkstr@arm.com>
14223         * config/arm/arm-builtins.c (arm_expand_builtin): Remove const.
14225 2017-05-30  Richard Biener  <rguenther@suse.de>
14227         * tree-vectorizer.h (struct _stmt_vec_info): Add reduc_type
14228         and reduc_def fields.
14229         (STMT_VINFO_REDUC_TYPE): New define.
14230         (STMT_VINFO_REDUC_DEF): Likewise.
14231         (vect_force_simple_reduction): Adjust prototype.
14232         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Adjust.
14233         (vect_is_simple_reduction): Remove check_reduction argument.
14234         (vect_force_simple_reduction): Adjust and set
14235         STMT_VINFO_REDUC_TYPE and STMT_VINFO_REDUC_DEF.
14236         (vectorizable_reduction): Do not re-do reduction analysis
14237         but use STMT_VINFO_REDUC_TYPE and STMT_VINFO_REDUC_DEF.
14238         * tree-parloops.c (gather_scalar_reductions): Adjust.
14240 2017-05-30  Richard Biener  <rguenther@suse.de>
14242         PR middle-end/80901
14243         * cfgexpand.c (expand_gimple_cond): Match up loop fixup with
14244         split_edge code.
14246 2017-05-24  Robin Dapp  <rdapp@linux.vnet.ibm.com>
14248         * tree-vect-data-refs.c (vect_get_peeling_costs_all_drs):
14249         Introduce unknown_misalignment parameter and remove vf.
14250         (vect_peeling_hash_get_lowest_cost):
14251         Pass unknown_misalignment parameter.
14252         (vect_enhance_data_refs_alignment):
14253         Fix unsupportable data ref treatment.
14255 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
14257         * tree-vect-data-refs.c (vect_get_data_access_cost):
14258         Workaround for SLP handling.
14259         (vect_enhance_data_refs_alignment):
14260         Compute costs for doing no peeling at all, compare to the best
14261         peeling costs so far and avoid peeling if cheaper.
14263 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
14265         * tree-vect-data-refs.c (vect_peeling_hash_choose_best_peeling):
14266         Return peeling info and set costs to zero for unlimited cost
14267         model.
14268         (vect_enhance_data_refs_alignment): Also inspect all datarefs
14269         with unknown misalignment. Compute and costs for unknown
14270         misalignment, compare them to the costs for known misalignment
14271         and choose the cheapest for peeling.
14273 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
14275         * tree-vect-data-refs.c (vect_update_misalignment_for_peel): Rename.
14276         (vect_get_peeling_costs_all_drs): Create function.
14277         (vect_peeling_hash_get_lowest_cost):
14278         Use vect_get_peeling_costs_all_drs.
14279         (vect_peeling_supportable): Create function.
14280         (vect_enhance_data_refs_alignment): Use vect_peeling_supportable.
14282 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
14284         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Create
14285         DR_HAS_NEGATIVE_STEP.
14286         (vect_update_misalignment_for_peel): Define DR_MISALIGNMENT.
14287         (vect_enhance_data_refs_alignment): Use.
14288         (vect_duplicate_ssa_name_ptr_info): Use.
14289         * tree-vectorizer.h (dr_misalignment): Use.
14290         (known_alignment_for_access_p): Use.
14292 2017-05-30  Jozef Lawrynowicz  <jozef.l@somniumtech.com>
14294         PR target/78838
14295         * config/msp430/msp430.c (gen_prefix): Return NULL when section name is
14296         .lowtext.
14297         (has_section_name): New function.
14299 2017-05-30  Martin Liska  <mliska@suse.cz>
14301         PR other/80909
14302         * auto-profile.c (get_function_decl_from_block): Fix
14303         parenthesis.
14305 2017-05-30  Richard Biener  <rguenther@suse.de>
14307         PR middle-end/80876
14308         * cfgexpand.c (expand_gimple_cond): Fixup preserving loops again.
14310 2017-05-30  Martin Liska  <mliska@suse.cz>
14312         * dumpfile.c: Use newly added macro DUMP_FILE_INFO.
14313         * dumpfile.h (struct dump_file_info): Remove ctors.
14315 2017-05-30  Martin Liska  <mliska@suse.cz>
14317         * predict.def: Fix GNU coding style.
14319 2017-05-29  Max Filippov  <jcmvbkbc@gmail.com>
14321         * config/xtensa/xtensa.c (xtensa_initial_elimination_offset):
14322         Mark 'to' argument with ATTRIBUTE_UNUSED.
14324 2017-05-29  Max Filippov  <jcmvbkbc@gmail.com>
14326         * config/xtensa/xtensa.c (xtensa_emit_call): Use
14327         HOST_WIDE_INT_PRINT_HEX instead of 0x%lx format string.
14328         (print_operand): Use HOST_WIDE_INT_PRINT_DEC instead of %ld
14329         format string.
14331 2017-05-29  Eric Botcazou  <ebotcazou@adacore.com>
14333         * doc/install.texi (Options specification): Restore entry of
14334         --enable-sjlj-exceptions.
14336 2017-05-27  Michael Eager  <eager@eagercon.com>
14338         Revert:
14339         2016-01-21  Ajit Agarwal  <ajitkum@xilinx.com>
14341         See https://gcc.gnu.org/ml/gcc/2017-05/msg00221.html.
14343         * config/microblaze/microblaze.h
14344         (FIXED_REGISTERS): Update in macro.
14345         (CALL_USED_REGISTERS): Update in macro.
14347 2017-05-27  François-Xavier Coudett  <fxcoudert@gcc.gnu.org>
14349         * doc/install.texi: Add links to macOS binary distributions.
14351 2017-05-27  Jakub Jelinek  <jakub@redhat.com>
14353         PR bootstrap/80887
14354         Revert:
14355         2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
14357         * match.pd ((A +- CST1) +- CST2): Allow some conversions.
14359 2017-05-26  Martin Liska  <mliska@suse.cz>
14361         * dumpfile.h (enum dump_kind): Renumber TDF_* flags to be contiguous.
14363 2017-05-26  Martin Liska  <mliska@suse.cz>
14365         * cfg.c (check_bb_profile): Do not use TDF_COMMENT and print
14366         always leading ';; '.
14367         (dump_bb_info): Likewise.
14368         (brief_dump_cfg): Likewise.
14369         * cfgrtl.c (print_rtl_with_bb): Do not use TDF_COMMENT.
14370         * dumpfile.c: Remove usage of TDF_VERBOSE.
14371         * dumpfile.h (enum dump_kind): Likewise.
14372         (dump_gimple_bb_header): Do not use TDF_COMMENT.
14373         * print-tree.c (debug_verbose): Remove.
14374         * tree-cfg.c (gimple_dump_cfg): Do not use TDF_COMMENT.
14375         (dump_function_to_file): Remove dumps guarded with TDF_VERBOSE.
14376         * tree-diagnostic.c (default_tree_printer): Replace
14377         TDF_DIAGNOSTIC with TDF_SLIM.
14379 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
14381         * tree-vect-loop-manip.c (create_intersect_range_checks_index): Pass
14382         in parameter loop, rather than loop_vinfo.
14383         (create_intersect_range_checks): Ditto.
14384         (vect_create_cond_for_alias_checks): Update call to above functions.
14386 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
14388         PR tree-optimization/80815
14389         * tree-data-ref.c (prune_runtime_alias_test_list): Simplify condition
14390         for merging runtime alias checks.  Handle negative DR_STEPs.
14392 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
14394         * tree-vect-data-refs.c (Operator==, comp_dr_with_seg_len_pair):
14395         Move from ...
14396         * tree-data-ref.c (Operator==, comp_dr_with_seg_len_pair): To here.
14397         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list): Factor
14398         out code pruning runtime alias checks.
14399         * tree-data-ref.c (prune_runtime_alias_test_list): New function
14400         factored out from above.
14401         * tree-vectorizer.h (struct dr_with_seg_len, dr_with_seg_len_pair_t):
14402         Move from ...
14403         * tree-data-ref.h (struct dr_with_seg_len, dr_with_seg_len_pair_t):
14404         ... to here.
14405         (prune_runtime_alias_test_list): New decalaration.
14407 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
14409         * tree-vect-data-refs.c (compare_tree): Rename and move ...
14410         * tree-data-ref.c (data_ref_compare_tree): ... to here.
14411         * tree-data-ref.h (data_ref_compare_tree): New decalaration.
14412         * tree-vect-data-refs.c (dr_group_sort_cmp): Update uses.
14413         (operator==, comp_dr_with_seg_len_pair): Ditto.
14414         (vect_prune_runtime_alias_test_list): Ditto.
14416 2017-05-26  Martin Liska  <mliska@suse.cz>
14418         PR ipa/80663
14419         * params.def: Bound partial-inlining-entry-probability param.
14421 2017-05-26  Marek Polacek  <polacek@redhat.com>
14423         PR sanitizer/80875
14424         * fold-const.c (fold_binary_loc) <case MULT_EXPR>: Check if OP1
14425         can be negated.
14427 2017-05-26  Richard Biener  <rguenther@suse.de>
14429         PR tree-optimization/80842
14430         * tree-ssa-ccp.c (set_lattice_value): Always meet with the old
14431         value.
14433 2017-05-26  Richard Biener  <rguenther@suse.de>
14435         PR tree-optimization/80844
14436         * tree-vectorizer.c (adjust_simduid_builtins): Propagate results.
14438 2017-05-25  Sebastian Peryt  <sebastian.peryt@intel.com>
14440         * doc/md.texi (Machine Constraints): Update x86 family
14441         machine constraints section to match 'config/i386/constraints.md'.
14443 2017-05-25  Volker Reichelt  <v.reichelt@netcologne.de>
14445         * doc/invoke.texi (-Wcatch-value=): Document new warning option.
14447 2017-05-25  Nathan Sidwell  <nathan@acm.org>
14449         * doc/invoke.texi (--enable-languages): Update documentation.
14451 2017-05-25  Martin Liska  <mliska@suse.cz>
14453         * dumpfile.c: Add TDF_FOLDING.
14454         * dumpfile.h (enum dump_kind): Likewise.
14455         * genmatch.c (dt_simplify::gen_1): Use it.
14457 2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
14459         * match.pd (view_convert (convert@0 @1)): Handle zero-extension.
14461 2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
14463         * match.pd ((A +- CST1) +- CST2): Allow some conversions.
14464         * tree.c (drop_tree_overflow): Handle COMPLEX_CST and VECTOR_CST.
14466 2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
14468         * fold-const.c (fold_binary_loc) [(A & C) == D]: Remove transformation.
14469         * match.pd (X == C): Rewrite it here.
14470         (with_possible_nonzero_bits, with_possible_nonzero_bits2,
14471         with_certain_nonzero_bits2): New predicates.
14472         * tree-ssanames.c (get_nonzero_bits): Handle INTEGER_CST.
14474 2017-05-24  Nathan Sidwell  <nathan@acm.org>
14476         * lto-streamer-in.c (lto_input_data_block): Adjust T const cast to
14477         avoid warning.
14479         * auto-profile.c (afdo_propagate): Adjust T const cast to avoid
14480         warning.
14482 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
14484         * config/powerpcspe: New port.  Files are copied from the rs6000
14485         port, with "rs6000" in filenames replaced by "powerpcspe".
14487 2017-05-24  Wilco Dijkstra  <wdijkstr@arm.com>
14489         PR rtl-optimization/80754
14490         * lra-remat.c (do_remat): Add overlap checks for dst_regno.
14492 2017-05-24  Sheldon Lobo  <smlobo@sheldon.us.oracle.com>
14494         * config/sparc/sparc.md (length): Return the correct value for -mflat
14495         sibcalls to match output_sibcall.
14497 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
14499         PR bootstrap/80860
14500         PR bootstrap/80843
14501         * config/rs6000/rs6000.c (struct machine_function): Add new field
14502         n_components.
14503         (rs6000_get_separate_components): Init that field, use it.
14504         (rs6000_components_for_bb): Use the field.
14506 2017-05-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
14508         * config/arm/arm.c (arm_expand_prologue): Fix typo in comment.
14510 2017-05-24  Peter Bergner  <bergner@vnet.ibm.com>
14512         PR middle-end/80823
14513         * tree-cfg.c (group_case_labels_stmt): Delete increment of "i";
14515 2017-05-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14517         PR target/80725
14518         * config/s390/s390.c (s390_check_qrst_address): Check incoming
14519         address against address_operand predicate.
14520         * config/s390/s390.md ("*indirect_jump"): Swap alternatives.
14522 2017-05-24  Eric Botcazou  <ebotcazou@adacore.com>
14524         * var-tracking.c (track_expr_p): Do not return 0 for tracked record
14525         parameters passed indirectly.
14527 2017-05-23  Uros Bizjak  <ubizjak@gmail.com>
14529         * config/i386/i386.md (*movdi_internal): Remove SSE4
14530         alternative 18 (?r, *v).  Update insn attributes.
14531         (*movsi_internal): Remove SSE4 alternative 13 (?r, *v).
14532         Update insn attributes.
14533         (*zero_extendsidi2): Remove SSE4 alternative (?r, *x).
14534         Update insn attributes.
14535         * config/i386/sse.md (vec_extract<ssevecmodelower>_0): Remove SSE4
14536         alternative 1 (r, v). Remove isa attribute.
14537         * config/i386/i386.c (dimode_scalar_chain::make_vector_copies):
14538         Always move value through stack for !TARGET_INTER_UNIT_MOVES_TO_VEC
14539         and !TARGET_INTER_UNIT_MOVES_TO_VEC targets.
14541 2017-05-23  Tom de Vries  <tom@codesourcery.com>
14543         * doc/sourcebuild.texi (Directives, Verify compiler message): Document
14544         dg-line directive.
14546 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
14548         * cgraphunit.c (symbol_table::process_new_functions): Update.
14549         * ipa-fnsummary.c (pass_data_inline_parameters): Remove.
14550         (inline_generate_summary): Rename to ...
14551         (ipa_fn_summary_generate): ... this one.
14552         (inline_read_summary): Rename to ...
14553         (ipa_fn_summary_read): ... this one.
14554         (inline_write_summary): Rename to ...
14555         (ipa_fn_summary_write): ... this one.
14556         (inline_free_summary): Rename to ...
14557         (ipa_free_fn_summary): ... this one.
14558         (pass_data_local_fn_summary, pass_local_fn_summary,
14559         make_pass_local_fn_summary, pass_data_ipa_free_fn_summary,
14560         pass_ipa_free_fn_summary, make_pass_ipa_free_fn_summary,
14561         pass_data_ipa_fn_summary, pass_ipa_fn_summary,
14562         make_pass_ipa_fn_summary): New.
14563         * ipa-fnsummary.h (inline_generate_summary, inline_read_summary,
14564         inline_write_summary, inline_free_summary): Remove.
14565         (ipa_free_fn_summary) : New.
14566         * ipa-inline.c (ipa_inline): Update.
14567         (pass_ipa_inline): Do not generate summaries.
14568         * ipa.c (pass_data_ipa_free_fn_summary, pass_ipa_free_fn_summary):
14569         Remove.
14570         * passes.def: Replace pass_inline_parameters by pass_local_fn_summary
14571         and add pass_ipa_fn_summary.
14572         * tree-pass.h (make_pass_ipa_fn_summary, make_pass_local_fn_summary):
14573         New.
14574         (make_pass_inline_parameters): Remove.
14576 2017-05-23  Thomas Schwinge  <thomas@codesourcery.com>
14578         * omp-low.c (struct omp_context): Remove "default_kind" member.
14579         Adjust all users.
14581         * omp-offload.c (execute_oacc_device_lower): Remove the
14582         parallelism dimensions function attributes for unparallelized
14583         OpenACC kernels constructs.
14585 2017-05-23  Martin Liska  <mliska@suse.cz>
14587         * cgraph.c (cgraph_node::get_create): Use symtab_node::dump_{asm_,}name
14588         functions.
14589         (cgraph_edge::make_speculative): Likewise.
14590         (cgraph_edge::resolve_speculation): Likewise.
14591         (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
14592         (cgraph_node::dump): Likewise.
14593         * cgraph.h: Likewise.
14594         * cgraphunit.c (analyze_functions): Likewise.
14595         (symbol_table::compile): Likewise.
14596         * ipa-cp.c (print_all_lattices): Likewise.
14597         (determine_versionability): Likewise.
14598         (initialize_node_lattices): Likewise.
14599         (ipcp_verify_propagated_values): Likewise.
14600         (estimate_local_effects): Likewise.
14601         (update_profiling_info): Likewise.
14602         (create_specialized_node): Likewise.
14603         (perhaps_add_new_callers): Likewise.
14604         (decide_about_value): Likewise.
14605         (decide_whether_version_node): Likewise.
14606         (identify_dead_nodes): Likewise.
14607         (ipcp_store_bits_results): Likewise.
14608         * ipa-devirt.c (dump_targets): Likewise.
14609         (ipa_devirt): Likewise.
14610         * ipa-icf.c (sem_item::dump): Likewise.
14611         (sem_function::equals): Likewise.
14612         (sem_variable::equals): Likewise.
14613         (sem_item_optimizer::read_section): Likewise.
14614         (sem_item_optimizer::execute): Likewise.
14615         (congruence_class::dump): Likewise.
14616         * ipa-inline-analysis.c (dump_ipa_call_summary): Likewise.
14617         (dump_inline_summary): Likewise.
14618         (estimate_node_size_and_time): Likewise.
14619         (inline_analyze_function): Likewise.
14620         * ipa-inline-transform.c (inline_call): Likewise.
14621         * ipa-inline.c (report_inline_failed_reason): Likewise.
14622         (want_early_inline_function_p): Likewise.
14623         (edge_badness): Likewise.
14624         (update_edge_key): Likewise.
14625         (inline_small_functions): Likewise.
14626         * ipa-profile.c (ipa_profile): Likewise.
14627         * ipa-prop.c (ipa_print_node_jump_functions): Likewise.
14628         (ipa_make_edge_direct_to_target): Likewise.
14629         (remove_described_reference): Likewise.
14630         (ipa_impossible_devirt_target): Likewise.
14631         (propagate_controlled_uses): Likewise.
14632         (ipa_print_node_params): Likewise.
14633         (ipcp_transform_function): Likewise.
14634         * ipa-pure-const.c (pure_const_read_summary): Likewise.
14635         (propagate_pure_const): Likewise.
14636         * ipa-reference.c (generate_summary): Likewise.
14637         (read_write_all_from_decl): Likewise.
14638         (propagate): Likewise.
14639         (ipa_reference_read_optimization_summary): Likewise.
14640         * ipa-utils.c (ipa_merge_profiles): Likewise.
14641         * ipa.c (walk_polymorphic_call_targets): Likewise.
14642         (symbol_table::remove_unreachable_nodes): Likewise.
14643         (ipa_single_use): Likewise.
14644         * passes.c (execute_todo): Likewise.
14645         * predict.c (drop_profile): Likewise.
14646         * symtab.c (symtab_node::get_dump_name): New function.
14647         (symtab_node::dump_name): Likewise.
14648         (symtab_node::dump_asm_name): Likewise.
14649         (symtab_node::dump_references): Likewise.
14650         (symtab_node::dump_referring): Likewise.
14651         (symtab_node::dump_base): Likewise.
14652         (symtab_node::debug_symtab): Likewise.
14653         * tree-sra.c (convert_callers_for_node): Likewise.
14654         * tree-ssa-structalias.c (ipa_pta_execute): Likewise.
14655         * value-prof.c (init_node_map): Likewise.
14657 2017-05-23  Martin Liska  <mliska@suse.cz>
14659         * cgraph.h: Move symtab_node::dump_table to symbol_table::dump
14660         and symtab_node::debug_symtab to symbol_table::debug.
14661         * cgraphunit.c (analyze_functions): Use the renamed function.
14662         (symbol_table::compile): Likewise.
14663         * ipa-cp.c (ipcp_verify_propagated_values): Likewise.
14664         * ipa-icf.c (sem_item_optimizer::execute): Likewise.
14665         * passes.c (execute_todo): Likewise.
14666         * symtab.c (symbol_table::dump): New function.
14667         * tree-ssa-structalias.c (ipa_pta_execute): Use the renamed function.
14669 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
14671         * ipa-fnsummary.c (estimate_node_size_and_time): Do not sanity check
14672         that nonconst implies exec.
14674 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
14676         * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgraph_edge_hook_list,
14677         inline_edge_removal_hook, inline_edge_duplication_hook): Remove.
14678         (inline_edge_summary_vec): Turn into ...
14679         (ipa_call_summaries): ... this one.
14680         (redirect_to_unreachable, edge_set_predicate,
14681         evaluate_properties_for_edge, inline_summary_alloc,
14682         reset_ipa_call_summary, reset_inline_summary,
14683         inline_summary_t::duplicate): Update.
14684         (inline_edge_duplication_hook): Turn to ...
14685         (ipa_call_summary_t::duplicate): ... this one.
14686         (inline_edge_removal_hook): Turn to ...
14687         (ipa_call_summary_t::remove): ... this one.
14688         (dump_inline_edge_summary): Turn to ...
14689         (dump_ipa_call_summary): ... this one.
14690         (estimate_function_body_sizes): Update.
14691         (inline_update_callee_summaries): Update.
14692         (remap_edge_change_prob): Update.
14693         (remap_edge_summaries): Update.
14694         (inline_merge_summary): Update.
14695         (do_estimate_edge_time): Update.
14696         (inline_generate_summary): Update.
14697         (inline_read_section): Update.
14698         (inline_read_summary): Update.
14699         (inline_free_summary): Update.
14700         * ipa-inline.c (can_inline_edge_p): Update.
14701         (compute_inlined_call_time): Update.
14702         (want_inline_small_function_p): Update.
14703         (edge_badness): Update.
14704         (early_inliner): Update.
14705         * ipa-inline.h (inline_edge_summary): Turn to ...
14706         (ipa_call_summary): ... this one.
14707         (ipa_call_summary_t): New class.
14708         (inline_edge_summary_t, inline_edge_summary_vec): Remove.
14709         (ipa_call_summaries): New.
14710         (inline_edge_summary): Remove.
14711         (estimate_edge_growth): Update.
14712         * ipa-profile.c (ipa_propagate_frequency_1): Update.
14713         * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
14714         * ipa-split.c (execute_split_functions): Update.
14715         * ipa.c (symbol_table::remove_unreachable_nodes): Update.
14717 2017-05-23  Tom de Vries  <tom@codesourcery.com>
14719         * doc/sourcebuild.texi (Effective-Target Keywords, Other hardware
14720         attributes): Document rdrand effective target.
14722 2017-05-23  Tom de Vries  <tom@codesourcery.com>
14724         * doc/sourcebuild.texi (Effective-Target Keywords, Other hardware
14725         attributes): Sort alphabetically.
14727 2017-05-23  Georg-Johann Lay  <avr@gjlay.de>
14729         * config/avr/genmultilib.awk: Use gsub instead of gensub.
14731 2017-05-22  Michael Meissner  <meissner@linux.vnet.ibm.com>
14733         PR target/80718
14734         * config/rs6000/vsx.md (vsx_splat_<mode>, VSX_D iterator): Split
14735         V2DF/V2DI splat into two separate patterns, one that handles
14736         registers, and the other that only handles memory.  Drop support
14737         for splatting from a GPR on ISA 2.07 and then splitting the
14738         splat into direct move and splat.
14739         (vsx_splat_<mode>_reg): Likewise.
14740         (vsx_splat_<mode>_mem): Likewise.
14742 2017-05-22  Segher Boessenkool  <segher@kernel.crashing.org>
14744         * cfgcleanup.c (bb_is_just_return): Allow CLOBBERs.
14746 2017-05-22  Jakub Jelinek  <jakub@redhat.com>
14748         PR middle-end/80809
14749         * omp-low.c (finish_taskreg_remap): New function.
14750         (finish_taskreg_scan): If unit size of ctx->record_type
14751         is non-constant, unshare the size expression and replace
14752         decls in it with possible outer var refs.
14754         PR middle-end/80809
14755         * gimplify.c (omp_add_variable): For GOVD_DEBUG_PRIVATE use
14756         GOVD_SHARED rather than GOVD_PRIVATE with it.
14757         (gimplify_adjust_omp_clauses_1, gimplify_adjust_omp_clauses): Expect
14758         GOVD_SHARED rather than GOVD_PRIVATE with GOVD_DEBUG_PRIVATE.
14760         PR middle-end/80853
14761         * omp-low.c (lower_reduction_clauses): Pass OMP_CLAUSE_PRIVATE
14762         as last argument to build_outer_var_ref for pointer bases of array
14763         section reductions.
14765 2017-05-19  Martin Sebor  <msebor@redhat.com>
14767         * print-tree.c (print_node): Print DECL_READ_P flag.
14769 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
14771         * Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.h
14772         * auto-profile.c: Replace ipa-inline.h by ipa-fnsummary.h
14773         * cgraph.c: Likewise.
14774         * cgraphunit.c: Likewise.
14775         * gengtype.c: Likewise.
14776         * ipa-cp.c: Likewise.
14777         * ipa-devirt.c: Likewise.
14778         * ipa-icf.c: Likewise.
14779         * ipa-predicate.c: Likewise.
14780         * ipa-profile.c: Likewise.
14781         * ipa-prop.c: Likewise.
14782         * ipa-split.c: Likewise.
14783         * ipa.c: Likewise.
14784         * ipa-inline-analysis.c (inline_summaries, ipa_call_summaries,
14785         edge_predicate_pool, dump_inline_hints,
14786         inline_summary::account_size_time, redirect_to_unreachable,
14787         edge_set_predicate, set_hint_predicate,
14788         evaluate_conditions_for_known_args, evaluate_properties_for_edge,
14789         inline_summary_alloc, ipa_call_summary::reset, inline_summary::reset,
14790         inline_summary_t::remove, remap_hint_predicate_after_duplication,
14791         inline_summary_t::duplicate, ipa_call_summary_t::duplicate,
14792         ipa_call_summary_t::remove, initialize_growth_caches,
14793         free_growth_caches, dump_ipa_call_summary, dump_inline_summary,
14794         debug_inline_summary, dump_inline_summaries, initialize_inline_failed,
14795         mark_modified, unmodified_parm_1, unmodified_parm,
14796         unmodified_parm_or_parm_agg_item, eliminated_by_inlining_prob,
14797         set_cond_stmt_execution_predicate, set_switch_stmt_execution_predicate,
14798         compute_bb_predicates, will_be_nonconstant_expr_predicate,
14799         will_be_nonconstant_predicate, record_modified_bb_info,
14800         get_minimal_bb, record_modified, param_change_prob,
14801         phi_result_unknown_predicate, predicate_for_phi_result,
14802         array_index_predicate, clobber_only_eh_bb_p, fp_expression_p,
14803         estimate_function_body_sizes, compute_inline_parameters,
14804         compute_inline_parameters_for_curren, pass_data_inline_parameters,
14805         estimate_node_size_and_time, estimate_ipcp_clone_size_and_time,
14806         inline_update_callee_summaries, remap_edge_change_prob,
14807         remap_edge_summaries, remap_hint_predicate, inline_merge_summary,
14808         inline_update_overall_summary, inline_indirect_intraprocedural_analysis,
14809         inline_analyze_function, inline_summary_t::insert,
14810         inline_generate_summary, read_ipa_call_summary, inline_read_section,
14811         inline_read_summary, write_ipa_call_summary, inline_write_summary,
14812         inline_free_summary): Move to ipa-fnsummary.h
14813         (predicate_t): Remove.
14814         * ipa-fnsummary.c: New file.
14815         * ipa-inline.h:  Do not include sreal.h and ipa-predicate.h
14816         (enum inline_hints_vals, inline_hints, agg_position_info,
14817         INLINE_SIZE_SCALE, size_time_entry, inline_summary, inline_summary_t,
14818         inline_summaries, ipa_call_summary, ipa_call_summary_t,
14819         ipa_call_summaries, debug_inline_summary, dump_inline_summaries,
14820         dump_inline_summary, dump_inline_hints, inline_generate_summary,
14821         inline_read_summary, inline_write_summary, inline_free_summary,
14822         inline_analyze_function, initialize_inline_failed,
14823         inline_merge_summary, inline_update_overall_summary,
14824         compute_inline_parameters): Move to ipa-fnsummary.h
14825         * ipa-fnsummary.h: New file.
14826         * ipa-inline-transform.h: Include ipa-inline.h.
14827         * ipa-inline.c: LIkewise.
14829 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
14831         * ipa-inline.c (edge_badness): Use inlined_time instead of
14832         inline_summaries->get.
14834 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
14836         * ipa-inline.c (edge_badness): Use estimate_size_after_inlining.
14838 2017-05-22  Nathan Sidwell  <nathan@acm.org>
14840         * doc/invoke.texi (fdump-translation-unit): Delete documentation.
14841         (fdump-lang): Document 'raw' option.
14842         * dumpfile.h (TDI_tu): Delete.
14843         * dumpfile.c (dump_files): Remove translation-unit.
14844         (FIRST_AUTO_NUMBERED_DUMP): Decrement.
14846 2017-05-22  Georg-Johann Lay  <avr@gjlay.de>
14848         * config/avr/t-avr (AWK) [t-multilib]: Remove "-v FORMAT=Makefile"
14849         command option from $(AWK) call.
14850         * config/avr/genmultilib.awk: Simplify and rewrite so that it
14851         generates MULTILIB_REQUIRED instead of MULTILIB_EXCEPTIONS.
14852         [FORMAT]: Remove handling of variable.
14853         * config/avr/t-multilib: Regenerate.
14855 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
14857         * ipa-inline-analysis.c (inline_summary::reset): Do not reset
14858         self_time.
14859         (dump_inline_summary): Do not print self_time.
14860         (estimate_function_body_sizes): Do not set self_time.
14861         (compute_inline_parameters): Likewise.
14862         (inline_read_section, inline_write_summary): Do not stream self_time.
14863         * ipa-inline.h (inline_summary): Drop self_time.
14865 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
14867         * ipa-inline-analysis.c (account_size_time): Rename to ...
14868         (inline_summary::account_size_time): ... this one.
14869         (reset_ipa_call_summary): Turn to ...
14870         (ipa_call_summary::reset): ... this one.
14871         (reset_inline_summary): Turn to ...
14872         (inline_summary::reset): ... this one.
14873         (inline_summary_t::remove): Update.
14874         (inline_summary_t::duplicate): Update.
14875         (ipa_call_summary_t::remove): Update.
14876         (dump_inline_summary): Update.
14877         (estimate_function_body_sizes): Update.
14878         (compute_inline_parameters): Update.
14879         (estimate_node_size_and_time): Update.
14880         (inline_merge_summary): Update.
14881         (inline_update_overall_summary): Update.
14882         (inline_read_section): Update.
14883         (inline_write_summary): Update.
14884         * ipa-inline.h (inline_summary): Rename entry to size_time_table;
14885         add account_size_time and reset member functions.
14886         (ipa_call_summary): Add reset function.
14887         * ipa-predicate.h (predicate::operator &): Constify.
14889 2017-05-22  Richard Biener  <rguenther@suse.de>
14891         * df-scan.c (df_insn_refs_verify): Speedup when not verifying.
14893 2017-05-19  Jason Merrill  <jason@redhat.com>
14895         * tree.c (make_tree_vec_stat, grow_tree_vec_stat): Use size_t.
14897 2017-05-19  Marek Polacek  <polacek@redhat.com>
14899         PR sanitizer/80800
14900         * fold-const.c (extract_muldiv_1) <case TRUNC_DIV_EXPR>: Add
14901         TYPE_OVERFLOW_WRAPS checks.
14903 2017-05-19  Thomas Schwinge  <thomas@codesourcery.com>
14905         * tree-core.h (enum omp_clause_default_kind): Add
14906         "OMP_CLAUSE_DEFAULT_PRESENT".
14907         * tree-pretty-print.c (dump_omp_clause): Handle it.
14908         * gimplify.c (enum gimplify_omp_var_data): Add
14909         "GOVD_MAP_FORCE_PRESENT".
14910         (gimplify_adjust_omp_clauses_1): Map it to
14911         "GOMP_MAP_FORCE_PRESENT".
14912         (oacc_default_clause): Handle "OMP_CLAUSE_DEFAULT_PRESENT".
14914         * gimplify.c (oacc_default_clause): Clarify.
14916 2017-05-19  Nathan Sidwell  <nathan@acm.org>
14918         LANG_HOOK_REGISTER_DUMPS
14919         * toplev.c (general_init): Call register dump lang hook.
14920         * doc/invoke.texi: Document -fdump-lang option family.
14921         * dumpfile.c (dump_files): Remove class dump here.
14922         (FIRST_AUTO_NUMBERED_DUMP): Adjust.
14923         * dumpfile.h (tree_dump_index): Remove TDI_class.
14924         * langhooks-def.h (lhd_register_dumps): Declare.
14925         (LANG_HOOKS_REGISTER_DUMPS): Define.
14926         (LANG_HOOKS_INITIALIZER): Add it.
14927         * langhooks.c (lhd_register_dumps): Define.
14928         * langhooks.h (struct lang_hooks): Add register_dumps.
14930 2017-05-19  Nathan Sidwell  <nathan@acm.org>
14932         * context.h (context::set_passes): New.
14933         * context.c (context::context): Do not create pass manager.
14934         * toplev.c (general_init): Create pass manager here.
14936 2017-05-19  Segher Boessenkool  <segher@kernel.crashing.org>
14938         * config/rs6000/rs6000.md (splitter to load of -1 and mask): Don't
14939         use this splitter if two add or or instructions would also work for
14940         the constant we want to generate.
14942 2017-05-19  Richard Biener  <rguenther@suse.de>
14944         PR build/80821
14945         * genmatch.c (dt_node::gen_kids_1): Add missing scope around
14946         predicate evaluation.
14948 2017-05-19  Jan Hubicka  <hubicka@ucw.cz>
14950         * ipa-inline.h (ipa_call_summary): Turn sizes into signed;
14951         add ctor.
14952         * ipa-inline.c (want_inline_small_function_p): Do not cast to
14953         unsigned.
14955 2017-05-19  Jan Hubicka  <hubicka@ucw.cz>
14957         * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgraph_edge_hook_list,
14958         inline_edge_removal_hook, inline_edge_duplication_hook): Remove.
14959         (inline_edge_summary_vec): Turn into ...
14960         (ipa_call_summaries): ... this one.
14961         (redirect_to_unreachable, edge_set_predicate,
14962         evaluate_properties_for_edge, inline_summary_alloc,
14963         reset_ipa_call_summary, reset_inline_summary,
14964         inline_summary_t::duplicate): Update.
14965         (inline_edge_duplication_hook): Turn to ...
14966         (ipa_call_summary_t::duplicate): ... this one.
14967         (inline_edge_removal_hook): Turn to ...
14968         (ipa_call_summary_t::remove): ... this one.
14969         (dump_inline_edge_summary): Turn to ...
14970         (dump_ipa_call_summary): ... this one.
14971         (estimate_function_body_sizes): Update.
14972         (inline_update_callee_summaries): Update.
14973         (remap_edge_change_prob): Update.
14974         (remap_edge_summaries): Update.
14975         (inline_merge_summary): Update.
14976         (do_estimate_edge_time): Update.
14977         (inline_generate_summary): Update.
14978         (inline_read_section): Update.
14979         (inline_read_summary): Update.
14980         (inline_free_summary): Update.
14981         * ipa-inline.c (can_inline_edge_p): Update.
14982         (compute_inlined_call_time): Update.
14983         (want_inline_small_function_p): Update.
14984         (edge_badness): Update.
14985         (early_inliner): Update.
14986         * ipa-inline.h (inline_edge_summary): Turn to ...
14987         (ipa_call_summary): ... this one.
14988         (ipa_call_summary_t): New class.
14989         (inline_edge_summary_t, inline_edge_summary_vec): Remove.
14990         (ipa_call_summaries): New.
14991         (inline_edge_summary): Remove.
14992         (estimate_edge_growth): Update.
14993         * ipa-profile.c (ipa_propagate_frequency_1): Update.
14994         * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
14995         * ipa-split.c (execute_split_functions): Update.
14996         * ipa.c (symbol_table::remove_unreachable_nodes): Update.
14998 2017-05-19  Richard Biener  <rguenther@suse.de>
15000         PR middle-end/80764
15001         * cfgexpand.c (expand_gimple_cond): Fix loop fixup.
15003 2017-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
15005         * config/rs6000/rs6000.c (struct machine_function): Add field
15006         fpr_is_wrapped_separately.
15007         (rs6000_get_separate_components): Use 64 components.  Handle the
15008         new FPR components.
15009         (rs6000_components_for_bb): Handle the FPR components.
15010         (rs6000_emit_prologue_components): Handle the FPR components.
15011         (rs6000_emit_epilogue_components): Handle the FPR components.
15012         (rs6000_set_handled_components): Handle the FPR components.
15013         (rs6000_emit_prologue): Don't output prologue code for those FPRs
15014         that are already separately shrink-wrapped.
15015         (rs6000_emit_epilogue): Don't output epilogue code for those FPRs
15016         that are already separately shrink-wrapped.
15018 2017-05-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
15020         PR target/80510
15021         * config/rs6000/predicates.md (simple_offsettable_mem_operand):
15022         New predicate.
15024         * config/rs6000/rs6000.md (ALTIVEC_DFORM): New iterator.
15025         (define_peephole2 for Altivec d-form load): Add peepholes to catch
15026         cases where the register allocator uses a move and an offsettable
15027         memory operation to/from a FPR register on ISA 2.06/2.07.
15028         (define_peephole2 for Altivec d-form store): Likewise.
15030 2017-05-18  Uros Bizjak  <ubizjak@gmail.com>
15032         PR target/80799
15033         * config/i386/mmx.md (*mov<mode>_internal): Enable
15034         alternatives 11, 12, 13 and 14 also for 32bit targets.
15035         Remove alternatives 15, 16, 17 and 18.
15036         * config/i386/sse.md (vec_concatv2di): Change
15037         alternative (!x, *y) to (x, ?!*Yn).
15039 2017-05-18  Paolo Carlini  <paolo.carlini@oracle.com>
15041         * dumpfile.h (enum dump_kind): Remove stray comma.
15043 2017-05-18  Jan Hubicka  <hubicka@ucw.cz>
15045         * Makefile.in: Add ipa-predicate.o and ipa-predicate.h
15046         * ipa-inline-analysis.c (NUM_CONDITIONS): turn into
15047         predicate::num_conditions
15048         (IS_NOT_CONSTANT): turn into predicate::is_not_constant.
15049         (CHANGED): turn into predicate::changed.
15050         (agg_position_info): Move to ipa-predicate.h
15051         (add_condition, predicate::add_clause, predicate::operator &=,
15052         predicate::or_with, predicate::evaluate, predicate::probability,
15053         dump_condition, dump_clause, predicate::dump,
15054         predicate::remap_after_duplication, predicate::remap_after_inlining,
15055         predicate::stream_in, predicate::stream_out): Move to ipa-predicate.c
15056         (evaluate_conditions_for_known_args): Update.
15057         (set_cond_stmt_execution_predicate): Update.
15058         * ipa-inline.h: Include ipa-predicate.h
15059         (condition, inline_param_summary, conditions, agg_position_info,
15060         predicate): Move to ipa-predicate.h
15061         * ipa-predicate.c: New file.
15062         * ipa-predicate.h: New file.
15064 2017-05-18  Wilco Dijkstra  <wdijkstr@arm.com>
15066         * final.c (leaf_function_p): Check we are not in a sequence.
15068 2017-05-18  Martin Liska  <mliska@suse.cz>
15070         * cfgrtl.c (rtl_verify_edges): Remove usage of TDF_RTL.
15071         * dumpfile.c (dump_register): Use new enum dump_kind.
15072         (get_dump_file_name): Likewise.
15073         (dump_enable_all): Likewise.
15074         (dump_switch_p_1): Likewise.
15075         (enable_rtl_dump_file): Remove usage of TDF_RTL.
15076         * dumpfile.h (enum dump_kind): New enum type.
15077         (struct dump_file_info): Create constructor and
15078         format fields and comments.
15079         * passes.c (pass_manager::register_one_dump_file):
15080         Use num dump_kind.
15081         * statistics.c (statistics_early_init): Likewise.
15082         * tree-ssa-loop-prefetch.c (dump_mem_details): Replace
15083         TDF_TREE with TDF_SLIM.
15084         (gather_memory_references_ref): Likewise.
15086 2017-05-18  Martin Liska  <mliska@suse.cz>
15088         * vec.h (struct vnull): Use it.
15090 2017-05-18  Jan Hubicka  <hubicka@ucw.cz>
15092         * ipa-inline-analysis.c (predicate_conditions): Move to ipa-inline.h
15093         (true_predicate, false_predicate, true_predicate_p,
15094         false_predicate_p): Remove.
15095         (single_cond_predicate, not_inlined_predicate): Turn to member function
15096         in ipa-inline.h
15097         (add_condition): Update.
15098         (add_clause): Turn to...
15099         (predicate::add_clause): ... this one; update; allow passing NULL
15100         as parameter.
15101         (and_predicates): Turn to ...
15102         (predicate::operator &=): ... this one.
15103         (predicates_equal_p): Move to predicate::operator == in ipa-inline.h
15104         (or_predicates): Turn to ...
15105         (predicate::or_with): ... this one.
15106         (evaluate_predicate): Turn to ...
15107         (predicate::evaluate): ... this one.
15108         (predicate_probability): Turn to ...
15109         (predicate::probability): ... this one.
15110         (dump_condition): Update.
15111         (dump_predicate): Turn to ...
15112         (predicate::dump): ... this one.
15113         (account_size_time): Update.
15114         (edge_set_predicate): Update.
15115         (set_hint_predicate): UPdate.
15116         (evaluate_conditions_for_known_args): Update.
15117         (evaluate_properties_for_edge): Update.
15118         (remap_predicate_after_duplication): Turn to...
15119         (predicate::remap_after_duplication): ... this one.
15120         (remap_hint_predicate_after_duplication): Update.
15121         (inline_summary_t::duplicate): UPdate.
15122         (dump_inline_edge_summary): Update.
15123         (dump_inline_summary): Update.
15124         (set_cond_stmt_execution_predicate): Update.
15125         (set_switch_stmt_execution_predicate): Update.
15126         (compute_bb_predicates): Update.
15127         (will_be_nonconstant_expr_predicate): Update.
15128         (will_be_nonconstant_predicate): Update.
15129         (phi_result_unknown_predicate): Update.
15130         (predicate_for_phi_result): Update.
15131         (array_index_predicate): Update.
15132         (estimate_function_body_sizes): Update.
15133         (estimate_node_size_and_time): Update.
15134         (estimate_ipcp_clone_size_and_time): Update.
15135         (remap_predicate): Rename to ...
15136         (predicate::remap_after_inlining): ... this one.
15137         (remap_hint_predicate): Update.
15138         (inline_merge_summary): Update.
15139         (inline_update_overall_summary): Update.
15140         (estimate_size_after_inlining): Update.
15141         (read_predicate): Rename to ...
15142         (predicate::stream_in): ... this one.
15143         (read_inline_edge_summary): Update.
15144         (write_predicate): Rename to ...
15145         (predicate::stream_out): ... this one.
15146         (write_inline_edge_summary): Update.
15147         * ipa-inline.h (MAX_CLAUSES): Turn to predicate::max_clauses.
15148         (clause_t): Turn to uint32_t
15149         (predicate): Turn to class; implement constructor and operators
15150         ==, !=, &
15151         (size_time_entry): Update.
15152         (inline_summary): Update.
15153         (inline_edge_summary): Update.
15155 2017-05-18  Marc Glisse  <marc.glisse@inria.fr>
15157         * fold-const.c (fold_binary_loc): Move transformation...
15158         * match.pd (C - X CMP X): ... here.
15160 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
15162         * config/sparc/sparc.c (sparc_option_override): Set function
15163         alignment for -mcpu=niagara7 to 64 to match the I$ line.
15164         * config/sparc/sparc.h (BRANCH_COST): Set the SPARC M7 branch
15165         latency to 1.
15166         * config/sparc/sparc.h (BRANCH_COST): Set the SPARC T4 branch
15167         latency to 2.
15168         * config/sparc/sol2.h: Fix a ASM_CPU32_DEFAULT_SPEC typo.
15170 2017-05-18  Marek Polacek  <polacek@redhat.com>
15172         PR sanitizer/80797
15173         * ubsan.c (instrument_null): Unwrap ADDR_EXPRs.
15174         (pass_ubsan::execute): Call gimple_assign_single_p instead of
15175         gimple_assign_load_p.
15177 2017-05-17  Segher Boessenkool  <segher@kernel.crashing.org>
15179         PR middle-end/80692
15180         * real.c (do_compare): Give decimal_do_compare preference over
15181         comparing just the signs.
15183 2017-05-17  Uros Bizjak  <ubizjak@gmail.com>
15185         * doc/md.texi (Canonicalization of Instructions): Describe the
15186         canonical form of instructions that inherently set a condition
15187         code register.
15189 2017-05-17  Peter Bergner  <bergner@vnet.ibm.com>
15191         PR middle-end/80775
15192         * tree-cfg.c: Move deletion of unreachable case statements to after
15193         the merging of consecutive case labels.
15195 2017-05-17  Thomas Preud'homme  <thomas.preudhomme@arm.com>
15197         * config/arm/arm.c (cmse_nonsecure_call_clear_caller_saved): Refer
15198         readers to __gnu_cmse_nonsecure_call libcall for saving, clearing and
15199         restoring of callee-saved registers.
15201 2017-05-17  Eric Botcazou  <ebotcazou@adacore.com>
15203         * compare-elim.c (equivalent_reg_at_start): Adjust outdated comment.
15204         * config/visium/visium.c (single_set_and_flags): Likewise.
15205         * config/visium/visium.md (Substitutions): Likewise.
15207 2017-05-17  Martin Liska  <mliska@suse.cz>
15209         * cfg.c: Introduce dump_flags_t type and
15210         use it instead of int type.
15211         * cfg.h: Likewise.
15212         * cfghooks.c: Likewise.
15213         * cfghooks.h (struct cfg_hooks): Likewise.
15214         * cfgrtl.c: Likewise.
15215         * cfgrtl.h: Likewise.
15216         * cgraph.c (cgraph_node::get_body): Likewise.
15217         * coretypes.h: Likewise.
15218         * domwalk.c: Likewise.
15219         * domwalk.h: Likewise.
15220         * dumpfile.c (struct dump_option_value_info): Likewise.
15221         (dump_enable_all): Likewise.
15222         (dump_switch_p_1): Likewise.
15223         (opt_info_switch_p): Likewise.
15224         * dumpfile.h (enum tree_dump_index): Likewise.
15225         (struct dump_file_info): Likewise.
15226         * genemit.c: Likewise.
15227         * generic-match-head.c: Likewise.
15228         * gengtype.c (open_base_files): Likewise.
15229         * gimple-pretty-print.c: Likewise.
15230         * gimple-pretty-print.h: Likewise.
15231         * graph.c (print_graph_cfg): Likewise.
15232         * graphite-scop-detection.c (dot_all_sese): Likewise.
15233         * ipa-devirt.c (build_type_inheritance_graph): Likewise.
15234         * loop-unroll.c (report_unroll): Likewise.
15235         * passes.c (pass_manager::register_one_dump_file): Likewise.
15236         * print-tree.c: Likewise.
15237         * statistics.c: Likewise.
15238         * tree-cfg.c: Likewise.
15239         * tree-cfg.h: Likewise.
15240         * tree-dfa.c: Likewise.
15241         * tree-dfa.h: Likewise.
15242         * tree-dump.c (dump_function): Likewise.
15243         * tree-dump.h (struct dump_info): Likewise.
15244         * tree-pretty-print.c: Likewise.
15245         * tree-pretty-print.h: Likewise.
15246         * tree-ssa-live.c: Likewise.
15247         * tree-ssa-live.h: Likewise.
15248         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Likewise.
15249         * tree-vect-loop.c: Likewise.
15250         * tree-vect-slp.c: Likewise.
15252 2017-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
15253             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15255         PR tree-optimization/80457
15256         * tree-vect-stmts.c (vect_model_simple_cost): Model the cost
15257         of all arguments to a statement as scalar_to_vec operations.
15258         (vectorizable_call): Adjust call to vect_model_simple_cost for
15259         new parameter.
15260         (vectorizable_conversion): Likewise.
15261         (vectorizable_assignment): Likewise.
15262         (vectorizable_shift): Likewise.
15263         (vectorizable_operation): Likewise.
15264         (vectorizable_comparison): Likewise.
15265         (vect_is_simple_cond): Record the def types for operands.
15266         (vectorizable_condition): Likewise, call vect_model_simple_cost.
15267         * tree-vectorizer.h (vect_model_simple_cost): Add new parameter
15268         for statement argument count.
15270 2017-05-16  Carl Love  <cel@us.ibm.com>
15272         * config/rs6000/rs6000-c: Add support for built-in functions
15273         vector unsigned long long vec_bperm (vector unsigned long long,
15274                                              vector unsigned char)
15275         vector signed long long vec_mule (vector signed int,
15276                                           vector signed int)
15277         vector unsigned long long vec_mule (vector unsigned int,
15278                                             vector unsigned int)
15279         vector signed long long vec_mulo (vector signed int,
15280                                           vector signed int)
15281         vector unsigned long long vec_mulo (vector unsigned int,
15282                                             vector unsigned int)
15283         vector signed char vec_sldw (vector signed char,
15284                                      vector signed char,
15285                                      const int)
15286         vector unsigned char vec_sldw (vector unsigned char,
15287                                        vector unsigned char,
15288                                        const int)
15289         vector signed short vec_sldw (vector signed short,
15290                                       vector signed short,
15291                                       const int)
15292         vector unsigned short vec_sldw (vector unsigned short,
15293                                         vector unsigned short,
15294                                         const int)
15295         vector signed int vec_sldw (vector signed int,
15296                                     vector signed int,
15297                                     const int)
15298         vector unsigned int vec_sldw (vector unsigned int,
15299                                       vector unsigned int,
15300                                       const int)
15301         vector signed long long vec_sldw (vector signed long long,
15302                                           vector signed long long,
15303                                           const int)
15304         vector unsigned long long vec_sldw (vector unsigned long long,
15305                                             vector unsigned long long,
15306                                             const int)
15307         * config/rs6000/rs6000-c: Add support for built-in functions
15308         * config/rs6000/rs6000-builtin.def: Add definition for SLDW.
15309         * config/rs6000/altivec.h: Add defintion for vec_sldw.
15310         * doc/extend.texi: Update the built-in documentation for the
15311         new built-in functions.
15313 2017-05-16  Marek Polacek  <polacek@redhat.com>
15315         PR sanitizer/80536
15316         PR sanitizer/80386
15317         * tree.c (save_expr): Don't fold the expression.
15319 2017-05-16  Uros Bizjak  <ubizjak@gmail.com>
15321         * config/i386/i386.md (*movsi_internal): Split (?rm,*y) alternative
15322         to (?r,*Yn) and (?m,*y) alternatives, and (?*y,rm) to (?*Ym,r)
15323         and (?*y,m).  Update insn attributes.
15325 2017-05-16  Martin Liska  <mliska@suse.cz>
15327         * cgraph.c (cgraph_edge::resolve_speculation): Add default value for
15328         flags argument of print_gimple_stmt, print_gimple_expr,
15329         print_generic_stmt and print_generic_expr.
15330         * cgraphclones.c (symbol_table::materialize_all_clones): Likewise.
15331         * coretypes.h: Likewise.
15332         * except.c (dump_eh_tree): Likewise.
15333         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Likewise.
15334         * gimple-pretty-print.h: Likewise.
15335         * gimple-ssa-backprop.c (dump_usage_prefix): Likewise.
15336         (backprop::push_to_worklist): Likewise.
15337         (backprop::pop_from_worklist): Likewise.
15338         (backprop::process_use): Likewise.
15339         (backprop::intersect_uses): Likewise.
15340         (note_replacement): Likewise.
15341         * gimple-ssa-store-merging.c
15342         (pass_store_merging::terminate_all_aliasing_chains): Likewise.
15343         (imm_store_chain_info::coalesce_immediate_stores): Likewise.
15344         (pass_store_merging::execute): Likewise.
15345         * gimple-ssa-strength-reduction.c (dump_candidate): Likewise.
15346         (ssa_base_cand_dump_callback): Likewise.
15347         (dump_incr_vec): Likewise.
15348         (replace_refs): Likewise.
15349         (replace_mult_candidate): Likewise.
15350         (create_add_on_incoming_edge): Likewise.
15351         (create_phi_basis): Likewise.
15352         (insert_initializers): Likewise.
15353         (all_phi_incrs_profitable): Likewise.
15354         (introduce_cast_before_cand): Likewise.
15355         (replace_one_candidate): Likewise.
15356         * gimplify.c (gimplify_expr): Likewise.
15357         * graphite-isl-ast-to-gimple.c (is_valid_rename): Likewise.
15358         (set_rename): Likewise.
15359         (rename_uses): Likewise.
15360         (copy_loop_phi_nodes): Likewise.
15361         (add_close_phis_to_merge_points): Likewise.
15362         (copy_loop_close_phi_args): Likewise.
15363         (copy_cond_phi_args): Likewise.
15364         (graphite_copy_stmts_from_block): Likewise.
15365         (translate_pending_phi_nodes): Likewise.
15366         * graphite-poly.c (print_pdr): Likewise.
15367         (dump_gbb_cases): Likewise.
15368         (dump_gbb_conditions): Likewise.
15369         (print_scop_params): Likewise.
15370         * graphite-scop-detection.c (build_cross_bb_scalars_def): Likewise.
15371         (build_cross_bb_scalars_use): Likewise.
15372         (gather_bbs::before_dom_children): Likewise.
15373         * hsa-dump.c (dump_hsa_immed): Likewise.
15374         * ipa-cp.c (print_ipcp_constant_value): Likewise.
15375         (get_replacement_map): Likewise.
15376         * ipa-inline-analysis.c (dump_condition): Likewise.
15377         (estimate_function_body_sizes): Likewise.
15378         * ipa-polymorphic-call.c (check_stmt_for_type_change): Likewise.
15379         (ipa_polymorphic_call_context::get_dynamic_type): Likewise.
15380         * ipa-prop.c (ipa_dump_param): Likewise.
15381         (ipa_print_node_jump_functions_for_edge): Likewise.
15382         (ipa_modify_call_arguments): Likewise.
15383         (ipa_modify_expr): Likewise.
15384         (ipa_dump_param_adjustments): Likewise.
15385         (ipa_dump_agg_replacement_values): Likewise.
15386         (ipcp_modif_dom_walker::before_dom_children): Likewise.
15387         * ipa-pure-const.c (check_stmt): Likewise.
15388         (pass_nothrow::execute): Likewise.
15389         * ipa-split.c (execute_split_functions): Likewise.
15390         * omp-offload.c (dump_oacc_loop_part): Likewise.
15391         (dump_oacc_loop): Likewise.
15392         * trans-mem.c (tm_log_emit): Likewise.
15393         (tm_memopt_accumulate_memops): Likewise.
15394         (dump_tm_memopt_set): Likewise.
15395         (dump_tm_memopt_transform): Likewise.
15396         * tree-cfg.c (gimple_verify_flow_info): Likewise.
15397         (print_loop): Likewise.
15398         * tree-chkp-opt.c (chkp_print_addr): Likewise.
15399         (chkp_gather_checks_info): Likewise.
15400         (chkp_get_check_result): Likewise.
15401         (chkp_remove_check_if_pass): Likewise.
15402         (chkp_use_outer_bounds_if_possible): Likewise.
15403         (chkp_reduce_bounds_lifetime): Likewise.
15404         * tree-chkp.c (chkp_register_addr_bounds): Likewise.
15405         (chkp_mark_completed_bounds): Likewise.
15406         (chkp_register_incomplete_bounds): Likewise.
15407         (chkp_mark_invalid_bounds): Likewise.
15408         (chkp_maybe_copy_and_register_bounds): Likewise.
15409         (chkp_build_returned_bound): Likewise.
15410         (chkp_get_bound_for_parm): Likewise.
15411         (chkp_build_bndldx): Likewise.
15412         (chkp_get_bounds_by_definition): Likewise.
15413         (chkp_generate_extern_var_bounds): Likewise.
15414         (chkp_get_bounds_for_decl_addr): Likewise.
15415         * tree-chrec.c (chrec_apply): Likewise.
15416         * tree-data-ref.c (dump_data_reference): Likewise.
15417         (dump_subscript): Likewise.
15418         (dump_data_dependence_relation): Likewise.
15419         (analyze_overlapping_iterations): Likewise.
15420         * tree-inline.c (expand_call_inline): Likewise.
15421         (tree_function_versioning): Likewise.
15422         * tree-into-ssa.c (dump_defs_stack): Likewise.
15423         (dump_currdefs): Likewise.
15424         (dump_names_replaced_by): Likewise.
15425         (dump_update_ssa): Likewise.
15426         (update_ssa): Likewise.
15427         * tree-object-size.c (pass_object_sizes::execute): Likewise.
15428         * tree-parloops.c (build_new_reduction): Likewise.
15429         (try_create_reduction_list): Likewise.
15430         (ref_conflicts_with_region): Likewise.
15431         (oacc_entry_exit_ok_1): Likewise.
15432         (oacc_entry_exit_single_gang): Likewise.
15433         * tree-pretty-print.h: Likewise.
15434         * tree-scalar-evolution.c (set_scalar_evolution): Likewise.
15435         (get_scalar_evolution): Likewise.
15436         (add_to_evolution): Likewise.
15437         (get_loop_exit_condition): Likewise.
15438         (analyze_evolution_in_loop): Likewise.
15439         (analyze_initial_condition): Likewise.
15440         (analyze_scalar_evolution): Likewise.
15441         (instantiate_scev): Likewise.
15442         (number_of_latch_executions): Likewise.
15443         (gather_chrec_stats): Likewise.
15444         (final_value_replacement_loop): Likewise.
15445         (scev_const_prop): Likewise.
15446         * tree-sra.c (dump_access): Likewise.
15447         (disqualify_candidate): Likewise.
15448         (create_access): Likewise.
15449         (reject): Likewise.
15450         (maybe_add_sra_candidate): Likewise.
15451         (create_access_replacement): Likewise.
15452         (analyze_access_subtree): Likewise.
15453         (analyze_all_variable_accesses): Likewise.
15454         (sra_modify_assign): Likewise.
15455         (initialize_constant_pool_replacements): Likewise.
15456         (find_param_candidates): Likewise.
15457         (decide_one_param_reduction): Likewise.
15458         (replace_removed_params_ssa_names): Likewise.
15459         * tree-ssa-ccp.c (ccp_fold_stmt): Likewise.
15460         * tree-ssa-copy.c (dump_copy_of): Likewise.
15461         (copy_prop_visit_cond_stmt): Likewise.
15462         * tree-ssa-dce.c (mark_operand_necessary): Likewise.
15463         * tree-ssa-dom.c (pass_dominator::execute): Likewise.
15464         (record_equivalences_from_stmt): Likewise.
15465         * tree-ssa-dse.c (compute_trims): Likewise.
15466         (delete_dead_call): Likewise.
15467         (delete_dead_assignment): Likewise.
15468         * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond): Likewise.
15469         (forward_propagate_into_cond): Likewise.
15470         (pass_forwprop::execute): Likewise.
15471         * tree-ssa-ifcombine.c (ifcombine_ifandif): Likewise.
15472         * tree-ssa-loop-im.c (invariantness_dom_walker::before_dom_children):
15473         Likewise.
15474         (move_computations_worker): Likewise.
15475         (execute_sm): Likewise.
15476         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Likewise.
15477         (remove_exits_and_undefined_stmts): Likewise.
15478         (remove_redundant_iv_tests): Likewise.
15479         * tree-ssa-loop-ivopts.c (dump_use): Likewise.
15480         (adjust_iv_update_pos): Likewise.
15481         * tree-ssa-math-opts.c (bswap_replace): Likewise.
15482         * tree-ssa-phiopt.c (factor_out_conditional_conversion): Likewise.
15483         (value_replacement): Likewise.
15484         * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
15485         * tree-ssa-pre.c (print_pre_expr): Likewise.
15486         (get_representative_for): Likewise.
15487         (create_expression_by_pieces): Likewise.
15488         (insert_into_preds_of_block): Likewise.
15489         (eliminate_insert): Likewise.
15490         (eliminate_dom_walker::before_dom_children): Likewise.
15491         (eliminate): Likewise.
15492         (remove_dead_inserted_code): Likewise.
15493         * tree-ssa-propagate.c (substitute_and_fold): Likewise.
15494         * tree-ssa-reassoc.c (get_rank): Likewise.
15495         (eliminate_duplicate_pair): Likewise.
15496         (eliminate_plus_minus_pair): Likewise.
15497         (eliminate_not_pairs): Likewise.
15498         (undistribute_ops_list): Likewise.
15499         (eliminate_redundant_comparison): Likewise.
15500         (update_range_test): Likewise.
15501         (optimize_range_tests_var_bound): Likewise.
15502         (optimize_vec_cond_expr): Likewise.
15503         (rewrite_expr_tree): Likewise.
15504         (rewrite_expr_tree_parallel): Likewise.
15505         (linearize_expr): Likewise.
15506         (break_up_subtract): Likewise.
15507         (linearize_expr_tree): Likewise.
15508         (attempt_builtin_powi): Likewise.
15509         (attempt_builtin_copysign): Likewise.
15510         (transform_stmt_to_copy): Likewise.
15511         (transform_stmt_to_multiply): Likewise.
15512         (dump_ops_vector): Likewise.
15513         * tree-ssa-sccvn.c (vn_nary_build_or_lookup_1): Likewise.
15514         (print_scc): Likewise.
15515         (set_ssa_val_to): Likewise.
15516         (visit_reference_op_store): Likewise.
15517         (visit_use): Likewise.
15518         (sccvn_dom_walker::before_dom_children): Likewise.
15519         (run_scc_vn): Likewise.
15520         * tree-ssa-scopedtables.c (avail_exprs_stack::lookup_avail_expr):
15521         Likewise.
15522         (expr_hash_elt::print): Likewise.
15523         (const_and_copies::pop_to_marker): Likewise.
15524         (const_and_copies::record_const_or_copy_raw): Likewise.
15525         * tree-ssa-structalias.c (compute_dependence_clique): Likewise.
15526         * tree-ssa-uninit.c (collect_phi_def_edges): Likewise.
15527         (dump_predicates): Likewise.
15528         (find_uninit_use): Likewise.
15529         (warn_uninitialized_phi): Likewise.
15530         (pass_late_warn_uninitialized::execute): Likewise.
15531         * tree-ssa.c (verify_vssa): Likewise.
15532         (verify_ssa): Likewise.
15533         (maybe_optimize_var): Likewise.
15534         * tree-vrp.c (dump_value_range): Likewise.
15535         (dump_all_value_ranges): Likewise.
15536         (dump_asserts_for): Likewise.
15537         (register_edge_assert_for_2): Likewise.
15538         (vrp_visit_cond_stmt): Likewise.
15539         (vrp_visit_switch_stmt): Likewise.
15540         (vrp_visit_stmt): Likewise.
15541         (vrp_visit_phi_node): Likewise.
15542         (simplify_cond_using_ranges_1): Likewise.
15543         (fold_predicate_in): Likewise.
15544         (evrp_dom_walker::before_dom_children): Likewise.
15545         (evrp_dom_walker::push_value_range): Likewise.
15546         (evrp_dom_walker::pop_value_range): Likewise.
15547         (execute_early_vrp): Likewise.
15549 2017-05-16  Richard Biener  <rguenther@suse.de>
15551         * dwarf2out.c (loc_list_from_tree_1): Do not create
15552         DW_OP_GNU_variable_value for DECL_IGNORED_P decls.
15554 2017-05-16  Richard Biener  <rguenther@suse.de>
15556         * dwarf2out.c (resolve_variable_value_in_expr): Lookup DIE
15557         just generated.
15558         (note_variable_value_in_expr): If we resolved the decl ref
15559         do not push to the stack.
15561 2017-05-16  Matthew Wahab  <matthew.wahab@arm.com>
15563         * config/arm/arm_neon.h (vadd_f16): Use standard arithmetic
15564         operations in fast-math mode.
15565         (vaddq_f16): Likewise.
15566         (vmul_f16): Likewise.
15567         (vmulq_f16): Likewise.
15568         (vsub_f16): Likewise.
15569         (vsubq_f16): Likewise.
15570         * config/arm/neon.md (add<mode>3): New.
15571         (sub<mode>3): New.
15572         (fma:<VH:mode>3): New.  Also remove outdated comment.
15573         (mul<mode>3): New.
15575 2017-05-16  Martin Liska  <mliska@suse.cz>
15577         PR ipa/79849.
15578         PR ipa/79850.
15579         * ipa-devirt.c (warn_types_mismatch): Fix typo.
15580         (odr_types_equivalent_p): Likewise.
15582 2017-05-15  Sylvestre Ledru  <sylvestre@debian.org>
15584         * plugin.c (try_init_one_plugin): Fix ressource leaks (CID 726637).
15586 2017-05-15  Uros Bizjak  <ubizjak@gmail.com>
15588         PR target/80425
15589         * config/i386.i386.md (*zero_extendsidi2): Do not penalize
15590         non-interunit SSE move alternatives with '?'.
15591         (zero-extendsidi peephole2): New peephole to skip intermediate
15592         general register in SSE zero-extend sequence.
15594 2017-05-15  Jeff Law  <law@redhat.com>
15596         * reorg.c (relax_delay_slots): Create a new variable to hold
15597         the temporary target rather than clobbering TARGET_LABEL.
15599         * config/tilegx/tilegx.c (tilegx_expand_unaligned_load): Add
15600         missing argument to extract_bit_field call.
15601         * config/tilepro/tilepro.c (tilepro_expand_unaligned_load): Likewise.
15603 2017-05-15  Martin Liska  <mliska@suse.cz>
15605         PR driver/31468
15606         * gcc.c (process_command): Do not allow empty argument of -o option.
15608 2017-05-15  Renlin Li  <renlin.li@arm.com>
15610         * config/aarch64/aarch64-protos.h (aarch64_expand_call): Declare.
15611         * config/aarch64/aarch64.c (aarch64_expand_call): Define.
15612         * config/aarch64/constraints.md (Usf): Add long call check.
15613         * config/aarch64/aarch64.md (call): Use aarch64_expand_call.
15614         (call_value): Likewise.
15615         (sibcall): Likewise.
15616         (sibcall_value): Likewise.
15617         (call_insn): New.
15618         (call_value_insn): New.
15619         (sibcall_insn): Update rtx pattern.
15620         (sibcall_value_insn): Likewise.
15621         (call_internal): Remove.
15622         (call_value_internal): Likewise.
15623         (sibcall_internal): Likewise.
15624         (sibcall_value_internal): Likewise.
15625         (call_reg): Likewise.
15626         (call_symbol): Likewise.
15627         (call_value_reg): Likewise.
15628         (call_value_symbol): Likewise.
15630 2017-05-14  Krister Walfridsson  <krister.walfridsson@gmail.com>
15632         PR target/80600
15633         * config/netbsd.h (NETBSD_LIBGCC_SPEC): Always add -lgcc.
15635 2017-05-14  Uros Bizjak  <ubizjak@gmail.com>
15637         * config/i386.i386.c (ix86_cc_modes_compatible): CCNOmode is
15638         compatible with CCGOCmode and with CCZmode.
15640 2017-05-14  Martin Sebor  <msebor@redhat.com>
15642         PR middle-end/77671
15643         * gimple-fold.c (gimple_fold_builtin_sprintf): Make extern.
15644         (gimple_fold_builtin_snprintf): Same.
15645         * gimple-fold.h (gimple_fold_builtin_sprintf): Declare.
15646         (gimple_fold_builtin_snprintf): Same.
15647         * gimple-ssa-sprintf.c (get_format_string): Correct the detection
15648         of character types.
15649         (is_call_safe): New function.
15650         (try_substitute_return_value): Call it.
15651         (try_simplify_call): New function.
15652         (pass_sprintf_length::handle_gimple_call): Call it.
15654 2017-05-14  Martin Sebor  <msebor@redhat.com>
15656         PR middle-end/80669
15657         * builtins.c (expand_builtin_stpncpy): Simplify.
15659 2017-05-14  Daniel Santos  <daniel.santos@pobox.com>
15661         * config/i386/i386.opt: Add option -mcall-ms2sysv-xlogues.
15662         * config/i386/i386.h
15663         (x86_64_ms_sysv_extra_clobbered_registers): Change type to unsigned.
15664         (NUM_X86_64_MS_CLOBBERED_REGS): New macro.
15665         (struct machine_function): Add new members call_ms2sysv,
15666         call_ms2sysv_pad_in, call_ms2sysv_pad_out and call_ms2sysv_extra_regs.
15667         (struct machine_frame_state): New fields sp_realigned and
15668         sp_realigned_offset.
15669         * config/i386/i386.c
15670         (enum xlogue_stub): New enum.
15671         (enum xlogue_stub_sets): New enum.
15672         (class xlogue_layout): New class.
15673         (struct ix86_frame): New fields stack_realign_allocate_offset,
15674         stack_realign_offset and outlined_save_offset.  Modify comments to
15675         detail stack layout when using out-of-line stubs.
15676         (ix86_target_string): Add -mcall-ms2sysv-xlogues option.
15677         (ix86_option_override_internal): Add sorry() for TARGET_SEH and
15678         -mcall-ms2sysv-xlogues.
15679         (stub_managed_regs): New static variable.
15680         (ix86_save_reg): Add new parameter ignore_outlined to optionally omit
15681         registers managed by out-of-line stub.
15682         (disable_call_ms2sysv_xlogues): New function.
15683         (ix86_compute_frame_layout): Modify re-alignment calculations, disable
15684         m->call_ms2sysv when appropriate and compute frame layout for
15685         out-of-line stubs.
15686         (sp_valid_at, fp_valid_at): New inline functions.
15687         (choose_basereg): New function.
15688         (choose_baseaddr): Add align parameter, use choose_basereg and modify
15689         all callers.
15690         (ix86_emit_save_reg_using_mov, ix86_emit_restore_sse_regs_using_mov):
15691         Use align parameter of choose_baseaddr to generated aligned SSE movs
15692         when possible.
15693         (pro_epilogue_adjust_stack): Modify to track
15694         machine_frame_state::sp_realigned.
15695         (ix86_nsaved_regs): Modify to accommodate changes to ix86_save_reg.
15696         (ix86_nsaved_sseregs): Likewise.
15697         (ix86_emit_save_regs): Likewise.
15698         (ix86_emit_save_regs_using_mov): Likewise.
15699         (ix86_emit_save_sse_regs_using_mov): Likewise.
15700         (get_scratch_register_on_entry): Likewise.
15701         (gen_frame_set): New function.
15702         (gen_frame_load): Likewise.
15703         (gen_frame_store): Likewise.
15704         (emit_outlined_ms2sysv_save): Likewise.
15705         (emit_outlined_ms2sysv_restore): Likewise.
15706         (ix86_expand_prologue): Modify stack re-alignment code and call
15707         emit_outlined_ms2sysv_save when appropriate.
15708         (ix86_emit_leave): Clear machine_frame_state::sp_realigned.  Add
15709         parameter rtx_insn *insn, which allows the function to be used to only
15710         generate the notes.
15711         (ix86_expand_epilogue): Modify validity checks of frame and stack
15712         pointers, and call emit_outlined_ms2sysv_restore when appropriate.
15713         (ix86_expand_call): Modify to enable m->call_ms2sysv when appropriate.
15714         * config/i386/predicates.md
15715         (save_multiple): New predicate.
15716         (restore_multiple): Likewise.
15717         * config/i386/sse.md
15718         (save_multiple<mode>): New pattern.
15719         (save_multiple_realign<mode>): Likewise.
15720         (restore_multiple<mode>): Likewise.
15721         (restore_multiple_and_return<mode>): Likewise.
15722         (restore_multiple_leave_return<mode>): Likewise.
15723         * Makefile.in: Export HOSTCXX and HOSTCXXFLAGS to site.exp
15725 2017-05-14  Julia Koval  <julia.koval@intel.com>
15727         * config/i386/i386-builtin-types.def (VOID_FTYPE_INT_INT64): New type.
15728         * config/i386/i386-builtin.def (__builtin_ia32_xgetbv)
15729         (__builtin_ia32_xsetbv): New builtins.
15730         * config/i386/i386.c (ix86_expand_special_args_builtin):
15731         Process new types.
15732         (ix86_expand_builtin): Special expand for new intrinsics.
15733         * config/i386/i386.md (UNSPECV_XGETBV, UNSPECV_XSETBV): New.
15734         (xsetbv, xsetbv_rex64, xgetbv, xgetbv_rex64): New insn patterns.
15735         * config/i386/xsaveintrin.h (_xsetbv, _getbv): New intrinsics.
15737 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15739         * cfganal.c (inverted_post_order_compute): Change argument type
15740         to vec *.
15741         * cfganal.h (inverted_post_order_compute): Adjust prototype.
15742         * df-core.c (rest_of_handle_df_initialize): Adjust.
15743         (rest_of_handle_df_finish): Likewise.
15744         (df_analyze_1): Likewise.
15745         (df_analyze): Likewise.
15746         (loop_inverted_post_order_compute): Change argument to be a vec *.
15747         (df_analyze_loop): Adjust.
15748         (df_get_n_blocks): Likewise.
15749         (df_get_postorder): Likewise.
15750         * df.h (struct df_d): Change field to be a vec.
15751         * lcm.c (compute_laterin): Adjust.
15752         (compute_available): Likewise.
15753         * lra-lives.c (lra_create_live_ranges_1): Likewise.
15754         * tree-ssa-dce.c (remove_dead_stmt): Likewise.
15755         * tree-ssa-pre.c (compute_antic): Likewise.
15757 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15759         * cfganal.c (connect_infinite_loops_to_exit): Adjust.
15760         (depth_first_search::depth_first_search): Change structure init
15761         function to this constructor.
15762         (depth_first_search::add_bb): Rename function to this member.
15763         (depth_first_search::execute): Likewise.
15764         (flow_dfs_compute_reverse_finish): Adjust.
15766 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15768         * ddg.c (find_nodes_on_paths): Use auto_sbitmap.
15769         (longest_simple_path): Likewise.
15770         * shrink-wrap.c (spread_components): Likewise.
15771         (disqualify_problematic_components): Likewise.
15772         (emit_common_heads_for_components): Likewise.
15773         (emit_common_tails_for_components): Likewise.
15774         (insert_prologue_epilogue_for_components): Likewise.
15776 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15778         * tree-ssa-dse.c (dse_dom_walker): Make m_live_byes a
15779         auto_sbitmap.
15781 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15783         * df-core.c (df_set_blocks): Start using auto_bitmap.
15784         (df_compact_blocks): Likewise.
15785         * df-problems.c (df_rd_confluence_n): Likewise.
15786         * df-scan.c (df_insn_rescan_all): Likewise.
15787         (df_process_deferred_rescans): Likewise.
15788         (df_update_entry_block_defs): Likewise.
15789         (df_update_exit_block_uses): Likewise.
15790         (df_entry_block_bitmap_verify): Likewise.
15791         (df_exit_block_bitmap_verify): Likewise.
15792         (df_scan_verify): Likewise.
15793         * lra-constraints.c (lra_constraints): Likewise.
15794         (undo_optional_reloads): Likewise.
15795         (lra_undo_inheritance): Likewise.
15796         * lra-remat.c (calculate_gen_cands): Likewise.
15797         (do_remat): Likewise.
15798         * lra-spills.c (assign_spill_hard_regs): Likewise.
15799         (spill_pseudos): Likewise.
15800         * tree-ssa-pre.c (bitmap_set_and): Likewise.
15801         (bitmap_set_subtract_values): Likewise.
15803 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15805         * haifa-sched.c (estimate_shadow_tick): Replace manual bitmap
15806         management with auto_bitmap.
15807         (fix_inter_tick): Likewise.
15808         (fix_recovery_deps): Likewise.
15809         * ira.c (add_store_equivs): Likewise.
15810         (find_moveable_pseudos): Likewise.
15811         (split_live_ranges_for_shrink_wrap): Likewise.
15812         * print-rtl.c (rtx_reuse_manager::rtx_reuse_manager): Likewise.
15813         (rtx_reuse_manager::seen_def_p): Likewise.
15814         (rtx_reuse_manager::set_seen_def): Likewise.
15815         * print-rtl.h (class rtx_reuse_manager): Likewise.
15817 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15819         * bt-load.c (combine_btr_defs): Use auto_bitmap to manage bitmap
15820         lifetime.
15821         (migrate_btr_def): Likewise.
15822         * cfgloop.c (get_loop_body_in_bfs_order): Likewise.
15823         * df-core.c (loop_post_order_compute): Likewise.
15824         (loop_inverted_post_order_compute): Likewise.
15825         * hsa-common.h: Likewise.
15826         * hsa-gen.c (hsa_bb::~hsa_bb): Likewise.
15827         * init-regs.c (initialize_uninitialized_regs): Likewise.
15828         * ipa-inline.c (resolve_noninline_speculation): Likewise.
15829         (inline_small_functions): Likewise.
15830         * ipa-reference.c (ipa_reference_write_optimization_summary): Likewise.
15831         * ira.c (combine_and_move_insns): Likewise.
15832         (build_insn_chain): Likewise.
15833         * loop-invariant.c (find_invariants): Likewise.
15834         * lower-subreg.c (propagate_pseudo_copies): Likewise.
15835         * predict.c (tree_predict_by_opcode): Likewise.
15836         (predict_paths_leading_to): Likewise.
15837         (predict_paths_leading_to_edge): Likewise.
15838         (estimate_loops_at_level): Likewise.
15839         (estimate_loops): Likewise.
15840         * shrink-wrap.c (try_shrink_wrapping): Likewise.
15841         (spread_components): Likewise.
15842         * tree-cfg.c (remove_edge_and_dominated_blocks): Likewise.
15843         * tree-loop-distribution.c (rdg_build_partitions): Likewise.
15844         * tree-predcom.c (tree_predictive_commoning_loop): Likewise.
15845         * tree-ssa-coalesce.c (coalesce_ssa_name): Likewise.
15846         * tree-ssa-phionlycprop.c (pass_phi_only_cprop::execute): Likewise.
15847         * tree-ssa-pre.c (remove_dead_inserted_code): Likewise.
15848         * tree-ssa-sink.c (nearest_common_dominator_of_uses): Likewise.
15849         * tree-ssa-threadupdate.c (compute_path_counts): Likewise.
15850         (mark_threaded_blocks): Likewise.
15851         (thread_through_all_blocks): Likewise.
15852         * tree-ssa.c (verify_ssa): Likewise.
15853         (execute_update_addresses_taken): Likewise.
15854         * tree-ssanames.c (verify_ssaname_freelists): Likewise.
15856 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15858         * cfganal.c (mark_dfs_back_edges): Replace manual stack with
15859         auto_vec.
15860         (post_order_compute): Likewise.
15861         (inverted_post_order_compute): Likewise.
15862         (pre_and_rev_post_order_compute_fn): Likewise.
15864 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15866         * genrecog.c (int_set::int_set): Explicitly construct our
15867         auto_vec base class.
15868         * vec.h (auto_vec::auto_vec): New constructor.
15870 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15872         * bitmap.h (class auto_bitmap): New constructor taking
15873         bitmap_obstack * argument.
15875 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
15877         * bitmap.h (class auto_bitmap): Change type of m_bits to
15878         bitmap_head, and adjust ctor / dtor and member operators.
15880 2017-05-13  Uros Bizjak  <ubizjak@gmail.com>
15882         * compare-elim.c (equivalent_reg_at_start): Return NULL_RTX
15883         when returned register mode doesn't match original mode.
15885 2017-05-12  Jeff Law  <law@redhat.com>
15886             Jakub Jelinek  <jakub@redhat.com>
15888         * config/mn10300/mn10300.c (mn10300_match_ccmode): Fix where
15889         we look for cc setter after the compare-elim changes.
15890         * config/mn10300/mn10300.md (addsi3_flags): Fix order of patterns
15891         within the vector to match what compare-elim now expects.
15892         (subsi3_flags, andsi3_flags, iorsi3_flags): Likewise.
15893         (xorsi3_flags, one_cmplsi2_flags): Likewise.
15895         * config/rx/rx.c (rx_match_ccmode): Fix where we look cc setter
15896         after the compare-elim changes.
15897         * config/rx/rx.md (abssi2_flags): Fix order of patterns within
15898         the vector to match what compare-elim now expects.
15899         (addsi3_flags, adc_flags, addsi3_flags peepholes): Likewise.
15900         (andsi3_flags, negsi2_flags, one_cmplsi2_flags): Likewise.
15901         (iorsi3_flags, rotlsi3_flags, rotrsi3_flags): Likewise.
15902         (ashrsi3_flags, lshrsi3_flags, ashlsi3_flags): Likewise.
15903         (ssaddsi3, subsi3_flags, sbb_flags, xorsi3_flags): Likewise.
15905         * config/visium/visium.c (single_set_and_flags): Fix where
15906         we look for cc setter after the compare-elim changes.
15907         * config/visium/visium.md (flags_subst_logic): Fix order of patterns
15908         with the vector to match what compare-elim now expects.
15909         (flags_subst_arith, add<mode>3_insn_set_carry): Likewise.
15910         (add<mode>3_insn_set_overflow, addsi3_insn_set_carry): Likewise.
15911         (addsi3_insn_set_overflow, sub<mode>3_insn_set_carry): Likewise.
15912         (sub<mode>3_insn_set_overflow, subsi3_insn_set_carry): Likewise.
15913         (subsi3_insn_set_overflow, negsi2_insn_set_carry): Likewise.
15914         (neg<mode>2_insn_set_overflow): Likewise.
15916 2017-05-12  Jim Wilson  <jim.wilson@linaro.org>
15918         PR middle-end/79794
15919         * expmed.c (extract_bit_field_1): Add alt_rtl argument.  Before
15920         maybe_expand_insn call, set ops[0].target.  If still set after call,
15921         set alt_rtl.  Add extra arg to recursive calls.
15922         (extract_bit_field): Add alt_rtl argument.  Pass to
15923         extract_bit_field.
15924         * expmed.h (extract_bit_field): Fix prototype.
15925         * expr.c (emit_group_load_1, copy_blkmode_from_reg)
15926         (copy_blkmode_to_reg, read_complex_part, store_field): Pass extra NULL
15927         to extract_bit_field_calls.
15928         (expand_expr_real_1): Pass alt_rtl to expand_expr_real instead of 0.
15929         Pass alt_rtl to extract_bit_field calls.
15930         * calls.c (store_unaligned_arguments_into_psuedos)
15931         load_register_parameters): Pass extra NULL to extract_bit_field calls.
15932         * optabs.c (maybe_legitimize_operand): Clear op->target when call
15933         gen_reg_rtx.
15934         * optabs.h (struct expand_operand): Add target bitfield.
15936 2017-05-12  Uros Bizjak  <ubizjak@gmail.com>
15938         * compare-elim.c (try_eliminate_compare): Canonicalize
15939         operation with embedded compare to
15940         [(set (reg:CCM) (compare:CCM (operation) (immediate)))
15941          (set (reg) (operation)].
15943         * config/i386/i386.c (TARGET_FLAGS_REGNUM): New define.
15945 2017-05-12  Uros Bizjak  <ubizjak@gmail.com>
15947         PR target/80723
15948         * config/i386/i386.c (ix86_rtx_cost) [case PLUS]: Ignore the
15949         cost of adding a carry flag for ADC instruction.
15950         [case MINUS]: Ignore the cost of subtracting a carry flag
15951         for SBB instruction.
15953 2017-05-12  Steven Munroe  <munroesj@gcc.gnu.org>
15955         * config.gcc (powerpc*-*-*): Add bmi2intrin.h, bmiintrin.h,
15956         and x86intrin.h
15957         * config/rs6000/bmiintrin.h: New file.
15958         * config/rs6000/bmi2intrin.h: New file.
15959         * config/rs6000/x86intrin.h: New file.
15961 2017-05-12  Jeff Law  <law@redhat.com>
15963         * tree-vrp.c (vrp_dom_walker::before_dom_children): Push unwinding
15964         markers.
15966 2017-05-12  Peter Bergner  <bergner@vnet.ibm.com>
15968         PR middle-end/80707
15969         * tree-cfg.c: Remove cfg edges of unreachable case statements.
15971 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
15973         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling for
15974         early expansion of vector divide builtins.
15975         (builtin_function_type): Add VSX_BUILTIN_UDIV_V2DI to the list of
15976         builtins identified as having unsigned arguments.
15978 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
15980         * config/rs6000/rs6000.c (gimple-fold.h): New #include.
15981         (rs6000_gimple_fold_builtin): Add handling for early GIMPLE
15982         expansion of vector logical operations (and, andc, or, xor,
15983         nor, orc, nand).
15985 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
15987         * gimple-fold.c (create_tmp_reg_or_ssa_name): Remove static declaration.
15988         * gimple-fold.h (create_tmp_reg_or_ssa_name): New prototype.
15990 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
15992         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling for
15993         early GIMPLE expansion of vector multiplies.
15995 2017-05-12  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
15997         * config/arm/arm.md (movsi): Add TARGET_32BIT in addition to the
15998         TARGET_HAVE_MOVT conditional.
15999         (movt splitter): Likewise.
16001 2017-05-12  Richard Biener  <rguenther@suse.de>
16003         * tree-ssa-sccvn.h (has_VN_INFO): Declare.
16004         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
16005         Fold all stmts not inplace.
16007 2017-05-12  Richard Biener  <rguenther@suse.de>
16009         PR tree-optimization/80713
16010         * tree-ssa-pre.c (remove_dead_inserted_code): Clear
16011         inserted_exprs bit for not removed stmts.
16013 2017-05-12  Thomas Schwinge  <thomas@codesourcery.com>
16015         PR middle-end/69921
16016         * tree-parloops.c (create_parallel_loop): Set "oacc kernels
16017         parallelized" attribute for parallelized OpenACC kernels.
16018         * omp-offload.c (execute_oacc_device_lower): Use it.
16020         * omp-expand.c (expand_omp_target) <GF_OMP_TARGET_KIND_OACC_KERNELS>:
16021         Set "oacc kernels" attribute.
16022         * omp-general.c (oacc_set_fn_attrib): Remove is_kernel formal
16023         parameter.  Adjust all users.
16024         (oacc_fn_attrib_kernels_p): Remove function.
16025         * omp-offload.c (execute_oacc_device_lower): Look for "oacc
16026         kernels" attribute instead of calling oacc_fn_attrib_kernels_p.
16027         * tree-ssa-loop.c (gate_oacc_kernels): Likewise.
16028         * tree-parloops.c (create_parallel_loop): If oacc_kernels_p,
16029         assert "oacc kernels" attribute is set.
16031 2017-05-11  Carl Love  <cel@us.ibm.com>
16033         * config/rs6000/rs6000-c: Add support for built-in functions
16034         vector unsigned char vec_popcnt (vector signed char)
16035         vector unsigned char vec_popcnt (vector unsigned char)
16036         vector unsigned short vec_popcnt (vector signed short)
16037         vector unsigned short vec_popcnt (vector unsigned short)
16038         vector unsigned int vec_popcnt (vector signed int)
16039         vector unsigned int vec_popcnt (vector unsigned int)
16040         vector unsigned long long vec_popcnt (vector signed long long)
16041         vector unsigned long long vec_popcnt (vector unsigned long long)
16042         vector signed long long vec_slo (vector signed long long,
16043                                          vector signed char)
16044         vector signed long long vec_slo (vector signed long long,
16045                                          vector unsigned char)
16046         vector unsigned long long vec_slo (vector unsigned long long,
16047                                            vector signed char)
16048         vector unsigned long long vec_slo (vector unsigned long long,
16049                                            vector unsigned char)
16050         * config/rs6000/rs6000-builtin.def: Add definitions for VPOPCNTUB,
16051         VPOPCNTUH, VPOPCNTUW, and VPOPCNTUD overloads.
16052         * config/rs6000/altivec.h: Add define for vec_popcnt, vec_popcntb,
16053         vec_popcnth, vec_popcntw and vec_popcntd built-in functions.
16054         * doc/extend.texi: Update the built-in documentation file for the
16055         new built-in functions.
16057 2017-05-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
16059         * attribs.h (sorted_attr_string): Move machine independent
16060         functions for target clone support from the i386 port to common
16061         code.  Rename ix86_function_versions to common_function_versions.
16062         Rename make_name to make_unique_name.
16063         (common_function_versions): Likewise.
16064         (make_unique_name): Likewise.
16065         (make_dispatcher_decl): Likewise.
16066         (is_function_default_version): Likewise.
16067         * attribs.c (attr_strcmp): Likewise.
16068         (sorted_attr_string): Likewise.
16069         (common_function_versions): Likewise.
16070         (make_unique_name): Likewise.
16071         (make_dispatcher_decl): Likewise.
16072         (is_function_default_version): Likewise.
16073         * config/i386/i386.c (attr_strcmp): Likewise.
16074         (sorted_attr_string): Likewise.
16075         (ix86_function_versions): Likewise.
16076         (make_name): Likewise.
16077         (make_dispatcher_decl): Likewise.
16078         (is_function_default_version): Likewise.
16079         (TARGET_OPTION_FUNCTION_VERSIONS): Update target function hook.
16081 2017-05-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16083         PR target/80695
16084         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
16085         Account for direct move costs for vec_construct of integer
16086         vectors.
16088 2017-05-11  Uros Bizjak  <ubizjak@gmail.com>
16090         PR target/80706
16091         * config/i386/sync.md (UNSPEC_LDX_ATOMIC): New unspec.
16092         (UNSPEC_STX_ATOMIC): Ditto.
16093         (loaddi_via_sse): New insn.
16094         (storedi_via_sse): Ditto.
16095         (atomic_loaddi_fpu): Emit loaddi_via_sse and storedi_via_sse.
16096         Update corresponding peephole2 patterns.
16097         (atomic_storedi_fpu): Ditto.
16099 2017-05-11  Julia Koval  <julia.koval@intel.com>
16101         * config/i386/avx512fintrin.h (_mm_mask_rsqrt14_sd)
16102         (_mm_maskz_rsqrt14_sd, _mm_mask_rsqrt14_ss, _mm_maskz_rsqrt14_ss):
16103         New intrinsics.
16104         * config/i386/i386-builtin.def (__builtin_ia32_rsqrt14sd_mask)
16105         (__builtin_ia32_rsqrt14ss_mask): New builtins.
16106         * config/i386/sse.md (rsqrt14_<mode>_mask): New pattern.
16108 2017-05-11  Nathan Sidwell  <nathan@acm.org>
16110         * graphite-poly.c: Include dumpfile.h.
16112         * dumpfle.h (dump_function): Declare here ...
16113         * tree-dump.h (dump_function): ... not here.
16114         * dumpfile.c: #include tree-cfg.h.
16115         (dump_function): Move here from ...
16116         * tree-dump.c (dump_function): ... here.
16117         * gimplify.c: #include splay-tree.h, not tree-dump.h.
16118         * graphite-poly.c: Don't include tree-dump.h.
16119         * cgraphclones.c: Include dumpfile.h not tree-dump.h.
16120         * print-tree.c: Likewise.
16121         * stor-layout.c: Likewise.
16122         * tree-nested.c: Likewise.
16124         * dumpfile.c (dump_start): Use TDF_FLAGS.
16125         (dump_enable_all): Fix TDF_KIND check thinko.
16127 2017-05-11  Kelvin Nilsen  <kelvin@gcc.gnu.org>
16129         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
16130         array entries to represent two legal parameterizations of the
16131         overloaded __builtin_cmpb function, as represented by the
16132         P6_OV_BUILTIN_CMPB constant.
16133         (altivec_resolve_overloaded_builtin): Add special case handling
16134         for the __builtin_cmpb function, as represented by the
16135         P6_OV_BUILTIN_CMPB constant.
16136         * config/rs6000/rs6000-builtin.def (BU_P6_2): New macro.
16137         (BU_P6_64BIT_2): New macro.
16138         (BU_P6_OVERLOAD_2): New macro
16139         (CMPB_32): Add 32-bit compare-bytes support for 32-bit only targets.
16140         (CMPB): Add 64-bit compare-bytes support for 32-bit and 64-bit targets.
16141         (CMPB): Add overload support to represent both 32-bit and 64-bit
16142         compare-bytes function.
16143         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
16144         support for TARGET_CMPB.
16145         * config/rs6000/rs6000.h: Add support for RS6000_BTM_CMPB.
16146         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
16147         documentation of the __builtin_cmpb overloaded built-in function.
16149 2017-05-11  Richard Biener  <rguenther@suse.de>
16151         PR tree-optimization/80705
16152         * tree-vect-data-refs.c (vect_analyze_data_refs): DECL_NONALIASED
16153         bases are not vectorizable.
16155 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
16157         * tree-ssa-loop-ivopts.c (determine_set_costs): Skip non-interger
16158         when counting register pressure.
16160 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
16162         * tree-ssa-loop-ivopts.c (compare_cost_pair): New.
16163         (iv_ca_more_deps): Renamed to ...
16164         (iv_ca_compare_deps): ... this.
16165         (iv_ca_extend): Extend iv_ca if NEW_CP is cheaper than OLD_CP.
16167 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
16169         * tree-ssa-loop-ivopts.c (find_interesting_uses): Move inv vars dump
16170         to ...
16171         (determine_group_iv_costs): ... here.
16172         (find_inv_vars_cb): Record inv var if it's not recorded before.
16174 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
16176         * tree-ssa-loop-ivopts.c (allow_ip_end_pos_p): Refine comments.
16177         (get_shiftadd_cost): Ditto.
16179 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
16181         * tree-ssa-address.c: Include header file.
16182         (move_hint_to_base): Return TRUE if BASE_HINT is moved to memory
16183         address.
16184         (add_to_parts): Refactor.
16185         (addr_to_parts): New parameter.  Update use of move_hint_to_base.
16186         (create_mem_ref): Update use of addr_to_parts.  Re-associate addr
16187         in new order.
16189 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
16191         PR tree-optimization/53090
16192         * tree-ssa-loop-ivopts.c (enum comp_iv_rewrite): New enum value
16193         COMP_IV_EXPR_2.
16194         (extract_cond_operands): Detect condition with IV on both sides
16195         and return COMP_IV_EXPR_2.
16196         (find_interesting_uses_cond): Add iv_use for both IVs in condition.
16197         (rewrite_use_compare): Simplify by removing call to function
16198         extract_cond_operands.
16200 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
16202         * tree-ssa-loop-ivopts.c (enum comp_iv_rewrite): New.
16203         (extract_cond_operands): Detect condition comparing against non-
16204         invariant bound and return appropriate enum value.
16205         (find_interesting_uses_cond): Update use of extract_cond_operands.
16206         Handle its return value accordingly.
16207         (determine_group_iv_cost_cond, rewrite_use_compare): Ditto.
16209 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
16211         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Re-associate
16212         nonlinear iv_use computation in loop invariant sensitive way.
16214 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
16216         * tree-ssa-loop-ivopts.c (relate_compare_use_with_all_cands): New.
16217         (find_iv_candidates): Call relate_compare_use_with_all_cands.
16219 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
16221         * tree-ssa-loop-ivopts.c (struct iv_cand): New field inv_exprs.
16222         (dump_cand): Support iv_cand.inv_exprs.
16223         (add_candidate_1): Record invariant exprs in iv_cand.inv_exprs
16224         for candidates.
16225         (iv_ca_set_no_cp, iv_ca_set_cp, free_loop_data): Support
16226         iv_cand.inv_exprs.
16228 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
16230         * tree-ssa-loop-ivopts.c (multiplier_allowed_in_address_p): Move
16231         from ...
16232         * tree-ssa-address.c (multiplier_allowed_in_address_p): ... to here
16233         as local function.  Include necessary header files.
16234         * tree-ssa-loop-ivopts.h (multiplier_allowed_in_address_p): Delete.
16236 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
16238         * tree-ssa-loop-ivopts.c (autoinc_possible_for_pair): Simplify.
16240 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
16242         * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Handle more
16243         operators: TRUNC_DIV_EXPR, BIT_AND_EXPR, BIT_IOR_EXPR, LSHIFT_EXPR,
16244         RSHIFT_EXPR and BIT_NOT_EXPR.
16246 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
16248         * tree-ssa-loop-ivopts.c (get_loop_invariant_expr): Simplify.
16249         (adjust_setup_cost): New parameter supporting round up adjustment.
16250         (struct address_cost_data): Delete.
16251         (force_expr_to_var_cost): Don't bound cost with spill_cost.
16252         (split_address_cost, ptr_difference_cost): Delete.
16253         (difference_cost, compare_aff_trees, record_inv_expr): Delete.
16254         (struct ainc_cost_data): New struct.
16255         (get_address_cost_ainc): New function.
16256         (get_address_cost, get_computation_cost): Reimplement.
16257         (determine_group_iv_cost_address): Record inv_expr for all uses of
16258         a group.
16259         (determine_group_iv_cost_cond): Call get_loop_invariant_expr.
16260         (iv_ca_has_deps): Reimplemented to ...
16261         (iv_ca_more_deps): ... this.  Check if NEW_CP introduces more deps
16262         than OLD_CP.
16263         (iv_ca_extend): Call iv_ca_more_deps.
16265 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
16267         * tree-ssa-address.c (struct mem_address): Move to header file.
16268         (valid_mem_ref_p, move_fixed_address_to_symbol): Make it global.
16269         * tree-ssa-address.h (struct mem_address): Move from C file.
16270         (valid_mem_ref_p, move_fixed_address_to_symbol): Declare.
16272 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
16274         * tree-affine.h (aff_combination_type): New interface.
16275         (aff_combination_zero_p): Remove static.
16276         (aff_combination_const_p): New interface.
16277         (aff_combination_singleton_var_p): New interfaces.
16279 2017-05-11  Richard Biener  <rguenther@suse.de>
16281         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
16282         Skip unreachable blocks and destinations.
16283         (eliminate): Move stmt removal and fixup ...
16284         (fini_eliminate): ... here.  Skip inserted exprs.
16285         (pass_pre::execute): Move fini_pre after fini_eliminate.
16286         * tree-ssa-tailmerge.c: Include tree-cfgcleanup.h.
16287         (tail_merge_optimize): Run cleanup_tree_cfg if requested by
16288         PRE to get rid of dead code that has invalid SSA form and
16289         split critical edges again.
16291 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
16293         * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
16295 2017-05-11  Richard Biener  <rguenther@suse.de>
16297         * passes.c (execute_function_todo): Verify loops if they are
16298         said to be up-to-date.
16299         * cfgexpand.c (pass_expand::execute): Discard loops for -dx.
16300         * trans-mem.c (pass_tm_edges::execute): Mark loops for fixup.
16302 2017-05-10  John David Anglin  <danglin@gcc.gnu.org>
16304         PR target/80090
16305         * config/pa/pa.c (pa_assemble_integer): When outputting a SYMBOL_REF,
16306         handle calling assemble_external ourself.
16308         PR target/79027
16309         * config/pa/pa.c (pa_cannot_change_mode_class): Reject changes to/from
16310         modes with zero size.  Enhance comment.
16312 2017-05-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16314         * config/rs6000/rs6000.c (altivec_init_builtins): Define POWER8
16315         built-ins for vec_xl and vec_xst with short and char pointer
16316         arguments.
16318 2017-05-10  Sebastian Peryt  <sebastian.peryt@intel.com>
16320         * config/i386/avx512fintrin.h (_mm_mask_max_round_sd)
16321         (_mm_maskz_max_round_sd, _mm_mask_max_round_ss)
16322         (_mm_maskz_max_round_ss, _mm_mask_min_round_sd)
16323         (_mm_maskz_min_round_sd, _mm_mask_min_round_ss)
16324         (_mm_maskz_min_round_ss): New intrinsics.
16325         * config/i386/i386-builtin-types.def (V2DF, V2DF, V2DF, V2DF, UQI, INT)
16326         (V4SF, V4SF, V4SF, V4SF, UQI, INT): New function type aliases.
16327         * config/i386/i386-builtin.def (__builtin_ia32_maxsd_mask_round)
16328         (__builtin_ia32_maxss_mask_round, __builtin_ia32_minsd_mask_round)
16329         (__builtin_ia32_minss_mask_round): New builtins.
16330         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
16331         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
16332         * config/i386/sse.md (<sse>_vm<code><mode>3<round_saeonly_name>):
16333         Rename to ...
16334         (<sse>_vm<code><mode>3<mask_name><round_saeonly_name>): ... this.
16335         (v<maxmin_float><ssescalarmodesuffix>\t{<round_saeonly_op3>%2, %1, %0|%0, %1, %<iptr>2<round_saeonly_op3>}):
16336         Change to ...
16337         (v<maxmin_float><ssescalarmodesuffix>\t{<round_saeonly_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_saeonly_mask_op3>}):
16338         ... this.
16340 2017-05-10  Sebastian Peryt  <sebastian.peryt@intel.com>
16342         * config/i386/avx512fintrin.h (_mm_mask_mul_round_sd)
16343         (_mm_maskz_mul_round_sd, _mm_mask_mul_round_ss)
16344         (_mm_maskz_mul_round_ss, _mm_mask_div_round_sd)
16345         (_mm_maskz_div_round_sd, _mm_mask_div_round_ss)
16346         (_mm_maskz_div_round_ss, _mm_mask_mul_sd, _mm_maskz_mul_sd)
16347         (_mm_mask_mul_ss, _mm_maskz_mul_ss, _mm_mask_div_sd)
16348         (_mm_maskz_div_sd, _mm_mask_div_ss, _mm_maskz_div_ss): New intrinsics.
16349         * config/i386/i386-builtin-types.def (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
16350         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): New function type aliases.
16351         * config/i386/i386-builtin.def (__builtin_ia32_divsd_mask_round)
16352         (__builtin_ia32_divss_mask_round, __builtin_ia32_mulsd_mask_round)
16353         (__builtin_ia32_mulss_mask_round): New builtins.
16354         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
16355         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
16356         * config/i386/sse.md (<sse>_vm<multdiv_mnemonic><mode>3<round_name>):
16357         Rename to ...
16358         (<sse>_vm<multdiv_mnemonic><mode>3<mask_name><round_name>): ... this.
16359         (v<multdiv_mnemonic><ssescalarmodesuffix>\t{<round_op3>%2, %1, %0|%0, %1, %<iptr>2<round_op3>}):
16360         Change to ...
16361         (v<multdiv_mnemonic><ssescalarmodesuffix>\t{<round_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}):
16362         ... this.
16364 2017-05-10  Julia Koval  <julia.koval@intel.com>
16366         * config/i386/avxintrin.h (_mm256_set_m128, _mm256_set_m128d)
16367         (_mm256_set_m128i, _mm256_setr_m128, _mm256_setr_m128d)
16368         (_mm256_setr_m128i): New intrinsics.
16370 2017-05-10  Julia Koval  <julia.koval@intel.com>
16372         * config/i386/avx512fintrin.h (_mm_mask_rcp14_sd)
16373         (_mm_maskz_rcp14_sd, _mm_mask_rcp14_ss)
16374         (_mm_maskz_rcp14_ss): New intrinsics.
16375         * config/i386/i386-builtin.def (__builtin_ia32_rcp14sd_mask)
16376         (__builtin_ia32_rcp14ss_mask): New builtins.
16377         * config/i386/sse.md (srcp14<mode>_mask): New pattern.
16379 2017-05-10  Peter Bergner  <bergner@vnet.ibm.com>
16381         PR tree-optimization/51513
16382         * tree-cfg.c (gimple_seq_unreachable_p): New function.
16383         (assert_unreachable_fallthru_edge_p): Use it.
16384         (group_case_labels_stmt): Likewise.
16385         * tree-cfg.h: Prototype it.
16386         * stmt.c: Include cfghooks.h and tree-cfg.h.
16387         (emit_case_dispatch_table) <gap_label>: New local variable.
16388         Use it to fill dispatch table gaps.
16389         Test for default_label before updating probabilities.
16390         (expand_case) <default_label>: Remove unneeded initialization.
16391         Test for unreachable default case statement and remove its edge.
16392         Set default_label accordingly.
16393         * tree-ssa-ccp.c (optimize_unreachable): Update comment.
16395 2017-05-10  Carl Love  <cel@us.ibm.com>
16397         * config/rs6000/rs6000-c: Add support for built-in functions
16398         vector signed char      vec_neg (vector signed char)
16399         vector signed short int vec_neg (vector short int)
16400         vector signed int       vec_neg (vector signed int)
16401         vector signed long long vec_neg (vector signed long long)
16402         vector float            vec_neg (vector float)
16403         vector double           vec_neg (vector double)
16404         * config/rs6000/rs6000-builtin.def: Add definitions for NEG function
16405         overload.
16406         * config/rs6000/altivec.h: Add define for vec_neg
16407         * doc/extend.texi: Update the built-in documentation for the
16408         new built-in functions.
16410 2017-05-10  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
16412         PR tree-optimization/77644
16413         * match.pd (sqrt(x) cmp sqrt(y) -> x cmp y): New pattern.
16415 2017-05-10  Nathan Sidwell  <nathan@acm.org>
16417         * dumpfile.h (TDI_lang_all): New.
16418         (TDF_KIND): New. Renumber others
16419         (TDF_LANG, TDF_TREE, TDF_RTL, TDF_IPA): Enumerate value, rather
16420         than bits.
16421         * dumpfile.c (dump_files): Mark language dumps as TDF_LANG.  add
16422         lang-all.
16423         (get_dump_file_name): Adjust suffix generation.
16424         (dump_enable_all): Use TDF_KIND.
16425         * doc/invoke.texi (-fdump-lang-all): Document.
16427         * dumpfile.h: Tabify.
16429 2017-05-10  Wilco Dijkstra  <wdijkstr@arm.com>
16431         PR target/80671
16432         * config/aarch64/cortex-a57-fma-steering.c (merge_forest):
16433         Move member access before delete.
16435 2017-05-10  Alexandre Oliva <aoliva@redhat.com>
16437         * tree-inline.c (expand_call_inline): Split block at stmt
16438         before the call.
16440 2017-05-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
16442         PR target/68163
16443         * config/rs6000/rs6000.md (f32_lr): Delete mode attributes that
16444         are now unused after splitting mov{sf,sd}_hardfloat.
16445         (f32_lr2): Likewise.
16446         (f32_lm): Likewise.
16447         (f32_lm2): Likewise.
16448         (f32_li): Likewise.
16449         (f32_li2): Likewise.
16450         (f32_lv): Likewise.
16451         (f32_sr): Likewise.
16452         (f32_sr2): Likewise.
16453         (f32_sm): Likewise.
16454         (f32_sm2): Likewise.
16455         (f32_si): Likewise.
16456         (f32_si2): Likewise.
16457         (f32_sv): Likewise.
16458         (f32_dm): Likewise.
16459         (f32_vsx): Likewise.
16460         (f32_av): Likewise.
16461         (mov<mode>_hardfloat): Split into separate movsf and movsd pieces.
16462         For movsf, order stores so the VSX stores occur before the GPR
16463         store which encourages the register allocator to use a traditional
16464         FPR instead of a GPR.  For movsd, order the stores so that the GPR
16465         store comes before the VSX stores to allow the power6 to work.
16466         This is due to the power6 not having a 32-bit integer store
16467         instruction from a FPR.
16468         (movsf_hardfloat): Likewise.
16469         (movsd_hardfloat): Likewise.
16471 2017-05-09  Martin Sebor  <msebor@redhat.com>
16473         PR translation/80280
16474         * config/sol2-c.c (cmn_err_flag_specs): Initialize new data member
16475         added in r247778.
16477         PR translation/80280
16478         * config/i386/msformat-c.c (ms_printf_flag_specs): Initialize new
16479         data member added in r247778.
16480         (ms_scanf_flag_specs, ms_strftime_flag_specs): Same.
16482 2017-05-09  Nathan Sidwell  <nathan@acm.org>
16484         * tree.h (tree_fits_shwi_p, tree_fits_uhwi_p): Unconditionally pure.
16486         * ipa-devirt.c (default_hash_traits<type_pair>): Skip struct-scope
16487         typedefs.
16489 2017-05-09  Marek Polacek  <polacek@redhat.com>
16491         * doc/invoke.texi: Fix typo.
16493 2017-05-09  Richard Biener  <rguenther@suse.de>
16495         * tree-vrp.c (vrp_val_is_max): Adjust comment.
16496         (vrp_val_is_min): Likewise.
16497         (set_value_range_to_value): Likewise.
16498         (set_value_range_to_nonnegative): Likewise.
16499         (gimple_assign_nonzero_p): Likewise.
16500         (gimple_stmt_nonzero_p): Likewise.
16501         (vrp_int_const_binop): Likewise.  Remove unreachable case.
16502         (adjust_range_with_scev): Adjust comments.
16503         (compare_range_with_value): Likewise.
16504         (extract_range_from_phi_node): Likewise.
16505         (test_for_singularity): Likewise.
16507 2017-05-09  Richard Biener  <rguenther@suse.de>
16509         * tree-vrp.c (get_single_symbol): Add assert that we don't
16510         get overflowed constants as invariant part.
16511         (compare_values_warnv): Add comment before the TREE_NO_WARNING
16512         checks.  Use wi::cmp instead of recursing for integer constants.
16513         (compare_values): Just ignore whether we assumed undefined
16514         overflow instead of failing the compare.
16515         (extract_range_for_var_from_comparison_expr): Add comment before the
16516         TREE_NO_WARNING sets.
16517         (test_for_singularity): Likewise.
16518         (extract_range_from_comparison): Do not disable optimization
16519         when we assumed undefined overflow.
16520         (extract_range_basic): Remove init of unused var.
16522 2017-05-09  Richard Biener  <rguenther@suse.de>
16524         * tree-vrp.c (vrp_int_const_binop): Use wide-ints and simplify.
16525         (extract_range_from_multiplicative_op_1): Adjust.
16526         (extract_range_from_binary_expr_1): Use int_const_binop.
16528 2017-05-08  Kelvin Nilsen  <kelvin@gcc.gnu.org>
16530         PR target/80101
16531         * config/rs6000/power6.md: Replace store_data_bypass_p calls with
16532         rs6000_store_data_bypass_p in seven define_bypass directives and
16533         in several comments.
16534         * config/rs6000/rs6000-protos.h: Add prototype for
16535         rs6000_store_data_bypass_p function.
16536         * config/rs6000/rs6000.c (rs6000_store_data_bypass_p): New
16537         function implements slightly different (rs6000-specific) semantics
16538         than store_data_bypass_p, returning false rather than aborting
16539         with assertion error when arguments do not satisfy the
16540         requirements of store data bypass.
16541         (rs6000_adjust_cost): Replace six calls of store_data_bypass_p with
16542         rs6000_store_data_bypass_p.
16544 2017-05-08  Max Filippov  <jcmvbkbc@gmail.com>
16546         * config/xtensa/xtensa-protos.h
16547         (xtensa_initial_elimination_offset): New declaration.
16548         * config/xtensa/xtensa.c (xtensa_initial_elimination_offset):
16549         New function. Move its body from the INITIAL_ELIMINATION_OFFSET
16550         macro definition, add case for FRAME_POINTER_REGNUM when
16551         FRAME_GROWS_DOWNWARD.
16552         * config/xtensa/xtensa.h (FRAME_GROWS_DOWNWARD): New macro definition.
16553         (INITIAL_ELIMINATION_OFFSET): Replace body with call to
16554         xtensa_initial_elimination_offset.
16556 2017-05-08  Nathan Sidwell  <nathan@acm.org>
16558         * doc/invoke.texi: Alphabetize -fdump options.
16560 2017-05-08  Martin Sebor  <msebor@redhat.com>
16562         PR translation/80280
16563         * config/sol2-c.c (solaris_pragma_align): Correct quoting.
16565 2017-05-08  Bernd Edlinger  <bernd.edlinger@hotmail.de>
16567         * target.def (compute_frame_layout): New optional target hook.
16568         * doc/tm.texi.in (TARGET_COMPUTE_FRAME_LAYOUT): Add hook.
16569         * doc/tm.texi (TARGET_COMPUTE_FRAME_LAYOUT): Add documentation.
16570         * lra-eliminations.c (update_reg_eliminate): Call compute_frame_layout
16571         target hook.
16572         * reload1.c (verify_initial_elim_offsets): Likewise.
16573         * config/arm/arm.c (TARGET_COMPUTE_FRAME_LAYOUT): Define.
16574         (use_simple_return_p): Call arm_compute_frame_layout if needed.
16575         (arm_get_frame_offsets): Split up into this ...
16576         (arm_compute_frame_layout): ... and this function.
16578 2017-05-08  Richard Sandiford  <richard.sandiford@arm.com>
16580         * config/aarch64/constraints.md (Usa): New constraint.
16581         * config/aarch64/aarch64.md (*movsi_aarch64, *movdi_aarch64): Use it.
16583 2017-05-08  Thomas Preud'homme  <thomas.preudhomme@arm.com>
16585         * config.gcc (arm*-*-*): Set TM_MULTILIB_CONFIG from
16586         with_multilib_list after it has been checked.
16588 2017-05-08  Richard Biener  <rguenther@suse.de>
16590         * tree-ssa-pre.c (bitmap_set_and): Avoid bitmap copy.
16591         (bitmap_set_subtract_values): Likewise.
16593 2017-05-08  Richard Biener  <rguenther@suse.de>
16595         * tree-vrp.c (gimple_assign_nonzero_warnv_p): Rename to ...
16596         (gimple_assign_nonzero): ... this and remove strict_overflow_p
16597         argument.
16598         (gimple_stmt_nonzero_warnv_p): Rename to ...
16599         (gimple_stmt_nonzero_p): ... this and remove strict_overflow_p
16600         argument.
16601         (vrp_stmt_computes_nonzero): Remove strict_overflow_p argument.
16602         (extract_range_basic): Adjust, do not disable propagation on
16603         strict overflow sensitive simplification.
16604         (vrp_visit_cond_stmt): Likewise.
16606 2017-05-05  Jan Hubicka  <hubicka@ucw.cz>
16608         * ipa-inline-analysis.c (estimate_function_body_sizes): Recompute
16609         body size unconditionally.
16611 2017-05-07  Jeff Law  <law@redhat.com>
16613         Revert:
16614         2017-05-06  Jeff Law  <law@redhat.com>
16615         PR tree-optimization/78496
16616         * tree-vrp.c (simplify_assert_expr_using_ranges): Remove debugging
16617         code.
16619         PR tree-optimization/78496
16620         * tree-vrp.c (simplify_assert_expr_using_ranges): New function.
16621         (simplify_stmt_using_ranges): Call it.
16622         (vrp_dom_walker::before_dom_children): Extract equivalences
16623         from an ASSERT_EXPR with an equality comparison against a
16624         constant.
16626 2017-05-06  Jeff Law  <law@redhat.com>
16628         PR tree-optimization/78496
16629         * tree-vrp.c (simplify_assert_expr_using_ranges): Remove debugging
16630         code.
16632         PR tree-optimization/78496
16633         * tree-vrp.c (simplify_assert_expr_using_ranges): New function.
16634         (simplify_stmt_using_ranges): Call it.
16635         (vrp_dom_walker::before_dom_children): Extract equivalences
16636         from an ASSERT_EXPR with an equality comparison against a
16637         constant.
16639 2017-05-06  Richard Sandiford  <richard.sandiford@linaro.org>
16641         * lra-constraints.c (lra_copy_reg_equiv): New function.
16642         (split_reg): Use it to copy equivalence information from the
16643         original register to the spill register.
16645 2017-05-06  Richard Sandiford  <richard.sandiford@linaro.org>
16647         PR rtl-optimization/75964
16648         * simplify-rtx.c (simplify_const_relational_operation): Remove
16649         invalid handling of comparisons of integer ABS.
16651 2017-05-06  Uros Bizjak  <ubizjak@gmail.com>
16653         * config/i386/i386.c (ext_80387_constant_init): Do not explicitly
16654         initialize to zero.
16655         (init_regs): Remove declaration.
16656         (function_arg_advance_32): Initialize error_p as boolean variable.
16658 2017-05-05  Nathan Sidwell  <nathan@acm.org>
16660         * store-motion.c (remove_reachable_equiv_notes): Reformat long
16661         lines.  Use for (;;).
16663 2017-05-05  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16665         * config/rs6000/rs6000.c (rs6000_vect_nonmem): New static var.
16666         (rs6000_init_cost): Initialize rs6000_vect_nonmem.
16667         (rs6000_add_stmt_cost): Update rs6000_vect_nonmem.
16668         (rs6000_finish_cost): Avoid vectorizing simple copy loops with
16669         VF=2 that require versioning.
16671 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
16673         * diagnostic.h (CARET_LINE_MARGIN): Convert from macro to const
16674         int.
16676 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
16678         * diagnostic.h (diagnostic_override_option_index): Convert from
16679         macro to inline function.
16681 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
16683         * diagnostic.c (last_module_changed_p): New function.
16684         (set_last_module): New function.
16685         (diagnostic_report_current_module): Convert macro usage to
16686         the above functions.
16687         * diagnostic.h (diagnostic_context::last_module): Strengthen
16688         from const line_map * to const line_map_ordinary *.
16689         (diagnostic_last_module_changed): Delete macro.
16690         (diagnostic_set_last_module): Delete macro.
16692 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
16694         * diagnostic.c (diagnostic_impl): Replace report_diagnostic
16695         with diagnostic_report_diagnostic.
16696         (diagnostic_n_impl_richloc): Likewise.
16697         * diagnostic.h (report_diagnostic): Delete macro.
16698         * rtl-error.c (diagnostic_for_asm): Replace report_diagnostic
16699         with diagnostic_report_diagnostic.
16700         * substring-locations.c (format_warning_va): Likewise.
16702 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
16704         * diagnostic.c (diagnostic_report_diagnostic): Eliminate
16705         save/restor of format_spec.  Move option-printing code to...
16706         (print_option_information): ...this new function, and
16707         reimplement by simply printing to the pretty_printer,
16708         rather than appending to the format string.
16710 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
16712         * diagnostic.c (diagnostic_report_diagnostic): Split out pragma
16713         handling logic into...
16714         (update_effective_level_from_pragmas): ...this new function.
16716 2017-05-04  Andrew Waterman  <andrew@sifive.com>
16718         * config/riscv/riscv.opt (mstrict-align): New option.
16719         * config/riscv/riscv.h (STRICT_ALIGNMENT): Use it.  Update comment.
16720         (SLOW_UNALIGNED_ACCESS): Define.
16721         (riscv_slow_unaligned_access): Declare.
16722         * config/riscv/riscv.c (riscv_tune_info): Add slow_unaligned_access
16723         field.
16724         (riscv_slow_unaligned_access): New variable.
16725         (rocket_tune_info): Set slow_unaligned_access to true.
16726         (optimize_size_tune_info): Set slow_unaligned_access to false.
16727         (riscv_cpu_info_table): Add entry for optimize_size_tune_info.
16728         (riscv_valid_lo_sum_p): Use TARGET_STRICT_ALIGN.
16729         (riscv_option_override): Set riscv_slow_unaligned_access.
16730         * doc/invoke.texi: Add -mstrict-align to RISC-V.
16732 2017-05-04  Kito Cheng  <kito.cheng@gmail.com>
16734         * config/riscv/riscv.md: Unify indentation.
16736 2017-05-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
16738         PR target/79038
16739         PR target/79202
16740         PR target/79203
16741         * config/rs6000/rs6000.md (u code attribute): Add FIX and
16742         UNSIGNED_FIX.
16743         (extendsi<mode>2): Add support for doing sign extension via
16744         VUPKHSW and XXPERMDI if the value is in Altivec registers and we
16745         don't have ISA 3.0 instructions.
16746         (extendsi<mode>2 splitter): Likewise.
16747         (fix_trunc<mode>si2): If we are at ISA 2.07 (VSX small integer),
16748         generate the normal insns since SImode can now go in vector
16749         registers.  Disallow the special UNSPECs needed for previous
16750         machines to hide SImode being used.  Add new insns
16751         fctiw{,w}_<mode>_smallint if SImode can go in vector registers.
16752         (fix_trunc<mode>si2_stfiwx): Likewise.
16753         (fix_trunc<mode>si2_internal): Likewise.
16754         (fixuns_trunc<mode>si2): Likewise.
16755         (fixuns_trunc<mode>si2_stfiwx): Likewise.
16756         (fctiw<u>z_<mode>_smallint): Likewise.
16757         (fctiw<u>z_<mode>_mem): New combiner pattern to prevent conversion
16758         of floating point to 32-bit integer from doing a direct move to
16759         the GPR registers to do a store.
16760         (fctiwz_<mode>): Break long line.
16762 2017-05-05  Bin Cheng  <bin.cheng@arm.com>
16764         * Makefile.in (GTFILES): Add tree-ssa-loop-ivopts.c.
16765         * tree-ssa-loop-ivopts.c (compute_max_addr_offset): Delete.
16766         (addr_list, addr_offset_valid_p): New.
16767         (split_address_groups): Check offset validity with above function.
16768         (gt-tree-ssa-loop-ivopts.h): Include header file.
16770 2017-05-05  Nathan Sidwell  <nathan@acm.org>
16772         * config.gcc (arm*-*-*): Add missing 'fi'.
16774 2017-05-05  Steve Ellcey  <sellcey@cavium.com>
16776         * doc/invoke.texi (-fopt-info): Explicitly say order of options
16777         included in -fopt-info does not matter.
16778         * doc/optinfo.texi (-fopt-info): Fix description of default
16779         behavour. Explicitly say order of options included in -fopt-info
16780         does not matter.
16782 2017-05-05  Thomas Preud'homme  <thomas.preudhomme@arm.com>
16784         * config.gcc: Allow combinations of aprofile and rmprofile values for
16785         --with-multilib-list.
16786         * config/arm/t-multilib: New file.
16787         * config/arm/t-aprofile: Remove initialization of MULTILIB_*
16788         variables.  Remove setting of ISA and floating-point ABI in
16789         MULTILIB_OPTIONS and MULTILIB_DIRNAMES.  Set architecture and FPU in
16790         MULTI_ARCH_OPTS_A and MULTI_ARCH_DIRS_A rather than MULTILIB_OPTIONS
16791         and MULTILIB_DIRNAMES respectively.  Add comment to introduce all
16792         matches.  Add architecture matches for marvel-pj4 and generic-armv7-a
16793         CPU options.
16794         * config/arm/t-rmprofile: Likewise except for the matches changes.
16795         * doc/install.texi (--with-multilib-list): Document the combination of
16796         aprofile and rmprofile values and warn about pitfalls in doing that.
16798 2017-05-05  Wilco Dijkstra  <wdijkstr@arm.com>
16800         * config/aarch64/aarch64.md (movsi_aarch64): Remove '*' from r=w.
16801         (movdi_aarch64): Likewise.
16803 2017-05-05  Jakub Jelinek  <jakub@redhat.com>
16805         PR tree-optimization/80632
16806         * tree-switch-conversion.c (struct switch_conv_info): Add target_vop
16807         field.
16808         (build_arrays): Initialize it for virtual phis.
16809         (fix_phi_nodes): Use it for virtual phis.
16811         PR tree-optimization/80558
16812         * tree-vrp.c (extract_range_from_binary_expr_1): Optimize
16813         [x, y] op z into [x op, y op z] for op & or | if conditions
16814         are met.
16816 2017-05-05  Andre Vieira  <andre.simoesdiasvieira@arm.com>
16817             Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
16819         PR target/71607
16820         * config/arm/arm.md (use_literal_pool): Remove.
16821         (64-bit immediate split): No longer takes cost into consideration
16822         if arm_disable_literal_pool is enabled.
16823         * config/arm/arm.c (arm_tls_referenced_p): Add diagnostic if TLS is
16824         used when arm_disable_literal_pool is enabled.
16825         (arm_max_const_double_inline_cost): Remove use of
16826         arm_disable_literal_pool.
16827         (push_minipool_fix): Add assert.
16828         (arm_reorg): Add return if arm_disable_literal_pool is enabled.
16829         * config/arm/vfp.md (no_literal_pool_df_immediate): New.
16830         (no_literal_pool_sf_immediate): New.
16832 2017-05-05  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
16834         PR tree-optimization/80613
16835         * tree-ssa-dce.c (propagate_necessity): Remove cases for
16836         BUILT_IN_STRDUP and BUILT_IN_STRNDUP.
16838 2017-05-05  Richard Biener  <rguenther@suse.de>
16840         * tree-ssa-pre.c (get_or_alloc_expr_for): Simplify.
16842 2017-05-05  Georg-Johann Lay  <avr@gjlay.de>
16844         * config/avr/avr.md [flag_strict_overflow]: Remove any occurence
16845         of this flag from insn conditions due to removal from r247495.
16847 2017-05-05  Wilco Dijkstra  <wdijkstr@arm.com>
16849         * config/arm/aarch-common.c (arm_early_load_addr_dep_ptr):
16850         New function.
16851         (arm_early_store_addr_dep_ptr): Likewise.
16852         * config/arm/aarch-common-protos.h
16853         (arm_early_load_addr_dep_ptr): Add prototype.
16854         (arm_early_store_addr_dep_ptr): Likewise.
16855         * config/arm/cortex-a53.md: Add new bypasses.
16857 2017-05-05  Jakub Jelinek  <jakub@redhat.com>
16859         * tree.c (next_type_uid): Change type to unsigned.
16860         (type_hash_canon): Decrement back next_type_uid if
16861         freeing a type node with the highest TYPE_UID.  For INTEGER_TYPEs
16862         also ggc_free TYPE_MIN_VALUE, TYPE_MAX_VALUE and TYPE_CACHED_VALUES
16863         if possible.
16865 2017-05-04  Martin Sebor  <msebor@redhat.com>
16867         * builtins.c: Fix a trivial typo in a comment.
16869         PR middle-end/79234
16870         * builtins.c (check_sizes): Adjust to handle reading past the end.
16871         Avoid printing excessive upper bound of ranges.  Use %E to print
16872         tree nodes instead of converting them to %wu.
16873         (expand_builtin_memchr): New function.
16874         (compute_dest_size): Rename...
16875         (compute_objsize): ...to this.
16876         (expand_builtin_memcpy): Adjust.
16877         (expand_builtin_mempcpy): Adjust.
16878         (expand_builtin_strcat): Adjust.
16879         (expand_builtin_strcpy): Adjust.
16880         (check_strncat_sizes): Adjust.
16881         (expand_builtin_strncat): Adjust.
16882         (expand_builtin_strncpy): Adjust and simplify.
16883         (expand_builtin_memset): Adjust.
16884         (expand_builtin_bzero): Adjust.
16885         (expand_builtin_memcmp): Adjust.
16886         (expand_builtin): Handle memcmp.
16887         (maybe_emit_chk_warning): Check strncat just once.
16889 2017-05-04  Martin Sebor  <msebor@redhat.com>
16891         PR preprocessor/79214
16892         PR middle-end/79222
16893         PR middle-end/79223
16894         * builtins.c (check_sizes): Add inlining context and issue
16895         warnings even when -Wno-system-headers is set.
16896         (check_strncat_sizes): Same.
16897         (expand_builtin_strncat): Same.
16898         (expand_builtin_memmove): New function.
16899         (expand_builtin_stpncpy): Same.
16900         (expand_builtin): Handle memmove and stpncpy.
16902 2017-05-04  Bin Cheng  <bin.cheng@arm.com>
16904         * tree-ssa-loop-ivopts.c (struct cost_pair): Remove field inv_expr
16905         which is not used any more.
16907 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
16909         * config/aarch64/aarch64.c (generic_tunings): Update prefetch model.
16911 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
16913         * config/aarch64/aarch64.c (cortexa35_tunings): Set jump alignment to 4.
16914         (cortexa53_tunings): Likewise.
16915         (cortexa57_tunings): Likewise.
16916         (cortexa72_tunings): Likewise.
16917         (cortexa73_tunings): Likewise.
16919 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
16921         * config/aarch64/aarch64.c (generic_tunings): Set jump alignment to 4.
16922         Set loop alignment to 8.
16924 2017-05-04  Martin Sebor  <msebor@redhat.com>
16926         PR translation/80280
16927         * builtins.c (expand_builtin_object_size): Add missing quoting to
16928         %D and like directives.
16929         * hsa-gen.c (hsa_type_for_scalar_tree_type): Same.
16930         (hsa_type_for_tree_type): Same.
16931         (verify_function_arguments): Same.
16932         * symtab.c (symbol_table::change_decl_assembler_name): Same.
16933         * varasm.c (get_section): Same.
16934         (mark_weak): Same.
16936 2017-05-04  Martin Sebor  <msebor@redhat.com>
16938         PR translation/80280
16939         * config/i386/i386.c (ix86_function_versions): Quote a %D directive.
16941 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
16943         * config/aarch64/aarch64.c (generic_addrcost_table):
16944         Change HI/TI mode setting.
16946 2017-05-04  Martin Jambor  <mjambor@suse.cz>
16948         PR tree-optimization/80622
16949         * tree-sra.c (comes_initialized_p): New function.
16950         (build_accesses_from_assign): Only set write lazily when
16951         comes_initialized_p is false.
16952         (analyze_access_subtree): Use comes_initialized_p.
16953         (propagate_subaccesses_across_link): Assert !comes_initialized_p
16954         instead of testing for PARM_DECL.
16956 2017-05-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16958         * config/aarch64/aarch64.md (prefetch); Adjust predicate and
16959         constraint on operand 0 to allow more general addressing modes.
16960         Adjust output template.
16961         * config/aarch64/aarch64.c (aarch64_address_valid_for_prefetch_p):
16962         New function.
16963         * config/aarch64/aarch64-protos.h
16964         (aarch64_address_valid_for_prefetch_p): Declare prototype.
16965         * config/aarch64/constraints.md (Dp): New address constraint.
16966         * config/aarch64/predicates.md (aarch64_prefetch_operand): New
16967         predicate.
16969 2017-05-04  Jan Hubicka  <hubicka@ucw.cz>
16971         * ipa-cp.c (perform_estimation_of_a_value): Drop base_time parameter;
16972         update use of estimate_ipcp_clone_size_and_time.
16973         (estimate_local_effects): Update use of
16974         estimate_ipcp_clone_size_and_time and perform_estimation_of_a_value.
16975         * ipa-inline.h (estimate_ipcp_clone_size_and_time): Update prototype.
16976         * ipa-inline-analysis.c (estimate_ipcp_clone_size_and_time):
16977         Return nonspecialized time.
16979 2017-05-04  Richard Biener  <rguenther@suse.de>
16981         * tree-ssa-alias.c (get_continuation_for_phi): Improve looking
16982         for the last VUSE which def dominates the PHI.  Directly call
16983         maybe_skip_until.
16984         (get_continuation_for_phi_1): Remove.
16986 2017-05-04  Richard Sandiford  <richard.sandiford@linaro.org>
16988         * tree-ssa-loop-manip.c (niter_for_unrolled_loop): Add commentary
16989         to explain the use of truncating division.  Cap the number of
16990         iterations to the maximum given by nb_iterations_upper_bound,
16991         if defined.
16993 2017-05-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
16995         * configure.ac (--enable-mingw-wildcard): Add new configurable feature.
16996         * configure: Regenerate.
16997         * config.in: Regenerate.
16998         * config/i386/driver-mingw32.c: new file.
16999         * config/i386/x-mingw32: Add rule to build driver-mingw32.o.
17000         * config.host: Link driver-mingw32.o on MinGW host.
17001         * doc/install.texi: Document new --enable-mingw-wildcard configure
17002         option.
17004 2017-05-04  Marek Polacek  <polacek@redhat.com>
17006         PR tree-optimization/80612
17007         * calls.c (get_size_range): Check for INTEGRAL_TYPE_P.
17009 2017-05-04  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
17010             Andre Simoes Dias Vieira  <andre.simoesdiasvieira@arm.com>
17012         * config/arm/arm.md (movsi): Change TARGET_32BIT to TARGET_HAVE_MOVT.
17013         (movt splitter): Likewise.
17014         * config/arm/arm.c (arm_option_check_internal): Change arm_arch_thumb2
17015         to TARGET_HAVE_MOVT, and merge with -mslow-flash-data check.
17016         (const_ok_for_arm): Change else to else if (TARGET_THUMB2) and add else
17017         block for Thumb-1 with MOVT.
17018         (thumb2_legitimate_address_p): Move code block ...
17019         (can_avoid_literal_pool_for_label_p): ... into this new function.
17020         (thumb1_legitimate_address_p): Add check for TARGET_HAVE_MOVT and
17021         literal pool.
17022         (thumb_legitimate_constant_p): Add conditional on TARGET_HAVE_MOVT
17023         * doc/invoke.texi (-mpure-code): Change "ARMv7-M targets" for
17024         "M-profile targets with the MOVT instruction".
17026 2017-05-04  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
17028         * config/arm/arm-builtins.c (arm_init_builtins): Rename
17029         __builtin_arm_ldfscr to __builtin_arm_get_fpscr, and rename
17030         __builtin_arm_stfscr to __builtin_arm_set_fpscr.
17032 2017-05-04  Martin Liska  <mliska@suse.cz>
17034         * tree-vrp.c (simplify_cond_using_ranges_2): Remove unused
17035         variable cond_code.
17037 2017-05-04  Richard Biener  <rguenther@suse.de>
17039         * tree.c (array_at_struct_end_p): Handle arrays at struct
17040         end with flexarrays more conservatively.  Refactor and treat
17041         arrays of arrays or aggregates more strict.  Fix
17042         VIEW_CONVERT_EXPR handling.  Remove allow_compref argument.
17043         * tree.c (array_at_struct_end_p): Adjust prototype.
17044         * emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust.
17045         * gimple-fold.c (get_range_strlen): Likewise.
17046         * tree-chkp.c (chkp_may_narrow_to_field): Likewise.
17048 2017-05-04  Richard Biener  <rguenther@suse.de>
17050         PR tree-optimization/31130
17051         * tree-vrp.c (needs_overflow_infinity): Remove as always returning
17052         false.
17053         (supports_overflow_infinity): Likewise.
17054         (is_negative_overflow_infinity): Likewise.
17055         (is_positive_overflow_infinity): Likewise.
17056         (is_overflow_infinity): Likewise.
17057         (stmt_overflow_infinity): Likewise.
17058         (overflow_infinity_range_p): Likewise.
17059         (usable_range_p): Remove as always returning true.
17060         (make_overflow_infinity): Remove.
17061         (negative_overflow_infinity): Likewise.
17062         (positive_overflow_infinity): Likewise.
17063         (avoid_overflow_infinity): Likewise.
17064         (set_value_range): Adjust accordingly.
17065         (set_value_range_to_nonnegative): Likewise, remove now unused
17066         overflow_infinity arg.
17067         (vrp_operand_equal_p): Adjust.
17068         (update_value_range): Likewise.
17069         (range_int_cst_singleton_p): Likewise.
17070         (operand_less_p): Likewise.
17071         (compare_values_warnv): Likewise.
17072         (extract_range_for_var_from_comparison_expr): Likewise.
17073         (vrp_int_const_binop): Likewise.
17074         (zero_nonzero_bits_from_vr): Likewise.
17075         (extract_range_from_multiplicative_op_1): Likewise.
17076         (extract_range_from_binary_expr_1): Likewise.
17077         (extract_range_from_unary_expr): Likewise.
17078         (extract_range_from_comparison): Likewise.
17079         (extract_range_basic): Likewise.
17080         (adjust_range_with_scev): Likewise.
17081         (compare_ranges): Likewise.
17082         (compare_range_with_value): Likewise.
17083         (dump_value_range): Likewise.
17084         (test_for_singularity): Likewise, remove strict_overflow_p parameter
17085         never used.
17086         (simplify_cond_using_ranges): Adjust.
17088 2017-05-04  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
17090         * brig-builtins.def: Added a builtin for class_f64.
17091         * builtin-types.def: Added a builtin type needed by class_f64.
17093 2017-05-03  Jason Merrill  <jason@redhat.com>
17095         * timevar.def: Add TV_CONSTEXPR.
17097 2017-05-03  David Malcolm  <dmalcolm@redhat.com>
17099         * common.opt (fdiagnostics-parseable-fixits): Fix typo.
17101 2017-05-03  Martin Jambor  <mjambor@suse.cz>
17103         * ipa-prop.c (ipa_update_after_lto_read): Removed.
17104         * ipa-prop.h (ipa_update_after_lto_read): Remove declaration.
17105         * ipa-cp.c (ipcp_propagate_stage): Do not call
17106         ipa_update_after_lto_read.
17107         * ipa-inline.c (ipa_inline): Likewise.
17109 2017-05-03  Martin Jambor  <mjambor@suse.cz>
17111         * ipa-prop.h (ipa_edge_args): Make a class.  Mark with for_user GTY
17112         tag.  Added a default constructor and a destructor.
17113         (ipa_edge_args_sum_t): New class;
17114         (ipa_edge_args_sum): Declare.
17115         (ipa_edge_args_vector): Remove declaration.
17116         (IPA_EDGE_REF): Use ipa_edge_args_sum.
17117         (ipa_free_edge_args_substructures): Remove declaration.
17118         (ipa_check_create_edge_args): Use ipa_edge_args_sum.
17119         (ipa_edge_args_info_available_for_edge_p): Likewise.
17120         * ipa-prop.c (ipa_edge_args_vector): Removed.
17121         (edge_removal_hook_holder): Likewise.
17122         (edge_duplication_hook_holder): Likewise.
17123         (ipa_edge_args_sum): New variable.
17124         (ipa_propagate_indirect_call_infos): Test ipa_edge_args_sum instead of
17125         ipa_edge_args_vector.
17126         (ipa_free_edge_args_substructures): Likewise.
17127         (ipa_free_all_edge_args): Free ipa_edge_args_sum instead of
17128         ipa_edge_args_vector.
17129         (ipa_edge_removal_hook): Turned into method
17130         ipa_edge_args_sum_t::remove.
17131         (ipa_edge_duplication_hook): Turned into method
17132         ipa_edge_args_sum_t::duplicate.
17133         (ipa_register_cgraph_hooks): Create ipa_edge_args_sum instead of
17134         registering edge hooks.
17135         (ipa_unregister_cgraph_hooks): Do not unregister edge hooks.
17136         * ipa-inline-analysis.c (estimate_function_body_sizes): Test
17137         ipa_edge_args_sum instead of ipa_edge_args_vector.
17138         * ipa-profile.c (ipa_profile): Likewise.
17140 2017-05-03  Martin Jambor  <mjambor@suse.cz>
17142         * symbol-summary.h (function_summary): New method exists.
17143         (function_summary::symtab_removal): Deallocate through release.
17144         (call_summary): New class.
17145         (gt_ggc_mx): New overload.
17146         (gt_pch_nx): Likewise.
17147         (gt_pch_nx): Likewise.
17149 2017-05-03  Jeff Law  <law@redhat.com>
17151         PR tree-optimization/78496
17152         * tree-vrp.c (simplify_cond_using_ranges_1): Renamed
17153         from simplify_cond_using_ranges.  Split off code to walk
17154         backwards through casts into ...
17155         (simplify_cond_using_ranges_2): New function.
17156         (simplify_stmt_using_ranges): Call simplify_cond_using_ranges_1.
17157         (execute_vrp): After identifying jump threads, call
17158         simplify_cond_using_ranges_2.
17160 2017-05-03  Jan Hubicka  <hubicka@ucw.cz>
17162         PR bootstrap/80609
17163         * ipa-inline.h (inline_summary): Add ctor.
17164         (create_ggc): Do not use ggc_cleared_alloc.
17166 2017-05-03  Jeff Downs  <heydowns@somuchpressure.net>
17167             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
17169         * gcc.c (handle_braces): Support escaping in switch matching
17170         text.
17171         * doc/invoke.texi (Spec Files): Document it.
17172         Remove superfluous @code markup in items.
17174 2017-05-03  David Malcolm  <dmalcolm@redhat.com>
17176         * diagnostic-show-locus.c (struct column_range): New struct.
17177         (get_affected_columns): New function.
17178         (get_printed_columns): New function.
17179         (struct correction): New struct.
17180         (correction::ensure_capacity): New function.
17181         (correction::ensure_terminated): New function.
17182         (struct line_corrections): New struct.
17183         (line_corrections::~line_corrections): New dtor.
17184         (line_corrections::add_hint): New function.
17185         (layout::print_trailing_fixits): Reimplement in terms of the new
17186         classes.
17187         (selftest::test_overlapped_fixit_printing): New function.
17188         (selftest::diagnostic_show_locus_c_tests): Call it.
17190 2017-05-03  Nathan Sidwell  <nathan@acm.org>
17192         Canonicalize canonical type hashing
17193         * tree.h (type_hash_canon_hash): Declare.
17194         * tree.c (type_hash_list, attribute_hash_list): Move into
17195         type_hash_canon_hash.
17196         (build_type_attribute_qual_variant): Break out hash code calc into
17197         type_hash_canon_hash.
17198         (type_hash_canon_hash): New.  Generic type hash computation.
17199         (build_range_type_1, build_array_type_1, build_function_type,
17200         build_method_type_directly, build_offset_type, build_complex_type,
17201         make_vector_type): Call it.
17203 2017-05-03  Richard Biener  <rguenther@suse.de>
17205         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
17206         When all DRs have unknown misaligned do not always peel
17207         when there is a store but apply the same costing model as if
17208         there were only loads.
17210 2017-05-03  Richard Biener  <rguenther@suse.de>
17212         Revert
17213         PR tree-optimization/80492
17214         * tree-ssa-alias.c (decl_refs_may_alias_p): Handle
17215         compare_base_decls returning dont-know properly.
17217 2017-05-03  Thomas Preud'homme  <thomas.preudhomme@arm.com>
17219         * config/arm/iterators.md (CCSI): New mode iterator.
17220         (arch): New mode attribute.
17221         * config/arm/sync.md (atomic_compare_and_swap<mode>_1): Rename into ...
17222         (atomic_compare_and_swap<CCSI:arch><NARROW:mode>_1): This and ...
17223         (atomic_compare_and_swap<CCSI:arch><SIDI:mode>_1): This.  Use CCSI
17224         code iterator for success result mode.
17225         * config/arm/arm.c (arm_expand_compare_and_swap): Adapt code to use
17226         the corresponding new insn generators.
17228 2017-05-03  Bin Cheng  <bin.cheng@arm.com>
17230         Revert r247509
17231         2017-05-02  Bin Cheng  <bin.cheng@arm.com>
17232         * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
17234 2017-05-03  Richard Sandiford  <richard.sandiford@linaro.org>
17236         * tree-data-ref.h (SUB_CONFLICTS_IN_A): Wrap SUB argument in brackets.
17237         (SUB_CONFLICTS_IN_B, SUB_LAST_CONFLICT, SUB_DISTANCE): Likewise.
17238         (DDR_A): Wrap DDR argument in brackets.
17239         (DDR_B, DDR_AFFINE_P, DDR_ARE_DEPENDENT, DDR_SUBSCRIPTS): Likewise.
17240         (DDR_LOOP_NEST, DDR_INNER_LOOP, DDR_SELF_REFERENCE): Likewise.
17241         (DDR_REVERSED_P): Likewise.
17243 2017-05-03  Jakub Jelinek  <jakub@redhat.com>
17245         PR tree-optimization/79472
17246         * tree-switch-conversion.c (struct switch_conv_info): Add
17247         contiguous_range and default_case_nonstandard fields.
17248         (collect_switch_conv_info): Compute contiguous_range and
17249         default_case_nonstandard fields, don't clear final_bb if
17250         contiguous_range and only the default case doesn't have the required
17251         structure.
17252         (check_all_empty_except_final): Set default_case_nonstandard instead
17253         of failing if contiguous_range and the default case doesn't have empty
17254         block.
17255         (check_final_bb): Add SWTCH argument, don't fail if contiguous_range
17256         and only the default case doesn't have the required constants.  Skip
17257         virtual phis.
17258         (gather_default_values): Skip virtual phis.  Allow non-NULL CASE_LOW
17259         if default_case_nonstandard.
17260         (build_constructors): Build constant 1 just once.  Assert that default
17261         values aren't inserted in between cases if contiguous_range.  Skip
17262         virtual phis.
17263         (build_arrays): Skip virtual phis.
17264         (prune_bbs): Add DEFAULT_BB argument, don't remove that bb.
17265         (fix_phi_nodes): Don't add e2f phi arg if default_case_nonstandard.
17266         Handle virtual phis.
17267         (gen_inbound_check): Handle default_case_nonstandard case.
17268         (process_switch): Adjust check_final_bb caller.  Call
17269         gather_default_values with the first non-default case instead of
17270         default case if default_case_nonstandard.
17272 2017-05-02  Nathan Sidwell  <nathan@acm.org>
17274         * ggc-page.c (move_ptes_to_front): Replace unsigned >0 with i--
17275         check.  Fix formatting.
17277 2017-05-02  Jan Hubicka  <hubicka@ucw.cz>
17279         * ipa-inline-analysis.c (estimate_node_size_and_time): Allow roundoff
17280         errors when comparing specialized and unspecialized times.
17282 2017-05-02  David Malcolm  <dmalcolm@redhat.com>
17284         * diagnostic-show-locus.c
17285         (layout::should_print_annotation_line_p): Make private.
17286         (layout::print_annotation_line): Make private.
17287         (layout::annotation_line_showed_range_p): Make private.
17288         (layout::show_ruler): Make private.
17289         (layout::print_source_line): Make private.  Pass in line and
17290         line_width, rather than calling location_get_source_line.  Drop
17291         returned value.
17292         (layout::print_leading_fixits): New method.
17293         (layout::print_any_fixits): Rename to...
17294         (layout::print_trailing_fixits): ...this, and make private.
17295         Don't print newline fixits.
17296         (diagnostic_show_locus): Move logic for printing one row into...
17297         (layout::print_line): ...this new function.  Move the
17298         location_get_source_line call and error-handling from
17299         print_source_line to here.  Call print_leading_fixits, and rename
17300         print_any_fixits to print_trailing_fixits.
17301         (selftest::test_fixit_insert_containing_newline): Update now that
17302         newlines are partially supported.
17303         (selftest::test_fixit_insert_containing_newline_2): New test.
17304         (selftest::test_fixit_replace_containing_newline): Update comments.
17305         (selftest::diagnostic_show_locus_c_tests): Call the new test.
17306         * edit-context.c (class added_line): New class.
17307         (class edited_line): Describe newline handling in comment.
17308         (edited_line::actually_edited_p): New method.
17309         (edited_line::print_content): Delete redundant decl.
17310         (edited_line::m_predecessors): New field.
17311         (edited_file::print_content): Call edited_line::print_content.
17312         (edited_file::print_diff): Update to support newlines.
17313         (edited_file::print_diff_hunk): Likewise.
17314         (edited_file::print_run_of_changed_lines): New function.
17315         (edited_file::print_diff_line): Convert to...
17316         (print_diff_line): ...this.
17317         (edited_file::get_effective_line_count): New function.
17318         (edited_line::edited_line): Initialize new field m_predecessors.
17319         (edited_line::~edited_line): Clean up m_predecessors.
17320         (edited_line::apply_fixit): Handle newlines.
17321         (edited_line::get_effective_line_count): New function.
17322         (edited_line::print_content): New function.
17323         (edited_line::print_diff_lines): New function.
17324         (selftest::test_applying_fixits_insert_containing_newline): New
17325         test.
17326         (selftest::test_applying_fixits_replace_containing_newline): New
17327         test.
17328         (selftest::insert_line): New function.
17329         (selftest::test_applying_fixits_multiple_lines): Add example of
17330         inserting a line.
17331         (selftest::edit_context_c_tests): Call the new tests.
17333 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
17335         * tree-ssa-loop-ivopts.c (get_scaled_computation_cost_at): Delete
17336         parameter cand.  Update dump information.
17337         (get_computation_cost): Update uses.
17339 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
17341         * tree-ssa-loop-ivopts.c (get_computation_aff_1): New.
17342         (get_computation_aff): Reorder parameters.  Use get_computation_aff_1.
17343         (get_computation_at, rewrite_use_address): Update use of
17344         get_computation_aff.
17346 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
17348         * tree-ssa-loop-ivopts.c (get_computation_at): Reorder parameters.
17349         (get_computation): Delete.
17350         (get_computation_cost): Implement like get_computation_cost_at.
17351         Use get_computation_at.
17352         (get_computation_cost_at): Delete.
17353         (rewrite_use_nonlinear_expr): Use get_computation_at.
17354         (rewrite_use_compare, remove_unused_ivs): Ditto.
17356 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
17358         * tree-ssa-loop-ivopts.c (rewrite_use_address): Simple refactor.
17360 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
17362         * tree-ssa-loop-ivopts.c (struct iv_ca): Rename n_regs to n_invs.
17363         (ivopts_global_cost_for_size): Rename parameter and update uses.
17364         (iv_ca_recount_cost): Update uses.
17365         (iv_ca_set_remove_invs, iv_ca_set_no_cp): Record invariants and
17366         candidates seperately in n_invs and n_cands.
17367         (iv_ca_set_add_invs, iv_ca_set_cp, iv_ca_new): Ditto.
17369 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
17371         * tree-ssa-loop-ivopts.c (struct walk_tree_data): New.
17372         (find_inv_vars_cb): New.
17373         (find_depends): Renamed to ...
17374         (find_inv_vars): ... this.
17375         (add_candidate_1, force_var_cost): Call find_inv_vars.
17376         (split_address_cost, determine_group_iv_cost_cond): Ditto.
17378 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
17380         * tree-ssa-loop-ivopts.c (struct cost_pair): Rename depends_on to
17381         inv_vars.  Add inv_exprs.
17382         (struct iv_cand): Rename depends_on to inv_vars.
17383         (struct ivopts_data): Rename max_inv_id/n_invariant_uses to
17384         max_inv_var_id/n_inv_var_uses.  Move max_inv_expr_id around.
17385         Refactor field used_inv_exprs from has_map to array n_inv_expr_uses.
17386         (dump_cand): Dump inv_vars.
17387         (tree_ssa_iv_optimize_init): Support inv_vars and inv_exprs.
17388         (record_invariant, find_depends, add_candidate_1): Ditto.
17389         (set_group_iv_cost, force_var_cost): Ditto.
17390         (split_address_cost, ptr_difference_cost, difference_cost): Ditto.
17391         (get_computation_cost_at, get_computation_cost): Ditto.
17392         (determine_group_iv_cost_generic): Ditto.
17393         (determine_group_iv_cost_address): Ditto.
17394         (determine_group_iv_cost_cond, autoinc_possible_for_pair): Ditto.
17395         (determine_group_iv_costs): Ditto.
17396         (iv_ca_recount_cost): Update call to ivopts_global_cost_for_size.
17397         (iv_ca_set_remove_invariants): Renamed to ...
17398         (iv_ca_set_remove_invs): ... this.  Support inv_vars and inv_exprs.
17399         (iv_ca_set_no_cp): Use iv_ca_set_remove_invs.
17400         (iv_ca_set_add_invariants):  Renamed to ...
17401         (iv_ca_set_add_invs): ... this.  Support inv_vars and inv_exprs.
17402         (iv_ca_set_cp): Use iv_ca_set_add_invs.
17403         (iv_ca_has_deps): Support inv_vars and inv_exprs.
17404         (iv_ca_new, iv_ca_free, iv_ca_dump, free_loop_data): Ditto.
17405         (create_new_ivs): Remove useless dump.
17407 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
17409         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Remove pseudo
17410         iv_cand code.
17411         (determine_group_iv_cost_cond, determine_iv_cost): Ditto.
17412         (iv_ca_set_no_cp, create_new_iv): Ditto.
17414 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
17416         * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
17418 2017-05-02  Xi Ruoyao  <ryxi@stu.xidian.edu.cn>
17420         * tree.h (EXPR_CILK_SPAWN): Use macro TREE_CHECK2 instead of
17421         function tree_check2.
17423 2017-05-02  Martin Liska  <mliska@suse.cz>
17425         * doc/gcov.texi: Add missing preposition.
17426         * gcov.c (function_info::function_info): Properly fill up
17427         all member variables.
17429 2017-05-02  Tamar Christina  <tamar.christina@arm.com>
17431         * expr.c (expand_expr_real_2): Re-cost if previous costs are the same.
17433 2017-05-02  Tamar Christina  <tamar.christina@arm.com>
17435         * simplify-rtx.c (simplify_binary_operation_1): Add LSHIFTRT case.
17437 2017-05-02  Martin Liska  <mliska@suse.cz>
17439         PR lto/77954.
17440         * lto-streamer-in.c (lto_read_tree_1): Remove
17441         LTO_STREAMER_DEBUG.
17442         * lto-streamer.c (struct tree_hash_entry): Likewise.
17443         (struct tree_entry_hasher): Likewise.
17444         (tree_entry_hasher::hash): Likewise.
17445         (tree_entry_hasher::equal): Likewise.
17446         (lto_streamer_init): Likewise.
17447         (lto_orig_address_map): Likewise.
17448         (lto_orig_address_get): Likewise.
17449         (lto_orig_address_remove): Likewise.
17450         * lto-streamer.h: Likewise.
17451         * tree-streamer-in.c (streamer_alloc_tree): Likewise.
17452         * tree-streamer-out.c (streamer_write_tree_header): Likewise.
17454 2017-05-02  Sebastian Peryt  <sebastian.peryt@intel.com>
17456         * config/i386/avx512fintrin.h (_mm_mask_add_round_sd)
17457         (_mm_maskz_add_round_sd, _mm_mask_add_round_ss)
17458         (mm_maskz_add_round_ss, _mm_mask_sub_round_sd)
17459         (mm_maskz_sub_round_sd, _mm_mask_sub_round_ss)
17460         (mm_maskz_sub_round_ss, _mm_mask_add_sd)
17461         (mm_maskz_add_sd, _mm_mask_add_ss, _mm_maskz_add_ss)
17462         (mm_mask_sub_sd, _mm_maskz_sub_sd, _mm_mask_sub_ss)
17463         (mm_maskz_sub_ss): New intrinsics.
17464         * config/i386/i386-builtin-types.def (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
17465         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): New function type aliases.
17466         * config/i386/i386-builtin.def (__builtin_ia32_addsd_mask_round)
17467         (__builtin_ia32_addss_mask_round, __builtin_ia32_subsd_mask_round)
17468         (__builtin_ia32_subss_mask_round): New builtins.
17469         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
17470         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
17471         * config/i386/sse.md (<sse>_vm<plusminus_insn><mode>3<round_name>):
17472         Renamed to ...
17473         (<sse>_vm<plusminus_insn><mode>3<mask_name><round_name>): ... this.
17474         (v<plusminus_mnemonic><ssescalarmodesuffix>\t{<round_op3>%2, %1, %0|%0, %1, %<iptr>2<round_op3>}):
17475         Changed to ...
17476         (v<plusminus_mnemonic><ssescalarmodesuffix>\t{<round_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}):
17477         ... this.
17479 2017-05-02  Martin Jambor  <mjambor@suse.cz>
17481         PR tree-optimization/78687
17482         * tree-sra.c (access): New field parent.
17483         (process_subtree_disqualification): New function.
17484         (disqualify_candidate): Call it.
17485         (build_accesses_from_assign): Reset write flag if creating an
17486         assighnment link.
17487         (build_access_subtree): Fill in parent field and also prpagate
17488         down grp_write flag.
17489         (create_artificial_child_access): New parameter set_grp_write, set
17490         grp_write to its value.
17491         (propagate_subaccesses_across_link): Also propagate grp_write flag
17492         values.
17493         (propagate_all_subaccesses): Push the closest parent back to work
17494         queue if add_access_to_work_queue returned true.
17496 2017-05-02  Richard Biener  <rguenther@suse.de>
17498         * common.opt (fstrict-overflow): Alias negative to fwrapv.
17499         * doc/invoke.texi (fstrict-overflow): Remove all traces of
17500         -fstrict-overflow documentation.
17501         * tree.h (TYPE_OVERFLOW_UNDEFINED): Do not test flag_strict_overflow.
17502         (POINTER_TYPE_OVERFLOW_UNDEFINED): Test !flag_wrapv instead of
17503         flag_strict_overflow.
17504         * ipa-inline.c (can_inline_edge_p): Do not test flag_strict_overflow.
17505         * lto-opts.c (lto_write_options): Do not stream it.
17506         * lto-wrapper.c (merge_and_complain): Do not handle it.
17507         * opts.c (default_options_table): Do not set -fstrict-overflow.
17508         (finish_options): Likewise do not clear it when sanitizing.
17509         * simplify-rtx.c (simplify_const_relational_operation): Do not
17510         test flag_strict_overflow.
17512 2017-05-02  Uros Bizjak  <ubizjak@gmail.com>
17514         * config/alpha/alpha.md (*add<mode>3_ieee): Merge to add<mode>3
17515         using enabled attribute.
17516         (*sub<mode>3_ieee): Merge to sub<mode>3 using enabled attribute.
17517         (*mul<mode>3_ieee): Merge to mul<mode>3 using enabled attribute.
17518         (*div<mode>3_ieee): Merge to div<mode>3 using enabled attribute.
17519         (*sqrt<mode>2_ieee): Merge to sqrt<mode>2 using enabled attribute.
17520         (*fix_truncdfdi_ieee): Merge to *fix_truncdfdi2 using enabled attribute.
17521         (*fix_truncsfdi_ieee): Merge to *fix_truncsfdi2 using enabled attribute.
17522         (*floatdisf_ieee): Merge to floatdisf2 using enabled attribute.
17523         (*floatdidf_ieee): Merge to floatdidf2 using enabled attribute.
17524         (*truncdfsf2_ieee): Merge to truncdfsf2 using enabled attribute.
17525         (*cmpdf_ieee): Merge to *cmpdf_internal using enabled attribute.
17527 2017-05-02  Uros Bizjak  <ubizjak@gmail.com>
17529         * config/i386/i386.c (ix86_code_end): Use {FIRST,LAST}_INT_REG.
17531 2017-05-02  Richard Biener  <rguenther@suse.de>
17533         PR tree-optimization/80591
17534         Revert
17535         2017-04-10  Richard Biener  <rguenther@suse.de>
17537         * tree-ssa-structalias.c (find_func_aliases): Properly handle
17538         asm inputs.
17540 2017-05-02  Richard Biener  <rguenther@suse.de>
17542         PR tree-optimization/80549
17543         * tree-cfgcleanup.c (mfb_keep_latches): New helper.
17544         (cleanup_tree_cfg_noloop): Create forwarders to known loop
17545         headers if they do not have a preheader.
17547 2017-05-02  Martin Liska  <mliska@suse.cz>
17549         PR other/80589
17550         * common.opt: Fix typo.
17551         * doc/invoke.texi: Likewise.
17553 2017-05-01  Jan Beulich  <jbeulich@suse.com>
17555         * config/i386/sse.md (xop_vpermil2<mode>3): Do not allow operand
17556         swapping, add (x,x,m,x,n) alternative.
17558 2017-05-01  Nathan Sidwell  <nathan@acm.org>
17560         * calls.c (combine_pending_stack_adjustment_and_call): Remove
17561         unnecessary unadjusted_alignment check.
17563 2017-05-01  Xi Ruoyao  <ryxi@stu.xidian.edu.cn>
17565         PR c++/80038
17566         * cilk_common.c (expand_builtin_cilk_detach): Move pedigree
17567         operations here.
17568         * gimplify.c (gimplify_cilk_detach): New function.
17569         (gimplify_call_expr, gimplify_modify_expr): Call it as needed.
17570         * tree-core.h: Document EXPR_CILK_SPAWN.
17571         * tree.h (EXPR_CILK_SPAWN): Define.
17573 2017-05-01  David Malcolm  <dmalcolm@redhat.com>
17575         * diagnostic-show-locus.c (layout::get_expanded_location): Rewrite
17576         to use new fixit_hint representation, using the "replace" logic.
17577         (get_line_span_for_fixit_hint): Likewise.
17578         (layout::print_any_fixits): Likewise.
17579         (selftest::test_one_liner_many_fixits): Rename to...
17580         (selftest::test_one_liner_many_fixits_1): ...this, and update
17581         comment and expected output to reflect that the multiple fix-it
17582         hints are now consolidated into one insertion.
17583         (selftest::test_one_liner_many_fixits_2): New test.
17584         (selftest::test_diagnostic_show_locus_one_liner): Update for
17585         above.
17586         (selftest::test_fixit_consolidation): Update for fix-it API
17587         change.
17588         * diagnostic.c (print_parseable_fixits): Likewise.
17589         * edit-context.c (edited_line::m_line_events): Convert from
17590         auto_vec <line_event *> to auto_vec <line_event>.
17591         (class line_event): Convert from abstract base class to a concrete
17592         class, taking over the role of replace_event.
17593         (class insert_event): Delete.
17594         (class replace_event): Rename to class line_event.  Convert to
17595         half-open range.
17596         (edit_context::add_fixits): Reimplement.
17597         (edit_context::apply_insert): Delete.
17598         (edit_context::apply_replace): Rename to...
17599         (edit_context::apply_fixit): ...this.  Convert to half-open range.
17600         (edited_file::apply_insert): Delete.
17601         (edited_file::apply_replace): Rename to...
17602         (edited_file::apply_fixit): ...this.
17603         (edited_line::~edited_line): Drop deletion of events.
17604         (edited_line::apply_insert): Delete.
17605         (edited_line::apply_replace): Rename to...
17606         (edited_line::apply_fixit): ...this.  Convert to half-open range.
17607         Update for change to type of m_line_events.
17608         * edit-context.h (edit_context::apply_insert): Delete.
17609         (edit_context::apply_replace): Rename to...
17610         (edit_context::apply_fixit): ...this.
17612 2017-05-01  Martin Sebor  <msebor@redhat.com>
17614         * gimple-ssa-sprintf.c (format_integer): Set knownrange when it's
17615         known.
17617 2017-05-01  Uros Bizjak  <ubizjak@gmail.com>
17619         PR target/68491
17620         * config/i386/cpuid.h (__get_cpuid): Always return 0 when
17621         __get_cpuid_max returns 0.
17622         (__get_cpuid_count): Ditto.
17624 2017-05-01  Eric Botcazou  <ebotcazou@adacore.com>
17626         * tree.c (substitute_in_expr) <tcc_vl_exp>: Also inline a call if the
17627         replacement expression is another instance of one of its arguments.
17629 2017-05-01  Jakub Jelinek  <jakub@redhat.com>
17631         PR target/79430
17632         * rtlanal.c (reg_set_p): If reg is a stack_pointer_rtx, also
17633         check for stack push/pop autoinc.
17634         * config/i386/i386.c (ix86_agi_dependent): Return false
17635         if the only reason why modified_in_p returned true is that
17636         addr is SP based and set_insn is a push or pop.
17638 2017-04-29  Jan Hubicka  <hubicka@ucw.cz>
17640         * ipa-inline.c (compute_inlined_call_time): Remove now unnecesary
17641         overflow check.
17643 2017-04-29  Jan Hubicka  <hubicka@ucw.cz>
17645         PR ipa/79224
17646         * ipa-inline-analysis.c (dump_predicate): Add optional parameter NL.
17647         (account_size_time): Use two predicates - exec_pred and
17648         nonconst_pred_ptr.
17649         (evaluate_conditions_for_known_args): Compute both clause and
17650         nonspec_clause.
17651         (evaluate_properties_for_edge): Evaulate both clause and nonspec_clause.
17652         (inline_summary_t::duplicate): Update.
17653         (estimate_function_body_sizes): Caluculate exec and nonconst predicates
17654         separately.
17655         (compute_inline_parameters): Likewise.
17656         (estimate_edge_size_and_time): Update caluclation of time.
17657         (estimate_node_size_and_time): Compute both time and nonspecialized
17658         time.
17659         (estimate_ipcp_clone_size_and_time): Update.
17660         (inline_merge_summary): Update.
17661         (do_estimate_edge_time): Update.
17662         (do_estimate_edge_size): Update.
17663         (do_estimate_edge_hints): Update.
17664         (inline_read_section, inline_write_summary): Stream both new predicates.
17665         * ipa-inline.c (compute_uninlined_call_time): Take uninlined_call_time
17666         as argument.
17667         (compute_inlined_call_time): Cleanup.
17668         (big_speedup_p): Update.
17669         (edge_badness): Update.
17670         * ipa-inline.h (INLINE_TIME_SCALE): Remove.
17671         (size_time_entry): Replace predicate by exec_predicate and
17672         nonconst_predicate.
17673         (edge_growth_cache_entry): Cache both time nad nonspecialized time.
17674         (estimate_edge_time): Return also nonspec_time.
17675         (reset_edge_growth_cache): Update.
17677 2017-04-29  Jakub Jelinek  <jakub@redhat.com>
17679         PR rtl-optimization/80491
17680         * ifcvt.c (noce_process_if_block): When looking for x setter
17681         with missing else_bb, don't check only the insn right before
17682         cond_earliest, but look for the last insn that x is modified in
17683         within the same bb.
17685         PR rtl-optimization/80491
17686         * alias.c (memory_modified_in_insn_p): Return true for CALL_INSNs.
17688 2017-04-29  Marc Glisse  <marc.glisse@inria.fr>
17690         PR tree-optimization/80487
17691         * tree-ssa-alias.c (stmt_kills_ref_p): Handle stpncpy and strncpy.
17693 2017-04-29  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
17695         PR tree-optimization/79697
17696         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Check if callee
17697         is BUILT_IN_STRDUP, BUILT_IN_STRNDUP, BUILT_IN_REALLOC.
17698         (propagate_necessity): Check if def_callee is BUILT_IN_STRDUP or
17699         BUILT_IN_STRNDUP.
17700         * gimple-fold.c (gimple_fold_builtin_realloc): New function.
17701         (gimple_fold_builtin): Call gimple_fold_builtin_realloc.
17703 2017-04-28  Martin Sebor  <msebor@redhat.com>
17705         PR tree-optimization/80523
17706         * gimple-ssa-sprintf.c (target_to_host_charmap): New global variable.
17707         (init_target_to_host_charmap, target_to_host, target_strtol10): New
17708         functions.
17709         (maybe_warn, format_directive, parse_directive): Use new functions.
17710         (pass_sprintf_length::execute): Call init_target_to_host_charmap.
17712 2017-04-28  Marc Glisse  <marc.glisse@inria.fr>
17714         * match.pd (X+Z OP Y+Z, X-Z OP Y-Z, Z-X OP Z-Y): New transformations.
17716 2017-04-28  Bernd Edlinger  <bernd.edlinger@hotmail.de>
17718         * configure.ac (SYSTEM_HEADER_DIR, BUILD_SYSTEM_HEADER_DIR,
17719         target_header_dir): Set correctly.
17720         * configure: Regenerated.
17721         * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
17722         (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
17723         instead of SYSTEM_HEADER_DIR.
17725 2017-04-28  Jan Hubicka  <hubicka@ucw.cz>
17727         * ipa-cp.c (perform_estimation_of_a_value): Turn time to sreal.
17728         (estimate_local_effects): Likewise.
17729         * ipa-inline.c (compute_inlined_call_time, want_inline_small_function_p,
17730         edge_badness, inline_small_functions, dump_overall_stats): LIkewise.
17731         * ipa-inline.h (edge_growth_cache_entry, estimate_time_after_inlining,
17732         estimate_ipcp_clone_size_and_time, do_estimate_edge_time,
17733         do_estimate_edge_time, estimate_edge_time): Likewise.
17734         * ipa-inline-analysis.c (estimate_node_size_and_time,
17735         estimate_ipcp_clone_size_and_time, do_estimate_edge_time): Likewise.
17736         (estimate_time_after_inlining): Remove.
17738 2017-04-28  Martin Liska  <mliska@suse.cz>
17740         * doc/gcov.texi: Enhance documentation of gcov.
17742 2017-04-28  Martin Liska  <mliska@suse.cz>
17744         * doc/gcov.texi: Sort options in alphabetic order.
17745         * doc/gcov-dump.texi: Likewise.
17746         * doc/gcov-tool.texi: Likewise.
17747         * gcov.c (print_usage): Likewise.
17748         * gcov-dump.c (print_usage): Likewise.
17749         * gcov-tool.c (print_merge_usage_message): Likewise.
17750         (print_rewrite_usage_message): Likewise.
17751         (print_overlap_usage_message): Likewise.
17753 2017-04-28  Martin Liska  <mliska@suse.cz>
17755         PR gcov-profile/53915
17756         * gcov.c (format_gcov): Print 'NAN %' when top > bottom.
17758 2017-04-28  Martin Liska  <mliska@suse.cz>
17760         PR gcov-profile/79891
17761         * gcov.c (add_line_counts): Assign BBs to lines just if the BB
17762         is marked by compiler as living on a line.
17763         (get_cycles_count): Remove usage of the union.
17764         (output_intermediate_file): Likewise.
17765         (find_source): Fix GNU coding style.
17766         (accumulate_line_counts): Remove old non-all block mode.
17767         (output_lines): Remove usage of the union.
17768         * profile.c (output_location): Include all BBs, even if
17769         belonging to a same line (and file) as a previous BB.
17771 2017-04-28  Martin Liska  <mliska@suse.cz>
17773         * gcov.c (process_args): Handle new argument 'w'.
17774         (read_graph_file): Assign ID to BBs.
17775         (output_branch_count): Display BB # if verbose flag is set.
17776         (output_lines): Likewise for arcs.
17777         (print_usage): Add '--verbose' option help.
17778         * doc/gcov.texi: Document --verbose (-w) option.
17780 2017-04-28  Martin Liska  <mliska@suse.cz>
17782         * gcov.c (struct block_location_info): New struct.
17783         (process_file): Fill up the new structure.
17784         (read_graph_file): Replace usage of encoding by the newly added
17785         struct.
17786         (add_line_counts): Likewise.
17787         (accumulate_line_counts): Remove usage of the union.
17788         (function_info::function_info): New function.
17789         (function_info::~function_info): Likewise.
17790         (process_file): Call delete instead of release_function.
17791         (release_function): Release the function.
17792         (release_structures): Call delete instead of release_function.
17793         (solve_flow_graph): Replace usage of num_blocks.
17794         (find_exception_blocks): Likewise.
17795         (output_lines): Fix GNU coding style.
17797 2017-04-28  Martin Liska  <mliska@suse.cz>
17799         PR driver/56469
17800         * coverage.c (coverage_remove_note_file): New function.
17801         * coverage.h: Declare the function.
17802         * toplev.c (finalize): Clean if an error has been seen.
17804 2017-04-28  Martin Liska  <mliska@suse.cz>
17806         PR gcov-profile/80031
17807         * gcov-dump.c (tag_blocks): Just print number of basic blocks.
17808         * gcov-io.h (GCOV_TAG_BLOCKS_NUM): Remove unused macro.
17809         * gcov.c (read_graph_file): Read just number of blocks.
17810         * profile.c (branch_prob): Do not stream 0 flags per a basic
17811         block.
17813 2017-04-28  Martin Liska  <mliska@suse.cz>
17815         * gcov-dump.c (tag_*): Add new argument to declarations.
17816         (dump_gcov_file): Likewise.
17817         (tag_blocks): Add and use new argument depth.
17818         (tag_arcs): Likewise.
17819         (tag_lines): Likewise.
17820         (tag_counters): Likewise.
17821         (tag_summary): Likewise.
17822         (dump_working_sets): Use depth to do a proper indentation.
17824 2017-04-28  Jakub Jelinek  <jakub@redhat.com>
17826         PR bootstrap/80531
17827         * cgraph.h (symtab_node::debug_symtab): No longer inline.
17828         * symtab.c (symtab_node::debug_symtab): Move definition here.
17830 2017-04-28  Richard Biener  <rguenther@suse.de>
17832         * lto-streamer.h (LTO_major_version): Bump to 7.
17834 2017-04-28  Richard Biener  <rguenther@suse.de>
17836         * tree-vrp.c (assert_info): New struct.
17837         (add_assert_info): New helper.
17838         (register_edge_assert_for_2): Refactor to add asserts to a vector
17839         of assert_info.
17840         (register_edge_assert_for_1): Likewise.
17841         (register_edge_assert_for): Likewise.
17842         (finish_register_edge_assert_for): New helper actually registering
17843         asserts where live on edge.
17844         (find_conditional_asserts): Adjust.
17845         (find_switch_asserts): Likewise.
17846         (evrp_dom_walker::try_find_new_range): Generalize.
17847         (evrp_dom_walker::before_dom_children): Use register_edge_assert_for.
17849 2017-04-27  Marek Polacek  <polacek@redhat.com>
17851         PR sanitizer/80349
17852         * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Convert
17853         arg10 and arg11 to itype.
17855 2017-04-27  Jonathan Wakely  <jwakely@redhat.com>
17857         * doc/extend.texi (Object Size Checking): Improve grammar.
17859 2017-04-27  Richard Earnshaw  <rearnsha@arm.com>
17861         PR target/80530
17862         * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Ensure
17863         that the logic for permitting reciprocal estimates matches that
17864         in use_rsqrt_p.
17866 2017-04-27  Jakub Jelinek  <jakub@redhat.com>
17868         PR c++/80534
17869         * tree.c (type_cache_hasher::equal): Only compare
17870         TYPE_TYPELESS_STORAGE flag on non-aggregate element types.
17871         (build_array_type_1): Only hash TYPE_TYPELESS_STORAGE flag on
17872         non-aggregate element types.
17873         * tree.h (TYPE_TYPELESS_STORAGE): Fix comment typo, add more details
17874         about the flag on ARRAY_TYPEs in the comment, formatting fix.
17876 2017-04-27  Richard Biener  <rguenther@suse.de>
17878         PR middle-end/80533
17879         * emit-rtl.c (set_mem_attributes_minus_bitpos): When
17880         stripping ARRAY_REFs from MEM_EXPR make sure we're not
17881         keeping a reference to a trailing array.
17883 2017-04-27  Richard Biener  <rguenther@suse.de>
17885         PR middle-end/80539
17886         * tree-chrec.c (chrec_fold_plus_poly_poly): Deal with not
17887         being in loop-closed SSA form conservatively.
17888         (chrec_fold_multiply_poly_poly): Likewise.
17890 2017-04-27  Tamar Christina  <tamar.christina@arm.com>
17892         PR middle-end/79665
17893         * expr.c (expand_expr_real_2): Move TRUNC_MOD_EXPR, FLOOR_MOD_EXPR,
17894         CEIL_MOD_EXPR, ROUND_MOD_EXPR cases.
17896 2017-04-27  Jakub Jelinek  <jakub@redhat.com>
17898         PR target/77728
17899         * config/aarch64/aarch64.c (struct aarch64_fn_arg_alignment): Remove.
17900         (aarch64_function_arg_alignment): Return unsigned int again, but still
17901         ignore TYPE_FIELDS chain decls other than FIELD_DECLs.
17902         (aarch64_layout_arg): Adjust aarch64_function_arg_alignment caller.
17903         Don't emit -Wpsabi note.
17904         (aarch64_function_arg_boundary): Likewise.
17905         (aarch64_gimplify_va_arg_expr): Adjust aarch64_function_arg_alignment
17906         caller.
17908 2017-04-26  Nathan Sidwell  <nathan@acm.org>
17910         * tree.h (crc32_unsigned_n): Declare.
17911         (crc32_unsigned, crc32_unsigned): Make inline.
17912         * tree.c (crc32_unsigned_bits): Replace with ...
17913         (crc32_unsigned_n): ... this.
17914         (crc32_unsigned, crc32_byte): Remove.
17915         (crc32_string): Remove unnecessary braces.
17917 2017-04-25  Jan Hubicka  <hubicka@ucw.cz>
17919         * ipa-cp.c (estimate_local_effects): Convert sreal to int.
17920         * ipa-inline-analysis.c (MAX_TIME): Remove.
17921         (account_size_time): Use sreal for time.
17922         (dump_inline_summary): Update.
17923         (estimate_function_body_sizes): Update.
17924         (estimate_edge_size_and_time): Update.
17925         (estimate_calls_size_and_time): Update.
17926         (estimate_node_size_and_time): Update.
17927         (inline_merge_summary): Update.
17928         (inline_update_overall_summary): Update.
17929         (estimate_time_after_inlining): Update.
17930         (inline_read_section): Update.
17931         (inline_write_summary): Update.
17932         * ipa-inline.c (compute_uninlined_call_time): Update.
17933         (compute_inlined_call_time): Update.
17934         (recursive_inlining): Update.
17935         (inline_small_functions): Update.
17936         (dump_overall_stats): Update.
17937         * ipa-inline.h: Include sreal.h.
17938         (size_time_entry): Turn time to sreal.
17939         (inline_summary): Turn self_time nad time to sreal.
17941 2017-04-25  Jan Hubicka  <hubicka@ucw.cz>
17943         * sreal.c: Include backend.h, tree.h, gimple.h, cgraph.h and
17944         data-streamer.h
17945         (sreal::stream_out, sreal::stream_in): New.
17946         * sreal.h (sreal::stream_out, sreal::stream_in): Declare.
17948 2017-04-25  Jakub Jelinek  <jakub@redhat.com>
17950         * Makefile.in (s-options): Invoke opt-gather.awk with LC_ALL=C in the
17951         environment.
17953 2017-04-25  Uros Bizjak  <ubizjak@gmail.com>
17955         PR target/70799
17956         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p):
17957         Handle ASHIFTRT.
17958         (dimode_scalar_chain::compute_convert_gain): Ditto.
17959         (dimode_scalar_chain::make_vector_copies): Ditto.
17960         (dimode_scalar_chain::convert_reg): Ditto.
17961         (dimode_scalar_chain::convert_insn): Ditto.
17962         * config/i386/sse.md (VI24_AVX512BW_1): Remove mode iterator.
17963         (VI248_AVX512BW_1): New mode iterator.
17964         (<mask_codefor>ashr<mode>3<mask_name>): Merge insn pattern with
17965         <mask_codefor>ashrv2di3<mask_name> insn using VI248_AVX512BW_1
17966         mode iterator.
17968 2017-04-25  Martin Sebor  <msebor@redhat.com>
17970         PR tree-optimization/80497
17971         * gimple-ssa-sprintf.c (get_int_range): Avoid assuming all integer
17972         constants are representable in HOST_WIDE_INT.
17973         (parse_directive): Ditto.
17975 2017-04-25  Martin Sebor  <msebor@redhat.com>
17977         PR bootstrap/80486
17978         * dominance.c (dom_info::m_n_basic_blocks): Change type to unsigned.
17979         (new_zero_array): Adjust signature.
17980         (dom_info::dom_init): Used unsigned rather that size_t.
17981         (dom_info::dom_info): Same.
17983 2017-04-25  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
17984             Jakub Jelinek  <jakub@redhat.com>
17986         PR target/77728
17987         * config/arm/arm.c: Include gimple.h.
17988         (aapcs_layout_arg): Emit -Wpsabi note if arm_needs_doubleword_align
17989         returns negative, increment ncrn only if it returned positive.
17990         (arm_needs_doubleword_align): Return int instead of bool,
17991         ignore DECL_ALIGN of non-FIELD_DECL TYPE_FIELDS chain
17992         members, but if there is any such non-FIELD_DECL
17993         > PARM_BOUNDARY aligned decl, return -1 instead of false.
17994         (arm_function_arg): Emit -Wpsabi note if arm_needs_doubleword_align
17995         returns negative, increment nregs only if it returned positive.
17996         (arm_setup_incoming_varargs): Likewise.
17997         (arm_function_arg_boundary): Emit -Wpsabi note if
17998         arm_needs_doubleword_align returns negative, return
17999         DOUBLEWORD_ALIGNMENT only if it returned positive.
18001 2017-04-25  Marek Polacek  <polacek@redhat.com>
18003         PR sanitizer/80349
18004         * fold-const.c (fold_binary_loc) <case BIT_IOR_EXPR>: Convert arg0's
18005         first argument to type.
18007 2017-04-25  Bill Seurer  <seurer@linux.vnet.ibm.com>
18009         PR target/80482
18010         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Change
18011         type checks to test for compatibility instead of equality.
18013 2017-04-25  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
18014             Jakub Jelinek  <jakub@redhat.com>
18016         PR target/77728
18017         * config/aarch64/aarch64.c (struct aarch64_fn_arg_alignment): New
18018         type.
18019         (aarch64_function_arg_alignment): Return aarch64_fn_arg_alignment
18020         struct.  Ignore DECL_ALIGN of decls other than FIELD_DECL for
18021         the alignment computation, but return their maximum in warn_alignment.
18022         (aarch64_layout_arg): Adjust aarch64_function_arg_alignment caller.
18023         Emit a -Wpsabi note if warn_alignment is 16 bytes, but alignment
18024         is smaller.
18025         (aarch64_function_arg_boundary): Likewise.  Simplify using MIN/MAX.
18026         (aarch64_gimplify_va_arg_expr): Adjust aarch64_function_arg_alignment
18027         caller.
18029 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
18031         * config/arc/simdext.md (dmpyh): Fix typo.
18033 2017-04-25  Richard Biener  <rguenther@suse.de>
18035         PR tree-optimization/80492
18036         * alias.c (compare_base_decls): Handle registers with asm
18037         specification conservatively.
18038         * tree-ssa-alias.c (decl_refs_may_alias_p): Handle
18039         compare_base_decls returning dont-know properly.
18041 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
18043         * config/arc/arc.c (LEGITIMATE_OFFSET_ADDRESS_P): Delete macro.
18044         (legitimate_offset_address_p): New function.
18045         (arc_legitimate_address_p): Use above function.
18047 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
18049         * config/arc/arc.c (arc_output_mi_thunk): Emit PIC calls.
18051 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
18053         * config/arc/arc.c (arc_conditional_register_usage): Use ACCL,
18054         ACCH registers whenever they are available.
18056 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
18058         * config/arc/arc.c (arc_conditional_register_usage): Make D0, D1
18059         double regs fix when not used.
18061 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
18063         * config/arc/arc.h (REGNO_OK_FOR_BASE_P): Consider also extension
18064         core registers.
18065         (REG_OK_FOR_INDEX_P_NONSTRICT): Likewise.
18066         (REG_OK_FOR_BASE_P_NONSTRICT): Likewise.
18068 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
18070         * config/arc/arc.c (arc_output_addsi): Check for h-register class
18071         when emitting short ADD instructions.
18073 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
18075         * config/arc/arc.md (cmpsi_cc_insn_mixed): Use 'h' register
18076         constraint.
18077         (cmpsi_cc_c_insn): Likewise.
18078         (cbranchsi4_scratch): Compute proper instruction length using
18079         compact_hreg_operand.
18080         * config/arc/predicates.md (compact_hreg_operand): New predicate.
18082 2017-04-25  Richard Biener  <rguenther@suse.de>
18084         PR middle-end/80509
18085         * passes.c (pass_manager::pass_manager): Initialize
18086         m_name_to_pass_map.
18088 2017-04-25  Richard Biener  <rguenther@suse.de>
18090         PR tree-optimization/79201
18091         * tree-ssa-sink.c (statement_sink_location): Handle calls.
18093 2017-04-25  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18095         PR target/80464
18096         * config/s390/vector.md: Split MEM->GPR vector moves for
18097         non-s_operand addresses.
18099 2017-04-25  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
18101         PR target/79895
18102         * config/s390/predicates.md (reload_const_wide_int_operand): New
18103         predicate.
18104         * config/s390/s390.md ("movti"): Remove d/P alternative.
18105         ("movti_bigconst"): New pattern definition.
18107 2017-04-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
18109         PR target/80080
18110         * s390-protos.h (s390_expand_cs_hqi): Removed.
18111         (s390_expand_cs, s390_expand_atomic_exchange_tdsi): New prototypes.
18112         * config/s390/s390.c (s390_emit_compare_and_swap): Handle all integer
18113         modes as well as CCZ1mode and CCZmode.
18114         (s390_expand_atomic_exchange_tdsi, s390_expand_atomic): Adapt to new
18115         signature of s390_emit_compare_and_swap.
18116         (s390_expand_cs_hqi): Likewise, make static.
18117         (s390_expand_cs_tdsi): Generate an explicit compare before trying
18118         compare-and-swap, in some cases.
18119         (s390_expand_cs): Wrapper function.
18120         (s390_expand_atomic_exchange_tdsi): New backend specific expander for
18121         atomic_exchange.
18122         (s390_match_ccmode_set): Allow CCZmode <-> CCZ1 mode.
18123         * config/s390/s390.md ("atomic_compare_and_swap<mode>"): Merge the
18124         patterns for small and large integers.  Forbid symref memory operands.
18125         Move expander to s390.c.  Require cc register.
18126         ("atomic_compare_and_swap<DGPR:mode><CCZZ1:mode>_internal")
18127         ("*atomic_compare_and_swap<TDI:mode><CCZZ1:mode>_1")
18128         ("*atomic_compare_and_swapdi<CCZZ1:mode>_2")
18129         ("*atomic_compare_and_swapsi<CCZZ1:mode>_3"): Use s_operand to forbid
18130         symref memory operands.  Remove CC mode and call s390_match_ccmode
18131         instead.
18132         ("atomic_exchange<mode>"): Allow and implement all integer modes.
18134 2017-04-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
18136         * config/s390/s390.md (define_peephole2): New peephole to help
18137         combining the load-and-test pattern with volatile memory.
18139 2017-04-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
18141         * config/s390/s390.md ("cstorecc4"): Use load-on-condition and deal
18142         with CCZmode for TARGET_Z196.
18144 2017-04-25  Jakub Jelinek  <jakub@redhat.com>
18146         PR rtl-optimization/80501
18147         * combine.c (make_compound_operation_int): Set subreg_code to SET
18148         even for AND with mask of the sign bit of mode.
18150         PR rtl-optimization/80500
18151         * loop-unroll.c (combine_var_copies_in_loop_exit): Call copy_rtx on
18152         sum's initial value.
18154 2017-04-25  Julian Brown  <julian@codesourcery.com>
18155             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
18157         * config/aarch64/thunderx2t99.md (thunderx2t99_crc): New Reservation.
18159 2017-04-25  Marc Glisse  <marc.glisse@inria.fr>
18161         * fold-const.c (tree_single_nonzero_warnv_p): Handle SSA_NAME.
18163 2017-04-25  Julian Brown  <julian@codesourcery.com>
18164             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
18166         * config/aarch64/thunderx2t99.md (thunderx2t99_aes): New Reservation.
18167         (thunderx2t99_sha): New Reservation.
18169 2017-04-25  Julian Brown  <julian@codesourcery.com>
18170             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
18172         * config/aarch64/aarch64-simd.md (aarch64_simd_vec_set<mode>): Fix
18173         type for 1-element load.
18175 2017-04-24  Marc Glisse  <marc.glisse@inria.fr>
18177         * match.pd (X/[ex]C CMP Y/[ex]C): New transformation.
18179 2017-04-24  Martin Jambor  <mjambor@suse.cz>
18181         PR tree-optimization/80293
18182         * tree-sra.c (scalarizable_type_p): New parameter const_decl, make
18183         char arrays not totally scalarizable if it is false.
18184         (analyze_all_variable_accesses): Pass correct value in the new
18185         parameter.  Add a statistics counter.
18187 2017-04-24  Jan Hubicka  <hubicka@ucw.cz>
18189         PR middle-end/79931
18190         * ipa-devirt.c (dump_possible_polymorphic_call_targets): Fix ICE.
18192 2017-04-24  Richard Biener  <rguenther@suse.de>
18194         PR tree-optimization/80494
18195         * tree-scalar-evolution.c (analyze_scalar_evolution_1): Bail
18196         out for complex types.
18198 2017-04-24  Richard Biener  <rguenther@suse.de>
18200         * tree-ssa-sccvn.h (run_scc_vn): Adjust prototype.
18201         * tree-ssa-sccvn.c (print_scc): Print SCC size.
18202         (extract_and_process_scc_for_name): Never fail but drop SCC to varying.
18203         (DFS): Adjust and never fail.
18204         (sccvn_dom_walker::fail): Remove.
18205         (sccvn_dom_walker::before_dom_children): Adjust.
18206         (run_scc_vn): Likewise and never fail.
18207         * tree-ssa-pre.c (pass_pre::execute): Adjust.
18208         (pass_fre::execute): Likewise.
18210 2017-04-24  Richard Biener  <rguenther@suse.de>
18212         PR tree-optimization/79725
18213         * tree-ssa-sink.c (statement_sink_location): Return whether
18214         failure reason was zero uses.  Move that check later.
18215         (sink_code_in_bb): Deal with zero uses by removing the stmt
18216         if possible.
18218 2017-04-24  Richard Biener  <rguenther@suse.de>
18220         PR c++/2972
18221         * tree-ssa-uninit.c (warn_uninitialized_vars): Handle some
18222         pointer-based references.
18224 2017-04-24  Richard Biener  <rguenther@suse.de>
18226         PR bootstrap/79814
18227         * pass_manager.h (pass_manager::operator new): Remove.
18228         (pass_manager::operator delete): Likewise.
18229         * passes.c (pass_manager::operator new): Remove.
18230         (pass_manager::operator delete): Likewise.
18231         (pass_manager::pass_manager): Zero individual pass members.
18233 2017-04-23  Uros Bizjak  <ubizjak@gmail.com>
18235         PR target/70799
18236         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p)
18237         <case ASHIFT, case LSHIFTRT>: Also consider variable shifts.
18238         Check "XEXP (src, 1)" operand here.
18239         <case PLUS, case MINUS, case IOR, case XOR, case AND>:
18240         Check "XEXP (src, 1)" operand here.
18241         (dimode_scalar_chain::make_vector_copies): Detect count register
18242         of a shift instruction.  Zero extend count register from QImode
18243         to DImode to satisfy vector shift pattern count operand predicate.
18244         Substitute vector shift count operand with a DImode copy.
18245         (dimode_scalar_chain::convert_reg): Ditto, zero-extend from
18246         vector register.
18248 2017-04-21  Uros Bizjak  <ubizjak@gmail.com>
18250         * config/i386/i386.md (*extzvqi_mem_rex64): Move above *extzv<mode>.
18251         Remove UNSPEC_NOREX_MEM tag.  Update corresponding peephole2 pattern.
18252         (*insvqi_1_mem_rex64): Move above insv<mode>_1.  Remove
18253         UNSPEC_NOREX_MEM tag.  Update corresponding peephole2 pattern.
18254         (UNSPEC_NOREX_MEM): Remove definition.
18256 2017-04-21  Richard Biener  <rguenther@suse.de>
18258         PR tree-optimization/79547
18259         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
18260         Handle strlen, strcmp, strncmp, strcasecmp, strncasecmp, memcmp,
18261         bcmp, strspn, strcspn, __builtin_object_size and __builtin_constant_p
18262         without any constraints.
18264 2017-04-21  Richard Biener  <rguenther@suse.de>
18266         PR tree-optimization/78847
18267         * fold-const.c (split_tree): Handle POINTER_PLUS_EXPR.
18269 2017-04-21  Richard Biener  <rguenther@suse.de>
18271         * tree.h (build_qualified_type): Annotate with CXX_MEM_STAT_INFO.
18272         (build_distinct_type_copy): Likewise.
18273         (build_variant_type_copy): Likewise.
18274         * tree.c (build_qualified_type): Pass down mem-stat info.
18275         (build_distinct_type_copy): Likewise.
18276         (build_variant_type_copy): Likewise.
18278 2017-04-21  Richard Biener  <rguenther@suse.de>
18280         PR tree-optimization/80237
18281         * tree-ssa-pre.c (find_leader_in_sets): Add third set argument,
18282         defaulted to NULL.
18283         (phi_translate_1): Also allow a leader in AVAIL_OUT of pred
18284         for a simplified result.
18286 2016-04-21  Richard Biener  <rguenther@suse.de>
18288         * tree-ssa-loop-ivcanon.c (constant_after_peeling): Do not require
18289         sth as strict as a simple_iv but a chrec without symbols and an
18290         operand defined in the loop we are peeling (and not some subloop).
18291         (propagate_constants_for_unrolling): Propagate all constants.
18293 2017-04-20  Uros Bizjak  <ubizjak@gmail.com>
18295         PR target/79804
18296         * config/i386/i386.c (print_reg): Remove assert for disalowed
18297         regno values, call output_operand_lossage instead.
18299 2017-04-20  Uros Bizjak  <ubizjak@gmail.com>
18301         PR target/78090
18302         * config/i386/constraints.md (Yc): New register constraint.
18303         * config/i386/i386.md (*float<SWI48:mode><MODEF:mode>2_mixed):
18304         Use Yc constraint for alternative 2 of operand 0.  Remove
18305         preferred_for_speed attribute.
18307 2017-04-20  Alexander Monakov  <amonakov@ispras.ru>
18309         * omp-low.c (lower_lastprivate_clauses): Correct handling of linear and
18310         lastprivate clauses in SIMT case.
18312 2017-04-20  Volker Reichelt  <v.reichelt@netcologne.de>
18314         * doc/invoke.texi (-Wextra-semi): Document new warning option.
18316 2017-04-20  Richard Biener  <rguenther@suse.de>
18318         PR tree-optimization/57796
18319         * tree-vect-stmts.c (vect_model_store_cost): Cost scatters
18320         as N scalar stores.
18321         (vect_model_load_cost): Cost gathers as N scalar loads.
18323 2017-04-20  Richard Biener  <rguenther@suse.de>
18325         * ggc-page.c (ggc_allocated_p): Rename to ...
18326         (safe_lookup_page_table_entry): ... this and return the lookup
18327         result.
18328         (gt_ggc_m_S): Use safe_lookup_page_table_entry.
18330 2017-04-20  Richard Biener  <rguenther@suse.de>
18332         PR tree-optimization/80453
18333         * tree-ssa-sccvn.h (struct vn_phi_s): Add cclhs and ccrhs members.
18334         * tree-ssa-sccvn.c (cond_stmts_equal_p): Use recorded lhs and rhs
18335         from the conditions.
18336         (vn_phi_eq): Pass them down.
18337         (vn_phi_lookup): Record them.
18338         (vn_phi_insert): Likewise.
18340 2017-04-20  Matthew Fortune  <matthew.fortune@imgtec.com>
18342         * config/mips/mips.c (mips_expand_vec_perm_const): Re-fix
18343         uninitialized variable warning to avoid buffer overrun.
18345 2017-04-20  Alexander Monakov  <amonakov@ispras.ru>
18347         PR other/71250
18348         * doc/invoke.texi (-Wmissing-field-initializers): Mention that warning
18349         is suppressed for '{ 0 }' in C.
18351 2017-04-20  Jakub Jelinek  <jakub@redhat.com>
18353         * BASE-VER: Set to 8.0.0.
18355 2017-04-20  Thomas Preud'homme  <thomas.preudhomme@arm.com>
18357         * config/arm/arm.c (arm_elf_asm_cdtor): Create non-default
18358         priority .init_array and .fini_array section with SECTION_NOTYPE
18359         flag.
18361 2017-04-20  Jakub Jelinek  <jakub@redhat.com>
18363         PR middle-end/80423
18364         * tree.h (build_array_type): Add typeless_storage default argument.
18365         * tree.c (type_cache_hasher::equal): Also compare
18366         TYPE_TYPELESS_STORAGE flag for ARRAY_TYPEs.
18367         (build_array_type): Add typeless_storage argument, set
18368         TYPE_TYPELESS_STORAGE to it, if shared also hash it, and pass to
18369         recursive call.
18370         (build_nonshared_array_type): Adjust build_array_type_1 caller.
18371         (build_array_type): Likewise.  Add typeless_storage argument.
18373 2017-04-19  Eric Botcazou  <ebotcazou@adacore.com>
18374             Jakub Jelinek  <jakub@redhat.com>
18376         PR tree-optimization/80426
18377         * tree-vrp.c (extract_range_from_binary_expr_1): For an additive
18378         operation on symbolic operands, also compute the overflow for the
18379         invariant part when the operation degenerates into a negation.
18381 2017-04-19  Jakub Jelinek  <jakub@redhat.com>
18383         PR debug/80461
18384         * dwarf2out.c (modified_type_die, gen_type_die_with_usage):
18385         Check for t with zero TYPE_QUALS_NO_ADDR_SPACE.
18387         PR debug/80436
18388         * tree-ssa-loop-manip.c (find_uses_to_rename_def): Ignore debug uses.
18390 2017-04-19  Georg-Johann Lay  <avr@gjlay.de>
18392         PR target/80462
18393         * config/avr/avr.c (tree.h): Include it.
18394         (cgraph.h): Include it.
18395         (avr_encode_section_info): Don't warn for uninitialized progmem
18396         variable if it's just an alias.
18398 2017-04-19  Richard Biener  <rguenther@suse.de>
18400         PR ipa/65972
18401         * auto-profile.c (afdo_vpt_for_early_inline): Update SSA
18402         when needed by AutoPGO.
18404 2017-04-19  Paulo J. Matos  <paulo@matos-sorge.com>
18406         PR lto/50345
18407         * doc/lto.texi: Remove an extra 'that'.
18409 2017-04-19  Segher Boessenkool  <segher@kernel.crashing.org>
18411         PR rtl-optimization/80429
18412         * ira.c (split_live_ranges_for_shrink_wrap): Don't split regs that
18413         are only used in debug insns.
18415 2017-04-19  Eric Botcazou  <ebotcazou@adacore.com>
18416             Vladimir Makarov  <vmakarov@redhat.com>
18418         * config/sparc/predicates.md (input_operand): Add comment.  Return
18419         true for any memory operand when LRA is in progress.
18420         * config/sparc/sparc.c (sparc_expand_move): Minor formatting fix.
18422 2017-04-18  Jeff Law  <law@redhat.com>
18424         PR target/74563
18425         * mips.md ({return,simple_return}_internal): Do not overwrite
18426         operands[0].
18428 2017-04-18  Jakub Jelinek  <jakub@redhat.com>
18430         PR tree-optimization/80443
18431         * tree-vrp.c (intersect_ranges): For signed 1-bit precision type,
18432         instead of adding 1, subtract -1 and similarly instead of subtracting
18433         1 add -1.
18435 2017-04-18  Richard Sandiford  <richard.sandiford@arm.com>
18437         PR rtl-optimization/80357
18438         * haifa-sched.c (tmp_bitmap): New variable.
18439         (model_recompute): Handle duplicate use records.
18440         (alloc_global_sched_pressure_data): Initialize tmp_bitmap.
18441         (free_global_sched_pressure_data): Free it.
18443 2017-04-18  Bernd Edlinger  <bernd.edlinger@hotmail.de>
18445         Revert:
18446         2017-02-20  Bernd Edlinger  <bernd.edlinger@hotmail.de>
18447         * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
18448         (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
18449         instead of SYSTEM_HEADER_DIR.
18451 2017-04-18  Jeff Law  <law@redhat.com>
18453         PR middle-end/80422
18454         * cfgcleanup.c (try_crossjump_to_edge): Verify SRC1 and SRC2 have
18455         predecessors after walking up the insn chain.
18457 2017-04-18  Jakub Jelinek  <jakub@redhat.com>
18459         PR debug/80263
18460         * dwarf2out.c (modified_type_die): Try harder not to emit internal
18461         sizetype type into debug info.
18463 2017-04-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
18465         PR target/80099
18466         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Eliminate
18467         unneeded test for TARGET_UPPER_REGS_SF.
18468         * config/rs6000/vsx.md (vsx_extract_v4sf_var): Likewise.
18470 2017-04-18  Jakub Jelinek  <jakub@redhat.com>
18472         PR sanitizer/80444
18473         * sancov.c (sancov_pass): Use gsi_start_nondebug_after_labels_bb
18474         instead of gsi_after_labels.
18476 2017-04-18  Jeff Law  <law@redhat.com>
18478         * regcprop.c (maybe_mode_change): Avoid creating copies of the
18479         stack pointer.
18481         Revert:
18482         2017-04-13  Jeff Law  <law@redhat.com>
18483         * config/mips.mips.md (zero_extendsidi2): Do not allow SP to appear
18484         in operands[1] if it is a MEM and TARGET_MIPS16 is active.
18486 2017-04-18  Georg-Johann Lay  <avr@gjlay.de>
18488         PR target/79453
18489         * config/avr/avr.c (intl.h): Include it.
18490         (avr_pgm_check_var_decl) [reason]: Wrap diagnostic snippets into _().
18492 2017-04-18  Martin Liska  <mliska@suse.cz>
18494         PR gcov-profile/78783
18495         * gcov-tool.c (gcov_output_files): Validate that destination
18496         file is either removed by the tool or by a user.
18498 2017-04-14  Andrew Burgess  <andrew.burgess@embecosm.com>
18499             Guy Benyei  <guybe@mellanox.com>
18501         * config/arc/arc.c (arc_reorg): Move loop_end_id into a more local
18502         block, and do not negate it, the stored id is already negative.
18504 2017-04-14  Andrew Burgess  <andrew.burgess@embecosm.com>
18506         * config/arc/arc.md (doloop_begin_i): Use @pcl assembler syntax.
18508 2017-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
18510         PR target/80098
18511         * config/rs6000/rs6000-cpus.def (OTHER_P9_VECTOR_MASKS): Define
18512         masks of options that should be turned off if the VSX vector
18513         options are turned off.
18514         (OTHER_P8_VECTOR_MASKS): Likewise.
18515         (OTHER_VSX_VECTOR_MASKS): Likewise.
18516         * config/rs6000/rs6000.c (rs6000_option_override_internal): Call
18517         rs6000_disable_incompatible_switches to validate no type switches
18518         like -mvsx.
18519         (rs6000_incompatible_switch): New function to disallow turning on
18520         other vector options if -mno-vsx, -mno-power8-vector, or
18521         -mno-power9-vector are specified.
18523 2017-04-14  Claudiu Zissulescu  <claziss@synopsys.com>
18525         * config/arc/arc.h (CRT_CALL_STATIC_FUNCTION): Use long calls.
18527 2017-04-14  Claudiu Zissulescu  <claziss@synopsys.com>
18529         * config/arc/arc-protos.h (arc_decl_pretend_args): Remove.
18530         * config/arc/arc.c (arc_decl_pretend_args): Likewise.
18531         * config/arc/arc.h (CFA_FRAME_BASE_OFFSET): Likewise.
18532         (ARG_POINTER_CFA_OFFSET): Likewise.
18534 2017-04-14  Claudiu Zissulescu  <claziss@synopsys.com>
18536         * config/arc/arc.c (arc_mode_dependent_address_p): Relax
18537         conditions to take advantage of various optimizations.
18539 2017-04-13  Jeff Law  <law@redhat.com>
18541         * config/mips.mips.md (zero_extendsidi2): Do not allow SP to appear
18542         in operands[1] if it is a MEM and TARGET_MIPS16 is active.
18543         (zero_extendsidi2_dext): Likewise.
18545 2017-04-13  Jakub Jelinek  <jakub@redhat.com>
18547         PR sanitizer/80403
18548         * fold-const.c (fold_ternary_loc): Revert
18549         use op0 instead of fold_convert_loc (loc, type, arg0) part of
18550         2017-04-12 change.
18552 2017-04-13  Vladimir Makarov  <vmakarov@redhat.com>
18554         PR rtl-optimization/80343
18555         * lra-remat.c (update_scratch_ops): Assign original hard reg to
18556         new scratch pseudo.
18558 2017-04-13  Denis Khalikov <d.khalikov@partner.samsung.com>
18560         PR sanitizer/80414
18561         * ubsan.c (ubsan_expand_bounds_ifn): Pass original index
18562         to ubsan_encode_value.
18564 2017-04-13  Jeff Law  <law@redhat.com>
18566         * reload1.c (eliminate_regs_1): Call gen_rtx_raw_SUBREG for SUBREGs
18567         appearing in DEBUG_INSNs.
18569 2017-04-13  Martin Liska  <mliska@suse.cz>
18571         PR gcov-profile/80413
18572         * gcov-io.c (gcov_write_string): Copy to buffer just when
18573         allocated size is greater than zero.
18575 2017-04-13  Jakub Jelinek  <jakub@redhat.com>
18577         PR debug/80321
18578         * dwarf2out.c (decls_for_scope): Ignore declarations of
18579         current_function_decl in BLOCK_NONLOCALIZED_VARS.
18581 2017-04-12  Jan Hubicka  <hubicka@ucw.cz>
18583         PR lto/69953
18584         * ipa-visibility.c (non_local_p): Fix typos.
18585         (localize_node): When localizing symbol in same comdat group,
18586         dissolve the group only when we know external symbols are going
18587         to be privatized.
18588         (function_and_variable_visibility): Do not localize DECL_EXTERNAL.
18590 2017-04-12  Jakub Jelinek  <jakub@redhat.com>
18592         PR tree-optimization/79390
18593         * optabs.c (emit_conditional_move): If the preferred op2/op3 operand
18594         order does not result in usable sequence, retry with reversed operand
18595         order.
18597         PR sanitizer/80403
18598         PR sanitizer/80404
18599         PR sanitizer/80405
18600         * fold-const.c (fold_ternary_loc): Use op1 instead of arg1 as argument
18601         to fold_build2_loc.  Convert TREE_OPERAND (tem, 0) to type.  Use
18602         op0 instead of fold_convert_loc (loc, type, arg0).
18604 2017-04-12  Jeff Law  <law@redhat.com>
18606         * genattrtab.c (write_eligible_delay): Verify DELAY_INSN still
18607         has a delay slot in the generated code.
18609         * config/cris/cris.md (cris_preferred_reload_class): Return
18610         GENNONACR_REGS rather than GENERAL_REGS.
18612 2017-04-12  Jakub Jelinek  <jakub@redhat.com>
18614         PR c/80163
18615         * expr.c <CASE_CONVERT>: For EXPAND_INITIALIZER determine SIGN_EXTEND
18616         vs. ZERO_EXTEND based on signedness of treeop0's type rather than
18617         signedness of the result type.
18619 2017-04-12  Richard Biener  <rguenther@suse.de>
18620             Jeff Law  <law@redhat.com>
18622         PR tree-optimization/80359
18623         * tree-ssa-dse.c (maybe_trim_partially_dead_store): Do not
18624         trim stores to TARGET_MEM_REFs.
18626 2017-04-12  Richard Biener  <rguenther@suse.de>
18628         PR tree-optimization/79390
18629         * gimple-ssa-split-paths.c (is_feasible_trace): Restrict
18630         threading case even more.
18632 2017-04-12  Segher Boessenkool  <segher@kernel.crashing.org>
18634         PR target/80382
18635         * config/rs6000/sync.md (atomic_load<mode>, atomic_store<mode): Test
18636         for quad_address_p for TImode, instead of just not indexed_address.
18638 2017-04-12  Richard Biener  <rguenther@suse.de>
18639             Bernd Edlinger  <bernd.edlinger@hotmail.de>
18641         PR middle-end/79671
18642         * alias.c (component_uses_parent_alias_set_from): Handle
18643         TYPE_TYPELESS_STORAGE.
18644         (get_alias_set): Likewise.
18645         * tree-core.h (tree_type_common): Add typeless_storage flag.
18646         * tree.h (TYPE_TYPELESS_STORAGE): New macro.
18647         * stor-layout.c (place_union_field): Set TYPE_TYPELESS_STORAGE
18648         for types containing members with TYPE_TYPELESS_STORAGE.
18649         (place_field): Likewise.
18650         (layout_type): Likewise for ARRAY_TYPE.
18651         * lto-streamer-out.c (hash_tree): Hash TYPE_TYPELESS_STORAGE.
18652         * tree-streamer-in.c (unpack_ts_type_common_value_fields): Stream
18653         TYPE_TYPELESS_STORAGE.
18654         * tree-streamer-out.c (pack_ts_type_common_value_fields): Likewise.
18656 2017-04-12  Jakub Jelinek  <jakub@redhat.com>
18658         PR sanitizer/80349
18659         * fold-const.c (fold_binary_loc) <case BIT_IOR_EXPR>: Convert arg0's
18660         first argument to type.
18662 2017-04-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
18664         PR target/80376
18665         PR target/80315
18666         * config/rs6000/rs6000.c (rs6000_expand_unop_builtin): Return
18667         CONST0_RTX (mode) rather than const0_rtx where appropriate.
18668         (rs6000_expand_binop_builtin): Likewise.
18669         (rs6000_expand_ternop_builtin): Likewise; also add missing
18670         vsx_xxpermdi_* variants; also fix typo (arg1 => arg2) for
18671         vshasigma built-ins.
18672         * doc/extend.texi: Document that vec_xxpermdi's third argument
18673         must be a constant.
18675 2017-04-11  Uros Bizjak  <ubizjak@gmail.com>
18677         * config/i386/i386.c (dimode_scalar_chain::compute_convert_gain):
18678         Use shift_const cost parameter when calculating gain of STV shifts.
18680 2017-04-11  Vladimir Makarov  <vmakarov@redhat.com>
18682         PR rtl-optimization/70478
18683         * lra-constraints.c (process_alt_operands): Check memory for
18684         disfavoring memory insn operand.
18686 2017-04-11  Jakub Jelinek  <jakub@redhat.com>
18688         PR middle-end/80100
18689         * simplify-rtx.c (simplify_binary_operation_1) <case IOR>: Perform
18690         left shift in unsigned HOST_WIDE_INT type.
18692         PR rtl-optimization/80385
18693         * simplify-rtx.c (simplify_unary_operation_1): Don't transform
18694         (not (neg X)) into (plus X -1) for complex or non-integral modes.
18696         PR libgomp/80394
18697         * omp-low.c (scan_omp_task): Don't optimize away empty tasks
18698         if they have any depend clauses.
18700 2017-04-11  Martin Liska  <mliska@suse.cz>
18702         PR ipa/80212
18703         * cgraph.c (cgraph_node::dump): Dump calls_comdat_local.
18704         * ipa-split.c (split_function): Create a local comdat symbol
18705         if caller is in a comdat group.
18707 2017-04-11  Martin Liska  <mliska@suse.cz>
18709         PR ipa/80212
18710         * ipa-cp.c (determine_versionability): Handle calls_comdat_local
18711         flags.
18713 2017-04-11  Martin Sebor  <msebor@redhat.com>
18715         PR middle-end/80364
18716         * gimple-ssa-sprintf.c (get_int_range): Remove second argument and
18717         always use the int type.  Use INTEGRAL_TYPE_P() rather than testing
18718         for INTEGER_TYPE.
18719         (directive::set_width, directive::set_precision, format_character):
18720         Adjust.
18721         (parse_directive): Use INTEGRAL_TYPE_P() rather than testing for
18722         INTEGER_TYPE.
18724 2017-04-11  Richard Earnshaw  <rearnsha@arm.com>
18726         PR target/80389
18727         * config/arm/arm.c (arm_configure_build_target): When -mcpu and -arch
18728         conflict, set target->arch_name instead of target->cpu_name.
18730 2017-04-11  Richard Biener  <rguenther@suse.de>
18732         PR tree-optimization/80374
18733         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Use
18734         build_zero_cst, remove fold_convertible_p check again.
18736 2017-04-11  Martin Liska  <mliska@suse.cz>
18738         PR sanitizer/70878
18739         * ubsan.c (instrument_object_size): Do not instrument register
18740         variables.
18742 2017-04-11  Jakub Jelinek  <jakub@redhat.com>
18744         PR target/80381
18745         * config/i386/i386-builtin-types.def
18746         (V16HI_FTYPE_V16HI_INT_V16HI_UHI_COUNT,
18747         V16HI_FTYPE_V16HI_V8HI_V16HI_UHI_COUNT,
18748         V16SI_FTYPE_V16SI_INT_V16SI_UHI_COUNT,
18749         V16SI_FTYPE_V16SI_V4SI_V16SI_UHI_COUNT,
18750         V2DI_FTYPE_V2DI_INT_V2DI_UQI_COUNT,
18751         V2DI_FTYPE_V2DI_V2DI_V2DI_UQI_COUNT,
18752         V32HI_FTYPE_V32HI_INT_V32HI_USI_COUNT,
18753         V32HI_FTYPE_V32HI_V8HI_V32HI_USI_COUNT,
18754         V4DI_FTYPE_V4DI_INT_V4DI_UQI_COUNT,
18755         V4DI_FTYPE_V4DI_V2DI_V4DI_UQI_COUNT,
18756         V4SI_FTYPE_V4SI_INT_V4SI_UQI_COUNT,
18757         V4SI_FTYPE_V4SI_V4SI_V4SI_UQI_COUNT,
18758         V8DI_FTYPE_V8DI_INT_V8DI_UQI_COUNT,
18759         V8DI_FTYPE_V8DI_V2DI_V8DI_UQI_COUNT,
18760         V8HI_FTYPE_V8HI_INT_V8HI_UQI_COUNT,
18761         V8HI_FTYPE_V8HI_V8HI_V8HI_UQI_COUNT,
18762         V8SI_FTYPE_V8SI_INT_V8SI_UQI_COUNT,
18763         V8SI_FTYPE_V8SI_V4SI_V8SI_UQI_COUNT): New function type aliases.
18764         * config/i386/i386-builtin.def (__builtin_ia32_pslld512_mask,
18765         __builtin_ia32_pslldi512_mask, __builtin_ia32_psllq512_mask,
18766         __builtin_ia32_psllqi512_mask, __builtin_ia32_psrad512_mask,
18767         __builtin_ia32_psradi512_mask, __builtin_ia32_psraq512_mask,
18768         __builtin_ia32_psraqi512_mask, __builtin_ia32_psrld512_mask,
18769         __builtin_ia32_psrldi512_mask, __builtin_ia32_psrlq512_mask,
18770         __builtin_ia32_psrlqi512_mask, __builtin_ia32_psllwi128_mask,
18771         __builtin_ia32_pslldi128_mask, __builtin_ia32_psllqi128_mask,
18772         __builtin_ia32_psllw128_mask, __builtin_ia32_pslld128_mask,
18773         __builtin_ia32_psllq128_mask, __builtin_ia32_psllwi256_mask,
18774         __builtin_ia32_psllw256_mask, __builtin_ia32_pslldi256_mask,
18775         __builtin_ia32_pslld256_mask, __builtin_ia32_psllqi256_mask,
18776         __builtin_ia32_psllq256_mask, __builtin_ia32_psradi128_mask,
18777         __builtin_ia32_psrad128_mask, __builtin_ia32_psradi256_mask,
18778         __builtin_ia32_psrad256_mask, __builtin_ia32_psraqi128_mask,
18779         __builtin_ia32_psraq128_mask, __builtin_ia32_psraqi256_mask,
18780         __builtin_ia32_psraq256_mask, __builtin_ia32_psrldi128_mask,
18781         __builtin_ia32_psrld128_mask, __builtin_ia32_psrldi256_mask,
18782         __builtin_ia32_psrld256_mask, __builtin_ia32_psrlqi128_mask,
18783         __builtin_ia32_psrlq128_mask, __builtin_ia32_psrlqi256_mask,
18784         __builtin_ia32_psrlq256_mask, __builtin_ia32_psrawi256_mask,
18785         __builtin_ia32_psraw256_mask, __builtin_ia32_psrawi128_mask,
18786         __builtin_ia32_psraw128_mask, __builtin_ia32_psrlwi256_mask,
18787         __builtin_ia32_psrlw256_mask, __builtin_ia32_psrlwi128_mask,
18788         __builtin_ia32_psrlw128_mask, __builtin_ia32_psllwi512_mask,
18789         __builtin_ia32_psllw512_mask, __builtin_ia32_psrawi512_mask,
18790         __builtin_ia32_psraw512_mask, __builtin_ia32_psrlwi512_mask,
18791         __builtin_ia32_psrlw512_mask): Use _COUNT suffixed function type
18792         aliases.
18793         * config/i386/i386.c (ix86_expand_args_builtin): Rename last_arg_count
18794         flag to second_arg_count, handle 4 argument function type _COUNT
18795         aliases, handle second_arg_count on second argument rather than last.
18797 2017-04-10  Jeff Law  <law@redhat.com>
18799         PR tree-optimization/80374
18800         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Do not try to
18801         record anything if we can not convert integer_zero_node to the
18802         desired type.
18804 2017-04-10  Kelvin Nilsen  <kelvin@gcc.gnu.org>
18806         PR target/80108
18807         * config/rs6000/rs6000.c (rs6000_option_override_internal):
18808         Enhance special handling given to the TARGET_P9_MINMAX option in
18809         relation to certain other options.
18811 2017-04-10  Bin Cheng  <bin.cheng@arm.com>
18813         PR tree-optimization/80153
18814         * tree-ssa-loop-ivopts.c (add_iv_candidate_for_use): Check and
18815         remove POINTER_PLUS_EXPR's base part directly, rather than through
18816         aff_tree.
18818 2017-04-10  Richard Biener  <rguenther@suse.de>
18819             Bin Cheng  <bin.cheng@arm.com>
18821         PR tree-optimization/80153
18822         * tree-affine.c (aff_combination_to_tree): Get base pointer from
18823         the first element of pointer type aff_tree.  Build result expr in
18824         aff_tree's type.
18825         (add_elt_to_tree): Convert to type unconditionally.  Remove other
18826         fold_convert calls.
18827         * tree-ssa-loop-ivopts.c (alloc_iv): Pass in consistent types.
18828         (rewrite_use_nonlinear_expr): Check invariant using iv information.
18830 2017-04-10  Richard Biener  <rguenther@suse.de>
18832         * tree-ssa-structalias.c (find_func_aliases): Properly handle
18833         asm inputs.
18835 2017-04-10  Vladimir Makarov  <vmakarov@redhat.com>
18837         PR rtl-optimization/70478
18838         * lra-constraints.c (curr_small_class_check): New.
18839         (update_and_check_small_class_inputs): New.
18840         (process_alt_operands): Update curr_small_class_check.  Disfavor
18841         alternative insn memory operands.  Check available regs for small
18842         class operands.
18844 2017-03-31  Matthew Fortune  <matthew.fortune@imgtec.com>
18846         PR target/80057
18847         * config/mips/mips.opt (-mvirt): Update description.
18848         * doc/invoke.texi (-mvirt): Likewise.
18850 2017-04-10  Richard Biener  <rguenther@suse.de>
18852         PR middle-end/80362
18853         * fold-const.c (fold_binary_loc): Look at unstripped ops when
18854         looking for NEGATE_EXPR in -A / -B to A / B folding.
18856 2017-04-10  Martin Liska  <mliska@suse.cz>
18858         PR gcov-profile/80224
18859         * gcov.c (print_usage): Fix usage string.
18860         (get_gcov_intermediate_filename): Remove.
18861         (output_gcov_file): Use both for normal and intermediate format.
18862         (generate_results): Do not initialize special file for
18863         intermediate format.
18865 2017-04-10  Richard Biener  <rguenther@suse.de>
18867         PR tree-optimization/80304
18868         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Also recurse
18869         for safelen.
18871 2017-04-10  Nathan Sidwell  <nathan@acm.org>
18873         PR target/79905
18874         * config/rs6000/rs6000.c (rs6000_vector_type): New.
18875         (rs6000_init_builtins): Use it.
18877 2016-04-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
18879         * config/arm/arm.md (<mrc>): Add mode to SET source.
18880         (<mrrc>): Likewise.
18882 2017-04-10  Richard Biener  <rguenther@suse.de>
18884         PR middle-end/80344
18885         * gimplify.c (is_gimple_mem_rhs_or_call): Allow CLOBBERs.
18887 2017-04-10  Jakub Jelinek  <jakub@redhat.com>
18889         PR target/80324
18890         * config/i386/avx512fintrin.h (_mm512_reduce_add_epi32,
18891         _mm512_reduce_mul_epi32, _mm512_reduce_and_epi32,
18892         _mm512_reduce_or_epi32, _mm512_mask_reduce_add_epi32,
18893         _mm512_mask_reduce_mul_epi32, _mm512_mask_reduce_and_epi32,
18894         _mm512_mask_reduce_or_epi32, _mm512_reduce_min_epi32,
18895         _mm512_reduce_max_epi32, _mm512_reduce_min_epu32,
18896         _mm512_reduce_max_epu32, _mm512_mask_reduce_min_epi32,
18897         _mm512_mask_reduce_max_epi32, _mm512_mask_reduce_min_epu32,
18898         _mm512_mask_reduce_max_epu32, _mm512_reduce_add_ps,
18899         _mm512_reduce_mul_ps, _mm512_mask_reduce_add_ps,
18900         _mm512_mask_reduce_mul_ps, _mm512_reduce_min_ps, _mm512_reduce_max_ps,
18901         _mm512_mask_reduce_min_ps, _mm512_mask_reduce_max_ps,
18902         _mm512_reduce_add_epi64, _mm512_reduce_mul_epi64,
18903         _mm512_reduce_and_epi64, _mm512_reduce_or_epi64,
18904         _mm512_mask_reduce_add_epi64, _mm512_mask_reduce_mul_epi64,
18905         _mm512_mask_reduce_and_epi64, _mm512_mask_reduce_or_epi64,
18906         _mm512_reduce_min_epi64, _mm512_reduce_max_epi64,
18907         _mm512_mask_reduce_min_epi64, _mm512_mask_reduce_max_epi64,
18908         _mm512_reduce_min_epu64, _mm512_reduce_max_epu64,
18909         _mm512_mask_reduce_min_epu64, _mm512_mask_reduce_max_epu64,
18910         _mm512_reduce_add_pd, _mm512_reduce_mul_pd, _mm512_mask_reduce_add_pd,
18911         _mm512_mask_reduce_mul_pd, _mm512_reduce_min_pd, _mm512_reduce_max_pd,
18912         _mm512_mask_reduce_min_pd, _mm512_mask_reduce_max_pd): New intrinsics.
18914 2017-04-08  Vladimir Makarov  <vmakarov@redhat.com>
18916         PR rtl-optimization/70478
18917         * lra-constraints.c: Reverse the last patch.
18919 2017-04-08  Andreas Tobler  <andreast@gcc.gnu.org>
18921         * config/aarch64/aarch64-freebsd.h: Define MCOUNT_NAME.
18922         Add comment for WCHAR_T.
18924 2017-04-08  Martin Liska  <mliska@suse.cz>
18926         Revert:
18927         2017-04-07  Martin Liska  <mliska@suse.cz>
18929         PR ipa/80212
18930         * ipa-split.c (split_function): Add function part to a same comdat
18931         group.
18933 2017-04-08  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
18935         PR target/80358
18936         * config/rs6000/rs6000.c (expand_block_compare): Fix boundary check.
18938 2017-04-07  Pat Haugen  <pthaugen@us.ibm.com>
18940         * rs6000/rs6000.c (vec_load_pendulum): Rename...
18941         (vec_pairing): ...to this.
18942         (power9_sched_reorder2): Rewrite code for pairing vector/vecload insns.
18943         (rs6000_sched_init): Adjust for name change.
18944         (struct rs6000_sched_context): Likewise.
18945         (rs6000_init_sched_context): Likewise.
18946         (rs6000_set_sched_context): Likewise.
18948 2017-04-07  Jakub Jelinek  <jakub@redhat.com>
18950         PR target/80322
18951         PR target/80323
18952         PR target/80325
18953         PR target/80326
18954         * config/i386/avxintrin.h (_mm256_cvtsd_f64, _mm256_cvtss_f32): New
18955         intrinsics.
18956         * config/i386/avx512fintrin.h (_mm512_int2mask, _mm512_mask2int,
18957         _mm512_abs_ps, _mm512_mask_abs_ps, _mm512_abs_pd, _mm512_mask_abs_pd,
18958         _mm512_cvtsd_f64, _mm512_cvtss_f32): Likewise.
18960 2017-04-07  Andreas Tobler  <andreast@gcc.gnu.org>
18962         * config/aarch64/aarch64-freebsd.h: Define WCHAR_TYPE.
18964 2017-04-07  Vladimir Makarov  <vmakarov@redhat.com>
18966         PR rtl-optimization/70703
18967         * ira-color.c (update_conflict_hard_regno_costs): Use
18968         int64_t instead of HOST_WIDE_INT.
18970 2017-04-07  Vladimir Makarov  <vmakarov@redhat.com>
18972         PR rtl-optimization/70478
18973         * lra-constraints.c (process_alt_operands): Disfavor alternative
18974         insn memory operands.
18976 2017-04-07  Jeff Law  <law@redhat.com>
18978         * config/iq2000/iq2000.c (final_prescan_insn): Do not separate a
18979         CALL and NOTE_INSN_CALL_ARG_LOCATION.
18981 2017-04-07  Martin Liska  <mliska@suse.cz>
18983         PR target/79889
18984         * config/aarch64/aarch64.c (aarch64_process_target_attr):
18985         Show error message instead of an ICE.
18987 2017-04-07  Martin Liska  <mliska@suse.cz>
18989         PR ipa/80212
18990         * ipa-split.c (split_function): Add function part to a same comdat
18991         group.
18993 2017-04-07  Richard Biener  <rguenther@suse.de>
18995         PR middle-end/80341
18996         * tree.c (get_unwidened): Also handle ! for_type case for
18997         INTEGER_CSTs.
18998         * convert.c (do_narrow): Split out from ...
18999         (convert_to_integer_1): ... here.  Do not pass final truncation
19000         type to get_unwidened for TRUNC_DIV_EXPR.
19002 2017-04-07  Richard Biener  <rguenther@suse.de>
19004         * tree-affine.c (wide_int_ext_for_comb): Take type rather
19005         than aff_tree.
19006         (aff_combination_const): Adjust.
19007         (aff_combination_scale): Likewise.
19008         (aff_combination_add_elt): Likewise.
19009         (aff_combination_add_cst): Likewise.
19010         (aff_combination_convert): Likewise.
19011         (add_elt_to_tree): Likewise.  Remove unused argument.
19012         (aff_combination_to_tree): Adjust calls to add_elt_to_tree.
19014 2017-04-07  Sebastian Huber  <sebastian.huber@embedded-brains.de>
19016         * config/arm/arm.h (ARM_DEFAULT_SHORT_ENUMS): Provide default
19017         definition.
19018         * config/arm/arm.c (arm_default_short_enums): Use
19019         ARM_DEFAULT_SHORT_ENUMS.
19020         * config/arm/rtems.h (ARM_DEFAULT_SHORT_ENUMS): Define.
19022 2017-04-06  Jakub Jelinek  <jakub@redhat.com>
19024         PR debug/80234
19025         * dwarf2out.c (gen_member_die): Handle C++17 inline static data
19026         members with redundant out-of-class redeclaration.
19028 2017-04-06  Uros Bizjak  <ubizjak@gmail.com>
19030         PR target/80286
19031         * config/i386/sse.md (*vec_extractv4si_0_zext_sse4): New pattern.
19032         * config/i386/i386.md (*zero_extendsidi2):
19033         Add (?*x,*x) and (?*v,*v) alternatives.
19035 2017-04-06  Uros Bizjak  <ubizjak@gmail.com>
19037         PR target/79733
19038         * config/i386/i386.c (ix86_expand_builtin)
19039         <case IX86_BUILTIN_K{,OR}TEST{C,Z}{8,16,32,64}>: Determine insn operand
19040         mode from insn data. Convert operands to insn operand mode.
19041         Copy operands that don't satisfy insn predicate to a register.
19043 2017-04-06  Sam Thursfield  <sam.thursfield@codethink.co.uk>
19045         * config/rs6000/x-aix: Increase memory limit for genautomata on AIX.
19046         Update comments.
19048 2017-04-06  Richard Biener  <rguenther@suse.de>
19050         PR tree-optimization/80334
19051         * tree-ssa-loop-ivopts.c (rewrite_use_address): Properly
19052         preserve alignment of accesses.
19054 2017-04-06  Richard Biener  <rguenther@suse.de>
19056         PR tree-optimization/80262
19057         * tree-sra.c (build_ref_for_offset): Preserve address-space
19058         information.
19059         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
19060         Drop useless address-space information on MEM_REF offsets.
19062 2017-04-05  Andreas Schwab  <schwab@linux-m68k.org>
19064         * builtins.def (BUILT_IN_UPDATE_SETJMP_BUF): Fix type.
19066 2017-04-05  Vladimir Makarov  <vmakarov@redhat.com>
19068         PR rtl-optimization/70703
19069         * ira-color.c (update_conflict_hard_regno_costs): Use
19070         HOST_WIDE_INT instead of long.
19072 2017-04-05  Uros Bizjak  <ubizjak@gmail.com>
19074         PR target/80298
19075         * config/i386/mmintrin.h: Add -msse target option when __SSE__ is
19076         not defined for x86_64 target.  Add -mmmx target option when __SSE2__
19077         is not defined.
19078         * config/i386/mm3dnow.h: Add -msse target when __SSE__ is not defined
19079         for x86_64 target.  Handle -m3dnowa option.
19081 2017-04-05  Vladimir Makarov  <vmakarov@redhat.com>
19083         PR rtl-optimization/70703
19084         * ira-color.c (update_costs_from_allocno): Use the smallest mode.
19085         (update_conflict_hard_regno_costs): Use long instead of unsigned
19086         arithmetic for cost calculation.
19088 2017-04-05  Jakub Jelinek  <jakub@redhat.com>
19089             Bernd Edlinger  <bernd.edlinger@hotmail.de>
19091         PR sanitizer/80308
19092         * asan.c (asan_store_shadow_bytes): Fix location of last_chunk_value
19093         for big endian.
19095 2017-04-05  Eric Botcazou  <ebotcazou@adacore.com>
19097         PR target/78002
19098         * config/aarch64/aarch64.c (aarch64_emit_probe_stack_range): Replace
19099         ptr_mode with Pmode throughout.
19100         * config/aarch64/aarch64.md (probe_stack_range_<PTR:mode): Rename
19101         into probe_stack_range and use DImode.
19103 2017-04-05  Dominik Vogt  <vogt@linux.vnet.ibm.com>
19105         PR target/79890
19106         * config/s390/s390.c (s390_register_info_gprtofpr): Return if
19107         call_eh_return is true.
19109 2017-04-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19111         * config/s390/s390-c.c (s390_resolve_overloaded_builtin):
19112         Initialize last_match_fntype_index.
19114 2017-04-05  Jakub Jelinek  <jakub@redhat.com>
19116         PR target/80310
19117         * tree-nvr.c: Include internal-fn.h.
19118         (pass_return_slot::execute): Ignore internal calls without
19119         direct optab.
19121 2017-04-04  Jakub Jelinek  <jakub@redhat.com>
19122             Richard Biener  <rguenther@suse.de>
19124         PR c++/80297
19125         * genmatch.c (capture::gen_transform): For GENERIC unshare_expr
19126         captures used multiple times, except for the last use.
19127         * generic-match-head.c: Include gimplify.h.
19129 2017-04-04  Jakub Jelinek  <jakub@redhat.com>
19131         PR tree-optimization/79390
19132         * target.h (struct noce_if_info): Declare.
19133         * targhooks.h (default_noce_conversion_profitable_p): Declare.
19134         * target.def (noce_conversion_profitable_p): New target hook.
19135         * ifcvt.h (struct noce_if_info): New type, moved from ...
19136         * ifcvt.c (struct noce_if_info): ... here.
19137         (noce_conversion_profitable_p): Renamed to ...
19138         (default_noce_conversion_profitable_p): ... this.  No longer
19139         static nor inline.
19140         (noce_try_store_flag_constants, noce_try_addcc,
19141         noce_try_store_flag_mask, noce_try_cmove, noce_try_cmove_arith,
19142         noce_convert_multiple_sets): Use targetm.noce_conversion_profitable_p
19143         instead of noce_conversion_profitable_p.
19144         * config/i386/i386.c: Include ifcvt.h.
19145         (ix86_option_override_internal): Don't override
19146         PARAM_MAX_RTL_IF_CONVERSION_INSNS default.
19147         (ix86_noce_conversion_profitable_p): New function.
19148         (TARGET_NOCE_CONVERSION_PROFITABLE_P): Redefine.
19149         * config/i386/x86-tune.def (X86_TUNE_ONE_IF_CONV_INSN): Adjust comment.
19150         * doc/tm.texi.in (TARGET_NOCE_CONVERSION_PROFITABLE_P): Add.
19151         * doc/tm.texi: Regenerated.
19153 2017-04-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
19155         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Grammar
19156         correction.
19158 2017-04-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
19160         PR target/80307
19161         * config/arm/arm.c (thumb1_rtx_costs): Give a cost of 32
19162         instructions for small multiply cores.
19164 2017-04-04  Jeff Law  <law@redhat.com>
19166         * config/mips/mips.c (mips_multi_add): Zero initialize the newly
19167         added member.
19168         (mips_expand_vec_perm_const): Initialize elements in orig_perm
19169         that are not set by the loop over the elements.
19171 2017-04-04  Jakub Jelinek  <jakub@redhat.com>
19173         PR target/80286
19174         * config/i386/i386.c (ix86_expand_args_builtin): If op has scalar
19175         int mode, convert_modes it to mode as unsigned, otherwise use
19176         lowpart_subreg to mode rather than SImode.
19177         * config/i386/sse.md (<mask_codefor>ashr<mode>3<mask_name>,
19178         ashr<mode>3, ashr<mode>3<mask_name>, <shift_insn><mode>3<mask_name>):
19179         Use DImode instead of SImode for the shift count operand.
19180         * config/i386/mmx.md (mmx_ashr<mode>3, mmx_<shift_insn><mode>3):
19181         Likewise.
19183 2017-04-04  Richard Biener  <rguenther@suse.de>
19185         PR middle-end/80281
19186         * match.pd (A + (-B) -> A - B): Make sure to preserve unsigned
19187         arithmetic done for the negate or the plus.  Simplify.
19188         (A - (-B) -> A + B): Likewise.
19189         * fold-const.c (split_tree): Make sure to not negate pointers.
19191 2017-04-04  Segher Boessenkool  <segher@kernel.crashing.org>
19193         PR rtl-optimization/60818
19194         * simplify-rtx.c (simplify_binary_operation_1): Do not replace
19195         a compare of comparisons with the thing compared if this results
19196         in a different machine mode.
19198 2017-04-03  Jonathan Wakely  <jwakely@redhat.com>
19200         * alias.c (base_alias_check): Fix typo in comment.
19201         * cgraph.h (class ipa_polymorphic_call_context): Likewise.
19202         * cgraphunit.c (symbol_table::compile): Likewise.
19203         * collect2.c (maybe_run_lto_and_relink): Likewise.
19204         * config/arm/arm.c (arm_thumb1_mi_thunk): Likewise.
19205         * config/avr/avr-arch.h (avr_arch_info_t): Likewise.
19206         * config/avr/avr.c (avr_map_op_t): Likewise.
19207         * config/cr16/cr16.h (DATA_ALIGNMENT): Likewise.
19208         * config/epiphany/epiphany.c (TARGET_ARG_PARTIAL_BYTES): Likewise.
19209         * config/epiphany/epiphany.md (movcc): Likewise.
19210         * config/i386/i386.c (legitimize_pe_coff_extern_decl): Likewise.
19211         * config/m68k/m68k.c (struct _sched_ib, m68k_sched_variable_issue):
19212         Likewise.
19213         * config/mips/mips.c (mips_save_restore_reg): Likewise.
19214         * config/rx/rx.c (rx_is_restricted_memory_address): Likewise.
19215         * config/s390/s390.c (Z10_EARLYLOAD_DISTANCE): Likewise.
19216         * config/sh/sh.c (sh_rtx_costs): Likewise.
19217         * fold-const.c (fold_truth_andor): Likewise.
19218         * genautomata.c (collapse_flag): Likewise.
19219         * gengtype.h (struct type::u::s): Likewise.
19220         * gensupport.c (has_subst_attribute, add_mnemonic_string): Likewise.
19221         * input.c (FORMAT_AMOUNT): Likewise.
19222         * ipa-cp.c (class ipcp_lattice, agg_replacements_to_vector)
19223         (known_aggs_to_agg_replacement_list): Likewise.
19224         * ipa-inline-analysis.c: Likewise.
19225         * ipa-inline.h (estimate_edge_time, estimate_edge_hints): Likewise.
19226         * ipa-polymorphic-call.c
19227         (ipa_polymorphic_call_context::restrict_to_inner_class): Likewise.
19228         * loop-unroll.c (analyze_insn_to_expand_var): Likewise.
19229         * lra.c (lra_optional_reload_pseudos, lra_subreg_reload_pseudos):
19230         Likewise.
19231         * modulo-sched.c (apply_reg_moves): Likewise.
19232         * omp-expand.c (build_omp_regions_1): Likewise.
19233         * trans-mem.c (struct tm_wrapper_hasher): Likewise.
19234         * tree-ssa-loop-ivopts.c (may_eliminate_iv): Likewise.
19235         * tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Likewise.
19236         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
19237         * value-prof.c: Likewise.
19238         * var-tracking.c (val_reset): Likewise.
19240 2017-04-03  Richard Biener  <rguenther@suse.de>
19242         PR tree-optimization/80275
19243         * fold-const.c (split_address_to_core_and_offset): Handle
19244         POINTER_PLUS_EXPR.
19246 2017-04-03  Eric Botcazou  <ebotcazou@adacore.com>
19248         * tree-nested.c (get_descriptor_type): Make sure that the alignment of
19249         descriptors is at least equal to that of functions.
19251 2017-04-02  Uros Bizjak  <ubizjak@gmail.com>
19253         * config/i386/sse.md (movdi_to_sse): Add missing DONE.
19255 2017-04-02  Uros Bizjak  <ubizjak@gmail.com>
19257         PR target/80250
19258         * config/i386/sse.md (mov<IMOD4:mode>): Remove insn pattern.
19259         (mov<IMOD4:mode>): New expander.
19260         (*mov<IMOD4:mode>_internal): New insn and split pattern.
19262 2017-03-31  Segher Boessenkool  <segher@kernel.crashing.org>
19264         PR rtl-optimization/79405
19265         * fwprop.c (propagations_left): New variable.
19266         (forward_propagate_into): Decrement it.
19267         (fwprop_init): Initialize it.
19268         (fw_prop): If the variable has reached zero, stop propagating.
19269         (fwprop_addr): Ditto.
19271 2017-03-31  Jakub Jelinek  <jakub@redhat.com>
19273         PR debug/79255
19274         * dwarf2out.c (decls_for_scope): If BLOCK_NONLOCALIZED_VAR is
19275         a FUNCTION_DECL, pass it as decl instead of origin to
19276         process_scope_var.
19278 2017-03-31  Alexander Monakov  <amonakov@ispras.ru>
19280         * config/nvptx/nvptx.c (nvptx_output_softstack_switch): Correct format
19281         string.
19283 2017-03-31  Pat Haugen  <pthaugen@us.ibm.com>
19285         PR target/80107
19286         * config/rs6000/rs6000.md (extendhi<mode>2): Add test for
19287         TARGET_VSX_SMALL_INTEGER.
19289 2017-03-31  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
19291         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
19292         reference to the OpenPOWER 64-Bit ELF V2 ABI Specification.
19294 2017-03-31  Matthew Fortune  <matthew.fortune@imgtec.com>
19296         * config/mips/mips-msa.md (msa_vec_extract_<msafmt_f>): Update
19297         extraction from odd-numbered MSA register.
19299 2017-03-31  Jakub Jelinek  <jakub@redhat.com>
19301         PR middle-end/80173
19302         * expmed.c (store_bit_field_1): Don't attempt to create
19303         a word subreg out of hard registers wider than word if they
19304         have HARD_REGNO_NREGS of 1 for their mode.
19306         PR middle-end/80163
19307         * varasm.c (initializer_constant_valid_p_1): Disallow sign-extending
19308         conversions to integer types wider than word and pointer.
19310         PR debug/80025
19311         * cselib.h (rtx_equal_for_cselib_1): Add depth argument.
19312         (rtx_equal_for_cselib_p): Pass 0 to it.
19313         * cselib.c (cselib_hasher::equal): Likewise.
19314         (rtx_equal_for_cselib_1): Add depth argument.  If depth
19315         is 128, don't look up VALUE locs and punt.  Increment
19316         depth in recursive calls when walking VALUE locs.
19318 2017-03-31  Bernd Edlinger  <bernd.edlinger@hotmail.de>
19320         * gcov.c (md5sum_to_hex): Fix output of MD5 hex bytes.
19321         (make_gcov_file_name): Use the canonical path name for generating
19322         the MD5 value.
19323         (read_line): Fix handling of files with ascii null bytes.
19325 2017-03-30  Matthew Fortune  <matthew.fortune@imgtec.com>
19327         * config/mips/mips.c (mips_expand_vector_init): Create a const_vector
19328         to initialise a vector register instead
19329         of using a const_int.
19331 2017-03-30  Jakub Jelinek  <jakub@redhat.com>
19333         PR translation/80189
19334         * gimplify.c (omp_default_clause): Use %qs instead of %s in
19335         diagnostic messages.
19337 2017-03-30  Peter Bergner  <bergner@vnet.ibm.com>
19339         PR target/80246
19340         * config/rs6000/dfp.md (dfp_dxex_<mode>): Update mode of operand 0.
19341         (dfp_diex_<mode>): Update mode of operand 1.
19342         * doc/extend.texi (dxex, dxexq): Document change to return type.
19343         (diex, diexq): Document change to argument type.
19345 2017-03-30  Martin Jambor  <mjambor@suse.cz>
19347         PR ipa/77333
19348         * cgraph.h (cgraph_build_function_type_skip_args): Declare.
19349         * cgraph.c (redirect_call_stmt_to_callee): Set gimple fntype so that
19350         it reflects the signature changes performed at the callee side.
19351         * cgraphclones.c (build_function_type_skip_args): Make public, renamed
19352         to cgraph_build_function_type_skip_args.
19353         (build_function_decl_skip_args): Adjust call to the above function.
19355 2017-03-30  Jakub Jelinek  <jakub@redhat.com>
19357         PR target/80206
19358         * config/i386/sse.md
19359         (<extract_type>_vextract<shuffletype><extract_suf>_mask): Use
19360         register as dest whenever it is a MEM not rtx_equal_p to the
19361         corresponding dup operand, and when forcing into reg move the
19362         reg into the memory afterwards.
19363         (<extract_type_2>_vextract<shuffletype><extract_suf_2>_mask):
19364         Likewise.  Use <ssehalfvecmode> instead of <ssequartermode>
19365         for the force_reg mode.
19366         (avx512vl_vextractf128<mode>): Use register as dest either
19367         always when a MEM, or when it is a MEM not rtx_equal_p to the
19368         corresponding dup operand, or even not when it is a CONST_VECTOR
19369         depending on the mode and lo vs. hi.
19370         (avx512dq_vextract<shuffletype>64x2_1_maskm): Remove extraneous
19371         parens.
19372         (avx512f_vextract<shuffletype>32x4_1_maskm): Likewise.
19373         (<mask_codefor>avx512dq_vextract<shuffletype>64x2_1<mask_name>):
19374         Likewise.  Require that operands[2] is even.
19375         (<mask_codefor>avx512f_vextract<shuffletype>32x4_1<mask_name>):
19376         Remove extraneous parens.  Require that operands[2] is a multiple
19377         of 4.
19378         (vec_extract_lo_<mode><mask_name>): Don't bother testing if
19379         operands[0] is a MEM if <mask_applied>, the predicates/constraints
19380         disallow memory then.
19382 2017-03-30  Richard Biener  <rguenther@suse.de>
19384         PR tree-optimization/77498
19385         * tree-ssa-pre.c (phi_translate_1): Do not allow simplifications
19386         to non-constants over backedges.
19388 2017-03-29  Segher Boessenkool  <segher@kernel.crashing.org>
19390         PR rtl-optimization/80233
19391         * combine.c (combine_instructions): Only take NONDEBUG_INSN_P insns
19392         as last_combined_insn.  Do not test for BARRIER_P separately.
19394 2017-03-29  Andreas Schwab  <schwab@suse.de>
19396         PR ada/80146
19397         * calls.c (prepare_call_address): Convert funexp to Pmode before
19398         copying to temp reg.
19400 2017-03-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
19402         PR tree-optimization/80158
19403         * gimple-ssa-strength-reduction.c (replace_mult_candidate):
19404         Handle possible future case of more than one alternate
19405         interpretation.
19406         (replace_rhs_if_not_dup): Likewise.
19407         (replace_one_candidate): Likewise.
19409 2017-03-28  Vladimir Makarov  <vmakarov@redhat.com>
19411         PR rtl-optimization/80193
19412         * ira.c (ira): Do not check allocation for LRA.
19414 2017-03-28  Alexander Monakov  <amonakov@ispras.ru>
19416         * config/nvptx/nvptx-protos.h (nvptx_output_simt_enter): Declare.
19417         (nvptx_output_simt_exit): Declare.
19418         * config/nvptx/nvptx.c (nvptx_init_unisimt_predicate): Use
19419         cfun->machine->unisimt_location.  Handle NULL unisimt_predicate.
19420         (init_softstack_frame): Move initialization of crtl->is_leaf to...
19421         (nvptx_declare_function_name): ...here.  Emit declaration of local
19422         memory space buffer for omp_simt_enter insn.
19423         (nvptx_output_unisimt_switch): New.
19424         (nvptx_output_softstack_switch): New.
19425         (nvptx_output_simt_enter): New.
19426         (nvptx_output_simt_exit): New.
19427         * config/nvptx/nvptx.h (struct machine_function): New fields
19428         has_simtreg, unisimt_location, simt_stack_size, simt_stack_align.
19429         * config/nvptx/nvptx.md (UNSPECV_SIMT_ENTER): New unspec.
19430         (UNSPECV_SIMT_EXIT): Ditto.
19431         (omp_simt_enter_insn): New insn.
19432         (omp_simt_enter): New expansion.
19433         (omp_simt_exit): New insn.
19434         * config/nvptx/nvptx.opt (msoft-stack-reserve-local): New option.
19436         * internal-fn.c (expand_GOMP_SIMT_ENTER): New.
19437         (expand_GOMP_SIMT_ENTER_ALLOC): New.
19438         (expand_GOMP_SIMT_EXIT): New.
19439         * internal-fn.def (GOMP_SIMT_ENTER): New internal function.
19440         (GOMP_SIMT_ENTER_ALLOC): Ditto.
19441         (GOMP_SIMT_EXIT): Ditto.
19442         * target-insns.def (omp_simt_enter): New insn.
19443         (omp_simt_exit): Ditto.
19444         * omp-low.c (struct omplow_simd_context): New fields simt_eargs,
19445         simt_dlist.
19446         (lower_rec_simd_input_clauses): Implement SIMT privatization.
19447         (lower_rec_input_clauses): Likewise.
19448         (lower_lastprivate_clauses): Handle SIMT privatization.
19450         * omp-offload.c: Include langhooks.h, tree-nested.h, stor-layout.h.
19451         (ompdevlow_adjust_simt_enter): New.
19452         (find_simtpriv_var_op): New.
19453         (execute_omp_device_lower): Handle IFN_GOMP_SIMT_ENTER,
19454         IFN_GOMP_SIMT_ENTER_ALLOC, IFN_GOMP_SIMT_EXIT.
19456         * tree-inline.h (struct copy_body_data): New field dst_simt_vars.
19457         * tree-inline.c (expand_call_inline): Handle SIMT privatization.
19458         (copy_decl_for_dup_finish): Ditto.
19460         * tree-ssa.c (execute_update_addresses_taken): Handle GOMP_SIMT_ENTER.
19462 2017-03-28  Uros Bizjak  <ubizjak@gmail.com>
19464         PR target/53383
19465         * config/i386/i386.c (ix86_option_override_internal): Always
19466         allow -mpreferred-stack-boundary=3 for 64-bit targets.
19468 2017-03-28  Bin Cheng  <bin.cheng@arm.com>
19470         * tree-vect-loop.c (optimize_mask_stores): Add bb to the right loop.
19472 2017-03-28  Bin Cheng  <bin.cheng@arm.com>
19474         * tree-vect-loop-manip.c (slpeel_add_loop_guard): New param and
19475         mark new edge's irreducible flag accordign to it.
19476         (vect_do_peeling): Check loop preheader edge's irreducible flag
19477         and pass it to function slpeel_add_loop_guard.
19479 2017-03-28  Richard Sandiford  <richard.sandiford@arm.com>
19481         PR tree-optimization/80218
19482         * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
19483         Update block frequencies and counts.
19485 2017-03-28  Richard Biener  <rguenther@suse.de>
19487         PR tree-optimization/78644
19488         * tree-ssa-ccp.c (evaluate_stmt): When we may not use the value
19489         of a simplification result we may not use it at all.
19491 2017-03-28  Richard Biener  <rguenther@suse.de>
19493         PR ipa/80205
19494         * tree-inline.c (copy_phis_for_bb): Do not create PHI node
19495         without arguments, generate default definition of a SSA name.
19497 2017-03-28  Richard Biener  <rguenther@suse.de>
19499         PR middle-end/80222
19500         * gimple-fold.c (gimple_fold_indirect_ref): Do not touch
19501         TYPE_REF_CAN_ALIAS_ALL references.
19502         * fold-const.c (fold_indirect_ref_1): Likewise.
19504 2017-03-28  Martin Liska  <mliska@suse.cz>
19506         PR ipa/80104
19507         * cgraphunit.c (cgraph_node::expand_thunk): Mark argument of a
19508         thunk call as DECL_GIMPLE_REG_P when vector or complex type.
19510 2017-03-28  Claudiu Zissulescu  <claziss@synopsys.com>
19511             Thomas Petazzoni  <thomas.petazzoni@free-electrons.com>
19513         * config/arc/arc.h (CPP_SPEC): Add subtarget_cpp_spec.
19514         (EXTRA_SPECS): Define.
19515         (SUBTARGET_EXTRA_SPECS): Likewise.
19516         (SUBTARGET_CPP_SPEC): Likewise.
19517         * config/arc/elf.h (EXTRA_SPECS): Renamed to
19518         SUBTARGET_EXTRA_SPECS.
19519         * config/arc/linux.h (SUBTARGET_CPP_SPEC): Define.
19521 2017-03-28  Claudiu Zissulescu  <claziss@synopsys.com>
19523         * config/arc/simdext.md (vst64_insn): Update pattern.
19524         (vld32wh_insn): Likewise.
19525         (vld32wl_insn): Likewise.
19526         (vld64_insn): Likewise.
19527         (vld32_insn): Likewise.
19529 2017-03-28  Marek Polacek  <polacek@redhat.com>
19531         PR sanitizer/80067
19532         * fold-const.c (fold_comparison): Use protected_set_expr_location
19533         instead of SET_EXPR_LOCATION.
19535 2017-03-28  Markus Trippelsdorf  <markus@trippelsdorf.de>
19537         * tree.c (add_expr): Avoid name lookup warning.
19539 2017-03-27  Jeff Law  <law@redhat.com>
19541         PR tree-optimization/80216
19542         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Fix typo in
19543         function name.  Limit recursion depth.
19544         (record_temporary_equivalences): Corresponding changes.
19546 2017-03-27  Jonathan Wakely  <jwakely@redhat.com>
19548         * doc/invoke.texi (-Wno-narrowing): Reorder so default behavior is
19549         covered first.
19551 2017-03-27  Jakub Jelinek  <jakub@redhat.com>
19553         PR target/80102
19554         * reg-notes.def (REG_CFA_NOTE): Define.  Use it for CFA related
19555         notes.
19556         * cfgcleanup.c (reg_note_cfa_p): New array.
19557         (insns_have_identical_cfa_notes): New function.
19558         (old_insns_match_p): Don't cross-jump in between /f
19559         and non-/f instructions.  If both i1 and i2 are frame related,
19560         verify all CFA notes, their order and content.
19562 2017-03-27  Michael Meissner  <meissner@linux.vnet.ibm.com>
19564         PR target/78543
19565         * config/rs6000/rs6000.md (bswaphi2_extenddi): Combine bswap
19566         HImode and SImode with zero extend to DImode to one insn.
19567         (bswap<mode>2_extenddi): Likewise.
19568         (bswapsi2_extenddi): Likewise.
19569         (bswaphi2_extendsi): Likewise.
19570         (bswaphi2): Combine bswap HImode and SImode into one insn.
19571         Separate memory insns from swapping register.
19572         (bswapsi2): Likewise.
19573         (bswap<mode>2): Likewise.
19574         (bswaphi2_internal): Delete, no longer used.
19575         (bswapsi2_internal): Likewise.
19576         (bswap<mode>2_load): Split bswap HImode/SImode into separate load,
19577         store, and gpr<-gpr swap insns.
19578         (bswap<mode>2_store): Likewise.
19579         (bswaphi2_reg): Register only splitter, combine with the splitter.
19580         (bswaphi2 splitter): Likewise.
19581         (bswapsi2_reg): Likewise.
19582         (bswapsi2 splitter): Likewise.
19583         (bswapdi2): If we have the LDBRX and STDBRX instructions, split
19584         the insns into load, store, and register/register insns.
19585         (bswapdi2_ldbrx): Likewise.
19586         (bswapdi2_load): Likewise.
19587         (bswapdi2_store): Likewise.
19588         (bswapdi2_reg): Likewise.
19590 2017-03-27  Gunther Nikl  <gnikl@users.sourceforge.net>
19592         * system.h (HAVE_DESIGNATED_INITIALIZERS): Fix non C++ case.
19593         (HAVE_DESIGNATED_UNION_INITIALIZERS): Likewise.
19595 2017-03-27  Kelvin Nilsen  <kelvin@gcc.gnu.org>
19597         PR target/80103
19598         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Edit and
19599         add comments.
19600         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
19601         special handling for target option conflicts between dform
19602         options (-mpower9-dform, -mpower9-dform-vector,
19603         -mpower9-dform-scalar) and -mno-direct-move.
19605 2017-03-27  Richard Biener  <rguenther@suse.de>
19607         PR tree-optimization/80181
19608         * tree-ssa-ccp.c (likely_value): UNDEFINED ^ X is UNDEFINED.
19610 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
19612         * config/arc/predicates.md (move_double_src_operand): Replace the
19613         call to move_double_src_operand with a call to address_operand.
19615 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
19617         * config/arc/elf.h (ARGET_ARC_TP_REGNO_DEFAULT): Define.
19618         * config/arc/linux.h (ARGET_ARC_TP_REGNO_DEFAULT): Likewise.
19619         * config/arc/arc.opt (mtp-regno): Use ARGET_ARC_TP_REGNO_DEFAULT.
19621 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
19623         * config/arc/predicates.md (long_immediate_loadstore_operand):
19624         Consider scaled addresses cases.
19626 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
19628         * config/arc/arc.c (arc_epilogue_uses): BLINK should be also
19629         restored when in interrupt.
19630         * config/arc/arc.md (simple_return): ARCv2 rtie instruction
19631         doesn't have delay slot.
19633 2017-03-27  Richard Biener  <rguenther@suse.de>
19635         PR ipa/79776
19636         * tree-ssa-structalias.c (associate_varinfo_to_alias): Skip
19637         inlined thunk clones.
19639 2017-03-27  Jakub Jelinek  <jakub@redhat.com>
19641         PR sanitizer/80168
19642         * asan.c (instrument_derefs): Copy over last operand from
19643         original COMPONENT_REF to the new COMPONENT_REF with
19644         DECL_BIT_FIELD_REPRESENTATIVE.
19645         * ubsan.c (instrument_object_size): Likewise.
19647 2017-03-27  Richard Biener  <rguenther@suse.de>
19649         PR tree-optimization/80170
19650         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Make
19651         sure DR/SCEV didnt fold in constants we do not see when looking
19652         at the reference base alignment.
19654 2017-03-27  Richard Biener  <rguenther@suse.de>
19656         PR middle-end/80171
19657         * gimple-fold.c (fold_ctor_reference): Properly guard against
19658         NULL return value from canonicalize_constructor_val.
19660 2017-03-25  Uros Bizjak  <ubizjak@gmail.com>
19662         PR target/80180
19663         * config/i386/i386.c (ix86_expand_builtin)
19664         <IX86_BUILTIN_RDSEED{16,32,64}_STEP>: Do not expand arg0 between
19665         flags reg setting and flags reg using instructions.
19666         <IX86_BUILTIN_RDRAND{16,32,64}_STEP>: Ditto.  Use non-flags reg
19667         clobbering instructions to zero extend op2.
19669 2017-03-25  Gerald Pfeifer  <gerald@pfeifer.com>
19671         * doc/install.texi (Configuration) <--with-aix-soname>:
19672         Update link to AIX ld.
19674 2017-03-25  Bernd Schmidt  <bschmidt@redhat.com>
19676         PR rtl-optimization/80160
19677         PR rtl-optimization/80159
19678         * lra-assigns.c (must_not_spill_p): Tighten new test to also take
19679         reg_alternate_class into account.
19681 2017-03-24  Vladimir Makarov  <vmakarov@redhat.com>
19683         PR target/80148
19684         * lra-assigns.c (assign_by_spills): Add spilled non-reload pseudos
19685         to consider in curr_insn_transform.
19687 2017-03-24  Jakub Jelinek  <jakub@redhat.com>
19689         * genrecog.c (validate_pattern): Add VEC_SELECT validation.
19690         * genmodes.c (emit_min_insn_modes_c): Call emit_mode_nunits
19691         and emit_mode_inner.
19693 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19695         * config/s390/s390-builtins.def: Add VXE builtins.  Add a flags
19696         argument to the overloaded builtin variants.  Use the new flag to
19697         deprecate certain builtin variants.
19698         * config/s390/s390-builtin-types.def: Add new builtin types.
19699         * config/s390/s390-builtins.h: Support new flags field for
19700         overloaded builtins.
19701         * config/s390/s390-c.c (OB_DEF_VAR): New flags field.
19702         (s390_macro_to_expand): Enable vector float data type.
19703         (s390_cpu_cpp_builtins_internal): Indicate support of the new
19704         builtins by incrementing the __VEC__ version number.
19705         (s390_expand_overloaded_builtin): Support expansion of vec_xl and
19706         vec_xst.
19707         (s390_resolve_overloaded_builtin): Emit error messages depending
19708         on the builtin flags.
19709         * config/s390/s390.c (s390_expand_builtin): Support additional
19710         flags argument.  Change error message to match the messages
19711         emitted in s390-c.c.
19712         * config/s390/s390.md: New UNSPEC_* constants.
19713         (op_type): Add new instruction types.
19714         * config/s390/vecintrin.h: Add new builtins and test data class
19715         constants.
19716         * config/s390/vx-builtins.md (V_HW_32_64): Add V4SF.
19717         (V_HW_4, VEC_HW, VECF_HW): New mode iterators.
19718         (VEC_INEXACT, VEC_NOINEXACT): New constants.
19719         ("vec_splats<mode>", "vec_insert<mode>", "vec_promote<mode>")
19720         ("vec_insert_and_zero<mode>", "vec_mergeh<mode>")
19721         ("vec_mergel<mode>"): V_HW -> VEC_HW.
19723         ("vlrlrv16qi", "vstrlrv16qi", "vbpermv16qi", "vec_msumv2di")
19724         ("vmslg", "*vftci<mode>_cconly", "vftci<mode>_intcconly")
19725         ("*vftci<mode>", "vftci<mode>_intcc", "vec_double_s64")
19726         ("vec_double_u64", "vfmin<mode>", "vfmax<mode>"): New definition.
19728         ("and_av2df3", "and_cv2df3", "vec_andc_av2df3")
19729         ("vec_andc_cv2df3", "xor_av2df3", "xor_cv2df3", "vec_nor_av2df3")
19730         ("vec_nor_cv2df3", "ior_av2df3", "ior_cv2df3", "vec_nabs")
19731         ("*vftcidb", "*vftcidb_cconly", "vftcidb"): Remove definition.
19733         ("vec_all_<fpcmpcc:code>v2df", "vec_any_<fpcmpcc:code>v2df")
19734         ("vec_scatter_elementv4si_DI", "vec_cmp<fpcmp:code>v2df")
19735         ("vec_di_to_df_s64", "vec_di_to_df_u64", "vec_df_to_di_u64")
19736         ("vfidb", "*vldeb", "*vledb", "*vec_cmp<insn_cmp>v2df_cconly")
19737         ("vec_cmpeqv2df_cc", "vec_cmpeqv2df_cc", "vec_cmphv2df_cc")
19738         ("vec_cmphev2df_cc", "*vec_cmpeqv2df_cc")
19739         ("*vec_cmphv2df_cc", "*vec_cmphev2df_cc"): Enable new modes as ...
19741         ("vec_all_<fpcmpcc:code><mode>", "vec_any_<fpcmpcc:code><mode>")
19742         ("vec_scatter_element<V_HW_4:mode>_DI")
19743         ("vec_cmp<fpcmp:code><mode>", "vcdgb", "vcdlgb", "vclgdb")
19744         ("vec_fpint<mode>", "vflls")
19745         ("vflrd", "*vec_cmp<insn_cmp><mode>_cconly", "vec_cmpeq<mode>_cc")
19746         ("vec_cmpeq<mode>_cc", "vec_cmph<mode>_cc", "vec_cmphe<mode>_cc")
19747         ("*vec_cmpeq<mode>_cc", "*vec_cmph<mode>_cc")
19748         ("*vec_cmphe<mode>_cc"): ... these.
19750         ("vec_ctd_s64", "vec_ctsl", "vec_ctul", "vec_st2f"): Use rounding
19751         mode constant instead of magic value.
19753 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19755         * config/s390/s390.c (s390_expand_vec_compare): Support other
19756         vector floating point modes than just V2DF.
19757         (s390_expand_vcond): Likewise.
19758         (s390_hard_regno_mode_ok): Allow SFmode values in VRs.
19759         (s390_cannot_change_mode_class): Prevent mode changes between TF
19760         and V1TF in vector registers.
19761         * config/s390/s390.md (DF, SF): New mode attributes.
19762         ("*cmp<mode>_ccs", "add<mode>3", "sub<mode>3", "mul<mode>3")
19763         ("fma<mode>4", "fms<mode>4", "div<mode>3", "*neg<mode>2"): Add
19764         SFmode support for VRs.
19765         * config/s390/vector.md (V_HW, V_HW2, VT_HW, ti*, nonvec): Add new
19766         vector fp modes.
19767         (VFT, VF_HW): New mode iterators.
19768         (vw, sdx): New mode attributes.
19769         ("addv2df3", "subv2df3", "mulv2df3", "divv2df3", "sqrtv2df2")
19770         ("fmav2df4","fmsv2df4", "negv2df2", "absv2df2", "*negabsv2df2")
19771         ("smaxv2df3", "sminv2df3", "*vec_cmp<VFCMP_HW_OP:code>v2df_nocc")
19772         ("vec_cmpuneqv2df", "vec_cmpltgtv2df", "vec_orderedv2df")
19773         ("vec_unorderedv2df"): Adjust the v2df only patterns to support
19774         also the new vector floating point modes.  Renaming to ...
19776         ("add<mode>3", "sub<mode>3", "mul<mode>3", "div<mode>3")
19777         ("sqrt<mode>2", "fma<mode>4", "fms<mode>4", "neg<mode>2")
19778         ("abs<mode>2", "negabs<mode>2", "smax<mode>3")
19779         ("smin<mode>3", "*vec_cmp<VFCMP_HW_OP:code><mode>_nocc")
19780         ("vec_cmpuneq<mode>", "vec_cmpltgt<mode>", "vec_ordered<mode>")
19781         ("vec_unordered<mode>"): ... these.
19783         ("neg_fma<mode>4", "neg_fms<mode>4", "*smax<mode>3_vxe")
19784         ("*smin<mode>3_vxe", "*sminv2df3_vx", "*vec_extendv4sf")
19785         ("*vec_extendv2df"): New insn definitions.
19787 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19789         * config/s390/s390.md ("*adddi3_sign", "*subdi3_sign", "mulditi3")
19790         ("mulditi3_2", "*muldi3_sign"): New patterns.
19791         ("muldi3", "*muldi3", "mulsi3", "*mulsi3"): Add an expander and
19792         rename the pattern definition.
19794 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19796         * config/s390/s390.md ("indirect_jump"): Turn insn definition into
19797         expander.
19798         ("*indirect_jump", "*indirect2_jump"): New pattern definitions.
19800 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19802         * config/s390/s390.c (s390_expand_vec_init): Use vllezl
19803         instruction if possible.
19804         * config/s390/vector.md (vec_halfnumelts): New mode
19805         attribute.
19806         ("*vec_vllezlf<mode>"): New pattern.
19808 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19810         * config/s390/vector.md ("popcountv16qi2", "popcountv8hi2")
19811         ("popcountv4si2", "popcountv2di2"): Rename to ...
19812         ("popcount<mode>2", "popcountv8hi2_vx", "popcountv4si2_vx")
19813         ("popcountv2di2_vx"): ... these and add !TARGET_VXE to the
19814         condition.
19815         ("popcount<mode>2_vxe"): New pattern.
19817 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19819         * common/config/s390/s390-common.c (processor_flags_table): Add
19820         arch12.
19821         * config.gcc: Add arch12.
19822         * config/s390/driver-native.c (s390_host_detect_local_cpu):
19823         Default to arch12 for unknown CPU model numbers.
19824         * config/s390/s390-builtins.def: Add B_VXE builtin flag.
19825         * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Adjust
19826         PROCESSOR_max sanity check.
19827         * config/s390/s390-opts.h (enum processor_type): Add
19828         PROCESSOR_ARCH12.
19829         * config/s390/s390.c (processor_table): Add arch12.
19830         (s390_expand_builtin): Add check for B_VXE flag.
19831         (s390_issue_rate): Add PROCESSOR_ARCH12.
19832         (s390_get_sched_attrmask): Likewise.
19833         (s390_get_unit_mask): Likewise.
19834         (s390_sched_score): Enable z13 scheduling for arch12.
19835         (s390_sched_reorder): Likewise.
19836         (s390_sched_variable_issue): Likewise.
19837         * config/s390/s390.h (enum processor_flags): Add PF_ARCH12 and
19838         PF_VXE.
19839         (s390_tune_attr): Use z13 scheduling also for arch12.
19840         (TARGET_CPU_ARCH12, TARGET_CPU_ARCH12_P, TARGET_CPU_VXE)
19841         (TARGET_CPU_VXE_P, TARGET_ARCH12, TARGET_ARCH12_P, TARGET_VXE)
19842         (TARGET_VXE_P): New macros.
19843         * config/s390/s390.md: Add arch12 to cpu attribute.  Add arch12
19844         and vxe to cpu_facility.  Add arch12 and vxe to enabled attribute.
19845         * config/s390/s390.opt: Add arch12 as processor_type.
19847 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19849         * config/s390/s390.md
19850         ("fixuns_truncdddi2", "fixuns_trunctddi2")
19851         ("fixuns_trunc<BFP:mode><GPR:mode>2"): Merge into ...
19852         ("fixuns_trunc<FP:mode><GPR:mode>2"): New expander.
19854         ("fixuns_trunc<BFP:mode><GPR:mode>2", "fixuns_trunc<mode>si2"):
19855         Rename expanders to ...
19857         ("fixuns_trunc<BFP:mode><GPR:mode>2_emu")
19858         ("fixuns_truncdddi2_emu"): ... these.
19860         ("fixuns_trunc<mode>si2_emu"): New expander.
19862         ("*fixuns_truncdfdi2_z13"): Rename to ...
19863         ("*fixuns_truncdfdi2_vx"): ... this.
19865 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19867         * config/s390/2964.md: Remove the single element vector compare
19868         instructions which are no longer used.
19869         * config/s390/s390.c (s390_select_ccmode): Remove handling of
19870         vector CCmodes.
19871         (s390_canonicalize_comparison): Remove handling of DFmode
19872         compares.
19873         (s390_expand_vec_compare_scalar): Remove function.
19874         (s390_emit_compare): Don't call s390_expand_vec_compare_scalar.
19875         * config/s390/s390.md ("*vec_cmp<insn_cmp>df_cconly"): Remove
19876         pattern.
19877         ("*cmp<mode>_ccs"): Add wfcdb instruction.
19879 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19881         * config/s390/s390.md ("mov<mode>_64dfp" DD_DF): Use vleig for loading a
19882         FP zero.
19883         ("*mov<mode>_64" DD_DF): Remove the vector instructions. These
19884         will anyway by matched by mov<mode>_64dfp.
19886 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19888         * config/s390/s390.md ("mov<mode>" SD_SF): Change vleg/vsteg to
19889         vlef/vstef.  Add missing operand to vleif.
19891 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19893         * config/s390/s390.c (s390_expand_vec_init): Enable vector load
19894         pair for all vector types with 64 bit elements.
19895         * config/s390/vx-builtins.md (V_HW_64): Move mode iterator to ...
19896         * config/s390/vector.md (V_HW_64): ... here.
19897         (V_128_NOSINGLE): New mode iterator.
19898         ("vec_init<V_HW:mode>"): Use V_128 as mode iterator.
19899         ("*vec_splat<mode>"): Use V_128_NOSINGLE mode iterator.
19900         ("*vec_tf_to_v1tf", "*vec_ti_to_v1ti"): New pattern definitions.
19901         ("*vec_load_pairv2di"): Change to ...
19902         ("*vec_load_pair<mode>"): ... this one.
19904 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19906         * config/s390/constraints.md: Add comments.
19907         (jKK): Reject element sizes > 8 bytes.
19908         * config/s390/s390.c (s390_split_ok_p): Enable splitting also for
19909         s_operands.
19910         * config/s390/s390.md: Add the s_operand checks formerly in
19911         s390_split_ok_p to various splitters where they are still
19912         required.
19913         * config/s390/vector.md ("mov<mode>" V_128): Add GPR alternatives
19914         for 128 bit vectors.  Plus two splitters.
19916 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19918         * config/s390/s390.md: Rename the cpu facilty vec to vx throughout
19919         the file.
19921 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19923         PR target/79893
19924         * config/s390/s390-c.c (s390_adjust_builtin_arglist): Issue an
19925         error if the boundary argument is not constant.
19927 2017-03-24  Jakub Jelinek  <jakub@redhat.com>
19929         PR rtl-optimization/80112
19930         * loop-doloop.c (doloop_condition_get): Don't check condition
19931         if cmp isn't SET with IF_THEN_ELSE src.
19933 2017-03-24  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
19935         PR tree-optimization/80158
19936         * gimple-ssa-strength-reduction.c (replace_mult_candidate): When
19937         replacing a candidate statement, also replace it for the
19938         candidate's alternate interpretation.
19939         (replace_rhs_if_not_dup): Likewise.
19940         (replace_one_candidate): Likewise.
19942 2017-03-24  Richard Biener  <rguenther@suse.de>
19944         PR tree-optimization/80167
19945         * graphite-isl-ast-to-gimple.c
19946         (translate_isl_ast_to_gimple::is_valid_rename): Handle default-defs
19947         properly.
19948         (translate_isl_ast_to_gimple::get_rename): Likewise.
19950 2017-03-23  Kelvin Nilsen  <kelvin@gcc.gnu.org>
19952         * config/rs6000/rs6000.c (rs6000_option_override_internal): Change
19953         handling of certain combinations of target options, including the
19954         combinations -mpower8-vector vs. -mno-vsx, -mpower9-vector vs.
19955         -mno-power8-vector, and -mpower9_dform vs. -mno-power9-vector.
19957 2017-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19959         PR target/71436
19960         * config/arm/arm.md (*load_multiple): Add reload_completed to
19961         matching condition.
19963 2017-03-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
19964             Richard Biener  <rguenth@suse.de>
19966         PR tree-optimization/79908
19967         PR tree-optimization/80136
19968         * tree-stdarg.c (expand_ifn_va_arg_1): For a VA_ARG whose LHS has
19969         been cast away, gimplify_and_add suffices.
19971 2017-03-23  Markus Trippelsdorf  <markus@trippelsdorf.de>
19973         * tree-vrp.c (identify_jump_threads): Delete avail_exprs.
19975 2017-03-23  Richard Biener  <rguenther@suse.de>
19977         PR tree-optimization/80032
19978         * gimplify.c (gimple_push_cleanup): Forced unconditional
19979         cleanups still have to go to the conditional_cleanups
19980         sequence.
19982 2017-03-22  Jakub Jelinek  <jakub@redhat.com>
19984         PR tree-optimization/80072
19985         * tree-ssa-reassoc.c (struct operand_entry): Change id field type
19986         to unsigned int.
19987         (next_operand_entry_id): Change type to unsigned int.
19988         (sort_by_operand_rank): Make sure to return the right return value
19989         even if unsigned fields are bigger than INT_MAX.
19990         (struct oecount): Change cnt and id type to unsigned int.
19991         (oecount_hasher::equal): Formatting fix.
19992         (oecount_cmp): Make sure to return the right return value
19993         even if unsigned fields are bigger than INT_MAX.
19994         (undistribute_ops_list): Change next_oecount_id type to unsigned int.
19996         PR c++/80129
19997         * gimplify.c (gimplify_modify_expr_rhs) <case COND_EXPR>: Clear
19998         TREE_READONLY on result if writing it more than once.
20000         PR sanitizer/80110
20001         * doc/invoke.texi (-fsanitize=thread): Document that with
20002         -fnon-call-exceptions atomics are not able to throw
20003         exceptions.
20005         PR sanitizer/80110
20006         * tsan.c: Include tree-eh.h.
20007         (instrument_builtin_call): Call maybe_clean_eh_stmt or
20008         maybe_clean_or_replace_eh_stmt where needed.
20009         (instrument_memory_accesses): Add cfg_changed argument.
20010         Call gimple_purge_dead_eh_edges on each block and set *cfg_changed
20011         if it returned true.
20012         (tsan_pass): Adjust caller.  Return TODO_cleanup_cfg if cfg_changed.
20014         PR rtl-optimization/63191
20015         * config/i386/i386.c (ix86_delegitimize_address): Turn into small
20016         wrapper function, moved the whole old content into ...
20017         (ix86_delegitimize_address_1): ... this.  New inline function.
20018         (ix86_find_base_term): Use ix86_delegitimize_address_1 with
20019         true as last argument instead of ix86_delegitimize_address.
20021 2017-03-22  Wilco Dijkstra  <wdijkstr@arm.com>
20023         * config/aarch64/aarch64.c (generic_branch_cost): Copy
20024         cortexa57_branch_cost.
20026 2017-03-22  Wilco Dijkstra  <wdijkstr@arm.com>
20028         * config/aarch64/aarch64.c (generic_tunings): Add AES fusion.
20030 2017-03-21  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
20032         PR target/80123
20033         * doc/md.texi (Constraints): Document wA constraint.
20034         * config/rs6000/constraints.md (wA): New.
20035         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add wA reg_class.
20036         (rs6000_init_hard_regno_mode_ok): Init wA constraint.
20037         * config/rs6000/rs6000.h (RS6000_CONSTRAINT_wA): New.
20038         * config/rs6000/vsx.md (vsx_splat_<mode>): Use wA constraint.
20040 2017-03-22  Cesar Philippidis  <cesar@codesourcery.com>
20042         PR c++/80029
20043         * gimplify.c (is_oacc_declared): New function.
20044         (oacc_default_clause): Use it to set default flags for acc declared
20045         variables inside parallel regions.
20046         (gimplify_scan_omp_clauses): Strip firstprivate pointers for acc
20047         declared variables.
20048         (gimplify_oacc_declare): Gimplify the declare clauses.  Add the
20049         declare attribute to any decl as necessary.
20051 2017-03-22  Thomas Preud'homme  <thomas.preudhomme@arm.com>
20053         PR target/80082
20054         * config/arm/arm-isa.h (isa_bit_lpae): New feature bit.
20055         (ISA_ARMv7ve): Add isa_bit_lpae to the definition.
20056         * config/arm/arm-protos.h (arm_arch7ve): Rename into ...
20057         (arm_arch_lpae): This.
20058         * config/arm/arm.c (arm_arch7ve): Rename into ...
20059         (arm_arch_lpae): This.  Define it in term of isa_bit_lpae.
20060         * config/arm/arm.h (TARGET_HAVE_LPAE): Redefine in term of
20061         arm_arch_lpae.
20063 2017-03-22  Martin Liska  <mliska@suse.cz>
20065         PR target/79906
20066         * config/rs6000/rs6000.c (rs6000_inner_target_options): Show
20067         error message instead of an ICE.
20069 2017-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
20071         * doc/extend.texi (6.11 Additional Floating Types): Revise.
20073 2017-03-21  Kelvin Nilsen  <kelvin@gcc.gnu.org>
20075         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Add
20076         comments.
20077         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
20078         comments.
20080 2017-03-21  Martin Sebor  <msebor@redhat.com>
20082         * doc/extend.texi: Use "cannot" instead of "can't."
20083         * doc/hostconfig.texi: Same.
20084         * doc/install.texi: Same.
20085         * doc/invoke.texi: Same.
20086         * doc/loop.texi: Same.
20087         * doc/md.texi: Same.
20088         * doc/objc.texi: Same.
20089         * doc/rtl.texi: Same.
20090         * doc/tm.texi: Same.
20091         * doc/tm.texi.in: Same.
20092         * doc/trouble.texi: Same.
20094 2017-03-21  Alexandre Oliva <aoliva@redhat.com>
20096         PR debug/63238
20097         * dwarf2out.c (struct checksum_attributes): Add at_alignment.
20098         (collect_checksum_attributes): Set it.
20099         (die_checksum_ordered): Use it.
20101 2017-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
20103         PR tree-optimization/79908
20104         * tree-stdarg.c (expand_ifn_va_arg_1): Revert the following
20105         change: For a VA_ARG whose LHS has been cast away, use
20106         force_gimple_operand to construct the side effects.
20108 2017-03-21  David Malcolm  <dmalcolm@redhat.com>
20110         PR translation/80001
20111         * omp-offload.c (oacc_loop_fixed_partitions): Make diagnostics
20112         more amenable to translation.
20113         (oacc_loop_auto_partitions): Likewise.
20115 2017-03-21  Marek Polacek  <polacek@redhat.com>
20116             Martin Sebor  <msebor@redhat.com>
20118         PR tree-optimization/80109
20119         * gimple-ssa-warn-alloca.c (alloca_call_type): Only call get_range_info
20120         on INTEGRAL_TYPE_P.
20122 2017-03-21  Jakub Jelinek  <jakub@redhat.com>
20123             Segher Boessenkool  <segher@kernel.crashing.org>
20125         PR target/80125
20126         * combine.c (can_combine_p): Revert the 2017-03-20 change, only
20127         check reg_used_between_p between insn and one of succ or succ2
20128         depending on if succ is artificial insn not inserted into insn
20129         stream.
20131 2017-03-21  Martin Liska  <mliska@suse.cz>
20133         PR gcov-profile/80081
20134         * Makefile.in: Add gcov-dump and fix installation of gcov-tool.
20135         * doc/gcc.texi: Include gcov-dump stuff.
20136         * doc/gcov-dump.texi: New file.
20138 2017-03-21  Toma Tabacu  <toma.tabacu@imgtec.com>
20140         PR rtl-optimization/79150
20141         * config/mips/mips.c (mips_block_move_loop): Emit a NOP after the
20142         conditional jump, if the jump is the last insn of the loop.
20144 2017-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
20145             Richard Biener  <rguenth@suse.de>
20147         PR tree-optimization/79908
20148         * tree-stdarg.c (expand_ifn_va_arg_1): For a VA_ARG whose LHS has
20149         been cast away, use force_gimple_operand to construct the side
20150         effects.
20152 2017-03-21  Martin Liska  <mliska@suse.cz>
20154         PR libfortran/79956
20155         * simplify-rtx.c (simplify_immed_subreg): Initialize a variable
20156         to NULL.
20158 2017-03-21  Brad Spengler <spender@grsecurity.net>
20160         PR plugins/80094
20161         * plugin.c (htab_hash_plugin): New function.
20162         (add_new_plugin): Use it and adjust.
20163         (parse_plugin_arg_opt): Adjust.
20164         (init_one_plugin): Likewise.
20166 2017-03-21  Richard Biener  <rguenther@suse.de>
20168         PR tree-optimization/80032
20169         * gimplify.c (gimple_push_cleanup): Add force_uncond parameter,
20170         if set force the cleanup to happen unconditionally.
20171         (gimplify_target_expr): Push inserted clobbers with force_uncond
20172         to avoid them being removed by control-dependent DCE.
20174 2017-03-21  Richard Biener  <rguenther@suse.de>
20176         PR tree-optimization/80122
20177         * tree-inline.c (copy_bb): Do not expans va-arg packs or
20178         va_arg_pack_len when the inlined call stmt requires pack
20179         expansion itself.
20180         * tree-inline.h (struct copy_body_data): Make call_stmt a gcall *.
20182 2017-03-21  Jakub Jelinek  <jakub@redhat.com>
20184         PR sanitizer/78158
20185         * tsan.c (instrument_builtin_call): If the memory model argument
20186         is not a constant, assume it is valid.
20188         PR c/67338
20189         * fold-const.c (round_up_loc): Negate divisor in unsigned type to
20190         avoid UB.
20192 2017-03-20  Segher Boessenkool  <segher@kernel.crashing.org>
20194         PR rtl-optimization/79910
20195         * combine.c (can_combine_p): Do not allow combining an I0 or I1
20196         if its dest is used by an insn before I2 (other than the combined
20197         insns themselves, which are properly handled already).
20199 2017-03-20  Segher Boessenkool  <segher@kernel.crashing.org>
20201         Revert:
20202         2017-03-17  Bernd Schmidt  <bschmidt@redhat.com>
20204         * combine.c (record_used_regs): New static function.
20205         (try_combine): Handle situations where there is an additional
20206         instruction between I2 and I3 which needs to have a LOG_LINK
20207         updated.
20209         Revert:
20210         2017-03-17  Jim Wilson  <jim.wilson@linaro.org>
20212         * combine.c (try_combine): Delete redundant i1 test.  Call
20213         prev_nonnote_nondebug_insn instead of prev_nonnote_insn.
20215 2017-03-20  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
20217         PR target/80083
20218         * config/rs6000/rs6000.md (*movsi_internal1): Fix constraints for
20219         alternatives 13/14.
20221 2017-03-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
20223         PR tree-optimization/80054
20224         * gimple-ssa-strength-reduction.c (all_phi_incrs_profitable): Fail
20225         the optimization if a PHI or any of its arguments is not dominated
20226         by the candidate's basis.  Use gphi* rather than gimple* as
20227         appropriate.
20228         (replace_profitable_candidates): Clean up a gimple* variable that
20229         should be a gphi* variable.
20231 2017-03-20  Martin Sebor  <msebor@redhat.com>
20233         PR c++/52477
20234         * doc/extend.texi (attribute constructor): Document present limitation.
20236 2017-03-20  Kelvin Nilsen  <kelvin@gcc.gnu.org>
20238         PR target/79963
20239         * config/rs6000/altivec.h (vec_all_ne): Under __cplusplus__ and
20240         __POWER9_VECTOR__ #ifdef control, change template definition to
20241         use Power9-specific built-in function.
20242         (vec_any_eq): Likewise.
20243         * config/rs6000/vector.md (vector_ae_v2di_p): Change the flag used
20244         to control outcomes from this test.
20245         (vector_ae_<mode>p): For VEC_F modes, likewise.
20247 2017-03-20  Ian Lance Taylor  <iant@google.com>
20249         * config/i386/i386.c (ix86_function_regparm): Save an extra
20250         register for -fsplit-stack with DECL_STATIC_CHAIN.
20252 2017-03-17  Palmer Dabbelt  <palmer@dabbelt.com>
20254         PR target/79912
20255         * config/riscv/riscv.c (riscv_preferred_reload_class): Remove.
20256         (TARGET_PREFERRED_RELOAD_CLASS): Likewise.
20258 2017-03-17  Palmer Dabbelt  <palmer@dabbelt.com>
20260         * config/riscv/riscv.c (riscv_print_operand): Use "fence
20261         iorw,ow".
20262         * config/riscv/sync.mc (mem_thread_fence_1): Use "fence
20263         iorw,iorw".
20265 2017-03-20  Marek Polacek  <polacek@redhat.com>
20267         PR sanitizer/80063
20268         * asan.c (DEF_SANITIZER_BUILTIN): Use do { } while (0).
20270 2017-03-20  Richard Biener  <rguenther@suse.de>
20272         PR tree-optimization/80113
20273         * graphite-isl-ast-to-gimple.c (copy_loop_phi_nodes): Do not
20274         allocate extra SSA name for PHI def.
20275         (add_close_phis_to_outer_loops): Likewise.
20276         (add_close_phis_to_merge_points): Likewise.
20277         (copy_loop_close_phi_args): Likewise.
20278         (copy_cond_phi_nodes): Likewise.
20280 2017-03-20  Martin Liska  <mliska@suse.cz>
20282         PR middle-end/79753
20283         * tree-chkp.c (chkp_build_returned_bound): Do not build
20284         returned bounds for a LHS that's not a BOUNDED_P type.
20286 2017-03-20  Martin Liska  <mliska@suse.cz>
20288         PR target/79769
20289         PR target/79770
20290         * tree-chkp.c (chkp_find_bounds_1): Handle REAL_CST,
20291         COMPLEX_CST and VECTOR_CST.
20293 2017-03-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
20295         PR target/78857
20296         * config/s390/s390.md ("cmp<mode>_ccs_0"): Add a clobber of the
20297         target operand.  A new splitter adds the clobber statement in case
20298         the target operand is dead anyway.
20300 2017-03-19  Gerald Pfeifer  <gerald@pfeifer.com>
20302         * doc/install.texi (Specific) <sparc-*-linux*>: No longer refer
20303         to age-old versions of binutils and glibc.
20305 2017-03-18  Segher Boessenkool  <segher@kernel.crashing.org>
20307         * doc/contrib.texi (Contributors): Remove duplicate entry for myself.
20309 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
20311         * doc/contrib.texi (Contributors): Add Segher Boessenkool.
20313 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
20315         * doc/install.texi (Specific) <arm-*-eabi>: Remove old
20316         requirement for binutils 2.13.
20318 2017-03-17  Jim Wilson  <jim.wilson@linaro.org>
20320         * combine.c (try_combine): Delete redundant i1 test.  Call
20321         prev_nonnote_nondebug_insn instead of prev_nonnote_insn.
20323 2017-03-17  Palmer Dabbelt  <palmer@dabbelt.com
20325         * doc/install.texi (Specific) <riscv32-*-elf>: Add riscv32-*-elf,
20326         riscv32-*-linux, riscv64-*-elf, riscv64-*-linux to the table of
20327         contents.
20328         <riscv64-*-elf>: Re-arrange section
20329         <riscv32-*-elf>: Add a note about requiring binutils 2.28.
20330         <riscv32-*-linux>: Likewise.
20331         <riscv64-*-elf>: Likewise
20332         <riscv64-*-linux>: Likewise.
20334 2017-03-17  Richard Earnshaw  <rearnsha@arm.com>
20336         PR target/80052
20337         * aarch64.opt(verbose-cost-dump): Fix typo.
20339 2017-03-17  Pat Haugen  <pthaugen@us.ibm.com>
20341         PR target/79951
20342         * config/rs6000/rs6000.md (copysign<mode>3_fcpsgn): Test
20343         for VECTOR_UNIT_VSX_P (<MODE>mode) too.
20345 2017-03-17  Bernd Schmidt  <bschmidt@redhat.com>
20347         * reload.c (find_reloads): When reloading a nonoffsettable address,
20348         use RELOAD_OTHER for it and its address reloads.
20350         PR rtl-optimization/79910
20351         * combine.c (record_used_regs): New static function.
20352         (try_combine): Handle situations where there is an additional
20353         instruction between I2 and I3 which needs to have a LOG_LINK
20354         updated.
20356 2017-03-17  Jeff Law  <law@redhat.com>
20358         PR tree-optimization/71437
20359         * tree-vrp.c (simplify_stmt_for_jump_threading): Lookup the
20360         conditional in the hash table first.
20361         (vrp_dom_walker::before_dom_children): Extract condition from
20362         ASSERT_EXPR.  Record condition, its inverion and any implied
20363         conditions as well.
20365 2017-03-17  Marek Polacek  <polacek@redhat.com>
20366             Markus Trippelsdorf  <markus@trippelsdorf.de>
20368         PR tree-optimization/80079
20369         * gimple-ssa-store-merging.c (class pass_store_merging): Initialize
20370         m_stores_head.
20372 2017-03-17  Richard Biener  <rguenther@suse.de>
20374         PR middle-end/80075
20375         * tree-eh.c (stmt_could_throw_1_p): Only handle gimple assigns.
20376         Properly verify the LHS before the RHS possibly claims to be
20377         handled.
20378         (stmt_could_throw_p): Hande gimple conds fully here.  Clobbers
20379         do not throw.
20381 2017-03-17  Martin Jambor  <mjambor@suse.cz>
20383         * doc/invoke.texi (Option Options): Include -fipa-vrp in the list.
20384         (List of -O2 options): Likewise.
20385         (-fipa-bit-cp): Replace "ipa" with "interprocedural."
20386         (-fipa-vrp) New.
20388 2017-03-17  Tom de Vries  <tom@codesourcery.com>
20390         * gcov-dump.c (print_usage): Print bug_report_url.
20392 2017-03-17  Richard Biener  <rguenther@suse.de>
20394         PR middle-end/80050
20395         * genmatch.c (parser::next): Remove pointless check for CPP_EOF.
20396         (parser::peek): Likewise.
20398 2017-03-17  Richard Biener  <rguenther@suse.de>
20400         PR tree-optimization/80048
20401         * sese.c (free_sese_info): Properly release rename_map and
20402         copied_bb_map elements.
20404 2017-03-16  Alexandre Oliva <aoliva@redhat.com>
20406         * gimple-ssa-store-merging.c (struct imm_store_chain_info):
20407         Add linked-list forward and backlinks.  Insert on
20408         construction, remove on destruction.
20409         (class pass_store_merging): Add m_stores_head field.
20410         (pass_store_merging::terminate_and_process_all_chains):
20411         Iterate over m_stores_head list.
20412         (pass_store_merging::terminate_all_aliasing_chains):
20413         Likewise.
20414         (pass_store_merging::execute): Check for debug stmts first.
20415         Push new chains onto the m_stores_head stack.
20417 2017-03-16  Michael Meissner  <meissner@linux.vnet.ibm.com>
20419         PR target/71294
20420         * config/rs6000/vsx.md (vsx_splat_<mode>, VSX_D iterator): Allow a
20421         SPLAT operation on ISA 2.07 64-bit systems that have direct move,
20422         but no MTVSRDD support, by doing MTVSRD and XXPERMDI.
20424 2017-03-16  Jeff Law  <law@redhat.com>
20426         PR tree-optimization/71437
20427         * tree-ssa-dom.c (dom_opt_dom_walker): Remove thread_across_edge
20428         member function.  Implementation moved into after_dom_children
20429         member function and into the threader's thread_outgoing_edges
20430         function.
20431         (dom_opt_dom_walker::after_dom_children): Simplify by moving
20432         some code into new thread_outgoing_edges.
20433         * tree-ssa-threadedge.c (thread_across_edge): Make static and simplify
20434         definition.  Simplify marker handling (do it here).   Assume we always
20435         have the available expression and the const/copies tables.
20436         (thread_outgoing_edges): New function extracted from tree-ssa-dom.c
20437         and tree-vrp.c
20438         * tree-ssa-threadedge.h (thread_outgoing_edges): Declare.
20439         * tree-vrp.c (equiv_stack): No longer file scoped.
20440         (vrp_dom_walker): New class.
20441         (vrp_dom_walker::before_dom_children): New member function.
20442         (vrp_dom_walker::after_dom_children): Likewise.
20443         (identify_jump_threads):  Setup domwalker.  Use it rather than
20444         walking edges in a random order by hand.  Simplify setup/finalization.
20445         (finalize_jump_threads): Remove.
20446         (vrp_finalize): Do not call identify_jump_threads here.
20447         (execute_vrp): Do it here instead and call thread_through_all_blocks
20448         here too.
20450         PR tree-optimization/71437
20451         * tree-ssa-dom.c (pfn_simplify): Add basic_block argument.  All
20452         callers changed.
20453         (simplify_stmt_for_jump_threading): Add basic_block argument.  All
20454         callers changed.
20455         (lhs_of_dominating_assert): Moved from here into tree-vrp.c.
20456         (dom_opt_dom_walker::thread_across_edge): Remove
20457         handle_dominating_asserts argument.  All callers changed.
20458         (record_temporary_equivalences_from_stmts_at_dest): Corresponding
20459         changes.  Remove calls to lhs_of_dominating_assert.  Other
20460         uses of handle_dominating_asserts turn into unconditional code
20461         (simplify_control_stmt_condition_1): Likewise.
20462         (simplify_control_stmt_condition): Likewise.
20463         (thread_through_normal_block, thread_across_edge): Likewise.
20464         * tree-ssa-threadedge.h (thread_across_edge): Corresponding changes.
20465         * tree-vrp.c (lhs_of_dominating_assert): Move here.  Return original
20466         object if it is not an SSA_NAME.
20467         (simplify_stmt_for_jump_threading): Call lhs_of_dominating_assert
20468         before calling into the VRP specific simplifiers.
20469         (identify_jump_threads): Remove handle_dominating_asserts
20470         argument.
20472 2017-03-16  Jakub Jelinek  <jakub@redhat.com>
20474         PR fortran/79886
20475         * tree-diagnostic.c (default_tree_printer): No longer static.
20476         * tree-diagnostic.h (default_tree_printer): New prototype.
20478 2017-03-16  Tamar Christina  <tamar.christina@arm.com>
20480         * config/aarch64/aarch64-simd.md (*aarch64_simd_mov<mode>)
20481         Change ins into fmov.
20483 2017-03-16  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20485         * config/aarch64/iterators.md (h_con): Return "x" for V4HF and V8HF.
20486         * config/aarch64/aarch64-simd.md (*aarch64_fma4_elt_from_dup<mode>):
20487         Use h_con constraint for operand 1.
20488         (*aarch64_fnma4_elt_from_dup<mode>): Likewise.
20489         (*aarch64_mulx_elt_from_dup<mode>): Likewise for operand 2.
20491 2017-03-15  Jeff Law  <law@redhat.com>
20493         PR tree-optimization/71437
20494         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): New function.
20495         (record_temporary_equivalences): Use it.
20497         PR tree-optimization/71437
20498         * tree-ssa-dom.c (struct cond_equivalence): Moved from here into
20499         tree-ssa-scopedtables.
20500         (lookup_avail_expr, build_and_record_new_cond): Likewise.
20501         (record_conditions, record_cond, vuse_eq): Likewise.
20502         (record_edge_info): Adjust to API tweak of record_conditions.
20503         (simplify_stmt_for_jump_threading): Similarly for lookup_avail_expr.
20504         (record_temporary_equivalences, optimize_stmt): Likewise.
20505         (eliminate_redundant_computations): Likewise.
20506         (record_equivalences_from_stmt): Likewise.
20507         * tree-ssa-scopedtables.c: Include options.h and params.h.
20508         (vuse_eq): New function, moved from tree-ssa-dom.c
20509         (build_and_record_new_cond): Likewise.
20510         (record_conditions): Likewise.  Accept vector of conditions rather
20511         than edge_equivalence structure for first argument.
20512         for the first argument.
20513         (avail_exprs_stack::lookup_avail_expr): New member function, moved
20514         from tree-ssa-dom.c.
20515         (avail_exprs_stack::record_cond): Likewise.
20516         * tree-ssa-scopedtables.h (struct cond_equivalence): Moved here
20517         from tree-ssa-dom.c.
20518         (avail_exprs_stack): Add new member functions lookup_avail_expr
20519         and record_cond.
20520         (record_conditions): Declare.
20522 2017-03-15  Vladimir Makarov  <vmakarov@redhat.com>
20524         PR target/80017
20525         * lra-constraints.c (process_alt_operands): Increase reject for
20526         reloading an input/output operand.
20528 2017-03-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
20530         PR target/79038
20531         * config/rs6000/rs6000.md (float<QHI:mode><IEEE128:mode>2): Define
20532         insns to convert from signed/unsigned char/short to IEEE 128-bit
20533         floating point.
20534         (floatuns<QHI:mode><IEEE128:mode>2): Likewise.
20536 2017-03-15  Uros Bizjak  <ubizjak@gmail.com>
20538         PR target/80019
20539         * config/i386/i386.c (ix86_vector_duplicate_value): Create
20540         subreg of inner mode for values already in registers.
20542 2017-03-15  Bernd Schmidt  <bschmidt@redhat.com>
20544         * config/c6x/c6x.c (hwloop_optimize): Handle case where the old
20545         iteration reg is used after the loop.
20547 2017-03-14  Martin Sebor  <msebor@redhat.com>
20549         PR tree-optimization/79800
20550         * gimple-ssa-sprintf.c (format_floating: Add argument.  Handle
20551         precision in negative-positive range.
20552         (format_floating): Call non-const overload with adjusted precision.
20554 2017-03-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
20556         PR target/79947
20557         * config/rs6000/rs6000.h (TARGET_FRSQRTES): Add check for
20558         -mpowerpc-gfxopt.
20560 2017-03-14  Martin Sebor  <msebor@redhat.com>
20562         PR middle-end/80020
20563         * builtin-attrs.def (ATTR_ALLOC_SIZE_2_NOTHROW_LIST): New macro.
20564         * builtins.def (aligned_alloc): Use it.
20566         PR c/79936
20567         * Makefile.in (GTFILES): Add calls.c.
20568         * calls.c: Include "gt-calls.h".
20570 2017-03-14  Bernd Schmidt  <bschmidt@redhat.com>
20572         PR rtl-optimization/79728
20573         * regs.h (struct target_regs): New field
20574         x_contains_allocatable_regs_of_mode.
20575         (contains_allocatable_regs_of_mode): New macro.
20576         * reginfo.c (init_reg_sets_1): Initialize it, and change
20577         contains_reg_of_mode so it includes global regs as well.
20578         * reload.c (push_reload): Use contains_allocatable_regs_of_mode
20579         rather than contains_regs_of_mode.
20581 2017-03-14  Martin Liska  <mliska@suse.cz>
20583         * doc/invoke.texi: Document options that can't be combined with
20584         -fcheck-pointer-bounds.
20586 2017-03-14  Martin Liska  <mliska@suse.cz>
20588         PR middle-end/79831
20589         * doc/invoke.texi (-Wchkp): Document the option.
20591 2017-03-14  Martin Liska  <mliska@suse.cz>
20593         * Makefile.in: Install gcov-dump.
20595 2017-03-14  Martin Liska  <mliska@suse.cz>
20597         * multiple_target.c (expand_target_clones): Bail out for
20598         an invalid attribute.
20600 2017-03-14  Richard Biener  <rguenther@suse.de>
20602         * alias.c (struct alias_set_entry): Pack properly.
20603         * cfgloop.h (struct loop): Likewise.
20604         * cse.c (struct set): Likewise.
20605         * ipa-utils.c (struct searchc_env): Likewise.
20606         * loop-invariant.c (struct invariant): Likewise.
20607         * lra-remat.c (struct cand): Likewise.
20608         * recog.c (struct change_t): Likewise.
20609         * rtl.h (struct address_info): Likewise.
20610         * symbol-summary.h (function_summary): Likewise.
20611         * tree-loop-distribution.c (struct partition): Likewise.
20612         * tree-object-size.c (struct object_size_info): Likewise.
20613         * tree-ssa-loop-ivopts.c (struct cost_pair): Likewise.
20614         * tree-ssa-threadupdate.c (struct ssa_local_info_t): Likewise.
20615         * tree-vect-data-refs.c (struct _vect_peel_info): Likewise.
20616         * tree-vect-slp.c (struct _slp_oprnd_info): Likewise.
20617         * tree-vect-stmts.c (struct simd_call_arg_info): Likewise.
20618         * tree-vectorizer.h (struct _loop_vec_info): Likewise.
20619         (struct _stmt_vec_info): Likewise.
20621 2017-03-14  Martin Liska  <mliska@suse.cz>
20623         PR target/79892
20624         * multiple_target.c (create_dispatcher_calls): Check that
20625         a target can create a function dispatcher.
20627 2017-03-14  Martin Liska  <mliska@suse.cz>
20629         PR lto/66295
20630         * multiple_target.c (expand_target_clones): Drop local.local
20631         flag for default implementation.
20633 2017-03-14  Richard Biener  <rguenther@suse.de>
20635         PR tree-optimization/80030
20636         * tree-vect-stmts.c (vectorizable_store): Plug memleak.
20638 2017-03-13  Kito Cheng  <kito.cheng@gmail.com>
20640         * config/riscv/riscv.c (riscv_emit_float_compare>: Use
20641         gcc_fallthrough() instead of __attribute__((fallthrough));
20643 2017-03-13  Gerald Pfeifer  <gerald@pfeifer.com>
20645         * doc/gcc.texi: Remove "up" link to (DIR).
20646         * doc/gccint.texi: Ditto.
20648 2017-03-13  Gerald Pfeifer  <gerald@pfeifer.com>
20650         * doc/install.texi (Specific) <avr>: Remove reference to
20651         binutils 2.13.
20653 2017-03-13  Jeff Law  <law@redhat.com>
20655         * config/riscv/riscv.c (riscv_emit_float_compare): Use fallthru
20656         attribute rather than comments.
20658         * config/pdp11/pdp11.md (movmemhi): Adjust operand numbers to
20659         match_scratch operand is highest.
20661 2017-03-13  Martin Liska  <mliska@suse.cz>
20663         PR middle-end/78339
20664         * ipa-pure-const.c (warn_function_noreturn): If the declarations
20665         is a CHKP clone, use original declaration.
20667 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
20669         * config/arc/arc.c (arc_init): Use multiplier whenever we have it.
20670         (arc_conditional_register_usage): Use a different allocation order
20671         when optimizing for size.
20672         * common/config/arc/arc-common.c (arc_option_optimization_table):
20673         Section anchors default on when optimizing for size.
20675 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
20677         * config/arc/arc.md (*tst_bitfield_tst): Fix pattern.
20679 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
20681         * config/arc/arc.c (arc_output_addsi): Emit code density adds.
20682         * config/arc/arc.md (cpu_facility): Add cd variant.
20683         (*movqi_insn): Add code density variant.
20684         (*movhi_insn): Likewise.
20685         (*movqi_insn): Likewise.
20686         (*addsi3_mixed): Likewise.
20687         (subsi3_insn): Likewise.
20689 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
20691         * config/arc/arc.md (movsi_cond_exec): Update constraint.
20693 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
20695         * config/arc/arc.c (arc_legitimize_pic_address): Handle PIC
20696         expressions with MINUS and UNARY ops.
20698 2017-03-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20700         PR target/79911
20701         * config/arm/neon.md (vec_sel_widen_ssum_lo<VQI:mode><VW:mode>3):
20702         Rename to...
20703         (vec_sel_widen_ssum_lo<mode><V_half>3): ... This. Avoid mismatch
20704         between vec_select and vector argument.
20705         (vec_sel_widen_ssum_hi<VQI:mode><VW:mode>3): Rename to...
20706         (vec_sel_widen_ssum_hi<mode><V_half>3): ... This. Likewise.
20707         (vec_sel_widen_usum_lo<VQI:mode><VW:mode>3): Rename to...
20708         (vec_sel_widen_usum_lo<mode><V_half>3): ... This.
20709         (vec_sel_widen_usum_hi<VQI:mode><VW:mode>3): Rename to...
20710         (vec_sel_widen_usum_hi<mode><V_half>3): ... This.
20712 2017-03-13  Richard Biener  <rguenther@suse.de>
20714         PR other/79991
20715         * params.def (vect-max-peeling-for-alignment): Fix typo.
20717 2017-03-12  Gerald Pfeifer  <gerald@pfeifer.com>
20719         * doc/install.texi (Specific) <mips-*-*>: Remove description of
20720         issue that only occurred with binutils below 2.18.
20722 2017-03-12  Gerald Pfeifer  <gerald@pfeifer.com>
20724         * doc/install.texi (Specific) <cris-axis-elf>: No longer
20725         refer to binutils 2.11/2.12 minimum.
20727 2017-03-12  Gerald Pfeifer  <gerald@pfeifer.com>
20729         * doc/install.texi (Specific) <powerpc-*-*>: Remove link to
20730         ftp.kernel.org and simplify binutils requirement.
20732 2017-03-11  Gerald Pfeifer  <gerald@pfeifer.com>
20734         * doc/invoke.texi (Warning Options): Fix spelling of link-time
20735         optimization.
20736         (Optimize Options): Ditto.  Also remove redundancy.
20738 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
20740         PR translation/79848
20741         * ipa-devirt.c (warn_types_mismatch): Simplify uses of "%<%s%>" to
20742         "%qs".
20743         * ipa-pure-const.c (suggest_attribute): Likewise.  Convert _
20744         to G_ to avoid double translation.
20746 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
20748         PR translation/79923
20749         * auto-profile.c (get_combined_location): Convert leading
20750         character of diagnostics to lower case and remove trailing period.
20751         (read_profile): Likewise for various diagnostics.
20752         * config/arm/arm.c (arm_option_override): Remove trailing period
20753         from various diagnostics.
20754         * config/msp430/msp430.c (msp430_expand_delay_cycles): Likewise.
20755         (msp430_expand_delay_cycles): Likewise.
20757 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
20759         PR target/79925
20760         * config/aarch64/aarch64.c (aarch64_validate_mcpu): Quote the
20761         full command-line argument, rather than just "str".
20762         (aarch64_validate_march): Likewise.
20763         (aarch64_validate_mtune): Likewise.
20765 2017-03-10  Bernd Schmidt  <bschmidt@redhat.com>
20767         PR rtl-optimization/78911
20768         * lra-assigns.c (must_not_spill_p): New function.
20769         (spill_for): Use it.
20771 2017-03-10  Jakub Jelinek  <jakub@redhat.com>
20773         PR tree-optimization/79981
20774         * tree-vrp.c (extract_range_basic): Handle IMAGPART_EXPR of
20775         ATOMIC_COMPARE_EXCHANGE ifn result.
20776         (stmt_interesting_for_vrp, vrp_visit_stmt): Handle
20777         IFN_ATOMIC_COMPARE_EXCHANGE.
20779 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
20781         PR driver/79875
20782         * opts.c (parse_sanitizer_options): Add missing question mark to
20783         "did you mean" message.
20785 2017-03-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
20787         * config/rs6000/rs6000-builtin.def (VMULEUB_UNS): Remove orphaned
20788         built-in.
20789         (VMULEUH_UNS): Likewise.
20790         (VMULOUB_UNS): Likewise.
20791         (VMULOUH_UNS): Likewise.
20792         * config/rs6000/rs6000.c (builtin_function_type): Remove
20793         references to ALTIVEC_BUILTIN_VMUL[EO]U[BH]_UNS.
20795 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
20797         PR bootstrap/79952
20798         * read-rtl-function.c (function_reader::read_rtx_operand): Update
20799         x with result of extra_parsing_for_operand_code_0.
20800         (function_reader::extra_parsing_for_operand_code_0): Convert
20801         return type from void to rtx, returning x.  When reading
20802         SYMBOL_REF with SYMBOL_FLAG_HAS_BLOCK_INFO, reallocate x to the
20803         larger size containing struct block_symbol.
20805 2017-03-10  Segher Boessenkool  <segher@kernel.crashing.org>
20807         * config/rs6000/rs6000.c (rs6000_option_override_internal): Disallow
20808         -mfloat128-hardware without -m64.
20810 2017-03-10  Will Schmidt <will_schmidt@vnet.ibm.com>
20812         PR target/79941
20813         * config/rs6000/rs6000.c (builtin_function_type): Add VMUL*U[HB]
20814         entries to the case statement that marks unsigned arguments to
20815         overloaded functions.
20817 2017-03-10  Kelvin Nilsen  <kelvin@gcc.gnu.org>
20819         * config/rs6000/rs6000.c (rs6000_option_override_internal): Fix
20820         two typographic errors in the handling of TARGET_UPPER_REGS_DI.
20822 2017-03-10  Pat Haugen  <pthaugen@us.ibm.com>
20824         PR target/79907
20825         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Test
20826         TARGET_UPPER_REGS_DI when setting 'wi' constraint regclass.
20828 2017-03-10  Martin Liska  <mliska@suse.cz>
20830         PR target/65705
20831         PR target/69804
20832         * toplev.c (process_options): Enable MPX with LSAN and UBSAN.
20833         * tree-chkp.c (chkp_walk_pointer_assignments): Verify that
20834         FIELD != NULL.
20836 2017-03-10  Olivier Hainque  <hainque@adacore.com>
20838         * tree-switch-conversion (array_value_type): Start by resetting
20839         candidate type to it's main variant.
20841 2017-03-10  Jakub Jelinek  <jakub@redhat.com>
20843         PR rtl-optimization/79909
20844         * combine.c (try_combine): Use simplify_replace_rtx on individual
20845         CALL_INSN_FUNCTION_USAGE elements instead of replace_rtx on copy_rtx
20846         of the whole CALL_INSN_FUNCTION_USAGE.
20848         PR tree-optimization/79972
20849         * gimple-ssa-warn-alloca.c (alloca_call_type): Only call
20850         get_range_info on SSA_NAMEs.  Formatting fixes.
20852 2017-03-10  Richard Biener  <rguenther@suse.de>
20853             Jakub Jelinek  <jakub@redhat.com>
20855         PR tree-optimization/77975
20856         * tree-ssa-loop-niter.c (get_base_for): Allow phi argument from latch
20857         edge to be constant.
20858         (get_val_for): For constant x return it.  Formatting fix.
20859         (loop_niter_by_eval): Avoid pointless looping if the next iteration
20860         would use the same bases as the current one.
20862 2017-03-09  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
20864         * config/rs6000/rs6000.c (rs6000_gen_le_vsx_permute): Use rotate
20865         instead of vec_select for V1TImode.
20866         * conifg/rs6000/vsx.md (VSX_LE): Remove mode iterator that is no
20867         longer needed.
20868         (VSX_LE_128): Add V1TI to this mode iterator.
20869         (*vsx_le_perm_load_<mode>): Change to use VSX_D mode iterator.
20870         (*vsx_le_perm_store_<mode>): Likewise.
20871         (pre-reload splitter for VSX stores): Likewise.
20872         (post-reload splitter for VSX stores): Likewise.
20873         (*vsx_xxpermdi2_le_<mode>): Likewise.
20874         (*vsx_lxvd2x2_le_<mode>): Likewise.
20875         (*vsx_stxvd2x2_le_<mode>): Likewise.
20877 2017-03-09  Michael Eager  <eager@eagercon.com>
20879         Correct failures with --enable-checking=yes,rtl.
20881         * config/microblaze/microblaze.c (microblaze_expand_shift):
20882         Replace GET_CODE test with CONST_INT_P and INTVAL test with
20883         test for const0_rtx.
20884         * config/microblaze/microblaze.md (ashlsi3_byone, ashrsi3_byone,
20885         lshrsi3_byone): Replace INTVAL with test for const1_rtx.
20887 2017-03-09  Richard Biener  <rguenther@suse.de>
20889         PR tree-optimization/79977
20890         * graphite-scop-detection.c (scop_detection::merge_sese):
20891         Handle the case of extra exits to blocks dominating the entry.
20893 2017-03-09  Toma Tabacu  <toma.tabacu@imgtec.com>
20895         * doc/sourcebuild.texi (Effective-Target Keywords, Other attributes):
20896         Document rdynamic.
20898 2017-03-09  Vladimir Makarov  <vmakarov@redhat.com>
20900         PR rtl-optimization/79949
20901         * lra-constraints.c (process_alt_operands): Check memory when
20902         trying to predict a cycle.  Print about the overall increase.
20904 2017-03-09  Richard Biener  <rguenther@suse.de>
20906         PR middle-end/79971
20907         * gimple-expr.c (useless_type_conversion_p): Preserve
20908         TYPE_SATURATING for fixed-point types.
20910 2017-03-09  Richard Biener  <rguenther@suse.de>
20912         PR ipa/79970
20913         * ipa-prop.c (ipa_modify_formal_parameters): Avoid changing
20914         alignment of BLKmode params.
20916 2017-03-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20918         PR target/79913
20919         * config/aarch64/iterators.md (VALL_F16_NO_V2Q): New mode iterator.
20920         (VALL_NO_V2Q): Likewise.
20921         (VDQF_DF): Delete.
20922         * config/aarch64/aarch64-simd.md
20923         (aarch64_dup_lane_<vswap_width_name><mode>): Use VALL_F16_NO_V2Q
20924         iterator.
20925         (*aarch64_simd_vec_copy_lane_<vswap_width_name><mode>): Use
20926         VALL_NO_V2Q mode iterator.
20927         (*aarch64_vgetfmulx<mode>): Use VDQF iterator.
20929 2017-03-09  Martin Liska  <mliska@suse.cz>
20931         PR tree-optimization/79631
20932         * tree-chkp-opt.c (chkp_is_constant_addr): Call
20933         tree_int_cst_sign_bit just for INTEGER constants.
20935 2017-03-09  Martin Liska  <mliska@suse.cz>
20937         PR target/65705
20938         PR target/69804
20939         * toplev.c (process_options): Disable -fcheck-pointer-bounds with
20940         sanitizers.
20942 2017-03-09  Marek Polacek  <polacek@redhat.com>
20944         PR c++/79672
20945         * tree.c (inchash::add_expr): Handle TREE_VEC.
20947 2017-03-09  Martin Liska  <mliska@suse.cz>
20949         PR ipa/79764
20950         (chkp_narrow_size_and_offset): New function.
20951         (chkp_parse_array_and_component_ref): Support BIT_FIELD_REF.
20952         (void chkp_parse_bit_field_ref): New function.
20953         (chkp_make_addressed_object_bounds): Add case for BIT_FIELD_REF.
20954         (chkp_process_stmt): Use chkp_parse_bit_field_ref.
20956 2017-03-09  Martin Liska  <mliska@suse.cz>
20958         PR ipa/79761
20959         * tree-chkp.c (chkp_get_bound_for_parm): Get bounds for a param.
20960         (chkp_find_bounds_1): Remove gcc_unreachable.
20962 2017-03-09  Jakub Jelinek  <jakub@redhat.com>
20964         PR sanitizer/79944
20965         * asan.c (get_mem_refs_of_builtin_call): For BUILT_IN_ATOMIC* and
20966         BUILT_IN_SYNC*, determine the access type from the size suffix and
20967         always build a MEM_REF with that type.  Handle forgotten
20968         BUILT_IN_SYNC_FETCH_AND_NAND_16 and BUILT_IN_SYNC_NAND_AND_FETCH_16.
20970         PR target/79932
20971         * config/i386/avx512vlintrin.h (_mm256_cmpge_epi32_mask,
20972         _mm256_cmpge_epi64_mask, _mm256_cmpge_epu32_mask,
20973         _mm256_cmpge_epu64_mask, _mm256_cmple_epi32_mask,
20974         _mm256_cmple_epi64_mask, _mm256_cmple_epu32_mask,
20975         _mm256_cmple_epu64_mask, _mm256_cmplt_epi32_mask,
20976         _mm256_cmplt_epi64_mask, _mm256_cmplt_epu32_mask,
20977         _mm256_cmplt_epu64_mask, _mm256_cmpneq_epi32_mask,
20978         _mm256_cmpneq_epi64_mask, _mm256_cmpneq_epu32_mask,
20979         _mm256_cmpneq_epu64_mask, _mm256_mask_cmpge_epi32_mask,
20980         _mm256_mask_cmpge_epi64_mask, _mm256_mask_cmpge_epu32_mask,
20981         _mm256_mask_cmpge_epu64_mask, _mm256_mask_cmple_epi32_mask,
20982         _mm256_mask_cmple_epi64_mask, _mm256_mask_cmple_epu32_mask,
20983         _mm256_mask_cmple_epu64_mask, _mm256_mask_cmplt_epi32_mask,
20984         _mm256_mask_cmplt_epi64_mask, _mm256_mask_cmplt_epu32_mask,
20985         _mm256_mask_cmplt_epu64_mask, _mm256_mask_cmpneq_epi32_mask,
20986         _mm256_mask_cmpneq_epi64_mask, _mm256_mask_cmpneq_epu32_mask,
20987         _mm256_mask_cmpneq_epu64_mask, _mm_cmpge_epi32_mask,
20988         _mm_cmpge_epi64_mask, _mm_cmpge_epu32_mask, _mm_cmpge_epu64_mask,
20989         _mm_cmple_epi32_mask, _mm_cmple_epi64_mask, _mm_cmple_epu32_mask,
20990         _mm_cmple_epu64_mask, _mm_cmplt_epi32_mask, _mm_cmplt_epi64_mask,
20991         _mm_cmplt_epu32_mask, _mm_cmplt_epu64_mask, _mm_cmpneq_epi32_mask,
20992         _mm_cmpneq_epi64_mask, _mm_cmpneq_epu32_mask, _mm_cmpneq_epu64_mask,
20993         _mm_mask_cmpge_epi32_mask, _mm_mask_cmpge_epi64_mask,
20994         _mm_mask_cmpge_epu32_mask, _mm_mask_cmpge_epu64_mask,
20995         _mm_mask_cmple_epi32_mask, _mm_mask_cmple_epi64_mask,
20996         _mm_mask_cmple_epu32_mask, _mm_mask_cmple_epu64_mask,
20997         _mm_mask_cmplt_epi32_mask, _mm_mask_cmplt_epi64_mask,
20998         _mm_mask_cmplt_epu32_mask, _mm_mask_cmplt_epu64_mask,
20999         _mm_mask_cmpneq_epi32_mask, _mm_mask_cmpneq_epi64_mask,
21000         _mm_mask_cmpneq_epu32_mask, _mm_mask_cmpneq_epu64_mask): Move
21001         definitions outside of __OPTIMIZE__ guarded section.
21003         PR target/79932
21004         * config/i386/avx512bwintrin.h (_mm512_packs_epi32,
21005         _mm512_maskz_packs_epi32, _mm512_mask_packs_epi32,
21006         _mm512_packus_epi32, _mm512_maskz_packus_epi32,
21007         _mm512_mask_packus_epi32): Move definitions outside of __OPTIMIZE__
21008         guarded section.
21010 2017-03-09  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
21012         * config/s390/vx-builtins.md ("vfee<mode>", "vfeez<mode>")
21013         ("vfenez<mode>"): Add missing constraints.
21015 2017-03-08  Martin Sebor  <msebor@redhat.com>
21017         PR target/79928
21018         * config/nds32/nds32.c (nds32_option_override):
21019         Fix misspelled diagnostic.
21021 2017-03-08  Jakub Jelinek  <jakub@redhat.com>
21023         PR c/79940
21024         * gimplify.c (gimplify_omp_for): Replace index var in outer
21025         taskloop statement with an artificial variable and add
21026         OMP_CLAUSE_PRIVATE clause for it.
21028 2017-03-08  Richard Biener  <rguenther@suse.de>
21030         PR tree-optimization/79955
21031         * tree-ssa-uninit.c (warn_uninitialized_vars): Do not warn
21032         for accesses that are completely outside of the variable.
21034 2017-03-08  Andrew Haley  <aph@redhat.com>
21036         PR tree-optimization/79943
21037         * tree-ssa-loop-split.c (compute_new_first_bound): When
21038         calculating the new upper bound, (END-BEG) should be added, not
21039         subtracted.
21041 2017-03-08  Jakub Jelinek  <jakub@redhat.com>
21043         * config/avr/avr.md (setmemhi): Make sure match_dup
21044         operand number comes before match_scratch.
21046 2017-03-08  Richard Biener  <rguenther@suse.de>
21048         PR tree-optimization/79920
21049         * tree-vect-slp.c (vect_create_mask_and_perm): Remove and inline
21050         with ncopies == 1 to ...
21051         (vect_transform_slp_perm_load): ... here.  Properly compute
21052         all element loads by iterating VF times over the group.  Do
21053         not handle ncopies (computed in a broken way) in
21054         vect_create_mask_and_perm.
21056 2017-03-08  Jakub Jelinek  <jakub@redhat.com>
21058         PR sanitizer/79904
21059         * internal-fn.c (expand_vector_ubsan_overflow): If arg0 or arg1
21060         is a uniform vector, use uniform_vector_p return value instead of
21061         building ARRAY_REF on folded VIEW_CONVERT_EXPR to array type.
21063 2017-03-07  Marek Polacek  <polacek@redhat.com>
21065         PR middle-end/79809
21066         * gimple-ssa-warn-alloca.c (pass_walloca::gate): Use HOST_WIDE_INT.
21067         (alloca_call_type): Likewise.
21069 2017-03-07  Martin Liska  <mliska@suse.cz>
21071         * gcov.c (process_args): Put comment to correct location.
21073 2017-03-07  Martin Liska  <mliska@suse.cz>
21075         PR middle-end/68270
21076         * tree-chkp.c (chkp_may_narrow_to_field): Add new argument ref.
21077         Use array_at_struct_end_p instead of DECL_CHAIN (field).
21078         (chkp_narrow_bounds_for_field): Likewise.
21079         (chkp_parse_array_and_component_ref): Pass one more argument to
21080         call.
21082 2017-03-07  Richard Biener  <rguenther@suse.de>
21084         * tree-vect-loop-manip.c (slpeel_add_loop_guard): Preserve
21085         preheaders.
21087 2017-03-07  Segher Boessenkool  <segher@kernel.crashing.org>
21089         * config/i386/i386.c (ix86_local_alignment): Align most aggregates
21090         of 16 bytes and more to 16 bytes, not those of 16 bits and more.
21092 2017-03-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21094         PR c/79855
21095         * params.def (PARAM_STORE_MERGING_ALLOW_UNALIGNED): Add full stop
21096         to end of description.
21097         (PARAM_MAX_STORES_TO_MERGE): Likewise.
21099 2017-03-07  Jakub Jelinek  <jakub@redhat.com>
21101         PR rtl-optimization/79901
21102         * config/i386/sse.md (*avx512bw_<code><mode>3<mask_name>): Renamed to
21103         ...
21104         (*avx512f_<code><mode>3<mask_name>): ... this.
21105         (<code><mode>3 with maxmin code iterator): Use VI8_AVX2_AVX512F
21106         iterator instead of VI8_AVX2_AVX512BW.
21108         PR rtl-optimization/79901
21109         * expr.c (expand_expr_real_2): For vector MIN/MAX, if there is no
21110         min/max expander, expand it using expand_vec_cond_expr.
21112         PR sanitizer/79897
21113         * ubsan.c (ubsan_encode_value): Call mark_addressable on the
21114         temporary.
21116 2017-03-06  Jakub Jelinek  <jakub@redhat.com>
21118         PR c++/79821
21119         * dwarf2out.h (dw_vec_const): Change array type from unsigned char *
21120         to void * for PCH reasons.
21121         * dwarf2out.c (output_loc_operands, output_die): Cast
21122         v.val_vec.array to unsigned char *.
21124 2017-03-06  John David Anglin  <danglin@gcc.gnu.org>
21126         PR target/77850
21127         * config/pa/pa-64.h (PAD_VARARGS_DOWN): Don't pad down complex and
21128         vector types.
21130 2017-03-06  Vladimir Makarov  <vmakarov@redhat.com>
21132         PR rtl-optimization/79571
21133         * lra-constraints.c (process_alt_operands): Calculate static
21134         reject and subtract it from overall when only addresses will be
21135         reloaded.
21137 2017-03-06  Julia Koval  <julia.koval@intel.com>
21139         PR target/79793
21140         * config/i386/i386.c (ix86_minimum_incoming_stack_boundary): Set
21141         incoming stack boundary to 128 for 64-bit targets.
21143 2017-03-06  Richard Biener  <rguenther@suse.de>
21145         PR tree-optimization/79894
21146         * tree-vectorizer.c (vectorize_loops): Set loop_vectorized_call
21147         to NULL after folding it.
21149 2017-03-06  Richard Biener  <rguenther@suse.de>
21151         PR tree-optimization/79824
21152         * tree-vect-stmts.c (get_group_load_store_type): Fix alignment
21153         check disabling peeling for gaps.
21155 2017-03-06  Toma Tabacu  <toma.tabacu@imgtec.com>
21157         * doc/sourcebuild.texi (Effective-Target Keywords, Environment
21158         attributes): Document gettimeofday.
21160 2017-03-06  Robin Dapp  <rdapp@linux.vnet.ibm.com>
21162         * config/s390/s390.c (s390_option_override_internal): Set
21163         PARAM_MIN_VECT_LOOP_BOUND
21165 2017-03-06  Robin Dapp  <rdapp@linux.vnet.ibm.com>
21167         * config/s390/s390.c (s390_asm_output_function_label): Use nopr %r0.
21168         * config/s390/s390.md: Likewise.
21170 2017-03-06  Jakub Jelinek  <jakub@redhat.com>
21172         PR target/79812
21173         * config/i386/sse.md (VI8F_256_512): Remove mode iterator.
21174         (<avx2_avx512>_perm<mode>): Rename to ...
21175         (avx2_perm<mode>): ... this.  Use VI8F_256 iterator instead
21176         of VI8F_256_512.
21177         (<avx512>_perm<mode>_mask): Rename to ...
21178         (avx512vl_perm<mode>_mask): ... this.  Use VI8F_256 iterator instead
21179         of VI8F_256_512.
21180         (<avx2_avx512>_perm<mode>_1<mask_name>): Rename to ...
21181         (avx2_perm<mode>_1<mask_name): ... this.  Use VI8F_256 iterator
21182         instead of VI8F_256_512.
21183         (avx512f_perm<mode>): New define_expand.
21184         (avx512f_perm<mode>_mask): Likewise.
21185         (avx512f_perm<mode>_1<mask_name>): New define_insn.
21186         (<avx512>_vec_dup<mode>_1): Fix up vec_select mode.
21188 2017-03-06  Prachi Godbole  <prachi.godbole@imgtec.com>
21190         * config/mips/mips-msa.md (msa_fmax_a_<msafmt>, msa_fmin_a_<msafmt>,
21191         msa_max_a_<msafmt>, msa_min_a_<msafmt>): Introduce mode interator for
21192         if_then_else.
21193         (smin<mode>3, smax<mode>3): Change operand print code from 'B' to 'E'.
21195 2017-03-06  Martin Liska  <mliska@suse.cz>
21197         PR sanitize/79783
21198         * asan.c (asan_expand_poison_ifn): Do not expand ASAN_POISON
21199         when having a SSA NAME w/o VAR_DECL assigned to it.
21201 2017-03-06  Prachi Godbole  <prachi.godbole@imgtec.com>
21203         * config/mips/mips-msa.md (msa_dotp_<su>_d, msa_dpadd_<su>_d,
21204         msa_dpsub_<su>_d): Fix MODE for vec_select.
21206 2017-03-06  Prachi Godbole  <prachi.godbole@imgtec.com>
21208         * config/mips/mips.c (mips_gen_const_int_vector): Change type of last
21209         argument.
21210         * config/mips/mips-protos.h (mips_gen_const_int_vector): Likewise.
21212 2017-03-06  Richard Biener  <rguenther@suse.de>
21214         * lto-streamer.c (lto_check_version): Use %qs in diagnostics.
21215         * plugin.c (register_plugin_info): Likewise.
21216         * tree-chkp.c (chkp_make_static_const_bounds): Likewise.
21218 2017-03-05  Jakub Jelinek  <jakub@redhat.com>
21220         * config/i386/sse.md (sse_storehps, sse_storelps,
21221         avx_<castmode><avxsizesuffix>_<castmode>,
21222         avx512f_<castmode><avxsizesuffix>_<castmode>,
21223         avx512f_<castmode><avxsizesuffix>_256<castmode>): Require
21224         in condition that at least one operand is not a MEM.
21226 2017-03-03  Jakub Jelinek  <jakub@redhat.com>
21228         PR middle-end/79805
21229         * internal-fn.def (ATOMIC_BIT_TEST_AND_SET, ATOMIC_BIT_TEST_AND_RESET,
21230         ATOMIC_BIT_TEST_AND_COMPLEMENT, ATOMIC_COMPARE_EXCHANGE): Remove
21231         ECF_NOTHROW.
21232         * gimple-fold.c (fold_builtin_atomic_compare_exchange): Set
21233         gimple_call_nothrow_p flag based on whether original builtin can throw.
21234         If it can, emit following stmts on the fallthrough edge.
21235         * tree-ssa-ccp.c (optimize_atomic_bit_test_and): Similarly, except
21236         don't create new bb if inserting just debug stmts on the edge, try to
21237         insert them on the fallthru bb or just reset debug stmts.
21239 2017-03-03  Segher Boesssenkool  <segher@kernel.crashing.org>
21241         PR target/43763
21242         * config/rs6000/rs6000.c (rs6000_final_prescan_insn): Save and
21243         restore recog_data (including the operand rtxes inside it) around
21244         the call to get_insn_template.
21246 2017-03-03  Martin Sebor  <msebor@redhat.com>
21248         PR tree-optimization/79699
21249         * context.c (context::~context): Free MPFR caches to avoid
21250         a memory leak on program exit.
21252 2017-03-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21254         * config/aarch64/aarch64.c (aarch64_float_const_representable_p):
21255         Use wide_int::ulow () instead of .elt (0).
21257 2017-03-03  Uros Bizjak  <ubizjak@gmail.com>
21259         * config/i386/i386.md (*pushtf): Change *roF constraint to *roC.
21260         (*pushxf): Limit oF constraint to 32bit targets and add oC
21261         constraint for 64bit targets.
21262         (pushxf splitter): Use PUSH_ROUNDING to calculate stack adjustment.
21263         (*pushdf): Change rmF constraint to rmC.
21265 2017-03-03  Martin Liska  <mliska@suse.cz>
21267         * tree-ssa-loop-prefetch.c (pass_loop_prefetch::execute):
21268         Remove unused variable.
21270 2017-03-03  Jakub Jelinek  <jakub@redhat.com>
21272         PR target/79807
21273         * config/i386/i386.c (ix86_expand_multi_arg_builtin): If target
21274         is a memory operand, increase num_memory.
21275         (ix86_expand_args_builtin): Likewise.
21277 2017-03-03  Jan Hubicka  <jh@suse.cz>
21279         PR lto/79760
21280         * ipa-devirt.c (maybe_record_node): Properly handle
21281         __cxa_pure_virtual visibility.
21283 2017-03-03  Martin Liska  <mliska@suse.cz>
21285         PR tree-optimization/79803
21286         * tree-ssa-loop-prefetch.c (tree_ssa_prefetch_arrays): Remove
21287         assert.
21288         (pass_loop_prefetch::execute): Disabled optimization if an
21289         assumption about L1 cache size is not met.
21291 2017-03-03  Martin Liska  <mliska@suse.cz>
21293         PR rtl-optimization/79574
21294         * gcse.c (struct gcse_expr): Use HOST_WIDE_INT instead of int.
21295         (hash_scan_set): Likewise.
21296         (dump_hash_table): Likewise.
21297         (hoist_code): Likewise.
21299 2017-03-03  Richard Biener  <rguenther@suse.de>
21301         * fixed-value.c (fixed_from_string): Restore use of elt (1)
21302         in place of uhigh ().
21303         (fixed_convert_from_real): Likewise.
21305 2017-03-03  Uros Bizjak  <ubizjak@gmail.com>
21307         PR target/79514
21308         * config/i386/i386.md (*pushxf_rounded): Use Pmode instead of DImode.
21310 2017-03-03  Richard Biener  <rguenther@suse.de>
21312         PR middle-end/79818
21313         * match.pd ( X +- C1 CMP C2 -> X CMP C2 -+ C1): Add missing
21314         TYPE_OVERFLOW_UNDEFINED check.
21316 2017-03-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21318         * config/rs6000/vector.md (vector_ne_<mode>_p): Correct operand
21319         numbers.
21320         (vector_ae_<mode>_p): Likewise.
21321         (vector_nez_<mode>_p): Likewise.
21322         (vector_ne_v2di_p): Likewise.
21323         (vector_ae_v2di_p): Likewise.
21324         (vector_ne_<mode>_p): Likewise.
21325         * config/rs6000/vsx.md (vsx_tsqrt<mode>2_fg): Correct operand
21326         numbers.
21327         (vsx_tsqrt<mode>2_fe): Likewise.
21329 2017-03-02  Uros Bizjak  <ubizjak@gmail.com>
21331         PR target/79514
21332         * config/i386/i386.md (*pushxf_rounded): New insn_and_split pattern.
21334 2017-03-02  Jakub Jelinek  <jakub@redhat.com>
21336         PR rtl-optimization/79780
21337         * cprop.c (one_cprop_pass): When second and further conditional trap
21338         in a single basic block is turned into an unconditional trap, turn it
21339         into a deleted note to avoid RTL verification failures.
21341 2017-03-02  Richard Biener  <rguenther@suse.de>
21343         * fold-const.c (const_binop): Use ulow () instead of elt (0).
21345 2017-03-02  Richard Biener  <rguenther@suse.de>
21347         PR tree-optimization/79345
21348         PR c++/42000
21349         * tree-ssa-alias.c (walk_aliased_vdefs_1): Take a limit
21350         param and abort the walk, returning -1 if it is hit.
21351         (walk_aliased_vdefs): Take a limit param and pass it on.
21352         * tree-ssa-alias.h (walk_aliased_vdefs): Add a limit param,
21353         defaulting to 0 and return a signed int.
21354         * tree-ssa-uninit.c (struct check_defs_data): New struct.
21355         (check_defs): New helper.
21356         (warn_uninitialized_vars): Use walk_aliased_vdefs to warn
21357         about uninitialized memory.
21358         * fixed-value.c (fixed_from_string): Use ulow/uhigh to avoid
21359         bogus uninitialized warning.
21360         (fixed_convert_from_real): Likewise.
21362 2017-03-02  Bin Cheng  <bin.cheng@arm.com>
21364         PR tree-optimization/66768
21365         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Skip addr
21366         iv_use if base object can't be determined.
21368 2017-03-02  Jakub Jelinek  <jakub@redhat.com>
21370         PR tree-optimization/79345
21371         * gensupport.h (struct pattern_stats): Add min_scratch_opno field.
21372         * gensupport.c (get_pattern_stats_1) <case MATCH_SCRATCH>: Update it.
21373         (get_pattern_stats): Initialize it.
21374         * genemit.c (gen_expand): Verify match_scratch numbers come after
21375         match_operand/match_dup numbers.
21376         * config/i386/i386.md (<s>mul<mode>3_highpart): Swap match_dup and
21377         match_scratch numbers.
21378         * config/i386/sse.md (avx2_gathersi<mode>, avx2_gatherdi<mode>):
21379         Likewise.
21380         * config/s390/s390.md (trunctdsd2): Likewise.
21382 2017-03-02  Richard Biener  <rguenther@suse.de>
21384         * wide-int.h (wide_int_storage::operator=): Implement in terms
21385         of wi::copy.
21387 2017-03-02  Richard Biener  <rguenther@suse.de>
21389         PR tree-optimization/79777
21390         * tree-ssa-pre.c (eliminate_insert): Give up if we simplify
21391         the to insert expression to sth existing.
21393 2017-03-01  Martin Sebor  <msebor@redhat.com>
21395         PR middle-end/79692
21396         * gimple-ssa-sprintf.c
21397         (directive::known_width_and_precision): New function.
21398         (format_integer): Use it.
21399         (get_mpfr_format_length): Consider the full range of precision
21400         when computing %g output with the # flag.  Set the likely byte
21401         count to 3 rather than 1 when precision is indeterminate.
21402         (format_floating): Correct the lower bound of precision.
21404 2017-03-01  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21406         * doc/invoke.texi: Document default code model for 64-bit Linux.
21408 2017-03-01  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
21410         PR target/79752
21411         * config/rs6000/rs6000.md (peephole2 for udiv/umod): Should emit
21412         udiv rather than div since input pattern is unsigned.
21414 2017-03-01  Uros Bizjak  <ubizjak@gmail.com>
21416         * config/i386/i386.c (print_reg): Warn for values of
21417         unsupported size in integer register.
21419 2017-03-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
21421         PR target/79439
21422         * config/rs6000/predicates.md (current_file_function_operand): Do
21423         not allow self calls to be local if the function is replaceable.
21425 2017-03-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>
21427         PR target/79395
21428         * config/rs6000/altivec.h (vec_ctz and others): Change the
21429         preprocessor macro that controls conditional compilation from
21430         _ARCH_PWR9 to __POWER9_VECTOR__.
21431         (vec_all_ne): Change parameterization of __altivec_scalar_pred
21432         macro expansion under preprocessor #ifdef __POWER9_VECTOR__
21433         control (instead of _ARCH_PWR9 control) so that template
21434         definition uses power9-specific function.
21435         (vec_any_eq): Likewise.
21436         (vec_all_ne): Change macro definition to use a power9-specific
21437         expansion under #ifdef __POWER9_VECTOR__ control (instead of
21438         _ARCH_PWR9 control).
21439         (vec_any_eq) Likewise.
21440         * config/rs6000/rs6000-builtin.def (CMPNEF): Remove BU_P9V_AV_2
21441         expansion for CMPNEF to remove support for xvcmpnesp instruction.
21442         (CMPNED): Remove BU_P9V_AV2 expansion for CMPNED to remove
21443         support for xvcmpnedp instruction.
21444         (VCMPNEB_P): Replace BU_P9V_AV_P macro expansion with BU_P9V_AV_2
21445         macro expansion so that Power9 implementation of vec_all_ne does
21446         not use the AltiVec predicate framework.
21447         (VCMPNEH_P): Likewise.
21448         (VCMPNEW_P): Likewise.
21449         (VCMPNED_P): Likewise.
21450         (VCMPNEFP_P): Likewise.
21451         (VCMPNEDP_P): Likewise.
21452         (VCMPAEB_P): Add BU_P9V_AV_2 macro expansion to change
21453         implementation of vec_any_eq to not use AltiVec predicate
21454         framework.
21455         (VCMPAEH_P): Likewise.
21456         (VCMPAEW_P): Likewise.
21457         (VCMPAED_P): Likewise.
21458         (VCMPAEFP_P): Likewise.
21459         (VCMPAEDP_P): Likewise.
21460         (VCMPNE_P): Replace BU_P9V_OVERLOAD_P macro expansion with
21461         BU_P9V_OVERLOAD_2 so that Power9 implementation of vec_all_ne does
21462         not use the AltiVec predicate framework.
21463         (VCMPAE_P): Add BU_P9V_OVERLOAD_2 macro to change implementation
21464         of vec_any_eq to not use AltiVec predicate framework.
21465         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Add
21466         support for predefined __POWER9_VECTOR__ macro to indicate that
21467         Power9 instruction selection is enabled.
21468         (altivec_overloaded_builtins): Remove extraneous
21469         ALTIVEC_BUILTIN_VEC_CMPNE entry for overloaded
21470         function argument types RS6000_BTI_bool_V16QI and
21471         RS6000_BTI_bool_V16QI.  Remove erroneous ALTIVEC_BUILTIN_VEC_CMPNE
21472         entry for overloaded function argument types RS6000_BTI_bool_V4SI
21473         andRS6000_BTI_bool_V4SI, mapping to P9V_BUILTIN_CMPNEB.  Remove
21474         two entries mapping to P9V_BUITIN_CMPNED and one entry mapping to
21475         P9V_BUILTIN_CMPNEF to force use of instructions not specific to
21476         Power9 for implementations of vec_cmpne.  Change the signature for
21477         all definitions of the overloaded P9V_BUILTIN_VEC_CMPNE_P function
21478         (representing vec_all_ne) to remove the previously described first
21479         argument of type RS6000_BTI_INTSI, as this was an artifact of
21480         reliance on the AltiVec predicate framework, which is no longer
21481         used in the implementation of these functions.  Add
21482         P9V_BUILTIN_VEC_VCMPAE_P entries (representing the vec_anyeq
21483         function) to match all of the P9V_BUILTIN_VEC_VCMNE_P entries
21484         since, unlike the AltiVec predicate framework implementation, we
21485         do not share function descriptors between vec_alle and vec_anyeq.
21486         (altivec_resolve_overloaded_builtin): Add SFmode and DFmode to the
21487         set of modes that receive special treatment even when
21488         TARGET_P9_VECTOR is true.  The special treatment emits code that
21489         does not depend on Power9 instructions.
21490         * config/rs6000/vector.md (vector_ne_<mode>_p): Change this
21491         define_expand to not rely on AltiVec predicate framework.
21492         (vector_ae_<mode>p): New define_expand to represent vec_any_eq
21493         function.
21494         (vector_ne_v2di_p): Change this define_expand to not rely on
21495         AltiVec predicate framework.
21496         (vector_ae_v2di_p): New define_expand to represent vec_any_eq
21497         function.
21498         (vector_ne_<mode>_p): Change this define_expand to not rely on
21499         AltiVec predicate framework.
21500         (vector_ae_<mode>p): New define_expand to represent vec_any_eq
21501         function.
21502         * config/rs6000/vsx.md (*vsx_ne_<mode>_p): For modes VSX_EXTRACT_I
21503         (V16QI, V8HI, V4SI), correct a typo in the code emitted for this
21504         define_insn pattern.
21505         (*vsx_ne_<mode>_p): For modes VSX_F (V4SF and V2DF), remove this
21506         define_insn pattern because the xvcmpne<VSs>. instruction is not
21507         supported.
21508         (vcmpne<VSs>): Remove this define_insn because xvcmpne<VSs>
21509         instruction is not supported.
21511 2017-03-01  Jakub Jelinek  <jakub@redhat.com>
21513         * config/nvptx/nvptx.c: Include intl.h.
21515 2017-03-01  Martin Jambor  <mjambor@suse.cz>
21517         PR lto/78140
21518         * ipa-prop.h (ipa_bits): Removed field known.
21519         (ipa_jump_func): Removed field vr_known.  Changed fields bits and m_vr
21520         to pointers.  Adjusted their comments to warn about their sharing.
21521         (ipcp_transformation_summary): Change bits to a vector of pointers.
21522         (ipa_check_create_edge_args): Moved to ipa-prop.c, declare.
21523         (ipa_get_ipa_bits_for_value): Declare.
21524         * tree-vrp.h (value_range): Mark as GTY((for_user)).
21525         * ipa-prop.c (ipa_bit_ggc_hash_traits): New.
21526         (ipa_bits_hash_table): Likewise.
21527         (ipa_vr_ggc_hash_traits): Likewise.
21528         (ipa_vr_hash_table): Likewise.
21529         (ipa_print_node_jump_functions_for_edge): Adjust for bits and m_vr
21530         being pointers and vr_known being removed.
21531         (ipa_set_jf_unknown): Likewise.
21532         (ipa_get_ipa_bits_for_value): New function.
21533         (ipa_set_jfunc_bits): Likewise.
21534         (ipa_get_value_range): New overloaded functions.
21535         (ipa_set_jfunc_vr): Likewise.
21536         (ipa_compute_jump_functions_for_edge): Use the above functions to
21537         construct bits and vr parts of jump functions.
21538         (ipa_check_create_edge_args): Move here from ipa-prop.h, also allocate
21539         ipa_bits_hash_table and ipa_vr_hash_table if they do not already
21540         exist.
21541         (ipcp_grow_transformations_if_necessary): Also allocate
21542         ipa_bits_hash_table and ipa_vr_hash_table if they do not already
21543         exist.
21544         (ipa_node_params_t::duplicate): Do not copy bits, just pointers to
21545         them.  Fix too long lines.
21546         (ipa_write_jump_function): Adjust for bits and m_vr being pointers and
21547         vr_known being removed.
21548         (ipa_read_jump_function): Use new setter functions to construct bits
21549         and vr parts of jump functions or set them to NULL.
21550         (write_ipcp_transformation_info): Adjust for bits being pointers.
21551         (read_ipcp_transformation_info): Likewise.
21552         (ipcp_update_bits): Likewise.  Fix excessively long lines a trailing
21553         space.
21554         Include gt-ipa-prop.h.
21555         * ipa-cp.c (propagate_bits_across_jump_function): Adjust for bits
21556         being pointers.
21557         (ipcp_store_bits_results): Likewise.
21558         (propagate_vr_across_jump_function): Adjust for m_vr being a pointer.
21559         Do not write to existing jump functions but use a temporary instead.
21561 2017-03-01  Jakub Jelinek  <jakub@redhat.com>
21563         PR c++/79681
21564         * fold-const.c (make_bit_field_ref): If orig_inner is COMPONENT_REF,
21565         attempt to use its first operand as BIT_FIELD_REF base.
21567 2017-03-01  Richard Biener  <rguenther@suse.de>
21569         PR middle-end/79721
21570         * tree-chrec.c (chrec_evaluate): Perform computation of Newtons
21571         interpolating formula in wrapping arithmetic.
21572         (chrec_apply): Convert chrec_evaluate return value to wanted type.
21574 2017-03-01  Jakub Jelinek  <jakub@redhat.com>
21576         PR tree-optimization/79734
21577         * tree-vect-generic.c (expand_vector_condition): Optimize
21578         AVX512 vector boolean VEC_COND_EXPRs into bitwise operations.
21579         Handle VEC_COND_EXPR where comparison has different inner width from
21580         type's inner width.
21582 2017-02-28  Sandra Loosemore  <sandra@codesourcery.com>
21584         * doc/invoke.texi (ARC Options): Copy-edit to fix punctuation,
21585         markup, and similar issues.  Remove @opindex entries for things
21586         that aren't options.  Add missing -mmpy-option entries.
21588 2017-02-28  Jakub Jelinek  <jakub@redhat.com>
21590         PR tree-optimization/79737
21591         * gimple-ssa-store-merging.c (encode_tree_to_bitpos): If bitlen is
21592         a multiple of BITS_PER_UNIT and !BYTES_BIG_ENDIAN, clear
21593         tmpbuf[byte_size - 1].  Call natice_encode_expr with byte_size - 1
21594         instead of byte_size.  Formatting fix.
21595         (shift_bytes_in_array_right): Formatting fix.
21597 2017-02-28  Eric Botcazou  <ebotcazou@adacore.com>
21599         PR target/79749
21600         * config/sparc/sparc.c (sparc_frame_pointer_required): Add missing
21601         condition on optimize for the leaf function test.
21603 2017-02-28  Martin Liska  <mliska@suse.cz>
21605         PR lto/79625
21606         * read-rtl-function.c (function_reader::handle_unknown_directive):
21607         Bail out when one uses -flto.
21609 2017-02-28  Martin Liska  <mliska@suse.cz>
21611         * common.opt: Replace space with tabular for options of <number>
21612         type.
21613         * config/i386/i386.opt: Show <number> value for
21614         -mlarge-data-threshold.
21615         * opts.c (print_filtered_help): Do not display number in hexadecimal
21616         format.
21618 2017-02-28  Martin Liska  <mliska@suse.cz>
21620         * common.opt: Fix --help=option -Q for options which are of
21621         an enum type.
21623 2017-02-28  Uros Bizjak  <ubizjak@gmail.com>
21625         * config/i386/i386.c (print_reg): Error out for values
21626         of 8-bit size in invalid integer register.
21628 2017-02-28  Martin Sebor  <msebor@redhat.com>
21630         PR tree-optimization/79691
21631         * passes.def (pass_all_optimizations_g): Enable pass_sprintf_length.
21633 2017-02-28  Jakub Jelinek  <jakub@redhat.com>
21635         PR target/79729
21636         * config/i386/i386.c (ix86_print_operand) <case 'R'>: Replace
21637         gcc_unreachable with output_operand_lossage.
21639 2017-02-28  Richard Biener  <rguenther@suse.de>
21641         PR tree-optimization/79740
21642         * tree-ssa-sccvn.c (vn_nary_op_insert_into): Allow redundant
21643         inserts.
21644         (visit_nary_op): Insert the nary into the hashtable if we
21645         pattern-matched sth.
21646         * tree-ssa-pre.c (eliminate_insert): Robustify.
21648 2017-02-28  Richard Biener  <rguenther@suse.de>
21650         PR middle-end/79731
21651         * fold-const.c (decode_field_reference): Reject out-of-bound
21652         accesses.
21654 2017-02-28  Jakub Jelinek  <jakub@redhat.com>
21656         * config/i386/i386.c: Include intl.h.
21657         (ix86_option_override_internal): Use cond ? G_("...") : G_("...")
21658         instead of just cond ? "..." : "...".
21659         * config/nvptx/nvptx.c (nvptx_goacc_validate_dims): Likewise.
21660         * coverage.c (read_counts_file): Likewise.
21661         * omp-offload.c: Include intl.h.
21662         (oacc_loop_fixed_partitions): Use cond ? G_("...") : G_("...") instead
21663         of just cond ? "..." : "...".
21664         * gcov.c (read_count_file): Use cond ? N_("...") : N_("...") instead
21665         of just cond ? "..." : "...".
21667 2017-02-28  Richard Earnshaw  <rearnsha@arm.com>
21669         PR target/79742
21670         * config/arm/parsecpu.awk (gen_data): Set tuning target to 'tune for'
21671         entry, if present.
21672         * config/arm/arm-cpus.in (cortex-m0plus.small-multiply): Correct
21673         'tune for' CPU name.
21674         * config/arm/arm-cpu-data.h: Regenerated.
21676 2017-02-28  Richard Biener  <rguenther@suse.de>
21678         PR tree-optimization/79732
21679         * tree-inline.c (expand_call_inline): Do not shadow var.
21681 2017-02-28  Richard Biener  <rguenther@suse.de>
21683         PR tree-optimization/79723
21684         * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size): Preserve
21685         address-space properly.
21687 2017-02-28  Thomas Schwinge  <thomas@codesourcery.com>
21689         * doc/optinfo.texi (Optimization groups): Fix option used for
21690         OPTGROUP_ALL.
21691         * doc/invoke.texi (-fopt-info): Document "omp".
21692         * dumpfile.h: Sort OPTGROUP_OMP before OPTGROUP_VEC.
21693         (OPTGROUP_ALL): Add OPTGROUP_OMP.
21694         * hsa-gen.c (pass_data_gen_hsail): Use OPTGROUP_OMP.
21695         * ipa-hsa.c (pass_data_ipa_hsa): Likewise.
21696         * omp-simd-clone.c (pass_data_omp_simd_clone): Likewise.
21698         * dumpfile.h (OPTGROUP_OPENMP): Rename to OPTGROUP_OMP.  Adjust
21699         all users.
21700         * dumpfile.c (optgroup_options): Instead of "openmp", associate
21701         OPTGROUP_OMP with "omp".
21703 2017-02-27  Pat Haugen  <pthaugen@us.ibm.com>
21705         PR target/79544
21706         * config/rs6000/rs6000-c.c (struct altivec_builtin_types): Use VSRAD
21707         for arithmetic shift of unsigned V2DI.
21709 2017-02-27  Claudiu Zissulescu  <claziss@synopsys.com>
21711         * config.gcc (arc*-): Clean up, use arc/big.h, arc/elf.h, and
21712         arc/linux.h headers.
21713         * config/arc/arc.h (TARGET_OS_CPP_BUILTINS): Remove.
21714         (LINK_SPEC): Likewise.
21715         (ARC_TLS_EXTRA_START_SPEC): Likewise.
21716         (EXTRA_SPECS): Likewise.
21717         (STARTFILE_SPEC): Likewise.
21718         (ENDFILE_SPEC): Likewise.
21719         (LIB_SPEC): Likewise.
21720         (TARGET_SDATA_DEFAULT): Likewise.
21721         (TARGET_MMEDIUM_CALLS_DEFAULT): Likewise.
21722         (MULTILIB_DEFAULTS): Likewise.
21723         (DWARF2_UNWIND_INFO): Likewise.
21724         * config/arc/big.h: New file.
21725         * config/arc/elf.h: Likewise.
21726         * config/arc/linux.h: Likewise.
21727         * config/arc/t-uClibc: Remove.
21729 2017-02-27  Bin Cheng  <bin.cheng@arm.com>
21731         PR tree-optimization/77536
21732         * tree-ssa-loop-manip.c (niter_for_unrolled_loop): New function.
21733         (tree_transform_and_unroll_loop): Use above function to compute the
21734         estimated niter of unrolled loop and use it when scaling profile.
21735         Also use count info rather than frequency if it's non-zero.
21736         * tree-ssa-loop-manip.h niter_for_unrolled_loop(): New declaration.
21737         * tree-vect-loop.c (scale_profile_for_vect_loop): New function.
21738         (vect_transform_loop): Call above function.
21740 2017-02-27  Richard Biener  <rguenther@suse.de>
21742         PR tree-optimization/45397
21743         * tree-ssa-pre.c (eliminate_insert): Handle BIT_AND_EXPR.
21744         * tree-ssa-sccvn.c (valueized_wider_op): New helper.
21745         (visit_nary_op): Add pattern matching for CSEing sign-changed
21746         or truncated operations with wider ones.
21748 2017-02-27  Richard Biener  <rguenther@suse.de>
21750         PR tree-optimization/79690
21751         * tree-vect-stmts.c (vectorizable_store): Use vector type
21752         built from the DR with address-space.
21754 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
21756         * doc/invoke.texi (Optimize Options): Refine the description
21757         of asan-use-after-return.
21759 2017-02-25  Alan Modra  <amodra@gmail.com>
21761         PR rtl-optimization/79584
21762         * lra-constraints.c (base_to_reg): Reload ad->base, the entire
21763         base, not ad->base_term, the reg within base.  Remove assertion
21764         that ad->base == ad->base_term.  Replace gen_int_mode using
21765         bogus mode with const0_rtx.
21767 2017-02-25  Jakub Jelinek  <jakub@redhat.com>
21769         PR middle-end/79396
21770         * tree-eh.c (operation_could_trap_p, stmt_could_throw_1_p): Handle
21771         FMA_EXPR like tcc_binary or tcc_unary.
21773         * tree-ssa-loop-niter.c (number_of_iterations_exit): Simplify warning.
21775         PR debug/77589
21776         * dwarf2out.c (struct dw_loc_list_struct): Add noted_variable_value
21777         bitfield.
21778         (size_of_loc_descr): Handle DW_OP_GNU_variable_value.
21779         (output_loc_operands): Handle DW_OP_call_ref and
21780         DW_OP_GNU_variable_value.
21781         (struct variable_value_struct): New type.
21782         (struct variable_value_hasher): Likewise.
21783         (variable_value_hash): New variable.
21784         (string_types): Remove.
21785         (copy_loc_descr): New function.
21786         (add_loc_descr_to_each): Clarify comment.  Use copy_loc_descr.
21787         (prepend_loc_descr_to_each): New function.
21788         (add_loc_list): Fix comment typo.  Use prepend_loc_descr_to_each
21789         instead of add_loc_descr_to_each if the first argument is single
21790         location list and the second has multiple.
21791         (resolve_args_picking_1): Handle DW_OP_GNU_variable_value.
21792         (loc_list_from_tree_1): For early_dwarf, emit DW_OP_GNU_variable_value
21793         when looking for variable value which doesn't have other location info.
21794         (loc_list_from_tree): Formatting fix.
21795         (gen_array_type_die): Simplify DW_AT_string_length handling.
21796         (adjust_string_types): Remove.
21797         (gen_subprogram_die): Don't call adjust_string_types nor test/set
21798         string_types.  Call resolve_variable_values.
21799         (prune_unused_types_walk_loc_descr): Handle DW_OP_GNU_variable_value.
21800         (resolve_addr_in_expr): Likewise.  Add A argument.
21801         (copy_deref_exprloc): Remove deref argument.  Adjust for the
21802         original expression being DW_OP_GNU_variable_value with optionally
21803         DW_OP_stack_value after it instead of DW_OP_call4 with DW_OP_deref
21804         optionally after it.
21805         (optimize_string_length): Rework for DW_OP_GNU_variable_value.
21806         (resolve_addr): Adjust optimize_string_length and resolve_addr_in_expr
21807         callers.  Set remove_AT_byte_size if removing DW_AT_string_length.
21808         (variable_value_hasher::hash, variable_value_hasher::equal): New
21809         methods.
21810         (resolve_variable_value_in_expr, resolve_variable_value,
21811         resolve_variable_values, note_variable_value_in_expr,
21812         note_variable_value): New functions.
21813         (dwarf2out_early_finish): Call note_variable_value on all toplevel
21814         DIEs.
21816 2017-02-24  Jakub Jelinek  <jakub@redhat.com>
21818         PR c/79677
21819         * opts.h (handle_generated_option): Add GENERATED_P argument.
21820         * opts-common.c (handle_option): Adjust function comment.
21821         (handle_generated_option): Add GENERATED_P argument, pass it to
21822         handle_option.
21823         (control_warning_option): Pass false to handle_generated_option
21824         GENERATED_P.
21825         * opts.c (maybe_default_option): Pass true to handle_generated_option
21826         GENERATED_P.
21827         * optc-gen.awk: Likewise.
21829 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
21831         * config/sh/sh.md (tstsi_t): If operands[0] is a SUBREG instead of
21832         a REG, look at the REG it is a SUBREG of.
21833         (splitter for cmpeqsi_t): Ditto.
21835 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
21837         * config/pa/pa.c (pa_combine_instructions): Do not share RTL.  Make
21838         the special USEs with the pattern of the insn, not the insn itself.
21840 2017-02-24  Matthew Fortune  <matthew.fortune@imgtec.com>
21842         PR target/79473
21843         * doc/invoke.texi: Document -mload-store-pairs.
21845 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
21846             Sandra Loosemore  <sandra@codesourcery.com>
21848         * config/nios2/nios2.c (nios2_simple_const_p): Returns false if the
21849         argument isn't a CONST_INT.
21850         (nios2_alternate_compare_const): Assert op is a CONST_INT.
21851         (nios2_valid_compare_const_p): Assert op is a CONST_INT.
21852         (nios2_validate_compare): Bypass alternate compare logic if *op2
21853         is not a CONST_INT.
21854         (ldstwm_operation_p): Return false if first_base is not a REG or
21855         if first_offset is not a CONST_INT.
21857 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
21859         * config/cris/cris.md: Use correct operand in a define_peephole2.
21861 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
21863         * config/c6x/c6x.c (predicate_insn): Do not incorrectly share RTL.
21865 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
21867         * config/arc/arc.c (arc_ccfsm_advance): Only take the PATTERN of
21868         this_insn if it is an INSN or JUMP_INSN.
21869         (force_offsettable): Look at base, not at addr.
21870         * config/arc/predicates.md (brcc_nolimm_operator): Don't call INTVAL
21871         on things that aren't necessarily CONST_INTs.
21873 2017-02-24  Uros Bizjak  <ubizjak@gmail.com>
21875         * doc/invoke.texi (x86 Options, -mfpmath=sse): Mention that
21876         -mfpmath=sse is the default also for x86-32 targets with SSE2
21877         instruction set when @option{-ffast-math} is enabled
21879 2017-02-24  Jeff Law  <law@redhat.com>
21881         PR rtl-optimizatoin/79286
21882         * ira.c (update_equiv_regs): Drop may_trap_p exception to
21883         dominance test.
21885 2017-02-24  Richard Biener  <rguenther@suse.de>
21887         PR tree-optimization/79389
21888         * gimple-ssa-split-paths.c (is_feasible_trace): Properly skip
21889         debug insns.
21891 2017-02-24  Aldy Hernandez  <aldyh@redhat.com>
21893         * tree-ssa-loop-niter.c (number_of_iterations_exit): Update
21894         function comment to reflect reality.
21895         (loop_exits_before_overflow): Fix typo in function description.
21897 2017-02-24  Richard Biener  <rguenther@suse.de>
21899         PR tree-optimization/79389
21900         * gimple-ssa-split-paths.c (is_feasible_trace): Verify more
21901         properly that a threading opportunity exists.  Detect conditional
21902         copy/constant propagation opportunities.
21904 2017-02-23  Eric Botcazou  <ebotcazou@adacore.com>
21906         * config/visium/visium.md (type): Add trap.
21907         (b): New mode attribute.
21908         (*btst): Rename into...
21909         (*btst<mode>): ...this and adjust.
21910         (*cbranchsi4_btst_insn): Rename into...
21911         (*cbranch<mode>4_btst_insn): ...this and adjust.
21912         (trap): New define_insn.
21914 2017-02-23  Jakub Jelinek  <jakub@redhat.com>
21916         PR tree-optimization/79389
21917         * ifcvt.c (struct noce_if_info): Add rev_cond field.
21918         (noce_reversed_cond_code): New function.
21919         (noce_emit_store_flag): Use rev_cond if non-NULL instead of
21920         reversed_comparison_code.  Formatting fix.
21921         (noce_try_store_flag): Test rev_cond != NULL in addition to
21922         reversed_comparison_code.
21923         (noce_try_store_flag_constants): Likewise.
21924         (noce_try_store_flag_mask): Likewise.
21925         (noce_try_addcc): Use rev_cond if non-NULL instead of
21926         reversed_comparison_code.
21927         (noce_try_cmove_arith): Likewise.  Formatting fixes.
21928         (noce_try_minmax, noce_try_abs): Clear rev_cond.
21929         (noce_find_if_block): Initialize rev_cond.
21930         (find_cond_trap): Call noce_get_condition with then_bb == trap_bb
21931         instead of false as last argument never attempt to reverse it
21932         afterwards.
21934 2017-02-23  Bin Cheng  <bin.cheng@arm.com>
21936         PR tree-optimization/79663
21937         * tree-predcom.c (combine_chains): Process refs in reverse order
21938         only for ZERO length chains, and add explaining comment.
21940 2017-02-23  Jeff Law  <law@redhat.com>
21942         PR tree-optimization/79578
21943         * tree-ssa-dse.c (clear_bytes_written_by): Use OEP_ADDRESS_OF
21944         in call to operand_equal_p.
21946 2017-01-23  Dominique d'Humieres  <dominiq@lps.ens.fr>
21948         PR target/71017
21949         * config/i386/cpuid.h: Fix another undefined behavior.
21951 2017-02-23  Richard Biener  <rguenther@suse.de>
21953         PR tree-optimization/79683
21954         * tree-vect-stmts.c (vect_analyze_stmt): Do not overwrite
21955         vector types for data-refs.
21957 2017-02-23  Martin Liska  <mliska@suse.cz>
21959         * params.def (PARAM_MIN_NONDEBUG_INSN_UID): Change default to 0.
21961 2017-02-23  Jakub Jelinek  <jakub@redhat.com>
21963         PR middle-end/79665
21964         * internal-fn.c (get_range_pos_neg): Moved to ...
21965         * tree.c (get_range_pos_neg): ... here.  No longer static.
21966         * tree.h (get_range_pos_neg): New prototype.
21967         * expr.c (expand_expr_real_2) <case TRUNC_DIV_EXPR>: If both arguments
21968         are known to be in between 0 and signed maximum inclusive, try to
21969         expand both unsigned and signed divmod and use the cheaper one from
21970         those.
21972 2017-02-22  Jeff Law  <law@redhat.com>
21974         PR tree-optimization/79578
21975         * tree-ssa-dse.c (clear_bytes_written_by): Use operand_equal_p
21976         to compare base operands.
21978 2017-02-22  Segher Boessenkool  <segher@kernel.crashing.org>
21980         PR target/79211
21981         * config/rs6000/rs6000.md (*fsel<SFDF:mode><SFDF2:mode>4): Use
21982         gpc_reg_operand instead of fpr_reg_operand.
21984 2017-02-22  Sameera Deshpande  <sameera.deshpande@imgtec.com>
21986         * config/mips/mips.c (mips_return_in_memory): Force FP
21987         vector types to be returned in memory for o32 ABI.
21989 2017-02-22  Jakub Jelinek  <jakub@redhat.com>
21991         * dwarf2out.c (gen_variable_die): For -gdwarf-5, use DW_TAG_variable
21992         instead of DW_TAG_member for static data member declarations and don't
21993         set no_linkage_name for static inline data members.
21994         (gen_member_die): For -gdwarf-5 don't change DW_TAG_variable
21995         to DW_TAG_member.
21997 2017-02-22  Martin Liska  <mliska@suse.cz>
21999         * doc/invoke.texi: Replace inequality signs with square brackets
22000         for -Wnormalized.
22002 2017-02-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
22004         PR tree-optimization/68644
22005         * gcc.dg/tree-ssa/ivopts-lt-2.c: Skip for powerpc*-*-*.
22007 2017-02-22  Matthew Fortune  <matthew.fortune@imgtec.com>
22009         PR target/78660
22010         * lra-constraints.c (simplify_operand_subreg): Handle
22011         WORD_REGISTER_OPERATIONS targets.
22013 2017-02-22  Jakub Jelinek  <jakub@redhat.com>
22015         PR target/70465
22016         * reg-stack.c (emit_swap_insn): Treat (float_extend:?F (mem:?F))
22017         and (const_double:?F) like (mem:?F) for the purpose of fxch %st(1)
22018         elimination by swapping fld*.
22020 2017-02-22  Richard Biener  <rguenther@suse.de>
22022         PR tree-optimization/79673
22023         * tree-ssa-pre.c (compute_avail): Use wide_int_to_tree to
22024         convert the [TARGET_]MEM_REF offset INTEGER_CST, scrapping off
22025         irrelevant address-space qualifiers and avoiding a
22026         ADDR_SPACE_CONVERT_EXPR from fold_convert.
22028 2017-02-22  Richard Biener  <rguenther@suse.de>
22030         PR tree-optimization/79666
22031         * tree-vrp.c (extract_range_from_binary_expr_1): Make sure
22032         to not symbolically negate if that may introduce undefined
22033         overflow.
22035 2017-02-22  Martin Liska  <mliska@suse.cz>
22037         PR lto/79587
22038         * data-streamer-in.c (streamer_read_gcov_count): Remove assert.
22039         * data-streamer-out.c (streamer_write_gcov_count_stream):
22040         Likewise.
22041         * value-prof.c (stream_out_histogram_value): Make assert more
22042         precise based on type of counter.
22044 2017-02-21  Uros Bizjak  <ubizjak@gmail.com>
22046         PR target/79593
22047         * config/i386/i386.md (standard_x87sse_constant_load splitter):
22048         Use nonimmediate_operand instead of memory_operand for operand 1.
22049         (float-extend standard_x87sse_constant_load splitter): Ditto.
22051 2017-02-21  Jeff Law  <law@redhat.com>
22053         PR tree-optimization/79621
22054         * gimple-ssa-isolate-paths.c (find_implicit_erroneous_behavior): Ignore
22055         blocks with edges to themselves.
22057 2017-02-21  Jakub Jelinek  <jakub@redhat.com>
22059         PR target/79633
22060         * tree-chkp-opt.c (chkp_optimize_string_function_calls): Use
22061         is_gimple_call instead of comparing gimple_code with GIMPLE_CALL.
22062         Use gimple_call_builtin_p.
22064         PR target/79570
22065         * sel-sched.c (moveup_expr_cached): Don't call sel_bb_head
22066         on temporarily removed DEBUG_INSNs.
22068         PR tree-optimization/79649
22069         * tree-loop-distribution.c (classify_partition): Give up on
22070         non-generic address space loads/stores.
22072 2017-02-21  Aldy Hernandez  <aldyh@redhat.com>
22074         * doc/loop.texi (Loop manipulation): Remove nonexistent
22075         tree_ssa_loop_version from the documentation.
22076         * cfgloopmanip.c (loop_version): Document CONDITION_BB argument.
22078 2017-02-21  Jakub Jelinek  <jakub@redhat.com>
22080         PR target/79494
22081         * config/i386/i386.c (ix86_expand_split_stack_prologue): Call
22082         make_reg_eh_region_note_nothrow_nononlocal on call_insn.
22083         * config/rs6000/rs6000.c: Include except.h.
22084         (rs6000_expand_split_stack_prologue): Call
22085         make_reg_eh_region_note_nothrow_nononlocal on the call insn.
22087 2017-02-21  Martin Jambor  <mjambor@suse.cz>
22089         PR lto/79579
22090         * ipa-prop.c (ipa_prop_write_jump_functions): Bail out if no edges
22091         have been analyzed.
22093 2017-02-21  Martin Jambor  <mjambor@suse.cz>
22095         * common.opt (-fipa-cp-alignment): Mark as ignored and preserved
22096         for backward compatibility only.
22097         * doc/invoke.texi (Option Summary): Remove all references to
22098         -fipa-cp-alignment.
22100 2017-02-21  Matthew Fortune  <matthew.fortune@imgtec.com>
22102         PR target/78660
22103         Revert:
22104         2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
22106         * lra-constraints.c (curr_insn_transform): Handle
22107         WORD_REGISTER_OPERATIONS requirements when reloading SUBREGs.
22109 2017-02-21  Martin Liska  <mliska@suse.cz>
22111         * config/i386/i386.opt: Replace -masm-dialect with -masm.
22113 2017-02-21  Thomas Schwinge  <thomas@codesourcery.com>
22115         PR translation/79638
22116         * config/nvptx/nvptx.c (ENTRY_TEMPLATE): Single out "%ntid.y".
22118 2017-02-21  Eric Botcazou  <ebotcazou@adacore.com>
22120         PR ada/67205
22121         * config/arm/arm.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define.
22122         (arm_function_ok_for_sibcall): Return false for an indirect call by
22123         descriptor if all the argument registers are used.
22124         (arm_relayout_function): Use FUNCTION_ALIGNMENT macro to adjust the
22125         alignment of the function.
22127 2017-02-21  Jakub Jelinek  <jakub@redhat.com>
22129         PR tree-optimization/61441
22130         * simplify-rtx.c (simplify_const_unary_operation): For
22131         -fsignaling-nans and sNaN operand, return NULL_RTX rather than
22132         the sNaN unmodified.
22134 2017-02-20  Bernd Edlinger  <bernd.edlinger@hotmail.de>
22136         * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
22137         (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
22138         instead of SYSTEM_HEADER_DIR.
22140 2017-02-20  Gerald Pfeifer  <gerald@pfeifer.com>
22141             Martin LiÅ¡ka  <mliska@suse.cz>
22143         * doc/invoke.texi (use-after-scope-direct-emission-threshold):
22144         Fix typos and grammar, use active voice, and clarify.
22146 2017-02-20  Marek Polacek  <polacek@redhat.com>
22148         PR middle-end/79537
22149         * gimplify.c (gimplify_expr): Handle unused *&&L;.
22151         PR sanitizer/79558
22152         * ubsan.c (ubsan_type_descriptor): Check if TYPE_MAX_VALUE is null.
22154 2017-02-20  Jakub Jelinek  <jakub@redhat.com>
22156         PR target/79568
22157         * config/i386/i386.c (ix86_expand_builtin): Handle
22158         OPTION_MASK_ISA_AVX512VL and OPTION_MASK_ISA_64BIT in
22159         ix86_builtins_isa[fcode].isa as a requirement of those
22160         flags and any other flag in the bitmask.
22161         (ix86_init_mmx_sse_builtins): Use 0 instead of
22162         ~OPTION_MASK_ISA_64BIT as mask.
22163         * config/i386/i386-builtin.def (__builtin_ia32_rdtsc,
22164         __builtin_ia32_rdtscp, __builtin_ia32_pause, __builtin_ia32_bsrsi,
22165         __builtin_ia32_rdpmc, __builtin_ia32_rolqi, __builtin_ia32_rolhi,
22166         __builtin_ia32_rorqi, __builtin_ia32_rorhi): Likewise.
22168 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
22170         PR target/78012
22171         * lra-constraints.c (split_reg): Check requested split mode
22172         is supported by the register.
22174 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
22176         * lra-constraints.c (simplify_operand_subreg): Remove early
22177         return false.
22179 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
22181         PR target/78660
22182         * lra-constraints.c (curr_insn_transform): Tighten condition
22183         for converting SUBREG reloads from OP_OUT to OP_INOUT.
22185 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
22187         PR target/78660
22188         * lra-constraints.c (curr_insn_transform): Handle
22189         WORD_REGISTER_OPERATIONS requirements when reloading SUBREGs.
22191 2017-02-19  Uros Bizjak  <ubizjak@gmail.com>
22193         Revert:
22194         2016-05-30  Uros Bizjak  <ubizjak@gmail.com>
22196         * config/i386/sync.md (mfence_nosse): Use "lock orl $0, -4(%esp)".
22198 2017-02-19  Jonathan Wakely  <jwakely@redhat.com>
22200         PR c++/69523
22201         * doc/invoke.texi (C++ Dialect Options) [-Wliteral-suffix]: Update
22202         description.
22204 2017-02-19  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
22206         * gimple-pretty-print.c (dump_ternary_rhs): Adjust gimple dump format
22207         for FMA_EXPR.
22209 2017-02-18  Jakub Jelinek  <jakub@redhat.com>
22211         * final.c (last_columnnum, override_columnnum): New variables.
22212         (final_start_function): Set last_columnnum, pass it to begin_prologue
22213         hook and pass 0 to dwarf2out_begin_prologue.
22214         (final_scan_insn): Update override_columnnum.  Pass last_columnnum
22215         to source_line debug hook.
22216         (notice_source_line): Compute last_columnnum and for debug_column_info
22217         return true on column changes.
22218         * debug.h (struct gcc_debug_hooks): Add column argument to
22219         source_line and begin_prologue hooks.
22220         (debug_nothing_int_charstar_int_bool): Remove prototype.
22221         (debug_nothing_int_int_charstar,
22222         debug_nothing_int_int_charstar_int_bool): New prototypes.
22223         (dwarf2out_begin_prologue): Add column argument.
22224         * debug.c (do_nothing_debug_hooks): Adjust source_line and
22225         begin_prologue hooks.
22226         (debug_nothing_int_charstar_int_bool): Remove.
22227         (debug_nothing_int_int_charstar,
22228         debug_nothing_int_int_charstar_int_bool): New functions.
22229         * dwarf2out.c (dwarf2out_begin_prologue): Add column argument, pass it
22230         through to dwarf2out_source_line.
22231         (dwarf2_lineno_debug_hooks): Adjust begin_prologue hook.
22232         (dwarf2out_source_line): Add column argument, emit it if requested.
22233         * sdbout.c (sdbout_source_line, sdbout_begin_prologue): Add column
22234         arguments.
22235         * xcoffout.h (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
22236         * xcoffout.c (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
22237         * vmsdbgout.c (vmsdbgout_begin_prologue): Add column argument, pass it
22238         through to dwarf2out_begin_prologue.
22239         (vmsdbgout_source_line): Add column argument, pass it through to
22240         dwarf2out_source_line.
22241         * dbxout.c (dbxout_begin_prologue): Add column argument, adjust
22242         dbxout_source_line caller.
22243         (dbxout_source_line): Add column argument.
22245         * common.opt (gno-column-info, gcolumn-info): New options.
22246         * dwarf2out.c (dwarf2_lineno_debug_hooks): Formatting fix.
22247         (check_die): Also test for multiple DW_AT_decl_column attributes.
22248         (add_src_coords_attributes, dwarf2out_imported_module_or_decl_1): Add
22249         DW_AT_decl_column if requested.
22250         (gen_subprogram_die): Compare and/or add also DW_AT_decl_column
22251         if requested.
22252         (gen_variable_die): Likewise.
22253         (add_call_src_coords_attributes): Add DW_AT_call_column if requested.
22254         * doc/invoke.texi (-gcolumn-info, -gno-column-info): Document.
22256         PR target/79569
22257         * config/i386/i386.opt (m3dnowa): Replace Undocumented with Report.
22258         * common/config/i386/i386-common.c (OPTION_MASK_ISA_3DNOW_A_SET): Define.
22259         (ix86_handle_option): Handle OPT_m3dnowa.
22260         * doc/invoke.texi (-m3dnowa): Document.
22261         * doc/extend.texi (__builtin_ia32_pmulhuw, __builtin_ia32_pf2iw): Use
22262         -m3dnowa instead of -m3dnow -march=athlon.
22264         PR target/79559
22265         * config/i386/i386.c (ix86_print_operand): Use output_operand_lossage
22266         instead of gcc_assert for K, r and R code checks.  Formatting fixes.
22268 2017-02-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
22270         PR target/79261
22271         * config/rs6000/rs6000.c (rs6000_expand_ternop_builtin): Add
22272         support for CODE_FOR_vsx_xxpermdi_v2d[fi]_be.
22273         * config/rs6000/rs6000.md (reload_gpr_from_vsx<mode>): Call
22274         generator for vsx_xxpermdi_<mode>_be.
22275         * config/rs6000/vsx.md (vsx_xxpermdi_<mode>): Remove logic to
22276         force big-endian semantics.
22277         (vsx_xxpermdi_<mode>_be): New define_expand with same
22278         implementation as previous version of vsx_xxpermdi_<mode>.
22280 2017-02-17  Jakub Jelinek  <jakub@redhat.com>
22282         PR tree-optimization/79327
22283         * gimple-ssa-sprintf.c (format_integer): Remove likely_adjust
22284         variable, its initialization and use.
22286 2017-02-17  Julia Koval  <julia.koval@intel.com>
22288         * common/config/i386/i386-common.c (OPTION_MASK_ISA_RDPID_SET): New.
22289         (OPTION_MASK_ISA_PKU_UNSET): New.
22290         (ix86_handle_option): Handle -mrdpid.
22291         * config/i386/cpuid.h (bit_RDPID): New.
22292         * config/i386/driver-i386.c (host_detect_local_cpu):
22293         Detect RDPID feature.
22294         * config/i386/i386-builtin.def (__builtin_ia32_rdpid): New.
22295         * config/i386/i386-c.c (ix86_target_macros_internal):
22296         Handle RDPID flag.
22297         * config/i386/i386.c (ix86_target_string): Add -mrdpid to isa2_opts.
22298         (ix86_valid_target_attribute_inner_p): Add "rdpid".
22299         (ix86_expand_builtin): Handle IX86_BUILTIN_RDPID.
22300         * config/i386/i386.h (TARGET_RDPID, TARGET_RDPID_P): New.
22301         * config/i386/i386.md (define_insn "rdpid"): New.
22302         * config/i386/i386.opt Add -mrdpid.
22303         * config/i386/immintrin.h (_rdpid_u32): New.
22305 2017-02-17  Vladimir Makarov  <vmakarov@redhat.com>
22307         PR rtl-optimization/79541
22308         * lra-constraints.c (curr_insn_transform): Remove wrong asm insn
22309         instead of transforming it into USE.
22311 2017-02-17  Segher Boessenkool  <segher@kernel.crashing.org>
22313         * config/rs6000/rs6000.md (extendsfdf2): Remove default arguments.
22314         If HONOR_SNANS (SFmode) force the input to a register.
22315         (*extendsfdf2_fpr): Add !HONOR_SNANS (SFmode) condition.
22316         (*extendsfdf2_snan): New pattern, used when using SNaNs; it generates
22317         an frsp or similar insn.
22319 2017-02-17  Martin Liska  <mliska@suse.cz>
22321         PR rtl-optimization/79577
22322         * params.def (selsched-max-sched-times): Increase minimum to 1.
22324 2017-02-17  Martin Liska  <mliska@suse.cz>
22326         PR rtl-optimization/79574
22327         * gcse.c (want_to_gcse_p): Prevent integer overflow.
22329 2017-02-17  Martin Liska  <mliska@suse.cz>
22331         PR tree-optimization/79529
22332         * tree-ssa-loop-unswitch.c (is_maybe_undefined): Use
22333         ssa_defined_default_def_p to handle cases which are implicitly
22334         defined.
22335         * tree-ssa.c (ssa_defined_default_def_p): New function.
22336         (ssa_undefined_value_p): Use ssa_defined_default_def_p to handle cases
22337         which are implicitly defined.
22338         * tree-ssa.h (ssa_defined_default_def_p): Declare.
22340 2017-02-17  Richard Biener  <rguenther@suse.de>
22342         PR middle-end/79576
22343         * params.def (max-ssa-name-query-depth): Limit to 10.
22345 2017-02-17  Richard Biener  <rguenther@suse.de>
22347         PR tree-optimization/79552
22348         * tree-ssa-structalias.c (visit_loadstore): Properly verify
22349         default defs.
22351 2017-02-17  Richard Biener  <rguenther@suse.de>
22353         PR bootstrap/79567
22354         * genmatch.c (output_line_directive): Handle DIR_SEPARATOR_2.
22356 2017-02-17  Marek Polacek  <polacek@redhat.com>
22358         PR middle-end/79536
22359         * fold-const.c (fold_negate_expr_1): Renamed from fold_negate_expr.
22360         (fold_negate_expr): New wrapper.
22362 2017-02-16  Sandra Loosemore  <sandra@codesourcery.com>
22364         * doc/invoke.texi (C++ Dialect Options) [-Wno-non-template-friend]: 
22365         Correct terminology and de-emphasize pre-standard behavior.
22367 2017-02-16  Alan Modra  <amodra@gmail.com>
22369         PR rtl-optimization/79286
22370         * ira.c (def_dominates_uses): New function.
22371         (update_equiv_regs): Don't create an equivalence for insns that
22372         may trap where the register def does not dominate the use.
22374 2017-02-16  Vladimir Makarov  <vmakarov@redhat.com>
22376         PR rtl-optimization/78127
22377         * lra.c (lra): Call lra_eliminate before finish the loop after
22378         lra_constraint.
22380 2017-02-16  Richard Biener  <rguenther@suse.de>
22382         * graphite.h: Do not include isl/isl_val_gmp.h, instead include
22383         isl/isl_val.h.
22384         * graphite-isl-ast-to-gimple.c (gmp_cst_to_tree): Remove.
22385         (gcc_expression_from_isl_expr_int): Use generic isl_val interface.
22386         * graphite-sese-to-poly.c: Do not include isl/isl_val_gmp.h.
22387         (isl_val_int_from_wi): New function.
22388         (extract_affine_gmp): Rename to ...
22389         (extract_affine_wi): ... this, take a widest_int.
22390         (extract_affine_int): Just wrap extract_affine_wi.
22391         (add_param_constraints): Use isl_val_int_from_wi.
22392         (add_loop_constraints): Likewise, and extract_affine_wi.
22394 2017-02-15  Jeff Law  <law@redhat.com>
22396         PR middle-end/79521
22397         * ira-costs.c (scan_one_insn): Check have_regs_of_mode before calling
22398         ira_init_register_move_cost_if_necessary.
22400 2017-02-15  Martin Sebor  <msebor@redhat.com>
22402         PR middle-end/32003
22403         * doc/invoke.texi (-fdump-final-insns): Replace option accidentally
22404         removed in a prior commit.
22406 2017-02-15  Bin Cheng  <bin.cheng@arm.com>
22408         PR tree-optimization/79347
22409         * tree-vect-loop-manip.c (vect_do_peeling): Maintain profile
22410         counters during peeling.
22412 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
22414         * Makefile.in (site.exp): Remove "set ISLVER".
22416 2017-02-15  Jakub Jelinek  <jakub@redhat.com>
22418         PR target/79487
22419         * real.c (real_from_integer): Call real_convert even for decimal.
22421 2017-02-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
22423         PR target/79421
22424         * config/s390/s390.c: define TARGET_CUSTOM_FUNCTION_DESCRIPTORS.
22426 2017-02-14  Andrew Pinski  <apinski@cavium.com>
22428         * config/aarch64/aarch64-cores.def (thunderx2t99): Move to under 'C"
22429         cores and change the partno/implementer to be correct.
22430         (thunderx2t99p1): New core which replaces thunderx2t99 and still has
22431         the 'B" as the implementer.
22432         * config/aarch64/aarch64-tune.md: Regenerate.
22434 2017-02-14  Carl Love  <cel@us.ibm.com>
22436         * config/rs6000/rs6000.c: Add case statement entry to make the
22437         xvcvuxdsp built-in argument unsigned.
22438         * config/rs6000/vsx.md: Fix the source and return operand types so they
22439         match the instruction definitions from the ISA document.  Fix typo
22440         in the instruction generation for the (define_insn "vsx_xvcvuxdsp"
22441         statement.
22443 2017-02-14  Vladimir Makarov  <vmakarov@redhat.com>
22445         PR target/79282
22446         * lra-int.h (struct lra_operand_data, struct lra_insn_reg): Add
22447         member early_clobber_alts.
22448         * lra-lives.c (reg_early_clobber_p): New.
22449         (process_bb_lives): Use it.
22450         * lra.c (new_insn_reg): New arg early_clobber_alts.  Use it.
22451         (debug_operand_data): Initialize early_clobber_alts.
22452         (setup_operand_alternative): Set up early_clobber_alts.
22453         (collect_non_operand_hard_regs): Ditto.  Pass early clobber
22454         alternatives to new_insn_reg.
22455         (add_regs_to_insn_regno_info): Add arg early_clobber_alts.  Use
22456         it.
22457         (lra_update_insn_regno_info): Pass the new arg.
22459 2017-02-14  Jakub Jelinek  <jakub@redhat.com>
22461         PR middle-end/79505
22462         * omp-offload.c (free_oacc_loop): Release loop->ifns vector.
22463         (new_oacc_loop_raw): Don't clear already cleared fields.
22465         PR target/79481
22466         * config/i386/avx512pfintrin.h (_mm512_prefetch_i32gather_pd,
22467         _mm512_prefetch_i32gather_ps, _mm512_prefetch_i64gather_pd,
22468         _mm512_prefetch_i64gather_ps): New inline functions and macros.
22470 2017-02-14  Uros Bizjak  <ubizjak@gmail.com>
22472         PR target/79495
22473         * config/i386/i386.md (*movxf_internal): Add (o,rC) alternative.
22475 2017-02-14  H.J. Lu  <hongjiu.lu@intel.com>
22477         PR target/79498
22478         * config/i386/i386.c (timode_scalar_chain::convert_insn): Insert
22479         the extra instruction to the right place to store 128-bit constant
22480         when needed.
22482 2017-02-14  Martin Sebor  <msebor@redhat.com>
22484         PR middle-end/79448
22485         * gimple-ssa-sprintf.c (format_directive): Avoid issuing INT_MAX
22486           warning for strings of unknown length.
22488 2017-02-13  Segher Boessenkool  <segher@kernel.crashing.org>
22490         * config.gcc (supported_defaults) [powerpc*-*-*]: Update.
22492 2017-02-14  Jeff Law  <law@redhat.com>
22494         PR target/79404
22495         * ira-costs.c (scan_one_insn): Initialize register move costs
22496         for pseudos seen in USE/CLOBBER insns.
22498         PR tree-optimization/79095
22499         * tree-vrp.c (extract_range_from_binary_expr_1): For EXACT_DIV_EXPR,
22500         if the numerator has the range ~[0,0] make the resultant range ~[0,0].
22501         (extract_range_from_binary_expr): For MINUS_EXPR with no derived range,
22502         if the operands are known to be not equal, then the resulting range
22503         is ~[0,0].
22504         (intersect_ranges): If the new range is ~[0,0] and the old range is
22505         wide, then prefer ~[0,0].
22506         * tree-vrp.c (overflow_comparison_p_1): New function.
22507         (overflow_comparison_p): New function.
22508         * tree-vrp.c (register_edge_assert_for_2): Register additional asserts
22509         if NAME is used in an overflow test.
22510         (vrp_evaluate_conditional_warnv_with_ops): If the ops represent an
22511         overflow check that can be expressed as an equality test, then adjust
22512         ops to be that equality test.
22514 2017-02-14  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
22516         * config/s390/s390-builtin-types.def: Remove flags argument.
22517         * config/s390/s390.c (s390_init_builtins): Likewise.
22519 2017-02-14  Martin Liska  <mliska@suse.cz>
22521         * tree-ssa-loop-unswitch.c (hoist_guard): Release get_loop_body
22522         vector.  Fix trailing white spaces.
22524 2017-02-14  James Greenhalgh  <james.greenhalgh@arm.com>
22526         * config/aarch64/aarch64.c (aarch64_simd_container_mode): Handle
22527         HFmode.
22529 2017-02-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22531         PR rtl-optimization/68664
22532         * config/arm/arm.c (arm_sched_can_speculate_insn):
22533         New function.  Declare prototype.
22534         (TARGET_SCHED_CAN_SPECULATE_INSN): Define.
22536 2017-02-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22538         PR rtl-optimization/68664
22539         * config/aarch64/aarch64.c (aarch64_sched_can_speculate_insn):
22540         New function.
22541         (TARGET_SCHED_CAN_SPECULATE_INSN): Define.
22543 2017-02-14  Amit Pawar  <amit.pawar@amd.com>
22545         * config/i386/i386.c (znver1_cost): Fix the alignment for function and
22546         max skip bytes for function, loop and jump.
22548 2017-02-14  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
22550         * gimple-pretty-print.c (dump_unary_rhs): Adjust dump format for
22551         ABS_EXPR for gimple dump.
22553 2017-02-14  Jakub Jelinek  <jakub@redhat.com>
22555         PR target/79462
22556         * config/sh/sh.c (expand_cbranchdi4): Don't clear operands[4].
22558         PR tree-optimization/79408
22559         * tree-vrp.c (simplify_div_or_mod_using_ranges): Handle also the
22560         case when on TRUNC_MOD_EXPR op0 is INTEGER_CST.
22561         (simplify_stmt_using_ranges): Call simplify_div_or_mod_using_ranges
22562         also if rhs1 is INTEGER_CST.
22564 2017-02-14  Richard Biener  <rguenther@suse.de>
22566         PR middle-end/79432
22567         * tree-into-ssa.c (insert_phi_nodes): When the function can
22568         have abnormal edges rewrite SSA names with broken use-def
22569         dominance out of SSA and register them for PHI insertion.
22571 2017-02-13  Martin Sebor  <msebor@redhat.com>
22573         PR middle-end/79496
22574         * gimple-ssa-sprintf.c (pass_sprintf_length::handle_gimple_call): Avoid
22575         clearing info.nowrite flag when snprintf size argument is a range.
22577 2017-02-13  Jakub Jelinek  <jakub@redhat.com>
22579         * cprop.c (cprop_jump): Add missing space in string literal.
22580         * tree-ssa-structalias.c (rewrite_constraints): Likewise.
22581         (get_constraint_for_component_ref): Likewise.
22582         * df-core.c (df_worklist_dataflow_doublequeue): Likewise.
22583         * tree-outof-ssa.c (insert_partition_copy_on_edge): Likewise.
22584         * lra-constraints.c (process_alt_operands): Likewise.
22585         * ipa-inline.c (inline_small_functions): Likewise.
22586         * tree-ssa-sccvn.c (visit_reference_op_store): Likewise.
22587         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
22588         * trans-mem.c (diagnose_tm_1_op): Likewise.
22589         * omp-grid.c (grid_find_single_omp_among_assignments): Likewise.
22590         (grid_parallel_clauses_gridifiable): Likewise.
22592         * config/nvptx/mkoffload.c (process): Add space in between
22593         , and %d.
22595         * config/i386/i386.h (REG_CLASS_NAMES): Add , in between
22596         "MOD4_SSE_REGS" and "ALL_REGS".
22598         * spellcheck.c (test_data): Add , in between "foo" and "food".
22600 2017-02-13  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
22602         PR target/79449
22603         * config/rs6000/rs6000.c (expand_block_compare): Make sure runtime
22604         boundary crossing check and subsequent code generation agree.
22606 2017-02-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22608         * config/aarch64/aarch64.c (has_memory_op): Delete.
22609         (aarch64_madd_needs_nop): Use contains_mem_rtx_p instead of
22610         has_memory_op.
22612 2017-02-13  Jakub Jelinek  <jakub@redhat.com>
22614         PR rtl-optimization/79388
22615         PR rtl-optimization/79450
22616         * combine.c (distribute_notes): When removing TEM_INSN for which
22617         corresponding dest has last value recorded, invalidate that last
22618         value.
22620 2017-02-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22622         * config/arm/arm.c (arm_print_tune_info): Use ASM_COMMENT_START instead
22623         of explicit '@'.  Add missing assembly comment marker on branch costs
22624         printout.
22626 2017-02-13  Nathan Sidwell  <nathan@acm.org>
22628         * gengtype-lex.l (<in_struct>): Add '/'.
22630 2017-02-13  Martin Liska  <mliska@suse.cz>
22632         PR c/79471
22633         * calls.c (expand_call): Replace XALLOCAVEC with XCNEWVEC.
22635 2017-02-13  Richard Biener  <rguenther@suse.de>
22637         * configure.ac (HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS):
22638         Remove.
22639         * configure: Re-generate.
22640         * config.in: Likewise.
22641         * graphite-dependences.c: Simplify as if
22642         HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS was defined.
22643         * graphite-isl-ast-to-gimple.c: Likewise.
22644         * graphite-optimize-isl.c: Likewise.
22645         * graphite-poly.c: Likewise.
22646         * graphite-sese-to-poly.c: Likewise.
22647         * graphite.h: Likewise.
22648         * toplev.c: Include isl/version.h and use isl_version () for
22649         printing the ISL version.
22650         * doc/install.texi: Update ISL requirement.
22652 2017-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
22654         * doc/standards.texi (Standards): Update reference to
22655         Objective-C 2.0.
22657 2017-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
22659         * doc/extend.texi (Named Address Spaces): sourceware.org now
22660         defaults to https.
22661         * doc/install.texi (Binaries): Ditto.
22662         (Specific): Ditto.
22664 2017-02-11  Sandra Loosemore  <sandra@codesourcery.com>
22666         * doc/cpp.texi: Replace "stringify"/"stringification" with C
22667         standard terminology "stringize"/"stringizing" throughout.
22668         * doc/cppinternals.texi: Likewise.
22670 2017-02-11  Sandra Loosemore  <sandra@codesourcery.com>
22672         * doc/extend.texi: Fix some spelling mistakes and typos.
22673         * doc/invoke.texi: Likewise.
22675 2017-02-11  Jan Hubicka  <hubicka@ucw.cz>
22677         PR ipa/79224
22678         * params.def (inline-min-speedup) Change from 10 to 8.
22680 2017-02-11  Jakub Jelinek  <jakub@redhat.com>
22682         * doc/invoke.texi (fopenmp): Bump OpenMP version from 4.0 to
22683         4.5.
22685 2017-02-11  Jan Hubicka  <hubicka@ucw.cz>
22687         PR ipa/79224
22688         * ipa-inline-analysis.c (get_minimal_bb): New function.
22689         (record_modified): Use it.
22690         (remap_edge_change_prob): Handle also ancestor functions.
22692 2017-02-11  Gerald Pfeifer  <gerald@pfeifer.com>
22694         * doc/contrib.texi (Contributors): Remove broken link into
22695         the Mauve CVS repository.
22697 2017-02-11  Jakub Jelinek  <jakub@redhat.com>
22699         PR middle-end/79454
22700         * internal-fn.c (expand_vector_ubsan_overflow): Use piece-wise
22701         result computation whenever lhs doesn't have vector mode, not
22702         just when it has BLKmode.
22704 2017-02-10  Gerald Pfeifer  <gerald@pfeifer.com>
22706         * doc/makefile.texi (profiledbootstrap): Refer to the
22707         installation instructions only in textual form.
22709 2017-02-10  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
22711         PR target/79295
22712         * config/rs6000/altivec.md (bcd<bcd_add_sub>): Fix constraints.
22714 2017-02-10  Gerald Pfeifer  <gerald@pfeifer.com>
22716         * doc/install.texi (Specific): Use https for blackfin.uclinux.org.
22717         (Specific): Update mingw-w64 reference.
22718         (Binaries): Ditto.
22719         (Specific): Remove broken link to Renesas RX processor.
22721 2017-02-10  Richard Biener  <rguenther@suse.de>
22723         * toplev.c (process_options): Do not mention obsolete graphite
22724         options when printing sorry message about missing graphite support.
22725         Mention -floop-nest-optimize.
22727 2017-02-10  Christophe Lyon  <christophe.lyon@linaro.org>
22729         * config/aarch64/arm_neon.h (vtst_p8): Rewrite without asm.
22730         (vtst_p16): Likewise.
22731         (vtstq_p8): Likewise.
22732         (vtstq_p16): Likewise.
22733         (vtst_p64): New.
22734         (vtstq_p64): Likewise.
22735         * config/arm/arm_neon.h (vgetq_lane_p64): New.
22736         (vset_lane_p64): New.
22737         (vsetq_lane_p64): New.
22739 2017-02-10  Jakub Jelinek  <jakub@redhat.com>
22741         PR tree-optimization/79411
22742         * tree-ssa-reassoc.c (is_reassociable_op): Return false if
22743         stmt operands are SSA_NAMEs used in abnormal phis.
22744         (can_reassociate_p): Return false if op is SSA_NAME used in abnormal
22745         phis.
22747 2017-02-09  Jan Hubicka  <hubicka@ucw.cz>
22749         PR ipa/70795
22750         * cgraphunit.c (cgraph_node::add_new_function): Set externally_visible
22751         flag if needed.
22753 2017-02-09  Jan Hubicka  <hubicka@ucw.cz>
22755         * tree-ssa-loop-unswitch.c (hoist_guard): Update profile.
22757 2017-02-09  Jakub Jelinek  <jakub@redhat.com>
22759         * omp-offload.c (oacc_loop_auto_partitions): Use || instead of |
22760         to avoid warning.
22762         PR c/79413
22763         * gimplify.h (is_gimple_sizepos): Only test for INTEGER_CST constants,
22764         not arbitrary TREE_CONSTANT.
22766         PR c/79431
22767         * gimplify.c (gimplify_adjust_omp_clauses): Ignore
22768         "omp declare target link" attribute unless is_global_var.
22769         * omp-offload.c (find_link_var_op): Likewise.
22771 2017-02-09  Nathan Sidwell  <nathan@codesourcery.com>
22772             Chung-Lin Tang  <cltang@codesourcery.com>
22774         * gimplify.c (gimplify_scan_omp_clauses): No special handling for
22775         OMP_CLAUSE_TILE.
22776         (gimplify_adjust_omp_clauses): Don't delete TILE.
22777         (gimplify_omp_for): Deal with TILE.
22778         * internal-fn.c (expand_GOACC_TILE): New function.
22779         * internal-fn.def (GOACC_DIM_POS): Comment may be overly conservative.
22780         (GOACC_TILE): New.
22781         * omp-expand.c (struct oacc_collapse): Add tile and outer fields.
22782         (expand_oacc_collapse_init): Add LOC paramter.  Initialize tile
22783         element fields.
22784         (expand_oacc_collapse_vars): Add INNER parm, adjust for tiling,
22785         avoid DIV for outermost collapse var.
22786         (expand_oacc_for): Insert tile element loop as needed.  Adjust.
22787         Remove out of date comments, fix whitespace.
22788         * omp-general.c (omp_extract_for_data): Deal with tiling.
22789         * omp-general.h (enum oacc_loop_flags): Add OLF_TILE flag,
22790         adjust OLF_DIM_BASE value.
22791         (struct omp_for_data): Add tiling field.
22792         * omp-low.c (scan_sharing_clauses): Allow OMP_CLAUSE_TILE.
22793         (lower_oacc_head_mark): Add OLF_TILE as appropriate.  Ensure 2 levels
22794         for auto loops.  Remove default auto determining, moved to
22795         oacc_loop_fixed_partitions.
22796         * omp-offload.c (struct oacc_loop): Change 'ifns' to vector of call
22797         stmts, add e_mask field.
22798         (oacc_dim_call): New function, abstracted out from oacc_thread_numbers.
22799         (oacc_thread_numbers): Use oacc_dim_call.
22800         (oacc_xform_tile): New.
22801         (new_oacc_loop_raw): Initialize e_mask, adjust for ifns vector.
22802         (finish_oacc_loop): Adjust for ifns vector.
22803         (oacc_loop_discover_walk): Append loop abstraction sites to list,
22804         add case for GOACC_TILE fns.
22805         (oacc_loop_xform_loop): Delete.
22806         (oacc_loop_process): Iterate over call list directly, and add
22807         handling for GOACC_TILE fns.
22808         (oacc_loop_fixed_partitions): Determine default auto, deal with TILE,
22809         dump partitioning.
22810         (oacc_loop_auto_partitions): Add outer_assign parm. Assign all but
22811         vector partitioning to outer loops.  Assign 2 partitions to loops
22812         when available. Add TILE handling.
22813         (oacc_loop_partition): Adjust oacc_loop_auto_partitions call.
22814         (execite_oacc_device_lower): Process GOACC_TILE fns,
22815         ignore unknown specs.
22816         * tree-nested.c (convert_nonlocal_omp_clauses): Allow OMP_CLAUSE_TILE.
22817         * tree.c (omp_clause_num_ops): Adjust TILE ops.
22818         * tree.h (OMP_CLAUSE_TILE_ITERVAR, OMP_CLAUSE_TILE_COUNT): New.
22820 2017-02-09  Gerald Pfeifer  <gerald@pfeifer.com>
22822         * configure.ac (ACX_BUGURL): Update.
22823         * configure: Regenerate.
22825 2017-02-09  Richard Biener  <rguenther@suse.de>
22827         PR tree-optimization/69823
22828         * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
22829         Properly enumerate all BBs in the region.  Use auto_vec/auto_bitmap.
22831 2017-02-09  Andrew Burgess  <andrew.burgess@embecosm.com>
22833         * config/arc/arc-c.def: Add __NPS400__ definition.
22834         * config/arc/arc.h (CPP_SPEC): Don't define __NPS400__ here.
22835         (TARGET_NPS400): Define.
22837 2017-02-09  Andrew Burgess  <andrew.burgess@embecosm.com>
22839         * config/arc/arc-arch.h (arc_arch_t): Move unchanged to earlier in
22840         file.
22841         (arc_cpu_t): Change base_architecture field, arch, to a arc_arc_t
22842         pointer, arch_info.
22843         (arc_cpu_types): Fill the arch_info field with a pointer into the
22844         arc_arch_types table.
22845         (arc_selected_cpu): Declare.
22846         * config/arc/arc.c (arc_selected_cpu): Make global.
22847         (arc_selected_arch): Delete.
22848         (arc_base_cpu): Delete.
22849         (arc_override_options): Remove references to deleted variables,
22850         update access to arch information.
22851         (ARC_OPT): Update access to arch information.
22852         (ARC_OPTX): Likewise.
22853         * config/arc/arc.h (arc_base_cpu): Remove declaration.
22854         (TARGET_ARC600): Update access to arch information.
22855         (TARGET_ARC601): Likewise.
22856         (TARGET_ARC700): Likewise.
22857         (TARGET_EM): Likewise.
22858         (TARGET_HS): Likewise.
22859         * config/arc/driver-arc.c (arc_cpu_to_as): Update access to arch
22860         information.
22862 2017-02-08  Pat Haugen  <pthaugen@us.ibm.com>
22864         PR target/78604
22865         * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Invert
22866         condition/operands for integer GE/LE/GEU/LEU operations.
22868 2017-02-08  Segher Boessenkool  <segher@kernel.crashing.org>
22870         PR translation/79397
22871         * config/rs6000/rs6000.opt (maltivec=le, maltivec=be): Fix spelling
22872         of AltiVec.
22874 2017-02-08  Martin Jambor  <mjambor@suse.cz>
22876         PR ipa/79375
22877         * ipa-prop.c (ipa_alloc_node_params): Make static, return bool
22878         whether allocation happened.
22879         (ipa_initialize_node_params): Do not call ipa_alloc_node_params if
22880         nothing was allocated.
22882 2017-02-08  Jakub Jelinek  <jakub@redhat.com>
22884         PR tree-optimization/79408
22885         * tree-vrp.c (simplify_div_or_mod_using_ranges): If op1 is not
22886         constant, but SSA_NAME with a known integer range, use the minimum
22887         of that range instead of op1 to determine if modulo can be replaced
22888         with its first operand.
22890 2016-02-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22892         * config/riscv/riscv.c (riscv_build_integer_1): Avoid use of INT16_MAX.
22894 2017-02-08  Richard Biener  <rguenther@suse.de>
22896         PR tree-optimization/71824
22897         * graphite-scop-detection.c (scop_detection::build_scop_breadth):
22898         Check all loops contained in the merged region.
22900 2017-02-07  Andrew Pinski  <apinski@cavium.com>
22902         * config/aarch64/aarch64.md (popcount<mode>2): New pattern.
22904 2017-02-07  Andrew Pinski  <apinski@cavium.com>
22906         * config/aarch64/aarch64-cores.def (thunderx): Disable LSE.
22907         (thunderxt88): Likewise.
22908         (thunderxt81): Disable LSE and change v8.1 to v8.
22909         (thunderxt83): Likewise.
22911 2017-02-07  Jakub Jelinek  <jakub@redhat.com>
22912             Richard Biener  <rguenther@suse.de>
22914         PR middle-end/79399
22915         * ira-int.h (struct target_ira_int): Change x_max_struct_costs_size
22916         type from int to size_t.
22917         * ira-costs.c (struct_costs_size): Change type from int to size_t.
22919 2017-02-07  Jakub Jelinek  <jakub@redhat.com>
22921         PR rtl-optimization/79386
22922         * cprop.c (bypass_conditional_jumps): Initialize
22923         bypass_last_basic_block already before splitting bbs after
22924         unconditional traps...
22925         (bypass_conditional_jumps): ... rather than here.
22927         PR target/79299
22928         * config/i386/sse.md (xtg_mode, gatherq_mode): New mode attrs.
22929         (*avx512f_gathersi<mode>, *avx512f_gathersi<mode>_2,
22930         *avx512f_gatherdi<mode>, *avx512f_gatherdi<mode>_2): Use them,
22931         fix -masm=intel patterns.
22933 2017-02-07  Richard Biener  <rguenther@suse.de>
22935         PR tree-optimization/79256
22936         PR middle-end/79278
22937         * builtins.c (get_object_alignment_2): Use min_align_of_type
22938         to extract alignment for MEM_REFs to honor BIGGEST_FIELD_ALIGNMENT
22939         and ADJUST_FIELD_ALIGN.
22941         * doc/tm.texi.in (ADJUST_FIELD_ALIGN): Adjust to take additional
22942         type parameter.
22943         * doc/tm.texi: Regenerate.
22944         * stor-layout.c (layout_decl): Adjust.
22945         (update_alignment_for_field): Likewise.
22946         (place_field): Likewise.
22947         (min_align_of_type): Likewise.
22948         * config/arc/arc.h (ADJUST_FIELD_ALIGN): Adjust.
22949         * config/epiphany/epiphany.h (ADJUST_FIELD_ALIGN): Likewise.
22950         * config/epiphany/epiphany.c (epiphany_adjust_field_align): Likewise.
22951         * config/frv/frv.h (ADJUST_FIELD_ALIGN): Likewise.
22952         * config/frv/frv.c (frv_adjust_field_align): Likewise.
22953         * config/i386/i386.h (ADJUST_FIELD_ALIGN): Likewise.
22954         * config/i386/i386.c (x86_field_alignment): Likewise.
22955         * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Likewise.
22956         * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Likewise.
22957         * config/rs6000/freebsd64.h (ADJUST_FIELD_ALIGN): Likewise.
22958         * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Likewise.
22959         * config/rs6000/sysv4.h (ADJUST_FIELD_ALIGN): Likewise.
22960         * config/rs6000/rs6000.c (rs6000_special_adjust_field_align_p):
22961          Likewise.
22963         Revert
22964         2017-01-30  Richard Biener  <rguenther@suse.de>
22966         PR tree-optimization/79256
22967         * targhooks.c (default_builtin_vector_alignment_reachable): Honor
22968         BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
22969         alignment on TYPE.
22971 2017-02-07  Toma Tabacu  <toma.tabacu@imgtec.com>
22973         * config/mips/mips.c (mips_expand_builtin_insn): Convert the QImode
22974         argument of the pshufh, psllh, psllw, psrah, psraw, psrlh, psrlw
22975         builtins to SImode and emit a zero-extend, if necessary.
22977 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
22979         * docs/invoke.texi (RISC-V Options): Alphabetize.
22981 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
22983         * doc/invoke.texi (RISC-V Options): Use two spaces to separate
22984         options.
22986 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
22988         * config/riscv/riscv.c: New file.
22989         * common/config/riscv/riscv-common.c: Likewise.
22990         * config.gcc: Likewise.
22991         * config/riscv/constraints.md: Likewise.
22992         * config/riscv/elf.h: Likewise.
22993         * config/riscv/generic.md: Likewise.
22994         * config/riscv/linux.h: Likewise.
22995         * config/riscv/multilib-generator: Likewise.
22996         * config/riscv/peephole.md: Likewise.
22997         * config/riscv/pic.md: Likewise.
22998         * config/riscv/predicates.md: Likewise.
22999         * config/riscv/riscv-builtins.c: Likewise.
23000         * config/riscv/riscv-c.c: Likewise.
23001         * config/riscv/riscv-ftypes.def: Likewise.
23002         * config/riscv/riscv-modes.def: Likewise.
23003         * config/riscv/riscv-opts.h: Likewise.
23004         * config/riscv/riscv-protos.h: Likewise.
23005         * config/riscv/riscv.h: Likewise.
23006         * config/riscv/riscv.md: Likewise.
23007         * config/riscv/riscv.opt: Likewise.
23008         * config/riscv/sync.md: Likewise.
23009         * config/riscv/t-elf-multilib: Likewise.
23010         * config/riscv/t-linux: Likewise.
23011         * config/riscv/t-linux-multilib: Likewise.
23012         * config/riscv/t-riscv: Likewise.
23013         * configure.ac: Likewise.
23014         * doc/contrib.texi: Add Kito Cheng, Palmer Dabbelt, and Andrew
23015         Waterman as RISC-V maintainers.
23016         * doc/install.texi: Add RISC-V entries.
23017         * doc/invoke.texi: Add RISC-V options section.
23018         * doc/md.texi: Add RISC-V constraints section.
23019         * configure: Regenerated.
23021 2017-02-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
23023         PR target/66144
23024         * config/rs6000/vector.md (vcond<mode><mode>): Allow the true and
23025         false values to be constant vectors with all 0 or all 1 bits set.
23026         (vcondu<mode><mode>): Likewise.
23027         * config/rs6000/predicates.md (vector_int_reg_or_same_bit): New
23028         predicate.
23029         (fpmask_comparison_operator): Update comment.
23030         (vecint_comparison_operator): New predicate.
23031         * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Optimize
23032         vector conditionals when the true and false values are constant
23033         vectors with all 0 bits or all 1 bits set.
23035 2017-02-06  Martin Sebor  <msebor@redhat.com>
23037         PR  tree-optimization/79376
23038         * gimple-fold.c (get_range_strlen): Set the minimum length to zero.
23040 2017-02-06  Uros Bizjak  <ubizjak@gmail.com>
23042         * config/i386/sse.md (vector modes -> vec_extract* splitter): Use
23043         explicit subreg RTX with operand 1.  Use VECTOR_MODE_P predicate
23044         to simplify split condition.
23046 2017-02-06  Jakub Jelinek  <jakub@redhat.com>
23048         * omp-expand.c (oxpand_omp_atomic_fetch_op,
23049         expand_omp_atomic_pipeline): Return false if can_atomic_load_p is
23050         false.
23052 2017-02-06  Segher Boessenkool  <segher@kernel.crashing.org>
23054         PR rtl-optimization/68664
23055         * target.def (can_speculate_insn): New hook.
23056         * doc/tm.texi.in (TARGET_SCHED_CAN_SPECULATE_INSN): New hook.
23057         * doc/tm.texi: Regenerate.
23058         * sched-rgn.c (can_schedule_ready_p): Use the new hook.
23059         * config/rs6000/rs6000.c (TARGET_SCHED_CAN_SPECULATE_INSN): New macro.
23060         (rs6000_sched_can_speculate_insn): New function.
23062 2017-02-06  Jakub Jelinek  <jakub@redhat.com>
23064         PR tree-optimization/79284
23065         * tree-vectorizer.h (VECT_SCALAR_BOOLEAN_TYPE_P): Define.
23066         * tree-vect-stmts.c (vect_get_vec_def_for_operand,
23067         vectorizable_mask_load_store, vectorizable_operation,
23068         vect_is_simple_cond, get_same_sized_vectype): Use it instead
23069         of comparing TREE_CODE of a type against BOOLEAN_TYPE.
23070         * tree-vect-patterns.c (check_bool_pattern, search_type_for_mask_1,
23071         vect_recog_bool_pattern, vect_recog_mask_conversion_pattern): Likewise.
23072         * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
23073         * tree-vect-loop.c (vect_determine_vectorization_factor): Likewise.
23074         Remove redundant gimple_code (stmt) == GIMPLE_ASSIGN test after
23075         is_gimple_assign (stmt).  Replace another such test with
23076         is_gimple_assign (stmt).
23078 2017-02-06  Georg-Johann Lay  <avr@gjlay.de>
23080         PR target/78883
23081         * config/avr/avr.c (rtl-iter.h): Include it.
23082         (TARGET_LEGITIMATE_COMBINED_INSN): New hook define...
23083         (avr_legitimate_combined_insn): ...and implementation.
23085 2017-02-06  Dominik Vogt  <vogt@linux.vnet.ibm.com>
23087         * config/s390/predicates.md ("larl_operand"): Use macros from hwint.h.
23088         * config/s390/s390.c (s390_const_operand_ok)
23089         (s390_canonicalize_comparison, s390_extract_part)
23090         (s390_single_part, s390_contiguous_bitmask_nowrap_p)
23091         (s390_contiguous_bitmask_p, s390_rtx_costs)
23092         (legitimize_pic_address): Likewise.
23093         * config/s390/s390.md ("clzdi2", "clztidi2"): Likewise.
23094         * config/s390/vx-builtins.md ("vec_genbytemaskv16qi")
23095         ("vec_permi<mode>", "vfae<mode>", "*vfaes<mode>", "vstrc<mode>")
23096         ("*vstrcs<mode>"): Use UINTVAL() to set unsigned HOST_WIDE_INT.
23097         * config/s390/vector.md ("vec_vfenes<mode>"): Likewise.
23099 2017-02-06  Georg-Johann Lay  <avr@gjlay.de>
23101         * config/avr/avr.md (*addhi3_zero_extend): Add alternative where
23102         REGNO($0) == REGNO($1).
23104 2017-02-06  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
23106         * config/s390/linux.h(SIZE_TYPE): Add comment.
23108 2017-02-06  Julian Brown  <julian@codesourcery.com>
23109             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
23110             Virendra Pathak  <virendra.pathak@broadcom.com>
23112         * config/aarch64/aarch64-cores.def: Change the scheduler
23113         to Thunderx2t99.
23114         * config/aarch64/aarch64.md: Include thunderx2t99.md.
23115         * config/aarch64/thunderx2t99.md: New file.
23117 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
23119         * doc/standards.texi (Go Language): Update link to language
23120         standard.
23122 2017-02-05  Jan Hubicka  <hubicka@ucw.cz>
23124         * tree-eh.c (lower_resx): Sanitize profile.
23125         (cleanup_empty_eh_move_lp): Likewise.
23127 2017-02-05  Jan Hubicka  <hubicka@ucw.cz>
23129         PR tree-ssa/79347
23130         * cfgloopmanip.c (lv_adjust_loop_entry_edge, loop_version): Add
23131         ELSE_PROB.
23132         * cfgloopmanip.h (loop_version): Update prototype.
23133         * modulo-sched.c (sms_schedule): Update call of loop_version.
23134         * tree-if-conv.c(version_loop_for_if_conversion): Likewise.
23135         * tree-parloops.c (gen_parallel_loop): Likewise.
23136         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Likewise.
23137         * tree-ssa-loop-split.c (split_loop): Likewise.
23138         * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Likewise.
23139         * tree-vect-loop-manip.c (vect_loop_versioning): Likewise.
23141 2017-02-05  Martin Liska  <mliska@suse.cz>
23143         PR bootstrap/78985
23144         * config/s390/s390.c (s390_gimplify_va_arg): Initialize local
23145         variable to NULL.
23146         (print_operand_address): Initialize a struct to zero.
23148 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
23150         * doc/contrib.texi (Contributors): Refer to Hans Boehm's
23151         garbage collector only in textual form.
23153 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
23155         * doc/extend.texi (x86 specific memory model extensions for
23156         transactional memory): Simplify a phrase.
23158 2017-02-05  Eric Botcazou  <ebotcazou@adacore.com>
23160         PR target/79353
23161         * config/sparc/sync.md (atomic_loaddi_1): Replace 'U' constraint with
23162         'r', 'm' constraint with 'T' and !TARGET_ARCH64 with TARGET_ARCH32.
23163         (atomic_storedi_1): Likewise.
23165 2017-02-04  Jakub Jelinek  <jakub@redhat.com>
23167         PR tree-optimization/79338
23168         * tree-parloops.c (gather_scalar_reductions): Don't call
23169         vect_analyze_loop_form for loop->inner before destroying loop's
23170         loop_vinfo.
23172 2017-02-03  Martin Sebor  <msebor@redhat.com>
23174         PR tree-optimization/79327
23175         * gimple-ssa-sprintf.c (tree_digits): Avoid adding the base prefix
23176         when precision has resulted in leading zeros.
23177         (format_integer): Adjust the likely counter to assume an unknown
23178         argument that may be zero is non-zero.
23180 2017-02-03  Jason Merrill  <jason@redhat.com>
23182         PR c++/78689
23183         * tree-inline.c (copy_tree_body_r) [COND_EXPR]: Revert change to
23184         avoid copying non-taken branch.
23186 2017-02-03  Jakub Jelinek  <jakub@redhat.com>
23188         PR tree-optimization/79340
23189         * tree-vect-loop.c (vectorizable_reduction): Release
23190         vec_defs elements after safe_splicing them into other vectors.
23191         Formatting fixes.
23193         PR tree-optimization/79327
23194         * gimple-ssa-sprintf.c (adjust_range_for_overflow): If returning
23195         true, always set *argmin and *argmax to TYPE_{MIN,MAX}_VALUE of
23196         dirtype.
23197         (format_integer): Use wide_int_to_tree instead of build_int_cst
23198         + to_?hwi.  If argmin is NULL, just set argmin and argmax to
23199         TYPE_{MIN,MAX}_VALUE of argtype.  Simplify and fix computation
23200         of shortest and longest sequence.
23202 2017-02-03  Uros Bizjak  <ubizjak@gmail.com>
23204         * config/i386/i386.c (dimode_scalar_chain::convert_reg):
23205         Use pextrd for TARGET_SSE4_1 when creating scalar copy.
23207 2017-02-03  Walter Lee  <walt@tilera.com>
23209         PR target/78862
23210         * config/tilegx/tilegx.md (tilegx_expand_prologue): Add blockage
23211         after initial stackframe link reg save.
23212         * config/tilepro/tilepro.md (tilepro_expand_prologue): Likewise.
23214 2017-02-03  Jakub Jelinek  <jakub@redhat.com>
23216         PR target/79354
23217         * config/rs6000/rs6000.md (movsi_from_sf): Use wb constraint instead of
23218         wu for stxssp alternative.
23220 2017-02-03  Martin Sebor  <msebor@redhat.com>
23222         PR tree-optimization/79352
23223         * gimple-fold.c (get_range_strlen): Add argument.
23224         (get_range_strlen): Change return type to bool.
23225         (get_maxval_strlen): Pass in a dummy argument.
23226         * gimple-fold.h (get_range_strlen): Change return type to bool.
23227         * gimple-ssa-sprintf.c (get_string_length): Set unlikely counter.
23228         * tree.h (array_at_struct_end_p): Add argument.
23229         * tree.c (array_at_struct_end_p): Handle it.
23231 2017-02-03  Martin Liska  <mliska@suse.cz>
23233         PR lto/66295
23234         * multiple_target.c (create_dispatcher_calls): Redirect edge
23235         from a caller of a dispatcher.
23236         (expand_target_clones): Make the clones local.
23237         (ipa_target_clone): Do both target clones and resolvers.
23238         (ipa_dispatcher_calls): Remove the pass.
23239         (pass_dispatcher_calls::gate): Likewise.
23240         (make_pass_dispatcher_calls): Likewise.
23241         * passes.def (pass_target_clone): Put as very first IPA early
23242         pass.
23244 2017-02-03  Martin Liska  <mliska@suse.cz>
23246         * symtab.c (symtab_node::binds_to_current_def_p): Bail out
23247         in case of a function with ifunc attribute.
23249 2017-02-03  Martin Liska  <mliska@suse.cz>
23251         * cgraph.c (cgraph_node::dump): Dump function version info.
23252         * symtab.c (symtab_node::dump_base): Add missing new line.
23254 2017-02-02  Jan Hubicka  <hubicka@ucw.cz>
23256         * tree-ssa-ifcombine.c (update_profile_after_ifcombine): New function.
23257         (ifcombine_ifandif): Use it.
23259 2017-02-03  Martin Liska  <mliska@suse.cz>
23261         * doc/invoke.texi: Document default value for
23262         use-after-scope-direct-emission-threshold.
23264 2017-02-03  Martin Liska  <mliska@suse.cz>
23266         PR tree-optimization/79339
23267         * gimple-ssa-sprintf.c (format_floating_max): Call mpfr_clear.
23268         (format_floating): Likewise.
23270 2017-02-03  Martin Liska  <mliska@suse.cz>
23272         PR ipa/79337
23273         * ipa-prop.c (ipa_node_params_t::insert): Remove current
23274         implementation.
23275         (ipa_node_params_t::remove): Likewise.
23276         * ipa-prop.h (ipa_node_params::ipa_node_params): Make default
23277         initialization from removed ipa_node_params_t::insert.
23278         (ipa_node_params::~ipa_node_params): Move from removed
23279         ipa_node_params_t::release.
23280         * symbol-summary.h (symbol_summary::m_released): New member.
23281         Do not release a summary twice.  Do not allow to call finalizer
23282         for types of a summary that live in GGC memory.
23284 2017-02-02  Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
23286         * config/aarch64/aarch64.c (thunderx2t99_tunings): Enable AES and
23287         cmp_branch fusion.
23289 2017-02-02  Martin Sebor  <msebor@redhat.com>
23291         PR middle-end/79275
23292         * gimple-ssa-sprintf.c (get_string_length): Set lower bound to zero.
23293         (format_string): Tighten up the range of output for non-constant
23294         strings and correct the expected range for wide non-constant strings.
23296 2017-02-02  Martin Sebor  <msebor@redhat.com>
23298         * doc/invoke.texi (-maccumulate-args): Fix bad grammar.
23300         PR middle-end/32003
23301         * doc/invoke.texi (-fdump-tree-): Remove pass-specific options from
23302         index.
23303         (-fdump-tree-@var): Add to index and document how to come up
23304         with pass-specific option and dump file names.
23305         (-fdump-passes): Clarify where to look for output.
23307 2017-02-02  Jan Hubicka  <hubicka@ucw.cz>
23309         PR middle-end/77445
23310         * tree-ssa-threadbackward.c (profitable_jump_thread_path): Dump
23311         statistics of the analyzed path; allow threading for speed when
23312         any of BBs along the path are optimized for speed.
23314 2017-02-02  Eric Botcazou  <ebotcazou@adacore.com>
23316         PR middle-end/78468
23317         * emit-rtl.c (init_emit): Add ??? comment for problematic alignment
23318         settings of the virtual registers.
23320         Revert again
23321         2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
23323         * explow.c (get_dynamic_stack_size): Take known alignment of stack
23324         pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
23325         needed.
23327 2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
23329         * config/s390/vx-builtins.md ("vec_ceil", "vec_floor")
23330         ("vec_trunc", "vec_roundc", "vec_round"): Remove expanders.
23332 2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
23334         * config/s390/s390.md: Add missing comments with the expanded
23335         mnemonics.
23336         * config/s390/vector.md: Likewise.
23337         * config/s390/vx-builtins.md: Likewise.
23339 2017-02-02  Jakub Jelinek  <jakub@redhat.com>
23341         PR target/79197
23342         * config/rs6000/rs6000.md (*fixuns_trunc<mode>di2_fctiduz): Rename to ...
23343         (fixuns_trunc<mode>di2): ... this, remove previous expander.  Put all
23344         conditions on a single line.
23346 2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
23348         * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
23349         __S390_VX__ to __VX__.
23351 2017-02-01  Andrew Pinski  <apinski@cavium.com>
23353         * tree-vect-loop.c (vect_compute_single_scalar_iteration_cost): Pass
23354         stmt_info to record_stmt_cost.
23355         (vect_get_known_peeling_cost): Pass stmt_info if known to
23356         record_stmt_cost.
23357         * config/aarch64/aarch64-protos.h (cpu_vector_cost): Split
23358         cpu_vector_cost field into
23359         scalar_int_stmt_cost and scalar_fp_stmt_cost.  Split vec_stmt_cost
23360         field into vec_int_stmt_cost and vec_fp_stmt_cost.
23361         * config/aarch64/aarch64.c (generic_vector_cost): Update for the
23362         splitting of scalar_stmt_cost and vec_stmt_cost.
23363         (thunderx_vector_cost): Likewise.
23364         (cortexa57_vector_cost): LIkewise.
23365         (exynosm1_vector_cost): Likewise.
23366         (xgene1_vector_cost): Likewise.
23367         (thunderx2t99_vector_cost): Improve after the splitting of the two
23368         fields.
23369         (aarch64_builtin_vectorization_cost): Update for the splitting of
23370         scalar_stmt_cost and vec_stmt_cost.
23372 2017-02-01  Torvald Riegel  <triegel@redhat.com>
23373             Richard Henderson  <rth@redhat.com>
23375         * builtins.c (fold_builtin_atomic_always_lock_free): Make "lock-free"
23376         conditional on existance of a fast atomic load.
23377         * optabs-query.c (can_atomic_load_p): New function.
23378         * optabs-query.h (can_atomic_load_p): Declare it.
23379         * optabs.c (expand_atomic_exchange): Always delegate to libatomic if
23380         no fast atomic load is available for the particular size of access.
23381         (expand_atomic_compare_and_swap): Likewise.
23382         (expand_atomic_load): Likewise.
23383         (expand_atomic_store): Likewise.
23384         (expand_atomic_fetch_op): Likewise.
23385         * testsuite/lib/target-supports.exp
23386         (check_effective_target_sync_int_128): Remove x86 because it provides
23387         no fast atomic load.
23388         (check_effective_target_sync_int_128_runtime): Likewise.
23390 2017-02-01  Richard Biener  <rguenther@suse.de>
23392         * graphite.c: Include tree-vectorizer.h for find_loop_location.
23393         (graphite_transform_loops): Provide opt-info for optimized nests.
23394         * tree-parloop.c (parallelize_loops): Provide opt-info for
23395         parallelized loops.
23397 2017-02-01  Richard Biener  <rguenther@suse.de>
23399         PR middle-end/79315
23400         * tree-cfg.c (move_stmt_op): Never set TREE_BLOCK when it
23401         was not set before.
23403 2017-02-01  Richard Biener  <rguenther@suse.de>
23405         PR tree-optimization/71824
23406         * graphite-scop-detection.c (scop_detection::build_scop_breadth):
23407         Verify the loops are valid in the merged SESE region.
23408         (scop_detection::can_represent_loop_1): Check analyzing the
23409         evolution of the number of iterations in the region succeeds.
23411 2017-01-31  Ian Lance Taylor  <iant@golang.org>
23413         * config/i386/i386.c (ix86_expand_split_stack_prologue): Add
23414         REG_ARGS_SIZE note to 32-bit push insns and call insn.
23416 2017-01-31  David Malcolm  <dmalcolm@redhat.com>
23418         PR preprocessor/79210
23419         * input.c (get_substring_ranges_for_loc): Replace line_width
23420         assertion with error-handling.
23422 2017-01-31  Richard Biener  <rguenther@suse.de>
23424         PR tree-optimization/77318
23425         * graphite-sese-to-poly.c (extract_affine): Fix assert.
23426         (create_pw_aff_from_tree): Take loop parameter.
23427         (add_condition_to_pbb): Pass loop of the condition to
23428         create_pw_aff_from_tree.
23430 2017-01-31  Jakub Jelinek  <jakub@redhat.com>
23432         * config/s390/s390.c (s390_asan_shadow_offset): New function.
23433         (TARGET_ASAN_SHADOW_OFFSET): Redefine.
23435 2017-01-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
23437         PR target/78597
23438         PR target/79038
23439         * config/rs6000/rs6000-protos.h (convert_float128_to_int): Delete,
23440         no longer used.
23441         (convert_int_to_float128): Likewise.
23442         * config/rs6000/rs6000.c (convert_float128_to_int): Likewise.
23443         (convert_int_to_float128): Likewise.
23444         * config/rs6000/rs6000.md (UNSPEC_IEEE128_MOVE): Likewise.
23445         (UNSPEC_IEEE128_CONVERT): Likewise.
23446         (floatsi<mode>2, FLOAT128 iterator): Bypass calling
23447         rs6000_expand_float128_convert if we have IEEE 128-bit hardware.
23448         Use local variables for IBM extended format.
23449         (fix_trunc<mode>si2, FLOAT128 iterator): Likewise.
23450         (fix_trunc<mode>si2_fprs): Likewise.
23451         (fixuns_trunc<IEEE128:mode><SDI:mode>2): Likewise.
23452         (floatuns<IEEE128:mode>2, IEEE128 iterator): Likewise.
23453         (fix<uns>_<mode>si2_hw): Rework the IEEE 128-bt hardware support
23454         to know that we can now have integers of all sizes in vector
23455         registers.
23456         (fix<uns>_<mode>di2_hw): Likewise.
23457         (float<uns>_<mode>si2_hw): Likewise.
23458         (fix_<mode>si2_hw): Likewise.
23459         (fixuns_<mode>si2_hw): Likewise.
23460         (float<uns>_<mode>di2_hw): Likewise.
23461         (float_<mode>di2_hw): Likewise.
23462         (float_<mode>si2_hw): Likewise.
23463         (floatuns_<mode>di2_hw): Likewise.
23464         (floatuns_<mode>si2_hw): Likewise.
23465         (xscvqp<su>wz_<mode>): Delete, no longer used.
23466         (xscvqp<su>dz_<mode>): Likewise.
23467         (xscv<su>dqp_<mode>): Likewise.
23468         (ieee128_mfvsrd_64bit): Likewise.
23469         (ieee128_mfvsrd_32bit): Likewise.
23470         (ieee128_mfvsrwz): Likewise.
23471         (ieee128_mtvsrw): Likewise.
23472         (ieee128_mtvsrd_64bit): Likewise.
23473         (ieee128_mtvsrd_32bit): Likewise.
23475 2017-01-31  Martin Liska  <mliska@suse.cz>
23477         PR ipa/79285
23478         * ipa-prop.c (ipa_free_all_node_params): Call release method
23479         instead of ~sumbol_summary to not to trigger double times
23480         dtor of hash_map.
23482 2017-01-31  Aldy Hernandez  <aldyh@redhat.com>
23484         PR tree-optimization/71691
23485         * bitmap.h (class auto_bitmap): New.
23486         * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): Call
23487         is_maybe_undefined instead of ssa_undefined_value_p.
23489 2017-01-31  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
23491         * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
23492         __S390_ARCH_LEVEL__ to __ARCH__.
23494 2017-01-31  Jakub Jelinek  <jakub@redhat.com>
23496         PR tree-optimization/79267
23497         * value-prof.c (gimple_ic): Only drop lhs for noreturn calls
23498         if should_remove_lhs_p is true.
23500 2017-01-30  Alexandre Oliva <aoliva@redhat.com>
23502         PR debug/63238
23503         * dwarf2out.c (clone_as_declaration): Drop DW_AT_alignment.
23504         (add_alignment_attribute): New.
23505         (base_type_die): Add alignment attribute.
23506         (subrange_type_die): Likewise.
23507         (modified_type_die): Likewise.
23508         (gen_array_type_die): Likewise.
23509         (gen_descr_array_type_die: Likewise.
23510         (gen_enumeration_type_die): Likewise.
23511         (gen_subprogram_die): Likewise.
23512         (gen_variable_die): Likewise.
23513         (gen_field_die): Likewise.
23514         (gen_ptr_to_mbr_type_die): Likewise.
23515         (gen_struct_or_union_type_die): Likewise.
23516         (gen_subroutine_type_die): Likewise.
23517         (gen_typedef_die): Likewise.
23518         (base_type_cmp): Compare alignment attribute.
23520 2017-01-30  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
23522         PR target/79170
23523         * config/rs6000/altivec.md (*setb_internal): Rename to setb_signed.
23524         (setb_unsigned) New pattern for setb with CCUNS.
23525         * config/rs6000/rs6000.c (expand_block_compare): Use a different
23526         subfc./subfe sequence to avoid overflow problems.  Generate a
23527         shorter sequence with cmpld/setb for power9.
23528         * config/rs6000/rs6000.md (subf<mode>3_carry_dot2): Add a new pattern
23529         for generating subfc. instruction.
23530         (cmpstrsi): Add TARGET_POPCNTD predicate as the generate sequence
23531         now uses this instruction.
23533 2017-01-30  Ian Lance Taylor  <iant@google.com>
23535         PR debug/79289
23536         * dwarf2out.c (gen_type_die_with_usage): When picking a variant
23537         for FUNCTION_TYPE/METHOD_TYPE, use the first matching one.
23539 2017-01-30  Martin Sebor  <msebor@redhat.com>
23541         * gimple-ssa-sprintf.c (fmtresult::adjust_for_width_or_precision):
23542         Move constant to the right of a relational operator.
23543         (get_mpfr_format_length, format_character, format_string): Ditto.
23544         (should_warn_p, maybe_warn): Same.
23546         * doc/invoke.texi (-Wformat-truncation=1): Fix typo.
23548 2017-01-30  Maxim Ostapenko  <m.ostapenko@samsung.com>
23550         PR lto/79061
23551         * asan.c (get_translation_unit_decl): Remove function.
23552         (asan_add_global): Force has_dynamic_init to zero in LTO mode.
23554 2017-01-30  Martin Liska  <mliska@suse.cz>
23556         PR gcov-profile/79259
23557         * opts.c (common_handle_option): Enable flag_ipa_bit_cp w/
23558         -fprofile-generate.
23560 2017-01-30  Martin Liska  <mliska@suse.cz>
23562         PR bootstrap/78985
23563         * config/aarch64/cortex-a57-fma-steering.c (func_fma_steering::analyze):
23564         Initialize variables with NULL value.
23566 2017-01-30  Richard Earnshaw  <rearnsh@arm.com>
23568         PR target/79260
23569         * config.gcc (arm*-*-*): Add arm/arm-flags.h and arm/arm-isa.h to
23570         tm_p_file.
23571         * arm/arm-protos.h: Don't directly include arm-flags.h and arm-isa.h.
23573 2017-01-30  Richard Biener  <rguenther@suse.de>
23575         PR tree-optimization/79276
23576         * tree-vrp.c (process_assert_insertions): Properly adjust common
23577         when removing a duplicate.
23579         * gcc.dg/torture/pr79276.c: New testcase.
23581 2017-01-30  Richard Biener  <rguenther@suse.de>
23583         PR tree-optimization/79256
23584         * targhooks.c (default_builtin_vector_alignment_reachable): Honor
23585         BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
23586         alignment on TYPE.
23587         * tree.c (build_aligned_type): Set TYPE_USER_ALIGN.
23589 2017-01-30  Dominik Vogt  <vogt@linux.vnet.ibm.com>
23591         PR target/79240
23592         * config/s390/s390.md ("*r<noxa>sbg_<mode>_srl_bitmask")
23593         ("*r<noxa>sbg_<mode>_sll_bitmask")
23594         ("*extzv_<mode>_srl<clobbercc_or_nocc>")
23595         ("*extzv_<mode>_sll<clobbercc_or_nocc>"):
23596         Use contiguous_bitmask_nowrap_operand.
23598 2017-01-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
23600         PR target/79268
23601         * config/rs6000/altivec.h (vec_xl): Revise #define.
23602         (vec_xst): Likewise.
23604 2017-01-27  Uros Bizjak  <ubizjak@gmail.com>
23606         * config/i386/i386.c (print_reg): Use REGNO instead of true_regnum.
23608 2017-01-27  Bernd Schmidt  <bschmidt@redhat.com>
23610         PR rtl-optimization/79194
23611         * cprop.c (one_cprop_pass): Move deletion of code after unconditional
23612         traps before call to bypass_conditional_jumps.
23614 2017-01-27  Vladimir Makarov  <vmakarov@redhat.com>
23616         PR tree-optimization/71374
23617         * lra-constraints.c (check_conflict_input_operands): New.
23618         (match_reload): Use it.
23620 2017-01-27  Vladimir Makarov  <vmakarov@redhat.com>
23622         PR target/79131
23623         * lra-assigns.c (find_hard_regno_for_1): Take endianess for into
23624         account to calculate conflict_set.
23626 2017-01-27  Bin Cheng  <bin.cheng@arm.com>
23628         PR rtl-optimization/78559
23629         * combine.c (try_combine): Discard REG_EQUAL and REG_EQUIV for
23630         other_insn in combine.
23632 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
23634         * builtin-types.def: Use unsigned_char_type_node for BT_UINT8.  Use
23635         uint16_type_node for BT_UINT16.
23637 2017-01-27  David Malcolm  <dmalcolm@redhat.com>
23639         * doc/sourcebuild.texi (Testsuites): Add "GIMPLE Tests" and
23640         "RTL Tests" to menu.
23641         (GIMPLE Tests): New node.
23642         (RTL Tests): New node.
23644 2017-01-27  Richard Biener  <rguenther@suse.de>
23646         PR tree-optimization/79245
23647         * tree-loop-distribution.c (distribute_loop): Apply cost
23648         modeling also to detected patterns.
23650 2017-01-27  Richard Biener  <rguenther@suse.de>
23652         PR tree-optimization/71433
23653         * tree-vrp.c (register_new_assert_for): Revert earlier changes.
23654         (compare_assert_loc): New function.
23655         (process_assert_insertions): Sort and optimize assert locations
23656         to remove duplicates and push down identical assertions on
23657         edges to their destination block.
23659 2017-01-27  Richard Biener  <rguenther@suse.de>
23661         PR tree-optimization/79244
23662         * tree-vrp.c (remove_range_assertions): Forcefully propagate
23663         out SSA names even if abnormal.
23665 2017-01-27  Jakub Jelinek  <jakub@redhat.com>
23667         * realmpfr.h: Poison MPFR_RND{N,Z,U,D}.
23668         * gimple-ssa-sprintf.c (format_floating_max): Use GMP_RNDN
23669         instead of MPFR_RNDN.
23671 2017-01-27  Richard Earnshaw  <rearnsha@arm.com>
23673         PR target/79239
23674         * arm.c (arm_option_override): Don't call build_target_option_node
23675         until after doing all option overrides.
23676         (arm_valid_target_attribute_tree): Likewise.
23678 2017-01-27  Martin Liska  <mliska@suse.cz>
23680         * doc/invoke.texi (-fprofile-arcs): Document profiling support
23681         for {cd}tors and C++ {cd}tors.
23683 2017-01-27  Dominik Vogt  <vogt@linux.vnet.ibm.com>
23685         * config/s390/s390.md ("*setmem_long_and")
23686         ("*setmem_long_and_31z"): Use zero_extend instead of and.
23688 2017-01-26  Martin Sebor  <msebor@redhat.com>
23690         * gimple-ssa-sprintf.c (format_floating): Simplify the computation
23691         of precision.
23693 2017-01-26  Martin Sebor  <msebor@redhat.com>
23695         * gimple-ssa-sprintf.c (format_floating): Test HAVE_XFmode and
23696         HAVE_DFmode before using XFmode or DFmode.
23697         (parse_directive): Avoid using the z length modifier to avoid
23698         the ISO C++98 does not support the â€˜z’ gnu_printf length modifier.
23700         PR middle-end/78703
23701         * gimple-ssa-sprintf.c (adjust_for_width_or_precision): Change
23702         to accept adjustment as an array.
23703         (get_int_range): New function.
23704         (struct directive): Make width and prec arrays.
23705         (directive::set_width, directive::set_precision): Call get_int_range.
23706         (format_integer, format_floating): Handle width and precision ranges.
23707         (format_string, parse_directive): Same.
23709 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
23711         PR debug/79129
23712         * dwarf2out.c (generate_skeleton_bottom_up): For children with
23713         comdat_type_p set, just clone them, but keep the children in the
23714         original DIE.
23716         PR debug/78835
23717         * dwarf2out.c (prune_unused_types): Mark all functions with DIEs
23718         which have direct callers with -fvar-tracking-assignments enabled
23719         in the current TU.
23720         (resolve_addr): Avoid adding skeleton DIEs for DW_AT_call_origin
23721         inside of type units.
23723 2017-01-26  Martin Sebor  <msebor@redhat.com>
23725         PR middle-end/78703
23726         * gimple-ssa-sprintf.c (struct result_range): Add likely and
23727         unlikely counters.
23728         (struct format_result): Replace number_chars, number_chars_min,
23729         and number_chars_max with a single member of struct result_range.
23730         Remove bounded.
23731         (format_result::operator+=): Adjust.
23732         (struct fmtresult): Remove bounded.  Handle likely and unlikely
23733         counters.
23734         (fmtresult::adjust_for_width_or_precision): New function.
23735         (fmtresult:type_max_digits): New function.
23736         (bytes_remaining): Handle likely and unlikely counters.
23737         (min_bytes_remaining): Remove.
23738         (format_percent): Simplify.
23739         (format_integer, format_floating): Set likely and unlikely counters.
23740         (get_string_length, format_character, format_string): Same.
23741         (format_plain, should_warn_p): New function.
23742         (maybe_warn): Call should_warn_p.  Update diagnostic messages
23743         and handle those for all directives, including plain strings.
23744         (format_directive): Handle likely and unlikely counters.
23745         Remove unnecessary quoting from diagnostics.  Add an informational
23746         note.
23747         (add_bytes): Remove.
23748         (pass_sprintf_length::compute_format_length): Simplify.
23749         (try_substitute_return_value): Handle likely and unlikely counters.
23751 2017-01-26  Carl Love  <cel@us.ibm.com>
23753         * config/rs6000/rs6000-c (altivec_overloaded_builtins): Remove
23754         bogus entries for the P8V_BUILTIN_VEC_VGBBD built-ins
23756 2017-01-26  Vladimir Makarov  <vmakarov@redhat.com>
23758         PR target/79131
23759         * lra-assigns.c (setup_live_pseudos_and_spill_after_risky): Take
23760         endianess for subregs into account.
23761         * lra-constraints.c (lra_constraints): Do risky transformations
23762         always on the first iteration.
23763         * lra-lives.c (check_pseudos_live_through_calls): Add arg
23764         last_call_used_reg_set.
23765         (process_bb_lives): Define and use last_call_used_reg_set.
23766         * lra.c (lra): Always continue after lra_constraints on the first
23767         iteration.
23769 2017-01-26  Kirill Yukhin  <kirill.yukhin@gmail.com>
23771         * gcc.target/i386/avx512bw-kshiftlq-2.c: Use unsigned long long
23772         constant.
23773         * gcc.target/i386/avx512bw-kshiftrq-2.c: Ditto.
23775 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
23777         * config/i386/avx512fintrin.h (_ktest_mask16_u8,
23778         _ktestz_mask16_u8, _ktestc_mask16_u8, _kadd_mask16): Move to ...
23779         * config/i386/avx512dqintrin.h (_ktest_mask16_u8,
23780         _ktestz_mask16_u8, _ktestc_mask16_u8, _kadd_mask16): ... here.
23781         * config/i386/i386-builtin.def (__builtin_ia32_ktestchi,
23782         __builtin_ia32_ktestzhi, __builtin_ia32_kaddhi): Use
23783         OPTION_MASK_ISA_AVX512DQ instead of OPTION_MASK_ISA_AVX512F.
23784         * config/i386/sse.md (SWI1248_AVX512BWDQ2): New mode iterator.
23785         (kadd<mode>, ktest<mode>): Use it instead of SWI1248_AVX512BWDQ.
23787 2017-01-26  Marek Polacek  <polacek@redhat.com>
23789         PR c/79199
23790         * fold-const.c (operand_equal_p) [COND_EXPR]: Use OP_SAME_WITH_NULL
23791         for the third operand.
23793 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
23795         PR middle-end/79236
23796         * omp-low.c (struct omp_context): Add simt_stmt field.
23797         (scan_omp_for): Return omp_context *.
23798         (scan_omp_simd): Set simt_stmt on the non-_simt_ SIMD
23799         context to the _simt_ SIMD stmt.
23800         (lower_omp_for): For combined SIMD with sibling _simt_
23801         SIMD, make sure to use the same decls in _looptemp_
23802         clauses as in the sibling.
23804 2017-01-26  David Sherwood  <david.sherwood@arm.com>
23806         PR middle-end/79212
23807         * gimplify.c (omp_notice_variable): Add GOVD_SEEN flag to variables in
23808         all contexts.
23810 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
23812         PR target/70465
23813         * reg-stack.c (emit_swap_insn): Instead of fld a; fld b; fxchg %st(1);
23814         emit fld b; fld a; if possible.
23816         * brig-builtins.def: Update copyright years.
23817         * config/arm/arm_acle_builtins.def: Update copyright years.
23819 2017-01-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
23821         PR target/79179
23822         * config/rs6000/vsx.md (vsx_extract_<mode>_store): Use wY
23823         constraint instead of o for the stxsd instruction.
23825 2017-01-25  Carl Love  <cel@us.ibm.com>
23827         * config/rs6000/rs6000-c (altivec_overloaded_builtins): Fix order
23828         of entries for ALTIVEC_BUILTIN_VEC_PACKS and P8V_BUILTIN_VEC_VGBBD.
23830 2017-01-25  Jonathan Wakely  <jwakely@redhat.com>
23832         * doc/invoke.texi (C++ Dialect Options): Fix typo.
23834 2017-01-25  Richard Biener  <rguenther@suse.de>
23836         PR tree-optimization/69264
23837         * target.def (vector_alignment_reachable): Improve documentation.
23838         * doc/tm.texi: Regenerate.
23839         * targhooks.c (default_builtin_vector_alignment_reachable): Simplify
23840         and add a comment.
23841         * tree-vect-data-refs.c (vect_supportable_dr_alignment): Revert
23842         earlier changes with respect to TYPE_USER_ALIGN.
23843         (vector_alignment_reachable_p): Likewise.  Improve dumping.
23845 2016-01-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23847         PR target/79145
23848         * config/arm/arm.md (xordi3): Force constant operand into a register
23849         for TARGET_IWMMXT.
23851 2016-01-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
23853         * doc/invoke.texi (-fstore-merging): Correct default optimization
23854         levels at which it is enabled.
23855         (-O): Move -fstore-merging from list to...
23856         (-O2): ... Here.
23858 2017-01-25  Richard Biener  <rguenther@suse.de>
23860         PR debug/78363
23861         * omp-expand.c: Include debug.h.
23862         (expand_omp_taskreg): Make sure to generate early debug before
23863         outlining anything from a function.
23864         (expand_omp_target): Likewise.
23865         (grid_expand_target_grid_body): Likewise.
23867 2017-01-25  Maxim Ostapenko  <m.ostapenko@samsung.com>
23869         PR lto/79061
23870         * asan.c (get_translation_unit_decl): New function.
23871         (asan_add_global): Extract modules file name from globals
23872         TRANSLATION_UNIT_DECL name.
23874 2017-01-24  Eric Botcazou  <ebotcazou@adacore.com>
23876         PR target/77439
23877         * config/arm/arm.c (arm_function_ok_for_sibcall): Add back restriction
23878         for long calls with APCS frame and VFP.
23880 2017-01-24  David Malcolm  <dmalcolm@redhat.com>
23882         * cfg.c (original_copy_tables_initialized_p): New function.
23883         * cfg.h (original_copy_tables_initialized_p): New decl.
23884         * cfgrtl.c (relink_block_chain): Guard the call to
23885         free_original_copy_tables with a call to
23886         original_copy_tables_initialized_p.
23887         * cgraph.h (symtab_node::native_rtl_p): New decl.
23888         * cgraphunit.c (symtab_node::native_rtl_p): New function.
23889         (symtab_node::needed_p): Don't assert for early assembly output
23890         for __RTL functions.
23891         (cgraph_node::finalize_function): Set "force_output" for __RTL
23892         functions.
23893         (cgraph_node::analyze): Bail out early for __RTL functions.
23894         (analyze_functions): Update assertion to support __RTL functions.
23895         (cgraph_node::expand): Bail out early for __RTL functions.
23896         * final.c (rest_of_clean_state): Don't call delete_tree_ssa for
23897         __RTL functions.
23898         * function.h (struct function): Update comment for field
23899         "pass_startwith".
23900         * gimple-expr.c: Include "tree-pass.h".
23901         (gimple_has_body_p): Return false for __RTL functions.
23902         * Makefile.in (OBJS): Add run-rtl-passes.o.
23903         * pass_manager.h (gcc::pass_manager::get_rest_of_compilation): New
23904         accessor.
23905         (gcc::pass_manager::get_clean_slate): New accessor.
23906         * passes.c: Include "insn-addr.h".
23907         (should_skip_pass_p): Add logging.  Update logic for running
23908         "expand" to be compatible with both __GIMPLE and __RTL.  Guard
23909         property-provider override so it is only done for gimple passes.
23910         Don't skip dfinit.
23911         (skip_pass): New function.
23912         (execute_one_pass): Call skip_pass when skipping passes.
23913         * read-md.c (md_reader::read_char): Support filtering
23914         the input to a subset of line numbers.
23915         (md_reader::md_reader): Initialize fields
23916         m_first_line and m_last_line.
23917         (md_reader::read_file_fragment): New function.
23918         * read-md.h (md_reader::read_file_fragment): New decl.
23919         (md_reader::m_first_line): New field.
23920         (md_reader::m_last_line): New field.
23921         * read-rtl-function.c (function_reader::create_function): Only
23922         create cfun if it doesn't already exist.  Set PROP_rtl on cfun's
23923         curr_properties.  Set DECL_INITIAL to a dummy block.
23924         (read_rtl_function_body_from_file_range): New function.
23925         * read-rtl-function.h (read_rtl_function_body_from_file_range):
23926         New decl.
23927         * run-rtl-passes.c: New file.
23928         * run-rtl-passes.h: New file.
23930 2017-01-24  Jeff Law  <law@redhat.com>
23932         * config/microblaze/microblaze.h (ASM_FORMAT_PRIVATE_NAME): Increase
23933         buffer size.
23935 2017-01-24  Bin Cheng  <bin.cheng@arm.com>
23937         PR tree-optimization/79159
23938         * tree-ssa-loop-niter.c (get_cst_init_from_scev): New function.
23939         (record_nonwrapping_iv): Improve boundary using above function if no
23940         value range information.
23942 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
23943             Martin Jambor  <mjambor@suse.cz>
23945         * brig-builtins.def: New file.
23946         * builtins.def (DEF_HSAIL_BUILTIN): New macro.
23947         (DEF_HSAIL_ATOMIC_BUILTIN): Likewise.
23948         (DEF_HSAIL_SAT_BUILTIN): Likewise.
23949         (DEF_HSAIL_INTR_BUILTIN): Likewise.
23950         (DEF_HSAIL_CVT_ZEROI_SAT_BUILTIN): Likewise.
23951         * builtin-types.def (BT_INT8): New.
23952         (BT_INT16): Likewise.
23953         (BT_UINT8): Likewise.
23954         (BT_UINT16): Likewise.
23955         (BT_FN_ULONG): Likewise.
23956         (BT_FN_UINT_INT): Likewise.
23957         (BT_FN_UINT_ULONG): Likewise.
23958         (BT_FN_UINT_LONG): Likewise.
23959         (BT_FN_UINT_PTR): Likewise.
23960         (BT_FN_ULONG_PTR): Likewise.
23961         (BT_FN_INT8_FLOAT): Likewise.
23962         (BT_FN_INT16_FLOAT): Likewise.
23963         (BT_FN_UINT32_FLOAT): Likewise.
23964         (BT_FN_UINT16_FLOAT): Likewise.
23965         (BT_FN_UINT8_FLOAT): Likewise.
23966         (BT_FN_UINT64_FLOAT): Likewise.
23967         (BT_FN_UINT16_UINT32): Likewise.
23968         (BT_FN_UINT32_UINT16): Likewise.
23969         (BT_FN_UINT16_UINT16_UINT16): Likewise.
23970         (BT_FN_INT_PTR_INT): Likewise.
23971         (BT_FN_UINT_PTR_UINT): Likewise.
23972         (BT_FN_LONG_PTR_LONG): Likewise.
23973         (BT_FN_ULONG_PTR_ULONG): Likewise.
23974         (BT_FN_VOID_UINT64_UINT64): Likewise.
23975         (BT_FN_UINT8_UINT8_UINT8): Likewise.
23976         (BT_FN_INT8_INT8_INT8): Likewise.
23977         (BT_FN_INT16_INT16_INT16): Likewise.
23978         (BT_FN_INT_INT_INT): Likewise.
23979         (BT_FN_UINT_FLOAT_UINT): Likewise.
23980         (BT_FN_FLOAT_UINT_UINT): Likewise.
23981         (BT_FN_ULONG_UINT_UINT): Likewise.
23982         (BT_FN_ULONG_UINT_PTR): Likewise.
23983         (BT_FN_ULONG_ULONG_ULONG): Likewise.
23984         (BT_FN_UINT_UINT_UINT): Likewise.
23985         (BT_FN_VOID_UINT_PTR): Likewise.
23986         (BT_FN_UINT_UINT_PTR: Likewise.
23987         (BT_FN_UINT32_UINT64_PTR): Likewise.
23988         (BT_FN_INT_INT_UINT_UINT): Likewise.
23989         (BT_FN_UINT_UINT_UINT_UINT): Likewise.
23990         (BT_FN_UINT_UINT_UINT_PTR): Likewise.
23991         (BT_FN_UINT_ULONG_ULONG_UINT): Likewise.
23992         (BT_FN_ULONG_ULONG_ULONG_ULONG): Likewise.
23993         (BT_FN_LONG_LONG_UINT_UINT): Likewise.
23994         (BT_FN_ULONG_ULONG_UINT_UINT): Likewise.
23995         (BT_FN_VOID_UINT32_UINT64_PTR): Likewise.
23996         (BT_FN_VOID_UINT32_UINT32_PTR): Likewise.
23997         (BT_FN_UINT_UINT_UINT_UINT_UINT): Likewise.
23998         (BT_FN_UINT_FLOAT_FLOAT_FLOAT_FLOAT): Likewise.
23999         (BT_FN_ULONG_ULONG_ULONG_UINT_UINT): Likewise.
24000         * doc/frontends.texi: List BRIG FE.
24001         * doc/install.texi (Testing): Add BRIG tesring requirements.
24002         * doc/invoke.texi (Overall Options): Mention BRIG.
24003         * doc/standards.texi (Standards): Doucment BRIG HSA version.
24005 2017-01-24  Richard Biener  <rguenther@suse.de>
24007         PR translation/79208
24008         * ipa-devirt.c (odr_types_equivalent_p): Fix typo in diagnostic.
24010 2017-01-24  Martin Jambor  <mjambor@suse.cz>
24012         PR bootstrap/79198
24013         * ipa-prop.c (ipa_free_all_node_params): Call summary destructor.
24014         * ipa-prop.c (ipa_node_params_t::insert): Initialize fields known_csts
24015         and known_contexts.
24017 2017-01-24  Aldy Hernandez  <aldyh@redhat.com>
24019         PR middle-end/79123
24020         * gimple-ssa-warn-alloca.c (alloca_call_type): Make sure
24021         casts from signed to unsigned really don't have a range.
24023 2017-01-24  Markus Trippelsdorf  <markus@trippelsdorf.de>
24025         * gimple-ssa-sprintf.c (format_floating): Change MPFR_RNDx to
24026         GMP_RNDx for compatiblity.
24028 2017-01-24  Martin Liska  <mliska@suse.cz>
24030         PR bootstrap/79132
24031         * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Insert assert
24032         that would prevent us to call alloca with -1 as argument.
24034 2017-01-24  Jakub Jelinek  <jakub@redhat.com>
24036         * dwarf2out.c (output_compilation_unit_header, output_file_names):
24037         Avoid -Wformat-security warning.
24039 2017-01-23  Andrew Pinski  <apinski@cavium.com>
24041         * config/aarch64/aarch64.c (thunderx2t99_addrcost_table): Improve
24042         cost table.
24044 2017-01-23  Martin Sebor  <msebor@redhat.com>
24046         PR middle-end/78703
24047         * gimple-ssa-sprintf.c (warn_level): New global.
24048         (format_integer): Use it here and throughout the rest of the file.
24049         Use the same switch to compute sign as base.
24050         (maybe_warn): New function.
24051         (format_directive): Factor out warnings into maybe_warn.
24052         Add debugging output.  Use warn_level.
24053         (add_bytes): Use warn_level.
24054         (pass_sprintf_length::compute_format_length): Add debugging output.
24055         (try_substitute_return_value): Same.
24056         (pass_sprintf_length::handle_gimple_call): Set and use warn_level.
24058         PR middle-end/78703
24059         * gimple-ssa-sprintf.c (struct format_result): Remove constant member.
24060         (struct fmtresult, format_integer, format_floating): Adjust.
24061         (fmtresult::fmtresult): Set max correctly in two argument ctor.
24062         (get_string_length, format_string,format_directive): Same.
24063         (pass_sprintf_length::compute_format_length): Same.
24064         (try_substitute_return_value): Simplify slightly.
24066         PR middle-end/78703
24067         * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Adjust formatting.
24068         (fmtresult::operator+=): Outlined.
24069         (struct fmtresult): Add ctors.
24070         (struct conversion_spec): Rename...
24071         (struct directive): ...to this.  Add and remove data members.
24072         (directive::set_width, directive::set_precision): New functions.
24073         (format_percent): Use fmtresult ctor.
24074         (get_width_and_precision): Remove.
24075         (format_integer): Make naming changes.  Avoid computing width and
24076         precision.
24077         (format_floating): Same.  Adjust indentation.
24078         (format_character, format_none): New functions.
24079         (format_string): Moved character handling to format_character.
24080         (format_directive): Remove arguments, change return type.
24081         (parse_directive): New function.
24082         (pass_sprintf_length::compute_format_length): Move directive
24083         parsing to parse_directive.
24085 2017-01-23  Jakub Jelinek  <jakub@redhat.com>
24087         * tree.h (assign_assembler_name_if_neeeded): Rename to ...
24088         (assign_assembler_name_if_needed): ... this.
24089         * tree.c (assign_assembler_name_if_neeeded): Rename to ...
24090         (assign_assembler_name_if_needed): ... this.
24091         (free_lang_data_in_cgraph): Adjust callers.
24092         * cgraphunit.c (cgraph_node::analyze): Likewise.
24093         * omp-expand.c (expand_omp_taskreg, expand_omp_target):
24094         Likewise.
24096 2017-01-23  Richard Biener  <rguenther@suse.de>
24098         PR tree-optimization/79088
24099         PR tree-optimization/79188
24100         * tree-ssa-threadupdate.c (mark_threaded_blocks): Move code
24101         resetting loop bounds after last path deletion.  Reset loop
24102         bounds of the target loop, make code match the comments.
24103         * tree-ssa-threadbackwards.c (pass_early_thread_jumps::execute):
24104         Make sure loops need no fixups.
24106 2017-01-23  Kelvin Nilsen  <kelvin@gcc.gnu.org>
24108         * config/rs6000/rs6000-builtin.def (VSIEDPF): Add scalar insert
24109         exponent support with double type for first argument.
24110         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Changed
24111         type returned by __builtin_vec_extract_sig,
24112         __builtin_vec_extract_sig_sp, and __builtin_vec_extract_sig_dp
24113         functions from "vector int" to "vector unsigned int" or from
24114         "vector long long int" to "vector unsigned long long int".
24115         Changed type returned by __builtin_vec_extract_exp,
24116         __builtin_vec_extract_exp_sp, and __builtin_vec_extract_exp_dp
24117         functions from "vector int" to "vector unsigned int" or from
24118         "vector long long int" to "vector unsigned long long int".
24119         Changed return type of __builtin_vec_test_data_class,
24120         __builtin_vec_test_data_class_sp, and
24121         __builtin_vec_test_data_class_dp from "vector int" to
24122         "vector bool int" or from "vector long long int" to "vector bool
24123         long long int" and changed second argument type from "unsigned
24124         int" to "int".  Added new overloaded function forms "vector float
24125         __builtin_vec_insert_exp (vector float, vector unsigned int)" and
24126         "vector float __builtin_vec_insert_exp_sp (vector float, vector
24127         unsigned int)" and "vector double __builtin_vec_insert_exp (vector
24128         double, vector unsigned long long int)" and "vector double
24129         __builtin_vec_insert_exp_dp (vector double, vector unsigned long
24130         long int)".  Changed return type of
24131         __builtin_scalar_test_data_class and
24132         __builtin_scalar_test_data_class_sp and
24133         __builtin_scalar_test_data_class_dp from "unsigned int" to "bool
24134         int" and changed second argument from "unsigned int" to "int".
24135         Changed type returned by __builtin_scalar_test_neg,
24136         __builtin_scalar_test_neg_sp, and __builtin_scalar_test_neg_dp
24137         from "int" to "bool int".  Added new overloaded function form
24138         "double __builtin_scalar_insert_exp (double, unsigned long long int)".
24139         * config/rs6000/vsx.md (xsiexpdpf): New insn for scalar insert
24140         exponent double-precision with floating point first argument.
24141         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Adjust
24142         documentation of scalar_test_data_class, scalar_test_neg,
24143         scalar_extract_sig, scalar_extract_exp, scalar_insert_exp,
24144         vector_extract_exp, vec_extract_sig, vec_insert_exp, and
24145         vec_test_data_class built-in functions to reflect refinements in
24146         their type signatures.
24148 2017-01-23  Andreas Tobler  <andreast@gcc.gnu.org>
24150         * config/aarch64/aarch64.c (aarch64_elf_asm_constructor): Increase
24151         size of buf.
24152         (aarch64_elf_asm_destructor): Likewise.
24154 2017-01-23  Bernd Schmidt  <bschmidt@redhat.com>
24156         PR rtl-optimization/78634
24157         * config/i386/i386.c (ix86_max_noce_ifcvt_seq_cost): New function.
24158         (TARGET_MAX_NOCE_IFCVT_SEQ_COST): Define.
24159         * ifcvt.c (noce_try_cmove): Add missing cost check.
24161         PR rtl-optimization/71724
24162         * combine.c (if_then_else_cond): Look for situations where it is
24163         beneficial to undo the work of one of the recursive calls.
24165 2017-01-23  Bin Cheng  <bin.cheng@arm.com>
24167         PR tree-optimization/70754
24168         * tree-predcom.c (stmt_combining_refs): New parameter INSERT_BEFORE.
24169         (reassociate_to_the_same_stmt): New parameter INSERT_BEFORE.  Insert
24170         combined stmt before it if not NULL.
24171         (combine_chains): Process refs reversely and compute dominance point
24172         for root ref.
24174 2017-01-23  Martin Liska  <mliska@suse.cz>
24176         PR tree-optimization/79196
24177         * tree-ssa-strlen.c (fold_strstr_to_memcmp): Rename to ...
24178         (fold_strstr_to_strncmp): ... this.  Fold the pattern to strncmp
24179         instead of memcmp.
24180         (strlen_optimize_stmt): Call the renamed function.
24182 2017-01-23  Michael Matz  <matz@suse.de>
24184         PR tree-optimization/78384
24185         * tree-ssa-loop-split.c (patch_loop_exit): Use correct edge.
24187 2017-01-23  Richard Biener  <rguenther@suse.de>
24189         PR tree-optimization/79186
24190         * tree-vrp.c (register_new_assert_for): Make sure we've seen
24191         both incoming edges before moving an assert.
24193 2017-01-23  Martin Jambor  <mjambor@suse.cz>
24195         * ipa-prop.c (load_from_param_1): Removed.
24196         (load_from_unmodified_param): Bits from load_from_param_1 put back
24197         here.
24198         (load_from_param): Removed.
24199         (compute_complex_assign_jump_func): Removed stmt2 and just replaced it
24200         with stmt.  Reverted back to use of load_from_unmodified_param.
24202 2017-01-23  Martin Jambor  <mjambor@suse.cz>
24204         PR ipa/79108
24205         * ipa-prop.h (ipa_param_descriptor): Anotate with with GTY(()).
24206         (ipa_node_params): Annotate with GTY((for_user)).  Make descriptors
24207         field a pointer to garbage collected vector, mark lattices and
24208         ipcp_orig_node with GTY((skip)).
24209         (ipa_get_param_count): Adjust to descriptors being a pointer.
24210         (ipa_get_param): Likewise.
24211         (ipa_get_type): Likewise.
24212         (ipa_get_param_move_cost): Likewise.
24213         (ipa_set_param_used): Likewise.
24214         (ipa_get_controlled_uses): Likewise.
24215         (ipa_set_controlled_uses): Likewise.
24216         (ipa_is_param_used): Likewise.
24217         (ipa_node_params_t): Move into garbage collector.  New methods insert
24218         and remove.
24219         (ipa_node_params_sum): Annotate wth GTY(()).
24220         (ipa_check_create_node_params): Adjust to ipa_node_params_sum being
24221         garbage collected.
24222         (ipa_load_from_parm_agg): Adjust declaration.
24223         * ipa-icf.c (param_used_p): Adjust to descriptors being a pointer.
24224         * ipa-profile.c (ipa_profile): Likewise.
24225         * ipa-prop.c (ipa_get_param_decl_index_1): Likewise.
24226         (ipa_populate_param_decls): Make descriptors parameter garbage
24227         collected.
24228         (ipa_dump_param): Adjust to descriptors being a pointer.
24229         (ipa_alloc_node_params): Likewise.
24230         (ipa_initialize_node_params): Likewise.
24231         (load_from_param_1): Make descriptors parameter garbage collected.
24232         (load_from_unmodified_param): Likewise.
24233         (load_from_param): Likewise.
24234         (ipa_load_from_parm_agg): Likewise.
24235         (ipa_node_params::~ipa_node_params): Removed.
24236         (ipa_free_all_node_params): Remove call to delete operator.
24237         (ipa_node_params_t::insert): New.
24238         (ipa_node_params_t::remove): Likewise.
24239         (ipa_node_params_t::duplicate): Adjust to descriptors being a pointer,
24240         copy known_csts and known_contexts vectors.
24241         (ipa_read_node_info): Adjust to descriptors being a pointer.
24242         (ipcp_modif_dom_walker): Make m_descriptors field garbage
24243         collected.
24244         (ipcp_transform_function): Make descriptors variable garbage
24245         collected.
24247 2017-01-23  Andrew Senkevich  <andrew.senkevich@intel.com>
24249         * config/i386/avx512bwintrin.h: Add k-mask test, kortest intrinsics.
24250         * config/i386/avx512dqintrin.h: Ditto.
24251         * config/i386/avx512fintrin.h: Ditto.
24252         * config/i386/i386.c: Handle new builtins.
24253         * config/i386/i386-builtin.def: Add new builtins.
24254         * config/i386/sse.md (ktest<mode>, kortest<mode>): New.
24255         (UNSPEC_KORTEST, UNSPEC_KTEST): New.
24257 2017-01-23  Jakub Jelinek  <jakub@redhat.com>
24258             Martin Liska  <mliska@suse.cz>
24260         * asan.h: Define ASAN_USE_AFTER_SCOPE_ATTRIBUTE.
24261         * asan.c (asan_expand_poison_ifn): Support stores and use
24262         appropriate ASAN report function.
24263         * internal-fn.c (expand_ASAN_POISON_USE): New function.
24264         * internal-fn.def (ASAN_POISON_USE): Declare.
24265         * tree-into-ssa.c (maybe_add_asan_poison_write): New function.
24266         (maybe_register_def): Create ASAN_POISON_USE when sanitizing.
24267         * tree-ssa-dce.c (eliminate_unnecessary_stmts): Remove
24268         ASAN_POISON calls w/o LHS.
24269         * tree-ssa.c (execute_update_addresses_taken): Create clobber
24270         for ASAN_MARK (UNPOISON, &x, ...) in order to prevent usage of a LHS
24271         from ASAN_MARK (POISON, &x, ...) coming to a PHI node.
24272         * gimplify.c (asan_poison_variables): Add attribute
24273         use_after_scope_memory to variables that really needs to live
24274         in memory.
24275         * tree-ssa.c (is_asan_mark_p): Do not rewrite into SSA when
24276         having the attribute.
24278 2017-01-23  Martin Liska  <mliska@suse.cz>
24280         * asan.c (create_asan_shadow_var): New function.
24281         (asan_expand_poison_ifn): Likewise.
24282         * asan.h (asan_expand_poison_ifn): New declaration.
24283         * internal-fn.c (expand_ASAN_POISON): Likewise.
24284         * internal-fn.def (ASAN_POISON): New builtin.
24285         * sanopt.c (pass_sanopt::execute): Expand
24286         asan_expand_poison_ifn.
24287         * tree-inline.c (copy_decl_for_dup_finish): Make function
24288         external.
24289         * tree-inline.h (copy_decl_for_dup_finish): Likewise.
24290         * tree-ssa.c (is_asan_mark_p): New function.
24291         (execute_update_addresses_taken): Rewrite local variables
24292         (identified just by use-after-scope as addressable) into SSA.
24294 2017-01-22  Gerald Pfeifer  <gerald@pfeifer.com>
24296         * doc/install.texi (Specific): opensource.apple.com uses https
24297         now. Remove trailing slash.
24299 2017-01-22  Gerald Pfeifer  <gerald@pfeifer.com>
24301         * README.Portability: Remove note on an Irix compatibility issue.
24303 2017-01-22  Dimitry Andric <dim@FreeBSD.org>
24305         * gcov.c (INCLUDE_ALGORITHM): Define.
24306         (INCLUDE_VECTOR): Define.
24307         No longer include <vector> and <algorithm> directly.
24309 2017-01-21  Gerald Pfeifer  <gerald@pfeifer.com>
24311         * doc/extend.texi (Thread-Local): Change www.akkadia.org reference
24312         to https.
24313         * doc/invoke.texi (Code Gen Options): Ditto.
24315 2017-01-21  Jan Hubicka  <hubicka@ucw.cz>
24317         PR lto/78407
24318         * cfg.c (update_bb_profile_for_threading): Fix updating of probablity.
24320 2017-01-21  Bernd Schmidt  <bschmidt@redhat.com>
24322         rtl-optimization/79125
24323         * cprop.c (local_cprop_pass): Handle cases where we make an
24324         unconditional trap.
24326 2017-01-20  Segher Boessenkool  <segher@kernel.crashing.org>
24328         PR target/61729
24329         PR target/77850
24330         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Adjust address to
24331         read from, for big endian.
24333 2017-01-20  Jiong Wang  <jiong.wang@arm.com>
24335         * config/aarch64/aarch64-builtins.c (aarch64_init_builtins): Register
24336         register pauth builtins for LP64 only.
24338 2017-01-20  Marek Polacek  <polacek@redhat.com>
24340         PR c/79152
24341         * gimplify.c (should_warn_for_implicit_fallthrough): Handle consecutive
24342         non-case labels.
24344 2017-01-20  Alexander Monakov  <amonakov@ispras.ru>
24346         * omp-expand.c (expand_omp_simd): Clear PROP_gimple_lomp_dev regardless
24347         of safelen status.
24348         * omp-offload.c (pass_omp_device_lower::gate): Use PROP_gimple_lomp_dev.
24349         * passes.c (dump_properties): Handle PROP_gimple_lomp_dev.
24350         * tree-inline.c (expand_call_inline): Propagate PROP_gimple_lomp_dev.
24352 2017-01-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
24354         PR target/71270
24355         * config/arm/arm.c (neon_valid_immediate): Reject vector constants
24356         in big-endian mode when they are not a single duplicated value.
24358 2017-01-20  Richard Biener  <rguenther@suse.de>
24360         * BASE-VER: Bump to 7.0.1.
24362 2017-01-20  Alexander Monakov  <amonakov@ispras.ru>
24364         * omp-low.c (omplow_simd_context): New struct.  Use it...
24365         (lower_rec_simd_input_clauses): ...here and...
24366         (lower_rec_input_clauses): ...here to hold common data.  Adjust all
24367         references to idx, lane, max_vf, is_simt.
24369 2017-01-20  Graham Markall  <graham.markall@embecosm.com>
24371         * config/arc/arc.h (LINK_SPEC): Use arclinux_nps emulation when
24372         mcpu=nps400.
24374 2017-01-20  Martin Jambor  <mjambor@suse.cz>
24376         * hsa.h: Renaed to hsa-common.h.  Adjusted a comment.
24377         * hsa.c: Renaed to hsa-common.c.  Change include of gt-hsa.h to
24378         gt-hsa-common.h.
24379         * Makefile.in (OBJS): Rename hsa.o to hsa-common.o.
24380         (GTFILES): Rename hsa.c to hsa-common.c.
24381         * hsa-brig.c: Change include of hsa.h to hsa-common.h.
24382         * hsa-dump.c: Likewise.
24383         * hsa-gen.c: Likewise.
24384         * hsa-regalloc.c: Likewise.
24385         * ipa-hsa.c: Likewise.
24386         * omp-expand.c: Likewise.
24387         * omp-low.c: Likewise.
24388         * toplev.c: Likewise.
24390 2017-01-20  Marek Polacek  <polacek@redhat.com>
24392         PR c/64279
24393         * doc/invoke.texi: Document -Wduplicated-branches.
24394         * fold-const.c (operand_equal_p): Handle MODIFY_EXPR, INIT_EXPR,
24395         COMPOUND_EXPR, PREDECREMENT_EXPR, PREINCREMENT_EXPR,
24396         POSTDECREMENT_EXPR, POSTINCREMENT_EXPR, CLEANUP_POINT_EXPR, EXPR_STMT,
24397         STATEMENT_LIST, and RETURN_EXPR.  For non-pure non-const functions
24398         return 0 only when not OEP_LEXICOGRAPHIC.
24399         (fold_build_cleanup_point_expr): Use the expression
24400         location when building CLEANUP_POINT_EXPR.
24401         * tree-core.h (enum operand_equal_flag): Add OEP_LEXICOGRAPHIC.
24402         * tree.c (add_expr): Handle error_mark_node.
24404 2017-01-20  Martin Liska  <mliska@suse.cz>
24406         PR lto/69188
24407         * tree-profile.c (init_ic_make_global_vars): Do not call
24408         finalize_decl.
24409         (gimple_init_gcov_profiler): Likewise.
24411 2017-01-20  Martin Liska  <mliska@suse.cz>
24413         PR ipa/71190
24414         * cgraph.h (maybe_create_reference): Remove argument and
24415         update comment.
24416         * cgraphclones.c (cgraph_node::create_virtual_clone): Remove one
24417         argument.
24418         * ipa-cp.c (create_specialized_node): Likewise.
24419         * symtab.c (symtab_node::maybe_create_reference): Handle
24420         VAR_DECLs and ADDR_EXPRs and select ipa_ref_use type.
24422 2017-01-20  Martin Liska  <mliska@suse.cz>
24424         * read-rtl-function.c (function_reader::create_function): Use
24425         build_decl instread of build_decl_stat.
24427 2017-01-20  Andrew Senkevich  <andrew.senkevich@intel.com>
24429         * config/i386/avx512bwintrin.h: Add k-mask registers shift intrinsics.
24430         * config/i386/avx512dqintrin.h: Ditto.
24431         * config/i386/avx512fintrin.h: Ditto.
24432         * config/i386/i386-builtin-types.def: Add new types.
24433         * config/i386/i386.c: Handle new types.
24434         * config/i386/i386-builtin.def (__builtin_ia32_kshiftliqi)
24435         (__builtin_ia32_kshiftlihi, __builtin_ia32_kshiftlisi)
24436         (__builtin_ia32_kshiftlidi, __builtin_ia32_kshiftriqi)
24437         (__builtin_ia32_kshiftrihi, __builtin_ia32_kshiftrisi)
24438         (__builtin_ia32_kshiftridi): New.
24439         * config/i386/sse.md (k<code><mode>): Rename *k<code><mode>.
24441 2017-01-19  Segher Boessenkool  <segher@kernel.crashing.org>
24443         PR target/78875
24444         PR target/79140
24445         * config/rs6000/rs6000.c (TARGET_STACK_PROTECT_GUARD): Unconditionally
24446         define to rs6000_init_stack_protect_guard.
24447         (rs6000_init_stack_protect_guard): New function.
24449 2017-01-19  Matthew Fortune  <matthew.fortune@imgtec.com>
24450             Yunqiang Su  <yunqiang.su@imgtec.com>
24452         * config.gcc (supported_defaults): Add madd4.
24453         (with_madd4): Add validation.
24454         (all_defaults): Add madd4.
24455         * config/mips/mips.opt (mmadd4): New option.
24456         * config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
24457         mmadd4.
24458         (TARGET_CPU_CPP_BUILTINS): Add builtin_define for
24459         __mips_no_madd4.
24460         (ISA_HAS_UNFUSED_MADD4): Gate with mips_madd4.
24461         (ISA_HAS_FUSED_MADD4): Likewise.
24462         * doc/invoke.texi (-mmadd4): Document the new option.
24463         * doc/install.texi (--with-madd4): Document the new option.
24465 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
24467         * config/aarch64/aarch64-builtins.c (enum aarch64_builtins): New
24468         entries for AARCH64_PAUTH_BUILTIN_XPACLRI,
24469         AARCH64_PAUTH_BUILTIN_PACIA1716, AARCH64_PAUTH_BUILTIN_AUTIA1716.
24470         (aarch64_init_pauth_hint_builtins): New.
24471         (aarch64_init_builtins): Call aarch64_init_pauth_hint_builtins.
24472         (aarch64_expand_builtin): Expand new builtins.
24474 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
24476         * reg-notes.def (CFA_TOGGLE_RA_MANGLE): New reg-note.
24477         * combine-stack-adj.c (no_unhandled_cfa): Handle
24478         REG_CFA_TOGGLE_RA_MANGLE.
24479         * dwarf2cfi.c (dwarf2out_frame_debug): Handle REG_CFA_TOGGLE_RA_MANGLE.
24480         * config/aarch64/aarch64.c (aarch64_expand_prologue): Generates DWARF
24481         info for return address signing.
24482         (aarch64_expand_epilogue): Likewise.
24484 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
24486         * config/aarch64/aarch64-opts.h (aarch64_function_type): New enum.
24487         * config/aarch64/aarch64-protos.h
24488         (aarch64_return_address_signing_enabled): New declaration.
24489         * config/aarch64/aarch64.c (aarch64_return_address_signing_enabled):
24490         New function.
24491         (aarch64_expand_prologue): Sign return address before it's pushed onto
24492         stack.
24493         (aarch64_expand_epilogue): Authenticate return address fetched from
24494         stack.
24495         (aarch64_override_options): Sanity check for ILP32 and ISA level.
24496         (aarch64_attributes): New function attributes for "sign-return-address".
24497         * config/aarch64/aarch64.md (UNSPEC_AUTI1716, UNSPEC_AUTISP,
24498         UNSPEC_PACI1716, UNSPEC_PACISP, UNSPEC_XPACLRI): New unspecs.
24499         ("*do_return"): Generate combined instructions according to key index.
24500         ("<pauth_mnem_prefix>sp", "<pauth_mnem_prefix1716", "xpaclri"): New.
24501         * config/aarch64/iterators.md (PAUTH_LR_SP, PAUTH_17_16): New integer
24502         iterators.
24503         (pauth_mnem_prefix, pauth_hint_num_a): New integer attributes.
24504         * config/aarch64/aarch64.opt (msign-return-address=): New.
24505         * doc/extend.texi (AArch64 Function Attributes): Documents
24506         "sign-return-address=".
24507         * doc/invoke.texi (AArch64 Options): Documents "-msign-return-address=".
24509 2017-01-19  Matthew Fortune  <matthew.fortune@imgtec.com>
24511         * doc/invoke.texi: Add missing -mlxc1-sxc1 options to
24512         overall option summary.
24514 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
24516         * config/aarch64/aarch64-arches.def: New entry for "armv8.3-a".
24517         * config/aarch64/aarch64.h (AARCH64_FL_V8_3, AARCH64_FL_FOR_ARCH8_3,
24518         AARCH64_ISA_V8_3, TARGET_ARMV8_3): New.
24519         * doc/invoke.texi (AArch64 Options): Document "armv8.3-a".
24521 2017-01-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
24523         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Enable
24524         -mpower9-minmax by default for -mcpu=power9.
24525         (ISA_3_MASKS_IEEE): Require -mvsx-small-integer to enable IEEE
24526         128-bit floating point.
24528 2017-01-20  Alan Modra  <amodra@gmail.com>
24530         * config/rs6000/rs6000.md (cmpstrnsi, cmpstrsi): Fail if
24531         optimizing for size.
24533 2017-01-20  Alan Modra  <amodra@gmail.com>
24535         PR target/79144
24536         * config/rs6000/rs6000.c (expand_strn_compare): Get the asm name
24537         for strcmp and strncmp from corresponding builtin decl.
24539 2017-01-19  Uros Bizjak  <ubizjak@gmail.com>
24541         * config.gcc (x86_64-*-rtems*): Use i386/rtemself.h
24542         instead of i386/rtems-64.h.
24543         * config/i386/rtems-64.h: Remove.
24545 2017-01-19  Uros Bizjak  <ubizjak@gmail.com>
24547         PR target/78478
24548         Revert:
24549         2013-11-05  Uros Bizjak  <ubizjak@gmail.com>
24551         * config/i386/rtemself.h (LONG_DOUBLE_TYPE_SIZE): New define.
24553 2017-01-19  Tamar Christina  <tamar.christina@arm.com>
24555         * config/aarch64/aarch64.c (aarch64_simd_gen_const_vector_dup):
24556         Change int to HOST_WIDE_INT.
24557         * config/aarch64/aarch64-protos.h
24558         (aarch64_simd_gen_const_vector_dup): Likewise.
24559         * config/aarch64/aarch64-simd.md: Add copysign<mode>3.
24561 2017-01-19  David Malcolm  <dmalcolm@redhat.com>
24563         * langhooks-def.h (lhd_type_for_size): New decl.
24564         (LANG_HOOKS_TYPE_FOR_SIZE): Define as lhd_type_for_size.
24565         * langhooks.c (lhd_type_for_size): New function, taken from
24566         lto_type_for_size.
24568 2017-01-19  Pat Haugen  <pthaugen@us.ibm.com>
24570         * config/rs6000/power9.md (power9-alu): Remove 'cmp' type and add
24571         define_bypass for CR latency.
24572         (power9-cracked-alu): Update bypass latency and remove power9-branch.
24573         (power9-alu2): Add define_bypass for CR latency.
24574         (power9-cmp): New.
24575         (power9-mul): Update insn latency.
24576         (power9-mul-compare): Update insn latency, bypass latency and remove
24577         power9-branch.
24579 2016-01-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
24581         * config/aarch64/aarch64-protos.h (aarch64_nopcrelative_literal_loads):
24582         Delete.
24583         * config/aarch64/aarch64.md
24584         (aarch64_reload_movcp<GPF_TF:mode><P:mode>): Delete reference to
24585         aarch64_nopcrelative_literal_loads.
24586         (aarch64_reload_movcp<VALL:mode><P:mode>): Likewise.
24588 2017-01-19  Chenghua Xu  <paul.hua.gm@gmail.com>
24590         * config/mips/mips.h (ISA_HAS_FUSED_MADD4): Enable for
24591         TARGET_LOONGSON_3A.
24592         (ISA_HAS_UNFUSED_MADD4): Exclude TARGET_LOONGSON_3A.
24594 2017-01-19  Doug Gilmore  <doug.gilmore@imgtec.com>
24596         PR target/78176
24597         * config.gcc (supported_defaults): Add lxc1-sxc1.
24598         (with_lxc1_sxc1): Add validation.
24599         (all_defaults): Add lxc1-sxc1.
24600         * config/mips/mips.opt (mlxc1-sxc1): New option.
24601         * config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
24602         mlxc1-sxc1.
24603         (TARGET_CPU_CPP_BUILTINS): Add builtin_define for
24604         __mips_no_lxc1_sxc1.
24605         (ISA_HAS_LXC1_SXC1): Gate with mips_lxc1_sxc1.
24606         * doc/invoke.texi (-mlxc1-sxc1): Document the new option.
24607         * doc/install.texi (--with-lxc1-sxc1): Document the new option.
24609 2017-01-19  Richard Biener  <rguenther@suse.de>
24611         PR tree-optimization/72488
24612         * tree-ssa-sccvn.c (run_scc_vn): When we abort the VN make
24613         sure to restore SSA info.
24614         * tree-ssa.c (verify_ssa): Verify SSA info is not shared.
24616 2017-01-19  Richard Earnshaw  <rearnsha@arm.com>
24618         PR rtl-optimization/79121
24619         * expr.c (expand_expr_real_2, case LSHIFT_EXPR): Look at the signedness
24620         of the inner type when shifting an extended value.
24622 2017-01-17  Jan Hubicka  <hubicka@ucw.cz>
24624         PR lto/78407
24625         * symtab.c (symtab_node::equal_address_to): Fix comparing of
24626         interposable aliases.
24628 2017-01-18  Peter Bergner  <bergner@vnet.ibm.com>
24630         PR target/78516
24631         * config/rs6000/spe.md (mov_si<mode>_e500_subreg0): Fix constraints.
24632         Use the evmergelohi instruction.
24633         (mov_si<mode>_e500_subreg4_2_le): Likewise.
24634         (mov_sitf_e500_subreg8_2_be): Likewise.
24635         (mov_sitf_e500_subreg12_2_le): Likewise.
24636         (mov_si<mode>_e500_subreg0_2_le): Fix constraints.
24637         (mov_si<mode>_e500_subreg4_2_be): Likewise.
24638         (mov_sitf_e500_subreg8_2_le): Likewise.
24639         (mov_sitf_e500_subreg12_2_be): Likewise.
24641 2017-01-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
24643         * config/rs6000/altivec.md (altivec_vbpermq): Change "type"
24644         attribute from vecsimple to vecperm.
24645         (altivec_vbpermq2): Likewise.
24647 2017-01-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
24649         PR target/79040
24650         * config/rs6000/altivec.h: Fix typo of vec_cntlz to vec_cnttz.
24652 2017-01-18  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
24653         * config/rs6000/rs6000-protos.h (expand_strn_compare): Add arg.
24654         * config/rs6000/rs6000.c (expand_strn_compare): Add ability to expand
24655         strcmp. Fix bug where comparison didn't stop with zero byte. Fix
24656         case where N arg is SIZE_MAX.
24657         * config/rs6000/rs6000.md (cmpstrnsi): Args to expand_strn_compare.
24658         (cmpstrsi): Add pattern.
24660 2017-01-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
24662         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
24663         __builtin_vec_revb builtins.
24664         * config/rs6000/rs6000-builtins.def (P9V_BUILTIN_XXBRQ_V16QI): Add
24665         built-in functions to support generation of the ISA 3.0 XXBR<x>
24666         vector byte reverse instructions.
24667         (P9V_BUILTIN_XXBRQ_V1TI): Likewise.
24668         (P9V_BUILTIN_XXBRD_V2DI): Likewise.
24669         (P9V_BUILTIN_XXBRD_V2DF): Likewise.
24670         (P9V_BUILTIN_XXBGW_V4SI): Likewise.
24671         (P9V_BUILTIN_XXBGW_V4SF): Likewise.
24672         (P9V_BUILTIN_XXBGH_V8HI): Likewise.
24673         (P9V_BUILTIN_VEC_REVB): Likewise.
24674         * config/rs6000/vsx.md (p9_xxbrq_v1ti): New insns/expanders to
24675         generate the ISA 3.0 XXBR<x> vector byte reverse instructions.
24676         (p9_xxbrq_v16qi): Likewise.
24677         (p9_xxbrd_<mode>, VSX_D iterator): Likewise.
24678         (p9_xxbrw_<mode>, VSX_W iterator): Likewise.
24679         (p9_xxbrh_v8hi): Likewise.
24680         * config/rs6000/altivec.h (vec_revb): Define if ISA 3.0.
24681         * doc/extend.texi (RS/6000 Altivec Built-ins): Document the
24682         vec_revb built-in functions.
24684 2017-01-18  Uros Bizjak  <ubizjak@gmail.com>
24686         PR rtl-optimization/78952
24687         * config/i386/i386.md (any_extract): New code iterator.
24688         (*insvqi_2): Use any_extract for source operand.
24689         (*insvqi_3): Use any_shiftrt for source operand.
24691 2017-01-18  Wilco Dijkstra  <wdijkstr@arm.com>
24693         * config/aarch64/aarch64.c (aarch64_sched_adjust_priority)
24694         New function.
24695         (TARGET_SCHED_ADJUST_PRIORITY): Define target hook.
24697 2017-01-18  Matthias Klose  <doko@ubuntu.com>
24699         * doc/install.texi: Allow default for --with-target-bdw-gc-include.
24701 2016-01-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
24703         * config/rs6000/altivec.h (vec_bperm): Change #define.
24704         * config/rs6000/altivec.md (UNSPEC_VBPERMD): New enum constant.
24705         (altivec_vbpermq2): New define_insn.
24706         (altivec_vbpermd): Likewise.
24707         * config/rs6000/rs6000-builtin.def (VBPERMQ2): New monomorphic
24708         function interface.
24709         (VBPERMD): Likewise.
24710         (VBPERM): New polymorphic function interface.
24711         * config/rs6000/r6000-c.c (altivec_overloaded_builtins_table):
24712         Add entries for P9V_BUILTIN_VEC_VBPERM.
24713         * doc/extend.texi: Add interfaces for vec_bperm.
24715 2017-01-18  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
24717         * config/s390/s390-c.c (s390_expand_overloaded_builtin): Downcase
24718         first letter of error messages.
24719         (s390_resolve_overloaded_builtin): Likewise.
24720         * config/s390/s390.c (s390_expand_builtin): Likewise.
24721         (s390_invalid_arg_for_unprototyped_fn): Likewise.
24722         (s390_valid_target_attribute_inner_p): Likewise.
24723         * config/s390/s390.md ("tabort"): Likewise.
24725 2017-01-18  Toma Tabacu  <toma.tabacu@imgtec.com>
24727         * config/mips/mips.h (ISA_HAS_DIV3): Remove unused macro.
24728         (ISA_AVOID_DIV_HILO): New macro.
24729         (ISA_HAS_DIV): Use new ISA_AVOID_DIV_HILO macro.
24730         (ISA_HAS_DDIV): Likewise.
24732 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
24734         * doc/invoke.texi (fabi-version): Correct number of occurrences.
24736 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
24738         * doc/invoke.texi (fabi-version): Spelling fix.
24740 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
24742         PR c++/70182
24743         * doc/invoke.texi (fabi-version): Mention mangling fix for
24744         operator names.
24746 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
24748         PR c++/77489
24749         * doc/invoke.texi (fabi-version): Document discriminator mangling.
24751 2017-01-17  Segher Boessenkool  <segher@kernel.crashing.org>
24753         PR target/78875
24754         * config/rs6000/rs6000-opts.h (stack_protector_guard): New enum.
24755         * config/rs6000/rs6000.c (rs6000_option_override_internal): Handle
24756         the new options.
24757         * config/rs6000/rs6000.md (stack_protect_set): Handle the new more
24758         flexible settings.
24759         (stack_protect_test): Ditto.
24760         * config/rs6000/rs6000.opt (mstack-protector-guard=,
24761         mstack-protector-guard-reg=, mstack-protector-guard-offset=): New
24762         options.
24763         * doc/invoke.texi (Option Summary) [RS/6000 and PowerPC Options]:
24764         Add -mstack-protector-guard=, -mstack-protector-guard-reg=, and
24765         -mstack-protector-guard-offset=.
24766         (RS/6000 and PowerPC Options): Ditto.
24768 2017-01-17  Uros Bizjak  <ubizjak@gmail.com>
24770         * config/i386/i386.h (MASK_CLASS_P): New define.
24771         * config/i386/i386.c (inline_secondary_memory_needed): Ensure that
24772         there are no registers from different register sets also when
24773         mask registers are used.  Update function comment.
24774         * config/i386/i386.md (*movsi_internal): Split (*k/*krm) alternative
24775         to (*k/*r) and (*k/*km) alternatives.
24777 2017-01-17  Wilco Dijkstra  <wdijkstr@arm.com>
24779         * config/aarch64/aarch64.md (eh_return): Remove pattern and splitter.
24780         * config/aarch64/aarch64.h (AARCH64_EH_STACKADJ_REGNUM): Remove.
24781         (EH_RETURN_HANDLER_RTX): New define.
24782         * config/aarch64/aarch64.c (aarch64_frame_pointer_required):
24783         Force frame pointer in EH return functions.
24784         (aarch64_expand_epilogue): Add barrier for eh_return.
24785         (aarch64_final_eh_return_addr): Remove.
24786         (aarch64_eh_return_handler_rtx): New function.
24787         * config/aarch64/aarch64-protos.h (aarch64_final_eh_return_addr):
24788         Remove.
24789         (aarch64_eh_return_handler_rtx): New prototype.
24791 2017-01-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
24793         * config/rs6000/altivec.h (vec_rlmi): New #define.
24794         (vec_vrlnm): Likewise.
24795         (vec_rlnm): Likewise.
24796         * config/rs6000/altivec.md (UNSPEC_VRLMI): New UNSPEC enum value.
24797         (UNSPEC_VRLNM): Likewise.
24798         (VIlong): New mode iterator.
24799         (altivec_vrl<VI_char>mi): New define_insn.
24800         (altivec_vrl<VI_char>nm): Likewise.
24801         * config/rs6000/rs6000-builtin.def (VRLWNM): New monomorphic
24802         function entry.
24803         (VRLDNM): Likewise.
24804         (RLNM): New polymorphic function entry.
24805         (VRLWMI): New monomorphic function entry.
24806         (VRLDMI): Likewise.
24807         (RLMI): New polymorphic function entry.
24808         * config/rs6000/r6000-c.c (altivec_overloaded_builtin_table): Add
24809         new entries for P9V_BUILTIN_VEC_RLMI and P9V_BUILTIN_VEC_RLNM.
24810         * doc/extend.texi: Add description of vec_rlmi, vec_rlnm, and
24811         vec_vrlnm.
24813 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
24815         PR debug/78839
24816         * dwarf2out.c (field_byte_offset): Restore the
24817         PCC_BITFIELD_TYPE_MATTERS behavior for INTEGER_CST DECL_FIELD_OFFSET
24818         and DECL_FIELD_BIT_OFFSET.  Use fold_build2 instead of build2 + fold.
24819         (analyze_variants_discr, gen_variant_part): Use fold_build2 instead
24820         of build2 + fold.
24822 2017-01-17  Eric Botcazou  <ebotcazou@adacore.com>
24824         PR ada/67205
24825         * config/aarch64/aarch64.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define
24827 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
24829         PR debug/71669
24830         * dwarf2out.c (add_data_member_location_attribute): For constant
24831         offset bitfield emit for -gdwarf-5 DW_AT_data_bit_offset attribute
24832         instead of DW_AT_data_member_location, DW_AT_bit_offset and
24833         DW_AT_byte_size attributes.
24835 2017-01-17  Eric Botcazou  <ebotcazou@adacore.com>
24837         * config/rs6000/rs6000.c (rs6000_emit_move): Also use a TOC reference
24838         after forcing to constant memory when the code model is medium.
24840 2017-01-17  Julia Koval  <julia.koval@intel.com>
24842         PR target/76731
24843         * config/i386/avx512fintrin.h
24844         (_mm512_i32gather_ps): Change __addr type to void const*.
24845         (_mm512_mask_i32gather_ps): Ditto.
24846         (_mm512_i32gather_pd): Ditto.
24847         (_mm512_mask_i32gather_pd): Ditto.
24848         (_mm512_i64gather_ps): Ditto.
24849         (_mm512_mask_i64gather_ps): Ditto.
24850         (_mm512_i64gather_pd): Ditto.
24851         (_mm512_mask_i64gather_pd): Ditto.
24852         (_mm512_i32gather_epi32): Ditto.
24853         (_mm512_mask_i32gather_epi32): Ditto.
24854         (_mm512_i32gather_epi64): Ditto.
24855         (_mm512_mask_i32gather_epi64): Ditto.
24856         (_mm512_i64gather_epi32): Ditto.
24857         (_mm512_mask_i64gather_epi32): Ditto.
24858         (_mm512_i64gather_epi64): Ditto.
24859         (_mm512_mask_i64gather_epi64): Ditto.
24860         (_mm512_i32scatter_ps): Change __addr type to void*.
24861         (_mm512_mask_i32scatter_ps): Ditto.
24862         (_mm512_i32scatter_pd): Ditto.
24863         (_mm512_mask_i32scatter_pd): Ditto.
24864         (_mm512_i64scatter_ps): Ditto.
24865         (_mm512_mask_i64scatter_ps): Ditto.
24866         (_mm512_i64scatter_pd): Ditto.
24867         (_mm512_mask_i64scatter_pd): Ditto.
24868         (_mm512_i32scatter_epi32): Ditto.
24869         (_mm512_mask_i32scatter_epi32): Ditto.
24870         (_mm512_i32scatter_epi64): Ditto.
24871         (_mm512_mask_i32scatter_epi64): Ditto.
24872         (_mm512_i64scatter_epi32): Ditto.
24873         (_mm512_mask_i64scatter_epi32): Ditto.
24874         (_mm512_i64scatter_epi64): Ditto.
24875         (_mm512_mask_i64scatter_epi64): Ditto.
24876         * config/i386/avx512pfintrin.h
24877         (_mm512_mask_prefetch_i32gather_pd): Change __addr type to void const*.
24878         (_mm512_mask_prefetch_i32gather_ps): Ditto.
24879         (_mm512_mask_prefetch_i64gather_pd): Ditto.
24880         (_mm512_mask_prefetch_i64gather_ps): Ditto.
24881         (_mm512_prefetch_i32scatter_pd): Change __addr type to void*.
24882         (_mm512_prefetch_i32scatter_ps): Ditto.
24883         (_mm512_mask_prefetch_i32scatter_pd): Ditto.
24884         (_mm512_mask_prefetch_i32scatter_ps): Ditto.
24885         (_mm512_prefetch_i64scatter_pd): Ditto.
24886         (_mm512_prefetch_i64scatter_ps): Ditto.
24887         (_mm512_mask_prefetch_i64scatter_pd): Ditto.
24888         (_mm512_mask_prefetch_i64scatter_ps): Ditto.
24889         * config/i386/avx512vlintrin.h
24890         (_mm256_mmask_i32gather_ps): Change __addr type to void const*.
24891         (_mm_mmask_i32gather_ps): Ditto.
24892         (_mm256_mmask_i32gather_pd): Ditto.
24893         (_mm_mmask_i32gather_pd): Ditto.
24894         (_mm256_mmask_i64gather_ps): Ditto.
24895         (_mm_mmask_i64gather_ps): Ditto.
24896         (_mm256_mmask_i64gather_pd): Ditto.
24897         (_mm_mmask_i64gather_pd): Ditto.
24898         (_mm256_mmask_i32gather_epi32): Ditto.
24899         (_mm_mmask_i32gather_epi32): Ditto.
24900         (_mm256_mmask_i32gather_epi64): Ditto.
24901         (_mm_mmask_i32gather_epi64): Ditto.
24902         (_mm256_mmask_i64gather_epi32): Ditto.
24903         (_mm_mmask_i64gather_epi32): Ditto.
24904         (_mm256_mmask_i64gather_epi64): Ditto.
24905         (_mm_mmask_i64gather_epi64): Ditto.
24906         (_mm256_i32scatter_ps): Change __addr type to void*.
24907         (_mm256_mask_i32scatter_ps): Ditto.
24908         (_mm_i32scatter_ps): Ditto.
24909         (_mm_mask_i32scatter_ps): Ditto.
24910         (_mm256_i32scatter_pd): Ditto.
24911         (_mm256_mask_i32scatter_pd): Ditto.
24912         (_mm_i32scatter_pd): Ditto.
24913         (_mm_mask_i32scatter_pd): Ditto.
24914         (_mm256_i64scatter_ps): Ditto.
24915         (_mm256_mask_i64scatter_ps): Ditto.
24916         (_mm_i64scatter_ps): Ditto.
24917         (_mm_mask_i64scatter_ps): Ditto.
24918         (_mm256_i64scatter_pd): Ditto.
24919         (_mm256_mask_i64scatter_pd): Ditto.
24920         (_mm_i64scatter_pd): Ditto.
24921         (_mm_mask_i64scatter_pd): Ditto.
24922         (_mm256_i32scatter_epi32): Ditto.
24923         (_mm256_mask_i32scatter_epi32): Ditto.
24924         (_mm_i32scatter_epi32): Ditto.
24925         (_mm_mask_i32scatter_epi32): Ditto.
24926         (_mm256_i32scatter_epi64): Ditto.
24927         (_mm256_mask_i32scatter_epi64): Ditto.
24928         (_mm_i32scatter_epi64): Ditto.
24929         (_mm_mask_i32scatter_epi64): Ditto.
24930         (_mm256_i64scatter_epi32): Ditto.
24931         (_mm256_mask_i64scatter_epi32): Ditto.
24932         (_mm_i64scatter_epi32): Ditto.
24933         (_mm_mask_i64scatter_epi32): Ditto.
24934         (_mm256_i64scatter_epi64): Ditto.
24935         (_mm256_mask_i64scatter_epi64): Ditto.
24936         (_mm_i64scatter_epi64): Ditto.
24937         (_mm_mask_i64scatter_epi64): Ditto.
24938         * config/i386/i386-builtin-types.def (V16SF_V16SF_PCFLOAT_V16SI_HI_INT)
24939         (V8DF_V8DF_PCDOUBLE_V8SI_QI_INT, V8SF_V8SF_PCFLOAT_V8DI_QI_INT)
24940         (V8DF_V8DF_PCDOUBLE_V8DI_QI_INT, V16SI_V16SI_PCINT_V16SI_HI_INT)
24941         (V8DI_V8DI_PCINT64_V8SI_QI_INT, V8SI_V8SI_PCINT_V8DI_QI_INT)
24942         (V8DI_V8DI_PCINT64_V8DI_QI_INT, V2DF_V2DF_PCDOUBLE_V4SI_QI_INT)
24943         (V4DF_V4DF_PCDOUBLE_V4SI_QI_INT, V2DF_V2DF_PCDOUBLE_V2DI_QI_INT)
24944         (V4DF_V4DF_PCDOUBLE_V4DI_QI_INT, V4SF_V4SF_PCFLOAT_V4SI_QI_INT)
24945         (V8SF_V8SF_PCFLOAT_V8SI_QI_INT, V4SF_V4SF_PCFLOAT_V2DI_QI_INT)
24946         (V4SF_V4SF_PCFLOAT_V4DI_QI_INT, V2DI_V2DI_PCINT64_V4SI_QI_INT)
24947         (V4DI_V4DI_PCINT64_V4SI_QI_INT, V2DI_V2DI_PCINT64_V2DI_QI_INT)
24948         (V4DI_V4DI_PCINT64_V4DI_QI_INT, V4SI_V4SI_PCINT_V4SI_QI_INT)
24949         (V8SI_V8SI_PCINT_V8SI_QI_INT, V4SI_V4SI_PCINT_V2DI_QI_INT)
24950         (V4SI_V4SI_PCINT_V4DI_QI_INT, VOID_PFLOAT_HI_V16SI_V16SF_INT)
24951         (VOID_PFLOAT_QI_V8SI_V8SF_INT, VOID_PFLOAT_QI_V4SI_V4SF_INT)
24952         (VOID_PDOUBLE_QI_V8SI_V8DF_INT, VOID_PDOUBLE_QI_V4SI_V4DF_INT)
24953         (VOID_PDOUBLE_QI_V4SI_V2DF_INT, VOID_PFLOAT_QI_V8DI_V8SF_INT)
24954         (VOID_PFLOAT_QI_V4DI_V4SF_INT, VOID_PFLOAT_QI_V2DI_V4SF_INT)
24955         (VOID_PDOUBLE_QI_V8DI_V8DF_INT, VOID_PDOUBLE_QI_V4DI_V4DF_INT)
24956         (VOID_PDOUBLE_QI_V2DI_V2DF_INT, VOID_PINT_HI_V16SI_V16SI_INT)
24957         (VOID_PINT_QI_V8SI_V8SI_INT, VOID_PINT_QI_V4SI_V4SI_INT)
24958         (VOID_PLONGLONG_QI_V8SI_V8DI_INT, VOID_PLONGLONG_QI_V4SI_V4DI_INT)
24959         (VOID_PLONGLONG_QI_V4SI_V2DI_INT, VOID_PINT_QI_V8DI_V8SI_INT)
24960         (VOID_PINT_QI_V4DI_V4SI_INT, VOID_PINT_QI_V2DI_V4SI_INT)
24961         (VOID_PLONGLONG_QI_V8DI_V8DI_INT, VOID_QI_V8SI_PCINT64_INT_INT)
24962         (VOID_PLONGLONG_QI_V4DI_V4DI_INT, VOID_PLONGLONG_QI_V2DI_V2DI_INT)
24963         (VOID_HI_V16SI_PCINT_INT_INT, VOID_QI_V8DI_PCINT64_INT_INT)
24964         (VOID_QI_V8DI_PCINT_INT_INT): Remove.
24965         (V16SF_V16SF_PCVOID_V16SI_HI_INT,  V8DF_V8DF_PCVOID_V8SI_QI_INT)
24966         (V8SF_V8SF_PCVOID_V8DI_QI_INT, V8DF_V8DF_PCVOID_V8DI_QI_INT)
24967         (V16SI_V16SI_PCVOID_V16SI_HI_INT, V8DI_V8DI_PCVOID_V8SI_QI_INT)
24968         (V8SI_V8SI_PCVOID_V8DI_QI_INT, V8DI_V8DI_PCVOID_V8DI_QI_INT)
24969         (VOID_PVOID_HI_V16SI_V16SF_INT, VOID_PVOID_QI_V8SI_V8DF_INT)
24970         (VOID_PVOID_QI_V8DI_V8SF_INT, VOID_PVOID_QI_V8DI_V8DF_INT)
24971         (VOID_PVOID_HI_V16SI_V16SI_INT, VOID_PVOID_QI_V8SI_V8DI_INT)
24972         (VOID_PVOID_QI_V8DI_V8SI_INT, VOID_PVOID_QI_V8DI_V8DI_INT)
24973         (V2DF_V2DF_PCVOID_V4SI_QI_INT, V4DF_V4DF_PCVOID_V4SI_QI_INT)
24974         (V2DF_V2DF_PCVOID_V2DI_QI_INT, V4DF_V4DF_PCVOID_V4DI_QI_INT
24975         (V4SF_V4SF_PCVOID_V4SI_QI_INT, V8SF_V8SF_PCVOID_V8SI_QI_INT)
24976         (V4SF_V4SF_PCVOID_V2DI_QI_INT, V4SF_V4SF_PCVOID_V4DI_QI_INT)
24977         (V2DI_V2DI_PCVOID_V4SI_QI_INT, V4DI_V4DI_PCVOID_V4SI_QI_INT)
24978         (V2DI_V2DI_PCVOID_V2DI_QI_INT, V4DI_V4DI_PCVOID_V4DI_QI_INT)
24979         (V4SI_V4SI_PCVOID_V4SI_QI_INT, V8SI_V8SI_PCVOID_V8SI_QI_INT)
24980         (V4SI_V4SI_PCVOID_V2DI_QI_INT, V4SI_V4SI_PCVOID_V4DI_QI_INT)
24981         (VOID_PVOID_QI_V8SI_V8SF_INT, VOID_PVOID_QI_V4SI_V4SF_INT)
24982         (VOID_PVOID_QI_V4SI_V4DF_INT, VOID_PVOID_QI_V4SI_V2DF_INT)
24983         (VOID_PVOID_QI_V4DI_V4SF_INT, VOID_PVOID_QI_V2DI_V4SF_INT)
24984         (VOID_PVOID_QI_V4DI_V4DF_INT, VOID_PVOID_QI_V2DI_V2DF_INT)
24985         (VOID_PVOID_QI_V8SI_V8SI_INT, VOID_PVOID_QI_V4SI_V4SI_INT)
24986         (VOID_PVOID_QI_V4SI_V4DI_INT, VOID_PVOID_QI_V4SI_V2DI_INT)
24987         (VOID_PVOID_QI_V4DI_V4SI_INT, VOID_PVOID_QI_V2DI_V4SI_INT)
24988         (VOID_PVOID_QI_V4DI_V4DI_INT, VOID_PVOID_QI_V2DI_V2DI_INT)
24989         (VOID_QI_V8SI_PCVOID_INT_INT, VOID_HI_V16SI_PCVOID_INT_INT)
24990         (VOID_QI_V8DI_PCVOID_INT_INT): Add.
24991         * config/i386/i386.c (ix86_init_mmx_sse_builtins): Adjust builtin
24992         definitions accordingly.
24994 2017-01-17  Kito Cheng  <kito.cheng@gmail.com>
24995             Kuan-Lin Chen  <kuanlinchentw@gmail.com>
24997         PR target/79079
24998         * internal-fn.c (expand_mul_overflow): Use convert_modes instead of
24999         gen_lowpart.
25001 2017-01-17  Vladimir Makarov  <vmakarov@redhat.com>
25003         PR target/79058
25004         * ira-conflicts.c (ira_build_conflicts): Update total conflict
25005         hard regs for inner regno.
25007 2017-01-17  Martin Liska  <mliska@suse.cz>
25009         PR ipa/71207
25010         * ipa-polymorphic-call.c (contains_type_p): Fix wrong
25011         assumption and add comment.
25013 2017-01-17  Nathan Sidwell  <nathan@acm.org>
25015         * ipa-visibility.c (localize_node): New function, broken out of ...
25016         (function_and_variable_visibility): ... here. Call it.
25018 2017-01-17  Jan Hubicka  <hubicka@ucw.cz>
25020         PR middle-end/77445
25021         * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges):
25022         correctly set frequency of oudgoing edge.
25023         (duplicate_thread_path): Fix profile updating.
25025 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
25027         PR other/79046
25028         * configure.ac: Add GCC_BASE_VER.
25029         * Makefile.in (version): Use @get_gcc_base_ver@ instead of cat to get
25030         version from BASE-VER file.
25031         (CFLAGS-gcc.o): Add -DBASEVER=$(BASEVER_s).
25032         (gcc.o): Depend on $(BASEVER).
25033         * common.opt (dumpfullversion): New option.
25034         * gcc.c (driver_handle_option): Handle OPT_dumpfullversion.
25035         * doc/invoke.texi: Document -dumpfullversion.
25036         * doc/install.texi: Document --with-gcc-major-version-only.
25037         * configure: Regenerated.
25039 2017-01-17  Richard Biener  <rguenther@suse.de>
25041         PR tree-optimization/71433
25042         * tree-vrp.c (register_new_assert_for): Merge same asserts
25043         on all incoming edges.
25044         (process_assert_insertions_for): Handle insertions at the
25045         beginning of BBs.
25047 2017-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
25049         * config/i386/cygwin.h (LIBGCJ_SONAME): Remove.
25050         * config/i386/mingw32.h (LIBGCJ_SONAME): Remove.
25052 2017-01-17  Kaz Kojima  <kkojima@gcc.gnu.org>
25054         PR target/78633
25055         * config/sh/sh.md (cmpeqsi_t+1): Call copy_rtx to avoid invalid
25056         RTL sharing.
25058 2017-01-17  Alan Modra  <amodra@gmail.com>
25060         PR target/79066
25061         * config/rs6000/rs6000.md (elf_high, elf_low): Disable when pic.
25062         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Don't allow
25063         symbolic stack limit when pic.
25065 2017-01-16  Martin Sebor  <msebor@redhat.com>
25067         PR tree-optimization/78608
25068         * gimple-ssa-sprintf.c (tree_digits): Avoid negating TYPE_MIN.
25070 2017-01-16  Jeff Law  <law@redhat.com>
25072         Revert:
25073         2016-12-02  Tadek Kijkowski  <tkijkowski@gmail.com>
25074         * Makefile.in (PREPROCESSOR_DEFINES): Add a level of indirection
25075         for several include directories that may be relative to sysroot.
25076         * config/i386/x-mingw32 (gplus_includedir): Define.
25077         (gplus_tool_includedir, gplus_backward_include_dir): Likewise.
25078         (native_system_includedir): Likewise.
25079         * config/i386/mingw32.h (STANDARD_STARTFILE_PREFIX_1): Do not
25080         override if TARGET_SYSTEM_ROOT is defined.
25081         (NATIVE_SYSTEM_HEADER_DIR): Likewise.
25083         PR tree-optimization/79090
25084         PR tree-optimization/33562
25085         PR tree-optimization/61912
25086         PR tree-optimization/77485
25087         * tree-ssa-dse.c (compute_trims): Accept STMT argument.  Dump STMT
25088         and computed trims into the dump file.
25090 2017-01-17  Uros Bizjak  <ubizjak@gmail.com>
25092         * config/i386/i386.h (LIMIT_RELOAD_CLASS): Remove.
25094 2017-01-16  Jakub Jelinek  <jakub@redhat.com>
25096         PR c/79089
25097         * gimplify.c (gimplify_init_constructor): If want_value and
25098         object == lhs, unshare lhs to avoid invalid tree sharing.  Formatting
25099         fix.
25101         PR target/79080
25102         * loop-doloop.c (doloop_modify): Call unshare_all_rtl_in_chain on
25103         sequence.  Formatting fixes.
25104         (doloop_optimize): Formatting fixes.
25106         PR driver/49726
25107         * gcc.c (debug_level_greater_than_spec_func): New function.
25108         (static_spec_functions): Add debug-level-gt spec function.
25109         (ASM_DEBUG_SPEC, cpp_options): Use %:debug-level-gt(0) instead of
25110         !g0.
25111         * config/darwin.h (DSYMUTIL_SPEC, ASM_DEBUG_SPEC): Likewise.
25112         * config/darwin9.h (DSYMUTIL_SPEC, ASM_DEBUG_SPEC): Likewise.
25113         * common.opt (g, gcoff, gdwarf, gdwarf-, ggdb, gno-pubnames,
25114         gpubnames, ggnu-pubnames, gno-record-gcc-switches,
25115         grecord-gcc-switches, gno-strict-dwarf, gstrict-dwarf, gstabs,
25116         gstabs+, gtoggle, gvms, gxcoff, gxcoff+): Add Driver flag.
25118 2017-01-16  Uros Bizjak  <ubizjak@gmail.com>
25120         * config/i386/i386.h (HARD_REGNO_CALLER_SAVE_MODE): Apply HImode and
25121         QImode fixups to general and mask registers only.
25123 2017-01-16  Carl Love  <cel@us.ibm.com>
25125         * config/rs6000/rs6000-c (altivec_overloaded_builtins): Add support
25126         for built-in functions
25127         vector signed char vec_nabs (vector signed char)
25128         vector signed short vec_nabs (vector signed short)
25129         vector signed int vec_nabs (vector signed int)
25130         vector signed long long vec_nabs (vector signed long long)
25131         vector float vec_nabs (vector float)
25132         vector double vec_nabs (vector double)
25133         * config/rs6000/rs6000-builtin.def: Add definitions for NABS functions
25134         and NABS overload.
25135         * config/rs6000/altivec.md: New define_expand nabs<mode>2 types
25136         * config/rs6000/altivec.h: New define for vec_nabs built-in function.
25137         * doc/extend.texi: Update the documentation file for the new built-in
25138         functions.
25140 2017-01-16  Martin Sebor  <msebor@redhat.com>
25142         * gimple-ssa-sprintf.c (format_directive): Correct a typo in a warning
25143         message.
25145 2017-01-16  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
25147         * config/rs6000/rs6000.c (rtx_is_swappable_p): Change
25148         UNSPEC_VSX__XXSPLTD to require special splat handling.
25150 2017-01-16  David Malcolm  <dmalcolm@redhat.com>
25152         PR bootstrap/78616
25153         * system.h: Poison strndup.
25155 2017-01-16  Alan Modra  <amodra@gmail.com>
25157         PR target/79098
25158         * config/rs6000/rs6000.c (rs6000_legitimate_combined_insn): Don't
25159         use a switch.
25161 2017-01-16  Georg-Johann Lay  <avr@gjlay.de>
25163         * config/avr/avr.h (BRANCH_COST) [reload_completed]: Increase by 4.
25165 2017-01-15  Uros Bizjak  <ubizjak@gmail.com>
25167         * config/i386/i386.c (ix86_legitimate_combined_insn): Do not
25168         call recog here.  Assert that INSN_CODE (insn) is non-negative.
25170 2017-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
25172         PR target/72749
25173         * cfgrtl.c (rtl_split_edge): Also patch jump insns that jump to the
25174         fallthrough.
25175         * haifa-sched.c (dump_insn_stream): Don't crash if there is a label
25176         in the currently scheduled RTL fragment.
25178 2017-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
25180         PR rtl-optimization/78751
25181         * ifcvt.c (find_cond_trap): If we generated a non-existing insn,
25182         give up.
25184 2017-01-14  Jeff Law  <law@redhat.com>
25186         PR tree-optimization/79090
25187         * tree-ssa-dse.c (valid_ao_ref_for_dse): Reject zero length and
25188         variable length stores.
25189         (compute_trims): Delete dead assignment to *trim_tail.
25190         (dse_dom_walker::dse_optimize_stmt): Optimize mem* calls with
25191         zero length.
25193 2017-01-14  Bernd Schmidt  <bschmidt@redhat.com>
25195         PR rtl-optimization/78626
25196         PR rtl-optimization/78727
25197         * cprop.c (one_cprop_pass): Collect unconditional traps in the middle
25198         of a block, and split such blocks after everything else is finished.
25200 2017-01-14  Alan Modra  <amodra@gmail.com>
25202         PR target/72749
25203         * combine.c (recog_for_combine_1): Set INSN_CODE before calling
25204         target legitimate_combined_insn.
25205         * config/rs6000/rs6000.c (TARGET_LEGITIMATE_COMBINED_INSN): Define.
25206         (rs6000_legitimate_combined_insn): New function.
25207         * config/rs6000/rs6000.md (UNSPEC_DOLOOP): Delete, and remove
25208         all uses.
25209         (ctr<mode>_internal3): Rename from *ctr<mode>_internal5.
25210         (ctr<mode>_internal4): Rename from *ctr<mode>_internal6.
25211         (ctr<mode>_internal1, ctr<mode>_internal2): Remove '*' from name.
25213 2017-01-14  Gerald Pfeifer  <gerald@pfeifer.com>
25215         * doc/frontends.texi (G++ and GCC): Remove references to Java.
25217 2017-01-13  Jeff Law  <law@redhat.com>
25219         PR tree-optimization/33562
25220         PR tree-optimization/61912
25221         PR tree-optimization/77485
25222         * tree-ssa-dse.c (delete_dead_call): Accept gsi rather than
25223         a statement.
25224         (delete_dead_assignment): Likewise.
25225         (dse_dom_walker::dse_optimize_stmt): Pass in the gsi rather than
25226         statement to delete_dead_call and delete_dead_assignment.
25228 2017-01-13  David Malcolm  <dmalcolm@redhat.com>
25230         PR c/78304
25231         * substring-locations.c (format_warning_va): Strengthen case 1 so
25232         that both endpoints of the substring must be within the format
25233         range for just the substring to be printed.
25235 2017-01-13  Uros Bizjak  <ubizjak@gmail.com>
25237         * config/i386/i386.opt (msgx): Use ix86_isa_flags2 variable.
25238         * config/i386/i386.c (ix86_target_string): Add missing options
25239         to isa_opts and reorder options by implied ISAs.  Rename isa_opts2 to
25240         isa2_opts, ix86_flag_opts to flag2_opts, ix86_target_other to
25241         flags_other and ix86_target_other to flags2_other.  Display unknown
25242         isa2 options.
25243         (ix86_valid_target_attribute_inner_p): Add missing options and
25244         reorder options by implied ISAs, as in ix86_target_string.
25246 2017-01-13  Richard Sandiford  <richard.sandiford@arm.com>
25248         * hash-table.h (hash_table::too_empty_p): New function.
25249         (hash_table::expand): Use it.
25250         (hash_table::traverse): Likewise.
25251         (hash_table::empty_slot): Use sizeof (value_type) instead of
25252         sizeof (PTR) to convert bytes to elements.  Shrink the table
25253         if the current size is excessive for the current number of
25254         elements.
25256 2017-01-13  Richard Sandiford  <richard.sandiford@arm.com>
25258         * ira-costs.c (record_reg_classes): Break from the inner loop
25259         early once alt_fail is known to be true.  Update outer loop
25260         handling accordingly.
25262 2017-01-13  Jeff Law  <law@redhat.com>
25264         * tree-ssa-dse.c (decrement_count): New function.
25265         (increment_start_addr, maybe_trim_memstar_call): Likewise.
25266         (dse_dom_walker::optimize_stmt): Call maybe_trim_memstar_call directly
25267         when we know the partially dead statement is a mem* function.
25269         PR tree-optimization/61912
25270         PR tree-optimization/77485
25271         * tree-ssa-dse.c: Include expr.h.
25272         (maybe_trim_constructor_store): New function.
25273         (maybe_trim_partially_dead_store): Call maybe_trim_constructor_store.
25275         PR tree-optimization/33562
25276         PR tree-optimization/61912
25277         PR tree-optimization/77485
25278         * doc/invoke.texi: Document new dse-max-object-size param.
25279         * params.def (PARM_DSE_MAX_OBJECT_SIZE): New PARAM.
25280         * tree-ssa-dse.c: Include params.h.
25281         (dse_store_status): New enum.
25282         (initialize_ao_ref_for_dse): New, partially extracted from
25283         dse_optimize_stmt.
25284         (valid_ao_ref_for_dse, normalize_ref): New.
25285         (setup_live_bytes_from_ref, compute_trims): Likewise.
25286         (clear_bytes_written_by, maybe_trim_complex_store): Likewise.
25287         (maybe_trim_partially_dead_store): Likewise.
25288         (maybe_trim_complex_store): Likewise.
25289         (dse_classify_store): Renamed from dse_possibly_dead_store_p.
25290         Track what bytes live from the original store.  Return tri-state
25291         for dead, partially dead or live.
25292         (dse_dom_walker): Add constructor, destructor and new private members.
25293         (delete_dead_call, delete_dead_assignment): New extracted from
25294         dse_optimize_stmt.
25295         (dse_optimize_stmt): Make a member of dse_dom_walker.
25296         Use initialize_ao_ref_for_dse.
25298         PR tree-optimization/33562
25299         PR tree-optimization/61912
25300         PR tree-optimization/77485
25301         * sbitmap.h (bitmap_count_bits): Prototype.
25302         (bitmap_clear_range, bitmap_set_range): Likewise.
25303         * sbitmap.c (bitmap_clear_range): New function.
25304         (bitmap_set_range, sbitmap_popcount, bitmap_count_bits): Likewise.
25306 2017-01-13  Martin Liska  <mliska@suse.cz>
25308         PR ipa/79043
25309         * function.c (set_cfun): Add new argument force.
25310         * function.h (set_cfun): Likewise.
25311         * ipa-inline-transform.c (inline_call): Use the function when
25312         strict alising from is dropped for function we inline to.
25314 2017-01-13  Richard Biener  <rguenther@suse.de>
25316         * tree-pretty-print.c (dump_generic_node): Fix inverted condition
25317         for dumping GIMPLE INTEGER_CSTs.
25319 2017-01-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
25321         * config/sol2.h (TARGET_OS_CPP_BUILTINS): Define __STDC_VERSION__
25322         to 201112L since C++17.
25324 2017-01-13  Maxim Ostapenko  <m.ostapenko@samsung.com>
25326         PR sanitizer/78887
25327         * asan.c (asan_needs_odr_indicator_p): Don't emit ODR indicators
25328         if -fsanitize=kernel-address is present.
25330 2017-01-13  Richard Biener  <rguenther@suse.de>
25332         * tree-pretty-print.c (dump_generic_node): Dump INTEGER_CSTs
25333         as _Literal ( type ) number in case usual suffixes do not
25334         preserve all information.
25336 2017-01-13  Richard Biener  <rguenther@suse.de>
25338         PR tree-optimization/77283
25339         * gimple-ssa-split-paths.c: Include gimple-ssa.h, tree-phinodes.h
25340         and ssa-iterators.h.
25341         (is_feasible_trace): Implement a cost model based on joiner
25342         PHI node uses.
25344 2017-01-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
25346         PR target/79004
25347         * config/rs6000/rs6000.md (FP_ISA3): Do not optimize converting
25348         char or short to __float128/_Float128 directly.
25350 2017-01-12  Martin Sebor  <msebor@redhat.com>
25352         to -Wformat-overflow.
25353         * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Adjust.
25354         (min_bytes_remaining): Same.
25355         (get_string_length): Same.
25356         (format_string): Same.
25357         (format_directive): Same.
25358         (add_bytes): Same.
25359         (pass_sprintf_length::handle_gimple_call): Same.
25361 2017-01-12  Jakub Jelinek  <jakub@redhat.com>
25363         * gimple-ssa-sprintf.c (try_substitute_return_value): Remove
25364         info.nowrite calls with no lhs that can't throw.  Return bool
25365         whether gsi_remove has been called or not.
25366         (pass_sprintf_length::handle_gimple_call): Return bool whether
25367         try_substitute_return_value called gsi_remove.  Formatting fix.
25368         (pass_sprintf_length::execute): Don't use gsi_remove if
25369         handle_gimple_call returned true.
25371         PR bootstrap/79069
25372         * cfgrtl.c (rtl_tidy_fallthru_edge): For any_uncondjump_p that can't
25373         be removed due to side-effects, don't remove following barrier nor
25374         turn the successor edge into fallthru edge.
25376 2017-01-12  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
25378         PR target/79044
25379         * config/rs6000/rs6000.c (insn_is_swappable_p): Mark
25380         element-reversing loads and stores as not swappable.
25382 2017-01-12  Nathan Sidwell  <nathan@acm.org>
25383             Nicolai Stange  <nicstange@gmail.com>
25385         * combine.c (try_combine): Don't ignore result of overlap checking
25386         loop.  Combine overlap & asm check into single loop.
25388 2017-01-12  Richard Biener  <rguenther@suse.de>
25390         * tree-pretty-print.c (dump_generic_node): Provide -gimple
25391         variant for MEM_REF.  Sanitize INTEGER_CST for -gimple.
25393 2017-01-12  Richard Biener  <rguenther@suse.de>
25395         * tree.c (initialize_tree_contains_struct): Make TS_OPTIMIZATION
25396         and TS_TARGET_OPTION directly derive from TS_BASE.
25397         * tree-core.h (tree_optimization_option): Derive from tree_base.
25398         (tree_target_option): Likewise.
25400 2017-01-11  Uros Bizjak  <ubizjak@gmail.com>
25402         * config/i386/i386.c (memory_address_length): Increase len
25403         only when rip_relative_addr_p returns false.
25405 2017-01-11  Julia Koval  <julia.koval@intel.com>
25407         * common/config/i386/i386-common.c (OPTION_MASK_ISA_SGX_UNSET): New.
25408         (OPTION_MASK_ISA_SGX_SET): New.
25409         (ix86_handle_option): Handle OPT_msgx.
25410         * config.gcc: Added sgxintrin.h.
25411         * config/i386/driver-i386.c (host_detect_local_cpu): Detect sgx.
25412         * config/i386/i386-c.c (ix86_target_macros_internal): Define __SGX__.
25413         * config/i386/i386.c (ix86_target_string): Add -msgx.
25414         (PTA_SGX): New.
25415         (ix86_option_override_internal): Handle new options.
25416         (ix86_valid_target_attribute_inner_p): Add sgx.
25417         * config/i386/i386.h (TARGET_SGX, TARGET_SGX_P): New.
25418         * config/i386/i386.opt: Add msgx.
25419         * config/i386/sgxintrin.h: New file.
25420         * config/i386/x86intrin.h: Add sgxintrin.h.
25422 2017-01-11  Jakub Jelinek  <jakub@redhat.com>
25424         PR c++/71537
25425         * fold-const.c (maybe_nonzero_address): Return 1 for function
25426         local objects.
25427         (tree_single_nonzero_warnv_p): Don't handle function local objects
25428         here.
25430         PR c++/72813
25431         * gcc.c (default_compilers): Don't add -o %g.s for -S -save-temps
25432         of c-header.
25434 2017-01-11  David Malcolm  <dmalcolm@redhat.com>
25436         PR driver/78877
25437         * opts.c: Include "spellcheck.h"
25438         (struct string_fragment): New struct.
25439         (struct edit_distance_traits<const string_fragment &>): New
25440         struct.
25441         (get_closest_sanitizer_option): New function.
25442         (parse_sanitizer_options): Offer suggestions for unrecognized arguments.
25444 2017-01-11  Jakub Jelinek  <jakub@redhat.com>
25446         * dwarf2out.c (DWARF_COMPILE_UNIT_HEADER_SIZE): For DWARF5 decrease
25447         by 12.
25448         (DWARF_COMDAT_TYPE_UNIT_HEADER_SIZE): Always
25449         DWARF_COMPILE_UNIT_HEADER_SIZE plus 12.
25450         (DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE): Define.
25451         (calc_base_type_die_sizes): Use DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE
25452         for initial die_offset if dwarf_split_debug_info.
25453         (output_comp_unit): Use DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE for
25454         initial next_die_offset if dwo_id is non-NULL.  Don't emit padding
25455         fields.
25456         (output_skeleton_debug_sections): Formatting fix.  Use
25457         DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE instead of
25458         DWARF_COMPILE_UNIT_HEADER_SIZE.  Don't emit padding.
25460 2017-01-11  Wilco Dijkstra  <wdijkstr@arm.com>
25462         * config/arm/cortex-a53.md: Add bypasses for
25463         cortex_a53_r2f_cvt.
25464         (cortex_a53_r2f): Only use for transfers.
25465         (cortex_a53_f2r): Likewise.
25466         (cortex_a53_r2f_cvt): Add reservation for conversions.
25467         (cortex_a53_f2r_cvt): Likewise.
25469 2017-01-11  Tamar Christina  <tamar.christina@arm.com>
25471         * config/arm/arm_neon.h: Add __artificial__ and gnu_inline
25472         to all inlined functions, change static to extern.
25474 2017-01-11  Christophe Lyon  <christophe.lyon@linaro.org>
25476         PR target/78253
25477         * config/arm/arm.c (legitimize_pic_address): Handle reference to
25478         weak symbol.
25479         (arm_assemble_integer): Likewise.
25481 2017-01-11  Richard Earnshaw  <rearnsha@arm.com>
25483         * config.gcc: Use new awk script to check CPU, FPU and architecture
25484         parameters for --with-... options.
25485         * config/arm/parsecpu.awk: New file
25486         * config/arm/arm-cpus.in: New file.
25487         * config/arm/arm-opts.h: Include arm-cpu.h instead of processing .def
25488         files.
25489         * config/arm/arm.c: Include arm-cpu-data.h instead of processing .def
25490         files.
25491         * config/arm/t-arm: Update dependency rules.
25492         * common/config/arm/arm-common.c: Include arm-cpu-cdata.h instead
25493         of processing .def files.
25494         * config/arm/genopt.sh: Deleted.
25495         * config/arm/gentune.sh: Deleted.
25496         * config/arm/arm-cores.def: Deleted.
25497         * config/arm/arm-arches.def: Deleted.
25498         * config/arm/arm-fpus.def: Deleted.
25499         * config/arm/arm-tune.md: Regenerated.
25500         * config/arm/arm-tables.opt: Regenerated.
25501         * config/arm/arm-cpu.h: New generated file.
25502         * config/arm/arm-cpu-data.h: New generated file.
25503         * config/arm/arm-cpu-cdata.h: New generated file.
25505 2017-01-11  Maxim Ostapenko  <m.ostapenko@samsung.com>
25507         PR lto/79042
25508         * lto-cgraph.c (lto_output_varpool_node): Pack dynamically_initialized
25509         bit.
25510         (input_varpool_node): Unpack dynamically_initialized bit.
25512 2017-01-11  Eric Botcazou  <ebotcazou@adacore.com>
25514         PR rtl-optimization/79032
25515         * lra-constraints.c (simplify_operand_subreg): In the MEM case, test
25516         the alignment of the adjusted memory reference against that of MODE,
25517         instead of the alignment of the original memory reference.
25519 2017-01-11  Martin Jambor  <mjambor@suse.cz>
25521         * hsa.c (hsa_callable_function_p): Revert addition of DECL_ARTIFICIAL
25522         test.
25523         * ipa-hsa.c (process_hsa_functions): Only duplicate non-artificial
25524         decorated functions.
25526 2017-01-11  Richard Biener  <rguenther@suse.de>
25528         * tree-vrp.c (evrp_dom_walker::before_dom_children): Also
25529         set range/nonnull info for PHI results.  Do not set it on
25530         stmts marked for removal.
25532 2017-01-10  Eric Botcazou  <ebotcazou@adacore.com>
25534         * expr.c (store_field): In the bitfield case, fetch the return value
25535         from the registers before applying a single big-endian adjustment.
25536         Always do a final load for a BLKmode value not larger than a word.
25538 2017-01-10  David Malcolm  <dmalcolm@redhat.com>
25540         PR c++/77949
25541         * input.c (selftest::test_accessing_ordinary_linemaps): Verify
25542         that we correctly handle column numbers greater than
25543         LINE_MAP_MAX_COLUMN_NUMBER.
25545 2017-01-10  Martin Sebor  <msebor@redhat.com>
25547         PR middle-end/78245
25548         * gimple-ssa-sprintf.c (get_destination_size): Call
25549         {init,fini}object_sizes.
25550         * tree-object-size.c (addr_object_size): Adjust.
25551         (pass_through_call): Adjust.
25552         (pass_object_sizes::execute): Adjust.
25553         * tree-object-size.h (fini_object_sizes): Declare.
25555 2017-01-10  Martin Sebor  <msebor@redhat.com>
25557         PR tree-optimization/78775
25558         * builtins.c (get_size_range): Move...
25559         * calls.c: ...to here.
25560         (alloc_max_size): Accept zero argument.
25561         (operand_signed_p): Remove.
25562         (maybe_warn_alloc_args_overflow): Call get_size_range.
25563         * calls.h (get_size_range): Declare.
25565 2017-01-10  Joe Seymour  <joe.s@somniumtech.com>
25567         * config/msp430/driver-msp430.c (msp430_mcu_data): Sync with data
25568         from TI's devices.csv file as of September 2016.
25569         * config/msp430/msp430.c (msp430_mcu_data): Likewise.
25571 2017-01-10  Sandra Loosemore  <sandra@codesourcery.com>
25573         * doc/extend.texi: Tweak formatting to fix overfull hbox warnings.
25574         * doc/invoke.texi: Likewise.
25575         * doc/md.texi: Likewise.
25576         * doc/objc.texi: Likewise.
25578 2017-01-10  Joshua Conner  <joshconner@google.com>
25580         * config/arm/fuchsia-elf.h: New file.
25581         * config/fuchsia.h: New file.
25582         * config.gcc (*-*-fuchsia*): Set native_system_header_dir.
25583         (aarch64*-*-fuchsia*, arm*-*-fuchsia*, x86_64-*-fuchsia*): Add to
25584         targets.
25585         * config.host: (aarch64*-*-fuchsia*, arm*-*-fuchsia*): Add to hosts.
25587 2016-01-10  Richard Biener  <rguenther@suse.de>
25589         PR tree-optimization/79034
25590         * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
25591         Propagate out degenerate PHIs in the joiner.
25593 2017-01-10  Martin Liska  <mliska@suse.cz>
25595         * ipa-icf.c (sort_sem_items_by_decl_uid): New function.
25596         (sort_congruence_classes_by_decl_uid): Likewise.
25597         (sort_congruence_class_groups_by_decl_uid): Likewise.
25598         (sem_item_optimizer::merge_classes): Sort class, groups in these
25599         classes and members in the groups by DECL_UID of declarations.
25600         This would make merge operations stable.
25602 2017-01-10  Martin Liska  <mliska@suse.cz>
25604         * ipa-icf.c (sem_item_optimizer::sem_item_optimizer): Remove
25605         usage of m_classes_vec.
25606         (sem_item_optimizer::~sem_item_optimizer):  Likewise.
25607         (sem_item_optimizer::get_group_by_hash): Likewise.
25608         (sem_item_optimizer::subdivide_classes_by_equality): Likewise.
25609         (sem_item_optimizer::subdivide_classes_by_sensitive_refs): Likewise.
25610         (sem_item_optimizer::verify_classes): Likewise.
25611         (sem_item_optimizer::process_cong_reduction): Likewise.
25612         (sem_item_optimizer::dump_cong_classes): Likewise.
25613         (sem_item_optimizer::merge_classes): Likewise.
25614         * ipa-icf.h (congruence_class_hash): Rename from
25615         congruence_class_group_hash.  Remove declaration of m_classes_vec.
25617 2017-01-10  Andrew Senkevich  <andrew.senkevich@intel.com>
25619         * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX512VPOPCNTDQ_SET,
25620         OPTION_MASK_ISA_AVX512VPOPCNTDQ_UNSET): New.
25621         * config.gcc: Add avx512vpopcntdqintrin.h.
25622         * config/i386/avx512vpopcntdqintrin.h: New.
25623         * config/i386/cpuid.h (bit_AVX512VPOPCNTDQ): New.
25624         * config/i386/i386-builtin-types.def: Add new types.
25625         * config/i386/i386-builtin.def (__builtin_ia32_vpopcountd_v16si,
25626         __builtin_ia32_vpopcountd_v16si_mask, __builtin_ia32_vpopcountq_v8di,
25627         __builtin_ia32_vpopcountq_v8di_mask): New.
25628         * config/i386/i386-c.c (ix86_target_macros_internal): Define
25629         __AVX512VPOPCNTDQ__.
25630         * config/i386/i386.c (ix86_target_string): Add -mavx512vpopcntdq.
25631         (PTA_AVX512VPOPCNTDQ): Define.
25632         * config/i386/i386.h (TARGET_AVX512VPOPCNTDQ,
25633         TARGET_AVX512VPOPCNTDQ_P): Define.
25634         * config/i386/i386.opt: Add mavx512vpopcntdq.
25635         * config/i386/immintrin.h: Include avx512vpopcntdqintrin.h.
25636         * config/i386/sse.md (define_insn "vpopcount<mode><mask_name>"): New.
25638 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
25640         PR middle-end/77484
25641         * predict.def (PRED_CALL): Set to 67.
25643 2017-01-09  Eric Botcazou  <ebotcazou@adacore.com>
25645         * expr.c (store_field): In the bitfield case, if the value comes from
25646         a function call and is of an aggregate type returned in registers, do
25647         not modify the field mode; extract the value in all cases if the mode
25648         is BLKmode and the size is not larger than a word.
25650 2017-01-09  Dominique d'Humieres  <dominiq@lps.ens.fr>
25652         PR target/71017
25653         * config/i386/cpuid.h: Fix undefined behavior.
25655 2017-01-04  Jeff Law  <law@redhat.com>
25657         PR tree-optimization/79007
25658         PR tree-optimization/67955
25659         * tree-ssa-alias.c (same_addr_size_stores_p): Only need to be
25660         conservative for pt.null when flag_non_call_exceptions is on.
25662 2017-01-09  Jakub Jelinek  <jakub@redhat.com>
25664         PR translation/79019
25665         PR translation/79020
25666         * params.def (PARAM_INLINE_MIN_SPEEDUP,
25667         PARAM_IPA_CP_SINGLE_CALL_PENALTY,
25668         PARAM_USE_AFTER_SCOPE_DIRECT_EMISSION_THRESHOLD): Fix typos
25669         in descriptions.
25670         * config/avr/avr.opt (maccumulate-args): Likewise.
25671         * config/msp430/msp430.opt (mwarn-mcu): Likewise.
25672         * common.opt (freport-bug): Likewise.
25673         * cif-code.def (CIF_FINAL_ERROR): Likewise.
25674         * doc/invoke.texi (ipa-cp-single-call-penalty): Likewise.
25675         * config/s390/s390.c (s390_invalid_binary_op): Fix spelling in
25676         translatable string.
25677         * config/i386/i386.c (function_value_32): Likewise.
25678         * config/nios2/nios2.c (nios2_valid_target_attribute_rec): Likewise.
25679         * config/msp430/msp430.c (msp430_option_override, msp430_attr):
25680         Likewise.
25681         * config/msp430/driver-msp430.c (msp430_select_hwmult_lib): Likewise.
25682         * common/config/msp430/msp430-common.c (msp430_handle_option):
25683         Likewise.
25684         * symtab.c (symtab_node::verify_base): Likewise.
25685         * opts.c (set_debug_level): Likewise.
25686         * tree.c (verify_type_variant): Likewise.  Fix typo in comment.
25687         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
25688         missing whitespace to translatable strings.
25689         * config/avr/avr.md (bswapsi2): Fix typo in comment.
25690         * config/sh/superh.h: Likewise.
25691         * config/i386/xopintrin.h: Likewise.
25692         * config/i386/znver1.md: Likewise.
25693         * config/rs6000/rs6000.c (struct rs6000_opt_mask): Likewise.
25694         * ipa-inline-analysis.c (compute_inline_parameters): Likewise.
25695         * double-int.h (struct double_int): Likewise.
25696         * double-int.c (div_and_round_double): Likewise.
25697         * wide-int.cc: Likewise.
25698         * tree-ssa.c (non_rewritable_mem_ref_base): Likewise.
25699         * tree-ssa-sccvn.c (vn_reference_lookup_3): Likewise.
25700         * cfgcleanup.c (crossjumps_occured): Renamed to ...
25701         (crossjumps_occurred): ... this.
25702         (try_crossjump_bb, try_head_merge_bb, try_optimize_cfg, cleanup_cfg):
25703         Adjust all uses.
25705         PR tree-optimization/78899
25706         * tree-if-conv.c (version_loop_for_if_conversion): Instead of
25707         returning bool return struct loop *, NULL for failure and the new
25708         loop on success.
25709         (versionable_outer_loop_p): Don't version outer loop if it has
25710         dont_vectorized bit set.
25711         (tree_if_conversion): When versioning outer loop, ensure
25712         tree_if_conversion is performed also on the inner loop of the
25713         non-vectorizable outer loop copy.
25714         * tree-vectorizer.c (set_uid_loop_bbs): Formatting fix.  Fold
25715         LOOP_VECTORIZED in inner loop of the scalar outer loop and
25716         prevent vectorization of it.
25717         (vectorize_loops): For outer + inner LOOP_VECTORIZED, ensure
25718         the outer loop vectorization of the non-scalar version is attempted
25719         before vectorization of the inner loop in scalar version.  If
25720         outer LOOP_VECTORIZED guarded loop is not vectorized, prevent
25721         vectorization of its inner loop.
25722         * tree-vect-loop-manip.c (rename_variables_in_bb): If outer_loop
25723         has 2 inner loops, rename also on edges from bb whose single pred
25724         is outer_loop->header.  Fix typo in function comment.
25726 2017-01-09  Martin Sebor  <msebor@redhat.com>
25728         PR bootstrap/79033
25729         * asan.c (asan_emit_stack_protection): Increase local buffer size
25730         to avoid snprintf truncation warning.
25732 2017-01-09  Andrew Pinski  <apinski@cavium.com>
25734         * config/aarch64/aarch64-cores.def: Add thunderx2t99.  Change vulcan
25735         to reference thunderx2t99 for the tuning structure
25736         * config/aarch64/aarch64-cost-tables.h (vulcan_extra_costs):
25737         Rename to ...
25738         (thunderx2t99_extra_costs): This.
25739         * config/aarch64/aarch64-tune.md: Regenerate.
25740         * config/aarch64/aarch64.c (vulcan_addrcost_table): Rename to ...
25741         (vulcan_addrcost_table): This.
25742         (vulcan_regmove_cost): Rename to ...
25743         (thunderx2t99_regmove_cost): This.
25744         (vulcan_vector_cost): Rename to ...
25745         (thunderx2t99_vector_cost): this.
25746         (vulcan_branch_cost): Rename to ...
25747         (thunderx2t99_branch_cost): This.
25748         (vulcan_tunings): Rename to ...
25749         (thunderx2t99_tunings): This and s/vulcan/thunderx2t99 .
25750         * doc/invoke.texi (AARCH64/mtune): Add thunderx2t99.
25752 2017-01-09  Martin Jambor  <mjambor@suse.cz>
25754         PR ipa/78365
25755         PR ipa/78599
25756         * ipa-prop.h (ipa_jump_func): Swap positions of vr_known and m_vr.
25757         * ipa-cp.c (ipa_vr_operation_and_type_effects): New function.
25758         (propagate_vr_accross_jump_function): Use the above function for all
25759         value range computations for pass-through jump functions and type
25760         converasion from explicit value range values.
25761         (ipcp_propagate_stage): Do not attempt to deduce types of formal
25762         parameters from TYPE_ARG_TYPES.
25763         * ipa-prop.c (ipa_write_jump_function): Remove trailing whitespace.
25764         (ipa_write_node_info): Stream type of the actual argument.
25765         (ipa_read_node_info): Likewise. Also remove trailing whitespace.
25767 2017-01-09  Martin Liska  <mliska@suse.cz>
25769         PR pch/78970
25770         * gcc.c (driver_handle_option): Handle OPT_E and set have_E.
25771         (lookup_compiler): Do not show error message with have_E.
25773 2017-01-09  Jakub Jelinek  <jakub@redhat.com>
25775         PR tree-optimization/78938
25776         * tree-vect-stmts.c (vectorizable_condition): For non-masked COND_EXPR
25777         where comp_vectype is VECTOR_BOOLEAN_TYPE_P, use
25778         BIT_{NOT,XOR,AND,IOR}_EXPR on the comparison operands instead of
25779         {EQ,NE,GE,GT,LE,LT}_EXPR directly inside of VEC_COND_EXPR.  Formatting
25780         fixes.
25782 2017-01-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
25784         * tree-ssa-address.c (gen_addr_rtx): Don't handle index if it
25785         is const0_rtx.
25787 2017-01-09  Richard Biener  <rguenther@suse.de>
25789         PR tree-optimization/78997
25790         * tree-vect-slp.c (vect_mask_constant_operand_p): Handle SSA
25791         name condition properly.
25793 2017-01-09  Richard Biener  <rguenther@suse.de>
25795         PR debug/79000
25796         * dwarf2out.c (is_cxx): New overload with context.
25797         (is_naming_typedef_decl): Use it.
25799 2017-01-08  Sandra Loosemore  <sandra@codesourcery.com>
25801         * invoke.texi (Option Summary): Correct spacing in option lists
25802         and add line breaks to fix over-long lines.
25804 2017-01-08  Sandra Loosemore  <sandra@codesourcery.com>
25806         PR middle-end/17660
25808         * extend.texi (Common Variable Attributes): Add xref to GCC
25809         Internals manual to explain mode attribute keywords.
25811 2017-01-08  Sandra Loosemore  <sandra@codesourcery.com>
25813         PR other/16519
25814         * doc/invoke.texi (Option Summary): Move -pthread to Linker Options
25815         and Preprocessor Options.
25816         (Options for Linking): Document -pthread here....
25817         (RS/6000 and PowerPC Options): ...not here.
25818         (Solaris 2 Options): ...or here.
25819         * doc/cppopts.texi: Document -pthread.
25821 2017-01-08  Martin Sebor  <msebor@redhat.com>
25823         PR middle-end/77708
25824         * doc/invoke.texi (Warning Options): Document -Wformat-truncation.
25825         * gimple-ssa-sprintf.c (call_info::reval_used, call_info::warnopt):
25826         New member functions.
25827         (format_directive): Used them.
25828         (add_bytes): Same.
25829         (pass_sprintf_length::handle_gimple_call): Same.
25830         * graphite-sese-to-poly.c (tree_int_to_gmp): Increase buffer size
25831         to avoid truncation for any argument.
25832         (extract_affine_mul): Same.
25833         * tree.c (get_file_function_name): Same.
25835 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
25837         PR middle-end/77484
25838         * predict.def (PRED_INDIR_CALL): Set to 86.
25840 2017-01-07  Sandra Loosemore  <sandra@codesourcery.com>
25842         PR preprocessor/54124
25843         * doc/cppopts.texi: Reformat -d subtable to list the full name
25844         of the options.  Add cross-reference to the docs for the general
25845         compiler -d options.
25846         * doc/invoke.texi (Developer Options): Add cross-reference to the
25847         preprocessor-specific -d option documentation.
25849 2017-01-07  Sandra Loosemore  <sandra@codesourcery.com>
25851         PR preprocessor/13498
25852         * doc/cpp.texi (Search Path): Rewrite to remove obsolete and
25853         redudant material, and reflect new command-line options.
25854         (System Headers): Likewise.
25856 2017-01-07  Sandra Loosemore  <sandra@codesourcery.com>
25858         * doc/cppdiropts.texi: Merge documentation of -I, -iquote,
25859         -isystem, and -idirafter.  Copy-edit.
25860         * doc/cppopts.texi: Copy-edit.  Remove contradiction about
25861         default for -ftrack-macro-expansion.  Delete obsolete and
25862         badly-formatted implementation details about -fdebug-cpp output.
25863         * doc/cppwarnopts.texi: Copy-edit.
25865 2017-01-07  David Malcolm  <dmalcolm@redhat.com>
25867         PR c++/72803
25868         * input.c (selftest::test_accessing_ordinary_linemaps): Verify
25869         that the transition from a max line width >= 1<<10 to narrower
25870         lines works correctly.
25872 2017-01-07  Alexandre Oliva <aoliva@redhat.com>
25874         * doc/options.texi (PerFunction): New.
25875         * opt-functions.awk (switch_flags): Map both Optimization and
25876         PerFunction to CL_OPTIMIZATION.
25877         * opth-gen.awk: Test for PerFunction flag along with
25878         Optimization.
25879         * optc-save-gen.awk: Likewise.  Introduce var_opt_hash and set
25880         it only when the latter is present.  Skip those that don't in
25881         the hash function generator.
25882         * common.opt (fvar-tracking): Mark as PerFunction instead of
25883         Optimization.
25884         (fvar-tracking-assignments): Likewise.
25885         (fvar-tracking-assignments-toggle): Likewise.
25886         (fvar-tracking-uninit): Likewise.
25888 2017-01-07  Jakub Jelinek  <jakub@redhat.com>
25890         PR translation/79018
25891         * params.def (PARAM_MAX_STORES_TO_MERGE): Add missing space between
25892         the and store.
25894 2017-01-06  Mikael Pettersson  <mikpelinux@gmail.com>
25896         PR target/57583
25897         * config/m68k/m68k.opt (LONG_JUMP_TABLE_OFFSETS): New option.
25898         * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Handle
25899         TARGET_LONG_JUMP_TABLE_OFFSETS.
25900         * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
25901         * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
25902         * config/m68k/m68k.h (CASE_VECTOR_MODE): Likewise.
25903         (ASM_OUTPUT_ADDR_DIFF_ELF): Likewise.
25904         * config/m68k/m68k.md (tablejump expander): Likewise.
25905         (*tablejump_pcrel_hi): Renamed from unnamed insn, reject
25906         TARGET_LONG_JUMP_TABLE_OFFSETS.
25907         (*tablejump_pcrel_si): New insn, handle TARGET_LONG_JUMP_TABLE_OFFSETS.
25908         * doc/invoke.texi (M68K options): Add -mlong-jump-table-offsets.
25910 2017-01-06  Edgar E. Iglesias <edgar.iglesias@xilinx.com>
25911             David Holsgrove <david.holsgrove@xilinx.com>
25913         * common/config/microblaze/microblaze-common.c
25914         (TARGET_EXCEPT_UNWIND_INFO): Remove.
25915         * config/microblaze/microblaze-protos.h (microblaze_eh_return):
25916         New prototype.
25917         * config/microblaze/microblaze.c (microblaze_must_save_register)
25918         (microblaze_expand_epilogue, microblaze_return_addr): Handle
25919         calls_eh_return.
25920         (microblaze_eh_return): New function.
25921         * config/microblaze/microblaze.h (RETURN_ADDR_OFFSET)
25922         (EH_RETURN_DATA_REGNO, MB_EH_STACKADJ_REGNUM)
25923         (EH_RETURN_STACKADJ_RTX, ASM_PREFERRED_EH_DATA_FORMAT): New macros.
25924         * config/microblaze/microblaze.md (eh_return): New pattern.
25926 2017-01-06  Jakub Jelinek  <jakub@redhat.com>
25928         * system.h (GCC_DIAGNOSTIC_PUSH_IGNORED, GCC_DIAGNOSTIC_POP,
25929         GCC_DIAGNOSTIC_STRINGIFY): Define.
25931         * read-rtl.c (rtx_reader::read_rtx_code): Avoid -Wsign-compare warning.
25933 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
25935         * config/arm/arm.md (<mcrr>): New.
25936         (<mrrc>): New.
25937         * config/arm/arm.c (arm_arch5te): New.
25938         (arm_option_override): Set arm_arch5te.
25939         (arm_coproc_builtin_available): Add support for mcrr, mcrr2, mrrc
25940         and mrrc2.
25941         * config/arm/arm-builtins.c (MCRR_QUALIFIERS): Define to...
25942         (arm_mcrr_qualifiers): ... this. New.
25943         (MRRC_QUALIFIERS): Define to...
25944         (arm_mrrc_qualifiers): ... this. New.
25945         * config/arm/arm_acle.h (__arm_mcrr, __arm_mcrr2, __arm_mrrc,
25946         __arm_mrrc2): New.
25947         * config/arm/arm_acle_builtins.def (mcrr, mcrr2, mrrc, mrrc2): New.
25948         * config/arm/iterators.md (MCRRI, mcrr, MCRR): New.
25949         (MRRCI, mrrc, MRRC): New.
25950         * config/arm/unspecs.md (VUNSPEC_MCRR, VUNSPEC_MCRR2, VUNSPEC_MRRC,
25951         VUNSPEC_MRRC2): New.
25953 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
25955         * config/arm/arm.md (<mcr>): New.
25956         (<mrc>): New.
25957         * config/arm/arm.c (arm_coproc_builtin_available): Add
25958         support for mcr, mrc, mcr2 and mrc2.
25959         * config/arm/arm-builtins.c (MCR_QUALIFIERS): Define to...
25960         (arm_mcr_qualifiers): ... this. New.
25961         (MRC_QUALIFIERS): Define to ...
25962         (arm_mrc_qualifiers): ... this. New.
25963         (MCR_QUALIFIERS): Define to ...
25964         (arm_mcr_qualifiers): ... this. New.
25965         * config/arm/arm_acle.h (__arm_mcr, __arm_mrc, __arm_mcr2,
25966         __arm_mrc2): New.
25967         * config/arm/arm_acle_builtins.def (mcr, mcr2, mrc, mrc2): New.
25968         * config/arm/iterators.md (MCRI, mcr, MCR, MRCI, mrc, MRC): New.
25969         * config/arm/unspecs.md (VUNSPEC_MCR, VUNSPEC_MCR2, VUNSPEC_MRC,
25970         VUNSPEC_MRC2): New.
25972 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
25974         * config/arm/arm.md (*ldc): New.
25975         (*stc): New.
25976         (<ldc>): New.
25977         (<stc>): New.
25978         * config/arm/arm.c (arm_coproc_builtin_available): Add
25979         support for ldc,ldcl,stc,stcl,ldc2,ldc2l,stc2 and stc2l.
25980         (arm_coproc_ldc_stc_legitimate_address): New.
25981         * config/arm/arm-builtins.c (arm_type_qualifiers): Add
25982         'qualifier_const_pointer'.
25983         (LDC_QUALIFIERS): Define to...
25984         (arm_ldc_qualifiers): ... this. New.
25985         (STC_QUALIFIERS): Define to...
25986         (arm_stc_qualifiers): ... this. New.
25987         * config/arm/arm-protos.h
25988         (arm_coproc_ldc_stc_legitimate_address): New.
25989         * config/arm/arm_acle.h (__arm_ldc, __arm_ldcl, __arm_stc,
25990         __arm_stcl, __arm_ldc2, __arm_ldc2l, __arm_stc2, __arm_stc2l): New.
25991         * config/arm/arm_acle_builtins.def (ldc, ldc2, ldcl, ldc2l, stc,
25992         stc2, stcl, stc2l): New.
25993         * config/arm/constraints.md (Uz): New.
25994         * config/arm/iterators.md (LDCI, STCI, ldc, stc, LDC STC): New.
25995         * config/arm/unspecs.md (VUNSPEC_LDC, VUNSPEC_LDC2, VUNSPEC_LDCL,
25996         VUNSPEC_LDC2L, VUNSPEC_STC, VUNSPEC_STC2, VUNSPEC_STCL,
25997         VUNSPEC_STC2L): New.
25999 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
26001         * config/arm/arm.md (<cdp>): New.
26002         * config/arm/arm.c (neon_const_bounds): Rename this ...
26003         (arm_const_bounds): ... this.
26004         (arm_coproc_builtin_available): New.
26005         * config/arm/arm-builtins.c (SIMD_MAX_BUILTIN_ARGS): Increase.
26006         (arm_type_qualifiers): Add 'qualifier_unsigned_immediate'.
26007         (CDP_QUALIFIERS): Define to...
26008         (arm_cdp_qualifiers): ... this. New.
26009         (void_UP): Define.
26010         (arm_expand_builtin_args): Add case for 6 arguments.
26011         * config/arm/arm-protos.h (neon_const_bounds): Rename this ...
26012         (arm_const_bounds): ... this.
26013         (arm_coproc_builtin_available): New.
26014         * config/arm/arm_acle.h (__arm_cdp): New.
26015         (__arm_cdp2): New.
26016         * config/arm/arm_acle_builtins.def (cdp): New.
26017         (cdp2): New.
26018         * config/arm/iterators.md (CDPI,CDP,cdp): New.
26019         * config/arm/neon.md: Rename all 'neon_const_bounds' to
26020         'arm_const_bounds'.
26021         * config/arm/types.md (coproc): New.
26022         * config/arm/unspecs.md (VUNSPEC_CDP, VUNSPEC_CDP2): New.
26023         * doc/extend.texi (ACLE): Add a mention of Coprocessor intrinsics.
26024         * doc/sourcebuild.texi (arm_coproc1_ok, arm_coproc2_ok,
26025         arm_coproc3_ok, arm_coproc4_ok): Document new effective targets.
26027 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
26029         * config/arm/arm-builtins.c (arm_unsigned_binop_qualifiers): New.
26030         (UBINOP_QUALIFIERS): New.
26031         (si_UP): Define.
26032         (acle_builtin_data): New. Change comment.
26033         (arm_builtins): Remove ARM_BUILTIN_CRC32B, ARM_BUILTIN_CRC32H,
26034         ARM_BUILTIN_CRC32W, ARM_BUILTIN_CRC32CB, ARM_BUILTIN_CRC32CH,
26035         ARM_BUILTIN_CRC32CW. Add ARM_BUILTIN_ACLE_BASE and include
26036         arm_acle_builtins.def.
26037         (ARM_BUILTIN_ACLE_PATTERN_START): Define.
26038         (arm_init_acle_builtins): New.
26039         (CRC32_BUILTIN): Remove.
26040         (bdesc_2arg): Remove entries for crc32b, crc32h, crc32w,
26041         crc32cb, crc32ch and crc32cw.
26042         (arm_init_crc32_builtins): Remove.
26043         (arm_init_builtins): Use arm_init_acle_builtins rather
26044         than arm_init_crc32_builtins.
26045         (arm_expand_acle_builtin): New.
26046         (arm_expand_builtin): Use 'arm_expand_acle_builtin'.
26047         * config/arm/arm_acle_builtins.def: New.
26049 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
26051         * config/arm/arm-builtins.c (neon_builtin_datum): Rename to ..
26052         (arm_builtin_datum): ... this.
26053         (arm_init_neon_builtin): Rename to ...
26054         (arm_init_builtin): ... this. Add a new parameters PREFIX
26055         and USE_SIG_IN_NAME.
26056         (arm_init_neon_builtins): Replace 'arm_init_neon_builtin' with
26057         'arm_init_builtin'. Replace type 'neon_builtin_datum' with
26058         'arm_builtin_datum'.
26059         (arm_init_vfp_builtins): Likewise.
26060         (builtin_arg): Rename enum's replacing 'NEON_ARG' with
26061         'ARG_BUILTIN' and add a 'ARG_BUILTIN_NEON_MEMORY.
26062         (arm_expand_neon_args): Rename to ...
26063         (arm_expand_builtin_args): ... this. Rename builtin_arg
26064         enum values and differentiate between ARG_BUILTIN_MEMORY
26065         and ARG_BUILTIN_NEON_MEMORY.
26066         (arm_expand_neon_builtin_1): Rename to ...
26067         (arm_expand_builtin_1): ... this. Rename builtin_arg enum
26068         values, arm_expand_builtin_args and add bool parameter NEON.
26069         (arm_expand_neon_builtin): Use arm_expand_builtin_1.
26070         (arm_expand_vfp_builtin): Likewise.
26071         (NEON_MAX_BUILTIN_ARGS): Remove, it was unused.
26073 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
26075         PR middle-end/77484
26076         * predict.def (PRED_POLYMORPHIC_CALL): Set to 59.
26077         * predict.c (tree_estimate_probability_bb): Reverse direction of
26078         polymorphic call predictor.
26080 2017-01-06  David Malcolm  <dmalcolm@redhat.com>
26082         * passes.c (execute_one_pass): Split out pass-skipping logic into...
26083         (determine_pass_name_match): ...this new function and...
26084         (should_skip_pass_p): ...this new function.
26086 2017-01-06  Nathan Sidwell  <nathan@acm.org>
26088         * ipa-visibility.c (function_and_variable_visibility): Reformat
26089         comments and long lines.  Remove extrneous if.
26090         * symtab.c (symtab_node::make_decl_local): Fix code format.
26091         (symtab_node::set_section_for_node): Fix comment typo.
26093 2017-01-06  Martin Liska  <mliska@suse.cz>
26095         PR bootstrap/79003
26096         * lra-constraints.c: Rename invariant to lra_invariant.
26097         * predict.c (set_even_probabilities): Initialize e to NULL.
26099 2017-01-05  Martin Sebor  <msebor@redhat.com>
26101         PR tree-optimization/78910
26102         * gimple-ssa-sprintf.c (tree_digits): Add an argument.
26103         (format_integer): Correct off-by-one error in the handling
26104         of precision with negative numbers in signed conversions..
26106 2017-01-05  Eric Botcazou  <ebotcazou@adacore.com>
26108         * doc/invoke.texi (C Dialect Options): Adjust -fsso-struct entry.
26110 2017-01-05  Jakub Jelinek  <jakub@redhat.com>
26112         PR tree-optimization/71016
26113         * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Pass cond_stmt to
26114         factor_out_conditional_conversion.  Formatting fix.
26115         (factor_out_conditional_conversion): Add cond_stmt argument.
26116         If arg1 is INTEGER_CST, punt if new_arg0 is not any operand of
26117         cond_stmt and if arg0_def_stmt is not the only stmt in its bb.
26118         Formatting fix.
26120 2017-01-05  David Malcolm  <dmalcolm@redhat.com>
26122         * Makefile.in (OBJS): Add read-md.o, read-rtl.o,
26123         read-rtl-function.o, and selftest-rtl.o.
26124         * config/aarch64/aarch64.c: Include selftest.h and selftest-rtl.h.
26125         (selftest::aarch64_test_loading_full_dump): New function.
26126         (selftest::aarch64_run_selftests): New function.
26127         (TARGET_RUN_TARGET_SELFTESTS): Wire it up to
26128         selftest::aarch64_run_selftests.
26129         * config/i386/i386.c
26130         (selftest::ix86_test_loading_dump_fragment_1): New function.
26131         (selftest::ix86_test_loading_call_insn): New function.
26132         (selftest::ix86_test_loading_full_dump): New function.
26133         (selftest::ix86_test_loading_unspec): New function.
26134         (selftest::ix86_run_selftests): Call the new functions.
26135         * emit-rtl.c (maybe_set_max_label_num): New function.
26136         * emit-rtl.h (maybe_set_max_label_num): New decl.
26137         * function.c (instantiate_decls): Guard call to
26138         instantiate_decls_1 with if (DECL_INITIAL (fndecl)).
26139         * function-tests.c (selftest::verify_three_block_rtl_cfg): Remove
26140         "static".
26141         * gensupport.c (gen_reader::gen_reader): Pass "false"
26142         for new "compact" param of rtx_reader.
26143         * print-rtl.c (rtx_writer::print_rtx_operand): Print "(nil)"
26144         rather than an empty string for NULL strings.
26145         * read-md.c: Potentially include config.h rather than bconfig.h.
26146         Wrap include of errors.h with #ifdef GENERATOR_FILE.
26147         (have_error): New global, copied from errors.c.
26148         (md_reader::read_name): Rename to...
26149         (md_reader::read_name_1): ...this, adding "out_loc" param,
26150         and converting "missing name or number" to returning false, rather
26151         than failing.
26152         (md_reader::read_name): Reimplement in terms of read_name_1.
26153         (md_reader::read_name_or_nil): New function.
26154         (md_reader::read_string): Handle "(nil)" by returning NULL.
26155         (md_reader::md_reader): Add new param "compact".
26156         (md_reader::read_md_files): Wrap with #ifdef GENERATOR_FILE.
26157         (md_reader::read_file): New method.
26158         * read-md.h (md_reader::md_reader): Add new param "compact".
26159         (md_reader::read_file): New method.
26160         (md_reader::is_compact): New accessor.
26161         (md_reader::read_name): Convert return type from void to file_location.
26162         (md_reader::read_name_or_nil): New decl.
26163         (md_reader::read_name_1): New decl.
26164         (md_reader::m_compact): New field.
26165         (noop_reader::noop_reader): Pass "false" for new "compact" param
26166         of rtx_reader.
26167         (rtx_reader::rtx_reader): Add new "compact" param.
26168         (rtx_reader::read_rtx_operand): Make virtual and convert return
26169         type from void to rtx.
26170         (rtx_reader::read_until): New decl.
26171         (rtx_reader::handle_any_trailing_information): New virtual function.
26172         (rtx_reader::postprocess): New virtual function.
26173         (rtx_reader::finalize_string): New virtual function.
26174         (rtx_reader::m_in_call_function_usage): New field.
26175         (rtx_reader::m_reuse_rtx_by_id): New field.
26176         * read-rtl-function.c: New file.
26177         * selftest-rtl.c (selftest::assert_rtx_ptr_eq_at): New function.
26178         * selftest-rtl.h (ASSERT_RTX_PTR_EQ): New macro.
26179         (selftest::verify_three_block_rtl_cfg): New decl.
26180         * read-rtl-function.h: New file.
26181         * read-rtl.c: Potentially include config.h rather than bconfig.h.
26182         For host, include function.h, memmodel.h, and emit-rtl.h.
26183         (one_time_initialization): New function.
26184         (struct compact_insn_name): New struct.
26185         (compact_insn_names): New array.
26186         (find_code): Handle insn codes in compact dumps.
26187         (apply_subst_iterator): Wrap with #ifdef GENERATOR_FILE.
26188         (bind_subst_iter_and_attr): Likewise.
26189         (add_condition_to_string): Likewise.
26190         (add_condition_to_rtx): Likewise.
26191         (apply_attribute_uses): Likewise.
26192         (add_current_iterators): Likewise.
26193         (apply_iterators): Likewise.
26194         (initialize_iterators): Guard usage of apply_subst_iterator with
26195         #ifdef GENERATOR_FILE.
26196         (read_conditions): Wrap with #ifdef GENERATOR_FILE.
26197         (md_reader::read_mapping): Likewise.
26198         (add_define_attr_for_define_subst): Likewise.
26199         (add_define_subst_attr): Likewise.
26200         (read_subst_mapping): Likewise.
26201         (check_code_iterator): Likewise.
26202         (rtx_reader::read_rtx): Likewise.  Move one-time initialization
26203         logic to...
26204         (one_time_initialization): New function.
26205         (rtx_reader::read_until): New method.
26206         (read_flags): New function.
26207         (parse_reg_note_name): New function.
26208         (rtx_reader::read_rtx_code): Initialize "iterator" to NULL.
26209         Handle reuse_rtx ids.
26210         Wrap iterator lookup within #ifdef GENERATOR_FILE.
26211         Add parsing support for RTL dumps, mirroring the special-cases in
26212         print_rtx, by calling read_flags, reading REG_NOTE names, INSN_UID
26213         values, and calling handle_any_trailing_information.
26214         (rtx_reader::read_rtx_operand): Convert return type from void
26215         to rtx, returning return_rtx.  Handle case 'e'.  Call
26216         finalize_string on XSTR and XTMPL fields.
26217         (rtx_reader::read_nested_rtx):  Handle dumps in which trailing
26218          "(nil)" values were omitted.  Call the postprocess vfunc on the
26219         return_rtx.
26220         (rtx_reader::rtx_reader): Add new "compact" param and pass to base
26221         class ctor.  Initialize m_in_call_function_usage.  Call
26222         one_time_initialization.
26223         * rtl-tests.c (selftest::test_uncond_jump): Call
26224         set_new_first_and_last_insn.
26225         * rtl.h (read_rtx): Wrap decl with #ifdef GENERATOR_FILE.
26226         * selftest-rtl.c: New file.
26227         * selftest-rtl.h (class selftest::rtl_dump_test): New class.
26228         (selftest::get_insn_by_uid): New decl.
26229         * selftest-run-tests.c (selftest::run_tests): Call
26230         read_rtl_function_c_tests.
26231         * selftest.h  (selftest::read_rtl_function_c_tests): New decl.
26232         * tree-dfa.c (ssa_default_def): Return NULL_TREE for rtl function
26233         dumps.
26235 2017-01-05  Uros Bizjak  <ubizjak@gmail.com>
26237         * config/i386/i386.md (*testqi_ext_3): No need to handle memory
26238         operands in a special way.  Assert that pos+len <= mode precision.
26240 2017-01-05  Jakub Jelinek  <jakub@redhat.com>
26242         * common.opt (fvect-cost-model): Remove RejectNegative flag, use
26243         3 argument Alias with unlimited for the negative form.
26244         (fno-vect-cost-model): Removed.
26246 2017-01-05  Martin Liska  <mliska@suse.cz>
26248         * hsa-gen.c (gen_hsa_divmod): New function.
26249         (gen_hsa_insn_for_internal_fn_call): Use the function for IFN_DIVMOD.
26251 2017-01-05  Martin Liska  <mliska@suse.cz>
26253         PR pch/78970
26254         * gcc.c (lookup_compiler): Reject '-' filename for a precompiled
26255         header.
26257 2017-01-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
26259         * config/s390/s390.c (s390_expand_setmem): Unroll the loop for
26260         small constant length operands.
26262 2017-01-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
26264         * config/s390/s390.c (s390_expand_setmem): Avoid overlapping bytes
26265         between loop iterations.
26267 2017-01-05  Martin Liska  <mliska@suse.cz>
26269         PR sanitizer/78815
26270         * gimplify.c (gimplify_decl_expr): Compare to
26271         asan_poisoned_variables instread of checking flags.
26272         (gimplify_target_expr): Likewise.
26273         (gimplify_expr): Likewise.
26274         (gimplify_function_tree): Conditionally initialize
26275         asan_poisoned_variables.
26277 2017-01-04  Jeff Law  <law@redhat.com>
26279         PR tree-optimizatin/78812
26280         * rtl.h (contains_mem_rtx_p): Prototype.
26281         * ifcvt.c (containts_mem_rtx_p): Move from here to...
26282         * rtlanal.c (contains_mem_rtx_p): Here and remove static linkage.
26283         * gcse.c (prune_expressions): Use contains_mem_rtx_p to discover
26284         and prune MEMs that are not at the toplevel of a SET_SRC rtx.  Look
26285         through ZERO_EXTEND and SIGN_EXTEND when trying to avoid pruning MEMs.
26287 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
26289         * input.c (assert_char_at_range): Default-initialize actual_range.
26291 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
26293         * df-scan.c (df_ref_create_structure): Make regno unsigned,
26294         to match the caller.
26296 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
26298         * cfgexpand.c (expand_gimple_basic_block): Disregard debug
26299         insns after final jump in test to emit dummy move.
26301 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
26303         * gimple-iterator.h (gsi_one_nondebug_before_end_p): New.
26304         * tree-eh.c (cleanup_empty_eh): Skip more debug stmts.
26306 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
26308         * multiple_target.c (create_dispatcher_calls): Init e_next.
26309         * tree-ssa-loop-split.c (split_loop): Init border.
26310         * tree-vect-loop.c (vect_determine_vectorization_factor): Init
26311         scalar_type.
26313 2017-01-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
26315         PR target/71977
26316         PR target/70568
26317         PR target/78823
26318         * config/rs6000/predicates.md (sf_subreg_operand): New predicate.
26319         (altivec_register_operand): Do not return true if the operand
26320         contains a SUBREG mixing SImode and SFmode.
26321         (vsx_register_operand): Likewise.
26322         (vsx_reg_sfsubreg_ok): New predicate.
26323         (vfloat_operand): Do not return true if the operand contains a
26324         SUBREG mixing SImode and SFmode.
26325         (vint_operand): Likewise.
26326         (vlogical_operand): Likewise.
26327         (gpc_reg_operand): Likewise.
26328         (int_reg_operand): Likewise.
26329         * config/rs6000/rs6000-protos.h (valid_sf_si_move): Add declaration.
26330         * config/rs6000/rs6000.c (valid_sf_si_move): New function to
26331         determine if a MOVSI or MOVSF operation contains SUBREGs that mix
26332         SImode and SFmode.
26333         (rs6000_emit_move_si_sf_subreg): New helper function.
26334         (rs6000_emit_move): Call rs6000_emit_move_si_sf_subreg to possbily
26335         fixup SUBREGs involving SImode and SFmode.
26336         * config/rs6000/vsx.md (SFBOOL_*): New constants that are operand
26337         numbers for the new peephole2 optimization.
26338         (peephole2 for SFmode unions): New peephole2 to optimize cases in
26339         the GLIBC math library that do AND/IOR/XOR operations on single
26340         precision floating point.
26341         * config/rs6000/rs6000.h (TARGET_NO_SF_SUBREG): New internal
26342         target macros to say whether we need to avoid SUBREGs mixing
26343         SImode and SFmode.
26344         (TARGET_ALLOW_SF_SUBREG): Likewise.
26345         * config/rs6000/rs6000.md (UNSPEC_SF_FROM_SI): New unspecs.
26346         (UNSPEC_SI_FROM_SF): Likewise.
26347         (iorxor): Change spacing.
26348         (and_ior_xor): New iterator for AND, IOR, and XOR.
26349         (movsi_from_sf): New insns for SImode/SFmode SUBREG support.
26350         (movdi_from_sf_zero_ext): Likewise.
26351         (mov<mode>_hardfloat, FMOVE32 iterator): Use register_operand
26352         instead of gpc_reg_operand.  Add SImode/SFmode SUBREG support.
26353         (movsf_from_si): New insn for SImode/SFmode SUBREG support.
26354         (fma<mode>4): Use gpc_reg_operand instead of register_operand.
26355         (fms<mode>4): Likewise.
26356         (fnma<mode>4): Likewise.
26357         (fnms<mode>4): Likewise.
26358         (nfma<mode>4): Likewise.
26359         (nfms<mode>4): Likewise.
26361 2017-01-04  Marek Polacek  <polacek@redhat.com>
26363         PR c++/64767
26364         * doc/invoke.texi: Document -Wpointer-compare.
26366 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
26368         * optc-gen.awk: Emit #error for -W*/-f*/-m* Enum without
26369         RejectNegative.
26371         * dwarf2out.c (output_loc_list): Don't throw away 64K+ location
26372         descriptions for -gdwarf-5 and emit them as uleb128 instead of
26373         2-byte data.
26375 2017-01-04  Kelvin Nilsen  <kelvin@gcc.gnu.org>
26377         PR target/78056
26378         * doc/sourcebuild.texi (PowerPC-specific attributes): Add
26379         documentation of the powerpc_popcntb_ok attribute.
26380         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
26381         code to issue warning messages if a requested CPU configuration is
26382         not supported by the binary (assembler and loader) toolchain.
26383         (spe_init_builtins): Add two assertions to prevent ICE if attempt is
26384         made to define a built-in function that has been disabled.
26385         (paired_init_builtins): Add assertion to prevent ICE if attempt is
26386         made to define a built-in function that has been disabled.
26387         (altivec_init_builtins): Add comment explaining why definition
26388         of the DST built-in functions is not preceded by an assertion
26389         check.  Add assertions to prevent ICE if attempts are made to
26390         define an altivec predicate or an abs* built-in function that has
26391         been disabled.
26392         (htm_init_builtins): Add comment explaining why definition of the
26393         htm built-in functions is not preceded by an assertion check.
26395 2017-01-04  Jeff Law  <law@redhat.com>
26397         PR tree-optimizatin/67955
26398         * tree-ssa-alias.c (same_addr_size_stores_p): Check offsets first.
26399         Allow any SSA_VAR_P as the base objects.  Use integer_zerop.  Verify
26400         the points-to solution does not include pt_null.  Use DECL_PT_UID
26401         unconditionally.
26403 2017-01-04  Uros Bizjak  <ubizjak@gmail.com>
26405         * config/i386/i386.md (HI/SImode test with imm to QImode splitters):
26406         Use gen_int_mode instead of gen_lopwart for const_int operands.
26408 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
26410         PR tree-optimization/71563
26411         * match.pd: Simplify X << Y into X if Y is known to be 0 or
26412         out of range value - has low bits known to be zero.
26414 2017-01-04  Alan Modra  <amodra@gmail.com>
26416         * Makefile.in (aclocal_deps): Update and order as per aclocal.m4.
26417         * configure: Regenerate.
26418         * config.in: Regenerate.
26420 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
26422         PR bootstrap/77569
26423         * input.c (ebcdic_execution_charset::on_error): Don't use strstr for
26424         a substring of the message, but strcmp with the whole message.  Ifdef
26425         ENABLE_NLS, translate the message first using dgettext.
26427 2017-01-03  Jeff Law  <law@redhat.com>
26429         PR tree-optimizatin/78856
26430         * tree-ssa-threadupdate.c: Include tree-vectorizer.h.
26431         (mark_threaded_blocks): Remove code to truncate thread paths that
26432         cross multiple loop headers.  Instead invalidate the cached loop
26433         iteration information and handle case of a thread path walking
26434         into an irreducible region.
26436 2017-01-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
26438         PR target/78900
26439         * config/rs6000/rs6000.c (rs6000_split_signbit): Change some
26440         assertions.  Add support for doing the signbit if the IEEE 128-bit
26441         floating point value is in a GPR.
26442         * config/rs6000/rs6000.md (Fsignbit): Delete.
26443         (signbit<mode>2_dm): Delete using <Fsignbit> and just use "wa".
26444         Update the length attribute if the value is in a GPR.
26445         (signbit<mode>2_dm_<su>ext): Add combiner pattern to eliminate
26446         the sign or zero extension instruction, since the value is always 0/1.
26447         (signbit<mode>2_dm2): Delete using <Fsignbit>.
26449         PR target/78953
26450         * config/rs6000/vsx.md (vsx_extract_<mode>_store_p9): If we are
26451         extracting SImode to a GPR register so that we can generate a
26452         store, limit the vector to be in a traditional Altivec register
26453         for the vextuwrx instruction.
26455 2017-01-03  Ian Lance Taylor  <iant@google.com>
26457         * godump.c (go_format_type): Treat ENUMERAL_TYPE like INTEGER_TYPE.
26459 2017-01-03  Martin Sebor  <msebor@redhat.com>
26461         PR tree-optimization/78696
26462         * gimple-ssa-sprintf.c (format_floating): Correct handling of
26463         precision.  Use MPFR for %f for greater fidelity.  Correct handling
26464         of %g.
26465         (pass_sprintf_length::compute_format_length): Set width and precision
26466         specified by asrerisk to void_node for vararg functions.
26467         (try_substitute_return_value): Adjust dump output.
26469 2017-01-03  David Edelsohn  <dje.gcc@gmail.com>
26471         * doc/invoke.texi (RS6000 options): LRA is enabled by default.
26473 2017-01-03  Eric Botcazou  <ebotcazou@adacore.com>
26475         * doc/invoke.texi (SPARC options): Document -mlra as the default.
26476         * config/sparc/sparc.c (sparc_option_override): Force LRA unless
26477         -mlra/-mno-lra was passed to the compiler.
26479 2017-01-03  James Cowgill  <James.Cowgill@imgtec.com>
26481         PR rtl-optimization/65618
26482         * emit-rtl.c (try_split): Move initialization of "before" and
26483         "after" to just before the call to emit_insn_after_setloc.
26485 2017-01-03  Gerald Pfeifer  <gerald@pfeifer.com>
26487         * doc/md.texi (Standard Names): Remove reference to Java frontend.
26489 2017-01-03  Pierre-Marie de Rodat  <derodat@adacore.com>
26491         * dwarf2out.c (gen_enumeration_type_die): When
26492         -gno-strict-dwarf, add a DW_AT_encoding attribute.
26494 2017-01-03  Jakub Jelinek  <jakub@redhat.com>
26496         PR tree-optimization/78965
26497         * gimple-ssa-sprintf.c (pass_sprintf_length::compute_format_length):
26498         Change first argument from const call_info & to call_info &.  For %n
26499         set info.nowrite to false.
26501         PR middle-end/78901
26502         * gimple-ssa-sprintf.c (try_substitute_return_value): Don't change
26503         possibly throwing calls.
26505         * genmatch.c (dt_node::gen_kids_1): If generic_exprs include SSA_NAME
26506         and exprs_len || fns_len, emit the code for SSA_NAME next to the exprs
26507         and fns handling, rather than in a separate case SSA_NAME.
26509 2017-01-02  Jeff Law  <law@redhat.com>
26511         * config/darwin-driver.c (darwin_driver_init): Const-correctness
26512         fixes for first_period and second_period variables.
26514 2017-01-02  Uros Bizjak  <ubizjak@gmail.com>
26516         PR target/78967
26517         * config/i386/i386.md (UNSPEC_NOREX_MEM): New unspec.
26518         (*insvqi_1): New insn pattern.
26519         (*insvqi_1_mem_rex64): Ditto.
26520         (*insvqi_2): Ditto.
26521         (*insvqi_3): Rename from *insvqi.
26523         (*extzvqi_mem_rex64): Add UNSPEC_NOREX_MEM tag.
26525 2017-01-02  Gerald Pfeifer  <gerald@pfeifer.com>
26527         * doc/cfg.texi (Edges): Remove reference to Java.
26528         (Maintaining the CFG): Ditto.
26530 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
26532         PR middle-end/77674
26533         * symtab.c (symtab_node::binds_to_current_def_p): Fix handling of
26534         transparent aliases.
26536 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
26538         PR middle-end/77484
26539         * predict.def (PRED_CALL): Update hitrate.
26540         (PRED_INDIR_CALL, PRED_POLYMORPHIC_CALL): New predictors.
26541         * predict.c (tree_estimate_probability_bb): Split CALL predictor
26542         into direct/indirect/polymorphic variants.
26544 2017-01-01  Jakub Jelinek  <jakub@redhat.com>
26546         Update copyright years.
26548         * gcc.c (process_command): Update copyright notice dates.
26549         * gcov-dump.c (print_version): Ditto.
26550         * gcov.c (print_version): Ditto.
26551         * gcov-tool.c (print_version): Ditto.
26552         * gengtype.c (create_file): Ditto.
26553         * doc/cpp.texi: Bump @copying's copyright year.
26554         * doc/cppinternals.texi: Ditto.
26555         * doc/gcc.texi: Ditto.
26556         * doc/gccint.texi: Ditto.
26557         * doc/gcov.texi: Ditto.
26558         * doc/install.texi: Ditto.
26559         * doc/invoke.texi: Ditto.
26561 Copyright (C) 2017 Free Software Foundation, Inc.
26563 Copying and distribution of this file, with or without modification,
26564 are permitted in any medium without royalty provided the copyright
26565 notice and this notice are preserved.