lra-lives.c (process_bb_lives): Update biggest mode for implicitly used hard reg.
[gcc.git] / gcc / ChangeLog
1 2016-12-06 Vladimir Makarov <vmakarov@redhat.com>
2
3 target/77761
4 * lra-lives.c (process_bb_lives): Update biggest mode for
5 implicitly used hard reg.
6
7 2016-12-06 Uros Bizjak <ubizjak@gmail.com>
8
9 * config/i386/predicates.md (general_gr_operand): New predicate.
10 * config/i386/i386.md (TImode and DImode push_operand splitter):
11 Use general_gr_operand. Macroize using DWI mode macro.
12 (TImode and DImode nonimmediate_operand splitter): Use
13 nonimmediate_gr_operand and general_gr_operand. Macroize using
14 DWI mode macro.
15 (TF/XF/DFmode push_operand splitter): Use general_gr_operand.
16 (TFmode nonimmediate_operand splitter): Use nonimmediate_gr_operand
17 and general_gr_operand.
18 (XFmode nonimmediate_operand splitter): Ditto.
19 (DFmode nonimmediate_operand splitter): Ditto.
20 * config/i386/mmx.md (MMXMODE nonimmediate_operand splitter): Ditto.
21
22 2016-12-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
23
24 * config/arm/arm-cores.def (cortex-m23, cortex-m33): Move into
25 alphabetical order with respect to other ARMv8 processors.
26 * config/arm/arm-tables.opt: Regenerate.
27 * config/arm/arm-tune.md: Likewise.
28
29 2016-12-06 Robert Suchanek <robert.suchanek@imgtec.com>
30
31 * config/mips/mips.c (mips_expand_builtin_insn): Check input
32 ranges of literal integer arguments.
33
34 2016-12-06 Aldy Hernandez <aldyh@redhat.com>
35
36 PR middle-end/78548
37 * tree-ssa-uninit.c (simplify_preds_4): Call release() instead of
38 destroy_predicate_vecs.
39 (uninit_uses_cannot_happen): Make uninit_preds a scalar.
40
41 2016-12-06 Aldy Hernandez <aldyh@redhat.com>
42
43 PR middle-end/78566
44 * tree-ssa-uninit.c (can_one_predicate_be_invalidated_p): Change
45 argument type to a pred_chain.
46 (can_chain_union_be_invalidated_p): Use pred_chain instead of a
47 worklist.
48 (flatten_out_predicate_chains): Remove.
49 (uninit_uses_cannot_happen): Rename from
50 uninit_ops_invalidate_phi_use.
51 Change logic so that we are checking that the PHI use will
52 invalidate _ALL_ possibly uninitialized operands.
53 (is_use_properly_guarded): Rename call to
54 uninit_ops_invalidate_phi_use into uninit_uses_cannot_happen.
55
56 2016-12-06 Tamar Christina <tamar.christina@arm.com>
57
58 * gcc/config/aarch64/arm_neon.h
59 (vreinterpretq_p8_p128, vreinterpretq_p16_p128): Added.
60 (vreinterpret_p64_p16, vreinterpretq_p64_p128): Likewise.
61 (vreinterpretq_p64_p16, vreinterpretq_p128_p8): Likewise.
62 (vreinterpretq_p128_p16, vreinterpretq_p128_f16): Likewise.
63 (vreinterpretq_p128_f32, vreinterpretq_p128_p64): Likewise.
64 (vreinterpretq_p128_s64, vreinterpretq_p128_u64): Likewise.
65 (vreinterpretq_p128_s8, vreinterpretq_p128_s16): Likewise.
66 (vreinterpretq_p128_s32, vreinterpretq_p128_u8): Likewise.
67 (vreinterpretq_p128_u16, vreinterpretq_p128_u32): Likewise.
68 (vreinterpretq_f16_p128, vreinterpretq_f32_p128): Likewise.
69 (vreinterpretq_s64_p128, vreinterpretq_u64_p128): Likewise.
70 (vreinterpretq_s8_p128, vreinterpretq_s16_p128): Likewise.
71 (vreinterpretq_s32_p128, vreinterpretq_u8_p128): Likewise.
72 (vreinterpretq_u16_p128, vreinterpretq_u32_p128): Likewise.
73
74 2016-12-06 Jakub Jelinek <jakub@redhat.com>
75
76 PR c++/71537
77 * fold-const.c (fold_comparison): Assume CONSTANT_CLASS_P (base0)
78 plus offset is non-zero. For maybe_nonzero_address decl base0,
79 require indirect_base0.
80
81 PR c++/71537
82 * fold-const-call.c (fold_const_call_1): Remove memchr handling here.
83 (fold_const_call) <case CFN_BUILT_IN_STRNCMP,
84 case CFN_BUILT_IN_STRNCASECMP>: Formatting improvements.
85 (fold_const_call) <case CFN_BUILT_IN_MEMCMP>: Likewise. If s2 is 0
86 and arguments have no side-effects, return 0.
87 (fold_const_call): Handle CFN_BUILT_IN_MEMCHR.
88
89 PR c++/71537
90 * fold-const-call.c (fold_const_call): Handle
91 CFN_BUILT_IN_{INDEX,STRCHR,RINDEX,STRRCHR}.
92
93 PR tree-optimization/78675
94 * tree-vect-loop.c (vectorizable_live_operation): For
95 VECTOR_BOOLEAN_TYPE_P vectype use integral type with bitsize precision
96 instead of TREE_TYPE (vectype) for the BIT_FIELD_REF.
97
98 2016-12-06 Eric Botcazou <ebotcazou@adacore.com>
99
100 PR middle-end/78642
101 * emit-rtl.c (verify_rtx_sharing) <CLOBBER>: Relax condition.
102 (copy_rtx_if_shared_1) <CLOBBER>: Likewise.
103 (copy_insn_1) <CLOBBER>: Likewise.
104
105 2016-12-05 Michael Meissner <meissner@linux.vnet.ibm.com>
106
107 PR target/78688
108 * config/rs6000/rs6000.h (FUNCTION_VALUE_REGNO_P): Use IN_RANGE
109 instead of ((N) >= (X) && (N) <= (Y-X)) to silence warnings about
110 comparing signed to unsigned values.
111 (FUNCTION_ARG_REGNO_P): Likewise.
112
113 2016-12-05 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
114 Stefan Freudenberger <stefan@reservoir.com>
115
116 PR tree-optimization/78646
117 * gimple-ssa-strength-reduction.c (replace_ref): The pointer
118 addition used for the memory base expression should have the type
119 of the candidate.
120
121 2016-12-05 Waldemar Brodkorb <wbx@openadk.org>
122
123 PR target/71721
124 * config.gcc (*-*-uclinux*): Enable posix threads.
125
126 2016-12-05 Andrew Senkevich <andrew.senkevich@intel.com>
127
128 * config/i386/avx512bwintrin.h: Add new k-mask intrinsics.
129 * config/i386/avx512dqintrin.h: Ditto.
130 * config/i386/avx512fintrin.h: Ditto.
131 * config/i386/i386-builtin-types.def (UCHAR_FTYPE_UQI_UQI_PUCHAR,
132 UCHAR_FTYPE_UHI_UHI_PUCHAR, UCHAR_FTYPE_USI_USI_PUCHAR,
133 UCHAR_FTYPE_UDI_UDI_PUCHAR, UCHAR_FTYPE_UQI_UQI, UCHAR_FTYPE_UHI_UHI,
134 UCHAR_FTYPE_USI_USI, UCHAR_FTYPE_UDI_UDI, UQI_FTYPE_UQI_INT,
135 UHI_FTYPE_UHI_INT, USI_FTYPE_USI_INT, UDI_FTYPE_UDI_INT,
136 UQI_FTYPE_UQI, USI_FTYPE_USI, UDI_FTYPE_UDI, UQI_FTYPE_UQI_UQI): New
137 function types.
138 * config/i386/i386-builtin.def (__builtin_ia32_knotqi,
139 __builtin_ia32_knotsi, __builtin_ia32_knotdi,
140 __builtin_ia32_korqi, __builtin_ia32_korsi, __builtin_ia32_kordi,
141 __builtin_ia32_kxnorqi, __builtin_ia32_kxnorsi,
142 __builtin_ia32_kxnordi, __builtin_ia32_kxorqi, __builtin_ia32_kxorsi,
143 __builtin_ia32_kxordi, __builtin_ia32_kandqi,
144 __builtin_ia32_kandsi, __builtin_ia32_kanddi, __builtin_ia32_kandnqi,
145 __builtin_ia32_kandnsi, __builtin_ia32_kandndi): New.
146 * config/i386/i386.c (ix86_expand_args_builtin): Handle new types.
147
148 2016-12-05 Segher Boessenkool <segher@kernel.crashing.org>
149
150 * combine.c: Revert r243162.
151
152 2016-12-05 Paolo Bonzini <bonzini@gnu.org>
153
154 * match.pd: Simplify X ? C : 0 where C is a power of 2 and
155 X tests a single bit.
156
157 2016-12-05 Nathan Sidwell <nathan@acm.org>
158
159 * diagnostic.c (diagnostic_check_max_errors): New, broken out of ...
160 (diagnostic_action_after_output): ... here.
161 (diagnostic_report_diagnostic): Call it for non-notes.
162 * diagnostic.h (struct diagnostic_context): Make max_errors signed int.
163 (diagnostic_check_max_errors): Declare.
164
165 2016-12-05 Cupertino Miranda <cmiranda@synopsys.com>
166
167 * config/arc/arc.h (STARTFILE_SPEC): Use default linux specs.
168 (ENDFILE_SPEC): Likewise.
169
170 2016-12-05 Claudiu Zissulescu <claziss@synopsys.com>
171
172 * config/arc/arc-protos.h (insn_is_tls_gd_dispatch): Remove.
173 * config/arc/arc.c (arc_unspec_offset): New function.
174 (arc_finalize_pic): Change.
175 (arc_emit_call_tls_get_addr): Likewise.
176 (arc_legitimize_tls_address): Likewise.
177 (arc_legitimize_pic_address): Likewise.
178 (insn_is_tls_gd_dispatch): Remove.
179 * config/arc/arc.h (INSN_REFERENCES_ARE_DELAYED): Change.
180 * config/arc/arc.md (ls_gd_load): Remove unused pattern.
181 (tls_gd_dispatch): Likewise.
182
183 2016-12-05 Andre Vieira <andre.simoesdiasvieira@arm.com>
184
185 * config/arm/arm.c (TARGET_ASM_INIT_SECTIONS): Fix wrong undef
186 location.
187
188 2016-12-05 Eric Botcazou <ebotcazou@adacore.com>
189
190 * config/sparc/sparc-protos.h (sparc_splitdi_legitimate): Rename to...
191 (sparc_split_reg_mem_legitimate): ...this.
192 (sparc_split_reg_mem): Declare.
193 (sparc_split_mem_reg): Likewise.
194 (sparc_split_regreg_legitimate): Rename to...
195 (sparc_split_reg_reg_legitimate): ...this.
196 * config/sparc/sparc.c (sparc_splitdi_legitimate): Rename to...
197 (sparc_split_reg_mem_legitimate): ...this.
198 (sparc_split_reg_mem): New function.
199 (sparc_split_mem_reg): Likewise.
200 (sparc_split_regreg_legitimate): Rename to...
201 (sparc_split_reg_reg_legitimate): ...this.
202 (sparc_split_reg_reg): New function.
203 * config/sparc/sparc.md (lra): Remove "none" value.
204 (enabled): Adjust to above change.
205 (*movdi_insn_sp32): Remove new (r,T) alternative and reorder others.
206 (DImode splitters): Adjust to above renamings and use new functions.
207 (*movdf_insn_sp32): Remove new (r,T) alternative and reorder others.
208 (DFmode splitters): Adjust to above renamings and use new functions.
209 (*mov<VM64:mode>_insn_sp64): Replace C with Z constraint and use W
210 constraint in conjunction with e.
211 (*mov<VM64:mode>_insn_sp32): Remove new (r,T) alternative, add (o,Y)
212 alternative and reorder others.
213 (VM64:mode splitters): Adjust to above renamings and use new functions.
214
215 2016-12-04 Martin Sebor <msebor@redhat.com>
216
217 PR c/78668
218 * builtin-attrs.def (ATTR_ALLOC_SIZE, ATTR_RETURNS_NONNULL): New
219 identifier tree nodes.
220 (ATTR_ALLOCA_SIZE_1_NOTHROW_LEAF_LIST): New attribute list.
221 (ATTR_MALLOC_SIZE_1_NOTHROW_LIST): Same.
222 (ATTR_MALLOC_SIZE_1_NOTHROW_LEAF_LIST): Same.
223 (ATTR_MALLOC_SIZE_1_2_NOTHROW_LEAF_LIST): Same.
224 (ATTR_ALLOC_SIZE_2_NOTHROW_LEAF_LIST): Same.
225 * builtins.def (aligned_alloc, calloc, malloc, realloc):
226 Add attribute alloc_size.
227 (alloca): Add attribute alloc_size and returns_nonnull.
228
229 2016-12-04 Uros Bizjak <ubizjak@gmail.com>
230
231 PR target/70322
232 * config/i386/i386.c (dimode_scalar_to_vector_candidate_p): Handle NEG.
233 (dimode_scalar_chain::compute_convert_gain): Ditto.
234 (dimode_scalar_chain::convert_insn): Ditto.
235
236 2016-12-03 Eric Botcazou <ebotcazou@adacore.com>
237
238 * lra-constraints.c (emit_spill_move): Use gen_lowpart_SUBREG in all
239 cases to build a lowpart SUBREG.
240
241 2016-12-03 Eric Botcazou <ebotcazou@adacore.com>
242 David S. Miller <davem@davemloft.net>
243
244 * config/sparc/constraints.md (U): Adjust comment.
245 * config/sparc/sparc.md (lra): New attribute.
246 (enabled): For base instructions, if the lra attribute is set,
247 return 1 if it is in keeping with TARGET_LRA.
248 (*movdi_insn_sp32): Add lra attribute for alternatives mentioning U
249 constraint and duplicate them with U replaced by r.
250 (*movdf_insn_sp32): Likewise.
251 (*mov<VM64:mode>_insn_sp32): Likewise.
252 (*movtf_insn_sp32): Remove alternatives mentioning U constraint.
253
254 2016-12-02 Jeff Law <law@redhat.com>
255
256 * config/arm/arm.c (arm_handle_cmse_nonsecure_call): Remove unused
257 variable main_variant.
258
259 2016-12-02 Michael Meissner <meissner@linux.vnet.ibm.com>
260
261 * config.gcc (powerpc*-*-linux*): Set gnu-indirect-function by
262 default on PowerPC linux systems.
263
264 2016-12-02 Segher Boessenkool <segher@kernel.crashing.org>
265
266 * simplify-rtx.c (simplify_truncation): M2 is not mode, it is
267 GET_MODE (op). Fix this.
268
269 2016-12-02 David Malcolm <dmalcolm@redhat.com>
270
271 PR bootstrap/78616
272 * selftest.c (selftest::assert_strndup_eq): Rename to...
273 (selftest::assert_xstrndup_eq): ...this, and remove call to
274 strndup.
275 (selftest::test_strndup): Rename to...
276 (selftest::test_xstrndup): ...this, updating for above renaming.
277 (selftest::test_libiberty): Update for renaming.
278
279 2016-12-02 Michael Meissner <meissner@linux.vnet.ibm.com>
280
281 PR target/78639
282 * config/rs6000/rs6000.md (movdi_internal64): Fix typo in
283 subversion id 242679 that causes the wrong store instruction to be
284 generated if a DImode is in an Altivec register using REG+REG
285 addressing.
286
287 2016-12-02 Uros Bizjak <ubizjak@gmail.com>
288
289 PR target/70322
290 * config/i386/i386.md (*andndi3_doubleword): Add non-BMI alternative
291 and corresponding post-reload splitter.
292
293 2016-12-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
294
295 * config/aarch64/aarch64.h (machine_function): Add
296 reg_is_wrapped_separately field.
297 * config/aarch64/aarch64.md (LAST_SAVED_REGNUM): Define new constant.
298 * config/aarch64/aarch64.c (emit_set_insn): Change return type to
299 rtx_insn *.
300 (aarch64_save_callee_saves): Don't save registers that are wrapped
301 separately.
302 (aarch64_restore_callee_saves): Don't restore registers that are
303 wrapped separately.
304 (offset_9bit_signed_unscaled_p, offset_12bit_unsigned_scaled_p,
305 aarch64_offset_7bit_signed_scaled_p): Move earlier in the file.
306 (aarch64_get_separate_components): New function.
307 (aarch64_get_next_set_bit): Likewise.
308 (aarch64_components_for_bb): Likewise.
309 (aarch64_disqualify_components): Likewise.
310 (aarch64_emit_prologue_components): Likewise.
311 (aarch64_emit_epilogue_components): Likewise.
312 (aarch64_set_handled_components): Likewise.
313 (aarch64_process_components): Likewise.
314 (TARGET_SHRINK_WRAP_GET_SEPARATE_COMPONENTS,
315 TARGET_SHRINK_WRAP_COMPONENTS_FOR_BB,
316 TARGET_SHRINK_WRAP_DISQUALIFY_COMPONENTS,
317 TARGET_SHRINK_WRAP_EMIT_PROLOGUE_COMPONENTS,
318 TARGET_SHRINK_WRAP_EMIT_EPILOGUE_COMPONENTS,
319 TARGET_SHRINK_WRAP_SET_HANDLED_COMPONENTS): Define.
320
321 2016-12-02 Martin Jambor <mjambor@suse.cz>
322
323 * passes.def: Move pass_rebuild_cgraph_edges to the end of
324 pass_build_ssa_passes.
325
326 2016-12-02 Uros Bizjak <ubizjak@gmail.com>
327
328 * config/alpha/alpha.md (exception_receiver): Copy
329 alpha_gp_ave_rtx return value.
330
331 2016-12-02 Tadek Kijkowski <tkijkowski@gmail.com>
332
333 * Makefile.in (PREPROCESSOR_DEFINES): Add a level of indirection
334 for several include directories that may be relative to sysroot.
335 * config/i386/x-mingw32 (gplus_includedir): Define.
336 (gplus_tool_includedir, gplus_backward_include_dir): Likewise.
337 (native_system_includedir): Likewise.
338 * config/i386/mingw32.h (STANDARD_STARTFILE_PREFIX_1): Do not
339 override if TARGET_SYSTEM_ROOT is defined.
340 (NATIVE_SYSTEM_HEADER_DIR): Likewise.
341
342 2016-12-02 Jakub Jelinek <jakub@redhat.com>
343
344 PR target/70322
345 * config/i386/i386.c (dimode_scalar_to_vector_candidate_p): Handle NOT.
346 (dimode_scalar_chain::compute_convert_gain): Likewise.
347 (dimode_scalar_chain::convert_insn): Likewise.
348 * config/i386/i386.md (*one_cmpldi2_doubleword): New
349 define_insn_and_split.
350 (one_cmpl<mode>2): Use SWIM1248x iterator instead of SWIM.
351
352 PR target/78614
353 * rtl.c (copy_rtx): Don't clear used flag here.
354 (shallow_copy_rtx_stat): Clear used flag here unless code the rtx
355 is shareable.
356 * simplify-rtx.c (simplify_replace_fn_rtx): When copying rtx with
357 'E' in format, copy all vectors.
358 * emit-rtl.c (copy_insn_1): Don't clear used flag here.
359 * valtrack.c (cleanup_auto_inc_dec): Likewise.
360 * config/rs6000/rs6000.c (rs6000_frame_related): Likewise.
361
362 2016-12-02 Andre Vieira <andre.simoesdiasvieira@arm.com>
363 Thomas Preud'homme <thomas.preudhomme@arm.com>
364
365 * config/arm/arm-builtins.c (arm_builtins): Define
366 ARM_BUILTIN_CMSE_NONSECURE_CALLER.
367 (bdesc_2arg): Add line for cmse_nonsecure_caller.
368 (arm_init_builtins): Handle cmse_nonsecure_caller.
369 (arm_expand_builtin): Likewise.
370 * config/arm/arm_cmse.h (cmse_nonsecure_caller): New.
371
372 2016-12-02 Andre Vieira <andre.simoesdiasvieira@arm.com>
373 Thomas Preud'homme <thomas.preudhomme@arm.com>
374
375 * config/arm/arm.c (detect_cmse_nonsecure_call): New.
376 (cmse_nonsecure_call_clear_caller_saved): New.
377 (arm_reorg): Use cmse_nonsecure_call_clear_caller_saved.
378 (arm_function_ok_for_sibcall): Disable sibcalls for
379 cmse_nonsecure_call.
380 * config/arm/arm-protos.h (detect_cmse_nonsecure_call): New.
381 * config/arm/arm.md (call): Handle cmse_nonsecure_entry.
382 (call_value): Likewise.
383 (nonsecure_call_internal): New.
384 (nonsecure_call_value_internal): New.
385 * config/arm/thumb1.md (*nonsecure_call_reg_thumb1_v5): New.
386 (*nonsecure_call_value_reg_thumb1_v5): New.
387 * config/arm/thumb2.md (*nonsecure_call_reg_thumb2): New.
388 (*nonsecure_call_value_reg_thumb2): New.
389 * config/arm/unspecs.md (UNSPEC_NONSECURE_MEM): New.
390
391 2016-12-02 Andre Vieira <andre.simoesdiasvieira@arm.com>
392 Thomas Preud'homme <thomas.preudhomme@arm.com>
393
394 * config/arm/arm.c (gimplify.h): New include.
395 (arm_handle_cmse_nonsecure_call): New.
396 (arm_attribute_table): Added cmse_nonsecure_call.
397 (arm_comp_type_attributes): Deny compatibility of function types
398 with without the cmse_nonsecure_call attribute.
399 * doc/extend.texi (ARM ARMv8-M Security Extensions): New attribute.
400
401 2016-12-02 Andre Vieira <andre.simoesdiasvieira@arm.com>
402 Thomas Preud'homme <thomas.preudhomme@arm.com>
403
404 * config/arm/arm.c (output_return_instruction): Clear
405 registers.
406 (thumb2_expand_return): Likewise.
407 (thumb1_expand_epilogue): Likewise.
408 (thumb_exit): Likewise.
409 (arm_expand_epilogue): Likewise.
410 (cmse_nonsecure_entry_clear_before_return): New.
411 (comp_not_to_clear_mask_str_un): New.
412 (compute_not_to_clear_mask): New.
413 * config/arm/thumb1.md (*epilogue_insns): Change length attribute.
414 * config/arm/thumb2.md (*thumb2_return): Disable for
415 cmse_nonsecure_entry functions.
416 (*thumb2_cmse_entry_return): Duplicate thumb2_return pattern for
417 cmse_nonsecure_entry functions.
418
419 2016-12-02 Andre Vieira <andre.simoesdiasvieira@arm.com>
420 Thomas Preud'homme <thomas.preudhomme@arm.com>
421
422 * config/arm/arm.c (use_return_insn): Change to return with bxns
423 when cmse_nonsecure_entry.
424 (output_return_instruction): Likewise.
425 (arm_output_function_prologue): Likewise.
426 (thumb_pop): Likewise.
427 (thumb_exit): Likewise.
428 (thumb2_expand_return): Assert that entry functions always have simple
429 returns.
430 (arm_expand_epilogue): Handle entry functions.
431 (arm_function_ok_for_sibcall): Disable sibcall for entry functions.
432 (arm_asm_declare_function_name): New.
433 * config/arm/arm-protos.h (arm_asm_declare_function_name): New.
434 * config/arm/elf.h (ASM_DECLARE_FUNCTION_NAME): Redefine to
435 use arm_asm_declare_function_name.
436
437 2016-12-02 Andre Vieira <andre.simoesdiasvieira@arm.com>
438 Thomas Preud'homme <thomas.preudhomme@arm.com>
439
440 * config/arm/arm.c (arm_handle_cmse_nonsecure_entry): New.
441 (arm_attribute_table): Added cmse_nonsecure_entry
442 (arm_compute_func_type): Handle cmse_nonsecure_entry.
443 (cmse_func_args_or_return_in_stack): New.
444 (arm_handle_cmse_nonsecure_entry): New.
445 * config/arm/arm.h (ARM_FT_CMSE_ENTRY): New macro define.
446 (IS_CMSE_ENTRY): Likewise.
447 * doc/extend.texi (ARM ARMv8-M Security Extensions): New attribute.
448
449 2016-12-02 Andre Vieira <andre.simoesdiasvieira@arm.com>
450 Thomas Preud'homme <thomas.preudhomme@arm.com>
451
452 * config.gcc (extra_headers): Added arm_cmse.h.
453 * config/arm/arm-arches.def (ARM_ARCH):
454 (armv8-m): Add FL2_CMSE.
455 (armv8-m.main): Likewise.
456 (armv8-m.main+dsp): Likewise.
457 * config/arm/arm-c.c
458 (arm_cpu_builtins): Added __ARM_FEATURE_CMSE macro.
459 * config/arm/arm-flags.h: Define FL2_CMSE.
460 * config/arm.c (arm_arch_cmse): New.
461 (arm_option_override): New error for unsupported cmse target.
462 * config/arm/arm.h (arm_arch_cmse): New.
463 * config/arm/arm.opt (mcmse): New.
464 * config/arm/arm_cmse.h: New file.
465 * doc/invoke.texi (ARM Options): Add -mcmse.
466 * doc/sourcebuild.texi (arm_cmse_ok): Add new effective target.
467 * doc/extend.texi: Add ARMv8-M Security Extensions entry.
468
469 2016-12-02 Georg-Johann Lay <avr@gjlay.de>
470
471 * config/avr/avr.c: Fix coding rule glitches.
472
473 2016-12-02 Martin Jambor <mjambor@suse.cz>
474
475 * hsa.c (hsa_callable_function_p): Return false for artificial
476 functions.
477
478 2016-12-02 James Greenhalgh <james.greenhalgh@arm.com>
479
480 PR rtl-optimization/78561
481 * varasm.c (recompute_pool_offsets): New.
482 (output_constant_pool): Call it.
483
484 2016-12-02 James Greenhalgh <james.greenhalgh@arm.com>
485
486 PR rtl-optimization/78561
487 * config/rs6000/rs6000.c (rs6000_reg_live_or_pic_offset_p) Rename
488 get_pool_size to get_pool_size_upper_bound.
489 (rs6000_stack_info): Likewise.
490 (rs6000_emit_prologue): Likewise.
491 (rs6000_elf_declare_function_name): Likewise.
492 (rs6000_set_up_by_prologue): Likewise.
493 (rs6000_can_eliminate): Likewise, reformat spaces to tabs.
494 * output.h (get_pool_size): Rename to...
495 (get_pool_size_upper_bound): ...This.
496 * varasm.c (get_pool_size): Rename to...
497 (get_pool_size_upper_bound): ...This.
498
499 2016-12-02 Bin Cheng <bin.cheng@arm.com>
500
501 * match.pd: Add new pattern:
502 (cond (cmp (convert? x) c1) (op x c2) c3) -> (op (minmax x c1) c2).
503
504 2016-12-02 Nathan Sidwell <nathan@acm.org>
505
506 * diagnostic.c (diagnostic_report_diagnostic): Remove extraneous
507 braces.
508
509 2016-12-02 Aldy Hernandez <aldyh@redhat.com>
510
511 PR middle-end/78328
512 * gimple-ssa-warn-alloca.c (alloca_call_type): Handle
513 VR_ANTI_RANGE.
514
515 2016-12-02 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
516
517 * config/s390/s390.c (s390_save_gprs_to_fprs): Fix RTL sharing
518 problem.
519
520 2016-12-02 Georg-Johann Lay <avr@gjlay.de>
521
522 * config/avr/avr-arch.h (avr_mcu_t) [n_flash]: Remove field.
523 * config/avr/avr-devices.c (AVR_MCU): Remove N_FLASH macro argument.
524 * config/avr/avr-mcus.def (AVR_MCU): Remove initializer for n_flash.
525 * config/avr/avr.c (avr_set_core_architecture) [avr_n_flash]: Use
526 avr_mcu_types.flash_size to compute default value.
527 * config/avr/gen-avr-mmcu-specs.c (print_mcu) [cc1_n_flash]: Use
528 mcu->flash_size to compute value for spec.
529
530 2016-12-02 Georg-Johann Lay <avr@gjlay.de>
531
532 * doc/invoke.texi (AVR Options) [-mabsdata]: Point to absdata.
533 * doc/extend.texi (AVR Variable Attributes) [progmem]: Hint
534 about linker description to avoid progmem altogether.
535 [absdata]: Point to -mabsdata option.
536
537 2016-12-02 Jakub Jelinek <jakub@redhat.com>
538
539 PR rtl-optimization/78547
540 * emit-rtl.c (unshare_all_rtl): Make sure DECL_RTL and
541 DECL_INCOMING_RTL is not shared.
542 * config/i386/i386.c (convert_scalars_to_vectors): If any
543 insns have been converted, adjust all parameter's DEC_RTL and
544 DECL_INCOMING_RTL back from V1TImode to TImode if the parameters have
545 TImode.
546
547 PR rtl-optimization/78575
548 * config/i386/i386.c (timode_scalar_chain::fix_debug_reg_uses): Use
549 DF infrastructure to wrap all V1TImode reg uses into TImode subreg
550 if not already wrapped in a subreg. Make sure df_insn_rescan does not
551 affect further iterations.
552
553 2016-12-02 Martin Liska <mliska@suse.cz>
554
555 PR ipa/78555
556 * sreal.c (sreal::to_int): Make absolute value before shifting.
557 (sreal::operator/): Likewise.
558 (sreal_verify_negative_division): New test.
559 (void sreal_c_tests): Call the new test.
560 * sreal.h (sreal::normalize_up): Use new SREAL_ABS and
561 SREAL_SIGN macros.
562 (sreal::normalize_down): Likewise.
563
564 2016-12-02 Dominik Vogt <vogt@linux.vnet.ibm.com>
565
566 * combine.c (combine_simplify_rtx): Suppress replacement of
567 "(and (reg) (const_int bit))" with "if_then_else".
568
569 2016-12-02 Dominik Vogt <vogt@linux.vnet.ibm.com>
570
571 PR target/77822
572 * config/s390/s390.md ("extzv")
573 ("*extzv<mode><clobbercc_or_nocc>")
574 ("*extzvdi<clobbercc_or_nocc>_lshiftrt")
575 ("*<risbg_n>_ior_and_sr_ze")
576 ("*extract1bitdi<clobbercc_or_nocc>")
577 ("*insv<mode><clobbercc_or_nocc>", "*insv_rnsbg_noshift")
578 ("*insv_rnsbg_srl", "*insv<mode>_mem_reg")
579 ("*insvdi_mem_reghigh", "*insvdi_reg_imm"): Use EXTRACT_ARGS_IN_RANGE
580 to validate the arguments of zero_extract and sign_extract.
581
582 2016-12-02 Dominik Vogt <vogt@linux.vnet.ibm.com>
583
584 PR target/77822
585 * rtl.h (EXTRACT_ARGS_IN_RANGE): New.
586
587 2016-12-02 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
588
589 * gcc/config/s390/s390.c (s390_builtin_vectorization_cost): New
590 function.
591 (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Define target
592 macro.
593
594 2016-12-02 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
595
596 * config/s390/vector.md (vec_halfhalf): New mode iterator.
597 ("vec_pack_trunc_<mode>", "vec_pack_ssat_<mode>")
598 ("vec_pack_usat_<mode>", "vec_unpacks_hi_v16qi")
599 ("vec_unpacks_low_v16qi", "vec_unpacku_hi_v16qi")
600 ("vec_unpacku_low_v16qi", "vec_unpacks_hi_v8hi")
601 ("vec_unpacks_lo_v8hi", "vec_unpacku_hi_v8hi")
602 ("vec_unpacku_lo_v8hi", "vec_unpacks_hi_v4si")
603 ("vec_unpacks_lo_v4si", "vec_unpacku_hi_v4si")
604 ("vec_unpacku_lo_v4si"): New pattern definitions.
605 * config/s390/vx-builtins.md: Move VI_HW_HSD mode iterator to
606 vector.md.
607
608 2016-12-02 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
609
610 * config/s390/s390-protos.h (s390_reverse_condition): New
611 prototype.
612 * config/s390/s390.c (s390_canonicalize_comparison): Fold compares
613 of CC mode values.
614 (s390_reverse_condition): New function.
615 * config/s390/s390.h (REVERSE_CC_MODE, REVERSE_CONDITION): Define
616 target macros.
617
618 2016-12-02 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
619
620 * config/s390/s390-modes.def (CCVEQANY, CCVH, CCVHANY, CCVHU)
621 (CCVHUANY): Remove modes.
622 (CCVIH, CCVIHU, CCVIALL, CCVIANY, CCVFALL, CCVFANY): Add modes and
623 documentation.
624 * config/s390/s390.c (s390_match_ccmode_set): Rename cc modes.
625 (s390_expand_vec_compare_scalar): Pick one of the cc consumer
626 modes.
627 (s390_branch_condition_mask): Adjust to use the new cc consumer
628 modes. The new modes allow for proper reversal in the middle-end.
629 (s390_expand_vec_compare_cc): Determine the proper cc producer and
630 consumer modes for a comparison.
631 * config/s390/s390.md: Rename CCVH to CCVIH and CCVHU to CCVIHU
632 throughout the file.
633 * config/s390/vx-builtins.md: Likewise.
634
635 2016-12-02 Maxim Ostapenko <m.ostapenko@samsung.com>
636
637 * asan.c (asan_global_struct): Refactor.
638 (create_odr_indicator): New function.
639 (asan_needs_odr_indicator_p): Likewise.
640 (is_odr_indicator): Likewise.
641 (asan_add_global): Introduce odr_indicator_ptr. Pass it into global's
642 constructor.
643 (asan_protect_global): Do not protect odr indicators.
644
645 2016-12-01 Jeff Law <law@redhat.com>
646
647 * tree-ssa-threadedge.c
648 (record_temporary_equivalences_from_stmts_at_dest): Avoid temporary
649 propagation of operands if there are no operands.
650
651 2016-12-02 Jakub Jelinek <jakub@redhat.com>
652
653 PR tree-optimization/78586
654 * gimple-ssa-sprintf.c (format_integer): Don't handle NOP_EXPR,
655 CONVERT_EXPR or COMPONENT_REF here. Formatting fix. For
656 SSA_NAME_DEF_STMT with NOP_EXPR only change argtype if the rhs1's
657 type is INTEGER_TYPE or POINTER_TYPE.
658
659 2016-12-01 Kelvin Nilsen <kelvin@gcc.gnu.org>
660
661 PR target/78577
662 * config/rs6000/vsx.md (vextuhlx): Revise mode of operand 2.
663 (vextuhrx): Likewise.
664 (vextuwlx): Likewise.
665 (vextuwrx): Likewise.
666
667 2016-12-01 David Malcolm <dmalcolm@redhat.com>
668
669 * dwarf2out.c (dwarf2out_c_finalize): Reset early_dwarf and
670 early_dwarf_finished.
671
672 2016-12-01 Eric Botcazou <ebotcazou@adacore.com>
673 David S. Miller <davem@davemloft.net>
674
675 * config/sparc/sparc.opt (mlra): New target option.
676 * config/sparc/sparc.c (TARGET_LRA_P): Define to...
677 (sparc_lra_p): ...this. New function.
678 (D_MODES, DF_MODES): Add missing cast.
679 * config/sparc/sparc.md (*movsi_lo_sum, *movsi_high): Do not
680 provide these insns when flag_pic.
681 (sethi_di_medlow, losum_di_medlow, seth44, setm44, setl44, sethh,
682 setlm, sethm, setlo, embmedany_sethi, embmedany_losum,
683 embmedany_brsum, embmedany_textuhi, embmedany_texthi,
684 embmedany_textulo, embmedany_textlo): Likewise.
685 (sethi_di_medlow_embmedany_pic): Provide it only with flag_pic.
686
687 2016-12-01 David Edelsohn <dje.gcc@gmail.com>
688
689 PR debug/66419
690 PR c++/78235
691 * dbxout.c (dbxout_type_fields): Skip TEMPLATE_DECLs.
692
693 2016-12-01 Richard Biener <rguenther@suse.de>
694 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
695
696 * vec.h (vec<T, A, vl_embed>::quick_grow_cleared): Guard call to
697 memset if len-oldlen != 0.
698 (vec<T, va_heap, vl_ptr>::safe_grow_cleared): Likewise.
699
700 2016-12-01 Uros Bizjak <ubizjak@gmail.com>
701
702 * config/i386/i386.md (*andndi3_doubleword): Depend on TARGET_SSE2.
703
704 2016-12-01 Georg-Johann Lay <avr@gjlay.de>
705
706 * config/avr/avr.c: Fix coding rule glitches.
707
708 2016-12-01 Markus Trippelsdorf <markus@trippelsdorf.de>
709
710 PR tree-optimization/78598
711 * tree-ssa-loop-prefetch.c (ddown): Cast to signed to avoid
712 overflows.
713
714 2016-12-01 Markus Trippelsdorf <markus@trippelsdorf.de>
715
716 PR rtl-optimization/78596
717 * combine.c (simplify_comparison): Cast to unsigned to avoid
718 left shifting of negative value.
719
720 2016-12-01 Matthias Klose <doko@ubuntu.com>
721
722 * doc/install.texi: Don't use pkg-config to check for bdw-gc.
723
724 2016-12-01 Richard Biener <rguenther@suse.de>
725
726 * tree-ssa-alias.c (indirect_refs_may_alias_p): Do not
727 treat arrays with same type as objects that cannot overlap.
728
729 2016-12-01 Georg-Johann Lay <avr@gjlay.de>
730
731 * config/avr/avr.c (avr_print_operand): Use SYMBOL_REF_P if possible.
732 (avr_handle_addr_attribute, avr_asm_output_aligned_decl_common)
733 (avr_asm_asm_output_aligned_bss, avr_addr_space_convert): Dito.
734
735 2016-12-01 Jakub Jelinek <jakub@redhat.com>
736
737 PR debug/78587
738 * dwarf2out.c (loc_descr_plus_const): For negative offset use
739 uint_loc_descriptor instead of int_loc_descriptor and perform negation
740 in unsigned HOST_WIDE_INT type.
741 (scompare_loc_descriptor): Shift UINTVAL left instead of INTVAL.
742
743 PR target/78614
744 * config/rs6000/rs6000.c (rs6000_frame_related): Call
745 set_used_flags (pat) before any simplifications. Clear used flag on
746 PARALLEL copy. Don't guard add_reg_note call. Call
747 copy_rtx_if_shared on pat before storing it into
748 REG_FRAME_RELATED_EXPR.
749
750 2016-12-01 Alan Modra <amodra@gmail.com>
751
752 * gcc/config/rs6000/rs6000.c (insn_is_swappable_p): Properly
753 look inside UNSPEC_VSX_XXSPLTW vec.
754
755 2016-12-01 Segher Boessenkool <segher@kernel.crashing.org>
756
757 PR rtl-optimization/78607
758 * combine.c (try_combine): Emit a barrier after a unconditional trap.
759
760 2016-11-30 Michael Meissner <meissner@linux.vnet.ibm.com>
761
762 PR target/78602
763 * config/rs6000/rs6000.c (rs6000_expand_vector_extract): If the
764 element is not a constant or in a register, force it to a
765 register.
766
767 PR target/78560
768 * config/rs6000/rs6000.c (rs6000_expand_vector_set): Force value
769 that will be set to a vector element to be in a register.
770 * config/rs6000/vsx.md (vsx_set_<mode>_p9): Fix thinko that used
771 the wrong multiplier to convert the element number to a byte
772 offset.
773
774 2016-11-30 Vladimir Makarov <vmakarov@redhat.com>
775
776 PR tree-optimization/77856
777 * lra-constraints.c (inherit_in_ebb): Check original regno for
778 invalid invariant regs too. Set only clobbered hard regs for the
779 invalid invariant regs.
780
781 2016-11-30 Pitchumani Sivanupandi <pitchumani.sivanupandi@microchip.com>
782
783 Commit files forgotten in r242966.
784
785 * config/avr/avr-arch.h (avr_mcu_t) [flash_size]: New member.
786 * config/avr/avr-devices.c (avr_mcu_types): Add flash size info.
787 * config/avr/gen-avr-mmcu-specs.c (print_mcu): Remove hard-coded
788 prefix check to find wrap-around value, instead use MCU flash size.
789 For 8k flash devices, update link_pmem_wrap spec string to
790 add --pmem-wrap-around=8k.
791 * config/avr/specs.h (LINK_RELAX_SPEC): Move link_pmem_wrap from
792 here...
793 (LINK_SPEC): ...to here.
794
795 2016-11-30 David Malcolm <dmalcolm@redhat.com>
796
797 PR c/78498
798 * selftest.c (selftest::assert_strndup_eq): New function.
799 (selftest::test_strndup): New function.
800 (selftest::test_libiberty): New function.
801 (selftest::selftest_c_tests): Call test_libiberty.
802
803 2016-11-30 Segher Boessenkool <segher@kernel.crashing.org>
804
805 PR rtl-optimization/78610
806 * ira.c (combine_and_move_insns): Don't substitute into TRAP_IF
807 instructions.
808
809 2016-11-30 Bin Cheng <bin.cheng@arm.com>
810
811 PR tree-optimization/78574
812 * tree-ssa-loop-ivopts.c (find_deriving_biv_for_expr): Skip loop
813 header PHI that doesn't define biv.
814
815 2016-11-30 Jakub Jelinek <jakub@redhat.com>
816
817 * emit-rtl.c (verify_insn_sharing): Call verify_rtx_sharing instead of
818 reset_used_flags.
819
820 * config/i386/i386.c (dimode_scalar_chain::convert_op): Avoid
821 sharing the SUBREG rtx between move and following insn.
822
823 * ira.c (ira_update_equiv_info_by_shuffle_insn): Use copy_rtx
824 for REG_EQUIV argument.
825
826 2016-11-30 Thomas Preud'homme <thomas.preudhomme@arm.com>
827
828 * config/arm/t-rmprofile: Add mappings for Cortex-M23 and Cortex-M33.
829
830 2016-11-30 Markus Trippelsdorf <markus@trippelsdorf.de>
831
832 PR ipa/78555
833 * real.c (real_hash): Add cast to avoid left
834 shifting of negative values.
835
836 2016-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
837
838 PR target/78362
839 * config/aarch64/aarch64.md (add<mode>3): Extract inner expression
840 from a subreg in operands[1] and don't call REGNO on a non-reg
841 expression when deciding to force operands[2] into a reg.
842
843 2016-11-30 Claudiu Zissulescu <claziss@synopsys.com>
844 Andrew Burgess <andrew.burgess@embecosm.com>
845
846 * config/arc/arc-protos.h (arc_store_addr_hazard_p): Declare.
847 * config/arc/arc.c (arc_store_addr_hazard_p): New function.
848 (workaround_arc_anomaly): Call arc_store_addr_hazard_p for ARC700.
849 * config/arc/arc700.md: Add define_bypass for store/load.
850
851 2016-11-30 Martin Liska <mliska@suse.cz>
852
853 * cgraph.c (symbol_table::initialize): Initialize
854 ipa_clones_dump_file.
855 (cgraph_node::remove): Report to ipa_clones_dump_file.
856 * cgraph.h: Add new argument (suffix) to cloning methods.
857 * cgraphclones.c (dump_callgraph_transformation): New function.
858 (cgraph_node::create_clone): New argument.
859 (cgraph_node::create_virtual_clone): Likewise.
860 (cgraph_node::create_version_clone): Likewise.
861 * dumpfile.c: Add .ipa-clones dump file.
862 * dumpfile.h (enum tree_dump_index): Add TDI_clones
863 * ipa-inline-transform.c (clone_inlined_nodes): Report operation
864 to dump_callgraph_transformation.
865
866 2016-11-30 Martin Liska <mliska@suse.cz>
867
868 PR sanitizer/78541
869 * asan.c (asan_expand_mark_ifn): Properly
870 select a VAR_DECL from FRAME.* component reference.
871
872 2016-11-30 Segher Boessenkool <segher@kernel.crashing.org>
873
874 PR rtl-optimization/78583
875 * simplify-rtx.c (simplify_truncation): Add check missing from the
876 previous commit.
877
878 2016-11-30 Segher Boessenkool <segher@kernel.crashing.org>
879
880 PR rtl-optimization/78590
881 * combine.c (change_zero_ext): Transform zero_extend of subregs only
882 if the subreg_reg is a scalar integer mode.
883
884 2016-11-30 Jakub Jelinek <jakub@redhat.com>
885
886 PR tree-optimization/78586
887 * gimple-ssa-sprintf.c (format_integer): Use TYPE_MAX_VALUE or
888 TYPE_MIN_VALUE or build_all_ones_cst instead of folding LSHIFT_EXPR.
889 Don't build_int_cst min/max twice. Formatting fix.
890
891 2016-11-30 Markus Trippelsdorf <markus@trippelsdorf.de>
892
893 PR rtl-optimization/78588
894 * combine.c (if_then_else_cond): Also guard against BLKmode.
895 * rtlanal.c (num_sign_bit_copies1): Add assert.
896
897 2016-11-29 Jeff Law <law@redhat.com>
898
899 * common/config/arc/arc-common.c (arc_handle_option): Remove unused
900 variables.
901
902 * lra-constraints.c (check_and_process_move): Constrain the
903 range of DCLASS and SCLASS to avoid false positive out of bounds
904 array index warning.
905
906 2016-11-29 David Malcolm <dmalcolm@redhat.com>
907
908 * doc/install.texi (--with-target-bdw-gc): Remove stray '@'.
909
910 2016-11-29 David Malcolm <dmalcolm@redhat.com>
911
912 PR preprocessor/78569
913 * input.c (get_substring_ranges_for_loc): Fail gracefully if
914 line directives were present.
915
916 2016-11-30 Matthias Klose <doko@ubuntu.com>
917
918 * doc/install.texi: Document configure options --enable-objc-gc
919 and --with-target-bdw-gc.
920
921 2016-11-29 Michael Meissner <meissner@linux.vnet.ibm.com>
922
923 PR target/78594
924 * config/rs6000/rs6000.md (mov<mode>_internal, QHI iterator): Add
925 'x' to stxsi<wd>x print pattern, so that QImode and HImode values
926 residing in traditional altivec registers can be stored
927 correctly.
928
929 2016-11-29 Max Filippov <jcmvbkbc@gmail.com>
930
931 PR target/78603
932 * config/xtensa/xtensa.c (hwloop_optimize): Don't emit zero
933 overhead loop start between a call and its CALL_ARG_LOCATION
934 note.
935
936 2016-11-29 Waldemar Brodkorb <wbx@openadk.org>
937
938 * config/bfin/linux.h (CPP_SPEC): Define.
939
940 2016-11-29 Martin Sebor <msebor@redhat.com>
941
942 PR tree-optimization/78512
943 * config/linux.h (TARGET_PRINTF_POINTER_FORMAT): Remove.
944 * config/rs6000/linux.h: Same.
945 * config/rs6000/linux64.h: Same.
946 * config/sol2.h: Same.
947 * config/sol2.c (solaris_printf_pointer_format): Remove.
948 * doc/tm.texi.in (TARGET_PRINTF_POINTER_FORMAT): Remove.
949 * doc/tm.texi: Regenerate.
950 * gimple-ssa-sprintf.c (format_pointer): Rempove.
951 (pass_sprintf_length::compute_format_length): Return bool.
952 (pass_sprintf_length::handle_gimple_call): Adjust.
953 * target.def (printf_pointer_format): Remove.
954 * targhooks.c (default_printf_pointer_format): Remove.
955 (linux_printf_pointer_format): Same.
956 * targhooks.h (default_printf_pointer_format): Remove.
957 (linux_printf_pointer_format, solaris_printf_pointer_format): Same.
958
959 2016-11-29 Uros Bizjak <ubizjak@gmail.com>
960
961 * config/i386/sse.md (UNSPEC_MASKOP): Move from i386.md.
962 (mshift): Ditto.
963 (SWI1248_AVX512BWDQ): Ditto.
964 (SWI1248_AVX512BW): Ditto.
965 (k<any_logic:code><mode>): Ditto.
966 (kandn<mode>): Ditto.
967 (kxnor<mode>): Ditto.
968 (knot<mode>): Ditto.
969 (*k<any_lshift:code><mode>): Ditto.
970 (kortestzhi, kortestchi): Ditto.
971 (kunpckhi, kunpcksi, kunpckdi): Ditto.
972
973 2016-11-29 Andrew Pinski <apinski@cavium.com>
974
975 * tree-vrp.c (simplify_stmt_using_ranges): Use boolean_type_node
976 for the EQ_EXPR.
977
978 2016-11-29 Chen Gang <gang.chen.5i5j@gmail.com>
979
980 PR target/71331
981 * config/tilegx/tilegx.c (tilegx_function_profiler): Save r10
982 to stack before call mcount.
983 (tilegx_can_use_return_insn_p): Clean up code.
984
985 2016-11-29 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
986
987 * config/avr/avr-mcu.def: (avr_mcu_types): Add flash size info.
988
989 2016-11-29 David Malcolm <dmalcolm@redhat.com>
990
991 PR c++/72774
992 PR c++/72786
993 PR c++/77922
994 PR c++/78313
995 * spellcheck.c (selftest::test_find_closest_string): Verify that
996 we don't offer the goal string as a suggestion.
997 * spellcheck.h (best_match::get_best_meaningful_candidate): Don't
998 offer the goal string as a suggestion.
999
1000
1001 2016-11-29 Claudiu Zissulescu <claziss@synopsys.com>
1002
1003 * config/arc/arc.c (arc_override_options): Avoid selection of
1004 compact casesi for ARCv2.
1005
1006 2016-11-29 Richard Biener <rguenther@suse.de>
1007
1008 * tree-cfg.c (lower_phi_internal_fn): Do not look for further
1009 PHIs after a regular stmt.
1010 (stmt_starts_bb_p): PHIs not preceeded by a PHI or a label
1011 start a new BB.
1012
1013 2016-11-29 Martin Liska <mliska@suse.cz>
1014
1015 PR gcov-profile/78582
1016 * tree-profile.c (gimple_gen_time_profiler): Make one extra BB
1017 to prevent PHI argument clash.
1018
1019 2016-11-29 Claudiu Zissulescu <claziss@synopsys.com>
1020
1021 * config/arc/arc.opt (marclinux): Fix typo.
1022 (marclinux_prof): Likewise.
1023
1024 2016-11-29 Jiong Wang <jiong.wang@arm.com>
1025
1026 * target.def (stack_protect_runtime_enabled_p): New.
1027 * function.c (expand_function_end): Guard stack_protect_epilogue with
1028 targetm.stack_protect_runtime_enabled_p.
1029 * cfgexpand.c (pass_expand::execute): Likewise.
1030 * calls.c (expand_call): Likewise.
1031 * doc/tm.texi.in (TARGET_STACK_PROTECT_RUNTIME_ENABLED_P): Add it.
1032 * doc/tm.texi: Regenerate.
1033
1034 2016-11-29 Richard Biener <rguenther@suse.de>
1035
1036 PR middle-end/78546
1037 * match.pd: Add CST1 - (CST2 - A) -> CST3 + A missing case.
1038
1039 2016-11-29 Janus Weil <janus@gcc.gnu.org>
1040
1041 * doc/contrib.texi: Add a few missing gfortran contributors.
1042
1043 2016-11-29 Segher Boessenkool <segher@kernel.crashing.org>
1044
1045 * combine.c (change_zero_ext): Also handle extends from a subreg
1046 to a mode bigger than that of the operand of the subreg.
1047
1048 2016-11-29 Segher Boessenkool <segher@kernel.crashing.org>
1049
1050 PR target/77687
1051 * config/rs6000/rs6000.c (rs6000_emit_stack_reset): Emit the
1052 stack_restore_tie insn instead of stack_tie, for the SVR4 and
1053 SPE ABIs.
1054 * config/rs6000/rs6000.md (stack_restore_tie): New define_insn.
1055
1056 2016-11-28 Segher Boessenkool <segher@kernel.crashing.org>
1057
1058 * shrink-wrap.c (init_separate_shrink_wrap): Do not clear
1059 head_components and tail_components.
1060 (spread_components): New algorithm.
1061 (emit_common_tails_for_components): Clear head_components and
1062 tail_components.
1063 (insert_prologue_epilogue_for_components): Write extra output to the
1064 dump file for sibcalls and abnormal exits.
1065
1066 2016-11-28 Segher Boessenkool <segher@kernel.crashing.org>
1067
1068 PR rtl-optimization/78342
1069 * combine.c: Include "cfghooks.h".
1070 (try_combine): If we create an unconditional trap, break the basic
1071 block in two just after it, and remove the edge between; also, set
1072 the *new_direct_jump_p flag so that cleanup_cfg is run.
1073
1074 2016-11-28 Segher Boessenkool <segher@kernel.crashing.org>
1075
1076 * simplify-rtx.c (simplify_truncation): Handle truncate of zero_extract
1077 and sign_extract.
1078
1079 2016-11-28 Uros Bizjak <ubizjak@gmail.com>
1080
1081 * config/i386/i386.md (*and<mode>_1): Merge insn pattern from
1082 *andsi_1 and *andhi_1 using SWI24 mode iterator. Use multi-line
1083 output template string.
1084 (*anddi_1): Use multi-line output template string.
1085 (*andqi_1): Ditto.
1086
1087 2016-11-28 Jakub Jelinek <jakub@redhat.com>
1088
1089 PR middle-end/78540
1090 * rtl.h (remove_reg_equal_equiv_notes): Return bool instead of void.
1091 * rtlanal.c (remove_reg_equal_equiv_notes): Return true if any
1092 note has been removed.
1093 * postreload.c (reload_combine_recognize_pattern): If
1094 remove_reg_equal_equiv_notes returns true, call df_notes_rescan.
1095
1096 2016-11-28 Martin Sebor <msebor@redhat.com>
1097
1098 PR middle-end/78520
1099 * gimple-ssa-sprintf.c (target_max_value): Remove.
1100 (target_int_max, target_size_max): Use TYPE_MAX_VALUE.
1101 (get_width_and_precision): New function.
1102 (format_integer, format_floating, get_string_length, format_string):
1103 Correct handling of width and precision with unknown value.
1104 (format_directive): Add warning.
1105 (pass_sprintf_length::compute_format_length): Allow for precision
1106 to consist of a sole period with no asterisk or digits after it.
1107
1108 2016-11-28 Jakub Jelinek <jakub@redhat.com>
1109
1110 PR rtl-optimization/78546
1111 * simplify-rtx.c (neg_const_int): When negating most negative
1112 number in mode wider than HOST_BITS_PER_WIDE_INT, use
1113 simplify_const_unary_operation to produce CONST_DOUBLE or
1114 CONST_WIDE_INT.
1115 (simplify_plus_minus): Handle the case where neg_const_int
1116 doesn't return a CONST_INT.
1117
1118 2016-11-28 Markus Trippelsdorf <markus@trippelsdorf.de>
1119
1120 PR target/78556
1121 * config/rs6000/rs6000.c (vspltis_constant): Add casts to avoid
1122 left shifting of negative values.
1123
1124 2016-11-28 Jakub Jelinek <jakub@redhat.com>
1125
1126 PR fortran/78298
1127 * tree-nested.c (convert_local_reference_stmt): After adding
1128 shared (FRAME.NN) clause to omp parallel, task or target,
1129 add it also to all outer omp parallel, task or target constructs.
1130
1131 2016-11-28 Uros Bizjak <ubizjak@gmail.com>
1132
1133 * config/i386/i386.md (UNSPEC_KMASKOP): New.
1134 (UNSPEC_KMOV): Remove.
1135 (kmovw): Expand to plain HImode move.
1136 (k<any_logic:code><mode>): Rename from *k<logic><mode>. Use
1137 register_operand predicates. Tag pattern with UNSPEC_KMASKOP.
1138 Remove corresponding clobber-removing splitter.
1139 (*anddi_1): Remove mask register alternatives.
1140 (*andsi_1): Ditto.
1141 (*andhi_1): Ditto.
1142 (*andqi_1): Ditto.
1143 (*<any_or:code><mode>_1): Ditto.
1144 (*<any_or:code>qi_1): Ditto.
1145 (kandn<mode>): Use SWI1248_AVX512BW mode iterator. Remove
1146 general register alternatives. Tag pattern with UNSPEC_KMASKOP.
1147 Remove corresponding splitter to operation with general registers.
1148 (*andn<SWI38:mode>): Rename from *bmi_andn_<mode>.
1149 (*andn<SWI12:mode>): New pattern.
1150 (*kxnor<mode>): Remove general register alternatives. Tag pattern
1151 with UNSPEC_KMASKOP. Remove corresponding splitter to operation
1152 with general registers.
1153 (knot<mode>): New insn pattern.
1154 (*one_cmpl<mode>2_1): Remove mask register alternatives.
1155 (one_cmplqi2_1): Ditto.
1156 (*k<any_lshift:code><mode>): Rename from *k<mshift><mode>3.
1157 Tag pattern with UNSPEC_KMASKOP. Add mode attribute.
1158 * config/i386/predicates.md (mask_reg_operand): Remove predicate.
1159 * config/i386/sse.md (vec_unpacks_hi_hi): Update pattern
1160 to generate kmaskop shift.
1161 (vec_unpacks_hi_<mode>): Ditto.
1162 * config/i386/i386-builtin.def (__builtin_ia32_kandhi):
1163 Use CODE_FOR_kandhi.
1164 (__builtin_ia32_knothi): Use CODE_FOR_knothi.
1165 (__builtin_ia32_korhi): Use CODE_FOR_kiorhi.
1166 (__builtin_ia32_kxorhi): Use CODE_FOR_kxorhi.
1167
1168 2016-11-28 Richard Biener <rguenther@suse.de>
1169
1170 * tree-vrp.c (vrp_visit_assignment_or_call): Handle simplifications
1171 to SSA names via extract_range_from_ssa_name if allowed.
1172
1173 2016-11-28 Richard Biener <rguenther@suse.de>
1174
1175 PR tree-optimization/78542
1176 * tree-ssa-ccp.c (evaluate_stmt): Only valueize simplification
1177 if allowed.
1178
1179 2016-11-28 Paolo Bonzini <bonzini@gnu.org>
1180
1181 * combine.c (simplify_if_then_else): Simplify IF_THEN_ELSE that
1182 isolates a single bit, even if the condition involves subregs.
1183
1184 2016-11-28 Tamar Christina <tamar.christina@arm.com>
1185
1186 * config/aarch64/aarch64-simd-builtins.def
1187 (BSL_P): Added di and v2di mode.
1188 * config/aarch64/arm_neon.h
1189 (vsriq_n_p64, vsri_n_p64): Added poly type.
1190 (vextq_p64, vext_p64): Likewise.
1191 (vceq_p64, vbslq_p64, vbsl_p64): Likewise.
1192
1193 2016-11-28 Tamar Christina <tamar.christina@arm.com>
1194
1195 * config/aarch64/aarch64-builtins.c (TYPES_SETREGP): Added poly type.
1196 (TYPES_GETREGP): Likewise.
1197 (TYPES_SHIFTINSERTP): Likewise.
1198 (TYPES_COMBINEP): Likewise.
1199 (TYPES_STORE1P): Likewise.
1200 * config/aarch64/aarch64-simd-builtins.def
1201 (combine): Added poly generator.
1202 (get_dregoi): Likewise.
1203 (get_dregci): Likewise.
1204 (get_dregxi): Likewise.
1205 (ssli_n): Likewise.
1206 (ld1): Likewise.
1207 (st1): Likewise.
1208 * config/aarch64/arm_neon.h
1209 (poly64x1x2_t, poly64x1x3_t): New.
1210 (poly64x1x4_t, poly64x2x2_t): Likewise.
1211 (poly64x2x3_t, poly64x2x4_t): Likewise.
1212 (poly64x1_t): Likewise.
1213 (vcreate_p64, vcombine_p64): Likewise.
1214 (vdup_n_p64, vdupq_n_p64): Likewise.
1215 (vld2_p64, vld2q_p64): Likewise.
1216 (vld3_p64, vld3q_p64): Likewise.
1217 (vld4_p64, vld4q_p64): Likewise.
1218 (vld2_dup_p64, vld3_dup_p64): Likewise.
1219 (vld4_dup_p64, vsli_n_p64): Likewise.
1220 (vsliq_n_p64, vst1_p64): Likewise.
1221 (vst1q_p64, vst2_p64): Likewise.
1222 (vst3_p64, vst4_p64): Likewise.
1223 (__aarch64_vdup_lane_p64, __aarch64_vdup_laneq_p64): Likewise.
1224 (__aarch64_vdupq_lane_p64, __aarch64_vdupq_laneq_p64): Likewise.
1225 (vget_lane_p64, vgetq_lane_p64): Likewise.
1226 (vreinterpret_p8_p64, vreinterpretq_p8_p64): Likewise.
1227 (vreinterpret_p16_p64, vreinterpretq_p16_p64): Likewise.
1228 (vreinterpret_p64_f16, vreinterpret_p64_f64): Likewise.
1229 (vreinterpret_p64_s8, vreinterpret_p64_s16): Likewise.
1230 (vreinterpret_p64_s32, vreinterpret_p64_s64): Likewise.
1231 (vreinterpret_p64_f32, vreinterpret_p64_u8): Likewise.
1232 (vreinterpret_p64_u16, vreinterpret_p64_u32): Likewise.
1233 (vreinterpret_p64_u64, vreinterpret_p64_p8): Likewise.
1234 (vreinterpretq_p64_f64, vreinterpretq_p64_s8): Likewise.
1235 (vreinterpretq_p64_s16, vreinterpretq_p64_s32): Likewise.
1236 (vreinterpretq_p64_s64, vreinterpretq_p64_f16): Likewise.
1237 (vreinterpretq_p64_f32, vreinterpretq_p64_u8): Likewise.
1238 (vreinterpretq_p64_u16, vreinterpretq_p64_u32): Likewise.
1239 (vreinterpretq_p64_u64, vreinterpretq_p64_p8): Likewise.
1240 (vreinterpret_f16_p64, vreinterpretq_f16_p64): Likewise.
1241 (vreinterpret_f32_p64, vreinterpretq_f32_p64): Likewise.
1242 (vreinterpret_f64_p64, vreinterpretq_f64_p64): Likewise.
1243 (vreinterpret_s64_p64, vreinterpretq_s64_p64): Likewise.
1244 (vreinterpret_u64_p64, vreinterpretq_u64_p64): Likewise.
1245 (vreinterpret_s8_p64, vreinterpretq_s8_p64): Likewise.
1246 (vreinterpret_s16_p64, vreinterpret_s32_p64): Likewise.
1247 (vreinterpretq_s32_p64, vreinterpret_u8_p64): Likewise.
1248 (vreinterpret_u16_p64, vreinterpretq_u16_p64): Likewise.
1249 (vreinterpret_u32_p64, vreinterpretq_u32_p64): Likewise.
1250 (vset_lane_p64, vsetq_lane_p64): Likewise.
1251 (vget_low_p64, vget_high_p64): Likewise.
1252 (vcombine_p64, vst2_lane_p64): Likewise.
1253 (vst3_lane_p64, vst4_lane_p64): Likewise.
1254 (vst2q_lane_p64, vst3q_lane_p64): Likewise.
1255 (vst4q_lane_p64, vget_lane_p64): Likewise.
1256 (vget_laneq_p64, vset_lane_p64): Likewise.
1257 (vset_laneq_p64, vcopy_lane_p64): Likewise.
1258 (vcopy_laneq_p64, vdup_n_p64): Likewise.
1259 (vdupq_n_p64, vdup_lane_p64): Likewise.
1260 (vdup_laneq_p64, vld1_p64): Likewise.
1261 (vld1q_p64, vld1_dup_p64): Likewise.
1262 (vld1q_dup_p64, vld1q_dup_p64): Likewise.
1263 (vmov_n_p64, vmovq_n_p64): Likewise.
1264 (vst3q_p64, vst4q_p64): Likewise.
1265 (vld1_lane_p64, vld1q_lane_p64): Likewise.
1266 (vst1_lane_p64, vst1q_lane_p64): Likewise.
1267 (vcopy_laneq_p64, vcopyq_laneq_p64): Likewise.
1268 (vdupq_laneq_p64): Likewise.
1269
1270 2016-11-28 Tamar Christina <tamar.christina@arm.com>
1271
1272 * config/arm/arm_neon.h (vget_lane_p64): New.
1273
1274 2016-11-28 Iain Sandoe <iain@codesourcery.com>
1275
1276 PR target/71767
1277 * configure.ac (with_ld64): Use portable method to extract the
1278 major part of the version number.
1279 * configure: Regenerated.
1280
1281 2016-11-28 Jakub Jelinek <jakub@redhat.com>
1282
1283 * gimple-ssa-sprintf.c (build_intmax_type_nodes): Look at
1284 UINTMAX_TYPE rather than SIZE_TYPE. Add gcc_unreachable if
1285 intmax_t couldn't be determined.
1286 (format_integer): Make {,u}intmax_type_node no longer static,
1287 initialize them only when needed. For z and t use
1288 signed_or_unsigned_type_for instead of assuming size_t and
1289 ptrdiff_t have the same precision.
1290
1291 PR lto/78211
1292 * ipa-icf.h (sem_item_optimizer): Add m_classes_vec member.
1293 * ipa-icf.c (sem_item_optimizer::sem_item_optimizer): Initialize it.
1294 (sem_item_optimizer::~sem_item_optimizer): Traverse m_classes_vec
1295 vector instead of traversing m_classes hash table. Release
1296 m_classes_vec.
1297 (sem_item_optimizer::read_section, sem_item_optimizer::add_class):
1298 Formatting fixes.
1299 (sem_item_optimizer::get_group_by_hash): When inserting a new group,
1300 add it also to m_classes_vec vector.
1301 (sem_item_optimizer::remove_symtab_node,
1302 sem_item_optimizer::build_hash_based_classes,
1303 sem_item_optimizer::parse_nonsingleton_classes): Formatting fixes.
1304 (sem_item_optimizer::subdivide_classes_by_equality,
1305 sem_item_optimizer::subdivide_classes_by_sensitive_refs,
1306 sem_item_optimizer::verify_classes): Traverse m_classes_vec vector
1307 instead of traversing m_classes hash table. Formatting fixes.
1308 (sem_item_optimizer::traverse_congruence_split,
1309 sem_item_optimizer::do_congruence_step_for_index,
1310 sem_item_optimizer::do_congruence_step): Formatting fixes.
1311 (sem_item_optimizer::process_cong_reduction): Traverse m_classes_vec
1312 vector instead of traversing m_classes hash table.
1313 (sem_item_optimizer::dump_cong_classes): Likewise. Formatting fixes.
1314 (sem_item_optimizer::merge_classes): Traverse m_classes_vec vector
1315 instead of traversing m_classes hash table.
1316
1317 2016-11-28 Georg-Johann Lay <avr@gjlay.de>
1318
1319 * config/avr/avr.c (out_movhi_r_mr) [REG_X + PLUS]: Only SBIW if
1320 X is not unused after.
1321
1322 2016-11-28 Bernd Schmidt <bschmidt@redhat.com>
1323
1324 PR rtl-optimization/78120
1325 * rtlanal.c (insn_rtx_cost): Revert previous change.
1326
1327 2016-11-28 Georg-Johann Lay <avr@gjlay.de>
1328
1329 PR 41076
1330 * config/avr/avr.md (SPLIT34): New mode iterator.
1331 (bitop): New code iterator.
1332 (*iorhi3.ashift8-*). New insn-and-split patterns.
1333 (*movhi): Post-reload split reg = 0.
1334 [!MOVW]: Post-reload split reg = reg.
1335 (*mov<mode>) [SI,SF,PSI,SQ,USQ,SA,USA]: Post-reload split reg = reg.
1336 (andhi3, andpsi3, andsi3): Post-reload split reg-reg operations.
1337 (iorhi3, iorpsi3, iorsi3): Same.
1338 (xorhi3, xorpsi3, xorsi3): Same.
1339 * config/avr/avr.c (avr_rtx_costs_1) [IOR && HImode]: Adjust rtx
1340 costs to *iorhi3.ashift8-* patterns.
1341
1342 2016-11-27 Iain Sandoe <iain@codesourcery.com>
1343 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1344
1345 PR target/67710
1346 * config.in: Regenerate
1347 * config/darwin-driver.c (darwin_driver_init): Emit a version string
1348 for the assembler.
1349 * config/darwin.h(ASM_MMACOSX_VERSION_MIN_SPEC): New, new tests.
1350 * config/darwin.opt(asm_macosx_version_min): New.
1351 * config/i386/darwin.h: Handle ASM_MMACOSX_VERSION_MIN_SPEC.
1352 * configure: Regenerate
1353 * configure.ac: Check for mmacosx-version-min handling.
1354
1355 2016-11-27 Iain Sandoe <iain@codesourcery.com>
1356
1357 PR target/57438
1358 * config/i386/i386.c (ix86_code_end): Note that we emitted code
1359 where the function might otherwise appear empty for picbase thunks.
1360 (ix86_output_function_epilogue): If we find a zero-sized function
1361 assume that reaching it is UB and trap. If we find a trailing label
1362 append a nop.
1363 * config/rs6000/rs6000.c (rs6000_output_function_epilogue): If we
1364 find a zero-sized function assume that reaching it is UB and trap.
1365 If we find a trailing label, append a nop.
1366
1367 2016-11-27 Iain Sandoe <iain@codesourcery.com>
1368
1369 PR target/71767
1370 * config/darwin-sections.def (picbase_thunk_section): New.
1371 * config/darwin.c (darwin_init_sections): Set up picbase thunk
1372 section. (darwin_rodata_section, darwin_objc2_section,
1373 machopic_select_section, darwin_asm_declare_constant_name,
1374 darwin_emit_weak_or_comdat, darwin_function_section): Don’t use
1375 coalesced with newer linkers.
1376 (darwin_override_options): Decide on usage of coalesed sections
1377 on the basis of the target linker version.
1378 * config/darwin.h (MIN_LD64_NO_COAL_SECTS): New.
1379 * config/darwin.opt (mtarget-linker): New.
1380 * config/i386/i386.c (ix86_code_end): Do not force the thunks into
1381 a coalesced section, instead use a thunks section.
1382
1383 2016-11-27 Iain Sandoe <iain@codesourcery.com>
1384
1385 PR target/71767
1386 * configure.ac (with-ld64): New var, set for Darwin, set on
1387 detection of ld64, gcc_cv_ld64_export_dynamic: New, New test.
1388 * config/darwin.h: Use LD64_HAS_DYNAMIC export. DEF_LD64: New, define.
1389 * config/darwin10.h(DEF_LD64): Update for this target version.
1390 * config/darwin12.h(LINK_GCC_C_SEQUENCE_SPEC): Remove rdynamic test.
1391 (DEF_LD64): Update for this target version.
1392 * configure: Regenerated.
1393 * config.in: Regenerated.
1394
1395 2016-11-27 Iain Sandoe <iain@codesourcery.com>
1396
1397 PR target/71767
1398 * config/darwin.c (imachopic_indirection_name): Make data
1399 section indirections linker-visible.
1400 * config/darwin.h (ASM_GENERATE_INTERNAL_LABEL): Make local
1401 constant labels linker-visible.
1402
1403 2016-11-26 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
1404
1405 * tree.c (build_common_tree_nodes): Initialize ptrdiff_type_node.
1406 (free_lang_data): Remove assignment to ptrdiff_type_node.
1407
1408 2016-11-25 Jakub Jelinek <jakub@redhat.com>
1409
1410 PR rtl-optimization/78526
1411 * simplify-rtx.c (simplify_immed_subreg): Don't use wi::extract_uhwi
1412 beyond val's precision.
1413
1414 PR rtl-optimization/78527
1415 * combine.c (make_compound_operation_int): Ignore LSHIFTRT with
1416 out of bounds shift count.
1417
1418 2016-11-25 Martin Liska <mliska@suse.cz>
1419
1420 PR web/71666
1421 * doc/invoke.texi (-fprofile-use): Fix reference to a section
1422 where -fprofile-generate is documented.
1423
1424 2016-11-25 Martin Liska <mliska@suse.cz>
1425
1426 PR gcov-profile/78086
1427 * coverage.c (build_init_ctor): Don't use priority {cd}tors if
1428 not supported by a target. Set priority to 100 if possible.
1429 (build_gcov_exit_decl): Likewise.
1430
1431 2016-11-25 Richard Biener <rguenther@suse.de>
1432
1433 PR ipa/78515
1434 * ipa-prop.c (compute_complex_assign_jump_func): Properly identify
1435 unary, binary and single RHSs.
1436 * tree.def (BIT_INSERT_EXPR): Adjust tree code name.
1437
1438 2016-11-25 Bin Cheng <bin.cheng@arm.com>
1439
1440 PR middle-end/78507
1441 PR middle-end/78510
1442 PR middle-end/78517
1443 * match.pd ((cond (cmp (convert1? @1) @3) (convert2? @1) @2)): Use
1444 cmp directly, rather than cmp_code. Initialize code to ERROR_MARK
1445 and set it to result code if transformation is valid. Use code EQ
1446 directly in last simplification case.
1447
1448 2016-11-25 Richard Biener <rguenther@suse.de>
1449
1450 * gimple-fold.c (fold_stmt_1): Check may_propagate_copy
1451 before valueizing return stmts.
1452
1453 2016-11-24 Richard Biener <rguenther@suse.de>
1454
1455 PR tree-optimization/78343
1456 * passes.def: Add CD-DCE pass after loop splitting.
1457 * tree-ssa-dce.c (find_obviously_necessary_stmts): Move
1458 SCEV init/finalize ...
1459 (perform_tree_ssa_dce): ... here. Deal with being
1460 executed inside the loop pipeline in aggressive mode.
1461
1462 2016-11-25 Thomas Preud'homme <thomas.preudhomme@arm.com>
1463
1464 * tree-ssa-math-opts.c (struct symbolic_number): Improve comment.
1465
1466 2016-11-25 Thomas Preud'homme <thomas.preudhomme@arm.com>
1467
1468 PR tree-optimization/77673
1469 * tree-ssa-math-opts.c (struct symbolic_number): Add new src field.
1470 (init_symbolic_number): Initialize src field from src parameter.
1471 (perform_symbolic_merge): Select most dominated statement as the
1472 source statement. Set src field of resulting n structure from the
1473 input src with the lowest address.
1474 (find_bswap_or_nop): Rename source_stmt into ins_stmt.
1475 (bswap_replace): Rename src_stmt into ins_stmt. Initially get source
1476 of load from src field rather than insertion statement. Cancel
1477 optimization if statement analyzed is not dominated by the insertion
1478 statement.
1479 (pass_optimize_bswap::execute): Rename src_stmt to ins_stmt. Compute
1480 dominance information.
1481
1482 2016-11-25 Eric Botcazou <ebotcazou@adacore.com>
1483
1484 PR ada/67205
1485 * config/mips/mips.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define.
1486
1487 2016-11-25 Martin Jambor <mjambor@suse.cz>
1488
1489 PR tree-optimization/70965
1490 * passes.def (pass_build_ssa_passes): Add pass_rebuild_cgraph_edges.
1491
1492 2016-11-24 James Greenahlgh <james.greenhalgh@arm.com>
1493
1494 PR target/78509
1495 * config/i386/i386.c (i386_excess_precision): Do not return
1496 FLT_EVAL_METHOD_UNPREDICTABLE when "type" is
1497 EXCESS_PRECISION_TYPE_STANDARD.
1498 * target.def (excess_precision): Document that targets should
1499 not return FLT_EVAL_METHOD_UNPREDICTABLE when "type" is
1500 EXCESS_PRECISION_TYPE_STANDARD or EXCESS_PRECISION_TYPE_FAST.
1501 Fix typo in first sentence.
1502 * doc/tm.texi: Regenerate.
1503
1504 2016-11-25 Richard Biener <rguenther@suse.de>
1505
1506 PR tree-optimization/78396
1507 * tree-vectorizer.c (vectorize_loops): When the if-converted
1508 body contains masked loads or stores do not attempt to
1509 basic-block-vectorize it.
1510
1511 2016-11-25 Richard Sandiford <richard.sandiford@arm.com>
1512 Alan Hayward <alan.hayward@arm.com>
1513 David Sherwood <david.sherwood@arm.com>
1514
1515 * function.h (spill_slot_alignment): Declare.
1516 * function.c (spill_slot_alignment): New function.
1517 * lra-spills.c (slot): Add align and size fields.
1518 (assign_mem_slot): Use them in the call to assign_stack_local.
1519 (add_pseudo_to_slot): Update the fields.
1520 (assign_stack_slot_num_and_sort_pseudos): Initialise the fields.
1521
1522 2016-11-25 Richard Sandiford <richard.sandiford@arm.com>
1523 Alan Hayward <alan.hayward@arm.com>
1524 David Sherwood <david.sherwood@arm.com>
1525
1526 * stor-layout.c (layout_type): Allow the caller to set the mode of
1527 a float type. Only choose one here if the mode is still VOIDmode.
1528 * tree.c (build_common_tree_nodes): Set the type mode of decimal
1529 floats before calling layout_type.
1530 * config/rs6000/rs6000.c (rs6000_init_builtins): Likewise.
1531
1532 2016-11-25 Richard Sandiford <richard.sandiford@arm.com>
1533
1534 * tree-tailcall.c (find_tail_calls): Allow calls to reference
1535 local variables if all references are known to be direct.
1536
1537 2016-11-25 Jakub Jelinek <jakub@redhat.com>
1538 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
1539
1540 PR middle-end/78501
1541 * tree-vrp.c (extract_range_basic): Check for ptrdiff_type_node to be
1542 non null and it's precision matches precision of lhs's type.
1543
1544 2016-11-24 Martin Sebor <msebor@redhat.com>
1545
1546 PR tree-optimization/78476
1547 * gimple-ssa-sprintf.c (struct pass_sprintf_length::call_info):
1548 Add a member.
1549 (handle_gimple_call): Adjust signature.
1550 (try_substitute_return_value): Remove calls to bounded functions
1551 with zero buffer size whose result is known.
1552 (pass_sprintf_length::execute): Adjust call to handle_gimple_call.
1553
1554 2016-11-24 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1555
1556 * varasm.c (assemble_start_function): Wrap align_log definition in
1557 ASM_OUTPUT_MAX_SKIP_ALIGN.
1558
1559 2016-11-24 Uros Bizjak <ubizjak@gmail.com>
1560
1561 * config/i386/i386.md (wide AND insn to QImode splitter): Use
1562 explicit mode macros.
1563 (wide OR insn to QImode splitter): Ditto.
1564
1565 2016-11-24 Vladimir Makarov <vmakarov@redhat.com>
1566
1567 PR rtl-optimization/77541
1568 * lra-constraints.c (struct input_reload): Add field match_p.
1569 (get_reload_reg): Check modes of input reloads to generate unique
1570 value reload pseudo.
1571 (match_reload): Add input reload pseudo for the current insn.
1572
1573 2016-11-24 James Greenhalgh <james.greenhalgh@arm.com>
1574
1575 * config/aarch64/aarch64-c.c (aarch64_update_cpp_builtins): Update
1576 __FLT_EVAL_METHOD__ and __FLT_EVAL_METHOD_C99__ when we switch
1577 architecture levels.
1578 * config/aarch64/aarch64.c (aarch64_promoted_type): Only promote
1579 the aarch64_fp16_type_node, not all HFmode types.
1580 (aarch64_libgcc_floating_mode_supported_p): Support HFmode.
1581 (aarch64_scalar_mode_supported_p): Likewise.
1582 (aarch64_excess_precision): New.
1583 (TARGET_LIBGCC_FLOATING_MODE_SUPPORTED_P): Define.
1584 (TARGET_SCALAR_MODE_SUPPORTED_P): Likewise.
1585 (TARGET_C_EXCESS_PRECISION): Likewise.
1586
1587 2016-11-24 James Greenhalgh <james.greenhalgh@arm.com>
1588
1589 * config/aarch64/aarch64-c.c (aarch64_scalar_mode_supported_p): New.
1590 (TARGET_SCALAR_MODE_SUPPORTED_P): Define.
1591
1592 2016-11-24 James Greenhalgh <james.greenhalgh@arm.com>
1593
1594 * config/aarch64/aarch64.md (<optab>sihf2): Convert to expand.
1595 (<optab>dihf2): Likewise.
1596 (aarch64_fp16_<optab><mode>hf2): New.
1597
1598 2016-11-24 Alexander Monakov <amonakov@ispras.ru>
1599
1600 PR target/67822
1601 * config/nvptx/mkoffload.c (main): Allow -fopenmp.
1602
1603 2016-11-24 Eric Botcazou <ebotcazou@adacore.com>
1604
1605 * common/config/sparc/sparc-common.c (sparc_option_optimization_table):
1606 Enable REE at -O2 and higher.
1607 * config/sparc/sparc.c (sparc_option_override): Disable it by default
1608 in 32-bit mode.
1609
1610 2016-11-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1611
1612 PR target/48863
1613 PR inline-asm/70184
1614 * tree-ssa-ter.c (temp_expr_table): Add reg_vars_cnt field.
1615 (new_temp_expr_table): Initialise reg_vars_cnt.
1616 (free_temp_expr_table): Release reg_vars_cnt.
1617 (process_replaceable): Add reg_vars_cnt argument, set reg_vars_cnt
1618 field of TAB.
1619 (find_replaceable_in_bb): Use the above to record register variable
1620 write occurrences and cancel replacement across them.
1621
1622 2016-11-24 Eric Botcazou <ebotcazou@adacore.com>
1623
1624 PR rtl-optimization/78437
1625 * ree.c (get_uses): New function.
1626 (combine_reaching_defs): When a copy is needed, return false if any
1627 reaching use of the source register reads it in a mode larger than
1628 the mode it is set in and WORD_REGISTER_OPERATIONS is true.
1629
1630 2016-11-24 Martin Liska <mliska@suse.cz>
1631
1632 * gimple-pretty-print.c (dump_edge_probability): New function.
1633 (dump_gimple_switch): Dump label edge probabilities.
1634 (dump_gimple_cond): Likewise.
1635 (dump_gimple_label): Dump
1636 (dump_gimple_bb_header): Dump basic block frequency.
1637 (pp_cfg_jump): Replace e->dest argument with e.
1638 (dump_implicit_edges): Likewise.
1639 * tree-ssa-loop-ivopts.c (get_scaled_computation_cost_at):
1640 Use gimple_bb (at) instead of at->bb.
1641
1642 2016-11-24 Bernd Schmidt <bschmidt@redhat.com>
1643
1644 * common.opt (flimit-function-alignment): New.
1645 * doc/invoke.texi (-flimit-function-alignment): Document.
1646 * emit-rtl.h (struct rtl_data): Add max_insn_address field.
1647 * final.c (shorten_branches): Set it.
1648 * varasm.c (assemble_start_function): Limit alignment if
1649 requested.
1650
1651 2016-11-24 Richard Biener <rguenther@suse.de>
1652
1653 PR tree-optimization/71595
1654 * cfgloopmanip.h (remove_path): Add irred_invalidated and
1655 loop_closed_ssa_invalidated parameters, defaulted to NULL.
1656 * cfgloopmanip.c (remove_path): Likewise, pass them along to
1657 called functions. Only fix irred flags if the caller didn't
1658 request state.
1659 * tree-ssa-loop-ivcanon.c (unloop_loops): Use add_bb_to_loop.
1660 (unloop_loops): Pass irred_invalidated and loop_closed_ssa_invalidated
1661 to remove_path.
1662
1663 2016-11-24 Bernd Schmidt <bschmidt@redhat.com>
1664
1665 PR rtl-optimization/78120
1666 * ifcvt.c (noce_conversion_profitable_p): Check original cost in all
1667 cases, and additionally test against max_seq_cost for speed
1668 optimization.
1669 (noce_process_if_block): Compute an estimate for the original cost when
1670 optimizing for speed, using the minimum of then and else block costs.
1671
1672 PR rtl-optimization/78120
1673 * rtlanal.c (insn_rtx_cost): Use set_rtx_cost.
1674
1675 PR rtl-optimization/78120
1676 * config/i386/i386.c (ix86_rtx_costs): Fully handle SETs.
1677
1678 2016-11-24 Bin Cheng <bin.cheng@arm.com>
1679
1680 * match.pd: Refine type conversion in result expr for below pattern:
1681 (cond (cmp (convert1? x) c1) (convert2? x) c2) -> (minmax (x c)).
1682
1683 2016-11-24 Eric Botcazou <ebotcazou@adacore.com>
1684
1685 PR middle-end/78429
1686 * tree.h (wi::fits_to_boolean_p): New predicate.
1687 (wi::fits_to_tree_p): Use it for boolean types.
1688 * tree.c (int_fits_type_p): Likewise.
1689
1690 2016-11-24 Martin Liska <mliska@suse.cz>
1691
1692 * print-tree.c (struct bucket): Remove.
1693 (print_node): Add new argument which drives whether a tree node
1694 is printed briefly or not.
1695 (debug_tree): Replace a custom hash table with hash_set<T>.
1696 * print-tree.h (print_node): Add the argument.
1697
1698 2016-11-24 Chung-Lin Tang <cltang@codesourcery.com>
1699
1700 * config/nios2/nios2.c (nios2_init_libfuncs): Add ATTRIBUTE_UNUSED.
1701
1702 2016-11-23 Peter Bergner <bergner@vnet.ibm.com>
1703
1704 PR target/78458
1705 * config/rs6000/rs6000.h (HARD_REGNO_CALLER_SAVE_MODE): Return MODE
1706 if it is at least NREGS wide.
1707
1708 2016-11-23 Joseph Myers <joseph@codesourcery.com>
1709
1710 * config/rs6000/rs6000.c (rs6000_legitimate_offset_address_p): For
1711 TARGET_E500_DOUBLE. handle TDmode, TImode and PTImode the same as
1712 TFmode, IFmode and KFmode.
1713
1714 2016-11-23 Joseph Myers <joseph@codesourcery.com>
1715
1716 * config/rs6000/spe.md (*frob_<SPE64:mode>_ti_8): New insn
1717 pattern.
1718
1719 2016-11-23 Segher Boessenkool <segher@kernel.crashing.org>
1720
1721 * combine.c (change_zero_ext): Only change the mode of a hard register
1722 destination if can_change_dest_mode holds for that.
1723
1724 2016-11-23 Jeff Law <law@redhat.com>
1725
1726 * varasm.c (assemble_name): Increase buffer size for name.
1727
1728 * config/spu/spu.md (floatunsdidf2): Remove unused local variable.
1729
1730 2016-11-23 Jakub Kicinski <jakub.kicinski@netronome.com>
1731
1732 * doc/extend.texi: Constify first argument to __builtin_object_size.
1733
1734 2016-11-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
1735
1736 * opth-gen.awk: Use unsigned shifts for bit masks. Allow all bits
1737 to be used. Add brackets around macro argument.
1738
1739 2016-11-23 Uros Bizjak <ubizjak@gmail.com>
1740
1741 * config/i386/i386.md (*<any_or:code>hi_1): Fix operand 2 constraints.
1742
1743 2016-11-23 Jakub Jelinek <jakub@redhat.com>
1744
1745 PR sanitizer/69278
1746 * opts.c (parse_sanitizer_options): For -fsanitize=undefined,
1747 restore enabling also SANITIZE_UNREACHABLE and SANITIZE_RETURN.
1748
1749 2016-11-23 Jakub Jelinek <jakub@redhat.com>
1750
1751 PR middle-end/69183
1752 * omp-low.c (build_outer_var_ref): Change lastprivate argument
1753 to code, pass it recursively, adjust uses. For OMP_CLAUSE_PRIVATE
1754 on worksharing constructs, treat it like clauses on simd construct.
1755 Formatting fix.
1756 (lower_rec_input_clauses): For OMP_CLAUSE_PRIVATE_OUTER_REF pass
1757 OMP_CLAUSE_PRIVATE as last argument to build_outer_var_ref.
1758 (lower_lastprivate_clauses): Pass OMP_CLAUSE_LASTPRIVATE instead
1759 of true as last argument to build_outer_var_ref.
1760
1761 2016-11-23 Uros Bizjak <ubizjak@gmail.com>
1762
1763 * config/i386/i386.md (*movqi_internal): Calculate mode
1764 attribute of alternatives 7,8,9 depending on TARGET_AVX512DQ.
1765 <TYPE_MSKMOV>: Emit kmovw for MODE_HI insn mode attribute.
1766 (*k<logic><mode>): Calculate mode attribute depending on
1767 TARGET_AVX512DQ. Emit k<logic>w for MODE_HI insn mode attribute.
1768 (*andqi_1): Calculate mode attribute of alternative 3 depending
1769 on TARGET_AVX512DQ. Emit kandw for MODE_HI insn mode attribute.
1770 (kandn<mode>): Calculate mode attribute of alternative 2 depending
1771 on TARGET_AVX512DQ. Emit kandnw for MODE_HI insn mode attribute.
1772 (kxnor<mode>): Merge insn patterns using SWI1248_AVX512BW mode
1773 iterator. Calculate mode attribute of alternative 1 depending
1774 on TARGET_AVX512DQ. Emit kxnorw for MODE_HI insn mode attribute.
1775 (*one_cmplqi2_1): Calculate mode attribute of alternative 2 depending
1776 on TARGET_AVX512DQ. Emit knotw for MODE_HI insn mode attribute.
1777
1778 2016-11-23 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
1779
1780 PR middle-end/78153
1781 * gimple-fold.c (fold_stmt_1): Handle case for GIMPLE_RETURN.
1782 * tree-vrp.c (extract_range_basic): Handle case for
1783 CFN_BUILT_IN_STRLEN.
1784
1785 2016-11-23 Jeff Law <law@redhat.com>
1786
1787 * config/mcore/mcore.c (emit_new_cond_insn): Fix prototype.
1788
1789 * config/iq2000/iq2000.c (iq2000_rtx_costs): Avoid multiplication
1790 in boolean context warning.
1791
1792 * config/ia64/ia64.c (ia64_emit_insn_before): Fix prototype.
1793
1794 2016-11-23 James Greenhalgh <james.greenhalgh@arm.com>
1795
1796 PR target/63250
1797 * config/arm/arm-builtins.c (arm_simd_floatHF_type_node): Rename to...
1798 (arm_fp16_type_node): ...This, make visibile.
1799 (arm_simd_builtin_std_type): Rename arm_simd_floatHF_type_node to
1800 arm_fp16_type_node.
1801 (arm_init_simd_builtin_types): Likewise.
1802 (arm_init_fp16_builtins): Likewise.
1803 * config/arm/arm.c (arm_excess_precision): New.
1804 (arm_floatn_mode): Likewise.
1805 (TARGET_C_EXCESS_PRECISION): Likewise.
1806 (TARGET_FLOATN_MODE): Likewise.
1807 (arm_promoted_type): Only promote arm_fp16_type_node.
1808 * config/arm/arm.h (arm_fp16_type_node): Declare.
1809
1810 2016-11-23 James Greenhalgh <james.greenhalgh@arm.com>
1811
1812 * config/arm/arm.c (arm_convert_to_type): Delete.
1813 (TARGET_CONVERT_TO_TYPE): Delete.
1814 (arm_init_libfuncs): Enable trunc_optab from DFmode to HFmode.
1815 (arm_libcall_uses_aapcs_base): Add trunc_optab from DF- to HFmode.
1816 * config/arm/arm.h (TARGET_FP16_TO_DOUBLE): New.
1817 * config/arm/arm.md (truncdfhf2): Only convert through SFmode if we
1818 are in fast math mode, and have no single step hardware instruction.
1819 (extendhfdf2): Only expand through SFmode if we don't have a
1820 single-step hardware instruction.
1821 * config/arm/vfp.md (*truncdfhf2): New.
1822 (extendhfdf2): Likewise.
1823
1824 2016-11-23 James Greenhalgh <james.greenhalgh@arm.com>
1825
1826 * targhooks.c (default_floatn_mode): Enable _Float16 if a target
1827 provides HFmode.
1828
1829 2016-11-23 James Greenhalgh <james.greenhalgh@arm.com>
1830
1831 * config/s390/s390.h (TARGET_FLT_EVAL_METHOD): Delete.
1832 * config/m68k/m68k.h (TARGET_FLT_EVAL_METHOD): Delete.
1833 * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Delete.
1834 * defaults.h (TARGET_FLT_EVAL_METHOD): Delete.
1835 * doc/tm.texi.in (TARGET_FLT_EVAL_METHOD): Delete.
1836 * doc/tm.texi: Regenerate.
1837 * system.h (TARGET_FLT_EVAL_METHOD): Poison.
1838
1839 2016-11-23 James Greenhalgh <james.greenhalgh@arm.com>
1840
1841 * toplev.c (init_excess_precision): Delete most logic.
1842 * tree.c (excess_precision_type): Rewrite to use
1843 TARGET_EXCESS_PRECISION.
1844 * doc/invoke.texi (-fexcess-precision): Document behaviour in a
1845 more generic fashion.
1846 * ginclude/float.h: Wrap definition of FLT_EVAL_METHOD in
1847 __STDC_WANT_IEC_60559_TYPES_EXT__.
1848
1849 2016-11-23 James Greenhalgh <james.greenhalgh@arm.com>
1850
1851 * common.opt (fpermitted-flt-eval-methods): New.
1852 * doc/invoke.texi (-fpermitted-flt-eval-methods): Document it.
1853 * flag_types.h (permitted_flt_eval_methods): New.
1854
1855 2016-11-23 James Greenhalgh <james.greenhalgh@arm.com>
1856
1857 * config/m68k/m68k.c (m68k_excess_precision): New.
1858 (TARGET_C_EXCESS_PRECISION): Define.
1859
1860 2016-11-23 James Greenhalgh <james.greenhalgh@arm.com>
1861
1862 * config/s390/s390.c (s390_excess_precision): New.
1863 (TARGET_C_EXCESS_PRECISION): Define.
1864
1865 2016-11-23 James Greenhalgh <james.greenhalgh@arm.com>
1866
1867 * config/i386/i386.c (ix86_excess_precision): New.
1868 (TARGET_C_EXCESS_PRECISION): Define.
1869
1870 2016-11-23 James Greenhalgh <james.greenhalgh@arm.com>
1871
1872 * target.def (excess_precision): New hook.
1873 * target.h (flt_eval_method): New.
1874 (excess_precision_type): Likewise.
1875 * targhooks.c (default_excess_precision): New.
1876 * targhooks.h (default_excess_precision): New.
1877 * doc/tm.texi.in (TARGET_C_EXCESS_PRECISION): New.
1878 * doc/tm.texi: Regenerate.
1879
1880 2016-11-23 Martin Sebor <msebor@redhat.com>
1881
1882 PR middle-end/78461
1883 * gimple-ssa-sprintf.c (format_string): Correct the maxima and
1884 set the minimum number of bytes for an unknown string to zero.
1885
1886 2016-11-23 Martin Jambor <mjambor@suse.cz>
1887 Martin Liska <mliska@suse.cz>
1888
1889 * hsa-builtins.def: New file.
1890 * Makefile.in (BUILTINS_DEF): Add hsa-builtins.def dependency.
1891 * builtins.def: Include hsa-builtins.def.
1892 (DEF_HSA_BUILTIN): New macro.
1893 * dumpfile.h (OPTGROUP_OPENMP): Define.
1894 * dumpfile.c (optgroup_options): Added OPTGROUP_OPENMP.
1895 * gimple.h (gf_mask): Added elements GF_OMP_FOR_GRID_INTRA_GROUP and
1896 GF_OMP_FOR_GRID_GROUP_ITER.
1897 (gimple_omp_for_grid_phony): Added checking assert.
1898 (gimple_omp_for_set_grid_phony): Likewise.
1899 (gimple_omp_for_grid_intra_group): New function.
1900 (gimple_omp_for_set_grid_intra_group): Likewise.
1901 (gimple_omp_for_grid_group_iter): Likewise.
1902 (gimple_omp_for_set_grid_group_iter): Likewise.
1903 * omp-low.c (check_omp_nesting_restrictions): Allow GRID loop where
1904 previosuly only distribute loop was permitted.
1905 (lower_lastprivate_clauses): Allow non tcc_comparison predicates.
1906 (grid_get_kernel_launch_attributes): Support multiple HSA grid
1907 dimensions.
1908 (grid_expand_omp_for_loop): Likewise and also support standalone
1909 distribute constructs. New parameter INTRA_GROUP, updated both users.
1910 (grid_expand_target_grid_body): Support standalone distribute
1911 constructs.
1912 (pass_data_expand_omp): Changed optinfo_flags to OPTGROUP_OPENMP.
1913 (pass_data_expand_omp_ssa): Likewise.
1914 (pass_data_omp_device_lower): Likewsie.
1915 (pass_data_lower_omp): Likewise.
1916 (pass_data_diagnose_omp_blocks): Likewise.
1917 (pass_data_oacc_device_lower): Likewise.
1918 (pass_data_omp_target_link): Likewise.
1919 (grid_lastprivate_predicate): New function.
1920 (lower_omp_for_lastprivate): Call grid_lastprivate_predicate for
1921 gridified loops.
1922 (lower_omp_for): Support standalone distribute constructs.
1923 (grid_prop): New type.
1924 (grid_safe_assignment_p): Check for assignments to group_sizes, new
1925 parameter GRID.
1926 (grid_seq_only_contains_local_assignments): New parameter GRID, pass
1927 it to callee.
1928 (grid_find_single_omp_among_assignments_1): Likewise, improve missed
1929 optimization info messages.
1930 (grid_find_single_omp_among_assignments): Likewise.
1931 (grid_find_ungridifiable_statement): Do not bail out for SIMDs.
1932 (grid_parallel_clauses_gridifiable): New function.
1933 (grid_inner_loop_gridifiable_p): Likewise.
1934 (grid_dist_follows_simple_pattern): Likewise.
1935 (grid_gfor_follows_tiling_pattern): Likewise.
1936 (grid_call_permissible_in_distribute_p): Likewise.
1937 (grid_handle_call_in_distribute): Likewise.
1938 (grid_dist_follows_tiling_pattern): Likewise.
1939 (grid_target_follows_gridifiable_pattern): Support standalone
1940 distribute constructs.
1941 (grid_var_segment): New enum.
1942 (grid_mark_variable_segment): New function.
1943 (grid_copy_leading_local_assignments): Call grid_mark_variable_segment
1944 if a new argument says so.
1945 (grid_process_grid_body): New function.
1946 (grid_eliminate_combined_simd_part): Likewise.
1947 (grid_mark_tiling_loops): Likewise.
1948 (grid_mark_tiling_parallels_and_loops): Likewise.
1949 (grid_process_kernel_body_copy): Support standalone distribute
1950 constructs.
1951 (grid_attempt_target_gridification): New grid variable holding overall
1952 gridification state. Support standalone distribute constructs and
1953 collapse clauses.
1954 * doc/optinfo.texi (Optimization groups): Document OPTGROUP_OPENMP.
1955 * hsa.h (hsa_bb): Add method method append_phi.
1956 (hsa_insn_br): Renamed to hsa_insn_cbr, renamed all
1957 occurences in all files too.
1958 (hsa_insn_br): New class, now the ancestor of hsa_incn_cbr.
1959 (is_a_helper <hsa_insn_br *>::test): New function.
1960 (is_a_helper <hsa_insn_cbr *>::test): Adjust to only cover conditional
1961 branch instructions.
1962 (hsa_insn_signal): Make a direct descendant of
1963 hsa_insn_basic. Add memorder constructor parameter and
1964 m_memory_order and m_signalop member variables.
1965 (hsa_insn_queue): Changed constructor parameters to common form.
1966 Added m_segment and m_memory_order member variables.
1967 (hsa_summary_t): Add private member function
1968 process_gpu_implementation_attributes.
1969 (hsa_function_summary): Rename m_binded_function to
1970 m_bound_function.
1971 (hsa_insn_basic_p): Remove typedef.
1972 (hsa_op_with_type): Change hsa_insn_basic_p into plain pointers.
1973 (hsa_op_reg_p): Remove typedef.
1974 (hsa_function_representation): Change hsa_op_reg_p into plain
1975 pointers.
1976 (hsa_insn_phi): Removed new and delete operators.
1977 (hsa_insn_br): Likewise.
1978 (hsa_insn_cbr): Likewise.
1979 (hsa_insn_sbr): Likewise.
1980 (hsa_insn_cmp): Likewise.
1981 (hsa_insn_mem): Likewise.
1982 (hsa_insn_atomic): Likewise.
1983 (hsa_insn_signal): Likewise.
1984 (hsa_insn_seg): Likewise.
1985 (hsa_insn_call): Likewise.
1986 (hsa_insn_arg_block): Likewise.
1987 (hsa_insn_comment): Likewise.
1988 (hsa_insn_srctype): Likewise.
1989 (hsa_insn_packed): Likewise.
1990 (hsa_insn_cvt): Likewise.
1991 (hsa_insn_alloca): Likewise.
1992 * hsa.c (hsa_destroy_insn): Also handle instances of hsa_insn_br.
1993 (process_gpu_implementation_attributes): New function.
1994 (link_functions): Move some functionality into it. Adjust after
1995 renaming m_binded_functions to m_bound_functions.
1996 (hsa_insn_basic::op_output_p): Add BRIG_OPCODE_DEBUGTRAP
1997 to the list of instructions with no output registers.
1998 (get_in_type): Return this if it is a register of
1999 matching size.
2000 (hsa_get_declaration_name): Moved to...
2001 * hsa-gen.c (hsa_get_declaration_name): ...here. Allocate
2002 temporary string on an obstack instead from ggc.
2003 (query_hsa_grid): Renamed to query_hsa_grid_dim, reimplemented, cut
2004 down to two overloads.
2005 (hsa_allocp_operand_address): Removed.
2006 (hsa_allocp_operand_immed): Likewise.
2007 (hsa_allocp_operand_reg): Likewise.
2008 (hsa_allocp_operand_code_list): Likewise.
2009 (hsa_allocp_operand_operand_list): Likewise.
2010 (hsa_allocp_inst_basic): Likewise.
2011 (hsa_allocp_inst_phi): Likewise.
2012 (hsa_allocp_inst_mem): Likewise.
2013 (hsa_allocp_inst_atomic): Likewise.
2014 (hsa_allocp_inst_signal): Likewise.
2015 (hsa_allocp_inst_seg): Likewise.
2016 (hsa_allocp_inst_cmp): Likewise.
2017 (hsa_allocp_inst_br): Likewise.
2018 (hsa_allocp_inst_sbr): Likewise.
2019 (hsa_allocp_inst_call): Likewise.
2020 (hsa_allocp_inst_arg_block): Likewise.
2021 (hsa_allocp_inst_comment): Likewise.
2022 (hsa_allocp_inst_queue): Likewise.
2023 (hsa_allocp_inst_srctype): Likewise.
2024 (hsa_allocp_inst_packed): Likewise.
2025 (hsa_allocp_inst_cvt): Likewise.
2026 (hsa_allocp_inst_alloca): Likewise.
2027 (hsa_allocp_bb): Likewise.
2028 (hsa_obstack): New.
2029 (hsa_init_data_for_cfun): Initialize obstack.
2030 (hsa_deinit_data_for_cfun): Release memory of the obstack.
2031 (hsa_op_immed::operator new): Use obstack instead of object_allocator.
2032 (hsa_op_reg::operator new): Likewise.
2033 (hsa_op_address::operator new): Likewise.
2034 (hsa_op_code_list::operator new): Likewise.
2035 (hsa_op_operand_list::operator new): Likewise.
2036 (hsa_insn_basic::operator new): Likewise.
2037 (hsa_insn_phi::operator new): Likewise.
2038 (hsa_insn_br::operator new): Likewise.
2039 (hsa_insn_sbr::operator new): Likewise.
2040 (hsa_insn_cmp::operator new): Likewise.
2041 (hsa_insn_mem::operator new): Likewise.
2042 (hsa_insn_atomic::operator new): Likewise.
2043 (hsa_insn_signal::operator new): Likewise.
2044 (hsa_insn_seg::operator new): Likewise.
2045 (hsa_insn_call::operator new): Likewise.
2046 (hsa_insn_arg_block::operator new): Likewise.
2047 (hsa_insn_comment::operator new): Likewise.
2048 (hsa_insn_srctype::operator new): Likewise.
2049 (hsa_insn_packed::operator new): Likewise.
2050 (hsa_insn_cvt::operator new): Likewise.
2051 (hsa_insn_alloca::operator new): Likewise.
2052 (hsa_init_new_bb): Likewise.
2053 (hsa_bb::append_phi): New function.
2054 (gen_hsa_phi_from_gimple_phi): Use it.
2055 (get_symbol_for_decl): Fix dinstinguishing between
2056 global and local functions. Put local variables into a segment
2057 according to their attribute or static flag, if there is one.
2058 (hsa_insn_br::hsa_insn_br): New.
2059 (hsa_insn_br::operator new): Likewise.
2060 (hsa_insn_cbr::hsa_insn_cbr): Set width via ancestor constructor.
2061 (query_hsa_grid_nodim): New function.
2062 (multiply_grid_dim_characteristics): Likewise.
2063 (gen_get_num_threads): Likewise.
2064 (gen_get_num_teams): Reimplemented.
2065 (gen_get_team_num): Likewise.
2066 (gen_hsa_insns_for_known_library_call): Updated calls to the above
2067 helper functions.
2068 (get_memory_order_name): Removed.
2069 (get_memory_order): Likewise.
2070 (hsa_memorder_from_tree): New function.
2071 (gen_hsa_ternary_atomic_for_builtin): Renamed to
2072 gen_hsa_atomic_for_builtin, can also create signals.
2073 (gen_hsa_insns_for_call): Handle many new builtins. Adjust to use
2074 hsa_memory_order_from_tree and gen_hsa_atomic_for_builtin.
2075 (hsa_insn_atomic): Fix function comment.
2076 (hsa_insn_signal::hsa_insn_signal): Fix comment. Update call to
2077 ancestor constructor and initialization of new member variables.
2078 (hsa_insn_queue::hsa_insn_queue): Added initialization of new
2079 member variables.
2080 (hsa_get_host_function): Handle functions with no bound CPU
2081 implementation. Fix binded to bound.
2082 (get_brig_function_name): Likewise.
2083 (HSA_SORRY_ATV): Remove semicolon after macro.
2084 (HSA_SORRY_AT): Likewise.
2085 (omp_simple_builtin::generate): Add missing semicolons.
2086 (hsa_insn_phi::operator new): Removed.
2087 (hsa_insn_br::operator new): Likewise.
2088 (hsa_insn_cbr::operator new): Likewise.
2089 (hsa_insn_sbr::operator new): Likewise.
2090 (hsa_insn_cmp::operator new): Likewise.
2091 (hsa_insn_mem::operator new): Likewise.
2092 (hsa_insn_atomic::operator new): Likewise.
2093 (hsa_insn_signal::operator new): Likewise.
2094 (hsa_insn_seg::operator new): Likewise.
2095 (hsa_insn_call::operator new): Likewise.
2096 (hsa_insn_arg_block::operator new): Likewise.
2097 (hsa_insn_comment::operator new): Likewise.
2098 (hsa_insn_srctype::operator new): Likewise.
2099 (hsa_insn_packed::operator new): Likewise.
2100 (hsa_insn_cvt::operator new): Likewise.
2101 (hsa_insn_alloca::operator new): Likewise.
2102 (get_symbol_for_decl): Accept CONST_DECLs, put them to
2103 readonly segment.
2104 (gen_hsa_addr): Also process CONST_DECLs.
2105 (gen_hsa_addr_insns): Process CONST_DECLs by creating private
2106 copies.
2107 (gen_hsa_unary_operation): Make sure the function does
2108 not use bittype source type for firstbit and lastbit operations.
2109 (gen_hsa_popcount_to_dest): Make sure the function uses a bittype
2110 source type.
2111 * hsa-brig.c (emit_insn_operands): Cope with zero operands in an
2112 instruction.
2113 (emit_branch_insn): Renamed to emit_cond_branch_insn.
2114 Emit the width stored in the class.
2115 (emit_generic_branch_insn): New function.
2116 (emit_insn): Call emit_generic_branch_insn.
2117 (emit_signal_insn): Remove obsolete comment. Update
2118 member variable name, pick a type according to profile.
2119 (emit_alloca_insn): Remove obsolete comment.
2120 (emit_atomic_insn): Likewise.
2121 (emit_queue_insn): Get segment and memory order from the IR object.
2122 (hsa_brig_section): Make allocate_new_chunk, chunks
2123 and cur_chunk provate, add a default NULL parameter to add method.
2124 (hsa_brig_section::add): Added a new parameter, store pointer to
2125 output data there if it is non-NULL.
2126 (emit_function_directives): Use this new parameter instead of
2127 calculating the pointer itself, fix function comment.
2128 (hsa_brig_emit_function): Add forgotten endian conversion.
2129 (hsa_output_kernels): Remove unnecessary building of
2130 kernel_dependencies_vector_type.
2131 (emit_immediate_operand): Declare.
2132 (emit_directive_variable): Also emit initializers of CONST_DECLs.
2133 (gen_hsa_insn_for_internal_fn_call): Also handle IFN_RSQRT.
2134 (verify_function_arguments): Properly detect variadic
2135 arguments.
2136 * hsa-dump.c (hsa_width_specifier_name): New function.
2137 (dump_hsa_insn_1): Dump generic branch instructions, update signal
2138 member variable name. Special dumping for queue objects.
2139 * ipa-hsa.c (process_hsa_functions): Adjust after renaming
2140 m_binded_functions to m_bound_functions. Copy externally visible flag
2141 to the node.
2142 (ipa_hsa_write_summary): Likewise.
2143 (ipa_hsa_read_section): Likewise.
2144
2145 2016-11-23 Richard Biener <rguenther@suse.de>
2146
2147 PR tree-optimization/78396
2148 * tree-vectorizer.c (vectorize_loops): If an innermost loop didn't
2149 vectorize try vectorizing an if-converted body using BB vectorization.
2150
2151 2016-11-23 Richard Sandiford <richard.sandiford@arm.com>
2152 Alan Hayward <alan.hayward@arm.com>
2153 David Sherwood <david.sherwood@arm.com>
2154
2155 * rtlanal.c (subreg_get_info): Use more local variables.
2156 Remark that for HARD_REGNO_NREGS_HAS_PADDING, each scalar unit
2157 occupies at least one register. Assume that full hard registers
2158 have consistent endianness. Share previously-duplicated if block.
2159 Rework the main handling so that it operates on independently-
2160 addressable YMODE-sized blocks. Use subreg_size_lowpart_offset
2161 to check lowpart offsets, without trying to find an equivalent
2162 integer mode first. Handle WORDS_BIG_ENDIAN != REG_WORDS_BIG_ENDIAN
2163 as a final register-endianness correction.
2164
2165 2016-11-23 Segher Boessenkool <segher@kernel.crashing.org>
2166
2167 PR target/77881
2168 PR bootstrap/78390
2169 PR target/78438
2170 PR bootstrap/78477
2171 * combine.c (make_compound_operation_int): Do not convert a subreg of
2172 a non-constant logical shift right to a zero_extract. Handle the case
2173 where some zero bits have been shifted into the range covered by that
2174 subreg.
2175
2176 2016-11-23 Richard Sandiford <richard.sandiford@arm.com>
2177 Alan Hayward <alan.hayward@arm.com>
2178 David Sherwood <david.sherwood@arm.com>
2179
2180 * rtl.h (subreg_size_offset_from_lsb): Declare.
2181 (subreg_offset_from_lsb): New function.
2182 (subreg_size_lowpart_offset): Declare.
2183 (subreg_lowpart_offset): Turn into an inline function.
2184 (subreg_size_highpart_offset): Declare.
2185 (subreg_highpart_offset): Turn into an inline function.
2186 * emit-rtl.c (subreg_size_lowpart_offset): New function.
2187 (subreg_size_highpart_offset): Likewise
2188 * rtlanal.c (subreg_size_offset_from_lsb): Likewise.
2189
2190 2016-11-23 Richard Biener <rguenther@suse.de>
2191
2192 PR tree-optimization/78482
2193 * tree-cfgcleanup.c: Include tree-ssa-loop-niter.h.
2194 (remove_forwarder_block_with_phi): When merging with a loop
2195 header creates a new latch reset number of iteration information
2196 of the loop.
2197
2198 2016-11-23 Eric Botcazou <ebotcazou@adacore.com>
2199
2200 * config/sparc/sparc.md (*ashrsi3_extend): Rename to...
2201 (*ashrsi3_extend0): ...this. Accept constant integers.
2202 (*ashrsi3_extend2): Rename to...
2203 (*ashrsi3_extend1): ...this.
2204 (*ashrsi3_extend2): New pattern.
2205 (*lshrsi3_extend1): Accept constant integers.
2206 (*lshrsi3_extend2): Fix condition on operand 2.
2207
2208 2016-11-23 Martin Liska <mliska@suse.cz>
2209
2210 * config/i386/i386.c: Initialize function pointer to NULL.
2211
2212 2016-11-23 Bin Cheng <bin.cheng@arm.com>
2213
2214 * fold-const.c (fold_cond_expr_with_comparison): Move simplification
2215 for A == C1 ? A : C2 to below.
2216 * match.pd: Move from above to here:
2217 (cond (eq (convert1? x) c1) (convert2? x) c2)
2218 -> (cond (eq x c1) c1 c2).
2219
2220 2016-11-23 Bin Cheng <bin.cheng@arm.com>
2221
2222 * fold-const.c (fold_cond_expr_with_comparison): Move simplification
2223 for A cmp C1 ? A : C2 to below, also simplify remaining code.
2224 * match.pd: Move and extend simplification from above to here:
2225 (cond (cmp (convert1? x) c1) (convert2? x) c2) -> (minmax (x c)).
2226 * tree-if-conv.c (ifcvt_follow_ssa_use_edges): New func.
2227 (predicate_scalar_phi): Call fold_stmt using the new valueize func.
2228
2229 2016-11-23 Martin Liska <mliska@suse.cz>
2230 Martin Jambor <mjambor@suse.cz>
2231
2232 * doc/install.texi: Remove entry about --with-hsa-kmt-lib.
2233
2234 2016-11-23 Aldy Hernandez <aldyh@redhat.com>
2235
2236 PR target/78213
2237 * opts.c (finish_options): Set -fsyntax-only if running self tests.
2238
2239 2016-11-23 Richard Biener <rguenther@suse.de>
2240
2241 PR middle-end/71762
2242 * match.pd ((~X & Y) -> X < Y, (X & ~Y) -> Y < X,
2243 (~X | Y) -> X <= Y, (X | ~Y) -> Y <= X): Remove.
2244
2245 2016-11-23 Richard Biener <rguenther@suse.de>
2246
2247 PR lto/78472
2248 * tree.c (gimple_canonical_types_compatible_p): Ignore zero-sized
2249 fields.
2250
2251 2016-11-23 Richard Biener <rguenther@suse.de>
2252 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.rog>
2253
2254 PR tree-optimization/78154
2255 * tree-vrp.c (gimple_stmt_nonzero_warnv_p): Return true if function
2256 returns it's argument and the argument is nonnull.
2257 * builtin-attrs.def: Define ATTR_RETURNS_NONNULL,
2258 ATT_RETNONNULL_NOTHROW_LEAF.
2259 * builtins.def (BUILT_IN_MEMPCPY): Change attribute to
2260 ATTR_RETNONNULL_NOTHROW_LEAF.
2261 (BUILT_IN_STPCPY): Likewise.
2262 (BUILT_IN_STPNCPY): Likewise.
2263 (BUILT_IN_MEMPCPY_CHK): Likewise.
2264 (BUILT_IN_STPCPY_CHK): Likewise.
2265 (BUILT_IN_STPNCPY_CHK): Likewise.
2266 (BUILT_IN_STRCAT): Change attribute to ATTR_RET1_NOTHROW_NONNULL_LEAF.
2267 (BUILT_IN_STRNCAT): Likewise.
2268 (BUILT_IN_STRNCPY): Likewise.
2269 (BUILT_IN_MEMSET_CHK): Likewise.
2270 (BUILT_IN_STRCAT_CHK): Likewise.
2271 (BUILT_IN_STRCPY_CHK): Likewise.
2272 (BUILT_IN_STRNCAT_CHK): Likewise.
2273 (BUILT_IN_STRNCPY_CHK): Likewise.
2274
2275 2016-11-23 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
2276
2277 * fold-const.c (tree_expr_nonzero_p) : Make non-static.
2278 * fold-const.h (tree_expr_nonzero_p) : Declare.
2279 * match.pd (cmp (mult:c @0 @1) (mult:c @2 @1) : New Pattern.
2280
2281 2016-11-23 Paolo Bonzini <bonzini@gnu.org>
2282
2283 * system.h (HAVE_DESIGNATED_INITIALIZERS,
2284 HAVE_DESIGNATED_UNION_INITIALIZERS): Do not use
2285 "defined" in macros.
2286 * doc/cpp.texi (Defined): Mention -Wexpansion-to-defined.
2287 * doc/cppopts.texi (Invocation): Document -Wexpansion-to-defined.
2288 * doc/invoke.texi (Warning Options): Document -Wexpansion-to-defined.
2289
2290 2016-11-23 Georg-Johann Lay <avr@gjlay.de>
2291
2292 PR target/60300
2293 * config/avr/constraints.md (Csp): Widen range to [-11..6].
2294 * config/avr/avr.c (avr_prologue_setup_frame): Limit number
2295 of RCALLs in prologue to 3.
2296
2297 2016-11-22 Michael Collison <michael.collison@arm.com>
2298
2299 * config/aarch64/aarch64-protos.h
2300 (aarch64_and_split_imm1, aarch64_and_split_imm2)
2301 (aarch64_and_bitmask_imm): New prototypes
2302 * config/aarch64/aarch64.c (aarch64_and_split_imm1):
2303 New overloaded function to create bit mask covering the
2304 lowest to highest bits set.
2305 (aarch64_and_split_imm2): New overloaded functions to create bit
2306 mask of zeros between first and last bit set.
2307 (aarch64_and_bitmask_imm): New function to determine if a integer
2308 is a valid two instruction "and" operation.
2309 * config/aarch64/aarch64.md:(and<mode>3): New define_insn and _split
2310 allowing wider range of constants with "and" operations.
2311 * (ior<mode>3, xor<mode>3): Use new LOGICAL2 iterator to prevent
2312 "and" operator from matching restricted constant range used for
2313 ior and xor operators.
2314 * config/aarch64/constraints.md (UsO constraint): New SImode constraint
2315 for constants in "and" operantions.
2316 (UsP constraint): New DImode constraint for constants
2317 in "and" operations.
2318 * config/aarch64/iterators.md (lconst2): New mode iterator.
2319 (LOGICAL2): New code iterator.
2320 * config/aarch64/predicates.md (aarch64_logical_and_immediate): New
2321 predicate.
2322 (aarch64_logical_and_operand): New predicate allowing extended
2323 constants for "and" operations.
2324
2325 2016-11-22 Walter Lee <walt@tilera.com>
2326
2327 * config/tilegx/tilegx.md (trap): New pattern.
2328 * config/tilepro/tilepro.md (trap): Likewise.
2329
2330 2016-11-22 Walter Lee <walt@tilera.com>
2331
2332 * config/tilegx/tilegx.md (*zero_extract): Use
2333 define_insn_and_split instead of define_insn; Handle pos + size >
2334 64.
2335 (*sign_extract): Likewise.
2336
2337 2016-11-22 Marek Polacek <polacek@redhat.com>
2338
2339 PR tree-optimization/78455
2340 * tree-ssa-uninit.c (can_chain_union_be_invalidated_p): Fix typo.
2341
2342 2016-11-22 Ian Lance Taylor <iant@golang.org>
2343
2344 PR go/78431
2345 PR go/78432
2346 * godump.c (go_format_type): Always pass alignment as 1 when
2347 calling go_append_padding at end of struct/union.
2348
2349 2016-11-22 Jakub Jelinek <jakub@redhat.com>
2350
2351 PR target/78451
2352 * config/i386/avx512bwintrin.h (_mm512_setzero_qi,
2353 _mm512_setzero_hi): Removed.
2354 (_mm512_maskz_mov_epi16, _mm512_maskz_loadu_epi16,
2355 _mm512_maskz_mov_epi8, _mm512_maskz_loadu_epi8,
2356 _mm512_maskz_broadcastb_epi8, _mm512_maskz_set1_epi8,
2357 _mm512_maskz_broadcastw_epi16, _mm512_maskz_set1_epi16,
2358 _mm512_mulhrs_epi16, _mm512_maskz_mulhrs_epi16, _mm512_mulhi_epi16,
2359 _mm512_maskz_mulhi_epi16, _mm512_mulhi_epu16,
2360 _mm512_maskz_mulhi_epu16, _mm512_maskz_mullo_epi16,
2361 _mm512_cvtepi8_epi16, _mm512_maskz_cvtepi8_epi16, _mm512_cvtepu8_epi16,
2362 _mm512_maskz_cvtepu8_epi16, _mm512_permutexvar_epi16,
2363 _mm512_maskz_permutexvar_epi16, _mm512_avg_epu8, _mm512_maskz_avg_epu8,
2364 _mm512_maskz_add_epi8, _mm512_maskz_sub_epi8, _mm512_avg_epu16,
2365 _mm512_maskz_avg_epu16, _mm512_subs_epi8, _mm512_maskz_subs_epi8,
2366 _mm512_subs_epu8, _mm512_maskz_subs_epu8, _mm512_adds_epi8,
2367 _mm512_maskz_adds_epi8, _mm512_adds_epu8, _mm512_maskz_adds_epu8,
2368 _mm512_maskz_sub_epi16, _mm512_subs_epi16, _mm512_maskz_subs_epi16,
2369 _mm512_subs_epu16, _mm512_maskz_subs_epu16, _mm512_maskz_add_epi16,
2370 _mm512_adds_epi16, _mm512_maskz_adds_epi16, _mm512_adds_epu16,
2371 _mm512_maskz_adds_epu16, _mm512_srl_epi16, _mm512_maskz_srl_epi16,
2372 _mm512_packs_epi16, _mm512_sll_epi16, _mm512_maskz_sll_epi16,
2373 _mm512_maddubs_epi16, _mm512_maskz_maddubs_epi16, _mm512_unpackhi_epi8,
2374 _mm512_maskz_unpackhi_epi8, _mm512_unpackhi_epi16,
2375 _mm512_maskz_unpackhi_epi16, _mm512_unpacklo_epi8,
2376 _mm512_maskz_unpacklo_epi8, _mm512_unpacklo_epi16,
2377 _mm512_maskz_unpacklo_epi16, _mm512_shuffle_epi8,
2378 _mm512_maskz_shuffle_epi8, _mm512_min_epu16, _mm512_maskz_min_epu16,
2379 _mm512_min_epi16, _mm512_maskz_min_epi16, _mm512_max_epu8,
2380 _mm512_maskz_max_epu8, _mm512_max_epi8, _mm512_maskz_max_epi8,
2381 _mm512_min_epu8, _mm512_maskz_min_epu8, _mm512_min_epi8,
2382 _mm512_maskz_min_epi8, _mm512_max_epi16, _mm512_maskz_max_epi16,
2383 _mm512_max_epu16, _mm512_maskz_max_epu16, _mm512_sra_epi16,
2384 _mm512_maskz_sra_epi16, _mm512_srav_epi16, _mm512_maskz_srav_epi16,
2385 _mm512_srlv_epi16, _mm512_maskz_srlv_epi16, _mm512_sllv_epi16,
2386 _mm512_maskz_sllv_epi16, _mm512_maskz_packs_epi16, _mm512_packus_epi16,
2387 _mm512_maskz_packus_epi16, _mm512_abs_epi8, _mm512_maskz_abs_epi8,
2388 _mm512_abs_epi16, _mm512_maskz_abs_epi16, _mm512_dbsad_epu8,
2389 _mm512_maskz_dbsad_epu8, _mm512_srli_epi16, _mm512_maskz_srli_epi16,
2390 _mm512_slli_epi16, _mm512_maskz_slli_epi16, _mm512_shufflehi_epi16,
2391 _mm512_maskz_shufflehi_epi16, _mm512_shufflelo_epi16,
2392 _mm512_maskz_shufflelo_epi16, _mm512_srai_epi16,
2393 _mm512_maskz_srai_epi16, _mm512_packs_epi32,
2394 _mm512_maskz_packs_epi32, _mm512_packus_epi32,
2395 _mm512_maskz_packus_epi32): Use _mm512_setzero_si512 instead of
2396 _mm512_setzero_qi or _mm512_setzero_hi.
2397 (_mm512_maskz_alignr_epi8, _mm512_dbsad_epu8,
2398 _mm512_maskz_dbsad_epu8): Formatting fixes.
2399 (_mm512_srli_epi16, _mm512_maskz_srli_epi16, _mm512_slli_epi16,
2400 _mm512_maskz_slli_epi16, _mm512_shufflehi_epi16,
2401 _mm512_maskz_shufflehi_epi16, _mm512_shufflelo_epi16,
2402 _mm512_maskz_shufflelo_epi16, _mm512_srai_epi16,
2403 _mm512_maskz_srai_epi16): Use _mm512_setzero_si512 instead of
2404 _mm512_setzero_qi or _mm512_setzero_hi.
2405
2406 2016-11-22 Nathan Sidwell <nathan@acm.org>
2407
2408 * gcc-ar.c (main): Fix indentation.
2409 * gcov-io.c (gcov_write_summary): Remove extraneous {...}
2410 * ggc-page.c (move_ptes_to_front): Fix formatting.
2411 * hsa-dump.c (dump_has_cfun): Fix indentation.
2412 * sel-sched-ir.h: Remove trailing blank lines.
2413
2414 2016-11-22 Jakub Jelinek <jakub@redhat.com>
2415 Alexander Monakov <amonakov@ispras.ru>
2416
2417 * internal-fn.c (expand_GOMP_USE_SIMT): New function.
2418 * tree.c (omp_clause_num_ops): OMP_CLAUSE__SIMT_ has 0 operands.
2419 (omp_clause_code_name): Add _simt_ name.
2420 (walk_tree_1): Handle OMP_CLAUSE__SIMT_.
2421 * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__SIMT_.
2422 * omp-low.c (scan_sharing_clauses): Handle OMP_CLAUSE__SIMT_.
2423 (scan_omp_simd): New function.
2424 (scan_omp_1_stmt): Use it in target regions if needed.
2425 (omp_max_vf): Don't max with omp_max_simt_vf.
2426 (lower_rec_simd_input_clauses): Use omp_max_simt_vf if
2427 OMP_CLAUSE__SIMT_ is present.
2428 (lower_rec_input_clauses): Compute maybe_simt from presence of
2429 OMP_CLAUSE__SIMT_.
2430 (lower_lastprivate_clauses): Likewise.
2431 (expand_omp_simd): Likewise. Remove explicit offloaded region check.
2432 (execute_omp_device_lower): Lower IFN_GOMP_USE_SIMT.
2433 * internal-fn.def (GOMP_USE_SIMT): New internal function.
2434 * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE__SIMT_.
2435
2436 2016-11-22 Alexander Monakov <amonakov@ispras.ru>
2437
2438 * internal-fn.c (expand_GOMP_SIMT_LANE): New.
2439 (expand_GOMP_SIMT_VF): New.
2440 (expand_GOMP_SIMT_LAST_LANE): New.
2441 (expand_GOMP_SIMT_ORDERED_PRED): New.
2442 (expand_GOMP_SIMT_VOTE_ANY): New.
2443 (expand_GOMP_SIMT_XCHG_BFLY): New.
2444 (expand_GOMP_SIMT_XCHG_IDX): New.
2445 * internal-fn.def (GOMP_SIMT_LANE): New.
2446 (GOMP_SIMT_VF): New.
2447 (GOMP_SIMT_LAST_LANE): New.
2448 (GOMP_SIMT_ORDERED_PRED): New.
2449 (GOMP_SIMT_VOTE_ANY): New.
2450 (GOMP_SIMT_XCHG_BFLY): New.
2451 (GOMP_SIMT_XCHG_IDX): New.
2452 * omp-low.c (omp_maybe_offloaded_ctx): New, outlined from...
2453 (create_omp_child_function): ...here. Set "omp target entrypoint"
2454 or "omp declare target" attribute based on is_gimple_omp_offloaded.
2455 (omp_max_simt_vf): New. Use it...
2456 (omp_max_vf): ...here.
2457 (lower_rec_input_clauses): Add reduction lowering for SIMT execution.
2458 (lower_lastprivate_clauses): Likewise, for "lastprivate" lowering.
2459 (lower_omp_ordered): Likewise, for "ordered" lowering.
2460 (expand_omp_simd): Add SIMT transforms.
2461 (pass_data_lower_omp): Add PROP_gimple_lomp_dev.
2462 (execute_omp_device_lower): New.
2463 (pass_data_omp_device_lower): New.
2464 (pass_omp_device_lower): New pass.
2465 (make_pass_omp_device_lower): New.
2466 * passes.def (pass_omp_device_lower): Position new pass.
2467 * tree-pass.h (PROP_gimple_lomp_dev): Define.
2468 (make_pass_omp_device_lower): Declare.
2469
2470 2016-11-22 Jakub Jelinek <jakub@redhat.com>
2471
2472 PR target/78451
2473 * config/i386/avx512vlintrin.h (_mm_setzero_di): Removed.
2474 (_mm_maskz_mov_epi64): Use _mm_setzero_si128 instead of
2475 _mm_setzero_di.
2476 (_mm_maskz_load_epi64): Likewise.
2477 (_mm_setzero_hi): Removed.
2478 (_mm_maskz_loadu_epi64): Use _mm_setzero_si128 instead of
2479 _mm_setzero_di.
2480 (_mm_abs_epi64, _mm_maskz_abs_epi64, _mm_maskz_srl_epi64,
2481 _mm_maskz_unpackhi_epi64, _mm_maskz_unpacklo_epi64,
2482 _mm_maskz_compress_epi64, _mm_srav_epi64, _mm_maskz_srav_epi64,
2483 _mm_maskz_sllv_epi64, _mm_maskz_srlv_epi64, _mm_rolv_epi64,
2484 _mm_maskz_rolv_epi64, _mm_rorv_epi64, _mm_maskz_rorv_epi64,
2485 _mm_min_epi64, _mm_max_epi64, _mm_max_epu64, _mm_min_epu64,
2486 _mm_lzcnt_epi64, _mm_maskz_lzcnt_epi64, _mm_conflict_epi64,
2487 _mm_maskz_conflict_epi64, _mm_sra_epi64, _mm_maskz_sra_epi64,
2488 _mm_maskz_sll_epi64, _mm_rol_epi64, _mm_maskz_rol_epi64,
2489 _mm_ror_epi64, _mm_maskz_ror_epi64, _mm_alignr_epi64,
2490 _mm_maskz_alignr_epi64, _mm_srai_epi64, _mm_maskz_slli_epi64):
2491 Likewise.
2492 (_mm_cvtepi32_epi8, _mm256_cvtepi32_epi8, _mm_cvtsepi32_epi8,
2493 _mm256_cvtsepi32_epi8, _mm_cvtusepi32_epi8, _mm256_cvtusepi32_epi8,
2494 _mm_cvtepi32_epi16, _mm256_cvtepi32_epi16, _mm_cvtsepi32_epi16,
2495 _mm256_cvtsepi32_epi16, _mm_cvtusepi32_epi16, _mm256_cvtusepi32_epi16,
2496 _mm_cvtepi64_epi8, _mm256_cvtepi64_epi8, _mm_cvtsepi64_epi8,
2497 _mm256_cvtsepi64_epi8, _mm_cvtusepi64_epi8, _mm256_cvtusepi64_epi8,
2498 _mm_cvtepi64_epi16, _mm256_cvtepi64_epi16, _mm_cvtsepi64_epi16,
2499 _mm256_cvtsepi64_epi16, _mm_cvtusepi64_epi16, _mm256_cvtusepi64_epi16,
2500 _mm_cvtepi64_epi32, _mm256_cvtepi64_epi32, _mm_cvtsepi64_epi32,
2501 _mm256_cvtsepi64_epi32, _mm_cvtusepi64_epi32, _mm256_cvtusepi64_epi32,
2502 _mm_maskz_set1_epi32, _mm_maskz_set1_epi64): Formatting fixes.
2503 (_mm_maskz_cvtps_ph, _mm256_maskz_cvtps_ph): Use _mm_setzero_si128
2504 instead of _mm_setzero_hi.
2505 (_mm256_permutex_pd, _mm256_maskz_permutex_epi64, _mm256_insertf32x4,
2506 _mm256_maskz_insertf32x4, _mm256_inserti32x4, _mm256_maskz_inserti32x4,
2507 _mm256_extractf32x4_ps, _mm256_maskz_extractf32x4_ps,
2508 _mm256_shuffle_i32x4, _mm256_maskz_shuffle_i32x4, _mm256_shuffle_f64x2,
2509 _mm256_maskz_shuffle_f64x2, _mm256_shuffle_f32x4,
2510 _mm256_maskz_shuffle_f32x4, _mm256_maskz_shuffle_pd,
2511 _mm_maskz_shuffle_pd, _mm256_maskz_shuffle_ps, _mm_maskz_shuffle_ps,
2512 _mm256_maskz_srli_epi32, _mm_maskz_srli_epi32, _mm_maskz_srli_epi64,
2513 _mm256_mask_slli_epi32, _mm256_maskz_slli_epi32, _mm256_mask_slli_epi64,
2514 _mm256_maskz_slli_epi64, _mm256_roundscale_ps,
2515 _mm256_maskz_roundscale_ps, _mm256_roundscale_pd,
2516 _mm256_maskz_roundscale_pd, _mm_roundscale_ps, _mm_maskz_roundscale_ps,
2517 _mm_roundscale_pd, _mm_maskz_roundscale_pd, _mm256_getmant_ps,
2518 _mm256_maskz_getmant_ps, _mm_getmant_ps, _mm_maskz_getmant_ps,
2519 _mm256_getmant_pd, _mm256_maskz_getmant_pd, _mm_getmant_pd,
2520 _mm_maskz_getmant_pd, _mm256_maskz_shuffle_epi32,
2521 _mm_maskz_shuffle_epi32, _mm256_rol_epi32, _mm256_maskz_rol_epi32,
2522 _mm_rol_epi32, _mm_maskz_rol_epi32, _mm256_ror_epi32,
2523 _mm256_maskz_ror_epi32, _mm_ror_epi32, _mm_maskz_ror_epi32,
2524 _mm_maskz_alignr_epi32, _mm_maskz_alignr_epi64,
2525 _mm256_maskz_srai_epi32, _mm_maskz_srai_epi32, _mm_srai_epi64,
2526 _mm_maskz_srai_epi64, _mm256_maskz_permutex_pd,
2527 _mm256_maskz_permute_pd, _mm256_maskz_permute_ps, _mm_maskz_permute_pd,
2528 _mm_maskz_permute_ps, _mm256_permutexvar_ps): Formatting fixes.
2529 (_mm_maskz_slli_epi64, _mm_rol_epi64, _mm_maskz_rol_epi64,
2530 _mm_ror_epi64, _mm_maskz_ror_epi64): Use _mm_setzero_si128 instead of
2531 _mm_setzero_di.
2532 (_mm_maskz_cvtps_ph, _mm256_maskz_cvtps_ph): Use _mm_setzero_si128
2533 instead of _mm_setzero_hi.
2534 * config/i386/avx512dqintrin.h (_mm512_broadcast_f64x2,
2535 _mm512_broadcast_i64x2, _mm512_broadcast_f32x2, _mm512_broadcast_i32x2,
2536 _mm512_broadcast_f32x8, _mm512_broadcast_i32x8): Formatting fixes.
2537 (_mm512_extracti64x2_epi64, _mm512_maskz_extracti64x2_epi64): Use
2538 _mm_setzero_si128 instead of _mm_setzero_di.
2539 (_mm512_cvtt_roundpd_epi64, _mm512_mask_cvtt_roundpd_epi64,
2540 _mm512_maskz_cvtt_roundpd_epi64, _mm512_cvtt_roundpd_epu64,
2541 _mm512_mask_cvtt_roundpd_epu64, _mm512_maskz_cvtt_roundpd_epu64,
2542 _mm512_cvtt_roundps_epi64, _mm512_mask_cvtt_roundps_epi64,
2543 _mm512_maskz_cvtt_roundps_epi64, _mm512_cvtt_roundps_epu64,
2544 _mm512_mask_cvtt_roundps_epu64, _mm512_maskz_cvtt_roundps_epu64,
2545 _mm512_cvt_roundpd_epi64, _mm512_mask_cvt_roundpd_epi64,
2546 _mm512_maskz_cvt_roundpd_epi64, _mm512_cvt_roundpd_epu64,
2547 _mm512_mask_cvt_roundpd_epu64, _mm512_maskz_cvt_roundpd_epu64,
2548 _mm512_cvt_roundps_epi64, _mm512_mask_cvt_roundps_epi64,
2549 _mm512_maskz_cvt_roundps_epi64, _mm512_cvt_roundps_epu64,
2550 _mm512_mask_cvt_roundps_epu64, _mm512_maskz_cvt_roundps_epu64,
2551 _mm512_cvt_roundepi64_ps, _mm512_mask_cvt_roundepi64_ps,
2552 _mm512_maskz_cvt_roundepi64_ps, _mm512_cvt_roundepu64_ps,
2553 _mm512_mask_cvt_roundepu64_ps, _mm512_maskz_cvt_roundepu64_ps,
2554 _mm512_cvt_roundepi64_pd, _mm512_mask_cvt_roundepi64_pd,
2555 _mm512_maskz_cvt_roundepi64_pd, _mm512_cvt_roundepu64_pd,
2556 _mm512_mask_cvt_roundepu64_pd, _mm512_maskz_cvt_roundepu64_pd,
2557 _mm512_reduce_pd, _mm512_maskz_reduce_pd, _mm512_reduce_ps,
2558 _mm512_maskz_reduce_ps, _mm512_extractf32x8_ps,
2559 _mm512_maskz_extractf32x8_ps, _mm512_extractf64x2_pd,
2560 _mm512_maskz_extractf64x2_pd, _mm512_extracti32x8_epi32,
2561 _mm512_maskz_extracti32x8_epi32, _mm512_range_pd,
2562 _mm512_maskz_range_pd, _mm512_range_ps, _mm512_maskz_range_ps,
2563 _mm512_range_round_pd, _mm512_maskz_range_round_pd,
2564 _mm512_range_round_ps, _mm512_maskz_range_round_ps,
2565 _mm512_maskz_insertf64x2, _mm512_insertf32x8,
2566 _mm512_maskz_insertf32x8): Formatting fixes.
2567 (_mm512_extracti64x2_epi64, _mm512_maskz_extracti64x2_epi64): Use
2568 _mm_setzero_si128 instead of _mm_setzero_di.
2569 * config/i386/avx512vldqintrin.h (_mm_cvttpd_epi64,
2570 _mm_cvttpd_epu64, _mm_cvtpd_epi64, _mm_cvtpd_epu64,
2571 _mm_cvttps_epi64, _mm_maskz_cvttps_epi64, _mm_cvttps_epu64,
2572 _mm_maskz_cvttps_epu64, _mm_maskz_mullo_epi64, _mm_cvtps_epi64,
2573 _mm_maskz_cvtps_epi64, _mm_cvtps_epu64, _mm_maskz_cvtps_epu64,
2574 _mm256_extracti64x2_epi64, _mm256_maskz_extracti64x2_epi64): Use
2575 _mm_setzero_si128 instead of _mm_setzero_di.
2576 (_mm256_extracti64x2_epi64, _mm256_maskz_extracti64x2_epi64):
2577 Likewise in macros.
2578 * config/i386/avx512vlbwintrin.h (_mm_maskz_mov_epi8,
2579 _mm_maskz_loadu_epi16, _mm_maskz_mov_epi16, _mm_maskz_loadu_epi8,
2580 _mm_permutexvar_epi16, _mm_maskz_maddubs_epi16): Use
2581 _mm_setzero_si128 instead of _mm_setzero_hi.
2582 (_mm_maskz_min_epu16, _mm_maskz_max_epu8, _mm_maskz_max_epi8,
2583 _mm_maskz_min_epu8, _mm_maskz_min_epi8, _mm_maskz_max_epi16,
2584 _mm_maskz_max_epu16, _mm_maskz_min_epi16): Use _mm_setzero_si128
2585 instead of _mm_setzero_di.
2586 (_mm_dbsad_epu8, _mm_maskz_shufflehi_epi16,
2587 _mm_maskz_shufflelo_epi16): Use _mm_setzero_si128 instead of
2588 _mm_setzero_hi.
2589 (_mm_maskz_shufflehi_epi16, _mm_maskz_shufflelo_epi16,
2590 _mm_maskz_slli_epi16): Use _mm_setzero_si128 instead of
2591 _mm_setzero_hi.
2592 (_mm_maskz_alignr_epi8): Use _mm_setzero_si128 instead of
2593 _mm_setzero_di.
2594 (_mm_maskz_mulhi_epi16, _mm_maskz_mulhi_epu16, _mm_maskz_mulhrs_epi16,
2595 _mm_maskz_mullo_epi16, _mm_srav_epi16, _mm_srlv_epi16,
2596 _mm_sllv_epi16): Use _mm_setzero_si128 instead of _mm_setzero_hi.
2597
2598 2016-11-22 Carl Love <cel@us.ibm.com>
2599
2600 * config/rs6000/rs6000-c.c: Add built-in support for vector compare
2601 equal and vector compare not equal. The vector compares take two
2602 arguments of type vector bool char, vector bool short, vector bool int,
2603 vector bool long long with the same return type.
2604 * doc/extend.texi: Update built-in documentation file for the new
2605 powerpc built-ins.
2606
2607 2016-11-22 Uros Bizjak <ubizjak@gmail.com>
2608
2609 * Makefile.in ($(lang_checks_parallelized)): Fix detection
2610 of -j argument.
2611
2612 2016-11-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
2613
2614 * config.gcc: Allow new rmprofile value for configure option
2615 --with-multilib-list.
2616 * config/arm/t-rmprofile: New file.
2617 * doc/install.texi (--with-multilib-list): Document new rmprofile value
2618 for ARM.
2619
2620 2016-11-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2621
2622 PR target/78439
2623 * config/arm/vfp.md (*movdi_vfp_cortexa8): Use 'q' constraints for the
2624 register operand in alternatives 4,5,6.
2625
2626 2016-11-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
2627
2628 PR target/77904
2629 * config/arm/arm.c (thumb1_compute_save_reg_mask): Mark frame pointer
2630 in save register mask if it is needed.
2631
2632 2016-11-22 Jakub Jelinek <jakub@redhat.com>
2633
2634 PR tree-optimization/78436
2635 * gimple-ssa-store-merging.c (zero_char_buf): Removed.
2636 (shift_bytes_in_array, shift_bytes_in_array_right,
2637 merged_store_group::apply_stores): Formatting fixes.
2638 (clear_bit_region): Likewise. Use memset.
2639 (encode_tree_to_bitpos): Formatting fixes. Fix comment typos - EPXR
2640 instead of EXPR and inerted instead of inserted. Use memset instead
2641 of zero_char_buf. For !BYTES_BIG_ENDIAN decrease byte_size by 1
2642 if shift_amnt is 0.
2643
2644 PR middle-end/78416
2645 * expmed.c (expand_divmod): Use wide_int for computation of
2646 op1_is_pow2. Don't set it if op1 is 0. Formatting fixes.
2647 Use size <= HOST_BITS_PER_WIDE_INT instead of
2648 HOST_BITS_PER_WIDE_INT >= size.
2649
2650 PR tree-optimization/78445
2651 * tree-if-conv.c (tree_if_conversion): If any_pred_load_store or
2652 any_complicated_phi, version loop even if flag_tree_loop_if_convert
2653 is 1. Formatting fix.
2654
2655 2016-11-22 Martin Liska <mliska@suse.cz>
2656
2657 PR ipa/78309
2658 * ipa-icf.c (void sem_item::set_hash): Update m_hash_set.
2659 (sem_function::get_hash): Use the new field.
2660 (sem_function::parse): Remove an argument from ctor.
2661 (sem_variable::parse): Likewise.
2662 (sem_variable::get_hash): Use the new field.
2663 (sem_item_optimizer::read_section): Use new ctor and set hash.
2664 * ipa-icf.h: _hash is removed from sem_item::sem_item,
2665 sem_variable::sem_variable, sem_function::sem_function.
2666
2667 2016-11-21 Jeff Law <law@redhat.com>
2668
2669 PR target/68538
2670 * config/cris/cris.md: Don't call copy_to_mode_reg unless
2671 can_create_pseudo_p is true.
2672
2673 2016-11-21 Segher Boessenkool <segher@kernel.crashing.org>
2674
2675 PR target/68803
2676 * config/rs6000/rs6000.md (*rotlsi3_insert_5, *rotldi3_insert_6,
2677 *rotldi3_insert_7): New define_insns.
2678
2679 2016-11-21 Michael Meissner <meissner@linux.vnet.ibm.com>
2680
2681 * config/rs6000/rs6000.md (movdi_internal32): Change constraints
2682 so that DImode can be allocated to FP/vector registers in more
2683 cases, and we can avoid direct move operations. If the register
2684 needs reloading, prefer GPRs over FP/vector registers. In the
2685 case of FPR vs. Altivec registers, prefer FPR registers unless we
2686 have the ISA 3.0 reg+offset scalar instructions.
2687 (movdi_internal64): Likewise.
2688
2689 2016-11-21 Jakub Jelinek <jakub@redhat.com>
2690
2691 PR middle-end/67335
2692 * omp-simd-clone.c (simd_clone_adjust_argument_types): Use NULL prefix
2693 for tmp simd array if DECL_NAME (parm) is NULL.
2694
2695 2016-11-20 Jeff Law <law@redhat.com>
2696
2697 PR target/25128
2698 * config/m68k/predicates.md (swap_peephole_relational_operator): New
2699 predicate.
2700 * config/m68k/m68k.md (relational tests against 65535/65536): New
2701 peephole2.
2702
2703 2016-11-21 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2704
2705 * tree-ssa-loop-prefetch.c: Delete FIXME after the includes.
2706
2707 2016-11-21 Martin Sebor <msebor@redhat.com>
2708
2709 * doc/invoke.texi (-fprintf-return-value): Document that option
2710 is enabled by default.
2711
2712 2016-11-21 Georg-Johann Lay <avr@gjlay.de>
2713
2714 * config/avr/avr-c.c (avr_register_target_pragmas): Use C++
2715 for-loop declaration of loop variable.
2716 (avr_register_target_pragmas, avr_cpu_cpp_builtins): Same.
2717 * config/avr/avr.c (avr_popcount_each_byte)
2718 (avr_init_expanders, avr_regs_to_save, sequent_regs_live)
2719 (get_sequence_length, avr_prologue_setup_frame, avr_map_metric)
2720 (avr_expand_epilogue, avr_function_arg_advance)
2721 (avr_out_compare, avr_out_plus_1, avr_out_bitop, avr_out_fract)
2722 (avr_rotate_bytes, _reg_unused_after, avr_assemble_integer)
2723 (avr_adjust_reg_alloc_order, output_reload_in_const)
2724 (avr_conditional_register_usage, avr_find_unused_d_reg)
2725 (avr_map_decompose, avr_fold_builtin): Same.
2726
2727 2016-11-21 Georg-Johann Lay <avr@gjlay.de>
2728
2729 * config/avr/avr.c (avr_popcount): Remove static function.
2730 (avr_popcount_each_byte, avr_out_bitop): Use popcount_hwi instead.
2731
2732 2016-11-21 Richard Earnshaw <rearnsha@arm.com>
2733
2734 * arm.opt (mapcs-float): Delete option.
2735 * arm.c (arm_option_override): Remove hunk relating to
2736 TARGET_APCS_FLOAT.
2737 * doc/invoke.texi (arm options): Remove documentation for -mapcs-float.
2738
2739 2016-11-21 Richard Sandiford <richard.sandiford@arm.com>
2740
2741 * tree-tailcall.c (process_assignment): Simplify the check for
2742 a valid copy, allowing the source to be a local variable as
2743 well as an SSA name.
2744 (find_tail_calls): Allow copies between local variables to follow
2745 the call. Allow the result to be stored in any local variable,
2746 even if it's an aggregate.
2747 (eliminate_tail_call): Check whether the result is an SSA name
2748 before updating its SSA_NAME_DEF_STMT.
2749
2750 2016-11-21 David Malcolm <dmalcolm@redhat.com>
2751
2752 PR preprocessor/78324
2753 * input.c (get_substring_ranges_for_loc): Fail gracefully if
2754 -ftrack-macro-expansion has a value other than 2.
2755
2756 2016-11-21 Segher Boessenkool <segher@kernel.crashing.org>
2757
2758 PR rtl-optimization/78400
2759 * shrink-wrap.c (try_shrink_wrapping_separate): Call
2760 df_update_entry_exit_and_calls instead of df_update_entry_block_defs
2761 and df_update_exit_block_uses.
2762
2763 2016-11-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
2764
2765 PR c++/71973
2766 * doc/invoke.texi (-Wno-builtin-declaration-mismatch): Document the
2767 new default-enabled warning..
2768 * builtin-types.def (BT_CONST_TM_PTR): New primitive type.
2769 (BT_PTR_CONST_STRING): Updated.
2770 (BT_FN_SIZE_STRING_SIZE_CONST_STRING_CONST_PTR): Removed.
2771 (BT_FN_SIZE_STRING_SIZE_CONST_STRING_CONST_TM_PTR): New function type.
2772 * builtins.def (DEF_TM_BUILTIN): Disable BOTH_P for TM builtins.
2773 (strftime): Update builtin function.
2774 * tree-core.h (TI_CONST_TM_PTR_TYPE): New enum value.
2775 * tree.h (const_tm_ptr_type_node): New type node.
2776 * tree.c (free_lang_data, build_common_tree_nodes): Initialize
2777 const_tm_ptr_type_node.
2778
2779 2016-11-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2780
2781 PR tree-optimization/78413
2782 * tree-if-conv.c (versionable_outer_loop_p): Require that both
2783 inner and outer loop latches have single predecessors.
2784
2785 2016-11-21 Georg-Johann Lay <avr@gjlay.de>
2786
2787 PR target/78093
2788 * config/avr/avr.c (avr_decl_maybe_lds_p): New static function.
2789 (avr_encode_section_info) [TARGET_ABSDATA && AVR_TINY]: Use it.
2790
2791 2016-11-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2792
2793 * rtl.h: Adjust prototype.
2794 * rtlanal.c (dead_or_set_p): Change argument type to rtx_insn *.
2795 (dead_or_set_regno_p): Likewise.
2796
2797 2016-11-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2798
2799 * rtl.h: Adjust prototype.
2800 * rtlanal.c (add_int_reg_note): Change argument type to rtx_insn *.
2801
2802 2016-11-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2803
2804 * function.c (contains): Change argument type to rtx_insn *.
2805 (prologue_contains): Likewise.
2806 (epilogue_contains): Likewise.
2807 (prologue_epilogue_contains): Likewise.
2808 * function.h: Adjust prototype.
2809
2810 2016-11-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2811
2812 * optabs.c (emit_libcall_block): Change argument type to
2813 rtx_insn *.
2814 * optabs.h: Adjust prototype.
2815
2816 2016-11-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2817
2818 * cfgrtl.c (delete_insn): Change argument type to rtx_insn *.
2819 (fixup_reorder_chain): Adjust.
2820 * cfgrtl.h: Adjust prototype.
2821
2822 2016-11-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2823
2824 * rtl.h: Adjust prototype.
2825 * rtlanal.c (replace_label_in_insn): Change argument type to
2826 rtx_insn *.
2827
2828 2016-11-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2829
2830 * config/v850/v850.c (expand_prologue): Adjust.
2831 (expand_epilogue): Likewise.
2832 * expr.c (init_expr_target): Likewise.
2833 * genrecog.c (print_subroutine): Always make the argument type
2834 rtx_insn *.
2835 * recog.h: Adjust prototype.
2836
2837 2016-11-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2838
2839 * config/aarch64/aarch64.c (aarch64_emit_unlikely_jump): split
2840 up variables to make some rtx_insn *.
2841 * config/alpha/alpha.c (emit_unlikely_jump): Likewise.
2842 * config/arc/arc.c: Likewise.
2843 * config/arm/arm.c: Likewise.
2844 * config/mn10300/mn10300.c (mn10300_legitimize_pic_address): Likewise.
2845 * config/rs6000/rs6000.c (rs6000_expand_split_stack_prologue):
2846 Likewise.
2847 * config/spu/spu.c (spu_emit_branch_hint): Likewise.
2848
2849 2016-11-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2850
2851 * config/arm/arm.c (legitimize_pic_address): Change to use
2852 rtx_insn * as the type of variables.
2853 (arm_pic_static_addr): Likewise.
2854 (arm_emit_movpair): Likewise.
2855 * config/c6x/c6x.c (reorg_split_calls): Likewise.
2856 * config/darwin.c (machopic_legitimize_pic_address): Likewise.
2857 * config/frv/frv.c (frv_optimize_membar_local): Likewise.
2858 * config/frv/frv.md: Likewise.
2859 * config/i386/i386-protos.h: Likewise.
2860 * config/i386/i386.c (ix86_expand_split_stack_prologue): Likewise.
2861 (ix86_split_fp_branch): Likewise.
2862 (predict_jump): Likewise.
2863 * config/ia64/ia64.c: Likewise.
2864 * config/mcore/mcore.c: Likewise.
2865 * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Likewise.
2866 * config/s390/s390.c: Likewise.
2867 * config/s390/s390.md: Likewise.
2868 * config/spu/spu.md: Likewise.
2869 * config/tilegx/tilegx.c (tilegx_legitimize_tls_address): Likewise.
2870 * lower-subreg.c (resolve_simple_move): Likewise.
2871
2872 2016-11-20 Jeff Law <law@redhat.com>
2873
2874 PR target/48551
2875 * reload.h (struct target_reload): Make x_double_reg_address_ok
2876 be per-mode rather.
2877 * reload.c (find_reloads_address): Check if double_reg_address_ok
2878 is true for the mode of the memory reference.
2879 * reload1.c (init_reload): Initialize double_reg_address_ok for
2880 each mode.
2881
2882 2016-11-20 Aldy Hernandez <aldyh@redhat.com>
2883
2884 PR middle-end/61409
2885 * tree-ssa-uninit.c: Define new global max_phi_args.
2886 (compute_uninit_opnds_pos): Use max_phi_args.
2887 (prune_uninit_phi_opnds): Same.
2888 (use_pred_not_overlap_with_undef_path_pred): Remove reference to
2889 missing NUM_PREDS in function comment.
2890 (can_one_predicate_be_invalidated_p): New.
2891 (can_chain_union_be_invalidated_p): New.
2892 (flatten_out_predicate_chains): New.
2893 (uninit_ops_invalidate_phi_use): New.
2894 (is_use_properly_guarded): Call uninit_ops_invalidate_phi_use.
2895
2896 2016-11-20 Marc Glisse <marc.glisse@inria.fr>
2897
2898 * fold-const.c (fold_comparison): Ignore EXACT_DIV_EXPR.
2899 * match.pd (A /[ex] B CMP C): New simplifications.
2900
2901 2016-11-20 Marc Glisse <marc.glisse@inria.fr>
2902
2903 * match.pd (0 / X, X / X, X % X): New simplifications.
2904
2905 2016-11-19 Jakub Jelinek <jakub@redhat.com>
2906
2907 * config/i386/i386.c (ix86_can_inline_p): Use || instead of &
2908 when checking if callee's isa flags are subset of caller's isa flags.
2909 Fix comment wording.
2910
2911 * config/i386/i386.c (ix86_valid_target_attribute_tree): Don't
2912 clear opts->x_ix86_isa_flags, clear opts->x_ix86_isa_flags2
2913 instead and using = 0 instead of &= 0.
2914
2915 * config/i386/i386.c (def_builtin, def_builtin2, def_builtin_const2,
2916 ix86_add_new_builtins): Formatting fixes.
2917 (ix86_expand_builtin): Use || instead of && for isa vs. isa2.
2918 (ix86_get_builtin): Likewise.
2919
2920 * config/i386/i386.c (ix86_expand_builtin): Remove msk_mov variable,
2921 don't initialize it, don't use it for the case where it isn't
2922 provable %{z} nor using the same argument, instead move merge
2923 argument into a new pseudo and use that as target. Formatting fixes.
2924
2925 2016-11-19 Jeff Law <law@redhat.com>
2926
2927 PR target/25111
2928 * config/m68k/m68k.md (bsetdreg): New pattern.
2929 (bchgdreg, bclrdreg): Likewise.
2930
2931 2016-11-19 Kaz Kojima <kkojima@gcc.gnu.org>
2932
2933 PR target/78426
2934 * config/sh/sh-mem.cc (sh_expand_cmpnstr): Use copy_to_mode_reg
2935 instead of force_reg.
2936 (sh_expand_setmem): Likewise.
2937
2938 2016-11-19 Krister Walfridsson <krister.walfridsson@gmail.com>
2939
2940 * config.gcc (*-*-netbsd): Set use_gcc_stdint=wrap.
2941
2942 2016-11-18 Walter Lee <walt@tilera.com>
2943
2944 * config/tilegx/tilegx.c (tilegx_gen_bundles): Preserve
2945 end-of-bundle marker for consecutive barriers.
2946
2947 2016-11-18 Walter Lee <walt@tilera.com>
2948
2949 * config/tilegx/tilegx.md (clzsi2): Fix for big-endian.
2950
2951 2016-11-18 Jakub Jelinek <jakub@redhat.com>
2952
2953 PR middle-end/78419
2954 * multiple_target.c (get_attr_len): Start with argnum and increment
2955 argnum on every arg. Use strchr in a loop instead of counting commas
2956 manually.
2957 (get_attr_str): Increment argnum for every comma in the string.
2958 (separate_attrs): Use for instead of while loop, simplify.
2959 (expand_target_clones): Rename defenition argument to definition.
2960 Free attrs and attr_str even when diagnosing errors. Temporarily
2961 change input_location around targetm.target_option.valid_attribute_p
2962 calls. Don't emit warning or errors if that function fails.
2963
2964 * dwarf2out.c (size_of_discr_list): Fix typo in function comment.
2965
2966 PR debug/78191
2967 * dwarf2out.c (abbrev_opt_base_type_end): New variable.
2968 (die_abbrev_cmp): Sort dies with die_abbrev smaller than
2969 abbrev_opt_base_type_end only by increasing die_abbrev, before
2970 any other dies.
2971 (optimize_abbrev_table): Don't change abbrev numbers of
2972 base types and CU or optimize implicit consts in them if
2973 calc_base_type_die_sizes has been called during build_abbrev_table.
2974 (calc_base_type_die_sizes): If abbrev_opt_start, set
2975 abbrev_opt_base_type_end to one plus largest base type's die_abbrev.
2976
2977 2016-11-18 Jeff Law <law@redhat.com>
2978
2979 PR target/25112
2980 * config/m68k/m68k.c (moveq feeding equality comparison): New
2981 peepholes.
2982 * config/m68k/predicates.md (addq_subq_operand): New predicate.
2983 (equality_comparison_operator): Likewise.
2984
2985 2016-11-18 Richard Sandiford <richard.sandiford@arm.com>
2986
2987 * rtlanal.c (load_extend_op): Move to...
2988 * rtl.h: ...here and make inline.
2989
2990 2016-11-18 Terry Guo <terry.guo@arm.com>
2991 Thomas Preud'homme <thomas.preudhomme@arm.com>
2992
2993 * common/config/arm/arm-common.c (arm_target_thumb_only): New function.
2994 * config/arm/arm-opts.h: Include arm-flags.h.
2995 (struct arm_arch_core_flag): Define.
2996 (arm_arch_core_flags): Define.
2997 * config/arm/arm-protos.h: Include arm-flags.h
2998 (FL_NONE, FL_ANY, FL_CO_PROC, FL_ARCH3M, FL_MODE26, FL_MODE32,
2999 FL_ARCH4, FL_ARCH5, FL_THUMB, FL_LDSCHED, FL_STRONG, FL_ARCH5E,
3000 FL_XSCALE, FL_ARCH6, FL_VFPV2, FL_WBUF, FL_ARCH6K, FL_THUMB2, FL_NOTM,
3001 FL_THUMB_DIV, FL_VFPV3, FL_NEON, FL_ARCH7EM, FL_ARCH7, FL_ARM_DIV,
3002 FL_ARCH8, FL_CRC32, FL_SMALLMUL, FL_NO_VOLATILE_CE, FL_IWMMXT,
3003 FL_IWMMXT2, FL_ARCH6KZ, FL2_ARCH8_1, FL2_ARCH8_2, FL2_FP16INST,
3004 FL_TUNE, FL_FOR_ARCH2, FL_FOR_ARCH3, FL_FOR_ARCH3M, FL_FOR_ARCH4,
3005 FL_FOR_ARCH4T, FL_FOR_ARCH5, FL_FOR_ARCH5T, FL_FOR_ARCH5E,
3006 FL_FOR_ARCH5TE, FL_FOR_ARCH5TEJ, FL_FOR_ARCH6, FL_FOR_ARCH6J,
3007 FL_FOR_ARCH6K, FL_FOR_ARCH6Z, FL_FOR_ARCH6ZK, FL_FOR_ARCH6KZ,
3008 FL_FOR_ARCH6T2, FL_FOR_ARCH6M, FL_FOR_ARCH7, FL_FOR_ARCH7A,
3009 FL_FOR_ARCH7VE, FL_FOR_ARCH7R, FL_FOR_ARCH7M, FL_FOR_ARCH7EM,
3010 FL_FOR_ARCH8A, FL2_FOR_ARCH8_1A, FL2_FOR_ARCH8_2A, FL_FOR_ARCH8M_BASE,
3011 FL_FOR_ARCH8M_MAIN, arm_feature_set, ARM_FSET_MAKE,
3012 ARM_FSET_MAKE_CPU1, ARM_FSET_MAKE_CPU2, ARM_FSET_CPU1, ARM_FSET_CPU2,
3013 ARM_FSET_EMPTY, ARM_FSET_ANY, ARM_FSET_HAS_CPU1, ARM_FSET_HAS_CPU2,
3014 ARM_FSET_HAS_CPU, ARM_FSET_ADD_CPU1, ARM_FSET_ADD_CPU2,
3015 ARM_FSET_DEL_CPU1, ARM_FSET_DEL_CPU2, ARM_FSET_UNION, ARM_FSET_INTER,
3016 ARM_FSET_XOR, ARM_FSET_EXCLUDE, ARM_FSET_IS_EMPTY,
3017 ARM_FSET_CPU_SUBSET): Move to ...
3018 * config/arm/arm-flags.h: This new file.
3019 * config/arm/arm.h (TARGET_MODE_SPEC_FUNCTIONS): Define.
3020 (EXTRA_SPEC_FUNCTIONS): Add TARGET_MODE_SPEC_FUNCTIONS to its value.
3021 (TARGET_MODE_SPECS): Define.
3022 (DRIVER_SELF_SPECS): Add TARGET_MODE_SPECS to its value.
3023
3024 2016-11-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
3025
3026 * config/arm/arm-protos.h (FL_NONE, FL_ANY, FL_CO_PROC, FL_ARCH3M,
3027 FL_MODE26, FL_MODE32, FL_ARCH4, FL_ARCH5, FL_THUMB, FL_LDSCHED,
3028 FL_STRONG, FL_ARCH5E, FL_XSCALE, FL_ARCH6, FL_VFPV2, FL_WBUF,
3029 FL_ARCH6K, FL_THUMB2, FL_NOTM, FL_THUMB_DIV, FL_VFPV3, FL_NEON,
3030 FL_ARCH7EM, FL_ARCH7, FL_ARM_DIV, FL_ARCH8, FL_CRC32, FL_SMALLMUL,
3031 FL_NO_VOLATILE_CE, FL_IWMMXT, FL_IWMMXT2, FL_ARCH6KZ, FL2_ARCH8_1,
3032 FL2_ARCH8_2, FL2_FP16INST): Reindent comment, add final dot when
3033 missing and make value unsigned.
3034 (arm_feature_set): Use unsigned entries instead of unsigned long.
3035
3036 2016-11-18 Dominik Vogt <vogt@linux.vnet.ibm.com>
3037
3038 Re-apply after PR bootstrap/77359 is fixed:
3039 2016-08-23 Dominik Vogt <vogt@linux.vnet.ibm.com>
3040
3041 * explow.c (get_dynamic_stack_size): Take known alignment of stack
3042 pointer + STACK_DYNAMIC_OFFSET into account when calculating the
3043 size needed.
3044
3045 2016-11-18 Dominik Vogt <vogt@linux.vnet.ibm.com>
3046
3047 PR bootstrap/77359
3048 * config/rs6000/rs6000.c (rs6000_stack_info): Properly align local
3049 variables in functions calling alloca. Also update the ASCII
3050 drawings.
3051 * config/rs6000/rs6000.h (STARTING_FRAME_OFFSET)
3052 (STACK_DYNAMIC_OFFSET): Likewise.
3053 * config/rs6000/aix.h (STARTING_FRAME_OFFSET)
3054 (STACK_DYNAMIC_OFFSET): Copy AIX specific versions of the rs6000.h
3055 macros to aix.h.
3056
3057 2016-11-18 Richard Sandiford <richard.sandiford@arm.com>
3058 Alan Hayward <alan.hayward@arm.com>
3059 David Sherwood <david.sherwood@arm.com>
3060
3061 * combine.c (try_combine): Use rtx_mode_t instead of std::make_pair.
3062 * dwarf2out.c (mem_loc_descriptor, loc_descriptor): Likewise.
3063 (add_const_value_attribute): Likewise.
3064 * explow.c (plus_constant): Likewise.
3065 * expmed.c (expand_mult, make_tree): Likewise.
3066 * expr.c (convert_modes): Likewise.
3067 * loop-doloop.c (doloop_optimize): Likewise.
3068 * postreload.c (reload_cse_simplify_set): Likewise.
3069 * simplify-rtx.c (simplify_const_unary_operation): Likewise
3070 (simplify_binary_operation_1, simplify_const_binary_operation):
3071 Likewise.
3072 (simplify_const_relational_operation, simplify_immed_subreg): Likewise.
3073 * wide-int.h: Update documentation to recommend rtx_mode_t
3074 instead of std::make_pair.
3075
3076 2016-11-18 Richard Sandiford <richard.sandiford@arm.com>
3077 Alan Hayward <alan.hayward@arm.com>
3078 David Sherwood <david.sherwood@arm.com>
3079
3080 * tree.h (SET_DECL_MODE): New macro.
3081 * cfgexpand.c (avoid_deep_ter_for_debug): Use SET_DECL_MODE.
3082 (expand_gimple_basic_block): Likewise.
3083 * function.c (split_complex_args): Likeise.
3084 * ipa-prop.c (ipa_modify_call_arguments): Likewise.
3085 * omp-simd-clone.c (ipa_simd_modify_stmt_ops): Likewise.
3086 * stor-layout.c (layout_decl, relayout_decl): Likewise.
3087 (finish_bitfield_representative): Likewise.
3088 * tree.c (make_node_stat): Likewise.
3089 * tree-inline.c (remap_ssa_name): Likewise.
3090 (tree_function_versioning): Likewise.
3091 * tree-into-ssa.c (rewrite_debug_stmt_uses): Likewise.
3092 * tree-sra.c (sra_ipa_reset_debug_stmts): Likewise.
3093 * tree-ssa-ccp.c (optimize_atomic_bit_test_and): Likewise.
3094 * tree-ssa-loop-ivopts.c (remove_unused_ivs): Likewise.
3095 * tree-ssa.c (insert_debug_temp_for_var_def): Likewise.
3096 * tree-streamer-in.c (unpack_ts_decl_common_value_fields): Likewise.
3097 * varasm.c (make_debug_expr_from_rtl): Likewise.
3098
3099 2016-11-18 Segher Boessenkool <segher@kernel.crashing.org>
3100
3101 PR rtl-optimization/71785
3102 * bb-reorder.c (maybe_duplicate_computed_goto): New function.
3103 (duplicate_computed_gotos): New function.
3104 (pass_duplicate_computed_gotos::execute): Rewrite.
3105
3106 2016-11-17 Jeff Law <law@redhat.com>
3107
3108 PR target/47192
3109 * config/m68k/m68k.c (m68k_expand_epilogue): Emit a scheduling
3110 barrier prior to deallocating the stack.
3111
3112 2016-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
3113
3114 * config/arc/arc.md (cmem bit/sign-extend peephole2): New peephole
3115 to make better use of cmem loads in the case where a single bit is
3116 being accessed.
3117 * config/arc/predicates.md (ge_lt_comparison_operator): New predicate.
3118
3119 2016-11-17 Andrew Senkevich <andrew.senkevich@intel.com>
3120
3121 * config/i386/i386.c (processor_features): Add F_AVX5124VNNIW,
3122 F_AVX5124FMAPS.
3123 (isa_names_table): Handle new features.
3124
3125 2016-11-17 Kirill Yukhin <kirill.yukhin@gmail.com>
3126 Andrew Senkevich <andrew.senkevich@intel.com>
3127
3128 * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX5124FMAPS_SET,
3129 OPTION_MASK_ISA_AVX5124FMAPS_UNSET, OPTION_MASK_ISA_AVX5124VNNIW_SET,
3130 OPTION_MASK_ISA_AVX5124VNNIW_UNSET): New.
3131 (ix86_handle_option): Handle OPT_mavx5124fmaps, OPT_mavx5124vnniw.
3132 * config.gcc: Add avx5124fmapsintrin.h, avx5124vnniwintrin.h.
3133 * config/i386/avx5124fmapsintrin.h: New file.
3134 * config/i386/avx5124vnniwintrin.h: Ditto.
3135 * config/i386/constraints.md (h): New constraint.
3136 * config/i386/cpuid.h (bit_AVX5124VNNIW, bit_AVX5124FMAPS): New.
3137 * config/i386/driver-i386.c (host_detect_local_cpu):
3138 Detect avx5124fmaps, avx5124vnniw.
3139 * config/i386/i386-builtin-types.def: Add types
3140 V16SF_FTYPE_V16SF_V16SF_V16SF_V16SF_V16SF_PCV4SF_V16SF_UHI,
3141 V16SF_FTYPE_V16SF_V16SF_V16SF_V16SF_V16SF_PCV4SF,
3142 V4SF_FTYPE_V4SF_V4SF_V4SF_V4SF_V4SF_PCV4SF,
3143 V4SF_FTYPE_V4SF_V4SF_V4SF_V4SF_V4SF_PCV4SF_V4SF_UQI,
3144 V16SI_FTYPE_V16SI_V16SI_V16SI_V16SI_V16SI_PCV4SI,
3145 V16SI_FTYPE_V16SI_V16SI_V16SI_V16SI_V16SI_PCV4SI_V16SI_UHI.
3146 * config/i386/i386-builtin.def (__builtin_ia32_4fmaddps_mask,
3147 __builtin_ia32_4fmaddps, __builtin_ia32_4fmaddss,
3148 __builtin_ia32_4fmaddss_mask, __builtin_ia32_4fnmaddps_mask,
3149 __builtin_ia32_4fnmaddps, __builtin_ia32_4fnmaddss,
3150 __builtin_ia32_4fnmaddss_mask, __builtin_ia32_vp4dpwssd,
3151 __builtin_ia32_vp4dpwssd_mask, __builtin_ia32_vp4dpwssds,
3152 __builtin_ia32_vp4dpwssds_mask): New.
3153 * config/i386/i386-c.c (ix86_target_macros_internal):
3154 Define __AVX5124FMAPS__, __AVX5124VNNIW__.
3155 * config/i386/i386-modes.def: Fixed comment typos, added new
3156 modes (VECTOR_MODES (FLOAT, 256), VECTOR_MODE (INT, SI, 64)).
3157 * config/i386/i386.c (ix86_target_string): Add -mavx5124fmaps,
3158 -mavx5124vnniw.
3159 (PTA_AVX5124FMAPS, PTA_AVX5124VNNIW): Define.
3160 (ix86_option_override_internal): Handle new options.
3161 (ix86_valid_target_attribute_inner_p): Add avx5124fmaps,
3162 avx5124vnniw.
3163 (ix86_expand_builtin): Handle new builtins.
3164 (ix86_additional_allocno_class_p): New.
3165 * config/i386/i386.h (TARGET_AVX5124FMAPS, TARGET_AVX5124FMAPS_P,
3166 TARGET_AVX5124VNNIW, TARGET_AVX5124VNNIW_P): Define.
3167 (reg_class): Add MOD4_SSE_REGS.
3168 (MOD4_SSE_REG_P, MOD4_SSE_REGNO_P): New.
3169 * config/i386/i386.opt: Add mavx5124fmaps, mavx5124vnniw.
3170 * config/i386/immintrin.h: Include avx5124fmapsintrin.h,
3171 avx5124vnniwintrin.h.
3172 * config/i386/sse.md (unspec): Add UNSPEC_VP4FMADD, UNSPEC_VP4FNMADD,
3173 UNSPEC_VP4DPWSSD, UNSPEC_VP4DPWSSDS.
3174 (define_mode_iterator IMOD4): New.
3175 (define_mode_attr imod4_narrow): Ditto.
3176 (define_insn "mov<mode>"): Ditto.
3177 (define_insn "avx5124fmaddps_4fmaddps"): Ditto.
3178 (define_insn "avx5124fmaddps_4fmaddps_mask"): Ditto.
3179 (define_insn "avx5124fmaddps_4fmaddps_maskz"): Ditto.
3180 (define_insn "avx5124fmaddps_4fmaddss"): Ditto.
3181 (define_insn "avx5124fmaddps_4fmaddss_mask"): Ditto.
3182 (define_insn "avx5124fmaddps_4fmaddss_maskz"): Ditto.
3183 (define_insn "avx5124fmaddps_4fnmaddps"): Ditto.
3184 (define_insn "avx5124fmaddps_4fnmaddps_mask"): Ditto.
3185 (define_insn "avx5124fmaddps_4fnmaddps_maskz"): Ditto.
3186 (define_insn "avx5124fmaddps_4fnmaddss"): Ditto.
3187 (define_insn "avx5124fmaddps_4fnmaddss_mask"): Ditto.
3188 (define_insn "avx5124fmaddps_4fnmaddss_maskz"): Ditto.
3189 (define_insn "avx5124vnniw_vp4dpwssd"): Ditto.
3190 (define_insn "avx5124vnniw_vp4dpwssd_mask"): Ditto.
3191 (define_insn "avx5124vnniw_vp4dpwssd_maskz"): Ditto.
3192 (define_insn "avx5124vnniw_vp4dpwssds"): Ditto.
3193 (define_insn "avx5124vnniw_vp4dpwssds_mask"): Ditto.
3194 (define_insn "avx5124vnniw_vp4dpwssds_maskz"): Ditto.
3195 * init-regs.c (initialize_uninitialized_regs): Add emit_clobber call.
3196 * genmodes.c (mode_size_inline): Extend return type.
3197 * machmode.h (mode_size, mode_base_align): Extend type.
3198
3199 2016-11-17 Michael Meissner <meissner@linux.vnet.ibm.com>
3200
3201 PR target/78101
3202 * config/rs6000/predicates.md (fusion_addis_mem_combo_load): Add
3203 the appropriate checks for SFmode/DFmode load/stores in GPR
3204 registers.
3205 (fusion_addis_mem_combo_store): Likewise.
3206 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Rename
3207 fusion_fpr_* to fusion_vsx_* and add in support for ISA 3.0 scalar
3208 d-form instructions for traditional Altivec registers.
3209 (emit_fusion_p9_load): Likewise.
3210 (emit_fusion_p9_store): Likewise.
3211 * config/rs6000/rs6000.md (p9 fusion store peephole2): Remove
3212 early clobber from scratch register. Do not match if the register
3213 being stored is the scratch register.
3214 (fusion_vsx_<P:mode>_<FPR_FUSION:mode>_load): Rename fusion_fpr_*
3215 to fusion_vsx_* and add in support for ISA 3.0 scalar d-form
3216 instructions for traditional Altivec registers.
3217 (fusion_fpr_<P:mode>_<FPR_FUSION:mode>_load): Likewise.
3218 (fusion_vsx_<P:mode>_<FPR_FUSION:mode>_store): Likewise.
3219 (fusion_fpr_<P:mode>_<FPR_FUSION:mode>_store): Likewise.
3220
3221 2016-11-17 Thomas Preud'homme <thomas.preudhomme@arm.com>
3222
3223 PR target/77933
3224 * config/arm/arm.c (thumb1_expand_prologue): Distinguish between lr
3225 being live in the function and lr needing to be saved. Distinguish
3226 between already saved pushable registers and registers to push.
3227 Check for LR being an available pushable register.
3228
3229 2016-11-17 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
3230
3231 * config/i386/i386.md (cmpstrnsi): New test to bail out if neither
3232 string input is a string constant.
3233 * builtins.c (expand_builtin_strncmp): Attempt expansion of strncmp
3234 via cmpstrnsi even if neither string is constant.
3235
3236 2016-11-17 Jakub Jelinek <jakub@redhat.com>
3237
3238 PR middle-end/78201
3239 * varasm.c (default_use_anchors_for_symbol_p): Fix a comment typo.
3240 Don't test decl != NULL. Don't look at DECL_SIZE, but DECL_SIZE_UNIT
3241 instead, return false if it is NULL, or doesn't fit into uhwi, or
3242 is larger or equal to targetm.max_anchor_offset.
3243
3244 2016-11-17 Pip Cet <pipcet@gmail.com>
3245 Eric Botcazou <ebotcazou@adacore.com>
3246
3247 PR rtl-optimization/78355
3248 * doc/tm.texi.in (SLOW_UNALIGNED_ACCESS): Document that the macro only
3249 needs to deal with unaligned accesses.
3250 * doc/tm.texi: Regenerate.
3251 * lra-constraints.c (simplify_operand_subreg): Only invoke
3252 SLOW_UNALIGNED_ACCESS on innermode if the MEM is not aligned enough.
3253
3254 2016-11-17 David Malcolm <dmalcolm@redhat.com>
3255
3256 * input.c (selftest::test_lexer_string_locations_long_line): New
3257 function.
3258 (selftest::test_lexer_string_locations_raw_string_multiline): New
3259 function.
3260 (selftest::input_c_tests): Call the new functions, via
3261 for_each_line_table_case.
3262
3263 2016-11-17 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3264
3265 * config/aarch64/aarch64.md (mov<mode>): Call
3266 aarch64_split_dimode_const_store on DImode constant stores.
3267 * config/aarch64/aarch64-protos.h (aarch64_split_dimode_const_store):
3268 New prototype.
3269 * config/aarch64/aarch64.c (aarch64_split_dimode_const_store): New
3270 function.
3271
3272 2016-11-17 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3273 Richard Biener <rguenther@suse.de>
3274
3275 PR tree-optimization/77848
3276 * tree-if-conv.c (tree_if_conversion): Always version loops unless
3277 the user specified -ftree-loop-if-convert.
3278
3279 2016-11-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
3280
3281 PR target/77308
3282 * config/arm/arm.md (*thumb2_ldrd, *thumb2_ldrd_base,
3283 *thumb2_ldrd_base_neg, *thumb2_strd, *thumb2_strd_base,
3284 *thumb2_strd_base_neg): Recognize insn regardless of
3285 current_tune->prefer_ldrd_strd.
3286 * config/arm/ldrdstrd.md: Enable all ldrd/strd peephole rules
3287 whenever possible.
3288
3289 2016-11-17 Claudiu Zissulescu <claziss@synopsys.com>
3290
3291 * config/arc/arc.c (arc_ccfsm_post_advance): Handle return
3292 instruction type.
3293
3294 2016-11-17 Claudiu Zissulescu <claziss@synopsys.com>
3295
3296 * config/arc/arc-arches.def: Add FPX quarkse instruction as valid
3297 for arcem.
3298 * config/arc/arc-c.def (__ARC_FPX_QUARK__): Define.
3299 * config/arc/arc-cpus.def (quarkse_em): Add.
3300 * config/arc/arc-options.def (FL_FPX_QUARK, FL_QUARK): Likewise.
3301 * config/arc/arc-opts.h (FPX_QK): Define.
3302 * config/arc/arc-tables.opt: Regenerate.
3303 * config/arc/arc.c (gen_compare_reg): Change.
3304 (arc_register_move_cost): Avoid Dy,Dx moves.
3305 * config/arc/arc.h (TARGET_HARD_FLOAT): Change.
3306 (TARGET_FPX_QUARK, TARGET_FP_ASSIST): Define.
3307 * config/arc/arc.md (divsf3, sqrtsf2, fix_truncsfsi2, floatsisf2):
3308 New expands.
3309 * config/arc/fpu.md (divsf3_fpu, sqrtsf2_fpu, floatsisf2_fpu)
3310 (fix_truncsfsi2_fpu): Rename.
3311 * config/arc/fpx.md (cmp_quark, cmpsf_quark_, cmpsf_quark_ord)
3312 (cmpsf_quark_uneq, cmpsf_quark_eq, divsf3_quark, sqrtsf2_quark)
3313 (fix_truncsfsi2_quark, floatsisf2_quark): New patterns.
3314 * config/arc/t-multilib: Regenerate.
3315
3316 2016-11-17 Georg-Johann Lay <avr@gjlay.de>
3317
3318 * config/avr/avr.c (avr_print_operand_address): Use CONST_INT_P if
3319 appropriate.
3320 (ashlqi3_out, ashlsi3_out, ashrqi3_out, ashrhi3_out): Same.
3321 (ashrsi3_out, lshrqi3_out, lshrhi3_out, lshrsi3_out): Same.
3322 (avr_rtx_costs_1, extra_constraint_Q): Same.
3323 (avr_address_cost): Use SUBREG_P if possible.
3324
3325 2016-11-17 Richard Biener <rguenther@suse.de>
3326
3327 PR middle-end/78383
3328 * tree-cfgcleanup.c (cleanup_control_flow_bb): Do not turn
3329 non-local goto into CFG.
3330
3331 2016-11-17 Richard Biener <rguenther@suse.de>
3332
3333 * common.opt (ftree-loop-if-convert-stores): Mark as preserved for
3334 backward compatibility.
3335 * doc/invoke.texi (ftree-loop-if-convert-stores): Remove.
3336 * tree-if-conv.c (pass_if_conversion::gate): Do not test
3337 flag_tree_loop_if_convert_stores.
3338 (pass_if_conversion::execute): Likewise.
3339
3340 2016-11-17 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3341
3342 * config/aarch64/predicates.md (aarch64_reg_or_fp_zero): Check for
3343 const_double code before calling aarch64_float_const_zero_rtx_p.
3344
3345 2016-11-17 Richard Biener <rguenther@suse.de>
3346
3347 PR tree-optimization/78306
3348 * ipa-inline-analysis.c (initialize_inline_failed): Do not
3349 inhibit inlining if function calls cilk_spawn.
3350 (can_inline_edge_p): Likewise.
3351
3352 2016-11-17 Richard Biener <rguenther@suse.de>
3353
3354 PR middle-end/78305
3355 * fold-const.c (negate_expr_p): Fix multiplication case.
3356
3357 2016-11-17 Chung-Lin Tang <cltang@codesourcery.com>
3358
3359 PR target/78357
3360 * config/nios2/nios2.c (nios2_init_libfuncs): Remove TARGET_LINUX_ABI
3361 condition.
3362 (TARGET_INIT_LIBFUNCS): Delete definition and...
3363 * config/nios2/linux.h (TARGET_INIT_LIBFUNCS): ...move to here, add
3364 comments.
3365
3366 2016-11-17 Krister Walfridsson <krister.walfridsson@gmail.com>
3367
3368 * config/netbsd-stdint.h: New.
3369 * config.gcc (i[34567]86-*-netbsd): Add netbsd-stdint.h to tm_file.
3370 (x86_64-*-netbsd*): Likewise.
3371
3372 2016-11-16 Andrew PInski <apinski@cavium.com>
3373
3374 * config/aarch64/aarch64.opt (mverbose-cost-dump): New option.
3375 * config/aarch64/aarch64.c (aarch64_rtx_costs): Use
3376 flag_aarch64_verbose_cost instead of checking for details dump.
3377 (aarch64_rtx_costs_wrapper): Likewise.
3378
3379 2016-11-16 Jakub Jelinek <jakub@redhat.com>
3380
3381 PR rtl-optimization/78378
3382 * combine.c (make_extraction): Use force_to_mode for non-{REG,MEM}
3383 inner only if pos is 0. Fix up formatting.
3384
3385 2016-11-17 Alan Modra <amodra@gmail.com>
3386
3387 PR rtl-optimization/78325
3388 PR rtl-optimization/70890
3389 * ira.c (combine_and_move_insns): Only remove REG_EQUIV notes
3390 for dead regno.
3391
3392 2016-11-16 Jason Merrill <jason@redhat.com>
3393
3394 * rtl.h: Declare gt_ggc_mx and gt_pch_nx.
3395
3396 2016-11-16 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
3397 Richard Biener <rguenther@suse.de>
3398
3399 PR tree-optimization/77848
3400 * tree-if-conv.c (version_loop_for_if_conversion): When versioning
3401 an outer loop, only save basic block aux information for the inner
3402 loop.
3403 (versionable_outer_loop_p): New function.
3404 (tree_if_conversion): Version the outer loop instead of the inner
3405 one if the pattern will be recognized for outer-loop
3406 vectorization.
3407
3408 2016-11-16 Andrew Burgess <andrew.burgess@embecosm.com>
3409
3410 * gcc/bb-reorder.c: Remove 'toplev.h' include.
3411 (pass_partition_blocks::gate): No longer check
3412 user_defined_section_attribute, instead check the function decl
3413 for a section attribute.
3414 * gcc/c-family/c-attribs.c (handle_section_attribute): No longer
3415 set user_defined_section_attribute.
3416 * gcc/final.c (rest_of_handle_final): Likewise.
3417 * gcc/toplev.c: Remove definition of user_defined_section_attribute.
3418 * gcc/toplev.h: Remove declaration of
3419 user_defined_section_attribute.
3420
3421 2016-11-16 Maciej W. Rozycki <macro@imgtec.com>
3422
3423 * config/mips/mips.md (casesi_internal_mips16_<mode>):
3424 Explicitly switch between JR and JRC for the table jump. Adjust
3425 instruction count.
3426
3427 2016-11-16 Maciej W. Rozycki <macro@imgtec.com>
3428
3429 * config/mips/mips.md (casesi_internal_mips16_<mode>): Set
3430 `insn_count' to 11 rather than 16.
3431
3432 2016-11-16 Maciej W. Rozycki <macro@imgtec.com>
3433
3434 * config/mips/mips.md (casesi_internal_mips16_<mode>): Use the
3435 `ltu' rather than `leu' operation in the RTL pattern
3436
3437 2016-11-16 Maciej W. Rozycki <macro@imgtec.com>
3438
3439 * config/mips/mips.md (casesi_internal_mips16_<mode>): Add
3440 missing <d> instruction prefixes throughout. Correct
3441 formatting.
3442
3443 2016-11-16 Maciej W. Rozycki <macro@imgtec.com>
3444
3445 * config/mips/mips.c (mips_output_jump): Output R_MICROMIPS_JALR
3446 rather than R_MIPS_JALR relocation in microMIPS code. Do not
3447 cancel short delay slots in PIC call relaxation.
3448
3449 2016-11-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
3450
3451 * config/arm/arm.md (arm_addsi3): Add alternative for addition of
3452 general register with general register or ARM constant into SP
3453 register.
3454
3455 2016-11-16 Jakub Jelinek <jakub@redhat.com>
3456
3457 PR fortran/78299
3458 * omp-low.c (expand_omp_for_static_nochunk): Don't assert
3459 that loop->header == body_bb if broken_loop.
3460
3461 2015-11-16 Wilco Dijkstra <wdijkstr@arm.com>
3462
3463 * tree-ssa-math-opts.c (bswap_replace): Remove test
3464 of SLOW_UNALIGNED_ACCESS.
3465
3466 2016-11-16 Alexander Monakov <amonakov@ispras.ru>
3467
3468 * config/nvptx/mkoffload.c (main): Check that either OpenACC or OpenMP
3469 is selected. Pass -mgomp to offload compiler in OpenMP case.
3470 * config/nvptx/nvptx-protos.h (nvptx_shuffle_kind): Move enum
3471 declaration from nvptx.c.
3472 (nvptx_gen_shuffle): Declare.
3473 (nvptx_output_set_softstack): Declare.
3474 * config/nvptx/nvptx.c (nvptx_shuffle_kind): Move to nvptx-protos.h.
3475 (need_softstack_decl): New variable.
3476 (need_unisimt_decl): New variable.
3477 (diagnose_openacc_conflict): New. Use it...
3478 (nvptx_option_override): ...here. Handle TARGET_GOMP.
3479 (nvptx_encode_section_info): Handle "shared" attribute.
3480 (write_as_kernel): Restrict to OpenACC target regions.
3481 (init_softstack_frame): New.
3482 (nvptx_init_unisimt_predicate): New.
3483 (write_omp_entry): New. Use it...
3484 (nvptx_declare_function_name): ...here to emit OpenMP target region
3485 entrypoints. Handle TARGET_SOFT_STACK. Call
3486 nvptx_init_unisimt_predicate.
3487 (nvptx_output_set_softstack): New.
3488 (nvptx_get_drap_rtx): Return %argp as the DRAP if needed.
3489 (nvptx_gen_shuffle): Export.
3490 (nvptx_output_call_insn): Handle COND_EXEC patterns. Emit instruction
3491 predicate.
3492 (nvptx_print_operand): Fix handling of instruction predicates.
3493 (nvptx_get_unisimt_master): New helper function.
3494 (nvptx_get_unisimt_predicate): Ditto.
3495 (nvptx_call_insn_is_syscall_p): Ditto.
3496 (nvptx_unisimt_handle_set): Ditto.
3497 (nvptx_reorg_uniform_simt): New. Transform code for -muniform-simt.
3498 (nvptx_reorg): Call nvptx_reorg_uniform_simt.
3499 (nvptx_handle_shared_attribute): New. Use it...
3500 (nvptx_attribute_table): ... here (new entry).
3501 (nvptx_record_offload_symbol): Handle NULL attributes.
3502 (nvptx_file_end): Handle need_softstack_decl and need_unisimt_decl.
3503 (nvptx_simt_vf): New.
3504 (TARGET_SIMT_VF): Define.
3505 * config/nvptx/nvptx.h (TARGET_CPU_CPP_BUILTINS): Define
3506 __nvptx_softstack or __nvptx_unisimt__ when -msoft-stack, or resp.
3507 -muniform-simt option is active.
3508 (STACK_SIZE_MODE): Define.
3509 (FIXED_REGISTERS): Adjust.
3510 (SOFTSTACK_SLOT_REGNUM): New.
3511 (SOFTSTACK_PREV_REGNUM): New.
3512 (REGISTER_NAMES): Adjust.
3513 (struct machine_function): New fields.
3514 * config/nvptx/nvptx.md (UNSPEC_SET_SOFTSTACK): New.
3515 (UNSPEC_VOTE_BALLOT): Ditto.
3516 (UNSPEC_LANEID): Ditto.
3517 (UNSPECV_NOUNROLL): Ditto.
3518 (atomic): New attribute.
3519 (predicable): New attribute. Generate predicated forms via
3520 define_cond_exec.
3521 (br_true): Mark as not predicable.
3522 (br_false): Ditto.
3523 (br_true_uni): Ditto.
3524 (br_false_uni): Ditto.
3525 (return): Ditto.
3526 (trap_if_true): Ditto.
3527 (trap_if_false): Ditto.
3528 (nvptx_fork): Ditto.
3529 (nvptx_forked): Ditto.
3530 (nvptx_joining): Ditto.
3531 (nvptx_join): Ditto.
3532 (nvptx_barsync): Ditto.
3533 (epilogue): Emit stack restore if TARGET_SOFT_STACK.
3534 (allocate_stack): Implement for TARGET_SOFT_STACK. Remove unused code.
3535 (allocate_stack_<mode>): Remove unused pattern.
3536 (set_softstack_insn): New pattern.
3537 (restore_stack_block): Handle for TARGET_SOFT_STACK.
3538 (nvptx_vote_ballot): New pattern.
3539 (omp_simt_lane): Ditto.
3540 (omp_simt_last_lane): Ditto.
3541 (omp_simt_ordered): Ditto.
3542 (omp_simt_vote_any): Ditto.
3543 (omp_simt_xchg_bfly): Ditto.
3544 (omp_simt_xchg_idx): Ditto.
3545 (nvptx_nounroll): Ditto.
3546 (atomic_compare_and_swap<mode>_1): Mark with atomic attribute.
3547 (atomic_exchange<mode>): Ditto.
3548 (atomic_fetch_add<mode>): Ditto.
3549 (atomic_fetch_addsf): Ditto.
3550 (atomic_fetch_<logic><mode>): Ditto.
3551 * config/nvptx/nvptx.opt (msoft-stack): New option.
3552 (muniform-simt): Ditto.
3553 (mgomp): Ditto.
3554 * config/nvptx/t-nvptx (MULTILIB_OPTIONS): New.
3555 * doc/extend.texi (Nvidia PTX Variable Attributes): New section.
3556 * doc/invoke.texi (msoft-stack): Document.
3557 (muniform-simt): Document
3558 (mgomp): Document.
3559 * doc/tm.texi: Regenerate.
3560 * doc/tm.texi.in (TARGET_SIMT_VF): New hook.
3561 * target.def: Define it.
3562 * target-insns.def (omp_simt_lane): New.
3563 (omp_simt_last_lane): New.
3564 (omp_simt_ordered): New.
3565 (omp_simt_vote_any): New.
3566 (omp_simt_xchg_bfly): New.
3567 (omp_simt_xchg_idx): New.
3568
3569 2016-11-16 Maciej W. Rozycki <macro@imgtec.com>
3570
3571 * config/mips/mips-protos.h (mips_set_text_contents_type): New
3572 prototype.
3573 * config/mips/mips.h (ASM_OUTPUT_BEFORE_CASE_LABEL): New macro.
3574 (ASM_OUTPUT_CASE_END): Likewise.
3575 * config/mips/mips.c (mips_set_text_contents_type): New function.
3576 (mips16_emit_constants): Record the pool's initial label number
3577 with the `consttable' insn. Emit a `consttable_end' insn at the end.
3578 (mips_final_prescan_insn): Call `mips_set_text_contents_type'
3579 for `consttable' insns.
3580 (mips_final_postscan_insn): Call `mips_set_text_contents_type'
3581 for `consttable_end' insns.
3582 * config/mips/mips.md (unspec): Add UNSPEC_CONSTTABLE_END enum value.
3583 (consttable): Add operand.
3584 (consttable_end): New insn.
3585
3586 2016-11-16 Yuri Rumyantsev <ysrumyan@gmail.com>
3587
3588 * params.def (PARAM_VECT_EPILOGUES_NOMASK): New.
3589 * tree-if-conv.c (tree_if_conversion): Make public.
3590 * * tree-if-conv.h: New file.
3591 * tree-vect-data-refs.c (vect_analyze_data_ref_dependences) Avoid
3592 dynamic alias checks for epilogues.
3593 * tree-vect-loop-manip.c (vect_do_peeling): Return created epilog.
3594 * tree-vect-loop.c: include tree-if-conv.h.
3595 (new_loop_vec_info): Add zeroing orig_loop_info field.
3596 (vect_analyze_loop_2): Don't try to enhance alignment for epilogues.
3597 (vect_analyze_loop): Add argument ORIG_LOOP_INFO which is not NULL
3598 if epilogue is vectorized, set up orig_loop_info field of loop_vinfo
3599 using passed argument.
3600 (vect_transform_loop): Check if created epilogue should be returned
3601 for further vectorization with less vf. If-convert epilogue if
3602 required. Print vectorization success for epilogue.
3603 * tree-vectorizer.c (vectorize_loops): Add epilogue vectorization
3604 if it is required, pass loop_vinfo produced during vectorization of
3605 loop body to vect_analyze_loop.
3606 * tree-vectorizer.h (struct _loop_vec_info): Add new field
3607 orig_loop_info.
3608 (LOOP_VINFO_ORIG_LOOP_INFO): New.
3609 (LOOP_VINFO_EPILOGUE_P): New.
3610 (LOOP_VINFO_ORIG_VECT_FACTOR): New.
3611 (vect_do_peeling): Change prototype to return epilogue.
3612 (vect_analyze_loop): Add argument of loop_vec_info type.
3613 (vect_transform_loop): Return created loop.
3614
3615 2016-11-16 Segher Boessenkool <segher@kernel.crashing.org>
3616
3617 * config/rs6000/rs6000.c (rs6000_components_for_bb): Mark the LR
3618 component as used also if LR_REGNO is a live input to the bb.
3619 * df-scan.c (df_get_entry_block_def_set): Return immediately after
3620 clearing the set if DF_SCAN_EMPTY_ENTRY_EXIT is set.
3621 (df_get_exit_block_use_set): Ditto.
3622 * df.h (df_scan_flags): New enum.
3623 * shrink-wrap.c (try_shrink_wrapping_separate): Set
3624 DF_SCAN_EMPTY_ENTRY_EXIT in df_scan->local_flags, and call
3625 df_update_entry_block_defs and df_update_exit_block_uses
3626 at the start; clear the flag and call those functions at the end.
3627
3628 2016-11-16 Richard Sandiford <richard.sandiford@arm.com>
3629 Alan Hayward <alan.hayward@arm.com>
3630 David Sherwood <david.sherwood@arm.com>
3631
3632 * tree-vect-loop-manip.c (slpeel_make_loop_iterate_ntimes): Set
3633 nb_iterations to the number of latch iterations rather than the
3634 number of loop iterations.
3635
3636 2016-11-16 Richard Sandiford <richard.sandiford@arm.com>
3637 Alan Hayward <alan.hayward@arm.com>
3638 David Sherwood <david.sherwood@arm.com>
3639
3640 * combine.c (maybe_swap_commutative_operands): New function.
3641 (combine_simplify_rtx): Use it.
3642 (change_zero_ext): Likewise.
3643 (make_compound_operation_int): New function, split out of...
3644 (make_compound_operation): ...here. Use
3645 maybe_swap_commutative_operands for both.
3646
3647 2016-11-16 Richard Earnshaw <rearnsha@arm.com>
3648
3649 * arm/arm-fpus.def (vfpv2): New FPU, currently an alias for 'vfp'.
3650 (neon-vfpv3): New FPU, currently an alias for 'neon'.
3651 * arm/arm-tables.opt: Regenerated.
3652 * arm/t-aprofile (MULTILIB_REUSE): Add reuse rules for vfpv2 and
3653 neon-vfpv3.
3654 * doc/invoke.texi (ARM: -mfpu): Document new options. Note that 'vfp'
3655 and 'neon' are aliases for specific implementations.
3656
3657 2016-11-16 Richard Sandiford <richard.sandiford@arm.com>
3658 Alan Hayward <alan.hayward@arm.com>
3659 David Sherwood <david.sherwood@arm.com>
3660
3661 * optabs.c (vector_compare_rtx): Add a cmp_mode parameter
3662 and use it in the final call to gen_rtx_fmt_ee.
3663 (expand_vec_cond_expr): Update accordingly.
3664 (expand_vec_cmp_expr): Likewise.
3665
3666 2016-11-16 Richard Sandiford <richard.sandiford@arm.com>
3667 Alan Hayward <alan.hayward@arm.com>
3668 David Sherwood <david.sherwood@arm.com>
3669
3670 * cprop.c (local_cprop_find_used_regs): Use df_read_modify_subreg_p.
3671
3672 2016-11-16 Richard Biener <rguenther@suse.de>
3673
3674 PR middle-end/78333
3675 * gimplify.c (gimplify_function_tree): Do not instrument
3676 GNU extern inline functions.
3677
3678 2016-11-16 Martin Liska <mliska@suse.cz>
3679
3680 PR sanitizer/78270
3681 * gimplify.c (gimplify_switch_expr): Always save previous
3682 gimplify_ctxp->live_switch_vars.
3683
3684 2016-11-16 Andrew Burgess <andrew.burgess@embecosm.com>
3685
3686 * config/arc/arc.md (movb peephole2): New peephole2 to merge two
3687 zero_extract operations to allow a movb to occur.
3688 * testsuite/gcc.target/arc/movb-1.c: Update little endian arc results.
3689 * testsuite/gcc.target/arc/movb-2.c: Likewise.
3690 * testsuite/gcc.target/arc/movb-5.c: Likewise.
3691 * testsuite/gcc.target/arc/movh_cl-1.c: Extend test to cover
3692 little endian arc.
3693
3694 2016-11-16 Richard Sandiford <richard.sandiford@arm.com>
3695 Alan Hayward <alan.hayward@arm.com>
3696 David Sherwood <david.sherwood@arm.com>
3697
3698 * expr.c (emit_group_load_1): Tighten check for whether an
3699 access involves only one operand of a CONCAT. Use extract_bit_field
3700 for constants if the bit range does span the whole operand.
3701
3702 2016-11-16 Richard Sandiford <richard.sandiford@arm.com>
3703 Alan Hayward <alan.hayward@arm.com>
3704 David Sherwood <david.sherwood@arm.com>
3705
3706 * rtlanal.c (rtx_addr_can_trap_p_1): Handle unknown sizes.
3707
3708 2016-11-16 Richard Sandiford <richard.sandiford@arm.com>
3709 Alan Hayward <alan.hayward@arm.com>
3710 David Sherwood <david.sherwood@arm.com>
3711
3712 * tree-vect-loop.c (vect_transform_loop): Protect the updates of
3713 all three iteration counts with an any_* test. Use a single update
3714 for each count. Fix the calculation of nb_iterations_estimate.
3715
3716 2016-11-16 Richard Sandiford <richard.sandiford@arm.com>
3717
3718 * config/pdp11/pdp11.c: Include dbxout.h.
3719
3720 2016-11-16 Richard Sandiford <richard.sandiford@arm.com>
3721
3722 * config/arc/arc.c (arc_loop_hazard): Add missing brackets.
3723
3724 2016-11-16 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3725
3726 PR target/78364
3727 * config/arm/arm.md (*extv_reg): Restrict operands 2 and 3 to the
3728 proper ranges for an SBFX instruction.
3729 (extzv_t2): Likewise for UBFX.
3730
3731 2016-11-16 Richard Biener <rguenther@suse.de>
3732
3733 PR tree-optimization/78348
3734 * tree-loop-distribution.c (enum partition_kind): Add PKIND_MEMMOVE.
3735 (generate_memcpy_builtin): Honor PKIND_MEMCPY on the partition.
3736 (classify_partition): Set PKIND_MEMCPY if dependence analysis
3737 revealed no dependency, PKIND_MEMMOVE otherwise.
3738
3739 2016-11-16 Jakub Jelinek <jakub@redhat.com>
3740
3741 PR sanitizer/77823
3742 * ubsan.c (ubsan_build_overflow_builtin): Add DATAP argument, if
3743 it points to non-NULL tree, use it instead of ubsan_create_data.
3744 (instrument_si_overflow): Handle vector signed integer overflow
3745 checking.
3746 * ubsan.h (ubsan_build_overflow_builtin): Add DATAP argument.
3747 * tree-vrp.c (simplify_internal_call_using_ranges): Punt for
3748 vector IFN_UBSAN_CHECK_*.
3749 * internal-fn.c (expand_addsub_overflow): Add DATAP argument,
3750 pass it through to ubsan_build_overflow_builtin.
3751 (expand_neg_overflow, expand_mul_overflow): Likewise.
3752 (expand_vector_ubsan_overflow): New function.
3753 (expand_UBSAN_CHECK_ADD, expand_UBSAN_CHECK_SUB,
3754 expand_UBSAN_CHECK_MUL): Use tit for vector arithmetics.
3755 (expand_arith_overflow): Adjust expand_*_overflow callers.
3756
3757 2016-11-16 Matthias Klose <doko@ubuntu.com>
3758
3759 * doc/install.texi: Remove references to java/libjava.
3760
3761 2016-11-16 Kugan Vivekanandarajah <kuganv@linaro.org>
3762
3763 * tree-ssa-coalesce.c (register_default_def): Remove
3764 register_ssa_partition.
3765 (create_outofssa_var_map): Likewise.
3766 * tree-ssa-live.c (register_ssa_partition_check): Remove.
3767 * tree-ssa-live.h (register_ssa_partition): Likewise.
3768
3769 2016-11-15 Bernd Edlinger <bernd.edlinger@hotmail.de>
3770
3771 * genattrtab.c (attr_rtx_1): Avoid allocating new rtx objects.
3772 Clear ATTR_CURR_SIMPLIFIED_P for re-used binary rtx objects.
3773 Use DEF_ATTR_STRING for string arguments. Use RTL_HASH for
3774 integer arguments. Only set ATTR_PERMANENT_P on newly hashed
3775 rtx when all sub-rtx are also permanent.
3776 (attr_eq): Simplify.
3777 (attr_copy_rtx): Remove.
3778 (make_canonical, get_attr_value): Use attr_equal_p.
3779 (copy_boolean): Rehash NOT.
3780 (simplify_test_exp_in_temp,
3781 optimize_attrs): Remove call to attr_copy_rtx.
3782 (attr_alt_intersection, attr_alt_union,
3783 attr_alt_complement, mk_attr_alt): Rehash EQ_ATTR_ALT.
3784 (make_automaton_attrs): Use attr_eq.
3785
3786 2016-11-15 Matthias Klose <doko@ubuntu.com>
3787
3788 * doc/install.texi: Remove references to java/libjava.
3789 * doc/sourcebuild.texi: Likewise.
3790 * doc/invoke.texi: Likewise.
3791 * doc/standards.texi: Likewise.
3792
3793 2016-11-15 Richard Sandiford <richard.sandiford@arm.com>
3794 Alan Hayward <alan.hayward@arm.com>
3795 David Sherwood <david.sherwood@arm.com>
3796
3797 * config/i386/i386.h (INCOMING_RETURN_ADDR_RTX): Use Pmode instead
3798 of VOIDmode.
3799 * config/ia64/ia64.h (INCOMING_RETURN_ADDR_RTX): Likewise.
3800 * config/iq2000/iq2000.h (INCOMING_RETURN_ADDR_RTX): Likewise.
3801 * config/m68k/m68k.h (INCOMING_RETURN_ADDR_RTX): Likewise.
3802 * config/microblaze/microblaze.h (INCOMING_RETURN_ADDR_RTX): Likewise.
3803 * config/mips/mips.h (INCOMING_RETURN_ADDR_RTX): Likewise.
3804 * config/mn10300/mn10300.h (INCOMING_RETURN_ADDR_RTX): Likewise.
3805 * config/nios2/nios2.h (INCOMING_RETURN_ADDR_RTX): Likewise.
3806
3807 2016-11-15 Richard Sandiford <richard.sandiford@arm.com>
3808 Alan Hayward <alan.hayward@arm.com>
3809 David Sherwood <david.sherwood@arm.com>
3810
3811 * dce.c (check_argument_store): Pass the size instead of
3812 the memory reference.
3813 (find_call_stack_args): Pass MEM_SIZE to check_argument_store.
3814
3815 2016-11-15 Richard Sandiford <richard.sandiford@arm.com>
3816 Alan Hayward <alan.hayward@arm.com>
3817 David Sherwood <david.sherwood@arm.com>
3818
3819 * alias.c (canon_rtx): Use simplify_gen_binary.
3820
3821 2016-11-15 Richard Sandiford <richard.sandiford@arm.com>
3822 Alan Hayward <alan.hayward@arm.com>
3823 David Sherwood <david.sherwood@arm.com>
3824
3825 * rtl.h (load_extend_op): Declare.
3826 * rtlanal.c (load_extend_op): New function.
3827 (nonzero_bits1): Use it.
3828 (num_sign_bit_copies1): Likewise.
3829 * cse.c (cse_insn): Likewise.
3830 * fold-const.c (fold_single_bit_test): Likewise.
3831 (fold_unary_loc): Likewise.
3832 * fwprop.c (free_load_extend): Likewise.
3833 * postreload.c (reload_cse_simplify_set): Likewise.
3834 (reload_cse_simplify_operands): Likewise.
3835 * combine.c (try_combine): Likewise.
3836 (simplify_set): Likewise. Remove redundant SUBREG_BYTE and
3837 subreg_lowpart_p checks.
3838
3839 2016-11-15 Richard Sandiford <richard.sandiford@arm.com>
3840 Alan Hayward <alan.hayward@arm.com>
3841 David Sherwood <david.sherwood@arm.com>
3842
3843 * combine.c (simplify_shift_const_1): Use the number of bits
3844 in the inner mode to determine the range of the shift.
3845 When handling shifts of vectors, skip any rules that apply
3846 only to scalars.
3847
3848 2016-11-15 Richard Sandiford <richard.sandiford@arm.com>
3849 Alan Hayward <alan.hayward@arm.com>
3850 David Sherwood <david.sherwood@arm.com>
3851
3852 * rtlanal.c (num_sign_bit_copies1): Calculate bitwidth after
3853 handling VOIDmode.
3854
3855 2016-11-15 Matthias Klose <doko@ubuntu.com>
3856
3857 * doc/install.texi: Remove references to gcj/libjava.
3858 * doc/invoke.texi: Likewise.
3859
3860 2016-11-15 Jeff Law <law@redhat.com>
3861
3862 * tree-ssa-threadbackward.c (fsm_find_thread_path): Remove unneeded
3863 parameter. Callers changed.
3864 (check-subpath_and_update_thread_path): Extracted from
3865 fsm_find_control_statement_thread_paths.
3866 (handle_phi, handle_assignment, handle_assignment_p): Likewise.
3867 (handle_phi, handle_assignment): Allow any constant node, not
3868 just INTEGER_CST.
3869
3870 2016-11-15 Claudiu Zissulescu <claziss@synopsys.com>
3871
3872 * config/arc/arc-arch.h: New file.
3873 * config/arc/arc-arches.def: Likewise.
3874 * config/arc/arc-cpus.def: Likewise.
3875 * config/arc/arc-options.def: Likewise.
3876 * config/arc/t-multilib: Likewise.
3877 * config/arc/genmultilib.awk: Likewise.
3878 * config/arc/genoptions.awk: Likewise.
3879 * config/arc/arc-tables.opt: Likewise.
3880 * config/arc/driver-arc.c: Likewise.
3881 * testsuite/gcc.target/arc/nps400-cpu-flag.c: Likewise.
3882 * common/config/arc/arc-common.c (arc_handle_option): Trace
3883 toggled options.
3884 * config.gcc (arc*-*-*): Add arc-tables.opt to arc's extra
3885 options; check for supported cpu against arc-cpus.def file.
3886 (arc*-*-elf*, arc*-*-linux-uclibc*): Use new make fragment; define
3887 TARGET_CPU_BUILD macro; add driver-arc.o as an extra object.
3888 * config/arc/arc-c.def: Add emacs local variables.
3889 * config/arc/arc-opts.h (processor_type): Use arc-cpus.def file.
3890 (FPU_FPUS, FPU_FPUD, FPU_FPUDA, FPU_FPUDA_DIV, FPU_FPUDA_FMA)
3891 (FPU_FPUDA_ALL, FPU_FPUS_DIV, FPU_FPUS_FMA, FPU_FPUS_ALL)
3892 (FPU_FPUD_DIV, FPU_FPUD_FMA, FPU_FPUD_ALL): New defines.
3893 (DEFAULT_arc_fpu_build): Define.
3894 (DEFAULT_arc_mpy_option): Define.
3895 * config/arc/arc-protos.h (arc_init): Delete.
3896 * config/arc/arc.c (arc_cpu_name): New variable.
3897 (arc_selected_cpu, arc_selected_arch, arc_arcem, arc_archs)
3898 (arc_arc700, arc_arc600, arc_arc601): New variable.
3899 (arc_init): Add static; remove selection of default tune value,
3900 cleanup obsolete error messages.
3901 (arc_override_options): Make use of .def files for selecting the
3902 right cpu and option configurations.
3903 * config/arc/arc.h (stdbool.h): Include.
3904 (TARGET_CPU_DEFAULT): Define.
3905 (CPP_SPEC): Remove mcpu=NPS400 handling.
3906 (arc_cpu_to_as): Declare.
3907 (EXTRA_SPEC_FUNCTIONS): Define.
3908 (OPTION_DEFAULT_SPECS): Likewise.
3909 (ASM_DEFAULT): Remove.
3910 (ASM_SPEC): Use arc_cpu_to_as.
3911 (DRIVER_SELF_SPECS): Remove deprecated options.
3912 (arc_base_cpu): Declare.
3913 (TARGET_ARC600, TARGET_ARC601, TARGET_ARC700, TARGET_EM)
3914 (TARGET_HS, TARGET_V2, TARGET_ARC600): Make them use arc_base_cpu
3915 variable.
3916 (MULTILIB_DEFAULTS): Use ARC_MULTILIB_CPU_DEFAULT.
3917 * config/arc/arc.md (attr_cpu): Remove.
3918 * config/arc/arc.opt (mno-mpy): Deprecate.
3919 (mcpu=ARC600, mcpu=ARC601, mcpu=ARC700, mcpu=NPS400, mcpu=ARCEM)
3920 (mcpu=ARCHS): Remove.
3921 (mcrc, mdsp-packa, mdvbf, mmac-d16, mmac-24, mtelephony, mrtsc):
3922 Deprecate.
3923 (mbarrel_shifte, mspfp_, mdpfp_, mdsp_pack, mmac_): Remove.
3924 (arc_fpu): Use new defines.
3925 (mpy-option): Change to use numeric or string like inputs.
3926 * config/arc/t-arc (driver-arc.o): New target.
3927 (arc-cpus, t-multilib, arc-tables.opt): Likewise.
3928 * config/arc/t-arc-newlib: Delete.
3929 * config/arc/t-arc-uClibc: Renamed to t-uClibc.
3930 * doc/invoke.texi (ARC): Update arc options.
3931
3932 2016-11-15 Maciej W. Rozycki <macro@imgtec.com>
3933
3934 * config/mips/mips.c (mips16_emit_constants): Emit `consttable'
3935 insn at the beginning of the constant pool.
3936 (mips_insert_insn_pseudos): New function.
3937 (mips_machine_reorg2): Call it.
3938 * config/mips/mips.md (unspec): Add UNSPEC_CONSTTABLE and
3939 UNSPEC_INSN_PSEUDO enum values.
3940 (insn_pseudo, consttable): New insns.
3941
3942 2016-11-15 Michael Matz <matz@suse.de>
3943
3944 PR missed-optimization/77881
3945 * combine.c (simplify_comparison): Remove useless subregs
3946 also inside the loop, not just after it.
3947 (make_compound_operation): Recognize some subregs as being
3948 masking as well.
3949
3950 2016-11-15 Richard Sandiford <richard.sandiford@arm.com>
3951 Alan Hayward <alan.hayward@arm.com>
3952 David Sherwood <david.sherwood@arm.com>
3953
3954 * dwarf2out.c (mem_loc_descriptor): Fix GET_MODE_CLASS/
3955 GET_MODE_SIZE typo.
3956
3957 2016-11-14 Michael Meissner <meissner@linux.vnet.ibm.com>
3958
3959 * config/rs6000/rs6000.c (rs6000_expand_vector_set): Add support
3960 for using xxinsertw and vinsert{b,h} on ISA 3.0.
3961
3962 * config/rs6000/vsx.md (vsx_extract_<mode>): Update comment.
3963 (vsx_set_<mode>_p9): New insn to generate xxinsertw and
3964 vinsert{b,h} on ISA 3.0.
3965
3966 2016-11-14 Thomas Preud'homme <thomas.preudhomme@arm.com>
3967
3968 * tree-ssa-math-opts.c (find_bswap_or_nop): Zero out bytes in cmpxchg
3969 and cmpnop in two steps: first the ones not accessed in original gimple
3970 expression in a endian independent way and then the ones not accessed
3971 in the final result in an endian-specific way.
3972 (bswap_replace): Stop doing big endian adjustment.
3973
3974 2016-11-14 Uros Bizjak <ubizjak@gmail.com>
3975
3976 * config/i386/i386.md (*andndi3_doubleword): Merge operand constraints.
3977 (*ashl<mode>3_doubleword): Ditto.
3978
3979 2016-11-14 Martin Liska <mliska@suse.cz>
3980
3981 * tree-ssa-dse.c (dse_optimize_stmt): Remove quotes and extra new line.
3982
3983 2016-11-14 Prasad Ghangal <prasad.ghangal@gmail.com>
3984 Richard Biener <rguenther@suse.de>
3985
3986 * doc/invoke.texi (fgimple): Document.
3987 * dumpfile.h (TDF_GIMPLE): Add.
3988 * dumpfile.c (dump_options): Add gimple.
3989 * gimple-pretty-print.c (dump_gimple_switch): Adjust dump
3990 for TDF_GIMPLE.
3991 (dump_gimple_label): Likewise.
3992 (dump_gimple_phi): Likewise.
3993 (dump_gimple_bb_header): Likewise.
3994 (dump_phi_nodes): Likewise.
3995 (pp_cfg_jump): Likewise. Pass in dump flags.
3996 (dump_implicit_edges): Adjust.
3997 * passes.c (pass_init_dump_file): Do not dump function header
3998 for TDF_GIMPLE.
3999 * tree-cfg.c (dump_function_to_file): Dump function return type
4000 and __GIMPLE keyword for TDF_GIMPLE. Change guard for dumping
4001 GIMPLE stmts.
4002 * tree-pretty-print.c (dump_decl_name): Adjust dump for TDF_GIMPLE.
4003 (dump_generic_node): Likewise.
4004 * function.h (struct function): Add pass_startwith member.
4005 * passes.c (execute_one_pass): Implement startwith.
4006 * tree-ssanames.c (make_ssa_name_fn): New argument, check for version
4007 and assign proper version for parsed ssa names.
4008 * tree-ssanames.h (make_ssa_name_fn): Add new argument to the function.
4009 * internal-fn.c (expand_PHI): New function.
4010 * internal-fn.h (expand_PHI): Declared here.
4011 * internal-fn.def: New defination for PHI.
4012 * tree-cfg.c (lower_phi_internal_fn): New function.
4013 (build_gimple_cfg): Call it.
4014 (verify_gimple_call): Condition for passing label as arg in internal
4015 function PHI.
4016 * tree-into-ssa.c (rewrite_add_phi_arguments): Handle already
4017 present PHIs with arguments.
4018
4019 2016-11-14 Martin Liska <mliska@suse.cz>
4020
4021 PR bootstrap/78069
4022 * common.opt: Add prefer-atomic as a new enum value for
4023 -fprofile-update.
4024 * coretypes.h: Likewise.
4025 * doc/invoke.texi: Document the new option value.
4026 * gcc.c: Replace atomic with prefer-atomic. Remove warning.
4027 * tree-profile.c (tree_profiling): Select default value
4028 of -fprofile-update when 'prefer-atomic' is selected.
4029
4030 2016-11-14 Wilco Dijkstra <wdijkstr@arm.com>
4031
4032 * config/arm/cortex-a57.md (cortex_a57_alu): Move extend here, bfm...
4033 (cortex_a57_alu_shift): ...here.
4034
4035 2016-11-14 Wilco Dijkstra <wdijkstr@arm.com>
4036
4037 * config/aarch64/aarch64.md (aarch64_ashl_sisd_or_int_<mode>3)
4038 Use bfx attribute.
4039 (aarch64_lshr_sisd_or_int_<mode>3): Likewise.
4040 (aarch64_ashr_sisd_or_int_<mode>3): Likewise.
4041 (<optab>si3_insn_uxtw): Likewise.
4042 (<optab><mode>3_insn): Likewise.
4043 (<ANY_EXTEND:optab><GPI:mode>_ashl<SHORT:mode>): Likewise.
4044 (zero_extend<GPI:mode>_lshr<SHORT:mode>): Likewise.
4045 (extend<GPI:mode>_ashr<SHORT:mode>): Likewise.
4046 (<optab><mode>): Likewise.
4047 (insv<mode>): Likewise.
4048 (andim_ashift<mode>_bfiz): Likewise.
4049 * config/aarch64/thunderx.md (thunderx_shift): Add bfx.
4050 * config/arm/cortex-a53.md (cortex_a53_alu_shift): Likewise.
4051 * config/arm/cortex-a57.md (cortex_a57_alu): Add bfx.
4052 * config/arm/exynos-m1.md (exynos_m1_alu): Add bfx.
4053 (exynos_m1_alu_p): Likewise.
4054 * config/arm/types.md: Add bfx.
4055 * config/arm/xgene1.md (xgene1_bfm): Add bfx.
4056
4057 2016-11-14 Wilco Dijkstra <wdijkstr@arm.com>
4058
4059 * config/aarch64/aarch64.c (cortexa57_vector_cost):
4060 Change vec_stmt_cost, vec_align_load_cost and vec_unalign_load_cost.
4061
4062 2016-11-14 Richard Biener <rguenther@suse.de>
4063
4064 PR tree-optimization/78312
4065 * gimple-ssa-backprop.c (backprop::prepare_change): Reset
4066 flow-sensitive info.
4067
4068 2016-11-14 Georg-Johann Lay <avr@gjlay.de>
4069
4070 PR target/78093
4071 * doc/invoke.texi (AVR Options) [-mabsdata]: Document new option.
4072 * config/avr/avr.opt (-mabsdata): New option.
4073 * config/avr/avr-arch.h (avr_device_specific_features): Add AVR_ISA_LDS.
4074 * config/avr/avr.c (avr_encode_section_info) [AVR_TINY]: If
4075 -mabsdata & symbol is not progmem, tag as AVR_SYMBOL_FLAG_TINY_ABSDATA.
4076 * config/avr/avr-mcus.def (attiny4/5/9/10/20): Use AVR_ISA_LDS.
4077 * config/avr/gen-avr-mmcu-specs.c (print_mcu): Print cc1_absdata
4078 spec depending on AVR_ISA_LDS.
4079 * config/avr/specs.h (CC1_SPEC): Enhanced by cc1_absdata spec.
4080
4081 2016-11-13 Jakub Jelinek <jakub@redhat.com>
4082
4083 * match.pd: Don't try to compare addresses of variables with
4084 DECL_VALUE_EXPR.
4085
4086 2016-11-13 Kugan Vivekanandarajah <kuganv@linaro.org>
4087
4088 * ipa-cp.c (ipa_get_jf_pass_through_result): Skip unary expressions.
4089 (propagate_vr_accross_jump_function): Handle unary expressions.
4090 * ipa-prop.c (ipa_set_jf_unary_pass_through): New.
4091 (load_from_param_1): New.
4092 (load_from_unmodified_param): Factor common part into load_from_param_1.
4093 (load_from_param): New.
4094 (compute_complex_assign_jump_func): Handle unary expressions.
4095 (update_jump_functions_after_inlining): Likewise.
4096 (ipa_write_jump_function): Likewise.
4097 (ipa_read_jump_function): Likewise.
4098
4099 2016-11-13 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
4100
4101 PR c/35503
4102 * doc/invoke.texi: Document Wrestrict.
4103 * pretty-print.c (pp_format): Add case for "Z" specifier.
4104 (test_pp_format): Test "Z" specifier.
4105
4106 2016-11-13 Eric Botcazou <ebotcazou@adacore.com>
4107
4108 * ipa-icf.c (sem_function::merge): Do not create a wrapper also if the
4109 original function needs a static chain.
4110
4111 2016-11-13 David Edelsohn <dje.gcc@gmail.com>
4112
4113 PR target/78336
4114 * config/rs6000/rs6000.c (rs6000_asm_weaken_decl): Protect
4115 ASM_OUTPUT_DEF.
4116
4117 2016-11-12 Segher Boessenkool <segher@kernel.crashing.org>
4118
4119 PR target/77957
4120 * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Don't
4121 return early if !optional_tbtab.
4122
4123 2016-11-11 Eric Botcazou <ebotcazou@adacore.com>
4124
4125 PR rtl-optimization/59461
4126 * doc/rtl.texi (paradoxical subregs): Add missing word.
4127 * combine.c (reg_nonzero_bits_for_combine): Do not discard results
4128 in modes with precision larger than that of last_set_mode.
4129 * rtlanal.c (nonzero_bits1) <SUBREG>: If WORD_REGISTER_OPERATIONS is
4130 set and LOAD_EXTEND_OP is appropriate, propagate results from inner
4131 REGs to paradoxical SUBREGs.
4132 (num_sign_bit_copies1) <SUBREG>: Likewise. Check that the mode is not
4133 larger than a word before invoking LOAD_EXTEND_OP on it.
4134
4135 2016-11-11 Michael Meissner <meissner@linux.vnet.ibm.com>
4136
4137 PR target/78243
4138 * config/rs6000/vsx.md (vsx_extract_<mode>_p9): Correct the
4139 element order for little endian ordering.
4140
4141 * config/rs6000/altivec.md (reduc_plus_scal_<mode>): Use
4142 VECTOR_ELT_ORDER_BIG and not BYTES_BIG_ENDIAN to adjust element
4143 number.
4144
4145 2016-11-11 Uros Bizjak <ubizjak@gmail.com>
4146
4147 PR target/78310
4148 * config/i386/i386.md (rotate to rotatex splitter): Avoid overflow
4149 when calculating operand 2.
4150 (rotate to rotatex zext splitter): Ditto.
4151
4152 2016-11-11 Jeff Law <law@redhat.com>
4153
4154 * gimple-ssa-isolate-paths.c (is_divmod_with_given_divisor): New
4155 function.
4156 (stmt_uses_name_in_undefined_way): New function, extracted from
4157 find_implicit_erroneous_behavior and extended for div/mod case.
4158 (stmt_uses_0_or_null_in_undefined_way): New function, extracted from
4159 find_explicit_erroneous_behavior and extended for div/mod case.
4160 (find_implicit_erroneous_behavior): Use new helper function.
4161 (find_explicit_erroneous_behavior): Use new helper function.
4162
4163 2016-11-11 Richard Biener <rguenther@suse.de>
4164
4165 PR tree-optimization/71575
4166 * graphite-isl-ast-to-gimple.c (copy_cond_phi_nodes): Remove
4167 bogus assert.
4168
4169 2016-11-11 Richard Biener <rguenther@suse.de>
4170
4171 PR middle-end/78295
4172 * tree-ssa-uninit.c (warn_uninitialized_vars): Do not warn
4173 about uninitialized destination arg of BIT_INSERT_EXPR.
4174
4175 2016-11-10 Sandra Loosemore <sandra@codesourcery.com>
4176
4177 PR c/37998
4178 * doc/invoke.texi (Code Gen Options) [-fno-common]: Use correct
4179 terminology. Expand to remove ambiguity.
4180
4181 2016-11-10 Segher Boessenkool <segher@kernel.crashing.org>
4182
4183 PR rtl-optimization/78232
4184 * combine.c (try_combine): Add a big comment about why reusing i2dest
4185 is undesirable.
4186 (change_zero_ext): Do not call simplify_gen_binary, do the
4187 simplifications manually.
4188
4189 2016-11-10 Michael Meissner <meissner@linux.vnet.ibm.com>
4190
4191 * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): If ISA 3.0,
4192 enable HImode and QImode to go in vector registers by default if
4193 the -mvsx-small-integer option is enabled.
4194 (rs6000_secondary_reload_simple_move): Likewise.
4195 (rs6000_preferred_reload_class): Don't force integer constants to
4196 be loaded into vector registers that we can easily make into
4197 memory (or being created in the GPRs and moved over with direct move).
4198 * config/rs6000/vsx.md (UNSPEC_P9_MEMORY): Delete, no longer used.
4199 (vsx_extract_<mode>): Rework V4SImode, V8HImode, and V16QImode
4200 vector extraction on ISA 3.0 when the scalar integer can be
4201 allocated in vector registers. Generate the VEC_SELECT directy,
4202 and don't use UNSPEC's to avoid having the scalar type in a vector
4203 register. Make the expander target registers, and let the
4204 combiner fold in results storing to memory, if the machine
4205 supports stores.
4206 (vsx_extract_<mode>_di): Likewise.
4207 (vsx_extract_<mode>_p9): Likewise.
4208 (vsx_extract_<mode>_di_p9): Likewise.
4209 (vsx_extract_<mode>_store_p9): Likewise.
4210 (vsx_extract_si): Likewise.
4211 (vsx_extract_<mode>_p8): Likewise.
4212 (p9_lxsi<wd>zx): Delete, no longer used.
4213 (p9_stxsi<wd>x): Likewise.
4214 * config/rs6000/rs6000.md (INT_ISA3): New mode iterator for
4215 integers in vector registers for ISA 3.0.
4216 (QHI): Update comment.
4217 (zero_extendqi<mode>2): Add support for ISA 3.0 scalar load or
4218 vector extract instructions in sign/zero extend.
4219 (zero_extendhi<mode>): Likewise.
4220 (extendqi<mode>): Likewise.
4221 (extendhi<mode>2): Likewise.
4222 (HImode splitter for load/sign extend in vector register): Likewise.
4223 (float<QHI:mode><FP_ISA3:mode>2): Eliminate old method of
4224 optimizing floating point conversions to/from small data types and
4225 rewrite it to support QImode/HImode being allowed in vector
4226 registers on ISA 3.0.
4227 (float<QHI:mode><FP_ISA3:mode>2_internal): Likewise.
4228 (floatuns<QHI:mode><FP_ISA3:mode>2): Likewise.
4229 (floatuns<QHI:mode><FP_ISA3:mode>2_internal): Likewise.
4230 (fix_trunc<SFDF:mode><QHI:mode>2): Likewise.
4231 (fix_trunc<SFDF:mode><QHI:mode>2_internal): Likewise.
4232 (fixuns_trunc<SFDF:mode><QHI:mode>2): Likewise.
4233 (fixuns_trunc<SFDF:mode><QHI:mode>2_internal): Likewise.
4234 VSPLITISW on ISA 2.07.
4235 (movhi_internal): Combine movhi_internal and movqi_internal into
4236 one mov<mode>_internal with an iterator. Add support for QImode
4237 and HImode being allowed in vector registers. Make large number
4238 of attributes and constraints easier to read.
4239 (movqi_internal): Likewise.
4240 (mov<mode>_internal): Likewise.
4241 (movdi_internal64): Fix constraint to allow loading -16..15 with
4242 VSPLITISW on ISA 2.07.
4243 (integer XXSPLTIB splitter): Add support for QI, HI, and SImode as
4244 well as DImode.
4245
4246 2016-11-10 Pat Haugen <pthaugen@us.ibm.com>
4247
4248 PR rtl-optimization/78241
4249 * loop-unroll.c (unroll_loop_runtime_iterations): Don't adjust 'niter',
4250 but emit initial peel copy if niter expr is not reliable.
4251
4252 2016-11-10 Segher Boessenkool <segher@kernel.crashing.org>
4253
4254 * dwarf2cfi.c (dump_cfi_row): Add forward declaration.
4255 (maybe_record_trace_start): If the CFI is different on the new and
4256 old paths, print out both to the dump file before ICEing.
4257
4258 2016-11-10 Vladimir Makarov <vmakarov@redhat.com>
4259
4260 * target.def (additional_allocno_class_p): New.
4261 * hooks.h (hook_bool_reg_class_t_false): New prototype.
4262 * hooks.c (hook_bool_reg_class_t_false): New.
4263 * ira.c (setup_allocno_and_important_classes): Use the new hook.
4264 * doc/tm.texi.in (TARGET_ADDITIONAL_ALLOCNO_CLASS_P): Add it.
4265 * doc/tm.texi: Update.
4266
4267 2016-11-10 Jason Merrill <jason@redhat.com>
4268
4269 * gengtype.c (new_structure): Append to structures list.
4270 (find_structure): Likewise.
4271
4272 2016-11-10 Jim Wilson <jim.wilson@linaro.org>
4273
4274 * tree-loop-distribution.c (pg_add_dependence_edges): Return 2 if
4275 this_dir is 2. Check for this_dir non-zero before dir != this_dir
4276 check.
4277
4278 2016-11-10 Jakub Jelinek <jakub@redhat.com>
4279
4280 * omp-low.c (lower_omp_target): Fix up argument to is_reference.
4281 (expand_omp_ordered_sink): Handle TREE_PURPOSE of deps being
4282 TRUNC_DIV_EXPR.
4283 * gimplify.c (gimplify_scan_omp_clauses): Likewise. Set
4284 ctx->target_map_scalars_firstprivate on OMP_TARGET even for Fortran.
4285 Remove omp_no_lastprivate callers. Propagate lastprivate on combined
4286 teams distribute parallel for simd even to distribute and teams
4287 construct. For OMP_CLAUSE_DEPEND add missing break at the end of
4288 OMP_CLAUSE_DEPEND_SINK case.
4289 (omp_notice_variable): Use lang_hooks.decls.omp_scalar_p.
4290 (omp_no_lastprivate): Removed.
4291 (gimplify_adjust_omp_clauses): Remove omp_no_lastprivate callers.
4292 (gimplify_omp_for): Likewise.
4293 (computable_teams_clause): Fail for automatic vars from current
4294 function not yet seen in bind expr.
4295 * langhooks.c (lhd_omp_scalar_p): New function.
4296 * langhooks.h (struct lang_hooks_for_decls): Add omp_scalar_p.
4297 * varpool.c (varpool_node::get_create): Set node->offloading
4298 even for DECL_EXTERNAL decls.
4299 * langhooks-def.h (lhd_omp_scalar_p): New prototype.
4300 (LANG_HOOKS_OMP_SCALAR_P): Define.
4301 (LANG_HOOKS_DECLS): Use it.
4302
4303 2016-11-10 Martin Liska <mliska@suse.cz>
4304
4305 PR sanitizer/78270
4306 * gimplify.c (gimplify_switch_expr): Create live_switch_vars
4307 only when SWITCH_BODY is a BIND_EXPR.
4308
4309 2016-11-10 Pierre-Marie de Rodat <derodat@adacore.com>
4310
4311 PR debug/78112
4312 * dwarf2out.c (dwarf2out_early_global_decl): Call dwarf2out_decl
4313 on the context only when it has no DIE yet.
4314
4315 2016-11-10 Richard Earnshaw <rearnsha@arm.com>
4316
4317 * arm.h (target_cpus): Delete.
4318 * arm-opts.h (enum processor_type): Prefix entires with TARGET_CPU_.
4319 * arm.c (all_cores): Prefix IDENT with TARGET_CPU_.
4320 (all_architectures): Likewise.
4321 (arm_option_override): Adjust use of CPU enums.
4322 (arm_sched_reorder): Likewise.
4323 * vfp.md (movdi_vfp, movdi_vfp_cortexa8): Likewise.
4324 * arm.opt (mcpu, mtune): Adjust use of CPU enums.
4325 * arm/genopt.sh (processor_type): Prefix enumeration entries with
4326 TARGET_CPU_.
4327 * arm-tables.opt: Regenerated.
4328
4329 2016-11-10 Siddhesh Poyarekar <siddhesh.poyarekar@linaro.org>
4330
4331 * config/aarch64/aarch64-cores.def (qdf24xx): Update part number.
4332 (falkor): New core.
4333 * config/aarch64/aarch64-tune.md: Regenerated.
4334 * config/arm/arm-cores.def (falkor): New core.
4335 * config/arm/arm-tables.opt: Regenerated.
4336 * config/arm/arm-tune.md: Regenerated.
4337 * config/arm/bpabi.h (BE8_LINK_SPEC): Add falkor support.
4338 * config/arm/t-aprofile (MULTILIB_MATCHES): Likewise.
4339 * doc/invoke.texi (AArch64 Options/-mtune): Document it.
4340 (ARM Options/-mtune): Likewise.
4341
4342 2016-11-10 Kugan Vivekanandarajah <kuganv@linaro.org>
4343
4344 Revert
4345 2016-11-09 Kugan Vivekanandarajah <kuganv@linaro.org>
4346
4347 * ipa-cp.c (ipa_get_jf_pass_through_result): Handle unary expressions.
4348 (propagate_vr_accross_jump_function): Likewise.
4349 * ipa-prop.c (ipa_set_jf_unary_pass_through): New.
4350 (load_from_param_1): New.
4351 (load_from_unmodified_param): Factor common part into load_from_param_1.
4352 (load_from_param): New.
4353 (compute_complex_assign_jump_func): Handle unary expressions.
4354 (ipa_write_jump_function): Likewise.
4355 (ipa_read_jump_function): Likewise.
4356
4357 2016-11-09 Segher Boessenkool <segher@kernel.crashing.org>
4358
4359 * simplify-rtx.c (simplify_binary_operation_1): Simplify
4360 (xor (and (xor A B) C) B) to (ior (and A C) (and B ~C)) and
4361 (xor (and (xor A B) C) A) to (ior (and A ~C) (and B C)) if C
4362 is a const_int.
4363
4364 2016-11-09 David Malcolm <dmalcolm@redhat.com>
4365
4366 * print-rtl-function.c: Include varasm.h.
4367 (print_any_param_name): New function.
4368 (print_param): New function.
4369 (print_rtx_function): Call print_param for each argument.
4370 * print-rtl.c (rtx_writer::finish_directive): New function.
4371 * print-rtl.h (rtx_writer::finish_directive): New decl.
4372
4373 2016-11-09 Uros Bizjak <ubizjak@gmail.com>
4374
4375 PR target/78262
4376 * config/i386/i386.md (*<shift_insn><mode>3_doubleword): Mark
4377 operand 0 as earlyclobber.
4378 (*ashl<mode>3_doubleword): Ditto for all operand 0 alternatives.
4379
4380 2016-11-09 Martin Liska <mliska@suse.cz>
4381
4382 * fold-const-call.c (fold_const_call): Fix up type of s0 and s1.
4383
4384 2016-11-09 Jakub Jelinek <jakub@redhat.com>
4385
4386 PR target/77718
4387 * builtins.c (expand_builtin_memcmp): Formatting fix.
4388
4389 * flag-types.h (enum sanitize_code): Add SANITIZE_SHIFT_BASE
4390 and SANITIZE_SHIFT_EXPONENT, change SANITIZE_SHIFT to bitwise
4391 or of them, renumber other enumerators.
4392 * opts.c (sanitizer_opts): Add shift-base and shift-exponent.
4393 * doc/invoke.texi: Document -fsanitize=shift-base and
4394 -fsanitize-shift-exponent, document -fsanitize=shift as
4395 having those 2 suboptions.
4396
4397 2016-11-09 Richard Biener <rguenther@suse.de>
4398
4399 * fold-const.c (tree_swap_operands_p): Remove unused arg.
4400 * fold-const.c (tree_swap_operands_p): Likewise.
4401 (fold_binary_loc): Adjust.
4402 (fold_ternary_loc): Likewise.
4403 * genmatch.c (dt_operand::gen_gimple_exp): Likewise.
4404 * gimple-fold.c (fold_stmt_1): Likewise.
4405 * gimple-match-head.c (gimple_resimplify2): Likewise.
4406 (gimple_resimplify3): Likewise.
4407 (gimple_simplify): Likewise.
4408 * tree-ssa-dom.c (record_equality): Likewise.
4409 * tree-ssa-reassoc.c (optimize_range_tests_var_bound): Likewise.
4410 * tree-ssa-sccvn.c (vn_nary_op_compute_hash): Likewise.
4411 * tree-ssa-threadedge.c (simplify_control_stmt_condition_1): Likewise.
4412
4413 2016-11-09 Richard Biener <rguenther@suse.de>
4414
4415 * tree-ssa-dom.c (canonicalize_comparison): Remove.
4416 (optimize_stmt): Remove redundant pre-propagation canonicalization
4417 of comparison operand order.
4418
4419 2016-11-09 Martin Liska <mliska@suse.cz>
4420
4421 * fold-const-call.c (fold_const_call): Fix the folding.
4422
4423 2016-11-09 Richard Biener <rguenther@suse.de>
4424
4425 * common.opt (flag_evaluation_order): Remove.
4426 * expr.c (expand_operands): Remove code guarded by
4427 flag_evaluation_order.
4428 * fold-const.c (reorder_operands_p): Remove, it always returns
4429 true.
4430 (negate_expr_p): Remove calls to reorder_operands_p.
4431 (fold_negate_expr): Likewise.
4432 (tree_swap_operands_p): Likewise.
4433 (fold_binary_loc): Likewise.
4434
4435 2016-11-09 Andreas Schwab <schwab@suse.de>
4436
4437 PR target/78254
4438 * config/m68k/m68k.md: Reject out-of-range bit pos in bit-fields
4439 insns operating on a register.
4440
4441 2016-11-09 Richard Biener <rguenther@suse.de>
4442
4443 PR tree-optimization/78007
4444 * tree-vect-stmts.c (vectorizable_bswap): New function.
4445 (vectorizable_call): Call vectorizable_bswap for
4446 BUILT_IN_BSWAP{16,32,64} if arguments are not promoted.
4447
4448 2016-11-09 Richard Biener <rguenther@suse.de>
4449
4450 * tree-vect-data-refs.c (vect_compute_data_ref_alignment):
4451 Look at the DR_BASE_ADDRESS object for forcing alignment.
4452
4453 2016-11-09 Kugan Vivekanandarajah <kuganv@linaro.org>
4454
4455 * ipa-cp.c (ipa_get_jf_pass_through_result): Handle unary expressions.
4456 (propagate_vr_accross_jump_function): Likewise.
4457 * ipa-prop.c (ipa_set_jf_unary_pass_through): New.
4458 (load_from_param_1): New.
4459 (load_from_unmodified_param): Factor common part into load_from_param_1.
4460 (load_from_param): New.
4461 (compute_complex_assign_jump_func): Handle unary expressions.
4462 (ipa_write_jump_function): Likewise.
4463 (ipa_read_jump_function): Likewise.
4464
4465 2016-11-09 Kugan Vivekanandarajah <kuganv@linaro.org>
4466
4467 PR ipa/78121
4468 * ipa-cp.c (propagate_vr_accross_jump_function): Pass param type.
4469 Also fold constant passed as argument while computing value range.
4470 (propagate_constants_accross_call): Pass param type.
4471 * ipa-prop.c: export ipa_get_callee_param_type.
4472 * ipa-prop.h: export ipa_get_callee_param_type.
4473
4474 2016-11-09 Maxim Ostapenko <m.ostapenko@samsung.com>
4475
4476 * asan.h (asan_intercepted_p): Handle BUILT_IN_STRCSPN,
4477 BUILT_IN_STRPBRK, BUILT_IN_STRSPN and BUILT_IN_STRSTR.
4478
4479 2016-11-09 Maxim Ostapenko <m.ostapenko@samsung.com>
4480
4481 * asan.h (ASAN_STACK_MAGIC_PARTIAL): Remove.
4482 * asan.c (ASAN_STACK_MAGIC_PARTIAL): Replace with
4483 ASAN_STACK_MAGIC_MIDDLE.
4484 (asan_global_struct): Increase the size of fields.
4485 (asan_add_global): Add new field constructor.
4486 * sanitizer.def (__asan_version_mismatch_check_v6): Replace with
4487 __asan_version_mismatch_check_v8.
4488
4489 2016-11-08 David Edelsohn <dje.gcc@gmail.com>
4490
4491 * dwarf2asm.c (USE_LINKONCE_INDIRECT): Test XCOFF_DEBUGGING_INFO
4492 at runtime.
4493
4494 2016-11-08 Uros Bizjak <ubizjak@gmail.com>
4495
4496 PR target/70799
4497 * config/i386/i386.c (dimode_scalar_to_vector_candidate_p):
4498 Handle ASHIFT and LSHIFTRT.
4499 (dimode_scalar_chain::compute_convert_gain): Ditto.
4500 (dimode_scalar_chain::convert_insn): Ditto.
4501
4502 2016-11-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4503
4504 * gimple-ssa-store-merging.c: Include selftest.h
4505 (verify_array_eq): New function.
4506 (verify_shift_bytes_in_array): Likewise.
4507 (verify_shift_bytes_in_array_right): Likewise.
4508 (verify_clear_bit_region): Likewise.
4509 (verify_clear_bit_region_be): Likewise.
4510 (store_merging_c_tests): Likewise.
4511 * selftest.h (store_merging_c_tests): Declare prototype.
4512 * selftest-run-tests.c (selftest::run_tests): Run
4513 store_merging_c_tests.
4514
4515 2016-11-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4516
4517 * config/arm/arm.opt (mold-rtx-costs): Delete.
4518 (mnew-generic-costs): Delete.
4519 * config/arm/arm-protos.h (struct tune_params): Delete rtx_costs field.
4520 * config/arm/arm.c (arm_rtx_costs_1): Delete.
4521 (arm_size_rtx_costs): Likewise.
4522 (arm_slowmul_rtx_costs): Likewise.
4523 (arm_fastmul_rtx_costs): Likewise.
4524 (arm_xscale_rtx_costs): Likewise.
4525 (arm_9e_rtx_costs): Likewise.
4526 (arm_slowmul_tune, arm_fastmul_tune, arm_strongarm_tune,
4527 arm_xscale_tune, arm_9e_tune, arm_v6t2_tune, arm_cortex_tune,
4528 arm_cortex_a8_tune, arm_cortex_a7_tune, arm_cortex_a15_tune,
4529 arm_cortex_a53_tune, arm_cortex_a57_tune, arm_cortex_a9_tune,
4530 arm_cortex_a12_tune, arm_v7m_tune, arm_v6m_tune, arm_fa726te_tune
4531 arm_cortex_a5_tune, arm_xgene1_tune, arm_marvell_pj4_tune,
4532 arm_cortex_a35_tune, arm_exynosm1_tune, arm_cortex_a73_tune,
4533 arm_cortex_m7_tune):
4534 Delete rtx_costs field.
4535 (arm_new_rtx_costs): Rename to...
4536 (arm_rtx_costs_internal): ... This.
4537 (arm_rtx_costs): Remove old way of doing rtx costs.
4538
4539 2016-11-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4540
4541 * config/arm/arm.c (arm_slowmul_tune): Use generic_extra_costs.
4542 (arm_fastmul_tune): Likewise.
4543 (arm_strongarm_tune): Likewise.
4544 (arm_xscale_tune): Likewise.
4545 (arm_9e_tune): Likewise.
4546 (arm_marvell_pj4_tune): Likewise.
4547 (arm_v6t2_tune): Likewise.
4548 (arm_v6m_tune): Likewise.
4549 (arm_fa726te_tune): Likewise.
4550
4551 2016-11-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4552
4553 PR tree-optimization/78234
4554 * gimple-ssa-store-merging.c (clear_bit_region): Fix off-by-one error
4555 in start != 0 case.
4556
4557 2016-11-08 Martin Liska <mliska@suse.cz>
4558
4559 PR testsuite/78242
4560 * dbgcnt.def: Add new debug counter asan_use_after_scope.
4561 * gimplify.c (gimplify_decl_expr): Do not sanitize vars
4562 with a value expr. Do not add artificial variables to
4563 live_switch_vars. Use the debug counter.
4564 (gimplify_target_expr): Use the debug counter.
4565 * internal-fn.def: Remove ECF_TM_PURE from ASAN_MARK builtin.
4566 * sanitizer.def: Set ATTR_NOTHROW_LEAF_LIST to
4567 BUILT_IN_ASAN_CLOBBER_N and BUILT_IN_ASAN_UNCLOBBER_N.
4568
4569 2016-11-08 Richard Biener <rguenther@suse.de>
4570
4571 * tree-vect-stmts.c (get_group_load_store_type): If the
4572 access is aligned do not trigger peeling for gaps.
4573 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Do not
4574 force alignment of vars with DECL_USER_ALIGN.
4575
4576 2016-11-08 James Greenhalgh <james.greenhalgh@arm.com>
4577
4578 * config/aarch64/t-aarch64 (aarch64-c.o): Depend on TARGET_H.
4579
4580 2016-11-08 Richard Biener <rguenther@suse.de>
4581
4582 PR tree-optimization/78205
4583 * tree-vect-stmts.c (vectorizable_load): Move check whether
4584 we may run into gaps when BB vectorizing SLP permutations ...
4585 * tree-vect-slp.c (vect_supported_load_permutation_p): ...
4586 here where we can do a more precise check.
4587
4588 2016-11-08 Richard Biener <rguenther@suse.de>
4589
4590 PR tree-optimization/78224
4591 * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
4592 Split the fallthru edge in case its successor may have PHIs.
4593 Do not free dominance info.
4594
4595 2016-11-07 Jakub Jelinek <jakub@redhat.com>
4596
4597 PR target/78229
4598 * config/i386/i386.c (ix86_gimple_fold_builtin): Do not adjust
4599 EH info even for bzhi and pdep/pext.
4600
4601 2016-11-07 Peter Bergner <bergner@vnet.ibm.com>
4602
4603 * config.gcc (powerpc*-*-*, rs6000*-*-*): Remove setting of
4604 INCLUDE_EXTRA_SPEC for Advance Toolchain builds.
4605
4606 2016-11-07 Segher Boessenkool <segher@kernel.crashing.org>
4607
4608 * config/rs6000/rs6000.md (div<mode>3): Expand using rs6000_emit_swdiv
4609 if appropriate.
4610 * config/rs6000/vector.md (div<mode>3): Ditto.
4611
4612 2016-11-07 David Edelsohn <dje.gcc@gmail.com>
4613
4614 * configure.ac (.hidden): Change to conftest_s string. Provide string
4615 for AIX assembler.
4616 (gcc_cv_ld_hidden): Yes for AIX.
4617 * configure: Regenerate.
4618
4619 * dwarf2asm.c (USE_LINKONCE_INDIRECT): Don't set for AIX (XCOFF).
4620
4621 * config/rs6000/rs6000-protos.h (rs6000_asm_weaken_decl): Declare
4622 (rs6000_xcoff_asm_output_aligned_decl_common): Declare.
4623 * config/rs6000/xcoff.h (TARGET_ASM_GLOBALIZE_DECL_NAME): Define.
4624 (ASM_OUTPUT_ALIGNED_DECL_COMMON): Define.
4625 (ASM_OUTPUT_ALIGNED_COMMON): Delete.
4626 * config/rs6000/rs6000.c (rs6000_init_builtins): Change clog rename
4627 from #if to if.
4628 (rs6000_xcoff_visibility): New.
4629 (rs6000_xcoff_declare_function_name): Add visibility support.
4630 (rs6000_xcoff_asm_globalize_decl_name): New.
4631 (rs6000_xcoff_asm_output_aligned_decl_common): New.
4632 (rs6000_asm_weaken_decl): New.
4633 (rs6000_code_end): Disable HIDDEN_LINKONCE on XCOFF.
4634 config/rs6000/rs6000.h (ASM_WEAKEN_DECL): Change definition to
4635 reference function.
4636
4637 2016-11-07 Jack Howarth <howarth.at.gcc@gmail.com>
4638
4639 PR driver/78206
4640 * incpath.c (remove_dup): Also silently ignore EPERM.
4641
4642 2016-11-07 Martin Jambor <mjambor@suse.cz>
4643
4644 * tree.c (verify_type_variant): Use pointer comparison to check that
4645 TYPE_SIZE_UNIT match.
4646
4647 2016-11-07 Jakub Jelinek <jakub@redhat.com>
4648
4649 PR target/77834
4650 * dse.c (dse_step5): Call scan_reads even if just
4651 insn_info->frame_read. Improve and fix dump file messages.
4652
4653 PR target/78227
4654 * config/i386/i386.c (ix86_expand_sse_cmp): Force dest into
4655 cmp_mode argument even for -O0 if cmp_mode != mode and maskcmp.
4656
4657 2016-11-07 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
4658
4659 PR middle-end/35691
4660 * match.pd: Add following two patterns:
4661 (x == 0 & y == 0) -> (x | typeof(x)(y)) == 0.
4662 (x != 0 | y != 0) -> (x | typeof(x)(y)) != 0.
4663
4664 2016-11-07 Bernd Schmidt <bschmidt@redhat.com>
4665
4666 * emit-rtl.c (emit_copy_of_insn_after): Duplicate notes in order.
4667 * sel-sched-ir.c (create_copy_of_insn_rtx): Likewise.
4668 * rtl.h (duplicate_reg_notes): Declare.
4669 * rtlanal.c (duplicate_reg_note): New function.
4670
4671 PR rtl-optimization/77309
4672 * combine.c (make_compound_operation): Allow EQ for IN_CODE, and
4673 don't assume an equality comparison for plain COMPARE.
4674 (simplify_comparison): Pass a more accurate code to
4675 make_compound_operation.
4676
4677 2016-11-07 Pat Haugen <pthaugen@us.ibm.com>
4678
4679 * target.def (compute_pressure_classes): New target hook.
4680 * doc/tm.texi.in: Document it.
4681 * doc/tm.texi: Regenerate.
4682 * ira.c (setup_pressure_classes): Call target hook if defined.
4683
4684 2016-11-07 David Malcolm <dmalcolm@redhat.com>
4685
4686 * print-rtl.c (rtx_writer::operand_has_default_value_p): New
4687 method.
4688 (rtx_writer::print_rtx): In compact mode, omit trailing operands
4689 that have the default values.
4690 * print-rtl.h (rtx_writer::operand_has_default_value_p): New
4691 method.
4692 * rtl-tests.c (selftest::test_dumping_insns): Remove empty
4693 label string from expected dump.
4694 (seltest::test_uncond_jump): Remove trailing "(nil)" for REG_NOTES
4695 from expected dump.
4696
4697 2016-11-07 Jakub Jelinek <jakub@redhat.com>
4698
4699 PR target/77834
4700 * alias.c (nonoverlapping_memrefs_p): If one decl is
4701 FUNCTION_DECL or LABEL_DECL and the other is not, return 1.
4702
4703 2016-11-07 Richard Biener <rguenther@suse.de>
4704
4705 PR target/78229
4706 * config/i386/i386.c (ix86_gimple_fold_builtin): Do not adjust
4707 EH info.
4708
4709 2016-11-07 Richard Biener <rguenther@suse.de>
4710
4711 PR tree-optimization/78218
4712 * gimple-ssa-store-merging.c
4713 (pass_store_merging::terminate_all_aliasing_chains):
4714 Drop unused argument, fix alias check to also consider uses.
4715 (pass_store_merging::execute): Adjust.
4716
4717 2016-11-07 Richard Biener <rguenther@suse.de>
4718
4719 PR tree-optimization/78228
4720 * tree-ssa-phiopt.c (abs_replacement): Avoid introducing
4721 undefined behavior.
4722
4723 2016-11-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4724
4725 PR target/77822
4726 * config/aarch64/aarch64.md (*tb<optab><mode>1): Use
4727 aarch64_simd_shift_imm_<mode> predicate for operand 1.
4728 (<optab>, ANY_EXTRACT): Use tighter predicates on operands 2 and 3
4729 to restrict them to an appropriate range and add FAIL check if the
4730 region they specify is out of range. Delete useless constraint
4731 strings.
4732 (*<optab><mode>, ANY_EXTRACT): Add appropriate predicates on operands
4733 2 and 3 to restrict their range and add pattern predicate.
4734
4735 2016-11-07 Martin Liska <mliska@suse.cz>
4736
4737 * asan.c (enum asan_check_flags): Move the enum to header file.
4738 (asan_init_shadow_ptr_types): Make type creation more generic.
4739 (shadow_mem_size): New function.
4740 (asan_emit_stack_protection): Use newly added ASAN_SHADOW_GRANULARITY.
4741 Rewritten stack unpoisoning code.
4742 (build_shadow_mem_access): Add new argument return_address.
4743 (instrument_derefs): Instrument local variables if use after scope
4744 sanitization is enabled.
4745 (asan_store_shadow_bytes): New function.
4746 (asan_expand_mark_ifn): Likewise.
4747 (asan_sanitize_stack_p): Moved from asan_sanitize_stack_p.
4748 * asan.h (enum asan_mark_flags): Moved here from asan.c
4749 (asan_protect_stack_decl): Protect all declaration that need
4750 to live in memory.
4751 (asan_sanitize_use_after_scope): New function.
4752 (asan_no_sanitize_address_p): Likewise.
4753 * cfgexpand.c (partition_stack_vars): Consider
4754 asan_sanitize_use_after_scope in condition.
4755 (expand_stack_vars): Likewise.
4756 * common.opt (-fsanitize-address-use-after-scope): New option.
4757 * doc/invoke.texi (use-after-scope-direct-emission-threshold):
4758 Explain the parameter.
4759 * flag-types.h (enum sanitize_code): Define SANITIZE_USE_AFTER_SCOPE.
4760 * gimplify.c (build_asan_poison_call_expr): New function.
4761 (asan_poison_variable): Likewise.
4762 (gimplify_bind_expr): Generate poisoning/unpoisoning for local
4763 variables that have address taken.
4764 (gimplify_decl_expr): Likewise.
4765 (gimplify_target_expr): Likewise for C++ temporaries.
4766 (sort_by_decl_uid): New function.
4767 (gimplify_expr): Unpoison all variables for a label we can jump
4768 from outside of a scope.
4769 (gimplify_switch_expr): Unpoison variables defined in the switch
4770 context.
4771 (gimplify_function_tree): Clear asan_poisoned_variables.
4772 (asan_poison_variables): New function.
4773 (warn_switch_unreachable_r): Handle IFN_ASAN_MARK.
4774 * internal-fn.c (expand_ASAN_MARK): New function.
4775 * internal-fn.def (ASAN_MARK): Declare.
4776 * opts.c (finish_options): Handle -fstack-reuse if
4777 -fsanitize-address-use-after-scope is enabled.
4778 (common_handle_option): Enable address sanitization if
4779 -fsanitize-address-use-after-scope is enabled.
4780 * params.def (PARAM_USE_AFTER_SCOPE_DIRECT_EMISSION_THRESHOLD):
4781 New parameter.
4782 * params.h: Likewise.
4783 * sancov.c (pass_sanopt::execute): Handle IFN_ASAN_MARK.
4784 * sanitizer.def: Define __asan_poison_stack_memory and
4785 __asan_unpoison_stack_memory functions.
4786 * asan.c (asan_mark_poison_p): New function.
4787 (transform_statements): Handle asan_mark_poison_p calls.
4788 * gimple.c (nonfreeing_call_p): Handle IFN_ASAN_MARK.
4789
4790 2016-11-07 Tamar Christina <tamar.christina@arm.com>
4791
4792 PR driver/78196
4793 * Makefile.in (SELFTEST_FLAGS): Added -o /dev/null.
4794
4795 2016-11-07 Martin Liska <mliska@suse.cz>
4796
4797 * tree-profile.c (gimple_gen_time_profiler): Set proper type
4798 to time_profiler_counter_ptr.
4799
4800 2016-11-07 Richard Biener <rguenther@suse.de>
4801
4802 PR tree-optimization/37150
4803 * tree-vectorizer.h (vect_transform_slp_perm_load): Add n_perms
4804 parameter.
4805 * tree-vect-slp.c (vect_supported_load_permutation_p): Adjust.
4806 (vect_analyze_slp_cost_1): Account for the real number of
4807 permutations emitted and for dead loads.
4808 (vect_transform_slp_perm_load): Add n_perms parameter counting
4809 the number of emitted permutations.
4810 * tree-vect-stmts.c (vectorizable_load): Adjust.
4811
4812 2016-11-07 Richard Biener <rguenther@suse.de>
4813
4814 PR tree-optimization/78189
4815 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Fix
4816 alignment computation.
4817
4818 2016-11-06 Kugan Vivekanandarajah <kuganv@linaro.org>
4819
4820 * ipa-cp.c (ipcp_bits_lattice::meet_with): Remove unreachable code.
4821
4822 2016-11-05 Martin Sebor <msebor@redhat.com>
4823
4824 * doc/invoke.texi (Warning Options): Correct typos in -Walloca
4825 documentation.
4826
4827 2016-11-05 David Edelsohn <dje.gcc@gmail.com>
4828
4829 PR bootstrap/78188
4830 PR c++/71848
4831 * ipa-comdats.c (pass_ipa_comdats::gate): Require HAVE_COMDAT_GROUP.
4832
4833 2016-11-04 Jakub Jelinek <jakub@redhat.com>
4834
4835 PR target/77834
4836 * alias.c (nonoverlapping_memrefs_p): Return 0 if exprx or expry
4837 doesn't have rtl set.
4838
4839 2016-11-04 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4840
4841 * config/rs6000/rs6000.c (gimple-ssa.h): New #include.
4842 (TARGET_GIMPLE_FOLD_BUILTIN): Define as
4843 rs6000_gimple_fold_builtin.
4844 (rs6000_gimple_fold_builtin): New function. Add handling for
4845 early expansion of vector addition builtins.
4846
4847 2016-11-04 Eric Botcazou <ebotcazou@adacore.com>
4848
4849 * expr.h (copy_blkmode_from_reg): Delete.
4850 * expr.c (copy_blkmode_from_reg): Make static.
4851
4852 2016-11-04 Eric Botcazou <ebotcazou@adacore.com>
4853
4854 * defaults.h (LOAD_EXTEND_OP): Define if not already defined.
4855 * combine.c (LOAD_EXTEND_OP): Delete.
4856 (simplify_comparison): Fix comment about LOAD_EXTEND_OP.
4857 * cse.c (LOAD_EXTEND_OP): Delete.
4858 * fold-const.c (LOAD_EXTEND_OP): Likewise.
4859 * fwprop.c (free_load_extend): Remove #ifdef LOAD_EXTEND_OP/#endif.
4860 * postreload.c (LOAD_EXTEND_OP): Delete.
4861 * reload.c (push_reload): Remove #ifdef LOAD_EXTEND_OP/#endif.
4862 Convert conditional compilation based on WORD_REGISTER_OPERATIONS.
4863 (find_reloads): Likewise.
4864 * reload1.c (eliminate_regs_1): Likewise.
4865 * rtlanal.c (nonzero_bits1): Remove #ifdef LOAD_EXTEND_OP/#endif.
4866 (num_sign_bit_copies1): Likewise.
4867
4868 2016-11-04 David Malcolm <dmalcolm@redhat.com>
4869
4870 * config/i386/i386.c: Include "selftest.h" and "selftest-rtl.h".
4871 (selftest::ix86_test_dumping_hard_regs): New function.
4872 (selftest::ix86_run_selftests): New function.
4873 (TARGET_RUN_TARGET_SELFTESTS): When CHECKING_P, wire this up to
4874 selftest::ix86_run_selftests.
4875 * doc/tm.texi.in (TARGET_RUN_TARGET_SELFTESTS): New.
4876 * doc/tm.texi: Regenerate
4877 * selftest-rtl.h: New file.
4878 * rtl-tests.c: Include "selftest-rtl.h".
4879 (selftest::assert_rtl_dump_eq): Make non-static.
4880 (ASSERT_RTL_DUMP_EQ): Move to selftest-rtl.h.
4881 (selftest::test_dumping_regs): Update comment.
4882 * selftest-run-tests.c: Include "target.h".
4883 (selftest::run_tests): If non-NULL, call
4884 targetm.run_target_selftests.
4885 * target.def (run_target_selftests): New hook.
4886
4887 2016-11-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
4888
4889 * config/arm/arm-arches.def (armv8-m.main+dsp): Set Cortex-M33 as
4890 representative core for this architecture.
4891 * config/arm/arm-cores.def (cortex-m33): Define new processor.
4892 * config/arm/arm-tables.opt: Regenerate.
4893 * config/arm/arm-tune.md: Likewise.
4894 * config/arm/bpabi.h (BE8_LINK_SPEC): Add Cortex-M33 to the list of
4895 valid -mcpu options.
4896 * doc/invoke.texi (ARM Options): Document new Cortex-M33 processor.
4897
4898 2016-11-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
4899
4900 * config/arm/arm-arches.def (armv8-m.base): Set Cortex-M23 as
4901 representative core for this architecture.
4902 * config/arm/arm-cores.def (cortex-m23): Define new processor.
4903 * config/arm/arm-tables.opt: Regenerate.
4904 * config/arm/arm-tune.md: Likewise.
4905 * config/arm/arm.c (arm_v6m_tune): Add Cortex-M23 to the list of cores
4906 this tuning parameters apply to in the comment.
4907 * config/arm/bpabi.h (BE8_LINK_SPEC): Add Cortex-M23 to the list of
4908 valid -mcpu options.
4909 * doc/invoke.texi (ARM Options): Document new Cortex-M23 processor.
4910
4911 2016-11-04 Bin Cheng <bin.cheng@arm.com>
4912
4913 * fold-const.c (fold_cond_expr_with_comparison): Remove call
4914 to pedantic_non_lvalue_loc. Remove useless code for lvalue
4915 where cond_expr can't be a lvalue.
4916
4917 2016-11-04 Claudiu Zissulescu <claziss@synopsys.com>
4918
4919 * config/arc/arc.c (arc_process_double_reg_moves): Use
4920 gen_dexcl_2op call.
4921 * config/arc/arc.md (movsi_insn): Disable unsupported move
4922 instructions for ARCv2 cores.
4923 (movdi): Use prepare_move_operands.
4924 (movsf, movdf): Use move_dest_operand predicate.
4925 * config/arc/constraints.md (Chs): Enable when barrel shifter is
4926 present.
4927 * config/arc/fpu.md (divsf3): Change to divsf3_fpu.
4928 * config/arc/fpx.md (dexcl_3op_peep2_insn): Dx data register is
4929 also a destination.
4930 (dexcl_3op_peep2_insn_nores): Likewise.
4931 * config/arc/arc.h (SHIFT_COUNT_TRUNCATED): Define to one.
4932 (LINK_COMMAND_SPEC): Remove.
4933
4934 2016-11-04 Richard Biener <rguenther@suse.de>
4935
4936 PR middle-end/78185
4937 * loop-invariant.c (find_exits): Record entering inner
4938 loops as possibly exiting to handle infinite sub-loops.
4939 * tree-ssa-loop-im.c: Include tree-ssa-loop-niter.h.
4940 (fill_always_executed_in_1): Honor infinite child loops.
4941
4942 2016-11-03 Michael Meissner <meissner@linux.vnet.ibm.com>
4943
4944 PR target/78192
4945 * config/rs6000/vsx.md (vsx_extract_<mode>_di): The element number
4946 has already been adjusted for endianness, so don't adjust it any
4947 further.
4948
4949 PR target/77993
4950 * config/rs6000/rs6000.h (FLOAT128_IBM_P): Do not allow IFmode or
4951 ICmode unless we have standard PowerPC floating point.
4952 * config/rs6000/rs6000.md (FP iterator): Likewise.
4953 (FMOVE128 iterator): Likewise.
4954
4955 2016-11-03 Jakub Jelinek <jakub@redhat.com>
4956 Alexandre Oliva <aoliva@redhat.com>
4957 Jason Merrill <jason@redhat.com>
4958
4959 PR debug/28767
4960 PR debug/56974
4961 * langhooks.h (struct lang_hooks_for_types): Add type_dwarf_attribute
4962 langhook.
4963 * langhooks.c (lhd_type_dwarf_attribute): New function.
4964 * langhooks-def.h (lhd_type_dwarf_attribute): Declare.
4965 (LANG_HOOKS_TYPE_DWARF_ATTRIBUTE): Define.
4966 (LANG_HOOKS_FOR_TYPES_INITIALIZER): Add
4967 LANG_HOOKS_TYPE_DWARF_ATTRIBUTE.
4968 (check_qualified_type, check_aligned_type): Call it.
4969 * dwarf2out.c (modified_type_die): Don't use type_main_variant
4970 for FUNCTION_TYPE or METHOD_TYPE, instead walk over variants with
4971 check_base_type and check_lang_type.
4972 (gen_ptr_to_mbr_type_die): If lookup_type_die is already non-NULL,
4973 return early. For pointer-to-data-member add DW_AT_use_location
4974 attribute.
4975 (gen_subroutine_type_die): Add DW_AT_{,rvalue_}reference attribute
4976 if needed.
4977 (gen_type_die_with_usage): Don't use type_main_variant
4978 for FUNCTION_TYPE or METHOD_TYPE, instead walk over variants with
4979 check_base_type and check_lang_type. Formatting fixes. Call
4980 get_debug_type langhook.
4981
4982 2016-11-03 Jason Merrill <jason@redhat.com>
4983
4984 * tree.c (check_lang_type): New.
4985 (check_qualified_type): Use it.
4986 (check_aligned_type): Use it.
4987 * tree.h: Declare it.
4988
4989 2016-11-03 Richard Earnshaw <rearnsha@arm.com>
4990
4991 * config.gcc (arm-wrs-vxworks): Set target_cpu_cname.
4992 (arm*-freebsd*): Likewise.
4993 (arm*-*-netbsdelf*): Likewise.
4994 (arm*-*-linux*): Likewise.
4995 (arm*-*-uclinux*eabi*): Likewise.
4996 (arm*-*-phoenix*): Likewise.
4997 (arm*-*-eabi*, arm*-*-symbianelf*, arm*-*-rtems*): Likewise.
4998 (arm*-*-*): Don't clobber target_cpu_cname when --with-cpu is not
4999 specified. Default to arm6 if target_cpu_cname is not set.
5000 * arm/arm.c (arm_option_override): Simplify logic. Assert that the
5001 default cpu has been correctly configured.
5002 * arm/arm.h (TARGET_CPU_DEFAULT): Delete.
5003 (target_cpus): Delete TARGET_CPU_generic, add TARGET_CPU_num_cores.
5004 * arm/freebsd.h (SUBTARGET_CPU_DEFAULT): Delete.
5005 * arm/linux-eabi.h (SUBTARGET_CPU_DEFAULT): Delete.
5006 * arm/linux-elf.h (SUBTARGET_CPU_DEFAULT): Delete.
5007 * arm/symbian.h (SUBTARGET_CPU_DEFAULT): Delete.
5008 * arm/unknown-elf.h (SUBTARGET_CPU_DEFAULT): Delete.
5009
5010 2016-11-03 Jiong Wang <jiong.wang@arm.com>
5011
5012 * reg-notes.def (CFA_VAL_EXPRESSION): New entry.
5013 * dwarf2cfi.c (dwarf2out_frame_debug_cfa_val_expression): New function.
5014 (dwarf2out_frame_debug): Support REG_CFA_VAL_EXPRESSION.
5015 (output_cfa_loc): Support DW_CFA_val_expression.
5016 (output_cfa_loc_raw): Likewise.
5017 (output_cfi): Likewise.
5018 (output_cfi_directive): Likewise.
5019 * dwarf2out.c (dw_cfi_oprnd1_desc): Support DW_CFA_val_expression.
5020 (dw_cfi_oprnd2_desc): Likewise.
5021 (mem_loc_descriptor): Recognize new pattern generated for value
5022 expression.
5023
5024 2016-11-03 Segher Boessenkool <segher@kernel.crashing.org>
5025
5026 PR rtl-optimization/78186
5027 * combine.c (change_zero_ext): Mask the RHS of a zero_extract as
5028 well, when converting to IOR.
5029
5030 2016-11-03 Eric Botcazou <ebotcazou@adacore.com>
5031
5032 * config/sparc/sparc.md (vec_interleave_lowv8qi): Delete.
5033 (vec_interleave_highv8qi): Likewise.
5034
5035 2016-11-03 Martin Liska <mliska@suse.cz>
5036
5037 * profile.c (instrument_values): Fix coding style.
5038 (branch_prob): Use renamed function.
5039 * tree-profile.c (init_ic_make_global_vars): Likewise.
5040 (gimple_init_edge_profiler): Rename to
5041 gimple_init_gcov_profiler.
5042 tree_time_profiler_counter variable declaration.
5043 (gimple_gen_time_profiler): Rewrite to do a direct gimple code
5044 emission.
5045 * value-prof.h: Remove an argument.
5046
5047 2016-11-03 Richard Biener <rguenther@suse.de>
5048
5049 * config/rs6000/rs6000.c (rs6000_xcoff_declare_object_name): Use
5050 symtab_node::get_create.
5051
5052 2016-11-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5053
5054 * rtlanal.c (nonzero_bits1): Fix WORD_REGISTER_OPERATIONS condition.
5055 Move comments into more natural position.
5056
5057 2016-11-03 Vineet Gupta <vgupta@synopsys.com>
5058
5059 * config/arc/arc.h (SIZE_TYPE): Define as unsigned int.
5060 (PTRDIFF_TYPE): Define as int.
5061
5062 2016-11-03 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
5063
5064 * ccmp.c (expand_ccmp_expr_1): Adjust.
5065 (expand_ccmp_expr): Likewise.
5066 (expand_ccmp_next): Likewise.
5067 * config/aarch64/aarch64.c (aarch64_gen_ccmp_next): Likewise.
5068 (aarch64_gen_ccmp_first): Likewise.
5069 * doc/tm.texi: Regenerate.
5070 * target.def (gen_ccmp_first): Change argument types to rtx_insn *.
5071 (gen_ccmp_next): Likewise.
5072
5073 2016-11-03 Bin Cheng <bin.cheng@arm.com>
5074
5075 * tree-vect-loop.c (destroy_loop_vec_info): Handle cond_expr.
5076 (vect_is_simple_reduction): Swap cond_reduction by inversion.
5077
5078 2016-11-02 Uros Bizjak <ubizjak@gmail.com>
5079
5080 * config/i386/i386.c (ix86_init_libfuncs): New. Call
5081 darwin_rename_builtins here.
5082 (ix86_expand_divmod_libfunc): New.
5083 (TARGET_INIT_LIBFUNCS): Unconditionally define to ix86_init_libfuncs.
5084 (TARGET_EXPAND_DIVMOD_LIBFUNC): Define.
5085
5086 2016-11-02 Cesar Philippidis <cesar@codesourcery.com>
5087 Nathan Sidwell <nathan@acm.org>
5088
5089 * config/nvptx/nvptx.c (PTX_GANG_DEFAULT): Set to zero.
5090
5091 2016-11-02 Max Filippov <jcmvbkbc@gmail.com>
5092
5093 * config/xtensa/xtensa.c (xtensa_output_integer_literal_parts):
5094 New function.
5095 (xtensa_output_literal): Use xtensa_output_integer_literal_parts
5096 to format MODE_INT and MODE_PARTIAL_INT literals.
5097
5098 2016-11-02 Segher Boessenkool <segher@kernel.crashing.org>
5099
5100 PR target/78168
5101 * config/r6000/rs6000.c (rs6000_get_separate_components): Return
5102 NULL if TARGET_SPE_ABI.
5103
5104 2016-11-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5105
5106 * gimple-ssa-store-merging.c (encode_tree_to_bitpos): Don't forget to
5107 clear padding bits even when they're less than a byte.
5108
5109 2016-11-02 Richard Biener <rguenther@suse.de>
5110
5111 * gimple-ssa-store-merging.c: Include gimplify-me.h.
5112 (imm_store_chain_info::output_merged_stores): Force base_addr
5113 to be proper GIMPLE for a MEM_REF address.
5114 (pass_store_merging::execute): Restrict negative bitpos
5115 handling to non-MEM_REF bases. Remove TREE_THIS_VOLATILE
5116 check. Take into account non-NULL_TREE offset if the base
5117 is already addressable.
5118
5119 2016-11-26 Wilco Dijkstra <wdijkstr@arm.com>
5120
5121 * config/aarch64/aarch64-simd.md (aarch64_crypto_sha1hv4si):
5122 New pattern.
5123 (aarch64_be_crypto_sha1hv4si): New pattern.
5124
5125 2016-11-02 Wilco Dijkstra <wdijkstr@arm.com>
5126
5127 * config/aarch64/aarch64.md (add<mode>3): Remove
5128 redundant code. Don't split frame based additions.
5129
5130 2016-11-02 Richard Biener <rguenther@suse.de>
5131
5132 * gimple-ssa-store-merging.c (struct store_immediate_info): Remove
5133 redundant val and dest members.
5134 (store_immediate_info::store_immediate_info): Adjust.
5135 (merged_store_group::merged_store_group): Adjust.
5136 (merged_store_group::apply_stores): Likewise.
5137 (struct imm_store_chain_info): Add base_addr field.
5138 (imm_store_chain_info::imm_store_chain_info): New constructor.
5139 (imm_store_chain_info::terminate_and_process_chain): Do not pass base.
5140 (imm_store_chain_info::output_merged_store): Likewise. Use
5141 addr_base which is already the address.
5142 (imm_store_chain_info::output_merged_stores): Likewise.
5143 (pass_tree_store_merging::terminate_all_aliasing_chains): Take
5144 imm_store_chain_info instead of base. Fix alias check.
5145 (pass_tree_store_merging::terminate_and_release_chain): Likewise.
5146 (imm_store_chain_info::coalesce_immediate_stores): Adjust.
5147 (pass_store_merging::execute): Refuse to operate on TARGET_MEM_REF.
5148 use the address of the base and adjust for other changes.
5149
5150 2016-11-02 Martin Liska <mliska@suse.cz>
5151
5152 * fold-const-call.c (host_size_t_cst_p): Test whether
5153 t is convertible to size_t.
5154
5155 2016-11-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5156
5157 PR tree-optimization/78170
5158 * gimple-ssa-store-merging.c (encode_tree_to_bitpos): Truncate padding
5159 introduced by native_encode_expr on little-endian as well.
5160
5161 2016-11-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5162
5163 PR tree-optimization/78162
5164 * gimple-ssa-store-merging.c (execute): Mark stores with bitpos < 0
5165 as invalid.
5166
5167 2016-11-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5168
5169 * config/aarch64/aarch64.c (aarch64_register_saved_on_entry): Add
5170 function comment.
5171 (aarch64_next_callee_save): Likewise.
5172 (aarch64_pushwb_single_reg): Likewise.
5173 (aarch64_gen_storewb_pair): Likewise.
5174 (aarch64_push_regs): Likewise.
5175 (aarch64_gen_loadwb_pair): Likewise.
5176 (aarch64_pop_regs): Likewise.
5177 (aarch64_gen_store_pair): Likewise.
5178 (aarch64_gen_load_pair): Likewise.
5179 (aarch64_save_callee_saves): Likewise.
5180 (aarch64_restore_callee_saves): Likewise.
5181
5182 2016-11-02 Richard Biener <rguenther@suse.de>
5183
5184 PR tree-optimization/78035
5185 PR tree-optimization/77964
5186 * gimple-pretty-print.c (pp_points_to_solution): Print
5187 vars_contains_interposable.
5188 * tree-ssa-alias.c: Include varasm.h.
5189 (ptrs_compare_unequal): Check vars_contains_interposable and
5190 decl_binds_to_current_def_p.
5191 (dump_points_to_solution): Dump vars_contains_interposable.
5192 * tree-ssa-alias.h (struct pt_solution): Add vars_contains_interposable
5193 flag.
5194 * tree-ssa-structalias.c: Include varasm.h.
5195 (set_uids_in_ptset): Record whether vars contains a
5196 not decl_binds_to_current_def_p variable in vars_contains_interposable.
5197 (ipa_escaped_pt): Update initializer.
5198
5199 2016-11-02 Richard Biener <rguenther@suse.de>
5200
5201 PR tree-optimization/78047
5202 * tree-ssa-structalias.c (push_fields_onto_fieldstack): Initialize
5203 fake field at offset zero conservatively regarding to may_have_pointers.
5204
5205 2016-11-02 Richard Biener <rguenther@suse.de>
5206
5207 * tree-vrp.c (evrp_dom_walker::before_dom_children): Call
5208 infer_value_range on stmt ops and update value-ranges.
5209 Dump visited stmts and blocks.
5210 (evrp_dom_walker::push_value_range): Dump changes.
5211 (evrp_dom_walker::pop_value_range): Likewise.
5212 (evrp_dom_walker::try_find_new_range): Avoid noop changes.
5213
5214 2016-11-01 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
5215
5216 * emit-rtl.c (prev_nonnote_insn_bb): Change argument type to
5217 rtx_insn *.
5218 * rtl.h (prev_nonnote_insn_bb): Adjust prototype.
5219
5220 2016-11-01 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
5221
5222 * cfgrtl.c (delete_insn_chain): Change argument type to rtx_insn *
5223 and adjust for that.
5224 * cfgrtl.h (delete_insn_chain): Adjust prototype.
5225
5226 2016-11-01 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
5227
5228 * config/rl78/rl78.c (gen-and_emit_move): Change argument type
5229 to rtx_insn *.
5230 (transcode_memory_rtx): Likewise.
5231 (move_to_acc): Likewise.
5232 (move_from_acc): Likewise.
5233 (move_acc_to_reg): Likewise.
5234 (move_to_x): Likewise.
5235 (move_to_hl): Likewise.
5236 (move_to_de): Likewise.
5237 * config/rs6000/rs6000.c (emit_frame_save): Likewise.
5238 (rs6000_emit_savres_rtx): Likewise.
5239 (rs6000_emit_prologue): Likewise.
5240 * reorg.c (update_reg_unused_notes): Likewise.
5241 * rtl.h (remove_note): Adjust prototype.
5242 * rtlanal.c (remove_note): Make argument type rtx_insn *.
5243
5244 2016-11-01 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
5245
5246 * config/alpha/alpha.c (alpha_legitimize_address_1): Split up
5247 variables so some can be rtx_insn *.
5248 (alpha_emit_xfloating_libcall): Likewise.
5249 * config/mips/mips.c (mips_call_tls_get_addr): Likewise.
5250 (mips_legitimize_tls_address): Likewise.
5251 * optabs.c (expand_binop): Likewise.
5252 * reload1.c (gen_reload): Likewise.
5253
5254 2016-11-01 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
5255
5256 * reorg.c (relax_delay_slots): Split up the trial variable.
5257
5258 2016-11-01 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
5259
5260 * config/arc/arc.c (arc_emit_call_tls_get_addr): Make the type
5261 of variables rtx_insn *.
5262 * config/arm/arm.c (arm_call_tls_get_addr): Likewise.
5263 (legitimize_tls_address): Likewise.
5264 * config/bfin/bfin.c (hwloop_optimize): Likewise.
5265 (bfin_gen_bundles): Likewise.
5266 * config/c6x/c6x.c (reorg_split_calls): Likewise.
5267 (c6x_reorg): Likewise.
5268 * config/frv/frv.c (frv_reorder_packet): Likewise.
5269 * config/i386/i386.c (ix86_split_idivmod): Likewise.
5270 * config/ia64/ia64.c (ia64_expand_compare): Likewise.
5271 * config/m32c/m32c.c (m32c_prepare_shift): Likewise.
5272 * config/mn10300/mn10300.c: Likewise.
5273 * config/rl78/rl78.c: Likewise.
5274 * config/s390/s390.c (s390_fix_long_loop_prediction): Likewise.
5275 * config/sh/sh-mem.cc (sh_expand_cmpstr): Likewise.
5276 (sh_expand_cmpnstr): Likewise.
5277 (sh_expand_strlen): Likewise.
5278 (sh_expand_setmem): Likewise.
5279 * config/sh/sh.md: Likewise.
5280 * emit-rtl.c (emit_pattern_before): Likewise.
5281 * except.c: Likewise.
5282 * final.c: Likewise.
5283 * jump.c: Likewise.
5284
5285 2016-11-01 Jason Merrill <jason@redhat.com>
5286
5287 * tree-inline.c (copy_tree_body_r): Only copy the taken branch of
5288 a COND_EXPR with constant condition.
5289
5290 2016-11-01 Jakub Jelinek <jakub@redhat.com>
5291
5292 * dwarf2out.c (gen_variable_die): Remove again origin_die variable
5293 and its initialization.
5294
5295 2016-11-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5296
5297 * dwarf2out.c (output_rnglists): Wrap basebuf, len in
5298 HAVE_AS_LEB128.
5299
5300 2016-11-01 Jakub Jelinek <jakub@redhat.com>
5301
5302 * dwarf2out.c (add_name_and_src_coords_attributes): Add NO_LINKAGE_NAME
5303 argument, don't call add_linkage_name if it is true.
5304 (gen_variable_die): For C++ inline static data members, consider the
5305 initial call when old_die is NULL to be declaration and call
5306 add_name_and_src_coords_attributes in that case with true as
5307 NO_LINKAGE_NAME. Add DW_AT_inline attribute if needed.
5308 (gen_member_die): For C++ inline static data members, emit a
5309 definition DIE right away in DW_TAG_compile_unit context.
5310
5311 2016-11-01 John David Anglin <danglin@gcc.gnu.org>
5312
5313 PR target/78166
5314 * config/pa/pa.md: Add new shift/add patterns to handle
5315 (plus (mult (reg) (mem_shadd_operand)) (reg)) source operand.
5316
5317 2016-11-01 Max Filippov <jcmvbkbc@gmail.com>
5318
5319 * config/xtensa/xtensa-protos.h
5320 (xtensa_use_return_instruction_p): New prototype.
5321 * config/xtensa/xtensa.c (xtensa_current_frame_size,
5322 xtensa_callee_save_size): Remove.
5323 (struct machine_function): Add new fields: current_frame_size,
5324 callee_save_size, frame_laid_out and epilogue_done.
5325 (compute_frame_size, xtensa_expand_prologue,
5326 xtensa_expand_epilogue): Replace xtensa_callee_save_size with
5327 cfun->machine->callee_save_size and xtensa_current_frame_size
5328 with cfun->machine->current_frame_size.
5329 (compute_frame_size): Update cfun->machine->frame_laid_out and
5330 don't update frame layout after reload completion.
5331 (xtensa_expand_epilogue): Set cfun->machine->epilogue_done
5332 instead of zeroing xtensa_current_frame_size.
5333 (xtensa_use_return_instruction_p): New function.
5334 * config/xtensa/xtensa.h (xtensa_current_frame_size): Remove
5335 declaration.
5336 (INITIAL_ELIMINATION_OFFSET): Use return value of
5337 compute_frame_size instead of xtensa_current_frame_size value.
5338 * config/xtensa/xtensa.md ("return" pattern): Use new predicate
5339 function xtensa_use_return_instruction_p instead of inline code.
5340
5341 2016-11-01 Jakub Jelinek <jakub@redhat.com>
5342
5343 * tree.h (BLOCK_IN_COLD_SECTION_P): Define.
5344 * final.c (final_scan_insn): Set BLOCK_IN_COLD_SECTION_P.
5345 * dwarf2out.c (rnglist_idx): New variable.
5346 (struct dw_ranges): Add label, idx and maybe_new_sec fields.
5347 (DEBUG_RNGLISTS_SECTION): Define.
5348 (ranges_base_label): New variable.
5349 (size_of_die) <case dw_val_class_range_list>: If using
5350 DW_FORM_rnglistx, count size of uleb128 of range list index.
5351 (value_format) <case dw_val_class_range_list>: For
5352 -gdwarf-5 -gsplit-dwarf return DW_FORM_rnglistx.
5353 (output_range_list_offset): Handle -gdwarf-5 .debug_rnglists
5354 offsets. Multiply dwarf < 5 offsets by 2 * DWARF_ADDR_SIZE.
5355 (add_ranges_num): Remove useless prototype. Don't multiply
5356 by 2 * DWARF2_ADDR_SIZE. Add maybe_new_sec argument, adjust
5357 for new fields added to dw_ranges struct.
5358 (add_ranges): Add maybe_new_sec argument and pass it
5359 through to add_ranges_num.
5360 (note_rnglist_head): New function.
5361 (add_ranges_by_labels): Pass true as maybe_new_sec to
5362 add_ranges_num, call note_rnglist_head on the head of the list.
5363 (output_ranges): Add function comment. Switch to
5364 .debug_ranges section here and emit .Ldebug_ranges0 label.
5365 (index_rnglists, output_rnglists): New functions.
5366 (gen_subprogram_die): Formatting fixes.
5367 (add_high_low_attributes): Don't divide offsets
5368 by 2 * DWARF2_ADDR_SIZE. Call note_rnglist_head on the
5369 first list element or when pointing into the middle of
5370 a list. Pass true as second argument to add_ranges on the
5371 first block fragment after cold/hot section switch.
5372 (init_sections_and_labels): For -gdwarf-5 use .debug_rnglists
5373 section instead of .debug_ranges. Initialize
5374 ranges_base_label if -gdwarf-5 -gsplit-dwarf.
5375 (dwarf2out_finish): For -gdwarf-5 -gsplit-dwarf call
5376 index_rnglists and add DW_AT_rnglists_base attr. Don't switch
5377 to dwarf_ranges_section here or emit .Ldebug_ranges0 label.
5378 Call output_rnglists for -gdwarf-5.
5379 (dwarf2out_c_finalize): Clear rnglist_idx.
5380
5381 2016-11-01 Fritz Reese <fritzoreese@gmail.com>
5382
5383 * combine.c (simplify_compare_const): Add gcc_fallthrough.
5384
5385 2016-11-01 Bilyan Borisov <bilyan.borisov@arm.com>
5386 Tamar Christina <tamar.christina@arm.com>
5387
5388 * config/arm/arm-c.c (arm_cpu_builtins): New macro definition.
5389 * config/arm/arm_neon.h (vmaxnm_f32): New intrinsinc.
5390 (vmaxnmq_f32): Likewise.
5391 (vminnm_f32): Likewise.
5392 (vminnmq_f32): Likewise.
5393 * config/arm/arm_neon_builtins.def (vmaxnm): New builtin.
5394 (vminnm): Likewise.
5395 * config/arm/neon.md (neon_<fmaxmin_op><mode>, VCVTF): New
5396 expander.
5397
5398 2016-10-31 Michael Meissner <meissner@linux.vnet.ibm.com>
5399
5400 * config/rs6000/vsx.md (VSX_EXTRACT_FL): New iterator for all
5401 binary floating point types supported by the hardware except for
5402 double.
5403 (vsx_xvcvsxwdp_df): Provide scalar result alternative to the
5404 vector instruction for optimizing extracting a SImode from a
5405 V4SImode vector and converting it to floating point.
5406 (vsx_xvcvuxwdp_df): Likewise.
5407 (vsx_extract_si): On ISA 3.0, allow extract target and temporary
5408 registers to be any VSX register. Move stores to the end of the
5409 constraints.
5410 (vsx_extract_si_<uns>float_df): New combiner pattern and splitter
5411 to optimize extracting a SImode from a V4SImode vector and
5412 converting it to a binary floating point type supported by the
5413 hardware. Use the vector converts instead of extracting the
5414 element, sign extending it, and then converting it to double.
5415 Other floating point types than double first convert to double,
5416 then the double is converted to that type.
5417 (vsx_extract_si_<uns>float_<mode>): Likewise.
5418
5419 2016-10-31 Andrew Pinski <apinski@cavium.com>
5420
5421 * config/aarch64/driver-aarch64.c (host_detect_local_cpu):
5422 Rewrite handling of part num to handle the case where
5423 multiple implementers share the same part num.
5424
5425 2016-10-31 Jan Kratochvil <jan.kratochvil@redhat.com>
5426 Jakub Jelinek <jakub@redhat.com>
5427
5428 * dwarf2out.c (DWARF_COMPILE_UNIT_HEADER_SIZE): Adjust for -gdwarf-5.
5429 (DWARF_COMDAT_TYPE_UNIT_HEADER_SIZE): Likewise.
5430
5431 2016-10-31 Jakub Jelinek <jakub@redhat.com>
5432
5433 * dwarf2out.c (dwarf_AT): Handle DW_AT_dwo_name.
5434 (use_debug_types): Adjust comment for DWARF5 DW_UT_type units.
5435 (new_die): Handle DW_TAG_skeleton_unit like DW_TAG_compile_unit.
5436 (is_cu_die, is_unit_die): Likewise.
5437 (should_move_die_to_comdat, break_out_comdat_types): Adjust
5438 comments for DWARF5 DW_UT_type units.
5439 (output_compilation_unit_header): Add UT argument, output
5440 start of DWARF5 .debug_info section header.
5441 (output_comp_unit): Add dwo_id argument. Adjust
5442 output_compilation_unit_header caller, for DW_UT_split_compile
5443 emit dwo_id field, otherwise padding1. Emit padding2 field.
5444 (add_top_level_skeleton_die_attrs): Add DW_AT_dwo_name
5445 rather than DW_AT_GNU_dwo_name attr for -gdwarf-5.
5446 (output_skeleton_debug_sections): Add dwo_id argument, for
5447 -gdwarf-5 emit DWARF 5 DW_UT_skeleton header.
5448 (output_comdat_type_unit): For -gdwarf-5 emit .debug_info
5449 DW_UT_type or DW_UT_split_type units rather than .debug_types.
5450 (dwarf2out_finish): Use DW_TAG_skeleton_unit rather than
5451 DW_TAG_compile_unit for skeleton unit die. Don't add
5452 DW_AT_GNU_dwo_id attributes for -gdwarf-5, instead pass checksum
5453 address to output_comp_unit and output_skeleton_debug_sections.
5454
5455 * dwarf2out.c (debug_line_str_section): New variable.
5456 (debug_line_str_hash): Likewise.
5457 (DEBUG_LINE_STR_SECTION): Define.
5458 (set_indirect_string): Handle DW_FORM_line_strp like
5459 DW_FORM_strp.
5460 (find_string_form): Fix up formatting.
5461 (size_of_die): Handle DW_FORM_line_strp like DW_FORM_strp.
5462 Fix up indentation.
5463 (output_die): Handle DW_FORM_line_strp.
5464 (DWARF5_USE_DEBUG_LINE_STR): Define.
5465 (output_line_string): New function.
5466 (output_file_names): Add -gdwarf-5 support.
5467 (output_line_info): Likewise.
5468 (init_sections_and_labels): Initialize debug_line_str_section.
5469 (output_indirect_string): Change 2nd argument from void *
5470 to enum dwarf_form form, compare with form rather than
5471 DW_FORM_strp.
5472 (output_indirect_strings): Pass DW_FORM_strp to
5473 output_indirect_string traversion.
5474 (dwarf2out_finish): Output .debug_line_str strings.
5475 (dwarf2out_c_finalize): Clear debug_line_str_section and
5476 debug_line_str_hash.
5477
5478 2016-10-31 Tom Tromey <tom@tromey.com>
5479
5480 PR debug/77315
5481 * dwarf2out.c (mem_loc_descriptor): Use DW_OP_form_tls_address.
5482 (resolve_args_picking_1): Move DW_OP_form_tls_address case next to
5483 DW_OP_GNU_push_tls_address case.
5484 (loc_list_from_tree_1): Use DW_OP_form_tls_address.
5485
5486 2016-10-31 Jakub Jelinek <jakub@redhat.com>
5487
5488 * dwarf2out.h (struct dw_loc_descr_node): Adjust comment
5489 for frame_offset_rel bit.
5490 (struct array_descr_info): Add rank field.
5491 * dwarf2out.c (struct loc_descr_context): Add placeholder_arg
5492 and placeholder_seen fields.
5493 (resolve_args_picking_1): Handle also frame_offset_rel DW_OP_dup
5494 and DW_OP_over. Optimize DW_OP_pick 0 into DW_OP_dup and
5495 DW_OP_pick 1 into DW_OP_over.
5496 (function_to_dwarf_procedure, type_byte_size, field_byte_offset,
5497 gen_variant_part): Clear placeholder_{arg,seen}.
5498 (loc_list_from_tree_1): Drop const from context argument.
5499 Handle integral PLACEHOLDER_EXPR if context->placeholder_arg.
5500 (loc_list_for_address_of_addr_expr_of_indirect_ref,
5501 loc_list_from_tree, loc_descriptor_from_tree): Drop const from
5502 context argument.
5503 (add_scalar_info): Drop const from context argument. Handle
5504 context->placeholder_arg.
5505 (add_bound_info): Drop const from context argument.
5506 (gen_descr_array_type_die): Drop const from ctx variable.
5507 Initialize placeholder_arg and placeholder_seen. Add DW_AT_rank
5508 attribute and use a single DW_TAG_generic_subrange instead of
5509 7 DW_TAG_subrange_type for assumed rank arrays.
5510
5511 * dwarf2out.h (enum dw_val_class): Add dw_val_class_loclistsptr.
5512 * dwarf2out.c (struct dw_loc_list_struct): Change emitted field
5513 from bool to 1-bit uchar bitfield. Add num_assigned and
5514 offset_emitted bitfields.
5515 (dw_val_equal_p): Compare v.val_lbl_id rather than v.val_unsigned
5516 for dw_val_class_lineptr and dw_val_class_macptr. Handle
5517 dw_val_class_loclistsptr.
5518 (new_addr_loc_descr): Fix up formatting.
5519 (DEBUG_LOCLISTS_SECTION, DEBUG_DWO_LOCLISTS_SECTION): Define.
5520 (add_AT_low_high_pc): Fix up formatting.
5521 (add_AT_loclistsptr): New function.
5522 (AT_lbl): Allow dw_val_class_loclistsptr.
5523 (print_dw_val, attr_checksum, attr_checksum_ordered, same_dw_val_p):
5524 Handle dw_val_class_loclistsptr.
5525 (loc_list_idx): New variable.
5526 (output_loclists_offsets, assign_location_list_indexes): New
5527 functions.
5528 (size_of_die): For dw_val_class_loc_list -gsplit-dwarf -gdwarf-5
5529 add size_of_uleb128 of the index. Drop never used
5530 dwarf_split_debug_info AT_index handling. Handle
5531 dw_val_class_loclistsptr.
5532 (value_format): Return DW_FORM_loclistsx for dw_val_class_loc_list
5533 if -gsplit-dwarf -gdwarf-5. Handle dw_val_class_loclistsptr.
5534 (output_loc_list): Handle DWARF 5 .debug_loclists* format.
5535 (output_loc_list_offset): Handle -gsplit-dwarf -gdwarf-5
5536 DW_FORM_loclistx indexes.
5537 (output_attr_index_or_value): Fix up formatting. Don't handle
5538 dw_val_class_loc_list here.
5539 (output_die): Formatting fixes. Handle dw_val_class_loclistsptr.
5540 For dw_val_class_loc_list call output_loc_list_offset rather than
5541 output_attr_index_or_value.
5542 (init_sections_and_labels): For -gdwarf-5 use .debug_loclists
5543 or .debug_loclists.dwo section name for debug_loc_section.
5544 (resolve_addr_in_expr): Formatting fix.
5545 (index_location_lists): Likewise.
5546 (dwarf2out_finish): If there are any location lists, for
5547 -gsplit-dwarf -gdwarf-5 add DW_AT_loclists_base attribute. Call
5548 index_location_lists only if have_location_lists. Call
5549 assign_location_list_indexes for -gsplit-dwarf -gdwarf-5. Emit
5550 .debug_loclists{,.dwo} section header for -gdwarf-5, for -gdwarf-5
5551 -gsplit-dwarf also emit offset table.
5552
5553 * dwarf2out.c (DWARF_LARGEST_DATA_FORM_BITS): Define.
5554 (size_of_die, value_format, output_die): Use
5555 DW_FORM_data16 for 128-bit dw_val_class_const_double or
5556 dw_val_class_wide_int.
5557
5558 * dwarf2out.c (dwarf_op): Renamed to ...
5559 (dwarf_OP): ... this.
5560 (convert_descriptor_to_mode, scompare_loc_descriptor,
5561 minmax_loc_descriptor, typed_binop, mem_loc_descriptor,
5562 implicit_ptr_descriptor, optimize_one_addr_into_implicit_ptr): Adjust
5563 callers.
5564 (dwarf_AT, dwarf_TAG): New functions.
5565 (check_die): Disallow DW_AT_call_all_calls next to
5566 DW_AT_GNU_all_call_sites.
5567 (gen_call_site_die): Use dwarf_TAG and dwarf_AT with DWARF 5 tag
5568 and attributes instead of the corresponding GNU tag and attributes.
5569 (gen_subprogram_die): Likewise. Emit call site information even
5570 for -gdwarf-5 -gstrict-dwarf. Replace DW_AT_GNU_defaulted with
5571 DW_AT_defaulted in comment.
5572 (resolve_addr): Handle DW_AT_call_origin attribute on
5573 DW_TAG_call_site DIE like DW_AT_abstract_origin on
5574 DW_TAG_GNU_call_site DIE.
5575
5576 * dwarf2out.c (dwarf_op): New function.
5577 (size_of_loc_descr): Handle DW_OP_{implicit_pointer,entry_value},
5578 DW_OP_{const,regval,deref}_type and DW_OP_{convert,reinterpret}.
5579 (output_loc_operands, output_loc_operands_raw): Likewise.
5580 (resolve_args_picking_1, prune_unused_types_walk_loc_descr,
5581 mark_base_types, hash_loc_operands, compare_loc_operands): Likewise.
5582 (resolve_addr_in_expr): Likewise. Only punt for !dwarf_strict
5583 if dwarf_version < 5.
5584 (convert_descriptor_to_mode): Use dwarf_op (DW_OP_xxx) instead of
5585 DW_OP_GNU_xxx.
5586 (scompare_loc_descriptor, ucompare_loc_descriptor,
5587 minmax_loc_descriptor, typed_binop, mem_loc_descriptor,
5588 implicit_ptr_descriptor, optimize_one_addr_into_implicit_ptr,
5589 optimize_location_into_implicit_ptr): Likewise. Only punt for
5590 !dwarf_strict if dwarf_version < 5.
5591 (string_cst_pool_decl): Adjust comment.
5592 (non_dwarf_expression): Handle DW_OP_implicit_pointer.
5593
5594 * dwarf2out.h (enum dw_val_class): Add dw_val_class_const_implicit,
5595 dw_val_class_unsigned_const_implicit and dw_val_class_file_implicit.
5596 (struct dw_val_node): Add val_file_implicit field.
5597 * dwarf2out.c (dw_val_equal_p, print_dw_val, attr_checksum,
5598 attr_checksum_ordered, same_dw_val_p, size_of_die, value_format,
5599 output_die): Handle dw_val_class_const_implicit,
5600 dw_val_class_unsigned_const_implicit and dw_val_class_file_implicit.
5601 (abbrev_die_table): Change into va_gc vec.
5602 (abbrev_die_table_allocated, abbrev_die_table_in_use,
5603 ABBREV_DIE_TABLE_INCREMENT): Remove.
5604 (AT_int, AT_unsigned, AT_file): Allow dw_val_class_*_implicit.
5605 (abbrev_opt_start, abbrev_usage_count, sorted_abbrev_dies): New
5606 variables.
5607 (build_abbrev_table): Adjust for abbrev_die_table being a va_gc vec.
5608 If abbrev_opt_start, fill in abbrev_usage_count and abbrev_dies
5609 vectors.
5610 (die_abbrev_cmp, optimize_implicit_const, optimize_abbrev_table): New
5611 functions.
5612 (output_die_abbrevs): For DW_FORM_implicit_const emit sleb128 with
5613 the implicit value.
5614 (output_abbrev_section): Adjust for abbrev_die_table being a va_gc
5615 vec.
5616 (output_comp_unit): Initialize abbrev_opt_start if emitting the main
5617 unit. Call optimize_abbrev_table.
5618 (dwarf2out_init, dwarf2out_finish, dwarf2out_c_finalize): Adjust for
5619 abbrev_die_table being a va_gc vec.
5620
5621 PR tree-optimization/77860
5622 * tree-ssa-reassoc.c (eliminate_using_constants): Handle
5623 also integral complex and vector constants.
5624
5625 * dwarf2out.c (dwarf2out_define, dwarf2out_undef, output_macinfo_op,
5626 optimize_macinfo_range, save_macinfo_strings): Replace
5627 DW_MACRO_GNU_* constants with corresponding DW_MACRO_* constants.
5628 (output_macinfo): Likewise. Emit .debug_macro* rather than
5629 .debug_macinfo* even for -gstrict-dwarf -gdwarf-5.
5630 (init_sections_and_labels): Use .debug_macro* labels rather than
5631 .debug_macinfo* labels even for -gstrict-dwarf -gdwarf-5.
5632 (dwarf2out_finish): Use DW_AT_macros instead of DW_AT_macro_info
5633 or DW_AT_GNU_macros for -gdwarf-5.
5634
5635 2016-10-31 Waldemar Brodkorb <wbx@openadk.org>
5636
5637 * config/microblaze/linux.h (UCLIBC_DYNAMIC_LINKER): Define.
5638
5639 2016-09-11 Le-Chun Wu <lcwu@google.com>
5640 Mark Wielaard <mjw@redhat.com>
5641
5642 * common.opt (Wshadow=global): New option. Default for -Wshadow.
5643 (Wshadow=local): New option.
5644 (Wshadow-local): Hidden alias for -Wshadow=local.
5645 (Wshadow=compatible-local): New option.
5646 (Wshadow-compatible-local): Hidden alias for
5647 -Wshadow=compatible-local.
5648 * doc/invoke.texi: Document Wshadow=global, Wshadow=local and
5649 Wshadow=compatible-local.
5650
5651 2016-10-31 Bin Cheng <bin.cheng@arm.com>
5652
5653 * tree-vect-slp.c (vect_get_and_check_slp_defs): New parameter SWAP.
5654 Check slp defs for COND_EXPR by swapping/inverting operands if the
5655 new parameter SWAP indicates so.
5656 (vect_build_slp_tree_1): New parameter SWAP. Check COND_EXPR stmt
5657 is isomorphic to the first stmt via swapping/inverting. Store swap
5658 information in the new parameter SWAP.
5659 (vect_build_slp_tree): New local array SWAP and pass it to function
5660 vect_build_slp_tree_1. Cleanup result handling code for function
5661 call to vect_get_and_check_slp_defs. Skip operand swapping if the
5662 order of operands has been fixed as indicated by SWAP[i].
5663
5664 2016-10-31 Bin Cheng <bin.cheng@arm.com>
5665
5666 * tree-vect-data-refs.c (vect_slp_analyze_node_dependences): Skip
5667 unnecessary data dependence check after visited store stmt.
5668
5669 2016-10-30 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
5670
5671 PR tree-optimization/71915
5672 PR tree-optimization/71490
5673 * gimple-ssa-strength-reduction.c (struct slsr_cand_d): Add
5674 stride_type field.
5675 (find_basis_for_base_expr): Require stride types to match when
5676 seeking a basis.
5677 (alloc_cand_and_find_basis): Record the stride type.
5678 (slsr_process_phi): Pass stride type to alloc_cand_and_find_basis.
5679 (backtrace_base_for_ref): Pass types to legal_cast_p_1 rather than
5680 the expressions having those types.
5681 (slsr_process_ref): Pass stride type to alloc_cand_and_find_basis.
5682 (create_mul_ssa_cand): Likewise.
5683 (create_mul_imm_cand): Likewise.
5684 (create_add_ssa_cand): Likewise.
5685 (create_add_imm_cand): Likewise.
5686 (legal_cast_p_1): Change interface to accept types rather than the
5687 expressions having those types.
5688 (legal_cast_p): Pass types to legal_cast_p_1.
5689 (slsr_process_cast): Pass stride type to
5690 alloc_cand_and_find_basis.
5691 (slsr_process_copy): Likewise.
5692 (dump_candidate): Display stride type when a cast exists.
5693 (create_add_on_incoming_edge): Introduce a cast when necessary for
5694 the stride type.
5695 (analyze_increments): Change the code checking for invalid casts
5696 to rely on the stride type, and update the documentation and
5697 example. Change the code checking for pointer multiplies to rely
5698 on the stride type.
5699 (insert_initializers): Introduce a cast when necessary for the
5700 stride type. Use the stride type for the type of the initializer.
5701
5702 2016-10-30 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
5703
5704 * config/arm/arm.c (arm_const_not_ok_for_debug_p): Use VAR_P.
5705
5706 2016-10-29 Jakub Jelinek <jakub@redhat.com>
5707
5708 PR rtl-optimization/77919
5709 * expr.c (expand_expr_real_1) <normal_inner_ref>: Only avoid forcing
5710 into memory if both modes are complex and their inner modes have the
5711 same precision. If the two modes are different complex modes, convert
5712 each part separately and generate a new CONCAT.
5713
5714 2016-10-29 John David Anglin <danglin@gcc.gnu.org>
5715
5716 * config/pa/pa64-hpux.h (FINI_SECTION_ASM_OP): Define to null string.
5717
5718 2016-10-29 Jakub Jelinek <jakub@redhat.com>
5719
5720 PR target/78148
5721 * gimple-ssa-store-merging.c
5722 (imm_store_chain_info::output_merged_store): Use build_aligned_type
5723 instead of SET_TYPE_ALIGN on shared integral type.
5724
5725 2016-10-29 John David Anglin <danglin@gcc.gnu.org>
5726
5727 * config/pa/pa.h (BIGGEST_ALIGNMENT): Adjust comment.
5728 (MALLOC_ABI_ALIGNMENT): Define to 128 on all targets except SOM.
5729 Adjust comment.
5730
5731 2016-10-28 Jeff Law <law@redhat.com>
5732
5733 * config/vax/vax.h (REGNO_REG_CLASS): Access the REGNO argument.
5734 * config/spu/spu.h (REGNO_REG_CLASS): Likewise.
5735
5736 2016-10-28 Eric Botcazou <ebotcazou@adacore.com>
5737
5738 * doc/sourcebuild.texi (Ada Tests): Remove mention of gcc chapter.
5739
5740 2016-10-28 Eric Botcazou <ebotcazou@adacore.com>
5741
5742 * target.def (min_arithmetic_precision): New hook.
5743 * doc/tm.texi.in (Misc): Add TARGET_MIN_ARITHMETIC_PRECISION.
5744 * doc/tm.texi: Regenerate.
5745 * internal-fn.c (expand_arith_overflow): Adjust handling of target
5746 dependent support by means of TARGET_MIN_ARITHMETIC_PRECISION.
5747 * targhooks.c (default_min_arithmetic_precision): New function.
5748 * targhooks.h (default_min_arithmetic_precision): Declare.
5749 * config/sparc/sparc.c (TARGET_MIN_ARITHMETIC_PRECISION): Define.
5750 (sparc_min_arithmetic_precision): New function.
5751
5752 2016-10-28 Segher Boessenkool <segher@kernel.crashing.org>
5753
5754 PR target/71847
5755 * combine.c (change_zero_ext): Handle zero_ext of hard registers.
5756 Swap commutative operands in new RTL if needed. Handle zero_ext
5757 in the set_dest.
5758 (recog_for_combine): Pass *pnewpat to change_zero_ext instead of
5759 PATTERN (insn).
5760
5761 2016-10-28 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
5762 Kugan Vivekanandarajah <kuganv@linaro.org>
5763 Jim Wilson <jim.wilson@linaro.org>
5764
5765 PR tree-optimization/43721
5766 * target.def: New hook expand_divmod_libfunc.
5767 * doc/tm.texi.in: Add hook for TARGET_EXPAND_DIVMOD_LIBFUNC.
5768 * doc/tm.texi: Regenerate.
5769 * internal-fn.def: Add new entry for DIVMOD ifn.
5770 * internal-fn.c (expand_DIVMOD): New.
5771 * tree-ssa-math-opts.c: Include optabs-libfuncs.h, tree-eh.h,
5772 targhooks.h.
5773 (widen_mul_stats): Add new field divmod_calls_inserted.
5774 (target_supports_divmod_p): New.
5775 (divmod_candidate_p): Likewise.
5776 (convert_to_divmod): Likewise.
5777 (pass_optimize_widening_mul::execute): Call calculate_dominance_info,
5778 renumber_gimple_stmt_uids at beginning of function. Call
5779 convert_to_divmod and record stats for divmod.
5780 * config/arm/arm.c (arm_expand_divmod_libfunc): Override hook
5781 TARGET_EXPAND_DIVMOD_LIBFUNC.
5782 * doc/sourcebuild.texi: Add items for arm_divmod_simode, divmod,
5783 divmod_simode.
5784
5785 2016-10-28 Eric Botcazou <ebotcazou@adacore.com>
5786 Segher Boessenkool <segher@kernel.crashing.org>
5787
5788 * dojump.c (do_jump_by_parts_greater_rtx): Invert probability when
5789 swapping the arms of the branch.
5790 * internal-fn.c (expand_addsub_overflow): Use a straight-line code
5791 sequence for the generic signed-signed-signed case.
5792
5793 2016-10-28 Jeff Law <law@redhat.com>
5794
5795 * config/bfin/bfin.c (bfin_legitimate_address_p): Add missing
5796 fallthru comment.
5797 * config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Likewise.
5798
5799 2016-10-28 Segher Boessenkool <segher@kernel.crashing.org>
5800
5801 PR rtl-optimization/78029
5802 * function.c (prologue_contains, epilogue_contains): New functions.
5803 (record_prologue_seq, record_epilogue_seq): New functions.
5804 * function.h (prologue_contains, epilogue_contains,
5805 record_prologue_seq, record_epilogue_seq): New declarations.
5806 * sched-deps.c (sched_analyze_insn): Make dependencies to prevent
5807 mixing prologue and epilogue insns.
5808 (init_deps): Initialize the new fields in struct deps_desc.
5809 * sched-int.h (struct deps_desc): New fields last_prologue,
5810 last_epilogue, and last_logue_was_epilogue.
5811 * shrink-wrap.c (emit_common_heads_for_components): Record all
5812 emitted prologue and epilogue insns.
5813 (emit_common_tails_for_components): Ditto.
5814 (insert_prologue_epilogue_for_components): Ditto.
5815
5816 2016-10-28 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5817
5818 PR middle-end/22141
5819 * Makefile.in (OBJS): Add gimple-ssa-store-merging.o.
5820 * common.opt (fstore-merging): New Optimization option.
5821 * opts.c (default_options_table): Add entry for
5822 OPT_ftree_store_merging.
5823 * fold-const.h (can_native_encode_type_p): Declare prototype.
5824 * fold-const.c (can_native_encode_type_p): Define.
5825 * params.def (PARAM_STORE_MERGING_ALLOW_UNALIGNED): Define.
5826 (PARAM_MAX_STORES_TO_MERGE): Likewise.
5827 * timevar.def (TV_GIMPLE_STORE_MERGING): New timevar.
5828 * passes.def: Insert pass_tree_store_merging.
5829 * tree-pass.h (make_pass_store_merging): Declare extern
5830 prototype.
5831 * gimple-ssa-store-merging.c: New file.
5832 * doc/invoke.texi (Optimization Options): Document
5833 -fstore-merging.
5834 (--param documentation): Document store-merging-allow-unaligned
5835 and max-stores-to-merge.
5836
5837 2016-10-28 Will Schmidt <will_schmidt@vnet.ibm.com>
5838
5839 PR middle-end/72747
5840 * gimplify.c (gimplify_init_constructor): Move emit of constructor
5841 assignment to earlier in the if/else logic.
5842
5843 2016-10-28 Richard Biener <rguenther@suse.de>
5844
5845 PR middle-end/78128
5846 PR middle-end/71002
5847 * fold-const.c (make_bit_field_ref): Only adjust alias set
5848 when the original alias set was zero.
5849
5850 2016-10-28 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5851
5852 * config/s390/s390.c (s390_adjust_loop_scan_osc): New function.
5853 (s390_adjust_loops): New function.
5854 (s390_reorg): Invoke s390_adjust_loops.
5855 * config/s390/s390.md (UNSPEC_OSC_BREAK): New constant.
5856 ("osc_break"): New insn definition.
5857
5858 2016-10-28 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5859
5860 * config/s390/s390.opt: Support alternate cpu level naming (archXX).
5861 * config.gcc: Support alternate archXX cpu levels with
5862 --with-arch= and --with-tune=.
5863 * config/s390/linux.h: Translate new archXX cpu levels to the
5864 original names when calling GAS.
5865 * config/s390/tpf.h: Likewise.
5866 * doc/invoke.texi: Document the alternate cpu level names.
5867
5868 2016-10-28 Jakub Jelinek <jakub@redhat.com>
5869
5870 PR rtl-optimization/77919
5871 * expr.c (expand_expr_real_1) <normal_inner_ref>: Force CONCAT into
5872 MEM if mode1 is not a complex mode.
5873
5874 PR rtl-optimization/78132
5875 * ree.c (combine_reaching_defs): Give up if copy_needed and
5876 !HARD_REGNO_MODE_OK (REGNO (src_reg), dst_mode).
5877
5878 2016-10-27 Eric Botcazou <ebotcazou@adacore.com>
5879
5880 * config/sparc/sparc.md (<*vlop:code><VL:mode>3): Remove leading '*'.
5881
5882 2016-10-27 Michael Meissner <meissner@linux.vnet.ibm.com>
5883
5884 * config/rs6000/constraints.md (wH constraint): Add new
5885 constraints for allowing 32-bit integers (and eventually 8/16-bit
5886 integers) into the vector registers.
5887 (wI constraint): Likewise.
5888 (wJ constraint): Likewise.
5889 (wK constraint): Likewise.
5890 * config/rs6000/rs6000-cpus.def (ISA_2_7_MASKS_SERVER): Add
5891 -mvsx-small-integer as a default option for ISA 2.07
5892 (i.e. power8).
5893 (POWERPC_MASKS): Likewise.
5894 * config/rs6000/rs6000.opt (-mvsx-small-integer): Add new debug
5895 switch to turn off small integer support in vector registers.
5896 * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Eliminate
5897 test for -mupper-regs-di, since it is already done with the
5898 reg_add[mode].scalar_in_vsx_p. Add support for the switch
5899 -mvsx-small-integer.
5900 (rs6000_debug_reg_global): Add support for wH, wI, wJ, and wK
5901 constraints.
5902 (rs6000_setup_reg_addr_masks): Likewise.
5903 (rs6000_init_hard_regno_mode_ok): Likewise.
5904 (rs6000_option_override_internal): Add consistency checks for
5905 -mvsx-small-integer.
5906 (rs6000_secondary_reload_simple_move): SImode is a simple move if
5907 -mvsx-small-integer.
5908 (rs6000_secondary_reload): Use std::swap.
5909 (rs6000_preferred_reload_class): Don't prefer FLOAT_REGS over
5910 VSX_REGS for small integers in vector registers, since there is no
5911 D-FORM address mode for such types.
5912 (rs6000_register_move_cost): Use FIRST_FPR_REGNO instead of 32.
5913 (rs6000_opt_masks): Add -mvsx-small-integer.
5914 * config/rs6000/vsx.md (VSINT_84): Add SImode for small integer
5915 support.
5916 (VSX_EXTRACT_I2): Clone VSX_EXTRACT_I, but drop V4SI since SImode
5917 extracts can be done on ISA 2.07.
5918 (vsx_extract_<mode>): Add support for small integers in vsx
5919 registers.
5920 (vsx_extract_<mode>_p9): Use 'v' instead of VSX_EX, since we no
5921 longer support V4SImode in this pattern.
5922 (vsx_extract_si): New insn to support extraction of SImode in ISA
5923 2.07 using either xxextractuw or vspltw.
5924 (vsx_extract_<mode>_p8): Use 'v' instead of VSX_EX, since we no
5925 longer support V4SImode in this pattern.
5926 * config/rs6000/rs6000.h (enum rs6000_reg_class_enum): Add wH, wI,
5927 wJ, and wK constraints.
5928 * config/rs6000/rs6000.md (f32_sv): Use correct instruction for
5929 storing SDmode with VSX instructions.
5930 (zero_extendsi<mode>2): Reorder pattern, so RLDICL comes after the
5931 GPR load and before the FPR and VSX loads. Remove ??, ! from the
5932 constraints. Add MFVSRWZ and XXEXTRACTUW instructions to support
5933 small integers in vector registers.
5934 (extendsi<mode>2): Reorder pattern, so EXTSW comes after the GPR
5935 load and before the FPR and VSX loads. Remove ??, ! from the
5936 constraints. Add VEXTSW2D support for small integers in vector
5937 registers.
5938 (lfiwax): Remove ! constraint. Add VEXTSW2D support for small
5939 integers in vector registers.
5940 (floatsi<mode>2_lfiwax): If -mvsx-small-integer issue a normal
5941 move instead of using an UNSPEC.
5942 (lfiwzx): Remove ! constraint. Add XXEXTRACTUW support for small
5943 integers in vector registers.
5944 (floatunssi<mode>2_lfiwzx): If -mvsx-small-integer issue a normal
5945 move instead of using an UNSPEC.
5946 (movsi_internal1): Add support for -mvsx-small-integer. Align
5947 columns so that it is more readable.
5948 (SImode splitter for ISA 3.0 constants): Add splitter for
5949 -128..127 constants that can easily be constructed on ISA 3.0.
5950 * doc/md.texi (PowerPC Constraints): Document wH, wI, wJ, and wK
5951 constraints.
5952
5953 2016-10-27 Jakub Jelinek <jakub@redhat.com>
5954
5955 PR middle-end/78025
5956 * omp-simd-clone.c (simd_clone_adjust): Handle noreturn declare simd
5957 functions.
5958
5959 2016-10-27 Aldy Hernandez <aldyh@redhat.com>
5960
5961 * builtins.c (expand_builtin_nonlocal_goto): Avoid evaluating
5962 PIC_OFFSET_TABLE_REGNUM twice.
5963
5964 2016-10-27 Bin Cheng <bin.cheng@arm.com>
5965
5966 * match.pd ((convert (op:s (convert@2 @0) (convert?@3 @1)))): Add
5967 support for constant operand for OP.
5968
5969 2016-10-27 Jakub Jelinek <jakub@redhat.com>
5970
5971 * dwarf2out.c (gen_member_die): Only reparent_child instead of
5972 splice_child_die if child doesn't have DW_AT_specification attribute.
5973
5974 2016-10-27 Thomas Preud'homme <thomas.preudhomme@arm.com>
5975
5976 * config/arm/arm.h (TARGET_HAVE_LDREX): Define for ARMv8-M Baseline.
5977 (TARGET_HAVE_LDREXBH): Likewise.
5978 (TARGET_HAVE_LDACQ): Likewise.
5979
5980 2016-10-27 Thomas Preud'homme <thomas.preudhomme@arm.com>
5981
5982 * config/arm/arm.c (arm_split_atomic_op): Add function comment. Add
5983 logic to to decide whether to copy over old value to register for new
5984 value.
5985 * config/arm/sync.md: Add comments explaning why mode and code
5986 attribute are not defined in iterators.md
5987 (thumb1_atomic_op_str): New code attribute.
5988 (thumb1_atomic_newop_str): Likewise.
5989 (thumb1_atomic_fetch_op_str): Likewise.
5990 (thumb1_atomic_fetch_newop_str): Likewise.
5991 (thumb1_atomic_fetch_oldop_str): Likewise.
5992 (atomic_exchange<mode>): Add new ARMv8-M Baseline only alternatives to
5993 mirror the more restrictive constraints of the Thumb-1 insns after
5994 split compared to Thumb-2 counterpart insns.
5995 (atomic_<sync_optab><mode>): Likewise. Add comment to keep constraints
5996 in sync with non atomic version.
5997 (atomic_nand<mode>): Likewise.
5998 (atomic_fetch_<sync_optab><mode>): Likewise.
5999 (atomic_fetch_nand<mode>): Likewise.
6000 (atomic_<sync_optab>_fetch<mode>): Likewise.
6001 (atomic_nand_fetch<mode>): Likewise.
6002 * config/arm/thumb1.md (thumb1_addsi3): Add comment to keep contraint
6003 in sync with atomic version.
6004 (thumb1_subsi3_insn): Likewise.
6005 (thumb1_andsi3_insn): Likewise.
6006 (thumb1_iorsi3_insn): Likewise.
6007 (thumb1_xorsi3_insn): Likewise.
6008
6009 2016-10-27 Nick Clifton <nickc@redhat.com>
6010
6011 * plugin.c (register_plugin_info): Produce an error message if the
6012 plugin is not found in the hash table.
6013
6014 2016-10-27 Bin Cheng <bin.cheng@arm.com>
6015
6016 * match.pd ((convert1 (minmax ((convert2 (x) c)))) -> minmax (x c)):
6017 New pattern.
6018
6019 2016-10-26 Kelvin Nilsen <kelvin@gcc.gnu.org>
6020
6021 PR target/78056
6022 * config/rs6000/rs6000.c (spe_init_builtins): Modify loops to not
6023 define builtin functions from the bdesc_spe_predicates or
6024 bdesc_spe_evsel arrays if the builtin mask is not compatible with
6025 the current compiler configuration.
6026 (paired_init_builtins): Modify loop to not define define builtin
6027 functions from the bdesc_paried_preds array if the builtin mask is
6028 not compatible with the current compiler configuration.
6029 (altivec_init_builtins): Modify loops to not define the
6030 __builtin_altivec_stxvl function nor the builtin functions from
6031 the bdesc_dst or bdesc_altivec_preds, or bdesc_abs arrays if the
6032 builtin mask is not compatible with the current compiler
6033 configuration.
6034
6035 2016-10-26 Jeff Law <law@redhat.com>
6036
6037 * config/sh/sh.c (output_branch): Add missing fallthru comments.
6038 (gen_shl_and): Likewise.
6039 * config/sh/sh.md (movsicc): Add missing fallthru comments.
6040
6041 * config/mips/mips.c (mips16_constant_cost): Add missing
6042 fallthru comments.
6043 (mips16_build_call_stub): Increase buffer size. Adjust
6044 fallthru comment.
6045
6046 2016-10-26 David Malcolm <dmalcolm@redhat.com>
6047
6048 * print-rtl.c (rtx_writer::print_rtx_operand_code_u): Print
6049 INSN_UIDs for all insns in compact mode.
6050 (rtx_writer::print_rtx): Likewise.
6051 * print-rtl.h (rtx_writer::flag_compact): Update comment.
6052 * rtl-tests.c (selftest::test_dumping_insns): Update expected
6053 output to include INSN_UID.
6054 (selftest::test_uncond_jump): Likewise.
6055
6056 2016-10-26 Pat Haugen <pthaugen@us.ibm.com>
6057
6058 * haifa-sched.c (call_used_regs_num): Rename to...
6059 (call_saved_regs_num): ...this.
6060 (fixed_regs_num): New variable.
6061 (sched_pressure_start_bb): Subtract out fixed_regs. Scale call_saved
6062 regs not call_used.
6063 (alloc_global_sched_pressure_data): Compute call_saved and fixed regs.
6064
6065 2016-10-26 David Malcolm <dmalcolm@redhat.com>
6066
6067 * print-rtl-function.c (print_rtx_function): Rewrite in terms of
6068 class rtx_writer.
6069 * print-rtl.c (outfile): Delete global.
6070 (sawclose): Likewise.
6071 (indent): Likewise.
6072 (in_call_function_usage): Likewise.
6073 (flag_compact): Likewise.
6074 (flag_simple): Likewise.
6075 (rtx_writer::rtx_writer): New ctor.
6076 (print_rtx_operand_code_0): Convert to...
6077 (rtx_writer::print_rtx_operand_code_0): ...this.
6078 (print_rtx_operand_code_e): Convert to...
6079 (rtx_writer::print_rtx_operand_code_e): ...this.
6080 (print_rtx_operand_codes_E_and_V): Convert to...
6081 (rtx_writer::print_rtx_operand_codes_E_and_V): ...this.
6082 (print_rtx_operand_code_i): Convert to...
6083 (rtx_writer::print_rtx_operand_code_i): ...this.
6084 (print_rtx_operand_code_r): Convert to...
6085 (rtx_writer::print_rtx_operand_code_r): ...this.
6086 (print_rtx_operand_code_u): Convert to...
6087 (rtx_writer::print_rtx_operand_code_u): ...this.
6088 (print_rtx_operand): Convert to...
6089 (rtx_writer::print_rtx_operand): ...this.
6090 (print_rtx): Convert to...
6091 (rtx_writer::print_rtx): ...this.
6092 (print_inline_rtx): Rewrite in terms of class rtx_writer.
6093 (debug_rtx): Likewise.
6094 (print_rtl): Convert to...
6095 (rtx_writer::print_rtl): ...this.
6096 (print_rtl): Reimplement in terms of class rtx_writer.
6097 (print_rtl_single): Rewrite in terms of class rtx_writer.
6098 (print_rtl_single_with_indent): Convert to..
6099 (rtx_writer::print_rtl_single_with_indent): ...this.
6100 (print_simple_rtl): Rewrite in terms of class rtx_writer.
6101 * print-rtl.h (flag_compact): Delete decl.
6102 (class rtx_writer): New class.
6103 * rtl-tests.c (selftest::assert_rtl_dump_eq): Rewrite in terms of
6104 class rtx_writer.
6105
6106 2016-10-26 Jeff Law <law@redhat.com>
6107
6108 * config/microblaze/microblaze.c (tls_mentioned_p): Avoid
6109 fallthru.
6110
6111 * config/arc/arc.c (acr_print_operand): Adjust fallthru comment.
6112 (check_if_valid_sleep_operand): Add missing fallthru comment.
6113 (arc_register_move_cost): Increase buffer size.
6114 * config/arc/arc.md (cbranch4si_scratch): Add missing fallthru
6115 comment.
6116 * config/arc/predicates.md (move_str_operand): Avoid fallthru.
6117
6118 * config/cr16/cr16.c (cr16_print_operand): Add missing fallthru
6119 comment. Add gcc_unreachable for path that should never happen.
6120
6121 * config/epiphany/epiphany.c (epiphany_print_operand): Adjust
6122 fallthru comment.
6123
6124 2016-10-26 Jakub Jelinek <jakub@redhat.com>
6125 Martin Liska <mliska@suse.cz>
6126
6127 PR fortran/77973
6128 * gimplify.c (gimplify_adjust_omp_clauses_1): For all added map
6129 clauses with OMP_CLAUSE_SIZE being a decl, call omp_notice_variable
6130 on outer context if any.
6131
6132 2016-10-26 Jakub Jelinek <jakub@redhat.com>
6133
6134 * gen-pass-instances.awk (adjust_linenos): Increment pass_lines[p]
6135 by increment rather than double it.
6136 (insert_remove_pass): Strip leading whitespace from args[3]. Don't
6137 emit a space before args[4].
6138 (END): Don't emit a space before with_arg.
6139
6140 2016-10-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6141
6142 * config/arm/sync.md (atomic_compare_and_swap<mode>_1): Add new ARMv8-M
6143 Baseline only alternatives to (i) hold store atomic success value in a
6144 return register rather than a scratch register, (ii) use a low register
6145 for it and to (iii) ensure the cbranchsi insn generated by the split
6146 respect the constraints of Thumb-1 cbranchsi4_insn and
6147 cbranchsi4_scratch.
6148 * config/arm/thumb1.md (cbranchsi4_insn): Add comment to indicate
6149 constraints must match those in atomic_compare_and_swap.
6150 (cbranchsi4_scratch): Likewise.
6151
6152 2016-10-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6153
6154 * config/arm/arm.c (arm_expand_compare_and_swap): Add new bdst local
6155 variable. Add the new parameter to the insn generator. Set that
6156 parameter to be CC flag for 32-bit targets, bval otherwise. Set the
6157 return value from the negation of that parameter for Thumb-1, keeping
6158 the logic unchanged otherwise except for using bdst as the destination
6159 register of the compare_and_swap insn.
6160 (arm_split_compare_and_swap): Add explanation about how is the value
6161 returned to the function comment. Rename scratch variable to
6162 neg_bval. Adapt initialization of variables holding operands to the
6163 new operand numbers. Use return register to hold result of store
6164 exclusive for Thumb-1, scratch register otherwise. Construct the
6165 appropriate cbranch for Thumb-1 targets, keeping the logic unchanged
6166 for 32-bit targets. Guard Z flag setting to restrict to 32bit targets.
6167 Use gen_cbranchsi4 rather than hand-written conditional branch to loop
6168 for strongly ordered compare_and_swap.
6169 * config/arm/predicates.md (cc_register_operand): New predicate.
6170 * config/arm/sync.md (atomic_compare_and_swap<mode>_1): Use a
6171 match_operand with the new predicate to accept either the CC flag or a
6172 destination register for the boolean return value, restricting it to
6173 CC flag only via constraint. Adapt operand numbers accordingly.
6174
6175 2016-10-26 Jeff Law <law@redhat.com>
6176
6177 * config/fr30/fr30.c (fr30_print_operand): Adjust fallthru comment.
6178
6179 * config/frv/frv.c (comparison_string): Do not fall through after
6180 an error.
6181
6182 * config/iq2000/iq2000.c (iq2000_function_arg): Adjust fallthru
6183 comment.
6184 (expand_one_builtin): Add missing break.
6185
6186 * config/m32c/m32c.c (encode_pattern_1): Add fallthru comment.
6187 (m32c_legitimate_address_p): Likewise.
6188
6189 * config/m32r/m32r.c (m32r_print_operand): Adjust fallthru comment.
6190
6191 * config/mcore/mcore.c (mcore_gen_compare): Adjust fallthru comments.
6192
6193 * config/microblaze/microblaze.c (microblaze_function_arg): Adjust
6194 fallthru comment.
6195
6196 * config/msp430/msp430.c (msp430_legitimate_address_p): Adjust
6197 fallthru comment.
6198
6199 * config/nios2/nios2.c (nios2_rtx_costs): Avoid fallthru.
6200
6201 * config/rl78/rl78.c (rl78_calculate_death_notes): Add fallthru
6202 comment.
6203 (rl78_asm_ctor_dtor): Increase buffer size.
6204
6205 * config/stormy16/stormy16.c (xstormy16_asm_output_destrutor): Increase
6206 buffer size.
6207 (xstormy16_asm_output_constructor): Likewise.
6208
6209 * config/pa/pa.c (pa_asm_output_mi_thunk): Increase buffer
6210 size.
6211
6212 * config/h8300/h8300.c (h8300_print_operand): Adjust FALLTHRU
6213 comment to silence warning.
6214
6215 * config/spu/spu.c (spu_sched_reorder): Add missing fallthru comment.
6216 (spu_legitimate_address_p): Fix logic error and add missing fallthru
6217 comment.
6218
6219 2016-10-26 Michael Matz <matz@suse.de>
6220
6221 PR tree-optimization/78060
6222 PR tree-optimization/78061
6223 PR tree-optimization/78088
6224 * tree-ssa-loop-split.c (easy_exit_values): New function.
6225 (tree_ssa_split_loops): Use it.
6226 (compute_new_first_bound): Change order of operations,
6227 fix invalid use of types.
6228
6229 2016-10-26 Georg-Johann Lay <avr@gjlay.de>
6230
6231 gen-pass-instances.awk is sensitive to the order in which
6232 passes are added; passes that appear later have to be added first.
6233
6234 PR target/71676
6235 PR target/71678
6236 * config/avr/avr-passes.def: Swap order of directives for
6237 gen-pass-instances.awk.
6238
6239 2016-10-25 Jeff Law <law@redhat.com>
6240
6241 * config/vax/vax.c (vad_address_cost_1): Add missing FALLTHRU comment.
6242 (vax_notice_update_cc): Likewise.
6243
6244 2016-10-25 Eric Botcazou <ebotcazou@adacore.com>
6245
6246 * config.gcc (sparc*-*-solaris2*): Adjust.
6247 (sparc64-*-linux*): Likewise.
6248 * config/sparc/default-64.h: Rename to...
6249 * config/sparc/default64.h: ...this.
6250 * config/sparc/sparc.c (sparc_option_override): Replace TARGET_64BIT
6251 with TARGET_ARCH64.
6252 (sparc_mangle_type): Replace !TARGET_64BIT with TARGET_ARCH32.
6253 * config/sparc/sparc.h: Minor tweaks.
6254 * config/sparc/sparc.md: Replace !TARGET_64BIT and !TARGET_ARCH64 with
6255 TARGET_ARCH32 throughout. Minor various tweaks throughout.
6256
6257 2016-10-25 David Malcolm <dmalcolm@redhat.com>
6258
6259 * input.c (fcache::file_patch): Add comment about lifetime.
6260 (selftest::cpp_reader_ptr): New class.
6261 (selftest::lexer_test): Convert m_parser from cpp_reader *
6262 to a cpp_reader_ptr, and move m_tempfile to after it.
6263 (selftest::lexer_test::lexer_test): Update for above reordering.
6264 (lexer_test::~lexer_test): Move cleanup of m_parser to
6265 cpp_reader_ptr's dtor.
6266
6267 2016-10-25 David Malcolm <dmalcolm@redhat.com>
6268
6269 * toplev.c (toplev::main): Remove call to
6270 location_adhoc_data_fini.
6271
6272 2016-10-25 Eric Botcazou <ebotcazou@adacore.com>
6273
6274 * tree.h (wi::fits_to_tree_p): Accept only 0 and 1 for boolean types.
6275 * tree.c (int_fits_type_p): Likewise. Adjust head comment.
6276
6277 2016-10-25 David Malcolm <dmalcolm@redhat.com>
6278
6279 * ggc-tests.c (forcibly_ggc_collect): Rename to...
6280 (selftest::forcibly_ggc_collect): ...this, and remove "static".
6281 (test_basic_struct): Update for above renaming.
6282 (test_length): Likewise.
6283 (test_union): Likewise.
6284 (test_finalization): Likewise.
6285 (test_deletable_global): Likewise.
6286 (test_inheritance): Likewise.
6287 (test_chain_next): Likewise.
6288 (test_user_struct): Likewise.
6289 (test_tree_marking): Likewise.
6290 * selftest-run-tests.c (selftest::run_tests): Call
6291 selftest::forcibly_ggc_collect at the end of the selftests.
6292 * selftest.h (selftest::forcibly_ggc_collect): New decl.
6293
6294 2016-10-25 Jakub Jelinek <jakub@redhat.com>
6295
6296 PR target/78102
6297 * optabs.def (vcondeq_optab, vec_cmpeq_optab): New optabs.
6298 * optabs.c (expand_vec_cond_expr): For comparison codes
6299 EQ_EXPR and NE_EXPR, attempt vcondeq_optab as fallback.
6300 (expand_vec_cmp_expr): For comparison codes
6301 EQ_EXPR and NE_EXPR, attempt vec_cmpeq_optab as fallback.
6302 * optabs-tree.h (expand_vec_cmp_expr_p, expand_vec_cond_expr_p):
6303 Add enum tree_code argument.
6304 * optabs-query.h (get_vec_cmp_eq_icode, get_vcond_eq_icode): New
6305 inline functions.
6306 * optabs-tree.c (expand_vec_cmp_expr_p): Add CODE argument. For
6307 CODE EQ_EXPR or NE_EXPR, attempt to use vec_cmpeq_optab as
6308 fallback.
6309 (expand_vec_cond_expr_p): Add CODE argument. For CODE EQ_EXPR or
6310 NE_EXPR, attempt to use vcondeq_optab as fallback.
6311 * tree-vect-generic.c (expand_vector_comparison,
6312 expand_vector_divmod, expand_vector_condition): Adjust
6313 expand_vec_cmp_expr_p and expand_vec_cond_expr_p callers.
6314 * tree-vect-stmts.c (vectorizable_condition,
6315 vectorizable_comparison): Likewise.
6316 * tree-vect-patterns.c (vect_recog_mixed_size_cond_pattern,
6317 check_bool_pattern, search_type_for_mask_1): Likewise.
6318 * expr.c (do_store_flag): Likewise.
6319 * doc/md.texi (@code{vec_cmpeq@var{m}@var{n}},
6320 @code{vcondeq@var{m}@var{n}}): Document.
6321 * config/i386/sse.md (vec_cmpeqv2div2di, vcondeq<VI8F_128:mode>v2di):
6322 New expanders.
6323
6324 2016-10-25 Jeff Law <law@redhat.com>
6325
6326 * config/v850/v850.c (v850_handle_data_area_attribute): Fix fallthru
6327 comment.
6328 (v850_output_aligned_bss): Add missing break.
6329
6330 * config/m68k/m68k.c (m68k_get_reloc_decoration): Add gcc_unreachable.
6331
6332 2016-10-25 Martin Liska <mliska@suse.cz>
6333
6334 PR sanitizer/78106
6335 * sanopt.c (imm_dom_path_with_freeing_call): Handle gasm
6336 statements as they can also contain possibly a freeing call.
6337
6338 2016-10-25 H.J. Lu <hongjiu.lu@intel.com>
6339 Martin Liska <mliska@suse.cz>
6340
6341 PR ipa/78099
6342 * common.opt: Mark flag_ipa_icf_variables as Optimization flag.
6343 * ipa-icf.c (sem_function::get_hash): Add target optimization
6344 node to hash.
6345
6346 2016-10-25 Wilco Dijkstra <wdijkstr@arm.com>
6347
6348 PR target/78041
6349 * config/arm/neon.md (ashldi3_neon): Add "r 0 i" and "&r r i" variants.
6350 Remove partial overlap check for shift by 1.
6351 (ashldi3_neon): Likewise.
6352
6353 2016-10-25 Thomas Preud'homme <thomas.preudhomme@arm.com>
6354
6355 * config/arm/constraints.md (Q constraint): Document its use for
6356 Thumb-1.
6357 (Pf constraint): New constraint for relaxed, consume or relaxed memory
6358 models.
6359 * config/arm/sync.md (atomic_load<mode>): Add new ARMv8-M Baseline only
6360 alternatives to allow any register when memory model matches Pf and
6361 thus lda is used, but only low registers otherwise. Use unpredicated
6362 output template for Thumb-1 targets.
6363 (atomic_store<mode>): Likewise for stl.
6364 (arm_load_exclusive<mode>): Add new ARMv8-M Baseline only alternative
6365 whose output template does not have predication.
6366 (arm_load_acquire_exclusive<mode>): Likewise.
6367 (arm_load_exclusivesi): Likewise.
6368 (arm_load_acquire_exclusivesi): Likewise.
6369 (arm_store_release_exclusive<mode>): Likewise.
6370 (arm_store_exclusive<mode>): Use unpredicated output template for
6371 Thumb-1 targets.
6372
6373 2016-10-25 Jakub Jelinek <jakub@redhat.com>
6374
6375 * internal-fn.def (LAUNDER): New internal function.
6376 * internal-fn.c (expand_LAUNDER): New function.
6377
6378 2016-10-25 Georg-Johann Lay <avr@gjlay.de>
6379 Pitchumani Sivanupandi <pitchumani.sivanupandi@microchip.com>
6380
6381 New avr target pass to work around performance loss by PR fix.
6382
6383 PR target/71676
6384 PR target/71678
6385 * config/avr/avr.md (casesi_<mode>_sequence) [qi,hi]: New insn.
6386 (*cmp<mode>) [qi,qq,uqq,hi,hq,uhq,ha,uha]: Rename to cmp<mode>3.
6387 * config/avr/predicates.md (extend_operator): New.
6388 * config/avr/avr-passes.def (avr_pass_casesi): Register new pass.
6389 * config/avr/avr-protos.h (avr_casei_sequence_check_operands)
6390 (make_avr_pass_casesi): New prototypes.
6391 * config/avr/avr.c (print-rtl.h): Include it.
6392 (pass_data avr_pass_data_casesi): Data for new pass.
6393 (avr_pass_casesi): New class implementing rtl_opt_pass .avr-casesi.
6394 (make_avr_pass_casesi, avr_parallel_insn_from_insns)
6395 (avr_is_casesi_sequence, avr_casei_sequence_check_operands)
6396 (avr_optimize_casesi): New functions.
6397
6398 2016-10-25 Georg-Johann Lay <avr@gjlay.de>
6399 Pitchumani Sivanupandi <pitchumani.sivanupandi@microchip.com>
6400
6401 PR target/71676
6402 PR target/71678
6403 * config/avr/avr.md (casesi): Rewrite avoiding subregs of SI.
6404
6405 2016-10-24 Jakub Jelinek <jakub@redhat.com>
6406
6407 * dwarf2out.c (gen_subprogram_die): Add DW_AT_reference or
6408 DW_AT_rvalue_reference attributes.
6409
6410 2016-10-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
6411
6412 * doc/invoke.text (Wint-in-bool-context): Update documentation.
6413 * value-prof.c (stringop_block_profile): Fix a warning.
6414
6415 2016-10-24 Martin Sebor <msebor@redhat.com>
6416
6417 PR middle-end/77735
6418 * builtins.c (string_length): New function.
6419 (c_strlen): Use string_length. Correctly handle wide strings.
6420 * gimple-ssa-sprintf.c (target_max_value, target_size_max): New
6421 functions.
6422 (target_int_max): Call target_max_value.
6423 (format_result::knownrange): New data member.
6424 (fmtresult::fmtresult): Define default constructor.
6425 (format_integer): Use it and set format_result::knownrange.
6426 Handle global constants.
6427 (format_floating_max): Add third argument.
6428 (format_floating): Recompute maximum value for %a for each argument.
6429 (get_string_length): Use fmtresult default ctor.
6430 (format_string): Set format_result::knownrange.
6431 (format_directive): Check format_result::knownrange.
6432 (add_bytes): Same. Correct caret placement in diagnostics.
6433 (pass_sprintf_length::compute_format_length): Set
6434 format_result::knownrange.
6435 (pass_sprintf_length::handle_gimple_call): Use target_size_max.
6436
6437 2016-10-24 Jakub Jelinek <jakub@redhat.com>
6438
6439 * config/i386/i386.c (ix86_in_large_data_p, ix86_expand_builtin): Use
6440 VAR_P (x) instead of TREE_CODE (x) == VAR_DECL.
6441
6442 2016-10-24 Ximin Luo <infinity0@pwned.gg>
6443
6444 PR debug/77985
6445 * dwarf2out.c (file_table_relative_p): Remove.
6446 (gen_compile_unit_die, dwarf2out_early_finish): Emit DW_AT_comp_dir
6447 also for absolute paths.
6448 * doc/tm.texi: Update.
6449 * doc/tm.texi.in (SDB and DWARF) <TARGET_FORCE_AT_COMP_DIR>: Remove.
6450 * target.def (force_at_comp_dir): Remove hook.
6451 * config/darwin.h (TARGET_FORCE_AT_COMP_DIR): Remove define.
6452
6453 2016-10-24 Richard Biener <rguenther@suse.de>
6454
6455 * tree-vrp.c (evrp_dom_walker::before_dom_children): Ignore
6456 backedges when identifying the single predecessor to take
6457 conditional info from. Use SCEV to get at ranges for loop IVs.
6458 * lto-streamer-out.c (lto_write_mode_table): CSE inner mode to
6459 avoid false warning.
6460
6461 2016-10-24 Georg-Johann Lay <avr@gjlay.de>
6462
6463 PR target/78093
6464 * doc/extend.texi (AVR Variable Attributes) [absdata]: Document it.
6465 * config/avr/avr.c (AVR_SYMBOL_FLAG_TINY_ABSDATA): New macro.
6466 (avr_address_tiny_absdata_p): New static function.
6467 (avr_legitimate_address_p, avr_legitimize_address) [AVR_TINY]: Use
6468 it to determine validity of constant addresses.
6469 (avr_attribute_table) [absdata]: New variable attribute...
6470 (avr_handle_absdata_attribute): ...and handler.
6471 (avr_decl_absdata_p): New static function.
6472 (avr_encode_section_info) [AVR_TINY]: Use it to add flag
6473 AVR_SYMBOL_FLAG_TINY_ABSDATA to respective symbols_refs.
6474 (avr_address_cost) [AVR_TINY]: absdata addresses cost 2.
6475
6476 2016-10-24 Richard Biener <rguenther@suse.de>
6477
6478 PR tree-optimization/78076
6479 * tree-ssa-loop-split.c (tree_ssa_split_loops): Reset aux
6480 also on the loop tree root.
6481
6482 2016-10-24 Jakub Jelinek <jakub@redhat.com>
6483
6484 * config/i386/i386.c (ix86_fold_builtin): Handle
6485 IX86_BUILTIN_BEXTR{,I}{32,64}, IX86_BUILTIN_BZHI{32,64},
6486 IX86_BUILTIN_PDEP{32,64} and IX86_BUILTIN_PEXT{32,64}.
6487 (ix86_gimple_fold_builtin): Handle IX86_BUILTIN_BZHI{32,64},
6488 IX86_BUILTIN_PDEP{32,64} and IX86_BUILTIN_PEXT{32,64}.
6489
6490 2016-10-24 Martin Liska <mliska@suse.cz>
6491
6492 PR sanitizer/77966
6493 * opts.c (finish_options): Skip conditionally.
6494
6495 2016-10-23 Martin Sebor <msebor@redhat.com>
6496
6497 PR target/77837
6498 * config/rs6000/linux.h (TARGET_PRINTF_POINTER_FORMAT): Define.
6499 * config/rs6000/linux64.h (TARGET_PRINTF_POINTER_FORMAT): Likewise.
6500
6501 2016-10-23 Eric Botcazou <ebotcazou@adacore.com>
6502
6503 * config/sparc/sparc.md (cpu_feature): Minor tweak.
6504 (enabled): Likewise.
6505 (movsi_insn, movdi_insn_sp32, movdi_insn_sp64, movsf_insn,
6506 movdf_insn_sp32, movdf_insn_sp64, zero_extendsidi2_insn_sp64,
6507 sign_extendsidi2_insn, mov<VM32:mode>_insn, mov<VM64:mode>_insn_sp64,
6508 mov<VM64:mode>_insn_sp32, not_<code><mode>, nand<mode>_vis,
6509 <code>_not1<mode>_vi, <code>_not2<mode>_vis, one_cmpl<mode>2,
6510 fcmp<code><GCM:gcm_name>, pdistn<mode>_vis): Likewise.
6511
6512 2016-10-23 Eric Botcazou <ebotcazou@adacore.com>
6513
6514 * config/sparc/sparc-c.c (sparc_target_macros): Replace TARGET_64BIT
6515 with TARGET_ARCH64. Define __VIS to 0x400 if TARGET_VIS4.
6516
6517 2016-10-21 Andrew Pinski <apinski@cavium.com>
6518
6519 * config/aarch64/aarch64-cores.def: Rewrite so IMP and PART are
6520 integer constants.
6521 * config/aarch64/driver-aarch64.c (struct aarch64_core_data): Change
6522 implementer_id to unsigned char.
6523 Change part_no to unsigned int.
6524 (AARCH64_BIG_LITTLE): New define.
6525 (INVALID_IMP): New define.
6526 (INVALID_CORE): New define.
6527 (cpu_data): Change the last element's implementer_id and part_no to
6528 integers.
6529 (valid_bL_string_p): Rewrite to ..
6530 (valid_bL_core_p): this for integers instead of strings.
6531 (parse_field): New function.
6532 (contains_string_p): Rewrite to ...
6533 (contains_core_p): this for integers and only for the part_no.
6534 (host_detect_local_cpu): Rewrite handling of implementation and
6535 par num to be integers; simplifying the code.
6536
6537 2016-10-21 Kugan Vivekanandarajah <kuganv@linaro.org>
6538
6539 * ipa-prop.c (ipa_compute_jump_functions_for_edge): Create nonzero
6540 value range for pointers in more cases.
6541
6542 2016-10-21 Wilco Dijkstra <wdijkstr@arm.com>
6543
6544 * config/aarch64/aarch64.c (aarch64_add_constant_internal):
6545 Add extra argument to allow emitting the move immediate.
6546 Use add/sub with positive immediate.
6547 (aarch64_add_constant): Add inline function.
6548 (aarch64_add_sp): Likewise.
6549 (aarch64_sub_sp): Likewise.
6550 (aarch64_expand_prologue): Call aarch64_sub_sp.
6551 (aarch64_expand_epilogue): Call aarch64_add_sp.
6552 Decide when to leave out move.
6553 (aarch64_output_mi_thunk): Call aarch64_add_constant.
6554
6555 2016-10-21 Wilco Dijkstra <wdijkstr@arm.com>
6556
6557 * config/aarch64/aarch64.c (aarch64_layout_frame):
6558 Align FP callee-saves.
6559
6560 2016-10-21 Jakub Jelinek <jakub@redhat.com>
6561
6562 * config/i386/adxintrin.h (_subborrow_u32, _addcarry_u32,
6563 _addcarryx_u32, _subborrow_u64, _addcarry_u64, _addcarryx_u64):
6564 Formatting fixes.
6565 * config/i386/rdseedintrin.h (_rdseed16_step, _rdseed32_step,
6566 _rdseed64_step): Likewise.
6567 * config/i386/tbmintrin.h (__bextri_u32): Likewise.
6568
6569 PR target/78057
6570 * config/i386/i386.c: Include fold-const-call.h, tree-vrp.h
6571 and tree-ssanames.h.
6572 (ix86_fold_builtin): Fold IX86_BUILTIN_[LT]ZCNT{16,32,64}
6573 with INTEGER_CST argument.
6574 (ix86_gimple_fold_builtin): New function.
6575 (TARGET_GIMPLE_FOLD_BUILTIN): Define.
6576
6577 * dwarf2out.c (ranges_table): Change into vec<dw_ranges, va_gc> *.
6578 (ranges_by_label): Change into vec<dw_ranges_by_label, va_gc> *.
6579 (ranges_table_allocated, ranges_table_in_use,
6580 ranges_by_label_allocated, ranges_by_label_in_use,
6581 RANGES_TABLE_INCREMENT): Removed.
6582 (add_ranges_num): Use vec_safe_push into ranges_table.
6583 (add_ranges_by_labels): Use vec_safe_push into ranges_by_label.
6584 (output_ranges): Adjust for ranges_table and ranges_by_label
6585 conversion from arrays to vec.
6586 (add_high_low_attributes, dwarf2out_finish): Adjust for range_table
6587 conversion from arrays to vec.
6588 (dwarf2out_c_finalize): Don't clear ranges_table_allocated,
6589 ranges_table_in_use, ranges_by_label_allocated and
6590 ranges_by_label_in_use. Set ranges_by_label to NULL instead of 0.
6591
6592 * dwarf2out.c (gen_variable_die): Emit DW_AT_const_expr attribute
6593 if needed. Re-add origin_die variable and its initialization.
6594
6595 * gimplify.c (gimplify_bind_expr): Handle oacc_declare_returns
6596 even for -fstack-reuse=none, or for volatile vars etc.
6597
6598 2016-10-21 David Malcolm <dmalcolm@redhat.com>
6599
6600 * print-rtl-function.c (flag_compact): Move extern decl to...
6601 * print-rtl.h (flag_compact): ...here.
6602 * rtl-tests.c (selftests::assert_rtl_dump_eq): New function.
6603 (ASSERT_RTL_DUMP_EQ): New macro.
6604 (selftest::test_dumping_regs): New function.
6605 (selftest::test_dumping_insns): New function.
6606 (selftest::test_uncond_jump): Add uses of ASSERT_RTL_DUMP_EQ on
6607 the insns.
6608 (selftest::rtl_tests_c_tests): Call the new test functions.
6609
6610 2016-10-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
6611
6612 * cfgcleanup.c (merge_blocks_move_successor_nojumps): Adjust.
6613 (outgoing_edges_match): Likewise.
6614 (try_crossjump_to_edge): Likewise.
6615 * cfgrtl.c (try_redirect_by_replacing_jump): Likewise.
6616 (rtl_tidy_fallthru_edge): Likewise.
6617 * rtl.h (tablejump_p): Adjust prototype.
6618 * rtlanal.c (tablejump_p): Return the label as a rtx_insn *.
6619
6620 2016-10-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
6621
6622 * rtl.h (label_ref_label): New function.
6623 (set_label_ref_label): New function.
6624 (LABEL_REF_LABEL): Delete.
6625 * alias.c (rtx_equal_for_memref_p): Adjust.
6626 * cfgbuild.c (make_edges): Likewise.
6627 (purge_dead_tablejump_edges): Likewise.
6628 * cfgexpand.c (convert_debug_memory_address): Likewise.
6629 * cfgrtl.c (patch_jump_insn): Likewise.
6630 * combine.c (distribute_notes): Likewise.
6631 * cse.c (hash_rtx_cb): Likewise.
6632 (exp_equiv_p): Likewise.
6633 (fold_rtx): Likewise.
6634 (check_for_label_ref): Likewise.
6635 * cselib.c (rtx_equal_for_cselib_1): Likewise.
6636 (cselib_hash_rtx): Likewise.
6637 * emit-rtl.c (mark_label_nuses): Likewise.
6638 * explow.c (convert_memory_address_addr_space_1): Likewise.
6639 * final.c (output_asm_label): Likewise.
6640 (output_addr_const): Likewise.
6641 * gcse.c (add_label_notes): Likewise.
6642 * genconfig.c (walk_insn_part): Likewise.
6643 * genrecog.c (validate_pattern): Likewise.
6644 * ifcvt.c (cond_exec_get_condition): Likewise.
6645 (noce_emit_store_flag): Likewise.
6646 (noce_get_alt_condition): Likewise.
6647 (noce_get_condition): Likewise.
6648 * jump.c (maybe_propagate_label_ref): Likewise.
6649 (mark_jump_label_1): Likewise.
6650 (redirect_exp_1): Likewise.
6651 (rtx_renumbered_equal_p): Likewise.
6652 * lra-constraints.c (operands_match_p): Likewise.
6653 * print-rtl.c (print_value): Likewise.
6654 * reload.c (find_reloads): Likewise.
6655 * reload1.c (set_label_offsets): Likewise.
6656 * reorg.c (get_branch_condition): Likewise.
6657 * rtl-tests.c (test_uncond_jump): Likewise.
6658 * rtl.c (rtx_equal_p_cb): Likewise.
6659 (rtx_equal_p): Likewise.
6660 * rtlanal.c (reg_mentioned_p): Likewise.
6661 (rtx_referenced_p): Likewise.
6662 (get_condition): Likewise.
6663 * varasm.c (const_hash_1): Likewise.
6664 (compare_constant): Likewise.
6665 (const_rtx_hash_1): Likewise.
6666 (output_constant_pool_1): Likewise.
6667
6668 2016-10-21 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
6669
6670 PR target/71627
6671 * reload.c (find_valid_class_1): Allow regclass if atleast one
6672 regno in regclass is ok. Compute and use rclass size based on
6673 actually available regnos for mode in rclass.
6674
6675 2016-10-21 Eric Botcazou <ebotcazou@adacore.com>
6676
6677 * config/sparc/sparc-modes.def (CCV): New.
6678 (CCXV): Likewise.
6679 * config/sparc/predicates.md (v_comparison_operator): New.
6680 (icc_comparison_operator): Add support for CCV/CCXV.
6681 (xcc_comparison_operator): Likewise.
6682 * config/sparc/sparc.c (output_cbranch): Likewise.
6683 (sparc_print_operand): Likewise.
6684 * config/sparc/sparc.md (UNSPEC_{ADD,SUB,NEG}V): New constants.
6685 (uaddvdi4): New expander.
6686 (addvdi4): Likewise.
6687 (uaddvdi4_sp32): New instruction.
6688 (addvdi4_sp32): Likewise.
6689 (uaddvsi4): New expander.
6690 (addvsi4): Likewise.
6691 (cmp_ccc_plus_sltu_set): New instruction.
6692 (cmp_ccv_plus): Likewise.
6693 (cmp_ccxv_plus): Likewise.
6694 (cmp_ccv_plus_set): Likewise.
6695 (cmp_ccxv_plus_set): Likewise.
6696 (cmp_ccv_plus_sltu_set): Likewise.
6697 (uaddvdi4): New expander.
6698 (subvdi4): Likewise.
6699 (usubdi4_sp32): New instruction.
6700 (subvdi4_sp32): Likewise.
6701 (usubvsi4): New expander.
6702 (subvsi4): Likewise.
6703 (cmpsi_minus_sltu_set): New instruction.
6704 (cmp_ccv_minus): Likewise.
6705 (cmp_ccxv_minus): Likewise.
6706 (cmp_ccv_minus_set): Likewise.
6707 (cmp_ccxv_minus_set): Likewise.
6708 (cmp_ccv_minus_sltu_set): Likewise.
6709 (unegvdi3): New expander.
6710 (negvdi3): Likewise.
6711 (unegdi3_sp32): New instruction.
6712 (negvdi3_sp32): Likewise.
6713 (unegvsi3): New expander.
6714 (negvsi3): Likewise.
6715 (cmp_ccc_neg_sltu_set): New instruction.
6716 (cmp_ccv_neg): Likewise.
6717 (cmp_ccxv_neg): Likewise.
6718 (cmp_ccv_neg_set): Likewise.
6719 (cmp_ccxv_neg_set): Likewise.
6720 (cmp_ccv_neg_sltu_set): Likewise.
6721
6722 * tree-ssa-loop-split.c: Remove trailing spaces.
6723 * match.pd: Likewise.
6724
6725 2016-10-21 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6726
6727 PR rtl-optimization/78038
6728 * ree.c (get_defs): Return NULL if a defining insn for REG cannot
6729 be deduced to set REG through the RTL structure.
6730 (make_defs_and_copies_lists): Return false on a failing get_defs call.
6731
6732 2016-10-21 Richard Biener <rguenther@suse.de>
6733
6734 PR tree-optimization/78051
6735 * tree-vrp.c (evrp_dom_walker::before_dom_children): Update stmt
6736 and mark replaced if folding did something.
6737
6738 2016-10-21 David Edelsohn <dje.gcc@gmail.com>
6739
6740 * config/rs6000/rs6000.c (rs6000_assemble_visibility): Swap "internal"
6741 and "protected" in visibility types.
6742 (rs6000_xcoff_declare_function_name): Fix formatting.
6743 (rs6000_xcoff_declare_object_name): Fix formatting.
6744
6745 2016-10-21 Uros Bizjak <ubizjak@gmail.com>
6746
6747 * config/i386/i386.c (ix86_fold_builtin): Handle IX86_BUILTIN_INFQ
6748 and IX86_BUILTIN_HUGE_VALQ here ...
6749 (ix86_expand_builtin): ... not here.
6750
6751 2016-10-20 Jakub Jelinek <jakub@redhat.com>
6752
6753 * doc/gty.texi (for_user): Use @item next to @findex.
6754
6755 2016-10-20 Uros Bizjak <ubizjak@gmail.com>
6756
6757 PR target/78037
6758 * config/i386/bmiintrin.h (__tzcnt_u16): Call __builtin_ia32_tzcnt_u16.
6759 (__tzcnt_u32, _tzcnt_u32): Call __builtin_ia32_tzcnt_u32.
6760 (__tzcnt_u64, _tzcnt_u64): Call __builtin_ia32_tzcnt_u64.
6761 * config/i386/lzcntintrin.h (__lzcnt_u16): Call
6762 __builtin_ia32_lzcnt_u16.
6763 (__lzcnt_u32, _lzcnt_u32): Call __builtin_ia32_lzcnt_u32.
6764 (__lzcnt_u64, _lzcnt_u64): Call __builtin_ia32_lzcnt_u64.
6765 * config/i386/i386.md (UNSPEC_LZCNT, UNSPEC_TZCNT): New unspecs.
6766 (ctz<mode>2, *ctz<mode>2): Use SWI48 mode iterator.
6767 (bmi_tzcnt_<mode>): New expander.
6768 (*bmi_tzcnt_<mode>_falsedep_1): New define_insn_and_split pattern.
6769 (*bmi_tzcnt_<mode>_falsedep, *bmi_tzcnt_<mode>): New insn patterns.
6770 (clz<mode>2_lzcnt, *clz<mode>2_lzcnt): Use SWI48 mode iterator.
6771 (lzcnt_<mode>): New expander.
6772 (*lzcnt_<mode>_falsedep_1): New define_insn_and_split pattern.
6773 (*lzcnt_<mode>_falsedep, *lzcnt_<mode>): New insn patterns.
6774 * config/i386/i386-builtin-types.def (UINT_FTYPE_UINT): New.
6775 (UINT64_FTYPE_UINT64): New.
6776 * config/i386/i386-builtin.def (__builtin_clzs): Remove description.
6777 (__builtin_ia32_lzcnt_u16): New description.
6778 (__builtin_ia32_lzcnt_u32): Ditto.
6779 (__builtin_ia32_lzcnt_u64): Ditto.
6780 (__builtin_ctzs): Remove description.
6781 (__builtin_ia32_tzcnt_u16): New description.
6782 (__builtin_ia32_tzcnt_u32): Ditto.
6783 (__builtin_ia32_tzcnt_u64): Ditto.
6784 * config/i386/i386.c (ix86_expand_args_builtin): Handle
6785 UINT_FTYPE_UINT and UINT64_FTYPE_UINT64.
6786
6787 2016-10-20 Martin Liska <mliska@suse.cz>
6788
6789 PR lto/78049
6790 * lto-streamer-in.c (fixup_call_stmt_edges_1): Replace value
6791 comparison with STMT_UID_NOT_IN_RANGE.
6792 (fixup_call_stmt_edges): Do not fixup edges of a thunk in
6793 LTRANS.
6794
6795 2016-10-20 Eric Botcazou <ebotcazou@adacore.com>
6796
6797 * compare-elim.c (conforming_compare): Accept UNSPECs.
6798 (find_comparison_dom_walker::before_dom_children): Deal with
6799 instructions both using and killing the flags register.
6800 (equivalent_reg_at_start): New function extracted from...
6801 (try_eliminate_compare): ...here. Use it and add support for
6802 registers and UNSPECs as second operand of the compare.
6803 * config/visium/visium-modes.def (CCV): New.
6804 * config/visium/predicates.md (visium_v_comparison_operator): New.
6805 (visium_branch_operator): Deal with CCV mode.
6806 * config/visium/visium.c (visium_select_cc_mode): Likewise.
6807 (output_cbranch): Likewise.
6808 * config/visium/visium.md (UNSPEC_{ADD,SUB,NEG}V): New constants.
6809 (uaddv<mode>4): New expander.
6810 (addv<mode>4): Likewise.
6811 (add<mode>3_insn_set_carry): New instruction.
6812 (add<mode>3_insn_set_overflow): Likewise.
6813 (addsi3_insn_set_overflow): Likewise.
6814 (usubv<mode>4): New expander.
6815 (subv<mode>4): Likewise.
6816 (sub<mode>3_insn_set_carry): New instruction.
6817 (sub<mode>3_insn_set_overflow): Likewise.
6818 (subsi3_insn_set_overflow): Likewise.
6819 (unegv<mode>3): New expander.
6820 (negv<mode>3): Likewise.
6821 (neg<mode>2_insn_set_overflow): New instruction.
6822 (addv_tst<mode>): Likewise.
6823 (subv_tst<mode>): Likewise.
6824 (negv_tst<mode>): Likewise.
6825 (cbranch<mode>4_addv_insn): New splitter and instruction.
6826 (cbranch<mode>4_subv_insn): Likewise.
6827 (cbranch<mode>4_negv_insn): Likewise.
6828
6829 2016-10-20 Richard Biener <rguenther@suse.de>
6830
6831 * tree-ssa-alias.c (ptrs_compare_unequal): Remove code duplication.
6832 Handle decls possibly not bound.
6833 * tree-ssa-structalias.c (get_constraint_for_ssa_var): Add
6834 nothing_id for decls that might not be bound if we are interested
6835 for the address.
6836 (get_constraint_for_component_ref): Deal with that.
6837
6838 2016-10-20 Michael Matz <matz@suse.de>
6839
6840 Loop splitting.
6841 * common.opt (-fsplit-loops): New flag.
6842 * passes.def (pass_loop_split): Add.
6843 * opts.c (default_options_table): Add OPT_fsplit_loops entry at -O3.
6844 (enable_fdo_optimizations): Add loop splitting.
6845 * timevar.def (TV_LOOP_SPLIT): Add.
6846 * tree-pass.h (make_pass_loop_split): Declare.
6847 * tree-ssa-loop-manip.h (rewrite_into_loop_closed_ssa_1): Declare.
6848 * tree-ssa-loop-unswitch.c: Include tree-ssa-loop-manip.h,
6849 * tree-ssa-loop-split.c: New file.
6850 * Makefile.in (OBJS): Add tree-ssa-loop-split.o.
6851 * doc/invoke.texi (fsplit-loops): Document.
6852 * doc/passes.texi (Loop optimization): Add paragraph about loop
6853 splitting.
6854
6855 2016-10-20 Richard Biener <rguenther@suse.de>
6856
6857 * cgraphunit.c (analyze_functions): Set node->definition to
6858 false to signal symbol removal to debug_hooks->late_global_decl.
6859 * ipa.c (symbol_table::remove_unreachable_nodes): When not in
6860 WPA signal symbol removal to the debuginfo machinery.
6861 * dwarf2out.c (dwarf2out_late_global_decl): Instead of
6862 using early_finised to guard the we're called for symbol
6863 removal case look at the symtabs definition flag.
6864 (gen_variable_die): Remove redundant check.
6865
6866 2016-10-20 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
6867
6868 * config/s390/s390.md ("prefetch"): Add fallthrough comment.
6869
6870 2016-10-20 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
6871
6872 PR tree-optimization/53979
6873 * match.pd ((a ^ b) | a -> a | b): New pattern.
6874
6875 2016-10-19 John David Anglin <danglin@gcc.gnu.org>
6876
6877 * config/pa/pa64-hpux.h (PA_INIT_FRAME_DUMMY_ASM_OP): Move to
6878 config/pa/pa64-hpux-lib.h.
6879 (PA_CRTBEGIN_HACK): Likewise.
6880 (DTOR_LIST_BEGIN): Likewise.
6881
6882 2016-10-19 Bernd Edlinger <bernd.edlinger@hotmail.de>
6883
6884 * config/arm/arm.c (arm_emit_coreregs_64bit_shift): Clear the result
6885 register only if "in" and "out" are different registers.
6886
6887 2016-10-19 Eric Botcazou <ebotcazou@adacore.com>
6888
6889 * omp-low.c (pass_oacc_device_lower::gate): New method.
6890 (execute): Always call execute_oacc_device_lower.
6891
6892 2016-10-19 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
6893
6894 PR tree-optimization/77916
6895 PR tree-optimization/77937
6896 * gimple-ssa-strength-reduction.c (analyze_increments): Remove
6897 stopgap fix.
6898 (insert_initializers): Requirement of initializer for -1 should be
6899 based on pointer-typedness of the candidate basis.
6900
6901 2016-10-19 Bin Cheng <bin.cheng@arm.com>
6902
6903 PR tree-optimization/78005
6904 * tree-vect-loop-manip.c (vect_gen_prolog_loop_niters): Compute
6905 upper (included) bound for niters of prolog loop.
6906 (vect_gen_scalar_loop_niters): Change parameter VF to VFM1.
6907 Compute niters of scalar loop above which vectorized loop is
6908 preferred, as well as the upper (included) bound for the niters.
6909 (vect_do_peeling): Record niter bound for loops accordingly.
6910
6911 2016-10-19 Thomas Schwinge <thomas@codesourcery.com>
6912
6913 PR lto/77458
6914 * tree-core.h (enum tree_index): Put the complex types after their
6915 component types.
6916 * tree-streamer.c (verify_common_node_recorded): New function.
6917 (preload_common_nodes) <TREE_CODE (node) == COMPLEX_TYPE>: Use it.
6918
6919 2016-10-19 Martin Liska <mliska@suse.cz>
6920
6921 * cgraph.h (cgraph_edge::binds_to_current_def_p):
6922 Replace NULL with false as a return value.
6923
6924 2016-10-19 Thomas Schwinge <thomas@codesourcery.com>
6925
6926 PR tree-optimization/78024
6927 * omp-low.c (oacc_loop_discovery): Call clear_bb_flags before, and
6928 don't clear BB_VISITED after processing.
6929
6930 2016-10-19 Richard Biener <rguenther@suse.de>
6931
6932 * domwalk.c (dom_walker::walk): Use RPO order.
6933
6934 2016-10-19 Richard Biener <rguenther@suse.de>
6935
6936 * tree-vrp.c (evrp_dom_walker::evrp_dom_walker): Initialize
6937 stmts_to_remove.
6938 (evrp_dom_walker::~evrp_dom_walker): Free it.
6939 (evrp_dom_walker::stmts_to_remove): Add.
6940 (evrp_dom_walker::before_dom_children): Mark PHIs and stmts
6941 whose output we fully propagate for removal. Propagate
6942 into BB destination PHI arguments.
6943 (execute_early_vrp): Remove queued stmts. Dump value ranges
6944 before stmt removal.
6945
6946 2016-10-18 Aldy Hernandez <aldyh@redhat.com>
6947
6948 * Makefile.in (OBJS): Add gimple-ssa-warn-alloca.o.
6949 * passes.def: Add two instances of pass_walloca.
6950 * tree-pass.h (make_pass_walloca): New.
6951 * gimple-ssa-warn-alloca.c: New file.
6952 * doc/invoke.texi: Document -Walloca, -Walloca-larger-than=, and
6953 -Wvla-larger-than= options.
6954
6955 2016-10-18 Thomas Schwinge <thomas@codesourcery.com>
6956
6957 * cfg.c (clear_bb_flags): Use FOR_ALL_BB_FN.
6958 * config/nvptx/nvptx.c (nvptx_find_sese): Likewise.
6959
6960 2016-10-18 Kelvin Nilsen <kelvin@gcc.gnu.org>
6961
6962 * config/rs6000/altivec.h (vec_xl_len): New macro.
6963 (vec_xst_len): New macro.
6964 (vec_cmpnez): New macro.
6965 (vec_cntlz_lsbb): New macro.
6966 (vec_cnttz_lsbb): New macro.
6967 (vec_xlx): New macro.
6968 (vec_xrx): New macro.
6969 (vec_all_nez): New C++ predicate template.
6970 (vec_any_eqz): New C++ predicate template.
6971 (vec_all_ne): Revised C++ predicate template under _ARCH_PWR9
6972 conditional compilation.
6973 (vec_any_eq): Revised C++ predicate template under _ARCH_PWR9
6974 conditional compilation.
6975 (vec_all_nez): New macro.
6976 (vec_any_eqz): New macro.
6977 (vec_all_ne): Revised macro under _ARCH_PWR9 conditional
6978 compilation.
6979 (vec_any_eq): Revised macro under _ARCH_PWR9 conditional
6980 compilation.
6981 * config/rs6000/vector.md (VI): Moved this mode iterator
6982 definition from altivec.md to vector.md.
6983 (UNSPEC_NEZ_P): New value.
6984 (vector_ne_<mode>_p): New expansion for implementation of
6985 vec_all_ne and vec_any_eq built-in functions.
6986 (vector_nez_<mode>_p): New expansion for implementation of
6987 vec_all_nez and vec_any_eqz built-in functions.
6988 (vector_ne_v2di_p): New expansion for implementation of vec_all_ne
6989 and vec_any_eq built-in function.
6990 (cr6_test_for_zero): New commentary to explain this expansion.
6991 (cr6_test_for_zero_reverse): New commentary to explain this expansion.
6992 (cr6_test_for_lt): New commentary to explain this expansion.
6993 (cr6_test_for_lt_reverse): New commentary to explain this
6994 expansion.
6995 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
6996 overloaded function prototypes for vec_all_ne, vec_all_nez,
6997 vec_any_eq, vec_any_eqz, vec_cmpnez, vec_cntlz_lsbb,
6998 vec_cnttz_lsbb, vec_xl_len, vec_xst_len, vec_xlx, and vec_xrx
6999 built-in functions.
7000 (altivec_resolve_overloaded_builtin): Modify the handling of
7001 ALTIVEC_BUILTIN_VEC_CMPNE to use the Power9 instructions when
7002 the compiler is configured to support TARGET_P9_VECTOR.
7003 * config/rs6000/rs6000-builtin.def (BU_ALTIVEC_P): Add commentary
7004 to explain the special processing that is given to predicate
7005 built-ins introduced using this macro.
7006 (BU_ALTIVEC_OVERLOAD_P): Add commentary to alert maintainers to
7007 the special processing given to predicate built-ins introduced
7008 using this macro.
7009 (BU_VSX_P): Likewise.
7010 (BU_P8V_AV_P): Likewise.
7011 (BU_P9V_AV_P): Likewise.
7012 (BU_P9V_AV_X): New macro.
7013 (BU_P9V_64BIT_AV_X): New macro.
7014 (BU_P9V_VSX_3): New macro.
7015 (BU_P9V_OVERLOAD_P): New macro.
7016 (LXVL): New BU_P9V_64BIT_VSX_2.
7017 (VEXTUBLX): New BU_P9V_AV_2.
7018 (VEXTUBRX): Likewise.
7019 (VEXTUHLX): Likewise.
7020 (VEXTUHRX): Likewise.
7021 (VEXTUWLX): Likewise.
7022 (VEXTUWRX): Likewise.
7023 (STXVL): New BU_P9V_64BIT_AV_X.
7024 (VCLZLSBB): New BU_P9V_AV_1.
7025 (VCTZLSBB): Likewise.
7026 (CMPNEB): New BU_P9V_AV_2.
7027 (CMPNEH): Likewise.
7028 (CMPNEW): Likewise.
7029 (CMPNEF): Likewise.
7030 (CMPNED): Likewise.
7031 (VCMPNEB_P): New BU_P9V_AV_P.
7032 (VCMPNEH_P): Likewise.
7033 (VCMPNEW_P): Likewise.
7034 (VCMPNED_P): Likewise.
7035 (VCMPNEFP_P): Likewise.
7036 (VCMPNEDP_P): Likewise.
7037 (CMPNEZB): New BU_P9V_AV_2.
7038 (CMPNEZH): Likewise.
7039 (CMPNEZW): Likewise.
7040 (VCMPNEZB_P): New BU_P9V_AV_P.
7041 (VCMPNEZH_P): Likewise.
7042 (VCMPNEZW_P): Likewise.
7043 (LXVL): New BU_P9V_OVERLOAD_2.
7044 (STXVL): New BU_P9V_OVERLOAD_3.
7045 (VEXTULX): New BU_P9V_OVERLOAD_2.
7046 (VEXTURX): Likewise.
7047 (CMPNEZ): Likewise.
7048 (VCMPNEZ_P): New BU_P9V_OVERLOAD_P.
7049 (VCMPNE_P): Likewise.
7050 (VCLZLSBB): New BU_P9V_OVERLOAD_1.
7051 (VCTZLSBB): Likewise.
7052 * config/rs6000/rs6000.c (altivec_expand_predicate_builtin): Add
7053 comment to explain mode used for scratch register.
7054 (altivec_expand_stxvl_builtin): New function.
7055 (altivec_expand_builtin): Add case for new constant P9V_BUILTIN_STXVL.
7056 (altivec_init_builtins): Add initialized variable
7057 void_ftype_v16qi_pvoid_long and use this type to define the
7058 built-in function __builtin_altivec_stxvl.
7059 * config/rs6000/vsx.md (UNSPEC_LXVL): New value.
7060 (UNSPEC_STXVL): New value.
7061 (UNSPEC_VCLZLSBB): New value.
7062 (UNSPEC_VCTZLSBB): New value.
7063 (UNSPEC_VEXTUBLX): New value.
7064 (UNSPEC_VEXTUHLX): New value.
7065 (UNSPEC_VEXTUWLX): New value.
7066 (UNSPEC_VEXTUBRX): New value.
7067 (UNSPEC_VEXTUHRX): New value.
7068 (UNSPEC_VEXTUWRX): New value.
7069 (UNSPEC_VCMPNEB): New value.
7070 (UNSPEC_VCMPNEZB): New value.
7071 (UNSPEC_VCMPNEH): New value.
7072 (UNSPEC_VCMPNEZH): New value.
7073 (UNSPEC_VCMPNEW): New value.
7074 (UNSPEC_VCMPNEZW): New value.
7075 (*vsx_ne_<mode>_p): New insn for vector test all not equal with
7076 vector of integer modes.
7077 (*vsx_ne_<mode>_p): New insn for vector test all not equal with
7078 vector of float or double modes.
7079 (*vector_nez_<mode>_p): New insn for vector test all not equal or
7080 zero.
7081 (lxvl): New expand for load VSX vector with length.
7082 (*lxvl): New insn for load VSX vector with length.
7083 (stxvl): New expand for store VSX vector with length.
7084 (*stxvl): New insn for store VSX vector with length.
7085 (vcmpneb): New insn for vector of byte compare not equal.
7086 (vcmpnezb): New insn for vector of byte compare not equal or zero.
7087 (vcmpneh): New insn for vector of half word compare not equal.
7088 (vcmpnezh): New insn for vector of half word compare not equal or
7089 zero.
7090 (vcmpnew): New insn for vector of word compare not equal.
7091 (vcmpne<VSs>): New insn for vector of float or double compare not
7092 equal.
7093 (vcmpnezw): New insn for vector of word compare not equal or zero.
7094 (vclzlsbb): New insn for vector count leading zero
7095 least-significant bits byte.
7096 (vctzlsbb): New insn for vector count trailing zero least
7097 signficant bits byte.
7098 (vextublx): New insn for vector extract unsigned byte left
7099 indexed.
7100 (vextubrx): New insn for vector extract unsigned byte right
7101 indexed.
7102 (vextuhlx): New insn for vector extract unsigned half word left
7103 indexed.
7104 (vextuhrx): New insn for vector extract unsigned half word right
7105 indexed.
7106 (vextuwlx): New insn for vector extract unsigned word left
7107 indexed.
7108 (vextuwrx): New insn for vector extract unsigned word right
7109 indexed.
7110 * config/rs6000/rs6000.h (RS6000_BTC_CONST): Enhance comment to
7111 clarify intent of this constant.
7112 * config/rs6000/altivec.md (VI): Move this mode iterator to vsx.md.
7113 * doc/extend.texi (PowerPC Altivec Built-in Functions): Add
7114 documentation for vec_all_nez, vec_any_eqz, vec_cmpnez,
7115 vec_cntlz_lsbb, vec_cnttz_lsbb, vec_xl_len, vec_xst_len, vec_xlx,
7116 and vec_xrx functions.
7117
7118 2016-10-18 Andrew Pinski <apinski@cavium.com>
7119
7120 PR tree-opt/65950
7121 * predict.c (is_exit_with_zero_arg): New function.
7122 (tree_bb_level_predictions): Don't consider paths leading to exit(0)
7123 as nottaken.
7124
7125 2016-10-18 Uros Bizjak <ubizjak@gmail.com>
7126
7127 PR target/77991
7128 * config/i386/i386.c (legitimize_tls_address)
7129 <case TLS_MODEL_INITIAL_EXEC>: For TARGET_64BIT || TARGET_ANY_GNU_TLS
7130 convert dest to Pmode if different than Pmode.
7131
7132 2016-10-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7133
7134 PR tree-optimization/77916
7135 * gimple-ssa-strength-reduction.c (analyze_increments): Reinstate
7136 stopgap fix, as pointers with -1 increment are still broken.
7137
7138 2016-10-18 David Edelsohn <dje.gcc@gmail.com>
7139
7140 * config/rs6000/rs6000.c (rs6000_output_symbol_ref): Move storage
7141 mapping class decoration from here...
7142 (rs6000_xcoff_encode_section): ...to here.
7143
7144 (rs6000_savres_strategy) [AIX,ELFv2]: Inline FPR save and restore
7145 if shrink-wrapping and optimizing for speed.
7146
7147 2016-10-18 Richard Biener <rguenther@suse.de>
7148
7149 * tree-vrp.c (evrp_dom_walker::before_dom_children): Handle
7150 not visited but non-executable predecessors. Return taken edge.
7151 Simplify conditions and refactor propagation vs. folding step.
7152
7153 2016-10-18 Segher Boessenkool <segher@kernel.crashing.org>
7154
7155 * config/rs6000/rs6000.c (rs6000_savres_strategy): Do not select
7156 {SAVE,REST}_MULTIPLE if shrink-wrapping separate components.
7157 (rs6000_get_separate_components): Assert we do not have those
7158 strategies selected.
7159
7160 2016-10-18 Richard Biener <rguenther@suse.de>
7161
7162 * tree-ssa-propagate.h (substitute_and_fold): Adjust prototype.
7163 * tree-ssa-propagate.c (ssa_prop_fini): Remove final BB_VISITED
7164 clearing.
7165 (substitute_and_fold_dom_walker): Adjust constructor.
7166 (substitute_and_fold_dom_walker::before_dom_children): Remove
7167 do_dce flag and handling (always true).
7168 (substitute_and_fold): Likewise.
7169 * tree-vrp.c (vrp_finalize): Adjust.
7170 (execute_early_vrp): Remove final BB_VISITED clearing.
7171 * tree-ssa-ccp.c (ccp_finalize): Adjust.
7172 * tree-ssa-copy.c (fini_copy_prop): Likewise.
7173 * ira.c (ira): Call clear_bb_flags.
7174
7175 2016-10-18 Richard Biener <rguenther@suse.de>
7176
7177 * genmatch.c (dt_operand::gen_gimple_expr): Use get_name to
7178 get at the operand to look at with TREE_OPERAND for generic
7179 sub-nodes.
7180
7181 2016-10-18 David Malcolm <dmalcolm@redhat.com>
7182
7183 * genattrtab.c (attr_string): Use rtx_reader_ptr for call to
7184 copy_md_ptr_loc.
7185 (gen_attr): Use rtx_reader_ptr for lookup_enum_type call.
7186 (write_test_expr): Use rtx_reader_ptr for calls to
7187 fprint_c_condition.
7188 (write_attr_value): Likewise.
7189 * genconditions.c (write_one_condition): Use rtx_reader_ptr for
7190 call to print_md_ptr_loc.
7191 (write_one_condition): Likewise for calls to print_c_condition.
7192 * genconstants.c: Include "statistics.h" and "vec.h".
7193 (main): Update for conversion to member functions.
7194 * genemit.c (emit_c_code): Use rtx_reader_ptr for
7195 call to print_md_ptr_loc.
7196 * genenums.c: Include "statistics.h" and "vec.h".
7197 (main): Update for conversion of traverse_enum_types to a method.
7198 * genmddeps.c: Include "statistics.h" and "vec.h".
7199 * genoutput.c (process_template): Use rtx_reader_ptr for call to
7200 print_md_ptr_loc.
7201 * genpreds.c (write_predicate_subfunction): Likewise.
7202 (write_predicate_expr): Likewise for calls to print_c_condition.
7203 * genrecog.c (print_test): Likewise.
7204 * gensupport.c (process_rtx): Likewise for calls to
7205 copy_md_ptr_loc and join_c_conditions.
7206 (alter_test_for_insn): Likewise for call to join_c_conditions.
7207 (process_substs_on_one_elem): Likewise.
7208 (gen_mnemonic_setattr): Update for move of string_obstack to a
7209 field of rtx_reader.
7210 (mnemonic_htab_callback): Likewise. Fix formatting.
7211 (gen_mnemonic_attr): Likewise.
7212 * gentarget-def.c (def_target_insn): Use rtx_reader_ptr for calls
7213 to print_c_condition.
7214 * read-md.c: Include "statistics.h" and "vec.h".
7215 (string_obstack): Convert this global to field "m_string_obstack"
7216 of class rtx_reader.
7217 (ptr_locs): Likewise, as "m_ptr_locs".
7218 (ptr_loc_obstack): Likewise, as "m_ptr_loc_obstack".
7219 (joined_conditions): Likewise, as "m_joined_conditions".
7220 (joined_conditions_obstack): Likewise, as "m_joined_conditions_obstack".
7221 (md_constants): Likewise, as "m_md_constants".
7222 (enum_types): Likewise, as "m_enum_types".
7223 (set_md_ptr_loc): Convert to...
7224 (rtx_reader::set_md_ptr_loc): ...member function.
7225 (get_md_ptr_loc): Convert to...
7226 (rtx_reader::get_md_ptr_loc): ...member function.
7227 (copy_md_ptr_loc): Convert to...
7228 (rtx_reader::copy_md_ptr_loc): ...member function.
7229 (fprint_md_ptr_loc): Convert to...
7230 (rtx_reader::fprint_md_ptr_loc): ...member function.
7231 (print_md_ptr_loc): Convert to...
7232 (rtx_reader::print_md_ptr_loc): ...member function.
7233 (join_c_conditions): Convert to...
7234 (rtx_reader::join_c_conditions): ...member function.
7235 (fprint_c_condition): Convert to...
7236 (rtx_reader::fprint_c_condition): ...member function.
7237 (print_c_condition): Convert to...
7238 (rtx_reader::print_c_condition): ...member function.
7239 (read_name): Convert to...
7240 (rtx_reader::read_name): ...member function.
7241 (read_escape): Convert to...
7242 (rtx_reader::read_escape): ...member function.
7243 (read_quoted_string): Convert to...
7244 (rtx_reader::read_quoted_string): ...member function.
7245 (read_braced_string): Convert to...
7246 (rtx_reader::read_braced_string): ...member function.
7247 (read_string): Convert to...
7248 (rtx_reader::read_string): ...member function.
7249 (read_skip_construct): Convert to...
7250 (rtx_reader::read_skip_construct): ...member function.
7251 (handle_constants): Convert to...
7252 (rtx_reader::handle_constants): ...member function.
7253 (traverse_md_constants): Convert to...
7254 (rtx_reader::traverse_md_constants): ...member function.
7255 (handle_enum): Convert to...
7256 (rtx_reader::handle_enum): ...member function.
7257 (lookup_enum_type): Convert to...
7258 (rtx_reader::lookup_enum_type): ...member function.
7259 (traverse_enum_types): Convert to...
7260 (rtx_reader::traverse_enum_types): ...member function.
7261 (rtx_reader::rtx_reader): Move initializations
7262 of various former global data from rtx_reader::read_md_files to
7263 here, as fields, along with the call to unlock_std_streams.
7264 (rtx_reader::~rtx_reader): Clean up m_base_dir, and clean up
7265 the new fields.
7266 (rtx_reader::read_md_files): Move initializations of various
7267 global data from here to the ctor.
7268 * read-md.h (read_name): Convert to...
7269 (rtx_reader::read_name): ...member function.
7270 (rtx_reader::read_escape): New method decl.
7271 (read_quoted_string): Convert to...
7272 (rtx_reader::read_quoted_string): ...member function.
7273 (rtx_reader::read_braced_string): New method decl.
7274 (read_string): Convert to...
7275 (rtx_reader::read_string): ...member function.
7276 (rtx_reader::read_skip_construct): New method decl.
7277 (rtx_reader::set_md_ptr_loc): New method decl.
7278 (rtx_reader::get_md_ptr_loc): New method decl.
7279 (copy_md_ptr_loc): Convert to...
7280 (rtx_reader::copy_md_ptr_loc): ...member function.
7281 (fprint_md_ptr_loc): Convert to...
7282 (rtx_reader::fprint_md_ptr_loc): ...member function.
7283 (print_md_ptr_loc): Convert to...
7284 (rtx_reader::print_md_ptr_loc): ...member function.
7285 (rtx_reader::lookup_enum_type): New method decl.
7286 (rtx_reader::traverse_enum_types): New method decl.
7287 (rtx_reader::handle_constants): New method decl.
7288 (traverse_md_constants): Convert to...
7289 (rtx_reader::traverse_md_constants): ...member function.
7290 (rtx_reader::handle_enum): New method decl.
7291 (rtx_reader::join_c_conditions): New method decl.
7292 (fprint_c_condition): Convert to...
7293 (rtx_reader::fprint_c_condition): ...member function.
7294 (print_c_condition): Convert to...
7295 (rtx_reader::print_c_condition): ...member function.
7296 (rtx_reader::apply_iterator_to_string): New method decl.
7297 (rtx_reader::copy_rtx_for_iterators): New method decl.
7298 (rtx_reader::read_conditions): New method decl.
7299 (rtx_reader::record_potential_iterator_use): New method decl.
7300 (rtx_reader::read_mapping): New method decl.
7301 (rtx_reader::read_rtx): New method decl.
7302 (rtx_reader::read_rtx_code): New method decl.
7303 (rtx_reader::read_rtx_operand): New method decl.
7304 (rtx_reader::read_nested_rtx): New method decl.
7305 (rtx_reader::read_rtx_variadic): New method decl.
7306 (rtx_reader::get_string_obstack): New method.
7307 (rtx_reader::get_md_constants): New method.
7308 (string_obstack): Convert global variable decl to...
7309 (rtx_reader::m_string_obstack): ...this new field.
7310 (rtx_reader::m_ptr_locs): New field.
7311 (rtx_reader::m_ptr_loc_obstack): New field.
7312 (rtx_reader::m_joined_conditions): New field.
7313 (rtx_reader::m_joined_conditions_obstack): New field.
7314 (rtx_reader::m_md_constants): New field.
7315 (rtx_reader::m_enum_types): New field.
7316 * read-rtl.c (apply_iterator_to_string): Convert to...
7317 (rtx_reader::apply_iterator_to_string): ...member function.
7318 (copy_rtx_for_iterators): Convert to...
7319 (rtx_reader::copy_rtx_for_iterators): ...member function.
7320 (add_condition_to_string): Use rtx_reader_ptr for
7321 calls join_c_conditions.
7322 (apply_iterators): Use rtx_reader_ptr for calls to
7323 join_c_conditions and copy_rtx_for_iterators.
7324 (read_conditions): Convert to...
7325 (rtx_reader::read_conditions): ...member function.
7326 (record_potential_iterator_use): Convert to...
7327 (rtx_reader::record_potential_iterator_use): ...member function.
7328 (read_mapping): Convert to...
7329 (rtx_reader::read_mapping): ...member function.
7330 (read_subst_mapping): Use rtx_reader_ptr for read_string call.
7331 (read_rtx): Convert to...
7332 (rtx_reader::read_rtx): ...member function.
7333 (read_rtx_code): Convert to...
7334 (rtx_reader::read_rtx_code): ...member function.
7335 (read_rtx_operand): Convert to...
7336 (rtx_reader::read_rtx_operand): ...member function. Update for move
7337 of string_obstack to a field.
7338 (read_nested_rtx): Convert to..
7339 (rtx_reader::read_nested_rtx): ...member function.
7340 (read_rtx_variadic): Convert to..
7341 (rtx_reader::read_rtx_variadic): ...member function.
7342
7343 2016-10-18 Kugan Vivekanandarajah <kuganv@linaro.org>
7344
7345 * tree-vrp.c (get_value_range): Check get_ptr_nonnull.
7346
7347 2016-10-18 Kugan Vivekanandarajah <kuganv@linaro.org>
7348
7349 * ipa-prop.c (ipa_compute_jump_functions_for_edge): Set value range
7350 for pointer type too.
7351 (ipcp_update_vr): set_ptr_nonnull for pointer.
7352
7353 2016-10-18 Kugan Vivekanandarajah <kuganv@linaro.org>
7354
7355 * tree-ssa-alias.h (pt_solution_singleton_or_null_p): Renamed from
7356 pt_solution_singleton_p.
7357 * tree-ssa-ccp.c (fold_builtin_alloca_with_align): Use renamed
7358 pt_solution_singleton_or_null_p from pt_solution_singleton_p.
7359 * tree-ssa-structalias.c (find_what_p_points_to): Preserve
7360 pointer nonnull computed by VRP.
7361 Also Conservatively set pt.null to 1.
7362 (pt_solution_reset): Conservatively set pt.null to 1.
7363 (pt_solution_singleton_or_null_p): Renamed from
7364 pt_solution_singleton_p.
7365 * tree-ssanames.h (set_ptr_nonnull): Declare.
7366 (get_ptr_nonnull): Likewise.
7367 * tree-ssanames.c (set_ptr_nonnull): New.
7368 (get_ptr_nonnull): Likewise.
7369 * tree-vrp.c (vrp_finalize): Set ptr that are nonnull.
7370 (evrp_dom_walker::before_dom_children): Likewise.
7371
7372 2016-10-17 Eric Botcazou <ebotcazou@adacore.com>
7373
7374 * config/i386/i386.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Move to...
7375 * config/i386/i386.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): ...here.
7376 * config/ia64/ia64.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Move to...
7377 * config/ia64/ia64.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): ...here.
7378 * config/rs6000/rs6000.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Move to.
7379 * config/rs6000/rs6000.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): ...here.
7380 (rs6000_option_override_internal): Clear it if ABI_AIX.
7381 * config/sparc/sparc.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Move to...
7382 * config/sparc/sparc.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): ... here.
7383
7384 2016-10-17 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7385
7386 * gimple-ssa-strength-reduction.c (record_increment): Remove
7387 garbage comment.
7388
7389 2016-10-17 Eric Botcazou <ebotcazou@adacore.com>
7390
7391 * expmed.c (expand_shift_1): Add MAY_FAIL parameter and do not assert
7392 that the result is non-zero if it is true.
7393 (maybe_expand_shift): New wrapper around expand_shift_1.
7394 (emit_store_flag): Call maybe_expand_shift in lieu of expand_shift.
7395
7396 2016-10-17 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7397
7398 PR tree-optimization/77916
7399 * gimple-ssa-strength-reduction.c (create_add_on_incoming_edge):
7400 Don't allow a MINUS_EXPR for pointer arithmetic for either known
7401 or unknown strides.
7402 (record_increment): Increments of -1 for unknown strides just use
7403 a multiply initializer like other negative values.
7404 (analyze_increments): Remove stopgap solution for -1 increment
7405 applied to pointer arithmetic.
7406
7407 2016-10-17 Yuri Rumyantsev <ysrumyan@gmail.com>
7408
7409 * dominance.c (dom_info::dom_info): Add new constructor for region
7410 which is vector of basic blocks.
7411 (dom_init): New method to initialize members common for both
7412 constructors.
7413 (dom_info::dom_info): Invoke dom_init for partial initialization.
7414 (dom_info::get_idom): Add check to corner cases on basic blocks which
7415 are not in region.
7416 (dom_info::calc_dfs_tree): Check M_FAKE_EXIT_EDGE instead of M_REVERSE
7417 to detect unreachable bbs.
7418 (dom_info::calc_idoms): Likewise.
7419 (compute_dom_fast_query_in_region): New function.
7420 (calculate_dominance_info_for_region): Likewise.
7421 (free_dominance_info_for_region): Likewise.
7422 * dominance.h: Add prototypes for introduced region-based functions
7423 * tree-if-conv.c (build_region): New function.
7424 (if_convertible_loop_p_1): Invoke local version of post-dominators
7425 calculation before basic block predication with subsequent freeing
7426 post-dominator info.
7427 (tree_if_conversion): Remove free of post-dominator info
7428 (pass_if_conversion::execute): Delete detection of infinite loops
7429 and fake edges to exit block since post-dominator calculation is
7430 performed per if-converted loop only.
7431
7432 2016-10-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
7433
7434 PR target/77308
7435 * config/arm/arm.c (arm_emit_coreregs_64bit_shift): Clear the result
7436 register explicitly.
7437 * config/arm/arm.md (ashldi3, ashrdi3, lshrdi3): Don't FAIL if
7438 optimizing for size.
7439
7440 2016-10-17 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
7441
7442 * config/aarch64/aarch64.c: Delete inclusion of
7443 cortex-a57-fma-steering.h.
7444 (aarch64_override_options): Delete call
7445 to aarch64_register_fma_steering.
7446 * config/aarch64/aarch64-protos.h (make_pass_fma_steering): Declare.
7447 * config/aarch64/cortex-a57-fma-steering.h: Delete.
7448 * config/aarch64/aarch64-passes.def: New file.
7449 * config/aarch64/cortex-a57-fma-steering.c
7450 (aarch64_register_fma_steering): Delete definition.
7451 (make_pass_fma_steering): Remove static qualifier.
7452 * config/aarch64/t-aarch64 (PASSES_EXTRA): New directive.
7453 (cortex-a57-fma-steering.o): Remove dependency on
7454 cortex-a57-fma-steering.h.
7455
7456 2016-10-17 Eric Botcazou <ebotcazou@adacore.com>
7457
7458 * explow.c (validize_mem): Do not modify the argument in-place.
7459
7460 2016-10-17 Thomas Schwinge <thomas@codesourcery.com>
7461
7462 * tree-streamer.c (record_common_node): Explicitly list expected
7463 tree codes.
7464
7465 2016-10-17 Richard Biener <rguenther@suse.de>
7466
7467 PR tree-optimization/77988
7468 * tree-vrp.c (remove_range_assertions): Use replace_uses_by.
7469
7470 2016-10-17 Marek Polacek <polacek@redhat.com>
7471
7472 * Makefile.in (C_COMMON_OBJS): Add c-family/c-attribs.o.
7473
7474 2016-10-17 Richard Biener <rguenther@suse.de>
7475
7476 * bb-reorder.c (reorder_basic_blocks_simple): Clear BB_VISITED
7477 before using it.
7478
7479 2016-10-17 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
7480
7481 PR tree-optimization/71636
7482 * match.pd (x & ((1 << b) - 1) -> x & ~(~0 << b)): New pattern.
7483
7484 2016-10-17 Richard Biener <rguenther@suse.de>
7485
7486 * gimplify.c (gimplify_function_tree): Do not move the outer
7487 binds block.
7488
7489 2016-10-17 Jakub Jelinek <jakub@redhat.com>
7490
7491 * langhooks.h (struct lang_hooks_for_decls): Remove
7492 function_decl_explicit_p, function_decl_deleted_p and
7493 function_decl_defaulted hooks. Add decl_dwarf_attribute hook.
7494 * langhooks-def.h (lhd_decl_dwarf_attribute): Declare.
7495 (LANG_HOOKS_FUNCTION_DECL_EXPLICIT_P,
7496 LANG_HOOKS_FUNCTION_DECL_DELETED_P,
7497 LANG_HOOKS_FUNCTION_DECL_DEFAULTED): Remove.
7498 (LANG_HOOKS_DECL_DWARF_ATTRIBUTE): Define.
7499 (LANG_HOOKS_DECLS): Remove LANG_HOOKS_FUNCTION_DECL_EXPLICIT_P,
7500 LANG_HOOKS_FUNCTION_DECL_DELETED_P and
7501 LANG_HOOKS_FUNCTION_DECL_DEFAULTED. Add
7502 LANG_HOOKS_DECL_DWARF_ATTRIBUTE.
7503 * langhooks.c (lhd_decl_dwarf_attribute): New function.
7504 * dwarf2out.c (gen_subprogram_die): Use
7505 lang_hooks.decls.decl_dwarf_attribute instead of
7506 lang_hooks.decls.function_decl_*.
7507
7508 2016-10-16 Eric Botcazou <ebotcazou@adacore.com>
7509
7510 PR ada/37139
7511 PR ada/67205
7512 * common.opt (-ftrampolines): New option.
7513 * doc/invoke.texi (Code Gen Options): Document it.
7514 * doc/tm.texi.in (Trampolines): Add TARGET_CUSTOM_FUNCTION_DESCRIPTORS.
7515 * doc/tm.texi: Regenerate.
7516 * builtins.def: Add init_descriptor and adjust_descriptor.
7517 * builtins.c (expand_builtin_init_trampoline): Do not issue a warning
7518 on platforms with descriptors.
7519 (expand_builtin_init_descriptor): New function.
7520 (expand_builtin_adjust_descriptor): Likewise.
7521 (expand_builtin) <BUILT_IN_INIT_DESCRIPTOR>: New case.
7522 <BUILT_IN_ADJUST_DESCRIPTOR>: Likewise.
7523 * calls.c (prepare_call_address): Remove SIBCALLP parameter and add
7524 FLAGS parameter. Deal with indirect calls by descriptor and adjust.
7525 Set STATIC_CHAIN_REG_P on the static chain register, if any.
7526 (call_expr_flags): Set ECF_BY_DESCRIPTOR for calls by descriptor.
7527 (expand_call): Likewise. Move around call to prepare_call_address
7528 and pass all flags to it.
7529 * cfgexpand.c (expand_call_stmt): Reinstate CALL_EXPR_BY_DESCRIPTOR.
7530 * gimple.h (enum gf_mask): New GF_CALL_BY_DESCRIPTOR value.
7531 (gimple_call_set_by_descriptor): New setter.
7532 (gimple_call_by_descriptor_p): New getter.
7533 * gimple.c (gimple_build_call_from_tree): SetCALL_EXPR_BY_DESCRIPTOR.
7534 (gimple_call_flags): Deal with GF_CALL_BY_DESCRIPTOR.
7535 * langhooks.h (struct lang_hooks): Add custom_function_descriptors.
7536 * langhooks-def.h (LANG_HOOKS_CUSTOM_FUNCTION_DESCRIPTORS): Define.
7537 (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_CUSTOM_FUNCTION_DESCRIPTORS.
7538 * rtl.h (STATIC_CHAIN_REG_P): New macro.
7539 * rtlanal.c (find_first_parameter_load): Skip static chain registers.
7540 * target.def (custom_function_descriptors): New POD hook.
7541 * tree.h (FUNC_ADDR_BY_DESCRIPTOR): New flag on ADDR_EXPR.
7542 (CALL_EXPR_BY_DESCRIPTOR): New flag on CALL_EXPR.
7543 * tree-core.h (ECF_BY_DESCRIPTOR): New mask.
7544 Document FUNC_ADDR_BY_DESCRIPTOR and CALL_EXPR_BY_DESCRIPTOR.
7545 * tree.c (make_node_stat) <tcc_declaration>: Use FUNCTION_ALIGNMENT.
7546 (build_common_builtin_nodes): Initialize init_descriptor and
7547 adjust_descriptor.
7548 * tree-nested.c: Include target.h.
7549 (struct nesting_info): Add 'any_descr_created' field.
7550 (get_descriptor_type): New function.
7551 (lookup_element_for_decl): New function extracted from...
7552 (create_field_for_decl): Likewise.
7553 (lookup_tramp_for_decl): ...here. Adjust.
7554 (lookup_descr_for_decl): New function.
7555 (convert_tramp_reference_op): Deal with descriptors.
7556 (build_init_call_stmt): New function extracted from...
7557 (finalize_nesting_tree_1): ...here. Adjust and deal with descriptors.
7558 * defaults.h (FUNCTION_ALIGNMENT): Define.
7559 (TRAMPOLINE_ALIGNMENT): Set to above instead of FUNCTION_BOUNDARY.
7560 * config/i386/i386.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define.
7561 * config/ia64/ia64.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Likewise.
7562 * config/rs6000/rs6000.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS):Likewise.
7563 * config/sparc/sparc.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Likewise.
7564
7565 2016-10-16 Eric Botcazou <ebotcazou@adacore.com>
7566
7567 * config/sparc/sparc.c (sparc_expand_vector_init): Only accept literal
7568 constants in CONST_VECTORs.
7569
7570 2016-10-15 Eric Botcazou <ebotcazou@adacore.com>
7571
7572 * config/sparc/sparc.c (sparc_expand_vec_perm_bmask): Use a scratch
7573 register as destination of bmask.
7574 (vector_init_bshuffle): Likewise.
7575 * config/sparc/sparc.md (vec_perm_constv8qi): Likewise.
7576 (bmaskdi_vis): Enable only in 64-bit mode.
7577
7578 2016-10-15 Segher Boessenkool <segher@kernel.crashing.org>
7579
7580 * config/rs6000/rs6000.c (rs6000_get_separate_components): Do not
7581 make LR a separately shrink-wrapped component unless savres_strategy
7582 contains all of {SAVE,REST}_INLINE_{GPRS,FPRS,VRS}. Do not wrap
7583 GPRs unless both {SAVE,REST}_INLINE_GPRS. Do not disallow all
7584 wrapping when not both {SAVE,REST}_INLINE_GPRS.
7585
7586 2016-10-15 Eric Botcazou <ebotcazou@adacore.com>
7587
7588 * optabs.c (expand_parity): Fix mode mismatch, add final conversion
7589 and keep looping on failure.
7590
7591 2016-10-14 David Malcolm <dmalcolm@redhat.com>
7592
7593 * print-rtl-function.c (print_edge): Omit "(flags)" when none are
7594 set.
7595 (print_rtx_function): Update example in comment for...
7596 * print-rtl.c (print_rtx_operand_code_r): In compact mode, print
7597 non-virtual pseudos with a '%' sigil followed by the regno, offset
7598 by (LAST_VIRTUAL_REGISTER + 1), so that the first non-virtual
7599 pseudo is dumped as "%0".
7600
7601 2016-10-14 Jakub Jelinek <jakub@redhat.com>
7602
7603 PR middle-end/77959
7604 * expr.c (expand_expr_real_1) <case CONST_DECL>: For EXPAND_WRITE
7605 return a MEM.
7606
7607 2016-10-14 Eric Botcazou <ebotcazou@adacore.com>
7608
7609 * config/sparc/sparc-passes.def: New file.
7610 * config/sparc/t-sparc (PASSES_EXTRA): Add sparc-passes.def.
7611 * config/sparc/sparc-protos.h (make_pass_work_around_errata): New.
7612 * config/sparc/sparc.c (sparc_option_override): Don't register passes.
7613
7614 2016-10-14 Pat Haugen <pthaugen@us.ibm.com>
7615
7616 * loop-unroll.c (unroll_loop_runtime_iterations): Condition initial
7617 loop peel to loops with exit test at the beginning.
7618
7619 2016-10-14 Pat Haugen <pthaugen@us.ibm.com>
7620
7621 PR rtl-optimization/68212
7622 * cfgloopmanip.c (duplicate_loop_to_header_edge): Use preheader edge
7623 frequency when computing scale factor for peeled copies.
7624 * loop-unroll.c (unroll_loop_runtime_iterations): Fix freq/count
7625 values for switch/peel blocks/edges.
7626
7627 2016-10-14 Pedro Alves <palves@redhat.com>
7628
7629 * coretypes.h (OVERRIDE, FINAL): Delete, moved to include/ansidecl.h.
7630
7631 2016-10-14 Catherine Moore <clm@codesourcery.com>
7632
7633 * config/mips/mips.c (mips_prepare_pch_save): Initialize
7634 micromips_globals to zero.
7635
7636 2016-10-14 Richard Biener <rguenther@suse.de>
7637
7638 PR tree-optimization/77979
7639 * tree-vrp.c (compare_name_with_value): Handle released SSA names
7640 in the equivalency sets.
7641 (compare_names): Likewise.
7642
7643 2016-10-14 Martin Liska <mliska@suse.cz>
7644
7645 * builtins.h(target_char_cst_p): Declare the function.
7646 * builtins.c (fold_builtin_memchr): Remove.
7647 (target_char_cst_p): Move the function from gimple-fold.c.
7648 (fold_builtin_3): Do not call the function.
7649 * gimple-fold.c (gimple_fold_builtin_memchr): New function.
7650 (gimple_fold_builtin): Call the function.
7651 * fold-const-call.c (fold_const_call_1): Handle CFN_BUILT_IN_MEMCHR.
7652
7653 2016-10-14 Martin Liska <mliska@suse.cz>
7654
7655 * builtins.c (fold_builtin_strcmp): Remove function.
7656 (fold_builtin_strncmp): Likewise.
7657 (fold_builtin_2): Remove call of the function.
7658 (fold_builtin_3): Likewise.
7659 * fold-const-call.c (fold_const_call): Add constant folding
7660 for CFN_BUILT_IN_STRCASECMP and CFN_BUILT_IN_STRNCASECMP.
7661 * fold-const-call.h (build_cmp_result): Declare the function.
7662 * gimple-fold.c (gimple_load_first_char): New function.
7663 (gimple_fold_builtin_string_compare): Likewise.
7664 (gimple_fold_builtin): Call the function.
7665
7666 2016-10-14 Nathan Sidwell <nathan@acm.org>
7667
7668 * gcov-io.c (gcov_open): Deconstify 'mode'.
7669
7670 2016-10-14 Martin Liska <mliska@suse.cz>
7671
7672 * fold-const.c (c_getstr): Support of properly \0-terminated
7673 string constants. New argument is added.
7674 * fold-const.h: New argument is added.
7675
7676 2016-10-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
7677
7678 * config/aarch64/aarch64.c (aarch64_print_hint_for_core_or_arch):
7679 New function.
7680 (aarch64_print_hint_for_core): Likewise.
7681 (aarch64_print_hint_for_arch): Likewise.
7682 (aarch64_validate_march): Use it. Fix indentation in type signature.
7683 (aarch64_validate_mcpu): Use aarch64_print_hint_for_core_or_arch.
7684 (aarch64_validate_mtune): Likewise.
7685 (aarch64_handle_attr_arch): Likewise.
7686 (aarch64_handle_attr_cpu): Likewise.
7687 (aarch64_handle_attr_tune): Likewise.
7688
7689 2016-10-14 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
7690
7691 * optabs.def: Remove optab function gen_int_libfunc for sdivmod_optab
7692 and udivmod_optab.
7693
7694 2016-10-13 Andreas Schwab <schwab@linux-m68k.org>
7695
7696 * config/m68k/m68k.c (m68k_option_override): Check
7697 opt_fstack_limit_symbol_arg and opt_fstack_limit_register_no
7698 instead of stack_limit_rtx.
7699
7700 2016-10-13 Jakub Jelinek <jakub@redhat.com>
7701
7702 * dwarf2out.c (gen_member_die): Handle inline static data member
7703 definitions.
7704
7705 2016-10-13 Nathan Sidwell <nathan@acm.org>
7706
7707 * gcov-io.c (gcov_open): Fix documentation. Simplify setting
7708 gcov_var.mode. Remove unnecessary fstat.
7709
7710 2016-10-13 Segher Boessenkool <segher@kernel.crashing.org>
7711
7712 PR bootstrap/77962
7713 * function.c (thread_prologue_and_epilogue_insns): Call all
7714 make_*logue_seq in the same order as traditional. Call them
7715 all a second time if shrink_wrapped_separate.
7716
7717 2016-10-13 Marek Polacek <polacek@redhat.com>
7718
7719 * Makefile.in (insn-attrtab.o-warn, insn-dfatab.o-warn,
7720 insn-latencytab.o-warn, insn-output.o-warn, insn-emit.o-warn): Don't
7721 use -Wno-error.
7722
7723 2016-10-13 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7724
7725 PR tree-optimization/77937
7726 * gimple-ssa-strength-reduction.c (analyze_increments): Set cost
7727 to infinite when we have a pointer with an increment of -1.
7728
7729 2016-10-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
7730
7731 * coretypes.h: Move MEMMODEL_* macros and enum memmodel definition
7732 into ...
7733 * memmodel.h: This file.
7734 * alias.c, asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c,
7735 caller-save.c, calls.c, ccmp.c, cfgbuild.c, cfgcleanup.c,
7736 cfgexpand.c, cfgloopanal.c, cfgrtl.c, cilk-common.c, combine.c,
7737 combine-stack-adj.c, common/config/aarch64/aarch64-common.c,
7738 common/config/arm/arm-common.c, common/config/bfin/bfin-common.c,
7739 common/config/c6x/c6x-common.c, common/config/i386/i386-common.c,
7740 common/config/ia64/ia64-common.c, common/config/nvptx/nvptx-common.c,
7741 compare-elim.c, config/aarch64/aarch64-builtins.c,
7742 config/aarch64/aarch64-c.c, config/aarch64/cortex-a57-fma-steering.c,
7743 config/arc/arc.c, config/arc/arc-c.c, config/arm/arm-builtins.c,
7744 config/arm/arm-c.c, config/avr/avr.c, config/avr/avr-c.c,
7745 config/avr/avr-log.c, config/bfin/bfin.c, config/c6x/c6x.c,
7746 config/cr16/cr16.c, config/cris/cris.c, config/darwin-c.c,
7747 config/darwin.c, config/epiphany/epiphany.c,
7748 config/epiphany/mode-switch-use.c,
7749 config/epiphany/resolve-sw-modes.c, config/fr30/fr30.c,
7750 config/frv/frv.c, config/ft32/ft32.c, config/h8300/h8300.c,
7751 config/i386/i386-c.c, config/i386/winnt.c, config/iq2000/iq2000.c,
7752 config/lm32/lm32.c, config/m32c/m32c.c, config/m32r/m32r.c,
7753 config/m68k/m68k.c, config/mcore/mcore.c,
7754 config/microblaze/microblaze.c, config/mmix/mmix.c,
7755 config/mn10300/mn10300.c, config/moxie/moxie.c,
7756 config/msp430/msp430.c, config/nds32/nds32-cost.c,
7757 config/nds32/nds32-intrinsic.c, config/nds32/nds32-md-auxiliary.c,
7758 config/nds32/nds32-memory-manipulation.c,
7759 config/nds32/nds32-predicates.c, config/nds32/nds32.c,
7760 config/nios2/nios2.c, config/nvptx/nvptx.c, config/pa/pa.c,
7761 config/pdp11/pdp11.c, config/rl78/rl78.c, config/rs6000/rs6000-c.c,
7762 config/rx/rx.c, config/s390/s390-c.c, config/s390/s390.c,
7763 config/sh/sh.c, config/sh/sh-c.c, config/sh/sh-mem.cc,
7764 config/sh/sh_treg_combine.cc, config/sol2.c, config/spu/spu.c,
7765 config/stormy16/stormy16.c, config/tilegx/tilegx.c,
7766 config/tilepro/tilepro.c, config/v850/v850.c, config/vax/vax.c,
7767 config/visium/visium.c, config/vms/vms-c.c, config/xtensa/xtensa.c,
7768 coverage.c, cppbuiltin.c, cprop.c, cse.c, cselib.c, dbxout.c, dce.c,
7769 df-core.c, df-problems.c, df-scan.c, dojump.c, dse.c, dwarf2asm.c,
7770 dwarf2cfi.c, dwarf2out.c, emit-rtl.c, except.c, explow.c, expmed.c,
7771 expr.c, final.c, fold-const.c, function.c, fwprop.c, gcse.c,
7772 ggc-page.c, haifa-sched.c, hsa-brig.c, hsa-gen.c, hw-doloop.c,
7773 ifcvt.c, init-regs.c, internal-fn.c, ira-build.c, ira-color.c,
7774 ira-conflicts.c, ira-costs.c, ira-emit.c, ira-lives.c, ira.c, jump.c,
7775 loop-doloop.c, loop-invariant.c, loop-iv.c, loop-unroll.c,
7776 lower-subreg.c, lra.c, lra-assigns.c, lra-coalesce.c,
7777 lra-constraints.c, lra-eliminations.c, lra-lives.c, lra-remat.c,
7778 lra-spills.c, mode-switching.c, modulo-sched.c, omp-low.c, passes.c,
7779 postreload-gcse.c, postreload.c, predict.c, print-rtl-function.c,
7780 recog.c, ree.c, reg-stack.c, regcprop.c, reginfo.c, regrename.c,
7781 reload.c, reload1.c, reorg.c, resource.c, rtl-chkp.c, rtl-tests.c,
7782 rtlanal.c, rtlhooks.c, sched-deps.c, sched-rgn.c, sdbout.c,
7783 sel-sched-ir.c, sel-sched.c, shrink-wrap.c, simplify-rtx.c,
7784 stack-ptr-mod.c, stmt.c, stor-layout.c, target-globals.c,
7785 targhooks.c, toplev.c, tree-nested.c, tree-outof-ssa.c,
7786 tree-profile.c, tree-ssa-coalesce.c, tree-ssa-ifcombine.c,
7787 tree-ssa-loop-ivopts.c, tree-ssa-loop.c, tree-ssa-reassoc.c,
7788 tree-ssa-sccvn.c, tree-vect-data-refs.c, ubsan.c, valtrack.c,
7789 var-tracking.c, varasm.c: Include memmodel.h.
7790 * genattrtab.c (write_header): Include memmodel.h in generated file.
7791 * genautomata.c (main): Likewise.
7792 * gengtype.c (open_base_files): Likewise.
7793 * genopinit.c (main): Likewise.
7794 * genconditions.c (write_header): Include memmodel.h earlier in
7795 generated file.
7796 * genemit.c (main): Likewise.
7797 * genoutput.c (output_prologue): Likewise.
7798 * genpeep.c (main): Likewise.
7799 * genpreds.c (write_insn_preds_c): Likewise.
7800 * genrecog.c (write_header): Likewise.
7801 * Makefile.in (PLUGIN_HEADERS): Include memmodel.h
7802
7803 2016-10-13 David Malcolm <dmalcolm@redhat.com>
7804
7805 * function-tests.c (selftest::test_expansion_to_rtl): Add "true"
7806 for new "compact" param of print_rtx_function. Check for "cinsn"
7807 rather than "insn".
7808 * print-rtl-function.c (flag_compact): New decl.
7809 (print_rtx_function): Add param "compact" and use it to set
7810 flag_compact, adding a description of the effect to the leading
7811 comment, and updating the example output.
7812 * print-rtl.c (flag_compact): New variable.
7813 (print_rtx_operand_code_0): Omit the JUMP_LABEL reference in compact
7814 mode.
7815 (print_rtx_operand_code_i): When printing source locations, wrap
7816 xloc.file in quotes. Don't print INSN_CODEs in compact mode.
7817 (print_rtx_operand_code_r): Don't print regnos for hard regs and
7818 virtuals in compact mode.
7819 (print_rtx_operand_code_u): Don't print insn UIDs in compact mode,
7820 apart from in LABEL_REFs.
7821 (print_rtx_operand): In case 'w', don't print in hex in compact mode.
7822 Don't print basic block ids in compact mode.
7823 (print_rtx): In compact mode, prefix the code of insns with "c",
7824 only print the INSN_UID of CODE_LABELs, and omit their LABEL_NUSES.
7825 * print-rtl.h (print_rtx_function): Add "compact" param.
7826
7827 2016-10-13 Richard Earnshaw <rearnsha@arm.com>
7828
7829 * arm.h (TARGET_VFP): Delete.
7830 (TARGET_VFPD32): Remove references to TARGET_VFP.
7831 (TARGET_VFP3, TARGET_VFP5): Likewise.
7832 (TARGET_VFP_SINGLE, TARGET_VFP_DOUBLE): Likewise.
7833 (TARGET_NEON_FP16): Likewise.
7834 (TARGET_FMA): Likewise.
7835 (TARGET_CRYPTO): Likewise.
7836 (TARGET_NEON): Likewise.
7837 (SECONDARY_OUTPUT_RELOAD_CLASS): Likewise.
7838 (FUNCTION_ARG_REGNO_P): Likewise.
7839 * arm.c (arm_option_check_internal): Likewise.
7840 (arm_option_override): Likewise.
7841 (use_return_insn): Likewise.
7842 (arm_function_value_regno_p): Likewise.
7843 (arm_apply_result_size): Likewise.
7844 (use_vfp_abi): Likewise.
7845 (arm_legitimate_address_outer_p): Likewise.
7846 (thumb2_legitimate_address_p): Likewise.
7847 (arm_legitimate_index_p): Likewise.
7848 (thumb2_legitimate_index_p): Likewise.
7849 (arm_legitimate_address): Likewise.
7850 (arm_get_vfp_saved_size): Likewise.
7851 (arm_emit_vfp_multi_reg_pop): Likewise.
7852 (arm_get_frame_offsets): Likewise.
7853 (arm_save_coproc_regs): Likewise.
7854 (arm_hard_regno_mode_ok): Likewise.
7855 (arm_expand_epilogue_apcs_frame): Likewise.
7856 (arm_expand_epilogue): Likewise.
7857 (arm_file_start): Likewise.
7858 (arm_conditional_register_usage): Likewise.
7859 (arm_validize_comparison): Use vfp_compare_operand directly.
7860 * arm-builtins.c (arm_init_builtins): Remove references to TARGET_VFP.
7861 (arm_expand_vfp_builtin): Use TARGET_HARD_FLOAT for detecting
7862 unsupported usage.
7863 (arm_atomic_assign_expand_fenv): Likewise.
7864 * arm.md (divsf3): Likewise.
7865 (arm_negsi2): Likewise.
7866 (absdf2): Likewise.
7867 (arm_movdi): Likewise.
7868 (arm_movt): Likewise.
7869 (cbranchsf4): Change predicate to vfp_compare_operand.
7870 (cbranchdf4): Change predicate to vfp_compare_operand.
7871 (cstorehf4): Change predicate to vfp_compare_operand.
7872 (cstoresf4): Change predicate to vfp_compare_operand.
7873 (cstoredf4): Change predicate to vfp_compare_operand.
7874 (vfp_pop_multiple_with_writeback): Remove references to TARGET_VFP.
7875 (movhi_insn_arch4, movhi_bytes): Likewise.
7876 * constraints.md (Dt): Likewise.
7877 (Dp): Likewise.
7878 * iterators.md (SDF): Likewise.
7879 * predicates.md (arm_float_compare_operand): Delete.
7880 (const_double_vcvt_power_of_two_reciprocal): Remove references to
7881 TARGET_VFP.
7882 (const_double_vcvt_power_of_two): Likewise.
7883 * thumb2.md thumb2_movsi_insn): Likewise.
7884 * vfp.md (arm_movhi_vfp, thumb2_movhi_vfp): Likewise.
7885 (movhf_vfp): Likewise.
7886 (arm_movsi_vfp, thumb2_movsi_vfp): Likewise.
7887 (movdi_vfp, movdi_vfp_cortexa8): Likewise.
7888 (movsf_vfp, thumb2_movsf_vfp): Likewise.
7889 (movdf_vfp, thumb2_movdf_vfp): Likewise.
7890 (movsfcc_vfp, abssf2_vfp, negsf2_vfp, addsf3_vfp): Likewise.
7891 (subsf3_vfp, divsf3_vfp): Likewise.
7892 (mulsf3_vfp, mulsf3negsf_vfp, negmulsf3_vfp): Likewise.
7893 (mulsf3addsf_vfp, (mulsf3subsf_vfp, mulsf3negsfaddsf_vfp): Likewise.
7894 (mulsf3negsfsubsf_vfp): Likewise.
7895 (truncsisf2_vfp, fixuns_truncsfsi2, floatsisf2_vfp): Likewise.
7896 (floatunssisf2, sqrtsf2_vfp): Likewise.
7897 (movcc_vfp): Likewise.
7898 (cmpsf_split_vfp, cmpsf_trap_split_vfp): Likewise.
7899 (cmpsf_vfp, cmpsf_trap_vfp): Likewise.
7900 (push_multi_vfp): Likewise.
7901 (set_fpscr, get_fpscr): Likewise.
7902 * arm-c.c (arm_cpu_builtins): Unconditionally define __VFP_FP__.
7903
7904 2016-10-13 Richard Earnshaw <rearnsha@arm.com>
7905
7906 * arm.h (TARGET_VFP): Unconditionally define to 1.
7907 (arm_fpu_desc): Remove 'model' field.
7908 (TARGET_FPU_MODEL): Delete.
7909 * arm.c (all_fpus): Don't initialize the model field.
7910 (arm_can_inline_p): Don't check the FPU model.
7911 * arm-fpus.def: Remove redundant model field from all FPU
7912 descriptions.
7913
7914 2016-10-13 Richard Biener <rguenther@suse.de>
7915
7916 PR middle-end/77826
7917 * genmatch.c (struct capture): Add value_match member.
7918 (commutate): Preserve value_match.
7919 (lower_opt_convert): Likewise.
7920 (lower_cond): Likewise.
7921 (replace_id): Likewise.
7922 (struct dt_operand): Add value_match member.
7923 (decision_tree::cmp_node): Compare it.
7924 (decision_tree::insert_operand): Honor it when finding and
7925 when appending a DT_MATCH.
7926 (dt_operand::gen_match_op): Generate a type check after
7927 operand_equal_p if ! value_match for both GENERIC and GIMPLE.
7928 (parser::get_internal_capture_id): New helper.
7929 (parser::finish_match_operand): New function lowering @@<id>.
7930 (parser::parse_capture): Parse @@<id> as value-match.
7931 (parser::parse_expr): Use get_internal_capture_id.
7932 (parser::parse_simplify): Call finish_match_operand.
7933 (walk_captures): New helper.
7934 * match.pd (X - (X / Y) * Y -> X % Y): Use value-matching instead
7935 of operand_equal_p.
7936 ((X /[ex] A) * A -> X): Likewise.
7937 ((X | Y) ^ X -> Y & ~ X): Handle constants properly by using
7938 convert[12] and value-matching.
7939 ((A | B) & (A | C) -> A | (B & C)): Likewise.
7940 ((X | Y) | Y -> X | Y): Likewise.
7941 ((X ^ Y) ^ Y -> X): Likewise.
7942 (A - (A & B) -> ~B & A): Likewise.
7943 ((T)(P + A) - (T)P -> (T) A): Likewise.
7944 ((T)P - (T)(P + A) -> -(T) A): Likewise.
7945 ((T)(P + A) - (T)(P + B) -> (T)A - (T)B): Likewise.
7946 * doc/match-and-simplify.texi: Amend capture section.
7947
7948 2016-10-13 Claudiu Zissulescu <claziss@synopsys.com>
7949
7950 * config/arc/arc.md (umul_600): Remove predicated variant.
7951 (umul64_600): Likewise.
7952
7953 2016-10-13 Claudiu Zissulescu <claziss@synopsys.com>
7954
7955 * config/arc/arc.h (INSN_LENGTH_ALIGNMENT): Change.
7956
7957 2016-10-13 Bin Cheng <bin.cheng@arm.com>
7958
7959 * tree-vect-loop.c (loop_niters_no_overflow): New func.
7960 (vect_transform_loop): Call loop_niters_no_overflow. Pass the
7961 no-overflow information to vect_do_peeling_for_loop_bound and
7962 vect_gen_vector_loop_niters.
7963
7964 2016-10-13 Bin Cheng <bin.cheng@arm.com>
7965
7966 * tree-predcom.c (tree_predictive_commoning_loop): Skip loop that only
7967 iterates 1 time.
7968
7969 2016-10-13 Bin Cheng <bin.cheng@arm.com>
7970
7971 * tree-vect-loop-manip.c (adjust_vec_debug_stmts): Don't release
7972 adjust_vec automatically.
7973 (slpeel_add_loop_guard): Remove param cond_expr_stmt_list. Rename
7974 param exit_bb to guard_to.
7975 (slpeel_checking_verify_cfg_after_peeling):
7976 (set_prologue_iterations):
7977 (create_lcssa_for_virtual_phi): New func which is factored out from
7978 slpeel_tree_peel_loop_to_edge.
7979 (slpeel_tree_peel_loop_to_edge):
7980 (iv_phi_p): New func.
7981 (vect_can_advance_ivs_p): Call iv_phi_p.
7982 (vect_update_ivs_after_vectorizer): Call iv_phi_p. Directly insert
7983 new gimple stmts in basic block.
7984 (vect_gen_niters_for_prolog_loop): Rename to...
7985 (vect_gen_prolog_loop_niters): ...Rename from. Change parameters and
7986 adjust implementation.
7987 (vect_update_inits_of_drs): Fix code style issue. Convert niters to
7988 sizetype if necessary.
7989 (vect_build_loop_niters): Move to here from tree-vect-loop.c. Change
7990 it to external function.
7991 (vect_gen_scalar_loop_niters, vect_gen_vector_loop_niters): New.
7992 (vect_gen_vector_loop_niters_mult_vf): New.
7993 (slpeel_update_phi_nodes_for_loops): New.
7994 (slpeel_update_phi_nodes_for_guard1): Reimplement.
7995 (find_guard_arg, slpeel_update_phi_nodes_for_guard2): Reimplement.
7996 (slpeel_update_phi_nodes_for_lcssa, vect_do_peeling): New.
7997 * tree-vect-loop.c (vect_build_loop_niters): Move to file
7998 tree-vect-loop-manip.c
7999 (vect_generate_tmps_on_preheader): Delete.
8000 (vect_transform_loop): Rename vectorization_factor to vf. Call
8001 vect_do_peeling instead of vect_do_peeling-* functions.
8002 * tree-vectorizer.h (vect_do_peeling): New decl.
8003 (vect_build_loop_niters, vect_gen_vector_loop_niters): New decls.
8004 (vect_do_peeling_for_loop_bound): Delete.
8005 (vect_do_peeling_for_alignment): Delete.
8006
8007 2016-10-13 Bin Cheng <bin.cheng@arm.com>
8008
8009 * tree-vect-loop-manip.c (slpeel_tree_duplicate_loop_to_edge_cfg): Put
8010 duplicated loop after its preheader and after the original loop.
8011
8012 2016-10-13 Bin Cheng <bin.cheng@arm.com>
8013
8014 * tree-vect-loop.c (vect_analyze_loop_2): Check and skip loop if it
8015 has no enough iterations for LOOP_VINFO_PEELING_FOR_GAPS.
8016
8017 2016-10-13 Bin Cheng <bin.cheng@arm.com>
8018
8019 * tree-vect-loop.c (vectorizable_live_operation): Support handling
8020 for live variable outside loop but not in lcssa form.
8021
8022 2016-10-13 Bin Cheng <bin.cheng@arm.com>
8023
8024 * cfg.c (reset_original_copy_tables): New func.
8025 * cfg.h (reset_original_copy_tables): New decl.
8026
8027 2016-10-13 Jakub Jelinek <jakub@redhat.com>
8028
8029 PR c/77946
8030 * tree.h (FALLTHROUGH_LABEL_P): Use private_flag instead of
8031 public_flag.
8032 * varasm.c (default_binds_local_p_3): Formatting fix.
8033
8034 2016-10-13 Bin Cheng <bin.cheng@arm.com>
8035
8036 * tree-vect-loop-manip.c (slpeel_can_duplicate_loop_p): Fix code
8037 style issue.
8038 (vect_do_peeling_for_loop_bound, vect_do_peeling_for_alignment):
8039 Remove useless code.
8040
8041 2016-10-13 Martin Liska <mliska@suse.cz>
8042
8043 PR tree-optimization/77943
8044 * tree-ssa-tail-merge.c (merge_stmts_p): Do not merge BBs with
8045 a different EH landing pads.
8046
8047 2016-10-13 Jakub Jelinek <jakub@redhat.com>
8048
8049 PR target/77957
8050 * hooks.h (hook_tree_void_null): Declare.
8051 * hooks.c (hook_tree_void_null): New function.
8052 * langhooks.c (lhd_return_null_tree_v): Remove.
8053 * langhooks-def.h (lhd_return_null_tree_v): Remove.
8054 * cfgexpand.c (stack_protect_prologue): If guard_decl is NULL,
8055 set y to const0_rtx.
8056 * function.c (stack_protect_epilogue): Likewise.
8057 * config/tilepro/tilepro.c (TARGET_STACK_PROTECT_GUARD): Redefine
8058 if TARGET_THREAD_SSP_OFFSET is defined.
8059 * config/s390/s390.c (TARGET_STACK_PROTECT_GUARD): Likewise.
8060 * config/sparc/sparc.c (TARGET_STACK_PROTECT_GUARD): Likewise.
8061 * config/tilegx/tilegx.c (TARGET_STACK_PROTECT_GUARD): Likewise.
8062 * config/rs6000/rs6000.c (TARGET_STACK_PROTECT_GUARD): Likewise.
8063 * config/i386/i386.c (TARGET_STACK_PROTECT_GUARD): Likewise.
8064 (ix86_stack_protect_guard): New function.
8065
8066 2016-10-13 Richard Biener <rguenther@suse.de>
8067
8068 * dwarf2out.c (tree_add_const_value_attribute): Do not try
8069 rtl_for_decl_init during early phase.
8070 (gen_variable_die): Do not create locations during early phase.
8071 (gen_label_die): Likewise.
8072 (decls_for_scope): Do not waste time handling BLOCK_NONLOCALIZED_VARs
8073 twice.
8074
8075 2016-10-12 Richard Biener <rguenther@suse.de>
8076
8077 * tree-vrp.c (evrp_dom_walker::try_find_new_range): Renamed from
8078 try_add_new_range and made to eturn new range.
8079 (evrp_dom_walker::before_dom_children): Push op1 value range before
8080 pushing op0 value range.
8081
8082 2016-10-12 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8083
8084 PR tree-optimization/77937
8085 * gimple-ssa-strength-reduction.c (analyze_increments): Use
8086 POINTER_TYPE_P on the candidate type to determine whether
8087 candidates in this chain require pointer arithmetic.
8088
8089 2016-10-12 Eric Botcazou <ebotcazou@adacore.com>
8090
8091 * config/visium/visium.c (visium_gimplify_va_arg): Emit a big-endian
8092 correction if the type is smaller than a word.
8093 (visium_select_cc_mode): Add ... fall through ... comment.
8094
8095 2016-10-12 Segher Boessenkool <segher@kernel.crashing.org>
8096
8097 * config/rs6000/rs6000.c (machine_function): Add new fields
8098 gpr_is_wrapped_separately and lr_is_wrapped_separately.
8099 (TARGET_SHRINK_WRAP_GET_SEPARATE_COMPONENTS,
8100 TARGET_SHRINK_WRAP_COMPONENTS_FOR_BB,
8101 TARGET_SHRINK_WRAP_DISQUALIFY_COMPONENTS,
8102 TARGET_SHRINK_WRAP_EMIT_PROLOGUE_COMPONENTS,
8103 TARGET_SHRINK_WRAP_EMIT_EPILOGUE_COMPONENTS,
8104 TARGET_SHRINK_WRAP_SET_HANDLED_COMPONENTS): Define.
8105 (rs6000_get_separate_components): New function.
8106 (rs6000_components_for_bb): New function.
8107 (rs6000_disqualify_components): New function.
8108 (rs6000_emit_prologue_components): New function.
8109 (rs6000_emit_epilogue_components): New function.
8110 (rs6000_set_handled_components): New function.
8111 (rs6000_emit_prologue): Don't emit LR save if lr_is_wrapped_separately.
8112 Don't emit GPR saves if gpr_is_wrapped_separately for that register.
8113 (restore_saved_lr): Don't restore LR if lr_is_wrapped_separately.
8114 (rs6000_emit_epilogue): Don't emit GPR restores if
8115 gpr_is_wrapped_separately for that register. Don't make a
8116 REG_CFA_RESTORE note for registers we did not restore, either.
8117
8118 2016-10-12 Segher Boessenkool <segher@kernel.crashing.org>
8119
8120 * function.c (thread_prologue_and_epilogue_insns): Call
8121 try_shrink_wrapping_separate. Compute the prologue_seq afterwards,
8122 if it has possibly changed. Compute the split_prologue_seq and
8123 epilogue_seq later, too.
8124 * shrink-wrap.c: #include cfgbuild.h and insn-config.h.
8125 (dump_components): New function.
8126 (struct sw): New struct.
8127 (SW): New function.
8128 (init_separate_shrink_wrap): New function.
8129 (fini_separate_shrink_wrap): New function.
8130 (place_prologue_for_one_component): New function.
8131 (spread_components): New function.
8132 (disqualify_problematic_components): New function.
8133 (emit_common_heads_for_components): New function.
8134 (emit_common_tails_for_components): New function.
8135 (insert_prologue_epilogue_for_components): New function.
8136 (try_shrink_wrapping_separate): New function.
8137 * shrink-wrap.h: Declare try_shrink_wrapping_separate.
8138
8139 2016-10-12 Segher Boessenkool <segher@kernel.crashing.org>
8140
8141 * regrename.c (build_def_use): Invalidate chains that have a
8142 REG_CFA_RESTORE on some instruction.
8143
8144 2016-10-12 Segher Boessenkool <segher@kernel.crashing.org>
8145
8146 * dce.c (delete_unmarked_insns): Don't delete instructions with
8147 a REG_CFA_RESTORE note.
8148
8149 2016-10-12 Segher Boessenkool <segher@kernel.crashing.org>
8150
8151 * common.opt (-fshrink-wrap-separate): New flag.
8152 * doc/invoke.texi: Document it.
8153 * doc/tm.texi.in (Shrink-wrapping separate components): New subsection.
8154 * doc/tm.texi: Regenerate.
8155 * emit-rtl.h (struct rtl_data): New field shrink_wrapped_separate.
8156 * target.def (shrink_wrap): New hook vector.
8157 (get_separate_components, components_for_bb, disqualify_components,
8158 emit_prologue_components, emit_epilogue_components,
8159 set_handled_components): New hooks.
8160
8161 2016-10-12 Segher Boessenkool <segher@kernel.crashing.org>
8162
8163 * config/rs6000/rs6000.c (rs6000_return_in_memory): Warn for
8164 vector return by reference only if -Wpsabi.
8165 (rs6000_pass_by_reference): Similarly, for argument passing.
8166
8167 2016-10-12 David Malcolm <dmalcolm@redhat.com>
8168
8169 * function-tests.c: Include "print-rtl.h".
8170 (selftest::test_expansion_to_rtl): Call print_rtx_function on the
8171 function, and verify what is dumped.
8172 * print-rtl-function.c (print_edge): New function.
8173 (begin_any_block): New function.
8174 (end_any_block): New function.
8175 (can_have_basic_block_p): New function.
8176 (print_rtx_function): Track the basic blocks of insns in the
8177 chain, wrapping those that are within blocks within "(block)"
8178 directives. Remove the "(cfg)" directive.
8179
8180 2016-10-12 David Malcolm <dmalcolm@redhat.com>
8181
8182 * selftest.c (selftest::read_file): New function.
8183 (selftest::test_read_file): New function.
8184 (selftest::selftest_c_tests): Call test_read_file.
8185 * selftest.h (selftest::read_file): New decl.
8186
8187 2016-10-12 Richard Biener <rguenther@suse.de>
8188
8189 PR debug/77947
8190 * cgraphunit.c (analyze_functions): Preserve cgraph nodes
8191 function context.
8192
8193 2016-10-12 Thomas Schwinge <thomas@codesourcery.com>
8194
8195 * lto-streamer.c: Fix LTO_STREAMER_DEBUG build.
8196
8197 * dwarf2out.c (dwarf2_lineno_debug_hooks): Use
8198 dwarf2out_assembly_start.
8199
8200 * Makefile.in (SELFTEST_FLAGS): Add -nostdinc.
8201
8202 * Makefile.in (SELFTEST_FLAGS): New variable.
8203 (s-selftest, selftest-gdb, selftest-valgrind): Use it.
8204
8205 * vmsdbgout.c (vmsdbg_debug_hooks): Add filename parameter to
8206 early_finish hook.
8207
8208 2016-10-12 Georg-Johann Lay <avr@gjlay.de>
8209
8210 * rtl.h (struct rtx_def): Comment how RTX_FLAGS will be
8211 dumped in RTL dumps.
8212
8213 2016-10-12 Martin Liska <mliska@suse.cz>
8214
8215 * gimple-fold.c (create_tmp_reg_or_ssa_name): New function.
8216 (gimple_fold_builtin_memory_op): Use the function.
8217 (gimple_fold_builtin_strchr): Likewise.
8218 (gimple_fold_builtin_strcat): Likewise.
8219 (gimple_build): Likewise.
8220
8221 2016-10-12 Nathan Sidwell <nathan@acm.org>
8222
8223 * diagnostic.c (diagnostc_report_diagnostic): Fix formatting.
8224
8225 2016-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
8226
8227 * dwarf2out.c (int_loc_descriptor): Generate opcodes for another
8228 equivalent 32-bit constant (modulo 2**32) when that yields
8229 smaller instructions.
8230 (size_of_int_loc_descriptor): Update accordingly.
8231
8232 2016-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
8233
8234 * dwarf2out.c (dwarf2out_early_global_decl): For nested
8235 functions, call dwarf2out_decl on the parent function first.
8236
8237 2016-10-12 Richard Biener <rguenther@suse.de>
8238
8239 * match.pd ((X /[ex] A) * A -> X): Remove unnecessary constraint
8240 on the conversion.
8241
8242 2016-10-12 Richard Biener <rguenther@suse.de>
8243
8244 * tree-ssa-propagate.c
8245 (substitute_and_fold_dom_walker::before_dom_children): Do not
8246 ignore ASSERT_EXPRs but only preserve them.
8247 * tree-vrp.c (remove_range_assertions): Deal with ASSERT_EXPRs
8248 that have been propagated into.
8249 (vrp_finalize): Enable DCE for substitute_and_fold.
8250
8251 2016-10-12 Richard Biener <rguenther@suse.de>
8252
8253 PR tree-optimization/77920
8254 * tree-vrp.c (simplify_div_or_mod_using_ranges): Simplify.
8255 (simplify_min_or_max_using_ranges): Pass in gsi and use it.
8256 (simplify_abs_using_ranges): Likewise.
8257 (simplify_conversion_using_ranges): Likewise.
8258 (simplify_stmt_using_ranges): Adjust.
8259
8260 2016-10-12 Jakub Jelinek <jakub@redhat.com>
8261
8262 PR tree-optimization/77929
8263 * tree-ssa-reassoc.c (optimize_range_tests_var_bound): Handle
8264 (*ops)[ranges[i].idx]->op != ranges[i].exp case.
8265
8266 2016-10-12 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
8267
8268 PR target/77934
8269 * config/rs6000/vmx.md (vsx_concat_<mode>): The mtvsrdd instruction
8270 needs a base register for arg 1.
8271
8272 2016-10-12 Jakub Jelinek <jakub@redhat.com>
8273
8274 * common.opt (Wimplicit-fallthrough) Turn into alias to
8275 -Wimplicit-fallthrough=3. Remove EnabledBy.
8276 (Wimplicit-fallthrough=): New option.
8277 * gimplify.c (warn_implicit_fallthrough_r): Use
8278 OPT_Wimplicit_fallthrough_ instead of OPT_Wimplicit_fallthrough.
8279 * doc/invoke.texi (-Wimplicit-fallthrough): Document as alias
8280 to -Wimplicit-fallthrough=3.
8281 (-Wimplicit-fallthrough=): Document.
8282
8283 2016-10-11 Eric Botcazou <ebotcazou@adacore.com>
8284
8285 * config/sparc/sparc.c (emit_scc_insn): Remove direct support for EQ
8286 and GEU in DImode if TARGET_SUBXC.
8287 * config/sparc/sparc.md (seqdi<W:mode>_zero): Remove TARGET_SUBXC.
8288 (seqdi<W:mode>_zero_subxc): Delete.
8289 (neg_seqdi<W:mode>_zero): Remove TARGET_VIS3.
8290 (neg_seqdi<W:mode>_zero_vis3): Delete.
8291 (plus_seqdi<W:mode>_zero): Likewise.
8292 (minus_seqdi<W:mode>_zero): Likewise.
8293 (plus_plus_sltu<W:mode>): Accept only register.
8294 (addx<W:mode>): Likewise.
8295 (plus_sltu<W:mode>_vis3): Likewise.
8296 (plus_plus_sltu<W:mode>_vis3): Likewise.
8297 (neg_sgeu<W:mode>_vis3): Delete.
8298 (minus_sgeu<W:mode>_vis3): Likewise.
8299 (addxc<W:mode>): Accept only registers.
8300 (neg_sltu<W:mode>_subxc): Write %%g0 instead of 0.
8301 (minus_neg_sltu<W:mode>_subxc): Accept only register.
8302 (neg_plus_sltu<W:mode>_subxc): Likewise.
8303 (minus_sltu<W:mode>_subxc): Write %%g0 instead of 0.
8304 (minus_minus_sltu<W:mode>_subxc): Accept only register.
8305 (sgeu<W:mode>_insn_subxc): Delete.
8306 (plus_sgeu<W:mode>_subxc): Likewise.
8307 (subxc<W:mode>): Accept only register.
8308 (scc splitter): Split always GEU again.
8309
8310 2016-10-11 Jeff Law <law@redhat.com>
8311
8312 PR tree-optimization/77424
8313 * tree-ssa-threadupdate.c (thread_through_all_blocks): Remove
8314 dead conditionals. Assert that all e->aux fields are NULL.
8315
8316 2016-10-11 David Malcolm <dmalcolm@redhat.com>
8317
8318 * print-rtl.c (print_rtx): Rename "i" to "idx". Split out the
8319 operand-printing "switch" statement into...
8320 (print_rtx_operand_code_0): ...this new function, ...
8321 (print_rtx_operand_code_e): ...this new function, ...
8322 (print_rtx_operand_codes_E_and_V): ...this new function, ...
8323 (print_rtx_operand_code_i): ...this new function, ...
8324 (print_rtx_operand_code_r): ...this new function, ...
8325 (print_rtx_operand_code_u): ...this new function, ...
8326 (print_rtx_operand): ...and this new function.
8327
8328 2016-10-11 Uros Bizjak <ubizjak@gmail.com>
8329
8330 * config/alpha/alpha-passes.def: New file.
8331 * config/alpha/t-alpha: New file.
8332 * config/alpha/alpha-protos.h (gcc::context, rtl_opt_pass): Declare.
8333 (make_pass_handle_trap_shadows): New prototype.
8334 (make_pass_align_insns): Ditto.
8335 * config/alpha/alpha.c (alpha_option_override): Don't register
8336 passes here.
8337 * config.gcc (alpha*-*-*) Add alpha/t-alpha to tmake_file.
8338
8339 2016-10-11 Michael Meissner <meissner@linux.vnet.ibm.com>
8340
8341 PR target/77924
8342 * config/rs6000/rs6000.c (rs6000_init_builtins): Only create the
8343 distinct __ibm128 IBM extended double type if long doubles are
8344 128-bits and the default format for long double is IEEE 128-bit.
8345
8346 2016-10-11 Richard Biener <rguenther@suse.de>
8347
8348 * dwarf2out.c (DEBUG_STR_OFFSETS_SECTION): Remove conditional.
8349 (init_sections_and_labels): Use DEBUG_DWO_STR_OFFSETS_SECTION.
8350 (verify_die): New function.
8351 (dwarf2out_finish): Call it.
8352 (output_line_info): Handle case of -gsplit-dwarf without
8353 DWARF2_ASM_LINE_DEBUG_INFO.
8354
8355 2016-10-11 Richard Biener <rguenther@suse.de>
8356
8357 PR debug/77931
8358 * gimple-low.c (lower_gimple_bind): Handle arbitrary common
8359 sub-chains of BLOCK_VARS and gimple_bind_vars.
8360
8361 2016-10-11 Venkataramanan Kumar <Venkataramanan.kumar@amd.com>
8362
8363 * config/i386/znver1.md : Fix imov/imovx load type reservations.
8364
8365 2016-10-11 Eric Botcazou <ebotcazou@adacore.com>
8366
8367 * config/sparc/sparc.opt (msubxc): New option.
8368 * doc/invoke.texi (SPARC options): Document it and tidy up.
8369 * doc/tm.texi.in (Condition Codes): Adjust SPARC example.
8370 * doc/tm.texi: Regenerate.
8371 * config/sparc/sparc-modes.def (CC_NOOV): Rename into...
8372 (CCNZ): ...this.
8373 (CCX_NOOV): Rename into...
8374 (CCXNZ): ...this.
8375 (CCC): New.
8376 (CCXC): Likewise.
8377 * config/sparc/predicates.m (fcc_register_operand): Simplify.
8378 (fcc0_register_operand): Likewise.
8379 (icc_register_operand): New.
8380 (icc_or_fcc_register_operand): Simplify.
8381 (nz_comparison_operator): New.
8382 (c_comparison_operator): Likewise.
8383 (noov_compare_operator): Rename into...
8384 (icc_comparison_operator): ...this. Use above predicates.
8385 (noov_compare64_operator): Rename into...
8386 (v9_comparison_operator): ...this and tidy up.
8387 (fcc_comparison_operator): New.
8388 (icc_or_fcc_comparison_operator): Likewise.
8389 (v9_register_compare_operator): Rename info...
8390 (v9_register_comparison_operator): ...this.
8391 * config/sparc/sparc.c (TARGET_FIXED_CONDITION_CODE_REGS): Define.
8392 (sparc_option_override): Remove redundant VIS masks and add MASK_SUBXC
8393 for Niagara-7.
8394 (sparc_fixed_condition_code_regs): New function.
8395 (select_cc_mode): Remove ATTRIBUTE_UNUSED. Adjust for CCNZ/CCXNZ
8396 renaming and add support for CCC/CCXC.
8397 (output_cbranch): Likewise.
8398 (sparc_print_operand): Likewise.
8399 (gen_v9_scc): Remove obsolete assertion.
8400 (emit_scc_insn): Emit RTL directly for EQ and NE. Add direct support
8401 for EQ in DImode if TARGET_SUBXC. Remove test on TARGET_VIS3 for GEU.
8402 (output_cbcond): Remove bogus handling of CC modes.
8403 (sparc_register_move_cost): Return 100 for NO_REGS.
8404 * config/sparc/sparc.md (W): New mode iterator.
8405 (length): Adjust for noov_compare64_operator renaming.
8406 (cmpsi_sne): New instruction.
8407 (cmpdi_sne): Likewise.
8408 (seqdi_special): Delete.
8409 (seqdi_special): Likewise.
8410 (snesi<P:mode>_special): Likewise.
8411 (snedi_special): Likewise.
8412 (snedi_special_vis3): Likewise.
8413 (snesi patterns): Use W iterator.
8414 (snedi patterns): Likewise. Add TARGET_SUBXC patterns.
8415 (sltu patterns): Likewise.
8416 (sgeu patterns): Likewise.
8417 (scc splitter): Do not split GEU in DImode if TARGET_SUBXC.
8418 (normal_branch): Use icc_comparison_operator predicate.
8419 (inverted_branch): Likewise.
8420 (cbcond_sp32): Use comparison_operator predicate.
8421 (cbcond_sp64): Likewise.
8422 (normal_int_branch_sp64): Adjust for renaming
8423 (inverted_int_branch_sp64): Likewise.
8424 (mov<I:mode>_cc_reg_sp64): Likewise.
8425 (movsf_cc_reg_sp6): Likewise.
8426 (movdf_cc_reg_sp64): Likewise.
8427 (movtf_cc_reg_hq_sp64): Likewise.
8428 (movtf_cc_reg_sp64): Likewise.
8429 (mov<I:mode>_cc_v9): Use icc_or_fcc_comparison_operator predicate.
8430 (movsf_cc_v9): Likewise.
8431 (movdf_cc_v9): Likewise.
8432 (movtf_cc_hq_v9): Likewise.
8433 (movtf_cc_v9): Likewise.
8434 (adddi3): Call gen_adddi3_sp32.
8435 (adddi3_insn_sp32): Rename to...
8436 (adddi3_sp32): ...this. Accept only register_operand as operand #1
8437 and use CCCmode for the carry.
8438 (addx_extend_sp32): Use CCCmode for the carry.
8439 (addx_extend_sp64): Delete.
8440 (adddi3_extend_sp32): Use CCCmode for the carry.
8441 (cmp_plus patterns): Use CCNZ/CCXNZ mode and add C variants.
8442 (subdi3): Call gen_subdi3_sp32.
8443 (subdi3_insn_sp32): Rename to...
8444 (subdi3_sp32): ...this and use CCmode for the carry.
8445 (subx_extend_sp32): Use CCCmode for the carry.
8446 (subx_extend_sp64): Delete.
8447 (subdi3_extend_sp32): Use CCmode for the carry.
8448 (cmp_minus patterns): Use CCNZ/CCXNZ mode and add C variants.
8449 (negdi3): Call gen_negdi3_sp32.
8450 (negdi3_sp32): Use CCCmode for the carry.
8451 (cmp_neg patterns): Use CCNZ/CCXNZ mode and add C variants.
8452 (cmp_nz_ashift_1): Use CCNZ mode.
8453 (cmp_nz_set_ashift_1): Likewise.
8454 (ctrapsi4): Use comparison_operator predicate.
8455 (ctrapdi4): Likewise.
8456 (trapsi_insn): Use icc_comparison_operator predicate.
8457 (trapdi_insn): Likewise.
8458 (edge8 patterns): Use CCNZmode.
8459 (edge16 patterns): Likewise.
8460 (edge32 patterns): Likewise.
8461
8462 2016-10-11 Eric Botcazou <ebotcazou@adacore.com>
8463
8464 * config/visium/visium-modes.def (CC_NOOV): Rename into...
8465 (CCNZ): ...this.
8466 (CC_BTST): Rename into...
8467 (CCC): ...this.
8468 * config/visium/predicates.md (real_add_operand): New.
8469 (visium_btst_operator): Rename into...
8470 (visium_equality_comparison_operator): ...this.
8471 (visium_noov_operator): Rename into...
8472 (visium_nz_comparison_operator): ...this.
8473 (visium_c_comparison_operator): New.
8474 (visium_branch_operator): Adjust and deal with all CC modes.
8475 * config/visium/visium.c (visium_adjust_cost): Adjust.
8476 (visium_split_double_add): Use the *_set_carry patterns.
8477 (visium_select_cc_mode): Add support for CCC mode and adjust.
8478 (output_cbranch): Adjust and use the carry-based operators for
8479 floating-point comparisons.
8480 * config/visium/visium.md (flags_subst_arith): Adjust.
8481 (addsi3_insn_set_carry): New instruction.
8482 (subsi3_insn_set_carry): Likewise.
8483 (negsi2_insn_set_carry): Likewise.
8484 (btst): Adjust.
8485 (cmp<mode>_sne): Likewise.
8486 (cbranch<mode>4): Use ordered_comparison_operator.
8487 (cbranch<mode>4_insn): Likewise.
8488 (cbranchsi4_btst_insn): Adjust.
8489
8490 2016-10-11 Tom de Vries <tom@codesourcery.com>
8491
8492 PR middle-end/77558
8493 * builtins.c (std_canonical_va_list_type): Remove RECORD_TYPE
8494 special-casing.
8495
8496 2016-10-11 Eric Botcazou <ebotcazou@adacore.com>
8497
8498 * tree.h (build_complex_type): Add second parameter with default.
8499 * tree.c (build_complex_type): Add NAMED second parameter and adjust
8500 recursive call. Create a TYPE_DECL only if NAMED is true.
8501 (build_common_tree_nodes): Pass true in calls to build_complex_type.
8502
8503 2016-10-11 Georg-Johann Lay <avr@gjlay.de>
8504
8505 New avr-passes.def to register AVR specific passes.
8506
8507 * config/avr/avr-passes.def: New file.
8508 * config/avr/t-avr (PASSES_EXTRA): Add avr-passes.def.
8509 * config/avr/avr-protos.h (gcc::context, rtl_opt_pass): Declare.
8510 (make_avr_pass_recompute_note): New proto.
8511 * config/avr/avr.c (make_avr_pass_recompute_notes): New function.
8512 (avr_pass_recompute_notes): Use anonymous namespace.
8513 (avr_register_passes): Remove function...
8514 (avr_option_override): ...and its call.
8515
8516 2016-10-11 Robert Suchanek <robert.suchanek@imgtec.com>
8517
8518 * config/mips/mips-cpus.def: Replace PTF_AVOID_BRANCHLIKELY with
8519 PTF_AVOID_BRANCHLIKELY_ALWAYS for generic architecture and with
8520 PTF_AVOID_BRANCHLIKELY_SPEED for others.
8521 (mips2, mips3, mips4): Add PTF_AVOID_BRANCHLIKELY_SIZE to tune
8522 flags.
8523 * config/mips/mips.c (mips_option_override): Enable the branch
8524 likely depending on the tune flags and optimization level.
8525 * config/mips/mips.h (PTF_AVOID_BRANCHLIKELY): Remove.
8526 (PTF_AVOID_BRANCHLIKELY_SPEED): Define.
8527 (PTF_AVOID_BRANCHLIKELY_SIZE): Likewise.
8528 (PTF_AVOID_BRANCHLIKELY_ALWAYS): Likewise.
8529
8530 2016-10-11 Richard Biener <rguenther@suse.de>
8531
8532 * lto-streamer-out.c (collect_block_tree_leafs): New helper.
8533 (output_function): Properly stream the whole block tree.
8534 * lto-streamer-in.c (input_function): Likewise.
8535
8536 2016-10-11 Marek Polacek <polacek@redhat.com>
8537
8538 * Makefile.in (C_COMMON_OBJS): Add c-family/c-warn.o.
8539
8540 2016-10-11 Kugan Vivekanandarajah <kuganv@linaro.org>
8541
8542 * tree-vrp.c (evrp_dom_walker::try_add_new_range): New.
8543 (evrp_dom_walker::before_dom_children): Infer and push new value
8544 ranges for x in y < x.
8545
8546 2016-10-10 Joseph Myers <joseph@codesourcery.com>
8547
8548 PR target/77586
8549 * config/ia64/ia64.c (ia64_libgcc_floating_mode_supported_p)
8550 (TARGET_LIBGCC_FLOATING_MODE_SUPPORTED_P): Remove.
8551 * config/ia64/elf.h (IA64_NO_LIBGCC_TFMODE): Likewise.
8552 * config/ia64/freebsd.h (IA64_NO_LIBGCC_TFMODE): Likewise.
8553 * config/ia64/vms.h (IA64_NO_LIBGCC_XFMODE)
8554 (IA64_NO_LIBGCC_TFMODE): Likewise.
8555
8556 2016-10-11 Kugan Vivekanandarajah <kuganv@linaro.org>
8557
8558 * tree-vrp.c (vrp_intersect_ranges_1): Allocate bitmap before
8559 copying.
8560
8561 2016-10-10 Andreas Tobler <andreast@gcc.gnu.org>
8562
8563 * config.gcc: Add aarch64-*-freebsd* support.
8564 * config.host: Likewise.
8565 * config/aarch64/aarch64-freebsd.h: New file.
8566 * config/aarch64/t-aarch64-freebsd: Ditto.
8567
8568 2016-10-10 Jeff Law <law@redhat.com>
8569
8570 PR tree-optimization/71947
8571 * tree-ssa-dom.c (cprop_into_stmt): Avoid replacing A with B, then
8572 B with A within a single statement.
8573
8574 2016-10-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8575
8576 PR tree-optimization/77824
8577 * gimple-ssa-strength-reduction.c (stmt_cost): Explicitly return
8578 zero cost for copies.
8579 (find_candidates_dom_walker::before_dom_children): Replace
8580 MODIFY_EXPR with SSA_NAME.
8581 (replace_mult_candidate): Likewise.
8582 (replace_profitable_candidates): Likewise.
8583
8584 2016-10-10 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
8585
8586 * config/s390/s390.h: Wrap more macros args in brackets and fix
8587
8588 2016-10-10 Georg-Johann Lay <avr@gjlay.de>
8589
8590 * config/avr/gen-avr-mmcu-texi.c (string.h): Include.
8591
8592 2016-10-10 Andreas Schwab <schwab@suse.de>
8593
8594 PR target/77738
8595 * config/ia64/ia64.md ("doloop_end"): Reject if mode of loop
8596 pseudo is not DImode.
8597
8598 2016-10-10 Claudiu Zissulescu <claziss@synopsys.com>
8599
8600 * common/config/arc/arc-common.c (arc_option_optimization_table):
8601 Remove compact casesi option.
8602 * config/arc/arc.c (arc_override_options): Use compact casesi
8603 option only for pre-ARCv2 cores.
8604 * doc/invoke.texi (mcompact-casesi): Update text.
8605
8606 2016-10-09 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
8607
8608 * config/rs6000/rs6000.h (TARGET_EFFICIENT_OVERLAPPING_UNALIGNED):
8609 Add macro to say we can efficiently handle overlapping unaligned
8610 loads.
8611 * config/rs6000/rs6000.c (expand_block_compare): Avoid generating
8612 poor code for processors older than p8.
8613
8614 2016-10-09 Eric Botcazou <ebotcazou@adacore.com>
8615
8616 * gen-pass-instances.awk: Remove GNUism.
8617
8618 2016-10-09 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
8619
8620 * ipa-prop.c (ipcp_transform_function): Set fields m_vr and bits to
8621 NULL of (*ipcp_transformations)][node->uid].
8622
8623 2016-10-09 John David Anglin <danglin@gcc.gnu.org>
8624
8625 * config/pa/pa.h (BIGGEST_ALIGNMENT): Adjust comment.
8626 (MALLOC_ABI_ALIGNMENT): Define.
8627
8628 2016-10-09 Jakub Jelinek <jakub@redhat.com>
8629
8630 * tree-ssa.c (target_for_debug_bind, verify_phi_args,
8631 ssa_undefined_value_p, maybe_optimize_var): Use VAR_P and/or
8632 VAR_OR_FUNCTION_DECL_P macros.
8633 * tree-chkp.c (chkp_register_var_initializer, chkp_make_static_bounds,
8634 chkp_get_bounds_for_decl_addr, chkp_parse_array_and_component_ref,
8635 chkp_find_bounds_1): Likewise.
8636 * ipa-polymorphic-call.c (decl_maybe_in_construction_p): Likewise.
8637 * hsa-gen.c (get_symbol_for_decl): Likewise.
8638 * cgraphunit.c (check_global_declaration, analyze_functions,
8639 handle_alias_pairs, thunk_adjust, cgraph_node::expand_thunk):
8640 Likewise.
8641 * gimple-fold.c (can_refer_decl_in_current_unit_p,
8642 canonicalize_constructor_val, gimple_get_virt_method_for_vtable):
8643 Likewise.
8644 * tree.c (set_decl_section_name, copy_node_stat,
8645 need_assembler_name_p, free_lang_data_in_decl, find_decls_types_r,
8646 merge_dllimport_decl_attributes, handle_dll_attribute,
8647 decl_init_priority_insert, auto_var_in_fn_p, array_at_struct_end_p,
8648 verify_type): Likewise.
8649 * gimple-ssa-isolate-paths.c (find_implicit_erroneous_behavior,
8650 find_explicit_erroneous_behavior): Likewise.
8651 * sdbout.c (sdbout_toplevel_data, sdbout_late_global_decl): Likewise.
8652 * ipa.c (process_references): Likewise.
8653 * tree-chkp-opt.c (chkp_get_check_result): Likewise.
8654 * varasm.c (get_block_for_decl, use_blocks_for_decl_p, make_decl_rtl,
8655 notice_global_symbol, assemble_variable, mark_decl_referenced,
8656 build_constant_desc, output_constant_def_contents, do_assemble_alias,
8657 make_decl_one_only, default_section_type_flags,
8658 categorize_decl_for_section, default_encode_section_info): Likewise.
8659 * trans-mem.c (requires_barrier): Likewise.
8660 * gimple-expr.c (mark_addressable): Likewise.
8661 * cfgexpand.c (add_scope_conflicts_1, expand_one_var,
8662 expand_used_vars_for_block, clear_tree_used, stack_protect_decl_p,
8663 expand_debug_expr): Likewise.
8664 * tree-dump.c (dequeue_and_dump): Likewise.
8665 * ubsan.c (instrument_bool_enum_load): Likewise.
8666 * tree-pretty-print.c (print_declaration): Likewise.
8667 * simplify-rtx.c (delegitimize_mem_from_attrs): Likewise.
8668 * tree-ssa-uninit.c (warn_uninitialized_vars): Likewise.
8669 * asan.c (asan_protect_global, instrument_derefs): Likewise.
8670 * tree-into-ssa.c (rewrite_stmt, maybe_register_def,
8671 pass_build_ssa::execute): Likewise.
8672 * var-tracking.c (var_debug_decl, track_expr_p): Likewise.
8673 * tree-ssa-loop-ivopts.c (force_expr_to_var_cost, split_address_cost):
8674 Likewise.
8675 * ipa-split.c (test_nonssa_use, consider_split, mark_nonssa_use):
8676 Likewise.
8677 * tree-inline.c (insert_debug_decl_map, remap_ssa_name,
8678 can_be_nonlocal, remap_decls, copy_debug_stmt,
8679 initialize_inlined_parameters, add_local_variables,
8680 reset_debug_binding, replace_locals_op): Likewise.
8681 * dse.c (can_escape): Likewise.
8682 * ipa-devirt.c (compare_virtual_tables, referenced_from_vtable_p):
8683 Likewise.
8684 * tree-diagnostic.c (default_tree_printer): Likewise.
8685 * tree-streamer-in.c (unpack_ts_decl_common_value_fields,
8686 unpack_ts_decl_with_vis_value_fields,
8687 lto_input_ts_decl_common_tree_pointers): Likewise.
8688 * builtins.c (builtin_save_expr, fold_builtin_expect,
8689 readonly_data_expr): Likewise.
8690 * tree-ssa-structalias.c (new_var_info, get_constraint_for_ssa_var,
8691 create_variable_info_for, set_uids_in_ptset, visit_loadstore):
8692 Likewise.
8693 * gimple-streamer-out.c (output_gimple_stmt): Likewise.
8694 * gimplify.c (force_constant_size, gimplify_bind_expr,
8695 gimplify_decl_expr, gimplify_var_or_parm_decl,
8696 gimplify_compound_lval, gimplify_init_constructor,
8697 gimplify_modify_expr, gimplify_asm_expr, gimplify_oacc_declare,
8698 gimplify_type_sizes): Likewise.
8699 * cgraphbuild.c (record_reference, record_type_list, mark_address,
8700 mark_load, mark_store, pass_build_cgraph_edges::execute): Likewise.
8701 * tree-ssa-live.c (mark_all_vars_used_1, remove_unused_scope_block_p,
8702 remove_unused_locals): Likewise.
8703 * tree-ssa-alias.c (ptr_deref_may_alias_decl_p, ptrs_compare_unequal,
8704 ref_maybe_used_by_call_p_1, call_may_clobber_ref_p_1): Likewise.
8705 * function.c (instantiate_expr, instantiate_decls_1,
8706 setjmp_vars_warning, add_local_decl): Likewise.
8707 * alias.c (ao_ref_from_mem, get_alias_set, compare_base_symbol_refs):
8708 Likewise.
8709 * tree-stdarg.c (find_va_list_reference, va_list_counter_struct_op,
8710 va_list_ptr_read, va_list_ptr_write, check_all_va_list_escapes,
8711 optimize_va_list_gpr_fpr_size): Likewise.
8712 * tree-nrv.c (pass_nrv::execute): Likewise.
8713 * tsan.c (instrument_expr): Likewise.
8714 * tree-ssa-dce.c (remove_dead_stmt): Likewise.
8715 * vtable-verify.c (verify_bb_vtables): Likewise.
8716 * tree-dfa.c (ssa_default_def, set_ssa_default_def,
8717 get_ref_base_and_extent): Likewise.
8718 * toplev.c (wrapup_global_declaration_1, wrapup_global_declaration_2):
8719 Likewise.
8720 * tree-sra.c (static bool constant_decl_p, find_var_candidates,
8721 analyze_all_variable_accesses): Likewise.
8722 * tree-nested.c (get_nonlocal_debug_decl,
8723 convert_nonlocal_omp_clauses, note_nonlocal_vla_type,
8724 note_nonlocal_block_vlas, convert_nonlocal_reference_stmt,
8725 get_local_debug_decl, convert_local_omp_clauses,
8726 convert_local_reference_stmt, nesting_copy_decl, remap_vla_decls):
8727 Likewise.
8728 * tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Likewise.
8729 * stmt.c (decl_overlaps_hard_reg_set_p): Likewise.
8730 * dbxout.c (dbxout_late_global_decl, dbxout_type_fields,
8731 dbxout_symbol, dbxout_common_check): Likewise.
8732 * expr.c (expand_assignment, expand_expr_real_2, expand_expr_real_1,
8733 string_constant): Likewise.
8734 * hsa.c (hsa_get_declaration_name): Likewise.
8735 * passes.c (rest_of_decl_compilation): Likewise.
8736 * tree-ssanames.c (make_ssa_name_fn): Likewise.
8737 * tree-streamer-out.c (pack_ts_decl_common_value_fields,
8738 pack_ts_decl_with_vis_value_fields,
8739 write_ts_decl_common_tree_pointers): Likewise.
8740 * stor-layout.c (place_field): Likewise.
8741 * symtab.c (symtab_node::maybe_create_reference,
8742 symtab_node::verify_base, symtab_node::make_decl_local,
8743 symtab_node::copy_visibility_from,
8744 symtab_node::can_increase_alignment_p): Likewise.
8745 * dwarf2out.c (add_var_loc_to_decl, tls_mem_loc_descriptor,
8746 decl_by_reference_p, reference_to_unused, rtl_for_decl_location,
8747 fortran_common, add_location_or_const_value_attribute,
8748 add_scalar_info, add_linkage_name, set_block_abstract_flags,
8749 local_function_static, gen_variable_die, dwarf2out_late_global_decl,
8750 optimize_one_addr_into_implicit_ptr,
8751 optimize_location_into_implicit_ptr): Likewise.
8752 * gimple-low.c (record_vars_into): Likewise.
8753 * ipa-visibility.c (update_vtable_references): Likewise.
8754 * tree-ssa-address.c (fixed_address_object_p, copy_ref_info):
8755 Likewise.
8756 * lto-streamer-out.c (tree_is_indexable, get_symbol_initial_value,
8757 DFS::DFS_write_tree_body, write_symbol): Likewise.
8758 * langhooks.c (lhd_warn_unused_global_decl,
8759 lhd_set_decl_assembler_name): Likewise.
8760 * attribs.c (decl_attributes): Likewise.
8761 * except.c (output_ttype): Likewise.
8762 * varpool.c (varpool_node::get_create, ctor_for_folding,
8763 varpool_node::assemble_decl, varpool_node::create_alias): Likewise.
8764 * fold-const.c (fold_unary_loc): Likewise.
8765 * ipa-prop.c (ipa_compute_jump_functions_for_edge,
8766 ipa_find_agg_cst_from_init): Likewise.
8767 * omp-low.c (expand_omp_regimplify_p, expand_omp_taskreg,
8768 expand_omp_target, lower_omp_regimplify_p,
8769 grid_reg_assignment_to_local_var_p, grid_remap_prebody_decls,
8770 find_link_var_op): Likewise.
8771 * tree-chrec.c (chrec_contains_symbols): Likewise.
8772 * tree-cfg.c (verify_address, verify_expr, verify_expr_location_1,
8773 gimple_duplicate_bb, move_stmt_op, replace_block_vars_by_duplicates,
8774 execute_fixup_cfg): Likewise.
8775
8776 PR tree-optimization/77901
8777 * tree-ssa-reassoc.c (optimize_range_tests_var_bound): Only optimize
8778 if ranges[i].exp is SSA_NAME when looking for >= and only when
8779 ranges[i].exp is NULL or SSA_NAME when looking for the other
8780 comparison.
8781
8782 2016-10-09 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
8783
8784 * ipa-cp.c (ipcp_alignment_lattice): Remove.
8785 (ipcp_param_lattices): Remove field alignment.
8786 (print_all_lattices): Remove call to ipcp_alignment_lattice::print.
8787 (set_all_contains_variable): Remove call to
8788 ipcp_alignment_lattice::set_to_bottom.
8789 (initialize_node_lattices): Likewise.
8790 (propagate_alignment_accross_jump_function): Remove.
8791 (propagate_constants_accross_call): Remove call to
8792 propagate_alignment_accross_jump_function.
8793 (ipcp_store_alignment_results): Remove.
8794 (ipcp_driver): Remove call to ipcp_store_alignment_results.
8795 (propagate_bits_accross_jump_function): Handle ancestor jump function.
8796 * ipa-prop.c (ipa_print_node_jump_functions_for_edge): Remove
8797 pretty-printing of alignment jump function.
8798 (ipa_set_jf_unknown): Remove assignment to jfunc->alignment.known.
8799 (ipa_compute_jump_functions_for_edge): Adjust ipa_bits jump function for
8800 alignments and remove computing ipa_alignment jump function.
8801 (ipa_node_params_t::duplicate): Remove copying of src_trans->alignments.
8802 (ipa_write_jump_functions): Remove streaming for ipa_alignment.
8803 (ipa_read_jump_function): Remove reading of ipa_alignment.
8804 (write_ipcp_transformation_info): Remove streaming for alignment
8805 propagation summary.
8806 (read_ipcp_transformation_info): Remove reading of alignment
8807 propagation summary.
8808 (ipcp_update_alignments): Remove.
8809 (ipcp_update_bits): Adjust to set alignment for parameters of pointer
8810 type.
8811 (ipcp_transform_function): Remove call to ipcp_update_alignments()
8812 and remove assignment to (*ipcp_transformations)[node->uid].alignments.
8813 * ipa-prop.h (ipa_alignment): Remove.
8814 (ipa_jump_func): Remove field alignment.
8815 (ipcp_transformation_summary): Remove field alignments.
8816 * doc/invoke.texi: Mark fipa-cp-alignment as obsolete.
8817 * opts.c (default_options_table): Remove entry for fipa-cp-alignment.
8818 (enable_fdo_optimizations): Remove checking for fipa-cp-alignment.
8819
8820 2016-10-08 Eric Botcazou <ebotcazou@adacore.com>
8821
8822 * config/sparc/sparc.h (FIXED_REGISTERS): Add %icc.
8823
8824 * config/visium/visium.c (visium_expand_int_cstore): Revert latest
8825 change.
8826 (visium_expand_fp_cstore): Likewise.
8827
8828 2016-10-08 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
8829
8830 * diagnostic-core.h (warning_at_rich_loc_n): Declare.
8831 * diagnostic.c (warning_at_rich_loc_n): New function.
8832 (diagnostic_n_impl_richloc): Likewise.
8833 (diagnostic_n_impl): Move most of the function to
8834 diagnostic_n_impl_richloc and call it.
8835
8836 2016-10-08 Jakub Jelinek <jakub@redhat.com>
8837
8838 * gen-pass-instances.awk: Rewritten.
8839 * Makefile.in (pass-instances.def): Depend on $(PASSES_EXTRA), pass
8840 $(PASSES_EXTRA) after passes.def to the script.
8841 * config/i386/t-i386 (PASSES_EXTRA): Add i386-passes.def.
8842 * config/i386/i386-passes.def: New file.
8843 * config/i386/i386-protos.h (make_pass_insert_vzeroupper,
8844 make_pass_stv): Declare.
8845 * config/i386/i386.c (pass_stv::pass_stv): Initialize timode_p to
8846 false.
8847 (pass_stv::gate): Depending on timode_p member require TARGET_64BIT
8848 or !TARGET_64BIT.
8849 (pass_stv::clone, pass_stv::set_pass_param): New methods.
8850 (pass_stv::timode_p): New non-static data member.
8851 (ix86_option_override): Don't register passes here.
8852
8853 * doc/invoke.texi: Document accepting Else, fallthrough.
8854
8855 * doc/invoke.texi (-Wimplicit-fallthrough): Document FALLTHRU comment
8856 style changes.
8857
8858 * doc/invoke.texi (-Wimplicit-fallthrough): Document the accepted
8859 FALLTHRU comment styles.
8860
8861 2016-10-07 Andrew Pinski <apinski@cavium.com>
8862
8863 * config/aarch64/aarch64-arches.def (AARCH64_ARCH): #undef at the end.
8864 * config/aarch64/aarch64-cores.def (AARCH64_CORE): Likewise.
8865 * config/aarch64/aarch64-fusion-pairs.def (AARCH64_FUSION_PAIR):
8866 Likewise.
8867 * config/aarch64/aarch64-option-extensions.def (AARCH64_OPT_EXTENSION):
8868 Likewise.
8869 * config/aarch64/aarch64-tuning-flags.def (AARCH64_EXTRA_TUNING_OPTION):
8870 Likewise.
8871 * config/aarch64/aarch64-opts.h (AARCH64_CORE): Don't #undef here.
8872 (AARCH64_ARCH): Likewise.
8873 * common/config/aarch64/aarch64-common.c (AARCH64_OPT_EXTENSION):
8874 Likewise.
8875 (AARCH64_CORE): Likewise.
8876 (AARCH64_ARCH): Likewise.
8877 * config/aarch64/aarch64-protos.h (AARCH64_FUSION_PAIR): Likewise.
8878 (AARCH64_EXTRA_TUNING_OPTION): Likewise.
8879 * config/aarch64/aarch64.c (AARCH64_FUION_PAIR): Likewise.
8880 (AARCH64_EXTRA_TUNING_OPTION): Likewise.
8881 (AARCH64_ARCH): Likewise.
8882 (AARCH64_CORE): Likewise.
8883 * config/aarch64/aarch64.h (AARCH64_CORE): Likewise.
8884 * config/aarch64/driver-aarch64.c (AARCH64_OPT_EXTENSION): Likewise.
8885 (AARCH64_CORE): Likewise.
8886 (AARCH64_ARCH): Likewise.
8887
8888 2016-10-06 Michael Meissner <meissner@linux.vnet.ibm.com>
8889
8890 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Split
8891 -mfloat128 into -mfloat128-type that enables the IEEE 128-bit
8892 floating point type infrastructre, and -mfloat128 that enables the
8893 keyword. Define __FLOAT128__ if -mfloat128, and __FLOAT128_TYPE__
8894 if -mfloat128-type. Define __ibm128 to be long double by default.
8895 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Print whether
8896 the IEEE 128-bit floating point type infrastructure should
8897 automatically be enabled.
8898 (rs6000_init_hard_regno_mode_ok): Switch to use -mfloat128-type
8899 instead of -mfloat128 to enable KFmode.
8900 (rs6000_option_override_internal): Split the option -mfloat128
8901 into -mfloat128-type and -mfloat128. On Linux PowerPC 64-bit
8902 systems, automatically set -mfloat128-type, but don't enable it on
8903 other operating systems. Move setting the long double size and
8904 IEEE quad support before the IEEE 128-bit floating point changes.
8905 (rs6000_init_builtins): Do not create a unique type for __ibm128
8906 if long double is IBM extended double, instead rely on __ibm128
8907 being defined as 'long double'. If -mfloat128-type and not
8908 -mfloat128, create the KFmode type with an undocumented __ieee128
8909 keyword.
8910 (rs6000_init_libfuncs): Use -mfloat128-type instead of
8911 -mfloat128 for tests about the types, but keep tests for
8912 -mfloat128 to enable the keyword support.
8913 (rs6000_complex_function_value): Likewise.
8914 (rs6000_scalar_mode_supported_p): Likewise.
8915 (rs6000_floatn_mode): Likewise.
8916 (rs6000_c_mode_for_suffix): Likewise.
8917 (rs6000_opt_masks): Add -mfloat128-type.
8918 * config/rs6000/rs6000-cpus.def (POWERPC_MASKS): Add support for
8919 -mfloat128-type being split from -mfloat128. Add
8920 -mfloat128-hardware, which was missing.
8921 * config/rs6000/rs6000.opt (-mfloat128): Split -mfloat128 into
8922 -mfloat128 and -mfloat128-type:
8923 (-mfloat128-type): Likewise.
8924 * config/rs6000/linux64.h (TARGET_FLOAT128_ENABLE_TYPE): Define so
8925 that 64-bit Linux systems with enable -mfloat128-type by default
8926 on VSX systems.
8927 * config/rs6000/rs6000.h (TARGET_FLOAT128_ENABLE_TYPE): Likewise.
8928 (FLOAT128_VECTOR_P): Switch IEEE 128-bit floating points to use
8929 -mfloat128-type instead of -mfloat128.
8930 (FLOAT128_2REG_P): Likewise.
8931 (MASK_FLOAT128_TYPE): Likewise.
8932 (ALTIVEC_ARG_MAX_RETURN): Likewise.
8933 (RS6000_BTM_FLOAT128): Likewise.
8934 (TARGET_FLOAT128): Poison old identifiers.
8935 (OPTION_MASK_FLOAT128): Likewise.
8936 (MASK_FLOAT128): Likewise.
8937 * config/rs6000/rs6000.md (FP): Likewise.
8938 (FLOAT128): Likewise.
8939 (fix_trunc<mode>di2): Likewise.
8940 (fixuns_trunc<IEEE128:mode><SDI:mode>2): Likewise.
8941 (floatdi<mode>2): Likewise.
8942 (floatuns<SDI:mode><IEEE128:mode>2): Likewise.
8943 (neg<mode>2, FLOAT128 iterator): Likewise.
8944 (abs<mode>2, FLOAT128 iterator): Likewise.
8945 (ieee_128bit_negative_zero): Likewise.
8946 (ieee_128bit_vsx_neg<mode>2): Likewise.
8947 (ieee_128bit_vsx_neg<mode>2_internal): Likewise.
8948 (ieee_128bit_vsx_abs<mode>2): Likewise.
8949 (ieee_128bit_vsx_abs<mode>2_internal): Likewise.
8950 (ieee_128bit_vsx_nabs<mode>2): Likewise.
8951 (ieee_128bit_vsx_nabs<mode>2_internal): Likewise.
8952 (extendiftf2): Likewise.
8953 (extendifkf2): Likewise.
8954 (extendtfkf2): Likewise.
8955 (trunciftf2): Likewise.
8956 (truncifkf2): Likewise.
8957 (trunckftf2): Likewise.
8958 (trunctfif2): Likewise.
8959 (extendkftf2): Likewise.
8960 (trunctfkf2): Likewise.
8961
8962 2016-10-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8963
8964 * simplify-rtx.c (simplify_immed_subreg): Zero-initialize tmp array
8965 before merging in bytes to pass down to real_from_target.
8966
8967 2016-10-07 Richard Biener <rguenther@suse.de>
8968
8969 * tree-ssa-propagate.c (replace_phi_args_in): Remove no longer
8970 required hack.
8971 (substitute_and_fold_dom_walker::before_dom_children):
8972 Substitute and fold before pass specific folding to avoid
8973 feeding that with SSA names that will be later released.
8974 * tree-ssa-ccp.c (get_value_for_expr): Guard for new SSA names
8975 introduced by folding and visited by evaluate_stmt called during
8976 ccp_fold_stmt.
8977 (likely_value): Likewise.
8978 (evaluate_stmt): Likewise.
8979 * tree-vrp.c (simplify_truth_ops_using_ranges): Fold modified stmt.
8980 (simplify_div_or_mod_using_ranges): Likewise.
8981 (simplify_min_or_max_using_ranges): Likewise.
8982 (simplify_abs_using_ranges): Likewise.
8983 (simplify_conversion_using_ranges): Likewise.
8984 (simplify_float_conversion_using_ranges): Likewise.
8985 (simplify_stmt_using_ranges): Likewise.
8986
8987 2016-10-07 Marek Polacek <polacek@redhat.com>
8988
8989 * gimplify.c (should_warn_for_implicit_fallthrough): Check for
8990 FALLTHROUGH_LABEL_P here...
8991 (warn_implicit_fallthrough_r): ...not here.
8992
8993 2016-10-07 Bernd Schmidt <bschmidt@redhat.com>
8994
8995 PR tree-optimization/77880
8996 * expr.c (by_pieces_ninsns): Use unsigned HOST_WIDE_INT where
8997 necessary.
8998
8999 2016-10-07 Marek Polacek <polacek@redhat.com>
9000
9001 PR c++/77803
9002 * gimplify.c (last_stmt_in_scope): Add check for FALLTHROUGH ().
9003
9004 2016-10-07 Richard Biener <rguenther@suse.de>
9005
9006 * bitmap.h: Document constraints on bitmap modification while
9007 iterating over it.
9008
9009 2016-10-07 Richard Biener <rguenther@suse.de>
9010
9011 * bitmap.c (bitmap_elem_to_freelist): Set indx to -1.
9012 * bitmap.h (bmp_iter_set): When advancing to the next element
9013 check that we didn't remove the current one.
9014 (bmp_iter_and): Likewise.
9015 (bmp_iter_and_compl): Likewise.
9016 * tree-ssa.c (release_defs_bitset): Do not remove worklist bit
9017 we currently iterate on but keep a one-level queue.
9018 * sched-deps.c (remove_from_deps): Do not clear current bit
9019 but keep a one-level queue.
9020
9021 2016-10-07 Jakub Jelinek <jakub@redhat.com>
9022
9023 PR tree-optimization/77664
9024 * tree-ssa-reassoc.c (update_range_test): Also clear low and high
9025 for the other ranges.
9026 (optimize_range_tests_diff): Fix up formatting.
9027 (optimize_range_tests_var_bound): New function.
9028 (optimize_range_tests): Use it.
9029
9030 2016-10-07 Martin Liska <mliska@suse.cz>
9031
9032 * coverage.c (build_gcov_exit_decl): Fix priority what
9033 should be really 99.
9034
9035 2016-10-07 Richard Biener <rguenther@suse.de>
9036
9037 * gimple-low.c (lower_gimple_bind): Clear DECL_CHAIN of
9038 vars in gimple_bind_vars but not in BLOCK_VARS.
9039
9040 2016-10-07 Richard Biener <rguenther@suse.de>
9041
9042 PR tree-optimization/77879
9043 * tree-ssa-structalias.c (handle_const_call): Properly handle
9044 NRV return slots.
9045 (handle_pure_call): Likewise.
9046
9047 2016-10-06 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
9048
9049 * config/rs6000/rs6000.c (rs6000_elf_asm_out_constructor)
9050 (rs6000_elf_asm_out_destructor): increase size of buf to avoid
9051 possible overflow.
9052
9053 2016-10-06 Andrew Pinski <apinski@cavium.com>
9054
9055 * config/aarch64/aarch64-cores.def: Add a comment before each
9056 set of cores.
9057
9058 2016-10-06 Kugan Vivekanandarajah <kuganv@linaro.org>
9059
9060 PR tree-optimization/77862
9061 * tree-vrp.c (add_equivalence): Use get_value_range so that
9062 num_vr_values is checked before accessing vr_values.
9063
9064 2016-10-06 Kugan Vivekanandarajah <kuganv@linaro.org>
9065
9066 * tree-vrp.c (evrp_dom_walker::before_dom_children): Handle
9067 POINTER_TYPE_P.
9068
9069 2016-10-05 Jeff Law <law@redhat.com>
9070
9071 PR tree-optimization/71661
9072 * tree-cfgcleanup.c (remove_forwarder_block_with_phi): Handle case when
9073 removal of a forwarder exposes a new natural loop.
9074
9075 2016-10-06 Uros Bizjak <ubizjak@gmail.com>
9076
9077 * config/i386/sse.md (andnot<mode>3): Add FALLTHRU comments.
9078 Introduce ssesuffix variable.
9079 (<mask_codefor><code><mode>3<mask_name>): Ditto.
9080 (*<code><mode>3): Ditto.
9081
9082 2016-10-06 Jan Hubicka <hubicka@ucw.cz>
9083
9084 * postreload.c (reload_cse_simplify): Skip also USE when detecting
9085 noop move.
9086
9087 2016-10-06 Richard Biener <rguenther@suse.de>
9088
9089 PR tree-optimization/77855
9090 * tree-ssa-pre.c (prune_clobbered_mems): Queue exprs to remove
9091 instead of removing the current item while iterating over the set
9092 which is not safe.
9093
9094 2016-10-06 James Clarke <jrtc27@jrtc27.com>
9095 Eric Botcazou <ebotcazou@adacore.com>
9096
9097 PR target/77759
9098 * config/sparc/sparc.c (classify_data_t): Remove int_regs field.
9099 (classify_registers): Don't set it
9100 (function_arg_slotno): Don't initialize and test it. Tidy up.
9101
9102 2016-10-06 Richard Biener <rguenther@suse.de>
9103
9104 PR tree-optimization/77839
9105 * tree-ssa-sccvn.c (set_ssa_val_to): Forbid value -> constant value
9106 lattice transition.
9107
9108 2016-10-06 Martin Liska <mliska@suse.cz>
9109
9110 * gcc.c: Set -fprofile-update=atomic when profiling is
9111 enabled and -pthread is set. Warn when one combines
9112 -pthread and -fprofile-update=single for an app using
9113 profiling code.
9114
9115 2016-10-06 Martin Liska <mliska@suse.cz>
9116
9117 PR bootstrap/77788
9118 * expmed.h (mul_highpart_cost_ptr): Add an gcc_assert.
9119 * gimple-ssa-strength-reduction.c (slsr_process_cast):
9120 Initialize a pointer to NULL.
9121 (slsr_process_copy): Likewise.
9122 * input.c (location_get_source_line): Likewise.
9123 * tree-ssa-ccp.c (optimize_atomic_bit_test_and): Likewise.
9124
9125 2016-10-05 Andrew Senkevich <andrew.senkevich@intel.com>
9126
9127 * common/config/i386/i386-common.c (OPTION_MASK_ISA_PCOMMIT_UNSET,
9128 OPTION_MASK_ISA_PCOMMIT_SET): Deleted definitions.
9129 (ix86_handle_option): Deleted handle of OPT_mpcommit.
9130 * config.gcc: Deleted pcommitintrin.h
9131 * config/i386/pcommitintrin.h: Deleted file.
9132 * config/i386/cpuid.h (bit_PCOMMIT): Deleted.
9133 * config/i386/driver-i386.c (host_detect_local_cpu): Deleted pcommit
9134 detection.
9135 * config/i386/i386-c.c (ix86_target_macros_internal): Deleted define
9136 __PCOMMIT__.
9137 * config/i386/i386.c (ix86_target_string): Deleted -mpcommit.
9138 (PTA_PCOMMIT): Deleted define.
9139 (ix86_option_override_internal): Deleted handle of option.
9140 (ix86_valid_target_attribute_inner_p): Deleted pcommit.
9141 * config/i386/i386-builtin.def (IX86_BUILTIN_PCOMMIT,
9142 __builtin_ia32_pcommit): Deleted.
9143 * config/i386/i386.h (TARGET_PCOMMIT, TARGET_PCOMMIT_P): Deleted.
9144 * config/i386/i386.md (unspecv): Deleted UNSPECV_PCOMMIT.
9145 (pcommit): Deleted instruction.
9146 * config/i386/i386.opt: Mention -mpcommit deprecation.
9147 * config/i386/x86intrin.h: Deleted inclusion of pcommitintrin.h.
9148
9149 2016-10-05 Uros Bizjak <ubizjak@gmail.com>
9150
9151 PR target/77874
9152 * config/i386/sse.md (<mask_codefor><code><mode>3<mask_name>):
9153 Remove wrong assert.
9154 (<floatsuffix>float<sseintvecmodelower><mode>2<mask_name><round_name>:
9155 Use <round_constraint> as operand 1 constraint.
9156
9157 2016-10-05 Jakub Jelinek <jakub@redhat.com>
9158
9159 PR sanitizer/66343
9160 * ubsan.c (ubsan_create_data): Call initialize_sanitizer_builtins here.
9161 (ubsan_instrument_float_cast): And not here.
9162
9163 PR sanitizer/66343
9164 * ubsan.c (ubsan_ids): New GTY(()) array.
9165 (ubsan_type_descriptor, ubsan_create_data): Use ubsan_ids
9166 instead of static local counters.
9167
9168 2016-10-05 Martin Sebor <msebor@redhat.com>
9169
9170 PR bootstrap/77819
9171 * config/linux.h (TARGET_PRINTF_POINTER_FORMAT): Define macro.
9172 * config/linux.c (gnu_libc_printf_pointer_format): Remove.
9173 * targhooks.c [DEFAULT_LIBC == LIBC_UCLIBC) && SINGLE_LIBC]
9174 (default_printf_pointer_format): Define function.
9175 * targhooks.c (linux_printf_pointer_format): Define new function.
9176 * targhooks.h (linux_printf_pointer_format): Declare.
9177 (gnu_libc_printf_pointer_format): Remove declaration.
9178
9179 2016-10-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9180
9181 * fold-const.c (native_encode_real): Fix logic for selecting offset
9182 to write to when BYTES_BIG_ENDIAN.
9183
9184 2016-10-05 Wilco Dijkstra <wdijkstr@arm.com>
9185
9186 * builtins.c (fold_builtin_strchr): Remove function.
9187 (fold_builtin_strrchr): Likewise.
9188 (fold_builtin2): Remove strchr, index, strrchr, rindex cases.
9189 * gimple-fold.c (target_char_cst_p): New function.
9190 (gimple_fold_builtin_strchr) Add more foldings.
9191 (gimple_fold_builtin): Add index, strrchr, rindex cases.
9192
9193 2016-10-05 Richard Biener <rguenther@suse.de>
9194
9195 PR middle-end/77863
9196 * genmatch.c (capture_info::walk_c_expr): Diagnose unknown
9197 capture ids in c-exprs.
9198
9199 2016-10-05 Richard Biener <rguenther@suse.de>
9200
9201 PR middle-end/77826
9202 * genmatch.c (dt_operand::gen_match_op): Amend operand_equal_p
9203 with types_match for GIMPLE code gen to handle type mismatched
9204 constants properly.
9205 (dt_operand::gen): Adjust.
9206 * match.pd ((X /[ex] A) * A -> X): Properly handle converted
9207 and constant A.
9208
9209 2016-10-05 Richard Biener <rguenther@suse.de>
9210
9211 * match.pd (copysign(x, CST) -> [-]abs (x)): New pattern.
9212
9213 2016-10-05 Richard Biener <rguenther@suse.de>
9214
9215 PR middle-end/77842
9216 * genmatch.c (parser::parse_c_expr): Handle premature EOF.
9217
9218 2016-10-05 Pierre-Marie de Rodat <derodat@adacore.com>
9219
9220 * dwarf2out.c (dwarf2out_imported_module_or_decl): Move DWARF
9221 version check to protect only DW_TAG_imported_module generation.
9222
9223 2016-10-05 Richard Biener <rguenther@suse.de>
9224
9225 PR middle-end/55152
9226 * match.pd (min(a,-a) -> -abs(a)): New pattern.
9227
9228 2016-10-04 Ian Lance Taylor <iant@golang.org>
9229
9230 * explow.c (allocate_dynamic_stack_space): Call
9231 do_pending_stack_adjust before handling flag_split_stack.
9232
9233 2016-10-04 David Malcolm <dmalcolm@redhat.com>
9234
9235 * genattrtab.c (make_internal_attr): Supply dummy column number to
9236 file_location ctor.
9237 (main): Likewise.
9238 * genoutput.c (init_insn_for_nothing): Likewise.
9239 * gensupport.c (add_define_attr): Likewise.
9240 * read-md.c (message_at_1): Print column number.
9241 (fatal_with_file_and_line): Likewise.
9242 (rtx_reader::read_char): Track column numbers.
9243 (rtx_reader::unread_char): Likewise.
9244 (rtx_reader::rtx_reader): Initialize m_read_md_colno.
9245 (rtx_reader::handle_include): Stash and restore m_read_md_colno.
9246 (rtx_reader::handle_file): Initialize m_read_md_colno.
9247 (rtx_reader::get_current_location): Supply column number to
9248 file_location ctor.
9249 * read-md.h (struct file_location): Add field "colno".
9250 (file_location::file_location): Likewise.
9251 (rtx_reader::get_colno): New accessor.
9252 (rtx_reader::m_read_md_colno): New field.
9253 (rtx_reader::m_last_line_colno): New field.
9254
9255 2016-10-04 Jakub Jelinek <jakub@redhat.com>
9256
9257 * doc/extend.texi (Java Exceptions): Remove.
9258 (java_interface): Remove.
9259
9260 2016-10-04 Doug Gilmore <doug.gilmore@imgtec.com>
9261
9262 PR tree-optimization/77808
9263 * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Check base_addr
9264 and addr are different before copying points-to information.
9265
9266 2016-10-04 Uros Bizjak <ubizjak@gmail.com>
9267
9268 * config/i386/x86-tune.def (X86_TUNE_VECTORIZE_DOUBLE): Remove.
9269 * config/i386/i386.h (TARGET_VECTORIZE_DOUBLE): Remove.
9270 * config/i386/i386.c (ix86_add_stmt_cost): Use TARGET_BONNEL instead
9271 of !TARGET_VECTORIZE_DOUBLE when penalizing DFmode vector ops.
9272
9273 2016-10-04 Richard Biener <rguenther@suse.de>
9274
9275 PR tree-optimization/77399
9276 * tree-ssa-forwprop.c (simplify_vector_constructor): Properly
9277 verify the target can convert.
9278
9279 2016-10-04 Richard Biener <rguenther@suse.de>
9280
9281 PR middle-end/77833
9282 * explow.c (plus_constant): Verify the mode of the constant
9283 pool offset before calling plus_constant.
9284
9285 2016-10-04 Richard Biener <rguenther@suse.de>
9286
9287 PR middle-end/77407
9288 * match.pd (X / abs (X) -> X < 0 ? -1 : 1): Drop vector
9289 type support, mark with :C.
9290 (X / -X -> -1): Mark with :C.
9291
9292 2016-10-04 Jakub Jelinek <jakub@redhat.com>
9293
9294 * defaults.h (JCR_SECTION_NAME, TARGET_USE_JCR_SECTION): Remove.
9295 * system.h (JCR_SECTION_NAME, TARGET_USE_JCR_SECTION): Poison.
9296 * doc/tm.texi.in (TARGET_USE_JCR_SECTION): Remove.
9297 * doc/tm.texi: Regenerated.
9298 * config/i386/mingw32.h (TARGET_USE_JCR_SECTION): Remove.
9299 * config/i386/cygming.h (TARGET_USE_JCR_SECTION): Remove.
9300 * config/darwin.h (JCR_SECTION_NAME): Remove.
9301 * config/pa/pa64-hpux.h (JCR_SECTION_NAME): Remove.
9302 * config/rs6000/aix71.h (TARGET_USE_JCR_SECTION): Remove.
9303 * config/rs6000/aix51.h (TARGET_USE_JCR_SECTION): Remove.
9304 * config/rs6000/aix52.h (TARGET_USE_JCR_SECTION): Remove.
9305 * config/rs6000/aix53.h (TARGET_USE_JCR_SECTION): Remove.
9306 * config/rs6000/aix61.h (TARGET_USE_JCR_SECTION): Remove.
9307
9308 2016-10-03 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
9309
9310 * ipa-cp.c (propagate_bits_accross_jump_function): Introduce space
9311 between "because" and "param" in dump message in call to fprintf.
9312
9313 2016-10-03 Jeff Law <law@redhat.com>
9314
9315 PR tree-optimization/71550
9316 PR tree-optimization/71403
9317 * tree-ssa-threadbackward.c: Include tree-vectorizer.h
9318 (profitable_jump_thread_path): Also return boolean indicating if
9319 the realized path will create an irreducible loop.
9320 Remove loop depth tests from 71403.
9321 (fsm_find_control_statement_thread_paths): Remove loop depth tests
9322 from 71403. If threading will create an irreducible loop, then
9323 throw away loop iteration and related information.
9324
9325 2016-10-03 Uros Bizjak <ubizjak@gmail.com>
9326
9327 * configure.ac (strict_warn): Merge -Wmissing-format-attribute and
9328 -Woverloaded-virtual checks for warning options.
9329 * configure: Regenerate.
9330
9331 2016-10-03 Bernd Edlinger <bernd.edlinger@hotmail.de>
9332
9333 PR preprocessor/77699
9334 * input.c (maybe_grow): Don't allocate one byte extra headroom.
9335 (get_next_line): Return false on error.
9336 (read_next_line): Removed, use get_next_line instead.
9337 (read_line_num): Don't copy the line.
9338 (location_get_source_line): Don't use static data.
9339 (selftest::test_reading_source_line): Add more test cases.
9340
9341 2016-10-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9342
9343 Revert
9344 2016-09-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9345
9346 * ifcvt.c (noce_try_avoid_const_materialization): New function.
9347 (noce_process_if_block): Use it.
9348
9349 2016-10-03 Bernd Edlinger <bernd.edlinger@hotmail.de>
9350
9351 * doc/invoke.texi: Update -Wint-in-bool-context.
9352
9353 2016-10-02 Jakub Jelinek <jakub@redhat.com>
9354
9355 * dwarf2out.c (output_fde, output_call_frame_info,
9356 dwarf2out_do_cfi_startproc, set_indirect_string,
9357 gen_internal_sym, output_die, output_line_info): Use
9358 MAX_ARTIFICIAL_LABEL_BYTES as char array sizes for
9359 ASM_GENERATE_INTERNAL_LABEL output.
9360
9361 2016-10-01 Richard Biener <rguenther@suse.de>
9362
9363 PR middle-end/77798
9364 * genmatch.c (get_operand_type): Add operand position arg
9365 and handle COND_EXPR comparison operand with fixed boolean_type_node.
9366 (expr::gen_transform): Adjust.
9367 (dt_simplify::gen_1): Likewise.
9368
9369 2016-10-01 Jakub Jelinek <jakub@redhat.com>
9370
9371 * config/i386/sse.md (<mask_codefor><code><mode>): Add FALLTHRU
9372 comments. Simplify asserts, remove unnecessary conditions.
9373 Formatting fixes.
9374 (*<code><mode>3): Likewise.
9375
9376 2016-09-30 Jakub Jelinek <jakub@redhat.com>
9377
9378 * doc/invoke.texi (-Wregister): Document.
9379
9380 2016-09-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
9381
9382 * configure.ac: Split CHECKING_P into CHECKING_P and
9383 ENABLE_EXTRA_CHECKING.
9384 * configure: Regenerated.
9385 * config.in: Adjust commment of CHECKING_P. Add ENABLE_EXTRA_CHECKING.
9386 * common.opt (flag_checking): Use CHECKING_P and ENABLE_EXTRA_CHECKING.
9387
9388 2016-09-30 Prasad Ghangal <prasad.ghangal@gmail.com>
9389
9390 PR other/31566
9391 * gcc.c (process_command): For @filename handling, output
9392 the correct name if the file does not exist.
9393
9394 2016-09-30 Marek Polacek <polacek@redhat.com>
9395
9396 * config/aarch64/aarch64-simd.md: Adjust fall through comments.
9397 * config/alpha/predicates.md: Likewise.
9398
9399 2016-09-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9400
9401 * ifcvt.c (noce_try_avoid_const_materialization): New function.
9402 (noce_process_if_block): Use it.
9403
9404 2016-09-30 Martin Liska <mliska@suse.cz>
9405
9406 * doc/invoke.texi: Document asan-use-after-return that
9407 it's disabled by default in runtime.
9408
9409 2016-09-30 Richard Biener <rguenther@suse.de>
9410
9411 * tree-vrp.c (intersect_ranges): If we failed to handle
9412 the intersection choose a constant singleton range if available.
9413
9414 2016-09-30 Richard Biener <rguenther@suse.de>
9415
9416 PR tree-optimization/77399
9417 * tree-ssa-forwprop.c (simplify_vector_constructor): Handle
9418 float <-> int conversions.
9419
9420 2016-09-30 Alan Modra <amodra@gmail.com>
9421
9422 * config/rs6000/rs6000.c (rs6000_opt_vars): Revert last change.
9423
9424 2016-09-29 Uros Bizjak <ubizjak@gmail.com>
9425
9426 * config/i386/driver-i386.c (host_detect_local_cpu): Check maximum
9427 ext_level before calling CPUID with 0x80000008.
9428 Simplify xgetbv checks.
9429
9430 2016-09-29 David Malcolm <dmalcolm@redhat.com>
9431
9432 * Makefile.in (OBJS): Add print-rtl-function.o.
9433 * print-rtl-function.c: New file.
9434 * print-rtl.h (print_rtx_function): New decl.
9435
9436 2016-09-29 Uros Bizjak <ubizjak@gmail.com>
9437
9438 PR target/77756
9439 * config/i386/cpuid.h (__get_cpuid_count): New.
9440 (__get_cpuid): Rename __level to __leaf.
9441
9442 2016-09-29 Marek Polacek <polacek@redhat.com>
9443
9444 * genattrtab.c (write_attr_case): Also emit FALLTHRU marker.
9445
9446 2016-09-29 Bernd Schmidt <bschmidt@redhat.com>
9447
9448 PR target/77718
9449 * builtins.c (expand_builtin_memcmp): Don't swap args unless
9450 result is only being compared with zero.
9451
9452 2016-09-29 Marek Polacek <polacek@redhat.com>
9453
9454 * dwarf2out.c (loc_descriptor): Add fall through comment.
9455 (add_const_value_attribute): Likewise.
9456
9457 2016-09-29 Matthew Wahab <matthew.wahab@arm.com>
9458
9459 * config/arm/arm.md (*arm_movsi_insn): Replace "t2" arch attribute
9460 with "v6t2". Move "arch" attribute above "pool_range".
9461 * config/arm/vfp.md (*arm_movhi_vfp): Replace "t2" arch attribute
9462 with "v6t2".
9463 (*thumb2_movhi_vfp): Likewise.
9464 (*arm_movhi_fp16): Likewise.
9465 (*thumb2_movhi_fp16): Likewise.
9466 (*arm_movsi_vfp): Remove "arch" attribute.
9467 (*thumb2_movsi_vfp): Likewise.
9468
9469 2016-09-29 Martin Liska <mliska@suse.cz>
9470
9471 * doc/extend.texi: Remove limitation of Objective C for
9472 __attribute__((constructor)) and __attribute__((destructor)).
9473
9474 2016-09-29 Richard Biener <rguenther@suse.de>
9475
9476 PR tree-optimization/77768
9477 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
9478 Handle stores to readonly memory when removing redundant stores.
9479
9480 2016-09-29 Richard Biener <rguenther@suse.de>
9481
9482 PR middle-end/77407
9483 * match.pd: Add X / abs (X) -> X < 0 ? -1 : 1 and
9484 X / -X -> -1 simplifications.
9485
9486 2016-09-29 Richard Biener <rguenther@suse.de>
9487
9488 PR middle-end/55152
9489 * match.pd: Add max(a,-a) -> abs(a) pattern.
9490 * tree-ssa-phiopt.c (minmax_replacement): Disable for
9491 HONOR_SIGNED_ZEROS types.
9492
9493 2016-09-29 James Greenhalgh <james.greenhalgh@arm.com>
9494
9495 * defaults.h (TARGET_FLT_EVAL_METHOD_NON_DEFAULT): Remove.
9496 * system.h (TARGET_FLT_EVAL_METHOD_NON_DEFAULT): Poison.
9497
9498 2016-09-29 Richard Biener <rguenther@suse.de>
9499
9500 * tree-vrp.c (set_defs_to_varying): New helper avoiding
9501 writing to vr_const_varying.
9502 (vrp_initialize): Call it.
9503 (vrp_visit_stmt): Likewise.
9504 (evrp_dom_walker::before_dom_children): Likewise.
9505
9506 2016-09-29 Richard Biener <rguenther@suse.de>
9507
9508 * tree-vect-stmts.c (vectorizable_load): Avoid emitting vector
9509 constructors with vector elements.
9510
9511 2016-09-29 Richard Biener <rguenther@suse.de>
9512
9513 PR tree-optimization/77768
9514 * tree-ssa-sccvn.c (visit_reference_op_store): Properly deal
9515 with stores to a place we know has a constant value.
9516
9517 2016-09-29 Alan Modra <amodra@gmail.com>
9518
9519 * config/rs6000/sysv4.opt (mgnu-attribute): New option.
9520 * doc/invoke.texi: Document it.
9521 * config/rs6000/rs6000.c (HAVE_LD_PPC_GNU_ATTR_LONG_DOUBLE): Define.
9522 (rs6000_passes_float): Comment.
9523 (rs6000_passes_long_double): New static var.
9524 (call_ABI_of_interest): Return false unless rs6000_gnu_attr is set.
9525 (init_cumulative_args): Set up to emit fp .gnu_attribute for
9526 ELF 64-bit ABIs as well as 32-bit ELF. Correct rs6000_passes_float
9527 to include fp values returned in vectors.
9528 Set rs6000_passes_long_double.
9529 (rs6000_function_arg_advance_1): Likewise for function args.
9530 (rs6000_elf_file_end): Emit fp .gnu_attribute for ELF 64-bit ABIs,
9531 and SPE. Emit long double tag value too.
9532 (rs6000_opt_vars): Add gnu-attr.
9533 * configure.ac (HAVE_LD_PPC_GNU_ATTR_LONG_DOUBLE): New ppc32 test.
9534 * configure: Regenerate.
9535 * config.in: Regenerate.
9536
9537 2016-09-28 Jakub Jelinek <jakub@redhat.com>
9538
9539 * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Use x > 0 instead
9540 of 0 < x.
9541 (format_floating, format_string, format_directive,
9542 get_destination_size, pass_sprintf_length::handle_gimple_call):
9543 Likewise.
9544
9545 2016-09-28 Jakub Jelinek <jakub@redhat.com>
9546
9547 * gimple-ssa-sprintf.c: Fix comment formatting.
9548 (format_integer): Use is_gimple_assign.
9549 (pass_sprintf_length::handle_gimple_call): Use gimple_call_builtin_p
9550 and gimple_call_fndecl. Reorder case BUILT_IN_SPRINTF_CHK. Fix up
9551 BUILT_IN_SNPRINTF_CHK comment. Replace "to to" with "to" in comment.
9552 (pass_sprintf_length::execute): Use is_gimple_call.
9553
9554 2016-09-28 Wilco Dijkstra <wdijkstr@arm.com>
9555
9556 * gimple-fold.c (gimple_fold_builtin): After failing to fold
9557 strchr, also try the generic folding.
9558
9559 2016-09-28 Martin Sebor <msebor@redhat.com>
9560
9561 PR c/77762
9562 * gimple-ssa-sprintf.c (pass_sprintf_length::handle_gimple_call):
9563 Fix typos.
9564
9565 2016-09-28 Martin Sebor <msebor@redhat.com>
9566
9567 PR middle-end/77683
9568 * gimple-ssa-sprintf.c (format_integer): Fail gracefully when
9569 length modifier is not expected.
9570 (format_floating): Ignore l length modifier and fail gracefuly
9571 when it isn't one of the other expected ones.
9572
9573 2016-09-28 Martin Sebor <msebor@redhat.com>
9574
9575 PR bootstrap/77753
9576 * varasm.c (assemble_addr_to_section): Increase local buffer size.
9577
9578 2016-09-27 Richard Biener <rguenther@suse.de>
9579
9580 * dwarf2out.c (cu_die_list): New global.
9581 (dwarf2out_finish): Walk cu_die_list instead of limbo DIEs. Add
9582 main_comp_unit_die to cu_die_list if we created it.
9583 Move break_out_includes ...
9584 (dwarf2out_early_finish): ... here. Push created CU DIEs onto
9585 the cu_die_list.
9586
9587 2016-09-28 Richard Biener <rguenther@suse.de>
9588
9589 * dwarf2out.c (struct die_struct): Add removed flag.
9590 (lookup_type_die): If the DIE is marked as removed, clear
9591 TYPE_SYMTAB_DIE and return NULL.
9592 (lookup_decl_die): If the DIE is marked as removed, remove it
9593 from the hash and return NULL.
9594 (mark_removed): New helper.
9595 (prune_unused_types_prune): Call it for removed DIEs.
9596 (gen_subprogram_die): Move the premark_used_types call to after
9597 DIEs for the functions scopes are generated.
9598 (process_scope_var): Do not re-create pruned types or type decls.
9599 Make sure to also re-parent type decls.
9600 (dwarf2out_finish): Move unused type pruning and debug_types
9601 handling ...
9602 (dwarf2out_early_finish): ... here.
9603
9604 2016-09-29 Claudiu Zissulescu <claziss@synopsys.com>
9605
9606 * config/arc/arc-c.c: New file.
9607 * config/arc/arc-c.def: Likewise.
9608 * config/arc/t-arc: Likewise.
9609 * config.gcc: Include arc-c.o as c and cpp object.
9610 * config/arc/arc-protos.h (arc_cpu_cpp_builtins): Add prototype.
9611 * config/arc/arc.h (TARGET_CPU_CPP_BUILTINS): Use
9612 arc_cpu_cpp_builtins.
9613
9614 2016-09-29 Claudiu Zissulescu <claziss@synopsys.com>
9615
9616 * config/arc/arc.md (*rotrsi3_cnt1): New pattern.
9617 (*ashlsi2_cnt1, *lshrsi3_cnt1, *ashrsi3_cnt1): Likewise.
9618
9619 2016-09-28 Nathan Sidwell <nathan@acm.org>
9620
9621 * gimple-pretty-print.c (dump_gimple_call_args): Simplify "' "
9622 printing.
9623
9624 2016-09-28 Wilco Dijkstra <wdijkstr@arm.com>
9625
9626 PR tree-optimization/61056
9627 * gimple-fold.c (gimple_fold_builtin_strchr):
9628 New function to optimize strchr (s, 0) to strlen.
9629 (gimple_fold_builtin): Add BUILT_IN_STRCHR case.
9630
9631 2016-09-27 Robin Dapp <rdapp@linux.vnet.ibm.com>
9632
9633 PR tree-optimization/77724
9634 * tree-vect-loop-manip.c (create_intersect_range_checks_index):
9635 Add tree_fits_shwi_p check.
9636
9637 2016-09-27 Jakub Jelinek <jakub@redhat.com>
9638
9639 * auto-inc-dec.c (try_merge): Remove break after return.
9640 * cselib.c (autoinc_split): Likewise.
9641 * explow.c (promote_mode): Likewise.
9642 * fixed-value.c (fixed_arithmetic): Likewise.
9643 * hsa.c (hsa_internal_fn::get_arity): Likewise.
9644 * rtlanal.c (modified_between_p, modified_in_p): Likewise.
9645 * trans-mem.c (get_attrs_for): Likewise.
9646 * tree-if-conv.c (if_convertible_stmt_p): Likewise.
9647 * tree-vrp.c (simplify_stmt_using_ranges): Likewise.
9648 * config/aarch64/aarch64-builtins.c (aarch64_fold_builtin): Likewise.
9649 * config/aarch64/aarch64.c (aarch64_get_condition_code_1): Likewise.
9650 * config/c6x/c6x.c (c6x_get_unit_specifier): Likewise.
9651 * config/cr16/cr16.c (legitimate_pic_operand_p): Likewise.
9652 * config/cris/cris.c (cris_op_str): Likewise.
9653 * config/mn10300/mn10300.c (cc_flags_for_code): Likewise.
9654 * config/tilepro/tilepro.c (tilepro_emit_setcc_internal_di): Likewise.
9655
9656 2016-09-27 Nathan Sidwell <nathan@codesourcery.com>
9657
9658 * internal-fn.h (IFN_UNIQUE_CODES, IFN_GOACC_LOOP_CODES,
9659 IFN_GOACC_REDUCTION_CODES): New.
9660 (enum ifn_unique_kind, enum ifn_goacc_loop_kind, enum
9661 ifn_goacc_reduction_kind): Use them.
9662 * gimple-pretty-print.c (dump_gimple_call_args): Decode first arg
9663 of internal functions, when applicable.
9664
9665 2016-09-27 Maciej W. Rozycki <macro@imgtec.com>
9666
9667 * config/mips/constraints.md (d): Fix documentation.
9668 * doc/md.texi (Machine Constraints): Update accordingly.
9669
9670 2016-09-27 Richard Biener <rguenther@suse.de>
9671
9672 * dwarf2out.c (dwarf2out_init): Move text_section_line_info,
9673 cur_line_info_table initialization ...
9674 (dwarf2out_assembly_start): ... here.
9675
9676 2016-09-27 Matthew Wahab <matthew.wahab@arm.com>
9677
9678 * config/arm/arm.md (*arm_movsi_insn): Add "arch" attribute.
9679 * config/arm/vfp.md (*arm_movhi_vfp): Likewise.
9680 (*thumb2_movhi_vfp): Likewise.
9681 (*arm_movhi_fp16): Remove predication operand from VMOV.F16
9682 template. Expand predicable attribute to mark VMOV.F16 as not
9683 predicable. Add "arch" attribute.
9684 (*thumb2_movhi_fp16): Likewise.
9685 (*arm_movsi_vfp): Break a long line. Add "arch" attribute.
9686 (*thumb2_movsi_vfp): Add "arch" attribute.
9687
9688 2016-09-27 David Edelsohn <dje.gcc@gmail.com>
9689
9690 * config/rs6000/rs6000.c (rs6000_output_symbol): Don't modify
9691 VAR_DECL string.
9692
9693 2016-09-27 Marek Polacek <polacek@redhat.com>
9694
9695 * config/ia64/ia64.c (ia64_print_operand): Adjust fall through
9696 comment.
9697
9698 * config/c6x/c6x.h: Adjust fall through comment.
9699 * config/sh/sh.c (final_prescan_insn): Likewise.
9700 * config/visium/visium.c (visium_expand_int_cstore): Likewise.
9701 (visium_expand_fp_cstore): Likewise.
9702
9703 2016-09-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9704
9705 * config/arm/arm.c (const_ok_for_op): Use "Fall through" comment form
9706 expected by -Wimplicit-fallthrough.
9707 (thumb1_size_rtx_costs): Likewise.
9708 (thumb2_reorg): Likewise.
9709 (tls_mentioned_p): Add "Fall through" comment.
9710 (thumb2_reorg): Likewise.
9711 * config/arm/arm-builtins.c (arm_expand_neon_args): Use "Fall through"
9712 comment form expected by -Wimplicit-fallthrough.
9713
9714 2016-09-27 Martin Liska <mliska@suse.cz>
9715
9716 PR gcov-profile/46266
9717 * input.h (RESERVED_LOCATION_P): New macro.
9718 * profile.c (branch_prob): Use RESERVED_LOCATION_P and
9719 instread of comparison with UNKNOWN_LOCATION.
9720
9721 2016-09-27 Richard Biener <rguenther@suse.de>
9722
9723 PR tree-optimization/77745
9724 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
9725 When removing redundant stores make sure to check compatibility
9726 of the TBAA state for downstream accesses.
9727 * tree-ssa-sccvn.c (visit_reference_op_store): Likewise for when
9728 value-numbering virtual operands for store matches.
9729
9730 2016-09-27 Oleg Endo <olegendo@gcc.gnu.org>
9731
9732 PR target/51244
9733 * config/sh/sh.c (sh_rtx_costs): Fix return value of SET of movt and
9734 movrt patterns. Match them before anything else in the SET case.
9735
9736 2016-09-27 Martin Liska <mliska@suse.cz>
9737
9738 PR gcov-profile/7970
9739 PR gcov-profile/16855
9740 PR gcov-profile/44779
9741 * coverage.c (build_gcov_exit_decl): New function.
9742 (coverage_obj_init): Call the function and generate __gcov_exit
9743 destructor.
9744 * doc/gcov.texi: Document when __gcov_exit function is called.
9745
9746 2016-09-27 Marek Polacek <polacek@redhat.com>
9747
9748 PR bootstrap/77751
9749 * Makefile.in (insn-attrtab.o-warn, insn-dfatab.o-warn,
9750 insn-latencytab.o-warn, insn-output.o-warn, insn-emit.o-warn): Use
9751 -Wno-error instead of -Wno-implicit-fallthrough.
9752
9753 2016-09-27 Martin Liska <mliska@suse.cz>
9754
9755 PR bootstrap/77749
9756 * gcov-counter.def: Remove GCOV_COUNTER_V_DELTA.
9757
9758 2016-09-27 Jakub Jelinek <jakub@redhat.com>
9759
9760 * combine.c (simplify_comparison): Add canonical FALLTHROUGH comments.
9761 * config/i386/i386.c (ix86_dep_by_shift_count_body): Add FALLTHROUGH
9762 comments. Remove break after return.
9763 (ix86_fp_compare_code_to_integer, has_dispatch,
9764 ix86_simd_clone_usable): Remove break after return.
9765
9766 2016-09-27 Bernd Edlinger <bernd.edlinger@hotmail.de>
9767
9768 PR rlt-optimization/77714
9769 * lra-eliminations.c (eliminate_regs_in_insn): Avoid alias on
9770 REG_EQUAL note.
9771
9772 2016-09-27 Kugan Vivekanandarajah <kuganv@linaro.org>
9773
9774 PR ipa/77677
9775 * ipa-prop.c (ipa_compute_jump_functions_for_edge): Use
9776 extract_range_from_unary_expr to convert value_range.
9777 * tree-vrp.c (extract_range_from_unary_expr_1): Rename to.
9778 (extract_range_from_unary_expr): This.
9779 * tree-vrp.h (extract_range_from_unary_expr): Declare.
9780
9781 2016-09-27 Segher Boessenkool <segher@kernel.crashing.org>
9782
9783 * config/rs6000/rs6000.md (movcc_internal1): Disparage using CTR or LR.
9784
9785 2016-09-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9786
9787 * config/i386/i386.c (ix86_print_operand)
9788 [HAVE_AS_IX86_CMOV_SUN_SYNTAX]: Add gcc_fallthrough.
9789 * config/sparc/sparc.c (check_pic): Add fallthrough comment.
9790 (epilogue_renumber): Likewise.
9791
9792 2016-09-26 Kugan Vivekanandarajah <kuganv@linaro.org>
9793
9794 PR middle-end/77719
9795 * tree-ssa-reassoc.c (make_new_ssa_for_def): Use gimple_get_lhs
9796 to get lhs instead of gimple_assign_lhs as stmt can be builtins too.
9797
9798 2016-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
9799
9800 * tree.h (memmodel_from_int, memmodel_base, is_mm_relaxed,
9801 is_mm_consume, is_mm_acquire, is_mm_release, is_mm_acq_rel,
9802 is_mm_seq_cst, is_mm_sync): Move to ...
9803 * memmodel.h: This. New file.
9804 * builtins.c: Include memmodel.h.
9805 * optabs.c: Likewise.
9806 * tsan.c: Likewise.
9807 * config/aarch64/aarch64.c: Likewise.
9808 * config/alpha/alpha.c: Likewise.
9809 * config/arm/arm.c: Likewise.
9810 * config/i386/i386.c: Likewise.
9811 * config/ia64/ia64.c: Likewise.
9812 * config/mips/mips.c: Likewise.
9813 * config/rs6000/rs6000.c: Likewise.
9814 * config/sparc/sparc.c: Likewise.
9815 * genconditions.c: Include memmodel.h in generated file.
9816 * genemit.c: Likewise.
9817 * genoutput.c: Likewise.
9818 * genpeep.c: Likewise.
9819 * genpreds.c: Likewise.
9820 * genrecog.c: Likewise.
9821
9822 2016-09-26 David Malcolm <dmalcolm@redhat.com>
9823
9824 * read-rtl.c (read_rtx_code): Rename local "i" to "idx", and use
9825 "c" instead when parsing characters. Move operand parsing into...
9826 (read_rtx_operand): ...this new function, renaming "i" to "idx",
9827 and tightening the scope of various locals.
9828
9829 2016-09-26 Liu Hao <lh_mouse@126.com>
9830
9831 * config/i386/cygming.h (ASM_OUTPUT_DWARF_OFFSET): Fix typo.
9832
9833 2016-09-26 Marek Polacek <polacek@redhat.com>
9834
9835 * system.h: Use __has_attribute to check whether the fallthrough
9836 attribute is supported.
9837
9838 2016-09-26 Marek Polacek <polacek@redhat.com>
9839
9840 * ipa-inline-analysis.c (find_foldable_builtin_expect): Use
9841 gimple_call_internal_p.
9842 * ipa-split.c (find_return_bb): Likewise.
9843 (execute_split_functions): Likewise.
9844 * omp-low.c (dump_oacc_loop_part): Likewise.
9845 (oacc_loop_xform_head_tail): Likewise.
9846 * predict.c (predict_loops): Likewise.
9847 * sanopt.c (pass_sanopt::execute): Likewise.
9848 * tree-cfg.c (get_abnormal_succ_dispatcher): Likewise.
9849 * tree-parloops.c (oacc_entry_exit_ok_1): Likewise.
9850 * tree-stdarg.c (gimple_call_ifn_va_arg_p): Remove function.
9851 (expand_ifn_va_arg_1): Use gimple_call_internal_p.
9852 (expand_ifn_va_arg): Likewise.
9853 * tree-vect-loop.c (vect_determine_vectorization_factor): Likewise.
9854 (optimize_mask_stores): Likewise.
9855 * tree-vect-stmts.c (vect_simd_lane_linear): Likewise.
9856 (vect_transform_stmt): Likewise.
9857 * tree-vectorizer.c (vect_loop_vectorized_call): Likewise.
9858 * tsan.c (instrument_memory_accesses): Likewise.
9859
9860 2016-09-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
9861 Alexander Monakov <amonakov@ispras.ru>
9862
9863 * regrename.c (rename_chains): Check
9864 HARD_FRAME_POINTER_IS_FRAME_POINTER rather than
9865 HARD_FRAME_POINTER_REGNUM when picking unavailable registers.
9866 * sel-sched.c (mark_unavailable_hard_regs): Likewise.
9867
9868 2016-09-26 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
9869
9870 * config/s390/s390.c (s390_rtx_costs): Add /* fallthrough */.
9871 (s390_sched_score): Likewise.
9872
9873 2016-09-26 Martin Liska <mliska@suse.cz>
9874
9875 * doc/gcov.texi: Update program output of gcov tool.
9876
9877 2016-09-26 Martin Liska <mliska@suse.cz>
9878
9879 PR gcov-profile/23332
9880 * profile.c (instrument_values): Do not handle HIST_TYPE_CONST_DELTA.
9881 * tree-profile.c (gimple_gen_const_delta_profiler): Remove.
9882 * value-prof.c (dump_histogram_value): Do not handle
9883 HIST_TYPE_CONST_DELTA.
9884 (stream_in_histogram_value): Likewise.
9885 (gimple_find_values_to_profile): Likewise.
9886 * value-prof.h (enum hist_type): Likewise.
9887
9888 2016-09-26 Martin Liska <mliska@suse.cz>
9889
9890 * common.opt: Exclude SANITIZE_UNREACHABLE and SANITIZE_RETURN
9891 from default sanitize recover values.
9892 * doc/invoke.texi: Fix documentation related to -fsanitize=leak,
9893 -fsanitize=address, -fsanitize=thread and -fsanitize-recover.
9894 * flag-types.h: Replace couple of 1 << x to 1UL << x, make it
9895 consistent.
9896 * opts.c (finish_options): Do a generic loop over options
9897 that can be recovered.
9898 (parse_sanitizer_options): Exclude SANITIZE_UNREACHABLE and
9899 SANITIZE_RETURN.
9900 (common_handle_option): Likewise.
9901 * opts.h: Declare can_recover to sanitizer_opts_s.
9902
9903 2016-09-26 Andre Vieira <andre.simoesdiasvieira@arm.com>
9904
9905 * target.def(elf_flags_numeric): Change documentation to present tense.
9906 * doc/tm.texi: Regenerate.
9907
9908 2016-09-26 Marek Polacek <polacek@redhat.com>
9909
9910 PR c/7652
9911 * Makefile.in (insn-attrtab.o-warn, insn-dfatab.o-warn,
9912 insn-latencytab.o-warn, insn-output.o-warn, insn-emit.o-warn): Add
9913 -Wno-switch-fallthrough.
9914 * builtins.c (expand_builtin_int_roundingfn_2): Add gcc_fallthrough.
9915 (expand_builtin): Likewise.
9916 * config/rs6000/rs6000.c (rs6000_builtin_vectorized_libmass): Likewise.
9917 * convert.c (convert_to_real_1): Likewise.
9918 (convert_to_integer_1): Likewise.
9919 * final.c (output_alternate_entry_point): Likewise.
9920 * genattrtab.c (make_canonical): Likewise.
9921 (write_test_expr): Likewise.
9922 * genpreds.c (validate_exp): Likewise.
9923 * gimple-ssa-strength-reduction.c
9924 (find_candidates_dom_walker::before_dom_children): Likewise.
9925 * godump.c (go_format_type): Likewise.
9926 * reload1.c (elimination_effects): Likewise.
9927 * resource.c (mark_referenced_resources): Likewise.
9928 (mark_set_resources): Likewise.
9929 * tree-ssa-loop-ivopts.c (find_deriving_biv_for_expr): Likewise.
9930 * varasm.c (output_addressed_constants): Likewise.
9931
9932 2016-09-26 Marek Polacek <polacek@redhat.com>
9933
9934 PR c/7652
9935 * common.opt (Wimplicit-fallthrough): New option.
9936 * doc/extend.texi: Document statement attributes and the fallthrough
9937 attribute.
9938 * doc/invoke.texi: Document -Wimplicit-fallthrough.
9939 * gimple.h (gimple_call_internal_p): New function.
9940 * gimplify.c (struct gimplify_ctx): Add in_switch_expr.
9941 (struct label_entry): New struct.
9942 (find_label_entry): New function.
9943 (case_label_p): New function.
9944 (collect_fallthrough_labels): New function.
9945 (last_stmt_in_scope): New function.
9946 (should_warn_for_implicit_fallthrough): New function.
9947 (warn_implicit_fallthrough_r): New function.
9948 (maybe_warn_implicit_fallthrough): New function.
9949 (expand_FALLTHROUGH_r): New function.
9950 (expand_FALLTHROUGH): New function.
9951 (gimplify_switch_expr): Call maybe_warn_implicit_fallthrough and
9952 expand_FALLTHROUGH for the innermost GIMPLE_SWITCH.
9953 (gimplify_label_expr): New function.
9954 (gimplify_case_label_expr): Set location.
9955 (gimplify_expr): Call gimplify_label_expr.
9956 * internal-fn.c (expand_FALLTHROUGH): New function.
9957 * internal-fn.def (FALLTHROUGH): New internal function.
9958 * langhooks.c (lang_GNU_OBJC): New function.
9959 * langhooks.h (lang_GNU_OBJC): Declare.
9960 * system.h (gcc_fallthrough): Define.
9961 * tree-core.h: Add FALLTHROUGH_LABEL_P comment.
9962 * tree.h (FALLTHROUGH_LABEL_P): Define.
9963
9964 2016-09-26 Richard Biener <rguenther@suse.de>
9965
9966 * dwarf2out.c (stripattributes): Remove unused function.
9967 (DEBUG_NORM_MACINFO_SECTION): Rename to DEBUG_MACINFO_SECTION.
9968 Push dwarf_split_debug_info handling into init_sections_and_labels.
9969 (DEBUG_NORM_MACRO_SECTION): Likewise to DEBUG_MACRO_SECTION.
9970 (DEBUG_MACRO_SECTION_FLAGS): Remove.
9971 (debug_macinfo_section_name): New global.
9972 (output_macinfo): Use debug_macinfo_section_name.
9973 (init_sections_and_labels): Split out section and label generation
9974 from dwarf2out_init. Set debug_macinfo_section_name.
9975 (dwarf2out_init): Move text section label generation and emission
9976 to ...
9977 (dwarf2out_assembly_start): ... here.
9978 (dwarf2out_finish): Call init_sections_and_labels before DWARF
9979 output starts.
9980
9981 2016-09-26 Richard Biener <rguenther@suse.de>
9982
9983 PR debug/77692
9984 * cgraphunit.c (analyze_functions): Before early removing
9985 global vars calls the late_global_decl debug handler mark
9986 the variable as readonly.
9987
9988 2016-09-25 Oleg Endo <olegendo@gcc.gnu.org>
9989
9990 PR target/51244
9991 * config/sh/sh.c (sh_movt_set_dest, sh_movrt_set_dest): Add overloads.
9992 (sh_rtx_costs): Handle SET of movt and movrt patterns.
9993 * cnofig/sh/sh-protos.h (sh_movt_set_dest, sh_movrt_set_dest): Forward
9994 declare new overloads.
9995 * config/sh/sh.md (*cset_zero): Add variant that takes a treg_set_expr
9996 operand.
9997
9998 2016-09-24 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
9999
10000 * config/rs6000/rs6000.c (expand_block_compare, do_load_for_compare):
10001 Change TARGET_LITTLE_ENDIAN to !BYTES_BIG_ENDIAN.
10002
10003 2016-09-24 David Edelsohn <dje.gcc@gmail.com>
10004
10005 * configure.ac (gcc_cv_as_aix_dwloc): Fix typo in assembly fragment.
10006 * configure: Regenerate.
10007
10008 2016-09-24 Marek Polacek <polacek@redhat.com>
10009
10010 PR c/77490
10011 * doc/invoke.texi: Document -Wbool-operation.
10012
10013 2016-09-23 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
10014
10015 * config/rs6000/rs6000.md (cmpmemsi): New define_expand.
10016 * config/rs6000/rs6000.c (expand_block_compare): New function used by
10017 cmpmemsi pattern to do builtin expansion of memcmp ().
10018 (compute_current_alignment): Add helper function for
10019 expand_block_compare used to compute alignment as the compare proceeds.
10020 (select_block_compare_mode): Used by expand_block_compare to select
10021 the mode used for reading the next chunk of bytes in the compare.
10022 (do_load_for_compare): Used by expand_block_compare to emit the load
10023 insns for the compare.
10024 (rs6000_emit_dot_insn): Moved this function to avoid a forward
10025 reference from expand_block_compare ().
10026 * config/rs6000/rs6000-protos.h (expand_block_compare): Add a
10027 prototype for this function.
10028 * config/rs6000/rs6000.opt (mblock-compare-inline-limit): Add a new
10029 target option for controlling how much code inline expansion of
10030 memcmp() will be allowed to generate.
10031
10032 2016-09-23 Jakub Jelinek <jakub@redhat.com>
10033
10034 * hooks.c (hook_bool_bool_false, hook_bool_bool_gcc_optionsp_false,
10035 hook_bool_mode_false, hook_bool_mode_true,
10036 hook_bool_mode_const_rtx_false, hook_bool_mode_const_rtx_true,
10037 hook_bool_mode_rtx_false, hook_bool_mode_rtx_true,
10038 hook_bool_const_rtx_insn_const_rtx_insn_true,
10039 hook_bool_mode_uhwi_false, hook_void_FILEptr_constcharptr,
10040 hook_bool_FILEptr_rtx_false, hook_bool_gsiptr_false,
10041 hook_bool_const_tree_hwi_hwi_const_tree_false,
10042 hook_bool_const_tree_hwi_hwi_const_tree_true,
10043 default_can_output_mi_thunk_no_vcall, hook_int_uint_mode_1,
10044 hook_int_const_tree_0, hook_int_const_tree_const_tree_1,
10045 hook_int_rtx_0, hook_int_rtx_bool_0, hook_void_tree,
10046 hook_void_constcharptr, hook_void_tree_treeptr, hook_void_int_int,
10047 hook_bool_tree_false, hook_bool_const_tree_false, hook_bool_tree_true,
10048 hook_bool_const_tree_true, hook_bool_tree_tree_false,
10049 hook_bool_tree_tree_true, hook_bool_tree_bool_false,
10050 hook_bool_rtx_insn_true, hook_bool_rtx_false,
10051 hook_bool_uintp_uintp_false,
10052 hook_bool_rtx_mode_int_int_intp_bool_false, hook_rtx_rtx_null,
10053 hook_rtx_tree_int_null, hook_uint_mode_0,
10054 hook_constcharptr_const_tree_null, hook_tree_tree_int_treep_bool_null,
10055 hook_tree_tree_tree_null, hook_tree_tree_tree_tree_null,
10056 hook_constcharptr_const_rtx_insn_null,
10057 hook_constcharptr_const_tree_const_tree_null,
10058 hook_constcharptr_int_const_tree_null,
10059 hook_constcharptr_int_const_tree_const_tree_null,
10060 hook_tree_const_tree_null, hook_bool_rtx_insn_int_false,
10061 hook_void_rtx_insn_int, hook_void_gcc_optionsp): For arguments with
10062 ATTRIBUTE_UNUSED, remove parameter name as well as ATTRIBUTE_UNUSED.
10063
10064 * vec.h (vNULL): Extend comment to say = vNULL initialization
10065 isn't needed for static vars.
10066
10067 * sel-sched-ir.c (sel_global_bb_info, sel_region_bb_info,
10068 loop_nests, s_i_d, last_added_blocks): Remove unnecessary
10069 = vNULL initialization of file scope vec.
10070 * passes.c (pass_tab, enabled_pass_uid_range_tab,
10071 disabled_pass_uid_range_tab): Likewise.
10072 * haifa-sched.c (sched_luids, h_i_d): Likewise.
10073 * tree-chkp-opt.c (check_infos): Likewise.
10074 * sel-sched.c (vec_av_set, vec_temp_moveop_nops): Likewise.
10075
10076 * vec.h (vnull::operator vec): Add constexpr keyword for
10077 C++11 and later.
10078
10079 2016-09-23 Doug Gilmore <doug.gilmore@imgtec.com>
10080
10081 PR tree-optimization/77654
10082 * tree-ssa-loop-prefetch.c (issue_prefetch_ref): Add call
10083 to duplicate_ssa_name_ptr_info.
10084
10085 2016-09-23 David Malcolm <dmalcolm@redhat.com>
10086
10087 PR preprocessor/77672
10088 * input.c (selftest::test_lexer_string_locations_simple): Update
10089 test to expect location information of the terminator character
10090 at the location of the final closing quote.
10091 (selftest::test_lexer_string_locations_hex): Likewise.
10092 (selftest::test_lexer_string_locations_oct): Likewise.
10093 (selftest::test_lexer_string_locations_letter_escape_1): Likewise.
10094 (selftest::test_lexer_string_locations_letter_escape_2): Likewise.
10095 (selftest::test_lexer_string_locations_ucn4): Likewise.
10096 (selftest::test_lexer_string_locations_ucn8): Likewise.
10097 (selftest::test_lexer_string_locations_u8): Likewise.
10098 (selftest::test_lexer_string_locations_utf8_source): Likewise.
10099 (selftest::test_lexer_string_locations_concatenation_1): Likewise.
10100 (selftest::test_lexer_string_locations_concatenation_2): Likewise.
10101 (selftest::test_lexer_string_locations_concatenation_3): Likewise.
10102 (selftest::test_lexer_string_locations_macro): Likewise.
10103 (selftest::test_lexer_string_locations_long_line): Likewise.
10104
10105 2016-09-23 Richard Biener <rguenther@suse.de>
10106
10107 * tree-ssa-sccvn.c (visit_reference_op_call): Value number
10108 virtual definition to virtual use if the call devirtualizes
10109 to a const or pure function.
10110 (visit_use): Also visit calls we can devirtualize to a
10111 const or pure function.
10112
10113 2016-09-23 Richard Biener <rguenther@suse.de>
10114
10115 PR tree-optimization/77697
10116 * tree-ssa-forwprop.c (defcodefor_name): Remove bogus code,
10117 signal error if we have sth ternary or unhandled.
10118
10119 2016-09-23 Matthew Wahab <matthew.wahab@arm.com>
10120
10121 * config/arm/arm_neon.h (vabd_f16): New.
10122 (vabdq_f16): New.
10123 (vabs_f16): New.
10124 (vabsq_f16): New.
10125 (vadd_f16): New.
10126 (vaddq_f16): New.
10127 (vcage_f16): New.
10128 (vcageq_f16): New.
10129 (vcagt_f16): New.
10130 (vcagtq_f16): New.
10131 (vcale_f16): New.
10132 (vcaleq_f16): New.
10133 (vcalt_f16): New.
10134 (vcaltq_f16): New.
10135 (vceq_f16): New.
10136 (vceqq_f16): New.
10137 (vceqz_f16): New.
10138 (vceqzq_f16): New.
10139 (vcge_f16): New.
10140 (vcgeq_f16): New.
10141 (vcgez_f16): New.
10142 (vcgezq_f16): New.
10143 (vcgt_f16): New.
10144 (vcgtq_f16): New.
10145 (vcgtz_f16): New.
10146 (vcgtzq_f16): New.
10147 (vcle_f16): New.
10148 (vcleq_f16): New.
10149 (vclez_f16): New.
10150 (vclezq_f16): New.
10151 (vclt_f16): New.
10152 (vcltq_f16): New.
10153 (vcltz_f16): New.
10154 (vcltzq_f16): New.
10155 (vcvt_f16_s16): New.
10156 (vcvt_f16_u16): New.
10157 (vcvt_s16_f16): New.
10158 (vcvt_u16_f16): New.
10159 (vcvtq_f16_s16): New.
10160 (vcvtq_f16_u16): New.
10161 (vcvtq_s16_f16): New.
10162 (vcvtq_u16_f16): New.
10163 (vcvta_s16_f16): New.
10164 (vcvta_u16_f16): New.
10165 (vcvtaq_s16_f16): New.
10166 (vcvtaq_u16_f16): New.
10167 (vcvtm_s16_f16): New.
10168 (vcvtm_u16_f16): New.
10169 (vcvtmq_s16_f16): New.
10170 (vcvtmq_u16_f16): New.
10171 (vcvtn_s16_f16): New.
10172 (vcvtn_u16_f16): New.
10173 (vcvtnq_s16_f16): New.
10174 (vcvtnq_u16_f16): New.
10175 (vcvtp_s16_f16): New.
10176 (vcvtp_u16_f16): New.
10177 (vcvtpq_s16_f16): New.
10178 (vcvtpq_u16_f16): New.
10179 (vcvt_n_f16_s16): New.
10180 (vcvt_n_f16_u16): New.
10181 (vcvtq_n_f16_s16): New.
10182 (vcvtq_n_f16_u16): New.
10183 (vcvt_n_s16_f16): New.
10184 (vcvt_n_u16_f16): New.
10185 (vcvtq_n_s16_f16): New.
10186 (vcvtq_n_u16_f16): New.
10187 (vfma_f16): New.
10188 (vfmaq_f16): New.
10189 (vfms_f16): New.
10190 (vfmsq_f16): New.
10191 (vmax_f16): New.
10192 (vmaxq_f16): New.
10193 (vmaxnm_f16): New.
10194 (vmaxnmq_f16): New.
10195 (vmin_f16): New.
10196 (vminq_f16): New.
10197 (vminnm_f16): New.
10198 (vminnmq_f16): New.
10199 (vmul_f16): New.
10200 (vmul_lane_f16): New.
10201 (vmul_n_f16): New.
10202 (vmulq_f16): New.
10203 (vmulq_lane_f16): New.
10204 (vmulq_n_f16): New.
10205 (vneg_f16): New.
10206 (vnegq_f16): New.
10207 (vpadd_f16): New.
10208 (vpmax_f16): New.
10209 (vpmin_f16): New.
10210 (vrecpe_f16): New.
10211 (vrecpeq_f16): New.
10212 (vrnd_f16): New.
10213 (vrndq_f16): New.
10214 (vrnda_f16): New.
10215 (vrndaq_f16): New.
10216 (vrndm_f16): New.
10217 (vrndmq_f16): New.
10218 (vrndn_f16): New.
10219 (vrndnq_f16): New.
10220 (vrndp_f16): New.
10221 (vrndpq_f16): New.
10222 (vrndx_f16): New.
10223 (vrndxq_f16): New.
10224 (vrsqrte_f16): New.
10225 (vrsqrteq_f16): New.
10226 (vrecps_f16): New.
10227 (vrecpsq_f16): New.
10228 (vrsqrts_f16): New.
10229 (vrsqrtsq_f16): New.
10230 (vsub_f16): New.
10231 (vsubq_f16): New.
10232
10233 2016-09-23 Matthew Wahab <matthew.wahab@arm.com>
10234
10235 * config.gcc (extra_headers): Add arm_fp16.h
10236 * config/arm/arm_fp16.h: New.
10237 * config/arm/arm_neon.h: Include "arm_fp16.h".
10238
10239 2016-09-23 Matthew Wahab <matthew.wahab@arm.com>
10240
10241 * config/arm/arm_neon_builtins.def (vadd): New (v8hf, v4hf
10242 variants).
10243 (vmulf): New (v8hf, v4hf variants).
10244 (vfma): New (v8hf, v4hf variants).
10245 (vfms): New (v8hf, v4hf variants).
10246 (vsub): New (v8hf, v4hf variants).
10247 (vcage): New (v8hf, v4hf variants).
10248 (vcagt): New (v8hf, v4hf variants).
10249 (vcale): New (v8hf, v4hf variants).
10250 (vcalt): New (v8hf, v4hf variants).
10251 (vceq): New (v8hf, v4hf variants).
10252 (vcgt): New (v8hf, v4hf variants).
10253 (vcge): New (v8hf, v4hf variants).
10254 (vcle): New (v8hf, v4hf variants).
10255 (vclt): New (v8hf, v4hf variants).
10256 (vceqz): New (v8hf, v4hf variants).
10257 (vcgez): New (v8hf, v4hf variants).
10258 (vcgtz): New (v8hf, v4hf variants).
10259 (vcltz): New (v8hf, v4hf variants).
10260 (vclez): New (v8hf, v4hf variants).
10261 (vabd): New (v8hf, v4hf variants).
10262 (vmaxf): New (v8hf, v4hf variants).
10263 (vmaxnm): New (v8hf, v4hf variants).
10264 (vminf): New (v8hf, v4hf variants).
10265 (vminnm): New (v8hf, v4hf variants).
10266 (vpmaxf): New (v4hf variant).
10267 (vpminf): New (v4hf variant).
10268 (vpadd): New (v4hf variant).
10269 (vrecps): New (v8hf, v4hf variants).
10270 (vrsqrts): New (v8hf, v4hf variants).
10271 (vabs): New (v8hf, v4hf variants).
10272 (vneg): New (v8hf, v4hf variants).
10273 (vrecpe): New (v8hf, v4hf variants).
10274 (vrnd): New (v8hf, v4hf variants).
10275 (vrnda): New (v8hf, v4hf variants).
10276 (vrndm): New (v8hf, v4hf variants).
10277 (vrndn): New (v8hf, v4hf variants).
10278 (vrndp): New (v8hf, v4hf variants).
10279 (vrndx): New (v8hf, v4hf variants).
10280 (vrsqrte): New (v8hf, v4hf variants).
10281 (vmul_lane): Add v4hf and v8hf variants.
10282 (vmul_n): Add v4hf and v8hf variants.
10283 (vext): New (v8hf, v4hf variants).
10284 (vcvts): New (v8hi, v4hi variants).
10285 (vcvts): New (v8hf, v4hf variants).
10286 (vcvtu): New (v8hi, v4hi variants).
10287 (vcvtu): New (v8hf, v4hf variants).
10288 (vcvts_n): New (v8hf, v4hf variants).
10289 (vcvtu_n): New (v8hi, v4hi variants).
10290 (vcvts_n): New (v8hi, v4hi variants).
10291 (vcvtu_n): New (v8hf, v4hf variants).
10292 (vbsl): New (v8hf, v4hf variants).
10293 (vcvtas): New (v8hf, v4hf variants).
10294 (vcvtau): New (v8hf, v4hf variants).
10295 (vcvtms): New (v8hf, v4hf variants).
10296 (vcvtmu): New (v8hf, v4hf variants).
10297 (vcvtns): New (v8hf, v4hf variants).
10298 (vcvtnu): New (v8hf, v4hf variants).
10299 (vcvtps): New (v8hf, v4hf variants).
10300 (vcvtpu): New (v8hf, v4hf variants).
10301
10302 2016-09-23 Matthew Wahab <matthew.wahab@arm.com>
10303
10304 * config/arm/arm-builtins.c (hf_UP): New.
10305 (si_UP): New.
10306 (vfp_builtin_data): New. Update comment.
10307 (enum arm_builtins): Include "arm_vfp_builtins.def".
10308 (ARM_BUILTIN_VFP_PATTERN_START): New.
10309 (arm_init_vfp_builtins): New.
10310 (arm_init_builtins): Add arm_init_vfp_builtins.
10311 (arm_expand_vfp_builtin): New.
10312 (arm_expand_builtins): Update for arm_expand_vfp_builtin. Fix
10313 long line.
10314 * config/arm/arm_vfp_builtins.def: New file.
10315 * config/arm/t-arm (arm.o): Add arm_vfp_builtins.def.
10316 (arm-builtins.o): Likewise.
10317
10318 2016-09-23 Kugan Vivekanandarajah <kuganv@linaro.org>
10319
10320 PR ipa/77677
10321 * ipa-cp.c (propagate_vr_accross_jump_function): Drop TREE_OVERFLOW
10322 from constant while creating value range.
10323
10324 2016-09-23 Renlin Li <renlin.li@arm.com>
10325
10326 * ira.c (ira): Move ira_use_lra_p initialization code to ...
10327 (ira_init_once): Here.
10328
10329 2016-09-23 Uros Bizjak <ubizjak@gmail.com>
10330 Jakub Jelinek <jakub@redhat.com>
10331
10332 * hooks.h (hook_uint_uintp_false): Rename to...
10333 (hook_bool_uint_uintp_false): ... this.
10334 * hooks.c (hook_uint_uintp_false): Rename to...
10335 (hook_bool_uint_uintp_false): ... this.
10336 * target.def (elf_flags_numeric): Use hook_bool_uint_uintp_false
10337 instead of hook_uint_uintp_false.
10338
10339 2016-09-23 Matthew Wahab <matthew.wahab@arm.com>
10340
10341 * config/arm/arm-builtins.c (arm_init_neon_builtin): New.
10342 (arm_init_builtins): Move body of a loop to the standalone
10343 function arm_init_neon_builtin.
10344 (arm_expand_neon_builtin_1): New. Update comment. Function body
10345 moved from arm_neon_builtin with some white-space fixes.
10346 (arm_expand_neon_builtin): Move code into the standalone function
10347 arm_expand_neon_builtin_1.
10348
10349 2016-09-23 Matthew Wahab <matthew.wahab@arm.com>
10350
10351 * config/arm/iterators.md (VCVTHI): New.
10352 (NEON_VCMP): Add UNSPEC_VCLT and UNSPEC_VCLE. Fix a long line.
10353 (NEON_VAGLTE): New.
10354 (VFM_LANE_AS): New.
10355 (VH_CVTTO): New.
10356 (V_reg): Add HF, V4HF and V8HF. Fix white-space.
10357 (V_HALF): Add V4HF. Fix white-space.
10358 (V_if_elem): Add HF, V4HF and V8HF. Fix white-space.
10359 (V_s_elem): Likewise.
10360 (V_sz_elem): Fix white-space.
10361 (V_elem_ch): Likewise.
10362 (VH_elem_ch): New.
10363 (scalar_mul_constraint): Add V8HF and V4HF.
10364 (Is_float_mode): Fix white-space.
10365 (Is_d_reg): Add V4HF and V8HF. Fix white-space.
10366 (q): Add HF. Fix white-space.
10367 (float_sup): New.
10368 (float_SUP): New.
10369 (cmp_op_unsp): Add UNSPEC_VCALE and UNSPEC_VCALT.
10370 (neon_vfm_lane_as): New.
10371 * config/arm/neon.md (add<mode>3_fp16): New.
10372 (sub<mode>3_fp16): New.
10373 (mul<mode>3add<mode>_neon): New.
10374 (fma<VH:mode>4_intrinsic): New.
10375 (fmsub<VCVTF:mode>4_intrinsic): Fix white-space.
10376 (fmsub<VH:mode>4_intrinsic): New.
10377 (<absneg_str><mode>2): New.
10378 (neon_v<absneg_str><mode>): New.
10379 (neon_v<fp16_rnd_str><mode>): New.
10380 (neon_vrsqrte<mode>): New.
10381 (neon_vpaddv4hf): New.
10382 (neon_vadd<mode>): New.
10383 (neon_vsub<mode>): New.
10384 (neon_vmulf<mode>): New.
10385 (neon_vfma<VH:mode>): New.
10386 (neon_vfms<VH:mode>): New.
10387 (neon_vc<cmp_op><mode>): New.
10388 (neon_vc<cmp_op><mode>_fp16insn): New
10389 (neon_vc<cmp_op_unsp><mode>_fp16insn_unspec): New.
10390 (neon_vca<cmp_op><mode>): New.
10391 (neon_vca<cmp_op><mode>_fp16insn): New.
10392 (neon_vca<cmp_op_unsp><mode>_fp16insn_unspec): New.
10393 (neon_vc<cmp_op>z<mode>): New.
10394 (neon_vabd<mode>): New.
10395 (neon_v<maxmin>f<mode>): New.
10396 (neon_vp<maxmin>fv4hf: New.
10397 (neon_<fmaxmin_op><mode>): New.
10398 (neon_vrecps<mode>): New.
10399 (neon_vrsqrts<mode>): New.
10400 (neon_vrecpe<mode>): New (VH variant).
10401 (neon_vdup_lane<mode>_internal): New.
10402 (neon_vdup_lane<mode>): New.
10403 (neon_vcvt<sup><mode>): New (VCVTHI variant).
10404 (neon_vcvt<sup><mode>): New (VH variant).
10405 (neon_vcvt<sup>_n<mode>): New (VH variant).
10406 (neon_vcvt<sup>_n<mode>): New (VCVTHI variant).
10407 (neon_vcvt<vcvth_op><sup><mode>): New.
10408 (neon_vmul_lane<mode>): New.
10409 (neon_vmul_n<mode>): New.
10410 * config/arm/unspecs.md (UNSPEC_VCALE): New
10411 (UNSPEC_VCALT): New.
10412 (UNSPEC_VFMA_LANE): New.
10413 (UNSPECS_VFMS_LANE): New.
10414
10415 2016-09-23 Dominik Vogt <vogt@linux.vnet.ibm.com>
10416
10417 * config/s390/s390.md ("*extzv<mode>_zEC12", "*extzv<mode>_z10")
10418 ("*extzv<mode><clobbercc_or_nocc>"):
10419 Correct a typo in a comment.
10420 Merged patterns.
10421 ("*insv<mode>_zEC12", "*insv<mode>_z10")
10422 ("*insv<mode><clobbercc_or_nocc>"): Ditto.
10423 ("*insv<mode>_zEC12_appendbitsleft")
10424 ("*insv<mode><clobbercc_or_nocc>_appendbitsleft")
10425 ("*insv<mode>_z10_appendbitsleft"): Ditto.
10426 ("*insv<mode>_zEC12_noshift", "*insv<mode>_z10_noshift")
10427 ("*insv<mode><clobbercc_or_nocc>_noshift"): Ditto.
10428 Provide pattern with operands switched.
10429 ("*pre_z10_extv<mode>"):
10430 Use new subst patterns.
10431 ("*extzvdi<clobbercc_or_nocc>_lshiftrt", "*<risbg_n>_ior_and_sr_ze")
10432 ("*extvsidi<clobbercc_or_nocc>", "*<risbg_n>_and_subregdi_rotr")
10433 ("*<risbg_n>_and_subregdi_rotl", "*<risbg_n>_di_and_rot")
10434 ("*insv_z10_noshift_cc", "*insv_z10_noshift_cconly")
10435 ("*<risbg_n>_<mode>_ior_and_lshiftrt")
10436 ("*<risbg_n>_sidi_ior_and_lshiftrt")
10437 ("*trunc_sidi_and_subreg_lshrt<clobbercc_or_nocc>"):
10438 New patterns.
10439 ("*extzv_<mode>_sll", "*extzv_<mode>_srl")
10440 ("*extzv_<mode>_srl<clobbercc_or_nocc>")
10441 ("*extzv_<mode>_sll<clobbercc_or_nocc>"): Renamed patterns, use risbgn
10442 on zEC12.
10443 ("SINT"): New mode_iterator with SI, HI, QI.
10444 * config/s390/subst.md ("clobbercc_or_nocc_subst", "z10_or_zEC12_cond")
10445 ("clobbercc_or_nocc", "risbg_n"): New constructs for risbg pattern
10446 duplication.
10447
10448 2016-09-23 Dominik Vogt <vogt@linux.vnet.ibm.com>
10449
10450 * config/s390/predicates.md ("contiguous_bitmask_operand"): Adapt to
10451 new interface of s390_contiguous_bitmask_p.
10452 ("contiguous_bitmask_nowrap_operand"): New predicate.
10453 ("*anddi3_cc", "*anddi3_cconly", "*anddi3"): Replace NxxDq with NxxDw.
10454 * config/s390/constraints.md ("NxxDw", "NxxSq"): Adapt to new interface
10455 of s390_contiguous_bitmask_p.
10456 ("NxxDw"): Rename NxxDq constraint to NxxDw.
10457 ("NxxSw"): New constraint.
10458 * config/s390/s390.md ("*andsi3_zarch"): Enable bitmask wraparound.
10459 * config/s390/s390-protos.h (s390_contiguous_bitmask_p): Updated
10460 interface.
10461 (s390_contiguous_bitmask_nowrap_p): Export.
10462 * config/s390/s390.c (s390_contiguous_bitmask_nowrap_p): New name of
10463 former s390_contiguous_bitmask_p.
10464 (s390_contiguous_bitmask_p): Use s390_contiguous_bitmask_nowrap_p to
10465 detect contiguous bit ranges with wraparound. Change signature to
10466 return START and END position instead of POS and LENGTH.
10467 (s390_contiguous_bitmask_vector_p): Remove extra code for continous bit
10468 ranges with wraparound.
10469 (s390_extzv_shift_ok): Use s390_contiguous_bitmask_nowrap_p.
10470 (s390_contiguous_bitmask_vector_p,s390_extzv_shift_ok,print_operand):
10471 Adapt to new signature of s390_contiguous_bitmask_p.
10472
10473 2016-09-23 Bin Cheng <bin.cheng@arm.com>
10474
10475 * tree-vect-loop-manip.c (create_intersect_range_checks_index): New.
10476 (create_intersect_range_checks): New.
10477 (vect_create_cond_for_alias_checks): Call above function.
10478
10479 2016-09-23 Matthew Wahab <matthew.wahab@arm.com>
10480
10481 * config/arm/iterators.md (Code iterators): Fix some white-space
10482 in the comments.
10483 (GLTE): New.
10484 (ABSNEG): New
10485 (FCVT): Moved from vfp.md.
10486 (VCVT_HF_US_N): New.
10487 (VCVT_SI_US_N): New.
10488 (VCVT_HF_US): New.
10489 (VCVTH_US): New.
10490 (FP16_RND): New.
10491 (absneg_str): New.
10492 (FCVTI32typename): Moved from vfp.md.
10493 (sup): Add UNSPEC_VCVTA_S, UNSPEC_VCVTA_U, UNSPEC_VCVTM_S,
10494 UNSPEC_VCVTM_U, UNSPEC_VCVTN_S, UNSPEC_VCVTN_U, UNSPEC_VCVTP_S,
10495 UNSPEC_VCVTP_U, UNSPEC_VCVT_HF_S_N, UNSPEC_VCVT_HF_U_N,
10496 UNSPEC_VCVT_SI_S_N, UNSPEC_VCVT_SI_U_N, UNSPEC_VCVTH_S_N,
10497 UNSPEC_VCVTH_U_N, UNSPEC_VCVTH_S and UNSPEC_VCVTH_U.
10498 (vcvth_op): New.
10499 (fp16_rnd_str): New.
10500 (fp16_rnd_insn): New.
10501 * config/arm/unspecs.md (UNSPEC_VCVT_HF_S_N): New.
10502 (UNSPEC_VCVT_HF_U_N): New.
10503 (UNSPEC_VCVT_SI_S_N): New.
10504 (UNSPEC_VCVT_SI_U_N): New.
10505 (UNSPEC_VCVTH_S): New.
10506 (UNSPEC_VCVTH_U): New.
10507 (UNSPEC_VCVTA_S): New.
10508 (UNSPEC_VCVTA_U): New.
10509 (UNSPEC_VCVTM_S): New.
10510 (UNSPEC_VCVTM_U): New.
10511 (UNSPEC_VCVTN_S): New.
10512 (UNSPEC_VCVTN_U): New.
10513 (UNSPEC_VCVTP_S): New.
10514 (UNSPEC_VCVTP_U): New.
10515 (UNSPEC_VCVTP_S): New.
10516 (UNSPEC_VCVTP_U): New.
10517 (UNSPEC_VRND): New.
10518 (UNSPEC_VRNDA): New.
10519 (UNSPEC_VRNDI): New.
10520 (UNSPEC_VRNDM): New.
10521 (UNSPEC_VRNDN): New.
10522 (UNSPEC_VRNDP): New.
10523 (UNSPEC_VRNDX): New.
10524 * config/arm/vfp.md (<absneg_str>hf2): New.
10525 (neon_vabshf): New.
10526 (neon_v<fp16_rnd_str>hf): New.
10527 (neon_vrndihf): New.
10528 (addhf3): New.
10529 (subhf3): New.
10530 (divhf3): New.
10531 (mulhf3): New.
10532 (*mulsf3neghf_vfp): New.
10533 (*negmulhf3_vfp): New.
10534 (*mulsf3addhf_vfp): New.
10535 (*mulhf3subhf_vfp): New.
10536 (*mulhf3neghfaddhf_vfp): New.
10537 (*mulhf3neghfsubhf_vfp): New.
10538 (fmahf4): New.
10539 (neon_vfmahf): New.
10540 (fmsubhf4_fp16): New.
10541 (neon_vfmshf): New.
10542 (*fnmsubhf4): New.
10543 (*fnmaddhf4): New.
10544 (neon_vsqrthf): New.
10545 (neon_vrsqrtshf): New.
10546 (FCVT): Move to iterators.md.
10547 (FCVTI32typename): Likewise.
10548 (neon_vcvth<sup>hf): New.
10549 (neon_vcvth<sup>si): New.
10550 (neon_vcvth<sup>_nhf_unspec): New.
10551 (neon_vcvth<sup>_nhf): New.
10552 (neon_vcvth<sup>_nsi_unspec): New.
10553 (neon_vcvth<sup>_nsi): New.
10554 (neon_vcvt<vcvth_op>h<sup>si): New.
10555 (neon_<fmaxmin_op>hf): New.
10556
10557 2016-09-23 Dominik Vogt <vogt@linux.vnet.ibm.com>
10558
10559 * config/s390/s390.md (bitoff, bitoff_plus): Neq mode attributes.
10560 ("*extzv<mode>_zEC12", "*insv<mode>_zEC12", "*insv<mode>_z10")
10561 ("*insv<mode>_zEC12_appendbitsleft")
10562 ("*insv<mode>_z10_appendbitsleft", "*r<noxa>sbg_<mode>_sll")
10563 ("*r<noxa>sbg_<mode>_srl"): Use new attributes.
10564
10565 2016-09-23 Jakub Jelinek <jakub@redhat.com>
10566
10567 * ipa-cp.c (ipcp_store_vr_results): Avoid static local var zero.
10568 * sreal.h (sreal::min, sreal::max): Avoid static local vars,
10569 construct values without normalization.
10570 * tree-ssa-sccvn.c (vn_reference_lookup_3): Don't initialize
10571 static local lhs_ops to vNULL.
10572
10573 2016-09-23 Matthew Wahab <matthew.wahab@arm.com>
10574 Jiong Wang <jiong.wang@arm.com>
10575
10576 * config/arm/arm.c (coproc_secondary_reload_class): Make HFmode
10577 available when FP16 instructions are available.
10578 (output_move_vfp): Add support for 16-bit data moves.
10579 (arm_validize_comparison): Fix some white-space. Support HFmode
10580 by conversion to SFmode.
10581 * config/arm/arm.md (truncdfhf2): Fix a comment.
10582 (extendhfdf2): Likewise.
10583 (cstorehf4): New.
10584 (movsicc): Fix some white-space.
10585 (movhfcc): New.
10586 (movsfcc): Fix some white-space.
10587 (*cmovhf): New.
10588 * config/arm/vfp.md (*arm_movhi_vfp): Disable when VFP FP16
10589 instructions are available.
10590 (*thumb2_movhi_vfp): Likewise.
10591 (*arm_movhi_fp16): New.
10592 (*thumb2_movhi_fp16): New.
10593 (*movhf_vfp_fp16): New.
10594 (*movhf_vfp_neon): Disable when VFP FP16 instructions are available.
10595 (*movhf_vfp): Likewise.
10596 (extendhfsf2): Enable when VFP FP16 instructions are available.
10597 (truncsfhf2): Enable when VFP FP16 instructions are available.
10598
10599 2016-09-23 Martin Liska <mliska@suse.cz>
10600
10601 * config/s390/vx-builtins.md: Replace 'adress' with 'address'.
10602
10603 2016-09-23 Matthew Wahab <matthew.wahab@arm.com>
10604
10605 * config/arm/arm.c (arm_evpc_neon_vuzp): Add support for V8HF and
10606 V4HF modes.
10607 (arm_evpc_neon_vtrn): Likewise.
10608 (arm_evpc_neon_vrev): Likewise.
10609 (arm_evpc_neon_vext): Likewise.
10610 * config/arm/arm_neon.h (vbsl_f16): New.
10611 (vbslq_f16): New.
10612 (vdup_n_f16): New.
10613 (vdupq_n_f16): New.
10614 (vdup_lane_f16): New.
10615 (vdupq_lane_f16): New.
10616 (vext_f16): New.
10617 (vextq_f16): New.
10618 (vmov_n_f16): New.
10619 (vmovq_n_f16): New.
10620 (vrev64_f16): New.
10621 (vrev64q_f16): New.
10622 (vtrn_f16): New.
10623 (vtrnq_f16): New.
10624 (vuzp_f16): New.
10625 (vuzpq_f16): New.
10626 (vzip_f16): New.
10627 (vzipq_f16): New.
10628 * config/arm/arm_neon_buillins.def (vdup_n): New (v8hf, v4hf variants).
10629 (vdup_lane): New (v8hf, v4hf variants).
10630 (vext): New (v8hf, v4hf variants).
10631 (vbsl): New (v8hf, v4hf variants).
10632 * config/arm/iterators.md (VDQWH): New.
10633 (VH): New.
10634 (V_double_vector_mode): Add V8HF and V4HF. Fix white-space.
10635 (Scalar_mul_8_16): Fix white-space.
10636 (Is_d_reg): Add V4HF and V8HF.
10637 * config/arm/neon.md (neon_vdup_lane<mode>_internal): New.
10638 (neon_vdup_lane<mode>): New.
10639 (neon_vtrn<mode>_internal): Replace VDQW with VDQWH.
10640 (*neon_vtrn<mode>_insn): Likewise.
10641 (neon_vzip<mode>_internal): Likewise. Also fix white-space.
10642 (*neon_vzip<mode>_insn): Likewise
10643 (neon_vuzp<mode>_internal): Likewise.
10644 (*neon_vuzp<mode>_insn): Likewise
10645 * config/arm/vec-common.md (vec_perm_const<mode>): New.
10646
10647 2016-09-23 Jiong Wang <jiong.wang@arm.com>
10648 Matthew Wahab <matthew.wahab@arm.com>
10649
10650 * config/arm/arm.c (output_move_vfp): Weaken assert to allow HImode.
10651 (arm_hard_regno_mode_ok): Allow HImode values in VFP registers.
10652 * config/arm/arm.md (*movhi_bytes): Disable when VFP registers are
10653 available. Also fix some white-space.
10654 * config/arm/vfp.md (*arm_movhi_vfp): New.
10655 (*thumb2_movhi_vfp): New.
10656
10657 2016-09-23 Matthew Wahab <matthew.wahab@arm.com>
10658
10659 * config/arm/arm-c.c (arm_cpu_builtins): Define
10660 "__ARM_FEATURE_FP16_SCALAR_ARITHMETIC" and
10661 "__ARM_FEATURE_FP16_VECTOR_ARITHMETIC".
10662
10663 2016-09-23 Matthew Wahab <matthew.wahab@arm.com>
10664
10665 * doc/sourcebuild.texi (ARM-specific attributes): Add anchor for
10666 arm_v8_1a_neon_ok. Add entries for arm_v8_2a_fp16_scalar_ok,
10667 arm_v8_2a_fp16_scalar_hw, arm_v8_2a_fp16_neon_ok and
10668 arm_v8_2a_fp16_neon_hw.
10669 (Add options): Add entries for arm_v8_1a_neon, arm_v8_2a_scalar,
10670 arm_v8_2a_neon.
10671
10672 2016-09-23 Matthew Wahab <matthew.wahab@arm.com>
10673
10674 * doc/sourcebuild.texi (ARM-specific attributes): Add entries for
10675 arm_fp16_alternative_ok and arm_fp16_none_ok.
10676
10677 2016-09-23 Martin Liska <mliska@suse.cz>
10678
10679 * ipa-icf.c (sem_variable::merge): Replace adress with address.
10680
10681 2016-09-23 Matthew Wahab <matthew.wahab@arm.com>
10682
10683 * config/arm/arm-arches.def ("armv8.1-a"): Add FL_CRC32.
10684 ("armv8.2-a"): New.
10685 ("armv8.2-a+fp16"): New.
10686 * config/arm/arm-protos.h (FL2_ARCH8_2): New.
10687 (FL2_FP16INST): New.
10688 (FL2_FOR_ARCH8_2A): New.
10689 * config/arm/arm-tables.opt: Regenerate.
10690 * config/arm/arm.c (arm_arch8_2): New.
10691 (arm_fp16_inst): New.
10692 (arm_option_override): Set arm_arch8_2 and arm_fp16_inst. Check
10693 for incompatible fp16-format settings.
10694 * config/arm/arm.h (TARGET_VFP_FP16INST): New.
10695 (TARGET_NEON_FP16INST): New.
10696 (arm_arch8_2): Declare.
10697 (arm_fp16_inst): Declare.
10698 * config/arm/bpabi.h (BE8_LINK_SPEC): Add entries for
10699 march=armv8.2-a and march=armv8.2-a+fp16.
10700 * config/arm/t-aprofile (Arch Matches): Add entries for armv8.2-a
10701 and armv8.2-a+fp16.
10702 * doc/invoke.texi (ARM Options): Add "-march=armv8.1-a",
10703 "-march=armv8.2-a" and "-march=armv8.2-a+fp16".
10704
10705 2016-09-23 Martin Liska <mliska@suse.cz>
10706
10707 * doc/extend.texi: Remove fused-madd from i386 target options.
10708
10709 2016-09-23 Martin Liska <mliska@suse.cz>
10710
10711 * config/i386/i386.c (ix86_valid_target_attribute_inner_p):
10712 Handle movbe.
10713
10714 2016-09-23 Martin Liska <mliska@suse.cz>
10715
10716 * config/i386/i386.c (ix86_valid_target_attribute_inner_p):
10717 Handle crc32.
10718
10719 2016-09-23 Martin Liska <mliska@suse.cz>
10720
10721 PR target/71652
10722 * config/i386/i386.c (ix86_option_override_internal): Change
10723 signature and return false when there's an error related to
10724 arch string.
10725 (release_options_strings): New function.
10726 (ix86_valid_target_attribute_tree): Call the function.
10727
10728 2016-09-23 Jakub Jelinek <jakub@redhat.com>
10729
10730 * hsa-gen.c (hsa_op_immed::hsa_op_immed Use CONSTRUCTOR_NELTS (...)
10731 instead of vec_safe_length (CONSTRUCTOR_ELTS (...)).
10732 (gen_hsa_ctor_assignment): Likewise.
10733 * print-tree.c (print_node): Likewise.
10734 * tree-dump.c (dequeue_and_dump): Likewise.
10735 * tree-sra.c (sra_modify_constructor_assign): Likewise.
10736 * expr.c (store_constructor): Likewise.
10737 * fold-const.c (operand_equal_p): Likewise.
10738 * tree-pretty-print.c (dump_generic_node): Likewise.
10739 * hsa-brig.c (hsa_op_immed::emit_to_buffer): Likewise.
10740 * ipa-icf-gimple.c (func_checker::compare_operand): Likewise.
10741
10742 2016-09-23 Richard Biener <rguenther@suse.de>
10743
10744 * hooks.h (hook_uint_uintp_false): Declare.
10745
10746 2016-09-22 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
10747
10748 * config/avr/avr.c (avr_rtx_costs_1): Handle DImode MULT.
10749 (avr_address_cost): Replace 61 with MAX_LD_OFFSET(mode).
10750
10751 2016-09-22 Martin Sebor <msebor@redhat.com>
10752
10753 PR target/77676
10754 * gimple-ssa-sprintf.c (target_int_min, target_int_max): Use
10755 HOST_BITS_PER_WIDE_INT, make a static local variable auto.
10756 (target_int_min): Correct computation.
10757 (format_integer): Use long long as the argument for the ll length
10758 modifier.
10759 (format_floating): Use target_int_max().
10760 (get_string_length): Same.
10761 (format_string): Avoid setting the bounded flag for strings
10762 of unknown length.
10763 (try_substitute_return_value): Avoid setting range info when
10764 the result isn't bounded.
10765 * varasm.c (assemble_name): Increase buffer size.
10766
10767 2016-09-22 Andre Vieira <andre.simoesdiasvieira@arm.com>
10768 Terry Guo <terry.guo@arm.com>
10769
10770 * target.def (elf_flags_numeric): New target hook.
10771 * targhooks.h (default_asm_elf_flags_numeric): New.
10772 * varasm.c (default_asm_elf_flags_numeric): New.
10773 (default_elf_asm_named_section): Use new target hook.
10774 * config/arm/arm.opt (mpure-code): New.
10775 * config/arm/arm.h (SECTION_ARM_PURECODE): New.
10776 * config/arm/arm.c (arm_asm_init_sections): Add section
10777 attribute to default text section if -mpure-code.
10778 (arm_option_check_internal): Diagnose use of option with
10779 non supported targets and/or options.
10780 (arm_asm_elf_flags_numeric): New.
10781 (arm_function_section): New.
10782 (arm_elf_section_type_flags): New.
10783 * config/arm/elf.h (JUMP_TABLES_IN_TEXT_SECTION): Disable
10784 for -mpure-code.
10785 * doc/texi (TARGET_ASM_ELF_FLAGS_NUMERIC): New.
10786 * doc/texi.in (TARGET_ASM_ELF_FLAGS_NUMERIC): Likewise.
10787
10788 2016-09-22 Jan Hubicka <hubicka@ucw.cz>
10789
10790 * regcprop.c (copyprop_hardreg_forward_1): Remove noop moves.
10791
10792 2016-09-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
10793
10794 * emit-rtl.c (next_cc0_user): Make argument type rtx_insn *.
10795 * rtl.h: Adjust prototype.
10796
10797 2016-09-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
10798
10799 * emit-rtl.c (next_active_insn): Change argument type to rtx_insn *.
10800 (prev_active_insn): Likewise.
10801 (active_insn_p): Likewise.
10802 * rtl.h: Adjust prototypes.
10803 * cfgcleanup.c (merge_blocks_move_successor_nojumps): Adjust.
10804 * config/arc/arc.md: Likewise.
10805 * config/pa/pa.c (branch_to_delay_slot_p): Likewise.
10806 (branch_needs_nop_p): Likewise.
10807 (use_skip_p): Likewise.
10808 * config/sh/sh.c (gen_block_redirect): Likewise.
10809 (split_branches): Likewise.
10810 * reorg.c (optimize_skip): Likewise.
10811 (fill_simple_delay_slots): Likewise.
10812 (fill_slots_from_thread): Likewise.
10813 (relax_delay_slots): Likewise.
10814 * resource.c (mark_target_live_regs): Likewise.
10815
10816 2016-09-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
10817
10818 * config/cris/cris.c (cris_asm_output_case_end): Change argument
10819 type to rtx_insn *.
10820 * emit-rtl.c (next_nonnote_nondebug_insn): Likewise.
10821 (prev_nonnote_nondebug_insn): Likewise.
10822 * config/cris/cris-protos.h: Adjust prototype.
10823 * rtl.h: Likewise.
10824 * jump.c (rtx_renumbered_equal_p): Adjust.
10825
10826 2016-09-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
10827
10828 * emit-rtl.c (prev_real_insn): Change argument type to rtx_insn *.
10829 * rtl.h: Adjust prototype.
10830 * config/sh/sh.md: Adjust.
10831 * dwarf2out.c (add_var_loc_to_decl): Likewise.
10832
10833 2016-09-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
10834
10835 * emit-rtl.c (next_nondebug_insn): Change argument type to rtx_insn *.
10836 (prev_nondebug_insn): Likewise.
10837 * loop-doloop.c (doloop_condition_get): Likewise.
10838 * rtl.h: Adjust prototype.
10839 * cfgloop.h: Likewise.
10840
10841 2016-09-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
10842
10843 * emit-rtl.c (next_nonnote_insn): Change argument type to rtx_insn *.
10844 (prev_nonnote_insn): Likewise.
10845 * jump.c (reversed_comparison_code_parts): Likewise.
10846 (reversed_comparison): Likewise.
10847 * rtl.h: Adjust prototypes.
10848 * config/arc/arc.md: Adjust.
10849 * cse.c (find_comparison_args): Likewise.
10850 * reorg.c (redundant_insn): Change return type to rtx_insn *.
10851 (fix_reg_dead_note): Change argument type to rtx_insn *.
10852 (delete_prior_computation): Likewise.
10853 (delete_computation): Likewise.
10854 (fill_slots_from_thread): Adjust.
10855 (relax_delay_slots): Likewise.
10856 * simplify-rtx.c (simplify_unary_operation_1): Likewise.
10857 (simplify_relational_operation_1): Likewise.
10858 (simplify_ternary_operation): Likewise.
10859
10860 2016-09-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
10861
10862 * config/arc/arc-protos.h (arc_label_align): Change type of
10863 variables from rtx to rtx_insn *.
10864 * config/arc/arc.c (arc_label_align): Likewise.
10865 * config/arm/arm.c (any_sibcall_could_use_r3): Likewise.
10866 * config/bfin/bfin.c (workaround_speculation): Likewise.
10867 * config/c6x/c6x.c (find_next_cycle_insn): Likewise.
10868 (find_last_same_clock): Likewise.
10869 (reorg_split_calls): Likewise.
10870 * config/cris/cris-protos.h (cris_cc0_user_requires_cmp): Likewise.
10871 * config/cris/cris.c (cris_cc0_user_requires_cmp): Likewise.
10872 * config/h8300/h8300-protos.h (same_cmp_preceding_p): Likewise.
10873 (same_cmp_following_p): Likewise.
10874 * config/h8300/h8300.c (same_cmp_preceding_p): Likewise.
10875 (same_cmp_following_p): Likwise.
10876 * config/m32r/m32r.c (m32r_expand_epilogue): Likewise.
10877 * config/nds32/nds32-protos.h (nds32_target_alignment): Likewise.
10878 * config/nds32/nds32.c (nds32_target_alignment): Likewise.
10879 * config/rl78/rl78.c (rl78_alloc_physical_registers_op2): Likewise.
10880 (rl78_alloc_physical_registers_cmp): Likewise.
10881 (rl78_alloc_physical_registers_umul): Likewise.
10882 (rl78_calculate_death_notes): Likewise.
10883 * config/s390/s390-protos.h (s390_label_align): Likewise.
10884 * config/s390/s390.c (s390_label_align): Likewise.
10885 * config/sh/sh.c (barrier_align): Likewise.
10886 * config/sparc/sparc-protos.h (emit_cbcond_nop): Likewise.
10887 * config/sparc/sparc.c (sparc_asm_function_epilogue): Likewise.
10888 (emit_cbcond_nop): Likewise.
10889
10890 2016-09-22 Martin Liska <mliska@suse.cz>
10891
10892 PR ipa/77653
10893 * ipa-icf.c (sem_variable::merge): Yield merge operation if
10894 alias address matters, not necessarily address of original.
10895
10896 2016-09-22 Richard Biener <rguenther@suse.de>
10897
10898 PR middle-end/77697
10899 * gimple-fold.c (fold_array_ctor_reference): Turn asserts into
10900 fold fails.
10901
10902 2016-09-22 Richard Biener <rguenther@suse.de>
10903
10904 PR middle-end/77677
10905 * gimple-match-head.c (gimple_resimplify1): Drop TREE_OVERFLOW
10906 from constant folding results.
10907 (gimple_resimplify2): Likewise.
10908 (gimple_resimplify3): Likewise.
10909
10910 2016-09-22 Richard Biener <rguenther@suse.de>
10911
10912 PR middle-end/77678
10913 * expr.c (expand_expr_real_1): Guard array access against negative
10914 offset.
10915
10916 2016-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10917
10918 * gimple-ssa-sprintf.c (format_floating_max): Use GMP_RNDN instead
10919 of MPFR_RNDN.
10920 (format_floating): Likewise.
10921
10922 2016-09-22 Jakub Jelinek <jakub@redhat.com>
10923
10924 PR fortran/77665
10925 * tree-inline.c (remap_gimple_stmt): Set has_simduid_loops
10926 for all IFN_GOMP_SIMD_* internal fns, not just for
10927 IFN_GOMP_SIMD_ORDERED_*.
10928
10929 2016-09-21 Michael Meissner <meissner@linux.vnet.ibm.com>
10930
10931 PR target/77670
10932 * config/rs6000/predicates.md (invert_fpmask_comparison_operator):
10933 New predicate that matches the ISA 3.0 XSCMP{EQ,GT,GE}DP
10934 instructions when you want to invert the test.
10935 * config/rs6000/rs6000.md (fpmask<mode>): Use the arguments in the
10936 correct order for XXSEL.
10937 (mov<SFDF:mode><SFDF2:mode>cc_invert_p9): Define the inverted test
10938 for using XSCMP{EQ,GT,GE}DP.
10939
10940 2016-09-21 David Malcolm <dmalcolm@redhat.com>
10941
10942 * genconstants.c (main): Introduce noop_reader and convert call
10943 to read_md_files to a method call.
10944 * genenums.c (main): Likewise.
10945 * genmddeps.c (main): Likewise.
10946 * genpreds.c (write_tm_constrs_h): Replace use of "in_fname" with
10947 rtx_reader_ptr->get_top_level_filename ().
10948 (write_tm_preds_h): Likewise.
10949 (write_insn_preds_c): Likewise.
10950 * gensupport.c (class gen_reader): New subclass of rtx_reader.
10951 (rtx_handle_directive): Convert to...
10952 (gen_reader::handle_unknown_directive): ...this.
10953 (init_rtx_reader_args_cb): Convert return type from bool to
10954 rtx_reader *. Create a gen_reader instance, using it for the
10955 call to read_md_files. Return it if no errors occur.
10956 (init_rtx_reader_args): Convert return type from bool to
10957 rtx_reader *.
10958 * gensupport.h (init_rtx_reader_args_cb): Likewise.
10959 (init_rtx_reader_args_cb): Likewise.
10960 * read-md.c (struct file_name_list): Move to class rtx_reader.
10961 (read_md_file): Delete in favor of rtx_reader::m_read_md_file.
10962 (read_md_filename): Delete in favor of
10963 rtx_reader::m_read_md_filename.
10964 (read_md_lineno): Delete in favor of rtx_reader::m_read_md_lineno.
10965 (in_fname): Delete in favor of rtx_reader::m_toplevel_fname.
10966 (base_dir): Delete in favor of rtx_reader::m_base_dir.
10967 (first_dir_md_include): Delete in favor of
10968 rtx_reader::m_first_dir_md_include.
10969 (last_dir_md_include_ptr): Delete in favor of
10970 rtx_reader::m_last_dir_md_include_ptr.
10971 (max_include_len): Delete.
10972 (rtx_reader_ptr): New.
10973 (fatal_with_file_and_line): Use get_filename and get_lineno
10974 accessors of rtx_reader_ptr.
10975 (require_char_ws): Likewise.
10976 (rtx_reader::read_char): New method, based on ::read_char.
10977 (rtx_reader::unread_char): New method, based on ::unread_char.
10978 (read_escape): Use get_filename and get_lineno accessors of
10979 rtx_reader_ptr.
10980 (read_braced_string): Use get_lineno accessor of rtx_reader_ptr.
10981 (read_string): Use get_filename and get_lineno accessors of
10982 rtx_reader_ptr.
10983 (rtx_reader::rtx_reader): New ctor.
10984 (rtx_reader::~rtx_reader): New dtor.
10985 (handle_include): Convert from a function to...
10986 (rtx_reader::handle_include): ...this method, converting
10987 handle_directive from a callback to a virtual function.
10988 (handle_file): Likewise, converting to...
10989 (rtx_reader::handle_file): ...this method.
10990 (handle_toplevel_file): Likewise, converting to...
10991 (rtx_reader::handle_toplevel_file): ...this method.
10992 (rtx_reader::get_current_location): New method.
10993 (parse_include): Convert from a function to...
10994 (rtx_reader::add_include_path): ...this method, dropping redundant
10995 update to unused max_include_len.
10996 (read_md_files): Convert from a function to...
10997 (rtx_reader::read_md_files): ...this method, converting
10998 handle_directive from a callback to a virtual function.
10999 (noop_reader::handle_unknown_directive): New method.
11000 * read-md.h (directive_handler_t): Delete this typedef.
11001 (in_fname): Delete.
11002 (read_md_file): Delete.
11003 (read_md_lineno): Delete.
11004 (read_md_filename): Delete.
11005 (class rtx_reader): New class.
11006 (rtx_reader_ptr): New decl.
11007 (class noop_reader): New subclass of rtx_reader.
11008 (read_char): Reimplement in terms of rtx_reader::read_char.
11009 (unread_char): Reimplement in terms of rtx_reader::unread_char.
11010 (read_md_files): Delete.
11011 * read-rtl.c (read_rtx_code): Update for deletion of globals
11012 read_md_filename and read_md_lineno.
11013
11014 2016-09-21 Jason Merrill <jason@redhat.com>
11015
11016 * input.h (from_macro_definition_at): New.
11017
11018 2016-09-21 Segher Boessenkool <segher@kernel.crashing.org>
11019
11020 * doc/rtl.texi (JUMP_LABEL): Document RETURN and SIMPLE_RETURN values.
11021
11022 2016-09-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
11023
11024 PR tree-optimization/77550
11025 * tree-vect-stmts.c (create_array_ref): Change parameters.
11026 (get_group_alias_ptr_type): New function.
11027 (vectorizable_store, vectorizable_load): Use get_group_alias_ptr_type.
11028
11029 2016-09-21 Marek Polacek <polacek@redhat.com>
11030
11031 * gimple-ssa-sprintf.c (pass_sprintf_length::compute_format_length):
11032 Add falls through comment.
11033
11034 2016-09-21 Richard Biener <rguenther@suse.de>
11035
11036 * dwarf2out.c (remove_child_with_prev): Clear child->die_sib.
11037 (replace_child): Likewise.
11038 (remove_child_TAG): Adjust.
11039 (move_marked_base_types): Likewise.
11040 (prune_unused_types_prune): Clear die_sib of removed children.
11041
11042 2016-09-21 Georg-Johann Lay <avr@gjlay.de>
11043
11044 PR target/77326
11045 * config/avr/avr.c (avr_notice_update_cc) [CC_NONE]: If insn
11046 touches some regs mentioned in cc_status, do CC_STATUS_INIT.
11047
11048 2016-09-21 Richard Biener <rguenther@suse.de>
11049
11050 PR tree-optimization/77648
11051 * tree-ssa-structalias.c (process_constraint): Handle all DEREF
11052 with complex RHS.
11053 (make_transitive_closure_constraints): Adjust comment.
11054 (make_any_offset_constraints): New function.
11055 (handle_rhs_call): Make sure to first expand a pointer to all
11056 subfields before transitively closing it.
11057 (handle_const_call): Likewise. Properly expand returned
11058 pointers as well.
11059 (handle_pure_call): Likewise.
11060
11061 2016-09-21 Richard Biener <rguenther@suse.de>
11062 Jakub Jelinek <jakub@redhat.com>
11063
11064 PR tree-optimization/77621
11065 * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Split
11066 group at non-vectorizable stmts.
11067
11068 2016-09-21 Kugan Vivekanandarajah <kuganv@linaro.org>
11069
11070 PR tree-optimization/72835
11071 * tree-ssa-reassoc.c (make_new_ssa_for_def): New.
11072 (make_new_ssa_for_all_defs): Likewise.
11073 (zero_one_operation): Replace all SSA_NAMEs defined in the chain.
11074
11075 2016-09-20 Martin Sebor <msebor@redhat.com>
11076
11077 PR middle-end/49905
11078 * Makefile.in (OBJS): Add gimple-ssa-sprintf.o.
11079 * config/linux.h (TARGET_PRINTF_POINTER_FORMAT): Redefine.
11080 * config/linux.c (gnu_libc_printf_pointer_format): New function.
11081 * config/sol2.h (TARGET_PRINTF_POINTER_FORMAT): Same.
11082 * config/sol2.c (solaris_printf_pointer_format): New function.
11083 * doc/invoke.texi (-Wformat-length, -fprintf-return-value): New
11084 options.
11085 * doc/tm.texi.in (TARGET_PRINTF_POINTER_FORMAT): Document.
11086 * doc/tm.texi: Regenerate.
11087 * gimple-fold.h (get_range_strlen): New function.
11088 (get_maxval_strlen): Declare existing function.
11089 * gimple-fold.c (get_range_strlen): Add arguments and compute both
11090 maximum and minimum.
11091 (get_range_strlen): Define overload.
11092 (get_maxval_strlen): Adjust.
11093 * gimple-ssa-sprintf.c: New file and pass.
11094 * passes.def (pass_sprintf_length): Add new pass.
11095 * targhooks.h (default_printf_pointer_format): Declare new function.
11096 (gnu_libc_printf_pointer_format): Same.
11097 (solaris_libc_printf_pointer_format): Same.
11098 * targhooks.c (default_printf_pointer_format): Define new function.
11099 * tree-pass.h (make_pass_sprintf_length): Declare new function.
11100 * print-tree.c: Increase buffer size.
11101
11102 2016-09-21 Kugan Vivekanandarajah <kuganv@linaro.org>
11103
11104 * tree-vrp.c (get_value_range): Teach PARM_DECL to use ipa-vrp results.
11105
11106 2016-09-21 Kugan Vivekanandarajah <kuganv@linaro.org>
11107
11108 * common.opt: New option -fipa-vrp.
11109 * ipa-cp.c (ipa_get_vr_lat): New.
11110 (ipcp_vr_lattice::print): Likewise.
11111 (print_all_lattices): Call ipcp_vr_lattice::print.
11112 (ipcp_vr_lattice::meet_with): New.
11113 (ipcp_vr_lattice::meet_with_1): Likewise.
11114 (ipcp_vr_lattice::top_p): Likewise.
11115 (ipcp_vr_lattice::bottom_p): Likewsie.
11116 (ipcp_vr_lattice::set_to_bottom): Likewise.
11117 (set_all_contains_variable): Call VR set_to_bottom.
11118 (initialize_node_lattices): Init VR lattices.
11119 (propagate_vr_accross_jump_function): New.
11120 (propagate_constants_accross_call): Call
11121 propagate_vr_accross_jump_function.
11122 (ipcp_store_vr_results): New.
11123 (ipcp_driver): Handle VR.
11124 * ipa-prop.c (ipa_print_node_jump_functions_for_edge): Handle VR.
11125 (ipa_set_jf_unknown): Likewise.
11126 (ipa_compute_jump_functions_for_edge): Likewise.
11127 (ipa_node_params_t::duplicate): Likewise.
11128 (ipa_write_jump_function): Likewise.
11129 (ipa_read_jump_function): Likewise.
11130 (write_ipcp_transformation_info): Likewise.
11131 (read_ipcp_transformation_info): Likewise.
11132 (ipcp_update_vr): New.
11133 (ipcp_transform_function): Handle VR.
11134 * ipa-prop.h (struct ipa_vr): New.
11135 * cgraph.c: Include tree-vrp.h.
11136 * cgraphunit.c: Likewise.
11137 * ipa-utils.c: Likewise.
11138 * ipa.c: Likewise.
11139 * opts.c: Likewise.
11140 * toplev.c: Likewise.
11141 * ipa-devirt.c: Likewise.
11142 * ipa-inline-transform.c: Likewise.
11143 * ipa-inline.c: Likewise.
11144 * ipa-profile.c: Likewise.
11145
11146 2016-09-21 Kugan Vivekanandarajah <kuganv@linaro.org>
11147
11148 * doc/invoke.texi: Document -fdump-tree-evrp.
11149 * passes.def: Define new pass_early_vrp.
11150 * timevar.def: Define new TV_TREE_EARLY_VRP.
11151 * tree-pass.h (make_pass_early_vrp): New.
11152 * tree-ssa-propagate.c: Make replace_uses_in non static.
11153 * tree-ssa-propagate.h: Export replace_uses_in.
11154 * tree-vrp.c (extract_range_for_var_from_comparison_expr): New.
11155 (extract_range_from_assert): Factor out
11156 extract_range_for_var_from_comparison_expr.
11157 (vrp_initialize_lattice): New.
11158 (vrp_initialize): Factor out vrp_initialize_lattice.
11159 (vrp_valueize): Fix it to reject complex value ranges.
11160 (vrp_free_lattice): New.
11161 (evrp_dom_walker::before_dom_children): Likewise.
11162 (evrp_dom_walker::after_dom_children): Likewise.
11163 (evrp_dom_walker::push_value_range): Likewise.
11164 (evrp_dom_walker::pop_value_range): Likewise.
11165 (execute_early_vrp): Likewise.
11166 (execute_vrp): Call vrp_initialize_lattice and vrp_free_lattice.
11167 (make_pass_early_vrp): New.
11168
11169 2016-09-20 Uros Bizjak <ubizjak@gmail.com>
11170
11171 * config/i386/i386.md (mult->ashift peephole2s): Use pow2p_hwi
11172 instead of exact_log2.
11173
11174 2016-09-20 Uros Bizjak <ubizjak@gmail.com>
11175
11176 PR target/77621
11177 * config/i386/i386.c (ix86_preferred_simd_mode) <case DFmode>:
11178 Don't return word_mode for !TARGET_VECTORIZE_DOUBLE.
11179 (ix86_add_stmt_cost): Penalize DFmode vector operations
11180 for !TARGET_VECTORIZE_DOUBLE.
11181
11182 2016-09-20 Gerald Pfeifer <gerald@pfeifer.com>
11183
11184 * doc/invoke.texi (Warning Options): Simplify language.
11185 (Optimize Options): Complete sentence.
11186
11187 2016-09-20 David Edelsohn <dje.gcc@gmail.com>
11188
11189 * dbxout.c (xcoff_debug_hooks): Add filename parameter to
11190 early_finish hook.
11191
11192 2016-09-20 Michael Meissner <meissner@linux.vnet.ibm.com>
11193
11194 PR target/71395
11195 * config/rs6000/rs6000.c (rs6000_expand_vector_init): For V4SF
11196 inits on power8 and above, use the VMRGEW instruction instead of a
11197 permute.
11198
11199 * config/rs6000/altivec.md (UNSPEC_VMRGEW_DIRECT): New unspec.
11200 (p8_vmrgew_v4sf_direct): New VMRGEW insn for V4SF floating
11201 initialization.
11202
11203 2016-09-20 Tamar Christina <tamar.christina@arm.com>
11204
11205 * config/aarch64/arm_neon.h
11206 (vst2_s64, vst2_u64, vst2_f64, vst2_s8): Add missing attributes.
11207 (vst3_s64, vst3_u64, vst3_f64, vst3_s8): Likewise.
11208 (vst4_s64, vst4_u64, vst4_f64, vst4_s8): Likewise.
11209
11210 2016-09-20 Bernd Edlinger <bernd.edlinger@hotmail.de>
11211
11212 * config/var/vax.h (ELIMINABLE_REGS): Define.
11213 (INITIAL_ELIMINATION_OFFSET): Define.
11214
11215 2016-09-20 Jakub Jelinek <jakub@redhat.com>
11216
11217 PR middle-end/77624
11218 * builtins.c (fold_builtin_atomic_always_lock_free): Only look through
11219 cast to void * if the cast is from some other pointer type.
11220
11221 2016-09-20 Richard Biener <rguenther@suse.de>
11222
11223 PR tree-optimization/77646
11224 * tree-ssa-sccvn.c (visit_reference_op_call): Always value-number
11225 a VDEF.
11226
11227 2016-09-20 Tamar Christina <tamar.christina@arm.com>
11228
11229 * config/aarch64/arm_neon.h: Add gnu_inline and artificial
11230 attributes to all inlined functions and make them extern.
11231
11232 2016-09-20 Richard Biener <rguenther@suse.de>
11233
11234 * debug.h (gcc_debug_hooks): Add filename parameter to early_finish
11235 hook.
11236 * debug.c (do_nothing_debug_hooks): Adjust.
11237 * dbxout.c (dbx_debug_hooks): Likewise.
11238 * sdbout.c (sdb_debug_hooks): Likewise.
11239 * dwarf2out.c (dwarf2_lineno_debug_hooks): Likewise.
11240 (dwarf2out_finish): Move producer, filename and
11241 path annotation ...
11242 (dwarf2out_early_finish): ... here. Remove in_lto_p special-casing.
11243 * cgraphunit.c (symbol_table::finalize_compilation_unit): Adjust.
11244
11245 2016-09-19 Bernd Edlinger <bernd.edlinger@hotmail.de>
11246
11247 PR c++/77434
11248 * doc/invoke.texi: Document -Wint-in-bool-context.
11249
11250 PR middle-end/77421
11251 * dwarf2out.c (output_loc_operands): Fix an assertion.
11252
11253 2016-09-19 Joseph Myers <joseph@codesourcery.com>
11254
11255 * ginclude/float.h [__STDC_WANT_IEC_60559_BFP_EXT__]
11256 (CR_DECIMAL_DIG): New macro.
11257
11258 2016-09-19 Joseph Myers <joseph@codesourcery.com>
11259
11260 * ginclude/stddef.h (max_align_t) [__i386__]: Add __float128
11261 element.
11262
11263 2016-09-19 Vladimir Makarov <vmakarov@redhat.com>
11264
11265 PR rtl-optimization/77416
11266 * lra-remat.c (operand_to_remat): Process hard coded insn
11267 registers.
11268
11269 2016-09-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11270
11271 * simplify-rtx.c (simplify_relational_operation_1): Add transformation
11272 (GTU (PLUS a C) (C - 1)) --> (LTU a -C).
11273
11274 2016-09-19 Segher Boessenkool <segher@kernel.crashing.org>
11275
11276 * target.def (lra_p): Wordsmithing.
11277 * doc/tm.texi: Regenerate.
11278
11279 2016-09-19 Jakub Jelinek <jakub@redhat.com>
11280 Jan Hubicka <jh@suse.cz>
11281
11282 PR target/77587
11283 * cgraph.c (cgraph_node::rtl_info): Pass &avail to
11284 ultimate_alias_target call, return NULL if avail < AVAIL_AVAILABLE.
11285 Call ultimate_alias_target just once, not up to 4 times.
11286
11287 2016-09-19 Richard Biener <rguenther@suse.de>
11288
11289 * dwarf2out.c (early_dwarf_finished): New global.
11290 (set_early_dwarf::set_early_dwarf): Assert early_dwarf_finished
11291 is false.
11292 (dwarf2out_early_finish): Set early_dwarf_finished at the end,
11293 if called from LTO exit early.
11294 (dwarf2out_late_global_decl): When being during the early
11295 debug phase do not add locations but only const value attributes.
11296 Adjust the way we generate early DIEs for LTO.
11297
11298 2016-09-19 Richard Biener <rguenther@suse.de>
11299
11300 PR middle-end/77605
11301 * tree-data-ref.c (analyze_subscript_affine_affine): Use the
11302 proper niter to bound the loops.
11303
11304 2016-09-19 Richard Biener <rguenther@suse.de>
11305
11306 PR tree-optimization/77514
11307 * tree-ssa-pre.c (create_expression_by_pieces): Optimize
11308 search for folded stmt.
11309
11310 2016-09-17 Jan Hubicka <hubicka@ucw.cz>
11311
11312 * passes.def (pass_early_thread_jumps): Schedule after forwprop.
11313 * tree-pass.h (make_pass_early_thread_jumps): Declare.
11314 * tree-ssa-threadbackward.c (fsm_find_thread_path,
11315 fsm_find_thread_path, profitable_jump_thread_path,
11316 fsm_find_control_statement_thread_paths,
11317 find_jump_threads_backwards): Add speed_p parameter.
11318 (pass_data_early_thread_jumps): New pass.
11319 (make_pass_early_thread_jumps): New function.
11320
11321 2016-09-17 Andreas Schwab <schwab@suse.de>
11322
11323 * config/ia64/ia64.h (ASM_OUTPUT_DWARF_OFFSET): Add cast.
11324 * config/i386/cygming.h (ASM_OUTPUT_DWARF_OFFSET): Likewise.
11325
11326 2016-09-16 Eric Botcazou <ebotcazou@adacore.com>
11327
11328 * recog.c (rest_of_handle_split_after_reload): Delete.
11329 (pass_split_after_reload::gate): New method.
11330 (pass_split_after_reload::execute): Call split_all_insns directly.
11331
11332 2016-09-16 Jonathan Wakely <jwakely@redhat.com>
11333
11334 * doc/extend.texi (Integer Overflow Builtins): Fix type of out
11335 parameters for functions taking long long arguments.
11336
11337 2016-09-16 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
11338
11339 PR target/77613
11340 * config/rs6000/rs6000.c (rtx_is_swappable_p): Add support for
11341 splat with truncate.
11342
11343 2016-09-16 Jason Merrill <jason@redhat.com>
11344
11345 * hwint.h (least_bit_hwi, pow2_or_zerop, pow2p_hwi, ctz_or_zero):
11346 New.
11347 * hwint.c (exact_log2): Use pow2p_hwi.
11348 (ctz_hwi, ffs_hwi): Use least_bit_hwi.
11349 * alias.c (memrefs_conflict_p): Use pow2_or_zerop.
11350 * builtins.c (get_object_alignment_2, get_object_alignment)
11351 (get_pointer_alignment, fold_builtin_atomic_always_lock_free): Use
11352 least_bit_hwi.
11353 * calls.c (compute_argument_addresses, store_one_arg): Use
11354 least_bit_hwi.
11355 * cfgexpand.c (expand_one_stack_var_at): Use least_bit_hwi.
11356 * combine.c (force_to_mode): Use least_bit_hwi.
11357 (contains_muldiv, find_split_point, combine_simplify_rtx)
11358 (simplify_if_then_else, simplify_set, force_to_mode)
11359 (if_then_else_cond, simplify_and_const_int_1)
11360 (simplify_compare_const): Use pow2p_hwi.
11361 * cse.c (fold_rtx): Use pow2p_hwi.
11362 * emit-rtl.c (set_mem_attributes_minus_bitpos, adjust_address_1):
11363 Use least_bit_hwi.
11364 * expmed.c (synth_mult, expand_divmod): Use ctz_or_zero, ctz_hwi.
11365 (init_expmed_one_conv): Use pow2p_hwi.
11366 * expr.c (is_aligning_offset): Use pow2p_hwi.
11367 * fold-const.c (round_up_loc, round_down_loc): Use pow2_or_zerop.
11368 (fold_binary_loc): Use pow2p_hwi.
11369 * function.c (assign_parm_find_stack_rtl): Use least_bit_hwi.
11370 * gimple-fold.c (gimple_fold_builtin_memory_op): Use pow2p_hwi.
11371 * gimple-ssa-strength-reduction.c (replace_ref): Use least_bit_hwi.
11372 * hsa-gen.c (gen_hsa_addr_with_align, hsa_bitmemref_alignment):
11373 Use least_bit_hwi.
11374 * ifcvt.c (noce_try_store_flag_constants): Use pow2p_hwi.
11375 * ipa-cp.c (ipcp_alignment_lattice::meet_with_1): Use least_bit_hwi.
11376 * ipa-prop.c (ipa_modify_call_arguments): Use least_bit_hwi.
11377 * omp-low.c (oacc_loop_fixed_partitions)
11378 (oacc_loop_auto_partitions): Use least_bit_hwi.
11379 * rtlanal.c (nonzero_bits1): Use ctz_or_zero.
11380 * stor-layout.c (place_field): Use least_bit_hwi.
11381 * tree-pretty-print.c (dump_generic_node): Use pow2p_hwi.
11382 * tree-sra.c (build_ref_for_offset): Use least_bit_hwi.
11383 * tree-ssa-ccp.c (ccp_finalize): Use least_bit_hwi.
11384 * tree-ssa-math-opts.c (bswap_replace): Use least_bit_hwi.
11385 * tree-ssa-strlen.c (handle_builtin_memcmp): Use pow2p_hwi.
11386 * tree-vect-data-refs.c (vect_analyze_group_access_1)
11387 (vect_grouped_store_supported, vect_grouped_load_supported)
11388 (vect_permute_load_chain, vect_shift_permute_load_chain)
11389 (vect_transform_grouped_load): Use pow2p_hwi.
11390 * tree-vect-generic.c (expand_vector_divmod): Use ctz_or_zero.
11391 * tree-vect-patterns.c (vect_recog_divmod_pattern): Use ctz_or_zero.
11392 * tree-vect-stmts.c (vectorizable_mask_load_store): Use
11393 least_bit_hwi.
11394 * tsan.c (instrument_expr): Use least_bit_hwi.
11395 * var-tracking.c (negative_power_of_two_p): Use pow2_or_zerop.
11396
11397 2016-09-16 Andreas Schwab <schwab@suse.de>
11398
11399 * config/ia64/ia64.h (ASM_OUTPUT_DWARF_OFFSET): Use parameter
11400 OFFSET, not offset.
11401 * config/i386/cygming.h (ASM_OUTPUT_DWARF_OFFSET): Likewise.
11402
11403 2016-09-16 Jakub Jelinek <jakub@redhat.com>
11404
11405 PR target/77526
11406 * combine.c (rest_of_handle_combine): If any edges have been purged,
11407 free dominators if available.
11408
11409 2016-09-16 Jakub Jelinek <jakub@redhat.com>
11410 Eric Botcazou <ebotcazou@adacore.com>
11411
11412 PR middle-end/77594
11413 * internal-fn.c (expand_arith_overflow) <case MINUS_EXPR>: Don't fall
11414 through into expand_addsub_overflow after expand_neg_overflow.
11415
11416 2016-09-15 David Malcolm <dmalcolm@redhat.com>
11417
11418 * diagnostic-show-locus.c
11419 (selftest::test_fixit_insert_containing_newline): New function.
11420 (selftest::test_fixit_replace_containing_newline): New function.
11421 (selftest::diagnostic_show_locus_c_tests): Call the above.
11422
11423 2016-09-15 Bin Cheng <bin.cheng@arm.com>
11424
11425 PR tree-optimization/77503
11426 * tree-vect-loop.c (vectorizable_reduction): Record reduction
11427 code for CONST_COND_REDUCTION at analysis stage and use it at
11428 transform stage.
11429 * tree-vectorizer.h (struct _stmt_vec_info): New field.
11430 (STMT_VINFO_VEC_CONST_COND_REDUC_CODE): New macro.
11431 * tree-vect-stmts.c (new_stmt_vec_info): Initialize above new
11432 field.
11433
11434 2016-09-15 Richard Biener <rguenther@suse.de>
11435
11436 PR middle-end/77544
11437 * fold-const.c (split_tree): Do not split constant ~X.
11438
11439 2016-09-15 Jakub Jelinek <jakub@redhat.com>
11440
11441 PR rtl-optimization/77425
11442 * sched-int.h (sd_iterator_cond): Don't update it_ptr->linkp if list
11443 is NULL.
11444
11445 PR middle-end/77475
11446 * config/i386/i386.c (ix86_parse_stringop_strategy_string): Simplify,
11447 use %qs instead of %s where desirable, use argument instead of arg in
11448 the diagnostic wording, add list of supported strategies and
11449 spellcheck hint.
11450 (ix86_option_override_internal): Emit target("m...") instead of
11451 option("m...") in the diagnostic. Use %qs instead of %s in invalid
11452 -march/-mtune option diagnostic. Add list of supported arches/tunings
11453 and spellcheck hint. Remove prefix, suffix and sw variables, use
11454 main_args_p ? "..." : "..." in diagnostics to make translation
11455 possible.
11456
11457 2016-09-15 Richard Biener <rguenther@suse.de>
11458
11459 * dwarf2asm.h (dw2_asm_output_offset): Add overload with
11460 extra offset argument.
11461 * dwarf2asm.c (dw2_asm_output_offset): Implement that.
11462 * doc/tm.texi.in (ASM_OUTPUT_DWARF_OFFSET): Adjust documentation
11463 to reflect new offset parameter.
11464 * doc/tm.texi: Regenerate.
11465 * config/darwin.h (ASM_OUTPUT_DWARF_OFFSET): Adjust.
11466 * config/darwin-protos.h (darwin_asm_output_dwarf_delta): Add
11467 offset argument.
11468 (darwin_asm_output_dwarf_offset): Likewise.
11469 * config/darwin.c (darwin_asm_output_dwarf_delta): Add offset
11470 argument.
11471 (darwin_asm_output_dwarf_offset): Pass offset argument through.
11472 * config/ia64/ia64.h (ASM_OUTPUT_DWARF_OFFSET): Adjust.
11473 * config/i386/cygmin.h (ASM_OUTPUT_DWARF_OFFSET): Likewise.
11474
11475 2016-09-15 Chung-Lin Tang <cltang@codesourcery.com>
11476
11477 PR fortran/72743
11478 * ipa-icf.c (set_alias_uids): New function.
11479 (sem_variable::merge): Use set_alias_uids to set DECL_PT_UID of
11480 all the merged variable's referring aliases.
11481
11482 2016-09-15 Richard Biener <rguenther@suse.de>
11483
11484 PR tree-optimization/77514
11485 * tree-ssa-pre.c (create_expression_by_pieces): Handle garbage
11486 only forced_stmts sequence.
11487
11488 2016-09-15 Kugan Vivekanandarajah <kuganv@linaro.org>
11489
11490 * tree-ssanames.h (FOR_EACH_SSA_NAME): New.
11491 * cfgexpand.c (update_alias_info_with_stack_vars): Use
11492 FOR_EACH_SSA_NAME to iterate over SSA variables.
11493 (pass_expand::execute): Likewise.
11494 * omp-simd-clone.c (ipa_simd_modify_function_body): Likewise.
11495 * tree-cfg.c (dump_function_to_file): Likewise.
11496 * tree-into-ssa.c (pass_build_ssa::execute): Likewise.
11497 (update_ssa): Likewise.
11498 * tree-ssa-alias.c (dump_alias_info): Likewise.
11499 * tree-ssa-ccp.c (ccp_finalize): Likewise.
11500 * tree-ssa-coalesce.c (build_ssa_conflict_graph): Likewise.
11501 (create_outofssa_var_map): Likewise.
11502 (coalesce_ssa_name): Likewise.
11503 * tree-ssa-operands.c (dump_immediate_uses): Likewise.
11504 * tree-ssa-pre.c (compute_avail): Likewise.
11505 * tree-ssa-sccvn.c (init_scc_vn): Likewise.
11506 (scc_vn_restore_ssa_info): Likewise.
11507 (free_scc_vn): Likwise.
11508 (run_scc_vn): Likewise.
11509 * tree-ssa-structalias.c (compute_points_to_sets): Likewise.
11510 * tree-ssa-ter.c (new_temp_expr_table): Likewise.
11511 * tree-ssa-copy.c (fini_copy_prop): Likewise.
11512 * tree-ssa.c (verify_ssa): Likewise.
11513
11514 2016-09-14 Matthew Fortune <matthew.fortune@imgtec.com>
11515
11516 * config.gcc (mips*-mti-elf*, mips*-mti-linux*): Set mips32r2
11517 and mips64r2 as default 32-bit and 64-bit architectures.
11518 (mips*-img-elf*, mips*-img-linux*): Set mips32r6 and mips64r6
11519 as default 32-bit and 64-bit architectures.
11520
11521 2016-09-14 Pat Haugen <pthaugen@us.ibm.com>
11522
11523 * loop-unroll.c (unroll_loop_runtime_iterations): Set probability
11524 of succ edge.
11525
11526 2016-09-14 Segher Boessenkool <segher@kernel.crashing.org>
11527
11528 * target.def (lra_p): Change commentary (for the manual) for the
11529 new default.
11530 * doc/tm.texi: Regenerate.
11531
11532 2016-09-14 Segher Boessenkool <segher@kernel.crashing.org>
11533
11534 * config/aarch64/aarch64.c (TARGET_LRA_P): Delete macro.
11535 * config/arm/arm.c (TARGET_LRA_P): Delete macro.
11536 * config/i386/i386.c (TARGET_LRA_P): Delete macro.
11537 * config/nds32/nds32.c (TARGET_LRA_P): Delete macro.
11538
11539 2016-09-14 Segher Boessenkool <segher@kernel.crashing.org>
11540
11541 * targhooks.c (default_lra_p): Return true instead of false.
11542
11543 2016-09-14 Segher Boessenkool <segher@kernel.crashing.org>
11544
11545 * config/alpha/alpha.c (TARGET_LRA_P): New macro, defined to
11546 hook_bool_void_false.
11547 * config/avr/avr.c: Ditto.
11548 * config/bfin/bfin.c: Ditto.
11549 * config/c6x/c6x.c: Ditto.
11550 * config/cr16/cr16.c: Ditto.
11551 * config/cris/cris.c: Ditto.
11552 * config/epiphany/epiphany.c: Ditto.
11553 * config/fr30/fr30.c: Ditto.
11554 * config/frv/frv.c: Ditto.
11555 * config/h8300/h8300.c: Ditto.
11556 * config/ia64/ia64.c: Ditto.
11557 * config/iq2000/iq2000.c: Ditto.
11558 * config/lm32/lm32.c: Ditto.
11559 * config/m32c/m32c.c: Ditto.
11560 * config/m32r/m32r.c: Ditto.
11561 * config/m68k/m68k.c: Ditto.
11562 * config/mcore/mcore.c: Ditto.
11563 * config/microblaze/microblaze.c: Ditto.
11564 * config/mmix/mmix.c: Ditto.
11565 * config/mn10300/mn10300.c: Ditto.
11566 * config/moxie/moxie.c: Ditto.
11567 * config/msp430/msp430.c: Ditto.
11568 * config/nios2/nios2.c: Ditto.
11569 * config/nvptx/nvptx.c: Ditto.
11570 * config/pa/pa.c: Ditto.
11571 * config/pdp11/pdp11.c: Ditto.
11572 * config/rl78/rl78.c: Ditto.
11573 * config/sparc/sparc.c: Ditto.
11574 * config/spu/spu.c: Ditto.
11575 * config/stormy16/stormy16.c: Ditto.
11576 * config/tilegx/tilegx.c: Ditto.
11577 * config/tilepro/tilepro.c: Ditto.
11578 * config/v850/v850.c: Ditto.
11579 * config/vax/vax.c: Ditto.
11580 * config/visium/visium.c: Ditto.
11581 * config/xtensa/xtensa.c: Ditto.
11582
11583 2016-09-14 Jakub Jelinek <jakub@redhat.com>
11584
11585 PR sanitizer/68260
11586 * tsan.c: Include target.h.
11587 (enum tsan_atomic_action): Add bool_clear and bool_test_and_set.
11588 (BOOL_CLEAR, BOOL_TEST_AND_SET): Define.
11589 (tsan_atomic_table): Add BUILT_IN_ATOMIC_CLEAR and
11590 BUILT_IN_ATOMIC_TEST_AND_SET entries.
11591 (instrument_builtin_call): Handle bool_clear and bool_test_and_set.
11592
11593 2016-09-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
11594 Martin Liska <mliska@suse.cz>
11595
11596 PR middle-end/77574
11597 * predict.c (force_edge_cold): Add braces to a condition.
11598
11599 2016-09-13 Bernd Edlinger <bernd.edlinger@hotmail.de>
11600
11601 PR rtl-optimization/77289
11602 * lra-constraints.c (get_final_hard_regno): Removed.
11603 (get_hard_regno): Add new parameter final_p.
11604 (get_reg_class): Directly call lra_get_elimination_hard_regno.
11605 (operands_match_p): Adjust call to get_hard_regno.
11606 (uses_hard_regs_p): Likewise.
11607 (process_alt_operands): Likewise.
11608
11609 2016-09-13 Joe Seymour <joe.s@somniumtech.com>
11610
11611 PR target/70713
11612 * config/msp430/msp430.c (msp430_start_function): Emit an error
11613 if a function is both weak and specifies an interrupt number.
11614
11615 2016-09-13 Jakub Jelinek <jakub@redhat.com>
11616
11617 PR tree-optimization/77454
11618 * tree-ssa-dom.c (optimize_stmt): Set modified flag on stmt after
11619 changing GIMPLE_COND. Move update_stmt_if_modified call after this.
11620 Formatting fix.
11621
11622 2016-09-13 Tamar Christina <tamar.christina@arm.com>
11623
11624 * config/aarch64/aarch64-builtins.c
11625 (aarch64_init_simd_builtins): Fix builtin type signature printing.
11626
11627 2016-09-13 Uros Bizjak <ubizjak@gmail.com>
11628
11629 * config/alpha/alpha.c (alpha_pass_by_reference): Pass un-named
11630 SFmode and SCmode arguments by reference.
11631
11632 2016-09-13 David Malcolm <dmalcolm@redhat.com>
11633
11634 * diagnostic-show-locus.c (selftest::test_one_liner_fixit_insert):
11635 Rename to...
11636 (selftest::test_one_liner_fixit_insert_before): ...this, and update
11637 for renaming of add_fixit_insert to add_fixit_insert_before.
11638 (selftest::test_one_liner_fixit_insert_after): New function.
11639 (selftest::test_one_liner_fixit_validation_adhoc_locations):
11640 Update for renaming of add_fixit_insert to add_fixit_insert_before.
11641 (selftest::test_one_liner_many_fixits): Likewise.
11642 (selftest::test_diagnostic_show_locus_one_liner): Update for
11643 renaming, call new test function.
11644 (selftest::test_diagnostic_show_locus_fixit_lines): Update for
11645 renaming of add_fixit_insert to add_fixit_insert_before.
11646 (selftest::test_fixit_consolidation): Likewise.
11647 * diagnostic.c (selftest::test_print_parseable_fixits_insert):
11648 Likewise.
11649 * edit-context.c (selftest::test_applying_fixits_insert): Rename to...
11650 (selftest::test_applying_fixits_insert_before): ...this.
11651 (selftest::test_applying_fixits_insert): Update for renaming of
11652 add_fixit_insert to add_fixit_insert_before.
11653 (selftest::test_applying_fixits_insert_after): New function.
11654 (selftest::test_applying_fixits_insert_after_at_line_end): New
11655 function.
11656 (selftest::test_applying_fixits_insert_after_failure): New function.
11657 (selftest::test_applying_fixits_multiple): Update for renaming of
11658 add_fixit_insert to add_fixit_insert_before.
11659 (selftest::change_line): Likewise.
11660 (selftest::test_applying_fixits_unreadable_file): Likewise.
11661 (selftest::test_applying_fixits_line_out_of_range): Likewise.
11662 (selftest::test_applying_fixits_column_validation): Likewise.
11663 (selftest::test_applying_fixits_column_validation): Likewise.
11664 (selftest::edit_context_c_tests): Update for renamed test function;
11665 call new test functions.
11666
11667 2016-09-13 Pat Haugen <pthaugen@us.ibm.com>
11668
11669 PR tree-optimization/77536
11670 PR rtl-optimization/68212
11671 * config/rs6000/rs6000.md (div->recip splitter): Remove
11672 optimize_insn_for_speed_p condition.
11673
11674 2016-09-13 Maciej W. Rozycki <macro@imgtec.com>
11675
11676 * optabs.c (prepare_cmp_insn): Update documentation comment.
11677
11678 2016-09-13 Jakub Jelinek <jakub@redhat.com>
11679 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
11680
11681 PR middle-end/77475
11682 * opts.h (candidates_list_and_hint): Declare.
11683 * opts-common.c (candidates_list_and_hint): New function.
11684 (cmdline_handle_error): Use it.
11685
11686 2016-09-12 David Malcolm <dmalcolm@redhat.com>
11687
11688 * edit-context.c (edited_line::get_len): New accessor.
11689 (edited_file::print_diff): Split out hunk-printing into...
11690 (edited_file::print_diff_hunk): New method.
11691 (edited_file::print_diff_line): New method.
11692
11693 2016-09-12 Andrew Pinski <apinski@cavium.com>
11694
11695 * config/aarch64/aarch64-tuning-flags.def (SLOW_UNALIGNED_LDPW):
11696 New tuning option.
11697 * config/aarch64/aarch64.c (thunderx_tunings): Enable
11698 AARCH64_EXTRA_TUNE_SLOW_UNALIGNED_LDPW.
11699 (aarch64_operands_ok_for_ldpstp): Return false if
11700 AARCH64_EXTRA_TUNE_SLOW_UNALIGNED_LDPW and the mode
11701 was SImode and the alignment is less than 8 byte.
11702 (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
11703
11704 2016-09-12 Orlando Arias <oarias@knights.ucf.edu>
11705
11706 PR target/77570
11707 * config/msp430/msp430.md (delay_cycles_32x): Fix pushm/popm.
11708
11709 2016-09-12 Marek Polacek <polacek@redhat.com>
11710
11711 * doc/extend.texi: Use lowercase "boolean".
11712 * doc/invoke.texi: Likewise.
11713 * doc/md.texi: Likewise.
11714 * target.def: Likewise.
11715 * doc/tm.texi: Regenerated.
11716
11717 2016-09-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11718
11719 PR middle-end/77426
11720 * expmed.c (synth_mult): Delete duplicate mode check.
11721
11722 2016-09-10 Tom de Vries <tom@codesourcery.com>
11723
11724 PR C/71602
11725 * builtins.c (std_canonical_va_list_type): Strictly return non-null for
11726 va_list type only.
11727 * config/i386/i386.c (ix86_canonical_va_list_type): Same.
11728 * gimplify.c (gimplify_va_arg_expr): Handle &va_list.
11729
11730 2016-09-09 Peter Bergner <bergner@vnet.ibm.com>
11731
11732 PR rtl-optimization/77289
11733 * lra-constraints.c (get_final_hard_regno): Add support for non hard
11734 register numbers. Remove support for subregs.
11735 (get_hard_regno): Use SUBREG_P. Don't call get_final_hard_regno().
11736 (get_reg_class): Delete removed get_final_hard_regno() argument.
11737 (uses_hard_regs_p): Call get_final_hard_regno().
11738
11739 2016-09-09 Martin Sebor <msebor@redhat.com>
11740
11741 PR c/77520
11742 PR c/77521
11743 * pretty-print.c (pp_quoted_string): New function.
11744 (pp_format): Call it for %c and %s directives.
11745
11746 2016-09-10 Bernd Edlinger <bernd.edlinger@hotmail.de>
11747
11748 * doc/tm.texi.in (INITIAL_FRAME_POINTER_OFFSET): Remove.
11749 (ELIMINABLE_REGS, TARGET_CAN_ELIMINATE,
11750 INITIAL_ELIMINATION_OFFSET) : Update documentation.
11751 * target.def (frame_pointer_required, can_eliminate): Likewise.
11752 * doc/tm.texi: Regenerated.
11753 * builtins.c (expand_builtin_setjmp_receiver): Remove #ifdef
11754 ELIMINABLE_REGS.
11755 * df-scan.c (df_hard_reg_init): Likewise.
11756 * ira.c (ira_setup_eliminable_regset): Likewise.
11757 * lra-eliminations.c (reg_eliminate_1, (update_reg_eliminate,
11758 init_elim_table): Likewise.
11759 * reload1.c (reg_eliminate_1, verify_initial_elim_offsets,
11760 set_initial_elim_offsets, update_eliminables,
11761 init_elim_table): Likewise.
11762 * rtlanal.c (get_initial_register_offset): Likewise.
11763 * config/ft32/ft32.h (INITIAL_FRAME_POINTER_OFFSET): Remove.
11764 * config/m32r/m32r.h (INITIAL_FRAME_POINTER_OFFSET): Likewise.
11765 * config/moxie/moxie.h (INITIAL_FRAME_POINTER_OFFSET): Likewise.
11766 * config/vax/vax.h (INITIAL_FRAME_POINTER_OFFSET): Likewise.
11767 * config/fr30/fr30.h: Fix comment.
11768 * config/frv/frv.c: Likewise.
11769 * config/frv/frv.h: Likewise.
11770 * config/ft32/ft32.h: Likewise.
11771 * config/visium/visium.h: Likewise.
11772 * config/pa/pa64-linux.h: Likewise.
11773 * config/v850/v850.h: Likewise.
11774 * config/cris/cris.c: Likewise.
11775 * config/ia64/ia64.h: Likewise.
11776 * config/moxie/moxie.h: Likewise.
11777 * config/m32r/m32r.h: Likewise.
11778
11779 2016-09-10 Alexander Ivchenko <alexander.ivchenko@intel.com>
11780
11781 PR target/77267
11782 * config.in: Regenerate.
11783 * config/i386/linux-common.h (MPX_LD_AS_NEEDED_GUARD_PUSH):
11784 New macro.
11785 (MPX_LD_AS_NEEDED_GUARD_PUSH): Ditto.
11786 (LIBMPXWRAPPERS_SPEC): Remove "--no-whole-archive" from
11787 static-libmpxwrappers case.
11788 (LIBMPX_SPEC): Add guards with MPX_LD_AS_NEEDED_GUARD_PUSH and
11789 MPX_LD_AS_NEEDED_GUARD_POP.
11790 * configure: Regenerate.
11791 * configure.ac (HAVE_LD_PUSHPOPSTATE_SUPPORT): New variable.
11792 defined if linker support "--push-state"/"--pop-state".
11793
11794 2016-09-09 Bernd Edlinger <bernd.edlinger@hotmail.de>
11795
11796 * doc/cpp.texi (__*_WIDTH__): Small wording fixes.
11797
11798 2016-09-09 Joseph Myers <joseph@codesourcery.com>
11799
11800 * doc/cpp.texi (__SCHAR_WIDTH__, __SHRT_WIDTH__, __INT_WIDTH__)
11801 (__LONG_WIDTH__, __LONG_LONG_WIDTH__, __PTRDIFF_WIDTH__)
11802 (__SIG_ATOMIC_WIDTH__, __SIZE_WIDTH__, __WCHAR_WIDTH__)
11803 (__WINT_WIDTH__, __INT_LEAST8_WIDTH__, __INT_LEAST16_WIDTH__)
11804 (__INT_LEAST32_WIDTH__, __INT_LEAST64_WIDTH__)
11805 (__INT_FAST8_WIDTH__, __INT_FAST16_WIDTH__, __INT_FAST32_WIDTH__)
11806 (__INT_FAST64_WIDTH__, __INTPTR_WIDTH__, __INTMAX_WIDTH__):
11807 Document.
11808 * ginclude/stdint-gcc.h [__STDC_WANT_IEC_60559_BFP_EXT__]: Define
11809 width macros from TS 18661-1.
11810 * glimits.h [__STDC_WANT_IEC_60559_BFP_EXT__]: Likewise.
11811
11812 2016-09-08 Jakub Jelinek <jakub@redhat.com>
11813
11814 PR fortran/77516
11815 * omp-low.c (lower_rec_simd_input_clauses): Use max_vf for non-positive
11816 OMP_CLAUSE_SAFELEN_EXPR.
11817
11818 2016-09-07 David Malcolm <dmalcolm@redhat.com>
11819
11820 * Makefile.in (OBJS): Add substring-locations.o.
11821 * langhooks-def.h (class substring_loc): New forward decl.
11822 (lhd_get_substring_location): New decl.
11823 (LANG_HOOKS_GET_SUBSTRING_LOCATION): New macro.
11824 (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_GET_SUBSTRING_LOCATION.
11825 * langhooks.c (lhd_get_substring_location): New function.
11826 * langhooks.h (class substring_loc): New forward decl.
11827 (struct lang_hooks): Add field get_substring_location.
11828 * substring-locations.c: New file, taking definition of
11829 format_warning_va and format_warning_at_substring from
11830 c-family/c-format.c, making them non-static.
11831 * substring-locations.h (class substring_loc): Move class here
11832 from c-family/c-common.h. Add and rewrite comments.
11833 (format_warning_va): New decl.
11834 (format_warning_at_substring): New decl.
11835 (get_source_location_for_substring): Add comment.
11836
11837 2016-09-07 Eric Gallager <egall@gwmail.gwu.edu>
11838
11839 * config/i386/i386.c: Add 'U' suffix to processor feature bits
11840 to avoid -Wnarrowing warning.
11841 * config/i386/x86-tune.def: Likewise for DEF_TUNE selector bitmasks.
11842 * opts.c: Likewise for SANITIZER_OPT bitmasks.
11843
11844 2016-09-07 Wilco Dijkstra <wdijkstr@arm.com>
11845
11846 * config/aarch64/aarch64.c (aarch64_legitimize_address):
11847 Avoid use of base_offset if offset already in range.
11848
11849 2016-09-07 Kaz Kojima <kkojima@gcc.gnu.org>
11850
11851 * config/sh/sh-protos.h (struct sh_atomic_model,
11852 selected_atomic_model, TARGET_ATOMIC_ANY, TARGET_ATOMIC_STRICT,
11853 TARGET_ATOMIC_SOFT_GUSA, TARGET_ATOMIC_HARD_LLCS,
11854 TARGET_ATOMIC_SOFT_TCB, TARGET_ATOMIC_SOFT_IMASK): Move to...
11855 * config/sh/sh.h (struct sh_atomic_model,
11856 selected_atomic_model, TARGET_ATOMIC_ANY, TARGET_ATOMIC_STRICT,
11857 TARGET_ATOMIC_SOFT_GUSA, TARGET_ATOMIC_HARD_LLCS,
11858 TARGET_ATOMIC_SOFT_TCB, TARGET_ATOMIC_SOFT_IMASK): ...here.
11859 Guard with __cplusplus.
11860
11861 2016-09-06 Jakub Jelinek <jakub@redhat.com>
11862
11863 PR target/69255
11864 * config/i386/i386.c (ix86_expand_builtin): For builtin with
11865 unsupported or unknown ISA, use expand_call.
11866
11867 2016-09-06 Martin Liska <mliska@suse.cz>
11868
11869 PR gcov-profile/77378
11870 PR gcov-profile/77466
11871 * tree-profile.c (tree_profiling): Detect whether target can use
11872 -fprofile-update=atomic.
11873
11874 2016-09-06 Richard Biener <rguenther@suse.de>
11875
11876 PR tree-optimization/77479
11877 * tree-vrp.c (update_value_range): Extend overflow handling to
11878 VARYING.
11879
11880 2016-09-05 Jakub Jelinek <jakub@redhat.com>
11881
11882 PR target/77476
11883 * config/i386/i386.md (isa): Add x64_avx512bw.
11884 (*zero_extendsidi2): For alternative 11 use x64_avx512bw isa.
11885 (kmov_isa): New mode attr.
11886 (zero_extend<mode>di2): Use <kmov_isa> isa for the last alternative.
11887 (*zero_extend<mode>si2): Likewise.
11888 (*zero_extendqihi2): Use avx512dq isa for the last alternative.
11889
11890 2016-09-05 Gerald Pfeifer <gerald@pfeifer.com>
11891
11892 * doc/invoke.texi (SPU Options): nops -> NOPs.
11893 (x86 Options): Ditto.
11894
11895 2016-09-05 Jakub Jelinek <jakub@redhat.com>
11896
11897 PR middle-end/77475
11898 * toplev.c (process_options): Temporarily set input_location
11899 to UNKNOWN_LOCATION around targetm.target_option.override () call.
11900
11901 2016-09-05 Uros Bizjak <ubizjak@gmail.com>
11902
11903 PR rtl-optimization/77452
11904 * explow.c (plus_constant) <case MEM>: Extract scalar constant from
11905 inner-mode reference to a CONST_VECTOR constant in the constant pool.
11906
11907 2016-09-05 Marek Polacek <polacek@redhat.com>
11908
11909 PR c/77423
11910 * doc/invoke.texi: Update -Wlogical-not-parentheses documentation.
11911
11912 2016-09-05 Jakub Jelinek <jakub@redhat.com>
11913
11914 PR other/77421
11915 * gensupport.c (alter_output_for_subst_insn): Remove redundant
11916 *insn_out == '*' test. Don't copy unnecessary to yet another
11917 memory buffer, and don't leak it.
11918
11919 PR rtl-optimization/77425
11920 * ipa-devirt.c (get_odr_type): Set val->id unconditionally.
11921
11922 2016-09-03 Kirill Yukhin <kirill.yukhin@intel.com>
11923
11924 * ubsan.c (ubsan_use_new_style_p): Fix check for empty string.
11925
11926 2016-09-02 David Malcolm <dmalcolm@redhat.com>
11927
11928 * common.opt (fdiagnostics-generate-patch): New option.
11929 * diagnostic.c: Include "edit-context.h".
11930 (diagnostic_initialize): Initialize context->edit_context_ptr.
11931 (diagnostic_finish): Delete context->edit_context_ptr.
11932 (diagnostic_report_diagnostic): Add fix-it hints from the
11933 diagnostic to context->edit_context_ptr, if any.
11934 * diagnostic.h (class edit_context): Add forward decl.
11935 (struct diagnostic_context): Add field "edit_context_ptr".
11936 * doc/invoke.texi (Diagnostic Message Formatting Options): Add
11937 -fdiagnostics-generate-patch.
11938 (-fdiagnostics-generate-patch): New item.
11939 * toplev.c: Include "edit-context.h".
11940 (process_options): Set global_dc->edit_context_ptr to a new
11941 edit_context if the options need one.
11942 (toplev::main): Handle -fdiagnostics-generate-patch by using
11943 global_dc->edit_context_ptr.
11944
11945 2016-09-02 Jakub Jelinek <jakub@redhat.com>
11946
11947 PR c/65467
11948 * gimplify.c (gimplify_adjust_omp_clauses_1): Diagnose implicit
11949 map and firstprivate clauses on target construct for _Atomic
11950 qualified decls.
11951 (gimplify_adjust_omp_clauses): Diagnose explicit firstprivate clauses
11952 on target construct for _Atomic qualified decls.
11953 * omp-low.c (use_pointer_for_field): Return true for _Atomic qualified
11954 decls.
11955 * omp-simd-clone.c (simd_clone_clauses_extract): Warn and give up for
11956 _Atomic qualified arguments not mentioned in uniform clause.
11957
11958 2016-09-02 David Malcolm <dmalcolm@redhat.com>
11959
11960 * Makefile.in (OBJS-libcommon): Add edit-context.o.
11961 * diagnostic-color.c (color_dict): Add "diff-filename",
11962 "diff-hunk", "diff-delete", and "diff-insert".
11963 (parse_gcc_colors): Update default value of GCC_COLORS in comment
11964 to reflect above changes.
11965 * doc/invoke.texi (-fdiagnostics-color): Update description of
11966 default GCC_COLORS, and of the supported capabilities.
11967 * edit-context.c: New file.
11968 * edit-context.h: New file.
11969 * input.c (struct fcache): Add field "missing_trailing_newline".
11970 (diagnostics_file_cache_forcibly_evict_file): Initialize it to
11971 true.
11972 (add_file_to_cache_tab): Likewise.
11973 (fcache::fcache): Likewise.
11974 (get_next_line): Update c->missing_trailing_newline.
11975 (location_missing_trailing_newline): New function.
11976 * input.h (location_missing_trailing_newline): New decl.
11977 * selftest-run-tests.c (selftest::run_tests): Call
11978 edit_context_c_tests.
11979 * selftest.h (edit_context_c_tests): New decl.
11980
11981 2016-09-02 Jakub Jelinek <jakub@redhat.com>
11982 Richard Biener <rguenth@suse.de>
11983
11984 PR tree-optimization/77444
11985 * tree-ssa-loop-ivopts.c (cand_value_at): For pointers use sizetype
11986 as steptype, remove redundant initialization.
11987
11988 2016-09-02 Jakub Jelinek <jakub@redhat.com>
11989
11990 PR sanitizer/77396
11991 * sanopt.c: Include gimple-ssa.h, tree-phinodes.h and ssa-iterators.h.
11992 (sanopt_optimize_walker): Optimize away
11993 __asan_before_dynamic_init (...) followed by
11994 __asan_after_dynamic_init () without intervening memory loads/stores.
11995 * ipa-pure-const.c (special_builtin_state): Handle
11996 BUILT_IN_ASAN_BEFORE_DYNAMIC_INIT and
11997 BUILT_IN_ASAN_AFTER_DYNAMIC_INIT.
11998
11999 2016-09-02 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
12000
12001 * cfg.c (free_original_copy_tables): Replace second assignment of
12002 bb_copy = NULL by bb_original = NULL.
12003
12004 2016-09-02 Jakub Jelinek <jakub@redhat.com>
12005
12006 PR other/77421
12007 * config/i386/i386.c (ix86_expanded_args_builtin): Remove redundant
12008 assignment added in r216794.
12009
12010 2016-09-02 David Malcolm <dmalcolm@redhat.com>
12011
12012 * Makefile.in (OBJS): Add typed-splay-tree.o.
12013 * selftest-run-tests.c (selftest::run_tests): Call
12014 typed_splay_tree_c_tests.
12015 * selftest.h (typed_splay_tree_c_tests): New decl.
12016 * typed-splay-tree.c: New file.
12017 * typed-splay-tree.h (typed_splay_tree::foreach_fn): New typedef.
12018 (typed_splay_tree::max): New method.
12019 (typed_splay_tree::min): New method.
12020 (typed_splay_tree::foreach): New method.
12021 (typed_splay_tree::closure): New struct.
12022 (typed_splay_tree::inner_foreach_fn): New function.
12023
12024 2016-09-02 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
12025
12026 * ipa-cp.c (ipcp_store_bits_results): Change option name from
12027 -fipa-cp-bit to -fipa-bit-cp.
12028
12029 2016-09-01 Martin Sebor <msebor@redhat.com>
12030
12031 PR tree-optimization/71831
12032 * tree-object-size.h: Return bool instead of the size and add
12033 argument for the size.
12034 * tree-object-size.c (compute_object_offset): Update signature.
12035 (addr_object_size): Same.
12036 (compute_builtin_object_size): Return bool instead of the size
12037 and add argument for the size. Handle POINTER_PLUS_EXPR when
12038 optimization is disabled.
12039 (expr_object_size): Adjust.
12040 (plus_stmt_object_size): Adjust.
12041 (pass_object_sizes::execute): Adjust.
12042 * builtins.c (fold_builtin_object_size): Adjust.
12043 * doc/extend.texi (Object Size Checking): Update.
12044 * ubsan.c (instrument_object_size): Adjust.
12045
12046 2016-09-01 Martin Sebor <msebor@redhat.com>
12047
12048 * genmatch.c (parser::parse_expr): Increase buffer size to guarantee
12049 it fits the output of the formatted function regardless of its
12050 arguments.
12051 * genmodes.c (parser::parse_expr): Same.
12052 * gimplify.c (gimplify_asm_expr): Same.
12053 * passes.c (pass_manager::register_one_dump_file): Same.
12054 * print-tree.c (print_node): Same.
12055
12056 2016-09-01 Segher Boessenkool <segher@kernel.crashing.org>
12057
12058 * config/rs6000/altivec.md: Use VSCR_REGNO instead of 110 throughout.
12059
12060 2016-09-01 Segher Boessenkool <segher@kernel.crashing.org>
12061
12062 * config/rs6000/altivec.md: Use VRSAVE_REGNO instead of 109 throughout.
12063
12064 2016-09-01 Segher Boessenkool <segher@kernel.crashing.org>
12065
12066 * config/rs6000/altivec.md: Use CR6_REGNO instead of 74 throughout.
12067 * config/rs6000/vector.md: Ditto.
12068 * config/rs6000/vsx.md: Ditto.
12069
12070 2016-09-01 Eric Botcazou <ebotcazou@adacore.com>
12071
12072 * ipa-inline-analysis.c (param_change_prob): Get to the base object
12073 first in all cases.
12074
12075 2016-09-01 Segher Boessenkool <segher@kernel.crashing.org>
12076
12077 * config/rs6000/rs6000.md (*restore_gpregs_<mode>_r11,
12078 *restore_gpregs_<mode>_r12, *restore_gpregs_<mode>_r1,
12079 *return_and_restore_gpregs_<mode>_r11,
12080 *return_and_restore_gpregs_<mode>_r12,
12081 *return_and_restore_gpregs_<mode>_r1,
12082 *return_and_restore_fpregs_<mode>_r11,
12083 *return_and_restore_fpregs_<mode>_r12,
12084 *return_and_restore_fpregs_<mode>_r1): Use the hard register LR_REGNO
12085 directly instead of via the "l" constraint. Renumber operands.
12086 Fix whitespace.
12087
12088 2016-09-01 Segher Boessenkool <segher@kernel.crashing.org>
12089
12090 * config/rs6000/altivec.md (*save_world, *save_vregs_<mode>_r11,
12091 save_vregs_<mode>_r12, *restore_vregs_<mode>_r11,
12092 *restore_vregs_<mode>_r12): Use LR_REGNO instead of 65.
12093 * config/rs6000/darwin.md (load_macho_picbase, load_macho_picbase_si,
12094 load_macho_picbase_di, *call_indirect_nonlocal_darwin64,
12095 *call_nonlocal_darwin64, *call_value_indirect_nonlocal_darwin64,
12096 *call_value_nonlocal_darwin64, reload_macho_picbase,
12097 reload_macho_picbase_si, reload_macho_picbase_di): Ditto.
12098 * config/rs6000/rs6000.h (RETURN_ADDR_IN_PREVIOUS_FRAME): Ditto.
12099 * config/rs6000/rs6000.md (*save_gpregs_<mode>_r11,
12100 *save_gpregs_<mode>_r12, *save_gpregs_<mode>_r1,
12101 *save_fpregs_<mode>_r11, *save_fpregs_<mode>_r12,
12102 *save_fpregs_<mode>_r1): Ditto.
12103 * config/rs6000/spe.md (*save_gpregs_spe, *restore_gpregs_spe,
12104 *return_and_restore_gpregs_spe): Ditto.
12105
12106 2016-09-01 Segher Boessenkool <segher@kernel.crashing.org>
12107
12108 * config/rs6000/rs6000.md
12109 (define_insn "*return_and_restore_fpregs_aix_<mode>_r11"): Delete
12110 the use of the link register.
12111 (define_insn "*return_and_restore_fpregs_aix_<mode>_r1"): Ditto.
12112
12113 2016-09-01 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
12114 Michael Meissner <meissner@linux.vnet.ibm.com>
12115
12116 PR target/72827
12117 * config/rs6000/rs6000.c (rs6000_legitimize_address): Avoid
12118 reg+reg addressing for TImode.
12119 (rs6000_legitimate_address_p): Only allow register indirect
12120 addressing for TImode, even without TARGET_QUAD_MEMORY.
12121
12122 2016-09-01 Richard Biener <rguenther@suse.de>
12123
12124 PR middle-end/77436
12125 * tree-chrec.c (tree_fold_binomial): Use widest_int, properly
12126 check whether the result fits the desired result type.
12127
12128 2016-09-01 Nathan Sidwell <nathan@acm.org>
12129
12130 * config/nvptx/nvptx.md (cbranch<mode>4): Op 2 can be const.
12131
12132 2016-09-01 Wilco Dijkstra <wdijkstr@arm.com>
12133
12134 * config/aarch64/aarch64.c (aarch64_legitimize_address_displacement):
12135 New function.
12136 (TARGET_LEGITIMIZE_ADDRESS_DISPLACEMENT): Define.
12137
12138 2016-09-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12139
12140 * config/aarch64/aarch64.md (*ands<mode>_compare0): New pattern.
12141 * config/aarch64/aarch64.c (aarch64_select_cc_mode): Return CC_NZmode
12142 for comparisons of integer ZERO_EXTEND against zero.
12143
12144 2016-09-01 Eric Botcazou <ebotcazou@adacore.com>
12145
12146 * config/i386/i386.c (ix86_option_override_internal): Also disable the
12147 STV pass if -mstackrealign is enabled.
12148
12149 2016-08-31 Ilya Verbin <iverbin@gmail.com>
12150
12151 * config/i386/driver-i386.c (host_detect_local_cpu): Fix detection of
12152 AVX512IFMA.
12153
12154 2016-08-31 David Malcolm <dmalcolm@redhat.com>
12155
12156 * diagnostic-show-locus.c (class layout): Add field m_fixit_hints.
12157 (layout_range::intersects_line_p): New method.
12158 (test_range_contains_point_for_single_point): Rename to...
12159 (test_layout_range_for_single_point): ...this, and add testing
12160 for layout_range::intersects_line_p.
12161 (test_range_contains_point_for_single_line): Rename to...
12162 (test_layout_range_for_single_line): ...this, and add testing
12163 for layout_range::intersects_line_p.
12164 (test_range_contains_point_for_multiple_lines): Rename to...
12165 (test_layout_range_for_multiple_lines): ...this, and add testing
12166 for layout_range::intersects_line_p.
12167 (layout::layout): Populate m_fixit_hints.
12168 (layout::get_expanded_location): Handle the case of a line-span
12169 for a fix-it hint.
12170 (layout::validate_fixit_hint_p): New method.
12171 (get_line_span_for_fixit_hint): New function.
12172 (layout::calculate_line_spans): Add spans for fixit-hints.
12173 (layout::should_print_annotation_line_p): New method.
12174 (layout::print_any_fixits): Drop param "richloc", instead using
12175 validated fixits in m_fixit_hints. Add "const" to hint pointers.
12176 (diagnostic_show_locus): Avoid printing blank annotation lines.
12177 (selftest::test_diagnostic_context::test_diagnostic_context):
12178 Initialize show_column and start_span.
12179 (selftest::test_diagnostic_context::start_span_cb): New static
12180 function.
12181 (selftest::test_diagnostic_show_locus_fixit_lines): New function.
12182 (selftest::diagnostic_show_locus_c_tests): Update for function
12183 renamings. Call test_diagnostic_show_locus_fixit_lines.
12184
12185 2016-08-31 Marc Glisse <marc.glisse@inria.fr>
12186
12187 PR tree-optimization/73714
12188 * match.pd (a * (1 << b)): Revert change from 2016-05-23.
12189
12190 2016-08-31 David Malcolm <dmalcolm@redhat.com>
12191
12192 * selftest.c: Move "namespace selftest {" to top of file,
12193 removing explicit "selftest::" qualifiers throughout.
12194
12195 2016-08-31 Marc Glisse <marc.glisse@inria.fr>
12196
12197 * config/i386/avx512fintrin.h (__m512_u, __m512i_u, __m512d_u):
12198 New types.
12199 (_mm512_loadu_pd, _mm512_storeu_pd, _mm512_loadu_ps,
12200 _mm512_storeu_ps, _mm512_loadu_si512, _mm512_storeu_si512):
12201 Replace builtin with vector extension.
12202 * config/i386/avxintrin.h (__m256_u, __m256i_u, __m256d_u):
12203 New types.
12204 (_mm256_loadu_pd, _mm256_storeu_pd, _mm256_loadu_ps,
12205 _mm256_storeu_ps, _mm256_loadu_si256, _mm256_storeu_si256):
12206 Replace builtin with vector extension.
12207 * config/i386/emmintrin.h (__m128i_u, __m128d_u): New types.
12208 (_mm_loadu_pd, _mm_storeu_pd, _mm_loadu_si128, _mm_storeu_si128):
12209 Replace builtin with vector extension.
12210 * config/i386/xmmintrin.h (__m128_u): New type.
12211 (_mm_loadu_ps, _mm_storeu_ps): Replace builtin with vector extension.
12212 (_mm_load_ps, _mm_store_ps): Simplify.
12213
12214 2016-08-31 Eric Botcazou <ebotcazou@adacore.com>
12215
12216 * config/arm/arm.c (thumb1_size_rtx_costs) <SET>: Add missing guard.
12217
12218 2016-08-30 David Malcolm <dmalcolm@redhat.com>
12219
12220 * diagnostic-show-locus.c (colorizer::begin_state): Support more
12221 than 3 ranges per diagnostic by alternating between color 1 and
12222 color 2.
12223 (layout::layout): Replace use of rich_location::MAX_RANGES
12224 with richloc->get_num_locations ().
12225 (layout::calculate_line_spans): Replace use of
12226 rich_location::MAX_RANGES with m_layout_ranges.length ().
12227 (layout::print_annotation_line): Handle arbitrary numbers of
12228 ranges in caret-printing by defaulting to '^'.
12229 (selftest::test_one_liner_many_fixits): New function.
12230 (test_diagnostic_show_locus_one_liner): Call it.
12231 * diagnostic.c (diagnostic_initialize): Update for renaming
12232 of rich_location::MAX_RANGES to
12233 rich_location::STATICALLY_ALLOCATED_RANGES.
12234 * diagnostic.h (struct diagnostic_context): Likewise.
12235
12236 2016-08-30 David Malcolm <dmalcolm@redhat.com>
12237
12238 * selftest.c (selftest::named_temp_file::named_temp_file): New
12239 ctor.
12240 (selftest::temp_source_file::~temp_source_file): Move to...
12241 (selftest::named_temp_file::~named_temp_file): ...here.
12242 (selftest::test_named_temp_file): New function.
12243 (selftest::selftest_c_tests): Call test_named_temp_file.
12244 * selftest.h (class named_temp_file): New class.
12245 (class temp_source_file): Convert to a subclass of named_temp_file.
12246
12247 2016-08-30 Segher Boessenkool <segher@kernel.crashing.org>
12248
12249 * config/rs6000/rs6000.c (rs6000_emit_epilogue): Do not emit
12250 USEs of LR_REGNO in returns and sibcalls.
12251 (rs6000_output_mi_thunk): Similar.
12252 (rs6000_sibcall_aix): Similar.
12253 * config/rs6000/rs6000.md (sibcall, sibcall_value, sibcall_local32,
12254 sibcall_local64, sibcall_value_local32, sibcall_value_local64,
12255 sibcall_nonlocal_sysv<mode>, sibcall_value_nonlocal_sysv<mode>):
12256 Remove the USE of LR_REGNO from the patterns as well. Delete an
12257 obsolete comment.
12258 (return_internal_<mode>): Delete.
12259
12260 2016-08-30 Tamar Christina <tamar.christina@arm.com>
12261
12262 * config/aarch64/aarch64-simd.md
12263 (aarch64_ld2<mode>_dreg_le): New.
12264 (aarch64_ld2<mode>_dreg_be): New.
12265 (aarch64_ld2<mode>_dreg): Removed.
12266 (aarch64_ld3<mode>_dreg_le): New.
12267 (aarch64_ld3<mode>_dreg_be): New.
12268 (aarch64_ld3<mode>_dreg): Removed.
12269 (aarch64_ld4<mode>_dreg_le): New.
12270 (aarch64_ld4<mode>_dreg_be): New.
12271 (aarch64_ld4<mode>_dreg): Removed.
12272 (aarch64_ld<VSTRUCT:nregs><VDC:mode>): Wrapper around _le, _be.
12273
12274 2016-08-30 David Malcolm <dmalcolm@redhat.com>
12275
12276 * diagnostic-show-locus.c (test_one_liner_fixit_insert): Remove
12277 redundant location param.
12278 (test_one_liner_fixit_remove): Likewise.
12279 (test_one_liner_fixit_replace): Likewise.
12280 (test_one_liner_fixit_replace_equal_secondary_range): Likewise.
12281 * gcc-rich-location.c
12282 (gcc_rich_location::add_fixit_misspelled_id): Eliminate call to
12283 get_range_from_loc. Drop overload taking a const char *.
12284 * gcc-rich-location.h
12285 (gcc_rich_location::add_fixit_misspelled_id): Drop overload taking
12286 a const char *.
12287
12288 2016-08-30 Szabolcs Nagy <szabolcs.nagy@arm.com>
12289
12290 * config/linux.c (linux_libc_has_function): Return true on musl.
12291
12292 2016-08-30 Szabolcs Nagy <szabolcs.nagy@arm.com>
12293
12294 * config.gcc (*-*-*musl*): Disable gnu-indirect-function.
12295
12296 2016-08-30 Eric Botcazou <ebotcazou@adacore.com>
12297
12298 * postreload-gcse.c (bb_has_well_behaved_predecessors): Tweak criterion
12299 used for abnormal egdes.
12300
12301 2016-08-30 Jakub Jelinek <jakub@redhat.com>
12302
12303 PR tree-optimization/72866
12304 * tree-vect-patterns.c (search_type_for_mask): Turn into
12305 a small wrapper, move all code to ...
12306 (search_type_for_mask_1): ... this new function. Add caching
12307 and adjust recursive calls.
12308
12309 PR debug/77363
12310 * dwarf2out.c (modified_type_die): Use lookup_type_die (type)
12311 instead of lookup_type_die (type_main_variant (type)) even for array
12312 types.
12313
12314 PR middle-end/77377
12315 * simplify-rtx.c (avoid_constant_pool_reference): For out of bounds
12316 constant pool reference return x instead of c.
12317
12318 2016-08-29 Segher Boessenkool <segher@kernel.crashing.org>
12319
12320 * config/rs6000/rs6000.h (CALL_REALLY_USED_REGISTERS): Do not
12321 include MQ.
12322
12323 2016-08-29 David Malcolm <dmalcolm@redhat.com>
12324
12325 * input.c
12326 (selftest::test_make_location_nonpure_range_endpoints): Fix
12327 header comment.
12328
12329 2016-08-29 David Malcolm <dmalcolm@redhat.com>
12330
12331 * diagnostic-show-locus.c
12332 (selftest::test_one_liner_fixit_validation_adhoc_locations): New
12333 function.
12334 (selftest::test_diagnostic_show_locus_one_liner): Call it.
12335 * input.c (get_pure_location): Move to libcpp/line-map.c.
12336 * input.h (get_pure_location): Convert decl to an inline function
12337 calling implementation in libcpp.
12338
12339 2016-08-29 Uros Bizjak <ubizjak@gmail.com>
12340
12341 PR target/77403
12342 * config/i386/sse.md (vec_set_lo_<mode><mask_name>): Fix assembler
12343 template for intel asm dialect.
12344 (vec_set_hi_<mode><mask_name>): Ditto.
12345
12346 2016-08-29 David Malcolm <dmalcolm@redhat.com>
12347
12348 * selftest.h (selftest::fail): Add ATTRIBUTE_NORETURN.
12349 (selftest::fail_formatted): Likewise.
12350
12351 2016-08-29 David Malcolm <dmalcolm@redhat.com>
12352
12353 * input.c (make_location): Call get_start and get_finish
12354 on the endpoints to avoid storing packed ranges or ad-hoc
12355 ranges in them.
12356 (selftest::test_make_location_nonpure_range_endpoints): New function.
12357 (selftest::input_c_tests): Call it.
12358 * input.h (get_start): New inline function.
12359
12360 2016-08-29 Tom de Vries <tom@codesourcery.com>
12361
12362 PR c/77398
12363 * gimplify.c (gimplify_va_arg_expr): Replace first argument type error
12364 with assert.
12365
12366 2016-08-29 Eric Botcazou <ebotcazou@adacore.com>
12367
12368 * Makefile.in (gcov-iov.h): Add dummy recipe.
12369
12370 2016-08-29 Nathan Sidwell <nathan@acm.org>
12371
12372 * config/nvptx/nvptx.c: #include tree-vrp.h.
12373
12374 2016-08-28 Eric Botcazou <ebotcazou@adacore.com>
12375
12376 PR target/77324
12377 * config/sparc/sparc.c (sparc_legitimate_address_p): Accept special
12378 HIGH+LO construct during reload.
12379
12380 2016-08-28 Tom de Vries <tom@codesourcery.com>
12381
12382 PR lto/70955
12383 * config/i386/i386.c (ix86_build_builtin_va_list_64): Tag type with
12384 'sysv_abi va_list' attribute.
12385 (ix86_build_builtin_va_list): Tag type with 'ms_abi va_list' attribute.
12386 (ix86_canonical_va_list_type): Handle 'sysv_abi/ms_abi va_list'
12387 attributes.
12388
12389 2016-08-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12390
12391 * emit-rtl.h (struct rtl_data): Make stack_slot_list a vector.
12392 * emit-rtl.c (unshare_all_rtl_1): Adjust.
12393 (unshare_all_rtl_again): Likewise.
12394 * function.c (assign_stack_local_1): Likewise.
12395 (assign_stack_temp_for_type): Likewise.
12396
12397 2016-08-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12398
12399 * cfgbuild.c (make_edges): Adjust.
12400 * cfgrtl.c (can_delete_label_p): Likewise.
12401 * dwarf2cfi.c (create_trace_edges): Likewise.
12402 * except.c (sjlj_emit_dispatch_table): Likewise.
12403 * function.h (struct expr_status): make x_forced_labels a vector.
12404 * jump.c (rebuild_jump_labels_1): Adjust.
12405 * reload1.c (set_initial_label_offsets): Likewise.
12406 * stmt.c (force_label_rtx): Likewise.
12407 (expand_label): Likewise.
12408
12409 2016-08-27 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12410
12411 * haifa-sched.c (fix_recovery_deps): Make ready_list a vector.
12412
12413 2016-08-27 Patrick Palka <ppalka@gcc.gnu.org>
12414
12415 PR tree-optimization/71077
12416 PR tree-optimization/68542
12417 * fold-const.c (fold_relational_const): Fix folding of
12418 VECTOR_CST comparisons that have a scalar boolean result type.
12419 (selftest::test_vector_folding): New static function.
12420 (selftest::fold_const_c_tests): Call it.
12421
12422 2016-08-27 Gerald Pfeifer <gerald@pfeifer.com>
12423
12424 * doc/extend.texi (SPU Built-in Functions): Remove stale
12425 references to material formerly at IBM and Sony.
12426
12427 2016-08-26 David Edelsohn <dje.gcc@gmail.com>
12428
12429 PR target/77349
12430 * config/rs6000/xcoff.h (DWARF_OFFSET_SIZE): Define as PTR_SIZE.
12431
12432 2016-08-26 David Malcolm <dmalcolm@redhat.com>
12433
12434 * diagnostic-show-locus.c
12435 (selftest::test_fixit_consolidation): New function.
12436 (selftest::diagnostic_show_locus_c_tests): Call it.
12437 * gcc-rich-location.h (gcc_rich_location): Eliminate unused
12438 constructor based on source_range.
12439
12440 2016-08-26 David Malcolm <dmalcolm@redhat.com>
12441
12442 * diagnostic-color.c (color_dict): Add "fixit-insert" and
12443 "fixit-delete".
12444 (parse_gcc_colors): Update description of default GCC_COLORS.
12445 * diagnostic-show-locus.c (colorizer::set_fixit_hint): Delete.
12446 (colorizer::set_fixit_insert): New method.
12447 (colorizer::set_fixit_delete): New method.
12448 (colorizer::get_color_by_name): New method.
12449 (colorizer::STATE_FIXIT_INSERT): New constant.
12450 (colorizer::STATE_FIXIT_DELETE): New constant.
12451 (class colorizer): Drop "_cs" suffix from fields. Delete "_ce"
12452 fields in favor of new field "m_stop_color". Add fields
12453 "m_fixit_insert" and "m_fixit_delete".
12454 (colorizer::colorizer): Update for above changes. Replace
12455 colorize_start calls with calls to get_color_by_name.
12456 (colorizer::begin_state): Handle STATE_FIXIT_INSERT and
12457 STATE_FIXIT_DELETE. Update for field renamings.
12458 (colorizer::finish_state): Simplify by using m_stop_color,
12459 rather than multiple identical "*_ce" fields.
12460 (colorizer::get_color_by_name): New method.
12461 (layout::print_any_fixits): Print insertions and replacements
12462 using the "fixit-insert" color, and deletions using the
12463 "fixit-delete" color.
12464 * doc/invoke.texi (-fdiagnostics-color): Update description of
12465 default GCC_COLORS, and of the supported capabilities.
12466
12467 2016-08-26 Max Filippov <jcmvbkbc@gmail.com>
12468
12469 * config/xtensa/xtensa.c (xtensa_expand_prologue): Update
12470 current_function_static_stack_size variable with the static
12471 stack frame size of the current function when
12472 flag_stack_usage_info is enabled.
12473
12474 2016-08-26 Nathan Sidwell <nathan@acm.org>
12475
12476 * ipa-inline-analysis.c (inline_write_summary): Remove unnecessary
12477 assignment inside if condition.
12478
12479 2016-08-26 Richard Biener <rguenther@suse.de>
12480
12481 PR tree-optimization/69047
12482 * tree-ssa.c (maybe_rewrite_mem_ref_base): Handle general bitfield
12483 extracts similar to what FRE does.
12484 (non_rewritable_mem_ref_base): Likewise.
12485
12486 2016-08-26 Joseph Myers <joseph@codesourcery.com>
12487
12488 * config/i386/i386.c (ix86_libgcc_floating_mode_supported_p)
12489 (TARGET_LIBGCC_FLOATING_MODE_SUPPORTED_P): Remove.
12490 * config/i386/i386elf.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
12491 * config/i386/lynx.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
12492 * config/i386/netbsd-elf.h (IX86_MAYBE_NO_LIBGCC_TFMODE):
12493 Likewise.
12494 * config/i386/netbsd64.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
12495 * config/i386/nto.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
12496 * config/i386/openbsd.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
12497 * config/i386/rtemself.h (IX86_NO_LIBGCC_TFMODE): Likewise.
12498 * config/i386/vxworks.h (IX86_MAYBE_NO_LIBGCC_TFMODE): Likewise.
12499
12500 2016-08-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12501
12502 PR target/70473
12503 * config/arm/cortex-a8-neon.md (cortex_a8_vfp_muld): Reduce
12504 reservation duration to 15 cycles.
12505 (cortex_a8_vfp_macs): Likewise.
12506 (cortex_a8_vfp_macd): Likewise.
12507 (cortex_a8_vfp_divs): Likewise.
12508 (cortex_a8_vfp_divd): Likewise.
12509
12510 2016-08-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12511
12512 * config/arm/arm.c (arm_sets_movw_movt_fusible_p): New function.
12513 (aarch_macro_fusion_pair_p): Use above to avoid early return.
12514
12515 2016-08-26 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
12516 Martin Jambhor <mjambor@suse.cz>
12517
12518 * common.opt: New option -fipa-bit-cp.
12519 * doc/invoke.texi: Document -fipa-bit-cp.
12520 * opts.c (default_options_table): Add entry for -fipa-bit-cp.
12521 (enable_fdo_optimizations): Check for flag_ipa_bit_cp.
12522 * tree-ssa-ccp.h: New header file.
12523 * tree-ssa-ccp.c: Include tree-ssa-ccp.h
12524 (bit_value_binop_1): Change to bit_value_binop_1 and export it.
12525 Replace all occurences of tree parameter by two new params: signop, int.
12526 (bit_value_unop_1): Change to bit_value_unop and export it.
12527 Replace all occurences of tree parameter by two new params: signop,
12528 int.
12529 (bit_value_binop): Change call from bit_value_binop_1 to
12530 bit_value_binop.
12531 (bit_value_assume_aligned): Likewise.
12532 (bit_value_unop): Change call from bit_value_unop_1 to bit_value_unop.
12533 (do_ssa_ccp): Pass nonzero_p || flag_ipa_cp_bit instead of nonzero_p
12534 to ccp_finalize.
12535 (ccp_finalize): Skip processing if val->mask == 0.
12536 * ipa-cp.c: Include tree-ssa-ccp.h
12537 (ipcp_bits_lattice): New class.
12538 (ipcp_param_lattice (bits_lattice): New member.
12539 (print_all_lattices): Call ipcp_bits_lattice::print.
12540 (set_all_contains_variable): Call ipcp_bits_lattice::set_to_bottom.
12541 (initialize_node_lattices): Likewise.
12542 (propagate_bits_accross_jump_function): New function.
12543 (propagate_constants_accross_call): Call
12544 propagate_bits_accross_jump_function.
12545 (ipcp_propagate_stage): Store parameter types when in_lto_p is true.
12546 (ipcp_store_bits_results): New function.
12547 (ipcp_driver): Call ipcp_store_bits_results.
12548 * ipa-prop.h (ipa_bits): New struct.
12549 (ipa_jump_func): Add new member bits of type ipa_bits.
12550 (ipa_param_descriptor): Change decl to decl_or_type.
12551 (ipa_get_param): Change decl to decl_or_type and assert on
12552 PARM_DECL.
12553 (ipa_get_type): New function.
12554 (ipcp_transformation_summary): New member bits.
12555 * ipa-prop.c (ipa_get_param_decl_index_1): s/decl/decl_or_type.
12556 (ipa_populate_param_decls): Likewise.
12557 (ipa_dump_param): Likewise.
12558 (ipa_print_node_jump_functions_for_edge): Pretty-print ipa_bits jump
12559 function.
12560 (ipa_set_jf_unknown): Set ipa_bits::known to false.
12561 (ipa_compute_jump_functions_for_edge): Compute jump function for bits
12562 propagation.
12563 (ipa_node_params_t::duplicate): Copy src->bits into dst->bits.
12564 (ipa_write_jump_function): Add streaming for ipa_bits.
12565 (ipa_read_jump_function): Add support for reading streamed ipa_bits.
12566 (write_ipcp_transformation_info): Add streaming for ipa_bits
12567 summary for ltrans.
12568 (read_ipcp_transfomration_info): Add support for reading streamed
12569 ipa_bits.
12570 (ipcp_update_bits): New function.
12571 (ipcp_transform_function): Call ipcp_update_bits.
12572
12573 2016-08-25 Szabolcs Nagy <szabolcs.nagy@arm.com>
12574
12575 * config/mips/linux.h (MUSL_DYNAMIC_LINKER32): Update.
12576 (MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERN32): Update.
12577
12578 2016-08-25 David Edelsohn <dje.gcc@gmail.com>
12579
12580 * multiple_target.c (pass_data_dispatcher_calls): Fix typo.
12581
12582 2016-08-25 Richard Biener <rguenther@suse.de>
12583
12584 * dwarf2out.c (gen_remaining_tmpl_value_param_die_attributes):
12585 Only add locations in late dwarf.
12586 (gen_scheduled_generic_parms_dies): Do not set early dwarf here.
12587 (dwarf2out_early_finish): But do it here.
12588
12589 2016-08-24 Michael Collison <michael.collison@linaro.org>
12590 Michael Collison <michael.collison@arm.com>
12591
12592 * config/arm/arm-modes.def: Add new condition code mode CC_V
12593 to represent the overflow bit.
12594 * config/arm/arm.c (maybe_get_arm_condition_code):
12595 Add support for CC_Vmode.
12596 (arm_gen_unlikely_cbranch): New function to generate common
12597 rtl conditional branches for overflow patterns.
12598 * config/arm/arm-protos.h: Add prototype for
12599 arm_gen_unlikely_cbranch.
12600 * config/arm/arm.md (addv<mode>4, add<mode>3_compareV,
12601 addsi3_compareV_upper): New patterns to support signed
12602 builtin overflow add operations.
12603 (uaddv<mode>4, add<mode>3_compareC, addsi3_compareV_upper):
12604 New patterns to support unsigned builtin add overflow operations.
12605 (subv<mode>4, sub<mode>3_compare1): New patterns to support signed
12606 builtin overflow subtract operations,
12607 (usubv<mode>4): New patterns to support unsigned builtin subtract
12608 overflow operations.
12609 (negvsi3, negvdi3, negdi2_compare, negsi2_carryin_compare): New patterns
12610 to support builtin overflow negate operations.
12611
12612 2016-08-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
12613
12614 Revert
12615 2016-08-23 Dominik Vogt <vogt@linux.vnet.ibm.com>
12616
12617 * explow.c (get_dynamic_stack_size): Take known alignment of stack
12618 pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
12619 needed.
12620
12621 2016-08-24 Thomas Preud'homme <thomas.preudhomme@arm.com>
12622
12623 * doc/fragments.texi (MULTILIB_REUSE): Mention that only options in
12624 MULTILIB_OPTIONS should be used. Small wording fixes.
12625 * genmultilib: Memorize set of all option combinations in
12626 combination_space. Detect if RHS of MULTILIB_REUSE uses an option not
12627 found in MULTILIB_OPTIONS by checking if option set is listed in
12628 combination_space. Output new and existing error message to stderr.
12629
12630 2016-08-24 Thomas Preud'homme <thomas.preudhomme@arm.com>
12631
12632 * config/arm/t-aprofile (MULTILIB_MATCHES): Add mapping for
12633 -mcpu=cortex-a7, -mfpu=neon-fp16, -mfpu=fpv5-d16 and -mfpu=fp-armv8.
12634 Fix typo in -mfpu=vfpv3-d16-fp16 mapping.
12635 (MULTILIB_REUSE): Remove reuse rules for option set including
12636 -mfpu=fp-armv8 and -mfpu=vfpv4
12637
12638 2016-08-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
12639
12640 * config/arm/t-rtems: Add vfp multilib.
12641
12642 2016-08-23 Ian Lance Taylor <iant@golang.org>
12643
12644 * config/s390/s390.c (s390_asm_file_start): Call
12645 default_file_start.
12646
12647 2016-08-23 Michael Meissner <meissner@linux.vnet.ibm.com>
12648
12649 * config/rs6000/rs6000.c (rs6000_expand_vector_init): Set
12650 initialization of all 0's to the 0 constant, instead of directly
12651 generating XOR. Add support for V4SImode vector initialization on
12652 64-bit systems with direct move, and rework the ISA 3.0 V4SImode
12653 initialization. Change variables used in V4SFmode vector
12654 intialization. For V4SFmode vector splat on ISA 3.0, make sure
12655 any memory addresses are in index form. Add support for using
12656 VSPLTH/VSPLTB to initialize vector short and vector char vectors
12657 with all of the same element.
12658 (regno_or_subregno): New helper function to return a register
12659 number for either REG or SUBREG.
12660 (rs6000_adjust_vec_address): Do not generate ADDI <reg>,R0,<num>.
12661 Use regno_or_subregno where possible.
12662 (rs6000_split_v4si_init_di_reg): New helper function to build up a
12663 DImode value from two SImode values in order to generate V4SImode
12664 vector initialization on 64-bit systems with direct move.
12665 (rs6000_split_v4si_init): Split up the insns for a V4SImode vector
12666 initialization.
12667 (rtx_is_swappable_p): V4SImode vector initialization insn is not
12668 swappable.
12669 * config/rs6000/rs6000-protos.h (rs6000_split_v4si_init): Add
12670 declaration.
12671 * config/rs6000/vsx.md (VSX_SPLAT_I): New mode iterators and
12672 attributes to initialize V8HImode and V16QImode vectors with the
12673 same element.
12674 (VSX_SPLAT_COUNT): Likewise.
12675 (VSX_SPLAT_SUFFIX): Likewise.
12676 (UNSPEC_VSX_VEC_INIT): New unspec.
12677 (vsx_concat_v2sf): Eliminate using 'preferred' register classes.
12678 Allow SFmode values to come from Altivec registers.
12679 (vsx_init_v4si): New insn/split for V4SImode vector initialization
12680 on 64-bit systems with direct move.
12681 (vsx_splat_<mode>, VSX_W iterator): Rework V4SImode and V4SFmode
12682 vector initializations, to allow V4SImode vector initializations
12683 on 64-bit systems with direct move.
12684 (vsx_splat_v4si): Likewise.
12685 (vsx_splat_v4si_di): Likewise.
12686 (vsx_splat_v4sf): Likewise.
12687 (vsx_splat_v4sf_internal): Likewise.
12688 (vsx_xxspltw_<mode>, VSX_W iterator): Eliminate using 'preferred'
12689 register classes.
12690 (vsx_xxspltw_<mode>_direct, VSX_W iterator): Likewise.
12691 (vsx_vsplt<VSX_SPLAT_SUFFIX>_di): New insns to support
12692 initializing V8HImode and V16QImode vectors with the same
12693 element.
12694 * config/rs6000/rs6000.h (TARGET_DIRECT_MOVE_64BIT): Disallow
12695 optimization if -maltivec=be.
12696
12697 2016-08-23 Christophe Lyon <christophe.lyon@linaro.org>
12698
12699 * config/arm/arm.md (arm_movqi_insn): Swap predicable_short_it
12700 attribute for alternatives 3 and 4.
12701
12702 2016-08-23 David Malcolm <dmalcolm@redhat.com>
12703
12704 * selftest.c (selftest::assert_str_contains): New function.
12705 (selftest::test_assertions): Verify ASSERT_STR_CONTAINS.
12706 * selftest.h (selftest::assert_str_contains): New decl.
12707 (ASSERT_STR_CONTAINS): New macro.
12708
12709 2016-08-23 Richard Biener <rguenther@suse.de>
12710
12711 PR tree-optimization/77286
12712 * tree-vect-loop.c (vect_analyze_loop_form_1): Do not modify
12713 the CFG here.
12714 (vect_transform_loop): Split exit edges of loop and scalar
12715 loop if required and at the appropriate time.
12716
12717 2016-08-23 Dominik Vogt <vogt@linux.vnet.ibm.com>
12718
12719 * explow.c (get_dynamic_stack_size): Take known alignment of stack
12720 pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
12721 needed.
12722 Correct a typo in a comment.
12723
12724 2016-08-23 Dominik Vogt <vogt@linux.vnet.ibm.com>
12725
12726 * config/s390/s390.md ("*andc_split"): New splitter for and with
12727 complement.
12728
12729 2016-08-23 Richard Biener <rguenther@suse.de>
12730
12731 PR tree-optimization/27336
12732 * tree-vrp.c (infer_value_range): Handle stmts that can throw
12733 by looking for a non-EH edge.
12734 (process_assert_insertions_for): Likewise.
12735
12736 2016-08-23 Richard Biener <rguenther@suse.de>
12737
12738 PR middle-end/77305
12739 * statistics.c (statistics_counter_event): Robustify against
12740 NULL current_pass.
12741
12742 2016-08-23 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
12743
12744 * config/i386/i386.c (processor_alias_table): Enable PTA_PRFCHW
12745 for targets amdfam10 and barcelona.
12746
12747 2016-08-22 Uros Bizjak <ubizjak@gmail.com>
12748
12749 * config/i386/i386.md (*zero_extendsidi2): Add (*r,*k) alternative.
12750 (zero_extend<mode>di2): Ditto.
12751 (*zero_extend<mode>si2): Ditto.
12752 (*zero_extendqihi2): Ditto.
12753
12754 2016-08-22 Joseph Myers <joseph@codesourcery.com>
12755
12756 PR middle-end/77269
12757 * builtins.c (fold_builtin_classify): Use builtin_decl_explicit
12758 (BUILT_IN_SIGNBIT) to expand __builtin_isinf_sign.
12759
12760 2016-08-22 Patrick Palka <ppalka@gcc.gnu.org>
12761
12762 * print-tree.c (print_node) [VECTOR_CST]: Coalesce the output of
12763 identical consecutive elements.
12764 [SSA_NAME]: Print the name's def stmt on its own line. When printing
12765 the node's def stmt, avoid printing an unwanted trailing newline by
12766 replacing the call to print_gimple_stmt() with its inlined body and
12767 adjusting it to not set pp_needs_newline and to call pp_flush()
12768 instead of pp_newline_and_flush().
12769
12770 2016-08-22 Joseph Myers <joseph@codesourcery.com>
12771
12772 * tree.h (CASE_FLT_FN_FLOATN_NX, float16_type_node)
12773 (float32_type_node, float64_type_node, float32x_type_node)
12774 (float128x_type_node): New macros.
12775 * builtin-types.def (BT_FLOAT16, BT_FLOAT32, BT_FLOAT64)
12776 (BT_FLOAT128, BT_FLOAT32X, BT_FLOAT64X, BT_FLOAT128X)
12777 (BT_FN_FLOAT16, BT_FN_FLOAT32, BT_FN_FLOAT64, BT_FN_FLOAT128)
12778 (BT_FN_FLOAT32X, BT_FN_FLOAT64X, BT_FN_FLOAT128X)
12779 (BT_FN_FLOAT16_FLOAT16, BT_FN_FLOAT32_FLOAT32)
12780 (BT_FN_FLOAT64_FLOAT64, BT_FN_FLOAT128_FLOAT128)
12781 (BT_FN_FLOAT32X_FLOAT32X, BT_FN_FLOAT64X_FLOAT64X)
12782 (BT_FN_FLOAT128X_FLOAT128X, BT_FN_FLOAT16_CONST_STRING)
12783 (BT_FN_FLOAT32_CONST_STRING, BT_FN_FLOAT64_CONST_STRING)
12784 (BT_FN_FLOAT128_CONST_STRING, BT_FN_FLOAT32X_CONST_STRING)
12785 (BT_FN_FLOAT64X_CONST_STRING, BT_FN_FLOAT128X_CONST_STRING)
12786 (BT_FN_FLOAT16_FLOAT16_FLOAT16, BT_FN_FLOAT32_FLOAT32_FLOAT32)
12787 (BT_FN_FLOAT64_FLOAT64_FLOAT64, BT_FN_FLOAT128_FLOAT128_FLOAT128)
12788 (BT_FN_FLOAT32X_FLOAT32X_FLOAT32X)
12789 (BT_FN_FLOAT64X_FLOAT64X_FLOAT64X)
12790 (BT_FN_FLOAT128X_FLOAT128X_FLOAT128X): New type definitions.
12791 * builtins.def (DEF_GCC_FLOATN_NX_BUILTINS): New macro.
12792 (copysign, fabs, huge_val, inf, nan, nans): Use it.
12793 * builtins.c (expand_builtin): Use CASE_FLT_FN_FLOATN_NX for fabs
12794 and copysign.
12795 (fold_builtin_0): Use CASE_FLT_FN_FLOATN_NX for inf and huge_val.
12796 (fold_builtin_1): Use CASE_FLT_FN_FLOATN_NX for fabs.
12797 * doc/extend.texi (Other Builtins): Document these built-in
12798 functions.
12799 * fold-const-call.c (fold_const_call): Use CASE_FLT_FN_FLOATN_NX
12800 for nan and nans.
12801
12802 2016-08-22 Gerald Pfeifer <gerald@pfeifer.com>
12803
12804 * doc/install.texi (Binaries): www.opencsw.org now uses https.
12805
12806 2016-08-22 Richard Biener <rguenther@suse.de>
12807
12808 * tree-ssa-forwprop.c (pass_forwprop::execute): Use RPO order.
12809
12810 2016-08-21 Uros Bizjak <ubizjak@gmail.com>
12811
12812 PR target/77270
12813 * config/i386/i386.md (prefetch): When TARGET_PRFCHW or
12814 TARGET_PREFETCHWT1 are disabled, emit 3dNOW! write prefetches for
12815 non-SSE2 athlons only, otherwise prefer SSE prefetches.
12816
12817 2016-08-20 Kugan Vivekanandarajah <kuganv@linaro.org>
12818
12819 * tree-vrp.c (vrp_visit_assignment_or_call): Changed to Return VR.
12820 (vrp_visit_cond_stmt): Just sets TAKEN_EDGE_P.
12821 (vrp_visit_switch_stmt): Likewise.
12822 (extract_range_from_stmt): Factored out from vrp_visit_stmt.
12823 (extract_range_from_phi_node): Factored out from vrp_visit_phi_stmt.
12824 (vrp_visit_stmt): Use extract_range_from_stmt.
12825 (vrp_visit_phi_node): Use extract_range_from_phi_node.
12826
12827 2016-08-20 Kugan Vivekanandarajah <kuganv@linaro.org>
12828
12829 * Makefile.in: Add tree-vrp.h to GTFILES.
12830 * gengtype.c (open_base_files): Add tree-vrp.h.
12831 * asan.c: Add tree-vrp.h which now has the definition value_range_type.
12832 * builtins.c: Likewise.
12833 * fold-const.c: Likewise.
12834 * gimple-builder.c: Likewise.
12835 * gimple-laddress.c: Likewise.
12836 * hsa-gen.c: Likewise.
12837 * internal-fn.c: Likewise.
12838 * ssa.h: Likewise.
12839 * targhooks.c: Liewise,
12840 * tree-ssa-address.c: Likewise.
12841 * tree-ssanames.h (value_range_type: Move to tree-vrp.h.
12842 * tree-vrp.c (struct value_range): Move to tree-vrp.h
12843 * tree-vrp.h: New file.
12844
12845 2016-08-20 Kugan Vivekanandarajah <kuganv@linaro.org>
12846
12847 PR tree-optimization/61839
12848 * tree-vrp.c (two_valued_val_range_p): New.
12849 (simplify_stmt_using_ranges): Convert CST BINOP VAR where VAR is
12850 two-valued to VAR == VAL1 ? (CST BINOP VAL1) : (CST BINOP VAL2).
12851 Also Convert VAR BINOP CST where VAR is two-valued to
12852 VAR == VAL1 ? (VAL1 BINOP CST) : (VAL2 BINOP CST).
12853
12854 2016-08-19 David Malcolm <dmalcolm@redhat.com>
12855
12856 * diagnostic-show-locus.c
12857 (layout::annotation_line_showed_range_p): New method.
12858 (layout::print_any_fixits): Remove case fixit_hint::REMOVE.
12859 Reimplement case fixit_hint::REPLACE to cover removals, and
12860 replacements where the range of the replacement isn't one
12861 of the ranges in the rich_location.
12862 (test_one_liner_fixit_replace): Likewise.
12863 (selftest::test_one_liner_fixit_replace_non_equal_range): New
12864 function.
12865 (selftest::test_one_liner_fixit_replace_equal_secondary_range):
12866 New function.
12867 (selftest::test_diagnostic_show_locus_one_liner): Call the new
12868 functions.
12869 * diagnostic.c (print_parseable_fixits): Remove case
12870 fixit_hint::REMOVE.
12871
12872 2016-08-19 Uros Bizjak <ubizjak@gmail.com>
12873
12874 PR target/77270
12875 * config/i386/i386.c (ix86_option_override_internal): Remove
12876 PTA_PRFCHW from entries that also have PTA_3DNOW flag.
12877 Enable SSE prefetch also for TARGET_PREFETCHWT1.
12878 Do not try to enable TARGET_PRFCHW ISA flag here.
12879 * config/i386/i386.md (prefetch): Enable also for TARGET_3DNOW.
12880 Rewrite expander function body.
12881 (*prefetch_3dnow): Enable for TARGET_3DNOW and TARGET_PREFETCHWT1.
12882
12883 2016-08-19 Joseph Myers <joseph@codesourcery.com>
12884
12885 PR c/32187
12886 * tree-core.h (TI_COMPLEX_FLOAT16_TYPE)
12887 (TI_COMPLEX_FLOATN_NX_TYPE_FIRST, TI_COMPLEX_FLOAT32_TYPE)
12888 (TI_COMPLEX_FLOAT64_TYPE, TI_COMPLEX_FLOAT128_TYPE)
12889 (TI_COMPLEX_FLOAT32X_TYPE, TI_COMPLEX_FLOAT64X_TYPE)
12890 (TI_COMPLEX_FLOAT128X_TYPE, TI_FLOAT16_TYPE, TI_FLOATN_TYPE_FIRST)
12891 (TI_FLOATN_NX_TYPE_FIRST, TI_FLOAT32_TYPE, TI_FLOAT64_TYPE)
12892 (TI_FLOAT128_TYPE, TI_FLOATN_TYPE_LAST, TI_FLOAT32X_TYPE)
12893 (TI_FLOATNX_TYPE_FIRST, TI_FLOAT64X_TYPE, TI_FLOAT128X_TYPE)
12894 (TI_FLOATNX_TYPE_LAST, TI_FLOATN_NX_TYPE_LAST): New enum
12895 tree_index values.
12896 (NUM_FLOATN_TYPES, NUM_FLOATNX_TYPES, NUM_FLOATN_NX_TYPES): New
12897 macros.
12898 (struct floatn_type_info): New structure type.
12899 (floatn_nx_types): New variable declaration.
12900 * tree.h (FLOATN_TYPE_NODE, FLOATN_NX_TYPE_NODE)
12901 (FLOATNX_TYPE_NODE, float128_type_node, float64x_type_node)
12902 (COMPLEX_FLOATN_NX_TYPE_NODE): New macros.
12903 * tree.c (floatn_nx_types): New variable.
12904 (build_common_tree_nodes): Initialize _FloatN, _FloatNx and
12905 corresponding complex types.
12906 * target.def (floatn_mode): New hook.
12907 * targhooks.c: Include "real.h".
12908 (default_floatn_mode): New function.
12909 * targhooks.h (default_floatn_mode): New prototype.
12910 * doc/extend.texi (Floating Types): Document _FloatN and _FloatNx
12911 types.
12912 * doc/sourcebuild.texi (float@var{n}, float@var{n}x): Document new
12913 effective-target and dg-add-options keywords.
12914 (float@var{n}_runtime, float@var{n}x_runtime, floatn_nx_runtime):
12915 Document new effective-target keywords.
12916 * doc/tm.texi.in (TARGET_FLOATN_MODE): New @hook.
12917 * doc/tm.texi: Regenerate.
12918 * ginclude/float.h (LDBL_DECIMAL_DIG): Define to
12919 __LDBL_DECIMAL_DIG__, not __DECIMAL_DIG__.
12920 [__STDC_WANT_IEC_60559_TYPES_EXT__]: Define macros from TS
12921 18661-3.
12922 * real.h (struct real_format): Add field ieee_bits.
12923 * real.c (ieee_single_format, mips_single_format)
12924 (motorola_single_format, spu_single_format, ieee_double_format)
12925 (mips_double_format, motorola_double_format)
12926 (ieee_extended_motorola_format, ieee_extended_intel_96_format)
12927 (ieee_extended_intel_128_format)
12928 (ieee_extended_intel_96_round_53_format, ibm_extended_format)
12929 (mips_extended_format, ieee_quad_format, mips_quad_format)
12930 (vax_f_format, vax_d_format, vax_g_format, decimal_single_format)
12931 (decimal_double_format, decimal_quad_format, ieee_half_format)
12932 (arm_half_format, real_internal_format: Initialize ieee_bits
12933 field.
12934 * config/i386/i386.c (ix86_init_builtin_types): Do not initialize
12935 float128_type_node. Set float80_type_node to float64x_type_node
12936 if appropriate and long_double_type_node not appropriate.
12937 * config/ia64/ia64.c (ia64_init_builtins): Likewise.
12938 * config/pdp11/pdp11.c (pdp11_f_format, pdp11_d_format):
12939 Initialize ieee_bits field.
12940 * config/rs6000/rs6000.c (TARGET_FLOATN_MODE): New macro.
12941 (rs6000_init_builtins): Set ieee128_float_type_node to
12942 float128_type_node.
12943 (rs6000_floatn_mode): New function.
12944
12945 2016-08-19 Jakub Jelinek <jakub@redhat.com>
12946
12947 * config/i386/rdseedintrin.h (_rdseed16_step, _rdseed32_step,
12948 _rdseed64_step): Uglify argument names and/or local variable names
12949 in inline functions.
12950 * config/i386/rtmintrin.h (_xabort): Likewise.
12951 * config/i386/avx512vlintrin.h (_mm256_ternarylogic_epi64,
12952 _mm256_mask_ternarylogic_epi64, _mm256_maskz_ternarylogic_epi64,
12953 _mm256_ternarylogic_epi32, _mm256_mask_ternarylogic_epi32,
12954 _mm256_maskz_ternarylogic_epi32, _mm_ternarylogic_epi64,
12955 _mm_mask_ternarylogic_epi64, _mm_maskz_ternarylogic_epi64,
12956 _mm_ternarylogic_epi32, _mm_mask_ternarylogic_epi32,
12957 _mm_maskz_ternarylogic_epi32): Likewise.
12958 * config/i386/lwpintrin.h (__llwpcb, __lwpval32, __lwpval64,
12959 __lwpins32, __lwpins64): Likewise.
12960 * config/i386/avx2intrin.h (_mm_i32gather_pd, _mm_mask_i32gather_pd,
12961 _mm256_i32gather_pd, _mm256_mask_i32gather_pd, _mm_i64gather_pd,
12962 _mm_mask_i64gather_pd, _mm256_i64gather_pd, _mm256_mask_i64gather_pd,
12963 _mm_i32gather_ps, _mm_mask_i32gather_ps, _mm256_i32gather_ps,
12964 _mm256_mask_i32gather_ps, _mm_i64gather_ps, _mm_mask_i64gather_ps,
12965 _mm256_i64gather_ps, _mm256_mask_i64gather_ps, _mm_i32gather_epi64,
12966 _mm_mask_i32gather_epi64, _mm256_i32gather_epi64,
12967 _mm256_mask_i32gather_epi64, _mm_i64gather_epi64,
12968 _mm_mask_i64gather_epi64, _mm256_i64gather_epi64,
12969 _mm256_mask_i64gather_epi64, _mm_i32gather_epi32,
12970 _mm_mask_i32gather_epi32, _mm256_i32gather_epi32,
12971 _mm256_mask_i32gather_epi32, _mm_i64gather_epi32,
12972 _mm_mask_i64gather_epi32, _mm256_i64gather_epi32,
12973 _mm256_mask_i64gather_epi32): Likewise.
12974 * config/i386/pmm_malloc.h (_mm_malloc, _mm_free): Likewise.
12975 * config/i386/ia32intrin.h (__writeeflags): Likewise.
12976 * config/i386/pkuintrin.h (_wrpkru): Likewise.
12977 * config/i386/avx512pfintrin.h (_mm512_mask_prefetch_i32gather_pd,
12978 _mm512_mask_prefetch_i32gather_ps, _mm512_mask_prefetch_i64gather_pd,
12979 _mm512_mask_prefetch_i64gather_ps, _mm512_prefetch_i32scatter_pd,
12980 _mm512_prefetch_i32scatter_ps, _mm512_mask_prefetch_i32scatter_pd,
12981 _mm512_mask_prefetch_i32scatter_ps, _mm512_prefetch_i64scatter_pd,
12982 _mm512_prefetch_i64scatter_ps, _mm512_mask_prefetch_i64scatter_pd,
12983 _mm512_mask_prefetch_i64scatter_ps): Likewise.
12984 * config/i386/gmm_malloc.h (_mm_malloc, _mm_free): Likewise.
12985 * config/i386/avx512fintrin.h (_mm512_ternarylogic_epi64,
12986 _mm512_mask_ternarylogic_epi64, _mm512_maskz_ternarylogic_epi64,
12987 _mm512_ternarylogic_epi32, _mm512_mask_ternarylogic_epi32,
12988 _mm512_maskz_ternarylogic_epi32, _mm512_i32gather_ps,
12989 _mm512_mask_i32gather_ps, _mm512_i32gather_pd, _mm512_i64gather_ps,
12990 _mm512_i64gather_pd, _mm512_i32gather_epi32, _mm512_i32gather_epi64,
12991 _mm512_i64gather_epi32, _mm512_i64gather_epi64): Likewise.
12992
12993 * config/i386/fxsrintrin.h (_fxsave): Remove return keyword in inlines
12994 returning void.
12995 (_fxrstor, _fxsave64, _fxrstor64): Likewise.
12996 * config/i386/xsaveintrin.h (_xsave, _xrstor, _xsave64, _xrstor64):
12997 Likewise.
12998 * config/i386/xsaveoptintrin.h (_xsaveopt, _xsaveopt64): Likewise.
12999 * config/i386/pkuintrin.h (_wrpkru): Likewise. Add space after
13000 function name.
13001 (_rdpkru_u32): Add space after function name.
13002
13003 * config/i386/t-i386 (i386-c.o): Don't depend on
13004 i386-builtin-types.inc.
13005 (i386.o): Depend on i386-builtin-types.inc.
13006
13007 2016-08-19 Matthew Wahab <matthew.wahab@arm.com>
13008
13009 PR target/77281
13010 * config/arm/arm.c (neon_valid_immediate): Delete declaration.
13011 Use const_vec_duplicate to check for duplicated elements.
13012
13013 2016-08-19 Richard Biener <rguenther@suse.de>
13014
13015 PR tree-optimization/77290
13016 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
13017 Fix flag_tree_parallelize_loops check.
13018
13019 2016-08-19 Richard Biener <rguenther@suse.de>
13020
13021 * match.pd (x | 0 -> x): Add.
13022
13023 2016-08-19 Richard Biener <rguenther@suse.de>
13024
13025 PR tree-optimization/77286
13026 * tree-vect-loop-manip.c (slpeel_duplicate_current_defs_from_edges):
13027 Deal with virtual PHIs being out-of-order.
13028
13029 2016-08-18 David Malcolm <dmalcolm@redhat.com>
13030
13031 * doc/invoke.texi (fverbose-asm): Note that source code lines
13032 are emitted, and provide an example.
13033 * final.c (asm_show_source): New function.
13034 (final_scan_insn): Call asm_show_source.
13035
13036 2016-08-18 David Malcolm <dmalcolm@redhat.com>
13037
13038 * diagnostic-show-locus.c (colorizer::colorizer): Replace diagnostic
13039 param with diagnostic_kind.
13040 (class colorizer): Similarly replace field m_diagnostic with
13041 m_diagnostic_kind.
13042 (colorizer::colorizer): Replace diagnostic
13043 param with diagnostic_kind.
13044 (colorizer::begin_state): Update for above field change.
13045 (layout::layout): Replace diagnostic param with rich_location *
13046 and diagnostic_kind.
13047 (diagnostic_show_locus): Replace diagnostic param with richloc
13048 and diagnostic_kind.
13049 (class selftest::test_diagnostic_context): New class.
13050 (selftest::test_diagnostic_show_locus_unknown_location): New
13051 function.
13052 (selftest::test_one_liner_simple_caret): New function.
13053 (selftest::test_one_liner_caret_and_range): New function.
13054 (selftest::test_one_liner_multiple_carets_and_ranges): New
13055 function.
13056 (selftest::test_one_liner_fixit_remove): New function.
13057 (selftest::test_one_liner_fixit_replace): New function.
13058 (selftest::test_diagnostic_show_locus_one_liner): New function.
13059 (selftest::diagnostic_show_locus_c_tests): Call the new test
13060 functions.
13061 * diagnostic.c (diagnostic_initialize): Initialize
13062 colorize_source_p, show_ruler_p and parseable_fixits_p.
13063 (default_diagnostic_finalizer): Update for change to
13064 diagnostic_show_locus.
13065 (diagnostic_append_note): Likewise.
13066 * diagnostic.h (diagnostic_show_locus): Replace
13067 const diagnostic_info * param with location * and diagnostic_t.
13068
13069 2016-08-18 David Malcolm <dmalcolm@redhat.com>
13070
13071 * input.c (saved_line_table): New global.
13072 (class selftest::temp_line_table): Rename to line_table_test and
13073 move declaration to selftest.h, and drop field m_old_line_table.
13074 (selftest::temp_line_table::temp_line_table): Rename ctor to...
13075 (selftest::line_table_test::line_table_test): ...this. Add a
13076 default ctor. Store current value of line_table within
13077 saved_line_table.
13078 (selftest::temp_line_table::~temp_line_table): Rename dtor to...
13079 (selftest::line_table_test::~line_table_test): ...this, and
13080 restore line_table from the saved_line_table, rather than
13081 m_old_line_table.
13082 (selftest::test_accessing_ordinary_linemaps): Update for above
13083 renaming.
13084 (selftest::test_lexer): Likewise.
13085 (struct selftest::lexer_test): Likewise.
13086 (selftest::lexer_test::lexer_test): Likewise.
13087 (selftest::input_c_tests): Move the looping over test cases from
13088 here into...
13089 (selftest::for_each_line_table_case): New function.
13090 * input.h (saved_line_table): New decl.
13091 * selftest.h (struct selftest::line_table_case): New forward decl.
13092 (class selftest::line_table_test): New class, moved here from
13093 selftest::temp_line_table in input.c, and renamed.
13094 (selftest::for_each_line_table_case): New decl.
13095
13096 2015-08-18 H.J. Lu <hongjiu.lu@intel.com>
13097
13098 PR target/72839
13099 * config/i386/i386.c (lakemont_cost): Set MOVE_RATIO to 17.
13100
13101 2016-08-18 Chung-Lin Tang <cltang@codesourcery.com>
13102
13103 PR middle-end/70895
13104 * gimplify.c (omp_add_variable): Adjust/add variable mapping on
13105 enclosing parallel construct for reduction variables on OpenACC loop
13106 directives.
13107
13108 2016-08-18 Pierre-Marie de Rodat <derodat@adacore.com>
13109
13110 * dwarf2out.c (copy_dwarf_procedure): Remove obsolete comment.
13111 (new_dwarf_proc_die): Emit DW_TAG_dwarf_procedure DIEs even for
13112 -gdwarf-3.
13113 (function_to_dwarf_procedure): Update comment.
13114
13115 2016-08-18 David Malcolm <dmalcolm@redhat.com>
13116
13117 * input.c (diagnostics_file_cache_forcibly_evict_file): New
13118 function.
13119 * input.h (diagnostics_file_cache_forcibly_evict_file): New
13120 declaration.
13121 * selftest.c (selftest::temp_source_file::~temp_source_file):
13122 Evict m_filename from the diagnostic file cache.
13123
13124 2016-08-18 Richard Biener <rguenther@suse.de>
13125
13126 * tree-pass.h (make_pass_materialize_all_clones): Declare.
13127 * ipa.c (pass_data_materialize_all_clones, pass_materialize_all_clones,
13128 make_pass_materialize_all_clones): New simple IPA pass encapsulating
13129 clone materialization.
13130 * passes.def (all_late_ipa_passes): Start with
13131 pass_materialize_all_clones.
13132 * cgraphunit.c (symbol_table::compile): Remove call to
13133 materialize_all_clones.
13134 * tree-into-ssa.c: Include statistics.h.
13135 (update_ssa): Count number of times we do incremental/rewrite
13136 SSA update.
13137
13138 2016-08-18 Richard Biener <rguenther@suse.de>
13139
13140 PR tree-optimization/77282
13141 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
13142 When doing auto-parallelizing also prevent use of PHIs that
13143 carry dependences across loop backedges.
13144
13145 2016-08-18 Tamar Christina <tamar.christina@arm.com>
13146 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
13147
13148 * varasm.c (default_use_anchors_for_symbol_p): Reject too large decls.
13149
13150 2016-08-18 Richard Biener <rguenther@suse.de>
13151
13152 * ssa-iterators.h (ssa_vuse_operand): New inline.
13153 * tree-if-conv.c (ifc_temp_var): Update virtual operand.
13154 (predicate_all_scalar_phis): Use remove_phi_node to remove
13155 phi nodes predicated. Delay removing virtual PHIs.
13156 (predicate_mem_writes): Update virtual operands.
13157 (combine_blocks): Likewise. Propagate out remaining virtual PHIs.
13158 (tree_if_conversion): Do not rewrite virtual SSA form.
13159 * tree-phinodes.c (release_phi_node): Make static.
13160 * tree-phinodes.h (release_phi_node): Remove.
13161
13162 2016-08-18 Jakub Jelinek <jakub@redhat.com>
13163
13164 * config/i386/i386.c (enum ix86_builtins): Remove IX86_BUILTIN_*
13165 codes that appear in bdesc_* arrays, instead include i386-builtin.def
13166 twice to define those.
13167 (bdesc_comi, bdesc_pcmpestr, bdesc_pcmpistr, bdesc_special_args,
13168 bdesc_args, bdesc_round_args, bdesc_mpx, bdesc_mpx_const,
13169 bdesc_multi_arg): Define by including i386-builtin.def the third time.
13170 * config/i386/i386-builtin.def: New file.
13171
13172 2016-08-17 David Malcolm <dmalcolm@redhat.com>
13173
13174 * input.c (get_source_range_for_char): Rename to...
13175 (selftest::get_source_range_for_char): ...this, and move within
13176 the #if CHECKING_P guard.
13177 (get_num_source_ranges_for_substring): Rename to...
13178 (selftest::get_num_source_ranges_for_substring): ...this, move
13179 within the #if CHECKING_P guard, and make static.
13180 (selftest::assert_num_substring_ranges): Initialize
13181 actual_num_ranges.
13182
13183 2016-08-18 Alan Modra <amodra@gmail.com>
13184
13185 PR rtl-optimization/72771
13186 * reload.c (find_reloads): Don't assume that a subreg mem is OK
13187 when find_reloads_toplev returns address_reloaded==-1.
13188 (alternative_allows_const_pool_ref): Update comment.
13189
13190 2015-08-17 Alan Hayward <alan.hayward@arm.com>
13191
13192 PR tree-optimization/71752
13193 * tree-vect-loop.c (vectorizable_reduction): Keep SLP operand ordering.
13194 * tree-vect-slp.c (vect_get_slp_defs): Handle null operands.
13195
13196 2016-08-17 Jakub Jelinek <jakub@redhat.com>
13197
13198 * gimple-fold.c (gimple_fold_call): Use gimple_call_noreturn_p
13199 instead of testing ECF_NORETURN bit in gimple_call_flags.
13200 * tree-cfg.c (make_edges_bb, execute_fixup_cfg): Likewise.
13201 * predict.c (tree_bb_level_predictions): Likewise.
13202 * gimple-low.c (gimple_stmt_may_fallthru): Likewise.
13203
13204 PR middle-end/77259
13205 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): If
13206 turning a call into __builtin_unreachable-like noreturn call, adjust
13207 gimple_call_set_fntype.
13208 * tree-cfgcleanup.c (fixup_noreturn_call): Remove lhs also if
13209 gimple_call_fntype has void return type.
13210
13211 2016-08-17 Chung-Lin Tang <cltang@codesourcery.com>
13212
13213 * omp-low.c (lower_oacc_reductions): Adjust variable lookup to use
13214 maybe_lookup_decl, to handle nested acc loop directives.
13215
13216 2016-08-17 Richard Biener <rguenther@suse.de>
13217
13218 PR tree-optimization/76490
13219 * tree-vrp.c (update_value_range): Preserve overflow infinities
13220 when intersecting with ranges from get_range_info.
13221 (operand_less_p): Handle overflow infinities correctly.
13222 (value_range_constant_singleton): Use vrp_operand_equal_p
13223 to handle overflow max/min correctly.
13224 (vrp_valueize): Likewise.
13225 (union_ranges): Likewise.
13226 (intersect_ranges): Likewise.
13227 (vrp_visit_phi_node): Improve iteration limitation to only
13228 apply when we'll possibly re-visit the PHI via a changed argument
13229 on the backedge.
13230
13231 2016-08-17 Thomas Preud'homme <thomas.preudhomme@arm.com>
13232
13233 * config/arm/t-aprofile (MULTILIB_EXCEPTIONS): Rewrite into ...
13234 (MULTILIB_REQUIRED): This by specifying multilib needing to be built
13235 rather than those that should not be built.
13236
13237 2016-08-17 Stanislaw Halik <sthalik@misaki.pl>
13238
13239 PR target/66488
13240 * config/i386/xm-mingw32.h (HOST_BITS_PER_PTR): Define if __x86_64__.
13241
13242 2016-08-17 Richard Biener <rguenther@suse.de>
13243
13244 * tree-ssa.c: Include tree-cfg.h and tree-dfa.h.
13245 (verify_vssa): New function verifying virtual SSA form.
13246 (verify_ssa): Call it.
13247 * tree-ssa-loop-manip.c (slpeel_update_phi_nodes_for_guard2):
13248 Do not apply loop-closed SSA handling to virtuals.
13249 * ssa-iterators.h (op_iter_init): Handle GIMPLE_TRANSACTION.
13250 * tree-into-ssa.c (prepare_use_sites_for): Skip virtual SSA names
13251 when rewriting their symbol.
13252 (prepare_def_site_for): Likewise.
13253 * tree-chkp-opt.c (chkp_reduce_bounds_lifetime): Clear virtual
13254 operands of moved stmts.
13255
13256 2016-08-17 Richard Biener <rguenther@suse.de>
13257
13258 PR tree-optimization/23855
13259 * tree-ssa-loop-unswitch.c: Include tree-ssa-loop-manip.h.
13260 (tree_unswitch_outer_loop): Iterate find_loop_guard as long as we
13261 find guards to hoist. Do not update SSA form but rewrite virtuals
13262 into loop closed SSA.
13263 (find_loop_guard): Adjust to skip already hoisted guards. Do
13264 not mark virtuals for renaming or update SSA form.
13265
13266 2016-08-17 Martin Liska <mliska@suse.cz>
13267
13268 * coverage.c (get_gcov_type): Replace GCOV_TYPE_SIZE with
13269 a LONG_LONG_TYPE_SIZE comparison.
13270 * gcov-io.h: Remove macro definitions.
13271 * tree-profile.c (gimple_gen_edge_profiler): Replace usage
13272 of GCOV_TYPE_ATOMIC_FETCH_ADD with a LONG_LONG_TYPE_SIZE
13273 comparison.
13274
13275 2016-08-16 Jakub Jelinek <jakub@redhat.com>
13276
13277 * config/i386/i386.c (enum ix86_builtins): Reorder enumerators, so
13278 that builtins not mentioned in bdesc_* arrays come first, then
13279 the ones mentioned in bdesc_* arrays in the order they appear in
13280 the arrays in between IX86_BUILTIN__BDESC_*_FIRST and
13281 IX86_BUILTIN__BDESC_*_LAST enumerator.
13282 (bdesc_mpx): Fix up a comment typo.
13283 (bdesc_multi_arg): Remove __builtin_ia32_vpcomne[bwdq] and
13284 __builtin_ia32_vpcomneu[bwdq] builtins.
13285 (BDESC_VERIFY, BDESC_VERIFYS): Define.
13286 (ix86_init_mmx_sse_builtins, ix86_init_mpx_builtins): Verify
13287 enum ix86_builtins ordering.
13288 (ix86_expand_builtin): Use enum ix86_builtins ordering assumption
13289 for direct bdesc_* array member access instead of searching all the
13290 arrays until an fcode match is found.
13291
13292 2016-08-16 Uros Bizjak <ubizjak@gmail.com>
13293
13294 * config/i386/i386.md (*ashl<mode>3_mask): Rewrite define_insn
13295 pattern as define_insn_and_split. Split insn before reload to
13296 ashl<mode>3_1.
13297 (*<shift_insn><mode>3_mask): Ditto. Split insn before reload to
13298 <shift_insn><mode>3_1.
13299 (*<rotate_insn><mode>3_mask): Ditto. Split insn before reload to
13300 <rotate_insn><mode>3_1.
13301
13302 2016-08-16 David Malcolm <dmalcolm@redhat.com>
13303
13304 PR c/72857
13305 * input.c (get_source_range_for_substring): Rename to...
13306 (get_source_location_for_substring): ...this, adding param
13307 "caret_idx", and converting output param from source_range * to
13308 location_t *.
13309 (get_source_range_for_char): New function.
13310 (get_num_source_ranges_for_substring): Update comment to reflect
13311 above renaming.
13312 (assert_char_at_range): Update to use get_source_range_for_char
13313 rather than get_source_range_for_substring.
13314 (test_lexer_string_locations_concatenation_2): Likewise.
13315 * substring-locations.h (get_source_range_for_substring): Rename
13316 to...
13317 (get_source_location_for_substring): ...this, and adding param
13318 "caret_idx", and converting output param from source_range * to
13319 location_t *.
13320
13321 2016-08-16 David Malcolm <dmalcolm@redhat.com>
13322
13323 * input.c (class selftest::temp_source_file): Move to
13324 selftest.h.
13325 (selftest::temp_source_file::temp_source_file): Move to
13326 selftest.c.
13327 (selftest::temp_source_file::~temp_source_file): Likewise.
13328 * selftest.c (selftest::temp_source_file::temp_source_file): Move
13329 here from input.c.
13330 (selftest::temp_source_file::~temp_source_file): Likewise.
13331 * selftest.h (class selftest::temp_source_file): Move here from
13332 input.c
13333
13334 2016-08-16 Jakub Jelinek <jakub@redhat.com>
13335
13336 PR target/71910
13337 * tree-cfg.c (execute_fixup_cfg): Add node variable, use it. Before
13338 inlining, add cgraph edge for the added __builtin_unreachable call.
13339
13340 PR middle-end/67485
13341 * expmed.c (expand_mult_const): Change val_so_far's type to UHWI,
13342 only cast it to SHWI for the final comparison.
13343
13344 2016-08-16 Martin Liska <mliska@suse.cz>
13345
13346 PR gcov-profile/36412
13347 * doc/gcov.texi: Document --hash-filenames(-x).
13348 * gcov.c (print_usage): Add the option.
13349 (process_args): Process the option, sort options alphabetically.
13350 (md5sum_to_hex): New function.
13351 (make_gcov_file_name): Do the md5sum and append it to a
13352 filename.
13353
13354 2016-08-16 Bin Cheng <bin.cheng@arm.com>
13355
13356 PR tree-optimization/69848
13357 * config/aarch64/aarch64-simd.md (vcond<mode><mode>): Invert NE
13358 and swtich operands to avoid additional NOT instruction.
13359 (vcond<v_cmp_mixed><mode>): Ditto.
13360 (vcondu<mode><mode>, vcondu<mode><v_cmp_mixed>): Ditto.
13361
13362 2016-08-16 Eric Botcazou <ebotcazou@adacore.com>
13363
13364 * doc/install.texi (*-*-solaris2*): Adjust latest change.
13365
13366 2016-08-16 Richard Biener <rguenther@suse.de>
13367
13368 PR tree-optimization/76783
13369 * tree-ssa-propagate.c (ssa_prop_init): Use RPO order. Clear
13370 BB visited flags at start.
13371
13372 2016-08-16 Bin Cheng <bin.cheng@arm.com>
13373
13374 PR tree-optimization/72817
13375 PR tree-optimization/73450
13376 * tree-ssa-loop-niter.c (number_of_iterations_ne): Check
13377 multiple_of_p for adjusted IV.base.
13378
13379 2016-08-15 Uros Bizjak <ubizjak@gmail.com>
13380
13381 PR target/72867
13382 * config/i386/sse.md (<code><mode>3<mask_name><round_saeonly_name>):
13383 Emit ieee_<ieee_maxmin><mode>3<mask_name><round_saeonly_name>
13384 for !flag_finite_math_only or flag_signed_zeros.
13385 (*<code><mode>3<mask_name><round_saeonly_name>): Rename from
13386 *<code><mode>3_finite<mask_name><round_saeonly_name>. Do not
13387 depend on flag_finite_math_only.
13388 (ieee_<ieee_maxmin><mode>3<mask_name><round_saeonly_name>):
13389 New insn pattern.
13390 (*<code><mode>3<mask_name><round_saeonly_name>): Remove.
13391 (*ieee_smin<mode>3): Ditto.
13392 (*ieee_smax<mode>3): Ditto.
13393 * config/i386/mmx.md (mmx_<code>v2sf3): Emit
13394 mmx_ieee_<ieee_maxmin>v2sf3 for !flag_finite_math_only or
13395 flag_signed_zeros.
13396 (*mmx_<code>v2sf3): Rename from *mmx_<code>v2sf3_finite. Do not
13397 depend on flag_finite_math_only.
13398 (mmx_ieee_<ieee_maxmin>v2sf3): New insn pattern.
13399 (*mmx_<code>v2sf3): Remove.
13400 * config/i386/subst.md (round_saeonly_mask_arg3): New subst attribute.
13401 * config/i386/i386.c (ix86_expand_sse_fp_mimnax): Check
13402 flag_signed_zeros instead of !flag_unsafe_math_optimizations.
13403
13404 2016-08-15 Segher Boessenkool <segher@kernel.crashing.org>
13405
13406 PR rtl-optimization/73650
13407 * lra-constraints.c (simple_move_p): If the insn is multiple_sets
13408 it is not a simple move.
13409
13410 2016-08-15 Martin Liska <mliska@suse.cz>
13411
13412 PR driver/72765
13413 * gcc.c (do_spec_1): Call save_string with the right size.
13414 (save_string): Do an assert about string we copy.
13415
13416 2016-08-15 Richard Biener <rguenther@suse.de>
13417
13418 * ree.c (rest_of_handle_ree): Remove redundant timevar push/pop.
13419 * config/i386/i386.c (pass_data_insert_vzeroupper): Account to
13420 TV_MACH_DEP.
13421 (pass_data_stv): Likewise.
13422
13423 2016-08-15 Richard Biener <rguenther@suse.de>
13424
13425 PR tree-optimization/73434
13426 * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address): Preserve
13427 TBAA info on the base when forwarding a non-invariant address.
13428
13429 2016-08-15 Jakub Jelinek <jakub@redhat.com>
13430
13431 * dwarf2out.c (struct checksum_attributes): Add
13432 at_string_length_bit_size and at_string_length_byte_size fields.
13433 (collect_checksum_attributes): Handle DW_AT_string_length_bit_size
13434 and DW_AT_string_length_byte_size.
13435 (die_checksum_ordered): Handle at_string_length_bit_size and
13436 at_string_length_byte_size.
13437 (gen_array_type_die): For dwarf_version >= 5 emit
13438 DW_AT_string_length_byte_size instead of DW_AT_byte_size.
13439 (adjust_string_types): For dwarf_version >= 5 remove
13440 DW_AT_string_length_byte_size instead of DW_AT_byte_size.
13441 (resolve_addr): Likewise.
13442
13443 PR debug/71906
13444 * dwarf2out.c (string_types): New variable.
13445 (gen_array_type_die): Change early_dwarf handling of
13446 DW_AT_string_length, create DW_OP_call4 referencing the
13447 length var temporarily. Handle parameters that are pointers
13448 to string length.
13449 (adjust_string_types): New function.
13450 (gen_subprogram_die): Temporarily set string_types to local var,
13451 call adjust_string_types if needed.
13452 (non_dwarf_expression, copy_deref_exprloc, optimize_string_length):
13453 New functions.
13454 (resolve_addr): Adjust DW_AT_string_length if it is DW_OP_call4.
13455
13456 2016-08-15 Eric Botcazou <ebotcazou@adacore.com>
13457
13458 * doc/install.texi (*-*-solaris2*): Fix version number and document
13459 requirement on GNU make for building libjava with the Solaris linker.
13460
13461 2016-08-15 Martin Liska <mliska@suse.cz>
13462 Jakub Jelinek <jakub@redhat.com>
13463
13464 PR tree-optimization/72824
13465 * tree-loop-distribution.c (const_with_all_bytes_same)
13466 <case VECTOR_CST>: Fix a typo.
13467
13468 2016-08-14 Uros Bizjak <ubizjak@gmail.com>
13469
13470 PR target/76342
13471 * config/i386/avx512fintrin.h (_mm512_undefined_epi32):
13472 Renamed from _mm512_undefined_si512.
13473 (_mm_undefined_si512): New definition.
13474
13475 2016-08-13 Richard Biener <rguenther@suse.de>
13476
13477 * tree-ssa-forwprop.c (pass_forwprop::execute): Propagate
13478 into PHIs and update the lattice for its def.
13479
13480 2016-08-12 Jakub Jelinek <jakub@redhat.com>
13481
13482 PR c/71512
13483 * ubsan.c (instrument_si_overflow): Pass true instead of false
13484 to gsi_replace.
13485 (pass_ubsan::execute): Call gimple_purge_dead_eh_edges at the end
13486 of bbs. Return TODO_cleanup_cfg if any returned true.
13487
13488 2016-08-12 Michael Meissner <meissner@linux.vnet.ibm.com>
13489
13490 * config/rs6000/vsx.md (vsx_concat_<mode>): Add support for the
13491 ISA 3.0 MTVSRDD instruction.
13492 (vsx_splat_<mode>): Change cpu type of MTVSRDD instruction to
13493 vecperm.
13494
13495 2016-08-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
13496
13497 PR tree-optimization/71083
13498 * tree-predcom.c (ref_at_iteration): Use a COMPONENT_REF for the
13499 bitfield access when possible.
13500
13501 2016-08-12 Patrick Palka <ppalka@gcc.gnu.org>
13502
13503 PR middle-end/71654
13504 * match.pd ((T)A CMP (T)B -> A CMP B): Allow (T)A to be a
13505 sign-changing cast from a shorter unsigned type to a wider
13506 signed type.
13507
13508 2016-08-12 Jakub Jelinek <jakub@redhat.com>
13509
13510 * config/i386/sse.md (avx512dq_vextract<shuffletype>64x2_1_maskm,
13511 vec_extract_hi_<mode>_mask, vec_extract_lo_<mode>_mask,
13512 vec_extract_hi_<mode>_mask): Use Yk constraint instead of k.
13513
13514 2016-08-12 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13515
13516 * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
13517 Correct costs for vec_construct.
13518
13519 2016-08-12 Bin Cheng <bin.cheng@arm.com>
13520
13521 PR tree-optimization/69848
13522 * tree-vectorizer.h (enum vect_def_type): New condition reduction
13523 type CONST_COND_REDUCTION.
13524 * tree-vect-loop.c (vectorizable_reduction): Support new condition
13525 reudction type CONST_COND_REDUCTION.
13526
13527 2016-08-12 Richard Biener <rguenther@suse.de>
13528
13529 PR tree-optimization/57326
13530 * tree-ssa-pre.c (fully_constant_expression): Handle simplification
13531 returning an SSA name.
13532 (phi_translate_1): When fully_constant_expression returns a NAME
13533 make sure we have a leader for it.
13534
13535 2016-08-12 Martin Liska <mliska@suse.cz>
13536 Adam Fineman <afineman@afineman.com>
13537
13538 * gcov.c (process_file): Create .gcov file when .gcda
13539 file is missing.
13540
13541 2016-08-12 Marek Polacek <polacek@redhat.com>
13542
13543 PR c/7652
13544 * alias.c (find_base_value): Adjust fall through comment.
13545 * cfgexpand.c (expand_debug_expr): Likewise.
13546 * combine.c (find_split_point): Likewise.
13547 (expand_compound_operation): Likewise. Add FALLTHRU.
13548 (make_compound_operation): Adjust fall through comment.
13549 (canon_reg_for_combine): Add FALLTHRU.
13550 (force_to_mode): Adjust fall through comment.
13551 (simplify_shift_const_1): Likewise.
13552 (simplify_comparison): Likewise.
13553 * config/aarch64/aarch64-builtins.c (aarch64_simd_expand_args): Add
13554 FALLTHRU.
13555 * config/aarch64/predicates.md: Likewise.
13556 * config/i386/i386.c (function_arg_advance_32): Likewise.
13557 (ix86_gimplify_va_arg): Likewise.
13558 (print_reg): Likewise.
13559 (ix86_print_operand): Likewise.
13560 (ix86_build_const_vector): Likewise.
13561 (ix86_expand_branch): Likewise.
13562 (ix86_sched_init_global): Adjust fall through comment.
13563 (ix86_expand_args_builtin): Add FALLTHRU.
13564 (ix86_expand_builtin): Likewise.
13565 (ix86_expand_vector_init_one_var): Likewise.
13566 * config/rs6000/rs6000.c (rs6000_emit_vector_compare_inner): Likewise.
13567 (rs6000_adjust_cost): Likewise.
13568 (insn_must_be_first_in_group): Likewise.
13569 * config/rs6000/rs6000.md: Likewise. Adjust fall through comment.
13570 * dbxout.c (dbxout_symbol): Adjust fall through comment.
13571 * df-scan.c (df_uses_record): Likewise.
13572 * dojump.c (do_jump): Add FALLTHRU.
13573 * dwarf2out.c (mem_loc_descriptor): Likewise. Adjust fall through
13574 comment.
13575 (resolve_args_picking_1): Adjust fall through comment.
13576 (loc_list_from_tree_1): Likewise.
13577 * expmed.c (make_tree): Likewise.
13578 * expr.c (expand_expr_real_2): Add FALLTHRU.
13579 (expand_expr_real_1): Likewise. Adjust fall through comment.
13580 * fold-const.c (const_binop): Adjust fall through comment.
13581 (fold_truth_not_expr): Likewise.
13582 (fold_cond_expr_with_comparison): Add FALLTHRU.
13583 (fold_binary_loc): Likewise.
13584 (contains_label_1): Adjust fall through comment.
13585 (multiple_of_p): Likewise.
13586 * gcov-tool.c (process_args): Add FALLTHRU.
13587 * genattrtab.c (check_attr_test): Likewise.
13588 (write_test_expr): Likewise.
13589 * genconfig.c (walk_insn_part): Likewise.
13590 * genpreds.c (validate_exp): Adjust fall through comment.
13591 (needs_variable): Likewise.
13592 * gensupport.c (get_alternatives_number): Add FALLTHRU.
13593 (subst_dup): Likewise.
13594 * gimple-pretty-print.c (dump_gimple_assign): Likewise.
13595 * gimplify.c (gimplify_addr_expr): Adjust fall through comment.
13596 (gimplify_scan_omp_clauses): Add FALLTHRU.
13597 (goa_stabilize_expr): Likewise.
13598 * graphite-isl-ast-to-gimple.c (substitute_ssa_name): Adjust fall
13599 through comment.
13600 * hsa-gen.c (get_address_from_value): Likewise.
13601 * ipa-icf.c (sem_function::hash_stmt): Likewise.
13602 * ira.c (ira_setup_alts): Add FALLTHRU.
13603 * lra-eliminations.c (lra_eliminate_regs_1): Adjust fall through
13604 comment.
13605 * lto-streamer-out.c (lto_output_tree_ref): Add FALLTHRU.
13606 * opts.c (common_handle_option): Likewise.
13607 * read-rtl.c (read_rtx_code): Likewise.
13608 * real.c (round_for_format): Likewise.
13609 * recog.c (asm_operand_ok): Likewise.
13610 * reginfo.c (reg_scan_mark_refs): Adjust fall through comment.
13611 * reload1.c (set_label_offsets): Likewise.
13612 (eliminate_regs_1): Likewise.
13613 (reload_reg_reaches_end_p): Likewise.
13614 * rtlanal.c (commutative_operand_precedence): Add FALLTHRU.
13615 (rtx_cost): Likewise.
13616 * sched-rgn.c (is_exception_free): Likewise.
13617 * simplify-rtx.c (simplify_rtx): Adjust fall through comment.
13618 * stor-layout.c (int_mode_for_mode): Likewise.
13619 * toplev.c (print_to_asm_out_file): Likewise.
13620 (print_to_stderr): Likewise.
13621 * tree-cfg.c (gimple_verify_flow_info): Likewise.
13622 * tree-chrec.c (chrec_fold_plus_1): Add FALLTHRU.
13623 (chrec_fold_multiply): Likewise.
13624 (evolution_function_is_invariant_rec_p): Likewise.
13625 (for_each_scev_op): Likewise.
13626 * tree-data-ref.c (siv_subscript_p): Likewise.
13627 (get_references_in_stmt): Likewise.
13628 * tree.c (find_placeholder_in_expr): Adjust fall through comment.
13629 (substitute_in_expr): Likewise.
13630 (type_cache_hasher::equal): Likewise.
13631 (walk_type_fields): Likewise.
13632 * var-tracking.c (adjust_mems): Add FALLTHRU.
13633 (set_dv_changed): Adjust fall through comment.
13634 * varasm.c (default_function_section): Add FALLTHRU.
13635
13636 2016-08-12 Marek Polacek <polacek@redhat.com>
13637
13638 PR c/7652
13639 * tree-complex.c (expand_complex_division): Add missing break.
13640
13641 2016-08-12 Richard Biener <rguenther@suse.de>
13642
13643 * passes.c (execute_todo): Do not push/pop TV_TODO.
13644 (execute_one_ipa_transform_pass): Move timevar push/pop TODO execution.
13645 (execute_one_pass): Likewise.
13646 * common.opt (ftime-report-details): New switch.
13647 * doc/invoke.texi (ftime-report-details): Document.
13648 * timevar.h (timer::print_row): Adjust signature.
13649 (timer::all_zero): New static helper.
13650 (timer::child_map_t): New typedef.
13651 (timer::time_var_def): Add children field.
13652 * timevar.c (timer::named_items::print): Adjust.
13653 (timer::~timer): Free timevar recorded children.
13654 (timer::pop_internal): When -ftime-report-details record
13655 time spent in sub-timevars.
13656 (timer::print_row): Adjust.
13657 (timer::print): Print sub-timevar stats, use all_zero.
13658 * timevar.def (TV_TODO): Remove.
13659
13660 2016-08-12 Richard Biener <rguenther@suse.de>
13661
13662 PR tree-optimization/72851
13663 * tree-ssa-propagate.c: Include cfganal.h. Rewrite block and stmt
13664 worklists to use bitmaps indexed in execution order.
13665 (executable_blocks, cfg_blocks_num, cfg_blocks_tail, cfg_blocks_head,
13666 bb_in_list, interesting_ssa_edges, varying_ssa_edges): Remove.
13667 (cfg_blocks): Make a bitmap.
13668 (bb_to_cfg_order, cfg_order_to_bb, ssa_edge_worklist, uid_to_stmt):
13669 New globals.
13670 (cfg_blocks_empty_p): Adjust.
13671 (cfg_blocks_add): Likewise.
13672 (cfg_blocks_get): Likewise.
13673 (add_ssa_edge): Likewise.
13674 (add_control_edge): Likewise.
13675 (simulate_stmt): Likewise.
13676 (process_ssa_edge_worklist): Likewise.
13677 (simulate_block): Likewise.
13678 (ssa_prop_init): Compute PRE order and stmt UIDs.
13679 (ssa_prop_fini): Adjust.
13680 (ssa_propagate): Adjust.
13681
13682 2016-08-12 Richard Biener <rguenther@suse.de>
13683
13684 * tree-vrp.c (vrp_visit_phi_node): Allow a last iteration if
13685 the currently executable edges have fixed ranges. Always
13686 go through update_value_range.
13687
13688 2016-08-12 Alexandre Oliva <aoliva@redhat.com>
13689
13690 PR debug/63240
13691 * langhooks-def.h
13692 (LANG_HOOKS_FUNCTION_DECL_EXPLICIT_P): Const_tree-ify.
13693 (LANG_HOOKS_FUNCTION_DECL_DELETED_P): Likewise.
13694 (LANG_HOOKS_FUNCTION_DECL_DEFAULTED): Set default.
13695 (LANG_HOOKS_DECLS): Add it.
13696 * langhooks.h (struct lang_hooks_for_decls): Add
13697 function_decl_defaulted. Const_tree-ify
13698 function_decl_explicit_p and function_decl_deleted_p.
13699 * dwarf2out.c (gen_subprogram_die): Add DW_AT_defaulted
13700 attribute. Add DW_AT_deleted instead of DW_AT_GNU_deleted,
13701 also at strict DWARF v5.
13702
13703 PR debug/55641
13704 * dwarf2out.c (decl_quals): Don't map TREE_READONLY to
13705 TYPE_QUAL_CONST in reference-typed decls.
13706
13707 PR debug/49366
13708 * dwarf2out.c (loc_list_from_tree_1): Expand some CONSTRUCTORs
13709 in DW_OP_pieces, just enough to handle pointers to member
13710 functions.
13711 (gen_remaining_tmpl_value_param_die_attribute): Use a location
13712 expression on DWARFv5 if a constant value doesn't work.
13713
13714 2016-08-11 David Malcolm <dmalcolm@redhat.com>
13715
13716 * selftest-run-tests.c (selftest::run_tests): Call selftest_c_tests.
13717 * selftest.c (selftest::test_assertions): New function.
13718 (selftest::selftest_c_tests): New function.
13719 * selftest.h (selftest::selftest_c_tests): New declaration.
13720
13721 2016-08-11 Richard Biener <rguenther@suse.de>
13722 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13723
13724 PR rtl-optimization/72855
13725 * df-core.c (df_verify): Turn off DF_VERIFY_SCHEDULED at end.
13726
13727 2016-08-11 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13728
13729 PR target/72863
13730 * vsx.md (vsx_load_<mode>): For P8LE, emit swaps at expand time.
13731 (vsx_store_<mode>): Likewise.
13732
13733 2015-08-11 H.J. Lu <hongjiu.lu@intel.com>
13734
13735 * config/i386/i386.c (timode_scalar_to_vector_candidate_p): Allow
13736 TImode CONST_WIDE_INT store.
13737 (timode_scalar_chain::convert_insn): Handle CONST_WIDE_INT store.
13738
13739 2015-08-11 H.J. Lu <hongjiu.lu@intel.com>
13740
13741 * config/i386/i386.h (MOVE_MAX_PIECES): Use TImode in 64-bit
13742 mode if unaligned SSE load and store are optimal.
13743
13744 2016-08-11 Bernd Edlinger <bernd.edlinger@hotmail.de>
13745
13746 PR tree-optimization/71083
13747 * tree-predcom.c (ref_at_iteration): Correctly align the
13748 reference type.
13749
13750 2016-08-11 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
13751
13752 * config/s390/s390-builtin-types.def: Add INT128 types.
13753 * config/s390/s390-builtins.def: Add INT128 variants for the add
13754 sub low-level builtins dealing with TImode.
13755 * config/s390/s390.c (s390_expand_builtin): Allow mode conversions
13756 via subreg when expanding a builtin.
13757 * config/s390/s390.md: Remove UNSPEC_VEC_ADDC_U128,
13758 UNSPEC_VEC_SUB_U128, and UNSPEC_VEC_SUBC_U128 constants.
13759 Fix comment.
13760 * config/s390/vecintrin.h: Adjust builtin names accordingly.
13761 * config/s390/vx-builtins.md ("vec_add_u128"): Remove expander.
13762 ("vec_addc<mode>", "vec_addc_u128"): Merge to
13763 "vacc<bhfgq>_<mode>".
13764 ("vec_adde_u128"): Rename to "vacq". Change mode to TImode.
13765 ("vec_addec_u128"): Rename to "vacccq". Change mode to TImode.
13766 ("vec_subc<mode>", "vec_subc_u128"): Merge to
13767 "vscbi<bhfgq>_<mode>".
13768 ("vec_sube_u128"): Rename to "vsbiq". Change mode to TImode.
13769 ("vec_subec_u128"): Rename to "vsbcbiq". Change mode to TImode.
13770
13771 2016-08-11 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
13772
13773 * config/s390/s390-builtins.def: Mark last operand of s390_vlvg*
13774
13775 2016-08-11 Bin Cheng <bin.cheng@arm.com>
13776
13777 * config/aarch64/aarch64-simd.md (vcond<mode><mode>): Delete
13778 unused declaration.
13779 (vcond<v_cmp_mixed><mode>): Ditto.
13780 (vcondu<mode><mode>, vcondu<mode><v_cmp_mixed>): Ditto.
13781
13782 2016-08-11 Bin Cheng <bin.cheng@arm.com>
13783
13784 * config/aarch64/aarch64-simd.md (vec_cmp<mode><v_cmp_result>): Init
13785 variable explicitly, also assert on it before use.
13786
13787 2016-08-11 Richard Biener <rguenther@suse.de>
13788
13789 PR tree-optimization/72772
13790 * cfgloopmanip.c (create_preheader): Use split_edge if there
13791 is a single loop entry, avoiding degenerate PHIs.
13792
13793 2016-08-11 Richard Biener <rguenther@suse.de>
13794
13795 * tree-ssa-threadbackward.c (pass_data_thread_jumps): Remove
13796 unconditional TODO_cleanup_cfg.
13797 (pass_thread_jumps::execute): Initialize loops, perform a CFG
13798 cleanup only if we threaded a jump.
13799
13800 2016-08-11 Alan Modra <amodra@gmail.com>
13801
13802 PR target/71680
13803 * lra-constraints.c (simplify_operand_subreg): Allow subreg
13804 mode for mem when SLOW_UNALIGNED_ACCESS if inner mode is also
13805 slow. Emit two reloads for slow mem case, first loading in
13806 fast innermode, then converting to required mode.
13807
13808 2016-08-10 Kelvin Nilsen <kelvin@gcc.gnu.org>
13809
13810 * config/rs6000/altivec.h (vec_extract_exp): New macro.
13811 (vec_extract_sig): New macro.
13812 (vec_insert_exp): New macro.
13813 (vec_test_data_class): New macro.
13814 (scalar_extract_exp): New macro.
13815 (scalar_extract_sig): New macro.
13816 (scalar_insert_exp): New macro.
13817 (scalar_test_data_class): New macro.
13818 (scalar_test_neg): New macro.
13819 (scalar_cmp_exp_gt): New macro.
13820 (scalar_cmp_exp_lt): New macro.
13821 (scalar_cmp_exp_eq): New macro.
13822 (scalar_cmp_exp_unordered): New macro.
13823 * config/rs6000/predicates.md (u7bit_cint_operand): New predicate
13824 to enforce constraint that operand is a 7-bit unsigned literal.
13825 * config/rs6000/rs6000-builtin.def (BU_P9V_64BIT_VSX_1): New macro
13826 for power9 built-ins.
13827 (BU_P9V_VSX_2): Likewise.
13828 (BU_P9V_64BIT_VSX_2): Likewise.
13829 (VSEEDP): Add scalar extract exponent support.
13830 (VSEESP): Add scalar extract signature support.
13831 (VSTDCNDP): Add scalar test negative support.
13832 (VSTDCNSP): Likewise.
13833 (VSIEDP): Add scalar insert exponent support.
13834 (VSCEDPGT): Add scalar compare exponent greater than support.
13835 (VSCEDPLT): Add scalar compare exponent less than support.
13836 (VSCEDPEQ): Add scalar compare exponent test-for-equality support.
13837 (VSCEDPUO): Add scalar compare exponent test-for-unordered support.
13838 (VSTDCDP): Add scalar test data class support.
13839 (VSTDCSP): Likewise.
13840 (VSEEDP): Add overload support for scalar extract exponent
13841 operation.
13842 (VSESDP): Add overload support for scalar extract signature
13843 operation.
13844 (VSTDCN): Add overload support for scalar test negative
13845 operation.
13846 (VSTDCNDP): Add overload support for scalar test negative
13847 operation.
13848 (VSTDCNSP): Add overload support for scalar test negative
13849 operation.
13850 (VSIEDP): Add overload support for scalar insert exponent
13851 operation.
13852 (VSTDC): Add overload support for scalar test data class
13853 operation.
13854 (VSTDCDP): Add overload support for scalar test data class
13855 operation.
13856 (VSTDCSP): Add overload support for scalar test data class
13857 opreation.
13858 (VSCEDPGT): Add overload support for scalar compare exponent
13859 greater than operation.
13860 (VSCEDPLT): Add overload support for scalar compare exponent
13861 less than operation.
13862 (VSCEDPEQ): Add overload support for scalar compare exponent
13863 test-for-equality operation.
13864 (VSCEDPUO): Add overload support for scalar compare exponent
13865 test-for-unordered operation.
13866 (VEEDP): Add vector extract exponent support.
13867 (VEESP): Likewise.
13868 (VESDP): Add vector extract significand support.
13869 (VESSP): Likewise.
13870 (VIEDP): Add vector insert exponent support.
13871 (VIESP): Likewise.
13872 (VTDCDP): Add vector test data class support.
13873 (VTDCSP): Likewise.
13874 (VES): Add overload support for vector extract significand operation.
13875 (VESDP): Likewise.
13876 (VESSP): Likewise
13877 (VEE): Add overload support for vector extract exponent operation.
13878 (VEEDP): Likewise.
13879 (VEESP): Likewise.
13880 (VTDC): Add overload support for vector test data class operation.
13881 (VTDCDP): Likewise.
13882 (VTDCSP): Likewise.
13883 (VIE): Add overload support for vector insert exponent operation.
13884 (VIEDP): Likewise.
13885 (VIESP): Likewise.
13886 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
13887 overloaded binary floating point functions.
13888 (altivec_resolve_overloaded_builtin): Improve error messages to
13889 distinguish between functions not supported in the current
13890 compiler configuration and functions that were invoked with an
13891 invalid parameter combination, and include the built-in function
13892 name in both error messages.
13893 * config/rs6000/rs6000-protos.h (rs6000_overloaded_builtin_name):
13894 New prototype.
13895 * config/rs6000/rs6000.c (rs6000_overloaded_builtin_name): New
13896 function.
13897 (rs6000_expand_binop_builtin): Add check to enforce that argument
13898 2 of the test data class operations is a 7-bit unsigned literal.
13899 (rs6000_invalid_builtin): Add code to issue an error message if a
13900 built-in function that requires the power9_vector and -m32
13901 command-line options is compiled without these options.
13902 * config/rs6000/vsx.md (UNSPEC_VSX_SXEXPDP): New value.
13903 (UNSPEC_VSX_SXSIGDP): New value.
13904 (UNSPEC_VSX_SXSIGPDP): New value.
13905 (UNSPEC_VSX_SIEXPDP): New value.
13906 (UNSPEC_VSX_SCMPEXPDP): New value.
13907 (UNSPEC_VSX_STSTDC): New value.
13908 (UNSPEC_VSX_VXEXP): New value.
13909 (UNSPEC_VSX_VXSIG): New value.
13910 (UNSPEC_VSX_VIEXP): New value.
13911 (UNSPEC_VSX_VTSTDC): New value.
13912 (xsxexpdp): New insn for scalar extract exponent.
13913 (xsxsigdp): New insn for scalar extract significand.
13914 (xsiexpdp): New insn for scalar insert exponent.
13915 (xscmpexpdp_<code>): New expansion for scalar compare exponents.
13916 (*xscmpexpdp): New insn for scalar compare exponents.
13917 (xststdc<Fvsx): New expansion for both single- and
13918 double-precision scalar test data class operations.
13919 (xststdcneg<Fvsx>): New expansion for both single- and
13920 double-precision scalar test for negative value operations.
13921 (*xststdc<Fvsx>): New insn for scalar test data class
13922 operation.
13923 (xvxexp<VSs>): New insn for single- and double-precision
13924 vector extract exponent operation.
13925 (xvxsig<VSs>): New insn for single- and double-precision
13926 vector extract significand operation.
13927 (xviexp<VSs>): New insn for single- and double-precision
13928 vector insert exponent operation.
13929 (xvtstdc<VSs>): New insn for single- and double-precision
13930 vector test data class operation.
13931 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
13932 built-in functions to represent the Power9 binary floating-point
13933 support instructions.
13934
13935 2016-08-10 bin cheng <bin.cheng@arm.com>
13936
13937 * doc/sourcebuild.texi (@item vect_cond_mixed): New item.
13938
13939 2016-08-10 Alan Lawrence <alan.lawrence@arm.com>
13940 Renlin Li <renlin.li@arm.com>
13941 Bin Cheng <bin.cheng@arm.com>
13942
13943 * config/aarch64/iterators.md (V_cmp_mixed, v_cmp_mixed): New.
13944 * config/aarch64/aarch64-simd.md (<su><maxmin>v2di3): Call
13945 gen_vcondv2div2di instead of gen_aarch64_vcond_internalv2div2di.
13946 (aarch64_vcond_internal<mode><mode>): Delete pattern.
13947 (aarch64_vcond_internal<VDQF_COND:mode><VDQF:mode>): Ditto.
13948 (vcond<v_cmp_result><mode>): Ditto.
13949 (vcond<mode><mode>): Re-implement using vec_cmp and vcond_mask.
13950 (vcondu<mode><mode>): Ditto.
13951 (vcond<v_cmp_mixed><mode>): New pattern.
13952 (vcondu<mode><v_cmp_mixed>): New pattern.
13953 (aarch64_cmtst<mode>): Revise comment using aarch64_vcond instead
13954 of aarch64_vcond_internal.
13955
13956 2016-08-10 Alan Lawrence <alan.lawrence@arm.com>
13957 Renlin Li <renlin.li@arm.com>
13958 Bin Cheng <bin.cheng@arm.com>
13959
13960 * config/aarch64/aarch64-simd.md (vec_cmp<mode><mode>): New pattern.
13961 (vec_cmp<mode><v_cmp_result>): New pattern.
13962 (vec_cmpu<mode><mode>): New pattern.
13963 (vcond_mask_<mode><v_cmp_result>): New pattern.
13964
13965 2016-08-10 Yuri Rumyantsev <ysrumyan@gmail.com>
13966
13967 PR tree-optimization/71734
13968 * tree-ssa-loop-im.c (ref_indep_loop_p): Add new argument
13969 REF_LOOP, invoke ref_indep_loop_p_1.
13970 (outermost_indep_loop): Pass LOOP argumnet where REF was defined
13971 to ref_indep_loop_p.
13972 (ref_indep_loop_p_1): Fix commentary, add argument REF_LOOP,
13973 combine it with ref_indep_lopp_p_2, update SAFELEN if only REF
13974 is inside LOOP, do not cache dpendence value for loops with
13975 non-zero SAFELEN.
13976 (ref_indep_loop_p_2): Delete function.
13977 (can_sm_ref_p): Pass LOOP as additional argument to
13978 ref_indep_loop_p.
13979
13980 2016-08-10 Michael Meissner <meissner@linux.vnet.ibm.com>
13981
13982 PR target/72853
13983 * config/rs6000/rs6000.c (mem_operand_ds_form): Add check for op
13984 being an offsettable address.
13985
13986 2016-08-10 Martin Liska <mliska@suse.cz>
13987
13988 PR gcov-profile/58306
13989 * tree-profile.c (gimple_init_edge_profiler): Create conditionally
13990 atomic variants of profile update functions.
13991
13992 2016-08-10 Martin Liska <mliska@suse.cz>
13993
13994 Cherry picked (and modified) from google-4_7 branch
13995 2012-12-26 Rong Xu <xur@google.com>
13996 * common.opt (fprofile-update): Add new flag.
13997 * coretypes.h: Define enum profile_update.
13998 * doc/invoke.texi: Document -fprofile-update.
13999 * gcov-io.h: Declare GCOV_TYPE_ATOMIC_FETCH_ADD and
14000 GCOV_TYPE_ATOMIC_FETCH_ADD_FN.
14001 * tree-profile.c (gimple_init_edge_profiler): Generate
14002 also atomic profiler update.
14003 (gimple_gen_edge_profiler): Likewise.
14004
14005 2016-08-10 David Malcolm <dmalcolm@redhat.com>
14006
14007 * toplev.c (finalize): Set aux_info_file, asm_out_file, and
14008 stack_usage_file to NULL after fclose calls.
14009
14010 2016-08-10 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
14011
14012 PR target/71873
14013 * reload.c (push_reload): Compute subreg_in_class for
14014 subregs of constants and plus expressions. Remove special
14015 handling of SYMBOL_REFs.
14016
14017 2016-08-10 Alan Modra <amodra@gmail.com>
14018
14019 PR target/71680
14020 * config/rs6000/rs6000.h (HARD_REGNO_CALLER_SAVE_MODE): Return
14021 SImode for TARGET_E500_DOUBLE when given SImode.
14022
14023 2016-08-09 David Wohlferd <dw@LimeGreenSocks.com>
14024
14025 * config/i3836/avx512fintrin.h (_mm512_cvtsepi64_epi32): Remove
14026 unused variable __O.
14027
14028 2016-08-09 Martin Liska <mliska@suse.cz>
14029
14030 * doc/gcov.texi: Change _gcov_dump to __gcov_dump and
14031 _gcov_reset to __gcov_reset.
14032 * doc/gcov-tool.texi: Fix typo.
14033
14034 2016-08-09 Martin Liska <mliska@suse.cz>
14035
14036 * value-prof.c (gimple_divmod_values_to_profile): Do not
14037 instrument MOD histogram if a value is not a SSA name.
14038
14039 2016-08-09 Martin Liska <mliska@suse.cz>
14040
14041 * value-prof.c (dump_histogram_value): Swap pow2 and non-pow2
14042 values.
14043
14044 2016-08-09 Renlin Li <renlin.li@arm.com>
14045
14046 PR middle-end/64971
14047 * calls.c (prepare_call_address): Convert funexp to Pmode when
14048 necessary.
14049 * config/aarch64/aarch64.md (sibcall): Remove fix for PR 64971.
14050 (sibcall_value): Likewise.
14051
14052 2016-08-09 Marek Polacek <polacek@redhat.com>
14053
14054 PR c/7652
14055 * cselib.c (cselib_expand_value_rtx_1): Add return.
14056 * gengtype.c (dbgprint_count_type_at): Likewise.
14057 * hsa-gen.c (gen_hsa_insn_for_internal_fn_call): Likewise.
14058 * reg-stack.c (get_true_reg): Restructure to avoid fallthrough warning.
14059
14060 2016-08-09 Martin Jambor <mjambor@suse.cz>
14061
14062 PR ipa/71981
14063 * ipa-polymorphic-call.c (get_dynamic_type): Bail out gracefully
14064 if instance is a MEM_REF.
14065
14066 2016-08-09 Uros Bizjak <ubizjak@gmail.com>
14067
14068 PR target/72843
14069 * config/i386/i386.md (*movtf_internal): Use
14070 lra_in_progress || reload_completed instead of !can_create_pseudo_p
14071 in the insn constraint.
14072 (*movxf_internal): Ditto.
14073 (*movdf_internal): Ditto.
14074 (*movsf_internal): Ditto.
14075
14076 2016-08-09 Bin Cheng <bin.cheng@arm.com>
14077
14078 PR tree-optimization/72772
14079 * tree-ssa-loop-niter.c (loop_exits_before_overflow): Check equality
14080 for expanded base.
14081
14082 2016-08-09 Bin Cheng <bin.cheng@arm.com>
14083
14084 PR tree-optimization/72772
14085 * tree-ssa-loop-niter.h (simplify_using_initial_conditions): Delete
14086 parameter STOP.
14087 * tree-ssa-loop-niter.c (tree_simplify_using_condition_1): Delete
14088 parameter STOP and update calls. Move expand_simple_operations
14089 function call from here...
14090 (simplify_using_initial_conditions): ...to here. Delete parameter
14091 STOP.
14092 (tree_simplify_using_condition): Delete parameter STOP.
14093 * tree-scalar-evolution.c (simple_iv_with_niters): Update call to
14094 simplify_using_initial_conditions.
14095
14096 2016-08-09 Matthew Fortune <matthew.fortune@imgtec.com>
14097
14098 PR c/65345
14099 * config/mips/mips.c (mips_atomic_assign_expand_fenv):
14100 Use create_tmp_var_raw instead of create_tmp_var.
14101
14102 2016-08-09 Richard Biener <rguenther@suse.de>
14103
14104 * tree-ssa-threadbackward.c (profitable_jump_thread_path):
14105 Treat same SSA names related.
14106
14107 2016-08-09 Jakub Jelinek <jakub@redhat.com>
14108
14109 PR tree-optimization/72824
14110 * tree-loop-distribution.c (const_with_all_bytes_same): Verify
14111 real_zerop is not negative.
14112
14113 2016-08-09 Richard Biener <rguenther@suse.de>
14114
14115 PR tree-optimization/71802
14116 * tree-cfgcleanup.c (cleanup_tree_cfg_bb): Make sure to catch
14117 all merge opportunities with the predecessor.
14118
14119 2016-08-09 Richard Biener <rguenther@suse.de>
14120
14121 PR ipa/68273
14122 * ipa-prop.c (ipa_modify_formal_parameters): Build
14123 parameter types with natural alignment also for the
14124 over-aligned case.
14125
14126 2016-08-08 Andi Kleen <ak@linux.intel.com>
14127
14128 * tree-vrp.c (get_single_symbol): Always initialize inv and neg.
14129
14130 2016-08-08 David Malcolm <dmalcolm@redhat.com>
14131
14132 PR c/64955
14133 * langhooks-def.h (LANG_HOOKS_RUN_LANG_SELFTESTS): New default
14134 do-nothing langhook.
14135 (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_RUN_LANG_SELFTESTS.
14136 * langhooks.h (struct lang_hooks): Add run_lang_selftests.
14137 * selftest-run-tests.c: Include "tree.h" and "langhooks.h".
14138 (selftest::run_tests): Call lang_hooks.run_lang_selftests.
14139
14140 2016-08-08 David Malcolm <dmalcolm@redhat.com>
14141
14142 PR bootstrap/72844
14143 * input.c: Ensure that HAVE_ICONV is defined.
14144
14145 2016-08-08 Jakub Jelinek <jakub@redhat.com>
14146
14147 PR middle-end/72781
14148 * omp-low.c (lower_lastprivate_clauses): Set TREE_NO_WARNING on the
14149 private vars for lastprivate and for linear iterator.
14150
14151 PR middle-end/68762
14152 * omp-simd-clone.c: Include varasm.h.
14153 (simd_clone_create): Copy over DECL_COMDAT, DECL_WEAK, DECL_EXTERNAL,
14154 DECL_VISIBILITY, DECL_VISIBILITY_SPECIFIED, DECL_DLLIMPORT_P and for
14155 DECL_ONE_ONLY call make_decl_one_only. Fix up spelling in comment and
14156 update function name.
14157
14158 2016-07-29 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
14159
14160 * config/avr/driver-avr.c (specfiles_doc_url): Remove.
14161 (avr_diagnose_devicespecs_error): Remove.
14162 (avr_devicespecs_file): Remove composing absolute path for specfile
14163 and its verbose info. Remove conditions to check specs-file,
14164
14165 2016-08-08 Jakub Jelinek <jakub@redhat.com>
14166
14167 PR rtl-optimization/72821
14168 * lra-spills.c (regno_in_use_p): Don't use BLOCK_FOR_INSN on barriers,
14169 just return false for them.
14170
14171 2016-08-08 Alan Modra <amodra@gmail.com>
14172
14173 PR target/72771
14174 * config/rs6000/rs6000.c (toc_relative_expr_p): Allow (lo_sum (high))
14175 toc refs created during reload. Update function comment.
14176
14177 2016-08-08 Alan Modra <amodra@gmail.com>
14178
14179 PR target/72802
14180 * config/rs6000/rs6000.md (mov<mode>_hardfloat): Sort
14181 alternatives. Put loads first, then stores, and reg/reg moves
14182 within same class later. Delete attr length.
14183
14184 2016-08-08 Alan Modra <amodra@gmail.com>
14185
14186 PR target/72802
14187 * config/rs6000/rs6000.c (mem_operand_gpr): Remove vsx dform test.
14188 (mem_operand_ds_form): New predicate.
14189 * config/rs6000/rs6000-protos.h (mem_operand_ds_form): Declare.
14190 * config/rs6000/constraints.md (wY): Use mem_operand_df_form.
14191 * config/rs6000/predicates.md (offsettable_mem_14bit_operand): Delete.
14192 * config/rs6000/rs6000.md (f32_lm2, f32_sm2): Use wY for SF.
14193 (extendsfdf2_fpr): Replace o constraint with wY.
14194
14195 2016-08-07 Jan Hubicka <hubicka@ucw.cz>
14196
14197 * tree-ssa-threadbackward.c: Include tree-inline.h
14198 (profitable_jump_thread_path): Use estimate_num_insns to estimate
14199 size of copied block; for cold paths reduce duplication.
14200 (find_jump_threads_backwards): Remove redundant tests.
14201 (pass_thread_jumps::gate): Enable for -Os.
14202
14203 2016-08-07 Jakub Jelinek <jakub@redhat.com>
14204
14205 PR c/72816
14206 * stor-layout.c (layout_decl): Fix up formatting.
14207 (relayout_decl): Allow DECL to be FIELD_DECL.
14208
14209 2016-08-07 Alan Modra <amodra@gmail.com>
14210
14211 * config/rs6000/rs6000.md (fix_trunc<mode>si2): Fix mode of reg.
14212
14213 2016-08-07 Kugan Vivekanandarajah <kuganv@linaro.org>
14214
14215 * data-streamer-in.c (streamer_read_wide_int): New.
14216 (streamer_read_widest_int): Renamed function.
14217 * data-streamer-out.c (streamer_write_wide_int): New
14218 (streamer_write_widest_int): Renamed function.
14219 * lto-streamer-in.c (streamer_read_wi): Renamed and moved to
14220 data-stream-in.c.
14221 (input_cfg): Call renamed function.
14222 * lto-streamer-out.c (streamer_write_wi): Renamed and moved to
14223 data-stream-out.c.
14224 (output_cfg): Call renamed function.
14225 * data-streamer.h: Add declarations.
14226
14227 2016-08-08 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
14228
14229 * tree-ssa-ccp.c (extend_mask): New param sgn.
14230 Remove ORing with wi::mask.
14231 (get_default_value): Adjust call to extend_mask to pass sign.
14232 (evaluate_stmt): Likewise.
14233
14234 2016-08-06 Jakub Jelinek <jakub@redhat.com>
14235
14236 * gcov.c (handle_cycle): Use INTTYPE_MAXIMUM (int64_t) instead of
14237 INT64_MAX.
14238
14239 2016-08-06 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
14240
14241 * match.pd ((intptr_t) x eq/ne CST to x eq/ne (typeof x) cst): Disable
14242 transform if operand's type is pointer to function or method.
14243
14244 2016-08-05 Patrick Palka <ppalka@gcc.gnu.org>
14245
14246 PR tree-optimization/18046
14247 * tree-ssa-threadedge.c: Include cfganal.h.
14248 (simplify_control_statement_condition): If simplifying a
14249 GIMPLE_SWITCH, replace the index operand of the GIMPLE_SWITCH
14250 with the dominating ASSERT_EXPR before handing it off to VRP.
14251 Mention that a CASE_LABEL_EXPR may be returned.
14252 (thread_around_empty_blocks): Adjust to handle
14253 simplify_control_statement_condition() returning a
14254 CASE_LABEL_EXPR.
14255 (thread_through_normal_block): Likewise.
14256 * tree-vrp.c (simplify_stmt_for_jump_threading): Simplify
14257 a switch statement by trying to determine which case label
14258 will be taken.
14259
14260 2016-08-05 Vladimir Makarov <vmakarov@redhat.com>
14261
14262 PR rtl-optimization/69847
14263 * lra-constraints.c (process_invariant_for_inheritance): Save
14264 pattern instead of src.
14265 (remove_inheritance_pseudos): Use the pattern. Add assert.
14266
14267 2016-08-05 David Malcolm <dmalcolm@redhat.com>
14268
14269 * input.c (string_concat::string_concat): New constructor.
14270 (string_concat_db::string_concat_db): New constructor.
14271 (string_concat_db::record_string_concatenation): New method.
14272 (string_concat_db::get_string_concatenation): New method.
14273 (string_concat_db::get_key_loc): New method.
14274 (class auto_cpp_string_vec): New class.
14275 (get_substring_ranges_for_loc): New function.
14276 (get_source_range_for_substring): New function.
14277 (get_num_source_ranges_for_substring): New function.
14278 (class selftest::lexer_test_options): New class.
14279 (struct selftest::lexer_test): New struct.
14280 (class selftest::ebcdic_execution_charset): New class.
14281 (selftest::ebcdic_execution_charset::s_singleton): New variable.
14282 (selftest::lexer_test::lexer_test): New constructor.
14283 (selftest::lexer_test::~lexer_test): New destructor.
14284 (selftest::lexer_test::get_token): New method.
14285 (selftest::assert_char_at_range): New function.
14286 (ASSERT_CHAR_AT_RANGE): New macro.
14287 (selftest::assert_num_substring_ranges): New function.
14288 (ASSERT_NUM_SUBSTRING_RANGES): New macro.
14289 (selftest::assert_has_no_substring_ranges): New function.
14290 (ASSERT_HAS_NO_SUBSTRING_RANGES): New macro.
14291 (selftest::test_lexer_string_locations_simple): New function.
14292 (selftest::test_lexer_string_locations_ebcdic): New function.
14293 (selftest::test_lexer_string_locations_hex): New function.
14294 (selftest::test_lexer_string_locations_oct): New function.
14295 (selftest::test_lexer_string_locations_letter_escape_1): New function.
14296 (selftest::test_lexer_string_locations_letter_escape_2): New function.
14297 (selftest::test_lexer_string_locations_ucn4): New function.
14298 (selftest::test_lexer_string_locations_ucn8): New function.
14299 (selftest::uint32_from_big_endian): New function.
14300 (selftest::test_lexer_string_locations_wide_string): New function.
14301 (selftest::uint16_from_big_endian): New function.
14302 (selftest::test_lexer_string_locations_string16): New function.
14303 (selftest::test_lexer_string_locations_string32): New function.
14304 (selftest::test_lexer_string_locations_u8): New function.
14305 (selftest::test_lexer_string_locations_utf8_source): New function.
14306 (selftest::test_lexer_string_locations_concatenation_1): New
14307 function.
14308 (selftest::test_lexer_string_locations_concatenation_2): New
14309 function.
14310 (selftest::test_lexer_string_locations_concatenation_3): New
14311 function.
14312 (selftest::test_lexer_string_locations_macro): New function.
14313 (selftest::test_lexer_string_locations_stringified_macro_argument):
14314 New function.
14315 (selftest::test_lexer_string_locations_non_string): New function.
14316 (selftest::test_lexer_string_locations_long_line): New function.
14317 (selftest::test_lexer_char_constants): New function.
14318 (selftest::input_c_tests): Call the new test functions once per
14319 case within the line_table test matrix.
14320 * input.h (struct string_concat): New struct.
14321 (struct location_hash): New struct.
14322 (class string_concat_db): New class.
14323 * substring-locations.h: New header.
14324
14325 2016-08-05 Patrick Palka <ppalka@gcc.gnu.org>
14326
14327 PR tree-optimization/72810
14328 * tree-vrp.c (simplify_switch_using_ranges): Avoid changing
14329 the type of the case labels when truncating.
14330
14331 2016-08-05 James Greenhalgh <james.greenhalgh@arm.com>
14332
14333 PR Target/72819
14334 * config/aarch64/aarch64.h (aarch64_fp16_type_node): Declare.
14335 (aarch64_fp16_ptr_type_node): Likewise.
14336 * config/aarch64/aarch64-simd-builtins.c
14337 (aarch64_fp16_ptr_type_node): Define.
14338 (aarch64_init_fp16_types): New, refactored out of...
14339 (aarch64_init_builtins): ...here, update to call
14340 aarch64_init_fp16_types.
14341 * config/aarch64/aarch64.c (aarch64_gimplify_va_arg_expr): Handle
14342 HFmode.
14343 (aapcs_vfp_sub_candidate): Likewise.
14344
14345 2016-08-05 Martin Liska <mliska@suse.cz>
14346 Joshua Cranmer <Pidgeot18@gmail.com>
14347
14348 * gcov.c (line_t::has_block): New function.
14349 (enum loop_type): New enum.
14350 (handle_cycle): New function.
14351 (unblock): Likewise.
14352 (circuit): Likewise.
14353 (get_cycles_count): Likewise.
14354 (accumulate_line_counts): Use new loop detection algorithm.
14355
14356 2016-08-05 Martin Liska <mliska@suse.cz>
14357
14358 * gcov.c (output_intermediate_file): Rename
14359 function_info::line_next to next_file_fn.
14360 (process_file): Likewise.
14361 (read_graph_file): Likewise.
14362 (accumulate_line_counts): Likewise.
14363 (output_lines): Likewise.
14364
14365 2016-08-05 Richard Biener <rguenther@suse.de>
14366
14367 * tree-ssa-threadupdate.c (thread_block_1): Remove unnecessary
14368 restriction on threading to a loop header.
14369
14370 2016-08-05 Richard Biener <rguenther@suse.de>
14371
14372 * tree-cfgcleanup.c (tree_forwarder_block_p): Use bb_loop_header_p.
14373 * cfghooks.c (force_nonfallthru): If we ended up splitting a latch
14374 adjust loop info accordingly.
14375
14376 2016-08-05 Kugan Vivekanandarajah <kuganv@linaro.org>
14377
14378 * tree-vrp.c (extract_range_basic): Check cfun->after_inlining
14379 before folding call to __builtin_constant_p with parameters to false.
14380
14381 2016-08-05 Alan Modra <amodra@gmail.com>
14382
14383 * config/rs6000/rs6000.c (rs6000_preferred_reload_class): Delete
14384 code accidentally committed 2016-05-02 providing class when given
14385 NO_REGS.
14386
14387 2016-08-04 Patrick Palka <ppalka@gcc.gnu.org>
14388
14389 * tree-vrp.c (simplify_switch_using_ranges): Try to truncate
14390 the case label ranges that partially overlap with OP's value
14391 range.
14392
14393 2016-08-04 Uros Bizjak <ubizjak@gmail.com>
14394
14395 PR target/72805
14396 * config/i386/avx512fintrin.h (_mm512_cmp_epi32_mask) [!__OPTIMIZE__]:
14397 Cast builtin function result to __mmask16 instead of __mmask8.
14398 (_mm512_cmp_epu32_mask) [!__OPTIMIZE__]: Ditto.
14399 (_mm512_mask_cmp_epi32_mask) [!__OPTIMIZE__]: Ditto.
14400 (_mm512_mask_cmp_epu32_mask) [!__OPTIMIZE__]: Ditto.
14401
14402 2016-08-04 David Malcolm <dmalcolm@redhat.com>
14403
14404 * selftest.h (ASSERT_TRUE): Reimplement in terms of...
14405 (ASSERT_TRUE_AT): New macro.
14406 (ASSERT_FALSE): Reimplement in terms of...
14407 (ASSERT_FALSE_AT): New macro.
14408 (ASSERT_STREQ_AT): Fix typo in comment.
14409
14410 2016-08-04 Patrick Palka <ppalka@gcc.gnu.org>
14411
14412 * gimple.c (preprocess_case_label_vec_for_gimple): When the case
14413 labels are exhaustive, designate the label with the widest
14414 range to be the default label.
14415
14416 2016-08-04 Andrew Pinski <apinski@cavium.com>
14417
14418 * config/aarch64/aarch64.c (thunderx_vector_cost): New variable.
14419 (thunderx_tunings): Use thunderx_vector_cost instead of
14420 generic_vector_cost.
14421
14422 2016-08-04 Martin Liska <mliska@suse.cz>
14423
14424 * gcov.c (main): Fix GNU coding style.
14425 (output_intermediate_file): Likewise.
14426 (process_file): Likewise.
14427 (generate_results): Likewise.
14428 (release_structures): Likewise.
14429 (create_file_names): Likewise.
14430 (find_source): Likewise.
14431 (read_graph_file): Likewise.
14432 (find_exception_blocks): Likewise.
14433 (canonicalize_name): Likewise.
14434 (make_gcov_file_name): Likewise.
14435 (mangle_name): Likewise.
14436 (accumulate_line_counts): Likewise.
14437 (output_branch_count): Likewise.
14438 (read_line): Likewise.
14439
14440 2016-08-04 Bernd Edlinger <bernd.edlinger@hotmail.de>
14441
14442 PR rtl-optimization/71779
14443 * emit-rtl.c (set_reg_attrs_from_value): Only propagate REG_POINTER,
14444 if the value was sign-extended according to POINTERS_EXTEND_UNSIGNED
14445 or if it was truncated.
14446
14447 PR rtl-optimization/70903
14448 * cse.c (cse_insn): If DEST is a paradoxical SUBREG, don't record DEST.
14449
14450 2016-08-04 Kugan Vivekanandarajah <kuganv@linaro.org>
14451
14452 * tree-inline.c (remap_ssa_name): Check for POINTER_TYPE_P before
14453 accessing SSA_NAME_PTR_INFO.
14454
14455 2016-08-04 Georg-Johann Lay <avr@gjlay.de>
14456
14457 PR 70677
14458 * common/config/avr/avr-common.c (avr_option_optimization_table)
14459 [OPT_LEVELS_ALL]: Turn off -fcaller-saves.
14460
14461 2016-08-04 Georg-Johann Lay <avr@gjlay.de>
14462
14463 PR 55181
14464 * config/avr/avr.md: New pattern to work around do_store_flag
14465 generating shift instructions for bit extractions.
14466
14467 2016-08-04 Kugan Vivekanandarajah <kuganv@linaro.org>
14468
14469 * tree-vrp.c (set_value_range): Use vrp_equiv_obstack with
14470 BITMAP_ALLOC.
14471 (add_equivalence): Likewise.
14472 (get_value_range): Allocate value range with vrp_value_range_pool.
14473 (vrp_initialize): Initialize vrp_equiv_obstack for equiv allocation.
14474 (vrp_finalize): Relase vrp_equiv_obstack and vrp_value_range_pool.
14475
14476 2016-08-03 Peter Bergner <bergner@vnet.ibm.com>
14477
14478 * config/rs6000/rs6000.c (rs6000_option_override_internal): Make LRA
14479 the default for the rs6000 port.
14480
14481 2016-08-03 Bernd Edlinger <bernd.edlinger@hotmail.de>
14482
14483 PR middle-end/71876
14484 * calls.c (special_function_p): Remove special handling of
14485 "setjmp_syscall", "qsetjmp", "longjmp", "siglongjmp" and the
14486 prefix "__x". Recognize "savectx", "vfork" and "getcontext" only
14487 without prefix. Remove potentially unsafe ECF_LEAF and ECF_NORETURN.
14488
14489 2016-08-03 Vladimir Makarov <vmakarov@redhat.com>
14490
14491 PR middle-end/72778
14492 * lra-spills.c (regno_in_use_p): Check bb and regno modification.
14493 Don't stop on regular insns.
14494
14495 2016-08-03 Nathan Sidwell <nathan@codesourcery.com>
14496
14497 * config/nvptx/nvptx.c (nvptx_declare_function_name): Round frame
14498 size to DImode boundary.
14499 (nvptx_propagate): Likewise.
14500
14501 2016-08-03 Alan Modra <amodra@gmail.com>
14502
14503 * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Make scalar
14504 float access depend on TARGET_EFFICIENT_UNALIGNED_VSX.
14505 * config/rs6000/rs6000.opt (-mefficient-unaligned-vsx): Renamed
14506 from -mefficient-unaligned-vector. Note that this affects fp too.
14507
14508 2016-08-03 Alan Modra <amodra@gmail.com>
14509
14510 * config/rs6000/rs6000.c (rs6000_rtx_costs): Make unaligned mem
14511 cost more.
14512
14513 2016-08-03 Alan Modra <amodra@gmail.com>
14514
14515 * config/rs6000/rs6000.md (fix_trunc<mode>si2): Force source operand
14516 to a reg. Localize vars.
14517
14518 2016-08-03 Alan Modra <amodra@gmail.com>
14519
14520 * config/rs6000/rs6000.opt: Remove negatives from help strings
14521 and comments.
14522
14523 2016-08-03 Alan Modra <amodra@gmail.com>
14524
14525 * config/rs6000/rs6000.c (rs6000_secondary_reload_direct_move):
14526 Delete duplicated code.
14527
14528 2016-08-02 Vladimir Makarov <vmakarov@redhat.com>
14529
14530 PR middle-end/72778
14531 * lra-spills.c (regno_in_use_p): New.
14532 (lra_final_code_change): Use it.
14533
14534 2016-08-02 Vladimir Makarov <vmakarov@redhat.com>
14535
14536 PR rtl-optimization/69847
14537 * lra-int.h (struct lra-reg): Use restore_rtx instead of
14538 restore_regno.
14539 (lra_rtx_hash): New.
14540 * lra.c (initialize_lra_reg_info_element): Use restore_rtx instead
14541 of restore_regno.
14542 (lra_rtx_hash): Rename and move lra-remat.c::rtx_hash.
14543 * lra-remat.c (rtx_hash): Rename and Move to lra.c.
14544 * lra-spills.c (lra_final_code_change): Don't delete insn when the
14545 next insn is USE with the same reg as the current insn source.
14546 * lra-constraints.c (curr_insn_transform): Use restore_rtx instead
14547 of restore_regno.
14548 (lra_constraints_init): Call initiate_invariants.
14549 (lra_constraints_finish): Call finish_invariants.
14550 (struct invariant, invariant_t, invariant_ptr_t): New.
14551 (const_invariant_ptr_t, invariants, invariants_pool): New.
14552 (invariant_table, invariant_hash, invariant_eq_p): New.
14553 (insert_invariant, initiate_invariants, finish_invariants): New.
14554 (clear_invariants, invalid_invariant_regs): New.
14555 (inherit_reload_reg, split_reg, fix_bb_live_info): Use restore_rtx
14556 instead of restore_regno.
14557 (invariant_p, process_invariant_for_inheritance): New.
14558 (inherit_in_ebb): Implement invariant inheritance.
14559 (lra_inheritance): Initialize and finalize invalid_invariant_regs.
14560 (remove_inheritance_pseudos): Implement undoing invariant
14561 inheritance.
14562 (undo_optional_reloads, lra_undo_inheritance): Use restore_rtx
14563 instead of restore_regno.
14564 * lra-assigns.c (regno_live_length): New.
14565 (reload_pseudo_compare_func): Use regno_live_length.
14566 (assign_by_spills): Use restore_rtx instead of restore_regno.
14567 (lra_assign): Ditto. Initiate regno_live_length.
14568
14569 2016-02-08 James Greenhalgh <james.greenhalgh@arm.com>
14570
14571 * config/aarch64/arm_neon.h (vminnm_f64): Add back missing 'f' from
14572 __builtin_aarch64_fmindf.
14573
14574 2016-08-02 Bin Cheng <bin.cheng@arm.com>
14575
14576 PR tree-optimization/34114
14577 * tree-ssa-loop-niter.c (number_of_iterations_ne): Prove no-overflow
14578 information for more control IVs.
14579
14580 2016-08-02 Bin Cheng <bin.cheng@arm.com>
14581
14582 PR tree-optimization/34114
14583 * fold-const.c (multiple_of_p): Improve MULT_EXPR, PLUS_EXPR,
14584 PLUS_EXPR case. Handle SSA_NAME case.
14585
14586 2016-08-02 Tamar Christina <tamar.christina@arm.com>
14587
14588 * config/aarch64/aarch64-simd-builtins.def
14589 (__builtin_aarch64_fmindf): Change BUILTIN_VDQF to BUILTIN_VDQF_DF.
14590 (__builtin_aarch64_fmaxdf): Likewise.
14591 (__builtin_aarch64_smin_nandf): Likewise.
14592 (__builtin_aarch64_smax_nandf): Likewise.
14593 * config/aarch64/aarch64-simd.md (<fmaxmin><mode>3): Remove.
14594 * config/aarch64/aarch64.md (<fmaxmin><mode>3): Rename to...
14595 (<fmaxmin><mode>3): ...this.
14596 * config/aarch64/arm_neon.h (vmaxnm_f64): New.
14597 (vminnm_f64): Likewise.
14598 (vmin_f64): Likewise.
14599 (vmax_f64): Likewise.
14600 * config/aarch64/iterators.md (FMAXMIN): Merge with...
14601 (FMAXMIN_UNS): ...this.
14602 (fmaxmin): Merged with
14603 (fmaxmin_op): ...this...
14604 (maxmin_uns_op): ...in to this.
14605
14606 2016-08-01 Michael Meissner <meissner@linux.vnet.ibm.com>
14607
14608 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
14609 Add support for vec_extract on vector float, vector int, vector
14610 short, and vector char vector types.
14611 * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
14612 vector float, vector int, vector short, and vector char
14613 optimizations on 64-bit ISA 2.07 systems for both constant and
14614 variable element numbers.
14615 (rs6000_split_vec_extract_var): Likewise.
14616 * config/rs6000/vsx.md (vsx_xscvspdp_scalar2): Allow SFmode to be
14617 Altivec registers on ISA 2.07 and above.
14618 (vsx_extract_v4sf): Delete alternative that hard coded element 0,
14619 which never was matched due to the split occuring before register
14620 allocation (and the code would not have worked on little endian
14621 systems if it did match). Allow extracts to go to the Altivec
14622 registers if ISA 2.07 (power8). Change from using "" around the
14623 C++ code to using {}'s.
14624 (vsx_extract_v4sf_<mode>_load): New insn to optimize vector float
14625 vec_extracts when the vector is in memory.
14626 (vsx_extract_v4sf_var): New insn to optimize vector float
14627 vec_extracts when the element number is variable on 64-bit ISA
14628 2.07 systems.
14629 (vsx_extract_<mode>, VSX_EXTRACT_I iterator): Add optimizations
14630 for 64-bit ISA 2.07 as well as ISA 3.0.
14631 (vsx_extract_<mode>_p9, VSX_EXTRACT_I iterator): Likewise.
14632 (vsx_extract_<mode>_p8, VSX_EXTRACT_I iterator): Likewise.
14633 (vsx_extract_<mode>_load, VSX_EXTRACT_I iterator): New insn to
14634 optimize vector int, vector short, and vector char vec_extracts
14635 when the vector is in memory.
14636 (vsx_extract_<mode>_var, VSX_EXTRACT_I iterator): New insn to
14637 optimize vector int, vector short, and vector char vec_extracts
14638 when the element number is variable.
14639
14640 2016-08-01 Georg-Johann Lay <avr@gjlay.de>
14641
14642 PR target/71948
14643 * config/avr/avr.c (AVR_SYMBOL_FLAG_TINY_PM): Use a value that
14644 does not overlap with other symbol flags.
14645
14646 2016-08-01 Wilco Dijkstra <wdijkstr@arm.com>
14647
14648 * config/aarch64/aarch64.h (aarch64_frame):
14649 Remove padding0 and hardfp_offset. Add locals_offset,
14650 initial_adjust, callee_adjust, callee_offset and final_adjust.
14651 * config/aarch64/aarch64.c (aarch64_layout_frame):
14652 Remove unused padding0 and hardfp_offset initializations.
14653 Choose frame layout and set frame variables accordingly.
14654 Use INVALID_REGNUM instead of FIRST_PSEUDO_REGISTER.
14655 (aarch64_push_regs): Use INVALID_REGNUM, not FIRST_PSEUDO_REGISTER.
14656 (aarch64_pop_regs): Likewise.
14657 (aarch64_expand_prologue): Remove all decision code, just emit
14658 prolog according to frame variables.
14659 (aarch64_expand_epilogue): Remove all decision code, just emit
14660 epilog according to frame variables.
14661 (aarch64_initial_elimination_offset): Use offset to local/arg area.
14662
14663 2015-08-01 H.J. Lu <hongjiu.lu@intel.com>
14664
14665 PR target/72748
14666 * config/i386/i386.c (timode_scalar_chain::convert_insn): Call
14667 fix_debug_reg_uses after changing source register mode to
14668 V1TImode if source register is undefined.
14669
14670 2015-08-01 Alan Hayward <alan.hayward@arm.com>
14671
14672 PR tree-optimization/71818
14673 * tree-vect-loop-manip.c (vect_can_advance_ivs_p): Don't advance IVs
14674 with non invariant evolutions
14675
14676 2016-08-01 Georg-Johann Lay <avr@gjlay.de>
14677
14678 PR target/72767
14679 * config/avr/avr.md (length) [branch]: Correct insn length
14680 attribute for forward branches.
14681
14682 2016-08-01 Georg-Johann Lay <avr@gjlay.de>
14683
14684 * doc/extend.texi (AVR Built-in Functions): Document
14685 __builtin_avr_nops.
14686 * config/avr/builtins.def (NOPS): New.
14687 * config/avr/avr.c (avr_expand_nops): New static function.
14688 (avr_expand_builtin): Use it to handle AVR_BUILTIN_NOPS.
14689
14690 2016-08-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14691
14692 * config/aarch64/aarch64.c (aarch64_classify_address): Use DImode when
14693 performing aarch64_offset_7bit_signed_scaled_p check for TImode LDP/STP
14694 addresses.
14695
14696 2016-08-01 Virendra Pathak <virendra.pathak@broadcom.com>
14697
14698 * config/aarch64/aarch64.c (vulcan_tunings): Update
14699 vulcan L1 cache_line_size.
14700
14701 2016-07-30 Michael Meissner <meissner@linux.vnet.ibm.com>
14702
14703 * config/rs6000/rs6000-protos.h (rs6000_adjust_vec_address): New
14704 function that takes a vector memory address, a hard register, an
14705 element number and a temporary base register, and recreates an
14706 address that points to the appropriate element within the vector.
14707 * config/rs6000/rs6000.c (rs6000_adjust_vec_address): Likewise.
14708 (rs6000_split_vec_extract_var): Add support for the target of a
14709 vec_extract with variable element number being a scalar memory
14710 location.
14711 (rtx_is_swappable_p): VLSO insns (UNSPEC_VSX_VSLOW) are not
14712 swappable.
14713 * config/rs6000/vsx.md (vsx_extract_<mode>_load): Replace
14714 vsx_extract_<mode>_load insn with a new insn that optimizes
14715 storing either element to a memory location, using scratch
14716 registers to pick apart the vector and reconstruct the address.
14717 (vsx_extract_<P:mode>_<VSX_D:mode>_load): Likewise.
14718 (vsx_extract_<mode>_store): Rework alternatives to more correctly
14719 support Altivec registers. Add support for ISA 3.0 Altivec d-form
14720 store instruction.
14721 (vsx_extract_<mode>_var): Add support for extracting a variable
14722 element number from memory.
14723
14724 2016-07-29 Georg-Johann Lay <avr@gjlay.de>
14725
14726 * config/avr/avr.c (avr_out_compare): Use const0_rtx instead of 0
14727 when testing for compares against constants of the form 0xabab.
14728
14729 2016-07-29 Bin Cheng <bin.cheng@arm.com>
14730
14731 PR tree-optimization/57558
14732 * tree-vect-loop-manip.c (vect_create_cond_for_niters_checks): New
14733 function.
14734 (vect_loop_versioning): Support versioning with niter assumptions.
14735 * tree-vect-loop.c (tree-ssa-loop.h): Include header file.
14736 (vect_get_loop_niters): New parameter. Reimplement to support
14737 assumptions in loop niter info.
14738 (vect_analyze_loop_form_1, vect_analyze_loop_form): Ditto.
14739 (new_loop_vec_info): Init LOOP_VINFO_NITERS_ASSUMPTIONS.
14740 (vect_estimate_min_profitable_iters): Use LOOP_REQUIRES_VERSIONING.
14741 Support loop versioning for niters.
14742 * tree-vectorizer.c (tree-ssa-loop-niter.h): Include header file.
14743 (vect_free_loop_info_assumptions): New function.
14744 (vectorize_loops): Free loop niter info for loops with flag
14745 LOOP_F_ASSUMPTIONS set if vectorization failed.
14746 * tree-vectorizer.h (struct _loop_vec_info): New field
14747 num_iters_assumptions.
14748 (LOOP_VINFO_NITERS_ASSUMPTIONS): New macro.
14749 (LOOP_REQUIRES_VERSIONING_FOR_NITERS): New macro.
14750 (LOOP_REQUIRES_VERSIONING): New macro.
14751 (vect_free_loop_info_assumptions): New decl.
14752
14753 2016-07-29 Bin Cheng <bin.cheng@arm.com>
14754
14755 * cfgloop.h (struct loop): New field constraints.
14756 (LOOP_C_INFINITE, LOOP_C_FINITE): New macros.
14757 (loop_constraint_set, loop_constraint_clr, loop_constraint_set_p): New
14758 functions.
14759 * cfgloop.c (alloc_loop): Initialize new field.
14760 * cfgloopmanip.c (copy_loop_info): Copy constraints.
14761 * tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions):
14762 Adjust niter analysis wrto loop constraints.
14763 * doc/loop.texi (@node Number of iterations): Add description for loop
14764 constraints.
14765
14766 2016-07-29 Marek Polacek <polacek@redhat.com>
14767
14768 PR c/7652
14769 * config/i386/i386.c (ix86_expand_args_builtin): Add break.
14770 (ix86_expand_round_builtin): Likewise.
14771
14772 2016-07-29 Segher Boessenkool <segher@kernel.crashing.org>
14773 Georg-Johann Lay <avr@gjlay.de>
14774
14775 PR rtl-optimization/71976
14776 * combine.c (get_last_value): Return 0 if the argument for which
14777 the function is called has a wider mode than the recorded value.
14778
14779 2016-07-29 Marek Polacek <polacek@redhat.com>
14780
14781 PR c/7652
14782 * config/rs6000/rs6000.c (altivec_expand_ld_builtin): Add break.
14783 (altivec_expand_st_builtin): Likewise.
14784
14785 2016-07-29 Georg-Johann Lay <avr@gjlay.de>
14786
14787 * config/avr/avr.md (addqi3) [cc]: Revert glitch in insn attribute
14788 introduced in r238381.
14789
14790 2016-07-29 Kugan Vivekanandarajah <kuganv@linaro.org>
14791
14792 PR middle-end/68217
14793 * tree-vrp.c (extract_range_from_binary_expr_1): In case of signed
14794 & sign-bit-CST, generate [-INF, 0] instead of [-INF, INF].
14795
14796 2016-07-28 Michael Meissner <meissner@linux.vnet.ibm.com>
14797
14798 * config/rs6000/rs6000-protos.h (rs6000_split_vec_extract_var):
14799 New declaration.
14800 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
14801 Add support for vec_extract of vector double or vector long having
14802 a variable element number on 64-bit ISA 2.07 systems or newer.
14803 * config/rs6000/rs6000.c (rs6000_expand_vector_extract):
14804 Likewise.
14805 (rs6000_split_vec_extract_var): New function to split a
14806 vec_extract built-in function with variable element number.
14807 (rtx_is_swappable_p): Variable vec_extracts and shifts are not
14808 swappable.
14809 * config/rs6000/vsx.md (UNSPEC_VSX_VSLO): New unspec.
14810 (UNSPEC_VSX_EXTRACT): Likewise.
14811 (vsx_extract_<mode>, VSX_D iterator): Fix constraints to allow
14812 direct move instructions to be generated on 64-bit ISA 2.07
14813 systems and newer, and to take advantage of the ISA 3.0 MFVSRLD
14814 instruction.
14815 (vsx_vslo_<mode>): New insn to do VSLO on V2DFmode and V2DImode
14816 arguments for vec_extract variable element.
14817 (vsx_extract_<mode>_var, VSX_D iterator): New insn to support
14818 vec_extract with variable element on V2DFmode and V2DImode
14819 vectors.
14820 * config/rs6000/rs6000.h (TARGET_VEXTRACTUB): Remove
14821 -mupper-regs-df requirement, since it isn't needed.
14822 (TARGET_DIRECT_MOVE_64BIT): New macro to say whether we can
14823 do direct moves on 64-bit systems, which allows optimization of
14824 vec_extract on 64-bit ISA 2.07 systems and newer.
14825
14826 2016-07-28 Kristina Martsenko <kristina.martsenko@arm.com>
14827 2016-07-28 Wilco Dijkstra <wdijkstr@arm.com>
14828
14829 * config/aarch64/aarch64.md
14830 (zero_extend<SHORT:mode><GPI:mode>2_aarch64): Change output
14831 statement and type.
14832 (<optab>qihi2_aarch64): Likewise, and split into two.
14833 (extendqihi2_aarch64): New.
14834 (zero_extendqihi2_aarch64): New.
14835 * config/aarch64/iterators.md (ldrxt): Remove.
14836 * config/aarch64/aarch64.c (aarch64_rtx_costs): Change cost of
14837 uxtb/uxth.
14838
14839 2016-07-28 Kristina Martsenko <kristina.martsenko@arm.com>
14840
14841 * config/aarch64/aarch64.c (aarch64_rtx_costs): Fix cost of zero extend.
14842
14843 2016-07-28 Wilco Dijkstra <wdijkstr@arm.com>
14844
14845 * config/aarch64/aarch64.c (aarch64_pushwb_pair_reg): Rename.
14846 (aarch64_push_reg): New function to push 1 or 2 registers.
14847 (aarch64_pop_reg): New function to pop 1 or 2 registers.
14848 (aarch64_expand_prologue): Use aarch64_push_regs.
14849 (aarch64_expand_epilogue): Use aarch64_pop_regs.
14850
14851 2016-07-28 Yuri Rumyantsev <ysrumyan@gmail.com>
14852
14853 PR tree-optimization/71734
14854 * tree-ssa-loop-im.c (ref_indep_loop_p_1): Pass value of safelen
14855 attribute instead of REF_LOOP and use it.
14856 (ref_indep_loop_p_2): Use SAFELEN argument instead of REF_LOOP and
14857 set it for Loops having non-zero safelen attribute.
14858 (ref_indep_loop_p): Pass zero as initial value for safelen.
14859
14860 2016-07-28 Ilya Enkovich <ilya.enkovich@intel.com>
14861
14862 PR middle-end/72657
14863 PR target/72683
14864 * tree-chkp.c (chkp_retbnd_call_by_val): Check for instrumentation
14865 call using chkp_gimple_call_builtin_p.
14866 (chkp_copy_bounds_for_assign): Likewise.
14867
14868 2016-07-28 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
14869
14870 * config/alpha/alpha.c (alpha_adjust_cost): Adjust.
14871 * config/arm/arm-protos.h (struct tune_params): Likewise.
14872 * config/arm/arm.c (xscale_sched_adjust_cost): Likewise.
14873 (cortex_a9_sched_adjust_cost): Likewise.
14874 (fa726te_sched_adjust_cost): Likewise.
14875 (arm_adjust_cost): Likewise.
14876 * config/bfin/bfin.c (bfin_adjust_cost): Likewise.
14877 * config/c6x/c6x.c (c6x_adjust_cost): Likewise.
14878 * config/epiphany/epiphany.c (epiphany_adjust_cost): Likewise.
14879 * config/i386/i386.c (ix86_adjust_cost): Likewise.
14880 * config/ia64/ia64.c: Likewise.
14881 * config/m68k/m68k.c: Likewise.
14882 * config/mep/mep.c (mep_adjust_cost): Likewise.
14883 * config/microblaze/microblaze.c (microblaze_adjust_cost):
14884 * Likewise.
14885 * config/mips/mips.c (mips_adjust_cost): Likewise.
14886 * config/mn10300/mn10300.c (mn10300_adjust_sched_cost):
14887 * Likewise.
14888 * config/pa/pa.c (pa_adjust_cost): Likewise.
14889 * config/rs6000/rs6000.c (rs6000_adjust_cost): Likewise.
14890 (rs6000_debug_adjust_cost): Likewise.
14891 * config/sh/sh.c (sh_adjust_cost): Likewise.
14892 * config/sparc/sparc.c (supersparc_adjust_cost): Likewise.
14893 (hypersparc_adjust_cost): Likewise.
14894 (sparc_adjust_cost): Likewise.
14895 * config/spu/spu.c (spu_sched_adjust_cost): Likewise.
14896 * config/tilegx/tilegx.c (tilegx_sched_adjust_cost): Likewise.
14897 * config/tilepro/tilepro.c (tilepro_sched_adjust_cost):
14898 * Likewise.
14899 * config/visium/visium.c (visium_adjust_cost): Likewise.
14900 * doc/tm.texi: Regenerate.
14901 * haifa-sched.c (dep_cost_1): Adjust.
14902 * target.def: Merge adjust_cost and adjust_cost_2.
14903
14904 2016-07-28 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
14905
14906 * haifa-sched.c (add_to_speculative_block): Make twins a vector.
14907
14908 2016-07-28 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
14909
14910 * store-motion.c (struct st_expr): Make pattern_regs a vector.
14911 (extract_mentioned_regs): Append to a vector instead of
14912 returning a rtx_expr_list.
14913 (st_expr_entry): Adjust.
14914 (free_st_expr_entry): Likewise.
14915 (store_ops_ok): Likewise.
14916 (store_killed_in_insn): Likewise.
14917 (find_moveable_store): Likewise.
14918
14919 2016-07-28 Martin Liska <mliska@suse.cz>
14920
14921 PR gcov-profile/68025
14922 * tree-profile.c (tree_profiling): Respect
14923 no_profile_instrument_function attribute.
14924 * doc/extend.texi: Document no_profile_instrument_function
14925 attribute.
14926
14927 2016-07-28 Martin Liska <mliska@suse.cz>
14928
14929 PR rtl-optimization/70944
14930 * combine.c (make_compound_operation):
14931 Do not allow make_compound_operation for vector mode
14932
14933 2016-07-28 Kugan Vivekanandarajah <kuganv@linaro.org>
14934
14935 PR middle-end/71994
14936 * tree-ssa-reassoc.c (maybe_optimize_range_tests): Check tcc_comparison
14937 before calling get_ops.
14938
14939 2016-07-27 Bernd Edlinger <bernd.edlinger@hotmail.de>
14940
14941 * defaults.h (LOG2_BITS_PER_UNIT): Move from here...
14942 * tree.h (LOG2_BITS_PER_UNIT): ...to here.
14943 (BITS_PER_UNIT_LOG): Remove.
14944 (int_bit_position): Use LOG2_BITS_PER_UNIT instead of BITS_PER_UNIT_LOG.
14945 * expr.c (expand_assignment): Likewise.
14946 * stor-layout.c (initialize_sizetypes): Likewise.
14947
14948 2016-07-27 Michael Meissner <meissner@linux.vnet.ibm.com>
14949
14950 * config/rs6000/vector.md (vec_extract<mode>): Change the calling
14951 signature of rs6000_expand_vector_extract so that the element
14952 number is a RTX instead of a constant integer.
14953 * config/rs6000/rs6000-protos.h (rs6000_expand_vector_extract):
14954 Likewise.
14955 * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Likewise.
14956 (altivec_expand_vec_ext_builtin): Likewise.
14957 * config/rs6000/altivec.md (reduc_plus_scal_<mode>): Likewise.
14958 * config/rs6000/vsx.md (vsx_extract_<mode>): Fix spelling of the
14959 MFVSRLD instruction.
14960
14961 2016-07-27 David Malcolm <dmalcolm@redhat.com>
14962
14963 * input.c (get_pure_location): Move here from tree.c.
14964 (make_location): Likewise. Add header comment.
14965 (selftest::test_accessing_ordinary_linemaps): Verify
14966 pure_location_p, make_location, get_location_from_adhoc_loc and
14967 get_range_from_loc.
14968 * input.h (get_pure_location): Move declaration here from tree.h.
14969 (get_finish): Likewise for inline function.
14970 (make_location): Likewise for declaration.
14971 * tree.c (get_pure_location): Move to input.c.
14972 (make_location): Likewise.
14973 * tree.h (get_pure_location): Move declaration to tree.h.
14974 (get_finish): Likewise for inline function.
14975 (make_location): Likewise for declaration.
14976
14977 2016-07-27 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
14978
14979 PR middle-end/71078
14980 * match.pd (x / abs(x) -> copysign(1.0, x)): New pattern.
14981
14982 2016-07-27 David Malcolm <dmalcolm@redhat.com>
14983
14984 * system.h (STATIC_ASSERT): Use static_assert if building
14985 with C++11 onwards.
14986
14987 2016-07-27 Richard Biener <rguenther@suse.de>
14988
14989 PR tree-optimization/72517
14990 * tree-vect-data-refs.c (vect_analyze_data_ref_dependences):
14991 Revert change to not compute read-read dependences.
14992
14993 2016-07-27 Richard Biener <rguenther@suse.de>
14994
14995 * predict.c (set_even_probabilities): Make nedges unsigned.
14996
14997 2016-07-27 Martin Liska <mliska@suse.cz>
14998
14999 * predict.c (set_even_probabilities): Handle unlikely edges.
15000 (combine_predictions_for_bb): Likewise.
15001
15002 2016-07-26 Michael Meissner <meissner@linux.vnet.ibm.com>
15003
15004 PR target/71869
15005 * config/rs6000/rs6000.c (rs6000_generate_compare): Rework
15006 __float128 support when we don't have hardware support, so that
15007 the IEEE built-in functions like isgreater, first call __unordkf3
15008 to make sure neither operand is a NaN, and if both operands are
15009 ordered, do the normal comparison.
15010
15011 2016-07-26 Patrick Palka <ppalka@gcc.gnu.org>
15012
15013 * tree-vrp.c (dump_asserts_for): Print loc->expr instead of
15014 name.
15015 (extract_code_and_val_from_cond_with_ops): Verify that name is
15016 either cond_op0 or cond_op1.
15017
15018 2016-07-26 Patrick Palka <ppalka@gcc.gnu.org>
15019
15020 PR tree-optimization/18046
15021 * genmodes.c (emit_mode_size_inline): Emit an assert that
15022 verifies that mode is a valid array index.
15023 (emit_mode_nuinits_inline): Likewise.
15024 (emit_mode_inner_inline): Likewise.
15025 (emit_mode_unit_size_inline): Likewise.
15026 (emit_mode_unit_precision_inline): Likewise.
15027 * tree-vrp.c: Include params.h.
15028 (find_switch_asserts): Register edge assertions for the default
15029 label which correspond to the anti-ranges of each case label.
15030 * params.def (PARAM_MAX_VRP_SWITCH_ASSERTIONS): New.
15031 * doc/invoke.texi: Document it.
15032
15033 2016-07-26 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
15034
15035 * gimple-ssa-strength-reduction.c (slsr_process_phi): Remove dead
15036 and unnecessary call to gimple_bb.
15037
15038 2016-07-26 Richard Biener <rguenther@suse.de>
15039
15040 PR rtl-optimization/71984
15041 * simplify-rtx.c (simplify_subreg): Use GET_MODE_SIZE and prepare
15042 for VOIDmode.
15043
15044 2016-07-26 Richard Biener <rguenther@suse.de>
15045
15046 PR middle-end/72517
15047 * expmed.c (extract_bit_field_1): Constrain the vector mode
15048 with element size matching the extraction mode size when
15049 choosing a better vector mode to do the extraction from.
15050
15051 2016-07-26 Richard Biener <rguenther@suse.de>
15052 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
15053
15054 PR middle-end/70920
15055 * match.pd ((intptr)x eq/ne CST to x eq/ne (typeof x) CST): New
15056 pattern.
15057
15058 2016-07-26 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
15059
15060 * tree-ssa-structalias.c (struct scc_info): Change types of
15061 members to auto_sbitmap and auto_vec.
15062 (scc_info::scc_info): New constructor.
15063 (scc_info::~scc_info): New destructor.
15064 (init_scc_info): Remove.
15065 (free_scc_info): Remove.
15066 (find_indirect_cycles): Adjust.
15067 (perform_var_substitution): Likewise.
15068 (free_var_substitution_info): Likewise.
15069
15070 2016-07-26 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
15071
15072 * tree-outof-ssa.c (struct elim_graph): Change type of members
15073 to auto_vec and auto_sbitmap.
15074 (elim_graph::elim_graph): New constructor.
15075 (delete_elim_graph): Remove.
15076 (expand_phi_nodes): Adjust.
15077
15078 2016-07-26 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
15079
15080 * tree-outof-ssa.c (struct elim_graph): Remove typedef.
15081 (new_elim_graph): Adjust.
15082 (clear_elim_graph): Likewise.
15083 (delete_elim_graph): Likewise.
15084 (elim_graph_size): Likewise.
15085 (elim_graph_add_node): Likewise.
15086 (elim_graph_add_edge): Likewise.
15087 (elim_graph_remove_succ_edge): Likewise.
15088 (eliminate_name): Likewise.
15089 (eliminate_build): Likewise.
15090 (elim_forward): Likewise.
15091 (elim_unvisited_predecessor): Likewise.
15092 (elim_backward): Likewise.
15093 (elim_create): Likewise.
15094 (eliminate_phi): Likewise.
15095 (expand_phi_nodes): Likewise.
15096
15097 2016-07-26 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
15098
15099 * bt-load.c (compute_out): Use auto_sbitmap class.
15100 (link_btr_uses): Likewise.
15101 * cfganal.c (mark_dfs_back_edges): Likewise.
15102 (post_order_compute): Likewise.
15103 (inverted_post_order_compute): Likewise.
15104 (pre_and_rev_post_order_compute_fn): Likewise.
15105 (single_pred_before_succ_order): Likewise.
15106 * cfgexpand.c (pass_expand::execute): Likewise.
15107 * cfgloop.c (verify_loop_structure): Likewise.
15108 * cfgloopmanip.c (fix_bb_placements): Likewise.
15109 (remove_path): Likewise.
15110 (update_dominators_in_loop): Likewise.
15111 * cfgrtl.c (break_superblocks): Likewise.
15112 * ddg.c (check_sccs): Likewise.
15113 (create_ddg_all_sccs): Likewise.
15114 * df-core.c (df_worklist_dataflow): Likewise.
15115 * dse.c (dse_step3): Likewise.
15116 * except.c (eh_region_outermost): Likewise.
15117 * function.c (thread_prologue_and_epilogue_insns): Likewise.
15118 * gcse.c (prune_expressions): Likewise.
15119 (prune_insertions_deletions): Likewise.
15120 * gimple-ssa-backprop.c (backprop::~backprop): Likewise.
15121 * graph.c (draw_cfg_nodes_no_loops): Likewise.
15122 * ira-lives.c (remove_some_program_points_and_update_live_ranges): Likewise.
15123 * lcm.c (compute_earliest): Likewise.
15124 (compute_farthest): Likewise.
15125 * loop-unroll.c (unroll_loop_constant_iterations): Likewise.
15126 (unroll_loop_runtime_iterations): Likewise.
15127 (unroll_loop_stupid): Likewise.
15128 * lower-subreg.c (decompose_multiword_subregs): Likewise.
15129 * lra-lives.c: Likewise.
15130 * lra.c (lra): Likewise.
15131 * modulo-sched.c (schedule_reg_moves): Likewise.
15132 (optimize_sc): Likewise.
15133 (get_sched_window): Likewise.
15134 (sms_schedule_by_order): Likewise.
15135 (check_nodes_order): Likewise.
15136 (order_nodes_of_sccs): Likewise.
15137 (order_nodes_in_scc): Likewise.
15138 * recog.c (split_all_insns): Likewise.
15139 * regcprop.c (pass_cprop_hardreg::execute): Likewise.
15140 * reload1.c (reload): Likewise.
15141 * sched-rgn.c (haifa_find_rgns): Likewise.
15142 (split_edges): Likewise.
15143 (compute_trg_info): Likewise.
15144 * sel-sched.c (init_seqno): Likewise.
15145 * store-motion.c (remove_reachable_equiv_notes): Likewise.
15146 * tree-into-ssa.c (update_ssa): Likewise.
15147 * tree-ssa-live.c (live_worklist): Likewise.
15148 * tree-ssa-loop-im.c (fill_always_executed_in): Likewise.
15149 * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
15150 * Likewise.
15151 (try_peel_loop): Likewise.
15152 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop):
15153 * Likewise.
15154 * tree-ssa-pre.c (compute_antic): Likewise.
15155 * tree-ssa-reassoc.c (undistribute_ops_list): Likewise.
15156 * tree-stdarg.c (reachable_at_most_once): Likewise.
15157 * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Likewise.
15158 * var-tracking.c (vt_find_locations): Likewise.
15159
15160 2016-07-26 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
15161
15162 * sbitmap.h (auto_sbitmap): New class.
15163
15164 2016-07-26 Alan Modra <amodra@gmail.com>
15165
15166 PR target/72103
15167 * config/rs6000/rs6000.c (rs6000_secondary_reload): Initialize
15168 sri->t_icode.
15169
15170 2016-07-25 David Malcolm <dmalcolm@redhat.com>
15171
15172 * input.c (selftest::temp_source_file::temp_source_file): Fix
15173 missing "%s" in fprintf.
15174
15175 2016-07-25 John David Anglin <danglin@gcc.gnu.org>
15176
15177 PR middle-end/71732
15178 * cselib.c (cselib_process_insn): Invalidate argument slots for
15179 const/pure calls.
15180
15181 2016-07-25 Jiong Wang <jiong.wang@arm.com>
15182
15183 * config/aarch64/arm_neon.h (vfmah_lane_f16, vfmah_laneq_f16,
15184 vfmsh_lane_f16, vfmsh_laneq_f16, vmulh_lane_f16, vmulh_laneq_f16,
15185 vmulxh_lane_f16, vmulxh_laneq_f16): New.
15186
15187 2016-07-25 Jiong Wang <jiong.wang@arm.com>
15188
15189 * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
15190 * config/aarch64/aarch64.md (fma, fnma): Support HF.
15191 * config/aarch64/arm_fp16.h (vfmah_f16, vfmsh_f16): New.
15192
15193 2016-07-25 Jiong Wang <jiong.wang@arm.com>
15194
15195 * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
15196 * config/aarch64/aarch64.md (<FCVT_F2FIXED:fcvt_fixed_insn>hf<mode>3):
15197 New.
15198 (<FCVT_FIXED2F:fcvt_fixed_insn><mode>hf3): Likewise.
15199 (add<mode>3): Likewise.
15200 (sub<mode>3): Likewise.
15201 (mul<mode>3): Likewise.
15202 (div<mode>3): Likewise.
15203 (*div<mode>3): Likewise.
15204 (<fmaxmin><mode>3): Extend to HF.
15205 * config/aarch64/aarch64-simd.md (aarch64_rsqrts<mode>): Likewise.
15206 (fabd<mode>3): Likewise.
15207 (<FCVT_F2FIXED:fcvt_fixed_insn><VHSDF_HSDF:mode>3): Likewise.
15208 (<FCVT_FIXED2F:fcvt_fixed_insn><VHSDI_HSDI:mode>3): Likewise.
15209 (aarch64_fmulx<mode>): Likewise.
15210 (aarch64_fac<optab><mode>): Likewise.
15211 (aarch64_frecps<mode>): Likewise.
15212 (<FCVT_F2FIXED:fcvt_fixed_insn>hfhi3): New.
15213 (<FCVT_FIXED2F:fcvt_fixed_insn>hihf3): Likewise.
15214 * config/aarch64/iterators.md (VHSDF_SDF): Delete.
15215 (VSDQ_HSDI): Support HI.
15216 (fcvt_target, FCVT_TARGET): Likewise.
15217 * config/aarch64/arm_fp16.h (vaddh_f16, vsubh_f16, vabdh_f16,
15218 vcageh_f16, vcagth_f16, vcaleh_f16, vcalth_f16, vceqh_f16, vcgeh_f16,
15219 vcgth_f16, vcleh_f16, vclth_f16, vcvth_n_f16_s16, vcvth_n_f16_s32,
15220 vcvth_n_f16_s64, vcvth_n_f16_u16, vcvth_n_f16_u32, vcvth_n_f16_u64,
15221 vcvth_n_s16_f16, vcvth_n_s32_f16, vcvth_n_s64_f16, vcvth_n_u16_f16,
15222 vcvth_n_u32_f16, vcvth_n_u64_f16, vdivh_f16, vmaxh_f16, vmaxnmh_f16,
15223 vminh_f16, vminnmh_f16, vmulh_f16, vmulxh_f16, vrecpsh_f16,
15224 vrsqrtsh_f16): New.
15225
15226 2016-07-25 Jiong Wang <jiong.wang@arm.com>
15227
15228 * config.gcc (aarch64*-*-*): Install arm_fp16.h.
15229 * config/aarch64/aarch64-builtins.c (hi_UP): New.
15230 * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
15231 * config/aarch64/aarch64-simd.md (aarch64_frsqrte<mode>): Extend to HF
15232 mode.
15233 (aarch64_frecp<FRECP:frecp_suffix><mode>): Likewise.
15234 (aarch64_cm<optab><mode>): Likewise.
15235 * config/aarch64/aarch64.md (<frint_pattern><mode>2): Likewise.
15236 (l<fcvt_pattern><su_optab><GPF:mode><GPI:mode>2): Likewise.
15237 (fix_trunc<GPF:mode><GPI:mode>2): Likewise.
15238 (sqrt<mode>2): Likewise.
15239 (*sqrt<mode>2): Likewise.
15240 (abs<mode>2): Likewise.
15241 (<optab><mode>hf2): New pattern for HF mode.
15242 (<optab>hihf2): Likewise.
15243 * config/aarch64/arm_neon.h: Include arm_fp16.h.
15244 * config/aarch64/iterators.md (GPF_F16, GPI_F16, VHSDF_HSDF): New.
15245 (w1, w2, v, s, q, Vmtype, V_cmp_result, fcvt_iesize, FCVT_IESIZE):
15246 Support HF mode.
15247 * config/aarch64/arm_fp16.h: New file.
15248 (vabsh_f16, vceqzh_f16, vcgezh_f16, vcgtzh_f16, vclezh_f16, vcltzh_f16,
15249 vcvth_f16_s16, vcvth_f16_s32, vcvth_f16_s64, vcvth_f16_u16,
15250 vcvth_f16_u32, vcvth_f16_u64, vcvth_s16_f16, vcvth_s32_f16,
15251 vcvth_s64_f16, vcvth_u16_f16, vcvth_u32_f16, vcvth_u64_f16,
15252 vcvtah_s16_f16, vcvtah_s32_f16, vcvtah_s64_f16, vcvtah_u16_f16,
15253 vcvtah_u32_f16, vcvtah_u64_f16, vcvtmh_s16_f16, vcvtmh_s32_f16,
15254 vcvtmh_s64_f16, vcvtmh_u16_f16, vcvtmh_u32_f16, vcvtmh_u64_f16,
15255 vcvtnh_s16_f16, vcvtnh_s32_f16, vcvtnh_s64_f16, vcvtnh_u16_f16,
15256 vcvtnh_u32_f16, vcvtnh_u64_f16, vcvtph_s16_f16, vcvtph_s32_f16,
15257 vcvtph_s64_f16, vcvtph_u16_f16, vcvtph_u32_f16, vcvtph_u64_f16,
15258 vnegh_f16, vrecpeh_f16, vrecpxh_f16, vrndh_f16, vrndah_f16, vrndih_f16,
15259 vrndmh_f16, vrndnh_f16, vrndph_f16, vrndxh_f16, vrsqrteh_f16,
15260 vsqrth_f16): New.
15261
15262 2016-07-25 Jiong Wang <jiong.wang@arm.com>
15263
15264 * config/aarch64/aarch64-simd-builtins.def (reduc_smax_scal_,
15265 reduc_smin_scal_): Use VDQIF_F16.
15266 (reduc_smax_nan_scal_, reduc_smin_nan_scal_): Use VHSDF.
15267 * config/aarch64/aarch64-simd.md (reduc_<maxmin_uns>_scal_<mode>):
15268 Use VHSDF.
15269 (aarch64_reduc_<maxmin_uns>_internal<mode>): Likewise.
15270 * config/aarch64/iterators.md (VDQIF_F16): New.
15271 (vp): Support HF modes.
15272 * config/aarch64/arm_neon.h (vmaxv_f16, vmaxvq_f16, vminv_f16,
15273 vminvq_f16, vmaxnmv_f16, vmaxnmvq_f16, vminnmv_f16, vminnmvq_f16): New.
15274
15275 2016-07-25 Jiong Wang <jiong.wang@arm.com>
15276
15277 * config/aarch64/aarch64-simd.md (*aarch64_mulx_elt_to_64v2df): Rename to
15278 "*aarch64_mulx_elt_from_dup<mode>".
15279 (*aarch64_mul3_elt<mode>): Update schedule type.
15280 (*aarch64_mul3_elt_from_dup<mode>): Likewise.
15281 (*aarch64_fma4_elt_from_dup<mode>): Likewise.
15282 (*aarch64_fnma4_elt_from_dup<mode>): Likewise.
15283 * config/aarch64/iterators.md (VMUL): Supprt half precision float modes.
15284 (f, fp): Support HF modes.
15285 * config/aarch64/arm_neon.h (vfma_lane_f16, vfmaq_lane_f16,
15286 vfma_laneq_f16, vfmaq_laneq_f16, vfma_n_f16, vfmaq_n_f16, vfms_lane_f16,
15287 vfmsq_lane_f16, vfms_laneq_f16, vfmsq_laneq_f16, vfms_n_f16,
15288 vfmsq_n_f16, vmul_lane_f16, vmulq_lane_f16, vmul_laneq_f16,
15289 vmulq_laneq_f16, vmul_n_f16, vmulq_n_f16, vmulx_lane_f16,
15290 vmulxq_lane_f16, vmulx_laneq_f16, vmulxq_laneq_f16): New.
15291
15292 2016-07-25 Jiong Wang <jiong.wang@arm.com>
15293
15294 * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
15295 * config/aarch64/aarch64-simd.md (fma<mode>4, fnma<mode>4): Extend to HF
15296 modes.
15297 * config/aarch64/arm_neon.h (vfma_f16, vfmaq_f16, vfms_f16,
15298 vfmsq_f16): New.
15299
15300 2016-07-25 Jiong Wang <jiong.wang@arm.com>
15301
15302 * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
15303 * config/aarch64/aarch64-simd.md
15304 (aarch64_rsqrts<mode>): Extend to HF modes.
15305 (fabd<mode>3): Likewise.
15306 (<FCVT_F2FIXED:fcvt_fixed_insn><VHSDF_SDF:mode>3): Likewise.
15307 (<FCVT_FIXED2F:fcvt_fixed_insn><VHSDI_SDI:mode>3): Likewise.
15308 (aarch64_<maxmin_uns>p<mode>): Likewise.
15309 (<su><maxmin><mode>3): Likewise.
15310 (<maxmin_uns><mode>3): Likewise.
15311 (<fmaxmin><mode>3): Likewise.
15312 (aarch64_faddp<mode>): Likewise.
15313 (aarch64_fmulx<mode>): Likewise.
15314 (aarch64_frecps<mode>): Likewise.
15315 (*aarch64_fac<optab><mode>): Rename to aarch64_fac<optab><mode>.
15316 (add<mode>3): Extend to HF modes.
15317 (sub<mode>3): Likewise.
15318 (mul<mode>3): Likewise.
15319 (div<mode>3): Likewise.
15320 (*div<mode>3): Likewise.
15321 * config/aarch64/aarch64.c (aarch64_emit_approx_div): Return false for
15322 HF, V4HF and V8HF.
15323 * config/aarch64/iterators.md (VDQ_HSDI, VSDQ_HSDI): New mode iterator.
15324 * config/aarch64/arm_neon.h (vadd_f16, vaddq_f16, vabd_f16, vabdq_f16,
15325 vcage_f16, vcageq_f16, vcagt_f16, vcagtq_f16, vcale_f16, vcaleq_f16,
15326 vcalt_f16, vcaltq_f16, vceq_f16, vceqq_f16, vcge_f16, vcgeq_f16,
15327 vcgt_f16, vcgtq_f16, vcle_f16, vcleq_f16, vclt_f16, vcltq_f16,
15328 vcvt_n_f16_s16, vcvtq_n_f16_s16, vcvt_n_f16_u16, vcvtq_n_f16_u16,
15329 vcvt_n_s16_f16, vcvtq_n_s16_f16, vcvt_n_u16_f16, vcvtq_n_u16_f16,
15330 vdiv_f16, vdivq_f16, vdup_lane_f16, vdup_laneq_f16, vdupq_lane_f16,
15331 vdupq_laneq_f16, vdups_lane_f16, vdups_laneq_f16, vmax_f16, vmaxq_f16,
15332 vmaxnm_f16, vmaxnmq_f16, vmin_f16, vminq_f16, vminnm_f16, vminnmq_f16,
15333 vmul_f16, vmulq_f16, vmulx_f16, vmulxq_f16, vpadd_f16, vpaddq_f16,
15334 vpmax_f16, vpmaxq_f16, vpmaxnm_f16, vpmaxnmq_f16, vpmin_f16, vpminq_f16,
15335 vpminnm_f16, vpminnmq_f16, vrecps_f16, vrecpsq_f16, vrsqrts_f16,
15336 vrsqrtsq_f16, vsub_f16, vsubq_f16): New.
15337
15338 2016-07-25 Jiong Wang <jiong.wang@arm.com>
15339
15340 * config/aarch64/aarch64-builtins.c (TYPES_BINOP_USS): New.
15341 * config/aarch64/aarch64-simd-builtins.def: Register new builtins.
15342 * config/aarch64/aarch64-simd.md (aarch64_rsqrte<mode>): Extend to HF modes.
15343 (neg<mode>2): Likewise.
15344 (abs<mode>2): Likewise.
15345 (<frint_pattern><mode>2): Likewise.
15346 (l<fcvt_pattern><su_optab><VDQF:mode><fcvt_target>2): Likewise.
15347 (<optab><VDQF:mode><fcvt_target>2): Likewise.
15348 (<fix_trunc_optab><VDQF:mode><fcvt_target>2): Likewise.
15349 (ftrunc<VDQF:mode>2): Likewise.
15350 (<optab><fcvt_target><VDQF:mode>2): Likewise.
15351 (sqrt<mode>2): Likewise.
15352 (*sqrt<mode>2): Likewise.
15353 (aarch64_frecpe<mode>): Likewise.
15354 (aarch64_cm<optab><mode>): Likewise.
15355 * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Return false for
15356 HF, V4HF and V8HF.
15357 * config/aarch64/iterators.md (VHSDF, VHSDF_DF, VHSDF_SDF): New.
15358 (VDQF_COND, fcvt_target, FCVT_TARGET, hcon): Extend mode attribute to HF modes.
15359 (stype): New.
15360 * config/aarch64/arm_neon.h (vdup_n_f16): New.
15361 (vdupq_n_f16): Likewise.
15362 (vld1_dup_f16): Use vdup_n_f16.
15363 (vld1q_dup_f16): Use vdupq_n_f16.
15364 (vabs_f16, vabsq_f16, vceqz_f16, vceqzq_f16, vcgez_f16, vcgezq_f16,
15365 vcgtz_f16, vcgtzq_f16, vclez_f16, vclezq_f16, vcltz_f16, vcltzq_f16,
15366 vcvt_f16_s16, vcvtq_f16_s16, vcvt_f16_u16, vcvtq_f16_u16, vcvt_s16_f16,
15367 vcvtq_s16_f16, vcvt_u16_f16, vcvtq_u16_f16, vcvta_s16_f16,
15368 vcvtaq_s16_f16, vcvta_u16_f16, vcvtaq_u16_f16, vcvtm_s16_f16,
15369 vcvtmq_s16_f16, vcvtm_u16_f16, vcvtmq_u16_f16, vcvtn_s16_f16,
15370 vcvtnq_s16_f16, vcvtn_u16_f16, vcvtnq_u16_f16, vcvtp_s16_f16,
15371 vcvtpq_s16_f16, vcvtp_u16_f16, vcvtpq_u16_f16, vneg_f16, vnegq_f16,
15372 vrecpe_f16, vrecpeq_f16, vrnd_f16, vrndq_f16, vrnda_f16, vrndaq_f16,
15373 vrndi_f16, vrndiq_f16, vrndm_f16, vrndmq_f16, vrndn_f16, vrndnq_f16,
15374 vrndp_f16, vrndpq_f16, vrndx_f16, vrndxq_f16, vrsqrte_f16, vrsqrteq_f16,
15375 vsqrt_f16, vsqrtq_f16): New.
15376
15377 2016-07-25 Jiong Wang <jiong.wang@arm.com>
15378
15379 * config/aarch64/aarch64-simd.md
15380 (aarch64_<PERMUTE:perm_insn><PERMUTE:perm_hilo><mode>): Use VALL_F16.
15381 (aarch64_ext<mode>): Likewise.
15382 (aarch64_rev<REVERSE:rev_op><mode>): Likewise.
15383 * config/aarch64/aarch64.c (aarch64_evpc_trn, aarch64_evpc_uzp,
15384 aarch64_evpc_zip, aarch64_evpc_ext, aarch64_evpc_rev): Support V4HFmode
15385 and V8HFmode.
15386 * config/aarch64/arm_neon.h (__INTERLEAVE_LIST): Support float16x4_t,
15387 float16x8_t.
15388 (__aarch64_vdup_lane_f16, __aarch64_vdup_laneq_f16,
15389 __aarch64_vdupq_lane_f16, __aarch64_vdupq_laneq_f16, vbsl_f16,
15390 vbslq_f16, vdup_n_f16, vdupq_n_f16, vdup_lane_f16, vdup_laneq_f16,
15391 vdupq_lane_f16, vdupq_laneq_f16, vduph_lane_f16, vduph_laneq_f16,
15392 vext_f16, vextq_f16, vmov_n_f16, vmovq_n_f16, vrev64_f16, vrev64q_f16,
15393 vtrn1_f16, vtrn1q_f16, vtrn2_f16, vtrn2q_f16, vtrn_f16, vtrnq_f16,
15394 vuzp1_f16, vuzp1q_f16, vuzp2_f16, vuzp2q_f16, vzip1_f16, vzip2q_f16):
15395 New.
15396 (vmov_n_f16): Reimplement using vdup_n_f16.
15397 (vmovq_n_f16): Reimplement using vdupq_n_f16..
15398
15399 2016-07-25 Jiong Wang <jiong.wang@arm.com>
15400
15401 * config/aarch64/aarch64.c (aarch64_add_constant): New parameter
15402 "frame_related_p". Generate CFA annotation when it's necessary.
15403 (aarch64_expand_prologue): Use aarch64_add_constant.
15404 (aarch64_expand_epilogue): Likewise.
15405 (aarch64_output_mi_thunk): Pass "false" when calling
15406 aarch64_add_constant.
15407
15408 2016-07-25 Jiong Wang <jiong.wang@arm.com>
15409
15410 * config/aarch64/aarch64.c (aarch64_add_constant): Optimize instruction
15411 sequences.
15412
15413 2016-07-25 Jiong Wang <jiong.wang@arm.com>
15414
15415 * config/aarch64/aarch64.c (aarch64_add_constant): New parameter "mode".
15416 Use aarch64_internal_mov_immediate instead of aarch64_build_constant.
15417 (aarch64_output_mi_thunk): Pass Pmode when calling aarch64_add_constant.
15418 (aarch64_build_constant): Delete.
15419
15420 2016-07-25 Alexander Monakov <amonakov@ispras.ru>
15421
15422 Revert
15423 2016-07-20 Alexander Monakov <amonakov@ispras.ru>
15424
15425 * config/nvptx/nvptx.c (nvptx_option_override): Do not set
15426 flag_toplevel_reorder.
15427
15428 2016-07-25 Richard Biener <rguenther@suse.de>
15429
15430 * cgraph.c (cgraph_node::verify_node): Compare against builtin
15431 by using DECL_BUILT_IN_CLASS and DECL_FUNCTION_CODE.
15432 * tree-chkp.c (chkp_gimple_call_builtin_p): Likewise.
15433 * tree-streamer.h (streamer_handle_as_builtin_p): Remove.
15434 (streamer_get_builtin_tree): Likewise.
15435 (streamer_write_builtin): Likewise.
15436 * lto-streamer.h (LTO_builtin_decl): Remove.
15437 * lto-streamer-in.c (lto_read_tree_1): Remove assert.
15438 (lto_input_scc): Remove LTO_builtin_decl handling.
15439 (lto_input_tree_1): Liekwise.
15440 * lto-streamer-out.c (lto_output_tree_1): Remove special
15441 handling of builtins.
15442 (DFS::DFS): Likewise.
15443 * tree-streamer-in.c (streamer_get_builtin_tree): Remove.
15444 * tree-streamer-out.c (pack_ts_function_decl_value_fields): Remove
15445 assert.
15446 (streamer_write_builtin): Remove.
15447
15448 2016-07-25 Martin Liska <mliska@suse.cz>
15449
15450 * lto-cgraph.c (input_symtab): Don't call get_working_sets
15451 if flag_auto_profile is set to true.
15452
15453 2016-07-25 Martin Liska <mliska@suse.cz>
15454
15455 PR gcov-profile/71868
15456 * cfgloopanal.c (expected_loop_iterations_unbounded): When we
15457 have a function with multiple latches, count them all.
15458
15459 2016-07-25 Martin Liska <mliska@suse.cz>
15460
15461 * tree-ssa-loop-niter.c (loop_only_exit_p): Release body array.
15462
15463 2016-07-25 Martin Liska <mliska@suse.cz>
15464
15465 PR tree-optimization/71987
15466 * tree-ssa-reassoc.c (maybe_optimize_range_tests): Call get_ops
15467 just for SSA_NAMEs. Fix GNU coding style.
15468
15469 2016-07-25 Martin Liska <mliska@suse.cz>
15470
15471 PR gcov-profile/64874
15472 * gcov-io.h: Update command about file format.
15473 * gcov-iov.c (main): Adapt the numbering scheme.
15474
15475 2016-07-24 Kugan Vivekanandarajah <kuganv@linaro.org>
15476
15477 PR middle-end/66726
15478 * tree-ssa-reassoc.c (optimize_vec_cond_expr): Handle tcc_compare stmt
15479 whose result is used in PHI.
15480 (final_range_test_p): Likewise.
15481 (maybe_optimize_range_tests): Likewise.
15482
15483 2016-07-22 Michael Meissner <meissner@linux.vnet.ibm.com>
15484
15485 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
15486 Reformat two multi-line strings.
15487
15488 2016-07-22 Martin Sebor <msebor@redhat.com>
15489
15490 * doc/extend.texi (Compound Literals): Add '@' missed in last commit.
15491
15492 2016-07-22 Martin Sebor <msebor@redhat.com>
15493
15494 PR c/71560
15495 * doc/extend.texi (Compound Literals): Correct and clarify.
15496 (Cast to Union): Same.
15497
15498 2016-07-22 Kelvin Nilsen <kelvin@gcc.gnu.org>
15499
15500 * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
15501 comments to explain why certain error messages make mention of
15502 undocumented options.
15503 (rs6000_invalid_builtin): Change error messages to replace mention
15504 of undocumented options with mention of the -mcpu=power9 option
15505 that enables those undocumented options.
15506 * config/rs6000/rs6000.h (MASK_FLOAT128): New macro.
15507 (RS6000_BTM_FLOAT128): Use the new MASK_FLOAT128 macro in the
15508 definition of this macro to correct an existing error.
15509 * config/rs6000/rs6000.opt: Add the Undocumented qualifier to the
15510 mpower9-fusion, mpower9-vector, mpower9-dform, and mmodulo entries.
15511 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Modify
15512 descriptions of built-in functions so that they depend on
15513 -mcpu=power9 instead of on the corresponding undocumented flags.
15514 * doc/invoke.texi (Option Summary): Remove all mention of newly
15515 undocumented flags.
15516 (IBM RS/6000 and PowerPC Options): Likewise.
15517 * doc/md.texi (Constraints for Particuliar Machines): Remove all
15518 mention of newly undocumented flags.
15519
15520 2016-07-22 Evgeny Stupachenko <evstupac@gmail.com>
15521
15522 * ipa-cp.c (determine_versionability): Do not create constprop clones,
15523 when target_clones attribute is set.
15524
15525 2016-07-22 Bin Cheng <bin.cheng@arm.com>
15526
15527 * common.opt (funsafe-loop-optimizations): Mark ignore.
15528 * doc/invoke.texi (funsafe-loop-optimizations): Remove.
15529 * loop-iv.c (get_simple_loop_desc): Remove unsafe-loop-optimizations
15530 related code.
15531 * tree-ssa-loop-niter.c (finite_loop_p): Ditto.
15532 * config/bfin/bfin.c (bfin_can_use_doloop_p): Ditto.
15533
15534 2016-07-22 Bin Cheng <bin.cheng@arm.com>
15535
15536 * tree-ssa-loop-niter.h (number_of_iterations_exit_assumptions): New
15537 Parameter.
15538 * tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions): New
15539 Parameter.
15540 (number_of_iterations_exit): Warn missed loop optimization for
15541 possible infinite loops.
15542
15543 2016-07-22 Segher Boessenkool <segher@kernel.crashing.org>
15544
15545 PR target/71216
15546 * config/rs6000/rs6000.c (rs6000_file_start): Fix condition for
15547 when to emit a ".machine" pseudo-op.
15548
15549 2016-07-22 Martin Liska <mliska@suse.cz>
15550
15551 PR gcov-profile/69028
15552 PR gcov-profile/62047
15553 * coverage.c (coverage_compute_lineno_checksum): Do not
15554 calculate checksum for fns w/o xloc.file.
15555 (coverage_compute_profile_id): Likewise.
15556
15557 2016-07-22 Georg-Johann Lay <avr@gjlay.de>
15558
15559 * config/avr/avr.c (TARGET_SECONDARY_RELOAD): Remove hook define...
15560 (avr_secondary_reload): ...and implementation.
15561 (avr_adjust_insn_length) [ADJUST_LEN_LPM]: Remove handling.
15562 * config/avr/avr.md (reload_in<mode>): Remove insns.
15563 (adjust_len) [lpm]: Remove insn attribute value.
15564 * config/avr/predicates.md (flash_operand): Remove insn predicate.
15565
15566 2016-07-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
15567
15568 PR middle-end/71876
15569 * builtin-attrs.def (ATTR_RT_NOTHROW_LEAF_LIST): New return twice
15570 attribute.
15571 * builtins.def (BUILT_IN_SETJMP): Use ATTR_RT_NOTHROW_LEAF_LIST here.
15572 * calls.c (special_function_p): Remove the special handling of the
15573 "__builtin_" prefix.
15574
15575 2016-07-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
15576
15577 PR middle-end/71876
15578 * calls.c (gimple_maybe_alloca_call_p): New function. Return true
15579 if STMT may be an alloca call.
15580 (gimple_alloca_call_p, alloca_call_p): Return only true for the
15581 builtin alloca call.
15582 * calls.h (gimple_maybe_alloca_call_p): New function.
15583 * tree-inline.c (inline_forbidden_p_stmt): Use
15584 gimple_maybe_alloca_call_p here.
15585
15586 2016-07-21 David Malcolm <dmalcolm@redhat.com>
15587
15588 * spellcheck-tree.c (best_macro_match::best_macro_match):
15589 Explictly specify the template arguments when invoking the base
15590 class constructor, to help older C++ compilers.
15591
15592 2016-07-21 Jakub Jelinek <jakub@redhat.com>
15593
15594 PR sanitizer/71953
15595 * asan.c (asan_dynamic_init_call): Call asan_init_shadow_ptr_types
15596 before builtin_decl_implicit.
15597
15598 2016-07-21 James Greenhalgh <james.greenhalgh@arm.com>
15599
15600 * optabs.c (emit_condiitonal_move): Short circuit for identical
15601 sources.
15602
15603 2016-07-21 James Greenhalgh <james.greenhalgh@arm.com>
15604
15605 * ifcvt.c (noce_if_info): New fields: speed_p, original_cost,
15606 max_seq_cost. Removed fields: then_cost, else_cost, branch_cost.
15607 (noce_conversion_profitable_p): New.
15608 (noce_try_store_flag_constants): Use it.
15609 (noce_try_addcc): Likewise.
15610 (noce_try_store_flag_mask): Likewise.
15611 (noce_try_cmove): Likewise.
15612 (noce_try_cmove_arith): Likewise.
15613 (bb_valid_for_noce_process_p): Add to the cost parameter rather than
15614 overwriting it.
15615 (noce_convert_multiple_sets): Move cost model to here, from...
15616 (bb_ok_for_noce_convert_multiple_sets) ...here.
15617 (noce_process_if_block): Update calls for above changes.
15618 (noce_find_if_block): Record new noce_if_info parameters.
15619
15620 2016-07-21 James Greenhalgh <james.greenhalgh@arm.com>
15621
15622 * target.def (max_noce_ifcvt_seq_cost): New.
15623 * doc/tm.texi.in (TARGET_MAX_NOCE_IFCVT_SEQ_COST): Document it.
15624 * doc/tm.texi: Regenerate.
15625 * targhooks.h (default_max_noce_ifcvt_seq_cost): New.
15626 * targhooks.c (default_max_noce_ifcvt_seq_cost): New.
15627 * params.def (PARAM_MAX_RTL_IF_CONVERSION_PREDICTABLE_COST): New.
15628 (PARAM_MAX_RTL_IF_CONVERSION_UNPREDICTABLE_COST): Likewise.
15629 * doc/invoke.texi: Document new params.
15630
15631 2016-07-21 Richard Biener <rguenther@suse.de>
15632
15633 PR tree-optimization/71947
15634 * tree-vrp.c (extract_range_from_assert): Singleton symbolic
15635 ranges have useful limit_vr information.
15636
15637 2016-07-21 Richard Biener <rguenther@suse.de>
15638
15639 * function-tests.c (build_trivial_generic_function): Set
15640 BLOCK_SUPERCONTEXT of DECL_INITIAL.
15641 * omp-low.c (create_omp_child_function): Likewise.
15642 (grid_expand_target_grid_body): Likewise.
15643 * cgraphunit.c (init_lowered_empty_function): Likewise.
15644 (cgraph_node::expand_thunk): Likewise.
15645 * tree-parloops.c (create_loop_fn): Likewise.
15646 * ipa.c (cgraph_build_static_cdtor_1): Likewise.
15647
15648 2016-07-21 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
15649
15650 * tree-ssa-strlen.c (strlen_dom_walker::before_dom_children): Fix typo
15651 in comment.
15652
15653 2016-07-21 Georg-Johann Lay <avr@gjlay.de>
15654
15655 * config/avr/avr.md (any_extract, any_shiftrt): New code iterators.
15656 (*insv.extract, *insv.shiftrt, *insv.not-bit.0, *insv.not-bit.7)
15657 (*insv.xor-extract, *insv.xor1-bit.0): New insns.
15658 (adjust_len) [insv_notbit, insv_notbit_0, insv_notbit_7]: New
15659 values for insn attribute.
15660 * config/avr/avr.c (avr_out_insert_notbit): New function.
15661 (avr_adjust_insn_length): Handle ADJUST_LEN_INSV_NOTBIT,
15662 ADJUST_LEN_INSV_NOTBIT_0/_7.
15663 * config/avr/avr-protos.h (avr_out_insert_notbit): New proto.
15664
15665 2016-07-21 Bin Cheng <bin.cheng@arm.com>
15666
15667 * tree-chrec.c (convert_affine_scev): New parameter. Pass new arg.
15668 (chrec_convert_1, chrec_convert): Ditto.
15669 * tree-chrec.h (chrec_convert, convert_affine_scev): New parameter.
15670 * tree-scalar-evolution.c (interpret_rhs_expr): Pass new arg.
15671 * tree-vrp.c (adjust_range_with_scev): Ditto.
15672 * tree-ssa-loop-niter.c (idx_infer_loop_bounds): Ditto.
15673 (scev_var_range_cant_overflow): New function.
15674 (scev_probably_wraps_p): New parameter. Call above function.
15675 * tree-ssa-loop-niter.h (scev_probably_wraps_p): New parameter.
15676
15677 2016-07-21 Bin Cheng <bin.cheng@arm.com>
15678
15679 * tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Clean up
15680 by removing computation of may_be_zero.
15681
15682 2016-07-21 Jakub Jelinek <jakub@redhat.com>
15683
15684 * tree-object-size.c (unknown): Use HOST_WIDE_INT_M1U instead of -1.
15685
15686 2016-07-21 Andrew Sutton <andrew.n.sutton@gmail.com>
15687
15688 Improving concepts performance and diagnostics.
15689 * timevar.def (TV_CONSTRAINT_SAT, TV_CONSTRAINT_SUB): New time vars
15690 for constraint satisfaction and subsumption.
15691 * timevar.h (auto_timevar): New constructor that matches the push/pop
15692 pattern of usage in pt.c.
15693
15694 2016-07-20 Uros Bizjak <ubizjak@gmail.com>
15695
15696 * hwint.h (HOST_WIDE_INT_0): New define.
15697 (HOST_WIDE_INT_0U): Ditto.
15698 * double-int.c: Use HOST_WIDE_INT_0 instead of (HOST_WIDE_INT) 0.
15699 * dse.c: Use HOST_WIDE_INT_0U instead of (unsigned HOST_WIDE_INT) 0.
15700 * simplify-rtx.c: Ditto.
15701 * tree-object-size.c: Ditto.
15702
15703 2016-07-20 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
15704
15705 * config/s390/s390.c (s390_encode_section_info): Remove mode size
15706 check.
15707
15708 2016-07-20 Uros Bizjak <ubizjak@gmail.com>
15709
15710 * cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0.
15711 * combine.c: Use HOST_WIDE_INT_M1U instead of
15712 ~(unsigned HOST_WIDE_INT) 0.
15713 * double-int.h: Ditto.
15714 * dse.c: Ditto.
15715 * dwarf2asm.c:Ditto.
15716 * expmed.c: Ditto.
15717 * genmodes.c: Ditto.
15718 * match.pd: Ditto.
15719 * read-rtl.c: Ditto.
15720 * tree-ssa-loop-ivopts.c: Ditto.
15721 * tree-ssa-loop-prefetch.c: Ditto.
15722 * tree-vect-generic.c: Ditto.
15723 * tree-vect-patterns.c: Ditto.
15724 * tree.c: Ditto.
15725
15726 2016-07-20 Georg-Johann Lay <avr@gjlay.de>
15727
15728 * config/avr.c (avr_legitimize_address) [AVR_TINY]: Force
15729 constant addresses outside [0,0xc0] into a register.
15730 (avr_out_movhi_r_mr_reg_no_disp_tiny): Pass insn. And handle
15731 cases where the base address register is unused after.
15732 (avr_out_movhi_r_mr_reg_disp_tiny): Same.
15733 (avr_out_movhi_mr_r_reg_disp_tiny): Same.
15734 (avr_out_store_psi_reg_disp_tiny): Same.
15735
15736 2016-07-20 Georg-Johann Lay <avr@gjlay.de>
15737
15738 Implement attribute progmem on reduced Tiny cores by adding
15739 flash offset 0x4000 to respective symbols.
15740
15741 PR target/71948
15742 * doc/extend.texi (AVR Variable Attributes) [progmem]: Add
15743 documentation how it works on reduced Tiny cores.
15744 (AVR Named Address Spaces): No support for reduced Tiny.
15745 * config/avr/avr.c (AVR_SYMBOL_FLAG_TINY_PM): New macro.
15746 (avr_address_tiny_pm_p): New static function.
15747 (avr_print_operand_address) [AVR_TINY]: Add AVR_TINY_PM_OFFSET
15748 if the address is in progmem.
15749 (avr_assemble_integer): Same.
15750 (avr_encode_section_info) [AVR_TINY]: Set AVR_SYMBOL_FLAG_TINY_PM
15751 for symbol_ref in progmem.
15752 * config/avr/avr.h (AVR_TINY_PM_OFFSET): New macro.
15753 * config/avr/avr-c.c (avr_cpu_cpp_builtins): Use it instead of
15754 magic 0x4000 when built-in def'ing __AVR_TINY_PM_BASE_ADDRESS__.
15755
15756 2016-07-20 Patrick Palka <ppalka@gcc.gnu.org>
15757
15758 * configure.ac (thin_archive_support): New variable. AC_SUBST it.
15759 * configure: Regenerate.
15760 * Makefile.in (THIN_ARCHIVE_SUPPORT): New variable.
15761 (USE_THIN_ARCHIVES): New variable.
15762 (libbackend.a): If USE_THIN_ARCHIVES then pass T to ar to build
15763 this archive as a thin archive.
15764
15765 2016-07-20 David Malcolm <dmalcolm@redhat.com>
15766
15767 * diagnostic-show-locus.c (diagnostic_show_locus): If this is the
15768 same location as last time, don't skip if we have fix-it hints.
15769 Clarify the skipping logic by converting it from one "if" clause
15770 to repeated "if" clauses.
15771 * spellcheck-tree.c: Include "cpplib.h".
15772 (find_closest_macro_cpp_cb): Move here from c/c-decl.c.
15773 (best_macro_match::best_macro_match): New constructor.
15774 * spellcheck-tree.h (struct edit_distance_traits<cpp_hashnode *>):
15775 Move here from c/c-decl.c.
15776 (class best_macro_match): Move here from c/c-decl.c, converting
15777 from a typedef to a subclass, gaining a ctor.
15778
15779 2016-07-20 Georg-Johann Lay <avr@gjlay.de>
15780
15781 * config/avr/avr-protos.h (avr_addr_space_supported_p): New prototype.
15782 * config/avr/avr.c (TARGET_ADDR_SPACE_DIAGNOSE_USAGE): New hook
15783 define...
15784 (avr_addr_space_diagnose_usage): ...and implementation.
15785 (avr_addr_space_supported_p): New function.
15786 (avr_nonconst_pointer_addrspace, avr_pgm_check_var_decl): Only
15787 report bad address space usage if that space is supported.
15788 (avr_insert_attributes): Same. No more complain about unsupported
15789 address spaces.
15790 * config/avr/avr-c.c (tm_p.h): Include it.
15791 (avr_cpu_cpp_builtins): Only define addr-space related built-in
15792 macro if avr_addr_space_supported_p.
15793
15794 2016-07-20 Alexander Monakov <amonakov@ispras.ru>
15795
15796 * config/nvptx/nvptx.c (nvptx_option_override): Do not set
15797 flag_toplevel_reorder.
15798
15799 2016-07-20 David Malcolm <dmalcolm@redhat.com>
15800
15801 * gcc-rich-location.c
15802 (gcc_rich_location::add_fixit_misspelled_id): New overload, taking
15803 a const char *.
15804 * gcc-rich-location.h
15805 (gcc_rich_location::add_fixit_misspelled_id): Likewise.
15806
15807 2016-07-20 Georg-Johann Lay <avr@gjlay.de>
15808
15809 * target.def (addr_space): Add new diagnose_usage to hook vector.
15810 * targhooks.c (default_addr_space_diagnose_usage): Add default
15811 implementation and...
15812 * targhooks.h (default_addr_space_diagnose_usage): ... its prototype.
15813 * c/c-parser.c (c_lex_one_token) [CPP_NAME]: If the token
15814 is some address space, call targetm.addr_space.diagnose_usage.
15815 * doc/tm.texi.in (Named Address Spaces): Add anchor for
15816 TARGET_ADDR_SPACE_DIAGNOSE_USAGE documentation.
15817 * doc/tm.texi: Regenerate.
15818
15819 2016-07-20 Martin Liska <mliska@suse.cz>
15820
15821 PR middle-end/71898
15822 * graphite-isl-ast-to-gimple.c (later_of_the_two):
15823 Properly handly PHI stmts.
15824
15825 2016-07-20 Bin Cheng <bin.cheng@arm.com>
15826
15827 PR tree-optimization/71503
15828 PR tree-optimization/71683
15829 * tree-if-conv.c (gen_phi_arg_condition): Record true predicate
15830 and break.
15831
15832 2016-07-20 Martin Liska <mliska@suse.cz>
15833
15834 * doc/invoke.texi (-fipa-ra): Document when the option is
15835 disabled. Fix a typo.
15836
15837 2016-07-20 Martin Liska <mliska@suse.cz>
15838
15839 * Makefile.in: Include fibonacci_heap.c
15840 * fibonacci_heap.c: New file.
15841 * fibonacci_heap.h (fibonacci_heap::insert): Use insert_node.
15842 (fibonacci_heap::union_with): Fix deletion of the second heap.
15843 * selftest-run-tests.c (selftest::run_tests): Incorporate
15844 fibonacci heap tests.
15845 * selftest.h: Declare fibonacci_heap_c_tests.
15846
15847 2016-07-20 Martin Liska <mliska@suse.cz>
15848
15849 * selftest-run-tests.c (selftest::run_tests): New function.
15850 * selftest.h (sreal_c_tests): Declare.
15851 * sreal.c (sreal_verify_basics): New function.
15852 (verify_aritmetics): Likewise.
15853 (sreal_verify_arithmetics): Likewise.
15854 (verify_shifting): Likewise.
15855 (sreal_verify_shifting): Likewise.
15856 (void sreal_c_tests): Likewise.
15857
15858 2016-07-19 Jakub Jelinek <jakub@redhat.com>
15859
15860 PR rtl-optimization/71916
15861 * cfgrtl.c (contains_no_active_insn_p): Return false also for
15862 bb which have a single succ fake edge.
15863
15864 2016-07-19 Aldy Hernandez <aldyh@redhat.com>
15865
15866 PR debug/71855
15867 * dwarf2out.c (gen_subprogram_die): Only call
15868 gen_unspecified_parameters_die while dumping early dwarf.
15869
15870 2016-07-19 Jakub Jelinek <jakub@redhat.com>
15871
15872 PR middle-end/71874
15873 * gimple-fold.c (fold_builtin_memory_op): Use
15874 get_addr_base_and_unit_offset instead of get_ref_base_and_extent.
15875
15876 2016-07-19 Uros Bizjak <ubizjak@gmail.com>
15877
15878 * builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1,
15879 HOST_WIDE_INT_1U instead of (unsigned HOST_WIDE_INT) 1,
15880 HOST_WIDE_INT_M1 instead of (HOST_WIDE_INT) -1 and
15881 HOST_WIDE_INT_M1U instead of (unsigned HOST_WIDE_INT) -1.
15882 * combine.c: Ditto.
15883 * cse.c: Ditto.
15884 * dojump.c: Ditto.
15885 * double-int.c: Ditto.
15886 * dse.c: Ditto.
15887 * dwarf2out.c: Ditto.
15888 * expmed.c: Ditto.
15889 * expr.c: Ditto.
15890 * fold-const.c: Ditto.
15891 * function.c: Ditto.
15892 * fwprop.c: Ditto.
15893 * genmodes.c: Ditto.
15894 * hwint.c: Ditto.
15895 * hwint.h: Ditto.
15896 * ifcvt.c: Ditto.
15897 * loop-doloop.c: Ditto.
15898 * loop-invariant.c: Ditto.
15899 * loop-iv.c: Ditto.
15900 * match.pd: Ditto.
15901 * optabs.c: Ditto.
15902 * real.c: Ditto.
15903 * reload.c: Ditto.
15904 * rtlanal.c: Ditto.
15905 * simplify-rtx.c: Ditto.
15906 * stor-layout.c: Ditto.
15907 * toplev.c: Ditto.
15908 * tree-ssa-loop-ivopts.c: Ditto.
15909 * tree-vect-generic.c: Ditto.
15910 * tree-vect-patterns.c: Ditto.
15911 * tree.c: Ditto.
15912 * tree.h: Ditto.
15913 * ubsan.c: Ditto.
15914 * varasm.c: Ditto.
15915 * wide-int-print.cc: Ditto.
15916 * wide-int.cc: Ditto.
15917 * wide-int.h: Ditto.
15918
15919 2016-07-19 David Malcolm <dmalcolm@redhat.com>
15920
15921 * selftest.c (selftest::assert_streq): Handle NULL values of
15922 val_actual and val_expected.
15923
15924 2016-07-19 Martin Jambor <mjambor@suse.cz>
15925
15926 PR fortran/71688
15927 * trans-decl.c (gfc_generate_function_code): Use cgraph_get_create_node
15928 rather than cgraph_create_node to get a call graph node.
15929
15930 2016-07-19 Richard Biener <rguenther@suse.de>
15931
15932 * gimple-fold.c (get_base_constructor): Add VIEW_CONVERT case,
15933 handle all tcc_constant bases and valueize SSA names.
15934 * tree-ssa-sccvn.c (fully_constant_vn_reference_p): Handle
15935 tcc_constant bases.
15936
15937 2016-07-19 David Malcolm <dmalcolm@redhat.com>
15938
15939 * function-tests.c (selftest::verify_three_block_rtl_cfg): Verify
15940 the flags of the exit block and bb2, not just the entry block.
15941
15942 2016-07-19 Richard Biener <rguenther@suse.de>
15943
15944 PR tree-optimization/71901
15945 * tree-ssa-sccvn.h (struct vn_reference_op_struct): Add
15946 align member, group stuff with the bitfield.
15947 (vn_ref_op_align_unit): New inline.
15948 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): For ARRAY_REFs
15949 record element alignment and operand 3 unchanged.
15950 (ao_ref_init_from_vn_reference): Adjust.
15951 (valueize_refs_1): Likewise.
15952 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Likewise.
15953
15954 2016-07-19 Richard Biener <rguenther@suse.de>
15955
15956 PR tree-optimization/71908
15957 * tree-ssa-structalias.c (get_constraint_for_component_ref): Handle
15958 symbolic constants in a more reliable way.
15959
15960 2016-07-19 Ilya Enkovich <ilya.enkovich@intel.com>
15961
15962 * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer): Update
15963 comment.
15964 (vect_update_inits_of_drs): Likewise.
15965 (vect_create_cond_for_alias_checks): Likewise.
15966 * tree-vect-loop.c (vect_get_known_peeling_cost): Likewise.
15967
15968 2016-07-19 Richard Biener <rguenther@suse.de>
15969
15970 PR lto/71907
15971 * lto-streamer-out.c (DFS::DFS_write_tree_body): For blocks
15972 with an abstract origin that is not an inlined function outer
15973 scope add a self-reference as abstract origin.
15974 * tree-streamer-out.c (write_ts_block_tree_pointers): Likewise.
15975
15976 2016-07-18 Michael Meissner <meissner@linux.vnet.ibm.com>
15977
15978 PR target/71493
15979 * config/rs6000/rs6000.c (rs6000_function_value): Fix
15980 unintentional System V.4 structure return breakage for structures
15981 with a single floating point element.
15982
15983 2016-07-18 Yuri Rumyantsev <ysrumyan@gmail.com>
15984
15985 PR tree-optimization/71734
15986 * tree-ssa-loop-im.c (ref_indep_loop_p_1): Add REF_LOOP argument which
15987 contains REF, use it to check safelen, assume that safelen value
15988 must be greater 1, fix style.
15989 (ref_indep_loop_p_2): Add REF_LOOP argument.
15990 (ref_indep_loop_p): Pass LOOP as additional argument to
15991 ref_indep_loop_p_2.
15992
15993 2016-07-18 Dominik Vogt <vogt@linux.vnet.ibm.com>
15994
15995 * cfgexpand.c (expand_stack_vars): Implement synamic stack space
15996 allocation in the prologue.
15997 * explow.c (get_dynamic_stack_base): New function to return an address
15998 expression for the dynamic stack base.
15999 (get_dynamic_stack_size): New function to do the required dynamic stack
16000 space size calculations.
16001 (allocate_dynamic_stack_space): Use new functions.
16002 (align_dynamic_address): Move some code from
16003 allocate_dynamic_stack_space to new function.
16004 * explow.h (get_dynamic_stack_base, get_dynamic_stack_size): Export.
16005
16006 2016-07-18 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
16007
16008 * config/s390/s390.c (s390_encode_section_info): Always set
16009 notaligned marker if mode size is 0 or no MEM_ALIGN info could be
16010 found.
16011
16012 2016-07-18 Richard Biener <rguenther@suse.de>
16013
16014 PR tree-optimization/71893
16015 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Compensate
16016 for sizetype cast added by array_ref_element_size.
16017 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
16018
16019 2016-07-16 John David Anglin <danglin@gcc.gnu.org>
16020
16021 * config/pa/pa.c (hppa_profile_hook): Allocate stack space for
16022 register parameters. Remove code to initialize argument pointer
16023 on TARGET_64BIT. Optimize call to _mcount when it can be reached
16024 using a pc-relative branch. Cleanup conditional code.
16025 * config/pa/pa.md (call_mcount): New expander.
16026 (call_mcount_nonpic): New insn.
16027 (call_mcount_pic): New insn and split.
16028 (call_mcount_pic_post_reload): New insn.
16029 (call_mcount_64bit): New insn and split.
16030 (call_mcount_64bit_post_reload): New insn.
16031
16032 2016-07-15 Georg-Johann Lay <avr@gjlay.de>
16033
16034 * config/avr/predicates.md (const_m255_to_m1_operand): New.
16035 * config/avr/constraints.md (Cn8, Ca1, Co1, Yx2): New constraints.
16036 * config/avr/avr.md (add<mode>3) <ALL1>: Fix set_vzn for +/-2.
16037 (*cmphi.zero-extend.0, *cmphi.zero-extend.1)
16038 (*usum_widenqihi3, *udiff_widenqihi3)
16039 (*addhi3_zero_extend.const): New combiner insns.
16040 (andqi3, iorqi3): Provide "l" (NO_LD_REGS) alternative if
16041 just 1 bit is affected.
16042 * config/avr/avr.c (avr_out_bitop) <QImode>: Don't access xop[3].
16043 (avr_out_compare) [EQ,NE]: Tweak comparing d-regs against -1.
16044
16045 2016-07-15 Cesar Philippidis <cesar@codesourcery.com>
16046
16047 * omp-low.c (lower_omp_target): Mark data clauses with
16048 GOMP_MAP_FORCE_{PRESENT,TO,FROM,TOFROM} as potentially having
16049 zero-length subarrays.
16050
16051 2016-07-15 Richard Biener <rguenther@suse.de>
16052
16053 PR tree-optimization/71881
16054 * tree-loop-distribution.c (destroy_loop): Remove blocks in
16055 reverse DOM order to make debug temp generation happy.
16056
16057 2016-07-15 Richard Biener <rguenther@suse.de>
16058
16059 PR tree-optimization/71887
16060 * tree-ssa-phiopt.c (absorbing_element_p): Add rhs arg and
16061 verify it is not zero for division / modulo handling.
16062 (value_replacement): Adjust.
16063
16064 2016-07-15 Virendra Pathak <virendra.pathak@broadcom.com>
16065 Julian Brown <julian@codesourcery.com>
16066
16067 * config/aarch64/aarch64-cores.def: Update vulcan COSTS.
16068 * config/aarch64/aarch64-cost-tables.h
16069 (vulcan_extra_costs): New variable.
16070 * config/aarch64/aarch64.c
16071 (vulcan_addrcost_table): Likewise.
16072 (vulcan_regmove_cost): Likewise.
16073 (vulcan_vector_cost): Likewise.
16074 (vulcan_branch_cost): Likewise.
16075 (vulcan_tunings): Likewise.
16076
16077 2016-07-15 Alexander Monakov <amonakov@ispras.ru>
16078
16079 * cgraphunit.c (cgraph_order_sort_kind): New entry ORDER_VAR_UNDEF.
16080 (output_in_order): Loop over undefined variables too. Output them
16081 via assemble_undefined_decl. Skip variables that correspond to hard
16082 registers or have value-exprs.
16083 * varpool.c (symbol_table::output_variables): Handle undefined
16084 variables together with defined ones.
16085
16086 2016-07-15 Richard Biener <rguenther@suse.de>
16087
16088 * tree-ssa-pre.c (get_representative_for): Make sure to return
16089 the value number of SSA names.
16090 (phi_translate_1): get_representative_for cannot return NULL.
16091 (do_pre_regular_insertion): Remove redundant call to
16092 fully_constant_expression.
16093 (do_pre_partial_partial_insertion): Likewise.
16094
16095 2016-07-15 Bin Cheng <bin.cheng@arm.com>
16096
16097 * tree-scalar-evolution.c (simple_iv_with_niters): New funcion.
16098 (derive_simple_iv_with_niters): New function.
16099 (simple_iv): Rewrite using simple_iv_with_niters.
16100 * tree-scalar-evolution.h (simple_iv_with_niters): New decl.
16101 * tree-ssa-loop-niter.c (number_of_iterations_exit_assumptions): New
16102 function.
16103 (number_of_iterations_exit): Rewrite using above function.
16104 * tree-ssa-loop-niter.h (number_of_iterations_exit_assumptions): New
16105 Decl.
16106
16107 2016-07-15 Richard Biener <rguenther@suse.de>
16108
16109 * config/i386/i386.c (ix86_builtin_vectorization_cost): Adjust
16110 vec_construct cost.
16111
16112 2016-07-14 Jakub Jelinek <jakub@redhat.com>
16113
16114 PR tree-optimization/71872
16115 * tree-data-ref.c (get_references_in_stmt): Ignore references
16116 with is_gimple_constant get_base_address.
16117
16118 2016-07-14 Thomas Preud'homme <thomas.preudhomme@arm.com>
16119
16120 * config/arm/arm.h (TARGET_HAVE_LDACQ): Enable for ARMv8-M Mainline.
16121 (TARGET_HAVE_LDACQD): New macro.
16122 * config/arm/sync.md (atomic_loaddi): Use TARGET_HAVE_LDACQD rather
16123 than TARGET_HAVE_LDACQ.
16124 (arm_load_acquire_exclusivedi): Likewise.
16125 (arm_store_release_exclusivedi): Likewise.
16126
16127 2016-07-14 Thomas Preud'homme <thomas.preudhomme@arm.com>
16128
16129 PR rtl-optimization/71878
16130 * lra-constraints.c (match_reload): Pass information about other
16131 output operands. Create new unique register value if matching input
16132 operand shares same register value as output operand being considered.
16133 (curr_insn_transform): Record output operands already processed.
16134
16135 2016-07-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16136
16137 PR target/65951
16138 PR tree-optimization/70923
16139 * tree-vect-patterns.c: Include mult-synthesis.h.
16140 (target_supports_mult_synth_alg): New function.
16141 (synth_lshift_by_additions): Likewise.
16142 (apply_binop_and_append_stmt): Likewise.
16143 (vect_synth_mult_by_constant): Likewise.
16144 (target_has_vecop_for_code): Likewise.
16145 (vect_recog_mult_pattern): Use above functions to synthesize vector
16146 multiplication by integer constants.
16147
16148 2016-07-14 Alan Modra <amodra@gmail.com>
16149
16150 * config/rs6000/altivec.md (altivec_mov<mode>): Disparage
16151 gpr alternatives. Correct '*' placement on Y,r alternative.
16152 Add '*' on operand 1 of r,r alternative.
16153
16154 2016-07-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16155
16156 * expmed.c (mult_variant, choose_mult_variant): Move declaration to...
16157 * expmed.h: ... Here.
16158
16159 2016-07-14 Jan Hubicka <hubicka@ucw.cz>
16160
16161 * gimple.h (stmt_can_terminate_bb_p): New function.
16162 * tree-cfg.c (need_fake_edge_p): Rename to ...
16163 (stmt_can_terminate_bb_p): ... this; return true if stmt can
16164 throw external; handle const and pure calls.
16165 * tree-ssa-loop-niter.c (loop_only_exit_p): Use it.
16166
16167 2016-07-14 Richard Biener <rguenther@suse.de>
16168
16169 PR tree-optimization/71866
16170 * tree-ssa-pre.c (get_constant_for_value_id): Remove.
16171 (do_hoist_insertion): Avoid endless recursion when we
16172 didn't insert anything because we managed to simplify
16173 things down to a constant or SSA name.
16174 (fully_constant_expression): Re-write in terms of ...
16175 * tree-ssa-sccvn.h (vn_nary_simplify): ... this. Declare.
16176 * tree-ssa-sccvn.c (vn_nary_simplify): New wrapper around
16177 vn_nary_build_or_lookup_1.
16178 (vn_nary_build_or_lookup_1): Added flag and renamed from ...
16179 (vn_nary_build_or_lookup): ... this which now wraps it.
16180
16181 2016-07-14 Alan Modra <amodra@gmail.com>
16182
16183 PR target/71733
16184 * config/rs6000/rs6000.c (rs6000_option_override_internal): Deal
16185 with p9_vector override before power9-dform override.
16186
16187 2016-07-13 Andi Kleen <ak@linux.intel.com>
16188
16189 * value-prof.c (gimple_value_profile_transformations): Don't run
16190 when auto_profile is on.
16191
16192 2016-07-13 Andi Kleen <ak@linux.intel.com>
16193
16194 * auto-profile.c (update_inlined_ind_target,
16195 afdo_indirect_call): Print information to dump file.
16196
16197 2016-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
16198
16199 * genrecog.c (special_predicate_operand_p): New function.
16200 (predicate_name): Move function.
16201 (validate_pattern): Don't warn about missing mode for all
16202 define_special_predicate predicates.
16203
16204 2016-07-13 Bin Cheng <bin.cheng@arm.com>
16205
16206 * tree-vect-data-refs.c (vect_no_alias_p): New function.
16207 (vect_prune_runtime_alias_test_list): Call vect_no_alias_p to
16208 resolve alias checks which are known at compilation time.
16209 Truncate vector LOOP_VINFO_MAY_ALIAS_DDRS(loop_vinfo) if all
16210 alias checks are resolved. Move dump info for too many runtime
16211 alias checks to here...
16212 * tree-vect-loop.c (vect_analyze_loop_2): ...From here.
16213
16214 2016-07-13 Richard Biener <rguenther@suse.de>
16215
16216 PR tree-optimization/24574
16217 * tree-ssa-phiopt.c (absorbing_element_p): Pass in argument
16218 position and add shift, rotate, divison and modulo support
16219 for left zero.
16220 (value_replacement): Pass in argument position to absorbing_element_p.
16221
16222 2016-07-13 Ilya Enkovich <ilya.enkovich@intel.com>
16223
16224 PR ipa/71633
16225 * ipa-inline-transform.c (inline_call): Support
16226 instrumented thunks.
16227
16228 2016-07-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
16229
16230 * config/arm/arm.h (TARGET_HAVE_CBZ): Define.
16231 (TARGET_IDIV): Set for all Thumb targets provided they have hardware
16232 divide feature.
16233 * config/arm/arm.md (divsi3): New unpredicable alternative for ARMv8-M
16234 Baseline. Make initial alternative TARGET_32BIT only.
16235 (udivsi3): Likewise.
16236 * config/arm/thumb1.md (thumb1_cbz): New define_insn.
16237 * doc/sourcebuild.texi (arm_thumb1_cbz_ok): Document new effective
16238 target.
16239
16240 2016-07-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
16241
16242 * config/arm/arm.h (TARGET_HAVE_MOVT): Include ARMv8-M as having MOVT.
16243 * config/arm/arm.c (arm_arch_name): (const_ok_for_op): Check MOVT/MOVW
16244 availability with TARGET_HAVE_MOVT.
16245 (thumb_legitimate_constant_p): Strip the high part of a label_ref.
16246 (thumb1_rtx_costs): Also return 0 if setting a half word constant and
16247 MOVW is available and replace (unsigned HOST_WIDE_INT) INTVAL by
16248 UINTVAL.
16249 (thumb1_size_rtx_costs): Make set of half word constant also cost 1
16250 extra instruction if MOVW is available. Use a cost variable
16251 incremented by COSTS_N_INSNS (1) when the condition match rather than
16252 returning an arithmetic expression based on COSTS_N_INSNS. Make
16253 constant with bottom half word zero cost 2 instruction if MOVW is
16254 available.
16255 * config/arm/arm.md (define_attr "arch"): Add v8mb.
16256 (define_attr "arch_enabled"): Set to yes if arch value is v8mb and
16257 target is ARMv8-M Baseline.
16258 (arm_movt): New unpredicable alternative for ARMv8-M Baseline.
16259 (arm_movtas_ze): Likewise.
16260 * config/arm/thumb1.md (thumb1_movdi_insn): Add ARMv8-M Baseline only
16261 alternative for constants satisfying j constraint.
16262 (thumb1_movsi_insn): Likewise.
16263 (movsi splitter for K alternative): Tighten condition to not trigger
16264 if movt is available and j constraint is satisfied.
16265 (Pe immediate splitter): Likewise.
16266 (thumb1_movhi_insn): Add ARMv8-M Baseline only alternative for
16267 constant fitting in an halfword to use MOVW.
16268 * doc/sourcebuild.texi (arm_thumb1_movt_ok): Document new ARM
16269 effective target.
16270
16271 2016-07-13 Richard Biener <rguenther@suse.de>
16272
16273 PR middle-end/71104
16274 * gimplify.c (gimplify_modify_expr): Gimplify the RHS before
16275 gimplifying the LHS. Make sure to gimplify a returning twice
16276 call LHS without using SSA names.
16277
16278 2016-07-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
16279
16280 * tree-data-ref.c (find_data_references_in_stmt): Remove
16281 unnecessary call to vec::release.
16282 (graphite_find_data_references_in_stmt): Likewise.
16283 * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p): Likewise.
16284 * tree-vect-stmts.c (vectorizable_condition): Likewise.
16285
16286 2016-07-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
16287
16288 * cfgexpand.c (expand_used_vars): Make the type of a local
16289 variable auto_vec.
16290 * genmatch.c (lower_for): Likewise.
16291 * haifa-sched.c (haifa_sched_init): Likewise.
16292 (add_to_speculative_block): Likewise.
16293 (create_check_block_twin): Likewise.
16294 * predict.c (handle_missing_profiles): Likewise.
16295 * tree-data-ref.c (loop_nest_has_data_refs): Likewise.
16296 * tree-diagnostic.c (maybe_unwind_expanded_macro_loc): Likewise.
16297 * tree-ssa-loop-niter.c (discover_iteration_bound_by_body_walk):
16298 Likewise.
16299 (maybe_lower_iteration_bound): Likewise.
16300 * tree-ssa-sccvn.c (DFS): Likewise.
16301 * tree-stdarg.c (reachable_at_most_once): Likewise.
16302 * tree-vect-stmts.c (vectorizable_conversion): Likewise.
16303 (vectorizable_store): Likewise.
16304
16305 2016-07-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
16306
16307 * tree-ssa-sccvn.c (sccvn_dom_walker::~sccvn_dom_walker): remove.
16308 (sccvn_dom_walker): make cond_stack an auto_vec.
16309
16310 2016-07-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
16311
16312 * ree.c (struct ext_state): Make type of members auto_vec.
16313 (find_and_remove_re): Adjust.
16314
16315 2016-07-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
16316
16317 * cfgexpand.c (struct stack_vars_data): Make type of fields
16318 auto_vec.
16319 (expand_used_vars): Adjust.
16320
16321 2016-07-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
16322
16323 * ipa.c (record_cdtor_fn): Adjust.
16324 (build_cdtor_fns): Likewise.
16325 (ipa_cdtor_merge): Make static_ctors and static_dtors local
16326 variables.
16327
16328 2016-07-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
16329
16330 * genextract.c (struct accum_extract): Add constructor and make
16331 members auto_vec.
16332 (gen_insn): Adjust.
16333
16334 2016-07-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
16335
16336 * tree.c (struct free_lang_data_d): Add constructor and change
16337 types of members to ones that automatically manage resources.
16338 (fld_worklist_push): Adjust.
16339 (find_decls_types): Likewise.
16340 (find_decls_types_in_eh_region): Likewise.
16341 (free_lang_data_in_cgraph): Stop manually creating and
16342 destroying members of free_lang_data_d.
16343
16344 2016-07-13 Uros Bizjak <ubizjak@gmail.com>
16345
16346 PR rtl-optimization/68961
16347 * config/i386/sse.md (movsd/movhpd to movupd peephole2s): Add new
16348 peephole variant. Use sse_reg_operand predicates.
16349
16350 2016-07-12 Uros Bizjak <ubizjak@gmail.com>
16351
16352 * config/i386/predicates.md (x86_64_immediate_operand)
16353 <case CONST_INT>: Remove unneeded truncation to DImode.
16354 <case CONST>: Ditto.
16355 (x86_64_zext_immediate_operand) <case CONST>: Ditto.
16356
16357 2016-07-12 Michael Meissner <meissner@linux.vnet.ibm.com>
16358
16359 PR target/71805
16360 * config/rs6000/altivec.md (altivec_vperm_<mode>_internal):
16361 The xxperm and xxpermr instructions require that the 2nd input
16362 operand overlap with the output operand, and not the 1st.
16363 (altivec_vperm_v8hiv16qi): Likewise.
16364 (altivec_vperm_<mode>_uns_internal): Likewise.
16365 (altivec_vpermr_<mode>_internal): Likewise.
16366 (vperm_v8hiv4si): Likewise.
16367 (vperm_v16qiv8hi): Likewise.
16368
16369 2016-07-12 Nathan Sidwell <nathan@acm.org>
16370
16371 * config/arm/arm.c (arm_option_override): Set MASK_SINGLE_PIC_BASE
16372 when -mno-pic-data-is-text-relative is in effect, by default.
16373 * doc/invoke.texi (mpic-data-is-text-relative): Document new
16374 behavior and clarify.
16375
16376 2016-07-12 Martin Liska <mliska@suse.cz>
16377
16378 * params.def: Add avg-loop niter.
16379 * tree-ssa-loop-ivopts.c (avg_loop_niter): Use the param.
16380 * cfgloopanal.c (expected_loop_iterations_unbounded): Likewise.
16381 * doc/invoke.texi: Document the new parameter.
16382
16383 2016-07-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16384
16385 PR middle-end/71700
16386 * expr.c (store_constructor): Mask sign-extended bits when widening
16387 sub-word constructor element at the start of a word.
16388
16389 2016-07-12 Martin Liska <mliska@suse.cz>
16390
16391 * Makefile.in: Append rule for params-options.h.
16392 * params-options.h: New file.
16393
16394 2016-07-12 Martin Liska <mliska@suse.cz>
16395
16396 * ira-build.c (mark_loops_for_removal): Properly iterate
16397 loops.
16398
16399 2016-07-12 Steven Bosscher <steven@gcc.gnu.org>
16400 Richard Biener <rguenther@suse.de>
16401
16402 PR tree-optimization/23286
16403 PR tree-optimization/70159
16404 * doc/invoke.texi: Document -fcode-hoisting.
16405 * common.opt (fcode-hoisting): New flag.
16406 * opts.c (default_options_table): Enable -fcode-hoisting at -O2+.
16407 * tree-ssa-pre.c (pre_stats): Add hoist_insert.
16408 (do_regular_insertion): Rename to ...
16409 (do_pre_regular_insertion): ... this and amend general comments
16410 on insertion strathegy.
16411 (do_partial_partial_insertion): Rename to ...
16412 (do_pre_partial_partial_insertion): ... this.
16413 (do_hoist_insertion): New function.
16414 (insert_aux): Take flags on whether to do PRE and/or hoist insertion
16415 and call do_hoist_insertion properly.
16416 (insert): Adjust.
16417 (pass_pre::gate): Enable also if -fcode-hoisting is enabled.
16418 (pass_pre::execute): Register hoist_insert stats.
16419
16420 2016-07-12 Jakub Jelinek <jakub@redhat.com>
16421
16422 PR middle-end/71716
16423 * gimple-fold.c (optimize_atomic_compare_exchange_p): Return false
16424 for SCALAR_FLOAT_TYPE_P type of expected var, or if TYPE_PRECISION
16425 is different from mode's bitsize. Small cleanup.
16426
16427 2016-07-12 Richard Biener <rguenther@suse.de>
16428
16429 PR rtl-optimization/68961
16430 * fwprop.c (propagate_rtx): Allow SUBREGs of VEC_CONCAT and CONCAT
16431 to simplify to a non-constant.
16432
16433 2016-07-11 Jakub Jelinek <jakub@redhat.com>
16434
16435 PR middle-end/71758
16436 * omp-low.c (expand_omp_target): Gimplify device.
16437
16438 PR tree-optimization/71823
16439 * tree-vect-stmts.c (vectorizable_operation): Use vect_get_vec_defs
16440 to get vec_oprnds2 from op2.
16441
16442 2016-07-11 Uros Bizjak <ubizjak@gmail.com>
16443
16444 * config/i386/predicates.md (x86_64_immediate_operand) <case CONST>:
16445 Hoist common subexpressions.
16446 (x86_64_zext_immediate_operand) <case CONST>: Ditto.
16447
16448 2016-07-11 Pat Haugen <pthaugen@us.ibm.com>
16449
16450 PR target/71800
16451 * config/rs6000/rs6000.md (stfiwx): Change constraint to 'wu' to
16452 prevent generation of 'stxsiwx' on pre Power8 hardware.
16453
16454 2016-07-11 David Malcolm <dmalcolm@redhat.com>
16455
16456 * input.c: Include cpplib.h.
16457 (selftest::temp_source_file): New class.
16458 (selftest::temp_source_file::temp_source_file): New ctor.
16459 (selftest::temp_source_file::~temp_source_file): New dtor.
16460 (selftest::should_have_column_data_p): New function.
16461 (selftest::test_should_have_column_data_p): New function.
16462 (selftest::temp_line_table): New class.
16463 (selftest::temp_line_table::temp_line_table): New ctor.
16464 (selftest::temp_line_table::~temp_line_table): New dtor.
16465 (selftest::test_accessing_ordinary_linemaps): Add case_ param; use
16466 it to create a temp_line_table.
16467 (selftest::assert_loceq): Only verify LOCATION_COLUMN for
16468 locations that are known to have column data.
16469 (selftest::line_table_case): New struct.
16470 (selftest::test_reading_source_line): Move tempfile handling
16471 to class temp_source_file.
16472 (ASSERT_TOKEN_AS_TEXT_EQ): New macro.
16473 (selftest::assert_token_loc_eq): New function.
16474 (ASSERT_TOKEN_LOC_EQ): New macro.
16475 (selftest::test_lexer): New function.
16476 (selftest::boundary_locations): New array.
16477 (selftest::input_c_tests): Call test_should_have_column_data_p.
16478 Loop over a test matrix of interesting values of location and
16479 default_range_bits, calling test_lexer on each case in the matrix.
16480 Move call to test_accessing_ordinary_linemaps into the matrix.
16481 * selftest.h (ASSERT_EQ): Reimplement in terms of...
16482 (ASSERT_EQ_AT): New macro.
16483
16484 2016-07-11 H.J. Lu <hongjiu.lu@intel.com>
16485
16486 PR target/71801
16487 * config/i386/i386.c (timode_scalar_chain::fix_debug_reg_uses):
16488 Don't convert TImode in debug insn.
16489
16490 2016-07-11 Bernd Edlinger <bernd.edlinger@hotmail.de>
16491
16492 Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.
16493 * tree-core.h (tree_base::nothrow_flag): Adjust comment.
16494 (tree_type_common::lang_flag_7): New.
16495 (tree_type_common::spare): Reduce size.
16496 * tree.h (TYPE_ALIGN_OK): Remove.
16497 (TYPE_LANG_FLAG_7): New.
16498 (get_inner_reference): Adjust header.
16499 * print-tree.c (print_node): Adjust.
16500 * expr.c (get_inner_reference): Remove parameter keep_aligning.
16501 (get_bit_range, expand_assignment, expand_expr_addr_expr_1): Adjust
16502 calls to get_inner_reference.
16503 (expand_expr_real_1): Adjust call to get_inner_reference. Remove
16504 handling of TYPE_ALIGN_OK.
16505 * builtins.c (get_object_alignment_2): Adjust call to
16506 get_inner_reference. Remove handling of VIEW_CONVERT_EXPR.
16507 * emit-rtl.c (set_mem_attributes_minus_bitpos): Remove handling of
16508 TYPE_ALIGN_OK.
16509 * asan.c (instrument_derefs): Adjust calls to get_inner_reference.
16510 * cfgexpand.c (expand_debug_expr): Likewise.
16511 * dbxout.c (dbxout_expand_expr): Likewise.
16512 * dwarf2out.c (loc_list_for_address_of_addr_expr_of_indirect_ref,
16513 loc_list_from_tree, fortran_common): Likewise.
16514 * fold-const.c (optimize_bit_field_compare,
16515 decode_field_reference, fold_unary_loc, fold_comparison,
16516 split_address_to_core_and_offset): Likewise.
16517 * gimple-laddress.c (execute): Likewise.
16518 * gimple-ssa-strength-reduction.c (slsr_process_ref): Likewise.
16519 * gimplify.c (gimplify_scan_omp_clauses): Likewise.
16520 * hsa-gen.c (gen_hsa_addr): Likewise.
16521 * simplifx-rtx.c (delegitimize_mem_from_attrs): Likewise.
16522 * tsan.c (instrument_expr): Likewise.
16523 * ubsan.c (instrument_bool_enum_load, instrument_object_size): Likewise.
16524 * tree.c (verify_type_variant): Remove handling of TYPE_ALIGN_OK.
16525 * tree-affine.c (tree_to_aff_combination,
16526 get_inner_reference_aff): Adjust calls to get_inner_reference.
16527 * tree-data-ref.c (split_constant_offset_1,
16528 dr_analyze_innermost): Likewise.
16529 * tree-scalar-evolution.c (interpret_rhs_expr): Likewise.
16530 * tree-sra.c (ipa_sra_check_caller): Likewise.
16531 * tree-ssa-loop-ivopts.c (split_address_cost): Likewise.
16532 * tree-ssa-math-opts.c (find_bswap_or_nop_load,
16533 bswap_replace): Likewise.
16534 * tree-vect-data-refs.c (vect_check_gather,
16535 vect_analyze_data_refs): Likewise.
16536 * config/mips/mips.c (r10k_safe_mem_expr_p): Likewise.
16537 * config/pa/pa.c (pa_emit_move_sequence): Remove handling of
16538 TYPE_ALIGN_OK.
16539
16540 2016-07-11 David Malcolm <dmalcolm@redhat.com>
16541
16542 * Makefile.in (selftest-valgrind): New phony target.
16543 * function-tests.c (selftest::build_cfg): Delete pass instances
16544 created by the test.
16545 (selftest::convert_to_ssa): Likewise.
16546 (selftest::test_expansion_to_rtl): Likewise.
16547 * tree-cfg.c (selftest::test_linear_chain): Release dominator
16548 vectors.
16549 (selftest::test_diamond): Likewise.
16550
16551 2016-07-11 Richard Biener <rguenther@suse.de>
16552
16553 PR tree-optimization/71816
16554 * tree-ssa-pre.c (compute_avail): Adjust alignment of ref rather
16555 than replacing all of its operands.
16556
16557 2016-07-11 Alan Modra <amodra@gmail.com>
16558
16559 * config/rs6000/rs6000.md (UNSPEC_DOLOOP): New unspec.
16560 (ctr<mode>): Add unspec.
16561 (ctr<mode>_internal*): Likewise.
16562
16563 2016-07-08 James Bowman <james.bowman@ftdichip.com>
16564
16565 * config/ft32/ft32.c (ft32_elf_encode_section_info): New function.
16566 * config/ft32/ft32.h (ASM_OUTPUT_SYMBOL_REF): New function.
16567
16568 2016-07-08 Vladimir Makarov <vmakarov@redhat.com>
16569
16570 PR rtl-optimization/71621
16571 * lra-constraints.c (process_alt_operands): Check combination of
16572 reg class and mode.
16573
16574 2016-07-08 Jason Merrill <jason@redhat.com>
16575 Richard Biener <rguenther@suse.de>
16576
16577 P0145: Refining Expression Order for C++.
16578 * gimplify.c (initial_rhs_predicate_for): New.
16579 (gimplfy_modify_expr): Gimplify RHS before LHS.
16580
16581 2016-07-08 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
16582
16583 PR target/71297
16584 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
16585 Allow standard error handling to take over when a wrong number
16586 of arguments is presented to __builtin_vec_ld () or
16587 __builtin_vec_st ().
16588
16589 2016-07-08 Jiong Wang <jiong.wang@arm.com>
16590
16591 * config/aarch64/aarch64-simd-builtins.def (smax): Remove float
16592 variants.
16593 (smin): Likewise.
16594 (fmax): New entry.
16595 (fmin): Likewise.
16596 * config/aarch64/arm_neon.h (vmaxnm_f32): Use
16597 __builtin_aarch64_fmaxv2sf.
16598 (vmaxnmq_f32): Likewise.
16599 (vmaxnmq_f64): Likewise.
16600 (vminnm_f32): Likewise.
16601 (vminnmq_f32): Likewise.
16602 (vminnmq_f64): Likewise.
16603
16604 2016-07-08 Michael Meissner <meissner@linux.vnet.ibm.com>
16605
16606 PR target/71806
16607 * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Do not
16608 enable -mfloat128-hardware by default.
16609 (ISA_3_0_MASKS_IEEE): New macro to give all of the VSX options
16610 that IEEE 128-bit hardware support needs.
16611 * config/rs6000/rs6000.c (rs6000_option_override_internal): If
16612 -mcpu=power9 -mfloat128, enable -mfloat128-hardware by default.
16613 Use ISA_3_0_MASKS_IEEE as the set of options that IEEE 128-bit
16614 floating point requires.
16615 * doc/invoke.texi (RS/6000 and PowerPC Options): Document
16616 -mfloat128 and -mfloat128-hardware changes.
16617
16618 2016-07-08 Alan Hayward <alan.hayward@arm.com>
16619
16620 PR tree-optimization/71667
16621 * tree-vect-loop.c (vectorizable_live_operation): ignore DEBUG stmts
16622
16623 2016-07-08 Martin Liska <mliska@suse.cz>
16624
16625 PR middle-end/71606
16626 * fold-const.c (fold_convertible_p): As COMPLEX_TYPE
16627 folding produces SAVE_EXPRs, thus return false for the type.
16628
16629 2016-07-07 Martin Liska <mliska@suse.cz>
16630
16631 * file-find.c (remove_prefix): New function.
16632 * file-find.h (remove_prefix): Declare the function.
16633 * gcc-ar.c (main): Skip a folder of the wrapper if
16634 a wrapped binary would point to the same file.
16635
16636 2016-07-07 Jan Hubicka <jh@suse.cz>
16637
16638 * tree-scalar-evolution.c (iv_can_overflow_p): export.
16639 * tree-scalar-evolution.h (iv_can_overflow_p): Declare.
16640 * tree-ssa-loop-ivopts.c (alloc_iv): Use it.
16641
16642 2016-07-07 Ilya Enkovich <ilya.enkovich@intel.com>
16643
16644 PR ipa/71624
16645 * ipa-inline-analysis.c (compute_inline_parameters): Set
16646 local.can_change_signature to false for intrumentation
16647 thunk callees.
16648
16649 2016-07-07 Thomas Preud'homme <thomas.preudhomme@arm.com>
16650
16651 * config/arm/arm.h (TARGET_USE_MOVT): Check MOVT/MOVW availability
16652 with TARGET_HAVE_MOVT.
16653 (TARGET_HAVE_MOVT): Define.
16654 * config/arm/arm.c (const_ok_for_op): Check MOVT/MOVW
16655 availability with TARGET_HAVE_MOVT.
16656 * config/arm/arm.md (arm_movt): Use TARGET_HAVE_MOVT to check MOVT
16657 availability.
16658 (addsi splitter): Use TARGET_THUMB && TARGET_HAVE_MOVT rather than
16659 TARGET_THUMB2.
16660 (symbol_refs movsi splitter): Remove TARGET_32BIT check.
16661 (arm_movtas_ze): Use TARGET_HAVE_MOVT to check MOVT availability.
16662 * config/arm/constraints.md (define_constraint "j"): Use
16663 TARGET_HAVE_MOVT to check MOVT availability.
16664
16665 2016-07-07 Thomas Preud'homme <thomas.preudhomme@arm.com>
16666
16667 * config/arm/arm-protos.h: Reindent FL_FOR_* macro definitions.
16668
16669 2016-07-07 Thomas Preud'homme <thomas.preudhomme@arm.com>
16670
16671 * config/arm/arm-arches.def (armv8-m.base): Define new architecture.
16672 (armv8-m.main): Likewise.
16673 (armv8-m.main+dsp): Likewise.
16674 * config/arm/arm-protos.h (FL_FOR_ARCH8M_BASE): Define.
16675 (FL_FOR_ARCH8M_MAIN): Likewise.
16676 * config/arm/arm-tables.opt: Regenerate.
16677 * config/arm/bpabi.h: Add armv8-m.base, armv8-m.main and
16678 armv8-m.main+dsp to BE8_LINK_SPEC.
16679 * config/arm/arm.h (TARGET_HAVE_LDACQ): Exclude ARMv8-M.
16680 (enum base_architecture): Add BASE_ARCH_8M_BASE and BASE_ARCH_8M_MAIN.
16681 * config/arm/arm.c (arm_arch_name): Increase size to work with ARMv8-M
16682 Baseline and Mainline.
16683 (arm_option_override_internal): Also disable arm_restrict_it when
16684 !arm_arch_notm. Update comment for -munaligned-access to also cover
16685 ARMv8-M Baseline.
16686 (arm_file_start): Increase buffer size for printing architecture name.
16687 * doc/invoke.texi: Document architectures armv8-m.base, armv8-m.main
16688 and armv8-m.main+dsp.
16689 (mno-unaligned-access): Clarify that this is disabled by default for
16690 ARMv8-M Baseline architectures as well.
16691
16692 2016-07-07 Thomas Preud'homme <thomas.preudhomme@arm.com>
16693
16694 * config/arm/elf.h: Use __ARM_ARCH_ISA_THUMB and __ARM_ARCH_ISA_ARM to
16695 decide whether to prevent some libgcc routines being included for some
16696 multilibs rather than __ARM_ARCH_6M__ and add comment to indicate the
16697 link between this condition and the one in
16698 libgcc/config/arm/lib1func.S.
16699
16700 2016-07-07 Richard Biener <rguenther@suse.de>
16701
16702 * tree-ssa-pre.c: Include alias.h.
16703 (compute_avail): If we have multiple VN_REFERENCEs with the
16704 same hashtable entry adjust that to make it a valid replacement
16705 for all of them with respect to alignment and aliasing
16706 when doing insertion.
16707 * tree-ssa-sccvn.h (vn_reference_operands_for_lookup): Declare.
16708 * tree-ssa-sccvn.c (vn_reference_operands_for_lookup): New function.
16709
16710 2016-07-06 Segher Boessenkool <segher@kernel.crashing.org>
16711
16712 PR target/70098
16713 PR target/71763
16714 * config/rs6000/rs6000.md (*ctr<mode>_internal1, *ctr<mode>_internal2,
16715 *ctr<mode>_internal5, *ctr<mode>_internal6): Add *wi to the output
16716 constraint.
16717
16718 2016-07-06 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
16719
16720 * var-tracking.c (struct adjust_mem_data): Make side_effects a vector.
16721 (adjust_mems): Adjust.
16722 (adjust_insn): Likewise.
16723 (prepare_call_arguments): Likewise.
16724
16725 2016-07-06 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
16726
16727 * gcse.c (struct ls_expr): Make stores field a vector.
16728 (ldst_entry): Adjust.
16729 (free_ldst_entry): Likewise.
16730 (print_ldst_list): Likewise.
16731 (compute_ld_motion_mems): Likewise.
16732 (update_ld_motion_stores): Likewise.
16733
16734 2016-07-06 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
16735
16736 * gcse.c (struct ls_expr): Remove loads field.
16737 (ldst_entry): Adjust.
16738 (free_ldst_entry): Likewise.
16739 (print_ldst_list): Likewise.
16740 (compute_ld_motion_mems): Likewise.
16741
16742 2016-07-06 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
16743
16744 * store-motion.c (struct st_expr): Make antic_stores a vector.
16745 (st_expr_entry): Adjust.
16746 (free_st_expr_entry): Likewise.
16747 (print_store_motion_mems): Likewise.
16748 (find_moveable_store): Likewise.
16749 (compute_store_table): Likewise.
16750 (remove_reachable_equiv_notes): Likewise.
16751 (replace_store_insn): Likewise.
16752 (build_store_vectors): Likewise.
16753
16754 2016-07-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16755
16756 * config/arm/driver-arm.c (arm_cpu_table): Add entries for cortex-a32,
16757 cortex-a35, cortex-a53, cortex-a57, cortex-a72, cortex-a73.
16758
16759 2016-07-06 Yuri Rumyantsev <ysrumyan@gmail.com>
16760
16761 PR tree-optimization/71518
16762 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Adjust
16763 misalign also for outer loops with negative step.
16764
16765 2016-07-06 Wilco Dijkstra <wdijkstr@arm.com>
16766
16767 * config/arm/cortex-a53.md: Use final_presence_set for in-order.
16768 (cortex_a53_shift): Add mov_shift.
16769 (cortex_a53_shift_reg): Add new reservation for register shifts.
16770 (cortex_a53_alu): Remove bfm.
16771 (cortex_a53_alu_shift): Add bfm, remove mov_shift.
16772 (cortex_a53_alu_extr): Add new reservation for EXTR.
16773 (bypasses): Improve bypass modelling.
16774
16775 2016-07-06 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
16776
16777 PR target/50739
16778 * config/avr/avr.c (avr_asm_select_section): Strip off
16779 SECTION_DECLARED from flags when calling get_section.
16780
16781 2016-07-06 Richard Sandiford <richard.sandiford@arm.com>
16782
16783 * tree-vectorizer.h (vect_memory_access_type): Add
16784 VMAT_INVARIANT, VMAT_CONTIGUOUS_DOWN and VMAT_CONTIGUOUS_REVERSED.
16785 * tree-vect-stmts.c (compare_step_with_zero): New function.
16786 (perm_mask_for_reverse): Move further up file.
16787 (get_group_load_store_type): Stick to VMAT_ELEMENTWISE if the
16788 step is negative.
16789 (get_negative_load_store_type): New function.
16790 (get_load_store_type): Call it. Add an ncopies argument.
16791 (vectorizable_mask_load_store): Update call accordingly and
16792 remove tests for negative steps.
16793 (vectorizable_store, vectorizable_load): Likewise. Handle new
16794 memory_access_types.
16795
16796 2016-07-06 Richard Sandiford <richard.sandiford@arm.com>
16797
16798 * tree-vectorizer.h (vect_memory_access_type): New enum.
16799 (_stmt_vec_info): Add a memory_access_type field.
16800 (STMT_VINFO_MEMORY_ACCESS_TYPE): New macro.
16801 (vect_model_store_cost): Take an access type instead of a boolean.
16802 (vect_model_load_cost): Likewise.
16803 * tree-vect-slp.c (vect_analyze_slp_cost_1): Update calls to
16804 vect_model_store_cost and vect_model_load_cost.
16805 * tree-vect-stmts.c (vec_load_store_type): New enum.
16806 (vect_model_store_cost): Take an access type instead of a
16807 store_lanes_p boolean. Simplify tests.
16808 (vect_model_load_cost): Likewise, but for load_lanes_p.
16809 (get_group_load_store_type, get_load_store_type): New functions.
16810 (vectorizable_store): Use get_load_store_type. Record the access
16811 type in STMT_VINFO_MEMORY_ACCESS_TYPE.
16812 (vectorizable_load): Likewise.
16813 (vectorizable_mask_load_store): Likewise. Replace is_store
16814 variable with vls_type.
16815
16816 2016-07-06 Richard Sandiford <richard.sandiford@arm.com>
16817
16818 * tree-vectorizer.h (vect_grouped_load_supported): Add a
16819 single_element_p parameter.
16820 * tree-vect-data-refs.c (vect_grouped_load_supported): Likewise.
16821 Check the PR65518 case here rather than in vectorizable_load.
16822 * tree-vect-loop.c (vect_analyze_loop_2): Update call accordignly.
16823 * tree-vect-stmts.c (vectorizable_load): Likewise.
16824
16825 2016-07-06 Richard Sandiford <richard.sandiford@arm.com>
16826
16827 * tree-vectorizer.h (gather_scatter_info): New structure.
16828 (vect_check_gather_scatter): Return a bool rather than a decl.
16829 Replace return-by-pointer arguments with a single
16830 gather_scatter_info *.
16831 * tree-vect-data-refs.c (vect_check_gather_scatter): Likewise.
16832 (vect_analyze_data_refs): Update call accordingly.
16833 * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Likewise.
16834 (vectorizable_mask_load_store): Likewise. Also record the
16835 offset dt and vectype in the gather_scatter_info.
16836 (vectorizable_store): Likewise.
16837 (vectorizable_load): Likewise.
16838
16839 2016-07-06 Richard Sandiford <richard.sandiford@arm.com>
16840
16841 * tree-vect-stmts.c (vect_model_store_cost): For non-SLP
16842 strided groups, use the cost of N scalar accesses instead
16843 of ncopies vector accesses.
16844 (vect_model_load_cost): Likewise.
16845
16846 2016-07-06 Richard Sandiford <richard.sandiford@arm.com>
16847
16848 * tree-vect-stmts.c (vect_cost_group_size): Delete.
16849 (vect_model_store_cost): Avoid calling it. Use first_stmt_p
16850 variable to indicate when once-per-group costs are being used.
16851 (vect_model_load_cost): Likewise. Fix comment and misindented code.
16852
16853 2016-07-06 Richard Sandiford <richard.sandiford@arm.com>
16854
16855 * tree-vect-stmts.c (vectorizable_load): Remove unnecessary
16856 peeling-for-gaps condition.
16857
16858 2016-07-06 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
16859
16860 * config/s390/s390.c (s390_expand_vec_init): Force initializer
16861 element to register if it doesn't match general_operand.
16862
16863 2016-07-05 Michael Meissner <meissner@linux.vnet.ibm.com>
16864 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
16865
16866 * config/rs6000/rs6000-protos.h (rs6000_split_signbit): New
16867 prototype.
16868 * config/rs6000/rs6000.c (rs6000_split_signbit): New function.
16869 * config/rs6000/rs6000.md (UNSPEC_SIGNBIT): New constant.
16870 (SIGNBIT): New mode iterator.
16871 (Fsignbit): New mode attribute.
16872 (signbit<mode>2): Change operand1 to match FLOAT128 instead of
16873 IBM128; dispatch to gen_signbit{kf,tf}2_dm for __float128
16874 when direct moves are available.
16875 (signbit<mode>2_dm): New define_insn_and_split).
16876 (signbit<mode>2_dm2): New define_insn.
16877
16878 2016-07-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16879
16880 PR rtl-optimization/71594
16881 * ifcvt.c (noce_convert_multiple_sets): Wrap new_val or old_val
16882 into subregs of appropriate mode before trying to emit a conditional
16883 move.
16884
16885 2016-07-05 Jan Hubicka <jh@suse.cz>
16886
16887 * tree-scalar-evolution.c (iv_can_overflow_p): New function.
16888 (simple_iv): Use it.
16889
16890 2016-07-05 Jan Hubicka <jh@suse.cz>
16891
16892 * tree-ssa-loop-niter.c (nowrap_type_p): Use ANY_INTEGRAL_TYPE_P.
16893
16894 2016-07-05 Jiong Wang <jiong.wang@arm.com>
16895
16896 * lra-constraints.c (process_alt_operands): Don't add spilling cost for
16897 "offmemok".
16898
16899 2016-07-05 Jan Hubicka <jh@suse.cz>
16900
16901 * tree-scalar-evoluiton.c (simple_iv): Use nowrap_type to check if
16902 IV can overflow.
16903
16904 2016-07-05 Richard Biener <rguenther@suse.de>
16905
16906 * gimple-ssa-split-paths.c (find_block_to_duplicate_for_splitting_pa):
16907 Handle empty else block.
16908 (is_feasible_trace): Likewise.
16909 (split_paths): Likewise.
16910
16911 2016-07-05 Richard Biener <rguenther@suse.de>
16912
16913 * tree-loop-distribution.c (distribute_loop): Fix issue with
16914 the cost model loop.
16915
16916 2016-07-05 Christophe Lyon <christophe.lyon@linaro.org>
16917
16918 * config/arm/neon-testgen.ml: Delete.
16919 * config/arm/neon.ml: Delete.
16920
16921 2016-07-04 Jakub Jelinek <jakub@redhat.com>
16922
16923 PR c++/71739
16924 * tree.c (attribute_value_equal): Use get_attribute_name instead of
16925 directly using TREE_PURPOSE.
16926
16927 2016-07-04 Jiong Wang <jiong.wang@arm.com>
16928
16929 * config/aarch64/aarch64.h: Rename "ARMv8.1" to "ARMv8.1-A".
16930 * config/aarch64/aarch64_neon.h: Likewise.
16931 * config/aarch64/arm_neon.h: Likewise.
16932 * config/aarch64/atomics.md: Likewise.
16933 * config/aarch64/aarch64-simd-builtins.def: Likewise.
16934 * doc/invoke.texi: Likewise.
16935
16936 2016-07-04 Dominik Vogt <vogt@linux.vnet.ibm.com>
16937
16938 * config/s390/s390.md: Add "z13" cpu_facility.
16939 ("*mov<mode>cc"): Add support for z13 instructions lochi and locghi.
16940 * config/s390/predicates.md ("loc_operand"): New predicate for "load on
16941 condition" type instructions.
16942
16943 2016-07-04 Dominik Vogt <vogt@linux.vnet.ibm.com>
16944 Jeff Law <law@redhat.com>
16945
16946 * explow.c (allocate_dynamic_stack_space): Simplify knowing that
16947 MUST_ALIGN was always true and extra_align ist always BITS_PER_UNIT.
16948
16949 2016-07-04 Yuri Rumyantsev <ysrumyan@gmail.com>
16950
16951 * config/i386/i386.c (ix86_expand_vec_perm): Add handle one-operand
16952 permutation for TARGET_AVX512F.
16953 (ix86_expand_vec_one_operand_perm_avx512): New function.
16954 (expand_vec_perm_1): Invoke introduced function.
16955 * tree-vect-loop.c (vect_transform_loop): Clear-up safelen value since
16956 it may be not valid after vectorization.
16957
16958 2016-07-04 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
16959
16960 PR target/63874
16961 * config/aarch64/aarch64.c (aarch64_classify_symbol): Fix
16962 typo in comment. Only force to memory if it is a weak
16963 external reference.
16964
16965 2016-07-04 Matthew Wahab <matthew.wahab@arm.com>
16966 Jiong Wang <jiong.wang@arm.com>
16967
16968 * config/aarch64/aarch64-arches.def: Add "armv8.2-a".
16969 * config/aarch64/aarch64.h (AARCH64_FL_V8_2): New.
16970 (AARCH64_FL_F16): New.
16971 (AARCH64_FL_FOR_ARCH8_2): New.
16972 (AARCH64_ISA_8_2): New.
16973 (AARCH64_ISA_F16): New.
16974 (TARGET_FP_F16INST): New.
16975 (TARGET_SIMD_F16INST): New.
16976 * config/aarch64/aarch64-option-extensions.def ("fp16"): New entry.
16977 ("fp"): Disabling "fp" also disables "fp16".
16978 * config/aarch64/aarch64-c.c (arch64_update_cpp_builtins):
16979 Conditionally define __ARM_FEATURE_FP16_SCALAR_ARITHMETIC
16980 and __ARM_FEATURE_FP16_VECTOR_ARITHMETIC.
16981 * doc/invoke.texi (AArch64 Options): Document "armv8.2-a" and "fp16".
16982
16983 2016-07-04 Jan Beulich <jbeulich@suse.com>
16984
16985 * gcc.c (default_compilers["@c-header"]): Conditionalize "-o".
16986
16987 2016-07-01 Michael Meissner <meissner@linux.vnet.ibm.com>
16988
16989 PR target/71720
16990 * config/rs6000/vsx.md (vsx_splat_v4sf_internal): When splitting
16991 the insns, use an insn form that does not adjust the offset on
16992 little endian systems.
16993
16994 2016-07-01 Jan Beulich <jbeulich@suse.com>
16995
16996 * varasm.c (get_variable_section): Validate initializer in
16997 named .bss-like sections.
16998
16999 2016-07-01 Kelvin Nilsen <kelvin@gcc.gnu.org>
17000
17001 * config/rs6000/altivec.md (*altivec_vpermr_<mode>_internal):
17002 Exchange the order of the second and third operands in the vpermr
17003 instruction tmeplate.
17004
17005 2016-07-01 Peter Bergner <bergner@vnet.ibm.com>
17006
17007 PR target/71698
17008 * config/rs6000/rs6000.c (rs6000_secondary_reload_simple_move):
17009 Disallow TDmode values.
17010
17011 2016-07-01 Alan Modra <amodra@gmail.com>
17012
17013 PR rtl-optimization/71709
17014 * ira-lives.c (find_call_crossed_cheap_reg): Exit loop on arg reg
17015 being set, not referenced.
17016
17017 2016-07-01 Yuri Rumyantsev <ysrumyan@gmail.com>
17018
17019 PR tree-optimization/70729
17020 * tree-vectorizer.c (adjust_simduid_builtins): Nullify safelen field
17021 of loop since it can be not valid after transformation.
17022
17023 2016-07-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
17024
17025 * config/arm/arm.c (thumb_reload_in_hi): Delete.
17026 * config/arm/arm-protos.h (thumb_reload_in_hi): Delete prototype.
17027
17028 2016-07-01 Eric Botcazou <ebotcazou@adacore.com>
17029
17030 * config/arm/arm.c (arm_function_ok_for_sibcall): Add another check
17031 for NULL decl.
17032
17033 2016-06-30 Michael Meissner <meissner@linux.vnet.ibm.com>
17034
17035 PR target/71677
17036 * config/rs6000/constraints.md (wY constraint): New constraint to
17037 match the requirements for the LXSD and STXSD instructions.
17038 * config/rs6000/predicates.md (offsettable_mem_14bit_operand): New
17039 predicate to match the requirements for the LXSD and STXSD
17040 instructions.
17041 * config/rs6000/rs6000.md (mov<mode>_hardfloat32, FMOVE64 case):
17042 Use constaint wY for LXSD/STXSD instructions instead of 'o' or 'Y'
17043 to make sure that the bottom 2 bits of offset are 0, the address
17044 form is offsettable, and no updating is done in the address mode.
17045 (mov<mode>_hardfloat64, FMOVE64 case): Likewise.
17046 (movdi_internal32): Likewise
17047 (movdi_internal64): Likewise.
17048
17049 2016-06-30 Jakub Jelinek <jakub@redhat.com>
17050
17051 PR tree-optimization/71707
17052 * tree-ssa-strlen.c (get_stridx_plus_constant): Handle already present
17053 strinfo even for ADDR_EXPR ptr.
17054
17055 2016-06-30 Kelvin Nilsen <kelvin@gcc.gnu.org>
17056
17057 * config/rs6000/altivec.md (darn_32): Change the condition to
17058 TARGET_P9_MISC instead of TARGET_MODULO.
17059 (darn_raw): Replace TARGET_MODULO with TARGET_P9_MISC in the
17060 condition expression.
17061 (darn): Replace TARGET_MODULO with TARGET_P9_MISC in the
17062 condition expression.
17063 * config/rs6000/dfp.md (UNSPEC_DTSTSFI): New unspec constant.
17064 (DFP_TEST): New code iterator.
17065 (dfptstsfi_<code>_mode>): New define_expand.
17066 (*dfp_sgnfcnc_<mode>): New define_insn.
17067 * config/rs6000/rs6000-builtin.def (BU_P9_MISC_0): Move this macro
17068 definition next to BU_P9_MISC_1 definition and change the MASK
17069 value to RS6000_BTM_P9_MISC.
17070 (BU_P9_MISC_1): Change the MASK value to RS6000_BTM_P9_MISC.
17071 (BU_P9_64BIT_MISC_0): Likewise.
17072 (BU_P9_DFP_MISC_0): New macro definition.
17073 (BU_P9_DFP_MISC_1): New macro definition.
17074 (BU_P9_DFP_MISC_2): New macro definition.
17075 (BU_P9_DFP_OVERLOAD_1): New macro definition.
17076 (BU_P9_DFP_OVERLOAD_2): New macro definition.
17077 (BU_P9_DFP_OVERLOAD_3): New macro definition.
17078 (TSTSFI_LT_DD): New BU_P9_DFP_MISC_2.
17079 (TSTSFI_LT_TD): Likewise.
17080 (TSTSFI_EQ_DD): Likewise.
17081 (TSTSFI_EQ_TD): Likewise.
17082 (TSTSFI_GT_DD): Likewise.
17083 (TSTSFI_GT_TD): Likewise.
17084 (TSTSFI_OV_DD): Likewise.
17085 (TSTSFI_OV_TD): Likewise.
17086 (TSTSFI_LT): New BU_P9_DFP_OVERLOAD_2.
17087 (TSTSFI_LT_DD): Likewise.
17088 (TSTSFI_LT_TD): Likewise.
17089 (TSTSFI_EQ): Likewise.
17090 (TSTSFI_EQ_DD): Likewise.
17091 (TSTSFI_EQ_TD): Likewise.
17092 (TSTSFI_GT): Likewise.
17093 (TSTSFI_GT_DD): Likewise.
17094 (TSTSFI_GT_TD): Likewise.
17095 (TSTSFI_OV): Likewise.
17096 (TSTSFI_OV_DD): Likewise.
17097 (TSTSFI_OV_TD): Likewise.
17098 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
17099 overloaded test significance functions.
17100 * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
17101 OPTION_MASK_P9_MISC into the representation of this mask.
17102 (POWERPC_MASKS): Add OPTION_MASK_P9_MISC into the representation
17103 of this mask.
17104 * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Set the
17105 RS6000_BTM_P9_MISC flag in the return value if TARGET_P9_MISC is
17106 non-zero.
17107 (rs6000_expand_binop_builtin): Enforce that argument 0 of the exp
17108 argument is a 6-bit unsigned literal value if the icode argument
17109 represents a DFP test significance built-in call.
17110 (rs6000_invalid_builtin): Add support for the RS6000_BTM_P9_MISC
17111 flag used independently and in combination with the
17112 RS6000_BTM_64BIT flag.
17113 (rs6000_opt_masks): Add entry for power9-misc command-line option.
17114 (rs6000_builtin_mask_names): Add entry for power9-misc
17115 command-line option.
17116 * config/rs6000/rs6000.h: Redefine TARGET_P9_MISC as 0 if
17117 HAVE_AS_POWER9 is not a defined macro. Define MASK_P9_MISC and
17118 RS6000_BTM_P9_MISC macros.
17119 * config/rs6000/rs6000.opt: Add support for the -mpower9-misc
17120 option and change the description of the -mpower9-vector option to
17121 enable only vector instructions, removing its erroneously claimed
17122 support for scalar instructions.
17123 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
17124 the ISA 3.0 digital floating point test significance built-in
17125 functions.
17126
17127 2016-06-30 Wilco Dijkstra <wdijkstr@arm.com>
17128
17129 * config/aarch64/aarch64.c (cortexa35_tunings):
17130 Enable AES fusion. Use cortexa57_branch_cost.
17131 (cortexa53_tunings): Use cortexa57_branch_cost.
17132 (cortexa72_tunings): Use cortexa57_branch_cost.
17133 Use AUTOPREFETCHER_WEAK.
17134 (cortexa73_tunings): Use cortexa57_branch_cost.
17135
17136 2016-06-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
17137 James Greenhalgh <james.greenhalgh@arm.com>
17138
17139 * config/aarch64/arm_neon.h (vcopyq_lane_f32, vcopyq_lane_f64,
17140 vcopyq_lane_p8, vcopyq_lane_p16, vcopyq_lane_s8, vcopyq_lane_s16,
17141 vcopyq_lane_s32, vcopyq_lane_s64, vcopyq_lane_u8, vcopyq_lane_u16,
17142 vcopyq_lane_u32, vcopyq_lane_u64): Reimplement in C.
17143 (vcopy_lane_f32, vcopy_lane_f64, vcopy_lane_p8, vcopy_lane_p16,
17144 vcopy_lane_s8, vcopy_lane_s16, vcopy_lane_s32, vcopy_lane_s64,
17145 vcopy_lane_u8, vcopy_lane_u16, vcopy_lane_u32, vcopy_lane_u64,
17146 vcopy_laneq_f32, vcopy_laneq_f64, vcopy_laneq_p8, vcopy_laneq_p16,
17147 vcopy_laneq_s8, vcopy_laneq_s16, vcopy_laneq_s32, vcopy_laneq_s64,
17148 vcopy_laneq_u8, vcopy_laneq_u16, vcopy_laneq_u32, vcopy_laneq_u64,
17149 vcopyq_laneq_f32, vcopyq_laneq_f64, vcopyq_laneq_p8, vcopyq_laneq_p16,
17150 vcopyq_laneq_s8, vcopyq_laneq_s16, vcopyq_laneq_s32, vcopyq_laneq_s64,
17151 vcopyq_laneq_u8, vcopyq_laneq_u16, vcopyq_laneq_u32, vcopyq_laneq_u64):
17152 New intrinsics.
17153
17154 2016-06-30 James Greenhalgh <james.greenhalgh@arm.com>
17155 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
17156
17157 * config/aarch64/aarch64-simd.md (*aarch64_simd_vec_copy_lane<mode>):
17158 New define_insn.
17159 (*aarch64_simd_vec_copy_lane_<vswap_width_name><mode>): Likewise.
17160
17161 2016-06-30 David Malcolm <dmalcolm@redhat.com>
17162
17163 PR driver/71651
17164 * gcc.c (driver::build_option_suggestions): Pass "option" to
17165 add_misspelling_candidates.
17166 * opts-common.c (add_misspelling_candidates): Add "option" param;
17167 use it to avoid adding negated forms for options marked with
17168 RejectNegative.
17169 * opts.h (add_misspelling_candidates): Add "option" param.
17170
17171 2016-06-30 Jakub Jelinek <jakub@redhat.com>
17172
17173 PR middle-end/71693
17174 * fold-const.c (fold_binary_loc) <case RROTATE_EXPR>: Cast
17175 TREE_OPERAND (arg0, 0) and TREE_OPERAND (arg0, 1) to type
17176 first when permuting bitwise operation with rotate. Cast
17177 TREE_OPERAND (arg0, 0) to type when cancelling two rotations.
17178
17179 2016-06-29 David Malcolm <dmalcolm@redhat.com>
17180
17181 * opts.c (handle_param): Use find_param_fuzzy to offer suggestions
17182 for misspelled param names.
17183 * params.c: Include spellcheck.h.
17184 (find_param_fuzzy): New function.
17185 * params.h (find_param_fuzzy): New prototype.
17186 * spellcheck.c (struct edit_distance_traits<const char *>): Move to...
17187 * spellcheck.h (struct edit_distance_traits<const char *>):
17188 ...here.
17189
17190 2016-06-29 Michael Meissner <meissner@linux.vnet.ibm.com>
17191
17192 * config/rs6000/predicates.md (const_0_to_7_operand): New
17193 predicate, recognize 0..7.
17194 * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
17195 support for doing extracts from V16QImode, V8HImode, V4SImode
17196 under ISA 3.0.
17197 * config/rs6000/vsx.md (VSX_EXTRACT_I): Mode iterator for ISA 3.0
17198 vector extract support.
17199 (VSX_EXTRACT_PREDICATE): Mode attribute to validate element number
17200 for ISA 3.0 vector extract.
17201 (VSX_EX): Constraints to use for ISA 3.0 vector extract.
17202 (vsx_extract_<mode>, VSX_EXTRACT_I): Add support for doing
17203 extracts of a constant element number from small integer vectors
17204 on 64-bit ISA 3.0 systems.
17205 (vsx_extract_<mode>_di): Likewise.
17206 * config/rs6000/rs6000.h (TARGET_VEXTRACTUB): New target macro to
17207 say when we can do ISA 3.0 vector extracts.
17208 * config/rs6000/rs6000.md (stfiwx): Allow DImode in Altivec
17209 registers, using the stxsiwx instruction.
17210
17211 2016-06-29 Jim Wilson <jim.wilson@linaro.org>
17212
17213 * config/aarch64/aarch64-cores.def (qdf24xx): Use qdf24xx tuning.
17214 * config/aarch64/aarch64.c (qdf24xx_addrcost_table,
17215 qdf24xx_regmove_cost, qdf24xx_tunings): New.
17216 * config/arm/aarch64-cost-tables.h (qdf24xx_extra_costs): New.
17217 * config/arm/arm-cores.def (qdf24xx): Use qdf24xx tuning.
17218 * config/arm/arm.c (arm_qdf24xx_tune): New.
17219
17220 2016-06-29 Wilco Dijkstra <wdijkstr@arm.com>
17221
17222 * config/aarch64/aarch64.c (cortexa53_tunings):
17223 Increase loop alignment to 8. Set function alignment to 16.
17224 (cortexa35_tunings): Likewise.
17225 (cortexa57_tunings): Increase loop alignment to 8.
17226 (cortexa72_tunings): Likewise.
17227 (cortexa73_tunings): Likewise.
17228
17229 2016-06-29 Matthew Wahab <matthew.wahab@arm.com>
17230
17231 * doc/sourcebuild.texi (Effective-Target keywords): Add entries
17232 for arm_fp16_ok and arm_fp16_hw.
17233 (Add Options): Add entries for arm_fp16, arm_fp16_ieee and
17234 arm_fp16_alternative.
17235
17236 2016-06-29 Ilya Enkovich <ilya.enkovich@intel.com>
17237
17238 PR tree-optimization/71655
17239 * tree-vect-stmts.c (vectorizable_comparison): Swap definition
17240 types when swapping operands.
17241
17242 2016-06-29 Martin Liska <mliska@suse.cz>
17243
17244 PR middle-end/71585
17245 * common.opt (flag_stack_protect): Mark the flag as optimization flag.
17246 * ipa-inline-transform.c (inline_call): Remove unnecessary call
17247 of build_optimization_node.
17248
17249 2016-06-29 Yuri Rumyantsev <ysrumyan@gmail.com>
17250
17251 PR tree-optimization/70729
17252 * tree-ssa-loop-im.c (ref_indep_loop_p_1): Consider memory reference as
17253 independent in loops having positive safelen value.
17254 * tree-vect-loop.c (vect_transform_loop): Clear-up safelen value since
17255 it may be not valid after vectorization.
17256
17257 2016-06-29 Jakub Jelinek <jakub@redhat.com>
17258
17259 PR tree-optimization/71625
17260 * tree-ssa-strlen.c (get_addr_stridx): Add PTR argument. Assume list
17261 is sorted by ascending list->offset. If PTR is non-NULL and there is
17262 previous strinfo, call get_stridx_plus_constant.
17263 (get_stridx): Pass exp as second argument to get_addr_stridx.
17264 (addr_stridxptr): Add missing list = list->next, so that there can be
17265 more than one entries in the list. Bump limit from 16 to 32. Ensure
17266 the list is sorted by ascending list->offset.
17267 (get_stridx_plus_constant): Adjust so that it can be also called with
17268 ADDR_EXPR instead of SSA_NAME as PTR.
17269 (handle_char_store): Pass NULL_TREE as second argument to
17270 get_addr_stridx.
17271
17272 2016-06-29 Richard Biener <rguenther@suse.de>
17273
17274 PR rtl-optimization/68961
17275 * simplify-rtx.c (simplify_subreg): Handle VEC_CONCAT like CONCAT.
17276
17277 2016-06-29 Richard Biener <rguenther@suse.de>
17278
17279 PR middle-end/71002
17280 * alias.c (component_uses_parent_alias_set_from): Handle
17281 type punning through union accesses by using the union alias set.
17282 * gimple.c (gimple_get_alias_set): Remove union type punning case.
17283
17284 2016-07-29 Richard Biener <rguenther@suse.de>
17285
17286 * match.pd ((T)(T2)x -> (T)x): Remove restriction on final
17287 precision not matching mode precision.
17288
17289 2016-06-28 John David Anglin <danglin@gcc.gnu.org>
17290
17291 * config/pa/pa.md (call_symref_64bit_post_reload): Don't call
17292 pa_output_arg_descriptor.
17293 (call_val_symref_64bit_post_reload): Likewise.
17294 (call_val_powf_64bit_post_reload): Likewise.
17295 (sibcall_internal_symref_64bit): Likewise.
17296 (sibcall_value_internal_symref_64bit): Likewise.
17297
17298 2016-06-28 Jakub Jelinek <jakub@redhat.com>
17299
17300 PR middle-end/71626
17301 * config/i386/i386.c (ix86_expand_vector_move): For SUBREG of
17302 a constant, force its SUBREG_REG into memory or register instead
17303 of whole op1.
17304
17305 2016-06-28 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
17306
17307 PR target/58655
17308 * config/avr/avr.opt (-mfract-convert-truncate): Update description.
17309 * doc/invoke.texi (AVR Options): Document it.
17310
17311 2016-06-28 Walter Lee <walt@tilera.com>
17312
17313 * config/tilegx/linux.h: Do not include arch/icache.h
17314 (CLEAR_INSN_CACHE): Provide inlined definition directly.
17315 * config/tilepro/linux.h: Do not include arch/icache.h
17316 (CLEAR_INSN_CACHE): Provide inlined definition directly.
17317
17318 2016-06-28 Wilco Dijkstra <wdijkstr@arm.com>
17319
17320 * tree-ssa-math-opts.c (find_bswap_or_nop_1): Adjust bitnumbering
17321 for big-endian BIT_FIELD_REF.
17322
17323 2016-06-28 Pat Haugen <pthaugen@us.ibm.com>
17324
17325 * config/rs6000/rs6000.md ('type' attribute): Add htmsimple/dfp types.
17326 ('size' attribute): Add '128'.
17327 Include power9.md.
17328 (*mov<mode>_hardfloat32, *mov<mode>_hardfloat64, *movdi_internal32,
17329 *movdi_internal64, *movdf_update1): Set size attribute to '64'.
17330 (add<mode>3, sub<mode>3, mul<mode>3, div<mode>3, sqrt<mode>2,
17331 copysign<mode>3, neg<mode>2_hw, abs<mode>2_hw, *nabs<mode>2_hw,
17332 *fma<mode>4_hw, *fms<mode>4_hw, *nfma<mode>4_hw, *nfms<mode>4_hw,
17333 extend<SFDF:mode><IEEE128:mode>2_hw, trunc<mode>df2_hw,
17334 *xscvqp<su>wz_<mode>, *xscvqp<su>dz_<mode>, *xscv<su>dqp_<mode>,
17335 *trunc<mode>df2_odd): Set size attribute to '128'.
17336 (*cmp<mode>_hw): Change type to veccmp and set size attribute to '128'.
17337 * config/rs6000/power6.md (power6-fp): Include dfp type.
17338 * config/rs6000/power7.md (power7-fp): Likewise.
17339 * config/rs6000/power8.md (power8-fp): Likewise.
17340 * config/rs6000/power9.md: New file.
17341 * config/rs6000/t-rs6000 (MD_INCLUDES): Add power9.md.
17342 * config/rs6000/htm.md (*tabort, *tabort<wd>c, *tabort<wd>ci,
17343 *trechkpt, *treclaim, *tsr, *ttest): Change type attribute to
17344 htmsimple.
17345 * config/rs6000/dfp.md (extendsddd2, truncddsd2, extendddtd2,
17346 trunctddd2, adddd3, addtd3, subdd3, subtd3, muldd3, multd3, divdd3,
17347 divtd3, *cmpdd_internal1, *cmptd_internal1, floatdidd2, floatditd2,
17348 ftruncdd2, fixdddi2, ftrunctd2, fixtddi2, dfp_ddedpd_<mode>,
17349 dfp_denbcd_<mode>, dfp_dxex_<mode>, dfp_diex_<mode>, dfp_dscli_<mode>,
17350 dfp_dscri_<mode>): Change type attribute to dfp.
17351 * config/rs6000/crypto.md (crypto_vshasigma<CR_char>): Change type
17352 attribute to vecsimple.
17353 * config/rs6000/rs6000.c (power9_cost): Update costs, cache size
17354 and prefetch streams.
17355 (rs6000_option_override_internal): Remove temporary code setting
17356 tuning to power8. Don't set rs6000_sched_groups for power9.
17357 (last_scheduled_insn): Change to rtx_insn *.
17358 (divide_cnt, vec_load_pendulum): New variables.
17359 (rs6000_adjust_cost): Add Power9 to test for store->load separation.
17360 (rs6000_issue_rate): Set issue rate for Power9.
17361 (is_power9_pairable_vec_type): New.
17362 (power9_sched_reorder2): New.
17363 (rs6000_sched_reorder2): Call new function for Power9 specific
17364 reordering.
17365 (insn_must_be_first_in_group): Remove Power9.
17366 (insn_must_be_last_in_group): Likewise.
17367 (force_new_group): Likewise.
17368 (rs6000_sched_init): Fix initialization of last_scheduled_insn.
17369 Initialize divide_cnt/vec_load_pendulum.
17370 (_rs6000_sched_context, rs6000_init_sched_context,
17371 rs6000_set_sched_context): Handle context save/restore of new
17372 variables.
17373
17374 2016-06-28 Richard Biener <rguenther@suse.de>
17375
17376 * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p):
17377 Properly handle DECL_BIT_FIELD_REPRESENTATIVE occuring as
17378 COMPONENT_REF operand.
17379 (nonoverlapping_component_refs_p): Likewise.
17380 * stor-layout.c (start_bitfield_representative): Mark
17381 DECL_BIT_FIELD_REPRESENTATIVE as DECL_NONADDRESSABLE_P.
17382
17383 2016-06-28 Jakub Jelinek <jakub@redhat.com>
17384
17385 * Makefile.in: Don't cat ../stage_current if it does not exist.
17386
17387 * doc/extend.texi (__builtin_add_overflow_p): Clarify behavior when
17388 last argument is a bit-field.
17389
17390 PR rtl-optimization/71673
17391 * internal-fn.c (expand_arith_overflow_result_store): Use
17392 OPTAB_LIB_WIDEN instead of OPTAB_DIRECT as last argument to
17393 expand_simple_binop.
17394
17395 PR middle-end/66867
17396 * builtins.c (expand_ifn_atomic_compare_exchange_into_call,
17397 expand_ifn_atomic_compare_exchange): New functions.
17398 * internal-fn.c (expand_ATOMIC_COMPARE_EXCHANGE): New function.
17399 * tree.h (build_call_expr_internal_loc): Rename to ...
17400 (build_call_expr_internal_loc_array): ... this. Fix up type of
17401 last argument.
17402 * internal-fn.def (ATOMIC_COMPARE_EXCHANGE): New internal fn.
17403 * predict.c (expr_expected_value_1): Handle IMAGPART_EXPR of
17404 ATOMIC_COMPARE_EXCHANGE result.
17405 * builtins.h (expand_ifn_atomic_compare_exchange): New prototype.
17406 * gimple-fold.h (optimize_atomic_compare_exchange_p,
17407 fold_builtin_atomic_compare_exchange): New prototypes.
17408 * gimple-fold.c (optimize_atomic_compare_exchange_p,
17409 fold_builtin_atomic_compare_exchange): New functions..
17410 * tree-ssa.c (execute_update_addresses_taken): If
17411 optimize_atomic_compare_exchange_p, ignore &var in 2nd argument
17412 of call when finding addressable vars, and if such var becomes
17413 non-addressable, call fold_builtin_atomic_compare_exchange.
17414
17415 2016-06-27 Segher Boessenkool <segher@kernel.crashing.org>
17416
17417 PR target/71670
17418 * config/rs6000/rs6000.md (ashdi3_extswsli_dot): Use
17419 gen_ashdi3_extswsli_dot2 instead of gen_ashdi3_extswsli_dot.
17420
17421 2016-06-27 Pat Haugen <pthaugen@us.ibm.com>
17422
17423 * config/rs6000/rs6000.md ('type' attribute): Add
17424 veclogical,veccmpfx,vecexts,vecmove insn types.
17425 (*abs<mode>2_fpr, *nabs<mode>2_fpr, *neg<mode>2_fpr, *extendsfdf2_fpr,
17426 copysign<mode>3_fcpsgn, trunc<mode>df2_internal1, neg<mode>2_internal,
17427 p8_fmrgow_<mode>, pack<mode>): Change type to fpsimple.
17428 (*xxsel<mode>, copysign<mode>3_hard, neg<mode>2_hw, abs<mode>2_hw,
17429 *nabs<mode>2_hw): Change type to vecmove.
17430 (*and<mode>3_internal, *bool<mode>3_internal, *boolc<mode>3_internal,
17431 *boolcc<mode>3_internal, *eqv<mode>3_internal,
17432 *one_cmpl<mode>3_internal, *ieee_128bit_vsx_neg<mode>2_internal,
17433 *ieee_128bit_vsx_abs<mode>2_internal,
17434 *ieee_128bit_vsx_nabs<mode>2_internal, extendkftf2, trunctfkf2,
17435 *ieee128_mfvsrd_64bit, *ieee128_mfvsrd_32bit, *ieee128_mtvsrd_64bit,
17436 *ieee128_mtvsrd_32bit): Change type to veclogical.
17437 (mov<mode>_hardfloat, *mov<mode>_hardfloat32, *mov<mode>_hardfloat64,
17438 *movdi_internal32, *movdi_internal64): Update insn types.
17439 * config/rs6000/vsx.md (*vsx_le_undo_permute_<mode>,
17440 vsx_extract_<mode>): Change type to veclogical.
17441 (*vsx_xxsel<mode>, *vsx_xxsel<mode>_uns): Change type to vecmove.
17442 (vsx_sign_extend_qi_<mode>, *vsx_sign_extend_hi_<mode>,
17443 *vsx_sign_extend_si_v2di): Change type to vecexts.
17444 * config/rs6000/altivec.md (*altivec_mov<mode>, *altivec_movti): Change
17445 type to veclogical.
17446 (*altivec_eq<mode>, *altivec_gt<mode>, *altivec_gtu<mode>,
17447 *altivec_vcmpequ<VI_char>_p, *altivec_vcmpgts<VI_char>_p,
17448 *altivec_vcmpgtu<VI_char>_p): Change type to veccmpfx.
17449 (*altivec_vsel<mode>, *altivec_vsel<mode>_uns): Change type to vecmove.
17450 * config/rs6000/dfp.md (*negdd2_fpr, *absdd2_fpr, *nabsdd2_fpr,
17451 negtd2, *abstd2_fpr, *nabstd2_fpr): Change type to fpsimple.
17452 * config/rs6000/40x.md (ppc405-float): Add fpsimple.
17453 * config/rs6000/440.md (ppc440-fp): Add fpsimple.
17454 * config/rs6000/476.md (ppc476-fp): Add fpsimple.
17455 * config/rs6000/601.md (ppc601-fp): Add fpsimple.
17456 * config/rs6000/603.md (ppc603-fp): Add fpsimple.
17457 * config/rs6000/6xx.md (ppc604-fp): Add fpsimple.
17458 * config/rs6000/7xx.md (ppc750-fp): Add fpsimple.
17459 (ppc7400-vecsimple): Add veclogical, vecmove, veccmpfx.
17460 * config/rs6000/7450.md (ppc7450-fp): Add fpsimple.
17461 (ppc7450-vecsimple): Add veclogical, vecmove.
17462 (ppc7450-veccmp): Add veccmpfx.
17463 * config/rs6000/8540.md (ppc8540_simple_vector): Add veclogical,
17464 vecmove.
17465 (ppc8540_vector_compare): Add veccmpfx.
17466 * config/rs6000/a2.md (ppca2-fp): Add fpsimple.
17467 * config/rs6000/cell.md (cell-fp): Add fpsimple.
17468 (cell-vecsimple): Add veclogical, vecmove.
17469 (cell-veccmp): Add veccmpfx.
17470 * config/rs6000/e300c2c3.md (ppce300c3_fp): Add fpsimple.
17471 * config/rs6000/e6500.md (e6500_vecsimple): Add veclogical, vecmove,
17472 veccmpfx.
17473 * config/rs6000/mpc.md (mpccore-fp): Add fpsimple.
17474 * config/rs6000/power4.md (power4-fp): Add fpsimple.
17475 (power4-vecsimple): Add veclogical, vecmove.
17476 (power4-veccmp): Add veccmpfx.
17477 * config/rs6000/power5.md (power5-fp): Add fpsimple.
17478 * config/rs6000/power6.md (power6-fp): Add fpsimple.
17479 (power6-vecsimple): Add veclogical, vecmove.
17480 (power6-veccmp): Add veccmpfx.
17481 * config/rs6000/power7.md (power7-fp): Add fpsimple.
17482 (power7-vecsimple): Add veclogical, vecmove, veccmpfx.
17483 * config/rs6000/power8.md (power8-fp): Add fpsimple.
17484 (power8-vecsimple): Add veclogical, vecmove, veccmpfx.
17485 * config/rs6000/rs64.md (rs64a-fp): Add fpsimple.
17486 * config/rs6000/titan.md (titan_fp): Add fpsimple.
17487 * config/rs6000/xfpu.md (fp-default, fp-addsub-s, fp-addsub-d): Add
17488 fpsimple.
17489 * config/rs6000/rs6000.c (rs6000_adjust_cost): Add TYPE_FPSIMPLE.
17490
17491 2016-06-27 Peter Bergner <bergner@vnet.ibm.com>
17492
17493 PR target/71656
17494 * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
17495 OPTION_MASK_P9_DFORM_VECTOR.
17496 * config/rs6000/rs6000.c (rs6000_option_override_internal): Do not
17497 disable -mpower9-dform-vector when using reload.
17498 (quad_address_p): Remove 'gpr_p' argument and all associated code.
17499 New 'strict' argument. Update all callers. Add strict addressing
17500 support.
17501 (rs6000_legitimate_offset_address_p): Remove call to
17502 virtual_stack_registers_memory_p.
17503 (rs6000_legitimize_reload_address): Add quad address support.
17504 (rs6000_legitimate_address_p): Move call to quad_address_p above
17505 call to virtual_stack_registers_memory_p. Adjust quad_address_p args
17506 to account for new strict usage.
17507 (rs6000_output_move_128bit): Adjust quad_address_p args to account
17508 for new strict usage.
17509 * config/rs6000/predicates.md (quad_memory_operand): Likewise.
17510
17511 2016-06-26 Uros Bizjak <ubizjak@gmail.com>
17512
17513 PR target/70902
17514 PR target/71453
17515 PR target/71555
17516 PR target/71596
17517 PR target/71657
17518 * config/i386/i386.c (ix86_spill_class): Disable condition to
17519 always return NO_REGS.
17520
17521 2016-06-26 Jan Hubicka <hubicka@ucw.cz>
17522
17523 * predict.c: Include gimple-pretty-print.h
17524 (predicted_by_loop_heuristics_p): Check also
17525 PRED_LOOP_EXIT_WITH_RECURSION
17526 (predict_loops): Find self recursive calls and use special purpose
17527 predictors for them; dump log about decisions.
17528 (pass_profile::execute): Dump info about #of iterations.
17529 * predict.def (PRED_LOOP_EXIT_WITH_RECURSION,
17530 (PRED_LOOP_GUARD_WITH_RECURSION): New predictors.
17531
17532 2016-06-26 John David Anglin <danglin@gcc.gnu.org>
17533
17534 * config/pa/pa.c (pa_output_indirect_call): Rework to combine
17535 output_asm_insn calls and shorten long lines. Output .CALL
17536 argument descriptor using pa_output_arg_descriptor. Add various
17537 inline $$dyncall and other optimizations.
17538 (pa_attr_length_indirect_call): Adjust ordering and lengths.
17539
17540 2016-06-25 Jakub Jelinek <jakub@redhat.com>
17541
17542 PR tree-optimization/71643
17543 * tree-ssa-tail-merge.c (find_clusters_1): Ignore basic blocks with
17544 EH preds.
17545
17546 * tree-ssa-tail-merge.c (deps_ok_for_redirect_from_bb_to_bb): Don't
17547 leak a bitmap if dep_bb is NULL.
17548
17549 PR tree-optimization/71631
17550 * tree-ssa-reassoc.c (reassociate_bb): Pass true as last argument
17551 to rewrite_expr_tree even if negate_result, move new_lhs var
17552 declaration and initialization earlier, for powi_result set afterwards
17553 new_lhs to lhs. For negate_result, use new_lhs instead of tmp
17554 if new_lhs != lhs, and don't shadow gsi var.
17555
17556 2016-06-24 Jan Hubicka <hubicka@ucw.cz>
17557
17558 * predict.c (predict_paths_leading_to, predict_paths_leading_to_edge):
17559 Add in_loop parameter.
17560 (predict_loops): Add loop guard heuristics.
17561 * predict.def (PRED_LOOP_GUARD): New heuristics.
17562
17563 2016-06-24 Jan Hubicka <hubicka@ucw.cz>
17564
17565 * predict.c: Include ipa-utils.h
17566 (tree_bb_level_prediction): Predict recursive calls.
17567 (tree_estimate_probability_bb): Skip inexpensive calls for call
17568 predictor.
17569 * predict.def (PRED_RECURSIVE_CALL): New.
17570
17571 2016-06-24 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
17572
17573 * config/rs6000/rs6000-builtin.def (BU_FLOAT128_2): New #define.
17574 (BU_FLOAT128_1): Likewise.
17575 (FABSQ): Likewise.
17576 (COPYSIGNQ): Likewise.
17577 (RS6000_BUILTIN_NANQ): Likewise.
17578 (RS6000_BUILTIN_NANSQ): Likewise.
17579 (RS6000_BUILTIN_INFQ): Likewise.
17580 (RS6000_BUILTIN_HUGE_VALQ): Likewise.
17581 * config/rs6000/rs6000.c (rs6000_fold_builtin): New prototype.
17582 (TARGET_FOLD_BUILTIN): New #define.
17583 (rs6000_builtin_mask_calculate): Add TARGET_FLOAT128 entry.
17584 (rs6000_invalid_builtin): Add handling for RS6000_BTM_FLOAT128.
17585 (rs6000_fold_builtin): New target hook implementation, handling
17586 folding of 128-bit NaNs and infinities.
17587 (rs6000_init_builtins): Initialize const_str_type_node; ensure all
17588 entries are filled in to avoid problems during bootstrap
17589 self-test; define builtins for 128-bit NaNs and infinities.
17590 (rs6000_opt_mask): Add entry for float128.
17591 * config/rs6000/rs6000.h (RS6000_BTM_FLOAT128): New #define.
17592 (RS6000_BTM_COMMON): Include RS6000_BTM_FLOAT128.
17593 (rs6000_builtin_type_index): Add RS6000_BTI_const_str.
17594 (const_str_type_node): New #define.
17595 * config/rs6000/rs6000.md (copysign<mode>3 for IEEE128): Convert
17596 to a define_expand that dispatches to either copysign<mode>3_soft
17597 or copysign<mode>3_hard.
17598 (copysign<mode>3_hard): Rename from copysign<mode>3.
17599 (copysign<mode>3_soft): New define_insn.
17600 * doc/extend.texi: Document new builtins.
17601
17602 2016-06-24 Jakub Jelinek <jakub@redhat.com>
17603
17604 * cfgloop.c (flow_loop_dump): Cast nit to uint64_t and print it using
17605 PRIu64 instead of lu.
17606
17607 2016-06-24 Eric Botcazou <ebotcazou@adacore.com>
17608
17609 PR debug/71642
17610 * tree-inline.c (remap_decl): When fixing up DECL_ORIGINAL_TYPE, just
17611 copy the type name.
17612
17613 2016-06-24 Jakub Jelinek <jakub@redhat.com>
17614
17615 PR tree-optimization/71647
17616 * omp-low.c (lower_rec_input_clauses): Convert
17617 omp_clause_aligned_alignment (c) to size_type_node for the
17618 last argument of __builtin_assume_aligned.
17619
17620 2016-06-24 H.J. Lu <hongjiu.lu@intel.com>
17621
17622 * configure.ac (calling ___tls_get_addr via GOT): New
17623 assembler/linker check.
17624 (HAVE_AS_IX86_TLS_GET_ADDR_GOT): New. Defined to 1 if 32-bit
17625 assembler and linker supports calling ___tls_get_addr via GOT.
17626 Otherise, defined to 0.
17627 * config.in: Regenerated.
17628 * configure: Likewise.
17629 * config/i386/constraints.md (Yb): New constraint.
17630 * config/i386/i386.h (reg_class): Add TLS_GOTBASE_REGS.
17631 (REG_CLASS_NAMES): Likewise.
17632 (REG_CLASS_CONTENTS): Likewise.
17633 * config/i386/i386.md (*tls_global_dynamic_32_gnu): Replace
17634 the b constraint with the Yb constraint. Call ___tls_get_addr
17635 via GOT for GNU TLS with -fno-plt if HAVE_AS_IX86_TLS_GET_ADDR_GOT
17636 is 1.
17637 (*tls_local_dynamic_base_32_gnu): Likewise.
17638 (*tls_global_dynamic_64_<mode>): Call _tls_get_addr via GOT for
17639 GNU TLS with -fno-plt if HAVE_AS_IX86_TLS_GET_ADDR_GOT is 1.
17640 (*tls_local_dynamic_base_64_<mode>): Likewise.
17641
17642 2016-06-24 Martin Liska <mliska@suse.cz>
17643
17644 * cfgloop.c (flow_loop_dump): Dump average number of loop iterations.
17645 * cfgloop.h: Change 'struct loop' to 'const struct loop' for a
17646 few functions.
17647 * cfgloopanal.c (expected_loop_iterations_unbounded): Set a new
17648 argument to true if the expected number of iterations is
17649 loop-based.
17650
17651 2016-06-24 Uros Bizjak <ubizjak@gmail.com>
17652
17653 * configure.ac (HAVE_AS_GOTOF_IN_DATA): Use $as_ix86_gas_32_opt to
17654 assemble for 32bit target.
17655 (HAVE_AS_IX86_TLSGDPLT): Use $as_ix86_gas_32_opt to assemble
17656 and $ld_ix86_gld_32_opt to link for 32bit target.
17657 (HAVE_AS_IX86_TLSLDMPLT): Ditto.
17658 * configure: Regenerate.
17659
17660 2016-06-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
17661
17662 * config/arm/arm.c (int_log2): Delete definition and prototype.
17663 (shift_op): Use exact_log2 instead of int_log2.
17664 (vfp3_const_double_for_fract_bits): Likewise.
17665
17666 2016-06-24 Jakub Jelinek <jakub@redhat.com>
17667
17668 * internal-fn.c (expand_arith_set_overflow): New function.
17669 (expand_addsub_overflow, expand_neg_overflow, expand_mul_overflow):
17670 Use it.
17671 (expand_arith_overflow_result_store): Likewise. Handle precision
17672 smaller than mode precision.
17673 * tree-vrp.c (extract_range_basic): For imag part, handle
17674 properly signed 1-bit precision result.
17675 * doc/extend.texi (__builtin_add_overflow): Document that last
17676 argument can't be pointer to enumerated or boolean type.
17677 (__builtin_add_overflow_p): Document that last argument can't
17678 have enumerated or boolean type.
17679
17680 2016-06-23 Michael Meissner <meissner@linux.vnet.ibm.com>
17681 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
17682
17683 * config/rs6000/predicates.md (splat_input_operand): Rework.
17684 Don't allow constants, since the insns that use this predicate
17685 don't support constants. Constants are handled by other insns
17686 that are created via combine. During and after register
17687 allocation, only allow indexed or indirect addresses, and not
17688 general addresses. Only allow modes supported by the hardware.
17689 * config/rs6000/rs6000.c (xxsplitb_constant_p): Update usage
17690 comment. Move check for using VSPLTIS<x> to a common location,
17691 instead of doing it in two different places.
17692
17693 2016-06-23 Jocelyn Mayer <l_indien@magic.fr>
17694
17695 * config/i386/driver-i386.c (host_detect_local_cpu): Set
17696 PROCESSOR_PENTIUMPRO for signature_CENTAUR_ebx family >= 9.
17697 <case PROCESSOR_PENTIMUMPRO>: Pass c7 or nehemiah for
17698 signature_CENTAUR_ebx.
17699
17700 2016-06-23 H.J. Lu <hongjiu.lu@intel.com>
17701
17702 PR target/66232
17703 PR target/67400
17704 * configure.ac (as_ix86_tls_ldm_opt): Renamed to ...
17705 (as_ix86_gas_32_opt): This.
17706 (ld_ix86_tls_ldm_opt): Renamed to ...
17707 (ld_ix86_gld_32_opt): This.
17708 (R_386_TLS_LDM reloc): Updated.
17709 (R_386_GOT32X reloc): New assembler/linker check.
17710 (HAVE_AS_IX86_GOT32X): New. Defined to 1 if 32-bit assembler and
17711 linker support "jmp *_start@GOT" and "cmpl $0, bar@GOT". Otherise,
17712 defined to 0.
17713 * config.in: Regenerated.
17714 * configure: Likewise.
17715 * config/i386/i386.c (ix86_force_load_from_GOT_p): Return
17716 true if HAVE_AS_IX86_GOT32X is 1 in 32-bit mode.
17717 (ix86_legitimate_address_p): Allow UNSPEC_GOT for -fno-plt
17718 if ix86_force_load_from_GOT_p returns true.
17719 (ix86_print_operand_address_as): Also support UNSPEC_GOT if
17720 ix86_force_load_from_GOT_p returns true.
17721 (ix86_expand_move): Generate UNSPEC_GOT in 32-bit mode to load
17722 the external function address via the GOT slot.
17723 (ix86_nopic_noplt_attribute_p): Check both TARGET_64BIT and
17724 HAVE_AS_IX86_GOT32X before returning false.
17725 (ix86_output_call_insn): Generate "%!jmp/call\t*%p0@GOT" in
17726 32-bit mode if ix86_nopic_noplt_attribute_p returns true.
17727
17728 2016-06-23 Eric Botcazou <ebotcazou@adacore.com>
17729
17730 * tree-inline.c (remap_decl): Preserve DECL_ORIGINAL_TYPE invariant.
17731
17732 2016-06-23 Andi Kleen <ak@linux.intel.com>
17733
17734 * Makefile.in: Regenerate.
17735 * doc/install.texi: Document autoprofiledbootstrap.
17736
17737 2016-06-23 Andi Kleen <ak@linux.intel.com>
17738
17739 * config/i386/gcc-auto-profile: New file.
17740
17741 2016-06-23 Martin Liska <mliska@suse.cz>
17742
17743 PR middle-end/71619
17744 * predict.c (predict_loops): Revert the hunk that was removed
17745 in r237103.
17746
17747 2016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
17748
17749 * config.gcc: Add support for arm*-*-phoenix* targets.
17750 * config/arm/t-phoenix: New.
17751 * config/phoenix.h: New.
17752
17753 2016-06-23 Uros Bizjak <ubizjak@gmail.com>
17754 H.J. Lu <hongjiu.lu@intel.com>
17755
17756 PR target/67400
17757 * config/i386/i386-protos.h (ix86_force_load_from_GOT_p): New.
17758 * config/i386/i386.c (ix86_force_load_from_GOT_p): New function.
17759 (ix86_legitimate_constant_p): Do not allow UNSPEC_GOTPCREL if
17760 ix86_force_load_from_GOT_p returns true.
17761 (ix86_legitimate_address_p): Allow UNSPEC_GOTPCREL if
17762 ix86_force_load_from_GOT_p returns true.
17763 (ix86_print_operand_address_as): Support UNSPEC_GOTPCREL if
17764 ix86_force_load_from_GOT_p returns true.
17765 (ix86_expand_move): Load the external function address via the
17766 GOT slot if ix86_force_load_from_GOT_p returns true.
17767 * config/i386/predicates.md (x86_64_immediate_operand): Return
17768 false for SYMBOL_REFs where ix86_force_load_from_GOT_p returns true.
17769 (x86_64_zext_immediate_operand): Ditto.
17770
17771 2016-06-22 Uros Bizjak <ubizjak@gmail.com>
17772
17773 * config/i386/i386.c (ix86_expand_move): Simplify SYMBOL_REF handling.
17774
17775 2016-06-22 David Malcolm <dmalcolm@redhat.com>
17776
17777 PR c/70339
17778 * diagnostic-core.h (pedwarn_at_rich_loc): New prototype.
17779 * diagnostic.c (pedwarn_at_rich_loc): New function.
17780 * spellcheck.h (best_match::best_match): Add a
17781 "best_distance_so_far" optional parameter.
17782 (best_match::set_best_so_far): New method.
17783 (best_match::get_best_distance): New accessor.
17784 (best_match::get_best_candidate_length): New accessor.
17785
17786 2016-06-22 Nick Clifton <nickc@redhat.com>
17787
17788 * dwarf2out.c (scompare_loc_descriptor): Use SCALAR_INT_MODE_P() in
17789 place of GET_MODE_CLASS() == MODE_INT, so that partial integer
17790 modes are accepted as well.
17791 (ucompare_loc_descriptor): Likewise.
17792 (minmax_loc_descriptor): Likewise.
17793 (clz_loc_descriptor): Likewise.
17794 (popcount_loc_descriptor): Likewise.
17795 (bswap_loc_descriptor): Likewise.
17796 (rotate_loc_descriptor): Likewise.
17797 (mem_loc_descriptor): Likewise.
17798 (loc_descriptor): Likewise.
17799
17800 2016-06-22 David Malcolm <dmalcolm@redhat.com>
17801
17802 * common.opt (fdiagnostics-parseable-fixits): New option.
17803 * diagnostic.c: Include "selftest.h".
17804 (print_escaped_string): New function.
17805 (print_parseable_fixits): New function.
17806 (diagnostic_report_diagnostic): Call print_parseable_fixits.
17807 (selftest::assert_print_escaped_string): New function.
17808 (ASSERT_PRINT_ESCAPED_STRING_STREQ): New macro.
17809 (selftest::test_print_escaped_string): New function.
17810 (selftest::test_print_parseable_fixits_none): New function.
17811 (selftest::test_print_parseable_fixits_insert): New function.
17812 (selftest::test_print_parseable_fixits_remove): New function.
17813 (selftest::test_print_parseable_fixits_replace): New function.
17814 (selftest::diagnostic_c_tests): New function.
17815 * diagnostic.h (struct diagnostic_context): Add field
17816 "parseable_fixits_p".
17817 * doc/invoke.texi (Diagnostic Message Formatting Options): Add
17818 -fdiagnostics-parseable-fixits.
17819 (-fdiagnostics-parseable-fixits): New option.
17820 * opts.c (common_handle_option): Handle
17821 -fdiagnostics-parseable-fixits.
17822 * selftest-run-tests.c (selftest::run_tests): Call
17823 selftest::diagnostic_c_tests.
17824 * selftest.h (selftest::diagnostic_c_tests): New prototype.
17825
17826 2016-06-22 Ilya Enkovich <ilya.enkovich@intel.com>
17827
17828 PR tree-optimization/71488
17829 * tree-vect-patterns.c (vect_recog_mask_conversion_pattern): Support
17830 comparison of boolean vectors.
17831 * tree-vect-stmts.c (vectorizable_comparison): Vectorize comparison
17832 of boolean vectors using bitwise operations.
17833
17834 2016-06-22 Andreas Schwab <schwab@suse.de>
17835
17836 * config/aarch64/aarch64-protos.h (aarch64_elf_asm_named_section):
17837 Remove declaration.
17838
17839 2016-06-22 Eric Botcazou <ebotcazou@adacore.com>
17840
17841 * function.c (assign_parm_setup_reg): Prevent sharing in another case.
17842
17843 2016-06-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
17844
17845 * config/i386/i386.c (print_reg): Emit an error message on attempt to
17846 print FLAGS_REG.
17847
17848 2016-06-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
17849
17850 * config/arm/arm.c (arm_cortex_a73_tune): New struct.
17851 * config/arm/arm-cores.def (cortex-a73): New entry.
17852 (cortex-a73.cortex-a35): Likewise.
17853 (cortex-a73.cortex-a53): Likewise.
17854 * config/arm/arm-tables.opt: Regenerate.
17855 * config/arm/arm-tune.md: Likewise.
17856 * config/arm/bpabi.h (BE8_LINK_SPEC): Handle mcpu=cortex-a73,
17857 mcpu=cortex-a73.cortex-a35 and mcpu=cortex-a73.cortex-a53.
17858 * config/arm/t-aprofile: Handle mcpu=cortex-a73,
17859 mcpu=cortex-a73.cortex-a35 and mcpu=cortex-a73.cortex-a53.
17860 * doc/invoke.texi (ARM Options): Document cortex-a73,
17861 cortex-a73.cortex-a35 and cortex-a73.cortex-a53.
17862
17863 2016-06-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
17864
17865 * config/aarch64/aarch64.c (cortexa73_tunings): New struct.
17866 * config/aarch64/aarch64-cores.def (cortex-a73): New entry.
17867 (cortex-a73.cortex-a35): Likewise.
17868 (cortex-a73.cortex-a53): Likewise.
17869 * config/aarch64/aarch64-tune.md: Regenerate.
17870 * doc/invoke.texi (AArch64 Options): Document cortex-a73,
17871 cortex-a73.cortex-a35 and cortex-a73.cortex-a53 arguments to
17872 -mcpu and -mtune.
17873
17874 2016-06-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17875
17876 * configure.ac (gcc_cv_as_compress_debug): Remove
17877 --compress-debug-sections as extra as switch.
17878 Handle gas --compress-debug-sections=type.
17879 (gcc_cv_ld_compess_debug): Remove bogus ld_date check.
17880 Handle gld --compress-debug-sections=type.
17881 * configure: Regenerate.
17882
17883 2016-06-21 Andrew Burgess <andrew.burgess@embecosm.com>
17884
17885 * bb-reorder.c (pass_partition_blocks::gate): Update comment.
17886
17887 2016-06-21 John David Anglin <danglin@gcc.gnu.org>
17888
17889 * gcov-tool.c (profile_rewrite): Use int64_t instead of long long.
17890 (do_rewrite): likewise.
17891
17892 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
17893
17894 * common/config/mep/mep-common.c: Remove.
17895 * config.gcc: Remove mep-* support.
17896 * config/mep/constraints.md: Remove.
17897 * config/mep/default.h: Remove.
17898 * config/mep/intrinsics.h: Remove.
17899 * config/mep/intrinsics.md: Remove.
17900 * config/mep/ivc2-template.h: Remove.
17901 * config/mep/mep-c5.cpu: Remove.
17902 * config/mep/mep-core.cpu: Remove.
17903 * config/mep/mep-default.cpu: Remove.
17904 * config/mep/mep-ext-cop.cpu: Remove.
17905 * config/mep/mep-intrin.h: Remove.
17906 * config/mep/mep-ivc2.cpu: Remove.
17907 * config/mep/mep-pragma.c: Remove.
17908 * config/mep/mep-protos.h: Remove.
17909 * config/mep/mep.c: Remove.
17910 * config/mep/mep.cpu: Remove.
17911 * config/mep/mep.h: Remove.
17912 * config/mep/mep.md: Remove.
17913 * config/mep/mep.opt: Remove.
17914 * config/mep/predicates.md: Remove.
17915 * config/mep/t-mep: Remove.
17916 * doc/install.texi: Remove mep-* documentation.
17917 * doc/md.texi: Likewise.
17918
17919 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
17920
17921 * config.gcc: Remove support for avr-rtems.
17922 * config/avr/gen-avr-mmcu-specs.c: Likewise.
17923 * config/avr/rtems.h: Remove.
17924 * config/avr/t-rtems: Remove.
17925
17926 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
17927
17928 * config.gcc: Remove m32r-rtems support.
17929 * config/m32r/rtems.h: Remove.
17930
17931 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
17932
17933 * config.gcc: Remove h8300-rtems support.
17934 * config/h8300/rtems.h: Remove.
17935 * config/h8300/t-rtems: Remove.
17936
17937 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
17938
17939 * config.gcc: Remove support for knetbsd.
17940 * configure.ac: Likewise.
17941 * config/i386/knetbsd-gnu.h: Remove. * config/i386/knetbsd-gnu64.h: Remove.
17942 * config/knetbsd-gnu.h: Remove.
17943 * configure: Regenerate.
17944
17945 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
17946
17947 * config.gcc: Remove support for openbsd 2 and 3.
17948 * config/openbsd-oldgas.h: Remove.
17949
17950 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
17951
17952 * config.gcc: Remove interix support.
17953 * config/i386/i386-interix.h: Remove.
17954 * config/i386/interix.opt: Remove.
17955 * config/i386/t-interix: Remove.
17956 * configure: Regenerate.
17957 * configure.ac: Remove interix support.
17958 * doc/install.texi: Remove interix documentation.
17959
17960 2016-06-21 Kelvin Nilsen <kelvin@gcc.gnu.org>
17961
17962 * config/rs6000/rs6000.h: Add conditional preprocessing directives
17963 to disable Power9-specific compiler features if HAVE_AS_POWER9 is
17964 not defined.
17965
17966 2016-06-21 Eric Botcazou <ebotcazou@adacore.com>
17967
17968 * tree.c (verify_type_variant): Skip TYPE_SIZE and TYPE_SIZE_UNIT if
17969 they are both PLACEHOLDER_EXPRs.
17970
17971 2016-06-21 Michael Meissner <meissner@linux.vnet.ibm.com>
17972
17973 * stor-layout.c (layout_type): Move setting complex MODE to
17974 layout_type, instead of setting it ahead of time by the caller.
17975 * tree.c (build_complex_type): Likewise.
17976
17977 2016-06-21 Martin Liska <mliska@suse.cz>
17978
17979 * predict.c (force_edge_cold): Replace imposisble with
17980 impossible.
17981
17982 2016-06-21 Ilya Verbin <ilya.verbin@intel.com>
17983
17984 * config/i386/i386.c (ix86_emit_swsqrtsf): Emit vrsqrt28ps.
17985 * config/i386/sse.md (define_expand "rsqrtv16sf2"): New.
17986
17987 2016-06-21 Ilya Verbin <ilya.verbin@intel.com>
17988
17989 * config/i386/i386.c (ix86_emit_swdivsf): Emit vrcp28ps.
17990
17991 2016-06-21 H.J. Lu <hongjiu.lu@intel.com>
17992 Ilya Enkovich <ilya.enkovich@intel.com>
17993
17994 PR target/71549
17995 * config/i386/i386.c (timode_scalar_chain::fix_debug_reg_uses):
17996 New member function to convert V1TImode register to SUBREG
17997 TImode in debug insn.
17998 (timode_scalar_chain::convert_insn): Call fix_debug_reg_uses
17999 after changing register mode to V1TImode.
18000
18001 2016-06-21 Virendra Pathak <virendra.pathak@broadcom.com>
18002
18003 * config/aarch64/aarch64-cores.def (vulcan): New core.
18004 * config/aarch64/aarch64-tune.md: Regenerate.
18005 * doc/invoke.texi: Document vulcan as an available option.
18006
18007 2016-06-21 Eric Botcazou <ebotcazou@adacore.com>
18008
18009 * cse.c (canon_asm_operands): New function extracted from...
18010 (canonicalize_insn): ...here. Call it to canonicalize an ASM_OPERANDS
18011 either standalone or member of a PARALLEL.
18012
18013 2016-06-21 Georg-Johann Lay <avr@gjlay.de>
18014
18015 PR target/30417
18016 * config/avr/gen-avr-mmcu-specs.c (print_mcu):
18017 [*link_data_start]: Wrap -Tdata into %{!Tdata:...}.
18018 [*link_text_start]: Wrap -Ttext into %{!Ttext:...}.
18019
18020 2016-06-21 Georg-Johann Lay <avr@gjlay.de>
18021
18022 PR target/71103
18023 * config/avr/avr.md (movqi): Only handle loading subreg:qi of
18024 constant addresses if can_create_pseudo_p.
18025
18026 2016-06-21 Jakub Jelinek <jakub@redhat.com>
18027
18028 PR tree-optimization/71588
18029 * tree-ssa-strlen.c (valid_builtin_call): New function.
18030 (adjust_last_stmt, handle_builtin_memset, strlen_optimize_stmt): Use
18031 it.
18032
18033 2016-06-20 Jakub Jelinek <jakub@redhat.com>
18034
18035 PR middle-end/71581
18036 * tree-ssa-uninit.c (warn_uninit): If EXPR and VAR are NULL,
18037 see if T isn't anonymous SSA_NAME with COMPLEX_EXPR created
18038 for conversion of scalar user var to complex type and use the
18039 underlying SSA_NAME_VAR in that case. If EXPR is still NULL,
18040 punt.
18041
18042 PR rtl-optimization/71591
18043 * toplev.c (toplev::run_self_tests): If no_backend, complain and
18044 don't run any tests.
18045
18046 2016-06-20 Hans-Peter Nilsson <hp@axis.com>
18047
18048 PR target/71571
18049 * config/cris/cris.c (cris_asm_output_mi_thunk): Add missing "ba"
18050 delay-slot "nop" for PIC with CRIS v32. Also add missing leading
18051 space for PIC with non-v32 and the common non-PIC "jump".
18052
18053 2016-06-20 Jakub Jelinek <jakub@redhat.com>
18054
18055 PR target/71559
18056 * config/i386/i386.c (ix86_fp_cmp_code_to_pcmp_immediate): Fix up
18057 returned values and add UN*/LTGT/*ORDERED cases with values matching
18058 D operand modifier on vcmp for AVX.
18059
18060 2016-06-20 Wilco Dijkstra <wdijkstr@arm.com>
18061
18062 * config/aarch64/aarch64.opt
18063 (mpc-relative-literal-loads): Rename internal option name.
18064 * config/aarch64/aarch64.c
18065 (aarch64_nopcrelative_literal_loads): Rename to
18066 aarch64_pcrelative_literal_loads.
18067 (aarch64_expand_mov_immediate): Likewise.
18068 (aarch64_secondary_reload): Likewise.
18069 (aarch64_can_use_per_function_literal_pools_p): Likewise.
18070 (aarch64_override_options_after_change_1): Rename and simplify logic.
18071 (aarch64_classify_symbol): Merge large model checks into switch,
18072 remove pc-relative load check.
18073
18074 2016-06-20 James Greenhalgh <james.greenhalgh@arm.com>
18075
18076 * config/arm/aarch-cost-tables.h (cortexa53_extra_costs): Make FP
18077 costs relative to the cost of a register move.
18078
18079 2016-06-20 James Greenhalgh <james.greenhalgh@arm.com>
18080
18081 * config/aarch64/arm_neon.h (vcvt_n_f64_s64): New.
18082 (vcvt_n_f64_u64): Likewise.
18083 (vcvt_n_s64_f64): Likewise.
18084 (vcvt_n_u64_f64): Likewise.
18085 (vcvt_f64_s64): Likewise.
18086 (vrecpe_f64): Likewise.
18087 (vcvt_f64_u64): Likewise.
18088 (vrecps_f64): Likewise.
18089
18090 2016-06-20 James Greenhalgh <james.greenhalgh@arm.com>
18091
18092 * config/aarch64/aarch64.md
18093 (<FCVT_F2FIXED:fcvt_fixed_insn><GPF:mode>3): Add attributes to
18094 iterators.
18095 (<FCVT_FIXED2F:fcvt_fixed_insn><GPI:mode>3): Likewise. Correct
18096 attributes.
18097 * config/aarch64/aarch64-builtins.c
18098 (aarch64_types_binop_uss_qualifiers): Delete.
18099 (TYPES_BINOP_USS): Likewise.
18100 (aarch64_types_binop_sus_qualifiers): Likewise.
18101 (TYPES_BINOP_SUS): Likewise.
18102 (aarch64_types_fcvt_from_unsigned_qualifiers): New.
18103 (TYPES_FCVTIMM_SUS): Likewise.
18104 * config/aarch64/aarch64-simd-builtins.def (scvtf): Use SHIFTIMM
18105 rather than BINOP.
18106 (ucvtf): Use FCVTIMM_SUS rather than BINOP_SUS.
18107 (fcvtzs): Use SHIFTIMM rather than BINOP.
18108 (fcvtzu): Use SHIFTIMM_USS rather than BINOP_USS.
18109
18110 2016-06-20 James Greenhalgh <james.greenhalgh@arm.com>
18111
18112 * config/arm/aarch-cost-tables.h (cortexa57_extra_costs): Make FP
18113 costs relative to the cost of a register move.
18114
18115 2016-06-20 Wilco Dijkstra <wdijkstr@arm.com>
18116
18117 * config/aarch64/aarch64.c (aarch64_modes_tieable_p):
18118 Allow scalar/single vector modes to be tieable.
18119
18120 2016-06-20 Wilco Dijkstra <wdijkstr@arm.com>
18121
18122 * config/arm/cortex-a57.md (cortex_a57_fp_cpys): Add fcsel.
18123
18124 2016-06-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
18125
18126 * params.def (PARAM_ALIGN_LOOP_ITERATIONS): Use "alignment" instead of
18127 "alignement".
18128 * tree.h (TYPE_ALIGN): Likewise.
18129
18130 2016-06-20 Georg-Johann Lay <avr@gjlay.de>
18131
18132 PR target/71103
18133 * config/avr/avr.md (movqi): Handle loading subreg:qi (const).
18134
18135 2016-06-20 Georg-Johann Lay <avr@gjlay.de>
18136
18137 * config/avr/avr.c (avr_print_operand): Fix "format not a string
18138 literal" build warnings.
18139 (avr_print_operand_address): Dito.
18140
18141 2016-06-19 David Edelsohn <dje.gcc@gmail.com>
18142
18143 PR target/71375
18144 * config/rs6000/aix51.h (TARGET_EXTRA_BUILTINS): Define as 0.
18145 * config/rs6000/aix43.h (TARGET_EXTRA_BUILTINS): Same.
18146
18147 2016-06-18 John David Anglin <danglin@gcc.gnu.org>
18148
18149 * config/pa/pa.h (TARGET_LONG_PIC_PCREL_CALL): Remove.
18150
18151 2016-06-18 Eric Botcazou <ebotcazou@adacore.com>
18152
18153 PR bootstrap/71435
18154 * reload1.c (reload): Pass 0 to finish_spills when called because
18155 update_eliminables_and_spill returns true and remove did_spill.
18156 (finish_spills): Adjust comment and document GLOBAL parameter.
18157
18158 2016-06-17 DJ Delorie <dj@redhat.com>
18159
18160 PR target/71338
18161 * config/rl78/rl78-expand.c (umulqihi3): Enable for G10.
18162 * config/rl78/rl78-virtual.c (umulhi3_shift_virt): Likewise.
18163 (umulqihi3_virt): Likewise.
18164 * config/rl78/rl78-real.c (umulhi3_shift_real): Likewise.
18165 (umulqihi3_real): Likewise.
18166
18167 2016-06-17 Martin Liska <mliska@suse.cz>
18168
18169 * tree-ssa-reassoc.c (transform_add_to_multiply): Use auto_vec.
18170
18171 2016-06-17 Martin Liska <mliska@suse.cz>
18172
18173 * predict.def: PRED_LOOP_EXIT from 92 to 85.
18174
18175 2016-06-17 James Greenhalgh <james.greenhalgh@arm.com>
18176
18177 * config/arm/arm_neon.h (vadd_f32): replace __FAST_MATH with
18178 __FAST_MATH__.
18179 (vaddq_f32): Likewise.
18180 (vmul_f32): Likewise.
18181 (vmulq_f32): Likewise.
18182 (vsub_f32): Likewise.
18183 (vsubq_f32): Likewise.
18184
18185 2016-06-17 Bin Cheng <bin.cheng@arm.com>
18186
18187 PR tree-optimization/71347
18188 * tree-ssa-loop-ivopts.c (determine_group_iv_cost_address): Compute
18189 cost for all uses in group.
18190
18191 2016-06-17 Bin Cheng <bin.cheng@arm.com>
18192
18193 * tree-vect-loop.c (vect_create_epilog_for_reduction): Only
18194 insert gimple seq if it's not empty.
18195
18196 2016-06-17 Bin Cheng <bin.cheng@arm.com>
18197
18198 * tree-vectorizer.h (struct dr_with_seg_len): Remove class
18199 member OFFSET.
18200 * tree-vect-data-refs.c (operator ==): Handle DR_OFFSET directly,
18201 rather than OFFSET.
18202 (comp_dr_with_seg_len_pair): Ditto.
18203 (vect_prune_runtime_alias_test_list): Ditto. Also Canonicalize
18204 struct dr_with_seg_len_pair against DR_OFFSET.
18205 * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Handle
18206 DR_OFFSET directly.
18207
18208 2016-06-17 Szabolcs Nagy <szabolcs.nagy@arm.com>
18209
18210 * config/aarch64/geniterators.sh: Handle parenthesised conditions.
18211
18212 2016-06-16 John David Anglin <danglin@gcc.gnu.org>
18213
18214 * config/pa/pa.c (pa_output_pic_pcrel_sequence): New.
18215 (pa_output_lbranch): Use pa_output_pic_pcrel_sequence.
18216 (pa_output_millicode_call): Likewise.
18217 (pa_output_call): Likewise.
18218 (pa_output_indirect_call): Likewise.
18219 (pa_asm_output_mi_thunk): Likewise.
18220
18221 2016-06-16 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
18222
18223 * doc/invoke.texi (x86 Options): Fix -mno-fp-ret-in-387 typo.
18224
18225 2016-06-16 Martin Liska <mliska@suse.cz>
18226
18227 * predict.c (combine_predictions_for_insn): When we find a first
18228 match predictor, we should consider just predictors with
18229 PRED_FLAG_FIRST_MATCH. Print either first match (if any) or
18230 DS theory predictor.
18231 (combine_predictions_for_bb): Likewise.
18232
18233 2016-06-16 Jakub Jelinek <jakub@redhat.com>
18234
18235 * gimplify.c (gimplify_scan_omp_clauses): Handle COMPONENT_REFs
18236 with base of reference to struct.
18237
18238 2016-06-16 Uros Bizjak <ubizjak@gmail.com>
18239
18240 * doc/invoke.texi (x86 Options): Document -m80387 and -mhard-float.
18241
18242 2016-06-16 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
18243
18244 PR target/71151
18245 * config/avr/avr.c (avr_asm_init_sections): Remove setup of
18246 progmem_swtable_section.
18247 (progmem_swtable_section): Remove.
18248 (avr_asm_function_rodata_section): Remove.
18249 (TARGET_ASM_FUNCTION_RODATA_SECTION): Remove.
18250 * config/avr/avr.h (JUMP_TABLES_IN_TEXT_SECTION: Define to 1.
18251
18252 2016-06-16 Jocelyn Mayer <l_indien@magic.fr>
18253
18254 * config/i386/driver-i386.c (host_detect_local_cpu): Set
18255 PROCESSOR_K8 for signature_CENTAUR_ebx with has_longmode.
18256 <case PROCESSOR_K8>: Pass nano-3000, nano, eden-x2 or k8 for
18257 signature_CENTAUR_ebx.
18258 * config/i386/i386.c (ix86_option_override_internal): Add
18259 definitions for VIA c7, samuel-2, nehemiah, esther, eden-x2, eden-x4,
18260 nano, nano-1000, nano-2000, nano-3000, nano-x2 and nano-x4.
18261 * doc/invoke.texi (x86 Options): Document new VIA -march entries.
18262
18263 2016-06-16 Martin Liska <mliska@suse.cz>
18264
18265 * predict.def: Add fortran loop preheader predictor.
18266 * gimple-fold.c (gimple_fold_stmt_to_constant_1): Properly
18267 fold IFN_BUILTIN_EXPECT with a known constant argument.
18268
18269 2016-06-16 Martin Liska <mliska@suse.cz>
18270
18271 * predict.def: Add 'Fortran' to display text of all
18272 PRED_FORTRAN_* predictors.
18273
18274 2016-06-16 Uros Bizjak <ubizjak@gmail.com>
18275
18276 PR target/71242
18277 * config/ia64/ia64.c (enum ia64_builtins) [IA64_BUILTIN_NANQ]: New.
18278 [IA64_BUILTIN_NANSQ]: Ditto.
18279 (ia64_fold_builtin): New function.
18280 (TARGET_FOLD_BUILTIN): New define.
18281 (ia64_init_builtins) Declare const_string_type node.
18282 Add __builtin_nanq and __builtin_nansq builtin functions.
18283 (ia64_expand_builtin): Handle IA64_BUILTIN_NANQ and IA64_BUILTIN_NANSQ.
18284
18285 2016-06-16 Nick Clifton <nickc@redhat.com>
18286
18287 * config/msp430/msp430-opts.h (msp430_hwmult_types): Add
18288 MSP430_HWMULT_ prefix to enum values.
18289 (msp430_regions): Add MSP430_REGION_ prefix to enum values.
18290 * config/msp430/msp430.c: Update use of enum values.
18291 * config/msp430/msp430.md: Likewise.
18292 * config/msp430/msp430.opt: Likewise.
18293
18294 2016-06-16 Jan Hubicka <hubicka@ucw.cz>
18295
18296 * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Fix estimation
18297 of comparsions in the last iteration.
18298
18299 2016-06-16 Claudiu Zissulescu <claziss@synopsys.com>
18300 Joern Rennecke <joern.rennecke@embecosm.com>
18301
18302 * config/arc/arc.c (arc_print_operand_address): Handle pc-relative
18303 addresses.
18304 (arc_needs_pcl_p): Add GOTOFFPC.
18305 (arc_legitimate_pic_addr_p): Likewise.
18306 (arc_output_pic_addr_const): Likewise.
18307 (arc_legitimize_pic_address): Generate a pc-relative address using
18308 GOTOFFPC.
18309 (arc_output_libcall): Use @pcl syntax.
18310 (arc_delegitimize_address_0): Delegitimize ARC_UNSPEC_GOTOFFPC.
18311 * config/arc/arc.md ("unspec"): Add ARC_UNSPEC_GOTOFFPC.
18312 (*movsi_insn): Use @pcl syntax.
18313 (doloop_begin_i): Likewise.
18314
18315 2016-06-16 Martin Liska <mliska@suse.cz>
18316
18317 * predict.def: Define a new predictor.
18318
18319 2016-06-16 Claudiu Zissulescu <claziss@synopsys.com>
18320
18321 * config/arc/arc.opt (mtp-regno): Update text.
18322
18323 2016-06-16 Renlin Li <renlin.li@arm.com>
18324
18325 * config/aarch64/aarch64.c (aarch64_legitimize_address): Fix a typo.
18326
18327 2016-06-16 Jakub Jelinek <jakub@redhat.com>
18328
18329 PR target/71554
18330 * config/i386/i386.md (setcc + movzbl peephole2): Use reg_set_p.
18331 (setcc + and peephole2): Likewise.
18332
18333 PR rtl-optimization/71532
18334 * cse.c (cse_insn): For const/pure calls, invalidate argument passing
18335 memory slots.
18336
18337 2016-06-15 Michael Meissner <meissner@linux.vnet.ibm.com>
18338
18339 * config/rs6000/vsx.md (VSINT_84): Add DImode to enable loading
18340 DImode constants with XXSPLTIB in vector registers.
18341 (vsx_extract_<mode>, V2DImode/V2DFmode): Combine both
18342 vsx_extract_<mode>_internal{1,2} into a single insn that handles
18343 direct move (both ISA 2.07 and ISA 3.0 versions), and optimizes
18344 extraction of the element at the top of the register as a scalar
18345 value.
18346 (vsx_extract_<mode>_internal1): Likewise.
18347 (vsx_extract_<mode>_internal2): Likewise.
18348 * config/rs6000/constraints.md (wi constraint): Remove a comment
18349 about DImode not being allowed in Altivec registers.
18350 (wB constraint): New constraint for constants that can be
18351 generated in Altivec registers with VSPLTISW/VUPKHSW.
18352 * config/rs6000/predicates.md (xxspltib_constant_split): Update
18353 comments.
18354 (xxspltib_constant_nosplit): Likewise.
18355 * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Add
18356 support for -mupper-regs-di to enable DImode to go into Altivec
18357 registers.
18358 (POWERPC_MASKS): Likewise.
18359 (power7 cpu): Likewise.
18360 * config/rs6000/rs6000.opt (-mupper-regs-di): Likewise.
18361 * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Add support
18362 for DImode being allowed in Altivec registers. Update wi/wj
18363 constraints. Set scalar_in_vmx_p flag.
18364 (rs6000_option_override_internal): Add checks for -mupper-regs-di.
18365 (xxspltib_constant_p): Allow CONST_INT's with VOIDmode. Don't
18366 return true if we could use VSPLTISW/VUPKHSW instead of XXSPLTIB.
18367 (rs6000_opt_masks): Add -mupper-regs-di.
18368 * config/rs6000/rs6000.md (lfiwax): Update clobbers that don't use
18369 direct move to use wi and not wj.
18370 (lfiwzx): Likewise.
18371 (floatsi<mode>2_lfiwax_mem): Combine alternatives into a single
18372 alternative.
18373 (floatunssi<mode>2_lfiwzx_mem): Likewise.
18374 (fix_trunc<mode>di2_fctidz): Change second alternative to allow
18375 any VSX register, instead of just Altivec registers, to allow
18376 either operand to be an Altivec register or both.
18377 (fixuns_trunc<mode>di2_fctiduz): Likewise.
18378 (movdi_internal32): Add support for -mupper-regs-di. Add support
18379 to load constants via XXSPLTIB or VSPLTISW. Add spacing to allow
18380 the alternatives and attributes to be lined up to be easier to
18381 read.
18382 (movdi_internal64): Likewise.
18383 (64-bit DImode splitters): Change predicates to only split loading
18384 up GPR registers. Add splits for using XXSPLTIB or VSPLTISW to
18385 load constants in ISA 3.0 or ISA 2.07 respectively.
18386 * doc/invoke.texi (RS/6000 and PowerPC Options): Document
18387 -mupper-regs-di. Update -mupper-regs-df and -mupper-regs-sf to
18388 mention -mcpu=power9 sets these options.
18389 * doc/md.texi (PowerPC and IBM RS6000 constraints): Document the
18390 wB constraint.
18391
18392 2016-06-15 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
18393
18394 PR target/67353
18395 * config/avr/avr.c (avr_set_current_function): Warn misspelled
18396 interrupt/ signal handler if -Wmisspelled-isr flag is enabled.
18397 * config/avr/avr.opt (Wmisspelled-isr): New warning flag. Enabled
18398 by default to warn misspelled interrupt/ signal handler.
18399 * doc/invoke.texi (AVR Options): Document it. Update description
18400 for -nodevicelib option.
18401
18402 2016-06-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
18403
18404 * config/aarch64/aarch64-simd.md (aarch64_<sur>shll_n<mode>): Clean
18405 up parentheses. Use GET_MODE_UNIT_BITSIZE.
18406 (aarch64_<sur>shll2_n<mode>): Likewise.
18407
18408 2016-06-15 Ilya Enkovich <ilya.enkovich@intel.com>
18409
18410 PR middle-end/71529
18411 * ipa-chkp.c (chkp_build_instrumented_fndecl): Fix
18412 DECL_CONTEXT for copied arguments.
18413
18414 2016-06-15 Alan Hayward <alan.hayward@arm.com>
18415
18416 PR tree-optimization/71483
18417 * tree-vect-loop.c (vectorizable_live_operation): Pick correct index
18418 for slp
18419
18420 2016-06-15 Martin Liska <mliska@suse.cz>
18421
18422 * predict.c (tree_predict_by_opcode): Call predict_edge_def
18423 instead of predict_edge w/o a probability.
18424
18425 2016-06-15 Alan Hayward <alan.hayward@arm.com>
18426
18427 PR tree-optimization/71439
18428 * tree-vect-loop.c (vect_analyze_loop_operations): Additional check for
18429 live PHIs.
18430
18431 2016-06-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
18432
18433 * ifcvt.c (bb_ok_for_noce_multiple_sets): Allow simple lowpart
18434 register subregs in SET_SRC.
18435
18436 2016-06-15 Richard Biener <rguenther@suse.de>
18437
18438 * tree-vect-stmts.c (vectorizable_store): Remove strided grouped
18439 store restrictions.
18440
18441 2016-06-15 Richard Biener <rguenther@suse.de>
18442
18443 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Do
18444 not consider dependences between accesses that belong to the
18445 same group.
18446 (vect_analyze_data_ref_dependences): Do not analyze read-read
18447 or self-dependences.
18448
18449 2016-06-14 David Malcolm <dmalcolm@redhat.com>
18450
18451 * spellcheck-tree.c: Include spellcheck-tree.h rather than
18452 spellcheck.h.
18453 (find_closest_identifier): Reimplement in terms of
18454 best_match<tree,tree>.
18455 * spellcheck-tree.h: New file.
18456 * spellcheck.c (struct edit_distance_traits<const char *>): New
18457 struct.
18458 (find_closest_string): Reimplement in terms of
18459 best_match<const char *, const char *>.
18460 * spellcheck.h (levenshtein_distance): Move prototype of tree-based
18461 overload to spellcheck-tree.h.
18462 (find_closest_identifier): Likewise.
18463 (struct edit_distance_traits<T>): New template.
18464 (class best_match): New class.
18465
18466 2016-06-14 David Malcolm <dmalcolm@redhat.com>
18467
18468 * selftest-run-tests.c (selftest::run_tests): Call
18469 selftest::spellcheck_tree_c_tests.
18470 * selftest.h (selftest::spellcheck_tree_c_tests): New decl.
18471 * spellcheck-tree.c: Include selftest.h and stringpool.h.
18472 (selftest::test_find_closest_identifier): New function.
18473 (selftest::spellcheck_tree_c_tests): New function.
18474 * spellcheck.c (selftest::test_find_closest_string): Verify that
18475 the order of the vec does not affect the results for this case.
18476 (selftest::test_data): New array.
18477 (selftest::test_metric_conditions): New function.
18478 (selftest::spellcheck_c_tests): Add a test of case-comparison.
18479 Call selftest::test_metric_conditions.
18480
18481 2016-06-14 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
18482
18483 * config/rs6000/rs6000-builtin.def (commentary): Typo.
18484 (BU_P9_MISC_1): Likewise.
18485 (BU_P9_64BIT_MISC_0): Likewise.
18486 (BU_P9_MISC_0): Likewise.
18487
18488 2016-06-14 David Malcolm <dmalcolm@redhat.com>
18489
18490 * gcc-rich-location.c
18491 (gcc_rich_location::add_fixit_misspelled_id): New method.
18492 * gcc-rich-location.h
18493 (gcc_rich_location::add_fixit_misspelled_id): Add decl.
18494
18495 2016-06-14 Andreas Tobler <andreast@gcc.gnu.org>
18496
18497 * config/arm/freebsd.h: Only enable unaligned access for armv6 on
18498 FreeBSD 11 and above.
18499
18500 2016-06-14 Uros Bizjak <ubizjak@gmail.com>
18501
18502 * config/i386/i386.md (signbittf2): Emit sse_movmskps for TARGET_SSE.
18503
18504 2016-06-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
18505
18506 * expmed.h: Close parenthesis in "at your option" in copyright
18507 boilerplate.
18508 * lower-subreg.h: Likewise.
18509
18510 2016-06-14 Richard Biener <rguenther@suse.de>
18511
18512 PR middle-end/71526
18513 * genmatch.c (expr::gen_transform): Use in_type for comparisons
18514 if available.
18515
18516 2015-06-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
18517
18518 * config/aarch64/aarch64.c (aarch64_mask_and_shift_for_ubfiz_p):
18519 New function.
18520 (aarch64_rtx_costs): Use it. Rewrite CONST_INT_P (op1) case to handle
18521 mask+shift version.
18522 * config/aarch64/aarch64-protos.h (aarch64_mask_and_shift_for_ubfiz_p):
18523 New prototype.
18524 * config/aarch64/aarch64.md (*andim_ashift<mode>_bfiz): Replace
18525 matching condition with aarch64_mask_and_shift_for_ubfiz_p.
18526
18527 2016-06-14 Richard Biener <rguenther@suse.de>
18528
18529 PR tree-optimization/71522
18530 * tree-ssa.c (non_rewritable_lvalue_p): Do not rewrite non-float
18531 copying into float copying.
18532
18533 2016-06-14 Jakub Jelinek <jakub@redhat.com>
18534
18535 PR tree-optimization/71520
18536 * tree-ssa-tail-merge.c (find_duplicate): Handle labels.
18537 (replace_block_by): Move user labels from bb1 to bb2.
18538
18539 2016-06-14 Richard Biener <rguenther@suse.de>
18540
18541 PR middle-end/71310
18542 PR bootstrap/71510
18543 * expr.h (get_bit_range): Declare.
18544 * expr.c (get_bit_range): Export.
18545 * fold-const.c (optimize_bit_field_compare): Use get_bit_range and
18546 word_mode again to constrain the bitfield access.
18547
18548 2016-06-14 Richard Biener <rguenther@suse.de>
18549
18550 PR tree-optimization/71521
18551 * tree-vrp.c (extract_range_from_binary_expr_1): Guard
18552 division int_const_binop against zero divisor.
18553
18554 2016-06-13 Uros Bizjak <ubizjak@gmail.com>
18555
18556 * config/i386/i386.md (signbittf2): New expander.
18557 * config/i386/sse.md (ptesttf2): New insn pattern.
18558
18559 2016-06-13 David Malcolm <dmalcolm@redhat.com>
18560
18561 PR bootstrap/71481
18562 * input.c (selftest::test_reading_source_line): Avoid reading from
18563 __FILE__ by creating a tempfile with known content and reading
18564 from that instead.
18565
18566 2016-06-13 David Malcolm <dmalcolm@redhat.com>
18567
18568 * pretty-print.c (assert_pp_format_colored): Skip the test if
18569 GCC_COLORS is set.
18570 (test_pp_format): Remove comment about GCC_COLORS.
18571
18572 2016-06-13 David Malcolm <dmalcolm@redhat.com>
18573
18574 * input.c (test_reading_source_line): Use SELFTEST_LOCATION.
18575 * pretty-print.c (assert_pp_format_va): Add location param and use
18576 it with ASSERT_STREQ_AT.
18577 (assert_pp_format): Add location param and pass it to
18578 assert_pp_format_va.
18579 (assert_pp_format_colored): Likewise.
18580 (ASSERT_PP_FORMAT_1): New.
18581 (ASSERT_PP_FORMAT_2): New.
18582 (ASSERT_PP_FORMAT_3): New.
18583 (test_pp_format): Provide SELFTEST_LOCATION throughout, either
18584 explicitly, or implicitly via the above macros.
18585 * selftest.c (selftest::pass): Use a selftest::location rather
18586 than file and line.
18587 (selftest::fail): Likewise. Print the function name.
18588 (selftest::fail_formatted): Likewise.
18589 (selftest::assert_streq): Use a selftest::location rather than
18590 file and line.
18591 * selftest.h (selftest::location): New struct.
18592 (SELFTEST_LOCATION): New macro.
18593 (selftest::pass): Accept a const location & rather than file
18594 and line.
18595 (selftest::fail): Likewise.
18596 (selftest::fail_formatted): Likewise.
18597 (selftest::assert_streq): Likewise.
18598 (ASSERT_TRUE): Update for above changes, using SELFTEST_LOCATION.
18599 (ASSERT_FALSE): Likewise.
18600 (ASSERT_EQ): Likewise.
18601 (ASSERT_NE): Likewise.
18602 (ASSERT_STREQ): Likewise.
18603 (ASSERT_PRED1): Likewise.
18604 (ASSERT_STREQ_AT): New macro.
18605
18606 2016-06-13 David Malcolm <dmalcolm@redhat.com>
18607
18608 * selftest.c (selftest::fail_formatted): New function.
18609 (selftest::assert_streq): New function.
18610 * selftest.h (selftests::fail_formatted): New decl.
18611 (selftest::assert_streq): New decl.
18612 (ASSERT_STREQ): Reimplement in terms of selftest::assert_streq.
18613
18614 2016-06-13 Jeff Law <law@redhat.com>
18615
18616 PR tree-optimization/71403
18617 * tree-ssa-threadbackward.c
18618 (convert_and_register_jump_thread_path): No longer accept reference
18619 to path. Do not pop items off the path anymore.
18620 (fsm_find_control_statement_thread_paths): Do not allow threading
18621 to a deeper loop nest. Pop the last item off the path here rather
18622 than in convert_and_register_jump_thread_path.
18623
18624 2016-06-13 Evandro Menezes <e.menezes@samsung.com>
18625 Wilco Dijkstra <Wilco.Dijkstra@arm.com>
18626
18627 [AArch64] Emit division using the Newton series
18628
18629 * config/aarch64/aarch64-protos.h
18630 (cpu_approx_modes): Add new member "division".
18631 (aarch64_emit_approx_div): Declare new function.
18632 * config/aarch64/aarch64.c
18633 (generic_approx_modes): New member "division".
18634 (exynosm1_approx_modes): Likewise.
18635 (xgene1_approx_modes): Likewise.
18636 (aarch64_emit_approx_div): Define new function.
18637 * config/aarch64/aarch64.md ("div<mode>3"): New expansion.
18638 * config/aarch64/aarch64-simd.md ("div<mode>3"): Likewise.
18639 * config/aarch64/aarch64.opt (-mlow-precision-div): Add new option.
18640 * doc/invoke.texi (-mlow-precision-div): Describe new option.
18641
18642 2016-06-13 Evandro Menezes <e.menezes@samsung.com>
18643 Wilco Dijkstra <wilco.dijkstra@arm.com>
18644
18645 [AArch64] Emit square root using the Newton series
18646
18647 * config/aarch64/aarch64-protos.h
18648 (aarch64_emit_approx_rsqrt): Replace with new function
18649 "aarch64_emit_approx_sqrt".
18650 (cpu_approx_modes): New member "sqrt".
18651 * config/aarch64/aarch64.c
18652 (generic_approx_modes): New member "sqrt".
18653 (exynosm1_approx_modes): Likewise.
18654 (xgene1_approx_modes): Likewise.
18655 (aarch64_emit_approx_rsqrt): Replace with new function
18656 "aarch64_emit_approx_sqrt".
18657 (aarch64_override_options_after_change_1): Handle new option.
18658 * config/aarch64/aarch64-simd.md
18659 (rsqrt<mode>2): Use new function instead.
18660 (sqrt<mode>2): New expansion and insn definitions.
18661 * config/aarch64/aarch64.md: Likewise.
18662 * config/aarch64/aarch64.opt
18663 (mlow-precision-sqrt): Add new option description.
18664 * doc/invoke.texi (mlow-precision-sqrt): Likewise.
18665
18666 2016-06-13 Evandro Menezes <e.menezes@samsung.com>
18667
18668 [AArch64] Add more choices for the reciprocal square root approximation
18669
18670 Allow a target to prefer such operation depending on the operation mode.
18671
18672 * config/aarch64/aarch64-protos.h
18673 (AARCH64_APPROX_MODE): New macro.
18674 (AARCH64_APPROX_{NONE,ALL}): Likewise.
18675 (cpu_approx_modes): New structure.
18676 (tune_params): New member "approx_modes".
18677 * config/aarch64/aarch64-tuning-flags.def
18678 (AARCH64_EXTRA_TUNE_APPROX_RSQRT): Remove macro.
18679 * config/aarch64/aarch64.c
18680 (generic_approx_modes): New core "cpu_approx_modes" structure.
18681 (exynosm1_approx_modes): Likewise.
18682 (xgene1_approx_modes): Likewise.
18683 (generic_tunings): New member "approx_modes".
18684 (cortexa35_tunings): Likewise.
18685 (cortexa53_tunings): Likewise.
18686 (cortexa57_tunings): Likewise.
18687 (cortexa72_tunings): Likewise.
18688 (exynosm1_tunings): Likewise.
18689 (thunderx_tunings): Likewise.
18690 (xgene1_tunings): Likewise.
18691 (use_rsqrt_p): New argument for the mode and use new member from
18692 "tune_params".
18693 (aarch64_builtin_reciprocal): Devise mode from builtin.
18694 (aarch64_optab_supported_p): New argument for the mode.
18695 * doc/invoke.texi (-mlow-precision-recip-sqrt): Reword description.
18696
18697 2016-06-13 Kelvin Nilsen <kelvin@gcc.gnu.org>
18698
18699 * config/rs6000/rs6000.h (RS6000_BTM_COMMON): Add the
18700 RS6000_BTM_MODULO flag into the set of flags that are considered
18701 to be part of the common configuration.
18702
18703 2016-06-13 Kelvin Nilsen <kelvin@gcc.gnu.org>
18704
18705 * config/rs6000/altivec.h (vec_absd): New macro for vector absolute
18706 difference unsigned.
18707 (vec_absdb): New macro for vector absolute difference unsigned
18708 byte.
18709 (vec_absdh): New macro for vector absolute difference unsigned
18710 half-word.
18711 (vec_absdw): New macro for vector absolute difference unsigned word.
18712 * config/rs6000/altivec.md (UNSPEC_VADU): New value.
18713 (vadu<mode>3): New insn.
18714 (*p9_vadu<mode>3): New insn.
18715 * config/rs6000/rs6000-builtin.def (vadub): New built-in
18716 definition.
18717 (vaduh): New built-in definition.
18718 (vaduw): New built-in definition.
18719 (vadu): New overloaded built-in definition.
18720 (vadub): New overloaded built-in definition.
18721 (vaduh): New overloaded built-in definition.
18722 (vaduw): New overloaded built-in definition.
18723 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
18724 overloaded vector absolute difference unsigned functions.
18725 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
18726 the ISA 3.0 vector absolute difference unsigned built-in functions.
18727
18728 2016-06-13 Eric Botcazou <ebotcazou@adacore.com>
18729
18730 * tree-ssa-sccvn.c (vn_reference_lookup_3): Use a uniform test and
18731 update shared_lookup_references only once after changing operands.
18732
18733 2016-06-13 Thomas Schwinge <thomas@codesourcery.com>
18734
18735 PR middle-end/71373
18736 * tree-nested.c (convert_nonlocal_omp_clauses)
18737 (convert_local_omp_clauses): Document missing OMP_CLAUSE_*.
18738
18739 * tree-cfg.c (edge_to_cases_cleanup): Fix CASE_CHAIN typo.
18740 * tree.def (CASE_LABEL_EXPR): Likewise.
18741
18742 2016-06-13 Bernd Edlinger <bernd.edlinger@hotmail.de>
18743
18744 PR bootstrap/71481
18745 * input.c (test_builtins): Fix an assertion.
18746
18747 2016-06-13 Uros Bizjak <ubizjak@gmail.com>
18748
18749 * config/i386/i386.md (paritydi2): Use ix86_expand_setcc.
18750 (paritysi2): Ditto.
18751 (isinfxf2): Ditto.
18752 (isinf<mode>2): Ditto.
18753
18754 2016-06-13 Uros Bizjak <ubizjak@gmail.com>
18755
18756 * ggc-tests.c (test_finalization): Only test need_finalization_p
18757 for GCC_VERSION >= 4003.
18758
18759 2016-06-13 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
18760
18761 * config/s390/vecintrin.h: Fix file description in comment.
18762
18763 2016-06-13 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
18764
18765 * config/s390/s390-builtin-types.def: Change builtin type naming
18766 scheme to match builtin-types.def.
18767
18768 2016-06-13 Marc Glisse <marc.glisse@inria.fr>
18769
18770 * fold-const.c (optimize_minmax_comparison): Remove.
18771 (fold_comparison): Remove call to the above.
18772 * match.pd (MIN (X, Y) == X, MIN (X, 5) == 0, MIN (X, C1) < C2):
18773 New transformations.
18774
18775 2016-06-13 Alan Hayward <alan.hayward@arm.com>
18776
18777 PR tree-optimization/71416
18778 * tree-vect-loop.c (vectorizable_live_operation): Let worklist have
18779 multiple entries
18780
18781 2016-06-13 Martin Liska <mliska@suse.cz>
18782
18783 * predict.c (enum predictor_reason): Prefix enum with REASON_.
18784 (combine_predictions_for_insn): Likewise.
18785 (prune_predictions_for_bb): Likewise.
18786 (combine_predictions_for_bb): Likewise.
18787
18788 2016-06-13 Richard Biener <rguenther@suse.de>
18789
18790 PR tree-optimization/71505
18791 * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Make
18792 assert match comment.
18793
18794 2016-06-13 Marek Polacek <polacek@redhat.com>
18795
18796 PR middle-end/71476
18797 * gimplify.c (maybe_warn_switch_unreachable): Factored out of
18798 gimplify_switch_expr.
18799 (warn_switch_unreachable_r): New function.
18800
18801 2016-06-13 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
18802
18803 PR target/71379
18804 * config/s390/s390.c (s390_expand_builtin): Increase MAX_ARGS by
18805 one.
18806
18807 2016-06-13 Richard Biener <rguenther@suse.de>
18808
18809 PR middle-end/64516
18810 * fold-const.c (fold_unary_loc): Preserve alignment when
18811 folding a VIEW_CONVERT_EXPR into a MEM_REF.
18812
18813 2016-06-13 Martin Liska <mliska@suse.cz>
18814
18815 PR sanitizer/71458
18816 * toplev.c (process_options): Do not enable -fcheck-pointer-bounds
18817 w/ -fsanitize=bounds.
18818
18819 2016-06-12 Uros Bizjak <ubizjak@gmail.com>
18820
18821 * config/i386/i386.c (ix86_init_builtins): Calculate
18822 FLOAT128_FTYPE_CONST_STRING function type only once.
18823 * doc/extend.texi (x86 Built-in Functions): Update text, __float128
18824 built-in functions are available for x86-32 and x86-64 targets.
18825
18826 2016-06-12 Uros Bizjak <ubizjak@gmail.com>
18827
18828 PR target/71241
18829 * config/i386/i386.i386-builtin-types.def (CONST_STRING):
18830 New primitive type.
18831 (FLOAT128_FTYPE_CONST_STRING): New function type.
18832 * config/i386/i386.c (enum ix86_builtins) [IX86_BUILTIN_NANQ]: New.
18833 [IX86_BUILTIN_NANSQ]: Ditto.
18834 (ix86_fold_builtin): Handle IX86_BUILTIN_NANQ and IX86_BUILTIN_NANSQ.
18835 (ix86_init_builtin_types): Declare const_string_type_node.
18836 (ix86_init_builtins): Add __builtin_nanq and __builtin_nansq
18837 builtin functions.
18838 (ix86_expand_builtin): Handle IX86_BUILTIN_NANQ and IX86_BUILTIN_NANSQ.
18839 * doc/extend.texi (x86 Built-in Functions): Document
18840 __builtin_nanq and __builtin_nansq.
18841
18842 2016-06-11 Jiong Wang <jiong.wang@arm.com>
18843
18844 PR target/71061
18845 * config/arm/arm-protos.h (arm_attr_length_pop_multi): New declaration.
18846 * config/arm/arm.c (arm_attr_length_pop_multi): New function to return
18847 length for pop patterns.
18848 (arm_attr_length_push_multi): Update comments.
18849 * config/arm/arm.md (*load_multiple_with_writeback): Set "length"
18850 attribute.
18851 (*pop_multiple_with_writeback_and_return): Likewise.
18852 (*pop_multiple_with_return): Likewise.
18853
18854 2016-06-11 Segher Boessenkool <segher@kernel.crashing.org>
18855
18856 PR middle-end/71310
18857 * fold-const.c (optimize_bit_field_compare): Don't try to use
18858 word_mode unconditionally for reading the bit field, look at
18859 DECL_BIT_FIELD_REPRESENTATIVE instead.
18860
18861 2016-06-11 Kugan Vivekanandarajah <kuganv@linaro.org>
18862
18863 PR middle-end/71478
18864 * tree-ssa-reassoc.c (reassociate_bb): Remove (-1) from ops list for
18865 vector integer type.
18866
18867 2016-06-10 Jakub Jelinek <jakub@redhat.com>
18868
18869 PR middle-end/71494
18870 * tree-nested.c (convert_nonlocal_reference_stmt): For GIMPLE_GOTO
18871 without LABEL_DECL, set *handled_ops_p to false instead of true.
18872
18873 2016-06-10 Martin Sebor <msebor@redhat.com>
18874
18875 PR c/71392
18876 * builtin-attrs.def (ATTR_NOTHROW_NONNULL_LEAF_LIST): New macro.
18877 (ATTR_NOTHROW_NONNULL_TYPEGENERIC_LEAF): Same.
18878 * builtins.def (BUILT_IN_SADD_OVERFLOW, BUILT_IN_SADDL_OVERFLOW): Use
18879 them.
18880 (BUILT_IN_SADDLL_OVERFLOW, BUILT_IN_SSUB_OVERFLOW): Same.
18881 (BUILT_IN_SSUBL_OVERFLOW, BUILT_IN_SSUBLL_OVERFLOW): Same.
18882 (BUILT_IN_SMUL_OVERFLOW, BUILT_IN_SMULL_OVERFLOW): Same.
18883 (BUILT_IN_SMULLL_OVERFLOW, BUILT_IN_UADD_OVERFLOW): Same.
18884 (BUILT_IN_UADDL_OVERFLOW, BUILT_IN_UADDLL_OVERFLOW): Same.
18885 (BUILT_IN_USUB_OVERFLOW, BUILT_IN_USUBL_OVERFLOW): Same.
18886 (BUILT_IN_USUBLL_OVERFLOW, BUILT_IN_UMUL_OVERFLOW): Same.
18887 (BUILT_IN_UMULL_OVERFLOW, BUILT_IN_UMULLL_OVERFLOW): Same.
18888
18889 2016-06-10 Bernd Edlinger <bernd.edlinger@hotmail.de>
18890
18891 * config/arm/arm.h (pool_vector_label,
18892 return_used_this_function): Remove.
18893
18894 2016-06-10 Jeff Law <law@redhat.com>
18895
18896 PR tree-optimization/71335
18897 * tree-ssa-threadbackward.c (profitable_jump_thread_path): Filter out
18898 zero length paths here.
18899 (convert_and_register_jump_thread_path): Remove hacks related to
18900 duplicated blocks in the jump thread path.
18901 (fsm_find_control_statement_thread_paths): Avoid putting the same
18902 block on the thread path twice, but ensure the thread path is
18903 unchanged from the caller's point of view.
18904
18905 2016-06-10 Jan Hubicka <hubicka@ucw.cz>
18906
18907 * predict.c (predict_loops): Remove PRED_LOOP_BRANCH.
18908 * predict.def (PRED_LOOP_BRANCH): Remove.
18909
18910 2016-06-10 David Malcolm <dmalcolm@redhat.com>
18911
18912 * Makefile.in (OBJS): Add ggc-tests.o.
18913 (GTFILES): Add ggc-tests.c.
18914 * ggc-tests.c: New file.
18915 * selftest-run-tests.c (selftest::run_tests): Call
18916 selftest::ggc_tests_c_tests.
18917 * selftest.h (selftest::ggc_tests_c_tests): New prototype.
18918
18919 2016-06-10 Alexander Monakov <amonakov@ispras.ru>
18920
18921 * match.pd (-1 / B < A): Use :c to avoid pattern duplication.
18922
18923 2016-06-10 Maxim Ostapenko <m.ostapenko@samsung.com>
18924
18925 PR sanitizer/71480
18926 * varasm.c (place_block_symbol): Adjust alignment for asan protected
18927 STRING_CSTs even if TREE_CONSTANT_POOL_ADDRESS_P.
18928
18929 2016-06-10 Jan Hubicka <hubicka@ucw.cz>
18930
18931 * profile.c: Include cfgloop.h.
18932 (branch_prob): Compute estimated number of iterations.
18933 * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Do not
18934 recompute estimate number of iterations from profile.
18935
18936 2016-06-10 Bernd Edlinger <bernd.edlinger@hotmail.de>
18937
18938 PR inline-asm/68843
18939 * reg-stack.c (check_asm_stack_operands): Explicit input arguments
18940 must be grouped on top of stack. Don't force early clobber
18941 on ordinary reg outputs.
18942
18943 2016-06-10 Richard Biener <rguenther@suse.de>
18944
18945 * targhooks.c (default_builtin_vectorization_cost): Adjust
18946 vec_construct cost.
18947
18948 2016-06-10 Richard Biener <rguenther@suse.de>
18949
18950 * gimple-fold.c (gimple_fold_builtin_memory_op): Make sure
18951 to fold the RHS to a constant if possible.
18952
18953 2016-06-10 Thomas Schwinge <thomas@codesourcery.com>
18954
18955 PR middle-end/71373
18956 * tree-nested.c (convert_nonlocal_omp_clauses)
18957 (convert_local_omp_clauses): Handle OMP_CLAUSE_ASYNC,
18958 OMP_CLAUSE_WAIT, OMP_CLAUSE_INDEPENDENT, OMP_CLAUSE_AUTO,
18959 OMP_CLAUSE__CACHE_, OMP_CLAUSE_TILE.
18960
18961 * gimplify.c (gimplify_adjust_omp_clauses): Discard
18962 OMP_CLAUSE_TILE.
18963 * omp-low.c (scan_sharing_clauses): Don't expect OMP_CLAUSE_TILE.
18964
18965 * omp-low.c (scan_sharing_clauses): Don't expect
18966 OMP_CLAUSE__CACHE_.
18967
18968 2016-06-10 Alan Hayward <alan.hayward@arm.com>
18969
18970 PR tree-optimization/71407
18971 PR tree-optimization/71416
18972 * tree-vect-loop.c (vectorizable_live_operation): Use vectype for
18973 BIT_FIELD_REF type.
18974
18975 2016-06-10 Richard Biener <rguenther@suse.de>
18976
18977 PR middle-end/71477
18978 * cfgloop.c (alloc_loop): Initialize nb_iterations_likely_upper_bound.
18979
18980 2016-06-09 Eric Botcazou <ebotcazou@adacore.com>
18981
18982 * df-problems.c (df_note_bb_compute): Guard use of DF_INSN_INFO_GET.
18983
18984 2016-06-09 Vladimir Makarov <vmakarov@redhat.com>
18985 Jiong Wang <jiong.wang@arm.com>
18986
18987 PR rtl-optimization/70751
18988 * lra-constraints.c (process_alt_operands): Recognize Non-pseudo
18989 spilled into memory.
18990
18991 2016-06-09 Jonathan Yong <10walls@gmail.com>
18992
18993 Revert:
18994 2015-09-21 Jonathan Yong <10walls@gmail.com>
18995
18996 * config/i386/cygwin.h (STARTFILE_SPEC): Explicitly search
18997 sysroot/usr/lib/32api for additional win32 libraries,
18998 fixes failing Cygwin bootstrapping.
18999
19000 2016-06-09 Marcin Baczyński <marbacz@gmail.com>
19001
19002 * diagnostic.h (diagnostic_line_cutoff, diagnostic_flush_buffer):
19003 Delete.
19004
19005 2016-06-09 David Malcolm <dmalcolm@redhat.com>
19006
19007 PR bootstrap/71471
19008 * pretty-print.c (pp_indent): Specify that %p is printed in a
19009 host-dependent manner.
19010 (test_pp_format): Remove the test for %p.
19011
19012 2016-06-09 Maciej W. Rozycki <macro@imgtec.com>
19013
19014 * config/mips/mips.c (mips_output_jump): Fix formatting.
19015
19016 2016-06-09 Richard Biener <rguenther@suse.de>
19017
19018 PR tree-optimization/71462
19019 * tree-ssa-loop-manip.c (find_uses_to_rename): Guard against
19020 removed blocks.
19021
19022 2016-06-09 Martin Liska <mliska@suse.cz>
19023
19024 * predict.c (dump_prediction): Add new argument.
19025 (enum predictor_reason): New enum.
19026 (struct predictor_hash): New struct.
19027 (predictor_hash::hash): New function.
19028 (predictor_hash::equal): Likewise.
19029 (not_removed_prediction_p): New function.
19030 (prune_predictions_for_bb): Likewise.
19031 (combine_predictions_for_bb): Prune predictions.
19032
19033 2016-06-09 Martin Liska <mliska@suse.cz>
19034
19035 * predict.c (filter_predictions): New function.
19036 (remove_predictions_associated_with_edge): Use the filter
19037 function.
19038 (equal_edge_p): New function.
19039
19040 2016-06-09 Stefan Bruens <stefan.bruens@rwth-aachen.de>
19041
19042 * doc/invoke.texi (ARM Options): Use lexicographical ordering.
19043 Correct usage of @samp vs @option, add @samp where appropriate.
19044 Add -march={armv6k,armv6z,arm6zk}, remove -march=ep9312.
19045 Add armv6s-m and document it, as it is no official ARM name.
19046
19047 2016-06-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
19048
19049 * ifcvt.c (struct noce_if_info): Add transform_name field.
19050 (noce_try_move): Set if_info->transform_name to the function name.
19051 (noce_try_ifelse_collapse): Likewise.
19052 (noce_try_store_flag): Likewise.
19053 (noce_try_inverse_constants): Likewise.
19054 (noce_try_store_flag_constants): Likewise.
19055 (noce_try_addcc): Likewise.
19056 (noce_try_store_flag_mask): Likewise.
19057 (noce_try_cmove): Likewise.
19058 (noce_try_cmove_arith): Likewise.
19059 (noce_try_minmax): Likewise.
19060 (noce_try_abs): Likewise.
19061 (noce_try_sign_mask): Likewise.
19062 (noce_try_bitop): Likewise.
19063 (noce_convert_multiple_sets): Likewise.
19064 (noce_process_if_block): Print if_info->transform_name to
19065 dump_file if transformation succeeded.
19066
19067 2016-06-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
19068
19069 * config/arm/cortex-a57.md (cortex_a57_alu):
19070 Handle csel type.
19071
19072 2016-06-08 Martin Sebor <msebor@redhat.com>
19073 Jakub Jelinek <jakub@redhat.com>
19074
19075 PR c++/70507
19076 PR c/68120
19077 * builtins.def (BUILT_IN_ADD_OVERFLOW_P, BUILT_IN_SUB_OVERFLOW_P,
19078 BUILT_IN_MUL_OVERFLOW_P): New builtins.
19079 * builtins.c: Include gimple-fold.h.
19080 (fold_builtin_arith_overflow): Handle
19081 BUILT_IN_{ADD,SUB,MUL}_OVERFLOW_P.
19082 (fold_builtin_3): Likewise.
19083 * doc/extend.texi (Integer Overflow Builtins): Document
19084 __builtin_{add,sub,mul}_overflow_p.
19085
19086 2016-06-08 Jose E. Marchesi <jose.marchesi@oracle.com>
19087
19088 * config/sparc/driver-sparc.c (cpu_names): Fix the entry for the
19089 SPARC-M7 and add an entry for SPARC-S7 cpus (Sonoma).
19090
19091 2016-06-08 Alan Lawrence <alan.lawrence@arm.com>
19092
19093 * config/aarch64/aarch64.c (aarch64_function_arg_alignment):
19094 Rewrite, looking one level down for records and arrays.
19095
19096 2016-06-08 David Malcolm <dmalcolm@redhat.com>
19097
19098 * pretty-print.c: Include "selftest.h".
19099 (pp_format): Fix comment.
19100 (identifier_to_locale): Likewise.
19101 (selftest::test_basic_printing): New function.
19102 (selftest::assert_pp_format): New function.
19103 (selftest::test_pp_format): New function.
19104 (selftest::pretty_print_c_tests): New function.
19105 * selftest-run-tests.c (selftest::run_tests): Call
19106 selftest::pretty_print_c_tests.
19107 * selftest.h (pretty_print_c_tests): New declaration.
19108
19109 2016-06-07 Jan Hubicka <hubicka@ucw.cz>
19110
19111 * invoke.texi (max-loop-headers-insns): Document.
19112 * params.def (PARAM_MAX_LOOP_HEADER_INSNS): New.
19113 * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Update comment.
19114 (ch_base::copy_headers): Use PARAM_MAX_LOOP_HEADER_INSNS.
19115
19116 2016-06-08 Richard Biener <rguenther@suse.de>
19117
19118 * tree-vect-stmts.c (vectorizable_load): Remove restrictions
19119 on strided SLP loads and fall back to scalar loads in case
19120 we can't chunk them.
19121
19122 2016-06-08 Richard Biener <rguenther@suse.de>
19123
19124 PR tree-optimization/71452
19125 * tree-ssa.c (non_rewritable_lvalue_p): Make sure that the
19126 type used for the SSA rewrite has enough precision to cover
19127 the dynamic type of the location.
19128
19129 2016-06-08 Jakub Jelinek <jakub@redhat.com>
19130 Richard Biener <rguenther@suse.de>
19131
19132 PR c++/71448
19133 * fold-const.c (fold_comparison): Handle CONSTANT_CLASS_P (base0)
19134 the same as DECL_P (base0) for indirect_base0. Use equality_code
19135 in one further place.
19136
19137 2016-06-08 Richard Sandiford <richard.sandiford@arm.com>
19138
19139 * expmed.c (store_bit_field_1): Do not restrict a multiword op0
19140 to one word if the field is known to overlap other words.
19141 (extract_bit_field_1): Likewise.
19142 (store_split_bit_field): Remove compensating code.
19143 (extract_split_bit_field): Likewise.
19144
19145 2016-06-08 Bernd Schmidt <bschmidt@redhat.com>
19146
19147 PR debug/71432
19148 PR ada/71413
19149 * tree-ssa-strlen.c (handle_builtin_memcmp): Ignore debug insns.
19150
19151 2016-06-08 Jiong Wang <jiong.wang@arm.com>
19152
19153 * config/aarch64/aarch64-builtins.def (faddp): New builtins for modes in
19154 VDQF.
19155 * config/aarch64/aarch64-simd.md (aarch64_faddp<mode>): New.
19156 (arch64_addpv4sf): Delete.
19157 (reduc_plus_scal_v4sf): Use "gen_aarch64_faddpv4sf" instead of
19158 "gen_aarch64_addpv4sf".
19159 * config/aarch64/arm_neon.h (vpadd_f32): Remove inline assembly. Use
19160 builtin.
19161 (vpadds_f32): Likewise.
19162 (vpaddq_f32): Likewise.
19163 (vpaddq_f64): Likewise.
19164
19165 2016-06-08 Jiong Wang <jiong.wang@arm.com>
19166
19167 * config/aarch64/aarch64-builtins.def (fabd): New builtins for modes
19168 VALLF.
19169 * config/aarch64/aarch64-simd.md (fabd<mode>_3): Extend modes from VDQF
19170 to VALLF. Rename to "fabd<mode>3".
19171 "*fabd_scalar<mode>3): Delete.
19172 * config/aarch64/arm_neon.h (vabds_f32): Remove inline assembly.
19173 Use builtin.
19174 (vabdd_f64): Likewise.
19175 (vabd_f32): Likewise.
19176 (vabd_f64): Likewise.
19177 (vabdq_f32): Likewise.
19178 (vabdq_f64): Likewise.
19179
19180 2016-06-08 Jiong Wang <jiong.wang@arm.com>
19181
19182 * config/aarch64/aarch64-builtins.def (rsqrts): New builtins for modes
19183 VALLF.
19184 * config/aarch64/aarch64-simd.md (aarch64_rsqrts_<mode>3): Rename to
19185 "aarch64_rsqrts<mode>".
19186 * config/aarch64/aarch64.c (get_rsqrts_type): Update gen* name.
19187 * config/aarch64/arm_neon.h (vrsqrtss_f32): Remove inline assembly. Use
19188 builtin.
19189 (vrsqrtsd_f64): Likewise.
19190 (vrsqrts_f32): Likewise.
19191 (vrsqrts_f64): Likewise.
19192 (vrsqrtsq_f32): Likewise.
19193 (vrsqrtsq_f64): Likewise.
19194
19195 2016-06-08 Jiong Wang <jiong.wang@arm.com>
19196
19197 * config/aarch64/aarch64-builtins.def (rsqrte): New builtins for modes
19198 VALLF.
19199 * config/aarch64/aarch64-simd.md (aarch64_rsqrte_<mode>2): Rename to
19200 "aarch64_rsqrte<mode>".
19201 * config/aarch64/aarch64.c (get_rsqrte_type): Update gen* name.
19202 * config/aarch64/arm_neon.h (vrsqrts_f32): Remove inline assembly. Use
19203 builtin.
19204 (vrsqrted_f64): Likewise.
19205 (vrsqrte_f32): Likewise.
19206 (vrsqrte_f64): Likewise.
19207 (vrsqrteq_f32): Likewise.
19208 (vrsqrteq_f64): Likewise.
19209
19210 2016-06-08 Jiong Wang <jiong.wang@arm.com>
19211
19212 * config/aarch64/aarch64-builtins.def (scvtf): Register vector modes.
19213 (ucvtf): Likewise.
19214 (fcvtzs): Likewise.
19215 (fcvtzu): Likewise.
19216 * config/aarch64/aarch64-simd.md
19217 (<FCVT_F2FIXED:fcvt_fixed_insn><VDQF:mode>3): New.
19218 (<FCVT_FIXED2F:fcvt_fixed_insn><VDQ_SDI:mode>3): Likewise.
19219 * config/aarch64/arm_neon.h (vcvt_n_f32_s32): Remove inline assembly.
19220 Use builtin.
19221 (vcvt_n_f32_u32): Likewise.
19222 (vcvt_n_s32_f32): Likewise.
19223 (vcvt_n_u32_f32): Likewise.
19224 (vcvtq_n_f32_s32): Likewise.
19225 (vcvtq_n_f32_u32): Likewise.
19226 (vcvtq_n_f64_s64): Likewise.
19227 (vcvtq_n_f64_u64): Likewise.
19228 (vcvtq_n_s32_f32): Likewise.
19229 (vcvtq_n_s64_f64): Likewise.
19230 (vcvtq_n_u32_f32): Likewise.
19231 (vcvtq_n_u64_f64): Likewise.
19232 * config/aarch64/iterators.md (VDQ_SDI): New mode iterator.
19233 (VSDQ_SDI): Likewise.
19234 (fcvt_target): Support V4DI, V4SI and V2SI.
19235 (FCVT_TARGET): Likewise.
19236
19237 2016-06-08 Jiong Wang <jiong.wang@arm.com>
19238
19239 * config/aarch64/aarch64-builtins.c (TYPES_BINOP_USS): New
19240 (TYPES_BINOP_SUS): Likewise.
19241 (aarch64_simd_builtin_data): Update include file name.
19242 (aarch64_builtins): Likewise.
19243 * config/aarch64/aarch64-simd-builtins.def (scvtf): New entries
19244 for conversion between scalar float-point and fixed-point.
19245 (ucvtf): Likewise.
19246 (fcvtzs): Likewise.
19247 (fcvtzu): Likewise.
19248 * config/aarch64/aarch64.md
19249 (<FCVT_F2FIXED:fcvt_fixed_insn><GPF:mode>3: New
19250 pattern for conversion between scalar float to fixed-pointer.
19251 (<FCVT_FIXED2F:fcvt_fixed_insn><GPI:mode>: Likewise.
19252 (UNSPEC_FCVTZS): New UNSPEC enumeration.
19253 (UNSPEC_FCVTZU): Likewise.
19254 (UNSPEC_SCVTF): Likewise.
19255 (UNSPEC_UCVTF): Likewise.
19256 * config/aarch64/arm_neon.h (vcvtd_n_f64_s64): Remove inline assembly.
19257 Use builtin.
19258 (vcvtd_n_f64_u64): Likewise.
19259 (vcvtd_n_s64_f64): Likewise.
19260 (vcvtd_n_u64_f64): Likewise.
19261 (vcvtd_n_f32_s32): Likewise.
19262 (vcvts_n_f32_u32): Likewise.
19263 (vcvtd_n_s32_f32): Likewise.
19264 (vcvts_n_u32_f32): Likewise.
19265 * config/aarch64/iterators.md (fcvt_target): Support integer to float
19266 mapping.
19267 (FCVT_TARGET): Likewise.
19268 (FCVT_FIXED2F): New iterator.
19269 (FCVT_F2FIXED): Likewise.
19270 (fcvt_fixed_insn): New define_int_attr.
19271
19272 2016-06-07 Jan Hubicka <hubicka@ucw.cz>
19273
19274 * predict.c (pass_strip_predict_hints::execute): Cleanup CFG if
19275 some statements was removed.
19276
19277 2016-06-08 Alan Hayward <alan.hayward@arm.com>
19278
19279 * tree-vect-data-refs.c (vect_analyze_data_refs): Remove debug newline.
19280 * tree-vect-loop-manip.c (slpeel_make_loop_iterate_ntimes): likewise.
19281 (vect_can_advance_ivs_p): likewise.
19282 (vect_update_ivs_after_vectorizer): likewise.
19283 * tree-vect-loop.c (vect_determine_vectorization_factor): likewise.
19284 (vect_analyze_scalar_cycles_1): likewise.
19285 (vect_analyze_loop_operations): likewise.
19286 (report_vect_op): likewise.
19287 (vect_is_slp_reduction): likewise.
19288 (vect_is_simple_reduction): likewise.
19289 (get_initial_def_for_induction): likewise.
19290 (vect_transform_loop): likewise.
19291 * tree-vect-patterns.c (vect_recog_dot_prod_pattern): likewise.
19292 (vect_recog_sad_pattern): likewise.
19293 (vect_recog_widen_sum_pattern): likewise.
19294 (vect_recog_widening_pattern): likewise.
19295 (vect_recog_divmod_pattern): likewise.
19296 * tree-vect-slp.c (vect-build-slp_tree_1): likewise.
19297 (vect_analyze_slp_instance): likewise.
19298 (vect_transform_slp_perm_load): likewise.
19299 (vect_schedule_slp_instance): likewise.
19300
19301 2016-06-07 Jan Hubicka <hubicka@ucw.cz>
19302
19303 * predict.c (predict_iv_comparison): Mention that heuristics is broken.
19304 (return_prediction): PRED_CONST_RETURN predict return as not taken.
19305 * predict.def (PRED_CONTINUE): Change hitrate 50->67
19306 (PRED_LOOP_BRANCH): Document predictor as broken.
19307 (PRED_LOOP_EXIT): Change hitrate 91->92.
19308 (PRED_LOOP_EXTRA_EXIT): Change hitrate 91->83.
19309 (PRED_POINTER, PRED_TREE_POINTER): Change hitrate 85->70.
19310 (PRED_OPCODE_POSITIVE): Change hitrate 79->64.
19311 (PRED_OPCODE_NONEQUAL): Change hitrate 91->66.
19312 (PRED_TREE_OPCODE_POSITIVE): Change hitrate 73->64
19313 (PRED_TREE_OPCODE_NONEQUAL): Chnage hitrate 72->66
19314 (PRED_CALL): Chane hitrate 71->67.
19315 (PRED_TREE_EARLY_RETURN): Document issues, change hitrate 61->54.
19316 (PRED_GOTO): Document as unused right now.
19317 (PRED_CONST_RETURN): Change hitrate 67->69
19318 (PRED_NEGATIVE_RETURN): Change hitrate 96->98
19319 (PRED_NULL_RETURN): Change hitrate 91->90.
19320 (PRED_LOOP_IV_COMPARE_GUESS): Change hitrate to 98.
19321 (PRED_FORTRAN_FAIL_ALLOC): Change hitrate to 62; document issues.
19322 (PRED_FORTRAN_SIZE_ZERO): Change hitrate to 99.
19323
19324 2016-06-07 Bill Seurer <seurer@linux.vnet.ibm.com>
19325
19326 * config/rs6000/altivec.h: Add __builtin_vec_mul.
19327 * config/rs6000/rs6000-builtin.def (vec_mul): Change vec_mul to a
19328 special case Altivec builtin.
19329 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
19330 VSX_BUILTIN_VEC_MUL (replaced with special case code).
19331 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
19332 code for ALTIVEC_BUILTIN_VEC_MUL.
19333 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
19334 for __builtin_vec_mul.
19335
19336 2016-06-07 Peter Bergner <bergner@vnet.ibm.com>
19337
19338 * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mhtm and
19339 -mno-htm.
19340
19341 2016-06-07 David Malcolm <dmalcolm@redhat.com>
19342
19343 * spellcheck.c (selftest::test_find_closest_string): New function.
19344 (spellcheck_c_tests): Call the above.
19345
19346 2016-06-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
19347
19348 * simplify-rtx.c (simplify_cond_clz_ctz): Delete 'mode' local variable.
19349
19350 2016-06-07 Jakub Jelinek <jakub@redhat.com>
19351
19352 * config/i386/sse.md (avx_vec_concat<mode>): Add v=v,vm and
19353 Yv=Yv,C alternatives.
19354
19355 2016-06-07 Richard Biener <rguenther@suse.de>
19356
19357 PR c/61564
19358 * common.opt (ffast-math): Make Optimization.
19359
19360 2016-06-07 Simon Dardis <simon.dardis@imgtec.com>
19361 Prachi Godbole <prachi.godbole@imgtec.com>
19362
19363 * config/mips/p5600.md (p5600_fpu_fadd): Remove checking for
19364 `fabs' and `fneg' type attributes.
19365 (p5600_fpu_fabs): Add `fmove' to the comment.
19366
19367 2016-06-07 Jan Hubicka <hubicka@ucw.cz>
19368
19369 * gimple.c: Include builtins.h
19370 (gimple_inexpensive_call_p): New function.
19371 * gimple.h (gimple_inexpensive_call_p): Declare.
19372 * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Use it.
19373 * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Likewise;
19374 fix formatting.
19375
19376 2016-06-07 Paolo Carlini <paolo.carlini@oracle.com>
19377
19378 * diagnostic.c (diagnostic_impl, diagnostic_n_impl): New.
19379 (inform, inform_at_rich_loc, inform_n, warning, warning_at,
19380 warning_at_rich_loc, warning_n, pedwarn, permerror,
19381 permerror_at_rich_loc, error, error_n, error_at, error_at_rich_loc,
19382 sorry, fatal_error, internal_error, internal_error_no_backtrace):
19383 Use the above.
19384
19385 2016-06-07 Richard Biener <rguenther@suse.de>
19386
19387 PR tree-optimization/71428
19388 * tree-ssa-math-opts.c (perform_symbolic_merge): Properly distinguish
19389 BIT_FIELD_REF op vs. load.
19390
19391 2016-06-07 Richard Biener <rguenther@suse.de>
19392
19393 PR middle-end/71423
19394 * match.pd ((X | ~Y) -> Y <= X): Properly invert the comparison
19395 for signed ops.
19396
19397 2016-06-06 John David Anglin <danglin@gcc.gnu.org>
19398
19399 * config/pa/pa.md (call): Generate indirect long calls to non-local
19400 functions on TARGET_64BIT.
19401 (call_value): Likewise.
19402
19403 2016-06-06 John David Anglin <danglin@gcc.gnu.org>
19404
19405 * config/pa/pa.md (call_val_reg_64bit): Remove "reg: DI " clobber from
19406 pattern and subsequent splitters.
19407 (call_val_reg_64bit_post_reload): Likewise.
19408
19409 2016-06-07 Kugan Vivekanandarajah <kuganv@linaro.org>
19410
19411 PR middle-end/71408
19412 * tree-ssa-reassoc.c (zero_one_operation): Fix NEGATE_EXPR operand for
19413 propagate_op_to_single_use.
19414
19415 2016-06-07 Kugan Vivekanandarajah <kuganv@linaro.org>
19416
19417 PR middle-end/71281
19418 * tree-ssa-reassoc.c (reassociate_bb): Set uid for negate stmt.
19419
19420 2016-06-07 Uros Bizjak <ubizjak@gmail.com>
19421
19422 * config/i386/i386.h (enum ix86_enitity): Add X86_DIRFLAG.
19423 (enum x86_dirflag_state): New enum.
19424 (NUM_MODES_FOR_MODE_SWITCHING): Add X86_DIRFLAG_ANY.
19425 (machine_function): Remove needs_cld.
19426 (ix86_current_function_needs_cld): Remove.
19427 * config/i386/i386.c (ix86_set_func_type): Set
19428 ix86_optimize_mode_switching[X86_DIRFLAG] to 1.
19429 (ix86_expand_prologue): Do not emit CLD here.
19430 (ix86_dirflag_mode_needed): New function.
19431 (ix86_dirflag_mode_entry): Ditto.
19432 (ix86_mode_needed): Handle X86_DIRFLAG entity.
19433 (ix86_mode_after): Ditto.
19434 (ix86_mode_entry): Ditto.
19435 (ix86_mode_exit): Ditto.
19436 (ix86_emit_mode_set): Ditto.
19437 * config/i386/i386.md (strmov_singleop): Set
19438 ix86_optimize_mode_switching[X86_DIRFLAG] to 1 for TARGET_CLD.
19439 Do not set ix86_current_function_needs_cld.
19440 (rep_mov): Ditto.
19441 (strset_singleop): Ditto.
19442 (rep_stos): Ditto.
19443 (cmpstrnqi_nz_1): Ditto.
19444 (cmpstrnqi_1): Ditto.
19445 (strlenqi_1): Ditto.
19446
19447 2016-06-06 Jakub Jelinek <jakub@redhat.com>
19448
19449 PR tree-optimization/71259
19450 * tree-vect-slp.c (vect_get_constant_vectors): For
19451 VECTOR_BOOLEAN_TYPE_P, return all ones constant instead of
19452 one for constant op, and use COND_EXPR for non-constant.
19453
19454 2016-06-06 David Malcolm <dmalcolm@redhat.com>
19455
19456 * Makefile.in (OBJS): Add function-tests.o,
19457 hash-map-tests.o, hash-set-tests.o, rtl-tests.o,
19458 selftest-run-tests.o.
19459 (OBJS-libcommon): Add selftest.o.
19460 (OBJS-libcommon-target): Add selftest.o.
19461 (all.internal): Add "selftest".
19462 (all.cross): Likewise.
19463 (selftest): New phony target.
19464 (s-selftest): New target.
19465 (selftest-gdb): New phony target.
19466 (COLLECT2_OBJS): Add selftest.o.
19467 * bitmap.c: Include "selftest.h".
19468 (selftest::test_gc_alloc): New function.
19469 (selftest::test_set_range): New function.
19470 (selftest::test_clear_bit_in_middle): New function.
19471 (selftest::test_copying): New function.
19472 (selftest::test_bitmap_single_bit_set_p): New function.
19473 (selftest::bitmap_c_tests): New function.
19474 * common.opt (fself-test): New.
19475 * diagnostic-show-locus.c: Include "selftest.h".
19476 (make_range): New function.
19477 (test_range_contains_point_for_single_point): New function.
19478 (test_range_contains_point_for_single_line): New function.
19479 (test_range_contains_point_for_multiple_lines): New function.
19480 (assert_eq): New function.
19481 (test_get_line_width_without_trailing_whitespace): New function.
19482 (selftest::diagnostic_show_locus_c_tests): New function.
19483 * et-forest.c: Include "selftest.h".
19484 (selftest::test_single_node): New function.
19485 (selftest::test_simple_tree): New function.
19486 (selftest::test_disconnected_nodes): New function.
19487 (selftest::et_forest_c_tests): New function.
19488 * fold-const.c: Include "selftest.h".
19489 (selftest::assert_binop_folds_to_const): New function.
19490 (selftest::assert_binop_folds_to_nonlvalue): New function.
19491 (selftest::test_arithmetic_folding): New function.
19492 (selftest::fold_const_c_tests): New function.
19493 * function-tests.c: New file.
19494 * gimple.c: Include "selftest.h".
19495 Include "gimple-pretty-print.h".
19496 (selftest::verify_gimple_pp): New function.
19497 (selftest::test_assign_single): New function.
19498 (selftest::test_assign_binop): New function.
19499 (selftest::test_nop_stmt): New function.
19500 (selftest::test_return_stmt): New function.
19501 (selftest::test_return_without_value): New function.
19502 (selftest::gimple_c_tests): New function.
19503 * hash-map-tests.c: New file.
19504 * hash-set-tests.c: New file.
19505 * input.c: Include "selftest.h".
19506 (selftest::assert_loceq): New function.
19507 (selftest::test_accessing_ordinary_linemaps): New function.
19508 (selftest::test_unknown_location): New function.
19509 (selftest::test_builtins): New function.
19510 (selftest::test_reading_source_line): New function.
19511 (selftest::input_c_tests): New function.
19512 * rtl-tests.c: New file.
19513 * selftest-run-tests.c: New file.
19514 * selftest.c: New file.
19515 * selftest.h: New file.
19516 * spellcheck.c: Include "selftest.h".
19517 (selftest::levenshtein_distance_unit_test_oneway): New function,
19518 adapted from testsuite/gcc.dg/plugin/levenshtein_plugin.c.
19519 (selftest::levenshtein_distance_unit_test): Likewise.
19520 (selftest::spellcheck_c_tests): Likewise.
19521 * toplev.c: Include selftest.h.
19522 (toplev::run_self_tests): New.
19523 (toplev::main): Handle -fself-test.
19524 * toplev.h (toplev::run_self_tests): New.
19525 * tree.c: Include "selftest.h".
19526 (selftest::test_integer_constants): New function.
19527 (selftest::test_identifiers): New function.
19528 (selftest::test_labels): New function.
19529 (selftest::tree_c_tests): New function.
19530 * tree-cfg.c: Include "selftest.h".
19531 (selftest::push_fndecl): New function.
19532 (selftest::test_linear_chain): New function.
19533 (selftest::test_diamond): New function.
19534 (selftest::test_fully_connected): New function.
19535 (selftest::tree_cfg_c_tests): New function.
19536 * vec.c: Include "selftest.h".
19537 (selftest::safe_push_range): New function.
19538 (selftest::test_quick_push): New function.
19539 (selftest::test_safe_push): New function.
19540 (selftest::test_truncate): New function.
19541 (selftest::test_safe_grow_cleared): New function.
19542 (selftest::test_pop): New function.
19543 (selftest::test_safe_insert): New function.
19544 (selftest::test_ordered_remove): New function.
19545 (selftest::test_unordered_remove): New function.
19546 (selftest::test_block_remove): New function.
19547 (selftest::reverse_cmp): New function.
19548 (selftest::test_qsort): New function.
19549 (selftest::vec_c_tests): New function.c.
19550 * wide-int.cc: Include selftest.h and wide-int-print.h.
19551 (selftest::from_int <wide_int>): New function.
19552 (selftest::from_int <offset_int>): New function.
19553 (selftest::from_int <widest_int>): New function.
19554 (selftest::assert_deceq): New function.
19555 (selftest::assert_hexeq): New function.
19556 (selftest::test_printing <VALUE_TYPE>): New function template.
19557 (selftest::test_ops <VALUE_TYPE>): New function template.
19558 (selftest::test_comparisons <VALUE_TYPE>): New function template.
19559 (selftest::run_all_wide_int_tests <VALUE_TYPE>): New function
19560 template.
19561 (selftest::wide_int_cc_tests): New function.
19562
19563 2016-06-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
19564
19565 PR middle-end/37780
19566 * ifcvt.c (noce_try_ifelse_collapse): New function.
19567 Declare prototype.
19568 (noce_process_if_block): Call noce_try_ifelse_collapse.
19569 * simplify-rtx.c (simplify_cond_clz_ctz): New function.
19570 (simplify_ternary_operation): Use the above to simplify
19571 conditional CLZ/CTZ expressions.
19572
19573 2016-06-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
19574
19575 PR middle-end/37780
19576 * config/aarch64/aarch64.md (ctz<mode>2): Convert to
19577 define_insn_and_split.
19578
19579 2016-06-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
19580
19581 PR middle-end/37780
19582 * config/arm/arm.md (ctzsi2): Convert to define_insn_and_split.
19583
19584 2016-06-06 Bernd Edlinger <bernd.edlinger@hotmail.de>
19585
19586 PR c/24414
19587 * cfgexpand.c (expand_asm_loc): Remove handling for ADDR_EXPR.
19588 Implicitly clobber memory for basic asm with non-empty assembler
19589 string. Use targetm.md_asm_adjust also here.
19590 * compare-elim.c (arithmetic_flags_clobber_p): Use asm_noperands here.
19591 * final.c (final_scan_insn): Handle basic asm in PARALLEL block.
19592 * gimple.c (gimple_asm_clobbers_memory_p): Handle basic asm with
19593 non-empty assembler string.
19594 * ira.c (compute_regs_asm_clobbered): Use asm_noperands here.
19595 * recog.c (asm_noperands): Handle basic asm in PARALLEL block.
19596 (decode_asm_operands): Handle basic asm in PARALLEL block.
19597 (extract_insn): Handle basic asm in PARALLEL block.
19598 * doc/extend.texi: Mention new behavior of basic asm.
19599 * config/ia64/ia64 (rtx_needs_barrier): Handle ASM_INPUT here.
19600 * config/pa/pa.c (branch_to_delay_slot_p, branch_needs_nop_p,
19601 branch_needs_nop_p): Use asm_noperands.
19602
19603 2016-06-06 Jose E. Marchesi <jose.marchesi@oracle.com>
19604
19605 * config/sparc/sparc.md (cpu): Add niagara7 cpu type.
19606 Include the M7 SPARC DFA scheduler.
19607 New attribute v3pipe.
19608 Annotate insns with v3pipe where appropriate.
19609 Define cpu_feature vis4.
19610 Add lzd instruction type and set it on clzdi_sp64 and clzsi_sp64.
19611 Add (V8QI "8") to vbits.
19612 Add insns {add,sub}v8qi3
19613 Add insns ss{add,sub}v8qi3
19614 Add insns us{add,sub}{v8qi,v4hi}3
19615 Add insns {min,max}{v8qi,v4hi,v2si}3
19616 Add insns {minu,maxu}{v8qi,v4hi,v2si}3
19617 Add insns fpcmp{le,gt,ule,ug,ule,ugt}{8,16,32}_vis.
19618 * config/sparc/niagara4.md: Add a comment explaining the
19619 discrepancy between the documented latenty numbers and the
19620 implemented ones.
19621 * config/sparc/niagara7.md: New file.
19622 * configure.ac (HAVE_AS_SPARC5_VIS4): Define if the assembler
19623 supports SPARC5 and VIS 4.0 instructions.
19624 * configure: Regenerate.
19625 * config.in: Likewise.
19626 * config.gcc: niagara7 is a supported cpu in sparc*-*-* targets.
19627 * config/sparc/sol2.h (ASM_CPU32_DEFAUILT_SPEC): Set for
19628 TARGET_CPU_niagara7.
19629 (ASM_CPU64_DEFAULT_SPEC): Likewise.
19630 (CPP_CPU_SPEC): Handle niagara7.
19631 (ASM_CPU_SPEC): Likewise.
19632 * config/sparc/sparc-opts.h (processor_type): Add
19633 PROCESSOR_NIAGARA7.
19634 (mvis4): New option.
19635 * config/sparc/sparc.h (TARGET_CPU_niagara7): Define.
19636 (AS_NIAGARA7_FLAG): Define.
19637 (ASM_CPU64_DEFAULT_SPEC): Set for niagara7.
19638 (CPP_CPU64_DEFAULT_SPEC): Likewise.
19639 (CPP_CPU_SPEC): Handle niagara7.
19640 (ASM_CPU_SPEC): Likewise.
19641 * config/sparc/sparc.c (niagara7_costs): Define.
19642 (sparc_option_override): Handle niagara7 and adjust cache-related
19643 parameters with better values for niagara cpus. Also support VIS4.
19644 (sparc32_initialize_trampoline): Likewise.
19645 (sparc_use_sched_lookahead): Likewise.
19646 (sparc_issue_rate): Likewise.
19647 (sparc_register_move_cost): Likewise.
19648 (dump_target_flag_bits): Support VIS4.
19649 (sparc_vis_init_builtins): Likewise.
19650 (sparc_builtins): Likewise.
19651 * config/sparc/sparc-c.c (sparc_target_macros): Define __VIS__ for
19652 VIS4 4.0.
19653 * config/sparc/driver-sparc.c (cpu_names): Add SPARC-M7 and
19654 UltraSparc M7.
19655 * config/sparc/sparc.opt (sparc_processor_type): New value
19656 niagara7.
19657 * config/sparc/visintrin.h (__attribute__): Prototypes for the
19658 VIS4 builtins.
19659 * doc/invoke.texi (SPARC Options): Document -mcpu=niagara7 and
19660 -mvis4.
19661 * doc/extend.texi (SPARC VIS Built-in Functions): Document the
19662 VIS4 builtins.
19663
19664 2016-06-06 Jonathan Wakely <jwakely@redhat.com>
19665
19666 * doc/sourcebuild.texi (Directives): Remove extra closing braces.
19667
19668 2016-06-06 Richard Biener <rguenther@suse.de>
19669
19670 PR tree-optimization/71398
19671 * tree-ssa-loop-ivcanon.c (unloop_loops): First unloop, then
19672 remove edges.
19673
19674 2016-06-05 James Bowman <james.bowman@ftdichip.com>
19675
19676 * config/ft32/ft32.c (ft32_setup_incoming_varargs,
19677 ft32_expand_prolog, ft32_expand_epilogue):
19678 Handle pretend_args.
19679 * config/ft32/ft32.h: Remove OUTGOING_REG_PARM_STACK_SPACE.
19680 * config/ft32/ft32.md: Add pretend_returner.
19681
19682 2016-06-06 Uros Bizjak <ubizjak@gmail.com>
19683
19684 PR target/71389
19685 * config/i386/i386.c (ix86_avx256_split_vector_move_misalign):
19686 Copy op1 RTX to avoid invalid sharing.
19687 (ix86_expand_vector_move_misalign): Ditto.
19688
19689 2016-06-05 John David Anglin <danglin@gcc.gnu.org>
19690
19691 * expr.c (move_by_pieces_d::generate): Mark mode parameter with
19692 ATTRIBUTE_UNUSED.
19693
19694 2016-06-05 Jan Hubicka <hubicka@ucw.cz>
19695
19696 * predict.c (predicted_by_loop_heuristics_p): New function.
19697 (predict_iv_comparison): Use it.
19698 (predict_loops): Walk from innermost loops; do not predict edges
19699 leaving multiple loops multiple times; implement
19700 PRED_LOOP_ITERATIONS_MAX heuristics.
19701 * predict.def (PRED_LOOP_ITERATIONS_MAX): New predictor.
19702
19703 2016-06-05 Jan Hubicka <hubicka@ucw.cz>
19704
19705 * cfg.c (check_bb_profile): Do not report mismatched profiles when
19706 only edges out of BB are EH edges.
19707
19708 2016-06-04 Martin Sebor <msebor@redhat.com>
19709 Marcin Baczyński <marbacz@gmail.com>
19710
19711 PR c/48116
19712 * doc/invoke.texi (-Wreturn-type): Mention not warning on return with
19713 a void expression in a void function.
19714
19715 2016-06-03 Jan Hubicka <hubicka@ucw.cz>
19716
19717 * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Do not check
19718 aux; dump reasons of decisions.
19719 (should_duplicate_loop_header_p): Likewise.
19720 (do_while_loop_p): Likewise.
19721 (ch_base::copy_headers): Dump asi num insns duplicated.
19722
19723 2016-06-04 Jakub Jelinek <jakub@redhat.com>
19724
19725 PR tree-optimization/71405
19726 * tree-ssa.c (execute_update_addresses_taken): For clobber with
19727 incompatible type, build a new clobber with the right type instead
19728 of building a VIEW_CONVERT_EXPR around it.
19729
19730 2016-06-04 Oleg Endo <olegendo@gcc.gnu.org>
19731
19732 PR tree-optimization/52171
19733 * config/sh/sh.c (sh_use_by_pieces_infrastructure_p): Use
19734 by_pieces_ninsns instead of move_by_pieces_ninsns.
19735
19736 2016-06-04 Oleg Endo <olegendo@gcc.gnu.org>
19737
19738 * config/sh/sh.c (sh_print_operand_address): Don't use hardcoded 'r0'
19739 for reg+reg addressing mode.
19740
19741 2016-06-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
19742
19743 * rs6000-c.c (c/c-tree.h): Add #include.
19744 (altivec_resolve_overloaded_builtin): Handle ARRAY_TYPE arguments
19745 in C++ when found in the base position of vec_ld or vec_st.
19746
19747 2016-06-03 Jan Hubicka <hubicka@ucw.cz>
19748
19749 * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Avoid
19750 use of profile unless profile status is PROFILE_READ.
19751 * profile.c (compute_branch_probabilities): Set profile status
19752 only after reporting predictor hitrates.
19753
19754 2016-06-03 Joseph Myers <joseph@codesourcery.com>
19755
19756 PR target/71276
19757 PR target/71277
19758 * common.opt (ffp-int-builtin-inexact): New option.
19759 * doc/invoke.texi (-fno-fp-int-builtin-inexact): Document.
19760 * doc/md.texi (floor@var{m}2, btrunc@var{m}2, round@var{m}2)
19761 (ceil@var{m}2): Document dependence on this option.
19762 * ipa-inline-transform.c (inline_call): Handle
19763 flag_fp_int_builtin_inexact.
19764 * ipa-inline.c (can_inline_edge_p): Likewise.
19765 * config/i386/i386.md (rintxf2): Do not test
19766 flag_unsafe_math_optimizations.
19767 (rint<mode>2_frndint): New define_insn.
19768 (rint<mode>2): Do not test flag_unsafe_math_optimizations for 387
19769 or !flag_trapping_math for SSE. Just use gen_rint<mode>2_frndint
19770 for 387 instead of extending and truncating.
19771 (frndintxf2_<rounding>): Test flag_fp_int_builtin_inexact ||
19772 !flag_trapping_math instead of flag_unsafe_math_optimizations.
19773 Change to frndint<mode>2_<rounding>.
19774 (frndintxf2_<rounding>_i387): Likewise. Change to
19775 frndint<mode>2_<rounding>_i387.
19776 (<rounding_insn>xf2): Likewise.
19777 (<rounding_insn><mode>2): Test flag_fp_int_builtin_inexact ||
19778 !flag_trapping_math instead of flag_unsafe_math_optimizations for
19779 x87. Test TARGET_ROUND || !flag_trapping_math ||
19780 flag_fp_int_builtin_inexact instead of !flag_trapping_math for
19781 SSE. Use ROUND_NO_EXC in constant operand of
19782 gen_sse4_1_round<mode>2. Just use gen_frndint<mode>2_<rounding>
19783 for 387 instead of extending and truncating.
19784
19785 2016-06-03 H.J. Lu <hongjiu.lu@intel.com>
19786 Julia Koval <julia.koval@intel.com>
19787
19788 PR target/66960
19789 PR target/67630
19790 PR target/67634
19791 PR target/67841
19792 PR target/68037
19793 PR target/68618
19794 PR target/68661
19795 PR target/69575
19796 PR target/69596
19797 PR target/69734
19798 * config/i386/i386-protos.h (ix86_epilogue_uses): New prototype.
19799 * config/i386/i386.c (ix86_conditional_register_usage): Preserve
19800 all registers, except for function return registers if there are
19801 no caller-saved registers.
19802 (ix86_set_func_type): New function.
19803 (ix86_set_current_function): Call ix86_set_func_type to set
19804 no_caller_saved_registers and func_type. Call reinit_regs if
19805 caller-saved registers are changed. Don't allow MPX, SSE, MMX
19806 nor x87 instructions in interrupt handler nor function with
19807 no_caller_saved_registers attribute.
19808 (ix86_function_ok_for_sibcall): Return false if there are no
19809 caller-saved registers.
19810 (type_natural_mode): Don't warn ABI change for MMX in interrupt
19811 handler.
19812 (ix86_function_arg_advance): Skip for callee in interrupt handler.
19813 (ix86_function_arg): Return special arguments in interrupt handler.
19814 (ix86_promote_function_mode): Promote pointer to word_mode only
19815 for normal functions.
19816 (ix86_can_use_return_insn_p): Don't use `ret' instruction in
19817 interrupt handler.
19818 (ix86_epilogue_uses): New function.
19819 (ix86_hard_regno_scratch_ok): Likewise.
19820 (ix86_save_reg): Preserve all registers in interrupt handler
19821 after reload. Preserve all registers, except for function return
19822 registers, if there are no caller-saved registers after reload.
19823 (find_drap_reg): Always use callee-saved register if there are
19824 no caller-saved registers.
19825 (ix86_minimum_incoming_stack_boundary): Return MIN_STACK_BOUNDARY
19826 for interrupt handler.
19827 (ix86_expand_prologue): Don't allow DRAP in interrupt handler.
19828 Emit cld instruction if stringops are used in interrupt handler
19829 or interrupt handler isn't a leaf function.
19830 (ix86_expand_epilogue): Generate interrupt return for interrupt
19831 handler and pop the 'ERROR_CODE' off the stack before interrupt
19832 return in exception handler.
19833 (ix86_expand_call): Disallow calling interrupt handler directly.
19834 If there are no caller-saved registers, mark all registers that
19835 are clobbered by the call which returns as clobbered.
19836 (ix86_handle_no_caller_saved_registers_attribute): New function.
19837 (ix86_handle_interrupt_attribute): Likewise.
19838 (ix86_attribute_table): Add interrupt and no_caller_saved_registers
19839 attributes.
19840 (TARGET_HARD_REGNO_SCRATCH_OK): Likewise.
19841 * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Use argument
19842 accumulation in interrupt function if stack may be realigned to
19843 avoid DRAP.
19844 (EPILOGUE_USES): New.
19845 (function_type): New enum.
19846 (machine_function): Add func_type and no_caller_saved_registers.
19847 * config/i386/i386.md (UNSPEC_INTERRUPT_RETURN): New.
19848 (interrupt_return): New pattern.
19849 * doc/extend.texi: Document x86 interrupt and
19850 no_caller_saved_registers attributes.
19851
19852 2016-06-03 Bernd Schmidt <bschmidt@redhat.com>
19853
19854 PR tree-optimization/52171
19855 * builtins.c (expand_cmpstrn_or_cmpmem): Delete, moved elsewhere.
19856 (expand_builtin_memcmp): New arg RESULT_EQ. All callers changed.
19857 Look for constant strings. Move some code to emit_block_cmp_hints
19858 and use it.
19859 * builtins.def (BUILT_IN_MEMCMP_EQ): New.
19860 * defaults.h (COMPARE_MAX_PIECES): New macro.
19861 * expr.c (move_by_pieces_d, store_by_pieces_d): Remove old structs.
19862 (move_by_pieces_1, store_by_pieces_1, store_by_pieces_2): Remvoe.
19863 (clear_by_pieces_1): Don't declare. Move definition before use.
19864 (can_do_by_pieces): New static function.
19865 (can_move_by_pieces): Use it. Return bool.
19866 (by_pieces_ninsns): Renamed from move_by_pieces_ninsns. New arg
19867 OP. All callers changed. Handle COMPARE_BY_PIECES.
19868 (class pieces_addr); New.
19869 (pieces_addr::pieces_addr, pieces_addr::decide_autoinc,
19870 pieces_addr::adjust, pieces_addr::increment_address,
19871 pieces_addr::maybe_predec, pieces_addr::maybe_postinc): New member
19872 functions for it.
19873 (class op_by_pieces_d): New.
19874 (op_by_pieces_d::op_by_pieces_d, op_by_pieces_d::run): New member
19875 functions for it.
19876 (class move_by_pieces_d, class compare_by_pieces_d,
19877 class store_by_pieces_d): New subclasses of op_by_pieces_d.
19878 (move_by_pieces_d::prepare_mode, move_by_pieces_d::generate,
19879 move_by_pieces_d::finish_endp, store_by_pieces_d::prepare_mode,
19880 store_by_pieces_d::generate, store_by_pieces_d::finish_endp,
19881 compare_by_pieces_d::generate, compare_by_pieces_d::prepare_mode,
19882 compare_by_pieces_d::finish_mode): New member functions.
19883 (compare_by_pieces, emit_block_cmp_via_cmpmem): New static
19884 functions.
19885 (expand_cmpstrn_or_cmpmem): Moved here from builtins.c.
19886 (emit_block_cmp_hints): New function.
19887 (move_by_pieces, store_by_pieces, clear_by_pieces): Rewrite to just
19888 use the newly defined classes.
19889 * expr.h (by_pieces_constfn): New typedef.
19890 (can_store_by_pieces, store_by_pieces): Use it in arg declarations.
19891 (emit_block_cmp_hints, expand_cmpstrn_or_cmpmem): Declare.
19892 (move_by_pieces_ninsns): Don't declare.
19893 (can_move_by_pieces): Change return value to bool.
19894 * target.def (TARGET_USE_BY_PIECES_INFRASTRUCTURE_P): Update docs.
19895 (compare_by_pieces_branch_ratio): New hook.
19896 * target.h (enum by_pieces_operation): Add COMPARE_BY_PIECES.
19897 (by_pieces_ninsns): Declare.
19898 * targethooks.c (default_use_by_pieces_infrastructure_p): Handle
19899 COMPARE_BY_PIECES.
19900 (default_compare_by_pieces_branch_ratio): New function.
19901 * targhooks.h (default_compare_by_pieces_branch_ratio): Declare.
19902 * doc/tm.texi.in (STORE_MAX_PIECES, COMPARE_MAX_PIECES): Document.
19903 * doc/tm.texi: Regenerate.
19904 * tree-ssa-strlen.c: Include "builtins.h".
19905 (handle_builtin_memcmp): New static function.
19906 (strlen_optimize_stmt): Call it for BUILT_IN_MEMCMP.
19907 * tree.c (build_common_builtin_nodes): Create __builtin_memcmp_eq.
19908
19909 2016-06-03 Alan Hayward <alan.hayward@arm.com>
19910
19911 * tree-vect-stmts.c (vect_stmt_relevant_p): Do not vectorize non live
19912 relevant stmts which are simple and invariant.
19913 * tree-vect-loop.c (vectorizable_live_operation): Check relevance
19914 instead of simple and invariant
19915
19916 2016-06-03 Alan Hayward <alan.hayward@arm.com>
19917
19918 * tree-vect-loop.c (vect_analyze_loop_operations): Allow live stmts.
19919 (vectorizable_reduction): Check for new relevant state.
19920 (vectorizable_live_operation): vectorize live stmts using
19921 BIT_FIELD_REF. Remove special case for gimple assigns stmts.
19922 * tree-vect-stmts.c (is_simple_and_all_uses_invariant): New function.
19923 (vect_stmt_relevant_p): Check for stmts which are only used live.
19924 (process_use): Use of a stmt does not inherit it's live value.
19925 (vect_mark_stmts_to_be_vectorized): Simplify relevance inheritance.
19926 (vect_analyze_stmt): Check for new relevant state.
19927 * tree-vectorizer.h (vect_relevant): New entry for a stmt which is used
19928 outside the loop, but not inside it.
19929
19930 2016-06-03 Alan Hayward <alan.hayward@arm.com>
19931
19932 * tree-vectorizer.h (vect_get_vec_def_for_operand_1): New.
19933 * tree-vect-stmts.c (vect_get_vec_def_for_operand_1): New.
19934 (vect_get_vec_def_for_operand): Split out code.
19935
19936 2016-06-03 Segher Boessenkool <segher@kernel.crashing.org>
19937
19938 * config/rs6000/rs6000.md (define_peepholes for two mfcr's): Delete.
19939
19940 2016-06-03 Alan Hayward <alan.hayward@arm.com>
19941
19942 * tree-vect-stmts.c (vectorizable_call) Remove GOMP_SIMD_LANE code.
19943
19944 2016-06-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
19945
19946 * config/arm/thumb1.md (*thumb1_mulsi3): Fix typos in comment.
19947
19948 2016-06-03 Jakub Jelinek <jakub@redhat.com>
19949
19950 PR middle-end/71387
19951 * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): If redirecting
19952 to noreturn e->callee->decl that has void return type and void
19953 arguments, adjust gimple_call_fntype and remove lhs even if it had
19954 previously addressable type.
19955
19956 2016-06-02 Jeff Law <law@redhat.com>
19957
19958 PR tree-optimization/71328
19959 * tree-ssa-threadupdate.c (duplicate_thread_path): Fix off-by-one
19960 error when checking for a jump back onto the copied path.
19961
19962 2016-06-02 David Malcolm <dmalcolm@redhat.com>
19963
19964 * config/microblaze/microblaze.c (get_branch_target): Add return
19965 NULL_RTX for the non-CALL_P case.
19966 (insert_wic_for_ilb_runout): Remove unused local "wic_addr1".
19967 (insert_wic): Remove unused local "j".
19968
19969 2016-06-02 Martin Liska <mliska@suse.cz>
19970
19971 * predict.def: Fix typo in PRED_FORTRAN_FAIL_IO display name.
19972
19973 2016-06-02 H.J. Lu <hongjiu.lu@intel.com>
19974 Julia Koval <julia.koval@intel.com>
19975
19976 * function.c (assign_parm_setup_stack): Force source into a
19977 register if needed.
19978 * target.def (function_incoming_arg): Update documentation to
19979 allow arbitrary address computation based on hard register.
19980 * doc/tm.texi: Regenerated.
19981
19982 2016-06-02 Martin Liska <mliska@suse.cz>
19983
19984 * predict.c (combine_predictions_for_bb): Fix first match in
19985 cases where a first predictor contains more than one occurence
19986 in list of predictors. Take the best value in such case.
19987
19988 2016-06-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
19989
19990 PR rtl-optimization/71295
19991 * rtlanal.c (subreg_get_info): If taking a subreg at the requested
19992 offset would go over the size of the inner mode reject it.
19993
19994 2016-06-02 Jakub Jelinek <jakub@redhat.com>
19995
19996 * config/i386/sse.md (*vec_concatv4si): Use v=v,v instead of
19997 x=x,x and v=v,m instead of x=x,m.
19998
19999 * config/i386/sse.md (*vec_concatv2si_sse4_1): Add avx512dq v=Yv,rm
20000 alternative. Change x=x,x alternative to v=Yv,Yv and x=rm,C
20001 alternative to v=rm,C.
20002
20003 * config/i386/sse.md (*vec_concatv2di): Add x86_avx512dq v=Yv,rm
20004 alternative. Change x=xm,C alternative to v=vm,C, x=x,x alternative
20005 to v=Yv,Yv and x=x,m to v=v,m. Use maybe_evex prefix attribute
20006 instead of vex for the last two above mentioned alternatives.
20007
20008 2016-06-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
20009
20010 PR target/70830
20011 * config/arm/arm.c (arm_output_multireg_pop): Guard "pop" on update.
20012
20013 2016-06-02 Segher Boessenkool <segher@kernel.crashing.org>
20014
20015 * config/rs6000/dfp.md (trunctddd2): Correct the "length" attribute.
20016
20017 2016-06-01 David Malcolm <dmalcolm@redhat.com>
20018
20019 * config/rl78/rl78.c (rl78_expand_prologue): Convert local
20020 from int to unsigned.
20021
20022 2016-05-31 Michael Meissner <meissner@linux.vnet.ibm.com>
20023
20024 * config/rs6000/vsx.md (vsx_splat_<mode>, V2DI/V2DF): Simplify
20025 alternatives, eliminating preferred register class. Add support
20026 for the MTVSRDD instruction in ISA 3.0.
20027 (vsx_splat_v4si_internal): Use splat_input_operand instead of
20028 reg_or_indexed_operand.
20029 (vsx_splat_v4sf_internal): Likewise.
20030
20031 2016-05-31 Michael Meissner <meissner@linux.vnet.ibm.com>
20032
20033 PR target/71186
20034 * config/rs6000/vsx.md (xxspltib_<mode>_nosplit): Add alternatives
20035 for loading up all 0's or all 1's.
20036
20037 2016-06-01 Thomas Preud'homme <thomas.preudhomme@arm.com>
20038
20039 * doc/sourcebuild.texi (arm_acq_rel): Document new effective target.
20040
20041 2016-06-01 Eduard Sanou <dhole@openmailbox.org>
20042
20043 * doc/cppenv.texi: Note that the `%s` in `date` is a non-standard
20044 extension.
20045 * gcc.c (driver_handle_option): Call set_source_date_epoch_envvar.
20046 * gcc.c (set_source_date_epoch_envvar): New function, sets
20047 the SOURCE_DATE_EPOCH environment variable to the current time.
20048
20049 2016-06-01 Eric Botcazou <ebotcazou@adacore.com>
20050
20051 * tree-vect-loop.c (vect_determine_vectorization_factor): Also compute
20052 the factor for live Phi nodes.
20053
20054 2016-06-01 Jan Hubicka <hubicka@ucw.cz>
20055
20056 * loop-dolop.c (doloop_optimize): Us likely max iteration bound.
20057 * tree-parloops.c (parallelize_loops): likewise.
20058 * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop,
20059 tree_unswitch_outer_loop): likewise.
20060
20061 2016-06-01 Jakub Jelinek <jakub@redhat.com>
20062
20063 PR middle-end/71371
20064 * gimplify.c (gimplify_omp_for): Temporarily clear gimplify_omp_ctxp
20065 around creation of the temporary.
20066
20067 2016-06-01 Richard Biener <rguenther@suse.de>
20068
20069 PR tree-optimization/71366
20070 * tree-ssa-loop-ivcanon.c (edges_to_remove): New global.
20071 (unloop_loops): Move removing edges here ...
20072 (try_unroll_loop_completely): ... from here.
20073 (try_peel_loop): ... and here.
20074 (tree_unroll_loops_completely_1): Track parent loops via
20075 bitmap of header BBs.
20076 (tree_unroll_loops_completely): Adjust for that.
20077
20078 2016-06-01 Kelvin Nilsen <kelvin@gcc.gnu.org>
20079
20080 * config/rs6000/altivec.h (vec_slv): New macro.
20081 (vec_srv): New macro.
20082 * config/rs6000/altivec.md (UNSPEC_VSLV): New value.
20083 (UNSPEC_VSRV): New value.
20084 (vslv): New insn.
20085 (vsrv): New insn.
20086 * config/rs6000/rs6000-builtin.def (vslv): New builtin definition.
20087 (vsrv): New builtin definition.
20088 * config/rs6000/rs6000-c.c (P9V_BUILTIN_VSLV): Macro expansion to
20089 define argument types for new builtin.
20090 (P9V_BUILTIN_VSRV): Macro expansion to define argument types for
20091 new builtin.
20092 * doc/extend.texi: Document the new vec_vslv and vec_srv built-in
20093 functions.
20094
20095 2016-06-01 Uros Bizjak <ubizjak@gmail.com>
20096 Jocelyn Mayer <l_indien@magic.fr>
20097
20098 PR target/67310
20099 * config/i386/driver-i386.c (host_detect_local_cpu): Correctly
20100 detect processor family for signature_CENTAUR_ebx.
20101 <case PROCESSOR_I486>: Pass c3, winchip2 or winchip-c6 for
20102 signature_CENTAUR_ebx.
20103 <case PROCESSOR _PENTIUMPRO>: Pass c3-2 for signature_CENTAUR_ebx.
20104 <default>: Pass x86-64 for has_longmode.
20105
20106 2016-06-01 Nathan Sidwell <nathan@acm.org>
20107
20108 * config/nvptx/nvptx.c (nvptx_assemble_undefined_decl): Reject
20109 undefined weak.
20110
20111 2016-06-01 Richard Biener <rguenther@suse.de>
20112
20113 PR tree-optimization/71261
20114 * tree-vect-patterns.c (check_bool_pattern): Gather a hash-set
20115 of stmts successfully put in the bool pattern. Remove
20116 single-use restriction.
20117 (adjust_bool_pattern_cast): Add cast at the use site via the
20118 pattern def sequence.
20119 (adjust_bool_pattern): Remove recursion, maintain a hash-map
20120 of patterned defs. Use the pattern def seqence instead of
20121 multiple independent patterns.
20122 (sort_after_uid): New qsort compare function.
20123 (adjust_bool_stmts): New function to process stmts in the bool
20124 pattern in IL order.
20125 (vect_recog_bool_pattern): Adjust.
20126 * tree-if-conv.c (ifcvt_split_def_stmt): Remove.
20127 (ifcvt_walk_pattern_tree): Likewise.
20128 (stmt_is_root_of_bool_pattern): Likewise.
20129 (ifcvt_repair_bool_pattern): Likewise.
20130 (tree_if_conversion): Do not call ifcvt_repair_bool_pattern.
20131
20132 2016-06-01 Jan Hubicka <hubicka@ucw.cz>
20133
20134 * loop-unroll.c (decide_unroll_constant_iterations,
20135 decide_unroll_runtime_iterations, decide_unroll_stupid): Use
20136 likely upper bounds.
20137 * loop-iv.c (find_simple_exit): Dump likely upper bounds.
20138
20139 2016-06-01 Thomas Schwinge <thomas@codesourcery.com>
20140
20141 * tree-core.h (enum omp_clause_code): Remove
20142 OMP_CLAUSE_DEVICE_RESIDENT. Adjust all users.
20143
20144 2016-06-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
20145
20146 * config/arm/sync.md (arm_store_exclusive<mode>):
20147 Use 'H' output modifier on operands[2] rather than creating a new
20148 entry in out-of-bounds memory of the operands array.
20149 (arm_store_release_exclusivedi): Likewise.
20150
20151 2016-06-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
20152
20153 * config/arm/arm.c (arm_fusion_enabled_p): New function.
20154 * config/arm/arm-protos.h (arm_fusion_enabled_p): Declare prototype.
20155 * config/arm/crypto.md (crypto_<crypto_pattern>, CRYPTO_UNARY):
20156 Add "=w,0" alternative. Enable it when AES/AESMC fusion is enabled.
20157
20158 2016-06-01 Eric Botcazou <ebotcazou@adacore.com>
20159
20160 * tree-vect-loop.c (vect_determine_vectorization_factor): Also take
20161 into account live statements for mask producers.
20162
20163 2016-06-01 Richard Biener <rguenther@suse.de>
20164
20165 PR tree-optimization/71311
20166 * match.pd (@0 < @1 && @0 < @2 -> @0 < min(@1,@2)): Add :c and
20167 restrict to non-INTEGER_CST @0.
20168
20169 2016-06-01 Richard Biener <rguenther@suse.de>
20170
20171 * match.pd ((A & B) - (A & ~B) -> B - (A ^ B)): Add missing :c.
20172 (relational patterns): Use :c to avoid pattern duplications.
20173
20174 2016-06-01 Richard Biener <rguenther@suse.de>
20175
20176 * genmatch.c (comparison_code_p): New predicate.
20177 (swap_tree_comparison): New function.
20178 (commutate): Add for_vec parameter to append new for entries.
20179 Support commutating relational operators by swapping it alongside
20180 operands.
20181 (lower_commutative): Adjust.
20182 (dt_simplify::gen): Do not pass artificial operators to gen
20183 functions.
20184 (decision_tree::gen): Do not add artificial operators as parameters.
20185 (parser::parse_expr): Verify operator commutativity when :c is
20186 applied. Allow :C to override this.
20187 * match.pd: Adjust patterns to use :C instead of :c where required.
20188
20189 2016-06-01 Patrick Palka <ppalka@gcc.gnu.org>
20190
20191 PR tree-optimization/71077
20192 * tree-ssa-threadedge.c (simplify_control_stmt_condition_1): In
20193 the combining step, use boolean_false_node and boolean_true_node
20194 as the designated false/true return values.
20195
20196 2016-05-31 Jan Hubicka <hubicka@ucw.cz>
20197
20198 * predict.def (PRED_LOOP_EXTRA_EXIT): Define.
20199 * predict.c (predict_iv_comparison): Also check PRED_LOOP_EXTRA_EXIT.
20200 (predict_extra_loop_exits): Use PRED_LOOP_EXTRA_EXIT instead of
20201 PRED_LOOP_EXIT.
20202
20203 2016-05-31 Jan Hubicka <hubicka@ucw.cz>
20204
20205 * doc/invoke.texi (-frename-registers): Drop -fpeel-loops from list
20206 of flags impliying the register renaming.
20207 * toplev.c (process_options): Do not imply flag_rename_registers with
20208 loop peeling.
20209
20210 2016-05-31 Oleg Endo <olegendo@gcc.gnu.org>
20211
20212 * config/sh/sh.h (ASM_OUTPUT_SYMBOL_REF): Remove macro and use the
20213 default implementation.
20214
20215 2016-05-31 Nathan Sidwell <nathan@acm.org>
20216
20217 * dwarf2out.c (cur_line_info_table): Add GTY marker.
20218
20219 2016-05-31 Oleg Endo <olegendo@gcc.gnu.org>
20220
20221 * config/sh/constraints.md (b): Remove constraint.
20222 * config/sh/predicates.md (arith_reg_operand): Remove
20223 TARGET_REGISTER_P.
20224 * config/sh/sh-modes.def (PDI): Remove.
20225 * config/sh/sh.c (sh_target_reg_class,
20226 sh_optimize_target_register_callee_saved): Remove functions.
20227 (sh_option_override): Don't set MASK_SAVE_ALL_TARGET_REGS.
20228 (sh_expand_epilogue): Update comment.
20229 (sh_hard_regno_mode_ok, sh_register_move_cost, calc_live_regs,
20230 sh_secondary_reload): Remove TARGET_REGS related code.
20231 * config/sh/sh.h (FIRST_TARGET_REG, LAST_TARGET_REG,
20232 TARGET_REGISTER_P): Remove macros.
20233 (SH_DBX_REGISTER_NUMBER, REG_ALLOC_ORDER): Remove target regs.
20234 * config/sh/sh.md (PR_MEDIA_REG, T_MEDIA_REG, FR23_REG, TR0_REG,
20235 TR1_REG, TR2_REG): Remove constants.
20236 * config/sh/sh.opt (SAVE_ALL_TARGET_REGS): Remove.
20237
20238 2016-05-31 Oleg Endo <olegendo@gcc.gnu.org>
20239
20240 * config/sh/sh.md (adddi3, subdi3, negdi2, abs<mode>2): Remove
20241 define_expand patterns.
20242 (adddi3_compact): Rename to adddi3.
20243 (subdi3_compact): Rename to subdi3.
20244 (*negdi2): Rename to negdi2.
20245 (*abs<mode>2): Rename to abs<mode>2.
20246
20247 2016-05-31 Oleg Endo <olegendo@gcc.gnu.org>
20248
20249 * config/rx/rx.md (FETCHOP_NO_MINUS): New code iterator.
20250 (atomic_<fetchop_name>_fetchsi): Extract minus operator into ...
20251 (atomic_sub_fetchsi): ... this new pattern.
20252 (mvtc): Add CC_REG clobber.
20253
20254 2016-05-31 Marek Polacek <polacek@redhat.com>
20255
20256 * gimplify.c (gimplify_switch_expr): Also handle GIMPLE_TRY.
20257
20258 2016-05-31 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
20259
20260 * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Use
20261 aarch64_fusion_enabled_p to check for fusion capabilities.
20262
20263 2016-05-31 Richard Biener <rguenther@suse.de>
20264
20265 PR tree-optimization/71352
20266 * tree-ssa-reassoc.c (zero_one_operation): Handle op equal to
20267 minus one and a negate.
20268
20269 2016-05-31 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
20270
20271 * config/aarch64/aarch64.c (aarch64_simd_attr_length_move): Delete.
20272 * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_move):
20273 Delete prototype.
20274 * config/aarch64/iterators.md (insn_count): Add descriptive comment.
20275 * config/aarch64/aarch64-simd.md (*aarch64_mov<mode>, VSTRUCT modes):
20276 Remove use of aarch64_simd_attr_length_move, set length attribute
20277 directly.
20278 (*aarch64_be_movoi): Likewise.
20279 (*aarch64_be_movci): Likewise.
20280 (*aarch64_be_movxi): Likewise.
20281
20282 2016-05-31 Jan Hubicka <hubicka@ucw.cz>
20283
20284 * loop-init.c (gate): Do not enale RTL loop unroller with -fpeel-loops.
20285 It no longer does that.
20286 * toplev.c (process_options): Do not enable flag_web with -fpeel-loops.
20287
20288 2016-05-31 Wladimir J. van der Laan <laanwj@gmail.com>
20289
20290 * config/aarch64/arm_neon.h (vdupb_laneq_s8): Remove spurious
20291 attribute __unused__.
20292
20293 2016-05-31 Thomas Preud'homme <thomas.preudhomme@arm.com>
20294
20295 * config/arm/arm-protos.h (arm_arch_thumb1): Declare.
20296 * config/arm/arm.c (arm_arch_thumb1): Define.
20297 (arm_option_override): Initialize arm_arch_thumb1.
20298 * config/arm/arm.h (arm_arch_thumb1): Declare.
20299 (TARGET_ARM_ARCH_ISA_THUMB): Use arm_arch_thumb to determine if target
20300 support Thumb-1 ISA.
20301
20302 2016-05-31 Kirill Yukhin <kirill.yukhin@intel.com>
20303
20304 PR target/71346
20305 * config/i386/sse.md (define_insn_and_split "*vec_extractv4sf_0"): Use
20306 `Yv' for scalar operand.
20307
20308 2016-05-31 Tom de Vries <tom@codesourcery.com>
20309
20310 PR tree-optimization/69068
20311 * graphite-isl-ast-to-gimple.c (copy_bb_and_scalar_dependences): Handle
20312 phis with more than two args.
20313
20314 2016-05-30 Andreas Tobler <andreast@gcc.gnu.org>
20315
20316 * config.gcc: Move hard float support for arm*hf*-*-freebsd* into
20317 armv6*-*-freebsd* for FreeBSD 11. Eliminate the arm*hf*-*-freebsd*
20318 target.
20319
20320 2016-05-30 Jose E. Marchesi <jose.marchesi@oracle.com>
20321
20322 * config.gcc (sparc*-*-*): Support cpu_32, cpu_64, tune_32 and
20323 tune_64.
20324 * doc/install.texi (--with-cpu-32, --with-cpu-64): Document
20325 support on SPARC.
20326 * config/sparc/linux64.h (OPTION_DEFAULT_SPECS): Add entries for
20327 cpu_32, cpu_64, tune_32 and tune_64.
20328 * config/sparc/sol2.h (OPTION_DEFAULT_SPECS): Likewise.
20329
20330 2016-05-30 Uros Bizjak <ubizjak@gmail.com>
20331
20332 * config/i386/sync.md (mfence_nosse): Use "lock orl $0, -4(%esp)".
20333
20334 2016-05-30 Andi Kleen <ak@linux.intel.com>
20335
20336 * auto-profile.c (read_profile): Replace asserts with errors
20337 when file does not exist.
20338 * gcov-io.c (gcov_read_words): Dito.
20339
20340 2016-05-30 Jan Hubicka <hubicka@ucw.cz>
20341
20342 * tree-cfg.c (print_loop): Print likely upper bounds.
20343
20344 2016-05-30 Jan Hubicka <hubicka@ucw.cz>
20345
20346 * doc/invoke.texi (-fpeel-loops,-O3): Update documentation.
20347 * opts.c (default_options): Enable peel loops at -O3.
20348 * tree-ssa-loop-ivcanon.c (peeled_loops): New static var.
20349 (try_peel_loop): Do not re-peel already peeled loops;
20350 use likely upper bounds; fix profile updating.
20351 (pass_complete_unroll::execute): Initialize peeled_loops.
20352
20353 2016-05-30 Martin Liska <mliska@suse.cz>
20354
20355 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Scale
20356 computed costs by frequency of BB they belong to.
20357 (get_scaled_computation_cost_at): New function.
20358
20359 2016-05-30 Alexander Monakov <amonakov@ispras.ru>
20360 Marc Glisse <marc.glisse@inria.fr>
20361
20362 PR tree-optimization/71289
20363 * match.pd (-1 / B < A, A > -1 / B): New transformations.
20364
20365 2016-05-30 Jan Hubicka <hubicka@ucw.cz>
20366
20367 * tree-vect-loop.c (vect_transform_loop): Update likely bounds.
20368
20369 2016-05-30 Jan Hubicka <hubicka@ucw.cz>
20370
20371 * tree-ssa-loop-ivcanon.c (try_peel_loop): Correctly set wont_exit
20372 for peeled copies; avoid underflow when updating estimates; correctly
20373 scale loop profile.
20374
20375 2016-05-30 Kugan Vivekanandarajah <kuganv@linaro.org>
20376
20377 * tree-ssa-reassoc.ci (swap_ops_for_binary_stmt): Fix typo from commit
20378 r236875. Corrected oe3 to oe2 as obvious.
20379
20380 2016-05-30 Kugan Vivekanandarajah <kuganv@linaro.org>
20381
20382 PR middle-end/71269
20383 PR middle-end/71252
20384 * tree-ssa-reassoc.c (insert_stmt_before_use): Use find_insert_point so
20385 that inserted stmt will not dominate stmts that defines its operand.
20386 (rewrite_expr_tree): Add stmt_to_insert before adding the use stmt.
20387 (rewrite_expr_tree_parallel): Likewise.
20388
20389 2016-05-30 Kugan Vivekanandarajah <kuganv@linaro.org>
20390
20391 PR middle-end/71252
20392 * tree-ssa-reassoc.c (swap_ops_for_binary_stmt): Fix swap such that
20393 all fields including stmt_to_insert are swapped.
20394
20395 2016-05-30 Jan Hubicka <hubicka@ucw.cz>
20396
20397 * predict.h (force_edge_cold): Declare.
20398 * predict.c (force_edge_cold): New function.
20399 * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Fix profile
20400 updating.
20401 (canonicalize_loop_induction_variables): Fix formating.
20402
20403 2016-05-30 Eric Botcazou <ebotcazou@adacore.com>
20404
20405 * config/visium/visium.c (visium_split_double_add): Minor tweaks.
20406 (visium_expand_copysign): Use gen_int_mode directly.
20407 (visium_compute_frame_size): Minor tweaks.
20408
20409 2016-05-30 Jan Hubicka <hubicka@ucw.cz>
20410
20411 * tree-vect-loop.c (vect_analyze_loop_2): Use
20412 likely_max_stmt_executions_int.
20413
20414 2016-05-30 Tom de Vries <tom@codesourcery.com>
20415
20416 PR tree-optimization/69067
20417 * graphite-isl-ast-to-gimple.c (get_def_bb_for_const): Remove assert.
20418
20419 2016-05-29 Uros Bizjak <ubizjak@gmail.com>
20420
20421 PR target/71245
20422 * config/i386/sync.md (define_peephole2 atomic_storedi_fpu):
20423 New peepholes to remove unneeded fild/fistp pairs.
20424 (define_peephole2 atomic_loaddi_fpu): Ditto.
20425
20426 2016-05-27 Jan Hubicka <hubicka@ucw.cz>
20427
20428 * predict.c (maybe_hot_frequency_p): Avoid division.
20429
20430 2016-05-28 Gerald Pfeifer <gerald@pfeifer.com>
20431
20432 * doc/install.texi: Use https for shop.fsf.org.
20433
20434 2016-05-27 Jan Hubicka <hubicka@ucw.cz>
20435
20436 * tree-ssa-loop-ivopts.c (estimated_stmt_executions_int): Use
20437 likely_max_stmt_executions_int.
20438
20439 2016-05-27 Jan Hubicka <hubicka@ucw.cz>
20440
20441 * tree-ssa-loop-prefetch.c (loop_prefetch_arrays): Use
20442 likely_max_stmt_executions_int.
20443
20444 2016-05-27 Jan Hubicka <hubicka@ucw.cz>
20445
20446 * profile.c (compute_branch_probabilities): Do not report hitrates
20447 here.
20448 (branch_prob): Report hitrates here.
20449 * predict.c (gimple_predict_edge): Do not assert profile status;
20450 fix formatting issues.
20451
20452 2016-05-27 Jan Hubicka <hubicka@ucw.cz>
20453
20454 * predict.c (edge_predicted_by_p): New function.
20455 (predict_paths_for_bb): Do not put multiple predictions of the same type
20456 on one edge.
20457
20458 2016-05-27 Jan Hubicka <hubicka@ucw.cz>
20459
20460 * tree-ssa-loop-niter.c (number_of_iterations_exit): Revert accidental
20461 commit.
20462
20463 2016-05-28 Alan Modra <amodra@gmail.com>
20464
20465 * dominance.c (verify_dominators): Don't segfault on NULL imm_bb.
20466
20467 2016-05-28 Alan Modra <amodra@gmail.com>
20468
20469 PR rtl-optimization/71275
20470 * ira.c (ira): Free dominance info.
20471
20472 2016-05-27 Gerald Pfeifer <gerald@pfeifer.com>
20473
20474 * doc/sourcebuild.texi: New address for upstream Go repository.
20475
20476 2016-05-27 Thomas Preud'homme <thomas.preudhomme@arm.com>
20477
20478 * config/arm/arm.h (TARGET_ARM_V6M): Remove.
20479 (TARGET_ARM_V7M): Likewise.
20480
20481 2016-05-26 Jeff Law <law@redhat.com>
20482
20483 * tree-ssa-threadedge.c: Remove include of tree-ssa-threadbackward.h.
20484 (thread_across_edge): Remove calls to find_jump_threads_backwards.
20485 * passes.def: Add jump threading passes before DOM/VRP.
20486 * tree-ssa-threadbackward.c (find_jump_threads_backwards): Change
20487 argument to a basic block from an edge. Remove tests which are
20488 handled elsewhere.
20489 (pass_data_thread_jumps, class pass_thread_jumps): New.
20490 (pass_thread_jumps::gate, pass_thread_jumps::execute): New.
20491 (make_pass_thread_jumps): Likewise.
20492 * tree-pass.h (make_pass_thread_jumps): Declare.
20493
20494 2016-05-27 Eric Botcazou <ebotcazou@adacore.com>
20495
20496 * config/visium/visium-protos.h (split_double_move): Rename into...
20497 (visium_split_double_move): ...this.
20498 (visium_split_double_add): Declare.
20499 * config/visium/visium.c (split_double_move): Rename into...
20500 (visium_split_double_move): ...this.
20501 (visium_split_double_add): New function.
20502 (visium_expand_copysign): Renumber operands for consistency.
20503 * config/visium/visium.md (DImode move splitter): Adjust to renaming.
20504 (DFmode move splitter): Likewise.
20505 (*addi3_insn): Split by means of visium_split_double_add.
20506 (*adddi3_insn_flags): Delete.
20507 (*plus_plus_sltu<subst_arith>): New insn.
20508 (*subdi3_insn): Split by means of visium_split_double_add.
20509 (subdi3_insn_flags): Delete.
20510 (*minus_minus_sltu<subst_arith>): New insn.
20511 (*negdi2_insn): Split by means of visium_split_double_add.
20512 (*negdi2_insn_flags): Delete.
20513
20514 2016-05-27 Ulrich Weigand <uweigand@de.ibm.com>
20515
20516 * configure.ac: Treat a --with-headers option without argument
20517 the same as the default (i.e. consult sys-include directory).
20518 * configure: Regenerate.
20519
20520 2016-05-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
20521
20522 * config/aarch64/aarch64.c (aarch64_fusion_enabled_p): New function.
20523 * config/aarch64/aarch64-protos.h (aarch64_fusion_enabled_p): Declare
20524 prototype.
20525 * config/aarch64/aarch64-simd.md (aarch64_crypto_aes<aesmc_op>v16qi):
20526 Add "=w,0" alternative. Enable it when AES/AESMC fusion is enabled.
20527
20528 2016-05-27 Jiong Wang <jiong.wang@arm.com>
20529
20530 PR target/63596
20531 * config/aarch64/aarch64.c (aarch64_expand_builtin_va_start): Honor
20532 tree-stdarg analysis results.
20533 (aarch64_setup_incoming_varargs): Likewise.
20534
20535 2016-05-27 Jiong Wang <jiong.wang@arm.com>
20536
20537 * config/aarch64/aarch64.c (aarch64_build_builtin_va_list): Initialize
20538 va_list_gpr_counter_field and va_list_fpr_counter_field.
20539
20540 2016-05-27 Wilco Dijkstra <wdijkstr@arm.com>
20541
20542 PR67609
20543 * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Remove.
20544 * config/aarch64/aarch64.c
20545 (aarch64_cannot_change_mode_class): Remove function.
20546 * config/aarch64/aarch64-protos.h
20547 (aarch64_cannot_change_mode_class): Remove.
20548
20549 2016-05-27 Jan Hubicka <hubicka@ucw.cz>
20550
20551 * cfgloop.c (record_niter_bound): Record likely upper bounds.
20552 (likely_max_stmt_executions_int, get_likely_max_loop_iterations,
20553 get_likely_max_loop_iterations_int): New.
20554 * cfgloop.h (struct loop): Add nb_iterations_likely_upper_bound,
20555 any_likely_upper_bound.
20556 (get_likely_max_loop_iterations_int, get_likely_max_loop_iterations):
20557 Declare.
20558 * cfgloopmanip.c (copy_loop_info): Copy likely upper bounds.
20559 * loop-unroll.c (unroll_loop_constant_iterations): Update likely
20560 upper bound.
20561 (unroll_loop_constant_iterations): Likewise.
20562 (unroll_loop_runtime_iterations): Likewise.
20563 * lto-streamer-in.c (input_cfg): Stream likely upper bounds.
20564 * lto-streamer-out.c (output_cfg): Likewise.
20565 * tree-ssa-loop-ivcanon.c (try_peel_loop): Update likely upper
20566 bounds.
20567 (canonicalize_loop_induction_variables): Dump likely upper bounds.
20568 * tree-ssa-loop-niter.c (record_estimate): Record likely upper bounds.
20569 (likely_max_loop_iterations): New.
20570 (likely_max_loop_iterations_int): New.
20571 (likely_max_stmt_executions): New.
20572 * tree-ssa-loop-niter.h (likely_max_loop_iterations,
20573 likely_max_loop_iterations_int, likely_max_stmt_executions_int,
20574 likely_max_stmt_executions): Declare.
20575
20576 2016-05-27 Marek Polacek <polacek@redhat.com>
20577
20578 PR middle-end/71308
20579 * gimple-fold.c (gimple_fold_call): Check that LHS is not null.
20580
20581 2016-05-27 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
20582
20583 * config/s390/s390.md (2x risbg splitters): Use
20584 reg_overlap_mentioned_p instead of rtx_equal_p.
20585
20586 2016-05-27 Dominik Vogt <vogt@linux.vnet.ibm.com>
20587
20588 * combine.c (make_compound_operation): Take known zero bits into
20589 account when checking for possible zero_extend.
20590
20591 2016-05-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
20592
20593 * config/aarch64/aarch64.md (ashl<mode>3, SHORT modes):
20594 Use const_int_operand for operand 2 predicate. Simplify expand code
20595 as a result.
20596
20597 2016-05-27 Ilya Enkovich <ilya.enkovich@intel.com>
20598
20599 PR middle-end/71279
20600 * fold-const.c (fold_ternary_loc): Don't fold VEC_COND_EXPR
20601 into comparison.
20602
20603 2016-05-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
20604
20605 * config/aarch64/aarch64-modes.def (CC_ZESWP, CC_SESWP): Delete.
20606 * config/aarch64/aarch64.c (aarch64_select_cc_mode): Remove condition
20607 that returns CC_SESWPmode and CC_ZESWPmode.
20608 (aarch64_get_condition_code_1): Remove handling of CC_SESWPmode
20609 and CC_SESWPmode.
20610 (aarch64_rtx_costs): Likewise.
20611
20612 2016-05-26 Michael Meissner <meissner@linux.vnet.ibm.com>
20613
20614 * config/rs6000/rs6000.c (rs6000_emit_p9_fp_minmax): New function
20615 for ISA 3.0 min/max support.
20616 (rs6000_emit_p9_fp_cmove): New function for ISA 3.0 floating point
20617 conditional move support.
20618 (rs6000_emit_cmove): Call rs6000_emit_p9_fp_minmax and
20619 rs6000_emit_p9_fp_cmove if the ISA 3.0 instructions are
20620 available.
20621 * config/rs6000/rs6000.md (SFDF2): New iterator to allow doing
20622 conditional moves where the comparison type is different from move
20623 type.
20624 (fp_minmax): New code iterator for smin/smax.
20625 (minmax): New code attributes for min/max.
20626 (SMINMAX): Likewise.
20627 (smax<mode>3): Combine min, max insns into one insn using the
20628 fp_minmax code iterator. Add support for ISA 3.0 min/max
20629 instructions that don't need -ffast-math.
20630 (s<minmax><mode>3): Likewise.
20631 (smax<mode>3_vsx): Likewise.
20632 (smin<mode>3): Likewise.
20633 (s<minmax><mode>3_vsx): Likewise.
20634 (smin<mode>3_vsx): Likewise.
20635 (pre-VSX min/max splitters): Likewise.
20636 (s<minmax><mode>3_fpr): Likewise.
20637 (movsfcc): Rewrite floating point conditional moves to combine
20638 SFmode/DFmode into a single insn.
20639 (mov<mode>cc): Likewise.
20640 (movdfcc): Likewise.
20641 (fselsfsf4): Combine FSEL cases into a single insn, using SFDF and
20642 SFDF2 iterators to handle all combinations.
20643 (fseldfsf4): Likewise.
20644 (fsel<SFDF:mode><SFDF2:mode>4): Likewise.
20645 (fseldfdf4): Likewise.
20646 (fselsfdf4): Likewise.
20647 (mov<SFDF:mode><SFDF2:mode>cc_p9): Add support for the ISA 3.0
20648 comparison instructions that set a 0/-1 mask, and use it for
20649 floating point conditional move via XXSEL.
20650 (fpmask<mode>): Likewise.
20651 (xxsel<mode>): Likewise.
20652 * config/rs6000/predicates.md (min_max_operator): Delete, no
20653 longer used.
20654 (fpmask_comparison_operaton): New insn for ISA 3.0 comparison
20655 instructions that generate a 0/-1 mask for use with XXSEL.
20656 * config/rs6000/rs6000.h (TARGET_MINMAX_SF): New helper macros to
20657 say whether floating point min/max is available, either through
20658 FSEL, ISA 2.06 min/max, and ISA 3.0 min/max instrucitons.
20659 (TARGET_MINMAX_DF): Likewise.
20660
20661 2016-05-27 Alan Modra <amodra@gmail.com>
20662
20663 PR rtl-optimization/71275
20664 * ira.c (ira): Call loop_optimizer_init to set up bb_loop_depth
20665 for update_equiv_regs and combine_and_move_insns.
20666
20667 2016-05-26 Uros Bizjak <ubizjak@gmail.com>
20668
20669 * config/i386/i386.md (*movqi_internal) <attr "isa">: Use
20670 if_then_else or cond RTXes to calculate attribute value.
20671 * config/i386/mmx.md (*vec_extractv2sf_1) <attr "prefix_rep">: Ditto.
20672 <attr "length_immediate>: Ditto.
20673 (*vec_extractv2sf_1) <attr "length_immediate">: Ditto.
20674 * config/i386/sse.md (sse_loadlps) <attr "length_immediate">: Ditto.
20675 (*vec_concatv2sf_sse4_1) <attr "isa">: Ditto.
20676 <attr "type">: Ditto.
20677 <attr "prefix_data16">: Ditto.
20678 <attr "prefix_extra">: Ditto.
20679 <attr "length_immediate">: Ditto.
20680 <attr "prefix">: Ditto.
20681 (vec_set<mode>_0) <attr "isa">: Ditto.
20682 <attr "prefix_extra">: Ditto.
20683 <attr "length_immediate">: Ditto.
20684 <attr "prefix">: Ditto.
20685 (*vec_interleave_highv2df) <attr "prefix_data16">: Ditto.
20686 (*vec_interleave_lowv2df) <attr "prefix_data16">: Ditto.
20687 (sse2_storelpd) <attr "prefix_data16">: Ditto.
20688 (sse2_loadhpd) <attr "prefix_data16">: Ditto.
20689 (sse2_loadlpd) <attr "prefix_data16">: Ditto.
20690 <attr "length_immediate">: Ditto.
20691 <attr "prefix">: Ditto.
20692 (sse2_movsd) <attr "length_immediate">: Ditto.
20693 <attr "prefix">: Ditto.
20694 (vec_concatv2df) <attr "isa">: Ditto.
20695 <attr "prefix">: Ditto.
20696 (*vec_extractv4si) <attr "prefix_extra">: Ditto.
20697 (*vec_extractv2di_1) <attr "isa">: Ditto.
20698 <attr "type">: Ditto.
20699 <attr "length_immediate">: Ditto.
20700 <attr "prefix_rex">: Ditto.
20701 <attr "prefix_extra">: Ditto.
20702 (*vec_concatv2si_sse4_1) <attr "type">: Ditto.
20703 <attr "prefix_extra">: Ditto.
20704 <attr "length_immediate">: Ditto.
20705 (vec_concatv2di) <attr "isa">: Ditto.
20706 <attr "prefix_extra">: Ditto.
20707 <attr "length_immediate">: Ditto.
20708 <attr "prefix">: Ditto.
20709
20710 2016-05-26 Martin Liska <mliska@suse.cz>
20711
20712 * tree-ssa-loop-ivopts.c (comp_cost::infinite_cost_p): New
20713 function.
20714 (operator+): Likewise.
20715 (operator-): Likewise.
20716 (comp_cost::operator+=): Likewise.
20717 (comp_cost::operator-=): Likewise.
20718 (comp_cost::operator/=): Likewise.
20719 (comp_cost::operator*=): Likewise.
20720 (operator<): Likewise.
20721 (operator==): Likewise.
20722 (operator<=): Likewise.
20723 (new_cost): Remove.
20724 (infinite_cost_p): Likewise.
20725 (add_costs): Likewise.
20726 (sub_costs): Likewise.
20727 (compare_costs): Likewise.
20728 (set_group_iv_cost): Use the newly introduced functions.
20729 (get_address_cost): Likewise.
20730 (get_shiftadd_cost): Likewise.
20731 (force_expr_to_var_cost): Likewise.
20732 (split_address_cost): Likewise.
20733 (ptr_difference_cost): Likewise.
20734 (difference_cost): Likewise.
20735 (get_computation_cost_at): Likewise.
20736 (determine_group_iv_cost_generic): Likewise.
20737 (determine_group_iv_cost_address): Likewise.
20738 (determine_group_iv_cost_cond): Likewise.
20739 (autoinc_possible_for_pair): Likewise.
20740 (determine_group_iv_costs): Likewise.
20741 (cheaper_cost_pair): Likewise.
20742 (iv_ca_recount_cost): Likewise.
20743 (iv_ca_set_no_cp): Likewise.
20744 (iv_ca_set_cp): Likewise.
20745 (iv_ca_cost): Likewise.
20746 (iv_ca_new): Likewise.
20747 (iv_ca_dump): Likewise.
20748 (iv_ca_narrow): Likewise.
20749 (iv_ca_prune): Likewise.
20750 (iv_ca_replace): Likewise.
20751 (try_add_cand_for): Likewise.
20752 (try_improve_iv_set): Likewise.
20753 (find_optimal_iv_set): Likewise.
20754
20755 2016-05-26 Richard Sandiford <richard.sandiford@arm.com>
20756
20757 * tree-ssa-loop-ivopts.c (loop_body_includes_call): Don't assume
20758 that internal functions will clobber all caller-saved registers.
20759
20760 2016-05-26 Wilco Dijkstra <wdijkstr@arm.com>
20761
20762 * config/aarch64/aarch64.c (aarch64_case_values_threshold):
20763 Return a better case_values_threshold when optimizing.
20764
20765 2016-05-26 Wilco Dijkstra <wdijkstr@arm.com>
20766
20767 * config/aarch64/aarch64-simd.md (aarch64_combinez):
20768 Add ? to integer variant.
20769 (aarch64_combinez_be): Likewise.
20770
20771 2016-05-26 Jakub Jelinek <jakub@redhat.com>
20772
20773 * config/i386/sse.md (*vcvtps2ph_store<mask_name>): Use v constraint
20774 instead of x constraint.
20775 (vcvtps2ph256<mask_name>): Likewise.
20776
20777 * config/i386/sse.md (*ssse3_palignr<mode>_perm): Add avx512bw
20778 alternative. Formatting fix.
20779
20780 * config/i386/sse.md
20781 (<mask_codefor>avx512vl_shuf_<shuffletype>32x4_1<mask_name>): Rename
20782 to ...
20783 (avx512vl_shuf_<shuffletype>32x4_1<mask_name>): ... this.
20784 (*avx_vperm_broadcast_v4sf): Use v constraint instead of x. Use
20785 maybe_evex prefix instead of vex.
20786 (*avx_vperm_broadcast_<mode>): Use v constraint instead of x. Handle
20787 EXT_REX_SSE_REG_P (op0) case in the splitter.
20788
20789 2016-05-25 Jeff Law <law@redhat.com>
20790
20791 PR tree-optimization/71272
20792 * tree-ssa-threadbackward.c (convert_and_register_jump_thread_path):
20793 Update comments. Add test for empty path.
20794
20795 2016-05-25 Bill Seurer <seurer@linux.vnet.ibm.com>
20796
20797 * config/rs6000/altivec.h (vec_cmpne): Add #define for vec_cmpne.
20798 * config/rs6000/rs6000-builtin.def (vec_cmpne): Add vec_cmpne as a
20799 special case builtin.
20800 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
20801 code for ALTIVEC_BUILTIN_VEC_CMPNE.
20802 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
20803 for __builtin_vec_cmpne.
20804
20805 2016-05-25 Eric Botcazou <ebotcazou@adacore.com>
20806
20807 * tree-ssa-phiopt.c (factor_out_conditional_conversion): Remove
20808 redundant test and bail out if the type of the new operand is not
20809 a GIMPLE register type after stripping a VIEW_CONVERT_EXPR.
20810
20811 2016-05-25 Uros Bizjak <ubizjak@gmail.com>
20812
20813 * config/i386/i386.opt (ix86_target_flags_explicit): Remove.
20814 (x_ix86_target_flags_explicit): Remove.
20815 * config/i386/i386.c (ix86_function_specific_save): Do not copy
20816 x_ix86_target_flags_explicit.
20817 (ix86_function_specific_restore): Ditto.
20818
20819 2016-05-25 Uros Bizjak <ubizjak@gmail.com>
20820 H.J. Lu <hongjiu.lu@intel.com>
20821
20822 PR target/70738
20823 * common/config/i386/i386-common.c
20824 (OPTION_MASK_ISA_GENERAL_REGS_ONLY_UNSET): New.
20825 (ix86_handle_option) <case OPT_mgeneral_regs_only>: Disable
20826 MPX, MMX, SSE and x87 instructions for -mgeneral-regs-only.
20827 * config/i386/i386.opt (ix86_target_flags): Add new Variable.
20828 (-mgeneral-regs-only): Add new option.
20829 * config/i386/i386.c (ix86_option_override_internal): Don't enable
20830 x87 instructions if only general registers are allowed.
20831 (ix86_target_string): Add ix86_flags argument. Handle additional
20832 flags options through ix86_flags argument. Update all callers.
20833 * doc/invoke.texi (x86 Options): Document -mgeneral-regs-only.
20834
20835 2016-05-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
20836
20837 PR rtl-optimization/66940
20838 * ifcvt.c (noce_get_alt_condition): Check that incrementing or
20839 decrementing desired_val will not overflow before performing these
20840 operations.
20841
20842 2016-05-25 Ilya Verbin <ilya.verbin@intel.com>
20843
20844 * config/i386/i386-builtin-types.def: Add V16SI_FTYPE_V16SF,
20845 V8DF_FTYPE_V8DF_ROUND, V16SF_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF_ROUND.
20846 * config/i386/i386.c (enum ix86_builtins): Add
20847 IX86_BUILTIN_CVTPS2DQ512_MASK, IX86_BUILTIN_FLOORPS512,
20848 IX86_BUILTIN_FLOORPD512, IX86_BUILTIN_CEILPS512, IX86_BUILTIN_CEILPD512,
20849 IX86_BUILTIN_TRUNCPS512, IX86_BUILTIN_TRUNCPD512,
20850 IX86_BUILTIN_CVTPS2DQ512, IX86_BUILTIN_VEC_PACK_SFIX512,
20851 IX86_BUILTIN_FLOORPS_SFIX512, IX86_BUILTIN_CEILPS_SFIX512,
20852 IX86_BUILTIN_ROUNDPS_AZ_SFIX512.
20853 (builtin_description bdesc_args): Add __builtin_ia32_floorps512,
20854 __builtin_ia32_ceilps512, __builtin_ia32_truncps512,
20855 __builtin_ia32_floorpd512, __builtin_ia32_ceilpd512,
20856 __builtin_ia32_truncpd512, __builtin_ia32_cvtps2dq512,
20857 __builtin_ia32_vec_pack_sfix512, __builtin_ia32_roundps_az_sfix512,
20858 __builtin_ia32_floorps_sfix512, __builtin_ia32_ceilps_sfix512.
20859 Change IX86_BUILTIN_CVTPS2DQ512 to IX86_BUILTIN_CVTPS2DQ512_MASK for
20860 __builtin_ia32_cvtps2dq512_mask.
20861 (ix86_expand_args_builtin): Handle V8DF_FTYPE_V8DF_ROUND,
20862 V16SF_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF.
20863 (ix86_builtin_vectorized_function): Handle builtins mentioned above.
20864 * config/i386/sse.md
20865 (<mask_codefor>avx512f_fix_notruncv16sfv16si<mask_name><round_name>):
20866 Rename to ...
20867 (avx512f_fix_notruncv16sfv16si<mask_name><round_name>): ... this.
20868 (<mask_codefor>avx512f_cvtpd2dq512<mask_name><round_name>): Rename
20869 to ...
20870 (avx512f_cvtpd2dq512<mask_name><round_name>): ... this.
20871 (avx512f_vec_pack_sfix_v8df): New define_expand.
20872 (avx512f_roundpd512): Rename to ...
20873 (avx512f_round<castmode>512): ... this. Change iterator.
20874 (avx512f_roundps512_sfix): New define_expand.
20875 (round<mode>2_sfix): Change iterator.
20876
20877 2016-05-25 Nick Clifton <nickc@redhat.com>
20878
20879 * config/msp430/msp430.c (msp430_attr): Produce an error if a
20880 static interrupt handler is detected.
20881 * config/msp430/msp430.h (LIB_SPEC): Do not use msp430.ld as the
20882 default linker script.
20883 * config/msp430/msp430.md (movpsihi2_lo): New pattern for loading
20884 the low part of a symbolic pointer.
20885
20886 2016-05-25 Richard Biener <rguenther@suse.de>
20887
20888 PR tree-optimization/71261
20889 * tree-if-conv.c (ifcvt_split_def_stmt): Walk uses on the
20890 interesting stmt instead of immediate uses when looking
20891 for the use operand to replace.
20892
20893 2016-05-25 Martin Liska <mliska@suse.cz>
20894
20895 * ipa-inline.c (edge_badness): Use 'w/' instead of 'w'.
20896
20897 2016-05-25 Richard Biener <rguenther@suse.de>
20898
20899 PR tree-optimization/71264
20900 * tree-vect-stmts.c (vect_init_vector): Properly deal with
20901 vector type val.
20902
20903 2016-05-25 Martin Liska <mliska@suse.cz>
20904
20905 PR tree-optimization/71239
20906 * tree.c (array_at_struct_end_p): Do not call operand_equal_p
20907 if DECL_SIZE is NULL.
20908
20909 2016-05-25 Richard Biener <rguenther@suse.de>
20910
20911 * timevar.def (TV_TREE_LOOP_IFCVT): Add.
20912 * tree-if-conv.c (pass_data_if_conversion): Use it.
20913
20914 2016-05-25 Bernd Edlinger <bernd.edlinger@hotmail.de>
20915
20916 * cgraph.c (cgraph_node::get_availability): Fix typo in comment.
20917 * symtab.c (symtab_node::binds_to_current_def_p): Likewise.
20918 * varpool.c (varpool_node::get_availability): Likewise.
20919
20920 2016-05-24 Michael Meissner <meissner@linux.vnet.ibm.com>
20921
20922 * config/rs6000/altivec.md (VNEG iterator): New iterator for
20923 VNEGW/VNEGD instructions.
20924 (p9_neg<mode>2): New insns for ISA 3.0 VNEGW/VNEGD.
20925 (neg<mode>2): Add expander for V2DImode added in ISA 2.07, and
20926 support for ISA 3.0 VNEGW/VNEGD instructions.
20927
20928 2016-05-24 Cesar Philippidis <cesar@codesourcery.com>
20929
20930 * gimplify.c (omp_notice_variable): Use zero-length arrays for data
20931 pointers inside OACC_DATA regions.
20932 (gimplify_scan_omp_clauses): Prune firstprivate clause associated
20933 with OACC_DATA, OACC_ENTER_DATA and OACC_EXIT data regions.
20934 (gimplify_adjust_omp_clauses): Fix typo in comment.
20935
20936 2016-05-24 Michael Meissner <meissner@linux.vnet.ibm.com>
20937
20938 * config/rs6000/altivec.md (VParity): New mode iterator for vector
20939 parity built-in functions.
20940 (p9v_ctz<mode>2): Add support for ISA 3.0 vector count trailing
20941 zeros.
20942 (p9v_parity<mode>2): Likewise.
20943 * config/rs6000/vector.md (VEC_IP): New mode iterator for vector
20944 parity.
20945 (ctz<mode>2): ISA 3.0 expander for vector count trailing zeros.
20946 (parity<mode>2): ISA 3.0 expander for vector parity.
20947 * config/rs6000/rs6000-builtin.def (BU_P9_MISC_1): New macros for
20948 power9 built-ins.
20949 (BU_P9_64BIT_MISC_0): Likewise.
20950 (BU_P9_MISC_0): Likewise.
20951 (BU_P9V_AV_1): Likewise.
20952 (BU_P9V_AV_2): Likewise.
20953 (BU_P9V_AV_3): Likewise.
20954 (BU_P9V_AV_P): Likewise.
20955 (BU_P9V_VSX_1): Likewise.
20956 (BU_P9V_OVERLOAD_1): Likewise.
20957 (BU_P9V_OVERLOAD_2): Likewise.
20958 (BU_P9V_OVERLOAD_3): Likewise.
20959 (VCTZB): Add vector count trailing zeros support.
20960 (VCTZH): Likewise.
20961 (VCTZW): Likewise.
20962 (VCTZD): Likewise.
20963 (VPRTYBD): Add vector parity support.
20964 (VPRTYBQ): Likewise.
20965 (VPRTYBW): Likewise.
20966 (VCTZ): Add overloaded vector count trailing zeros support.
20967 (VPRTYB): Add overloaded vector parity support.
20968 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
20969 overloaded vector count trailing zeros and parity instructions.
20970 * config/rs6000/rs6000.md (wd mode attribute): Add V1TI and TI for
20971 vector parity support.
20972 * config/rs6000/altivec.h (vec_vctz): Add ISA 3.0 vector count
20973 trailing zeros support.
20974 (vec_cntlz): Likewise.
20975 (vec_vctzb): Likewise.
20976 (vec_vctzd): Likewise.
20977 (vec_vctzh): Likewise.
20978 (vec_vctzw): Likewise.
20979 (vec_vprtyb): Add ISA 3.0 vector parity support.
20980 (vec_vprtybd): Likewise.
20981 (vec_vprtybw): Likewise.
20982 (vec_vprtybq): Likewise.
20983 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
20984 the ISA 3.0 vector count trailing zeros and vector parity built-in
20985 functions.
20986
20987 2016-05-24 Kugan Vivekanandarajah <kuganv@linaro.org>
20988
20989 * tree-ssa-reassoc.c (sort_by_operand_rank): Skip checking gimple_bb
20990 when there is stmt_to_insert.
20991
20992 2016-05-24 Martin Sebor <msebor@redhat.com>
20993
20994 PR c++/71147
20995 * tree.h (complete_or_array_type_p): New inline function.
20996
20997 2016-05-24 Jakub Jelinek <jakub@redhat.com>
20998
20999 * config/i386/i386.h (TARGET_AVOID_4BYTE_PREFIXES): Define.
21000 * config/i386/constraints.md (Yr): Test TARGET_AVOID_4BYTE_PREFIXES
21001 rather than X86_TUNE_AVOID_4BYTE_PREFIXES.
21002
21003 * config/i386/sse.md (<sse4_1>_round<ssemodesuffix><avxsizesuffix>):
21004 Limit 1st alternative to noavx isa, split 2nd alternative into one
21005 noavx and one avx alternative, use *x and Bm in the former and
21006 x and m in the latter.
21007
21008 * config/i386/sse.md (vec_set<mode>_0): Use sse4_noavx isa instead
21009 of sse4 for the first alternative, drop %v from the template
21010 and d operand modifier. Split second alternative into one sse4_noavx
21011 and one avx alternative, use *x instead of *v in the former and v
21012 instead of *v in the latter.
21013 (*sse4_1_extractps): Use noavx isa instead of * for the first
21014 alternative, drop %v from the template. Split second alternative into
21015 one noavx and one avx alternative, use *x instead of *v in the
21016 former and v instead of *v in the latter.
21017 (<vi8_sse4_1_avx2_avx512>_movntdqa): Guard the first 2 alternatives
21018 with noavx and the last one with avx.
21019 (sse4_1_phminposuw): Guard first alternative with noavx isa,
21020 split the second one into one noavx and one avx alternative,
21021 use *x and Bm in the former and x and m in the latter one.
21022 (<sse4_1>_ptest<mode>): Use noavx instead of * for the first two
21023 alternatives.
21024
21025 * config/i386/sse.md (sse4_1_<code>v8qiv8hi2<mask_name>): Limit
21026 first two alternatives to noavx, use *x instead of *v in the second
21027 one, add avx alternative without *.
21028 (sse4_1_<code>v4qiv4si2<mask_name>, sse4_1_<code>v4hiv4si2<mask_name>,
21029 sse4_1_<code>v2qiv2di2<mask_name>, sse4_1_<code>v2hiv2di2<mask_name>,
21030 sse4_1_<code>v2siv2di2<mask_name>): Likewise.
21031
21032 2016-05-24 Jeff Law <law@redhat.com>
21033
21034 * tree-ssa-threadbackwards.c (convert_and_register_jump_thread_path):
21035 New function, extracted from...
21036 (fsm_find_control_statement_thread_paths): Here. Use the new function.
21037 Allow simple copies and constant initializations in the SSA chain.
21038
21039 2016-05-24 Marek Polacek <polacek@redhat.com>
21040
21041 PR c/71249
21042 * gimplify.c (gimplify_switch_expr): Look into the innermost lexical
21043 scope.
21044
21045 2016-05-24 Jakub Jelinek <jakub@redhat.com>
21046
21047 PR c++/71257
21048 * tree-vect-stmts.c (vectorizable_simd_clone_call): Handle
21049 SIMD_CLONE_ARG_TYPE_LINEAR_REF_CONSTANT_STEP like
21050 SIMD_CLONE_ARG_TYPE_LINEAR_CONSTANT_STEP. Add
21051 SIMD_CLONE_ARG_TYPE_LINEAR_VAL_CONSTANT_STEP and
21052 SIMD_CLONE_ARG_TYPE_LINEAR_UVAL_CONSTANT_STEP cases explicitly.
21053
21054 2016-05-24 Richard Biener <rguenther@suse.de>
21055
21056 PR tree-optimization/71240
21057 * tree-ssa-math-opts.c (init_symbolic_number): Verify the source
21058 has integral type.
21059
21060 2016-05-24 Richard Biener <rguenther@suse.de>
21061
21062 PR tree-optimization/71230
21063 * tree-ssa-reassoc.c (zero_one_operation): Handle negate special ops.
21064
21065 2016-05-24 Richard Sandiford <richard.sandiford@arm.com>
21066
21067 * tree-vectorizer.h (vectorizable_comparison): Delete.
21068 * tree-vect-loop.c (vectorizable_reduction): Remove redundant
21069 PURE_SLP_STMT check.
21070 * tree-vect-stmts.c (vectorizable_call): Likewise.
21071 (vectorizable_simd_clone_call): Likewise.
21072 (vectorizable_conversion): Likewise.
21073 (vectorizable_assignment): Likewise.
21074 (vectorizable_shift): Likewise.
21075 (vectorizable_operation): Likewise.
21076 (vectorizable_load): Likewise.
21077 (vectorizable_condition): Likewise.
21078 (vectorizable_store): Likewise. Assert that we don't have
21079 hybrid SLP.
21080 (vectorizable_comparison): Make static. Remove redundant
21081 PURE_SLP_STMT check.
21082 (vect_transform_stmt): Assert that we always have an slp_node
21083 if PURE_SLP_STMT.
21084
21085 2016-05-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
21086
21087 * config/arm/neon.md (ashldi3_neon): Replace comparison of INTVAL of
21088 operands[2] against 1 with comparison against CONST1_RTX.
21089 (<shift>di3_neon): Likewise.
21090 * config/arm/predicates.md (const0_operand): Replace with comparison
21091 against CONST0_RTX.
21092
21093 2016-05-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
21094
21095 * config/arm/arm.md (ashldi3): Replace comparison of INTVAL of
21096 operands[2] against 1 with comparison against CONST1_RTX.
21097 (ashrdi3): Likewise.
21098 (lshrdi3): Likewise.
21099 (ashlsi3): Replace cast of INTVAL to unsigned HOST_WIDE_INT with
21100 UINTVAL.
21101 (ashrsi3): Likewise.
21102 (lshrsi3): Likewise.
21103 (rotrsi3): Likewise.
21104 (define_split above *compareqi_eq0): Likewise.
21105 (define_split above "prologue"): Likewise.
21106 * config/arm/arm.c (thumb1_size_rtx_costs): Likewise.
21107 * config/arm/predicates.md (shift_operator): Likewise.
21108 (shift_nomul_operator): Likewise.
21109 (sat_shift_operator): Likewise.
21110 (thumb1_cmp_operand): Likewise.
21111 (const_neon_scalar_shift_amount_operand): Replace manual range
21112 check with IN_RANGE.
21113 * config/arm/thumb1.md (define_peephole2 above *thumb_subdi3):
21114 Replace cast of INTVAL to unsigned HOST_WIDE_INT with UINTVAL.
21115
21116 2016-05-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
21117
21118 * config/arm/arm.md (andsi3): Replace cast of 1 to HOST_WIDE_INT
21119 with HOST_WIDE_INT_1.
21120 (insv): Likewise.
21121 * config/arm/arm.c (optimal_immediate_sequence): Replace cast of
21122 1 to unsigned HOST_WIDE_INT with HOST_WIDE_INT_1U.
21123 (arm_canonicalize_comparison): Likewise.
21124 (thumb1_rtx_costs): Replace cast of 1 to HOST_WIDE_INT with
21125 HOST_WIDE_INT_1.
21126 (thumb1_size_rtx_costs): Likewise.
21127 (vfp_const_double_index): Replace cast of 1 to unsigned
21128 HOST_WIDE_INT with HOST_WIDE_INT_1U.
21129 (get_jump_table_size): Replace cast of 1 to HOST_WIDE_INT with
21130 HOST_WIDE_INT_1.
21131 (arm_asan_shadow_offset): Replace cast of 1 to unsigned
21132 HOST_WIDE_INT with HOST_WIDE_INT_1U.
21133 * config/arm/neon.md (vec_set<mode>): Replace cast of 1 to
21134 HOST_WIDE_INT with HOST_WIDE_INT_1.
21135
21136 2016-05-24 Marek Polacek <polacek@redhat.com>
21137
21138 * tree-cfg.h (should_remove_lhs_p): New predicate.
21139 * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Use it.
21140 * gimplify.c (gimplify_modify_expr): Likewise.
21141 * tree-cfg.c (verify_gimple_call): Likewise.
21142 * tree-cfgcleanup.c (fixup_noreturn_call): Likewise.
21143 * gimple-fold.c: Include "tree-cfg.h".
21144 (gimple_fold_call): Use should_remove_lhs_p.
21145
21146 2016-05-24 Richard Biener <rguenther@suse.de>
21147
21148 PR tree-optimization/71253
21149 * cfganal.h (control_dependences): Make robust against edge
21150 and BB removal.
21151 (control_dependences::control_dependences): Remove edge_list argument.
21152 (control_dependences::get_edge): Remove.
21153 (control_dependences::get_edge_src): Add.
21154 (control_dependences::get_edge_dest): Likewise.
21155 (control_dependences::m_el): Make a vector of edge src/dest index.
21156 * cfganal.c (control_dependences::find_control_dependence): Adjust.
21157 (control_dependences::control_dependences): Likewise.
21158 (control_dependences::~control_dependence): Likewise.
21159 (control_dependences::get_edge): Remove.
21160 (control_dependences::get_edge_src): Add.
21161 (control_dependences::get_edge_dest): Likewise.
21162 * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Use
21163 get_edge_src.
21164 (perform_tree_ssa_dce): Adjust.
21165 * tree-loop-distribution.c (create_edge_for_control_dependence): Use
21166 get_edge_src.
21167 (pass_loop_distribution::execute): Adjust. Do loop destroying
21168 conditional on changed.
21169
21170 2016-05-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
21171
21172 PR target/69857
21173 * config/arm/arm.c (gen_operands_ldrd_strd): Remove bogus early
21174 return. Reindent transformation comment and mention the ARM state
21175 behavior.
21176
21177 2016-05-24 Kugan Vivekanandarajah <kuganv@linaro.org>
21178
21179 PR middle-end/71252
21180 * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Add stmt_to_insert
21181 after build_and_add_sum creates new use stmt.
21182
21183 2016-05-24 Richard Sandiford <richard.sandiford@arm.com>
21184
21185 * tree-vect-stmts.c (vectorizable_load): Reorder checks so that
21186 load_lanes/grouped_load classification comes first. Don't check
21187 whether the vectorization factor is a multiple of the group size
21188 for load_lanes.
21189
21190 2016-05-24 Richard Sandiford <richard.sandiford@arm.com>
21191
21192 * tree-vect-data-refs.c (vect_analyze_group_access_1): Set
21193 GROUP_GAP for single-element interleaving.
21194 * tree-vect-stmts.c (vectorizable_load): Remove force_peeling
21195 variable.
21196
21197 2016-05-24 Richard Biener <rguenther@suse.de>
21198
21199 PR middle-end/70434
21200 PR c/69504
21201 * tree-ssa.c (non_rewritable_mem_ref_base): Make sure to mark
21202 bases which are accessed with non-invariant indices.
21203 * gimple-fold.c (maybe_canonicalize_mem_ref_addr): Re-write
21204 constant index ARRAY_REFs of vectors into BIT_FIELD_REFs.
21205
21206 2016-05-24 Kugan Vivekanandarajah <kuganv@linaro.org>
21207
21208 PR middle-end/71170
21209 * tree-ssa-reassoc.c (struct operand_entry): Add field stmt_to_insert.
21210 (add_to_ops_vec): Add stmt_to_insert.
21211 (add_repeat_to_ops_vec): Init stmt_to_insert.
21212 (insert_stmt_before_use): New.
21213 (transform_add_to_multiply): Remove mult_stmt insertion and add it
21214 to ops vector.
21215 (get_ops): Init stmt_to_insert.
21216 (maybe_optimize_range_tests): Likewise.
21217 (rewrite_expr_tree): Insert stmt_to_insert before use stmt.
21218 (rewrite_expr_tree_parallel): Likewise.
21219 (reassociate_bb): Likewise.
21220
21221 2016-05-23 Michael Meissner <meissner@linux.vnet.ibm.com>
21222
21223 PR target/71201
21224 * config/rs6000/altivec.md (altivec_vperm_<mode>_internal): Drop
21225 ISA 3.0 xxperm fusion alternative.
21226 (altivec_vperm_v8hiv16qi): Likewise.
21227 (altivec_vperm_<mode>_uns_internal): Likewise.
21228 (vperm_v8hiv4si): Likewise.
21229 (vperm_v16qiv8hi): Likewise.
21230
21231 2016-05-23 Michael Meissner <meissner@linux.vnet.ibm.com>
21232 Kelvin Nilsen <kelvin@gcc.gnu.org>
21233
21234 * config/rs6000/rs6000.c (rs6000_expand_vector_set): Generate
21235 vpermr/xxpermr on ISA 3.0.
21236 (altivec_expand_vec_perm_le): Likewise.
21237 * config/rs6000/altivec.md (UNSPEC_VPERMR): New unspec.
21238 (altivec_vpermr_<mode>_internal): Add VPERMR/XXPERMR support for
21239 ISA 3.0.
21240
21241 2016-05-23 Uros Bizjak <ubizjak@gmail.com>
21242
21243 * config/i386/i386.h (IS_STACK_MODE): Enable for
21244 TARGET_MIX_SSE_I387. Rewrite using X87_FLOAT_MODE_P and
21245 SSE_FLOAT_MODE_P macros.
21246 * config/i386/i386.c (ix86_preferred_reload_class): Use
21247 IS_STACK_MODE, INTEGER_CLASS_P, FLOAT_CLASS_P and Q_CLASS_P macros.
21248 Cleanup regclass processing for CONST_DOUBLE_P.
21249 (ix86_preferred_output_reload_class): Use IS_STACK_MODE macro.
21250 (ix86_rtx_costs): Remove redundant TARGET_80387 check
21251 with IS_STACK_MODE macro.
21252 * config/i386/i386.md: Replace SSE_FLOAT_MODE_P (DFmode)
21253 with TARGET_SSE2.
21254 (*movdf_internal): Use IS_STACK_MODE macro.
21255 (*movsf_internal): Ditto.
21256
21257 2016-05-23 Marc Glisse <marc.glisse@inria.fr>
21258
21259 * match.pd (a * (1 << b), ~x & ~y, ~X ^ ~Y, (X ^ Y) ^ Y, ~ (-A),
21260 ~ (A - 1), ~(~X >> Y), ~(~X >>r Y)): Relax constraints.
21261
21262 2016-05-23 Jeff Law <law@redhat.com>
21263
21264 * tree-ssa-threadbackward.c (profitable_jump_thread_path): New function
21265 extracted from ...
21266 (fsm_find_control_statement_thread_paths): Call it.
21267
21268 2016-05-23 Martin Jambor <mjambor@suse.cz>
21269
21270 PR ipa/71234
21271 * ipa-cp.c (ipa_get_indirect_edge_target_1): Only check value of
21272 from_global_constant if t is not NULL.
21273
21274 2016-05-23 Marek Polacek <polacek@redhat.com>
21275
21276 PR c/49859
21277 * common.opt (Wswitch-unreachable): New option.
21278 * doc/invoke.texi: Document -Wswitch-unreachable.
21279 * gimplify.c (gimplify_switch_expr): Implement the -Wswitch-unreachable
21280 warning.
21281
21282 2016-05-23 Bin Cheng <bin.cheng@arm.com>
21283
21284 * tree-ssa-address.c (copy_ref_info): Check NULL TMR_STEP when
21285 TMR_INDEX is non-NULL.
21286
21287 2016-05-23 Richard Biener <rguenther@suse.de>
21288
21289 PR tree-optimization/71230
21290 * tree-ssa-reassoc.c (acceptable_pow_call): Move initial condition...
21291 (try_special_add_to_ops): ... here. Always test for single-use.
21292
21293 2016-05-23 Martin Jambor <mjambor@suse.cz>
21294
21295 * hsa-gen.c (gen_hsa_insns_for_switch_stmt): Create an empty
21296 default block if a PHI node in the original one would be resized.
21297
21298 2016-05-23 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
21299
21300 PR tree-optimization/58135
21301 * tree-vect-slp.c: When group size is not multiple
21302 of vector size, allow splitting of store group at
21303 vector boundary.
21304
21305 2016-05-23 Christophe Lyon <christophe.lyon@linaro.org>
21306
21307 * config/arm/arm_neon.h (vtst_p16, vtstq_p16): New.
21308
21309 2016-05-22 Jakub Jelinek <jakub@redhat.com>
21310
21311 * config/i386/sse.md (vec_set_lo_<mode><mask_name>,
21312 vec_set_hi_<mode><mask_name>): Add && <mask_avx512dq_condition>
21313 condition. For !TARGET_AVX512DQ, emit 32x4 instruction instead
21314 of 64x2.
21315
21316 * config/i386/sse.md (vec_set_lo_v16hi, vec_set_hi_v16hi,
21317 vec_set_lo_v32qi, vec_set_hi_v32qi): Add alternative with
21318 v constraint instead of x and vinserti32x4 insn.
21319
21320 * config/i386/sse.md (i128vldq): New mode iterator.
21321 (avx2_vbroadcasti128_<mode>, avx_vbroadcastf128_<mode>): Add
21322 avx512dq and avx512vl alternatives.
21323
21324 * config/i386/sse.md (avx2_vec_dupv4df): Use v instead of x
21325 constraint, use maybe_evex prefix instead of vex.
21326 (vec_dupv4sf): Use v constraint instead of x for output
21327 operand except for noavx alternative, use Yv constraint
21328 instead of x for input. Use maybe_evex prefix instead of vex.
21329 (*vec_dupv4si): Likewise.
21330 (*vec_dupv2di): Likewise.
21331
21332 2016-05-22 Kugan Vivekanandarajah <kuganv@linaro.org>
21333
21334 PR middle-end/40921
21335 * tree-ssa-reassoc.c (try_special_add_to_ops): New.
21336 (linearize_expr_tree): Call try_special_add_to_ops.
21337 (reassociate_bb): Convert MULT_EXPR by (-1) to NEGATE_EXPR.
21338
21339 2016-05-21 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
21340
21341 * config/avr/avr.c (avr_expand_prologue): Add INCOMING_FRAME_SP_OFFSET
21342 to computed stack_usage.
21343
21344 2016-05-21 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
21345
21346 PR target/71103
21347 * config/avr/avr.md (define_expand "mov<mode>"): If the source
21348 operand is subreg (symbol_ref) then move the symbol ref to register.
21349
21350 2016-05-21 Jan Hubicka <hubicka@ucw.cz>
21351
21352 * tree.c (array_at_struct_end_p): Look through MEM_REF.
21353
21354 2016-05-21 Kugan Vivekanandarajah <kuganv@linaro.org>
21355
21356 PR middle-end/71179
21357 * tree-ssa-reassoc.c (transform_add_to_multiply): Disallow float
21358 VECTOR type.
21359
21360 2016-05-20 Eric Botcazou <ebotcazou@adacore.com>
21361
21362 * tree-vrp.c (compare_values_warnv): Simplify handling of symbolic
21363 ranges by calling get_single_symbol and tidy up. Look more closely
21364 into NAME + CST1 vs CST2 comparisons if type overflow is undefined.
21365
21366 2016-05-20 Jeff Law <law@redhat.com>
21367
21368 * bitmap.c (bitmap_find_bit): Remove useless test.
21369
21370 2016-05-20 Segher Boessenkool <segher@kernel.crashing.org>
21371
21372 * function.c (thread_prologue_and_epilogue_insns): Commit the
21373 insertion of the epilogue.
21374
21375 2016-05-20 Martin Jambor <mjambor@suse.cz>
21376
21377 PR tree-optimization/70884
21378 * tree-sra.c (initialize_constant_pool_replacements): Do not check
21379 should_scalarize_away_bitmap and cannot_scalarize_away_bitmap bits.
21380 (sort_and_splice_var_accesses): Do not consider multiple scalar reads
21381 of constant pool data as a reason for scalarization.
21382
21383 2016-05-20 Eric Botcazou <ebotcazou@adacore.com>
21384
21385 * config/arm/arm.c (arm_expand_prologue): Set the stack usage to 0
21386 for naked functions.
21387 (thumb1_expand_prologue): Likewise.
21388
21389 2016-05-20 Nathan Sidwell <nathan@acm.org>
21390
21391 * config/nvptx/nptx.c (nvptx_option_override): Only set
21392 flag_toplevel_reorder, if not explicitly specified. Set
21393 flag_no_common, unless explicitly specified.
21394
21395 2016-05-20 David Malcolm <dmalcolm@redhat.com>
21396
21397 * calls.c (can_implement_as_sibling_call_p): Mark param
21398 reg_parm_stack_space with ATTRIBUTE_UNUSED.
21399
21400 2016-05-20 Uros Bizjak <ubizjak@gmail.com>
21401
21402 * config/i386/i386.c (ix86_rtx_costs) <case CONST_DOUBLE>:
21403 Use IS_STACK_MODE when calculating cost of standard 80387 constants.
21404 Fallthru to CONST_VECTOR case to calculate cost of standard SSE
21405 constants.
21406 <case CONST_WIDE_INT>: Calculate cost of (MEM (SYMBOL_REF)).
21407 (ix86_legitimate_constant_p): Use CASE_CONST_SCALAR_INT
21408 and CASE_CONST_ANY.
21409
21410 2016-05-20 Cesar Philippidis <cesar@codesourcery.com>
21411
21412 * config/nvptx/nvptx.md (sincossf3): New pattern.
21413
21414 2016-05-20 David Malcolm <dmalcolm@redhat.com>
21415
21416 * calls.c (maybe_complain_about_tail_call): New function.
21417 (initialize_argument_information): Call
21418 maybe_complain_about_tail_call when clearing *may_tailcall.
21419 (can_implement_as_sibling_call_p): Call
21420 maybe_complain_about_tail_call when returning false.
21421 (expand_call): Read CALL_EXPR_MUST_TAIL_CALL and, if set,
21422 ensure try_tail_call is set. Call maybe_complain_about_tail_call
21423 if tail-call optimization fails.
21424 * cfgexpand.c (expand_call_stmt): Initialize
21425 CALL_EXPR_MUST_TAIL_CALL from gimple_call_must_tail_p.
21426 * gimple-pretty-print.c (dump_gimple_call): Dump
21427 gimple_call_must_tail_p.
21428 * gimple.c (gimple_build_call_from_tree): Call
21429 gimple_call_set_must_tail with the value of
21430 CALL_EXPR_MUST_TAIL_CALL.
21431 * gimple.h (enum gf_mask): Add GF_CALL_MUST_TAIL_CALL.
21432 (gimple_call_set_must_tail): New function.
21433 (gimple_call_must_tail_p): New function.
21434 * print-tree.c (print_node): Update printing of TREE_STATIC
21435 to reflect its use for CALL_EXPR_MUST_TAIL_CALL.
21436 * tree-core.h (struct tree_base): Add MUST_TAIL_CALL to the
21437 trailing comment listing applicable flags.
21438 * tree.h (CALL_EXPR_MUST_TAIL_CALL): New macro.
21439
21440 2016-05-20 David Malcolm <dmalcolm@redhat.com>
21441
21442 * calls.c (expand_call): Move "Rest of purposes for tail call
21443 optimizations to fail" to...
21444 (can_implement_as_sibling_call_p): ...this new function, and
21445 split into multiple "if" statements.
21446
21447 2016-05-20 Jan Hubicka <hubicka@ucw.cz>
21448
21449 * cfgloop.h (expected_loop_iterations_unbounded,
21450 expected_loop_iterations): Unconstify.
21451 * cfgloopanal.c (expected_loop_iterations_unbounded): Sanity check the
21452 profile with known upper bound; return 3 when profile is absent.
21453 (expected_loop_iterations): Update.
21454
21455 2016-05-20 Jan Hubicka <hubicka@ucw.cz>
21456
21457 * loop-doloop.c (doloop_optimize): Use get_estimated_loop_iterations_int
21458 and get_max_loop_iterations_int.
21459
21460 2016-05-20 Jan Hubicka <hubicka@ucw.cz>
21461
21462 * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can not produce
21463 realistic upper bounds here.
21464
21465 2016-05-20 Jakub Jelinek <jakub@redhat.com>
21466
21467 PR c++/71210
21468 * gimple-fold.c (gimple_fold_call): Do not remove lhs of noreturn
21469 calls if the LHS is variable length or has addressable type.
21470 If targets[0]->decl is a noreturn call with void return type and
21471 zero arguments, adjust fntype and remove lhs in that case.
21472
21473 2016-05-20 Marc Glisse <marc.glisse@inria.fr>
21474
21475 PR tree-optimization/71079
21476 PR tree-optimization/71206
21477 * match.pd ((X ^ Y) ^ (X ^ Z)): Convert the arguments.
21478
21479 2016-05-20 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
21480
21481 * tree-vectorizer.c (get_vec_alignment_for_decl): New static function.
21482 (get_vec_alignment_for_array_decl): Likewise.
21483 (get_vec_alignment_for_record_decl): Likewise.
21484 (increase_alignment::execute): Move code to find alignment to
21485 get_vec_alignment_for_array_decl and call get_vec_alignment_for_decl.
21486 (type_align_map): New hash_map.
21487
21488 2016-05-20 Richard Guenther <rguenther@suse.de>
21489
21490 PR tree-optimization/29756
21491 * tree.def (BIT_INSERT_EXPR): New tcc_expression tree code.
21492 * expr.c (expand_expr_real_2): Handle BIT_INSERT_EXPR.
21493 * fold-const.c (operand_equal_p): Likewise.
21494 (fold_ternary_loc): Add constant folding of BIT_INSERT_EXPR.
21495 * gimplify.c (gimplify_expr): Handle BIT_INSERT_EXPR.
21496 * tree-inline.c (estimate_operator_cost): Likewise.
21497 * tree-pretty-print.c (dump_generic_node): Likewise.
21498 * tree-ssa-operands.c (get_expr_operands): Likewise.
21499 * cfgexpand.c (expand_debug_expr): Likewise.
21500 * gimple-pretty-print.c (dump_ternary_rhs): Likewise.
21501 * gimple.c (get_gimple_rhs_num_ops): Handle BIT_INSERT_EXPR.
21502 * tree-cfg.c (verify_gimple_assign_ternary): Verify BIT_INSERT_EXPR.
21503 * tree-ssa.c (non_rewritable_lvalue_p): We can rewrite
21504 vector inserts using BIT_FIELD_REF or MEM_REF on the lhs.
21505 (execute_update_addresses_taken): Do it.
21506
21507 2016-05-20 Richard Biener <rguenther@suse.de>
21508
21509 PR tree-optimization/71185
21510 * tree-ssa-loop-prefetch.c (gather_memory_references): Drop
21511 register operations.
21512
21513 2016-05-20 Richard Biener <rguenther@suse.de>
21514
21515 * tree-if-conv.c (add_bb_predicate_gimplified_stmts): Use
21516 gimple_seq_add_seq_without_update.
21517 (release_bb_predicate): Assert we have no operands to free.
21518 (if_convertible_loop_p_1): Calculate post dominators later.
21519 Do not free BB predicates here.
21520 (combine_blocks): Do not recompute BB predicates.
21521 (version_loop_for_if_conversion): Save BB predicates around
21522 loop versioning.
21523
21524 2016-05-19 Segher Boessenkool <segher@kernel.crashing.org>
21525
21526 * function.c (make_epilogue_seq): Remove epilogue_end parameter.
21527 (thread_prologue_and_epilogue_insns): Remove bb_flags. Restructure
21528 code. Ignore sibcalls on EDGE_IGNORE edges.
21529 * shrink-wrap.c (handle_simple_exit): New function. Set EDGE_IGNORE
21530 on edges for sibcalls that run without prologue. The rest of the
21531 function is combined from...
21532 (fix_fake_fallthrough_edge): ... this, and ...
21533 (try_shrink_wrapping): ... a part of this. Remove the bb_with
21534 function argument, make it a local variable.
21535
21536 2016-05-19 Sandra Loosemore <sandra@codesourcery.com>
21537
21538 * config/i386/cygming.h (DWARF2_UNWIND_INFO): Allow
21539 --disable-sjlj-exceptions for TARGET_BI_ARCH to select DWARF-2 EH
21540 for 32-bit mode and SEH for 64-bit.
21541 * config/i386/mingw32.h (SHARED_LIBGCC_UNDEFS_SPEC): Handle
21542 TARGET_64BIT_DEFAULT.
21543
21544 2016-05-19 Ryan Burn <contact@rnburn.com>
21545
21546 * Makefile.in (GTFILES): Add cilk.h and cilk-common.c.
21547 * gengtype.c (open_base_files): Add cilk.h to ifiles.
21548
21549 2016-05-19 Uros Bizjak <ubizjak@gmail.com>
21550
21551 * sched-deps.c (sched_analyze_2) <case TRAP_IF>: Also
21552 force pending loads from memory.
21553
21554 2016-05-19 Kelvin Nilsen <kelvin@gcc.gnu.org>
21555
21556 * config/rs6000/altivec.md (UNSPEC_DARN): New unspec constant.
21557 (UNSPEC_DARN_32): New unspec constant.
21558 (UNSPEC_DARN_RAW): New unspec constant.
21559 (darn_32): New instruction.
21560 (darn_raw): New instruction.
21561 (darn): New instruction.
21562 * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_0): Add
21563 support and documentation for this macro.
21564 (BU_P9_MISC_1): New macro definition.
21565 (BU_P9_64BIT_MISC_0): New macro definition.
21566 (BU_P9_MISC_0): New macro definition.
21567 (darn_32): New builtin definition.
21568 (darn_raw): New builtin definition.
21569 (darn): New builtin definition.
21570 * config/rs6000/rs6000.c: Add #define RS6000_BUILTIN_0 and #undef
21571 RS6000_BUILTIN_0 directives to surround each occurrence of
21572 #include "rs6000-builtin.def".
21573 (rs6000_builtin_mask_calculate): Add in the RS6000_BTM_MODULO and
21574 RS6000_BTM_64BIT flags to the returned mask, depending on
21575 configuration.
21576 (def_builtin): Correct an error in the assignments made to the
21577 debugging variable attr_string.
21578 (rs6000_expand_builtin): Add support for no-operand built-in
21579 functions.
21580 (builtin_function_type): Remove fatal_error assertion that is no
21581 longer valid.
21582 (rs6000_common_init_builtins): Add support for no-operand built-in
21583 functions.
21584 * config/rs6000/rs6000.h (RS6000_BTM_MODULO): New macro
21585 definition.
21586 (RS6000_BTM_PURE): Enhance comment to clarify intent of this flag
21587 definition.
21588 (RS6000_BTM_64BIT): New macro definition.
21589 * doc/extend.texi: Document __builtin_darn (void),
21590 __builtin_darn_raw (void), and __builtin_darn_32 (void) built-in
21591 functions.
21592
21593 2016-05-19 Jan Hubicka <hubicka@ucw.cz>
21594
21595 * tree-vect-loop.c (vect_analyze_loop_2): Use also
21596 max_loop_iterations_int.
21597
21598 2016-05-19 Marek Polacek <polacek@redhat.com>
21599
21600 PR tree-optimization/71031
21601 * tree-vrp.c (extract_range_from_binary_expr_1): Turn assert into a
21602 condition and adjust the code a bit.
21603
21604 2016-05-19 Martin Liska <mliska@suse.cz>
21605
21606 * tree-vect-stmts.c (vectorizable_simd_clone_call): Utilize
21607 auto_vec instead of vec.
21608
21609 2016-05-19 Martin Liska <mliska@suse.cz>
21610
21611 * tree-parloops.c (oacc_entry_exit_ok): Release a vector.
21612
21613 2016-05-19 Martin Liska <mliska@suse.cz>
21614
21615 * tree-if-conv.c (ifcvt_repair_bool_pattern): Utilize auto_vecs.
21616
21617 2016-05-19 Martin Liska <mliska@suse.cz>
21618
21619 * ipa-pure-const.c (set_function_state): Remove an existing
21620 funct_state.
21621 (remove_node_data): Do not free it as it's released
21622 in set_function_state.
21623
21624 2016-05-19 Martin Liska <mliska@suse.cz>
21625
21626 * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Release
21627 bitmap.
21628
21629 2016-05-19 Martin Liska <mliska@suse.cz>
21630
21631 * omp-simd-clone.c (simd_clone_adjust): Release vector.
21632
21633 2016-05-19 Martin Liska <mliska@suse.cz>
21634
21635 * tree-ssa-reassoc.c (eliminate_duplicate_pair): Truncate
21636 an auto_vec instead of re-creating it.
21637
21638 2016-05-19 Martin Liska <mliska@suse.cz>
21639
21640 * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Use
21641 auto_vec instead of vec.
21642
21643 2016-05-19 Martin Liska <mliska@suse.cz>
21644
21645 * lto-section-in.c (lto_get_section_data): Call
21646 lto_check_version with additional argument.
21647 * lto-streamer.c (lto_check_version): Add new argument.
21648 * lto-streamer.h (lto_check_version): Likewise.
21649
21650 2016-05-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
21651
21652 * config/arm/arm.c (arm_new_rtx_costs, SIGN_EXTEND case):
21653 Don't add cost of inner memory when handling sign-extended loads.
21654
21655 2016-05-19 Ilya Enkovich <ilya.enkovich@intel.com>
21656
21657 PR rtl-optimization/71148
21658 * cse.c (cse_main): Free dominance info.
21659 (rest_of_handle_cse): Don't free dominance info.
21660 (rest_of_handle_cse2): Likewise.
21661 (rest_of_handle_cse_after_global_opts): Likewise.
21662
21663 2016-05-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
21664
21665 PR target/71056
21666 * config/arm/arm-builtins.c (arm_builtin_vectorized_function): Return
21667 NULL_TREE early if NEON is not available. Remove now redundant check
21668 in ARM_CHECK_BUILTIN_MODE.
21669
21670 2016-05-19 Maxim Ostapenko <m.ostapenko@samsung.com>
21671
21672 PR sanitizer/64354
21673 * cppbuiltin.c (define_builtin_macros_for_compilation_flags): Add new
21674 builtin __SANITIZE_THREAD__ macros for fsanitize=thread switch.
21675 * doc/cpp.texi: Document new macros.
21676
21677 2016-05-19 Bin Cheng <bin.cheng@arm.com>
21678
21679 PR tree-optimization/69848
21680 * tree-vect-loop.c (vectorizable_reduction): Don't factor
21681 comparison expr out of VEC_COND_EXPR for COND_REDUCTION.
21682
21683 2016-05-19 Segher Boessenkool <segher@kernel.crashing.org>
21684
21685 * function.c (thread_prologue_and_epilogue_insn): Move the
21686 "goto epilogue_done" one block later.
21687
21688 2016-05-19 Richard Biener <rguenther@suse.de>
21689
21690 PR tree-optimization/70729
21691 * passes.def: Move LIM pass before PRE. Remove no longer
21692 required copyprop and move first DCE out of the loop pipeline.
21693
21694 2016-05-18 David Malcolm <dmalcolm@redhat.com>
21695
21696 PR driver/69265
21697 * Makefile.in (GCC_OBJS): Move spellcheck.o to...
21698 (OBJS-libcommon-target): ...here.
21699 * opts-common.c: Include spellcheck.h.
21700 (cmdline_handle_error): Build a vec of valid options and use it
21701 to suggest provide hints for misspelled arguments.
21702
21703 2016-05-18 Jakub Jelinek <jakub@redhat.com>
21704
21705 PR c++/71100
21706 * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Don't drop
21707 lhs if it has TREE_ADDRESSABLE type.
21708
21709 2016-05-18 Uros Bizjak <ubizjak@gmail.com>
21710
21711 PR target/71145
21712 * config/alpha/alpha.md (trap): Add (use (reg:DI 29)).
21713 (*exception_receiver_1): Return "#" for TARGET_EXPLICIT_RELOCS.
21714
21715 2016-05-18 Martin Jambor <mjambor@suse.cz>
21716
21717 PR ipa/69708
21718 * ipa-cp.c (ipa_get_jf_pass_through_result): Allow non-ip constant
21719 input for NOP_EXPR pass-through functions.
21720 * ipa-prop.c (ipa_compute_jump_functions_for_edge): Allow
21721 aggregate global constant VAR_DECLs in constant jump functions.
21722
21723 2016-05-18 Martin Jambor <mjambor@suse.cz>
21724
21725 PR ipa/69708
21726 * ipa-prop.c (parm_preserved_before_stmt_p): Return true for loads
21727 from TREE_READONLY parameters.
21728
21729 2016-05-18 Martin Jambor <mjambor@suse.cz>
21730
21731 PR ipa/69708
21732 * cgraph.h (cgraph_indirect_call_info): New field
21733 guaranteed_unmodified.
21734 * ipa-cp.c (ipa_get_indirect_edge_target_1): Also pass parameter value
21735 to ipa_find_agg_cst_for_param, check guaranteed_unmodified when
21736 appropriate.
21737 * ipa-inline-analysis.c (evaluate_conditions_for_known_args): Also
21738 pass the parameter value to ipa_find_agg_cst_for_param.
21739 * ipa-prop.c (ipa_load_from_parm_agg): New parameter
21740 guaranteed_unmodified, store AA results there instead of bailing out
21741 if present.
21742 (ipa_note_param_call): Also initialize guaranteed_unmodified flag.
21743 (ipa_analyze_indirect_call_uses): Also set guaranteed_unmodified flag.
21744 (find_constructor_constant_at_offset): New function.
21745 (ipa_find_agg_cst_from_init): Likewise.
21746 (ipa_find_agg_cst_for_param): Also seearch for aggregate values in
21747 static initializers of contants, report back through a new paameter
21748 from_global_constant if that was the case.
21749 (try_make_edge_direct_simple_call): Also pass parameter value to
21750 ipa_find_agg_cst_for_param, check guaranteed_unmodified when
21751 appropriate.
21752 (ipa_write_indirect_edge_info): Stream new flag guaranteed_unmodified.
21753 (ipa_read_indirect_edge_info): Likewise.
21754 * ipa-prop.h (ipa_find_agg_cst_for_param): Update declaration.
21755 (ipa_load_from_parm_agg): Likewise.
21756
21757 2016-05-18 Jiong Wang <jiong.wang@arm.com>
21758
21759 PR rtl-optimization/71150
21760 * lra-constraint (process_addr_reg): Guard "in_class_p" with REG_P
21761 check.
21762
21763 2016-05-18 Michael Meissner <meissner@linux.vnet.ibm.com>
21764
21765 PR target/70915
21766 * config/rs6000/constraints.md (wE constraint): New constraint
21767 for a vector constant that can be loaded with XXSPLTIB.
21768 (wM constraint): New constraint for a vector constant of a 1's.
21769 (wS constraint): New constraint for a vector constant that can be
21770 loaded with XXSPLTIB and a vector sign extend instruction.
21771 * config/rs6000/predicates.md (xxspltib_constant_split): New
21772 predicates for wE/wS constraints.
21773 (xxspltib_constant_nosplit): Likewise.
21774 (easy_vector_constant): Add support for constants that can be
21775 loaded via XXSPLTIB.
21776 (all_ones_constant): New predicate for vector constant with all
21777 1's set.
21778 (splat_input_operand): Add support for ISA 3.0 word splat operations.
21779 * config/rs6000/rs6000.c (xxspltib_constant_p): New function to
21780 return if a constant can be loaded with the ISA 3.0 XXSPLTIB
21781 instruction and possibly with a sign extension.
21782 (output_vec_const_move): Add support for XXSPLTIB. If we are
21783 loading up 0/-1 into Altivec registers, prefer using VSPLTISW
21784 instead of XXLXOR/XXLORC.
21785 (rs6000_expand_vector_init): Add support for ISA 3.0 word splat
21786 operations.
21787 (rs6000_legitimize_reload_address): Likewise.
21788 (rs6000_output_move_128bit): Use output_vec_const_move to emit
21789 constants.
21790 * config/rs6000/vsx.md (VSX_M): Add TImode (if -mvsx-timode) and
21791 combine VSX_M and VSX_M2 into one iterator.
21792 (VSX_M2): Likewise.
21793 (VSINT_84): New iterators for loading constants with XXSPLTIB.
21794 (VSINT_842): Likewise.
21795 (UNSPEC_VSX_SIGN_EXTEND): New UNSPEC.
21796 (xxspltib_v16qi): New insns to load up constants with the ISA 3.0
21797 XXSPLTIB instruction.
21798 (xxspltib_<mode>_nosplit): Likewise.
21799 (xxspltib_<mode>_split): New insn to load up constants with
21800 XXSPLTIB and a sign extend instruction.
21801 (vsx_mov<mode>): Replace single move that handled all vector types
21802 with separate 32-bit and 64-bit moves. Combine the movti_<bit>
21803 moves (when -mvsx-timode is in effect) into the main vector
21804 moves. Eliminate separate moves for <VSr> <VSa>, where the
21805 preferred register class (<VSr>) is listed first, and the
21806 secondary register class (<VSa>) is listed second with a '?' to
21807 discourage use. Prefer loading 0/-1 in any VSX register for ISA
21808 3.0, and Altivec registers for ISA 2.06/2.07 (PR target/70915) so
21809 that if the register was involved in a slow operation, the
21810 clear/set operation does not wait for the slow operation to
21811 finish. Adjust the length attributes for 32-bit mode. Use
21812 rs6000_output_move_128bit and drop the use of the string
21813 instructions for 32-bit movti when -mvsx-timode is in effect. Use
21814 spacing so that the alternatives and attributes don't generate
21815 long lines, and put things in columns, so that it is easier to
21816 match up the operands and attributes with the insn alternatives.
21817 (vsx_mov<mode>_64bit): Likewise.
21818 (vsx_mov<mode>_32bit): Likewise.
21819 (vsx_movti_64bit): Fold movti into normal vector moves.
21820 (vsx_movti_32bit): Likewise.
21821 (vsx_splat_<mode>, V4SI/V4SF modes): Add support for ISA 3.0 word
21822 splat instructions.
21823 (vsx_splat_v4si_internal): Likewise.
21824 (vsx_splat_v4sf_internal): Likewise.
21825 (vector fusion peepholes): Use VSX_M instead of VSX_M2.
21826 (vsx_sign_extend_qi_<mode>): New ISA 3.0 instructions to sign
21827 extend vector elements.
21828 (vsx_sign_extend_hi_<mode>): Likewise.
21829 (vsx_sign_extend_si_v2di): Likewise.
21830 * config/rs6000/rs6000-protos.h (xxspltib_constant_p): Add
21831 declaration.
21832 * doc/md.texi (PowerPC constraints): Document the wE, wM, and wS
21833 constraints. Add trailing period to wL documentation.
21834
21835 2016-05-18 Richard Sandiford <richard.sandiford@arm.com>
21836
21837 PR middle-end/71020
21838 * tree-dfa.h (replace_abnormal_ssa_names): Declare.
21839 * tree-dfa.c (replace_abnormal_ssa_names): New function.
21840 * tree-call-cdce.c: Include tree-dfa.h.
21841 (can_guard_call_p): New function, extracted from...
21842 (can_use_internal_fn): ...here.
21843 (shrink_wrap_one_built_in_call_with_conds): Remove failure path
21844 and return void.
21845 (shrink_wrap_one_built_in_call): Likewise.
21846 (use_internal_fn): Likewise.
21847 (shrink_wrap_conditional_dead_built_in_calls): Update accordingly
21848 and return void. Call replace_abnormal_ssa_names.
21849 (pass_call_cdce::execute): Check can_guard_call_p during the
21850 initial walk. Assume shrink_wrap_conditional_dead_built_in_calls
21851 will always change something.
21852
21853 2016-05-18 Martin Jambor <mjambor@suse.cz>
21854
21855 PR ipa/70646
21856 * ipa-prop.c (determine_locally_known_aggregate_parts): Bail out early
21857 if parameter PARAM_IPA_MAX_AGG_ITEMS is zero.
21858
21859 2016-05-18 Martin Jambor <mjambor@suse.cz>
21860
21861 PR ipa/70646
21862 * ipa-inline.h (condition): New field size.
21863 * ipa-inline-analysis.c (add_condition): New parameter SIZE, use it
21864 for comaprison and store it into the new condition.
21865 (evaluate_conditions_for_known_args): Use condition size to check
21866 access sizes for all but CHANGED conditions.
21867 (unmodified_parm_1): New parameter size_p, store access size into it.
21868 (unmodified_parm): Likewise.
21869 (unmodified_parm_or_parm_agg_item): Likewise.
21870 (eliminated_by_inlining_prob): Pass NULL to unmodified_parm as size_p.
21871 (set_cond_stmt_execution_predicate): Extract access sizes and store
21872 them to conditions.
21873 (set_switch_stmt_execution_predicate): Likewise.
21874 (will_be_nonconstant_expr_predicate): Likewise.
21875 (will_be_nonconstant_predicate): Likewise.
21876 (inline_read_section): Stream condition size.
21877 (inline_write_summary): Likewise.
21878
21879 2016-05-18 Richard Biener <rguenther@suse.de>
21880
21881 * tree-ssa-loop-im.c (determine_max_movement): Properly add
21882 condition cost to PHI cost instead of total_cost.
21883
21884 2016-05-18 Martin Liska <mliska@suse.cz>
21885
21886 PR fortran/70856
21887 * ipa-icf.c (sem_variable::merge): Set DECL_PT_UID for
21888 merged variables.
21889
21890 2016-05-18 Richard Biener <rguenther@suse.de>
21891
21892 * lto-streamer.h (LTO_major_version): Bump to 6.
21893
21894 2016-05-18 Segher Boessenkool <segher@kernel.crashing.org>
21895
21896 * function.c (make_split_prologue_seq, make_prologue_seq,
21897 make_epilogue_seq): New functions, factored out from...
21898 (thread_prologue_and_epilogue_insns): Here.
21899
21900 2016-05-18 Segher Boessenkool <segher@kernel.crashing.org>
21901
21902 * function.c (rest_of_handle_thread_prologue_and_epilogue): Call
21903 cleanup_cfg with CLEANUP_EXPENSIVE after shrink-wrapping instead
21904 of before. Add a comment.
21905
21906 2016-05-18 Bin Cheng <bin.cheng@arm.com>
21907
21908 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Check invariant
21909 expression pointer, not pointer to the pointer.
21910
21911 2016-05-18 Jakub Jelinek <jakub@redhat.com>
21912
21913 * config/i386/sse.md (pbroadcast_evex_isa): New mode attr.
21914 (avx2_pbroadcast<mode>): Add another alternative with v instead
21915 of x constraints in it, using <pbroadcast_evex_isa> isa.
21916 (avx2_pbroadcast<mode>_1): Similarly, add two such alternatives.
21917
21918 * config/i386/sse.md (<ssse3_avx2>_palignr<mode>): Use
21919 constraint x instead of v in second alternative, add avx512bw
21920 alternative.
21921
21922 * config/i386/sse.md (<ssse3_avx2>_pshufb<mode>3<mask_name>): Use
21923 constraint x instead of v in second alternative, add avx512bw
21924 alternative.
21925
21926 * config/i386/sse.md (*<ssse3_avx2>_pmulhrsw<mode>3<mask_name>): Use
21927 constraint x instead of v in second alternative, add avx512bw
21928 alternative.
21929
21930 * config/i386/sse.md (avx2_pmaddubsw256, ssse3_pmaddubsw128): Add
21931 avx512bw alternative.
21932
21933 2016-05-18 Kirill Yukhin <kirill.yukhin@intel.com>
21934
21935 * config/i386/sse.md (define_insn "*andnot<mode>3"): Extend static
21936 array to 128 chars.
21937 (define_insn "*andnottf3"): Ditto.
21938 (define_insn "*<code><mode>3"/any_logic): Ditto.
21939 (define_insn "*<code>tf3"/any_logic): Ditto.
21940 (define_insn "sse2_storehpd"): Use Yv constraint for scalar
21941 operand to block AVX-512VL insn variant emit when it is not enabled.
21942
21943 2016-05-18 Kirill Yukhin <kirill.yukhin@intel.com>
21944
21945 * config/i386/sse.md (define_insn "*vec_concatv2sf_sse4_1"): Use 'Yv'
21946 constraint fot SF mode.
21947
21948 2016-05-18 Petr Murzin <petr.murzin@intel.com>
21949 Kirill Yukhin <kirill.yukhin@intel.com>
21950
21951 * config/i386/sse.md (define_insn "srcp14<mode>"): Use proper operand
21952 modifiers.
21953 (define_insn "rsqrt14<mode>"): Ditto.
21954 (define_insn "<mask_codefor>avx512dq_cvtps2qqv2di<mask_name>"): Ditto.
21955 (define_insn "<fixsuffix>fix_truncv2sfv2di2<mask_name>"): Ditto.
21956 (define_insn "avx512f_<code>v8div16qi2_mask_store"): Ditto.
21957 (define_insn "vec_set_hi_<mode><mask_name>"): Ditto.
21958 (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>"):
21959 Ditto.
21960 (define_insn "*avx512f_gatherdi<mode>"): Ditto.
21961 (define_insn "*avx512f_scatterdi<mode>"): Ditto.
21962 * config/i386/i386.c (ix86_print_operand): Expand check for size
21963 override codes for Intel syntax.
21964
21965 2016-05-18 Richard Biener <rguenther@suse.de>
21966
21967 PR tree-optimization/71168
21968 * tree-loop-distribution.c (distribute_loop): Move *destroy_p
21969 initialization earlier.
21970
21971 2016-05-18 James Greenhalgh <james.greenhalgh@arm.com>
21972
21973 * config/aarch64/aarch64-simd.md
21974 (aarch64_reduc_plus_internal<mode>): Rename to...
21975 (reduc_plus_scal): ...This, and remove previous implementation.
21976
21977 2016-05-18 Richard Biener <rguenther@suse.de>
21978
21979 * passes.def: Put late dse and cd_dce in canonical order.
21980
21981 2016-05-17 Jan Hubicka <hubicka@ucw.cz>
21982
21983 * ipa-inline-transform.c (preserve_function_body_p): Look for
21984 first non-thunk clone.
21985 (save_function_body): Save into first non-thunk.
21986 * lto-cgraph.c (lto_output_edge): When streaming thunk do not look
21987 up call stmt id.
21988 (lto_output_node): Inline thunks don't need body in every
21989 partition.
21990 * lto-streamer-in.c: Do not fixup thunk clones.
21991 * cgraphclones.c (cgraph_node::create_edge_including_clone): Skip
21992 thunks.
21993 * tree-inline.c (copy_bb): Be prepared for target node to be new after
21994 folding suceeds.
21995
21996 2016-05-17 Kugan Vivekanandarajah <kuganv@linaro.org>
21997
21998 PR middle-end/63586
21999 * tree-ssa-reassoc.c (transform_add_to_multiply): New.
22000 (reassociate_bb): Call transform_add_to_multiply.
22001
22002 2016-05-17 Kugan Vivekanandarajah <kuganv@linaro.org>
22003
22004 * config/aarch64/aarch64.c (all_extensions): Removed unused
22005 static variable.
22006
22007 2016-05-17 Nathan Sidwell <nathan@acm.org>
22008
22009 * config/nvptx/nvptx.c (nvptx_function_arg_boundary): New.
22010 (TARGET_FUNCTION_ARG_BOUNDARY): Override.
22011
22012 2016-05-17 Mikhail Maltsev <maltsevm@gmail.com>
22013
22014 PR tree-optimization/54579
22015 PR middle-end/55299
22016 * match.pd (~(~X >> Y), ~(~X >>r Y), ~(~X <<r Y)): New patterns.
22017
22018 2016-05-17 Marek Polacek <polacek@redhat.com>
22019
22020 PR ipa/71146
22021 * tree-inline.c (expand_call_inline): Call
22022 maybe_remove_unused_call_args.
22023
22024 2016-05-17 Jim Wilson <jim.wilson@linaro.org>
22025
22026 * doc/cpp.texi (__GNUC__): Major version changes are no longer rare.
22027 * doc/invoke.texi (-mnan=2008): Change signalling to signaling.
22028 * doc/md.texi (fmin@var{m}3): Likewise.
22029
22030 2016-05-17 Marc Glisse <marc.glisse@inria.fr>
22031
22032 * match.pd (X & C): New transformation.
22033
22034 2016-05-17 Marc Glisse <marc.glisse@inria.fr>
22035
22036 * match.pd (~X & Y): New transformation.
22037
22038 2016-05-17 Marc Glisse <marc.glisse@inria.fr>
22039
22040 * tree-vrp.c (simplify_truth_ops_using_ranges): Set range
22041 information for new SSA_NAME.
22042 (simplify_conversion_using_ranges): Get range through get_range_info
22043 instead of get_value_range.
22044
22045 2016-05-17 Jiong Wang <jiong.wang@arm.com>
22046
22047 * config/aarch64/arm_neon.h (vmvn_s8): Reimplement using C operator.
22048 Remove inline assembly.
22049 (vmvn_s16): Likewise.
22050 (vmvn_s32): Likewise.
22051 (vmvn_u8): Likewise.
22052 (vmvn_u16): Likewise.
22053 (vmvn_u32): Likewise.
22054 (vmvnq_s8): Likewise.
22055 (vmvnq_s16): Likewise.
22056 (vmvnq_s32): Likewise.
22057 (vmvnq_u8): Likewise.
22058 (vmvnq_u16): Likewise.
22059 (vmvnq_u32): Likewise.
22060 (vmvn_p8): Likewise.
22061 (vmvnq_p16): Likewise.
22062
22063 2016-05-17 Jiong Wang <jiong.wang@arm.com>
22064
22065 * config/aarch64/aarch64-simd.md (vmul_n_f32): Remove inline assembly.
22066 Use builtin.
22067 (vmul_n_s16): Likewise.
22068 (vmul_n_s32): Likewise.
22069 (vmul_n_u16): Likewise.
22070 (vmul_n_u32): Likewise.
22071 (vmulq_n_f32): Likewise.
22072 (vmulq_n_f64): Likewise.
22073 (vmulq_n_s16): Likewise.
22074 (vmulq_n_s32): Likewise.
22075 (vmulq_n_u16): Likewise.
22076 (vmulq_n_u32): Likewise.
22077
22078 2016-05-17 Jiong Wang <jiong.wang@arm.com>
22079
22080 * config/aarch64/aarch64-simd.md (*aarch64_mul3_elt_to_128df): Extend
22081 to all supported modes. Rename to "*aarch64_mul3_elt_from_dup".
22082
22083 2016-05-17 Jiong Wang <jiong.wang@arm.com>
22084
22085 * config/aarch64/aarch64-simd.md (*aarch64_fma4_elt_to_128df): Rename
22086 to *aarch64_fma4_elt_from_dup<mode>.
22087 (*aarch64_fnma4_elt_to_128df): Rename to
22088 *aarch64_fnma4_elt_from_dup<mode>.
22089 * config/aarch64/arm_neon.h (vfma_n_f64): New.
22090 (vfms_n_f32): Likewise.
22091 (vfms_n_f64): Likewise.
22092 (vfmsq_n_f32): Likewise.
22093 (vfmsq_n_f64): Likewise.
22094
22095 2016-05-17 Gerald Pfeifer <gerald@pfeifer.com>
22096
22097 * wide-int.h: Change fixed_wide_int_storage from class to struct.
22098
22099 2016-05-17 Richard Biener <rguenther@suse.de>
22100
22101 PR tree-optimization/71132
22102 * tree-loop-distribution.c (create_rdg_cd_edges): Pass in loop.
22103 Only add control dependences for blocks in the loop.
22104 (build_rdg): Adjust.
22105 (generate_code_for_partition): Return whether loop should
22106 be destroyed and delay that.
22107 (distribute_loop): Likewise.
22108 (pass_loop_distribution::execute): Record loops to be destroyed
22109 and perform delayed destroying of loops.
22110
22111 2016-05-17 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
22112
22113 PR target/70809
22114 * config/aarch64/aarch64-simd.md (aarch64_vmls<mode>): Delete.
22115
22116 2016-05-17 James Greenhalgh <james.greenhalgh@arm.com>
22117
22118 * config/aarch64/aarch64-elf.h (ASM_OUTPUT_DEF): Delete.
22119
22120 2016-05-17 Ilya Enkovich <ilya.enkovich@intel.com>
22121
22122 PR target/71114
22123 * config/i386/i386.c (dimode_scalar_chain::convert_op): Fix
22124 insertion point for instructions generated by validize_mem.
22125
22126 2016-05-17 James Greenhalgh <james.greenhalgh@arm.com>
22127
22128 * config/aarch64/aarch64.c (SHIFT_COUNT_TRUNCATED): Wrap definition
22129 in brackets.
22130
22131 2016-05-17 James Greenhalgh <james.greenhalgh@arm.com>
22132
22133 * config/aarch64/aarch64.c
22134 (aarch64_output_simd_mov_immediate): Make "buf_size" a variable
22135 rather than a macro.
22136
22137 2016-05-16 Wilco Dijkstra <wdijkstr@arm.com>
22138
22139 * doc/invoke.texi (AArch64 Options): Various updates.
22140
22141 2016-05-16 Jan Hubicka <hubicka@ucw.cz>
22142
22143 * ipa-inline-analysis.c (compute_inline_parameters): Disable inlinig
22144 into instrumentation thunks.
22145 * cif-code.def (CIF_CHKP): New.
22146
22147 2016-05-16 Uros Bizjak <ubizjak@gmail.com>
22148
22149 * config/i386/xopintrin.h: Correct "unsinged" typo in the comments.
22150
22151 2016-05-16 Martin Jambor <mjambor@suse.cz>
22152
22153 * hsa-gen.c (fillup_for_decl): Increase alignment to natural one.
22154 (get_symbol_for_decl): Sorry if a global symbol in under-aligned.
22155
22156 2016-05-16 Marek Polacek <polacek@redhat.com>
22157
22158 * gimple.c (maybe_remove_unused_call_args): Fix typos in the
22159 commentary.
22160
22161 2016-05-16 Martin Jambor <mjambor@suse.cz>
22162
22163 PR hsa/70857
22164 * omp-low.c (grid_expand_target_grid_body): Copy RESULT_DECL of
22165 the outlined kernel function.
22166
22167 2016-05-16 Robert Suchanek <robert.suchanek@imgtec.com>
22168
22169 * config/mips/mips.h (ISA_HAS_LSA): Enable for -mmsa.
22170 (ISA_HAS_DLSA): Ditto.
22171
22172 2016-05-16 Matthew Fortune <matthew.fortune@imgtec.com>
22173
22174 * config/mips/m5100.md (m51_int_load): Update the latency to 2.
22175
22176 2016-05-16 Nathan Sidwell <nathan@acm.org>
22177
22178 * config/nvptx/nvptx.c (nvptx_mangle_decl_assembler_name): Revert.
22179 (nvptx_name_replacement): Restore. Add comment.
22180 (write_fn_proto, write_fn_proto_from_insn,
22181 nvptx_output_call_insn): Restore
22182 (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Delete.
22183
22184 2016-05-16 Wilco Dijkstra <wdijkstr@arm.com>
22185
22186 * config/aarch64/aarch64.md
22187 (add<mode>3_compareC_cconly_imm): Remove use of %w.
22188 (add<mode>3_compareC_imm): Likewise.
22189 (<optab>si3_uxtw): Split into register and immediate variants.
22190 (andsi3_compare0_uxtw): Likewise.
22191 (and<mode>3_compare0): Likewise.
22192 (and<mode>3nr_compare0): Likewise.
22193 (stack_protect_test_<mode>): Don't use %x for memory operands.
22194
22195 2016-05-16 Matthew Fortune <matthew.fortune@imgtec.com>
22196
22197 * config/mips/mips-cpus.def (p5600): Add multi-line brackets.
22198
22199 2016-05-16 Wilco Dijkstra <wdijkstr@arm.com>
22200
22201 * config/aarch64/aarch64.md (aarch64_ashl_sisd_or_int_<mode>3):
22202 Split integer shifts into shift_reg and bfm.
22203 (aarch64_lshr_sisd_or_int_<mode>3): Likewise.
22204 (aarch64_ashr_sisd_or_int_<mode>3): Likewise.
22205 (ror<mode>3_insn): Likewise.
22206 (<optab>si3_insn_uxtw): Likewise.
22207 (<optab><mode>3_insn): Change to rotate_imm.
22208 (extr<mode>5_insn_alt): Likewise.
22209 (extrsi5_insn_uxtw): Likewise.
22210 (extrsi5_insn_uxtw_alt): Likewise.
22211
22212 2016-05-16 Matthew Wahab <matthew.wahab@arm.com>
22213
22214 * doc/tm.texi: Regenerate.
22215 * doc/tm.texi.in (TARGET_INVALID_PARAMETER_TYPE): Remove.
22216 (TARGET_INVALID_RETURN_TYPE): Remove.
22217 * system.h: Poison TARGET_INVALID_PARAMETER_TYPE and
22218 TARGET_INVALID_RETURN_TYPE.
22219 * target.def (invalid_parameter_type): Remove.
22220 (invalid_return_type): Remove.
22221
22222 2016-05-16 Jan Hubicka <hubicka@ucw.cz>
22223
22224 * ipa-inline-analysis.c (compute_inline_parameters): Be more reailistic
22225 on estimating thunk bodies; do not set inline_failed to CIF_THUNK for
22226 calls from thunk.
22227 * ipa-inline-transform.c (inline_call): When inlining into thunk produce
22228 gimple body.
22229 (preserve_function_body_p): No need to preserve function body
22230 * cif-codes.def (CIF_THUNK): Remove.
22231 * cgraphclones.c (duplicate_thunk_for_node): Thunks calls are inlinable.
22232
22233 2016-05-16 Jan Hubicka <hubicka@ucw.cz>
22234
22235 * tree-inline.c (expand_call_inline): recurse after inlining thunk.
22236
22237 2016-05-16 Jan Hubicka <hubicka@ucw.cz>
22238
22239 * tree.c (free_lang_data_in_decl): Also set target/optimization flags
22240 for thunks.
22241
22242 2016-05-16 Jan Hubicka <hubicka@ucw.cz>
22243
22244 * ipa-inline.c (report_inline_failed_reason): Look into thunks, too
22245 (inline_small_functions): Do not look for function symbol when
22246 resetting caches.
22247
22248 2016-05-16 Jan Hubicka <hubicka@ucw.cz>
22249
22250 * lto-cgraph.c (compute_ltrans_boundary, output_symtab): Fix handling
22251 of inline thunks
22252
22253 2016-05-16 Matthew Wahab <matthew.wahab@arm.com>
22254 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
22255 Jiong Wang <jiong.wang@arm.com>
22256
22257 * config/arm/arm-c.c (arm_cpu_builtins): Use def_or_undef_macro
22258 for __ARM_FP16_FORMAT_IEEE and __ARM_FP16_FORMAT_ALTERNATIVE.
22259 Define __ARM_FP16_ARGS when appropriate.
22260 * config/arm/arm.c (arm_invalid_parameter_type): Remove
22261 declaration.
22262 (arm_invalid_return_type): Likewise.
22263 (TARGET_INVALID_PARAMETER_TYPE): Remove.
22264 (TARGET_INVALID_RETURN_TYPE): Remove.
22265 (aapcs_vfp_sub_candidate): Allow HFmode.
22266 (aapcs_vfp_allocate): Add comment. Support HFmode.
22267 (aapcs_vfp_allocate_return_reg): Likewise.
22268 (struct aapcs_cp_arg_layout): Slightly reword comments for
22269 is_return_candidate and allocate_return_reg.
22270 (output_mov_vfp): Update assert.
22271 (arm_hard_regno_mode_ok): Remove comment, update HF-mode
22272 condition.
22273 (arm_invalid_parameter_type): Remove.
22274 (amr_invalid_return_type): Remove.
22275 * config/arm/arm.h (TARGET_NEON_FP16): Fix definition.
22276 * config/arm/arm.md (*arm32_movhf): Disable for TARGET_VFP.
22277 * config/arm/vfp.md (*movhf_vfp): Enable for TARGET_VFP.
22278
22279 2016-05-16 Matthew Wahab <matthew.wahab@arm.com>
22280
22281 * config/aarch64/aarch64.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
22282 * config/aarch64/arch64-protos.h
22283 (aarch64_legitimize_reload_address): Remove.
22284 * config/aarch64/aarch64.c (aarch64_legitimize_reload_address):
22285 Remove.
22286
22287 2016-05-16 Eric Botcazou <ebotcazou@adacore.com>
22288
22289 * configure.ac: Add ACX_NONCANONICAL_HOST.
22290 * configure: Regenerate.
22291 * Makefile.in: Set host_noncanonical.
22292
22293 2016-05-14 Uros Bizjak <ubizjak@gmail.com>
22294
22295 PR target/71097
22296 * config/i386/i386.md (*movtf_internal): Before register allocation,
22297 do not allow FP constants for CM_MEDIUM memory model, allow only
22298 standard FP constants for CM_LARGE and CM_LARGE_PIC models.
22299 (*movxf_internal): Ditto.
22300 (*movdf_internal): Ditto.
22301 (*movsf_internal): Ditto.
22302
22303 2016-05-13 Segher Boessenkool <segher@kernel.crashing.org>
22304
22305 PR rtl-optimization/67483
22306 * combine.c (make_compound_operation): Don't call extract_left_shift
22307 with negative shift amounts.
22308
22309 2016-05-13 Jakub Jelinek <jakub@redhat.com>
22310
22311 PR bootstrap/71071
22312 * fold-const.c (fold_checksum_tree): Allow modification
22313 of TYPE_ALIAS_SET during folding.
22314
22315 * config/i386/i386.c (ix86_compute_frame_layout, ix86_expand_prologue,
22316 ix86_expand_split_stack_prologue): Use HOST_WIDE_INT_C macro.
22317 (ix86_split_to_parts): Likewise. Fix up formatting.
22318
22319 2016-05-13 H.J. Lu <hongjiu.lu@intel.com>
22320
22321 * tree-ssa-loop-ivopts.c (create_new_ivs): Cast to
22322 unsigned HOST_WIDE_INT with HOST_WIDE_INT_PRINT_UNSIGNED in
22323 printf format.
22324
22325 2016-05-13 Nathan Sidwell <nathan@acm.org>
22326
22327 * config/nvptx/nvptx.c (nvptx_mangle_decl_assembler_name): New.
22328 (nvptx_name_replacement): Delete.
22329 (write_fn_proto, write_fn_proto_from_insn,
22330 nvptx_output_call_insn): Remove nvptx_name_replacement call.
22331 (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Override.
22332 * langhooks.c (add_builtin_funcction_common): Call
22333 targetm.mangle_decl_assembler_name.
22334
22335 * config/nvptx/nvptx.c (write_fn_proto): Handle
22336 BUILT_IN_ATOMIC_COMPARE_EXCHANGE_n oddity.
22337
22338 2016-05-13 Martin Liska <mliska@suse.cz>
22339
22340 * tree-ssa-loop-ivopts.c (create_new_ivs): Use HOST_WIDE_INT_PRINT_DEC
22341 and PRIu64 in printf format.
22342
22343 2016-05-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
22344
22345 * tree-ssa-loop-ivanon.c (try_unroll_loop_completely): Typo fix in
22346 comment.
22347
22348 2016-05-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
22349
22350 * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
22351 Change --param max-completely-peeled-times to
22352 --param max-completely-peel-times in dump file printing.
22353
22354 2016-05-13 Richard Biener <rguenther@suse.de>
22355
22356 PR tree-optimization/42587
22357 * tree-ssa-math-opts.c (perform_symbolic_merge): Handle BIT_FIELD_REF.
22358 (find_bswap_or_nop_1): Likewise.
22359 (bswap_replace): Likewise.
22360
22361 2016-05-13 Martin Liska <mliska@suse.cz>
22362
22363 * tree-vect-patterns.c (vect_recog_mask_conversion_pattern):
22364 Initialize a variable with default value.
22365
22366 2016-05-13 Martin Liska <mliska@suse.cz>
22367
22368 * doc/invoke.texi: Enhance explanation of error recovery
22369 of sanitizers.
22370
22371 2016-05-13 Martin Liska <mliska@suse.cz>
22372
22373 * tree-ssa-loop-ivopts.c (avg_loop_niter): Fix coding style.
22374 (struct cost_pair): Change inv_expr_id (int) to inv_expr
22375 (iv_inv_expr_ent *).
22376 (struct iv_inv_expr_ent): Comment struct fields.
22377 (sort_iv_inv_expr_ent): New function.
22378 (struct ivopts_data): Rename inv_expr_id to max_inv_expr_id.
22379 (struct iv_ca): Replace used_inv_expr and num_used_inv_expr with
22380 a hash_map between iv_inv_expr_ent and number of usages.
22381 (niter_for_exit): Fix coding style.
22382 (tree_ssa_iv_optimize_init): Use renamed variable.
22383 (determine_base_object): Fix coding style.
22384 (alloc_iv): Likewise.
22385 (find_interesting_uses_outside): Likewise.
22386 (add_candidate_1): Likewise.
22387 (add_standard_iv_candidates): Likewise.
22388 (set_group_iv_cost): Replace inv_expr_id with inv_expr.
22389 (prepare_decl_rtl): Fix coding style.
22390 (get_address_cost): Likewise.
22391 (get_shiftadd_cost): Likewise.
22392 (force_expr_to_var_cost): Likewise.
22393 (compare_aff_trees): Likewise.
22394 (get_expr_id): Restructure the function.
22395 (get_loop_invariant_expr_id): Renamed to
22396 get_loop_invariant_expr.
22397 (get_computation_cost_at): Replace usage of inv_expr_id with
22398 inv_expr.
22399 (get_computation_cost): Likewise.
22400 (determine_group_iv_cost_generic): Likewise.
22401 (determine_group_iv_cost_address): Likewise.
22402 (iv_period): Fix coding style.
22403 (iv_elimination_compare_lt): Likewise.
22404 (may_eliminate_iv): Likewise.
22405 (determine_group_iv_cost_cond): Replace usage of inv_expr_id with
22406 inv_expr.
22407 (determine_group_iv_costs): Dump invariant expressions.
22408 (iv_ca_recount_cost): Use the newly added hash_map.
22409 (iv_ca_set_remove_invariants): Fix coding style.
22410 (iv_ca_set_add_invariants): Fix coding style.
22411 (iv_ca_set_no_cp): Utilize the newly added hash_map for used
22412 invariants.
22413 (iv_ca_set_cp): Likewise.
22414 (iv_ca_new): Initialize the newly added hash_map and remove
22415 initialization of fields.
22416 (iv_ca_free): Delete the hash_map.
22417 (iv_ca_dump): Dump invariant expressions.
22418 (iv_ca_extend): Fix coding style.
22419 (try_add_cand_for): Likewise.
22420 (create_new_ivs): Dump information about # of avg iterations and
22421 # of used invariant expressions.
22422 (rewrite_use_compare): Fix coding style.
22423 (free_loop_data): Set default value for max_inv_expr_id.
22424
22425 2016-05-13 Ilya Enkovich <ilya.enkovich@intel.com>
22426
22427 * cse.c (rest_of_handle_cse): Use cleanup_cfg
22428 returned value cse_cfg_altered computation.
22429 (rest_of_handle_cse2): Likewise.
22430 (rest_of_handle_cse_after_global_opts): Likewise.
22431
22432 2016-05-13 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
22433
22434 PR target/53440
22435 * config/arm/arm.c (arm32_output_mi_thunk): New.
22436 (arm_output_mi_thunk): Rename to arm_thumb1_mi_thunk. Rework
22437 to split Thumb1 vs TARGET_32BIT functionality.
22438 (arm_thumb1_mi_thunk): New.
22439
22440 2016-05-13 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
22441
22442 * config/aarch64/aarch64.c (TARGET_OMIT_STRUCT_RETURN_REG): Set
22443 to true.
22444
22445 2016-05-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22446
22447 PR target/71080
22448 * config/i386/i386.c (ix86_in_large_data_p): Guard against NULL exp.
22449
22450 2016-05-13 Eric Botcazou <ebotcazou@adacore.com>
22451
22452 * builtins.c (expand_builtin_memcmp): Do not emit the call here.
22453 (expand_builtin_trap): Emit a regular call.
22454 (set_builtin_user_assembler_name): Remove obsolete cases.
22455 * dse.c (scan_insn): Adjust.
22456 * except.c: Include calls.h.
22457 (sjlj_emit_function_enter): If DONT_USE_BUILTIN_SETJMP is defined,
22458 emit a regular call to setjmp.
22459 * expr.c (emit_block_move_hints): Call emit_block_copy_via_libcall.
22460 (block_move_libcall_safe_for_call_parm): Use memcpy builtin.
22461 (emit_block_move_via_libcall): Delete.
22462 (block_move_fn): Delete.
22463 (init_block_move_fn): Likewise.
22464 (emit_block_move_libcall_fn): Likewise.
22465 (emit_block_op_via_libcall): New function.
22466 (set_storage_via_libcall): Tidy up and use memset builtin.
22467 (block_clear_fn): Delete.
22468 (init_block_clear_fn): Likewise.
22469 (clear_storage_libcall_fn): Likewise.
22470 (expand_assignment): Call emit_block_move_via_libcall.
22471 Do not include gt-expr.h.
22472 * expr.h (emit_block_op_via_libcall): Declare.
22473 (emit_block_copy_via_libcall): New inline function.
22474 (emit_block_move_via_libcall): Likewise.
22475 (emit_block_comp_via_libcall): Likewise.
22476 (block_clear_fn): Delete.
22477 (init_block_move_fn): Likewise.
22478 (init_block_clear_fn): Likewise.
22479 (emit_block_move_via_libcall): Likewise.
22480 (set_storage_via_libcall): Add default parameter value.
22481 * libfuncs.h (enum libfunc_index): Remove obsolete values.
22482 (abort_libfunc): Delete.
22483 (memcpy_libfunc): Likewise.
22484 (memmove_libfunc): Likewise.
22485 (memcmp_libfunc): Likewise.
22486 (memset_libfunc): Likewise.
22487 (setbits_libfunc): Likewise.
22488 (setjmp_libfunc): Likewise.
22489 (longjmp_libfunc): Likewise.
22490 (profile_function_entry_libfunc): Likewise.
22491 (profile_function_exit_libfunc): Likewise.
22492 (gcov_flush_libfunc): Likewise.
22493 * optabs-libfuncs.c (build_libfunc_function): Set DECL_ARTIFICIAL
22494 and DECL_VISIBILITY on the declaration.
22495 (init_optabs): Do not initialize obsolete libfuncs.
22496 * optabs.c (prepare_cmp_insn): Call emit_block_comp_via_libcall.
22497 * tree-core.h (ECF_RET1): Define.
22498 (ECF_TM_PURE): Adjust.
22499 (ECF_TM_BUILTIN): Likewise.
22500 * tree.c (set_call_expr_flags): Deal with ECF_RET1.
22501 (build_common_builtin_nodes): Initialize abort builtin.
22502 Add ECF_RET1 on memcpy, memmove and memset builtins.
22503 Pass final flags for alloca and alloca_with_align builtins.
22504 * config/alpha/alpha.c (alpha_init_libfuncs): Do not initialize
22505 obsolete builtins.
22506 * config/ia64/ia64.c (ia64_vms_init_libfuncs): Likewise.
22507 * config/i386/i386.c (ix86_expand_set_or_movmem): Adjust call to
22508 set_storage_via_libcall and call emit_block_copy_via_libcall.
22509
22510 2016-05-12 Uros Bizjak <ubizjak@gmail.com>
22511
22512 * config/i386/i386.md (*call_got_x32): Change operand 0 to
22513 DImode before it is passed to ix86_output_call_operand.
22514 (*call_value_got_x32): Ditto for operand 1.
22515
22516 2016-05-12 Jiong Wang <jiong.wang@arm.com>
22517
22518 PR rtl-optimization/70904
22519 * lra-constraint.c (process_addr_reg): Relax the restriction on subreg
22520 reload for wide mode.
22521
22522 2016-05-12 Marek Polacek <polacek@redhat.com>
22523
22524 PR c/70756
22525 * langhooks-def.h (lhd_incomplete_type_error): Adjust declaration.
22526 * langhooks.c (lhd_incomplete_type_error): Add location parameter.
22527 * langhooks.h (incomplete_type_error): Likewise.
22528 * tree.c (size_in_bytes_loc): Renamed from size_in_bytes. Add location
22529 parameter, pass it down to incomplete_type_error.
22530 * tree.h (size_in_bytes): New inline overload.
22531 (size_in_bytes_loc): Renamed from size_in_bytes.
22532
22533 2016-05-12 Richard Biener <rguenther@suse.de>
22534
22535 PR tree-optimization/71059
22536 * tree-ssa-pre.c (phi_translate_1): Fully fold translated
22537 nary before looking up or entering the expression into the VN
22538 hashes.
22539 * tree-ssa-sccvn.c (vn_nary_build_or_lookup): Fix comment typo.
22540 Make sure to re-use NARYs without result as inserted by
22541 phi-translation.
22542
22543 2016-05-12 Richard Biener <rguenther@suse.de>
22544
22545 PR tree-optimization/71062
22546 * tree-ssa-alias.h (struct pt_solution): Add vars_contains_restrict
22547 field.
22548 * tree-ssa-structalias.c (set_uids_in_ptset): Set
22549 vars_contains_restrict if the var is a restrict tag.
22550 * tree-ssa-alias.c (ptrs_compare_unequal): If vars_contains_restrict
22551 do not disambiguate pointers against it.
22552 (dump_points_to_solution): Re-structure and adjust for new
22553 vars_contains_restrict flag.
22554 * gimple-pretty-print.c (pp_points_to_solution): Likewise.
22555
22556 2016-05-12 Martin Liska <mliska@suse.cz>
22557
22558 * doc/invoke.texi: Explain connection between
22559 -fsanitize-recover=address and ASAN_OPTIONS="halt_on_error=1".
22560
22561 2016-05-12 Ilya Enkovich <ilya.enkovich@intel.com>
22562
22563 PR tree-optimization/71006
22564 * tree-vect-loop.c (vect_determine_vectorization_factor): Don't
22565 consider COND_EXPR as a mask producer.
22566
22567 2016-05-12 Marek Polacek <polacek@redhat.com>
22568
22569 PR driver/71063
22570 * opts.c (common_handle_option): Detect missing argument for --help^.
22571
22572 2016-05-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
22573
22574 PR target/70830
22575 * config/arm/arm.c (arm_output_multireg_pop): Avoid POP instruction
22576 when popping the PC and within an interrupt handler routine.
22577 Add missing tab to output of "ldmfd".
22578 (output_return_instruction): Output LDMFD with SP update rather
22579 than POP when returning from interrupt handler.
22580
22581 2016-05-12 Jakub Jelinek <jakub@redhat.com>
22582
22583 * config/i386/i386.md (isa): Add x64_avx512dq, enable if
22584 TARGET_64BIT && TARGET_AVX512DQ.
22585 * config/i386/sse.md (*vec_extract<mode>): Add avx512bw alternatives.
22586 (*vec_extract<PEXTR_MODE12:mode>_zext): Add avx512bw alternative.
22587 (*vec_extract<ssevecmodelower>_0, *vec_extractv4si_0_zext,
22588 *vec_extractv2di_0_sse): Use v constraint instead of x constraint.
22589 (*vec_extractv4si): Add avx512dq and avx512bw alternatives.
22590 (*vec_extractv4si_zext): Add avx512dq alternative.
22591 (*vec_extractv2di_1): Add x64_avx512dq and avx512bw alternatives,
22592 use v instead of x constraint in other alternatives where possible.
22593
22594 * config/i386/sse.md (sse2_loadld): Use v instead of x
22595 constraint in alternatives 0,1,4.
22596
22597 * config/i386/sse.md (pinsr_evex_isa): New mode attr.
22598 (<sse2p4_1>_pinsr<ssemodesuffix>): Add 2 alternatives with
22599 v constraints instead of x and <pinsr_evex_isa> isa attribute.
22600
22601 PR target/71019
22602 * config/i386/sse.md (<sse2_avx2>_packssdw<mask_name>,
22603 <sse4_1_avx2>_packusdw<mask_name>): Make sure EVEX encoded insn
22604 is not emitted unless TARGET_AVX512BW.
22605 (<sse2_avx2>_packuswb<mask_name>, <sse2_avx2>_packsswb<mask_name>):
22606 Likewise. For TARGET_AVX512BW, use "=v" constraint instead of "=x"
22607 for the result operand.
22608
22609 * config/i386/sse.md (*vec_setv4sf_sse4_1, sse4_1_insertps): Use v
22610 constraint instead of x in avx alternatives. Use maybe_evex instead
22611 of vex prefix.
22612
22613 * config/i386/constraints.md (Yv): New constraint.
22614 * config/i386/i386.h (VALID_AVX512VL_128_REG_MODE): Allow
22615 TFmode and V1TImode in xmm16+ registers for TARGET_AVX512VL.
22616 * config/i386/i386.md (avx512fvecmode): New mode attr.
22617 (*pushtf): Use v constraint instead of x.
22618 (*movtf_internal): Likewise. For TARGET_AVX512VL and
22619 xmm16+ registers, use vmovdqu64 or vmovdqa64 instructions.
22620 (*absneg<mode>2): Use Yv constraint instead of x constraint.
22621 (*absnegtf2_sse): Likewise.
22622 (copysign<mode>3_const, copysign<mode>3_var): Likewise.
22623 * config/i386/sse.md (*andnot<mode>3): Add avx512vl and
22624 avx512f alternatives.
22625 (*andnottf3, *<code><mode>3, *<code>tf3): Likewise.
22626
22627 2016-05-12 Richard Biener <rguenther@suse.de>
22628
22629 PR tree-optimization/71060
22630 * tree-data-ref.c (initialize_data_dependence_relation): Do not
22631 require exact match of DR_BASE_OBJECT but only matching address and
22632 type.
22633
22634 2016-05-12 Richard Biener <rguenther@suse.de>
22635
22636 PR tree-optimization/70986
22637 * cfganal.c: Include cfgloop.h.
22638 (dfs_find_deadend): Prefer to take edges exiting loops.
22639
22640 2016-05-11 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
22641
22642 * gcc.target/powerpc/pr70963.c: Require at least power8 at both
22643 compile and run time.
22644
22645 2016-05-11 Mikhail Maltsev <maltsevm@gmail.com>
22646
22647 PR c/43651
22648 * doc/invoke.texi (Wduplicate-decl-specifier): Document new option.
22649
22650 2016-05-11 Uros Bizjak <ubizjak@gmail.com>
22651
22652 * config/i386/i386.c (legitimize_pic_address): Use
22653 copy_to_suggested_reg instead of gen_movsi.
22654
22655 2016-05-11 Michael Meissner <meissner@linux.vnet.ibm.com>
22656
22657 * config/rs6000/predicates.md (quad_memory_operand): Move most of
22658 the code into quad_address_p and call it to share code with
22659 vsx_quad_dform_memory_operand.
22660 (vsx_quad_dform_memory_operand): New predicate for ISA 3.0 vector
22661 d-form support.
22662 * config/rs6000/rs6000.opt (-mlra): Switch to being an option mask
22663 bit instead of being a separate word. Split -mpower9-dform into
22664 two switches, -mpower9-dform-scalar and -mpower9-dform-vector.
22665 * config/rs6000/rs6000.c (RELOAD_REG_QUAD_OFFSET): New addr_mask
22666 for the register class supporting 128-bit quad word memory offsets.
22667 (mode_supports_vsx_dform_quad): Helper function to return if the
22668 register class uses quad word memory offsets.
22669 (rs6000_debug_addr_mask): Add support for quad word memory offsets.
22670 (rs6000_debug_reg_global): Always print if we are using LRA or not.
22671 (rs6000_setup_reg_addr_masks): If ISA 3.0 vector d-form
22672 instructions are enabled, set up the appropriate addr_masks for
22673 128-bit types.
22674 (rs6000_init_hard_regno_mode_ok): wb constraint is now based on
22675 -mpower9-dform-scalar, instead of -mpower9-dform.
22676 (rs6000_option_override_internal): Split -mpower9-dform into two
22677 switches, -mpower9-dform-scalar and -mpower9-dform-vector. The
22678 -mpower9-dform switch sets or clears both. If we are not using
22679 the LRA register allocator, do not enable -mpower9-dform-vector by
22680 default. If we are using LRA, enable -mpower9-dform-vector and
22681 -mvsx-timode if it is appropriate. Issue a warning if either
22682 -mpower9-dform-vector or -mvsx-timode are explicitly used without
22683 enabling LRA.
22684 (quad_address_offset_p): New helper function to return if the
22685 offset is legal for quad word memory instructions.
22686 (quad_address_p): New function to determin if GPR or vector
22687 register quad word memory addresses are legal.
22688 (mem_operand_gpr): Validate quad word address offsets.
22689 (reg_offset_addressing_ok_p): Add support for ISA 3.0 vector
22690 d-form (register + offset) instructions.
22691 (offsettable_ok_by_alignment): Likewise.
22692 (rs6000_legitimate_offset_address_p): Likewise.
22693 (legitimate_lo_sum_address_p): Likewise.
22694 (rs6000_legitimize_address): Likewise.
22695 (rs6000_legitimize_reload_address): Add more debug statements for
22696 -mdebug=addr.
22697 (rs6000_legitimate_address_p): Add support for ISA 3.0 vector
22698 d-form instructions.
22699 (rs6000_secondary_reload_memory): Add support for ISA 3.0 vector
22700 d-form instructions. Distinguish different cases in debug
22701 output. (rs6000_secondary_reload_inner): Add support for ISA 3.0 vector
22702 d-form instructions.
22703 (rs6000_preferred_reload_class): Likewise.
22704 (rs6000_output_move_128bit): Add support for ISA 3.0 d-form
22705 instructions. If ISA 3.0 is available, generate lxvx/stxvx instead
22706 of the ISA 2.06 indexed memory instructions.
22707 (rs6000_emit_prologue): If we have ISA 3.0 d-form instructions,
22708 use them to save/restore the saved vector registers instead of
22709 using Altivec instructions.
22710 (rs6000_emit_epilogue): Likewise.
22711 (rs6000_lra_p): Use TARGET_LRA instead of the old option word.
22712 (rs6000_opt_masks): Split -mpower9-dform into
22713 -mpower9-dform-scalar and -mpower9-dform-vector.
22714 (rs6000_print_options_internal): Print -mno-<switch> if <switch>
22715 was not selected.
22716 * config/rs6000/vsx.md (p9_vecload_<mode>): Delete hack to emit
22717 ISA 3.0 vector indexed memory instructions, and fold the code into
22718 the normal mov<mode> patterns.
22719 (p9_vecstore_<mode>): Likewise.
22720 (vsx_mov<mode>): Add support for ISA 3.0 vector d-form
22721 instructions.
22722 (vsx_movti_64bit): Likewise.
22723 (vsx_movti_32bit): Likewise.
22724 * config/rs6000/constraints.md (wO constraint): New constraint for
22725 ISA 3.0 vector d-form support.
22726 * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Use
22727 -mpower9-dform-scalar instead of -mpower9-dform. Add note not to
22728 include -mpower9-dform-vector until we switch over to LRA.
22729 (POWERPC_MASKS): Add -mlra. Split -mpower9-dform into two.
22730 switches, -mpower9-dform-scalar and -mpower9-dform-vector.
22731 * config/rs6000/rs6000-protos.h (quad_address_p): Add declaration.
22732 * doc/invoke.texi (RS/6000 and PowerPC Options): Add documentation
22733 for -mpower9-dform and -mlra.
22734 * doc/md.texi (wO constraint): Document wO constraint.
22735
22736 2016-05-11 Alexander Monakov <amonakov@ispras.ru>
22737
22738 * genattr.c (main): Change 'rtx' to 'rtx_insn *' in prototypes of
22739 'insn_latency', 'maximal_insn_latency', 'min_insn_conflict_delay'.
22740 * genautomata.c (output_internal_insn_code_evaluation): Simplify.
22741 Move handling of non-insn arguments inline into the sole user:
22742 (output_trans_func): ...here.
22743 (output_min_insn_conflict_delay_func): Change 'rtx' to 'rtx_insn *'
22744 in emitted function prototype.
22745 (output_internal_insn_latency_func): Ditto. Simplify.
22746 (output_internal_maximal_insn_latency_func): Ditto. Delete
22747 always-unused argument.
22748 (output_insn_latency_func): Ditto.
22749 (output_maximal_insn_latency_func): Ditto.
22750
22751 2016-05-11 Richard Biener <rguenther@suse.de>
22752
22753 PR tree-optimization/71055
22754 * tree-ssa-sccvn.c (vn_reference_lookup_3): When native-interpreting
22755 sth with precision not equal to access size verify we don't chop
22756 off bits.
22757
22758 2016-05-11 Richard Biener <rguenther@suse.de>
22759
22760 PR debug/71057
22761 * dwarf2out.c (retry_incomplete_types): Set early_dwarf.
22762 (dwarf2out_finish): Move retry_incomplete_types call ...
22763 (dwarf2out_early_finish): ... here.
22764
22765 2016-05-11 Richard Biener <rguenther@suse.de>
22766
22767 PR middle-end/71002
22768 * alias.c (reference_alias_ptr_type): Preserve alias-set zero
22769 if the langhook insists on it.
22770 * fold-const.c (make_bit_field_ref): Add arg for the original
22771 reference and preserve its alias-set.
22772 (decode_field_reference): Take exp by reference and adjust it
22773 to the original memory reference.
22774 (optimize_bit_field_compare): Adjust callers.
22775 (fold_truth_andor_1): Likewise.
22776 * gimplify.c (gimplify_expr): Adjust in-SSA form test.
22777
22778 2016-05-11 Ilya Enkovich <ilya.enkovich@intel.com>
22779
22780 PR middle-end/70807
22781 * cfgrtl.h (delete_insn_and_edges): Now return bool.
22782 * cfgrtl.c (delete_insn_and_edges): Likewise.
22783 * config/i386/i386.c (convert_scalars_to_vector): Remove
22784 redundant code.
22785 * cse.c (cse_insn): Compute cse_cfg_altered.
22786 (delete_trivially_dead_insns): Likewise.
22787 (cse_cc_succs): Likewise.
22788 (rest_of_handle_cse): Free dominance info if required.
22789 (rest_of_handle_cse2): Likewise.
22790 (rest_of_handle_cse_after_global_opts): Likewise.
22791
22792 2016-05-11 Alan Modra <amodra@gmail.com>
22793
22794 * config/rs6000/rs6000.c (is_complex_IBM_long_double,
22795 abi_v4_pass_in_fpr): New functions.
22796 (rs6000_function_arg_boundary): Exclude complex IBM long double
22797 from 64-bit alignment when ABI_V4.
22798 (rs6000_function_arg, rs6000_function_arg_advance_1,
22799 rs6000_gimplify_va_arg): Use abi_v4_pass_in_fpr.
22800
22801 2016-05-10 Segher Boessenkool <segher@kernel.crashing.org>
22802
22803 PR rtl-optimization/71028
22804 * cfgcleanup.c (try_optimize_cfg): Do not flip a conditional
22805 jump with just a return in the fallthrough block if the branch
22806 block contains just a return as well.
22807
22808 2016-05-10 Marc Glisse <marc.glisse@inria.fr>
22809
22810 * fold-const.c (fold_binary_loc) [(X ^ Y) & Y]: Remove and merge with...
22811 * match.pd ((X & Y) ^ Y): ... this.
22812 ((X & Y) & Y, (X | Y) | Y, (X ^ Y) ^ Y, (X & Y) & (X & Z), (X | Y)
22813 | (X | Z), (X ^ Y) ^ (X ^ Z)): New transformations.
22814
22815 2016-05-10 David Malcolm <dmalcolm@redhat.com>
22816
22817 * read-md.c (require_char_ws): New function.
22818 (read_string): Simplify using require_char_ws.
22819 (handle_constants): Likewise.
22820 (handle_enum): Likewise.
22821 (handle_file): Likewise.
22822 * read-md.h (require_char_ws): New declaration.
22823 * read-rtl.c (read_conditions): Simplify using require_char_ws.
22824 (read_mapping): Likewise.
22825 (read_rtx_code): Likewise.
22826 (read_nested_rtx): Likewise.
22827
22828 2016-05-10 James Norris <jnorris@codesourcery.com>
22829
22830 * config/rs6000/sysv4.h (CRTOFFLOADBEGIN): Define. Add crtoffloadbegin.o
22831 if offloading is enabled and -fopenacc or -fopenmp is specified.
22832 (CRTOFFLOADEND): Likewise.
22833 (STARTFILE_LINUX_SPEC): Add CRTOFFLOADBEGIN.
22834 (ENDFILE_LINUX_SPEC): Add CRTOFFLOADEND.
22835
22836 2016-05-10 Uros Bizjak <ubizjak@gmail.com>
22837
22838 * config/i386/i386.c (legitimize_pic_address): Merge 64-bit and 32-bit
22839 gotoff_operand code paths. Use copy_to_suggested_regs and
22840 expand_simple_binop where appropriate. Cleanup.
22841
22842 2016-05-10 Ilya Enkovich <ilya.enkovich@intel.com>
22843
22844 PR target/70799
22845 * config/i386/i386.c (dimode_scalar_to_vector_candidate_p): Allow
22846 integer constants.
22847 (dimode_scalar_chain::vector_const_cost): New.
22848 (dimode_scalar_chain::compute_convert_gain): Handle constants.
22849 (dimode_scalar_chain::convert_op): Likewise.
22850 (dimode_scalar_chain::convert_insn): Likewise.
22851
22852 2016-05-10 Pierre-Marie de Rodat <derodat@adacore.com>
22853
22854 * dwarf2out.c (resolve_args_picking_1): Consider DW_OP_neg as an
22855 unary operation, not a binary one.
22856
22857 2016-05-10 Ilya Enkovich <ilya.enkovich@intel.com>
22858
22859 PR middle-end/70877
22860 * tree-chkp.c (chkp_add_bounds_to_call_stmt): Handle
22861 calls with type casted fndecl.
22862
22863 2016-05-10 Ilya Enkovich <ilya.enkovich@intel.com>
22864
22865 PR tree-optimization/70786
22866 * tree-chkp.c (chkp_find_bounds_1): Support WITH_SIZE_EXPR.
22867 * calls.c (initialize_argument_information): Bind bounds
22868 with corresponding args passed by reference.
22869
22870 2016-05-10 Jakub Jelinek <jakub@redhat.com>
22871
22872 PR target/70927
22873 * config/i386/sse.md (<sse>_andnot<mode>3<mask_name>),
22874 *<code><mode>3<mask_name>): For !TARGET_AVX512DQ and EVEX encoding,
22875 use vp*[dq] instead of v*p[sd] instructions and adjust mode attribute
22876 accordingly.
22877
22878 2016-05-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
22879
22880 PR target/70963
22881 * config/rs6000/vsx.md (vsx_xvcvdpsxds_scale): Generate correct
22882 code for a zero scale factor.
22883 (vsx_xvcvdpuxds_scale): Likewise.
22884
22885 2016-05-10 David Malcolm <dmalcolm@redhat.com>
22886
22887 * diagnostic-show-locus.c (layout::layout): Call show_ruler
22888 if show_ruler_p was set on the context.
22889 (layout::show_ruler): New method.
22890 * diagnostic.h (struct diagnostic_context): Add field
22891 "show_ruler_p".
22892
22893 2016-05-10 Richard Biener <rguenther@suse.de>
22894
22895 PR tree-optimization/71039
22896 * tree-ssa-phiprop.c: Include tree-ssa-loop.h.
22897 (chk_uses): New function.
22898 (propagate_with_phi): Verify we can safely replicate the lhs of an
22899 aggregate assignment on all incoming edges.
22900
22901 2016-05-10 Oleg Endo <olegendo@gcc.gnu.org>
22902
22903 * config/rx/rx-protos.h (is_interrupt_func, is_fast_interrupt_func):
22904 Forward declare.
22905 (rx_atomic_sequence): New class.
22906 * config/rx/rx.c (rx_print_operand): Use symbolic names for PSW bits.
22907 (is_interrupt_func, is_fast_interrupt_func): Make non-static and
22908 non-inline.
22909 (rx_atomic_sequence::rx_atomic_sequence,
22910 rx_atomic_sequence::~rx_atomic_sequence): New functions.
22911 * config/rx/rx.md (CTRLREG_PSW, CTRLREG_USP, CTRLREG_FPSW, CTRLREG_CPEN,
22912 CTRLREG_BPSW, CTRLREG_BPC, CTRLREG_ISP, CTRLREG_FINTV,
22913 CTRLREG_INTB): New constants.
22914 (FETCHOP): New code iterator.
22915 (fethcop_name, fetchop_name2): New iterator code attributes.
22916 (QIHI): New mode iterator.
22917 (atomic_exchange<mode>, atomic_exchangesi, xchg_mem<mode>,
22918 atomic_fetch_<fetchop_name>si, atomic_fetch_nandsi,
22919 atomic_<fetchop_name>_fetchsi, atomic_nand_fetchsi): New patterns.
22920
22921 2016-05-10 Martin Liska <mliska@suse.cz>
22922
22923 * tree-inline.c (remap_dependence_clique): Do not remap
22924 debugging statements.
22925
22926 2016-05-10 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
22927
22928 * config/s390/s390.md ("*vec_cmp<insn_cmp>df_cconly")
22929 ("*fixuns_truncdfdi2_z13")
22930 ("*fixuns_trunc<FP:mode><GPR:mode>2_z196")
22931 ("*fix_truncdfdi2_bfp_z13", "*floatunsdidf2_z13")
22932 ("*extendsfdf2_z13"): Replace TARGET_Z13 with TARGET_VX.
22933
22934 2016-05-10 Richard Biener <rguenther@suse.de>
22935
22936 PR tree-optimization/70497
22937 PR tree-optimization/28367
22938 * tree-ssa-sccvn.c (vn_nary_build_or_lookup): New function
22939 split out from ...
22940 (visit_reference_op_load): ... here.
22941 (vn_reference_lookup_3): Use it to handle subreg-like accesses
22942 with simplified BIT_FIELD_REFs.
22943 * tree-ssa-pre.c (eliminate_insert): Handle inserting BIT_FIELD_REFs.
22944 * tree-complex.c (extract_component): Handle BIT_FIELD_REFs
22945 correctly.
22946
22947 2016-05-10 Pierre-Marie de Rodat <derodat@adacore.com>
22948
22949 * dwarf2out.c (add_abstract_origin_attribute): Adjust
22950 documentation comment. For BLOCK nodes, add a
22951 DW_AT_abstract_origin attribute that points to the DIE generated
22952 for the origin BLOCK.
22953 (gen_lexical_block_die): Call add_abstract_origin_attribute for
22954 blocks from inlined functions.
22955
22956 2016-05-10 Alan Modra <amodra@gmail.com>
22957
22958 PR target/70947
22959 * config/rs6000/rs6000.c (rs6000_expand_split_stack_prologue): Stop
22960 regrename modifying insns saving lr before __morestack call.
22961 * config/rs6000/rs6000.md (split_stack_return): Similarly for
22962 insns restoring lr after __morestack call.
22963
22964 2016-05-09 Jakub Jelinek <jakub@redhat.com>
22965
22966 * config/i386/i386.md (set_got, set_got_labelled, lwp_llwpcb,
22967 lwp_lwpval<mode>3, lwp_lwpins<mode>3): Remove constraints from
22968 expanders.
22969 * config/i386/sse.md (vec_interleave_high<mode>,
22970 vec_interleave_low<mode>, <avx512>_vpermi2var<mode>3_maskz,
22971 <avx512>_vpermt2var<mode>3_maskz): Likewise.
22972
22973 2016-05-04 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
22974
22975 * config/rs6000/rs6000.c (rs6000_reassociation_width): Add
22976 function for TARGET_SCHED_REASSOCIATION_WIDTH to enable
22977 parallel reassociation for power8 and forward.
22978
22979 2016-05-09 Uros Bizjak <ubizjak@gmail.com>
22980
22981 * config/i386/i386.md (absneg splitters with general regs): Use
22982 general_reg_operand predicate.
22983 (btsq peephole2): Use x86_64_immediate_operand to check if new
22984 value is suitable for immediate operand. Generate emitted insn
22985 using RTL expressions.
22986 (btcq peephole2): Ditto.
22987 (btrq peephole2): Ditto. Generate correct immediate operand
22988 for AND masking.
22989
22990 2016-05-09 Richard Sandiford <richard.sandiford@arm.com>
22991
22992 * cfgexpand.c (expand_debug_expr): Fix address offset for negative
22993 bitpos.
22994
22995 2016-05-09 Richard Sandiford <richard.sandiford@arm.com>
22996
22997 * tree-affine.c (wide_int_constant_multiple_p): Add missing
22998 pointer dereference.
22999
23000 2016-05-09 Richard Biener <rguenther@suse.de>
23001
23002 PR tree-optimization/70985
23003 * match.pd (BIT_FIELD_REF -> (type)): Disable on GIMPLE when
23004 op0 isn't a gimple register.
23005
23006 2016-05-09 Prachi Godbole <prachi.godbole@imgtec.com>
23007
23008 * config/mips/i6400.md (i6400_fpu_intadd, i6400_fpu_logic)
23009 (i6400_fpu_div, i6400_fpu_cmp, i6400_fpu_float, i6400_fpu_store)
23010 (i6400_fpu_long_pipe, i6400_fpu_logic_l, i6400_fpu_float_l)
23011 (i6400_fpu_mult): New cpu units.
23012 (i6400_msa_add_d, i6400_msa_int_add, i6400_msa_short_logic3)
23013 (i6400_msa_short_logic2, i6400_msa_short_logic, i6400_msa_move)
23014 (i6400_msa_cmp, i6400_msa_short_float2, i6400_msa_div_d)
23015 (i6400_msa_div_w, i6400_msa_div_h, i6400_msa_div_b)
23016 (i6400_msa_copy, i6400_msa_branch, i6400_fpu_msa_store)
23017 (i6400_fpu_msa_load, i6400_fpu_msa_move, i6400_msa_long_logic1)
23018 (i6400_msa_long_logic2, i6400_msa_mult, i6400_msa_long_float2)
23019 (i6400_msa_long_float4, i6400_msa_long_float5)
23020 (i6400_msa_long_float8, i6400_msa_fdiv_df)
23021 (i6400_msa_fdiv_sf): New reservations.
23022 * config/mips/p5600.md (p5600_fpu_intadd, p5600_fpu_cmp)
23023 (p5600_fpu_float, p5600_fpu_logic_a, p5600_fpu_logic_b)
23024 (p5600_fpu_div, p5600_fpu_logic, p5600_fpu_float_a)
23025 (p5600_fpu_float_b, p5600_fpu_float_c, p5600_fpu_float_d)
23026 (p5600_fpu_mult, p5600_fpu_fdiv, p5600_fpu_load): New cpu units.
23027 (msa_short_int_add, msa_short_logic, msa_short_logic_move_v)
23028 (msa_short_cmp, msa_short_float2, msa_short_logic3)
23029 (msa_short_store4, msa_long_load, msa_short_store)
23030 (msa_long_logic, msa_long_float2, msa_long_float4)
23031 (msa_long_float5, msa_long_float8, msa_long_mult)
23032 (msa_long_fdiv, msa_long_div): New reservations.
23033
23034 2016-05-09 Robert Suchanek <robert.suchanek@imgtec.com>
23035 Sameera Deshpande <sameera.deshpande@imgtec.com>
23036 Matthew Fortune <matthew.fortune@imgtec.com>
23037 Graham Stott <graham.stott@imgtec.com>
23038 Chao-ying Fu <chao-ying.fu@imgtec.com>
23039
23040 * config.gcc: Add MSA header file for mips*-*-* target.
23041 * config/mips/constraints.md (YI, YC, YZ, Unv5, Uuv5, Usv5, Uuv6)
23042 (Ubv8i, Urv8): New constraints.
23043 * config/mips/mips-ftypes.def: Add function types for MSA
23044 builtins.
23045 * config/mips/mips-modes.def (V16QI, V8HI, V4SI, V2DI, V4SF)
23046 (V2DF, V32QI, V16HI, V8SI, V4DI, V8SF, V4DF): New modes.
23047 * config/mips/mips-msa.md: New file.
23048 * config/mips/mips-protos.h
23049 (mips_split_128bit_const_insns): New prototype.
23050 (mips_msa_idiv_insns): Likewise.
23051 (mips_split_128bit_move): Likewise.
23052 (mips_split_128bit_move_p): Likewise.
23053 (mips_split_msa_copy_d): Likewise.
23054 (mips_split_msa_insert_d): Likewise.
23055 (mips_split_msa_fill_d): Likewise.
23056 (mips_expand_msa_branch): Likewise.
23057 (mips_const_vector_same_val_p): Likewise.
23058 (mips_const_vector_same_bytes_p): Likewise.
23059 (mips_const_vector_same_int_p): Likewise.
23060 (mips_const_vector_shuffle_set_p): Likewise.
23061 (mips_const_vector_bitimm_set_p): Likewise.
23062 (mips_const_vector_bitimm_clr_p): Likewise.
23063 (mips_msa_vec_parallel_const_half): Likewise.
23064 (mips_msa_output_division): Likewise.
23065 (mips_ldst_scaled_shift): Likewise.
23066 (mips_expand_vec_cond_expr): Likewise.
23067 * config/mips/mips.c (enum mips_builtin_type): Add
23068 MIPS_BUILTIN_MSA_TEST_BRANCH.
23069 (mips_gen_const_int_vector_shuffle): New prototype.
23070 (mips_const_vector_bitimm_set_p): New function.
23071 (mips_const_vector_bitimm_clr_p): Likewise.
23072 (mips_const_vector_same_val_p): Likewise.
23073 (mips_const_vector_same_bytes_p): Likewise.
23074 (mips_const_vector_same_int_p): Likewise.
23075 (mips_const_vector_shuffle_set_p): Likewise.
23076 (mips_symbol_insns): Forbid loading symbols via immediate for
23077 MSA.
23078 (mips_valid_offset_p): Limit offset to 10-bit for MSA loads and
23079 stores.
23080 (mips_valid_lo_sum_p): Forbid loadings symbols via %lo(base) for
23081 MSA.
23082 (mips_lx_address_p): Add support load indexed address for MSA.
23083 (mips_address_insns): Add calculation of instructions needed for
23084 stores and loads for MSA.
23085 (mips_const_insns): Move CONST_DOUBLE below CONST_VECTOR. Handle
23086 CONST_VECTOR for MSA and let it fall through.
23087 (mips_ldst_scaled_shift): New function.
23088 (mips_subword_at_byte): Likewise.
23089 (mips_msa_idiv_insns): Likewise.
23090 (mips_legitimize_move): Validate MSA moves.
23091 (mips_rtx_costs): Add UNGE, UNGT, UNLE, UNLT cases. Add
23092 calculation of costs for MSA division.
23093 (mips_split_move_p): Check if MSA moves need splitting.
23094 (mips_split_move): Split MSA moves if necessary.
23095 (mips_split_128bit_move_p): New function.
23096 (mips_split_128bit_move): Likewise.
23097 (mips_split_msa_copy_d): Likewise.
23098 (mips_split_msa_insert_d): Likewise.
23099 (mips_split_msa_fill_d): Likewise.
23100 (mips_output_move): Handle MSA moves.
23101 (mips_expand_msa_branch): New function.
23102 (mips_print_operand): Add 'E', 'B', 'w', 'v' and 'V' modifiers.
23103 Reinstate 'y' modifier.
23104 (mips_file_start): Add MSA .gnu_attribute.
23105 (mips_hard_regno_mode_ok_p): Allow TImode and 128-bit vectors in
23106 FPRs.
23107 (mips_hard_regno_nregs): Always return 1 for MSA supported mode.
23108 (mips_class_max_nregs): Add register size for MSA supported mode.
23109 (mips_cannot_change_mode_class): Allow conversion between MSA
23110 vector modes and TImode.
23111 (mips_mode_ok_for_mov_fmt_p): Allow MSA to use move.v
23112 instruction.
23113 (mips_secondary_reload_class): Force MSA loads/stores via memory.
23114 (mips_preferred_simd_mode): Add preffered modes for MSA.
23115 (mips_vector_mode_supported_p): Add MSA supported modes.
23116 (mips_autovectorize_vector_sizes): New function.
23117 (mips_msa_output_division): Likewise.
23118 (MSA_BUILTIN, MIPS_BUILTIN_DIRECT_NO_TARGET)
23119 (MSA_NO_TARGET_BUILTIN, MSA_BUILTIN_TEST_BRANCH): New macros.
23120 (CODE_FOR_msa_adds_s_b, CODE_FOR_msa_adds_s_h)
23121 (CODE_FOR_msa_adds_s_w, CODE_FOR_msa_adds_s_d)
23122 (CODE_FOR_msa_adds_u_b, CODE_FOR_msa_adds_u_h)
23123 (CODE_FOR_msa_adds_u_w, CODE_FOR_msa_adds_u_du
23124 (CODE_FOR_msa_addv_b, CODE_FOR_msa_addv_h, CODE_FOR_msa_addv_w)
23125 (CODE_FOR_msa_addv_d, CODE_FOR_msa_and_v, CODE_FOR_msa_bmnz_v)
23126 (CODE_FOR_msa_bmnzi_b, CODE_FOR_msa_bmz_v, CODE_FOR_msa_bmzi_b)
23127 (CODE_FOR_msa_bnz_v, CODE_FOR_msa_bz_v, CODE_FOR_msa_bsel_v)
23128 (CODE_FOR_msa_bseli_b, CODE_FOR_msa_ceqi_h, CODE_FOR_msa_ceqi_w)
23129 (CODE_FOR_msa_ceqi_d, CODE_FOR_msa_clti_s_b)
23130 (CODE_FOR_msa_clti_s_h, CODE_FOR_msa_clti_s_w)
23131 (CODE_FOR_msa_clti_s_d, CODE_FOR_msa_clti_u_b)
23132 (CODE_FOR_msa_clti_u_h, CODE_FOR_msa_clti_u_w)
23133 (CODE_FOR_msa_clti_u_d, CODE_FOR_msa_clei_s_b)
23134 (CODE_FOR_msa_clei_s_h, CODE_FOR_msa_clei_s_w)
23135 (CODE_FOR_msa_clei_s_d, CODE_FOR_msa_clei_u_b)
23136 (CODE_FOR_msa_clei_u_h, CODE_FOR_msa_clei_u_w)
23137 (CODE_FOR_msa_clei_u_d, CODE_FOR_msa_div_s_b)
23138 (CODE_FOR_msa_div_s_h, CODE_FOR_msa_div_s_w)
23139 (CODE_FOR_msa_div_s_d, CODE_FOR_msa_div_u_b)
23140 (CODE_FOR_msa_div_u_h, CODE_FOR_msa_div_u_w)
23141 (CODE_FOR_msa_div_u_d, CODE_FOR_msa_fadd_w, CODE_FOR_msa_fadd_d)
23142 (CODE_FOR_msa_fexdo_w, CODE_FOR_msa_ftrunc_s_w)
23143 (CODE_FOR_msa_ftrunc_s_d, CODE_FOR_msa_ftrunc_u_w)
23144 (CODE_FOR_msa_ftrunc_u_d, CODE_FOR_msa_ffint_s_w)
23145 (CODE_FOR_msa_ffint_s_d, CODE_FOR_msa_ffint_u_w)
23146 (CODE_FOR_msa_ffint_u_d, CODE_FOR_msa_fsub_w)
23147 (CODE_FOR_msa_fsub_d, CODE_FOR_msa_fmsub_d, CODE_FOR_msa_fmadd_w)
23148 (CODE_FOR_msa_fmadd_d, CODE_FOR_msa_fmsub_w, CODE_FOR_msa_fmul_w)
23149 (CODE_FOR_msa_fmul_d, CODE_FOR_msa_fdiv_w, CODE_FOR_msa_fdiv_d)
23150 (CODE_FOR_msa_fmax_w, CODE_FOR_msa_fmax_d, CODE_FOR_msa_fmax_a_w)
23151 (CODE_FOR_msa_fmax_a_d, CODE_FOR_msa_fmin_w, CODE_FOR_msa_fmin_d)
23152 (CODE_FOR_msa_fmin_a_w, CODE_FOR_msa_fmin_a_d)
23153 (CODE_FOR_msa_fsqrt_w, CODE_FOR_msa_fsqrt_d)
23154 (CODE_FOR_msa_max_s_b, CODE_FOR_msa_max_s_h)
23155 (CODE_FOR_msa_max_s_w, CODE_FOR_msa_max_s_d)
23156 (CODE_FOR_msa_max_u_b, CODE_FOR_msa_max_u_h)
23157 (CODE_FOR_msa_max_u_w, CODE_FOR_msa_max_u_d)
23158 (CODE_FOR_msa_min_s_b, CODE_FOR_msa_min_s_h)
23159 (CODE_FOR_msa_min_s_w, CODE_FOR_msa_min_s_d)
23160 (CODE_FOR_msa_min_u_b, CODE_FOR_msa_min_u_h)
23161 (CODE_FOR_msa_min_u_w, CODE_FOR_msa_min_u_d)
23162 (CODE_FOR_msa_mod_s_b, CODE_FOR_msa_mod_s_h)
23163 (CODE_FOR_msa_mod_s_w, CODE_FOR_msa_mod_s_d)
23164 (CODE_FOR_msa_mod_u_b, CODE_FOR_msa_mod_u_h)
23165 (CODE_FOR_msa_mod_u_w, CODE_FOR_msa_mod_u_d)
23166 (CODE_FOR_msa_mod_s_b, CODE_FOR_msa_mod_s_h)
23167 (CODE_FOR_msa_mod_s_w, CODE_FOR_msa_mod_s_d)
23168 (CODE_FOR_msa_mod_u_b, CODE_FOR_msa_mod_u_h)
23169 (CODE_FOR_msa_mod_u_w, CODE_FOR_msa_mod_u_d)
23170 (CODE_FOR_msa_mulv_b, CODE_FOR_msa_mulv_h, CODE_FOR_msa_mulv_w)
23171 (CODE_FOR_msa_mulv_d, CODE_FOR_msa_nlzc_b, CODE_FOR_msa_nlzc_h)
23172 (CODE_FOR_msa_nlzc_w, CODE_FOR_msa_nlzc_d, CODE_FOR_msa_nor_v)
23173 (CODE_FOR_msa_or_v, CODE_FOR_msa_ori_b, CODE_FOR_msa_nori_b)
23174 (CODE_FOR_msa_pcnt_b, CODE_FOR_msa_pcnt_h, CODE_FOR_msa_pcnt_w)
23175 (CODE_FOR_msa_pcnt_d, CODE_FOR_msa_xor_v, CODE_FOR_msa_xori_b)
23176 (CODE_FOR_msa_sll_b, CODE_FOR_msa_sll_h, CODE_FOR_msa_sll_w)
23177 (CODE_FOR_msa_sll_d, CODE_FOR_msa_slli_b, CODE_FOR_msa_slli_h)
23178 (CODE_FOR_msa_slli_w, CODE_FOR_msa_slli_d, CODE_FOR_msa_sra_b)
23179 (CODE_FOR_msa_sra_h, CODE_FOR_msa_sra_w, CODE_FOR_msa_sra_d)
23180 (CODE_FOR_msa_srai_b, CODE_FOR_msa_srai_h, CODE_FOR_msa_srai_w)
23181 (CODE_FOR_msa_srai_d, CODE_FOR_msa_srl_b, CODE_FOR_msa_srl_h)
23182 (CODE_FOR_msa_srl_w, CODE_FOR_msa_srl_d, CODE_FOR_msa_srli_b)
23183 (CODE_FOR_msa_srli_h, CODE_FOR_msa_srli_w, CODE_FOR_msa_srli_d)
23184 (CODE_FOR_msa_subv_b, CODE_FOR_msa_subv_h, CODE_FOR_msa_subv_w)
23185 (CODE_FOR_msa_subv_d, CODE_FOR_msa_subvi_b, CODE_FOR_msa_subvi_h)
23186 (CODE_FOR_msa_subvi_w, CODE_FOR_msa_subvi_d, CODE_FOR_msa_move_v)
23187 (CODE_FOR_msa_vshf_b, CODE_FOR_msa_vshf_h, CODE_FOR_msa_vshf_w)
23188 (CODE_FOR_msa_vshf_d, CODE_FOR_msa_ilvod_d, CODE_FOR_msa_ilvev_d)
23189 (CODE_FOR_msa_pckod_d, CODE_FOR_msa_pckdev_d, CODE_FOR_msa_ldi_b)
23190 (CODE_FOR_msa_ldi_hi, CODE_FOR_msa_ldi_w)
23191 (CODE_FOR_msa_ldi_d): New code_aliasing macros.
23192 (mips_builtins): Add MSA sll_b, sll_h, sll_w, sll_d, slli_b,
23193 slli_h, slli_w, slli_d, sra_b, sra_h, sra_w, sra_d, srai_b,
23194 srai_h, srai_w, srai_d, srar_b, srar_h, srar_w, srar_d, srari_b,
23195 srari_h, srari_w, srari_d, srl_b, srl_h, srl_w, srl_d, srli_b,
23196 srli_h, srli_w, srli_d, srlr_b, srlr_h, srlr_w, srlr_d, srlri_b,
23197 srlri_h, srlri_w, srlri_d, bclr_b, bclr_h, bclr_w, bclr_d,
23198 bclri_b, bclri_h, bclri_w, bclri_d, bset_b, bset_h, bset_w,
23199 bset_d, bseti_b, bseti_h, bseti_w, bseti_d, bneg_b, bneg_h,
23200 bneg_w, bneg_d, bnegi_b, bnegi_h, bnegi_w, bnegi_d, binsl_b,
23201 binsl_h, binsl_w, binsl_d, binsli_b, binsli_h, binsli_w,
23202 binsli_d, binsr_b, binsr_h, binsr_w, binsr_d, binsri_b, binsri_h,
23203 binsri_w, binsri_d, addv_b, addv_h, addv_w, addv_d, addvi_b,
23204 addvi_h, addvi_w, addvi_d, subv_b, subv_h, subv_w, subv_d,
23205 subvi_b, subvi_h, subvi_w, subvi_d, max_s_b, max_s_h, max_s_w,
23206 max_s_d, maxi_s_b, maxi_s_h, maxi_s_w, maxi_s_d, max_u_b,
23207 max_u_h, max_u_w, max_u_d, maxi_u_b, maxi_u_h, maxi_u_w,
23208 maxi_u_d, min_s_b, min_s_h, min_s_w, min_s_d, mini_s_b, mini_s_h,
23209 mini_s_w, mini_s_d, min_u_b, min_u_h, min_u_w, min_u_d, mini_u_b,
23210 mini_u_h, mini_u_w, mini_u_d, max_a_b, max_a_h, max_a_w, max_a_d,
23211 min_a_b, min_a_h, min_a_w, min_a_d, ceq_b, ceq_h, ceq_w, ceq_d,
23212 ceqi_b, ceqi_h, ceqi_w, ceqi_d, clt_s_b, clt_s_h, clt_s_w,
23213 clt_s_d, clti_s_b, clti_s_h, clti_s_w, clti_s_d, clt_u_b,
23214 clt_u_h, clt_u_w, clt_u_d, clti_u_b, clti_u_h, clti_u_w,
23215 clti_u_d, cle_s_b, cle_s_h, cle_s_w, cle_s_d, clei_s_b, clei_s_h,
23216 clei_s_w, clei_s_d, cle_u_b, cle_u_h, cle_u_w, cle_u_d, clei_u_b,
23217 clei_u_h, clei_u_w, clei_u_d, ld_b, ld_h, ld_w, ld_d, st_b, st_h,
23218 st_w, st_d, sat_s_b, sat_s_h, sat_s_w, sat_s_d, sat_u_b, sat_u_h,
23219 sat_u_w, sat_u_d, add_a_b, add_a_h, add_a_w, add_a_d, adds_a_b,
23220 adds_a_h, adds_a_w, adds_a_d, adds_s_b, adds_s_h, adds_s_w,
23221 adds_s_d, adds_u_b, adds_u_h, adds_u_w, adds_u_d, ave_s_b,
23222 ave_s_h, ave_s_w, ave_s_d, ave_u_b, ave_u_h, ave_u_w, ave_u_d,
23223 aver_s_b, aver_s_h, aver_s_w, aver_s_d, aver_u_b, aver_u_h,
23224 aver_u_w, aver_u_d, subs_s_b, subs_s_h, subs_s_w, subs_s_d,
23225 subs_u_b, subs_u_h, subs_u_w, subs_u_d, subsuu_s_b, subsuu_s_h,
23226 subsuu_s_w, subsuu_s_d, subsus_u_b, subsus_u_h, subsus_u_w,
23227 subsus_u_d, asub_s_b, asub_s_h, asub_s_w, asub_s_d, asub_u_b,
23228 asub_u_h, asub_u_w, asub_u_d, mulv_b, mulv_h, mulv_w, mulv_d,
23229 maddv_b, maddv_h, maddv_w, maddv_d, msubv_b, msubv_h, msubv_w,
23230 msubv_d, div_s_b, div_s_h, div_s_w, div_s_d, div_u_b, div_u_h,
23231 div_u_w, div_u_d, hadd_s_h, hadd_s_w, hadd_s_d, hadd_u_h,
23232 hadd_u_w, hadd_u_d, hsub_s_h, hsub_s_w, hsub_s_d, hsub_u_h,
23233 hsub_u_w, hsub_u_d, mod_s_b, mod_s_h, mod_s_w, mod_s_d, mod_u_b,
23234 mod_u_h, mod_u_w, mod_u_d, dotp_s_h, dotp_s_w, dotp_s_d,
23235 dotp_u_h, dotp_u_w, dotp_u_d, dpadd_s_h, dpadd_s_w, dpadd_s_d,
23236 dpadd_u_h, dpadd_u_w, dpadd_u_d, dpsub_s_h, dpsub_s_w, dpsub_s_d,
23237 dpsub_u_h, dpsub_u_w, dpsub_u_d, sld_b, sld_h, sld_w, sld_d,
23238 sldi_b, sldi_h, sldi_w, sldi_d, splat_b, splat_h, splat_w,
23239 splat_d, splati_b, splati_h, splati_w, splati_d, pckev_b,
23240 pckev_h, pckev_w, pckev_d, pckod_b, pckod_h, pckod_w, pckod_d,
23241 ilvl_b, ilvl_h, ilvl_w, ilvl_d, ilvr_b, ilvr_h, ilvr_w, ilvr_d,
23242 ilvev_b, ilvev_h, ilvev_w, ilvev_d, ilvod_b, ilvod_h, ilvod_w,
23243 ilvod_d, vshf_b, vshf_h, vshf_w, vshf_d, and_v, andi_b, or_v,
23244 ori_b, nor_v, nori_b, xor_v, xori_b, bmnz_v, bmnzi_b, bmz_v,
23245 bmzi_b, bsel_v, bseli_b, shf_b, shf_h, shf_w, bnz_v, bz_v,
23246 fill_b, fill_h, fill_w, fill_d, pcnt_b, pcnt_h, pcnt_w,
23247 pcnt_d, nloc_b, nloc_h, nloc_w, nloc_d, nlzc_b, nlzc_h, nlzc_w,
23248 nlzc_d, copy_s_b, copy_s_h, copy_s_w, copy_s_d, copy_u_b,
23249 copy_u_h, copy_u_w, copy_u_d, insert_b, insert_h, insert_w,
23250 insert_d, insve_b, insve_h, insve_w, insve_d, bnz_b, bnz_h,
23251 bnz_w, bnz_d, bz_b, bz_h, bz_w, bz_d, ldi_b, ldi_h, ldi_w, ldi_d,
23252 fcaf_w, fcaf_d, fcor_w, fcor_d, fcun_w, fcun_d, fcune_w, fcune_d,
23253 fcueq_w, fcueq_d, fceq_w, fceq_d, fcne_w, fcne_d, fclt_w, fclt_d,
23254 fcult_w, fcult_d, fcle_w, fcle_d, fcule_w, fcule_d, fsaf_w,
23255 fsaf_d, fsor_w, fsor_d, fsun_w, fsun_d, fsune_w, fsune_d,
23256 fsueq_w, fsueq_d, fseq_w, fseq_d, fsne_w, fsne_d, fslt_w,
23257 fslt_d, fsult_w, fsult_d, fsle_w, fsle_d, fsule_w, fsule_d,
23258 fadd_w, fadd_d, fsub_w, fsub_d, fmul_w, fmul_d, fdiv_w, fdiv_d,
23259 fmadd_w, fmadd_d, fmsub_w, fmsub_d, fexp2_w, fexp2_d, fexdo_h,
23260 fexdo_w, ftq_h, ftq_w, fmin_w, fmin_d, fmin_a_w, fmin_a_d,
23261 fmax_w, fmax_d, fmax_a_w, fmax_a_d, mul_q_h, mul_q_w, mulr_q_h,
23262 mulr_q_w, madd_q_h, madd_q_w, maddr_q_h, maddr_q_w, msub_q_h,
23263 msub_q_w, msubr_q_h, msubr_q_w, fclass_w, fclass_d, fsqrt_w,
23264 fsqrt_d, frcp_w, frcp_d, frint_w, frint_d, frsqrt_w, frsqrt_d,
23265 flog2_w, flog2_d, fexupl_w, fexupl_d, fexupr_w, fexupr_d, ffql_w,
23266 ffql_d, ffqr_w, ffqr_d, ftint_s_w, ftint_s_d, ftint_u_w,
23267 ftint_u_d, ftrunc_s_w, ftrunc_s_d, ftrunc_u_w, ftrunc_u_d,
23268 ffint_s_w, ffint_s_d, ffint_u_w, ffint_u_d, ctcmsa, cfcmsa,
23269 move_v builtins.
23270 (mips_get_builtin_decl_index): New array.
23271 (MIPS_ATYPE_QI, MIPS_ATYPE_HI, MIPS_ATYPE_V2DI, MIPS_ATYPE_V4SI)
23272 (MIPS_ATYPE_V8HI, MIPS_ATYPE_V16QI, MIPS_ATYPE_V2DF)
23273 (MIPS_ATYPE_V4SF, MIPS_ATYPE_UV2DI, MIPS_ATYPE_UV4SI)
23274 (MIPS_ATYPE_UV8HI, MIPS_ATYPE_UV16QI): New.
23275 (mips_init_builtins): Initialize mips_get_builtin_decl_index
23276 array.
23277 (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION): Define target
23278 hook.
23279 (mips_expand_builtin_insn): Prepare operands for
23280 CODE_FOR_msa_addvi_b, CODE_FOR_msa_addvi_h, CODE_FOR_msa_addvi_w,
23281 CODE_FOR_msa_addvi_d, CODE_FOR_msa_clti_u_b,
23282 CODE_FOR_msa_clti_u_h, CODE_FOR_msa_clti_u_w,
23283 CODE_FOR_msa_clti_u_d, CODE_FOR_msa_clei_u_b,
23284 CODE_FOR_msa_clei_u_h, CODE_FOR_msa_clei_u_w,
23285 CODE_FOR_msa_clei_u_d, CODE_FOR_msa_maxi_u_b,
23286 CODE_FOR_msa_maxi_u_h, CODE_FOR_msa_maxi_u_w,
23287 CODE_FOR_msa_maxi_u_d, CODE_FOR_msa_mini_u_b,
23288 CODE_FOR_msa_mini_u_h, CODE_FOR_msa_mini_u_w,
23289 CODE_FOR_msa_mini_u_d, CODE_FOR_msa_subvi_b,
23290 CODE_FOR_msa_subvi_h, CODE_FOR_msa_subvi_w, CODE_FOR_msa_subvi_d,
23291 CODE_FOR_msa_ceqi_b, CODE_FOR_msa_ceqi_h, CODE_FOR_msa_ceqi_w,
23292 CODE_FOR_msa_ceqi_d, CODE_FOR_msa_clti_s_b,
23293 CODE_FOR_msa_clti_s_h, CODE_FOR_msa_clti_s_w,
23294 CODE_FOR_msa_clti_s_d, CODE_FOR_msa_clei_s_b,
23295 CODE_FOR_msa_clei_s_h, CODE_FOR_msa_clei_s_w,
23296 CODE_FOR_msa_clei_s_d, CODE_FOR_msa_maxi_s_b,
23297 CODE_FOR_msa_maxi_s_h, CODE_FOR_msa_maxi_s_w,
23298 CODE_FOR_msa_maxi_s_d, CODE_FOR_msa_mini_s_b,
23299 CODE_FOR_msa_mini_s_h, CODE_FOR_msa_mini_s_w,
23300 CODE_FOR_msa_mini_s_d, CODE_FOR_msa_andi_b, CODE_FOR_msa_ori_b,
23301 CODE_FOR_msa_nori_b, CODE_FOR_msa_xori_b, CODE_FOR_msa_bmzi_b,
23302 CODE_FOR_msa_bmnzi_b, CODE_FOR_msa_bseli_b, CODE_FOR_msa_fill_b,
23303 CODE_FOR_msa_fill_h, CODE_FOR_msa_fill_w, CODE_FOR_msa_fill_d,
23304 CODE_FOR_msa_ilvl_b, CODE_FOR_msa_ilvl_h, CODE_FOR_msa_ilvl_w,
23305 CODE_FOR_msa_ilvl_d, CODE_FOR_msa_ilvr_b, CODE_FOR_msa_ilvr_h,
23306 CODE_FOR_msa_ilvr_w, CODE_FOR_msa_ilvr_d, CODE_FOR_msa_ilvev_b,
23307 CODE_FOR_msa_ilvev_h, CODE_FOR_msa_ilvev_w, CODE_FOR_msa_ilvod_b,
23308 CODE_FOR_msa_ilvod_h, CODE_FOR_msa_ilvod_w, CODE_FOR_msa_pckev_b,
23309 CODE_FOR_msa_pckev_h, CODE_FOR_msa_pckev_w, CODE_FOR_msa_pckod_b,
23310 CODE_FOR_msa_pckod_h, CODE_FOR_msa_pckod_w, CODE_FOR_msa_slli_b,
23311 CODE_FOR_msa_slli_h, CODE_FOR_msa_slli_w, CODE_FOR_msa_slli_d,
23312 CODE_FOR_msa_srai_b, CODE_FOR_msa_srai_h, CODE_FOR_msa_srai_w,
23313 CODE_FOR_msa_srai_d, CODE_FOR_msa_srli_b, CODE_FOR_msa_srli_h,
23314 CODE_FOR_msa_srli_w, CODE_FOR_msa_srli_d, CODE_FOR_msa_insert_b,
23315 CODE_FOR_msa_insert_h, CODE_FOR_msa_insert_w,
23316 CODE_FOR_msa_insert_d, CODE_FOR_msa_insve_b,
23317 CODE_FOR_msa_insve_h, CODE_FOR_msa_insve_w, CODE_FOR_msa_insve_d,
23318 CODE_FOR_msa_shf_b, CODE_FOR_msa_shf_h, CODE_FOR_msa_shf_w,
23319 CODE_FOR_msa_shf_w_f, CODE_FOR_msa_vshf_b, CODE_FOR_msa_vshf_h,
23320 CODE_FOR_msa_vshf_w, CODE_FOR_msa_vshf_d.
23321 (mips_expand_builtin): Add case for MIPS_BULTIN_MSA_TEST_BRANCH.
23322 (mips_set_compression_mode): Disallow MSA with MIPS16 code.
23323 (mips_option_override): -mmsa requires -mfp64 and -mhard-float.
23324 These are set implicitly and an error is reported if overridden.
23325 (mips_expand_builtin_msa_test_branch): New function.
23326 (mips_expand_msa_shuffle): Likewise.
23327 (MAX_VECT_LEN): Increase maximum length of a vector to 16 bytes.
23328 (TARGET_SCHED_REASSOCIATION_WIDTH): Define target hook.
23329 (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Likewise.
23330 (mips_expand_vec_unpack): Add support for MSA.
23331 (mips_expand_vector_init): Likewise.
23332 (mips_expand_vi_constant): Use CONST0_RTX (element_mode)
23333 instead of const0_rtx.
23334 (mips_msa_vec_parallel_const_half): New function.
23335 (mips_gen_const_int_vector): Likewise.
23336 (mips_gen_const_int_vector_shuffle): Likewise.
23337 (mips_expand_msa_cmp): Likewise.
23338 (mips_expand_vec_cond_expr): Likewise.
23339 * config/mips/mips.h
23340 (TARGET_CPU_CPP_BUILTINS): Add __mips_msa and __mips_msa_width.
23341 (OPTION_DEFAULT_SPECS): Ignore --with-fp-32 if -mmsa is
23342 specified.
23343 (ASM_SPEC): Pass mmsa and mno-msa to the assembler.
23344 (ISA_HAS_MSA): New macro.
23345 (UNITS_PER_MSA_REG): Likewise.
23346 (BITS_PER_MSA_REG): Likewise.
23347 (BIGGEST_ALIGNMENT): Redefine using ISA_HAS_MSA.
23348 (MSA_REG_FIRST): New macro.
23349 (MSA_REG_LAST): Likewise.
23350 (MSA_REG_NUM): Likewise.
23351 (MSA_REG_P): Likewise.
23352 (MSA_REG_RTX_P): Likewise.
23353 (MSA_SUPPORTED_MODE_P): Likewise.
23354 (HARD_REGNO_CALL_PART_CLOBBERED): Redefine using TARGET_MSA.
23355 (ADDITIONAL_REGISTER_NAMES): Add named registers $w0-$w31.
23356 * config/mips/mips.md: Include mips-msa.md.
23357 (alu_type): Add simd_add.
23358 (mode): Add V2DI, V4SI, V8HI, V16QI, V2DF, V4SF.
23359 (type): Add simd_div, simd_fclass, simd_flog2, simd_fadd,
23360 simd_fcvt, simd_fmul, simd_fmadd, simd_fdiv, simd_bitins,
23361 simd_bitmov, simd_insert, simd_sld, simd_mul, simd_fcmp,
23362 simd_fexp2, simd_int_arith, simd_bit, simd_shift, simd_splat,
23363 simd_fill, simd_permute, simd_shf, simd_sat, simd_pcnt,
23364 simd_copy, simd_branch, simd_cmsa, simd_fminmax, simd_logic,
23365 simd_move, simd_load, simd_store. Choose "multi" for moves
23366 for "qword_mode".
23367 (qword_mode): New attribute.
23368 (insn_count): Add instruction count for quad moves.
23369 Increase the count for MIPS SIMD division.
23370 (UNITMODE): Add UNITMODEs for vector types.
23371 (addsub): New code iterator.
23372 * config/mips/mips.opt (mmsa): New option.
23373 * config/mips/msa.h: New file.
23374 * config/mips/mti-elf.h: Don't infer -mfpxx if -mmsa is
23375 specified.
23376 * config/mips/mti-linux.h: Likewise.
23377 * config/mips/predicates.md
23378 (const_msa_branch_operand): New constraint.
23379 (const_uimm3_operand): Likewise.
23380 (const_uimm4_operand): Likewise.
23381 (const_uimm5_operand): Likewise.
23382 (const_uimm8_operand): Likewise.
23383 (const_imm5_operand): Likewise.
23384 (aq10b_operand): Likewise.
23385 (aq10h_operand): Likewise.
23386 (aq10w_operand): Likewise.
23387 (aq10d_operand): Likewise.
23388 (const_m1_operand): Likewise.
23389 (reg_or_m1_operand): Likewise.
23390 (const_exp_2_operand): Likewise.
23391 (const_exp_4_operand): Likewise.
23392 (const_exp_8_operand): Likewise.
23393 (const_exp_16_operand): Likewise.
23394 (const_vector_same_val_operand): Likewise.
23395 (const_vector_same_simm5_operand): Likewise.
23396 (const_vector_same_uimm5_operand): Likewise.
23397 (const_vector_same_uimm6_operand): Likewise.
23398 (const_vector_same_uimm8_operand): Likewise.
23399 (par_const_vector_shf_set_operand): Likewise.
23400 (reg_or_vector_same_val_operand): Likewise.
23401 (reg_or_vector_same_simm5_operand): Likewise.
23402 (reg_or_vector_same_uimm6_operand): Likewise.
23403 * doc/extend.texi (MIPS SIMD Architecture Functions): New
23404 section.
23405 * doc/invoke.texi (-mmsa): Document new option.
23406
23407 2016-05-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23408
23409 * configure.ac (enable_vtable_verify): Handle --enable-vtable-verify.
23410 * configure: Regenerate.
23411 * config.in: Regenerate.
23412 * gcc.c (VTABLE_VERIFICATION_SPEC) [!ENABLE_VTABLE_VERIFY]: Error
23413 on -fvtable-verify.
23414 * config/sol2.h [!ENABLE_VTABLE_VERIFY] (STARTFILE_VTV_SPEC): Define.
23415 (ENDFILE_VTV_SPEC): Define.
23416
23417 2016-05-09 Kaushik Phatak <kaushik.phatak@kpit.com>
23418
23419 * config/rl78/rl78.c (rl78_expand_prologue): Save the MDUC related
23420 registers in all interrupt handlers if necessary.
23421 (rl78_option_override): Add warning.
23422 (MUST_SAVE_MDUC_REGISTERS): New macro.
23423 (rl78_expand_epilogue): Restore the MDUC registers if necessary.
23424 * config/rl78/rl78.c (check_mduc_usage): New function.
23425 (mduc_regs): New structure to hold MDUC register data.
23426 * config/rl78/rl78.md (is_g13_muldiv_insn): New attribute.
23427 (mulsi3_g13): Add is_g13_muldiv_insn attribute.
23428 (udivmodsi4_g13): Add is_g13_muldiv_insn attribute.
23429 (mulhi3_g13): Add is_g13_muldiv_insn attribute.
23430 * config/rl78/rl78.opt (msave-mduc-in-interrupts): New option.
23431 * doc/invoke.texi (RL78 Options): Add -msave-mduc-in-interrupts.
23432
23433 2016-05-09 Bin Cheng <bin.cheng@arm.com>
23434
23435 * tree-if-conv.c (tree-ssa-loop.h): Include header file.
23436 (tree-ssa-loop-niter.h): Ditto.
23437 (idx_within_array_bound, ref_within_array_bound): New functions.
23438 (ifcvt_memrefs_wont_trap): Check if array ref is within bound.
23439 Factor out check on writable base object to ...
23440 (base_object_writable): ... here.
23441
23442 2016-05-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
23443
23444 * config/arm/arm.md (probe_stack): Add modes to set source
23445 and destination.
23446
23447 2016-05-09 Bernd Schmidt <bschmidt@redhat.com>
23448
23449 * regrename.c (base_reg_class_for_rename): New static function.
23450 (scan_rtx_address, scan_rtx): Use it instead of base_reg_class.
23451
23452 2016-05-08 Jan Hubicka <hubicka@ucw.cz>
23453
23454 * cgraph.c (thunk_adjust): Export.
23455 * cgraphclones.c (cgraph_node::create_clone): Clone thunk info.
23456 * cgraphunit.c (thunk_adjust): Export.
23457 (cgraph_node::assemble_thunks_and_aliases): Do not assemble inlined
23458 thunks.
23459 * ipa-inline-analyssi.c (compute_inline_parameters): Thunks are
23460 inlinable.
23461 * tree-inline.c (expand_call_inline): Expand thunks inline.
23462
23463 2016-05-08 Uros Bizjak <ubizjak@gmail.com>
23464
23465 PR target/70998
23466 * config/i386/sse.md (*sse2_vd_cvtsd2ss): New insn pattern.
23467 (*sse2_vd_cvtss2sd): Ditto.
23468 * config/i386/i386.md
23469 (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_truncate df->sf splitter):
23470 Generate *sse2_vd_cvtsd2ss pattern.
23471 (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_extend sf->df splitter):
23472 Generate *sse2_vd_cvtss2sd pattern.
23473
23474 2016-05-08 Oleg Endo <olegendo@gcc.gnu.org>
23475
23476 * config/sh/sh.h (GET_SH_ARG_CLASS): Convert macro into ...
23477 * config/sh/sh.c (get_sh_arg_class): ... this new function. Update its
23478 users.
23479
23480 2016-05-08 Oleg Endo <olegendo@gcc.gnu.org>
23481
23482 * config/sh/sh-protos.h (sh_media_register_for_return): Remove.
23483 * config/sh/sh.c: Define and declare variables on first use throughout
23484 the file.
23485 (current_function_interrupt): Change to bool type.
23486 (frame_insn): Rename to emit_frame_insn and update users.
23487 (push_regs): Use bool for 'interrupt_handler' argument.
23488 (save_schedule_s): Remove.
23489 (TARGET_ASM_UNALIGNED_DI_OP, TARGET_ASM_ALIGNED_DI_OP): Remove.
23490 (sh_option_override): Don't nullify targetm.asm_out.aligned_op.di and
23491 targetm.asm_out.unaligned_op.di.
23492 (gen_far_branch): Remove redundant forward declaration.
23493 (sh_media_register_for_return, MAX_SAVED_REGS, save_entry_s, save_entry,
23494 MAX_TEMPS, save_schedule_ssave_schedule): Remove.
23495 (sh_set_return_address, sh_function_ok_for_sibcall,
23496 scavenge_reg): Update comments.
23497 (sh_builtin_saveregs): Use TRAGET_FPU_ANY condition.
23498 (sh2a_get_function_vector_number, sh2a_function_vector_p): Use for loop.
23499 (sh_attr_renesas_p): Remove unnecessary parentheses.
23500 (branch_dest): Simplify.
23501 * config/sh/sh.h (sh_args): Remove byref, byref_regs, stack_regs fields.
23502 Change force_mem, prototype_p, outgoing, renesas_abi fields to bool.
23503 (CUMULATIVE_ARGS): Change macro to typedef.
23504 (current_function_interrupt): Change to bool type.
23505 (sh_arg_class, sh_args, CUMULATIVE_ARGS, current_function_interrupt):
23506 Surround with __cplusplus ifdef.
23507 (sh_compare_op0, sh_compare_op1): Remove.
23508 (EPILOGUE_USES): Use TARGET_FPU_ANY condition.
23509
23510 2016-05-07 Jim Wilson <jim.wilson@linaro.org>
23511
23512 * config/arm/arm.md (arch): Add neon.
23513 (arch_enabled): Return yes for arch neon when TARGET_NEON.
23514 * config/arm/vfp.md (movdf_vfp): Add w/G as alternative 3. Add
23515 neon_move as type for alt 3. Add arch attr enabling alt 3 for neon.
23516 Emit vmov.i64 for alt 3. Renumber alternatives 3 to 8. Adjust
23517 attributes for alt renumbering. Mark alt 3 as non-predicable.
23518 (thumb2_movdf_vfp): Likewise.
23519
23520 2016-05-07 Uros Bizjak <ubizjak@gmail.com>
23521
23522 * config/i386/i386.md (*addqi_1): Add preferred_for_speed attribute
23523 to disparage alternatives 3 and 4 for TARGET_PARTIAL_REG_STALL targets.
23524 (*andqi_1): Add preferred_for_speed attribute to disparage
23525 alternative 2 for TARGET_PARTIAL_REG_STALL targets.
23526 (*<code>qi_1): Ditto.
23527 (*one_cmplqi2_1): Add preferred_for_speed attribute to disparage
23528 alternative 1 for TARGET_PARTIAL_REG_STALL targets.
23529 (*ashlqi3_1): Ditto.
23530 (*swap<mode>): Merge from *swap<mode>_1 and *swap<mode>_2 patterns.
23531 Add preferred_for_size attribute to disparage alternative 0 and
23532 preferred_for_speed attribute to disparage alternative 1 for
23533 TARGET_PARTIAL_REG_STALL targets.
23534
23535 2016-05-07 Tom de Vries <tom@codesourcery.com>
23536
23537 PR tree-optimization/70956
23538 * graphite-scop-detection.c (build_cross_bb_scalars_def): Handle NULL
23539 def.
23540
23541 2016-05-07 Oleg Endo <olegendo@gcc.gnu.org>
23542
23543 * config/sh/sh-protos.h (sh_cbranch_distance): Declare new function.
23544 * config/sh/sh.c (sh_cbranch_distance): Implement it.
23545 * config/sh/sh.md (branch_zero): Remove define_attr.
23546 (define_delay): Disable delay slot if branch distance is one insn.
23547
23548 2016-05-06 Uros Bizjak <ubizjak@gmail.com>
23549
23550 * config/i386/i386.md (LEAMODE): New mode attribute.
23551 (plus to LEA splitter): Rewrite splitter using LEAMODE mode attribute.
23552 (ashift to LEA splitter): Rewrte splitter using SWI mode iterator
23553 and LEAMODE mode attribute. Use VOIDmode const_0_to_3_operand as
23554 operand 2 predicate.
23555 (*lea<mode>_general_2): Use VOIDmode for const248_operand.
23556 (*lea<mode>_general_3): Ditto.
23557 (*lea<mode>_general_4): Use VOIDmode for const_0_to_3_operand.
23558
23559 2016-05-06 Jakub Jelinek <jakub@redhat.com>
23560
23561 * genmddump.c (main): Convert argv from char ** to const char **.
23562
23563 2016-05-06 David Malcolm <dmalcolm@redhat.com>
23564
23565 * coretypes.h (OVERRIDE): New macro.
23566 (FINAL): New macro.
23567
23568 2016-05-06 Eric Botcazou <ebotcazou@adacore.com>
23569
23570 * tree-ssa-coalesce.c (gimple_can_coalesce_p): In the optimized case,
23571 allow coalescing if the types are compatible.
23572
23573 2016-05-06 David Malcolm <dmalcolm@redhat.com>
23574
23575 * pass_manager.h (pass_manager::register_pass_name): New method.
23576 (pass_manager::get_pass_by_name): New method.
23577 (pass_manager::create_pass_tab): New method.
23578 (pass_manager::m_name_to_pass_map): New field.
23579 * passes.c (name_to_pass_map): Delete global in favor of field
23580 "m_name_to_pass_map" of pass_manager.
23581 (register_pass_name): Rename from a function to...
23582 (pass_manager::register_pass_name): ...this method, updating
23583 for renaming of global "name_to_pass_map" to field
23584 "m_name_to_pass_map".
23585 (create_pass_tab): Rename from a function to...
23586 (pass_manager::create_pass_tab): ...this method, updating
23587 for renaming of global "name_to_pass_map" to field.
23588 (get_pass_by_name): Rename from a function to...
23589 (pass_manager::get_pass_by_name): ...this method.
23590 (enable_disable_pass): Convert use of get_pass_by_name to
23591 a method call, locating the pass_manager singleton.
23592
23593 2016-05-06 David Malcolm <dmalcolm@redhat.com>
23594
23595 * genattr-common.c (main): Convert argv from char ** to const char **.
23596 * genattr.c (main): Likewise.
23597 * genattrtab.c (main): Likewise.
23598 * genautomata.c (initiate_automaton_gen): Likewise.
23599 (main): Likewise.
23600 * gencodes.c (main): Likewise.
23601 * genconditions.c (main): Likewise.
23602 * genconfig.c (main): Likewise.
23603 * genconstants.c (main): Likewise.
23604 * genemit.c (main): Likewise.
23605 * genenums.c (main): Likewise.
23606 * genextract.c (main): Likewise.
23607 * genflags.c (main): Likewise.
23608 * genmddeps.c (main): Likewise.
23609 * genopinit.c (main): Likewise.
23610 * genoutput.c (main): Likewise.
23611 * genpeep.c (main): Likewise.
23612 * genpreds.c (main): Likewise.
23613 * genrecog.c (main): Likewise.
23614 * gensupport.c (init_rtx_reader_args_cb): Likewise.
23615 (init_rtx_reader_args): Likewise.
23616 * gensupport.h (init_rtx_reader_args_cb): Likewise.
23617 (init_rtx_reader_args): Likewise.
23618 * gentarget-def.c (main): Likewise.
23619 * read-md.c (read_md_files): Likewise.
23620 * read-md.h (read_md_files): Likewise.
23621
23622 2016-05-06 Uros Bizjak <ubizjak@gmail.com>
23623
23624 * config/i386/i386.md (int cmove peephole2s): Use general_reg_operand
23625 instead of register_and_not_any_fp_reg_operand as operand 0 predicate.
23626 * config/i386/predicates.md (register_and_not_any_fp_reg_operand):
23627 Remove unused predicate.
23628 (register_and_not_fp_reg_operand): Ditto.
23629
23630 2016-05-06 Martin Liska <mliska@suse.cz>
23631
23632 * tree-if-conv.c (ifcvt_split_critical_edges): Use auto_vec
23633 instead of vec as the vector is local to the function.
23634
23635 2016-05-06 Jakub Jelinek <jakub@redhat.com>
23636
23637 * config/i386/sse.md (*<code>v8hi3, *<code>v16qi3): Add
23638 avx512bw alternative.
23639
23640 * config/i386/sse.md (<mask_codefor>ashr<mode>3<mask_name>): Move
23641 before the ashr<mode>3 pattern.
23642
23643 * config/i386/sse.md (*avx2_pmaddwd, *sse2_pmaddwd): Use
23644 v instead of x in vex or maybe_vex alternatives, use
23645 maybe_evex instead of vex in prefix.
23646
23647 * config/i386/sse.md (*vec_extractv4sf_0, *sse4_1_extractps,
23648 *vec_extractv4sf_mem, vec_extract_lo_v16hi, vec_extract_hi_v16hi,
23649 vec_extract_lo_v32qi, vec_extract_hi_v32qi): Use v instead of x
23650 in vex or maybe_vex alternatives, use maybe_evex instead of vex
23651 in prefix.
23652
23653 * config/i386/sse.md (*vec_concatv2sf_sse4_1, *vec_concatv4sf): Use
23654 v instead of x in vex or maybe_vex alternatives, use
23655 maybe_evex instead of vex in prefix.
23656
23657 * config/i386/sse.md (sse_shufps_<mode>, sse_storehps, sse_loadhps,
23658 sse_storelps, sse_movss, avx2_vec_dup<mode>, avx2_vec_dupv8sf_1,
23659 sse2_shufpd_<mode>, sse2_storehpd, sse2_storelpd, sse2_loadhpd,
23660 sse2_loadlpd, sse2_movsd): Use v instead of x in vex or maybe_vex
23661 alternatives, use maybe_evex instead of vex in prefix.
23662
23663 * config/i386/sse.md (vec_interleave_lowv4sf,
23664 *vec_interleave_highv2df, *vec_interleave_lowv2df): Use
23665 v instead of x in vex or maybe_vex alternatives, use
23666 maybe_evex instead of vex in prefix.
23667
23668 * config/i386/sse.md (sse_movhlps, sse_movlhps): Use
23669 v instead of x in vex or maybe_vex alternatives, use
23670 maybe_evex instead of vex in prefix.
23671
23672 * config/i386/sse.md (*avx_cvtpd2dq256_2, *avx_cvtps2pd256_2): Use
23673 v constraint instead of x.
23674
23675 2016-05-06 Nathan Sidwell <nathan@codesourcery.com>
23676
23677 * gimple.c (gimple_call_same_target_p): Unique functions are eq.
23678 * tree-ssa-tail-merge.c (same_succ::equal): Check pointer eq
23679 equality first.
23680
23681 2016-05-06 Richard Biener <rguenther@suse.de>
23682
23683 PR tree-optimization/70948
23684 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
23685 Properly clobber all fields of va_list for __builtin_va_start.
23686
23687 2016-05-06 Yuri Rumyantsev <ysrumyan@gmail.com>
23688
23689 PR debug/70935
23690 * tree-ssa-loop-unswitch.c (find_loop_guard): Reject guard edge with
23691 loop latch destination.
23692
23693 2016-05-06 Martin Liska <mliska@suse.cz>
23694
23695 * tree-ssa-uninit.c: Apply manual changes
23696 to the GNU coding style.
23697 (prune_uninit_phi_opnds): Rename from
23698 prune_uninit_phi_opnds_in_unrealizable_paths.
23699
23700 2016-05-06 Oleg Endo <olegendo@gcc.gnu.org>
23701
23702 * config/sh/sh.opt (madjust-unroll, minvalid-symbols, msoft-atomic,
23703 mspace): Remove deprecated options.
23704 * doc/invoke.texi (SH options): Remove -mspace.
23705
23706 2016-05-06 Oleg Endo <olegendo@gcc.gnu.org>
23707
23708 * config/sh/sh.md (ic_invalidate_line_sh4a): Fix insn length.
23709
23710 2016-05-06 Oleg Endo <olegendo@gcc.gnu.org>
23711
23712 * config/sh/sh.md (*cmpeqsi_t): Remove combine insn pattern and similar
23713 corresponding combine split pattern.
23714
23715 2016-05-06 Oleg Endo <olegendo@gcc.gnu.org>
23716
23717 PR target/58219
23718 * config/sh/predicates.md (long_displacement_mem_operand): New.
23719 * config/sh/sh.md (movsi_i): Allow for SH2A, disallow for any FPU.
23720 Add movi20, movi20s alternatives. Adjust length attribute for
23721 alternatives.
23722 (movsi_ie): Allow for any FPU. Adjust length attribute for
23723 alternatives.
23724 (movsi_i_lowpart): Add movi20, movi20s alternatives. Adjust length
23725 attribute for alternatives.
23726 (*mov<mode>): Use long_displacement_mem_operand for length attribute.
23727 (*movdi_i, movdf_k, movdf_i4, movsf_i, movsf_ie, movsf_ie_ra): Adjust
23728 length attribute for alternatives.
23729
23730 2016-05-06 Richard Biener <rguenther@suse.de>
23731
23732 PR tree-optimization/70960
23733 * tree-if-conv.c (ifcvt_walk_pattern_tree): Handle non-SSA ops.
23734
23735 2016-05-06 Oleg Endo <olegendo@gcc.gnu.org>
23736
23737 PR target/52933
23738 * config/sh/sh.md (*cmp_div0s_7, *cmp_div0s_8): Add div0s variants.
23739 * config/sh/sh.c (sh_rtx_costs): Add another div0s case.
23740
23741 2016-05-06 Marek Polacek <polacek@redhat.com>
23742
23743 PR sanitizer/70875
23744 * ubsan.c (get_ubsan_type_info_for_type): Remove assert.
23745
23746 2016-05-06 Oleg Endo <olegendo@gcc.gnu.org>
23747
23748 PR target/54089
23749 * config/sh/sh.md (*rotcr): Add another variant.
23750
23751 2016-05-06 Richard Biener <rguenther@suse.de>
23752
23753 PR middle-end/70931
23754 * dwarf2out.c (native_encode_initializer): Skip zero-sized fields.
23755
23756 2016-05-06 Richard Biener <rguenther@suse.de>
23757
23758 PR middle-end/70941
23759 * fold-const.c (split_tree): Always convert to the original type
23760 before negating.
23761
23762 2016-05-06 Richard Biener <rguenther@suse.de>
23763
23764 * fwprop.c (fwprop): Remove duplicate cleanup_cfg call.
23765 (fwprop_addr): Likewise.
23766
23767 2016-05-06 Uros Bizjak <ubizjak@gmail.com>
23768
23769 PR target/70873
23770 * config/i386/i386-protos.h (ix86_standard_x87sse_constant_load_p):
23771 New prototype.
23772 * config/i386/i386.c (ix86_standard_x87sse_constant_load_p): New.
23773 * config/i386/i386.md (push mem splitter): Use find_constant_src in
23774 the splitter condition.
23775 (FP load splitter): Use ix86_standard_x87sse_constant_load_p in
23776 the splitter condition.
23777 (FP float_extend load splitter): Ditto.
23778
23779 2016-05-05 Uros Bizjak <ubizjak@gmail.com>
23780
23781 * config/i386/i386.md (peehole2 patterns): Change true_regnum
23782 to REGNO in all peephole2 patterns.
23783 (post-reload splitters): Change true_regnum to REGNO in
23784 post-reload splitters.
23785 (zero_extend splitters): Use general_reg_operand and
23786 nonimmediate_gr_operand predicates.
23787
23788 2016-05-05 Jakub Jelinek <jakub@redhat.com>
23789
23790 * config/i386/sse.md (<avx512>_fmadd_<mode>_mask3<round_name>): Use
23791 v constraint instead of x.
23792
23793 2016-05-05 Alan Modra <amodra@gmail.com>
23794
23795 PR target/68662
23796 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Don't
23797 set OPTION_MASK_RELOCATABLE when flag_pic == 2. Set
23798 TARGET_NO_FP_IN_TOC for -mrelocatable.
23799 (MINIMAL_TOC_SECTION_ASM_OP): Remove redundant
23800 TARGET_RELOCATABLE test.
23801 (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
23802 (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
23803 * config/rs6000/linux64.h (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
23804 (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
23805 (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
23806 * config/rs6000/freebsd64.h (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
23807 (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
23808 (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
23809 * config/rs6000/predicates.md (easy_fp_constant): Likewise.
23810 * config/rs6000/rs6000.c (rs6000_elf_output_toc_section_asm_op):
23811 Likewise.
23812 (rs6000_assemble_integer): Update TARGET_RELOCATABLE test.
23813 (rs6000_stack_info): Likewise.
23814 (rs6000_elf_asm_out_constructor): Likewise.
23815 (rs6000_elf_asm_out_destructor): Likewise.
23816 (rs6000_elf_declare_function_name): Likewise.
23817 * config/rs6000/rs6000.md (load_toc_aix_di): Likewise.
23818 * config/rs6000/rs6000.h (MASK_RELOCATABLE, MASK_MINIMAL_TOC):
23819 Don't define.
23820
23821 2016-05-05 Alan Modra <amodra@gmail.com>
23822
23823 * config/rs6000/rs6000.c (rs6000_frame_related): Rewrite.
23824
23825 2016-05-05 Alan Modra <amodra@gmail.com>
23826
23827 * config/rs6000/rs6000.c (rs6000_savres_strategy): Don't use
23828 out-of-line gpr restore for one or two regs if that would add
23829 a save of lr.
23830
23831 2016-05-04 Uros Bizjak <ubizjak@gmail.com>
23832
23833 PR target/70873
23834 * config/i386/i386.md
23835 (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_extend sf->df peephole2):
23836 Change to post-epilogue_completed late splitter. Use sse_reg_operand
23837 as operand 0 predicate.
23838 (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_truncate df->sf peephole2):
23839 Ditto.
23840 (TARGET_SSE_PARTIAL_REG_DEPENDENCY float {si,di}->{sf,df} peephole2):
23841 Ditto. Emit the pattern using RTX.
23842
23843 (TARGET_USE_VECTOR_FP_CONVERTS float_extend sf->df splitter):
23844 Use sse_reg_opreand as operand 0 predicate. Do not use true_regnum in
23845 the post-reload splitter. Use lowpart_subreg instead of gen_rtx_REG.
23846 (TARGET_USE_VECTOR_FP_CONVERTS float_truncate df->sf splitter):
23847 Ditto.
23848 (TARGET_USE_VECTOR_CONVERTS float si->{sf,df} splitter): Use
23849 sse_reg_operand as operand 0 predicate.
23850
23851 (TARGET_SPLIT_MEM_OPND_FOR_FP_CONVERTS float_extend sf->df peephole2):
23852 Use sse_reg_opreand as operand 0 predicate. Use lowpart_subreg
23853 instead of gen_rtx_REG.
23854 (TARGET_SPLIT_MEM_OPND_FOR_FP_CONVERTS float_truncate sf->df peephole2):
23855 Ditto.
23856
23857 2016-05-04 Segher Boessenkool <segher@kernel.crashing.org>
23858
23859 * function.c (emit_use_return_register_into_block): Delete.
23860 (gen_return_pattern): Delete.
23861 (emit_return_into_block): Delete.
23862 (active_insn_between): Delete.
23863 (convert_jumps_to_returns): Delete.
23864 (emit_return_for_exit): Delete.
23865 (thread_prologue_and_epilogue_insns): Delete all code dealing with
23866 simple_return for shrink-wrapped blocks.
23867 * shrink-wrap.c (try_shrink_wrapping): Insert simple_return at the
23868 end of blocks that need one.
23869 (get_unconverted_simple_return): Delete.
23870 (convert_to_simple_return): Delete.
23871 * shrink-wrap.c (get_unconverted_simple_return): Delete declaration.
23872 (convert_to_simple_return): Ditto.
23873
23874 2016-05-04 Segher Boessenkool <segher@kernel.crashing.org>
23875
23876 * cfgcleanup.c (bb_is_just_return): New function.
23877 (try_optimize_cfg): Simplify jumps to return, branches to return,
23878 and branches around return.
23879
23880 2016-05-04 Segher Boessenkool <segher@kernel.crashing.org>
23881
23882 * cfgcleanup.c (try_simplify_condjump): Don't try to simplify a
23883 branch to a return.
23884
23885 2016-05-04 Jakub Jelinek <jakub@redhat.com>
23886
23887 PR c++/70906
23888 PR c++/70933
23889 * tree-core.h (enum operand_equal_flag): Add OEP_HASH_CHECK.
23890 * tree.c (inchash::add_expr): If !IS_EXPR_CODE_CLASS (tclass),
23891 assert flags & OEP_HASH_CHECK, instead of asserting it
23892 never happens. Handle TARGET_EXPR.
23893 * fold-const.c (operand_equal_p): For hash verification,
23894 or in OEP_HASH_CHECK into flags.
23895
23896 2016-05-04 Eric Botcazou <ebotcazou@adacore.com>
23897
23898 * tree-ssa-coalesce.c (gimple_can_coalesce_p): Fix reference in head
23899 comment.
23900 (compute_samebase_partition_bases): Fix typo.
23901
23902 2016-05-04 Jakub Jelinek <jakub@redhat.com>
23903
23904 * config/i386/sse.md (vec_interleave_highv8sf,
23905 vec_interleave_lowv8sf, vec_interleave_highv4df,
23906 vec_interleave_lowv4df): Remove constraints from expanders.
23907
23908 * config/i386/sse.md (sse2_movq128): Use v constraint instead of x.
23909
23910 2016-05-04 Jan Hubicka <hubicka@ucw.cz>
23911
23912 * tree-inline.c (expand_call_inline): Fix path dealing with
23913 making lhs of call statement undefined.
23914
23915 2016-05-04 Jan Hubicka <hubicka@ucw.cz>
23916
23917 * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
23918 Check availability on NODE, too.
23919 * cgraph.h (symtab_node::call_for_symbol_and_aliases): Likewise.
23920 (cgraph_node::call_for_symbol_and_aliases): Likewise.
23921 (varpool_node::call_for_symbol_and_aliase): Likewise.
23922 * ipa-pure-const.c (add_new_function): Analyze all bodies.
23923 (propagate_pure_const): Propagate across interposable functions, too.
23924 (skip_function_for_local_pure_const): Do not skip interposable bodies
23925 with aliases.
23926 (pass_local_pure_const::execute): Update.
23927
23928 2016-05-04 Marek Polacek <polacek@redhat.com>
23929
23930 * doc/invoke.texi: Document -Wdangling-else.
23931
23932 2016-05-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
23933
23934 * config.gcc: Error out when conflicting multilib is detected. Do not
23935 loop over multilibs since no combination is legal.
23936
23937 2016-05-04 Alan Modra <amodra@gmail.com>
23938
23939 * config/rs6000/rs6000.h (PIC_OFFSET_TABLE_REGNUM): Correct.
23940 * config/rs6000/sysv4.h (TARGET_TOC): Simplify.
23941 * config/rs6000/rs6000.c (rs6000_elf_output_toc_section_asm_op):
23942 Align .toc.
23943
23944 2016-05-04 Matthew Fortune <matthew.fortune@imgtec.com>
23945
23946 * config/mips/mips-cpus.def (p5600): Avoid IMADD by default.
23947 Clean up p5600 comments.
23948
23949 2016-05-04 Richard Biener <rguenther@suse.de>
23950
23951 * match.pd: Add BIT_FIELD_REF canonicalizations and vector
23952 constructor simplifications.
23953 * fold-const.c (fold_ternary_loc): Remove duplicate functionality here.
23954
23955 2016-05-04 Oleg Endo <olegendo@gcc.gnu.org>
23956
23957 * config/sh/predicates (post_inc_mem, pre_dec_mem): New predicates.
23958 * config/sh/sh-protos.h (sh_find_set_of_reg): Return null result if
23959 result.set_rtx is null instead of aborting.
23960 * config/sh/sh.h (USE_LOAD_POST_INCREMENT, USE_STORE_PRE_DECREMENT):
23961 Always enable.
23962 (USE_LOAD_PRE_DECREMENT, USE_STORE_POST_INCREMENT): Enable for SH2A.
23963 * config/sh/sh.md (*extend<mode>si2_predec, *mov<mode>_load_predec,
23964 *mov<mode>_store_postinc): New patterns.
23965
23966 2016-05-04 Marc Glisse <marc.glisse@inria.fr>
23967
23968 * match.pd ((A | B) & (A | C)): Generalize to BIT_XOR_EXPR. Mark
23969 as commutative. Check both conversions are NOP.
23970 ((A & B) OP (C & B)): Remove.
23971
23972 2016-05-04 Alan Modra <amodra@gmail.com>
23973
23974 * combine.c (simplify_set): Correct WORD_REGISTER_OPERATIONS test.
23975
23976 2016-05-04 Alan Modra <amodra@gmail.com>
23977
23978 PR target/70866
23979 * config/rs6000/rs6000.c (rs6000_stack_info): Don't set cr_save_p
23980 when cr2,3,4 are all fixed regs.
23981
23982 2016-05-04 Bernd Schmidt <bschmidt@redhat.com>
23983
23984 PR rtl-optimization/57193
23985 * opts.c (default_options_table): Revert OPT_frename_registers change.
23986 * doc/invoke.texi (-frename-registers, -O2): Likewise.
23987
23988 2016-05-03 Martin Sebor <msebor@redhat.com>
23989
23990 PR c++/66561
23991 * builtins.c (fold_builtin_FILE): New function.
23992 (fold_builtin_FUNCTION, fold_builtin_LINE): New functions.
23993 (fold_builtin_0): Call them.
23994 * gimplify.c (gimplify_call_expr): Remove the handling of
23995 BUILT_IN_FILE, BUILT_IN_FUNCTION, and BUILT_IN_LINE.
23996
23997 PR c++/66561
23998 * doc/extend.texi (Other Builtins): Update __builtin_FILE,
23999 __builtin_FUNCTION, and __builtin_LINE to reflect they yield
24000 constants.
24001
24002 PR c++/66639
24003 * doc/extend.texi (Function Names as Strings): Update __func__,
24004 __FUNCTION__, __PRETTY_FUNCTION__ to reflect they evaluate to
24005 constants.
24006
24007 2016-05-03 Jakub Jelinek <jakub@redhat.com>
24008 Richard Biener <rguenther@suse.de>
24009
24010 PR tree-optimization/70916
24011 * tree-if-conv.c: Include cfganal.h.
24012 (pass_if_conversion::execute): Call connect_infinite_loops_to_exit
24013 and remove_fake_exit_edges around the optimization pass.
24014
24015 2016-05-03 Jan Hubicka <hubicka@ucw.cz>
24016
24017 * cgraph.c (symbol_table::create_edge): Set inline_failed.
24018 (cgraph_edge::make_direct): Likewise.
24019 (cgraph_edge::dump_edge_flags): Dump call_stmt_cannot_inline_p.
24020 * cgraphclones.c (duplicate_thunk_for_node): Set inline_failed.
24021 * cif-code.def (CIF_LTO_MISMATCHED_DECLARATIONS): New code
24022 (CIF_THUNK): New code.
24023 * ipa-inline-analysis.c (initialize_inline_failed): Preserve
24024 CIF_FINAL_ERROR codes; do not deal with call_stmt_cannot_inline_p.
24025 (compute_inline_parameters): Set inline_failed for thunks.
24026 (inline_analyze_function): Cleanup.
24027 * ipa-inline.c (can_inline_edge_p): Do not deal with
24028 call_stmt_cannot_inline_p.
24029 (can_early_inline_edge_p): Likewise.
24030 (early_inliner): Initialize inline_failed.
24031 * lto-cgraph.c (lto_output_edge): Sanity check inline_failed.
24032
24033 2016-05-03 Uros Bizjak <ubizjak@gmail.com>
24034
24035 * config/i386/predicates.md (x87nonimm_ssenomem_operand): Rename
24036 from nonimm_ssenomem_operand.
24037 (nonimm_ssenomem_operand): New predicate.
24038 * config/i386/i386.md (extendsfdf2): Use nonimm_ssenomem_operand
24039 as operand 0 predicate.
24040 (*extendsfdf2): Merge from *extendsfdf2_mixed and *extendsfdf2_i387.
24041 Disable unsupported alternatives using "enabled" attribute.
24042 Use register_ssemem_operand as operand 0 predicate.
24043 (*fop_<mode>_1): Use x87nonimm_ssenomem_operand as operand 1 predicate.
24044
24045 2016-05-03 Marek Polacek <polacek@redhat.com>
24046
24047 PR c/70859
24048 * input.c (expansion_point_location): New function.
24049 * input.h (expansion_point_location): Declare.
24050
24051 2016-05-03 Pierre-Marie de Rodat <derodat@adacore.com>
24052
24053 * dwarf2out.c (resolve_args_picking_1): Replace the frame_offset
24054 occurence with frame_offset_ ones.
24055
24056 2016-05-03 Alan Modra <amodra@gmail.com>
24057
24058 PR rtl-optimization/70890
24059 * ira.c (combine_and_move_insns): When moving def_insn, remove
24060 equivs on use_insn.
24061
24062 2016-05-03 Dominik Vogt <vogt@linux.vnet.ibm.com>
24063
24064 * config/s390/s390.md ("*r<noxa>sbg_<mode>_sll")
24065 ("*r<noxa>sbg_<mode>_srl"): New define_insns.
24066 ("*r<noxa>sbg_<mode>_srl_bitmask"): Rename by adding "_bitmask".
24067 ("*r<noxa>sbg_<mode>_sll_bitmask"): Likewise.
24068
24069 2016-05-03 Alan Modra <amodra@gmail.com>
24070
24071 * config/rs6000/rs6000.c (rs6000_savres_strategy): Correct condition
24072 for SAVE_MULTIPLE/STORE_MULTIPLE.
24073
24074 2016-05-03 Jakub Jelinek <jakub@redhat.com>
24075
24076 * config/i386/i386.md (*truncdfsf_mixed, *truncdfsf_i387,
24077 *truncxfsf2_mixed, *truncxfdf2_mixed): Use v constraint instead of x.
24078
24079 2016-05-03 Richard Biener <rguenther@suse.de>
24080
24081 * gimplify.h (get_initialized_tmp_var): Add allow_ssa parameter
24082 default true.
24083 (gimplify_arg): Likewise.
24084 * gimplify.c (gimplify_expr): Add overload with allow_ssa parameter,
24085 re-writing the result to a decl if required.
24086 (internal_get_tmp_var): Add allow_ssa parameter
24087 and override into_ssa with it.
24088 (get_formal_tmp_var): Adjust.
24089 (get_initialized_tmp_var): Add allow_ssa parameter.
24090 (gimplify_arg): Add allow_ssa parameter and avoid generating
24091 SSA names for the result false.
24092 (gimplify_call_expr): If the call may return twice do not
24093 gimplify parameters into SSA.
24094 (prepare_gimple_addressable): Do not allow an SSA name as temporary.
24095 (gimplify_modify_expr): Adjust assert. For noreturn calls
24096 with a SSA name LHS adjust its def.
24097 (gimplify_save_expr): Do not allow an SSA name as save-expr result.
24098 (gimplify_one_sizepos): Do not allow an SSA name as a sizepos.
24099 (gimplify_body): Init GIMPLE SSA data structures and gimplify into-SSA.
24100 (gimplify_scan_omp_clauses): Make sure OMP_CLAUSE_SIZE is not
24101 an SSA name. Likewise for OMP_CLAUSE_REDUCTION operands.
24102 (gimplify_omp_for): Likewise for OMP_CLAUSE_DECL. Likewise
24103 for OMP_FOR_COND, OMP_FOR_INCR and OMP_CLAUSE_LINEAR_STEP.
24104 (optimize_target_teams): Do not allow SSA names for clause operands.
24105 (gimplify_expr): Likewise for where we mark the result addressable.
24106 * passes.def (pass_init_datastructures): Remove.
24107 * tree-into-ssa.c (mark_def_sites): Ignore existing SSA names.
24108 (rewrite_stmt): Likewise.
24109 * tree-inline.c (initialize_cfun): Properly transfer SSA state.
24110 (replace_locals_op): Replace SSA names.
24111 (copy_gimple_seq_and_replace_locals): Init src_cfun.
24112 * gimple-low.c (lower_builtin_setjmp): Deal with SSA.
24113 * cgraph.c (release_function_body): Free CFG annotations only
24114 when we have a CFG. Simplify.
24115 * gimple-fold.c (gimplify_and_update_call_from_tree): Use
24116 force_gimple_operand instead of get_initialized_tmp_var.
24117 * tree-pass.h (make_pass_init_datastructures): Remove.
24118 * tree-ssa.c (execute_init_datastructures): Remove.
24119 (pass_data_init_datastructures): Likewise.
24120 (class pass_init_datastructures): Likewise.
24121 (make_pass_init_datastructures): Likewise.
24122 * omp-low.c (create_omp_child_function): Init SSA data structures.
24123 (grid_expand_target_grid_body): Likewise.
24124 * tree-cfg.c (move_block_to_fn): Double-check the DEF is an SSA
24125 name before adding it to names_to_release.
24126 (remove_bb): Always release SSA defs.
24127 * tree-ssa-ccp.c (get_default_value): Check SSA_NAME_VAR
24128 before dereferencing it.
24129 * cgraphunit.c (init_lowered_empty_function): Always
24130 int SSA data structures.
24131 * tree-ssanames.c (release_defs): Remove assert that we are in
24132 SSA form.
24133 * trans-mem.c (diagnose_tm_1): Handle SSA name function.
24134
24135 2016-05-03 Jakub Jelinek <jakub@redhat.com>
24136 Uros Bizjak <ubizjak@gmail.com>
24137
24138 PR rtl-optimization/70467
24139 * config/i386/predicates.md (x86_64_hilo_int_operand,
24140 x86_64_hilo_general_operand): New predicates.
24141 * config/i386/constraints.md (Wd): New constraint.
24142 * config/i386/i386.md (mode attr di): Use Wd instead of e.
24143 (general_hilo_operand): New mode attr.
24144 (add<mode>3, sub<mode>3): Use <general_hilo_operand>
24145 instead of <general_operand>.
24146 (*add<dwi>3_doubleword, *sub<dwi>3_doubleword): Use
24147 x86_64_hilo_general_operand instead of <general_operand>.
24148
24149 2016-05-03 Jakub Jelinek <jakub@redhat.com>
24150
24151 PR tree-optimization/70916
24152 * tree-if-conv.c (constant_or_ssa_name): Removed.
24153 (fold_build_cond_expr): Use is_gimple_val instead of
24154 constant_or_ssa_name.
24155
24156 PR tree-optimization/70916
24157 * tree-vect-patterns.c (vect_recog_mask_conversion_pattern): Give up
24158 if COND_EXPR rhs1 is neither SSA_NAME nor COMPARISON_CLASS_P.
24159
24160 PR target/49244
24161 * tree-ssa-ccp.c: Include stor-layout.h and optabs-query.h.
24162 (optimize_atomic_bit_test_and): New function.
24163 (pass_fold_builtins::execute): Use it.
24164 * optabs.def (atomic_bit_test_and_set_optab,
24165 atomic_bit_test_and_complement_optab,
24166 atomic_bit_test_and_reset_optab): New optabs.
24167 * internal-fn.def (ATOMIC_BIT_TEST_AND_SET,
24168 ATOMIC_BIT_TEST_AND_COMPLEMENT, ATOMIC_BIT_TEST_AND_RESET): New ifns.
24169 * builtins.h (expand_ifn_atomic_bit_test_and): New prototype.
24170 * builtins.c (expand_ifn_atomic_bit_test_and): New function.
24171 * internal-fn.c (expand_ATOMIC_BIT_TEST_AND_SET,
24172 expand_ATOMIC_BIT_TEST_AND_COMPLEMENT,
24173 expand_ATOMIC_BIT_TEST_AND_RESET): New functions.
24174 * doc/md.texi (atomic_bit_test_and_set@var{mode},
24175 atomic_bit_test_and_complement@var{mode},
24176 atomic_bit_test_and_reset@var{mode}): Document.
24177 * config/i386/sync.md (atomic_bit_test_and_set<mode>,
24178 atomic_bit_test_and_complement<mode>,
24179 atomic_bit_test_and_reset<mode>): New expanders.
24180 (atomic_bit_test_and_set<mode>_1,
24181 atomic_bit_test_and_complement<mode>_1,
24182 atomic_bit_test_and_reset<mode>_1): New insns.
24183
24184 2016-05-03 Richard Sandiford <richard.sandiford@arm.com>
24185
24186 PR rtl-optimization/70687
24187 * combine.c (change_zero_ext): Check for scalar modes. Use wide_int
24188 instead of unsigned HOST_WIDE_INT.
24189
24190 2016-05-03 Bernd Schmidt <bschmidt@redhat.com>
24191
24192 PR rtl-optimization/44281
24193 * hard-reg-set.h (struct target_hard_regs): New field
24194 x_fixed_nonglobal_reg_set.
24195 (fixed_nonglobal_reg_set): New macro.
24196 * reginfo.c (init_reg_sets_1): Initialize it.
24197 * ira.c (setup_alloc_regs): Use fixed_nonglobal_reg_set instead
24198 of fixed_reg_set.
24199 * df-scan.c (df_insn_refs_collect): Asms may reference global regs.
24200
24201 2016-05-03 Bin Cheng <bin.cheng@arm.com>
24202
24203 PR tree-optimization/56541
24204 * doc/invoke.texi (@item max-tree-if-conversion-phi-args): New item.
24205 * params.def (PARAM_MAX_TREE_IF_CONVERSION_PHI_ARGS): new param.
24206 * tree-if-conv.c (MAX_PHI_ARG_NUM): new macro.
24207 (any_complicated_phi): new static variable.
24208 (aggressive_if_conv): delete.
24209 (if_convertible_phi_p): support phis with more than two arguments.
24210 (if_convertible_bb_p): remvoe check on aggressive_if_conv and
24211 critical pred edges.
24212 (ifcvt_split_critical_edges): support phis with more than two
24213 arguments by checking new parameter. only split critical edges
24214 if needed.
24215 (tree_if_conversion): handle simd pragma marked loop using new
24216 local variable aggressive_if_conv. check any_complicated_phi.
24217
24218 2016-05-03 Bin Cheng <bin.cheng@arm.com>
24219
24220 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Check depends_on
24221 before using it.
24222
24223 2016-05-03 Bin Cheng <bin.cheng@arm.com>
24224
24225 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Don't clobber
24226 cbase.
24227
24228 2016-05-03 Oleg Endo <olegendo@gcc.gnu.org>
24229
24230 * config/sh/sh.md (udivsi3, divsi3, mulsi3): Simplify.
24231 (mulhisi3, umulhisi3, (smulsi3_highpart, umulsi3_highpart): Convert to
24232 define_insn_and_split.
24233 (mulsi3_i): New define_insn_and_split.
24234 (mulsi3_call): Convert to define_insn.
24235 (mulsidi3, mulsidi3_compact, umulsidi3, umulsidi3_compact):
24236 Remove constraints.
24237
24238 2016-05-02 Michael Meissner <meissner@linux.vnet.ibm.com>
24239
24240 * machmode.h (mode_complex): Add support to give the complex mode
24241 for a given mode.
24242 (GET_MODE_COMPLEX_MODE): Likewise.
24243 * stor-layout.c (layout_type): For COMPLEX_TYPE, use the mode
24244 stored by build_complex_type and gfc_build_complex_type instead of
24245 trying to figure out the appropriate mode based on the size. Raise
24246 an assertion error, if the type was not set.
24247 * genmodes.c (struct mode_data): Add field for the complex type of
24248 the given type.
24249 (blank_mode): Likewise.
24250 (make_complex_modes): Remember the complex mode created in the
24251 base type.
24252 (emit_mode_complex): Write out the mode_complex array to map a
24253 type mode to the complex version.
24254 (emit_insn_modes_c): Likewise.
24255 * tree.c (build_complex_type): Set the complex type to use before
24256 calling layout_type.
24257 * config/rs6000/rs6000.c (rs6000_hard_regno_nregs_internal): Add
24258 support for __float128 complex datatypes.
24259 (rs6000_hard_regno_mode_ok): Likewise.
24260 (rs6000_setup_reg_addr_masks): Likewise.
24261 (rs6000_complex_function_value): Likewise.
24262 * config/rs6000/rs6000.h (FLOAT128_IEEE_P): Likewise.
24263 __float128 and __ibm128 complex.
24264 (FLOAT128_IBM_P): Likewise.
24265 (ALTIVEC_ARG_MAX_RETURN): Likewise.
24266 * doc/extend.texi (Additional Floating Types): Document that
24267 -mfloat128 must be used to enable __float128. Document complex
24268 __float128 and __ibm128 support.
24269
24270 2016-05-02 Jakub Jelinek <jakub@redhat.com>
24271
24272 PR target/49244
24273 * gimple.c (gimple_builtin_call_types_compatible_p): Allow
24274 char/short arguments promoted to int because of promote_prototypes.
24275
24276 2016-05-02 Uros Bizjak <ubizjak@gmail.com>
24277
24278 * config/i386/predicates.md (register_ssemem_operand): New predicate.
24279 * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>): Merge from
24280 *cmpi<FPCMP:unord><MODEF:mode>_mixed and
24281 *cmpi<FPCMP:unord><X87MODEF:mode>_i387. Disable unsupported
24282 alternatives using "enabled" attribute. Use register_ssemem_operand
24283 as operand 1 predicate.
24284 (*cmpi<unord>xf_i387): Split XFmode pattern from
24285 *cmpi<FPCMP:unord><X87MODEF:mode>_i387.
24286 (*absneg<mode>2): Merge from *absneg<mode>2_mixed and
24287 *absneg<mode>2_i387. Disable unsupported alternatives using
24288 "enabled" attribute.
24289 (*absnegxf2_i387): Split XFmode pattern from *absneg<mode>2_i387.
24290
24291 2016-05-02 Nathan Sidwell <nathan@codesourcery.com>
24292
24293 * omp-low.c (lower_oacc_head_tail): Assert there is at least one
24294 marker.
24295 (oacc_loop_process): Check mask for loop termination.
24296
24297 2016-05-02 Jan Hubicka <hubicka@ucw.cz>
24298
24299 * cif-code.def (CIF_THUNK): Add.
24300 * ipa-inline-analsysis.c (evaluate_conditions_for_known_args): Revert
24301 accidental change.
24302
24303 2016-05-02 Jan Hubicka <hubicka@ucw.cz>
24304
24305 * ipa-inline-analysis.c (reset_inline_summary): Clear fp_expressions
24306 (dump_inline_summary): Dump it.
24307 (fp_expression_p): New predicate.
24308 (estimate_function_body_sizes): Use it.
24309 (inline_merge_summary): Merge fp_expressions.
24310 (inline_read_section): Read fp_expressions.
24311 (inline_write_summary): Write fp_expressions.
24312 * ipa-inline.c (can_inline_edge_p): Permit inlining across fp math
24313 codegen boundary if either caller or callee is !fp_expressions.
24314 * ipa-inline.h (inline_summary): Add fp_expressions.
24315 * ipa-inline-transform.c (inline_call): When inlining !fp_expressions
24316 to fp_expressions be sure the fp generation flags are updated.
24317
24318 2016-05-02 Jakub Jelinek <jakub@redhat.com>
24319
24320 PR rtl-optimization/70467
24321 * cse.c (cse_insn): Handle no-op MEM moves after folding.
24322
24323 PR rtl-optimization/70467
24324 * ipa-pure-const.c (check_call): Handle internal calls even in
24325 ipa mode like in local mode.
24326
24327 2016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
24328
24329 * doc/install.texi: Document supported in-tree gmp/mpfr/mpc versions.
24330
24331 2016-05-02 Marc Glisse <marc.glisse@inria.fr>
24332
24333 * match.pd (X u< X, X u> X): New transformations.
24334
24335 2016-05-02 Marc Glisse <marc.glisse@inria.fr>
24336
24337 * flag-types.h (enum warn_strict_overflow_code): Move ...
24338 * coretypes.h: ... here.
24339 * fold-const.h (fold_overflow_warning): Declare.
24340 * fold-const.c (fold_overflow_warning): Make non-static.
24341 (fold_comparison): Move the transformation of X +- C1 CMP C2
24342 into X CMP C2 -+ C1 ...
24343 * match.pd: ... here.
24344 * gimple-fold.c (fold_stmt_1): Protect with
24345 fold_defer_overflow_warnings.
24346
24347 2016-05-02 Nathan Sidwell <nathan@codesourcery.com>
24348
24349 * omp-low.c (struct oacc_loop): Add 'inner' field.
24350 (new_oacc_loop_raw): Initialize it to zero.
24351 (oacc_loop_fixed_partitions): Initialize it.
24352 (oacc_loop_auto_partitions): Partition outermost loop to outermost
24353 available partitioning.
24354
24355 2016-05-02 Claudiu Zissulescu <claziss@synopsys.com>
24356
24357 * config/arc/arc.md (mulsidi3): Change operand 0 predicate to
24358 register_operand.
24359 (umulsidi3): Likewise.
24360 (indirect_jump): Fix jump instruction assembly patterns.
24361
24362 2016-05-02 Thomas Schwinge <thomas@codesourcery.com>
24363
24364 PR target/70860
24365 * config/nvptx/nvptx.c (nvptx_libcall_value): Handle NULL cfun.
24366 (nvptx_function_value): Assert non-NULL cfun.
24367
24368 2016-05-02 Eric Botcazou <ebotcazou@adacore.com>
24369
24370 PR rtl-optimization/70886
24371 * sched-deps.c (estimate_dep_weak): Canonicalize cselib values.
24372
24373 * cselib.h (rtx_equal_for_cselib_1): Declare.
24374 (rtx_equal_for_cselib_p: New inline function.
24375 * cselib.c (rtx_equal_for_cselib_p): Delete.
24376 (rtx_equal_for_cselib_1): Make public.
24377
24378 2016-05-02 Uros Bizjak <ubizjak@gmail.com>
24379
24380 * config/i386/predicates.md (nonimm_ssenomem_operand): New predicate.
24381 (register_mixssei387nonimm_operand): Remove predicate.
24382 * config/i386/i386.md (*fop_<mode>_comm): Merge from
24383 *fop_<mode>_comm_mixed and *fop_<mode>_comm_i387. Disable unsupported
24384 alternatives using "enabled" attribute. Also check X87_ENABLE_ARITH
24385 for TARGET_MIX_SSE_I387 alternatives.
24386 (*fop_<mode>_1): Merge from *fop_<mode>_1_mixed and *fop_<mode>_1_i387.
24387 Disable unsupported alternatives using "enabled" attribute. Use
24388 nonimm_ssenomem_operand as operand 1 predicate. Also check
24389 X87_ENABLE_ARITH for TARGET_MIX_SSE_I387 alternatives.
24390
24391 2016-05-02 Richard Sandiford <richard.sandiford@arm.com>
24392
24393 * tree.c (cst_and_fits_in_hwi): Simplify.
24394
24395 2016-05-02 Richard Sandiford <richard.sandiford@arm.com>
24396
24397 * tree.h (wi::to_wide): New function.
24398 * expr.c (expand_expr_real_1): Use wi::to_wide.
24399 * fold-const.c (int_const_binop_1): Likewise.
24400 (extract_muldiv_1): Likewise.
24401
24402 2016-05-02 Richard Sandiford <richard.sandiford@arm.com>
24403
24404 * wide-int.h: Update offset_int and widest_int documentation.
24405 (WI_SIGNED_SHIFT_RESULT): New macro.
24406 (wi::binary_shift): Define signed_shift_result_type for
24407 shifts on offset_int- and widest_int-like types.
24408 (generic_wide_int): Support <<= and >>= if << and >> are supported.
24409 * tree.h (int_bit_position): Use shift operators instead of wi::
24410 shifts.
24411 * alias.c (adjust_offset_for_component_ref): Likewise.
24412 * expr.c (get_inner_reference): Likewise.
24413 * fold-const.c (fold_comparison): Likewise.
24414 * gimple-fold.c (fold_nonarray_ctor_reference): Likewise.
24415 * gimple-ssa-strength-reduction.c (restructure_reference): Likewise.
24416 * tree-dfa.c (get_ref_base_and_extent): Likewise.
24417 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Likewise.
24418 (stmt_kills_ref_p): Likewise.
24419 * tree-ssa-ccp.c (bit_value_binop_1): Likewise.
24420 * tree-ssa-math-opts.c (find_bswap_or_nop_load): Likewise.
24421 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
24422 (ao_ref_init_from_vn_reference): Likewise.
24423
24424 2016-05-02 Richard Sandiford <richard.sandiford@arm.com>
24425
24426 * wide-int.h: Update offset_int and widest_int documentation.
24427 (WI_SIGNED_BINARY_PREDICATE_RESULT): New macro.
24428 (wi::binary_traits): Allow ordered comparisons between offset_int and
24429 offset_int, between widest_int and widest_int, and between either
24430 of these types and basic C types.
24431 (operator <, <=, >, >=): Define for the same combinations.
24432 * tree.h (tree_int_cst_lt): Use comparison operators instead
24433 of wi:: comparisons.
24434 (tree_int_cst_le): Likewise.
24435 * gimple-fold.c (fold_array_ctor_reference): Likewise.
24436 (fold_nonarray_ctor_reference): Likewise.
24437 * gimple-ssa-strength-reduction.c (record_increment): Likewise.
24438 * tree-affine.c (aff_comb_cannot_overlap_p): Likewise.
24439 * tree-parloops.c (try_transform_to_exit_first_loop_alt): Likewise.
24440 * tree-sra.c (completely_scalarize): Likewise.
24441 * tree-ssa-alias.c (stmt_kills_ref_p): Likewise.
24442 * tree-ssa-reassoc.c (extract_bit_test_mask): Likewise.
24443 * tree-vrp.c (extract_range_from_binary_expr_1): Likewise.
24444 (check_for_binary_op_overflow): Likewise.
24445 (search_for_addr_array): Likewise.
24446 * ubsan.c (ubsan_expand_objsize_ifn): Likewise.
24447
24448 2016-05-02 Claudiu Zissulescu <claziss@synopsys.com>
24449
24450 * config/arc/arc.c (arc_preferred_simd_mode): Remove enum keyword.
24451 (arc_save_restore): Likewise.
24452 (arc_dwarf_register_span): Likewise.
24453 (arc_output_pic_addr_const): Initialize suffix variable.
24454
24455 2016-05-02 Martin Liska <mliska@suse.cz>
24456
24457 * symbol-summary.h (function_summary::function_summary):
24458 Remove checking assert for all cgraph nodes.
24459 (function_summary::get): Check summary_uid.
24460 (symtab_insertion): Check summary_uid.
24461
24462 2016-05-02 Claudiu Zissulescu <claziss@synopsys.com>
24463
24464 * config/arc/arc-protos.h (compact_memory_operand_p): Declare.
24465 * config/arc/arc.c (arc_output_commutative_cond_exec): Consider
24466 bmaskn instruction.
24467 (arc_dwarf_register_span): Remove enum keyword.
24468 (compact_memory_operand_p): New function.
24469 * config/arc/arc.h (reg_class): Add code density register classes.
24470 (REG_CLASS_NAMES): Likewise.
24471 (REG_CLASS_CONTENTS): Likewise.
24472 * config/arc/arc.md (*movqi_insn): Add code density instructions.
24473 (*movhi_insn, *movsi_insn, *movsf_insn): Likewise.
24474 (*extendhisi2_i, andsi3_i, cmpsi_cc_insn_mixed): Likewise.
24475 (*cmpsi_cc_c_insn, *movsi_ne): Likewise.
24476 * config/arc/constraints.md (C2p, Uts, Cm1, Cm3, Ucd): New
24477 constraints.
24478 (h, Rcd, Rsd, Rzd): New register constraints.
24479 (T): Use compact_memory_operand_p function.
24480 * config/arc/predicates.md (compact_load_memory_operand): Remove.
24481
24482 2016-05-02 Oleg Endo <olegendo@gcc.gnu.org>
24483
24484 * config/sh/sh.md (*negnegt, *movtt): Remove.
24485
24486 2016-05-02 Marek Polacek <polacek@redhat.com>
24487 Tom de Vries <tom@codesourcery.com>
24488
24489 PR tree-optimization/70700
24490 * tree-ssa-structalias.c (dump_pred_graph): Fix getting varinfo for ids
24491 bigger than FIRST_REF_NODE.
24492
24493 2016-05-02 Oleg Endo <olegendo@gcc.gnu.org>
24494
24495 PR target/52898
24496 * config/sh/sh.c (sh_option_override): Remove TARGET_CBRANCHDI4,
24497 TARGET_CMPEQDI_T.
24498 (prepare_cbranch_operands): Don't use scratch register. Assume that
24499 function is used when pseudos can be created.
24500 (expand_cbranchdi4): Likewise. Remove unused TARGET_CMPEQDI_T paths.
24501 * config/sh/sh.md (cbranchsi4): Allow only when pseudos can be created.
24502 (cbranchdi4, cbranchdi4_i): Simplify to single cbranchdi4
24503 define_expand. Allow it only when pseudos can be created.
24504 * config/sh/sh.opt (mcbranchdi, mcmpeqdi): Delete.
24505
24506 2016-05-01 Uros Bizjak <ubizjak@gmail.com>
24507
24508 * config/i386/constraints.md (BC): Only allow -1 operands.
24509 * config/i386/sse.md (mov<mode>_internal): Add (v,C) alternative.
24510 Add "enabled" attribute. Update XI mode attribute calculation.
24511 * config/i386/i386.md (*movxi_internal_avx512f): Add (v,C) alternative.
24512 (*movoi_internal_avx): Update XI mode attribute calculation.
24513 (*movti_internal): Ditto.
24514
24515 2016-05-01 Oleg Endo <olegendo@gcc.gnu.org>
24516
24517 * config/sh/sh.md (push, pop, ic_invalidate_line, cstoresi4, cstoredi4,
24518 cstoresf4, cstoredf4, fix_truncsfsi2): Remove constraints.
24519
24520 2016-05-01 Eric Botcazou <ebotcazou@adacore.com>
24521
24522 * config/rs6000/rs6000.c (altivec_expand_lv_builtin): Do not use switch
24523 statement on instruction code. Remove trailing spaces.
24524 (altivec_expand_stv_builtin): Likewise.
24525
24526 2016-05-01 Oleg Endo <olegendo@gcc.gnu.org>
24527
24528 * config/sh/sh.h (TARGET_SH4): Remove and use default implementation.
24529 (TARGET_FPU_DOUBLE): Simplify.
24530 (BASE_ARG_REG, DOUBLE_TYPE_SIZE, OPTIMIZE_MODE_SWITCHING): Replace
24531 'TARGET_SH4 || TARGET_SH2A_DOUBLE' conditions with 'TARGET_FPU_DOUBLE'.
24532 * config/sh/sh.c: Replace 'TARGET_SH4 || TARGET_SH2A_DOUBLE' conditions
24533 with 'TARGET_FPU_DOUBLE'.
24534 * config/sh/sh.md: Likewise.
24535
24536 2016-05-01 Yoshinori Sato <ysato@users.sourceforge.jp>
24537
24538 * config/sh/linux.h (SH_DIV_STRATEGY_DEFAULT,
24539 SH_DIV_STR_FOR_SIZE): Remove.
24540 * config/sh/netbsd-elf.h (SH_DIV_STRATEGY_DEFAULT,
24541 SH_DIV_STR_FOR_SIZE): Remove.
24542
24543 2016-05-01 Oleg Endo <olegendo@gcc.gnu.org>
24544
24545 * config/sh/predicates.md (any_register_operand, zero_extend_operand,
24546 logical_reg_operand): Delete.
24547 (arith_operand, arith_reg_dest, arith_or_int_operand, cmpsi_operand,
24548 arith_reg_or_0_operand, arith_reg_or_0_or_1_operand, logical_operand,
24549 logical_and_operand, movsrc_no_disp_mem_operand): Rewrite using
24550 match_operand and match_test.
24551 (sh_const_vec, sh_1el_vec): Remove redundant checks. Declare local
24552 variables on their first use. Return bool values.
24553 * config/sh/sh.h (LOAD_EXTEND_OP): Update comment.
24554 * config/sh/sh.md (andsi3, iorsi3): Use arith_reg_dest for result and
24555 arith_reg_operand for input operand. Remove empty constraints.
24556 (xorsi3): Delete.
24557 (*xorsi3_compact): Rename to xorsi3.
24558 (zero_extend<mode>si2): Use arith_reg_operand for input operand.
24559 (*zero_extend<mode>si2_disp_mem): Update comment.
24560 (mov_nop): Delete.
24561
24562 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
24563
24564 * config/sh/t-sh: Remove SH5 support.
24565 * config.gcc: Likewise.
24566 * configure: Likewise.
24567
24568 2016-04-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24569
24570 * config/darwin.h (LINK_COMMAND_SPEC_A): Handle -fcilkplus.
24571
24572 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
24573
24574 * config/sh/sh.c (register_sh_passes, sh_option_override,
24575 sh_print_operand, prepare_move_operands,
24576 sh_can_follow_jump): Remove TARGET_SH1 checks.
24577 * config/sh/sh.h (TARGET_VARARGS_PRETEND_ARGS, VALID_REGISTER_P,
24578 PROMOTE_MODE): Likewise.
24579 * config/sh/sh.md (adddi3, addsi3, subdi3, subsi3, andsi3,
24580 movdi): Likewise.
24581
24582 2016-04-30 Alan Modra <amodra@gmail.com>
24583
24584 * config/rs6000/rs6000.c (rs6000_savres_strategy): Force inline
24585 restoring when fixed_reg_p, but allow out-of-line or stmw save.
24586 Check for user regs later to avoid unnecessary looping over regs.
24587 Merge user reg check with non-saved reg check. Don't force
24588 inline VR restore when static chain used.
24589 (rs6000_frame_related): Omit eh_frame info for user regs when
24590 saving.
24591 (fixed_regs_p): Delete.
24592
24593 2016-04-30 Alan Modra <amodra@gmail.com>
24594
24595 * config/rs6000/rs6000.c (SAVRES_MULTIPLE): Replace with..
24596 (SAVE_STRATEGY, REST_STRATEGY): ..this. Renumber and sort enum.
24597 Update all uses.
24598
24599 2016-04-30 Alan Modra <amodra@gmail.com>
24600
24601 PR target/69645
24602 * config/rs6000/rs6000.c (fixed_reg_p): New function.
24603 (fixed_regs_p): Rename from global_regs_p. Call fixed_reg_p.
24604 Update all uses.
24605
24606 2016-04-30 Alan Modra <amodra@gmail.com>
24607
24608 * config/rs6000/rs6000.c (rs6000_conditional_register_usage):
24609 Remove redundant PIC_OFFSET_TABLE_REGNUM test. Replace with
24610 flag_pic test for Darwin.
24611
24612 2016-04-30 Alan Modra <amodra@gmail.com>
24613
24614 * regs.h (struct reg_info_t): Delete freq_calls_crossed and
24615 throw_calls_crossed.
24616 (REG_FREQ_CALLS_CROSSED): Delete.
24617 (REG_N_THROWING_CALLS_CROSSED): Delete.
24618 * regstat.c (regstat_bb_compute_ri): Don't calculate
24619 REG_FREQ_CALLS_CROSSED and REG_N_THROWING_CALLS_CROSSED.
24620 (dump_reg_info): Don't print call cross frequency.
24621 * ira.c (combine_and_move_insns): Don't set REG_FREQ_CALLS_CROSSED
24622 and REG_N_THROWING_CALLS_CROSSED.
24623
24624 2016-04-30 Alan Modra <amodra@gmail.com>
24625
24626 * regs.h (struct reg_info_t): Delete live_length.
24627 (REG_LIVE_LENGTH): Delete macro.
24628 * regstat.c (regstat_bb_compute_ri): Delete artificial_uses,
24629 local_live, local_processed and local_live_last_luid params.
24630 Replace bb_index param with bb. Don't set REG_LIVE_LENGTH.
24631 Formatting fixes.
24632 (regstat_compute_ri): Adjust for above. Don't set
24633 REG_LIVE_LENGTH.
24634 (dump_reg_info): Don't print live length.
24635 * ira.c (update_equiv_regs): Replace test of REG_LIVE_LENGTH
24636 with test of setjmp_crosses. Don't set REG_LIVE_LENGTH.
24637 Localize loop_depth var.
24638
24639 2016-04-30 Alan Modra <amodra@gmail.com>
24640
24641 * ira.c (enum valid_equiv): New.
24642 (validate_equiv_mem): Return enum.
24643 (update_equiv_mem): Create replacement in more cases.
24644 (add_store_equivs): Update validate_equiv_mem call.
24645
24646 2016-04-30 Alan Modra <amodra@gmail.com>
24647
24648 * ira.c (combine_and_move_insns): Rather than scanning insns,
24649 use DF infrastucture to find use and def insns.
24650
24651 2016-04-30 Alan Modra <amodra@gmail.com>
24652
24653 ira.c (combine_and_move_insns): Move invariant conditions..
24654 (ira.c): ..to here. Call combine_and_move_insns before
24655 add_store_equivs. Call grow_reg_equivs later. Allocate
24656 req_equiv later using max_reg_num() rather than global max_regno.
24657 (contains_replace_regs): Delete.
24658 (add_store_equivs): Remove contains_replace_regs test.
24659
24660 2016-04-30 Alan Modra <amodra@gmail.com>
24661
24662 * ira.c (struct equiv_mem_data): New.
24663 (equiv_mem, equiv_mem_modified): Delete static vars.
24664 (validate_equiv_mem_from_store): Use "data" param to communicate..
24665 (validate_equiv_mem): ..from here.
24666
24667 2016-04-30 Alan Modra <amodra@gmail.com>
24668
24669 * ira.c (add_store_equivs, combine_and_move_insns): New functions,
24670 split out from..
24671 (update_reg_equivs): ..here. Move allocation and freeing of
24672 reg_equiv, and calls to grow_reg_equivs, init_alias_analysis,
24673 end_alias_analysis to..
24674 (ira): ..here.
24675
24676 2016-04-30 Alan Modra <amodra@gmail.com>
24677
24678 * ira.c (pdx_subregs): Delete.
24679 (struct equivalence): Add pdx_subregs field.
24680 (set_paradoxical_subreg): Remove pdx_subregs param. Update
24681 pdx_subregs access.
24682 (update_equiv_regs): Don't create or free pdx_subregs. Update
24683 pdx_subregs access.
24684
24685 2016-04-29 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
24686
24687 * config/rs6000/altivec.h: Change definitions of vec_xl and
24688 vec_xst.
24689 * config/rs6000/rs6000-builtin.def (LD_ELEMREV_V2DF): New.
24690 (LD_ELEMREV_V2DI): New.
24691 (LD_ELEMREV_V4SF): New.
24692 (LD_ELEMREV_V4SI): New.
24693 (LD_ELEMREV_V8HI): New.
24694 (LD_ELEMREV_V16QI): New.
24695 (ST_ELEMREV_V2DF): New.
24696 (ST_ELEMREV_V2DI): New.
24697 (ST_ELEMREV_V4SF): New.
24698 (ST_ELEMREV_V4SI): New.
24699 (ST_ELEMREV_V8HI): New.
24700 (ST_ELEMREV_V16QI): New.
24701 (XL): New.
24702 (XST): New.
24703 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
24704 descriptions for VSX_BUILTIN_VEC_XL and VSX_BUILTIN_VEC_XST.
24705 * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Map from
24706 TARGET_P9_VECTOR to RS6000_BTM_P9_VECTOR.
24707 (altivec_expand_builtin): Add handling for
24708 VSX_BUILTIN_ST_ELEMREV_<MODE> and VSX_BUILTIN_LD_ELEMREV_<MODE>.
24709 (rs6000_invalid_builtin): Add error-checking for
24710 RS6000_BTM_P9_VECTOR.
24711 (altivec_init_builtins): Define builtins used to implement vec_xl
24712 and vec_xst.
24713 (rs6000_builtin_mask_names): Define power9-vector.
24714 * config/rs6000/rs6000.h (MASK_P9_VECTOR): Define.
24715 (RS6000_BTM_P9_VECTOR): Define.
24716 (RS6000_BTM_COMMON): Include RS6000_BTM_P9_VECTOR.
24717 * config/rs6000/vsx.md (vsx_ld_elemrev_v2di): New define_insn.
24718 (vsx_ld_elemrev_v2df): Likewise.
24719 (vsx_ld_elemrev_v4sf): Likewise.
24720 (vsx_ld_elemrev_v4si): Likewise.
24721 (vsx_ld_elemrev_v8hi): Likewise.
24722 (vsx_ld_elemrev_v16qi): Likewise.
24723 (vsx_st_elemrev_v2df): Likewise.
24724 (vsx_st_elemrev_v2di): Likewise.
24725 (vsx_st_elemrev_v4sf): Likewise.
24726 (vsx_st_elemrev_v4si): Likewise.
24727 (vsx_st_elemrev_v8hi): Likewise.
24728 (vsx_st_elemrev_v16qi): Likewise.
24729 * doc/extend.texi: Add prototypes for vec_xl and vec_xst. Correct
24730 grammar.
24731
24732 2016-04-29 Patrick Palka <ppalka@gcc.gnu.org>
24733
24734 * tree-ssa-threadedge.c (simplify_control_stmt_condition): Split
24735 out into ...
24736 (simplify_control_stmt_condition_1): ... here. Recurse into
24737 BIT_AND_EXPRs and BIT_IOR_EXPRs.
24738
24739 2016-04-29 David Edelsohn <dje.gcc@gmail.com>
24740
24741 PR target/69810
24742 * config/rs6000/rs6000.md (EXTQI): Don't allow extension to HImode.
24743 (zero_extendqi<mode>2_dot): Revert earlier conversion from
24744 define_insn_and_split to define_insn.
24745 (zero_extendqi<mode>2_dot2): Same.
24746 (extendqi<mode>2_dot): Same.
24747 (extendqi<mode>2_dot2): Same.
24748
24749 2016-04-29 Uros Bizjak <ubizjak@gmail.com>
24750
24751 * config/i386/i386.md (unspec): Add UNSPEC_PROBE_STACK.
24752 (probe_stack): New expander.
24753 (probe_stack_<mode>): New insn pattern.
24754
24755 2016-04-29 Uros Bizjak <ubizjak@gmail.com>
24756
24757 * config/i386/i386.md
24758 (operations with memory inputs setting flags peephole2):
24759 Remove uneeded REG_P checks. Cleanup pattern generation.
24760
24761 2016-04-29 Ilya Enkovich <ilya.enkovich@intel.com>
24762
24763 * tree-vect-loop.c (vect_transform_loop): Fix
24764 nb_iterations_upper_bound computation for vectorized loop.
24765
24766 2016-04-29 Marek Polacek <polacek@redhat.com>
24767 Jakub Jelinek <jakub@redhat.com>
24768
24769 PR sanitizer/70342
24770 * fold-const.c (tree_single_nonzero_warnv_p): For TARGET_EXPR, use
24771 TARGET_EXPR_SLOT as a base.
24772
24773 2016-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
24774
24775 * config/arc/arc.md (*loadqi_update): Replace use of 'rI' constraint
24776 with 'rCm2' constraints to limit possible immediate size.
24777 (*load_zeroextendqisi_update): Likewise.
24778 (*load_signextendqisi_update): Likewise.
24779 (*loadhi_update): Likewise.
24780 (*load_zeroextendhisi_update): Likewise.
24781 (*load_signextendhisi_update): Likewise.
24782 (*loadsi_update): Likewise.
24783 (*loadsf_update): Likewise.
24784
24785 2016-04-29 Uros Bizjak <ubizjak@gmail.com>
24786
24787 * config/i386/predicates.md (constm1_operand): Fix comparison.
24788
24789 2016-04-29 Claudiu Zissulescu <claziss@synopsys.com>
24790
24791 * testsuite/gcc.target/arc/ieee_eq.c: New test.
24792
24793 2016-04-29 Oleg Endo <olegendo@gcc.gnu.org>
24794
24795 * common/config/sh/sh-common.c (sh_option_optimization_table): Remove
24796 remaining SH5 related settings.
24797 * config/sh/sh-protos.h (shmedia_cleanup_truncate,
24798 shmedia_prepare_call_address): Delete.
24799 * config/sh/sh.c (sh_print_operand, output_stack_adjust,
24800 DWARF_CIE_DATA_ALIGNMENT, LOCAL_ALIGNMENT): Update comments.
24801 * config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC,
24802 UNSUPPORTED_SH2A): Remove m5 checks.
24803 (sh_divide_strategy_e): Remove SH5 division strategies.
24804 (TARGET_PTRMEMFUNC_VBIT_LOCATION): Remove and use default.
24805 * config/sh/sh.md (divsf3): Reinstate define_expand pattern.
24806
24807 2016-04-29 Dominik Vogt <vogt@linux.vnet.ibm.com>
24808
24809 * config/s390/s390.c (s390_rtx_costs): Update documentation.
24810
24811 2016-04-29 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
24812
24813 * config/s390/2964.md ("z13_unit_fxu", "z13_0"): Remove lder.
24814 * config/s390/s390.md ("movsi_larl", "*movsi_esa", "mov<mode>"):
24815 Change lder to ldr.
24816 * config/s390/vector.md ("mov<mode>"): Likewise.
24817
24818 2016-04-29 Ulrich Weigand <uweigand@de.ibm.com>
24819
24820 * config/s390/constraints.md ("U", "W"): Invoke
24821 s390_mem_constraint with "ZR" and "ZT".
24822 * config/s390/s390.c (s390_check_qrst_address): Reject invalid
24823 addresses when using LRA. Accept also short displacements for S
24824 and T constraints. Do not check for long displacement target for
24825 S and T constraints.
24826 (s390_mem_constraint): Remove handling of U and W constraints.
24827 * config/s390/s390.md (various patterns): Remove the short
24828 displacement constraints (Q and R) if a long displacement
24829 constraint is present. Add longdisp as required CPU capability.
24830 * config/s390/vector.md: Likewise.
24831 * config/s390/vx-builtins.md: Likewise.
24832
24833 2016-04-29 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
24834
24835 PR target/60040
24836 * reload1.c (reload): Call finish_spills before
24837 restarting reload loop. Skip select_reload_regs
24838 if update_eliminables_and_spill returns true.
24839
24840 2016-04-29 Claudiu Zissulescu <claziss@synopsys.com>
24841
24842 * config/arc/arc.h (UNSIGNED_INT12, UNSIGNED_INT16): Define.
24843 * config/arc/arc.md (umulhisi3): Use arc_short_operand predicate.
24844 (umulhisi3_imm): Update predicates and constraint letters.
24845 (umulhisi3_reg): Declare instruction as commutative.
24846 * config/arc/constraints.md (J12, J16): New constraints.
24847 * config/arc/predicates.md (short_unsigned_const_operand): New
24848 predicate.
24849 (arc_short_operand): Likewise.
24850 * testsuite/gcc.target/arc/umulsihi3_z.c: New file.
24851
24852 2016-04-29 Richard Biener <rguenther@suse.de>
24853
24854 PR tree-optimization/13962
24855 PR tree-optimization/65686
24856 * tree-ssa-alias.h (ptrs_compare_unequal): Declare.
24857 * tree-ssa-alias.c (ptrs_compare_unequal): New function
24858 using PTA to compare pointers.
24859 * match.pd: Add pattern for pointer equality compare simplification
24860 using ptrs_compare_unequal.
24861
24862 2016-04-29 Richard Biener <rguenther@suse.de>
24863
24864 * stor-layout.c (layout_type): Do not build a pointer-to-element
24865 type for arrays.
24866
24867 2016-04-29 Uros Bizjak <ubizjak@gmail.com>
24868
24869 * config/i386/i386.md (Load+RegOp to Mov+MemOp peephole2):
24870 Use SWI mode iterator. Use general_reg_operand predicate.
24871 (Load+RegOp to Mov+MemOp peephole2 with vector regs): Split
24872 peephole to MMX and SSE part. Use mmx_reg_operand and sse_reg_operand
24873 predicates.
24874
24875 2016-04-29 Jakub Jelinek <jakub@redhat.com>
24876
24877 PR middle-end/70843
24878 * fold-const.c (operand_equal_p): Don't verify hash value equality
24879 if arg0 == arg1.
24880 * tree.c (inchash::add_expr): Handle STATEMENT_LIST. Ignore BLOCK
24881 and OMP_CLAUSE.
24882
24883 2016-04-28 Jakub Jelinek <jakub@redhat.com>
24884
24885 PR target/70858
24886 * config/i386/i386.c (bdesc_special_args): Add | OPTION_MASK_ISA_64BIT
24887 to __builtin_ia32_lwpval64 and __builtin_ia32_lwpins64.
24888 (bdesc_args): Add | OPTION_MASK_ISA_64BIT to __builtin_ia32_bextr_u64,
24889 __builtin_ia32_bextri_u64, __builtin_ia32_bzhi_di,
24890 __builtin_ia32_pdep_di and __builtin_ia32_pext_di.
24891
24892 2016-04-28 Segher Boessenkool <segher@kernel.crashing.org>
24893
24894 * config/rs6000/rs6000.c (compute_save_world_info): Rename info_ptr
24895 to info. Don't initialize separate fields to 0. Clean up
24896 formatting a bit.
24897
24898 2016-04-28 Uros Bizjak <ubizjak@gmail.com>
24899
24900 * config/i386/i386.md (peephole2s for operations with memory inputs):
24901 Use SWI mode iterator.
24902 (peephole2s for operations with memory outputs): Ditto.
24903 Do not check for stack checking probe.
24904
24905 (probe_stack): Remove expander.
24906
24907 2016-04-28 Joern Rennecke <joern.rennecke@embecosm.com>
24908 Andrew Burgess <andrew.burgess@embecosm.com>
24909
24910 * config/arc/arc.c (arc_print_operand): Print integer 'H' / 'L'
24911 operands as 32-bits.
24912
24913 2016-04-28 Jason Merrill <jason@redhat.com>
24914
24915 * gdbinit.in: Skip line-map.h.
24916
24917 2016-04-28 Joern Rennecke <joern.rennecke@embecosm.com>
24918 Andrew Burgess <andrew.burgess@embecosm.com>
24919
24920 * config/arc/arc.c (arc_conditional_register_usage): Take
24921 TARGET_RRQ_CLASS into account.
24922 (arc_print_operand): Support printing 'p' and 's' operands.
24923 * config/arc/arc.h (TARGET_NPS_BITOPS_DEFAULT): Provide default
24924 as 0.
24925 (TARGET_RRQ_CLASS): Define.
24926 (IS_POWEROF2_OR_0_P): Define.
24927 * config/arc/arc.md (*movsi_insn): Add w/Clo, w/Chi, and w/Cbi
24928 alternatives.
24929 (*tst_movb): New define_insn.
24930 (*tst): Avoid recognition if it could prevent '*tst_movb'
24931 combination; replace c/CnL with c/Chs alternative.
24932 (*tst_bitfield_tst): New define_insn.
24933 (*tst_bitfield_asr): New define_insn.
24934 (*tst_bitfield): New define_insn.
24935 (andsi3_i): Add Rrq variant.
24936 (extzv): New define_expand.
24937 (insv): New define_expand.
24938 (*insv_i): New define_insn.
24939 (*movb): New define_insn.
24940 (*movb_signed): New define_insn.
24941 (*movb_high): New define_insn.
24942 (*movb_high_signed): New define_insn.
24943 (*movb_high_signed + 1): New define_split pattern.
24944 (*mrgb): New define_insn.
24945 (*mrgb + 1): New define_peephole2 pattern.
24946 (*mrgb + 2): New define_peephole2 pattern.
24947 * config/arc/arc.opt (mbitops): New option for nps400, uses
24948 TARGET_NPS_BITOPS_DEFAULT.
24949 * config/arc/constraints.md (q): Make register class conditional.
24950 (Rrq): New register constraint.
24951 (Chs): New constraint.
24952 (Clo): New constraint.
24953 (Chi): New constraint.
24954 (Cbf): New constraint.
24955 (Cbn): New constraint.
24956 (C18): New constraint.
24957 (Cbi): New constraint.
24958
24959 2016-04-28 Segher Boessenkool <segher@kernel.crashing.org>
24960
24961 * cfganal.c (bitmap_intersection_of_succs): Delete assert checking
24962 dst->popcount.
24963 (bitmap_intersection_of_preds): Ditto.
24964 (bitmap_union_of_succs): Ditto.
24965 (bitmap_union_of_preds): Ditto.
24966 * sbitmap.c (do_popcount): Delete.
24967 (BITMAP_DEBUGGING): Delete.
24968 (sbitmap_verify_popcount): Delete.
24969 (sbitmap_alloc): Don't initialize the popcount field.
24970 (sbitmap_alloc_with_popcount): Delete.
24971 (sbitmap_resize): Don't resize the popcount array.
24972 (sbitmap_vector_alloc): Don't initialize the popcount field.
24973 (bitmap_copy): Don't copy the popcount array.
24974 (bitmap_clear): Don't clear the popcount array.
24975 (bitmap_clear): Delete the popcount array handling.
24976 (bitmap_ior_and_compl): Delete the popcount assert.
24977 (bitmap_not): Ditto.
24978 (bitmap_and_compl): Ditto.
24979 (bitmap_and): Delete the popcount array handling.
24980 (bitmap_xor): Ditto.
24981 (bitmap_ior): Ditto.
24982 (bitmap_or_and): Delete the popcount assert.
24983 (bitmap_and_or): Ditto.
24984 (popcount_table): Delete.
24985 (sbitmap_elt_popcount): Delete.
24986 * sbitmap.h (simple_bitmap_def): Delete the popcount field.
24987 (bitmap_set_bit): Delete the popcount assert.
24988 (bitmap_clear_bit): Ditto.
24989 (sbitmap_free): Don't free the popcount array.
24990 (sbitmap_alloc_with_popcount): Delete declaration.
24991 (sbitmap_popcount): Ditto.
24992
24993 2016-04-28 Joern Rennecke <joern.rennecke@embecosm.com>
24994 Andrew Burgess <andrew.burgess@embecosm.com>
24995
24996 * config/arc/arc.h (SYMBOL_FLAG_CMEM): Define.
24997 (TARGET_NPS_CMEM_DEFAULT): Provide default definition.
24998 * config/arc/arc.c (arc_address_cost): Return 0 for cmem_address.
24999 (arc_encode_section_info): Set SYMBOL_FLAG_CMEM where indicated.
25000 * config/arc/arc.opt (mcmem): New option.
25001 * config/arc/arc.md (*extendqihi2_i): Add r/Uex alternative,
25002 supply length for r/m alternative.
25003 (*extendqisi2_ac): Likewise.
25004 (*extendhisi2_i): Add r/Uex alternative, supply length for r/m and
25005 r/Uex alternative.
25006 (movqi_insn): Add r/Ucm and Ucm/?Rac alternatives.
25007 (movhi_insn): Likewise.
25008 (movsi_insn): Add r/Ucm,Ucm/w alternatives.
25009 (*zero_extendqihi2_i): Add r/Ucm alternative.
25010 (*zero_extendqisi2_ac): Likewise.
25011 (*zero_extendhisi2_i): Likewise.
25012 * config/arc/constraints.md (Uex): New memory constraint.
25013 (Ucm): New define_constraint.
25014 * config/arc/predicates.md (long_immediate_loadstore_operand):
25015 Return 0 for MEM with cmem_address address.
25016 (cmem_address_0): New predicates.
25017 (cmem_address_1): Likewise.
25018 (cmem_address_2): Likewise.
25019 (cmem_address): Likewise.
25020
25021 2016-04-28 Segher Boessenkool <segher@kernel.crashing.org>
25022
25023 * config/rs6000/rs6000.c (machine_function): Rename
25024 insn_chain_scanned_p to spe_insn_chain_scanned_p.
25025 (rs6000_stack_info): Adjust.
25026
25027 2016-04-28 Joern Rennecke <joern.rennecke@embecosm.com>
25028 Andrew Burgess <andrew.burgess@embecosm.com>
25029
25030 * config/arc/constraints.md (Usd): Convert to define_constraint.
25031 (Us<): Likewise.
25032 (Us>): Likewise.
25033
25034 2016-04-28 Jakub Jelinek <jakub@redhat.com>
25035
25036 PR target/70821
25037 * config/i386/sync.md (define_peephole2 *atomic_fetch_add_cmp<mode>):
25038 Add new peephole2 where the first insn is *mov<mode>_or instead of
25039 *mov<mode>_internal.
25040
25041 2016-04-28 Segher Boesssenkool <segher@kernel.crashing.org>
25042
25043 * tracer.c (bb_seen): Make static.
25044
25045 2016-04-28 Andrew Burgess <andrew.burgess@embecosm.com>
25046
25047 * common/config/arc/arc-common.c (arc_handle_option): Add NPS400
25048 support, setup defaults.
25049 * config/arc/arc-opts.h (enum processor_type): Add NPS400.
25050 * config/arc/arc.c (arc_init): Add NPS400 support.
25051 * config/arc/arc.h (CPP_SPEC): Add NPS400 defines.
25052 (TARGET_ARC700): NPS400 is also an ARC700.
25053 * config/arc/arc.opt: Add NPS400 options to -mcpu=.
25054
25055 2016-04-28 Segher Boessenkool <segher@kernel.crashing.org>
25056
25057 PR target/70668
25058 * config/nds32/nds32.md (casesi): Don't access the operands array
25059 out of bounds.
25060
25061 2016-04-28 Uros Bizjak <ubizjak@gmail.com>
25062
25063 * config/i386/i386.md (zeroing peephole2): Use general_reg_operand.
25064 (or $-1,reg peephole2): Ditto.
25065 (strict_low_part zeroing peephole2): Use SWI12 mode iterator.
25066
25067 2016-04-28 Markus Trippelsdorf <markus@trippelsdorf.de>
25068
25069 * doc/extend.texi (Common Function Attributes) [optimize]:
25070 Discourage use of the optimize attribute.
25071
25072 2016-04-28 Bill Seurer <seurer@linux.vnet.ibm.com>
25073
25074 * config/rs6000/rs6000-builtin.def (vec_adde): Change vec_adde to a
25075 special case builtin.
25076 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
25077 ALTIVEC_BUILTIN_VEC_ADDE.
25078 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
25079 support for ALTIVEC_BUILTIN_VEC_ADDE.
25080 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
25081 for __builtin_vec_adde.
25082
25083 2016-04-28 Jakub Jelinek <jakub@redhat.com>
25084
25085 * config/i386/i386.md (sse4_1_round<mode>2): Add avx512f alternative.
25086 * config/i386/sse.md (sse4_1_round<ssescalarmodesuffix>): Likewise.
25087
25088 2016-04-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
25089
25090 PR testsuite/70595
25091 * doc/sourcebuild.texi (Effective-Target Keywords, Other
25092 attributes): Document cilkplus_runtime.
25093
25094 2016-04-28 Martin Jambor <mjambor@suse.cz>
25095
25096 * tree-cfg.c (verify_expr): Verify that local declarations belong to
25097 this function. Call verify_expr on MEM_REFs and bases of other
25098 handled_components.
25099
25100 2016-04-28 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
25101
25102 * internal-fn.c (expand_arith_overflow): Convert preprocessor check
25103 for WORD_REGISTER_OPERATIONS to runtime check.
25104
25105 2016-04-28 Claudiu Zissulescu <claziss@synopsys.com>
25106
25107 * config/arc/arc.h (ASM_SPEC): Pass mfpuda to assembler.
25108
25109 2016-04-28 Claudiu Zissulescu <claziss@synopsys.com>
25110
25111 * config/arc/arc.c (arc_process_double_reg_moves): Fix for
25112 big-endian compilation.
25113 * config/arc/arc.md (addf3): Likewise.
25114 (subdf3): Likewise.
25115 (muldf3): Likewise.
25116
25117 2016-04-28 Richard Biener <rguenther@suse.de>
25118
25119 PR tree-optimization/70840
25120 * match.pd: powi(-x, y) and powi(|x|,y) -> powi(x,y) if y is even;
25121 Fix pow(copysign(x, y), z) -> pow(x, z) and add powi variant;
25122 Mark x * pow(x,c) -> pow(x,c+1) commutative.
25123 Add powi(x,y) * powi(z,y) -> powi(x*z,y).
25124
25125 2015-04-28 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
25126
25127 * config/aarch64/aarch64.h (WORD_REGISTER_OPERATIONS): Define to 0
25128 and explain why in a comment.
25129
25130 2016-04-28 Claudiu Zissulescu <claziss@synopsys.com>
25131
25132 * config/arc/arc.md (cpu_facility): Add fpx variant.
25133 (subdf3): Prohibit use reverse sub when assist operations option
25134 is enabled.
25135 * config/arc/fpx.md (subdf3_insn, *dsubh_peep2_insn): Allow drsub
25136 instructions only when FPX is enabled.
25137 * testsuite/gcc.target/arc/trsub.c: New test.
25138
25139 2016-04-28 Uros Bizjak <ubizjak@gmail.com>
25140
25141 * config/i386/i386.md (*fop_<mode>_1_mixed): Do not check for
25142 mult_operator when calculating "type" attribute.
25143 (*fop_<mode>_1_i387): Ditto.
25144 (*fop_xf_1_i387): Ditto.
25145 (x87 stack loads peephole2): Add "reg = op (mem, reg)" peephole2.
25146 Use std::swap to swap operands. Use RTL expressions to generate
25147 converted pattern.
25148
25149 2016-04-28 Claudiu Zissulescu <claziss@synopsys.com>
25150 Joern Rennecke <joern.rennecke@embecosm.com>
25151
25152 * config/arc/arc-protos.h (arc_legitimize_pic_address): Remove
25153 declaration.
25154 (emit_pic_move): Remove.
25155 (arc_eh_uses, insn_is_tls_gd_dispatch): Declare.
25156 * config/arc/arc.c (emit_pic_move): Removed.
25157 (TARGET_HAVE_TLS): Define.
25158 (arc_conditional_register_usage): Test for arc_tp_regno.
25159 (arc_print_operand, arc_print_operand_address): Handle TLS
25160 unspecs.
25161 (arc_needs_pcl_p): New function.
25162 (arc_legitimate_pc_offset_p): Use arc_needs_pcl_p.
25163 (arc_legitimate_pic_addr_p): Handle TLS unspecs.
25164 (arc_raw_symbolic_reference_mentioned_p): Likewise.
25165 (arc_get_tp, arc_emit_call_tls_get_addr): New function.
25166 (arc_legitimize_tls_address): Likewise.
25167 (DTPOFF_ZERO_SYM): Define.
25168 (arc_legitimize_pic_address): Make it static, handle TLS cases.
25169 (arc_output_pic_addr_const): Print TLS unspecs.
25170 (prepare_pic_move): New function, replaces emit_pic_move.
25171 (arc_legitimate_constant_p): Handle TLS unspecs.
25172 (arc_legitimate_address_p): Likewise.
25173 (arc_rewrite_small_data_p): Use assert for TLS constants.
25174 (prepare_move_operands): Use prepare_pic_move.
25175 (arc_legitimize_address): Legitimize tls addresses.
25176 (arc_epilogue_uses): Check for arc_tp_regno.
25177 (arc_eh_uses, insn_is_tls_gd_dispatch): New function.
25178 * config/arc/arc.h [DEFAULT_LIBC != LIBC_UCLIBC] (EXTRA_SPECS):
25179 Define.
25180 [DEFAULT_LIBC != LIBC_UCLIBC] (ARC_TLS_EXTRA_START_SPEC):
25181 Likewise.
25182 [DEFAULT_LIBC != LIBC_UCLIBC] (STARTFILE_SPEC): Add
25183 %(arc_tls_extra_start_spec).
25184 (TARGET_CPU_CPP_BUILTINS): Define __ARC_TLS_REGNO__.
25185 (REGNO_OK_FOR_BASE_P): Check for arc_tp_regno.
25186 (EH_USES): Define.
25187 (INSN_REFERENCES_ARE_DELAYED): Use insn_is_tls_gd_dispatch.
25188 * config/arc/arc.md (UNSPEC_TLS_GD, UNSPEC_TLS_LD, UNSPEC_TLS_IE)
25189 (UNSPEC_TLS_OFF): Add.
25190 (R10_REG): Define.
25191 (tls_load_tp_soft, tls_gd_load, tls_gd_get_addr, tls_gd_dispatch)
25192 (get_thread_pointersi): New patterns.
25193 * config/arc/arc.opt (mtp-regno): New option.
25194 * config/arc/predicates.md (move_src_operand): Handle TLS symbols.
25195 (move_dest_operand): Likewise.
25196 * configure: Regenerate.
25197 * configure.ac: Add arc*-*-* case to test for tls.
25198 * doc/invoke.texi (ARC options): Document mtp-regno.
25199
25200 2016-04-28 Claudiu Zissulescu <claziss@synopsys.com>
25201
25202 * config/arc/arc.c (arc_vector_mode_supported_p): Add support for
25203 the new ARC HS SIMD instructions.
25204 (arc_preferred_simd_mode): New function.
25205 (arc_autovectorize_vector_sizes): Likewise.
25206 (TARGET_VECTORIZE_PREFERRED_SIMD_MODE)
25207 (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Define.
25208 (arc_init_reg_tables): Accept new ARC HS SIMD modes.
25209 (arc_init_builtins): Add new SIMD builtin types.
25210 (arc_split_move): Handle 64 bit vector moves.
25211 * config/arc/arc.h (TARGET_PLUS_DMPY, TARGET_PLUS_MACD)
25212 (TARGET_PLUS_QMACW): Define.
25213 * config/arc/builtins.def (QMACH, QMACHU, QMPYH, QMPYHU, DMACH)
25214 (DMACHU, DMPYH, DMPYHU, DMACWH, DMACWHU, VMAC2H, VMAC2HU, VMPY2H)
25215 (VMPY2HU, VADDSUB2H, VSUBADD2H, VADDSUB, VSUBADD, VADDSUB4H)
25216 (VSUBADD4H): New builtins.
25217 * config/arc/simdext.md: Add new ARC HS SIMD instructions.
25218 * testsuite/gcc.target/arc/builtin_simdarc.c: New file.
25219
25220 2016-04-28 Eduard Sanou <dhole@openmailbox.org>
25221 Matthias Klose <doko@debian.org>
25222
25223 * doc/cppenv.texi: Document SOURCE_DATE_EPOCH environment variable.
25224
25225 2016-04-28 Richard Biener <rguenther@suse.de>
25226
25227 PR middle-end/70777
25228 * fold-const.c (fold_binary_loc): Remove x*x to pow(x,2.0)
25229 canonicalization.
25230
25231 2016-04-28 Oleg Endo <olegendo@gcc.gnu.org>
25232
25233 * common/config/sh/sh-common.c: Remove SH5 support.
25234 * config/sh/constraints.md: Likewise.
25235 * config/sh/config/sh/elf.h: Likewise.
25236 * config/sh/linux.h: Likewise.
25237 * config/sh/netbsd-elf.h: Likewise.
25238 * config/sh/predicates.md: Likewise.
25239 * config/sh/sh-c.c: Likewise.
25240 * config/sh/sh-protos.h: Likewise.
25241 * config/sh/sh.c: Likewise.
25242 * config/sh/sh.h: Likewise.
25243 * config/sh/sh.md: Likewise.
25244 * config/sh/sh.opt: Likewise.
25245 * config/sh/sync.md: Likewise.
25246 * config/sh/sh64.h: Delete.
25247 * config/sh/shmedia.h: Likewise.
25248 * config/sh/shmedia.md: Likewise.
25249 * config/sh/sshmedia.h: Likewise.
25250 * config/sh/t-netbsd-sh5-64: Likewise.
25251 * config/sh/t-sh64: Likewise.
25252 * config/sh/ushmedia.h: Likewise.
25253
25254 2016-04-28 Uros Bizjak <ubizjak@gmail.com>
25255
25256 * config/i386/i386.md (sign_extend to memory peephole2s): Use
25257 general_reg_operand instead of register_operand predicate.
25258
25259 2016-04-27 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
25260
25261 * params.def (MIN_PARTITION_SIZE): Set default value to 10000.
25262
25263 2016-04-27 Marc Glisse <marc.glisse@inria.fr>
25264
25265 * match.pd (A - B > A, A + B < A): New transformations.
25266
25267 2016-04-27 Patrick Palka <ppalka@gcc.gnu.org>
25268
25269 * genattrtab.c (write_test_expr): New parameter EMIT_PARENS
25270 which defaults to true. Emit an outer pair of parentheses only if
25271 EMIT_PARENS. When continuing a chain of && or || (or & or |),
25272 don't emit parentheses for the right-hand operand.
25273
25274 2016-04-27 Jeff Law <law@redhat.com>
25275
25276 * tree-ssa-dom.c (record_temporary_equivalences): Fix typo in comment.
25277
25278 2016-04-27 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
25279
25280 * config/rs6000/altivec.md (altivec_lvx_<mode>): Remove.
25281 (altivec_lvx_<mode>_internal): Document.
25282 (altivec_lvx_<mode>_2op): New define_insn.
25283 (altivec_lvx_<mode>_1op): Likewise.
25284 (altivec_lvx_<mode>_2op_si): Likewise.
25285 (altivec_lvx_<mode>_1op_si): Likewise.
25286 (altivec_stvx_<mode>): Remove.
25287 (altivec_stvx_<mode>_internal): Document.
25288 (altivec_stvx_<mode>_2op): New define_insn.
25289 (altivec_stvx_<mode>_1op): Likewise.
25290 (altivec_stvx_<mode>_2op_si): Likewise.
25291 (altivec_stvx_<mode>_1op_si): Likewise.
25292 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
25293 Expand vec_ld and vec_st during parsing.
25294 * config/rs6000/rs6000.c (altivec_expand_lvx_be): Commentary
25295 changes.
25296 (altivec_expand_stvx_be): Likewise.
25297 (altivec_expand_lv_builtin): Expand lvx built-ins to expose the
25298 address-masking behavior in RTL.
25299 (altivec_expand_stv_builtin): Expand stvx built-ins to expose the
25300 address-masking behavior in RTL.
25301 (altivec_expand_builtin): Change builtin code arguments for calls
25302 to altivec_expand_stv_builtin and altivec_expand_lv_builtin.
25303 (insn_is_swappable_p): Avoid incorrect swap optimization in the
25304 presence of lvx/stvx patterns.
25305 (alignment_with_canonical_addr): New function.
25306 (alignment_mask): Likewise.
25307 (find_alignment_op): Likewise.
25308 (recombine_lvx_pattern): Likewise.
25309 (recombine_stvx_pattern): Likewise.
25310 (recombine_lvx_stvx_patterns): Likewise.
25311 (rs6000_analyze_swaps): Perform a pre-pass to recognize lvx and
25312 stvx patterns from expand.
25313 * config/rs6000/vector.md (vector_altivec_load_<mode>): Use new
25314 expansions.
25315 (vector_altivec_store_<mode>): Likewise.
25316
25317 2016-04-26 Evandro Menezes <e.menezes@samsung.com>
25318
25319 * config/aarch64/aarch64.md
25320 (*movhf_aarch64): Add "movi %0, #0" to zero up register and
25321 remove the "fp" attributes.
25322 (*movsf_aarch64): Add "movi %0, #0" to zero up register and
25323 add the "simd" attributes.
25324 (*movdf_aarch64): Likewise.
25325 (*movtf_aarch64): Remove the "fp" attributes.
25326 * testsuite/gcc.target/aarch64/fmovf-zero-reg.c: Update accordingly.
25327 * testsuite/gcc.target/aarch64/fmovd-zero-reg.c: Likewise.
25328
25329 2016-04-27 David Malcolm <dmalcolm@redhat.com>
25330
25331 * emit-rtl.c (maybe_set_first_label_num): Strengthen param from
25332 rtx to rtx_code_label *.
25333 * rtl.h (maybe_set_first_label_num): Likewise.
25334
25335 2016-04-27 David Malcolm <dmalcolm@redhat.com>
25336
25337 * df-core.c (df_add_problem): Make the problem param be const.
25338 (df_remove_problem): Make local "problem" be const.
25339 * df-problems.c (problem_RD): Make const.
25340 (problem_LR): Likewise.
25341 (problem_LIVE): Likewise.
25342 (problem_MIR): Likewise.
25343 (problem_CHAIN): Likewise.
25344 (problem_WORD_LR): Likewise.
25345 (problem_NOTE): Likewise.
25346 (problem_MD): Likewise.
25347 * df-scan.c (problem_SCAN): Likewise.
25348 * df.h (struct df_problem): Make field "dependent_problem" be
25349 const.
25350 (struct dataflow): Likewise for field "problem".
25351 (df_add_problem): Make param const.
25352
25353 2016-04-27 Uros Bizjak <ubizjak@gmail.com>
25354
25355 * config/i386/i386.c (ix86_spill_class): Enable for TARGET_SSE2 when
25356 inter-unit moves to/from vector registers are enabled. Do not disable
25357 for TARGET_MMX.
25358
25359 2016-04-27 David Malcolm <dmalcolm@redhat.com>
25360
25361 * df.h (DF_SCAN, DF_LR, DF_LIVE, DF_RD, DF_CHAIN, DF_WORD_LR,
25362 DF_NOTE, DF_MD, DF_MIR, DF_LAST_PROBLEM_PLUS1): Convert from
25363 #define to...
25364 (enum df_problem_id): ...this new enum.
25365 (struct df_problem): Convert field "id" from "int" to
25366 enum df_problem_id.
25367
25368 2016-04-27 David Malcolm <dmalcolm@redhat.com>
25369
25370 * rtl.def: Update comment for "things in the instruction chain" to
25371 reflect the removal of the leading "i" field for INSN_UID in
25372 r210360. Fix bogus apostrophe.
25373
25374 2016-04-27 Uros Bizjak <ubizjak@gmail.com>
25375
25376 * config/i386/i386.md
25377 (lea arith with mem operand + setcc peephole2): Set operator mode.
25378
25379 2016-04-27 H.J. Lu <hongjiu.lu@intel.com>
25380
25381 PR target/70155
25382 * config/i386/i386.c (scalar_to_vector_candidate_p): Renamed to ...
25383 (dimode_scalar_to_vector_candidate_p): This.
25384 (timode_scalar_to_vector_candidate_p): New function.
25385 (scalar_to_vector_candidate_p): Likewise.
25386 (timode_check_non_convertible_regs): Likewise.
25387 (timode_remove_non_convertible_regs): Likewise.
25388 (remove_non_convertible_regs): Likewise.
25389 (remove_non_convertible_regs): Renamed to ...
25390 (dimode_remove_non_convertible_regs): This.
25391 (scalar_chain::~scalar_chain): Make it virtual.
25392 (scalar_chain::compute_convert_gain): Make it pure virtual.
25393 (scalar_chain::mark_dual_mode_def): Likewise.
25394 (scalar_chain::convert_insn): Likewise.
25395 (scalar_chain::convert_registers): Likewise.
25396 (scalar_chain::add_to_queue): Make it protected.
25397 (scalar_chain::emit_conversion_insns): Likewise.
25398 (scalar_chain::replace_with_subreg): Likewise.
25399 (scalar_chain::replace_with_subreg_in_insn): Likewise.
25400 (scalar_chain::convert_op): Likewise.
25401 (scalar_chain::convert_reg): Likewise.
25402 (scalar_chain::make_vector_copies): Likewise.
25403 (scalar_chain::convert_registers): New pure virtual function.
25404 (class dimode_scalar_chain): New class.
25405 (class timode_scalar_chain): Likewise.
25406 (scalar_chain::mark_dual_mode_def): Renamed to ...
25407 (dimode_scalar_chain::mark_dual_mode_def): This.
25408 (timode_scalar_chain::mark_dual_mode_def): New function.
25409 (timode_scalar_chain::convert_insn): Likewise.
25410 (dimode_scalar_chain::convert_registers): Likewise.
25411 (scalar_chain::compute_convert_gain): Renamed to ...
25412 (dimode_scalar_chain::compute_convert_gain): This.
25413 (scalar_chain::replace_with_subreg): Renamed to ...
25414 (dimode_scalar_chain::replace_with_subreg): This.
25415 (scalar_chain::replace_with_subreg_in_insn): Renamed to ...
25416 (dimode_scalar_chain::replace_with_subreg_in_insn): This.
25417 (scalar_chain::make_vector_copies): Renamed to ...
25418 (dimode_scalar_chain::make_vector_copies): This.
25419 (scalar_chain::convert_reg): Renamed to ...
25420 (dimode_scalar_chain::convert_reg ): This.
25421 (scalar_chain::convert_op): Renamed to ...
25422 (dimode_scalar_chain::convert_op): This.
25423 (scalar_chain::convert_insn): Renamed to ...
25424 (dimode_scalar_chain::convert_insn): This.
25425 (scalar_chain::convert): Call convert_registers.
25426 (convert_scalars_to_vector): Change to scalar_chain pointer to
25427 use timode_scalar_chain in 64-bit mode and dimode_scalar_chain
25428 in 32-bit mode. Delete scalar_chain pointer. Call
25429 free_dominance_info in 64-bit mode.
25430 (pass_stv::gate): Remove TARGET_64BIT check.
25431 (ix86_option_override): Put the 64-bit STV pass before the CSE
25432 pass.
25433
25434 2016-04-27 Pierre-Marie de Rodat <derodat@adacore.com>
25435
25436 * dwarf2out.h (struct dw_loc_descr_node): Remove the
25437 dw_loc_frame_offset field.
25438 * dwarf2out.c (new_loc_descr): Likewise.
25439 (resolve_args_picking_1): Turn the VISITED hash set into a
25440 FRAME_OFFSET hash map. Use it to associate a frame offset to
25441 visited nodes. Remove uses of the CHECKING_P macro.
25442 (resolve_args_picking): Update call to resolve_args_picking_1.
25443
25444 2016-04-27 Martin Liska <mliska@suse.cz>
25445
25446 * tree-ssa-loop-ivopts.c (iv_ca_dump): Fix level of indentation.
25447 (free_loop_data): Release vuses of groups.
25448
25449 2016-04-27 Bin Cheng <bin.cheng@arm.com>
25450
25451 * tree-ssa-loop-ivopts.c (struct iv): Use pointer to struct iv_use
25452 instead of redundant use_id and boolean have_use_for.
25453 (struct iv_use): Change sub_id into group_id. Remove field next.
25454 Move fields: related_cands, n_map_members, cost_map and selected
25455 to ...
25456 (struct iv_group): ... here. New structure.
25457 (struct iv_common_cand): Use structure declaration directly.
25458 (struct ivopts_data, iv_ca, iv_ca_delta): Rename fields.
25459 (MAX_CONSIDERED_USES): Rename macro to ...
25460 (MAX_CONSIDERED_GROUPS): ... here.
25461 (n_iv_uses, iv_use, n_iv_cands, iv_cand): Delete.
25462 (dump_iv, dump_use, dump_cand): Refactor format of dump information.
25463 (dump_uses): Rename to ...
25464 (dump_groups): ... here. Update all uses.
25465 (tree_ssa_iv_optimize_init, alloc_iv): Update all uses.
25466 (find_induction_variables): Refactor format of dump information.
25467 (record_sub_use): Delete.
25468 (record_use): Update all uses.
25469 (record_group): New function.
25470 (record_group_use, find_interesting_uses_op): Call above functions.
25471 Update all uses.
25472 (find_interesting_uses_cond): Ditto.
25473 (group_compare_offset): New function.
25474 (split_all_small_groups): Rename to ...
25475 (split_small_address_groups_p): ... here. Update all uses.
25476 (split_address_groups): Update all uses.
25477 (find_interesting_uses): Refactor format of dump information.
25478 (add_candidate_1): Update all uses. Remove redundant check on iv,
25479 base and step.
25480 (add_candidate, record_common_cand): Remove redundant assert.
25481 (add_iv_candidate_for_biv): Update use.
25482 (add_iv_candidate_derived_from_uses): Update all uses.
25483 (add_iv_candidate_for_groups, record_important_candidates): Ditto.
25484 (alloc_use_cost_map): Ditto.
25485 (set_use_iv_cost, get_use_iv_cost): Rename to ...
25486 (set_group_iv_cost, get_group_iv_cost): ... here. Update all uses.
25487 (determine_use_iv_cost_generic): Ditto.
25488 (determine_group_iv_cost_generic): Ditto.
25489 (determine_use_iv_cost_address): Ditto.
25490 (determine_group_iv_cost_address): Ditto.
25491 (determine_use_iv_cost_condition): Ditto.
25492 (determine_group_iv_cost_cond): Ditto.
25493 (determine_use_iv_cost): Ditto.
25494 (determine_group_iv_cost): Ditto.
25495 (set_autoinc_for_original_candidates): Update all uses.
25496 (find_iv_candidates): Update all uses. Refactor dump information.
25497 (determine_use_iv_costs): Ditto.
25498 (determine_iv_costs): Ditto.
25499 (iv_ca_cand_for_use): Rename to ...
25500 (iv_ca_cand_for_group): ... here. Update all uses.
25501 (iv_ca_add_use, iv_ca_add_group): Ditto.
25502 (iv_ca_set_cp, iv_ca_cost, iv_ca_delta_add): Update all uses.
25503 (iv_ca_delta_join, iv_ca_delta_reverse, iv_ca_delta_free): Ditto.
25504 (iv_ca_new, iv_ca_dump, iv_ca_extend, iv_ca_narrow): Ditto.
25505 (iv_ca_prune, cheaper_cost_with_cand, iv_ca_replace): Ditto.
25506 (try_add_cand_for, try_improve_iv_set, find_optimal_iv_set): Ditto.
25507 (create_new_iv, adjust_iv_update_pos): Ditto.
25508 (rewrite_use_address): Delete.
25509 (rewrite_use_address_1): Rename to ...
25510 (rewrite_use_address): ... here.
25511 (rewrite_use_compare): Update all uses.
25512 (rewrite_use): Delete.
25513 (rewrite_uses): Rename to ...
25514 (rewrite_groups): ... here. Update all uses.
25515 (remove_unused_ivs, free_loop_data): Update all uses.
25516 (tree_ssa_iv_optimize_finalize, tree_ssa_iv_optimize_loop): Ditto.
25517
25518 2016-04-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
25519
25520 * rtlanal.c (nonzero_bits1): Convert preprocessor check
25521 for WORD_REGISTER_OPERATIONS to runtime check.
25522
25523 2016-04-27 Richard Biener <rguenther@suse.de>
25524
25525 PR ipa/70760
25526 * tree-ssa-structalias.c (find_func_aliases_for_call): Use
25527 aggregate_value_p to determine if a function result is
25528 returned by reference.
25529 (ipa_pta_execute): Functions having their address taken are
25530 not automatically nonlocal.
25531
25532 2016-04-27 Jakub Jelinek <jakub@redhat.com>
25533
25534 PR sanitizer/70683
25535 * tree-core.h (enum operand_equal_flag): Add OEP_NO_HASH_CHECK.
25536 * fold-const.c (operand_equal_p): If flag_checking and
25537 OEP_NO_HASH_CHECK is not set in flag, recurse with OEP_NO_HASH_CHECK
25538 and if it returns non-zero, assert iterative_hash_expr on both
25539 args is the same.
25540
25541 2016-04-27 Bernd Schmidt <bschmidt@redhat.com>
25542
25543 * doc/invoke.texi (-frename-registers): Also enabled at -Os.
25544
25545 2016-04-27 Nick Clifton <nickc@redhat.com>
25546
25547 PR middle-end/49889
25548 * varasm.c (merge_weak): Generate an error if an attempt is made
25549 to convert a non-weak static function into a weak, public function.
25550
25551 2016-04-27 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
25552
25553 * params.def (MAX_PARTITION_SIZE): New param.
25554 * doc/invoke.texi: Document lto-max-partition.
25555
25556 2016-04-27 Richard Biener <rguenther@suse.de>
25557
25558 PR ipa/70785
25559 * tree-ssa-structalias.c (refered_from_nonlocal_fn): New
25560 function cummulating used_from_other_partition, externally_visible
25561 and force_output from aliases.
25562 (refered_from_nonlocal_var): Likewise.
25563 (ipa_pta_execute): Use call_for_symbol_and_aliases to cummulate
25564 node flags properly.
25565
25566 2016-04-27 Bernd Schmidt <bschmidt@redhat.com>
25567
25568 * doc/invoke.texi (Warning Options): Add -Wmemset-elt-size.
25569 (-Wmemset-elt-size): New item.
25570
25571 2016-04-27 Eric Botcazou <ebotcazou@adacore.com>
25572
25573 PR ada/70759
25574 * stor-layout.h (internal_reference_types): Delete.
25575 * stor-layout.c (reference_types_internal): Likewise.
25576 (internal_reference_types): Likewise.
25577 (layout_type) <REFERENCE_TYPE>: Adjust.
25578
25579 2016-04-27 Jakub Jelinek <jakub@redhat.com>
25580
25581 PR sanitizer/70683
25582 * tree.h (inchash::add_expr): Add FLAGS argument.
25583 * tree.c (inchash::add_expr): Likewise. If not OEP_ADDRESS_OF,
25584 use STRIP_NOPS first. For INTEGER_CST assert not OEP_ADDRESS_OF.
25585 For REAL_CST and !HONOR_SIGNED_ZEROS (t) hash +/- 0 the same.
25586 Formatting fix. Adjust recursive calls. For tcc_comparison,
25587 if swap_tree_comparison (code) is smaller than code, hash that
25588 and arguments in the other order. Hash CONVERT_EXPR the same
25589 as NOP_EXPR. For OEP_ADDRESS_OF hash MEM_REF with 0 offset
25590 of ADDR_EXPR of decl as the decl itself. Add or remove
25591 OEP_ADDRESS_OF from recursive flags as needed. For
25592 FMA_EXPR, WIDEN_MULT_{PLUS,MINUS}_EXPR hash the first two
25593 operands commutatively and only the third one normally.
25594 For internal CALL_EXPR hash in CALL_EXPR_IFN.
25595
25596 2016-04-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
25597
25598 * config/rtems.h (LIB_SPEC): Add -latomic.
25599
25600 2016-04-27 Joel Sherrill <joel@rtems.org>
25601
25602 * config/microblaze/rtems.h: Redefine LINK_SPEC to avoid
25603 xilink.ld and flags not relevant to RTEMS.
25604
25605 2016-04-26 Zhouyi Zhou <yizhouzhou@ict.ac.cn>
25606
25607 * toplev.c (backend_init_target): Avoid calling init_reload when using
25608 LRA.
25609
25610 2016-04-26 Jakub Jelinek <jakub@redhat.com>
25611
25612 * reorg.c (try_merge_delay_insns): Declare i and j inside the
25613 for loops rather than one for the whole function.
25614
25615 2016-04-26 Marc Glisse <marc.glisse@inria.fr>
25616
25617 * match.pd (X + CST CMP X): New transformation.
25618
25619 2016-04-26 Marc Glisse <marc.glisse@inria.fr>
25620
25621 * genmatch.c (write_predicate): Add ATTRIBUTE_UNUSED.
25622 * fold-const.c (fold_binary_loc): Remove 2 transformations
25623 superseded by match.pd.
25624 * match.pd (x+x -> x*2): Generalize to integers.
25625
25626 2016-04-26 Bernd Schmidt <bschmidt@redhat.com>
25627
25628 * config/i386/i386.md (operation on memory peephole): Duplicate an
25629 existing peephole and adapt it to match lea rather than an operation
25630 that clobbers CC.
25631
25632 PR rtl-optimization/57193
25633 * opts.c (default_options_table): Add OPT_frename_registers at -O2
25634 and above.
25635 * doc/invoke.texi (-frename-registers, -O2): Update documentation.
25636
25637 2016-04-26 Bin Cheng <bin.cheng@arm.com>
25638
25639 * tree-if-conv.c (any_pred_load_store): New static variable.
25640 (if_convertible_gimple_assign_stmt_p): Remove parameter. Use
25641 any_pred_load_store instead of and_mask_load_store.
25642 (if_convertible_stmt_p, if_convertible_loop_p_1): Ditto.
25643 (if_convertible_loop_p, insert_gimplified_predicates): Ditto.
25644 (combine_blocks, tree_if_conversion): Ditto.
25645
25646 2016-04-26 Bin Cheng <bin.cheng@arm.com>
25647
25648 PR tree-optimization/70771
25649 PR tree-optimization/70775
25650 * tree-if-conv.c (if_convertible_phi_p): Remove check on special
25651 virtual PHI nodes. Delete parameter.
25652 (if_convertible_loop_p_1): Delete argument to above function.
25653 (predicate_all_scalar_phis): Delete code handling single-argument
25654 PHIs.
25655 (tree_if_conversion): Mark and update virtual SSA.
25656
25657 2016-04-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
25658
25659 PR target/61821
25660 * config/i386/i386.c (LARGECOMM_SECTION_ASM_OP): Define default.
25661 (x86_elf_aligned_common): Rename to ...
25662 (x86_elf_aligned_decl_common): ... this.
25663 Add decl arg. Switch to .lbss for largecomm object. Use
25664 LARGECOMM_SECTION_ASM_OP.
25665 * config/i386/i386-protos.h (x86_elf_aligned_common): Reflect
25666 renaming.
25667 * config/i386/x86-64.h (ASM_OUTPUT_ALIGNED_COMMON): Rename to ...
25668 (ASM_OUTPUT_ALIGNED_DECL_COMMON): ... this.
25669 Pass new decl arg.
25670 * config/i386/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
25671 [!USE_GAS] (LARGECOMM_SECTION_ASM_OP): Define.
25672
25673 2016-04-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
25674
25675 PR target/59407
25676 * config/i386/i386.c (SECTION_LARGE): Define.
25677 (x86_64_elf_select_section): Set it for large data/bss sections.
25678 Only clear SECTION_WRITE for .lrodata.
25679 (x86_64_elf_section_type_flags): Set SECTION_LARGE for large
25680 data/bss sections.
25681 * config/i386/sol2.h (MACH_DEP_SECTION_ASM_FLAG): Define.
25682 * varasm.c (default_elf_asm_named_section): Grow flagchars.
25683 [MACH_DEP_SECTION_ASM_FLAG] Emit MACH_DEP_SECTION_ASM_FLAG for
25684 SECTION_MACH_DEP.
25685 * doc/tm.texi.in (Sections, MACH_DEP_SECTION_ASM_FLAG): Describe.
25686 * doc/tm.texi: Regenerate.
25687
25688 2016-04-26 Jakub Jelinek <jakub@redhat.com>
25689
25690 PR bootstrap/70704
25691 * configure.ac (--enable-checking): Document extra flag, for
25692 non-release builds default to --enable-checking=yes,extra.
25693 If misc checking and extra checking, define CHECKING_P to 2 instead
25694 of 1.
25695 * common.opt (fchecking=): Add.
25696 * doc/invoke.texi (-fchecking=): Document.
25697 * doc/install.texi: Document --enable-checking changes.
25698 * configure: Regenerated.
25699 * config.in: Regenerated.
25700
25701 2016-04-25 Uros Bizjak <ubizjak@gmail.com>
25702
25703 * config/i386/i386.md (*movxi_internal_avx512f): Use insn type
25704 attribute instead of which_alternative.
25705 * config/i386/sse.md (*mov<mode>_internal): Ditto.
25706 Use EXT_REX_SSE_REG_P where appropriate.
25707
25708 2016-04-25 Uros Bizjak <ubizjak@gmail.com>
25709
25710 * config/i386/predicates.md (const0_operand): Do not match
25711 const_wide_int code.
25712 (const1_operand): Ditto.
25713
25714 2016-04-25 Uros Bizjak <ubizjak@gmail.com>
25715
25716 * config/i386/i386.md (*movoi_internal_avx): Set mode attribute to XI
25717 for SSE constm1 operands and TARGET_AVX512VL.
25718 (*movti_internal): Ditto.
25719 (*mov<mode>_or): Use constm1_operand predicate.
25720 * config/i386/sse.md (*mov<mode>_internal): Set mode attribute to XI
25721 for SSE vector_all_ones operands and TARGET_AVX512VL.
25722 * config/i386/predicates.md (constm1_operand): New predicate.
25723 * config/i386/i386.c (standard_sse_constant_opcode): Simplify
25724 emission of constant -1 load.
25725
25726 2016-04-25 Jason Merrill <jason@redhat.com>
25727
25728 * gdbinit.in: Skip is-a.h.
25729
25730 * attribs.c (register_scoped_attributes): Fix logic.
25731 * attribs.h: Declare register_scoped_attributes.
25732
25733 2016-04-25 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
25734
25735 * config/rs6000/rs6000-builtin.def: Correct pasto error for
25736 stxvd2x and stxvw4x built-in functions.
25737
25738 2016-04-25 DJ Delorie <dj@redhat.com>
25739
25740 * config/msp430/msp430.md (ashlhi3): Optimize one bit shifts.
25741 (ashrhi3): Likewise.
25742 (lshrhi3): Likewise.
25743
25744 2016-04-25 Richard Biener <rguenther@suse.de>
25745
25746 PR tree-optimization/70780
25747 * tree-ssa-pre.c (compute_antic_aux): Also return true if the block
25748 wasn't visited yet.
25749 (compute_antic): Mark blocks with abnormal preds as visited as
25750 they have a final empty antic-in solution already.
25751
25752 2016-04-25 Michael Collison <michael.collison@linaro.org>
25753
25754 * ChangeLog(2016-04-25): Fix ChangeLog formatting.
25755
25756 2016-04-25 Michael Collison <michael.collison@linaro.org>
25757
25758 * config/arm/neon.md (widen_<us>sum<mode>): New patterns where
25759 mode is VQI to improve mixed mode vectorization.
25760 * config/arm/neon.md (vec_sel_widen_ssum_lo<VQI:mode><VW:mode>3): New
25761 define_insn to match low half of signed vaddw.
25762 * config/arm/neon.md (vec_sel_widen_ssum_hi<VQI:mode><VW:mode>3): New
25763 define_insn to match high half of signed vaddw.
25764 * config/arm/neon.md (vec_sel_widen_usum_lo<VQI:mode><VW:mode>3): New
25765 define_insn to match low half of unsigned vaddw.
25766 * config/arm/neon.md (vec_sel_widen_usum_hi<VQI:mode><VW:mode>3): New
25767 define_insn to match high half of unsigned vaddw.
25768 * config/arm/arm.c (arm_simd_vect_par_cnst_half): New function.
25769 (arm_simd_check_vect_par_cnst_half_p): Likewise.
25770 * config/arm/arm-protos.h (arm_simd_vect_par_cnst_half): Prototype
25771 for new function.
25772 (arm_simd_check_vect_par_cnst_half_p): Likewise.
25773 * config/arm/predicates.md (vect_par_constant_high): Support
25774 big endian and simplify by calling
25775 arm_simd_check_vect_par_cnst_half
25776 (vect_par_constant_low): Likewise.
25777
25778 2016-04-25 Uros Bizjak <ubizjak@gmail.com>
25779
25780 * config/i386/i386.md (*lea<mode>_general_4): Use const_0_to_3_operand
25781 predicate for operand 2.
25782
25783 2016-04-24 Uros Bizjak <ubizjak@gmail.com>
25784 H.J. Lu <hongjiu.lu@intel.com>
25785
25786 * config/i386/i386-protos.h (standard_sse_constant_p): Add
25787 machine_mode argument.
25788 * config/i386/i386.c (standard_sse_constant_p): Return 2 for
25789 constm1_rtx operands. For VOIDmode constants, get mode from
25790 pred_mode. Check mode size if the mode is supported by ABI.
25791 (standard_sse_constant_opcode): Do not use standard_constant_p.
25792 Strictly check ABI support for all-ones operands.
25793 (ix86_legitimate_constant_p): Handle TImode, OImode and XImode
25794 immediates. Update calls to standard_sse_constant_p.
25795 (ix86_expand_vector_move): Update calls to standard_sse_constant_p.
25796 (ix86_rtx_costs): Ditto.
25797 * config/i386/i386.md (*movxi_internal_avx512f): Use
25798 nonimmediate_or_sse_const_operand instead of vector_move_operand.
25799 Use (v,BC) alternative instead of (v,C). Use register_operand
25800 checks instead of MEM_P.
25801 (*movoi_internal_avx): Use nonimmediate_or_sse_const_operand instead
25802 of vector_move_operand. Add (v,BC) alternative and corresponding avx2
25803 isa attribute. Use register_operand checks instead of MEM_P.
25804 (*movti_internal): Use nonimmediate_or_sse_const_operand for
25805 TARGET_SSE. Improve TARGET_SSE insn constraint. Add (v,BC)
25806 alternative and corresponding sse2 isa attribute.
25807 (*movtf_internal, *movdf_internal, *movsf_interal): Update calls
25808 to standard_sse_constant_p.
25809 (FP constant splitters): Ditto.
25810 * config/i386/constraints.md (BC): Do not use standard_sse_constant_p.
25811 (C): Ditto.
25812 * config/i386/predicates.md (constm1_operand): Remove.
25813 (nonimmediate_or_sse_const_operand): Rewrite using RTX.
25814 * config/i386/sse.md (*<avx512>_cvtmask2<ssemodesuffix><mode>): Use
25815 vector_all_ones_operand instead of constm1_operand.
25816
25817 2016-04-24 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
25818
25819 * print-rtl.c (print_rtx_insn_vec): New function.
25820 * print-rtl.h: New prototype.
25821 * store-motion.c (struct st_expr): Make avail_stores a vector.
25822 (st_expr_entry): Adjust.
25823 (free_st_expr_entry): Likewise.
25824 (print_store_motion_mems): Likewise.
25825 (find_moveable_store): Likewise.
25826 (compute_store_table): Likewise.
25827 (delete_store): Likewise.
25828 (build_store_vectors): Likewise.
25829
25830 2016-04-24 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
25831
25832 * reorg.c (try_merge_delay_insns): Make merged_insns a vector.
25833
25834 2016-04-24 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
25835
25836 * vec.h (vec_safe_contains): New function.
25837 (vec::contains): Likewise.
25838 (vec::begin): Likewise.
25839 (vec::end): Likewise.
25840
25841 2016-04-23 Jakub Jelinek <jakub@redhat.com>
25842
25843 PR sanitizer/70712
25844 * cfgexpand.c (expand_stack_vars): Fix typo.
25845
25846 2016-04-22 Szabolcs Nagy <szabolcs.nagy@arm.com>
25847
25848 * system.h (list, map, set, vector): Include conditionally.
25849 * auto-profile.c (INCLUDE_MAP, INCLUDE_SET): Define.
25850 * graphite-isl-ast-to-gimple.c (INCLUDE_MAP): Define.
25851 * ipa-icf.c (INCLUDE_LIST): Define.
25852 * config/aarch64/cortex-a57-fma-steering.c (INCLUDE_LIST): Define.
25853 * config/sh/sh.c (INCLUDE_VECTOR): Define.
25854 * config/sh/sh_treg_combine.cc (INCLUDE_ALGORITHM): Define.
25855 (INCLUDE_LIST, INCLUDE_VECTOR): Define.
25856 * cp/logic.cc (INCLUDE_LIST): Define.
25857 * fortran/trans-common.c (INCLUDE_MAP): Define.
25858
25859 2016-04-22 Szabolcs Nagy <szabolcs.nagy@arm.com>
25860
25861 * auto-profile.c: Remove <string.h> include.
25862 * ipa-icf-gimple.c: Remove <list> include.
25863 * diagnostic.c: Remove <new> include.
25864 * genmatch.c: Likewise.
25865 * pretty-print.c: Likewise.
25866 * toplev.c: Likewise
25867 * c/c-objc-common.c: Likewise.
25868 * cp/error.c: Likewise.
25869 * fortran/error.c: Likewise.
25870
25871 2016-04-22 Richard Biener <rguenther@suse.de>
25872
25873 * lto-streamer-in.c (input_ssa_names): Do not allocate
25874 GIMPLE_NOP for all SSA names.
25875 * lto-streamer-out.c (output_ssa_names): Do not output
25876 SSA names that should have been released.
25877
25878 2016-04-22 Richard Biener <rguenther@suse.de>
25879
25880 PR tree-optimization/70740
25881 * tree-ssa-phiprop.c (propagate_with_phi): Handle inserted
25882 VDEF.
25883
25884 2016-04-21 H.J. Lu <hongjiu.lu@intel.com>
25885
25886 PR target/70750
25887 * config/i386/predicates.md (call_insn_operand): Replace
25888 sibcall_memory_operand with memory_operand.
25889
25890 2016-04-21 Patrick Palka <ppalka@gcc.gnu.org>
25891
25892 * tree-vrp.c (register_edge_assert_for_2): Remove redundant
25893 has_single_use() tests.
25894 (register_edge_assert_for_1): Likewise.
25895 (find_assert_locations_1): Check the liveness bitmap instead of
25896 checking has_single_use().
25897
25898 2016-04-21 Kirill Yukhin <kirill.yukhin@intel.com>
25899
25900 PR target/70728
25901 * config/i386/sse.md (define_insn "<shift_insn><mode>3<mask_name>"):
25902 Extract AVX-512BW constraint from AVX.
25903
25904 2016-04-21 Richard Biener <rguenther@suse.de>
25905
25906 PR tree-optimization/70725
25907 * tree-if-conv.c (if_convertible_phi_p): Adjust guard
25908 for phi_convertible_by_degenerating_args.
25909 (predicate_all_scalar_phis): Handle single-argument PHIs.
25910
25911 2016-04-21 Richard Biener <rguenther@suse.de>
25912
25913 PR middle-end/70747
25914 * fold-const.c (fold_comparison): Return properly typed
25915 constant boolean.
25916
25917 2016-04-21 Bin Cheng <bin.cheng@arm.com>
25918
25919 PR tree-optimization/70715
25920 * tree-ssa-loop-niter.c (loop_exits_before_overflow): Check equality
25921 after expanding BASE using expand_simple_operations.
25922
25923 2016-04-21 Marc Glisse <marc.glisse@inria.fr>
25924
25925 * match.pd (min(-x, -y), max(-x, -y), min(~x, ~y), max(~x, ~y)):
25926 New transformations.
25927
25928 2016-04-21 Marc Glisse <marc.glisse@inria.fr>
25929
25930 * match.pd (min(int_max, x), max(int_min, x)): New transformations.
25931
25932 2016-04-20 Jan Hubicka <jh@suse.cz>
25933
25934 * ipa-inline.c (can_inline_edge_p): Pass caller info to
25935 ultiimate_alias_target.
25936 (update_callee_keys): Likewise.
25937 (lookup_recursive_calls): Likewise.
25938 (speculation_useful_p): Likewise.
25939
25940 2016-04-20 Jan Hubicka <jh@suse.cz>
25941
25942 PR ipa/70018
25943 * cgraph.c (cgraph_set_nothrow_flag_1): Rename to ...
25944 (set_nothrow_flag_1): ... this; handle interposition correctly;
25945 recurse on aliases and thunks.
25946 (cgraph_node::set_nothrow_flag): New.
25947 * ipa-pure-const.c (ignore_edge_for_nothrow): Ignore calls to
25948 functions compiled with non-call exceptions that binds to current
25949 def.
25950 (propagate_nothrow): Be safe WRT interposition.
25951 * cgraph.h (set_nothrow_flag): Update prototype.
25952
25953 2016-04-18 Jan Hubicka <jh@suse.cz>
25954
25955 * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
25956 max_loop_iterations_int.
25957 (tree_unswitch_outer_loop): Likewise.
25958
25959 2016-04-20 Bin Cheng <bin.cheng@arm.com>
25960
25961 PR tree-optimization/69489
25962 * tree-if-conv.c (phi_convertible_by_degenerating_args): New.
25963 (if_convertible_phi_p): Call phi_convertible_by_degenerating_args.
25964 Revise dump message.
25965 (if_convertible_bb_p): Remove check on edge count of basic block's
25966 predecessors.
25967
25968 2016-04-20 Bin Cheng <bin.cheng@arm.com>
25969
25970 PR tree-optimization/56625
25971 PR tree-optimization/69489
25972 * tree-data-ref.h (DR_INNERMOST): New macro.
25973 * tree-if-conv.c (innermost_loop_behavior_hash): New class for
25974 hashing struct innermost_loop_behavior.
25975 (ref_DR_map): Remove.
25976 (innermost_DR_map): New map.
25977 (baseref_DR_map): Revise comment.
25978 (hash_memrefs_baserefs_and_store_DRs_read_written_info): Store DR
25979 to innermost_DR_map accroding to its innermost loop behavior.
25980 (ifcvt_memrefs_wont_trap): Get DR from innermost_DR_map according
25981 to its innermost loop behavior.
25982 (if_convertible_loop_p_1): Remove intialization for ref_DR_map.
25983 Add initialization for innermost_DR_map. Record memory reference
25984 in DR_BASE_ADDRESS if the reference is compound one or it doesn't
25985 have innermost loop behavior.
25986 (if_convertible_loop_p): Remove release for ref_DR_map. Release
25987 innermost_DR_map.
25988
25989 2016-04-20 Uros Bizjak <ubizjak@gmail.com>
25990
25991 * config/i386/i386.md (*lea<mode>_general_1): Rename from
25992 *lea_general_1. Use explicit SWI12 mode interator.
25993 (*lea<mode>_general_2): Rename from *lea_general_2.
25994 Use explicit SWI12 mode interator.
25995 (*lea<mode>_general_3): Rename from *lea_general_3.
25996 Use explicit SWI12 mode interator.
25997 (*lea<SWI12:mode>_general_4): Split from *lea_general_4.
25998 Use explicit SWI12 mode interator.
25999 (*lea<SWI48:mode>_general_4): Split from *lea_general_4.
26000 Use explicit SWI48 mode interator.
26001
26002 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
26003
26004 * config/i386/i386.c (ix86_avx256_split_vector_move_misalign):
26005 Short-cut unaligned load and store cases. Handle all integer
26006 vector modes.
26007 (ix86_expand_vector_move_misalign): Short-cut unaligned load
26008 and store cases. Call ix86_avx256_split_vector_move_misalign
26009 directly without checking mode class.
26010
26011 2016-04-20 Andrew Pinski <apinski@cavium.com>
26012 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
26013
26014 PR target/64971
26015 * config/aarch64/aarch64.md (sibcall): Force call
26016 address to be DImode for ILP32.
26017 (sibcall_value): Likewise.
26018
26019 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
26020
26021 * doc/invoke.texi: Replace -skip-rax-setup with -mskip-rax-setup.
26022
26023 2016-04-20 Richard Biener <rguenther@suse.de>
26024
26025 * gimple-match.h (maybe_build_generic_op): Adjust prototype.
26026 * gimple-match-head.c (maybe_build_generic_op): Pass all ops
26027 by reference, clear op1 and op2 when GENERICizing BIT_FIELD_REF.
26028 (maybe_push_res_to_seq): Adjust.
26029 * gimple-fold.c (maybe_build_generic_op): Likewise.
26030
26031 2016-04-20 Marek Polacek <polacek@redhat.com>
26032
26033 * tree-if-conv.c (is_false_predicate): For NULL_TREE return false
26034 rather than true.
26035
26036 2016-04-20 Ilya Enkovich <ilya.enkovich@intel.com>
26037
26038 * config/i386/sse.md (vec_unpacks_lo_hi): Always
26039 use kmovw to support AVX512F target.
26040
26041 2016-04-20 Bin Cheng <bin.cheng@arm.com>
26042
26043 * tree-scalar-evolution.c (interpret_rhs_expr): Handle BIT_AND_EXPR.
26044
26045 2016-04-20 Marek Polacek <polacek@redhat.com>
26046
26047 PR tree-optimization/70725
26048 * tree-if-conv.c (is_false_predicate): New function.
26049 (predicate_mem_writes): Use it.
26050
26051 2016-04-20 Richard Biener <rguenther@suse.de>
26052
26053 PR tree-optimization/70726
26054 * tree-vect-stmts.c (vectorizable_shift): Do not use scalar
26055 shift amounts from a pattern stmt operand.
26056
26057 2016-04-20 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
26058
26059 PR target/70674
26060 * config/s390/s390.c (s390_restore_gprs_from_fprs): Pick the new
26061 stack_restore_from_fpr pattern when restoring r15.
26062 (s390_optimize_prologue): Strip away the memory barrier in the
26063 parallel when trying to get rid of restore insns.
26064 * config/s390/s390.md ("stack_restore_from_fpr"): New insn
26065 definition for loading the stack pointer from an FPR. Compared to
26066 the normal move insn this pattern includes a full memory barrier.
26067
26068 2016-04-19 Jakub Jelinek <jakub@redhat.com>
26069
26070 PR middle-end/70680
26071 * gimplify.c (gimplify_omp_for): Call omp_notice_variable for
26072 implicitly linear or lastprivate iterator on the outer context.
26073
26074 2016-04-19 H.J. Lu <hongjiu.lu@intel.com>
26075
26076 * config/i386/i386.c (ix86_legitimate_combined_insn): Remove
26077 alignment check.
26078 * config/i386/i386.md (ssememalign): Removed.
26079 * config/i386/sse.md: Remove ssememalign attribute from patterns.
26080
26081 2016-04-19 H.J. Lu <hongjiu.lu@intel.com>
26082
26083 PR target/69201
26084 * config/i386/avx512bwintrin.h (_mm512_mask_loadu_epi16): Pass
26085 const short * to __builtin_ia32_loaddquhi512_mask.
26086 (_mm512_maskz_loadu_epi16): Likewise.
26087 (_mm512_mask_storeu_epi16): Pass short * to
26088 __builtin_ia32_storedquhi512_mask.
26089 (_mm512_mask_loadu_epi8): Pass const char * to
26090 __builtin_ia32_loaddquqi512_mask.
26091 (_mm512_maskz_loadu_epi8): Likewise.
26092 (_mm512_mask_storeu_epi8): Pass char * to
26093 __builtin_ia32_storedquqi512_mask.
26094 * config/i386/avx512fintrin.h (_mm512_loadu_pd): Pass
26095 const double * to __builtin_ia32_loadupd512_mask.
26096 (_mm512_mask_loadu_pd): Likewise.
26097 (_mm512_maskz_loadu_pd): Likewise.
26098 (_mm512_storeu_pd): Pass double * to
26099 __builtin_ia32_storeupd512_mask.
26100 (_mm512_mask_storeu_pd): Likewise.
26101 (_mm512_loadu_ps): Pass const float * to
26102 __builtin_ia32_loadups512_mask.
26103 (_mm512_mask_loadu_ps): Likewise.
26104 (_mm512_maskz_loadu_ps): Likewise.
26105 (_mm512_storeu_ps): Pass float * to
26106 __builtin_ia32_storeups512_mask.
26107 (_mm512_mask_storeu_ps): Likewise.
26108 (_mm512_mask_loadu_epi64): Pass const long long * to
26109 __builtin_ia32_loaddqudi512_mask.
26110 (_mm512_maskz_loadu_epi64): Likewise.
26111 (_mm512_mask_storeu_epi64): Pass long long *
26112 to __builtin_ia32_storedqudi512_mask.
26113 (_mm512_loadu_si512): Pass const int * to
26114 __builtin_ia32_loaddqusi512_mask.
26115 (_mm512_mask_loadu_epi32): Likewise.
26116 (_mm512_maskz_loadu_epi32): Likewise.
26117 (_mm512_storeu_si512): Pass int * to
26118 __builtin_ia32_storedqusi512_mask.
26119 (_mm512_mask_storeu_epi32): Likewise.
26120 * config/i386/avx512vlbwintrin.h (_mm256_mask_storeu_epi8): Pass
26121 char * to __builtin_ia32_storedquqi256_mask.
26122 (_mm_mask_storeu_epi8): Likewise.
26123 (_mm256_mask_loadu_epi16): Pass const short * to
26124 __builtin_ia32_loaddquhi256_mask.
26125 (_mm256_maskz_loadu_epi16): Likewise.
26126 (_mm_mask_loadu_epi16): Pass const short * to
26127 __builtin_ia32_loaddquhi128_mask.
26128 (_mm_maskz_loadu_epi16): Likewise.
26129 (_mm256_mask_loadu_epi8): Pass const char * to
26130 __builtin_ia32_loaddquqi256_mask.
26131 (_mm256_maskz_loadu_epi8): Likewise.
26132 (_mm_mask_loadu_epi8): Pass const char * to
26133 __builtin_ia32_loaddquqi128_mask.
26134 (_mm_maskz_loadu_epi8): Likewise.
26135 (_mm256_mask_storeu_epi16): Pass short * to.
26136 __builtin_ia32_storedquhi256_mask.
26137 (_mm_mask_storeu_epi16): Pass short * to.
26138 __builtin_ia32_storedquhi128_mask.
26139 * config/i386/avx512vlintrin.h (_mm256_mask_loadu_pd): Pass
26140 const double * to __builtin_ia32_loadupd256_mask.
26141 (_mm256_maskz_loadu_pd): Likewise.
26142 (_mm_mask_loadu_pd): Pass onst double * to
26143 __builtin_ia32_loadupd128_mask.
26144 (_mm_maskz_loadu_pd): Likewise.
26145 (_mm256_mask_storeu_pd): Pass double * to
26146 __builtin_ia32_storeupd256_mask.
26147 (_mm_mask_storeu_pd): Pass double * to
26148 __builtin_ia32_storeupd128_mask.
26149 (_mm256_mask_loadu_ps): Pass const float * to
26150 __builtin_ia32_loadups256_mask.
26151 (_mm256_maskz_loadu_ps): Likewise.
26152 (_mm_mask_loadu_ps): Pass const float * to
26153 __builtin_ia32_loadups128_mask.
26154 (_mm_maskz_loadu_ps): Likewise.
26155 (_mm256_mask_storeu_ps): Pass float * to
26156 __builtin_ia32_storeups256_mask.
26157 (_mm_mask_storeu_ps): ass float * to
26158 __builtin_ia32_storeups128_mask.
26159 (_mm256_mask_loadu_epi64): Pass const long long * to
26160 __builtin_ia32_loaddqudi256_mask.
26161 (_mm256_maskz_loadu_epi64): Likewise.
26162 (_mm_mask_loadu_epi64): Pass const long long * to
26163 __builtin_ia32_loaddqudi128_mask.
26164 (_mm_maskz_loadu_epi64): Likewise.
26165 (_mm256_mask_storeu_epi64): Pass long long * to
26166 __builtin_ia32_storedqudi256_mask.
26167 (_mm_mask_storeu_epi64): Pass long long * to
26168 __builtin_ia32_storedqudi128_mask.
26169 (_mm256_mask_loadu_epi32): Pass const int * to
26170 __builtin_ia32_loaddqusi256_mask.
26171 (_mm256_maskz_loadu_epi32): Likewise.
26172 (_mm_mask_loadu_epi32): Pass const int * to
26173 __builtin_ia32_loaddqusi128_mask.
26174 (_mm_maskz_loadu_epi32): Likewise.
26175 (_mm256_mask_storeu_epi32): Pass int * to
26176 __builtin_ia32_storedqusi256_mask.
26177 (_mm_mask_storeu_epi32): Pass int * to
26178 __builtin_ia32_storedqusi128_mask.
26179 * config/i386/i386-builtin-types.def (PCSHORT): New.
26180 (PINT64): Likewise.
26181 (V64QI_FTYPE_PCCHAR_V64QI_UDI): Likewise.
26182 (V32HI_FTYPE_PCSHORT_V32HI_USI): Likewise.
26183 (V32QI_FTYPE_PCCHAR_V32QI_USI): Likewise.
26184 (V16SF_FTYPE_PCFLOAT_V16SF_UHI): Likewise.
26185 (V8DF_FTYPE_PCDOUBLE_V8DF_UQI): Likewise.
26186 (V16SI_FTYPE_PCINT_V16SI_UHI): Likewise.
26187 (V16HI_FTYPE_PCSHORT_V16HI_UHI): Likewise.
26188 (V16QI_FTYPE_PCCHAR_V16QI_UHI): Likewise.
26189 (V8SF_FTYPE_PCFLOAT_V8SF_UQI): Likewise.
26190 (V8DI_FTYPE_PCINT64_V8DI_UQI): Likewise.
26191 (V8SI_FTYPE_PCINT_V8SI_UQI): Likewise.
26192 (V8HI_FTYPE_PCSHORT_V8HI_UQI): Likewise.
26193 (V4DF_FTYPE_PCDOUBLE_V4DF_UQI): Likewise.
26194 (V4SF_FTYPE_PCFLOAT_V4SF_UQI): Likewise.
26195 (V4DI_FTYPE_PCINT64_V4DI_UQI): Likewise.
26196 (V4SI_FTYPE_PCINT_V4SI_UQI): Likewise.
26197 (V2DF_FTYPE_PCDOUBLE_V2DF_UQI): Likewise.
26198 (V2DI_FTYPE_PCINT64_V2DI_UQI): Likewise.
26199 (VOID_FTYPE_PDOUBLE_V8DF_UQI): Likewise.
26200 (VOID_FTYPE_PDOUBLE_V4DF_UQI): Likewise.
26201 (VOID_FTYPE_PDOUBLE_V2DF_UQI): Likewise.
26202 (VOID_FTYPE_PFLOAT_V16SF_UHI): Likewise.
26203 (VOID_FTYPE_PFLOAT_V8SF_UQI): Likewise.
26204 (VOID_FTYPE_PFLOAT_V4SF_UQI): Likewise.
26205 (VOID_FTYPE_PINT64_V8DI_UQI): Likewise.
26206 (VOID_FTYPE_PINT64_V4DI_UQI): Likewise.
26207 (VOID_FTYPE_PINT64_V2DI_UQI): Likewise.
26208 (VOID_FTYPE_PINT_V16SI_UHI): Likewise.
26209 (VOID_FTYPE_PINT_V8SI_UHI): Likewise.
26210 (VOID_FTYPE_PINT_V4SI_UHI): Likewise.
26211 (VOID_FTYPE_PSHORT_V32HI_USI): Likewise.
26212 (VOID_FTYPE_PSHORT_V16HI_UHI): Likewise.
26213 (VOID_FTYPE_PSHORT_V8HI_UQI): Likewise.
26214 (VOID_FTYPE_PCHAR_V64QI_UDI): Likewise.
26215 (VOID_FTYPE_PCHAR_V32QI_USI): Likewise.
26216 (VOID_FTYPE_PCHAR_V16QI_UHI): Likewise.
26217 (V64QI_FTYPE_PCV64QI_V64QI_UDI): Removed.
26218 (V32HI_FTYPE_PCV32HI_V32HI_USI): Likewise.
26219 (V32QI_FTYPE_PCV32QI_V32QI_USI): Likewise.
26220 (V16HI_FTYPE_PCV16HI_V16HI_UHI): Likewise.
26221 (V16QI_FTYPE_PCV16QI_V16QI_UHI): Likewise.
26222 (V8HI_FTYPE_PCV8HI_V8HI_UQI): Likewise.
26223 (VOID_FTYPE_PV32HI_V32HI_USI): Likewise.
26224 (VOID_FTYPE_PV16HI_V16HI_UHI): Likewise.
26225 (VOID_FTYPE_PV8HI_V8HI_UQI): Likewise.
26226 (VOID_FTYPE_PV64QI_V64QI_UDI): Likewise.
26227 (VOID_FTYPE_PV32QI_V32QI_USI): Likewise.
26228 (VOID_FTYPE_PV16QI_V16QI_UHI): Likewise.
26229 * config/i386/i386.c (ix86_emit_save_reg_using_mov): Don't
26230 use UNSPEC_STOREU.
26231 (ix86_emit_restore_sse_regs_using_mov): Don't use UNSPEC_LOADU.
26232 (ix86_avx256_split_vector_move_misalign): Don't use unaligned
26233 load nor store.
26234 (ix86_expand_vector_move_misalign): Likewise.
26235 (bdesc_special_args): Use CODE_FOR_movvNXY_internal and pointer
26236 to scalar function prototype for unaligned load/store builtins.
26237 (ix86_expand_special_args_builtin): Updated.
26238 * config/i386/sse.md (UNSPEC_LOADU): Removed.
26239 (UNSPEC_STOREU): Likewise.
26240 (VI_ULOADSTORE_BW_AVX512VL): Likewise.
26241 (VI_ULOADSTORE_F_AVX512VL): Likewise.
26242 (ssescalarsize): Handle V4TI, V2TI and V1TI.
26243 (<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>): Likewise.
26244 (*<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>): Likewise.
26245 (<sse>_storeu<ssemodesuffix><avxsizesuffix>): Likewise.
26246 (<avx512>_storeu<ssemodesuffix><avxsizesuffix>_mask): Likewise.
26247 (<sse2_avx_avx512f>_loaddqu<mode><mask_name>): Likewise.
26248 (*<sse2_avx_avx512f>_loaddqu<mode><mask_name>"): Likewise.
26249 (sse2_avx_avx512f>_storedqu<mode>): Likewise.
26250 (<avx512>_storedqu<mode>_mask): Likewise.
26251 (*sse4_2_pcmpestr_unaligned): Likewise.
26252 (*sse4_2_pcmpistr_unaligned): Likewise.
26253 (*mov<mode>_internal): Renamed to ...
26254 (mov<mode>_internal): This. Remove check of AVX and IAMCU on
26255 misaligned operand. Replace vmovdqu64 with vmovdqu<ssescalarsize>.
26256 (movsd/movhpd to movupd peephole): Don't use UNSPEC_LOADU.
26257 (movlpd/movhpd to movupd peephole): Don't use UNSPEC_STOREU.
26258
26259 2016-04-19 Richard Biener <rguenther@suse.de>
26260
26261 PR tree-optimization/70171
26262 * tree-ssa-phiprop.c: Include stor-layout.h.
26263 (phiprop_insert_phi): Handle the aggregate copy case.
26264 (propagate_with_phi): Likewise.
26265
26266 2016-04-19 Uros Bizjak <ubizjak@gmail.com>
26267
26268 * config/i386/i386.c (ix86_decompose_address): Use lowpart_subreg
26269 instead of simplify_gen_subreg (... , 0).
26270 (ix86_delegitimize_address): Ditto.
26271 (ix86_split_divmod): Ditto.
26272 (ix86_split_copysign_const): Ditto.
26273 (ix86_split_copysign_var): Ditto.
26274 (ix86_expand_args_builtin): Ditto.
26275 (ix86_expand_round_builtin): Ditto.
26276 (ix86_expand_special_args_builtin): Ditto.
26277 * config/i386/i386.md (TARGET_USE_VECTOR_FP_CONVERTS splitters): Ditto.
26278 (TARGET_SSE_PARTIAL_REG_DEPENDENCY splitters and peephole2s): Ditto.
26279 (udivmodqi4): Ditto.
26280 (absneg splitters): Ditto.
26281 (*jcc_bt<mode>_1): Ditto.
26282
26283 2016-04-19 Richard Biener <rguenther@suse.de>
26284
26285 PR tree-optimization/70724
26286 * tree-ssa-sccvn.c (scc_vn_restore_ssa_info): Split SSA info
26287 restoring out from ...
26288 (free_scc_vn): ... here.
26289 * tree-ssa-sccvn.h (scc_vn_restore_ssa_info): Declare.
26290 * tres-ssa-pre.c (pass_pre::execute): Restore SSA info before
26291 tail merging.
26292 (pass_fre::execute): Restore SSA info.
26293
26294 2016-04-19 Richard Biener <rguenther@suse.de>
26295
26296 * gimple-walk.h (struct walk_stmt_info): Add stmt member.
26297 * gimple-walk.c (walk_gimple_op): Initialize it.
26298 (walk_gimple_asm): Set wi->is_lhs before each callback invocation.
26299 * tree-inline.c (remap_gimple_op_r): Set SSA_NAME_DEF_STMT when
26300 remapping SSA names of defs.
26301 (copy_bb): Remove walk over all SSA defs and SSA_NAME_DEF_STMT
26302 adjustment.
26303
26304 2016-04-18 Vladimir Makarov <vmakarov@redhat.com>
26305
26306 PR middle-end/70689
26307 * lra-constraints.c (equiv_substition_p): New.
26308 (process_alt_operands): Use it.
26309 (swap_operands): Swap it.
26310 (curr_insn_transform): Update it.
26311
26312 2016-04-18 Michael Matz <matz@suse.de>
26313
26314 * tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
26315 (SET_TYPE_ALIGN, SET_DECL_ALIGN): New.
26316 * tree-core.h (tree_type_common.align): Use bit-field.
26317 (tree_type_common.spare): New.
26318 (tree_decl_common.off_align): Make smaller.
26319 (tree_decl_common.align): Use bit-field.
26320
26321 * expr.c (expand_expr_addr_expr_1): Use SET_TYPE_ALIGN.
26322 * omp-low.c (install_var_field): Use SET_DECL_ALIGN.
26323 (scan_sharing_clauses): Ditto.
26324 (finish_taskreg_scan): Use SET_DECL_ALIGN and SET_TYPE_ALIGN.
26325 (omp_finish_file): Ditto.
26326 * stor-layout.c (do_type_align): Use SET_DECL_ALIGN.
26327 (layout_decl): Ditto.
26328 (relayout_decl): Ditto.
26329 (finalize_record_size): Use SET_TYPE_ALIGN.
26330 (finalize_type_size): Ditto.
26331 (finish_builtin_struct): Ditto.
26332 (layout_type): Ditto.
26333 (initialize_sizetypes): Ditto.
26334 * targhooks.c (std_gimplify_va_arg_expr): Use SET_TYPE_ALIGN.
26335 * tree-nested.c (insert_field_into_struct): Use SET_TYPE_ALIGN.
26336 (lookup_field_for_decl): Use SET_DECL_ALIGN.
26337 (get_chain_field): Ditto.
26338 (get_trampoline_type): Ditto.
26339 (get_nl_goto_field): Ditto.
26340 * tree-streamer-in.c (unpack_ts_decl_common_value_fields): Use
26341 SET_DECL_ALIGN.
26342 (unpack_ts_type_common_value_fields): Use SET_TYPE_ALIGN.
26343 * gimple-expr.c (copy_var_decl): Use SET_DECL_ALIGN.
26344 * tree.c (make_node_stat): Use SET_DECL_ALIGN and SET_TYPE_ALIGN.
26345 (build_qualified_type): Use SET_TYPE_ALIGN.
26346 (build_aligned_type, build_range_type_1): Ditto.
26347 (build_atomic_base): Ditto.
26348 (build_common_tree_nodes): Ditto.
26349 * cfgexpand.c (align_local_variable): Use SET_DECL_ALIGN.
26350 (expand_one_stack_var_at): Ditto.
26351 * coverage.c (build_var): Use SET_DECL_ALIGN.
26352 * except.c (init_eh): Ditto.
26353 * function.c (assign_parm_setup_block): Ditto.
26354 * symtab.c (increase_alignment_1): Ditto.
26355 * tree-ssa-ccp.c (fold_builtin_alloca_with_align): Ditto.
26356 * tree-vect-stmts.c (ensure_base_align): Ditto.
26357 * varasm.c (align_variable): Ditto.
26358 (assemble_variable): Ditto.
26359 (build_constant_desc): Ditto.
26360 (output_constant_def_contents): Ditto.
26361
26362 * config/arm/arm.c (arm_relayout_function): Use SET_DECL_ALIGN.
26363 * config/avr/avr.c (avr_adjust_type_node): Use SET_TYPE_ALIGN.
26364 * config/mips/mips.c (mips_std_gimplify_va_arg_expr): Ditto.
26365 * config/msp430/msp430.c (msp430_gimplify_va_arg_expr): Ditto.
26366 * config/spu/spu.c (spu_build_builtin_va_list): Use SET_DECL_ALIGN.
26367
26368 2016-04-18 H.J. Lu <hongjiu.lu@intel.com>
26369
26370 PR target/70708
26371 * config/i386/sse.md (sse2_loadlpd): Accept load from "xm" and
26372 replace %vmovsd with "%vmovq".
26373 (vec_concatv2df): Likewise.
26374
26375 2016-04-18 Uros Bizjak <ubizjak@gmail.com>
26376
26377 * config/i386/mmx.md (*vec_extractv2sf_0): Use gen_lowpart.
26378 (*vec_extractv2si_0): Ditto.
26379 * config/i386/sse.md (*vec_extractv4sf_0): Ditto.
26380 (zero_extended_scalar_load_operand splitters): Ditto.
26381 (vec_extract splitters): Ditto.
26382 (*vec_extractv4si_0_zext): Ditto.
26383 (avx_<castmode><avxsizesuffix>_<castmode>): Use gen_lowpart
26384 and lowpart_subreg.
26385 (avx512f_<castmode><avxsizesuffix>_<castmode>): Ditto.
26386 (avx512f_<castmode><avxsizesuffix>_256<castmode>): Ditto.
26387 (*sse4_1_extractps): Use lowpart_subreg.
26388 * config/i386/i386.md (x87 floatsplitter): Use gen_lowpart.
26389
26390 2016-04-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
26391
26392 * doc/install.texi (Specific, i?86-*-solaris2.10): Update gas and
26393 gld requirements.
26394 (Specific, *-*-solaris2*): Update Solaris 11 bundled gcc versions.
26395 Mention Solaris 11 packaging changes.
26396 Update gas and gld requirements.
26397 Remove reference to pre-Solaris 10 bug.
26398 (Specific, sparc-sun-solaris2*): Remove reference to pre-Solaris 10
26399 systems and bugs.
26400 (Specific, sparc64-*-solaris2*): Remove reference to bootstrap
26401 with cc.
26402
26403 2016-04-17 Jan Hubicka <jh@suse.cz>
26404
26405 * tree-ssa-loop-ivopts.c (avg_loop_niter): Use also
26406 max_loop_iterations_int.
26407
26408 2016-04-18 Richard Biener <rguenther@suse.de>
26409
26410 PR tree-optimization/43434
26411 * tree-ssa-structalias.c (struct vls_data): New.
26412 (visit_loadstore): Handle all pointer-based accesses.
26413 (compute_dependence_clique): Compute a bitmap of restrict tags
26414 assigned bases and pass it to visit_loadstore.
26415
26416 2016-04-18 Matthew Wahab <matthew.wahab@arm.com>
26417
26418 PR target/70711
26419 * config/arm/bpabi.h (BE8_LINK_SPEC): Add entries for armv8+crc,
26420 armv8.1-a and armv8.1-a+crc.
26421
26422 2016-04-18 Richard Biener <rguenther@suse.de>
26423
26424 PR tree-optimization/70701
26425 * tree-ssa-sccvn.c (vn_reference_lookup_3): Resolve fully constant
26426 references after translating through a memcpy.
26427
26428 2016-04-18 Richard Biener <rguenther@suse.de>
26429
26430 * tree-ssa-pre.c (postorder, postorder_num): Make locals ...
26431 (compute_antic): ... here. For partial antic use regular
26432 postorder and scrap iteration.
26433 (compute_partial_antic_aux): Remove unused return value.
26434 (init_pre): Do not allocate postorder.
26435 (fini_pre): Do not free postorder.
26436
26437 2016-04-18 Richard Biener <rguenther@suse.de>
26438
26439 PR middle-end/37870
26440 * expmed.c (extract_bit_field_1): Remove broken case
26441 using a wider MODE_INT mode.
26442
26443 2016-04-18 Segher Boessenkool <segher@kernel.crashing.org>
26444
26445 * has-brig.c (lendian16): Don't try to use __builtin_bswap16
26446 unless compiling with at least GCC-4.8.
26447
26448 2016-04-17 Jan Hubicka <jh@suse.cz>
26449
26450 PR bootstrap/70706
26451 * graphite.c (graphite_finalize): Update call to
26452 tree_estimate_probability.
26453 * predict.h (tree_estimate_probability): Update prototype.
26454
26455 2016-04-17 Jan Hubicka <jh@suse.cz>
26456
26457 * predict.c (combine_predictions_for_bb): Add dry_run parmaeter.
26458 (tree_estimate_probability): Likewise.
26459 (pass_profile::execute): Update.
26460 (report_predictor_hitrates): New function.
26461 * profile.c (compute_branch_probabilities): Use it.
26462 * predict.h (report_predictor_hitrates): Declare.
26463
26464 2016-04-17 Jan Hubicka <jh@suse.cz>
26465
26466 PR ipa/70018
26467 * cgraph.h (cgraph_node::set_const_flag,
26468 cgraph_node::set_pure_flag): Update prototype to return bool;
26469 update comment.
26470 * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases): Thunks
26471 of interposable symbol are interposable, too.
26472 (cgraph_set_const_flag_1): Rename to ...
26473 (set_const_flag_1): ... this one; change to self recursive function
26474 instead of call_for_symbol_thunks_and_aliases. Handle correctly
26475 clearnig the flag in all variants and also virtual thunks of const
26476 functions are pure; track if any change was done.
26477 (cgraph_node::set_const_flag): Update.
26478 (struct set_pure_flag_info): New struct.
26479 (cgraph_set_pure_flag_1): Rename to ...
26480 (set_pure_flag_1): ... this one; take set_pure_flag_info parameter
26481 rather than pointer encoded flags; track if any changes was done;
26482 handle correctly clearning flag and setting flag of aliases already
26483 declared const.
26484 (cgraph_node::set_pure_flag): Update.
26485 (cgraph_node::set_nothrow_flag): Handle correctly clearning the flag.
26486
26487 2016-04-17 Tom de Vries <tom@codesourcery.com>
26488
26489 PR other/70433
26490 * pretty-print.c (pp_write_text_as_dot_label_to_stream): Escape
26491 backslash in label.
26492
26493 2016-04-17 Tom de Vries <tom@codesourcery.com>
26494
26495 * pretty-print.c (pp_write_text_as_dot_label_to_stream): Classify chars
26496 '{}<> ' as escape-for-record.
26497
26498 2016-04-17 Tom de Vries <tom@codesourcery.com>
26499
26500 * pretty-print.c (pp_write_text_as_dot_label_to_stream): Simplify loop
26501 structure.
26502
26503 2016-04-17 Tom de Vries <tom@codesourcery.com>
26504
26505 PR other/70185
26506 * tree-pass.h (class opt_pass): Remove graph_dump_initialized member.
26507 * dumpfile.h (struct dump_file_info): Add graph_dump_initialized field.
26508 * dumpfile.c (dump_files): Initialize graph_dump_initialized field.
26509 * passes.c (finish_optimization_passes): Only call
26510 finish_graph_dump_file if dfi->graph_dump_initialized.
26511 (execute_function_dump, pass_init_dump_file): Use
26512 dfi->graph_dump_initialized instead of pass->graph_dump_initialized.
26513
26514 2016-04-17 Tom de Vries <tom@codesourcery.com>
26515
26516 PR tree-optimization/70256
26517 * tree-ssa-structalias.c (dump_varinfo, debug_varinfo, dump_varmap)
26518 (debug_varmap): New function.
26519
26520 2016-04-17 Tom de Vries <tom@codesourcery.com>
26521
26522 PR other/70183
26523 * passes.c (pass_manager::register_pass): Propagate pflags.
26524
26525 2016-04-17 Tom de Vries <tom@codesourcery.com>
26526
26527 PR other/68875
26528 * pass_manager.h (TERMINATE_PASS_LIST): Add pass argument.
26529 * passes.c (pass_manager::pass_manager): Declare and init p_start in
26530 INSERT_PASSES_AFTER. Add pass parameter to TERMINATE_PASS_LIST, and
26531 check if it's equal to p_start.
26532 * passes.def: Add arguments to TERMINATE_PASS_LISTs.
26533
26534 2016-04-15 Jan Hubicka <jh@suse.cz>
26535
26536 PR ipa/70018
26537 * cgraph.c (cgraph_set_const_flag_1): Only set as pure if
26538 function does not bind to current def.
26539 * ipa-pure-const.c (worse_state): Add FROM and TO parameters;
26540 handle conservatively calls to functions that does not need to bind
26541 to current def.
26542 (check_call): Update call of worse_state.
26543 (ignore_edge_for_nothrow): Update.
26544 (ignore_edge_for_pure_const): Likewise.
26545 (propagate_pure_const): Update calls to worse_state.
26546 (skip_function_for_local_pure_const): Reformat comments.
26547
26548 2016-04-15 Jan Hubicka <jh@suse.cz>
26549
26550 PR ipa/70018
26551 * cgraph.c (cgraph_node::get_availability): Add REF parameter.
26552 (cgraph_node::function_symbol): Likewise.
26553 (cgraph_node::function_or_virtual_thunk_symbol): Likewise.
26554 * cgraph.h (symtab_node::get_availabbility): Add REF parameter.
26555 (symtab_node::ultimate_alias_target): Add REF parameter.
26556 (symtab_node::binds_to_current_def_p): Declare.
26557 (symtab_node;:ultimate_alias_target_1): Add REF parameter.
26558 (cgraph_node::function_symbol): Likewise.
26559 (cgraph_node::function_or_virtual_thunk_symbol): Likewise.
26560 (cgraph_node::get_availability): Likewise.
26561 (cgraph_edge::binds_to_current_def_p): New inline function.
26562 (varpool_node::get_availability): Add REF parameter.
26563 (varpool_node::ultimate_alias_target): Likewise.
26564 * symtab.c (symtab_node::ultimate_alias_target_1): Likewise.
26565 (symtab_node::binds_to_current_def_p): Likewise.
26566 * varpool.c (varpool_node::get_availability): Likewise.
26567
26568 2016-04-15 Kirill Yukhin <kirill.yukhin@intel.com>
26569
26570 PR target/70662
26571 * config/i386/sse.md(define_insn "<avx512>_vec_dup<mode><mask_name>"):
26572 Fix mode size check.
26573
26574 2016-04-15 Jakub Jelinek <jakub@redhat.com>
26575
26576 * BASE-VER: Set to 7.0.0.
26577
26578 2016-04-15 Alexander Monakov <amonakov@ispras.ru>
26579
26580 * config/nvptx/nvptx.opt (moptimize): Add a period at end of help text.
26581
26582 2016-04-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
26583
26584 * doc/invoke.texi (ARM Options): Add note on deprecation of pre-ARMv4T
26585 architecture revisions.
26586
26587 2016-04-15 Bernd Schmidt <bschmidt@redhat.com>
26588
26589 * config/i386/i386-protos.h (ix86_using_red_zone): Declare.
26590 * config/i386/i386.c (ix86_using_red_zone): No longer static.
26591 * config/i386/i386.md (stack decrement to push peepholes): Guard
26592 with !x86_using_red_zone ().
26593
26594 2016-04-15 Jakub Jelinek <jakub@redhat.com>
26595
26596 PR c++/70675
26597 * tree-pretty-print.c (do_niy): Add FLAGS argument, pass it down
26598 to dump_generic_node.
26599 (NIY): Pass also flags to do_niy.
26600
26601 2016-04-15 Thomas Schwinge <thomas@codesourcery.com>
26602
26603 * omp-low.c (simd_clone_struct_alloc, simd_clone_struct_copy)
26604 (simd_clone_vector_of_formal_parm_types)
26605 (simd_clone_clauses_extract, simd_clone_compute_base_data_type)
26606 (simd_clone_mangle, simd_clone_create)
26607 (simd_clone_adjust_return_type, create_tmp_simd_array)
26608 (simd_clone_adjust_argument_types, simd_clone_init_simd_arrays)
26609 (struct modify_stmt_info, ipa_simd_modify_stmt_ops)
26610 (ipa_simd_modify_function_body, simd_clone_linear_addend)
26611 (simd_clone_adjust, expand_simd_clones, ipa_omp_simd_clone)
26612 (pass_data_omp_simd_clone, class pass_omp_simd_clone)
26613 (pass_omp_simd_clone::gate, make_pass_omp_simd_clone): Move into...
26614 * omp-simd-clone.c: ... this new file.
26615 (simd_clone_vector_of_formal_parm_types): Make it static.
26616 * Makefile.in (OBJS): Add omp-simd-clone.o.
26617
26618 2016-04-15 Kirill Yukhin <kirill.yukhin@intel.com>
26619
26620 PR target/70662
26621 * config/i386/sse.md: Use proper memory operand modifiers.
26622
26623
26624 2016-04-15 Richard Biener <rguenther@suse.de>
26625 Alan Modra <amodra@gmail.com>
26626
26627 PR tree-optimization/70130
26628 * tree-vect-data-refs.c (vect_supportable_dr_alignment): Detect
26629 when alignment stays not the same and no not use the realign
26630 scheme then.
26631
26632 2016-04-14 Michael Meissner <meissner@linux.vnet.ibm.com>
26633
26634 PR target/70669
26635 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Add
26636 direct move handlers for KFmode. Change TFmode handlers test from
26637 FLOAT128_IEEE_P to FLOAT128_VECTOR_P.
26638
26639 2016-04-14 Jakub Jelinek <jakub@redhat.com>
26640
26641 PR c++/70594
26642 * ipa-utils.h (polymorphic_ctor_dtor_p): New prototype.
26643 * ipa-polymorphic-call.c (polymorphic_ctor_dtor_p): New function.
26644 (inlined_polymorphic_ctor_dtor_block_p): Use it.
26645 * tree-ssa-live.c (remove_unused_scope_block_p): When
26646 in_ctor_dtor_block, avoid discarding not just BLOCKs with
26647 BLOCK_ABSTRACT_ORIGIN being FUNCTION_DECL, but even when
26648 block_ultimate_origin is FUNCTION_DECL.
26649 (remove_unused_locals): If current_function_decl is
26650 polymorphic_ctor_dtor_p, pass initial true to
26651 remove_unused_scope_block_p' is_ctor_dtor_block.
26652
26653 2016-04-14 Martin Sebor <msebor@redhat.com>
26654
26655 PR c++/69517
26656 PR c++/70019
26657 PR c++/70588
26658 * doc/extend.texi (Variable Length): Revert.
26659
26660 2016-04-14 Marek Polacek <polacek@redhat.com>
26661 Jan Hubicka <hubicka@ucw.cz>
26662
26663 PR c++/70029
26664 * tree.c (verify_type): Disable the canonical type of main variant
26665 check.
26666
26667 2016-04-14 Jason Merrill <jason@redhat.com>
26668
26669 * cfgexpand.c, expr.c: Revert previous change.
26670
26671 2016-04-14 Cesar Philippidis <cesar@codesourcery.com>
26672
26673 PR middle-end/70643
26674 * omp-low.c (lower_oacc_reductions): Check for TREE_CONSTANT
26675 when building a mem ref for the incoming reduction variable.
26676
26677 2016-04-14 Richard Biener <rguenther@suse.de>
26678
26679 PR tree-optimization/70614
26680 * tree-scalar-evolution.c (analyze_evolution_in_loop): Terminate
26681 loop if the evolution dropped to chrec_dont_know.
26682 (interpret_condition_phi): Likewise.
26683
26684 2016-04-14 Richard Biener <rguenther@suse.de>
26685
26686 PR tree-optimization/70623
26687 * tree-ssa-pre.c (changed_blocks): Make global ...
26688 (compute_antic): ... local here. Move and fix worklist
26689 handling here. Do not clear EDGE_DFS_BACK or call mark_dfs_back_edges.
26690 (compute_antic_aux): Add dumping for MAX assumed succs. Remove
26691 worklist handling, dump when ANTIC_IN changed.
26692 (compute_partial_antic_aux): Remove worklist handling.
26693 (init_pre): Do not compute post dominators. Add a comment about
26694 the CFG order chosen.
26695 (fini_pre): Do not free post dominators.
26696
26697 2016-04-13 Martin Sebor <msebor@redhat.com>
26698
26699 PR c++/69517
26700 PR c++/70019
26701 PR c++/70588
26702 * doc/extend.texi (Variable Length): Document C++ specifics.
26703
26704 2016-04-13 Jakub Jelinek <jakub@redhat.com>
26705
26706 PR c++/70641
26707 * ipa-pure-const.c (pass_nothrow::execute): Call maybe_clean_eh_stmt
26708 on all recursive call stmts. Return TODO_cleanup_cfg if any dead
26709 eh edges have been purged.
26710
26711 PR c++/70594
26712 * tree-sra.c (create_access_replacement,
26713 get_replaced_param_substitute): Set DECL_NAMELESS on repl if it
26714 gets fancy name.
26715 * tree-pretty-print.c (dump_fancy_name): New function.
26716 (dump_decl_name, dump_generic_node): Use it.
26717
26718 2016-04-13 Jason Merrill <jason@redhat.com>
26719
26720 * cfgexpand.c (pass_expand::execute): Handle attribute "abi warning".
26721 * expr.c (expand_expr_real_1): Likewise.
26722
26723 2016-04-13 Ilya Enkovich <ilya.enkovich@intel.com>
26724
26725 * config/i386/i386.md (kunpckhi): Swap operands.
26726 (kunpcksi): Likewise.
26727 (kunpckdi): Likewise.
26728 * config/i386/sse.md (vec_pack_trunc_qi): Likewise.
26729 (vec_pack_trunc_<mode>): Likewise.
26730
26731 2016-04-13 Jakub Jelinek <jakub@redhat.com>
26732
26733 PR debug/70628
26734 * explow.c (convert_memory_address_addr_space_1): Formatting fix.
26735
26736 PR middle-end/70633
26737 * gimplify.c (gimplify_init_constructor): Clear TREE_STATIC if
26738 gimplification turns some element into non-constant.
26739
26740 PR debug/70628
26741 * rtl.h (convert_memory_address_addr_space_1): New prototype.
26742 * explow.c (convert_memory_address_addr_space_1): No longer static,
26743 add NO_EMIT argument and don't call convert_modes if true, pass
26744 it down recursively, remove break after return.
26745 (convert_memory_address_addr_space): Adjust caller.
26746 * simplify-rtx.c (simplify_unary_operation_1): Call
26747 convert_memory_address_addr_space_1 instead of convert_memory_address,
26748 if it returns NULL, don't simplify.
26749
26750 2016-04-12 Eric Botcazou <ebotcazou@adacore.com>
26751
26752 PR target/70630
26753 * config/sparc/sparc.c (sparc_compute_frame_size): Add parentheses.
26754
26755 2016-04-12 Jakub Jelinek <jakub@redhat.com>
26756
26757 * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
26758 Bump the upper SIMDLEN limits, so that if the return type or
26759 characteristic type if the return type is void can be passed in
26760 all available SSE2/AVX/AVX2/AVX512-F registers, the SIMDLEN is
26761 allowed.
26762
26763 2016-04-12 Michael Meissner <meissner@linux.vnet.ibm.com>
26764
26765 PR target/70640
26766 * config/rs6000/rs6000.md (ieee_128bit_vsx_neg<mode>2_internal):
26767 Do not use "=" constraint on an input constraint.
26768 (ieee_128bit_vsx_abs<mode>2_internal): Likewise.
26769 (ieee_128bit_vsx_nabs<mode>2_internal): Likewise.
26770 (ieee_128bit_vsx_nabs<mode>2): Correct splitter so that it
26771 generates (neg (abs ...)) instead of (abs ...).
26772
26773 2016-04-12 Jakub Jelinek <jakub@redhat.com>
26774
26775 PR rtl-optimization/70596
26776 * lra-spills.c (spill_pseudos): Don't delete debug insns, instead
26777 just invalidate LRA data and reset them. Adjust dump wording.
26778
26779 2016-04-12 Martin Liska <mliska@suse.cz>
26780
26781 Revert
26782 2016-03-30 Jan Hubicka <hubicka@ucw.cz>
26783
26784 * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic
26785 estimates here.
26786 * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
26787 max_loop_iterations_int.
26788 (tree_unswitch_outer_loop): Likewise.
26789 * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
26790 * tree-vect-loop.c (vect_analyze_loop_2): Likewise.
26791
26792 2016-04-12 Tom de Vries <tom@codesourcery.com>
26793
26794 PR tree-optimization/68756
26795 * graphite-isl-ast-to-gimple.c (copy_cond_phi_args): Use new_expr
26796 instead of new_name.
26797
26798 2016-04-12 Jakub Jelinek <jakub@redhat.com>
26799
26800 PR tree-optimization/70602
26801 * tree-sra.c (generate_subtree_copies): Don't write anything into
26802 constant pool decls.
26803
26804 * omp-low.c (lower_omp_target): Use GOMP_MAP_FIRSTPRIVATE_INT
26805 regardless whether there are depend clauses or not.
26806
26807 2016-04-11 Michael Meissner <meissner@linux.vnet.ibm.com>
26808
26809 PR target/70381
26810 * config/rs6000/rs6000.c (rs6000_opt_masks): Disable using the
26811 target attribute and pragma from changing the -mfloat128
26812 and -mfloat128-hardware options.
26813
26814 * doc/extend.texi (Additional Floating Types): Document PowerPC
26815 __float128 restrictions.
26816
26817 2016-04-11 James Greenhalgh <james.greenhalgh@arm.com>
26818
26819 PR target/70133
26820 * config/aarch64/driver-aarch64.c
26821 (aarch64_get_extension_string_for_isa_flags): New.
26822 (arch_extension): Rename to...
26823 (aarch64_arch_extension): ...This.
26824 (ext_to_feat_string): Rename to...
26825 (aarch64_extensions): ...This.
26826 (aarch64_core_data): Keep track of architecture extension flags.
26827 (cpu_data): Rename to...
26828 (aarch64_cpu_data): ...This.
26829 (aarch64_arch_driver_info): Keep track of architecture extension
26830 flags.
26831 (get_arch_name_from_id): Rename to...
26832 (get_arch_from_id): ...This, change return type.
26833 (host_detect_local_cpu): Update and reformat for renames, handle
26834 extensions through common infrastructure.
26835
26836 2016-04-11 James Greenhalgh <james.greenhalgh@arm.com>
26837
26838 PR target/70133
26839 * config/aarch64/aarch64-common.c (aarch64_option_extension): Keep
26840 track of a canonical flag name.
26841 (all_extensions): Likewise.
26842 (arch_to_arch_name): Also track extension flags enabled by the arch.
26843 (all_architectures): Likewise.
26844 (aarch64_parse_extension): Move to here.
26845 (aarch64_get_extension_string_for_isa_flags): Take a new argument,
26846 rework.
26847 (aarch64_rewrite_selected_cpu): Update for above change.
26848 * config/aarch64/aarch64-option-extensions.def: Rework the way flags
26849 are handled, such that the single explicit value enabled by an
26850 extension is kept seperate from the implicit values it also enables.
26851 * config/aarch64/aarch64-protos.h (aarch64_parse_opt_result): Move
26852 to here.
26853 (aarch64_parse_extension): New.
26854 * config/aarch64/aarch64.c (aarch64_parse_opt_result): Move from
26855 here to config/aarch64/aarch64-protos.h.
26856 (aarch64_parse_extension): Move from here to
26857 common/config/aarch64/aarch64-common.c.
26858 (aarch64_option_print): Update.
26859 (aarch64_declare_function_name): Likewise.
26860 (aarch64_start_file): Likewise.
26861 * config/aarch64/driver-aarch64.c (arch_extension): Keep track of
26862 the canonical flag for extensions.
26863 * config.gcc (aarch64*-*-*): Extend regex for capturing extension
26864 flags.
26865
26866 2016-04-11 James Greenhalgh <james.greenhalgh@arm.com>
26867
26868 * config/aarch64/aarch64.h (AARCH64_FL_FOR_ARCH8_1): Also add
26869 AARCH64_FL_CRC.
26870
26871 2016-04-09 Tom de Vries <tom@codesourcery.com>
26872
26873 PR tree-optimization/68953
26874 * graphite-sese-to-poly.c (pdr_add_memory_accesses): Order accesses from
26875 first to last subscript.
26876
26877 2016-04-09 Jakub Jelinek <jakub@redhat.com>
26878
26879 PR tree-optimization/70586
26880 * tree-ssa-ifcombine.c (bb_no_side_effects_p): Return false
26881 for any calls.
26882
26883 2016-04-08 Cesar Philippidis <cesar@codesourcery.com>
26884
26885 PR lto/70289
26886 PR ipa/70348
26887 PR tree-optimization/70373
26888 PR middle-end/70533
26889 PR middle-end/70534
26890 PR middle-end/70535
26891 * gimplify.c (gimplify_adjust_omp_clauses): Add or adjust data
26892 clauses for acc parallel reductions as necessary. Error on those
26893 that are private.
26894 * omp-low.c (scan_sharing_clauses): Don't install variables which
26895 are used in acc parallel reductions.
26896 (lower_rec_input_clauses): Remove dead code.
26897 (lower_oacc_reductions): Add support for reference reductions.
26898 (lower_reduction_clauses): Remove dead code.
26899 (lower_omp_target): Don't remap variables appearing in acc parallel
26900 reductions.
26901 * tree.h (OMP_CLAUSE_MAP_IN_REDUCTION): New macro.
26902
26903 2016-04-08 Jakub Jelinek <jakub@redhat.com>
26904
26905 PR middle-end/70593
26906 * tree-ssa-coalesce.c (build_ssa_conflict_graph): For stmt
26907 with multiple SSA_NAME defs, force the outputs other than first
26908 to be live before calling live_track_process_def on each output.
26909
26910 PR rtl-optimization/70574
26911 * fwprop.c (forward_propagate_and_simplify): Don't add
26912 REG_EQUAL note if DF_REF_REG (use) is a paradoxical subreg.
26913 (try_fwprop_subst): Don't add REG_EQUAL note if there are any
26914 paradoxical subregs within *loc.
26915
26916 2016-04-08 Thomas Schwinge <thomas@codesourcery.com>
26917
26918 * config/arc/arc.h (LINK_COMMAND_SPEC): Use gt to ignore
26919 -ftree-parallelize-loops={0,1}.
26920 * config/darwin.h (LINK_COMMAND_SPEC_A): Likewise.
26921 * config/i386/mingw32.h (GOMP_SELF_SPECS): Likewise.
26922 * config/ia64/hpux.h (LIB_SPEC): Likewise.
26923 * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
26924 * config/pa/pa64-hpux.h (LIB_SPEC): Likewise.
26925
26926 2016-04-08 Maxim Ostapenko <m.ostapenko@samsung.com>
26927
26928 PR sanitizer/70541
26929 * asan.c (instrument_derefs): If we get unknown location, extract it
26930 with EXPR_LOCATION.
26931 (maybe_instrument_call): Instrument gimple_call's arguments if needed.
26932
26933 2016-04-08 Tom de Vries <tom@codesourcery.com>
26934
26935 * omp-low.c (lower_omp_target): Set TREE_NO_WARNING for oacc
26936 implicit firstprivate clause.
26937
26938 2016-04-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
26939
26940 PR target/70566
26941 * config/arm/thumb2.md (tst + branch-> lsls + branch
26942 peephole below *orsi_not_shiftsi_si): Require that condition
26943 register is dead after the peephole.
26944 (second peephole after the above): Likewise.
26945
26946 2016-04-08 Alan Modra <amodra@gmail.com>
26947
26948 PR target/70117
26949 * builtins.c (fold_builtin_classify): For IBM extended precision,
26950 look at just the high-order double to test for NaN.
26951 (fold_builtin_interclass_mathfn): Similarly for Inf. For isnormal
26952 test just the high double for Inf but both doubles for subnormal
26953 limit.
26954
26955 2016-04-07 Jakub Jelinek <jakub@redhat.com>
26956
26957 * cgraph.h (struct cgraph_simd_clone): Add mask_mode field.
26958 * omp-low.c (simd_clone_init_simd_arrays, simd_clone_adjust): Handle
26959 node->simdclone->mask_mode != VOIDmode masks.
26960 (simd_clone_adjust_argument_types): Likewise. Move sc var definition
26961 earlier, use it instead of node->simdclone.
26962 * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
26963 Set clonei->mask_mode.
26964
26965 2016-04-06 Patrick Palka <ppalka@gcc.gnu.org>
26966
26967 PR c/70436
26968 * parser.c (cp_parser_iteration_statement): New parameter IF_P.
26969 Pass it through to cp_parser_already_scoped_statement.
26970 (cp_parser_already_scoped_statement): New parameter IF_P. Pass
26971 it through to cp_parser_statement.
26972 (cp_parser_statement): Pass IF_P through to
26973 cp_parser_iteration_statement.
26974 (cp_parser_pragma): Adjust call to
26975 cp_parser_iteration_statement.
26976
26977 2016-04-06 Patrick Palka <ppalka@gcc.gnu.org>
26978
26979 PR c/70436
26980 * gimplify.c (gimplify_omp_ordered): Add explicit braces to
26981 resolve a future -Wparentheses warning.
26982 * omp-low.c (scan_sharing_clauses): Likewise.
26983 * tree-parloops.c (eliminate_local_variables): Likewise.
26984
26985 2016-04-06 Vladimir Makarov <vmakarov@redhat.com>
26986
26987 PR rtl-optimization/70398
26988 * lra-constraints.c (process_address_1): Check zero scale and code
26989 for reloading with zero scale.
26990
26991 2016-04-06 Uros Bizjak <ubizjak@gmail.com>
26992
26993 * config/i386/sse.md (shuffletype): Add V32HI and V4TI modes.
26994 (ssescalarsize): Add V8SF, V4SF, V4DF and V2DF modes.
26995
26996 2016-04-06 Jakub Jelinek <jakub@redhat.com>
26997
26998 * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
26999 Add support for AVX512F clones, include them by default for
27000 exported OpenMP declare simd functions. For AVX2 allow simdlen 32
27001 and use it if charasteric type is 8-bit, for AVX512F allow simdlen
27002 up to 128.
27003
27004 PR middle-end/70550
27005 * tree.h (OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT): Define.
27006 * gimplify.c (gimplify_adjust_omp_clauses_1): Set it for implicit
27007 firstprivate clauses.
27008 * omp-low.c (lower_send_clauses): Set TREE_NO_WARNING for
27009 OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT !by_ref vars in task contexts.
27010 (lower_omp_target): Set TREE_NO_WARNING for
27011 non-addressable possibly uninitialized vars which are copied into
27012 addressable temporaries or copied for GOMP_MAP_FIRSTPRIVATE_INT.
27013
27014 2016-04-05 John David Anglin <danglin@gcc.gnu.org>
27015
27016 * config/pa/predicates.md (integer_store_memory_operand): Accept
27017 REG+D operands with a large offset when reload_in_progress is true.
27018 (floating_point_store_memory_operand): Likewise.
27019
27020 2016-04-05 Jakub Jelinek <jakub@redhat.com>
27021
27022 PR c++/70336
27023 * match.pd (nested int casts): Limit to GIMPLE.
27024
27025 2016-04-05 Jan Hubicka <hubicka@ucw.cz>
27026
27027 PR ipa/66223
27028 * ipa-devirt.c (maybe_record_node): Fix comment; use
27029 SANITIZE_UNREACHABLE instead of SANITIZE_UNDEFINED.
27030
27031 2016-04-05 Jakub Jelinek <jakub@redhat.com>
27032
27033 PR rtl-optimization/70542
27034 * ree.c (add_removable_extension): For VECTOR_MODE_P punt
27035 if there are any uses other than insn or debug insns.
27036
27037 2016-04-05 Marc Glisse <marc.glisse@inria.fr>
27038 Jakub Jelinek <jakub@redhat.com>
27039
27040 PR tree-optimization/70509
27041 * simplify-rtx.c (simplify_binary_operation_1) <case VEC_SELECT>:
27042 Shift HOST_WIDE_INT_1U instead of 1.
27043
27044 2016-04-05 Zdenek Sojka <zsojka@seznam.cz>
27045
27046 PR tree-optimization/70509
27047 * tree-ssa-forwprop.c (simplify_bitfield_ref): Use bitsize_int instead
27048 of the vector base type for index.
27049
27050 2016-04-05 Uros Bizjak <ubizjak@gmail.com>
27051
27052 PR target/70510
27053 * config/i386/sse.md (iptr): Add V64QI, V32HI, V16SI and V8DI modes.
27054
27055 2016-04-05 Richard Biener <rguenther@suse.de>
27056
27057 PR tree-optimization/70526
27058 * tree-sra.c (build_ref_for_offset): Use prev_base to
27059 extract the alias pointer type.
27060
27061 2016-04-05 Richard Biener <rguenther@suse.de>
27062
27063 * dse.c (struct store_info): Remove alias_set member.
27064 (struct read_info_type): Likewise.
27065 (clear_alias_group, clear_alias_mode_table, clear_alias_mode_holder,
27066 spill_deleted, clear_alias_set_lookup): Remove.
27067 (get_group_info): Remove dead base == NULL_RTX case.
27068 (dse_step0): Remove initialization of removed variables.
27069 (delete_dead_store_insn): Reomve alias set dumping.
27070 (free_read_records): Remove alias_set handling.
27071 (canon_address): Remove alias_set_out parameter.
27072 (record_store): Remove spill_alias_set, it's always zero.
27073 (check_mem_read_rtx): Likewise.
27074 (dse_step2): Rename from ...
27075 (dse_step2_nospill): ... this. Adjust.
27076 (scan_stores): Rename from ...
27077 (scan_stores_nospill): ... this.
27078 (scan_reads): Rename from ...
27079 (scan_reads_nospill): ... this.
27080 (scan_stores_spill, scan_reads_spill): Remove.
27081 (dse_step3_scan): Remove for_spills argument which is always false.
27082 (dse_step3): Likewise.
27083 (dse_step5): Rename from ...
27084 (dse_step5_nospill): ... this. Remove alias_set handling.
27085 (rest_of_handle_dse): Adjust.
27086
27087 2016-04-05 Jakub Jelinek <jakub@redhat.com>
27088
27089 PR target/70525
27090 * config/i386/sse.md (*andnot<mode>3): Simplify assertions.
27091 Use vpandn<ssemodesuffix> for V16SI/V8DImode, vpandnq for
27092 V32HI/V64QImode, don't use <mask_operand3_1>, fix up formatting.
27093 (*andnot<mode>3_mask): Remove insn with VI12_AVX512VL iterator.
27094
27095 2016-04-05 Richard Biener <rguenther@suse.de>
27096
27097 PR middle-end/70499
27098 * gimplify-me.c (gimple_regimplify_operands): Do not rewrite
27099 non-register type temporaries into SSA.
27100
27101 2016-04-04 Jan Hubicka <hubicka@ucw.cz>
27102
27103 PR ipa/66223
27104 * ipa-devirt.c (maybe_record_node): Do not optimize cxa_pure_virtual
27105 calls when sanitizing.
27106 (possible_polymorphic_call_target_p): Fix formatting.
27107
27108 2016-04-04 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
27109 Jakub Jelinek <jakub@redhat.com>
27110
27111 PR middle-end/70457
27112 * tree-inline.c (estimate_num_insn): Use gimple_call_builtin_p
27113 to ensure a call statement is compatible with a built-in's
27114 prototype.
27115 * tree-ssa-math-opts.c (pass_optimize_windening_mul::execute):
27116 Likewise.
27117
27118 2016-04-04 Richard Biener <rguenther@suse.de>
27119
27120 PR rtl-optimization/70484
27121 * rtl.h (canon_output_dependence): Declare.
27122 * alias.c (canon_output_dependence): New function.
27123 * dse.c (record_store): Use canon_output_dependence rather
27124 than canon_true_dependence.
27125
27126 2016-03-30 Jan Hubicka <hubicka@ucw.cz>
27127
27128 PR ipa/68881
27129 * cgraph.h (symtab_node::copy_visibility_from): New function.
27130 * symtab.c (symtab_node::copy_visibility_from): New function.
27131 * ipa-visibility.c (optimize_weakref): New function.
27132 (function_and_variable_visibility): Use it.
27133
27134 2016-04-04 Martin Liska <mliska@suse.cz>
27135
27136 PR hsa/70402
27137 * hsa-gen.c (gen_hsa_insns_for_switch_stmt): Guard index
27138 value that is really in range handled by SBR instruction.
27139 * hsa-brig.c (emit_switch_insn): Do not emit unconditional jump.
27140 * hsa-dump.c (dump_hsa_insn_1): Do not dump default BB.
27141 * hsa.h (hsa_insn_sbr::m_default_bb): Remove field.
27142
27143 2016-04-03 Oleg Endo <olegendo@gcc.gnu.org>
27144
27145 PR target/70416
27146 PR target/67391
27147 * config/sh/sh.md (*addsi3): Allow pattern when reload_in_progress is
27148 set, but not for SP_REG operands.
27149
27150 2016-04-02 Martin Sebor <msebor@redhat.com>
27151
27152 PR c++/67376
27153 * fold-const.c (maybe_nonzero_address): New function.
27154 (fold_comparison): Call it. Fold equality and relational
27155 expressions involving null pointers.
27156 (tree_single_nonzero_warnv_p): Call maybe_nonzero_address.
27157
27158 2016-03-31 Evandro Menezes <e.menezes@samsung.com>
27159
27160 Fix the predicate "aarch64_simd_reg_or_zero" to correctly validate
27161 the "Y" constraint (scalar FP 0.0 immediate).
27162
27163 * config/aarch64/predicates.md (aarch64_simd_reg_or_zero):
27164 Add the "const_double" to the list of operand constraints.
27165
27166 2016-04-01 Jakub Jelinek <jakub@redhat.com>
27167
27168 PR rtl-optimization/70467
27169 * config/i386/i386.md (*add<dwi>3_doubleword, *sub<dwi>3_doubleword):
27170 If low word of the last operand is 0, just emit addition/subtraction
27171 for the high word.
27172
27173 2016-04-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
27174
27175 PR target/70404
27176 * config/s390/s390.c (s390_expand_insv): Check for everything
27177 constant instead of just VOIDmode stuff.
27178
27179 2016-04-01 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
27180
27181 PR target/70496
27182 * config/arm/arm.h (ASM_APP_OFF): Handle TARGET_ARM and TARGET_THUMB.
27183
27184 2016-04-01 Nathan Sidwell <nathan@acm.org>
27185
27186 * tree.def (TRY_CATCH_EXPR): Correct documentation.
27187
27188 2016-03-31 Vladimir Makarov <vmakarov@redhat.com>
27189
27190 PR rtl-optimization/70461
27191 * ira-color.c (allocno_copy_cost_saving): Use allocno class if it
27192 is necessary.
27193
27194 2016-03-31 Martin Liska <mliska@suse.cz>
27195
27196 PR hsa/70399
27197 * hsa-brig.c (hsa_op_immed::emit_to_buffer): Emit either
27198 a tree value or an immediate integer value to a buffer
27199 that is eventually copied to a BRIG section.
27200 (emit_immediate_operand): Call the function here.
27201 * hsa-dump.c (dump_hsa_immed): Remove checking assert.
27202 * hsa-gen.c (hsa_op_immed::hsa_op_immed): Remove initialization
27203 of class' fields that are removed.
27204 (hsa_op_immed::~hsa_op_immed): Remove deinitialization.
27205 * hsa.h (class hsa_op_immed): Remove m_brig_repr and
27206 m_brig_repr_size fields.
27207
27208 2016-03-31 Martin Liska <mliska@suse.cz>
27209
27210 PR hsa/70391
27211 * hsa-gen.c (hsa_function_representation::update_dominance): New
27212 function.
27213 (convert_addr_to_flat_segment): Likewise.
27214 (gen_hsa_memory_set): New alignment argument.
27215 (gen_hsa_ctor_assignment): Likewise.
27216 (gen_hsa_insns_for_single_assignment): Provide alignment
27217 to gen_hsa_ctor_assignment.
27218 (gen_hsa_insns_for_direct_call): Add new argument.
27219 (expand_lhs_of_string_op): New function.
27220 (expand_string_operation_builtin): Likewise.
27221 (expand_memory_copy): New function.
27222 (expand_memory_set): New function.
27223 (gen_hsa_insns_for_call): Use HOST_WIDE_INT.
27224 (convert_switch_statements): Change signature.
27225 (generate_hsa): Use a return value of the function.
27226 (pass_gen_hsail::execute): Do not call
27227 convert_switch_statements here.
27228 * hsa-regalloc.c (hsa_regalloc): Call update_dominance.
27229 * hsa.h (hsa_function_representation::m_modified_cfg): New flag.
27230 (hsa_function_representation::update_dominance): New function.
27231
27232 2016-03-31 Martin Liska <mliska@suse.cz>
27233
27234 PR hsa/70391
27235 * hsa-brig.c (emit_directive_variable): Emit alignment
27236 according to hsa_symbol::m_align.
27237 * hsa-dump.c (hsa_byte_alignment): Move the function to another file.
27238 (dump_hsa_symbol): Dump alignment of HSA symbols.
27239 * hsa-gen.c (get_symbol_for_decl): Set-up alignment of a symbol.
27240 (gen_hsa_addr_with_align): New function.
27241 (hsa_bitmemref_alignment): Use newly added function.
27242 (gen_hsa_insns_for_load): Likewise.
27243 (gen_hsa_insns_for_store): Likewise.
27244 (gen_hsa_memory_copy): New argument added.
27245 (gen_hsa_insns_for_single_assignment): Respect
27246 alignment for assignments processed via gen_hsa_memory_copy.
27247 (gen_hsa_insns_for_direct_call): Likewise.
27248 (gen_hsa_insns_for_return): Likewise.
27249 (gen_function_def_parameters): Set default alignment.
27250 * hsa.c (hsa_object_alignment): New function.
27251 (hsa_byte_alignment): Pasted function.
27252 * hsa.h (hsa_symbol::m_align): New field.
27253
27254 2016-03-31 Bin Cheng <bin.cheng@arm.com>
27255
27256 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Initialize
27257 scratch field for goto case.
27258
27259 2016-03-31 James Greenhalgh <james.greenhalgh@arm.com>
27260
27261 * config/arm/linux-elf.h (ASM_OUTPUT_DEF): Delete.
27262
27263 2016-03-31 Ilya Enkovich <enkovich.gnu@gmail.com>
27264
27265 PR target/70442
27266 * config/i386/i386.c (scalar_chain::convert_op): Fix description.
27267 (scalar_chain::convert_insn): Call convert_op for reg
27268 moves to handle undefined registers.
27269
27270 2016-03-31 Nathan Sidwell <nathan@acm.org>
27271
27272 PR c++/70393
27273 * varasm.c (output_constructor_regular_field): Flush bitfield earlier.
27274 Assert we don't want to move backwards.
27275
27276 2016-03-31 Kirill Yukhin <kirill.yukhin@intel.com>
27277
27278 PR target/70453
27279 * config/i386/sse.md (define_mode_attr shuffletype): Fix typo.
27280
27281 2016-03-31 Jakub Jelinek <jakub@redhat.com>
27282
27283 PR rtl-optimization/70460
27284 * ira.c (indirect_jump_optimize): Don't substitute LABEL_REF
27285 with operand from REG_LABEL_OPERAND, instead substitute
27286 SET_SRC or REG_EQUAL note content if it is a LABEL_REF.
27287 Don't do anything for REG_NON_LOCAL_GOTO jumps.
27288
27289 2016-03-31 Martin Liska <mliska@suse.cz>
27290
27291 * passes.c (execute_one_pass): Do not call
27292 todo_after for a discarded function.
27293
27294 2016-03-31 Bin Cheng <bin.cheng@arm.com>
27295
27296 * tree-ssa-loop-ivopts.c (struct comp_cost): New scrach field.
27297 (no_cost, infinite_cost): Initialize the new field.
27298 (get_computation_cost_at): Record setup cost.
27299 (determine_use_iv_cost_address): Skip cost computation for sub
27300 uses if we can estimate it without losing accuracy.
27301
27302 2016-03-30 Jan Hubicka <hubicka@ucw.cz>
27303
27304 * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic
27305 estimates here.
27306 * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
27307 max_loop_iterations_int.
27308 (tree_unswitch_outer_loop): Likewise.
27309 * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
27310 * tree-vect-loop.c (vect_analyze_loop_2): Likewise.
27311
27312 2016-03-30 Richard Biener <rguenther@suse.de>
27313
27314 PR middle-end/70450
27315 * fold-const.c (extract_muldiv_1): Fix thinko in wide_int::from usage.
27316
27317 2016-03-30 Jakub Jelinek <jakub@redhat.com>
27318
27319 PR target/70421
27320 * config/i386/i386.c (ix86_expand_vector_set): Fix up argument order
27321 in gen_blendm expander.
27322
27323 2016-03-30 Nick Clifton <nickc@redhat.com>
27324
27325 PR target/62254
27326 * config/arm/arm.c (arm_reload_out_hi): Add code to handle the
27327 case where we are already provided with an SImode SUBREG.
27328
27329 2016-03-30 H.J. Lu <hongjiu.lu@intel.com>
27330
27331 PR target/70439
27332 * config/i386/i386.c (ix86_expand_epilogue): Properly check
27333 conflict between DRAP register and __builtin_eh_return.
27334
27335 2016-03-30 Michael Matz <matz@suse.de>
27336 Richard Biener <rguenther@suse.de>
27337
27338 PR ipa/12392
27339 * ipa-polymorphic-call.c (struct type_change_info): Change
27340 speculative to an unsigned allowing to limit the work we do.
27341 (csftc_abort_walking_p): New inline function..
27342 (check_stmt_for_type_change): Limit the number of may-defs
27343 skipped for speculative devirtualization to
27344 max-speculative-devirt-maydefs.
27345 * params.def (max-speculative-devirt-maydefs): New param.
27346 * doc/invoke.texi (--param max-speculative-devirt-maydefs): Document.
27347
27348 2016-03-30 Mike Stump <mrs@gcc.gnu.org>
27349
27350 PR target/63890
27351 * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Use when profiling
27352 and TARGET_MACHO.
27353
27354 2016-03-30 Patrick Palka <ppalka@gcc.gnu.org>
27355
27356 PR tree-optimization/59124
27357 * tree-vrp.c (register_edge_assert_for_2): For NAME != CST1
27358 where NAME = A +- CST2 add the assertion A != (CST1 -+ CST2).
27359
27360 2016-03-29 Jeff Law <law@redhat.com>
27361
27362 * tree-ssa-coalesce.c (struct ssa_conflicts): Fix typo in comment.
27363
27364 2016-03-10 Jan Hubicka <hubicka@ucw.cz>
27365
27366 * tree-ssa-loop-ivcanon.c (try_peel_loop): Change type of peel
27367 to HOST_WIDE_INT.
27368
27369 2016-03-29 Thomas Schwinge <thomas@codesourcery.com>
27370
27371 * config/gnu.h (CPP_SPEC, LIB_SPEC): Don't override.
27372 * config/i386/gnu.h (STARTFILE_SPEC): Use gcrt1.o instead of
27373 gcrt0.o if linking dynamically.
27374
27375 2016-03-10 Jan Hubicka <hubicka@ucw.cz>
27376
27377 PR ipa/70283
27378 * ipa-devirt.c (methods_equal_p): New function.
27379 (compare_virtual_tables): Use it.
27380 * cgraph.h (symbol_table::symbol_suffix_separator): Declare.
27381 * cgraphclones.c (clone_function_name_1): Use
27382 symbol_table::symbol_suffix_separator.
27383 * coverage.c (build_var): Likewise.
27384 * symtab.c (symbol_table::symbol_suffix_separator): New.
27385
27386 2016-03-29 Jakub Jelinek <jakub@redhat.com>
27387
27388 PR rtl-optimization/70429
27389 * combine.c (simplify_shift_const_1): For ASHIFTRT don't optimize
27390 (cst1 >> count) >> cst2 into (cst1 >> cst2) >> count if
27391 mode != result_mode.
27392
27393 PR c++/70353
27394 * tree-inline.c (remap_decls): Don't add_local_decl if cfun is null.
27395
27396 PR tree-optimization/70405
27397 * ssa-iterators.h (num_imm_uses): Add missing braces.
27398
27399 2016-03-29 Vladimir Makarov <vmakarov@redhat.com>
27400
27401 PR rtl-optimization/68695
27402 * ira-color.c (allocno_copy_cost_saving): New.
27403 (improve_allocation): Use it.
27404
27405 2016-03-29 Richard Henderson <rth@redhat.com>
27406
27407 PR middle-end/70355
27408 * lower-subreg.c (simplify_subreg_concatn): Reject paradoxical subregs.
27409
27410 2016-03-29 Richard Biener <rguenther@suse.de>
27411
27412 PR middle-end/70424
27413 * ipa-prop.c (ipa_compute_jump_functions_for_edge): Always
27414 use alignment returned by get_pointer_alignment_1 if it is
27415 bigger than BITS_PER_UNIT.
27416 * builtins.c (get_pointer_alignment_1): Do not return true
27417 for alignment extracted from SSA info.
27418
27419 2016-03-28 James Bowman <james.bowman@ftdichip.com>
27420
27421 * config/ft32/ft32.opt (mnodiv): New.
27422 * config/ft32/ft32.md (*divsi3, *modsi3): Qualify with TARGET_NODIV.
27423 * doc/invoke.texi (FT32 Options -mnodiv): New.
27424
27425 2016-03-28 Kirill Yukhin <kirill.yukhin@intel.com>
27426
27427 PR target/70406
27428 * config/i386/i386.md (define_split, andn): Fix modes.
27429
27430 2016-03-26 Richard Biener <rguenther@suse.de>
27431 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
27432
27433 PR ipa/70366
27434 * ipa-inline-transform.c (inline_call): Pass opts_for_fn (to->decl)
27435 instead of
27436 TREE_OPTIMIZATION (DECL_FUNCTION_SPECIFIC_OPTIMIZATION (to->decl))
27437 as 2nd argument to cl_optimization_restore().
27438
27439 2016-03-25 Richard Henderson <rth@redhat.com>
27440
27441 PR target/70120
27442 * config/aarch64/aarch64.c (aarch64_asm_output_pool_epilogue): New.
27443 * config/aarch64/aarch64-protos.h: Declare it.
27444 * config/aarch64/aarch64.h (ASM_OUTPUT_POOL_EPILOGUE): New.
27445
27446 2016-03-25 Alan Modra <amodra@gmail.com>
27447
27448 PR target/70052
27449 * config/rs6000/constraints.md (j): Simplify.
27450 * config/rs6000/predicates.md (easy_fp_constant): Exclude
27451 decimal float 0.D.
27452 * config/rs6000/rs6000.md (zero_fp): New mode_attr.
27453 (mov<mode>_hardfloat, mov<mode>_hardfloat32, mov<mode>_hardfloat64,
27454 mov<mode>_64bit_dm, mov<mode>_32bit): Use zero_fp in place of j
27455 in all constraint alternatives.
27456 (movtd_64bit_nodm): Delete "j" constraint alternative.
27457
27458 2016-03-24 Aldy Hernandez <aldyh@redhat.com>
27459
27460 * tree-ssa-propagate.c: Enhance docs for
27461 SSA_PROP_NOT_INTERESTING.
27462
27463 2016-03-24 Aldy Hernandez <aldyh@redhat.com>
27464
27465 * doc/extend.texi: Fix typo in documentation to pure attribute.
27466
27467 2016-03-24 John David Anglin <danglin@gcc.gnu.org>
27468
27469 PR target/70319
27470 * config/pa/pa.md (bswapdi2): Use a scratch register.
27471
27472 2016-03-24 Richard Henderson <rth@redhat.com>
27473
27474 PR middle-end/69845
27475 * fold-const.c (extract_muldiv_1): Correct test for multiplication
27476 overflow.
27477
27478 2016-03-24 Uros Bizjak <ubizjak@gmail.com>
27479
27480 * config/i386/i386.md (*anddi3_doubleword): Generate AND insn
27481 using ix86_expand_binary_operator instead of gen_andsi3.
27482
27483 2016-03-24 Richard Biener <rguenther@suse.de>
27484
27485 PR tree-optimization/70396
27486 * tree-vect-stmts.c (vectorizable_comparison): Use
27487 get_vectype_for_scalar_type.
27488
27489 2016-03-24 Richard Biener <rguenther@suse.de>
27490
27491 PR middle-end/70370
27492 * gimplify.c (gimplify_asm_expr): Handle !allows_mem outputs
27493 with register bases.
27494
27495 2016-03-24 Richard Biener <rguenther@suse.de>
27496
27497 PR tree-optimization/70372
27498 * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Use
27499 build_all_ones_cst to also handle vector types correctly.
27500
27501 2016-03-23 Michael Meissner <meissner@linux.vnet.ibm.com>
27502
27503 PR target/70381
27504 * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Do not set
27505 -mfloat128 here.
27506
27507 2016-03-23 Marek Polacek <polacek@redhat.com>
27508
27509 PR c++/69884
27510 * doc/invoke.texi: Document -Wignored-attributes.
27511
27512 2016-03-23 Bin Cheng <bin.cheng@arm.com>
27513
27514 PR tree-optimization/69042
27515 * params.def (PARAM_IV_CONSIDER_ALL_CANDIDATES_BOUND): Increase the
27516 parameter from 30 to 40.
27517
27518 2016-03-23 Bin Cheng <bin.cheng@arm.com>
27519
27520 PR tree-optimization/69042
27521 * tree-ssa-loop-ivopts.c (add_iv_candidate_for_use): Add IV cand
27522 for use with constant offset stripped in base.
27523
27524 2016-03-23 Richard Biener <rguenther@suse.de>
27525
27526 PR middle-end/70251
27527 * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Adjust
27528 mode compatibility check.
27529 (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
27530
27531 2016-03-23 Jeff Law <law@redhat.com>
27532
27533 PR tree-optimization/64058
27534 * tree-ssa-coalesce.c (struct coalesce_pair): Add new field
27535 CONFLICT_COUNT.
27536 (struct ssa_conflicts): Move up earlier in the file.
27537 (conflicts_, var_map_): New static variables.
27538 (initialize_conflict_count): New function to initialize the
27539 CONFLICT_COUNT field for each conflict pair.
27540 (compare_pairs): Lazily initialize the conflict count and use it
27541 as the first tie-breaker.
27542 (sort_coalesce_list): Add new arguments conflicts, map. Initialize
27543 and wipe conflicts_ and map_ around the call to qsort. Remove
27544 special case for 2 coalesce pairs.
27545 * bitmap.c (bitmap_count_unique_bits): New function.
27546 (bitmap_count_bits_in_word): New function, extracted from
27547 bitmap_count_bits.
27548 (bitmap_count_bits): Use bitmap_count_bits_in_word.
27549 * bitmap.h (bitmap_count_unique_bits): Declare it.
27550
27551 2016-03-23 Ilya Enkovich <enkovich.gnu@gmail.com>
27552
27553 PR target/69917
27554 * config/i386/sol2.h (ASM_OUTPUT_DEF_FROM_DECLS): Follow
27555 transparent alias chain for decl assembler name.
27556 * config/sol2.c (solaris_assemble_visibility): Likewise.
27557
27558 2016-03-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
27559
27560 * config/arm/arm1020e.md (1020call_op): Reduce reservation
27561 duration.
27562 (v10_fdivs): Likewise.
27563 (v10_fdivd): Likewise.
27564
27565 2016-03-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
27566
27567 PR driver/70132
27568 * config/arm/driver-arm.c (host_detect_local_cpu): Reorder exit logic
27569 to not call fclose twice on file.
27570
27571 2016-03-23 Jakub Jelinek <jakub@redhat.com>
27572
27573 PR tree-optimization/70354
27574 * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): If
27575 oprnd0 is wider than oprnd1 and there is a cast from the wider
27576 type to oprnd1, mask it with the mask of the narrower type.
27577
27578 PR target/70321
27579 * config/i386/i386.md (*anddi3_doubleword, *<code>di3_doubleword):
27580 Optimize TARGET_STV splitters, if high or low word of last argument
27581 is 0 or -1.
27582
27583 2016-03-22 Jeff Law <law@redhat.com>
27584
27585 PR target/70232
27586 tree-ssa-threadbackward.c
27587 (fsm_find_control_statement_thread_paths): Correctly distinguish
27588 between old style jump threads vs FSM jump threads.
27589
27590 2016-03-22 Ilya Enkovich <enkovich.gnu@gmail.com>
27591
27592 PR target/70302
27593 * config/i386/i386.c (scalar_chain::convert_op): Support
27594 uninitialized register usage case.
27595
27596 2016-03-22 Richard Biener <rguenther@suse.de>
27597
27598 PR middle-end/70251
27599 * genmatch.c (gen_transform): Adjust last parameter to a three-state
27600 int...
27601 (capture::gen_transform): ... to change behavior when substituting
27602 a condition into cond or not-cond expr context.
27603 (dt_simplify::gen_1): Adjust.
27604 * gimple-match-head.c: Include gimplify.h for unshare_expr.
27605 * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Revert
27606 last change and instead change to
27607 A + (B vcmp C ? 1 : 0) -> A - (B vcmp C ? -1 : 0).
27608 (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
27609
27610 2016-03-22 Anthony Green <green@moxielogic.com>
27611
27612 * config/moxie/moxiebox.h (CC1_SPEC): Define. Fix endianness
27613 issue for moxiebox targets.
27614 (CC1PLUS_SPEC): Ditto.
27615
27616 2016-03-22 Richard Biener <rguenther@suse.de>
27617
27618 PR middle-end/70333
27619 * fold-const.c (extract_muldiv_1): Properly perform multiplication
27620 in the wide type.
27621
27622 2016-03-22 Kirill Yukhin <kirill.yukhin@intel.com>
27623
27624 * config/i386/i386.c (def_builtin): Remove duplicated functionality.
27625
27626 2016-03-22 Kirill Yukhin <kirill.yukhin@intel.com>
27627
27628 PR target/70325
27629 * config/i386/i386.c (def_builtin): Handle
27630 OPTION_MASK_ISA_AVX512VL to be and-ed with other
27631 bits.
27632 (const struct builtin_description bdesc_special_args[]):
27633 Remove duplicate ISA bits.
27634
27635 2016-03-22 Jakub Jelinek <jakub@redhat.com>
27636
27637 PR target/70329
27638 * config/i386/i386.c (ix86_expand_vecop_qihi): Don't bother computing
27639 d.perm[i] for i >= d.nelt. If not full_interleave, compute d.perm[i]
27640 in a way that works also for AVX512BW.
27641
27642 PR target/70300
27643 * config/i386/i386.md (cvtsd2ss splitter): Unpack in destination
27644 instead of source if operands[1] is xmm16 and above and
27645 !TARGET_AVX512VL. Use avx512f_vec_dupv16sf_1 instead of
27646 vec_interleave_lowv4sf if we need to unpack xmm16 and above.
27647
27648 PR c++/70295
27649 * gimplify.c (gimplify_modify_expr): Call gimple_set_no_warning
27650 on assign if (*from_p) is a comparison, set it to
27651 TREE_NO_WARNING (*from_p).
27652
27653 2016-03-21 Jakub Jelinek <jakub@redhat.com>
27654
27655 PR middle-end/70326
27656 * lra.c (restore_scratches): Ignore deleted insns.
27657
27658 2016-03-21 Marc Glisse <marc.glisse@inria.fr>
27659 Jakub Jelinek <jakub@redhat.com>
27660
27661 PR tree-optimization/70317
27662 * match.pd (cmp @0 @0): Pass @0 instead of TYPE_MODE (TREE_TYPE (@0))
27663 to HONOR_NANS.
27664
27665 2016-03-21 Uros Bizjak <ubizjak@gmail.com>
27666
27667 PR target/70327
27668 * config/i386/i386.md (movxi): Use ix86_expand_vector_move instead
27669 of ix86_expand_move.
27670 (movoi): Ditto.
27671 (movti): Use general_operand for operand 1 predicate.
27672
27673 2016-03-21 Martin Liska <mliska@suse.cz>
27674
27675 * hsa-dump.c (dump_hsa_insn_1): dump default branch of SBR
27676 insns.
27677 (dump_hsa_symbol): Dump BRIG offset of hsa_symbols.
27678
27679 2016-03-21 Martin Liska <mliska@suse.cz>
27680
27681 PR ipa/70306
27682 * ipa-icf.c (sem_function::parse): Skip static
27683 constructors and destructors.
27684
27685 2016-03-21 Jakub Jelinek <jakub@redhat.com>
27686
27687 PR target/70296
27688 * config/rs6000/rs6000-c.c (rs6000_macro_to_expand): If IDENT is
27689 function-like macro, peek following token(s) if it is followed
27690 by CPP_OPEN_PAREN token with optional padding in between, and
27691 if not, don't treat it like a macro.
27692
27693 2016-03-21 Thomas Schwinge <thomas@codesourcery.com>
27694 Alexander Monakov <amonakov@ispras.ru>
27695
27696 * config/nvptx/nvptx.c (nvptx_option_override): Don't emit sorry
27697 for the stabs debug format.
27698
27699 2016-03-21 Richard Biener <rguenther@suse.de>
27700
27701 PR tree-optimization/70310
27702 * tree-vect-generic.c (expand_vector_condition): Fold the built
27703 condition.
27704
27705 2016-03-21 Kirill Yukhin <kirill.yukhin@intel.com>
27706
27707 PR target/70293
27708 * config/i386/sse.md (define_insn "*vec_dup<mode>"/AVX2):
27709 Block third alternative for AVX-512VL target,
27710
27711 2016-03-21 Martin Liska <mliska@suse.cz>
27712
27713 PR hsa/70234
27714 * hsa-brig.c (emit_function_directives): Mark unemitted
27715 global variables for emission.
27716 * hsa-gen.c (hsa_symbol::hsa_symbol): Initialize a new flag.
27717 (get_symbol_for_decl): Likewise.
27718 * hsa.h (struct hsa_symbol): New flag.
27719
27720 2016-03-21 Richard Biener <rguenther@suse.de>
27721
27722 PR tree-optimization/70288
27723 * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Make sure
27724 we do not estimate unsimplified all-constant conditionals or
27725 switches as optimized away.
27726
27727 2016-03-21 Andrey Belevantsev <abel@ispras.ru>
27728
27729 PR rtl-optimization/69102
27730 * sched-deps.c (sched_analyze_insn): Do not set last_args_size field
27731 when we have a readonly dependency context.
27732
27733 2016-03-18 Jeff Law <law@redhat.com>
27734
27735 PR rtl-optimization/70263
27736 * ira.c (memref_used_between_p): Assert we found END in the insn chain.
27737 (update_equiv_regs): When trying to move a store to after the insn
27738 that sets the source of the store, make sure the store occurs after
27739 the insn that sets the source of the store. When successful note
27740 the REG_EQUIV note created in the dump file.
27741
27742 2016-03-16 David Wohlferd <dw@LimeGreenSocks.com>
27743 Bernd Schmidt <bschmidt@redhat.com>
27744
27745 * doc/extend.texi: Document more potential problems with basic asms.
27746
27747 2016-03-18 Bernd Schmidt <bschmidt@redhat.com>
27748
27749 PR rtl-optimization/70278
27750 * lra-constraints.c (split_reg): Handle the case where biggest_mode is
27751 VOIDmode.
27752
27753 2016-03-18 Jason Merrill <jason@redhat.com>
27754
27755 * calls.c (load_register_parameters): Fix zero size sibcall logic.
27756
27757 2016-03-18 Kirill Yukhin <kirill.yukhin@intel.com>
27758
27759 * config/i386/sse.md: Use vpbroadcastq for broadcasting DF
27760 values to 128b regs.
27761
27762 2016-03-18 Ilya Enkovich <enkovich.gnu@gmail.com>
27763
27764 PR tree-optimization/70252
27765 * tree-vect-stmts.c (supportable_widening_operation): Check resulting
27766 boolean vector has a proper number of elements.
27767 (supportable_narrowing_operation): Likewise.
27768
27769 2016-03-18 Tom de Vries <tom@codesourcery.com>
27770
27771 PR ipa/70269
27772 * cgraph.c (cgraph_node::get_body): Set dump_file to NULL after save.
27773
27774 2016-03-18 Jakub Jelinek <jakub@redhat.com>
27775
27776 * reload1.c (emit_input_reload_insns): Use simplify_replace_rtx
27777 instead of replace_rtx for DEBUG_INSNs.
27778
27779 2016-03-18 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
27780
27781 * config/i386/znver1.md : Fix latencies of FP/SSE/AVX
27782 load type reservations.
27783
27784 2016-03-17 John David Anglin <danglin@gcc.gnu.org>
27785
27786 PR target/70188
27787 * config/pa/constraints.md: Revert 2015-02-13 change. Use
27788 define_constraint for "Q" and "T" constraints.
27789
27790 2016-03-17 Evandro Menezes <e.menezes@samsung.com>
27791
27792 Tweak the pipeline model for Exynos M1
27793
27794 * config/aarch64/aarch64.c (exynosm1_tunings): Enable weak prefetching
27795 model.
27796
27797 2016-03-17 David Malcolm <dmalcolm@redhat.com>
27798
27799 PR c/70264
27800 * diagnostic-show-locus.c (compatible_locations_p): Handle the case
27801 where one or both locations aren't within a line_map.
27802
27803 2016-03-17 H.J. Lu <hongjiu.lu@intel.com>
27804
27805 PR driver/70192
27806 * opts.c (finish_options): Don't set flag_pie to the default if
27807 -fpic, -fPIC, -fno-pic or -fno-PIC is used. Set flag_pic to 0
27808 if it is -1.
27809
27810 2016-03-17 Joern Rennecke <joern.rennecke@embecosm.com>
27811
27812 * config/i386/i386.md (*movv4qicc_insn+1..36): Pass
27813 true as ALL_REGS argument to replace_rtx.
27814
27815 2016-03-17 Richard Biener <rguenther@suse.de>
27816
27817 PR debug/70271
27818 * dwarf2out.c (dwarf2out_early_finish): Process deferred_asm_name
27819 last.
27820
27821 2016-03-17 Jakub Jelinek <jakub@redhat.com>
27822
27823 PR target/70245
27824 * rtl.h (replace_rtx): Add ALL_REGS argument.
27825 * rtlanal.c (replace_rtx): Likewise. If true, use REGNO
27826 equality and assert mode is the same, instead of just rtx pointer
27827 equality.
27828 * config/i386/i386.md (mov + arithmetics with load peephole): Pass
27829 true as ALL_REGS argument to replace_rtx.
27830
27831 2016-03-17 Ilya Enkovich <enkovich.gnu@gmail.com>
27832
27833 * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Apply
27834 for boolean vector with vector mode only.
27835 (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
27836
27837 2016-03-17 Nick Clifton <nickc@redhat.com>
27838
27839 PR target/70162
27840 * config/rx/rx.c (rx_print_integer): Print negative constants in
27841 decimal.
27842
27843 2016-03-17 Jakub Jelinek <jakub@redhat.com>
27844
27845 PR target/70261
27846 * rtlanal.c (replace_rtx): Revert 2016-03-16 change.
27847
27848 2016-03-16 Richard Henderson <rth@redhat.com>
27849 Richard Biener <rguenth@suse.de>
27850
27851 PR middle-end/70240
27852 PR middle-end/68215
27853 PR tree-opt/68714
27854 * gimplify.c (gimplify_expr) [VEC_COND_EXPR]: Gimplify the
27855 first operand as is_gimple_condexpr.
27856
27857 PR middle-end/70240
27858 PR middle-end/68215
27859 Revert r231575
27860 2015-12-11 Eric Botcazou <ebotcazou@adacore.com>
27861 * tree-vect-generic.c (tree_vec_extract): Remove GSI parameter.
27862 Do not gimplify the result.
27863 (do_unop): Adjust call to tree_vec_extract.
27864 (do_binop): Likewise.
27865 (do_compare): Likewise.
27866 (do_plus_minus): Likewise.
27867 (do_negate): Likewise.
27868 (expand_vector_condition): Likewise.
27869 (do_cond): Likewise.
27870
27871 2016-03-16 Richard Henderson <rth@redhat.com>
27872
27873 PR target/70048
27874 * config/aarch64/aarch64.c (virt_or_elim_regno_p): New.
27875 (aarch64_classify_address): Use it.
27876 (aarch64_legitimize_address): Force all subexpressions of PLUS
27877 into registers. Simplify as (sfp+const)+reg or (reg+reg)+const.
27878
27879 2016-03-16 Jakub Jelinek <jakub@redhat.com>
27880 Richard Biener <rguenth@suse.de>
27881
27882 PR target/70245
27883 * rtlanal.c (replace_rtx): For REG, if from is a REG,
27884 return to even if only REGNO is equal, and assert
27885 mode is the same.
27886
27887 2016-03-11 Jeff Law <law@redhat.com>
27888
27889 PR rtl-optimization/70224
27890 * reorg.c (relax_delay_slots): Pass right argument to CROSSING_JUMP_P.
27891
27892 2016-03-16 Richard Henderson <rth@redhat.com>
27893
27894 PR middle-end/70199
27895 * function.h (struct function): Add has_forced_label_in_static.
27896 * gimplify.c (force_labels_r): Set it.
27897 * lto-streamer-in.c (input_struct_function_base): Read it.
27898 * lto-streamer-out.c (output_struct_function_base): Write it.
27899 * tree-inline.c (has_label_address_in_static_1): Remove.
27900 (copy_forbidden): Remove fndecl parameter; test
27901 has_forced_label_in_static.
27902 (inline_forbidden_p): Update call to copy_forbidden.
27903 (tree_versionable_function_p): Likewise.
27904 * ipa-chkp.c (chkp_instrumentable_p): Likewise.
27905 (chkp_versioning): Likewise.
27906 * tree-inline.h (copy_forbidden): Update decl.
27907
27908 2016-03-16 Marek Polacek <polacek@redhat.com>
27909
27910 PR c/70093
27911 * cgraphunit.c (cgraph_node::expand_thunk): Also build call to the
27912 function being thunked if the result type doesn't have fixed size.
27913 * gimplify.c (gimplify_modify_expr): Also set LHS if the result type
27914 doesn't have fixed size.
27915
27916 2016-03-16 Bin Cheng <bin.cheng@arm.com>
27917
27918 * tree-vect-loop.c (vect_analyze_loop_2): Fix wrong dump info by
27919 reporting malformed loop nest.
27920
27921 2016-03-16 Tom de Vries <tom@codesourcery.com>
27922
27923 PR lto/70187
27924 * ipa-devirt.c (possible_polymorphic_call_targets): Move
27925 nodes.length () == 1 test to before first nodes[0] access.
27926
27927 2016-03-16 Tom de Vries <tom@codesourcery.com>
27928
27929 PR tree-optimization/68715
27930 * graphite-scop-detection.c (scop_detection::merge_sese): Add missing
27931 single_pred_p test.
27932
27933 2016-03-16 Tom de Vries <tom@codesourcery.com>
27934
27935 PR tree-optimization/68809
27936 * graphite-scop-detection.c (same_close_phi_node): Test if result types
27937 are the same.
27938
27939 2016-03-16 Carlos O'Donell <carlos@redhat.com>
27940 Sandra Loosemore <sandra@codesourcery.com>
27941
27942 * doc/extend.texi (Common Function Attributes): Describe ifunc impact
27943 on leaf attribute. Mention ELF interposition problems.
27944
27945 2016-03-16 Alan Modra <amodra@gmail.com>
27946
27947 PR rtl-optimization/69195
27948 PR rtl-optimization/47992
27949 * ira.c (indirect_jump_optimize): Ignore artificial defs.
27950 Add comments.
27951
27952 2016-03-15 Eric Botcazou <ebotcazou@adacore.com>
27953
27954 PR bootstrap/69513
27955 * dwarf2out.c (flush_limbo_die_list): Really flush the limbo list.
27956
27957 2016-03-15 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
27958
27959 * config/avr/avr.md (rotl<mode>3): Set mode for operand 2.
27960
27961 2016-03-15 Jakub Jelinek <jakub@redhat.com>
27962
27963 PR rtl-optimization/70222
27964 * combine.c (simplify_shift_const_1): For A >> B >> C LSHIFTRT
27965 optimization if mode is different from result_mode, queue up masking
27966 of the result in outer_op. Formatting fix.
27967
27968 PR middle-end/70239
27969 * tree-ssa-sccvn.c (VN_INFO_GET): Use safe_grow_cleared instead
27970 of safe_grow.
27971
27972 2016-03-15 Andrey Belevantsev <abel@ispras.ru>
27973
27974 PR rtl-optimization/69032
27975 * sel-sched-ir.c (get_seqno_by_preds): Include both insn and head when
27976 looping backwards over basic block insns.
27977
27978 2016-03-15 Andrey Belevantsev <abel@ispras.ru>
27979
27980 PR target/66660
27981 * sel-sched-ir.c (merge_expr): Avoid changing the speculative pattern
27982 to non-speculative when propagating trap bits.
27983
27984 2016-03-15 Andrey Belevantsev <abel@ispras.ru>
27985
27986 PR rtl-optimization/63384
27987 * sel-sched.c (invoke_aftermath_hooks): Do not decrease issue_more on
27988 DEBUG_INSN_P insns.
27989
27990 2016-03-15 Andrey Belevantsev <abel@ispras.ru>
27991
27992 PR target/64411
27993 * sched-deps.c (get_implicit_reg_pending_clobbers): New function,
27994 factored out from ...
27995 (sched_analyze_insn): ... here.
27996 * sched-int.h (get_implicit_reg_pending_clobbers): Declare it.
27997 * sel-sched-ir.c (setup_id_implicit_regs): New function, use
27998 get_implicit_reg_pending_clobbers in it.
27999 (setup_id_reg_sets): Use setup_id_implicit_regs.
28000 (deps_init_id): Ditto.
28001
28002 2016-03-15 Tom de Vries <tom@codesourcery.com>
28003
28004 PR ipa/70161
28005 * cgraph.c (cgraph_node::get_body): Save, reset and restore
28006 dump_file_name.
28007 * passes.c (execute_one_ipa_transform_pass): Add missing argument to
28008 execute_function_dump.
28009 (execute_one_pass): Don't dump function if it will be dumped after ipa
28010 transform.
28011
28012 2016-03-15 Segher Boessenkool <segher@kernel.crashing.org>
28013
28014 * genrecog.c (match_pattern_2): If pred is NULL don't call
28015 safe_predicate_mode on it.
28016
28017 2016-03-14 Jakub Jelinek <jakub@redhat.com>
28018
28019 PR middle-end/70219
28020 * lra-constraints.c (delete_move_and_clobber): Change assertion
28021 to also allow dregno == 0.
28022
28023 2016-03-14 Richard Henderson <rth@redhat.com>
28024
28025 PR tree-opt/68714
28026 * tree-ssa-reassoc.c (ovce_extract_ops, optimize_vec_cond_expr): New.
28027 (can_reassociate_p): Allow ANY_INTEGRAL_TYPE_P.
28028 (reassociate_bb): Use optimize_vec_cond_expr; avoid
28029 optimize_range_tests, attempt_builtin_copysign and attempt_builtin_powi
28030 on vectors.
28031
28032 2016-03-14 Bernd Schmidt <bschmidt@redhat.com>
28033
28034 PR target/70083
28035 * lra-lives.c (process_bb_lives): Also update biggest mode for hard
28036 regs.
28037 (lra_create_live_ranges_1): initialize hard register biggest_mode to
28038 VOIDmode.
28039 * lra-constraints.c (split_reg): For hard regs, try to find the
28040 biggest single-register mode used in the function.
28041
28042 2016-03-14 Richard Biener <rguenther@suse.de>
28043
28044 PR tree-optimization/56365
28045 * tree-ssa-phiopt.c (minmax_replacement): Handle alternate
28046 constants to compare against.
28047
28048 2016-03-14 Segher Boessenkool <segher@kernel.crashing.org>
28049
28050 PR target/70098
28051 * config/rs6000/rs6000.md (*ctr<mode>_internal1, *ctr<mode>_internal2,
28052 *ctr<mode>_internal5, *ctr<mode>_internal6): Also allow "d" as output.
28053 (define_split for the GPR case): Use int_reg_operand instead of
28054 gpc_reg_operand for the output.
28055
28056 2016-03-14 Tom de Vries <tom@codesourcery.com>
28057
28058 PR tree-optimization/70045
28059 * graphite-isl-ast-to-gimple.c (graphite_create_new_loop_guard): Unshare
28060 create_empty_if_region_on_edge argument.
28061
28062 2016-03-13 Eric Botcazou <ebotcazou@adacore.com>
28063
28064 * config/arm/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Define.
28065 (STACK_CHECK_PROTECT): Likewise.
28066 * config/i386/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise
28067 (STACK_CHECK_PROTECT): Likewise.
28068 * config/rs6000/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise
28069 (STACK_CHECK_PROTECT): Likewise.
28070 * config/rs6000/vxworksae.h (STACK_CHECK_PROTECT): Likewise.
28071 * config/sparc/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
28072 (STACK_CHECK_PROTECT): Likewise.
28073
28074 2016-03-12 Andrey Belevantsev <abel@ispras.ru>
28075
28076 PR rtl-optimization/69307
28077 * sel-sched.c (choose_best_pseudo_reg): Properly check for hard
28078 registers in modes that span more than one register.
28079
28080 2016-03-12 Vladimir Makarov <vmakarov@redhat.com>
28081
28082 PR target/69614
28083 * lra-constraints.c (delete_move_and_clobber): New.
28084 (remove_inheritance_pseudos): Use it.
28085
28086 2016-03-12 Eric Botcazou <ebotcazou@adacore.com>
28087
28088 PR ada/70017
28089 * calls.c (emit_library_call_value_1): Clear the ECF_NOTHROW flag if
28090 the libcall is LCT_THROW.
28091 * explow.c (probe_stack_range): Pass LCT_THROW to emit_library_call
28092 for the checking routine.
28093
28094 2016-03-11 Michael Meissner <meissner@linux.vnet.ibm.com>
28095
28096 PR target/70131
28097 * config/rs6000/rs6000.md (round32<mode>2_fprs): Do not do the
28098 optimization if we have direct move.
28099 (roundu32<mode>2_fprs): Likewise.
28100
28101 2016-03-11 Bernd Schmidt <bschmidt@redhat.com>
28102
28103 PR target/70123
28104 * lra-remat.c (operand_to_remat): Disallow hard regs in the value t
28105 be rematerialized.
28106 (reg_overlap_for_remat_p): Renamed from input_regno_present_p.
28107 Arguments swapped. All callers changed. Take reg_renumber into
28108 account, and Calculate and compare register ranges for hard regs.
28109
28110 2016-03-11 Jeff Law <law@redhat.com>
28111
28112 PR tree-optimization/70190
28113 * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
28114 Handle cases where we can not extract the taken edge, even though we
28115 found a constant value.
28116
28117 PR tree-optimization/64058
28118 * tree-ssa-coalesce.c (struct coalesce_pair): Add new field INDEX.
28119 (num_coalesce_pairs): Move up earlier in file.
28120 (find_coalesce_pair): Initialize the INDEX field for each pair
28121 discovered.
28122 (compare_pairs): No longer sort on the elements in each pair.
28123 Instead break ties with the index of the coalesce pair.
28124
28125 2016-03-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
28126
28127 PR target/70002
28128 * config/aarch64/aarch64-protos.h
28129 (aarch64_save_restore_target_globals): New prototype.
28130 * config/aarch64/aarch64-c.c (aarch64_pragma_target_parse):
28131 Call the above when popping pragma.
28132 * config/aarch64/aarch64.c (aarch64_save_restore_target_globals):
28133 New function.
28134 (aarch64_set_current_function): Rewrite using the above.
28135
28136 2016-03-11 Jakub Jelinek <jakub@redhat.com>
28137
28138 PR tree-optimization/70177
28139 * gimple-expr.h (extract_ops_from_tree_1): Renamed to ...
28140 (extract_ops_from_tree): ... this. In the 2 argument
28141 overload remove _1 suffix.
28142 * gimple-expr.c (extract_ops_from_tree_1): Renamed to ...
28143 (extract_ops_from_tree): ... this.
28144 * gimple.c (gimple_build_assign, gimple_assign_set_rhs_from_tree):
28145 Adjust callers.
28146 * tree-ssa-loop-niter.c (derive_constant_upper_bound): Likewise.
28147 * tree-ssa-forwprop.c (defcodefor_name): Call 3 operand
28148 extract_ops_from_tree instead of 2 operand one.
28149
28150 2016-03-11 Alan Lawrence <alan.lawrence@arm.com>
28151
28152 PR tree-optimization/70013
28153 * tree-sra.c (analyze_access_subtree): Also set grp_unscalarized_data
28154 for constant-pool entries.
28155
28156 2016-03-11 Jakub Jelinek <jakub@redhat.com>
28157
28158 PR rtl-optimization/70174
28159 * expmed.c (store_bit_field_using_insv): Use gen_lowpart_if_possible
28160 followed by gen_lowpart on force_reg instead of just gen_lowpart.
28161
28162 PR tree-optimization/70169
28163 * tree-ssa-loop.c (gen_lsm_tmp_name): Handle FUNCTION_DECL and
28164 LABEL_DECL like VAR_DECL. Emit nothing instead of gcc_unreachable
28165 for unknown codes.
28166
28167 2016-03-11 Ilya Enkovich <enkovich.gnu@gmail.com>
28168 Jakub Jelinek <jakub@redhat.com>
28169
28170 PR target/70160
28171 * config/i386/i386.c (scalar_chain::convert_reg): Skip uses
28172 of uninitialized values.
28173
28174 2016-03-11 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
28175
28176 * config/s390/s390.md ("trunctddd2"): Turn former define_insn into
28177 define_expand.
28178 ("*trunctddd2"): New pattern definition.
28179 ("trunctdsd2"): Set prep_for_short_prec rounding mode for the
28180 TD->DD truncation.
28181
28182 2016-03-11 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
28183
28184 * config/s390/s390.md (BFP_RND_*, DFP_RND_*): Add new constant
28185 definitions for BFP and DFP rounding modes.
28186 ("fixuns_truncdddi2", "fixuns_trunctddi2")
28187 ("fixuns_trunc<BFP:mode><GPR:mode>2", "fixuns_trunc<mode>si2")
28188 ("fix_trunc<DSF:mode><GPR:mode>2", "fix_trunc<mode>di2")
28189 ("fix_trunctf<mode>2"): Use the new constants instead of magic
28190 numbers.
28191
28192 2016-03-11 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
28193
28194 * config/s390/constraints.md: Adjust comment.
28195 ("Y"): Adjust comment. Rename s390_decompose_shift_count to
28196 s390_decompose_addrstyle_without_index.
28197 * config/s390/predicates.md (shift_count_or_setmem_operand):
28198 Rename to setmem_operand.
28199 * config/s390/s390-protos.h
28200 (s390_decompose_shift_count): Rename to
28201 s390_decompose_addrstyle_without_index.
28202 * config/s390/s390.c (s390_decompose_shift_count)
28203 (s390_mem_constraint, print_shift_count_operand)
28204 (print_operand_address, print_operand): Rename
28205 s390_decompose_shift_count to
28206 s390_decompose_addrstyle_without_index and rename
28207 print_shift_count_operand to print_addrstyle_operand troughout the
28208 file.
28209 * config/s390/s390.md ("setmem_long_<P:mode>", "*setmem_long")
28210 ("*setmem_long_and", "*setmem_long_31z", "*setmem_long_and_31z"):
28211 Rename shift_count_or_setmem_operand to setmem_operand.
28212 * config/s390/vx-builtins.md ("vec_insert<mode>")
28213 ("vec_promote<mode>"): Replace shift_count_or_setmem_operand with
28214 nonmemory_operand.
28215
28216 2016-03-10 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
28217
28218 PR target/70168
28219 * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap):
28220 Handle overlapping retval and newval.
28221
28222 2016-03-10 Nick Clifton <nickc@redhat.com>
28223
28224 PR target/7044
28225 * config/aarch64/aarch64.c
28226 (aarch64_override_options_after_change_1): When forcing
28227 flag_omit_frame_pointer to be true, use a special value that can
28228 be detected if this function is called again, thus preventing
28229 flag_omit_leaf_frame_pointer from being forced to be false.
28230
28231 2016-03-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
28232
28233 * common/config/aarch64/aarch64-common.c (aarch64_handle_option):
28234 Set x_flag_omit_leaf_frame_pointer when handling
28235 -momit-leaf-frame-pointer.
28236
28237 2016-03-10 Jan Hubicka <hubicka@ucw.cz>
28238
28239 PR lto/69589
28240 * cgraph.c (cgraph_node::dump): Dump split_part and
28241 indirect_call_target.
28242 * cgraph.h (cgraph_node): Add indirect_call_target flag.
28243 * ipa.c (has_addr_references_p): Cleanup.
28244 (is_indirect_call_target_p): New.
28245 (walk_polymorphic_call_targets): Do not mark virtuals that may be
28246 called indirectly as local.
28247 (symbol_table::remove_unreachable_nodes): Compute indirect_call_target.
28248
28249 2016-03-10 Jan Hubicka <hubicka@ucw.cz>
28250
28251 PR ipa/69630
28252 * ipa-devirt.c (possible_polymorphic_call_targets): Do not ICE
28253 on cxa_pure_virtual.
28254
28255 2016-03-10 Jan Hubicka <hubicka@ucw.cz>
28256
28257 PR lto/69589
28258 * tree.c (free_lang_data_in_decl): Clear visibility of TYPE_DECL.
28259
28260 2016-03-10 Jan Hubicka <hubicka@ucw.cz>
28261
28262 PR lto/69589
28263 * tree.c (need_assembler_name_p): Only record main variant type names.
28264
28265 2016-03-10 Christophe Lyon <christophe.lyon@linaro.org>
28266
28267 PR target/70113.
28268 * config/aarch64/aarch64.h (TARGET_FIX_ERR_A53_843419_DEFAULT):
28269 Always define to 0 or 1.
28270 (TARGET_FIX_ERR_A53_843419): New macro.
28271 * config/aarch64/aarch64-elf-raw.h
28272 (TARGET_FIX_ERR_A53_843419_DEFAULT): Update for above changes.
28273 * config/aarch64/aarch64-linux.h: Likewise.
28274 * config/aarch64/aarch64.c
28275 (aarch64_override_options_after_change_1): Do not default
28276 aarch64_nopcrelative_literal_loads to true if Cortex-A53 erratum
28277 843419 is on.
28278 (aarch64_attributes): Handle fix-cortex-a53-843419.
28279 (aarch64_can_inline_p): Likewise.
28280 * config/aarch64/aarch64.opt (aarch64_fix_a53_err843419): Save.
28281
28282 2016-03-10 Alan Lawrence <alan.lawrence@arm.com>
28283 Jakub Jelinek <jakub@redhat.com>
28284
28285 * common.opt (funconstrained-commons, flag_unconstrained_commons): New.
28286 * tree.c (array_at_struct_end_p): Do not limit to size of decl for
28287 DECL_COMMONS if flag_unconstrained_commons is set.
28288 * tree-dfa.c (get_ref_base_and_extent): Likewise.
28289 * doc/invoke.texi (Optimize Options): Add -funconstrained-commons.
28290 (funconstrained-commons): Document.
28291
28292 2016-03-10 Christophe Lyon <christophe.lyon@linaro.org>
28293
28294 * config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add
28295 aarch64-fusion-pairs.def and aarch64-tuning-flags.def
28296
28297 2016-03-10 Ilya Enkovich <enkovich.gnu@gmail.com>
28298
28299 * tree-vect-stmts.c (vectorizable_mask_load_store): Check mask
28300 has a proper number of elements.
28301
28302 2016-03-10 Alan Modra <amodra@gmail.com>
28303
28304 PR rtl-optimization/69195
28305 PR rtl-optimization/47992
28306 * ira.c (recorded_label_ref): Delete.
28307 (update_equiv_regs): Return void.
28308 (indirect_jump_optimize): New function.
28309 (ira): Call indirect_jump_optimize and delete_trivially_dead_insns
28310 before regstat_compute_ri. Don't rebuild_jump_labels here.
28311 Delete update_regstat.
28312
28313 2016-03-10 Richard Biener <rguenther@suse.de>
28314
28315 PR tree-optimization/70128
28316 * tree-ssa-structalias.c (set_uids_in_ptset): Set
28317 vars_contains_nonlocal for any FUNCTION_DECL or LABEL_DECL.
28318
28319 2016-03-09 Jakub Jelinek <jakub@redhat.com>
28320
28321 PR tree-optimization/70152
28322 * tree-sra.c (replace_removed_params_ssa_names): Copy over
28323 SSA_NAME_OCCURS_IN_ABNORMAL_PHI from old_name to new_name.
28324
28325 PR target/70086
28326 * config/i386/i386.md (truncdfsf2 splitter): Use gen_vec_concatv2df
28327 instead of gen_sse2_loadlpd.
28328 * config/i386/sse.md (*vec_concatv2df): Rename to...
28329 (vec_concatv2df): ... this.
28330
28331 PR tree-optimization/70127
28332 * fold-const.c (operand_equal_p): Revert the 2015-10-28 change.
28333
28334 2016-03-09 David Malcolm <dmalcolm@redhat.com>
28335
28336 PR c/68473
28337 PR c++/70105
28338 * diagnostic-show-locus.c (compatible_locations_p): New function.
28339 (layout::layout): Sanitize ranges using compatible_locations_p.
28340
28341 2016-03-09 David Malcolm <dmalcolm@redhat.com>
28342
28343 PR c/68473
28344 PR c++/70105
28345 * diagnostic-show-locus.c (layout_range::layout_range): Replace
28346 location_range param with three const expanded_locations * and a
28347 bool.
28348 (layout::layout): Replace call to
28349 rich_location::lazily_expand_location with get_expanded_location.
28350 Extract the range and perform location expansion here, passing
28351 the results to the layout_range ctor.
28352 * diagnostic.c (source_range::debug): Delete.
28353 * diagnostic.h (diagnostic_expand_location): Reimplement in terms
28354 of rich_location::get_expanded_location.
28355 * gcc-rich-location.c (get_range_for_expr): Delete.
28356 (gcc_rich_location::add_expr): Reimplement to avoid the
28357 rich_location::add_range overload that took a location_range,
28358 passing a location_t instead.
28359
28360 2016-03-09 Richard Biener <rguenther@suse.de>
28361 Jakub Jelinek <jakub@redhat.com>
28362
28363 PR tree-optimization/70138
28364 * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer):
28365 Also skip vect_double_reduction_def.
28366
28367 2016-03-09 Jakub Jelinek <jakub@redhat.com>
28368
28369 PR target/70049
28370 * config/i386/sse.md (*vec_extract<mode>): Use %0 instead of %k0
28371 if the operand is "m".
28372
28373 2016-03-09 Nathan Sidwell <nathan@acm.org>
28374
28375 * config/nvptx/nvptx.c (nvptx_option_override): Don't kill debug level.
28376
28377 2016-03-09 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
28378
28379 * config/i386/i386.c (processor_target_table): Fix cost table
28380 intialization order for znver1.
28381
28382 2016-03-08 Jakub Jelinek <jakub@redhat.com>
28383
28384 * ipa-polymorphic-call.c (walk_ssa_copies): Fix spelling
28385 - becuase -> because.
28386 * ipa-reference.c (ignore_module_statics): Likewise.
28387 * cgraph.c (cgraph_node::get_body): Likewise.
28388 * ipa-inline.c (early_inliner): Likewise.
28389 * ipa-devirt.c (types_same_for_odr): Likewise.
28390 * tree-streamer-out.c (pack_ts_type_common_value_fields): Likewise.
28391 * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Likewise.
28392
28393 2016-03-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
28394
28395 * tree-ssa-math-opts.c: Fix typo in comment.
28396
28397 2016-03-08 Jakub Jelinek <jakub@redhat.com>
28398
28399 PR target/70110
28400 * config/i386/i386.c (scalar_chain::make_vector_copies,
28401 scalar_chain::convert_reg): Call end_sequence in between
28402 get_insns and emit_conversion_insns rather than after both
28403 calls.
28404
28405 2016-03-07 Uros Bizjak <ubizjak@gmail.com>
28406
28407 PR target/70064
28408 * config/i386/i386.h (machine_function): Add
28409 pc_thunk_call_expanded flag.
28410 (ix86_pc_thunk_call_expanded): New define.
28411 * config/i386/i386.md (set_got, set_got_labelled): New expanders.
28412 (*set_got): Rename insn pattern from set_got.
28413 (*set_got_labelled): Rename inst pattern from set_got_labelled.
28414 * config/i386/i386.c (ix86_compute_frame_layout): Use
28415 ix86_pc_thunk_call_expanded to prevent red-zone.
28416
28417 2016-03-07 Martin Jambor <mjambor@suse.cz>
28418
28419 * hsa.h (hsa_get_ctor_statements): Declare.
28420 (hsa_get_dtor_statements): Likewise.
28421 (hsa_get_kernel_dispatch_type): Likewise.
28422 * hsa.c (hsa_get_ctor_statements): New function.
28423 (hsa_get_dtor_statements): Likewise.
28424 (hsa_get_kernel_dispatch_type): Likewise.
28425 * hsa-brig.c (hsa_cdtor_statements): Removed.
28426 (hsa_output_libgomp_mapping): Use hsa_get_ctor_statements and
28427 hsa_get_dtor_statements.
28428 * hsa-gen.c (hsa_kernel_dispatch_type): Removed.
28429 (get_hsa_kernel_dispatch_offset): Use hsa_get_kernel_dispatch_type.
28430
28431 2016-03-07 Andre Vieira <andre.simoesdiasvieira@arm.com>
28432
28433 * config/arm/arm-cores.def (cortex-r8): New.
28434 * config/arm/arm-tables.opt (cortex-r8): Regenerate.
28435 * config/arm/arm-tune.md: Likewise.
28436 * doc/invoke.texi: Add cortex-r8 to list of cpu values.
28437
28438 2016-03-07 Martin Sebor <msebor@redhat.com>
28439
28440 PR rtl-optimization/19705
28441 * doc/invoke.texi (Options That Control Optimization): Clarify
28442 -fno-branch-count-reg.
28443
28444 2016-02-26 Richard Biener <rguenther@suse.de>
28445 Jeff Law <law@redhat.com>
28446
28447 PR tree-optimization/69740
28448 * cfghooks.c (remove_edge): Request loop fixups if we delete
28449 an edge that might turn an irreducible loop into a natural
28450 loop.
28451 * cfgloop.h (check_verify_loop_structure): Clear LOOPS_NEED_FIXUP.
28452 Move after definition of loops_state_clear.
28453
28454 2016-03-07 Bin Cheng <bin.cheng@arm.com>
28455
28456 PR rtl-optimization/69052
28457 * rtlanal.c (commutative_operand_precedence): Set higher precedence
28458 to CONST_WIDE_INT.
28459
28460 2016-03-07 Tom de Vries <tom@codesourcery.com>
28461
28462 PR tree-optimization/70116
28463 * tree-ssa-tail-merge.c (merge_stmts_p): New function, handling
28464 is_tm_ending stmts and ubsan/asan internal functions.
28465 (find_duplicate): Use it. Don't test is_tm_ending here.
28466
28467 2016-03-07 Richard Biener <rguenther@suse.de>
28468
28469 PR tree-optimization/70115
28470 * tree-ssa-loop-ivcanon.c (propagate_into_all_uses): Remove.
28471 (propagate_constants_for_unrolling): Use replace_uses_by.
28472
28473 2016-03-07 Nathan Sidwell <nathan@codesourcery.com>
28474
28475 PR middle-end/69916
28476 * omp-low.c (struct oacc_loop): Add ifns.
28477 (new_oacc_loop_raw): Initialize it.
28478 (finish_oacc_loop): Clear mask & flags if no ifns.
28479 (oacc_loop_discover_walk): Count IFN_GOACC_LOOP calls.
28480 (oacc_loop_xform_loop): Add ifns arg & adjust.
28481 (oacc_loop_process): Adjust oacc_loop_xform_loop call.
28482
28483 2016-03-07 Richard Henderson <rth@redhat.com>
28484
28485 PR rtl-opt/70061
28486 * tree-outofssa.c (emit_partition_copy): Flush pending stack adjust.
28487 (insert_value_copy_on_edge): Likewise.
28488
28489 2016-03-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
28490
28491 * config/arm/arm_neon.h: Show error if using with soft-float ABI.
28492
28493 2016-03-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
28494
28495 PR target/62281
28496 * config/i386/sol2.h (STACK_REALIGN_DEFAULT): Define.
28497
28498 2016-03-05 Venkataramanan Kumar <Venkataramanan.kumar@amd.com>
28499
28500 * config/i386/i386.c (znver1_cost): Fix Multiply cost.
28501
28502 2016-03-05 Venkataramanan Kumar <Venkataramanan.kumar@amd.com>
28503
28504 Fix sseimul type attribute.
28505 * config/i386/znver1.md
28506 (znver1_sseimul, znver1_sseimul_avx256, znver1_sseimul_load,
28507 znver1_sseimul_avx256_load) : Fix the type attribute.
28508 (znver1_sseimul_di, znver1_sseimul_load_di): Fix type attribute,
28509 pipe usage and latency.
28510
28511 2016-03-05 Jakub Jelinek <jakub@redhat.com>
28512
28513 PR c++/70084
28514 * tree-inline.c (copy_tree_body_r): When cancelling ADDR_EXPR
28515 of INDIRECT_REF and ADDR_EXPR changed type, fold_convert it
28516 to the right type.
28517
28518 2016-03-04 Bernd Schmidt <bschmidt@redhat.com>
28519
28520 PR c/69973
28521 * targhooks.c (default_vector_alignment): Limit to MAX_OFILE_ALIGNMENT.
28522
28523 PR rtl-optimization/69941
28524 * postreload.c (reload_combine_recognize_pattern): Ensure all uses of
28525 the reg share its mode.
28526
28527 2016-03-04 Jeff Law <law@redhat.com>
28528
28529 PR tree-optimization/69196
28530 * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
28531 If the both SSA_NAMEs are anonymous, then consider them unassociated
28532 and include the PHI in the statement count.
28533
28534 2016-03-05 Tom de Vries <tom@codesourcery.com>
28535
28536 * omp-low.c (check_omp_nesting_restrictions): Check for non-oacc
28537 construct in oacc routine. Check for oacc region in oacc routine.
28538
28539 2016-03-04 Jakub Jelinek <jakub@redhat.com>
28540
28541 PR target/70062
28542 * config/i386/i386.c (decide_alg): Add RECUR argument. Revert
28543 2016-02-22 changes, instead don't recurse if RECUR is already true.
28544 Don't change *dynamic_check if RECUR. Adjust recursive caller
28545 to pass true to the new argument.
28546 (ix86_expand_set_or_movmem): Adjust decide_alg caller.
28547
28548 PR target/70059
28549 * config/i386/sse.md (vec_set_lo_<mode><mask_name>,
28550 <extract_type_2>_vinsert<shuffletype><extract_suf_2>_mask): Formatting
28551 fixes.
28552 (vec_set_hi_<mode><mask_name>): Likewise. Swap VEC_CONCAT operands.
28553
28554 2016-03-04 Bernd Schmidt <bschmidt@redhat.com>
28555
28556 PR rtl-optimization/57676
28557 * lra-assigns.c (lra_assign): Guard test for maximum iterations
28558 with flag_checking.
28559
28560 2016-03-04 Ilya Enkovich <enkovich.gnu@gmail.com>
28561
28562 * tree-vect-patterns.c (search_type_for_mask): Handle
28563 comparison of booleans.
28564
28565 2016-03-04 Jakub Jelinek <jakub@redhat.com>
28566
28567 * doc/extend.texi (__builtin_alloca, __builtin_alloca_with_align):
28568 Fix @xref usage.
28569
28570 PR debug/69947
28571 * dwarf2out.c (prune_unused_types_walk_loc_descr): Handle
28572 all other ops that have dw_val_class_die_ref operands,
28573 and DW_OP_GNU_entry_value.
28574
28575 2016-03-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
28576
28577 PR rtl-optimization/69904
28578 * config/arm/arm.c (arm_cannot_copy_insn_p):
28579 Return true for load-exclusive instructions.
28580
28581 2016-03-03 Jakub Jelinek <jakub@redhat.com>
28582
28583 PR target/70021
28584 * tree-vect-stmts.c (vect_mark_relevant): Remove USED_IN_PATTERN
28585 argument, if STMT_VINFO_IN_PATTERN_P (stmt_info), always mark
28586 the pattern no matter if it is used just by non-pattern, pattern
28587 or mix thereof.
28588 (process_use, vect_mark_stmts_to_be_vectorized): Adjust callers.
28589 * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): If
28590 oprnd1 def_stmt is in pattern, don't look through it.
28591
28592 2016-03-03 Marek Polacek <polacek@redhat.com>
28593
28594 PR middle-end/70050
28595 * match.pd (X % -Y): Add INTEGRAL_TYPE_P check.
28596
28597 2016-03-03 Martin Liska <mliska@suse.cz>
28598
28599 PR tree-optimization/70043
28600 * tree-vect-loop.c (optimize_mask_stores): Move iterator to
28601 previous statement if we see a debug statement.
28602
28603 2016-03-03 Richard Biener <rguenther@suse.de>
28604
28605 PR tree-optimization/55936
28606 * tree-vrp.c (compare_name_with_value): Add use_equiv_p
28607 parameter and guard unsafe equivalence use.
28608 (vrp_evaluate_conditional_warnv_with_ops): Always use
28609 safe equivalences but not via the quadratic compare_names
28610 helper.
28611
28612 2016-03-03 Michael Collison <michael.collison@linaro.org>
28613
28614 PR target/70014
28615 * config/arm/arm.md (*subsi3_carryin_const): Change predicate
28616 for operand 1 to s_register_operand. Change predicate for operand
28617 2 to arm_not_immediate_operand.
28618
28619 2016-03-02 H.J. Lu <hongjiu.lu@intel.com>
28620
28621 * doc/tm.texi: Regenerated.
28622
28623 2016-03-02 Richard Henderson <rth@redhat.com>
28624
28625 PR rtl-opt/67145
28626 * simplify-rtx.c (simplify_plus_minus): Allow reassoc without
28627 simplification when all args are positive non-fixed registers.
28628
28629 2016-03-02 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
28630
28631 * target.def (lra_p): Specify that new ports should use LRA.
28632
28633 2016-03-02 Jakub Jelinek <jakub@redhat.com>
28634
28635 PR libgomp/69555
28636 * gimplify.c (gimplify_decl_expr): For decls with REFERENCE_TYPE, also
28637 gimplify_type_sizes the type they refer to.
28638 (omp_notice_variable): Handle reference vars to VLAs.
28639 * omp-low.c (lower_omp_target): Emit setup of OMP_CLAUSE_PRIVATE
28640 reference to VLA decls in the second pass instead of first pass.
28641
28642 2016-03-02 Tom de Vries <tom@codesourcery.com>
28643
28644 PR tree-optimization/68659
28645 * graphite-isl-ast-to-gimple.c (collect_all_ssa_names): Handle
28646 new_expr == NULL_TREE.
28647 (get_new_name): Handle ADDR_EXPR.
28648
28649 2016-03-02 Bin Cheng <bin.cheng@arm.com>
28650
28651 PR rtl-optimization/69052
28652 * loop-invariant.c (canonicalize_address): New function.
28653 (inv_can_prop_to_addr_use): Check validity of address expression
28654 which is canonicalized by above function.
28655
28656 2016-03-02 Alan Modra <amodra@gmail.com>
28657
28658 PR ipa/69990
28659 * ipa-icf.c (sem_variable::merge): Do not merge an alias with
28660 larger alignment.
28661
28662 2016-03-02 Jakub Jelinek <jakub@redhat.com>
28663
28664 PR target/70028
28665 * config/i386/i386.md (kmovw): Move m constraint to 2nd alternative.
28666 (*movhi_internal): Put mask moves from and to memory separately
28667 from moves from/to GPRs.
28668
28669 2016-03-02 Richard Biener <rguenther@suse.de>
28670
28671 * genmatch.c (dt_node::gen_kids): Fix match code-gen for embedded
28672 GENERIC expressions in GIMPLE.
28673
28674 2016-03-02 Richard Biener <rguenther@suse.de>
28675
28676 * config/i386/i386.c (type_natural_mode): Fix typo.
28677
28678 2016-03-02 Nick Clifton <nickc@redhat.com>
28679
28680 * config.gcc (mep-*-elf): Add newlib-stdint.h to tm_file.
28681
28682 2016-03-02 Richard Biener <rguenther@suse.de>
28683 Uros Bizjak <ubizjak@gmail.com>
28684
28685 PR target/67278
28686 * config/i386/i386.c (type_natural_mode): Handle XFmode vectors.
28687
28688 2016-03-02 Richard Biener <rguenther@suse.de>
28689
28690 PR middle-end/67278
28691 * tree-cfg.c (verify_expr): Adjust BIT_FIELD_REF case.
28692
28693 2016-03-02 Marek Polacek <polacek@redhat.com>
28694
28695 PR c/67854
28696 * gimplify.c (gimplify_va_arg_expr): Use expanded location for the
28697 "is promoted to" warning.
28698
28699 2016-03-01 DJ Delorie <dj@redhat.com>
28700
28701 * config.gcc: Deprecate mep-*.
28702
28703 2016-03-01 Vladimir Makarov <vmakarov@redhat.com>
28704
28705 PR middle-end/70025
28706 * lra-constraints.c (regno_val_use_in): New.
28707 (match_reload): Use it instead of regno_use_in.
28708
28709 2016-03-01 Eric Botcazou <ebotcazou@adacore.com>
28710
28711 PR rtl-optimization/70007
28712 * gcse.c (compute_ld_motion_mems): Tidy up and also invalidate memory
28713 references present in REG_EQUAL notes attached to non-SET patterns.
28714
28715 2016-03-01 Jeff Law <law@redhat.com>
28716
28717 PR tree-optimization/69196
28718 * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
28719 Appropriately clamp the number of statements to copy when the
28720 thread path does not traverse a loop backedge.
28721
28722 PR tree-optimization/69196
28723 * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
28724 Do count some PHIs in the thread path against the insn count. Decrease
28725 final statement count by one as the control statement in the last
28726 block will get removed. Remove special cased code for handling PHIs
28727 in the last block.
28728
28729 2016-03-01 Uros Bizjak <ubizjak@gmail.com>
28730
28731 PR target/70027
28732 * config/i386/i386.c (ix86_output_call_insn): Add -masm=intel
28733 asm dialect alternatives to explicit GOTPCREL calls.
28734
28735 2016-03-01 Eric Botcazou <ebotcazou@adacore.com>
28736
28737 PR ada/70017
28738 * ira.c (do_reload): Issue warning for generic stack checking here...
28739 * reload1.c (reload): ...instead of here and streamline it.
28740
28741 2016-03-01 Nick Clifton <nickc@redhat.com>
28742
28743 * config.gcc (cr16-*-elf): Add newlib-stdint.h to tm_file.
28744
28745 2016-03-01 Richard Biener <rguenther@suse.de>
28746
28747 PR tree-optimization/69983
28748 * tree-chrec.c (eq_evolutions_p): Handle conversions, compare
28749 types and fall back to operand_equal_p.
28750
28751 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
28752
28753 Revert
28754 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
28755
28756 * config/s390/constraints.md ("jm8"): New constraint.
28757 * config/s390/predicates.md ("const_int_8bitset_operand"): New
28758 predicate.
28759 * config/s390/s390.md ("*setmem_long", "*setmem_long_and"): Merge
28760 into ...
28761 ("*setmem_long<setmem_and>"): New pattern.
28762 ("*setmem_long_31z", "*setmem_long_and_31z"): Merge
28763 into ...
28764 ("*setmem_long_31z<setmem_and>"): New pattern.
28765 * config/s390/subst.md ("setmem_31z_subst", "setmem_and_subst"):
28766 New substitution rules with the required attributes.
28767
28768
28769 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
28770
28771 Revert
28772 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
28773
28774 * gensupport.c (process_substs_on_one_elem): Split loop to
28775 complete mark_operands_used_in_match_dup on all expressions in the
28776 vector first.
28777 (adjust_operands_numbers): Inline into process_substs_on_one_elem
28778 and remove function.
28779
28780 2016-03-01 Richard Biener <rguenther@suse.de>
28781
28782 PR middle-end/70022
28783 * fold-const.c (fold_indirect_ref_1): Fix range checking for
28784 vector BIT_FIELD_REF extract.
28785
28786 2016-03-01 Richard Biener <rguenther@suse.de>
28787
28788 PR tree-optimization/69994
28789 * tree-ssa-reassoc.c (ops_equal_values_p): Handle missing case.
28790
28791 2016-03-01 Ilya Enkovich <enkovich.gnu@gmail.com>
28792
28793 PR tree-optimization/69956
28794 * tree-vect-stmts.c (supportable_widening_operation): Support
28795 multi-step conversion of boolean vectors.
28796 (supportable_narrowing_operation): Likewise.
28797
28798 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
28799
28800 * config/s390/s390.c (s390_decompose_address): Don't accept SImode
28801 anymore.
28802
28803 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
28804
28805 * config/s390/subst.md (DSI_VI): New mode iterator.
28806 ("addr_style_op_subst"): Use DSI_VI instead of DSI.
28807 * config/s390/vector.md ("vec_set<mode>"): Move expander before
28808 the insn definition.
28809 ("*vec_set<mode>"): Change predicate and add alternative to
28810 support only either register or const_int operands as element
28811 selector.
28812 ("*vec_set<mode>_plus"): New pattern to support reg + const_int
28813 operands.
28814 ("vec_extract<mode>"): New expander.
28815 ("*vec_extract<mode>"): New insn definition supporting reg and
28816 const_int element selectors.
28817 ("*vec_extract<mode>_plus"): New insn definition supporting
28818 reg+const_int element selectors.
28819 ("rotl<mode>3", "ashl<mode>3", "ashr<mode>3"): Merge into the
28820 following expander+insn definition.
28821 ("<vec_shifts_name><mode>3"): New expander.
28822 ("*<vec_shifts_name><mode>3<addr_style_op>"): New insn definition.
28823
28824 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
28825
28826 * config/s390/s390.md ("*tabort_1"): Change predicate to
28827 nonmemory_operand. Add a second alternative to cover
28828 register as well as const int operands.
28829 ("*tabort_1_plus"): New pattern definition.
28830
28831 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
28832
28833 * config/s390/s390.md ("*ashrdi3_cc_31")
28834 ("*ashrdi3_cconly_31""*ashrdi3_cc_31_and")
28835 ("*ashrdi3_cconly_31_and", "*ashrdi3_31_and", "*ashrdi3_31"):
28836 Merge insn definitions into ...
28837 ("*ashrdi3_31<addr_style_op_cc><masked_op_cc><setcc><cconly>"):
28838 New pattern definition.
28839 ("*ashr<mode>3_cc", "*ashr<mode>3_cconly", "ashr<mode>3", )
28840 ("*ashr<mode>3_cc_and", "*ashr<mode>3_cconly_and")
28841 ("*ashr<mode>3_and"): Merge insn definitions into ...
28842 ("*ashr<mode>3<addr_style_op_cc><masked_op_cc><setcc><cconly>"):
28843 New pattern definition.
28844 * config/s390/subst.md ("addr_style_op_cc_subst")
28845 ("masked_op_cc_subst", "setcc_subst", "cconly_subst"): New
28846 substitutions patterns plus attributes.
28847 Add ashiftrt to SUBST iterator.
28848
28849 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
28850
28851 * config/s390/s390.md ("<shift><mode>3"): Change predicate of
28852 op2 to nonmemory_operand.
28853 ("*<shift>di3_31", "*<shift>di3_31_and"):
28854 Merge into single pattern definition ...
28855 ("*<shift>di3_31<addr_style_op><masked_op>"): New pattern.
28856 ("*<shift><mode>3", "*<shift><mode>3_and"): Merge into single
28857 pattern definition ...
28858 ("*<shift><mode>3<addr_style_op><masked_op>"): New pattern.
28859 * config/s390/subst.md: Add ashift and lshiftrt to SUBST
28860 iterator.
28861
28862 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
28863
28864 * config/s390/predicates.md (const_int_6bitset_operand): New
28865 predicate.
28866 * config/s390/s390.md: Include subst.md.
28867 ("rotl<mode>3"): New expander.
28868 ("rotl<mode>3", "*rotl<mode>3_and"): Merge insn definitions into
28869 ...
28870 ("*rotl<mode>3<addr_style_op><masked_op>"): New insn definition.
28871 * config/s390/subst.md: New file.
28872
28873 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
28874
28875 * config/s390/s390.md ("op_type", "atype", "length" attributes):
28876 Remove RRR type. It doesn't really exist.
28877 ("RRer", "f0", "v0", "vf", "vd", "op1", "Rf"): Remove mode
28878 attributes.
28879 ("BFP", "DFP", "nDSF", "nDFDI"): Add mode attributes.
28880 ("*cmp<mode>_ccs", "floatdi<mode>2", "add<mode>3")
28881 ("*add<mode>3_cc", "*add<mode>3_cconly", "sub<mode>3")
28882 ("*sub<mode>3_cc", "*sub<mode>3_cconly", "mul<mode>3")
28883 ("fma<mode>4", "fms<mode>4", "div<mode>3", "*neg<mode>2")
28884 ("*abs<mode>2", "*negabs<mode>2", "sqrt<mode>2"): Override
28885 `enabled' attribute.
28886
28887 2016-03-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
28888
28889 * gensupport.c (process_substs_on_one_elem): Split loop to
28890 complete mark_operands_used_in_match_dup on all expressions in the
28891 vector first.
28892 (adjust_operands_numbers): Inline into process_substs_on_one_elem
28893 and remove function.
28894
28895 2016-02-29 Eric Botcazou <ebotcazou@adacore.com>
28896
28897 PR target/69706
28898 * config/sparc/sparc.c (NWORDS_UP): Rename to...
28899 (CEIL_NWORDS): ...this. Use CEIL macro.
28900 (compute_fp_layout): Adjust to above renaming.
28901 (function_arg_union_value): Likewise.
28902 (sparc_arg_partial_bytes): Likewise.
28903 (sparc_function_arg_advance): Likewise.
28904
28905 2016-02-29 Jeff Law <law@redhat.com>
28906
28907 PR tree-optimization/70005
28908 * tree-ssa-uncprop.c (associate_equivalences_with_edges): Handle case
28909 where an object with a boolean range is compared against a value
28910 outside [0..1].
28911
28912 PR tree-optimization/69999
28913 * gimple-ssa-split-paths.c (split_paths): When duplicating a block
28914 with an outgoing edge marked with EDGE_IRREDUCIBLE_LOOP, schedule
28915 loop cleanups.
28916
28917 2016-02-29 Richard Biener <rguenther@suse.de>
28918
28919 PR tree-optimization/69994
28920 * tree-ssa-reassoc.c (gimple_nop_conversion_p): New function.
28921 (get_unary_op): Look through nop conversions.
28922 (ops_equal_values_p): New function, look for equality diregarding
28923 nop conversions.
28924 (eliminate_plus_minus_pair): Use ops_equal_values_p
28925 (repropagate_negates): Do not use get_unary_op here.
28926
28927 2016-02-29 Martin Liska <mliska@suse.cz>
28928
28929 * system.h: Poison ENABLE_CHECKING macro.
28930
28931 2016-02-29 Martin Liska <mliska@suse.cz>
28932
28933 * hsa-gen.c (gen_body_from_gimple): Dump only if TDF_DETAILS
28934 is presented in dump flags.
28935 * hsa-regalloc.c (linear_scan_regalloc): Likewise.
28936 (hsa_regalloc): Likewise.
28937
28938 2016-02-19 Richard Biener <rguenther@suse.de>
28939
28940 PR tree-optimization/69980
28941 * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Update
28942 permutation of those we need to keep.
28943
28944 2016-02-29 Eric Botcazou <ebotcazou@adacore.com>
28945
28946 PR target/69706
28947 * config/sparc/sparc.c (ROUND_ADVANCE): Rename to...
28948 (NWORDS_UP): ...this
28949 (init_cumulative_args): Minor tweaks.
28950 (sparc_promote_function_mode): Likewise.
28951 (scan_record_type): Delete.
28952 (traverse_record_type): New function template.
28953 (classify_data_t): New structure type.
28954 (classify_registers): New inline function.
28955 (function_arg_slotno): In 64-bit mode, bail out early if FP slots are
28956 exhausted. Instantiate traverse_record_type on classify_registers and
28957 deal with the case of a structure passed in slot #15 with no FP field
28958 in the first word.
28959 (assign_data_t): New structure type.
28960 (compute_int_layout): New static function.
28961 (compute_fp_layout): Likewise.
28962 (count_registers): New inline function.
28963 (assign_int_registers): New static function.
28964 (assign_fp_registers): Likewise.
28965 (assign_registers): New inline function.
28966 (function_arg_record_value_1): Delete.
28967 (function_arg_record_value_2): Likewise.
28968 (function_arg_record_value_3): Likewise.
28969 (function_arg_record_value): Adjust to above changes. Instantiate
28970 traverse_record_type on count_registers to first count the number of
28971 registers to be used and then on assign_registers to assign them.
28972 (function_arg_union_value): Adjust to above renaming.
28973 (sparc_function_arg_1); Minor tweaks. Remove commented out code.
28974 (sparc_arg_partial_bytes): Adjust to above renaming. Deal with the
28975 case of a structure passed in slot #15
28976 (sparc_function_arg_advance): Likewise.
28977 (function_arg_padding): Minor tweak.
28978
28979 2016-02-29 Richard Biener <rguenther@suse.de>
28980
28981 PR tree-optimization/69720
28982 * tree-vect-loop.c (get_initial_def_for_reduction): Avoid
28983 the adjustment_def path for possibly vectorized defs.
28984 (vect_create_epilog_for_reduction): Handle vectorized initial
28985 defs properly.
28986
28987 2016-02-28 Eric Botcazou <ebotcazou@adacore.com>
28988
28989 * config/i386/cygming.h (STACK_REALIGN_DEFAULT): Define.
28990
28991 2016-02-27 Jeff Law <law@redhat.com>
28992
28993 Revert
28994 2016-02-26 Richard Biener <rguenther@suse.de>
28995 Jeff Law <law@redhat.com>
28996
28997 PR tree-optimization/69740
28998 * cfghooks.c (remove_edge): Request loop fixups if we delete
28999 an edge that might turn an irreducible loop into a natural
29000 loop.
29001
29002 2016-02-27 Jakub Jelinek <jakub@redhat.com>
29003
29004 PR rtl-optimization/69896
29005 * tree-vect-generic.c (get_compute_type): Avoid single element
29006 vector types.
29007
29008 2016-02-26 Evandro Menezes <e.menezes@samsung.com>
29009
29010 Rename the AArch64 tuning option and related functions to enable the
29011 Newton series for the reciprocal square root to reflect its
29012 approximative characteristic.
29013
29014 * config/aarch64/aarch64-protos.h (aarch64_emit_swrsqrt): Rename
29015 function to "aarch64_emit_approx_rsqrt".
29016 * config/aarch64/aarch64-tuning-flags.def: Rename tuning flag to
29017 AARCH64_EXTRA_TUNE_APPROX_RSQRT.
29018 * config/aarch64/aarch64.c (exynosm1_tunigs): Use new flag name.
29019 (xgene1_tunings): Likewise.
29020 (use_rsqrt_p): Likewise.
29021 (aarch64_emit_swrsqrt): Use new function name.
29022 * config/aarch64/aarch64-simd.md (aarch64_rsqrts_*): Likewise.
29023 * config/aarch64/aarch64.opt (mlow-precision-recip-sqrt): Reword the
29024 text explaining this option.
29025 * doc/invoke.texi (-mlow-precision-recip-sqrt): Likewise.
29026
29027 2016-02-26 Jakub Jelinek <jakub@redhat.com>
29028
29029 PR target/69969
29030 * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
29031 complain about -mallow-movmisalign without -mvsx if
29032 TARGET_ALLOW_MOVMISALIGN was not set explicitly.
29033
29034 2016-02-26 Joel Sherrill <joel@rtems.org>
29035
29036 * config.gcc: Add x86_64-*-rtems*.
29037 * config/i386/rtems-64.h: New file.
29038
29039 2016-02-26 Joel Sherrill <joel@rtems.org>
29040
29041 * config.gcc: Add aarch64-*-rtems*.
29042 * config/aarch64/rtems.h: New file.
29043
29044 2016-02-26 Segher Boessenkool <segher@kernel.crashing.org>
29045
29046 PR target/69946
29047 * config/rs6000/rs6000.c (rs6000_insn_for_shift_mask): Print rlwinm
29048 shift amount using %h. Add comment.
29049
29050 2016-02-26 Richard Biener <rguenther@suse.de>
29051 Jeff Law <law@redhat.com>
29052
29053 PR tree-optimization/69740
29054 * cfghooks.c (remove_edge): Request loop fixups if we delete
29055 an edge that might turn an irreducible loop into a natural
29056 loop.
29057
29058 2016-02-26 Martin Jambor <mjambor@suse.cz>
29059
29060 PR middle-end/69920
29061 * tree-sra.c (sra_modify_assign): Do not remove loads of
29062 uninitialized aggregates to SSA_NAMEs.
29063
29064 2016-02-26 Richard Henderson <rth@redhat.com>
29065
29066 PR target/69709
29067 * config/s390/s390.md (risbg and risbgn splitters): Allocate new
29068 pseudo in case the target rtx matches the source of the left
29069 shift.
29070
29071 2016-02-26 Martin Jambor <mjambor@suse.cz>
29072
29073 PR hsa/69568
29074 * hsa.h (hsa_type_packed_p): Declare.
29075 * hsa.c (hsa_type_packed_p): New function.
29076 * hsa-gen.c (mem_type_for_type): Use unsigned type for packed
29077 loads.
29078 (gen_hsa_insns_for_store): Use hsa_type_packed_p.
29079 * hsa-brig.c (emit_basic_insn): Likewise.
29080
29081 2016-02-26 Martin Jambor <mjambor@suse.cz>
29082
29083 pr hsa/69674
29084 * hsa-gen.c (gen_hsa_phi_from_gimple_phi): Use proper hsa type for
29085 pointers.
29086 (gen_hsa_addr): Allow integer constants in TMR_INDEX2.
29087
29088 2016-02-26 Martin Jambor <mjambor@suse.cz>
29089
29090 * hsa.h (is_a_helper): New overload for hsa_op_immed for
29091 hsa_op_with_type operands.
29092 (hsa_unsigned_type_for_type): Declare.
29093 * hsa.c (hsa_unsigned_type_for_type): New function.
29094 * hsa-gen.c (gen_hsa_binary_operation): Use hsa_unsigned_type_for_type.
29095 (gen_hsa_insns_for_operation_assignment): Satisfy constrains of
29096 the finalizer. Do not emit extra move.
29097
29098 2016-02-26 Martin Jambor <mjambor@suse.cz>
29099
29100 * hsa-gen.c (gen_hsa_ternary_atomic_for_builtin): Fail in presence of
29101 atomic operations in private segment.
29102
29103 2016-02-26 Martin Jambor <mjambor@suse.cz>
29104
29105 * omp-low.c (grid_find_ungridifiable_statement): Store problematic
29106 statements to wi->info. Also disallow omp simd constructs.
29107 (grid_target_follows_gridifiable_pattern): Use wi.info to dump reason
29108 for not gridifying. Dump special string for omp_for.
29109
29110 2016-02-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
29111
29112 PR target/69245
29113 * config/aarch64/aarch64.c (aarch64_set_current_function):
29114 Save/restore target globals when switching to
29115 target_option_default_node.
29116
29117 2016-02-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
29118
29119 PR target/69613
29120 * config/aarch64/aarch64.c (aarch64_shift_truncation_mask):
29121 Return 0 if !SHIFT_COUNT_TRUNCATED.
29122
29123 2016-02-26 Jakub Jelinek <jakub@redhat.com>
29124 Eric Botcazou <ebotcazou@adacore.com>
29125
29126 PR rtl-optimization/69891
29127 * dse.c (scan_insn): If we can't figure out memset arguments
29128 or they are non-constant, call clear_rhs_from_active_local_stores.
29129
29130 2016-02-26 Martin Liska <mliska@suse.cz>
29131
29132 * doc/extend.texi: Mention clog10, clog10f an clog10l
29133 in Builtins section.
29134
29135 2016-02-26 Martin Liska <mliska@suse.cz>
29136
29137 * dwarf2out.c (new_loc_descr): Replace ENABLE_CHECKING with
29138 CHECKING_P.
29139 (resolve_args_picking_1): Likewise.
29140 * dwarf2out.h (struct GTY): Likewise.
29141
29142 2016-02-26 Martin Liska <mliska@suse.cz>
29143
29144 * hsa-gen.c (generate_hsa): Replace ENABLE_CHECKING macro
29145 with flag_checking.
29146 * hsa-regalloc.c (linear_scan_regalloc): Likewise.
29147
29148 2016-02-26 Markus Trippelsdorf <markus@trippelsdorf.de>
29149 Martin Liska <mliska@suse.cz>
29150
29151 * doc/install.texi: Mention --enable-valgrind-annotations.
29152
29153 2016-02-26 Richard Biener <rguenther@suse.de>
29154
29155 PR tree-optimization/69551
29156 * tree-ssa-structalias.c (get_constraint_for_ssa_var): When
29157 looking through aliases adjust DECL_PT_UID to refer to the
29158 ultimate alias target.
29159
29160 2016-02-25 Martin Liska <mliska@suse.cz>
29161
29162 PR middle-end/69919
29163 * alloc-pool.c (after_memory_report): New variable.
29164 * alloc-pool.h (base_pool_allocator ::release): Do not use
29165 the infrastructure if after_memory_report.
29166 * toplev.c (toplev::main): Mark after memory report.
29167
29168 2016-02-25 Richard Biener <rguenther@suse.de>
29169
29170 PR tree-optimization/48795
29171 * tree-vrp.c (check_array_ref): Use array_at_struct_end_p.
29172
29173 2016-02-25 Ilya Verbin <ilya.verbin@intel.com>
29174
29175 PR driver/68463
29176 * config/gnu-user.h (CRTOFFLOADBEGIN): Define. Add crtoffloadbegin.o if
29177 offloading is enabled and -fopenacc or -fopenmp is specified.
29178 (CRTOFFLOADEND): Likewise.
29179 (GNU_USER_TARGET_STARTFILE_SPEC): Add CRTOFFLOADBEGIN.
29180 (GNU_USER_TARGET_ENDFILE_SPEC): Add CRTOFFLOADEND.
29181 * lto-wrapper.c (offloadbegin, offloadend): Remove static vars.
29182 (offload_objects_file_name): New static var.
29183 (tool_cleanup): Remove offload_objects_file_name file.
29184 (find_offloadbeginend): Replace with ...
29185 (find_crtoffloadtable): ... this.
29186 (run_gcc): Remove offload_argc and offload_argv.
29187 Get offload_objects_file_name from -foffload-objects=... option.
29188 Read names of object files with offload from this file, pass them to
29189 compile_images_for_offload_targets. Don't call find_offloadbeginend and
29190 don't pass offloadbegin and offloadend to the linker. Don't pass
29191 offload non-LTO files to the linker, because now they're not claimed.
29192
29193 2016-02-25 Jan Hubicka <hubicka@ucw.cz>
29194
29195 PR ipa/69630
29196 * ipa-devirt.c (possible_polymorphic_call_targets): Do not ICE
29197 on builtin_unreachable.
29198
29199 2016-02-25 Jakub Jelinek <jakub@redhat.com>
29200
29201 PR rtl-optimization/69896
29202 * regcprop.c: Include cfgrtl.h.
29203 (copyprop_hardreg_forward_1): If noop_p insn uses narrower
29204 than remembered mode, either delete it (if noop_move_p), or
29205 treat like copy_p but not noop_p instruction.
29206
29207 2016-02-24 Jakub Jelinek <jakub@redhat.com>
29208
29209 PR debug/69705
29210 * dwarf2out.c (gen_variable_die): Work around buggy LTO
29211 - allow NULL decl for Fortran DW_TAG_common_block variables.
29212
29213 2016-02-24 Jason Merrill <jason@redhat.com>
29214
29215 * common.opt (flifetime-dse): Add -flifetime-dse=1.
29216
29217 2016-02-24 Richard Biener <rguenther@suse.de>
29218 Jakub Jelinek <jakub@redhat.com>
29219
29220 PR middle-end/69760
29221 * tree-scalar-evolution.c (interpret_rhs_expr): Re-write
29222 conditionally executed ops to well-defined overflow behavior.
29223
29224 2016-02-24 Jakub Jelinek <jakub@redhat.com>
29225
29226 PR middle-end/69915
29227 * tree.c (build_vector_from_ctor): Fix handling of VECTOR_CST
29228 elements.
29229
29230 2016-02-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
29231
29232 PR rtl-optimization/69886
29233 * gcse.c (can_assign_to_reg_without_clobbers_p): Accept mode
29234 argument. Use it when checking validity of set instructions.
29235 (want_to_gcse_p): Pass mode to can_assign_to_reg_without_clobbers_p.
29236 (compute_ld_motion_mems): Update can_assign_to_reg_without_clobbers_p
29237 callsite.
29238 * rtl.h (can_assign_to_reg_without_clobbers_p): Update prototype.
29239 * store-motion.c (find_moveable_store): Update
29240 can_assign_to_reg_without_clobbers_p callsite.
29241
29242 2016-02-24 Richard Biener <rguenther@suse.de>
29243
29244 PR middle-end/68963
29245 * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Fix
29246 bogus check.
29247 (record_nonwrapping_iv): Do not fall back to the low/high bound
29248 for non-constant IV bases if the stmt is not always executed.
29249
29250 2016-02-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
29251
29252 * config/arm/arm-cores.def (cortex-a32): New entry.
29253 * config/arm/arm-tables.opt: Regenerate.
29254 * config/arm/arm-tune.md: Regenerate.
29255 * config/arm/bpabi.h (BE8_LINK_SPEC): Add mcpu=cortex-a32.
29256 * config/arm/t-aprofile: Handle mcpu=cortex-a32.
29257 * doc/invoke.texi (ARM Options): Document cortex-a32 as value
29258 for -mcpu and -mtune.
29259
29260 2016-02-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
29261
29262 PR target/69875
29263 * config/arm/arm.h (TARGET_HAVE_LPAE): Define.
29264 * config/arm/unspecs.md (VUNSPEC_LDRD_ATOMIC): New value.
29265 * config/arm/sync.md (arm_atomic_loaddi2_ldrd): New pattern.
29266 (atomic_loaddi_1): Delete.
29267 (atomic_loaddi): Rewrite expander using the above changes.
29268
29269 2016-02-24 Jakub Jelinek <jakub@redhat.com>
29270
29271 PR c/69918
29272 * params.def (PARAM_MAX_SSA_NAME_QUERY_DEPTH): Bump default from
29273 2 to 3.
29274
29275 2016-02-24 Jakub Jelinek <jakub@redhat.com>
29276 Richard Biener <rguenth@suse.de>
29277
29278 PR middle-end/69909
29279 * expr.c (expand_expr_real_1) <normal_inner_ref>: Avoid
29280 set_mem_attributes if tem is SSA_NAME which got expanded
29281 as a MEM.
29282
29283 2016-02-24 Richard Biener <rguenther@suse.de>
29284
29285 PR tree-optimization/69907
29286 * tree-vect-stmts.c (vectorizable_load): Check for gaps at the
29287 end of permutations for BB vectorization.
29288
29289 2016-02-24 Christian Bruel <christian.bruel@st.com>
29290
29291 * config/arm/arm-c.c (arm_option_override): Initialize
29292 target_option_current_node.
29293 * config/arm/arm.c (arm_pragma_target_parse): Replace
29294 build_target_option_node call by target_option_current_node.
29295 Set target_option_current_node.
29296 Fix comments.
29297
29298 2016-02-23 David Edelsohn <dje.gcc@gmail.com>
29299
29300 PR target/69810
29301 * config/rs6000/rs6000.md (zero_extendqi<mode>2_dot): Convert from
29302 define_insn_and_split to define_insn.
29303 (zero_extendqi<mode>2_dot2): Same.
29304 (extendqi<mode>2_dot): Same.
29305 (extendqi<mode>2_dot2): Same.
29306
29307 2016-02-23 Evandro Menezes <e.menezes@samsung.com>
29308
29309 * config/arm/exynos-m1.md: Change cost of STP, fix bypass for stores
29310 and add bypass for AES{D,E} and AESMC pairs.
29311 * config/aarch64/aarch64.c (exynosm1_tunings): Enable fusion of AES{D,E}
29312 and AESMC pairs.
29313
29314 2016-02-23 Evandro Menezes <e.menezes@samsung.com>
29315
29316 * config/aarch64/aarch64.c (exynosm1_tunings): Enable the Newton
29317 series for reciprocal square root in Exynos M1.
29318
29319 2016-02-23 Martin Sebor <msebor@redhat.com>
29320
29321 PR c/69759
29322 * doc/extend.texi (Other Builtins): Document __builtin_alloca and
29323 __builtin_alloca_with_align.
29324
29325 2016-02-23 Richard Henderson <rth@redhat.com>
29326
29327 * config/i386/i386-c.c (ix86_target_macros): Remove __SEG_TLS.
29328 (ix86_register_pragmas): Remove __seg_tls.
29329 * config/i386/i386-protos.h (ADDR_SPACE_SEG_TLS): Remove.
29330 * config/i386/i386.c (ix86_print_operand_address_as): Don't handle it.
29331 (ix86_addr_space_subset_p, TARGET_ADDR_SPACE_SUBSET_P): Remove.
29332 (ix86_addr_space_convert, TARGET_ADDR_SPACE_CONVERT): Remove.
29333 (ix86_addr_space_debug, TARGET_ADDR_SPACE_DEBUG): Remove.
29334 * doc/extend.texi (__seg_tls): Remove item.
29335
29336 2016-02-23 Richard Biener <rguenther@suse.de>
29337
29338 * alloc-pool.h (struct allocation_object): Make id member
29339 conditional on CHECKING_P again.
29340 (get_instance): Adjust.
29341 (base_pool_allocator): Likewise.
29342
29343 2016-02-23 Thomas Schwinge <thomas@codesourcery.com>
29344
29345 * tree-parloops.c (create_parallel_loop, gen_parallel_loop)
29346 (parallelize_loops): In OpenACC kernels mode, set n_threads to
29347 zero.
29348 (pass_parallelize_loops::gate): In OpenACC kernels mode, gate on
29349 flag_openacc.
29350 * tree-ssa-loop.c (gate_oacc_kernels): Likewise.
29351
29352 2016-02-23 Richard Biener <rguenther@suse.de>
29353
29354 * mem-stats.h (struct mem_usage): Use PRIu64 for printing size_t.
29355 * bitmap.h (struct bitmap_usage): Likewise.
29356 (bitmap_move): Declare.
29357 * bitmap.c (register_overhead): Take size_t argument.
29358 (bitmap_move): New function.
29359 * df-problems.c (df_rd_transfer_function): Use bitmap_move
29360 to properly account overhead.
29361 * tree.c (free_node): Use tree_size.
29362
29363 2016-02-23 Jakub Jelinek <jakub@redhat.com>
29364
29365 PR c++/69902
29366 * fold-const.c (fold_truth_not_expr): Propagate TREE_NO_WARNING
29367 when inverting comparison.
29368
29369 PR c/69900
29370 * common.opt (Wunreachable-code): Add Warning flag.
29371
29372 2016-02-23 Mark Wielaard <mjw@redhat.com>
29373 Jakub Jelinek <jakub@redhat.com>
29374
29375 PR c/69911
29376 * cgraphunit.c (check_global_declaration): Check main_input_filename
29377 and DECL_SOURCE_FILE are not NULL.
29378
29379 2016-02-23 Martin Jambor <mjambor@suse.cz>
29380
29381 PR tree-optimization/69666
29382 * tree-sra.c (sra_modify_assign): Do not attempt to create
29383 default_def replacements for unscalarizable regions.
29384
29385 2016-02-20 Mark Wielaard <mjw@redhat.com>
29386
29387 PR c/28901
29388 * cgraphunit.c (check_global_declaration): Check level of
29389 warn_unused_const_variable and main_input_filename.
29390 * doc/invoke.texi (Warning Options): Add -Wunused-const-variable=.
29391 (-Wunused-variable): For C implies -Wunused-const-variable=1.
29392 (-Wunused-const-variable): Explain levels 1 and 2.
29393
29394 2016-02-22 Jakub Jelinek <jakub@redhat.com>
29395
29396 PR target/69888
29397 * config/i386/i386.c (decide_alg): Ensure we don't recurse with
29398 identical arguments. Formatting and spelling fixes.
29399
29400 PR target/69885
29401 * doc/md.texi (ashl@var{m}3): Document that mode of operand 2 must
29402 be specified.
29403
29404 PR target/69894
29405 PR target/69895
29406 * config/m68k/t-opts (OPTIONS_H_EXTRA): Add m68k-microarchs.def
29407 and m68k-devices.def.
29408 * config/c6x/t-c6x (OPTIONS_H_EXTRA): Add c6x-isas.def.
29409 * config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add aarch64-arches.def.
29410
29411 2016-02-22 Cesar Philippidis <cesar@codesourcery.com>
29412
29413 * config/nvptx/nvptx.c (nvptx_gen_shuffle): Add support for QImode
29414 and HImode registers.
29415
29416 2016-02-22 Richard Biener <rguenther@suse.de>
29417
29418 PR tree-optimization/69882
29419 * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Properly
29420 preserve permutations present because of gaps.
29421 (vect_supported_load_permutation_p): Always continue checking
29422 permutations after vect_attempt_slp_rearrange_stmts.
29423
29424 2016-02-22 Bin Cheng <bin.cheng@arm.com>
29425
29426 * tree-vect-loop.c (vect_estimate_min_profitable_iters): Dump
29427 min_profitable_estimate, rather than min_profitable_iters.
29428
29429 2016-02-22 Jakub Jelinek <jakub@redhat.com>
29430
29431 PR target/69885
29432 * config/m68k/m68k.md (ashldi3, ashrdi3, lshrdi3): Use
29433 SImode for last match_operand.
29434
29435 2016-02-22 Martin Liska <mliska@suse.cz>
29436
29437 * hsa-gen.c (gen_hsa_clrsb): In case of zero value,
29438 return bitsize - 1 as the return value.
29439
29440 2016-02-22 Oleg Endo <olegendo@gcc.gnu.org>
29441
29442 PR target/69806
29443 PR target/54089
29444 * config/sh/sh.c (sh_lshrsi_clobbers_t_reg_p, sh_dynamicalize_shift_p):
29445 Handle negative shift counts.
29446 * config/sh/sh.md (ashlsi3, lshrsi3_n, lshrsi3_n_clobbers_t): Don't use
29447 force_reg on the shift constant.
29448 (lshrsi3): Likewise. Expand into lshrsi3_n* instead of lshrsi3_d.
29449 (lshrsi3_d): Handle negative shift counts.
29450
29451 2016-02-22 Richard Biener <rguenther@suse.de>
29452 Tom de Vries <tom@codesourcery.com>
29453
29454 * graph.c: Include dumpfile.h.
29455 (print_graph_cfg): Split into three overloads.
29456 * gdbhooks.py (class DotFn): Add and instantiate, adding command dot-fn.
29457
29458 2016-02-22 Tom de Vries <tom@codesourcery.com>
29459
29460 * gdbhooks.py (class DumpFn): Add and instantiate, adding command
29461 dump-fn.
29462
29463 2016-02-22 Richard Biener <rguenther@suse.de>
29464
29465 PR ipa/37448
29466 * ipa-inline-transform.c (inline_call): When not updating
29467 overall summaries adjust self size by the growth estimate.
29468 * ipa-inline.c (inline_to_all_callers_1): Add to the callers
29469 hash-set, do not update overall summaries here. Renamed from ...
29470 (inline_to_all_callers): ... this which is now wrapping the
29471 above and performing delayed overall summary update.
29472 (early_inline_small_functions): Delay updating of the overall
29473 summary.
29474
29475 2016-02-21 Markus Trippelsdorf <markus@trippelsdorf.de>
29476
29477 * tree-chkp.c (chkp_mark_invalid_bounds_walker): Initialize
29478 variable.
29479
29480 2016-02-19 Jakub Jelinek <jakub@redhat.com>
29481
29482 PR driver/69805
29483 * gcc.c (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): Use
29484 :%* in %:gt() argument.
29485 (greater_than_spec_func): Adjust for expecting only numbers,
29486 if there are more than two numbers, compare the last two.
29487
29488 2016-02-19 Jonathan Wakely <jwakely@redhat.com>
29489
29490 * doc/invoke.texi (C++ Dialect Options): Clarify interaction of
29491 -Wnarrowing with -std.
29492
29493 2016-02-19 Jakub Jelinek <jakub@redhat.com>
29494
29495 PR c++/69851
29496 * expr.c (store_field): Don't use bit-field path if exp is
29497 COMPONENT_REF with TREE_ADDRESSABLE type, where TYPE_SIZE is
29498 different from bitsize, but DECL_SIZE of FIELD_DECL is bitsize
29499 and the assignment can be performed by bitwise copy. Formatting
29500 fix.
29501
29502 PR middle-end/69838
29503 * lra.c (lra_process_new_insns): If non-call exceptions are enabled,
29504 call copy_reg_eh_region_note_forward on before and/or after sequences
29505 and remove note from insn if it no longer can throw.
29506
29507 PR target/69820
29508 * config/i386/sse.md (VI_512): Only include V64QImode and V32HImode
29509 if TARGET_AVX512BW.
29510
29511 2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
29512
29513 * config/s390/vector.md: Add missing commutative operand markers
29514 to the patterns which qualify for one.
29515 * config/s390/vx-builtins.md: Likewise.
29516
29517 2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
29518
29519 * config/s390/vector.md (VI, VI_QHS): Add single element vector
29520 types to mode iterators.
29521 (vec_double): ... and mode attribute.
29522 * config/s390/vx-builtins.md (non_vec_int): Likewise.
29523
29524 2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
29525
29526 * config/s390/vector.md ("<ti*>add<mode>3", "<ti*>sub<mode>3"):
29527 Change the predicate of op2 from nonimmediate to general and let
29528 reload fix it if necessary.
29529
29530 2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
29531
29532 * config/s390/vecintrin.h (vec_sub_u128): Define missing macro.
29533
29534 2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
29535
29536 * config/s390/s390.c (s390_expand_vcond): Use the compare operand
29537 mode.
29538
29539 2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
29540
29541 * config/s390/s390-protos.h: Add s390_expand_vec_movstr prototype.
29542 * config/s390/s390.c (s390_expand_vec_movstr): New function.
29543 * config/s390/s390.md ("movstr<P:mode>"): Call
29544 s390_expand_vec_movstr.
29545
29546 2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
29547
29548 * config/s390/s390.md: Add missing output modifier for operand 1
29549 to print it as address properly.
29550
29551 2016-02-19 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
29552
29553 * config/s390/2827.md: Rename ooo_* insn attributes to zEC12_*.
29554 * config/s390/2964.md: New file.
29555 * config/s390/s390.c (s390_get_sched_attrmask): Use the right set
29556 of insn grouping attributes depending on the CPU level.
29557 (s390_get_unit_mask): New function.
29558 (s390_sched_score): Remove the OOO from the scheduling macros.
29559 Add loop to calculate a score for the instruction mix.
29560 (s390_sched_reorder): Likewise plus improve debug output.
29561 (s390_sched_variable_issue): Rename macros as above. Calculate
29562 the unit distances after actually scheduling an insn. Improve
29563 debug output.
29564 (s390_sched_init): Clear last_scheduled_unit_distance array.
29565 * config/s390/s390.md: Include 2964.md.
29566
29567 2016-02-18 Jakub Jelinek <jakub@redhat.com>
29568
29569 PR target/69671
29570 * config/i386/sse.md (*<floatsuffix>floatv2div2sf2_mask_1,
29571 *avx512vl_<code>v2div2qi2_mask_1, *avx512vl_<code><mode>v4qi2_mask_1,
29572 *avx512vl_<code><mode>v8qi2_mask_1, *avx512vl_<code><mode>v4hi2_mask_1,
29573 *avx512vl_<code>v2div2hi2_mask_1, *avx512vl_<code>v2div2si2_mask_1,
29574 *avx512f_<code>v8div16qi2_mask_1): New insns.
29575
29576 2016-02-18 Michael Meissner <meissner@linux.vnet.ibm.com>
29577
29578 PR target/68404
29579 * config/rs6000/predicates.md (fusion_gpr_addis): Revert
29580 2016-02-09 change.
29581
29582 * config/rs6000/rs6000.md (fusion_gpr_load_<mode>): Remove
29583 earlyclobber from target. Use wF constraint for fused memory
29584 address.
29585 (fusion_gpr_<P:mode>_<GPR_FUSION:mode>_load): Likewise.
29586
29587 2016-02-18 Jakub Jelinek <jakub@redhat.com>
29588 Martin Liska <mliska@suse.cz>
29589
29590 PR sanitizer/69863
29591 * cfgexpand.c (asan_sanitize_stack_p): New function.
29592 (partition_stack_vars): Use the function.
29593 (expand_stack_vars): Likewise.
29594 (defer_stack_allocation): Likewise.
29595 (expand_used_vars): Likewise.
29596
29597 2016-02-18 Richard Biener <rguenther@suse.de>
29598
29599 PR middle-end/69553
29600 * fold-const.c (operand_equal_p): Properly compare offsets for
29601 IMAGPART_EXPR and ARRAY_REF.
29602
29603 2016-02-18 Nick Clifton <nickc@redhat.com>
29604
29605 PR target/62254
29606 PR target/69610
29607 * config/arm/arm.c (arm_option_override_internal): Disable
29608 interworking if the target does not support thumb instructions.
29609 (arm_reload_in_hi): Handle the case where a register to register
29610 move needs reloading because there is no simple pattern to handle
29611 it.
29612 (arm_reload_out_hi): Likewise.
29613
29614 2016-02-18 Richard Biener <rguenther@suse.de>
29615
29616 PR middle-end/69854
29617 * match.pd: Don't use fold_binary or fold_unary for folding
29618 constants.
29619
29620 2016-02-17 Jakub Jelinek <jakub@redhat.com>
29621
29622 PR c++/69850
29623 * gimplify.c (gimplify_cond_expr): Call gimple_set_no_warning
29624 on the cond_stmt from TREE_NO_WARNING on COND_EXPR_COND.
29625 * gimple-ssa-nonnull-compare.c (do_warn_nonnull_compare): Don't
29626 warn on gimple_no_warning_p statements.
29627
29628 2016-02-17 Jonathan Wakely <jwakely@redhat.com>
29629
29630 * doc/extend.texi (C++ Attributes): Correct description of
29631 warn_unused type attribute.
29632
29633 2016-02-17 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
29634
29635 * config/rs6000/altivec.md (*altivec_lvxl_<mode>_internal): Output
29636 correct instruction.
29637
29638 2016-02-17 Richard Biener <rguenther@suse.de>
29639
29640 PR rtl-optimization/69609
29641 * bb-reorder.c (struct bbro_basic_block_data): Add priority member.
29642 (find_traces_1_round): When ending a trace update cached priority
29643 of successors.
29644 (bb_to_key): Use cached priority when available.
29645 (copy_bb): Initialize cached priority.
29646 (reorder_basic_blocks_software_trace_cache): Likewise.
29647
29648 2016-02-17 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
29649
29650 PR target/69161
29651 * config/aarch64/predicates.md (aarch64_comparison_operator_mode):
29652 New predicate.
29653 (aarch64_comparison_operator): Break overly long line into two.
29654 (aarch64_comparison_operation): Likewise.
29655 * config/aarch64/aarch64.md (cstorecc4): Use
29656 aarch64_comparison_operator_mode instead of
29657 aarch64_comparison_operator.
29658 (cstore<mode>4): Likewise.
29659 (aarch64_cstore<mode>): Likewise.
29660 (*cstoresi_insn_uxtw): Likewise.
29661 (cstore<mode>_neg): Likewise.
29662 (*cstoresi_neg_uxtw): Likewise.
29663
29664 2016-02-17 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
29665
29666 PR target/69161
29667 * config/arm/predicates.md (arm_comparison_operator_mode):
29668 New predicate.
29669 * config/arm/arm.md (*mov_scc): Use arm_comparison_operator_mode
29670 instead of arm_comparison_operator.
29671 (*mov_negscc): Likewise.
29672 (*mov_notscc): Likewise.
29673 * config/arm/thumb2.md (*thumb2_mov_scc): Likewise.
29674 (*thumb2_mov_negscc): Likewise.
29675 (*thumb2_mov_negscc_strict_it): Likewise.
29676 (*thumb2_mov_notscc): Likewise.
29677 (*thumb2_mov_notscc_strict_it): Likewise.
29678
29679 2016-02-17 Wilco Dijkstra <wdijkstr@arm.com>
29680
29681 * config/aarch64/aarch64.c (aarch64_internal_mov_immediate):
29682 Add missing return.
29683
29684 2016-02-17 Eric Botcazou <ebotcazou@adacore.com>
29685
29686 * config/visium/visium.c (machine_libfunc_index): New enum.
29687 (machine_libfuncs): New structure.
29688 (visium_libfuncs): New static variable.
29689 (TARGET_INIT_LIBFUNCS): Define to...
29690 (visium_init_libfuncs): ...this. New function.
29691 (expand_block_move_4): Use the appropriate libfunc.
29692 (expand_block_move_2): Likewise.
29693 (expand_block_move_1): Likewise.
29694 (expand_block_set_4): Likewise.
29695 (expand_block_set_2): Likewise.
29696 (expand_block_set_1): Likewise.
29697 (visium_trampoline_init): Likewise.
29698
29699 2016-02-17 Nick Clifton <nickc@redhat.com>
29700
29701 * config/msp430/msp430.c (msp430_mcu_data): Sync with data from
29702 TI's devices.csv file as of March 2016.
29703
29704 2016-02-16 Kelvin Nilsen <kelvin@gcc.gnu.org>
29705
29706 PR Target/48344
29707 * opts-global.c (handle_common_deferred_options): Introduce and
29708 initialize two global variables to remember command-line options
29709 specifying a stack-limiting register.
29710 * opts.h: Add extern declarations of the two new global variables.
29711 * emit-rtl.c (init_emit_once): Initialize the stack_limit_rtx
29712 variable based on the values of the two new global variables.
29713
29714 2016-02-16 Jakub Jelinek <jakub@redhat.com>
29715
29716 PR c/69835
29717 * common.opt (Wnonnull-compare): New warning.
29718 * doc/invoke.texi (-Wnonnull): Remove text about comparison
29719 of arguments against NULL.
29720 (-Wnonnull-compare): Document.
29721 * Makefile.in (OBJS): Add gimple-ssa-nonnull-compare.o.
29722 * tree-pass.h (make_pass_warn_nonnull_compare): Declare.
29723 * passes.def (pass_warn_nonnull_compare): Add.
29724 * gimple-ssa-nonnull-compare.c: New file.
29725
29726 2016-02-16 James Greenhalgh <james.greenhalgh@arm.com>
29727
29728 * config/aarch64/aarch64.c (cortexa57_tunings): Remove
29729 AARCH64_EXTRA_TUNE_RECIP_SQRT.
29730
29731 2016-02-16 James Greenhalgh <james.greenhalgh@arm.com>
29732
29733 * config/aarch64/aarch64.c (use_rsqrt_p): Always use software
29734 reciprocal sqrt for -mlow-precision-recip-sqrt.
29735
29736 2016-02-16 James Greenhalgh <james.greenhalgh@arm.com>
29737 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
29738
29739 * config/aarch64/aarch64.c (aarch64_expand_vector_init): Refactor,
29740 always use lane loads to construct non-constant vectors.
29741
29742 2016-02-16 James Greenhalgh <james.greenhalgh@arm.com>
29743
29744 * config/aarch64/aarch64.md
29745 (arch64_sqrdml<SQRDMLH_AS:rdma_as>h_lane<mode>): Fix register
29746 constraints for operand 3.
29747 (aarch64_sqrdml<SQRDMLH_AS:rdma_as>h_laneq<mode>): Likewise.
29748
29749 2016-02-16 Jakub Jelinek <jakub@redhat.com>
29750 Richard Biener <rguenther@suse.de>
29751
29752 PR tree-optimization/69820
29753 * tree-vect-patterns.c (type_conversion_p): Return false if
29754 *orig_type is unsigned single precision or boolean.
29755 (vect_recog_dot_prod_pattern, vect_recog_widen_mult_pattern):
29756 Formatting fix.
29757
29758 2016-02-16 Jakub Jelinek <jakub@redhat.com>
29759
29760 PR rtl-optimization/69764
29761 PR rtl-optimization/69771
29762 * optabs.c (expand_binop): Ensure for shift optabs invalid CONST_INT
29763 op1 is valid for GET_MODE_INNER (mode) and force it into a reg.
29764
29765 2016-02-16 Richard Biener <rguenther@suse.de>
29766
29767 PR tree-optimization/69776
29768 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Get alias
29769 sets from caller.
29770 (indirect_refs_may_alias_p): Likewise.
29771 (refs_may_alias_p_1): Pass alias sets as from ao_ref.
29772 * tree-ssa-sccvn.c (vn_reference_lookup): Also adjust vr alias-set
29773 according to tbaa_p.
29774 * tree-ssa-dom.c (lookup_avail_expr): Add tbaa_p flag.
29775 (optimize_stmt): For redundant store discovery do not allow tbaa.
29776
29777 2016-02-16 Bernd Schmidt <bschmidt@redhat.com>
29778
29779 PR tree-optimization/69714
29780 * tree-ssa-math-opts.c (find_bswap_or_nop): Revert previous change.
29781 Return NULL if we have irrelevant high bytes on BIG_ENDIAN.
29782
29783 2016-02-16 Claudiu Zissulescu <claziss@synopsys.com>
29784
29785 * config/arc/arc-modes.def (CC_FPU, CC_FPU_UNEQ): New modes.
29786 * config/arc/arc-opts.h (FPU_SP, FPU_SF, FPU_SC, FPU_SD, FPU_DP)
29787 (FPU_DF, FPU_DC, FPU_DD, FXP_DP): Define.
29788 * config/arc/arc.c (arc_init): Check FPU options.
29789 (get_arc_condition_code): Handle new CC_FPU* modes.
29790 (arc_select_cc_mode): Likewise.
29791 (arc_conditional_register_usage): Allow 64 bit datum into even-odd
29792 register pair only. Allow access for ARCv2 accumulator.
29793 (gen_compare_reg): Whenever we have FPU support use FPU compare
29794 instructions.
29795 (arc_reorg): Don't generate brcc insns when FPU compare
29796 instructions are involved.
29797 * config/arc/arc.h (TARGET_DPFP): Add TARGET_FP_DPAX condition.
29798 (TARGET_OPTFPE): Add condition when ARC EM can use optimized
29799 floating point emulation.
29800 (ACC_REG_FIRST, ACC_REG_LAST, ACCL_REGNO, ACCH_REGNO): Define.
29801 (REVERSE_CONDITION): Add new CC_FPU* modes.
29802 (TARGET_FP_SP_BASE): Define.
29803 (TARGET_FP_DP_BASE): Likewise.
29804 (TARGET_FP_SP_FUSED): Likewise.
29805 (TARGET_FP_DP_FUSED): Likewise.
29806 (TARGET_FP_SP_CONV): Likewise.
29807 (TARGET_FP_DP_CONV): Likewise.
29808 (TARGET_FP_SP_SQRT): Likewise.
29809 (TARGET_FP_DP_SQRT): Likewise.
29810 (TARGET_FP_DP_AX): Likewise.
29811 * config/arc/arc.md (ARCV2_ACC): New constant.
29812 (type): New fpu type attribute.
29813 (SDF): Conditional iterator.
29814 (cstore<mode>, cbranch<mode>): Change expand condition.
29815 (addsf3, subsf3, mulsf3, adddf3, subdf3, muldf3): New expands,
29816 handles FPU/FPX cases as well.
29817 * config/arc/arc.opt (mfpu): New option.
29818 * config/arc/fpx.md (addsf3_fpx, subsf3_fpx, mulsf3_fpx):
29819 Renamed.
29820 (adddf3, muldf3, subdf3): Removed.
29821 * config/arc/predicates.md (proper_comparison_operator): Recognize
29822 CC_FPU* modes.
29823 * config/arc/fpu.md: New file.
29824 * doc/invoke.texi (ARC Options): Document mfpu option.
29825
29826 2016-02-16 Richard Biener <rguenther@suse.de>
29827
29828 PR rtl-optimization/69291
29829 * ifcvt.c (noce_try_store_flag_constants): Re-instantiate
29830 noce_operand_ok check.
29831
29832 2016-02-16 Tom de Vries <tom@codesourcery.com>
29833
29834 PR lto/67709
29835 * omp-low.c (simd_clone_create): Remove call to
29836 symtab->call_cgraph_insertion_hooks.
29837
29838 2016-02-16 Jakub Jelinek <jakub@redhat.com>
29839
29840 PR tree-optimization/69802
29841 * tree-ssa-reassoc.c (update_range_test): If op is
29842 SSA_NAME_IS_DEFAULT_DEF, give up unless tem is a positive
29843 op == 1 test of precision 1 integral op, otherwise handle
29844 that case as op itself. Fix up formatting.
29845 (optimize_range_tests_to_bit_test, optimize_range_tests): Fix
29846 up formatting.
29847
29848 2016-02-16 Richard Biener <rguenther@suse.de>
29849
29850 PR tree-optimization/69586
29851 * tree-vrp.c (register_edge_assert_for_2): Handle all integral
29852 types for conversion sources.
29853
29854 2016-02-16 Richard Biener <rguenther@suse.de>
29855
29856 PR middle-end/69801
29857 * fold-const.c (operand_equal_p): For COND_EXPR zero operand
29858 mask OEP_ADDRESS_OF.
29859
29860 2016-02-16 Alan Modra <amodra@gmail.com>
29861
29862 PR target/68973
29863 * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Rewrite splitter.
29864 (p8_mtvsrd_df, p8_mtvsrd_sf): New.
29865 (p8_mtvsrd_1, p8_mtvsrd_2): Delete.
29866 (p8_mtvsrwz): New.
29867 (p8_mtvsrwz_1, p8_mtvsrwz_2): Delete.
29868 (p8_xxpermdi_<mode>): Take two DF inputs rather than one TF.
29869 (p8_fmrgow_<mode>): Likewise.
29870 (reload_vsx_from_gpr<mode>): Make clobber IF. Adjust for above
29871 changes.
29872 (reload_fpr_from_gpr<mode>): Similarly. Use "d" for op0 constraint.
29873 (reload_vsx_from_gprsf): Use p8_mtvsrd_sf rather than attempting
29874 to use movdi_internal64. Remove op0_di.
29875 * config/rs6000/vsx.md (vsx_xscvspdpn_directmove): Make op1 SFmode.
29876
29877 2016-02-15 Evandro Menezes <e.menezes@samsung.com>
29878
29879 Add support for the FCCMP insn types
29880
29881 * config/aarch64/aarch64.md (fccmp): Change insn type.
29882 (fccmpe): Likewise.
29883 * config/aarch64/thunderx.md (thunderx_fcmp): Add "fccmp{s,d}" types.
29884 * config/arm/cortex-a53.md (cortex_a53_fpalu): Likewise.
29885 * config/arm/cortex-a57.md (cortex_a57_fp_cmp): Likewise.
29886 * config/arm/xgene1.md (xgene1_fcmp): Likewise.
29887 * config/arm/exynos-m1.md (exynos_m1_fp_ccmp): New insn reservation.
29888 * config/arm/types.md (fccmps): Add new insn type.
29889 (fccmpd): Likewise.
29890
29891 2016-02-15 Bernd Edlinger <bernd.edlinger@hotmail.de>
29892
29893 * alias.c (get_alias_set): Fix a typo in comment.
29894
29895 2016-02-15 Richard Biener <rguenther@suse.de>
29896
29897 PR tree-optimization/69595
29898 * match.pd: Complete range test simplification to true.
29899
29900 2016-02-15 Bernd Schmidt <bschmidt@redhat.com>
29901
29902 PR rtl-optimization/69648
29903 * lra-constraints.c (update_ebb_live_info): Don't remove sets of
29904 pic_offset_table_rtx.
29905
29906 PR rtl-optimization/69752
29907 * ira.c (update_equiv_regs): When looking for more than a single SET,
29908 also take other side effects into account.
29909
29910 2016-02-15 Marcin Kościelnicki <koriakin@0x04.net>
29911
29912 * config/s390/s390.c (s390_function_profiler): Add a new sequence
29913 for z900+ CPUs in 31-bit mode.
29914
29915 2016-02-15 Marcin Kościelnicki <koriakin@0x04.net>
29916
29917 * common/config/s390/s390-common.c (s390_supports_split_stack):
29918 New function.
29919 (TARGET_SUPPORTS_SPLIT_STACK): New macro.
29920 * config/s390/s390-protos.h: Add s390_expand_split_stack_prologue.
29921 * config/s390/s390.c (struct machine_function): New field
29922 split_stack_varargs_pointer.
29923 (s390_register_info): Mark r12 as clobbered if it'll be used as temp
29924 in s390_emit_prologue.
29925 (s390_emit_prologue): Use r12 as temp if r1 is taken by split-stack
29926 vararg pointer.
29927 (morestack_ref): New global.
29928 (SPLIT_STACK_AVAILABLE): New macro.
29929 (s390_expand_split_stack_prologue): New function.
29930 (s390_live_on_entry): New function.
29931 (s390_va_start): Use split-stack vararg pointer if appropriate.
29932 (s390_asm_file_end): Emit the split-stack note sections.
29933 (TARGET_EXTRA_LIVE_ON_ENTRY): New macro.
29934 * config/s390/s390.md (UNSPEC_STACK_CHECK): New unspec.
29935 (UNSPECV_SPLIT_STACK_CALL): New unspec.
29936 (UNSPECV_SPLIT_STACK_DATA): New unspec.
29937 (split_stack_prologue): New expand.
29938 (split_stack_space_check): New expand.
29939 (split_stack_data): New insn.
29940 (split_stack_call): New expand.
29941 (split_stack_call_*): New insn.
29942 (split_stack_cond_call): New expand.
29943 (split_stack_cond_call_*): New insn.
29944
29945 2016-02-15 Richard Biener <rguenther@suse.de>
29946
29947 PR tree-optimization/69783
29948 * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
29949 Add trivially correct cases.
29950
29951 2016-02-15 Tom de Vries <tom@codesourcery.com>
29952
29953 PR lto/69655
29954 * lto-cgraph.c (input_offload_tables): Add and handle bool parameter
29955 do_force_output.
29956 * lto-streamer.h (input_offload_tables): Add and handle bool parameter.
29957
29958 2016-02-15 Richard Biener <rguenther@suse.de>
29959
29960 PR tree-optimization/69776
29961 * tree-ssa-sccvn.h (vn_reference_lookup): Adjust prototype.
29962 * tree-ssa-sccvn.c (vn_reference_lookup): Add parameter to
29963 indicate whether we can use TBAA to disambiguate against stores.
29964 Use alias-set zero if not.
29965 (visit_reference_op_store): Do not use TBAA when looking up
29966 redundant stores.
29967 * tree-ssa-pre.c (compute_avail): Use TBAA here.
29968 (eliminate_dom_walker::before_dom_children): But not when looking
29969 up redundant stores.
29970
29971 2016-02-14 John David Anglin <danglin@gcc.gnu.org>
29972
29973 * config/pa/pa.md (absqi2, absghi2, bswaphi2, bswapsi2, bswapdi2): New.
29974
29975 2016-02-14 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
29976
29977 * config/i386/znver1.md
29978 (znver1_pop, znver1_pop_mem,
29979 znver1_load_imov_double_store,
29980 znver1_load_imov_direct_store,
29981 znver1_load_imov_direct_load,
29982 znver1_load_imov_double_load): Add new.
29983 (znver1_insn, znver1_insn_load): Add icmov type.
29984 (znver1_sseavx_fma,
29985 znver1_sseavx_fma_load,
29986 znver1_avx256_fma,
29987 znver1_avx256_fma_load): Fix pipe usage.
29988
29989 2016-02-14 Alan Modra <amodra@gmail.com>
29990
29991 PR target/68973
29992 * reload.c (find_reloads_address_1): For pre/post-inc/dec
29993 with an invalid hard reg, reload just the reg not the entire
29994 pre/post-inc/dec address expression.
29995
29996 2016-02-13 Oleg Endo <olegendo@gcc.gnu.org>
29997
29998 PR target/67260
29999 * config/sh/sh.md (sibcall_value_pcrel): Replace =&k scratch reg with
30000 fixed R1_REG scratch reg.
30001 (sibcall_value_pcrel_fdpic): Likewise.
30002
30003 2016-02-13 Oleg Endo <olegendo@gcc.gnu.org>
30004
30005 PR target/67636
30006 PR target/64345
30007 * config/sh/sh.md (*zero_extract_3): New insn_and_split pattern.
30008
30009 2016-02-12 Walter Lee <walt@tilera.com>
30010
30011 * config/tilepro/t-tilepro: Replace CC_FOR_BUILD with CXX_FOR_BUILD.
30012 * config/tilegx/t-tilegx: Likewise.
30013
30014 2016-02-12 David Malcolm <dmalcolm@redhat.com>
30015
30016 PR other/69554
30017 * diagnostic-show-locus.c (struct line_span): New struct.
30018 (layout::get_first_line): Delete.
30019 (layout::get_last_line): Delete.
30020 (layout::get_num_line_spans): New member function.
30021 (layout::get_line_span): Likewise.
30022 (layout::print_heading_for_line_span_index_p): Likewise.
30023 (layout::get_expanded_location): Likewise.
30024 (layout::calculate_line_spans): Likewise.
30025 (layout::m_first_line): Delete.
30026 (layout::m_last_line): Delete.
30027 (layout::m_line_spans): New field.
30028 (layout::layout): Update comment. Replace m_first_line and
30029 m_last_line with m_line_spans, replacing their initialization
30030 with a call to calculate_line_spans.
30031 (diagnostic_show_locus): When printing source lines and
30032 annotations, rather than looping over a single span
30033 of lines, instead loop over each line_span within
30034 the layout, with an inner loop over the lines within them.
30035 Call the context's start_span callback when changing line spans.
30036 * diagnostic.c (diagnostic_initialize): Initialize start_span.
30037 (diagnostic_build_prefix): Break out the building of the location
30038 part of the string into...
30039 (diagnostic_get_location_text): ...this new function, rewriting
30040 it from nested ternary expressions to a sequence of "if"
30041 statements.
30042 (default_diagnostic_start_span_fn): New function.
30043 * diagnostic.h (diagnostic_start_span_fn): New typedef.
30044 (diagnostic_context::start_span): New field.
30045 (default_diagnostic_start_span_fn): New prototype.
30046
30047 2016-02-12 David Malcolm <dmalcolm@redhat.com>
30048
30049 PR driver/69779
30050 * gcc.c (driver::finalize): Fix cleanup of "specs".
30051
30052 2016-02-12 David Malcolm <dmalcolm@redhat.com>
30053
30054 PR driver/69265
30055 PR driver/69453
30056 * gcc.c (driver::driver): Initialize m_option_suggestions.
30057 (driver::~driver): Clean up m_option_suggestions.
30058 (suggest_option): Convert to...
30059 (driver::suggest_option): ...this, and split out into
30060 driver::build_option_suggestions and find_closest_string.
30061 (driver::build_option_suggestions): New function, from
30062 first half of suggest_option. Special-case
30063 OPT_fsanitize_ and OPT_fsanitize_recover_, making use of
30064 the sanitizer_opts array. For options of enum types, add the
30065 various enum values to the candidate strings.
30066 (driver::handle_unrecognized_options): Remove "const".
30067 * gcc.h (driver::handle_unrecognized_options): Likewise.
30068 (driver::build_option_suggestions): New decl.
30069 (driver::suggest_option): New decl.
30070 (driver::m_option_suggestions): New field.
30071 * opts-common.c (add_misspelling_candidates): New function.
30072 * opts.c (sanitizer_opts): Remove decl of struct sanitizer_opts_s
30073 and make non-static.
30074 * opts.h (sanitizer_opts): New array decl.
30075 (add_misspelling_candidates): New function decl.
30076 * spellcheck.c (find_closest_string): New function.
30077 * spellcheck.h (find_closest_string): New function decl.
30078
30079 2016-02-12 Jakub Jelinek <jakub@redhat.com>
30080
30081 PR rtl-optimization/69764
30082 PR rtl-optimization/69771
30083 * optabs.c (expand_binop_directly): For shift_optab_p, force
30084 convert_modes with VOIDmode if xop1 has VOIDmode.
30085
30086 2016-02-12 Ilya Enkovich <enkovich.gnu@gmail.com>
30087
30088 PR target/69729
30089 * lto-streamer-out.c (lto_output): Use thunk.add_pointer_bounds_args
30090 to correctly determine instrumentation thunks.
30091
30092 2016-02-12 Jakub Jelinek <jakub@redhat.com>
30093
30094 PR ipa/69241
30095 * ipa-split.c (split_function): If split part returns TREE_ADDRESSABLE
30096 type by reference, force lhs on the call.
30097
30098 PR ipa/68672
30099 * ipa-split.c (split_function): Don't compute/use main_part_return_p.
30100 Compute retval and retbnd early in all cases if split_part_return_p
30101 and return_bb is not EXIT. Remove all clobber stmts and reset
30102 all debug stmts that refer to SSA_NAMEs defined in split part,
30103 except if it is retval, in that case replace the old retval with the
30104 lhs of the call to the split part.
30105
30106 2016-02-12 Kugan Vivekanandarajah <kuganv@linaro.org>
30107
30108 revert:
30109 2016-02-12 Kugan Vivekanandarajah <kuganv@linaro.org>
30110
30111 PR middle-end/66726
30112 * tree-ssa-reassoc.c (optimize_range_tests): Handle tcc_compare stmt
30113 whose result is used in PHI.
30114 (maybe_optimize_range_tests): Likewise.
30115 (final_range_test_p): Likweise.
30116
30117 2016-02-12 Kugan Vivekanandarajah <kuganv@linaro.org>
30118
30119 PR middle-end/66726
30120 * tree-ssa-reassoc.c (optimize_range_tests): Handle tcc_compare stmt
30121 whose result is used in PHI.
30122 (maybe_optimize_range_tests): Likewise.
30123 (final_range_test_p): Likweise.
30124
30125 2016-02-12 Jakub Jelinek <jakub@redhat.com>
30126
30127 * cgraph.c: Spelling fixes - behaviour -> behavior and
30128 neighbour -> neighbor.
30129 * target.def: Likewise.
30130 * sel-sched.c: Likewise.
30131 * config/mips/mips.c: Likewise.
30132 * config/arc/arc.md: Likewise.
30133 * config/arm/cortex-a57.md: Likewise.
30134 * config/arm/arm.c: Likewise.
30135 * config/arm/neon.md: Likewise.
30136 * config/arm/arm-c.c: Likewise.
30137 * config/vms/vms-c.c: Likewise.
30138 * config/s390/s390.c: Likewise.
30139 * config/i386/znver1.md: Likewise.
30140 * config/i386/i386.c: Likewise.
30141 * config/ia64/hpux-unix2003.h: Likewise.
30142 * config/msp430/msp430.md: Likewise.
30143 * config/rx/rx.c: Likewise.
30144 * config/rx/rx.md: Likewise.
30145 * config/aarch64/aarch64-simd.md: Likewise.
30146 * config/aarch64/aarch64.c: Likewise.
30147 * config/nvptx/nvptx.c: Likewise.
30148 * config/bfin/bfin.c: Likewise.
30149 * config/cris/cris.opt: Likewise.
30150 * config/rs6000/rs6000.c: Likewise.
30151 * target.h: Likewise.
30152 * spellcheck.c: Likewise.
30153 * ira-build.c: Likewise.
30154 * tree-inline.c: Likewise.
30155 * builtins.c: Likewise.
30156 * lra-constraints.c: Likewise.
30157 * explow.c: Likewise.
30158 * hwint.h: Likewise.
30159 * targhooks.c: Likewise.
30160 * tree-vect-data-refs.c: Likewise.
30161 * expr.c: Likewise.
30162 * doc/tm.texi: Likewise.
30163 * doc/extend.texi: Likewise.
30164 * doc/install.texi: Likewise.
30165 * doc/md.texi: Likewise.
30166 * tree-ssa-tail-merge.c: Likewise.
30167 * sched-int.h: Likewise.
30168 * match.pd: Likewise.
30169 * sched-ebb.c: Likewise.
30170 * target.def (omit_struct_return_reg): Likewise.
30171 * gimple-ssa-isolate-paths.c: Likewise.
30172 (find_implicit_erroneous_behaviour): Renamed to...
30173 (find_implicit_erroneous_behavior): ... this.
30174 (find_explicit_erroneous_behaviour): Renamed to...
30175 (find_explicit_erroneous_behavior): ... this.
30176 (gimple_ssa_isolate_erroneous_paths): Adjust caller.
30177
30178 2016-02-11 Segher Boessenkool <segher@kernel.crashing.org>
30179
30180 PR rtl-optimization/64682
30181 PR rtl-optimization/69567
30182 PR rtl-optimization/69737
30183 * combine.c (distribute_notes) <REG_DEAD>: If the register is set
30184 in I2 as well, just lose it.
30185
30186 2016-02-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
30187
30188 * config/aarch64/aarch64.c (aarch64_last_printed_arch_string):
30189 New variable.
30190 (aarch64_last_printed_tune_string): Likewise.
30191 (aarch64_declare_function_name): Only output .arch assembler
30192 directive if it will be different from the previously output
30193 directive. Same for .tune comment but only if -dA is set.
30194 (aarch64_start_file): New function.
30195 (TARGET_ASM_FILE_START): Define.
30196
30197 2016-02-11 David Malcolm <dmalcolm@redhat.com>
30198
30199 PR plugins/69758
30200 * Makefile.in (PLUGIN_HEADERS): Add params.list.
30201
30202 2016-02-11 Jakub Jelinek <jakub@redhat.com>
30203
30204 PR target/65313
30205 * tree-vect-slp.c (vect_schedule_slp_instance): Avoid
30206 -Wmaybe-uninitialized warning.
30207
30208 2016-02-11 Oleg Endo <olegendo@gcc.gnu.org>
30209
30210 PR target/69713
30211 * config/sh/sh.md (casesi_worker_0): Add T_REG use.
30212
30213 2016-02-11 Richard Biener <rguenther@suse.de>
30214
30215 PR rtl-optimization/69291
30216 * ifcvt.c (noce_try_store_flag_constants): Do not allow
30217 subexpressions affected by changing the result.
30218
30219 2016-02-10 Vladimir Makarov <vmakarov@redhat.com>
30220
30221 PR target/69148
30222 * lra-constraints.c (curr_insn_transform): Find in/out operands
30223 for secondary memory moves. Update dups.
30224
30225 2016-02-10 Yuri Rumyantsev <ysrumyan@gmail.com>
30226
30227 PR tree-optimization/69652
30228 * tree-vect-loop.c (optimize_mask_stores): Move declaration of STMT1
30229 to nested loop, did source re-formatting, skip debug statements,
30230 add check on statement with volatile operand, remove dead scalar
30231 statements.
30232
30233 2016-02-10 Jakub Jelinek <jakub@redhat.com>
30234 Patrick Palka <ppalka@gcc.gnu.org>
30235
30236 PR ipa/69241
30237 PR c++/69649
30238 * gimplify.c (gimplify_modify_expr): Set lhs even for noreturn
30239 calls if the return type is TREE_ADDRESSABLE.
30240 * cgraphunit.c (cgraph_node::expand_thunk): Likewise.
30241 * ipa-split.c (split_function): Fix doubled "we" in comment.
30242 Use void return type for the split part even if
30243 !split_point->split_part_set_retval.
30244
30245 2016-02-10 Bin Cheng <bin.cheng@arm.com>
30246
30247 PR tree-optimization/68021
30248 * tree-ssa-loop-ivopts.c (get_computation_aff): Set ratio to 1 if
30249 when computing the value of biv cand by itself.
30250
30251 2016-02-10 Wilco Dijkstra <wdijkstr@arm.com>
30252
30253 * config/aarch64/aarch64.c (cortexa53_tunings): Enable AES fusion.
30254 (cortexa57_tunings): Likewise.
30255 (cortexa72_tunings): Likewise.
30256 (arch_macro_fusion_pair_p): Add support for AES fusion.
30257 * config/aarch64/aarch64-fusion-pairs.def: Add AES_AESMC entry.
30258 * config/arm/aarch-common.c (aarch_crypto_can_dual_issue):
30259 Allow virtual registers before reload so early scheduling works.
30260 * config/arm/cortex-a57.md (cortex_a57_crypto_simple): Use
30261 correct latency and pipeline.
30262 (cortex_a57_crypto_complex): Likewise.
30263 (cortex_a57_crypto_xor): Likewise.
30264 (define_bypass): Add AES bypass.
30265
30266 2016-02-10 Richard Biener <rguenther@suse.de>
30267
30268 PR tree-optimization/69726
30269 * passes.def: Add DCE pass before late uninit.
30270 * match.pd: Add A ? B : (!A ? C : X) -> A ? B : C patterns to
30271 really fixup if-conversions job.
30272
30273 2016-02-10 Wilco Dijkstra <wdijkstr@arm.com>
30274
30275 * config/arm/arm.c (arm_cortex_a53_tune): Enable AES fusion.
30276 (arm_cortex_a57_tune): Likewise.
30277 (aarch_macro_fusion_pair_p): Add support for AES fusion.
30278 * config/arm/arm-protos.h (fuse_ops): Add FUSE_AES_AESMC.
30279
30280 2016-02-10 Eric Botcazou <ebotcazou@adacore.com>
30281
30282 * timevar.def (TV_PHASE_DBGINFO): Delete.
30283 (TV_PHASE_CHECK_DBGINFO): Likewise.
30284 * varpool.c (varpool_node::assemble_decl): Do not change timevar.
30285
30286 2016-02-10 Richard Biener <rguenther@suse.de>
30287
30288 PR tree-optimization/69719
30289 * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
30290 Adjust previous fix by ensuring that dr_a1 is left of dr_a2.
30291
30292 2016-02-09 Andrew Pinski <apinski@cavium.com>
30293
30294 PR tree-opt/69282
30295 * optabs-tree.c (expand_vec_cond_expr_p): Don't early return if
30296 get_vcond_mask_icode returns false.
30297
30298 2016-02-09 Michael Meissner <meissner@linux.vnet.ibm.com>
30299
30300 PR target/68404
30301 * config/rs6000/predicates.md (fusion_gpr_addis): Prevent fusing
30302 an ADDIS that adds a pointer to a large constant that sets the
30303 upper16 bits with a load operation.
30304
30305 2016-02-09 Charles Baylis <charles.baylis@linaro.org>
30306
30307 PR target/68532
30308 * config/arm/arm.c (arm_evpc_neon_vzip): Allow for big endian lane
30309 order.
30310 * config/arm/arm_neon.h (vzipq_s8): Adjust shuffle patterns for big
30311 endian.
30312 (vzipq_s16): Likewise.
30313 (vzipq_s32): Likewise.
30314 (vzipq_f32): Likewise.
30315 (vzipq_u8): Likewise.
30316 (vzipq_u16): Likewise.
30317 (vzipq_u32): Likewise.
30318 (vzipq_p8): Likewise.
30319 (vzipq_p16): Likewise.
30320
30321 2016-02-09 Charles Baylis <charles.baylis@linaro.org>
30322
30323 PR target/68532
30324 * config/arm/arm.c (neon_endian_lane_map): New function.
30325 (neon_vector_pair_endian_lane_map): New function.
30326 (arm_evpc_neon_vuzp): Allow for big endian lane order.
30327 * config/arm/arm_neon.h (vuzpq_s8): Adjust shuffle patterns for big
30328 endian.
30329 (vuzpq_s16): Likewise.
30330 (vuzpq_s32): Likewise.
30331 (vuzpq_f32): Likewise.
30332 (vuzpq_u8): Likewise.
30333 (vuzpq_u16): Likewise.
30334 (vuzpq_u32): Likewise.
30335 (vuzpq_p8): Likewise.
30336 (vuzpq_p16): Likewise.
30337
30338 2016-02-11 Alexandre Oliva <aoliva@redhat.com>
30339
30340 PR target/69634
30341 * regstat.c (regstat_bb_compute_calls_crossed): Disregard
30342 debug insns.
30343
30344 2016-02-09 Uros Bizjak <ubizjak@gmail.com>
30345
30346 * config/i386/i386.md (insv<mode>_1): Use gen_int_mode to
30347 truncate const_int operand 1 to QImode.
30348
30349 2016-02-09 Eric Botcazou <ebotcazou@adacore.com>
30350
30351 * gimple-ssa-backprop.c (optimize_phi): Do not replace an argument
30352 corresponding to an abnormal edge.
30353
30354 2016-02-09 Tom de Vries <tom@codesourcery.com>
30355
30356 PR tree-optimization/69599
30357 * tree-ssa-structalias.c (fndecl_maybe_in_other_partition): New
30358 function.
30359 (find_func_aliases_for_builtin_call, find_func_clobbers)
30360 (ipa_pta_execute): Handle case that foo and foo._0 are not in same lto
30361 partition.
30362
30363 2016-02-09 Richard Biener <rguenther@suse.de>
30364
30365 PR tree-optimization/69715
30366 * tree-ssa.c (execute_update_addresses_taken): Mark non-decl
30367 LHS on calls as non-rewritable.
30368
30369 2016-02-09 Tom de Vries <tom@codesourcery.com>
30370
30371 PR lto/69707
30372 * lto-wrapper.c (append_diag_options): New function.
30373 (compile_offload_image): Call append_diag_options.
30374
30375 2016-02-08 Sandra Loosemore <sandra@codesourcery.com>
30376
30377 PR other/69722
30378 * doc/extend.texi (Flag Output Operands): Correct sectioning.
30379 Minor copy-edit to fix verb tenses.
30380
30381 2016-02-08 Jakub Jelinek <jakub@redhat.com>
30382
30383 PR tree-optimization/69209
30384 * ipa-split.c (split_function): If split part is not
30385 returning retval, retval has gimple type but is not
30386 gimple value, force it into a SSA_NAME first.
30387
30388 2016-02-08 Nicklas Bo Jensen <nbjensen@gmail.com>
30389
30390 * doc/tree-ssa.texi (Preserving the virtual SSA form): Remove
30391 outdated section.
30392
30393 2016-02-08 Jason Merrill <jason@redhat.com>
30394
30395 PR c++/69631
30396 * convert.c (convert_to_integer_1): Check dofold on truncation
30397 distribution.
30398 (convert_to_pointer_maybe_fold, convert_to_real_maybe_fold)
30399 (convert_to_integer_maybe_fold, convert_to_complex_maybe_fold):
30400 Rename from *_nofold.
30401 * convert.h (convert_to_pointer_nofold, convert_to_integer_nofold)
30402 (convert_to_real_nofold, convert_to_complex_nofold): New inlines.
30403
30404 2016-02-08 Bernd Schmidt <bschmidt@redhat.com>
30405
30406 PR target/60410
30407 * tree.c (build_common_tree_nodes): Remove short_double argument.
30408 All callers changed.
30409 * tree.h (build_common_tree_nodes): Adjust declaration.
30410 * doc/invoke.texi (-fshort-double): Remove documentation.
30411 * config/mips/t-img-elf (MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
30412 MULTILIB_EXCEPTIONS): Remove -fshort-double variant.
30413 * lto-wrapper.c (merge_and_complain, append_compiler_options)
30414 (append_linker_options): Don't handle OPT_fshort_double.
30415
30416 PR rtl-optimization/68730
30417 * lra-remat.c (insn_to_cand_activation): New static variable.
30418 (lra_remat): Allocate and free it.
30419 (create_cand): New arg activation. Initialize a field in
30420 insn_to_cand_activation if it is nonnull.
30421 (create_cands): Pass the activation insn to create_cand when making
30422 a candidate involving an output reload. Reorganize code a little.
30423 (do_remat): Keep track of active status of candidates in a separate
30424 bitmap.
30425
30426 2016-02-08 Richard Biener <rguenther@suse.de>
30427
30428 PR tree-optimization/69719
30429 * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
30430 Properly use absolute of the difference of the two offsets to
30431 compare or adjust the segment length.
30432
30433 2016-02-08 Richard Biener <rguenther@suse.de>
30434 Jeff Law <law@redhat.com>
30435
30436 PR target/68273
30437 * tree-ssanames.c (make_ssa_name_fn): Always use unqualified
30438 types for anonymous SSA names.
30439
30440 2016-02-08 Richard Biener <rguenther@suse.de>
30441
30442 PR rtl-optimization/69274
30443 * ira.c (ira_setup_alts): Do not change recog_data.operand order.
30444
30445 2016-02-08 Jeff Law <law@redhat.com>
30446
30447 PR tree-optimization/65917
30448 * tree-ssa-dom.c (record_temporary_equivalences): Record both
30449 equivalences from if (x == y) style conditionals.
30450 (loop_depth_of_name): Remove.
30451 (record_equality): Remove loop depth check.
30452 * tree-ssa-scopedtables.h (const_and_copies): Refine comments.
30453 (const_and_copies::record_const_or_copy_raw): New member function.
30454 * tree-ssa-scopedtables.c
30455 (const_and_copies::record_const_or_copy_raw): New, factored out of
30456 (const_and_copies::record_const_or_copy): Call new member function.
30457
30458 2016-02-05 Jeff Law <law@redhat.com>
30459
30460 PR tree-optimization/68541
30461 * gimple-ssa-split-paths.c: Include tree-cfg.h and params.h.
30462 (count_stmts_in_block): New function.
30463 (poor_ifcvt_candidate_code): Likewise.
30464 (is_feasible_trace): Add some heuristics to determine when path
30465 splitting is profitable.
30466 (find_block_to_duplicate_for_splitting_paths): Make sure the graph
30467 is a diamond with a single exit.
30468
30469 2016-02-05 Martin Sebor <msebor@redhat.com>
30470
30471 PR c++/69662
30472 * doc/invoke.texi: Update -Wplacement-new to take an optional
30473 argument.
30474
30475 2016-02-06 Richard Henderson <rth@redhat.com>
30476
30477 PR c/69643
30478 * tree.c (tree_nop_conversion_p): Do not strip casts into or
30479 out of non-standard address spaces.
30480
30481 2016-02-05 Jakub Jelinek <jakub@redhat.com>
30482
30483 PR rtl-optimization/69691
30484 * lra-eliminations.c (move_plus_up): Don't add the addend twice.
30485
30486 2016-02-05 Pat Haugen <pthaugen@us.ibm.com>
30487
30488 * config/rs6000/crypto.md (crypto_vpermxor_<mode>): Correct insn type.
30489 * config/rs6000/rs6000.md (mov<mode>_hardfloat): Likewise.
30490 (*ieee128_mfvsrd_64bit): Likewise.
30491 (*ieee128_mfvsrd_32bit): Likewise.
30492
30493 2016-02-05 Ilya Enkovich <enkovich.gnu@gmail.com>
30494
30495 PR target/69369
30496 Revert r232560:
30497 2016-01-19 Jan Hubicka <hubicka@ucw.cz>
30498
30499 * cgraphunit.c (cgraph_node::reset): Clear thunk info and
30500 instrumented_version.
30501
30502 2016-01-05 Jeremy Bennett <jeremy.bennett@embecosm.com>
30503
30504 * doc/invoke.texi (Optimize Options): In table of --param options
30505 rename second occurrence of tracer-min-branch-ratio to
30506 tracer-min-branch-probability, rename
30507 tracer-min-branch-ratio-feedback to
30508 tracer-min-branch-probability-feedback and clarify description,
30509 rename sched-spec-state-edge-prob-cutoff to
30510 sched-state-edge-prob-cutoff, rename selsched-max-insns-to-rename
30511 to selsched-insns-to-rename, rename lto-minpartition to
30512 lto-min-partition, delete reorder-blocks-duplicate and
30513 reorder-blocks-duplicate-feedback.
30514
30515 2016-02-05 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
30516
30517 * config/s390/s390.c (s390_register_info_set_ranges): Remove
30518 superfluous loops.
30519
30520 2016-02-05 Dominik Vogt <vogt@linux.vnet.ibm.com>
30521
30522 * doc/extend.texi: S/390: Correct some typos.
30523
30524 2016-02-05 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
30525
30526 * config/s390/s390.c (s390_emit_call): Add missing 64 bit check.
30527
30528 2016-02-05 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
30529
30530 PR target/69625
30531 * config/s390/s390.c (SAVE_SLOT_NONE, SAVE_SLOT_STACK): New defines.
30532 (s390_register_info_gprtofpr): Use new macros above.
30533 (s390_register_info_stdarg_fpr): Adjust max_fpr to better match
30534 its name.
30535 (s390_register_info_stdarg_gpr): Adjust max_gpr to better match
30536 its name. Adjust restore and save gpr ranges.
30537 (s390_register_info_set_ranges): New function.
30538 (s390_register_info): Use new macros above. Call
30539 s390_register_info_set_ranges.
30540 (s390_optimize_register_info): Likewise.
30541 (s390_hard_regno_rename_ok): Use new macros.
30542 (s390_hard_regno_scratch_ok): Likewise.
30543 (s390_emit_epilogue): Likewise.
30544 (s390_can_use_return_insn): Likewise.
30545 (s390_optimize_prologue): Likewise.
30546 * config/s390/s390.md (GPR2_REGNUM, GPR6_REGNUM): New constants.
30547
30548 2016-02-05 Jakub Jelinek <jakub@redhat.com>
30549
30550 PR bootstrap/69677
30551 * config/i386/i386.c (convert_scalars_to_vector): Readd stack
30552 alignment fixes.
30553 (ix86_option_override_internal): Disable TARGET_STV even for
30554 -m{incoming,preferred}-stack-boundary=3.
30555
30556 2016-02-03 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
30557
30558 * config.gcc: Mark deprecated rtems targets as obsolete.
30559
30560 2016-02-04 Segher Boessenkool <segher@kernel.crashing.org>
30561
30562 PR rtl-optimization/64682
30563 PR rtl-optimization/69567
30564 * combine.c (distribute_notes) <REG_DEAD>: Place the death note
30565 before I2 only if the register is both used and set in I2.
30566
30567 2016-02-04 DJ Delorie <dj@redhat.com>
30568
30569 * config/msp430/msp430.c (msp430_start_function): Add function type.
30570
30571 2016-02-04 Jakub Jelinek <jakub@redhat.com>
30572
30573 PR fortran/69368
30574 * tree-dfa.c (get_ref_base_and_extent): Remove unreachable code.
30575
30576 2016-02-04 Uros Bizjak <ubizjak@gmail.com>
30577
30578 PR rtl-optimization/69577
30579 Revert:
30580 2015-10-29 Richard Henderson <rth@redhat.com>
30581
30582 PR target/68124
30583 PR rtl-opt/67609
30584 * config/i386/i386.c (ix86_cannot_change_mode_class): Tighten
30585 sse check to the exact conditions of PR 67609.
30586
30587 2016-02-04 Michael Meissner <meissner@linux.vnet.ibm.com>
30588
30589 PR target/69667
30590 * config/rs6000/rs6000.md (mov<mode>_64bit_dm): Use 'd' constraint
30591 instead of 'ws', and 'wh' instead of 'wm' since TFmode/IFmode are
30592 not allowed into the traditional Altivec registers.
30593 (movtd_64bit_nodm): Likewise.
30594 (mov<mode>_32bit, FMOVE128_FPR iterator): Likewise.
30595
30596 2016-02-04 David Malcolm <dmalcolm@redhat.com>
30597
30598 * config/aarch64/cortex-a57-fma-steering.c
30599 (aarch64_register_fma_steering): Remove "static" from arguments
30600 to register_pass.
30601
30602 2016-02-04 Wilco Dijkstra <wdijkstr@arm.com>
30603
30604 PR target/69619
30605 * ccmp.c (expand_ccmp_expr_1): Avoid evaluating gs0/gs1
30606 twice when complex.
30607
30608 2016-02-04 Mike Frysinger <vapier@gentoo.org>
30609
30610 * doc/invoke.texi: Delete -mno-fma4.
30611
30612 2016-02-04 Richard Sandiford <richard.sandiford@arm.com>
30613
30614 PR rtl-optimization/69577
30615 * reginfo.c (record_subregs_of_mode): Add a partial_def parameter.
30616 (find_subregs_of_mode): Update accordingly. Iterate over partial
30617 definitions.
30618
30619 2016-02-04 Alan Lawrence <alan.lawrence@arm.com>
30620
30621 * config/arm/arm-protos.h (neon_reinterpret): Remove.
30622 * config/arm/arm.c (neon_reinterpret): Remove.
30623 * config/arm/arm_neon_builtins.def (vreinterpretv8qi, vreinterpretv4hi,
30624 vreinterpretv2si, vreinterpretv2sf, vreinterpretdi, vreinterpretv16qi,
30625 vreinterpretv8hi, vreinterpretv4si, vreinterpretv4sf, vreinterpretv2di,
30626 vreinterpretti): Remove.
30627 * config/arm/neon.md (neon_vreinterpretv8qi<mode>,
30628 neon_vreinterpretv4hi<mode>, neon_vreinterpretv2si<mode>,
30629 neon_vreinterpretv2sf<mode>, neon_vreinterpretdi<mode>,
30630 neon_vreinterpretti<mode>, neon_vreinterpretv16qi<mode>,
30631 neon_vreinterpretv8hi<mode>, neon_vreinterpretv4si<mode>,
30632 neon_vreinterpretv4sf<mode>, neon_vreinterpretv2di<mode>): Remove.
30633 * config/arm/arm_neon.h (vreinterpret_p8_p16, vreinterpret_p8_f32,
30634 vreinterpret_p8_p64, vreinterpret_p8_s64, vreinterpret_p8_u64,
30635 vreinterpret_p8_s8, vreinterpret_p8_s16, vreinterpret_p8_s32,
30636 vreinterpret_p8_u8, vreinterpret_p8_u16, vreinterpret_p8_u32,
30637 vreinterpret_p16_p8, vreinterpret_p16_f32, vreinterpret_p16_p64,
30638 vreinterpret_p16_s64, vreinterpret_p16_u64, vreinterpret_p16_s8,
30639 vreinterpret_p16_s16, vreinterpret_p16_s32, vreinterpret_p16_u8,
30640 vreinterpret_p16_u16, vreinterpret_p16_u32, vreinterpret_f32_p8,
30641 vreinterpret_f32_p16, vreinterpret_f32_p64, vreinterpret_f32_s64,
30642 vreinterpret_f32_u64, vreinterpret_f32_s8, vreinterpret_f32_s16,
30643 vreinterpret_f32_s32, vreinterpret_f32_u8, vreinterpret_f32_u16,
30644 vreinterpret_f32_u32, vreinterpret_p64_p8, vreinterpret_p64_p16,
30645 vreinterpret_p64_f32, vreinterpret_p64_s64, vreinterpret_p64_u64,
30646 vreinterpret_p64_s8, vreinterpret_p64_s16, vreinterpret_p64_s32,
30647 vreinterpret_p64_u8, vreinterpret_p64_u16, vreinterpret_p64_u32,
30648 vreinterpret_s64_p8, vreinterpret_s64_p16, vreinterpret_s64_f32,
30649 vreinterpret_s64_p64, vreinterpret_s64_u64, vreinterpret_s64_s8,
30650 vreinterpret_s64_s16, vreinterpret_s64_s32, vreinterpret_s64_u8,
30651 vreinterpret_s64_u16, vreinterpret_s64_u32, vreinterpret_u64_p8,
30652 vreinterpret_u64_p16, vreinterpret_u64_f32, vreinterpret_u64_p64,
30653 vreinterpret_u64_s64, vreinterpret_u64_s8, vreinterpret_u64_s16,
30654 vreinterpret_u64_s32, vreinterpret_u64_u8, vreinterpret_u64_u16,
30655 vreinterpret_u64_u32, vreinterpret_s8_p8, vreinterpret_s8_p16,
30656 vreinterpret_s8_f32, vreinterpret_s8_p64, vreinterpret_s8_s64,
30657 vreinterpret_s8_u64, vreinterpret_s8_s16, vreinterpret_s8_s32,
30658 vreinterpret_s8_u8, vreinterpret_s8_u16, vreinterpret_s8_u32,
30659 vreinterpret_s16_p8, vreinterpret_s16_p16, vreinterpret_s16_f32,
30660 vreinterpret_s16_p64, vreinterpret_s16_s64, vreinterpret_s16_u64,
30661 vreinterpret_s16_s8, vreinterpret_s16_s32, vreinterpret_s16_u8,
30662 vreinterpret_s16_u16, vreinterpret_s16_u32, vreinterpret_s32_p8,
30663 vreinterpret_s32_p16, vreinterpret_s32_f32, vreinterpret_s32_p64,
30664 vreinterpret_s32_s64, vreinterpret_s32_u64, vreinterpret_s32_s8,
30665 vreinterpret_s32_s16, vreinterpret_s32_u8, vreinterpret_s32_u16,
30666 vreinterpret_s32_u32, vreinterpret_u8_p8, vreinterpret_u8_p16,
30667 vreinterpret_u8_f32, vreinterpret_u8_p64, vreinterpret_u8_s64,
30668 vreinterpret_u8_u64, vreinterpret_u8_s8, vreinterpret_u8_s16,
30669 vreinterpret_u8_s32, vreinterpret_u8_u16, vreinterpret_u8_u32,
30670 vreinterpret_u16_p8, vreinterpret_u16_p16, vreinterpret_u16_f32,
30671 vreinterpret_u16_p64, vreinterpret_u16_s64, vreinterpret_u16_u64,
30672 vreinterpret_u16_s8, vreinterpret_u16_s16, vreinterpret_u16_s32,
30673 vreinterpret_u16_u8, vreinterpret_u16_u32, vreinterpret_u32_p8,
30674 vreinterpret_u32_p16, vreinterpret_u32_f32, vreinterpret_u32_p64,
30675 vreinterpret_u32_s64, vreinterpret_u32_u64, vreinterpret_u32_s8,
30676 vreinterpret_u32_s16, vreinterpret_u32_s32, vreinterpret_u32_u8,
30677 vreinterpret_u32_u16, vreinterpretq_p8_p16, vreinterpretq_p8_f32,
30678 vreinterpretq_p8_p64, vreinterpretq_p8_p128, vreinterpretq_p8_s64,
30679 vreinterpretq_p8_u64, vreinterpretq_p8_s8, vreinterpretq_p8_s16,
30680 vreinterpretq_p8_s32, vreinterpretq_p8_u8, vreinterpretq_p8_u16,
30681 vreinterpretq_p8_u32, vreinterpretq_p16_p8, vreinterpretq_p16_f32,
30682 vreinterpretq_p16_p64, vreinterpretq_p16_p128, vreinterpretq_p16_s64,
30683 vreinterpretq_p16_u64, vreinterpretq_p16_s8, vreinterpretq_p16_s16,
30684 vreinterpretq_p16_s32, vreinterpretq_p16_u8, vreinterpretq_p16_u16,
30685 vreinterpretq_p16_u32, vreinterpretq_f32_p8, vreinterpretq_f32_p16,
30686 vreinterpretq_f32_p64, vreinterpretq_f32_p128, vreinterpretq_f32_s64,
30687 vreinterpretq_f32_u64, vreinterpretq_f32_s8, vreinterpretq_f32_s16,
30688 vreinterpretq_f32_s32, vreinterpretq_f32_u8, vreinterpretq_f32_u16,
30689 vreinterpretq_f32_u32, vreinterpretq_p64_p8, vreinterpretq_p64_p16,
30690 vreinterpretq_p64_f32, vreinterpretq_p64_p128, vreinterpretq_p64_s64,
30691 vreinterpretq_p64_u64, vreinterpretq_p64_s8, vreinterpretq_p64_s16,
30692 vreinterpretq_p64_s32, vreinterpretq_p64_u8, vreinterpretq_p64_u16,
30693 vreinterpretq_p64_u32, vreinterpretq_p128_p8, vreinterpretq_p128_p16,
30694 vreinterpretq_p128_f32, vreinterpretq_p128_p64, vreinterpretq_p128_s64,
30695 vreinterpretq_p128_u64, vreinterpretq_p128_s8, vreinterpretq_p128_s16,
30696 vreinterpretq_p128_s32, vreinterpretq_p128_u8, vreinterpretq_p128_u16,
30697 vreinterpretq_p128_u32, vreinterpretq_s64_p8, vreinterpretq_s64_p16,
30698 vreinterpretq_s64_f32, vreinterpretq_s64_p64, vreinterpretq_s64_p128,
30699 vreinterpretq_s64_u64, vreinterpretq_s64_s8, vreinterpretq_s64_s16,
30700 vreinterpretq_s64_s32, vreinterpretq_s64_u8, vreinterpretq_s64_u16,
30701 vreinterpretq_s64_u32, vreinterpretq_u64_p8, vreinterpretq_u64_p16,
30702 vreinterpretq_u64_f32, vreinterpretq_u64_p64, vreinterpretq_u64_p128,
30703 vreinterpretq_u64_s64, vreinterpretq_u64_s8, vreinterpretq_u64_s16,
30704 vreinterpretq_u64_s32, vreinterpretq_u64_u8, vreinterpretq_u64_u16,
30705 vreinterpretq_u64_u32, vreinterpretq_s8_p8, vreinterpretq_s8_p16,
30706 vreinterpretq_s8_f32, vreinterpretq_s8_p64, vreinterpretq_s8_p128,
30707 vreinterpretq_s8_s64, vreinterpretq_s8_u64, vreinterpretq_s8_s16,
30708 vreinterpretq_s8_s32, vreinterpretq_s8_u8, vreinterpretq_s8_u16,
30709 vreinterpretq_s8_u32, vreinterpretq_s16_p8, vreinterpretq_s16_p16,
30710 vreinterpretq_s16_f32, vreinterpretq_s16_p64, vreinterpretq_s16_p128,
30711 vreinterpretq_s16_s64, vreinterpretq_s16_u64, vreinterpretq_s16_s8,
30712 vreinterpretq_s16_s32, vreinterpretq_s16_u8, vreinterpretq_s16_u16,
30713 vreinterpretq_s16_u32, vreinterpretq_s32_p8, vreinterpretq_s32_p16,
30714 vreinterpretq_s32_f16, vreinterpretq_s32_f32, vreinterpretq_s32_p64,
30715 vreinterpretq_s32_p128, vreinterpretq_s32_s64, vreinterpretq_s32_u64,
30716 vreinterpretq_s32_s8, vreinterpretq_s32_s16, vreinterpretq_s32_u8,
30717 vreinterpretq_s32_u16, vreinterpretq_s32_u32, vreinterpretq_u8_p8,
30718 vreinterpretq_u8_p16, vreinterpretq_u8_f32, vreinterpretq_u8_p64,
30719 vreinterpretq_u8_p128, vreinterpretq_u8_s64, vreinterpretq_u8_u64,
30720 vreinterpretq_u8_s8, vreinterpretq_u8_s16, vreinterpretq_u8_s32,
30721 vreinterpretq_u8_u16, vreinterpretq_u8_u32, vreinterpretq_u16_p8,
30722 vreinterpretq_u16_p16, vreinterpretq_u16_f32, vreinterpretq_u16_p64,
30723 vreinterpretq_u16_p128, vreinterpretq_u16_s64, vreinterpretq_u16_u64,
30724 vreinterpretq_u16_s8, vreinterpretq_u16_s16, vreinterpretq_u16_s32,
30725 vreinterpretq_u16_u8, vreinterpretq_u16_u32, vreinterpretq_u32_p8,
30726 vreinterpretq_u32_p16, vreinterpretq_u32_f32, vreinterpretq_u32_p64,
30727 vreinterpretq_u32_p128, vreinterpretq_u32_s64, vreinterpretq_u32_u64,
30728 vreinterpretq_u32_s8, vreinterpretq_u32_s16, vreinterpretq_u32_s32,
30729 vreinterpretq_u32_u8, vreinterpretq_u32_u16): Rewrite using casts.
30730
30731 2016-02-04 Martin Liska <mliska@suse.cz>
30732
30733 PR sanitizer/69276
30734 * asan.c (has_stmt_been_instrumented_p): Instrument gimple calls
30735 that are gimple_store_p.
30736 (maybe_instrument_call): Likewise.
30737
30738 2016-02-04 Bin Cheng <bin.cheng@arm.com>
30739
30740 * config/aarch64/aarch64.c (aarch64_legitimize_address): Force
30741 register scaling out of memory reference and comment why.
30742
30743 2016-02-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
30744
30745 PR target/65932
30746 PR target/67714
30747 * cse.c (cse_insn): Pass NULL to fold_rtx when initially
30748 folding the source of a SET.
30749
30750 2016-02-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
30751
30752 PR target/65932
30753 PR target/67714
30754 * config/arm/arm.c (arm_new_rtx_costs, MULT case): Properly extract
30755 the operands of the SIGN_EXTENDs from a SMUL[TB][TB] rtx.
30756
30757 2016-02-04 Jim Wilson <jim.wilson@linaro.org>
30758
30759 PR target/65932
30760 PR target/67714
30761 * config/arm/arm.h (PROMOTE_MODE): Don't set UNSIGNEDP for QImode and
30762 HImode.
30763
30764 2016-02-04 Christian Bruel <christian.bruel@st.com>
30765
30766 * config/arm/arm-c.c (arm_reset_previous_fndecl): Style fix and typo.
30767 * config/arm/arm.c (arm_set_current_function): Likewise.
30768
30769 2016-02-04 Jakub Jelinek <jakub@redhat.com>
30770 Ilya Enkovich <enkovich.gnu@gmail.com>
30771 H.J. Lu <hongjiu.lu@intel.com>
30772
30773 PR target/69454
30774 * config/i386/i386.c (convert_scalars_to_vector): Remove
30775 stack alignment fixes.
30776 (ix86_option_override_internal): Disable TARGET_STV if stack
30777 might not be aligned enough.
30778 (ix86_minimum_alignment): Assert that TARGET_STV is false.
30779
30780 2016-02-04 Victoria Stepanyan <victoria.stepanyan@amd.com>
30781
30782 * config/i386/x86-tune.def: Disable default prefetching
30783 for -march=znver1.
30784
30785 2016-02-03 Michael Meissner <meissner@linux.vnet.ibm.com>
30786 Vladimir Makarov <vmakarov@redhat.com>
30787
30788 PR target/69461
30789 * config/rs6000/rs6000.c (rs6000_legitimate_address_p): Fix thinko
30790 in validating fused toc addresses.
30791
30792 2016-02-03 Jakub Jelinek <jakub@redhat.com>
30793
30794 PR c/69627
30795 * diagnostic-show-locus.c (layout::get_state_at_point): Don't read
30796 range->m_caret fields if range->m_show_caret_p is false.
30797
30798 PR target/69644
30799 * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap):
30800 Force oldval into register if it does not satisfy reg_or_short_operand
30801 predicate. Fix up formatting.
30802
30803 2016-02-03 Vladimir Makarov <vmakarov@redhat.com>
30804 Alexandre Oliva <aoliva@redhat.com>
30805
30806 PR target/69461
30807 * lra-constraints.c (simplify_operand_subreg): Check additionally
30808 address validity after potential reloading.
30809 (process_address_1): Check insns validity. In case of failure do
30810 nothing.
30811
30812 2016-02-03 Kirill Yukhin <kirill.yukhin@intel.com>
30813
30814 PR target/69118
30815 * config/i386/sse.md (define_insn "avx512f_maskcmp<mode>3"):
30816 Fix target.
30817
30818 2016-02-02 Jakub Jelinek <jakub@redhat.com>
30819
30820 * wide-int.cc (canonize_uhwi): New function.
30821 (wi::divmod_internal): Use it.
30822
30823 2016-02-02 James Norris <jnorris@codesourcery.com>
30824
30825 * gimplify.c (omp_notice_variable): Add usage check.
30826
30827 2016-02-02 Alexander Monakov <amonakov@ispras.ru>
30828
30829 * config/nvptx/nvptx.c (nvptx_print_operand): Treat LEU, GEU, LTU, GTU
30830 like LE, GE, LT, GT when emitting relational operator.
30831
30832 2016-02-02 Wilco Dijkstra <wdijkstr@arm.com>
30833
30834 * ira-costs.c (find_costs_and_classes): Add extra argument.
30835 * target.def (ira_change_pseudo_allocno_class): Add parameter.
30836 * targhooks.h (ira_change_pseudo_allocno_class): Likewise.
30837 * targhooks.c (ira_change_pseudo_allocno_class): Likewise.
30838 * config/aarch64/aarch64.c (aarch64_ira_change_pseudo_allocno_class)
30839 Add best_class parameter, and return it if not ALL_REGS.
30840 * config/mips/mips.c (mips_ira_change_pseudo_allocno_class):
30841 Add parameter.
30842 * doc/tm.texi (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS):
30843 Update target hook.
30844
30845 2016-02-02 Wilco Dijkstra <wdijkstr@arm.com>
30846
30847 * config/aarch64/aarch64.c
30848 (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): New define.
30849 (aarch64_ira_change_pseudo_allocno_class): New function.
30850
30851 2016-02-02 Uros Bizjak <ubizjak@gmail.com>
30852
30853 PR target/67032
30854 * config/i386/i386.c (geode_cost): Increase cost of MMX and SSE moves.
30855
30856 2016-02-02 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
30857
30858 * config/avr/avr.c (avr_option_override): Set
30859 PARAM_ALLOW_STORE_DATA_RACES to 1.
30860
30861 2016-02-02 Richard Biener <rguenther@suse.de>
30862
30863 PR tree-optimization/69595
30864 * match.pd: Add range test simplifications to true/false.
30865
30866 2016-02-02 Thomas Schwinge <thomas@codesourcery.com>
30867
30868 * omp-builtins.def (BUILT_IN_GOACC_HOST_DATA): Remove.
30869 * omp-low.c (expand_omp_target): Use BUILT_IN_GOACC_DATA_START
30870 instead.
30871
30872 2016-02-02 Richard Biener <rguenther@suse.de>
30873
30874 PR tree-optimization/69606
30875 * tree-ssa-math-opts.c (bswap_replace): Clear flow sensitive
30876 info on the result before moving a stmt.
30877
30878 2016-02-02 Yuri Rumyantsev <ysrumyan@gmail.com>
30879
30880 PR middle-end/68542
30881 * config/i386/i386.c (ix86_expand_branch): Add support for conditional
30882 branch with vector comparison.
30883 * config/i386/sse.md (VI48_AVX): New mode iterator.
30884 (define_expand "cbranch<mode>4): Add support for conditional branch
30885 with vector comparison.
30886 * tree-vect-loop.c (optimize_mask_stores): New function.
30887 * tree-vect-stmts.c (vectorizable_mask_load_store): Initialize
30888 has_mask_store field of vect_info.
30889 * tree-vectorizer.c (vectorize_loops): Invoke optimaze_mask_stores for
30890 vectorized loops having masked stores after vec_info destroy.
30891 * tree-vectorizer.h (loop_vec_info): Add new has_mask_store field and
30892 correspondent macros.
30893 (optimize_mask_stores): Add prototype.
30894
30895 2016-02-02 Alan Modra <amodra@gmail.com>
30896
30897 PR target/69548
30898 * config/rs6000/predicates.md (quad_int_reg_operand): Don't
30899 allow subregs.
30900
30901 2016-02-02 Alan Modra <amodra@gmail.com>
30902
30903 PR target/68662
30904 * config/rs6000/rs6000.c (need_toc_init): New var, set it
30905 whenever toc_label_name used.
30906 (rs6000_file_start): Don't set up toc section here,
30907 (rs6000_output_function_epilogue): do so here instead,
30908 (rs6000_xcoff_file_start): and here.
30909 * config/rs6000/rs6000.md (load_toc_aix_si): Set need_toc_init.
30910 (load_toc_aix_di): Likewise.
30911
30912 2016-02-01 Jakub Jelinek <jakub@redhat.com>
30913
30914 PR rtl-optimization/69592
30915 * rtlanal.c (nonzero_bits_binary_arith_p): New inline function.
30916 (cached_nonzero_bits): Use it instead of ARITHMETIC_P.
30917 (num_sign_bit_copies_binary_arith_p): New inline function.
30918 (cached_num_sign_bit_copies): Use it instead of ARITHMETIC_P.
30919
30920 2016-02-01 Jeff Law <law@redhat.com>
30921
30922 PR tree-optimization/69580
30923 * params.def (FSM_MAXIMUM_PHI_ARGUMENTS): New param.
30924 * tree-ssa-threadbackward.c
30925 (fsm_find_control_statement_thread_paths): Do not try to walk
30926 through large PHI nodes.
30927
30928 2016-02-01 Jakub Jelinek <jakub@redhat.com>
30929
30930 * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return false
30931 when count is incremented above limit, don't analyze further
30932 insns afterwards.
30933
30934 * omp-low.c (oacc_parse_default_dims): Avoid
30935 -Wsign-compare warning, make sure value fits into int
30936 rather than just unsigned int.
30937
30938 2016-02-01 Bin Cheng <bin.cheng@arm.com>
30939
30940 PR tree-optimization/67921
30941 * fold-const.c (split_tree): New parameters. Convert pointer
30942 type variable part to proper type before negating.
30943 (fold_binary_loc): Pass new arguments to split_tree.
30944
30945 2016-02-01 Nathan Sidwell <nathan@codesourcery.com>
30946
30947 * config/nvptx/nvptx.c (PTX_GANG_DEFAULT): New.
30948 (nvptx_goacc_validate_dims): Extend to handle global defaults.
30949 * target.def (OACC_VALIDATE_DIMS): Extend documentation.
30950 * doc/tm.texti: Rebuilt.
30951 * doc/invoke.texi (fopenacc-dim): Document.
30952 * lto-wrapper.c (merge_and_complain): Add OPT_fopenacc_dim_ case.
30953 (append_compiler_options): Likewise.
30954 * omp-low.c (oacc_default_dims, oacc_min_dims): New.
30955 (oacc_parse_default_dims): New.
30956 (oacc_validate_dims): Add USED arg. Select non-unity default when
30957 possible.
30958 (oacc_loop_fixed_partitions): Return mask of used partitions.
30959 (oacc_loop_auto_partitions): Emit dump info.
30960 (oacc_loop_partition): Return mask of used partitions.
30961 (execute_oacc_device_lower): Parse default dimension arg. Adjust
30962 loop partitioning and validation calls.
30963
30964 2016-02-01 Richard Biener <rguenther@suse.de>
30965
30966 PR middle-end/69556
30967 * match.pd: Guard (C1/X)*C2 -> (C1*C2)/X with single_use.
30968
30969 2016-02-01 Richard Biener <rguenther@suse.de>
30970
30971 PR tree-optimization/69574
30972 * tree-chrec.c (hide_evolution_in_other_loops_than_loop): Instead
30973 of asserting return chrec_dont_know.
30974
30975 2016-02-01 Martin Liska <mliska@suse.cz>
30976
30977 * mem-stats-traits.h: Add copyright header.
30978 * mem-stats.h: Likewise.
30979
30980 2016-02-01 Richard Biener <rguenther@suse.de>
30981
30982 PR tree-optimization/69579
30983 * tree-ssa-loop-ivcanon.c (propagate_constants_for_unrolling):
30984 Do not propagate through abnormal PHI results.
30985
30986 2016-02-01 Eric Botcazou <ebotcazou@adacore.com>
30987
30988 * postreload.c (reload_cse_simplify): Remove dead code.
30989
30990 2016-02-01 Jakub Jelinek <jakub@redhat.com>
30991
30992 PR rtl-optimization/69570
30993 * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return true only
30994 if there is more than one set, not if there is a single set.
30995
30996 2016-02-01 Richard Henderson <rth@redhat.com>
30997
30998 PR rtl-opt/69535
30999 * combine.c (make_compound_operation): When looking through a
31000 subreg, make sure to re-extend to the width of the outer mode.
31001
31002 2016-01-30 Jakub Jelinek <jakub@redhat.com>
31003
31004 PR tree-optimization/69546
31005 * wide-int.cc (wi::divmod_internal): For unsigned division
31006 where both operands fit into uhwi, if o1 is 1 and o0 has
31007 msb set, if divident_prec is larger than bits per hwi,
31008 clear another quotient word and return 2 instead of 1.
31009 Similarly for remainder with msb in HWI set, if dividend_prec
31010 is larger than bits per hwi.
31011
31012 2016-01-29 Martin Jambor <mjambor@suse.cz>
31013
31014 * hsa-gen.c (get_memory_order_name): Mask with MEMMODEL_BASE_MASK.
31015 Use short lowercase names.
31016 (get_memory_order): Mask with MEMMODEL_BASE_MASK. Support
31017 MEMMODEL_CONSUME with acquire semantics and MEMMODEL_SEQ_CST with
31018 acq_rel one. Protect warning agains segfaults if
31019 get_memory_order_name returns NULL.
31020 (gen_hsa_ternary_atomic_for_builtin): Support with MEMMODEL_SEQ_CST
31021 with release semantics. Do not warn if get_memory_order already did.
31022 (gen_hsa_insns_for_call): Support with MEMMODEL_SEQ_CST with acquire
31023 semantics. Fix check for relaxed or acquire semantics. Do not warn
31024 if get_memory_order already did.
31025
31026 2016-01-29 Sebastian Pop <s.pop@samsung.com>
31027
31028 * doc/install.texi: Document that isl-0.16 is supported.
31029
31030 2016-01-29 Vladimir Makarov <vmakarov@redhat.com>
31031
31032 PR target/69299
31033 * config/i386/constraints.md (Bm): Describe as special memory
31034 constraint.
31035 * doc/md.texi (DEFINE_SPECIAL_MEMORY_CONSTRAINT): Describe it.
31036 * genoutput.c (main): Process DEFINE_SPECIAL_MEMORY_CONSTRAINT.
31037 * genpreds.c (struct constraint_data): Add is_special_memory.
31038 (have_special_memory_constraints, special_memory_start): New
31039 static vars.
31040 (special_memory_end): Ditto.
31041 (add_constraint): Add new arg is_special_memory. Add code to
31042 process its true value. Update have_special_memory_constraints.
31043 (process_define_constraint): Pass the new arg.
31044 (process_define_register_constraint): Ditto.
31045 (choose_enum_order): Process special memory.
31046 (write_tm_preds_h): Generate enum const CT_SPECIAL_MEMORY and
31047 function insn_extra_special_memory_constraint.
31048 (main): Process DEFINE_SPECIAL_MEMORY_CONSTRAINT.
31049 * gensupport.c (process_rtx): Process
31050 DEFINE_SPECIAL_MEMORY_CONSTRAINT.
31051 * ira-costs.c (record_reg_classes): Process CT_SPECIAL_MEMORY.
31052 * ira-lives.c (single_reg_class): Use
31053 insn_extra_special_memory_constraint.
31054 * ira.c (ira_setup_alts): Process CT_SPECIAL_MEMORY.
31055 * lra-constraints.c (process_alt_operands): Ditto.
31056 (curr_insn_transform): Use insn_extra_special_memory_constraint.
31057 * recog.c (asm_operand_ok, preprocess_constraints): Process
31058 CT_SPECIAL_MEMORY.
31059 * reload.c (find_reloads): Ditto.
31060 * rtl.def (DEFINE_SPECIFAL_MEMORY_CONSTRAINT): New.
31061 * stmt.c (parse_input_constraint): Use
31062 insn_extra_special_memory_constraint.
31063
31064 2016-01-29 H.J. Lu <hongjiu.lu@intel.com>
31065
31066 PR target/69530
31067 * lra-splill.c (lra_final_code_change): Revert r229087 by
31068 removing all sub-registers.
31069
31070 2016-01-29 Steve Ellcey <sellcey@imgtec.com>
31071
31072 PR target/65604
31073 * config/mips/mips.c (mips_output_division): Check flag_delayed_branch.
31074
31075 2016-01-29 Jakub Jelinek <jakub@redhat.com>
31076
31077 PR target/69551
31078 * config/i386/i386.c (ix86_expand_vector_set) <case V4SImode>: For
31079 SSE1, copy target into the temporary reg first before recursing
31080 on it.
31081
31082 2016-01-29 H.J. Lu <hongjiu.lu@intel.com>
31083
31084 * config/i386/sse.md (sse2_cvtps2pd<mask_name>): Replace vBm
31085 with vm.
31086
31087 2016-01-29 Jonathan Wakely <jwakely@redhat.com>
31088
31089 * ginclude/stdarg.h: Test __cplusplus instead of
31090 __GXX_EXPERIMENTAL_CXX0X__.
31091
31092 2016-01-29 Richard Biener <rguenther@suse.de>
31093
31094 PR tree-optimization/69547
31095 * tree-ssa-dce.c (mark_aliased_reaching_defs_necessary_1):
31096 Do not mark clobbers necessary.
31097 (mark_all_reaching_defs_necessary_1): Likewise.
31098
31099 2016-01-29 Dominik Vogt <vogt@linux.vnet.ibm.com>
31100
31101 * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Format
31102 declaration name with %qs and print it in both error messages.
31103 Also fix indentation.
31104
31105 2016-01-29 Dominik Vogt <vogt@linux.vnet.ibm.com>
31106
31107 PR other/69006
31108 * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Remove
31109 trailing blank line from error message.
31110
31111 2016-01-29 Jonathan Wakely <jwakely@redhat.com>
31112
31113 PR c++/69462
31114 * ginclude/float.h: Also provide FLT_EVAL_METHOD and DECIMAL_DIG
31115 for C++-11.
31116
31117 2016-01-29 Richard Biener <rguenther@suse.de>
31118
31119 PR middle-end/69537
31120 * match.pd: Allow all integral types when simplifying a
31121 widening or sign-changing conversion.
31122
31123 2016-01-28 Sebastian Pop <s.pop@samsung.com>
31124
31125 * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Revert assert
31126 back to setting codegen_error to fail codegen.
31127
31128 2016-01-28 Uros Bizjak <ubizjak@gmail.com>
31129
31130 PR target/69459
31131 * config/i386/constraints.md (C): Only accept constant zero operand.
31132 (BC): New constraint.
31133 * config/i386/sse.md (*mov<mode>_internal): Use BC constraint
31134 instead of C constraint.
31135 * doc/md.texi (Machine Constraints): Update description
31136 of C constraint.
31137
31138 2016-01-28 Steve Ellcey <sellcey@imgtec.com>
31139
31140 PR target/68400
31141 * config/mips/mips.c (and_operands_ok): Add MIPS16 check.
31142
31143 2016-01-28 Jakub Jelinek <jakub@redhat.com>
31144
31145 PR middle-end/69542
31146 * lra-remat.c (calculate_local_reg_remat_bb_data): Only consider
31147 non-debug insns.
31148
31149 2016-01-28 Pat Haugen <pthaugen@us.ibm.com>
31150
31151 * config/rs6000/rs6000.c (output_cbranch): Don't statically predict
31152 branches if using guessed profile.
31153
31154 2016-01-28 H.J. Lu <hongjiu.lu@intel.com>
31155
31156 * graphite-optimize-isl.c (optimize_isl): Fix dump.
31157
31158 2016-01-28 Richard Henderson <rth@redhat.com>
31159
31160 PR target/69305
31161 * config/aarch64/aarch64-modes.def (CC_Cmode): New
31162 * config/aarch64/aarch64-protos.h: Update.
31163 * config/aarch64/aarch64.c (aarch64_zero_extend_const_eq): New.
31164 (aarch64_select_cc_mode): Add check for use of CC_Cmode.
31165 (aarch64_get_condition_code_1): Handle CC_Cmode.
31166 * config/aarch64/aarch64.md (addti3): Use adddi3_compareC.
31167 (*add<mode>3_compareC_cconly_imm): New.
31168 (*add<mode>3_compareC_cconly): New.
31169 (*add<mode>3_compareC_imm): New.
31170 (add<mode>3_compareC): New.
31171 (add<mode>3_carryin, *addsi3_carryin_uxtw): Sort compare operand
31172 to be first. Use aarch64_carry_operation.
31173 (*add<mode>3_carryin_alt1, *addsi3_carryin_alt1_uxtw): Remove.
31174 (*add<mode>3_carryin_alt2, *addsi3_carryin_alt2_uxtw): Remove.
31175 (*add<mode>3_carryin_alt3, *addsi3_carryin_alt3_uxtw): Remove.
31176 (subti3): Use subdi3_compare1.
31177 (*sub<mode>3_compare0): Rename from sub<mode>3_compare0.
31178 (sub<mode>3_compare1): New.
31179 (*sub<mode>3_carryin0, *subsi3_carryin_uxtw): New.
31180 (*sub<mode>3_carryin): Use aarch64_borrow_operation.
31181 (*subsi3_carryin_uxtw): Likewise.
31182 (*ngc<mode>, *ngcsi_uxtw): Likewise.
31183 (*sub<mode>3_carryin_alt, *subsi3_carryin_alt_uxtw): New.
31184 * config/aarch64/iterators.md (DWI): New.
31185 * config/aarch64/predicates.md (aarch64_carry_operation): New.
31186 (aarch64_borrow_operation): New.
31187
31188 2016-01-28 Abderrazek Zaafrani <a.zaafrani@samsung.com>
31189
31190 * graphite-optimize-isl.c (optimize_isl): Print a different debug
31191 message when isl does not return a valid schedule.
31192
31193 2016-01-28 Sebastian Pop <s.pop@samsung.com>
31194
31195 * graphite-isl-ast-to-gimple.c (class translate_isl_ast_to_gimple):
31196 Remove comments from class declarations: they are already in the code
31197 close by the defs.
31198
31199 2016-01-28 Sebastian Pop <s.pop@samsung.com>
31200
31201 * graphite-isl-ast-to-gimple.c (binary_op_to_tree): Call
31202 codegen_error_p.
31203 (ternary_op_to_tree): Same.
31204 (unary_op_to_tree): Same.
31205 (nary_op_to_tree): Same.
31206 (gcc_expression_from_isl_expr_op): Same.
31207 (gcc_expression_from_isl_expression): Same.
31208 (graphite_create_new_loop): Same.
31209 (graphite_create_new_loop_guard): Same.
31210 (build_iv_mapping): Same.
31211 (graphite_create_new_guard): Same.
31212 (translate_isl_ast_to_gimple::copy_loop_phi_nodes): Same.
31213 (translate_isl_ast_to_gimple::translate_pending_phi_nodes): Same.
31214
31215 2016-01-28 Sebastian Pop <s.pop@samsung.com>
31216
31217 * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Assert
31218 instead of setting codegen_error to fail codegen.
31219
31220 2016-01-28 Jason Merrill <jason@redhat.com>
31221
31222 * tree.h (BINFO_FLAG_0): Rename from BINFO_MARKED.
31223
31224 2016-01-28 Wilco Dijkstra <wdijkstr@arm.com>
31225
31226 * config/aarch64/aarch64.c (aarch64_if_then_else_costs):
31227 Remove CONST_INT_P check in CCMP cost calculation.
31228
31229 2016-01-28 Wilco Dijkstra <wdijkstr@arm.com>
31230
31231 * config/aarch64/aarch64.c (generic_vector_cost):
31232 Set vec_permute_cost.
31233 (cortexa57_vector_cost): Likewise.
31234 (exynosm1_vector_cost): Likewise.
31235 (xgene1_vector_cost): Likewise.
31236 (aarch64_builtin_vectorization_cost): Use vec_permute_cost.
31237 * config/aarch64/aarch64-protos.h (cpu_vector_cost):
31238 Add vec_permute_cost entry.
31239
31240 2016-01-28 Wilco Dijkstra <wdijkstr@arm.com>
31241
31242 * config/aarch64/aarch64.md (ccmp<mode>): Disassemble
31243 immediate as %1.
31244 (add<mode>3_compare0): Likewise.
31245 (addsi3_compare0_uxtw): Likewise.
31246 (add<mode>3nr_compare0): Likewise.
31247 (compare_neg<mode>): Likewise.
31248 (<optab><mode>3): Likewise.
31249
31250 2016-01-28 Ilya Enkovich <enkovich.gnu@gmail.com>
31251
31252 * tree-vect-stmts.c (vectorizable_comparison): Add
31253 NULL check for vectype.
31254
31255 2016-01-28 Richard Biener <rguenther@suse.de>
31256
31257 PR tree-optimization/69466
31258 * tree-vect-loop-manip.c (slpeel_duplicate_current_defs_from_edges):
31259 Account for PHIs we couldn't duplicate.
31260
31261 2016-01-28 Martin Liska <mliska@suse.cz>
31262
31263 PR pch/68758
31264 * ggc-common.c (gt_pch_save): Use ENABLE_VALGRIND_ANNOTATIONS macro
31265 instead of ENABLE_VALGRIND_CHECKING.
31266
31267 2016-01-27 Richard Henderson <rth@redhat.com>
31268
31269 PR rtl-opt/69447
31270 * lra-remat.c (subreg_regs): New.
31271 (dump_candidates_and_remat_bb_data): Dump it.
31272 (operand_to_remat): Reject if operand in subreg_regs.
31273 (set_bb_regs): Collect subreg_regs.
31274 (lra_remat): Init and free subreg_regs. Compute
31275 calculate_local_reg_remat_bb_data before create_cands.
31276
31277 2016-01-27 H.J. Lu <hongjiu.lu@intel.com>
31278
31279 PR target/68986
31280 * config/i386/i386.c (ix86_update_stack_boundary): Don't
31281 change stack_alignment_needed for __tls_get_addr call.
31282
31283 2016-01-27 Segher Boessenkool <segher@kernel.crashing.org>
31284
31285 * config/rs6000/rs6000.c (print_operand): Rollback 's' removal.
31286
31287 2016-01-27 Jeff Law <law@redhat.com>
31288
31289 PR tree-optimization/68398
31290 PR tree-optimization/69196
31291 * params.def (PARAM_FSM_SCALE_PATH_STMTS): New parameter.
31292 (PARAM_FSM_SCALE_PATH_BLOCKS): Likewise.
31293 * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
31294 Only count PHIs in the last block in the path. The others will
31295 const/copy propagate away. Add heuristic to allow more irreducible
31296 subloops to be created when it is likely profitable to do so.
31297
31298 * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
31299 Fix typo in comment. Use gsi_after_labels and remove the GIMPLE_LABEL
31300 check from within the loop. Use gsi_next_nondebug rather than gsi_next.
31301
31302 2016-01-27 Jakub Jelinek <jakub@redhat.com>
31303
31304 PR lto/69254
31305 * sanitizer.def: Add BEGIN_SANITIZER_BUILTINS and
31306 END_SANITIZER_BUILTINS markers using DEF_BUILTIN_STUB.
31307 * asan.c (DEF_BUILTIN_STUB): Temporarily define.
31308 * tree-streamer-in.c: Include asan.h.
31309 (streamer_get_builtin_tree): For builtins in sanitizer
31310 range call initialize_sanitizer_builtins and retry.
31311
31312 2016-01-27 Ian Lance Taylor <iant@google.com>
31313
31314 * common.opt (fkeep-gc-roots-live): New undocumented option.
31315 * tree-ssa-loop-ivopts.c (add_candidate_1): If
31316 -fkeep-gc-roots-live, skip pointers.
31317 (add_iv_candidate_for_biv): Handle add_candidate_1 returning
31318 NULL.
31319
31320 2016-01-27 Uros Bizjak <ubizjak@gmail.com>
31321
31322 PR target/69512
31323 * config/i386/i386.md (*zext<mode>_doubleword_and): New pattern.
31324 (*zext<mode>_doubleword): Disable for TARGET_ZERO_EXTEND_WITH_AND.
31325
31326 2016-01-27 Thomas Klausner <wiz@NetBSD.org>
31327
31328 PR target/68380
31329 * configure.ac: NetBSD provides SSP in its C library.
31330 * configure: Updated.
31331
31332 2016-01-27 Richard Biener <rguenther@suse.de>
31333
31334 PR tree-optimization/69166
31335 * tree-vect-loop.c (vect_is_simple_reduction): Always check
31336 reduction code for commutativity / associativity.
31337
31338 2016-01-27 Martin Jambor <mjambor@suse.cz>
31339
31340 PR tree-optimization/69355
31341 * tree-sra.c (analyze_access_subtree): Correct hole detection when
31342 total_scalarization fails.
31343
31344 2016-01-27 David Edelsohn <dje.gcc@gmail.com>
31345
31346 * config/rs6000/driver-rs6000.c (detect_processor_aix): Add
31347 power9.
31348
31349 2016-01-27 Christian Bruel <christian.bruel@st.com>
31350
31351 PR target/69245
31352 * config/arm/arm-c.c (arm_pragma_target_parse): Add comments.
31353 Move arm_reset_previous_fndecl and set_target_option_current_node in
31354 the conditional part. Call save_restore_target_globals.
31355 * config/arm/arm.c (arm_set_current_function):
31356 Refactor to better support #pragma target and attribute mix.
31357 Call save_restore_target_globals.
31358 * config/arm/arm-protos.h (save_restore_target_globals): New function.
31359
31360 2016-01-27 Martin Liska <mliska@suse.cz>
31361
31362 * hsa.c (hsa_summary_t::link_functions): Create IPA_REF_ADDR
31363 reference for an HSA kernel and its host function.
31364
31365 2016-01-27 Jakub Jelinek <jakub@redhat.com>
31366
31367 PR tree-optimization/69399
31368 * wide-int.h (wi::lrshift): For larger precisions, only
31369 use fast path if shift is known to be < HOST_BITS_PER_WIDE_INT.
31370
31371 2016-01-27 Claudiu Zissulescu <claziss@synopsys.com>
31372
31373 * config/arc/predicates.md (proper_comparison_operator): Reject
31374 constant-constant comparison.
31375
31376 2016-01-26 Tom de Vries <tom@codesourcery.com>
31377
31378 PR tree-optimization/69110
31379 * tree-data-ref.c (initialize_data_dependence_relation): Handle
31380 DR_NUM_DIMENSIONS == 0.
31381
31382 2016-01-26 Abderrazek Zaafrani <a.zaafrani@samsung.com>
31383 Sebastian Pop <s.pop@samsung.com>
31384
31385 * graphite-isl-ast-to-gimple.c (ternary_op_to_tree): Handle
31386 isl_ast_op_cond and isl_ast_op_select.
31387 (gcc_expression_from_isl_expr_op): Same.
31388
31389 2016-01-26 Jason Merrill <jason@redhat.com>
31390
31391 PR c++/68782
31392 * tree.c (recompute_constructor_flags): Split out from
31393 build_constructor.
31394 (verify_constructor_flags): New.
31395 * tree.h: Declare them.
31396
31397 2016-01-26 Iain Buclaw <ibuclaw@gdcproject.org>
31398
31399 PR rtl-optimization/69217
31400 * var-tracking.c (tracked_record_parameter_p): Don't segfault if there
31401 are no TYPE_FIELDS set for the record type.
31402
31403 2016-01-26 Jakub Jelinek <jakub@redhat.com>
31404
31405 PR target/68662
31406 * config/rs6000/rs6000.c (rs6000_option_override_internal): Initialize
31407 toc_label_name unconditionally.
31408 (rs6000_emit_load_toc_table): Call ggc_strdup on toc_label_name for
31409 SYMBOL_REF string. Use toc_label_name instead of constructing
31410 LCTOC1.
31411 (rs6000_elf_declare_function_name): Use toc_label_name instead of
31412 constructing LCTOC1.
31413
31414 2016-01-26 Martin Sebor <msebor@redhat.com>
31415
31416 PR other/69477
31417 * doc/extend.texi (Common Type Attributes): Move text that talks about
31418 attribute packed from attribute aligned to the section discussing
31419 the former attribute for clarity.
31420
31421 2016-01-26 Richard Henderson <rth@redhat.com>
31422
31423 PR middle-end/60908
31424 * trans-mem.c (tm_region_init): Mark entry block as visited.
31425
31426 2016-01-26 David Malcolm <dmalcolm@redhat.com>
31427
31428 PR other/69006
31429 * diagnostic-show-locus.c (layout::print_source_line): Replace
31430 call to pp_newline with call to layout::print_newline.
31431 (layout::print_annotation_line): Likewise.
31432 (layout::move_to_column): Likewise.
31433 (layout::print_any_fixits): After printing any fixits, print a
31434 trailing newline, if necessary.
31435 (layout::print_newline): New method, resetting any colorization
31436 before a newline.
31437 (diagnostic_show_locus): Move the pp_newline to before the
31438 early bailout. Remove dummy block enclosing the layout instance.
31439 * diagnostic.c (default_diagnostic_finalizer): Replace invocation
31440 of pp_newline_and_flush with pp_flush.
31441 (diagnostic_append_note): Delete use of pp_newline.
31442 (diagnostic_append_note_at_rich_loc): Delete.
31443 * diagnostic.h (diagnostic_append_note_at_rich_loc): Delete.
31444 * pretty-print.h (output_buffer_append_r): Reset buff->line_length
31445 when newline characters are added to the buffer.
31446
31447 2016-01-26 Michael Matz <matz@suse.de>
31448
31449 * configure.ac (ac_cv_std_swap_in_utility): New test.
31450 * system.h (<algorithm>): Check HAVE_SWAP_IN_UTILITY as well.
31451 * configure: Regenerate.
31452 * config.in: Regenerate.
31453
31454 2016-01-26 Claudiu Zissulescu <claziss@synopsys.com>
31455
31456 * config/arc/arc.md (cstoresi4): Force operand into register.
31457 (arcset<code>): Fix predicate.
31458 (arcsetltu): Likewise.
31459 (arcsetgeu): Likewise.
31460 (arcsethi): Likewise.
31461 (arcsetls): Likewise.
31462
31463 2016-01-26 Jakub Jelinek <jakub@redhat.com>
31464
31465 PR tree-optimization/69483
31466 * gimple-fold.c (canonicalize_constructor_val): Return NULL
31467 if base has error_mark_node type.
31468
31469 2016-01-26 Christophe Lyon <christophe.lyon@linaro.org>
31470
31471 PR target/68620
31472 * config/arm/arm.c (neon_valid_immediate): Handle FP16 vectors.
31473 * config/arm/arm_neon.h (__ARM_NUM_LANES, __arm_lane, arm_lanq):
31474 New helper macros.
31475 (vget_lane_f16): Handle big-endian.
31476 (vgetq_lane_f16): Likewise.
31477 (vset_lane_f16): Likewise.
31478 (vsetq_lane_f16): Likewise.
31479 * config/arm/iterators.md (VQXMOV): Add V8HF.
31480 (VDQ): Add V4HF and V8HF.
31481 (V_reg): Handle V4HF and V8HF.
31482 (Is_float_mode): Likewise.
31483 * config/arm/neon.md (movv4hf, movv8hf, neon_vdup_nv4hf,
31484 neon_vdup_nv8hf): New patterns.
31485 (vec_set<mode>_internal, vec_extract<mode>, neon_vld1_dup<mode>):
31486 Use VD_LANE iterator.
31487 (neon_vld1_dup<mode>): Use VQ2 iterator.
31488
31489 2016-01-26 Nathan Sidwell <nathan@acm.org>
31490
31491 * omp-low.h (oacc_fn_attrib_kernels_p): Declare.
31492 (set_oacc_fn_attrib): Add IS_KERNEL arg.
31493 * omp-low.c (set_oacc_fn_attrib): Add IS_KERNEL arg.
31494 (oacc_fn_attrib_kernels_p, oacc_fn_attrib_level): New.
31495 (expand_omp_target): Pass is_kernel to set_oacc_fn_attrib.
31496 (oacc_validate_dims): Add LEVEL arg, don't return level.
31497 (new_oacc_loop_routine): Use oacc_fn_attrib_level, not
31498 oacc_validate_dims.
31499 (execute_oacc_device_lower): Adjust, add more dump output.
31500 * tree-ssa-loop.c (gate_oacc_kernels): Use
31501 oacc_fn_attrib_kernels_p.
31502 * tree-parloops.c (create_parallel_loop): Adjust
31503 set_oacc_fn_attrib call.
31504
31505 2016-01-26 Jakub Jelinek <jakub@redhat.com>
31506
31507 PR lto/69254
31508 * lto-wrapper.c (merge_and_complain): Handle -fcilkplus.
31509 (append_compiler_options): Handle -fcilkplus.
31510 (append_linker_options): Ignore -fno-{openmp,openacc,cilkplus}.
31511
31512 2016-01-26 Nick Clifton <nickc@redhat.com>
31513
31514 PR target/66655
31515 * config/i386/winnt.c (i386_pe_binds_local_p): If a function has
31516 been marked as DECL_ONE_ONLY but we do not the means to make it
31517 so, then do not allow it to bind locally.
31518
31519 2016-01-26 Jakub Jelinek <jakub@redhat.com>
31520
31521 PR lto/69254
31522 * opts.h (parse_sanitizer_options): New prototype.
31523 * opts.c (sanitizer_opts): New array.
31524 (parse_sanitizer_options): New function.
31525 (common_handle_option): Use parse_sanitizer_options.
31526
31527 2016-01-26 H.J. Lu <hongjiu.lu@intel.com>
31528
31529 PR target/68986
31530 * config/i386/i386.c (ix86_compute_frame_layout): Move stack
31531 alignment adjustment to ...
31532 (ix86_update_stack_boundary): Here. Don't over-align stack for
31533 __tls_get_addr.
31534 (ix86_finalize_stack_realign_flags): Use stack_alignment_needed
31535 if __tls_get_addr is called.
31536
31537 2016-01-26 Christian Bruel <christian.bruel@st.com>
31538
31539 * doc/sourcebuild.texi (arm_crypto_pragma_ok): Remove.
31540
31541 2016-01-26 Eric Botcazou <ebotcazou@adacore.com>
31542
31543 * config/ia64/ia64.c (ia64_expand_vecint_compare): Use gen_int_mode.
31544
31545 2016-01-26 Richard Biener <rguenther@suse.de>
31546
31547 PR middle-end/69467
31548 * match.pd: Guard X * CST CMP 0 pattern with single_use.
31549
31550 2016-01-26 Richard Biener <rguenther@suse.de>
31551
31552 PR tree-optimization/69452
31553 * tree-ssa-loop-im.c (move_computations_dom_walker): Remove.
31554 (move_computations_dom_walker::before_dom_children): Rename
31555 to ...
31556 (move_computations_worker): This.
31557 (move_computations): Perform an RPO rather than a DOM walk.
31558
31559 2016-01-26 Jakub Jelinek <jakub@redhat.com>
31560
31561 PR target/69442
31562 * combine.c (combine_instructions): For REG_EQUAL note with
31563 SET_DEST being ZERO_EXTRACT, also temporarily set SET_DEST
31564 to the underlying register.
31565 * doc/rtl.texi (REG_EQUAL): Document the behavior of
31566 REG_EQUAL/REG_EQUIV notes if SET_DEST is ZERO_EXTRACT.
31567
31568 2016-01-26 Roger Ferrer Ibáñez <rofirrim@gmail.com>
31569
31570 PR target/67896
31571 * config/aarch64/aarch64-builtins.c
31572 (aarch64_init_simd_builtin_types): Do not set structural
31573 equality to __Poly{8,16,64,128}_t types.
31574
31575 2016-01-26 Richard Sandiford <richard.sandiford@arm.com>
31576
31577 PR tree-optimization/69400
31578 * wide-int.cc (wi_pack): Take the precision as argument and
31579 perform canonicalization here rather than in the callers.
31580 Use the main loop to handle all full-width HWIs. Add a
31581 zero HWI if in_len isn't a full result.
31582 (wi::divmod_internal): Update accordingly.
31583 (wi::mul_internal): Likewise. Simplify.
31584
31585 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
31586 Sebastian Pop <s.pop@samsung.com>
31587
31588 * graphite-poly.c (apply_poly_transforms): Simplify.
31589 (print_isl_set): Use more readable format: ISL_YAML_STYLE_BLOCK.
31590 (print_isl_map): Same.
31591 (print_isl_union_map): Same.
31592 (print_isl_schedule): New.
31593 (debug_isl_schedule): New.
31594 * graphite-dependences.c (scop_get_reads): Do not call
31595 isl_union_map_add_map that is undocumented isl functionality.
31596 (scop_get_must_writes): Same.
31597 (scop_get_may_writes): Same.
31598 (scop_get_original_schedule): Remove.
31599 (scop_get_dependences): Do not call isl_union_map_compute_flow that
31600 is deprecated in isl 0.15. Instead, use isl_union_access_* interface.
31601 (compute_deps): Remove.
31602 * graphite-isl-ast-to-gimple.c (print_schedule_ast): New.
31603 (debug_schedule_ast): New.
31604 (translate_isl_ast_to_gimple::scop_to_isl_ast): Call
31605 set_separate_option.
31606 (graphite_regenerate_ast_isl): Add dump.
31607 (translate_isl_ast_to_gimple::scop_to_isl_ast): Generate code
31608 from scop->transformed_schedule.
31609 (graphite_regenerate_ast_isl): Add more dump.
31610 * graphite-optimize-isl.c (optimize_isl): Set
31611 scop->transformed_schedule. Check whether schedules are equal.
31612 (apply_poly_transforms): Move here.
31613 * graphite-poly.c (apply_poly_transforms): ... from here.
31614 (free_poly_bb): Static.
31615 (free_scop): Static.
31616 (pbb_number_of_iterations_at_time): Remove.
31617 (print_isl_ast): New.
31618 (debug_isl_ast): New.
31619 (debug_scop_pbb): New.
31620 * graphite-scop-detection.c (print_edge): Move.
31621 (print_sese): Move.
31622 * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Remove.
31623 (build_scop_scattering): Remove.
31624 (create_pw_aff_from_tree): Assert instead of bailing out.
31625 (add_condition_to_pbb): Remove unused code, do not fail.
31626 (add_conditions_to_domain): Same.
31627 (add_conditions_to_constraints): Remove.
31628 (build_scop_context): New.
31629 (add_iter_domain_dimension): New.
31630 (build_iteration_domains): Initialize pbb->iterators.
31631 Call add_conditions_to_domain.
31632 (nested_in): New.
31633 (loop_at): New.
31634 (index_outermost_in_loop): New.
31635 (index_pbb_in_loop): New.
31636 (outermost_pbb_in): New.
31637 (add_in_sequence): New.
31638 (add_outer_projection): New.
31639 (outer_projection_mupa): New.
31640 (add_loop_schedule): New.
31641 (build_schedule_pbb): New.
31642 (build_schedule_loop): New.
31643 (embed_in_surrounding_loops): New.
31644 (build_schedule_loop_nest): New.
31645 (build_original_schedule): New.
31646 (build_poly_scop): Call build_original_schedule.
31647 * graphite.h: Declare print_isl_schedule and debug_isl_schedule.
31648 (free_poly_dr): Remove.
31649 (struct poly_bb): Add iterators. Remove schedule, transformed, saved.
31650 (free_poly_bb): Remove.
31651 (debug_loop_vec): Remove.
31652 (print_isl_ast): Declare.
31653 (debug_isl_ast): Declare.
31654 (scop_do_interchange): Remove.
31655 (scop_do_strip_mine): Remove.
31656 (scop_do_block): Remove.
31657 (flatten_all_loops): Remove.
31658 (optimize_isl): Remove.
31659 (pbb_number_of_iterations_at_time): Remove.
31660 (debug_scop_pbb): Declare.
31661 (print_schedule_ast): Declare.
31662 (debug_schedule_ast): Declare.
31663 (struct scop): Remove schedule. Add original_schedule,
31664 transformed_schedule.
31665 (free_gimple_poly_bb): Remove.
31666 (print_generated_program): Remove.
31667 (debug_generated_program): Remove.
31668 (unify_scattering_dimensions): Remove.
31669 * sese.c (print_edge): ... here.
31670 (print_sese): ... here.
31671 (debug_edge): ... here.
31672 (debug_sese): ... here.
31673 * sese.h (print_edge): Declare.
31674 (print_sese): Declare.
31675 (dump_edge): Declare.
31676 (dump_sese): Declare.
31677
31678 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
31679 Sebastian Pop <s.pop@samsung.com>
31680
31681 * Makefile.in: Set ISLVER in site.exp.
31682
31683 2016-01-25 Jakub Jelinek <jakub@redhat.com>
31684
31685 * omp-low.c (lower_omp_target) <case USE_DEVICE_PTR>: Set
31686 DECL_VALUE_EXPR of new_var even for the non-array case. Look
31687 through DECL_VALUE_EXPR for expansion.
31688
31689 2016-01-25 Bernd Edlinger <bernd.edlinger@hotmail.de>
31690
31691 * config/mips/mips.c (mips_compute_frame_info): Skip re-computing
31692 the frame info after reload completed.
31693
31694 2016-01-25 Jeff Law <law@redhat.com>
31695
31696 PR tree-optimization/69196
31697 PR tree-optimization/68398
31698 * tree-ssa-threadupdate.h (enum bb_dom_status): Moved here from
31699 tree-ssa-threadupdate.c.
31700 (determine_bb_domination_status): Prototype
31701 * tree-ssa-threadupdate.c (enum bb_dom_status): Remove
31702 (determine_bb_domination_status): No longer static.
31703 (valid_jump_thread_path): Remove code to detect characteristics
31704 of the jump thread path not associated with correctness.
31705 * tree-ssa-threadbackward.c (fsm_find_control_statment_thread_paths):
31706 Correct test for thread path length. Count PHIs for real operands as
31707 statements that need to be copied. Do not count ASSERT_EXPRs.
31708 Look at all the blocks in the thread path. Compute and selectively
31709 filter thread paths based on threading through the latch, threading
31710 a multiway branch or crossing a multiway branch.
31711
31712 2016-01-25 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
31713
31714 * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled): Add
31715 decl with __attribute__ ((unused)) annotation.
31716
31717 2016-01-25 Ilya Enkovich <enkovich.gnu@gmail.com>
31718
31719 PR target/69421
31720 * tree-vect-stmts.c (vectorizable_condition): Check vectype
31721 of operands is compatible with a statement vectype.
31722
31723 2016-01-25 Eric Botcazou <ebotcazou@adacore.com>
31724
31725 * doc/extend.texi (scalar_storage_order type attribute): Fix typo and
31726 improve wording for mixed storage order support.
31727
31728 2016-01-25 Bilyan Borisov <bilyan.borisov@arm.com>
31729
31730 * config/aarch64/arm_neon.h (vcvt_s64_f64): New intrinsic.
31731 (vcvt_u64_f64): Likewise.
31732 (vcvta_s64_f64): Likewise.
31733 (vcvta_u64_f64): Likewise.
31734 (vcvtm_s64_f64): Likewise.
31735 (vcvtm_u64_f64): Likewise.
31736 (vcvtn_s64_f64): Likewise.
31737 (vcvtn_u64_f64): Likewise.
31738 (vcvtp_s64_f64): Likewise.
31739 (vcvtp_u64_f64): Likewise.
31740
31741 2016-01-25 Claudiu Zissulescu <claziss@synopsys.com>
31742
31743 * config/arc/arc.c (TARGET_DWARF_REGISTER_SPAN): Define.
31744 (arc_init): Check validity mll64 option.
31745 (arc_save_restore): Use double load/store instruction.
31746 (arc_expand_movmem): Likewise.
31747 (arc_split_move): Don't split if we have double load/store
31748 instructions. Returns a boolean.
31749 (arc_process_double_reg_moves): Change function to return boolean
31750 instead of a sequence of instructions.
31751 (arc_dwarf_register_span): New function.
31752 * config/arc/arc-protos.h (arc_split_move): Change prototype.
31753 * config/arc/arc.h (TARGET_CPU_CPP_BUILTINS): Define __ARC_LL64__.
31754 * config/arc/arc.md (*movdi_insn): Emit ldd/std instructions.
31755 (*movdf_insn): Likewise.
31756 * config/arc/arc.opt (mll64): New option.
31757 * config/arc/predicates.md (even_register_operand): New predicate.
31758 * doc/invoke.texi (ARC Options): Add mll64 documentation.
31759
31760 2016-01-25 Richard Biener <rguenther@suse.de>
31761
31762 PR lto/69393
31763 * dwarf2out.c (is_naming_typedef_decl): Not when DECL_NAMELESS.
31764 * tree-streamer-out.c (pack_ts_base_value_fields): Stream
31765 DECL_NAMELESS.
31766 * tree-streamer-in.c (unpack_ts_base_value_fields): Likewise.
31767
31768 2016-01-25 Richard Biener <rguenther@suse.de>
31769
31770 PR tree-optimization/69376
31771 * tree-ssa-sccvn.h (struct vn_ssa_aux): Add range_info_anti_range_p
31772 flag.
31773 (VN_INFO_ANTI_RANGE_P): New inline.
31774 (VN_INFO_RANGE_TYPE): Likewise.
31775 * tree-ssa-sccvn.c (set_ssa_val_to): Also record and copy
31776 SSA_NAME_ANTI_RANGE_P.
31777 (free_scc_vn): Restore SSA_NAME_ANTI_RANGE_P.
31778 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
31779 Properly query VN_INFO_RANGE_TYPE.
31780
31781 2016-01-25 Nick Clifton <nickc@redhat.com>
31782
31783 PR target/66655
31784 * config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Remove definition.
31785
31786 2016-01-23 Tom de Vries <tom@codesourcery.com>
31787
31788 PR tree-optimization/69426
31789 * tree-parloops.c (eliminate_local_variables_stmt): Handle vdef of
31790 removed clobber.
31791
31792 2016-01-23 Jakub Jelinek <jakub@redhat.com>
31793
31794 * tree-ssanames.c (release_free_names_and_compact_live_names): Replace
31795 "the the" with "the" in the comments.
31796 * ipa-devirt.c (build_type_inheritance_graph,
31797 update_type_inheritance_graph): Likewise.
31798 * tree.c (build_function_type_list_1): Likewise.
31799 * cfgloopmanip.c (scale_loop_profile): Likewise.
31800 * tree-ssa-loop-ivopts.c (get_shiftadd_cost): Likewise.
31801 * gimple-ssa-split-paths.c
31802 (find_block_to_duplicate_for_splitting_paths): Likewise.
31803 * tree-sra.c (init_subtree_with_zero, clobber_subtree): Likewise.
31804 * expr.c (convert_move): Likewise.
31805 * var-tracking.c (vt_stack_adjustments): Likewise.
31806 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
31807 * tree-vrp.c (test_for_singularity): Likewise.
31808
31809 * tree-vect-stmts.c (vectorizable_condition): Build a VEC_COND_EXPR
31810 directly instead of building a temporary tree.
31811
31812 PR bootstrap/69434
31813 * genrecog.c: Define INCLUDE_ALGORITHM before including system.h,
31814 remove <algorithm> include.
31815
31816 2016-01-22 Jakub Jelinek <jakub@redhat.com>
31817
31818 PR target/69432
31819 * config/i386/i386.c: Include dojump.h.
31820 (expand_small_movmem_or_setmem,
31821 expand_set_or_movmem_prologue_epilogue_by_misaligned_moves): Spelling
31822 fixes.
31823 (ix86_expand_set_or_movmem): Call do_pending_stack_adjust () early
31824 if dynamic_check != -1.
31825
31826 2016-01-21 Jeff Law <law@redhat.com>
31827
31828 PR middle-end/69347
31829 * tree-ssa-dom.c (back_propagate_equivalences): Factored out of
31830 record_temporary_equivalences. Rewritten to avoid unnecessary calls
31831 into dominated_by_p.
31832 (cprop_into_successor_phis): Avoid unnecessary tests.
31833
31834 2016-01-22 Richard Henderson <rth@redhat.com>
31835
31836 PR target/69416
31837 * config/aarch64/aarch64.md (UNSPEC_NZCV): New.
31838 (ccmp<mode>, fccmp<mode>, fccmpe<mode>): Use it.
31839
31840 2016-01-22 Michael Matz <matz@suse.de>
31841
31842 * system.h (string, algorithm): Include only conditionally.
31843 (new): Include always under C++.
31844 * bb-reorder.c (toplevel): Define INCLUDE_ALGORITHM.
31845 * final.c (toplevel): Ditto.
31846 * ipa-chkp.c (toplevel): Define INCLUDE_STRING.
31847 * genconditions.c (write_header): Make gencondmd.c define
31848 INCLUDE_STRING.
31849 * mem-stats.h (mem_usage::print_dash_line): Don't use std::string.
31850
31851 * config/aarch64/aarch64.c (toplevel): Define INCLUDE_STRING.
31852 * common/config/aarch64/aarch64-common.c (toplevel): Ditto.
31853
31854 2016-01-22 Christian Bruel <christian.bruel@st.com>
31855
31856 PR target/68674
31857 * expr.c (expand_expr_real_1): Reset DECL_MODE if VECTOR_TYPE_P changed.
31858
31859 2016-01-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
31860
31861 PR target/69403
31862 * config/arm/thumb2.md (*thumb2_ior_scc_strict_it): Convert to
31863 define_insn_and_split. Ensure operands[1] and operands[0] do not
31864 get assigned the same register.
31865
31866 2016-01-22 Kugan Vivekanandarajah <kuganv@linaro.org>
31867
31868 * ipa-prop.c (ipa_set_jf_constant): Remove redundant unshare_expr.
31869
31870 2016-01-22 Christian Bruel <christian.bruel@st.com>
31871
31872 * config/arm/arm-c.c (arm_pragma_target_parse):
31873 Remove warn_builtin_macro_redefined overwrite.
31874
31875 2016-01-22 Eric Botcazou <ebotcazou@adacore.com>
31876
31877 * ipa-inline.c (can_inline_edge_p): Back out overzealous check on
31878 flag_non_call_exceptions compatibility.
31879
31880 2016-01-22 Jakub Jelinek <jakub@redhat.com>
31881
31882 PR debug/66668
31883 * dwarf2out.c (add_child_die_after): New function.
31884 (dwarf_qual_info_t): New type.
31885 (dwarf_qual_info): New variable.
31886 (qualified_die_p): New function.
31887 (modified_type_die): For -fdebug-types-section, ensure
31888 canonical order of qualifiers. Put qualified DIEs adjacent
31889 to the corresponding non-qualified type DIE and search there
31890 for existing qualified DIEs.
31891
31892 2016-01-22 Eric Botcazou <ebotcazou@adacore.com>
31893
31894 * doc/extend.texi (scalar_storage_order type attribute): Document
31895 restriction on type punning and aliasing, and remove future tense.
31896
31897 2016-01-21 Roman Zhuykov <zhroma@ispras.ru>
31898
31899 PR target/69252
31900 * modulo-sched.c (optimize_sc): Allow branch-scheduling to add a new
31901 first stage.
31902
31903 2016-01-21 Jeff Law <law@redhat.com>
31904
31905 PR middle-end/69347
31906 * tree-ssa-dom.c (dom_opt_dom_walker::thread_across_edge): Avoid
31907 useless call to record_temporary_equivalences.
31908 * tree-ssa-threadbackward.c (find_jump_threads_backwards): Just
31909 allocate 10 slots in the bb_path vector and let it grow as needed.
31910 (fsm_find_control_statement_thread_paths): Similarly for the next_path
31911 vector.
31912
31913 2016-01-21 David Edelsohn <dje.gcc@gmail.com>
31914
31915 * configure.ac (gcc_cv_as_powerpc_mfcrf, gcc_cv_as_machine_directive):
31916 Detangle.
31917 * configure: Regenerate.
31918
31919 2016-01-21 Pat Haugen <pthaugen@us.ibm.com>
31920
31921 * config/rs6000/aix71.h (ASM_CPU_SPEC): Add entry for Power9.
31922 * config/rs6000/driver-rs6000.c (struct asm_names): Likewise.
31923
31924 2016-01-21 Bernd Schmidt <bschmidt@redhat.com>
31925
31926 PR middle-end/66178
31927 * expr.c (expand_expr_real_2) [PLUS_EXPR, MINUS_EXPR]: Don't
31928 drop EXPAND_INITIALIZER.
31929 * rtl.h (contains_symbolic_reference_p): Declare.
31930 * rtlanal.c (contains_symbolic_reference_p): New function.
31931 * simplify-rtx.c (simplify_binary_operation_1): Don't turn
31932 a subtraction into a NOT if symbolic constants are involved.
31933
31934 2016-01-21 Anton Blanchard <anton@samba.org>
31935 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
31936
31937 PR target/63354
31938 * config/rs6000/linux64.h (TARGET_KEEP_LEAF_WHEN_PROFILED): New
31939 #define.
31940 * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled): New
31941 function.
31942
31943 2016-01-21 Ajit Agarwal <ajitkum@xilinx.com>
31944
31945 * config/microblaze/microblaze.c
31946 (get_branch_target): New.
31947 (insert_wic_for_ilb_runout): New.
31948 (insert_wic): New.
31949 (microblaze_machine_dependent_reorg): New.
31950 (TARGET_MACHINE_DEPENDENT_REORG): Define macro.
31951 * config/microblaze/microblaze.md
31952 (UNSPEC_IPREFETCH): Define.
31953 (iprefetch): New pattern
31954 * config/microblaze/microblaze.opt
31955 (mxl-prefetch): New flag.
31956
31957 2016-01-21 Ajit Agarwal <ajitkum@xilinx.com>
31958
31959 * config/microblaze/microblaze.h
31960 (FIXED_REGISTERS): Update in macro.
31961 (CALL_USED_REGISTERS): Update in macro.
31962
31963 2016-01-21 Yuri Rumyantsev <ysrumyan@gmail.com>
31964
31965 PR rtl-optimization/68920
31966 * ifcvt.c (cond_move_process_if_block): Limit number of conditional
31967 moves.
31968
31969 2016-01-21 Vladimir Makarov <vmakarov@redhat.com>
31970
31971 PR rtl-optimization/68990
31972 * lra-coalesce.c (lra_coalesce): Invalidate value for the result
31973 pseudo instead of inheritance ones.
31974
31975 2016-01-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
31976 Nick Clifton <nickc@redhat.com>
31977
31978 PR target/69129
31979 PR target/69012
31980 * config/mips/mips.c (mips_compute_frame_info): Initialise
31981 args_size and hard_frame_pointer_offset fields of the frame
31982 structure before calling mips_global_pointer.
31983
31984 2016-01-21 David Edelsohn <dje.gcc@gmail.com>
31985
31986 * configure.ac (gcc_cv_as_dwloc): Test support for debug frame section
31987 label reference.
31988 * configure: Regenerate.
31989
31990 2016-01-21 Richard Biener <rguenther@suse.de>
31991
31992 * graphite-optimize-isl.c (get_schedule_map): Fix typo.
31993
31994 2016-01-21 Marcin Kościelnicki <koriakin@0x04.net>
31995
31996 * config/s390/s390.c (s390_asm_declare_function_size): Add code
31997 to actually emit the .size directive.
31998
31999 2016-01-21 Stefan Sørensen <stefan.sorensen@spectralink.com>
32000 Jakub Jelinek <jakub@redhat.com>
32001
32002 PR target/69187
32003 PR target/65624
32004 * config/arm/arm-builtins.c (arm_expand_neon_builtin): Increase
32005 args array size by one to avoid buffer overflow.
32006
32007 2016-01-21 Marcin Kościelnicki <koriakin@0x04.net>
32008
32009 * config/s390/s390.md (pool_section_start): Use switch_to_section
32010 to select proper read-only data section instead of hardcoding
32011 .rodata.
32012 (pool_section_end): Use switch_to_section to match the above.
32013
32014 2016-01-21 Richard Biener <rguenther@suse.de>
32015
32016 PR tree-optimization/69378
32017 * tree-ssa-sccvn.c (dominated_by_p_w_unex): New function.
32018 (set_ssa_val_to): Use it for dominance checks taking into
32019 account not executable edges.
32020
32021 2016-01-21 Jakub Jelinek <jakub@redhat.com>
32022
32023 PR c++/69355
32024 * tree-dfa.c (get_ref_base_and_extent): Use GET_MODE_BITSIZE (mode)
32025 for bitsize instead of GET_MODE_PRECISION (mode).
32026
32027 2016-01-20 Martin Sebor <msebor@redhat.com>
32028
32029 PR c/52291
32030 * extend.texi (__sync Builtins): Clarify the semantics of
32031 __sync_fetch_and_OP built-ins on pointers.
32032 (__atomic Builtins): Same.
32033
32034 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
32035 Sebastian Pop <s.pop@samsung.com>
32036
32037 * graphite-isl-ast-to-gimple.c (enum phi_node_kind): New.
32038 (class translate_isl_ast_to_gimple): Use phi_node_kind instead of bool.
32039 (is_valid_rename): Same.
32040 (translate_isl_ast_to_gimple::get_rename): Same.
32041 (translate_isl_ast_to_gimple::rename_all_uses): Same.
32042 (translate_isl_ast_to_gimple::rename_uses): Same.
32043 (get_new_name): Check for close_phi nodes.
32044 (copy_loop_phi_args): Use phi_node_kind.
32045 (translate_isl_ast_to_gimple::copy_loop_close_phi_args): Same.
32046 (translate_isl_ast_to_gimple::copy_cond_phi_args): Same.
32047
32048 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
32049 Sebastian Pop <s.pop@samsung.com>
32050
32051 Revert commit r229783.
32052 * graphite-isl-ast-to-gimple.c (gcc_expression_from_isl_ast_expr_id):
32053 Remove use of parameter_rename_map.
32054 (copy_def): Remove.
32055 (copy_internal_parameters): Remove.
32056 (graphite_regenerate_ast_isl): Remove call to copy_internal_parameters.
32057 * sese.c (new_sese_info): Do not initialize parameter_rename_map.
32058 (free_sese_info): Do not free parameter_rename_map.
32059 (set_rename): Do not use parameter_rename_map.
32060 (rename_uses): Update call to set_rename.
32061 (graphite_copy_stmts_from_block): Do not use parameter_rename_map.
32062 * sese.h (parameter_rename_map_t): Remove.
32063 (struct sese_info_t): Remove field parameter_rename_map.
32064
32065 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
32066 Sebastian Pop <s.pop@samsung.com>
32067
32068 * graphite-isl-ast-to-gimple.c: Fix comment.
32069 * graphite-scop-detection.c (defined_in_loop_p): New.
32070 (canonicalize_loop_closed_ssa): Do not add close phi nodes for SSA
32071 names defined in loop.
32072
32073 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
32074 Sebastian Pop <s.pop@samsung.com>
32075
32076 * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
32077 Discard unstructured if-then-else regions.
32078
32079 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
32080 Sebastian Pop <s.pop@samsung.com>
32081
32082 * graphite-sese-to-poly.c (set_scop_parameter_dim): Remove.
32083 (cleanup_loop_iter_dom): Remove.
32084 (build_loop_iteration_domains): Remove.
32085 (build_scop_context): Remove.
32086 (build_scop_iteration_domain): Remove.
32087 (add_loop_constraints): New.
32088 (build_iteration_domains): New.
32089 (build_poly_scop): Call build_iteration_domains.
32090
32091 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
32092 Sebastian Pop <s.pop@samsung.com>
32093
32094 * graphite-scop-detection.c
32095 (scop_detection::harmful_loop_in_region): Free dom and loops.
32096 (scop_detection::loop_body_is_valid_scop): Free bbs.
32097
32098 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
32099 Sebastian Pop <s.pop@samsung.com>
32100
32101 * graphite-scop-detection.c (record_loop_in_sese): New.
32102 (gather_bbs::before_dom_children): Call record_loop_in_sese.
32103 (build_scops): Remove call to build_sese_loop_nests.
32104 * sese.c (sese_record_loop): Remove.
32105 (build_sese_loop_nests): Remove.
32106 (new_sese_info): Remove region->loops.
32107 (free_sese_info): Same.
32108 * sese.h (sese_contains_loop): Same.
32109 (build_sese_loop_nests): Remove.
32110 (sese_contains_loop): Remove.
32111
32112 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
32113 Sebastian Pop <s.pop@samsung.com>
32114
32115 * graphite-scop-detection.c (loop_is_valid_scop): Renamed
32116 loop_is_valid_in_scop.
32117 (scop_detection::harmful_stmt_in_region): Renamed
32118 harmful_loop_in_region.
32119 Call loop_is_valid_in_scop.
32120
32121 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
32122 Sebastian Pop <s.pop@samsung.com>
32123
32124 * graphite-isl-ast-to-gimple.c (translate_isl_ast): Also handle
32125 isl_ast_node_mark.
32126
32127 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
32128 Sebastian Pop <s.pop@samsung.com>
32129
32130 * graphite-poly.c (new_poly_bb): Remove use of PBB_IS_REDUCTION.
32131 * graphite.h (struct poly_bb): Remove field is_reduction.
32132 (PBB_IS_REDUCTION): Remove.
32133
32134 2016-01-21 Aditya Kumar <aditya.k7@samsung.com>
32135 Sebastian Pop <s.pop@samsung.com>
32136
32137 * graphite-dependences.c (constrain_domain): Add call to isl_*_coalesce.
32138 (add_pdr_constraints): Same.
32139 (scop_get_reads): Same.
32140 (scop_get_must_writes): Same.
32141 (scop_get_may_writes): Same.
32142 (scop_get_original_schedule): Same.
32143 (extend_schedule): Same.
32144 (apply_schedule_on_deps): Same.
32145 (carries_deps): Same.
32146 (compute_deps): Same.
32147 (scop_get_dependences): Same.
32148 * graphite-isl-ast-to-gimple.c
32149 (translate_isl_ast_to_gimple::generate_isl_schedule): Same.
32150 * graphite-optimize-isl.c (get_schedule_for_band): Same.
32151 (get_schedule_for_band_list): Same.
32152 (get_schedule_map): Same.
32153 (apply_schedule_map_to_scop): Same.
32154 * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
32155 (build_loop_iteration_domains): Same.
32156 (add_condition_to_pbb): Same.
32157 (add_param_constraints): Same.
32158 (pdr_add_memory_accesses): Same.
32159 (pdr_add_data_dimensions): Same.
32160
32161 2016-01-20 Sandra Loosemore <sandra@codesourcery.com>
32162
32163 * doc/invoke.texi (Instrumentation Options): Clarify -mmpx linking
32164 requirements.
32165
32166 2016-01-20 Sandra Loosemore <sandra@codesourcery.com>
32167
32168 * common.opt (feliminate-dwarf2-dups): Replace references to
32169 "DWARF 2" with just "DWARF".
32170 * config/ia64/ia64.opt (mdwarf2-asm): Likewise.
32171 * doc/extend.texi: Likewise.
32172 * doc/cpp.texi: Likewise.
32173 * doc/invoke.texi: Likewise.
32174 (Option Summary): Add -gdwarf to list of Debugging Options.
32175 (Debugging Options): Document -gdwarf.
32176 * doc/contrib.texi: Spell "DWARF" like that.
32177
32178 2016-01-21 Jakub Jelinek <jakub@redhat.com>
32179
32180 * omp-low.c (expand_omp_target): Avoid -Wmaybe-uninitialized
32181 warning. Fix up formatting.
32182
32183 PR middle-end/67653
32184 * gimplify.c (gimplify_asm_expr): Warn if it is too late to
32185 attempt to mark memory input operand addressable and
32186 call prepare_gimple_addressable in that case. Don't adjust
32187 input_location for diagnostics, use error_at instead.
32188
32189 2016-01-20 Peter Bergner <bergner@vnet.ibm.com>
32190
32191 * config/rs6000/ppc-auxv.h: New file.
32192 * config/rs6000/rs6000-builtin.def (cpu_init): Add new builtin.
32193 (cpu_is): Likewise.
32194 (cpu_supports): Likewise.
32195 * config/rs6000/rs6000.c: include "ppc-auxv.h".
32196 (cpu_is_info): New variable.
32197 (cpu_supports_info): Likewise.
32198 (tcb_verification_symbol): Likewise.
32199 (cpu_builtin_p): Likewise.
32200 (cpu_expand_builtin): New function.
32201 (rs6000_expand_ternop_builtin): Add support for CPU builtin functions.
32202 (rs6000_init_builtins): Likewise.
32203 (rs6000_elf_file_end): Emit HWCAP in TCB verification symbol.
32204 * config/rs6000/rs6000.h (TLS_REGNUM): New define.
32205 * configure.ac (gcc_cv_libc_provides_hwcap_in_tcb): New test.
32206 * configure: Regenerate.
32207 * config.in: Likewise.
32208 * doc/extend.texi (PowerPC Built-in Functions): Document
32209 __builtin_cpu_init, __builtin_cpu_is and __builtin_cpu_supports.
32210
32211 2016-01-20 David Edelsohn <dje.gcc@gmail.com>
32212
32213 PR target/68609
32214 * config/rs6000/rs6000.c (rs6000_emit_swsqrt): Add vector sqrt
32215 domain check.
32216 * config/rs6000/vector.md (sqrt<mode>2): Call rs6000_emit_swsqrt
32217 for V4SFmode.
32218
32219 2016-01-20 Richard Henderson <rth@redhat.com>
32220
32221 PR bootstrap/69343
32222 PR bootstrap/69339
32223 PR tree-opt/68964
32224 Revert:
32225 * tree.c (tm_define_builtin): New.
32226 (find_tm_vector_type): New.
32227 (build_tm_vector_builtins): New.
32228 (build_common_builtin_nodes): Call it.
32229
32230 2016-01-20 Christophe Lyon <christophe.lyon@linaro.org>
32231
32232 * doc/sourcebuild.texi (arm_crypto_pragma_ok): Document new entry.
32233 (arm_fp_ok): Likewise.
32234 (arm_fp): Likewise.
32235 (arm_crypto): Likewise.
32236
32237 2016-01-20 Ilya Enkovich <enkovich.gnu@gmail.com>
32238 Richard Biener <rguenther@suse.de>
32239
32240 PR tree-optimization/69328
32241 * tree-vect-stmts.c (vect_is_simple_cond): Check compared
32242 vectors have same number of elements.
32243 (vectorizable_condition): Fix masked version recognition.
32244
32245 2016-01-20 Richard Biener <rguenther@suse.de>
32246
32247 PR tree-optimization/69345
32248 * tree-ssa-sccvn.h (VN_INFO_RANGE_INFO): New inline function.
32249 (VN_INFO_PTR_INFO): Likewise.
32250 * tree-ssa-sccvn.c (set_ssa_val_to): Avoid clearing points-to
32251 info when it is equal between non-dominating SSA names.
32252 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
32253 Make sure to look at original SSA infos.
32254
32255 2016-01-20 Jeff Law <law@redhat.com>
32256
32257 PR target/25114
32258 * config/m68k/predicates.md (pow2_m1_operand): New predicate
32259 extracted from ...
32260 (reg_or_pow2_m1_operand): Call pow2_m1_operand.
32261 (pc_or_label_operand): New predicate.
32262 * config/m68k/m68k.md: Add new peephole2 patterns for GTU/LEU
32263 tests for small integers that are 2^n - 1.
32264
32265 2016-01-20 Jonathan Wakely <jwakely@redhat.com>
32266
32267 * doc/invoke.texi (Options Summary): Add '.' after @xref.
32268
32269 2016-01-19 Jeff Law <law@redhat.com>
32270
32271 PR middle-end/69347
32272 * tree-ssa-threadbackwards.c
32273 (fsm_find_control_statement_thread_paths): Do not try to lookup
32274 FSM paths for SSA_NAMEs appearing in abnormal PHIs.
32275
32276 2016-01-20 Kugan Vivekanandarajah <kuganv@linaro.org>
32277
32278 * doc/lto.texi: Remove text that says only Gold has linker plugin
32279 support.
32280
32281 2016-01-19 Eric Botcazou <ebotcazou@adacore.com>
32282
32283 * dwarf2out.c (need_endianity_attribute_p): New inline predicate.
32284 (base_type_die): Add REVERSE parameter and attach DW_AT_endianity to
32285 the DIE accordingly.
32286 (modified_type_die): Add REVERSE parameter and pass it recursively,
32287 as well as to base_type_die. Adjust presence check accordingly.
32288 (base_type_for_mode): Adjust call to modified_type_die.
32289 (add_type_attribute): Add REVERSE parameter and pass it to
32290 modified_type_die.
32291 (generic_parameter_die): Adjust call to add_type_attribute.
32292 (add_scalar_info): Likewise.
32293 (add_subscript_info): Likewise.
32294 (gen_array_type_die): Likewise.
32295 (gen_descr_array_type_die): Likewise.
32296 (gen_entry_point_die): Likewise.
32297 (gen_enumeration_type_die): Likewise.
32298 (gen_formal_parameter_die): Likewise.
32299 (gen_subprogram_die): Likewise.
32300 (gen_variable_die ): Likewise.
32301 (gen_const_die): Likewise.
32302 (gen_field_die): Likewise.
32303 (gen_pointer_type_die): Likewise.
32304 (gen_reference_type_die): Likewise.
32305 (gen_ptr_to_mbr_type_die): Likewise.
32306 (gen_inheritance_die): Likewise.
32307 (gen_subroutine_type_die): Likewise.
32308 (gen_typedef_die): Likewise.
32309 (force_type_die): Adjust call to modified_type_die.
32310
32311 2016-01-19 Sandra Loosemore <sandra@codesourcery.com>
32312
32313 * doc/standards.texi: Copy-editing for grammar, markup, and sentence
32314 flow throughout the file. Fix broken link to Objective-C 2.0
32315 documentation.
32316 * doc/invoke.texi: More copy-editing; fix numerous typos and spelling
32317 errors.
32318
32319 2016-01-19 Wilco Dijkstra <wdijkstr@arm.com>
32320
32321 * ccmp.c (expand_ccmp_expr_1): Avoid spurious unused warnings.
32322
32323 2016-01-19 Jan Hubicka <hubicka@ucw.cz>
32324
32325 PR ipa/66223
32326 * ipa-devirt.c (is_cxa_pure_virtual_p): New function.
32327 (maybe_record_node): Record cxa_pure_virtual as the only possible
32328 target if there are not ohter candidates.
32329 (possible_polymorphic_call_target_p): Accept cxa_pure_virtual.
32330
32331 2016-01-19 Richard Biener <rguenther@suse.de>
32332
32333 * hsa-gen.c (get_memory_order_name): Use MEMMODEL_ constants.
32334 (get_memory_order): Likewise.
32335
32336 2016-01-19 Kirill Yukhin <kirill.yukhin@intel.com>
32337
32338 * tree-vect-stmts.c (vectorizable_store): Check
32339 rhs vectype.
32340
32341 2016-01-19 David Malcolm <dmalcolm@redhat.com>
32342
32343 PR jit/68446
32344 * gcc.c (driver::decode_argv): Add call to
32345 init_opts_obstack before init_options_struct.
32346 * opts.c (init_opts_obstack): Remove idempotency.
32347 (init_options_struct): Replace call to init_opts_obstack
32348 with a gcc_assert to verify that it has already been called.
32349 * toplev.c (toplev::main): Add call to init_opts_obstack before
32350 calls to init_options_struct.
32351 (toplev::finalize): Move cleanup of opts_obstack next to
32352 cleanup of save_decoded_options, clearing the latter, and
32353 save_decoded_options_count.
32354
32355 2016-01-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
32356
32357 PR target/69135
32358 * config/arm/vfp.md (l<vrint_pattern><su_optab><mode>si2): Set "conds"
32359 attribute to unconditional. Remove %? from output template.
32360
32361 2015-01-19 Wilco Dijkstra <wdijkstr@arm.com>
32362 Jiong Wang <jiong.wang@arm.com>
32363
32364 * ccmp.c (expand_ccmp_expr_1): Cost the instruction sequences
32365 generated from different expand order.
32366
32367 2015-01-19 Wilco Dijkstra <wdijkstr@arm.com>
32368
32369 * /config/aarch64/aarch64.c (aarch64_if_then_else_costs):
32370 Add support for CCMP costing.
32371
32372 2015-01-19 Wilco Dijkstra <wdijkstr@arm.com>
32373
32374 * ccmp.c (ccmp_candidate_p): Remove integer-only restriction.
32375 * config/aarch64/aarch64.md (fccmp<mode>): New pattern.
32376 (fccmpe<mode>): Likewise.
32377 (fcmp): Rename to fcmp and globalize pattern.
32378 (fcmpe): Likewise.
32379 * config/aarch64/aarch64.c (aarch64_gen_ccmp_first): Add FP support.
32380 (aarch64_gen_ccmp_next): Add FP support.
32381
32382 2015-01-19 Wilco Dijkstra <wdijkstr@arm.com>
32383
32384 * target.def (gen_ccmp_first): Update documentation.
32385 (gen_ccmp_next): Likewise.
32386 * doc/tm.texi (gen_ccmp_first): Update documentation.
32387 (gen_ccmp_next): Likewise.
32388 * ccmp.c (expand_ccmp_expr): Extract cmp_code from return value of
32389 expand_ccmp_expr_1. Improve comments.
32390 * config/aarch64/aarch64.md (ccmp_and): Use if_then_else for ccmp.
32391 (ccmp_ior<mode>): Remove pattern.
32392 (cmp<mode>): Remove expand.
32393 (cmp): Globalize pattern.
32394 (cstorecc4): Use cc_register.
32395 (mov<mode>cc): Remove ccmp_cc_register check.
32396 * config/aarch64/aarch64.c (aarch64_get_condition_code_1):
32397 Simplify after removal of CC_DNE/* modes.
32398 (aarch64_ccmp_mode_to_code): Remove.
32399 (aarch64_print_operand): Remove 'K' case. Merge 'm' and 'M' cases.
32400 In 'k' case use integer as condition.
32401 (aarch64_nzcv_codes): Remove inverted cases.
32402 (aarch64_code_to_ccmode): Remove.
32403 (aarch64_gen_ccmp_first): Use cmp pattern directly. Return the correct
32404 comparison with CC register to be used in folowing CCMP/branch/CSEL.
32405 (aarch64_gen_ccmp_next): Use previous comparison and mode in CCMP
32406 pattern. Return the comparison with CC register. Invert conditions
32407 when bitcode is OR.
32408 * config/aarch64/aarch64-modes.def: Remove CC_DNE/* modes.
32409 * config/aarch64/predicates.md (ccmp_cc_register): Remove.
32410
32411 2016-01-19 Jan Hubicka <hubicka@ucw.cz>
32412
32413 * cgraphunit.c (cgraph_node::reset): Clear thunk info and
32414 instrumented_version.
32415
32416 2016-01-19 Richard Biener <rguenther@suse.de>
32417
32418 PR tree-optimization/69336
32419 * tree-ssa-scopedtables.c (avail_expr_hash): Handle all
32420 handled components with get_ref_base_and_extent.
32421 (equal_mem_array_ref_p): Adjust.
32422
32423 2016-01-19 Jakub Jelinek <jakub@redhat.com>
32424
32425 PR debug/65779
32426 * shrink-wrap.c: Include valtrack.h.
32427 (move_insn_for_shrink_wrap): Add DEBUG argument. If
32428 MAY_HAVE_DEBUG_INSNS, call dead_debug_add on DEBUG_INSNs
32429 in between insn and where it will be moved to. Call
32430 dead_debug_insert_temp.
32431 (prepare_shrink_wrap): Adjust caller. Call dead_debug_local_init
32432 first and dead_debug_local_finish at the end.
32433 For uses and defs bitmap, handle all regs in between REGNO and
32434 END_REGNO, not just the first one.
32435
32436 2016-01-19 Richard Biener <rguenther@suse.de>
32437
32438 PR tree-optimization/69352
32439 * tree-ssa-scopedtables.c (avail_expr_hash): Check for size == -1.
32440 (equal_mem_array_ref_p): Constrain size and max size properly.
32441 Compare the reverse flag.
32442
32443 2016-01-19 Bernd Schmidt <bschmidt@redhat.com>
32444
32445 * ira.c (ira): Update regstat data if we deleted insns.
32446
32447 2016-01-19 Jakub Jelinek <jakub@redhat.com>
32448
32449 PR rtl-optimization/68955
32450 PR rtl-optimization/64557
32451 * dse.c (record_store, check_mem_read_rtx): Don't call get_addr
32452 here. Fix up formatting.
32453 * alias.c (get_addr): Handle VALUE +/- CONST_SCALAR_INT_P.
32454
32455 2016-01-19 Jan Hubicka <hubicka@ucw.cz>
32456
32457 PR lto/69133
32458 * cgraphunit.c (cgraph_node::expand_thunk): When forcing gimple
32459 assume that the node has body.
32460 * cgraph.c (cgraph_node::get_untransformed_body): Use gimple_body_p
32461 check.
32462
32463 2016-01-19 Jan Hubicka <hubicka@ucw.cz>
32464
32465 * lto-streamer-out.c (lto_output): Do not stream instrumentation
32466 thunks.
32467
32468 2016-01-19 Jan Hubicka <hubicka@ucw.cz>
32469
32470 * symtab.c (symtab_node::asm_name): Do not call printable name directly.
32471 (symtab_node::name): Report name as unnamed if DECL_NAME is not set.
32472
32473 2016-01-19 Martin Jambor <mjambor@suse.cz>
32474 Martin Liska <mliska@suse.cz>
32475 Michael Matz <matz@suse.de>
32476
32477 * Makefile.in (OBJS): Add new source files.
32478 (GTFILES): Add hsa.c.
32479 * common.opt (disable_hsa): New variable.
32480 (-Whsa): New warning.
32481 * config.in (ENABLE_HSA): New.
32482 * configure.ac: Treat hsa differently from other accelerators.
32483 (OFFLOAD_TARGETS): Define ENABLE_OFFLOADING according to
32484 $enable_offloading.
32485 (ENABLE_HSA): Define ENABLE_HSA according to $enable_hsa.
32486 * doc/install.texi (Configuration): Document --with-hsa-runtime,
32487 --with-hsa-runtime-include, --with-hsa-runtime-lib and
32488 --with-hsa-kmt-lib.
32489 * doc/invoke.texi (-Whsa): Document.
32490 (hsa-gen-debug-stores): Likewise.
32491 * lto-wrapper.c (compile_images_for_offload_targets): Do not attempt
32492 to invoke offload compiler for hsa acclerator.
32493 * opts.c (common_handle_option): Determine whether HSA offloading
32494 should be performed.
32495 * params.def (PARAM_HSA_GEN_DEBUG_STORES): New parameter.
32496 * builtin-types.def (BT_FN_VOID_UINT_PTR_INT_PTR): New.
32497 (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_INT_INT): Removed.
32498 (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_PTR): New.
32499 * gimple-low.c (lower_stmt): Also handle GIMPLE_OMP_GRID_BODY.
32500 * gimple-pretty-print.c (dump_gimple_omp_for): Also handle
32501 GF_OMP_FOR_KIND_GRID_LOOP.
32502 (dump_gimple_omp_block): Also handle GIMPLE_OMP_GRID_BODY.
32503 (pp_gimple_stmt_1): Likewise.
32504 * gimple-walk.c (walk_gimple_stmt): Likewise.
32505 * gimple.c (gimple_build_omp_grid_body): New function.
32506 (gimple_copy): Also handle GIMPLE_OMP_GRID_BODY.
32507 * gimple.def (GIMPLE_OMP_GRID_BODY): New.
32508 * gimple.h (enum gf_mask): Added GF_OMP_PARALLEL_GRID_PHONY,
32509 GF_OMP_FOR_KIND_GRID_LOOP, GF_OMP_FOR_GRID_PHONY and
32510 GF_OMP_TEAMS_GRID_PHONY.
32511 (gimple_statement_omp_single_layout): Updated comments.
32512 (gimple_build_omp_grid_body): New function.
32513 (gimple_has_substatements): Also handle GIMPLE_OMP_GRID_BODY.
32514 (gimple_omp_for_grid_phony): New function.
32515 (gimple_omp_for_set_grid_phony): Likewise.
32516 (gimple_omp_parallel_grid_phony): Likewise.
32517 (gimple_omp_parallel_set_grid_phony): Likewise.
32518 (gimple_omp_teams_grid_phony): Likewise.
32519 (gimple_omp_teams_set_grid_phony): Likewise.
32520 (gimple_return_set_retbnd): Also handle GIMPLE_OMP_GRID_BODY.
32521 * omp-builtins.def (BUILT_IN_GOMP_OFFLOAD_REGISTER): New.
32522 (BUILT_IN_GOMP_OFFLOAD_UNREGISTER): Likewise.
32523 (BUILT_IN_GOMP_TARGET): Updated type.
32524 * omp-low.c: Include symbol-summary.h, hsa.h and params.h.
32525 (adjust_for_condition): New function.
32526 (get_omp_for_step_from_incr): Likewise.
32527 (extract_omp_for_data): Moved parts to adjust_for_condition and
32528 get_omp_for_step_from_incr.
32529 (build_outer_var_ref): Handle GIMPLE_OMP_GRID_BODY.
32530 (fixup_child_record_type): Bail out if receiver_decl is NULL.
32531 (scan_sharing_clauses): Handle OMP_CLAUSE__GRIDDIM_.
32532 (scan_omp_parallel): Do not create child functions for phony
32533 constructs.
32534 (check_omp_nesting_restrictions): Handle GIMPLE_OMP_GRID_BODY.
32535 (scan_omp_1_op): Checking assert we are not remapping to
32536 ERROR_MARK. Also also handle GIMPLE_OMP_GRID_BODY.
32537 (parallel_needs_hsa_kernel_p): New function.
32538 (expand_parallel_call): Register apprpriate parallel child
32539 functions as HSA kernels.
32540 (grid_launch_attributes_trees): New type.
32541 (grid_attr_trees): New variable.
32542 (grid_create_kernel_launch_attr_types): New function.
32543 (grid_insert_store_range_dim): Likewise.
32544 (grid_get_kernel_launch_attributes): Likewise.
32545 (get_target_argument_identifier_1): Likewise.
32546 (get_target_argument_identifier): Likewise.
32547 (get_target_argument_value): Likewise.
32548 (push_target_argument_according_to_value): Likewise.
32549 (get_target_arguments): Likewise.
32550 (expand_omp_target): Call get_target_arguments instead of looking
32551 up for teams and thread limit.
32552 (grid_expand_omp_for_loop): New function.
32553 (grid_arg_decl_map): New type.
32554 (grid_remap_kernel_arg_accesses): New function.
32555 (grid_expand_target_kernel_body): New function.
32556 (expand_omp): Call it.
32557 (lower_omp_for): Do not emit phony constructs.
32558 (lower_omp_taskreg): Do not emit phony constructs but create for them
32559 a temporary variable receiver_decl.
32560 (lower_omp_taskreg): Do not emit phony constructs.
32561 (lower_omp_teams): Likewise.
32562 (lower_omp_grid_body): New function.
32563 (lower_omp_1): Call it.
32564 (grid_reg_assignment_to_local_var_p): New function.
32565 (grid_seq_only_contains_local_assignments): Likewise.
32566 (grid_find_single_omp_among_assignments_1): Likewise.
32567 (grid_find_single_omp_among_assignments): Likewise.
32568 (grid_find_ungridifiable_statement): Likewise.
32569 (grid_target_follows_gridifiable_pattern): Likewise.
32570 (grid_remap_prebody_decls): Likewise.
32571 (grid_copy_leading_local_assignments): Likewise.
32572 (grid_process_kernel_body_copy): Likewise.
32573 (grid_attempt_target_gridification): Likewise.
32574 (grid_gridify_all_targets_stmt): Likewise.
32575 (grid_gridify_all_targets): Likewise.
32576 (execute_lower_omp): Call grid_gridify_all_targets.
32577 (make_gimple_omp_edges): Handle GIMPLE_OMP_GRID_BODY.
32578 * tree-core.h (omp_clause_code): Added OMP_CLAUSE__GRIDDIM_.
32579 (tree_omp_clause): Added union field dimension.
32580 * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE__GRIDDIM_.
32581 * tree.c (omp_clause_num_ops): Added number of arguments of
32582 OMP_CLAUSE__GRIDDIM_.
32583 (omp_clause_code_name): Added name of OMP_CLAUSE__GRIDDIM_.
32584 (walk_tree_1): Handle OMP_CLAUSE__GRIDDIM_.
32585 * tree.h (OMP_CLAUSE_GRIDDIM_DIMENSION): New.
32586 (OMP_CLAUSE_SET_GRIDDIM_DIMENSION): Likewise.
32587 (OMP_CLAUSE_GRIDDIM_SIZE): Likewise.
32588 (OMP_CLAUSE_GRIDDIM_GROUP): Likewise.
32589 * passes.def: Schedule pass_ipa_hsa and pass_gen_hsail.
32590 * tree-pass.h (make_pass_gen_hsail): Declare.
32591 (make_pass_ipa_hsa): Likewise.
32592 * ipa-hsa.c: New file.
32593 * lto-section-in.c (lto_section_name): Add hsa section name.
32594 * lto-streamer.h (lto_section_type): Add hsa section.
32595 * timevar.def (TV_IPA_HSA): New.
32596 * hsa-brig-format.h: New file.
32597 * hsa-brig.c: New file.
32598 * hsa-dump.c: Likewise.
32599 * hsa-gen.c: Likewise.
32600 * hsa.c: Likewise.
32601 * hsa.h: Likewise.
32602 * toplev.c (compile_file): Call hsa_output_brig.
32603 * hsa-regalloc.c: New file.
32604
32605 2016-01-18 Jeff Law <law@redhat.com>
32606
32607 PR tree-optimization/69320
32608 * tree-ssa-dom.c (record_edge_info): For comparisons against a boolean
32609 ranged object, do nothing if the RHS constant is not [0..1].
32610 (optimize_stmt): Comparing a boolean ranged object against a
32611 constant outside [0..1] results in a compile-time constant.
32612
32613 * tree-ssanames.c (ssa_name_has_boolean_range): Remove unnecessary
32614 test.
32615
32616 2016-01-18 Sandra Loosemore <sandra@codesourcery.com>
32617
32618 * doc/invoke.texi (Invoking GCC): Add new section to menu.
32619 (Option Summary): Update to reflect new section and moved options.
32620 (C++ Dialect Options): Move -fstats to new section.
32621 (Debugging Options): Move all dump, statistics, and other GCC
32622 developer options to new section. Rewrite section introduction
32623 and re-order remaining options to put the more basic ones first.
32624 (Optimization Options): Move -fira-verbose and -flto-report* to
32625 new section.
32626 (Developer Options): New section incorporating moved options.
32627 * doc/cppopts.texi (-dM): Update cross-reference.
32628
32629 2016-01-18 Richard Henderson <rth@redhat.com>
32630
32631 PR target/69176
32632 * config/aarch64/aarch64.md (add<GPI>3): Move long immediate
32633 operands to pseudo only if CSE is expected. Split long immediate
32634 operands only after reload, and for the stack pointer.
32635 (*add<GPI>3_pluslong): Remove.
32636 (*addsi3_aarch64, *adddi3_aarch64): Merge into...
32637 (*add<GPI>3_aarch64): ... here. Add r/rk/Upl alternative.
32638 (*addsi3_aarch64_uxtw): Add r/rk/Upl alternative.
32639 (*add<GPI>3 peepholes): New.
32640 (*add<GPI>3 splitters): New.
32641 * config/aarch64/constraints.md (Upl): New.
32642 * config/aarch64/predicates.md (aarch64_pluslong_strict_immedate): New.
32643
32644 2016-01-18 Richard Biener <rguenther@suse.de>
32645
32646 PR tree-optimization/69297
32647 * tree-vect-slp.c (vect_bb_slp_scalar_cost): Count each scalar
32648 stmt at most once.
32649 (vect_bb_vectorization_profitable_p): Clear visited flag again.
32650
32651 2016-01-18 Yuri Rumyantsev <ysrumyan@gmail.com>
32652
32653 PR middle-end/68542
32654 * fold-const.c (fold_binary_op_with_conditional_arg): Bail out for case
32655 of mixind vector and scalar types.
32656 (fold_relational_const): Add handling of vector
32657 comparison with boolean result.
32658 * tree-cfg.c (verify_gimple_comparison): Add argument CODE, allow
32659 comparison of vector operands with boolean result for EQ/NE only.
32660 (verify_gimple_assign_binary): Adjust call for verify_gimple_comparison.
32661 (verify_gimple_cond): Likewise.
32662 * tree-vrp.c (extract_code_and_val_from_cond_with_ops): Modify check on
32663 valid type of VAL.
32664
32665 2016-01-18 Joseph Myers <joseph@codesourcery.com>
32666
32667 * config/mips/mips.h (ISA_HAS_PAIRED_SINGLE): Require
32668 !TARGET_OCTEON.
32669
32670 2016-01-18 Richard Biener <rguenther@suse.de>
32671
32672 PR middle-end/69308
32673 * gimple.c (gimple_could_trap_p_1): Handle GIMPLE_COND.
32674
32675 2016-01-18 Tom de Vries <tom@codesourcery.com>
32676
32677 * passes.def: Add pass_parallelize_loops to pass_oacc_kernels.
32678
32679 2016-01-18 Tom de Vries <tom@codesourcery.com>
32680
32681 * omp-low.c (set_oacc_fn_attrib): Make extern.
32682 * omp-low.h (set_oacc_fn_attrib): Declare.
32683 * tree-parloops.c (struct reduction_info): Add reduc_addr field.
32684 (create_call_for_reduction_1): Handle case that reduc_addr is non-NULL.
32685 (create_parallel_loop, gen_parallel_loop, try_create_reduction_list):
32686 Add and handle function parameter oacc_kernels_p.
32687 (find_reduc_addr, get_omp_data_i_param): New function.
32688 (ref_conflicts_with_region, oacc_entry_exit_ok_1)
32689 (oacc_entry_exit_single_gang, oacc_entry_exit_ok): New function.
32690 (parallelize_loops): Add and handle function parameter oacc_kernels_p.
32691 Calculate dominance info. Skip loops that are not in a kernels region
32692 in oacc_kernels_p mode. Skip inner loops of parallelized loops.
32693 (pass_parallelize_loops::execute): Call parallelize_loops with
32694 oacc_kernels_p argument.
32695 (pass_parallelize_loops::clone, pass_parallelize_loops::set_pass_param):
32696 New member function.
32697 (pass_parallelize_loops::bool oacc_kernels_p): New member var.
32698 * passes.def: Add argument to pass_parallelize_loops instantation.
32699
32700 2016-01-18 Tom de Vries <tom@codesourcery.com>
32701
32702 * tree-parloops.c (pass_parallelize_loops::execute): Allow
32703 pass_parallelize_loops to be run outside the loop pipeline.
32704
32705 2016-01-18 Alan Lawrence <alan.lawrence@arm.com>
32706
32707 * tree-scalar-evolution.c (follow_copies_to_constant): New.
32708 (analyze_initial_condition, analyze_scalar_evolution_1): Call previous.
32709
32710 2016-01-18 Alan Lawrence <alan.lawrence@arm.com>
32711
32712 PR target/63679
32713 * tree-ssa-scopedtables.c (avail_expr_hash): Hash MEM_REF and ARRAY_REF
32714 using get_ref_base_and_extent.
32715 (equal_mem_array_ref_p): New.
32716 (hashable_expr_equal_p): Add call to previous.
32717
32718 2016-01-18 Alan Lawrence <alan.lawrence@arm.com>
32719
32720 PR target/63679
32721 * tree-sra.c (disqualified_constants, constant_decl_p): New.
32722 (sra_initialize): Allocate disqualified_constants.
32723 (sra_deinitialize): Free disqualified_constants.
32724 (disqualify_candidate): Update disqualified_constants when appropriate.
32725 (create_access): Scan for constant-pool entries as we go along.
32726 (scalarizable_type_p): Add check against type_contains_placeholder_p.
32727 (maybe_add_sra_candidate): Allow constant-pool entries.
32728 (load_assign_lhs_subreplacements): Bind debug for constant pool vars.
32729 (initialize_constant_pool_replacements): New.
32730 (sra_modify_assign): Avoid mangling assignments created by previous,
32731 and don't generate writes into constant pool.
32732 (sra_modify_function_body): Call initialize_constant_pool_replacements.
32733
32734 2016-01-18 Ilya Enkovich <enkovich.gnu@gmail.com>
32735
32736 * config/i386/i386.c (scalar_to_vector_candidate_p): Support
32737 andnot instruction.
32738 (scalar_chain::convert_op): Likewise.
32739 * config/i386/i386.md (*andndi3_doubleword): New.
32740
32741 2016-01-18 Richard Biener <rguenther@suse.de>
32742
32743 PR tree-optimization/69170
32744 * tree-vect-slp.c (vect_build_slp_tree): Verify we are not
32745 building a vector from scalar results of a pattern stmt.
32746
32747 2016-01-18 Jakub Jelinek <jakub@redhat.com>
32748
32749 * haifa-sched.c (autopref_multipass_init): Work around
32750 -Wmaybe-uninitialized warning.
32751
32752 2016-01-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
32753
32754 * config/arm/arm.c (thumb1_reorg): Check that the comparison is
32755 against the constant 0.
32756
32757 2016-01-17 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
32758
32759 PR tree-optimization/68799
32760 * gimple-ssa-strength-reduction.c (create_phi_basis): Directly
32761 look up phi candidates in the statement-candidate map.
32762 (phi_add_costs): Likewise.
32763 (record_phi_increments): Likewise.
32764 (phi_incr_cost): Likewise.
32765 (ncd_with_phi): Likewise.
32766 (all_phi_incrs_profitable): Likewise.
32767
32768 2016-01-17 Jakub Jelinek <jakub@redhat.com>
32769
32770 * omp-low.c (mark_loops_in_oacc_kernels_region): Work around
32771 -Wmaybe-uninitialized warning.
32772
32773 2016-01-16 Sandra Loosemore <sandra@codesourcery.com>
32774
32775 * doc/invoke.texi (Invoking GCC): Add new section to menu.
32776 (Option Summary): Update to reflect new section and moved options.
32777 (C++ Dialect Options): Move -fvtable-verify and related options.
32778 (Debugging Options): Move Sanitizer, Pointer Bounds Checker,
32779 and profiling-related options.
32780 (Optimization Options): Move profile generation options and
32781 -fstack-protector and related options.
32782 (Instrumentation Options): New section incorporating moved options.
32783 (Code Generation Options): Move -finstrument-functions and
32784 related options, -fstack-check, -fstack-limit*, and -fbounds-check.
32785
32786 2016-01-16 Tom de Vries <tom@codesourcery.com>
32787
32788 * passes.def: Move pass_expand_omp_ssa out of pass_parallelize_loops.
32789
32790 2016-01-16 Tom de Vries <tom@codesourcery.com>
32791
32792 * omp-low.c (expand_omp_atomic_fetch_op): Release defs of update stmt.
32793
32794 2016-01-16 Richard Sandiford <richard.sandiford@arm.com>
32795
32796 * hash-table.h (hash_table::empty): Turn into an inline wrapper
32797 that checks whether the table is already empty. Rename the
32798 original implementation to...
32799 (hash_table::empty_slot): ...this new private function.
32800
32801 2016-01-15 David Malcolm <dmalcolm@redhat.com>
32802
32803 PR diagnostic/68899
32804 * diagnostic-show-locus.c (layout::print_source_line): Move x
32805 offset of line until after call to
32806 get_line_width_without_trailing_whitespace.
32807
32808 2016-01-15 Jeff Law <law@redhat.com>
32809
32810 PR tree-optimization/69270
32811 * tree-ssanames.c (ssa_name_has_boolean_range): Moved here from
32812 tree-ssa-dom.c. Improve test for [0..1] ranve from VRP.
32813 * tree-ssa-dom.c (ssa_name_has_boolean_range): Remove.
32814 * tree-ssanames.h (ssa_name_has_boolean_range): Prototype.
32815 * tree-ssa-uncprop.c (associate_equivalences_with_edges): Use
32816 ssa_name_has_boolean_range and constant_boolean_node.
32817
32818 2016-01-15 Vladimir Makarov <vmakarov@redhat.com>
32819
32820 PR rtl-optimization/69030
32821 * lra-spills.c (remove_pseudos): Check nrefs and make the function
32822 returning bool.
32823 (spill_pseudos): Delete debug insn for dead pseudo.
32824 (lra_spill): Initiate spill_hard_reg and slots memory separately.
32825
32826 2016-01-15 Jiong Wang <jiong.wang@arm.com>
32827
32828 * config/aarch64/aarch64-builtins.c (aarch64_types_unopus_qualifiers):
32829 New.
32830 (TYPES_UNOPUS): Likewise.
32831 * config/aarch64/aarch64-simd-builtins.def (lbtruncuv2sf): Correct
32832 builtin type, from UNOP to UNOPUS.
32833 (lbtruncuv4sf): Likewise.
32834 (lbtruncuv2df): Likewise.
32835 (lrounduv2sf): Likewise.
32836 (lrounduv4sf): Likewise.
32837 (lrounduv2df): Likewise.
32838 (lroundusf): Likewise.
32839 (lroundusf): Likewise.
32840 (lceiluv2sf): Likewise.
32841 (lceiluv4sf): Likewise.
32842 (lceiluv2df): Likewise.
32843 (lceilusf): Likewise.
32844 (lceiludf): Likewise.
32845 (lflooruv2sf): Likewise.
32846 (lflooruv4sf): Likewise.
32847 (lflooruv2df): Likewise.
32848 (lfloorusf): Likewise.
32849 (lfloorudf): Likewise.
32850 (lfrintnuv2sf): Likewise.
32851 (lfrintnuv4sf): Likewise.
32852 (lfrintnuv2df): Likewise.
32853 (lfrintnusf): Likewise.
32854 (lfrintnudf): Likewise.
32855 * config/aarch64/arm_neon.h (vcvt_u32_f32): Remove unncessary type
32856 conversion.
32857 (vcvtq_u32_f32): Likewise.
32858 (vcvtq_u64_f64): Likewise.
32859 (vcvta_u32_f32): Likewise.
32860 (vcvtaq_u32_f32): Likewise.
32861 (vcvtaq_u64_f64): Likewise.
32862 (vcvtm_u32_f32): Likewise.
32863 (vcvtmq_u32_f32): Likewise.
32864 (vcvtmq_u64_f64): Likewise.
32865 (vcvtn_u32_f32): Likwise.
32866 (vcvtnq_u32_f32): Likewise.
32867 (vcvtnq_u64_f64): Likewise.
32868 (vcvtp_u32_f32): Likewise.
32869 (vcvtpq_u32_f32): Likewise.
32870 (vcvtpq_u64_f64): Likewise.
32871 (vcvtmd_u64_f64): Likewise.
32872 (vcvtms_u32_f32): Likewise.
32873 (vcvtad_u64_f64): Likewise.
32874 (vcvtas_u32_f32): Likewise.
32875 (vcvtnd_u64_f64): Likewise.
32876 (vcvtns_u32_f32): Likewise.
32877 (vcvtpd_u64_f64): Likewise.
32878 (vcvtps_u32_f32): Likewise.
32879
32880 2016-01-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
32881
32882 * config/aarch64/aarch64.c (aarch64_if_then_else_costs): Handle
32883 CSEL of zero_extended registers.
32884
32885 2016-01-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
32886
32887 * config/aarch64/aarch64.c (aarch64_rtx_costs, COMPARE case):
32888 Handle COMPARE of ZERO_EXTRACT against zero form of TST-immediate.
32889
32890 2016-01-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
32891
32892 * config/aarch64/aarch64.c (aarch64_process_one_target_attr): Return
32893 false when argument string is not found in the attributes table
32894 at all.
32895
32896 2016-01-15 David Edelsohn <dje.gcc@gmail.com>
32897
32898 PR target/68609
32899 * config/rs6000/rs6000.c (rs6000_emit_msub): Delete.
32900 (rs6000_emit_swsqrt): Convert to Goldschmidt's Algorithm
32901 * config/rs6000/rs6000.md (sqrt<mode>2): Limit swsqrt to high
32902 precision estimate.
32903
32904 2016-01-15 Richard Biener <rguenther@suse.de>
32905
32906 PR tree-optimization/66856
32907 * tree-vect-loop.c (vect_transform_loop): Free SLP instances here.
32908 * tree-vect-slp.c (vect_free_slp_tree): Decrement stmt reference count.
32909 (vect_create_new_slp_node): Increment stmt reference count.
32910 (vect_get_and_check_slp_defs): Make sure stmts are nor already in
32911 an SLP tree before swapping operands.
32912 (vect_build_slp_tree): Likewise.
32913 (destroy_bb_vec_info): Free stmt info after SLP instances.
32914 * tree-vect-stmts.c (new_stmt_vec_info): Initialize reference count.
32915 * tree-vectorizer.h (struct _stmt_vec_info): Add num_slp_uses field.
32916 (STMT_VINFO_NUM_SLP_USES): New macro.
32917
32918 2016-01-15 Richard Biener <rguenther@suse.de>
32919
32920 PR debug/69137
32921 * dwarf2out.c (add_linkage_name_raw): New function split out from ...
32922 (add_linkage_name): ... here.
32923 (gen_typedef_die): Use add_linkage_name_raw instead of
32924 add_linkage_attr to delay DECL_ASSEMBLER_NAME computation
32925 if necessary.
32926
32927 2016-01-15 Cesar Philippidis <cesar@codesourcery.com>
32928
32929 * gimplify.c (oacc_default_clause): Decode reference and pointer
32930 types for both kernels and parallel regions.
32931
32932 2016-01-15 Richard Sandiford <richard.sandiford@arm.com>
32933
32934 PR middle-end/69246
32935 * calls.c (emit_call_1): Force n_popped to zero for sibcalls.
32936
32937 2016-01-15 Ilya Enkovich <enkovich.gnu@gmail.com>
32938
32939 * config/i386/i386.c (scalar_chain::compute_convert_gain): Fix typo.
32940 (convert_scalars_to_vector): Likewise.
32941
32942 2016-01-15 Jonathan Wakely <jwakely@redhat.com>
32943
32944 * doc/extend.texi (Type Traits): Fix grammar.
32945
32946 2016-01-15 Martin Jambor <mjambor@suse.cz>
32947
32948 * tree-inline.c (remap_decl): Use existing dclarations if
32949 remapping a type and prevent_decl_creation_for_types.
32950 (replace_locals_stmt): Do an initial remapping of non-VLA typed
32951 decls first. Do real remapping with
32952 prevent_decl_creation_for_types set.
32953 * tree-inline.h (copy_body_data): New field
32954 prevent_decl_creation_for_types, moved remap_var_for_cilk to avoid
32955 padding.
32956
32957 2016-01-15 Dominik Vogt <vogt@linux.vnet.ibm.com>
32958
32959 * config/s390/s390.opt (mmvcle): More verbose help text.
32960
32961 2016-01-15 Dominik Vogt <vogt@linux.vnet.ibm.com>
32962
32963 * config/s390/s390.opt: Add period to -mzvector option text.
32964
32965 2016-01-15 Richard Biener <rguenther@suse.de>
32966
32967 PR tree-optimization/68961
32968 * tree-vect-slp.c (vect_analyze_slp_cost_1): Consider cost
32969 of invariants in stores again.
32970
32971 2016-01-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
32972
32973 * config/arm/t-rtems: Add cortex-m7/fpv5-d16 multilib.
32974
32975 2016-01-15 Ilya Enkovich <enkovich.gnu@gmail.com>
32976
32977 * config/i386/i386.c (ix86_expand_branch): Don't split
32978 DI mode xor instruction to SI mode.
32979
32980 2016-01-15 Jan Hubicka <hubicka@ucw.cz>
32981
32982 PR ipa/68148
32983 * ipa-icf.c (sem_function::merge): Virtual functions may become
32984 reachable even if they address is not taken and there are no
32985 idrect calls.
32986
32987 2016-01-15 Jan Hubicka <hubicka@ucw.cz>
32988
32989 * lto-streamer-out.c (subtract_estimated_size): New function.
32990 (get_symbol_initial_value): Use it.
32991
32992 2016-01-15 Christian Bruel <christian.bruel@st.com>
32993
32994 PR target/65837
32995 * config/arm/arm-builtins.c (ARM_BUILTIN_CRYPTO_BASE): New enum tag.
32996 (arm_init_neon_builtins_internal): Rename arm_init_neon_builtins,
32997 (arm_init_crypto_builtins_internal): Rename arm_init_crypto_builtins.
32998 use add_builtin_function_ext_scope instead of add_builtin_function.
32999 (neon_set_p, neon_crypto_set_p): Remove.
33000 (arm_init_builtins): Always call arm_init_neon_builtins and
33001 arm_init_crypto_builtins.
33002 (arm_expand_builtin): Check that builtins are allowed for the arch.
33003 * config/arm/arm-protos.h (arm_init_neon_builtins): Remove prototype.
33004 * config/arm/arm.c (arm_valid_target_attribute_tree): Remove
33005 arm_init_neon_builtins call.
33006
33007 2016-01-15 Richard Biener <rguenther@suse.de>
33008
33009 PR tree-optimization/69117
33010 * tree-ssa-sccvn.h (struct vn_ssa_aux): Add info member.
33011 * tree-ssa-sccvn.c (set_ssa_val_to): Save and adjust SSA name info
33012 of the leader conservatively.
33013 (free_scc_vn): Restore original SSA name infos.
33014
33015 2016-01-14 Jeff Law <law@redhat.com>
33016
33017 PR tree-optimization/69270
33018 * tree-ssa-dom.c (ssa_name_has_boolean_range): If the type has a
33019 single bit of precision, verify it's also unsigned.
33020 (record_edge_info): Use constant_boolean_node rather than fold_convert
33021 to convert boolean_true/boolean_false to the right type.
33022
33023 2016-01-14 Richard Henderson <rth@redhat.com>
33024
33025 PR rtl-opt/69014
33026 * loop-doloop.c (record_reg_sets): New.
33027 (doloop_optimize): Reject the transform if the sequence
33028 clobbers registers live at the end of the loop block.
33029 (doloop_optimize_loops): Enable df_live if needed.
33030
33031 2016-01-14 Michael Meissner <meissner@linux.vnet.ibm.com>
33032
33033 * config/rs6000/rs6000-builtin.def: Revert 2016-01-13 change.
33034 * config/rs6000/rs6000.c: Likewise.
33035 * config/rs6000/rs6000.h: Likewise.
33036 * config/rs6000/rs6000.md: Likewise.
33037 * doc/extend.texi: Likewsie.
33038
33039 2016-01-14 Jeff Law <law@redhat.com>
33040
33041 * tree-ssa-dom.c (ssa_name_has_boolean_range): Fix comment
33042 typo.
33043
33044 2016-01-14 Richard Henderson <rth@redhat.com>
33045
33046 PR c/69272
33047 PR tree-opt/68964
33048 * trans-mem.c (tm_log_emit_stmt): Fix unit size to bit size.
33049 * tree.c (build_tm_vector_builtins): Use builtin_decl_explicit_p
33050 instead of builtin_decl_declared_p to test for declaration.
33051
33052 2016-01-14 Nicklas Bo Jensen <nbjensen@gmail.com>
33053
33054 * doc/loop.texi (Loop Analysis and Representation): Document
33055 loop_depth function.
33056
33057 2016-01-14 Tom de Vries <tom@codesourcery.com>
33058
33059 PR tree-optimization/68773
33060 * omp-low.c (expand_omp_target): Don't set force_output.
33061 * varpool.c (varpool_node::get_create): Same.
33062 * lto-cgraph.c (input_offload_tables): Mark entries in offload_vars and
33063 offload_funcs with force_output.
33064
33065 2016-01-14 Jakub Jelinek <jakub@redhat.com>
33066
33067 PR debug/69244
33068 * lra-eliminations.c (move_plus_up): Don't change anything if either
33069 the outer or inner subreg mode is not MODE_INT.
33070 * dwarf2out.c (mem_loc_descriptor): For SUBREG, if outer mode is
33071 integral <= DWARF2_ADDR_SIZE, convert to untyped afterwards.
33072
33073 2016-01-14 Alan Lawrence <alan.lawrence@arm.com>
33074
33075 * doc/md.texi (reduc_smin_@var{m}, reduc_smax_@var{m},
33076 reduc_umin_@var{m}, reduc_umax_@var{m}, reduc_splus_@var{m},
33077 reduc_uplus_@var{m}): Remove.
33078 * expr.c (expand_expr_real_2): Remove expansion path for
33079 reduc_[us](min|max|plus) optabs.
33080 * optabs-tree.c (scalar_reduc_to_vector): Remove.
33081 * optabs-tree.h (scalar_reduc_to_vector): Remove.
33082 * optabs.def (reduc_smax_optab, reduc_smin_optab, reduc_splus_optab,
33083 reduc_umax_optab, reduc_umin_optab, reduc_uplus_optab): Remove.
33084 * tree-vect-loop.c (vectorizable_reduction): Remove test for
33085 reduc_[us](min|max|plus) optabs.
33086
33087 2016-01-14 Alan Lawrence <alan.lawrence@arm.com>
33088
33089 * config/mips/mips-ps-3d.md (reduc_splus_v2sf): Remove.
33090 (reduc_plus_scal_v2sf): New.
33091 (reduc_smax_v2sf): Rename to...
33092 (reduc_smax_scal_v2sf): ...here, make result SFmode, add vec_extract.
33093 (reduc_smin_v2sf): Rename to...
33094 (reduc_smin_scal_v2sf): ...here, make result SFmode, add vec_extract.
33095
33096 2016-01-14 Jan Hubicka <hubicka@ucw.cz>
33097
33098 * alias.c (compare_base_symbol_refs): New function.
33099 (rtx_equal_for_memref_p, base_alias_check, memrefs_conflict_p): Use
33100 it.
33101
33102 2016-01-14 Jakub Jelinek <jakub@redhat.com>
33103
33104 PR middle-end/68146
33105 PR tree-optimization/69155
33106 * tree-complex.c: Include cfganal.h.
33107 (phis_to_revisit): New variable.
33108 (extract_component): Add phiarg_p argument. Assert that returned
33109 SSA_NAME has non-NULL SSA_NAME_DEF_STMT unless phiarg_p is true.
33110 (update_phi_components): Partly rewrite to use loop over real/imag
33111 components instead of code duplication. If extract_component returns
33112 SSA_NAME with NULL SSA_NAME_DEF_STMT, store SSA_NAME_VAR or
33113 create_tmp_reg into the PHI node instead, and mention the phi triplet
33114 in phis_to_revisit.
33115 (tree_lower_complex): Walk bbs in rpo order. Adjust phis recorded
33116 in phis_to_revisit at the end.
33117
33118 2016-01-14 Richard Biener <rguenther@suse.de>
33119
33120 PR tree-optimization/68060
33121 * tree-vect-loop.c (vect_is_simple_reduction): Check the
33122 outer loop reduction is only used in the inner loop before
33123 detecting a double reduction.
33124
33125 2016-01-14 Jakub Jelinek <jakub@redhat.com>
33126
33127 PR target/68269
33128 * combine.c (expand_field_assignment): Punt if compute_mode is
33129 unsupported scalar mode.
33130
33131 2016-01-14 Richard Biener <rguenther@suse.de>
33132
33133 PR tree-optimization/66856
33134 * tree-vect-slp.c (vect_build_slp_tree): Refactor to build
33135 SLP node only if it built successfully.
33136 (vect_analyze_slp_instance): Adjust.
33137
33138 2016-01-14 Jeff Law <law@redhat.com>
33139
33140 PR tree-optimization/69270
33141 * tree-ssa-dom.c (ssa_name_has_boolean_range): New function.
33142 (record_edge_info): Use it. Convert boolean_{true,false}_node
33143 to the type of op0.
33144
33145 2016-01-13 Jan Hubicka <hubicka@ucw.cz>
33146
33147 PR ipa/66487
33148 * ipa-polymorphic-call.c (inlined_polymorphic_ctor_dtor_block_p):
33149 use block_ultimate_origin
33150 (noncall-stmt_may_be_vtbl_ptr_store): Likewise.
33151
33152 2016-01-13 Sandra Loosemore <sandra@codesourcery.com>
33153
33154 * doc/invoke.texi (Submodel Options): Rename section to
33155 "Machine-Dependent Options" to better reflect its content.
33156 Rewrite introductory text to remove archaic CPU names.
33157 Update references.
33158
33159 2016-01-13 Sandra Loosemore <sandra@codesourcery.com>
33160
33161 * doc/invoke.texi (Code Gen Options): Move section up in file,
33162 before target-specific options. Update menu and option summary
33163 to reflect the new section ordering.
33164
33165 2016-01-13 Jonathan Wakely <jwakely@redhat.com>
33166
33167 * doc/invoke.texi (C Dialect Options): Adjust -std default for C++.
33168 (C++ Dialect Options): Add cross-reference to -std option.
33169 * doc/standards.texi (C++ Language): Document C++14 support.
33170
33171 2016-01-13 Michael Meissner <meissner@linux.vnet.ibm.com>
33172
33173 * config/rs6000/rs6000-builtin.def (BU_FLOAT128_2): Add support
33174 for pack/unpack functions for __ibm128.
33175 (PACK_IF): Likewise.
33176 (UNPACK_IF): Likewise.
33177
33178 * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
33179 support for __ibm128 pack/unpack functions.
33180 (rs6000_invalid_builtin): Likewise.
33181 (rs6000_init_builtins): Likewise.
33182 (rs6000_opt_masks): Likewise.
33183
33184 * config/rs6000/rs6000.h (MASK_FLOAT128): Add short name.
33185 (RS6000_BTM_FLOAT128): Add support for __ibm128 pack/unpack
33186 functions
33187 (RS6000_BTM_COMMON): Likewise.
33188
33189 * config/rs6000/rs6000.md (f128_vsx): New mode attribute.
33190 (unpack<mode>): Use FMOVE128_FPR iterator instead of FMOVE128, to
33191 disallow __builtin_{pack,unpack}_longdouble if long double is IEEE
33192 128-bit floating point. Add support for the double values to be
33193 in Altivec registers for TF/IF packing and unpacking, but restrict
33194 TD packing sub-fields to be FPR registers. Don't allow overlapped
33195 register support for packing. Allow pack inputs to be memory
33196 locations. Don't build generator functions for unpack<mode>_dm
33197 and unpack<mode>_nodm.
33198 (unpack<mode>_dm): Likewise.
33199 (unpack<mode>_nodm): Likewise.
33200 (pack<mode>): Likewise.
33201
33202 * config/rs6000/rs6000-builtin.def (__builtin_pack_ibm128): Add
33203 built-in functions to pack/unpack explicit __ibm128 values.
33204 (__builtin_unpack_ibm128): Likewise.
33205
33206 * doc/extend.texi (PowerPC Built-in Functions): Document
33207 __builtin_pack_ibm128 and __builtin_unpack_ibm128.
33208
33209 2016-01-13 Bernd Schmidt <bschmidt@redhat.com>
33210
33211 PR c/66208
33212 * c-common.c (check_function_nonnull): Remove unnecessary declaration.
33213 Add new arg loc and pass it down as context.
33214 (check_nonnull_arg): Don't mark ctx arg as unused. Use it as a pointer
33215 to the location to use for the warning.
33216 (check_function_arguments): New arg loc. All callers changed. Pass
33217 it to check_function_nonnull.
33218 * c-common.h (check_function_arguments): Adjust declaration.
33219
33220 2016-01-13 Jakub Jelinek <jakub@redhat.com>
33221
33222 PR tree-optimization/69156
33223 * gimple.c (validate_type): Removed.
33224 (gimple_builtin_call_types_compatible_p): Use
33225 useless_type_conversion_p instead of validate_type.
33226 * value-prof.c (gimple_stringop_fixed_value): Fold
33227 icall_size to correct type.
33228
33229 2016-01-13 Jonathan Wakely <jwakely@redhat.com>
33230
33231 * doc/extend.texi (__atomic Builtins): Clarify compare_exchange
33232 effects.
33233
33234 2016-01-13 Richard Henderson <rth@redhat.com>
33235
33236 PR tree-opt/68964
33237 * target.def (builtin_tm_load, builtin_tm_store): Remove.
33238 * config/i386/i386.c (ix86_builtin_tm_load): Remove.
33239 (ix86_builtin_tm_store): Remove.
33240 (TARGET_VECTORIZE_BUILTIN_TM_LOAD): Remove.
33241 (TARGET_VECTORIZE_BUILTIN_TM_STORE): Remove.
33242 * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_TM_LOAD): Remove.
33243 (TARGET_VECTORIZE_BUILTIN_TM_STORE): Remove.
33244 * doc/tm.texi: Rebuild.
33245
33246 * gtm-builtins.def (BUILT_IN_TM_MEMCPY_RNWT): New.
33247 (BUILT_IN_TM_MEMCPY_RTWN): New.
33248 * trans-mem.c (tm_log_emit_stmt): Rearrange code for better
33249 fallback from vector to integer helpers.
33250 (build_tm_load): Handle vector types directly, instead of
33251 via target hook.
33252 (build_tm_store): Likewise.
33253 (expand_assign_tm): Prepare for register types not handled by
33254 the above. Copy them to memory and use memcpy.
33255 * tree.c (tm_define_builtin): New.
33256 (find_tm_vector_type): New.
33257 (build_tm_vector_builtins): New.
33258 (build_common_builtin_nodes): Call it.
33259
33260 2016-01-13 Uros Bizjak <ubizjak@gmail.com>
33261
33262 * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Return -1 for
33263 TARGET_SSE_MATH without TARGET_SSE2. Rewrite.
33264
33265 2016-01-13 Tom de Vries <tom@codesourcery.com>
33266
33267 PR tree-optimization/69169
33268 * tree-ssa-structalias.c (create_variable_info_for_1): Add and handle
33269 handled_struct_type param.
33270 (create_variable_info_for, intra_create_variable_infos): Call
33271 create_variable_info_for_1 with extra arg.
33272
33273 2016-01-13 Yvan Roux <yvan.roux@linaro.org>
33274
33275 * config/arm/arm-arches.def: Remove spurious whitespace in "armv8.1-a"
33276 and "armv8.1-a+crc" entries.
33277
33278 2016-01-13 Alexander Fomin <alexander.fomin@intel.com>
33279
33280 PR target/69228
33281 * config/i386/sse.md (define_expand "avx512pf_gatherpf<mode>sf"):
33282 Change first operand predicate from register_or_constm1_operand
33283 to register_operand.
33284 (define_expand "avx512pf_gatherpf<mode>df"): Likewise.
33285 (define_expand "avx512pf_scatterpf<mode>sf"): Likewise.
33286 (define_expand "avx512pf_scatterpf<mode>df"): Likewise.
33287 (define_insn "*avx512pf_gatherpf<mode>sf"): Remove.
33288 (define_insn "*avx512pf_gatherpf<mode>df"): Likewise.
33289 (define_insn "*avx512pf_scatterpf<mode>sf"): Likewise.
33290 (define_insn "*avx512pf_scatterpf<mode>df"): Likewise.
33291 * config/i386/i386.c (ix86_expand_builtin): Remove first operand
33292 comparison with constm1_rtx from vec_prefetch_gen part.
33293
33294 2016-01-13 Richard Biener <rguenther@suse.de>
33295
33296 PR tree-optimization/69013
33297 * tree-ssa-uninit.c (prune_uninit_phi_opnds_in_unrealizable_paths):
33298 Exchange assert for a test.
33299
33300 2016-01-13 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
33301
33302 PR target/69247
33303 * config/s390/s390.md (bswaphi splitter): Use simplify_gen_subreg.
33304
33305 2016-01-13 Richard Biener <rguenther@suse.de>
33306
33307 PR tree-optimization/69242
33308 * tree-ssa-sccvn.c (visit_reference_op_load): Replace bogus
33309 assert with a check.
33310
33311 2016-01-13 Richard Biener <rguenther@suse.de>
33312
33313 PR tree-optimization/69186
33314 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
33315 Properly guard vect_update_misalignment_for_peel call.
33316
33317 2016-01-12 Jeff Law <law@redhat.com>
33318
33319 PR tree-optimization/pr67755
33320 * tree-ssa-threadupdate.c (struct ssa_local_info_t): Add new field
33321 "need_profile_correction".
33322 (thread_block_1): Initialize new field to false by default. If we
33323 have multiple thread paths through a common joiner to different
33324 final targets, then set new field to true.
33325 (compute_path_counts): Only do count adjustment when it's really
33326 needed.
33327
33328 2016-01-12 Sandra Loosemore <sandra@codesourcery.com>
33329
33330 * doc/invoke.texi (Spec Files): Move section down in file, past
33331 all command-line option descriptions.
33332
33333 2016-01-12 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
33334
33335 PR middle-end/54809
33336 * doc/gty.texi: Remove documentation of mark_hook.
33337 * gengtype.c (struct write_types_data): Remove code to support
33338 mark_hook attribute.
33339 (walk_type): Likewise.
33340 (write_func_for_structure): Likewise.
33341
33342 2016-01-12 Sandra Loosemore <sandra@codesourcery.com>
33343
33344 * doc/invoke.texi (Option Summary) Move -no-canonical-prefixes to
33345 Directory Options, and -specs= to Overall Options.
33346 (Overall Options): Adjust similarly. Reorder to group related
33347 options together. Make -specs= cross-reference the spec file details.
33348 (Directory Options): Adjust similarly.
33349
33350 2016-01-12 Jeff Law <law@redhat.com>
33351
33352 * tree-ssa-threadupdate.c: Various whitespace and typo fixes.
33353
33354 2016-01-12 Olivier Hainque <hainque@adacore.com>
33355
33356 * gcc.c (spec_undefvar_allowed): New global.
33357 (process_command): Set to true when running for --version or --help,
33358 alone or together.
33359 (getenv_spec_function): When the variable is not defined, use the
33360 variable name as the variable value if we're allowed not to issue
33361 a fatal error.
33362
33363 2016-01-12 Bin Cheng <bin.cheng@arm.com>
33364
33365 PR tree-optimization/68911
33366 * tree-vrp.c (adjust_range_with_scev): Check overflow in range
33367 information computed for expression "init + nit * step".
33368
33369 2016-01-12 Sandra Loosemore <sandra@codesourcery.com>
33370
33371 * doc/invoke.texi (Invoking GCC): Copy-edit. Incorporate information
33372 about name of GCC executable. Remove deleted node from menu.
33373 (Directory Options) <-B>: Remove cross-reference to deleted node.
33374 (Target Options): Delete section.
33375
33376 2016-01-12 Christian Bruel <christian.bruel@st.com>
33377
33378 PR target/69180
33379 * config/arm/arm-c.c (arm_pragma_target_parse): Set NODE_CONDITIONAL
33380 for __ARM_NEON_FP, __ARM_FP, _ARM_FEATURE_LDREX.
33381
33382 2016-01-12 Jakub Jelinek <jakub@redhat.com>
33383
33384 PR target/69198
33385 * config/i386/i386.c (ix86_expand_special_args_builtin): Ensure
33386 aligned_mem is properly set for AVX512-VL floating point masked
33387 stores.
33388
33389 PR target/69175
33390 * ifcvt.c (cond_exec_process_if_block): When removing the last
33391 insn from then_bb, remove also any possible barriers that follow it.
33392
33393 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
33394
33395 PR target/68456
33396 PR target/69226
33397 * config/i386/iamcu.h (SIZE_TYPE): New macro.
33398 (PTRDIFF_TYPE): Likewise.
33399 (WCHAR_TYPE): Likewise.
33400 (WCHAR_TYPE_SIZE): Likewise.
33401 (STDINT_LONG32): Likewise.
33402
33403 2016-01-12 Richard Biener <rguenther@suse.de>
33404
33405 PR tree-optimization/69053
33406 * tree-vect-loop.c (get_initial_def_for_reduction): Properly
33407 convert initial value for cond reductions.
33408
33409 2016-01-12 Richard Biener <rguenther@suse.de>
33410
33411 PR tree-optimization/69007
33412 * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Move
33413 widen_sum after dot_prod and sad.
33414
33415 2016-01-12 Richard Biener <rguenther@suse.de>
33416
33417 PR tree-optimization/69168
33418 * tree-vect-loop.c (vect_analyze_loop_2): Reset both main and
33419 pattern stmt SLP type.
33420 * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Patterns may
33421 end up unused so cope with that case.
33422
33423 2016-01-12 Richard Biener <rguenther@suse.de>
33424
33425 PR tree-optimization/69157
33426 * tree-vect-stmts.c (vectorizable_mask_load_store): Check
33427 stmts def type only during analyze phase.
33428 (vectorizable_call): Likewise.
33429 (vectorizable_simd_clone_call): Likewise.
33430 (vectorizable_conversion): Likewise.
33431 (vectorizable_assignment): Likewise.
33432 (vectorizable_shift): Likewise.
33433 (vectorizable_operation): Likewise.
33434 (vectorizable_store): Likewise.
33435 (vectorizable_load): Likewise.
33436
33437 2016-01-12 Richard Biener <rguenther@suse.de>
33438
33439 PR tree-optimization/69174
33440 * tree-vect-stmts.c (vect_mark_relevant): Remove excessive vertical
33441 space.
33442 (vectorizable_load): Properly compute the number of loads needed
33443 for permuted strided SLP loads and do not spuriously assign
33444 to SLP_TREE_VEC_STMTS.
33445
33446 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
33447
33448 * config/i386/djgpp.h (PREFERRED_DEBUGGING_TYPE): Define to DWARF2
33449 (TARGET_ASM_OUTPUT_IDENT): Define to default_asm_output_ident_directive
33450 (MD_EXEC_PREFIX): Remove.
33451 (MD_STARTFILE_PREFIX) Removee.
33452 (FILE_NAME_ABSOLUTE_P): Remove.
33453 (CPP_SPEC): Do not read macros from sys/version.h.
33454 (LINK_COMMAND_SPEC): Remove.
33455 (LOCAL_INCLUDE_DIR): Remove.
33456 (TARGET_ASM_NAMED_SECTION): Define to i386_djgpp_asm_named_section
33457 (TARGET_OS_CPP_BUILTINS): Add DJGPP (non ISO only), __DJGPP, __DJGPP__, unix.
33458 (POST_LINK_SPEC): Define to invoke stubify after linker
33459 (LIBSTDCXX): Remove define
33460 (DBX_REGISTER_NUMBER): Define to svr4_dbx_register_map.
33461 (DEFAULT_PCC_STRUCT_RETURN): Define to 1.
33462 (SUBTARGET_OVERRIDE_OPTIONS): Remove warning about -mbnu2210.
33463 (SUBTARGET_OVERRIDE_OPTIONS): Ignore -fPIC and generate message.
33464 (SUBTARGET_OVERRIDE_OPTIONS): Default to DWARF2 debugging info.
33465 (IX86_MAYBE_NO_LIBGCC_TFMODE): Remove.
33466 (i386_djgpp_asm_named_section): Add propotype of new procedure
33467
33468 * config/i386/xm-djgpp.h (NATIVE_SYSTEM_HEADER_DIR): Define.
33469 (MD_EXEC_PREFIX): Define (moved from config/i386/djgpp.h).
33470 (STANDARD_STARTFILE_PREFIX_1): Define (moved from MD_STARTFILE_PREFIX
33471 in config/i386/djgpp.h).
33472 (STANDARD_STARTFILE_PREFIX_2): Define identical to
33473 STANDARD_STARTFILE_PREFIX_1.
33474 (LOCAL_INCLUDE_DIR): Define (moved from config/i386/djgpp.h).
33475 (GCC_DRIVER_HOST_INITIALIZATION): Fix reporting fatal
33476 installation errors.
33477 (MAX_OFILE_ALIGNMENT): Define to 128.
33478 (HAVE_FTW_H): Undefine as DJGPP do not have nftw, but have ftw.h.
33479
33480 * config/i386/djgpp.c: New file. Add implementation of
33481 i386_djgpp_asm_named_section.
33482
33483 * config/i386/djgpp.opt: Remove obsolete option -mbnu210.
33484
33485 * config/i386/t-djgpp: New file. Add djgpp.o to EXTRA_OBJS.
33486 Add rule for building djgpp.o.
33487
33488 2016-01-11 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
33489
33490 * config/rs6000/rs6000.c (v2df_reduction_p): New function.
33491 (rtx_is_swappable_p): Reductions are swappable.
33492 (insn_is_swappable_p): V2DF reductions are swappable.
33493
33494 2016-01-11 John David Anglin <danglin@gcc.gnu.org>
33495
33496 * config/pa/pa.c (pa_emit_move_sequence): Handle floating point
33497 reloads for other unsupported memory operands.
33498
33499 2016-01-12 Kugan Vivekanandarajah <kuganv@linaro.org>
33500 Jim Wilson <jim.wilson@linaro.org>
33501
33502 PR target/69194
33503 * config/arm/arm-builtins.c (arm_expand_neon_args): Call
33504 copy_to_mode_reg instead of force_reg.
33505
33506 2016-01-11 H.J. Lu <hongjiu.lu@intel.com>
33507
33508 PR target/69225
33509 * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Set to 2 only if
33510 TARGET_80387 is true.
33511
33512 2016-01-11 Jakub Jelinek <jakub@redhat.com>
33513
33514 PR target/69071
33515 * lra-eliminations.c (move_plus_up): Only move plus up
33516 if subreg of the constant can be simplified into constant
33517 and use the simplified subreg of the constant instead of
33518 the original constant.
33519
33520 * fold-const.c (fold_convertible_p): Don't return true
33521 for conversion of VECTOR_TYPE to same sized integral type.
33522 (fold_convert_loc): Fix up formatting. Fold conversion of
33523 VECTOR_TYPE to same sized integral type using VIEW_CONVERT_EXPR
33524 instead of NOP_EXPR.
33525
33526 PR tree-optimization/69214
33527 * tree-vrp.c (simplify_cond_using_ranges): Don't propagate
33528 innerop into a comparison if SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
33529 Formatting fix.
33530
33531 PR tree-optimization/69207
33532 * tree-vect-slp.c (vect_get_constant_vectors): For
33533 VECTOR_BOOLEAN_TYPE_P, assert op has integral type instead of
33534 fold_convertible_p to vector_type's element type, and always
33535 use VCE for non-VECTOR_BOOLEAN_TYPE_P.
33536
33537 2016-01-11 Richard Biener <rguenther@suse.de>
33538
33539 PR tree-optimization/69173
33540 * tree-vect-loop.c (vect_fixup_scalar_cycles_with_patterns): Only
33541 fixup the cycle if all stmts are in a pattern.
33542
33543 2016-01-11 Uros Bizjak <ubizjak@gmail.com>
33544
33545 PR middle-end/68999
33546 * alias.c (base_alias_check): Move check for addresses with
33547 alignment ANDs before the call for compare_base_decls.
33548 (memrefs_conflict_p): Return -1 for different decls
33549 that went through alignment adjustments.
33550
33551 2016-01-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
33552
33553 PR rtl-optimization/68796
33554 * config/aarch64/aarch64.md (*and<mode>_compare0): New pattern.
33555 * config/aarch64/aarch64.c (aarch64_select_cc_mode): Handle HImode
33556 and QImode comparisons against zero with CC_NZmode.
33557 * config/aarch64/iterators.md (short_mask): New mode_attr.
33558
33559 2016-01-11 H.J. Lu <hongjiu.lu@intel.com>
33560
33561 * config/i386/sse.md (<avx512>_load<mode>_mask): Remove snprintf.
33562 (<avx512>_store<mode>_mask): Likewise.
33563
33564 2016-01-11 Bernd Schmidt <bschmidt@redhat.com>
33565 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
33566
33567 PR rtl-optimization/68841
33568 * ifcvt.c (struct noce_if_info): Add orig_x field.
33569 (bbs_ok_for_cmove_arith): Add to_rename parameter.
33570 Don't record conflicts on to_rename if it's present.
33571 Allow memory destinations in sets.
33572 (noce_try_cmove_arith): Call bbs_ok_for_cmove_arith even on simple
33573 blocks, passing orig_x to the checks.
33574 (noce_process_if_block): Set if_info->orig_x appropriately.
33575
33576 2016-01-11 Tom de Vries <tom@codesourcery.com>
33577
33578 PR tree-optimization/69069
33579 * tree-parloops.c (create_parallel_loop): Add missing phi args.
33580
33581 2016-01-11 Yuri Rumyantsev <ysrumyan@gmail.com>
33582
33583 PR rtl-optimization/68920
33584 * config/i386/i386.c (ix86_option_override_internal): Restrict number
33585 of conditional moves for RTL if-conversion to 1 for
33586 TARGET_ONE_IF_CONV_INSN.
33587 * config/i386/i386.h (TARGET_ONE_IF_CONV_INSN): New macros.
33588 * config/i386/x86-tune.def (X86_TUNE_ONE_IF_CONV_INSN): New macros.
33589 * params.def (PARAM_MAX_RTL_IF_CONVERSION_INSNS) : Introduce new
33590 parameter to restirct number of conditional moves for
33591 RTL if-conversion.
33592 * doc/invoke.texi (max-rtl-if-conversion-insns): Document it.
33593 * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Limit number of
33594 conditionl moves.
33595
33596 2016-01-11 Alexandre Oliva <aoliva@redhat.com>
33597
33598 PR bootstrap/69123
33599 * var-tracking.c (drop_overlapping_mem_locs): Operate on all
33600 onepart vars. Fix typo in comment. Fix reversed condition in
33601 unshare test.
33602 (dataflow_set_remove_mem_locs): Operate on all onepart vars.
33603
33604 PR bootstrap/69123
33605 * var-tracking.c (dump_onepart_variable_differences): New.
33606 (dataflow_set_different): If a detailed dump is requested,
33607 delay early returns and dump differences between onepart
33608 variables present before and after, and added variables.
33609
33610 2016-01-11 Ilya Enkovich <enkovich.gnu@gmail.com>
33611
33612 PR target/69010
33613 * expr.c (expand_expr_real_1): For boolean vector constants
33614 with a scalar mode use const_scalar_mask_from_tree.
33615 (const_scalar_mask_from_tree): New.
33616 * optabs.c (expand_vec_cond_mask_expr): Use mask mode
33617 assigned to a mask type to handle constants.
33618
33619 2016-01-11 Martin Jambor <mjambor@suse.cz>
33620
33621 PR ipa/69044
33622 * ipa-cp.c (estimate_local_effects): Do not clone for removal of
33623 useless parameters if we cannot change function signature.
33624
33625 2016-01-11 Martin Jambor <mjambor@suse.cz>
33626
33627 PR ipa/66616
33628 * cgraphclones.c (duplicate_thunk_for_node): Copy can_change_signature
33629 flag.
33630
33631 2016-01-11 Tom de Vries <tom@codesourcery.com>
33632
33633 PR tree-optimization/69109
33634 * tree-parloops.c (try_transform_to_exit_first_loop_alt): Don't allow
33635 latch with phi.
33636
33637 2016-01-11 Tom de Vries <tom@codesourcery.com>
33638
33639 PR tree-optimization/69108
33640 * tree-parloops.c (gather_scalar_reductions): Handle case that outer phi
33641 res is not used in a phi.
33642
33643 2016-01-11 Yury Gribov <y.gribov@samsung.com>
33644
33645 PR 67425
33646 * common.opt (frandom-seed): Fix parameter name.
33647 * doc/invoke.texi (frandom-seed): Ditto and describe parameter.
33648
33649 2016-01-11 Tom de Vries <tom@codesourcery.com>
33650
33651 PR tree-optimization/69058
33652 * tree-parloops.c (pass_parallelize_loops::execute): Return 0 if libgomp
33653 not supported.
33654
33655 2016-01-11 Andrew Burgess <andrew.burgess@embecosm.com>
33656
33657 * config/arc/arc.opt (mdiv-rem): Add period to the end.
33658 (mcode-density): Likewise.
33659
33660 2016-01-10 Tom de Vries <tom@codesourcery.com>
33661
33662 PR tree-optimization/69062
33663 * tree-parloops.c (loop_has_phi_with_address_arg): New function.
33664 (parallelize_loops): Don't paralelize loop that has phi with address
33665 arg.
33666
33667 2016-01-10 Tom de Vries <tom@codesourcery.com>
33668
33669 PR tree-optimization/69039
33670 * tree-parloops.c (try_create_reduction_list): Only allow single exit
33671 phi for reduction.
33672
33673 2016-01-09 John David Anglin <danglin@gcc.gnu.org>
33674
33675 PR middle-end/68743
33676 * match.pd: Require target has function_c99_misc before doing
33677 truncl(extend(x)) and trunc(extend(x)) -> extend(truncf(x)), etc.
33678
33679 2016-01-09 Gerald Pfeifer <gerald@pfeifer.com>
33680
33681 * configure.ac (isl_options_set_schedule_serialize_sccs): Also
33682 use GMPINC.
33683 * configure: Regenerate.
33684
33685 2016-01-09 Jakub Jelinek <jakub@redhat.com>
33686
33687 PR middle-end/50865
33688 PR tree-optimization/69097
33689 * fold-const.h (expr_not_equal_to): New prototype.
33690 * fold-const.c: Include stringpool.h and tree-ssanames.h.
33691 (expr_not_equal_to): New function.
33692 * match.pd (X % -Y is the same as X % Y): Don't optimize
33693 unless X is known not to be equal to minimum or Y is known
33694 not to be equal to -1.
33695 * tree-vrp.c (simplify_div_or_mod_using_ranges): Add GSI argument.
33696 fold TRUNC_MOD_EXPR if the second argument is not a power of two.
33697 (simplify_stmt_using_ranges): Adjust caller.
33698 (vrp_finalize): Call set_value_range on SSA_NAMEs before calling
33699 substitute_and_fold.
33700
33701 2016-01-09 Jan Hubicka <hubicka@ucw.cz>
33702
33703 * ipa-icf.c (sem_item_optimizer::merge_classes): Do not ICE on VAR_DECL
33704 w/o DECL_NAME.
33705
33706 2016-01-08 Jakub Jelinek <jakub@redhat.com>
33707
33708 PR tree-optimization/69167
33709 * gimple-fold.c (replace_stmt_with_simplification): Also punt if
33710 new SSA_NAME_OCCURS_IN_ABNORMAL_PHI SSA_NAMEs appear in operands of
33711 ops[0] comparison.
33712 * gimple-match-head.c (maybe_push_res_to_seq): Likewise.
33713
33714 2016-01-08 Alan Lawrence <alan.lawrence@arm.com>
33715 Richard Biener <rguenther@suse.de>
33716
33717 PR tree-optimization/68707
33718 * tree-vect-slp.c (vect_analyze_slp_instance): Cancel permuted SLP
33719 instances that can be handled via vect_load_lanes.
33720
33721 2016-01-08 Uros Bizjak <ubizjak@gmail.com>
33722
33723 * symtab.c (symtab_node::equal_address_to): Return -1 instead of 2
33724 if we can't determine address equivalence.
33725 * alias.c (compare_base_decl): Update for changed return value of
33726 symtab_node::equal_address_to.
33727
33728 2016-01-08 Jason Merrill <jason@redhat.com>
33729
33730 PR c++/68983
33731 PR c++/67557
33732 * function.c (assign_temp): Guard against TREE_ADDRESSABLE types here.
33733 * expr.c (store_field): Not here.
33734 * tree-cfgcleanup.c (fixup_noreturn_call): Don't clear LHS of a
33735 call with TREE_ADDRESSABLE type.
33736 * tree-cfg.c (verify_gimple_call): Adjust.
33737
33738 2016-01-08 Olivier Hainque <hainque@adacore.com>
33739
33740 * config/vxworks.h (VXWORKS_LIBGCC_SPEC): Don't link shared RTPs with
33741 libc_internal.
33742
33743 2016-01-08 Alan Lawrence <alan.lawrence@arm.com>
33744
33745 * gcc.target/rs6000/paired.md (reduc_smax_v2sf): Rename to...
33746 (reduc_smax_scal_v2sf): ...here, make result SFmode, extract element.
33747 (reduc_smin_v2sf): Rename to...
33748 (reduc_smin_scal_v2sf): ...here, make result SFmode, extract element.
33749 (reduc_splus_v2sf): Rename to...
33750 (reduc_plus_scal_v2sf): ...here, make result SFmode, extract element.
33751
33752 2016-01-08 Jakub Jelinek <jakub@redhat.com>
33753
33754 PR tree-optimization/69162
33755 * gimplify.c (gimplify_va_arg_expr): Encode original type of
33756 valist argument in another argument.
33757 (gimplify_modify_expr): Adjust for the above change. Cleanup.
33758 * tree-stdarg.c (expand_ifn_va_arg_1): Use new 3rd argument
33759 to determine the va_list type, build a MEM_REF instead of
33760 build_fold_indirect_ref.
33761
33762 PR tree-optimization/69172
33763 * gimple-fold.c (gimple_fold_builtin_memory_chk): Pass type to
33764 gimple_build.
33765
33766 2016-01-08 Thomas Preud'homme <thomas.preudhomme@arm.com>
33767
33768 PR tree-optimization/67781
33769 * tree-ssa-math-opts.c (find_bswap_or_nop): Zero out bytes in cmpxchg
33770 and cmpnop in two steps: first the ones not accessed in original
33771 gimple expression in a endian independent way and then the ones not
33772 accessed in the final result in an endian-specific way.
33773
33774 2016-01-08 Jakub Jelinek <jakub@redhat.com>
33775
33776 PR tree-optimization/69083
33777 * tree-vect-slp.c (vect_get_constant_vectors): For
33778 VECTOR_BOOLEAN_TYPE_P assert op is fold_convertible_p to vector_type's
33779 element type. If op is fold_convertible_p to vector_type's element
33780 type, use NOP_EXPR instead of VCE.
33781
33782 2016-01-08 Segher Boessenkool <segher@kernel.crashing.org>
33783
33784 PR rtl-optimization/67778
33785 PR rtl-optimization/68634
33786 PR rtl-optimization/68909
33787 * shrink-wrap.c (try_shrink_wrapping): Add comment. Don't pop
33788 block from the stack until done with it. Remove a superfluous
33789 bitmap set. Remove a superfluous bitmap test.
33790
33791 2016-01-07 Martin Sebor <msebor@redhat.com>
33792
33793 PR c/68966
33794 * doc/extend.texi (__atomic Builtins, __sync Builtins): Document
33795 constraint on the type of arguments.
33796
33797 2016-01-07 Andreas Tobler <andreast@gcc.gnu.org>
33798
33799 * config/arm/freebsd.h: Rename SUBTARGET_OVERRIDE_OPTIONS to
33800 SUBTARGET_OVERRIDE_INTERNAL_OPTIONS. Adjust to check
33801 unaligned_access on the gcc_options set.
33802 * config/arm/arm.c (arm_option_override_internal): Use
33803 SUBTARGET_OVERRIDE_INTERNAL_OPTIONS.
33804
33805 2016-01-07 Uros Bizjak <ubizjak@gmail.com>
33806
33807 PR target/69140
33808 * config/i386/i386.c (ix86_frame_pointer_required): Enable
33809 frame pointer for TARGET_64BIT_MS_ABI when stack is misaligned.
33810
33811 2016-01-07 Uros Bizjak <ubizjak@gmail.com>
33812
33813 Revert
33814 2016-01-06 Uros Bizjak <ubizjak@gmail.com>
33815
33816 PR target/69140
33817 * config/i386/i386.c (ix86_expand_prologue): Declare fs.sp_valid
33818 depending on frame_pointer_needed before remaining integer and SSE
33819 registers are saved.
33820
33821 2016-01-07 Sandra Loosemore <sandra@codesourcery.com>
33822
33823 PR 1078
33824 * doc/extend.texi (Nvidia PDX Function Attributes): New section.
33825
33826 2016-01-07 H.J. Lu <hongjiu.lu@intel.com>
33827
33828 PR target/69171
33829 * config/i386/sse.md (<sse>_sqrt<mode>2<mask_name><round_name>):
33830 Use the "xBm" constraint.
33831 (float<sseintvecmodelower><mode>2<mask_name><round_name):
33832 Likewise.
33833 (sse_cvtsi2ss<round_name>): Use round_nimm_scalar_predicate.
33834 (sse_cvtsi2ssq<round_name>): Likewise.
33835 (sse_cvtss2si<round_name>): Likewise.
33836 (sse_cvtss2siq<round_name>): Likewise.
33837 (sse2_cvtsi2sdq<round_name>): Likewise.
33838 (sse2_cvtsd2si<round_name>): Likewise.
33839 (sse2_cvtsd2siq<round_name>): Likewise.
33840 * config/i386/subst.md (round_nimm_scalar_predicate): New
33841 predicate.
33842
33843 2015-12-15 Bernd Schmidt <bschmidt@redhat.com>
33844
33845 PR middle-end/67639
33846 * varasm.c (make_decl_rtl): Mark invalid register vars as
33847 DECL_EXTERNAL.
33848
33849 PR rtl-optimization/66206
33850 * bt-load.c (find_btr_use): Change first arg to be a pointer to an rtx.
33851 All callers changed.
33852
33853 2016-01-07 Jakub Jelinek <jakub@redhat.com>
33854
33855 PR tree-optimization/69141
33856 * tree-ssa-pre.c: Include langhooks.h.
33857 (eliminate_dom_walker::before_dom_children): Use
33858 lang_hooks.decl_printable_name instead of
33859 cgraph_node::get ()->name ().
33860
33861 PR middle-end/68960
33862 * gimple-expr.c (copy_var_decl): If var has DECL_USER_ALIGN set, copy
33863 it and DECL_ALIGN too.
33864
33865 2016-01-06 Robert Suchanek <robert.suchanek@imgtec.com>
33866
33867 * config/mips/mips-ftypes.def: Sort to lexicographical order.
33868
33869 2016-01-06 Uros Bizjak <ubizjak@gmail.com>
33870
33871 PR target/69140
33872 * config/i386/i386.c (ix86_expand_prologue): Declare fs.sp_valid
33873 depending on frame_pointer_needed before remaining integer and SSE
33874 registers are saved.
33875
33876 2015-01-06 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
33877
33878 * config/rs6000/vsx.md (*p9_vecload_<mode>): Replace VSX_M
33879 mode iterator with VSX_M2.
33880 (*p9_vecstore_<mode>): Likewise.
33881 (*vsx_le_permute_<mode>): Restrict to !TARGET_P9_VECTOR.
33882 (*vsx_le_perm_load_<mode> for VSX_LE_128): Likewise.
33883 (*vsx_le_perm_store_<mode> for VSX_LE_128): Likewise.
33884 (define_split for VSX_LE128 stores): Likewise.
33885 (define_peephole2 for TImode LE swaps): Likewise.
33886 (define_split for VSX_LE128 post-reload stores): Likewise.
33887
33888 2016-01-06 Marek Polacek <polacek@redhat.com>
33889
33890 PR sanitizer/69099
33891 * convert.c (convert_to_integer_1): Adjust call to
33892 ubsan_instrument_float_cast. Use NULL_TREE instead of NULL.
33893 * ubsan.c (ubsan_instrument_float_cast): Drop the ARG parameter. Use
33894 EXPR instead of ARG.
33895 * ubsan.h (ubsan_instrument_float_cast): Adjust declaration.
33896
33897 2016-01-05 Sandra Loosemore <sandra@codesourcery.com>
33898
33899 PR 1078
33900 * doc/extend.texi (RL78 Variable Attributes): New section.
33901
33902 2016-01-05 Marek Polacek <polacek@redhat.com>
33903
33904 PR c/69104
33905 * builtins.c (get_memmodel): Use expansion point location rather than
33906 the input location. Call warning_at rather than warning.
33907 (expand_builtin_atomic_compare_exchange): Likewise.
33908 (expand_builtin_atomic_load): Likewise.
33909 (expand_builtin_atomic_store): Likewise.
33910 (expand_builtin_atomic_clear): Likewise.
33911
33912 2016-01-05 H.J. Lu <hongjiu.lu@intel.com>
33913
33914 PR target/68991
33915 * config/i386/i386.c (ix86_expand_vector_logical_operator):
33916 Replace nonimmediate_operand with vector_operand.
33917 * config/i386/predicates.md (vector_operand): New predicate.
33918 (general_vector_operand): Replace nonimmediate_operand with
33919 vector_operand.
33920 * config/i386/sse.md: Replace nonimmediate_operand with
33921 vector_operand and m constraint with Bm constraint on SSE
33922 patterns with 16-byte memory operand.
33923 * config/i386/subst.md (round_nimm_predicate): Replace
33924 nonimmediate_operand with vector_operand.
33925 (round_saeonly_nimm_predicate): Likewise.
33926 (round_saeonly_nimm_scalar_predicate): New.
33927
33928 2016-01-05 H.J. Lu <hongjiu.lu@intel.com>
33929
33930 PR target/68991
33931 * config/i386/constraints.md (Bm): New constraint.
33932 * config/i386/predicates.md (vector_memory_operand): New
33933 predicate.
33934 * config/i386/sse.md: Replace xm with xBm in plusminus and
33935 any_logic patterns.
33936
33937 2016-01-05 Sandra Loosemore <sandra@codesourcery.com>
33938
33939 PR 1078
33940 * doc/extend.texi (V850 Function Attributes): New section.
33941 (V850 Variable Attributes): New section.
33942
33943 2016-01-05 Sandra Loosemore <sandra@codesourcery.com>
33944
33945 PR 1078
33946 * doc/extend.texi (MicroBlaze Function Attributes): Document
33947 interrupt_handler and fast_interrupt attributes.
33948
33949 2016-01-05 Sergei Trofimovich <siarheit@google.com>
33950
33951 PR other/60465
33952 * config/ia64/ia64.c (ia64_expand_load_address): Use gprel64
33953 for local symbolic operands.
33954 * config/ia64/predicates.md (local_symbolic_operand64): New
33955 predicate.
33956
33957 2016-01-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
33958
33959 PR rtl-optimization/68651
33960 * combine.c (combine_simplify_rtx): Canonicalize x + x into
33961 x << 1.
33962
33963 2016-01-05 Nathan Sidwell <nathan@acm.org>
33964
33965 * alias.c (compare_base_decls): Use symtab_node::get.
33966
33967 2016-01-05 Nick Clifton <nickc@redhat.com>
33968
33969 PR target/68770
33970 * ira-costs.c (copy_cost): Initialise the t_icode field of the
33971 secondary_reload_info structure.
33972
33973 PR target/66655
33974 * config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Define to use weak
33975 decls if weak support is available.
33976
33977 2016-01-04 Martin Sebor <msebor@redhat.com>
33978
33979 * doc/invoke.texi (Warning Options): Document -Winvalid-memory-model.
33980
33981 2016-01-04 Michael Meissner <meissner@linux.vnet.ibm.com>
33982
33983 * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
33984 OPTION_MASK_P9_DFORM.
33985
33986 * config/rs6000/constraints.md (wo constraint): New constraint for
33987 ISA 3.0 (power9).
33988
33989 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add support
33990 for wo constraint.
33991 (rs6000_init_hard_regno_mode_ok): Likewise.
33992
33993 * config/rs6000/rs6000.h (r6000_reg_class_enum): Add support for
33994 wo constraint.
33995
33996 * config/rs6000/altivec.md (altivec_vperm_<mode>): Clean up vperm
33997 expanders not to have constraints. Add support for ISA 3.0 xxperm
33998 instruction. Add support for fusing xxlor with xxperm.
33999 (altivec_vperm_<mode>_internal): Likewise.
34000 (altivec_vperm_v8hiv16qi): Likewise.
34001 (altivec_vperm_<mode>v16q): Likewise.
34002 (altivec_vperm_<mode>_uns): Likewise.
34003 (vperm_v8hiv4si): Likewise.
34004 (vperm_v16qiv8hi): Likewise.
34005
34006 * doc/md.texi (RS/6000 constraints): Document wo constraint.
34007
34008 2016-01-04 Jakub Jelinek <jakub@redhat.com>
34009
34010 Update copyright years.
34011
34012 * gcc.c (process_command): Update copyright notice dates.
34013 * gcov-dump.c (print_version): Ditto.
34014 * gcov.c (print_version): Ditto.
34015 * gcov-tool.c (print_version): Ditto.
34016 * gengtype.c (create_file): Ditto.
34017 * doc/cpp.texi: Bump @copying's copyright year.
34018 * doc/cppinternals.texi: Ditto.
34019 * doc/gcc.texi: Ditto.
34020 * doc/gccint.texi: Ditto.
34021 * doc/gcov.texi: Ditto.
34022 * doc/install.texi: Ditto.
34023 * doc/invoke.texi: Ditto.
34024
34025 2016-01-04 Eric Botcazou <ebotcazou@adacore.com>
34026
34027 * config/arm/arm.c (aapcs_vfp_allocate_return_reg): Treat all integer
34028 modes larger than TImode as TImode if NEON is not enabled.
34029
34030 2016-01-04 Eric Botcazou <ebotcazou@adacore.com>
34031
34032 PR target/69100
34033 * config/sparc/sparc.h (FUNCTION_ARG_REGNO_P): Return true in 64-bit
34034 mode for %f0-%f31 only if TARGET_FPU.
34035
34036 2016-01-04 Eric Botcazou <ebotcazou@adacore.com>
34037
34038 PR target/69072
34039 * config/sparc/sparc.c (scan_record_type): Take into account subfields
34040 to compute the PACKED_P predicate.
34041 (function_arg_record_value): Minor tweaks.
34042
34043 2016-01-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
34044
34045 * doc/install.texi (--with-multilib-list): Describe the meaning of the
34046 option for arm*-*-* targets.
34047
34048 2016-01-03 Sandra Loosemore <sandra@codesourcery.com>
34049
34050 * doc/extend.texi (Common Function Attributes): Move docs for
34051 MSP430-specific attributes to....
34052 (MSP430 Function Attributes): ...here. Delete the redundant
34053 entries and copy-edit the remaining text.
34054 (MSP430 Variable Attributes): Use uniform format for index
34055 entries and add a cross-reference to the corresponding function
34056 attribute docs.
34057
34058 2016-01-03 Vladimír Čunát <vcunat@gmail.com>
34059
34060 * doc/invoke.texi (RS/6000 and PowerPC Options): Fix
34061 -finite-math typo.
34062 (x86 Options): Likewise.
34063
34064 2016-01-01 Sandra Loosemore <sandra@codesourcery.com>
34065
34066 PR 1078
34067
34068 * extend.texi (Common Function Attributes) <no_stack_limit>: New.
34069 * invoke.texi (Code Gen Options) <-fno-stack-limit>: Add pointer
34070 to corresponding attribute.
34071
34072 2016-01-01 Sandra Loosemore <sandra@codesourcery.com>
34073
34074 * doc/extend.texi (Common Function Attributes) <noplt>: Move
34075 to correct alphabetization of table. Copy-edit and correct
34076 markup.
34077 <stack_protect>: Likewise.
34078 <target_clones>: Likewise.
34079 <simd>: Likewise.
34080 * doc/invoke.texi (Optimize Options) <-fstack-protector-explicit>:
34081 Correct punctuation.
34082 (Code Gen Options) <-fno-plt>: Copy-edit.
34083
34084 2016-01-01 Bernd Edlinger <bernd.edlinger@hotmail.de>
34085
34086 PR target/68917
34087 * config/tilegx/tilegx.md (clzsi2): Don't create DI subregs of
34088 SI values. Explicitly convert SI to DI and vice-versa.
34089
34090 2016-01-01 Jakub Jelinek <jakub@redhat.com>
34091
34092 PR tree-optimization/69070
34093 * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Only test
34094 REAL_VALUE_ISSIGNALING_NAN on arg0 if arg0 is a REAL_CST.
34095
34096 PR sanitizer/69055
34097 * ubsan.c (ubsan_instrument_float_cast): Call
34098 initialize_sanitizer_builtins.
34099
34100 PR target/69015
34101 * ifcvt.c (find_cond_trap): Give up if returnjump_p (jump).
34102 \f
34103 Copyright (C) 2016 Free Software Foundation, Inc.
34104
34105 Copying and distribution of this file, with or without modification,
34106 are permitted in any medium without royalty provided the copyright
34107 notice and this notice are preserved.