[4/7] Add a gather_scatter_info structure
[official-gcc.git] / gcc / ChangeLog
blobe911b16a62808a8e2107e8d2112dd2ddee7a734e
1 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
3         * tree-vectorizer.h (gather_scatter_info): New structure.
4         (vect_check_gather_scatter): Return a bool rather than a decl.
5         Replace return-by-pointer arguments with a single
6         gather_scatter_info *.
7         * tree-vect-data-refs.c (vect_check_gather_scatter): Likewise.
8         (vect_analyze_data_refs): Update call accordingly.
9         * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Likewise.
10         (vectorizable_mask_load_store): Likewise.  Also record the
11         offset dt and vectype in the gather_scatter_info.
12         (vectorizable_store): Likewise.
13         (vectorizable_load): Likewise.
15 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
17         * tree-vect-stmts.c (vect_model_store_cost): For non-SLP
18         strided groups, use the cost of N scalar accesses instead
19         of ncopies vector accesses.
20         (vect_model_load_cost): Likewise.
22 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
24         * tree-vect-stmts.c (vect_cost_group_size): Delete.
25         (vect_model_store_cost): Avoid calling it.  Use first_stmt_p
26         variable to indicate when once-per-group costs are being used.
27         (vect_model_load_cost): Likewise.  Fix comment and misindented code.
29 2016-07-06  Richard Sandiford  <richard.sandiford@arm.com>
31         * tree-vect-stmts.c (vectorizable_load): Remove unnecessary
32         peeling-for-gaps condition.
34 2016-07-06  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
36         * config/s390/s390.c (s390_expand_vec_init): Force initializer
37         element to register if it doesn't match general_operand.
39 2016-07-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
40             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
42         * config/rs6000/rs6000-protos.h (rs6000_split_signbit): New
43         prototype.
44         * config/rs6000/rs6000.c (rs6000_split_signbit): New function.
45         * config/rs6000/rs6000.md (UNSPEC_SIGNBIT): New constant.
46         (SIGNBIT): New mode iterator.
47         (Fsignbit): New mode attribute.
48         (signbit<mode>2): Change operand1 to match FLOAT128 instead of
49         IBM128; dispatch to gen_signbit{kf,tf}2_dm for __float128
50         when direct moves are available.
51         (signbit<mode>2_dm): New define_insn_and_split).
52         (signbit<mode>2_dm2): New define_insn.
54 2016-07-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
56         PR rtl-optimization/71594
57         * ifcvt.c (noce_convert_multiple_sets): Wrap new_val or old_val
58         into subregs of appropriate mode before trying to emit a conditional
59         move.
61 2016-07-05  Jan Hubicka  <jh@suse.cz>
63         * tree-scalar-evolution.c (iv_can_overflow_p): New function.
64         (simple_iv): Use it.
66 2016-07-05  Jan Hubicka  <jh@suse.cz>
68         * tree-ssa-loop-niter.c (nowrap_type_p): Use ANY_INTEGRAL_TYPE_P.
70 2016-07-05  Jiong Wang  <jiong.wang@arm.com>
72         * lra-constraints.c (process_alt_operands): Don't add spilling cost for
73         "offmemok".
75 2016-07-05  Jan Hubicka  <jh@suse.cz>
77         * tree-scalar-evoluiton.c (simple_iv): Use nowrap_type to check if
78         IV can overflow.
80 2016-07-05  Richard Biener  <rguenther@suse.de>
82         * gimple-ssa-split-paths.c (find_block_to_duplicate_for_splitting_pa):
83         Handle empty else block.
84         (is_feasible_trace): Likewise.
85         (split_paths): Likewise.
87 2016-07-05  Richard Biener  <rguenther@suse.de>
89         * tree-loop-distribution.c (distribute_loop): Fix issue with
90         the cost model loop.
92 2016-07-05  Christophe Lyon  <christophe.lyon@linaro.org>
94         * config/arm/neon-testgen.ml: Delete.
95         * config/arm/neon.ml: Delete.
97 2016-07-04  Jakub Jelinek  <jakub@redhat.com>
99         PR c++/71739
100         * tree.c (attribute_value_equal): Use get_attribute_name instead of
101         directly using TREE_PURPOSE.
103 2016-07-04  Jiong Wang  <jiong.wang@arm.com>
105         * config/aarch64/aarch64.h: Rename "ARMv8.1" to "ARMv8.1-A".
106         * config/aarch64/aarch64_neon.h: Likewise.
107         * config/aarch64/arm_neon.h: Likewise.
108         * config/aarch64/atomics.md: Likewise.
109         * config/aarch64/aarch64-simd-builtins.def: Likewise.
110         * doc/invoke.texi: Likewise.
112 2016-07-04  Dominik Vogt  <vogt@linux.vnet.ibm.com>
114         * config/s390/s390.md: Add "z13" cpu_facility.
115         ("*mov<mode>cc"): Add support for z13 instructions lochi and locghi.
116         * config/s390/predicates.md ("loc_operand"): New predicate for "load on
117         condition" type instructions.
119 2016-07-04  Dominik Vogt  <vogt@linux.vnet.ibm.com>
120             Jeff Law  <law@redhat.com>
122         * explow.c (allocate_dynamic_stack_space): Simplify knowing that
123         MUST_ALIGN was always true and extra_align ist always BITS_PER_UNIT.
125 2016-07-04  Yuri Rumyantsev  <ysrumyan@gmail.com>
127         * config/i386/i386.c (ix86_expand_vec_perm): Add handle one-operand
128         permutation for TARGET_AVX512F.
129         (ix86_expand_vec_one_operand_perm_avx512): New function.
130         (expand_vec_perm_1): Invoke introduced function.
131         * tree-vect-loop.c (vect_transform_loop): Clear-up safelen value since
132         it may be not valid after vectorization.
134 2016-07-04  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
136         PR target/63874
137         * config/aarch64/aarch64.c (aarch64_classify_symbol): Fix
138         typo in comment.  Only force to memory if it is a weak
139         external reference.
141 2016-07-04  Matthew Wahab  <matthew.wahab@arm.com>
142             Jiong Wang  <jiong.wang@arm.com>
144         * config/aarch64/aarch64-arches.def: Add "armv8.2-a".
145         * config/aarch64/aarch64.h (AARCH64_FL_V8_2): New.
146         (AARCH64_FL_F16): New.
147         (AARCH64_FL_FOR_ARCH8_2): New.
148         (AARCH64_ISA_8_2): New.
149         (AARCH64_ISA_F16): New.
150         (TARGET_FP_F16INST): New.
151         (TARGET_SIMD_F16INST): New.
152         * config/aarch64/aarch64-option-extensions.def ("fp16"): New entry.
153         ("fp"): Disabling "fp" also disables "fp16".
154         * config/aarch64/aarch64-c.c (arch64_update_cpp_builtins): Conditionally define
155         __ARM_FEATURE_FP16_SCALAR_ARITHMETIC and __ARM_FEATURE_FP16_VECTOR_ARITHMETIC.
156         * doc/invoke.texi (AArch64 Options): Document "armv8.2-a" and "fp16".
158 2016-07-04  Jan Beulich  <jbeulich@suse.com>
160         * gcc.c (default_compilers["@c-header"]): Conditionalize "-o".
162 2016-07-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
164         PR target/71720
165         * config/rs6000/vsx.md (vsx_splat_v4sf_internal): When splitting
166         the insns, use an insn form that does not adjust the offset on
167         little endian systems.
169 2016-07-01  Jan Beulich  <jbeulich@suse.com>
171         * varasm.c (get_variable_section): Validate initializer in
172         named .bss-like sections.
174 2016-07-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>
176         * config/rs6000/altivec.md (*altivec_vpermr_<mode>_internal):
177         Exchange the order of the second and third operands in the vpermr
178         instruction tmeplate.
180 2016-07-01  Peter Bergner  <bergner@vnet.ibm.com>
182         PR target/71698
183         * config/rs6000/rs6000.c (rs6000_secondary_reload_simple_move): Disallow
184         TDmode values.
186 2016-07-01  Alan Modra  <amodra@gmail.com>
188         PR rtl-optimization/71709
189         * ira-lives.c (find_call_crossed_cheap_reg): Exit loop on arg reg
190         being set, not referenced.
192 2016-07-01  Yuri Rumyantsev  <ysrumyan@gmail.com>
194         PR tree-optimization/70729
195         * tree-vectorizer.c (adjust_simduid_builtins): Nullify safelen field
196         of loop since it can be not valid after transformation.
198 2016-07-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
200         * config/arm/arm.c (thumb_reload_in_hi): Delete.
201         * config/arm/arm-protos.h (thumb_reload_in_hi): Delete prototype.
203 2016-07-01  Eric Botcazou  <ebotcazou@adacore.com>
205         * config/arm/arm.c (arm_function_ok_for_sibcall): Add another check
206         for NULL decl.
208 2016-06-30  Michael Meissner  <meissner@linux.vnet.ibm.com>
210         PR target/71677
211         * config/rs6000/constraints.md (wY constraint): New constraint to
212         match the requirements for the LXSD and STXSD instructions.
213         * config/rs6000/predicates.md (offsettable_mem_14bit_operand): New
214         predicate to match the requirements for the LXSD and STXSD
215         instructions.
216         * config/rs6000/rs6000.md (mov<mode>_hardfloat32, FMOVE64 case):
217         Use constaint wY for LXSD/STXSD instructions instead of 'o' or 'Y'
218         to make sure that the bottom 2 bits of offset are 0, the address
219         form is offsettable, and no updating is done in the address mode.
220         (mov<mode>_hardfloat64, FMOVE64 case): Likewise.
221         (movdi_internal32): Likewise
222         (movdi_internal64): Likewise.
224 2016-06-30  Jakub Jelinek  <jakub@redhat.com>
226         PR tree-optimization/71707
227         * tree-ssa-strlen.c (get_stridx_plus_constant): Handle already present
228         strinfo even for ADDR_EXPR ptr.
230 2016-06-30  Kelvin Nilsen  <kelvin@gcc.gnu.org>
232         * config/rs6000/altivec.md (darn_32): Change the condition to
233         TARGET_P9_MISC instead of TARGET_MODULO.
234         (darn_raw): Replace TARGET_MODULO with TARGET_P9_MISC in the
235         condition expression.
236         (darn): Replace TARGET_MODULO with TARGET_P9_MISC in the
237         condition expression.
238         * config/rs6000/dfp.md (UNSPEC_DTSTSFI): New unspec constant.
239         (DFP_TEST): New code iterator.
240         (dfptstsfi_<code>_mode>): New define_expand.
241         (*dfp_sgnfcnc_<mode>): New define_insn.
242         * config/rs6000/rs6000-builtin.def (BU_P9_MISC_0): Move this macro
243         definition next to BU_P9_MISC_1 definition and change the MASK
244         value to RS6000_BTM_P9_MISC.
245         (BU_P9_MISC_1): Change the MASK value to RS6000_BTM_P9_MISC.
246         (BU_P9_64BIT_MISC_0): Likewise.
247         (BU_P9_DFP_MISC_0): New macro definition.
248         (BU_P9_DFP_MISC_1): New macro definition.
249         (BU_P9_DFP_MISC_2): New macro definition.
250         (BU_P9_DFP_OVERLOAD_1): New macro definition.
251         (BU_P9_DFP_OVERLOAD_2): New macro definition.
252         (BU_P9_DFP_OVERLOAD_3): New macro definition.
253         (TSTSFI_LT_DD): New BU_P9_DFP_MISC_2.
254         (TSTSFI_LT_TD): Likewise.
255         (TSTSFI_EQ_DD): Likewise.
256         (TSTSFI_EQ_TD): Likewise.
257         (TSTSFI_GT_DD): Likewise.
258         (TSTSFI_GT_TD): Likewise.
259         (TSTSFI_OV_DD): Likewise.
260         (TSTSFI_OV_TD): Likewise.
261         (TSTSFI_LT): New BU_P9_DFP_OVERLOAD_2.
262         (TSTSFI_LT_DD): Likewise.
263         (TSTSFI_LT_TD): Likewise.
264         (TSTSFI_EQ): Likewise.
265         (TSTSFI_EQ_DD): Likewise.
266         (TSTSFI_EQ_TD): Likewise.
267         (TSTSFI_GT): Likewise.
268         (TSTSFI_GT_DD): Likewise.
269         (TSTSFI_GT_TD): Likewise.
270         (TSTSFI_OV): Likewise.
271         (TSTSFI_OV_DD): Likewise.
272         (TSTSFI_OV_TD): Likewise.
273         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
274         overloaded test significance functions.
275         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
276         OPTION_MASK_P9_MISC into the representation of this mask.
277         (POWERPC_MASKS): Add OPTION_MASK_P9_MISC into the representation
278         of this mask.
279         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Set the
280         RS6000_BTM_P9_MISC flag in the return value if TARGET_P9_MISC is
281         non-zero.
282         (rs6000_expand_binop_builtin): Enforce that argument 0 of the exp
283         argument is a 6-bit unsigned literal value if the icode argument
284         represents a DFP test significance built-in call.
285         (rs6000_invalid_builtin): Add support for the RS6000_BTM_P9_MISC
286         flag used independently and in combination with the
287         RS6000_BTM_64BIT flag.
288         (rs6000_opt_masks): Add entry for power9-misc command-line option.
289         (rs6000_builtin_mask_names): Add entry for power9-misc
290         command-line option.
291         * config/rs6000/rs6000.h: Redefine TARGET_P9_MISC as 0 if
292         HAVE_AS_POWER9 is not a defined macro.  Define MASK_P9_MISC and
293         RS6000_BTM_P9_MISC macros.
294         * config/rs6000/rs6000.opt: Add support for the -mpower9-misc
295         option and change the description of the -mpower9-vector option to
296         enable only vector instructions, removing its erroneously claimed
297         support for scalar instructions.
298         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
299         the ISA 3.0 digital floating point test significance built-in
300         functions.
302 2016-06-30  Wilco Dijkstra  <wdijkstr@arm.com>
304         * config/aarch64/aarch64.c (cortexa35_tunings):
305         Enable AES fusion.  Use cortexa57_branch_cost.
306         (cortexa53_tunings): Use cortexa57_branch_cost.
307         (cortexa72_tunings): Use cortexa57_branch_cost.
308         Use AUTOPREFETCHER_WEAK.
309         (cortexa73_tunings): Use cortexa57_branch_cost.
311 2016-06-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
312             James Greenhalgh  <james.greenhalgh@arm.com>
314         * config/aarch64/arm_neon.h (vcopyq_lane_f32, vcopyq_lane_f64,
315         vcopyq_lane_p8, vcopyq_lane_p16, vcopyq_lane_s8, vcopyq_lane_s16,
316         vcopyq_lane_s32, vcopyq_lane_s64, vcopyq_lane_u8, vcopyq_lane_u16,
317         vcopyq_lane_u32, vcopyq_lane_u64): Reimplement in C.
318         (vcopy_lane_f32, vcopy_lane_f64, vcopy_lane_p8, vcopy_lane_p16,
319         vcopy_lane_s8, vcopy_lane_s16, vcopy_lane_s32, vcopy_lane_s64,
320         vcopy_lane_u8, vcopy_lane_u16, vcopy_lane_u32, vcopy_lane_u64,
321         vcopy_laneq_f32, vcopy_laneq_f64, vcopy_laneq_p8, vcopy_laneq_p16,
322         vcopy_laneq_s8, vcopy_laneq_s16, vcopy_laneq_s32, vcopy_laneq_s64,
323         vcopy_laneq_u8, vcopy_laneq_u16, vcopy_laneq_u32, vcopy_laneq_u64,
324         vcopyq_laneq_f32, vcopyq_laneq_f64, vcopyq_laneq_p8, vcopyq_laneq_p16,
325         vcopyq_laneq_s8, vcopyq_laneq_s16, vcopyq_laneq_s32, vcopyq_laneq_s64,
326         vcopyq_laneq_u8, vcopyq_laneq_u16, vcopyq_laneq_u32, vcopyq_laneq_u64):
327         New intrinsics.
329 2016-06-30  James Greenhalgh  <james.greenhalgh@arm.com>
330             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
332         * config/aarch64/aarch64-simd.md (*aarch64_simd_vec_copy_lane<mode>):
333         New define_insn.
334         (*aarch64_simd_vec_copy_lane_<vswap_width_name><mode>): Likewise.
336 2016-06-30  David Malcolm  <dmalcolm@redhat.com>
338         PR driver/71651
339         * gcc.c (driver::build_option_suggestions): Pass "option" to
340         add_misspelling_candidates.
341         * opts-common.c (add_misspelling_candidates): Add "option" param;
342         use it to avoid adding negated forms for options marked with
343         RejectNegative.
344         * opts.h (add_misspelling_candidates): Add "option" param.
346 2016-06-30  Jakub Jelinek  <jakub@redhat.com>
348         PR middle-end/71693
349         * fold-const.c (fold_binary_loc) <case RROTATE_EXPR>: Cast
350         TREE_OPERAND (arg0, 0) and TREE_OPERAND (arg0, 1) to type
351         first when permuting bitwise operation with rotate.  Cast
352         TREE_OPERAND (arg0, 0) to type when cancelling two rotations.
354 2016-06-29  David Malcolm  <dmalcolm@redhat.com>
356         * opts.c (handle_param): Use find_param_fuzzy to offer suggestions
357         for misspelled param names.
358         * params.c: Include spellcheck.h.
359         (find_param_fuzzy): New function.
360         * params.h (find_param_fuzzy): New prototype.
361         * spellcheck.c (struct edit_distance_traits<const char *>): Move
362         to...
363         * spellcheck.h (struct edit_distance_traits<const char *>):
364         ...here.
366 2016-06-29  Michael Meissner  <meissner@linux.vnet.ibm.com>
368         * config/rs6000/predicates.md (const_0_to_7_operand): New
369         predicate, recognize 0..7.
370         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
371         support for doing extracts from V16QImode, V8HImode, V4SImode
372         under ISA 3.0.
373         * config/rs6000/vsx.md (VSX_EXTRACT_I): Mode iterator for ISA 3.0
374         vector extract support.
375         (VSX_EXTRACT_PREDICATE): Mode attribute to validate element number
376         for ISA 3.0 vector extract.
377         (VSX_EX): Constraints to use for ISA 3.0 vector extract.
378         (vsx_extract_<mode>, VSX_EXTRACT_I): Add support for doing
379         extracts of a constant element number from small integer vectors
380         on 64-bit ISA 3.0 systems.
381         (vsx_extract_<mode>_di): Likewise.
382         * config/rs6000/rs6000.h (TARGET_VEXTRACTUB): New target macro to
383         say when we can do ISA 3.0 vector extracts.
384         * config/rs6000/rs6000.md (stfiwx): Allow DImode in Altivec
385         registers, using the stxsiwx instruction.
387 2016-06-29  Jim Wilson  <jim.wilson@linaro.org>
389         * config/aarch64/aarch64-cores.def (qdf24xx): Use qdf24xx tuning.
390         * config/aarch64/aarch64.c (qdf24xx_addrcost_table,
391         qdf24xx_regmove_cost, qdf24xx_tunings): New.
392         * config/arm/aarch64-cost-tables.h (qdf24xx_extra_costs): New.
393         * config/arm/arm-cores.def (qdf24xx): Use qdf24xx tuning.
394         * config/arm/arm.c (arm_qdf24xx_tune): New.
396 2016-06-29  Wilco Dijkstra  <wdijkstr@arm.com>
398         * config/aarch64/aarch64.c (cortexa53_tunings):
399         Increase loop alignment to 8.  Set function alignment to 16.
400         (cortexa35_tunings): Likewise.
401         (cortexa57_tunings): Increase loop alignment to 8.
402         (cortexa72_tunings): Likewise.
403         (cortexa73_tunings): Likewise.
405 2016-06-29  Matthew Wahab  <matthew.wahab@arm.com>
407         * doc/sourcebuild.texi (Effective-Target keywords): Add entries
408         for arm_fp16_ok and arm_fp16_hw.
409         (Add Options): Add entries for arm_fp16, arm_fp16_ieee and
410         arm_fp16_alternative.
412 2016-06-29  Ilya Enkovich  <ilya.enkovich@intel.com>
414         PR tree-optimization/71655
415         * tree-vect-stmts.c (vectorizable_comparison): Swap definition
416         types when swapping operands.
418 2016-06-29  Martin Liska  <mliska@suse.cz>
420         PR middle-end/71585
421         * common.opt (flag_stack_protect): Mark the flag as optimization
422         flag.
423         * ipa-inline-transform.c (inline_call): Remove unnecessary call
424         of build_optimization_node.
426 2016-06-29  Yuri Rumyantsev  <ysrumyan@gmail.com>
428         PR tree-optimization/70729
429         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Consider memory reference as
430         independent in loops having positive safelen value.
431         * tree-vect-loop.c (vect_transform_loop): Clear-up safelen value since
432         it may be not valid after vectorization.
434 2016-06-29  Jakub Jelinek  <jakub@redhat.com>
436         PR tree-optimization/71625
437         * tree-ssa-strlen.c (get_addr_stridx): Add PTR argument.  Assume list
438         is sorted by ascending list->offset.  If PTR is non-NULL and there is
439         previous strinfo, call get_stridx_plus_constant.
440         (get_stridx): Pass exp as second argument to get_addr_stridx.
441         (addr_stridxptr): Add missing list = list->next, so that there can be
442         more than one entries in the list.  Bump limit from 16 to 32.  Ensure
443         the list is sorted by ascending list->offset.
444         (get_stridx_plus_constant): Adjust so that it can be also called with
445         ADDR_EXPR instead of SSA_NAME as PTR.
446         (handle_char_store): Pass NULL_TREE as second argument to
447         get_addr_stridx.
449 2016-06-29  Richard Biener  <rguenther@suse.de>
451         PR rtl-optimization/68961
452         * simplify-rtx.c (simplify_subreg): Handle VEC_CONCAT like CONCAT.
454 2016-06-29  Richard Biener  <rguenther@suse.de>
456         PR middle-end/71002
457         * alias.c (component_uses_parent_alias_set_from): Handle
458         type punning through union accesses by using the union alias set.
459         * gimple.c (gimple_get_alias_set): Remove union type punning case.
461 2016-07-29  Richard Biener  <rguenther@suse.de>
463         * match.pd ((T)(T2)x -> (T)x): Remove restriction on final
464         precision not matching mode precision.
466 2016-06-28  John David Anglin  <danglin@gcc.gnu.org>
468         * config/pa/pa.md (call_symref_64bit_post_reload): Don't call
469         pa_output_arg_descriptor.
470         (call_val_symref_64bit_post_reload): Likewise.
471         (call_val_powf_64bit_post_reload): Likewise.
472         (sibcall_internal_symref_64bit): Likewise.
473         (sibcall_value_internal_symref_64bit): Likewise.
475 2016-06-28  Jakub Jelinek  <jakub@redhat.com>
477         PR middle-end/71626
478         * config/i386/i386.c (ix86_expand_vector_move): For SUBREG of
479         a constant, force its SUBREG_REG into memory or register instead
480         of whole op1.
482 2016-06-28  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
484         PR target/58655
485         * config/avr/avr.opt (-mfract-convert-truncate): Update description.
486         * doc/invoke.texi (AVR Options): Document it.
488 2016-06-28  Walter Lee  <walt@tilera.com>
490         * config/tilegx/linux.h: Do not include arch/icache.h
491         (CLEAR_INSN_CACHE): Provide inlined definition directly.
492         * config/tilepro/linux.h: Do not include arch/icache.h
493         (CLEAR_INSN_CACHE): Provide inlined definition directly.
495 2016-06-28  Wilco Dijkstra  <wdijkstr@arm.com>
497         * tree-ssa-math-opts.c (find_bswap_or_nop_1): Adjust bitnumbering
498         for big-endian BIT_FIELD_REF.
500 2016-06-28  Pat Haugen  <pthaugen@us.ibm.com>
502         * config/rs6000/rs6000.md ('type' attribute): Add htmsimple/dfp types.
503         ('size' attribute): Add '128'.
504         Include power9.md.
505         (*mov<mode>_hardfloat32, *mov<mode>_hardfloat64, *movdi_internal32,
506         *movdi_internal64, *movdf_update1): Set size attribute to '64'.
507         (add<mode>3, sub<mode>3, mul<mode>3, div<mode>3, sqrt<mode>2,
508         copysign<mode>3, neg<mode>2_hw, abs<mode>2_hw, *nabs<mode>2_hw,
509         *fma<mode>4_hw, *fms<mode>4_hw, *nfma<mode>4_hw, *nfms<mode>4_hw,
510         extend<SFDF:mode><IEEE128:mode>2_hw, trunc<mode>df2_hw,
511         *xscvqp<su>wz_<mode>, *xscvqp<su>dz_<mode>, *xscv<su>dqp_<mode>,
512         *trunc<mode>df2_odd): Set size attribute to '128'.
513         (*cmp<mode>_hw): Change type to veccmp and set size attribute to '128'.
514         * config/rs6000/power6.md (power6-fp): Include dfp type.
515         * config/rs6000/power7.md (power7-fp): Likewise.
516         * config/rs6000/power8.md (power8-fp): Likewise.
517         * config/rs6000/power9.md: New file.
518         * config/rs6000/t-rs6000 (MD_INCLUDES): Add power9.md.
519         * config/rs6000/htm.md (*tabort, *tabort<wd>c, *tabort<wd>ci,
520         *trechkpt, *treclaim, *tsr, *ttest): Change type attribute to
521         htmsimple.
522         * config/rs6000/dfp.md (extendsddd2, truncddsd2, extendddtd2,
523         trunctddd2, adddd3, addtd3, subdd3, subtd3, muldd3, multd3, divdd3,
524         divtd3, *cmpdd_internal1, *cmptd_internal1, floatdidd2, floatditd2,
525         ftruncdd2, fixdddi2, ftrunctd2, fixtddi2, dfp_ddedpd_<mode>,
526         dfp_denbcd_<mode>, dfp_dxex_<mode>, dfp_diex_<mode>, dfp_dscli_<mode>,
527         dfp_dscri_<mode>): Change type attribute to dfp.
528         * config/rs6000/crypto.md (crypto_vshasigma<CR_char>): Change type
529         attribute to vecsimple.
530         * config/rs6000/rs6000.c (power9_cost): Update costs, cache size
531         and prefetch streams.
532         (rs6000_option_override_internal): Remove temporary code setting
533         tuning to power8.  Don't set rs6000_sched_groups for power9.
534         (last_scheduled_insn): Change to rtx_insn *.
535         (divide_cnt, vec_load_pendulum): New variables.
536         (rs6000_adjust_cost): Add Power9 to test for store->load separation.
537         (rs6000_issue_rate): Set issue rate for Power9.
538         (is_power9_pairable_vec_type): New.
539         (power9_sched_reorder2): New.
540         (rs6000_sched_reorder2): Call new function for Power9 specific
541         reordering.
542         (insn_must_be_first_in_group): Remove Power9.
543         (insn_must_be_last_in_group): Likewise.
544         (force_new_group): Likewise.
545         (rs6000_sched_init): Fix initialization of last_scheduled_insn.
546         Initialize divide_cnt/vec_load_pendulum.
547         (_rs6000_sched_context, rs6000_init_sched_context,
548         rs6000_set_sched_context): Handle context save/restore of new
549         variables.
551 2016-06-28  Richard Biener  <rguenther@suse.de>
553         * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p):
554         Properly handle DECL_BIT_FIELD_REPRESENTATIVE occuring as
555         COMPONENT_REF operand.
556         (nonoverlapping_component_refs_p): Likewise.
557         * stor-layout.c (start_bitfield_representative): Mark
558         DECL_BIT_FIELD_REPRESENTATIVE as DECL_NONADDRESSABLE_P.
560 2016-06-28  Jakub Jelinek  <jakub@redhat.com>
562         * Makefile.in: Don't cat ../stage_current if it does not exist.
564         * doc/extend.texi (__builtin_add_overflow_p): Clarify behavior when
565         last argument is a bit-field.
567         PR rtl-optimization/71673
568         * internal-fn.c (expand_arith_overflow_result_store): Use
569         OPTAB_LIB_WIDEN instead of OPTAB_DIRECT as last argument to
570         expand_simple_binop.
572         PR middle-end/66867
573         * builtins.c (expand_ifn_atomic_compare_exchange_into_call,
574         expand_ifn_atomic_compare_exchange): New functions.
575         * internal-fn.c (expand_ATOMIC_COMPARE_EXCHANGE): New function.
576         * tree.h (build_call_expr_internal_loc): Rename to ...
577         (build_call_expr_internal_loc_array): ... this.  Fix up type of
578         last argument.
579         * internal-fn.def (ATOMIC_COMPARE_EXCHANGE): New internal fn.
580         * predict.c (expr_expected_value_1): Handle IMAGPART_EXPR of
581         ATOMIC_COMPARE_EXCHANGE result.
582         * builtins.h (expand_ifn_atomic_compare_exchange): New prototype.
583         * gimple-fold.h (optimize_atomic_compare_exchange_p,
584         fold_builtin_atomic_compare_exchange): New prototypes.
585         * gimple-fold.c (optimize_atomic_compare_exchange_p,
586         fold_builtin_atomic_compare_exchange): New functions..
587         * tree-ssa.c (execute_update_addresses_taken): If
588         optimize_atomic_compare_exchange_p, ignore &var in 2nd argument
589         of call when finding addressable vars, and if such var becomes
590         non-addressable, call fold_builtin_atomic_compare_exchange.
592 2016-06-27  Segher Boessenkool  <segher@kernel.crashing.org>
594         PR target/71670
595         * config/rs6000/rs6000.md (ashdi3_extswsli_dot): Use
596         gen_ashdi3_extswsli_dot2 instead of gen_ashdi3_extswsli_dot.
598 2016-06-27  Pat Haugen  <pthaugen@us.ibm.com>
600         * config/rs6000/rs6000.md ('type' attribute): Add
601         veclogical,veccmpfx,vecexts,vecmove insn types.
602         (*abs<mode>2_fpr, *nabs<mode>2_fpr, *neg<mode>2_fpr, *extendsfdf2_fpr,
603         copysign<mode>3_fcpsgn, trunc<mode>df2_internal1, neg<mode>2_internal,
604         p8_fmrgow_<mode>, pack<mode>): Change type to fpsimple.
605         (*xxsel<mode>, copysign<mode>3_hard, neg<mode>2_hw, abs<mode>2_hw,
606         *nabs<mode>2_hw): Change type to vecmove.
607         (*and<mode>3_internal, *bool<mode>3_internal, *boolc<mode>3_internal,
608         *boolcc<mode>3_internal, *eqv<mode>3_internal,
609         *one_cmpl<mode>3_internal, *ieee_128bit_vsx_neg<mode>2_internal,
610         *ieee_128bit_vsx_abs<mode>2_internal,
611         *ieee_128bit_vsx_nabs<mode>2_internal, extendkftf2, trunctfkf2,
612         *ieee128_mfvsrd_64bit, *ieee128_mfvsrd_32bit, *ieee128_mtvsrd_64bit,
613         *ieee128_mtvsrd_32bit): Change type to veclogical.
614         (mov<mode>_hardfloat, *mov<mode>_hardfloat32, *mov<mode>_hardfloat64,
615         *movdi_internal32, *movdi_internal64): Update insn types.
616         * config/rs6000/vsx.md (*vsx_le_undo_permute_<mode>,
617         vsx_extract_<mode>): Change type to veclogical.
618         (*vsx_xxsel<mode>, *vsx_xxsel<mode>_uns): Change type to vecmove.
619         (vsx_sign_extend_qi_<mode>, *vsx_sign_extend_hi_<mode>,
620         *vsx_sign_extend_si_v2di): Change type to vecexts.
621         * config/rs6000/altivec.md (*altivec_mov<mode>, *altivec_movti): Change
622         type to veclogical.
623         (*altivec_eq<mode>, *altivec_gt<mode>, *altivec_gtu<mode>,
624         *altivec_vcmpequ<VI_char>_p, *altivec_vcmpgts<VI_char>_p,
625         *altivec_vcmpgtu<VI_char>_p): Change type to veccmpfx.
626         (*altivec_vsel<mode>, *altivec_vsel<mode>_uns): Change type to vecmove.
627         * config/rs6000/dfp.md (*negdd2_fpr, *absdd2_fpr, *nabsdd2_fpr,
628         negtd2, *abstd2_fpr, *nabstd2_fpr): Change type to fpsimple.
629         * config/rs6000/40x.md (ppc405-float): Add fpsimple.
630         * config/rs6000/440.md (ppc440-fp): Add fpsimple.
631         * config/rs6000/476.md (ppc476-fp): Add fpsimple.
632         * config/rs6000/601.md (ppc601-fp): Add fpsimple.
633         * config/rs6000/603.md (ppc603-fp): Add fpsimple.
634         * config/rs6000/6xx.md (ppc604-fp): Add fpsimple.
635         * config/rs6000/7xx.md (ppc750-fp): Add fpsimple.
636         (ppc7400-vecsimple): Add veclogical, vecmove, veccmpfx.
637         * config/rs6000/7450.md (ppc7450-fp): Add fpsimple.
638         (ppc7450-vecsimple): Add veclogical, vecmove.
639         (ppc7450-veccmp): Add veccmpfx.
640         * config/rs6000/8540.md (ppc8540_simple_vector): Add veclogical,
641         vecmove.
642         (ppc8540_vector_compare): Add veccmpfx.
643         * config/rs6000/a2.md (ppca2-fp): Add fpsimple.
644         * config/rs6000/cell.md (cell-fp): Add fpsimple.
645         (cell-vecsimple): Add veclogical, vecmove.
646         (cell-veccmp): Add veccmpfx.
647         * config/rs6000/e300c2c3.md (ppce300c3_fp): Add fpsimple.
648         * config/rs6000/e6500.md (e6500_vecsimple): Add veclogical, vecmove,
649         veccmpfx.
650         * config/rs6000/mpc.md (mpccore-fp): Add fpsimple.
651         * config/rs6000/power4.md (power4-fp): Add fpsimple.
652         (power4-vecsimple): Add veclogical, vecmove.
653         (power4-veccmp): Add veccmpfx.
654         * config/rs6000/power5.md (power5-fp): Add fpsimple.
655         * config/rs6000/power6.md (power6-fp): Add fpsimple.
656         (power6-vecsimple): Add veclogical, vecmove.
657         (power6-veccmp): Add veccmpfx.
658         * config/rs6000/power7.md (power7-fp): Add fpsimple.
659         (power7-vecsimple): Add veclogical, vecmove, veccmpfx.
660         * config/rs6000/power8.md (power8-fp): Add fpsimple.
661         (power8-vecsimple): Add veclogical, vecmove, veccmpfx.
662         * config/rs6000/rs64.md (rs64a-fp): Add fpsimple.
663         * config/rs6000/titan.md (titan_fp): Add fpsimple.
664         * config/rs6000/xfpu.md (fp-default, fp-addsub-s, fp-addsub-d): Add
665         fpsimple.
666         * config/rs6000/rs6000.c (rs6000_adjust_cost): Add TYPE_FPSIMPLE.
668 2016-06-27  Peter Bergner  <bergner@vnet.ibm.com>
670         PR target/71656
671         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
672         OPTION_MASK_P9_DFORM_VECTOR.
673         * config/rs6000/rs6000.c (rs6000_option_override_internal): Do not
674         disable -mpower9-dform-vector when using reload.
675         (quad_address_p): Remove 'gpr_p' argument and all associated code.
676         New 'strict' argument.  Update all callers.  Add strict addressing
677         support.
678         (rs6000_legitimate_offset_address_p): Remove call to
679         virtual_stack_registers_memory_p.
680         (rs6000_legitimize_reload_address): Add quad address support.
681         (rs6000_legitimate_address_p): Move call to quad_address_p above
682         call to virtual_stack_registers_memory_p.  Adjust quad_address_p args
683         to account for new strict usage.
684         (rs6000_output_move_128bit): Adjust quad_address_p args to account
685         for new strict usage.
686         * config/rs6000/predicates.md (quad_memory_operand): Likewise.
688 2016-06-26  Uros Bizjak  <ubizjak@gmail.com>
690         PR target/70902
691         PR target/71453
692         PR target/71555
693         PR target/71596
694         PR target/71657
695         * config/i386/i386.c (ix86_spill_class): Disable condition to
696         always return NO_REGS.
698 2016-06-26  Jan Hubicka  <hubicka@ucw.cz>
700         * predict.c: Include gimple-pretty-print.h
701         (predicted_by_loop_heuristics_p): Check also
702         PRED_LOOP_EXIT_WITH_RECURSION
703         (predict_loops): Find self recursive calls and use special purpose
704         predictors for them; dump log about decisions.
705         (pass_profile::execute): Dump info about #of iterations.
706         * predict.def (PRED_LOOP_EXIT_WITH_RECURSION,
707         (PRED_LOOP_GUARD_WITH_RECURSION): New predictors.
709 2016-06-26  John David Anglin  <danglin@gcc.gnu.org>
711         * config/pa/pa.c (pa_output_indirect_call): Rework to combine
712         output_asm_insn calls and shorten long lines.  Output .CALL
713         argument descriptor using pa_output_arg_descriptor.  Add various
714         inline $$dyncall and other optimizations.
715         (pa_attr_length_indirect_call): Adjust ordering and lengths.
717 2016-06-25  Jakub Jelinek  <jakub@redhat.com>
719         PR tree-optimization/71643
720         * tree-ssa-tail-merge.c (find_clusters_1): Ignore basic blocks with
721         EH preds.
723         * tree-ssa-tail-merge.c (deps_ok_for_redirect_from_bb_to_bb): Don't
724         leak a bitmap if dep_bb is NULL.
726         PR tree-optimization/71631
727         * tree-ssa-reassoc.c (reassociate_bb): Pass true as last argument
728         to rewrite_expr_tree even if negate_result, move new_lhs var
729         declaration and initialization earlier, for powi_result set afterwards
730         new_lhs to lhs.  For negate_result, use new_lhs instead of tmp
731         if new_lhs != lhs, and don't shadow gsi var.
733 2016-06-24  Jan Hubicka  <hubicka@ucw.cz>
735         * predict.c (predict_paths_leading_to, predict_paths_leading_to_edge):
736         Add in_loop parameter.
737         (predict_loops): Add loop guard heuristics.
738         * predict.def (PRED_LOOP_GUARD): New heuristics.
740 2016-06-24  Jan Hubicka  <hubicka@ucw.cz>
742         * predict.c: Include ipa-utils.h
743         (tree_bb_level_prediction): Predict recursive calls.
744         (tree_estimate_probability_bb): Skip inexpensive calls for call
745         predictor.
746         * predict.def (PRED_RECURSIVE_CALL): New.
748 2016-06-24  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
750         * config/rs6000/rs6000-builtin.def (BU_FLOAT128_2): New #define.
751         (BU_FLOAT128_1): Likewise.
752         (FABSQ): Likewise.
753         (COPYSIGNQ): Likewise.
754         (RS6000_BUILTIN_NANQ): Likewise.
755         (RS6000_BUILTIN_NANSQ): Likewise.
756         (RS6000_BUILTIN_INFQ): Likewise.
757         (RS6000_BUILTIN_HUGE_VALQ): Likewise.
758         * config/rs6000/rs6000.c (rs6000_fold_builtin): New prototype.
759         (TARGET_FOLD_BUILTIN): New #define.
760         (rs6000_builtin_mask_calculate): Add TARGET_FLOAT128 entry.
761         (rs6000_invalid_builtin): Add handling for RS6000_BTM_FLOAT128.
762         (rs6000_fold_builtin): New target hook implementation, handling
763         folding of 128-bit NaNs and infinities.
764         (rs6000_init_builtins): Initialize const_str_type_node; ensure all
765         entries are filled in to avoid problems during bootstrap
766         self-test; define builtins for 128-bit NaNs and infinities.
767         (rs6000_opt_mask): Add entry for float128.
768         * config/rs6000/rs6000.h (RS6000_BTM_FLOAT128): New #define.
769         (RS6000_BTM_COMMON): Include RS6000_BTM_FLOAT128.
770         (rs6000_builtin_type_index): Add RS6000_BTI_const_str.
771         (const_str_type_node): New #define.
772         * config/rs6000/rs6000.md (copysign<mode>3 for IEEE128): Convert
773         to a define_expand that dispatches to either copysign<mode>3_soft
774         or copysign<mode>3_hard.
775         (copysign<mode>3_hard): Rename from copysign<mode>3.
776         (copysign<mode>3_soft): New define_insn.
777         * doc/extend.texi: Document new builtins.
779 2016-06-24  Jakub Jelinek  <jakub@redhat.com>
781         * cfgloop.c (flow_loop_dump): Cast nit to uint64_t and print it using
782         PRIu64 instead of lu.
784 2016-06-24  Eric Botcazou  <ebotcazou@adacore.com>
786         PR debug/71642
787         * tree-inline.c (remap_decl): When fixing up DECL_ORIGINAL_TYPE, just
788         copy the type name.
790 2016-06-24  Jakub Jelinek  <jakub@redhat.com>
792         PR tree-optimization/71647
793         * omp-low.c (lower_rec_input_clauses): Convert
794         omp_clause_aligned_alignment (c) to size_type_node for the
795         last argument of __builtin_assume_aligned.
797 2016-06-24  H.J. Lu  <hongjiu.lu@intel.com>
799         * configure.ac (calling ___tls_get_addr via GOT): New
800         assembler/linker check.
801         (HAVE_AS_IX86_TLS_GET_ADDR_GOT): New.  Defined to 1 if 32-bit
802         assembler and linker supports calling ___tls_get_addr via GOT.
803         Otherise, defined to 0.
804         * config.in: Regenerated.
805         * configure: Likewise.
806         * config/i386/constraints.md (Yb): New constraint.
807         * config/i386/i386.h (reg_class): Add TLS_GOTBASE_REGS.
808         (REG_CLASS_NAMES): Likewise.
809         (REG_CLASS_CONTENTS): Likewise.
810         * config/i386/i386.md (*tls_global_dynamic_32_gnu): Replace
811         the b constraint with the Yb constraint.  Call ___tls_get_addr
812         via GOT for GNU TLS with -fno-plt if HAVE_AS_IX86_TLS_GET_ADDR_GOT
813         is 1.
814         (*tls_local_dynamic_base_32_gnu): Likewise.
815         (*tls_global_dynamic_64_<mode>): Call _tls_get_addr via GOT for
816         GNU TLS with -fno-plt if HAVE_AS_IX86_TLS_GET_ADDR_GOT is 1.
817         (*tls_local_dynamic_base_64_<mode>): Likewise.
819 2016-06-24  Martin Liska  <mliska@suse.cz>
821         * cfgloop.c (flow_loop_dump): Dump average number of loop iterations.
822         * cfgloop.h: Change 'struct loop' to 'const struct loop' for a
823         few functions.
824         * cfgloopanal.c (expected_loop_iterations_unbounded): Set a new
825         argument to true if the expected number of iterations is
826         loop-based.
828 2016-06-24  Uros Bizjak  <ubizjak@gmail.com>
830         * configure.ac (HAVE_AS_GOTOF_IN_DATA): Use $as_ix86_gas_32_opt to
831         assemble for 32bit target.
832         (HAVE_AS_IX86_TLSGDPLT): Use $as_ix86_gas_32_opt to assemble
833         and $ld_ix86_gld_32_opt to link for 32bit target.
834         (HAVE_AS_IX86_TLSLDMPLT): Ditto.
835         * configure: Regenerate.
837 2016-06-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
839         * config/arm/arm.c (int_log2): Delete definition and prototype.
840         (shift_op): Use exact_log2 instead of int_log2.
841         (vfp3_const_double_for_fract_bits): Likewise.
843 2016-06-24  Jakub Jelinek  <jakub@redhat.com>
845         * internal-fn.c (expand_arith_set_overflow): New function.
846         (expand_addsub_overflow, expand_neg_overflow, expand_mul_overflow):
847         Use it.
848         (expand_arith_overflow_result_store): Likewise.  Handle precision
849         smaller than mode precision.
850         * tree-vrp.c (extract_range_basic): For imag part, handle
851         properly signed 1-bit precision result.
852         * doc/extend.texi (__builtin_add_overflow): Document that last
853         argument can't be pointer to enumerated or boolean type.
854         (__builtin_add_overflow_p): Document that last argument can't
855         have enumerated or boolean type.
857 2016-06-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
858             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
860         * config/rs6000/predicates.md (splat_input_operand): Rework.
861         Don't allow constants, since the insns that use this predicate
862         don't support constants.  Constants are handled by other insns
863         that are created via combine.  During and after register
864         allocation, only allow indexed or indirect addresses, and not
865         general addresses.  Only allow modes supported by the hardware.
866         * config/rs6000/rs6000.c (xxsplitb_constant_p): Update usage
867         comment.  Move check for using VSPLTIS<x> to a common location,
868         instead of doing it in two different places.
870 2016-06-23  Jocelyn Mayer  <l_indien@magic.fr>
872         * config/i386/driver-i386.c (host_detect_local_cpu): Set
873         PROCESSOR_PENTIUMPRO for signature_CENTAUR_ebx family >= 9.
874         <case PROCESSOR_PENTIMUMPRO>: Pass c7 or nehemiah for
875         signature_CENTAUR_ebx.
877 2016-06-23  H.J. Lu  <hongjiu.lu@intel.com>
879         PR target/66232
880         PR target/67400
881         * configure.ac (as_ix86_tls_ldm_opt): Renamed to ...
882         (as_ix86_gas_32_opt): This.
883         (ld_ix86_tls_ldm_opt): Renamed to ...
884         (ld_ix86_gld_32_opt): This.
885         (R_386_TLS_LDM reloc): Updated.
886         (R_386_GOT32X reloc): New assembler/linker check.
887         (HAVE_AS_IX86_GOT32X): New.  Defined to 1 if 32-bit assembler and
888         linker support "jmp *_start@GOT" and "cmpl $0, bar@GOT".  Otherise,
889         defined to 0.
890         * config.in: Regenerated.
891         * configure: Likewise.
892         * config/i386/i386.c (ix86_force_load_from_GOT_p): Return
893         true if HAVE_AS_IX86_GOT32X is 1 in 32-bit mode.
894         (ix86_legitimate_address_p): Allow UNSPEC_GOT for -fno-plt
895         if ix86_force_load_from_GOT_p returns true.
896         (ix86_print_operand_address_as): Also support UNSPEC_GOT if
897         ix86_force_load_from_GOT_p returns true.
898         (ix86_expand_move): Generate UNSPEC_GOT in 32-bit mode to load
899         the external function address via the GOT slot.
900         (ix86_nopic_noplt_attribute_p): Check both TARGET_64BIT and
901         HAVE_AS_IX86_GOT32X before returning false.
902         (ix86_output_call_insn): Generate "%!jmp/call\t*%p0@GOT" in
903         32-bit mode if ix86_nopic_noplt_attribute_p returns true.
905 2016-06-23  Eric Botcazou  <ebotcazou@adacore.com>
907         * tree-inline.c (remap_decl): Preserve DECL_ORIGINAL_TYPE invariant.
909 2016-06-23  Andi Kleen  <ak@linux.intel.com>
911         * Makefile.in: Regenerate.
912         * doc/install.texi: Document autoprofiledbootstrap.
914 2016-06-23  Andi Kleen  <ak@linux.intel.com>
916         * config/i386/gcc-auto-profile: New file.
918 2016-06-23  Martin Liska  <mliska@suse.cz>
920         PR middle-end/71619
921         * predict.c (predict_loops): Revert the hunk that was removed
922         in r237103.
924 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
926         * config.gcc: Add support for arm*-*-phoenix* targets.
927         * config/arm/t-phoenix: New.
928         * config/phoenix.h: New.
930 2016-06-23  Uros Bizjak  <ubizjak@gmail.com>
931             H.J. Lu  <hongjiu.lu@intel.com>
933         PR target/67400
934         * config/i386/i386-protos.h (ix86_force_load_from_GOT_p): New.
935         * config/i386/i386.c (ix86_force_load_from_GOT_p): New function.
936         (ix86_legitimate_constant_p): Do not allow UNSPEC_GOTPCREL if
937         ix86_force_load_from_GOT_p returns true.
938         (ix86_legitimate_address_p): Allow UNSPEC_GOTPCREL if
939         ix86_force_load_from_GOT_p returns true.
940         (ix86_print_operand_address_as): Support UNSPEC_GOTPCREL if
941         ix86_force_load_from_GOT_p returns true.
942         (ix86_expand_move): Load the external function address via the
943         GOT slot if ix86_force_load_from_GOT_p returns true.
944         * config/i386/predicates.md (x86_64_immediate_operand): Return
945         false for SYMBOL_REFs where ix86_force_load_from_GOT_p returns true.
946         (x86_64_zext_immediate_operand): Ditto.
948 2016-06-22  Uros Bizjak  <ubizjak@gmail.com>
950         * config/i386/i386.c (ix86_expand_move): Simplify SYMBOL_REF handling.
952 2016-06-22  David Malcolm  <dmalcolm@redhat.com>
954         PR c/70339
955         * diagnostic-core.h (pedwarn_at_rich_loc): New prototype.
956         * diagnostic.c (pedwarn_at_rich_loc): New function.
957         * spellcheck.h (best_match::best_match): Add a
958         "best_distance_so_far" optional parameter.
959         (best_match::set_best_so_far): New method.
960         (best_match::get_best_distance): New accessor.
961         (best_match::get_best_candidate_length): New accessor.
963 2016-06-22  Nick Clifton  <nickc@redhat.com>
965         * dwarf2out.c (scompare_loc_descriptor): Use SCALAR_INT_MODE_P() in
966         place of GET_MODE_CLASS() == MODE_INT, so that partial integer
967         modes are accepted as well.
968         (ucompare_loc_descriptor): Likewise.
969         (minmax_loc_descriptor): Likewise.
970         (clz_loc_descriptor): Likewise.
971         (popcount_loc_descriptor): Likewise.
972         (bswap_loc_descriptor): Likewise.
973         (rotate_loc_descriptor): Likewise.
974         (mem_loc_descriptor): Likewise.
975         (loc_descriptor): Likewise.
977 2016-06-22  David Malcolm  <dmalcolm@redhat.com>
979         * common.opt (fdiagnostics-parseable-fixits): New option.
980         * diagnostic.c: Include "selftest.h".
981         (print_escaped_string): New function.
982         (print_parseable_fixits): New function.
983         (diagnostic_report_diagnostic): Call print_parseable_fixits.
984         (selftest::assert_print_escaped_string): New function.
985         (ASSERT_PRINT_ESCAPED_STRING_STREQ): New macro.
986         (selftest::test_print_escaped_string): New function.
987         (selftest::test_print_parseable_fixits_none): New function.
988         (selftest::test_print_parseable_fixits_insert): New function.
989         (selftest::test_print_parseable_fixits_remove): New function.
990         (selftest::test_print_parseable_fixits_replace): New function.
991         (selftest::diagnostic_c_tests): New function.
992         * diagnostic.h (struct diagnostic_context): Add field
993         "parseable_fixits_p".
994         * doc/invoke.texi (Diagnostic Message Formatting Options): Add
995         -fdiagnostics-parseable-fixits.
996         (-fdiagnostics-parseable-fixits): New option.
997         * opts.c (common_handle_option): Handle
998         -fdiagnostics-parseable-fixits.
999         * selftest-run-tests.c (selftest::run_tests): Call
1000         selftest::diagnostic_c_tests.
1001         * selftest.h (selftest::diagnostic_c_tests): New prototype.
1003 2016-06-22  Ilya Enkovich  <ilya.enkovich@intel.com>
1005         PR tree-optimization/71488
1006         * tree-vect-patterns.c (vect_recog_mask_conversion_pattern): Support
1007         comparison of boolean vectors.
1008         * tree-vect-stmts.c (vectorizable_comparison): Vectorize comparison
1009         of boolean vectors using bitwise operations.
1011 2016-06-22  Andreas Schwab  <schwab@suse.de>
1013         * config/aarch64/aarch64-protos.h (aarch64_elf_asm_named_section):
1014         Remove declaration.
1016 2016-06-22  Eric Botcazou  <ebotcazou@adacore.com>
1018         * function.c (assign_parm_setup_reg): Prevent sharing in another case.
1020 2016-06-22  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1022         * config/i386/i386.c (print_reg): Emit an error message on attempt to
1023         print FLAGS_REG.
1025 2016-06-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1027         * config/arm/arm.c (arm_cortex_a73_tune): New struct.
1028         * config/arm/arm-cores.def (cortex-a73): New entry.
1029         (cortex-a73.cortex-a35): Likewise.
1030         (cortex-a73.cortex-a53): Likewise.
1031         * config/arm/arm-tables.opt: Regenerate.
1032         * config/arm/arm-tune.md: Likewise.
1033         * config/arm/bpabi.h (BE8_LINK_SPEC): Handle mcpu=cortex-a73,
1034         mcpu=cortex-a73.cortex-a35 and mcpu=cortex-a73.cortex-a53.
1035         * config/arm/t-aprofile: Handle mcpu=cortex-a73,
1036         mcpu=cortex-a73.cortex-a35 and mcpu=cortex-a73.cortex-a53.
1037         * doc/invoke.texi (ARM Options): Document cortex-a73,
1038         cortex-a73.cortex-a35 and cortex-a73.cortex-a53.
1040 2016-06-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1042         * config/aarch64/aarch64.c (cortexa73_tunings): New struct.
1043         * config/aarch64/aarch64-cores.def (cortex-a73): New entry.
1044         (cortex-a73.cortex-a35): Likewise.
1045         (cortex-a73.cortex-a53): Likewise.
1046         * config/aarch64/aarch64-tune.md: Regenerate.
1047         * doc/invoke.texi (AArch64 Options): Document cortex-a73,
1048         cortex-a73.cortex-a35 and cortex-a73.cortex-a53 arguments to
1049         -mcpu and -mtune.
1051 2016-06-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1053         * configure.ac (gcc_cv_as_compress_debug): Remove
1054         --compress-debug-sections as extra as switch.
1055         Handle gas --compress-debug-sections=type.
1056         (gcc_cv_ld_compess_debug): Remove bogus ld_date check.
1057         Handle gld --compress-debug-sections=type.
1058         * configure: Regenerate.
1060 2016-06-21  Andrew Burgess  <andrew.burgess@embecosm.com>
1062         * bb-reorder.c (pass_partition_blocks::gate): Update comment.
1064 2016-06-21  John David Anglin  <danglin@gcc.gnu.org>
1066         * gcov-tool.c (profile_rewrite): Use int64_t instead of long long.
1067         (do_rewrite): likewise.
1069 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1071         * common/config/mep/mep-common.c: Remove.
1072         * config.gcc: Remove mep-* support.
1073         * config/mep/constraints.md: Remove.
1074         * config/mep/default.h: Remove.
1075         * config/mep/intrinsics.h: Remove.
1076         * config/mep/intrinsics.md: Remove.
1077         * config/mep/ivc2-template.h: Remove.
1078         * config/mep/mep-c5.cpu: Remove.
1079         * config/mep/mep-core.cpu: Remove.
1080         * config/mep/mep-default.cpu: Remove.
1081         * config/mep/mep-ext-cop.cpu: Remove.
1082         * config/mep/mep-intrin.h: Remove.
1083         * config/mep/mep-ivc2.cpu: Remove.
1084         * config/mep/mep-pragma.c: Remove.
1085         * config/mep/mep-protos.h: Remove.
1086         * config/mep/mep.c: Remove.
1087         * config/mep/mep.cpu: Remove.
1088         * config/mep/mep.h: Remove.
1089         * config/mep/mep.md: Remove.
1090         * config/mep/mep.opt: Remove.
1091         * config/mep/predicates.md: Remove.
1092         * config/mep/t-mep: Remove.
1093         * doc/install.texi: Remove mep-* documentation.
1094         * doc/md.texi: Likewise.
1096 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1098         * config.gcc: Remove support for avr-rtems.
1099         * config/avr/gen-avr-mmcu-specs.c: Likewise.
1100         * config/avr/rtems.h: Remove.
1101         * config/avr/t-rtems: Remove.
1103 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1105         * config.gcc: Remove m32r-rtems support.
1106         * config/m32r/rtems.h: Remove.
1108 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1110         * config.gcc: Remove h8300-rtems support.
1111         * config/h8300/rtems.h: Remove.
1112         * config/h8300/t-rtems: Remove.
1114 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1116         * config.gcc: Remove support for knetbsd.
1117         * configure.ac: Likewise.
1118         * config/i386/knetbsd-gnu.h: Remove.  * config/i386/knetbsd-gnu64.h: Remove.
1119         * config/knetbsd-gnu.h: Remove.
1120         * configure: Regenerate.
1122 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1124         * config.gcc: Remove support for openbsd 2 and 3.
1125         * config/openbsd-oldgas.h: Remove.
1127 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1129         * config.gcc: Remove interix support.
1130         * config/i386/i386-interix.h: Remove.
1131         * config/i386/interix.opt: Remove.
1132         * config/i386/t-interix: Remove.
1133         * configure: Regenerate.
1134         * configure.ac: Remove interix support.
1135         * doc/install.texi: Remove interix documentation.
1137 2016-06-21  Kelvin Nilsen  <kelvin@gcc.gnu.org>
1139         * config/rs6000/rs6000.h: Add conditional preprocessing directives
1140         to disable Power9-specific compiler features if HAVE_AS_POWER9 is
1141         not defined.
1143 2016-06-21  Eric Botcazou  <ebotcazou@adacore.com>
1145         * tree.c (verify_type_variant): Skip TYPE_SIZE and TYPE_SIZE_UNIT if
1146         they are both PLACEHOLDER_EXPRs.
1148 2016-06-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
1150         * stor-layout.c (layout_type): Move setting complex MODE to
1151         layout_type, instead of setting it ahead of time by the caller.
1152         * tree.c (build_complex_type): Likewise.
1154 2016-06-21  Martin Liska  <mliska@suse.cz>
1156         * predict.c (force_edge_cold): Replace imposisble with
1157         impossible.
1159 2016-06-21  Ilya Verbin  <ilya.verbin@intel.com>
1161         * config/i386/i386.c (ix86_emit_swsqrtsf): Emit vrsqrt28ps.
1162         * config/i386/sse.md (define_expand "rsqrtv16sf2"): New.
1164 2016-06-21  Ilya Verbin  <ilya.verbin@intel.com>
1166         * config/i386/i386.c (ix86_emit_swdivsf): Emit vrcp28ps.
1168 2016-06-21  H.J. Lu  <hongjiu.lu@intel.com>
1169             Ilya Enkovich  <ilya.enkovich@intel.com>
1171         PR target/71549
1172         * config/i386/i386.c (timode_scalar_chain::fix_debug_reg_uses):
1173         New member function to convert V1TImode register to SUBREG
1174         TImode in debug insn.
1175         (timode_scalar_chain::convert_insn): Call fix_debug_reg_uses
1176         after changing register mode to V1TImode.
1178 2016-06-21  Virendra Pathak  <virendra.pathak@broadcom.com>
1180         * config/aarch64/aarch64-cores.def (vulcan): New core.
1181         * config/aarch64/aarch64-tune.md: Regenerate.
1182         * doc/invoke.texi: Document vulcan as an available option.
1184 2016-06-21  Eric Botcazou  <ebotcazou@adacore.com>
1186         * cse.c (canon_asm_operands): New function extracted from...
1187         (canonicalize_insn): ...here.  Call it to canonicalize an ASM_OPERANDS
1188         either standalone or member of a PARALLEL.
1190 2016-06-21  Georg-Johann Lay  <avr@gjlay.de>
1192         PR target/30417
1193         * config/avr/gen-avr-mmcu-specs.c (print_mcu):
1194         [*link_data_start]: Wrap -Tdata into %{!Tdata:...}.
1195         [*link_text_start]: Wrap -Ttext into %{!Ttext:...}.
1197 2016-06-21  Georg-Johann Lay  <avr@gjlay.de>
1199         PR target/71103
1200         * config/avr/avr.md (movqi): Only handle loading subreg:qi of
1201         constant addresses if can_create_pseudo_p.
1203 2016-06-21  Jakub Jelinek  <jakub@redhat.com>
1205         PR tree-optimization/71588
1206         * tree-ssa-strlen.c (valid_builtin_call): New function.
1207         (adjust_last_stmt, handle_builtin_memset, strlen_optimize_stmt): Use
1208         it.
1210 2016-06-20  Jakub Jelinek  <jakub@redhat.com>
1212         PR middle-end/71581
1213         * tree-ssa-uninit.c (warn_uninit): If EXPR and VAR are NULL,
1214         see if T isn't anonymous SSA_NAME with COMPLEX_EXPR created
1215         for conversion of scalar user var to complex type and use the
1216         underlying SSA_NAME_VAR in that case.  If EXPR is still NULL,
1217         punt.
1219         PR rtl-optimization/71591
1220         * toplev.c (toplev::run_self_tests): If no_backend, complain and
1221         don't run any tests.
1223 2016-06-20  Hans-Peter Nilsson  <hp@axis.com>
1225         PR target/71571
1226         * config/cris/cris.c (cris_asm_output_mi_thunk): Add missing "ba"
1227         delay-slot "nop" for PIC with CRIS v32.  Also add missing leading
1228         space for PIC with non-v32 and the common non-PIC "jump".
1230 2016-06-20  Jakub Jelinek  <jakub@redhat.com>
1232         PR target/71559
1233         * config/i386/i386.c (ix86_fp_cmp_code_to_pcmp_immediate): Fix up
1234         returned values and add UN*/LTGT/*ORDERED cases with values matching
1235         D operand modifier on vcmp for AVX.
1237 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
1239         * config/aarch64/aarch64.opt
1240         (mpc-relative-literal-loads): Rename internal option name.
1241         * config/aarch64/aarch64.c
1242         (aarch64_nopcrelative_literal_loads): Rename to
1243         aarch64_pcrelative_literal_loads.
1244         (aarch64_expand_mov_immediate): Likewise.
1245         (aarch64_secondary_reload): Likewise.
1246         (aarch64_can_use_per_function_literal_pools_p): Likewise.
1247         (aarch64_override_options_after_change_1): Rename and simplify logic.
1248         (aarch64_classify_symbol): Merge large model checks into switch,
1249         remove pc-relative load check.
1251 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
1253         * config/arm/aarch-cost-tables.h (cortexa53_extra_costs): Make FP
1254         costs relative to the cost of a register move.
1256 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
1258         * config/aarch64/arm_neon.h (vcvt_n_f64_s64): New.
1259         (vcvt_n_f64_u64): Likewise.
1260         (vcvt_n_s64_f64): Likewise.
1261         (vcvt_n_u64_f64): Likewise.
1262         (vcvt_f64_s64): Likewise.
1263         (vrecpe_f64): Likewise.
1264         (vcvt_f64_u64): Likewise.
1265         (vrecps_f64): Likewise.
1267 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
1269         * config/aarch64/aarch64.md
1270         (<FCVT_F2FIXED:fcvt_fixed_insn><GPF:mode>3): Add attributes to
1271         iterators.
1272         (<FCVT_FIXED2F:fcvt_fixed_insn><GPI:mode>3): Likewise.  Correct
1273         attributes.
1274         * config/aarch64/aarch64-builtins.c
1275         (aarch64_types_binop_uss_qualifiers): Delete.
1276         (TYPES_BINOP_USS): Likewise.
1277         (aarch64_types_binop_sus_qualifiers): Likewise.
1278         (TYPES_BINOP_SUS): Likewise.
1279         (aarch64_types_fcvt_from_unsigned_qualifiers): New.
1280         (TYPES_FCVTIMM_SUS): Likewise.
1281         * config/aarch64/aarch64-simd-builtins.def (scvtf): Use SHIFTIMM
1282         rather than BINOP.
1283         (ucvtf): Use FCVTIMM_SUS rather than BINOP_SUS.
1284         (fcvtzs): Use SHIFTIMM rather than BINOP.
1285         (fcvtzu): Use SHIFTIMM_USS rather than BINOP_USS.
1287 2016-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
1289         * config/arm/aarch-cost-tables.h (cortexa57_extra_costs): Make FP
1290         costs relative to the cost of a register move.
1292 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
1294         * config/aarch64/aarch64.c (aarch64_modes_tieable_p):
1295         Allow scalar/single vector modes to be tieable.
1297 2016-06-20  Wilco Dijkstra  <wdijkstr@arm.com>
1299         * config/arm/cortex-a57.md (cortex_a57_fp_cpys): Add fcsel.
1301 2016-06-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1303         * params.def (PARAM_ALIGN_LOOP_ITERATIONS): Use "alignment" instead of
1304         "alignement".
1305         * tree.h (TYPE_ALIGN): Likewise.
1307 2016-06-20  Georg-Johann Lay  <avr@gjlay.de>
1309         PR target/71103
1310         * config/avr/avr.md (movqi): Handle loading subreg:qi (const).
1312 2016-06-20  Georg-Johann Lay  <avr@gjlay.de>
1314         * config/avr/avr.c (avr_print_operand): Fix "format not a string
1315         literal" build warnings.
1316         (avr_print_operand_address): Dito.
1318 2016-06-19  David Edelsohn  <dje.gcc@gmail.com>
1320         PR target/71375
1321         * config/rs6000/aix51.h (TARGET_EXTRA_BUILTINS): Define as 0.
1322         * config/rs6000/aix43.h (TARGET_EXTRA_BUILTINS): Same.
1324 2016-06-18  John David Anglin  <danglin@gcc.gnu.org>
1326         * config/pa/pa.h (TARGET_LONG_PIC_PCREL_CALL): Remove.
1328 2016-06-18  Eric Botcazou  <ebotcazou@adacore.com>
1330         PR bootstrap/71435
1331         * reload1.c (reload): Pass 0 to finish_spills when called because
1332         update_eliminables_and_spill returns true and remove did_spill.
1333         (finish_spills): Adjust comment and document GLOBAL parameter.
1335 2016-06-17  DJ Delorie  <dj@redhat.com>
1337         PR target/71338
1338         * config/rl78/rl78-expand.c (umulqihi3): Enable for G10.
1339         * config/rl78/rl78-virtual.c (umulhi3_shift_virt): Likewise.
1340         (umulqihi3_virt): Likewise.
1341         * config/rl78/rl78-real.c (umulhi3_shift_real): Likewise.
1342         (umulqihi3_real): Likewise.
1344 2016-06-17  Martin Liska  <mliska@suse.cz>
1346         * tree-ssa-reassoc.c (transform_add_to_multiply): Use auto_vec.
1348 2016-06-17  Martin Liska  <mliska@suse.cz>
1350         * predict.def: PRED_LOOP_EXIT from 92 to 85.
1352 2016-06-17  James Greenhalgh  <james.greenhalgh@arm.com>
1354         * config/arm/arm_neon.h (vadd_f32): replace __FAST_MATH with
1355         __FAST_MATH__.
1356         (vaddq_f32): Likewise.
1357         (vmul_f32): Likewise.
1358         (vmulq_f32): Likewise.
1359         (vsub_f32): Likewise.
1360         (vsubq_f32): Likewise.
1362 2016-06-17  Bin Cheng  <bin.cheng@arm.com>
1364         PR tree-optimization/71347
1365         * tree-ssa-loop-ivopts.c (determine_group_iv_cost_address): Compute
1366         cost for all uses in group.
1368 2016-06-17 Bin Cheng  <bin.cheng@arm.com>
1370         * tree-vect-loop.c (vect_create_epilog_for_reduction): Only
1371         insert gimple seq if it's not empty.
1373 2016-06-17  Bin Cheng  <bin.cheng@arm.com>
1375         * tree-vectorizer.h (struct dr_with_seg_len): Remove class
1376         member OFFSET.
1377         * tree-vect-data-refs.c (operator ==): Handle DR_OFFSET directly,
1378         rather than OFFSET.
1379         (comp_dr_with_seg_len_pair): Ditto.
1380         (vect_prune_runtime_alias_test_list): Ditto.  Also Canonicalize
1381         struct dr_with_seg_len_pair against DR_OFFSET.
1382         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Handle
1383         DR_OFFSET directly.
1385 2016-06-17  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1387         * config/aarch64/geniterators.sh: Handle parenthesised conditions.
1389 2016-06-16  John David Anglin  <danglin@gcc.gnu.org>
1391         * config/pa/pa.c (pa_output_pic_pcrel_sequence): New.
1392         (pa_output_lbranch): Use pa_output_pic_pcrel_sequence.
1393         (pa_output_millicode_call): Likewise.
1394         (pa_output_call): Likewise.
1395         (pa_output_indirect_call): Likewise.
1396         (pa_asm_output_mi_thunk): Likewise.
1398 2016-06-16  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1400         * doc/invoke.texi (x86 Options): Fix -mno-fp-ret-in-387 typo.
1402 2016-06-16  Martin Liska  <mliska@suse.cz>
1404         * predict.c (combine_predictions_for_insn): When we find a first
1405         match predictor, we should consider just predictors with
1406         PRED_FLAG_FIRST_MATCH.  Print either first match (if any) or
1407         DS theory predictor.
1408         (combine_predictions_for_bb): Likewise.
1410 2016-06-16  Jakub Jelinek  <jakub@redhat.com>
1412         * gimplify.c (gimplify_scan_omp_clauses): Handle COMPONENT_REFs
1413         with base of reference to struct.
1415 2016-06-16  Uros Bizjak  <ubizjak@gmail.com>
1417         * doc/invoke.texi (x86 Options): Document -m80387 and -mhard-float.
1419 2016-06-16  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
1421         PR target/71151
1422         * config/avr/avr.c (avr_asm_init_sections): Remove setup of
1423         progmem_swtable_section.
1424         (progmem_swtable_section): Remove.
1425         (avr_asm_function_rodata_section): Remove.
1426         (TARGET_ASM_FUNCTION_RODATA_SECTION): Remove.
1427         * config/avr/avr.h (JUMP_TABLES_IN_TEXT_SECTION: Define to 1.
1429 2016-06-16  Jocelyn Mayer  <l_indien@magic.fr>
1431         * config/i386/driver-i386.c (host_detect_local_cpu): Set
1432         PROCESSOR_K8 for signature_CENTAUR_ebx with has_longmode.
1433         <case PROCESSOR_K8>: Pass nano-3000, nano, eden-x2 or k8 for
1434         signature_CENTAUR_ebx.
1435         * config/i386/i386.c (ix86_option_override_internal): Add
1436         definitions for VIA c7, samuel-2, nehemiah, esther, eden-x2, eden-x4,
1437         nano, nano-1000, nano-2000, nano-3000, nano-x2 and nano-x4.
1438         * doc/invoke.texi (x86 Options): Document new VIA -march entries.
1440 2016-06-16  Martin Liska  <mliska@suse.cz>
1442         * predict.def: Add fortran loop preheader predictor.
1443         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Properly
1444         fold IFN_BUILTIN_EXPECT with a known constant argument.
1446 2016-06-16  Martin Liska  <mliska@suse.cz>
1448         * predict.def: Add 'Fortran' to display text of all
1449         PRED_FORTRAN_* predictors.
1451 2016-06-16  Uros Bizjak  <ubizjak@gmail.com>
1453         PR target/71242
1454         * config/ia64/ia64.c (enum ia64_builtins) [IA64_BUILTIN_NANQ]: New.
1455         [IA64_BUILTIN_NANSQ]: Ditto.
1456         (ia64_fold_builtin): New function.
1457         (TARGET_FOLD_BUILTIN): New define.
1458         (ia64_init_builtins) Declare const_string_type node.
1459         Add __builtin_nanq and __builtin_nansq builtin functions.
1460         (ia64_expand_builtin): Handle IA64_BUILTIN_NANQ and IA64_BUILTIN_NANSQ.
1462 2016-06-16  Nick Clifton  <nickc@redhat.com>
1464         * config/msp430/msp430-opts.h (msp430_hwmult_types): Add
1465         MSP430_HWMULT_ prefix to enum values.
1466         (msp430_regions): Add MSP430_REGION_ prefix to enum values.
1467         * config/msp430/msp430.c: Update use of enum values.
1468         * config/msp430/msp430.md: Likewise.
1469         * config/msp430/msp430.opt: Likewise.
1471 2016-06-16  Jan Hubicka  <hubicka@ucw.cz>
1473         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Fix estimation
1474         of comparsions in the last iteration.
1476 2016-06-16  Claudiu Zissulescu  <claziss@synopsys.com>
1477             Joern Rennecke  <joern.rennecke@embecosm.com>
1479         * config/arc/arc.c (arc_print_operand_address): Handle pc-relative
1480         addresses.
1481         (arc_needs_pcl_p): Add GOTOFFPC.
1482         (arc_legitimate_pic_addr_p): Likewise.
1483         (arc_output_pic_addr_const): Likewise.
1484         (arc_legitimize_pic_address): Generate a pc-relative address using
1485         GOTOFFPC.
1486         (arc_output_libcall): Use @pcl syntax.
1487         (arc_delegitimize_address_0): Delegitimize ARC_UNSPEC_GOTOFFPC.
1488         * config/arc/arc.md ("unspec"): Add ARC_UNSPEC_GOTOFFPC.
1489         (*movsi_insn): Use @pcl syntax.
1490         (doloop_begin_i): Likewise.
1492 2016-06-16  Martin Liska  <mliska@suse.cz>
1494         * predict.def: Define a new predictor.
1496 2016-06-16  Claudiu Zissulescu  <claziss@synopsys.com>
1498         * config/arc/arc.opt (mtp-regno): Update text.
1500 2016-06-16  Renlin Li  <renlin.li@arm.com>
1502         * config/aarch64/aarch64.c (aarch64_legitimize_address): Fix a typo.
1504 2016-06-16  Jakub Jelinek  <jakub@redhat.com>
1506         PR target/71554
1507         * config/i386/i386.md (setcc + movzbl peephole2): Use reg_set_p.
1508         (setcc + and peephole2): Likewise.
1510         PR rtl-optimization/71532
1511         * cse.c (cse_insn): For const/pure calls, invalidate argument passing
1512         memory slots.
1514 2016-06-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
1516         * config/rs6000/vsx.md (VSINT_84): Add DImode to enable loading
1517         DImode constants with XXSPLTIB in vector registers.
1518         (vsx_extract_<mode>, V2DImode/V2DFmode): Combine both
1519         vsx_extract_<mode>_internal{1,2} into a single insn that handles
1520         direct move (both ISA 2.07 and ISA 3.0 versions), and optimizes
1521         extraction of the element at the top of the register as a scalar
1522         value.
1523         (vsx_extract_<mode>_internal1): Likewise.
1524         (vsx_extract_<mode>_internal2): Likewise.
1525         * config/rs6000/constraints.md (wi constraint): Remove a comment
1526         about DImode not being allowed in Altivec registers.
1527         (wB constraint): New constraint for constants that can be
1528         generated in Altivec registers with VSPLTISW/VUPKHSW.
1529         * config/rs6000/predicates.md (xxspltib_constant_split): Update
1530         comments.
1531         (xxspltib_constant_nosplit): Likewise.
1532         * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Add
1533         support for -mupper-regs-di to enable DImode to go into Altivec
1534         registers.
1535         (POWERPC_MASKS): Likewise.
1536         (power7 cpu): Likewise.
1537         * config/rs6000/rs6000.opt (-mupper-regs-di): Likewise.
1538         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Add support
1539         for DImode being allowed in Altivec registers.  Update wi/wj
1540         constraints.  Set scalar_in_vmx_p flag.
1541         (rs6000_option_override_internal): Add checks for -mupper-regs-di.
1542         (xxspltib_constant_p): Allow CONST_INT's with VOIDmode.  Don't
1543         return true if we could use VSPLTISW/VUPKHSW instead of XXSPLTIB.
1544         (rs6000_opt_masks): Add -mupper-regs-di.
1545         * config/rs6000/rs6000.md (lfiwax): Update clobbers that don't use
1546         direct move to use wi and not wj.
1547         (lfiwzx): Likewise.
1548         (floatsi<mode>2_lfiwax_mem): Combine alternatives into a single
1549         alternative.
1550         (floatunssi<mode>2_lfiwzx_mem): Likewise.
1551         (fix_trunc<mode>di2_fctidz): Change second alternative to allow
1552         any VSX register, instead of just Altivec registers, to allow
1553         either operand to be an Altivec register or both.
1554         (fixuns_trunc<mode>di2_fctiduz): Likewise.
1555         (movdi_internal32): Add support for -mupper-regs-di.  Add support
1556         to load constants via XXSPLTIB or VSPLTISW.  Add spacing to allow
1557         the alternatives and attributes to be lined up to be easier to
1558         read.
1559         (movdi_internal64): Likewise.
1560         (64-bit DImode splitters): Change predicates to only split loading
1561         up GPR registers.  Add splits for using XXSPLTIB or VSPLTISW to
1562         load constants in ISA 3.0 or ISA 2.07 respectively.
1563         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
1564         -mupper-regs-di.  Update -mupper-regs-df and -mupper-regs-sf to
1565         mention -mcpu=power9 sets these options.
1566         * doc/md.texi (PowerPC and IBM RS6000 constraints): Document the
1567         wB constraint.
1569 2016-06-15  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
1571         PR target/67353
1572         * config/avr/avr.c (avr_set_current_function): Warn misspelled
1573         interrupt/ signal handler if -Wmisspelled-isr flag is enabled.
1574         * config/avr/avr.opt (Wmisspelled-isr): New warning flag. Enabled
1575         by default to warn misspelled interrupt/ signal handler.
1576         * doc/invoke.texi (AVR Options): Document it. Update description
1577         for -nodevicelib option.
1579 2016-06-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1581         * config/aarch64/aarch64-simd.md (aarch64_<sur>shll_n<mode>): Clean
1582         up parentheses.  Use GET_MODE_UNIT_BITSIZE.
1583         (aarch64_<sur>shll2_n<mode>): Likewise.
1585 2016-06-15  Ilya Enkovich  <ilya.enkovich@intel.com>
1587         PR middle-end/71529
1588         * ipa-chkp.c (chkp_build_instrumented_fndecl): Fix
1589         DECL_CONTEXT for copied arguments.
1591 2016-06-15  Alan Hayward  <alan.hayward@arm.com>
1593         PR tree-optimization/71483
1594         * tree-vect-loop.c (vectorizable_live_operation): Pick correct index
1595         for slp
1597 2016-06-15  Martin Liska  <mliska@suse.cz>
1599         * predict.c (tree_predict_by_opcode): Call predict_edge_def
1600         instead of predict_edge w/o a probability.
1602 2016-06-15  Alan Hayward  <alan.hayward@arm.com>
1604         PR tree-optimization/71439
1605         * tree-vect-loop.c (vect_analyze_loop_operations): Additional check for
1606         live PHIs.
1608 2016-06-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1610         * ifcvt.c (bb_ok_for_noce_multiple_sets): Allow simple lowpart
1611         register subregs in SET_SRC.
1613 2016-06-15  Richard Biener  <rguenther@suse.de>
1615         * tree-vect-stmts.c (vectorizable_store): Remove strided grouped
1616         store restrictions.
1618 2016-06-15  Richard Biener  <rguenther@suse.de>
1620         * tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Do
1621         not consider dependences between accesses that belong to the
1622         same group.
1623         (vect_analyze_data_ref_dependences): Do not analyze read-read
1624         or self-dependences.
1626 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
1628         * spellcheck-tree.c: Include spellcheck-tree.h rather than
1629         spellcheck.h.
1630         (find_closest_identifier): Reimplement in terms of
1631         best_match<tree,tree>.
1632         * spellcheck-tree.h: New file.
1633         * spellcheck.c (struct edit_distance_traits<const char *>): New
1634         struct.
1635         (find_closest_string): Reimplement in terms of
1636         best_match<const char *, const char *>.
1637         * spellcheck.h (levenshtein_distance): Move prototype of tree-based
1638         overload to spellcheck-tree.h.
1639         (find_closest_identifier): Likewise.
1640         (struct edit_distance_traits<T>): New template.
1641         (class best_match): New class.
1643 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
1645         * selftest-run-tests.c (selftest::run_tests): Call
1646         selftest::spellcheck_tree_c_tests.
1647         * selftest.h (selftest::spellcheck_tree_c_tests): New decl.
1648         * spellcheck-tree.c: Include selftest.h and stringpool.h.
1649         (selftest::test_find_closest_identifier): New function.
1650         (selftest::spellcheck_tree_c_tests): New function.
1651         * spellcheck.c (selftest::test_find_closest_string): Verify that
1652         the order of the vec does not affect the results for this case.
1653         (selftest::test_data): New array.
1654         (selftest::test_metric_conditions): New function.
1655         (selftest::spellcheck_c_tests): Add a test of case-comparison.
1656         Call selftest::test_metric_conditions.
1658 2016-06-14  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1660         * config/rs6000/rs6000-builtin.def (commentary): Typo.
1661         (BU_P9_MISC_1): Likewise.
1662         (BU_P9_64BIT_MISC_0): Likewise.
1663         (BU_P9_MISC_0): Likewise.
1665 2016-06-14  David Malcolm  <dmalcolm@redhat.com>
1667         * gcc-rich-location.c
1668         (gcc_rich_location::add_fixit_misspelled_id): New method.
1669         * gcc-rich-location.h
1670         (gcc_rich_location::add_fixit_misspelled_id): Add decl.
1672 2016-06-14  Andreas Tobler  <andreast@gcc.gnu.org>
1674         * config/arm/freebsd.h: Only enable unaligned access for armv6 on
1675         FreeBSD 11 and above.
1677 2016-06-14  Uros Bizjak  <ubizjak@gmail.com>
1679         * config/i386/i386.md (signbittf2): Emit sse_movmskps for TARGET_SSE.
1681 2016-06-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1683         * expmed.h: Close parenthesis in "at your option" in copyright
1684         boilerplate.
1685         * lower-subreg.h: Likewise.
1687 2016-06-14  Richard Biener  <rguenther@suse.de>
1689         PR middle-end/71526
1690         * genmatch.c (expr::gen_transform): Use in_type for comparisons
1691         if available.
1693 2015-06-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1695         * config/aarch64/aarch64.c (aarch64_mask_and_shift_for_ubfiz_p):
1696         New function.
1697         (aarch64_rtx_costs): Use it.  Rewrite CONST_INT_P (op1) case to handle
1698         mask+shift version.
1699         * config/aarch64/aarch64-protos.h (aarch64_mask_and_shift_for_ubfiz_p):
1700         New prototype.
1701         * config/aarch64/aarch64.md (*andim_ashift<mode>_bfiz): Replace
1702         matching condition with aarch64_mask_and_shift_for_ubfiz_p.
1704 2016-06-14  Richard Biener  <rguenther@suse.de>
1706         PR tree-optimization/71522
1707         * tree-ssa.c (non_rewritable_lvalue_p): Do not rewrite non-float
1708         copying into float copying.
1710 2016-06-14  Jakub Jelinek  <jakub@redhat.com>
1712         PR tree-optimization/71520
1713         * tree-ssa-tail-merge.c (find_duplicate): Handle labels.
1714         (replace_block_by): Move user labels from bb1 to bb2.
1716 2016-06-14  Richard Biener  <rguenther@suse.de>
1718         PR middle-end/71310
1719         PR bootstrap/71510
1720         * expr.h (get_bit_range): Declare.
1721         * expr.c (get_bit_range): Export.
1722         * fold-const.c (optimize_bit_field_compare): Use get_bit_range and
1723         word_mode again to constrain the bitfield access.
1725 2016-06-14  Richard Biener  <rguenther@suse.de>
1727         PR tree-optimization/71521
1728         * tree-vrp.c (extract_range_from_binary_expr_1): Guard
1729         division int_const_binop against zero divisor.
1731 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
1733         * config/i386/i386.md (signbittf2): New expander.
1734         * config/i386/sse.md (ptesttf2): New insn pattern.
1736 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
1738         PR bootstrap/71481
1739         * input.c (selftest::test_reading_source_line): Avoid reading from
1740         __FILE__ by creating a tempfile with known content and reading
1741         from that instead.
1743 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
1745         * pretty-print.c (assert_pp_format_colored): Skip the test if
1746         GCC_COLORS is set.
1747         (test_pp_format): Remove comment about GCC_COLORS.
1749 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
1751         * input.c (test_reading_source_line): Use SELFTEST_LOCATION.
1752         * pretty-print.c (assert_pp_format_va): Add location param and use
1753         it with ASSERT_STREQ_AT.
1754         (assert_pp_format): Add location param and pass it to
1755         assert_pp_format_va.
1756         (assert_pp_format_colored): Likewise.
1757         (ASSERT_PP_FORMAT_1): New.
1758         (ASSERT_PP_FORMAT_2): New.
1759         (ASSERT_PP_FORMAT_3): New.
1760         (test_pp_format): Provide SELFTEST_LOCATION throughout, either
1761         explicitly, or implicitly via the above macros.
1762         * selftest.c (selftest::pass): Use a selftest::location rather
1763         than file and line.
1764         (selftest::fail): Likewise.  Print the function name.
1765         (selftest::fail_formatted): Likewise.
1766         (selftest::assert_streq): Use a selftest::location rather than
1767         file and line.
1768         * selftest.h (selftest::location): New struct.
1769         (SELFTEST_LOCATION): New macro.
1770         (selftest::pass): Accept a const location & rather than file
1771         and line.
1772         (selftest::fail): Likewise.
1773         (selftest::fail_formatted): Likewise.
1774         (selftest::assert_streq): Likewise.
1775         (ASSERT_TRUE): Update for above changes, using SELFTEST_LOCATION.
1776         (ASSERT_FALSE): Likewise.
1777         (ASSERT_EQ): Likewise.
1778         (ASSERT_NE): Likewise.
1779         (ASSERT_STREQ): Likewise.
1780         (ASSERT_PRED1): Likewise.
1781         (ASSERT_STREQ_AT): New macro.
1783 2016-06-13  David Malcolm  <dmalcolm@redhat.com>
1785         * selftest.c (selftest::fail_formatted): New function.
1786         (selftest::assert_streq): New function.
1787         * selftest.h (selftests::fail_formatted): New decl.
1788         (selftest::assert_streq): New decl.
1789         (ASSERT_STREQ): Reimplement in terms of selftest::assert_streq.
1791 2016-06-13  Jeff Law  <law@redhat.com>
1793         PR tree-optimization/71403
1794         * tree-ssa-threadbackward.c
1795         (convert_and_register_jump_thread_path): No longer accept reference
1796         to path.  Do not pop items off the path anymore.
1797         (fsm_find_control_statement_thread_paths): Do not allow threading
1798         to a deeper loop nest.  Pop the last item off the path here rather
1799         than in convert_and_register_jump_thread_path.
1801 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
1802             Wilco Dijkstra  <Wilco.Dijkstra@arm.com>
1804         [AArch64] Emit division using the Newton series
1806         * config/aarch64/aarch64-protos.h
1807         (cpu_approx_modes): Add new member "division".
1808         (aarch64_emit_approx_div): Declare new function.
1809         * config/aarch64/aarch64.c
1810         (generic_approx_modes): New member "division".
1811         (exynosm1_approx_modes): Likewise.
1812         (xgene1_approx_modes): Likewise.
1813         (aarch64_emit_approx_div): Define new function.
1814         * config/aarch64/aarch64.md ("div<mode>3"): New expansion.
1815         * config/aarch64/aarch64-simd.md ("div<mode>3"): Likewise.
1816         * config/aarch64/aarch64.opt (-mlow-precision-div): Add new option.
1817         * doc/invoke.texi (-mlow-precision-div): Describe new option.
1819 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
1820             Wilco Dijkstra  <wilco.dijkstra@arm.com>
1822         [AArch64] Emit square root using the Newton series
1824         * config/aarch64/aarch64-protos.h
1825         (aarch64_emit_approx_rsqrt): Replace with new function
1826         "aarch64_emit_approx_sqrt".
1827         (cpu_approx_modes): New member "sqrt".
1828         * config/aarch64/aarch64.c
1829         (generic_approx_modes): New member "sqrt".
1830         (exynosm1_approx_modes): Likewise.
1831         (xgene1_approx_modes): Likewise.
1832         (aarch64_emit_approx_rsqrt): Replace with new function
1833         "aarch64_emit_approx_sqrt".
1834         (aarch64_override_options_after_change_1): Handle new option.
1835         * config/aarch64/aarch64-simd.md
1836         (rsqrt<mode>2): Use new function instead.
1837         (sqrt<mode>2): New expansion and insn definitions.
1838         * config/aarch64/aarch64.md: Likewise.
1839         * config/aarch64/aarch64.opt
1840         (mlow-precision-sqrt): Add new option description.
1841         * doc/invoke.texi (mlow-precision-sqrt): Likewise.
1843 2016-06-13  Evandro Menezes  <e.menezes@samsung.com>
1845         [AArch64] Add more choices for the reciprocal square root approximation
1847         Allow a target to prefer such operation depending on the operation mode.
1849         * config/aarch64/aarch64-protos.h
1850         (AARCH64_APPROX_MODE): New macro.
1851         (AARCH64_APPROX_{NONE,ALL}): Likewise.
1852         (cpu_approx_modes): New structure.
1853         (tune_params): New member "approx_modes".
1854         * config/aarch64/aarch64-tuning-flags.def
1855         (AARCH64_EXTRA_TUNE_APPROX_RSQRT): Remove macro.
1856         * config/aarch64/aarch64.c
1857         (generic_approx_modes): New core "cpu_approx_modes" structure.
1858         (exynosm1_approx_modes): Likewise.
1859         (xgene1_approx_modes): Likewise.
1860         (generic_tunings): New member "approx_modes".
1861         (cortexa35_tunings): Likewise.
1862         (cortexa53_tunings): Likewise.
1863         (cortexa57_tunings): Likewise.
1864         (cortexa72_tunings): Likewise.
1865         (exynosm1_tunings): Likewise.
1866         (thunderx_tunings): Likewise.
1867         (xgene1_tunings): Likewise.
1868         (use_rsqrt_p): New argument for the mode and use new member from
1869         "tune_params".
1870         (aarch64_builtin_reciprocal): Devise mode from builtin.
1871         (aarch64_optab_supported_p): New argument for the mode.
1872         * doc/invoke.texi (-mlow-precision-recip-sqrt): Reword description.
1874 2016-06-13  Kelvin Nilsen  <kelvin@gcc.gnu.org>
1876         * config/rs6000/rs6000.h (RS6000_BTM_COMMON): Add the
1877         RS6000_BTM_MODULO flag into the set of flags that are considered
1878         to be part of the common configuration.
1880 2016-06-13  Kelvin Nilsen  <kelvin@gcc.gnu.org>
1882         * config/rs6000/altivec.h (vec_absd): New macro for vector absolute
1883         difference unsigned.
1884         (vec_absdb): New macro for vector absolute difference unsigned
1885         byte.
1886         (vec_absdh): New macro for vector absolute difference unsigned
1887         half-word.
1888         (vec_absdw): New macro for vector absolute difference unsigned word.
1889         * config/rs6000/altivec.md (UNSPEC_VADU): New value.
1890         (vadu<mode>3): New insn.
1891         (*p9_vadu<mode>3): New insn.
1892         * config/rs6000/rs6000-builtin.def (vadub): New built-in
1893         definition.
1894         (vaduh): New built-in definition.
1895         (vaduw): New built-in definition.
1896         (vadu): New overloaded built-in definition.
1897         (vadub): New overloaded built-in definition.
1898         (vaduh): New overloaded built-in definition.
1899         (vaduw): New overloaded built-in definition.
1900         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
1901         overloaded vector absolute difference unsigned functions.
1902         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
1903         the ISA 3.0 vector absolute difference unsigned built-in functions.
1905 2016-06-13  Eric Botcazou  <ebotcazou@adacore.com>
1907         * tree-ssa-sccvn.c (vn_reference_lookup_3): Use a uniform test and
1908         update shared_lookup_references only once after changing operands.
1910 2016-06-13  Thomas Schwinge  <thomas@codesourcery.com>
1912         PR middle-end/71373
1913         * tree-nested.c (convert_nonlocal_omp_clauses)
1914         (convert_local_omp_clauses): Document missing OMP_CLAUSE_*.
1916         * tree-cfg.c (edge_to_cases_cleanup): Fix CASE_CHAIN typo.
1917         * tree.def (CASE_LABEL_EXPR): Likewise.
1919 2016-06-13  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1921         PR bootstrap/71481
1922         * input.c (test_builtins): Fix an assertion.
1924 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
1926         * config/i386/i386.md (paritydi2): Use ix86_expand_setcc.
1927         (paritysi2): Ditto.
1928         (isinfxf2): Ditto.
1929         (isinf<mode>2): Ditto.
1931 2016-06-13  Uros Bizjak  <ubizjak@gmail.com>
1933         * ggc-tests.c (test_finalization): Only test need_finalization_p
1934         for GCC_VERSION >= 4003.
1936 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
1938         * config/s390/vecintrin.h: Fix file description in comment.
1940 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
1942         * config/s390/s390-builtin-types.def: Change builtin type naming
1943         scheme to match builtin-types.def.
1945 2016-06-13  Marc Glisse  <marc.glisse@inria.fr>
1947         * fold-const.c (optimize_minmax_comparison): Remove.
1948         (fold_comparison): Remove call to the above.
1949         * match.pd (MIN (X, Y) == X, MIN (X, 5) == 0, MIN (X, C1) < C2):
1950         New transformations.
1952 2016-06-13  Alan Hayward  <alan.hayward@arm.com>
1954         PR tree-optimization/71416
1955         * tree-vect-loop.c (vectorizable_live_operation): Let worklist have
1956         multiple entries
1958 2016-06-13  Martin Liska  <mliska@suse.cz>
1960         * predict.c (enum predictor_reason): Prefix enum with REASON_.
1961         (combine_predictions_for_insn): Likewise.
1962         (prune_predictions_for_bb): Likewise.
1963         (combine_predictions_for_bb): Likewise.
1965 2016-06-13  Richard Biener  <rguenther@suse.de>
1967         PR tree-optimization/71505
1968         * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Make
1969         assert match comment.
1971 2016-06-13  Marek Polacek  <polacek@redhat.com>
1973         PR middle-end/71476
1974         * gimplify.c (maybe_warn_switch_unreachable): Factored out of
1975         gimplify_switch_expr.
1976         (warn_switch_unreachable_r): New function.
1978 2016-06-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
1980         PR target/71379
1981         * config/s390/s390.c (s390_expand_builtin): Increase MAX_ARGS by
1982         one.
1984 2016-06-13  Richard Biener  <rguenther@suse.de>
1986         PR middle-end/64516
1987         * fold-const.c (fold_unary_loc): Preserve alignment when
1988         folding a VIEW_CONVERT_EXPR into a MEM_REF.
1990 2016-06-13  Martin Liska  <mliska@suse.cz>
1992         PR sanitizer/71458
1993         * toplev.c (process_options): Do not enable -fcheck-pointer-bounds
1994         w/ -fsanitize=bounds.
1996 2016-06-12  Uros Bizjak  <ubizjak@gmail.com>
1998         * config/i386/i386.c (ix86_init_builtins): Calculate
1999         FLOAT128_FTYPE_CONST_STRING function type only once.
2000         * doc/extend.texi (x86 Built-in Functions): Update text, __float128
2001         built-in functions are available for x86-32 and x86-64 targets.
2003 2016-06-12  Uros Bizjak  <ubizjak@gmail.com>
2005         PR target/71241
2006         * config/i386/i386.i386-builtin-types.def (CONST_STRING):
2007         New primitive type.
2008         (FLOAT128_FTYPE_CONST_STRING): New function type.
2009         * config/i386/i386.c (enum ix86_builtins) [IX86_BUILTIN_NANQ]: New.
2010         [IX86_BUILTIN_NANSQ]: Ditto.
2011         (ix86_fold_builtin): Handle IX86_BUILTIN_NANQ and IX86_BUILTIN_NANSQ.
2012         (ix86_init_builtin_types): Declare const_string_type_node.
2013         (ix86_init_builtins): Add __builtin_nanq and __builtin_nansq
2014         builtin functions.
2015         (ix86_expand_builtin): Handle IX86_BUILTIN_NANQ and IX86_BUILTIN_NANSQ.
2016         * doc/extend.texi (x86 Built-in Functions): Document
2017         __builtin_nanq and __builtin_nansq.
2019 2016-06-11  Jiong Wang  <jiong.wang@arm.com>
2021         PR target/71061
2022         * config/arm/arm-protos.h (arm_attr_length_pop_multi): New declaration.
2023         * config/arm/arm.c (arm_attr_length_pop_multi): New function to return
2024         length for pop patterns.
2025         (arm_attr_length_push_multi): Update comments.
2026         * config/arm/arm.md (*load_multiple_with_writeback): Set "length"
2027         attribute.
2028         (*pop_multiple_with_writeback_and_return): Likewise.
2029         (*pop_multiple_with_return): Likewise.
2031 2016-06-11  Segher Boessenkool  <segher@kernel.crashing.org>
2033         PR middle-end/71310
2034         * fold-const.c (optimize_bit_field_compare): Don't try to use
2035         word_mode unconditionally for reading the bit field, look at
2036         DECL_BIT_FIELD_REPRESENTATIVE instead.
2038 2016-06-11  Kugan Vivekanandarajah  <kuganv@linaro.org>
2040         PR middle-end/71478
2041         * tree-ssa-reassoc.c (reassociate_bb): Remove (-1) from ops list for
2042         vector integer type.
2044 2016-06-10  Jakub Jelinek  <jakub@redhat.com>
2046         PR middle-end/71494
2047         * tree-nested.c (convert_nonlocal_reference_stmt): For GIMPLE_GOTO
2048         without LABEL_DECL, set *handled_ops_p to false instead of true.
2050 2016-06-10  Martin Sebor  <msebor@redhat.com>
2052         PR c/71392
2053         * builtin-attrs.def (ATTR_NOTHROW_NONNULL_LEAF_LIST): New macro.
2054         (ATTR_NOTHROW_NONNULL_TYPEGENERIC_LEAF): Same.
2055         * builtins.def (BUILT_IN_SADD_OVERFLOW, BUILT_IN_SADDL_OVERFLOW): Use
2056         them.
2057         (BUILT_IN_SADDLL_OVERFLOW, BUILT_IN_SSUB_OVERFLOW): Same.
2058         (BUILT_IN_SSUBL_OVERFLOW, BUILT_IN_SSUBLL_OVERFLOW): Same.
2059         (BUILT_IN_SMUL_OVERFLOW, BUILT_IN_SMULL_OVERFLOW): Same.
2060         (BUILT_IN_SMULLL_OVERFLOW, BUILT_IN_UADD_OVERFLOW): Same.
2061         (BUILT_IN_UADDL_OVERFLOW, BUILT_IN_UADDLL_OVERFLOW): Same.
2062         (BUILT_IN_USUB_OVERFLOW, BUILT_IN_USUBL_OVERFLOW): Same.
2063         (BUILT_IN_USUBLL_OVERFLOW, BUILT_IN_UMUL_OVERFLOW): Same.
2064         (BUILT_IN_UMULL_OVERFLOW, BUILT_IN_UMULLL_OVERFLOW): Same.
2066 2016-06-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2068         * config/arm/arm.h (pool_vector_label,
2069         return_used_this_function): Remove.
2071 2016-06-10  Jeff Law  <law@redhat.com>
2073         PR tree-optimization/71335
2074         * tree-ssa-threadbackward.c (profitable_jump_thread_path): Filter out
2075         zero length paths here.
2076         (convert_and_register_jump_thread_path): Remove hacks related to
2077         duplicated blocks in the jump thread path.
2078         (fsm_find_control_statement_thread_paths): Avoid putting the same
2079         block on the thread path twice, but ensure the thread path is
2080         unchanged from the caller's point of view.
2082 2016-06-10  Jan Hubicka  <hubicka@ucw.cz>
2084         * predict.c (predict_loops): Remove PRED_LOOP_BRANCH.
2085         * predict.def (PRED_LOOP_BRANCH): Remove.
2087 2016-06-10  David Malcolm  <dmalcolm@redhat.com>
2089         * Makefile.in (OBJS): Add ggc-tests.o.
2090         (GTFILES): Add ggc-tests.c.
2091         * ggc-tests.c: New file.
2092         * selftest-run-tests.c (selftest::run_tests): Call
2093         selftest::ggc_tests_c_tests.
2094         * selftest.h (selftest::ggc_tests_c_tests): New prototype.
2096 2016-06-10  Alexander Monakov  <amonakov@ispras.ru>
2098         * match.pd (-1 / B < A): Use :c to avoid pattern duplication.
2100 2016-06-10  Maxim Ostapenko  <m.ostapenko@samsung.com>
2102         PR sanitizer/71480
2103         * varasm.c (place_block_symbol): Adjust alignment for asan protected
2104         STRING_CSTs even if TREE_CONSTANT_POOL_ADDRESS_P.
2106 2016-06-10  Jan Hubicka  <hubicka@ucw.cz>
2108         * profile.c: Include cfgloop.h.
2109         (branch_prob): Compute estimated number of iterations.
2110         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Do not
2111         recompute estimate number of iterations from profile.
2113 2016-06-10  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2115         PR inline-asm/68843
2116         * reg-stack.c (check_asm_stack_operands): Explicit input arguments
2117         must be grouped on top of stack.  Don't force early clobber
2118         on ordinary reg outputs.
2120 2016-06-10  Richard Biener  <rguenther@suse.de>
2122         * targhooks.c (default_builtin_vectorization_cost): Adjust
2123         vec_construct cost.
2125 2016-06-10  Richard Biener  <rguenther@suse.de>
2127         * gimple-fold.c (gimple_fold_builtin_memory_op): Make sure
2128         to fold the RHS to a constant if possible.
2130 2016-06-10  Thomas Schwinge  <thomas@codesourcery.com>
2132         PR middle-end/71373
2133         * tree-nested.c (convert_nonlocal_omp_clauses)
2134         (convert_local_omp_clauses): Handle OMP_CLAUSE_ASYNC,
2135         OMP_CLAUSE_WAIT, OMP_CLAUSE_INDEPENDENT, OMP_CLAUSE_AUTO,
2136         OMP_CLAUSE__CACHE_, OMP_CLAUSE_TILE.
2138         * gimplify.c (gimplify_adjust_omp_clauses): Discard
2139         OMP_CLAUSE_TILE.
2140         * omp-low.c (scan_sharing_clauses): Don't expect OMP_CLAUSE_TILE.
2142         * omp-low.c (scan_sharing_clauses): Don't expect
2143         OMP_CLAUSE__CACHE_.
2145 2016-06-10  Alan Hayward  <alan.hayward@arm.com>
2147         PR tree-optimization/71407
2148         PR tree-optimization/71416
2149         * tree-vect-loop.c (vectorizable_live_operation): Use vectype for
2150         BIT_FIELD_REF type.
2152 2016-06-10  Richard Biener  <rguenther@suse.de>
2154         PR middle-end/71477
2155         * cfgloop.c (alloc_loop): Initialize nb_iterations_likely_upper_bound.
2157 2016-06-09  Eric Botcazou  <ebotcazou@adacore.com>
2159         * df-problems.c (df_note_bb_compute): Guard use of DF_INSN_INFO_GET.
2161 2016-06-09  Vladimir Makarov  <vmakarov@redhat.com>
2162             Jiong Wang  <jiong.wang@arm.com>
2164         PR rtl-optimization/70751
2165         * lra-constraints.c (process_alt_operands): Recognize Non-pseudo
2166         spilled into memory.
2168 2016-06-09  Jonathan Yong  <10walls@gmail.com>
2170         Revert:
2171         2015-09-21  Jonathan Yong  <10walls@gmail.com>
2173         * config/i386/cygwin.h (STARTFILE_SPEC): Explicitly search
2174         sysroot/usr/lib/32api for additional win32 libraries,
2175         fixes failing Cygwin bootstrapping.
2177 2016-06-09  Marcin Baczyński  <marbacz@gmail.com>
2179         * diagnostic.h (diagnostic_line_cutoff, diagnostic_flush_buffer):
2180         Delete.
2182 2016-06-09  David Malcolm  <dmalcolm@redhat.com>
2184         PR bootstrap/71471
2185         * pretty-print.c (pp_indent): Specify that %p is printed in a
2186         host-dependent manner.
2187         (test_pp_format): Remove the test for %p.
2189 2016-06-09  Maciej W. Rozycki  <macro@imgtec.com>
2191         * config/mips/mips.c (mips_output_jump): Fix formatting.
2193 2016-06-09  Richard Biener  <rguenther@suse.de>
2195         PR tree-optimization/71462
2196         * tree-ssa-loop-manip.c (find_uses_to_rename): Guard against
2197         removed blocks.
2199 2016-06-09  Martin Liska  <mliska@suse.cz>
2201         * predict.c (dump_prediction): Add new argument.
2202         (enum predictor_reason): New enum.
2203         (struct predictor_hash): New struct.
2204         (predictor_hash::hash): New function.
2205         (predictor_hash::equal): Likewise.
2206         (not_removed_prediction_p): New function.
2207         (prune_predictions_for_bb): Likewise.
2208         (combine_predictions_for_bb): Prune predictions.
2210 2016-06-09  Martin Liska  <mliska@suse.cz>
2212         * predict.c (filter_predictions): New function.
2213         (remove_predictions_associated_with_edge): Use the filter
2214         function.
2215         (equal_edge_p): New function.
2217 2016-06-09  Stefan Bruens  <stefan.bruens@rwth-aachen.de>
2219         * doc/invoke.texi (ARM Options): Use lexicographical ordering.
2220         Correct usage of @samp vs @option, add @samp where appropriate.
2221         Add -march={armv6k,armv6z,arm6zk}, remove -march=ep9312.
2222         Add armv6s-m and document it, as it is no official ARM name.
2224 2016-06-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2226         * ifcvt.c (struct noce_if_info): Add transform_name field.
2227         (noce_try_move): Set if_info->transform_name to the function name.
2228         (noce_try_ifelse_collapse): Likewise.
2229         (noce_try_store_flag): Likewise.
2230         (noce_try_inverse_constants): Likewise.
2231         (noce_try_store_flag_constants): Likewise.
2232         (noce_try_addcc): Likewise.
2233         (noce_try_store_flag_mask): Likewise.
2234         (noce_try_cmove): Likewise.
2235         (noce_try_cmove_arith): Likewise.
2236         (noce_try_minmax): Likewise.
2237         (noce_try_abs): Likewise.
2238         (noce_try_sign_mask): Likewise.
2239         (noce_try_bitop): Likewise.
2240         (noce_convert_multiple_sets): Likewise.
2241         (noce_process_if_block): Print if_info->transform_name to
2242         dump_file if transformation succeeded.
2244 2016-06-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2246         * config/arm/cortex-a57.md (cortex_a57_alu):
2247         Handle csel type.
2249 2016-06-08  Martin Sebor  <msebor@redhat.com>
2250             Jakub Jelinek  <jakub@redhat.com>
2252         PR c++/70507
2253         PR c/68120
2254         * builtins.def (BUILT_IN_ADD_OVERFLOW_P, BUILT_IN_SUB_OVERFLOW_P,
2255         BUILT_IN_MUL_OVERFLOW_P): New builtins.
2256         * builtins.c: Include gimple-fold.h.
2257         (fold_builtin_arith_overflow): Handle
2258         BUILT_IN_{ADD,SUB,MUL}_OVERFLOW_P.
2259         (fold_builtin_3): Likewise.
2260         * doc/extend.texi (Integer Overflow Builtins): Document
2261         __builtin_{add,sub,mul}_overflow_p.
2263 2016-06-08  Jose E. Marchesi  <jose.marchesi@oracle.com>
2265         * config/sparc/driver-sparc.c (cpu_names): Fix the entry for the
2266         SPARC-M7 and add an entry for SPARC-S7 cpus (Sonoma).
2268 2016-06-08  Alan Lawrence  <alan.lawrence@arm.com>
2270         * config/aarch64/aarch64.c (aarch64_function_arg_alignment):
2271         Rewrite, looking one level down for records and arrays.
2273 2016-06-08  David Malcolm  <dmalcolm@redhat.com>
2275         * pretty-print.c: Include "selftest.h".
2276         (pp_format): Fix comment.
2277         (identifier_to_locale): Likewise.
2278         (selftest::test_basic_printing): New function.
2279         (selftest::assert_pp_format): New function.
2280         (selftest::test_pp_format): New function.
2281         (selftest::pretty_print_c_tests): New function.
2282         * selftest-run-tests.c (selftest::run_tests): Call
2283         selftest::pretty_print_c_tests.
2284         * selftest.h (pretty_print_c_tests): New declaration.
2286 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
2288         * invoke.texi (max-loop-headers-insns): Document.
2289         * params.def (PARAM_MAX_LOOP_HEADER_INSNS): New.
2290         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Update comment.
2291         (ch_base::copy_headers): Use PARAM_MAX_LOOP_HEADER_INSNS.
2293 2016-06-08  Richard Biener  <rguenther@suse.de>
2295         * tree-vect-stmts.c (vectorizable_load): Remove restrictions
2296         on strided SLP loads and fall back to scalar loads in case
2297         we can't chunk them.
2299 2016-06-08  Richard Biener  <rguenther@suse.de>
2301         PR tree-optimization/71452
2302         * tree-ssa.c (non_rewritable_lvalue_p): Make sure that the
2303         type used for the SSA rewrite has enough precision to cover
2304         the dynamic type of the location.
2306 2016-06-08  Jakub Jelinek  <jakub@redhat.com>
2307             Richard Biener  <rguenther@suse.de>
2309         PR c++/71448
2310         * fold-const.c (fold_comparison): Handle CONSTANT_CLASS_P (base0)
2311         the same as DECL_P (base0) for indirect_base0.  Use equality_code
2312         in one further place.
2314 2016-06-08  Richard Sandiford  <richard.sandiford@arm.com>
2316         * expmed.c (store_bit_field_1): Do not restrict a multiword op0
2317         to one word if the field is known to overlap other words.
2318         (extract_bit_field_1): Likewise.
2319         (store_split_bit_field): Remove compensating code.
2320         (extract_split_bit_field): Likewise.
2322 2016-06-08  Bernd Schmidt  <bschmidt@redhat.com>
2324         PR debug/71432
2325         PR ada/71413
2326         * tree-ssa-strlen.c (handle_builtin_memcmp): Ignore debug insns.
2328 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
2330         * config/aarch64/aarch64-builtins.def (faddp): New builtins for modes in
2331         VDQF.
2332         * config/aarch64/aarch64-simd.md (aarch64_faddp<mode>): New.
2333         (arch64_addpv4sf): Delete.
2334         (reduc_plus_scal_v4sf): Use "gen_aarch64_faddpv4sf" instead of
2335         "gen_aarch64_addpv4sf".
2336         * config/aarch64/arm_neon.h (vpadd_f32): Remove inline assembly.  Use
2337         builtin.
2338         (vpadds_f32): Likewise.
2339         (vpaddq_f32): Likewise.
2340         (vpaddq_f64): Likewise.
2342 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
2344         * config/aarch64/aarch64-builtins.def (fabd): New builtins for modes
2345         VALLF.
2346         * config/aarch64/aarch64-simd.md (fabd<mode>_3): Extend modes from VDQF
2347         to VALLF.  Rename to "fabd<mode>3".
2348         "*fabd_scalar<mode>3): Delete.
2349         * config/aarch64/arm_neon.h (vabds_f32): Remove inline assembly.
2350         Use builtin.
2351         (vabdd_f64): Likewise.
2352         (vabd_f32): Likewise.
2353         (vabd_f64): Likewise.
2354         (vabdq_f32): Likewise.
2355         (vabdq_f64): Likewise.
2357 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
2359         * config/aarch64/aarch64-builtins.def (rsqrts): New builtins for modes
2360         VALLF.
2361         * config/aarch64/aarch64-simd.md (aarch64_rsqrts_<mode>3): Rename to
2362         "aarch64_rsqrts<mode>".
2363         * config/aarch64/aarch64.c (get_rsqrts_type): Update gen* name.
2364         * config/aarch64/arm_neon.h (vrsqrtss_f32): Remove inline assembly.  Use
2365         builtin.
2366         (vrsqrtsd_f64): Likewise.
2367         (vrsqrts_f32): Likewise.
2368         (vrsqrts_f64): Likewise.
2369         (vrsqrtsq_f32): Likewise.
2370         (vrsqrtsq_f64): Likewise.
2372 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
2374         * config/aarch64/aarch64-builtins.def (rsqrte): New builtins for modes
2375         VALLF.
2376         * config/aarch64/aarch64-simd.md (aarch64_rsqrte_<mode>2): Rename to
2377         "aarch64_rsqrte<mode>".
2378         * config/aarch64/aarch64.c (get_rsqrte_type): Update gen* name.
2379         * config/aarch64/arm_neon.h (vrsqrts_f32): Remove inline assembly.  Use
2380         builtin.
2381         (vrsqrted_f64): Likewise.
2382         (vrsqrte_f32): Likewise.
2383         (vrsqrte_f64): Likewise.
2384         (vrsqrteq_f32): Likewise.
2385         (vrsqrteq_f64): Likewise.
2387 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
2389         * config/aarch64/aarch64-builtins.def (scvtf): Register vector modes.
2390         (ucvtf): Likewise.
2391         (fcvtzs): Likewise.
2392         (fcvtzu): Likewise.
2393         * config/aarch64/aarch64-simd.md
2394         (<FCVT_F2FIXED:fcvt_fixed_insn><VDQF:mode>3): New.
2395         (<FCVT_FIXED2F:fcvt_fixed_insn><VDQ_SDI:mode>3): Likewise.
2396         * config/aarch64/arm_neon.h (vcvt_n_f32_s32): Remove inline assembly.
2397         Use builtin.
2398         (vcvt_n_f32_u32): Likewise.
2399         (vcvt_n_s32_f32): Likewise.
2400         (vcvt_n_u32_f32): Likewise.
2401         (vcvtq_n_f32_s32): Likewise.
2402         (vcvtq_n_f32_u32): Likewise.
2403         (vcvtq_n_f64_s64): Likewise.
2404         (vcvtq_n_f64_u64): Likewise.
2405         (vcvtq_n_s32_f32): Likewise.
2406         (vcvtq_n_s64_f64): Likewise.
2407         (vcvtq_n_u32_f32): Likewise.
2408         (vcvtq_n_u64_f64): Likewise.
2409         * config/aarch64/iterators.md (VDQ_SDI): New mode iterator.
2410         (VSDQ_SDI): Likewise.
2411         (fcvt_target): Support V4DI, V4SI and V2SI.
2412         (FCVT_TARGET): Likewise.
2414 2016-06-08  Jiong Wang  <jiong.wang@arm.com>
2416         * config/aarch64/aarch64-builtins.c (TYPES_BINOP_USS): New
2417         (TYPES_BINOP_SUS): Likewise.
2418         (aarch64_simd_builtin_data): Update include file name.
2419         (aarch64_builtins): Likewise.
2420         * config/aarch64/aarch64-simd-builtins.def (scvtf): New entries
2421         for conversion between scalar float-point and fixed-point.
2422         (ucvtf): Likewise.
2423         (fcvtzs): Likewise.
2424         (fcvtzu): Likewise.
2425         * config/aarch64/aarch64.md
2426         (<FCVT_F2FIXED:fcvt_fixed_insn><GPF:mode>3: New
2427         pattern for conversion between scalar float to fixed-pointer.
2428         (<FCVT_FIXED2F:fcvt_fixed_insn><GPI:mode>: Likewise.
2429         (UNSPEC_FCVTZS): New UNSPEC enumeration.
2430         (UNSPEC_FCVTZU): Likewise.
2431         (UNSPEC_SCVTF): Likewise.
2432         (UNSPEC_UCVTF): Likewise.
2433         * config/aarch64/arm_neon.h (vcvtd_n_f64_s64): Remove inline assembly.
2434         Use builtin.
2435         (vcvtd_n_f64_u64): Likewise.
2436         (vcvtd_n_s64_f64): Likewise.
2437         (vcvtd_n_u64_f64): Likewise.
2438         (vcvtd_n_f32_s32): Likewise.
2439         (vcvts_n_f32_u32): Likewise.
2440         (vcvtd_n_s32_f32): Likewise.
2441         (vcvts_n_u32_f32): Likewise.
2442         * config/aarch64/iterators.md (fcvt_target): Support integer to float
2443         mapping.
2444         (FCVT_TARGET): Likewise.
2445         (FCVT_FIXED2F): New iterator.
2446         (FCVT_F2FIXED): Likewise.
2447         (fcvt_fixed_insn): New define_int_attr.
2449 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
2451         * predict.c (pass_strip_predict_hints::execute): Cleanup CFG if
2452         some statements was removed.
2454 2016-06-08  Alan Hayward  <alan.hayward@arm.com>
2456         * tree-vect-data-refs.c (vect_analyze_data_refs): Remove debug newline.
2457         * tree-vect-loop-manip.c (slpeel_make_loop_iterate_ntimes): likewise.
2458         (vect_can_advance_ivs_p): likewise.
2459         (vect_update_ivs_after_vectorizer): likewise.
2460         * tree-vect-loop.c (vect_determine_vectorization_factor): likewise.
2461         (vect_analyze_scalar_cycles_1): likewise.
2462         (vect_analyze_loop_operations): likewise.
2463         (report_vect_op): likewise.
2464         (vect_is_slp_reduction): likewise.
2465         (vect_is_simple_reduction): likewise.
2466         (get_initial_def_for_induction): likewise.
2467         (vect_transform_loop): likewise.
2468         * tree-vect-patterns.c (vect_recog_dot_prod_pattern): likewise.
2469         (vect_recog_sad_pattern): likewise.
2470         (vect_recog_widen_sum_pattern): likewise.
2471         (vect_recog_widening_pattern): likewise.
2472         (vect_recog_divmod_pattern): likewise.
2473         * tree-vect-slp.c (vect-build-slp_tree_1): likewise.
2474         (vect_analyze_slp_instance): likewise.
2475         (vect_transform_slp_perm_load): likewise.
2476         (vect_schedule_slp_instance): likewise.
2478 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
2480         * predict.c (predict_iv_comparison): Mention that heuristics is broken.
2481         (return_prediction): PRED_CONST_RETURN predict return as not taken.
2482         * predict.def (PRED_CONTINUE): Change hitrate 50->67
2483         (PRED_LOOP_BRANCH): Document predictor as broken.
2484         (PRED_LOOP_EXIT): Change hitrate 91->92.
2485         (PRED_LOOP_EXTRA_EXIT): Change hitrate 91->83.
2486         (PRED_POINTER, PRED_TREE_POINTER): Change hitrate 85->70.
2487         (PRED_OPCODE_POSITIVE): Change hitrate 79->64.
2488         (PRED_OPCODE_NONEQUAL): Change hitrate 91->66.
2489         (PRED_TREE_OPCODE_POSITIVE): Change hitrate 73->64
2490         (PRED_TREE_OPCODE_NONEQUAL): Chnage hitrate 72->66
2491         (PRED_CALL): Chane hitrate 71->67.
2492         (PRED_TREE_EARLY_RETURN): Document issues, change hitrate 61->54.
2493         (PRED_GOTO): Document as unused right now.
2494         (PRED_CONST_RETURN): Change hitrate 67->69
2495         (PRED_NEGATIVE_RETURN): Change hitrate 96->98
2496         (PRED_NULL_RETURN): Change hitrate 91->90.
2497         (PRED_LOOP_IV_COMPARE_GUESS): Change hitrate to 98.
2498         (PRED_FORTRAN_FAIL_ALLOC): Change hitrate to 62; document issues.
2499         (PRED_FORTRAN_SIZE_ZERO): Change hitrate to 99.
2501 2016-06-07  Bill Seurer  <seurer@linux.vnet.ibm.com>
2503         * config/rs6000/altivec.h: Add __builtin_vec_mul.
2504         * config/rs6000/rs6000-builtin.def (vec_mul): Change vec_mul to a
2505         special case Altivec builtin.
2506         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
2507         VSX_BUILTIN_VEC_MUL (replaced with special case code).
2508         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
2509         code for ALTIVEC_BUILTIN_VEC_MUL.
2510         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
2511         for __builtin_vec_mul.
2513 2016-06-07  Peter Bergner  <bergner@vnet.ibm.com>
2515         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mhtm and
2516         -mno-htm.
2518 2016-06-07  David Malcolm  <dmalcolm@redhat.com>
2520         * spellcheck.c (selftest::test_find_closest_string): New function.
2521         (spellcheck_c_tests): Call the above.
2523 2016-06-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2525         * simplify-rtx.c (simplify_cond_clz_ctz): Delete 'mode' local variable.
2527 2016-06-07  Jakub Jelinek  <jakub@redhat.com>
2529         * config/i386/sse.md (avx_vec_concat<mode>): Add v=v,vm and
2530         Yv=Yv,C alternatives.
2532 2016-06-07  Richard Biener  <rguenther@suse.de>
2534         PR c/61564
2535         * common.opt (ffast-math): Make Optimization.
2537 2016-06-07  Simon Dardis  <simon.dardis@imgtec.com>
2538             Prachi Godbole  <prachi.godbole@imgtec.com>
2540         * config/mips/p5600.md (p5600_fpu_fadd): Remove checking for
2541         `fabs' and `fneg' type attributes.
2542         (p5600_fpu_fabs): Add `fmove' to the comment.
2544 2016-06-07  Jan Hubicka  <hubicka@ucw.cz>
2546         * gimple.c: Include builtins.h
2547         (gimple_inexpensive_call_p): New function.
2548         * gimple.h (gimple_inexpensive_call_p): Declare.
2549         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Use it.
2550         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Likewise;
2551         fix formatting.
2553 2016-06-07  Paolo Carlini  <paolo.carlini@oracle.com>
2555         * diagnostic.c (diagnostic_impl, diagnostic_n_impl): New.
2556         (inform, inform_at_rich_loc, inform_n, warning, warning_at,
2557         warning_at_rich_loc, warning_n, pedwarn, permerror,
2558         permerror_at_rich_loc, error, error_n, error_at, error_at_rich_loc,
2559         sorry, fatal_error, internal_error, internal_error_no_backtrace):
2560         Use the above.
2562 2016-06-07  Richard Biener  <rguenther@suse.de>
2564         PR tree-optimization/71428
2565         * tree-ssa-math-opts.c (perform_symbolic_merge): Properly distinguish
2566         BIT_FIELD_REF op vs. load.
2568 2016-06-07  Richard Biener  <rguenther@suse.de>
2570         PR middle-end/71423
2571         * match.pd ((X | ~Y) -> Y <= X): Properly invert the comparison
2572         for signed ops.
2574 2016-06-06  John David Anglin  <danglin@gcc.gnu.org>
2576         * config/pa/pa.md (call): Generate indirect long calls to non-local
2577         functions on TARGET_64BIT.
2578         (call_value): Likewise.
2580 2016-06-06  John David Anglin  <danglin@gcc.gnu.org>
2582         * config/pa/pa.md (call_val_reg_64bit): Remove "reg: DI " clobber from
2583         pattern and subsequent splitters.
2584         (call_val_reg_64bit_post_reload): Likewise.
2586 2016-06-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
2588         PR middle-end/71408
2589         * tree-ssa-reassoc.c (zero_one_operation): Fix NEGATE_EXPR operand for
2590         propagate_op_to_single_use.
2592 2016-06-07  Kugan Vivekanandarajah  <kuganv@linaro.org>
2594         PR middle-end/71281
2595         * tree-ssa-reassoc.c (reassociate_bb): Set uid for negate stmt.
2597 2016-06-07  Uros Bizjak  <ubizjak@gmail.com>
2599         * config/i386/i386.h (enum ix86_enitity): Add X86_DIRFLAG.
2600         (enum x86_dirflag_state): New enum.
2601         (NUM_MODES_FOR_MODE_SWITCHING): Add X86_DIRFLAG_ANY.
2602         (machine_function): Remove needs_cld.
2603         (ix86_current_function_needs_cld): Remove.
2604         * config/i386/i386.c (ix86_set_func_type): Set
2605         ix86_optimize_mode_switching[X86_DIRFLAG] to 1.
2606         (ix86_expand_prologue): Do not emit CLD here.
2607         (ix86_dirflag_mode_needed): New function.
2608         (ix86_dirflag_mode_entry): Ditto.
2609         (ix86_mode_needed): Handle X86_DIRFLAG entity.
2610         (ix86_mode_after): Ditto.
2611         (ix86_mode_entry): Ditto.
2612         (ix86_mode_exit): Ditto.
2613         (ix86_emit_mode_set): Ditto.
2614         * config/i386/i386.md (strmov_singleop): Set
2615         ix86_optimize_mode_switching[X86_DIRFLAG] to 1 for TARGET_CLD.
2616         Do not set ix86_current_function_needs_cld.
2617         (rep_mov): Ditto.
2618         (strset_singleop): Ditto.
2619         (rep_stos): Ditto.
2620         (cmpstrnqi_nz_1): Ditto.
2621         (cmpstrnqi_1): Ditto.
2622         (strlenqi_1): Ditto.
2624 2016-06-06  Jakub Jelinek  <jakub@redhat.com>
2626         PR tree-optimization/71259
2627         * tree-vect-slp.c (vect_get_constant_vectors): For
2628         VECTOR_BOOLEAN_TYPE_P, return all ones constant instead of
2629         one for constant op, and use COND_EXPR for non-constant.
2631 2016-06-06  David Malcolm  <dmalcolm@redhat.com>
2633         * Makefile.in (OBJS): Add function-tests.o,
2634         hash-map-tests.o, hash-set-tests.o, rtl-tests.o,
2635         selftest-run-tests.o.
2636         (OBJS-libcommon): Add selftest.o.
2637         (OBJS-libcommon-target): Add selftest.o.
2638         (all.internal): Add "selftest".
2639         (all.cross): Likewise.
2640         (selftest): New phony target.
2641         (s-selftest): New target.
2642         (selftest-gdb): New phony target.
2643         (COLLECT2_OBJS): Add selftest.o.
2644         * bitmap.c: Include "selftest.h".
2645         (selftest::test_gc_alloc): New function.
2646         (selftest::test_set_range): New function.
2647         (selftest::test_clear_bit_in_middle): New function.
2648         (selftest::test_copying): New function.
2649         (selftest::test_bitmap_single_bit_set_p): New function.
2650         (selftest::bitmap_c_tests): New function.
2651         * common.opt (fself-test): New.
2652         * diagnostic-show-locus.c: Include "selftest.h".
2653         (make_range): New function.
2654         (test_range_contains_point_for_single_point): New function.
2655         (test_range_contains_point_for_single_line): New function.
2656         (test_range_contains_point_for_multiple_lines): New function.
2657         (assert_eq): New function.
2658         (test_get_line_width_without_trailing_whitespace): New function.
2659         (selftest::diagnostic_show_locus_c_tests): New function.
2660         * et-forest.c: Include "selftest.h".
2661         (selftest::test_single_node): New function.
2662         (selftest::test_simple_tree): New function.
2663         (selftest::test_disconnected_nodes): New function.
2664         (selftest::et_forest_c_tests): New function.
2665         * fold-const.c: Include "selftest.h".
2666         (selftest::assert_binop_folds_to_const): New function.
2667         (selftest::assert_binop_folds_to_nonlvalue): New function.
2668         (selftest::test_arithmetic_folding): New function.
2669         (selftest::fold_const_c_tests): New function.
2670         * function-tests.c: New file.
2671         * gimple.c: Include "selftest.h".
2672         Include "gimple-pretty-print.h".
2673         (selftest::verify_gimple_pp): New function.
2674         (selftest::test_assign_single): New function.
2675         (selftest::test_assign_binop): New function.
2676         (selftest::test_nop_stmt): New function.
2677         (selftest::test_return_stmt): New function.
2678         (selftest::test_return_without_value): New function.
2679         (selftest::gimple_c_tests): New function.
2680         * hash-map-tests.c: New file.
2681         * hash-set-tests.c: New file.
2682         * input.c: Include "selftest.h".
2683         (selftest::assert_loceq): New function.
2684         (selftest::test_accessing_ordinary_linemaps): New function.
2685         (selftest::test_unknown_location): New function.
2686         (selftest::test_builtins): New function.
2687         (selftest::test_reading_source_line): New function.
2688         (selftest::input_c_tests): New function.
2689         * rtl-tests.c: New file.
2690         * selftest-run-tests.c: New file.
2691         * selftest.c: New file.
2692         * selftest.h: New file.
2693         * spellcheck.c: Include "selftest.h".
2694         (selftest::levenshtein_distance_unit_test_oneway): New function,
2695         adapted from testsuite/gcc.dg/plugin/levenshtein_plugin.c.
2696         (selftest::levenshtein_distance_unit_test): Likewise.
2697         (selftest::spellcheck_c_tests): Likewise.
2698         * toplev.c: Include selftest.h.
2699         (toplev::run_self_tests): New.
2700         (toplev::main): Handle -fself-test.
2701         * toplev.h (toplev::run_self_tests): New.
2702         * tree.c: Include "selftest.h".
2703         (selftest::test_integer_constants): New function.
2704         (selftest::test_identifiers): New function.
2705         (selftest::test_labels): New function.
2706         (selftest::tree_c_tests): New function.
2707         * tree-cfg.c: Include "selftest.h".
2708         (selftest::push_fndecl): New function.
2709         (selftest::test_linear_chain): New function.
2710         (selftest::test_diamond): New function.
2711         (selftest::test_fully_connected): New function.
2712         (selftest::tree_cfg_c_tests): New function.
2713         * vec.c: Include "selftest.h".
2714         (selftest::safe_push_range): New function.
2715         (selftest::test_quick_push): New function.
2716         (selftest::test_safe_push): New function.
2717         (selftest::test_truncate): New function.
2718         (selftest::test_safe_grow_cleared): New function.
2719         (selftest::test_pop): New function.
2720         (selftest::test_safe_insert): New function.
2721         (selftest::test_ordered_remove): New function.
2722         (selftest::test_unordered_remove): New function.
2723         (selftest::test_block_remove): New function.
2724         (selftest::reverse_cmp): New function.
2725         (selftest::test_qsort): New function.
2726         (selftest::vec_c_tests): New function.c.
2727         * wide-int.cc: Include selftest.h and wide-int-print.h.
2728         (selftest::from_int <wide_int>): New function.
2729         (selftest::from_int <offset_int>): New function.
2730         (selftest::from_int <widest_int>): New function.
2731         (selftest::assert_deceq): New function.
2732         (selftest::assert_hexeq): New function.
2733         (selftest::test_printing <VALUE_TYPE>): New function template.
2734         (selftest::test_ops <VALUE_TYPE>): New function template.
2735         (selftest::test_comparisons <VALUE_TYPE>): New function template.
2736         (selftest::run_all_wide_int_tests <VALUE_TYPE>): New function
2737         template.
2738         (selftest::wide_int_cc_tests): New function.
2740 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2742         PR middle-end/37780
2743         * ifcvt.c (noce_try_ifelse_collapse): New function.
2744         Declare prototype.
2745         (noce_process_if_block): Call noce_try_ifelse_collapse.
2746         * simplify-rtx.c (simplify_cond_clz_ctz): New function.
2747         (simplify_ternary_operation): Use the above to simplify
2748         conditional CLZ/CTZ expressions.
2750 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2752         PR middle-end/37780
2753         * config/aarch64/aarch64.md (ctz<mode>2): Convert to
2754         define_insn_and_split.
2756 2016-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2758         PR middle-end/37780
2759         * config/arm/arm.md (ctzsi2): Convert to define_insn_and_split.
2761 2016-06-06  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2763         PR c/24414
2764         * cfgexpand.c (expand_asm_loc): Remove handling for ADDR_EXPR.
2765         Implicitly clobber memory for basic asm with non-empty assembler
2766         string.  Use targetm.md_asm_adjust also here.
2767         * compare-elim.c (arithmetic_flags_clobber_p): Use asm_noperands here.
2768         * final.c (final_scan_insn): Handle basic asm in PARALLEL block.
2769         * gimple.c (gimple_asm_clobbers_memory_p): Handle basic asm with
2770         non-empty assembler string.
2771         * ira.c (compute_regs_asm_clobbered): Use asm_noperands here.
2772         * recog.c (asm_noperands): Handle basic asm in PARALLEL block.
2773         (decode_asm_operands): Handle basic asm in PARALLEL block.
2774         (extract_insn): Handle basic asm in PARALLEL block.
2775         * doc/extend.texi: Mention new behavior of basic asm.
2776         * config/ia64/ia64 (rtx_needs_barrier): Handle ASM_INPUT here.
2777         * config/pa/pa.c (branch_to_delay_slot_p, branch_needs_nop_p,
2778         branch_needs_nop_p): Use asm_noperands.
2780 2016-06-06  Jose E. Marchesi  <jose.marchesi@oracle.com>
2782         * config/sparc/sparc.md (cpu): Add niagara7 cpu type.
2783         Include the M7 SPARC DFA scheduler.
2784         New attribute v3pipe.
2785         Annotate insns with v3pipe where appropriate.
2786         Define cpu_feature vis4.
2787         Add lzd instruction type and set it on clzdi_sp64 and clzsi_sp64.
2788         Add (V8QI "8") to vbits.
2789         Add insns {add,sub}v8qi3
2790         Add insns ss{add,sub}v8qi3
2791         Add insns us{add,sub}{v8qi,v4hi}3
2792         Add insns {min,max}{v8qi,v4hi,v2si}3
2793         Add insns {minu,maxu}{v8qi,v4hi,v2si}3
2794         Add insns fpcmp{le,gt,ule,ug,ule,ugt}{8,16,32}_vis.
2795         * config/sparc/niagara4.md: Add a comment explaining the
2796         discrepancy between the documented latenty numbers and the
2797         implemented ones.
2798         * config/sparc/niagara7.md: New file.
2799         * configure.ac (HAVE_AS_SPARC5_VIS4): Define if the assembler
2800         supports SPARC5 and VIS 4.0 instructions.
2801         * configure: Regenerate.
2802         * config.in: Likewise.
2803         * config.gcc: niagara7 is a supported cpu in sparc*-*-* targets.
2804         * config/sparc/sol2.h (ASM_CPU32_DEFAUILT_SPEC): Set for
2805         TARGET_CPU_niagara7.
2806         (ASM_CPU64_DEFAULT_SPEC): Likewise.
2807         (CPP_CPU_SPEC): Handle niagara7.
2808         (ASM_CPU_SPEC): Likewise.
2809         * config/sparc/sparc-opts.h (processor_type): Add
2810         PROCESSOR_NIAGARA7.
2811         (mvis4): New option.
2812         * config/sparc/sparc.h (TARGET_CPU_niagara7): Define.
2813         (AS_NIAGARA7_FLAG): Define.
2814         (ASM_CPU64_DEFAULT_SPEC): Set for niagara7.
2815         (CPP_CPU64_DEFAULT_SPEC): Likewise.
2816         (CPP_CPU_SPEC): Handle niagara7.
2817         (ASM_CPU_SPEC): Likewise.
2818         * config/sparc/sparc.c (niagara7_costs): Define.
2819         (sparc_option_override): Handle niagara7 and adjust cache-related
2820         parameters with better values for niagara cpus.  Also support VIS4.
2821         (sparc32_initialize_trampoline): Likewise.
2822         (sparc_use_sched_lookahead): Likewise.
2823         (sparc_issue_rate): Likewise.
2824         (sparc_register_move_cost): Likewise.
2825         (dump_target_flag_bits): Support VIS4.
2826         (sparc_vis_init_builtins): Likewise.
2827         (sparc_builtins): Likewise.
2828         * config/sparc/sparc-c.c (sparc_target_macros): Define __VIS__ for
2829         VIS4 4.0.
2830         * config/sparc/driver-sparc.c (cpu_names): Add SPARC-M7 and
2831         UltraSparc M7.
2832         * config/sparc/sparc.opt (sparc_processor_type): New value
2833         niagara7.
2834         * config/sparc/visintrin.h (__attribute__): Prototypes for the
2835         VIS4 builtins.
2836         * doc/invoke.texi (SPARC Options): Document -mcpu=niagara7 and
2837         -mvis4.
2838         * doc/extend.texi (SPARC VIS Built-in Functions): Document the
2839         VIS4 builtins.
2841 2016-06-06  Jonathan Wakely  <jwakely@redhat.com>
2843         * doc/sourcebuild.texi (Directives): Remove extra closing braces.
2845 2016-06-06  Richard Biener  <rguenther@suse.de>
2847         PR tree-optimization/71398
2848         * tree-ssa-loop-ivcanon.c (unloop_loops): First unloop, then
2849         remove edges.
2851 2016-06-05  James Bowman  <james.bowman@ftdichip.com>
2853         * config/ft32/ft32.c (ft32_setup_incoming_varargs,
2854         ft32_expand_prolog, ft32_expand_epilogue):
2855         Handle pretend_args.
2856         * config/ft32/ft32.h: Remove OUTGOING_REG_PARM_STACK_SPACE.
2857         * config/ft32/ft32.md: Add pretend_returner.
2859 2016-06-06  Uros Bizjak  <ubizjak@gmail.com>
2861         PR target/71389
2862         * config/i386/i386.c (ix86_avx256_split_vector_move_misalign):
2863         Copy op1 RTX to avoid invalid sharing.
2864         (ix86_expand_vector_move_misalign): Ditto.
2866 2016-06-05  John David Anglin  <danglin@gcc.gnu.org>
2868         * expr.c (move_by_pieces_d::generate): Mark mode parameter with
2869         ATTRIBUTE_UNUSED.
2871 2016-06-05  Jan Hubicka  <hubicka@ucw.cz>
2873         * predict.c (predicted_by_loop_heuristics_p): New function.
2874         (predict_iv_comparison): Use it.
2875         (predict_loops): Walk from innermost loops; do not predict edges
2876         leaving multiple loops multiple times; implement
2877         PRED_LOOP_ITERATIONS_MAX heuristics.
2878         * predict.def (PRED_LOOP_ITERATIONS_MAX): New predictor.
2880 2016-06-05  Jan Hubicka  <hubicka@ucw.cz>
2882         * cfg.c (check_bb_profile): Do not report mismatched profiles when
2883         only edges out of BB are EH edges.
2885 2016-06-04  Martin Sebor  <msebor@redhat.com>
2886             Marcin Baczyński  <marbacz@gmail.com>
2888         PR c/48116
2889         * doc/invoke.texi (-Wreturn-type): Mention not warning on return with
2890         a void expression in a void function.
2892 2016-06-03  Jan Hubicka  <hubicka@ucw.cz>
2894         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Do not check
2895         aux; dump reasons of decisions.
2896         (should_duplicate_loop_header_p): Likewise.
2897         (do_while_loop_p): Likewise.
2898         (ch_base::copy_headers): Dump asi num insns duplicated.
2900 2016-06-04  Jakub Jelinek  <jakub@redhat.com>
2902         PR tree-optimization/71405
2903         * tree-ssa.c (execute_update_addresses_taken): For clobber with
2904         incompatible type, build a new clobber with the right type instead
2905         of building a VIEW_CONVERT_EXPR around it.
2907 2016-06-04  Oleg Endo  <olegendo@gcc.gnu.org>
2909         PR tree-optimization/52171
2910         * config/sh/sh.c (sh_use_by_pieces_infrastructure_p): Use
2911         by_pieces_ninsns instead of move_by_pieces_ninsns.
2913 2016-06-04  Oleg Endo  <olegendo@gcc.gnu.org>
2915         * config/sh/sh.c (sh_print_operand_address): Don't use hardcoded 'r0'
2916         for reg+reg addressing mode.
2918 2016-06-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2920         * rs6000-c.c (c/c-tree.h): Add #include.
2921         (altivec_resolve_overloaded_builtin): Handle ARRAY_TYPE arguments
2922         in C++ when found in the base position of vec_ld or vec_st.
2924 2016-06-03  Jan Hubicka  <hubicka@ucw.cz>
2926         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Avoid
2927         use of profile unless profile status is PROFILE_READ.
2928         * profile.c (compute_branch_probabilities): Set profile status
2929         only after reporting predictor hitrates.
2931 2016-06-03  Joseph Myers  <joseph@codesourcery.com>
2933         PR target/71276
2934         PR target/71277
2935         * common.opt (ffp-int-builtin-inexact): New option.
2936         * doc/invoke.texi (-fno-fp-int-builtin-inexact): Document.
2937         * doc/md.texi (floor@var{m}2, btrunc@var{m}2, round@var{m}2)
2938         (ceil@var{m}2): Document dependence on this option.
2939         * ipa-inline-transform.c (inline_call): Handle
2940         flag_fp_int_builtin_inexact.
2941         * ipa-inline.c (can_inline_edge_p): Likewise.
2942         * config/i386/i386.md (rintxf2): Do not test
2943         flag_unsafe_math_optimizations.
2944         (rint<mode>2_frndint): New define_insn.
2945         (rint<mode>2): Do not test flag_unsafe_math_optimizations for 387
2946         or !flag_trapping_math for SSE.  Just use gen_rint<mode>2_frndint
2947         for 387 instead of extending and truncating.
2948         (frndintxf2_<rounding>): Test flag_fp_int_builtin_inexact ||
2949         !flag_trapping_math instead of flag_unsafe_math_optimizations.
2950         Change to frndint<mode>2_<rounding>.
2951         (frndintxf2_<rounding>_i387): Likewise.  Change to
2952         frndint<mode>2_<rounding>_i387.
2953         (<rounding_insn>xf2): Likewise.
2954         (<rounding_insn><mode>2): Test flag_fp_int_builtin_inexact ||
2955         !flag_trapping_math instead of flag_unsafe_math_optimizations for
2956         x87.  Test TARGET_ROUND || !flag_trapping_math ||
2957         flag_fp_int_builtin_inexact instead of !flag_trapping_math for
2958         SSE.  Use ROUND_NO_EXC in constant operand of
2959         gen_sse4_1_round<mode>2.  Just use gen_frndint<mode>2_<rounding>
2960         for 387 instead of extending and truncating.
2962 2016-06-03  H.J. Lu  <hongjiu.lu@intel.com>
2963             Julia Koval  <julia.koval@intel.com>
2965         PR target/66960
2966         PR target/67630
2967         PR target/67634
2968         PR target/67841
2969         PR target/68037
2970         PR target/68618
2971         PR target/68661
2972         PR target/69575
2973         PR target/69596
2974         PR target/69734
2975         * config/i386/i386-protos.h (ix86_epilogue_uses): New prototype.
2976         * config/i386/i386.c (ix86_conditional_register_usage): Preserve
2977         all registers, except for function return registers if there are
2978         no caller-saved registers.
2979         (ix86_set_func_type): New function.
2980         (ix86_set_current_function): Call ix86_set_func_type to set
2981         no_caller_saved_registers and func_type.  Call reinit_regs if
2982         caller-saved registers are changed.  Don't allow MPX, SSE, MMX
2983         nor x87 instructions in interrupt handler nor function with
2984         no_caller_saved_registers attribute.
2985         (ix86_function_ok_for_sibcall): Return false if there are no
2986         caller-saved registers.
2987         (type_natural_mode): Don't warn ABI change for MMX in interrupt
2988         handler.
2989         (ix86_function_arg_advance): Skip for callee in interrupt handler.
2990         (ix86_function_arg): Return special arguments in interrupt handler.
2991         (ix86_promote_function_mode): Promote pointer to word_mode only
2992         for normal functions.
2993         (ix86_can_use_return_insn_p): Don't use `ret' instruction in
2994         interrupt handler.
2995         (ix86_epilogue_uses): New function.
2996         (ix86_hard_regno_scratch_ok): Likewise.
2997         (ix86_save_reg): Preserve all registers in interrupt handler
2998         after reload.  Preserve all registers, except for function return
2999         registers, if there are no caller-saved registers after reload.
3000         (find_drap_reg): Always use callee-saved register if there are
3001         no caller-saved registers.
3002         (ix86_minimum_incoming_stack_boundary): Return MIN_STACK_BOUNDARY
3003         for interrupt handler.
3004         (ix86_expand_prologue): Don't allow DRAP in interrupt handler.
3005         Emit cld instruction if stringops are used in interrupt handler
3006         or interrupt handler isn't a leaf function.
3007         (ix86_expand_epilogue): Generate interrupt return for interrupt
3008         handler and pop the 'ERROR_CODE' off the stack before interrupt
3009         return in exception handler.
3010         (ix86_expand_call): Disallow calling interrupt handler directly.
3011         If there are no caller-saved registers, mark all registers that
3012         are clobbered by the call which returns as clobbered.
3013         (ix86_handle_no_caller_saved_registers_attribute): New function.
3014         (ix86_handle_interrupt_attribute): Likewise.
3015         (ix86_attribute_table): Add interrupt and no_caller_saved_registers
3016         attributes.
3017         (TARGET_HARD_REGNO_SCRATCH_OK): Likewise.
3018         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Use argument
3019         accumulation in interrupt function if stack may be realigned to
3020         avoid DRAP.
3021         (EPILOGUE_USES): New.
3022         (function_type): New enum.
3023         (machine_function): Add func_type and no_caller_saved_registers.
3024         * config/i386/i386.md (UNSPEC_INTERRUPT_RETURN): New.
3025         (interrupt_return): New pattern.
3026         * doc/extend.texi: Document x86 interrupt and
3027         no_caller_saved_registers attributes.
3029 2016-06-03  Bernd Schmidt  <bschmidt@redhat.com>
3031         PR tree-optimization/52171
3032         * builtins.c (expand_cmpstrn_or_cmpmem): Delete, moved elsewhere.
3033         (expand_builtin_memcmp): New arg RESULT_EQ.  All callers changed.
3034         Look for constant strings.  Move some code to emit_block_cmp_hints
3035         and use it.
3036         * builtins.def (BUILT_IN_MEMCMP_EQ): New.
3037         * defaults.h (COMPARE_MAX_PIECES): New macro.
3038         * expr.c (move_by_pieces_d, store_by_pieces_d): Remove old structs.
3039         (move_by_pieces_1, store_by_pieces_1, store_by_pieces_2): Remvoe.
3040         (clear_by_pieces_1): Don't declare.  Move definition before use.
3041         (can_do_by_pieces): New static function.
3042         (can_move_by_pieces): Use it.  Return bool.
3043         (by_pieces_ninsns): Renamed from move_by_pieces_ninsns.  New arg
3044         OP.  All callers changed.  Handle COMPARE_BY_PIECES.
3045         (class pieces_addr); New.
3046         (pieces_addr::pieces_addr, pieces_addr::decide_autoinc,
3047         pieces_addr::adjust, pieces_addr::increment_address,
3048         pieces_addr::maybe_predec, pieces_addr::maybe_postinc): New member
3049         functions for it.
3050         (class op_by_pieces_d): New.
3051         (op_by_pieces_d::op_by_pieces_d, op_by_pieces_d::run): New member
3052         functions for it.
3053         (class move_by_pieces_d, class compare_by_pieces_d,
3054         class store_by_pieces_d): New subclasses of op_by_pieces_d.
3055         (move_by_pieces_d::prepare_mode, move_by_pieces_d::generate,
3056         move_by_pieces_d::finish_endp, store_by_pieces_d::prepare_mode,
3057         store_by_pieces_d::generate, store_by_pieces_d::finish_endp,
3058         compare_by_pieces_d::generate, compare_by_pieces_d::prepare_mode,
3059         compare_by_pieces_d::finish_mode): New member functions.
3060         (compare_by_pieces, emit_block_cmp_via_cmpmem): New static
3061         functions.
3062         (expand_cmpstrn_or_cmpmem): Moved here from builtins.c.
3063         (emit_block_cmp_hints): New function.
3064         (move_by_pieces, store_by_pieces, clear_by_pieces): Rewrite to just
3065         use the newly defined classes.
3066         * expr.h (by_pieces_constfn): New typedef.
3067         (can_store_by_pieces, store_by_pieces): Use it in arg declarations.
3068         (emit_block_cmp_hints, expand_cmpstrn_or_cmpmem): Declare.
3069         (move_by_pieces_ninsns): Don't declare.
3070         (can_move_by_pieces): Change return value to bool.
3071         * target.def (TARGET_USE_BY_PIECES_INFRASTRUCTURE_P): Update docs.
3072         (compare_by_pieces_branch_ratio): New hook.
3073         * target.h (enum by_pieces_operation): Add COMPARE_BY_PIECES.
3074         (by_pieces_ninsns): Declare.
3075         * targethooks.c (default_use_by_pieces_infrastructure_p): Handle
3076         COMPARE_BY_PIECES.
3077         (default_compare_by_pieces_branch_ratio): New function.
3078         * targhooks.h (default_compare_by_pieces_branch_ratio): Declare.
3079         * doc/tm.texi.in (STORE_MAX_PIECES, COMPARE_MAX_PIECES): Document.
3080         * doc/tm.texi: Regenerate.
3081         * tree-ssa-strlen.c: Include "builtins.h".
3082         (handle_builtin_memcmp): New static function.
3083         (strlen_optimize_stmt): Call it for BUILT_IN_MEMCMP.
3084         * tree.c (build_common_builtin_nodes): Create __builtin_memcmp_eq.
3086 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
3088         * tree-vect-stmts.c (vect_stmt_relevant_p): Do not vectorize non live
3089         relevant stmts which are simple and invariant.
3090         * tree-vect-loop.c (vectorizable_live_operation): Check relevance
3091         instead of simple and invariant
3093 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
3095         * tree-vect-loop.c (vect_analyze_loop_operations): Allow live stmts.
3096         (vectorizable_reduction): Check for new relevant state.
3097         (vectorizable_live_operation): vectorize live stmts using
3098         BIT_FIELD_REF.  Remove special case for gimple assigns stmts.
3099         * tree-vect-stmts.c (is_simple_and_all_uses_invariant): New function.
3100         (vect_stmt_relevant_p): Check for stmts which are only used live.
3101         (process_use): Use of a stmt does not inherit it's live value.
3102         (vect_mark_stmts_to_be_vectorized): Simplify relevance inheritance.
3103         (vect_analyze_stmt): Check for new relevant state.
3104         * tree-vectorizer.h (vect_relevant): New entry for a stmt which is used
3105         outside the loop, but not inside it.
3107 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
3109         * tree-vectorizer.h (vect_get_vec_def_for_operand_1): New.
3110         * tree-vect-stmts.c (vect_get_vec_def_for_operand_1): New.
3111         (vect_get_vec_def_for_operand): Split out code.
3113 2016-06-03  Segher Boessenkool  <segher@kernel.crashing.org>
3115         * config/rs6000/rs6000.md (define_peepholes for two mfcr's): Delete.
3117 2016-06-03  Alan Hayward  <alan.hayward@arm.com>
3119         * tree-vect-stmts.c (vectorizable_call) Remove GOMP_SIMD_LANE code.
3121 2016-06-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3123         * config/arm/thumb1.md (*thumb1_mulsi3): Fix typos in comment.
3125 2016-06-03  Jakub Jelinek  <jakub@redhat.com>
3127         PR middle-end/71387
3128         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): If redirecting
3129         to noreturn e->callee->decl that has void return type and void
3130         arguments, adjust gimple_call_fntype and remove lhs even if it had
3131         previously addressable type.
3133 2016-06-02  Jeff Law  <law@redhat.com>
3135         PR tree-optimization/71328
3136         * tree-ssa-threadupdate.c (duplicate_thread_path): Fix off-by-one
3137         error when checking for a jump back onto the copied path.
3139 2016-06-02  David Malcolm  <dmalcolm@redhat.com>
3141         * config/microblaze/microblaze.c (get_branch_target): Add return
3142         NULL_RTX for the non-CALL_P case.
3143         (insert_wic_for_ilb_runout): Remove unused local "wic_addr1".
3144         (insert_wic): Remove unused local "j".
3146 2016-06-02  Martin Liska  <mliska@suse.cz>
3148         * predict.def: Fix typo in PRED_FORTRAN_FAIL_IO display name.
3150 2016-06-02  H.J. Lu  <hongjiu.lu@intel.com>
3151             Julia Koval  <julia.koval@intel.com>
3153         * function.c (assign_parm_setup_stack): Force source into a
3154         register if needed.
3155         * target.def (function_incoming_arg): Update documentation to
3156         allow arbitrary address computation based on hard register.
3157         * doc/tm.texi: Regenerated.
3159 2016-06-02  Martin Liska  <mliska@suse.cz>
3161         * predict.c (combine_predictions_for_bb): Fix first match in
3162         cases where a first predictor contains more than one occurence
3163         in list of predictors.  Take the best value in such case.
3165 2016-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3167         PR rtl-optimization/71295
3168         * rtlanal.c (subreg_get_info): If taking a subreg at the requested
3169         offset would go over the size of the inner mode reject it.
3171 2016-06-02  Jakub Jelinek  <jakub@redhat.com>
3173         * config/i386/sse.md (*vec_concatv4si): Use v=v,v instead of
3174         x=x,x and v=v,m instead of x=x,m.
3176         * config/i386/sse.md (*vec_concatv2si_sse4_1): Add avx512dq v=Yv,rm
3177         alternative.  Change x=x,x alternative to v=Yv,Yv and x=rm,C
3178         alternative to v=rm,C.
3180         * config/i386/sse.md (*vec_concatv2di): Add x86_avx512dq v=Yv,rm
3181         alternative.  Change x=xm,C alternative to v=vm,C, x=x,x alternative
3182         to v=Yv,Yv and x=x,m to v=v,m.  Use maybe_evex prefix attribute
3183         instead of vex for the last two above mentioned alternatives.
3185 2016-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3187         PR target/70830
3188         * config/arm/arm.c (arm_output_multireg_pop): Guard "pop" on update.
3190 2016-06-02  Segher Boessenkool  <segher@kernel.crashing.org>
3192         * config/rs6000/dfp.md (trunctddd2): Correct the "length" attribute.
3194 2016-06-01  David Malcolm  <dmalcolm@redhat.com>
3196         * config/rl78/rl78.c (rl78_expand_prologue): Convert local
3197         from int to unsigned.
3199 2016-05-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
3201         * config/rs6000/vsx.md (vsx_splat_<mode>, V2DI/V2DF): Simplify
3202         alternatives, eliminating preferred register class.  Add support
3203         for the MTVSRDD instruction in ISA 3.0.
3204         (vsx_splat_v4si_internal): Use splat_input_operand instead of
3205         reg_or_indexed_operand.
3206         (vsx_splat_v4sf_internal): Likewise.
3208 2016-05-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
3210         PR target/71186
3211         * config/rs6000/vsx.md (xxspltib_<mode>_nosplit): Add alternatives
3212         for loading up all 0's or all 1's.
3214 2016-06-01  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3216         * doc/sourcebuild.texi (arm_acq_rel): Document new effective target.
3218 2016-06-01  Eduard Sanou  <dhole@openmailbox.org>
3220         * doc/cppenv.texi: Note that the `%s` in `date` is a non-standard
3221         extension.
3222         * gcc.c (driver_handle_option): Call set_source_date_epoch_envvar.
3223         * gcc.c (set_source_date_epoch_envvar): New function, sets
3224         the SOURCE_DATE_EPOCH environment variable to the current time.
3226 2016-06-01  Eric Botcazou  <ebotcazou@adacore.com>
3228         * tree-vect-loop.c (vect_determine_vectorization_factor): Also compute
3229         the factor for live Phi nodes.
3231 2016-06-01  Jan Hubicka  <hubicka@ucw.cz>
3233         * loop-dolop.c (doloop_optimize): Us likely max iteration bound.
3234         * tree-parloops.c (parallelize_loops): likewise.
3235         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop,
3236         tree_unswitch_outer_loop): likewise.
3238 2016-06-01  Jakub Jelinek  <jakub@redhat.com>
3240         PR middle-end/71371
3241         * gimplify.c (gimplify_omp_for): Temporarily clear gimplify_omp_ctxp
3242         around creation of the temporary.
3244 2016-06-01  Richard Biener  <rguenther@suse.de>
3246         PR tree-optimization/71366
3247         * tree-ssa-loop-ivcanon.c (edges_to_remove): New global.
3248         (unloop_loops): Move removing edges here ...
3249         (try_unroll_loop_completely): ... from here.
3250         (try_peel_loop): ... and here.
3251         (tree_unroll_loops_completely_1): Track parent loops via
3252         bitmap of header BBs.
3253         (tree_unroll_loops_completely): Adjust for that.
3255 2016-06-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>
3257         * config/rs6000/altivec.h (vec_slv): New macro.
3258         (vec_srv): New macro.
3259         * config/rs6000/altivec.md (UNSPEC_VSLV): New value.
3260         (UNSPEC_VSRV): New value.
3261         (vslv): New insn.
3262         (vsrv): New insn.
3263         * config/rs6000/rs6000-builtin.def (vslv): New builtin definition.
3264         (vsrv): New builtin definition.
3265         * config/rs6000/rs6000-c.c (P9V_BUILTIN_VSLV): Macro expansion to
3266         define argument types for new builtin.
3267         (P9V_BUILTIN_VSRV): Macro expansion to define argument types for
3268         new builtin.
3269         * doc/extend.texi: Document the new vec_vslv and vec_srv built-in
3270         functions.
3272 2016-06-01  Uros Bizjak  <ubizjak@gmail.com>
3273             Jocelyn Mayer  <l_indien@magic.fr>
3275         PR target/67310
3276         * config/i386/driver-i386.c (host_detect_local_cpu): Correctly
3277         detect processor family for signature_CENTAUR_ebx.
3278         <case PROCESSOR_I486>: Pass c3, winchip2 or winchip-c6 for
3279         signature_CENTAUR_ebx.
3280         <case PROCESSOR _PENTIUMPRO>: Pass c3-2 for signature_CENTAUR_ebx.
3281         <default>: Pass x86-64 for has_longmode.
3283 2016-06-01  Nathan Sidwell  <nathan@acm.org>
3285         * config/nvptx/nvptx.c (nvptx_assemble_undefined_decl): Reject
3286         undefined weak.
3288 2016-06-01  Richard Biener  <rguenther@suse.de>
3290         PR tree-optimization/71261
3291         * tree-vect-patterns.c (check_bool_pattern): Gather a hash-set
3292         of stmts successfully put in the bool pattern.  Remove
3293         single-use restriction.
3294         (adjust_bool_pattern_cast): Add cast at the use site via the
3295         pattern def sequence.
3296         (adjust_bool_pattern): Remove recursion, maintain a hash-map
3297         of patterned defs.  Use the pattern def seqence instead of
3298         multiple independent patterns.
3299         (sort_after_uid): New qsort compare function.
3300         (adjust_bool_stmts): New function to process stmts in the bool
3301         pattern in IL order.
3302         (vect_recog_bool_pattern): Adjust.
3303         * tree-if-conv.c (ifcvt_split_def_stmt): Remove.
3304         (ifcvt_walk_pattern_tree): Likewise.
3305         (stmt_is_root_of_bool_pattern): Likewise.
3306         (ifcvt_repair_bool_pattern): Likewise.
3307         (tree_if_conversion): Do not call ifcvt_repair_bool_pattern.
3309 2016-06-01  Jan Hubicka  <hubicka@ucw.cz>
3311         * loop-unroll.c (decide_unroll_constant_iterations,
3312         decide_unroll_runtime_iterations, decide_unroll_stupid): Use
3313         likely upper bounds.
3314         * loop-iv.c (find_simple_exit): Dump likely upper bounds.
3316 2016-06-01  Thomas Schwinge  <thomas@codesourcery.com>
3318         * tree-core.h (enum omp_clause_code): Remove
3319         OMP_CLAUSE_DEVICE_RESIDENT.  Adjust all users.
3321 2016-06-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3323         * config/arm/sync.md (arm_store_exclusive<mode>):
3324         Use 'H' output modifier on operands[2] rather than creating a new
3325         entry in out-of-bounds memory of the operands array.
3326         (arm_store_release_exclusivedi): Likewise.
3328 2016-06-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3330         * config/arm/arm.c (arm_fusion_enabled_p): New function.
3331         * config/arm/arm-protos.h (arm_fusion_enabled_p): Declare prototype.
3332         * config/arm/crypto.md (crypto_<crypto_pattern>, CRYPTO_UNARY):
3333         Add "=w,0" alternative.  Enable it when AES/AESMC fusion is enabled.
3335 2016-06-01  Eric Botcazou  <ebotcazou@adacore.com>
3337         * tree-vect-loop.c (vect_determine_vectorization_factor): Also take
3338         into account live statements for mask producers.
3340 2016-06-01  Richard Biener  <rguenther@suse.de>
3342         PR tree-optimization/71311
3343         * match.pd (@0 < @1 && @0 < @2 -> @0 < min(@1,@2)): Add :c and
3344         restrict to non-INTEGER_CST @0.
3346 2016-06-01  Richard Biener  <rguenther@suse.de>
3348         * match.pd ((A & B) - (A & ~B) -> B - (A ^ B)): Add missing :c.
3349         (relational patterns): Use :c to avoid pattern duplications.
3351 2016-06-01  Richard Biener  <rguenther@suse.de>
3353         * genmatch.c (comparison_code_p): New predicate.
3354         (swap_tree_comparison): New function.
3355         (commutate): Add for_vec parameter to append new for entries.
3356         Support commutating relational operators by swapping it alongside
3357         operands.
3358         (lower_commutative): Adjust.
3359         (dt_simplify::gen): Do not pass artificial operators to gen
3360         functions.
3361         (decision_tree::gen): Do not add artificial operators as parameters.
3362         (parser::parse_expr): Verify operator commutativity when :c is
3363         applied.  Allow :C to override this.
3364         * match.pd: Adjust patterns to use :C instead of :c where required.
3366 2016-06-01  Patrick Palka  <ppalka@gcc.gnu.org>
3368         PR tree-optimization/71077
3369         * tree-ssa-threadedge.c (simplify_control_stmt_condition_1): In
3370         the combining step, use boolean_false_node and boolean_true_node
3371         as the designated false/true return values.
3373 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
3375         * predict.def (PRED_LOOP_EXTRA_EXIT): Define.
3376         * predict.c (predict_iv_comparison): Also check PRED_LOOP_EXTRA_EXIT.
3377         (predict_extra_loop_exits): Use PRED_LOOP_EXTRA_EXIT instead of
3378         PRED_LOOP_EXIT.
3380 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
3382         * doc/invoke.texi (-frename-registers): Drop -fpeel-loops from list
3383         of flags impliying the register renaming.
3384         * toplev.c (process_options): Do not imply flag_rename_registers with
3385         loop peeling.
3387 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
3389         * config/sh/sh.h (ASM_OUTPUT_SYMBOL_REF): Remove macro and use the
3390         default implementation.
3392 2016-05-31  Nathan Sidwell  <nathan@acm.org>
3394         * dwarf2out.c (cur_line_info_table): Add GTY marker.
3396 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
3398         * config/sh/constraints.md (b): Remove constraint.
3399         * config/sh/predicates.md (arith_reg_operand): Remove
3400         TARGET_REGISTER_P.
3401         * config/sh/sh-modes.def (PDI): Remove.
3402         * config/sh/sh.c (sh_target_reg_class,
3403         sh_optimize_target_register_callee_saved): Remove functions.
3404         (sh_option_override): Don't set MASK_SAVE_ALL_TARGET_REGS.
3405         (sh_expand_epilogue): Update comment.
3406         (sh_hard_regno_mode_ok, sh_register_move_cost, calc_live_regs,
3407         sh_secondary_reload): Remove TARGET_REGS related code.
3408         * config/sh/sh.h (FIRST_TARGET_REG, LAST_TARGET_REG,
3409         TARGET_REGISTER_P): Remove macros.
3410         (SH_DBX_REGISTER_NUMBER, REG_ALLOC_ORDER): Remove target regs.
3411         * config/sh/sh.md (PR_MEDIA_REG, T_MEDIA_REG, FR23_REG, TR0_REG,
3412         TR1_REG, TR2_REG): Remove constants.
3413         * config/sh/sh.opt (SAVE_ALL_TARGET_REGS): Remove.
3415 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
3417         * config/sh/sh.md (adddi3, subdi3, negdi2, abs<mode>2): Remove
3418         define_expand patterns.
3419         (adddi3_compact): Rename to adddi3.
3420         (subdi3_compact): Rename to subdi3.
3421         (*negdi2): Rename to negdi2.
3422         (*abs<mode>2): Rename to abs<mode>2.
3424 2016-05-31  Oleg Endo  <olegendo@gcc.gnu.org>
3426         * config/rx/rx.md (FETCHOP_NO_MINUS): New code iterator.
3427         (atomic_<fetchop_name>_fetchsi): Extract minus operator into ...
3428         (atomic_sub_fetchsi): ... this new pattern.
3429         (mvtc): Add CC_REG clobber.
3431 2016-05-31  Marek Polacek  <polacek@redhat.com>
3433         * gimplify.c (gimplify_switch_expr): Also handle GIMPLE_TRY.
3435 2016-05-31  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3437         * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Use
3438         aarch64_fusion_enabled_p to check for fusion capabilities.
3440 2016-05-31  Richard Biener  <rguenther@suse.de>
3442         PR tree-optimization/71352
3443         * tree-ssa-reassoc.c (zero_one_operation): Handle op equal to
3444         minus one and a negate.
3446 2016-05-31  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3448         * config/aarch64/aarch64.c (aarch64_simd_attr_length_move): Delete.
3449         * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_move):
3450         Delete prototype.
3451         * config/aarch64/iterators.md (insn_count): Add descriptive comment.
3452         * config/aarch64/aarch64-simd.md (*aarch64_mov<mode>, VSTRUCT modes):
3453         Remove use of aarch64_simd_attr_length_move, set length attribute
3454         directly.
3455         (*aarch64_be_movoi): Likewise.
3456         (*aarch64_be_movci): Likewise.
3457         (*aarch64_be_movxi): Likewise.
3459 2016-05-31  Jan Hubicka  <hubicka@ucw.cz>
3461         * loop-init.c (gate): Do not enale RTL loop unroller with -fpeel-loops.
3462         It no longer does that.
3463         * toplev.c (process_options): Do not enable flag_web with -fpeel-loops.
3465 2016-05-31  Wladimir J. van der Laan  <laanwj@gmail.com>
3467         * config/aarch64/arm_neon.h (vdupb_laneq_s8): Remove spurious
3468         attribute __unused__.
3470 2016-05-31  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3472         * config/arm/arm-protos.h (arm_arch_thumb1): Declare.
3473         * config/arm/arm.c (arm_arch_thumb1): Define.
3474         (arm_option_override): Initialize arm_arch_thumb1.
3475         * config/arm/arm.h (arm_arch_thumb1): Declare.
3476         (TARGET_ARM_ARCH_ISA_THUMB): Use arm_arch_thumb to determine if target
3477         support Thumb-1 ISA.
3479 2016-05-31  Kirill Yukhin  <kirill.yukhin@intel.com>
3481         PR target/71346
3482         * config/i386/sse.md (define_insn_and_split "*vec_extractv4sf_0"): Use
3483         `Yv' for scalar operand.
3485 2016-05-31  Tom de Vries  <tom@codesourcery.com>
3487         PR tree-optimization/69068
3488         * graphite-isl-ast-to-gimple.c (copy_bb_and_scalar_dependences): Handle
3489         phis with more than two args.
3491 2016-05-30  Andreas Tobler  <andreast@gcc.gnu.org>
3493         * config.gcc: Move hard float support for arm*hf*-*-freebsd* into
3494         armv6*-*-freebsd* for FreeBSD 11. Eliminate the arm*hf*-*-freebsd*
3495         target.
3497 2016-05-30  Jose E. Marchesi  <jose.marchesi@oracle.com>
3499         * config.gcc (sparc*-*-*): Support cpu_32, cpu_64, tune_32 and
3500         tune_64.
3501         * doc/install.texi (--with-cpu-32, --with-cpu-64): Document
3502         support on SPARC.
3503         * config/sparc/linux64.h (OPTION_DEFAULT_SPECS): Add entries for
3504         cpu_32, cpu_64, tune_32 and tune_64.
3505         * config/sparc/sol2.h (OPTION_DEFAULT_SPECS): Likewise.
3507 2016-05-30  Uros Bizjak  <ubizjak@gmail.com>
3509         * config/i386/sync.md (mfence_nosse): Use "lock orl $0, -4(%esp)".
3511 2016-05-30  Andi Kleen  <ak@linux.intel.com>
3513         * auto-profile.c (read_profile): Replace asserts with errors
3514         when file does not exist.
3515         * gcov-io.c (gcov_read_words): Dito.
3517 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
3519         * tree-cfg.c (print_loop): Print likely upper bounds.
3521 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
3523         * doc/invoke.texi (-fpeel-loops,-O3): Update documentation.
3524         * opts.c (default_options): Enable peel loops at -O3.
3525         * tree-ssa-loop-ivcanon.c (peeled_loops): New static var.
3526         (try_peel_loop): Do not re-peel already peeled loops;
3527         use likely upper bounds; fix profile updating.
3528         (pass_complete_unroll::execute): Initialize peeled_loops.
3530 2016-05-30  Martin Liska  <mliska@suse.cz>
3532         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Scale
3533         computed costs by frequency of BB they belong to.
3534         (get_scaled_computation_cost_at): New function.
3536 2016-05-30  Alexander Monakov  <amonakov@ispras.ru>
3537             Marc Glisse  <marc.glisse@inria.fr>
3539         PR tree-optimization/71289
3540         * match.pd (-1 / B < A, A > -1 / B): New transformations.
3542 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
3544         * tree-vect-loop.c (vect_transform_loop): Update likely bounds.
3546 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
3548         * tree-ssa-loop-ivcanon.c (try_peel_loop): Correctly set wont_exit
3549         for peeled copies; avoid underflow when updating estimates; correctly
3550         scale loop profile.
3552 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
3554         * tree-ssa-reassoc.ci (swap_ops_for_binary_stmt): Fix typo from commit
3555         r236875. Corrected oe3 to oe2 as obvious.
3557 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
3559         PR middle-end/71269
3560         PR middle-end/71252
3561         * tree-ssa-reassoc.c (insert_stmt_before_use): Use find_insert_point so
3562         that inserted stmt will not dominate stmts that defines its operand.
3563         (rewrite_expr_tree): Add stmt_to_insert before adding the use stmt.
3564         (rewrite_expr_tree_parallel): Likewise.
3566 2016-05-30  Kugan Vivekanandarajah  <kuganv@linaro.org>
3568         PR middle-end/71252
3569         * tree-ssa-reassoc.c (swap_ops_for_binary_stmt): Fix swap such that
3570         all fields including stmt_to_insert are swapped.
3572 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
3574         * predict.h (force_edge_cold): Declare.
3575         * predict.c (force_edge_cold): New function.
3576         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Fix profile
3577         updating.
3578         (canonicalize_loop_induction_variables): Fix formating.
3580 2016-05-30  Eric Botcazou  <ebotcazou@adacore.com>
3582         * config/visium/visium.c (visium_split_double_add): Minor tweaks.
3583         (visium_expand_copysign): Use gen_int_mode directly.
3584         (visium_compute_frame_size): Minor tweaks.
3586 2016-05-30  Jan Hubicka  <hubicka@ucw.cz>
3588         * tree-vect-loop.c (vect_analyze_loop_2): Use
3589         likely_max_stmt_executions_int.
3591 2016-05-30  Tom de Vries  <tom@codesourcery.com>
3593         PR tree-optimization/69067
3594         * graphite-isl-ast-to-gimple.c (get_def_bb_for_const): Remove assert.
3596 2016-05-29  Uros Bizjak  <ubizjak@gmail.com>
3598         PR target/71245
3599         * config/i386/sync.md (define_peephole2 atomic_storedi_fpu):
3600         New peepholes to remove unneeded fild/fistp pairs.
3601         (define_peephole2 atomic_loaddi_fpu): Ditto.
3603 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
3605         * predict.c (maybe_hot_frequency_p): Avoid division.
3607 2016-05-28  Gerald Pfeifer  <gerald@pfeifer.com>
3609         * doc/install.texi: Use https for shop.fsf.org.
3611 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
3613         * tree-ssa-loop-ivopts.c (estimated_stmt_executions_int): Use
3614         likely_max_stmt_executions_int.
3616 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
3618         * tree-ssa-loop-prefetch.c (loop_prefetch_arrays): Use
3619         likely_max_stmt_executions_int.
3621 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
3623         * profile.c (compute_branch_probabilities): Do not report hitrates
3624         here.
3625         (branch_prob): Report hitrates here.
3626         * predict.c (gimple_predict_edge): Do not assert profile status;
3627         fix formatting issues.
3629 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
3631         * predict.c (edge_predicted_by_p): New function.
3632         (predict_paths_for_bb): Do not put multiple predictions of the same type
3633         on one edge.
3635 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
3637         * tree-ssa-loop-niter.c (number_of_iterations_exit): Revert accidental
3638         commit.
3640 2016-05-28  Alan Modra  <amodra@gmail.com>
3642         * dominance.c (verify_dominators): Don't segfault on NULL imm_bb.
3644 2016-05-28  Alan Modra  <amodra@gmail.com>
3646         PR rtl-optimization/71275
3647         * ira.c (ira): Free dominance info.
3649 2016-05-27  Gerald Pfeifer  <gerald@pfeifer.com>
3651         * doc/sourcebuild.texi: New address for upstream Go repository.
3653 2016-05-27  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3655         * config/arm/arm.h (TARGET_ARM_V6M): Remove.
3656         (TARGET_ARM_V7M): Likewise.
3658 2016-05-26  Jeff Law  <law@redhat.com>
3660         * tree-ssa-threadedge.c: Remove include of tree-ssa-threadbackward.h.
3661         (thread_across_edge): Remove calls to find_jump_threads_backwards.
3662         * passes.def: Add jump threading passes before DOM/VRP.
3663         * tree-ssa-threadbackward.c (find_jump_threads_backwards): Change
3664         argument to a basic block from an edge.  Remove tests which are
3665         handled elsewhere.
3666         (pass_data_thread_jumps, class pass_thread_jumps): New.
3667         (pass_thread_jumps::gate, pass_thread_jumps::execute): New.
3668         (make_pass_thread_jumps): Likewise.
3669         * tree-pass.h (make_pass_thread_jumps): Declare.
3671 2016-05-27  Eric Botcazou  <ebotcazou@adacore.com>
3673         * config/visium/visium-protos.h (split_double_move): Rename into...
3674         (visium_split_double_move): ...this.
3675         (visium_split_double_add): Declare.
3676         * config/visium/visium.c (split_double_move): Rename into...
3677         (visium_split_double_move): ...this.
3678         (visium_split_double_add): New function.
3679         (visium_expand_copysign): Renumber operands for consistency.
3680         * config/visium/visium.md (DImode move splitter): Adjust to renaming.
3681         (DFmode move splitter): Likewise.
3682         (*addi3_insn): Split by means of visium_split_double_add.
3683         (*adddi3_insn_flags): Delete.
3684         (*plus_plus_sltu<subst_arith>): New insn.
3685         (*subdi3_insn): Split by means of visium_split_double_add.
3686         (subdi3_insn_flags): Delete.
3687         (*minus_minus_sltu<subst_arith>): New insn.
3688         (*negdi2_insn): Split by means of visium_split_double_add.
3689         (*negdi2_insn_flags): Delete.
3691 2016-05-27  Ulrich Weigand  <uweigand@de.ibm.com>
3693         * configure.ac: Treat a --with-headers option without argument
3694         the same as the default (i.e. consult sys-include directory).
3695         * configure: Regenerate.
3697 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3699         * config/aarch64/aarch64.c (aarch64_fusion_enabled_p): New function.
3700         * config/aarch64/aarch64-protos.h (aarch64_fusion_enabled_p): Declare
3701         prototype.
3702         * config/aarch64/aarch64-simd.md (aarch64_crypto_aes<aesmc_op>v16qi):
3703         Add "=w,0" alternative.  Enable it when AES/AESMC fusion is enabled.
3705 2016-05-27  Jiong Wang  <jiong.wang@arm.com>
3707         PR target/63596
3708         * config/aarch64/aarch64.c (aarch64_expand_builtin_va_start): Honor
3709         tree-stdarg analysis results.
3710         (aarch64_setup_incoming_varargs): Likewise.
3712 2016-05-27  Jiong Wang  <jiong.wang@arm.com>
3714         * config/aarch64/aarch64.c (aarch64_build_builtin_va_list): Initialize
3715         va_list_gpr_counter_field and va_list_fpr_counter_field.
3717 2016-05-27  Wilco Dijkstra  <wdijkstr@arm.com>
3719         PR67609
3720         * config/aarch64/aarch64.h (CANNOT_CHANGE_MODE_CLASS): Remove.
3721         * config/aarch64/aarch64.c
3722         (aarch64_cannot_change_mode_class): Remove function.
3723         * config/aarch64/aarch64-protos.h
3724         (aarch64_cannot_change_mode_class): Remove.
3726 2016-05-27  Jan Hubicka  <hubicka@ucw.cz>
3728         * cfgloop.c (record_niter_bound): Record likely upper bounds.
3729         (likely_max_stmt_executions_int, get_likely_max_loop_iterations,
3730         get_likely_max_loop_iterations_int): New.
3731         * cfgloop.h (struct loop): Add nb_iterations_likely_upper_bound,
3732         any_likely_upper_bound.
3733         (get_likely_max_loop_iterations_int, get_likely_max_loop_iterations):
3734         Declare.
3735         * cfgloopmanip.c (copy_loop_info): Copy likely upper bounds.
3736         * loop-unroll.c (unroll_loop_constant_iterations): Update likely
3737         upper bound.
3738         (unroll_loop_constant_iterations): Likewise.
3739         (unroll_loop_runtime_iterations): Likewise.
3740         * lto-streamer-in.c (input_cfg): Stream likely upper bounds.
3741         * lto-streamer-out.c (output_cfg): Likewise.
3742         * tree-ssa-loop-ivcanon.c (try_peel_loop): Update likely upper
3743         bounds.
3744         (canonicalize_loop_induction_variables): Dump likely upper bounds.
3745         * tree-ssa-loop-niter.c (record_estimate): Record likely upper bounds.
3746         (likely_max_loop_iterations): New.
3747         (likely_max_loop_iterations_int): New.
3748         (likely_max_stmt_executions): New.
3749         * tree-ssa-loop-niter.h (likely_max_loop_iterations,
3750         likely_max_loop_iterations_int, likely_max_stmt_executions_int,
3751         likely_max_stmt_executions): Declare.
3753 2016-05-27  Marek Polacek  <polacek@redhat.com>
3755         PR middle-end/71308
3756         * gimple-fold.c (gimple_fold_call): Check that LHS is not null.
3758 2016-05-27  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3760         * config/s390/s390.md (2x risbg splitters): Use
3761         reg_overlap_mentioned_p instead of rtx_equal_p.
3763 2016-05-27  Dominik Vogt  <vogt@linux.vnet.ibm.com>
3765         * combine.c (make_compound_operation): Take known zero bits into
3766         account when checking for possible zero_extend.
3768 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3770         * config/aarch64/aarch64.md (ashl<mode>3, SHORT modes):
3771         Use const_int_operand for operand 2 predicate.  Simplify expand code
3772         as a result.
3774 2016-05-27  Ilya Enkovich  <ilya.enkovich@intel.com>
3776         PR middle-end/71279
3777         * fold-const.c (fold_ternary_loc): Don't fold VEC_COND_EXPR
3778         into comparison.
3780 2016-05-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3782         * config/aarch64/aarch64-modes.def (CC_ZESWP, CC_SESWP): Delete.
3783         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Remove condition
3784         that returns CC_SESWPmode and CC_ZESWPmode.
3785         (aarch64_get_condition_code_1): Remove handling of CC_SESWPmode
3786         and CC_SESWPmode.
3787         (aarch64_rtx_costs): Likewise.
3789 2016-05-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
3791         * config/rs6000/rs6000.c (rs6000_emit_p9_fp_minmax): New function
3792         for ISA 3.0 min/max support.
3793         (rs6000_emit_p9_fp_cmove): New function for ISA 3.0 floating point
3794         conditional move support.
3795         (rs6000_emit_cmove): Call rs6000_emit_p9_fp_minmax and
3796         rs6000_emit_p9_fp_cmove if the ISA 3.0 instructions are
3797         available.
3798         * config/rs6000/rs6000.md (SFDF2): New iterator to allow doing
3799         conditional moves where the comparison type is different from move
3800         type.
3801         (fp_minmax): New code iterator for smin/smax.
3802         (minmax): New code attributes for min/max.
3803         (SMINMAX): Likewise.
3804         (smax<mode>3): Combine min, max insns into one insn using the
3805         fp_minmax code iterator.  Add support for ISA 3.0 min/max
3806         instructions that don't need -ffast-math.
3807         (s<minmax><mode>3): Likewise.
3808         (smax<mode>3_vsx): Likewise.
3809         (smin<mode>3): Likewise.
3810         (s<minmax><mode>3_vsx): Likewise.
3811         (smin<mode>3_vsx): Likewise.
3812         (pre-VSX min/max splitters): Likewise.
3813         (s<minmax><mode>3_fpr): Likewise.
3814         (movsfcc): Rewrite floating point conditional moves to combine
3815         SFmode/DFmode into a single insn.
3816         (mov<mode>cc): Likewise.
3817         (movdfcc): Likewise.
3818         (fselsfsf4): Combine FSEL cases into a single insn, using SFDF and
3819         SFDF2 iterators to handle all combinations.
3820         (fseldfsf4): Likewise.
3821         (fsel<SFDF:mode><SFDF2:mode>4): Likewise.
3822         (fseldfdf4): Likewise.
3823         (fselsfdf4): Likewise.
3824         (mov<SFDF:mode><SFDF2:mode>cc_p9): Add support for the ISA 3.0
3825         comparison instructions that set a 0/-1 mask, and use it for
3826         floating point conditional move via XXSEL.
3827         (fpmask<mode>): Likewise.
3828         (xxsel<mode>): Likewise.
3829         * config/rs6000/predicates.md (min_max_operator): Delete, no
3830         longer used.
3831         (fpmask_comparison_operaton): New insn for ISA 3.0 comparison
3832         instructions that generate a 0/-1 mask for use with XXSEL.
3833         * config/rs6000/rs6000.h (TARGET_MINMAX_SF): New helper macros to
3834         say whether floating point min/max is available, either through
3835         FSEL, ISA 2.06 min/max, and ISA 3.0 min/max instrucitons.
3836         (TARGET_MINMAX_DF): Likewise.
3838 2016-05-27  Alan Modra  <amodra@gmail.com>
3840         PR rtl-optimization/71275
3841         * ira.c (ira): Call loop_optimizer_init to set up bb_loop_depth
3842         for update_equiv_regs and combine_and_move_insns.
3844 2016-05-26  Uros Bizjak  <ubizjak@gmail.com>
3846         * config/i386/i386.md (*movqi_internal) <attr "isa">: Use
3847         if_then_else or cond RTXes to calculate attribute value.
3848         * config/i386/mmx.md (*vec_extractv2sf_1) <attr "prefix_rep">: Ditto.
3849         <attr "length_immediate>: Ditto.
3850         (*vec_extractv2sf_1) <attr "length_immediate">: Ditto.
3851         * config/i386/sse.md (sse_loadlps) <attr "length_immediate">: Ditto.
3852         (*vec_concatv2sf_sse4_1) <attr "isa">: Ditto.
3853         <attr "type">: Ditto.
3854         <attr "prefix_data16">: Ditto.
3855         <attr "prefix_extra">: Ditto.
3856         <attr "length_immediate">: Ditto.
3857         <attr "prefix">: Ditto.
3858         (vec_set<mode>_0) <attr "isa">: Ditto.
3859         <attr "prefix_extra">: Ditto.
3860         <attr "length_immediate">: Ditto.
3861         <attr "prefix">: Ditto.
3862         (*vec_interleave_highv2df) <attr "prefix_data16">: Ditto.
3863         (*vec_interleave_lowv2df) <attr "prefix_data16">: Ditto.
3864         (sse2_storelpd) <attr "prefix_data16">: Ditto.
3865         (sse2_loadhpd) <attr "prefix_data16">: Ditto.
3866         (sse2_loadlpd) <attr "prefix_data16">: Ditto.
3867         <attr "length_immediate">: Ditto.
3868         <attr "prefix">: Ditto.
3869         (sse2_movsd) <attr "length_immediate">: Ditto.
3870         <attr "prefix">: Ditto.
3871         (vec_concatv2df)  <attr "isa">: Ditto.
3872         <attr "prefix">: Ditto.
3873         (*vec_extractv4si) <attr "prefix_extra">: Ditto.
3874         (*vec_extractv2di_1) <attr "isa">: Ditto.
3875         <attr "type">: Ditto.
3876         <attr "length_immediate">: Ditto.
3877         <attr "prefix_rex">: Ditto.
3878         <attr "prefix_extra">: Ditto.
3879         (*vec_concatv2si_sse4_1) <attr "type">: Ditto.
3880         <attr "prefix_extra">: Ditto.
3881         <attr "length_immediate">: Ditto.
3882         (vec_concatv2di) <attr "isa">: Ditto.
3883         <attr "prefix_extra">: Ditto.
3884         <attr "length_immediate">: Ditto.
3885         <attr "prefix">: Ditto.
3887 2016-05-26  Martin Liska  <mliska@suse.cz>
3889         * tree-ssa-loop-ivopts.c (comp_cost::infinite_cost_p): New
3890         function.
3891         (operator+): Likewise.
3892         (operator-): Likewise.
3893         (comp_cost::operator+=): Likewise.
3894         (comp_cost::operator-=): Likewise.
3895         (comp_cost::operator/=): Likewise.
3896         (comp_cost::operator*=): Likewise.
3897         (operator<): Likewise.
3898         (operator==): Likewise.
3899         (operator<=): Likewise.
3900         (new_cost): Remove.
3901         (infinite_cost_p): Likewise.
3902         (add_costs): Likewise.
3903         (sub_costs): Likewise.
3904         (compare_costs): Likewise.
3905         (set_group_iv_cost): Use the newly introduced functions.
3906         (get_address_cost): Likewise.
3907         (get_shiftadd_cost): Likewise.
3908         (force_expr_to_var_cost): Likewise.
3909         (split_address_cost): Likewise.
3910         (ptr_difference_cost): Likewise.
3911         (difference_cost): Likewise.
3912         (get_computation_cost_at): Likewise.
3913         (determine_group_iv_cost_generic): Likewise.
3914         (determine_group_iv_cost_address): Likewise.
3915         (determine_group_iv_cost_cond): Likewise.
3916         (autoinc_possible_for_pair): Likewise.
3917         (determine_group_iv_costs): Likewise.
3918         (cheaper_cost_pair): Likewise.
3919         (iv_ca_recount_cost): Likewise.
3920         (iv_ca_set_no_cp): Likewise.
3921         (iv_ca_set_cp): Likewise.
3922         (iv_ca_cost): Likewise.
3923         (iv_ca_new): Likewise.
3924         (iv_ca_dump): Likewise.
3925         (iv_ca_narrow): Likewise.
3926         (iv_ca_prune): Likewise.
3927         (iv_ca_replace): Likewise.
3928         (try_add_cand_for): Likewise.
3929         (try_improve_iv_set): Likewise.
3930         (find_optimal_iv_set): Likewise.
3932 2016-05-26  Richard Sandiford  <richard.sandiford@arm.com>
3934         * tree-ssa-loop-ivopts.c (loop_body_includes_call): Don't assume
3935         that internal functions will clobber all caller-saved registers.
3937 2016-05-26  Wilco Dijkstra  <wdijkstr@arm.com>
3939         * config/aarch64/aarch64.c (aarch64_case_values_threshold):
3940         Return a better case_values_threshold when optimizing.
3942 2016-05-26  Wilco Dijkstra  <wdijkstr@arm.com>
3944         * config/aarch64/aarch64-simd.md (aarch64_combinez):
3945         Add ? to integer variant.
3946         (aarch64_combinez_be): Likewise.
3948 2016-05-26  Jakub Jelinek  <jakub@redhat.com>
3950         * config/i386/sse.md (*vcvtps2ph_store<mask_name>): Use v constraint
3951         instead of x constraint.
3952         (vcvtps2ph256<mask_name>): Likewise.
3954         * config/i386/sse.md (*ssse3_palignr<mode>_perm): Add avx512bw
3955         alternative.  Formatting fix.
3957         * config/i386/sse.md
3958         (<mask_codefor>avx512vl_shuf_<shuffletype>32x4_1<mask_name>): Rename
3959         to ...
3960         (avx512vl_shuf_<shuffletype>32x4_1<mask_name>): ... this.
3961         (*avx_vperm_broadcast_v4sf): Use v constraint instead of x.  Use
3962         maybe_evex prefix instead of vex.
3963         (*avx_vperm_broadcast_<mode>): Use v constraint instead of x.  Handle
3964         EXT_REX_SSE_REG_P (op0) case in the splitter.
3966 2016-05-25  Jeff Law  <law@redhat.com>
3968         PR tree-optimization/71272
3969         * tree-ssa-threadbackward.c (convert_and_register_jump_thread_path):
3970         Update comments.  Add test for empty path.
3972 2016-05-25  Bill Seurer  <seurer@linux.vnet.ibm.com>
3974         * config/rs6000/altivec.h (vec_cmpne): Add #define for vec_cmpne.
3975         * config/rs6000/rs6000-builtin.def (vec_cmpne): Add vec_cmpne as a
3976         special case builtin.
3977         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
3978         code for ALTIVEC_BUILTIN_VEC_CMPNE.
3979         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
3980         for __builtin_vec_cmpne.
3982 2016-05-25  Eric Botcazou  <ebotcazou@adacore.com>
3984         * tree-ssa-phiopt.c (factor_out_conditional_conversion): Remove
3985         redundant test and bail out if the type of the new operand is not
3986         a GIMPLE register type after stripping a VIEW_CONVERT_EXPR.
3988 2016-05-25  Uros Bizjak  <ubizjak@gmail.com>
3990         * config/i386/i386.opt (ix86_target_flags_explicit): Remove.
3991         (x_ix86_target_flags_explicit): Remove.
3992         * config/i386/i386.c (ix86_function_specific_save): Do not copy
3993         x_ix86_target_flags_explicit.
3994         (ix86_function_specific_restore): Ditto.
3996 2016-05-25  Uros Bizjak  <ubizjak@gmail.com>
3997             H.J. Lu  <hongjiu.lu@intel.com>
3999         PR target/70738
4000         * common/config/i386/i386-common.c
4001         (OPTION_MASK_ISA_GENERAL_REGS_ONLY_UNSET): New.
4002         (ix86_handle_option) <case OPT_mgeneral_regs_only>: Disable
4003         MPX, MMX, SSE and x87 instructions for -mgeneral-regs-only.
4004         * config/i386/i386.opt (ix86_target_flags): Add new Variable.
4005         (-mgeneral-regs-only): Add new option.
4006         * config/i386/i386.c (ix86_option_override_internal): Don't enable
4007         x87 instructions if only general registers are allowed.
4008         (ix86_target_string): Add ix86_flags argument. Handle additional
4009         flags options through ix86_flags argument.  Update all callers.
4010         * doc/invoke.texi (x86 Options): Document -mgeneral-regs-only.
4012 2016-05-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4014         PR rtl-optimization/66940
4015         * ifcvt.c (noce_get_alt_condition): Check that incrementing or
4016         decrementing desired_val will not overflow before performing these
4017         operations.
4019 2016-05-25  Ilya Verbin  <ilya.verbin@intel.com>
4021         * config/i386/i386-builtin-types.def: Add V16SI_FTYPE_V16SF,
4022         V8DF_FTYPE_V8DF_ROUND, V16SF_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF_ROUND.
4023         * config/i386/i386.c (enum ix86_builtins): Add
4024         IX86_BUILTIN_CVTPS2DQ512_MASK, IX86_BUILTIN_FLOORPS512,
4025         IX86_BUILTIN_FLOORPD512, IX86_BUILTIN_CEILPS512, IX86_BUILTIN_CEILPD512,
4026         IX86_BUILTIN_TRUNCPS512, IX86_BUILTIN_TRUNCPD512,
4027         IX86_BUILTIN_CVTPS2DQ512, IX86_BUILTIN_VEC_PACK_SFIX512,
4028         IX86_BUILTIN_FLOORPS_SFIX512, IX86_BUILTIN_CEILPS_SFIX512,
4029         IX86_BUILTIN_ROUNDPS_AZ_SFIX512.
4030         (builtin_description bdesc_args): Add __builtin_ia32_floorps512,
4031         __builtin_ia32_ceilps512, __builtin_ia32_truncps512,
4032         __builtin_ia32_floorpd512, __builtin_ia32_ceilpd512,
4033         __builtin_ia32_truncpd512, __builtin_ia32_cvtps2dq512,
4034         __builtin_ia32_vec_pack_sfix512, __builtin_ia32_roundps_az_sfix512,
4035         __builtin_ia32_floorps_sfix512, __builtin_ia32_ceilps_sfix512.
4036         Change IX86_BUILTIN_CVTPS2DQ512 to IX86_BUILTIN_CVTPS2DQ512_MASK for
4037         __builtin_ia32_cvtps2dq512_mask.
4038         (ix86_expand_args_builtin): Handle V8DF_FTYPE_V8DF_ROUND,
4039         V16SF_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF_ROUND, V16SI_FTYPE_V16SF.
4040         (ix86_builtin_vectorized_function): Handle builtins mentioned above.
4041         * config/i386/sse.md
4042         (<mask_codefor>avx512f_fix_notruncv16sfv16si<mask_name><round_name>):
4043         Rename to ...
4044         (avx512f_fix_notruncv16sfv16si<mask_name><round_name>): ... this.
4045         (<mask_codefor>avx512f_cvtpd2dq512<mask_name><round_name>): Rename
4046         to ...
4047         (avx512f_cvtpd2dq512<mask_name><round_name>): ... this.
4048         (avx512f_vec_pack_sfix_v8df): New define_expand.
4049         (avx512f_roundpd512): Rename to ...
4050         (avx512f_round<castmode>512): ... this.  Change iterator.
4051         (avx512f_roundps512_sfix): New define_expand.
4052         (round<mode>2_sfix): Change iterator.
4054 2016-05-25  Nick Clifton  <nickc@redhat.com>
4056         * config/msp430/msp430.c (msp430_attr): Produce an error if a
4057         static interrupt handler is detected.
4058         * config/msp430/msp430.h (LIB_SPEC): Do not use msp430.ld as the
4059         default linker script.
4060         * config/msp430/msp430.md (movpsihi2_lo): New pattern for loading
4061         the low part of a symbolic pointer.
4063 2016-05-25  Richard Biener  <rguenther@suse.de>
4065         PR tree-optimization/71261
4066         * tree-if-conv.c (ifcvt_split_def_stmt): Walk uses on the
4067         interesting stmt instead of immediate uses when looking
4068         for the use operand to replace.
4070 2016-05-25  Martin Liska  <mliska@suse.cz>
4072         * ipa-inline.c (edge_badness): Use 'w/' instead of 'w'.
4074 2016-05-25  Richard Biener  <rguenther@suse.de>
4076         PR tree-optimization/71264
4077         * tree-vect-stmts.c (vect_init_vector): Properly deal with
4078         vector type val.
4080 2016-05-25  Martin Liska  <mliska@suse.cz>
4082         PR tree-optimization/71239
4083         * tree.c (array_at_struct_end_p): Do not call operand_equal_p
4084         if DECL_SIZE is NULL.
4086 2016-05-25  Richard Biener  <rguenther@suse.de>
4088         * timevar.def (TV_TREE_LOOP_IFCVT): Add.
4089         * tree-if-conv.c (pass_data_if_conversion): Use it.
4091 2016-05-25  Bernd Edlinger  <bernd.edlinger@hotmail.de>
4093         * cgraph.c (cgraph_node::get_availability): Fix typo in comment.
4094         * symtab.c (symtab_node::binds_to_current_def_p): Likewise.
4095         * varpool.c (varpool_node::get_availability): Likewise.
4097 2016-05-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
4099         * config/rs6000/altivec.md (VNEG iterator): New iterator for
4100         VNEGW/VNEGD instructions.
4101         (p9_neg<mode>2): New insns for ISA 3.0 VNEGW/VNEGD.
4102         (neg<mode>2): Add expander for V2DImode added in ISA 2.07, and
4103         support for ISA 3.0 VNEGW/VNEGD instructions.
4105 2016-05-24  Cesar Philippidis  <cesar@codesourcery.com>
4107         * gimplify.c (omp_notice_variable): Use zero-length arrays for data
4108         pointers inside OACC_DATA regions.
4109         (gimplify_scan_omp_clauses): Prune firstprivate clause associated
4110         with OACC_DATA, OACC_ENTER_DATA and OACC_EXIT data regions.
4111         (gimplify_adjust_omp_clauses): Fix typo in comment.
4113 2016-05-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
4115         * config/rs6000/altivec.md (VParity): New mode iterator for vector
4116         parity built-in functions.
4117         (p9v_ctz<mode>2): Add support for ISA 3.0 vector count trailing
4118         zeros.
4119         (p9v_parity<mode>2): Likewise.
4120         * config/rs6000/vector.md (VEC_IP): New mode iterator for vector
4121         parity.
4122         (ctz<mode>2): ISA 3.0 expander for vector count trailing zeros.
4123         (parity<mode>2): ISA 3.0 expander for vector parity.
4124         * config/rs6000/rs6000-builtin.def (BU_P9_MISC_1): New macros for
4125         power9 built-ins.
4126         (BU_P9_64BIT_MISC_0): Likewise.
4127         (BU_P9_MISC_0): Likewise.
4128         (BU_P9V_AV_1): Likewise.
4129         (BU_P9V_AV_2): Likewise.
4130         (BU_P9V_AV_3): Likewise.
4131         (BU_P9V_AV_P): Likewise.
4132         (BU_P9V_VSX_1): Likewise.
4133         (BU_P9V_OVERLOAD_1): Likewise.
4134         (BU_P9V_OVERLOAD_2): Likewise.
4135         (BU_P9V_OVERLOAD_3): Likewise.
4136         (VCTZB): Add vector count trailing zeros support.
4137         (VCTZH): Likewise.
4138         (VCTZW): Likewise.
4139         (VCTZD): Likewise.
4140         (VPRTYBD): Add vector parity support.
4141         (VPRTYBQ): Likewise.
4142         (VPRTYBW): Likewise.
4143         (VCTZ): Add overloaded vector count trailing zeros support.
4144         (VPRTYB): Add overloaded vector parity support.
4145         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
4146         overloaded vector count trailing zeros and parity instructions.
4147         * config/rs6000/rs6000.md (wd mode attribute): Add V1TI and TI for
4148         vector parity support.
4149         * config/rs6000/altivec.h (vec_vctz): Add ISA 3.0 vector count
4150         trailing zeros support.
4151         (vec_cntlz): Likewise.
4152         (vec_vctzb): Likewise.
4153         (vec_vctzd): Likewise.
4154         (vec_vctzh): Likewise.
4155         (vec_vctzw): Likewise.
4156         (vec_vprtyb): Add ISA 3.0 vector parity support.
4157         (vec_vprtybd): Likewise.
4158         (vec_vprtybw): Likewise.
4159         (vec_vprtybq): Likewise.
4160         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Document
4161         the ISA 3.0 vector count trailing zeros and vector parity built-in
4162         functions.
4164 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
4166         * tree-ssa-reassoc.c (sort_by_operand_rank): Skip checking gimple_bb
4167         when there is stmt_to_insert.
4169 2016-05-24  Martin Sebor  <msebor@redhat.com>
4171         PR c++/71147
4172         * tree.h (complete_or_array_type_p): New inline function.
4174 2016-05-24  Jakub Jelinek  <jakub@redhat.com>
4176         * config/i386/i386.h (TARGET_AVOID_4BYTE_PREFIXES): Define.
4177         * config/i386/constraints.md (Yr): Test TARGET_AVOID_4BYTE_PREFIXES
4178         rather than X86_TUNE_AVOID_4BYTE_PREFIXES.
4180         * config/i386/sse.md (<sse4_1>_round<ssemodesuffix><avxsizesuffix>):
4181         Limit 1st alternative to noavx isa, split 2nd alternative into one
4182         noavx and one avx alternative, use *x and Bm in the former and
4183         x and m in the latter.
4185         * config/i386/sse.md (vec_set<mode>_0): Use sse4_noavx isa instead
4186         of sse4 for the first alternative, drop %v from the template
4187         and d operand modifier.  Split second alternative into one sse4_noavx
4188         and one avx alternative, use *x instead of *v in the former and v
4189         instead of *v in the latter.
4190         (*sse4_1_extractps): Use noavx isa instead of * for the first
4191         alternative, drop %v from the template.  Split second alternative into
4192         one noavx and one avx alternative, use *x instead of *v in the
4193         former and v instead of *v in the latter.
4194         (<vi8_sse4_1_avx2_avx512>_movntdqa): Guard the first 2 alternatives
4195         with noavx and the last one with avx.
4196         (sse4_1_phminposuw): Guard first alternative with noavx isa,
4197         split the second one into one noavx and one avx alternative,
4198         use *x and Bm in the former and x and m in the latter one.
4199         (<sse4_1>_ptest<mode>): Use noavx instead of * for the first two
4200         alternatives.
4202         * config/i386/sse.md (sse4_1_<code>v8qiv8hi2<mask_name>): Limit
4203         first two alternatives to noavx, use *x instead of *v in the second
4204         one, add avx alternative without *.
4205         (sse4_1_<code>v4qiv4si2<mask_name>, sse4_1_<code>v4hiv4si2<mask_name>,
4206         sse4_1_<code>v2qiv2di2<mask_name>, sse4_1_<code>v2hiv2di2<mask_name>,
4207         sse4_1_<code>v2siv2di2<mask_name>): Likewise.
4209 2016-05-24  Jeff Law  <law@redhat.com>
4211         * tree-ssa-threadbackwards.c (convert_and_register_jump_thread_path):
4212         New function, extracted from...
4213         (fsm_find_control_statement_thread_paths): Here.  Use the new function.
4214         Allow simple copies and constant initializations in the SSA chain.
4216 2016-05-24  Marek Polacek  <polacek@redhat.com>
4218         PR c/71249
4219         * gimplify.c (gimplify_switch_expr): Look into the innermost lexical
4220         scope.
4222 2016-05-24  Jakub Jelinek  <jakub@redhat.com>
4224         PR c++/71257
4225         * tree-vect-stmts.c (vectorizable_simd_clone_call): Handle
4226         SIMD_CLONE_ARG_TYPE_LINEAR_REF_CONSTANT_STEP like
4227         SIMD_CLONE_ARG_TYPE_LINEAR_CONSTANT_STEP.  Add
4228         SIMD_CLONE_ARG_TYPE_LINEAR_VAL_CONSTANT_STEP and
4229         SIMD_CLONE_ARG_TYPE_LINEAR_UVAL_CONSTANT_STEP cases explicitly.
4231 2016-05-24  Richard Biener  <rguenther@suse.de>
4233         PR tree-optimization/71240
4234         * tree-ssa-math-opts.c (init_symbolic_number): Verify the source
4235         has integral type.
4237 2016-05-24  Richard Biener  <rguenther@suse.de>
4239         PR tree-optimization/71230
4240         * tree-ssa-reassoc.c (zero_one_operation): Handle negate special ops.
4242 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
4244         * tree-vectorizer.h (vectorizable_comparison): Delete.
4245         * tree-vect-loop.c (vectorizable_reduction): Remove redundant
4246         PURE_SLP_STMT check.
4247         * tree-vect-stmts.c (vectorizable_call): Likewise.
4248         (vectorizable_simd_clone_call): Likewise.
4249         (vectorizable_conversion): Likewise.
4250         (vectorizable_assignment): Likewise.
4251         (vectorizable_shift): Likewise.
4252         (vectorizable_operation): Likewise.
4253         (vectorizable_load): Likewise.
4254         (vectorizable_condition): Likewise.
4255         (vectorizable_store): Likewise.  Assert that we don't have
4256         hybrid SLP.
4257         (vectorizable_comparison): Make static.  Remove redundant
4258         PURE_SLP_STMT check.
4259         (vect_transform_stmt): Assert that we always have an slp_node
4260         if PURE_SLP_STMT.
4262 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4264         * config/arm/neon.md (ashldi3_neon):  Replace comparison of INTVAL of
4265         operands[2] against 1 with comparison against CONST1_RTX.
4266         (<shift>di3_neon): Likewise.
4267         * config/arm/predicates.md (const0_operand): Replace with comparison
4268         against CONST0_RTX.
4270 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4272         * config/arm/arm.md (ashldi3): Replace comparison of INTVAL of
4273         operands[2] against 1 with comparison against CONST1_RTX.
4274         (ashrdi3): Likewise.
4275         (lshrdi3): Likewise.
4276         (ashlsi3): Replace cast of INTVAL to unsigned HOST_WIDE_INT with
4277         UINTVAL.
4278         (ashrsi3): Likewise.
4279         (lshrsi3): Likewise.
4280         (rotrsi3): Likewise.
4281         (define_split above *compareqi_eq0): Likewise.
4282         (define_split above "prologue"): Likewise.
4283         * config/arm/arm.c (thumb1_size_rtx_costs): Likewise.
4284         * config/arm/predicates.md (shift_operator): Likewise.
4285         (shift_nomul_operator): Likewise.
4286         (sat_shift_operator): Likewise.
4287         (thumb1_cmp_operand): Likewise.
4288         (const_neon_scalar_shift_amount_operand): Replace manual range
4289         check with IN_RANGE.
4290         * config/arm/thumb1.md (define_peephole2 above *thumb_subdi3):
4291         Replace cast of INTVAL to unsigned HOST_WIDE_INT with UINTVAL.
4293 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4295         * config/arm/arm.md (andsi3): Replace cast of 1 to HOST_WIDE_INT
4296         with HOST_WIDE_INT_1.
4297         (insv): Likewise.
4298         * config/arm/arm.c (optimal_immediate_sequence): Replace cast of
4299         1 to unsigned HOST_WIDE_INT with HOST_WIDE_INT_1U.
4300         (arm_canonicalize_comparison): Likewise.
4301         (thumb1_rtx_costs): Replace cast of 1 to HOST_WIDE_INT with
4302         HOST_WIDE_INT_1.
4303         (thumb1_size_rtx_costs): Likewise.
4304         (vfp_const_double_index): Replace cast of 1 to unsigned
4305         HOST_WIDE_INT with HOST_WIDE_INT_1U.
4306         (get_jump_table_size): Replace cast of 1 to HOST_WIDE_INT with
4307         HOST_WIDE_INT_1.
4308         (arm_asan_shadow_offset): Replace cast of 1 to unsigned
4309         HOST_WIDE_INT with HOST_WIDE_INT_1U.
4310         * config/arm/neon.md (vec_set<mode>): Replace cast of 1 to
4311         HOST_WIDE_INT with HOST_WIDE_INT_1.
4313 2016-05-24  Marek Polacek  <polacek@redhat.com>
4315         * tree-cfg.h (should_remove_lhs_p): New predicate.
4316         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Use it.
4317         * gimplify.c (gimplify_modify_expr): Likewise.
4318         * tree-cfg.c (verify_gimple_call): Likewise.
4319         * tree-cfgcleanup.c (fixup_noreturn_call): Likewise.
4320         * gimple-fold.c: Include "tree-cfg.h".
4321         (gimple_fold_call): Use should_remove_lhs_p.
4323 2016-05-24  Richard Biener  <rguenther@suse.de>
4325         PR tree-optimization/71253
4326         * cfganal.h (control_dependences): Make robust against edge
4327         and BB removal.
4328         (control_dependences::control_dependences): Remove edge_list argument.
4329         (control_dependences::get_edge): Remove.
4330         (control_dependences::get_edge_src): Add.
4331         (control_dependences::get_edge_dest): Likewise.
4332         (control_dependences::m_el): Make a vector of edge src/dest index.
4333         * cfganal.c (control_dependences::find_control_dependence): Adjust.
4334         (control_dependences::control_dependences): Likewise.
4335         (control_dependences::~control_dependence): Likewise.
4336         (control_dependences::get_edge): Remove.
4337         (control_dependences::get_edge_src): Add.
4338         (control_dependences::get_edge_dest): Likewise.
4339         * tree-ssa-dce.c (mark_control_dependent_edges_necessary): Use
4340         get_edge_src.
4341         (perform_tree_ssa_dce): Adjust.
4342         * tree-loop-distribution.c (create_edge_for_control_dependence): Use
4343         get_edge_src.
4344         (pass_loop_distribution::execute): Adjust.  Do loop destroying
4345         conditional on changed.
4347 2016-05-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4349         PR target/69857
4350         * config/arm/arm.c (gen_operands_ldrd_strd): Remove bogus early
4351         return.  Reindent transformation comment and mention the ARM state
4352         behavior.
4354 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
4356         PR middle-end/71252
4357         * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Add stmt_to_insert
4358         after build_and_add_sum creates new use stmt.
4360 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
4362         * tree-vect-stmts.c (vectorizable_load): Reorder checks so that
4363         load_lanes/grouped_load classification comes first.  Don't check
4364         whether the vectorization factor is a multiple of the group size
4365         for load_lanes.
4367 2016-05-24  Richard Sandiford  <richard.sandiford@arm.com>
4369         * tree-vect-data-refs.c (vect_analyze_group_access_1): Set
4370         GROUP_GAP for single-element interleaving.
4371         * tree-vect-stmts.c (vectorizable_load): Remove force_peeling
4372         variable.
4374 2016-05-24  Richard Biener  <rguenther@suse.de>
4376         PR middle-end/70434
4377         PR c/69504
4378         * tree-ssa.c (non_rewritable_mem_ref_base): Make sure to mark
4379         bases which are accessed with non-invariant indices.
4380         * gimple-fold.c (maybe_canonicalize_mem_ref_addr): Re-write
4381         constant index ARRAY_REFs of vectors into BIT_FIELD_REFs.
4383 2016-05-24  Kugan Vivekanandarajah  <kuganv@linaro.org>
4385         PR middle-end/71170
4386         * tree-ssa-reassoc.c (struct operand_entry): Add field stmt_to_insert.
4387         (add_to_ops_vec): Add stmt_to_insert.
4388         (add_repeat_to_ops_vec): Init stmt_to_insert.
4389         (insert_stmt_before_use): New.
4390         (transform_add_to_multiply): Remove mult_stmt insertion and add it
4391         to ops vector.
4392         (get_ops): Init stmt_to_insert.
4393         (maybe_optimize_range_tests): Likewise.
4394         (rewrite_expr_tree): Insert stmt_to_insert before use stmt.
4395         (rewrite_expr_tree_parallel): Likewise.
4396         (reassociate_bb): Likewise.
4398 2016-05-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
4400         PR target/71201
4401         * config/rs6000/altivec.md (altivec_vperm_<mode>_internal): Drop
4402         ISA 3.0 xxperm fusion alternative.
4403         (altivec_vperm_v8hiv16qi): Likewise.
4404         (altivec_vperm_<mode>_uns_internal): Likewise.
4405         (vperm_v8hiv4si): Likewise.
4406         (vperm_v16qiv8hi): Likewise.
4408 2016-05-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
4409             Kelvin Nilsen  <kelvin@gcc.gnu.org>
4411         * config/rs6000/rs6000.c (rs6000_expand_vector_set): Generate
4412         vpermr/xxpermr on ISA 3.0.
4413         (altivec_expand_vec_perm_le): Likewise.
4414         * config/rs6000/altivec.md (UNSPEC_VPERMR): New unspec.
4415         (altivec_vpermr_<mode>_internal): Add VPERMR/XXPERMR support for
4416         ISA 3.0.
4418 2016-05-23  Uros Bizjak  <ubizjak@gmail.com>
4420         * config/i386/i386.h (IS_STACK_MODE): Enable for
4421         TARGET_MIX_SSE_I387.  Rewrite using X87_FLOAT_MODE_P and
4422         SSE_FLOAT_MODE_P macros.
4423         * config/i386/i386.c (ix86_preferred_reload_class): Use
4424         IS_STACK_MODE, INTEGER_CLASS_P, FLOAT_CLASS_P and Q_CLASS_P macros.
4425         Cleanup regclass processing for CONST_DOUBLE_P.
4426         (ix86_preferred_output_reload_class): Use IS_STACK_MODE macro.
4427         (ix86_rtx_costs): Remove redundant TARGET_80387 check
4428         with IS_STACK_MODE macro.
4429         * config/i386/i386.md: Replace SSE_FLOAT_MODE_P (DFmode)
4430         with TARGET_SSE2.
4431         (*movdf_internal): Use IS_STACK_MODE macro.
4432         (*movsf_internal): Ditto.
4434 2016-05-23  Marc Glisse  <marc.glisse@inria.fr>
4436         * match.pd (a * (1 << b), ~x & ~y, ~X ^ ~Y, (X ^ Y) ^ Y, ~ (-A),
4437         ~ (A - 1), ~(~X >> Y), ~(~X >>r Y)): Relax constraints.
4439 2016-05-23  Jeff Law  <law@redhat.com>
4441         * tree-ssa-threadbackward.c (profitable_jump_thread_path): New function
4442         extracted from ...
4443         (fsm_find_control_statement_thread_paths): Call it.
4445 2016-05-23  Martin Jambor  <mjambor@suse.cz>
4447         PR ipa/71234
4448         * ipa-cp.c (ipa_get_indirect_edge_target_1): Only check value of
4449         from_global_constant if t is not NULL.
4451 2016-05-23  Marek Polacek  <polacek@redhat.com>
4453         PR c/49859
4454         * common.opt (Wswitch-unreachable): New option.
4455         * doc/invoke.texi: Document -Wswitch-unreachable.
4456         * gimplify.c (gimplify_switch_expr): Implement the -Wswitch-unreachable
4457         warning.
4459 2016-05-23  Bin Cheng  <bin.cheng@arm.com>
4461         * tree-ssa-address.c (copy_ref_info): Check NULL TMR_STEP when
4462         TMR_INDEX is non-NULL.
4464 2016-05-23  Richard Biener  <rguenther@suse.de>
4466         PR tree-optimization/71230
4467         * tree-ssa-reassoc.c (acceptable_pow_call): Move initial condition...
4468         (try_special_add_to_ops): ... here.  Always test for single-use.
4470 2016-05-23  Martin Jambor  <mjambor@suse.cz>
4472         * hsa-gen.c (gen_hsa_insns_for_switch_stmt): Create an empty
4473         default block if a PHI node in the original one would be resized.
4475 2016-05-23  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
4477         PR tree-optimization/58135
4478         * tree-vect-slp.c: When group size is not multiple
4479         of vector size, allow splitting of store group at
4480         vector boundary.
4482 2016-05-23  Christophe Lyon  <christophe.lyon@linaro.org>
4484         * config/arm/arm_neon.h (vtst_p16, vtstq_p16): New.
4486 2016-05-22  Jakub Jelinek  <jakub@redhat.com>
4488         * config/i386/sse.md (vec_set_lo_<mode><mask_name>,
4489         vec_set_hi_<mode><mask_name>): Add && <mask_avx512dq_condition>
4490         condition.  For !TARGET_AVX512DQ, emit 32x4 instruction instead
4491         of 64x2.
4493         * config/i386/sse.md (vec_set_lo_v16hi, vec_set_hi_v16hi,
4494         vec_set_lo_v32qi, vec_set_hi_v32qi): Add alternative with
4495         v constraint instead of x and vinserti32x4 insn.
4497         * config/i386/sse.md (i128vldq): New mode iterator.
4498         (avx2_vbroadcasti128_<mode>, avx_vbroadcastf128_<mode>): Add
4499         avx512dq and avx512vl alternatives.
4501         * config/i386/sse.md (avx2_vec_dupv4df): Use v instead of x
4502         constraint, use maybe_evex prefix instead of vex.
4503         (vec_dupv4sf): Use v constraint instead of x for output
4504         operand except for noavx alternative, use Yv constraint
4505         instead of x for input.  Use maybe_evex prefix instead of vex.
4506         (*vec_dupv4si): Likewise.
4507         (*vec_dupv2di): Likewise.
4509 2016-05-22  Kugan Vivekanandarajah  <kuganv@linaro.org>
4511         PR middle-end/40921
4512         * tree-ssa-reassoc.c (try_special_add_to_ops): New.
4513         (linearize_expr_tree): Call try_special_add_to_ops.
4514         (reassociate_bb): Convert MULT_EXPR by (-1) to NEGATE_EXPR.
4516 2016-05-21  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
4518         * config/avr/avr.c (avr_expand_prologue): Add INCOMING_FRAME_SP_OFFSET
4519         to computed stack_usage.
4521 2016-05-21  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
4523         PR target/71103
4524         * config/avr/avr.md (define_expand "mov<mode>"): If the source
4525         operand is subreg (symbol_ref) then move the symbol ref to register.
4527 2016-05-21  Jan Hubicka  <hubicka@ucw.cz>
4529         * tree.c (array_at_struct_end_p): Look through MEM_REF.
4531 2016-05-21  Kugan Vivekanandarajah  <kuganv@linaro.org>
4533         PR middle-end/71179
4534         * tree-ssa-reassoc.c (transform_add_to_multiply): Disallow float
4535         VECTOR type.
4537 2016-05-20  Eric Botcazou  <ebotcazou@adacore.com>
4539         * tree-vrp.c (compare_values_warnv): Simplify handling of symbolic
4540         ranges by calling get_single_symbol and tidy up.  Look more closely
4541         into NAME + CST1 vs CST2 comparisons if type overflow is undefined.
4543 2016-05-20  Jeff Law  <law@redhat.com>
4545         * bitmap.c (bitmap_find_bit): Remove useless test.
4547 2016-05-20  Segher Boessenkool  <segher@kernel.crashing.org>
4549         * function.c (thread_prologue_and_epilogue_insns): Commit the
4550         insertion of the epilogue.
4552 2016-05-20  Martin Jambor  <mjambor@suse.cz>
4554         PR tree-optimization/70884
4555         * tree-sra.c (initialize_constant_pool_replacements): Do not check
4556         should_scalarize_away_bitmap and cannot_scalarize_away_bitmap bits.
4557         (sort_and_splice_var_accesses): Do not consider multiple scalar reads
4558         of constant pool data as a reason for scalarization.
4560 2016-05-20  Eric Botcazou  <ebotcazou@adacore.com>
4562         * config/arm/arm.c (arm_expand_prologue): Set the stack usage to 0
4563         for naked functions.
4564         (thumb1_expand_prologue): Likewise.
4566 2016-05-20  Nathan Sidwell  <nathan@acm.org>
4568         * config/nvptx/nptx.c (nvptx_option_override): Only set
4569         flag_toplevel_reorder, if not explicitly specified.  Set
4570         flag_no_common, unless explicitly specified.
4572 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
4574         * calls.c (can_implement_as_sibling_call_p): Mark param
4575         reg_parm_stack_space with ATTRIBUTE_UNUSED.
4577 2016-05-20  Uros Bizjak  <ubizjak@gmail.com>
4579         * config/i386/i386.c (ix86_rtx_costs) <case CONST_DOUBLE>:
4580         Use IS_STACK_MODE when calculating cost of standard 80387 constants.
4581         Fallthru to CONST_VECTOR case to calculate cost of standard SSE
4582         constants.
4583         <case CONST_WIDE_INT>: Calculate cost of (MEM (SYMBOL_REF)).
4584         (ix86_legitimate_constant_p): Use CASE_CONST_SCALAR_INT
4585         and CASE_CONST_ANY.
4587 2016-05-20  Cesar Philippidis  <cesar@codesourcery.com>
4589         * config/nvptx/nvptx.md (sincossf3): New pattern.
4591 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
4593         * calls.c (maybe_complain_about_tail_call): New function.
4594         (initialize_argument_information): Call
4595         maybe_complain_about_tail_call when clearing *may_tailcall.
4596         (can_implement_as_sibling_call_p): Call
4597         maybe_complain_about_tail_call when returning false.
4598         (expand_call): Read CALL_EXPR_MUST_TAIL_CALL and, if set,
4599         ensure try_tail_call is set.  Call maybe_complain_about_tail_call
4600         if tail-call optimization fails.
4601         * cfgexpand.c (expand_call_stmt): Initialize
4602         CALL_EXPR_MUST_TAIL_CALL from gimple_call_must_tail_p.
4603         * gimple-pretty-print.c (dump_gimple_call): Dump
4604         gimple_call_must_tail_p.
4605         * gimple.c (gimple_build_call_from_tree): Call
4606         gimple_call_set_must_tail with the value of
4607         CALL_EXPR_MUST_TAIL_CALL.
4608         * gimple.h (enum gf_mask): Add GF_CALL_MUST_TAIL_CALL.
4609         (gimple_call_set_must_tail): New function.
4610         (gimple_call_must_tail_p): New function.
4611         * print-tree.c (print_node): Update printing of TREE_STATIC
4612         to reflect its use for CALL_EXPR_MUST_TAIL_CALL.
4613         * tree-core.h (struct tree_base): Add MUST_TAIL_CALL to the
4614         trailing comment listing applicable flags.
4615         * tree.h (CALL_EXPR_MUST_TAIL_CALL): New macro.
4617 2016-05-20  David Malcolm  <dmalcolm@redhat.com>
4619         * calls.c (expand_call): Move "Rest of purposes for tail call
4620         optimizations to fail" to...
4621         (can_implement_as_sibling_call_p): ...this new function, and
4622         split into multiple "if" statements.
4624 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
4626         * cfgloop.h (expected_loop_iterations_unbounded,
4627         expected_loop_iterations): Unconstify.
4628         * cfgloopanal.c (expected_loop_iterations_unbounded): Sanity check the
4629         profile with known upper bound; return 3 when profile is absent.
4630         (expected_loop_iterations): Update.
4632 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
4634         * loop-doloop.c (doloop_optimize): Use get_estimated_loop_iterations_int
4635         and get_max_loop_iterations_int.
4637 2016-05-20  Jan Hubicka  <hubicka@ucw.cz>
4639         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can not produce
4640         realistic upper bounds here.
4642 2016-05-20  Jakub Jelinek  <jakub@redhat.com>
4644         PR c++/71210
4645         * gimple-fold.c (gimple_fold_call): Do not remove lhs of noreturn
4646         calls if the LHS is variable length or has addressable type.
4647         If targets[0]->decl is a noreturn call with void return type and
4648         zero arguments, adjust fntype and remove lhs in that case.
4650 2016-05-20  Marc Glisse  <marc.glisse@inria.fr>
4652         PR tree-optimization/71079
4653         PR tree-optimization/71206
4654         * match.pd ((X ^ Y) ^ (X ^ Z)): Convert the arguments.
4656 2016-05-20  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
4658         * tree-vectorizer.c (get_vec_alignment_for_decl): New static function.
4659         (get_vec_alignment_for_array_decl): Likewise.
4660         (get_vec_alignment_for_record_decl): Likewise.
4661         (increase_alignment::execute): Move code to find alignment to
4662         get_vec_alignment_for_array_decl and call get_vec_alignment_for_decl.
4663         (type_align_map): New hash_map.
4665 2016-05-20  Richard Guenther  <rguenther@suse.de>
4667         PR tree-optimization/29756
4668         * tree.def (BIT_INSERT_EXPR): New tcc_expression tree code.
4669         * expr.c (expand_expr_real_2): Handle BIT_INSERT_EXPR.
4670         * fold-const.c (operand_equal_p): Likewise.
4671         (fold_ternary_loc): Add constant folding of BIT_INSERT_EXPR.
4672         * gimplify.c (gimplify_expr): Handle BIT_INSERT_EXPR.
4673         * tree-inline.c (estimate_operator_cost): Likewise.
4674         * tree-pretty-print.c (dump_generic_node): Likewise.
4675         * tree-ssa-operands.c (get_expr_operands): Likewise.
4676         * cfgexpand.c (expand_debug_expr): Likewise.
4677         * gimple-pretty-print.c (dump_ternary_rhs): Likewise.
4678         * gimple.c (get_gimple_rhs_num_ops): Handle BIT_INSERT_EXPR.
4679         * tree-cfg.c (verify_gimple_assign_ternary): Verify BIT_INSERT_EXPR.
4680         * tree-ssa.c (non_rewritable_lvalue_p): We can rewrite
4681         vector inserts using BIT_FIELD_REF or MEM_REF on the lhs.
4682         (execute_update_addresses_taken): Do it.
4684 2016-05-20  Richard Biener  <rguenther@suse.de>
4686         PR tree-optimization/71185
4687         * tree-ssa-loop-prefetch.c (gather_memory_references): Drop
4688         register operations.
4690 2016-05-20  Richard Biener  <rguenther@suse.de>
4692         * tree-if-conv.c (add_bb_predicate_gimplified_stmts): Use
4693         gimple_seq_add_seq_without_update.
4694         (release_bb_predicate): Assert we have no operands to free.
4695         (if_convertible_loop_p_1): Calculate post dominators later.
4696         Do not free BB predicates here.
4697         (combine_blocks): Do not recompute BB predicates.
4698         (version_loop_for_if_conversion): Save BB predicates around
4699         loop versioning.
4701 2016-05-19  Segher Boessenkool  <segher@kernel.crashing.org>
4703         * function.c (make_epilogue_seq): Remove epilogue_end parameter.
4704         (thread_prologue_and_epilogue_insns): Remove bb_flags.  Restructure
4705         code.  Ignore sibcalls on EDGE_IGNORE edges.
4706         * shrink-wrap.c (handle_simple_exit): New function.  Set EDGE_IGNORE
4707         on edges for sibcalls that run without prologue.  The rest of the
4708         function is combined from...
4709         (fix_fake_fallthrough_edge): ... this, and ...
4710         (try_shrink_wrapping): ... a part of this.  Remove the bb_with
4711         function argument, make it a local variable.
4713 2016-05-19  Sandra Loosemore  <sandra@codesourcery.com>
4715         * config/i386/cygming.h (DWARF2_UNWIND_INFO): Allow
4716         --disable-sjlj-exceptions for TARGET_BI_ARCH to select DWARF-2 EH
4717         for 32-bit mode and SEH for 64-bit.
4718         * config/i386/mingw32.h (SHARED_LIBGCC_UNDEFS_SPEC): Handle
4719         TARGET_64BIT_DEFAULT.
4721 2016-05-19  Ryan Burn  <contact@rnburn.com>
4723         * Makefile.in (GTFILES): Add cilk.h and cilk-common.c.
4724         * gengtype.c (open_base_files): Add cilk.h to ifiles.
4726 2016-05-19  Uros Bizjak  <ubizjak@gmail.com>
4728         * sched-deps.c (sched_analyze_2) <case TRAP_IF>: Also
4729         force pending loads from memory.
4731 2016-05-19  Kelvin Nilsen  <kelvin@gcc.gnu.org>
4733         * config/rs6000/altivec.md (UNSPEC_DARN): New unspec constant.
4734         (UNSPEC_DARN_32): New unspec constant.
4735         (UNSPEC_DARN_RAW): New unspec constant.
4736         (darn_32): New instruction.
4737         (darn_raw): New instruction.
4738         (darn): New instruction.
4739         * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_0): Add
4740         support and documentation for this macro.
4741         (BU_P9_MISC_1): New macro definition.
4742         (BU_P9_64BIT_MISC_0): New macro definition.
4743         (BU_P9_MISC_0): New macro definition.
4744         (darn_32): New builtin definition.
4745         (darn_raw): New builtin definition.
4746         (darn): New builtin definition.
4747         * config/rs6000/rs6000.c: Add #define RS6000_BUILTIN_0 and #undef
4748         RS6000_BUILTIN_0 directives to surround each occurrence of
4749         #include "rs6000-builtin.def".
4750         (rs6000_builtin_mask_calculate): Add in the RS6000_BTM_MODULO and
4751         RS6000_BTM_64BIT flags to the returned mask, depending on
4752         configuration.
4753         (def_builtin): Correct an error in the assignments made to the
4754         debugging variable attr_string.
4755         (rs6000_expand_builtin): Add support for no-operand built-in
4756         functions.
4757         (builtin_function_type): Remove fatal_error assertion that is no
4758         longer valid.
4759         (rs6000_common_init_builtins): Add support for no-operand built-in
4760         functions.
4761         * config/rs6000/rs6000.h (RS6000_BTM_MODULO): New macro
4762         definition.
4763         (RS6000_BTM_PURE): Enhance comment to clarify intent of this flag
4764         definition.
4765         (RS6000_BTM_64BIT): New macro definition.
4766         * doc/extend.texi: Document __builtin_darn (void),
4767         __builtin_darn_raw (void), and __builtin_darn_32 (void) built-in
4768         functions.
4770 2016-05-19  Jan Hubicka  <hubicka@ucw.cz>
4772         * tree-vect-loop.c (vect_analyze_loop_2): Use also
4773         max_loop_iterations_int.
4775 2016-05-19  Marek Polacek  <polacek@redhat.com>
4777         PR tree-optimization/71031
4778         * tree-vrp.c (extract_range_from_binary_expr_1): Turn assert into a
4779         condition and adjust the code a bit.
4781 2016-05-19  Martin Liska  <mliska@suse.cz>
4783         * tree-vect-stmts.c (vectorizable_simd_clone_call): Utilize
4784         auto_vec instead of vec.
4786 2016-05-19  Martin Liska  <mliska@suse.cz>
4788         * tree-parloops.c (oacc_entry_exit_ok): Release a vector.
4790 2016-05-19  Martin Liska  <mliska@suse.cz>
4792         * tree-if-conv.c (ifcvt_repair_bool_pattern): Utilize auto_vecs.
4794 2016-05-19  Martin Liska  <mliska@suse.cz>
4796         * ipa-pure-const.c (set_function_state): Remove an existing
4797         funct_state.
4798         (remove_node_data): Do not free it as it's released
4799         in set_function_state.
4801 2016-05-19  Martin Liska  <mliska@suse.cz>
4803         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Release
4804         bitmap.
4806 2016-05-19  Martin Liska  <mliska@suse.cz>
4808         * omp-simd-clone.c (simd_clone_adjust): Release vector.
4810 2016-05-19  Martin Liska  <mliska@suse.cz>
4812         * tree-ssa-reassoc.c (eliminate_duplicate_pair): Truncate
4813         an auto_vec instead of re-creating it.
4815 2016-05-19  Martin Liska  <mliska@suse.cz>
4817         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Use
4818         auto_vec instead of vec.
4820 2016-05-19  Martin Liska  <mliska@suse.cz>
4822         * lto-section-in.c (lto_get_section_data): Call
4823         lto_check_version with additional argument.
4824         * lto-streamer.c (lto_check_version): Add new argument.
4825         * lto-streamer.h (lto_check_version): Likewise.
4827 2016-05-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4829         * config/arm/arm.c (arm_new_rtx_costs, SIGN_EXTEND case):
4830         Don't add cost of inner memory when handling sign-extended loads.
4832 2016-05-19  Ilya Enkovich  <ilya.enkovich@intel.com>
4834         PR rtl-optimization/71148
4835         * cse.c (cse_main): Free dominance info.
4836         (rest_of_handle_cse): Don't free dominance info.
4837         (rest_of_handle_cse2): Likewise.
4838         (rest_of_handle_cse_after_global_opts): Likewise.
4840 2016-05-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
4842         PR target/71056
4843         * config/arm/arm-builtins.c (arm_builtin_vectorized_function): Return
4844         NULL_TREE early if NEON is not available.  Remove now redundant check
4845         in ARM_CHECK_BUILTIN_MODE.
4847 2016-05-19  Maxim Ostapenko  <m.ostapenko@samsung.com>
4849         PR sanitizer/64354
4850         * cppbuiltin.c (define_builtin_macros_for_compilation_flags): Add new
4851         builtin __SANITIZE_THREAD__ macros for fsanitize=thread switch.
4852         * doc/cpp.texi: Document new macros.
4854 2016-05-19 Bin Cheng  <bin.cheng@arm.com>
4856         PR tree-optimization/69848
4857         * tree-vect-loop.c (vectorizable_reduction): Don't factor
4858         comparison expr out of VEC_COND_EXPR for COND_REDUCTION.
4860 2016-05-19  Segher Boessenkool  <segher@kernel.crashing.org>
4862         * function.c (thread_prologue_and_epilogue_insn): Move the
4863         "goto epilogue_done" one block later.
4865 2016-05-19  Richard Biener  <rguenther@suse.de>
4867         PR tree-optimization/70729
4868         * passes.def: Move LIM pass before PRE.  Remove no longer
4869         required copyprop and move first DCE out of the loop pipeline.
4871 2016-05-18  David Malcolm  <dmalcolm@redhat.com>
4873         PR driver/69265
4874         * Makefile.in (GCC_OBJS): Move spellcheck.o to...
4875         (OBJS-libcommon-target): ...here.
4876         * opts-common.c: Include spellcheck.h.
4877         (cmdline_handle_error): Build a vec of valid options and use it
4878         to suggest provide hints for misspelled arguments.
4880 2016-05-18  Jakub Jelinek  <jakub@redhat.com>
4882         PR c++/71100
4883         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Don't drop
4884         lhs if it has TREE_ADDRESSABLE type.
4886 2016-05-18  Uros Bizjak  <ubizjak@gmail.com>
4888         PR target/71145
4889         * config/alpha/alpha.md (trap): Add (use (reg:DI 29)).
4890         (*exception_receiver_1): Return "#" for TARGET_EXPLICIT_RELOCS.
4892 2016-05-18  Martin Jambor  <mjambor@suse.cz>
4894         PR ipa/69708
4895         * ipa-cp.c (ipa_get_jf_pass_through_result): Allow non-ip constant
4896         input for NOP_EXPR pass-through functions.
4897         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Allow
4898         aggregate global constant VAR_DECLs in constant jump functions.
4900 2016-05-18  Martin Jambor  <mjambor@suse.cz>
4902         PR ipa/69708
4903         * ipa-prop.c (parm_preserved_before_stmt_p): Return true for loads
4904         from TREE_READONLY parameters.
4906 2016-05-18  Martin Jambor  <mjambor@suse.cz>
4908         PR ipa/69708
4909         * cgraph.h (cgraph_indirect_call_info): New field
4910         guaranteed_unmodified.
4911         * ipa-cp.c (ipa_get_indirect_edge_target_1): Also pass parameter value
4912         to ipa_find_agg_cst_for_param, check guaranteed_unmodified when
4913         appropriate.
4914         * ipa-inline-analysis.c (evaluate_conditions_for_known_args): Also
4915         pass the parameter value to ipa_find_agg_cst_for_param.
4916         * ipa-prop.c (ipa_load_from_parm_agg): New parameter
4917         guaranteed_unmodified, store AA results there instead of bailing out
4918         if present.
4919         (ipa_note_param_call): Also initialize guaranteed_unmodified flag.
4920         (ipa_analyze_indirect_call_uses): Also set guaranteed_unmodified flag.
4921         (find_constructor_constant_at_offset): New function.
4922         (ipa_find_agg_cst_from_init): Likewise.
4923         (ipa_find_agg_cst_for_param): Also seearch for aggregate values in
4924         static initializers of contants, report back through a new paameter
4925         from_global_constant if that was the case.
4926         (try_make_edge_direct_simple_call): Also pass parameter value to
4927         ipa_find_agg_cst_for_param, check guaranteed_unmodified when
4928         appropriate.
4929         (ipa_write_indirect_edge_info): Stream new flag guaranteed_unmodified.
4930         (ipa_read_indirect_edge_info): Likewise.
4931         * ipa-prop.h (ipa_find_agg_cst_for_param): Update declaration.
4932         (ipa_load_from_parm_agg): Likewise.
4934 2016-05-18  Jiong Wang  <jiong.wang@arm.com>
4936         PR rtl-optimization/71150
4937         * lra-constraint (process_addr_reg): Guard "in_class_p" with REG_P
4938         check.
4940 2016-05-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
4942         PR target/70915
4943         * config/rs6000/constraints.md (wE constraint): New constraint
4944         for a vector constant that can be loaded with XXSPLTIB.
4945         (wM constraint): New constraint for a vector constant of a 1's.
4946         (wS constraint): New constraint for a vector constant that can be
4947         loaded with XXSPLTIB and a vector sign extend instruction.
4948         * config/rs6000/predicates.md (xxspltib_constant_split): New
4949         predicates for wE/wS constraints.
4950         (xxspltib_constant_nosplit): Likewise.
4951         (easy_vector_constant): Add support for constants that can be
4952         loaded via XXSPLTIB.
4953         (all_ones_constant): New predicate for vector constant with all
4954         1's set.
4955         (splat_input_operand): Add support for ISA 3.0 word splat operations.
4956         * config/rs6000/rs6000.c (xxspltib_constant_p): New function to
4957         return if a constant can be loaded with the ISA 3.0 XXSPLTIB
4958         instruction and possibly with a sign extension.
4959         (output_vec_const_move): Add support for XXSPLTIB. If we are
4960         loading up 0/-1 into Altivec registers, prefer using VSPLTISW
4961         instead of XXLXOR/XXLORC.
4962         (rs6000_expand_vector_init): Add support for ISA 3.0 word splat
4963         operations.
4964         (rs6000_legitimize_reload_address): Likewise.
4965         (rs6000_output_move_128bit): Use output_vec_const_move to emit
4966         constants.
4967         * config/rs6000/vsx.md (VSX_M): Add TImode (if -mvsx-timode) and
4968         combine VSX_M and VSX_M2 into one iterator.
4969         (VSX_M2): Likewise.
4970         (VSINT_84): New iterators for loading constants with XXSPLTIB.
4971         (VSINT_842): Likewise.
4972         (UNSPEC_VSX_SIGN_EXTEND): New UNSPEC.
4973         (xxspltib_v16qi): New insns to load up constants with the ISA 3.0
4974         XXSPLTIB instruction.
4975         (xxspltib_<mode>_nosplit): Likewise.
4976         (xxspltib_<mode>_split): New insn to load up constants with
4977         XXSPLTIB and a sign extend instruction.
4978         (vsx_mov<mode>): Replace single move that handled all vector types
4979         with separate 32-bit and 64-bit moves.  Combine the movti_<bit>
4980         moves (when -mvsx-timode is in effect) into the main vector
4981         moves.  Eliminate separate moves for <VSr> <VSa>, where the
4982         preferred register class (<VSr>) is listed first, and the
4983         secondary register class (<VSa>) is listed second with a '?' to
4984         discourage use.  Prefer loading 0/-1 in any VSX register for ISA
4985         3.0, and Altivec registers for ISA 2.06/2.07 (PR target/70915) so
4986         that if the register was involved in a slow operation, the
4987         clear/set operation does not wait for the slow operation to
4988         finish.  Adjust the length attributes for 32-bit mode.  Use
4989         rs6000_output_move_128bit and drop the use of the string
4990         instructions for 32-bit movti when -mvsx-timode is in effect.  Use
4991         spacing so that the alternatives and attributes don't generate
4992         long lines, and put things in columns, so that it is easier to
4993         match up the operands and attributes with the insn alternatives.
4994         (vsx_mov<mode>_64bit): Likewise.
4995         (vsx_mov<mode>_32bit): Likewise.
4996         (vsx_movti_64bit): Fold movti into normal vector moves.
4997         (vsx_movti_32bit): Likewise.
4998         (vsx_splat_<mode>, V4SI/V4SF modes): Add support for ISA 3.0 word
4999         splat instructions.
5000         (vsx_splat_v4si_internal): Likewise.
5001         (vsx_splat_v4sf_internal): Likewise.
5002         (vector fusion peepholes): Use VSX_M instead of VSX_M2.
5003         (vsx_sign_extend_qi_<mode>): New ISA 3.0 instructions to sign
5004         extend vector elements.
5005         (vsx_sign_extend_hi_<mode>): Likewise.
5006         (vsx_sign_extend_si_v2di): Likewise.
5007         * config/rs6000/rs6000-protos.h (xxspltib_constant_p): Add
5008         declaration.
5009         * doc/md.texi (PowerPC constraints): Document the wE, wM, and wS
5010         constraints.  Add trailing period to wL documentation.
5012 2016-05-18  Richard Sandiford  <richard.sandiford@arm.com>
5014         PR middle-end/71020
5015         * tree-dfa.h (replace_abnormal_ssa_names): Declare.
5016         * tree-dfa.c (replace_abnormal_ssa_names): New function.
5017         * tree-call-cdce.c: Include tree-dfa.h.
5018         (can_guard_call_p): New function, extracted from...
5019         (can_use_internal_fn): ...here.
5020         (shrink_wrap_one_built_in_call_with_conds): Remove failure path
5021         and return void.
5022         (shrink_wrap_one_built_in_call): Likewise.
5023         (use_internal_fn): Likewise.
5024         (shrink_wrap_conditional_dead_built_in_calls): Update accordingly
5025         and return void.  Call replace_abnormal_ssa_names.
5026         (pass_call_cdce::execute): Check can_guard_call_p during the
5027         initial walk.  Assume shrink_wrap_conditional_dead_built_in_calls
5028         will always change something.
5030 2016-05-18  Martin Jambor  <mjambor@suse.cz>
5032         PR ipa/70646
5033         * ipa-prop.c (determine_locally_known_aggregate_parts): Bail out early
5034         if parameter PARAM_IPA_MAX_AGG_ITEMS is zero.
5036 2016-05-18  Martin Jambor  <mjambor@suse.cz>
5038         PR ipa/70646
5039         * ipa-inline.h (condition): New field size.
5040         * ipa-inline-analysis.c (add_condition): New parameter SIZE, use it
5041         for comaprison and store it into the new condition.
5042         (evaluate_conditions_for_known_args): Use condition size to check
5043         access sizes for all but CHANGED conditions.
5044         (unmodified_parm_1): New parameter size_p, store access size into it.
5045         (unmodified_parm): Likewise.
5046         (unmodified_parm_or_parm_agg_item): Likewise.
5047         (eliminated_by_inlining_prob): Pass NULL to unmodified_parm as size_p.
5048         (set_cond_stmt_execution_predicate): Extract access sizes and store
5049         them to conditions.
5050         (set_switch_stmt_execution_predicate): Likewise.
5051         (will_be_nonconstant_expr_predicate): Likewise.
5052         (will_be_nonconstant_predicate): Likewise.
5053         (inline_read_section): Stream condition size.
5054         (inline_write_summary): Likewise.
5056 2016-05-18  Richard Biener  <rguenther@suse.de>
5058         * tree-ssa-loop-im.c (determine_max_movement): Properly add
5059         condition cost to PHI cost instead of total_cost.
5061 2016-05-18  Martin Liska  <mliska@suse.cz>
5063         PR fortran/70856
5064         * ipa-icf.c (sem_variable::merge): Set DECL_PT_UID for
5065         merged variables.
5067 2016-05-18  Richard Biener  <rguenther@suse.de>
5069         * lto-streamer.h (LTO_major_version): Bump to 6.
5071 2016-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
5073         * function.c (make_split_prologue_seq, make_prologue_seq,
5074         make_epilogue_seq): New functions, factored out from...
5075         (thread_prologue_and_epilogue_insns): Here.
5077 2016-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
5079         * function.c (rest_of_handle_thread_prologue_and_epilogue): Call
5080         cleanup_cfg with CLEANUP_EXPENSIVE after shrink-wrapping instead
5081         of before.  Add a comment.
5083 2016-05-18 Bin Cheng  <bin.cheng@arm.com>
5085         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Check invariant
5086         expression pointer, not pointer to the pointer.
5088 2016-05-18  Jakub Jelinek  <jakub@redhat.com>
5090         * config/i386/sse.md (pbroadcast_evex_isa): New mode attr.
5091         (avx2_pbroadcast<mode>): Add another alternative with v instead
5092         of x constraints in it, using <pbroadcast_evex_isa> isa.
5093         (avx2_pbroadcast<mode>_1): Similarly, add two such alternatives.
5095         * config/i386/sse.md (<ssse3_avx2>_palignr<mode>): Use
5096         constraint x instead of v in second alternative, add avx512bw
5097         alternative.
5099         * config/i386/sse.md (<ssse3_avx2>_pshufb<mode>3<mask_name>): Use
5100         constraint x instead of v in second alternative, add avx512bw
5101         alternative.
5103         * config/i386/sse.md (*<ssse3_avx2>_pmulhrsw<mode>3<mask_name>): Use
5104         constraint x instead of v in second alternative, add avx512bw
5105         alternative.
5107         * config/i386/sse.md (avx2_pmaddubsw256, ssse3_pmaddubsw128): Add
5108         avx512bw alternative.
5110 2016-05-18  Kirill Yukhin  <kirill.yukhin@intel.com>
5112         * config/i386/sse.md (define_insn "*andnot<mode>3"): Extend static
5113         array to 128 chars.
5114         (define_insn "*andnottf3"): Ditto.
5115         (define_insn "*<code><mode>3"/any_logic): Ditto.
5116         (define_insn "*<code>tf3"/any_logic): Ditto.
5117         (define_insn "sse2_storehpd"): Use Yv constraint for scalar
5118         operand to block AVX-512VL insn variant emit when it is not enabled.
5120 2016-05-18  Kirill Yukhin  <kirill.yukhin@intel.com>
5122         * config/i386/sse.md (define_insn "*vec_concatv2sf_sse4_1"): Use 'Yv'
5123         constraint fot SF mode.
5125 2016-05-18  Petr Murzin  <petr.murzin@intel.com>
5126             Kirill Yukhin  <kirill.yukhin@intel.com>
5128         * config/i386/sse.md (define_insn "srcp14<mode>"): Use proper operand
5129         modifiers.
5130         (define_insn "rsqrt14<mode>"): Ditto.
5131         (define_insn "<mask_codefor>avx512dq_cvtps2qqv2di<mask_name>"): Ditto.
5132         (define_insn "<fixsuffix>fix_truncv2sfv2di2<mask_name>"): Ditto.
5133         (define_insn "avx512f_<code>v8div16qi2_mask_store"): Ditto.
5134         (define_insn "vec_set_hi_<mode><mask_name>"): Ditto.
5135         (define_insn "<mask_codefor>avx512dq_broadcast<mode><mask_name>"):
5136         Ditto.
5137         (define_insn "*avx512f_gatherdi<mode>"): Ditto.
5138         (define_insn "*avx512f_scatterdi<mode>"): Ditto.
5139         * config/i386/i386.c (ix86_print_operand): Expand check for size
5140         override codes for Intel syntax.
5142 2016-05-18  Richard Biener  <rguenther@suse.de>
5144         PR tree-optimization/71168
5145         * tree-loop-distribution.c (distribute_loop): Move *destroy_p
5146         initialization earlier.
5148 2016-05-18  James Greenhalgh  <james.greenhalgh@arm.com>
5150         * config/aarch64/aarch64-simd.md
5151         (aarch64_reduc_plus_internal<mode>): Rename to...
5152         (reduc_plus_scal): ...This, and remove previous implementation.
5154 2016-05-18  Richard Biener  <rguenther@suse.de>
5156         * passes.def: Put late dse and cd_dce in canonical order.
5158 2016-05-17  Jan Hubicka  <hubicka@ucw.cz>
5160         * ipa-inline-transform.c (preserve_function_body_p): Look for
5161         first non-thunk clone.
5162         (save_function_body): Save into first non-thunk.
5163         * lto-cgraph.c (lto_output_edge): When streaming thunk do not look
5164         up call stmt id.
5165         (lto_output_node): Inline thunks don't need body in every
5166         partition.
5167         * lto-streamer-in.c: Do not fixup thunk clones.
5168         * cgraphclones.c (cgraph_node::create_edge_including_clone): Skip
5169         thunks.
5170         * tree-inline.c (copy_bb): Be prepared for target node to be new after
5171         folding suceeds.
5173 2016-05-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
5175         PR middle-end/63586
5176         * tree-ssa-reassoc.c (transform_add_to_multiply): New.
5177         (reassociate_bb): Call transform_add_to_multiply.
5179 2016-05-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
5181         * config/aarch64/aarch64.c (all_extensions): Removed unused
5182         static variable.
5184 2016-05-17  Nathan Sidwell  <nathan@acm.org>
5186         * config/nvptx/nvptx.c (nvptx_function_arg_boundary): New.
5187         (TARGET_FUNCTION_ARG_BOUNDARY): Override.
5189 2016-05-17  Mikhail Maltsev  <maltsevm@gmail.com>
5191         PR tree-optimization/54579
5192         PR middle-end/55299
5193         * match.pd (~(~X >> Y), ~(~X >>r Y), ~(~X <<r Y)): New patterns.
5195 2016-05-17  Marek Polacek  <polacek@redhat.com>
5197         PR ipa/71146
5198         * tree-inline.c (expand_call_inline): Call
5199         maybe_remove_unused_call_args.
5201 2016-05-17  Jim Wilson  <jim.wilson@linaro.org>
5203         * doc/cpp.texi (__GNUC__): Major version changes are no longer rare.
5204         * doc/invoke.texi (-mnan=2008): Change signalling to signaling.
5205         * doc/md.texi (fmin@var{m}3): Likewise.
5207 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
5209         * match.pd (X & C): New transformation.
5211 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
5213         * match.pd (~X & Y): New transformation.
5215 2016-05-17  Marc Glisse  <marc.glisse@inria.fr>
5217         * tree-vrp.c (simplify_truth_ops_using_ranges): Set range
5218         information for new SSA_NAME.
5219         (simplify_conversion_using_ranges): Get range through get_range_info
5220         instead of get_value_range.
5222 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
5224         * config/aarch64/arm_neon.h (vmvn_s8): Reimplement using C operator.
5225         Remove inline assembly.
5226         (vmvn_s16): Likewise.
5227         (vmvn_s32): Likewise.
5228         (vmvn_u8): Likewise.
5229         (vmvn_u16): Likewise.
5230         (vmvn_u32): Likewise.
5231         (vmvnq_s8): Likewise.
5232         (vmvnq_s16): Likewise.
5233         (vmvnq_s32): Likewise.
5234         (vmvnq_u8): Likewise.
5235         (vmvnq_u16): Likewise.
5236         (vmvnq_u32): Likewise.
5237         (vmvn_p8): Likewise.
5238         (vmvnq_p16): Likewise.
5240 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
5242         * config/aarch64/aarch64-simd.md (vmul_n_f32): Remove inline assembly.
5243         Use builtin.
5244         (vmul_n_s16): Likewise.
5245         (vmul_n_s32): Likewise.
5246         (vmul_n_u16): Likewise.
5247         (vmul_n_u32): Likewise.
5248         (vmulq_n_f32): Likewise.
5249         (vmulq_n_f64): Likewise.
5250         (vmulq_n_s16): Likewise.
5251         (vmulq_n_s32): Likewise.
5252         (vmulq_n_u16): Likewise.
5253         (vmulq_n_u32): Likewise.
5255 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
5257         * config/aarch64/aarch64-simd.md (*aarch64_mul3_elt_to_128df): Extend
5258         to all supported modes.  Rename to "*aarch64_mul3_elt_from_dup".
5260 2016-05-17  Jiong Wang  <jiong.wang@arm.com>
5262         * config/aarch64/aarch64-simd.md (*aarch64_fma4_elt_to_128df): Rename
5263         to *aarch64_fma4_elt_from_dup<mode>.
5264         (*aarch64_fnma4_elt_to_128df): Rename to
5265         *aarch64_fnma4_elt_from_dup<mode>.
5266         * config/aarch64/arm_neon.h (vfma_n_f64): New.
5267         (vfms_n_f32): Likewise.
5268         (vfms_n_f64): Likewise.
5269         (vfmsq_n_f32): Likewise.
5270         (vfmsq_n_f64): Likewise.
5272 2016-05-17  Gerald Pfeifer  <gerald@pfeifer.com>
5274         * wide-int.h: Change fixed_wide_int_storage from class to struct.
5276 2016-05-17  Richard Biener  <rguenther@suse.de>
5278         PR tree-optimization/71132
5279         * tree-loop-distribution.c (create_rdg_cd_edges): Pass in loop.
5280         Only add control dependences for blocks in the loop.
5281         (build_rdg): Adjust.
5282         (generate_code_for_partition): Return whether loop should
5283         be destroyed and delay that.
5284         (distribute_loop): Likewise.
5285         (pass_loop_distribution::execute): Record loops to be destroyed
5286         and perform delayed destroying of loops.
5288 2016-05-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5290         PR target/70809
5291         * config/aarch64/aarch64-simd.md (aarch64_vmls<mode>): Delete.
5293 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
5295         * config/aarch64/aarch64-elf.h (ASM_OUTPUT_DEF): Delete.
5297 2016-05-17  Ilya Enkovich  <ilya.enkovich@intel.com>
5299         PR target/71114
5300         * config/i386/i386.c (dimode_scalar_chain::convert_op): Fix
5301         insertion point for instructions generated by validize_mem.
5303 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
5305         * config/aarch64/aarch64.c (SHIFT_COUNT_TRUNCATED): Wrap definition
5306         in brackets.
5308 2016-05-17  James Greenhalgh  <james.greenhalgh@arm.com>
5310         * config/aarch64/aarch64.c
5311         (aarch64_output_simd_mov_immediate): Make "buf_size" a variable
5312         rather than a macro.
5314 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
5316         * doc/invoke.texi (AArch64 Options): Various updates.
5318 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
5320         * ipa-inline-analysis.c (compute_inline_parameters): Disable inlinig
5321         into instrumentation thunks.
5322         * cif-code.def (CIF_CHKP): New.
5324 2016-05-16  Uros Bizjak  <ubizjak@gmail.com>
5326         * config/i386/xopintrin.h: Correct "unsinged" typo in the comments.
5328 2016-05-16  Martin Jambor  <mjambor@suse.cz>
5330         * hsa-gen.c (fillup_for_decl): Increase alignment to natural one.
5331         (get_symbol_for_decl): Sorry if a global symbol in under-aligned.
5333 2016-05-16  Marek Polacek  <polacek@redhat.com>
5335         * gimple.c (maybe_remove_unused_call_args): Fix typos in the
5336         commentary.
5338 2016-05-16  Martin Jambor  <mjambor@suse.cz>
5340         PR hsa/70857
5341         * omp-low.c (grid_expand_target_grid_body): Copy RESULT_DECL of
5342         the outlined kernel function.
5344 2016-05-16  Robert Suchanek  <robert.suchanek@imgtec.com>
5346         * config/mips/mips.h (ISA_HAS_LSA): Enable for -mmsa.
5347         (ISA_HAS_DLSA): Ditto.
5349 2016-05-16  Matthew Fortune  <matthew.fortune@imgtec.com>
5351         * config/mips/m5100.md (m51_int_load): Update the latency to 2.
5353 2016-05-16  Nathan Sidwell  <nathan@acm.org>
5355         * config/nvptx/nvptx.c (nvptx_mangle_decl_assembler_name): Revert.
5356         (nvptx_name_replacement): Restore.  Add comment.
5357         (write_fn_proto, write_fn_proto_from_insn,
5358         nvptx_output_call_insn): Restore
5359         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Delete.
5361 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
5363         * config/aarch64/aarch64.md
5364         (add<mode>3_compareC_cconly_imm): Remove use of %w.
5365         (add<mode>3_compareC_imm): Likewise.
5366         (<optab>si3_uxtw): Split into register and immediate variants.
5367         (andsi3_compare0_uxtw): Likewise.
5368         (and<mode>3_compare0): Likewise.
5369         (and<mode>3nr_compare0): Likewise.
5370         (stack_protect_test_<mode>): Don't use %x for memory operands.
5372 2016-05-16  Matthew Fortune  <matthew.fortune@imgtec.com>
5374         * config/mips/mips-cpus.def (p5600): Add multi-line brackets.
5376 2016-05-16  Wilco Dijkstra  <wdijkstr@arm.com>
5378         * config/aarch64/aarch64.md (aarch64_ashl_sisd_or_int_<mode>3):
5379         Split integer shifts into shift_reg and bfm.
5380         (aarch64_lshr_sisd_or_int_<mode>3): Likewise.
5381         (aarch64_ashr_sisd_or_int_<mode>3): Likewise.
5382         (ror<mode>3_insn): Likewise.
5383         (<optab>si3_insn_uxtw): Likewise.
5384         (<optab><mode>3_insn): Change to rotate_imm.
5385         (extr<mode>5_insn_alt): Likewise.
5386         (extrsi5_insn_uxtw): Likewise.
5387         (extrsi5_insn_uxtw_alt): Likewise.
5389 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
5391         * doc/tm.texi: Regenerate.
5392         * doc/tm.texi.in (TARGET_INVALID_PARAMETER_TYPE): Remove.
5393         (TARGET_INVALID_RETURN_TYPE): Remove.
5394         * system.h: Poison TARGET_INVALID_PARAMETER_TYPE and
5395         TARGET_INVALID_RETURN_TYPE.
5396         * target.def (invalid_parameter_type): Remove.
5397         (invalid_return_type): Remove.
5399 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
5401         * ipa-inline-analysis.c (compute_inline_parameters): Be more reailistic
5402         on estimating thunk bodies; do not set inline_failed to CIF_THUNK for
5403         calls from thunk.
5404         * ipa-inline-transform.c (inline_call): When inlining into thunk produce
5405         gimple body.
5406         (preserve_function_body_p): No need to preserve function body
5407         * cif-codes.def (CIF_THUNK): Remove.
5408         * cgraphclones.c (duplicate_thunk_for_node): Thunks calls are inlinable.
5410 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
5412         * tree-inline.c (expand_call_inline): recurse after inlining thunk.
5414 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
5416         * tree.c (free_lang_data_in_decl): Also set target/optimization flags
5417         for thunks.
5419 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
5421         * ipa-inline.c (report_inline_failed_reason): Look into thunks, too
5422         (inline_small_functions): Do not look for function symbol when
5423         resetting caches.
5425 2016-05-16  Jan Hubicka  <hubicka@ucw.cz>
5427         * lto-cgraph.c (compute_ltrans_boundary, output_symtab): Fix handling
5428         of inline thunks
5430 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
5431             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5432             Jiong Wang  <jiong.wang@arm.com>
5434         * config/arm/arm-c.c (arm_cpu_builtins): Use def_or_undef_macro
5435         for __ARM_FP16_FORMAT_IEEE and __ARM_FP16_FORMAT_ALTERNATIVE.
5436         Define __ARM_FP16_ARGS when appropriate.
5437         * config/arm/arm.c (arm_invalid_parameter_type): Remove
5438         declaration.
5439         (arm_invalid_return_type): Likewise.
5440         (TARGET_INVALID_PARAMETER_TYPE): Remove.
5441         (TARGET_INVALID_RETURN_TYPE): Remove.
5442         (aapcs_vfp_sub_candidate): Allow HFmode.
5443         (aapcs_vfp_allocate): Add comment.  Support HFmode.
5444         (aapcs_vfp_allocate_return_reg): Likewise.
5445         (struct aapcs_cp_arg_layout): Slightly reword comments for
5446         is_return_candidate and allocate_return_reg.
5447         (output_mov_vfp): Update assert.
5448         (arm_hard_regno_mode_ok): Remove comment, update HF-mode
5449         condition.
5450         (arm_invalid_parameter_type): Remove.
5451         (amr_invalid_return_type): Remove.
5452         * config/arm/arm.h (TARGET_NEON_FP16): Fix definition.
5453         * config/arm/arm.md (*arm32_movhf): Disable for TARGET_VFP.
5454         * config/arm/vfp.md (*movhf_vfp): Enable for TARGET_VFP.
5456 2016-05-16  Matthew Wahab  <matthew.wahab@arm.com>
5458         * config/aarch64/aarch64.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.
5459         * config/aarch64/arch64-protos.h
5460         (aarch64_legitimize_reload_address): Remove.
5461         * config/aarch64/aarch64.c (aarch64_legitimize_reload_address):
5462         Remove.
5464 2016-05-16  Eric Botcazou  <ebotcazou@adacore.com>
5466         * configure.ac: Add ACX_NONCANONICAL_HOST.
5467         * configure: Regenerate.
5468         * Makefile.in: Set host_noncanonical.
5470 2016-05-14  Uros Bizjak  <ubizjak@gmail.com>
5472         PR target/71097
5473         * config/i386/i386.md (*movtf_internal): Before register allocation,
5474         do not allow FP constants for CM_MEDIUM memory model, allow only
5475         standard FP constants for CM_LARGE and CM_LARGE_PIC models.
5476         (*movxf_internal): Ditto.
5477         (*movdf_internal): Ditto.
5478         (*movsf_internal): Ditto.
5480 2016-05-13  Segher Boessenkool  <segher@kernel.crashing.org>
5482         PR rtl-optimization/67483
5483         * combine.c (make_compound_operation): Don't call extract_left_shift
5484         with negative shift amounts.
5486 2016-05-13  Jakub Jelinek  <jakub@redhat.com>
5488         PR bootstrap/71071
5489         * fold-const.c (fold_checksum_tree): Allow modification
5490         of TYPE_ALIAS_SET during folding.
5492         * config/i386/i386.c (ix86_compute_frame_layout, ix86_expand_prologue,
5493         ix86_expand_split_stack_prologue): Use HOST_WIDE_INT_C macro.
5494         (ix86_split_to_parts): Likewise.  Fix up formatting.
5496 2016-05-13  H.J. Lu  <hongjiu.lu@intel.com>
5498         * tree-ssa-loop-ivopts.c (create_new_ivs): Cast to
5499         unsigned HOST_WIDE_INT with HOST_WIDE_INT_PRINT_UNSIGNED in
5500         printf format.
5502 2016-05-13  Nathan Sidwell  <nathan@acm.org>
5504         * config/nvptx/nvptx.c (nvptx_mangle_decl_assembler_name): New.
5505         (nvptx_name_replacement): Delete.
5506         (write_fn_proto, write_fn_proto_from_insn,
5507         nvptx_output_call_insn): Remove nvptx_name_replacement call.
5508         (TARGET_MANGLE_DECL_ASSEMBLER_NAME): Override.
5509         * langhooks.c (add_builtin_funcction_common): Call
5510         targetm.mangle_decl_assembler_name.
5512         * config/nvptx/nvptx.c (write_fn_proto): Handle
5513         BUILT_IN_ATOMIC_COMPARE_EXCHANGE_n oddity.
5515 2016-05-13  Martin Liska  <mliska@suse.cz>
5517         * tree-ssa-loop-ivopts.c (create_new_ivs): Use HOST_WIDE_INT_PRINT_DEC
5518         and PRIu64 in printf format.
5520 2016-05-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5522         * tree-ssa-loop-ivanon.c (try_unroll_loop_completely): Typo fix in
5523         comment.
5525 2016-05-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5527         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely):
5528         Change --param max-completely-peeled-times to
5529         --param max-completely-peel-times in dump file printing.
5531 2016-05-13  Richard Biener  <rguenther@suse.de>
5533         PR tree-optimization/42587
5534         * tree-ssa-math-opts.c (perform_symbolic_merge): Handle BIT_FIELD_REF.
5535         (find_bswap_or_nop_1): Likewise.
5536         (bswap_replace): Likewise.
5538 2016-05-13  Martin Liska  <mliska@suse.cz>
5540         * tree-vect-patterns.c (vect_recog_mask_conversion_pattern):
5541         Initialize a variable with default value.
5543 2016-05-13  Martin Liska  <mliska@suse.cz>
5545         * doc/invoke.texi: Enhance explanation of error recovery
5546         of sanitizers.
5548 2016-05-13  Martin Liska  <mliska@suse.cz>
5550         * tree-ssa-loop-ivopts.c (avg_loop_niter): Fix coding style.
5551         (struct cost_pair): Change inv_expr_id (int) to inv_expr
5552         (iv_inv_expr_ent *).
5553         (struct iv_inv_expr_ent): Comment struct fields.
5554         (sort_iv_inv_expr_ent): New function.
5555         (struct ivopts_data): Rename inv_expr_id to max_inv_expr_id.
5556         (struct iv_ca): Replace used_inv_expr and num_used_inv_expr with
5557         a hash_map between iv_inv_expr_ent and number of usages.
5558         (niter_for_exit): Fix coding style.
5559         (tree_ssa_iv_optimize_init): Use renamed variable.
5560         (determine_base_object): Fix coding style.
5561         (alloc_iv): Likewise.
5562         (find_interesting_uses_outside): Likewise.
5563         (add_candidate_1): Likewise.
5564         (add_standard_iv_candidates): Likewise.
5565         (set_group_iv_cost): Replace inv_expr_id with inv_expr.
5566         (prepare_decl_rtl): Fix coding style.
5567         (get_address_cost): Likewise.
5568         (get_shiftadd_cost): Likewise.
5569         (force_expr_to_var_cost): Likewise.
5570         (compare_aff_trees): Likewise.
5571         (get_expr_id): Restructure the function.
5572         (get_loop_invariant_expr_id): Renamed to
5573         get_loop_invariant_expr.
5574         (get_computation_cost_at): Replace usage of inv_expr_id with
5575         inv_expr.
5576         (get_computation_cost): Likewise.
5577         (determine_group_iv_cost_generic): Likewise.
5578         (determine_group_iv_cost_address): Likewise.
5579         (iv_period): Fix coding style.
5580         (iv_elimination_compare_lt): Likewise.
5581         (may_eliminate_iv): Likewise.
5582         (determine_group_iv_cost_cond):  Replace usage of inv_expr_id with
5583         inv_expr.
5584         (determine_group_iv_costs): Dump invariant expressions.
5585         (iv_ca_recount_cost): Use the newly added hash_map.
5586         (iv_ca_set_remove_invariants): Fix coding style.
5587         (iv_ca_set_add_invariants): Fix coding style.
5588         (iv_ca_set_no_cp): Utilize the newly added hash_map for used
5589         invariants.
5590         (iv_ca_set_cp): Likewise.
5591         (iv_ca_new): Initialize the newly added hash_map and remove
5592         initialization of fields.
5593         (iv_ca_free): Delete the hash_map.
5594         (iv_ca_dump): Dump invariant expressions.
5595         (iv_ca_extend): Fix coding style.
5596         (try_add_cand_for): Likewise.
5597         (create_new_ivs): Dump information about # of avg iterations and
5598         # of used invariant expressions.
5599         (rewrite_use_compare): Fix coding style.
5600         (free_loop_data): Set default value for max_inv_expr_id.
5602 2016-05-13  Ilya Enkovich  <ilya.enkovich@intel.com>
5604         * cse.c (rest_of_handle_cse): Use cleanup_cfg
5605         returned value cse_cfg_altered computation.
5606         (rest_of_handle_cse2): Likewise.
5607         (rest_of_handle_cse_after_global_opts): Likewise.
5609 2016-05-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5611         PR target/53440
5612         * config/arm/arm.c (arm32_output_mi_thunk): New.
5613         (arm_output_mi_thunk): Rename to arm_thumb1_mi_thunk. Rework
5614         to split Thumb1 vs TARGET_32BIT functionality.
5615         (arm_thumb1_mi_thunk): New.
5617 2016-05-13  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5619         * config/aarch64/aarch64.c (TARGET_OMIT_STRUCT_RETURN_REG): Set
5620         to true.
5622 2016-05-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5624         PR target/71080
5625         * config/i386/i386.c (ix86_in_large_data_p): Guard against NULL exp.
5627 2016-05-13  Eric Botcazou  <ebotcazou@adacore.com>
5629         * builtins.c (expand_builtin_memcmp): Do not emit the call here.
5630         (expand_builtin_trap): Emit a regular call.
5631         (set_builtin_user_assembler_name): Remove obsolete cases.
5632         * dse.c (scan_insn): Adjust.
5633         * except.c: Include calls.h.
5634         (sjlj_emit_function_enter): If DONT_USE_BUILTIN_SETJMP is defined,
5635         emit a regular call to setjmp.
5636         * expr.c (emit_block_move_hints): Call emit_block_copy_via_libcall.
5637         (block_move_libcall_safe_for_call_parm): Use memcpy builtin.
5638         (emit_block_move_via_libcall): Delete.
5639         (block_move_fn): Delete.
5640         (init_block_move_fn): Likewise.
5641         (emit_block_move_libcall_fn): Likewise.
5642         (emit_block_op_via_libcall): New function.
5643         (set_storage_via_libcall): Tidy up and use memset builtin.
5644         (block_clear_fn): Delete.
5645         (init_block_clear_fn): Likewise.
5646         (clear_storage_libcall_fn): Likewise.
5647         (expand_assignment): Call emit_block_move_via_libcall.
5648         Do not include gt-expr.h.
5649         * expr.h (emit_block_op_via_libcall): Declare.
5650         (emit_block_copy_via_libcall): New inline function.
5651         (emit_block_move_via_libcall): Likewise.
5652         (emit_block_comp_via_libcall): Likewise.
5653         (block_clear_fn): Delete.
5654         (init_block_move_fn): Likewise.
5655         (init_block_clear_fn): Likewise.
5656         (emit_block_move_via_libcall): Likewise.
5657         (set_storage_via_libcall): Add default parameter value.
5658         * libfuncs.h (enum libfunc_index): Remove obsolete values.
5659         (abort_libfunc): Delete.
5660         (memcpy_libfunc): Likewise.
5661         (memmove_libfunc): Likewise.
5662         (memcmp_libfunc): Likewise.
5663         (memset_libfunc): Likewise.
5664         (setbits_libfunc): Likewise.
5665         (setjmp_libfunc): Likewise.
5666         (longjmp_libfunc): Likewise.
5667         (profile_function_entry_libfunc): Likewise.
5668         (profile_function_exit_libfunc): Likewise.
5669         (gcov_flush_libfunc): Likewise.
5670         * optabs-libfuncs.c (build_libfunc_function): Set DECL_ARTIFICIAL
5671         and DECL_VISIBILITY on the declaration.
5672         (init_optabs): Do not initialize obsolete libfuncs.
5673         * optabs.c (prepare_cmp_insn): Call emit_block_comp_via_libcall.
5674         * tree-core.h (ECF_RET1): Define.
5675         (ECF_TM_PURE): Adjust.
5676         (ECF_TM_BUILTIN): Likewise.
5677         * tree.c (set_call_expr_flags): Deal with ECF_RET1.
5678         (build_common_builtin_nodes): Initialize abort builtin.
5679         Add ECF_RET1 on memcpy, memmove and memset builtins.
5680         Pass final flags for alloca and alloca_with_align builtins.
5681         * config/alpha/alpha.c (alpha_init_libfuncs): Do not initialize
5682         obsolete builtins.
5683         * config/ia64/ia64.c (ia64_vms_init_libfuncs): Likewise.
5684         * config/i386/i386.c (ix86_expand_set_or_movmem): Adjust call to
5685         set_storage_via_libcall and call emit_block_copy_via_libcall.
5687 2016-05-12  Uros Bizjak  <ubizjak@gmail.com>
5689         * config/i386/i386.md (*call_got_x32): Change operand 0 to
5690         DImode before it is passed to ix86_output_call_operand.
5691         (*call_value_got_x32): Ditto for operand 1.
5693 2016-05-12  Jiong Wang  <jiong.wang@arm.com>
5695         PR rtl-optimization/70904
5696         * lra-constraint.c (process_addr_reg): Relax the restriction on subreg
5697         reload for wide mode.
5699 2016-05-12  Marek Polacek  <polacek@redhat.com>
5701         PR c/70756
5702         * langhooks-def.h (lhd_incomplete_type_error): Adjust declaration.
5703         * langhooks.c (lhd_incomplete_type_error): Add location parameter.
5704         * langhooks.h (incomplete_type_error): Likewise.
5705         * tree.c (size_in_bytes_loc): Renamed from size_in_bytes.  Add location
5706         parameter, pass it down to incomplete_type_error.
5707         * tree.h (size_in_bytes): New inline overload.
5708         (size_in_bytes_loc): Renamed from size_in_bytes.
5710 2016-05-12  Richard Biener  <rguenther@suse.de>
5712         PR tree-optimization/71059
5713         * tree-ssa-pre.c (phi_translate_1): Fully fold translated
5714         nary before looking up or entering the expression into the VN
5715         hashes.
5716         * tree-ssa-sccvn.c (vn_nary_build_or_lookup): Fix comment typo.
5717         Make sure to re-use NARYs without result as inserted by
5718         phi-translation.
5720 2016-05-12  Richard Biener  <rguenther@suse.de>
5722         PR tree-optimization/71062
5723         * tree-ssa-alias.h (struct pt_solution): Add vars_contains_restrict
5724         field.
5725         * tree-ssa-structalias.c (set_uids_in_ptset): Set
5726         vars_contains_restrict if the var is a restrict tag.
5727         * tree-ssa-alias.c (ptrs_compare_unequal): If vars_contains_restrict
5728         do not disambiguate pointers against it.
5729         (dump_points_to_solution): Re-structure and adjust for new
5730         vars_contains_restrict flag.
5731         * gimple-pretty-print.c (pp_points_to_solution): Likewise.
5733 2016-05-12  Martin Liska  <mliska@suse.cz>
5735         * doc/invoke.texi: Explain connection between
5736         -fsanitize-recover=address and ASAN_OPTIONS="halt_on_error=1".
5738 2016-05-12  Ilya Enkovich  <ilya.enkovich@intel.com>
5740         PR tree-optimization/71006
5741         * tree-vect-loop.c (vect_determine_vectorization_factor): Don't
5742         consider COND_EXPR as a mask producer.
5744 2016-05-12  Marek Polacek  <polacek@redhat.com>
5746         PR driver/71063
5747         * opts.c (common_handle_option): Detect missing argument for --help^.
5749 2016-05-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5751         PR target/70830
5752         * config/arm/arm.c (arm_output_multireg_pop): Avoid POP instruction
5753         when popping the PC and within an interrupt handler routine.
5754         Add missing tab to output of "ldmfd".
5755         (output_return_instruction): Output LDMFD with SP update rather
5756         than POP when returning from interrupt handler.
5758 2016-05-12  Jakub Jelinek  <jakub@redhat.com>
5760         * config/i386/i386.md (isa): Add x64_avx512dq, enable if
5761         TARGET_64BIT && TARGET_AVX512DQ.
5762         * config/i386/sse.md (*vec_extract<mode>): Add avx512bw alternatives.
5763         (*vec_extract<PEXTR_MODE12:mode>_zext): Add avx512bw alternative.
5764         (*vec_extract<ssevecmodelower>_0, *vec_extractv4si_0_zext,
5765         *vec_extractv2di_0_sse): Use v constraint instead of x constraint.
5766         (*vec_extractv4si): Add avx512dq and avx512bw alternatives.
5767         (*vec_extractv4si_zext): Add avx512dq alternative.
5768         (*vec_extractv2di_1): Add x64_avx512dq and avx512bw alternatives,
5769         use v instead of x constraint in other alternatives where possible.
5771         * config/i386/sse.md (sse2_loadld): Use v instead of x
5772         constraint in alternatives 0,1,4.
5774         * config/i386/sse.md (pinsr_evex_isa): New mode attr.
5775         (<sse2p4_1>_pinsr<ssemodesuffix>): Add 2 alternatives with
5776         v constraints instead of x and <pinsr_evex_isa> isa attribute.
5778         PR target/71019
5779         * config/i386/sse.md (<sse2_avx2>_packssdw<mask_name>,
5780         <sse4_1_avx2>_packusdw<mask_name>): Make sure EVEX encoded insn
5781         is not emitted unless TARGET_AVX512BW.
5782         (<sse2_avx2>_packuswb<mask_name>, <sse2_avx2>_packsswb<mask_name>):
5783         Likewise.  For TARGET_AVX512BW, use "=v" constraint instead of "=x"
5784         for the result operand.
5786         * config/i386/sse.md (*vec_setv4sf_sse4_1, sse4_1_insertps): Use v
5787         constraint instead of x in avx alternatives.  Use maybe_evex instead
5788         of vex prefix.
5790         * config/i386/constraints.md (Yv): New constraint.
5791         * config/i386/i386.h (VALID_AVX512VL_128_REG_MODE): Allow
5792         TFmode and V1TImode in xmm16+ registers for TARGET_AVX512VL.
5793         * config/i386/i386.md (avx512fvecmode): New mode attr.
5794         (*pushtf): Use v constraint instead of x.
5795         (*movtf_internal): Likewise.  For TARGET_AVX512VL and
5796         xmm16+ registers, use vmovdqu64 or vmovdqa64 instructions.
5797         (*absneg<mode>2): Use Yv constraint instead of x constraint.
5798         (*absnegtf2_sse): Likewise.
5799         (copysign<mode>3_const, copysign<mode>3_var): Likewise.
5800         * config/i386/sse.md (*andnot<mode>3): Add avx512vl and
5801         avx512f alternatives.
5802         (*andnottf3, *<code><mode>3, *<code>tf3): Likewise.
5804 2016-05-12  Richard Biener  <rguenther@suse.de>
5806         PR tree-optimization/71060
5807         * tree-data-ref.c (initialize_data_dependence_relation): Do not
5808         require exact match of DR_BASE_OBJECT but only matching address and
5809         type.
5811 2016-05-12  Richard Biener  <rguenther@suse.de>
5813         PR tree-optimization/70986
5814         * cfganal.c: Include cfgloop.h.
5815         (dfs_find_deadend): Prefer to take edges exiting loops.
5817 2016-05-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5819         * gcc.target/powerpc/pr70963.c: Require at least power8 at both
5820         compile and run time.
5822 2016-05-11  Mikhail Maltsev  <maltsevm@gmail.com>
5824         PR c/43651
5825         * doc/invoke.texi (Wduplicate-decl-specifier): Document new option.
5827 2016-05-11  Uros Bizjak  <ubizjak@gmail.com>
5829         * config/i386/i386.c (legitimize_pic_address): Use
5830         copy_to_suggested_reg instead of gen_movsi.
5832 2016-05-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
5834         * config/rs6000/predicates.md (quad_memory_operand): Move most of
5835         the code into quad_address_p and call it to share code with
5836         vsx_quad_dform_memory_operand.
5837         (vsx_quad_dform_memory_operand): New predicate for ISA 3.0 vector
5838         d-form support.
5839         * config/rs6000/rs6000.opt (-mlra): Switch to being an option mask
5840         bit instead of being a separate word.  Split -mpower9-dform into
5841         two switches, -mpower9-dform-scalar and -mpower9-dform-vector.
5842         * config/rs6000/rs6000.c (RELOAD_REG_QUAD_OFFSET): New addr_mask
5843         for the register class supporting 128-bit quad word memory offsets.
5844         (mode_supports_vsx_dform_quad): Helper function to return if the
5845         register class uses quad word memory offsets.
5846         (rs6000_debug_addr_mask): Add support for quad word memory offsets.
5847         (rs6000_debug_reg_global): Always print if we are using LRA or not.
5848         (rs6000_setup_reg_addr_masks): If ISA 3.0 vector d-form
5849         instructions are enabled, set up the appropriate addr_masks for
5850         128-bit types.
5851         (rs6000_init_hard_regno_mode_ok): wb constraint is now based on
5852         -mpower9-dform-scalar, instead of -mpower9-dform.
5853         (rs6000_option_override_internal): Split -mpower9-dform into two
5854         switches, -mpower9-dform-scalar and -mpower9-dform-vector.  The
5855         -mpower9-dform switch sets or clears both.  If we are not using
5856         the LRA register allocator, do not enable -mpower9-dform-vector by
5857         default.  If we are using LRA, enable -mpower9-dform-vector and
5858         -mvsx-timode if it is appropriate.  Issue a warning if either
5859         -mpower9-dform-vector or -mvsx-timode are explicitly used without
5860         enabling LRA.
5861         (quad_address_offset_p): New helper function to return if the
5862         offset is legal for quad word memory instructions.
5863         (quad_address_p): New function to determin if GPR or vector
5864         register quad word memory addresses are legal.
5865         (mem_operand_gpr): Validate quad word address offsets.
5866         (reg_offset_addressing_ok_p): Add support for ISA 3.0 vector
5867         d-form (register + offset) instructions.
5868         (offsettable_ok_by_alignment): Likewise.
5869         (rs6000_legitimate_offset_address_p): Likewise.
5870         (legitimate_lo_sum_address_p): Likewise.
5871         (rs6000_legitimize_address): Likewise.
5872         (rs6000_legitimize_reload_address): Add more debug statements for
5873         -mdebug=addr.
5874         (rs6000_legitimate_address_p): Add support for ISA 3.0 vector
5875         d-form instructions.
5876         (rs6000_secondary_reload_memory): Add support for ISA 3.0 vector
5877         d-form instructions.  Distinguish different cases in debug
5878         output. (rs6000_secondary_reload_inner): Add support for ISA 3.0 vector
5879         d-form instructions.
5880         (rs6000_preferred_reload_class): Likewise.
5881         (rs6000_output_move_128bit): Add support for ISA 3.0 d-form
5882         instructions.  If ISA 3.0 is available, generate lxvx/stxvx instead
5883         of the ISA 2.06 indexed memory instructions.
5884         (rs6000_emit_prologue): If we have ISA 3.0 d-form instructions,
5885         use them to save/restore the saved vector registers instead of
5886         using Altivec instructions.
5887         (rs6000_emit_epilogue): Likewise.
5888         (rs6000_lra_p): Use TARGET_LRA instead of the old option word.
5889         (rs6000_opt_masks): Split -mpower9-dform into
5890         -mpower9-dform-scalar and -mpower9-dform-vector.
5891         (rs6000_print_options_internal): Print -mno-<switch> if <switch>
5892         was not selected.
5893         * config/rs6000/vsx.md (p9_vecload_<mode>): Delete hack to emit
5894         ISA 3.0 vector indexed memory instructions, and fold the code into
5895         the normal mov<mode> patterns.
5896         (p9_vecstore_<mode>): Likewise.
5897         (vsx_mov<mode>): Add support for ISA 3.0 vector d-form
5898         instructions.
5899         (vsx_movti_64bit): Likewise.
5900         (vsx_movti_32bit): Likewise.
5901         * config/rs6000/constraints.md (wO constraint): New constraint for
5902         ISA 3.0 vector d-form support.
5903         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Use
5904         -mpower9-dform-scalar instead of -mpower9-dform.  Add note not to
5905         include -mpower9-dform-vector until we switch over to LRA.
5906         (POWERPC_MASKS): Add -mlra. Split -mpower9-dform into two.
5907         switches, -mpower9-dform-scalar and -mpower9-dform-vector.
5908         * config/rs6000/rs6000-protos.h (quad_address_p): Add declaration.
5909         * doc/invoke.texi (RS/6000 and PowerPC Options): Add documentation
5910         for -mpower9-dform and -mlra.
5911         * doc/md.texi (wO constraint): Document wO constraint.
5913 2016-05-11  Alexander Monakov  <amonakov@ispras.ru>
5915         * genattr.c (main): Change 'rtx' to 'rtx_insn *' in prototypes of
5916         'insn_latency', 'maximal_insn_latency', 'min_insn_conflict_delay'.
5917         * genautomata.c (output_internal_insn_code_evaluation): Simplify.
5918         Move handling of non-insn arguments inline into the sole user:
5919         (output_trans_func): ...here.
5920         (output_min_insn_conflict_delay_func): Change 'rtx' to 'rtx_insn *'
5921         in emitted function prototype.
5922         (output_internal_insn_latency_func): Ditto.  Simplify.
5923         (output_internal_maximal_insn_latency_func): Ditto.  Delete
5924         always-unused argument.
5925         (output_insn_latency_func): Ditto.
5926         (output_maximal_insn_latency_func): Ditto.
5928 2016-05-11  Richard Biener  <rguenther@suse.de>
5930         PR tree-optimization/71055
5931         * tree-ssa-sccvn.c (vn_reference_lookup_3): When native-interpreting
5932         sth with precision not equal to access size verify we don't chop
5933         off bits.
5935 2016-05-11  Richard Biener  <rguenther@suse.de>
5937         PR debug/71057
5938         * dwarf2out.c (retry_incomplete_types): Set early_dwarf.
5939         (dwarf2out_finish): Move retry_incomplete_types call ...
5940         (dwarf2out_early_finish): ... here.
5942 2016-05-11  Richard Biener  <rguenther@suse.de>
5944         PR middle-end/71002
5945         * alias.c (reference_alias_ptr_type): Preserve alias-set zero
5946         if the langhook insists on it.
5947         * fold-const.c (make_bit_field_ref): Add arg for the original
5948         reference and preserve its alias-set.
5949         (decode_field_reference): Take exp by reference and adjust it
5950         to the original memory reference.
5951         (optimize_bit_field_compare): Adjust callers.
5952         (fold_truth_andor_1): Likewise.
5953         * gimplify.c (gimplify_expr): Adjust in-SSA form test.
5955 2016-05-11  Ilya Enkovich  <ilya.enkovich@intel.com>
5957         PR middle-end/70807
5958         * cfgrtl.h (delete_insn_and_edges): Now return bool.
5959         * cfgrtl.c (delete_insn_and_edges): Likewise.
5960         * config/i386/i386.c (convert_scalars_to_vector): Remove
5961         redundant code.
5962         * cse.c (cse_insn): Compute cse_cfg_altered.
5963         (delete_trivially_dead_insns): Likewise.
5964         (cse_cc_succs): Likewise.
5965         (rest_of_handle_cse): Free dominance info if required.
5966         (rest_of_handle_cse2): Likewise.
5967         (rest_of_handle_cse_after_global_opts): Likewise.
5969 2016-05-11  Alan Modra  <amodra@gmail.com>
5971         * config/rs6000/rs6000.c (is_complex_IBM_long_double,
5972         abi_v4_pass_in_fpr): New functions.
5973         (rs6000_function_arg_boundary): Exclude complex IBM long double
5974         from 64-bit alignment when ABI_V4.
5975         (rs6000_function_arg, rs6000_function_arg_advance_1,
5976         rs6000_gimplify_va_arg): Use abi_v4_pass_in_fpr.
5978 2016-05-10  Segher Boessenkool  <segher@kernel.crashing.org>
5980         PR rtl-optimization/71028
5981         * cfgcleanup.c (try_optimize_cfg): Do not flip a conditional
5982         jump with just a return in the fallthrough block if the branch
5983         block contains just a return as well.
5985 2016-05-10  Marc Glisse  <marc.glisse@inria.fr>
5987         * fold-const.c (fold_binary_loc) [(X ^ Y) & Y]: Remove and merge with...
5988         * match.pd ((X & Y) ^ Y): ... this.
5989         ((X & Y) & Y, (X | Y) | Y, (X ^ Y) ^ Y, (X & Y) & (X & Z), (X | Y)
5990         | (X | Z), (X ^ Y) ^ (X ^ Z)): New transformations.
5992 2016-05-10  David Malcolm  <dmalcolm@redhat.com>
5994         * read-md.c (require_char_ws): New function.
5995         (read_string): Simplify using require_char_ws.
5996         (handle_constants): Likewise.
5997         (handle_enum): Likewise.
5998         (handle_file): Likewise.
5999         * read-md.h (require_char_ws): New declaration.
6000         * read-rtl.c (read_conditions): Simplify using require_char_ws.
6001         (read_mapping): Likewise.
6002         (read_rtx_code): Likewise.
6003         (read_nested_rtx): Likewise.
6005 2016-05-10  James Norris  <jnorris@codesourcery.com>
6007         * config/rs6000/sysv4.h (CRTOFFLOADBEGIN): Define. Add crtoffloadbegin.o
6008         if offloading is enabled and -fopenacc or -fopenmp is specified.
6009         (CRTOFFLOADEND): Likewise.
6010         (STARTFILE_LINUX_SPEC): Add CRTOFFLOADBEGIN.
6011         (ENDFILE_LINUX_SPEC): Add CRTOFFLOADEND.
6013 2016-05-10  Uros Bizjak  <ubizjak@gmail.com>
6015         * config/i386/i386.c (legitimize_pic_address): Merge 64-bit and 32-bit
6016         gotoff_operand code paths.  Use copy_to_suggested_regs and
6017         expand_simple_binop where appropriate.  Cleanup.
6019 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
6021         PR target/70799
6022         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p): Allow
6023         integer constants.
6024         (dimode_scalar_chain::vector_const_cost): New.
6025         (dimode_scalar_chain::compute_convert_gain): Handle constants.
6026         (dimode_scalar_chain::convert_op): Likewise.
6027         (dimode_scalar_chain::convert_insn): Likewise.
6029 2016-05-10  Pierre-Marie de Rodat  <derodat@adacore.com>
6031         * dwarf2out.c (resolve_args_picking_1): Consider DW_OP_neg as an
6032         unary operation, not a binary one.
6034 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
6036         PR middle-end/70877
6037         * tree-chkp.c (chkp_add_bounds_to_call_stmt): Handle
6038         calls with type casted fndecl.
6040 2016-05-10  Ilya Enkovich  <ilya.enkovich@intel.com>
6042         PR tree-optimization/70786
6043         * tree-chkp.c (chkp_find_bounds_1): Support WITH_SIZE_EXPR.
6044         * calls.c (initialize_argument_information): Bind bounds
6045         with corresponding args passed by reference.
6047 2016-05-10  Jakub Jelinek  <jakub@redhat.com>
6049         PR target/70927
6050         * config/i386/sse.md (<sse>_andnot<mode>3<mask_name>),
6051         *<code><mode>3<mask_name>): For !TARGET_AVX512DQ and EVEX encoding,
6052         use vp*[dq] instead of v*p[sd] instructions and adjust mode attribute
6053         accordingly.
6055 2016-05-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
6057         PR target/70963
6058         * config/rs6000/vsx.md (vsx_xvcvdpsxds_scale): Generate correct
6059         code for a zero scale factor.
6060         (vsx_xvcvdpuxds_scale): Likewise.
6062 2016-05-10  David Malcolm  <dmalcolm@redhat.com>
6064         * diagnostic-show-locus.c (layout::layout): Call show_ruler
6065         if show_ruler_p was set on the context.
6066         (layout::show_ruler): New method.
6067         * diagnostic.h (struct diagnostic_context): Add field
6068         "show_ruler_p".
6070 2016-05-10  Richard Biener  <rguenther@suse.de>
6072         PR tree-optimization/71039
6073         * tree-ssa-phiprop.c: Include tree-ssa-loop.h.
6074         (chk_uses): New function.
6075         (propagate_with_phi): Verify we can safely replicate the lhs of an
6076         aggregate assignment on all incoming edges.
6078 2016-05-10  Oleg Endo  <olegendo@gcc.gnu.org>
6080         * config/rx/rx-protos.h (is_interrupt_func, is_fast_interrupt_func):
6081         Forward declare.
6082         (rx_atomic_sequence): New class.
6083         * config/rx/rx.c (rx_print_operand): Use symbolic names for PSW bits.
6084         (is_interrupt_func, is_fast_interrupt_func): Make non-static and
6085         non-inline.
6086         (rx_atomic_sequence::rx_atomic_sequence,
6087         rx_atomic_sequence::~rx_atomic_sequence): New functions.
6088         * config/rx/rx.md (CTRLREG_PSW, CTRLREG_USP, CTRLREG_FPSW, CTRLREG_CPEN,
6089         CTRLREG_BPSW, CTRLREG_BPC, CTRLREG_ISP, CTRLREG_FINTV,
6090         CTRLREG_INTB): New constants.
6091         (FETCHOP): New code iterator.
6092         (fethcop_name, fetchop_name2): New iterator code attributes.
6093         (QIHI): New mode iterator.
6094         (atomic_exchange<mode>, atomic_exchangesi, xchg_mem<mode>,
6095         atomic_fetch_<fetchop_name>si, atomic_fetch_nandsi,
6096         atomic_<fetchop_name>_fetchsi, atomic_nand_fetchsi): New patterns.
6098 2016-05-10  Martin Liska  <mliska@suse.cz>
6100         * tree-inline.c (remap_dependence_clique): Do not remap
6101         debugging statements.
6103 2016-05-10  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
6105         * config/s390/s390.md ("*vec_cmp<insn_cmp>df_cconly")
6106         ("*fixuns_truncdfdi2_z13")
6107         ("*fixuns_trunc<FP:mode><GPR:mode>2_z196")
6108         ("*fix_truncdfdi2_bfp_z13", "*floatunsdidf2_z13")
6109         ("*extendsfdf2_z13"): Replace TARGET_Z13 with TARGET_VX.
6111 2016-05-10  Richard Biener  <rguenther@suse.de>
6113         PR tree-optimization/70497
6114         PR tree-optimization/28367
6115         * tree-ssa-sccvn.c (vn_nary_build_or_lookup): New function
6116         split out from ...
6117         (visit_reference_op_load): ... here.
6118         (vn_reference_lookup_3): Use it to handle subreg-like accesses
6119         with simplified BIT_FIELD_REFs.
6120         * tree-ssa-pre.c (eliminate_insert): Handle inserting BIT_FIELD_REFs.
6121         * tree-complex.c (extract_component): Handle BIT_FIELD_REFs
6122         correctly.
6124 2016-05-10  Pierre-Marie de Rodat  <derodat@adacore.com>
6126         * dwarf2out.c (add_abstract_origin_attribute): Adjust
6127         documentation comment.  For BLOCK nodes, add a
6128         DW_AT_abstract_origin attribute that points to the DIE generated
6129         for the origin BLOCK.
6130         (gen_lexical_block_die): Call add_abstract_origin_attribute for
6131         blocks from inlined functions.
6133 2016-05-10  Alan Modra  <amodra@gmail.com>
6135         PR target/70947
6136         * config/rs6000/rs6000.c (rs6000_expand_split_stack_prologue): Stop
6137         regrename modifying insns saving lr before __morestack call.
6138         * config/rs6000/rs6000.md (split_stack_return): Similarly for
6139         insns restoring lr after __morestack call.
6141 2016-05-09  Jakub Jelinek  <jakub@redhat.com>
6143         * config/i386/i386.md (set_got, set_got_labelled, lwp_llwpcb,
6144         lwp_lwpval<mode>3, lwp_lwpins<mode>3): Remove constraints from
6145         expanders.
6146         * config/i386/sse.md (vec_interleave_high<mode>,
6147         vec_interleave_low<mode>, <avx512>_vpermi2var<mode>3_maskz,
6148         <avx512>_vpermt2var<mode>3_maskz): Likewise.
6150 2016-05-04  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
6152         * config/rs6000/rs6000.c (rs6000_reassociation_width): Add
6153         function for TARGET_SCHED_REASSOCIATION_WIDTH to enable
6154         parallel reassociation for power8 and forward.
6156 2016-05-09  Uros Bizjak  <ubizjak@gmail.com>
6158         * config/i386/i386.md (absneg splitters with general regs): Use
6159         general_reg_operand predicate.
6160         (btsq peephole2): Use x86_64_immediate_operand to check if new
6161         value is suitable for immediate operand.  Generate emitted insn
6162         using RTL expressions.
6163         (btcq peephole2): Ditto.
6164         (btrq peephole2): Ditto.  Generate correct immediate operand
6165         for AND masking.
6167 2016-05-09  Richard Sandiford  <richard.sandiford@arm.com>
6169         * cfgexpand.c (expand_debug_expr): Fix address offset for negative
6170         bitpos.
6172 2016-05-09  Richard Sandiford  <richard.sandiford@arm.com>
6174         * tree-affine.c (wide_int_constant_multiple_p): Add missing
6175         pointer dereference.
6177 2016-05-09  Richard Biener  <rguenther@suse.de>
6179         PR tree-optimization/70985
6180         * match.pd (BIT_FIELD_REF -> (type)): Disable on GIMPLE when
6181         op0 isn't a gimple register.
6183 2016-05-09  Prachi Godbole  <prachi.godbole@imgtec.com>
6185         * config/mips/i6400.md (i6400_fpu_intadd, i6400_fpu_logic)
6186         (i6400_fpu_div, i6400_fpu_cmp, i6400_fpu_float, i6400_fpu_store)
6187         (i6400_fpu_long_pipe, i6400_fpu_logic_l, i6400_fpu_float_l)
6188         (i6400_fpu_mult): New cpu units.
6189         (i6400_msa_add_d, i6400_msa_int_add, i6400_msa_short_logic3)
6190         (i6400_msa_short_logic2, i6400_msa_short_logic, i6400_msa_move)
6191         (i6400_msa_cmp, i6400_msa_short_float2, i6400_msa_div_d)
6192         (i6400_msa_div_w, i6400_msa_div_h, i6400_msa_div_b)
6193         (i6400_msa_copy, i6400_msa_branch, i6400_fpu_msa_store)
6194         (i6400_fpu_msa_load, i6400_fpu_msa_move, i6400_msa_long_logic1)
6195         (i6400_msa_long_logic2, i6400_msa_mult, i6400_msa_long_float2)
6196         (i6400_msa_long_float4, i6400_msa_long_float5)
6197         (i6400_msa_long_float8, i6400_msa_fdiv_df)
6198         (i6400_msa_fdiv_sf): New reservations.
6199         * config/mips/p5600.md (p5600_fpu_intadd, p5600_fpu_cmp)
6200         (p5600_fpu_float, p5600_fpu_logic_a, p5600_fpu_logic_b)
6201         (p5600_fpu_div, p5600_fpu_logic, p5600_fpu_float_a)
6202         (p5600_fpu_float_b, p5600_fpu_float_c, p5600_fpu_float_d)
6203         (p5600_fpu_mult, p5600_fpu_fdiv, p5600_fpu_load): New cpu units.
6204         (msa_short_int_add, msa_short_logic, msa_short_logic_move_v)
6205         (msa_short_cmp, msa_short_float2, msa_short_logic3)
6206         (msa_short_store4, msa_long_load, msa_short_store)
6207         (msa_long_logic, msa_long_float2, msa_long_float4)
6208         (msa_long_float5, msa_long_float8, msa_long_mult)
6209         (msa_long_fdiv, msa_long_div): New reservations.
6211 2016-05-09  Robert Suchanek  <robert.suchanek@imgtec.com>
6212             Sameera Deshpande  <sameera.deshpande@imgtec.com>
6213             Matthew Fortune  <matthew.fortune@imgtec.com>
6214             Graham Stott  <graham.stott@imgtec.com>
6215             Chao-ying Fu  <chao-ying.fu@imgtec.com>
6217         * config.gcc: Add MSA header file for mips*-*-* target.
6218         * config/mips/constraints.md (YI, YC, YZ, Unv5, Uuv5, Usv5, Uuv6)
6219         (Ubv8i, Urv8):  New constraints.
6220         * config/mips/mips-ftypes.def: Add function types for MSA
6221         builtins.
6222         * config/mips/mips-modes.def (V16QI, V8HI, V4SI, V2DI, V4SF)
6223         (V2DF, V32QI, V16HI, V8SI, V4DI, V8SF, V4DF): New modes.
6224         * config/mips/mips-msa.md: New file.
6225         * config/mips/mips-protos.h
6226         (mips_split_128bit_const_insns): New prototype.
6227         (mips_msa_idiv_insns): Likewise.
6228         (mips_split_128bit_move): Likewise.
6229         (mips_split_128bit_move_p): Likewise.
6230         (mips_split_msa_copy_d): Likewise.
6231         (mips_split_msa_insert_d): Likewise.
6232         (mips_split_msa_fill_d): Likewise.
6233         (mips_expand_msa_branch): Likewise.
6234         (mips_const_vector_same_val_p): Likewise.
6235         (mips_const_vector_same_bytes_p): Likewise.
6236         (mips_const_vector_same_int_p): Likewise.
6237         (mips_const_vector_shuffle_set_p): Likewise.
6238         (mips_const_vector_bitimm_set_p): Likewise.
6239         (mips_const_vector_bitimm_clr_p): Likewise.
6240         (mips_msa_vec_parallel_const_half): Likewise.
6241         (mips_msa_output_division): Likewise.
6242         (mips_ldst_scaled_shift): Likewise.
6243         (mips_expand_vec_cond_expr): Likewise.
6244         * config/mips/mips.c (enum mips_builtin_type): Add
6245         MIPS_BUILTIN_MSA_TEST_BRANCH.
6246         (mips_gen_const_int_vector_shuffle): New prototype.
6247         (mips_const_vector_bitimm_set_p): New function.
6248         (mips_const_vector_bitimm_clr_p): Likewise.
6249         (mips_const_vector_same_val_p): Likewise.
6250         (mips_const_vector_same_bytes_p): Likewise.
6251         (mips_const_vector_same_int_p): Likewise.
6252         (mips_const_vector_shuffle_set_p): Likewise.
6253         (mips_symbol_insns): Forbid loading symbols via immediate for
6254         MSA.
6255         (mips_valid_offset_p): Limit offset to 10-bit for MSA loads and
6256         stores.
6257         (mips_valid_lo_sum_p): Forbid loadings symbols via %lo(base) for
6258         MSA.
6259         (mips_lx_address_p): Add support load indexed address for MSA.
6260         (mips_address_insns): Add calculation of instructions needed for
6261         stores and loads for MSA.
6262         (mips_const_insns): Move CONST_DOUBLE below CONST_VECTOR.  Handle
6263         CONST_VECTOR for MSA and let it fall through.
6264         (mips_ldst_scaled_shift): New function.
6265         (mips_subword_at_byte): Likewise.
6266         (mips_msa_idiv_insns): Likewise.
6267         (mips_legitimize_move): Validate MSA moves.
6268         (mips_rtx_costs): Add UNGE, UNGT, UNLE, UNLT cases.  Add
6269         calculation of costs for MSA division.
6270         (mips_split_move_p): Check if MSA moves need splitting.
6271         (mips_split_move): Split MSA moves if necessary.
6272         (mips_split_128bit_move_p): New function.
6273         (mips_split_128bit_move): Likewise.
6274         (mips_split_msa_copy_d): Likewise.
6275         (mips_split_msa_insert_d): Likewise.
6276         (mips_split_msa_fill_d): Likewise.
6277         (mips_output_move): Handle MSA moves.
6278         (mips_expand_msa_branch): New function.
6279         (mips_print_operand): Add 'E', 'B', 'w', 'v' and 'V' modifiers.
6280         Reinstate 'y' modifier.
6281         (mips_file_start): Add MSA .gnu_attribute.
6282         (mips_hard_regno_mode_ok_p): Allow TImode and 128-bit vectors in
6283         FPRs.
6284         (mips_hard_regno_nregs): Always return 1 for MSA supported mode.
6285         (mips_class_max_nregs): Add register size for MSA supported mode.
6286         (mips_cannot_change_mode_class): Allow conversion between MSA
6287         vector modes and TImode.
6288         (mips_mode_ok_for_mov_fmt_p): Allow MSA to use move.v
6289         instruction.
6290         (mips_secondary_reload_class): Force MSA loads/stores via memory.
6291         (mips_preferred_simd_mode): Add preffered modes for MSA.
6292         (mips_vector_mode_supported_p): Add MSA supported modes.
6293         (mips_autovectorize_vector_sizes): New function.
6294         (mips_msa_output_division): Likewise.
6295         (MSA_BUILTIN, MIPS_BUILTIN_DIRECT_NO_TARGET)
6296         (MSA_NO_TARGET_BUILTIN, MSA_BUILTIN_TEST_BRANCH): New macros.
6297         (CODE_FOR_msa_adds_s_b, CODE_FOR_msa_adds_s_h)
6298         (CODE_FOR_msa_adds_s_w, CODE_FOR_msa_adds_s_d)
6299         (CODE_FOR_msa_adds_u_b, CODE_FOR_msa_adds_u_h)
6300         (CODE_FOR_msa_adds_u_w, CODE_FOR_msa_adds_u_du
6301         (CODE_FOR_msa_addv_b, CODE_FOR_msa_addv_h, CODE_FOR_msa_addv_w)
6302         (CODE_FOR_msa_addv_d, CODE_FOR_msa_and_v, CODE_FOR_msa_bmnz_v)
6303         (CODE_FOR_msa_bmnzi_b, CODE_FOR_msa_bmz_v, CODE_FOR_msa_bmzi_b)
6304         (CODE_FOR_msa_bnz_v, CODE_FOR_msa_bz_v, CODE_FOR_msa_bsel_v)
6305         (CODE_FOR_msa_bseli_b, CODE_FOR_msa_ceqi_h, CODE_FOR_msa_ceqi_w)
6306         (CODE_FOR_msa_ceqi_d, CODE_FOR_msa_clti_s_b)
6307         (CODE_FOR_msa_clti_s_h, CODE_FOR_msa_clti_s_w)
6308         (CODE_FOR_msa_clti_s_d, CODE_FOR_msa_clti_u_b)
6309         (CODE_FOR_msa_clti_u_h, CODE_FOR_msa_clti_u_w)
6310         (CODE_FOR_msa_clti_u_d, CODE_FOR_msa_clei_s_b)
6311         (CODE_FOR_msa_clei_s_h, CODE_FOR_msa_clei_s_w)
6312         (CODE_FOR_msa_clei_s_d, CODE_FOR_msa_clei_u_b)
6313         (CODE_FOR_msa_clei_u_h, CODE_FOR_msa_clei_u_w)
6314         (CODE_FOR_msa_clei_u_d, CODE_FOR_msa_div_s_b)
6315         (CODE_FOR_msa_div_s_h, CODE_FOR_msa_div_s_w)
6316         (CODE_FOR_msa_div_s_d, CODE_FOR_msa_div_u_b)
6317         (CODE_FOR_msa_div_u_h, CODE_FOR_msa_div_u_w)
6318         (CODE_FOR_msa_div_u_d, CODE_FOR_msa_fadd_w, CODE_FOR_msa_fadd_d)
6319         (CODE_FOR_msa_fexdo_w, CODE_FOR_msa_ftrunc_s_w)
6320         (CODE_FOR_msa_ftrunc_s_d, CODE_FOR_msa_ftrunc_u_w)
6321         (CODE_FOR_msa_ftrunc_u_d, CODE_FOR_msa_ffint_s_w)
6322         (CODE_FOR_msa_ffint_s_d, CODE_FOR_msa_ffint_u_w)
6323         (CODE_FOR_msa_ffint_u_d, CODE_FOR_msa_fsub_w)
6324         (CODE_FOR_msa_fsub_d, CODE_FOR_msa_fmsub_d, CODE_FOR_msa_fmadd_w)
6325         (CODE_FOR_msa_fmadd_d, CODE_FOR_msa_fmsub_w, CODE_FOR_msa_fmul_w)
6326         (CODE_FOR_msa_fmul_d, CODE_FOR_msa_fdiv_w, CODE_FOR_msa_fdiv_d)
6327         (CODE_FOR_msa_fmax_w, CODE_FOR_msa_fmax_d, CODE_FOR_msa_fmax_a_w)
6328         (CODE_FOR_msa_fmax_a_d, CODE_FOR_msa_fmin_w, CODE_FOR_msa_fmin_d)
6329         (CODE_FOR_msa_fmin_a_w, CODE_FOR_msa_fmin_a_d)
6330         (CODE_FOR_msa_fsqrt_w, CODE_FOR_msa_fsqrt_d)
6331         (CODE_FOR_msa_max_s_b, CODE_FOR_msa_max_s_h)
6332         (CODE_FOR_msa_max_s_w, CODE_FOR_msa_max_s_d)
6333         (CODE_FOR_msa_max_u_b, CODE_FOR_msa_max_u_h)
6334         (CODE_FOR_msa_max_u_w, CODE_FOR_msa_max_u_d)
6335         (CODE_FOR_msa_min_s_b, CODE_FOR_msa_min_s_h)
6336         (CODE_FOR_msa_min_s_w, CODE_FOR_msa_min_s_d)
6337         (CODE_FOR_msa_min_u_b, CODE_FOR_msa_min_u_h)
6338         (CODE_FOR_msa_min_u_w, CODE_FOR_msa_min_u_d)
6339         (CODE_FOR_msa_mod_s_b, CODE_FOR_msa_mod_s_h)
6340         (CODE_FOR_msa_mod_s_w, CODE_FOR_msa_mod_s_d)
6341         (CODE_FOR_msa_mod_u_b, CODE_FOR_msa_mod_u_h)
6342         (CODE_FOR_msa_mod_u_w, CODE_FOR_msa_mod_u_d)
6343         (CODE_FOR_msa_mod_s_b, CODE_FOR_msa_mod_s_h)
6344         (CODE_FOR_msa_mod_s_w, CODE_FOR_msa_mod_s_d)
6345         (CODE_FOR_msa_mod_u_b, CODE_FOR_msa_mod_u_h)
6346         (CODE_FOR_msa_mod_u_w, CODE_FOR_msa_mod_u_d)
6347         (CODE_FOR_msa_mulv_b, CODE_FOR_msa_mulv_h, CODE_FOR_msa_mulv_w)
6348         (CODE_FOR_msa_mulv_d, CODE_FOR_msa_nlzc_b, CODE_FOR_msa_nlzc_h)
6349         (CODE_FOR_msa_nlzc_w, CODE_FOR_msa_nlzc_d, CODE_FOR_msa_nor_v)
6350         (CODE_FOR_msa_or_v, CODE_FOR_msa_ori_b, CODE_FOR_msa_nori_b)
6351         (CODE_FOR_msa_pcnt_b, CODE_FOR_msa_pcnt_h, CODE_FOR_msa_pcnt_w)
6352         (CODE_FOR_msa_pcnt_d, CODE_FOR_msa_xor_v, CODE_FOR_msa_xori_b)
6353         (CODE_FOR_msa_sll_b, CODE_FOR_msa_sll_h, CODE_FOR_msa_sll_w)
6354         (CODE_FOR_msa_sll_d, CODE_FOR_msa_slli_b, CODE_FOR_msa_slli_h)
6355         (CODE_FOR_msa_slli_w, CODE_FOR_msa_slli_d, CODE_FOR_msa_sra_b)
6356         (CODE_FOR_msa_sra_h, CODE_FOR_msa_sra_w, CODE_FOR_msa_sra_d)
6357         (CODE_FOR_msa_srai_b, CODE_FOR_msa_srai_h, CODE_FOR_msa_srai_w)
6358         (CODE_FOR_msa_srai_d, CODE_FOR_msa_srl_b, CODE_FOR_msa_srl_h)
6359         (CODE_FOR_msa_srl_w, CODE_FOR_msa_srl_d, CODE_FOR_msa_srli_b)
6360         (CODE_FOR_msa_srli_h, CODE_FOR_msa_srli_w, CODE_FOR_msa_srli_d)
6361         (CODE_FOR_msa_subv_b, CODE_FOR_msa_subv_h, CODE_FOR_msa_subv_w)
6362         (CODE_FOR_msa_subv_d, CODE_FOR_msa_subvi_b, CODE_FOR_msa_subvi_h)
6363         (CODE_FOR_msa_subvi_w, CODE_FOR_msa_subvi_d, CODE_FOR_msa_move_v)
6364         (CODE_FOR_msa_vshf_b, CODE_FOR_msa_vshf_h, CODE_FOR_msa_vshf_w)
6365         (CODE_FOR_msa_vshf_d, CODE_FOR_msa_ilvod_d, CODE_FOR_msa_ilvev_d)
6366         (CODE_FOR_msa_pckod_d, CODE_FOR_msa_pckdev_d, CODE_FOR_msa_ldi_b)
6367         (CODE_FOR_msa_ldi_hi, CODE_FOR_msa_ldi_w)
6368         (CODE_FOR_msa_ldi_d): New code_aliasing macros.
6369         (mips_builtins): Add MSA sll_b, sll_h, sll_w, sll_d, slli_b,
6370         slli_h, slli_w, slli_d, sra_b, sra_h, sra_w, sra_d, srai_b,
6371         srai_h, srai_w, srai_d, srar_b, srar_h, srar_w, srar_d, srari_b,
6372         srari_h, srari_w, srari_d, srl_b, srl_h, srl_w, srl_d, srli_b,
6373         srli_h, srli_w, srli_d, srlr_b, srlr_h, srlr_w, srlr_d, srlri_b,
6374         srlri_h, srlri_w, srlri_d, bclr_b, bclr_h, bclr_w, bclr_d,
6375         bclri_b, bclri_h, bclri_w, bclri_d, bset_b, bset_h, bset_w,
6376         bset_d, bseti_b, bseti_h, bseti_w, bseti_d, bneg_b, bneg_h,
6377         bneg_w, bneg_d, bnegi_b, bnegi_h, bnegi_w, bnegi_d, binsl_b,
6378         binsl_h, binsl_w, binsl_d, binsli_b, binsli_h, binsli_w,
6379         binsli_d, binsr_b, binsr_h, binsr_w, binsr_d, binsri_b, binsri_h,
6380         binsri_w, binsri_d, addv_b, addv_h, addv_w, addv_d, addvi_b,
6381         addvi_h, addvi_w, addvi_d, subv_b, subv_h, subv_w, subv_d,
6382         subvi_b, subvi_h, subvi_w, subvi_d, max_s_b, max_s_h, max_s_w,
6383         max_s_d, maxi_s_b, maxi_s_h, maxi_s_w, maxi_s_d, max_u_b,
6384         max_u_h, max_u_w, max_u_d, maxi_u_b, maxi_u_h, maxi_u_w,
6385         maxi_u_d, min_s_b, min_s_h, min_s_w, min_s_d, mini_s_b, mini_s_h,
6386         mini_s_w, mini_s_d, min_u_b, min_u_h, min_u_w, min_u_d, mini_u_b,
6387         mini_u_h, mini_u_w, mini_u_d, max_a_b, max_a_h, max_a_w, max_a_d,
6388         min_a_b, min_a_h, min_a_w, min_a_d, ceq_b, ceq_h, ceq_w, ceq_d,
6389         ceqi_b, ceqi_h, ceqi_w, ceqi_d, clt_s_b, clt_s_h, clt_s_w,
6390         clt_s_d, clti_s_b, clti_s_h, clti_s_w, clti_s_d, clt_u_b,
6391         clt_u_h, clt_u_w, clt_u_d, clti_u_b, clti_u_h, clti_u_w,
6392         clti_u_d, cle_s_b, cle_s_h, cle_s_w, cle_s_d, clei_s_b, clei_s_h,
6393         clei_s_w, clei_s_d, cle_u_b, cle_u_h, cle_u_w, cle_u_d, clei_u_b,
6394         clei_u_h, clei_u_w, clei_u_d, ld_b, ld_h, ld_w, ld_d, st_b, st_h,
6395         st_w, st_d, sat_s_b, sat_s_h, sat_s_w, sat_s_d, sat_u_b, sat_u_h,
6396         sat_u_w, sat_u_d, add_a_b, add_a_h, add_a_w, add_a_d, adds_a_b,
6397         adds_a_h, adds_a_w, adds_a_d, adds_s_b, adds_s_h, adds_s_w,
6398         adds_s_d, adds_u_b, adds_u_h, adds_u_w, adds_u_d, ave_s_b,
6399         ave_s_h, ave_s_w, ave_s_d, ave_u_b, ave_u_h, ave_u_w, ave_u_d,
6400         aver_s_b, aver_s_h, aver_s_w, aver_s_d, aver_u_b, aver_u_h,
6401         aver_u_w, aver_u_d, subs_s_b, subs_s_h, subs_s_w, subs_s_d,
6402         subs_u_b, subs_u_h, subs_u_w, subs_u_d, subsuu_s_b, subsuu_s_h,
6403         subsuu_s_w, subsuu_s_d, subsus_u_b, subsus_u_h, subsus_u_w,
6404         subsus_u_d, asub_s_b, asub_s_h, asub_s_w, asub_s_d, asub_u_b,
6405         asub_u_h, asub_u_w, asub_u_d, mulv_b, mulv_h, mulv_w, mulv_d,
6406         maddv_b, maddv_h, maddv_w, maddv_d, msubv_b, msubv_h, msubv_w,
6407         msubv_d, div_s_b, div_s_h, div_s_w, div_s_d, div_u_b, div_u_h,
6408         div_u_w, div_u_d, hadd_s_h, hadd_s_w, hadd_s_d, hadd_u_h,
6409         hadd_u_w, hadd_u_d, hsub_s_h, hsub_s_w, hsub_s_d, hsub_u_h,
6410         hsub_u_w, hsub_u_d, mod_s_b, mod_s_h, mod_s_w, mod_s_d, mod_u_b,
6411         mod_u_h, mod_u_w, mod_u_d, dotp_s_h, dotp_s_w, dotp_s_d,
6412         dotp_u_h, dotp_u_w, dotp_u_d, dpadd_s_h, dpadd_s_w, dpadd_s_d,
6413         dpadd_u_h, dpadd_u_w, dpadd_u_d, dpsub_s_h, dpsub_s_w, dpsub_s_d,
6414         dpsub_u_h, dpsub_u_w, dpsub_u_d, sld_b, sld_h, sld_w, sld_d,
6415         sldi_b, sldi_h, sldi_w, sldi_d, splat_b, splat_h, splat_w,
6416         splat_d, splati_b, splati_h, splati_w, splati_d, pckev_b,
6417         pckev_h, pckev_w, pckev_d, pckod_b, pckod_h, pckod_w, pckod_d,
6418         ilvl_b, ilvl_h, ilvl_w, ilvl_d, ilvr_b, ilvr_h, ilvr_w, ilvr_d,
6419         ilvev_b, ilvev_h, ilvev_w, ilvev_d, ilvod_b, ilvod_h, ilvod_w,
6420         ilvod_d, vshf_b, vshf_h, vshf_w, vshf_d, and_v, andi_b, or_v,
6421         ori_b, nor_v, nori_b, xor_v, xori_b, bmnz_v, bmnzi_b, bmz_v,
6422         bmzi_b, bsel_v, bseli_b, shf_b, shf_h, shf_w, bnz_v, bz_v,
6423         fill_b, fill_h, fill_w, fill_d, pcnt_b, pcnt_h, pcnt_w,
6424         pcnt_d, nloc_b, nloc_h, nloc_w, nloc_d, nlzc_b, nlzc_h, nlzc_w,
6425         nlzc_d, copy_s_b, copy_s_h, copy_s_w, copy_s_d, copy_u_b,
6426         copy_u_h, copy_u_w, copy_u_d, insert_b, insert_h, insert_w,
6427         insert_d, insve_b, insve_h, insve_w, insve_d, bnz_b, bnz_h,
6428         bnz_w, bnz_d, bz_b, bz_h, bz_w, bz_d, ldi_b, ldi_h, ldi_w, ldi_d,
6429         fcaf_w, fcaf_d, fcor_w, fcor_d, fcun_w, fcun_d, fcune_w, fcune_d,
6430         fcueq_w, fcueq_d, fceq_w, fceq_d, fcne_w, fcne_d, fclt_w, fclt_d,
6431         fcult_w, fcult_d, fcle_w, fcle_d, fcule_w, fcule_d, fsaf_w,
6432         fsaf_d, fsor_w, fsor_d, fsun_w, fsun_d, fsune_w, fsune_d,
6433         fsueq_w, fsueq_d, fseq_w, fseq_d, fsne_w, fsne_d, fslt_w,
6434         fslt_d, fsult_w, fsult_d, fsle_w, fsle_d, fsule_w, fsule_d,
6435         fadd_w, fadd_d, fsub_w, fsub_d, fmul_w, fmul_d, fdiv_w, fdiv_d,
6436         fmadd_w, fmadd_d, fmsub_w, fmsub_d, fexp2_w, fexp2_d, fexdo_h,
6437         fexdo_w, ftq_h, ftq_w, fmin_w, fmin_d, fmin_a_w, fmin_a_d,
6438         fmax_w, fmax_d, fmax_a_w, fmax_a_d, mul_q_h, mul_q_w, mulr_q_h,
6439         mulr_q_w, madd_q_h, madd_q_w, maddr_q_h, maddr_q_w, msub_q_h,
6440         msub_q_w, msubr_q_h, msubr_q_w, fclass_w, fclass_d, fsqrt_w,
6441         fsqrt_d, frcp_w, frcp_d, frint_w, frint_d, frsqrt_w, frsqrt_d,
6442         flog2_w, flog2_d, fexupl_w, fexupl_d, fexupr_w, fexupr_d, ffql_w,
6443         ffql_d, ffqr_w, ffqr_d, ftint_s_w, ftint_s_d, ftint_u_w,
6444         ftint_u_d, ftrunc_s_w, ftrunc_s_d, ftrunc_u_w, ftrunc_u_d,
6445         ffint_s_w, ffint_s_d, ffint_u_w, ffint_u_d, ctcmsa, cfcmsa,
6446         move_v builtins.
6447         (mips_get_builtin_decl_index): New array.
6448         (MIPS_ATYPE_QI, MIPS_ATYPE_HI, MIPS_ATYPE_V2DI, MIPS_ATYPE_V4SI)
6449         (MIPS_ATYPE_V8HI, MIPS_ATYPE_V16QI, MIPS_ATYPE_V2DF)
6450         (MIPS_ATYPE_V4SF, MIPS_ATYPE_UV2DI, MIPS_ATYPE_UV4SI)
6451         (MIPS_ATYPE_UV8HI, MIPS_ATYPE_UV16QI): New.
6452         (mips_init_builtins): Initialize mips_get_builtin_decl_index
6453         array.
6454         (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION): Define target
6455         hook.
6456         (mips_expand_builtin_insn): Prepare operands for
6457         CODE_FOR_msa_addvi_b, CODE_FOR_msa_addvi_h, CODE_FOR_msa_addvi_w,
6458         CODE_FOR_msa_addvi_d, CODE_FOR_msa_clti_u_b,
6459         CODE_FOR_msa_clti_u_h, CODE_FOR_msa_clti_u_w,
6460         CODE_FOR_msa_clti_u_d, CODE_FOR_msa_clei_u_b,
6461         CODE_FOR_msa_clei_u_h, CODE_FOR_msa_clei_u_w,
6462         CODE_FOR_msa_clei_u_d, CODE_FOR_msa_maxi_u_b,
6463         CODE_FOR_msa_maxi_u_h, CODE_FOR_msa_maxi_u_w,
6464         CODE_FOR_msa_maxi_u_d, CODE_FOR_msa_mini_u_b,
6465         CODE_FOR_msa_mini_u_h, CODE_FOR_msa_mini_u_w,
6466         CODE_FOR_msa_mini_u_d, CODE_FOR_msa_subvi_b,
6467         CODE_FOR_msa_subvi_h, CODE_FOR_msa_subvi_w, CODE_FOR_msa_subvi_d,
6468         CODE_FOR_msa_ceqi_b, CODE_FOR_msa_ceqi_h, CODE_FOR_msa_ceqi_w,
6469         CODE_FOR_msa_ceqi_d, CODE_FOR_msa_clti_s_b,
6470         CODE_FOR_msa_clti_s_h, CODE_FOR_msa_clti_s_w,
6471         CODE_FOR_msa_clti_s_d, CODE_FOR_msa_clei_s_b,
6472         CODE_FOR_msa_clei_s_h, CODE_FOR_msa_clei_s_w,
6473         CODE_FOR_msa_clei_s_d, CODE_FOR_msa_maxi_s_b,
6474         CODE_FOR_msa_maxi_s_h, CODE_FOR_msa_maxi_s_w,
6475         CODE_FOR_msa_maxi_s_d, CODE_FOR_msa_mini_s_b,
6476         CODE_FOR_msa_mini_s_h, CODE_FOR_msa_mini_s_w,
6477         CODE_FOR_msa_mini_s_d, CODE_FOR_msa_andi_b, CODE_FOR_msa_ori_b,
6478         CODE_FOR_msa_nori_b, CODE_FOR_msa_xori_b, CODE_FOR_msa_bmzi_b,
6479         CODE_FOR_msa_bmnzi_b, CODE_FOR_msa_bseli_b, CODE_FOR_msa_fill_b,
6480         CODE_FOR_msa_fill_h, CODE_FOR_msa_fill_w, CODE_FOR_msa_fill_d,
6481         CODE_FOR_msa_ilvl_b, CODE_FOR_msa_ilvl_h, CODE_FOR_msa_ilvl_w,
6482         CODE_FOR_msa_ilvl_d, CODE_FOR_msa_ilvr_b, CODE_FOR_msa_ilvr_h,
6483         CODE_FOR_msa_ilvr_w, CODE_FOR_msa_ilvr_d, CODE_FOR_msa_ilvev_b,
6484         CODE_FOR_msa_ilvev_h, CODE_FOR_msa_ilvev_w, CODE_FOR_msa_ilvod_b,
6485         CODE_FOR_msa_ilvod_h, CODE_FOR_msa_ilvod_w, CODE_FOR_msa_pckev_b,
6486         CODE_FOR_msa_pckev_h, CODE_FOR_msa_pckev_w, CODE_FOR_msa_pckod_b,
6487         CODE_FOR_msa_pckod_h, CODE_FOR_msa_pckod_w, CODE_FOR_msa_slli_b,
6488         CODE_FOR_msa_slli_h, CODE_FOR_msa_slli_w, CODE_FOR_msa_slli_d,
6489         CODE_FOR_msa_srai_b, CODE_FOR_msa_srai_h, CODE_FOR_msa_srai_w,
6490         CODE_FOR_msa_srai_d, CODE_FOR_msa_srli_b, CODE_FOR_msa_srli_h,
6491         CODE_FOR_msa_srli_w, CODE_FOR_msa_srli_d, CODE_FOR_msa_insert_b,
6492         CODE_FOR_msa_insert_h, CODE_FOR_msa_insert_w,
6493         CODE_FOR_msa_insert_d, CODE_FOR_msa_insve_b,
6494         CODE_FOR_msa_insve_h, CODE_FOR_msa_insve_w, CODE_FOR_msa_insve_d,
6495         CODE_FOR_msa_shf_b, CODE_FOR_msa_shf_h, CODE_FOR_msa_shf_w,
6496         CODE_FOR_msa_shf_w_f, CODE_FOR_msa_vshf_b, CODE_FOR_msa_vshf_h,
6497         CODE_FOR_msa_vshf_w, CODE_FOR_msa_vshf_d.
6498         (mips_expand_builtin): Add case for MIPS_BULTIN_MSA_TEST_BRANCH.
6499         (mips_set_compression_mode): Disallow MSA with MIPS16 code.
6500         (mips_option_override): -mmsa requires -mfp64 and -mhard-float.
6501         These are set implicitly and an error is reported if overridden.
6502         (mips_expand_builtin_msa_test_branch): New function.
6503         (mips_expand_msa_shuffle): Likewise.
6504         (MAX_VECT_LEN): Increase maximum length of a vector to 16 bytes.
6505         (TARGET_SCHED_REASSOCIATION_WIDTH): Define target hook.
6506         (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Likewise.
6507         (mips_expand_vec_unpack): Add support for MSA.
6508         (mips_expand_vector_init): Likewise.
6509         (mips_expand_vi_constant): Use CONST0_RTX (element_mode)
6510         instead of const0_rtx.
6511         (mips_msa_vec_parallel_const_half): New function.
6512         (mips_gen_const_int_vector): Likewise.
6513         (mips_gen_const_int_vector_shuffle): Likewise.
6514         (mips_expand_msa_cmp): Likewise.
6515         (mips_expand_vec_cond_expr): Likewise.
6516         * config/mips/mips.h
6517         (TARGET_CPU_CPP_BUILTINS): Add __mips_msa and __mips_msa_width.
6518         (OPTION_DEFAULT_SPECS): Ignore --with-fp-32 if -mmsa is
6519         specified.
6520         (ASM_SPEC): Pass mmsa and mno-msa to the assembler.
6521         (ISA_HAS_MSA): New macro.
6522         (UNITS_PER_MSA_REG): Likewise.
6523         (BITS_PER_MSA_REG): Likewise.
6524         (BIGGEST_ALIGNMENT): Redefine using ISA_HAS_MSA.
6525         (MSA_REG_FIRST): New macro.
6526         (MSA_REG_LAST): Likewise.
6527         (MSA_REG_NUM): Likewise.
6528         (MSA_REG_P): Likewise.
6529         (MSA_REG_RTX_P): Likewise.
6530         (MSA_SUPPORTED_MODE_P): Likewise.
6531         (HARD_REGNO_CALL_PART_CLOBBERED): Redefine using TARGET_MSA.
6532         (ADDITIONAL_REGISTER_NAMES): Add named registers $w0-$w31.
6533         * config/mips/mips.md: Include mips-msa.md.
6534         (alu_type): Add simd_add.
6535         (mode): Add V2DI, V4SI, V8HI, V16QI, V2DF, V4SF.
6536         (type): Add simd_div, simd_fclass, simd_flog2, simd_fadd,
6537         simd_fcvt, simd_fmul, simd_fmadd, simd_fdiv, simd_bitins,
6538         simd_bitmov, simd_insert, simd_sld, simd_mul, simd_fcmp,
6539         simd_fexp2, simd_int_arith, simd_bit, simd_shift, simd_splat,
6540         simd_fill, simd_permute, simd_shf, simd_sat, simd_pcnt,
6541         simd_copy, simd_branch, simd_cmsa, simd_fminmax, simd_logic,
6542         simd_move, simd_load, simd_store.  Choose "multi" for moves
6543         for "qword_mode".
6544         (qword_mode): New attribute.
6545         (insn_count): Add instruction count for quad moves.
6546         Increase the count for MIPS SIMD division.
6547         (UNITMODE): Add UNITMODEs for vector types.
6548         (addsub): New code iterator.
6549         * config/mips/mips.opt (mmsa): New option.
6550         * config/mips/msa.h: New file.
6551         * config/mips/mti-elf.h: Don't infer -mfpxx if -mmsa is
6552         specified.
6553         * config/mips/mti-linux.h: Likewise.
6554         * config/mips/predicates.md
6555         (const_msa_branch_operand): New constraint.
6556         (const_uimm3_operand): Likewise.
6557         (const_uimm4_operand): Likewise.
6558         (const_uimm5_operand): Likewise.
6559         (const_uimm8_operand): Likewise.
6560         (const_imm5_operand): Likewise.
6561         (aq10b_operand): Likewise.
6562         (aq10h_operand): Likewise.
6563         (aq10w_operand): Likewise.
6564         (aq10d_operand): Likewise.
6565         (const_m1_operand): Likewise.
6566         (reg_or_m1_operand): Likewise.
6567         (const_exp_2_operand): Likewise.
6568         (const_exp_4_operand): Likewise.
6569         (const_exp_8_operand): Likewise.
6570         (const_exp_16_operand): Likewise.
6571         (const_vector_same_val_operand): Likewise.
6572         (const_vector_same_simm5_operand): Likewise.
6573         (const_vector_same_uimm5_operand): Likewise.
6574         (const_vector_same_uimm6_operand): Likewise.
6575         (const_vector_same_uimm8_operand): Likewise.
6576         (par_const_vector_shf_set_operand): Likewise.
6577         (reg_or_vector_same_val_operand): Likewise.
6578         (reg_or_vector_same_simm5_operand): Likewise.
6579         (reg_or_vector_same_uimm6_operand): Likewise.
6580         * doc/extend.texi (MIPS SIMD Architecture Functions): New
6581         section.
6582         * doc/invoke.texi (-mmsa): Document new option.
6584 2016-05-09  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6586         * configure.ac (enable_vtable_verify): Handle --enable-vtable-verify.
6587         * configure: Regenerate.
6588         * config.in: Regenerate.
6589         * gcc.c (VTABLE_VERIFICATION_SPEC) [!ENABLE_VTABLE_VERIFY]: Error
6590         on -fvtable-verify.
6591         * config/sol2.h [!ENABLE_VTABLE_VERIFY] (STARTFILE_VTV_SPEC): Define.
6592         (ENDFILE_VTV_SPEC): Define.
6594 2016-05-09  Kaushik Phatak  <kaushik.phatak@kpit.com>
6596         * config/rl78/rl78.c (rl78_expand_prologue): Save the MDUC related
6597         registers in all interrupt handlers if necessary.
6598         (rl78_option_override): Add warning.
6599         (MUST_SAVE_MDUC_REGISTERS): New macro.
6600         (rl78_expand_epilogue): Restore the MDUC registers if necessary.
6601         * config/rl78/rl78.c (check_mduc_usage): New function.
6602         (mduc_regs): New structure to hold MDUC register data.
6603         * config/rl78/rl78.md (is_g13_muldiv_insn): New attribute.
6604         (mulsi3_g13): Add is_g13_muldiv_insn attribute.
6605         (udivmodsi4_g13): Add is_g13_muldiv_insn attribute.
6606         (mulhi3_g13): Add is_g13_muldiv_insn attribute.
6607         * config/rl78/rl78.opt (msave-mduc-in-interrupts): New option.
6608         * doc/invoke.texi (RL78 Options): Add -msave-mduc-in-interrupts.
6610 2016-05-09  Bin Cheng  <bin.cheng@arm.com>
6612         * tree-if-conv.c (tree-ssa-loop.h): Include header file.
6613         (tree-ssa-loop-niter.h): Ditto.
6614         (idx_within_array_bound, ref_within_array_bound): New functions.
6615         (ifcvt_memrefs_wont_trap): Check if array ref is within bound.
6616         Factor out check on writable base object to ...
6617         (base_object_writable): ... here.
6619 2016-05-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
6621         * config/arm/arm.md (probe_stack): Add modes to set source
6622         and destination.
6624 2016-05-09  Bernd Schmidt  <bschmidt@redhat.com>
6626         * regrename.c (base_reg_class_for_rename): New static function.
6627         (scan_rtx_address, scan_rtx): Use it instead of base_reg_class.
6629 2016-05-08  Jan Hubicka  <hubicka@ucw.cz>
6631         * cgraph.c (thunk_adjust): Export.
6632         * cgraphclones.c (cgraph_node::create_clone): Clone thunk info.
6633         * cgraphunit.c (thunk_adjust): Export.
6634         (cgraph_node::assemble_thunks_and_aliases): Do not assemble inlined
6635         thunks.
6636         * ipa-inline-analyssi.c (compute_inline_parameters): Thunks are
6637         inlinable.
6638         * tree-inline.c (expand_call_inline): Expand thunks inline.
6640 2016-05-08  Uros Bizjak  <ubizjak@gmail.com>
6642         PR target/70998
6643         * config/i386/sse.md (*sse2_vd_cvtsd2ss): New insn pattern.
6644         (*sse2_vd_cvtss2sd): Ditto.
6645         * config/i386/i386.md
6646         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_truncate df->sf splitter):
6647         Generate *sse2_vd_cvtsd2ss pattern.
6648         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_extend sf->df splitter):
6649         Generate *sse2_vd_cvtss2sd pattern.
6651 2016-05-08  Oleg Endo  <olegendo@gcc.gnu.org>
6653         * config/sh/sh.h (GET_SH_ARG_CLASS): Convert macro into ...
6654         * config/sh/sh.c (get_sh_arg_class): ... this new function.  Update its
6655         users.
6657 2016-05-08  Oleg Endo  <olegendo@gcc.gnu.org>
6659         * config/sh/sh-protos.h (sh_media_register_for_return): Remove.
6660         * config/sh/sh.c: Define and declare variables on first use throughout
6661         the file.
6662         (current_function_interrupt): Change to bool type.
6663         (frame_insn): Rename to emit_frame_insn and update users.
6664         (push_regs): Use bool for 'interrupt_handler' argument.
6665         (save_schedule_s): Remove.
6666         (TARGET_ASM_UNALIGNED_DI_OP, TARGET_ASM_ALIGNED_DI_OP): Remove.
6667         (sh_option_override): Don't nullify targetm.asm_out.aligned_op.di and
6668         targetm.asm_out.unaligned_op.di.
6669         (gen_far_branch): Remove redundant forward declaration.
6670         (sh_media_register_for_return, MAX_SAVED_REGS, save_entry_s, save_entry,
6671         MAX_TEMPS, save_schedule_ssave_schedule): Remove.
6672         (sh_set_return_address, sh_function_ok_for_sibcall,
6673         scavenge_reg): Update comments.
6674         (sh_builtin_saveregs): Use TRAGET_FPU_ANY condition.
6675         (sh2a_get_function_vector_number, sh2a_function_vector_p): Use for loop.
6676         (sh_attr_renesas_p): Remove unnecessary parentheses.
6677         (branch_dest): Simplify.
6678         * config/sh/sh.h (sh_args): Remove byref, byref_regs, stack_regs fields.
6679         Change force_mem, prototype_p, outgoing, renesas_abi fields to bool.
6680         (CUMULATIVE_ARGS): Change macro to typedef.
6681         (current_function_interrupt): Change to bool type.
6682         (sh_arg_class, sh_args, CUMULATIVE_ARGS, current_function_interrupt):
6683         Surround with __cplusplus ifdef.
6684         (sh_compare_op0, sh_compare_op1): Remove.
6685         (EPILOGUE_USES): Use TARGET_FPU_ANY condition.
6687 2016-05-07  Jim Wilson  <jim.wilson@linaro.org>
6689         * config/arm/arm.md: (arch): Add neon.
6690         (arch_enabled): Return yes for arch neon when TARGET_NEON.
6691         * config/arm/vfp.md (movdf_vfp): Add w/G as alternative 3.  Add
6692         neon_move as type for alt 3.  Add arch attr enabling alt 3 for neon.
6693         Emit vmov.i64 for alt 3.  Renumber alternatives 3 to 8.  Adjust
6694         attributes for alt renumbering.  Mark alt 3 as non-predicable.
6695         (thumb2_movdf_vfp): Likewise.
6697 2016-05-07  Uros Bizjak  <ubizjak@gmail.com>
6699         * config/i386/i386.md (*addqi_1): Add preferred_for_speed attribute
6700         to disparage alternatives 3 and 4 for TARGET_PARTIAL_REG_STALL targets.
6701         (*andqi_1): Add preferred_for_speed attribute to disparage
6702         alternative 2 for TARGET_PARTIAL_REG_STALL targets.
6703         (*<code>qi_1): Ditto.
6704         (*one_cmplqi2_1): Add preferred_for_speed attribute to disparage
6705         alternative 1 for TARGET_PARTIAL_REG_STALL targets.
6706         (*ashlqi3_1): Ditto.
6707         (*swap<mode>): Merge from *swap<mode>_1 and *swap<mode>_2 patterns.
6708         Add preferred_for_size attribute to disparage alternative 0 and
6709         preferred_for_speed attribute to disparage alternative 1 for
6710         TARGET_PARTIAL_REG_STALL targets.
6712 2016-05-07  Tom de Vries  <tom@codesourcery.com>
6714         PR tree-optimization/70956
6715         * graphite-scop-detection.c (build_cross_bb_scalars_def): Handle NULL
6716         def.
6718 2016-05-07  Oleg Endo  <olegendo@gcc.gnu.org>
6720         * config/sh/sh-protos.h (sh_cbranch_distance): Declare new function.
6721         * config/sh/sh.c (sh_cbranch_distance): Implement it.
6722         * config/sh/sh.md (branch_zero): Remove define_attr.
6723         (define_delay): Disable delay slot if branch distance is one insn.
6725 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
6727         * config/i386/i386.md (LEAMODE): New mode attribute.
6728         (plus to LEA splitter): Rewrite splitter using LEAMODE mode attribute.
6729         (ashift to LEA splitter): Rewrte splitter using SWI mode iterator
6730         and LEAMODE mode attribute.  Use VOIDmode const_0_to_3_operand as
6731         operand 2 predicate.
6732         (*lea<mode>_general_2): Use VOIDmode for const248_operand.
6733         (*lea<mode>_general_3): Ditto.
6734         (*lea<mode>_general_4): Use VOIDmode for const_0_to_3_operand.
6736 2016-05-06  Jakub Jelinek  <jakub@redhat.com>
6738         * genmddump.c (main): Convert argv from char ** to const char **.
6740 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
6742         * coretypes.h (OVERRIDE): New macro.
6743         (FINAL): New macro.
6745 2016-05-06  Eric Botcazou  <ebotcazou@adacore.com>
6747         * tree-ssa-coalesce.c (gimple_can_coalesce_p): In the optimized case,
6748         allow coalescing if the types are compatible.
6750 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
6752         * pass_manager.h (pass_manager::register_pass_name): New method.
6753         (pass_manager::get_pass_by_name): New method.
6754         (pass_manager::create_pass_tab): New method.
6755         (pass_manager::m_name_to_pass_map): New field.
6756         * passes.c (name_to_pass_map): Delete global in favor of field
6757         "m_name_to_pass_map" of pass_manager.
6758         (register_pass_name): Rename from a function to...
6759         (pass_manager::register_pass_name): ...this method, updating
6760         for renaming of global "name_to_pass_map" to field
6761         "m_name_to_pass_map".
6762         (create_pass_tab): Rename from a function to...
6763         (pass_manager::create_pass_tab): ...this method, updating
6764         for renaming of global "name_to_pass_map" to field.
6765         (get_pass_by_name): Rename from a function to...
6766         (pass_manager::get_pass_by_name): ...this method.
6767         (enable_disable_pass): Convert use of get_pass_by_name to
6768         a method call, locating the pass_manager singleton.
6770 2016-05-06  David Malcolm  <dmalcolm@redhat.com>
6772         * genattr-common.c (main): Convert argv from char ** to const char **.
6773         * genattr.c (main): Likewise.
6774         * genattrtab.c (main): Likewise.
6775         * genautomata.c (initiate_automaton_gen): Likewise.
6776         (main): Likewise.
6777         * gencodes.c (main): Likewise.
6778         * genconditions.c (main): Likewise.
6779         * genconfig.c (main): Likewise.
6780         * genconstants.c (main): Likewise.
6781         * genemit.c (main): Likewise.
6782         * genenums.c (main): Likewise.
6783         * genextract.c (main): Likewise.
6784         * genflags.c (main): Likewise.
6785         * genmddeps.c (main): Likewise.
6786         * genopinit.c (main): Likewise.
6787         * genoutput.c (main): Likewise.
6788         * genpeep.c (main): Likewise.
6789         * genpreds.c (main): Likewise.
6790         * genrecog.c (main): Likewise.
6791         * gensupport.c (init_rtx_reader_args_cb): Likewise.
6792         (init_rtx_reader_args): Likewise.
6793         * gensupport.h (init_rtx_reader_args_cb): Likewise.
6794         (init_rtx_reader_args): Likewise.
6795         * gentarget-def.c (main): Likewise.
6796         * read-md.c (read_md_files): Likewise.
6797         * read-md.h (read_md_files): Likewise.
6799 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
6801         * config/i386/i386.md (int cmove peephole2s): Use general_reg_operand
6802         instead of register_and_not_any_fp_reg_operand as operand 0 predicate.
6803         * config/i386/predicates.md (register_and_not_any_fp_reg_operand):
6804         Remove unused predicate.
6805         (register_and_not_fp_reg_operand): Ditto.
6807 2016-05-06  Martin Liska  <mliska@suse.cz>
6809         * tree-if-conv.c (ifcvt_split_critical_edges): Use auto_vec
6810         instead of vec as the vector is local to the function.
6812 2016-05-06  Jakub Jelinek  <jakub@redhat.com>
6814         * config/i386/sse.md (*<code>v8hi3, *<code>v16qi3): Add
6815         avx512bw alternative.
6817         * config/i386/sse.md (<mask_codefor>ashr<mode>3<mask_name>): Move
6818         before the ashr<mode>3 pattern.
6820         * config/i386/sse.md (*avx2_pmaddwd, *sse2_pmaddwd): Use
6821         v instead of x in vex or maybe_vex alternatives, use
6822         maybe_evex instead of vex in prefix.
6824         * config/i386/sse.md (*vec_extractv4sf_0, *sse4_1_extractps,
6825         *vec_extractv4sf_mem, vec_extract_lo_v16hi, vec_extract_hi_v16hi,
6826         vec_extract_lo_v32qi, vec_extract_hi_v32qi): Use v instead of x
6827         in vex or maybe_vex alternatives, use maybe_evex instead of vex
6828         in prefix.
6830         * config/i386/sse.md (*vec_concatv2sf_sse4_1, *vec_concatv4sf): Use
6831         v instead of x in vex or maybe_vex alternatives, use
6832         maybe_evex instead of vex in prefix.
6834         * config/i386/sse.md (sse_shufps_<mode>, sse_storehps, sse_loadhps,
6835         sse_storelps, sse_movss, avx2_vec_dup<mode>, avx2_vec_dupv8sf_1,
6836         sse2_shufpd_<mode>, sse2_storehpd, sse2_storelpd, sse2_loadhpd,
6837         sse2_loadlpd, sse2_movsd): Use v instead of x in vex or maybe_vex
6838         alternatives, use maybe_evex instead of vex in prefix.
6840         * config/i386/sse.md (vec_interleave_lowv4sf,
6841         *vec_interleave_highv2df, *vec_interleave_lowv2df): Use
6842         v instead of x in vex or maybe_vex alternatives, use
6843         maybe_evex instead of vex in prefix.
6845         * config/i386/sse.md (sse_movhlps, sse_movlhps): Use
6846         v instead of x in vex or maybe_vex alternatives, use
6847         maybe_evex instead of vex in prefix.
6849         * config/i386/sse.md (*avx_cvtpd2dq256_2, *avx_cvtps2pd256_2): Use
6850         v constraint instead of x.
6852 2016-05-06  Nathan Sidwell  <nathan@codesourcery.com>
6854         * gimple.c (gimple_call_same_target_p): Unique functions are eq.
6855         * tree-ssa-tail-merge.c (same_succ::equal): Check pointer eq
6856         equality first.
6858 2016-05-06  Richard Biener  <rguenther@suse.de>
6860         PR tree-optimization/70948
6861         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
6862         Properly clobber all fields of va_list for __builtin_va_start.
6864 2016-05-06  Yuri Rumyantsev  <ysrumyan@gmail.com>
6866         PR debug/70935
6867         * tree-ssa-loop-unswitch.c (find_loop_guard): Reject guard edge with
6868         loop latch destination.
6870 2016-05-06  Martin Liska  <mliska@suse.cz>
6872         * tree-ssa-uninit.c: Apply manual changes
6873         to the GNU coding style.
6874         (prune_uninit_phi_opnds): Rename from
6875         prune_uninit_phi_opnds_in_unrealizable_paths.
6877 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
6879         * config/sh/sh.opt (madjust-unroll, minvalid-symbols, msoft-atomic,
6880         mspace): Remove deprecated options.
6881         * doc/invoke.texi (SH options): Remove -mspace.
6883 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
6885         * config/sh/sh.md (ic_invalidate_line_sh4a): Fix insn length.
6887 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
6889         * config/sh/sh.md (*cmpeqsi_t): Remove combine insn pattern and similar
6890         corresponding combine split pattern.
6892 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
6894         PR target/58219
6895         * config/sh/predicates.md (long_displacement_mem_operand): New.
6896         * config/sh/sh.md (movsi_i): Allow for SH2A, disallow for any FPU.
6897         Add movi20, movi20s alternatives.  Adjust length attribute for
6898         alternatives.
6899         (movsi_ie): Allow for any FPU.  Adjust length attribute for
6900         alternatives.
6901         (movsi_i_lowpart): Add movi20, movi20s alternatives.  Adjust length
6902         attribute for alternatives.
6903         (*mov<mode>): Use long_displacement_mem_operand for length attribute.
6904         (*movdi_i, movdf_k, movdf_i4, movsf_i, movsf_ie, movsf_ie_ra): Adjust
6905         length attribute for alternatives.
6907 2016-05-06  Richard Biener  <rguenther@suse.de>
6909         PR tree-optimization/70960
6910         * tree-if-conv.c (ifcvt_walk_pattern_tree): Handle non-SSA ops.
6912 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
6914         PR target/52933
6915         * config/sh/sh.md (*cmp_div0s_7, *cmp_div0s_8): Add div0s variants.
6916         * config/sh/sh.c (sh_rtx_costs): Add another div0s case.
6918 2016-05-06  Marek Polacek  <polacek@redhat.com>
6920         PR sanitizer/70875
6921         * ubsan.c (get_ubsan_type_info_for_type): Remove assert.
6923 2016-05-06  Oleg Endo  <olegendo@gcc.gnu.org>
6925         PR target/54089
6926         * config/sh/sh.md (*rotcr): Add another variant.
6928 2016-05-06  Richard Biener  <rguenther@suse.de>
6930         PR middle-end/70931
6931         * dwarf2out.c (native_encode_initializer): Skip zero-sized fields.
6933 2016-05-06  Richard Biener  <rguenther@suse.de>
6935         PR middle-end/70941
6936         * fold-const.c (split_tree): Always convert to the original type
6937         before negating.
6939 2016-05-06  Richard Biener  <rguenther@suse.de>
6941         * fwprop.c (fwprop): Remove duplicate cleanup_cfg call.
6942         (fwprop_addr): Likewise.
6944 2016-05-06  Uros Bizjak  <ubizjak@gmail.com>
6946         PR target/70873
6947         * config/i386/i386-protos.h (ix86_standard_x87sse_constant_load_p):
6948         New prototype.
6949         * config/i386/i386.c (ix86_standard_x87sse_constant_load_p): New.
6950         * config/i386/i386.md (push mem splitter): Use find_constant_src in
6951         the splitter condition.
6952         (FP load splitter): Use ix86_standard_x87sse_constant_load_p in
6953         the splitter condition.
6954         (FP float_extend load splitter): Ditto.
6956 2016-05-05  Uros Bizjak  <ubizjak@gmail.com>
6958         * config/i386/i386.md (peehole2 patterns): Change true_regnum
6959         to REGNO in all peephole2 patterns.
6960         (post-reload splitters): Change true_regnum to REGNO in
6961         post-reload splitters.
6962         (zero_extend splitters): Use general_reg_operand and
6963         nonimmediate_gr_operand predicates.
6965 2016-05-05  Jakub Jelinek  <jakub@redhat.com>
6967         * config/i386/sse.md (<avx512>_fmadd_<mode>_mask3<round_name>): Use
6968         v constraint instead of x.
6970 2016-05-05  Alan Modra  <amodra@gmail.com>
6972         PR target/68662
6973         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Don't
6974         set OPTION_MASK_RELOCATABLE when flag_pic == 2.  Set
6975         TARGET_NO_FP_IN_TOC for -mrelocatable.
6976         (MINIMAL_TOC_SECTION_ASM_OP): Remove redundant
6977         TARGET_RELOCATABLE test.
6978         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
6979         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
6980         * config/rs6000/linux64.h (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
6981         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
6982         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
6983         * config/rs6000/freebsd64.h (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
6984         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
6985         (ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
6986         * config/rs6000/predicates.md (easy_fp_constant): Likewise.
6987         * config/rs6000/rs6000.c (rs6000_elf_output_toc_section_asm_op):
6988         Likewise.
6989         (rs6000_assemble_integer): Update TARGET_RELOCATABLE test.
6990         (rs6000_stack_info): Likewise.
6991         (rs6000_elf_asm_out_constructor): Likewise.
6992         (rs6000_elf_asm_out_destructor): Likewise.
6993         (rs6000_elf_declare_function_name): Likewise.
6994         * config/rs6000/rs6000.md (load_toc_aix_di): Likewise.
6995         * config/rs6000/rs6000.h (MASK_RELOCATABLE, MASK_MINIMAL_TOC):
6996         Don't define.
6998 2016-05-05  Alan Modra  <amodra@gmail.com>
7000         * config/rs6000/rs6000.c (rs6000_frame_related): Rewrite.
7002 2016-05-05  Alan Modra  <amodra@gmail.com>
7004         * config/rs6000/rs6000.c (rs6000_savres_strategy): Don't use
7005         out-of-line gpr restore for one or two regs if that would add
7006         a save of lr.
7008 2016-05-04  Uros Bizjak  <ubizjak@gmail.com>
7010         PR target/70873
7011         * config/i386/i386.md
7012         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_extend sf->df peephole2):
7013         Change to post-epilogue_completed late splitter.  Use sse_reg_operand
7014         as operand 0 predicate.
7015         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float_truncate df->sf peephole2):
7016         Ditto.
7017         (TARGET_SSE_PARTIAL_REG_DEPENDENCY float {si,di}->{sf,df} peephole2):
7018         Ditto.  Emit the pattern using RTX.
7020         (TARGET_USE_VECTOR_FP_CONVERTS float_extend sf->df splitter):
7021         Use sse_reg_opreand as operand 0 predicate.  Do not use true_regnum in
7022         the post-reload splitter.  Use lowpart_subreg instead of gen_rtx_REG.
7023         (TARGET_USE_VECTOR_FP_CONVERTS float_truncate df->sf splitter):
7024         Ditto.
7025         (TARGET_USE_VECTOR_CONVERTS float si->{sf,df} splitter): Use
7026         sse_reg_operand as operand 0 predicate.
7028         (TARGET_SPLIT_MEM_OPND_FOR_FP_CONVERTS float_extend sf->df peephole2):
7029         Use sse_reg_opreand as operand 0 predicate.  Use lowpart_subreg
7030         instead of gen_rtx_REG.
7031         (TARGET_SPLIT_MEM_OPND_FOR_FP_CONVERTS float_truncate sf->df peephole2):
7032         Ditto.
7034 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
7036         * function.c (emit_use_return_register_into_block): Delete.
7037         (gen_return_pattern): Delete.
7038         (emit_return_into_block): Delete.
7039         (active_insn_between): Delete.
7040         (convert_jumps_to_returns): Delete.
7041         (emit_return_for_exit): Delete.
7042         (thread_prologue_and_epilogue_insns): Delete all code dealing with
7043         simple_return for shrink-wrapped blocks.
7044         * shrink-wrap.c (try_shrink_wrapping): Insert simple_return at the
7045         end of blocks that need one.
7046         (get_unconverted_simple_return): Delete.
7047         (convert_to_simple_return): Delete.
7048         * shrink-wrap.c (get_unconverted_simple_return): Delete declaration.
7049         (convert_to_simple_return): Ditto.
7051 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
7053         * cfgcleanup.c (bb_is_just_return): New function.
7054         (try_optimize_cfg): Simplify jumps to return, branches to return,
7055         and branches around return.
7057 2016-05-04  Segher Boessenkool  <segher@kernel.crashing.org>
7059         * cfgcleanup.c (try_simplify_condjump): Don't try to simplify a
7060         branch to a return.
7062 2016-05-04  Jakub Jelinek  <jakub@redhat.com>
7064         PR c++/70906
7065         PR c++/70933
7066         * tree-core.h (enum operand_equal_flag): Add OEP_HASH_CHECK.
7067         * tree.c (inchash::add_expr): If !IS_EXPR_CODE_CLASS (tclass),
7068         assert flags & OEP_HASH_CHECK, instead of asserting it
7069         never happens.  Handle TARGET_EXPR.
7070         * fold-const.c (operand_equal_p): For hash verification,
7071         or in OEP_HASH_CHECK into flags.
7073 2016-05-04  Eric Botcazou  <ebotcazou@adacore.com>
7075         * tree-ssa-coalesce.c (gimple_can_coalesce_p): Fix reference in head
7076         comment.
7077         (compute_samebase_partition_bases): Fix typo.
7079 2016-05-04  Jakub Jelinek  <jakub@redhat.com>
7081         * config/i386/sse.md (vec_interleave_highv8sf,
7082         vec_interleave_lowv8sf, vec_interleave_highv4df,
7083         vec_interleave_lowv4df): Remove constraints from expanders.
7085         * config/i386/sse.md (sse2_movq128): Use v constraint instead of x.
7087 2016-05-04  Jan Hubicka  <hubicka@ucw.cz>
7089         * tree-inline.c (expand_call_inline): Fix path dealing with
7090         making lhs of call statement undefined.
7092 2016-05-04  Jan Hubicka  <hubicka@ucw.cz>
7094         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):
7095         Check availability on NODE, too.
7096         * cgraph.h (symtab_node::call_for_symbol_and_aliases): Likewise.
7097         (cgraph_node::call_for_symbol_and_aliases): Likewise.
7098         (varpool_node::call_for_symbol_and_aliase): Likewise.
7099         * ipa-pure-const.c (add_new_function): Analyze all bodies.
7100         (propagate_pure_const): Propagate across interposable functions, too.
7101         (skip_function_for_local_pure_const): Do not skip interposable bodies
7102         with aliases.
7103         (pass_local_pure_const::execute): Update.
7105 2016-05-04  Marek Polacek  <polacek@redhat.com>
7107         * doc/invoke.texi: Document -Wdangling-else.
7109 2016-05-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
7111         * config.gcc: Error out when conflicting multilib is detected.  Do not
7112         loop over multilibs since no combination is legal.
7114 2016-05-04  Alan Modra  <amodra@gmail.com>
7116         * config/rs6000/rs6000.h (PIC_OFFSET_TABLE_REGNUM): Correct.
7117         * config/rs6000/sysv4.h (TARGET_TOC): Simplify.
7118         * config/rs6000/rs6000.c (rs6000_elf_output_toc_section_asm_op):
7119         Align .toc.
7121 2016-05-04  Matthew Fortune  <matthew.fortune@imgtec.com>
7123         * config/mips/mips-cpus.def (p5600): Avoid IMADD by default.
7124         Clean up p5600 comments.
7126 2016-05-04  Richard Biener  <rguenther@suse.de>
7128         * match.pd: Add BIT_FIELD_REF canonicalizations and vector
7129         constructor simplifications.
7130         * fold-const.c (fold_ternary_loc): Remove duplicate functionality here.
7132 2016-05-04  Oleg Endo  <olegendo@gcc.gnu.org>
7134         * config/sh/predicates (post_inc_mem, pre_dec_mem): New predicates.
7135         * config/sh/sh-protos.h (sh_find_set_of_reg): Return null result if
7136         result.set_rtx is null instead of aborting.
7137         * config/sh/sh.h (USE_LOAD_POST_INCREMENT, USE_STORE_PRE_DECREMENT):
7138         Always enable.
7139         (USE_LOAD_PRE_DECREMENT, USE_STORE_POST_INCREMENT): Enable for SH2A.
7140         * config/sh/sh.md (*extend<mode>si2_predec, *mov<mode>_load_predec,
7141         *mov<mode>_store_postinc): New patterns.
7143 2016-05-04  Marc Glisse  <marc.glisse@inria.fr>
7145         * match.pd ((A | B) & (A | C)): Generalize to BIT_XOR_EXPR.  Mark
7146         as commutative.  Check both conversions are NOP.
7147         ((A & B) OP (C & B)): Remove.
7149 2016-05-04  Alan Modra  <amodra@gmail.com>
7151         * combine.c (simplify_set): Correct WORD_REGISTER_OPERATIONS test.
7153 2016-05-04  Alan Modra  <amodra@gmail.com>
7155         PR target/70866
7156         * config/rs6000/rs6000.c (rs6000_stack_info): Don't set cr_save_p
7157         when cr2,3,4 are all fixed regs.
7159 2016-05-04  Bernd Schmidt  <bschmidt@redhat.com>
7161         PR rtl-optimization/57193
7162         * opts.c (default_options_table): Revert OPT_frename_registers change.
7163         * doc/invoke.texi (-frename-registers, -O2): Likewise.
7165 2016-05-03  Martin Sebor  <msebor@redhat.com>
7167         PR c++/66561
7168         * builtins.c (fold_builtin_FILE): New function.
7169         (fold_builtin_FUNCTION, fold_builtin_LINE): New functions.
7170         (fold_builtin_0): Call them.
7171         * gimplify.c (gimplify_call_expr): Remove the handling of
7172         BUILT_IN_FILE, BUILT_IN_FUNCTION, and BUILT_IN_LINE.
7174         PR c++/66561
7175         * doc/extend.texi (Other Builtins): Update __builtin_FILE,
7176         __builtin_FUNCTION, and __builtin_LINE to reflect they yield
7177         constants.
7179         PR c++/66639
7180         * doc/extend.texi (Function Names as Strings): Update __func__,
7181         __FUNCTION__, __PRETTY_FUNCTION__ to reflect they evaluate to
7182         constants.
7184 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
7185             Richard Biener  <rguenther@suse.de>
7187         PR tree-optimization/70916
7188         * tree-if-conv.c: Include cfganal.h.
7189         (pass_if_conversion::execute): Call connect_infinite_loops_to_exit
7190         and remove_fake_exit_edges around the optimization pass.
7192 2016-05-03  Jan Hubicka  <hubicka@ucw.cz>
7194         * cgraph.c (symbol_table::create_edge): Set inline_failed.
7195         (cgraph_edge::make_direct): Likewise.
7196         (cgraph_edge::dump_edge_flags): Dump call_stmt_cannot_inline_p.
7197         * cgraphclones.c (duplicate_thunk_for_node): Set inline_failed.
7198         * cif-code.def (CIF_LTO_MISMATCHED_DECLARATIONS): New code
7199         (CIF_THUNK): New code.
7200         * ipa-inline-analysis.c (initialize_inline_failed): Preserve
7201         CIF_FINAL_ERROR codes; do not deal with call_stmt_cannot_inline_p.
7202         (compute_inline_parameters): Set inline_failed for thunks.
7203         (inline_analyze_function): Cleanup.
7204         * ipa-inline.c (can_inline_edge_p): Do not deal with
7205         call_stmt_cannot_inline_p.
7206         (can_early_inline_edge_p): Likewise.
7207         (early_inliner): Initialize inline_failed.
7208         * lto-cgraph.c (lto_output_edge): Sanity check inline_failed.
7210 2016-05-03  Uros Bizjak  <ubizjak@gmail.com>
7212         * config/i386/predicates.md (x87nonimm_ssenomem_operand): Rename
7213         from nonimm_ssenomem_operand.
7214         (nonimm_ssenomem_operand): New predicate.
7215         * config/i386/i386.md (extendsfdf2): Use nonimm_ssenomem_operand
7216         as operand 0 predicate.
7217         (*extendsfdf2): Merge from *extendsfdf2_mixed and *extendsfdf2_i387.
7218         Disable unsupported alternatives using "enabled" attribute.
7219         Use register_ssemem_operand as operand 0 predicate.
7220         (*fop_<mode>_1): Use x87nonimm_ssenomem_operand as operand 1 predicate.
7222 2016-05-03  Marek Polacek  <polacek@redhat.com>
7224         PR c/70859
7225         * input.c (expansion_point_location): New function.
7226         * input.h (expansion_point_location): Declare.
7228 2016-05-03  Pierre-Marie de Rodat  <derodat@adacore.com>
7230         * dwarf2out.c (resolve_args_picking_1): Replace the frame_offset
7231         occurence with frame_offset_ ones.
7233 2016-05-03  Alan Modra  <amodra@gmail.com>
7235         PR rtl-optimization/70890
7236         * ira.c (combine_and_move_insns): When moving def_insn, remove
7237         equivs on use_insn.
7239 2016-05-03  Dominik Vogt  <vogt@linux.vnet.ibm.com>
7241         * config/s390/s390.md ("*r<noxa>sbg_<mode>_sll")
7242         ("*r<noxa>sbg_<mode>_srl"): New define_insns.
7243         ("*r<noxa>sbg_<mode>_srl_bitmask"): Rename by adding "_bitmask".
7244         ("*r<noxa>sbg_<mode>_sll_bitmask"): Likewise.
7246 2016-05-03  Alan Modra  <amodra@gmail.com>
7248         * config/rs6000/rs6000.c (rs6000_savres_strategy): Correct condition
7249         for SAVE_MULTIPLE/STORE_MULTIPLE.
7251 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
7253         * config/i386/i386.md (*truncdfsf_mixed, *truncdfsf_i387,
7254         *truncxfsf2_mixed, *truncxfdf2_mixed): Use v constraint instead of x.
7256 2016-05-03  Richard Biener  <rguenther@suse.de>
7258         * gimplify.h (get_initialized_tmp_var): Add allow_ssa parameter
7259         default true.
7260         (gimplify_arg): Likewise.
7261         * gimplify.c (gimplify_expr): Add overload with allow_ssa parameter,
7262         re-writing the result to a decl if required.
7263         (internal_get_tmp_var): Add allow_ssa parameter
7264         and override into_ssa with it.
7265         (get_formal_tmp_var): Adjust.
7266         (get_initialized_tmp_var): Add allow_ssa parameter.
7267         (gimplify_arg): Add allow_ssa parameter and avoid generating
7268         SSA names for the result false.
7269         (gimplify_call_expr): If the call may return twice do not
7270         gimplify parameters into SSA.
7271         (prepare_gimple_addressable): Do not allow an SSA name as temporary.
7272         (gimplify_modify_expr): Adjust assert.  For noreturn calls
7273         with a SSA name LHS adjust its def.
7274         (gimplify_save_expr): Do not allow an SSA name as save-expr result.
7275         (gimplify_one_sizepos): Do not allow an SSA name as a sizepos.
7276         (gimplify_body): Init GIMPLE SSA data structures and gimplify into-SSA.
7277         (gimplify_scan_omp_clauses): Make sure OMP_CLAUSE_SIZE is not
7278         an SSA name.  Likewise for OMP_CLAUSE_REDUCTION operands.
7279         (gimplify_omp_for): Likewise for OMP_CLAUSE_DECL.  Likewise
7280         for OMP_FOR_COND,  OMP_FOR_INCR and OMP_CLAUSE_LINEAR_STEP.
7281         (optimize_target_teams): Do not allow SSA names for clause operands.
7282         (gimplify_expr): Likewise for where we mark the result addressable.
7283         * passes.def (pass_init_datastructures): Remove.
7284         * tree-into-ssa.c (mark_def_sites): Ignore existing SSA names.
7285         (rewrite_stmt): Likewise.
7286         * tree-inline.c (initialize_cfun): Properly transfer SSA state.
7287         (replace_locals_op): Replace SSA names.
7288         (copy_gimple_seq_and_replace_locals): Init src_cfun.
7289         * gimple-low.c (lower_builtin_setjmp): Deal with SSA.
7290         * cgraph.c (release_function_body): Free CFG annotations only
7291         when we have a CFG.  Simplify.
7292         * gimple-fold.c (gimplify_and_update_call_from_tree): Use
7293         force_gimple_operand instead of get_initialized_tmp_var.
7294         * tree-pass.h (make_pass_init_datastructures): Remove.
7295         * tree-ssa.c (execute_init_datastructures): Remove.
7296         (pass_data_init_datastructures): Likewise.
7297         (class pass_init_datastructures): Likewise.
7298         (make_pass_init_datastructures): Likewise.
7299         * omp-low.c (create_omp_child_function): Init SSA data structures.
7300         (grid_expand_target_grid_body): Likewise.
7301         * tree-cfg.c (move_block_to_fn): Double-check the DEF is an SSA
7302         name before adding it to names_to_release.
7303         (remove_bb): Always release SSA defs.
7304         * tree-ssa-ccp.c (get_default_value): Check SSA_NAME_VAR
7305         before dereferencing it.
7306         * cgraphunit.c (init_lowered_empty_function): Always
7307         int SSA data structures.
7308         * tree-ssanames.c (release_defs): Remove assert that we are in
7309         SSA form.
7310         * trans-mem.c (diagnose_tm_1): Handle SSA name function.
7312 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
7313             Uros Bizjak  <ubizjak@gmail.com>
7315         PR rtl-optimization/70467
7316         * config/i386/predicates.md (x86_64_hilo_int_operand,
7317         x86_64_hilo_general_operand): New predicates.
7318         * config/i386/constraints.md (Wd): New constraint.
7319         * config/i386/i386.md (mode attr di): Use Wd instead of e.
7320         (general_hilo_operand): New mode attr.
7321         (add<mode>3, sub<mode>3): Use <general_hilo_operand>
7322         instead of <general_operand>.
7323         (*add<dwi>3_doubleword, *sub<dwi>3_doubleword): Use
7324         x86_64_hilo_general_operand instead of <general_operand>.
7326 2016-05-03  Jakub Jelinek  <jakub@redhat.com>
7328         PR tree-optimization/70916
7329         * tree-if-conv.c (constant_or_ssa_name): Removed.
7330         (fold_build_cond_expr): Use is_gimple_val instead of
7331         constant_or_ssa_name.
7333         PR tree-optimization/70916
7334         * tree-vect-patterns.c (vect_recog_mask_conversion_pattern): Give up
7335         if COND_EXPR rhs1 is neither SSA_NAME nor COMPARISON_CLASS_P.
7337         PR target/49244
7338         * tree-ssa-ccp.c: Include stor-layout.h and optabs-query.h.
7339         (optimize_atomic_bit_test_and): New function.
7340         (pass_fold_builtins::execute): Use it.
7341         * optabs.def (atomic_bit_test_and_set_optab,
7342         atomic_bit_test_and_complement_optab,
7343         atomic_bit_test_and_reset_optab): New optabs.
7344         * internal-fn.def (ATOMIC_BIT_TEST_AND_SET,
7345         ATOMIC_BIT_TEST_AND_COMPLEMENT, ATOMIC_BIT_TEST_AND_RESET): New ifns.
7346         * builtins.h (expand_ifn_atomic_bit_test_and): New prototype.
7347         * builtins.c (expand_ifn_atomic_bit_test_and): New function.
7348         * internal-fn.c (expand_ATOMIC_BIT_TEST_AND_SET,
7349         expand_ATOMIC_BIT_TEST_AND_COMPLEMENT,
7350         expand_ATOMIC_BIT_TEST_AND_RESET): New functions.
7351         * doc/md.texi (atomic_bit_test_and_set@var{mode},
7352         atomic_bit_test_and_complement@var{mode},
7353         atomic_bit_test_and_reset@var{mode}): Document.
7354         * config/i386/sync.md (atomic_bit_test_and_set<mode>,
7355         atomic_bit_test_and_complement<mode>,
7356         atomic_bit_test_and_reset<mode>): New expanders.
7357         (atomic_bit_test_and_set<mode>_1,
7358         atomic_bit_test_and_complement<mode>_1,
7359         atomic_bit_test_and_reset<mode>_1): New insns.
7361 2016-05-03  Richard Sandiford  <richard.sandiford@arm.com>
7363         PR rtl-optimization/70687
7364         * combine.c (change_zero_ext): Check for scalar modes.  Use wide_int
7365         instead of unsigned HOST_WIDE_INT.
7367 2016-05-03  Bernd Schmidt  <bschmidt@redhat.com>
7369         PR rtl-optimization/44281
7370         * hard-reg-set.h (struct target_hard_regs): New field
7371         x_fixed_nonglobal_reg_set.
7372         (fixed_nonglobal_reg_set): New macro.
7373         * reginfo.c (init_reg_sets_1): Initialize it.
7374         * ira.c (setup_alloc_regs): Use fixed_nonglobal_reg_set instead
7375         of fixed_reg_set.
7376         * df-scan.c (df_insn_refs_collect): Asms may reference global regs.
7378 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
7380         PR tree-optimization/56541
7381         * doc/invoke.texi (@item max-tree-if-conversion-phi-args): New item.
7382         * params.def (PARAM_MAX_TREE_IF_CONVERSION_PHI_ARGS): new param.
7383         * tree-if-conv.c (MAX_PHI_ARG_NUM): new macro.
7384         (any_complicated_phi): new static variable.
7385         (aggressive_if_conv): delete.
7386         (if_convertible_phi_p): support phis with more than two arguments.
7387         (if_convertible_bb_p): remvoe check on aggressive_if_conv and
7388         critical pred edges.
7389         (ifcvt_split_critical_edges): support phis with more than two
7390         arguments by checking new parameter.  only split critical edges
7391         if needed.
7392         (tree_if_conversion): handle simd pragma marked loop using new
7393         local variable aggressive_if_conv.  check any_complicated_phi.
7395 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
7397         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Check depends_on
7398         before using it.
7400 2016-05-03  Bin Cheng  <bin.cheng@arm.com>
7402         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Don't clobber
7403         cbase.
7405 2016-05-03  Oleg Endo  <olegendo@gcc.gnu.org>
7407         * config/sh/sh.md (udivsi3, divsi3, mulsi3): Simplify.
7408         (mulhisi3, umulhisi3, (smulsi3_highpart, umulsi3_highpart): Convert to
7409         define_insn_and_split.
7410         (mulsi3_i): New define_insn_and_split.
7411         (mulsi3_call): Convert to define_insn.
7412         (mulsidi3, mulsidi3_compact, umulsidi3, umulsidi3_compact):
7413         Remove constraints.
7415 2016-05-02  Michael Meissner  <meissner@linux.vnet.ibm.com>
7417         * machmode.h (mode_complex): Add support to give the complex mode
7418         for a given mode.
7419         (GET_MODE_COMPLEX_MODE): Likewise.
7420         * stor-layout.c (layout_type): For COMPLEX_TYPE, use the mode
7421         stored by build_complex_type and gfc_build_complex_type instead of
7422         trying to figure out the appropriate mode based on the size. Raise
7423         an assertion error, if the type was not set.
7424         * genmodes.c (struct mode_data): Add field for the complex type of
7425         the given type.
7426         (blank_mode): Likewise.
7427         (make_complex_modes): Remember the complex mode created in the
7428         base type.
7429         (emit_mode_complex): Write out the mode_complex array to map a
7430         type mode to the complex version.
7431         (emit_insn_modes_c): Likewise.
7432         * tree.c (build_complex_type): Set the complex type to use before
7433         calling layout_type.
7434         * config/rs6000/rs6000.c (rs6000_hard_regno_nregs_internal): Add
7435         support for __float128 complex datatypes.
7436         (rs6000_hard_regno_mode_ok): Likewise.
7437         (rs6000_setup_reg_addr_masks): Likewise.
7438         (rs6000_complex_function_value): Likewise.
7439         * config/rs6000/rs6000.h (FLOAT128_IEEE_P): Likewise.
7440         __float128 and __ibm128 complex.
7441         (FLOAT128_IBM_P): Likewise.
7442         (ALTIVEC_ARG_MAX_RETURN): Likewise.
7443         * doc/extend.texi (Additional Floating Types): Document that
7444         -mfloat128 must be used to enable __float128.  Document complex
7445         __float128 and __ibm128 support.
7447 2016-05-02  Jakub Jelinek  <jakub@redhat.com>
7449         PR target/49244
7450         * gimple.c (gimple_builtin_call_types_compatible_p): Allow
7451         char/short arguments promoted to int because of promote_prototypes.
7453 2016-05-02  Uros Bizjak  <ubizjak@gmail.com>
7455         * config/i386/predicates.md (register_ssemem_operand): New predicate.
7456         * config/i386/i386.md (*cmpi<FPCMP:unord><MODEF:mode>): Merge from
7457         *cmpi<FPCMP:unord><MODEF:mode>_mixed and
7458         *cmpi<FPCMP:unord><X87MODEF:mode>_i387.  Disable unsupported
7459         alternatives using "enabled" attribute.  Use register_ssemem_operand
7460         as operand 1 predicate.
7461         (*cmpi<unord>xf_i387): Split XFmode pattern from
7462         *cmpi<FPCMP:unord><X87MODEF:mode>_i387.
7463         (*absneg<mode>2): Merge from *absneg<mode>2_mixed and
7464         *absneg<mode>2_i387.  Disable unsupported alternatives using
7465         "enabled" attribute.
7466         (*absnegxf2_i387): Split XFmode pattern from *absneg<mode>2_i387.
7468 2016-05-02  Nathan Sidwell  <nathan@codesourcery.com>
7470         * omp-low.c (lower_oacc_head_tail): Assert there is at least one
7471         marker.
7472         (oacc_loop_process): Check mask for loop termination.
7474 2016-05-02  Jan Hubicka  <hubicka@ucw.cz>
7476         * cif-code.def (CIF_THUNK): Add.
7477         * ipa-inline-analsysis.c (evaluate_conditions_for_known_args): Revert
7478         accidental change.
7480 2016-05-02  Jan Hubicka  <hubicka@ucw.cz>
7482         * ipa-inline-analysis.c (reset_inline_summary): Clear fp_expressions
7483         (dump_inline_summary): Dump it.
7484         (fp_expression_p): New predicate.
7485         (estimate_function_body_sizes): Use it.
7486         (inline_merge_summary): Merge fp_expressions.
7487         (inline_read_section): Read fp_expressions.
7488         (inline_write_summary): Write fp_expressions.
7489         * ipa-inline.c (can_inline_edge_p): Permit inlining across fp math
7490         codegen boundary if either caller or callee is !fp_expressions.
7491         * ipa-inline.h (inline_summary): Add fp_expressions.
7492         * ipa-inline-transform.c (inline_call): When inlining !fp_expressions
7493         to fp_expressions be sure the fp generation flags are updated.
7495 2016-05-02  Jakub Jelinek  <jakub@redhat.com>
7497         PR rtl-optimization/70467
7498         * cse.c (cse_insn): Handle no-op MEM moves after folding.
7500         PR rtl-optimization/70467
7501         * ipa-pure-const.c (check_call): Handle internal calls even in
7502         ipa mode like in local mode.
7504 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
7506         * doc/install.texi: Document supported in-tree gmp/mpfr/mpc versions.
7508 2016-05-02  Marc Glisse  <marc.glisse@inria.fr>
7510         * match.pd (X u< X, X u> X): New transformations.
7512 2016-05-02  Marc Glisse  <marc.glisse@inria.fr>
7514         * flag-types.h (enum warn_strict_overflow_code): Move ...
7515         * coretypes.h: ... here.
7516         * fold-const.h (fold_overflow_warning): Declare.
7517         * fold-const.c (fold_overflow_warning): Make non-static.
7518         (fold_comparison): Move the transformation of X +- C1 CMP C2
7519         into X CMP C2 -+ C1 ...
7520         * match.pd: ... here.
7521         * gimple-fold.c (fold_stmt_1): Protect with
7522         fold_defer_overflow_warnings.
7524 2016-05-02  Nathan Sidwell  <nathan@codesourcery.com>
7526         * omp-low.c (struct oacc_loop): Add 'inner' field.
7527         (new_oacc_loop_raw): Initialize it to zero.
7528         (oacc_loop_fixed_partitions): Initialize it.
7529         (oacc_loop_auto_partitions): Partition outermost loop to outermost
7530         available partitioning.
7532 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
7534         * config/arc/arc.md (mulsidi3): Change operand 0 predicate to
7535         register_operand.
7536         (umulsidi3): Likewise.
7537         (indirect_jump): Fix jump instruction assembly patterns.
7539 2016-05-02  Thomas Schwinge  <thomas@codesourcery.com>
7541         PR target/70860
7542         * config/nvptx/nvptx.c (nvptx_libcall_value): Handle NULL cfun.
7543         (nvptx_function_value): Assert non-NULL cfun.
7545 2016-05-02  Eric Botcazou  <ebotcazou@adacore.com>
7547         PR rtl-optimization/70886
7548         * sched-deps.c (estimate_dep_weak): Canonicalize cselib values.
7550         * cselib.h (rtx_equal_for_cselib_1): Declare.
7551         (rtx_equal_for_cselib_p: New inline function.
7552         * cselib.c (rtx_equal_for_cselib_p): Delete.
7553         (rtx_equal_for_cselib_1): Make public.
7555 2016-05-02  Uros Bizjak  <ubizjak@gmail.com>
7557         * config/i386/predicates.md (nonimm_ssenomem_operand): New predicate.
7558         (register_mixssei387nonimm_operand): Remove predicate.
7559         * config/i386/i386.md (*fop_<mode>_comm): Merge from
7560         *fop_<mode>_comm_mixed and *fop_<mode>_comm_i387.  Disable unsupported
7561         alternatives using "enabled" attribute.  Also check X87_ENABLE_ARITH
7562         for TARGET_MIX_SSE_I387 alternatives.
7563         (*fop_<mode>_1): Merge from *fop_<mode>_1_mixed and *fop_<mode>_1_i387.
7564         Disable unsupported alternatives using "enabled" attribute.  Use
7565         nonimm_ssenomem_operand as operand 1 predicate.  Also check
7566         X87_ENABLE_ARITH for TARGET_MIX_SSE_I387 alternatives.
7568 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
7570         * tree.c (cst_and_fits_in_hwi): Simplify.
7572 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
7574         * tree.h (wi::to_wide): New function.
7575         * expr.c (expand_expr_real_1): Use wi::to_wide.
7576         * fold-const.c (int_const_binop_1): Likewise.
7577         (extract_muldiv_1): Likewise.
7579 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
7581         * wide-int.h: Update offset_int and widest_int documentation.
7582         (WI_SIGNED_SHIFT_RESULT): New macro.
7583         (wi::binary_shift): Define signed_shift_result_type for
7584         shifts on offset_int- and widest_int-like types.
7585         (generic_wide_int): Support <<= and >>= if << and >> are supported.
7586         * tree.h (int_bit_position): Use shift operators instead of wi::
7587          shifts.
7588         * alias.c (adjust_offset_for_component_ref): Likewise.
7589         * expr.c (get_inner_reference): Likewise.
7590         * fold-const.c (fold_comparison): Likewise.
7591         * gimple-fold.c (fold_nonarray_ctor_reference): Likewise.
7592         * gimple-ssa-strength-reduction.c (restructure_reference): Likewise.
7593         * tree-dfa.c (get_ref_base_and_extent): Likewise.
7594         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Likewise.
7595         (stmt_kills_ref_p): Likewise.
7596         * tree-ssa-ccp.c (bit_value_binop_1): Likewise.
7597         * tree-ssa-math-opts.c (find_bswap_or_nop_load): Likewise.
7598         * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Likewise.
7599         (ao_ref_init_from_vn_reference): Likewise.
7601 2016-05-02  Richard Sandiford  <richard.sandiford@arm.com>
7603         * wide-int.h: Update offset_int and widest_int documentation.
7604         (WI_SIGNED_BINARY_PREDICATE_RESULT): New macro.
7605         (wi::binary_traits): Allow ordered comparisons between offset_int and
7606         offset_int, between widest_int and widest_int, and between either
7607         of these types and basic C types.
7608         (operator <, <=, >, >=): Define for the same combinations.
7609         * tree.h (tree_int_cst_lt): Use comparison operators instead
7610         of wi:: comparisons.
7611         (tree_int_cst_le): Likewise.
7612         * gimple-fold.c (fold_array_ctor_reference): Likewise.
7613         (fold_nonarray_ctor_reference): Likewise.
7614         * gimple-ssa-strength-reduction.c (record_increment): Likewise.
7615         * tree-affine.c (aff_comb_cannot_overlap_p): Likewise.
7616         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Likewise.
7617         * tree-sra.c (completely_scalarize): Likewise.
7618         * tree-ssa-alias.c (stmt_kills_ref_p): Likewise.
7619         * tree-ssa-reassoc.c (extract_bit_test_mask): Likewise.
7620         * tree-vrp.c (extract_range_from_binary_expr_1): Likewise.
7621         (check_for_binary_op_overflow): Likewise.
7622         (search_for_addr_array): Likewise.
7623         * ubsan.c (ubsan_expand_objsize_ifn): Likewise.
7625 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
7627         * config/arc/arc.c (arc_preferred_simd_mode): Remove enum keyword.
7628         (arc_save_restore): Likewise.
7629         (arc_dwarf_register_span): Likewise.
7630         (arc_output_pic_addr_const): Initialize suffix variable.
7632 2016-05-02  Martin Liska  <mliska@suse.cz>
7634         * symbol-summary.h (function_summary::function_summary):
7635         Remove checking assert for all cgraph nodes.
7636         (function_summary::get): Check summary_uid.
7637         (symtab_insertion): Check summary_uid.
7639 2016-05-02  Claudiu Zissulescu  <claziss@synopsys.com>
7641         * config/arc/arc-protos.h (compact_memory_operand_p): Declare.
7642         * config/arc/arc.c (arc_output_commutative_cond_exec): Consider
7643         bmaskn instruction.
7644         (arc_dwarf_register_span): Remove enum keyword.
7645         (compact_memory_operand_p): New function.
7646         * config/arc/arc.h (reg_class): Add code density register classes.
7647         (REG_CLASS_NAMES): Likewise.
7648         (REG_CLASS_CONTENTS): Likewise.
7649         * config/arc/arc.md (*movqi_insn): Add code density instructions.
7650         (*movhi_insn, *movsi_insn, *movsf_insn): Likewise.
7651         (*extendhisi2_i, andsi3_i, cmpsi_cc_insn_mixed): Likewise.
7652         (*cmpsi_cc_c_insn, *movsi_ne): Likewise.
7653         * config/arc/constraints.md (C2p, Uts, Cm1, Cm3, Ucd): New
7654         constraints.
7655         (h, Rcd, Rsd, Rzd): New register constraints.
7656         (T): Use compact_memory_operand_p function.
7657         * config/arc/predicates.md (compact_load_memory_operand): Remove.
7659 2016-05-02  Oleg Endo  <olegendo@gcc.gnu.org>
7661         * config/sh/sh.md (*negnegt, *movtt): Remove.
7663 2016-05-02  Marek Polacek  <polacek@redhat.com>
7664             Tom de Vries  <tom@codesourcery.com>
7666         PR tree-optimization/70700
7667         * tree-ssa-structalias.c (dump_pred_graph): Fix getting varinfo for ids
7668         bigger than FIRST_REF_NODE.
7670 2016-05-02  Oleg Endo  <olegendo@gcc.gnu.org>
7672         PR target/52898
7673         * config/sh/sh.c (sh_option_override): Remove TARGET_CBRANCHDI4,
7674         TARGET_CMPEQDI_T.
7675         (prepare_cbranch_operands): Don't use scratch register.  Assume that
7676         function is used when pseudos can be created.
7677         (expand_cbranchdi4): Likewise.  Remove unused TARGET_CMPEQDI_T paths.
7678         * config/sh/sh.md (cbranchsi4): Allow only when pseudos can be created.
7679         (cbranchdi4, cbranchdi4_i): Simplify to single cbranchdi4
7680         define_expand.  Allow it only when pseudos can be created.
7681         * config/sh/sh.opt (mcbranchdi, mcmpeqdi): Delete.
7683 2016-05-01  Uros Bizjak  <ubizjak@gmail.com>
7685         * config/i386/constraints.md (BC): Only allow -1 operands.
7686         * config/i386/sse.md (mov<mode>_internal): Add (v,C) alternative.
7687         Add "enabled" attribute.  Update XI mode attribute calculation.
7688         * config/i386/i386.md (*movxi_internal_avx512f): Add (v,C) alternative.
7689         (*movoi_internal_avx): Update XI mode attribute calculation.
7690         (*movti_internal): Ditto.
7692 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
7694         * config/sh/sh.md (push, pop, ic_invalidate_line, cstoresi4, cstoredi4,
7695         cstoresf4, cstoredf4, fix_truncsfsi2): Remove constraints.
7697 2016-05-01  Eric Botcazou  <ebotcazou@adacore.com>
7699         * config/rs6000/rs6000.c (altivec_expand_lv_builtin): Do not use switch
7700         statement on instruction code.  Remove trailing spaces.
7701         (altivec_expand_stv_builtin): Likewise.
7703 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
7705         * config/sh/sh.h (TARGET_SH4): Remove and use default implementation.
7706         (TARGET_FPU_DOUBLE): Simplify.
7707         (BASE_ARG_REG, DOUBLE_TYPE_SIZE, OPTIMIZE_MODE_SWITCHING): Replace
7708         'TARGET_SH4 || TARGET_SH2A_DOUBLE' conditions with 'TARGET_FPU_DOUBLE'.
7709         * config/sh/sh.c: Replace 'TARGET_SH4 || TARGET_SH2A_DOUBLE' conditions
7710         with 'TARGET_FPU_DOUBLE'.
7711         * config/sh/sh.md: Likewise.
7713 2016-05-01  Yoshinori Sato  <ysato@users.sourceforge.jp>
7715         * config/sh/linux.h (SH_DIV_STRATEGY_DEFAULT,
7716         SH_DIV_STR_FOR_SIZE): Remove.
7717         * config/sh/netbsd-elf.h (SH_DIV_STRATEGY_DEFAULT,
7718         SH_DIV_STR_FOR_SIZE): Remove.
7720 2016-05-01  Oleg Endo  <olegendo@gcc.gnu.org>
7722         * config/sh/predicates.md (any_register_operand, zero_extend_operand,
7723         logical_reg_operand): Delete.
7724         (arith_operand, arith_reg_dest, arith_or_int_operand, cmpsi_operand,
7725         arith_reg_or_0_operand, arith_reg_or_0_or_1_operand, logical_operand,
7726         logical_and_operand, movsrc_no_disp_mem_operand): Rewrite using
7727         match_operand and match_test.
7728         (sh_const_vec, sh_1el_vec): Remove redundant checks.  Declare local
7729         variables on their first use.  Return bool values.
7730         * config/sh/sh.h (LOAD_EXTEND_OP): Update comment.
7731         * config/sh/sh.md (andsi3, iorsi3): Use arith_reg_dest for result and
7732         arith_reg_operand for input operand.  Remove empty constraints.
7733         (xorsi3): Delete.
7734         (*xorsi3_compact): Rename to xorsi3.
7735         (zero_extend<mode>si2): Use arith_reg_operand for input operand.
7736         (*zero_extend<mode>si2_disp_mem): Update comment.
7737         (mov_nop): Delete.
7739 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
7741         * config/sh/t-sh: Remove SH5 support.
7742         * config.gcc: Likewise.
7743         * configure: Likewise.
7745 2016-04-30  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
7747         * config/darwin.h (LINK_COMMAND_SPEC_A): Handle -fcilkplus.
7749 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
7751         * config/sh/sh.c (register_sh_passes, sh_option_override,
7752         sh_print_operand, prepare_move_operands,
7753         sh_can_follow_jump): Remove TARGET_SH1 checks.
7754         * config/sh/sh.h (TARGET_VARARGS_PRETEND_ARGS, VALID_REGISTER_P,
7755         PROMOTE_MODE): Likewise.
7756         * config/sh/sh.md (adddi3, addsi3, subdi3, subsi3, andsi3,
7757         movdi): Likewise.
7759 2016-04-30  Alan Modra  <amodra@gmail.com>
7761         * config/rs6000/rs6000.c (rs6000_savres_strategy): Force inline
7762         restoring when fixed_reg_p, but allow out-of-line or stmw save.
7763         Check for user regs later to avoid unnecessary looping over regs.
7764         Merge user reg check with non-saved reg check.  Don't force
7765         inline VR restore when static chain used.
7766         (rs6000_frame_related): Omit eh_frame info for user regs when
7767         saving.
7768         (fixed_regs_p): Delete.
7770 2016-04-30  Alan Modra  <amodra@gmail.com>
7772         * config/rs6000/rs6000.c (SAVRES_MULTIPLE): Replace with..
7773         (SAVE_STRATEGY, REST_STRATEGY): ..this.  Renumber and sort enum.
7774         Update all uses.
7776 2016-04-30  Alan Modra  <amodra@gmail.com>
7778         PR target/69645
7779         * config/rs6000/rs6000.c (fixed_reg_p): New function.
7780         (fixed_regs_p): Rename from global_regs_p.  Call fixed_reg_p.
7781         Update all uses.
7783 2016-04-30  Alan Modra  <amodra@gmail.com>
7785         * config/rs6000/rs6000.c (rs6000_conditional_register_usage):
7786         Remove redundant PIC_OFFSET_TABLE_REGNUM test.  Replace with
7787         flag_pic test for Darwin.
7789 2016-04-30  Alan Modra  <amodra@gmail.com>
7791         * regs.h (struct reg_info_t): Delete freq_calls_crossed and
7792         throw_calls_crossed.
7793         (REG_FREQ_CALLS_CROSSED): Delete.
7794         (REG_N_THROWING_CALLS_CROSSED): Delete.
7795         * regstat.c (regstat_bb_compute_ri): Don't calculate
7796         REG_FREQ_CALLS_CROSSED and REG_N_THROWING_CALLS_CROSSED.
7797         (dump_reg_info): Don't print call cross frequency.
7798         * ira.c (combine_and_move_insns): Don't set REG_FREQ_CALLS_CROSSED
7799         and REG_N_THROWING_CALLS_CROSSED.
7801 2016-04-30  Alan Modra  <amodra@gmail.com>
7803         * regs.h (struct reg_info_t): Delete live_length.
7804         (REG_LIVE_LENGTH): Delete macro.
7805         * regstat.c (regstat_bb_compute_ri): Delete artificial_uses,
7806         local_live, local_processed and local_live_last_luid params.
7807         Replace bb_index param with bb.  Don't set REG_LIVE_LENGTH.
7808         Formatting fixes.
7809         (regstat_compute_ri): Adjust for above.  Don't set
7810         REG_LIVE_LENGTH.
7811         (dump_reg_info): Don't print live length.
7812         * ira.c (update_equiv_regs): Replace test of REG_LIVE_LENGTH
7813         with test of setjmp_crosses.  Don't set REG_LIVE_LENGTH.
7814         Localize loop_depth var.
7816 2016-04-30  Alan Modra  <amodra@gmail.com>
7818         * ira.c (enum valid_equiv): New.
7819         (validate_equiv_mem): Return enum.
7820         (update_equiv_mem): Create replacement in more cases.
7821         (add_store_equivs): Update validate_equiv_mem call.
7823 2016-04-30  Alan Modra  <amodra@gmail.com>
7825         * ira.c (combine_and_move_insns): Rather than scanning insns,
7826         use DF infrastucture to find use and def insns.
7828 2016-04-30  Alan Modra  <amodra@gmail.com>
7830         ira.c (combine_and_move_insns): Move invariant conditions..
7831         (ira.c): ..to here.  Call combine_and_move_insns before
7832         add_store_equivs.  Call grow_reg_equivs later.  Allocate
7833         req_equiv later using max_reg_num() rather than global max_regno.
7834         (contains_replace_regs): Delete.
7835         (add_store_equivs): Remove contains_replace_regs test.
7837 2016-04-30  Alan Modra  <amodra@gmail.com>
7839         * ira.c (struct equiv_mem_data): New.
7840         (equiv_mem, equiv_mem_modified): Delete static vars.
7841         (validate_equiv_mem_from_store): Use "data" param to communicate..
7842         (validate_equiv_mem): ..from here.
7844 2016-04-30  Alan Modra  <amodra@gmail.com>
7846         * ira.c (add_store_equivs, combine_and_move_insns): New functions,
7847         split out from..
7848         (update_reg_equivs): ..here.  Move allocation and freeing of
7849         reg_equiv, and calls to grow_reg_equivs, init_alias_analysis,
7850         end_alias_analysis to..
7851         (ira): ..here.
7853 2016-04-30  Alan Modra  <amodra@gmail.com>
7855         * ira.c (pdx_subregs): Delete.
7856         (struct equivalence): Add pdx_subregs field.
7857         (set_paradoxical_subreg): Remove pdx_subregs param.  Update
7858         pdx_subregs access.
7859         (update_equiv_regs): Don't create or free pdx_subregs.  Update
7860         pdx_subregs access.
7862 2016-04-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7864         * config/rs6000/altivec.h: Change definitions of vec_xl and
7865         vec_xst.
7866         * config/rs6000/rs6000-builtin.def (LD_ELEMREV_V2DF): New.
7867         (LD_ELEMREV_V2DI): New.
7868         (LD_ELEMREV_V4SF): New.
7869         (LD_ELEMREV_V4SI): New.
7870         (LD_ELEMREV_V8HI): New.
7871         (LD_ELEMREV_V16QI): New.
7872         (ST_ELEMREV_V2DF): New.
7873         (ST_ELEMREV_V2DI): New.
7874         (ST_ELEMREV_V4SF): New.
7875         (ST_ELEMREV_V4SI): New.
7876         (ST_ELEMREV_V8HI): New.
7877         (ST_ELEMREV_V16QI): New.
7878         (XL): New.
7879         (XST): New.
7880         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
7881         descriptions for VSX_BUILTIN_VEC_XL and VSX_BUILTIN_VEC_XST.
7882         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Map from
7883         TARGET_P9_VECTOR to RS6000_BTM_P9_VECTOR.
7884         (altivec_expand_builtin): Add handling for
7885         VSX_BUILTIN_ST_ELEMREV_<MODE> and VSX_BUILTIN_LD_ELEMREV_<MODE>.
7886         (rs6000_invalid_builtin): Add error-checking for
7887         RS6000_BTM_P9_VECTOR.
7888         (altivec_init_builtins): Define builtins used to implement vec_xl
7889         and vec_xst.
7890         (rs6000_builtin_mask_names): Define power9-vector.
7891         * config/rs6000/rs6000.h (MASK_P9_VECTOR): Define.
7892         (RS6000_BTM_P9_VECTOR): Define.
7893         (RS6000_BTM_COMMON): Include RS6000_BTM_P9_VECTOR.
7894         * config/rs6000/vsx.md (vsx_ld_elemrev_v2di): New define_insn.
7895         (vsx_ld_elemrev_v2df): Likewise.
7896         (vsx_ld_elemrev_v4sf): Likewise.
7897         (vsx_ld_elemrev_v4si): Likewise.
7898         (vsx_ld_elemrev_v8hi): Likewise.
7899         (vsx_ld_elemrev_v16qi): Likewise.
7900         (vsx_st_elemrev_v2df): Likewise.
7901         (vsx_st_elemrev_v2di): Likewise.
7902         (vsx_st_elemrev_v4sf): Likewise.
7903         (vsx_st_elemrev_v4si): Likewise.
7904         (vsx_st_elemrev_v8hi): Likewise.
7905         (vsx_st_elemrev_v16qi): Likewise.
7906         * doc/extend.texi: Add prototypes for vec_xl and vec_xst.  Correct
7907         grammar.
7909 2016-04-29  Patrick Palka  <ppalka@gcc.gnu.org>
7911         * tree-ssa-threadedge.c (simplify_control_stmt_condition): Split
7912         out into ...
7913         (simplify_control_stmt_condition_1): ... here.  Recurse into
7914         BIT_AND_EXPRs and BIT_IOR_EXPRs.
7916 2016-04-29  David Edelsohn  <dje.gcc@gmail.com>
7918         PR target/69810
7919         * config/rs6000/rs6000.md (EXTQI): Don't allow extension to HImode.
7920         (zero_extendqi<mode>2_dot): Revert earlier conversion from
7921         define_insn_and_split to define_insn.
7922         (zero_extendqi<mode>2_dot2): Same.
7923         (extendqi<mode>2_dot): Same.
7924         (extendqi<mode>2_dot2): Same.
7926 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
7928         * config/i386/i386.md (unspec): Add UNSPEC_PROBE_STACK.
7929         (probe_stack): New expander.
7930         (probe_stack_<mode>): New insn pattern.
7932 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
7934         * config/i386/i386.md
7935         (operations with memory inputs setting flags peephole2):
7936         Remove uneeded REG_P checks.  Cleanup pattern generation.
7938 2016-04-29  Ilya Enkovich  <ilya.enkovich@intel.com>
7940         * tree-vect-loop.c (vect_transform_loop): Fix
7941         nb_iterations_upper_bound computation for vectorized loop.
7943 2016-04-29  Marek Polacek  <polacek@redhat.com>
7944             Jakub Jelinek  <jakub@redhat.com>
7946         PR sanitizer/70342
7947         * fold-const.c (tree_single_nonzero_warnv_p): For TARGET_EXPR, use
7948         TARGET_EXPR_SLOT as a base.
7950 2016-04-29  Andrew Burgess  <andrew.burgess@embecosm.com>
7952         * config/arc/arc.md (*loadqi_update): Replace use of 'rI' constraint
7953         with 'rCm2' constraints to limit possible immediate size.
7954         (*load_zeroextendqisi_update): Likewise.
7955         (*load_signextendqisi_update): Likewise.
7956         (*loadhi_update): Likewise.
7957         (*load_zeroextendhisi_update): Likewise.
7958         (*load_signextendhisi_update): Likewise.
7959         (*loadsi_update): Likewise.
7960         (*loadsf_update): Likewise.
7962 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
7964         * config/i386/predicates.md (constm1_operand): Fix comparison.
7966 2016-04-29  Claudiu Zissulescu  <claziss@synopsys.com>
7968         * testsuite/gcc.target/arc/ieee_eq.c: New test.
7970 2016-04-29  Oleg Endo  <olegendo@gcc.gnu.org>
7972         * common/config/sh/sh-common.c (sh_option_optimization_table): Remove
7973         remaining SH5 related settings.
7974         * config/sh/sh-protos.h (shmedia_cleanup_truncate,
7975         shmedia_prepare_call_address): Delete.
7976         * config/sh/sh.c (sh_print_operand, output_stack_adjust,
7977         DWARF_CIE_DATA_ALIGNMENT, LOCAL_ALIGNMENT): Update comments.
7978         * config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC,
7979         UNSUPPORTED_SH2A): Remove m5 checks.
7980         (sh_divide_strategy_e): Remove SH5 division strategies.
7981         (TARGET_PTRMEMFUNC_VBIT_LOCATION): Remove and use default.
7982         * config/sh/sh.md (divsf3): Reinstate define_expand pattern.
7984 2016-04-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
7986         * config/s390/s390.c (s390_rtx_costs): Update documentation.
7988 2016-04-29  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
7990         * config/s390/2964.md ("z13_unit_fxu", "z13_0"): Remove lder.
7991         * config/s390/s390.md ("movsi_larl", "*movsi_esa", "mov<mode>"):
7992         Change lder to ldr.
7993         * config/s390/vector.md ("mov<mode>"): Likewise.
7995 2016-04-29  Ulrich Weigand  <uweigand@de.ibm.com>
7997         * config/s390/constraints.md ("U", "W"): Invoke
7998         s390_mem_constraint with "ZR" and "ZT".
7999         * config/s390/s390.c (s390_check_qrst_address): Reject invalid
8000         addresses when using LRA.  Accept also short displacements for S
8001         and T constraints.  Do not check for long displacement target for
8002         S and T constraints.
8003         (s390_mem_constraint): Remove handling of U and W constraints.
8004         * config/s390/s390.md (various patterns): Remove the short
8005         displacement constraints (Q and R) if a long displacement
8006         constraint is present.  Add longdisp as required CPU capability.
8007         * config/s390/vector.md: Likewise.
8008         * config/s390/vx-builtins.md: Likewise.
8010 2016-04-29  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
8012         PR target/60040
8013         * reload1.c (reload): Call finish_spills before
8014         restarting reload loop. Skip select_reload_regs
8015         if update_eliminables_and_spill returns true.
8017 2016-04-29  Claudiu Zissulescu  <claziss@synopsys.com>
8019         * config/arc/arc.h (UNSIGNED_INT12, UNSIGNED_INT16): Define.
8020         * config/arc/arc.md (umulhisi3): Use arc_short_operand predicate.
8021         (umulhisi3_imm): Update predicates and constraint letters.
8022         (umulhisi3_reg): Declare instruction as commutative.
8023         * config/arc/constraints.md (J12, J16): New constraints.
8024         * config/arc/predicates.md (short_unsigned_const_operand): New
8025         predicate.
8026         (arc_short_operand): Likewise.
8027         * testsuite/gcc.target/arc/umulsihi3_z.c: New file.
8029 2016-04-29  Richard Biener  <rguenther@suse.de>
8031         PR tree-optimization/13962
8032         PR tree-optimization/65686
8033         * tree-ssa-alias.h (ptrs_compare_unequal): Declare.
8034         * tree-ssa-alias.c (ptrs_compare_unequal): New function
8035         using PTA to compare pointers.
8036         * match.pd: Add pattern for pointer equality compare simplification
8037         using ptrs_compare_unequal.
8039 2016-04-29  Richard Biener  <rguenther@suse.de>
8041         * stor-layout.c (layout_type): Do not build a pointer-to-element
8042         type for arrays.
8044 2016-04-29  Uros Bizjak  <ubizjak@gmail.com>
8046         * config/i386/i386.md (Load+RegOp to Mov+MemOp peephole2):
8047         Use SWI mode iterator.  Use general_reg_operand predicate.
8048         (Load+RegOp to Mov+MemOp peephole2 with vector regs): Split
8049         peephole to MMX and SSE part.  Use mmx_reg_operand and sse_reg_operand
8050         predicates.
8052 2016-04-29  Jakub Jelinek  <jakub@redhat.com>
8054         PR middle-end/70843
8055         * fold-const.c (operand_equal_p): Don't verify hash value equality
8056         if arg0 == arg1.
8057         * tree.c (inchash::add_expr): Handle STATEMENT_LIST.  Ignore BLOCK
8058         and OMP_CLAUSE.
8060 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
8062         PR target/70858
8063         * config/i386/i386.c (bdesc_special_args): Add | OPTION_MASK_ISA_64BIT
8064         to __builtin_ia32_lwpval64 and __builtin_ia32_lwpins64.
8065         (bdesc_args): Add | OPTION_MASK_ISA_64BIT to __builtin_ia32_bextr_u64,
8066         __builtin_ia32_bextri_u64, __builtin_ia32_bzhi_di,
8067         __builtin_ia32_pdep_di and __builtin_ia32_pext_di.
8069 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
8071         * config/rs6000/rs6000.c (compute_save_world_info): Rename info_ptr
8072         to info.  Don't initialize separate fields to 0.  Clean up
8073         formatting a bit.
8075 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
8077         * config/i386/i386.md (peephole2s for operations with memory inputs):
8078         Use SWI mode iterator.
8079         (peephole2s for operations with memory outputs): Ditto.
8080         Do not check for stack checking probe.
8082         (probe_stack): Remove expander.
8084 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
8085             Andrew Burgess  <andrew.burgess@embecosm.com>
8087         * config/arc/arc.c (arc_print_operand): Print integer 'H' / 'L'
8088         operands as 32-bits.
8090 2016-04-28  Jason Merrill  <jason@redhat.com>
8092         * gdbinit.in: Skip line-map.h.
8094 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
8095             Andrew Burgess  <andrew.burgess@embecosm.com>
8097         * config/arc/arc.c (arc_conditional_register_usage): Take
8098         TARGET_RRQ_CLASS into account.
8099         (arc_print_operand): Support printing 'p' and 's' operands.
8100         * config/arc/arc.h (TARGET_NPS_BITOPS_DEFAULT): Provide default
8101         as 0.
8102         (TARGET_RRQ_CLASS): Define.
8103         (IS_POWEROF2_OR_0_P): Define.
8104         * config/arc/arc.md (*movsi_insn): Add w/Clo, w/Chi, and w/Cbi
8105         alternatives.
8106         (*tst_movb): New define_insn.
8107         (*tst): Avoid recognition if it could prevent '*tst_movb'
8108         combination; replace c/CnL with c/Chs alternative.
8109         (*tst_bitfield_tst): New define_insn.
8110         (*tst_bitfield_asr): New define_insn.
8111         (*tst_bitfield): New define_insn.
8112         (andsi3_i): Add Rrq variant.
8113         (extzv): New define_expand.
8114         (insv): New define_expand.
8115         (*insv_i): New define_insn.
8116         (*movb): New define_insn.
8117         (*movb_signed): New define_insn.
8118         (*movb_high): New define_insn.
8119         (*movb_high_signed): New define_insn.
8120         (*movb_high_signed + 1): New define_split pattern.
8121         (*mrgb): New define_insn.
8122         (*mrgb + 1): New define_peephole2 pattern.
8123         (*mrgb + 2): New define_peephole2 pattern.
8124         * config/arc/arc.opt (mbitops): New option for nps400, uses
8125         TARGET_NPS_BITOPS_DEFAULT.
8126         * config/arc/constraints.md (q): Make register class conditional.
8127         (Rrq): New register constraint.
8128         (Chs): New constraint.
8129         (Clo): New constraint.
8130         (Chi): New constraint.
8131         (Cbf): New constraint.
8132         (Cbn): New constraint.
8133         (C18): New constraint.
8134         (Cbi): New constraint.
8136 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
8138         * cfganal.c (bitmap_intersection_of_succs): Delete assert checking
8139         dst->popcount.
8140         (bitmap_intersection_of_preds): Ditto.
8141         (bitmap_union_of_succs): Ditto.
8142         (bitmap_union_of_preds): Ditto.
8143         * sbitmap.c (do_popcount): Delete.
8144         (BITMAP_DEBUGGING): Delete.
8145         (sbitmap_verify_popcount): Delete.
8146         (sbitmap_alloc): Don't initialize the popcount field.
8147         (sbitmap_alloc_with_popcount): Delete.
8148         (sbitmap_resize): Don't resize the popcount array.
8149         (sbitmap_vector_alloc): Don't initialize the popcount field.
8150         (bitmap_copy): Don't copy the popcount array.
8151         (bitmap_clear): Don't clear the popcount array.
8152         (bitmap_clear): Delete the popcount array handling.
8153         (bitmap_ior_and_compl): Delete the popcount assert.
8154         (bitmap_not): Ditto.
8155         (bitmap_and_compl): Ditto.
8156         (bitmap_and): Delete the popcount array handling.
8157         (bitmap_xor): Ditto.
8158         (bitmap_ior): Ditto.
8159         (bitmap_or_and): Delete the popcount assert.
8160         (bitmap_and_or): Ditto.
8161         (popcount_table): Delete.
8162         (sbitmap_elt_popcount): Delete.
8163         * sbitmap.h (simple_bitmap_def): Delete the popcount field.
8164         (bitmap_set_bit): Delete the popcount assert.
8165         (bitmap_clear_bit): Ditto.
8166         (sbitmap_free): Don't free the popcount array.
8167         (sbitmap_alloc_with_popcount): Delete declaration.
8168         (sbitmap_popcount): Ditto.
8170 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
8171             Andrew Burgess  <andrew.burgess@embecosm.com>
8173         * config/arc/arc.h (SYMBOL_FLAG_CMEM): Define.
8174         (TARGET_NPS_CMEM_DEFAULT): Provide default definition.
8175         * config/arc/arc.c (arc_address_cost): Return 0 for cmem_address.
8176         (arc_encode_section_info): Set SYMBOL_FLAG_CMEM where indicated.
8177         * config/arc/arc.opt (mcmem): New option.
8178         * config/arc/arc.md (*extendqihi2_i): Add r/Uex alternative,
8179         supply length for r/m alternative.
8180         (*extendqisi2_ac): Likewise.
8181         (*extendhisi2_i): Add r/Uex alternative, supply length for r/m and
8182         r/Uex alternative.
8183         (movqi_insn): Add r/Ucm and Ucm/?Rac alternatives.
8184         (movhi_insn): Likewise.
8185         (movsi_insn): Add r/Ucm,Ucm/w alternatives.
8186         (*zero_extendqihi2_i): Add r/Ucm alternative.
8187         (*zero_extendqisi2_ac): Likewise.
8188         (*zero_extendhisi2_i): Likewise.
8189         * config/arc/constraints.md (Uex): New memory constraint.
8190         (Ucm): New define_constraint.
8191         * config/arc/predicates.md (long_immediate_loadstore_operand):
8192         Return 0 for MEM with cmem_address address.
8193         (cmem_address_0): New predicates.
8194         (cmem_address_1): Likewise.
8195         (cmem_address_2): Likewise.
8196         (cmem_address): Likewise.
8198 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
8200         * config/rs6000/rs6000.c (machine_function): Rename
8201         insn_chain_scanned_p to spe_insn_chain_scanned_p.
8202         (rs6000_stack_info): Adjust.
8204 2016-04-28  Joern Rennecke  <joern.rennecke@embecosm.com>
8205             Andrew Burgess  <andrew.burgess@embecosm.com>
8207         * config/arc/constraints.md (Usd): Convert to define_constraint.
8208         (Us<): Likewise.
8209         (Us>): Likewise.
8211 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
8213         PR target/70821
8214         * config/i386/sync.md (define_peephole2 *atomic_fetch_add_cmp<mode>):
8215         Add new peephole2 where the first insn is *mov<mode>_or instead of
8216         *mov<mode>_internal.
8218 2016-04-28  Segher Boesssenkool  <segher@kernel.crashing.org>
8220         * tracer.c (bb_seen): Make static.
8222 2016-04-28  Andrew Burgess  <andrew.burgess@embecosm.com>
8224         * common/config/arc/arc-common.c (arc_handle_option): Add NPS400
8225         support, setup defaults.
8226         * config/arc/arc-opts.h (enum processor_type): Add NPS400.
8227         * config/arc/arc.c (arc_init): Add NPS400 support.
8228         * config/arc/arc.h (CPP_SPEC): Add NPS400 defines.
8229         (TARGET_ARC700): NPS400 is also an ARC700.
8230         * config/arc/arc.opt: Add NPS400 options to -mcpu=.
8232 2016-04-28  Segher Boessenkool  <segher@kernel.crashing.org>
8234         PR target/70668
8235         * config/nds32/nds32.md (casesi): Don't access the operands array
8236         out of bounds.
8238 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
8240         * config/i386/i386.md (zeroing peephole2): Use general_reg_operand.
8241         (or $-1,reg peephole2): Ditto.
8242         (strict_low_part zeroing peephole2): Use SWI12 mode iterator.
8244 2016-04-28  Markus Trippelsdorf  <markus@trippelsdorf.de>
8246         * doc/extend.texi (Common Function Attributes) [optimize]:
8247         Discourage use of the optimize attribute.
8249 2016-04-28  Bill Seurer  <seurer@linux.vnet.ibm.com>
8251         * config/rs6000/rs6000-builtin.def (vec_adde): Change vec_adde to a
8252         special case builtin.
8253         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Remove
8254         ALTIVEC_BUILTIN_VEC_ADDE.
8255         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
8256         support for ALTIVEC_BUILTIN_VEC_ADDE.
8257         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
8258         for __builtin_vec_adde.
8260 2016-04-28  Jakub Jelinek  <jakub@redhat.com>
8262         * config/i386/i386.md (sse4_1_round<mode>2): Add avx512f alternative.
8263         * config/i386/sse.md (sse4_1_round<ssescalarmodesuffix>): Likewise.
8265 2016-04-28  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8267         PR testsuite/70595
8268         * doc/sourcebuild.texi (Effective-Target Keywords, Other
8269         attributes): Document cilkplus_runtime.
8271 2016-04-28  Martin Jambor  <mjambor@suse.cz>
8273         * tree-cfg.c (verify_expr): Verify that local declarations belong to
8274         this function.  Call verify_expr on MEM_REFs and bases of other
8275         handled_components.
8277 2016-04-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8279         * internal-fn.c (expand_arith_overflow): Convert preprocessor check
8280         for WORD_REGISTER_OPERATIONS to runtime check.
8282 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
8284         * config/arc/arc.h (ASM_SPEC): Pass mfpuda to assembler.
8286 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
8288         * config/arc/arc.c (arc_process_double_reg_moves): Fix for
8289         big-endian compilation.
8290         * config/arc/arc.md (addf3): Likewise.
8291         (subdf3): Likewise.
8292         (muldf3): Likewise.
8294 2016-04-28  Richard Biener  <rguenther@suse.de>
8296         PR tree-optimization/70840
8297         * match.pd: powi(-x, y) and powi(|x|,y) -> powi(x,y) if y is even;
8298         Fix pow(copysign(x, y), z) -> pow(x, z) and add powi variant;
8299         Mark x * pow(x,c) -> pow(x,c+1) commutative.
8300         Add powi(x,y) * powi(z,y) -> powi(x*z,y).
8302 2015-04-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8304         * config/aarch64/aarch64.h (WORD_REGISTER_OPERATIONS): Define to 0
8305         and explain why in a comment.
8307 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
8309         * config/arc/arc.md (cpu_facility): Add fpx variant.
8310         (subdf3): Prohibit use reverse sub when assist operations option
8311         is enabled.
8312         * config/arc/fpx.md (subdf3_insn, *dsubh_peep2_insn): Allow drsub
8313         instructions only when FPX is enabled.
8314         * testsuite/gcc.target/arc/trsub.c: New test.
8316 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
8318         * config/i386/i386.md (*fop_<mode>_1_mixed): Do not check for
8319         mult_operator when calculating "type" attribute.
8320         (*fop_<mode>_1_i387): Ditto.
8321         (*fop_xf_1_i387): Ditto.
8322         (x87 stack loads peephole2): Add "reg = op (mem, reg)" peephole2.
8323         Use std::swap to swap operands.  Use RTL expressions to generate
8324         converted pattern.
8326 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
8327             Joern Rennecke  <joern.rennecke@embecosm.com>
8329         * config/arc/arc-protos.h (arc_legitimize_pic_address): Remove
8330         declaration.
8331         (emit_pic_move): Remove.
8332         (arc_eh_uses, insn_is_tls_gd_dispatch): Declare.
8333         * config/arc/arc.c (emit_pic_move): Removed.
8334         (TARGET_HAVE_TLS): Define.
8335         (arc_conditional_register_usage): Test for arc_tp_regno.
8336         (arc_print_operand, arc_print_operand_address): Handle TLS
8337         unspecs.
8338         (arc_needs_pcl_p): New function.
8339         (arc_legitimate_pc_offset_p): Use arc_needs_pcl_p.
8340         (arc_legitimate_pic_addr_p): Handle TLS unspecs.
8341         (arc_raw_symbolic_reference_mentioned_p): Likewise.
8342         (arc_get_tp, arc_emit_call_tls_get_addr): New function.
8343         (arc_legitimize_tls_address): Likewise.
8344         (DTPOFF_ZERO_SYM): Define.
8345         (arc_legitimize_pic_address): Make it static, handle TLS cases.
8346         (arc_output_pic_addr_const): Print TLS unspecs.
8347         (prepare_pic_move): New function, replaces emit_pic_move.
8348         (arc_legitimate_constant_p): Handle TLS unspecs.
8349         (arc_legitimate_address_p): Likewise.
8350         (arc_rewrite_small_data_p): Use assert for TLS constants.
8351         (prepare_move_operands): Use prepare_pic_move.
8352         (arc_legitimize_address): Legitimize tls addresses.
8353         (arc_epilogue_uses): Check for arc_tp_regno.
8354         (arc_eh_uses, insn_is_tls_gd_dispatch): New function.
8355         * config/arc/arc.h [DEFAULT_LIBC != LIBC_UCLIBC] (EXTRA_SPECS):
8356         Define.
8357         [DEFAULT_LIBC != LIBC_UCLIBC] (ARC_TLS_EXTRA_START_SPEC):
8358         Likewise.
8359         [DEFAULT_LIBC != LIBC_UCLIBC] (STARTFILE_SPEC): Add
8360         %(arc_tls_extra_start_spec).
8361         (TARGET_CPU_CPP_BUILTINS): Define __ARC_TLS_REGNO__.
8362         (REGNO_OK_FOR_BASE_P): Check for arc_tp_regno.
8363         (EH_USES): Define.
8364         (INSN_REFERENCES_ARE_DELAYED): Use insn_is_tls_gd_dispatch.
8365         * config/arc/arc.md (UNSPEC_TLS_GD, UNSPEC_TLS_LD, UNSPEC_TLS_IE)
8366         (UNSPEC_TLS_OFF): Add.
8367         (R10_REG): Define.
8368         (tls_load_tp_soft, tls_gd_load, tls_gd_get_addr, tls_gd_dispatch)
8369         (get_thread_pointersi): New patterns.
8370         * config/arc/arc.opt (mtp-regno): New option.
8371         * config/arc/predicates.md (move_src_operand): Handle TLS symbols.
8372         (move_dest_operand): Likewise.
8373         * configure: Regenerate.
8374         * configure.ac: Add arc*-*-* case to test for tls.
8375         * doc/invoke.texi (ARC options): Document mtp-regno.
8377 2016-04-28  Claudiu Zissulescu  <claziss@synopsys.com>
8379         * config/arc/arc.c (arc_vector_mode_supported_p): Add support for
8380         the new ARC HS SIMD instructions.
8381         (arc_preferred_simd_mode): New function.
8382         (arc_autovectorize_vector_sizes): Likewise.
8383         (TARGET_VECTORIZE_PREFERRED_SIMD_MODE)
8384         (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Define.
8385         (arc_init_reg_tables): Accept new ARC HS SIMD modes.
8386         (arc_init_builtins): Add new SIMD builtin types.
8387         (arc_split_move): Handle 64 bit vector moves.
8388         * config/arc/arc.h (TARGET_PLUS_DMPY, TARGET_PLUS_MACD)
8389         (TARGET_PLUS_QMACW): Define.
8390         * config/arc/builtins.def (QMACH, QMACHU, QMPYH, QMPYHU, DMACH)
8391         (DMACHU, DMPYH, DMPYHU, DMACWH, DMACWHU, VMAC2H, VMAC2HU, VMPY2H)
8392         (VMPY2HU, VADDSUB2H, VSUBADD2H, VADDSUB, VSUBADD, VADDSUB4H)
8393         (VSUBADD4H): New builtins.
8394         * config/arc/simdext.md: Add new ARC HS SIMD instructions.
8395         * testsuite/gcc.target/arc/builtin_simdarc.c: New file.
8397 2016-04-28  Eduard Sanou  <dhole@openmailbox.org>
8398             Matthias Klose  <doko@debian.org>
8400         * doc/cppenv.texi: Document SOURCE_DATE_EPOCH environment variable.
8402 2016-04-28  Richard Biener  <rguenther@suse.de>
8404         PR middle-end/70777
8405         * fold-const.c (fold_binary_loc): Remove x*x to pow(x,2.0)
8406         canonicalization.
8408 2016-04-28  Oleg Endo  <olegendo@gcc.gnu.org>
8410         * common/config/sh/sh-common.c: Remove SH5 support.
8411         * config/sh/constraints.md: Likewise.
8412         * config/sh/config/sh/elf.h: Likewise.
8413         * config/sh/linux.h: Likewise.
8414         * config/sh/netbsd-elf.h: Likewise.
8415         * config/sh/predicates.md: Likewise.
8416         * config/sh/sh-c.c: Likewise.
8417         * config/sh/sh-protos.h: Likewise.
8418         * config/sh/sh.c: Likewise.
8419         * config/sh/sh.h: Likewise.
8420         * config/sh/sh.md: Likewise.
8421         * config/sh/sh.opt: Likewise.
8422         * config/sh/sync.md: Likewise.
8423         * config/sh/sh64.h: Delete.
8424         * config/sh/shmedia.h: Likewise.
8425         * config/sh/shmedia.md: Likewise.
8426         * config/sh/sshmedia.h: Likewise.
8427         * config/sh/t-netbsd-sh5-64: Likewise.
8428         * config/sh/t-sh64: Likewise.
8429         * config/sh/ushmedia.h: Likewise.
8431 2016-04-28  Uros Bizjak  <ubizjak@gmail.com>
8433         * config/i386/i386.md (sign_extend to memory peephole2s): Use
8434         general_reg_operand instead of register_operand predicate.
8436 2016-04-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
8438         * params.def (MIN_PARTITION_SIZE): Set default value to 10000.
8440 2016-04-27  Marc Glisse  <marc.glisse@inria.fr>
8442         * match.pd (A - B > A, A + B < A): New transformations.
8444 2016-04-27  Patrick Palka  <ppalka@gcc.gnu.org>
8446         * genattrtab.c (write_test_expr): New parameter EMIT_PARENS
8447         which defaults to true.  Emit an outer pair of parentheses only if
8448         EMIT_PARENS.  When continuing a chain of && or || (or & or |),
8449         don't emit parentheses for the right-hand operand.
8451 2016-04-27  Jeff Law  <law@redhat.com>
8453         * tree-ssa-dom.c (record_temporary_equivalences): Fix typo in comment.
8455 2016-04-27  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
8457         * config/rs6000/altivec.md (altivec_lvx_<mode>): Remove.
8458         (altivec_lvx_<mode>_internal): Document.
8459         (altivec_lvx_<mode>_2op): New define_insn.
8460         (altivec_lvx_<mode>_1op): Likewise.
8461         (altivec_lvx_<mode>_2op_si): Likewise.
8462         (altivec_lvx_<mode>_1op_si): Likewise.
8463         (altivec_stvx_<mode>): Remove.
8464         (altivec_stvx_<mode>_internal): Document.
8465         (altivec_stvx_<mode>_2op): New define_insn.
8466         (altivec_stvx_<mode>_1op): Likewise.
8467         (altivec_stvx_<mode>_2op_si): Likewise.
8468         (altivec_stvx_<mode>_1op_si): Likewise.
8469         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
8470         Expand vec_ld and vec_st during parsing.
8471         * config/rs6000/rs6000.c (altivec_expand_lvx_be): Commentary
8472         changes.
8473         (altivec_expand_stvx_be): Likewise.
8474         (altivec_expand_lv_builtin): Expand lvx built-ins to expose the
8475         address-masking behavior in RTL.
8476         (altivec_expand_stv_builtin): Expand stvx built-ins to expose the
8477         address-masking behavior in RTL.
8478         (altivec_expand_builtin): Change builtin code arguments for calls
8479         to altivec_expand_stv_builtin and altivec_expand_lv_builtin.
8480         (insn_is_swappable_p): Avoid incorrect swap optimization in the
8481         presence of lvx/stvx patterns.
8482         (alignment_with_canonical_addr): New function.
8483         (alignment_mask): Likewise.
8484         (find_alignment_op): Likewise.
8485         (recombine_lvx_pattern): Likewise.
8486         (recombine_stvx_pattern): Likewise.
8487         (recombine_lvx_stvx_patterns): Likewise.
8488         (rs6000_analyze_swaps): Perform a pre-pass to recognize lvx and
8489         stvx patterns from expand.
8490         * config/rs6000/vector.md (vector_altivec_load_<mode>): Use new
8491         expansions.
8492         (vector_altivec_store_<mode>): Likewise.
8494 2016-04-26  Evandro Menezes  <e.menezes@samsung.com>
8496         * config/aarch64/aarch64.md
8497         (*movhf_aarch64): Add "movi %0, #0" to zero up register and
8498         remove the "fp" attributes.
8499         (*movsf_aarch64): Add "movi %0, #0" to zero up register and
8500         add the "simd" attributes.
8501         (*movdf_aarch64): Likewise.
8502         (*movtf_aarch64): Remove the "fp" attributes.
8503         * testsuite/gcc.target/aarch64/fmovf-zero-reg.c: Update accordingly.
8504         * testsuite/gcc.target/aarch64/fmovd-zero-reg.c: Likewise.
8506 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
8508         * emit-rtl.c (maybe_set_first_label_num): Strengthen param from
8509         rtx to rtx_code_label *.
8510         * rtl.h (maybe_set_first_label_num): Likewise.
8512 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
8514         * df-core.c (df_add_problem): Make the problem param be const.
8515         (df_remove_problem): Make local "problem" be const.
8516         * df-problems.c (problem_RD): Make const.
8517         (problem_LR): Likewise.
8518         (problem_LIVE): Likewise.
8519         (problem_MIR): Likewise.
8520         (problem_CHAIN): Likewise.
8521         (problem_WORD_LR): Likewise.
8522         (problem_NOTE): Likewise.
8523         (problem_MD): Likewise.
8524         * df-scan.c (problem_SCAN): Likewise.
8525         * df.h (struct df_problem): Make field "dependent_problem" be
8526         const.
8527         (struct dataflow): Likewise for field "problem".
8528         (df_add_problem): Make param const.
8530 2016-04-27  Uros Bizjak  <ubizjak@gmail.com>
8532         * config/i386/i386.c (ix86_spill_class): Enable for TARGET_SSE2 when
8533         inter-unit moves to/from vector registers are enabled.  Do not disable
8534         for TARGET_MMX.
8536 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
8538         * df.h (DF_SCAN, DF_LR, DF_LIVE, DF_RD, DF_CHAIN, DF_WORD_LR,
8539         DF_NOTE, DF_MD, DF_MIR, DF_LAST_PROBLEM_PLUS1): Convert from
8540         #define to...
8541         (enum df_problem_id): ...this new enum.
8542         (struct df_problem): Convert field "id" from "int" to
8543         enum df_problem_id.
8545 2016-04-27  David Malcolm  <dmalcolm@redhat.com>
8547         * rtl.def: Update comment for "things in the instruction chain" to
8548         reflect the removal of the leading "i" field for INSN_UID in
8549         r210360.  Fix bogus apostrophe.
8551 2016-04-27  Uros Bizjak  <ubizjak@gmail.com>
8553         * config/i386/i386.md
8554         (lea arith with mem operand + setcc peephole2): Set operator mode.
8556 2016-04-27  H.J. Lu  <hongjiu.lu@intel.com>
8558         PR target/70155
8559         * config/i386/i386.c (scalar_to_vector_candidate_p): Renamed to ...
8560         (dimode_scalar_to_vector_candidate_p): This.
8561         (timode_scalar_to_vector_candidate_p): New function.
8562         (scalar_to_vector_candidate_p): Likewise.
8563         (timode_check_non_convertible_regs): Likewise.
8564         (timode_remove_non_convertible_regs): Likewise.
8565         (remove_non_convertible_regs): Likewise.
8566         (remove_non_convertible_regs): Renamed to ...
8567         (dimode_remove_non_convertible_regs): This.
8568         (scalar_chain::~scalar_chain): Make it virtual.
8569         (scalar_chain::compute_convert_gain): Make it pure virtual.
8570         (scalar_chain::mark_dual_mode_def): Likewise.
8571         (scalar_chain::convert_insn): Likewise.
8572         (scalar_chain::convert_registers): Likewise.
8573         (scalar_chain::add_to_queue): Make it protected.
8574         (scalar_chain::emit_conversion_insns): Likewise.
8575         (scalar_chain::replace_with_subreg): Likewise.
8576         (scalar_chain::replace_with_subreg_in_insn): Likewise.
8577         (scalar_chain::convert_op): Likewise.
8578         (scalar_chain::convert_reg): Likewise.
8579         (scalar_chain::make_vector_copies): Likewise.
8580         (scalar_chain::convert_registers): New pure virtual function.
8581         (class dimode_scalar_chain): New class.
8582         (class timode_scalar_chain): Likewise.
8583         (scalar_chain::mark_dual_mode_def): Renamed to ...
8584         (dimode_scalar_chain::mark_dual_mode_def): This.
8585         (timode_scalar_chain::mark_dual_mode_def): New function.
8586         (timode_scalar_chain::convert_insn): Likewise.
8587         (dimode_scalar_chain::convert_registers): Likewise.
8588         (scalar_chain::compute_convert_gain): Renamed to ...
8589         (dimode_scalar_chain::compute_convert_gain): This.
8590         (scalar_chain::replace_with_subreg): Renamed to ...
8591         (dimode_scalar_chain::replace_with_subreg): This.
8592         (scalar_chain::replace_with_subreg_in_insn): Renamed to ...
8593         (dimode_scalar_chain::replace_with_subreg_in_insn): This.
8594         (scalar_chain::make_vector_copies): Renamed to ...
8595         (dimode_scalar_chain::make_vector_copies): This.
8596         (scalar_chain::convert_reg): Renamed to ...
8597         (dimode_scalar_chain::convert_reg ): This.
8598         (scalar_chain::convert_op): Renamed to ...
8599         (dimode_scalar_chain::convert_op): This.
8600         (scalar_chain::convert_insn): Renamed to ...
8601         (dimode_scalar_chain::convert_insn): This.
8602         (scalar_chain::convert): Call convert_registers.
8603         (convert_scalars_to_vector): Change to scalar_chain pointer to
8604         use timode_scalar_chain in 64-bit mode and dimode_scalar_chain
8605         in 32-bit mode.  Delete scalar_chain pointer.  Call
8606         free_dominance_info in 64-bit mode.
8607         (pass_stv::gate): Remove TARGET_64BIT check.
8608         (ix86_option_override): Put the 64-bit STV pass before the CSE
8609         pass.
8611 2016-04-27  Pierre-Marie de Rodat  <derodat@adacore.com>
8613         * dwarf2out.h (struct dw_loc_descr_node): Remove the
8614         dw_loc_frame_offset field.
8615         * dwarf2out.c (new_loc_descr): Likewise.
8616         (resolve_args_picking_1): Turn the VISITED hash set into a
8617         FRAME_OFFSET hash map. Use it to associate a frame offset to
8618         visited nodes. Remove uses of the CHECKING_P macro.
8619         (resolve_args_picking): Update call to resolve_args_picking_1.
8621 2016-04-27  Martin Liska  <mliska@suse.cz>
8623         * tree-ssa-loop-ivopts.c (iv_ca_dump): Fix level of indentation.
8624         (free_loop_data): Release vuses of groups.
8626 2016-04-27  Bin Cheng  <bin.cheng@arm.com>
8628         * tree-ssa-loop-ivopts.c (struct iv): Use pointer to struct iv_use
8629         instead of redundant use_id and boolean have_use_for.
8630         (struct iv_use): Change sub_id into group_id.  Remove field next.
8631         Move fields: related_cands, n_map_members, cost_map and selected
8632         to ...
8633         (struct iv_group): ... here.  New structure.
8634         (struct iv_common_cand): Use structure declaration directly.
8635         (struct ivopts_data, iv_ca, iv_ca_delta): Rename fields.
8636         (MAX_CONSIDERED_USES): Rename macro to ...
8637         (MAX_CONSIDERED_GROUPS): ... here.
8638         (n_iv_uses, iv_use, n_iv_cands, iv_cand): Delete.
8639         (dump_iv, dump_use, dump_cand): Refactor format of dump information.
8640         (dump_uses): Rename to ...
8641         (dump_groups): ... here.  Update all uses.
8642         (tree_ssa_iv_optimize_init, alloc_iv): Update all uses.
8643         (find_induction_variables): Refactor format of dump information.
8644         (record_sub_use): Delete.
8645         (record_use): Update all uses.
8646         (record_group): New function.
8647         (record_group_use, find_interesting_uses_op): Call above functions.
8648         Update all uses.
8649         (find_interesting_uses_cond): Ditto.
8650         (group_compare_offset): New function.
8651         (split_all_small_groups): Rename to ...
8652         (split_small_address_groups_p): ... here.  Update all uses.
8653         (split_address_groups):  Update all uses.
8654         (find_interesting_uses): Refactor format of dump information.
8655         (add_candidate_1): Update all uses.  Remove redundant check on iv,
8656         base and step.
8657         (add_candidate, record_common_cand): Remove redundant assert.
8658         (add_iv_candidate_for_biv): Update use.
8659         (add_iv_candidate_derived_from_uses): Update all uses.
8660         (add_iv_candidate_for_groups, record_important_candidates): Ditto.
8661         (alloc_use_cost_map): Ditto.
8662         (set_use_iv_cost, get_use_iv_cost): Rename to ...
8663         (set_group_iv_cost, get_group_iv_cost): ... here.  Update all uses.
8664         (determine_use_iv_cost_generic): Ditto.
8665         (determine_group_iv_cost_generic): Ditto.
8666         (determine_use_iv_cost_address): Ditto.
8667         (determine_group_iv_cost_address): Ditto.
8668         (determine_use_iv_cost_condition): Ditto.
8669         (determine_group_iv_cost_cond): Ditto.
8670         (determine_use_iv_cost): Ditto.
8671         (determine_group_iv_cost): Ditto.
8672         (set_autoinc_for_original_candidates): Update all uses.
8673         (find_iv_candidates): Update all uses.  Refactor dump information.
8674         (determine_use_iv_costs): Ditto.
8675         (determine_iv_costs): Ditto.
8676         (iv_ca_cand_for_use): Rename to ...
8677         (iv_ca_cand_for_group): ... here.  Update all uses.
8678         (iv_ca_add_use, iv_ca_add_group): Ditto.
8679         (iv_ca_set_cp, iv_ca_cost, iv_ca_delta_add): Update all uses.
8680         (iv_ca_delta_join, iv_ca_delta_reverse, iv_ca_delta_free): Ditto.
8681         (iv_ca_new, iv_ca_dump, iv_ca_extend, iv_ca_narrow): Ditto.
8682         (iv_ca_prune, cheaper_cost_with_cand, iv_ca_replace): Ditto.
8683         (try_add_cand_for, try_improve_iv_set, find_optimal_iv_set): Ditto.
8684         (create_new_iv, adjust_iv_update_pos): Ditto.
8685         (rewrite_use_address): Delete.
8686         (rewrite_use_address_1): Rename to ...
8687         (rewrite_use_address): ... here.
8688         (rewrite_use_compare): Update all uses.
8689         (rewrite_use): Delete.
8690         (rewrite_uses): Rename to ...
8691         (rewrite_groups): ... here.  Update all uses.
8692         (remove_unused_ivs, free_loop_data): Update all uses.
8693         (tree_ssa_iv_optimize_finalize, tree_ssa_iv_optimize_loop): Ditto.
8695 2016-04-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8697         * rtlanal.c (nonzero_bits1): Convert preprocessor check
8698         for WORD_REGISTER_OPERATIONS to runtime check.
8700 2016-04-27  Richard Biener  <rguenther@suse.de>
8702         PR ipa/70760
8703         * tree-ssa-structalias.c (find_func_aliases_for_call): Use
8704         aggregate_value_p to determine if a function result is
8705         returned by reference.
8706         (ipa_pta_execute): Functions having their address taken are
8707         not automatically nonlocal.
8709 2016-04-27  Jakub Jelinek  <jakub@redhat.com>
8711         PR sanitizer/70683
8712         * tree-core.h (enum operand_equal_flag): Add OEP_NO_HASH_CHECK.
8713         * fold-const.c (operand_equal_p): If flag_checking and
8714         OEP_NO_HASH_CHECK is not set in flag, recurse with OEP_NO_HASH_CHECK
8715         and if it returns non-zero, assert iterative_hash_expr on both
8716         args is the same.
8718 2016-04-27  Bernd Schmidt  <bschmidt@redhat.com>
8720         * doc/invoke.texi (-frename-registers): Also enabled at -Os.
8722 2016-04-27  Nick Clifton  <nickc@redhat.com>
8724         PR middle-end/49889
8725         * varasm.c (merge_weak): Generate an error if an attempt is made
8726         to convert a non-weak static function into a weak, public function.
8728 2016-04-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
8730         * params.def (MAX_PARTITION_SIZE): New param.
8731         * doc/invoke.texi: Document lto-max-partition.
8733 2016-04-27  Richard Biener  <rguenther@suse.de>
8735         PR ipa/70785
8736         * tree-ssa-structalias.c (refered_from_nonlocal_fn): New
8737         function cummulating used_from_other_partition, externally_visible
8738         and force_output from aliases.
8739         (refered_from_nonlocal_var): Likewise.
8740         (ipa_pta_execute): Use call_for_symbol_and_aliases to cummulate
8741         node flags properly.
8743 2016-04-27  Bernd Schmidt  <bschmidt@redhat.com>
8745         * doc/invoke.texi (Warning Options): Add -Wmemset-elt-size.
8746         (-Wmemset-elt-size): New item.
8748 2016-04-27  Eric Botcazou  <ebotcazou@adacore.com>
8750         PR ada/70759
8751         * stor-layout.h (internal_reference_types): Delete.
8752         * stor-layout.c (reference_types_internal): Likewise.
8753         (internal_reference_types): Likewise.
8754         (layout_type) <REFERENCE_TYPE>: Adjust.
8756 2016-04-27  Jakub Jelinek  <jakub@redhat.com>
8758         PR sanitizer/70683
8759         * tree.h (inchash::add_expr): Add FLAGS argument.
8760         * tree.c (inchash::add_expr): Likewise.  If not OEP_ADDRESS_OF,
8761         use STRIP_NOPS first.  For INTEGER_CST assert not OEP_ADDRESS_OF.
8762         For REAL_CST and !HONOR_SIGNED_ZEROS (t) hash +/- 0 the same.
8763         Formatting fix.  Adjust recursive calls.  For tcc_comparison,
8764         if swap_tree_comparison (code) is smaller than code, hash that
8765         and arguments in the other order.  Hash CONVERT_EXPR the same
8766         as NOP_EXPR.  For OEP_ADDRESS_OF hash MEM_REF with 0 offset
8767         of ADDR_EXPR of decl as the decl itself.  Add or remove
8768         OEP_ADDRESS_OF from recursive flags as needed.  For
8769         FMA_EXPR, WIDEN_MULT_{PLUS,MINUS}_EXPR hash the first two
8770         operands commutatively and only the third one normally.
8771         For internal CALL_EXPR hash in CALL_EXPR_IFN.
8773 2016-04-27  Sebastian Huber  <sebastian.huber@embedded-brains.de>
8775         * config/rtems.h (LIB_SPEC): Add -latomic.
8777 2016-04-27  Joel Sherrill  <joel@rtems.org>
8779         * config/microblaze/rtems.h: Redefine LINK_SPEC to avoid
8780         xilink.ld and flags not relevant to RTEMS.
8782 2016-04-26  Zhouyi Zhou  <yizhouzhou@ict.ac.cn>
8784         * toplev.c (backend_init_target): Avoid calling init_reload when using
8785         LRA.
8787 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
8789         * reorg.c (try_merge_delay_insns): Declare i and j inside the
8790         for loops rather than one for the whole function.
8792 2016-04-26  Marc Glisse  <marc.glisse@inria.fr>
8794         * match.pd (X + CST CMP X): New transformation.
8796 2016-04-26  Marc Glisse  <marc.glisse@inria.fr>
8798         * genmatch.c (write_predicate): Add ATTRIBUTE_UNUSED.
8799         * fold-const.c (fold_binary_loc): Remove 2 transformations
8800         superseded by match.pd.
8801         * match.pd (x+x -> x*2): Generalize to integers.
8803 2016-04-26  Bernd Schmidt  <bschmidt@redhat.com>
8805         * config/i386/i386.md (operation on memory peephole): Duplicate an
8806         existing peephole and adapt it to match lea rather than an operation
8807         that clobbers CC.
8809         PR rtl-optimization/57193
8810         * opts.c (default_options_table): Add OPT_frename_registers at -O2
8811         and above.
8812         * doc/invoke.texi (-frename-registers, -O2): Update documentation.
8814 2016-04-26  Bin Cheng  <bin.cheng@arm.com>
8816         * tree-if-conv.c (any_pred_load_store): New static variable.
8817         (if_convertible_gimple_assign_stmt_p): Remove parameter.  Use
8818         any_pred_load_store instead of and_mask_load_store.
8819         (if_convertible_stmt_p, if_convertible_loop_p_1): Ditto.
8820         (if_convertible_loop_p, insert_gimplified_predicates): Ditto.
8821         (combine_blocks, tree_if_conversion): Ditto.
8823 2016-04-26  Bin Cheng  <bin.cheng@arm.com>
8825         PR tree-optimization/70771
8826         PR tree-optimization/70775
8827         * tree-if-conv.c (if_convertible_phi_p): Remove check on special
8828         virtual PHI nodes.  Delete parameter.
8829         (if_convertible_loop_p_1): Delete argument to above function.
8830         (predicate_all_scalar_phis): Delete code handling single-argument
8831         PHIs.
8832         (tree_if_conversion): Mark and update virtual SSA.
8834 2016-04-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8836         PR target/61821
8837         * config/i386/i386.c (LARGECOMM_SECTION_ASM_OP): Define default.
8838         (x86_elf_aligned_common): Rename to ...
8839         (x86_elf_aligned_decl_common): ... this.
8840         Add decl arg.  Switch to .lbss for largecomm object.  Use
8841         LARGECOMM_SECTION_ASM_OP.
8842         * config/i386/i386-protos.h (x86_elf_aligned_common): Reflect
8843         renaming.
8844         * config/i386/x86-64.h (ASM_OUTPUT_ALIGNED_COMMON): Rename to ...
8845         (ASM_OUTPUT_ALIGNED_DECL_COMMON): ... this.
8846         Pass new decl arg.
8847         * config/i386/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
8848         [!USE_GAS] (LARGECOMM_SECTION_ASM_OP): Define.
8850 2016-04-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8852         PR target/59407
8853         * config/i386/i386.c (SECTION_LARGE): Define.
8854         (x86_64_elf_select_section): Set it for large data/bss sections.
8855         Only clear SECTION_WRITE for .lrodata.
8856         (x86_64_elf_section_type_flags): Set SECTION_LARGE for large
8857         data/bss sections.
8858         * config/i386/sol2.h (MACH_DEP_SECTION_ASM_FLAG): Define.
8859         * varasm.c (default_elf_asm_named_section): Grow flagchars.
8860         [MACH_DEP_SECTION_ASM_FLAG] Emit MACH_DEP_SECTION_ASM_FLAG for
8861         SECTION_MACH_DEP.
8862         * doc/tm.texi.in (Sections, MACH_DEP_SECTION_ASM_FLAG): Describe.
8863         * doc/tm.texi: Regenerate.
8865 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
8867         PR bootstrap/70704
8868         * configure.ac (--enable-checking): Document extra flag, for
8869         non-release builds default to --enable-checking=yes,extra.
8870         If misc checking and extra checking, define CHECKING_P to 2 instead
8871         of 1.
8872         * common.opt (fchecking=): Add.
8873         * doc/invoke.texi (-fchecking=): Document.
8874         * doc/install.texi: Document --enable-checking changes.
8875         * configure: Regenerated.
8876         * config.in: Regenerated.
8878 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
8880         * config/i386/i386.md (*movxi_internal_avx512f): Use insn type
8881         attribute instead of which_alternative.
8882         * config/i386/sse.md (*mov<mode>_internal): Ditto.
8883         Use EXT_REX_SSE_REG_P where appropriate.
8885 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
8887         * config/i386/predicates.md (const0_operand): Do not match
8888         const_wide_int code.
8889         (const1_operand): Ditto.
8891 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
8893         * config/i386/i386.md (*movoi_internal_avx): Set mode attribute to XI
8894         for SSE constm1 operands and TARGET_AVX512VL.
8895         (*movti_internal): Ditto.
8896         (*mov<mode>_or): Use constm1_operand predicate.
8897         * config/i386/sse.md (*mov<mode>_internal): Set mode attribute to XI
8898         for SSE vector_all_ones operands and TARGET_AVX512VL.
8899         * config/i386/predicates.md (constm1_operand): New predicate.
8900         * config/i386/i386.c (standard_sse_constant_opcode): Simplify
8901         emission of constant -1 load.
8903 2016-04-25  Jason Merrill  <jason@redhat.com>
8905         * gdbinit.in: Skip is-a.h.
8907         * attribs.c (register_scoped_attributes): Fix logic.
8908         * attribs.h: Declare register_scoped_attributes.
8910 2016-04-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
8912         * config/rs6000/rs6000-builtin.def: Correct pasto error for
8913         stxvd2x and stxvw4x built-in functions.
8915 2016-04-25  DJ Delorie  <dj@redhat.com>
8917         * config/msp430/msp430.md (ashlhi3): Optimize one bit shifts.
8918         (ashrhi3): Likewise.
8919         (lshrhi3): Likewise.
8921 2016-04-25  Richard Biener  <rguenther@suse.de>
8923         PR tree-optimization/70780
8924         * tree-ssa-pre.c (compute_antic_aux): Also return true if the block
8925         wasn't visited yet.
8926         (compute_antic): Mark blocks with abnormal preds as visited as
8927         they have a final empty antic-in solution already.
8929 2016-04-25  Michael Collison  <michael.collison@linaro.org>
8931         * ChangeLog(2016-04-25): Fix ChangeLog formatting.
8933 2016-04-25  Michael Collison  <michael.collison@linaro.org>
8935         * config/arm/neon.md (widen_<us>sum<mode>): New patterns where
8936         mode is VQI to improve mixed mode vectorization.
8937         * config/arm/neon.md (vec_sel_widen_ssum_lo<VQI:mode><VW:mode>3): New
8938         define_insn to match low half of signed vaddw.
8939         * config/arm/neon.md (vec_sel_widen_ssum_hi<VQI:mode><VW:mode>3): New
8940         define_insn to match high half of signed vaddw.
8941         * config/arm/neon.md (vec_sel_widen_usum_lo<VQI:mode><VW:mode>3): New
8942         define_insn to match low half of unsigned vaddw.
8943         * config/arm/neon.md (vec_sel_widen_usum_hi<VQI:mode><VW:mode>3): New
8944         define_insn to match high half of unsigned vaddw.
8945         * config/arm/arm.c (arm_simd_vect_par_cnst_half): New function.
8946         (arm_simd_check_vect_par_cnst_half_p): Likewise.
8947         * config/arm/arm-protos.h (arm_simd_vect_par_cnst_half): Prototype
8948         for new function.
8949         (arm_simd_check_vect_par_cnst_half_p): Likewise.
8950         * config/arm/predicates.md (vect_par_constant_high): Support
8951         big endian and simplify by calling
8952         arm_simd_check_vect_par_cnst_half
8953         (vect_par_constant_low): Likewise.
8955 2016-04-25  Uros Bizjak  <ubizjak@gmail.com>
8957         * config/i386/i386.md (*lea<mode>_general_4): Use const_0_to_3_operand
8958         predicate for operand 2.
8960 2016-04-24  Uros Bizjak  <ubizjak@gmail.com>
8961             H.J. Lu  <hongjiu.lu@intel.com>
8963         * config/i386/i386-protos.h (standard_sse_constant_p): Add
8964         machine_mode argument.
8965         * config/i386/i386.c (standard_sse_constant_p): Return 2 for
8966         constm1_rtx operands.  For VOIDmode constants, get mode from
8967         pred_mode.  Check mode size if the mode is supported by ABI.
8968         (standard_sse_constant_opcode): Do not use standard_constant_p.
8969         Strictly check ABI support for all-ones operands.
8970         (ix86_legitimate_constant_p): Handle TImode, OImode and XImode
8971         immediates. Update calls to standard_sse_constant_p.
8972         (ix86_expand_vector_move): Update calls to standard_sse_constant_p.
8973         (ix86_rtx_costs): Ditto.
8974         * config/i386/i386.md (*movxi_internal_avx512f): Use
8975         nonimmediate_or_sse_const_operand instead of vector_move_operand.
8976         Use (v,BC) alternative instead of (v,C). Use register_operand
8977         checks instead of MEM_P.
8978         (*movoi_internal_avx): Use nonimmediate_or_sse_const_operand instead
8979         of vector_move_operand.  Add (v,BC) alternative and corresponding avx2
8980         isa attribute.  Use register_operand checks instead of MEM_P.
8981         (*movti_internal): Use nonimmediate_or_sse_const_operand for
8982         TARGET_SSE.  Improve TARGET_SSE insn constraint.  Add (v,BC)
8983         alternative and corresponding sse2 isa attribute.
8984         (*movtf_internal, *movdf_internal, *movsf_interal): Update calls
8985         to standard_sse_constant_p.
8986         (FP constant splitters): Ditto.
8987         * config/i386/constraints.md (BC): Do not use standard_sse_constant_p.
8988         (C): Ditto.
8989         * config/i386/predicates.md (constm1_operand): Remove.
8990         (nonimmediate_or_sse_const_operand): Rewrite using RTX.
8991         * config/i386/sse.md (*<avx512>_cvtmask2<ssemodesuffix><mode>): Use
8992         vector_all_ones_operand instead of constm1_operand.
8994 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
8996         * print-rtl.c (print_rtx_insn_vec): New function.
8997         * print-rtl.h: New prototype.
8998         * store-motion.c (struct st_expr): Make avail_stores a vector.
8999         (st_expr_entry): Adjust.
9000         (free_st_expr_entry): Likewise.
9001         (print_store_motion_mems): Likewise.
9002         (find_moveable_store): Likewise.
9003         (compute_store_table): Likewise.
9004         (delete_store): Likewise.
9005         (build_store_vectors): Likewise.
9007 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
9009         * reorg.c (try_merge_delay_insns): Make merged_insns a vector.
9011 2016-04-24  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
9013         * vec.h (vec_safe_contains): New function.
9014         (vec::contains): Likewise.
9015         (vec::begin): Likewise.
9016         (vec::end): Likewise.
9018 2016-04-23  Jakub Jelinek  <jakub@redhat.com>
9020         PR sanitizer/70712
9021         * cfgexpand.c (expand_stack_vars): Fix typo.
9023 2016-04-22  Szabolcs Nagy  <szabolcs.nagy@arm.com>
9025         * system.h (list, map, set, vector): Include conditionally.
9026         * auto-profile.c (INCLUDE_MAP, INCLUDE_SET): Define.
9027         * graphite-isl-ast-to-gimple.c (INCLUDE_MAP): Define.
9028         * ipa-icf.c (INCLUDE_LIST): Define.
9029         * config/aarch64/cortex-a57-fma-steering.c (INCLUDE_LIST): Define.
9030         * config/sh/sh.c (INCLUDE_VECTOR): Define.
9031         * config/sh/sh_treg_combine.cc (INCLUDE_ALGORITHM): Define.
9032         (INCLUDE_LIST, INCLUDE_VECTOR): Define.
9033         * cp/logic.cc (INCLUDE_LIST): Define.
9034         * fortran/trans-common.c (INCLUDE_MAP): Define.
9036 2016-04-22  Szabolcs Nagy  <szabolcs.nagy@arm.com>
9038         * auto-profile.c: Remove <string.h> include.
9039         * ipa-icf-gimple.c: Remove <list> include.
9040         * diagnostic.c: Remove <new> include.
9041         * genmatch.c: Likewise.
9042         * pretty-print.c: Likewise.
9043         * toplev.c: Likewise
9044         * c/c-objc-common.c: Likewise.
9045         * cp/error.c: Likewise.
9046         * fortran/error.c: Likewise.
9048 2016-04-22  Richard Biener  <rguenther@suse.de>
9050         * lto-streamer-in.c (input_ssa_names): Do not allocate
9051         GIMPLE_NOP for all SSA names.
9052         * lto-streamer-out.c (output_ssa_names): Do not output
9053         SSA names that should have been released.
9055 2016-04-22  Richard Biener  <rguenther@suse.de>
9057         PR tree-optimization/70740
9058         * tree-ssa-phiprop.c (propagate_with_phi): Handle inserted
9059         VDEF.
9061 2016-04-21  H.J. Lu  <hongjiu.lu@intel.com>
9063         PR target/70750
9064         * config/i386/predicates.md (call_insn_operand): Replace
9065         sibcall_memory_operand with memory_operand.
9067 2016-04-21  Patrick Palka  <ppalka@gcc.gnu.org>
9069         * tree-vrp.c (register_edge_assert_for_2): Remove redundant
9070         has_single_use() tests.
9071         (register_edge_assert_for_1): Likewise.
9072         (find_assert_locations_1): Check the liveness bitmap instead of
9073         checking has_single_use().
9075 2016-04-21  Kirill Yukhin  <kirill.yukhin@intel.com>
9077         PR target/70728
9078         * config/i386/sse.md (define_insn "<shift_insn><mode>3<mask_name>"):
9079         Extract AVX-512BW constraint from AVX.
9081 2016-04-21  Richard Biener  <rguenther@suse.de>
9083         PR tree-optimization/70725
9084         * tree-if-conv.c (if_convertible_phi_p): Adjust guard
9085         for phi_convertible_by_degenerating_args.
9086         (predicate_all_scalar_phis): Handle single-argument PHIs.
9088 2016-04-21  Richard Biener  <rguenther@suse.de>
9090         PR middle-end/70747
9091         * fold-const.c (fold_comparison): Return properly typed
9092         constant boolean.
9094 2016-04-21  Bin Cheng  <bin.cheng@arm.com>
9096         PR tree-optimization/70715
9097         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Check equality
9098         after expanding BASE using expand_simple_operations.
9100 2016-04-21  Marc Glisse  <marc.glisse@inria.fr>
9102         * match.pd (min(-x, -y), max(-x, -y), min(~x, ~y), max(~x, ~y)):
9103         New transformations.
9105 2016-04-21  Marc Glisse  <marc.glisse@inria.fr>
9107         * match.pd (min(int_max, x), max(int_min, x)): New transformations.
9109 2016-04-20  Jan Hubicka  <jh@suse.cz>
9111         * ipa-inline.c (can_inline_edge_p): Pass caller info to
9112         ultiimate_alias_target.
9113         (update_callee_keys): Likewise.
9114         (lookup_recursive_calls): Likewise.
9115         (speculation_useful_p): Likewise.
9117 2016-04-20  Jan Hubicka  <jh@suse.cz>
9119         PR ipa/70018
9120         * cgraph.c (cgraph_set_nothrow_flag_1): Rename to ...
9121         (set_nothrow_flag_1): ... this; handle interposition correctly;
9122         recurse on aliases and thunks.
9123         (cgraph_node::set_nothrow_flag): New.
9124         * ipa-pure-const.c (ignore_edge_for_nothrow): Ignore calls to
9125         functions compiled with non-call exceptions that binds to current
9126         def.
9127         (propagate_nothrow): Be safe WRT interposition.
9128         * cgraph.h (set_nothrow_flag): Update prototype.
9130 2016-04-18  Jan Hubicka  <jh@suse.cz>
9132         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
9133         max_loop_iterations_int.
9134         (tree_unswitch_outer_loop): Likewise.
9136 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
9138         PR tree-optimization/69489
9139         * tree-if-conv.c (phi_convertible_by_degenerating_args): New.
9140         (if_convertible_phi_p): Call phi_convertible_by_degenerating_args.
9141         Revise dump message.
9142         (if_convertible_bb_p): Remove check on edge count of basic block's
9143         predecessors.
9145 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
9147         PR tree-optimization/56625
9148         PR tree-optimization/69489
9149         * tree-data-ref.h (DR_INNERMOST): New macro.
9150         * tree-if-conv.c (innermost_loop_behavior_hash): New class for
9151         hashing struct innermost_loop_behavior.
9152         (ref_DR_map): Remove.
9153         (innermost_DR_map): New map.
9154         (baseref_DR_map): Revise comment.
9155         (hash_memrefs_baserefs_and_store_DRs_read_written_info): Store DR
9156         to innermost_DR_map accroding to its innermost loop behavior.
9157         (ifcvt_memrefs_wont_trap): Get DR from innermost_DR_map according
9158         to its innermost loop behavior.
9159         (if_convertible_loop_p_1): Remove intialization for ref_DR_map.
9160         Add initialization for innermost_DR_map.  Record memory reference
9161         in DR_BASE_ADDRESS if the reference is compound one or it doesn't
9162         have innermost loop behavior.
9163         (if_convertible_loop_p): Remove release for ref_DR_map.  Release
9164         innermost_DR_map.
9166 2016-04-20  Uros Bizjak  <ubizjak@gmail.com>
9168         * config/i386/i386.md (*lea<mode>_general_1): Rename from
9169         *lea_general_1.  Use explicit SWI12 mode interator.
9170         (*lea<mode>_general_2): Rename from *lea_general_2.
9171         Use explicit SWI12 mode interator.
9172         (*lea<mode>_general_3): Rename from *lea_general_3.
9173         Use explicit SWI12 mode interator.
9174         (*lea<SWI12:mode>_general_4): Split from *lea_general_4.
9175         Use explicit SWI12 mode interator.
9176         (*lea<SWI48:mode>_general_4): Split from *lea_general_4.
9177         Use explicit SWI48 mode interator.
9179 2016-04-20  H.J. Lu  <hongjiu.lu@intel.com>
9181         * config/i386/i386.c (ix86_avx256_split_vector_move_misalign):
9182         Short-cut unaligned load and store cases.  Handle all integer
9183         vector modes.
9184         (ix86_expand_vector_move_misalign): Short-cut unaligned load
9185         and store cases.  Call ix86_avx256_split_vector_move_misalign
9186         directly without checking mode class.
9188 2016-04-20  Andrew Pinski  <apinski@cavium.com>
9189             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9191         PR target/64971
9192         * config/aarch64/aarch64.md (sibcall): Force call
9193         address to be DImode for ILP32.
9194         (sibcall_value): Likewise.
9196 2016-04-20  H.J. Lu  <hongjiu.lu@intel.com>
9198         * doc/invoke.texi: Replace -skip-rax-setup with -mskip-rax-setup.
9200 2016-04-20  Richard Biener  <rguenther@suse.de>
9202         * gimple-match.h (maybe_build_generic_op): Adjust prototype.
9203         * gimple-match-head.c (maybe_build_generic_op): Pass all ops
9204         by reference, clear op1 and op2 when GENERICizing BIT_FIELD_REF.
9205         (maybe_push_res_to_seq): Adjust.
9206         * gimple-fold.c (maybe_build_generic_op): Likewise.
9208 2016-04-20  Marek Polacek  <polacek@redhat.com>
9210         * tree-if-conv.c (is_false_predicate): For NULL_TREE return false
9211         rather than true.
9213 2016-04-20  Ilya Enkovich  <ilya.enkovich@intel.com>
9215         * config/i386/sse.md (vec_unpacks_lo_hi): Always
9216         use kmovw to support AVX512F target.
9218 2016-04-20  Bin Cheng  <bin.cheng@arm.com>
9220         * tree-scalar-evolution.c (interpret_rhs_expr): Handle BIT_AND_EXPR.
9222 2016-04-20  Marek Polacek  <polacek@redhat.com>
9224         PR tree-optimization/70725
9225         * tree-if-conv.c (is_false_predicate): New function.
9226         (predicate_mem_writes): Use it.
9228 2016-04-20  Richard Biener  <rguenther@suse.de>
9230         PR tree-optimization/70726
9231         * tree-vect-stmts.c (vectorizable_shift): Do not use scalar
9232         shift amounts from a pattern stmt operand.
9234 2016-04-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
9236         PR target/70674
9237         * config/s390/s390.c (s390_restore_gprs_from_fprs): Pick the new
9238         stack_restore_from_fpr pattern when restoring r15.
9239         (s390_optimize_prologue): Strip away the memory barrier in the
9240         parallel when trying to get rid of restore insns.
9241         * config/s390/s390.md ("stack_restore_from_fpr"): New insn
9242         definition for loading the stack pointer from an FPR.  Compared to
9243         the normal move insn this pattern includes a full memory barrier.
9245 2016-04-19  Jakub Jelinek  <jakub@redhat.com>
9247         PR middle-end/70680
9248         * gimplify.c (gimplify_omp_for): Call omp_notice_variable for
9249         implicitly linear or lastprivate iterator on the outer context.
9251 2016-04-19  H.J. Lu  <hongjiu.lu@intel.com>
9253         * config/i386/i386.c (ix86_legitimate_combined_insn): Remove
9254         alignment check.
9255         * config/i386/i386.md (ssememalign): Removed.
9256         * config/i386/sse.md: Remove ssememalign attribute from patterns.
9258 2016-04-19  H.J. Lu  <hongjiu.lu@intel.com>
9260         PR target/69201
9261         * config/i386/avx512bwintrin.h (_mm512_mask_loadu_epi16): Pass
9262         const short * to __builtin_ia32_loaddquhi512_mask.
9263         (_mm512_maskz_loadu_epi16): Likewise.
9264         (_mm512_mask_storeu_epi16): Pass short * to
9265         __builtin_ia32_storedquhi512_mask.
9266         (_mm512_mask_loadu_epi8): Pass const char * to
9267         __builtin_ia32_loaddquqi512_mask.
9268         (_mm512_maskz_loadu_epi8): Likewise.
9269         (_mm512_mask_storeu_epi8): Pass char * to
9270         __builtin_ia32_storedquqi512_mask.
9271         * config/i386/avx512fintrin.h (_mm512_loadu_pd): Pass
9272         const double * to __builtin_ia32_loadupd512_mask.
9273         (_mm512_mask_loadu_pd): Likewise.
9274         (_mm512_maskz_loadu_pd): Likewise.
9275         (_mm512_storeu_pd): Pass double * to
9276         __builtin_ia32_storeupd512_mask.
9277         (_mm512_mask_storeu_pd): Likewise.
9278         (_mm512_loadu_ps): Pass const float * to
9279         __builtin_ia32_loadups512_mask.
9280         (_mm512_mask_loadu_ps): Likewise.
9281         (_mm512_maskz_loadu_ps): Likewise.
9282         (_mm512_storeu_ps): Pass float * to
9283         __builtin_ia32_storeups512_mask.
9284         (_mm512_mask_storeu_ps): Likewise.
9285         (_mm512_mask_loadu_epi64): Pass const long long * to
9286         __builtin_ia32_loaddqudi512_mask.
9287         (_mm512_maskz_loadu_epi64): Likewise.
9288         (_mm512_mask_storeu_epi64): Pass long long *
9289         to __builtin_ia32_storedqudi512_mask.
9290         (_mm512_loadu_si512): Pass const int * to
9291         __builtin_ia32_loaddqusi512_mask.
9292         (_mm512_mask_loadu_epi32): Likewise.
9293         (_mm512_maskz_loadu_epi32): Likewise.
9294         (_mm512_storeu_si512): Pass int * to
9295         __builtin_ia32_storedqusi512_mask.
9296         (_mm512_mask_storeu_epi32): Likewise.
9297         * config/i386/avx512vlbwintrin.h (_mm256_mask_storeu_epi8): Pass
9298         char * to __builtin_ia32_storedquqi256_mask.
9299         (_mm_mask_storeu_epi8): Likewise.
9300         (_mm256_mask_loadu_epi16): Pass const short * to
9301         __builtin_ia32_loaddquhi256_mask.
9302         (_mm256_maskz_loadu_epi16): Likewise.
9303         (_mm_mask_loadu_epi16): Pass const short * to
9304         __builtin_ia32_loaddquhi128_mask.
9305         (_mm_maskz_loadu_epi16): Likewise.
9306         (_mm256_mask_loadu_epi8): Pass const char * to
9307         __builtin_ia32_loaddquqi256_mask.
9308         (_mm256_maskz_loadu_epi8): Likewise.
9309         (_mm_mask_loadu_epi8): Pass const char * to
9310         __builtin_ia32_loaddquqi128_mask.
9311         (_mm_maskz_loadu_epi8): Likewise.
9312         (_mm256_mask_storeu_epi16): Pass short * to.
9313         __builtin_ia32_storedquhi256_mask.
9314         (_mm_mask_storeu_epi16): Pass short * to.
9315         __builtin_ia32_storedquhi128_mask.
9316         * config/i386/avx512vlintrin.h (_mm256_mask_loadu_pd): Pass
9317         const double * to __builtin_ia32_loadupd256_mask.
9318         (_mm256_maskz_loadu_pd): Likewise.
9319         (_mm_mask_loadu_pd): Pass onst double * to
9320         __builtin_ia32_loadupd128_mask.
9321         (_mm_maskz_loadu_pd): Likewise.
9322         (_mm256_mask_storeu_pd): Pass double * to
9323         __builtin_ia32_storeupd256_mask.
9324         (_mm_mask_storeu_pd): Pass double * to
9325         __builtin_ia32_storeupd128_mask.
9326         (_mm256_mask_loadu_ps): Pass const float * to
9327         __builtin_ia32_loadups256_mask.
9328         (_mm256_maskz_loadu_ps): Likewise.
9329         (_mm_mask_loadu_ps): Pass const float * to
9330         __builtin_ia32_loadups128_mask.
9331         (_mm_maskz_loadu_ps): Likewise.
9332         (_mm256_mask_storeu_ps): Pass float * to
9333         __builtin_ia32_storeups256_mask.
9334         (_mm_mask_storeu_ps): ass float * to
9335         __builtin_ia32_storeups128_mask.
9336         (_mm256_mask_loadu_epi64): Pass const long long * to
9337         __builtin_ia32_loaddqudi256_mask.
9338         (_mm256_maskz_loadu_epi64): Likewise.
9339         (_mm_mask_loadu_epi64): Pass const long long * to
9340         __builtin_ia32_loaddqudi128_mask.
9341         (_mm_maskz_loadu_epi64): Likewise.
9342         (_mm256_mask_storeu_epi64): Pass long long * to
9343         __builtin_ia32_storedqudi256_mask.
9344         (_mm_mask_storeu_epi64): Pass long long * to
9345         __builtin_ia32_storedqudi128_mask.
9346         (_mm256_mask_loadu_epi32): Pass const int * to
9347         __builtin_ia32_loaddqusi256_mask.
9348         (_mm256_maskz_loadu_epi32): Likewise.
9349         (_mm_mask_loadu_epi32): Pass const int * to
9350         __builtin_ia32_loaddqusi128_mask.
9351         (_mm_maskz_loadu_epi32): Likewise.
9352         (_mm256_mask_storeu_epi32): Pass int * to
9353         __builtin_ia32_storedqusi256_mask.
9354         (_mm_mask_storeu_epi32): Pass int * to
9355         __builtin_ia32_storedqusi128_mask.
9356         * config/i386/i386-builtin-types.def (PCSHORT): New.
9357         (PINT64): Likewise.
9358         (V64QI_FTYPE_PCCHAR_V64QI_UDI): Likewise.
9359         (V32HI_FTYPE_PCSHORT_V32HI_USI): Likewise.
9360         (V32QI_FTYPE_PCCHAR_V32QI_USI): Likewise.
9361         (V16SF_FTYPE_PCFLOAT_V16SF_UHI): Likewise.
9362         (V8DF_FTYPE_PCDOUBLE_V8DF_UQI): Likewise.
9363         (V16SI_FTYPE_PCINT_V16SI_UHI): Likewise.
9364         (V16HI_FTYPE_PCSHORT_V16HI_UHI): Likewise.
9365         (V16QI_FTYPE_PCCHAR_V16QI_UHI): Likewise.
9366         (V8SF_FTYPE_PCFLOAT_V8SF_UQI): Likewise.
9367         (V8DI_FTYPE_PCINT64_V8DI_UQI): Likewise.
9368         (V8SI_FTYPE_PCINT_V8SI_UQI): Likewise.
9369         (V8HI_FTYPE_PCSHORT_V8HI_UQI): Likewise.
9370         (V4DF_FTYPE_PCDOUBLE_V4DF_UQI): Likewise.
9371         (V4SF_FTYPE_PCFLOAT_V4SF_UQI): Likewise.
9372         (V4DI_FTYPE_PCINT64_V4DI_UQI): Likewise.
9373         (V4SI_FTYPE_PCINT_V4SI_UQI): Likewise.
9374         (V2DF_FTYPE_PCDOUBLE_V2DF_UQI): Likewise.
9375         (V2DI_FTYPE_PCINT64_V2DI_UQI): Likewise.
9376         (VOID_FTYPE_PDOUBLE_V8DF_UQI): Likewise.
9377         (VOID_FTYPE_PDOUBLE_V4DF_UQI): Likewise.
9378         (VOID_FTYPE_PDOUBLE_V2DF_UQI): Likewise.
9379         (VOID_FTYPE_PFLOAT_V16SF_UHI): Likewise.
9380         (VOID_FTYPE_PFLOAT_V8SF_UQI): Likewise.
9381         (VOID_FTYPE_PFLOAT_V4SF_UQI): Likewise.
9382         (VOID_FTYPE_PINT64_V8DI_UQI): Likewise.
9383         (VOID_FTYPE_PINT64_V4DI_UQI): Likewise.
9384         (VOID_FTYPE_PINT64_V2DI_UQI): Likewise.
9385         (VOID_FTYPE_PINT_V16SI_UHI): Likewise.
9386         (VOID_FTYPE_PINT_V8SI_UHI): Likewise.
9387         (VOID_FTYPE_PINT_V4SI_UHI): Likewise.
9388         (VOID_FTYPE_PSHORT_V32HI_USI): Likewise.
9389         (VOID_FTYPE_PSHORT_V16HI_UHI): Likewise.
9390         (VOID_FTYPE_PSHORT_V8HI_UQI): Likewise.
9391         (VOID_FTYPE_PCHAR_V64QI_UDI): Likewise.
9392         (VOID_FTYPE_PCHAR_V32QI_USI): Likewise.
9393         (VOID_FTYPE_PCHAR_V16QI_UHI): Likewise.
9394         (V64QI_FTYPE_PCV64QI_V64QI_UDI): Removed.
9395         (V32HI_FTYPE_PCV32HI_V32HI_USI): Likewise.
9396         (V32QI_FTYPE_PCV32QI_V32QI_USI): Likewise.
9397         (V16HI_FTYPE_PCV16HI_V16HI_UHI): Likewise.
9398         (V16QI_FTYPE_PCV16QI_V16QI_UHI): Likewise.
9399         (V8HI_FTYPE_PCV8HI_V8HI_UQI): Likewise.
9400         (VOID_FTYPE_PV32HI_V32HI_USI): Likewise.
9401         (VOID_FTYPE_PV16HI_V16HI_UHI): Likewise.
9402         (VOID_FTYPE_PV8HI_V8HI_UQI): Likewise.
9403         (VOID_FTYPE_PV64QI_V64QI_UDI): Likewise.
9404         (VOID_FTYPE_PV32QI_V32QI_USI): Likewise.
9405         (VOID_FTYPE_PV16QI_V16QI_UHI): Likewise.
9406         * config/i386/i386.c (ix86_emit_save_reg_using_mov): Don't
9407         use UNSPEC_STOREU.
9408         (ix86_emit_restore_sse_regs_using_mov): Don't use UNSPEC_LOADU.
9409         (ix86_avx256_split_vector_move_misalign): Don't use unaligned
9410         load nor store.
9411         (ix86_expand_vector_move_misalign): Likewise.
9412         (bdesc_special_args): Use CODE_FOR_movvNXY_internal and pointer
9413         to scalar function prototype for unaligned load/store builtins.
9414         (ix86_expand_special_args_builtin): Updated.
9415         * config/i386/sse.md (UNSPEC_LOADU): Removed.
9416         (UNSPEC_STOREU): Likewise.
9417         (VI_ULOADSTORE_BW_AVX512VL): Likewise.
9418         (VI_ULOADSTORE_F_AVX512VL): Likewise.
9419         (ssescalarsize): Handle V4TI, V2TI and V1TI.
9420         (<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>): Likewise.
9421         (*<sse>_loadu<ssemodesuffix><avxsizesuffix><mask_name>): Likewise.
9422         (<sse>_storeu<ssemodesuffix><avxsizesuffix>): Likewise.
9423         (<avx512>_storeu<ssemodesuffix><avxsizesuffix>_mask): Likewise.
9424         (<sse2_avx_avx512f>_loaddqu<mode><mask_name>): Likewise.
9425         (*<sse2_avx_avx512f>_loaddqu<mode><mask_name>"): Likewise.
9426         (sse2_avx_avx512f>_storedqu<mode>): Likewise.
9427         (<avx512>_storedqu<mode>_mask): Likewise.
9428         (*sse4_2_pcmpestr_unaligned): Likewise.
9429         (*sse4_2_pcmpistr_unaligned): Likewise.
9430         (*mov<mode>_internal): Renamed to ...
9431         (mov<mode>_internal): This.  Remove check of AVX and IAMCU on
9432         misaligned operand.  Replace vmovdqu64 with vmovdqu<ssescalarsize>.
9433         (movsd/movhpd to movupd peephole): Don't use UNSPEC_LOADU.
9434         (movlpd/movhpd to movupd peephole): Don't use UNSPEC_STOREU.
9436 2016-04-19  Richard Biener  <rguenther@suse.de>
9438         PR tree-optimization/70171
9439         * tree-ssa-phiprop.c: Include stor-layout.h.
9440         (phiprop_insert_phi): Handle the aggregate copy case.
9441         (propagate_with_phi): Likewise.
9443 2016-04-19  Uros Bizjak  <ubizjak@gmail.com>
9445         * config/i386/i386.c (ix86_decompose_address): Use lowpart_subreg
9446         instead of simplify_gen_subreg (... , 0).
9447         (ix86_delegitimize_address): Ditto.
9448         (ix86_split_divmod): Ditto.
9449         (ix86_split_copysign_const): Ditto.
9450         (ix86_split_copysign_var): Ditto.
9451         (ix86_expand_args_builtin): Ditto.
9452         (ix86_expand_round_builtin): Ditto.
9453         (ix86_expand_special_args_builtin): Ditto.
9454         * config/i386/i386.md (TARGET_USE_VECTOR_FP_CONVERTS splitters): Ditto.
9455         (TARGET_SSE_PARTIAL_REG_DEPENDENCY splitters and peephole2s): Ditto.
9456         (udivmodqi4): Ditto.
9457         (absneg splitters): Ditto.
9458         (*jcc_bt<mode>_1): Ditto.
9460 2016-04-19  Richard Biener  <rguenther@suse.de>
9462         PR tree-optimization/70724
9463         * tree-ssa-sccvn.c (scc_vn_restore_ssa_info): Split SSA info
9464         restoring out from ...
9465         (free_scc_vn): ... here.
9466         * tree-ssa-sccvn.h (scc_vn_restore_ssa_info): Declare.
9467         * tres-ssa-pre.c (pass_pre::execute): Restore SSA info before
9468         tail merging.
9469         (pass_fre::execute): Restore SSA info.
9471 2016-04-19  Richard Biener  <rguenther@suse.de>
9473         * gimple-walk.h (struct walk_stmt_info): Add stmt member.
9474         * gimple-walk.c (walk_gimple_op): Initialize it.
9475         (walk_gimple_asm): Set wi->is_lhs before each callback invocation.
9476         * tree-inline.c (remap_gimple_op_r): Set SSA_NAME_DEF_STMT when
9477         remapping SSA names of defs.
9478         (copy_bb): Remove walk over all SSA defs and SSA_NAME_DEF_STMT
9479         adjustment.
9481 2016-04-18  Vladimir Makarov  <vmakarov@redhat.com>
9483         PR middle-end/70689
9484         * lra-constraints.c (equiv_substition_p): New.
9485         (process_alt_operands): Use it.
9486         (swap_operands): Swap it.
9487         (curr_insn_transform): Update it.
9489 2016-04-18  Michael Matz  <matz@suse.de>
9491         * tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
9492         (SET_TYPE_ALIGN, SET_DECL_ALIGN): New.
9493         * tree-core.h (tree_type_common.align): Use bit-field.
9494         (tree_type_common.spare): New.
9495         (tree_decl_common.off_align): Make smaller.
9496         (tree_decl_common.align): Use bit-field.
9498         * expr.c (expand_expr_addr_expr_1): Use SET_TYPE_ALIGN.
9499         * omp-low.c (install_var_field): Use SET_DECL_ALIGN.
9500         (scan_sharing_clauses): Ditto.
9501         (finish_taskreg_scan): Use SET_DECL_ALIGN and SET_TYPE_ALIGN.
9502         (omp_finish_file): Ditto.
9503         * stor-layout.c (do_type_align): Use SET_DECL_ALIGN.
9504         (layout_decl): Ditto.
9505         (relayout_decl): Ditto.
9506         (finalize_record_size): Use SET_TYPE_ALIGN.
9507         (finalize_type_size): Ditto.
9508         (finish_builtin_struct): Ditto.
9509         (layout_type): Ditto.
9510         (initialize_sizetypes): Ditto.
9511         * targhooks.c (std_gimplify_va_arg_expr): Use SET_TYPE_ALIGN.
9512         * tree-nested.c (insert_field_into_struct): Use SET_TYPE_ALIGN.
9513         (lookup_field_for_decl): Use SET_DECL_ALIGN.
9514         (get_chain_field): Ditto.
9515         (get_trampoline_type): Ditto.
9516         (get_nl_goto_field): Ditto.
9517         * tree-streamer-in.c (unpack_ts_decl_common_value_fields): Use
9518         SET_DECL_ALIGN.
9519         (unpack_ts_type_common_value_fields): Use SET_TYPE_ALIGN.
9520         * gimple-expr.c (copy_var_decl): Use SET_DECL_ALIGN.
9521         * tree.c (make_node_stat): Use SET_DECL_ALIGN and SET_TYPE_ALIGN.
9522         (build_qualified_type): Use SET_TYPE_ALIGN.
9523         (build_aligned_type, build_range_type_1): Ditto.
9524         (build_atomic_base): Ditto.
9525         (build_common_tree_nodes): Ditto.
9526         * cfgexpand.c (align_local_variable): Use SET_DECL_ALIGN.
9527         (expand_one_stack_var_at): Ditto.
9528         * coverage.c (build_var): Use SET_DECL_ALIGN.
9529         * except.c (init_eh): Ditto.
9530         * function.c (assign_parm_setup_block): Ditto.
9531         * symtab.c (increase_alignment_1): Ditto.
9532         * tree-ssa-ccp.c (fold_builtin_alloca_with_align): Ditto.
9533         * tree-vect-stmts.c (ensure_base_align): Ditto.
9534         * varasm.c (align_variable): Ditto.
9535         (assemble_variable): Ditto.
9536         (build_constant_desc): Ditto.
9537         (output_constant_def_contents): Ditto.
9539         * config/arm/arm.c (arm_relayout_function): Use SET_DECL_ALIGN.
9540         * config/avr/avr.c (avr_adjust_type_node): Use SET_TYPE_ALIGN.
9541         * config/mips/mips.c (mips_std_gimplify_va_arg_expr): Ditto.
9542         * config/msp430/msp430.c (msp430_gimplify_va_arg_expr): Ditto.
9543         * config/spu/spu.c (spu_build_builtin_va_list): Use SET_DECL_ALIGN.
9545 2016-04-18  H.J. Lu  <hongjiu.lu@intel.com>
9547         PR target/70708
9548         * config/i386/sse.md (sse2_loadlpd): Accept load from "xm" and
9549         replace %vmovsd with "%vmovq".
9550         (vec_concatv2df): Likewise.
9552 2016-04-18  Uros Bizjak  <ubizjak@gmail.com>
9554         * config/i386/mmx.md (*vec_extractv2sf_0): Use gen_lowpart.
9555         (*vec_extractv2si_0): Ditto.
9556         * config/i386/sse.md (*vec_extractv4sf_0): Ditto.
9557         (zero_extended_scalar_load_operand splitters): Ditto.
9558         (vec_extract splitters): Ditto.
9559         (*vec_extractv4si_0_zext): Ditto.
9560         (avx_<castmode><avxsizesuffix>_<castmode>): Use gen_lowpart
9561         and lowpart_subreg.
9562         (avx512f_<castmode><avxsizesuffix>_<castmode>): Ditto.
9563         (avx512f_<castmode><avxsizesuffix>_256<castmode>): Ditto.
9564         (*sse4_1_extractps): Use lowpart_subreg.
9565         * config/i386/i386.md (x87 floatsplitter): Use gen_lowpart.
9567 2016-04-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9569         * doc/install.texi (Specific, i?86-*-solaris2.10): Update gas and
9570         gld requirements.
9571         (Specific, *-*-solaris2*): Update Solaris 11 bundled gcc versions.
9572         Mention Solaris 11 packaging changes.
9573         Update gas and gld requirements.
9574         Remove reference to pre-Solaris 10 bug.
9575         (Specific, sparc-sun-solaris2*): Remove reference to pre-Solaris 10
9576         systems and bugs.
9577         (Specific, sparc64-*-solaris2*): Remove reference to bootstrap
9578         with cc.
9580 2016-04-17  Jan Hubicka  <jh@suse.cz>
9582         * tree-ssa-loop-ivopts.c (avg_loop_niter): Use also
9583         max_loop_iterations_int.
9585 2016-04-18  Richard Biener  <rguenther@suse.de>
9587         PR tree-optimization/43434
9588         * tree-ssa-structalias.c (struct vls_data): New.
9589         (visit_loadstore): Handle all pointer-based accesses.
9590         (compute_dependence_clique): Compute a bitmap of restrict tags
9591         assigned bases and pass it to visit_loadstore.
9593 2016-04-18  Matthew Wahab  <matthew.wahab@arm.com>
9595         PR target/70711
9596         * config/arm/bpabi.h (BE8_LINK_SPEC): Add entries for armv8+crc,
9597         armv8.1-a and armv8.1-a+crc.
9599 2016-04-18  Richard Biener  <rguenther@suse.de>
9601         PR tree-optimization/70701
9602         * tree-ssa-sccvn.c (vn_reference_lookup_3): Resolve fully constant
9603         references after translating through a memcpy.
9605 2016-04-18  Richard Biener  <rguenther@suse.de>
9607         * tree-ssa-pre.c (postorder, postorder_num): Make locals ...
9608         (compute_antic): ... here.  For partial antic use regular
9609         postorder and scrap iteration.
9610         (compute_partial_antic_aux): Remove unused return value.
9611         (init_pre): Do not allocate postorder.
9612         (fini_pre): Do not free postorder.
9614 2016-04-18  Richard Biener  <rguenther@suse.de>
9616         PR middle-end/37870
9617         * expmed.c (extract_bit_field_1): Remove broken case
9618         using a wider MODE_INT mode.
9620 2016-04-18  Segher Boessenkool  <segher@kernel.crashing.org>
9622         * has-brig.c (lendian16): Don't try to use __builtin_bswap16
9623         unless compiling with at least GCC-4.8.
9625 2016-04-17  Jan Hubicka  <jh@suse.cz>
9627         PR bootstrap/70706
9628         * graphite.c (graphite_finalize): Update call to
9629         tree_estimate_probability.
9630         * predict.h (tree_estimate_probability): Update prototype.
9632 2016-04-17  Jan Hubicka  <jh@suse.cz>
9634         * predict.c (combine_predictions_for_bb): Add dry_run parmaeter.
9635         (tree_estimate_probability): Likewise.
9636         (pass_profile::execute): Update.
9637         (report_predictor_hitrates): New function.
9638         * profile.c (compute_branch_probabilities): Use it.
9639         * predict.h (report_predictor_hitrates): Declare.
9641 2016-04-17  Jan Hubicka  <jh@suse.cz>
9643         PR ipa/70018
9644         * cgraph.h (cgraph_node::set_const_flag,
9645         cgraph_node::set_pure_flag): Update prototype to return bool;
9646         update comment.
9647         * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases): Thunks
9648         of interposable symbol are interposable, too.
9649         (cgraph_set_const_flag_1): Rename to ...
9650         (set_const_flag_1): ... this one; change to self recursive function
9651         instead of call_for_symbol_thunks_and_aliases. Handle correctly
9652         clearnig the flag in all variants and also virtual thunks of const
9653         functions are pure; track if any change was done.
9654         (cgraph_node::set_const_flag): Update.
9655         (struct set_pure_flag_info): New struct.
9656         (cgraph_set_pure_flag_1): Rename to ...
9657         (set_pure_flag_1): ... this one; take set_pure_flag_info parameter
9658         rather than pointer encoded flags; track if any changes was done;
9659         handle correctly clearning flag and setting flag of aliases already
9660         declared const.
9661         (cgraph_node::set_pure_flag): Update.
9662         (cgraph_node::set_nothrow_flag): Handle correctly clearning the flag.
9664 2016-04-17  Tom de Vries  <tom@codesourcery.com>
9666         PR other/70433
9667         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Escape
9668         backslash in label.
9670 2016-04-17  Tom de Vries  <tom@codesourcery.com>
9672         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Classify chars
9673         '{}<> ' as escape-for-record.
9675 2016-04-17  Tom de Vries  <tom@codesourcery.com>
9677         * pretty-print.c (pp_write_text_as_dot_label_to_stream): Simplify loop
9678         structure.
9680 2016-04-17  Tom de Vries  <tom@codesourcery.com>
9682         PR other/70185
9683         * tree-pass.h (class opt_pass): Remove graph_dump_initialized member.
9684         * dumpfile.h (struct dump_file_info): Add graph_dump_initialized field.
9685         * dumpfile.c (dump_files): Initialize graph_dump_initialized field.
9686         * passes.c (finish_optimization_passes): Only call
9687         finish_graph_dump_file if dfi->graph_dump_initialized.
9688         (execute_function_dump, pass_init_dump_file): Use
9689         dfi->graph_dump_initialized instead of pass->graph_dump_initialized.
9691 2016-04-17  Tom de Vries  <tom@codesourcery.com>
9693         PR tree-optimization/70256
9694         * tree-ssa-structalias.c (dump_varinfo, debug_varinfo, dump_varmap)
9695         (debug_varmap): New function.
9697 2016-04-17  Tom de Vries  <tom@codesourcery.com>
9699         PR other/70183
9700         * passes.c (pass_manager::register_pass): Propagate pflags.
9702 2016-04-17  Tom de Vries  <tom@codesourcery.com>
9704         PR other/68875
9705         * pass_manager.h (TERMINATE_PASS_LIST): Add pass argument.
9706         * passes.c (pass_manager::pass_manager): Declare and init p_start in
9707         INSERT_PASSES_AFTER.  Add pass parameter to TERMINATE_PASS_LIST, and
9708         check if it's equal to p_start.
9709         * passes.def: Add arguments to TERMINATE_PASS_LISTs.
9711 2016-04-15  Jan Hubicka  <jh@suse.cz>
9713         PR ipa/70018
9714         * cgraph.c (cgraph_set_const_flag_1): Only set as pure if
9715         function does not bind to current def.
9716         * ipa-pure-const.c (worse_state): Add FROM and TO parameters;
9717         handle conservatively calls to functions that does not need to bind
9718         to current def.
9719         (check_call): Update call of worse_state.
9720         (ignore_edge_for_nothrow): Update.
9721         (ignore_edge_for_pure_const): Likewise.
9722         (propagate_pure_const): Update calls to worse_state.
9723         (skip_function_for_local_pure_const): Reformat comments.
9725 2016-04-15  Jan Hubicka  <jh@suse.cz>
9727         PR ipa/70018
9728         * cgraph.c (cgraph_node::get_availability): Add REF parameter.
9729         (cgraph_node::function_symbol): Likewise.
9730         (cgraph_node::function_or_virtual_thunk_symbol): Likewise.
9731         * cgraph.h (symtab_node::get_availabbility): Add REF parameter.
9732         (symtab_node::ultimate_alias_target): Add REF parameter.
9733         (symtab_node::binds_to_current_def_p): Declare.
9734         (symtab_node;:ultimate_alias_target_1): Add REF parameter.
9735         (cgraph_node::function_symbol): Likewise.
9736         (cgraph_node::function_or_virtual_thunk_symbol): Likewise.
9737         (cgraph_node::get_availability): Likewise.
9738         (cgraph_edge::binds_to_current_def_p): New inline function.
9739         (varpool_node::get_availability): Add REF parameter.
9740         (varpool_node::ultimate_alias_target): Likewise.
9741         * symtab.c (symtab_node::ultimate_alias_target_1): Likewise.
9742         (symtab_node::binds_to_current_def_p): Likewise.
9743         * varpool.c (varpool_node::get_availability): Likewise.
9745 2016-04-15  Kirill Yukhin  <kirill.yukhin@intel.com>
9747         PR target/70662
9748         * config/i386/sse.md(define_insn "<avx512>_vec_dup<mode><mask_name>"):
9749         Fix mode size check.
9751 2016-04-15  Jakub Jelinek  <jakub@redhat.com>
9753         * BASE-VER: Set to 7.0.0.
9755 2016-04-15  Alexander Monakov  <amonakov@ispras.ru>
9757         * config/nvptx/nvptx.opt (moptimize): Add a period at end of help text.
9759 2016-04-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9761         * doc/invoke.texi (ARM Options): Add note on deprecation of pre-ARMv4T
9762         architecture revisions.
9764 2016-04-15  Bernd Schmidt  <bschmidt@redhat.com>
9766         * config/i386/i386-protos.h (ix86_using_red_zone): Declare.
9767         * config/i386/i386.c (ix86_using_red_zone): No longer static.
9768         * config/i386/i386.md (stack decrement to push peepholes): Guard
9769         with !x86_using_red_zone ().
9771 2016-04-15  Jakub Jelinek  <jakub@redhat.com>
9773         PR c++/70675
9774         * tree-pretty-print.c (do_niy): Add FLAGS argument, pass it down
9775         to dump_generic_node.
9776         (NIY): Pass also flags to do_niy.
9778 2016-04-15  Thomas Schwinge  <thomas@codesourcery.com>
9780         * omp-low.c (simd_clone_struct_alloc, simd_clone_struct_copy)
9781         (simd_clone_vector_of_formal_parm_types)
9782         (simd_clone_clauses_extract, simd_clone_compute_base_data_type)
9783         (simd_clone_mangle, simd_clone_create)
9784         (simd_clone_adjust_return_type, create_tmp_simd_array)
9785         (simd_clone_adjust_argument_types, simd_clone_init_simd_arrays)
9786         (struct modify_stmt_info, ipa_simd_modify_stmt_ops)
9787         (ipa_simd_modify_function_body, simd_clone_linear_addend)
9788         (simd_clone_adjust, expand_simd_clones, ipa_omp_simd_clone)
9789         (pass_data_omp_simd_clone, class pass_omp_simd_clone)
9790         (pass_omp_simd_clone::gate, make_pass_omp_simd_clone): Move into...
9791         * omp-simd-clone.c: ... this new file.
9792         (simd_clone_vector_of_formal_parm_types): Make it static.
9793         * Makefile.in (OBJS): Add omp-simd-clone.o.
9795 2016-04-15  Kirill Yukhin  <kirill.yukhin@intel.com>
9797         PR target/70662
9798         * config/i386/sse.md: Use proper memory operand modifiers.
9801 2016-04-15  Richard Biener  <rguenther@suse.de>
9802         Alan Modra  <amodra@gmail.com>
9804         PR tree-optimization/70130
9805         * tree-vect-data-refs.c (vect_supportable_dr_alignment): Detect
9806         when alignment stays not the same and no not use the realign
9807         scheme then.
9809 2016-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
9811         PR target/70669
9812         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Add
9813         direct move handlers for KFmode. Change TFmode handlers test from
9814         FLOAT128_IEEE_P to FLOAT128_VECTOR_P.
9816 2016-04-14  Jakub Jelinek  <jakub@redhat.com>
9818         PR c++/70594
9819         * ipa-utils.h (polymorphic_ctor_dtor_p): New prototype.
9820         * ipa-polymorphic-call.c (polymorphic_ctor_dtor_p): New function.
9821         (inlined_polymorphic_ctor_dtor_block_p): Use it.
9822         * tree-ssa-live.c (remove_unused_scope_block_p): When
9823         in_ctor_dtor_block, avoid discarding not just BLOCKs with
9824         BLOCK_ABSTRACT_ORIGIN being FUNCTION_DECL, but even when
9825         block_ultimate_origin is FUNCTION_DECL.
9826         (remove_unused_locals): If current_function_decl is
9827         polymorphic_ctor_dtor_p, pass initial true to
9828         remove_unused_scope_block_p' is_ctor_dtor_block.
9830 2016-04-14  Martin Sebor  <msebor@redhat.com>
9832         PR c++/69517
9833         PR c++/70019
9834         PR c++/70588
9835         * doc/extend.texi (Variable Length): Revert.
9837 2016-04-14  Marek Polacek  <polacek@redhat.com>
9838             Jan Hubicka  <hubicka@ucw.cz>
9840         PR c++/70029
9841         * tree.c (verify_type): Disable the canonical type of main variant
9842         check.
9844 2016-04-14  Jason Merrill  <jason@redhat.com>
9846         * cfgexpand.c, expr.c: Revert previous change.
9848 2016-04-14  Cesar Philippidis  <cesar@codesourcery.com>
9850         PR middle-end/70643
9851         * omp-low.c (lower_oacc_reductions): Check for TREE_CONSTANT
9852         when building a mem ref for the incoming reduction variable.
9854 2016-04-14  Richard Biener  <rguenther@suse.de>
9856         PR tree-optimization/70614
9857         * tree-scalar-evolution.c (analyze_evolution_in_loop): Terminate
9858         loop if the evolution dropped to chrec_dont_know.
9859         (interpret_condition_phi): Likewise.
9861 2016-04-14  Richard Biener  <rguenther@suse.de>
9863         PR tree-optimization/70623
9864         * tree-ssa-pre.c (changed_blocks): Make global ...
9865         (compute_antic): ... local here.  Move and fix worklist
9866         handling here.  Do not clear EDGE_DFS_BACK or call mark_dfs_back_edges.
9867         (compute_antic_aux): Add dumping for MAX assumed succs.  Remove
9868         worklist handling, dump when ANTIC_IN changed.
9869         (compute_partial_antic_aux): Remove worklist handling.
9870         (init_pre): Do not compute post dominators.  Add a comment about
9871         the CFG order chosen.
9872         (fini_pre): Do not free post dominators.
9874 2016-04-13  Martin Sebor  <msebor@redhat.com>
9876         PR c++/69517
9877         PR c++/70019
9878         PR c++/70588
9879         * doc/extend.texi (Variable Length): Document C++ specifics.
9881 2016-04-13  Jakub Jelinek  <jakub@redhat.com>
9883         PR c++/70641
9884         * ipa-pure-const.c (pass_nothrow::execute): Call maybe_clean_eh_stmt
9885         on all recursive call stmts.  Return TODO_cleanup_cfg if any dead
9886         eh edges have been purged.
9888         PR c++/70594
9889         * tree-sra.c (create_access_replacement,
9890         get_replaced_param_substitute): Set DECL_NAMELESS on repl if it
9891         gets fancy name.
9892         * tree-pretty-print.c (dump_fancy_name): New function.
9893         (dump_decl_name, dump_generic_node): Use it.
9895 2016-04-13  Jason Merrill  <jason@redhat.com>
9897         * cfgexpand.c (pass_expand::execute): Handle attribute "abi warning".
9898         * expr.c (expand_expr_real_1): Likewise.
9900 2016-04-13  Ilya Enkovich  <ilya.enkovich@intel.com>
9902         * config/i386/i386.md (kunpckhi): Swap operands.
9903         (kunpcksi): Likewise.
9904         (kunpckdi): Likewise.
9905         * config/i386/sse.md (vec_pack_trunc_qi): Likewise.
9906         (vec_pack_trunc_<mode>): Likewise.
9908 2016-04-13  Jakub Jelinek  <jakub@redhat.com>
9910         PR debug/70628
9911         * explow.c (convert_memory_address_addr_space_1): Formatting fix.
9913         PR middle-end/70633
9914         * gimplify.c (gimplify_init_constructor): Clear TREE_STATIC if
9915         gimplification turns some element into non-constant.
9917         PR debug/70628
9918         * rtl.h (convert_memory_address_addr_space_1): New prototype.
9919         * explow.c (convert_memory_address_addr_space_1): No longer static,
9920         add NO_EMIT argument and don't call convert_modes if true, pass
9921         it down recursively, remove break after return.
9922         (convert_memory_address_addr_space): Adjust caller.
9923         * simplify-rtx.c (simplify_unary_operation_1): Call
9924         convert_memory_address_addr_space_1 instead of convert_memory_address,
9925         if it returns NULL, don't simplify.
9927 2016-04-12  Eric Botcazou  <ebotcazou@adacore.com>
9929         PR target/70630
9930         * config/sparc/sparc.c (sparc_compute_frame_size): Add parentheses.
9932 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
9934         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
9935         Bump the upper SIMDLEN limits, so that if the return type or
9936         characteristic type if the return type is void can be passed in
9937         all available SSE2/AVX/AVX2/AVX512-F registers, the SIMDLEN is
9938         allowed.
9940 2016-04-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
9942         PR target/70640
9943         * config/rs6000/rs6000.md (ieee_128bit_vsx_neg<mode>2_internal):
9944         Do not use "=" constraint on an input constraint.
9945         (ieee_128bit_vsx_abs<mode>2_internal): Likewise.
9946         (ieee_128bit_vsx_nabs<mode>2_internal): Likewise.
9947         (ieee_128bit_vsx_nabs<mode>2): Correct splitter so that it
9948         generates (neg (abs ...)) instead of (abs ...).
9950 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
9952         PR rtl-optimization/70596
9953         * lra-spills.c (spill_pseudos): Don't delete debug insns, instead
9954         just invalidate LRA data and reset them.  Adjust dump wording.
9956 2016-04-12  Martin Liska  <mliska@suse.cz>
9958         Revert
9959         2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
9961         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic
9962         estimates here.
9963         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
9964         max_loop_iterations_int.
9965         (tree_unswitch_outer_loop): Likewise.
9966         * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
9967         * tree-vect-loop.c (vect_analyze_loop_2): Likewise.
9969 2016-04-12  Tom de Vries  <tom@codesourcery.com>
9971         PR tree-optimization/68756
9972         * graphite-isl-ast-to-gimple.c (copy_cond_phi_args): Use new_expr
9973         instead of new_name.
9975 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
9977         PR tree-optimization/70602
9978         * tree-sra.c (generate_subtree_copies): Don't write anything into
9979         constant pool decls.
9981         * omp-low.c (lower_omp_target): Use GOMP_MAP_FIRSTPRIVATE_INT
9982         regardless whether there are depend clauses or not.
9984 2016-04-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
9986         PR target/70381
9987         * config/rs6000/rs6000.c (rs6000_opt_masks): Disable using the
9988         target attribute and pragma from changing the -mfloat128
9989         and -mfloat128-hardware options.
9991         * doc/extend.texi (Additional Floating Types): Document PowerPC
9992         __float128 restrictions.
9994 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
9996         PR target/70133
9997         * config/aarch64/driver-aarch64.c
9998         (aarch64_get_extension_string_for_isa_flags): New.
9999         (arch_extension): Rename to...
10000         (aarch64_arch_extension): ...This.
10001         (ext_to_feat_string): Rename to...
10002         (aarch64_extensions): ...This.
10003         (aarch64_core_data): Keep track of architecture extension flags.
10004         (cpu_data): Rename to...
10005         (aarch64_cpu_data): ...This.
10006         (aarch64_arch_driver_info): Keep track of architecture extension
10007         flags.
10008         (get_arch_name_from_id): Rename to...
10009         (get_arch_from_id): ...This, change return type.
10010         (host_detect_local_cpu): Update and reformat for renames, handle
10011         extensions through common infrastructure.
10013 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
10015         PR target/70133
10016         * config/aarch64/aarch64-common.c (aarch64_option_extension): Keep
10017         track of a canonical flag name.
10018         (all_extensions): Likewise.
10019         (arch_to_arch_name): Also track extension flags enabled by the arch.
10020         (all_architectures): Likewise.
10021         (aarch64_parse_extension): Move to here.
10022         (aarch64_get_extension_string_for_isa_flags): Take a new argument,
10023         rework.
10024         (aarch64_rewrite_selected_cpu): Update for above change.
10025         * config/aarch64/aarch64-option-extensions.def: Rework the way flags
10026         are handled, such that the single explicit value enabled by an
10027         extension is kept seperate from the implicit values it also enables.
10028         * config/aarch64/aarch64-protos.h (aarch64_parse_opt_result): Move
10029         to here.
10030         (aarch64_parse_extension): New.
10031         * config/aarch64/aarch64.c (aarch64_parse_opt_result): Move from
10032         here to config/aarch64/aarch64-protos.h.
10033         (aarch64_parse_extension): Move from here to
10034         common/config/aarch64/aarch64-common.c.
10035         (aarch64_option_print): Update.
10036         (aarch64_declare_function_name): Likewise.
10037         (aarch64_start_file): Likewise.
10038         * config/aarch64/driver-aarch64.c (arch_extension): Keep track of
10039         the canonical flag for extensions.
10040         * config.gcc (aarch64*-*-*): Extend regex for capturing extension
10041         flags.
10043 2016-04-11  James Greenhalgh  <james.greenhalgh@arm.com>
10045         * config/aarch64/aarch64.h (AARCH64_FL_FOR_ARCH8_1): Also add
10046         AARCH64_FL_CRC.
10048 2016-04-09  Tom de Vries  <tom@codesourcery.com>
10050         PR tree-optimization/68953
10051         * graphite-sese-to-poly.c (pdr_add_memory_accesses): Order accesses from
10052         first to last subscript.
10054 2016-04-09  Jakub Jelinek  <jakub@redhat.com>
10056         PR tree-optimization/70586
10057         * tree-ssa-ifcombine.c (bb_no_side_effects_p): Return false
10058         for any calls.
10060 2016-04-08  Cesar Philippidis  <cesar@codesourcery.com>
10062         PR lto/70289
10063         PR ipa/70348
10064         PR tree-optimization/70373
10065         PR middle-end/70533
10066         PR middle-end/70534
10067         PR middle-end/70535
10068         * gimplify.c (gimplify_adjust_omp_clauses): Add or adjust data
10069         clauses for acc parallel reductions as necessary.  Error on those
10070         that are private.
10071         * omp-low.c (scan_sharing_clauses): Don't install variables which
10072         are used in acc parallel reductions.
10073         (lower_rec_input_clauses): Remove dead code.
10074         (lower_oacc_reductions): Add support for reference reductions.
10075         (lower_reduction_clauses): Remove dead code.
10076         (lower_omp_target): Don't remap variables appearing in acc parallel
10077         reductions.
10078         * tree.h (OMP_CLAUSE_MAP_IN_REDUCTION): New macro.
10080 2016-04-08  Jakub Jelinek  <jakub@redhat.com>
10082         PR middle-end/70593
10083         * tree-ssa-coalesce.c (build_ssa_conflict_graph): For stmt
10084         with multiple SSA_NAME defs, force the outputs other than first
10085         to be live before calling live_track_process_def on each output.
10087         PR rtl-optimization/70574
10088         * fwprop.c (forward_propagate_and_simplify): Don't add
10089         REG_EQUAL note if DF_REF_REG (use) is a paradoxical subreg.
10090         (try_fwprop_subst): Don't add REG_EQUAL note if there are any
10091         paradoxical subregs within *loc.
10093 2016-04-08  Thomas Schwinge  <thomas@codesourcery.com>
10095         * config/arc/arc.h (LINK_COMMAND_SPEC): Use gt to ignore
10096         -ftree-parallelize-loops={0,1}.
10097         * config/darwin.h (LINK_COMMAND_SPEC_A): Likewise.
10098         * config/i386/mingw32.h (GOMP_SELF_SPECS): Likewise.
10099         * config/ia64/hpux.h (LIB_SPEC): Likewise.
10100         * config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
10101         * config/pa/pa64-hpux.h (LIB_SPEC): Likewise.
10103 2016-04-08  Maxim Ostapenko  <m.ostapenko@samsung.com>
10105         PR sanitizer/70541
10106         * asan.c (instrument_derefs): If we get unknown location, extract it
10107         with EXPR_LOCATION.
10108         (maybe_instrument_call): Instrument gimple_call's arguments if needed.
10110 2016-04-08  Tom de Vries  <tom@codesourcery.com>
10112         * omp-low.c (lower_omp_target): Set TREE_NO_WARNING for oacc
10113         implicit firstprivate clause.
10115 2016-04-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10117         PR target/70566
10118         * config/arm/thumb2.md (tst + branch-> lsls + branch
10119         peephole below *orsi_not_shiftsi_si): Require that condition
10120         register is dead after the peephole.
10121         (second peephole after the above): Likewise.
10123 2016-04-08  Alan Modra  <amodra@gmail.com>
10125         PR target/70117
10126         * builtins.c (fold_builtin_classify): For IBM extended precision,
10127         look at just the high-order double to test for NaN.
10128         (fold_builtin_interclass_mathfn): Similarly for Inf.  For isnormal
10129         test just the high double for Inf but both doubles for subnormal
10130         limit.
10132 2016-04-07  Jakub Jelinek  <jakub@redhat.com>
10134         * cgraph.h (struct cgraph_simd_clone): Add mask_mode field.
10135         * omp-low.c (simd_clone_init_simd_arrays, simd_clone_adjust): Handle
10136         node->simdclone->mask_mode != VOIDmode masks.
10137         (simd_clone_adjust_argument_types): Likewise.  Move sc var definition
10138         earlier, use it instead of node->simdclone.
10139         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
10140         Set clonei->mask_mode.
10142 2016-04-06  Patrick Palka  <ppalka@gcc.gnu.org>
10144         PR c/70436
10145         * parser.c (cp_parser_iteration_statement): New parameter IF_P.
10146         Pass it through to cp_parser_already_scoped_statement.
10147         (cp_parser_already_scoped_statement): New parameter IF_P.  Pass
10148         it through to cp_parser_statement.
10149         (cp_parser_statement): Pass IF_P through to
10150         cp_parser_iteration_statement.
10151         (cp_parser_pragma): Adjust call to
10152         cp_parser_iteration_statement.
10154 2016-04-06  Patrick Palka  <ppalka@gcc.gnu.org>
10156         PR c/70436
10157         * gimplify.c (gimplify_omp_ordered): Add explicit braces to
10158         resolve a future -Wparentheses warning.
10159         * omp-low.c (scan_sharing_clauses): Likewise.
10160         * tree-parloops.c (eliminate_local_variables): Likewise.
10162 2016-04-06  Vladimir Makarov  <vmakarov@redhat.com>
10164         PR rtl-optimization/70398
10165         * lra-constraints.c (process_address_1): Check zero scale and code
10166         for reloading with zero scale.
10168 2016-04-06  Uros Bizjak  <ubizjak@gmail.com>
10170         * config/i386/sse.md (shuffletype): Add V32HI and V4TI modes.
10171         (ssescalarsize): Add V8SF, V4SF, V4DF and V2DF modes.
10173 2016-04-06  Jakub Jelinek  <jakub@redhat.com>
10175         * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
10176         Add support for AVX512F clones, include them by default for
10177         exported OpenMP declare simd functions.  For AVX2 allow simdlen 32
10178         and use it if charasteric type is 8-bit, for AVX512F allow simdlen
10179         up to 128.
10181         PR middle-end/70550
10182         * tree.h (OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT): Define.
10183         * gimplify.c (gimplify_adjust_omp_clauses_1): Set it for implicit
10184         firstprivate clauses.
10185         * omp-low.c (lower_send_clauses): Set TREE_NO_WARNING for
10186         OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT !by_ref vars in task contexts.
10187         (lower_omp_target): Set TREE_NO_WARNING for
10188         non-addressable possibly uninitialized vars which are copied into
10189         addressable temporaries or copied for GOMP_MAP_FIRSTPRIVATE_INT.
10191 2016-04-05  John David Anglin  <danglin@gcc.gnu.org>
10193         * config/pa/predicates.md (integer_store_memory_operand): Accept
10194         REG+D operands with a large offset when reload_in_progress is true.
10195         (floating_point_store_memory_operand): Likewise.
10197 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
10199         PR c++/70336
10200         * match.pd (nested int casts): Limit to GIMPLE.
10202 2016-04-05  Jan Hubicka  <hubicka@ucw.cz>
10204         PR ipa/66223
10205         * ipa-devirt.c (maybe_record_node): Fix comment; use
10206         SANITIZE_UNREACHABLE instead of SANITIZE_UNDEFINED.
10208 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
10210         PR rtl-optimization/70542
10211         * ree.c (add_removable_extension): For VECTOR_MODE_P punt
10212         if there are any uses other than insn or debug insns.
10214 2016-04-05  Marc Glisse  <marc.glisse@inria.fr>
10215             Jakub Jelinek  <jakub@redhat.com>
10217         PR tree-optimization/70509
10218         * simplify-rtx.c (simplify_binary_operation_1) <case VEC_SELECT>:
10219         Shift HOST_WIDE_INT_1U instead of 1.
10221 2016-04-05  Zdenek Sojka  <zsojka@seznam.cz>
10223         PR tree-optimization/70509
10224         * tree-ssa-forwprop.c (simplify_bitfield_ref): Use bitsize_int instead
10225         of the vector base type for index.
10227 2016-04-05  Uros Bizjak  <ubizjak@gmail.com>
10229         PR target/70510
10230         * config/i386/sse.md (iptr): Add V64QI, V32HI, V16SI and V8DI modes.
10232 2016-04-05  Richard Biener  <rguenther@suse.de>
10234         PR tree-optimization/70526
10235         * tree-sra.c (build_ref_for_offset): Use prev_base to
10236         extract the alias pointer type.
10238 2016-04-05  Richard Biener  <rguenther@suse.de>
10240         * dse.c (struct store_info): Remove alias_set member.
10241         (struct read_info_type): Likewise.
10242         (clear_alias_group, clear_alias_mode_table, clear_alias_mode_holder,
10243         spill_deleted, clear_alias_set_lookup): Remove.
10244         (get_group_info): Remove dead base == NULL_RTX case.
10245         (dse_step0): Remove initialization of removed variables.
10246         (delete_dead_store_insn): Reomve alias set dumping.
10247         (free_read_records): Remove alias_set handling.
10248         (canon_address): Remove alias_set_out parameter.
10249         (record_store): Remove spill_alias_set, it's always zero.
10250         (check_mem_read_rtx): Likewise.
10251         (dse_step2): Rename from ...
10252         (dse_step2_nospill): ... this.  Adjust.
10253         (scan_stores): Rename from ...
10254         (scan_stores_nospill): ... this.
10255         (scan_reads): Rename from ...
10256         (scan_reads_nospill): ... this.
10257         (scan_stores_spill, scan_reads_spill): Remove.
10258         (dse_step3_scan): Remove for_spills argument which is always false.
10259         (dse_step3): Likewise.
10260         (dse_step5): Rename from ...
10261         (dse_step5_nospill): ... this.  Remove alias_set handling.
10262         (rest_of_handle_dse): Adjust.
10264 2016-04-05  Jakub Jelinek  <jakub@redhat.com>
10266         PR target/70525
10267         * config/i386/sse.md (*andnot<mode>3): Simplify assertions.
10268         Use vpandn<ssemodesuffix> for V16SI/V8DImode, vpandnq for
10269         V32HI/V64QImode, don't use <mask_operand3_1>, fix up formatting.
10270         (*andnot<mode>3_mask): Remove insn with VI12_AVX512VL iterator.
10272 2016-04-05  Richard Biener  <rguenther@suse.de>
10274         PR middle-end/70499
10275         * gimplify-me.c (gimple_regimplify_operands): Do not rewrite
10276         non-register type temporaries into SSA.
10278 2016-04-04  Jan Hubicka  <hubicka@ucw.cz>
10280         PR ipa/66223
10281         * ipa-devirt.c (maybe_record_node): Do not optimize cxa_pure_virtual
10282         calls when sanitizing.
10283         (possible_polymorphic_call_target_p): Fix formatting.
10285 2016-04-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
10286             Jakub Jelinek <jakub@redhat.com>
10288         PR middle-end/70457
10289         * tree-inline.c (estimate_num_insn): Use gimple_call_builtin_p
10290         to ensure a call statement is compatible with a built-in's
10291         prototype.
10292         * tree-ssa-math-opts.c (pass_optimize_windening_mul::execute):
10293         Likewise.
10295 2016-04-04  Richard Biener  <rguenther@suse.de>
10297         PR rtl-optimization/70484
10298         * rtl.h (canon_output_dependence): Declare.
10299         * alias.c (canon_output_dependence): New function.
10300         * dse.c (record_store): Use canon_output_dependence rather
10301         than canon_true_dependence.
10303 2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
10305         PR ipa/68881
10306         * cgraph.h (symtab_node::copy_visibility_from): New function.
10307         * symtab.c (symtab_node::copy_visibility_from): New function.
10308         * ipa-visibility.c (optimize_weakref): New function.
10309         (function_and_variable_visibility): Use it.
10311 2016-04-04  Martin Liska  <mliska@suse.cz>
10313         PR hsa/70402
10314         * hsa-gen.c (gen_hsa_insns_for_switch_stmt): Guard index
10315         value that is really in range handled by SBR instruction.
10316         * hsa-brig.c (emit_switch_insn): Do not emit unconditional jump.
10317         * hsa-dump.c (dump_hsa_insn_1): Do not dump default BB.
10318         * hsa.h (hsa_insn_sbr::m_default_bb): Remove field.
10320 2016-04-03  Oleg Endo  <olegendo@gcc.gnu.org>
10322         PR target/70416
10323         PR target/67391
10324         * config/sh/sh.md (*addsi3): Allow pattern when reload_in_progress is
10325         set, but not for SP_REG operands.
10327 2016-04-02  Martin Sebor  <msebor@redhat.com>
10329         PR c++/67376
10330         * fold-const.c (maybe_nonzero_address): New function.
10331         (fold_comparison): Call it.  Fold equality and relational
10332         expressions involving null pointers.
10333         (tree_single_nonzero_warnv_p): Call maybe_nonzero_address.
10335 2016-03-31  Evandro Menezes  <e.menezes@samsung.com>
10337         Fix the predicate "aarch64_simd_reg_or_zero" to correctly validate
10338         the "Y" constraint (scalar FP 0.0 immediate).
10340         * config/aarch64/predicates.md (aarch64_simd_reg_or_zero):
10341         Add the "const_double" to the list of operand constraints.
10343 2016-04-01  Jakub Jelinek  <jakub@redhat.com>
10345         PR rtl-optimization/70467
10346         * config/i386/i386.md (*add<dwi>3_doubleword, *sub<dwi>3_doubleword):
10347         If low word of the last operand is 0, just emit addition/subtraction
10348         for the high word.
10350 2016-04-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10352         PR target/70404
10353         * config/s390/s390.c (s390_expand_insv): Check for everything
10354         constant instead of just VOIDmode stuff.
10356 2016-04-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
10358         PR target/70496
10359         * config/arm/arm.h (ASM_APP_OFF): Handle TARGET_ARM and TARGET_THUMB.
10361 2016-04-01  Nathan Sidwell  <nathan@acm.org>
10363         * tree.def (TRY_CATCH_EXPR): Correct documentation.
10365 2016-03-31  Vladimir Makarov  <vmakarov@redhat.com>
10367         PR rtl-optimization/70461
10368         * ira-color.c (allocno_copy_cost_saving): Use allocno class if it
10369         is necessary.
10371 2016-03-31  Martin Liska  <mliska@suse.cz>
10373         PR hsa/70399
10374         * hsa-brig.c (hsa_op_immed::emit_to_buffer): Emit either
10375         a tree value or an immediate integer value to a buffer
10376         that is eventually copied to a BRIG section.
10377         (emit_immediate_operand): Call the function here.
10378         * hsa-dump.c (dump_hsa_immed): Remove checking assert.
10379         * hsa-gen.c (hsa_op_immed::hsa_op_immed): Remove initialization
10380         of class' fields that are removed.
10381         (hsa_op_immed::~hsa_op_immed): Remove deinitialization.
10382         * hsa.h (class hsa_op_immed): Remove m_brig_repr and
10383         m_brig_repr_size fields.
10385 2016-03-31  Martin Liska  <mliska@suse.cz>
10387         PR hsa/70391
10388         * hsa-gen.c (hsa_function_representation::update_dominance): New
10389         function.
10390         (convert_addr_to_flat_segment): Likewise.
10391         (gen_hsa_memory_set): New alignment argument.
10392         (gen_hsa_ctor_assignment): Likewise.
10393         (gen_hsa_insns_for_single_assignment): Provide alignment
10394         to gen_hsa_ctor_assignment.
10395         (gen_hsa_insns_for_direct_call): Add new argument.
10396         (expand_lhs_of_string_op): New function.
10397         (expand_string_operation_builtin): Likewise.
10398         (expand_memory_copy): New function.
10399         (expand_memory_set): New function.
10400         (gen_hsa_insns_for_call): Use HOST_WIDE_INT.
10401         (convert_switch_statements): Change signature.
10402         (generate_hsa): Use a return value of the function.
10403         (pass_gen_hsail::execute): Do not call
10404         convert_switch_statements here.
10405         * hsa-regalloc.c (hsa_regalloc): Call update_dominance.
10406         * hsa.h (hsa_function_representation::m_modified_cfg): New flag.
10407         (hsa_function_representation::update_dominance): New function.
10409 2016-03-31  Martin Liska  <mliska@suse.cz>
10411         PR hsa/70391
10412         * hsa-brig.c (emit_directive_variable): Emit alignment
10413         according to hsa_symbol::m_align.
10414         * hsa-dump.c (hsa_byte_alignment): Move the function to another file.
10415         (dump_hsa_symbol): Dump alignment of HSA symbols.
10416         * hsa-gen.c (get_symbol_for_decl): Set-up alignment of a symbol.
10417         (gen_hsa_addr_with_align): New function.
10418         (hsa_bitmemref_alignment): Use newly added function.
10419         (gen_hsa_insns_for_load): Likewise.
10420         (gen_hsa_insns_for_store): Likewise.
10421         (gen_hsa_memory_copy): New argument added.
10422         (gen_hsa_insns_for_single_assignment): Respect
10423         alignment for assignments processed via gen_hsa_memory_copy.
10424         (gen_hsa_insns_for_direct_call): Likewise.
10425         (gen_hsa_insns_for_return): Likewise.
10426         (gen_function_def_parameters): Set default alignment.
10427         * hsa.c (hsa_object_alignment): New function.
10428         (hsa_byte_alignment): Pasted function.
10429         * hsa.h (hsa_symbol::m_align): New field.
10431 2016-03-31  Bin Cheng  <bin.cheng@arm.com>
10433         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Initialize
10434         scratch field for goto case.
10436 2016-03-31  James Greenhalgh  <james.greenhalgh@arm.com>
10438         * config/arm/linux-elf.h (ASM_OUTPUT_DEF): Delete.
10440 2016-03-31  Ilya Enkovich  <enkovich.gnu@gmail.com>
10442         PR target/70442
10443         * config/i386/i386.c (scalar_chain::convert_op): Fix description.
10444         (scalar_chain::convert_insn): Call convert_op for reg
10445         moves to handle undefined registers.
10447 2016-03-31  Nathan Sidwell  <nathan@acm.org>
10449         PR c++/70393
10450         * varasm.c (output_constructor_regular_field): Flush bitfield earlier.
10451         Assert we don't want to move backwards.
10453 2016-03-31  Kirill Yukhin  <kirill.yukhin@intel.com>
10455         PR target/70453
10456         * config/i386/sse.md (define_mode_attr shuffletype): Fix typo.
10458 2016-03-31  Jakub Jelinek  <jakub@redhat.com>
10460         PR rtl-optimization/70460
10461         * ira.c (indirect_jump_optimize): Don't substitute LABEL_REF
10462         with operand from REG_LABEL_OPERAND, instead substitute
10463         SET_SRC or REG_EQUAL note content if it is a LABEL_REF.
10464         Don't do anything for REG_NON_LOCAL_GOTO jumps.
10466 2016-03-31  Martin Liska  <mliska@suse.cz>
10468         * passes.c (execute_one_pass): Do not call
10469         todo_after for a discarded function.
10471 2016-03-31  Bin Cheng  <bin.cheng@arm.com>
10473         * tree-ssa-loop-ivopts.c (struct comp_cost): New scrach field.
10474         (no_cost, infinite_cost): Initialize the new field.
10475         (get_computation_cost_at): Record setup cost.
10476         (determine_use_iv_cost_address): Skip cost computation for sub
10477         uses if we can estimate it without losing accuracy.
10479 2016-03-30  Jan Hubicka  <hubicka@ucw.cz>
10481         * tree-ssa-loop-niter.c (idx_infer_loop_bounds): We can't get realistic
10482         estimates here.
10483         * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Use also
10484         max_loop_iterations_int.
10485         (tree_unswitch_outer_loop): Likewise.
10486         * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
10487         * tree-vect-loop.c (vect_analyze_loop_2): Likewise.
10489 2016-03-30  Richard Biener  <rguenther@suse.de>
10491         PR middle-end/70450
10492         * fold-const.c (extract_muldiv_1): Fix thinko in wide_int::from usage.
10494 2016-03-30  Jakub Jelinek  <jakub@redhat.com>
10496         PR target/70421
10497         * config/i386/i386.c (ix86_expand_vector_set): Fix up argument order
10498         in gen_blendm expander.
10500 2016-03-30  Nick Clifton  <nickc@redhat.com>
10502         PR target/62254
10503         * config/arm/arm.c (arm_reload_out_hi): Add code to handle the
10504         case where we are already provided with an SImode SUBREG.
10506 2016-03-30  H.J. Lu  <hongjiu.lu@intel.com>
10508         PR target/70439
10509         * config/i386/i386.c (ix86_expand_epilogue): Properly check
10510         conflict between DRAP register and __builtin_eh_return.
10512 2016-03-30  Michael Matz  <matz@suse.de>
10513             Richard Biener  <rguenther@suse.de>
10515         PR ipa/12392
10516         * ipa-polymorphic-call.c (struct type_change_info): Change
10517         speculative to an unsigned allowing to limit the work we do.
10518         (csftc_abort_walking_p): New inline function..
10519         (check_stmt_for_type_change): Limit the number of may-defs
10520         skipped for speculative devirtualization to
10521         max-speculative-devirt-maydefs.
10522         * params.def (max-speculative-devirt-maydefs): New param.
10523         * doc/invoke.texi (--param max-speculative-devirt-maydefs): Document.
10525 2016-03-30  Mike Stump  <mrs@gcc.gnu.org>
10527         PR target/63890
10528         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Use when profiling
10529         and TARGET_MACHO.
10531 2016-03-30  Patrick Palka  <ppalka@gcc.gnu.org>
10533         PR tree-optimization/59124
10534         * tree-vrp.c (register_edge_assert_for_2): For NAME != CST1
10535         where NAME = A +- CST2 add the assertion A != (CST1 -+ CST2).
10537 2016-03-29  Jeff Law  <law@redhat.com>
10539         * tree-ssa-coalesce.c (struct ssa_conflicts): Fix typo in comment.
10541 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
10543         * tree-ssa-loop-ivcanon.c (try_peel_loop): Change type of peel
10544         to HOST_WIDE_INT.
10546 2016-03-29  Thomas Schwinge  <thomas@codesourcery.com>
10548         * config/gnu.h (CPP_SPEC, LIB_SPEC): Don't override.
10549         * config/i386/gnu.h (STARTFILE_SPEC): Use gcrt1.o instead of
10550         gcrt0.o if linking dynamically.
10552 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
10554         PR ipa/70283
10555         * ipa-devirt.c (methods_equal_p): New function.
10556         (compare_virtual_tables): Use it.
10557         * cgraph.h (symbol_table::symbol_suffix_separator): Declare.
10558         * cgraphclones.c (clone_function_name_1): Use
10559         symbol_table::symbol_suffix_separator.
10560         * coverage.c (build_var): Likewise.
10561         * symtab.c (symbol_table::symbol_suffix_separator): New.
10563 2016-03-29  Jakub Jelinek  <jakub@redhat.com>
10565         PR rtl-optimization/70429
10566         * combine.c (simplify_shift_const_1): For ASHIFTRT don't optimize
10567         (cst1 >> count) >> cst2 into (cst1 >> cst2) >> count if
10568         mode != result_mode.
10570         PR c++/70353
10571         * tree-inline.c (remap_decls): Don't add_local_decl if cfun is null.
10573         PR tree-optimization/70405
10574         * ssa-iterators.h (num_imm_uses): Add missing braces.
10576 2016-03-29  Vladimir Makarov  <vmakarov@redhat.com>
10578         PR rtl-optimization/68695
10579         * ira-color.c (allocno_copy_cost_saving): New.
10580         (improve_allocation): Use it.
10582 2016-03-29  Richard Henderson  <rth@redhat.com>
10584         PR middle-end/70355
10585         * lower-subreg.c (simplify_subreg_concatn): Reject paradoxical subregs.
10587 2016-03-29  Richard Biener  <rguenther@suse.de>
10589         PR middle-end/70424
10590         * ipa-prop.c (ipa_compute_jump_functions_for_edge): Always
10591         use alignment returned by get_pointer_alignment_1 if it is
10592         bigger than BITS_PER_UNIT.
10593         * builtins.c (get_pointer_alignment_1): Do not return true
10594         for alignment extracted from SSA info.
10596 2016-03-28  James Bowman  <james.bowman@ftdichip.com>
10598         * config/ft32/ft32.opt (mnodiv): New.
10599         * config/ft32/ft32.md (*divsi3, *modsi3): Qualify with TARGET_NODIV.
10600         * doc/invoke.texi (FT32 Options -mnodiv): New.
10602 2016-03-28  Kirill Yukhin  <kirill.yukhin@intel.com>
10604         PR target/70406
10605         * config/i386/i386.md (define_split, andn): Fix modes.
10607 2016-03-26  Richard Biener  <rguenther@suse.de>
10608             Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
10610         PR ipa/70366
10611         * ipa-inline-transform.c (inline_call): Pass opts_for_fn (to->decl)
10612         instead of
10613         TREE_OPTIMIZATION (DECL_FUNCTION_SPECIFIC_OPTIMIZATION (to->decl))
10614         as 2nd argument to cl_optimization_restore().
10616 2016-03-25  Richard Henderson  <rth@redhat.com>
10618         PR target/70120
10619         * config/aarch64/aarch64.c (aarch64_asm_output_pool_epilogue): New.
10620         * config/aarch64/aarch64-protos.h: Declare it.
10621         * config/aarch64/aarch64.h (ASM_OUTPUT_POOL_EPILOGUE): New.
10623 2016-03-25  Alan Modra  <amodra@gmail.com>
10625         PR target/70052
10626         * config/rs6000/constraints.md (j): Simplify.
10627         * config/rs6000/predicates.md (easy_fp_constant): Exclude
10628         decimal float 0.D.
10629         * config/rs6000/rs6000.md (zero_fp): New mode_attr.
10630         (mov<mode>_hardfloat, mov<mode>_hardfloat32, mov<mode>_hardfloat64,
10631          mov<mode>_64bit_dm, mov<mode>_32bit): Use zero_fp in place of j
10632         in all constraint alternatives.
10633         (movtd_64bit_nodm): Delete "j" constraint alternative.
10635 2016-03-24  Aldy Hernandez  <aldyh@redhat.com>
10637         * tree-ssa-propagate.c: Enhance docs for
10638         SSA_PROP_NOT_INTERESTING.
10640 2016-03-24  Aldy Hernandez  <aldyh@redhat.com>
10642         * doc/extend.texi: Fix typo in documentation to pure attribute.
10644 2016-03-24  John David Anglin  <danglin@gcc.gnu.org>
10646         PR target/70319
10647         * config/pa/pa.md (bswapdi2): Use a scratch register.
10649 2016-03-24  Richard Henderson  <rth@redhat.com>
10651         PR middle-end/69845
10652         * fold-const.c (extract_muldiv_1): Correct test for multiplication
10653         overflow.
10655 2016-03-24  Uros Bizjak  <ubizjak@gmail.com>
10657         * config/i386/i386.md (*anddi3_doubleword): Generate AND insn
10658         using ix86_expand_binary_operator instead of gen_andsi3.
10660 2016-03-24  Richard Biener  <rguenther@suse.de>
10662         PR tree-optimization/70396
10663         * tree-vect-stmts.c (vectorizable_comparison): Use
10664         get_vectype_for_scalar_type.
10666 2016-03-24  Richard Biener  <rguenther@suse.de>
10668         PR middle-end/70370
10669         * gimplify.c (gimplify_asm_expr): Handle !allows_mem outputs
10670         with register bases.
10672 2016-03-24  Richard Biener  <rguenther@suse.de>
10674         PR tree-optimization/70372
10675         * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Use
10676         build_all_ones_cst to also handle vector types correctly.
10678 2016-03-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
10680         PR target/70381
10681         * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Do not set
10682         -mfloat128 here.
10684 2016-03-23  Marek Polacek  <polacek@redhat.com>
10686         PR c++/69884
10687         * doc/invoke.texi: Document -Wignored-attributes.
10689 2016-03-23  Bin Cheng  <bin.cheng@arm.com>
10691         PR tree-optimization/69042
10692         * params.def (PARAM_IV_CONSIDER_ALL_CANDIDATES_BOUND): Increase the
10693         parameter from 30 to 40.
10695 2016-03-23  Bin Cheng  <bin.cheng@arm.com>
10697         PR tree-optimization/69042
10698         * tree-ssa-loop-ivopts.c (add_iv_candidate_for_use): Add IV cand
10699         for use with constant offset stripped in base.
10701 2016-03-23  Richard Biener  <rguenther@suse.de>
10703         PR middle-end/70251
10704         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Adjust
10705         mode compatibility check.
10706         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
10708 2016-03-23  Jeff Law  <law@redhat.com>
10710         PR tree-optimization/64058
10711         * tree-ssa-coalesce.c (struct coalesce_pair): Add new field
10712         CONFLICT_COUNT.
10713         (struct ssa_conflicts): Move up earlier in the file.
10714         (conflicts_, var_map_): New static variables.
10715         (initialize_conflict_count): New function to initialize the
10716         CONFLICT_COUNT field for each conflict pair.
10717         (compare_pairs): Lazily initialize the conflict count and use it
10718         as the first tie-breaker.
10719         (sort_coalesce_list): Add new arguments conflicts, map.  Initialize
10720         and wipe conflicts_ and map_ around the call to qsort.  Remove
10721         special case for 2 coalesce pairs.
10722         * bitmap.c (bitmap_count_unique_bits): New function.
10723         (bitmap_count_bits_in_word): New function, extracted from
10724         bitmap_count_bits.
10725         (bitmap_count_bits): Use bitmap_count_bits_in_word.
10726         * bitmap.h (bitmap_count_unique_bits): Declare it.
10728 2016-03-23  Ilya Enkovich  <enkovich.gnu@gmail.com>
10730         PR target/69917
10731         * config/i386/sol2.h (ASM_OUTPUT_DEF_FROM_DECLS): Follow
10732         transparent alias chain for decl assembler name.
10733         * config/sol2.c (solaris_assemble_visibility): Likewise.
10735 2016-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10737         * config/arm/arm1020e.md (1020call_op): Reduce reservation
10738         duration.
10739         (v10_fdivs): Likewise.
10740         (v10_fdivd): Likewise.
10742 2016-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10744         PR driver/70132
10745         * config/arm/driver-arm.c (host_detect_local_cpu): Reorder exit logic
10746         to not call fclose twice on file.
10748 2016-03-23  Jakub Jelinek  <jakub@redhat.com>
10750         PR tree-optimization/70354
10751         * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): If
10752         oprnd0 is wider than oprnd1 and there is a cast from the wider
10753         type to oprnd1, mask it with the mask of the narrower type.
10755         PR target/70321
10756         * config/i386/i386.md (*anddi3_doubleword, *<code>di3_doubleword):
10757         Optimize TARGET_STV splitters, if high or low word of last argument
10758         is 0 or -1.
10760 2016-03-22  Jeff Law  <law@redhat.com>
10762         PR target/70232
10763         tree-ssa-threadbackward.c
10764         (fsm_find_control_statement_thread_paths): Correctly distinguish
10765         between old style jump threads vs FSM jump threads.
10767 2016-03-22  Ilya Enkovich  <enkovich.gnu@gmail.com>
10769         PR target/70302
10770         * config/i386/i386.c (scalar_chain::convert_op): Support
10771         uninitialized register usage case.
10773 2016-03-22  Richard Biener  <rguenther@suse.de>
10775         PR middle-end/70251
10776         * genmatch.c (gen_transform): Adjust last parameter to a three-state
10777         int...
10778         (capture::gen_transform): ... to change behavior when substituting
10779         a condition into cond or not-cond expr context.
10780         (dt_simplify::gen_1): Adjust.
10781         * gimple-match-head.c: Include gimplify.h for unshare_expr.
10782         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Revert
10783         last change and instead change to
10784         A + (B vcmp C ? 1 : 0) -> A - (B vcmp C ? -1 : 0).
10785         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
10787 2016-03-22  Anthony Green  <green@moxielogic.com>
10789         * config/moxie/moxiebox.h (CC1_SPEC): Define.  Fix endianness
10790         issue for moxiebox targets.
10791         (CC1PLUS_SPEC): Ditto.
10793 2016-03-22  Richard Biener  <rguenther@suse.de>
10795         PR middle-end/70333
10796         * fold-const.c (extract_muldiv_1): Properly perform multiplication
10797         in the wide type.
10799 2016-03-22  Kirill Yukhin  <kirill.yukhin@intel.com>
10801         * config/i386/i386.c (def_builtin): Remove duplicated functionality.
10803 2016-03-22  Kirill Yukhin  <kirill.yukhin@intel.com>
10805         PR target/70325
10806         * config/i386/i386.c (def_builtin): Handle
10807         OPTION_MASK_ISA_AVX512VL to be and-ed with other
10808         bits.
10809         (const struct builtin_description bdesc_special_args[]):
10810         Remove duplicate ISA bits.
10812 2016-03-22  Jakub Jelinek  <jakub@redhat.com>
10814         PR target/70329
10815         * config/i386/i386.c (ix86_expand_vecop_qihi): Don't bother computing
10816         d.perm[i] for i >= d.nelt.  If not full_interleave, compute d.perm[i]
10817         in a way that works also for AVX512BW.
10819         PR target/70300
10820         * config/i386/i386.md (cvtsd2ss splitter): Unpack in destination
10821         instead of source if operands[1] is xmm16 and above and
10822         !TARGET_AVX512VL.  Use avx512f_vec_dupv16sf_1 instead of
10823         vec_interleave_lowv4sf if we need to unpack xmm16 and above.
10825         PR c++/70295
10826         * gimplify.c (gimplify_modify_expr): Call gimple_set_no_warning
10827         on assign if (*from_p) is a comparison, set it to
10828         TREE_NO_WARNING (*from_p).
10830 2016-03-21  Jakub Jelinek  <jakub@redhat.com>
10832         PR middle-end/70326
10833         * lra.c (restore_scratches): Ignore deleted insns.
10835 2016-03-21  Marc Glisse  <marc.glisse@inria.fr>
10836             Jakub Jelinek  <jakub@redhat.com>
10838         PR tree-optimization/70317
10839         * match.pd (cmp @0 @0): Pass @0 instead of TYPE_MODE (TREE_TYPE (@0))
10840         to HONOR_NANS.
10842 2016-03-21  Uros Bizjak  <ubizjak@gmail.com>
10844         PR target/70327
10845         * config/i386/i386.md (movxi): Use ix86_expand_vector_move instead
10846         of ix86_expand_move.
10847         (movoi): Ditto.
10848         (movti): Use general_operand for operand 1 predicate.
10850 2016-03-21  Martin Liska  <mliska@suse.cz>
10852         * hsa-dump.c (dump_hsa_insn_1): dump default branch of SBR
10853         insns.
10854         (dump_hsa_symbol): Dump BRIG offset of hsa_symbols.
10856 2016-03-21  Martin Liska  <mliska@suse.cz>
10858         PR ipa/70306
10859         * ipa-icf.c (sem_function::parse): Skip static
10860         constructors and destructors.
10862 2016-03-21  Jakub Jelinek  <jakub@redhat.com>
10864         PR target/70296
10865         * config/rs6000/rs6000-c.c (rs6000_macro_to_expand): If IDENT is
10866         function-like macro, peek following token(s) if it is followed
10867         by CPP_OPEN_PAREN token with optional padding in between, and
10868         if not, don't treat it like a macro.
10870 2016-03-21  Thomas Schwinge  <thomas@codesourcery.com>
10871             Alexander Monakov  <amonakov@ispras.ru>
10873         * config/nvptx/nvptx.c (nvptx_option_override): Don't emit sorry
10874         for the stabs debug format.
10876 2016-03-21  Richard Biener  <rguenther@suse.de>
10878         PR tree-optimization/70310
10879         * tree-vect-generic.c (expand_vector_condition): Fold the built
10880         condition.
10882 2016-03-21  Kirill Yukhin  <kirill.yukhin@intel.com>
10884         PR target/70293
10885         * config/i386/sse.md: (define_insn "*vec_dup<mode>"/AVX2):
10886         Block third alternative for AVX-512VL target,
10888 2016-03-21  Martin Liska  <mliska@suse.cz>
10890         PR hsa/70234
10891         * hsa-brig.c (emit_function_directives): Mark unemitted
10892         global variables for emission.
10893         * hsa-gen.c (hsa_symbol::hsa_symbol): Initialize a new flag.
10894         (get_symbol_for_decl): Likewise.
10895         * hsa.h (struct hsa_symbol): New flag.
10897 2016-03-21  Richard Biener  <rguenther@suse.de>
10899         PR tree-optimization/70288
10900         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Make sure
10901         we do not estimate unsimplified all-constant conditionals or
10902         switches as optimized away.
10904 2016-03-21  Andrey Belevantsev  <abel@ispras.ru>
10906         PR rtl-optimization/69102
10907         * sched-deps.c (sched_analyze_insn): Do not set last_args_size field
10908         when we have a readonly dependency context.
10910 2016-03-18  Jeff Law  <law@redhat.com>
10912         PR rtl-optimization/70263
10913         * ira.c (memref_used_between_p): Assert we found END in the insn chain.
10914         (update_equiv_regs): When trying to move a store to after the insn
10915         that sets the source of the store, make sure the store occurs after
10916         the insn that sets the source of the store.  When successful note
10917         the REG_EQUIV note created in the dump file.
10919 2016-03-16  David Wohlferd  <dw@LimeGreenSocks.com>
10920             Bernd Schmidt  <bschmidt@redhat.com>
10922         * doc/extend.texi: Document more potential problems with basic asms.
10924 2016-03-18  Bernd Schmidt  <bschmidt@redhat.com>
10926         PR rtl-optimization/70278
10927         * lra-constraints.c (split_reg): Handle the case where biggest_mode is
10928         VOIDmode.
10930 2016-03-18  Jason Merrill  <jason@redhat.com>
10932         * calls.c (load_register_parameters): Fix zero size sibcall logic.
10934 2016-03-18  Kirill Yukhin  <kirill.yukhin@intel.com>
10936         * config/i386/sse.md: Use vpbroadcastq for broadcasting DF
10937         values to 128b regs.
10939 2016-03-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
10941         PR tree-optimization/70252
10942         * tree-vect-stmts.c (supportable_widening_operation): Check resulting
10943         boolean vector has a proper number of elements.
10944         (supportable_narrowing_operation): Likewise.
10946 2016-03-18  Tom de Vries  <tom@codesourcery.com>
10948         PR ipa/70269
10949         * cgraph.c (cgraph_node::get_body): Set dump_file to NULL after save.
10951 2016-03-18  Jakub Jelinek  <jakub@redhat.com>
10953         * reload1.c (emit_input_reload_insns): Use simplify_replace_rtx
10954         instead of replace_rtx for DEBUG_INSNs.
10956 2016-03-18  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
10958         * config/i386/znver1.md : Fix latencies of FP/SSE/AVX
10959         load type reservations.
10961 2016-03-17  John David Anglin  <danglin@gcc.gnu.org>
10963         PR target/70188
10964         * config/pa/constraints.md: Revert 2015-02-13 change.  Use
10965         define_constraint for "Q" and "T" constraints.
10967 2016-03-17  Evandro Menezes  <e.menezes@samsung.com>
10969         Tweak the pipeline model for Exynos M1
10971         * config/aarch64/aarch64.c (exynosm1_tunings):  Enable weak prefetching
10972         model.
10974 2016-03-17  David Malcolm  <dmalcolm@redhat.com>
10976         PR c/70264
10977         * diagnostic-show-locus.c (compatible_locations_p): Handle the case
10978         where one or both locations aren't within a line_map.
10980 2016-03-17  H.J. Lu  <hongjiu.lu@intel.com>
10982         PR driver/70192
10983         * opts.c (finish_options): Don't set flag_pie to the default if
10984         -fpic, -fPIC, -fno-pic or -fno-PIC is used.  Set flag_pic to 0
10985         if it is -1.
10987 2016-03-17  Joern Rennecke  <joern.rennecke@embecosm.com>
10989         * config/i386/i386.md (*movv4qicc_insn+1..36): Pass
10990         true as ALL_REGS argument to replace_rtx.
10992 2016-03-17  Richard Biener  <rguenther@suse.de>
10994         PR debug/70271
10995         * dwarf2out.c (dwarf2out_early_finish): Process deferred_asm_name
10996         last.
10998 2016-03-17  Jakub Jelinek  <jakub@redhat.com>
11000         PR target/70245
11001         * rtl.h (replace_rtx): Add ALL_REGS argument.
11002         * rtlanal.c (replace_rtx): Likewise.  If true, use REGNO
11003         equality and assert mode is the same, instead of just rtx pointer
11004         equality.
11005         * config/i386/i386.md (mov + arithmetics with load peephole): Pass
11006         true as ALL_REGS argument to replace_rtx.
11008 2016-03-17  Ilya Enkovich  <enkovich.gnu@gmail.com>
11010         * match.pd (A + (B vcmp C ? 1 : 0) -> A - (B vcmp C)): Apply
11011         for boolean vector with vector mode only.
11012         (A - (B vcmp C ? 1 : 0) -> A + (B vcmp C)): Likewise.
11014 2016-03-17  Nick Clifton  <nickc@redhat.com>
11016         PR target/70162
11017         * config/rx/rx.c (rx_print_integer): Print negative constants in
11018         decimal.
11020 2016-03-17  Jakub Jelinek  <jakub@redhat.com>
11022         PR target/70261
11023         * rtlanal.c (replace_rtx): Revert 2016-03-16 change.
11025 2016-03-16  Richard Henderson  <rth@redhat.com>
11026             Richard Biener  <rguenth@suse.de>
11028         PR middle-end/70240
11029         PR middle-end/68215
11030         PR tree-opt/68714
11031         * gimplify.c (gimplify_expr) [VEC_COND_EXPR]: Gimplify the
11032         first operand as is_gimple_condexpr.
11034         PR middle-end/70240
11035         PR middle-end/68215
11036         Revert r231575
11037         2015-12-11  Eric Botcazou  <ebotcazou@adacore.com>
11038         * tree-vect-generic.c (tree_vec_extract): Remove GSI parameter.
11039         Do not gimplify the result.
11040         (do_unop): Adjust call to tree_vec_extract.
11041         (do_binop): Likewise.
11042         (do_compare): Likewise.
11043         (do_plus_minus): Likewise.
11044         (do_negate): Likewise.
11045         (expand_vector_condition): Likewise.
11046         (do_cond): Likewise.
11048 2016-03-16  Richard Henderson  <rth@redhat.com>
11050         PR target/70048
11051         * config/aarch64/aarch64.c (virt_or_elim_regno_p): New.
11052         (aarch64_classify_address): Use it.
11053         (aarch64_legitimize_address): Force all subexpressions of PLUS
11054         into registers.  Simplify as (sfp+const)+reg or (reg+reg)+const.
11056 2016-03-16  Jakub Jelinek  <jakub@redhat.com>
11057             Richard Biener  <rguenth@suse.de>
11059         PR target/70245
11060         * rtlanal.c (replace_rtx): For REG, if from is a REG,
11061         return to even if only REGNO is equal, and assert
11062         mode is the same.
11064 2016-03-11  Jeff Law  <law@redhat.com>
11066         PR rtl-optimization/70224
11067         * reorg.c (relax_delay_slots): Pass right argument to CROSSING_JUMP_P.
11069 2016-03-16  Richard Henderson  <rth@redhat.com>
11071         PR middle-end/70199
11072         * function.h (struct function): Add has_forced_label_in_static.
11073         * gimplify.c (force_labels_r): Set it.
11074         * lto-streamer-in.c (input_struct_function_base): Read it.
11075         * lto-streamer-out.c (output_struct_function_base): Write it.
11076         * tree-inline.c (has_label_address_in_static_1): Remove.
11077         (copy_forbidden): Remove fndecl parameter; test
11078         has_forced_label_in_static.
11079         (inline_forbidden_p): Update call to copy_forbidden.
11080         (tree_versionable_function_p): Likewise.
11081         * ipa-chkp.c (chkp_instrumentable_p): Likewise.
11082         (chkp_versioning): Likewise.
11083         * tree-inline.h (copy_forbidden): Update decl.
11085 2016-03-16  Marek Polacek  <polacek@redhat.com>
11087         PR c/70093
11088         * cgraphunit.c (cgraph_node::expand_thunk): Also build call to the
11089         function being thunked if the result type doesn't have fixed size.
11090         * gimplify.c (gimplify_modify_expr): Also set LHS if the result type
11091         doesn't have fixed size.
11093 2016-03-16  Bin Cheng  <bin.cheng@arm.com>
11095         * tree-vect-loop.c (vect_analyze_loop_2): Fix wrong dump info by
11096         reporting malformed loop nest.
11098 2016-03-16  Tom de Vries  <tom@codesourcery.com>
11100         PR lto/70187
11101         * ipa-devirt.c (possible_polymorphic_call_targets): Move
11102         nodes.length () == 1 test to before first nodes[0] access.
11104 2016-03-16  Tom de Vries  <tom@codesourcery.com>
11106         PR tree-optimization/68715
11107         * graphite-scop-detection.c (scop_detection::merge_sese): Add missing
11108         single_pred_p test.
11110 2016-03-16  Tom de Vries  <tom@codesourcery.com>
11112         PR tree-optimization/68809
11113         * graphite-scop-detection.c (same_close_phi_node): Test if result types
11114         are the same.
11116 2016-03-16  Carlos O'Donell  <carlos@redhat.com>
11117             Sandra Loosemore  <sandra@codesourcery.com>
11119         * doc/extend.texi (Common Function Attributes): Describe ifunc impact
11120         on leaf attribute. Mention ELF interposition problems.
11122 2016-03-16  Alan Modra  <amodra@gmail.com>
11124         PR rtl-optimization/69195
11125         PR rtl-optimization/47992
11126         * ira.c (indirect_jump_optimize): Ignore artificial defs.
11127         Add comments.
11129 2016-03-15  Eric Botcazou  <ebotcazou@adacore.com>
11131         PR bootstrap/69513
11132         * dwarf2out.c (flush_limbo_die_list): Really flush the limbo list.
11134 2016-03-15  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
11136         * config/avr/avr.md (rotl<mode>3): Set mode for operand 2.
11138 2016-03-15  Jakub Jelinek  <jakub@redhat.com>
11140         PR rtl-optimization/70222
11141         * combine.c (simplify_shift_const_1): For A >> B >> C LSHIFTRT
11142         optimization if mode is different from result_mode, queue up masking
11143         of the result in outer_op.  Formatting fix.
11145         PR middle-end/70239
11146         * tree-ssa-sccvn.c (VN_INFO_GET): Use safe_grow_cleared instead
11147         of safe_grow.
11149 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
11151         PR rtl-optimization/69032
11152         * sel-sched-ir.c (get_seqno_by_preds): Include both insn and head when
11153         looping backwards over basic block insns.
11155 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
11157         PR target/66660
11158         * sel-sched-ir.c (merge_expr): Avoid changing the speculative pattern
11159         to non-speculative when propagating trap bits.
11161 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
11163         PR rtl-optimization/63384
11164         * sel-sched.c (invoke_aftermath_hooks): Do not decrease issue_more on
11165         DEBUG_INSN_P insns.
11167 2016-03-15  Andrey Belevantsev  <abel@ispras.ru>
11169         PR target/64411
11170         * sched-deps.c (get_implicit_reg_pending_clobbers): New function,
11171         factored out from ...
11172         (sched_analyze_insn): ... here.
11173         * sched-int.h (get_implicit_reg_pending_clobbers): Declare it.
11174         * sel-sched-ir.c (setup_id_implicit_regs): New function, use
11175         get_implicit_reg_pending_clobbers in it.
11176         (setup_id_reg_sets): Use setup_id_implicit_regs.
11177         (deps_init_id): Ditto.
11179 2016-03-15  Tom de Vries  <tom@codesourcery.com>
11181         PR ipa/70161
11182         * cgraph.c (cgraph_node::get_body): Save, reset and restore
11183         dump_file_name.
11184         * passes.c (execute_one_ipa_transform_pass): Add missing argument to
11185         execute_function_dump.
11186         (execute_one_pass): Don't dump function if it will be dumped after ipa
11187         transform.
11189 2016-03-15  Segher Boessenkool  <segher@kernel.crashing.org>
11191         * genrecog.c (match_pattern_2): If pred is NULL don't call
11192         safe_predicate_mode on it.
11194 2016-03-14  Jakub Jelinek  <jakub@redhat.com>
11196         PR middle-end/70219
11197         * lra-constraints.c (delete_move_and_clobber): Change assertion
11198         to also allow dregno == 0.
11200 2016-03-14  Richard Henderson  <rth@redhat.com>
11202         PR tree-opt/68714
11203         * tree-ssa-reassoc.c (ovce_extract_ops, optimize_vec_cond_expr): New.
11204         (can_reassociate_p): Allow ANY_INTEGRAL_TYPE_P.
11205         (reassociate_bb): Use optimize_vec_cond_expr; avoid
11206         optimize_range_tests, attempt_builtin_copysign and attempt_builtin_powi
11207         on vectors.
11209 2016-03-14  Bernd Schmidt  <bschmidt@redhat.com>
11211         PR target/70083
11212         * lra-lives.c (process_bb_lives): Also update biggest mode for hard
11213         regs.
11214         (lra_create_live_ranges_1): initialize hard register biggest_mode to
11215         VOIDmode.
11216         * lra-constraints.c (split_reg): For hard regs, try to find the
11217         biggest single-register mode used in the function.
11219 2016-03-14  Richard Biener  <rguenther@suse.de>
11221         PR tree-optimization/56365
11222         * tree-ssa-phiopt.c (minmax_replacement): Handle alternate
11223         constants to compare against.
11225 2016-03-14  Segher Boessenkool  <segher@kernel.crashing.org>
11227         PR target/70098
11228         * config/rs6000/rs6000.md (*ctr<mode>_internal1, *ctr<mode>_internal2,
11229         *ctr<mode>_internal5, *ctr<mode>_internal6): Also allow "d" as output.
11230         (define_split for the GPR case): Use int_reg_operand instead of
11231         gpc_reg_operand for the output.
11233 2016-03-14  Tom de Vries  <tom@codesourcery.com>
11235         PR tree-optimization/70045
11236         * graphite-isl-ast-to-gimple.c (graphite_create_new_loop_guard): Unshare
11237         create_empty_if_region_on_edge argument.
11239 2016-03-13  Eric Botcazou  <ebotcazou@adacore.com>
11241         * config/arm/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Define.
11242         (STACK_CHECK_PROTECT): Likewise.
11243         * config/i386/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise
11244         (STACK_CHECK_PROTECT): Likewise.
11245         * config/rs6000/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise
11246         (STACK_CHECK_PROTECT): Likewise.
11247         * config/rs6000/vxworksae.h (STACK_CHECK_PROTECT): Likewise.
11248         * config/sparc/vxworks.h (STACK_CHECK_STATIC_BUILTIN): Likewise.
11249         (STACK_CHECK_PROTECT): Likewise.
11251 2016-03-12  Andrey Belevantsev  <abel@ispras.ru>
11253         PR rtl-optimization/69307
11254         * sel-sched.c (choose_best_pseudo_reg): Properly check for hard
11255         registers in modes that span more than one register.
11257 2016-03-12  Vladimir Makarov  <vmakarov@redhat.com>
11259         PR target/69614
11260         * lra-constraints.c (delete_move_and_clobber): New.
11261         (remove_inheritance_pseudos): Use it.
11263 2016-03-12  Eric Botcazou  <ebotcazou@adacore.com>
11265         PR ada/70017
11266         * calls.c (emit_library_call_value_1): Clear the ECF_NOTHROW flag if
11267         the libcall is LCT_THROW.
11268         * explow.c (probe_stack_range): Pass LCT_THROW to emit_library_call
11269         for the checking routine.
11271 2016-03-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
11273         PR target/70131
11274         * config/rs6000/rs6000.md (round32<mode>2_fprs): Do not do the
11275         optimization if we have direct move.
11276         (roundu32<mode>2_fprs): Likewise.
11278 2016-03-11  Bernd Schmidt  <bschmidt@redhat.com>
11280         PR target/70123
11281         * lra-remat.c (operand_to_remat): Disallow hard regs in the value t
11282         be rematerialized.
11283         (reg_overlap_for_remat_p): Renamed from input_regno_present_p.
11284         Arguments swapped.  All callers changed.  Take reg_renumber into
11285         account, and Calculate and compare register ranges for hard regs.
11287 2016-03-11  Jeff Law  <law@redhat.com>
11289         PR tree-optimization/70190
11290         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
11291         Handle cases where we can not extract the taken edge, even though we
11292         found a constant value.
11294         PR tree-optimization/64058
11295         * tree-ssa-coalesce.c (struct coalesce_pair): Add new field INDEX.
11296         (num_coalesce_pairs): Move up earlier in file.
11297         (find_coalesce_pair): Initialize the INDEX field for each pair
11298         discovered.
11299         (compare_pairs): No longer sort on the elements in each pair.
11300         Instead break ties with the index of the coalesce pair.
11302 2016-03-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11304         PR target/70002
11305         * config/aarch64/aarch64-protos.h
11306         (aarch64_save_restore_target_globals): New prototype.
11307         * config/aarch64/aarch64-c.c (aarch64_pragma_target_parse):
11308         Call the above when popping pragma.
11309         * config/aarch64/aarch64.c (aarch64_save_restore_target_globals):
11310         New function.
11311         (aarch64_set_current_function): Rewrite using the above.
11313 2016-03-11  Jakub Jelinek  <jakub@redhat.com>
11315         PR tree-optimization/70177
11316         * gimple-expr.h (extract_ops_from_tree_1): Renamed to ...
11317         (extract_ops_from_tree): ... this.  In the 2 argument
11318         overload remove _1 suffix.
11319         * gimple-expr.c (extract_ops_from_tree_1): Renamed to ...
11320         (extract_ops_from_tree): ... this.
11321         * gimple.c (gimple_build_assign, gimple_assign_set_rhs_from_tree):
11322         Adjust callers.
11323         * tree-ssa-loop-niter.c (derive_constant_upper_bound): Likewise.
11324         * tree-ssa-forwprop.c (defcodefor_name): Call 3 operand
11325         extract_ops_from_tree instead of 2 operand one.
11327 2016-03-11  Alan Lawrence  <alan.lawrence@arm.com>
11329         PR tree-optimization/70013
11330         * tree-sra.c (analyze_access_subtree): Also set grp_unscalarized_data
11331         for constant-pool entries.
11333 2016-03-11  Jakub Jelinek  <jakub@redhat.com>
11335         PR rtl-optimization/70174
11336         * expmed.c (store_bit_field_using_insv): Use gen_lowpart_if_possible
11337         followed by gen_lowpart on force_reg instead of just gen_lowpart.
11339         PR tree-optimization/70169
11340         * tree-ssa-loop.c (gen_lsm_tmp_name): Handle FUNCTION_DECL and
11341         LABEL_DECL like VAR_DECL.  Emit nothing instead of gcc_unreachable
11342         for unknown codes.
11344 2016-03-11  Ilya Enkovich  <enkovich.gnu@gmail.com>
11345             Jakub Jelinek  <jakub@redhat.com>
11347         PR target/70160
11348         * config/i386/i386.c (scalar_chain::convert_reg): Skip uses
11349         of uninitialized values.
11351 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11353         * config/s390/s390.md ("trunctddd2"): Turn former define_insn into
11354         define_expand.
11355         ("*trunctddd2"): New pattern definition.
11356         ("trunctdsd2"): Set prep_for_short_prec rounding mode for the
11357         TD->DD truncation.
11359 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11361         * config/s390/s390.md (BFP_RND_*, DFP_RND_*): Add new constant
11362         definitions for BFP and DFP rounding modes.
11363         ("fixuns_truncdddi2", "fixuns_trunctddi2")
11364         ("fixuns_trunc<BFP:mode><GPR:mode>2", "fixuns_trunc<mode>si2")
11365         ("fix_trunc<DSF:mode><GPR:mode>2", "fix_trunc<mode>di2")
11366         ("fix_trunctf<mode>2"): Use the new constants instead of magic
11367         numbers.
11369 2016-03-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11371         * config/s390/constraints.md: Adjust comment.
11372         ("Y"): Adjust comment.  Rename s390_decompose_shift_count to
11373         s390_decompose_addrstyle_without_index.
11374         * config/s390/predicates.md (shift_count_or_setmem_operand):
11375         Rename to setmem_operand.
11376         * config/s390/s390-protos.h
11377         (s390_decompose_shift_count): Rename to
11378         s390_decompose_addrstyle_without_index.
11379         * config/s390/s390.c (s390_decompose_shift_count)
11380         (s390_mem_constraint, print_shift_count_operand)
11381         (print_operand_address, print_operand): Rename
11382         s390_decompose_shift_count to
11383         s390_decompose_addrstyle_without_index and rename
11384         print_shift_count_operand to print_addrstyle_operand troughout the
11385         file.
11386         * config/s390/s390.md ("setmem_long_<P:mode>", "*setmem_long")
11387         ("*setmem_long_and", "*setmem_long_31z", "*setmem_long_and_31z"):
11388         Rename shift_count_or_setmem_operand to setmem_operand.
11389         * config/s390/vx-builtins.md ("vec_insert<mode>")
11390         ("vec_promote<mode>"): Replace shift_count_or_setmem_operand with
11391         nonmemory_operand.
11393 2016-03-10  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
11395         PR target/70168
11396         * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap):
11397         Handle overlapping retval and newval.
11399 2016-03-10  Nick Clifton  <nickc@redhat.com>
11401         PR target/7044
11402         * config/aarch64/aarch64.c
11403         (aarch64_override_options_after_change_1): When forcing
11404         flag_omit_frame_pointer to be true, use a special value that can
11405         be detected if this function is called again, thus preventing
11406         flag_omit_leaf_frame_pointer from being forced to be false.
11408 2016-03-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11410         * common/config/aarch64/aarch64-common.c (aarch64_handle_option):
11411         Set x_flag_omit_leaf_frame_pointer when handling
11412         -momit-leaf-frame-pointer.
11414 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
11416         PR lto/69589
11417         * cgraph.c (cgraph_node::dump): Dump split_part and
11418         indirect_call_target.
11419         * cgraph.h (cgraph_node): Add indirect_call_target flag.
11420         * ipa.c (has_addr_references_p): Cleanup.
11421         (is_indirect_call_target_p): New.
11422         (walk_polymorphic_call_targets): Do not mark virtuals that may be
11423         called indirectly as local.
11424         (symbol_table::remove_unreachable_nodes): Compute indirect_call_target.
11426 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
11428         PR ipa/69630
11429         * ipa-devirt.c (possible_polymorphic_call_targets): Do not ICE
11430         on cxa_pure_virtual.
11432 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
11434         PR lto/69589
11435         * tree.c (free_lang_data_in_decl): Clear visibility of TYPE_DECL.
11437 2016-03-10  Jan Hubicka  <hubicka@ucw.cz>
11439         PR lto/69589
11440         * tree.c (need_assembler_name_p): Only record main variant type names.
11442 2016-03-10  Christophe Lyon  <christophe.lyon@linaro.org>
11444         PR target/70113.
11445         * config/aarch64/aarch64.h (TARGET_FIX_ERR_A53_843419_DEFAULT):
11446         Always define to 0 or 1.
11447         (TARGET_FIX_ERR_A53_843419): New macro.
11448         * config/aarch64/aarch64-elf-raw.h
11449         (TARGET_FIX_ERR_A53_843419_DEFAULT): Update for above changes.
11450         * config/aarch64/aarch64-linux.h: Likewise.
11451         * config/aarch64/aarch64.c
11452         (aarch64_override_options_after_change_1): Do not default
11453         aarch64_nopcrelative_literal_loads to true if Cortex-A53 erratum
11454         843419 is on.
11455         (aarch64_attributes): Handle fix-cortex-a53-843419.
11456         (aarch64_can_inline_p): Likewise.
11457         * config/aarch64/aarch64.opt (aarch64_fix_a53_err843419): Save.
11459 2016-03-10  Alan Lawrence  <alan.lawrence@arm.com>
11460         Jakub Jelinek <jakub@redhat.com>
11462         * common.opt (funconstrained-commons, flag_unconstrained_commons): New.
11463         * tree.c (array_at_struct_end_p): Do not limit to size of decl for
11464         DECL_COMMONS if flag_unconstrained_commons is set.
11465         * tree-dfa.c (get_ref_base_and_extent): Likewise.
11466         * doc/invoke.texi (Optimize Options): Add -funconstrained-commons.
11467         (funconstrained-commons): Document.
11469 2016-03-10  Christophe Lyon  <christophe.lyon@linaro.org>
11471         * config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add
11472         aarch64-fusion-pairs.def and aarch64-tuning-flags.def
11474 2016-03-10  Ilya Enkovich  <enkovich.gnu@gmail.com>
11476         * tree-vect-stmts.c (vectorizable_mask_load_store): Check mask
11477         has a proper number of elements.
11479 2016-03-10  Alan Modra  <amodra@gmail.com>
11481         PR rtl-optimization/69195
11482         PR rtl-optimization/47992
11483         * ira.c (recorded_label_ref): Delete.
11484         (update_equiv_regs): Return void.
11485         (indirect_jump_optimize): New function.
11486         (ira): Call indirect_jump_optimize and delete_trivially_dead_insns
11487         before regstat_compute_ri.  Don't rebuild_jump_labels here.
11488         Delete update_regstat.
11490 2016-03-10  Richard Biener  <rguenther@suse.de>
11492         PR tree-optimization/70128
11493         * tree-ssa-structalias.c (set_uids_in_ptset): Set
11494         vars_contains_nonlocal for any FUNCTION_DECL or LABEL_DECL.
11496 2016-03-09  Jakub Jelinek  <jakub@redhat.com>
11498         PR tree-optimization/70152
11499         * tree-sra.c (replace_removed_params_ssa_names): Copy over
11500         SSA_NAME_OCCURS_IN_ABNORMAL_PHI from old_name to new_name.
11502         PR target/70086
11503         * config/i386/i386.md (truncdfsf2 splitter): Use gen_vec_concatv2df
11504         instead of gen_sse2_loadlpd.
11505         * config/i386/sse.md (*vec_concatv2df): Rename to...
11506         (vec_concatv2df): ... this.
11508         PR tree-optimization/70127
11509         * fold-const.c (operand_equal_p): Revert the 2015-10-28 change.
11511 2016-03-09  David Malcolm  <dmalcolm@redhat.com>
11513         PR c/68473
11514         PR c++/70105
11515         * diagnostic-show-locus.c (compatible_locations_p): New function.
11516         (layout::layout): Sanitize ranges using compatible_locations_p.
11518 2016-03-09  David Malcolm  <dmalcolm@redhat.com>
11520         PR c/68473
11521         PR c++/70105
11522         * diagnostic-show-locus.c (layout_range::layout_range): Replace
11523         location_range param with three const expanded_locations * and a
11524         bool.
11525         (layout::layout): Replace call to
11526         rich_location::lazily_expand_location with get_expanded_location.
11527         Extract the range and perform location expansion here, passing
11528         the results to the layout_range ctor.
11529         * diagnostic.c (source_range::debug): Delete.
11530         * diagnostic.h (diagnostic_expand_location): Reimplement in terms
11531         of rich_location::get_expanded_location.
11532         * gcc-rich-location.c (get_range_for_expr): Delete.
11533         (gcc_rich_location::add_expr): Reimplement to avoid the
11534         rich_location::add_range overload that took a location_range,
11535         passing a location_t instead.
11537 2016-03-09  Richard Biener  <rguenther@suse.de>
11538         Jakub Jelinek  <jakub@redhat.com>
11540         PR tree-optimization/70138
11541         * tree-vect-loop-manip.c (vect_update_ivs_after_vectorizer):
11542         Also skip vect_double_reduction_def.
11544 2016-03-09  Jakub Jelinek  <jakub@redhat.com>
11546         PR target/70049
11547         * config/i386/sse.md (*vec_extract<mode>): Use %0 instead of %k0
11548         if the operand is "m".
11550 2016-03-09  Nathan Sidwell  <nathan@acm.org>
11552         * config/nvptx/nvptx.c (nvptx_option_override): Don't kill debug level.
11554 2016-03-09  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
11556         * config/i386/i386.c (processor_target_table): Fix cost table
11557         intialization order for znver1.
11559 2016-03-08  Jakub Jelinek  <jakub@redhat.com>
11561         * ipa-polymorphic-call.c (walk_ssa_copies): Fix spelling
11562         - becuase -> because.
11563         * ipa-reference.c (ignore_module_statics): Likewise.
11564         * cgraph.c (cgraph_node::get_body): Likewise.
11565         * ipa-inline.c (early_inliner): Likewise.
11566         * ipa-devirt.c (types_same_for_odr): Likewise.
11567         * tree-streamer-out.c (pack_ts_type_common_value_fields): Likewise.
11568         * config/i386/i386.h (ACCUMULATE_OUTGOING_ARGS): Likewise.
11570 2016-03-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11572         * tree-ssa-math-opts.c: Fix typo in comment.
11574 2016-03-08  Jakub Jelinek  <jakub@redhat.com>
11576         PR target/70110
11577         * config/i386/i386.c (scalar_chain::make_vector_copies,
11578         scalar_chain::convert_reg): Call end_sequence in between
11579         get_insns and emit_conversion_insns rather than after both
11580         calls.
11582 2016-03-07  Uros Bizjak  <ubizjak@gmail.com>
11584         PR target/70064
11585         * config/i386/i386.h (machine_function): Add
11586         pc_thunk_call_expanded flag.
11587         (ix86_pc_thunk_call_expanded): New define.
11588         * config/i386/i386.md (set_got, set_got_labelled): New expanders.
11589         (*set_got): Rename insn pattern from set_got.
11590         (*set_got_labelled): Rename inst pattern from set_got_labelled.
11591         * config/i386/i386.c (ix86_compute_frame_layout): Use
11592         ix86_pc_thunk_call_expanded to prevent red-zone.
11594 2016-03-07  Martin Jambor  <mjambor@suse.cz>
11596         * hsa.h (hsa_get_ctor_statements): Declare.
11597         (hsa_get_dtor_statements): Likewise.
11598         (hsa_get_kernel_dispatch_type): Likewise.
11599         * hsa.c (hsa_get_ctor_statements): New function.
11600         (hsa_get_dtor_statements): Likewise.
11601         (hsa_get_kernel_dispatch_type): Likewise.
11602         * hsa-brig.c (hsa_cdtor_statements): Removed.
11603         (hsa_output_libgomp_mapping): Use hsa_get_ctor_statements and
11604         hsa_get_dtor_statements.
11605         * hsa-gen.c (hsa_kernel_dispatch_type): Removed.
11606         (get_hsa_kernel_dispatch_offset): Use hsa_get_kernel_dispatch_type.
11608 2016-03-07  Andre Vieira  <andre.simoesdiasvieira@arm.com>
11610         * config/arm/arm-cores.def (cortex-r8): New.
11611         * config/arm/arm-tables.opt (cortex-r8): Regenerate.
11612         * config/arm/arm-tune.md: Likewise.
11613         * doc/invoke.texi: Add cortex-r8 to list of cpu values.
11615 2016-03-07  Martin Sebor  <msebor@redhat.com>
11617         PR rtl-optimization/19705
11618         * doc/invoke.texi (Options That Control Optimization): Clarify
11619         -fno-branch-count-reg.
11621 2016-02-26  Richard Biener  <rguenther@suse.de>
11622             Jeff Law  <law@redhat.com>
11624         PR tree-optimization/69740
11625         * cfghooks.c (remove_edge): Request loop fixups if we delete
11626         an edge that might turn an irreducible loop into a natural
11627         loop.
11628         * cfgloop.h (check_verify_loop_structure): Clear LOOPS_NEED_FIXUP.
11629         Move after definition of loops_state_clear.
11631 2016-03-07  Bin Cheng  <bin.cheng@arm.com>
11633         PR rtl-optimization/69052
11634         * rtlanal.c (commutative_operand_precedence): Set higher precedence
11635         to CONST_WIDE_INT.
11637 2016-03-07  Tom de Vries  <tom@codesourcery.com>
11639         PR tree-optimization/70116
11640         * tree-ssa-tail-merge.c (merge_stmts_p): New function, handling
11641         is_tm_ending stmts and ubsan/asan internal functions.
11642         (find_duplicate): Use it.  Don't test is_tm_ending here.
11644 2016-03-07  Richard Biener  <rguenther@suse.de>
11646         PR tree-optimization/70115
11647         * tree-ssa-loop-ivcanon.c (propagate_into_all_uses): Remove.
11648         (propagate_constants_for_unrolling): Use replace_uses_by.
11650 2016-03-07  Nathan Sidwell  <nathan@codesourcery.com>
11652         PR middle-end/69916
11653         * omp-low.c (struct oacc_loop): Add ifns.
11654         (new_oacc_loop_raw): Initialize it.
11655         (finish_oacc_loop): Clear mask & flags if no ifns.
11656         (oacc_loop_discover_walk): Count IFN_GOACC_LOOP calls.
11657         (oacc_loop_xform_loop): Add ifns arg & adjust.
11658         (oacc_loop_process): Adjust oacc_loop_xform_loop call.
11660 2016-03-07  Richard Henderson  <rth@redhat.com>
11662         PR rtl-opt/70061
11663         * tree-outofssa.c (emit_partition_copy): Flush pending stack adjust.
11664         (insert_value_copy_on_edge): Likewise.
11666 2016-03-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11668         * config/arm/arm_neon.h: Show error if using with soft-float ABI.
11670 2016-03-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11672         PR target/62281
11673         * config/i386/sol2.h (STACK_REALIGN_DEFAULT): Define.
11675 2016-03-05  Venkataramanan Kumar  <Venkataramanan.kumar@amd.com>
11677         * config/i386/i386.c (znver1_cost): Fix Multiply cost.
11679 2016-03-05  Venkataramanan Kumar  <Venkataramanan.kumar@amd.com>
11681         Fix sseimul type attribute.
11682         * config/i386/znver1.md
11683         (znver1_sseimul, znver1_sseimul_avx256, znver1_sseimul_load,
11684         znver1_sseimul_avx256_load) : Fix the type attribute.
11685         (znver1_sseimul_di, znver1_sseimul_load_di): Fix type attribute,
11686         pipe usage and latency.
11688 2016-03-05  Jakub Jelinek  <jakub@redhat.com>
11690         PR c++/70084
11691         * tree-inline.c (copy_tree_body_r): When cancelling ADDR_EXPR
11692         of INDIRECT_REF and ADDR_EXPR changed type, fold_convert it
11693         to the right type.
11695 2016-03-04  Bernd Schmidt  <bschmidt@redhat.com>
11697         PR c/69973
11698         * targhooks.c (default_vector_alignment): Limit to MAX_OFILE_ALIGNMENT.
11700         PR rtl-optimization/69941
11701         * postreload.c (reload_combine_recognize_pattern): Ensure all uses of
11702         the reg share its mode.
11704 2016-03-04  Jeff Law  <law@redhat.com>
11706         PR tree-optimization/69196
11707         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
11708         If the both SSA_NAMEs are anonymous, then consider them unassociated
11709         and include the PHI in the statement count.
11711 2016-03-05  Tom de Vries  <tom@codesourcery.com>
11713         * omp-low.c (check_omp_nesting_restrictions): Check for non-oacc
11714         construct in oacc routine.  Check for oacc region in oacc routine.
11716 2016-03-04  Jakub Jelinek  <jakub@redhat.com>
11718         PR target/70062
11719         * config/i386/i386.c (decide_alg): Add RECUR argument.  Revert
11720         2016-02-22 changes, instead don't recurse if RECUR is already true.
11721         Don't change *dynamic_check if RECUR.  Adjust recursive caller
11722         to pass true to the new argument.
11723         (ix86_expand_set_or_movmem): Adjust decide_alg caller.
11725         PR target/70059
11726         * config/i386/sse.md (vec_set_lo_<mode><mask_name>,
11727         <extract_type_2>_vinsert<shuffletype><extract_suf_2>_mask): Formatting
11728         fixes.
11729         (vec_set_hi_<mode><mask_name>): Likewise.  Swap VEC_CONCAT operands.
11731 2016-03-04  Bernd Schmidt  <bschmidt@redhat.com>
11733         PR rtl-optimization/57676
11734         * lra-assigns.c (lra_assign): Guard test for maximum iterations
11735         with flag_checking.
11737 2016-03-04  Ilya Enkovich  <enkovich.gnu@gmail.com>
11739         * tree-vect-patterns.c (search_type_for_mask): Handle
11740         comparison of booleans.
11742 2016-03-04  Jakub Jelinek  <jakub@redhat.com>
11744         * doc/extend.texi (__builtin_alloca, __builtin_alloca_with_align):
11745         Fix @xref usage.
11747         PR debug/69947
11748         * dwarf2out.c (prune_unused_types_walk_loc_descr): Handle
11749         all other ops that have dw_val_class_die_ref operands,
11750         and DW_OP_GNU_entry_value.
11752 2016-03-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
11754         PR rtl-optimization/69904
11755         * config/arm/arm.c (arm_cannot_copy_insn_p):
11756         Return true for load-exclusive instructions.
11758 2016-03-03  Jakub Jelinek  <jakub@redhat.com>
11760         PR target/70021
11761         * tree-vect-stmts.c (vect_mark_relevant): Remove USED_IN_PATTERN
11762         argument, if STMT_VINFO_IN_PATTERN_P (stmt_info), always mark
11763         the pattern no matter if it is used just by non-pattern, pattern
11764         or mix thereof.
11765         (process_use, vect_mark_stmts_to_be_vectorized): Adjust callers.
11766         * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern): If
11767         oprnd1 def_stmt is in pattern, don't look through it.
11769 2016-03-03  Marek Polacek  <polacek@redhat.com>
11771         PR middle-end/70050
11772         * match.pd (X % -Y): Add INTEGRAL_TYPE_P check.
11774 2016-03-03  Martin Liska  <mliska@suse.cz>
11776         PR tree-optimization/70043
11777         * tree-vect-loop.c (optimize_mask_stores): Move iterator to
11778         previous statement if we see a debug statement.
11780 2016-03-03  Richard Biener  <rguenther@suse.de>
11782         PR tree-optimization/55936
11783         * tree-vrp.c (compare_name_with_value): Add use_equiv_p
11784         parameter and guard unsafe equivalence use.
11785         (vrp_evaluate_conditional_warnv_with_ops): Always use
11786         safe equivalences but not via the quadratic compare_names
11787         helper.
11789 2016-03-03  Michael Collison  <michael.collison@linaro.org>
11791         PR target/70014
11792         * config/arm/arm.md (*subsi3_carryin_const): Change predicate
11793         for operand 1 to s_register_operand. Change predicate for operand
11794         2 to arm_not_immediate_operand.
11796 2016-03-02  H.J. Lu  <hongjiu.lu@intel.com>
11798         * doc/tm.texi: Regenerated.
11800 2016-03-02  Richard Henderson  <rth@redhat.com>
11802         PR rtl-opt/67145
11803         * simplify-rtx.c (simplify_plus_minus): Allow reassoc without
11804         simplification when all args are positive non-fixed registers.
11806 2016-03-02  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
11808         * target.def (lra_p): Specify that new ports should use LRA.
11810 2016-03-02  Jakub Jelinek  <jakub@redhat.com>
11812         PR libgomp/69555
11813         * gimplify.c (gimplify_decl_expr): For decls with REFERENCE_TYPE, also
11814         gimplify_type_sizes the type they refer to.
11815         (omp_notice_variable): Handle reference vars to VLAs.
11816         * omp-low.c (lower_omp_target): Emit setup of OMP_CLAUSE_PRIVATE
11817         reference to VLA decls in the second pass instead of first pass.
11819 2016-03-02  Tom de Vries  <tom@codesourcery.com>
11821         PR tree-optimization/68659
11822         * graphite-isl-ast-to-gimple.c (collect_all_ssa_names): Handle
11823         new_expr == NULL_TREE.
11824         (get_new_name): Handle ADDR_EXPR.
11826 2016-03-02  Bin Cheng  <bin.cheng@arm.com>
11828         PR rtl-optimization/69052
11829         * loop-invariant.c (canonicalize_address): New function.
11830         (inv_can_prop_to_addr_use): Check validity of address expression
11831         which is canonicalized by above function.
11833 2016-03-02  Alan Modra  <amodra@gmail.com>
11835         PR ipa/69990
11836         * ipa-icf.c (sem_variable::merge): Do not merge an alias with
11837         larger alignment.
11839 2016-03-02  Jakub Jelinek  <jakub@redhat.com>
11841         PR target/70028
11842         * config/i386/i386.md (kmovw): Move m constraint to 2nd alternative.
11843         (*movhi_internal): Put mask moves from and to memory separately
11844         from moves from/to GPRs.
11846 2016-03-02  Richard Biener  <rguenther@suse.de>
11848         * genmatch.c (dt_node::gen_kids): Fix match code-gen for embedded
11849         GENERIC expressions in GIMPLE.
11851 2016-03-02  Richard Biener  <rguenther@suse.de>
11853         * config/i386/i386.c (type_natural_mode): Fix typo.
11855 2016-03-02  Nick Clifton  <nickc@redhat.com>
11857         * config.gcc (mep-*-elf): Add newlib-stdint.h to tm_file.
11859 2016-03-02  Richard Biener  <rguenther@suse.de>
11860             Uros Bizjak  <ubizjak@gmail.com>
11862         PR target/67278
11863         * config/i386/i386.c (type_natural_mode): Handle XFmode vectors.
11865 2016-03-02  Richard Biener  <rguenther@suse.de>
11867         PR middle-end/67278
11868         * tree-cfg.c (verify_expr): Adjust BIT_FIELD_REF case.
11870 2016-03-02  Marek Polacek  <polacek@redhat.com>
11872         PR c/67854
11873         * gimplify.c (gimplify_va_arg_expr): Use expanded location for the
11874         "is promoted to" warning.
11876 2016-03-01  DJ Delorie  <dj@redhat.com>
11878         * config.gcc: Deprecate mep-*.
11880 2016-03-01  Vladimir Makarov  <vmakarov@redhat.com>
11882         PR middle-end/70025
11883         * lra-constraints.c (regno_val_use_in): New.
11884         (match_reload): Use it instead of regno_use_in.
11886 2016-03-01  Eric Botcazou  <ebotcazou@adacore.com>
11888         PR rtl-optimization/70007
11889         * gcse.c (compute_ld_motion_mems): Tidy up and also invalidate memory
11890         references present in REG_EQUAL notes attached to non-SET patterns.
11892 2016-03-01  Jeff Law  <law@redhat.com>
11894         PR tree-optimization/69196
11895         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
11896         Appropriately clamp the number of statements to copy when the
11897         thread path does not traverse a loop backedge.
11899         PR tree-optimization/69196
11900         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
11901         Do count some PHIs in the thread path against the insn count.  Decrease
11902         final statement count by one as the control statement in the last
11903         block will get removed.  Remove special cased code for handling PHIs
11904         in the last block.
11906 2016-03-01  Uros Bizjak  <ubizjak@gmail.com>
11908         PR target/70027
11909         * config/i386/i386.c (ix86_output_call_insn): Add -masm=intel
11910         asm dialect alternatives to explicit GOTPCREL calls.
11912 2016-03-01  Eric Botcazou  <ebotcazou@adacore.com>
11914         PR ada/70017
11915         * ira.c (do_reload): Issue warning for generic stack checking here...
11916         * reload1.c (reload): ...instead of here and streamline it.
11918 2016-03-01  Nick Clifton  <nickc@redhat.com>
11920         * config.gcc (cr16-*-elf): Add newlib-stdint.h to tm_file.
11922 2016-03-01  Richard Biener  <rguenther@suse.de>
11924         PR tree-optimization/69983
11925         * tree-chrec.c (eq_evolutions_p): Handle conversions, compare
11926         types and fall back to operand_equal_p.
11928 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11930         Revert
11931         2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11933         * config/s390/constraints.md ("jm8"): New constraint.
11934         * config/s390/predicates.md ("const_int_8bitset_operand"): New
11935         predicate.
11936         * config/s390/s390.md ("*setmem_long", "*setmem_long_and"): Merge
11937         into ...
11938         ("*setmem_long<setmem_and>"): New pattern.
11939         ("*setmem_long_31z", "*setmem_long_and_31z"): Merge
11940         into ...
11941         ("*setmem_long_31z<setmem_and>"): New pattern.
11942         * config/s390/subst.md ("setmem_31z_subst", "setmem_and_subst"):
11943         New substitution rules with the required attributes.
11946 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11948         Revert
11949         2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11951         * gensupport.c (process_substs_on_one_elem): Split loop to
11952         complete mark_operands_used_in_match_dup on all expressions in the
11953         vector first.
11954         (adjust_operands_numbers): Inline into process_substs_on_one_elem
11955         and remove function.
11957 2016-03-01  Richard Biener  <rguenther@suse.de>
11959         PR middle-end/70022
11960         * fold-const.c (fold_indirect_ref_1): Fix range checking for
11961         vector BIT_FIELD_REF extract.
11963 2016-03-01  Richard Biener  <rguenther@suse.de>
11965         PR tree-optimization/69994
11966         * tree-ssa-reassoc.c (ops_equal_values_p): Handle missing case.
11968 2016-03-01  Ilya Enkovich  <enkovich.gnu@gmail.com>
11970         PR tree-optimization/69956
11971         * tree-vect-stmts.c (supportable_widening_operation): Support
11972         multi-step conversion of boolean vectors.
11973         (supportable_narrowing_operation): Likewise.
11975 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11977         * config/s390/s390.c (s390_decompose_address): Don't accept SImode
11978         anymore.
11980 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11982         * config/s390/subst.md (DSI_VI): New mode iterator.
11983         ("addr_style_op_subst"): Use DSI_VI instead of DSI.
11984         * config/s390/vector.md ("vec_set<mode>"): Move expander before
11985         the insn definition.
11986         ("*vec_set<mode>"): Change predicate and add alternative to
11987         support only either register or const_int operands as element
11988         selector.
11989         ("*vec_set<mode>_plus"): New pattern to support reg + const_int
11990         operands.
11991         ("vec_extract<mode>"): New expander.
11992         ("*vec_extract<mode>"): New insn definition supporting reg and
11993         const_int element selectors.
11994         ("*vec_extract<mode>_plus"): New insn definition supporting
11995         reg+const_int element selectors.
11996         ("rotl<mode>3", "ashl<mode>3", "ashr<mode>3"): Merge into the
11997         following expander+insn definition.
11998         ("<vec_shifts_name><mode>3"): New expander.
11999         ("*<vec_shifts_name><mode>3<addr_style_op>"): New insn definition.
12001 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12003         * config/s390/s390.md ("*tabort_1"): Change predicate to
12004         nonmemory_operand.  Add a second alternative to cover
12005         register as well as const int operands.
12006         ("*tabort_1_plus"): New pattern definition.
12008 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12010         * config/s390/s390.md ("*ashrdi3_cc_31")
12011         ("*ashrdi3_cconly_31""*ashrdi3_cc_31_and")
12012         ("*ashrdi3_cconly_31_and", "*ashrdi3_31_and", "*ashrdi3_31"):
12013         Merge insn definitions into ...
12014         ("*ashrdi3_31<addr_style_op_cc><masked_op_cc><setcc><cconly>"):
12015         New pattern definition.
12016         ("*ashr<mode>3_cc", "*ashr<mode>3_cconly", "ashr<mode>3", )
12017         ("*ashr<mode>3_cc_and", "*ashr<mode>3_cconly_and")
12018         ("*ashr<mode>3_and"): Merge insn definitions into ...
12019         ("*ashr<mode>3<addr_style_op_cc><masked_op_cc><setcc><cconly>"):
12020         New pattern definition.
12021         * config/s390/subst.md ("addr_style_op_cc_subst")
12022         ("masked_op_cc_subst", "setcc_subst", "cconly_subst"): New
12023         substitutions patterns plus attributes.
12024         Add ashiftrt to SUBST iterator.
12026 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12028         * config/s390/s390.md ("<shift><mode>3"): Change predicate of
12029         op2 to nonmemory_operand.
12030         ("*<shift>di3_31", "*<shift>di3_31_and"):
12031         Merge into single pattern definition ...
12032         ("*<shift>di3_31<addr_style_op><masked_op>"): New pattern.
12033         ("*<shift><mode>3", "*<shift><mode>3_and"): Merge into single
12034         pattern definition ...
12035         ("*<shift><mode>3<addr_style_op><masked_op>"): New pattern.
12036         * config/s390/subst.md: Add ashift and lshiftrt to SUBST
12037         iterator.
12039 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12041         * config/s390/predicates.md (const_int_6bitset_operand): New
12042         predicate.
12043         * config/s390/s390.md: Include subst.md.
12044         ("rotl<mode>3"): New expander.
12045         ("rotl<mode>3", "*rotl<mode>3_and"): Merge insn definitions into
12046         ...
12047         ("*rotl<mode>3<addr_style_op><masked_op>"): New insn definition.
12048         * config/s390/subst.md: New file.
12050 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12052         * config/s390/s390.md ("op_type", "atype", "length" attributes):
12053         Remove RRR type.  It doesn't really exist.
12054         ("RRer", "f0", "v0", "vf", "vd", "op1", "Rf"): Remove mode
12055         attributes.
12056         ("BFP", "DFP", "nDSF", "nDFDI"): Add mode attributes.
12057         ("*cmp<mode>_ccs", "floatdi<mode>2", "add<mode>3")
12058         ("*add<mode>3_cc", "*add<mode>3_cconly", "sub<mode>3")
12059         ("*sub<mode>3_cc", "*sub<mode>3_cconly", "mul<mode>3")
12060         ("fma<mode>4", "fms<mode>4", "div<mode>3", "*neg<mode>2")
12061         ("*abs<mode>2", "*negabs<mode>2", "sqrt<mode>2"): Override
12062         `enabled' attribute.
12064 2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12066         * gensupport.c (process_substs_on_one_elem): Split loop to
12067         complete mark_operands_used_in_match_dup on all expressions in the
12068         vector first.
12069         (adjust_operands_numbers): Inline into process_substs_on_one_elem
12070         and remove function.
12072 2016-02-29  Eric Botcazou  <ebotcazou@adacore.com>
12074         PR target/69706
12075         * config/sparc/sparc.c (NWORDS_UP): Rename to...
12076         (CEIL_NWORDS): ...this.  Use CEIL macro.
12077         (compute_fp_layout): Adjust to above renaming.
12078         (function_arg_union_value): Likewise.
12079         (sparc_arg_partial_bytes): Likewise.
12080         (sparc_function_arg_advance): Likewise.
12082 2016-02-29  Jeff Law  <law@redhat.com>
12084         PR tree-optimization/70005
12085         * tree-ssa-uncprop.c (associate_equivalences_with_edges): Handle case
12086         where an object with a boolean range is compared against a value
12087         outside [0..1].
12089         PR tree-optimization/69999
12090         * gimple-ssa-split-paths.c (split_paths): When duplicating a block
12091         with an outgoing edge marked with EDGE_IRREDUCIBLE_LOOP, schedule
12092         loop cleanups.
12094 2016-02-29  Richard Biener  <rguenther@suse.de>
12096         PR tree-optimization/69994
12097         * tree-ssa-reassoc.c (gimple_nop_conversion_p): New function.
12098         (get_unary_op): Look through nop conversions.
12099         (ops_equal_values_p): New function, look for equality diregarding
12100         nop conversions.
12101         (eliminate_plus_minus_pair): Use ops_equal_values_p
12102         (repropagate_negates): Do not use get_unary_op here.
12104 2016-02-29  Martin Liska  <mliska@suse.cz>
12106         * system.h: Poison ENABLE_CHECKING macro.
12108 2016-02-29  Martin Liska  <mliska@suse.cz>
12110         * hsa-gen.c (gen_body_from_gimple): Dump only if TDF_DETAILS
12111         is presented in dump flags.
12112         * hsa-regalloc.c (linear_scan_regalloc): Likewise.
12113         (hsa_regalloc): Likewise.
12115 2016-02-19  Richard Biener  <rguenther@suse.de>
12117         PR tree-optimization/69980
12118         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Update
12119         permutation of those we need to keep.
12121 2016-02-29  Eric Botcazou  <ebotcazou@adacore.com>
12123         PR target/69706
12124         * config/sparc/sparc.c (ROUND_ADVANCE): Rename to...
12125         (NWORDS_UP): ...this
12126         (init_cumulative_args): Minor tweaks.
12127         (sparc_promote_function_mode): Likewise.
12128         (scan_record_type): Delete.
12129         (traverse_record_type): New function template.
12130         (classify_data_t): New structure type.
12131         (classify_registers): New inline function.
12132         (function_arg_slotno): In 64-bit mode, bail out early if FP slots are
12133         exhausted.  Instantiate traverse_record_type on classify_registers and
12134         deal with the case of a structure passed in slot #15 with no FP field
12135         in the first word.
12136         (assign_data_t): New structure type.
12137         (compute_int_layout): New static function.
12138         (compute_fp_layout): Likewise.
12139         (count_registers): New inline function.
12140         (assign_int_registers): New static function.
12141         (assign_fp_registers): Likewise.
12142         (assign_registers): New inline function.
12143         (function_arg_record_value_1): Delete.
12144         (function_arg_record_value_2): Likewise.
12145         (function_arg_record_value_3): Likewise.
12146         (function_arg_record_value): Adjust to above changes.  Instantiate
12147         traverse_record_type on count_registers to first count the number of
12148         registers to be used and then on assign_registers to assign them.
12149         (function_arg_union_value): Adjust to above renaming.
12150         (sparc_function_arg_1); Minor tweaks.  Remove commented out code.
12151         (sparc_arg_partial_bytes): Adjust to above renaming.  Deal with the
12152         case of a structure passed in slot #15
12153         (sparc_function_arg_advance): Likewise.
12154         (function_arg_padding): Minor tweak.
12156 2016-02-29  Richard Biener  <rguenther@suse.de>
12158         PR tree-optimization/69720
12159         * tree-vect-loop.c (get_initial_def_for_reduction): Avoid
12160         the adjustment_def path for possibly vectorized defs.
12161         (vect_create_epilog_for_reduction): Handle vectorized initial
12162         defs properly.
12164 2016-02-28  Eric Botcazou  <ebotcazou@adacore.com>
12166         * config/i386/cygming.h (STACK_REALIGN_DEFAULT): Define.
12168 2016-02-27  Jeff Law  <law@redhat.com>
12170         Revert
12171         2016-02-26  Richard Biener  <rguenther@suse.de>
12172                     Jeff Law  <law@redhat.com>
12174         PR tree-optimization/69740
12175         * cfghooks.c (remove_edge): Request loop fixups if we delete
12176         an edge that might turn an irreducible loop into a natural
12177         loop.
12179 2016-02-27  Jakub Jelinek  <jakub@redhat.com>
12181         PR rtl-optimization/69896
12182         * tree-vect-generic.c (get_compute_type): Avoid single element
12183         vector types.
12185 2016-02-26  Evandro Menezes  <e.menezes@samsung.com>
12187         Rename the AArch64 tuning option and related functions to enable the
12188         Newton series for the reciprocal square root to reflect its
12189         approximative characteristic.
12191         * config/aarch64/aarch64-protos.h (aarch64_emit_swrsqrt): Rename
12192         function to "aarch64_emit_approx_rsqrt".
12193         * config/aarch64/aarch64-tuning-flags.def: Rename tuning flag to
12194         AARCH64_EXTRA_TUNE_APPROX_RSQRT.
12195         * config/aarch64/aarch64.c (exynosm1_tunigs): Use new flag name.
12196         (xgene1_tunings): Likewise.
12197         (use_rsqrt_p): Likewise.
12198         (aarch64_emit_swrsqrt): Use new function name.
12199         * config/aarch64/aarch64-simd.md (aarch64_rsqrts_*): Likewise.
12200         * config/aarch64/aarch64.opt (mlow-precision-recip-sqrt): Reword the
12201         text explaining this option.
12202         * doc/invoke.texi (-mlow-precision-recip-sqrt): Likewise.
12204 2016-02-26  Jakub Jelinek  <jakub@redhat.com>
12206         PR target/69969
12207         * config/rs6000/rs6000.c (rs6000_option_override_internal): Don't
12208         complain about -mallow-movmisalign without -mvsx if
12209         TARGET_ALLOW_MOVMISALIGN was not set explicitly.
12211 2016-02-26  Joel Sherrill  <joel@rtems.org>
12213         * config.gcc: Add x86_64-*-rtems*.
12214         * config/i386/rtems-64.h: New file.
12216 2016-02-26  Joel Sherrill  <joel@rtems.org>
12218         * config.gcc: Add aarch64-*-rtems*.
12219         * config/aarch64/rtems.h: New file.
12221 2016-02-26  Segher Boessenkool  <segher@kernel.crashing.org>
12223         PR target/69946
12224         * config/rs6000/rs6000.c (rs6000_insn_for_shift_mask): Print rlwinm
12225         shift amount using %h.  Add comment.
12227 2016-02-26  Richard Biener  <rguenther@suse.de>
12228             Jeff Law  <law@redhat.com>
12230         PR tree-optimization/69740
12231         * cfghooks.c (remove_edge): Request loop fixups if we delete
12232         an edge that might turn an irreducible loop into a natural
12233         loop.
12235 2016-02-26  Martin Jambor  <mjambor@suse.cz>
12237         PR middle-end/69920
12238         * tree-sra.c (sra_modify_assign): Do not remove loads of
12239         uninitialized aggregates to SSA_NAMEs.
12241 2016-02-26  Richard Henderson  <rth@redhat.com>
12243         PR target/69709
12244         * config/s390/s390.md (risbg and risbgn splitters): Allocate new
12245         pseudo in case the target rtx matches the source of the left
12246         shift.
12248 2016-02-26  Martin Jambor  <mjambor@suse.cz>
12250         PR hsa/69568
12251         * hsa.h (hsa_type_packed_p): Declare.
12252         * hsa.c (hsa_type_packed_p): New function.
12253         * hsa-gen.c (mem_type_for_type): Use unsigned type for packed
12254         loads.
12255         (gen_hsa_insns_for_store): Use hsa_type_packed_p.
12256         * hsa-brig.c (emit_basic_insn): Likewise.
12258 2016-02-26  Martin Jambor  <mjambor@suse.cz>
12260         pr hsa/69674
12261         * hsa-gen.c (gen_hsa_phi_from_gimple_phi): Use proper hsa type for
12262         pointers.
12263         (gen_hsa_addr): Allow integer constants in TMR_INDEX2.
12265 2016-02-26  Martin Jambor  <mjambor@suse.cz>
12267         * hsa.h (is_a_helper): New overload for hsa_op_immed for
12268         hsa_op_with_type operands.
12269         (hsa_unsigned_type_for_type): Declare.
12270         * hsa.c (hsa_unsigned_type_for_type): New function.
12271         * hsa-gen.c (gen_hsa_binary_operation): Use hsa_unsigned_type_for_type.
12272         (gen_hsa_insns_for_operation_assignment): Satisfy constrains of
12273         the finalizer.  Do not emit extra move.
12275 2016-02-26  Martin Jambor  <mjambor@suse.cz>
12277         * hsa-gen.c (gen_hsa_ternary_atomic_for_builtin): Fail in presence of
12278         atomic operations in private segment.
12280 2016-02-26  Martin Jambor  <mjambor@suse.cz>
12282         * omp-low.c (grid_find_ungridifiable_statement): Store problematic
12283         statements to wi->info.  Also disallow omp simd constructs.
12284         (grid_target_follows_gridifiable_pattern): Use wi.info to dump reason
12285         for not gridifying.  Dump special string for omp_for.
12287 2016-02-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12289         PR target/69245
12290         * config/aarch64/aarch64.c (aarch64_set_current_function):
12291         Save/restore target globals when switching to
12292         target_option_default_node.
12294 2016-02-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12296         PR target/69613
12297         * config/aarch64/aarch64.c (aarch64_shift_truncation_mask):
12298         Return 0 if !SHIFT_COUNT_TRUNCATED.
12300 2016-02-26  Jakub Jelinek  <jakub@redhat.com>
12301             Eric Botcazou  <ebotcazou@adacore.com>
12303         PR rtl-optimization/69891
12304         * dse.c (scan_insn): If we can't figure out memset arguments
12305         or they are non-constant, call clear_rhs_from_active_local_stores.
12307 2016-02-26  Martin Liska  <mliska@suse.cz>
12309         * doc/extend.texi: Mention clog10, clog10f an clog10l
12310         in Builtins section.
12312 2016-02-26  Martin Liska  <mliska@suse.cz>
12314         * dwarf2out.c (new_loc_descr): Replace ENABLE_CHECKING with
12315         CHECKING_P.
12316         (resolve_args_picking_1): Likewise.
12317         * dwarf2out.h (struct GTY): Likewise.
12319 2016-02-26  Martin Liska  <mliska@suse.cz>
12321         * hsa-gen.c (generate_hsa): Replace ENABLE_CHECKING macro
12322         with flag_checking.
12323         * hsa-regalloc.c (linear_scan_regalloc): Likewise.
12325 2016-02-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
12326             Martin Liska  <mliska@suse.cz>
12328         * doc/install.texi: Mention --enable-valgrind-annotations.
12330 2016-02-26  Richard Biener  <rguenther@suse.de>
12332         PR tree-optimization/69551
12333         * tree-ssa-structalias.c (get_constraint_for_ssa_var): When
12334         looking through aliases adjust DECL_PT_UID to refer to the
12335         ultimate alias target.
12337 2016-02-25  Martin Liska  <mliska@suse.cz>
12339         PR middle-end/69919
12340         * alloc-pool.c (after_memory_report): New variable.
12341         * alloc-pool.h (base_pool_allocator ::release): Do not use
12342         the infrastructure if after_memory_report.
12343         * toplev.c (toplev::main): Mark after memory report.
12345 2016-02-25  Richard Biener  <rguenther@suse.de>
12347         PR tree-optimization/48795
12348         * tree-vrp.c (check_array_ref): Use array_at_struct_end_p.
12350 2016-02-25  Ilya Verbin  <ilya.verbin@intel.com>
12352         PR driver/68463
12353         * config/gnu-user.h (CRTOFFLOADBEGIN): Define.  Add crtoffloadbegin.o if
12354         offloading is enabled and -fopenacc or -fopenmp is specified.
12355         (CRTOFFLOADEND): Likewise.
12356         (GNU_USER_TARGET_STARTFILE_SPEC): Add CRTOFFLOADBEGIN.
12357         (GNU_USER_TARGET_ENDFILE_SPEC): Add CRTOFFLOADEND.
12358         * lto-wrapper.c (offloadbegin, offloadend): Remove static vars.
12359         (offload_objects_file_name): New static var.
12360         (tool_cleanup): Remove offload_objects_file_name file.
12361         (find_offloadbeginend): Replace with ...
12362         (find_crtoffloadtable): ... this.
12363         (run_gcc): Remove offload_argc and offload_argv.
12364         Get offload_objects_file_name from -foffload-objects=... option.
12365         Read names of object files with offload from this file, pass them to
12366         compile_images_for_offload_targets.  Don't call find_offloadbeginend and
12367         don't pass offloadbegin and offloadend to the linker.  Don't pass
12368         offload non-LTO files to the linker, because now they're not claimed.
12370 2016-02-25  Jan Hubicka  <hubicka@ucw.cz>
12372         PR ipa/69630
12373         * ipa-devirt.c (possible_polymorphic_call_targets): Do not ICE
12374         on builtin_unreachable.
12376 2016-02-25  Jakub Jelinek  <jakub@redhat.com>
12378         PR rtl-optimization/69896
12379         * regcprop.c: Include cfgrtl.h.
12380         (copyprop_hardreg_forward_1): If noop_p insn uses narrower
12381         than remembered mode, either delete it (if noop_move_p), or
12382         treat like copy_p but not noop_p instruction.
12384 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
12386         PR debug/69705
12387         * dwarf2out.c (gen_variable_die): Work around buggy LTO
12388         - allow NULL decl for Fortran DW_TAG_common_block variables.
12390 2016-02-24  Jason Merrill  <jason@redhat.com>
12392         * common.opt (flifetime-dse): Add -flifetime-dse=1.
12394 2016-02-24  Richard Biener  <rguenther@suse.de>
12395             Jakub Jelinek  <jakub@redhat.com>
12397         PR middle-end/69760
12398         * tree-scalar-evolution.c (interpret_rhs_expr): Re-write
12399         conditionally executed ops to well-defined overflow behavior.
12401 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
12403         PR middle-end/69915
12404         * tree.c (build_vector_from_ctor): Fix handling of VECTOR_CST
12405         elements.
12407 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12409         PR rtl-optimization/69886
12410         * gcse.c (can_assign_to_reg_without_clobbers_p): Accept mode
12411         argument.  Use it when checking validity of set instructions.
12412         (want_to_gcse_p): Pass mode to can_assign_to_reg_without_clobbers_p.
12413         (compute_ld_motion_mems): Update can_assign_to_reg_without_clobbers_p
12414         callsite.
12415         * rtl.h (can_assign_to_reg_without_clobbers_p): Update prototype.
12416         * store-motion.c (find_moveable_store): Update
12417         can_assign_to_reg_without_clobbers_p callsite.
12419 2016-02-24  Richard Biener  <rguenther@suse.de>
12421         PR middle-end/68963
12422         * tree-ssa-loop-niter.c (derive_constant_upper_bound_ops): Fix
12423         bogus check.
12424         (record_nonwrapping_iv): Do not fall back to the low/high bound
12425         for non-constant IV bases if the stmt is not always executed.
12427 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12429         * config/arm/arm-cores.def (cortex-a32): New entry.
12430         * config/arm/arm-tables.opt: Regenerate.
12431         * config/arm/arm-tune.md: Regenerate.
12432         * config/arm/bpabi.h (BE8_LINK_SPEC): Add mcpu=cortex-a32.
12433         * config/arm/t-aprofile: Handle mcpu=cortex-a32.
12434         * doc/invoke.texi (ARM Options): Document cortex-a32 as value
12435         for -mcpu and -mtune.
12437 2016-02-24  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12439         PR target/69875
12440         * config/arm/arm.h (TARGET_HAVE_LPAE): Define.
12441         * config/arm/unspecs.md (VUNSPEC_LDRD_ATOMIC): New value.
12442         * config/arm/sync.md (arm_atomic_loaddi2_ldrd): New pattern.
12443         (atomic_loaddi_1): Delete.
12444         (atomic_loaddi): Rewrite expander using the above changes.
12446 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
12448         PR c/69918
12449         * params.def (PARAM_MAX_SSA_NAME_QUERY_DEPTH): Bump default from
12450         2 to 3.
12452 2016-02-24  Jakub Jelinek  <jakub@redhat.com>
12453             Richard Biener  <rguenth@suse.de>
12455         PR middle-end/69909
12456         * expr.c (expand_expr_real_1) <normal_inner_ref>: Avoid
12457         set_mem_attributes if tem is SSA_NAME which got expanded
12458         as a MEM.
12460 2016-02-24  Richard Biener  <rguenther@suse.de>
12462         PR tree-optimization/69907
12463         * tree-vect-stmts.c (vectorizable_load): Check for gaps at the
12464         end of permutations for BB vectorization.
12466 2016-02-24  Christian Bruel  <christian.bruel@st.com>
12468         * config/arm/arm-c.c (arm_option_override): Initialize
12469         target_option_current_node.
12470         * config/arm/arm.c (arm_pragma_target_parse): Replace
12471         build_target_option_node call by target_option_current_node.
12472         Set target_option_current_node.
12473         Fix comments.
12475 2016-02-23  David Edelsohn  <dje.gcc@gmail.com>
12477         PR target/69810
12478         * config/rs6000/rs6000.md (zero_extendqi<mode>2_dot): Convert from
12479         define_insn_and_split to define_insn.
12480         (zero_extendqi<mode>2_dot2): Same.
12481         (extendqi<mode>2_dot): Same.
12482         (extendqi<mode>2_dot2): Same.
12484 2016-02-23  Evandro Menezes  <e.menezes@samsung.com>
12486         * config/arm/exynos-m1.md: Change cost of STP, fix bypass for stores
12487         and add bypass for AES{D,E} and AESMC pairs.
12488         * config/aarch64/aarch64.c (exynosm1_tunings): Enable fusion of AES{D,E}
12489         and AESMC pairs.
12491 2016-02-23  Evandro Menezes  <e.menezes@samsung.com>
12493         * config/aarch64/aarch64.c (exynosm1_tunings): Enable the Newton
12494         series for reciprocal square root in Exynos M1.
12496 2016-02-23  Martin Sebor  <msebor@redhat.com>
12498         PR c/69759
12499         * doc/extend.texi (Other Builtins): Document __builtin_alloca and
12500         __builtin_alloca_with_align.
12502 2016-02-23  Richard Henderson  <rth@redhat.com>
12504         * config/i386/i386-c.c (ix86_target_macros): Remove __SEG_TLS.
12505         (ix86_register_pragmas): Remove __seg_tls.
12506         * config/i386/i386-protos.h (ADDR_SPACE_SEG_TLS): Remove.
12507         * config/i386/i386.c (ix86_print_operand_address_as): Don't handle it.
12508         (ix86_addr_space_subset_p, TARGET_ADDR_SPACE_SUBSET_P): Remove.
12509         (ix86_addr_space_convert, TARGET_ADDR_SPACE_CONVERT): Remove.
12510         (ix86_addr_space_debug, TARGET_ADDR_SPACE_DEBUG): Remove.
12511         * doc/extend.texi (__seg_tls): Remove item.
12513 2016-02-23  Richard Biener  <rguenther@suse.de>
12515         * alloc-pool.h (struct allocation_object): Make id member
12516         conditional on CHECKING_P again.
12517         (get_instance): Adjust.
12518         (base_pool_allocator): Likewise.
12520 2016-02-23  Thomas Schwinge  <thomas@codesourcery.com>
12522         * tree-parloops.c (create_parallel_loop, gen_parallel_loop)
12523         (parallelize_loops): In OpenACC kernels mode, set n_threads to
12524         zero.
12525         (pass_parallelize_loops::gate): In OpenACC kernels mode, gate on
12526         flag_openacc.
12527         * tree-ssa-loop.c (gate_oacc_kernels): Likewise.
12529 2016-02-23  Richard Biener  <rguenther@suse.de>
12531         * mem-stats.h (struct mem_usage): Use PRIu64 for printing size_t.
12532         * bitmap.h (struct bitmap_usage): Likewise.
12533         (bitmap_move): Declare.
12534         * bitmap.c (register_overhead): Take size_t argument.
12535         (bitmap_move): New function.
12536         * df-problems.c (df_rd_transfer_function): Use bitmap_move
12537         to properly account overhead.
12538         * tree.c (free_node): Use tree_size.
12540 2016-02-23  Jakub Jelinek  <jakub@redhat.com>
12542         PR c++/69902
12543         * fold-const.c (fold_truth_not_expr): Propagate TREE_NO_WARNING
12544         when inverting comparison.
12546         PR c/69900
12547         * common.opt (Wunreachable-code): Add Warning flag.
12549 2016-02-23  Mark Wielaard  <mjw@redhat.com>
12550             Jakub Jelinek  <jakub@redhat.com>
12552         PR c/69911
12553         * cgraphunit.c (check_global_declaration): Check main_input_filename
12554         and DECL_SOURCE_FILE are not NULL.
12556 2016-02-23  Martin Jambor  <mjambor@suse.cz>
12558         PR tree-optimization/69666
12559         * tree-sra.c (sra_modify_assign): Do not attempt to create
12560         default_def replacements for unscalarizable regions.
12562 2016-02-20  Mark Wielaard  <mjw@redhat.com>
12564         PR c/28901
12565         * cgraphunit.c (check_global_declaration): Check level of
12566         warn_unused_const_variable and main_input_filename.
12567         * doc/invoke.texi (Warning Options): Add -Wunused-const-variable=.
12568         (-Wunused-variable): For C implies -Wunused-const-variable=1.
12569         (-Wunused-const-variable): Explain levels 1 and 2.
12571 2016-02-22  Jakub Jelinek  <jakub@redhat.com>
12573         PR target/69888
12574         * config/i386/i386.c (decide_alg): Ensure we don't recurse with
12575         identical arguments.  Formatting and spelling fixes.
12577         PR target/69885
12578         * doc/md.texi (ashl@var{m}3): Document that mode of operand 2 must
12579         be specified.
12581         PR target/69894
12582         PR target/69895
12583         * config/m68k/t-opts (OPTIONS_H_EXTRA): Add m68k-microarchs.def
12584         and m68k-devices.def.
12585         * config/c6x/t-c6x (OPTIONS_H_EXTRA): Add c6x-isas.def.
12586         * config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add aarch64-arches.def.
12588 2016-02-22  Cesar Philippidis  <cesar@codesourcery.com>
12590         * config/nvptx/nvptx.c (nvptx_gen_shuffle): Add support for QImode
12591         and HImode registers.
12593 2016-02-22  Richard Biener  <rguenther@suse.de>
12595         PR tree-optimization/69882
12596         * tree-vect-slp.c (vect_attempt_slp_rearrange_stmts): Properly
12597         preserve permutations present because of gaps.
12598         (vect_supported_load_permutation_p): Always continue checking
12599         permutations after vect_attempt_slp_rearrange_stmts.
12601 2016-02-22  Bin Cheng  <bin.cheng@arm.com>
12603         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Dump
12604         min_profitable_estimate, rather than min_profitable_iters.
12606 2016-02-22  Jakub Jelinek  <jakub@redhat.com>
12608         PR target/69885
12609         * config/m68k/m68k.md (ashldi3, ashrdi3, lshrdi3): Use
12610         SImode for last match_operand.
12612 2016-02-22  Martin Liska  <mliska@suse.cz>
12614         * hsa-gen.c (gen_hsa_clrsb): In case of zero value,
12615         return bitsize - 1 as the return value.
12617 2016-02-22  Oleg Endo  <olegendo@gcc.gnu.org>
12619         PR target/69806
12620         PR target/54089
12621         * config/sh/sh.c (sh_lshrsi_clobbers_t_reg_p, sh_dynamicalize_shift_p):
12622         Handle negative shift counts.
12623         * config/sh/sh.md (ashlsi3, lshrsi3_n, lshrsi3_n_clobbers_t): Don't use
12624         force_reg on the shift constant.
12625         (lshrsi3): Likewise.  Expand into lshrsi3_n* instead of lshrsi3_d.
12626         (lshrsi3_d): Handle negative shift counts.
12628 2016-02-22  Richard Biener  <rguenther@suse.de>
12629             Tom de Vries  <tom@codesourcery.com>
12631         * graph.c: Include dumpfile.h.
12632         (print_graph_cfg): Split into three overloads.
12633         * gdbhooks.py (class DotFn): Add and instantiate, adding command dot-fn.
12635 2016-02-22  Tom de Vries  <tom@codesourcery.com>
12637         * gdbhooks.py (class DumpFn): Add and instantiate, adding command
12638         dump-fn.
12640 2016-02-22  Richard Biener  <rguenther@suse.de>
12642         PR ipa/37448
12643         * ipa-inline-transform.c (inline_call): When not updating
12644         overall summaries adjust self size by the growth estimate.
12645         * ipa-inline.c (inline_to_all_callers_1): Add to the callers
12646         hash-set, do not update overall summaries here.  Renamed from ...
12647         (inline_to_all_callers): ... this which is now wrapping the
12648         above and performing delayed overall summary update.
12649         (early_inline_small_functions): Delay updating of the overall
12650         summary.
12652 2016-02-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
12654         * tree-chkp.c (chkp_mark_invalid_bounds_walker): Initialize
12655         variable.
12657 2016-02-19  Jakub Jelinek  <jakub@redhat.com>
12659         PR driver/69805
12660         * gcc.c (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): Use
12661         :%* in %:gt() argument.
12662         (greater_than_spec_func): Adjust for expecting only numbers,
12663         if there are more than two numbers, compare the last two.
12665 2016-02-19  Jonathan Wakely  <jwakely@redhat.com>
12667         * doc/invoke.texi (C++ Dialect Options): Clarify interaction of
12668         -Wnarrowing with -std.
12670 2016-02-19  Jakub Jelinek  <jakub@redhat.com>
12672         PR c++/69851
12673         * expr.c (store_field): Don't use bit-field path if exp is
12674         COMPONENT_REF with TREE_ADDRESSABLE type, where TYPE_SIZE is
12675         different from bitsize, but DECL_SIZE of FIELD_DECL is bitsize
12676         and the assignment can be performed by bitwise copy.  Formatting
12677         fix.
12679         PR middle-end/69838
12680         * lra.c (lra_process_new_insns): If non-call exceptions are enabled,
12681         call copy_reg_eh_region_note_forward on before and/or after sequences
12682         and remove note from insn if it no longer can throw.
12684         PR target/69820
12685         * config/i386/sse.md (VI_512): Only include V64QImode and V32HImode
12686         if TARGET_AVX512BW.
12688 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12690         * config/s390/vector.md: Add missing commutative operand markers
12691         to the patterns which qualify for one.
12692         * config/s390/vx-builtins.md: Likewise.
12694 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12696         * config/s390/vector.md (VI, VI_QHS): Add single element vector
12697         types to mode iterators.
12698         (vec_double): ... and mode attribute.
12699         * config/s390/vx-builtins.md (non_vec_int): Likewise.
12701 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12703         * config/s390/vector.md ("<ti*>add<mode>3", "<ti*>sub<mode>3"):
12704         Change the predicate of op2 from nonimmediate to general and let
12705         reload fix it if necessary.
12707 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12709         * config/s390/vecintrin.h (vec_sub_u128): Define missing macro.
12711 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12713         * config/s390/s390.c (s390_expand_vcond): Use the compare operand
12714         mode.
12716 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12718         * config/s390/s390-protos.h: Add s390_expand_vec_movstr prototype.
12719         * config/s390/s390.c (s390_expand_vec_movstr): New function.
12720         * config/s390/s390.md ("movstr<P:mode>"): Call
12721         s390_expand_vec_movstr.
12723 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12725         * config/s390/s390.md: Add missing output modifier for operand 1
12726         to print it as address properly.
12728 2016-02-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
12730         * config/s390/2827.md: Rename ooo_* insn attributes to zEC12_*.
12731         * config/s390/2964.md: New file.
12732         * config/s390/s390.c (s390_get_sched_attrmask): Use the right set
12733         of insn grouping attributes depending on the CPU level.
12734         (s390_get_unit_mask): New function.
12735         (s390_sched_score): Remove the OOO from the scheduling macros.
12736         Add loop to calculate a score for the instruction mix.
12737         (s390_sched_reorder): Likewise plus improve debug output.
12738         (s390_sched_variable_issue): Rename macros as above.  Calculate
12739         the unit distances after actually scheduling an insn.  Improve
12740         debug output.
12741         (s390_sched_init): Clear last_scheduled_unit_distance array.
12742         * config/s390/s390.md: Include 2964.md.
12744 2016-02-18  Jakub Jelinek  <jakub@redhat.com>
12746         PR target/69671
12747         * config/i386/sse.md (*<floatsuffix>floatv2div2sf2_mask_1,
12748         *avx512vl_<code>v2div2qi2_mask_1, *avx512vl_<code><mode>v4qi2_mask_1,
12749         *avx512vl_<code><mode>v8qi2_mask_1, *avx512vl_<code><mode>v4hi2_mask_1,
12750         *avx512vl_<code>v2div2hi2_mask_1, *avx512vl_<code>v2div2si2_mask_1,
12751         *avx512f_<code>v8div16qi2_mask_1): New insns.
12753 2016-02-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
12755         PR target/68404
12756         * config/rs6000/predicates.md (fusion_gpr_addis): Revert
12757         2016-02-09 change.
12759         * config/rs6000/rs6000.md (fusion_gpr_load_<mode>): Remove
12760         earlyclobber from target.  Use wF constraint for fused memory
12761         address.
12762         (fusion_gpr_<P:mode>_<GPR_FUSION:mode>_load): Likewise.
12764 2016-02-18  Jakub Jelinek  <jakub@redhat.com>
12765             Martin Liska  <mliska@suse.cz>
12767         PR sanitizer/69863
12768         * cfgexpand.c (asan_sanitize_stack_p): New function.
12769         (partition_stack_vars): Use the function.
12770         (expand_stack_vars): Likewise.
12771         (defer_stack_allocation): Likewise.
12772         (expand_used_vars): Likewise.
12774 2016-02-18  Richard Biener  <rguenther@suse.de>
12776         PR middle-end/69553
12777         * fold-const.c (operand_equal_p): Properly compare offsets for
12778         IMAGPART_EXPR and ARRAY_REF.
12780 2016-02-18  Nick Clifton  <nickc@redhat.com>
12782         PR target/62254
12783         PR target/69610
12784         * config/arm/arm.c (arm_option_override_internal): Disable
12785         interworking if the target does not support thumb instructions.
12786         (arm_reload_in_hi): Handle the case where a register to register
12787         move needs reloading because there is no simple pattern to handle
12788         it.
12789         (arm_reload_out_hi): Likewise.
12791 2016-02-18  Richard Biener  <rguenther@suse.de>
12793         PR middle-end/69854
12794         * match.pd: Don't use fold_binary or fold_unary for folding
12795         constants.
12797 2016-02-17  Jakub Jelinek  <jakub@redhat.com>
12799         PR c++/69850
12800         * gimplify.c (gimplify_cond_expr): Call gimple_set_no_warning
12801         on the cond_stmt from TREE_NO_WARNING on COND_EXPR_COND.
12802         * gimple-ssa-nonnull-compare.c (do_warn_nonnull_compare): Don't
12803         warn on gimple_no_warning_p statements.
12805 2016-02-17  Jonathan Wakely  <jwakely@redhat.com>
12807         * doc/extend.texi (C++ Attributes): Correct description of
12808         warn_unused type attribute.
12810 2016-02-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
12812         * config/rs6000/altivec.md (*altivec_lvxl_<mode>_internal): Output
12813         correct instruction.
12815 2016-02-17  Richard Biener  <rguenther@suse.de>
12817         PR rtl-optimization/69609
12818         * bb-reorder.c (struct bbro_basic_block_data): Add priority member.
12819         (find_traces_1_round): When ending a trace update cached priority
12820         of successors.
12821         (bb_to_key): Use cached priority when available.
12822         (copy_bb): Initialize cached priority.
12823         (reorder_basic_blocks_software_trace_cache): Likewise.
12825 2016-02-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12827         PR target/69161
12828         * config/aarch64/predicates.md (aarch64_comparison_operator_mode):
12829         New predicate.
12830         (aarch64_comparison_operator): Break overly long line into two.
12831         (aarch64_comparison_operation): Likewise.
12832         * config/aarch64/aarch64.md (cstorecc4): Use
12833         aarch64_comparison_operator_mode instead of
12834         aarch64_comparison_operator.
12835         (cstore<mode>4): Likewise.
12836         (aarch64_cstore<mode>): Likewise.
12837         (*cstoresi_insn_uxtw): Likewise.
12838         (cstore<mode>_neg): Likewise.
12839         (*cstoresi_neg_uxtw): Likewise.
12841 2016-02-17  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
12843         PR target/69161
12844         * config/arm/predicates.md (arm_comparison_operator_mode):
12845         New predicate.
12846         * config/arm/arm.md (*mov_scc): Use arm_comparison_operator_mode
12847         instead of arm_comparison_operator.
12848         (*mov_negscc): Likewise.
12849         (*mov_notscc): Likewise.
12850         * config/arm/thumb2.md (*thumb2_mov_scc): Likewise.
12851         (*thumb2_mov_negscc): Likewise.
12852         (*thumb2_mov_negscc_strict_it): Likewise.
12853         (*thumb2_mov_notscc): Likewise.
12854         (*thumb2_mov_notscc_strict_it): Likewise.
12856 2016-02-17  Wilco Dijkstra  <wdijkstr@arm.com>
12858         * config/aarch64/aarch64.c (aarch64_internal_mov_immediate):
12859         Add missing return.
12861 2016-02-17  Eric Botcazou  <ebotcazou@adacore.com>
12863         * config/visium/visium.c (machine_libfunc_index): New enum.
12864         (machine_libfuncs): New structure.
12865         (visium_libfuncs): New static variable.
12866         (TARGET_INIT_LIBFUNCS): Define to...
12867         (visium_init_libfuncs): ...this.  New function.
12868         (expand_block_move_4): Use the appropriate libfunc.
12869         (expand_block_move_2): Likewise.
12870         (expand_block_move_1): Likewise.
12871         (expand_block_set_4): Likewise.
12872         (expand_block_set_2): Likewise.
12873         (expand_block_set_1): Likewise.
12874         (visium_trampoline_init): Likewise.
12876 2016-02-17  Nick Clifton  <nickc@redhat.com>
12878         * config/msp430/msp430.c (msp430_mcu_data): Sync with data from
12879         TI's devices.csv file as of March 2016.
12881 2016-02-16  Kelvin Nilsen  <kelvin@gcc.gnu.org>
12883         PR Target/48344
12884         * opts-global.c (handle_common_deferred_options): Introduce and
12885         initialize two global variables to remember command-line options
12886         specifying a stack-limiting register.
12887         * opts.h: Add extern declarations of the two new global variables.
12888         * emit-rtl.c (init_emit_once): Initialize the stack_limit_rtx
12889         variable based on the values of the two new global variables.
12891 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
12893         PR c/69835
12894         * common.opt (Wnonnull-compare): New warning.
12895         * doc/invoke.texi (-Wnonnull): Remove text about comparison
12896         of arguments against NULL.
12897         (-Wnonnull-compare): Document.
12898         * Makefile.in (OBJS): Add gimple-ssa-nonnull-compare.o.
12899         * tree-pass.h (make_pass_warn_nonnull_compare): Declare.
12900         * passes.def (pass_warn_nonnull_compare): Add.
12901         * gimple-ssa-nonnull-compare.c: New file.
12903 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
12905         * config/aarch64/aarch64.c (cortexa57_tunings): Remove
12906         AARCH64_EXTRA_TUNE_RECIP_SQRT.
12908 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
12910         * config/aarch64/aarch64.c (use_rsqrt_p): Always use software
12911         reciprocal sqrt for -mlow-precision-recip-sqrt.
12913 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
12914             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
12916         * config/aarch64/aarch64.c (aarch64_expand_vector_init): Refactor,
12917         always use lane loads to construct non-constant vectors.
12919 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
12921         * config/aarch64/aarch64.md
12922         (arch64_sqrdml<SQRDMLH_AS:rdma_as>h_lane<mode>): Fix register
12923         constraints for operand 3.
12924         (aarch64_sqrdml<SQRDMLH_AS:rdma_as>h_laneq<mode>): Likewise.
12926 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
12927             Richard Biener  <rguenther@suse.de>
12929         PR tree-optimization/69820
12930         * tree-vect-patterns.c (type_conversion_p): Return false if
12931         *orig_type is unsigned single precision or boolean.
12932         (vect_recog_dot_prod_pattern, vect_recog_widen_mult_pattern):
12933         Formatting fix.
12935 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
12937         PR rtl-optimization/69764
12938         PR rtl-optimization/69771
12939         * optabs.c (expand_binop): Ensure for shift optabs invalid CONST_INT
12940         op1 is valid for GET_MODE_INNER (mode) and force it into a reg.
12942 2016-02-16  Richard Biener  <rguenther@suse.de>
12944         PR tree-optimization/69776
12945         * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Get alias
12946         sets from caller.
12947         (indirect_refs_may_alias_p): Likewise.
12948         (refs_may_alias_p_1): Pass alias sets as from ao_ref.
12949         * tree-ssa-sccvn.c (vn_reference_lookup): Also adjust vr alias-set
12950         according to tbaa_p.
12951         * tree-ssa-dom.c (lookup_avail_expr): Add tbaa_p flag.
12952         (optimize_stmt): For redundant store discovery do not allow tbaa.
12954 2016-02-16  Bernd Schmidt  <bschmidt@redhat.com>
12956         PR tree-optimization/69714
12957         * tree-ssa-math-opts.c (find_bswap_or_nop): Revert previous change.
12958         Return NULL if we have irrelevant high bytes on BIG_ENDIAN.
12960 2016-02-16  Claudiu Zissulescu  <claziss@synopsys.com>
12962         * config/arc/arc-modes.def (CC_FPU, CC_FPU_UNEQ): New modes.
12963         * config/arc/arc-opts.h (FPU_SP, FPU_SF, FPU_SC, FPU_SD, FPU_DP)
12964         (FPU_DF, FPU_DC, FPU_DD, FXP_DP): Define.
12965         * config/arc/arc.c (arc_init): Check FPU options.
12966         (get_arc_condition_code): Handle new CC_FPU* modes.
12967         (arc_select_cc_mode): Likewise.
12968         (arc_conditional_register_usage): Allow 64 bit datum into even-odd
12969         register pair only. Allow access for ARCv2 accumulator.
12970         (gen_compare_reg): Whenever we have FPU support use FPU compare
12971         instructions.
12972         (arc_reorg): Don't generate brcc insns when FPU compare
12973         instructions are involved.
12974         * config/arc/arc.h (TARGET_DPFP): Add TARGET_FP_DPAX condition.
12975         (TARGET_OPTFPE): Add condition when ARC EM can use optimized
12976         floating point emulation.
12977         (ACC_REG_FIRST, ACC_REG_LAST, ACCL_REGNO, ACCH_REGNO): Define.
12978         (REVERSE_CONDITION): Add new CC_FPU* modes.
12979         (TARGET_FP_SP_BASE): Define.
12980         (TARGET_FP_DP_BASE): Likewise.
12981         (TARGET_FP_SP_FUSED): Likewise.
12982         (TARGET_FP_DP_FUSED): Likewise.
12983         (TARGET_FP_SP_CONV): Likewise.
12984         (TARGET_FP_DP_CONV): Likewise.
12985         (TARGET_FP_SP_SQRT): Likewise.
12986         (TARGET_FP_DP_SQRT): Likewise.
12987         (TARGET_FP_DP_AX): Likewise.
12988         * config/arc/arc.md (ARCV2_ACC): New constant.
12989         (type): New fpu type attribute.
12990         (SDF): Conditional iterator.
12991         (cstore<mode>, cbranch<mode>): Change expand condition.
12992         (addsf3, subsf3, mulsf3, adddf3, subdf3, muldf3): New expands,
12993         handles FPU/FPX cases as well.
12994         * config/arc/arc.opt (mfpu): New option.
12995         * config/arc/fpx.md (addsf3_fpx, subsf3_fpx, mulsf3_fpx):
12996         Renamed.
12997         (adddf3, muldf3, subdf3): Removed.
12998         * config/arc/predicates.md (proper_comparison_operator): Recognize
12999         CC_FPU* modes.
13000         * config/arc/fpu.md: New file.
13001         * doc/invoke.texi (ARC Options): Document mfpu option.
13003 2016-02-16  Richard Biener  <rguenther@suse.de>
13005         PR rtl-optimization/69291
13006         * ifcvt.c (noce_try_store_flag_constants): Re-instantiate
13007         noce_operand_ok check.
13009 2016-02-16  Tom de Vries  <tom@codesourcery.com>
13011         PR lto/67709
13012         * omp-low.c (simd_clone_create): Remove call to
13013         symtab->call_cgraph_insertion_hooks.
13015 2016-02-16  Jakub Jelinek  <jakub@redhat.com>
13017         PR tree-optimization/69802
13018         * tree-ssa-reassoc.c (update_range_test): If op is
13019         SSA_NAME_IS_DEFAULT_DEF, give up unless tem is a positive
13020         op == 1 test of precision 1 integral op, otherwise handle
13021         that case as op itself.  Fix up formatting.
13022         (optimize_range_tests_to_bit_test, optimize_range_tests): Fix
13023         up formatting.
13025 2016-02-16  Richard Biener  <rguenther@suse.de>
13027         PR tree-optimization/69586
13028         * tree-vrp.c (register_edge_assert_for_2): Handle all integral
13029         types for conversion sources.
13031 2016-02-16  Richard Biener  <rguenther@suse.de>
13033         PR middle-end/69801
13034         * fold-const.c (operand_equal_p): For COND_EXPR zero operand
13035         mask OEP_ADDRESS_OF.
13037 2016-02-16  Alan Modra  <amodra@gmail.com>
13039         PR target/68973
13040         * config/rs6000/rs6000.md (reload_vsx_from_gprsf): Rewrite splitter.
13041         (p8_mtvsrd_df, p8_mtvsrd_sf): New.
13042         (p8_mtvsrd_1, p8_mtvsrd_2): Delete.
13043         (p8_mtvsrwz): New.
13044         (p8_mtvsrwz_1, p8_mtvsrwz_2): Delete.
13045         (p8_xxpermdi_<mode>): Take two DF inputs rather than one TF.
13046         (p8_fmrgow_<mode>): Likewise.
13047         (reload_vsx_from_gpr<mode>): Make clobber IF.  Adjust for above
13048         changes.
13049         (reload_fpr_from_gpr<mode>): Similarly. Use "d" for op0 constraint.
13050         (reload_vsx_from_gprsf): Use p8_mtvsrd_sf rather than attempting
13051         to use movdi_internal64.  Remove op0_di.
13052         * config/rs6000/vsx.md (vsx_xscvspdpn_directmove): Make op1 SFmode.
13054 2016-02-15  Evandro Menezes  <e.menezes@samsung.com>
13056         Add support for the FCCMP insn types
13058         * config/aarch64/aarch64.md (fccmp): Change insn type.
13059         (fccmpe): Likewise.
13060         * config/aarch64/thunderx.md (thunderx_fcmp): Add "fccmp{s,d}" types.
13061         * config/arm/cortex-a53.md (cortex_a53_fpalu): Likewise.
13062         * config/arm/cortex-a57.md (cortex_a57_fp_cmp): Likewise.
13063         * config/arm/xgene1.md (xgene1_fcmp): Likewise.
13064         * config/arm/exynos-m1.md (exynos_m1_fp_ccmp): New insn reservation.
13065         * config/arm/types.md (fccmps): Add new insn type.
13066         (fccmpd): Likewise.
13068 2016-02-15  Bernd Edlinger  <bernd.edlinger@hotmail.de>
13070         * alias.c (get_alias_set): Fix a typo in comment.
13072 2016-02-15  Richard Biener  <rguenther@suse.de>
13074         PR tree-optimization/69595
13075         * match.pd: Complete range test simplification to true.
13077 2016-02-15  Bernd Schmidt  <bschmidt@redhat.com>
13079         PR rtl-optimization/69648
13080         * lra-constraints.c (update_ebb_live_info): Don't remove sets of
13081         pic_offset_table_rtx.
13083         PR rtl-optimization/69752
13084         * ira.c (update_equiv_regs): When looking for more than a single SET,
13085         also take other side effects into account.
13087 2016-02-15  Marcin Kościelnicki  <koriakin@0x04.net>
13089         * config/s390/s390.c (s390_function_profiler): Add a new sequence
13090         for z900+ CPUs in 31-bit mode.
13092 2016-02-15  Marcin Kościelnicki  <koriakin@0x04.net>
13094         * common/config/s390/s390-common.c (s390_supports_split_stack):
13095         New function.
13096         (TARGET_SUPPORTS_SPLIT_STACK): New macro.
13097         * config/s390/s390-protos.h: Add s390_expand_split_stack_prologue.
13098         * config/s390/s390.c (struct machine_function): New field
13099         split_stack_varargs_pointer.
13100         (s390_register_info): Mark r12 as clobbered if it'll be used as temp
13101         in s390_emit_prologue.
13102         (s390_emit_prologue): Use r12 as temp if r1 is taken by split-stack
13103         vararg pointer.
13104         (morestack_ref): New global.
13105         (SPLIT_STACK_AVAILABLE): New macro.
13106         (s390_expand_split_stack_prologue): New function.
13107         (s390_live_on_entry): New function.
13108         (s390_va_start): Use split-stack vararg pointer if appropriate.
13109         (s390_asm_file_end): Emit the split-stack note sections.
13110         (TARGET_EXTRA_LIVE_ON_ENTRY): New macro.
13111         * config/s390/s390.md (UNSPEC_STACK_CHECK): New unspec.
13112         (UNSPECV_SPLIT_STACK_CALL): New unspec.
13113         (UNSPECV_SPLIT_STACK_DATA): New unspec.
13114         (split_stack_prologue): New expand.
13115         (split_stack_space_check): New expand.
13116         (split_stack_data): New insn.
13117         (split_stack_call): New expand.
13118         (split_stack_call_*): New insn.
13119         (split_stack_cond_call): New expand.
13120         (split_stack_cond_call_*): New insn.
13122 2016-02-15  Richard Biener  <rguenther@suse.de>
13124         PR tree-optimization/69783
13125         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
13126         Add trivially correct cases.
13128 2016-02-15  Tom de Vries  <tom@codesourcery.com>
13130         PR lto/69655
13131         * lto-cgraph.c (input_offload_tables): Add and handle bool parameter
13132         do_force_output.
13133         * lto-streamer.h (input_offload_tables): Add and handle bool parameter.
13135 2016-02-15  Richard Biener  <rguenther@suse.de>
13137         PR tree-optimization/69776
13138         * tree-ssa-sccvn.h (vn_reference_lookup): Adjust prototype.
13139         * tree-ssa-sccvn.c (vn_reference_lookup): Add parameter to
13140         indicate whether we can use TBAA to disambiguate against stores.
13141         Use alias-set zero if not.
13142         (visit_reference_op_store): Do not use TBAA when looking up
13143         redundant stores.
13144         * tree-ssa-pre.c (compute_avail): Use TBAA here.
13145         (eliminate_dom_walker::before_dom_children): But not when looking
13146         up redundant stores.
13148 2016-02-14  John David Anglin  <danglin@gcc.gnu.org>
13150         * config/pa/pa.md (absqi2, absghi2, bswaphi2, bswapsi2, bswapdi2): New.
13152 2016-02-14  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
13154         *  config/i386/znver1.md
13155         (znver1_pop, znver1_pop_mem,
13156         znver1_load_imov_double_store,
13157         znver1_load_imov_direct_store,
13158         znver1_load_imov_direct_load,
13159         znver1_load_imov_double_load): Add new.
13160         (znver1_insn, znver1_insn_load): Add icmov type.
13161         (znver1_sseavx_fma,
13162         znver1_sseavx_fma_load,
13163         znver1_avx256_fma,
13164         znver1_avx256_fma_load): Fix pipe usage.
13166 2016-02-14  Alan Modra  <amodra@gmail.com>
13168         PR target/68973
13169         * reloads.c (find_reloads_address_1): For pre/post-inc/dec
13170         with an invalid hard reg, reload just the reg not the entire
13171         pre/post-inc/dec address expression.
13173 2016-02-13  Oleg Endo  <olegendo@gcc.gnu.org>
13175         PR target/67260
13176         * config/sh/sh.md (sibcall_value_pcrel): Replace =&k scratch reg with
13177         fixed R1_REG scratch reg.
13178         (sibcall_value_pcrel_fdpic): Likewise.
13180 2016-02-13  Oleg Endo  <olegendo@gcc.gnu.org>
13182         PR target/67636
13183         PR target/64345
13184         * config/sh/sh.md (*zero_extract_3): New insn_and_split pattern.
13186 2016-02-12  Walter Lee  <walt@tilera.com>
13188         * config/tilepro/t-tilepro: Replace CC_FOR_BUILD with CXX_FOR_BUILD.
13189         * config/tilegx/t-tilegx: Likewise.
13191 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
13193         PR other/69554
13194         * diagnostic-show-locus.c (struct line_span): New struct.
13195         (layout::get_first_line): Delete.
13196         (layout::get_last_line): Delete.
13197         (layout::get_num_line_spans): New member function.
13198         (layout::get_line_span): Likewise.
13199         (layout::print_heading_for_line_span_index_p): Likewise.
13200         (layout::get_expanded_location): Likewise.
13201         (layout::calculate_line_spans): Likewise.
13202         (layout::m_first_line): Delete.
13203         (layout::m_last_line): Delete.
13204         (layout::m_line_spans): New field.
13205         (layout::layout): Update comment.  Replace m_first_line and
13206         m_last_line with m_line_spans, replacing their initialization
13207         with a call to calculate_line_spans.
13208         (diagnostic_show_locus): When printing source lines and
13209         annotations, rather than looping over a single span
13210         of lines, instead loop over each line_span within
13211         the layout, with an inner loop over the lines within them.
13212         Call the context's start_span callback when changing line spans.
13213         * diagnostic.c (diagnostic_initialize): Initialize start_span.
13214         (diagnostic_build_prefix): Break out the building of the location
13215         part of the string into...
13216         (diagnostic_get_location_text): ...this new function, rewriting
13217         it from nested ternary expressions to a sequence of "if"
13218         statements.
13219         (default_diagnostic_start_span_fn): New function.
13220         * diagnostic.h (diagnostic_start_span_fn): New typedef.
13221         (diagnostic_context::start_span): New field.
13222         (default_diagnostic_start_span_fn): New prototype.
13224 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
13226         PR driver/69779
13227         * gcc.c (driver::finalize): Fix cleanup of "specs".
13229 2016-02-12  David Malcolm  <dmalcolm@redhat.com>
13231         PR driver/69265
13232         PR driver/69453
13233         * gcc.c (driver::driver): Initialize m_option_suggestions.
13234         (driver::~driver): Clean up m_option_suggestions.
13235         (suggest_option): Convert to...
13236         (driver::suggest_option): ...this, and split out into
13237         driver::build_option_suggestions and find_closest_string.
13238         (driver::build_option_suggestions): New function, from
13239         first half of suggest_option.  Special-case
13240         OPT_fsanitize_ and OPT_fsanitize_recover_, making use of
13241         the sanitizer_opts array.  For options of enum types, add the
13242         various enum values to the candidate strings.
13243         (driver::handle_unrecognized_options): Remove "const".
13244         * gcc.h (driver::handle_unrecognized_options): Likewise.
13245         (driver::build_option_suggestions): New decl.
13246         (driver::suggest_option): New decl.
13247         (driver::m_option_suggestions): New field.
13248         * opts-common.c (add_misspelling_candidates): New function.
13249         * opts.c (sanitizer_opts): Remove decl of struct sanitizer_opts_s
13250         and make non-static.
13251         * opts.h (sanitizer_opts): New array decl.
13252         (add_misspelling_candidates): New function decl.
13253         * spellcheck.c (find_closest_string): New function.
13254         * spellcheck.h (find_closest_string): New function decl.
13256 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
13258         PR rtl-optimization/69764
13259         PR rtl-optimization/69771
13260         * optabs.c (expand_binop_directly): For shift_optab_p, force
13261         convert_modes with VOIDmode if xop1 has VOIDmode.
13263 2016-02-12  Ilya Enkovich  <enkovich.gnu@gmail.com>
13265         PR target/69729
13266         * lto-streamer-out.c (lto_output): Use thunk.add_pointer_bounds_args
13267         to correctly determine instrumentation thunks.
13269 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
13271         PR ipa/69241
13272         * ipa-split.c (split_function): If split part returns TREE_ADDRESSABLE
13273         type by reference, force lhs on the call.
13275         PR ipa/68672
13276         * ipa-split.c (split_function): Don't compute/use main_part_return_p.
13277         Compute retval and retbnd early in all cases if split_part_return_p
13278         and return_bb is not EXIT.  Remove all clobber stmts and reset
13279         all debug stmts that refer to SSA_NAMEs defined in split part,
13280         except if it is retval, in that case replace the old retval with the
13281         lhs of the call to the split part.
13283 2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
13285         revert:
13286         2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
13288         PR middle-end/66726
13289         * tree-ssa-reassoc.c (optimize_range_tests): Handle tcc_compare stmt
13290         whose result is used in PHI.
13291         (maybe_optimize_range_tests): Likewise.
13292         (final_range_test_p): Likweise.
13294 2016-02-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
13296         PR middle-end/66726
13297         * tree-ssa-reassoc.c (optimize_range_tests): Handle tcc_compare stmt
13298         whose result is used in PHI.
13299         (maybe_optimize_range_tests): Likewise.
13300         (final_range_test_p): Likweise.
13302 2016-02-12  Jakub Jelinek  <jakub@redhat.com>
13304         * cgraph.c: Spelling fixes - behaviour -> behavior and
13305         neighbour -> neighbor.
13306         * target.def: Likewise.
13307         * sel-sched.c: Likewise.
13308         * config/mips/mips.c: Likewise.
13309         * config/arc/arc.md: Likewise.
13310         * config/arm/cortex-a57.md: Likewise.
13311         * config/arm/arm.c: Likewise.
13312         * config/arm/neon.md: Likewise.
13313         * config/arm/arm-c.c: Likewise.
13314         * config/vms/vms-c.c: Likewise.
13315         * config/s390/s390.c: Likewise.
13316         * config/i386/znver1.md: Likewise.
13317         * config/i386/i386.c: Likewise.
13318         * config/ia64/hpux-unix2003.h: Likewise.
13319         * config/msp430/msp430.md: Likewise.
13320         * config/rx/rx.c: Likewise.
13321         * config/rx/rx.md: Likewise.
13322         * config/aarch64/aarch64-simd.md: Likewise.
13323         * config/aarch64/aarch64.c: Likewise.
13324         * config/nvptx/nvptx.c: Likewise.
13325         * config/bfin/bfin.c: Likewise.
13326         * config/cris/cris.opt: Likewise.
13327         * config/rs6000/rs6000.c: Likewise.
13328         * target.h: Likewise.
13329         * spellcheck.c: Likewise.
13330         * ira-build.c: Likewise.
13331         * tree-inline.c: Likewise.
13332         * builtins.c: Likewise.
13333         * lra-constraints.c: Likewise.
13334         * explow.c: Likewise.
13335         * hwint.h: Likewise.
13336         * targhooks.c: Likewise.
13337         * tree-vect-data-refs.c: Likewise.
13338         * expr.c: Likewise.
13339         * doc/tm.texi: Likewise.
13340         * doc/extend.texi: Likewise.
13341         * doc/install.texi: Likewise.
13342         * doc/md.texi: Likewise.
13343         * tree-ssa-tail-merge.c: Likewise.
13344         * sched-int.h: Likewise.
13345         * match.pd: Likewise.
13346         * sched-ebb.c: Likewise.
13347         * target.def (omit_struct_return_reg): Likewise.
13348         * gimple-ssa-isolate-paths.c: Likewise.
13349         (find_implicit_erroneous_behaviour): Renamed to...
13350         (find_implicit_erroneous_behavior): ... this.
13351         (find_explicit_erroneous_behaviour): Renamed to...
13352         (find_explicit_erroneous_behavior): ... this.
13353         (gimple_ssa_isolate_erroneous_paths): Adjust caller.
13355 2016-02-11  Segher Boessenkool  <segher@kernel.crashing.org>
13357         PR rtl-optimization/64682
13358         PR rtl-optimization/69567
13359         PR rtl-optimization/69737
13360         * combine.c (distribute_notes) <REG_DEAD>: If the register is set
13361         in I2 as well, just lose it.
13363 2016-02-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13365         * config/aarch64/aarch64.c (aarch64_last_printed_arch_string):
13366         New variable.
13367         (aarch64_last_printed_tune_string): Likewise.
13368         (aarch64_declare_function_name): Only output .arch assembler
13369         directive if it will be different from the previously output
13370         directive.  Same for .tune comment but only if -dA is set.
13371         (aarch64_start_file): New function.
13372         (TARGET_ASM_FILE_START): Define.
13374 2016-02-11  David Malcolm  <dmalcolm@redhat.com>
13376         PR plugins/69758
13377         * Makefile.in (PLUGIN_HEADERS): Add params.list.
13379 2016-02-11  Jakub Jelinek  <jakub@redhat.com>
13381         PR target/65313
13382         * tree-vect-slp.c (vect_schedule_slp_instance): Avoid
13383         -Wmaybe-uninitialized warning.
13385 2016-02-11  Oleg Endo  <olegendo@gcc.gnu.org>
13387         PR target/69713
13388         * config/sh/sh.md (casesi_worker_0): Add T_REG use.
13390 2016-02-11  Richard Biener  <rguenther@suse.de>
13392         PR rtl-optimization/69291
13393         * ifcvt.c (noce_try_store_flag_constants): Do not allow
13394         subexpressions affected by changing the result.
13396 2016-02-10  Vladimir Makarov  <vmakarov@redhat.com>
13398         PR target/69148
13399         * lra-constraints.c (curr_insn_transform): Find in/out operands
13400         for secondary memory moves.  Update dups.
13402 2016-02-10  Yuri Rumyantsev  <ysrumyan@gmail.com>
13404         PR tree-optimization/69652
13405         * tree-vect-loop.c (optimize_mask_stores): Move declaration of STMT1
13406         to nested loop, did source re-formatting, skip debug statements,
13407         add check on statement with volatile operand, remove dead scalar
13408         statements.
13410 2016-02-10  Jakub Jelinek  <jakub@redhat.com>
13411             Patrick Palka  <ppalka@gcc.gnu.org>
13413         PR ipa/69241
13414         PR c++/69649
13415         * gimplify.c (gimplify_modify_expr): Set lhs even for noreturn
13416         calls if the return type is TREE_ADDRESSABLE.
13417         * cgraphunit.c (cgraph_node::expand_thunk): Likewise.
13418         * ipa-split.c (split_function): Fix doubled "we" in comment.
13419         Use void return type for the split part even if
13420         !split_point->split_part_set_retval.
13422 2016-02-10  Bin Cheng  <bin.cheng@arm.com>
13424         PR tree-optimization/68021
13425         * tree-ssa-loop-ivopts.c (get_computation_aff): Set ratio to 1 if
13426         when computing the value of biv cand by itself.
13428 2016-02-10  Wilco Dijkstra  <wdijkstr@arm.com>
13430         * config/aarch64/aarch64.c (cortexa53_tunings): Enable AES fusion.
13431         (cortexa57_tunings): Likewise.
13432         (cortexa72_tunings): Likewise.
13433         (arch_macro_fusion_pair_p): Add support for AES fusion.
13434         * config/aarch64/aarch64-fusion-pairs.def: Add AES_AESMC entry.
13435         * config/arm/aarch-common.c (aarch_crypto_can_dual_issue):
13436         Allow virtual registers before reload so early scheduling works.
13437         * config/arm/cortex-a57.md (cortex_a57_crypto_simple): Use
13438         correct latency and pipeline.
13439         (cortex_a57_crypto_complex): Likewise.
13440         (cortex_a57_crypto_xor): Likewise.
13441         (define_bypass): Add AES bypass.
13443 2016-02-10  Richard Biener  <rguenther@suse.de>
13445         PR tree-optimization/69726
13446         * passes.def: Add DCE pass before late uninit.
13447         * match.pd: Add A ? B : (!A ? C : X) -> A ? B : C patterns to
13448         really fixup if-conversions job.
13450 2016-02-10  Wilco Dijkstra  <wdijkstr@arm.com>
13452         * config/arm/arm.c (arm_cortex_a53_tune): Enable AES fusion.
13453         (arm_cortex_a57_tune): Likewise.
13454         (aarch_macro_fusion_pair_p): Add support for AES fusion.
13455         * config/arm/arm-protos.h (fuse_ops): Add FUSE_AES_AESMC.
13457 2016-02-10  Eric Botcazou  <ebotcazou@adacore.com>
13459         * timevar.def (TV_PHASE_DBGINFO): Delete.
13460         (TV_PHASE_CHECK_DBGINFO): Likewise.
13461         * varpool.c (varpool_node::assemble_decl): Do not change timevar.
13463 2016-02-10  Richard Biener  <rguenther@suse.de>
13465         PR tree-optimization/69719
13466         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
13467         Adjust previous fix by ensuring that dr_a1 is left of dr_a2.
13469 2016-02-09  Andrew Pinski  <apinski@cavium.com>
13471         PR tree-opt/69282
13472         * optabs-tree.c (expand_vec_cond_expr_p): Don't early return if
13473         get_vcond_mask_icode returns false.
13475 2016-02-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
13477         PR target/68404
13478         * config/rs6000/predicates.md (fusion_gpr_addis): Prevent fusing
13479         an ADDIS that adds a pointer to a large constant that sets the
13480         upper16 bits with a load operation.
13482 2016-02-09  Charles Baylis  <charles.baylis@linaro.org>
13484         PR target/68532
13485         * config/arm/arm.c (arm_evpc_neon_vzip): Allow for big endian lane
13486         order.
13487         * config/arm/arm_neon.h (vzipq_s8): Adjust shuffle patterns for big
13488         endian.
13489         (vzipq_s16): Likewise.
13490         (vzipq_s32): Likewise.
13491         (vzipq_f32): Likewise.
13492         (vzipq_u8): Likewise.
13493         (vzipq_u16): Likewise.
13494         (vzipq_u32): Likewise.
13495         (vzipq_p8): Likewise.
13496         (vzipq_p16): Likewise.
13498 2016-02-09  Charles Baylis  <charles.baylis@linaro.org>
13500         PR target/68532
13501         * config/arm/arm.c (neon_endian_lane_map): New function.
13502         (neon_vector_pair_endian_lane_map): New function.
13503         (arm_evpc_neon_vuzp): Allow for big endian lane order.
13504         * config/arm/arm_neon.h (vuzpq_s8): Adjust shuffle patterns for big
13505         endian.
13506         (vuzpq_s16): Likewise.
13507         (vuzpq_s32): Likewise.
13508         (vuzpq_f32): Likewise.
13509         (vuzpq_u8): Likewise.
13510         (vuzpq_u16): Likewise.
13511         (vuzpq_u32): Likewise.
13512         (vuzpq_p8): Likewise.
13513         (vuzpq_p16): Likewise.
13515 2016-02-11  Alexandre Oliva  <aoliva@redhat.com>
13517         PR target/69634
13518         * regstat.c (regstat_bb_compute_calls_crossed): Disregard
13519         debug insns.
13521 2016-02-09  Uros Bizjak  <ubizjak@gmail.com>
13523         * config/i386/i386.md (insv<mode>_1): Use gen_int_mode to
13524         truncate const_int operand 1 to QImode.
13526 2016-02-09  Eric Botcazou  <ebotcazou@adacore.com>
13528         * gimple-ssa-backprop.c (optimize_phi): Do not replace an argument
13529         corresponding to an abnormal edge.
13531 2016-02-09  Tom de Vries  <tom@codesourcery.com>
13533         PR tree-optimization/69599
13534         * tree-ssa-structalias.c (fndecl_maybe_in_other_partition): New
13535         function.
13536         (find_func_aliases_for_builtin_call, find_func_clobbers)
13537         (ipa_pta_execute):  Handle case that foo and foo._0 are not in same lto
13538         partition.
13540 2016-02-09  Richard Biener  <rguenther@suse.de>
13542         PR tree-optimization/69715
13543         * tree-ssa.c (execute_update_addresses_taken): Mark non-decl
13544         LHS on calls as non-rewritable.
13546 2016-02-09  Tom de Vries  <tom@codesourcery.com>
13548         PR lto/69707
13549         * lto-wrapper.c (append_diag_options): New function.
13550         (compile_offload_image): Call append_diag_options.
13552 2016-02-08  Sandra Loosemore  <sandra@codesourcery.com>
13554         PR other/69722
13555         * doc/extend.texi (Flag Output Operands): Correct sectioning.
13556         Minor copy-edit to fix verb tenses.
13558 2016-02-08  Jakub Jelinek  <jakub@redhat.com>
13560         PR tree-optimization/69209
13561         * ipa-split.c (split_function): If split part is not
13562         returning retval, retval has gimple type but is not
13563         gimple value, force it into a SSA_NAME first.
13565 2016-02-08  Nicklas Bo Jensen  <nbjensen@gmail.com>
13567         * doc/tree-ssa.texi (Preserving the virtual SSA form): Remove
13568         outdated section.
13570 2016-02-08  Jason Merrill  <jason@redhat.com>
13572         PR c++/69631
13573         * convert.c (convert_to_integer_1): Check dofold on truncation
13574         distribution.
13575         (convert_to_pointer_maybe_fold, convert_to_real_maybe_fold)
13576         (convert_to_integer_maybe_fold, convert_to_complex_maybe_fold):
13577         Rename from *_nofold.
13578         * convert.h (convert_to_pointer_nofold, convert_to_integer_nofold)
13579         (convert_to_real_nofold, convert_to_complex_nofold): New inlines.
13581 2016-02-08  Bernd Schmidt  <bschmidt@redhat.com>
13583         PR target/60410
13584         * tree.c (build_common_tree_nodes): Remove short_double argument.
13585         All callers changed.
13586         * tree.h (build_common_tree_nodes): Adjust declaration.
13587         * doc/invoke.texi (-fshort-double): Remove documentation.
13588         * config/mips/t-img-elf (MULTILIB_OPTIONS, MULTILIB_DIRNAMES,
13589         MULTILIB_EXCEPTIONS): Remove -fshort-double variant.
13590         * lto-wrapper.c (merge_and_complain, append_compiler_options)
13591         (append_linker_options): Don't handle OPT_fshort_double.
13593         PR rtl-optimization/68730
13594         * lra-remat.c (insn_to_cand_activation): New static variable.
13595         (lra_remat): Allocate and free it.
13596         (create_cand): New arg activation. Initialize a field in
13597         insn_to_cand_activation if it is nonnull.
13598         (create_cands): Pass the activation insn to create_cand when making
13599         a candidate involving an output reload.  Reorganize code a little.
13600         (do_remat): Keep track of active status of candidates in a separate
13601         bitmap.
13603 2016-02-08  Richard Biener  <rguenther@suse.de>
13605         PR tree-optimization/69719
13606         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list):
13607         Properly use absolute of the difference of the two offsets to
13608         compare or adjust the segment length.
13610 2016-02-08  Richard Biener  <rguenther@suse.de>
13611             Jeff Law  <law@redhat.com>
13613         PR target/68273
13614         * tree-ssanames.c (make_ssa_name_fn): Always use unqualified
13615         types for anonymous SSA names.
13617 2016-02-08   Richard Biener  <rguenther@suse.de>
13619         PR rtl-optimization/69274
13620         * ira.c (ira_setup_alts): Do not change recog_data.operand order.
13622 2016-02-08  Jeff Law  <law@redhat.com>
13624         PR tree-optimization/65917
13625         * tree-ssa-dom.c (record_temporary_equivalences): Record both
13626         equivalences from if (x == y) style conditionals.
13627         (loop_depth_of_name): Remove.
13628         (record_equality): Remove loop depth check.
13629         * tree-ssa-scopedtables.h (const_and_copies): Refine comments.
13630         (const_and_copies::record_const_or_copy_raw): New member function.
13631         * tree-ssa-scopedtables.c
13632         (const_and_copies::record_const_or_copy_raw): New, factored out of
13633         (const_and_copies::record_const_or_copy): Call new member function.
13635 2016-02-05  Jeff Law  <law@redhat.com>
13637         PR tree-optimization/68541
13638         * gimple-ssa-split-paths.c: Include tree-cfg.h and params.h.
13639         (count_stmts_in_block): New function.
13640         (poor_ifcvt_candidate_code): Likewise.
13641         (is_feasible_trace): Add some heuristics to determine when path
13642         splitting is profitable.
13643         (find_block_to_duplicate_for_splitting_paths): Make sure the graph
13644         is a diamond with a single exit.
13646 2016-02-05  Martin Sebor  <msebor@redhat.com>
13648         PR c++/69662
13649         * doc/invoke.texi: Update -Wplacement-new to take an optional
13650         argument.
13652 2016-02-06  Richard Henderson  <rth@redhat.com>
13654         PR c/69643
13655         * tree.c (tree_nop_conversion_p): Do not strip casts into or
13656         out of non-standard address spaces.
13658 2016-02-05  Jakub Jelinek  <jakub@redhat.com>
13660         PR rtl-optimization/69691
13661         * lra-eliminations.c (move_plus_up): Don't add the addend twice.
13663 2016-02-05  Pat Haugen  <pthaugen@us.ibm.com>
13665         * config/rs6000/crypto.md (crypto_vpermxor_<mode>): Correct insn type.
13666         * config/rs6000/rs6000.md (mov<mode>_hardfloat): Likewise.
13667         (*ieee128_mfvsrd_64bit): Likewise.
13668         (*ieee128_mfvsrd_32bit): Likewise.
13670 2016-02-05  Ilya Enkovich  <enkovich.gnu@gmail.com>
13672         PR target/69369
13673         Revert r232560:
13674         2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
13676         * cgraphunit.c (cgraph_node::reset): Clear thunk info and
13677         instrumented_version.
13679 2016-01-05  Jeremy Bennett  <jeremy.bennett@embecosm.com>
13681         * doc/invoke.texi (Optimize Options): In table of --param options
13682         rename second occurrence of tracer-min-branch-ratio to
13683         tracer-min-branch-probability, rename
13684         tracer-min-branch-ratio-feedback to
13685         tracer-min-branch-probability-feedback and clarify description,
13686         rename sched-spec-state-edge-prob-cutoff to
13687         sched-state-edge-prob-cutoff, rename selsched-max-insns-to-rename
13688         to selsched-insns-to-rename, rename lto-minpartition to
13689         lto-min-partition, delete reorder-blocks-duplicate and
13690         reorder-blocks-duplicate-feedback.
13692 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
13694         * config/s390/s390.c (s390_register_info_set_ranges): Remove
13695         superfluous loops.
13697 2016-02-05  Dominik Vogt  <vogt@linux.vnet.ibm.com>
13699         * doc/extend.texi: S/390: Correct some typos.
13701 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
13703         * config/s390/s390.c (s390_emit_call): Add missing 64 bit check.
13705 2016-02-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
13707         PR target/69625
13708         * config/s390/s390.c (SAVE_SLOT_NONE, SAVE_SLOT_STACK): New defines.
13709         (s390_register_info_gprtofpr): Use new macros above.
13710         (s390_register_info_stdarg_fpr): Adjust max_fpr to better match
13711         its name.
13712         (s390_register_info_stdarg_gpr): Adjust max_gpr to better match
13713         its name.  Adjust restore and save gpr ranges.
13714         (s390_register_info_set_ranges): New function.
13715         (s390_register_info): Use new macros above.  Call
13716         s390_register_info_set_ranges.
13717         (s390_optimize_register_info): Likewise.
13718         (s390_hard_regno_rename_ok): Use new macros.
13719         (s390_hard_regno_scratch_ok): Likewise.
13720         (s390_emit_epilogue): Likewise.
13721         (s390_can_use_return_insn): Likewise.
13722         (s390_optimize_prologue): Likewise.
13723         * config/s390/s390.md (GPR2_REGNUM, GPR6_REGNUM): New constants.
13725 2016-02-05  Jakub Jelinek  <jakub@redhat.com>
13727         PR bootstrap/69677
13728         * config/i386/i386.c (convert_scalars_to_vector): Readd stack
13729         alignment fixes.
13730         (ix86_option_override_internal): Disable TARGET_STV even for
13731         -m{incoming,preferred}-stack-boundary=3.
13733 2016-02-03  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
13735         * config.gcc: Mark deprecated rtems targets as obsolete.
13737 2016-02-04  Segher Boessenkool  <segher@kernel.crashing.org>
13739         PR rtl-optimization/64682
13740         PR rtl-optimization/69567
13741         * combine.c (distribute_notes) <REG_DEAD>: Place the death note
13742         before I2 only if the register is both used and set in I2.
13744 2016-02-04  DJ Delorie  <dj@redhat.com>
13746         * config/msp430/msp430.c (msp430_start_function): Add function type.
13748 2016-02-04  Jakub Jelinek  <jakub@redhat.com>
13750         PR fortran/69368
13751         * tree-dfa.c (get_ref_base_and_extent): Remove unreachable code.
13753 2016-02-04  Uros Bizjak  <ubizjak@gmail.com>
13755         PR rtl-optimization/69577
13756         Revert:
13757         2015-10-29  Richard Henderson  <rth@redhat.com>
13759         PR target/68124
13760         PR rtl-opt/67609
13761         * config/i386/i386.c (ix86_cannot_change_mode_class): Tighten
13762         sse check to the exact conditions of PR 67609.
13764 2016-02-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
13766         PR target/69667
13767         * config/rs6000/rs6000.md (mov<mode>_64bit_dm): Use 'd' constraint
13768         instead of 'ws', and 'wh' instead of 'wm' since TFmode/IFmode are
13769         not allowed into the traditional Altivec registers.
13770         (movtd_64bit_nodm): Likewise.
13771         (mov<mode>_32bit, FMOVE128_FPR iterator): Likewise.
13773 2016-02-04  David Malcolm  <dmalcolm@redhat.com>
13775         * config/aarch64/cortex-a57-fma-steering.c
13776         (aarch64_register_fma_steering): Remove "static" from arguments
13777         to register_pass.
13779 2016-02-04  Wilco Dijkstra  <wdijkstr@arm.com>
13781         PR target/69619
13782         * ccmp.c (expand_ccmp_expr_1): Avoid evaluating gs0/gs1
13783         twice when complex.
13785 2016-02-04  Mike Frysinger  <vapier@gentoo.org>
13787         * doc/invoke.texi: Delete -mno-fma4.
13789 2016-02-04  Richard Sandiford  <richard.sandiford@arm.com>
13791         PR rtl-optimization/69577
13792         * reginfo.c (record_subregs_of_mode): Add a partial_def parameter.
13793         (find_subregs_of_mode): Update accordingly.  Iterate over partial
13794         definitions.
13796 2016-02-04  Alan Lawrence  <alan.lawrence@arm.com>
13798         * config/arm/arm-protos.h (neon_reinterpret): Remove.
13799         * config/arm/arm.c (neon_reinterpret): Remove.
13800         * config/arm/arm_neon_builtins.def (vreinterpretv8qi, vreinterpretv4hi,
13801         vreinterpretv2si, vreinterpretv2sf, vreinterpretdi, vreinterpretv16qi,
13802         vreinterpretv8hi, vreinterpretv4si, vreinterpretv4sf, vreinterpretv2di,
13803         vreinterpretti): Remove.
13804         * config/arm/neon.md (neon_vreinterpretv8qi<mode>,
13805         neon_vreinterpretv4hi<mode>, neon_vreinterpretv2si<mode>,
13806         neon_vreinterpretv2sf<mode>, neon_vreinterpretdi<mode>,
13807         neon_vreinterpretti<mode>, neon_vreinterpretv16qi<mode>,
13808         neon_vreinterpretv8hi<mode>, neon_vreinterpretv4si<mode>,
13809         neon_vreinterpretv4sf<mode>, neon_vreinterpretv2di<mode>): Remove.
13810         * config/arm/arm_neon.h (vreinterpret_p8_p16, vreinterpret_p8_f32,
13811         vreinterpret_p8_p64, vreinterpret_p8_s64, vreinterpret_p8_u64,
13812         vreinterpret_p8_s8, vreinterpret_p8_s16, vreinterpret_p8_s32,
13813         vreinterpret_p8_u8, vreinterpret_p8_u16, vreinterpret_p8_u32,
13814         vreinterpret_p16_p8, vreinterpret_p16_f32, vreinterpret_p16_p64,
13815         vreinterpret_p16_s64, vreinterpret_p16_u64, vreinterpret_p16_s8,
13816         vreinterpret_p16_s16, vreinterpret_p16_s32, vreinterpret_p16_u8,
13817         vreinterpret_p16_u16, vreinterpret_p16_u32, vreinterpret_f32_p8,
13818         vreinterpret_f32_p16, vreinterpret_f32_p64, vreinterpret_f32_s64,
13819         vreinterpret_f32_u64, vreinterpret_f32_s8, vreinterpret_f32_s16,
13820         vreinterpret_f32_s32, vreinterpret_f32_u8, vreinterpret_f32_u16,
13821         vreinterpret_f32_u32, vreinterpret_p64_p8, vreinterpret_p64_p16,
13822         vreinterpret_p64_f32, vreinterpret_p64_s64, vreinterpret_p64_u64,
13823         vreinterpret_p64_s8, vreinterpret_p64_s16, vreinterpret_p64_s32,
13824         vreinterpret_p64_u8, vreinterpret_p64_u16, vreinterpret_p64_u32,
13825         vreinterpret_s64_p8, vreinterpret_s64_p16, vreinterpret_s64_f32,
13826         vreinterpret_s64_p64, vreinterpret_s64_u64, vreinterpret_s64_s8,
13827         vreinterpret_s64_s16, vreinterpret_s64_s32, vreinterpret_s64_u8,
13828         vreinterpret_s64_u16, vreinterpret_s64_u32, vreinterpret_u64_p8,
13829         vreinterpret_u64_p16, vreinterpret_u64_f32, vreinterpret_u64_p64,
13830         vreinterpret_u64_s64, vreinterpret_u64_s8, vreinterpret_u64_s16,
13831         vreinterpret_u64_s32, vreinterpret_u64_u8, vreinterpret_u64_u16,
13832         vreinterpret_u64_u32, vreinterpret_s8_p8, vreinterpret_s8_p16,
13833         vreinterpret_s8_f32, vreinterpret_s8_p64, vreinterpret_s8_s64,
13834         vreinterpret_s8_u64, vreinterpret_s8_s16, vreinterpret_s8_s32,
13835         vreinterpret_s8_u8, vreinterpret_s8_u16, vreinterpret_s8_u32,
13836         vreinterpret_s16_p8, vreinterpret_s16_p16, vreinterpret_s16_f32,
13837         vreinterpret_s16_p64, vreinterpret_s16_s64, vreinterpret_s16_u64,
13838         vreinterpret_s16_s8, vreinterpret_s16_s32, vreinterpret_s16_u8,
13839         vreinterpret_s16_u16, vreinterpret_s16_u32, vreinterpret_s32_p8,
13840         vreinterpret_s32_p16, vreinterpret_s32_f32, vreinterpret_s32_p64,
13841         vreinterpret_s32_s64, vreinterpret_s32_u64, vreinterpret_s32_s8,
13842         vreinterpret_s32_s16, vreinterpret_s32_u8, vreinterpret_s32_u16,
13843         vreinterpret_s32_u32, vreinterpret_u8_p8, vreinterpret_u8_p16,
13844         vreinterpret_u8_f32, vreinterpret_u8_p64, vreinterpret_u8_s64,
13845         vreinterpret_u8_u64, vreinterpret_u8_s8, vreinterpret_u8_s16,
13846         vreinterpret_u8_s32, vreinterpret_u8_u16, vreinterpret_u8_u32,
13847         vreinterpret_u16_p8, vreinterpret_u16_p16, vreinterpret_u16_f32,
13848         vreinterpret_u16_p64, vreinterpret_u16_s64, vreinterpret_u16_u64,
13849         vreinterpret_u16_s8, vreinterpret_u16_s16, vreinterpret_u16_s32,
13850         vreinterpret_u16_u8, vreinterpret_u16_u32, vreinterpret_u32_p8,
13851         vreinterpret_u32_p16, vreinterpret_u32_f32, vreinterpret_u32_p64,
13852         vreinterpret_u32_s64, vreinterpret_u32_u64, vreinterpret_u32_s8,
13853         vreinterpret_u32_s16, vreinterpret_u32_s32, vreinterpret_u32_u8,
13854         vreinterpret_u32_u16, vreinterpretq_p8_p16, vreinterpretq_p8_f32,
13855         vreinterpretq_p8_p64, vreinterpretq_p8_p128, vreinterpretq_p8_s64,
13856         vreinterpretq_p8_u64, vreinterpretq_p8_s8, vreinterpretq_p8_s16,
13857         vreinterpretq_p8_s32, vreinterpretq_p8_u8, vreinterpretq_p8_u16,
13858         vreinterpretq_p8_u32, vreinterpretq_p16_p8, vreinterpretq_p16_f32,
13859         vreinterpretq_p16_p64, vreinterpretq_p16_p128, vreinterpretq_p16_s64,
13860         vreinterpretq_p16_u64, vreinterpretq_p16_s8, vreinterpretq_p16_s16,
13861         vreinterpretq_p16_s32, vreinterpretq_p16_u8, vreinterpretq_p16_u16,
13862         vreinterpretq_p16_u32, vreinterpretq_f32_p8, vreinterpretq_f32_p16,
13863         vreinterpretq_f32_p64, vreinterpretq_f32_p128, vreinterpretq_f32_s64,
13864         vreinterpretq_f32_u64, vreinterpretq_f32_s8, vreinterpretq_f32_s16,
13865         vreinterpretq_f32_s32, vreinterpretq_f32_u8, vreinterpretq_f32_u16,
13866         vreinterpretq_f32_u32, vreinterpretq_p64_p8, vreinterpretq_p64_p16,
13867         vreinterpretq_p64_f32, vreinterpretq_p64_p128, vreinterpretq_p64_s64,
13868         vreinterpretq_p64_u64, vreinterpretq_p64_s8, vreinterpretq_p64_s16,
13869         vreinterpretq_p64_s32, vreinterpretq_p64_u8, vreinterpretq_p64_u16,
13870         vreinterpretq_p64_u32, vreinterpretq_p128_p8, vreinterpretq_p128_p16,
13871         vreinterpretq_p128_f32, vreinterpretq_p128_p64, vreinterpretq_p128_s64,
13872         vreinterpretq_p128_u64, vreinterpretq_p128_s8, vreinterpretq_p128_s16,
13873         vreinterpretq_p128_s32, vreinterpretq_p128_u8, vreinterpretq_p128_u16,
13874         vreinterpretq_p128_u32, vreinterpretq_s64_p8, vreinterpretq_s64_p16,
13875         vreinterpretq_s64_f32, vreinterpretq_s64_p64, vreinterpretq_s64_p128,
13876         vreinterpretq_s64_u64, vreinterpretq_s64_s8, vreinterpretq_s64_s16,
13877         vreinterpretq_s64_s32, vreinterpretq_s64_u8, vreinterpretq_s64_u16,
13878         vreinterpretq_s64_u32, vreinterpretq_u64_p8, vreinterpretq_u64_p16,
13879         vreinterpretq_u64_f32, vreinterpretq_u64_p64, vreinterpretq_u64_p128,
13880         vreinterpretq_u64_s64, vreinterpretq_u64_s8, vreinterpretq_u64_s16,
13881         vreinterpretq_u64_s32, vreinterpretq_u64_u8, vreinterpretq_u64_u16,
13882         vreinterpretq_u64_u32, vreinterpretq_s8_p8, vreinterpretq_s8_p16,
13883         vreinterpretq_s8_f32, vreinterpretq_s8_p64, vreinterpretq_s8_p128,
13884         vreinterpretq_s8_s64, vreinterpretq_s8_u64, vreinterpretq_s8_s16,
13885         vreinterpretq_s8_s32, vreinterpretq_s8_u8, vreinterpretq_s8_u16,
13886         vreinterpretq_s8_u32, vreinterpretq_s16_p8, vreinterpretq_s16_p16,
13887         vreinterpretq_s16_f32, vreinterpretq_s16_p64, vreinterpretq_s16_p128,
13888         vreinterpretq_s16_s64, vreinterpretq_s16_u64, vreinterpretq_s16_s8,
13889         vreinterpretq_s16_s32, vreinterpretq_s16_u8, vreinterpretq_s16_u16,
13890         vreinterpretq_s16_u32, vreinterpretq_s32_p8, vreinterpretq_s32_p16,
13891         vreinterpretq_s32_f16, vreinterpretq_s32_f32, vreinterpretq_s32_p64,
13892         vreinterpretq_s32_p128, vreinterpretq_s32_s64, vreinterpretq_s32_u64,
13893         vreinterpretq_s32_s8, vreinterpretq_s32_s16, vreinterpretq_s32_u8,
13894         vreinterpretq_s32_u16, vreinterpretq_s32_u32, vreinterpretq_u8_p8,
13895         vreinterpretq_u8_p16, vreinterpretq_u8_f32, vreinterpretq_u8_p64,
13896         vreinterpretq_u8_p128, vreinterpretq_u8_s64, vreinterpretq_u8_u64,
13897         vreinterpretq_u8_s8, vreinterpretq_u8_s16, vreinterpretq_u8_s32,
13898         vreinterpretq_u8_u16, vreinterpretq_u8_u32, vreinterpretq_u16_p8,
13899         vreinterpretq_u16_p16, vreinterpretq_u16_f32, vreinterpretq_u16_p64,
13900         vreinterpretq_u16_p128, vreinterpretq_u16_s64, vreinterpretq_u16_u64,
13901         vreinterpretq_u16_s8, vreinterpretq_u16_s16, vreinterpretq_u16_s32,
13902         vreinterpretq_u16_u8, vreinterpretq_u16_u32, vreinterpretq_u32_p8,
13903         vreinterpretq_u32_p16, vreinterpretq_u32_f32, vreinterpretq_u32_p64,
13904         vreinterpretq_u32_p128, vreinterpretq_u32_s64, vreinterpretq_u32_u64,
13905         vreinterpretq_u32_s8, vreinterpretq_u32_s16, vreinterpretq_u32_s32,
13906         vreinterpretq_u32_u8, vreinterpretq_u32_u16): Rewrite using casts.
13908 2016-02-04  Martin Liska  <mliska@suse.cz>
13910         PR sanitizer/69276
13911         * asan.c (has_stmt_been_instrumented_p): Instrument gimple calls
13912         that are gimple_store_p.
13913         (maybe_instrument_call): Likewise.
13915 2016-02-04  Bin Cheng  <bin.cheng@arm.com>
13917         * config/aarch64/aarch64.c (aarch64_legitimize_address): Force
13918         register scaling out of memory reference and comment why.
13920 2016-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13922         PR target/65932
13923         PR target/67714
13924         * cse.c (cse_insn): Pass NULL to fold_rtx when initially
13925         folding the source of a SET.
13927 2016-02-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13929         PR target/65932
13930         PR target/67714
13931         * config/arm/arm.c (arm_new_rtx_costs, MULT case): Properly extract
13932         the operands of the SIGN_EXTENDs from a SMUL[TB][TB] rtx.
13934 2016-02-04  Jim Wilson  <jim.wilson@linaro.org>
13936         PR target/65932
13937         PR target/67714
13938         * config/arm/arm.h (PROMOTE_MODE): Don't set UNSIGNEDP for QImode and
13939         HImode.
13941 2016-02-04  Christian Bruel  <christian.bruel@st.com>
13943         * config/arm/arm-c.c (arm_reset_previous_fndecl): Style fix and typo.
13944         * config/arm/arm.c (arm_set_current_function): Likewise.
13946 2016-02-04  Jakub Jelinek  <jakub@redhat.com>
13947             Ilya Enkovich  <enkovich.gnu@gmail.com>
13948             H.J. Lu  <hongjiu.lu@intel.com>
13950         PR target/69454
13951         * config/i386/i386.c (convert_scalars_to_vector): Remove
13952         stack alignment fixes.
13953         (ix86_option_override_internal): Disable TARGET_STV if stack
13954         might not be aligned enough.
13955         (ix86_minimum_alignment): Assert that TARGET_STV is false.
13957 2016-02-04  Victoria Stepanyan  <victoria.stepanyan@amd.com>
13959         * config/i386/x86-tune.def: Disable default prefetching
13960         for -march=znver1.
13962 2016-02-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
13963             Vladimir Makarov  <vmakarov@redhat.com>
13965         PR target/69461
13966         * config/rs6000/rs6000.c (rs6000_legitimate_address_p): Fix thinko
13967         in validating fused toc addresses.
13969 2016-02-03  Jakub Jelinek  <jakub@redhat.com>
13971         PR c/69627
13972         * diagnostic-show-locus.c (layout::get_state_at_point): Don't read
13973         range->m_caret fields if range->m_show_caret_p is false.
13975         PR target/69644
13976         * config/rs6000/rs6000.c (rs6000_expand_atomic_compare_and_swap):
13977         Force oldval into register if it does not satisfy reg_or_short_operand
13978         predicate.  Fix up formatting.
13980 2016-02-03  Vladimir Makarov  <vmakarov@redhat.com>
13981             Alexandre Oliva  <aoliva@redhat.com>
13983         PR target/69461
13984         * lra-constraints.c (simplify_operand_subreg): Check additionally
13985         address validity after potential reloading.
13986         (process_address_1): Check insns validity.  In case of failure do
13987         nothing.
13989 2016-02-03  Kirill Yukhin  <kirill.yukhin@intel.com>
13991         PR target/69118
13992         * config/i386/sse.md (define_insn "avx512f_maskcmp<mode>3"):
13993         Fix target.
13995 2016-02-02  Jakub Jelinek  <jakub@redhat.com>
13997         * wide-int.cc (canonize_uhwi): New function.
13998         (wi::divmod_internal): Use it.
14000 2016-02-02  James Norris  <jnorris@codesourcery.com
14002         * gimplify.c (omp_notice_variable): Add usage check.
14004 2016-02-02  Alexander Monakov  <amonakov@ispras.ru>
14006         * config/nvptx/nvptx.c (nvptx_print_operand): Treat LEU, GEU, LTU, GTU
14007         like LE, GE, LT, GT when emitting relational operator.
14009 2016-02-02  Wilco Dijkstra  <wdijkstr@arm.com>
14011         * ira-costs.c (find_costs_and_classes): Add extra argument.
14012         * target.def (ira_change_pseudo_allocno_class): Add parameter.
14013         * targhooks.h (ira_change_pseudo_allocno_class): Likewise.
14014         * targhooks.c (ira_change_pseudo_allocno_class): Likewise.
14015         * config/aarch64/aarch64.c (aarch64_ira_change_pseudo_allocno_class)
14016         Add best_class parameter, and return it if not ALL_REGS.
14017         * config/mips/mips.c (mips_ira_change_pseudo_allocno_class):
14018         Add parameter.
14019         * doc/tm.texi (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS):
14020         Update target hook.
14022 2016-02-02  Wilco Dijkstra  <wdijkstr@arm.com>
14024         * config/aarch64/aarch64.c
14025         (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): New define.
14026         (aarch64_ira_change_pseudo_allocno_class): New function.
14028 2016-02-02  Uros Bizjak  <ubizjak@gmail.com>
14030         PR target/67032
14031         * config/i386/i386.c (geode_cost): Increase cost of MMX and SSE moves.
14033 2016-02-02  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
14035         * config/avr/avr.c (avr_option_override): Set
14036         PARAM_ALLOW_STORE_DATA_RACES to 1.
14038 2016-02-02  Richard Biener  <rguenther@suse.de>
14040         PR tree-optimization/69595
14041         * match.pd: Add range test simplifications to true/false.
14043 2016-02-02  Thomas Schwinge  <thomas@codesourcery.com>
14045         * omp-builtins.def (BUILT_IN_GOACC_HOST_DATA): Remove.
14046         * omp-low.c (expand_omp_target): Use BUILT_IN_GOACC_DATA_START
14047         instead.
14049 2016-02-02  Richard Biener  <rguenther@suse.de>
14051         PR tree-optimization/69606
14052         * tree-ssa-math-opts.c (bswap_replace): Clear flow sensitive
14053         info on the result before moving a stmt.
14055 2016-02-02  Yuri Rumyantsev  <ysrumyan@gmail.com>
14057         PR middle-end/68542
14058         * config/i386/i386.c (ix86_expand_branch): Add support for conditional
14059         branch with vector comparison.
14060         * config/i386/sse.md (VI48_AVX): New mode iterator.
14061         (define_expand "cbranch<mode>4): Add support for conditional branch
14062         with vector comparison.
14063         * tree-vect-loop.c (optimize_mask_stores): New function.
14064         * tree-vect-stmts.c (vectorizable_mask_load_store): Initialize
14065         has_mask_store field of vect_info.
14066         * tree-vectorizer.c (vectorize_loops): Invoke optimaze_mask_stores for
14067         vectorized loops having masked stores after vec_info destroy.
14068         * tree-vectorizer.h (loop_vec_info): Add new has_mask_store field and
14069         correspondent macros.
14070         (optimize_mask_stores): Add prototype.
14072 2016-02-02  Alan Modra  <amodra@gmail.com>
14074         PR target/69548
14075         * config/rs6000/predicates.md (quad_int_reg_operand): Don't
14076         allow subregs.
14078 2016-02-02  Alan Modra  <amodra@gmail.com>
14080         PR target/68662
14081         * config/rs6000/rs6000.c (need_toc_init): New var, set it
14082         whenever toc_label_name used.
14083         (rs6000_file_start): Don't set up toc section here,
14084         (rs6000_output_function_epilogue): do so here instead,
14085         (rs6000_xcoff_file_start): and here.
14086         * config/rs6000/rs6000.md (load_toc_aix_si): Set need_toc_init.
14087         (load_toc_aix_di): Likewise.
14089 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
14091         PR rtl-optimization/69592
14092         * rtlanal.c (nonzero_bits_binary_arith_p): New inline function.
14093         (cached_nonzero_bits): Use it instead of ARITHMETIC_P.
14094         (num_sign_bit_copies_binary_arith_p): New inline function.
14095         (cached_num_sign_bit_copies): Use it instead of ARITHMETIC_P.
14097 2016-02-01  Jeff Law  <law@redhat.com>
14099         PR tree-optimization/69580
14100         * params.def (FSM_MAXIMUM_PHI_ARGUMENTS): New param.
14101         * tree-ssa-threadbackward.c
14102         (fsm_find_control_statement_thread_paths): Do not try to walk
14103         through large PHI nodes.
14105 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
14107         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return false
14108         when count is incremented above limit, don't analyze further
14109         insns afterwards.
14111         * omp-low.c (oacc_parse_default_dims): Avoid
14112         -Wsign-compare warning, make sure value fits into int
14113         rather than just unsigned int.
14115 2016-02-01  Bin Cheng  <bin.cheng@arm.com>
14117         PR tree-optimization/67921
14118         * fold-const.c (split_tree): New parameters.  Convert pointer
14119         type variable part to proper type before negating.
14120         (fold_binary_loc): Pass new arguments to split_tree.
14122 2016-02-01  Nathan Sidwell  <nathan@codesourcery.com>
14124         * config/nvptx/nvptx.c (PTX_GANG_DEFAULT): New.
14125         (nvptx_goacc_validate_dims): Extend to handle global defaults.
14126         * target.def (OACC_VALIDATE_DIMS): Extend documentation.
14127         * doc/tm.texti: Rebuilt.
14128         * doc/invoke.texi (fopenacc-dim): Document.
14129         * lto-wrapper.c (merge_and_complain): Add OPT_fopenacc_dim_ case.
14130         (append_compiler_options): Likewise.
14131         * omp-low.c (oacc_default_dims, oacc_min_dims): New.
14132         (oacc_parse_default_dims): New.
14133         (oacc_validate_dims): Add USED arg.  Select non-unity default when
14134         possible.
14135         (oacc_loop_fixed_partitions): Return mask of used partitions.
14136         (oacc_loop_auto_partitions): Emit dump info.
14137         (oacc_loop_partition): Return mask of used partitions.
14138         (execute_oacc_device_lower): Parse default dimension arg.  Adjust
14139         loop partitioning and validation calls.
14141 2016-02-01  Richard Biener  <rguenther@suse.de>
14143         PR middle-end/69556
14144         * match.pd: Guard (C1/X)*C2 -> (C1*C2)/X with single_use.
14146 2016-02-01  Richard Biener  <rguenther@suse.de>
14148         PR tree-optimization/69574
14149         * tree-chrec.c (hide_evolution_in_other_loops_than_loop): Instead
14150         of asserting return chrec_dont_know.
14152 2016-02-01  Martin Liska  <mliska@suse.cz>
14154         * mem-stats-traits.h: Add copyright header.
14155         * mem-stats.h: Likewise.
14157 2016-02-01  Richard Biener  <rguenther@suse.de>
14159         PR tree-optimization/69579
14160         * tree-ssa-loop-ivcanon.c (propagate_constants_for_unrolling):
14161         Do not propagate through abnormal PHI results.
14163 2016-02-01  Eric Botcazou  <ebotcazou@adacore.com>
14165         * postreload.c (reload_cse_simplify): Remove dead code.
14167 2016-02-01  Jakub Jelinek  <jakub@redhat.com>
14169         PR rtl-optimization/69570
14170         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Return true only
14171         if there is more than one set, not if there is a single set.
14173 2016-02-01  Richard Henderson  <rth@redhat.com>
14175         PR rtl-opt/69535
14176         * combine.c (make_compound_operation): When looking through a
14177         subreg, make sure to re-extend to the width of the outer mode.
14179 2016-01-30  Jakub Jelinek  <jakub@redhat.com>
14181         PR tree-optimization/69546
14182         * wide-int.cc (wi::divmod_internal): For unsigned division
14183         where both operands fit into uhwi, if o1 is 1 and o0 has
14184         msb set, if divident_prec is larger than bits per hwi,
14185         clear another quotient word and return 2 instead of 1.
14186         Similarly for remainder with msb in HWI set, if dividend_prec
14187         is larger than bits per hwi.
14189 2016-01-29  Martin Jambor  <mjambor@suse.cz>
14191         * hsa-gen.c (get_memory_order_name): Mask with MEMMODEL_BASE_MASK.
14192         Use short lowercase names.
14193         (get_memory_order): Mask with MEMMODEL_BASE_MASK.  Support
14194         MEMMODEL_CONSUME with acquire semantics and MEMMODEL_SEQ_CST with
14195         acq_rel one.  Protect warning agains segfaults if
14196         get_memory_order_name returns NULL.
14197         (gen_hsa_ternary_atomic_for_builtin): Support with MEMMODEL_SEQ_CST
14198         with release semantics.  Do not warn if get_memory_order already did.
14199         (gen_hsa_insns_for_call): Support with MEMMODEL_SEQ_CST with acquire
14200         semantics.  Fix check for relaxed or acquire semantics.  Do not warn
14201         if get_memory_order already did.
14203 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
14205         * doc/install.texi: Document that isl-0.16 is supported.
14207 2016-01-29  Vladimir Makarov  <vmakarov@redhat.com>
14209         PR target/69299
14210         * config/i386/constraints.md (Bm): Describe as special memory
14211         constraint.
14212         * doc/md.texi (DEFINE_SPECIAL_MEMORY_CONSTRAINT): Describe it.
14213         * genoutput.c (main): Process DEFINE_SPECIAL_MEMORY_CONSTRAINT.
14214         * genpreds.c (struct constraint_data): Add is_special_memory.
14215         (have_special_memory_constraints, special_memory_start): New
14216         static vars.
14217         (special_memory_end): Ditto.
14218         (add_constraint): Add new arg is_special_memory.  Add code to
14219         process its true value.  Update have_special_memory_constraints.
14220         (process_define_constraint): Pass the new arg.
14221         (process_define_register_constraint): Ditto.
14222         (choose_enum_order): Process special memory.
14223         (write_tm_preds_h): Generate enum const CT_SPECIAL_MEMORY and
14224         function insn_extra_special_memory_constraint.
14225         (main): Process DEFINE_SPECIAL_MEMORY_CONSTRAINT.
14226         * gensupport.c (process_rtx): Process
14227         DEFINE_SPECIAL_MEMORY_CONSTRAINT.
14228         * ira-costs.c (record_reg_classes): Process CT_SPECIAL_MEMORY.
14229         * ira-lives.c (single_reg_class): Use
14230         insn_extra_special_memory_constraint.
14231         * ira.c (ira_setup_alts): Process CT_SPECIAL_MEMORY.
14232         * lra-constraints.c (process_alt_operands): Ditto.
14233         (curr_insn_transform): Use insn_extra_special_memory_constraint.
14234         * recog.c (asm_operand_ok, preprocess_constraints): Process
14235         CT_SPECIAL_MEMORY.
14236         * reload.c (find_reloads): Ditto.
14237         * rtl.def (DEFINE_SPECIFAL_MEMORY_CONSTRAINT): New.
14238         * stmt.c (parse_input_constraint): Use
14239         insn_extra_special_memory_constraint.
14241 2016-01-29  H.J. Lu  <hongjiu.lu@intel.com>
14243         PR target/69530
14244         * lra-splill.c (lra_final_code_change): Revert r229087 by
14245         removing all sub-registers.
14247 2016-01-29  Steve Ellcey  <sellcey@imgtec.com>
14249         PR target/65604
14250         * config/mips/mips.c (mips_output_division): Check flag_delayed_branch.
14252 2016-01-29  Jakub Jelinek  <jakub@redhat.com>
14254         PR target/69551
14255         * config/i386/i386.c (ix86_expand_vector_set) <case V4SImode>: For
14256         SSE1, copy target into the temporary reg first before recursing
14257         on it.
14259 2016-01-29  H.J. Lu  <hongjiu.lu@intel.com>
14261         * config/i386/sse.md (sse2_cvtps2pd<mask_name>): Replace vBm
14262         with vm.
14264 2016-01-29  Jonathan Wakely  <jwakely@redhat.com>
14266         * ginclude/stdarg.h: Test __cplusplus instead of
14267         __GXX_EXPERIMENTAL_CXX0X__.
14269 2016-01-29  Richard Biener  <rguenther@suse.de>
14271         PR tree-optimization/69547
14272         * tree-ssa-dce.c (mark_aliased_reaching_defs_necessary_1):
14273         Do not mark clobbers necessary.
14274         (mark_all_reaching_defs_necessary_1): Likewise.
14276 2016-01-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14278         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Format
14279         declaration name with %qs and print it in both error messages.
14280         Also fix indentation.
14282 2016-01-29  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14284         PR other/69006
14285         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Remove
14286         trailing blank line from error message.
14288 2016-01-29  Jonathan Wakely  <jwakely@redhat.com>
14290         PR c++/69462
14291         * ginclude/float.h: Also provide FLT_EVAL_METHOD and DECIMAL_DIG
14292         for C++-11.
14294 2016-01-29  Richard Biener  <rguenther@suse.de>
14296         PR middle-end/69537
14297         * match.pd: Allow all integral types when simplifying a
14298         widening or sign-changing conversion.
14300 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
14302         * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Revert assert
14303         back to setting codegen_error to fail codegen.
14305 2016-01-28  Uros Bizjak  <ubizjak@gmail.com>
14307         PR target/69459
14308         * config/i386/constraints.md (C): Only accept constant zero operand.
14309         (BC): New constraint.
14310         * config/i386/sse.md (*mov<mode>_internal): Use BC constraint
14311         instead of C constraint.
14312         * doc/md.texi (Machine Constraints): Update description
14313         of C constraint.
14315 2016-01-28  Steve Ellcey  <sellcey@imgtec.com>
14317         PR target/68400
14318         * config/mips/mips.c (and_operands_ok): Add MIPS16 check.
14320 2016-01-28  Jakub Jelinek  <jakub@redhat.com>
14322         PR middle-end/69542
14323         * lra-remat.c (calculate_local_reg_remat_bb_data): Only consider
14324         non-debug insns.
14326 2016-01-28  Pat Haugen  <pthaugen@us.ibm.com>
14328         * config/rs6000/rs6000.c (output_cbranch): Don't statically predict
14329         branches if using guessed profile.
14331 2016-01-28  H.J. Lu  <hongjiu.lu@intel.com>
14333         * graphite-optimize-isl.c (optimize_isl): Fix dump.
14335 2016-01-28  Richard Henderson  <rth@redhat.com>
14337         PR target/69305
14338         * config/aarch64/aarch64-modes.def (CC_Cmode): New
14339         * config/aarch64/aarch64-protos.h: Update.
14340         * config/aarch64/aarch64.c (aarch64_zero_extend_const_eq): New.
14341         (aarch64_select_cc_mode): Add check for use of CC_Cmode.
14342         (aarch64_get_condition_code_1): Handle CC_Cmode.
14343         * config/aarch64/aarch64.md (addti3): Use adddi3_compareC.
14344         (*add<mode>3_compareC_cconly_imm): New.
14345         (*add<mode>3_compareC_cconly): New.
14346         (*add<mode>3_compareC_imm): New.
14347         (add<mode>3_compareC): New.
14348         (add<mode>3_carryin, *addsi3_carryin_uxtw): Sort compare operand
14349         to be first.  Use aarch64_carry_operation.
14350         (*add<mode>3_carryin_alt1, *addsi3_carryin_alt1_uxtw): Remove.
14351         (*add<mode>3_carryin_alt2, *addsi3_carryin_alt2_uxtw): Remove.
14352         (*add<mode>3_carryin_alt3, *addsi3_carryin_alt3_uxtw): Remove.
14353         (subti3): Use subdi3_compare1.
14354         (*sub<mode>3_compare0): Rename from sub<mode>3_compare0.
14355         (sub<mode>3_compare1): New.
14356         (*sub<mode>3_carryin0, *subsi3_carryin_uxtw): New.
14357         (*sub<mode>3_carryin): Use aarch64_borrow_operation.
14358         (*subsi3_carryin_uxtw): Likewise.
14359         (*ngc<mode>, *ngcsi_uxtw): Likewise.
14360         (*sub<mode>3_carryin_alt, *subsi3_carryin_alt_uxtw): New.
14361         * config/aarch64/iterators.md (DWI): New.
14362         * config/aarch64/predicates.md (aarch64_carry_operation): New.
14363         (aarch64_borrow_operation): New.
14365 2016-01-28  Abderrazek Zaafrani  <a.zaafrani@samsung.com>
14367         * graphite-optimize-isl.c (optimize_isl): Print a different debug
14368         message when isl does not return a valid schedule.
14370 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
14372         * graphite-isl-ast-to-gimple.c (class translate_isl_ast_to_gimple):
14373         Remove comments from class declarations: they are already in the code
14374         close by the defs.
14376 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
14378         * graphite-isl-ast-to-gimple.c (binary_op_to_tree): Call
14379         codegen_error_p.
14380         (ternary_op_to_tree): Same.
14381         (unary_op_to_tree): Same.
14382         (nary_op_to_tree): Same.
14383         (gcc_expression_from_isl_expr_op): Same.
14384         (gcc_expression_from_isl_expression): Same.
14385         (graphite_create_new_loop): Same.
14386         (graphite_create_new_loop_guard): Same.
14387         (build_iv_mapping): Same.
14388         (graphite_create_new_guard): Same.
14389         (translate_isl_ast_to_gimple::copy_loop_phi_nodes): Same.
14390         (translate_isl_ast_to_gimple::translate_pending_phi_nodes): Same.
14392 2016-01-28  Sebastian Pop  <s.pop@samsung.com>
14394         * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Assert
14395         instead of setting codegen_error to fail codegen.
14397 2016-01-28  Jason Merrill  <jason@redhat.com>
14399         * tree.h (BINFO_FLAG_0): Rename from BINFO_MARKED.
14401 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
14403         * config/aarch64/aarch64.c (aarch64_if_then_else_costs):
14404         Remove CONST_INT_P check in CCMP cost calculation.
14406 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
14408         * config/aarch64/aarch64.c (generic_vector_cost):
14409         Set vec_permute_cost.
14410         (cortexa57_vector_cost): Likewise.
14411         (exynosm1_vector_cost): Likewise.
14412         (xgene1_vector_cost): Likewise.
14413         (aarch64_builtin_vectorization_cost): Use vec_permute_cost.
14414         * config/aarch64/aarch64-protos.h (cpu_vector_cost):
14415         Add vec_permute_cost entry.
14417 2016-01-28  Wilco Dijkstra  <wdijkstr@arm.com>
14419         * config/aarch64/aarch64.md (ccmp<mode>): Disassemble
14420         immediate as %1.
14421         (add<mode>3_compare0): Likewise.
14422         (addsi3_compare0_uxtw): Likewise.
14423         (add<mode>3nr_compare0): Likewise.
14424         (compare_neg<mode>): Likewise.
14425         (<optab><mode>3): Likewise.
14427 2016-01-28  Ilya Enkovich  <enkovich.gnu@gmail.com>
14429         * tree-vect-stmts.c (vectorizable_comparison): Add
14430         NULL check for vectype.
14432 2016-01-28  Richard Biener  <rguenther@suse.de>
14434         PR tree-optimization/69466
14435         * tree-vect-loop-manip.c (slpeel_duplicate_current_defs_from_edges):
14436         Account for PHIs we couldn't duplicate.
14438 2016-01-28  Martin Liska  <mliska@suse.cz>
14440         PR pch/68758
14441         * ggc-common.c (gt_pch_save): Use ENABLE_VALGRIND_ANNOTATIONS macro
14442         instead of ENABLE_VALGRIND_CHECKING.
14444 2016-01-27  Richard Henderson  <rth@redhat.com>
14446         PR rtl-opt/69447
14447         * lra-remat.c (subreg_regs): New.
14448         (dump_candidates_and_remat_bb_data): Dump it.
14449         (operand_to_remat): Reject if operand in subreg_regs.
14450         (set_bb_regs): Collect subreg_regs.
14451         (lra_remat): Init and free subreg_regs.  Compute
14452         calculate_local_reg_remat_bb_data before create_cands.
14454 2016-01-27  H.J. Lu  <hongjiu.lu@intel.com>
14456         PR target/68986
14457         * config/i386/i386.c (ix86_update_stack_boundary): Don't
14458         change stack_alignment_needed for __tls_get_addr call.
14460 2016-01-27  Segher Boessenkool  <segher@kernel.crashing.org>
14462         * config/rs6000/rs6000.c (print_operand): Rollback 's' removal.
14464 2016-01-27  Jeff Law  <law@redhat.com>
14466         PR tree-optimization/68398
14467         PR tree-optimization/69196
14468         * params.def (PARAM_FSM_SCALE_PATH_STMTS): New parameter.
14469         (PARAM_FSM_SCALE_PATH_BLOCKS): Likewise.
14470         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
14471         Only count PHIs in the last block in the path.  The others will
14472         const/copy propagate away.  Add heuristic to allow more irreducible
14473         subloops to be created when it is likely profitable to do so.
14475         * tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
14476         Fix typo in comment.  Use gsi_after_labels and remove the GIMPLE_LABEL
14477         check from within the loop.  Use gsi_next_nondebug rather than gsi_next.
14479 2016-01-27  Jakub Jelinek  <jakub@redhat.com>
14481         PR lto/69254
14482         * sanitizer.def: Add BEGIN_SANITIZER_BUILTINS and
14483         END_SANITIZER_BUILTINS markers using DEF_BUILTIN_STUB.
14484         * asan.c (DEF_BUILTIN_STUB): Temporarily define.
14485         * tree-streamer-in.c: Include asan.h.
14486         (streamer_get_builtin_tree): For builtins in sanitizer
14487         range call initialize_sanitizer_builtins and retry.
14489 2016-01-27  Ian Lance Taylor  <iant@google.com>
14491         * common.opt (fkeep-gc-roots-live): New undocumented option.
14492         * tree-ssa-loop-ivopts.c (add_candidate_1): If
14493         -fkeep-gc-roots-live, skip pointers.
14494         (add_iv_candidate_for_biv): Handle add_candidate_1 returning
14495         NULL.
14497 2016-01-27  Uros Bizjak  <ubizjak@gmail.com>
14499         PR target/69512
14500         * config/i386/i386.md (*zext<mode>_doubleword_and): New pattern.
14501         (*zext<mode>_doubleword): Disable for TARGET_ZERO_EXTEND_WITH_AND.
14503 2016-01-27  Thomas Klausner  <wiz@NetBSD.org>
14505         PR target/68380
14506         * configure.ac: NetBSD provides SSP in its C library.
14507         * configure: Updated.
14509 2016-01-27  Richard Biener  <rguenther@suse.de>
14511         PR tree-optimization/69166
14512         * tree-vect-loop.c (vect_is_simple_reduction): Always check
14513         reduction code for commutativity / associativity.
14515 2016-01-27  Martin Jambor  <mjambor@suse.cz>
14517         PR tree-optimization/69355
14518         * tree-sra.c (analyze_access_subtree): Correct hole detection when
14519         total_scalarization fails.
14521 2016-01-27  David Edelsohn  <dje.gcc@gmail.com>
14523         * config/rs6000/driver-rs6000.c (detect_processor_aix): Add
14524         power9.
14526 2016-01-27  Christian Bruel  <christian.bruel@st.com>
14528         PR target/69245
14529         * config/arm/arm-c.c (arm_pragma_target_parse): Add comments.
14530         Move arm_reset_previous_fndecl and set_target_option_current_node in
14531         the conditional part.  Call save_restore_target_globals.
14532         * config/arm/arm.c (arm_set_current_function):
14533         Refactor to better support #pragma target and attribute mix.
14534         Call save_restore_target_globals.
14535         * config/arm/arm-protos.h (save_restore_target_globals): New function.
14537 2016-01-27  Martin Liska  <mliska@suse.cz>
14539         * hsa.c (hsa_summary_t::link_functions): Create IPA_REF_ADDR
14540         reference for an HSA kernel and its host function.
14542 2016-01-27  Jakub Jelinek  <jakub@redhat.com>
14544         PR tree-optimization/69399
14545         * wide-int.h (wi::lrshift): For larger precisions, only
14546         use fast path if shift is known to be < HOST_BITS_PER_WIDE_INT.
14548 2016-01-27  Claudiu Zissulescu  <claziss@synopsys.com>
14550         * config/arc/predicates.md (proper_comparison_operator): Reject
14551         constant-constant comparison.
14553 2016-01-26  Tom de Vries  <tom@codesourcery.com>
14555         PR tree-optimization/69110
14556         * tree-data-ref.c (initialize_data_dependence_relation): Handle
14557         DR_NUM_DIMENSIONS == 0.
14559 2016-01-26  Abderrazek Zaafrani  <a.zaafrani@samsung.com>
14560             Sebastian Pop  <s.pop@samsung.com>
14562         * graphite-isl-ast-to-gimple.c (ternary_op_to_tree): Handle
14563         isl_ast_op_cond and isl_ast_op_select.
14564         (gcc_expression_from_isl_expr_op): Same.
14566 2016-01-26  Jason Merrill  <jason@redhat.com>
14568         PR c++/68782
14569         * tree.c (recompute_constructor_flags): Split out from
14570         build_constructor.
14571         (verify_constructor_flags): New.
14572         * tree.h: Declare them.
14574 2016-01-26  Iain Buclaw  <ibuclaw@gdcproject.org>
14576         PR rtl-optimization/69217
14577         * var-tracking.c (tracked_record_parameter_p): Don't segfault if there
14578         are no TYPE_FIELDS set for the record type.
14580 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
14582         PR target/68662
14583         * config/rs6000/rs6000.c (rs6000_option_override_internal): Initialize
14584         toc_label_name unconditionally.
14585         (rs6000_emit_load_toc_table): Call ggc_strdup on toc_label_name for
14586         SYMBOL_REF string.  Use toc_label_name instead of constructing
14587         LCTOC1.
14588         (rs6000_elf_declare_function_name): Use toc_label_name instead of
14589         constructing LCTOC1.
14591 2016-01-26  Martin Sebor  <msebor@redhat.com>
14593         PR other/69477
14594         * doc/extend.texi (Common Type Attributes): Move text that talks about
14595         attribute packed from attribute aligned to the section discussing
14596         the former attribute for clarity.
14598 2016-01-26  Richard Henderson  <rth@redhat.com>
14600         PR middle-end/60908
14601         * trans-mem.c (tm_region_init): Mark entry block as visited.
14603 2016-01-26  David Malcolm  <dmalcolm@redhat.com>
14605         PR other/69006
14606         * diagnostic-show-locus.c (layout::print_source_line): Replace
14607         call to pp_newline with call to layout::print_newline.
14608         (layout::print_annotation_line): Likewise.
14609         (layout::move_to_column): Likewise.
14610         (layout::print_any_fixits): After printing any fixits, print a
14611         trailing newline, if necessary.
14612         (layout::print_newline): New method, resetting any colorization
14613         before a newline.
14614         (diagnostic_show_locus): Move the pp_newline to before the
14615         early bailout.  Remove dummy block enclosing the layout instance.
14616         * diagnostic.c (default_diagnostic_finalizer): Replace invocation
14617         of pp_newline_and_flush with pp_flush.
14618         (diagnostic_append_note): Delete use of pp_newline.
14619         (diagnostic_append_note_at_rich_loc): Delete.
14620         * diagnostic.h (diagnostic_append_note_at_rich_loc): Delete.
14621         * pretty-print.h (output_buffer_append_r): Reset buff->line_length
14622         when newline characters are added to the buffer.
14624 2016-01-26  Michael Matz  <matz@suse.de>
14626         * configure.ac (ac_cv_std_swap_in_utility): New test.
14627         * system.h (<algorithm>): Check HAVE_SWAP_IN_UTILITY as well.
14628         * configure: Regenerate.
14629         * config.in: Regenerate.
14631 2016-01-26  Claudiu Zissulescu  <claziss@synopsys.com>
14633         * config/arc/arc.md (cstoresi4): Force operand into register.
14634         (arcset<code>): Fix predicate.
14635         (arcsetltu): Likewise.
14636         (arcsetgeu): Likewise.
14637         (arcsethi): Likewise.
14638         (arcsetls): Likewise.
14640 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
14642         PR tree-optimization/69483
14643         * gimple-fold.c (canonicalize_constructor_val): Return NULL
14644         if base has error_mark_node type.
14646 2016-01-26  Christophe Lyon  <christophe.lyon@linaro.org>
14648         PR target/68620
14649         * config/arm/arm.c (neon_valid_immediate): Handle FP16 vectors.
14650         * config/arm/arm_neon.h (__ARM_NUM_LANES, __arm_lane, arm_lanq):
14651         New helper macros.
14652         (vget_lane_f16): Handle big-endian.
14653         (vgetq_lane_f16): Likewise.
14654         (vset_lane_f16): Likewise.
14655         (vsetq_lane_f16): Likewise.
14656         * config/arm/iterators.md (VQXMOV): Add V8HF.
14657         (VDQ): Add V4HF and V8HF.
14658         (V_reg): Handle V4HF and V8HF.
14659         (Is_float_mode): Likewise.
14660         * config/arm/neon.md (movv4hf, movv8hf, neon_vdup_nv4hf,
14661         neon_vdup_nv8hf): New patterns.
14662         (vec_set<mode>_internal, vec_extract<mode>, neon_vld1_dup<mode>):
14663         Use VD_LANE iterator.
14664         (neon_vld1_dup<mode>): Use VQ2 iterator.
14666 2016-01-26  Nathan Sidwell  <nathan@acm.org>
14668         * omp-low.h (oacc_fn_attrib_kernels_p): Declare.
14669         (set_oacc_fn_attrib): Add IS_KERNEL arg.
14670         * omp-low.c (set_oacc_fn_attrib): Add IS_KERNEL arg.
14671         (oacc_fn_attrib_kernels_p, oacc_fn_attrib_level): New.
14672         (expand_omp_target): Pass is_kernel to set_oacc_fn_attrib.
14673         (oacc_validate_dims): Add LEVEL arg, don't return level.
14674         (new_oacc_loop_routine): Use oacc_fn_attrib_level, not
14675         oacc_validate_dims.
14676         (execute_oacc_device_lower): Adjust, add more dump output.
14677         * tree-ssa-loop.c (gate_oacc_kernels): Use
14678         oacc_fn_attrib_kernels_p.
14679         * tree-parloops.c (create_parallel_loop): Adjust
14680         set_oacc_fn_attrib call.
14682 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
14684         PR lto/69254
14685         * lto-wrapper.c (merge_and_complain): Handle -fcilkplus.
14686         (append_compiler_options): Handle -fcilkplus.
14687         (append_linker_options): Ignore -fno-{openmp,openacc,cilkplus}.
14689 2016-01-26  Nick Clifton  <nickc@redhat.com>
14691         PR target/66655
14692         * config/i386/winnt.c (i386_pe_binds_local_p): If a function has
14693         been marked as DECL_ONE_ONLY but we do not the means to make it
14694         so, then do not allow it to bind locally.
14696 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
14698         PR lto/69254
14699         * opts.h (parse_sanitizer_options): New prototype.
14700         * opts.c (sanitizer_opts): New array.
14701         (parse_sanitizer_options): New function.
14702         (common_handle_option): Use parse_sanitizer_options.
14704 2016-01-26  H.J. Lu  <hongjiu.lu@intel.com>
14706         PR target/68986
14707         * config/i386/i386.c (ix86_compute_frame_layout): Move stack
14708         alignment adjustment to ...
14709         (ix86_update_stack_boundary): Here.  Don't over-align stack for
14710         __tls_get_addr.
14711         (ix86_finalize_stack_realign_flags): Use stack_alignment_needed
14712         if __tls_get_addr is called.
14714 2016-01-26  Christian Bruel  <christian.bruel@st.com>
14716         * doc/sourcebuild.texi (arm_crypto_pragma_ok): Remove.
14718 2016-01-26  Eric Botcazou  <ebotcazou@adacore.com>
14720         * config/ia64/ia64.c (ia64_expand_vecint_compare): Use gen_int_mode.
14722 2016-01-26  Richard Biener  <rguenther@suse.de>
14724         PR middle-end/69467
14725         * match.pd: Guard X * CST CMP 0 pattern with single_use.
14727 2016-01-26  Richard Biener  <rguenther@suse.de>
14729         PR tree-optimization/69452
14730         * tree-ssa-loop-im.c (move_computations_dom_walker): Remove.
14731         (move_computations_dom_walker::before_dom_children): Rename
14732         to ...
14733         (move_computations_worker): This.
14734         (move_computations): Perform an RPO rather than a DOM walk.
14736 2016-01-26  Jakub Jelinek  <jakub@redhat.com>
14738         PR target/69442
14739         * combine.c (combine_instructions): For REG_EQUAL note with
14740         SET_DEST being ZERO_EXTRACT, also temporarily set SET_DEST
14741         to the underlying register.
14742         * doc/rtl.texi (REG_EQUAL): Document the behavior of
14743         REG_EQUAL/REG_EQUIV notes if SET_DEST is ZERO_EXTRACT.
14745 2016-01-26  Roger Ferrer Ibáñez  <rofirrim@gmail.com>
14747         PR target/67896
14748         * config/aarch64/aarch64-builtins.c
14749         (aarch64_init_simd_builtin_types): Do not set structural
14750         equality to __Poly{8,16,64,128}_t types.
14752 2016-01-26  Richard Sandiford  <richard.sandiford@arm.com>
14754         PR tree-optimization/69400
14755         * wide-int.cc (wi_pack): Take the precision as argument and
14756         perform canonicalization here rather than in the callers.
14757         Use the main loop to handle all full-width HWIs.  Add a
14758         zero HWI if in_len isn't a full result.
14759         (wi::divmod_internal): Update accordingly.
14760         (wi::mul_internal): Likewise.  Simplify.
14762 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
14763             Sebastian Pop  <s.pop@samsung.com>
14765         * graphite-poly.c (apply_poly_transforms): Simplify.
14766         (print_isl_set): Use more readable format: ISL_YAML_STYLE_BLOCK.
14767         (print_isl_map): Same.
14768         (print_isl_union_map): Same.
14769         (print_isl_schedule): New.
14770         (debug_isl_schedule): New.
14771         * graphite-dependences.c (scop_get_reads): Do not call
14772         isl_union_map_add_map that is undocumented isl functionality.
14773         (scop_get_must_writes): Same.
14774         (scop_get_may_writes): Same.
14775         (scop_get_original_schedule): Remove.
14776         (scop_get_dependences): Do not call isl_union_map_compute_flow that
14777         is deprecated in isl 0.15.  Instead, use isl_union_access_* interface.
14778         (compute_deps): Remove.
14779         * graphite-isl-ast-to-gimple.c (print_schedule_ast): New.
14780         (debug_schedule_ast): New.
14781         (translate_isl_ast_to_gimple::scop_to_isl_ast): Call
14782         set_separate_option.
14783         (graphite_regenerate_ast_isl): Add dump.
14784         (translate_isl_ast_to_gimple::scop_to_isl_ast): Generate code
14785         from scop->transformed_schedule.
14786         (graphite_regenerate_ast_isl): Add more dump.
14787         * graphite-optimize-isl.c (optimize_isl): Set
14788         scop->transformed_schedule.  Check whether schedules are equal.
14789         (apply_poly_transforms): Move here.
14790         * graphite-poly.c (apply_poly_transforms): ... from here.
14791         (free_poly_bb): Static.
14792         (free_scop): Static.
14793         (pbb_number_of_iterations_at_time): Remove.
14794         (print_isl_ast): New.
14795         (debug_isl_ast): New.
14796         (debug_scop_pbb): New.
14797         * graphite-scop-detection.c (print_edge): Move.
14798         (print_sese): Move.
14799         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Remove.
14800         (build_scop_scattering): Remove.
14801         (create_pw_aff_from_tree): Assert instead of bailing out.
14802         (add_condition_to_pbb): Remove unused code, do not fail.
14803         (add_conditions_to_domain): Same.
14804         (add_conditions_to_constraints): Remove.
14805         (build_scop_context): New.
14806         (add_iter_domain_dimension): New.
14807         (build_iteration_domains): Initialize pbb->iterators.
14808         Call add_conditions_to_domain.
14809         (nested_in): New.
14810         (loop_at): New.
14811         (index_outermost_in_loop): New.
14812         (index_pbb_in_loop): New.
14813         (outermost_pbb_in): New.
14814         (add_in_sequence): New.
14815         (add_outer_projection): New.
14816         (outer_projection_mupa): New.
14817         (add_loop_schedule): New.
14818         (build_schedule_pbb): New.
14819         (build_schedule_loop): New.
14820         (embed_in_surrounding_loops): New.
14821         (build_schedule_loop_nest): New.
14822         (build_original_schedule): New.
14823         (build_poly_scop): Call build_original_schedule.
14824         * graphite.h: Declare print_isl_schedule and debug_isl_schedule.
14825         (free_poly_dr): Remove.
14826         (struct poly_bb): Add iterators.  Remove schedule, transformed, saved.
14827         (free_poly_bb): Remove.
14828         (debug_loop_vec): Remove.
14829         (print_isl_ast): Declare.
14830         (debug_isl_ast): Declare.
14831         (scop_do_interchange): Remove.
14832         (scop_do_strip_mine): Remove.
14833         (scop_do_block): Remove.
14834         (flatten_all_loops): Remove.
14835         (optimize_isl): Remove.
14836         (pbb_number_of_iterations_at_time): Remove.
14837         (debug_scop_pbb): Declare.
14838         (print_schedule_ast): Declare.
14839         (debug_schedule_ast): Declare.
14840         (struct scop): Remove schedule.  Add original_schedule,
14841         transformed_schedule.
14842         (free_gimple_poly_bb): Remove.
14843         (print_generated_program): Remove.
14844         (debug_generated_program): Remove.
14845         (unify_scattering_dimensions): Remove.
14846         * sese.c (print_edge): ... here.
14847         (print_sese): ... here.
14848         (debug_edge): ... here.
14849         (debug_sese): ... here.
14850         * sese.h (print_edge): Declare.
14851         (print_sese): Declare.
14852         (dump_edge): Declare.
14853         (dump_sese): Declare.
14855 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
14856             Sebastian Pop  <s.pop@samsung.com>
14858         * Makefile.in: Set ISLVER in site.exp.
14860 2016-01-25  Jakub Jelinek  <jakub@redhat.com>
14862         * omp-low.c (lower_omp_target) <case USE_DEVICE_PTR>: Set
14863         DECL_VALUE_EXPR of new_var even for the non-array case.  Look
14864         through DECL_VALUE_EXPR for expansion.
14866 2016-01-25  Bernd Edlinger  <bernd.edlinger@hotmail.de>
14868         * config/mips/mips.c (mips_compute_frame_info): Skip re-computing
14869         the frame info after reload completed.
14871 2016-01-25  Jeff Law  <law@redhat.com>
14873         PR tree-optimization/69196
14874         PR tree-optimization/68398
14875         * tree-ssa-threadupdate.h (enum bb_dom_status): Moved here from
14876         tree-ssa-threadupdate.c.
14877         (determine_bb_domination_status): Prototype
14878         * tree-ssa-threadupdate.c (enum bb_dom_status): Remove
14879         (determine_bb_domination_status): No longer static.
14880         (valid_jump_thread_path): Remove code to detect characteristics
14881         of the jump thread path not associated with correctness.
14882         * tree-ssa-threadbackward.c (fsm_find_control_statment_thread_paths):
14883         Correct test for thread path length.  Count PHIs for real operands as
14884         statements that need to be copied.  Do not count ASSERT_EXPRs.
14885         Look at all the blocks in the thread path.  Compute and selectively
14886         filter thread paths based on threading through the latch, threading
14887         a multiway branch or crossing a multiway branch.
14889 2016-01-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
14891         * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled):  Add
14892         decl with __attribute__ ((unused)) annotation.
14894 2016-01-25  Ilya Enkovich  <enkovich.gnu@gmail.com>
14896         PR target/69421
14897         * tree-vect-stmts.c (vectorizable_condition): Check vectype
14898         of operands is compatible with a statement vectype.
14900 2016-01-25  Eric Botcazou  <ebotcazou@adacore.com>
14902         * doc/extend.texi (scalar_storage_order type attribute): Fix typo and
14903         improve wording for mixed storage order support.
14905 2016-01-25  Bilyan Borisov  <bilyan.borisov@arm.com>
14907         * config/aarch64/arm_neon.h (vcvt_s64_f64): New intrinsic.
14908         (vcvt_u64_f64): Likewise.
14909         (vcvta_s64_f64): Likewise.
14910         (vcvta_u64_f64): Likewise.
14911         (vcvtm_s64_f64): Likewise.
14912         (vcvtm_u64_f64): Likewise.
14913         (vcvtn_s64_f64): Likewise.
14914         (vcvtn_u64_f64): Likewise.
14915         (vcvtp_s64_f64): Likewise.
14916         (vcvtp_u64_f64): Likewise.
14918 2016-01-25  Claudiu Zissulescu  <claziss@synopsys.com>
14920         * config/arc/arc.c (TARGET_DWARF_REGISTER_SPAN): Define.
14921         (arc_init): Check validity mll64 option.
14922         (arc_save_restore): Use double load/store instruction.
14923         (arc_expand_movmem): Likewise.
14924         (arc_split_move): Don't split if we have double load/store
14925         instructions. Returns a boolean.
14926         (arc_process_double_reg_moves): Change function to return boolean
14927         instead of a sequence of instructions.
14928         (arc_dwarf_register_span): New function.
14929         * config/arc/arc-protos.h (arc_split_move): Change prototype.
14930         * config/arc/arc.h (TARGET_CPU_CPP_BUILTINS): Define __ARC_LL64__.
14931         * config/arc/arc.md (*movdi_insn): Emit ldd/std instructions.
14932         (*movdf_insn): Likewise.
14933         * config/arc/arc.opt (mll64): New option.
14934         * config/arc/predicates.md (even_register_operand): New predicate.
14935         * doc/invoke.texi (ARC Options): Add mll64 documentation.
14937 2016-01-25  Richard Biener  <rguenther@suse.de>
14939         PR lto/69393
14940         * dwarf2out.c (is_naming_typedef_decl): Not when DECL_NAMELESS.
14941         * tree-streamer-out.c (pack_ts_base_value_fields): Stream
14942         DECL_NAMELESS.
14943         * tree-streamer-in.c (unpack_ts_base_value_fields): Likewise.
14945 2016-01-25  Richard Biener  <rguenther@suse.de>
14947         PR tree-optimization/69376
14948         * tree-ssa-sccvn.h (struct vn_ssa_aux): Add range_info_anti_range_p
14949         flag.
14950         (VN_INFO_ANTI_RANGE_P): New inline.
14951         (VN_INFO_RANGE_TYPE): Likewise.
14952         * tree-ssa-sccvn.c (set_ssa_val_to): Also record and copy
14953         SSA_NAME_ANTI_RANGE_P.
14954         (free_scc_vn): Restore SSA_NAME_ANTI_RANGE_P.
14955         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
14956         Properly query VN_INFO_RANGE_TYPE.
14958 2016-01-25  Nick Clifton  <nickc@redhat.com>
14960         PR target/66655
14961         * config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Remove definition.
14963 2016-01-23  Tom de Vries  <tom@codesourcery.com>
14965         PR tree-optimization/69426
14966         * tree-parloops.c (eliminate_local_variables_stmt): Handle vdef of
14967         removed clobber.
14969 2016-01-23  Jakub Jelinek  <jakub@redhat.com>
14971         * tree-ssanames.c (release_free_names_and_compact_live_names): Replace
14972         "the the" with "the" in the comments.
14973         * ipa-devirt.c (build_type_inheritance_graph,
14974         update_type_inheritance_graph): Likewise.
14975         * tree.c (build_function_type_list_1): Likewise.
14976         * cfgloopmanip.c (scale_loop_profile): Likewise.
14977         * tree-ssa-loop-ivopts.c (get_shiftadd_cost): Likewise.
14978         * gimple-ssa-split-paths.c
14979         (find_block_to_duplicate_for_splitting_paths): Likewise.
14980         * tree-sra.c (init_subtree_with_zero, clobber_subtree): Likewise.
14981         * expr.c (convert_move): Likewise.
14982         * var-tracking.c (vt_stack_adjustments): Likewise.
14983         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
14984         * tree-vrp.c (test_for_singularity): Likewise.
14986         * tree-vect-stmts.c (vectorizable_condition): Build a VEC_COND_EXPR
14987         directly instead of building a temporary tree.
14989         PR bootstrap/69434
14990         * genrecog.c: Define INCLUDE_ALGORITHM before including system.h,
14991         remove <algorithm> include.
14993 2016-01-22  Jakub Jelinek  <jakub@redhat.com>
14995         PR target/69432
14996         * config/i386/i386.c: Include dojump.h.
14997         (expand_small_movmem_or_setmem,
14998         expand_set_or_movmem_prologue_epilogue_by_misaligned_moves): Spelling
14999         fixes.
15000         (ix86_expand_set_or_movmem): Call do_pending_stack_adjust () early
15001         if dynamic_check != -1.
15003 2016-01-21  Jeff Law  <law@redhat.com>
15005         PR middle-end/69347
15006         * tree-ssa-dom.c (back_propagate_equivalences): Factored out of
15007         record_temporary_equivalences.  Rewritten to avoid unnecessary calls
15008         into dominated_by_p.
15009         (cprop_into_successor_phis): Avoid unnecessary tests.
15011 2016-01-22  Richard Henderson  <rth@redhat.com>
15013         PR target/69416
15014         * config/aarch64/aarch64.md (UNSPEC_NZCV): New.
15015         (ccmp<mode>, fccmp<mode>, fccmpe<mode>): Use it.
15017 2016-01-22  Michael Matz  <matz@suse.de>
15019         * system.h (string, algorithm): Include only conditionally.
15020         (new): Include always under C++.
15021         * bb-reorder.c (toplevel): Define INCLUDE_ALGORITHM.
15022         * final.c (toplevel): Ditto.
15023         * ipa-chkp.c (toplevel): Define INCLUDE_STRING.
15024         * genconditions.c (write_header): Make gencondmd.c define
15025         INCLUDE_STRING.
15026         * mem-stats.h (mem_usage::print_dash_line): Don't use std::string.
15028         * config/aarch64/aarch64.c (toplevel): Define INCLUDE_STRING.
15029         * common/config/aarch64/aarch64-common.c (toplevel): Ditto.
15031 2016-01-22  Christian Bruel  <christian.bruel@st.com>
15033         PR target/68674
15034         * expr.c (expand_expr_real_1): Reset DECL_MODE if VECTOR_TYPE_P changed.
15036 2016-01-22  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15038         PR target/69403
15039         * config/arm/thumb2.md (*thumb2_ior_scc_strict_it): Convert to
15040         define_insn_and_split.  Ensure operands[1] and operands[0] do not
15041         get assigned the same register.
15043 2016-01-22  Kugan Vivekanandarajah  <kuganv@linaro.org>
15045         * ipa-prop.c (ipa_set_jf_constant): Remove redundant unshare_expr.
15047 2016-01-22  Christian Bruel  <christian.bruel@st.com>
15049         * config/arm/arm-c.c (arm_pragma_target_parse):
15050         Remove warn_builtin_macro_redefined overwrite.
15052 2016-01-22  Eric Botcazou  <ebotcazou@adacore.com>
15054         * ipa-inline.c (can_inline_edge_p): Back out overzealous check on
15055         flag_non_call_exceptions compatibility.
15057 2016-01-22  Jakub Jelinek  <jakub@redhat.com>
15059         PR debug/66668
15060         * dwarf2out.c (add_child_die_after): New function.
15061         (dwarf_qual_info_t): New type.
15062         (dwarf_qual_info): New variable.
15063         (qualified_die_p): New function.
15064         (modified_type_die): For -fdebug-types-section, ensure
15065         canonical order of qualifiers.  Put qualified DIEs adjacent
15066         to the corresponding non-qualified type DIE and search there
15067         for existing qualified DIEs.
15069 2016-01-22  Eric Botcazou  <ebotcazou@adacore.com>
15071         * doc/extend.texi (scalar_storage_order type attribute): Document
15072         restriction on type punning and aliasing, and remove future tense.
15074 2016-01-21  Roman Zhuykov  <zhroma@ispras.ru>
15076         PR target/69252
15077         * modulo-sched.c (optimize_sc): Allow branch-scheduling to add a new
15078         first stage.
15080 2016-01-21  Jeff Law  <law@redhat.com>
15082         PR middle-end/69347
15083         * tree-ssa-dom.c (dom_opt_dom_walker::thread_across_edge): Avoid
15084         useless call to record_temporary_equivalences.
15085         * tree-ssa-threadbackward.c (find_jump_threads_backwards): Just
15086         allocate 10 slots in the bb_path vector and let it grow as needed.
15087         (fsm_find_control_statement_thread_paths): Similarly for the next_path
15088         vector.
15090 2016-01-21  David Edelsohn  <dje.gcc@gmail.com>
15092         * configure.ac (gcc_cv_as_powerpc_mfcrf, gcc_cv_as_machine_directive):
15093         Detangle.
15094         * configure: Regenerate.
15096 2016-01-21  Pat Haugen  <pthaugen@us.ibm.com>
15098         * config/rs6000/aix71.h (ASM_CPU_SPEC): Add entry for Power9.
15099         * config/rs6000/driver-rs6000.c (struct asm_names): Likewise.
15101 2016-01-21  Bernd Schmidt  <bschmidt@redhat.com>
15103         PR middle-end/66178
15104         * expr.c (expand_expr_real_2) [PLUS_EXPR, MINUS_EXPR]: Don't
15105         drop EXPAND_INITIALIZER.
15106         * rtl.h (contains_symbolic_reference_p): Declare.
15107         * rtlanal.c (contains_symbolic_reference_p): New function.
15108         * simplify-rtx.c (simplify_binary_operation_1): Don't turn
15109         a subtraction into a NOT if symbolic constants are involved.
15111 2016-01-21  Anton Blanchard  <anton@samba.org>
15112             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15114         PR target/63354
15115         * config/rs6000/linux64.h (TARGET_KEEP_LEAF_WHEN_PROFILED): New
15116         #define.
15117         * config/rs6000/rs6000.c (rs6000_keep_leaf_when_profiled): New
15118         function.
15120 2016-01-21  Ajit Agarwal  <ajitkum@xilinx.com>
15122         * config/microblaze/microblaze.c
15123         (get_branch_target): New.
15124         (insert_wic_for_ilb_runout): New.
15125         (insert_wic): New.
15126         (microblaze_machine_dependent_reorg): New.
15127         (TARGET_MACHINE_DEPENDENT_REORG): Define macro.
15128         * config/microblaze/microblaze.md
15129         (UNSPEC_IPREFETCH): Define.
15130         (iprefetch): New pattern
15131         * config/microblaze/microblaze.opt
15132         (mxl-prefetch): New flag.
15134 2016-01-21  Ajit Agarwal  <ajitkum@xilinx.com>
15136         * config/microblaze/microblaze.h
15137         (FIXED_REGISTERS): Update in macro.
15138         (CALL_USED_REGISTERS): Update in macro.
15140 2016-01-21  Yuri Rumyantsev  <ysrumyan@gmail.com>
15142         PR rtl-optimization/68920
15143         * ifcvt.c (cond_move_process_if_block): Limit number of conditional
15144         moves.
15146 2016-01-21  Vladimir Makarov  <vmakarov@redhat.com>
15148         PR rtl-optimization/68990
15149         * lra-coalesce.c (lra_coalesce): Invalidate value for the result
15150         pseudo instead of inheritance ones.
15152 2016-01-21  Bernd Edlinger  <bernd.edlinger@hotmail.de>
15153             Nick Clifton  <nickc@redhat.com>
15155         PR target/69129
15156         PR target/69012
15157         * config/mips/mips.c (mips_compute_frame_info): Initialise
15158         args_size and hard_frame_pointer_offset fields of the frame
15159         structure before calling mips_global_pointer.
15161 2016-01-21  David Edelsohn  <dje.gcc@gmail.com>
15163         * configure.ac (gcc_cv_as_dwloc): Test support for debug frame section
15164         label reference.
15165         * configure: Regenerate.
15167 2016-01-21  Richard Biener  <rguenther@suse.de>
15169         * graphite-optimize-isl.c (get_schedule_map): Fix typo.
15171 2016-01-21  Marcin Kościelnicki  <koriakin@0x04.net>
15173         * config/s390/s390.c (s390_asm_declare_function_size): Add code
15174         to actually emit the .size directive.
15176 2016-01-21   Stefan Sørensen  <stefan.sorensen@spectralink.com>
15177              Jakub Jelinek  <jakub@redhat.com>
15179         PR target/69187
15180         PR target/65624
15181         * config/arm/arm-builtins.c (arm_expand_neon_builtin): Increase
15182         args array size by one to avoid buffer overflow.
15184 2016-01-21  Marcin Kościelnicki  <koriakin@0x04.net>
15186         * config/s390/s390.md (pool_section_start): Use switch_to_section
15187         to select proper read-only data section instead of hardcoding
15188         .rodata.
15189         (pool_section_end): Use switch_to_section to match the above.
15191 2016-01-21  Richard Biener  <rguenther@suse.de>
15193         PR tree-optimization/69378
15194         * tree-ssa-sccvn.c (dominated_by_p_w_unex): New function.
15195         (set_ssa_val_to): Use it for dominance checks taking into
15196         account not executable edges.
15198 2016-01-21  Jakub Jelinek  <jakub@redhat.com>
15200         PR c++/69355
15201         * tree-dfa.c (get_ref_base_and_extent): Use GET_MODE_BITSIZE (mode)
15202         for bitsize instead of GET_MODE_PRECISION (mode).
15204 2016-01-20  Martin Sebor  <msebor@redhat.com>
15206         PR c/52291
15207         * extend.texi (__sync Builtins): Clarify the semantics of
15208         __sync_fetch_and_OP built-ins on pointers.
15209         (__atomic Builtins): Same.
15211 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
15212             Sebastian Pop  <s.pop@samsung.com>
15214         * graphite-isl-ast-to-gimple.c (enum phi_node_kind): New.
15215         (class translate_isl_ast_to_gimple): Use phi_node_kind instead of bool.
15216         (is_valid_rename): Same.
15217         (translate_isl_ast_to_gimple::get_rename): Same.
15218         (translate_isl_ast_to_gimple::rename_all_uses): Same.
15219         (translate_isl_ast_to_gimple::rename_uses): Same.
15220         (get_new_name): Check for close_phi nodes.
15221         (copy_loop_phi_args): Use phi_node_kind.
15222         (translate_isl_ast_to_gimple::copy_loop_close_phi_args): Same.
15223         (translate_isl_ast_to_gimple::copy_cond_phi_args): Same.
15225 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
15226             Sebastian Pop  <s.pop@samsung.com>
15228         Revert commit r229783.
15229         * graphite-isl-ast-to-gimple.c (gcc_expression_from_isl_ast_expr_id):
15230         Remove use of parameter_rename_map.
15231         (copy_def): Remove.
15232         (copy_internal_parameters): Remove.
15233         (graphite_regenerate_ast_isl): Remove call to copy_internal_parameters.
15234         * sese.c (new_sese_info): Do not initialize parameter_rename_map.
15235         (free_sese_info): Do not free parameter_rename_map.
15236         (set_rename): Do not use parameter_rename_map.
15237         (rename_uses): Update call to set_rename.
15238         (graphite_copy_stmts_from_block): Do not use parameter_rename_map.
15239         * sese.h (parameter_rename_map_t): Remove.
15240         (struct sese_info_t): Remove field parameter_rename_map.
15242 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
15243             Sebastian Pop  <s.pop@samsung.com>
15245         * graphite-isl-ast-to-gimple.c: Fix comment.
15246         * graphite-scop-detection.c (defined_in_loop_p): New.
15247         (canonicalize_loop_closed_ssa): Do not add close phi nodes for SSA
15248         names defined in loop.
15250 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
15251             Sebastian Pop  <s.pop@samsung.com>
15253         * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
15254         Discard unstructured if-then-else regions.
15256 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
15257             Sebastian Pop  <s.pop@samsung.com>
15259         * graphite-sese-to-poly.c (set_scop_parameter_dim): Remove.
15260         (cleanup_loop_iter_dom): Remove.
15261         (build_loop_iteration_domains): Remove.
15262         (build_scop_context): Remove.
15263         (build_scop_iteration_domain): Remove.
15264         (add_loop_constraints): New.
15265         (build_iteration_domains): New.
15266         (build_poly_scop): Call build_iteration_domains.
15268 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
15269             Sebastian Pop  <s.pop@samsung.com>
15271         * graphite-scop-detection.c
15272         (scop_detection::harmful_loop_in_region): Free dom and loops.
15273         (scop_detection::loop_body_is_valid_scop): Free bbs.
15275 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
15276             Sebastian Pop  <s.pop@samsung.com>
15278         * graphite-scop-detection.c (record_loop_in_sese): New.
15279         (gather_bbs::before_dom_children): Call record_loop_in_sese.
15280         (build_scops): Remove call to build_sese_loop_nests.
15281         * sese.c (sese_record_loop): Remove.
15282         (build_sese_loop_nests): Remove.
15283         (new_sese_info): Remove region->loops.
15284         (free_sese_info): Same.
15285         * sese.h (sese_contains_loop): Same.
15286         (build_sese_loop_nests): Remove.
15287         (sese_contains_loop): Remove.
15289 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
15290             Sebastian Pop  <s.pop@samsung.com>
15292         * graphite-scop-detection.c (loop_is_valid_scop): Renamed
15293         loop_is_valid_in_scop.
15294         (scop_detection::harmful_stmt_in_region): Renamed
15295         harmful_loop_in_region.
15296         Call loop_is_valid_in_scop.
15298 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
15299             Sebastian Pop  <s.pop@samsung.com>
15301         * graphite-isl-ast-to-gimple.c (translate_isl_ast): Also handle
15302         isl_ast_node_mark.
15304 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
15305             Sebastian Pop  <s.pop@samsung.com>
15307         * graphite-poly.c (new_poly_bb): Remove use of PBB_IS_REDUCTION.
15308         * graphite.h (struct poly_bb): Remove field is_reduction.
15309         (PBB_IS_REDUCTION): Remove.
15311 2016-01-21  Aditya Kumar  <aditya.k7@samsung.com>
15312             Sebastian Pop  <s.pop@samsung.com>
15314         * graphite-dependences.c (constrain_domain): Add call to isl_*_coalesce.
15315         (add_pdr_constraints): Same.
15316         (scop_get_reads): Same.
15317         (scop_get_must_writes): Same.
15318         (scop_get_may_writes): Same.
15319         (scop_get_original_schedule): Same.
15320         (extend_schedule): Same.
15321         (apply_schedule_on_deps): Same.
15322         (carries_deps): Same.
15323         (compute_deps): Same.
15324         (scop_get_dependences): Same.
15325         * graphite-isl-ast-to-gimple.c
15326         (translate_isl_ast_to_gimple::generate_isl_schedule): Same.
15327         * graphite-optimize-isl.c (get_schedule_for_band): Same.
15328         (get_schedule_for_band_list): Same.
15329         (get_schedule_map): Same.
15330         (apply_schedule_map_to_scop): Same.
15331         * graphite-sese-to-poly.c (build_pbb_scattering_polyhedrons): Same.
15332         (build_loop_iteration_domains): Same.
15333         (add_condition_to_pbb): Same.
15334         (add_param_constraints): Same.
15335         (pdr_add_memory_accesses): Same.
15336         (pdr_add_data_dimensions): Same.
15338 2016-01-20  Sandra Loosemore  <sandra@codesourcery.com>
15340         * doc/invoke.texi (Instrumentation Options): Clarify -mmpx linking
15341         requirements.
15343 2016-01-20  Sandra Loosemore  <sandra@codesourcery.com>
15345         * common.opt (feliminate-dwarf2-dups): Replace references to
15346         "DWARF 2" with just "DWARF".
15347         * config/ia64/ia64.opt (mdwarf2-asm): Likewise.
15348         * doc/extend.texi: Likewise.
15349         * doc/cpp.texi: Likewise.
15350         * doc/invoke.texi: Likewise.
15351         (Option Summary): Add -gdwarf to list of Debugging Options.
15352         (Debugging Options): Document -gdwarf.
15353         * doc/contrib.texi: Spell "DWARF" like that.
15355 2016-01-21  Jakub Jelinek  <jakub@redhat.com>
15357         * omp-low.c (expand_omp_target): Avoid -Wmaybe-uninitialized
15358         warning.  Fix up formatting.
15360         PR middle-end/67653
15361         * gimplify.c (gimplify_asm_expr): Warn if it is too late to
15362         attempt to mark memory input operand addressable and
15363         call prepare_gimple_addressable in that case.  Don't adjust
15364         input_location for diagnostics, use error_at instead.
15366 2016-01-20  Peter Bergner  <bergner@vnet.ibm.com>
15368         * config/rs6000/ppc-auxv.h: New file.
15369         * config/rs6000/rs6000-builtin.def (cpu_init): Add new builtin.
15370         (cpu_is): Likewise.
15371         (cpu_supports): Likewise.
15372         * config/rs6000/rs6000.c: include "ppc-auxv.h".
15373         (cpu_is_info): New variable.
15374         (cpu_supports_info): Likewise.
15375         (tcb_verification_symbol): Likewise.
15376         (cpu_builtin_p): Likewise.
15377         (cpu_expand_builtin): New function.
15378         (rs6000_expand_ternop_builtin): Add support for CPU builtin functions.
15379         (rs6000_init_builtins): Likewise.
15380         (rs6000_elf_file_end): Emit HWCAP in TCB verification symbol.
15381         * config/rs6000/rs6000.h (TLS_REGNUM): New define.
15382         * configure.ac (gcc_cv_libc_provides_hwcap_in_tcb): New test.
15383         * configure: Regenerate.
15384         * config.in: Likewise.
15385         * doc/extend.texi (PowerPC Built-in Functions): Document
15386         __builtin_cpu_init, __builtin_cpu_is and __builtin_cpu_supports.
15388 2016-01-20  David Edelsohn  <dje.gcc@gmail.com>
15390         PR target/68609
15391         * config/rs6000/rs6000.c (rs6000_emit_swsqrt): Add vector sqrt
15392         domain check.
15393         * config/rs6000/vector.md (sqrt<mode>2): Call rs6000_emit_swsqrt
15394         for V4SFmode.
15396 2016-01-20  Richard Henderson  <rth@redhat.com>
15398         PR bootstrap/69343
15399         PR bootstrap/69339
15400         PR tree-opt/68964
15401         Revert:
15402         * tree.c (tm_define_builtin): New.
15403         (find_tm_vector_type): New.
15404         (build_tm_vector_builtins): New.
15405         (build_common_builtin_nodes): Call it.
15407 2016-01-20  Christophe Lyon  <christophe.lyon@linaro.org>
15409         * doc/sourcebuild.texi (arm_crypto_pragma_ok): Document new entry.
15410         (arm_fp_ok): Likewise.
15411         (arm_fp): Likewise.
15412         (arm_crypto): Likewise.
15414 2016-01-20  Ilya Enkovich  <enkovich.gnu@gmail.com>
15415             Richard Biener  <rguenther@suse.de>
15417         PR tree-optimization/69328
15418         * tree-vect-stmts.c (vect_is_simple_cond): Check compared
15419         vectors have same number of elements.
15420         (vectorizable_condition): Fix masked version recognition.
15422 2016-01-20  Richard Biener  <rguenther@suse.de>
15424         PR tree-optimization/69345
15425         * tree-ssa-sccvn.h (VN_INFO_RANGE_INFO): New inline function.
15426         (VN_INFO_PTR_INFO): Likewise.
15427         * tree-ssa-sccvn.c (set_ssa_val_to): Avoid clearing points-to
15428         info when it is equal between non-dominating SSA names.
15429         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
15430         Make sure to look at original SSA infos.
15432 2016-01-20  Jeff Law  <law@redhat.com>
15434         PR target/25114
15435         * config/m68k/predicates.md (pow2_m1_operand): New predicate
15436         extracted from ...
15437         (reg_or_pow2_m1_operand): Call pow2_m1_operand.
15438         (pc_or_label_operand): New predicate.
15439         * config/m68k/m68k.md: Add new peephole2 patterns for GTU/LEU
15440         tests for small integers that are 2^n - 1.
15442 2016-01-20  Jonathan Wakely  <jwakely@redhat.com>
15444         * doc/invoke.texi (Options Summary): Add '.' after @xref.
15446 2016-01-19  Jeff Law  <law@redhat.com>
15448         PR middle-end/69347
15449         * tree-ssa-threadbackwards.c
15450         (fsm_find_control_statement_thread_paths): Do not try to lookup
15451         FSM paths for SSA_NAMEs appearing in abnormal PHIs.
15453 2016-01-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
15455         * doc/lto.texi: Remove text that says only Gold has linker plugin
15456         support.
15458 2016-01-19  Eric Botcazou  <ebotcazou@adacore.com>
15460         * dwarf2out.c (need_endianity_attribute_p): New inline predicate.
15461         (base_type_die): Add REVERSE parameter and attach DW_AT_endianity to
15462         the DIE accordingly.
15463         (modified_type_die): Add REVERSE parameter and pass it recursively,
15464         as well as to base_type_die.  Adjust presence check accordingly.
15465         (base_type_for_mode): Adjust call to modified_type_die.
15466         (add_type_attribute): Add REVERSE parameter and pass it to
15467         modified_type_die.
15468         (generic_parameter_die): Adjust call to add_type_attribute.
15469         (add_scalar_info): Likewise.
15470         (add_subscript_info): Likewise.
15471         (gen_array_type_die): Likewise.
15472         (gen_descr_array_type_die): Likewise.
15473         (gen_entry_point_die): Likewise.
15474         (gen_enumeration_type_die): Likewise.
15475         (gen_formal_parameter_die): Likewise.
15476         (gen_subprogram_die): Likewise.
15477         (gen_variable_die ): Likewise.
15478         (gen_const_die): Likewise.
15479         (gen_field_die): Likewise.
15480         (gen_pointer_type_die): Likewise.
15481         (gen_reference_type_die): Likewise.
15482         (gen_ptr_to_mbr_type_die): Likewise.
15483         (gen_inheritance_die): Likewise.
15484         (gen_subroutine_type_die): Likewise.
15485         (gen_typedef_die): Likewise.
15486         (force_type_die): Adjust call to modified_type_die.
15488 2016-01-19  Sandra Loosemore  <sandra@codesourcery.com>
15490         * doc/standards.texi: Copy-editing for grammar, markup, and sentence
15491         flow throughout the file.  Fix broken link to Objective-C 2.0
15492         documentation.
15493         * doc/invoke.texi: More copy-editing; fix numerous typos and spelling
15494         errors.
15496 2016-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
15498         * ccmp.c (expand_ccmp_expr_1): Avoid spurious unused warnings.
15500 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
15502         PR ipa/66223
15503         * ipa-devirt.c (is_cxa_pure_virtual_p): New function.
15504         (maybe_record_node): Record cxa_pure_virtual as the only possible
15505         target if there are not ohter candidates.
15506         (possible_polymorphic_call_target_p): Accept cxa_pure_virtual.
15508 2016-01-19  Richard Biener  <rguenther@suse.de>
15510         * hsa-gen.c (get_memory_order_name): Use MEMMODEL_ constants.
15511         (get_memory_order): Likewise.
15513 2016-01-19  Kirill Yukhin  <kirill.yukhin@intel.com>
15515         * tree-vect-stmts.c (vectorizable_store): Check
15516         rhs vectype.
15518 2016-01-19  David Malcolm  <dmalcolm@redhat.com>
15520         PR jit/68446
15521         * gcc.c (driver::decode_argv): Add call to
15522         init_opts_obstack before init_options_struct.
15523         * opts.c (init_opts_obstack): Remove idempotency.
15524         (init_options_struct): Replace call to init_opts_obstack
15525         with a gcc_assert to verify that it has already been called.
15526         * toplev.c (toplev::main): Add call to init_opts_obstack before
15527         calls to init_options_struct.
15528         (toplev::finalize): Move cleanup of opts_obstack next to
15529         cleanup of save_decoded_options, clearing the latter, and
15530         save_decoded_options_count.
15532 2016-01-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15534         PR target/69135
15535         * config/arm/vfp.md (l<vrint_pattern><su_optab><mode>si2): Set "conds"
15536         attribute to unconditional.  Remove %? from output template.
15538 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
15539             Jiong Wang  <jiong.wang@arm.com>
15541         * ccmp.c (expand_ccmp_expr_1): Cost the instruction sequences
15542         generated from different expand order.
15544 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
15546         * /config/aarch64/aarch64.c (aarch64_if_then_else_costs):
15547         Add support for CCMP costing.
15549 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
15551         * ccmp.c (ccmp_candidate_p): Remove integer-only restriction.
15552         * config/aarch64/aarch64.md (fccmp<mode>): New pattern.
15553         (fccmpe<mode>): Likewise.
15554         (fcmp): Rename to fcmp and globalize pattern.
15555         (fcmpe): Likewise.
15556         * config/aarch64/aarch64.c (aarch64_gen_ccmp_first): Add FP support.
15557         (aarch64_gen_ccmp_next): Add FP support.
15559 2015-01-19  Wilco Dijkstra  <wdijkstr@arm.com>
15561         * target.def (gen_ccmp_first): Update documentation.
15562         (gen_ccmp_next): Likewise.
15563         * doc/tm.texi (gen_ccmp_first): Update documentation.
15564         (gen_ccmp_next): Likewise.
15565         * ccmp.c (expand_ccmp_expr): Extract cmp_code from return value of
15566         expand_ccmp_expr_1.  Improve comments.
15567         * config/aarch64/aarch64.md (ccmp_and): Use if_then_else for ccmp.
15568         (ccmp_ior<mode>): Remove pattern.
15569         (cmp<mode>): Remove expand.
15570         (cmp): Globalize pattern.
15571         (cstorecc4): Use cc_register.
15572         (mov<mode>cc): Remove ccmp_cc_register check.
15573         * config/aarch64/aarch64.c (aarch64_get_condition_code_1):
15574         Simplify after removal of CC_DNE/* modes.
15575         (aarch64_ccmp_mode_to_code): Remove.
15576         (aarch64_print_operand): Remove 'K' case.  Merge 'm' and 'M' cases.
15577         In 'k' case use integer as condition.
15578         (aarch64_nzcv_codes): Remove inverted cases.
15579         (aarch64_code_to_ccmode): Remove.
15580         (aarch64_gen_ccmp_first): Use cmp pattern directly.  Return the correct
15581         comparison with CC register to be used in folowing CCMP/branch/CSEL.
15582         (aarch64_gen_ccmp_next): Use previous comparison and mode in CCMP
15583         pattern.  Return the comparison with CC register.  Invert conditions
15584         when bitcode is OR.
15585         * config/aarch64/aarch64-modes.def: Remove CC_DNE/* modes.
15586         * config/aarch64/predicates.md (ccmp_cc_register): Remove.
15588 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
15590         * cgraphunit.c (cgraph_node::reset): Clear thunk info and
15591         instrumented_version.
15593 2016-01-19  Richard Biener  <rguenther@suse.de>
15595         PR tree-optimization/69336
15596         * tree-ssa-scopedtables.c (avail_expr_hash): Handle all
15597         handled components with get_ref_base_and_extent.
15598         (equal_mem_array_ref_p): Adjust.
15600 2016-01-19  Jakub Jelinek  <jakub@redhat.com>
15602         PR debug/65779
15603         * shrink-wrap.c: Include valtrack.h.
15604         (move_insn_for_shrink_wrap): Add DEBUG argument.  If
15605         MAY_HAVE_DEBUG_INSNS, call dead_debug_add on DEBUG_INSNs
15606         in between insn and where it will be moved to.  Call
15607         dead_debug_insert_temp.
15608         (prepare_shrink_wrap): Adjust caller.  Call dead_debug_local_init
15609         first and dead_debug_local_finish at the end.
15610         For uses and defs bitmap, handle all regs in between REGNO and
15611         END_REGNO, not just the first one.
15613 2016-01-19  Richard Biener  <rguenther@suse.de>
15615         PR tree-optimization/69352
15616         * tree-ssa-scopedtables.c (avail_expr_hash): Check for size == -1.
15617         (equal_mem_array_ref_p): Constrain size and max size properly.
15618         Compare the reverse flag.
15620 2016-01-19  Bernd Schmidt  <bschmidt@redhat.com>
15622         * ira.c (ira): Update regstat data if we deleted insns.
15624 2016-01-19  Jakub Jelinek  <jakub@redhat.com>
15626         PR rtl-optimization/68955
15627         PR rtl-optimization/64557
15628         * dse.c (record_store, check_mem_read_rtx): Don't call get_addr
15629         here.  Fix up formatting.
15630         * alias.c (get_addr): Handle VALUE +/- CONST_SCALAR_INT_P.
15632 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
15634         PR lto/69133
15635         * cgraphunit.c (cgraph_node::expand_thunk): When forcing gimple
15636         assume that the node has body.
15637         * cgraph.c (cgraph_node::get_untransformed_body): Use gimple_body_p
15638         check.
15640 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
15642         * lto-streamer-out.c (lto_output): Do not stream instrumentation
15643         thunks.
15645 2016-01-19  Jan Hubicka  <hubicka@ucw.cz>
15647         * symtab.c (symtab_node::asm_name): Do not call printable name directly.
15648         (symtab_node::name): Report name as unnamed if DECL_NAME is not set.
15650 2016-01-19  Martin Jambor  <mjambor@suse.cz>
15651             Martin Liska  <mliska@suse.cz>
15652             Michael Matz  <matz@suse.de>
15654         * Makefile.in (OBJS): Add new source files.
15655         (GTFILES): Add hsa.c.
15656         * common.opt (disable_hsa): New variable.
15657         (-Whsa): New warning.
15658         * config.in (ENABLE_HSA): New.
15659         * configure.ac: Treat hsa differently from other accelerators.
15660         (OFFLOAD_TARGETS): Define ENABLE_OFFLOADING according to
15661         $enable_offloading.
15662         (ENABLE_HSA): Define ENABLE_HSA according to $enable_hsa.
15663         * doc/install.texi (Configuration): Document --with-hsa-runtime,
15664         --with-hsa-runtime-include, --with-hsa-runtime-lib and
15665         --with-hsa-kmt-lib.
15666         * doc/invoke.texi (-Whsa): Document.
15667         (hsa-gen-debug-stores): Likewise.
15668         * lto-wrapper.c (compile_images_for_offload_targets): Do not attempt
15669         to invoke offload compiler for hsa acclerator.
15670         * opts.c (common_handle_option): Determine whether HSA offloading
15671         should be performed.
15672         * params.def (PARAM_HSA_GEN_DEBUG_STORES): New parameter.
15673         * builtin-types.def (BT_FN_VOID_UINT_PTR_INT_PTR): New.
15674         (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_INT_INT): Removed.
15675         (BT_FN_VOID_INT_OMPFN_SIZE_PTR_PTR_PTR_UINT_PTR_PTR): New.
15676         * gimple-low.c (lower_stmt): Also handle GIMPLE_OMP_GRID_BODY.
15677         * gimple-pretty-print.c (dump_gimple_omp_for): Also handle
15678         GF_OMP_FOR_KIND_GRID_LOOP.
15679         (dump_gimple_omp_block): Also handle GIMPLE_OMP_GRID_BODY.
15680         (pp_gimple_stmt_1): Likewise.
15681         * gimple-walk.c (walk_gimple_stmt): Likewise.
15682         * gimple.c (gimple_build_omp_grid_body): New function.
15683         (gimple_copy): Also handle GIMPLE_OMP_GRID_BODY.
15684         * gimple.def (GIMPLE_OMP_GRID_BODY): New.
15685         * gimple.h (enum gf_mask): Added GF_OMP_PARALLEL_GRID_PHONY,
15686         GF_OMP_FOR_KIND_GRID_LOOP, GF_OMP_FOR_GRID_PHONY and
15687         GF_OMP_TEAMS_GRID_PHONY.
15688         (gimple_statement_omp_single_layout): Updated comments.
15689         (gimple_build_omp_grid_body): New function.
15690         (gimple_has_substatements): Also handle GIMPLE_OMP_GRID_BODY.
15691         (gimple_omp_for_grid_phony): New function.
15692         (gimple_omp_for_set_grid_phony): Likewise.
15693         (gimple_omp_parallel_grid_phony): Likewise.
15694         (gimple_omp_parallel_set_grid_phony): Likewise.
15695         (gimple_omp_teams_grid_phony): Likewise.
15696         (gimple_omp_teams_set_grid_phony): Likewise.
15697         (gimple_return_set_retbnd): Also handle GIMPLE_OMP_GRID_BODY.
15698         * omp-builtins.def (BUILT_IN_GOMP_OFFLOAD_REGISTER): New.
15699         (BUILT_IN_GOMP_OFFLOAD_UNREGISTER): Likewise.
15700         (BUILT_IN_GOMP_TARGET): Updated type.
15701         * omp-low.c: Include symbol-summary.h, hsa.h and params.h.
15702         (adjust_for_condition): New function.
15703         (get_omp_for_step_from_incr): Likewise.
15704         (extract_omp_for_data): Moved parts to adjust_for_condition and
15705         get_omp_for_step_from_incr.
15706         (build_outer_var_ref): Handle GIMPLE_OMP_GRID_BODY.
15707         (fixup_child_record_type): Bail out if receiver_decl is NULL.
15708         (scan_sharing_clauses): Handle OMP_CLAUSE__GRIDDIM_.
15709         (scan_omp_parallel): Do not create child functions for phony
15710         constructs.
15711         (check_omp_nesting_restrictions): Handle GIMPLE_OMP_GRID_BODY.
15712         (scan_omp_1_op): Checking assert we are not remapping to
15713         ERROR_MARK.  Also also handle GIMPLE_OMP_GRID_BODY.
15714         (parallel_needs_hsa_kernel_p): New function.
15715         (expand_parallel_call): Register apprpriate parallel child
15716         functions as HSA kernels.
15717         (grid_launch_attributes_trees): New type.
15718         (grid_attr_trees): New variable.
15719         (grid_create_kernel_launch_attr_types): New function.
15720         (grid_insert_store_range_dim): Likewise.
15721         (grid_get_kernel_launch_attributes): Likewise.
15722         (get_target_argument_identifier_1): Likewise.
15723         (get_target_argument_identifier): Likewise.
15724         (get_target_argument_value): Likewise.
15725         (push_target_argument_according_to_value): Likewise.
15726         (get_target_arguments): Likewise.
15727         (expand_omp_target): Call get_target_arguments instead of looking
15728         up for teams and thread limit.
15729         (grid_expand_omp_for_loop): New function.
15730         (grid_arg_decl_map): New type.
15731         (grid_remap_kernel_arg_accesses): New function.
15732         (grid_expand_target_kernel_body): New function.
15733         (expand_omp): Call it.
15734         (lower_omp_for): Do not emit phony constructs.
15735         (lower_omp_taskreg): Do not emit phony constructs but create for them
15736         a temporary variable receiver_decl.
15737         (lower_omp_taskreg): Do not emit phony constructs.
15738         (lower_omp_teams): Likewise.
15739         (lower_omp_grid_body): New function.
15740         (lower_omp_1): Call it.
15741         (grid_reg_assignment_to_local_var_p): New function.
15742         (grid_seq_only_contains_local_assignments): Likewise.
15743         (grid_find_single_omp_among_assignments_1): Likewise.
15744         (grid_find_single_omp_among_assignments): Likewise.
15745         (grid_find_ungridifiable_statement): Likewise.
15746         (grid_target_follows_gridifiable_pattern): Likewise.
15747         (grid_remap_prebody_decls): Likewise.
15748         (grid_copy_leading_local_assignments): Likewise.
15749         (grid_process_kernel_body_copy): Likewise.
15750         (grid_attempt_target_gridification): Likewise.
15751         (grid_gridify_all_targets_stmt): Likewise.
15752         (grid_gridify_all_targets): Likewise.
15753         (execute_lower_omp): Call grid_gridify_all_targets.
15754         (make_gimple_omp_edges): Handle GIMPLE_OMP_GRID_BODY.
15755         * tree-core.h (omp_clause_code): Added OMP_CLAUSE__GRIDDIM_.
15756         (tree_omp_clause): Added union field dimension.
15757         * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE__GRIDDIM_.
15758         * tree.c (omp_clause_num_ops): Added number of arguments of
15759         OMP_CLAUSE__GRIDDIM_.
15760         (omp_clause_code_name): Added name of OMP_CLAUSE__GRIDDIM_.
15761         (walk_tree_1): Handle OMP_CLAUSE__GRIDDIM_.
15762         * tree.h (OMP_CLAUSE_GRIDDIM_DIMENSION): New.
15763         (OMP_CLAUSE_SET_GRIDDIM_DIMENSION): Likewise.
15764         (OMP_CLAUSE_GRIDDIM_SIZE): Likewise.
15765         (OMP_CLAUSE_GRIDDIM_GROUP): Likewise.
15766         * passes.def: Schedule pass_ipa_hsa and pass_gen_hsail.
15767         * tree-pass.h (make_pass_gen_hsail): Declare.
15768         (make_pass_ipa_hsa): Likewise.
15769         * ipa-hsa.c: New file.
15770         * lto-section-in.c (lto_section_name): Add hsa section name.
15771         * lto-streamer.h (lto_section_type): Add hsa section.
15772         * timevar.def (TV_IPA_HSA): New.
15773         * hsa-brig-format.h: New file.
15774         * hsa-brig.c: New file.
15775         * hsa-dump.c: Likewise.
15776         * hsa-gen.c: Likewise.
15777         * hsa.c: Likewise.
15778         * hsa.h: Likewise.
15779         * toplev.c (compile_file): Call hsa_output_brig.
15780         * hsa-regalloc.c: New file.
15782 2016-01-18  Jeff Law  <law@redhat.com>
15784         PR tree-optimization/69320
15785         * tree-ssa-dom.c (record_edge_info): For comparisons against a boolean
15786         ranged object, do nothing if the RHS constant is not [0..1].
15787         (optimize_stmt): Comparing a boolean ranged object against a
15788         constant outside [0..1] results in a compile-time constant.
15790         * tree-ssanames.c (ssa_name_has_boolean_range): Remove unnecessary
15791         test.
15793 2016-01-18  Sandra Loosemore  <sandra@codesourcery.com>
15795         * doc/invoke.texi (Invoking GCC): Add new section to menu.
15796         (Option Summary): Update to reflect new section and moved options.
15797         (C++ Dialect Options): Move -fstats to new section.
15798         (Debugging Options): Move all dump, statistics, and other GCC
15799         developer options to new section.  Rewrite section introduction
15800         and re-order remaining options to put the more basic ones first.
15801         (Optimization Options): Move -fira-verbose and -flto-report* to
15802         new section.
15803         (Developer Options): New section incorporating moved options.
15804         * doc/cppopts.texi (-dM): Update cross-reference.
15806 2016-01-18  Richard Henderson  <rth@redhat.com>
15808         PR target/69176
15809         * config/aarch64/aarch64.md (add<GPI>3): Move long immediate
15810         operands to pseudo only if CSE is expected.  Split long immediate
15811         operands only after reload, and for the stack pointer.
15812         (*add<GPI>3_pluslong): Remove.
15813         (*addsi3_aarch64, *adddi3_aarch64): Merge into...
15814         (*add<GPI>3_aarch64): ... here.  Add r/rk/Upl alternative.
15815         (*addsi3_aarch64_uxtw): Add r/rk/Upl alternative.
15816         (*add<GPI>3 peepholes): New.
15817         (*add<GPI>3 splitters): New.
15818         * config/aarch64/constraints.md (Upl): New.
15819         * config/aarch64/predicates.md (aarch64_pluslong_strict_immedate): New.
15821 2016-01-18  Richard Biener  <rguenther@suse.de>
15823         PR tree-optimization/69297
15824         * tree-vect-slp.c (vect_bb_slp_scalar_cost): Count each scalar
15825         stmt at most once.
15826         (vect_bb_vectorization_profitable_p): Clear visited flag again.
15828 2016-01-18  Yuri Rumyantsev  <ysrumyan@gmail.com>
15830         PR middle-end/68542
15831         * fold-const.c (fold_binary_op_with_conditional_arg): Bail out for case
15832         of mixind vector and scalar types.
15833         (fold_relational_const): Add handling of vector
15834         comparison with boolean result.
15835         * tree-cfg.c (verify_gimple_comparison): Add argument CODE, allow
15836         comparison of vector operands with boolean result for EQ/NE only.
15837         (verify_gimple_assign_binary): Adjust call for verify_gimple_comparison.
15838         (verify_gimple_cond): Likewise.
15839         * tree-vrp.c (extract_code_and_val_from_cond_with_ops): Modify check on
15840         valid type of VAL.
15842 2016-01-18  Joseph Myers  <joseph@codesourcery.com>
15844         * config/mips/mips.h (ISA_HAS_PAIRED_SINGLE): Require
15845         !TARGET_OCTEON.
15847 2016-01-18  Richard Biener  <rguenther@suse.de>
15849         PR middle-end/69308
15850         * gimple.c (gimple_could_trap_p_1): Handle GIMPLE_COND.
15852 2016-01-18  Tom de Vries  <tom@codesourcery.com>
15854         * passes.def: Add pass_parallelize_loops to pass_oacc_kernels.
15856 2016-01-18  Tom de Vries  <tom@codesourcery.com>
15858         * omp-low.c (set_oacc_fn_attrib): Make extern.
15859         * omp-low.h (set_oacc_fn_attrib): Declare.
15860         * tree-parloops.c (struct reduction_info): Add reduc_addr field.
15861         (create_call_for_reduction_1): Handle case that reduc_addr is non-NULL.
15862         (create_parallel_loop, gen_parallel_loop, try_create_reduction_list):
15863         Add and handle function parameter oacc_kernels_p.
15864         (find_reduc_addr, get_omp_data_i_param): New function.
15865         (ref_conflicts_with_region, oacc_entry_exit_ok_1)
15866         (oacc_entry_exit_single_gang, oacc_entry_exit_ok): New function.
15867         (parallelize_loops): Add and handle function parameter oacc_kernels_p.
15868         Calculate dominance info.  Skip loops that are not in a kernels region
15869         in oacc_kernels_p mode.  Skip inner loops of parallelized loops.
15870         (pass_parallelize_loops::execute): Call parallelize_loops with
15871         oacc_kernels_p argument.
15872         (pass_parallelize_loops::clone, pass_parallelize_loops::set_pass_param):
15873         New member function.
15874         (pass_parallelize_loops::bool oacc_kernels_p): New member var.
15875         * passes.def: Add argument to pass_parallelize_loops instantation.
15877 2016-01-18  Tom de Vries  <tom@codesourcery.com>
15879         * tree-parloops.c (pass_parallelize_loops::execute): Allow
15880         pass_parallelize_loops to be run outside the loop pipeline.
15882 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
15884         * tree-scalar-evolution.c (follow_copies_to_constant): New.
15885         (analyze_initial_condition, analyze_scalar_evolution_1): Call previous.
15887 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
15889         PR target/63679
15890         * tree-ssa-scopedtables.c (avail_expr_hash): Hash MEM_REF and ARRAY_REF
15891         using get_ref_base_and_extent.
15892         (equal_mem_array_ref_p): New.
15893         (hashable_expr_equal_p): Add call to previous.
15895 2016-01-18  Alan Lawrence  <alan.lawrence@arm.com>
15897         PR target/63679
15898         * tree-sra.c (disqualified_constants, constant_decl_p): New.
15899         (sra_initialize): Allocate disqualified_constants.
15900         (sra_deinitialize): Free disqualified_constants.
15901         (disqualify_candidate): Update disqualified_constants when appropriate.
15902         (create_access): Scan for constant-pool entries as we go along.
15903         (scalarizable_type_p): Add check against type_contains_placeholder_p.
15904         (maybe_add_sra_candidate): Allow constant-pool entries.
15905         (load_assign_lhs_subreplacements): Bind debug for constant pool vars.
15906         (initialize_constant_pool_replacements): New.
15907         (sra_modify_assign): Avoid mangling assignments created by previous,
15908         and don't generate writes into constant pool.
15909         (sra_modify_function_body): Call initialize_constant_pool_replacements.
15911 2016-01-18  Ilya Enkovich  <enkovich.gnu@gmail.com>
15913         * config/i386/i386.c (scalar_to_vector_candidate_p): Support
15914         andnot instruction.
15915         (scalar_chain::convert_op): Likewise.
15916         * config/i386/i386.md (*andndi3_doubleword): New.
15918 2016-01-18  Richard Biener  <rguenther@suse.de>
15920         PR tree-optimization/69170
15921         * tree-vect-slp.c (vect_build_slp_tree): Verify we are not
15922         building a vector from scalar results of a pattern stmt.
15924 2016-01-18  Jakub Jelinek  <jakub@redhat.com>
15926         * haifa-sched.c (autopref_multipass_init): Work around
15927         -Wmaybe-uninitialized warning.
15929 2016-01-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
15931         * config/arm/arm.c (thumb1_reorg): Check that the comparison is
15932         against the constant 0.
15934 2016-01-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15936         PR tree-optimization/68799
15937         * gimple-ssa-strength-reduction.c (create_phi_basis): Directly
15938         look up phi candidates in the statement-candidate map.
15939         (phi_add_costs): Likewise.
15940         (record_phi_increments): Likewise.
15941         (phi_incr_cost): Likewise.
15942         (ncd_with_phi): Likewise.
15943         (all_phi_incrs_profitable): Likewise.
15945 2016-01-17  Jakub Jelinek  <jakub@redhat.com>
15947         * omp-low.c (mark_loops_in_oacc_kernels_region): Work around
15948         -Wmaybe-uninitialized warning.
15950 2016-01-16  Sandra Loosemore  <sandra@codesourcery.com>
15952         * doc/invoke.texi (Invoking GCC): Add new section to menu.
15953         (Option Summary): Update to reflect new section and moved options.
15954         (C++ Dialect Options): Move -fvtable-verify and related options.
15955         (Debugging Options): Move Sanitizer, Pointer Bounds Checker,
15956         and profiling-related options.
15957         (Optimization Options): Move profile generation options and
15958         -fstack-protector and related options.
15959         (Instrumentation Options): New section incorporating moved options.
15960         (Code Generation Options): Move -finstrument-functions and
15961         related options, -fstack-check, -fstack-limit*, and -fbounds-check.
15963 2016-01-16  Tom de Vries  <tom@codesourcery.com>
15965         * passes.def: Move pass_expand_omp_ssa out of pass_parallelize_loops.
15967 2016-01-16  Tom de Vries  <tom@codesourcery.com>
15969         * omp-low.c (expand_omp_atomic_fetch_op):  Release defs of update stmt.
15971 2016-01-16  Richard Sandiford  <richard.sandiford@arm.com>
15973         * hash-table.h (hash_table::empty): Turn into an inline wrapper
15974         that checks whether the table is already empty.  Rename the
15975         original implementation to...
15976         (hash_table::empty_slot): ...this new private function.
15978 2016-01-15  David Malcolm  <dmalcolm@redhat.com>
15980         PR diagnostic/68899
15981         * diagnostic-show-locus.c (layout::print_source_line): Move x
15982         offset of line until after call to
15983         get_line_width_without_trailing_whitespace.
15985 2016-01-15  Jeff Law  <law@redhat.com>
15987         PR tree-optimization/69270
15988         * tree-ssanames.c (ssa_name_has_boolean_range): Moved here from
15989         tree-ssa-dom.c.  Improve test for [0..1] ranve from VRP.
15990         * tree-ssa-dom.c (ssa_name_has_boolean_range): Remove.
15991         * tree-ssanames.h (ssa_name_has_boolean_range): Prototype.
15992         * tree-ssa-uncprop.c (associate_equivalences_with_edges): Use
15993         ssa_name_has_boolean_range and constant_boolean_node.
15995 2016-01-15  Vladimir Makarov  <vmakarov@redhat.com>
15997         PR rtl-optimization/69030
15998         * lra-spills.c (remove_pseudos): Check nrefs and make the function
15999         returning bool.
16000         (spill_pseudos): Delete debug insn for dead pseudo.
16001         (lra_spill): Initiate spill_hard_reg and slots memory separately.
16003 2016-01-15  Jiong Wang  <jiong.wang@arm.com>
16005         * config/aarch64/aarch64-builtins.c (aarch64_types_unopus_qualifiers):
16006         New.
16007         (TYPES_UNOPUS): Likewise.
16008         * config/aarch64/aarch64-simd-builtins.def (lbtruncuv2sf): Correct
16009         builtin type, from UNOP to UNOPUS.
16010         (lbtruncuv4sf): Likewise.
16011         (lbtruncuv2df): Likewise.
16012         (lrounduv2sf): Likewise.
16013         (lrounduv4sf): Likewise.
16014         (lrounduv2df): Likewise.
16015         (lroundusf): Likewise.
16016         (lroundusf): Likewise.
16017         (lceiluv2sf): Likewise.
16018         (lceiluv4sf): Likewise.
16019         (lceiluv2df): Likewise.
16020         (lceilusf): Likewise.
16021         (lceiludf): Likewise.
16022         (lflooruv2sf): Likewise.
16023         (lflooruv4sf): Likewise.
16024         (lflooruv2df): Likewise.
16025         (lfloorusf): Likewise.
16026         (lfloorudf): Likewise.
16027         (lfrintnuv2sf): Likewise.
16028         (lfrintnuv4sf): Likewise.
16029         (lfrintnuv2df): Likewise.
16030         (lfrintnusf): Likewise.
16031         (lfrintnudf): Likewise.
16032         * config/aarch64/arm_neon.h (vcvt_u32_f32): Remove unncessary type
16033         conversion.
16034         (vcvtq_u32_f32): Likewise.
16035         (vcvtq_u64_f64): Likewise.
16036         (vcvta_u32_f32): Likewise.
16037         (vcvtaq_u32_f32): Likewise.
16038         (vcvtaq_u64_f64): Likewise.
16039         (vcvtm_u32_f32): Likewise.
16040         (vcvtmq_u32_f32): Likewise.
16041         (vcvtmq_u64_f64): Likewise.
16042         (vcvtn_u32_f32): Likwise.
16043         (vcvtnq_u32_f32): Likewise.
16044         (vcvtnq_u64_f64): Likewise.
16045         (vcvtp_u32_f32): Likewise.
16046         (vcvtpq_u32_f32): Likewise.
16047         (vcvtpq_u64_f64): Likewise.
16048         (vcvtmd_u64_f64): Likewise.
16049         (vcvtms_u32_f32): Likewise.
16050         (vcvtad_u64_f64): Likewise.
16051         (vcvtas_u32_f32): Likewise.
16052         (vcvtnd_u64_f64): Likewise.
16053         (vcvtns_u32_f32): Likewise.
16054         (vcvtpd_u64_f64): Likewise.
16055         (vcvtps_u32_f32): Likewise.
16057 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16059         * config/aarch64/aarch64.c (aarch64_if_then_else_costs): Handle
16060         CSEL of zero_extended registers.
16062 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16064         * config/aarch64/aarch64.c (aarch64_rtx_costs, COMPARE case):
16065         Handle COMPARE of ZERO_EXTRACT against zero form of TST-immediate.
16067 2016-01-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16069         * config/aarch64/aarch64.c (aarch64_process_one_target_attr): Return
16070         false when argument string is not found in the attributes table
16071         at all.
16073 2016-01-15  David Edelsohn  <dje.gcc@gmail.com>
16075         PR target/68609
16076         * config/rs6000/rs6000.c (rs6000_emit_msub): Delete.
16077         (rs6000_emit_swsqrt): Convert to Goldschmidt's Algorithm
16078         * config/rs6000/rs6000.md (sqrt<mode>2): Limit swsqrt to high
16079         precision estimate.
16081 2016-01-15  Richard Biener  <rguenther@suse.de>
16083         PR tree-optimization/66856
16084         * tree-vect-loop.c (vect_transform_loop): Free SLP instances here.
16085         * tree-vect-slp.c (vect_free_slp_tree): Decrement stmt reference count.
16086         (vect_create_new_slp_node): Increment stmt reference count.
16087         (vect_get_and_check_slp_defs): Make sure stmts are nor already in
16088         an SLP tree before swapping operands.
16089         (vect_build_slp_tree): Likewise.
16090         (destroy_bb_vec_info): Free stmt info after SLP instances.
16091         * tree-vect-stmts.c (new_stmt_vec_info): Initialize reference count.
16092         * tree-vectorizer.h (struct _stmt_vec_info): Add num_slp_uses field.
16093         (STMT_VINFO_NUM_SLP_USES): New macro.
16095 2016-01-15  Richard Biener  <rguenther@suse.de>
16097         PR debug/69137
16098         * dwarf2out.c (add_linkage_name_raw): New function split out from ...
16099         (add_linkage_name): ... here.
16100         (gen_typedef_die): Use add_linkage_name_raw instead of
16101         add_linkage_attr to delay DECL_ASSEMBLER_NAME computation
16102         if necessary.
16104 2016-01-15  Cesar Philippidis  <cesar@codesourcery.com>
16106         * gimplify.c (oacc_default_clause): Decode reference and pointer
16107         types for both kernels and parallel regions.
16109 2016-01-15  Richard Sandiford  <richard.sandiford@arm.com>
16111         PR middle-end/69246
16112         * calls.c (emit_call_1): Force n_popped to zero for sibcalls.
16114 2016-01-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
16116         * config/i386/i386.c (scalar_chain::compute_convert_gain): Fix typo.
16117         (convert_scalars_to_vector): Likewise.
16119 2016-01-15  Jonathan Wakely  <jwakely@redhat.com>
16121         * doc/extend.texi (Type Traits): Fix grammar.
16123 2016-01-15  Martin Jambor  <mjambor@suse.cz>
16125         * tree-inline.c (remap_decl): Use existing dclarations if
16126         remapping a type and prevent_decl_creation_for_types.
16127         (replace_locals_stmt): Do an initial remapping of non-VLA typed
16128         decls first.  Do real remapping with
16129         prevent_decl_creation_for_types set.
16130         * tree-inline.h (copy_body_data): New field
16131         prevent_decl_creation_for_types, moved remap_var_for_cilk to avoid
16132         padding.
16134 2016-01-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
16136         * config/s390/s390.opt (mmvcle): More verbose help text.
16138 2016-01-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
16140         * config/s390/s390.opt: Add period to -mzvector option text.
16142 2016-01-15  Richard Biener  <rguenther@suse.de>
16144         PR tree-optimization/68961
16145         * tree-vect-slp.c (vect_analyze_slp_cost_1): Consider cost
16146         of invariants in stores again.
16148 2016-01-15  Sebastian Huber  <sebastian.huber@embedded-brains.de>
16150         * config/arm/t-rtems: Add cortex-m7/fpv5-d16 multilib.
16152 2016-01-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
16154         * config/i386/i386.c (ix86_expand_branch): Don't split
16155         DI mode xor instruction to SI mode.
16157 2016-01-15  Jan Hubicka  <hubicka@ucw.cz>
16159         PR ipa/68148
16160         * ipa-icf.c (sem_function::merge): Virtual functions may become
16161         reachable even if they address is not taken and there are no
16162         idrect calls.
16164 2016-01-15  Jan Hubicka  <hubicka@ucw.cz>
16166         * lto-streamer-out.c (subtract_estimated_size): New function.
16167         (get_symbol_initial_value): Use it.
16169 2016-01-15  Christian Bruel  <christian.bruel@st.com>
16171         PR target/65837
16172         * config/arm/arm-builtins.c (ARM_BUILTIN_CRYPTO_BASE): New enum tag.
16173         (arm_init_neon_builtins_internal): Rename arm_init_neon_builtins,
16174         (arm_init_crypto_builtins_internal): Rename arm_init_crypto_builtins.
16175         use add_builtin_function_ext_scope instead of add_builtin_function.
16176         (neon_set_p, neon_crypto_set_p): Remove.
16177         (arm_init_builtins): Always call arm_init_neon_builtins and
16178         arm_init_crypto_builtins.
16179         (arm_expand_builtin): Check that builtins are allowed for the arch.
16180         * config/arm/arm-protos.h (arm_init_neon_builtins): Remove prototype.
16181         * config/arm/arm.c (arm_valid_target_attribute_tree): Remove
16182         arm_init_neon_builtins call.
16184 2016-01-15  Richard Biener  <rguenther@suse.de>
16186         PR tree-optimization/69117
16187         * tree-ssa-sccvn.h (struct vn_ssa_aux): Add info member.
16188         * tree-ssa-sccvn.c (set_ssa_val_to): Save and adjust SSA name info
16189         of the leader conservatively.
16190         (free_scc_vn): Restore original SSA name infos.
16192 2016-01-14  Jeff Law  <law@redhat.com>
16194         PR tree-optimization/69270
16195         * tree-ssa-dom.c (ssa_name_has_boolean_range): If the type has a
16196         single bit of precision, verify it's also unsigned.
16197         (record_edge_info): Use constant_boolean_node rather than fold_convert
16198         to convert boolean_true/boolean_false to the right type.
16200 2016-01-14  Richard Henderson  <rth@redhat.com>
16202         PR rtl-opt/69014
16203         * loop-doloop.c (record_reg_sets): New.
16204         (doloop_optimize): Reject the transform if the sequence
16205         clobbers registers live at the end of the loop block.
16206         (doloop_optimize_loops): Enable df_live if needed.
16208 2016-01-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
16210         * config/rs6000/rs6000-builtin.def: Revert 2016-01-13 change.
16211         * config/rs6000/rs6000.c: Likewise.
16212         * config/rs6000/rs6000.h: Likewise.
16213         * config/rs6000/rs6000.md: Likewise.
16214         * doc/extend.texi: Likewsie.
16216 2016-01-14  Jeff Law  <law@redhat.com>
16218         * tree-ssa-dom.c (ssa_name_has_boolean_range): Fix comment
16219         typo.
16221 2016-01-14  Richard Henderson  <rth@redhat.com>
16223         PR c/69272
16224         PR tree-opt/68964
16225         * trans-mem.c (tm_log_emit_stmt): Fix unit size to bit size.
16226         * tree.c (build_tm_vector_builtins): Use builtin_decl_explicit_p
16227         instead of builtin_decl_declared_p to test for declaration.
16229 2016-01-14  Nicklas Bo Jensen  <nbjensen@gmail.com>
16231         * doc/loop.texi (Loop Analysis and Representation): Document
16232         loop_depth function.
16234 2016-01-14  Tom de Vries  <tom@codesourcery.com>
16236         PR tree-optimization/68773
16237         * omp-low.c (expand_omp_target): Don't set force_output.
16238         * varpool.c (varpool_node::get_create): Same.
16239         * lto-cgraph.c (input_offload_tables): Mark entries in offload_vars and
16240         offload_funcs with force_output.
16242 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
16244         PR debug/69244
16245         * lra-eliminations.c (move_plus_up): Don't change anything if either
16246         the outer or inner subreg mode is not MODE_INT.
16247         * dwarf2out.c (mem_loc_descriptor): For SUBREG, if outer mode is
16248         integral <= DWARF2_ADDR_SIZE, convert to untyped afterwards.
16250 2016-01-14  Alan Lawrence  <alan.lawrence@arm.com>
16252         * doc/md.texi (reduc_smin_@var{m}, reduc_smax_@var{m},
16253         reduc_umin_@var{m}, reduc_umax_@var{m}, reduc_splus_@var{m},
16254         reduc_uplus_@var{m}): Remove.
16255         * expr.c (expand_expr_real_2): Remove expansion path for
16256         reduc_[us](min|max|plus) optabs.
16257         * optabs-tree.c (scalar_reduc_to_vector): Remove.
16258         * optabs-tree.h (scalar_reduc_to_vector): Remove.
16259         * optabs.def (reduc_smax_optab, reduc_smin_optab, reduc_splus_optab,
16260         reduc_umax_optab, reduc_umin_optab, reduc_uplus_optab): Remove.
16261         * tree-vect-loop.c (vectorizable_reduction): Remove test for
16262         reduc_[us](min|max|plus) optabs.
16264 2016-01-14  Alan Lawrence  <alan.lawrence@arm.com>
16266         * config/mips/mips-ps-3d.md (reduc_splus_v2sf): Remove.
16267         (reduc_plus_scal_v2sf): New.
16268         (reduc_smax_v2sf): Rename to...
16269         (reduc_smax_scal_v2sf): ...here, make result SFmode, add vec_extract.
16270         (reduc_smin_v2sf): Rename to...
16271         (reduc_smin_scal_v2sf): ...here, make result SFmode, add vec_extract.
16273 2016-01-14  Jan Hubicka  <hubicka@ucw.cz>
16275         * alias.c (compare_base_symbol_refs): New function.
16276         (rtx_equal_for_memref_p, base_alias_check, memrefs_conflict_p): Use
16277         it.
16279 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
16281         PR middle-end/68146
16282         PR tree-optimization/69155
16283         * tree-complex.c: Include cfganal.h.
16284         (phis_to_revisit): New variable.
16285         (extract_component): Add phiarg_p argument.  Assert that returned
16286         SSA_NAME has non-NULL SSA_NAME_DEF_STMT unless phiarg_p is true.
16287         (update_phi_components): Partly rewrite to use loop over real/imag
16288         components instead of code duplication.  If extract_component returns
16289         SSA_NAME with NULL SSA_NAME_DEF_STMT, store SSA_NAME_VAR or
16290         create_tmp_reg into the PHI node instead, and mention the phi triplet
16291         in phis_to_revisit.
16292         (tree_lower_complex): Walk bbs in rpo order.  Adjust phis recorded
16293         in phis_to_revisit at the end.
16295 2016-01-14  Richard Biener  <rguenther@suse.de>
16297         PR tree-optimization/68060
16298         * tree-vect-loop.c (vect_is_simple_reduction): Check the
16299         outer loop reduction is only used in the inner loop before
16300         detecting a double reduction.
16302 2016-01-14  Jakub Jelinek  <jakub@redhat.com>
16304         PR target/68269
16305         * combine.c (expand_field_assignment): Punt if compute_mode is
16306         unsupported scalar mode.
16308 2016-01-14  Richard Biener  <rguenther@suse.de>
16310         PR tree-optimization/66856
16311         * tree-vect-slp.c (vect_build_slp_tree): Refactor to build
16312         SLP node only if it built successfully.
16313         (vect_analyze_slp_instance): Adjust.
16315 2016-01-14  Jeff Law  <law@redhat.com>
16317         PR tree-optimization/69270
16318         * tree-ssa-dom.c (ssa_name_has_boolean_range): New function.
16319         (record_edge_info): Use it.  Convert boolean_{true,false}_node
16320         to the type of op0.
16322 2016-01-13  Jan Hubicka  <hubicka@ucw.cz>
16324         PR ipa/66487
16325         * ipa-polymorphic-call.c (inlined_polymorphic_ctor_dtor_block_p):
16326         use block_ultimate_origin
16327         (noncall-stmt_may_be_vtbl_ptr_store): Likewise.
16329 2016-01-13  Sandra Loosemore  <sandra@codesourcery.com>
16331         * doc/invoke.texi (Submodel Options): Rename section to
16332         "Machine-Dependent Options" to better reflect its content.
16333         Rewrite introductory text to remove archaic CPU names.
16334         Update references.
16336 2016-01-13  Sandra Loosemore  <sandra@codesourcery.com>
16338         * doc/invoke.texi (Code Gen Options): Move section up in file,
16339         before target-specific options.  Update menu and option summary
16340         to reflect the new section ordering.
16342 2016-01-13  Jonathan Wakely  <jwakely@redhat.com>
16344         * doc/invoke.texi (C Dialect Options): Adjust -std default for C++.
16345         (C++ Dialect Options): Add cross-reference to -std option.
16346         * doc/standards.texi (C++ Language): Document C++14 support.
16348 2016-01-13  Michael Meissner  <meissner@linux.vnet.ibm.com>
16350         * config/rs6000/rs6000-builtin.def (BU_FLOAT128_2): Add support
16351         for pack/unpack functions for __ibm128.
16352         (PACK_IF): Likewise.
16353         (UNPACK_IF): Likewise.
16355         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
16356         support for __ibm128 pack/unpack functions.
16357         (rs6000_invalid_builtin): Likewise.
16358         (rs6000_init_builtins): Likewise.
16359         (rs6000_opt_masks): Likewise.
16361         * config/rs6000/rs6000.h (MASK_FLOAT128): Add short name.
16362         (RS6000_BTM_FLOAT128): Add support for __ibm128 pack/unpack
16363         functions
16364         (RS6000_BTM_COMMON): Likewise.
16366         * config/rs6000/rs6000.md (f128_vsx): New mode attribute.
16367         (unpack<mode>): Use FMOVE128_FPR iterator instead of FMOVE128, to
16368         disallow __builtin_{pack,unpack}_longdouble if long double is IEEE
16369         128-bit floating point.  Add support for the double values to be
16370         in Altivec registers for TF/IF packing and unpacking, but restrict
16371         TD packing sub-fields to be FPR registers.  Don't allow overlapped
16372         register support for packing.  Allow pack inputs to be memory
16373         locations.  Don't build generator functions for unpack<mode>_dm
16374         and unpack<mode>_nodm.
16375         (unpack<mode>_dm): Likewise.
16376         (unpack<mode>_nodm): Likewise.
16377         (pack<mode>): Likewise.
16379         * config/rs6000/rs6000-builtin.def (__builtin_pack_ibm128): Add
16380         built-in functions to pack/unpack explicit __ibm128 values.
16381         (__builtin_unpack_ibm128): Likewise.
16383         * doc/extend.texi (PowerPC Built-in Functions): Document
16384         __builtin_pack_ibm128 and __builtin_unpack_ibm128.
16386 2016-01-13  Bernd Schmidt  <bschmidt@redhat.com>
16388         PR c/66208
16389         * c-common.c (check_function_nonnull): Remove unnecessary declaration.
16390         Add new arg loc and pass it down as context.
16391         (check_nonnull_arg): Don't mark ctx arg as unused. Use it as a pointer
16392         to the location to use for the warning.
16393         (check_function_arguments): New arg loc.  All callers changed.  Pass
16394         it to check_function_nonnull.
16395         * c-common.h (check_function_arguments): Adjust declaration.
16397 2016-01-13  Jakub Jelinek  <jakub@redhat.com>
16399         PR tree-optimization/69156
16400         * gimple.c (validate_type): Removed.
16401         (gimple_builtin_call_types_compatible_p): Use
16402         useless_type_conversion_p instead of validate_type.
16403         * value-prof.c (gimple_stringop_fixed_value): Fold
16404         icall_size to correct type.
16406 2016-01-13  Jonathan Wakely  <jwakely@redhat.com>
16408         * doc/extend.texi (__atomic Builtins): Clarify compare_exchange
16409         effects.
16411 2016-01-13  Richard Henderson  <rth@redhat.com>
16413         PR tree-opt/68964
16414         * target.def (builtin_tm_load, builtin_tm_store): Remove.
16415         * config/i386/i386.c (ix86_builtin_tm_load): Remove.
16416         (ix86_builtin_tm_store): Remove.
16417         (TARGET_VECTORIZE_BUILTIN_TM_LOAD): Remove.
16418         (TARGET_VECTORIZE_BUILTIN_TM_STORE): Remove.
16419         * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_TM_LOAD): Remove.
16420         (TARGET_VECTORIZE_BUILTIN_TM_STORE): Remove.
16421         * doc/tm.texi: Rebuild.
16423         * gtm-builtins.def (BUILT_IN_TM_MEMCPY_RNWT): New.
16424         (BUILT_IN_TM_MEMCPY_RTWN): New.
16425         * trans-mem.c (tm_log_emit_stmt): Rearrange code for better
16426         fallback from vector to integer helpers.
16427         (build_tm_load): Handle vector types directly, instead of
16428         via target hook.
16429         (build_tm_store): Likewise.
16430         (expand_assign_tm): Prepare for register types not handled by
16431         the above.  Copy them to memory and use memcpy.
16432         * tree.c (tm_define_builtin): New.
16433         (find_tm_vector_type): New.
16434         (build_tm_vector_builtins): New.
16435         (build_common_builtin_nodes): Call it.
16437 2016-01-13  Uros Bizjak  <ubizjak@gmail.com>
16439         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Return -1 for
16440         TARGET_SSE_MATH without TARGET_SSE2.  Rewrite.
16442 2016-01-13  Tom de Vries  <tom@codesourcery.com>
16444         PR tree-optimization/69169
16445         * tree-ssa-structalias.c (create_variable_info_for_1): Add and handle
16446         handled_struct_type param.
16447         (create_variable_info_for, intra_create_variable_infos): Call
16448         create_variable_info_for_1 with extra arg.
16450 2016-01-13  Yvan Roux  <yvan.roux@linaro.org>
16452         * config/arm/arm-arches.def: Remove spurious whitespace in "armv8.1-a"
16453         and "armv8.1-a+crc" entries.
16455 2016-01-13  Alexander Fomin  <alexander.fomin@intel.com>
16457         PR target/69228
16458         * config/i386/sse.md (define_expand "avx512pf_gatherpf<mode>sf"):
16459         Change first operand predicate from register_or_constm1_operand
16460         to register_operand.
16461         (define_expand "avx512pf_gatherpf<mode>df"): Likewise.
16462         (define_expand "avx512pf_scatterpf<mode>sf"): Likewise.
16463         (define_expand "avx512pf_scatterpf<mode>df"): Likewise.
16464         (define_insn "*avx512pf_gatherpf<mode>sf"): Remove.
16465         (define_insn "*avx512pf_gatherpf<mode>df"): Likewise.
16466         (define_insn "*avx512pf_scatterpf<mode>sf"): Likewise.
16467         (define_insn "*avx512pf_scatterpf<mode>df"): Likewise.
16468         * config/i386/i386.c (ix86_expand_builtin): Remove first operand
16469         comparison with constm1_rtx from vec_prefetch_gen part.
16471 2016-01-13  Richard Biener  <rguenther@suse.de>
16473         PR tree-optimization/69013
16474         * tree-ssa-uninit.c (prune_uninit_phi_opnds_in_unrealizable_paths):
16475         Exchange assert for a test.
16477 2016-01-13  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16479         PR target/69247
16480         * config/s390/s390.md (bswaphi splitter): Use simplify_gen_subreg.
16482 2016-01-13  Richard Biener  <rguenther@suse.de>
16484         PR tree-optimization/69242
16485         * tree-ssa-sccvn.c (visit_reference_op_load): Replace bogus
16486         assert with a check.
16488 2016-01-13  Richard Biener  <rguenther@suse.de>
16490         PR tree-optimization/69186
16491         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
16492         Properly guard vect_update_misalignment_for_peel call.
16494 2016-01-12  Jeff Law  <law@redhat.com>
16496         PR tree-optimization/pr67755
16497         * tree-ssa-threadupdate.c (struct ssa_local_info_t): Add new field
16498         "need_profile_correction".
16499         (thread_block_1): Initialize new field to false by default.  If we
16500         have multiple thread paths through a common joiner to different
16501         final targets, then set new field to true.
16502         (compute_path_counts): Only do count adjustment when it's really
16503         needed.
16505 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
16507         * doc/invoke.texi (Spec Files): Move section down in file, past
16508         all command-line option descriptions.
16510 2016-01-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
16512         PR middle-end/54809
16513         * doc/gty.texi: Remove documentation of mark_hook.
16514         * gengtype.c (struct write_types_data): Remove code to support
16515         mark_hook attribute.
16516         (walk_type): Likewise.
16517         (write_func_for_structure): Likewise.
16519 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
16521         * doc/invoke.texi (Option Summary) Move -no-canonical-prefixes to
16522         Directory Options, and -specs= to Overall Options.
16523         (Overall Options): Adjust similarly.  Reorder to group related
16524         options together.  Make -specs= cross-reference the spec file details.
16525         (Directory Options): Adjust similarly.
16527 2016-01-12  Jeff Law  <law@redhat.com>
16529         * tree-ssa-threadupdate.c: Various whitespace and typo fixes.
16531 2016-01-12  Olivier Hainque  <hainque@adacore.com>
16533         * gcc.c (spec_undefvar_allowed): New global.
16534         (process_command): Set to true when running for --version or --help,
16535         alone or together.
16536         (getenv_spec_function): When the variable is not defined, use the
16537         variable name as the variable value if we're allowed not to issue
16538         a fatal error.
16540 2016-01-12  Bin Cheng  <bin.cheng@arm.com>
16542         PR tree-optimization/68911
16543         * tree-vrp.c (adjust_range_with_scev): Check overflow in range
16544         information computed for expression "init + nit * step".
16546 2016-01-12  Sandra Loosemore  <sandra@codesourcery.com>
16548         * doc/invoke.texi (Invoking GCC): Copy-edit.  Incorporate information
16549         about name of GCC executable.  Remove deleted node from menu.
16550         (Directory Options) <-B>: Remove cross-reference to deleted node.
16551         (Target Options): Delete section.
16553 2016-01-12  Christian Bruel  <christian.bruel@st.com>
16555         PR target/69180
16556         * config/arm/arm-c.c (arm_pragma_target_parse): Set NODE_CONDITIONAL
16557         for __ARM_NEON_FP, __ARM_FP, _ARM_FEATURE_LDREX.
16559 2016-01-12  Jakub Jelinek  <jakub@redhat.com>
16561         PR target/69198
16562         * config/i386/i386.c (ix86_expand_special_args_builtin): Ensure
16563         aligned_mem is properly set for AVX512-VL floating point masked
16564         stores.
16566         PR target/69175
16567         * ifcvt.c (cond_exec_process_if_block): When removing the last
16568         insn from then_bb, remove also any possible barriers that follow it.
16570 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
16572         PR target/68456
16573         PR target/69226
16574         * config/i386/iamcu.h (SIZE_TYPE): New macro.
16575         (PTRDIFF_TYPE): Likewise.
16576         (WCHAR_TYPE): Likewise.
16577         (WCHAR_TYPE_SIZE): Likewise.
16578         (STDINT_LONG32): Likewise.
16580 2016-01-12  Richard Biener  <rguenther@suse.de>
16582         PR tree-optimization/69053
16583         * tree-vect-loop.c (get_initial_def_for_reduction): Properly
16584         convert initial value for cond reductions.
16586 2016-01-12  Richard Biener  <rguenther@suse.de>
16588         PR tree-optimization/69007
16589         * tree-vect-patterns.c (vect_vect_recog_func_ptrs): Move
16590         widen_sum after dot_prod and sad.
16592 2016-01-12  Richard Biener  <rguenther@suse.de>
16594         PR tree-optimization/69168
16595         * tree-vect-loop.c (vect_analyze_loop_2): Reset both main and
16596         pattern stmt SLP type.
16597         * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Patterns may
16598         end up unused so cope with that case.
16600 2016-01-12  Richard Biener  <rguenther@suse.de>
16602         PR tree-optimization/69157
16603         * tree-vect-stmts.c (vectorizable_mask_load_store): Check
16604         stmts def type only during analyze phase.
16605         (vectorizable_call): Likewise.
16606         (vectorizable_simd_clone_call): Likewise.
16607         (vectorizable_conversion): Likewise.
16608         (vectorizable_assignment): Likewise.
16609         (vectorizable_shift): Likewise.
16610         (vectorizable_operation): Likewise.
16611         (vectorizable_store): Likewise.
16612         (vectorizable_load): Likewise.
16614 2016-01-12  Richard Biener  <rguenther@suse.de>
16616         PR tree-optimization/69174
16617         * tree-vect-stmts.c (vect_mark_relevant): Remove excessive vertical
16618         space.
16619         (vectorizable_load): Properly compute the number of loads needed
16620         for permuted strided SLP loads and do not spuriously assign
16621         to SLP_TREE_VEC_STMTS.
16623 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
16625         * config/i386/djgpp.h (PREFERRED_DEBUGGING_TYPE): Define to DWARF2
16626         (TARGET_ASM_OUTPUT_IDENT): Define to default_asm_output_ident_directive
16627         (MD_EXEC_PREFIX): Remove.
16628         (MD_STARTFILE_PREFIX) Removee.
16629         (FILE_NAME_ABSOLUTE_P): Remove.
16630         (CPP_SPEC): Do not read macros from sys/version.h.
16631         (LINK_COMMAND_SPEC): Remove.
16632         (LOCAL_INCLUDE_DIR): Remove.
16633         (TARGET_ASM_NAMED_SECTION): Define to i386_djgpp_asm_named_section
16634         (TARGET_OS_CPP_BUILTINS): Add DJGPP (non ISO only), __DJGPP, __DJGPP__, unix.
16635         (POST_LINK_SPEC): Define to invoke stubify after linker
16636         (LIBSTDCXX): Remove define
16637         (DBX_REGISTER_NUMBER): Define to svr4_dbx_register_map.
16638         (DEFAULT_PCC_STRUCT_RETURN): Define to 1.
16639         (SUBTARGET_OVERRIDE_OPTIONS): Remove warning about -mbnu2210.
16640         (SUBTARGET_OVERRIDE_OPTIONS): Ignore -fPIC and generate message.
16641         (SUBTARGET_OVERRIDE_OPTIONS): Default to DWARF2 debugging info.
16642         (IX86_MAYBE_NO_LIBGCC_TFMODE): Remove.
16643         (i386_djgpp_asm_named_section): Add propotype of new procedure
16645         * config/i386/xm-djgpp.h (NATIVE_SYSTEM_HEADER_DIR): Define.
16646         (MD_EXEC_PREFIX): Define (moved from config/i386/djgpp.h).
16647         (STANDARD_STARTFILE_PREFIX_1): Define (moved from MD_STARTFILE_PREFIX
16648         in config/i386/djgpp.h).
16649         (STANDARD_STARTFILE_PREFIX_2): Define identical to
16650         STANDARD_STARTFILE_PREFIX_1.
16651         (LOCAL_INCLUDE_DIR): Define (moved from config/i386/djgpp.h).
16652         (GCC_DRIVER_HOST_INITIALIZATION): Fix reporting fatal
16653         installation errors.
16654         (MAX_OFILE_ALIGNMENT): Define to 128.
16655         (HAVE_FTW_H): Undefine as DJGPP do not have nftw, but have ftw.h.
16657         * config/i386/djgpp.c: New file. Add implementation of
16658         i386_djgpp_asm_named_section.
16660         * config/i386/djgpp.opt: Remove obsolete option -mbnu210.
16662         * config/i386/t-djgpp: New file. Add djgpp.o to EXTRA_OBJS.
16663         Add rule for building djgpp.o.
16665 2016-01-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16667         * config/rs6000/rs6000.c (v2df_reduction_p): New function.
16668         (rtx_is_swappable_p): Reductions are swappable.
16669         (insn_is_swappable_p): V2DF reductions are swappable.
16671 2016-01-11  John David Anglin  <danglin@gcc.gnu.org>
16673         * config/pa/pa.c (pa_emit_move_sequence): Handle floating point
16674         reloads for other unsupported memory operands.
16676 2016-01-12  Kugan Vivekanandarajah  <kuganv@linaro.org>
16677             Jim Wilson  <jim.wilson@linaro.org>
16679         PR target/69194
16680         * config/arm/arm-builtins.c (arm_expand_neon_args): Call
16681         copy_to_mode_reg instead of force_reg.
16683 2016-01-11  H.J. Lu  <hongjiu.lu@intel.com>
16685         PR target/69225
16686         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Set to 2 only if
16687         TARGET_80387 is true.
16689 2016-01-11  Jakub Jelinek  <jakub@redhat.com>
16691         PR target/69071
16692         * lra-eliminations.c (move_plus_up): Only move plus up
16693         if subreg of the constant can be simplified into constant
16694         and use the simplified subreg of the constant instead of
16695         the original constant.
16697         * fold-const.c (fold_convertible_p): Don't return true
16698         for conversion of VECTOR_TYPE to same sized integral type.
16699         (fold_convert_loc): Fix up formatting.  Fold conversion of
16700         VECTOR_TYPE to same sized integral type using VIEW_CONVERT_EXPR
16701         instead of NOP_EXPR.
16703         PR tree-optimization/69214
16704         * tree-vrp.c (simplify_cond_using_ranges): Don't propagate
16705         innerop into a comparison if SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
16706         Formatting fix.
16708         PR tree-optimization/69207
16709         * tree-vect-slp.c (vect_get_constant_vectors): For
16710         VECTOR_BOOLEAN_TYPE_P, assert op has integral type instead of
16711         fold_convertible_p to vector_type's element type, and always
16712         use VCE for non-VECTOR_BOOLEAN_TYPE_P.
16714 2016-01-11  Richard Biener  <rguenther@suse.de>
16716         PR tree-optimization/69173
16717         * tree-vect-loop.c (vect_fixup_scalar_cycles_with_patterns): Only
16718         fixup the cycle if all stmts are in a pattern.
16720 2016-01-11  Uros Bizjak  <ubizjak@gmail.com>
16722         PR middle-end/68999
16723         * alias.c (base_alias_check): Move check for addresses with
16724         alignment ANDs before the call for compare_base_decls.
16725         (memrefs_conflict_p): Return -1 for different decls
16726         that went through alignment adjustments.
16728 2016-01-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16730         PR rtl-optimization/68796
16731         * config/aarch64/aarch64.md (*and<mode>_compare0): New pattern.
16732         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Handle HImode
16733         and QImode comparisons against zero with CC_NZmode.
16734         * config/aarch64/iterators.md (short_mask): New mode_attr.
16736 2016-01-11  H.J. Lu  <hongjiu.lu@intel.com>
16738         * config/i386/sse.md (<avx512>_load<mode>_mask): Remove snprintf.
16739         (<avx512>_store<mode>_mask): Likewise.
16741 2016-01-11  Bernd Schmidt  <bschmidt@redhat.com>
16742             Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16744         PR rtl-optimization/68841
16745         * ifcvt.c (struct noce_if_info): Add orig_x field.
16746         (bbs_ok_for_cmove_arith): Add to_rename parameter.
16747         Don't record conflicts on to_rename if it's present.
16748         Allow memory destinations in sets.
16749         (noce_try_cmove_arith): Call bbs_ok_for_cmove_arith even on simple
16750         blocks, passing orig_x to the checks.
16751         (noce_process_if_block): Set if_info->orig_x appropriately.
16753 2016-01-11  Tom de Vries  <tom@codesourcery.com>
16755         PR tree-optimization/69069
16756         * tree-parloops.c (create_parallel_loop): Add missing phi args.
16758 2016-01-11  Yuri Rumyantsev  <ysrumyan@gmail.com>
16760         PR rtl-optimization/68920
16761         * config/i386/i386.c (ix86_option_override_internal): Restrict number
16762         of conditional moves for  RTL if-conversion to 1 for
16763         TARGET_ONE_IF_CONV_INSN.
16764         * config/i386/i386.h (TARGET_ONE_IF_CONV_INSN): New macros.
16765         * config/i386/x86-tune.def (X86_TUNE_ONE_IF_CONV_INSN): New macros.
16766         * params.def (PARAM_MAX_RTL_IF_CONVERSION_INSNS) : Introduce new
16767         parameter to restirct number of conditional moves for
16768         RTL if-conversion.
16769         * doc/invoke.texi (max-rtl-if-conversion-insns): Document it.
16770         * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Limit number of
16771         conditionl moves.
16773 2016-01-11  Alexandre Oliva  <aoliva@redhat.com>
16775         PR bootstrap/69123
16776         * var-tracking.c (drop_overlapping_mem_locs): Operate on all
16777         onepart vars.  Fix typo in comment.  Fix reversed condition in
16778         unshare test.
16779         (dataflow_set_remove_mem_locs): Operate on all onepart vars.
16781         PR bootstrap/69123
16782         * var-tracking.c (dump_onepart_variable_differences): New.
16783         (dataflow_set_different): If a detailed dump is requested,
16784         delay early returns and dump differences between onepart
16785         variables present before and after, and added variables.
16787 2016-01-11  Ilya Enkovich  <enkovich.gnu@gmail.com>
16789         PR target/69010
16790         * expr.c (expand_expr_real_1): For boolean vector constants
16791         with a scalar mode use const_scalar_mask_from_tree.
16792         (const_scalar_mask_from_tree): New.
16793         * optabs.c (expand_vec_cond_mask_expr): Use mask mode
16794         assigned to a mask type to handle constants.
16796 2016-01-11  Martin Jambor  <mjambor@suse.cz>
16798         PR ipa/69044
16799         * ipa-cp.c (estimate_local_effects): Do not clone for removal of
16800         useless parameters if we cannot change function signature.
16802 2016-01-11  Martin Jambor  <mjambor@suse.cz>
16804         PR ipa/66616
16805         * cgraphclones.c (duplicate_thunk_for_node): Copy can_change_signature
16806         flag.
16808 2016-01-11  Tom de Vries  <tom@codesourcery.com>
16810         PR tree-optimization/69109
16811         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Don't allow
16812         latch with phi.
16814 2016-01-11  Tom de Vries  <tom@codesourcery.com>
16816         PR tree-optimization/69108
16817         * tree-parloops.c (gather_scalar_reductions): Handle case that outer phi
16818         res is not used in a phi.
16820 2016-01-11  Yury Gribov  <y.gribov@samsung.com>
16822         PR 67425
16823         * common.opt (frandom-seed): Fix parameter name.
16824         * doc/invoke.texi (frandom-seed): Ditto and describe parameter.
16826 2016-01-11  Tom de Vries  <tom@codesourcery.com>
16828         PR tree-optimization/69058
16829         * tree-parloops.c (pass_parallelize_loops::execute): Return 0 if libgomp
16830         not supported.
16832 2016-01-11  Andrew Burgess  <andrew.burgess@embecosm.com>
16834         * config/arc/arc.opt (mdiv-rem): Add period to the end.
16835         (mcode-density): Likewise.
16837 2016-01-10  Tom de Vries  <tom@codesourcery.com>
16839         PR tree-optimization/69062
16840         * tree-parloops.c (loop_has_phi_with_address_arg): New function.
16841         (parallelize_loops): Don't paralelize loop that has phi with address
16842         arg.
16844 2016-01-10  Tom de Vries  <tom@codesourcery.com>
16846         PR tree-optimization/69039
16847         * tree-parloops.c (try_create_reduction_list): Only allow single exit
16848         phi for reduction.
16850 2016-01-09  John David Anglin  <danglin@gcc.gnu.org>
16852         PR middle-end/68743
16853         * match.pd: Require target has function_c99_misc before doing
16854         truncl(extend(x)) and trunc(extend(x)) -> extend(truncf(x)), etc.
16856 2016-01-09  Gerald Pfeifer  <gerald@pfeifer.com>
16858         * configure.ac (isl_options_set_schedule_serialize_sccs): Also
16859         use GMPINC.
16860         * configure: Regenerate.
16862 2016-01-09  Jakub Jelinek  <jakub@redhat.com>
16864         PR middle-end/50865
16865         PR tree-optimization/69097
16866         * fold-const.h (expr_not_equal_to): New prototype.
16867         * fold-const.c: Include stringpool.h and tree-ssanames.h.
16868         (expr_not_equal_to): New function.
16869         * match.pd (X % -Y is the same as X % Y): Don't optimize
16870         unless X is known not to be equal to minimum or Y is known
16871         not to be equal to -1.
16872         * tree-vrp.c (simplify_div_or_mod_using_ranges): Add GSI argument.
16873         fold TRUNC_MOD_EXPR if the second argument is not a power of two.
16874         (simplify_stmt_using_ranges): Adjust caller.
16875         (vrp_finalize): Call set_value_range on SSA_NAMEs before calling
16876         substitute_and_fold.
16878 2016-01-09  Jan Hubicka  <hubicka@ucw.cz>
16880         * ipa-icf.c (sem_item_optimizer::merge_classes): Do not ICE on VAR_DECL
16881         w/o DECL_NAME.
16883 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
16885         PR tree-optimization/69167
16886         * gimple-fold.c (replace_stmt_with_simplification): Also punt if
16887         new SSA_NAME_OCCURS_IN_ABNORMAL_PHI SSA_NAMEs appear in operands of
16888         ops[0] comparison.
16889         * gimple-match-head.c (maybe_push_res_to_seq): Likewise.
16891 2016-01-08  Alan Lawrence  <alan.lawrence@arm.com>
16892             Richard Biener  <rguenther@suse.de>
16894         PR tree-optimization/68707
16895         * tree-vect-slp.c (vect_analyze_slp_instance): Cancel permuted SLP
16896         instances that can be handled via vect_load_lanes.
16898 2016-01-08  Uros Bizjak  <ubizjak@gmail.com>
16900         * symtab.c (symtab_node::equal_address_to): Return -1 instead of 2
16901         if we can't determine address equivalence.
16902         * alias.c (compare_base_decl): Update for changed return value of
16903         symtab_node::equal_address_to.
16905 2016-01-08  Jason Merrill  <jason@redhat.com>
16907         PR c++/68983
16908         PR c++/67557
16909         * function.c (assign_temp): Guard against TREE_ADDRESSABLE types here.
16910         * expr.c (store_field): Not here.
16911         * tree-cfgcleanup.c (fixup_noreturn_call): Don't clear LHS of a
16912         call with TREE_ADDRESSABLE type.
16913         * tree-cfg.c (verify_gimple_call): Adjust.
16915 2016-01-08  Olivier Hainque  <hainque@adacore.com>
16917         * config/vxworks.h (VXWORKS_LIBGCC_SPEC): Don't link shared RTPs with
16918         libc_internal.
16920 2016-01-08  Alan Lawrence  <alan.lawrence@arm.com>
16922         * gcc.target/rs6000/paired.md (reduc_smax_v2sf): Rename to...
16923         (reduc_smax_scal_v2sf): ...here, make result SFmode, extract element.
16924         (reduc_smin_v2sf): Rename to...
16925         (reduc_smin_scal_v2sf): ...here, make result SFmode, extract element.
16926         (reduc_splus_v2sf): Rename to...
16927         (reduc_plus_scal_v2sf): ...here, make result SFmode, extract element.
16929 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
16931         PR tree-optimization/69162
16932         * gimplify.c (gimplify_va_arg_expr): Encode original type of
16933         valist argument in another argument.
16934         (gimplify_modify_expr): Adjust for the above change.  Cleanup.
16935         * tree-stdarg.c (expand_ifn_va_arg_1): Use new 3rd argument
16936         to determine the va_list type, build a MEM_REF instead of
16937         build_fold_indirect_ref.
16939         PR tree-optimization/69172
16940         * gimple-fold.c (gimple_fold_builtin_memory_chk): Pass type to
16941         gimple_build.
16943 2016-01-08  Thomas Preud'homme  <thomas.preudhomme@arm.com>
16945         PR tree-optimization/67781
16946         * tree-ssa-math-opts.c (find_bswap_or_nop): Zero out bytes in cmpxchg
16947         and cmpnop in two steps: first the ones not accessed in original
16948         gimple expression in a endian independent way and then the ones not
16949         accessed in the final result in an endian-specific way.
16951 2016-01-08  Jakub Jelinek  <jakub@redhat.com>
16953         PR tree-optimization/69083
16954         * tree-vect-slp.c (vect_get_constant_vectors): For
16955         VECTOR_BOOLEAN_TYPE_P assert op is fold_convertible_p to vector_type's
16956         element type.  If op is fold_convertible_p to vector_type's element
16957         type, use NOP_EXPR instead of VCE.
16959 2016-01-08  Segher Boessenkool  <segher@kernel.crashing.org>
16961         PR rtl-optimization/67778
16962         PR rtl-optimization/68634
16963         PR rtl-optimization/68909
16964         * shrink-wrap.c (try_shrink_wrapping): Add comment.  Don't pop
16965         block from the stack until done with it.  Remove a superfluous
16966         bitmap set.  Remove a superfluous bitmap test.
16968 2016-01-07  Martin Sebor  <msebor@redhat.com>
16970         PR c/68966
16971         * doc/extend.texi (__atomic Builtins, __sync Builtins): Document
16972         constraint on the type of arguments.
16974 2016-01-07  Andreas Tobler  <andreast@gcc.gnu.org>
16976         * config/arm/freebsd.h: Rename SUBTARGET_OVERRIDE_OPTIONS to
16977         SUBTARGET_OVERRIDE_INTERNAL_OPTIONS. Adjust to check
16978         unaligned_access on the gcc_options set.
16979         * config/arm/arm.c (arm_option_override_internal): Use
16980         SUBTARGET_OVERRIDE_INTERNAL_OPTIONS.
16982 2016-01-07  Uros Bizjak  <ubizjak@gmail.com>
16984         PR target/69140
16985         * config/i386/i386.c (ix86_frame_pointer_required): Enable
16986         frame pointer for TARGET_64BIT_MS_ABI when stack is misaligned.
16988 2016-01-07  Uros Bizjak  <ubizjak@gmail.com>
16990         Revert
16991         2016-01-06  Uros Bizjak  <ubizjak@gmail.com>
16993         PR target/69140
16994         * config/i386/i386.c (ix86_expand_prologue): Declare fs.sp_valid
16995         depending on frame_pointer_needed before remaining integer and SSE
16996         registers are saved.
16998 2016-01-07  Sandra Loosemore  <sandra@codesourcery.com>
17000         PR 1078
17001         * doc/extend.texi (Nvidia PDX Function Attributes): New section.
17003 2016-01-07  H.J. Lu  <hongjiu.lu@intel.com>
17005         PR target/69171
17006         * config/i386/sse.md (<sse>_sqrt<mode>2<mask_name><round_name>):
17007         Use the "xBm" constraint.
17008         (float<sseintvecmodelower><mode>2<mask_name><round_name):
17009         Likewise.
17010         (sse_cvtsi2ss<round_name>): Use round_nimm_scalar_predicate.
17011         (sse_cvtsi2ssq<round_name>): Likewise.
17012         (sse_cvtss2si<round_name>): Likewise.
17013         (sse_cvtss2siq<round_name>): Likewise.
17014         (sse2_cvtsi2sdq<round_name>): Likewise.
17015         (sse2_cvtsd2si<round_name>): Likewise.
17016         (sse2_cvtsd2siq<round_name>): Likewise.
17017         * config/i386/subst.md (round_nimm_scalar_predicate): New
17018         predicate.
17020 2015-12-15  Bernd Schmidt  <bschmidt@redhat.com>
17022         PR middle-end/67639
17023         * varasm.c (make_decl_rtl): Mark invalid register vars as
17024         DECL_EXTERNAL.
17026         PR rtl-optimization/66206
17027         * bt-load.c (find_btr_use): Change first arg to be a pointer to an rtx.
17028         All callers changed.
17030 2016-01-07  Jakub Jelinek  <jakub@redhat.com>
17032         PR tree-optimization/69141
17033         * tree-ssa-pre.c: Include langhooks.h.
17034         (eliminate_dom_walker::before_dom_children): Use
17035         lang_hooks.decl_printable_name instead of
17036         cgraph_node::get ()->name ().
17038         PR middle-end/68960
17039         * gimple-expr.c (copy_var_decl): If var has DECL_USER_ALIGN set, copy
17040         it and DECL_ALIGN too.
17042 2016-01-06  Robert Suchanek  <robert.suchanek@imgtec.com>
17044         * config/mips/mips-ftypes.def: Sort to lexicographical order.
17046 2016-01-06  Uros Bizjak  <ubizjak@gmail.com>
17048         PR target/69140
17049         * config/i386/i386.c (ix86_expand_prologue): Declare fs.sp_valid
17050         depending on frame_pointer_needed before remaining integer and SSE
17051         registers are saved.
17053 2015-01-06  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
17055         * config/rs6000/vsx.md (*p9_vecload_<mode>): Replace VSX_M
17056         mode iterator with VSX_M2.
17057         (*p9_vecstore_<mode>): Likewise.
17058         (*vsx_le_permute_<mode>): Restrict to !TARGET_P9_VECTOR.
17059         (*vsx_le_perm_load_<mode> for VSX_LE_128): Likewise.
17060         (*vsx_le_perm_store_<mode> for VSX_LE_128): Likewise.
17061         (define_split for VSX_LE128 stores): Likewise.
17062         (define_peephole2 for TImode LE swaps): Likewise.
17063         (define_split for VSX_LE128 post-reload stores): Likewise.
17065 2016-01-06  Marek Polacek  <polacek@redhat.com>
17067         PR sanitizer/69099
17068         * convert.c (convert_to_integer_1): Adjust call to
17069         ubsan_instrument_float_cast.  Use NULL_TREE instead of NULL.
17070         * ubsan.c (ubsan_instrument_float_cast): Drop the ARG parameter.  Use
17071         EXPR instead of ARG.
17072         * ubsan.h (ubsan_instrument_float_cast): Adjust declaration.
17074 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
17076         PR 1078
17077         * doc/extend.texi (RL78 Variable Attributes): New section.
17079 2016-01-05  Marek Polacek  <polacek@redhat.com>
17081         PR c/69104
17082         * builtins.c (get_memmodel): Use expansion point location rather than
17083         the input location.  Call warning_at rather than warning.
17084         (expand_builtin_atomic_compare_exchange): Likewise.
17085         (expand_builtin_atomic_load): Likewise.
17086         (expand_builtin_atomic_store): Likewise.
17087         (expand_builtin_atomic_clear): Likewise.
17089 2016-01-05  H.J. Lu  <hongjiu.lu@intel.com>
17091         PR target/68991
17092         * config/i386/i386.c (ix86_expand_vector_logical_operator):
17093         Replace nonimmediate_operand with vector_operand.
17094         * config/i386/predicates.md (vector_operand): New predicate.
17095         (general_vector_operand): Replace nonimmediate_operand with
17096         vector_operand.
17097         * config/i386/sse.md: Replace nonimmediate_operand with
17098         vector_operand and m constraint with Bm constraint on SSE
17099         patterns with 16-byte memory operand.
17100         * config/i386/subst.md (round_nimm_predicate): Replace
17101         nonimmediate_operand with vector_operand.
17102         (round_saeonly_nimm_predicate): Likewise.
17103         (round_saeonly_nimm_scalar_predicate): New.
17105 2016-01-05  H.J. Lu  <hongjiu.lu@intel.com>
17107         PR target/68991
17108         * config/i386/constraints.md (Bm): New constraint.
17109         * config/i386/predicates.md (vector_memory_operand): New
17110         predicate.
17111         * config/i386/sse.md: Replace xm with xBm in plusminus and
17112         any_logic patterns.
17114 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
17116         PR 1078
17117         * doc/extend.texi (V850 Function Attributes): New section.
17118         (V850 Variable Attributes): New section.
17120 2016-01-05  Sandra Loosemore  <sandra@codesourcery.com>
17122         PR 1078
17123         * doc/extend.texi (MicroBlaze Function Attributes): Document
17124         interrupt_handler and fast_interrupt attributes.
17126 2016-01-05  Sergei Trofimovich  <siarheit@google.com>
17128         PR other/60465
17129         * config/ia64/ia64.c (ia64_expand_load_address): Use gprel64
17130         for local symbolic operands.
17131         * config/ia64/predicates.md (local_symbolic_operand64): New
17132         predicate.
17134 2016-01-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17136         PR rtl-optimization/68651
17137         * combine.c (combine_simplify_rtx): Canonicalize x + x into
17138         x << 1.
17140 2016-01-05  Nathan Sidwell  <nathan@acm.org>
17142         * alias.c (compare_base_decls): Use symtab_node::get.
17144 2016-01-05  Nick Clifton  <nickc@redhat.com>
17146         PR target/68770
17147         * ira-costs.c (copy_cost): Initialise the t_icode field of the
17148         secondary_reload_info structure.
17150         PR target/66655
17151         * config/i386/cygming.h (MAKE_DECL_ONE_ONLY): Define to use weak
17152         decls if weak support is available.
17154 2016-01-04  Martin Sebor  <msebor@redhat.com>
17156         * doc/invoke.texi (Warning Options): Document -Winvalid-memory-model.
17158 2016-01-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
17160         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Add
17161         OPTION_MASK_P9_DFORM.
17163         * config/rs6000/constraints.md (wo constraint): New constraint for
17164         ISA 3.0 (power9).
17166         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add support
17167         for wo constraint.
17168         (rs6000_init_hard_regno_mode_ok): Likewise.
17170         * config/rs6000/rs6000.h (r6000_reg_class_enum): Add support for
17171         wo constraint.
17173         * config/rs6000/altivec.md (altivec_vperm_<mode>): Clean up vperm
17174         expanders not to have constraints.  Add support for ISA 3.0 xxperm
17175         instruction.  Add support for fusing xxlor with xxperm.
17176         (altivec_vperm_<mode>_internal): Likewise.
17177         (altivec_vperm_v8hiv16qi): Likewise.
17178         (altivec_vperm_<mode>v16q): Likewise.
17179         (altivec_vperm_<mode>_uns): Likewise.
17180         (vperm_v8hiv4si): Likewise.
17181         (vperm_v16qiv8hi): Likewise.
17183         * doc/md.texi (RS/6000 constraints): Document wo constraint.
17185 2016-01-04  Jakub Jelinek  <jakub@redhat.com>
17187         Update copyright years.
17189         * gcc.c (process_command): Update copyright notice dates.
17190         * gcov-dump.c (print_version): Ditto.
17191         * gcov.c (print_version): Ditto.
17192         * gcov-tool.c (print_version): Ditto.
17193         * gengtype.c (create_file): Ditto.
17194         * doc/cpp.texi: Bump @copying's copyright year.
17195         * doc/cppinternals.texi: Ditto.
17196         * doc/gcc.texi: Ditto.
17197         * doc/gccint.texi: Ditto.
17198         * doc/gcov.texi: Ditto.
17199         * doc/install.texi: Ditto.
17200         * doc/invoke.texi: Ditto.
17202 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
17204         * config/arm/arm.c (aapcs_vfp_allocate_return_reg): Treat all integer
17205         modes larger than TImode as TImode if NEON is not enabled.
17207 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
17209         PR target/69100
17210         * config/sparc/sparc.h (FUNCTION_ARG_REGNO_P): Return true in 64-bit
17211         mode for %f0-%f31 only if TARGET_FPU.
17213 2016-01-04  Eric Botcazou  <ebotcazou@adacore.com>
17215         PR target/69072
17216         * config/sparc/sparc.c (scan_record_type): Take into account subfields
17217         to compute the PACKED_P predicate.
17218         (function_arg_record_value): Minor tweaks.
17220 2016-01-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
17222         * doc/install.texi (--with-multilib-list): Describe the meaning of the
17223         option for arm*-*-* targets.
17225 2016-01-03  Sandra Loosemore  <sandra@codesourcery.com>
17227         * doc/extend.texi (Common Function Attributes): Move docs for
17228         MSP430-specific attributes to....
17229         (MSP430 Function Attributes): ...here.  Delete the redundant
17230         entries and copy-edit the remaining text.
17231         (MSP430 Variable Attributes): Use uniform format for index
17232         entries and add a cross-reference to the corresponding function
17233         attribute docs.
17235 2016-01-03  Vladimír Čunát  <vcunat@gmail.com>
17237         * doc/invoke.texi (RS/6000 and PowerPC Options): Fix
17238         -finite-math typo.
17239         (x86 Options): Likewise.
17241 2016-01-01  Sandra Loosemore  <sandra@codesourcery.com>
17243         PR 1078
17245         * extend.texi (Common Function Attributes) <no_stack_limit>: New.
17246         * invoke.texi (Code Gen Options) <-fno-stack-limit>: Add pointer
17247         to corresponding attribute.
17249 2016-01-01  Sandra Loosemore  <sandra@codesourcery.com>
17251         * doc/extend.texi (Common Function Attributes) <noplt>: Move
17252         to correct alphabetization of table.  Copy-edit and correct
17253         markup.
17254         <stack_protect>: Likewise.
17255         <target_clones>: Likewise.
17256         <simd>: Likewise.
17257         * doc/invoke.texi (Optimize Options) <-fstack-protector-explicit>:
17258         Correct punctuation.
17259         (Code Gen Options) <-fno-plt>: Copy-edit.
17261 2016-01-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>
17263         PR target/68917
17264         * config/tilegx/tilegx.md (clzsi2): Don't create DI subregs of
17265         SI values.  Explicitly convert SI to DI and vice-versa.
17267 2016-01-01  Jakub Jelinek  <jakub@redhat.com>
17269         PR tree-optimization/69070
17270         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Only test
17271         REAL_VALUE_ISSIGNALING_NAN on arg0 if arg0 is a REAL_CST.
17273         PR sanitizer/69055
17274         * ubsan.c (ubsan_instrument_float_cast): Call
17275         initialize_sanitizer_builtins.
17277         PR target/69015
17278         * ifcvt.c (find_cond_trap): Give up if returnjump_p (jump).
17280 Copyright (C) 2016 Free Software Foundation, Inc.
17282 Copying and distribution of this file, with or without modification,
17283 are permitted in any medium without royalty provided the copyright
17284 notice and this notice are preserved.